view configure @ 33556:e2f6cf52e496

Added tag v9.0.2025 for changeset 46d449fd4fe4e487b3c2090cc9bd5dbb923d3267
author Christian Brabandt <cb@256bit.org>
date Sun, 15 Oct 2023 09:11:51 +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 "$@"