view configure @ 10201:609d97f840c4

Added tag v8.0.0001 for changeset b85c507b50f362847ec61712263e19382903b332
author Christian Brabandt <cb@256bit.org>
date Mon, 12 Sep 2016 16:30:09 +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 "$@"