]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autotest/general.m4 (AT_INIT): Suggest a title to the
authorAkim Demaille <akim@epita.fr>
Thu, 28 Feb 2002 15:55:13 +0000 (15:55 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 28 Feb 2002 15:55:13 +0000 (15:55 +0000)
message to be sent.

ChangeLog
lib/autotest/general.m4

index b41f3951d71f7c22dada246ea3555f5785a9e2e2..96fa44ee8286d62e8131115ddfd92e5b99724b0d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-02-28  Akim Demaille  <akim@epita.fr>
+
+       * lib/autotest/general.m4 (AT_INIT): Suggest a title to the
+       message to be sent.
+
 2002-02-25  Akim Demaille  <akim@epita.fr>
 
        * lib/autoconf/functions.m4 (AC_FUNC_SETPGRP): Fix the test.
index 5f651caacb198439bc2dd3b2d2103705108c4932..04c711768eabf26be86ff7ca5aab7d7b8da0dadc 100644 (file)
@@ -671,8 +671,11 @@ elif test $at_debug_p = false; then
   AS_BOX([$as_me.log is created.])
 
   echo
-  echo "Please send \`$as_me.log' to <AT_PACKAGE_BUGREPORT>,"
-  echo "along with all information you think might help."
+  echo "Please send \`$as_me.log' and all information you think might help:"
+  echo
+  echo "   To: <AT_PACKAGE_BUGREPORT>"
+  echo "   Subject: @<:@AT_PACKAGE_STRING@:>@ $as_me.log: $at_fail_count failures"
+  echo
   exit 1
 fi