view configure @ 14044:f044342900fa

Added tag v8.1.0039 for changeset cbad3b3f46b2654f5aa325c1c2fa8b11735ce1cc
author Christian Brabandt <cb@256bit.org>
date Thu, 07 Jun 2018 18:30:07 +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 "$@"