]> git.ipfire.org Git - thirdparty/gettext.git/commit
Update after gnulib changed.
authorBruno Haible <bruno@clisp.org>
Sun, 20 Jun 2021 12:19:39 +0000 (14:19 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 20 Jun 2021 16:36:45 +0000 (18:36 +0200)
commitacb7f1cc9b4df499b23576c488f66540330ca836
tree57f5329d949bfab3edecac77e4fe7083e6d84c20
parentf8c28f094dd7f85f1dc0631435f6b76c19b50242
Update after gnulib changed.

Previously, different gnulib-tool invocations within the scope of the same
configure.ac interfered with each other (through the GNULIB_* indicator macros,
used in the generated .h files), and libgrep relied on it. Now, each gnulib-tool
invocation needs its own copy of the generated .h files, in particular locale.h.
Needed for the localeconv() override on native Windows.

* autogen.sh: When invoking gnulib-tool for libgrep, don't avoid 'locale' and
the other header file modules.
* gettext-tools/configure.ac: Set GL_GRGL_GNULIB_SETLOCALE_NULL to 1.
.gitignore
autogen.sh
gettext-tools/configure.ac