diff options
author | Bruno Haible <bruno@clisp.org> | 2002-01-21 13:25:44 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-22 01:04:50 +0200 |
commit | 6504af86ff4afa810c2cf96f96e801daa9861872 (patch) | |
tree | ba49414647a01c30aa1fbb27b726cec442d124b0 /m4/ChangeLog | |
parent | b174d83d34f7776981a95f08887098d1f539b063 (diff) | |
download | external_gettext-6504af86ff4afa810c2cf96f96e801daa9861872.zip external_gettext-6504af86ff4afa810c2cf96f96e801daa9861872.tar.gz external_gettext-6504af86ff4afa810c2cf96f96e801daa9861872.tar.bz2 |
Don't check for ICONV_CONST if we don't need it.
Diffstat (limited to 'm4/ChangeLog')
-rw-r--r-- | m4/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index 04163cf..1af7390 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,5 +1,11 @@ 2002-01-19 Bruno Haible <bruno@clisp.org> + * iconv.m4 (AM_ICONV_LINK): New macro, extracted from AM_ICONV. + (AM_ICONV): Call it. + * gettext.m4 (AM_GNU_GETTEXT): Call AM_ICONV_LINK instead of AM_ICONV. + +2002-01-19 Bruno Haible <bruno@clisp.org> + * gettext.m4 (AM_GNU_GETTEXT): Don't consider that -liconv is necessary for -lintl. Instead, use the $LIBICONV value determined by the AM_ICONV macro. |