view configure @ 19622:684f747f0568

Added tag v8.2.0367 for changeset 0d677257e35d206ba8a376289543ce2c599e5c64
author Bram Moolenaar <Bram@vim.org>
date Mon, 09 Mar 2020 16:45: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 "$@"