[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-
From: |
Ralf Wildenhues |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-10-284-gaceb0e5 |
Date: |
Sat, 28 Mar 2009 17:13: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 Automake".
http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=aceb0e55873cdb6bc4d6f33f3260fb5cdda5bbd3
The branch, master has been updated
via aceb0e55873cdb6bc4d6f33f3260fb5cdda5bbd3 (commit)
from 9bfd7e89c90b5ad1721e4bcb536bae2f7562dbba (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 aceb0e55873cdb6bc4d6f33f3260fb5cdda5bbd3
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 | 4 ++++
doc/automake.texi | 5 +----
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 1aea72c..852ee46 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +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.
+
Sane (un)install for empty directory variables.
This patch fixes all install and uninstall rules to behave
sanely when $(wheredir) is the empty string, but $(where_HOW) is
diff --git a/doc/automake.texi b/doc/automake.texi
index 2d1e6f8..2f756b6 100644
--- a/doc/automake.texi
+++ b/doc/automake.texi
@@ -6032,7 +6032,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
@@ -6312,7 +6312,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
@@ -6365,8 +6364,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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-10-284-gaceb0e5,
Ralf Wildenhues <=