Commit Graph

13 Commits

Author SHA1 Message Date
cypherpunks b4c95bb42a Report errors when updating configuration files 2016-12-23 10:35:26 -05:00
Nick Mathewson 0e597471af Use a nicely written autoconf macro to determine the sign of a type
This beats our old implementation, which wouldn't work when cross-compiling
2013-02-07 16:23:48 -05:00
Nick Mathewson ee421e68d5 Remove -v flag from autoreconf by default
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
2013-01-18 18:02:08 -05:00
Nick Mathewson 2579d827ab 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.
2010-09-27 11:20:12 -04:00
Nick Mathewson c5893e5035 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
2007-08-17 21:55:24 +00:00
Peter Palfrader 08a640c54b Do not run configure from autogen.sh. Also switch to set -e instead of linking all the commands using &&
svn:r11158
2007-08-17 21:53:57 +00:00
Peter Palfrader a1e3b60d2d Pass arguments given to autogen on to configure. Let's hope this doesn't break things much
svn:r10742
2007-07-05 21:52:11 +00:00
Nick Mathewson 969ec52e6b 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
2006-10-08 21:28:06 +00:00
Roger Dingledine 3e03602b9f make our autogen.sh work on ksh as well as bash
svn:r2635
2004-11-01 06:40:49 +00:00
Peter Palfrader 0430b4c5a0 Move design-paper into its own directory, and ship it and all that is needed to build with it in the tarball
svn:r2163
2004-08-06 19:54:29 +00:00
Peter Palfrader 2c81a6cb1d Remove automake files from cvs. Let's see whether it works for Roger too.
svn:r1369
2004-03-29 22:09:11 +00:00
Roger Dingledine 01cf9c2dd8 don't --enable-debug by default on ./configure
svn:r877
2003-12-03 09:53:46 +00:00
Roger Dingledine dcc9fa8657 ./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
2002-06-29 03:01:49 +00:00