]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* buildconf: Update APR & APR-util checkout info with current tag names.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 4 Feb 2005 16:53:20 +0000 (16:53 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Fri, 4 Feb 2005 16:53:20 +0000 (16:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@151369 13f79535-47bb-0310-9956-ffa450edef68

buildconf

index e740fe51c177bea4bc00ea690c8215f1b71c501c..e6ee6b4ac69fd0c5253c3cee77cd5f85e45bb1e5 100755 (executable)
--- a/buildconf
+++ b/buildconf
@@ -61,7 +61,7 @@ if [ ! -d "$apr_src_dir" -o ! -f "$apr_src_dir/build/apr_common.m4" ]; then
     echo "--with-apr=[path to apr] :"
     echo ""
     echo "   cd srclib"
-    echo "   svn co https://svn.apache.org/repos/asf/apr/apr/branches/APR_0_9_BRANCH apr"
+    echo "   svn co https://svn.apache.org/repos/asf/apr/apr/branches/0.9.x apr"
     echo "" 
     should_exit=1
 fi
@@ -74,7 +74,7 @@ if [ ! -d "$apu_src_dir" -o ! -f "$apu_src_dir/Makefile.in" ]; then
     echo "--with-apr-util=[path to apr-util]:"
     echo ""
     echo "   cd srclib"
-    echo "   svn co https://svn.apache.org/repos/asf/apr/apr-util/branches/APU_0_9_BRANCH apr-util"
+    echo "   svn co https://svn.apache.org/repos/asf/apr/apr-util/branches/0.9.x apr-util"
     echo ""
     should_exit=1
 fi