From: Akim Demaille Date: Fri, 11 Oct 2002 13:02:40 +0000 (+0000) Subject: * lib/autotest/general.m4 (AT_INIT): Include the failed test X-Git-Tag: AUTOCONF-2.54a~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b8a4459eedfcd7265695ee7f52ea00dc8b656e8;p=thirdparty%2Fautoconf.git * lib/autotest/general.m4 (AT_INIT): Include the failed test numbers in the Subject suggestion. --- diff --git a/ChangeLog b/ChangeLog index cc2ad1e82..856d8bf82 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-10-11 Akim Demaille + + * lib/autotest/general.m4 (AT_INIT): Include the failed test + numbers in the Subject suggestion. + 2002-10-11 Akim Demaille * lib/autoconf/specific.m4 (AC_DECL_SYS_SIGLIST): Obsolete. diff --git a/lib/autotest/general.m4 b/lib/autotest/general.m4 index 520e5dc4b..1fedda579 100644 --- a/lib/autotest/general.m4 +++ b/lib/autotest/general.m4 @@ -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: " - 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 diff --git a/tests/acspecific.at b/tests/acspecific.at index 21c8eea98..8e914e7fc 100644 --- a/tests/acspecific.at +++ b/tests/acspecific.at @@ -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])