>>>>> "Pavel" == Pavel Roskin <[EMAIL PROTECTED]> writes:
Pavel> Hello! The problem with FreeBSD ignoring "exit 77" can be
Pavel> reproduced on "the other OS :-)" using zsh.
Pavel> configure.in: AC_INIT exit 59 AC_OUTPUT(Makefile)
Pavel> $ export PS1 $ autoconf $ bash configure; echo $? 59 $ zsh
Pavel> configure; echo $? 0 $ grep exit config.log configure: exit 0
Pavel> I'm leaving now, so this bizarre behavior is left on exersize
Pavel> of Europeans :-)
Probably due to the trap 0 we installed. It should be fixed.