view configure @ 33429:c6871290807e

Added tag v9.0.1972 for changeset b21a1fc3425471c2cfaab501fd237e4e1947afd2
author Christian Brabandt <cb@256bit.org>
date Mon, 02 Oct 2023 21:45: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 "$@"