]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autotest/general.m4 (AT_INIT): Include the failed test
authorAkim Demaille <akim@epita.fr>
Fri, 11 Oct 2002 13:02:40 +0000 (13:02 +0000)
committerAkim Demaille <akim@epita.fr>
Fri, 11 Oct 2002 13:02:40 +0000 (13:02 +0000)
numbers in the Subject suggestion.

ChangeLog
lib/autotest/general.m4
tests/acspecific.at

index cc2ad1e82b26c9e9151155f07dd200af372942c2..856d8bf8204c1c7609a5d4f4d56f55d60049b554 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-10-11  Akim Demaille  <akim@epita.fr>
+
+       * lib/autotest/general.m4 (AT_INIT): Include the failed test
+       numbers in the Subject suggestion.
+
 2002-10-11  Akim Demaille  <akim@epita.fr>
 
        * lib/autoconf/specific.m4 (AC_DECL_SYS_SIGLIST): Obsolete.
index 520e5dc4b7fe65d1618eea7e4f2f780536446bf7..1fedda579aa86729b07bfdb7254f955e7bb6cfbb 100644 (file)
@@ -676,7 +676,7 @@ elif test $at_debug_p = false; then
   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 "   Subject: @<:@AT_PACKAGE_STRING@:>@ $as_me: $at_fail_list failed"
   echo
   exit 1
 fi
index 21c8eea989c69529b137765d88c9079ec0a7638d..8e914e7fcb715cfe77983c68eca2568322694500 100644 (file)
@@ -14,6 +14,7 @@ AT_CHECK_MACRO([AC_SYS_POSIX_TERMIOS])
 
 # Obsolete macros.
 AT_CHECK_AU_MACRO([AC_ARG_ARRAY])
+AT_CHECK_AU_MACRO([AC_DECL_SYS_SIGLIST])
 AT_CHECK_AU_MACRO([AC_DYNIX_SEQ])
 AT_CHECK_AU_MACRO([AC_HAVE_POUNDBANG])
 AT_CHECK_AU_MACRO([AC_IRIX_SUN])