Hmm.... If you do an exit $ret, it'll kill the whole ./configure process
with some bourne shells... Will check it...
Pier
[EMAIL PROTECTED] at [EMAIL PROTECTED] wrote:
> jfclere 01/07/09 07:09:19
>
> Modified: webapp configure.in
> Log:
> Arrange LOCAL_FILTEREXEC because ret is not set correctly.
>
> Revision Changes Path
> 1.10 +3 -1 jakarta-tomcat-connectors/webapp/configure.in
>
> Index: configure.in
> ===================================================================
> RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/configure.in,v
> retrieving revision 1.9
> retrieving revision 1.10
> diff -u -r1.9 -r1.10
> --- configure.in 2001/07/08 23:11:38 1.9
> +++ configure.in 2001/07/09 14:09:16 1.10
> @@ -58,7 +58,7 @@
> dnl
> --------------------------------------------------------------------------
> dnl Author Pier Fumagalli <mailto:[EMAIL PROTECTED]>
> dnl Author Jon S. Stevens <mailto:[EMAIL PROTECTED]>
> -dnl Version $Id: configure.in,v 1.9 2001/07/08 23:11:38 pier Exp $
> +dnl Version $Id: configure.in,v 1.10 2001/07/09 14:09:16 jfclere Exp $
> dnl
> --------------------------------------------------------------------------
>
> dnl
> --------------------------------------------------------------------------
> @@ -98,7 +98,9 @@
> done
> unset first
> unset line
> + exit $ret
> }
> + ret=$?
> ])
>
> dnl
> --------------------------------------------------------------------------
>
>
>