* 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>
+
+ 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.
Include:
<regex.h>
+Link:
+$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
+
License:
LGPLv2+
Makefile.am:
TESTS += test-regex-quote
check_PROGRAMS += test-regex-quote
+test_regex_quote_LDADD = $(LDADD) $(LIBINTL)
Include:
<stdlib.h>
+Link:
+$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise
+
License:
GPL