aboutsummaryrefslogtreecommitdiff
path: root/acinclude.m4
Commit message (Expand)AuthorAge
* Merge commit 'origin/maint-0.2.1'•••Resolved conflicts in: configure.in src/or/Makefile.am src/tools/Makefile.am Nick Mathewson2010-01-24
|\
| * Add --enable-static-(openssl|libevent) options•••These options only work when using --with-(openssl|libevent)-dir to explicitly pick a libevent or openssl location. Nick Mathewson2010-01-24
* | Remove all svn metadata minus what I missed.•••Tor doesn't use SVN anymore, making $Revision$, $Id$ and $Date$ meaningless. Remove them without replacement. Sebastian Hahn2009-05-05
|/
* r17853@tombo: nickm | 2008-08-22 12:55:00 -0400••• Oops. We had been telling people to use --with-ssl-dir, which had not worked since 0.2.0.1-alpha: --with-openssl-dir was the one that worked. Make them both work, document --with-openssl-dir, and mark --with-ssl-dir as obsolete. Found by "Dave". svn:r16625 Nick Mathewson2008-08-22
* r17852@tombo: nickm | 2008-08-22 12:31:03 -0400••• Fix typo in acinclude.m4 svn:r16624 Nick Mathewson2008-08-22
* Update some copyright notices: it is now 2008.•••svn:r13412 Nick Mathewson2008-02-07
* r17957@catbus: nickm | 2008-02-06 20:08:29 -0500••• Oops; left a dquote out of acinclude.m4 svn:r13410 Nick Mathewson2008-02-07
* r13971@tombo: nickm | 2008-01-30 14:25:25 -0500••• Write a new autoconf macro to test whether a function is declared. It is suboptimal and possibly buggy in some way, but it seems to work for me. use it to test for a declaration of malloc_good_size, so we can workaround operating systems (like older OSX) that have the function in their libc but do not deign to declare it in their headers. Should resolve bug 587. svn:r13339 Nick Mathewson2008-01-30
* r15646@tombo: nickm | 2007-12-23 13:17:33 -0500••• Handle cross-compilation more sanely: avoid most uses of the (never-defined!) CROSS_COMPILE variable; in the one place where we cannot help it, use the correct cross_compiling. svn:r12945 Nick Mathewson2007-12-23
* r17090@catbus: nickm | 2007-12-11 18:05:24 -0500••• Fix some autoconf bugs, and prevent more from occurring. Partial backport candidate. svn:r12767 Nick Mathewson2007-12-11
* r13131@catbus: nickm | 2007-06-01 06:20:29 -0400••• Test for ~/.svk/local, not ~/.svk. Eschew use of test -a and test -o. Bulletproof more against odd shells. svn:r10439 Nick Mathewson2007-06-01
* r12994@catbus: nickm | 2007-05-27 11:33:34 -0400••• When telling the admin that they will need to install a main package, tell them that they will probably need the dev package too. svn:r10366 Nick Mathewson2007-05-27
* r12992@catbus: nickm | 2007-05-25 20:39:07 -0400••• Oops. we actually _do_ need the extended path; we just do not want to persist it. svn:r10349 Nick Mathewson2007-05-26
* r12990@catbus: nickm | 2007-05-25 20:35:27 -0400••• Ah, maybe _this_ is the patch that will make IRIX builds happy again. svn:r10348 Nick Mathewson2007-05-26
* r12984@catbus: nickm | 2007-05-25 19:59:41 -0400••• Do not alter CPPFLAGS until we are actually done with the rest of configure.in: this way, we notice if there are library paths that we are missing. svn:r10345 Nick Mathewson2007-05-25
* r12603@catbus: nickm | 2007-04-30 21:08:10 -0400••• Fix bug in 10072 that prevented correct detection of include and lib subdirectories svn:r10078 Nick Mathewson2007-05-01
* r12591@catbus: nickm | 2007-04-30 16:50:03 -0400••• Minimize the libraries that we link things against: there is no reason to link tor-resolve against zlib, openssl, or libevent, for example. svn:r10072 Nick Mathewson2007-04-30
* r12351@catbus: nickm | 2007-04-11 12:09:46 -0400••• 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 Nick Mathewson2007-04-11
* r12542@Kushana: nickm | 2007-03-15 10:17:50 -0400••• 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 Nick Mathewson2007-03-15
* r12519@Kushana: nickm | 2007-03-10 00:57:01 -0500••• Remove a redundant check for event.h; add some comments, and reformat. svn:r9790 Nick Mathewson2007-03-10
* r12461@Kushana: nickm | 2007-03-06 13:26:17 -0500••• More autoconf fixes and updates. Maybe the bsd buildbots will be happy again. svn:r9747 Nick Mathewson2007-03-06
* r11612@catbus: nickm | 2007-01-30 18:14:07 -0500••• make TOR_SEARCH_LIBRARY work with openssl svn:r9727 Nick Mathewson2007-03-04
* r11596@catbus: nickm | 2007-01-30 01:43:40 -0500••• 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 Nick Mathewson2007-03-04