view configure @ 26562:479022b3e7bd v8.2.3810

patch 8.2.3810: Vim9: expr4 test fails on MS-Windows Commit: https://github.com/vim/vim/commit/b334137acffd7a2b2ab8524e54d4c55ebf4518ea Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 14 18:57:45 2021 +0000 patch 8.2.3810: Vim9: expr4 test fails on MS-Windows Problem: Vim9: expr4 test fails on MS-Windows. Solution: Do not give an error for a missing function name when skipping.
author Bram Moolenaar <Bram@vim.org>
date Tue, 14 Dec 2021 20:00:04 +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 "$@"