view configure @ 26496:8861ece40b4b v8.2.3778

patch 8.2.3778: lambda debug test fails in some configurations Commit: https://github.com/vim/vim/commit/9537e37b1124a0584e5f2af10756baca78bc73a1 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 10 21:05:53 2021 +0000 patch 8.2.3778: lambda debug test fails in some configurations Problem: Lambda debug test fails in some configurations. Solution: Check feature in a legacy function.
author Bram Moolenaar <Bram@vim.org>
date Fri, 10 Dec 2021 22:15:03 +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 "$@"