* tests/aclocal.test: Use it to fix the test. Report from
Patrick Welche.
+2004-11-17 Alexandre Duret-Lutz <adl@gnu.org>
+
+ * tests/defs.in (testaclocaldir): New variable.
+ * tests/aclocal.test: Use it to fix the test. Report from
+ Patrick Welche.
+
2004-11-10 Alexandre Duret-Lutz <adl@gnu.org>
* m4/python.m4 (AM_PATH_PYTHON): Fix the invocation of
$ACLOCAL --unknown-option 2>stderr && exit 1
grep help stderr
-test "`$ACLOCAL --print-ac-dir`" = "$aclocaldir"
+test "`$ACLOCAL --print-ac-dir`" = "$testaclocaldir"
;;
esac
+testaclocaldir='@abs_top_srcdir@/m4'
+
# POSIX no longer requires 'egrep' and 'fgrep',
# but some hosts lack 'grep -E' and 'grep -F'.
EGREP='@EGREP@'