ben         99/10/10 05:17:42

  Modified:    src      Configure
  Log:
  Always use autoconf if available.
  
  Revision  Changes    Path
  1.10      +1 -1      apache-2.0/src/Configure
  
  Index: Configure
  ===================================================================
  RCS file: /export/home/cvs/apache-2.0/src/Configure,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- Configure 1999/10/09 20:28:40     1.9
  +++ Configure 1999/10/10 12:17:42     1.10
  @@ -1725,7 +1725,7 @@
   ## Add in the APR library.
   ##
   if [ -d ./lib/apr ]; then
  -    if [ ! -f ./lib/apr/configure ]; then
  +    if helpers/PrintPath -s autoconf; then
           echo " + bootstrapping Apache Portable Runtime (APR)"
           (cd lib/apr && autoconf && autoheader)
       fi
  
  
  

Reply via email to