view configure @ 18276:79b045ead26e

Added tag v8.1.2132 for changeset 5218e26c658f3c5404c0e0c979149d634be4a48b
author Bram Moolenaar <Bram@vim.org>
date Thu, 10 Oct 2019 16: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 "$@"