view configure @ 15098:fe8031c9de2e

Added tag v8.1.0559 for changeset 1946487c74ba949000ee08fa2a00a02638963bb5
author Bram Moolenaar <Bram@vim.org>
date Sun, 02 Dec 2018 15:00:06 +0100
parents cd9471bd8e9e
children a1ca6778da49
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 src && exec ./configure "$@"