view configure @ 34934:9e7a0095db66

Added tag v9.1.0324 for changeset 1d6cc394283cdda9adb91c51d1af20f2456ca7af
author Christian Brabandt <cb@256bit.org>
date Sun, 14 Apr 2024 20:45: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 "$@"