summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2004-11-19 09:05:34 +0000
committerJoe Orton <jorton@apache.org>2004-11-19 09:05:34 +0000
commitc46350fad05ad2d16e4d4321cca18c54f6c32acf (patch)
treeef9bd7b6cf3d4c780c3ec41771b71648e64a3979 /buildconf
parentcc8900ed92830298a2cab6007c94e42d2a3d35db (diff)
downloadhttpd-c46350fad05ad2d16e4d4321cca18c54f6c32acf.tar.gz
* buildconf: Point at http:// for both, and the "cd srclib" is not
necessary. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105795 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf6
1 files changed, 2 insertions, 4 deletions
diff --git a/buildconf b/buildconf
index ee066b17a3..d642b121a7 100755
--- a/buildconf
+++ b/buildconf
@@ -60,8 +60,7 @@ if [ ! -d "$apr_src_dir" -o ! -f "$apr_src_dir/build/apr_common.m4" ]; then
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 @@ if [ ! -d "$apu_src_dir" -o ! -f "$apu_src_dir/Makefile.in" ]; then
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