Mercurial > hg > octave-shane > gnulib-hg
changeset 10130:7581db129a32
Mention the link requirements.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Tue, 27 May 2008 14:45:41 +0200 |
parents | 4c9de4cfa188 |
children | b99666d81d1b |
files | ChangeLog modules/iconv_open modules/propername modules/striconv modules/striconveh modules/unicodeio modules/xstriconv |
diffstat | 7 files changed, 28 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2008-05-27 Bruno Haible <bruno@clisp.org> + + * 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 <meyering@redhat.com> sha256: do not artificially restrict buffer length to be < 2^32
--- a/modules/iconv_open +++ b/modules/iconv_open @@ -61,6 +61,9 @@ Include: <iconv.h> +Link: +$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise + License: LGPLv2+
--- a/modules/propername +++ b/modules/propername @@ -35,6 +35,9 @@ Include: "propername.h" +Link: +$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise + License: GPL
--- a/modules/striconv +++ b/modules/striconv @@ -26,6 +26,9 @@ Include: "striconv.h" +Link: +$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise + License: LGPLv2+
--- a/modules/striconveh +++ b/modules/striconveh @@ -33,6 +33,9 @@ Include: "striconveh.h" +Link: +$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise + License: LGPL