You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by co...@apache.org on 2001/10/25 22:11:12 UTC

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

costin      01/10/25 13:11:12

  Modified:    jk/native configure.in
  Log:
  Integrate the JNI library to the configure system.
  
  Revision  Changes    Path
  1.13      +6 -2      jakarta-tomcat-connectors/jk/native/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/configure.in,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- configure.in	2001/09/06 08:49:39	1.12
  +++ configure.in	2001/10/25 20:11:12	1.13
  @@ -1,7 +1,7 @@
   dnl
   dnl Process this file with autoconf to produce a configure script
   dnl
  -AC_REVISION($Id: configure.in,v 1.12 2001/09/06 08:49:39 jfclere Exp $)dnl
  +AC_REVISION($Id: configure.in,v 1.13 2001/10/25 20:11:12 costin Exp $)dnl
   
   AC_PREREQ(2.13)
   AC_INIT(common/jk_ajp13.h)
  @@ -222,7 +222,9 @@
   AC_SUBST(APXSLDFLAGS)
   
   if ${TEST} -n "${JK_JNI_WORKER}" ; then
  -                        
  +                       
  +WEBSERVER="jni ${WEBSERVER}"
  + 
   dnl Find the JDK
   dnl Results go in JAVA_HOME
   dnl Also sets JAVA_PLATFORM to 1 for 1.1 and to 2 for 1.2
  @@ -411,6 +413,7 @@
   AM_CONDITIONAL(MAKE_DYNAMIC_APACHE, ${TEST} "${apache_dir_is_src}" = "false")
   
   if ${TEST} "${apache_dir_is_src}" = "false" ; then
  +dnl ???? 
   	APACHE20_OEXT=.c
   	LIB_JK_TYPE=mod_jk.so
   	INSTALL_TYPE=install_dynamic
  @@ -433,4 +436,5 @@
   	apache-2.0/Makefile.apxs
   	common/Makefile
   	common/list.mk
  +	jni/Makefile
   	])