projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59fadba
)
Link test-getdate with libintl.
author
Bruno Haible
<bruno@clisp.org>
Wed, 8 Oct 2008 20:35:55 +0000
(22:35 +0200)
committer
Bruno Haible
<bruno@clisp.org>
Wed, 8 Oct 2008 20:35:55 +0000
(22:35 +0200)
ChangeLog
patch
|
blob
|
history
modules/getdate-tests
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index efba7d90bbfaffc02a4953bb5515560265c9c7a6..e4ab0f36fd30becab0b15255ba7049dfc2a986c4 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2008-10-08 Bruno Haible <bruno@clisp.org>
+
+ * modules/getdate-tests (test_getdata_LDADD): Add LIBINTL.
+
2008-10-08 Simon Josefsson <simon@josefsson.org>
* m4/sys_socket_h.m4: Don't AC_LIBOBJ(winsock). The file is
diff --git
a/modules/getdate-tests
b/modules/getdate-tests
index 4b5e3441a743d7be32b09929790689f195ce6412..a78502e573dbb89ff1c65dc628d9d579443fbf3a 100644
(file)
--- a/
modules/getdate-tests
+++ b/
modules/getdate-tests
@@
-8,4
+8,4
@@
configure.ac:
Makefile.am:
TESTS += test-getdate
check_PROGRAMS += test-getdate
-test_getdate_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME)
+test_getdate_LDADD = $(LDADD)
@LIBINTL@
$(LIB_CLOCK_GETTIME)