view configure @ 33866:06a2e6f91c2a

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