This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grep".
The branch, master has been updated
via 58d247596503e88116fbc21b40e34bd89c4b3138 (commit)
from 53b889155f5ee53404a9873f48300fe5b50321d9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=58d247596503e88116fbc21b40e34bd89c4b3138
commit 58d247596503e88116fbc21b40e34bd89c4b3138
Author: Bruno Haible <[email protected]>
Date: Mon Jun 10 13:35:16 2024 +0200
maint: Avoid test-mbrlen-1.sh failure on CentOS 7.
* configure.ac: Pre-set gl_cv_func_mbrlen_empty_input.
* bootstrap.conf (avoided_gnulib_modules): Avoid also mbrlen-tests.
diff --git a/bootstrap.conf b/bootstrap.conf
index 178aca9..4358ab5 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -19,6 +19,7 @@ avoided_gnulib_modules='
--avoid=lock-tests
--avoid=mbuiter
--avoid=mbuiterf
+ --avoid=mbrlen-tests
--avoid=mbrtowc-tests
--avoid=update-copyright-tests
'
diff --git a/configure.ac b/configure.ac
index 3d630a2..0bc492c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,6 +57,7 @@ PKG_PROG_PKG_CONFIG([0.9.0])
# so don't worry about this common bug,
# as working around it would merely slow grep down.
gl_cv_func_mbrtowc_empty_input='assume yes'
+gl_cv_func_mbrlen_empty_input='assume yes'
dnl Checks for typedefs, structures, and compiler characteristics.
gl_INIT
-----------------------------------------------------------------------
Summary of changes:
bootstrap.conf | 1 +
configure.ac | 1 +
2 files changed, 2 insertions(+)
hooks/post-receive
--
grep