diff options
author | Stefan Fritsch <sf@sfritsch.de> | 2011-12-27 19:43:09 +0100 |
---|---|---|
committer | Stefan Fritsch <sf@sfritsch.de> | 2011-12-27 19:43:09 +0100 |
commit | 5b56d06a01a150fc9685e6f913774be3f9deb49f (patch) | |
tree | 9fbfbe0313b782941f1c2c4d3cb5203817144108 /buildconf | |
parent | 498ea95018b369e62646a98c7d7d5413b56e170c (diff) | |
download | apache2-5b56d06a01a150fc9685e6f913774be3f9deb49f.tar.gz |
Upstream tarball 2.2.19upstream/2.2.19
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |