view configure @ 13615:08035c9f650d

Added tag v8.0.1679 for changeset 87e5629fc915294e2b95e12a284fa8804525288c
author Christian Brabandt <cb@256bit.org>
date Sun, 08 Apr 2018 16:45:08 +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 "$@"