view configure @ 15202:9321e405a8fa

Added tag v8.1.0610 for changeset ce92157deb4e8bbb1dcd05bac1727a885c8a2b71
author Bram Moolenaar <Bram@vim.org>
date Wed, 19 Dec 2018 21:15:05 +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 "$@"