From: Bruno Haible Date: Tue, 20 Mar 2001 20:46:14 +0000 (+0000) Subject: libiconv is now GNU libiconv. X-Git-Tag: v0.10.36~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2808cace50c78249e21d55a52116cd417c605b25;p=thirdparty%2Fgettext.git libiconv is now GNU libiconv. --- diff --git a/m4/ChangeLog b/m4/ChangeLog index 6008e8c71..08fe49848 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,7 @@ +2001-03-20 Bruno Haible + + * iconv.m4 (AM_ICONV): Recommend GNU libiconv. + 2001-03-16 Bruno Haible * gettext.m4 (AM_WITH_NLS): Allow po/Makefile.in to be generated from diff --git a/m4/iconv.m4 b/m4/iconv.m4 index f920575b3..4a0142086 100644 --- a/m4/iconv.m4 +++ b/m4/iconv.m4 @@ -5,9 +5,9 @@ dnl From Bruno Haible. AC_DEFUN([AM_ICONV], [ dnl Some systems have iconv in libc, some have it in libiconv (OSF/1 and - dnl those with the standalone portable libiconv installed). + dnl those with the standalone portable GNU libiconv installed). AC_CACHE_CHECK(for iconv, am_cv_func_iconv, [ - am_cv_func_iconv="no, consider installing libiconv" + am_cv_func_iconv="no, consider installing GNU libiconv" am_cv_lib_iconv=no AC_TRY_LINK([#include #include ],