$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-01-23 06:46:46
Samuel Krempp wrote:
> It can be confusing sometimes, since boost-build.jam can be in any parent
> directory, knowing what is the actual boost-build root in use can be
> non-trivial.
>
> couldn't bjam --version report it ?
> or is there already a switch do do that ?
There's no switch yet. I think that since printing root is for
troubleshooting, we should not include it to --version output.
There's --debug-configuration switch, which so far interpreted by msvc.jam
only and tell where it find compiler.
Maybe, the same switch can cause Boost.Build to print where it found
boost-build.jam and directory from where Boost.Build is loaded? What do you
think?
- Volodya