view configure @ 8391:b7b6b632a706

Added tag v7.4.1487 for changeset 2230c0da23bd585a4b99434a1136ef12b56ea7cf
author Christian Brabandt <cb@256bit.org>
date Fri, 04 Mar 2016 22:30:06 +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 "$@"