[SCM] GNU Autoconf source repository branch, master, updated. v2.65-29-ga21c6c2
"Eric Blake" <[email protected]> Wed, 13 Jan 2010 03:52:50 +0000
| 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=a21c6c2ea6186d099ae29fe19d1a511849d5d50e
The branch, master has been updated
via a21c6c2ea6186d099ae29fe19d1a511849d5d50e (commit)
from 957768d52d14b28a5ee533ae99b538060ed95768 (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 a21c6c2ea6186d099ae29fe19d1a511849d5d50e
Author: Eric Blake <[email protected]>
Date: Mon Jan 11 08:09:35 2010 -0700
Typo fix in earlier commit.
* doc/autoconf.texi (Autoconf Language): Fix typo.
Signed-off-by: Eric Blake <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
doc/autoconf.texi | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 2ca9eab..6b6fd80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-01-12 Eric Blake <[email protected]>
+
+ Typo fix in earlier commit.
+ * doc/autoconf.texi (Autoconf Language): Fix typo.
+
2010-01-12 Ralf Wildenhues <[email protected]>
Allow AC_FUNC_MKTIME to work with C++.
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index d484910..ce6ac88 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -1136,7 +1136,7 @@ space between the macro name and the open parenthesis.
@example
AC_INIT ([oops], [1.0]) # incorrect
-AC_INIT([hello], [1,0]) # good
+AC_INIT([hello], [1.0]) # good
@end example
Arguments should
hooks/post-receive
--
GNU Autoconf source repository