view configure @ 8846:2dd1060c5155

Added tag v7.4.1710 for changeset 210e767296d9c02e6d8d1e252f2d87601630a19b
author Christian Brabandt <cb@256bit.org>
date Mon, 04 Apr 2016 22:15:32 +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 "$@"