automake-commit
[Top][All Lists]
Advanced

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

[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-2071


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-2071-g28ed42d
Date: Wed, 14 Mar 2012 21:27:02 +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=28ed42d905141d2ab4f8431b0599c906fe7c6408

The branch, master has been updated
       via  28ed42d905141d2ab4f8431b0599c906fe7c6408 (commit)
      from  d63c932a6d73bfa67e76af4bb0a0f1bb07198f1c (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 28ed42d905141d2ab4f8431b0599c906fe7c6408
Author: Stefano Lattarini <address@hidden>
Date:   Wed Mar 14 22:22:40 2012 +0100

    tests: fix spurious failure with older m4
    
    Reported by Panther Martin in automake bug#10866, diagnosed by
    Panther Martin and Eric Blake.
    
    Older GNU m4 versions (e.g., 1.4.6) did error reporting at the end
    of an error construct rather than the beginning.  This was causing
    a spurious testsuite failure due to an off-by-one error in the line
    number reported in an aclocal diagnostic.
    
    * tests/cond41.test: Keep all the body of the 'AM_COND_IF'
    invocation on a single line, to avoid the off-by-one error.
    
    Signed-off-by: Stefano Lattarini <address@hidden>

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

Summary of changes:
 tests/cond41.test |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/tests/cond41.test b/tests/cond41.test
index ee17a95..7c59a0a 100755
--- a/tests/cond41.test
+++ b/tests/cond41.test
@@ -19,8 +19,7 @@
 . ./defs || Exit 1
 
 cat >>configure.ac <<'END'
-AM_COND_IF([BAD_COND],
-          [AC_CONFIG_FILES([file1])])
+AM_COND_IF([BAD_COND], [AC_CONFIG_FILES([file1])])
 AC_OUTPUT
 END
 


hooks/post-receive
-- 
GNU Automake



reply via email to

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