projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95454b6
)
test-quotearg needs to be linked against libintl (at least on Solaris).
author
Bruno Haible
<bruno@clisp.org>
Sun, 13 Apr 2008 16:15:04 +0000
(18:15 +0200)
committer
Bruno Haible
<bruno@clisp.org>
Sun, 13 Apr 2008 16:15:04 +0000
(18:15 +0200)
ChangeLog
patch
|
blob
|
history
modules/quotearg-tests
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
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.
diff --git
a/modules/quotearg-tests
b/modules/quotearg-tests
index 724d540e7ffad78be46758f43a6d8f0c76b26c64..1f3ba2717de114e3ca7943022249d2e403778efe 100644
(file)
--- a/
modules/quotearg-tests
+++ b/
modules/quotearg-tests
@@
-10,3
+10,4
@@
configure.ac:
Makefile.am:
TESTS += test-quotearg
check_PROGRAMS += test-quotearg
+test_quotearg_LDADD = $(LDADD) @LIBINTL@