autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[patch] config.status exit status on Ultra 10 w/Solaris 8


From: Lars J. Aas
Subject: [patch] config.status exit status on Ultra 10 w/Solaris 8
Date: Tue, 20 Feb 2001 13:18:03 +0100
User-agent: Mutt/1.2.5i

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  <address@hidden>

        * 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]