From: Akim Demaille Date: Mon, 23 Jun 2003 14:53:18 +0000 (+0000) Subject: * tests/local.at (AT_CHECK_CONFIGURE): Adjust to the verbose being X-Git-Tag: AUTOCONF-2.57b~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3b07fd959ac406e9d6cf8c793ca50c7a6538216;p=thirdparty%2Fautoconf.git * tests/local.at (AT_CHECK_CONFIGURE): Adjust to the verbose being always run: output config.log on $at_group_log. --- diff --git a/ChangeLog b/ChangeLog index d3903f8b..a3a6857f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-06-23 Akim Demaille + + * 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 * tests/torture.at (#define header templates): Don't use quotes in diff --git a/tests/local.at b/tests/local.at index 3336f6ea..d0bdba6f 100644 --- a/tests/local.at +++ b/tests/local.at @@ -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