From: Bruno Haible Date: Tue, 18 Feb 2025 15:16:38 +0000 (+0100) Subject: libtextstyle: Avoid an error localeconv_used_without_requesting_gnulib_module_localec... X-Git-Tag: v0.24~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5d6114affa4e1065d4ba473f1fca557f91393f9;p=thirdparty%2Fgettext.git libtextstyle: Avoid an error localeconv_used_without_requesting_gnulib_module_localeconv on mingw. * libtextstyle/autogen.sh: Avoid module 'locale-h'. --- diff --git a/libtextstyle/autogen.sh b/libtextstyle/autogen.sh index af184a2f8..2c1789108 100755 --- a/libtextstyle/autogen.sh +++ b/libtextstyle/autogen.sh @@ -90,7 +90,9 @@ if test $skip_gnulib = false; then --macro-prefix=lts \ --makefile-name=Makefile.gnulib --libtool \ --local-dir=gnulib-local --local-dir=../gnulib-local \ - --import $GNULIB_MODULES + --import \ + --avoid=locale-h \ + $GNULIB_MODULES $GNULIB_TOOL --copy-file m4/init-package-version.m4 $GNULIB_TOOL --copy-file build-aux/config.guess; chmod a+x build-aux/config.guess $GNULIB_TOOL --copy-file build-aux/config.sub; chmod a+x build-aux/config.sub