summaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-03-20 20:46:14 +0000
committerBruno Haible <bruno@clisp.org>2001-03-20 20:46:14 +0000
commit2808cace50c78249e21d55a52116cd417c605b25 (patch)
tree08b13e1cf0525282580285a12203a9995026720a /m4
parent45d8d6e50521aa75f31f8dd2f8365ad93d1d49ee (diff)
downloadexternal_gettext-2808cace50c78249e21d55a52116cd417c605b25.zip
external_gettext-2808cace50c78249e21d55a52116cd417c605b25.tar.gz
external_gettext-2808cace50c78249e21d55a52116cd417c605b25.tar.bz2
libiconv is now GNU libiconv.
Diffstat (limited to 'm4')
-rw-r--r--m4/ChangeLog4
-rw-r--r--m4/iconv.m44
2 files changed, 6 insertions, 2 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 6008e8c..08fe498 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -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
diff --git a/m4/iconv.m4 b/m4/iconv.m4
index f920575..4a01420 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 <stdlib.h>
#include <iconv.h>],