view configure @ 27469:278bf9ba58b8

Added tag v8.2.4262 for changeset 678ea52c15a008a6b0b8fea721570ba31958cd85
author Bram Moolenaar <Bram@vim.org>
date Sun, 30 Jan 2022 18:30:04 +0100
parents a1ca6778da49
children
line wrap: on
line source

#! /bin/sh

# This is just a stub for the Unix configure script, to provide support for
# doing "./configure" in the top Vim directory.

cd "${SRCDIR:-src}" && exec ./configure "$@"