Avoid test link errors when the modules getopt-gnu, gettext are used.
authorBruno Haible <bruno@clisp.org>
Sun, 23 Aug 2009 21:00:36 +0000 (23:00 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 23 Aug 2009 21:00:36 +0000 (23:00 +0200)
ChangeLog
modules/getopt-posix-tests

index f9f9013cb8ef6d9e90b907cd033006b388645c07..80d97a9562bf22d1c2eb849f8d4c0d06ba28948d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-08-23  Bruno Haible  <bruno@clisp.org>
+
+       Avoid test link errors when the modules getopt-gnu, gettext are used.
+       * modules/getopt-posix-tests (Makefile.am): Define test_getopt_LDADD.
+       Reported by Tom G. Christensen <tgc@jupiterrise.com>.
+
 2009-08-23  Bruno Haible  <bruno@clisp.org>
 
        Fix getdtablesize() on mingw.
index 8f01220a3dfcc449aaa29afc9a89d4f673b7b94f..ac4b96561405130636bba491b53ab248842d9162 100644 (file)
@@ -12,3 +12,4 @@ configure.ac:
 Makefile.am:
 TESTS += test-getopt
 check_PROGRAMS += test-getopt
+test_getopt_LDADD = $(LDADD) $(LIBINTL)