view configure @ 9329:72bada9d08cf

Added tag v7.4.1946 for changeset 0c16a15107066a51e3b1d5139e0005d3f7bf3229
author Christian Brabandt <cb@256bit.org>
date Mon, 20 Jun 2016 11:30:08 +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 "$@"