+2000-07-07 François Pinard <pinard@iro.umontreal.ca>
+
+ * tests/atgeneral.m4 (AT_CHECK): Fix a redirection problem.
+
2000-07-07 Akim Demaille <akim@epita.fr>
AC_REVISION must not AC_REQUIRE AC_INIT, it leaves the diversions
[at_status=$?
if test $at_status != $2; then
dnl Maybe there was an important message to read before it died.
- test -n "$at_verbose" && cat stderr >&6
+ test -n "$at_verbose" && test -z "$at_no_redirs" && cat stderr >&6
dnl Exit with the same code, at least to preserve 77.
exit $at_status
fi
[at_status=$?
if test $at_status != $2; then
dnl Maybe there was an important message to read before it died.
- test -n "$at_verbose" && cat stderr >&6
+ test -n "$at_verbose" && test -z "$at_no_redirs" && cat stderr >&6
dnl Exit with the same code, at least to preserve 77.
exit $at_status
fi