[SCM] GNU Autoconf source repository branch, master, updated. v2.64-57-gaf6cdb4
"Ralf Wildenhues" <[email protected]>
| Newsgroups | gmane.comp.sysutils.autoconf.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".
http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=af6cdb40d8a5511a48a2b9eeed5f17e7d7ce1365
The branch, master has been updated
via af6cdb40d8a5511a48a2b9eeed5f17e7d7ce1365 (commit)
from dfc967906c8ca4786dd5e6beebf404c5ebc6b8d4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit af6cdb40d8a5511a48a2b9eeed5f17e7d7ce1365
Author: Bruno Haible <[email protected]>
Date: Mon Oct 5 06:46:41 2009 +0200
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 <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
doc/autoconf.texi | 26 +++++++++++++-------------
2 files changed, 18 insertions(+), 13 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 6ff2239..21a5a6e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-10-05 Bruno Haible <[email protected]>
+
+ * doc/autoconf.texi (Particular Functions): Swap sections about
+ AC_FUNC_MBRTOWC and AC_FUNC_MEMCMP.
+
2009-10-01 Paolo Bonzini <[email protected]>
Unconditionally check for junk ./--version after mkdir search loop.
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 4032b9c..6a31a21 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
hooks/post-receive
--
GNU Autoconf source repository