view configure @ 35096:33995268ea9b

Added tag v9.1.0387 for changeset 12afa965d56eb21b7303908597752bad810a73e5
author Christian Brabandt <cb@256bit.org>
date Thu, 02 May 2024 13:15:17 +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 "$@"