view configure @ 14745:633af239ab81

Added tag v8.1.0384 for changeset 1ae9c8a1b3bf60a11a53c014d2c8ae6d9501d09a
author Christian Brabandt <cb@256bit.org>
date Thu, 13 Sep 2018 18: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 "$@"