You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by je...@apache.org on 2002/08/02 05:42:12 UTC

cvs commit: httpd-2.0 buildconf

jerenkrantz    2002/08/01 20:42:12

  Modified:    .        buildconf
  Log:
  Ensure that we toss the autom4te.cache directory before running autoconf.
  
  Revision  Changes    Path
  1.27      +3 -0      httpd-2.0/buildconf
  
  Index: buildconf
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/buildconf,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- buildconf	25 May 2002 22:32:40 -0000	1.26
  +++ buildconf	2 Aug 2002 03:42:12 -0000	1.27
  @@ -88,6 +88,9 @@
   rm -f aclocal.m4
   rm -f generated_lists
   
  +# Remove autoconf 2.5x's cache directory
  +rm -rf autom4te*.cache
  +
   case "`uname`" in
   *BSD/OS*)
       ./build/bsd_makefile;;