* 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".
`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; \