view configure @ 10188:34be4ed9ef36

Added tag v7.4.2363 for changeset 18fdbe54b21f99738c856da9ccd1ccbc7d82f6d2
author Christian Brabandt <cb@256bit.org>
date Sun, 11 Sep 2016 15:15:08 +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 "$@"