aboutsummaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAge
* Fix version detection on gcc 3.3.Nick Mathewson2007-05-18
| | | | svn:r10213
* r12771@catbus: nickm | 2007-05-16 18:12:32 -0400Nick Mathewson2007-05-16
| | | | | | | Make -Wstrict-overflow=5 happy with GCC 4.2. It is kind of a pain, but it does agood job of letting us know where we can make our code better by simplifying dependent conditionals. svn:r10201
* r12764@catbus: nickm | 2007-05-15 17:17:39 -0400Nick Mathewson2007-05-15
| | | | | | | Enable (and cope with) more GCC 4.2 warnings. svn:r10196
* r12613@catbus: nickm | 2007-04-30 23:40:36 -0400Nick Mathewson2007-05-01
| | | | | | | Use -lws2_32 when checking for event_get_version svn:r10083
* r12611@catbus: nickm | 2007-04-30 22:49:00 -0400Nick Mathewson2007-05-01
| | | | | | | | For reasons which make sense to somebody, I'm sure, mingw gcc wants the libraries to appear at the end of the command line. This is done by specifying them with LDADD in Makefile.am, not LDFLAGS. If anybody can explain to me why mingw thinks "gcc -o foo foo.o -lbar" is fine, whereas "gcc -lbar -o foo foo.o" is Doubleplusbad UnMingwThink, I'd quite appreciate it. Until then, I'll just do what seems to work, and hope we don't blunder across any other great slumbering cthonian deities of arbitrary syntax. svn:r10082
* r12609@catbus: nickm | 2007-04-30 22:11:59 -0400Nick Mathewson2007-05-01
| | | | | | | Add wsock32 to libraries used for linking on windows. svn:r10081
* r12607@catbus: nickm | 2007-04-30 21:36:28 -0400Nick Mathewson2007-05-01
| | | | | | | More attempt to fix win32 building. This time, with extra linking. svn:r10080
* r12594@catbus: nickm | 2007-04-30 18:31:48 -0400Nick Mathewson2007-04-30
| | | | | | | Oops: detect event_get_version and friends correctly again. svn:r10073
* r12351@catbus: nickm | 2007-04-11 12:09:46 -0400Nick Mathewson2007-04-11
| | | | | | | More autoconf hacking: use same machinery to find zlib as for openssl and libevent. Have unified library finder include setup for --with variable. Start trying to suggest to the user what packages they should install if finding the library fails. svn:r9945
* r12337@catbus: nickm | 2007-04-10 17:55:26 -0400Nick Mathewson2007-04-11
| | | | | | | Add support for using memory pools to allocate queued cell; pass --disable-cell-pool to configure to disable this. svn:r9939
* r12519@Kushana: nickm | 2007-03-10 00:57:01 -0500Nick Mathewson2007-03-10
| | | | | | | Remove a redundant check for event.h; add some comments, and reformat. svn:r9790
* r12461@Kushana: nickm | 2007-03-06 13:26:17 -0500Nick Mathewson2007-03-06
| | | | | | | More autoconf fixes and updates. Maybe the bsd buildbots will be happy again. svn:r9747
* r12080@catbus: nickm | 2007-03-04 21:40:55 -0500Nick Mathewson2007-03-05
| | | | | | | Remove dnsworkers and related code. there goes another 550 lines of code. svn:r9736
* r12072@catbus: nickm | 2007-03-04 14:55:36 -0500Nick Mathewson2007-03-04
| | | | | | | Apparently, autoupdate is not as perfect as one might hope. svn:r9732
* r12070@catbus: nickm | 2007-03-04 14:51:23 -0500Nick Mathewson2007-03-04
| | | | | | | Fix a stray autoconf warning. svn:r9731
* r12063@catbus: nickm | 2007-03-04 14:46:22 -0500Nick Mathewson2007-03-04
| | | | | | | Bump trunk version to 0.2.0.0-alpha-dev svn:r9730
* r12061@catbus: nickm | 2007-03-04 14:41:10 -0500Nick Mathewson2007-03-04
| | | | | | | Run configure.in through autoupdate svn:r9729
* svn:r9728Nick Mathewson2007-03-04
|
* r11612@catbus: nickm | 2007-01-30 18:14:07 -0500Nick Mathewson2007-03-04
| | | | | | | make TOR_SEARCH_LIBRARY work with openssl svn:r9727
* r11596@catbus: nickm | 2007-01-30 01:43:40 -0500Nick Mathewson2007-03-04
| | | | | | | Macro-ize our "search for a library and find out how to link against it" code. This will help make our handling of libevent and openssl more similar, and with any luck better. Not pushing to main branch until after 0.1.2. svn:r9726
* r12420@Kushana: nickm | 2007-03-03 15:06:53 -0500Nick Mathewson2007-03-03
| | | | | | | Bump version to 0.1.2.9-rc-dev svn:r9718
* bump to 0.1.2.9-rcRoger Dingledine2007-03-02
| | | | svn:r9705
* r11952@catbus: nickm | 2007-02-26 12:37:06 -0500Nick Mathewson2007-02-26
| | | | | | | Bump version to 0.1.2.8-beta-dev svn:r9658
* let us call it a beta. perhaps it will break then.Roger Dingledine2007-02-26
| | | | svn:r9656
* r11921@catbus: nickm | 2007-02-24 14:09:12 -0500Nick Mathewson2007-02-24
| | | | | | | Try to build with recent libevents on mingw. svn:r9639
* r11775@catbus: nickm | 2007-02-12 16:39:09 -0500Nick Mathewson2007-02-12
| | | | | | | Update copyright dates. svn:r9570
* r11684@catbus: nickm | 2007-02-07 00:46:37 -0500Nick Mathewson2007-02-07
| | | | | | | Bump version to 0.1.2.7-alpha-dev svn:r9509
* bump to 0.1.2.7-alphaRoger Dingledine2007-02-07
| | | | svn:r9507
* r11592@catbus: nickm | 2007-01-29 18:09:16 -0500Nick Mathewson2007-01-29
| | | | | | | Oops. Apparently, we weren't supposed to call our autoconf cached variables ac_cv_*; these are reserved. svn:r9460
* Move specification documents into new doc/spec subdirectory. (Proposals, ↵Nick Mathewson2007-01-26
| | | | | | drafts, and bad ideas still remain in doc.) svn:r9411
* bump to 0.1.2.6-alpha-dev so we're ready for tomorrow'sRoger Dingledine2007-01-09
| | | | | | | surprise release too svn:r9314
* bump to 0.1.2.6-alphaRoger Dingledine2007-01-09
| | | | svn:r9311
* bump to 0.1.2.5-alpha-devRoger Dingledine2007-01-06
| | | | svn:r9278
* r11852@Kushana: nickm | 2007-01-05 18:34:27 -0500Nick Mathewson2007-01-05
| | | | | | | More missing headers in configure.in in order to solve previous openbsd in6_addr issue and prevent related issues from arising. svn:r9273
* r11850@Kushana: nickm | 2007-01-05 17:12:08 -0500Nick Mathewson2007-01-05
| | | | | | | Look in netinet/in6.h header when looking for struct in6_addr. (Issue found by saeftl.) svn:r9272
* fix a bug, defer a bug, bump to 0.1.2.5-alphaRoger Dingledine2007-01-05
| | | | svn:r9270
* r11536@Kushana: nickm | 2006-12-11 22:48:21 -0500Nick Mathewson2006-12-12
| | | | | | | Add ipv6 functionality to evdns. svn:r9089
* bump to 0.1.2.4-alpha-devRoger Dingledine2006-12-04
| | | | svn:r9022
* cleanups, bump to 0.1.2.4-alphaRoger Dingledine2006-12-02
| | | | svn:r9015
* r9372@totoro: nickm | 2006-11-21 10:59:47 -0500Nick Mathewson2006-11-21
| | | | | | | Small cross-compilation fixes. svn:r8980
* r9326@totoro: nickm | 2006-11-15 16:17:35 -0500Nick Mathewson2006-11-15
| | | | | | | Try to detect mipspro compiler. Add -c99 to cflags if we find it. svn:r8955
* r9324@totoro: nickm | 2006-11-14 20:21:43 -0500Nick Mathewson2006-11-15
| | | | | | | Patch from pnx to make configure.in link against libevent properly on irix64. "This time for sure--presto!". svn:r8954
* r9322@totoro: nickm | 2006-11-14 15:20:28 -0500Nick Mathewson2006-11-14
| | | | | | | Have libevent search include /usr/pkg. This may make irix happier. svn:r8953
* r9478@Kushana: nickm | 2006-11-05 10:52:29 -0500Nick Mathewson2006-11-05
| | | | | | | add includes to AC_CHECK_MEMBERS test for timeval.tv_sec. svn:r8906
* and then bump to 0.1.2.3-alpha-devRoger Dingledine2006-10-30
| | | | svn:r8863
* clean changelog, bump to 0.1.2.3-alphaRoger Dingledine2006-10-30
| | | | svn:r8860
* r9384@Kushana: nickm | 2006-10-24 22:51:42 -0400Nick Mathewson2006-10-25
| | | | | | | Libevent-1.2 exports, but does not define in its headers, strlcpy. Try to fix this in configure.in by checking for most functions before we check for libevent. svn:r8826
* r9081@totoro: nickm | 2006-10-19 11:00:51 -0400Nick Mathewson2006-10-19
| | | | | | | Try to detect windows properly when cross-compiling svn:r8755
* r8987@totoro: nickm | 2006-10-10 19:46:08 -0400Nick Mathewson2006-10-10
| | | | | | | Remove -Winline from standard list, add -Wswitch-enum. svn:r8687
* r8986@totoro: nickm | 2006-10-10 19:40:28 -0400Nick Mathewson2006-10-10
| | | | | | | Make --enable-gcc-warnings work on gcc3.3, not just on gcc4.0 svn:r8686