view configure @ 18171:b6145168fb4b

Added tag v8.1.2080 for changeset 4ac8161e92e0d2ac1a3babd1cee3522c0300dcc4
author Bram Moolenaar <Bram@vim.org>
date Thu, 26 Sep 2019 23:15:06 +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 "$@"