(jm_ICONV): Recommend GNU libiconv.
authorJim Meyering <jim@meyering.net>
Sat, 24 Mar 2001 08:50:21 +0000 (08:50 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 24 Mar 2001 08:50:21 +0000 (08:50 +0000)
m4/iconv.m4

index ee8cf299569b7da33d81364d71ede47ec2b03332..2ff19621243f427476a70343e57fe0f441a27cd4 100644 (file)
@@ -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>],