Author: hwright
Date: Mon Jan 4 14:21:59 2010
New Revision: 895636
URL: http://svn.apache.org/viewvc?rev=895636&view=rev
Log:
Suggest apr and apr-util 1.3.x in configure.
Suggested by: jensseidel
* build/ac-macros/aprutil.m4
(SVN_DOWNLOAD_APRUTIL),
* build/ac-macros/apr.m4
(SVN_DOWNLOAD_APR):
Update the links from which to checkout apr and apr-util.
Modified:
subversion/trunk/build/ac-macros/apr.m4
subversion/trunk/build/ac-macros/aprutil.m4
Modified: subversion/trunk/build/ac-macros/apr.m4
URL:
http://svn.apache.org/viewvc/subversion/trunk/build/ac-macros/apr.m4?rev=895636&r1=895635&r2=895636&view=diff
==============================================================================
--- subversion/trunk/build/ac-macros/apr.m4 (original)
+++ subversion/trunk/build/ac-macros/apr.m4 Mon Jan 4 14:21:59 2010
@@ -131,7 +131,7 @@
echo "get it with SVN and put it in a subdirectory of this source:"
echo ""
echo " svn co \\"
- echo " http://svn.apache.org/repos/asf/apr/apr/branches/1.2.x \\"
+ echo " http://svn.apache.org/repos/asf/apr/apr/branches/1.3.x \\"
echo " apr"
echo ""
echo "Run that right here in the top level of the Subversion tree."
@@ -144,7 +144,7 @@
echo "getting both from SVN with:"
echo ""
echo " svn co \\"
- echo " http://svn.apache.org/repos/asf/apr/apr-util/branches/1.2.x \\"
+ echo " http://svn.apache.org/repos/asf/apr/apr-util/branches/1.3.x \\"
echo " apr-util"
echo ""
AC_MSG_ERROR([no suitable apr found])
Modified: subversion/trunk/build/ac-macros/aprutil.m4
URL:
http://svn.apache.org/viewvc/subversion/trunk/build/ac-macros/aprutil.m4?rev=895636&r1=895635&r2=895636&view=diff
==============================================================================
--- subversion/trunk/build/ac-macros/aprutil.m4 (original)
+++ subversion/trunk/build/ac-macros/aprutil.m4 Mon Jan 4 14:21:59 2010
@@ -135,7 +135,7 @@
echo "get it with SVN and put it in a subdirectory of this source:"
echo ""
echo " svn co \\"
- echo " http://svn.apache.org/repos/asf/apr/apr-util/branches/1.2.x \\"
+ echo " http://svn.apache.org/repos/asf/apr/apr-util/branches/1.3.x \\"
echo " apr-util"
echo ""
echo "Run that right here in the top level of the Subversion tree."