summaryrefslogtreecommitdiff
path: root/contrib/updateVersions.pl
AgeCommit message (Collapse)Author
2012-09-19Make ./configure -q really silentNick Mathewson
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
2012-09-04Rename configure.in to configure.acNick Mathewson
This is the preferred filename to use with Autoconf 2.50 and later.
2012-08-09Move to non-recursive makeStewart Smith
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/
2008-01-26revert r13120: for some reason nickm disabled the versionRoger Dingledine
updating for windows. i'm not sure why. svn:r13292
2008-01-13 r15889@tombo: nickm | 2008-01-12 17:18:29 -0500Nick Mathewson
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
2006-11-06forward-port matt's changes. plus note that tor-mingw.nsi.in isRoger Dingledine
what we're using these days, and stop shipping the old one to be sure. svn:r8912
2006-05-05Handle website/* in tor.nsiPeter Palfrader
svn:r6444
2004-11-14Add maintainer script to propagate Tor version to windowsNick Mathewson
svn:r2842