view configure @ 33691:ead3cc86e908

Added tag v9.0.2081 for changeset 09d88190c05c1a2895443fead25bdfce8bbc47ff
author Christian Brabandt <cb@256bit.org>
date Sat, 28 Oct 2023 22:00:05 +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 "$@"