view configure @ 14721:9ba31aa02b02

Added tag v8.1.0372 for changeset a9665096074bd8521f12414785f8b7d06d7ec29f
author Christian Brabandt <cb@256bit.org>
date Wed, 12 Sep 2018 22:00:08 +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 "$@"