view configure @ 18942:8c248bf8692f

Added tag v8.2.0031 for changeset 70d6614aaf2895e109a7e9262b127087b2dbc486
author Bram Moolenaar <Bram@vim.org>
date Sun, 22 Dec 2019 16:15: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 "$@"