From: Stefano Lattarini Date: Thu, 17 May 2012 10:36:23 +0000 (+0200) Subject: doc: fix location of Automake's own test-suite.log file X-Git-Tag: v1.12.0b~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8084ae1b520862e03201d3bddfe01f3c8d197d1c;p=thirdparty%2Fautomake.git doc: fix location of Automake's own test-suite.log file * doc/automake.texi (Reporting Bugs): The global testsuite log of Automake is now (basically since we have removed make recursion from the Automake's build system) saved in the file 'test-suite.log', not in the file 'tests/test-suite.log'. Adjust accordingly. Signed-off-by: Stefano Lattarini --- diff --git a/doc/automake.texi b/doc/automake.texi index 2f2ebb087..939fe4425 100644 --- a/doc/automake.texi +++ b/doc/automake.texi @@ -13101,7 +13101,7 @@ bug in the @uref{http://debbugs.gnu.org/@/automake, bug tracker}. Be sure to include the versions of Autoconf and Automake that you use. Ideally, post a minimal @file{Makefile.am} and @file{configure.ac} that reproduces the problem you encounter. If you have encountered test -suite failures, please attach the @file{tests/test-suite.log} file. +suite failures, please attach the @file{test-suite.log} file. @c ========================================================== Appendices