Author: hwright Date: Thu Jun 30 20:12:50 2011 New Revision: 1141695 URL: http://svn.apache.org/viewvc?rev=1141695&view=rev Log: Remove mention of now-defunct deps tarball from configure output and INSTALL.
Found by: Barry Scott <[email protected]> * build/ac-macros/sqlite.m4: Don't mention the deps tarball. * INSTALL: Remove text noting the deps tarball. Modified: subversion/trunk/INSTALL subversion/trunk/build/ac-macros/sqlite.m4 Modified: subversion/trunk/INSTALL URL: http://svn.apache.org/viewvc/subversion/trunk/INSTALL?rev=1141695&r1=1141694&r2=1141695&view=diff ============================================================================== --- subversion/trunk/INSTALL (original) +++ subversion/trunk/INSTALL Thu Jun 30 20:12:50 2011 @@ -225,19 +225,10 @@ I. INTRODUCTION | expected to either have the APR libraries already installed | | on their system, or to be capable of fetching them easily. | | | - | For convenience, we still offer a "deps" distribution too, | - | containing APR, APR-UTIL, and various other dependencies. | - | The deps dist used to contain APR[-UTIL] 0.9.x, but as of | - | 1.5.0 we are finally upgrading it to APR[-UTIL] 1.X. This | - | is because we think by now there are very few systems that | - | will have binary compatibility issues, and of those, few are | - | likely to build using the "deps" dist. | - | | | Note that it's *perfectly* safe to use APR 1.X from the | | beginning. In fact, we recommend it. If you're building | | Subversion for the first time, there's no compatibility | - | issue to worry about, so grab the latest version of APR (or | - | just use our deps dist). | + | issue to worry about, so grab the latest version of APR. | | | If you already have a Subversion installation using APR | | 0.9.x, it's still possible to move to APR 1.X safely. Just | Modified: subversion/trunk/build/ac-macros/sqlite.m4 URL: http://svn.apache.org/viewvc/subversion/trunk/build/ac-macros/sqlite.m4?rev=1141695&r1=1141694&r2=1141695&view=diff ============================================================================== --- subversion/trunk/build/ac-macros/sqlite.m4 (original) +++ subversion/trunk/build/ac-macros/sqlite.m4 Thu Jun 30 20:12:50 2011 @@ -244,7 +244,6 @@ AC_DEFUN(SVN_DOWNLOAD_SQLITE, echo "unpack the archive using tar/gunzip and copy sqlite3.c from the" echo "resulting directory to:" echo "$abs_srcdir/sqlite-amalgamation/sqlite3.c" - echo "This file also ships as part of the subversion-deps distribution." echo "" AC_MSG_ERROR([Subversion requires SQLite]) ])
