view configure @ 31352:8685c826da45

Added tag v9.0.1009 for changeset a207f55deb6299b75a24b8c1c46403b54d55a2e1
author Bram Moolenaar <Bram@vim.org>
date Mon, 05 Dec 2022 16:30: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 "$@"