Handle Boost.System and adjust the code to handle the binary dependencies.
commitbb872c5fab73fb5d9bc82be681e4882e2af10c09
authorBenoit Sigoure <tsuna@lrde.epita.fr>
Wed, 10 Sep 2008 18:21:04 +0000 (10 20:21 +0200)
committerBenoit Sigoure <tsuna@lrde.epita.fr>
Wed, 10 Sep 2008 19:07:07 +0000 (10 21:07 +0200)
treed2c0dadf8722f3bfc448b2df5c4cf29676e29cbb
parent69b18de15c7074f641a18d8e341aa2759896b6cb
Handle Boost.System and adjust the code to handle the binary dependencies.

Boost.Filesystem (and the libraries depending on it) now requires
Boost.System at link time.  Boost.System was introduced in Boost 1.35 so
we must only try to find it if the version at hand is >= 1.35.

Bug reported by Daniel Herring with some code contributions of
Daniel Herring and Paul Balomiri.

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