| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
When configure tor with --enable-bufferevents and
--enable-static-libevent, libevent_openssl would still be linked
dynamically. Fix this and refactor src/or/Makefile.am along the way.
|
|
|
|
|
|
|
|
|
|
| |
Having very long single lines with lots and lots of things in them
tends to make files hard to diff and hard to merge. Since our tools
are one-line-at-a-time, we should try to construct lists that way too,
within reason.
This incidentally turned up a few headers in configure.in that we were
for some reason searching for twice.
|
|\ |
|
| |
| |
| |
| |
| | |
- Test sucessfully starting a process
- Test failing to find the executable
|
|/
|
|
| |
May help with tracking down bug #2022
|
|
|
|
|
|
| |
automake 1.6 doesn't like using a conditional += to add stuff to foo_LDADD.
Instead you need to conditionally define a variable, then non-conditionally
put that variable in foo_LDADD.
|
|
|
|
|
| |
Clients are now verified to work and build circuits correctly. There
are still a few warnings given here and there that I need to look into.
|
|
|
|
|
|
|
| |
Works like the --enable-static-openssl/libevent options. Requires
--with-zlib-dir to be set. Note that other dependencies might still
pull in a dynamicly linked zlib, if you don't link them in statically
too.
|
|
|
|
|
|
|
| |
Resolved conflicts in:
configure.in
src/or/Makefile.am
src/tools/Makefile.am
|
| |
|
|
|
|
|
|
| |
The test suite need the test.h file to build. Add it to
noinst_HEADERS in the Makefile.am so it gets included
in the tarball that make dist produces.
|
| |
|
|
|
|
| |
(Also, clean up some whitespace.)
|
| |
|
| |
|
| |
|
| |
|
|
|