view configure @ 14516:1e3bfb9cee4c

Added tag v8.1.0271 for changeset 3648e74dd523c8bf989ba7f9e3782cabce602724
author Christian Brabandt <cb@256bit.org>
date Sat, 11 Aug 2018 16:45: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 "$@"