view configure @ 16383:1edd94a2252a v8.1.1196

patch 8.1.1196: parallel build may fail commit https://github.com/vim/vim/commit/7bde95a461fafaa15cc45a006eaa4d0f3c2dfe92 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 21 15:22:39 2019 +0200 patch 8.1.1196: parallel build may fail Problem: Parallel build may fail. Solution: Update dependencies.
author Bram Moolenaar <Bram@vim.org>
date Sun, 21 Apr 2019 15:30: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 "$@"