]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autotest/general.m4 (AT_INIT): Add `at_testdir' to pointer
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 3 Apr 2006 04:47:02 +0000 (04:47 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 3 Apr 2006 04:47:02 +0000 (04:47 +0000)
to log, point to testsuite output tree.

ChangeLog
lib/autotest/general.m4

index 503fe64023ae8a66c01dbf548aeffa4e7b1927e6..9cc510753ec1d409d0040b6501a136295e8598a3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * lib/autotest/general.m4 (AT_INIT): Add `at_testdir' to pointer
+       to log, point to testsuite output tree.
+
 2006-04-02  Paul Eggert  <eggert@cs.ucla.edu>
 
        * NEWS: AC_PROG_CC and AC_PROG_CXX no longer declare 'exit'.
index d1293dbd39bdd34974d5cc96943b10e428c5e1c7..bb71da5fb626ce8c0ac40c449e24ddec3d540a93 100644 (file)
@@ -976,7 +976,7 @@ else
   AS_BOX([$as_me.log was created.])
 
   echo
-  echo "Please send \`$as_me.log' and all information you think might help:"
+  echo "Please send \`${at_testdir+${at_testdir}/}$as_me.log' and all information you think might help:"
   echo
   echo "   To: <AT_PACKAGE_BUGREPORT>"
   echo "   Subject: @<:@AT_PACKAGE_STRING@:>@ $as_me:dnl
@@ -986,7 +986,8 @@ $at_xpass_list${at_xpass_list:+ passed unexpectedly}"
   if test $at_debug_p = false; then
     echo
     echo 'You may investigate any problem if you feel able to do so, in which'
-    echo 'case the test suite provides a good starting point.'
+    echo 'case the test suite provides a good starting point.  Its output may'
+    echo "be found below \`${at_testdir+${at_testdir}/}$as_me.dir'."
     echo
   fi
     exit 1