mirror of
https://https.git.savannah.gnu.org/git/gettext.git
synced 2026-01-26 07:37:57 +00:00
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:
parent
31554caccc
commit
c5d6114aff
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user