view configure @ 35004:51004734312d

Added tag v9.1.0356 for changeset e71b9c9debfe3ef30d425b788580a68946befcb4
author Christian Brabandt <cb@256bit.org>
date Fri, 19 Apr 2024 15:30:09 +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 "$@"