From c5118d68ee890b22782e4984462dfea0570bbd01 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 15 Apr 2025 13:17:58 +0200 Subject: [PATCH] Update after gnulib changed. * libtextstyle/autogen.sh: Don't avoid module 'locale-h'. vasnprintf now needs localeconv, and localeconv depends on locale-h. --- libtextstyle/autogen.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/libtextstyle/autogen.sh b/libtextstyle/autogen.sh index 2c1789108..43933c826 100755 --- a/libtextstyle/autogen.sh +++ b/libtextstyle/autogen.sh @@ -91,7 +91,6 @@ if test $skip_gnulib = false; then --makefile-name=Makefile.gnulib --libtool \ --local-dir=gnulib-local --local-dir=../gnulib-local \ --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