You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by hg...@apache.org on 2004/02/05 18:03:49 UTC

cvs commit: jakarta-tomcat-connectors/jk/support jk_apxs.m4

hgomez      2004/02/05 09:03:49

  Modified:    jk/support jk_apxs.m4
  Log:
  Grab LIBTOOL from APXS
  
  Revision  Changes    Path
  1.9       +2 -1      jakarta-tomcat-connectors/jk/support/jk_apxs.m4
  
  Index: jk_apxs.m4
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/support/jk_apxs.m4,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- jk_apxs.m4	5 Nov 2003 09:14:28 -0000	1.8
  +++ jk_apxs.m4	5 Feb 2004 17:03:49 -0000	1.9
  @@ -139,6 +139,7 @@
                 HAS_APR="-DHAS_APR"
                 APXS$1_CFLAGS="`${APXS$1} -q CFLAGS` `${APXS$1} -q EXTRA_CFLAGS`"
                 APXS$1_CPPFLAGS="`${APXS$1} -q EXTRA_CPPFLAGS`"
  +              LIBTOOL=`${APXS$1} -q LIBTOOL`
               fi
               
               AC_MSG_RESULT([building connector for \"$RWEBSERVER\"])
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org