view configure @ 14898:732f1b2f4cc0

Added tag v8.1.0460 for changeset 0c845463a0db081c0b3d68e01a3ee922e8d711c2
author Christian Brabandt <cb@256bit.org>
date Sun, 07 Oct 2018 20:30:06 +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 "$@"