view configure @ 33460:3b95a248ddb0

Added tag v9.0.1983 for changeset 0eda094f9b7ed60965f6dc4f9a8b5d153b1368f0
author Christian Brabandt <cb@256bit.org>
date Wed, 04 Oct 2023 22:00:04 +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 "$@"