Reduce hard-coded configure defaults
authorDan Scott <dscott@laurentian.ca>
Fri, 19 Oct 2012 21:05:53 +0000 (17:05 -0400)
committerDan Scott <dan@coffeecode.net>
Thu, 21 Feb 2013 04:09:33 +0000 (23:09 -0500)
commit7474fab658b7294de5a87b8548311fd3c25b0ea2
tree601f21db5fec82b0947e829ae5969444389e6f15
parent9e416c50235b58261a6a9ddcf4cbb47cbe59aee4
Reduce hard-coded configure defaults

We can and should be smarter about how we set configuration variables.
Rather than using hard-coded defaults for the OpenSRF header and library
locations, ask osrf_config what values to use.

Also be smarter about how we check for the OpenSRF library as a dependency.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
configure.ac