view configure @ 9771:a8138a3ee54d

Added tag v7.4.2160 for changeset ba98d7ce0d748b91c8f9c4db892a8ecd3dd1d443
author Christian Brabandt <cb@256bit.org>
date Fri, 05 Aug 2016 22:30:07 +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 "$@"