You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@locus.apache.org on 2000/06/22 12:08:19 UTC

cvs commit: apache-1.3 configure

coar        00/06/22 03:08:19

  Modified:    .        configure
  Log:
  	Fix determination of Apache version to match the change in the
  	httpd.h macro names.
  
  Revision  Changes    Path
  1.123     +1 -1      apache-1.3/configure
  
  Index: configure
  ===================================================================
  RCS file: /home/cvs/apache-1.3/configure,v
  retrieving revision 1.122
  retrieving revision 1.123
  diff -u -u -r1.122 -r1.123
  --- configure	2000/04/01 05:02:03	1.122
  +++ configure	2000/06/22 10:08:18	1.123
  @@ -123,7 +123,7 @@
   ##
   if [ "x$quiet" = "xno" ]; then
       APV=`cat $src/include/httpd.h |\
  -         grep "#define SERVER_BASEVERSION" |\
  +         grep "#define SERVER_BASEREVISION" |\
            sed -e 's/^[^"]*"//' -e 's/".*$//' -e 's/^\///'`
       echo "Configuring for Apache, Version $APV"
   fi