[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, java-work, updated. v1.11-3
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, java-work, updated. v1.11-375-g2c2e5b4 |
Date: |
Wed, 04 May 2011 21:15:34 +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=2c2e5b4c334e7af191df3b6dfcc82001030447bc
The branch, java-work has been updated
via 2c2e5b4c334e7af191df3b6dfcc82001030447bc (commit)
via 293b93fcbe264c701ebb88bee5eee0dcf685ac38 (commit)
from 54932fd5e6957feb7a29f1e7e2ca68aa3b21ea91 (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 2c2e5b4c334e7af191df3b6dfcc82001030447bc
Merge: 54932fd 293b93f
Author: Stefano Lattarini <address@hidden>
Date: Wed May 4 22:51:47 2011 +0200
Merge branch 'maint' into java-work
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 56 ++++++++++++++++++++++++++++----------------------------
1 files changed, 28 insertions(+), 28 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 8328e05..3a8c01f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -25,10 +25,10 @@
2011-04-24 Stefano Lattarini <address@hidden>
tests: fix spurious failure in a test on TESTS (VPATH-related)
- * check-tests-in-builddir.test: When not using the parallel-tests
- option, do not check that VPATH components are not present in the
- displayed test name, since the simple-tests driver do not try to
- strip them.
+ * tests/check-tests-in-builddir.test: When not using the
+ parallel-tests option, do not check that VPATH components are
+ not present in the displayed test name, since the simple-tests
+ driver do not try to strip them.
2011-04-23 Stefano Lattarini <address@hidden>
@@ -169,7 +169,7 @@
* tests/depcomp8b.test: Add the `--enable-dependency-tracking'
option to `configure' invocations, so that slower dependency
extractors are not rejected.
- * tests/depcomp8b.test: Likewise. Also ...
+ * tests/depcomp8a.test: Likewise. Also ...
(foo.c): ... since we are at it, fix spacing to be consistent
with GNU coding standards.
@@ -460,11 +460,11 @@
suggest the use of this latter macro instead.
* lib/Automake/Variable.pm (%_am_macro_for_var): Pair 'LIBTOOL'
with 'LT_INIT', not with 'AC_PROG_LIBTOOL'.
- * libtool4.test: Adjust and extend. Also, add a call to macro
- AC_PROG_CC in configure.in, to help ensuring that automake does
- not fail for the wrong reasons.
- * ltinit.test: New test, ensure that automake's libtool support
- works with LT_INIT-based interface.
+ * tests/libtool4.test: Adjust and extend. Also, add a call to
+ macro AC_PROG_CC in configure.in, to help ensuring that automake
+ does not fail for the wrong reasons.
+ * tests/ltinit.test: New test, ensure that automake's libtool
+ support works with LT_INIT-based interface.
Thanks to Jack Kelly for the suggestion.
2011-02-20 Stefano Lattarini <address@hidden>
@@ -688,7 +688,7 @@
* tests/flibs.test: Likewise.
* tests/fort4.test: Use $AUTOMAKE -a for installing files.
-2011-01-12 Stefano Lattarini <address@hidden>
+2011-01-12 Stefano Lattarini <address@hidden>
docs: clustered '-d' not recognized in YFLAGS
This change fixes automake bug#7828.
@@ -697,7 +697,7 @@
other options.
From a report by ЮÑий ÐÑÑ
алÑÑкий.
-2011-01-10 Stefano Lattarini <address@hidden>
+2011-01-10 Stefano Lattarini <address@hidden>
tests: add checks on automatically-distributed files
Related to automake bug#7819.
@@ -785,7 +785,7 @@
Fix another typo in Rule.pm comment.
* lib/Automake/Rule.pm: Fix typo.
-2011-01-09 Stefano Lattarini <address@hidden>
+2011-01-09 Stefano Lattarini <address@hidden>
cosmetics: remove trailing whitespaces
* doc/automake.texi: Remove trailing whitespaces.
@@ -825,12 +825,12 @@
manual for how to convert directory values into macros.
(Optional): Fix grammar nit.
-2011-01-02 Stefano Lattarini <address@hidden>
+2011-01-02 Stefano Lattarini <address@hidden>
* NEWS: Fix typo (forgotten word).
-2011-01-02 Stefano Lattarini <address@hidden>
- Ralf Wildenhues <address@hidden>
+2011-01-02 Stefano Lattarini <address@hidden>
+ Ralf Wildenhues <address@hidden>
docs: how to work around checks on invalid primary/directory couples
* doc/automake.texi (Uniform): Document the blessed idiom which can
@@ -953,18 +953,18 @@
compilers were used. So we are now careful to require GCC in
tests that force gcc depmode.
From reports by Ralf Wildenhues.
- * silent5.test: Test removed, its content split into ...
- * silent-many-generic.test, silent-many-gcc.test: ... these new
- sister tests, the latter of which forces gcc depmode and lists
- "gcc" in $required.
- * silentlex.test: Test removed, its content split into ...
- * silent-lex-generic.test, silent-lex-gcc.test: ... these new
- sister tests, the latter of which forces gcc depmode and lists
- "gcc" in $required.
- * silentyacc.test: Test removed, its content split into ...
- * silent-yacc-generic.test, silent-yacc-gcc.test: ... these new
- sister tests, the latter of which forces gcc depmode and lists
- "gcc" in $required.
+ * tests/silent5.test: Test removed, its content split into ...
+ * tests/silent-many-generic.test, tests/silent-many-gcc.test: ...
+ these new sister tests, the latter of which forces gcc depmode
+ and lists "gcc" in $required.
+ * tests/silentlex.test: Test removed, its content split into ...
+ * tests/silent-lex-generic.test, tests/silent-lex-gcc.test: ...
+ these new sister tests, the latter of which forces gcc depmode
+ and lists "gcc" in $required.
+ * tests/silentyacc.test: Test removed, its content split into ...
+ * tests/silent-yacc-generic.test, tests/silent-yacc-gcc.test: ...
+ these new sister tests, the latter of which forces gcc depmode and
+ lists "gcc" in $required.
* tests/Makefile.am (TESTS): Updated.
2010-11-21 Stefano Lattarini <address@hidden>
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, java-work, updated. v1.11-375-g2c2e5b4,
Stefano Lattarini <=