view configure @ 34310:d6a6049a0965

Added tag v9.1.0089 for changeset d7cfd8fb1d75c3156f041f95412868ce4522440f
author Christian Brabandt <cb@256bit.org>
date Fri, 09 Feb 2024 19:45:07 +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 "$@"