]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
doc: fix location of Automake's own test-suite.log file
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 17 May 2012 10:36:23 +0000 (12:36 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 17 May 2012 10:36:30 +0000 (12:36 +0200)
* 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 <stefano.lattarini@gmail.com>
doc/automake.texi

index 2f2ebb087be879e2b2f82ac96bcdd9a38a9c0ba1..939fe44254a136c374ac9e2cdf2c298508368be5 100644 (file)
@@ -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