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: #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. Bo
