]> git.ipfire.org Git - thirdparty/gettext.git/commit
gettext.m4: Recognize a statically built libintl on macOS and AIX.
authorBruno Haible <bruno@clisp.org>
Fri, 17 Nov 2023 11:46:33 +0000 (12:46 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 17 Nov 2023 11:46:33 +0000 (12:46 +0100)
commit189ae31ea1c4239734694347ab573aca27058d2a
tree86cff3bfab5340c15a89848e518c6581ef7da62f
parente705d78bc85746da667fb01d5e1526491f1b1892
gettext.m4: Recognize a statically built libintl on macOS and AIX.

Reported by David Edelsohn <dje.gcc@gmail.com> in
<https://gcc.gnu.org/pipermail/gcc-patches/2023-November/636558.html>.

* gettext-runtime/m4/gettext.m4 (AM_GNU_GETTEXT): In the
"checking for GNU gettext in libintl..." test, add also the special
system library dependencies needed on macOS and AIX.
gettext-runtime/m4/gettext.m4