view configure @ 14108:a8d728a64b3d

Added tag v8.1.0071 for changeset 274c9f1fbfd2af52ed350b25f8bfc7b995cc5792
author Christian Brabandt <cb@256bit.org>
date Sun, 17 Jun 2018 21:45: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 "$@"