aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
AgeCommit message (Collapse)Author
2019-01-18Cleanup shellcheck warnings in autogen.shrl1987
2016-12-23Report errors when updating configuration filescypherpunks
2013-02-07Use a nicely written autoconf macro to determine the sign of a typeNick Mathewson
This beats our old implementation, which wouldn't work when cross-compiling
2013-01-18Remove -v flag from autoreconf by defaultNick Mathewson
You can get it back by saying ./autogen.sh -v Patch from onizuka; for bug 4664. This isn't a complete fix, since starting from a clean checkout still reports that it's installing stuff
2010-09-27Use autoreconf, not autoconf&&automake&&etc in autogen.shNick Mathewson
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.
2007-08-17 r14641@catbus: nickm | 2007-08-17 17:53:14 -0400Nick Mathewson
Stop running ./configure from autogen.sh. "Let's see if anybody complains!" says Roger. svn:r11159
2007-08-17Do not run configure from autogen.sh. Also switch to set -e instead of ↵Peter Palfrader
linking all the commands using && svn:r11158
2007-07-05Pass arguments given to autogen on to configure. Let's hope this doesn't ↵Peter Palfrader
break things much svn:r10742
2006-10-08 r8952@totoro: nickm | 2006-10-08 17:27:56 -0400Nick Mathewson
Have autogen.sh script not run ./configure if NOCONF environment variable is set. This will make buildbot stuff go faster. svn:r8656
2004-11-01make our autogen.sh work on ksh as well as bashRoger Dingledine
svn:r2635
2004-08-06Move design-paper into its own directory, and ship it and all that is needed ↵Peter Palfrader
to build with it in the tarball svn:r2163
2004-03-29Remove automake files from cvs. Let's see whether it works for Roger too.Peter Palfrader
svn:r1369
2003-12-03don't --enable-debug by default on ./configureRoger Dingledine
svn:r877
2002-06-29./autogen.sh runs auto* and then ./configureRoger Dingledine
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