view configure @ 12647:c95072b87faa

Added tag v8.0.1201 for changeset b908a3682f6ecee0dd6e1476dc1a2baf16825af9
author Christian Brabandt <cb@256bit.org>
date Sun, 15 Oct 2017 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 "$@"