view configure @ 11656:807dfed6e2aa

Added tag v8.0.0710 for changeset 8014350fe51aee6d411ab8cdef750aebcc0c3c67
author Christian Brabandt <cb@256bit.org>
date Wed, 12 Jul 2017 20:30:04 +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 "$@"