view configure @ 22921:9852101f2c48

Added tag v8.2.2007 for changeset 696364caabeab0e3af22ba046498aae301813406
author Bram Moolenaar <Bram@vim.org>
date Wed, 18 Nov 2020 12:30:04 +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 "$@"