view configure @ 14116:93b3df1f617c

Added tag v8.1.0075 for changeset 172ccc083d4ae2a6d9a8f09076c35ee0a8ab4807
author Christian Brabandt <cb@256bit.org>
date Mon, 18 Jun 2018 22:15: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 "$@"