jfclere     2004/02/11 06:24:20

  Modified:    jk/support jk_apr.m4
  Log:
  Add SHELL otherwise I get on ReliantUnix:
  ./configure[9038]: ./configure:  not found
  
  Revision  Changes    Path
  1.10      +2 -2      jakarta-tomcat-connectors/jk/support/jk_apr.m4
  
  Index: jk_apr.m4
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/support/jk_apr.m4,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- jk_apr.m4 6 Feb 2004 12:14:53 -0000       1.9
  +++ jk_apr.m4 11 Feb 2004 14:24:20 -0000      1.10
  @@ -129,7 +129,7 @@
               tempret="0"
               JK_EXEC(
                 [tempret],
  -              [./configure --enable-static --disable-shared ${APR_CONFIGURE_ARGS}],
  +              [${SHELL} ./configure --enable-static --disable-shared 
${APR_CONFIGURE_ARGS}],
                 [apr],
                 [${APR_DIR}])
               if ${TEST} "${tempret}" = "0"; then
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to