manoj       99/12/19 18:36:13

  Modified:    src      buildconf
  Log:
  Put back the removing of config.cache. Also add a -f flag to the rm to
  eliminate a warning.
  
  Revision  Changes    Path
  1.5       +2 -1      apache-2.0/src/buildconf
  
  Index: buildconf
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/buildconf,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -d -u -r1.4 -r1.5
  --- buildconf 1999/12/20 01:54:38     1.4
  +++ buildconf 1999/12/20 02:36:13     1.5
  @@ -110,6 +110,7 @@
   echo "buildconf: setting up APR"
   
   cd lib/apr
  +rm -f config.cache
   
   mv configure configure.old 2>/dev/null
   autoheader
  @@ -125,6 +126,6 @@
   
   # Now run the configs...
   
  -rm config.cache
  +rm -f config.cache
   ./configure
   
  
  
  

Reply via email to