From: Bruno Haible Date: Sat, 27 Nov 2010 17:22:51 +0000 (+0100) Subject: regex: Mention link dependencies. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cc246130b35ae6a35bc8328ee48a69b02b88d2a;p=pspp 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 94b01ed52f..3f86367524 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +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. diff --git a/modules/regex b/modules/regex index 9492a06858..cbfecdda67 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 ce57683972..a1a63cd8b5 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 24297e5d1b..17a6c2083a 100644 --- a/modules/rpmatch +++ b/modules/rpmatch @@ -22,6 +22,9 @@ Makefile.am: Include: +Link: +$(LTLIBINTL) when linking with libtool, $(LIBINTL) otherwise + License: GPL