view configure @ 26606:c40554dfe03e v8.2.3832

patch 8.2.3832: test fails because of changed error message Commit: https://github.com/vim/vim/commit/994a0a298bfbdd03e2eaae64268739d617080644 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Dec 16 21:11:26 2021 +0000 patch 8.2.3832: test fails because of changed error message Problem: Test fails because of changed error message. Solution: Adjust the expected error message.
author Bram Moolenaar <Bram@vim.org>
date Thu, 16 Dec 2021 22:15: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 "$@"