view configure @ 19080:d5a183323b93

Added tag v8.2.0100 for changeset 23df4b83fd3128f9f4c0d2b418c58746c9996a07
author Bram Moolenaar <Bram@vim.org>
date Tue, 07 Jan 2020 21:45:09 +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 "$@"