view configure @ 31114:d1c864c76e5c

Added tag v9.0.0891 for changeset 6ff733178f8bcddea83060d1cf5fa5bd9a99b031
author Bram Moolenaar <Bram@vim.org>
date Wed, 16 Nov 2022 23:15:05 +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 "$@"