view configure @ 14398:dee1d0b8e11a

Added tag v8.1.0213 for changeset 19d99d9e670c5fb7d4f5c2bd95683f8e854ffcd2
author Christian Brabandt <cb@256bit.org>
date Wed, 25 Jul 2018 22:45:05 +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 "$@"