view configure @ 13397:2110b429f0a2

Added tag v8.0.1572 for changeset 5252ca53093a9ffaebc0945b476f2a2eec96efc0
author Christian Brabandt <cb@256bit.org>
date Mon, 05 Mar 2018 22:00:05 +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 "$@"