* 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 <stefano.lattarini@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.lattarini@gmail.com>
Extended tests on AC_CONFIG_AUX_DIR.
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