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

2001-02-20 Thread Lars J. Aas
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)' ins

Latest snapshot of AUTOCONF

2001-02-20 Thread John Poltorak
How do I get the latest version of AUTOCONF using CVS? -- John

Re: Latest snapshot of AUTOCONF

2001-02-20 Thread Lars J. Aas
On Tue, Feb 20, 2001 at 12:30:41PM +, John Poltorak wrote: : How do I get the latest version of AUTOCONF using CVS? cvs -d :pserver:[EMAIL PROTECTED]:/cvs login cvs -d :pserver:[EMAIL PROTECTED]:/cvs co autoconf Lars J -- Innovation is one percent inspiration and ninetynine percent perspi

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

2001-02-20 Thread Pavel Roskin
Hello, Lars! > This patch fixes the exit code of config.status for Ultra 10s running > Solaris 8. Great! > BTW, I noticed many un-wrapped "exit 0"s in acgeneral.m4, but I only did > something with this one. In some places AS_EXIT is not needed, since it happens before the trap. In some places

Re: Latest snapshot of AUTOCONF

2001-02-20 Thread John Poltorak
On Tue, Feb 20, 2001 at 05:28:11PM +0100, Lars J. Aas wrote: > On Tue, Feb 20, 2001 at 12:30:41PM +, John Poltorak wrote: > : How do I get the latest version of AUTOCONF using CVS? > > cvs -d :pserver:[EMAIL PROTECTED]:/cvs login > cvs -d :pserver:[EMAIL PROTECTED]:/cvs co autoconf Thanks.