view configure @ 34942:26e0016bafed v9.1.0328

patch 9.1.0328: CI fails with t_?? test Commit: https://github.com/vim/vim/commit/0d87e3c711b46be67cf8f014cc0bca21431599c0 Author: Christian Brabandt <cb@256bit.org> Date: Sun Apr 14 23:14:50 2024 +0200 patch 9.1.0328: CI fails with t_?? test Problem: CI fails with t_?? test Solution: use assert_match instead of assert_equal and test only until t_xo, depending on system there may be several more termcap codes coming Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 14 Apr 2024 23:30:03 +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 "$@"