view configure @ 33528:f0194c09529a

Added tag v9.0.2012 for changeset 9dee279ce1c475f4d20dc468f1ef305a4b9b2ee8
author Christian Brabandt <cb@256bit.org>
date Wed, 11 Oct 2023 21:30:09 +0200
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 "$@"