Add some cross-compilation tests.
[boost.m4.git] / ChangeLog
blobe710e929d280efe6b3dc3562ed264ab6a146b743
1 2007-11-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
3         Add some cross-compilation tests.
4         * tests/testsuite.at: Here.
6 2007-11-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
8         Add a check for Boost.Graph.
9         * build-aux/boost.m4 (BOOST_GRAPH): New.
10         * tests/testsuite.at: Test the new macro.
12 2007-11-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
14         Add macros for Boost.Foreach and Boost.Threads.
15         * build-aux/boost.m4 (BOOST_FOREACH, BOOST_THREADS): New.
16         * tests/testsuite.at: Test the new macros.
18 2007-11-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
20         Fix distcheck.
21         * configure.ac: Use AC_CONFIG_HEADERS.
22         * tests/Makefile.am (CLEANFILES): New.
23         Make package.m4 depend on Makefile.in.  Disable installcheck-local.
25 2007-11-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
27         Add macros to check for Boost libraries and headers.
28         * build-aux/boost.m4 (BOOST_REQUIRE): Restrain variable names to the
29         pseudo /_?boost/i namespace.  Look up the version string of Boost in
30         boost/version.hpp.
31         (BOOST_FIND_HEADER, BOOST_FIND_LIB): New.
33 2007-10-31  Benoit Sigoure  <tsuna@lrde.epita.fr>
35         Add a testsuite.
36         * Makefile.am (SUBDIRS): New.
37         * configure.ac: Adjust for the testsuite.
38         * tests/Makefile.am: New.
39         * tests/atlocal.in: Copy from Makefile.am.
40         * tests/testsuite.at: New.
42 2007-10-31  Benoit Sigoure  <tsuna@lrde.epita.fr>
44         Initial version.
45         * ChangeLog: New.
46         * Makefile.am: New.
47         * bootstrap: New.
48         * build-aux/boost.m4: New.
49         (BOOST_REQUIRE): New.
50         * configure.ac: New.