view configure @ 8150:85b476dac933

Added tag v7.4.1368 for changeset 028e24e4c0f4d21dca49cd7be2fe7f2f9b0c0fb3
author Christian Brabandt <cb@256bit.org>
date Sat, 20 Feb 2016 16:00:07 +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 "$@"