view configure @ 29171:72140c10875f v8.2.5105

patch 8.2.5105: test still hangs on MS-Windows Commit: https://github.com/vim/vim/commit/83497f875881973df772cc4cc593766345df6c4a Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 15 22:11:45 2022 +0100 patch 8.2.5105: test still hangs on MS-Windows Problem: Test still hangs on MS-Windows. Solution: Skip "nocatch" test the right way.
author Bram Moolenaar <Bram@vim.org>
date Wed, 15 Jun 2022 23:15:03 +0200
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 "$@"