]> granicus.if.org Git - apache/blobdiff - buildconf
mod_proxy_ajp: Support unknown HTTP methods.
[apache] / buildconf
index 3d26e79df14fa294216f0deb25c83cc05e6d6a95..652454018ed6ee42df6efab58bfa874b6a0ee872 100755 (executable)
--- a/buildconf
+++ b/buildconf
@@ -81,12 +81,9 @@ done
 
 if [ $apr_found -lt 1 ]; then
     echo ""
-    echo "You don't have a copy of the apr source in srclib/apr. "
-    echo "Please get the source using the following instructions," 
-    echo "or specify the location of the source with " 
-    echo "--with-apr=[path to apr] :"
+    echo "APR could not be found automatically."
     echo ""
-    echo "   svn co http://svn.apache.org/repos/asf/apr/apr/trunk srclib/apr"
+    echo "Please refer to the documentation on APR in the httpd INSTALL file."
     echo ""
     should_exit=1
 else
@@ -113,12 +110,9 @@ if [ $apr_major_version -lt 2 ] ; then
 
     if [ $apu_found -lt 1 ]; then
         echo ""
-        echo "You don't have a copy of the apr-util source in srclib/apr-util. "
-        echo "Please get one the source using the following instructions, "
-        echo "or specify the location of the source with "
-        echo "--with-apr-util=[path to apr-util]:"
+        echo "You are using APR 1.x but APR-util 1.x was not found."
         echo ""
-        echo "   svn co http://svn.apache.org/repos/asf/apr/apr-util/trunk srclib/apr-util"
+        echo "Please refer to the documentation on APR in the httpd INSTALL file."
         echo ""
         should_exit=1
     fi
@@ -163,14 +157,6 @@ fi
 
 apr_src_dir=`cd $apr_src_dir && pwd` 
 
-#apreq_configure="srclib/libapreq"
-#echo
-#echo rebuilding $apreq_configure
-#(cd srclib/libapreq && ./buildconf --with-apr="$apr_src_dir") || {
-#    echo "./buildconf failed for apreq"
-#    exit 1
-#}
-
 if [ $apr_major_version -lt 2 ] ; then
     if [ "$apu_src_dir" = "srclib/apr-util" ]; then
         echo rebuilding $aprutil_configure