+2005-07-05 Stepan Kasal <kasal@ucw.cz>
+
+ * lib/autoconf/autotest.m4 (AC_CONFIG_TESTDIR): Set also
+ at_top_builddir, for compatibility with older autotest.
+ * lib/autotest/general.m4 (AT_INIT): If at_top_build_prefix
+ is not set, use at_top_builddir, for compatibility with older
+ versions of autoconf.
+
2005-07-04 Paul Eggert <eggert@cs.ucla.edu>
* bin/autom4te.in ($m4): Catch usages like --nesting-limit=2048.
at_top_build_prefix='$ac_top_build_prefix'
abs_top_builddir='$ac_abs_top_builddir'
+# Backward compatibility with Autotest <= 2.59b:
+at_top_builddir=\$at_top_build_prefix
+
AUTOTEST_PATH='m4_default([$2], [$1])'
SHELL=\${CONFIG_SHELL-'$SHELL'}
. ./$at_file || AS_ERROR([invalid content: $at_file])
done
+# Autoconf <=2.59b set at_top_builddir instead of at_top_build_prefix:
+: ${at_top_build_prefix=$at_top_builddir}
+
# atconfig delivers names relative to the directory the test suite is
# in, but the groups themselves are run in testsuite-dir/group-dir.
if test -n "$at_top_srcdir"; then