view configure @ 12653:e1e23eb0b699

Added tag v8.0.1204 for changeset 272ecbaf1b4f44c02e3dd053d2d88ed98a1716ed
author Christian Brabandt <cb@256bit.org>
date Thu, 19 Oct 2017 12:45:08 +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 "$@"