From: Jim Meyering Date: Thu, 28 May 2009 17:08:20 +0000 (+0200) Subject: Fix syntax errors in autoconf.texi. X-Git-Tag: v2.64~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89f948d6446f7b3207dce1ca495f8e99fa991cda;p=thirdparty%2Fautoconf.git Fix syntax errors in autoconf.texi. * doc/autoconf.texi (Erlang Libraries): @-escape curly braces in example code. --- diff --git a/ChangeLog b/ChangeLog index a9f3ca84d..8a994a972 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-05-28 Jim Meyering + + Fix syntax errors in autoconf.texi. + * doc/autoconf.texi (Erlang Libraries): @-escape curly braces + in example code. + 2009-05-28 Romain Lenglet New AC_ERLANG_SUBST_ERTS_VER macro. diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 632058db7..5eb8964ab 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