view configure @ 16297:200c012ac0d4 v8.1.1154

patch 8.1.1154 commit https://github.com/vim/vim/commit/9a419ffb934bd04bf8d44ceaf4694e50cce55eab Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 11 18:44:11 2019 +0200 patch 8.1.1154
author Bram Moolenaar <Bram@vim.org>
date Thu, 11 Apr 2019 18:45:04 +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 "$@"