view configure @ 10596:b9ddd02d90be

Added tag v8.0.0187 for changeset dbaad101b1e1bdc5e73685a4b6b6abe2bae7b232
author Christian Brabandt <cb@256bit.org>
date Sat, 14 Jan 2017 20:15: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 "$@"