view configure @ 32827:46ff1944e02d

Added tag v9.0.1726 for changeset 7c4ad06d80ec597bd3051fd4ee570785cc0fb385
author Christian Brabandt <cb@256bit.org>
date Thu, 17 Aug 2023 22:45:07 +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 "$@"