Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Use autoreconf, not autoconf&&automake&&etc in autogen.sh•••The autoreconf tool deals much better with detecting which tools to use on your particular platform, handling cases where your install-sh script gets stable, and lots of other little tricky issues. We still fall back to autoconf&&automake&&etc in the case where "`which autoreconf 2>/dev/null`" says something we can't run. This is the first change of the 0.2.3.x series. | Nick Mathewson | 2010-09-27 |
* | r14641@catbus: nickm | 2007-08-17 17:53:14 -0400••• Stop running ./configure from autogen.sh. "Let's see if anybody complains!" says Roger. svn:r11159 | Nick Mathewson | 2007-08-17 |
* | Do not run configure from autogen.sh. Also switch to set -e instead of linki...•••svn:r11158 | Peter Palfrader | 2007-08-17 |
* | Pass arguments given to autogen on to configure. Let's hope this doesn't bre...•••svn:r10742 | Peter Palfrader | 2007-07-05 |
* | r8952@totoro: nickm | 2006-10-08 17:27:56 -0400••• Have autogen.sh script not run ./configure if NOCONF environment variable is set. This will make buildbot stuff go faster. svn:r8656 | Nick Mathewson | 2006-10-08 |
* | make our autogen.sh work on ksh as well as bash•••svn:r2635 | Roger Dingledine | 2004-11-01 |
* | Move design-paper into its own directory, and ship it and all that is needed ...•••svn:r2163 | Peter Palfrader | 2004-08-06 |
* | Remove automake files from cvs. Let's see whether it works for Roger too.•••svn:r1369 | Peter Palfrader | 2004-03-29 |
* | don't --enable-debug by default on ./configure•••svn:r877 | Roger Dingledine | 2003-12-03 |
* | ./autogen.sh runs auto* and then ./configure•••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 | Roger Dingledine | 2002-06-29 |