view configure @ 34640:0b9df520fe83

Added tag v9.1.0205 for changeset ceee63c7f7aab4b20c8bb0f0e2f5b4ad05b301ba
author Christian Brabandt <cb@256bit.org>
date Mon, 25 Mar 2024 16: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 "$@"