You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-cvs@httpd.apache.org by je...@apache.org on 2002/03/25 23:23:08 UTC

cvs commit: httpd-test/flood buildconf

jerenkrantz    02/03/25 14:23:08

  Modified:    flood    buildconf
  Log:
  Fix it so that buildconf works if apr/apr-util dirs exist.
  
  Revision  Changes    Path
  1.3       +2 -2      httpd-test/flood/buildconf
  
  Index: buildconf
  ===================================================================
  RCS file: /home/cvs/httpd-test/flood/buildconf,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- buildconf	17 Jan 2002 01:06:26 -0000	1.2
  +++ buildconf	25 Mar 2002 22:23:08 -0000	1.3
  @@ -3,12 +3,12 @@
   
   if [ -d ./apr ] ; then
     cd apr
  -  buildconf
  +  ./buildconf
     cd ..
   fi
   
   if [ -d ./apr-util ] ; then
     cd apr-util
  -  buildconf
  +  ./buildconf
     cd ..
   fi