view configure @ 26114:32f4ca8378c3

Added tag v8.2.3589 for changeset c421c9599d83c2fee8c1fdc5b72a56a31e6828cc
author Bram Moolenaar <Bram@vim.org>
date Sat, 13 Nov 2021 11:30:06 +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 "$@"