view configure @ 33683:dfdf61d163a3

Added tag v9.0.2078 for changeset f126ffc85f7c34b32434770b9b67931161fb158f
author Christian Brabandt <cb@256bit.org>
date Sat, 28 Oct 2023 16:00:08 +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 "$@"