configure, Makefile: Conditionally build tools
commit3b88c76df6ef9d183125defd802a8625bb61b6e5
authorTobias Klauser <tklauser@distanz.ch>
Mon, 8 Jul 2013 14:27:36 +0000 (8 16:27 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Mon, 8 Jul 2013 14:27:36 +0000 (8 16:27 +0200)
tree4a16c9e1e884eb0765613b93055f9982b674eee2
parent55277b45317d75fa8d7e2359c02104188247e726
configure, Makefile: Conditionally build tools

Instead of halting out the entire build build if one dependency is not
available, only exclude the tools that link against it from building.
The configure script will now print a list of all tools that will be
built -- and in case some libaries are not available -- that will not be
built.

Also add checks for libcli and libnet which mausezahn depends on.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Makefile
configure