view configure @ 13372:12bedecfc536

Added tag v8.0.1559 for changeset 1a3f5759b61ec6121afeec91233a0247a98bdf3d
author Christian Brabandt <cb@256bit.org>
date Sat, 03 Mar 2018 19:30:07 +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 "$@"