* doc/autoconf.texi (Particular Functions): Swap sections about
AC_FUNC_MBRTOWC and AC_FUNC_MEMCMP.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+2009-10-05 Bruno Haible <bruno@clisp.org>
+
+ * doc/autoconf.texi (Particular Functions): Swap sections about
+ AC_FUNC_MBRTOWC and AC_FUNC_MEMCMP.
+
2009-10-01 Paolo Bonzini <bonzini@gnu.org>
Unconditionally check for junk ./--version after mkdir search loop.
@code{ac_cv_func_malloc_0_nonnull} variable.
@end defmac
+@defmac AC_FUNC_MBRTOWC
+@acindex{FUNC_MBRTOWC}
+@cvindex HAVE_MBRTOWC
+@c @fuindex mbrtowc
+@prindex @code{mbrtowc}
+@caindex func_mbrtowc
+Define @code{HAVE_MBRTOWC} to 1 if the function @code{mbrtowc} and the
+type @code{mbstate_t} are properly declared.
+
+The result of this macro is cached in the @code{ac_cv_func_mbrtowc}
+variable.
+@end defmac
+
@defmac AC_FUNC_MEMCMP
@acindex{FUNC_MEMCMP}
@ovindex LIBOBJS
@code{memcmp}. New programs need not use this macro.
@end defmac
-@defmac AC_FUNC_MBRTOWC
-@acindex{FUNC_MBRTOWC}
-@cvindex HAVE_MBRTOWC
-@c @fuindex mbrtowc
-@prindex @code{mbrtowc}
-@caindex func_mbrtowc
-Define @code{HAVE_MBRTOWC} to 1 if the function @code{mbrtowc} and the
-type @code{mbstate_t} are properly declared.
-
-The result of this macro is cached in the @code{ac_cv_func_mbrtowc}
-variable.
-@end defmac
-
@defmac AC_FUNC_MKTIME
@acindex{FUNC_MKTIME}
@ovindex LIBOBJS