view configure @ 9057:93d6f07403ae

Added tag v7.4.1813 for changeset 19d2dfb3f5e2e0863e3613c13ec236715d8dda56
author Christian Brabandt <cb@256bit.org>
date Sun, 01 May 2016 13:30: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 "$@"