view configure @ 7149:bc2327686917

Added tag v7.4.885 for changeset 339e657a6ed6bc400c729c93a2d8ad02f4fe7876
author Christian Brabandt <cb@256bit.org>
date Tue, 29 Sep 2015 12:15:04 +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 "$@"