view configure @ 33329:f5864ff35688

Added tag v9.0.1929 for changeset 1f781dcb7a73f4f8d73477ba01562dd92a95a373
author Christian Brabandt <cb@256bit.org>
date Sun, 24 Sep 2023 16:15:05 +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 "$@"