view configure @ 14852:3c8a4b25427c v8.1.0438

patch 8.1.0438: the ex_make() function is too long commit https://github.com/vim/vim/commit/b434ae2a1fcbbd43244c6130451de7f14346e224 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 28 23:09:55 2018 +0200 patch 8.1.0438: the ex_make() function is too long Problem: The ex_make() function is too long. Solution: Split it into several functions. (Yegappan Lakshmanan)
author Christian Brabandt <cb@256bit.org>
date Fri, 28 Sep 2018 23:15:05 +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 "$@"