Add a check for Boost.Graph.
[boost.m4.git] / ChangeLog
blob728b2a5c6f52865f5aea7bea64c0f49d1b369140
1 2007-11-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
3         Add a check for Boost.Graph.
4         * build-aux/boost.m4 (BOOST_GRAPH): New.
5         * tests/testsuite.at: Test the new macro.
7 2007-11-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
9         Add macros for Boost.Foreach and Boost.Threads.
10         * build-aux/boost.m4 (BOOST_FOREACH, BOOST_THREADS): New.
11         * tests/testsuite.at: Test the new macros.
13 2007-11-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
15         Fix distcheck.
16         * configure.ac: Use AC_CONFIG_HEADERS.
17         * tests/Makefile.am (CLEANFILES): New.
18         Make package.m4 depend on Makefile.in.  Disable installcheck-local.
20 2007-11-01  Benoit Sigoure  <tsuna@lrde.epita.fr>
22         Add macros to check for Boost libraries and headers.
23         * build-aux/boost.m4 (BOOST_REQUIRE): Restrain variable names to the
24         pseudo /_?boost/i namespace.  Look up the version string of Boost in
25         boost/version.hpp.
26         (BOOST_FIND_HEADER, BOOST_FIND_LIB): New.
28 2007-10-31  Benoit Sigoure  <tsuna@lrde.epita.fr>
30         Add a testsuite.
31         * Makefile.am (SUBDIRS): New.
32         * configure.ac: Adjust for the testsuite.
33         * tests/Makefile.am: New.
34         * tests/atlocal.in: Copy from Makefile.am.
35         * tests/testsuite.at: New.
37 2007-10-31  Benoit Sigoure  <tsuna@lrde.epita.fr>
39         Initial version.
40         * ChangeLog: New.
41         * Makefile.am: New.
42         * bootstrap: New.
43         * build-aux/boost.m4: New.
44         (BOOST_REQUIRE): New.
45         * configure.ac: New.