view configure @ 26610:95a267994eac v8.2.3834

patch 8.2.3834: Test_out_cb often fails on Mac Commit: https://github.com/vim/vim/commit/deda6441e457072df39cdc8744dcd685d77fa273 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 17 11:44:33 2021 +0000 patch 8.2.3834: Test_out_cb often fails on Mac Problem: Test_out_cb often fails on Mac. Solution: Increase the timeout with every retry.
author Bram Moolenaar <Bram@vim.org>
date Fri, 17 Dec 2021 12:45:05 +0100
parents a1ca6778da49
children
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 "${SRCDIR:-src}" && exec ./configure "$@"