[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [patch] config.status exit status on Ultra 10 w/Solaris 8
From: |
Pavel Roskin |
Subject: |
Re: [patch] config.status exit status on Ultra 10 w/Solaris 8 |
Date: |
Tue, 20 Feb 2001 14:25:55 -0500 (EST) |
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 AS_EXIT won't be expanded unless you rearrange the quotes.
You can fix the remaining exits, but please make sure that you are doing
it carefully and retest _every_ macro you have touched. Ideally, you
should fix only the cases for which you can reproduce a bug and leave
everyrthing else for "after 2.50".
> 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.
Start entries with upper case - Use ...
Everything else is Ok.
Regards,
Pavel Roskin