automake-commit
[Top][All Lists]
Advanced

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

[Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.11-359-g


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.11-359-g293b93f
Date: Wed, 04 May 2011 21:15:35 +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=293b93fcbe264c701ebb88bee5eee0dcf685ac38

The branch, maint has been updated
       via  293b93fcbe264c701ebb88bee5eee0dcf685ac38 (commit)
      from  1ada3973ce2ece03695b068477e08253f8d18b5f (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 ChangeLog |   56 ++++++++++++++++++++++++++++----------------------------
 1 files changed, 28 insertions(+), 28 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 3d87b6b..62c5493 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,10 +19,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>
 
@@ -89,7 +89,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.
 
@@ -348,11 +348,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>
@@ -576,7 +576,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.
@@ -585,7 +585,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.
@@ -673,7 +673,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.
@@ -713,12 +713,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
@@ -841,18 +841,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



reply via email to

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