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-841-


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-841-g88282ba
Date: Wed, 08 Jun 2011 08:07:45 +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=88282badbe01d5266de0973298c3adc489dd59e5

The branch, master has been updated
       via  88282badbe01d5266de0973298c3adc489dd59e5 (commit)
       via  f19880566340ff54f7d66df25a3a235ddee86bed (commit)
      from  07d878b42df4a4d197d8f586be108666a26a0ba1 (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          |   10 ++++++++++
 tests/auxdir2.test |    2 +-
 2 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b10c28a..a5434ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+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-02  Stefano Lattarini  <address@hidden>
 
        maintcheck: fix some more failures
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]