]> git.ipfire.org Git - thirdparty/gettext.git/commit
build: Avoid trouble on mingw caused by mingw's *printf functions.
authorBruno Haible <bruno@clisp.org>
Sat, 18 May 2019 16:01:31 +0000 (18:01 +0200)
committerBruno Haible <bruno@clisp.org>
Mon, 13 Apr 2020 10:48:16 +0000 (12:48 +0200)
commitb180f533873039235e0439bfb7e6308a37abb24a
tree892dc6e9d80c34dc6c0db35ecce2e22c7c58488d
parent018d2df672e1b8712691514c6105410a14914d4a
build: Avoid trouble on mingw caused by mingw's *printf functions.

Reported by Michele Locati <michele@locati.it>
in <https://lists.gnu.org/archive/html/bug-gettext/2019-05/msg00103.html>.

* gettext-runtime/intl/Makefile.am (AM_CPPFLAGS): Define __USE_MINGW_ANSI_STDIO
to 0.
* gettext-runtime/libasprintf/Makefile.am (DEFS): Likewise.
* libtextstyle/lib/Makefile.am (AM_CPPFLAGS): Likewise.
gettext-runtime/intl/Makefile.am
gettext-runtime/libasprintf/Makefile.am
libtextstyle/lib/Makefile.am