"Bo Peng" <[EMAIL PROTECTED]> writes:
| > That is what we have setup automake to do.
| > (except that we have so far not bothered to split config.h)
|
| Really? src/config.h.in:
Hmm da hmm... you are right...
We should probably create boost_config.h for autotools as well. That
would avoid the issue of redefining macros. (and to make it easy on
ourselves we can just include boost_config.h in config.h
Is that what you are chanign scons to do?
| #define BOOST_USER_CONFIG <config.h>
|
| #if !defined(ENABLE_ASSERTIONS)
| # define BOOST_DISABLE_ASSERTS 1
| #endif
| #define BOOST_ENABLE_ASSERT_HANDLER 1
|
| You see, I am trying to be faithful to autotools.
very good.
--
Lgb