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 <[EMAIL PROTECTED]> > > * 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
