]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Update after gnulib changed.
authorBruno Haible <bruno@clisp.org>
Tue, 12 May 2026 14:28:19 +0000 (16:28 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 12 May 2026 14:28:19 +0000 (16:28 +0200)
* autogen.sh: When invoking gnulib-tool for libgrep, don't pass the option
--avoid=mbszero. Since 2026-05-06, gnulib module 'regex' depends on gnulib
module 'localeinfo', which depends on gnulib module 'mbszero', and this
produced a build failure on MSVC: "unresolved external symbol mbszero".

autogen.sh

index 54524eb41c1545a69c958483adf5fa512d856e8b..bfa981e1aabd206c45567e5b587593cdfa36a18d 100755 (executable)
@@ -488,7 +488,7 @@ if ! $skip_gnulib; then
     `for m in $GNULIB_MODULES_TOOLS_FOR_SRC_COMMON_DEPENDENCIES; do \
        if test \`$GNULIB_TOOL --extract-applicability $m\` != all; then \
          case $m in \
-           bool | locale-h | stddef-h | stdint-h | stdlib-h | unistd-h | wchar-h | wctype-h) ;; \
+           bool | locale-h | stddef-h | stdint-h | stdlib-h | unistd-h | wchar-h | wctype-h | mbszero) ;; \
            *) echo --avoid=$m ;; \
          esac; \
        fi; \