view configure @ 34274:4609595adbc3

Added tag v9.1.0075 for changeset f4ae2a159bdefc6bb9bc205f0e4f2c6dbf19e4ed
author Christian Brabandt <cb@256bit.org>
date Sat, 03 Feb 2024 18: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 "$@"