view configure @ 13358:0a3d1708d414

Added tag v8.0.1552 for changeset 179586a64f531427f93f76770d6fc7e95bbda0a4
author Christian Brabandt <cb@256bit.org>
date Tue, 27 Feb 2018 19:15:06 +0100
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 "$@"