view configure @ 33239:19db06ae82f7

Added tag v9.0.1892 for changeset 6c1d29d457340d00ab73b87b55a8b4c4b7b7000e
author Christian Brabandt <cb@256bit.org>
date Sun, 10 Sep 2023 18:45: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 "$@"