view configure @ 12567:0676034468be

Added tag v8.0.1161 for changeset 33a900199c25faa46b2d3e380fd4c6c03b1409b2
author Christian Brabandt <cb@256bit.org>
date Fri, 29 Sep 2017 22: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 "$@"