]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/local.at (AT_CHECK_CONFIGURE): Adjust to the verbose being
authorAkim Demaille <akim@epita.fr>
Mon, 23 Jun 2003 14:53:18 +0000 (14:53 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 23 Jun 2003 14:53:18 +0000 (14:53 +0000)
always run: output config.log on $at_group_log.

ChangeLog
tests/local.at

index d3903f8bd958481486e8b137d6cc223fcb7a6432..a3a6857fe86b72db0ebf8822822779b55018e447 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 3336f6ea98c8496ebffe48484c0fc089a03ae872..d0bdba6ffa24c1b5fbf5649fd3a416fbccc965f9 100644 (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