pier        01/07/09 08:57:59

  Modified:    webapp   configure.in
  Log:
  Fixed bug I introduced 5 seconds ago. Now the return value of LOCAL_FILTEREXEC
  should be correctly returned to the parent. (try to modify the last line of
  APR buildconf to exit with a non-zero value and execute configure, it should
  report an error)
  
  Revision  Changes    Path
  1.12      +2 -2      jakarta-tomcat-connectors/webapp/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/configure.in,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- configure.in      2001/07/09 15:45:57     1.11
  +++ configure.in      2001/07/09 15:57:56     1.12
  @@ -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.11 2001/07/09 15:45:57 pier Exp $
  +dnl Version $Id: configure.in,v 1.12 2001/07/09 15:57:56 pier Exp $
   dnl --------------------------------------------------------------------------
   
   dnl --------------------------------------------------------------------------
  @@ -100,7 +100,7 @@
       unset first
       unset line
     }
  -  ret=$?
  +  ${echo} "  Execution of $1 returned $ret"
   ])
   
   dnl --------------------------------------------------------------------------
  
  
  

Reply via email to