$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-06-29 00:31:25
frederic.bron_at_[hidden] wrote:
>
>
> OK !!!! configure erases user-config.jam ! So the file must be altered
> after running configure. Now it works. Thanks a lot for your help
Glad it worked. I would suggest not using configure at all, and directly
invoking bjam. The configure script has a bad property of presenting
interface that's neither 100% automake/autoconf, nor Boost.Build interface,
so it's hard to do anything non-trivial.
- Volodya