Hi,
FYI, I committed the following cosmetic change.
Stepan
2005-07-27 Stepan Kasal <[EMAIL PROTECTED]>
* lib/autotest/general.m4 (_AT_CHECK): Cosmetic changes to the
"case $at_status" command.
Index: lib/autotest/general.m4
===================================================================
RCS file: /cvsroot/autoconf/autoconf/lib/autotest/general.m4,v
retrieving revision 1.188
diff -u -r1.188 general.m4
--- lib/autotest/general.m4 27 Jul 2005 13:46:20 -0000 1.188
+++ lib/autotest/general.m4 27 Jul 2005 14:02:17 -0000
@@ -1432,14 +1432,11 @@
[echo >>"$at_stdout"; echo "m4_ifval([$7],[AS_ESCAPE([$3])],[$3])" |
$at_diff - "$at_stdout" || at_failed=:])
dnl Check exit val. Don't `skip' if we are precisely checking $? = 77.
case $at_status in
-m4_case([$2],
- [77],
+m4_if([$2], [77],
[],
- [ 77) echo 77 > "$at_status_file"
- exit 77;;
+ [ 77) echo 77 > "$at_status_file"; exit 77;;
])dnl
-m4_case([$2],
- [ignore],
+m4_if([$2], [ignore],
[ *);;],
[ m4_default([$2], [0])) ;;
*) echo "$at_srcdir/AT_LINE: exit code was $at_status, expected
m4_default([$2], [0])"