* m4/mbfile.m4 (gl_MBFILE): Don't require AC_FUNC_MBRTOWC.
* m4/mbiter.m4 (gl_MBITER): Likewise.
+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 "()"
-# 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,
[
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])
:
])
-# 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,
[
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])
:
])