You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2004/11/19 10:05:35 UTC

svn commit: r105795 - httpd/httpd/trunk

Author: jorton
Date: Fri Nov 19 01:05:34 2004
New Revision: 105795

Modified:
   httpd/httpd/trunk/buildconf
Log:
* buildconf: Point at http:// for both, and the "cd srclib" is not
necessary.


Modified: httpd/httpd/trunk/buildconf
==============================================================================
--- httpd/httpd/trunk/buildconf	(original)
+++ httpd/httpd/trunk/buildconf	Fri Nov 19 01:05:34 2004
@@ -60,8 +60,7 @@
     echo "or specify the location of the source with " 
     echo "--with-apr=[path to apr] :"
     echo ""
-    echo "   cd srclib"
-    echo "   svn co https://svn.apache.org/repos/asf/apr/apr/trunk apr"
+    echo "   svn co http://svn.apache.org/repos/asf/apr/apr/trunk srclib/apr"
     echo ""
     should_exit=1
 fi
@@ -72,8 +71,7 @@
     echo "or specify the location of the source with "
     echo "--with-apr-util=[path to apr-util]:"
     echo ""
-    echo "   cd srclib"
-    echo "   svn co http://svn.apache.org/repos/asf/apr/apr-util/trunk apr-util"
+    echo "   svn co http://svn.apache.org/repos/asf/apr/apr-util/trunk srclib/apr-util"
     echo ""
     should_exit=1
 fi