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