view configure @ 13826:df8534d88032

Added tag v8.0.1784 for changeset eb77075622017b9e25f9938e398f04ac08523230
author Christian Brabandt <cb@256bit.org>
date Tue, 01 May 2018 16:30:08 +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 "$@"