view configure @ 33599:4e3510adf87c

Added tag v9.0.2043 for changeset 1fcb7c9dc5465f30ec1e96af517c012407f7d448
author Christian Brabandt <cb@256bit.org>
date Tue, 17 Oct 2023 18:30: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 "$@"