From: Ralf Wildenhues Date: Mon, 3 Apr 2006 04:47:02 +0000 (+0000) Subject: * lib/autotest/general.m4 (AT_INIT): Add `at_testdir' to pointer X-Git-Tag: AUTOCONF-2.59c~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5efb21aa557e2764b8cd1aebcdf7415d44027cb7;p=thirdparty%2Fautoconf.git * lib/autotest/general.m4 (AT_INIT): Add `at_testdir' to pointer to log, point to testsuite output tree. --- diff --git a/ChangeLog b/ChangeLog index 503fe6402..9cc510753 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-04-03 Ralf Wildenhues + + * lib/autotest/general.m4 (AT_INIT): Add `at_testdir' to pointer + to log, point to testsuite output tree. + 2006-04-02 Paul Eggert * NEWS: AC_PROG_CC and AC_PROG_CXX no longer declare 'exit'. diff --git a/lib/autotest/general.m4 b/lib/autotest/general.m4 index d1293dbd3..bb71da5fb 100644 --- a/lib/autotest/general.m4 +++ b/lib/autotest/general.m4 @@ -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: " 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