Mercurial > hg > octave-kai > gnulib-hg
changeset 3222:5eabaed3b048
(jm_ICONV): Recommend GNU libiconv.
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Sat, 24 Mar 2001 08:50:21 +0000 |
parents | b17c05954eaf |
children | 006b1010c21b |
files | m4/iconv.m4 |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 <stdlib.h> #include <iconv.h>],