summaryrefslogtreecommitdiff
path: root/acinclude.m4
AgeCommit message (Collapse)Author
2007-04-11 r12351@catbus: nickm | 2007-04-11 12:09:46 -0400Nick Mathewson
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
2007-03-15 r12542@Kushana: nickm | 2007-03-15 10:17:50 -0400Nick Mathewson
When checking whether we need extra options to link at runtime against a library, be sure to actually look in the lib directory. svn:r9827
2007-03-10 r12519@Kushana: nickm | 2007-03-10 00:57:01 -0500Nick Mathewson
Remove a redundant check for event.h; add some comments, and reformat. svn:r9790
2007-03-06 r12461@Kushana: nickm | 2007-03-06 13:26:17 -0500Nick Mathewson
More autoconf fixes and updates. Maybe the bsd buildbots will be happy again. svn:r9747
2007-03-04 r11612@catbus: nickm | 2007-01-30 18:14:07 -0500Nick Mathewson
make TOR_SEARCH_LIBRARY work with openssl svn:r9727
2007-03-04 r11596@catbus: nickm | 2007-01-30 01:43:40 -0500Nick Mathewson
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