From c1ac00fb1909b1c9dc6d050cbd3eef525f482727 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 20 Jan 2011 21:44:31 +0100 Subject: [PATCH] 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. --- ChangeLog | 6 ++++++ m4/mbfile.m4 | 5 +---- m4/mbiter.m4 | 5 +---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9ee388eb2..8ac17f98b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-01-20 Bruno Haible + + 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 init.sh: insert space between each function name and "()" diff --git a/m4/mbfile.m4 b/m4/mbfile.m4 index 4e7b40d0e..4e53a6bd4 100644 --- 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_DEFUN([gl_MBFILE], [ 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]) : ]) diff --git a/m4/mbiter.m4 b/m4/mbiter.m4 index cb7ec042b..8582b30b0 100644 --- 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_DEFUN([gl_MBITER], [ 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]) : ]) -- 2.11.0