view configure @ 14088:79f0d5e474b1

Added tag v8.1.0061 for changeset 1d25a3e8e03ce6cdb3f66b0fa8bf5b18c20d04df
author Christian Brabandt <cb@256bit.org>
date Sat, 16 Jun 2018 23:00: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 "$@"