view configure @ 10280:511f213d76aa

Added tag v8.0.0036 for changeset c5c15c818bda8a078c01acb648179d7a44ecb8eb
author Christian Brabandt <cb@256bit.org>
date Sat, 15 Oct 2016 18:45:05 +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 "$@"