view configure @ 15151:2721834e8539

Added tag v8.1.0585 for changeset 83a366325158bf55fc49ac0a0bf5118bcdfe2863
author Bram Moolenaar <Bram@vim.org>
date Fri, 14 Dec 2018 16:00: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 "$@"