view configure @ 11145:e84f9f9b5d49

Added tag v8.0.0459 for changeset e85aa0e46ca543b01e1f2fa3589d2b57584bea21
author Christian Brabandt <cb@256bit.org>
date Wed, 15 Mar 2017 21:00:04 +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 "$@"