From: Bruno Haible Date: Mon, 5 Oct 2009 04:46:41 +0000 (+0200) Subject: manual: order `Particular Functions' node alphabetically. X-Git-Tag: v2.65~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af6cdb40d8a5511a48a2b9eeed5f17e7d7ce1365;p=thirdparty%2Fautoconf.git manual: order `Particular Functions' node alphabetically. * doc/autoconf.texi (Particular Functions): Swap sections about AC_FUNC_MBRTOWC and AC_FUNC_MEMCMP. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 6ff22390..21a5a6e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-10-05 Bruno Haible + + * doc/autoconf.texi (Particular Functions): Swap sections about + AC_FUNC_MBRTOWC and AC_FUNC_MEMCMP. + 2009-10-01 Paolo Bonzini Unconditionally check for junk ./--version after mkdir search loop. diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 4032b9c1..6a31a21f 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -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