view configure @ 19525:619eb9bc3249

Added tag v8.2.0319 for changeset 4a6a412e456586887f5c692c982c2c5369caee9a
author Bram Moolenaar <Bram@vim.org>
date Wed, 26 Feb 2020 13:45:07 +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 "$@"