view configure @ 12552:572c4fe58bcf

Added tag v8.0.1154 for changeset a69d3595d7739a275e9293835dbd93d1b007487e
author Christian Brabandt <cb@256bit.org>
date Tue, 26 Sep 2017 20:15:06 +0200
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 "$@"