+2007-10-27 Bruno Haible <bruno@clisp.org>
+
+ * modules/gettext-tools-misc (Makefile.am): Use @LTLIBC@ instead of
+ hardcoding -lc. Needed for HP-UX 11.
+
2007-10-27 Bruno Haible <bruno@clisp.org>
* tests/test-term-ostream-xterm-new.out: New file.
# Need @LTLIBINTL@ because many source files use gettext().
# Need @LTLIBICONV@ because linebreak.c and striconv.c use iconv().
# Need @LIB_ACL@ because copy-file.c uses acl.h.
+# Need @LTLIBC@ for -no-undefined to work on many platforms.
lib_LDFLAGS += \
-release @VERSION@ \
- @LTLIBINTL@ @LTLIBICONV@ @LIB_ACL@ -lc @LTNOUNDEF@
+ @LTLIBINTL@ @LTLIBICONV@ @LIB_ACL@ @LTLIBC@ @LTNOUNDEF@
# Tell the mingw or Cygwin linker which symbols to export.
if WOE32DLL