view configure @ 35744:f0444854ff29

Added tag v9.1.0600 for changeset 223b3a51685e431ac63000ce906ef9e354f03e94
author Christian Brabandt <cb@256bit.org>
date Thu, 18 Jul 2024 20:45:10 +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 "$@"