view configure @ 33512:ce6568aa4da2

Added tag v9.0.2004 for changeset c43ce1f8020bb63863f6cdc84492473c7d0b6626
author Christian Brabandt <cb@256bit.org>
date Mon, 09 Oct 2023 08:30:07 +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 "$@"