view configure @ 33559:91aaf49afdc1

Added tag v9.0.2025 for changeset e9038f9de714e0c45d9f2f33cbab72605e92d0ae
author Christian Brabandt <cb@256bit.org>
date Sun, 15 Oct 2023 09:14:15 +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 "$@"