view configure @ 32883:cd9e02fea3ad

patch 9.0.1750: CI: fails because of changed error messages Commit: https://github.com/vim/vim/commit/0bbc1be0a3f7bb1e15203ea70ed35d2ca99320f4 Author: rhysd <lin90162@yahoo.co.jp> Date: Sat Aug 19 15:42:54 2023 +0200 patch 9.0.1750: CI: fails because of changed error messages Problem: CI: fails because of changed error messages (after: 9.0.1741) Solution: Adjust expected error messages closes: #12853 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: rhysd <lin90162@yahoo.co.jp>
author Christian Brabandt <cb@256bit.org>
date Sat, 19 Aug 2023 15:45:05 +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 "$@"