view configure @ 34696:b52f4f56979f

Added tag v9.1.0228 for changeset 5569220366ee7c21b56ee688a098ff5c0b842c8e
author Christian Brabandt <cb@256bit.org>
date Fri, 29 Mar 2024 10:30:05 +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 "$@"