view configure @ 14645:b20684e25d7a

Added tag v8.1.0335 for changeset 3d94bbf54530fbf737b7039bd877a96b12c88d5d
author Christian Brabandt <cb@256bit.org>
date Thu, 30 Aug 2018 14: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 "$@"