view configure @ 11785:e22f9669e392

Added tag v8.0.0774 for changeset 80fa4b0eb0b02310696bb1b9149cdcd4e0daaf6a
author Christian Brabandt <cb@256bit.org>
date Tue, 25 Jul 2017 22:15: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 "$@"