Simplify the boost version requirement.
commit16181dd8049928d3dd66bd74da3a321556ad9a82
authorAkim Demaille <demaille@gostai.com>
Mon, 12 Jan 2009 15:48:31 +0000 (12 16:48 +0100)
committerBenoit Sigoure <tsuna@lrde.epita.fr>
Mon, 12 Jan 2009 16:37:51 +0000 (12 16:37 +0000)
treeaa8e213c9ecd2fdca2b98bb9984d3a2f0ba21ebc
parenta0caa2c5b06fcb4f2d75f3f7f8986d3a2b7111dc
Simplify the boost version requirement.

* build-aux/boost.m4 (BOOST_REQUIRE): Don't bother with statical
handling of $1, this is not even in a loop.
Instead of running 2 to 3 comparison, compute a single version
number that can be compared with BOOST_VERSION.
Generate conftest.c just once, use it many times.
build-aux/boost.m4