Handle multiple versions of Boost under the same prefix.
commit711ff578e30b618a8c01f563ffaf330169e24398
authorBenoit Sigoure <tsuna@lrde.epita.fr>
Fri, 11 Jan 2008 09:54:25 +0000 (11 10:54 +0100)
committerBenoit Sigoure <tsuna@lrde.epita.fr>
Fri, 11 Jan 2008 09:54:25 +0000 (11 10:54 +0100)
tree24414e7271f94738424d5cfaa40f1afb11face84
parent9de6a6bf92fc90b0331b7091c051ef43ae99e748
Handle multiple versions of Boost under the same prefix.

* build-aux/boost.m4 (BOOST_REQUIRE): Find the headers of all the
versions of Boost installed.  If you have, say,
/usr/local/include/boost which is a symlink to
/usr/local/include/boost-1_34 and you also have
/usr/local/include/boost-1_35 installed, the macro needs to find
them all if you required Boost 1.35 for instance.
Bug reported by David Herring.

Signed-off-by: Benoit Sigoure <tsuna@lrde.epita.fr>
ChangeLog
build-aux/boost.m4