view configure @ 33681:9d9f6d05091d

Added tag v9.0.2077 for changeset 76ff7b7b44f2b4de3598306be303aa7e1fa4f836
author Christian Brabandt <cb@256bit.org>
date Fri, 27 Oct 2023 20:00: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 "$@"