This patch fixes the exit code of config.status for Ultra 10s running
Solaris 8.
BTW, I noticed many un-wrapped "exit 0"s in acgeneral.m4, but I only did
something with this one.
2001-02-20 Lars J. Aas <[EMAIL PROTECTED]>
* acgeneral.m4 (_AC_OUTPUT_CONFIG_STATUS): use `AS_EXIT(0)' instead
of `exit 0' when exiting config.status.
Index: acgeneral.m4
===================================================================
RCS file: /cvs/autoconf/acgeneral.m4,v
retrieving revision 1.694
diff -u -r1.694 acgeneral.m4
--- acgeneral.m4 2001/02/07 15:04:52 1.694
+++ acgeneral.m4 2001/02/20 12:11:46
@@ -3794,7 +3794,7 @@
cat >>$CONFIG_STATUS <<\EOF
-exit 0
+AS_EXIT(0)
EOF
chmod +x $CONFIG_STATUS
])# _AC_OUTPUT_CONFIG_STATUS