autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problems with "exit"


From: Pavel Roskin
Subject: Problems with "exit"
Date: Wed, 25 Oct 2000 18:25:30 -0400 (EDT)

Hello!

The problem with FreeBSD ignoring "exit 77" can be reproduced on "the
other OS :-)" using zsh.

configure.in:
AC_INIT
exit 59
AC_OUTPUT(Makefile)

$ export PS1
$ autoconf
$ bash configure; echo $?
59
$ zsh configure; echo $?
0
$ grep exit config.log 
configure: exit 0

I'm leaving now, so this bizarre behavior is left on exersize of Europeans
:-)

Regards,
Pavel Roskin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]