view configure @ 13441:16773ccde7fe

Added tag v8.0.1594 for changeset 22439cdda382450ca3fd3aa4f4332e41e801e627
author Christian Brabandt <cb@256bit.org>
date Sat, 10 Mar 2018 21:00:08 +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 "$@"