from Raja R Harinath * tests/tools.at (autoupdating AC_LINK_FILES): Invoke autoconf like in the rest of the tests. Index: tests/tools.at =================================================================== RCS file: /cvs/autoconf/tests/tools.at,v retrieving revision 1.1 diff -u -p -u -r1.1 tools.at --- tests/tools.at 2000/10/26 09:52:35 1.1 +++ tests/tools.at 2000/10/27 23:13:18 @@ -206,7 +206,7 @@ AT_DATA(dst2, dst2 AT_CHECK([autoupdate --autoconf-dir $top_srcdir], 0, [], [autoupdate: `configure.in' is updated ]) -AT_CHECK([autoconf --autoconf-dir $top_srcdir], 0) +AT_CHECK([autoconf --autoconf-dir .. -l $at_srcdir], 0) AT_CHECK([./configure], 0, ignore) AT_CHECK([cat src1], 0, [dst1 ])