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 94b01ed52fc35f546700f1c18a61efb89d6f9856..3f86367524db9fad7342cc0c5172cee93823d92f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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.
index 9492a068589fc884fae18d7850574351e9ab825c..cbfecdda672985b72c229b6c8a5e14cabf604541 100644 (file)
@@ -38,6 +38,9 @@ Makefile.am:
 Include:
 <regex.h>
 
+Link:
+$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
+
 License:
 LGPLv2+
 
index ce57683972b98da85460b87ccf0d9096d01dea1e..a1a63cd8b5f7b6c9c40793b1434a456319b3666f 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 24297e5d1bf28b0704a81446a9d7b888bd5af374..17a6c2083ac08580d56875b2ad7975a24664badf 100644 (file)
@@ -22,6 +22,9 @@ Makefile.am:
 Include:
 <stdlib.h>
 
+Link:
+$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
+
 License:
 GPL