]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
libtextstyle: Avoid an error localeconv_used_without_requesting_gnulib_module_localec...
authorBruno Haible <bruno@clisp.org>
Tue, 18 Feb 2025 15:16:38 +0000 (16:16 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 18 Feb 2025 15:16:38 +0000 (16:16 +0100)
* libtextstyle/autogen.sh: Avoid module 'locale-h'.

libtextstyle/autogen.sh

index af184a2f803b16467bcad9e0e5484e740e775b15..2c1789108b59eb62791243d325e9465aca89a5d7 100755 (executable)
@@ -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