view configure @ 16052:853d73097325 v8.1.1031

patch 8.1.1031: memory usage test may still fail commit https://github.com/vim/vim/commit/f7e47af7760fe054cb645dac9a1e96b23c85804d Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 21 21:16:36 2019 +0100 patch 8.1.1031: memory usage test may still fail Problem: Memory usage test may still fail. Solution: Drop the unused min value. (Christian Brabandt)
author Bram Moolenaar <Bram@vim.org>
date Thu, 21 Mar 2019 21:30: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 "$@"