Author: danielsh
Date: Sat Apr 30 13:57:57 2011
New Revision: 1098113
URL: http://svn.apache.org/viewvc?rev=1098113&view=rev
Log:
* get-deps.sh: Resolve 'unused variable' warning by using the variables.
Modified:
subversion/trunk/get-deps.sh
Modified: subversion/trunk/get-deps.sh
URL:
http://svn.apache.org/viewvc/subversion/trunk/get-deps.sh?rev=1098113&r1=1098112&r2=1098113&view=diff
==============================================================================
--- subversion/trunk/get-deps.sh (original)
+++ subversion/trunk/get-deps.sh Sat Apr 30 13:57:57 2011
@@ -69,6 +69,14 @@ get_deps() {
mv $APR_UTIL apr-util
cd $BASEDIR
+ echo
+ echo "If you require mod_dav_svn, the recommended version of httpd is:"
+ echo " $APACHE_MIRROR/httpd/$HTTPD.tar.bz2"
+
+ echo
+ echo "If you require apr-iconv, its recommended version is:"
+ echo " $APACHE_MIRROR/apr/$APR_ICONV.tar.bz2"
+
rm -rf $TEMPDIR
}