view configure @ 33950:ba10efba5843

Added tag v9.0.2169 for changeset 84b93d95a952ee1de122613c4bae2843afeea720
author Christian Brabandt <cb@256bit.org>
date Sat, 16 Dec 2023 14:15:04 +0100
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 "$@"