From 9c504099cf06fcd0b552d26c38d558e2ae575d94 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 27 May 2008 14:45:41 +0200 Subject: [PATCH] Mention the link requirements. --- ChangeLog | 10 ++++++++++ modules/iconv_open | 3 +++ modules/propername | 3 +++ modules/striconv | 3 +++ modules/striconveh | 3 +++ modules/unicodeio | 3 +++ modules/xstriconv | 3 +++ 7 files changed, 28 insertions(+) diff --git a/ChangeLog b/ChangeLog index a72b682a0..eb22c0f9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2008-05-27 Bruno Haible + + * modules/iconv_open (Link): New section, from module 'iconv'. + * modules/striconv (Link): Likewise. + * modules/striconveh (Link): Likewise. + * modules/xstriconv (Link): Likewise. + * modules/unicodeio (Link): Likewise. + * modules/propername (Link): Likewise. + Reported by Jim Meyering. + 2008-05-26 Jim Meyering sha256: do not artificially restrict buffer length to be < 2^32 diff --git a/modules/iconv_open b/modules/iconv_open index 1ffb6d236..995303932 100644 --- a/modules/iconv_open +++ b/modules/iconv_open @@ -61,6 +61,9 @@ EXTRA_DIST += iconv_open-aix.h iconv_open-hpux.h iconv_open-irix.h ico Include: +Link: +$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise + License: LGPLv2+ diff --git a/modules/propername b/modules/propername index e506411d2..8c76453e1 100644 --- a/modules/propername +++ b/modules/propername @@ -35,6 +35,9 @@ lib_SOURCES += propername.h propername.c Include: "propername.h" +Link: +$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise + License: GPL diff --git a/modules/striconv b/modules/striconv index 82d74d854..a411248ed 100644 --- a/modules/striconv +++ b/modules/striconv @@ -26,6 +26,9 @@ endif Include: "striconv.h" +Link: +$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise + License: LGPLv2+ diff --git a/modules/striconveh b/modules/striconveh index ce87e07e4..c7da73ed1 100644 --- a/modules/striconveh +++ b/modules/striconveh @@ -33,6 +33,9 @@ endif Include: "striconveh.h" +Link: +$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise + License: LGPL diff --git a/modules/unicodeio b/modules/unicodeio index 188625800..918660640 100644 --- a/modules/unicodeio +++ b/modules/unicodeio @@ -22,6 +22,9 @@ lib_SOURCES += unicodeio.h unicodeio.c Include: "unicodeio.h" +Link: +$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise + License: GPL diff --git a/modules/xstriconv b/modules/xstriconv index e2913a550..02b00a8f5 100644 --- a/modules/xstriconv +++ b/modules/xstriconv @@ -18,6 +18,9 @@ lib_SOURCES += xstriconv.h xstriconv.c Include: "xstriconv.h" +Link: +$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise + License: GPL -- 2.11.0