view configure @ 34718:880901b9d940

Added tag v9.1.0237 for changeset 57572ecdd865cc7e8f92052b40edb9a7a9634292
author Christian Brabandt <cb@256bit.org>
date Sun, 31 Mar 2024 19:15:06 +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 "$@"