view configure @ 33768:95830543949f

Added tag v9.0.2104 for changeset 4913b4f5a133faae4a580dc76bd220652f68a1c0
author Christian Brabandt <cb@256bit.org>
date Tue, 14 Nov 2023 17:15: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 "$@"