]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Test suite: more debugging information.
authorAkim Demaille <akim@epita.fr>
Tue, 29 Feb 2000 08:51:42 +0000 (08:51 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 29 Feb 2000 08:51:42 +0000 (08:51 +0000)
* tests/atspecific.m4 (AT_TEST_MACRO): When verbose, report the
content of config.log.

ChangeLog
tests/atspecific.m4

index 0a134f621687a442ab1de4b9fda5bef952b8047f..9bf9c01ec2dd77a27d5c8d9a0851a61816204c6a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2000-02-29  Akim Demaille  <akim@epita.fr>
+
+       Test suite: more debugging information.
+
+       * tests/atspecific.m4 (AT_TEST_MACRO): When verbose, report the
+       content of config.log.
+
 2000-02-29  Akim Demaille  <akim@epita.fr>
 
        * Makefile.am (MAKEINFO): Removed.
index 349e86fe504f31ca2b3fcdcbb20490b907591d38..9e01c74a12a4ae87b8613662ff290b5906991b17 100644 (file)
@@ -122,6 +122,7 @@ dnl lines, so grepping -v warning is not enough.
 AT_CHECK([../autoconf -m .. -l $at_srcdir], 0,, ignore)
 AT_CHECK([../autoheader -m .. -l $at_srcdir], 0,, ignore)
 AT_CHECK([./configure], 0, ignore, ignore)
+test -n "$at_verbose" && echo "--- config.log" && cat config.log
 AT_CHECK([cat env-after], 0, expout)
 $3
 AT_CLEANUP(configure config.status config.log config.cache config.hin config.h env-after)dnl