view configure @ 13741:ef2ae120f25c

Added tag v8.0.1742 for changeset f309afff6f25f1131eaff814c42c4abca505c9d0
author Christian Brabandt <cb@256bit.org>
date Sat, 21 Apr 2018 20:00:07 +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 "$@"