manoj       99/12/19 20:34:45

  Modified:    src      buildconf
  Log:
  We actually don't have to remove config.cache, because
  AC_CONFIG_SUBDIRS redirects APR's config.cache to point to Apache's.
  
  Revision  Changes    Path
  1.6       +0 -1      apache-2.0/src/buildconf
  
  Index: buildconf
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/buildconf,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -d -u -r1.5 -r1.6
  --- buildconf 1999/12/20 02:36:13     1.5
  +++ buildconf 1999/12/20 04:34:45     1.6
  @@ -110,7 +110,6 @@
   echo "buildconf: setting up APR"
   
   cd lib/apr
  -rm -f config.cache
   
   mv configure configure.old 2>/dev/null
   autoheader
  
  
  

Reply via email to