view configure @ 36114:3aff196dc6b4

Added tag v9.1.0721 for changeset 609bf5215823c3a3c77e9802a370aeb738ce1828
author Christian Brabandt <cb@256bit.org>
date Sun, 08 Sep 2024 20:15: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 "$@"