]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fixed buildconf hint about missing APR/APU.
authorGuenter Knauf <fuankg@apache.org>
Wed, 9 Feb 2011 12:13:38 +0000 (12:13 +0000)
committerGuenter Knauf <fuankg@apache.org>
Wed, 9 Feb 2011 12:13:38 +0000 (12:13 +0000)
With the httpd 2.2.x branch we use by default the APR 1.4.x
and APU 1.3.x branch and not trunk; also most likely the 2.2.x
configure stuff is not prepared for APR-2 where APR and APU are
now merged and no longer in separate directories.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1068857 13f79535-47bb-0310-9956-ffa450edef68

buildconf

index 6a50c16985d9db90bb4ad88da353f02319c988ba..4e0318185cafee95d68c6bd1eb5ddd4a2c6485bb 100755 (executable)
--- a/buildconf
+++ b/buildconf
@@ -73,7 +73,7 @@ if [ $apr_found -lt 1 ]; then
     echo "or specify the location of the source with " 
     echo "--with-apr=[path to apr] :"
     echo ""
-    echo "   svn co http://svn.apache.org/repos/asf/apr/apr/trunk srclib/apr"
+    echo "   svn co http://svn.apache.org/repos/asf/apr/apr/branches/1.4.x srclib/apr"
     echo ""
     should_exit=1
 fi
@@ -91,11 +91,11 @@ done
 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 "Please get the source using the following instructions, "
     echo "or specify the location of the source with "
-    echo "--with-apr-util=[path to apr-util]:"
+    echo "--with-apr-util=[path to apr-util] :"
     echo ""
-    echo "   svn co http://svn.apache.org/repos/asf/apr/apr-util/trunk srclib/apr-util"
+    echo "   svn co http://svn.apache.org/repos/asf/apr/apr-util/branches/1.3.x srclib/apr-util"
     echo ""
     should_exit=1
 fi