* 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:
Akim Demaille 2003-06-23 14:53:18 +00:00
parent 290403f34d
commit f3b07fd959
2 changed files with 6 additions and 1 deletions

View File

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

View File

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