I've noticed that the get-deps.sh tool has gotten a bit out of date. A new version is attached, and has these upgrades:
* Pulls 3.7.13 version of SQLite, called sqlite-autoconf-3071300.tar.gz instead of sqlite-amalgamation zip file. ** configure.ac patched to match It also has some additional changes which are not critical, but nice to have, I think. * Splits the logic of pulling apr and apr-util into two distinct modules, rather than one unique double module * Checks for error codes of unzipping tarballs before moving them into place ** This helps prevent problems with partial or interrupted downloads creating broken source trees * Check for error codes when doing "cd $TEMPDIR" ** Just in case anyone's working in the same directory behind your back, it helps avoid spewing into your filesystem * Change "the downloaded copy won't be used" to "do not download" ** Partly to avoid shell sensitive punctuation in error messages, partly to shorten message I've attached an "svn diff" file with the changes. Nico Kadel-Garcia <nka...@gmail.com>
subversion-1.8.0-get-deps.patch
Description: Binary data