view configure @ 12189:f19e93e09b42

Added tag v8.0.0974 for changeset d2e367d9de1f2a7060b2f7ad480dcf85676de3a8
author Christian Brabandt <cb@256bit.org>
date Sun, 20 Aug 2017 16:00:05 +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 "$@"