manoj       99/10/09 13:28:41

  Modified:    src      Configure
  Log:
  Make Configure run autoheader in the APR directory.
  
  Revision  Changes    Path
  1.9       +1 -1      apache-2.0/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/Configure,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -d -u -r1.8 -r1.9
  --- Configure 1999/10/01 16:22:48     1.8
  +++ Configure 1999/10/09 20:28:40     1.9
  @@ -1727,7 +1727,7 @@
   if [ -d ./lib/apr ]; then
       if [ ! -f ./lib/apr/configure ]; then
           echo " + bootstrapping Apache Portable Runtime (APR)"
  -        (cd lib/apr && autoconf)
  +        (cd lib/apr && autoconf && autoheader)
       fi
       echo " + configuring Apache Portable Runtime (APR)"
       cd lib/apr 
  
  
  

Reply via email to