libtextstyle: Avoid an error localeconv_used_without_requesting_gnulib_module_localeconv on mingw.

* libtextstyle/autogen.sh: Avoid module 'locale-h'.
This commit is contained in:
Bruno Haible 2025-02-18 16:16:38 +01:00
parent 31554caccc
commit c5d6114aff

View File

@ -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