view configure @ 31376:8afb8f0bbc66

Added tag v9.0.1021 for changeset 2fa45dcb9d871051e19d06e3bf1d773a498d344c
author Bram Moolenaar <Bram@vim.org>
date Tue, 06 Dec 2022 16:15:03 +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 "$@"