I plan to push this to a temporary bug-fixing branch off of commit v1.11-249-g49ac3de, and then merge it to master.
I will push in 48 hours if there is no review by then. Regards, Stefano -*-*- * 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. --- ChangeLog | 10 ++++++++++ tests/auxdir2.test | 2 +- 2 files changed, 11 insertions(+), 1 deletions(-) diff --git a/ChangeLog b/ChangeLog index f18c0ff..9db3832 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2011-06-05 Stefano Lattarini <stefano.lattar...@gmail.com> + + 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. + 2010-12-15 Stefano Lattarini <stefano.lattar...@gmail.com> Extended tests on AC_CONFIG_AUX_DIR. diff --git a/tests/auxdir2.test b/tests/auxdir2.test index 430abad..8273289 100755 --- a/tests/auxdir2.test +++ b/tests/auxdir2.test @@ -23,7 +23,7 @@ set -e 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 -- 1.7.2.3