view configure @ 26074:676e1735d5dd

Added tag v8.2.3570 for changeset 948550cae1e7a6883533e2e574be15480e8d8c68
author Bram Moolenaar <Bram@vim.org>
date Tue, 02 Nov 2021 00:00:08 +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 "$@"