You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by mt...@apache.org on 2004/12/20 10:33:18 UTC

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

mturk       2004/12/20 01:33:18

  Modified:    jk/native configure.in
  Log:
  Use AC_CONFIG_HEADER instead AM_CONFIG_HEADER.
  Hope it will fix gump build failrues. If not I'll revert that.
  
  Revision  Changes    Path
  1.36      +2 -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.35
  retrieving revision 1.36
  diff -u -r1.35 -r1.36
  --- configure.in	11 Nov 2004 12:30:47 -0000	1.35
  +++ configure.in	20 Dec 2004 09:33:18 -0000	1.36
  @@ -5,7 +5,7 @@
   
   AC_PREREQ(2.13)
   AC_INIT(common/jk_worker.h)
  -AM_CONFIG_HEADER(common/portable.h)
  +AC_CONFIG_HEADER(common/portable.h)
   AC_CONFIG_AUX_DIR(scripts/build/unix)
   AC_CANONICAL_SYSTEM
   
  
  
  

---------------------------------------------------------------------
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/native configure.in

Posted by Bill Barker <wb...@wilshire.com>.
----- Original Message ----- 
From: <mt...@apache.org>
To: <ja...@apache.org>
Sent: Monday, December 20, 2004 1:33 AM
Subject: cvs commit: jakarta-tomcat-connectors/jk/native configure.in


> mturk       2004/12/20 01:33:18
>
>  Modified:    jk/native configure.in
>  Log:
>  Use AC_CONFIG_HEADER instead AM_CONFIG_HEADER.
>  Hope it will fix gump build failrues. If not I'll revert that.
>

With Gump back to configuring with --with-apsx, the problem currently is a 
bug in HTTPD.  It seems that `${prefix}/bin/apxs -q LIBTOOL` gives the wrong 
location for libtool, and that breaks the mod_jk build.

For Gump to use --with-apache, it also needs --with-apr and --with-apr-util. 
It could probably be ported from Jk2, but I'm not sure how useful they are 
for Jk. 



This message is intended only for the use of the person(s) listed above as the intended recipient(s), and may contain information that is PRIVILEGED and CONFIDENTIAL.  If you are not an intended recipient, you may not read, copy, or distribute this message or any attachment. If you received this communication in error, please notify us immediately by e-mail and then delete all copies of this message and any attachments.

In addition you should be aware that ordinary (unencrypted) e-mail sent through the Internet is not secure. Do not send confidential or sensitive information, such as social security numbers, account numbers, personal identification numbers and passwords, to us via ordinary (unencrypted) e-mail.