view configure @ 33900:93aa116ec06e

Added tag v9.0.2155 for changeset a9ccbadecda143b04ba6393182509c86026de3fe
author Christian Brabandt <cb@256bit.org>
date Sun, 10 Dec 2023 15:16:35 +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 "$@"