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.63b-53-


From: Jim Meyering
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.63b-53-g89f948d
Date: Thu, 28 May 2009 17:10:12 +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=89f948d6446f7b3207dce1ca495f8e99fa991cda

The branch, master has been updated
       via  89f948d6446f7b3207dce1ca495f8e99fa991cda (commit)
      from  9e380c5ada53c8212506aabc8971caaf5eae6137 (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 89f948d6446f7b3207dce1ca495f8e99fa991cda
Author: Jim Meyering <address@hidden>
Date:   Thu May 28 19:08:20 2009 +0200

    Fix syntax errors in autoconf.texi.
    
    * doc/autoconf.texi (Erlang Libraries): @-escape curly braces
    in example code.

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

Summary of changes:
 ChangeLog         |    6 ++++++
 doc/autoconf.texi |   10 +++++-----
 2 files changed, 11 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a9f3ca8..8a994a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-05-28  Jim Meyering  <address@hidden>
+
+       Fix syntax errors in autoconf.texi.
+       * doc/autoconf.texi (Erlang Libraries): @-escape curly braces
+       in example code.
+
 2009-05-28  Romain Lenglet  <address@hidden>
 
        New AC_ERLANG_SUBST_ERTS_VER macro.
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 632058d..5eb8964 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -7881,11 +7881,11 @@ The @file{example.rel.in} file used to generate 
@file{example.rel}
 should contain:
 
 @example
-{release,
-    {"@@PACKAGE@@", "@@VERSION@@"},
-    {erts, "@@ERLANG_ERTS_VER@@"},
-    [{stdlib, "@@ERLANG_LIB_VER_stdlib@@"},
-     {@@PACKAGE@@, "@@VERSION@@"}]}.
address@hidden,
+    @{"@@PACKAGE@@", "@@VERSION@@"@},
+    @{erts, "@@ERLANG_ERTS_VER@@"@},
+    address@hidden, "@@ERLANG_LIB_VER_stdlib@@"@},
+     @{@@PACKAGE@@, "@@VERSION@@"@address@hidden
 @end example
 @end defmac
 


hooks/post-receive
-- 
GNU Autoconf source repository




reply via email to

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