mirror of
git://git.sv.gnu.org/autoconf
synced 2025-02-17 14:01:27 +08:00
* tests/local.at (AT_CHECK_CONFIGURE): Adjust to the verbose being
always run: output config.log on $at_group_log.
This commit is contained in:
parent
290403f34d
commit
f3b07fd959
@ -1,3 +1,8 @@
|
||||
2003-06-23 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* tests/local.at (AT_CHECK_CONFIGURE): Adjust to the verbose being
|
||||
always run: output config.log on $at_group_log.
|
||||
|
||||
2003-06-23 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* tests/torture.at (#define header templates): Don't use quotes in
|
||||
|
@ -239,7 +239,7 @@ m4_define([AT_CHECK_CONFIGURE],
|
||||
[AT_CHECK([top_srcdir=$abs_top_srcdir ./configure $1],
|
||||
[$2],
|
||||
m4_default([$3], [ignore]), [$4],
|
||||
[test $at_verbose = echo && echo "$srcdir/AT_LINE: config.log" && cat config.log])])
|
||||
[{ echo "$srcdir/AT_LINE: config.log"; sed 's/^/> /' config.log; } >>$at_group_log ])])
|
||||
|
||||
|
||||
# AT_CHECK_ENV
|
||||
|
Loading…
Reference in New Issue
Block a user