mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-18 10:45:15 +08:00
* tests/tools.at (autoupdating AC_LINK_FILES): Invoke autoconf
like in the rest of the tests.
This commit is contained in:
parent
a63489da61
commit
ae60935d08
@ -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/.
|
||||
|
@ -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
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user