regex: Mention link dependencies.
authorBruno Haible <bruno@clisp.org>
Sat, 27 Nov 2010 17:22:51 +0000 (18:22 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 27 Nov 2010 17:22:51 +0000 (18:22 +0100)
* modules/regex (Link): New section.
* modules/rpmatch (Link): Likewise.
* modules/regex-quote-tests (Makefile.am): Link with $(LIBINTL).

ChangeLog
modules/regex
modules/regex-quote-tests
modules/rpmatch

index 94b01ed..3f86367 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2010-11-27  Bruno Haible  <bruno@clisp.org>
 
+       regex: Mention link dependencies.
+       * modules/regex (Link): New section.
+       * modules/rpmatch (Link): Likewise.
+       * modules/regex-quote-tests (Makefile.am): Link with $(LIBINTL).
+
+2010-11-27  Bruno Haible  <bruno@clisp.org>
+
        ftoastr: Fix compilation error on Solaris.
        * lib/ftoastr.c: Include <config.h>.
 
index 9492a06..cbfecdd 100644 (file)
@@ -38,6 +38,9 @@ Makefile.am:
 Include:
 <regex.h>
 
+Link:
+$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
+
 License:
 LGPLv2+
 
index ce57683..a1a63cd 100644 (file)
@@ -11,3 +11,4 @@ configure.ac:
 Makefile.am:
 TESTS += test-regex-quote
 check_PROGRAMS += test-regex-quote
+test_regex_quote_LDADD = $(LDADD) $(LIBINTL)
index 24297e5..17a6c20 100644 (file)
@@ -22,6 +22,9 @@ Makefile.am:
 Include:
 <stdlib.h>
 
+Link:
+$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
+
 License:
 GPL