Add a check for Boost.Conversion.
[boost.m4.git] / ChangeLog
bloba45c87b48b73b3b08bfde48eb8e4c4e3701550e3
1 2007-11-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
3         Add a check for Boost.Conversion.
4         * build-aux/boost.m4 (BOOST_CONVERSION): New.
5         * tests/testsuite.at: Add a test for the new macro.
7 2007-11-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
9         Add a check for Boost.Filesystem.
10         * build-aux/boost.m4 (BOOST_FILESYSTEM): New.
11         * tests/testsuite.at: Add a test for the new macro.
13 2007-11-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
15         Add some cross-compilation tests.
16         * tests/testsuite.at: Here.
18 2007-11-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
20         Add a check for Boost.Graph.
21         * build-aux/boost.m4 (BOOST_GRAPH): New.
22         * tests/testsuite.at: Test the new macro.
24 2007-11-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
26         Add macros for Boost.Foreach and Boost.Threads.
27         * build-aux/boost.m4 (BOOST_FOREACH, BOOST_THREADS): New.
28         * tests/testsuite.at: Test the new macros.
30 2007-11-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
32         Fix distcheck.
33         * configure.ac: Use AC_CONFIG_HEADERS.
34         * tests/Makefile.am (CLEANFILES): New.
35         Make package.m4 depend on Makefile.in.  Disable installcheck-local.
37 2007-11-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
39         Add macros to check for Boost libraries and headers.
40         * build-aux/boost.m4 (BOOST_REQUIRE): Restrain variable names to the
41         pseudo /_?boost/i namespace.  Look up the version string of Boost in
42         boost/version.hpp.
43         (BOOST_FIND_HEADER, BOOST_FIND_LIB): New.
45 2007-10-31  Benoit Sigoure  <tsuna@lrde.epita.fr>
47         Add a testsuite.
48         * Makefile.am (SUBDIRS): New.
49         * configure.ac: Adjust for the testsuite.
50         * tests/Makefile.am: New.
51         * tests/atlocal.in: Copy from Makefile.am.
52         * tests/testsuite.at: New.
54 2007-10-31  Benoit Sigoure  <tsuna@lrde.epita.fr>
56         Initial version.
57         * ChangeLog: New.
58         * Makefile.am: New.
59         * bootstrap: New.
60         * build-aux/boost.m4: New.
61         (BOOST_REQUIRE): New.
62         * configure.ac: New.