view configure @ 13975:dfd6d86253b1

Added tag v8.1.0005 for changeset 13cdf007cd2cb46120684fa969961d8bea83794c
author Christian Brabandt <cb@256bit.org>
date Sat, 19 May 2018 17:00: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 "$@"