From: Jim Meyering Date: Sat, 24 Mar 2001 08:50:21 +0000 (+0000) Subject: (jm_ICONV): Recommend GNU libiconv. X-Git-Tag: cvs-readonly~5951 X-Git-Url: http://erislabs.net/gitweb/?a=commitdiff_plain;h=7e3abbd47249138beefb283c6f63126c0eb46412;p=gnulib.git (jm_ICONV): Recommend GNU libiconv. --- diff --git a/m4/iconv.m4 b/m4/iconv.m4 index ee8cf2995..2ff196212 100644 --- a/m4/iconv.m4 +++ b/m4/iconv.m4 @@ -1,13 +1,13 @@ -#serial 2 +#serial 3 dnl From Bruno Haible. AC_DEFUN(jm_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, jm_cv_func_iconv, [ - jm_cv_func_iconv="no, consider installing libiconv" + jm_cv_func_iconv="no, consider installing GNU libiconv" jm_cv_lib_iconv=no AC_TRY_LINK([#include #include ],