]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
manual: order `Particular Functions' node alphabetically.
authorBruno Haible <bruno@clisp.org>
Mon, 5 Oct 2009 04:46:41 +0000 (06:46 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 5 Oct 2009 04:46:41 +0000 (06:46 +0200)
* doc/autoconf.texi (Particular Functions): Swap sections about
AC_FUNC_MBRTOWC and AC_FUNC_MEMCMP.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
doc/autoconf.texi

index 6ff22390d0e1b97b4bae0f2eccd9942999214956..21a5a6e46abffee696a6b9bc40979b631163e93e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index 4032b9c102d323c6f6f482c0a7718fdcf9ff6dcb..6a31a21f275f28c62e287e5be9b3e771cc8d6d07 100644 (file)
@@ -5105,6 +5105,19 @@ The result of this macro is cached in the
 @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
@@ -5124,19 +5137,6 @@ This macro is obsolescent, as current systems have a working
 @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