Brian Silverman | 9d8fa39 | 2018-08-04 17:09:24 -0700 | [diff] [blame^] | 1 | [/ |
| 2 | Boost.Config |
| 3 | |
| 4 | Copyright (c) 2001 Beman Dawes |
| 5 | Copyright (c) 2001 Vesa Karvonen |
| 6 | Copyright (c) 2001 John Maddock |
| 7 | |
| 8 | Distributed under the Boost Software License, Version 1.0. |
| 9 | (See accompanying file LICENSE_1_0.txt or copy at |
| 10 | http://www.boost.org/LICENSE_1_0.txt) |
| 11 | ] |
| 12 | |
| 13 | [section Acknowledgements] |
| 14 | |
| 15 | Beman Dawes provided the original `config.hpp` and part of this document. |
| 16 | |
| 17 | Vesa Karvonen provided a description of the principles (see |
| 18 | [link boost_config.rationale rationale]) and put together an early version of |
| 19 | the current configuration setup. |
| 20 | |
| 21 | John Maddock put together the configuration current code, the test |
| 22 | programs, the configuration script and the reference section of this |
| 23 | document. |
| 24 | |
| 25 | Matias Capeletto converted the docs to quickbook format. |
| 26 | |
| 27 | Numerous boost members, past and present, have contributed fixes to boost's |
| 28 | configuration. |
| 29 | |
| 30 | [endsect] |
| 31 | |
| 32 | |