view configure @ 34954:057bdd2558d3

Added tag v9.1.0333 for changeset 1319fa412b0c5ae89aedc5ed3d88362ae1e3d6d0
author Christian Brabandt <cb@256bit.org>
date Mon, 15 Apr 2024 19:15:04 +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 "$@"