view configure @ 14178:a0ad689f4e0d

Added tag v8.1.0106 for changeset 5dfe776ad10b15a5c132da0b03a639067ac0d8d1
author Christian Brabandt <cb@256bit.org>
date Sun, 24 Jun 2018 14:45:06 +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 "$@"