test-quotearg needs to be linked against libintl (at least on Solaris).
authorBruno Haible <bruno@clisp.org>
Sun, 13 Apr 2008 16:15:04 +0000 (18:15 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 13 Apr 2008 16:15:04 +0000 (18:15 +0200)
ChangeLog
modules/quotearg-tests

index c2117a8df1160cebc1898a69669b20c212120f56..4ef4f70d22fe1722995e65472713f01ea36b413d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-13  Bruno Haible  <bruno@clisp.org>
+
+       * modules/quotearg-tests (Makefile.am): Define test_quotearg_LDADD.
+
 2008-04-13  Bruno Haible  <bruno@clisp.org>
 
        * doc/posix-headers/sys_socket.texi: Document the problem on EMX.
index 724d540e7ffad78be46758f43a6d8f0c76b26c64..1f3ba2717de114e3ca7943022249d2e403778efe 100644 (file)
@@ -10,3 +10,4 @@ configure.ac:
 Makefile.am:
 TESTS += test-quotearg
 check_PROGRAMS += test-quotearg
+test_quotearg_LDADD = $(LDADD) @LIBINTL@