view configure @ 19887:d03edd8c7e2f

Added tag v8.2.0499 for changeset 4d033d36ba23a20ad8c00bd1c1193ebc521e60f2
author Bram Moolenaar <Bram@vim.org>
date Thu, 02 Apr 2020 18:45:04 +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 "$@"