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
How do I get the latest version of AUTOCONF using CVS?
--
John
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
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
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.