autoconf-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Autoconf source repository branch, master, updated. v2.65-29-g


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.65-29-ga21c6c2
Date: Wed, 13 Jan 2010 03:52:50 +0000

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 <address@hidden>
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 <address@hidden>

-----------------------------------------------------------------------

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  <address@hidden>
+
+       Typo fix in earlier commit.
+       * doc/autoconf.texi (Autoconf Language): Fix typo.
+
 2010-01-12  Ralf Wildenhues  <address@hidden>
 
        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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]