changeset 14198:90f8caec5c11

mbfile, mbiter: Complete change from 2008-12-21. * m4/mbfile.m4 (gl_MBFILE): Don't require AC_FUNC_MBRTOWC. * m4/mbiter.m4 (gl_MBITER): Likewise.
author Bruno Haible <bruno@clisp.org>
date Thu, 20 Jan 2011 21:44:31 +0100
parents 7509176b1fea
children d6780f2a0ebc
files ChangeLog m4/mbfile.m4 m4/mbiter.m4
diffstat 3 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-01-20  Bruno Haible  <bruno@clisp.org>
+
+	mbfile, mbiter: Complete change from 2008-12-21.
+	* m4/mbfile.m4 (gl_MBFILE): Don't require AC_FUNC_MBRTOWC.
+	* m4/mbiter.m4 (gl_MBITER): Likewise.
+
 2011-01-20  Jim Meyering  <meyering@redhat.com>
 
 	init.sh: insert space between each function name and "()"
--- a/m4/mbfile.m4
+++ b/m4/mbfile.m4
@@ -1,4 +1,4 @@
-# mbfile.m4 serial 5
+# mbfile.m4 serial 6
 dnl Copyright (C) 2005, 2008-2011 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -11,8 +11,5 @@
 [
   AC_REQUIRE([AC_C_INLINE])
   AC_REQUIRE([AC_TYPE_MBSTATE_T])
-  dnl The following line is that so the user can test HAVE_MBRTOWC before
-  dnl #include "mbfile.h". It can be removed in 2010.
-  AC_REQUIRE([AC_FUNC_MBRTOWC])
   :
 ])
--- a/m4/mbiter.m4
+++ b/m4/mbiter.m4
@@ -1,4 +1,4 @@
-# mbiter.m4 serial 5
+# mbiter.m4 serial 6
 dnl Copyright (C) 2005, 2008-2011 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -11,8 +11,5 @@
 [
   AC_REQUIRE([AC_C_INLINE])
   AC_REQUIRE([AC_TYPE_MBSTATE_T])
-  dnl The following line is that so the user can test HAVE_MBRTOWC before
-  dnl #include "mbiter.h" or "mbuiter.h". It can be removed in 2010.
-  AC_REQUIRE([AC_FUNC_MBRTOWC])
   :
 ])