view configure @ 14382:c3c3a4560106

Added tag v8.1.0205 for changeset d9e6eec551e1ea7f29b446d4346919d6f3e4943c
author Christian Brabandt <cb@256bit.org>
date Mon, 23 Jul 2018 04:15: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 "$@"