manoj       99/12/19 17:45:00

  Modified:    src      buildconf
  Log:
  We need to run autoheader to compile APR.
  
  Revision  Changes    Path
  1.3       +1 -0      apache-2.0/src/buildconf
  
  Index: buildconf
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/buildconf,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -d -u -r1.2 -r1.3
  --- buildconf 1999/12/19 16:36:19     1.2
  +++ buildconf 1999/12/20 01:44:59     1.3
  @@ -112,6 +112,7 @@
   cd lib/apr
   
   mv configure configure.old 2>/dev/null
  +autoheader
   autoconf
   if cmp configure.old configure > /dev/null 2>&1; then
       echo "buildconf: keeping configure"
  
  
  

Reply via email to