view configure @ 11413:a3d6075a35ad

Added tag v8.0.0590 for changeset 84baca75b7f20882d0b18974d9628d95c2fa45b5
author Christian Brabandt <cb@256bit.org>
date Sun, 30 Apr 2017 14:30:05 +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 "$@"