From: Justin Erenkrantz Date: Fri, 4 Feb 2005 16:53:20 +0000 (+0000) Subject: * buildconf: Update APR & APR-util checkout info with current tag names. X-Git-Tag: 2.0.53~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d142dc1707ef94fe2c8737c42737bb6e3b11cce6;p=thirdparty%2Fapache%2Fhttpd.git * buildconf: Update APR & APR-util checkout info with current tag names. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@151369 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/buildconf b/buildconf index e740fe51c17..e6ee6b4ac69 100755 --- 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