[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-2118
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-2118-g2a48723 |
Date: |
Sun, 01 Apr 2012 07:45:06 +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=2a487237c0614d3dd71298c0c31857b32b818198
The branch, master has been updated
via 2a487237c0614d3dd71298c0c31857b32b818198 (commit)
via 1e3b481cfa56e5cccf7c1847bbc5c40a9df029bb (commit)
from ef6a48297a70b763e9c4b141fcce93a8a9c74c1c (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 2a487237c0614d3dd71298c0c31857b32b818198
Author: Stefano Lattarini <address@hidden>
Date: Sat Mar 31 13:07:32 2012 -0700
cosmetics: remove repeated line in comment, fix quoting
* automake.in: Drop a repeated line in a comment. In the same
comment, prefer quoting 'like this' rather than `like this'.
Issue introduced in one of the commits that converted from quoting
`like this' to quoting 'like this'.
Signed-off-by: Stefano Lattarini <address@hidden>
commit 1e3b481cfa56e5cccf7c1847bbc5c40a9df029bb
Author: Stefano Lattarini <address@hidden>
Date: Sat Mar 31 13:06:30 2012 -0700
cosmetics: remove useless import in automake script
* automake.in (Automake::Version): This import is not needed;
remove it.
Signed-off-by: Stefano Lattarini <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
automake.in | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/automake.in b/automake.in
index 3e16fd8..f96e36b 100644
--- a/automake.in
+++ b/automake.in
@@ -150,7 +150,6 @@ use Automake::Location;
use Automake::Condition qw/TRUE FALSE/;
use Automake::DisjConditions;
use Automake::Options;
-use Automake::Version;
use Automake::Variable;
use Automake::VarDef;
use Automake::Rule;
@@ -955,8 +954,7 @@ register_language ('name' => 'ppfc',
# passing "$(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS)
# $(CPPFLAGS)" as additional flags to the Fortran 77 compiler, since
# this is how GNU Make does it; see the "GNU Make Manual, Edition 0.51
-# for `make' Version 3.76 Beta" (specifically, from info file
-# for `make' Version 3.76 Beta" (specifically, from info file
+# for 'make' Version 3.76 Beta" (specifically, from info file
# '(make)Catalogue of Rules').
#
# A better approach would be to write an Autoconf test
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-2118-g2a48723,
Stefano Lattarini <=