view configure @ 30133:a118dcb936b1

Added tag v9.0.0402 for changeset 01919e5a070cae72858930db742177aa105a179b
author Bram Moolenaar <Bram@vim.org>
date Wed, 07 Sep 2022 15:15:03 +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 "$@"