view configure @ 32926:9e8d26448778

Added tag v9.0.1770 for changeset 5d17e74a756da7fe51088c2f8f1bb775c3e0c672
author Christian Brabandt <cb@256bit.org>
date Sun, 20 Aug 2023 20:45:04 +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 "$@"