view configure @ 9779:ba20d98a0400

Added tag v7.4.2164 for changeset 4360b2b4612561a553c436edda7b0560ed7f4f87
author Christian Brabandt <cb@256bit.org>
date Sat, 06 Aug 2016 19: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 "$@"