You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jf...@apache.org on 2001/08/31 12:37:42 UTC

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

jfclere     01/08/31 03:37:42

  Modified:    jk/native configure.in
  Log:
  Improve the testing of the apache version (forgotten in previous commit!).
  
  Revision  Changes    Path
  1.10      +2 -4      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.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- configure.in	2001/07/06 16:39:16	1.9
  +++ configure.in	2001/08/31 10:37:42	1.10
  @@ -1,7 +1,7 @@
   dnl
   dnl Process this file with autoconf to produce a configure script
   dnl
  -AC_REVISION($Id: configure.in,v 1.9 2001/07/06 16:39:16 jfclere Exp $)dnl
  +AC_REVISION($Id: configure.in,v 1.10 2001/08/31 10:37:42 jfclere Exp $)dnl
   
   AC_PREREQ(2.13)
   AC_INIT(common/jk_ajp13.h)
  @@ -81,9 +81,7 @@
               fi
   
               dnl test apache version
  -            $RM -rf test
  -            $APXS -n test -g
  -            APA=`grep STANDARD20 test/mod_test.c`
  +            APA=`${GREP} STANDARD20 ${APXS}`
               $RM -rf test
               if ${TEST} -z "$APA" ; then
                   WEBSERVER="apache-1.3"