aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
Commit message (Collapse)AuthorAge
* r14641@catbus: nickm | 2007-08-17 17:53:14 -0400Nick Mathewson2007-08-17
| | | | | | | Stop running ./configure from autogen.sh. "Let's see if anybody complains!" says Roger. svn:r11159
* Do not run configure from autogen.sh. Also switch to set -e instead of ↵Peter Palfrader2007-08-17
| | | | | | linking all the commands using && svn:r11158
* Pass arguments given to autogen on to configure. Let's hope this doesn't ↵Peter Palfrader2007-07-05
| | | | | | break things much svn:r10742
* r8952@totoro: nickm | 2006-10-08 17:27:56 -0400Nick Mathewson2006-10-08
| | | | | | | Have autogen.sh script not run ./configure if NOCONF environment variable is set. This will make buildbot stuff go faster. svn:r8656
* make our autogen.sh work on ksh as well as bashRoger Dingledine2004-11-01
| | | | svn:r2635
* Move design-paper into its own directory, and ship it and all that is needed ↵Peter Palfrader2004-08-06
| | | | | | to build with it in the tarball svn:r2163
* Remove automake files from cvs. Let's see whether it works for Roger too.Peter Palfrader2004-03-29
| | | | svn:r1369
* don't --enable-debug by default on ./configureRoger Dingledine2003-12-03
| | | | svn:r877
* ./autogen.sh runs auto* and then ./configureRoger Dingledine2002-06-29
It should be all you need to do to get working Makefiles on your platform, whatever your platform is. :) Let me know if it doesn't generate Makefiles for you. There will still be some bugs to work out in detecting openssl correctly, in checking for only the right header files, etc. But we're on our way. svn:r15