* tests/tools.at (autoupdating AC_LINK_FILES): Invoke autoconf

like in the rest of the tests.
This commit is contained in:
Pavel Roskin 2000-11-01 15:20:46 +00:00
parent a63489da61
commit ae60935d08
2 changed files with 6 additions and 1 deletions

View File

@ -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/.

View 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
])