[SCM] GNU Autoconf source repository branch, master, updated. v2.63b-53-g89f948d

"Jim Meyering" <[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=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 <[email protected]>
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  <[email protected]>
+
+	Fix syntax errors in autoconf.texi.
+	* doc/autoconf.texi (Erlang Libraries): @-escape curly braces
+	in example code.
+
 2009-05-28  Romain Lenglet  <[email protected]>
 
 	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@@"}]}.
+@{release,
+    @{"@@PACKAGE@@", "@@VERSION@@"@},
+    @{erts, "@@ERLANG_ERTS_VER@@"@},
+    [@{stdlib, "@@ERLANG_LIB_VER_stdlib@@"@},
+     @{@@PACKAGE@@, "@@VERSION@@"@}]@}.
 @end example
 @end defmac
 


hooks/post-receive
-- 
GNU Autoconf source repository
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.