view configure @ 21748:d04be2bd54dc

Added tag v8.2.1423 for changeset 7e1316c6d0ebe48cc7496bd905a4fb16dcc3cd8f
author Bram Moolenaar <Bram@vim.org>
date Tue, 11 Aug 2020 22:45:05 +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 "$@"