view configure @ 13228:8ece1b2f3081

Added tag v8.0.1488 for changeset b88fa651c824b7274dcc800ca35b99832de453c2
author Christian Brabandt <cb@256bit.org>
date Fri, 09 Feb 2018 19:30:08 +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 "$@"