You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by an...@apache.org on 2004/03/26 14:43:00 UTC

cvs commit: jakarta-tomcat-connectors/jk/native2 configure.in

andya       2004/03/26 05:43:00

  Modified:    jk/native2 configure.in
  Log:
  Added settings for DSAPI filter
  
  Revision  Changes    Path
  1.23      +12 -4     jakarta-tomcat-connectors/jk/native2/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native2/configure.in,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- configure.in	10 Mar 2004 19:07:40 -0000	1.22
  +++ configure.in	26 Mar 2004 13:43:00 -0000	1.23
  @@ -97,20 +97,23 @@
   JK_WS_INCDIR([apache2], [APACHE2], [httpd.h])
   JK_WS_LIBDIR([apache2], [APACHE2])
   
  -
   dnl IIS settings
   AC_MSG_CHECKING([checking for iis...])
   JK_WS_DIR([iis], [IIS], [.], [server/isapi])
   JK_WS_INCDIR([iis], [IIS], [.])
   JK_WS_LIBDIR([iis], [IIS])
   
  -
   dnl iPlanet settings
   AC_MSG_CHECKING([checking for iPlanet...])
   JK_WS_DIR([iplanet], [IPLANET], [.], [server/aolserver])
   JK_WS_INCDIR([iplanet], [IPLANET], [.])
   JK_WS_LIBDIR([iplanet], [IPLANET])
   
  +dnl DSAPI settings
  +AC_MSG_CHECKING([checking for dsapi...])
  +JK_WS_DIR([dsapi], [DOMINO], [server/dsapi/jk_dsapi_plugin.c], [server/dsapi])
  +JK_WS_INCDIR([dsapi], [DOMINO], [.])
  +JK_WS_LIBDIR([dsapi], [DOMINO])
   
   dnl TOMCATs settings
   
  @@ -122,6 +125,10 @@
   AC_SUBST(TOMCAT40_HOME)
   AC_SUBST(TOMCAT41_HOME)
   
  +dnl Domino settings
  +JK_TCHOME([domino], [DOMINO_HOME], [libnotes.so])
  +
  +AC_SUBST(DOMINO_HOME)
   
   dnl APR settings
   
  @@ -217,6 +224,7 @@
   	server/apache13/Makefile.apxs
   	server/apache2/Makefile
   	server/apache2/Makefile.apxs
  +	server/dsapi/Makefile
   	../build.properties:../build.properties.autoconf
           scripts/build/unix/dummy
   	])
  
  
  

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


Re: cvs commit: jakarta-tomcat-connectors/jk/native2 configure.in

Posted by Henri Gomez <hg...@apache.org>.
andya@apache.org wrote:

> andya       2004/03/26 05:43:00
> 
>   Modified:    jk/native2 configure.in
>   Log:
>   Added settings for DSAPI filter
>   
>   Revision  Changes    Path
>   1.23      +12 -4     jakarta-tomcat-connectors/jk/native2/configure.in
>   

Hi Andy.

Did you fix is mandatory for DSAPI ?

The 2.0.4 is tagged and released, so your fix won't appears
before 2.0.5.

Comments welcome

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