From: Bruno Haible Date: Sat, 27 Nov 2010 17:22:51 +0000 (+0100) Subject: regex: Mention link dependencies. X-Git-Tag: v0.1~3581 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=2cc246130b35ae6a35bc8328ee48a69b02b88d2a;p=gnulib.git regex: Mention link dependencies. * modules/regex (Link): New section. * modules/rpmatch (Link): Likewise. * modules/regex-quote-tests (Makefile.am): Link with $(LIBINTL). --- diff --git a/ChangeLog b/ChangeLog index 94b01ed52..3f8636752 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2010-11-27 Bruno Haible + 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 + ftoastr: Fix compilation error on Solaris. * lib/ftoastr.c: Include . diff --git a/modules/regex b/modules/regex index 9492a0685..cbfecdda6 100644 --- a/modules/regex +++ b/modules/regex @@ -38,6 +38,9 @@ Makefile.am: Include: +Link: +$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise + License: LGPLv2+ diff --git a/modules/regex-quote-tests b/modules/regex-quote-tests index ce5768397..a1a63cd8b 100644 --- a/modules/regex-quote-tests +++ b/modules/regex-quote-tests @@ -11,3 +11,4 @@ configure.ac: Makefile.am: TESTS += test-regex-quote check_PROGRAMS += test-regex-quote +test_regex_quote_LDADD = $(LDADD) $(LIBINTL) diff --git a/modules/rpmatch b/modules/rpmatch index 24297e5d1..17a6c2083 100644 --- a/modules/rpmatch +++ b/modules/rpmatch @@ -22,6 +22,9 @@ Makefile.am: Include: +Link: +$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise + License: GPL