mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-18 10:45:15 +08:00
* lib/autotest/general.m4 (AT_INIT): Add `at_testdir' to pointer
to log, point to testsuite output tree.
This commit is contained in:
parent
a71c24a704
commit
5efb21aa55
@ -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'.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user