+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
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>],