]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/tools.at (autoupdating AC_LINK_FILES): Invoke autoconf
authorPavel Roskin <proski@gnu.org>
Wed, 1 Nov 2000 15:20:46 +0000 (15:20 +0000)
committerPavel Roskin <proski@gnu.org>
Wed, 1 Nov 2000 15:20:46 +0000 (15:20 +0000)
        like in the rest of the tests.

ChangeLog
tests/tools.at

index d7d69932df12c187aa25e7e79a980c724eefd910..199daf5782d6628ce17c9cc21ba0d9fe3b2eddbe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-11-01  Raja R Harinath  <harinath@cs.umn.edu>
+
+       * tests/tools.at (autoupdating AC_LINK_FILES): Invoke autoconf
+       like in the rest of the tests.
+
 2000-11-01  Pavel Roskin  <proski@gnu.org>
 
        * autoconf.sh: Typo: s/m4__warnings/m4_warnings/.
index 1f225173aad0e5364eb355b0bdf4ed70dfdbd380..c83bc785de03d21e7f9d550a1deacc40edd4bcb6 100644 (file)
@@ -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
 ])