projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
304073c
)
* modules/filenamecat-tests (Makefile.am): Link against -lintl.
author
Eric Blake
<ebb9@byu.net>
Thu, 18 Oct 2007 12:05:40 +0000
(06:05 -0600)
committer
Eric Blake
<ebb9@byu.net>
Thu, 18 Oct 2007 12:05:40 +0000
(06:05 -0600)
Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
patch
|
blob
|
history
modules/filenamecat-tests
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index c65dc071790aebc29497b764ea30aacef915b0b3..73ac493f840032d8525f9e2334650de16c918b21 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2007-10-18 Eric Blake <ebb9@byu.net>
+
+ * modules/filenamecat-tests (Makefile.am): Link against -lintl.
+
2007-10-18 Bruno Haible <bruno@clisp.org>
* m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put
diff --git
a/modules/filenamecat-tests
b/modules/filenamecat-tests
index bfd71f383570aa03db60849bb1ac476a226743a3..14d3c1777e4c09301bd21af46144cb674d17a162 100644
(file)
--- a/
modules/filenamecat-tests
+++ b/
modules/filenamecat-tests
@@
-9,3
+9,4
@@
configure.ac:
Makefile.am:
TESTS += test-filenamecat
check_PROGRAMS += test-filenamecat
+test_filenamecat_LDADD = $(LDADD) @LIBINTL@