view configure @ 13120:9a04f8e88adc

Added tag v8.0.1434 for changeset 729f279fda8da5d43865c56cb225c278cbebc6e1
author Christian Brabandt <cb@256bit.org>
date Sun, 28 Jan 2018 15:45:06 +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 "$@"