autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: Autoconf's test suite and config.log


From: Akim Demaille
Subject: FYI: Autoconf's test suite and config.log
Date: Mon, 23 Jun 2003 16:55:54 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux)

Index: ChangeLog
from  Akim Demaille  <address@hidden>

        * tests/local.at (AT_CHECK_CONFIGURE): Adjust to the verbose being
        always run: output config.log on $at_group_log.

Index: tests/local.at
===================================================================
RCS file: /cvsroot/autoconf/autoconf/tests/local.at,v
retrieving revision 1.1
diff -u -u -r1.1 local.at
--- tests/local.at 23 Jun 2003 11:11:42 -0000 1.1
+++ tests/local.at 23 Jun 2003 14:53:07 -0000
@@ -239,7 +239,7 @@
 [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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]