view configure @ 14731:a98edad961b4

Added tag v8.1.0377 for changeset 193471015e1a4c4b24bfe19d89b9e6d8a4313f58
author Christian Brabandt <cb@256bit.org>
date Thu, 13 Sep 2018 15: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 "$@"