view configure @ 7787:a0ae64e7006f

Added tag v7.4.1190 for changeset 0ee0c7729f28702e78aa6b4c8b18200b9ad2b1b7
author Christian Brabandt <cb@256bit.org>
date Thu, 28 Jan 2016 15:45:05 +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 "$@"