view configure @ 33841:e0f5afd8121b

Added tag v9.0.2132 for changeset f1a17857b9b06252671457769b3cc1f18d0a54fa
author Christian Brabandt <cb@256bit.org>
date Mon, 27 Nov 2023 20:15: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 "$@"