view configure @ 11202:d451f8432152

Added tag v8.0.0487 for changeset 87ef152072d4e681d7a0c51e27390b02c3e44b8c
author Christian Brabandt <cb@256bit.org>
date Sun, 19 Mar 2017 18:45:04 +0100
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 "$@"