]> granicus.if.org Git - libevent/commit
Add configure options to disable installation, regression tests
authorDave Hart <hart@ntp.org>
Sun, 13 Feb 2011 07:05:04 +0000 (02:05 -0500)
committerNick Mathewson <nickm@torproject.org>
Tue, 22 Feb 2011 05:28:37 +0000 (00:28 -0500)
commit49e9bb7fb014a84de677f265cedac58f4d8a8ad5
treed2b139b6c4735d9576bf8431065074847a3dae4c
parent0b334799d6c48a5830774ee1f62fc2540810051e
Add configure options to disable installation, regression tests

The main reason for disabling installation is if you're building
libevent as a subpackage for embedding: you want to have your main
package's "make all" build libevent, but you don't want your main
package's "make install" to install libevent.
Makefile.am
configure.in
test/Makefile.am
test/test.sh