view configure @ 27529:3f7e59eac8f4 v8.2.4292

patch 8.2.4292: test fails Commit: https://github.com/vim/vim/commit/02a977ea5ee733412011a7f259a4efa0ffc95f1a Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 3 21:29:39 2022 +0000 patch 8.2.4292: test fails Problem: Test fails. Solution: Adjust the expected error number.
author Bram Moolenaar <Bram@vim.org>
date Thu, 03 Feb 2022 22:30: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 "$@"