view configure @ 12468:59348fe5c3ec

Added tag v8.0.1113 for changeset 66fe20238c1d3ce0317d00909384741514b84d56
author Christian Brabandt <cb@256bit.org>
date Sat, 16 Sep 2017 15:45:04 +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 "$@"