]> git.ipfire.org Git - thirdparty/gettext.git/commit
Don't use -lc explicitly when linking with libtool.
authorBruno Haible <bruno@clisp.org>
Tue, 2 Jan 2018 17:35:17 +0000 (18:35 +0100)
committerBruno Haible <bruno@clisp.org>
Tue, 2 Jan 2018 17:35:17 +0000 (18:35 +0100)
commit7913e33dd19b1a3effeed58d6c83cf723def2113
treee21d403787e84148ee746bece364c496146e4fdc
parent981c523ddbd1462970335a1069573ca3bdd3df5e
Don't use -lc explicitly when linking with libtool.

libtool has logic that determines whether it should add -lc, and this logic
works fine on all modern platforms.

Reported by Michael Forney <mforney@mforney.org>
at <https://savannah.gnu.org/bugs/?40192>.

* gettext-runtime/m4/intl.m4 (AM_INTL_SUBDIR): Don't set LTLIBC.
* gettext-runtime/intl/Makefile.in (libintl.la, libgnuintl.la): Don't use
LTLIBC.
gettext-runtime/intl/Makefile.in
gettext-runtime/m4/intl.m4