view configure @ 29749:aaa46739f4b9

Added tag v9.0.0214 for changeset 7e2321707fea8364380a3e98f33e716e0faeff88
author Bram Moolenaar <Bram@vim.org>
date Mon, 15 Aug 2022 17:00:07 +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 "$@"