mirror of
git://git.sv.gnu.org/autoconf
synced 2024-11-27 01:49:56 +08:00
* lib/autotest/general.m4 (AT_INIT): Include the failed test
numbers in the Subject suggestion.
This commit is contained in:
parent
4a3b818a3b
commit
1b8a4459ee
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user