automake-commit
[Top][All Lists]
Advanced

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

[Automake-commit] [SCM] GNU Automake branch, branch-1-10, updated. v1.10


From: Ralf Wildenhues
Subject: [Automake-commit] [SCM] GNU Automake branch, branch-1-10, updated. v1.10.2-43-g2021c96
Date: Sat, 28 Mar 2009 17:13:11 +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 Automake".

http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=2021c96f54265ca3380ae2f01bfeaa4c3d2809ea

The branch, branch-1-10 has been updated
       via  2021c96f54265ca3380ae2f01bfeaa4c3d2809ea (commit)
      from  544874acea58574a22cccdbe72c627a2de919d8b (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 2021c96f54265ca3380ae2f01bfeaa4c3d2809ea
Author: Ralf Wildenhues <address@hidden>
Date:   Mon Nov 24 09:50:20 2008 +0100

    manual: minor cleanups.
    
    * doc/automake.texi (Yacc and Lex): Adjust spacing in example.
    (Mixing Fortran 77 With C and C++): Drop unneeded @page breaks.

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

Summary of changes:
 ChangeLog         |    6 ++++++
 doc/automake.texi |    5 +----
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 24808eb..df623c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-03-28  Ralf Wildenhues  <address@hidden>
+
+       manual: minor cleanups.
+       * doc/automake.texi (Yacc and Lex): Adjust spacing in example.
+       (Mixing Fortran 77 With C and C++): Drop unneeded @page breaks.
+
 2009-03-22  Jim Meyering  <address@hidden>
 
        Fix a documentation typo.
diff --git a/doc/automake.texi b/doc/automake.texi
index 3143d09..1b01544 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -5914,7 +5914,7 @@ We recommend using the following renaming hack used in 
@command{gdb}:
 #define yylhs   c_yylhs
 #define yylen   c_yylen
 #define yydefred c_yydefred
-#define yydgoto c_yydgoto
+#define yydgoto  c_yydgoto
 #define yysindex c_yysindex
 #define yyrindex c_yyrindex
 #define yygindex c_yygindex
@@ -6194,7 +6194,6 @@ Fortran 77, C and C++ compilers on nearly all platforms.  
However,
 @command{cfortran} is not yet Free Software, but it will be in the next
 major release.}.
 
address@hidden
 Automake can help in two ways:
 
 @enumerate
@@ -6247,8 +6246,6 @@ is mentioned in @file{configure.ac}.  Also, if 
@samp{$(FLIBS)} hadn't
 been mentioned in @code{foo_LDADD} and @code{libfoo_la_LIBADD}, then
 Automake would have issued a warning.
 
-
address@hidden
 @menu
 * How the Linker is Chosen::    Automatic linker selection
 @end menu


hooks/post-receive
--
GNU Automake




reply via email to

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