]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
libiconv is now GNU libiconv.
authorBruno Haible <bruno@clisp.org>
Tue, 20 Mar 2001 20:46:14 +0000 (20:46 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 20 Mar 2001 20:46:14 +0000 (20:46 +0000)
m4/ChangeLog
m4/iconv.m4

index 6008e8c7198b81694a02485eb11662386399717f..08fe49848fb69ec7466005eeae597386817f4ef8 100644 (file)
@@ -1,3 +1,7 @@
+2001-03-20  Bruno Haible  <haible@clisp.cons.org>
+
+       * iconv.m4 (AM_ICONV): Recommend GNU libiconv.
+
 2001-03-16  Bruno Haible  <haible@clisp.cons.org>
 
        * gettext.m4 (AM_WITH_NLS): Allow po/Makefile.in to be generated from
index f920575b3fc39e18fefa7af2ffb4e395613292d9..4a01420869b0727c91bb1bd1c876a2d8a59e8a2e 100644 (file)
@@ -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 <stdlib.h>
 #include <iconv.h>],