automake-commit
[Top][All Lists]
Advanced

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

[Automake-commit] [SCM] GNU Automake branch, testsuite-work, updated. v1


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, testsuite-work, updated. v1.11-911-gdbd622e
Date: Wed, 08 Jun 2011 08:07:46 +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=dbd622e2f26758c598d8d7aec3cbf619093ea106

The branch, testsuite-work has been updated
       via  dbd622e2f26758c598d8d7aec3cbf619093ea106 (commit)
       via  88282badbe01d5266de0973298c3adc489dd59e5 (commit)
       via  f19880566340ff54f7d66df25a3a235ddee86bed (commit)
      from  145b591c8f676257685faf9cd8faffd92e1a9e5d (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 dbd622e2f26758c598d8d7aec3cbf619093ea106
Merge: 145b591 88282ba
Author: Stefano Lattarini <address@hidden>
Date:   Wed Jun 8 10:03:52 2011 +0200

    Merge branch 'master' into testsuite-work

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

Summary of changes:
 ChangeLog          |   10 ++++++++++
 tests/auxdir2.test |    2 +-
 2 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c57e2c5..058bd67 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2011-06-05  Stefano Lattarini  <address@hidden>
 
+       tests: fix typo-related error in auxdir2.test
+       * tests/auxdir2.test (configure.in):  Close m4 quoting in the
+       argument to AC_CONFIG_AUX_DIR.  Without this, aclocal fails with
+       "ERROR: end of file in string".  This problem hasn't been exposed
+       by the testsuite before because this test is in XFAIL_TESTS, so
+       its failure went unnoticed, even if it was due to a wrong cause.
+       Bug introduced in commit v1.11-249-g49ac3de.
+
+2011-06-05  Stefano Lattarini  <address@hidden>
+
        self tests: check that `$me' can be overridden
        * tests/self-check-me.test: Check that `$me' can be overridden
        before sourcing ./defs, with or without sourcing ./defs-static
diff --git a/tests/auxdir2.test b/tests/auxdir2.test
index 4912751..c915a6b 100755
--- a/tests/auxdir2.test
+++ b/tests/auxdir2.test
@@ -21,7 +21,7 @@
 
 cat > configure.in <<END
 AC_INIT([$me], [1.0])
-AC_CONFIG_AUX_DIR([\$foo)
+AC_CONFIG_AUX_DIR([\$foo])
 AM_INIT_AUTOMAKE
 AC_CONFIG_FILES([Makefile])
 END


hooks/post-receive
-- 
GNU Automake



reply via email to

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