diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-05-24 15:00:14 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-05-24 15:03:45 +0300 |
commit | 3aeecc525c76797801e9e2b24c2ebff6ac81adac (patch) | |
tree | 9149a2f91b918f77083fdee21e42e9bc0c80c85d /m4/README | |
parent | 58b9060b5f325f611dd7d5748dfa41b897aa09eb (diff) |
Rename Boost libraries when built internally to match conventions
The standard Boost convention is for them to be called libboost_date_time and
libboost_system (with apropriate suffix then depending on type).
Did not touch the libboostthread library we build for Windows.
Add the ax_boost_thread.m4 file for completeness and possible use.
Document where the ax_boost*.m4 files come from.
Change-Id: Ib49bee71398d62c9760a1f8fd5c46be9f3400430
Diffstat (limited to 'm4/README')
-rw-r--r-- | m4/README | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/m4/README b/m4/README index f5f4656b24a0..1653fc57c57e 100644 --- a/m4/README +++ b/m4/README @@ -1,3 +1,5 @@ m4 - Macros to locate and utilise pkg-config. -work around m4 bracket stripping in MINGWSTRIP construction
\ No newline at end of file +The ax_*.m4 files are from GNU autoconf-archive, http://www.gnu.org/software/autoconf-archive/ + +work around m4 bracket stripping in MINGWSTRIP construction |