aboutsummaryrefslogtreecommitdiff
path: root/contrib/updateVersions.pl
Commit message (Collapse)AuthorAge
* Make ./configure -q really silentNick Mathewson2012-09-19
| | | | | | | Our updateVersions script was being verbose, which might have made sense back when I wrote it, but doesn't any more. Final fix for bug 6599
* Rename configure.in to configure.acNick Mathewson2012-09-04
| | | | This is the preferred filename to use with Autoconf 2.50 and later.
* Move to non-recursive makeStewart Smith2012-08-09
| | | | | | | | | | | | | | | | | | | | This gives us a few benefits: 1) make -j clean all this will start working, as it should. It currently doesn't. 2) increased parallel build recursive make will max out at number of files in a directory, non-recursive make doesn't have such a limitation 3) Removal of duplicate information in make files, less error prone I've also slightly updated how we call AM_INIT_AUTOMAKE, as the way that was used was not only deprecated but will be *removed* in the next major automake release (1.13).... so probably best that we can continue to bulid tor without requiring old automake. (see http://www.gnu.org/software/automake/manual/html_node/Public-Macros.html ) For more reasons why, see resources such as: http://miller.emu.id.au/pmiller/books/rmch/
* revert r13120: for some reason nickm disabled the versionRoger Dingledine2008-01-26
| | | | | | | updating for windows. i'm not sure why. svn:r13292
* r15889@tombo: nickm | 2008-01-12 17:18:29 -0500Nick Mathewson2008-01-13
| | | | | | | Stop trying to mess with version in tor-mingw.nsi.in when we reconfigure. This is a relic of our pre-mingw days, when we didn't use autoconf on windows. svn:r13120
* forward-port matt's changes. plus note that tor-mingw.nsi.in isRoger Dingledine2006-11-06
| | | | | | | | what we're using these days, and stop shipping the old one to be sure. svn:r8912
* Handle website/* in tor.nsiPeter Palfrader2006-05-05
| | | | svn:r6444
* Add maintainer script to propagate Tor version to windowsNick Mathewson2004-11-14
svn:r2842