You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@hyperreal.org on 2000/02/01 00:54:08 UTC

cvs commit: apache-2.0 configure

martin      00/01/31 15:54:07

  Modified:    .        configure
  Log:
  grep the right pattern
  
  Revision  Changes    Path
  1.9       +1 -1      apache-2.0/configure
  
  Index: configure
  ===================================================================
  RCS file: /export/home/cvs/apache-2.0/configure,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- configure	1999/12/31 19:10:59	1.8
  +++ configure	2000/01/31 23:54:04	1.9
  @@ -118,7 +118,7 @@
   ##
   if [ "x$quiet" = "xno" ]; then
       APV=`cat $src/include/httpd.h |\
  -         grep "#define SERVER_BASEVERSION" |\
  +         grep "#define AP_SERVER_BASEVERSION" |\
            sed -e 's/^[^"]*"//' -e 's/".*$//' -e 's/^Apache\///'`
       echo "Configuring for Apache, Version $APV"
   fi