Age | Commit message (Collapse) | Author |
|
Test for ~/.svk/local, not ~/.svk. Eschew use of test -a and test -o. Bulletproof more against odd shells.
svn:r10439
|
|
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
|
|
Oops. we actually _do_ need the extended path; we just do not want to persist it.
svn:r10349
|
|
Ah, maybe _this_ is the patch that will make IRIX builds happy again.
svn:r10348
|
|
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
|
|
Fix bug in 10072 that prevented correct detection of include and lib subdirectories
svn:r10078
|
|
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
|
|
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
|
|
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
|
|
Remove a redundant check for event.h; add some comments, and reformat.
svn:r9790
|
|
More autoconf fixes and updates. Maybe the bsd buildbots will be happy again.
svn:r9747
|
|
make TOR_SEARCH_LIBRARY work with openssl
svn:r9727
|
|
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
|