$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Matthew Herrmann (matthew.herrmann_at_[hidden])
Date: 2006-01-22 18:28:03
Hi All,
Is there a way to read user-config.jam from the same folder that
boost-build.jam and Jamroot reside in, before searching for them in $HOME and
$BOOST_BUILD_PATH?
$BOOST_BUILD_PATH points to within our boost installation, which is
site-specific, and the $HOME folder is user-specific. We'd like instead to
have our toolset configurations over time version controlled in parallel with
our source, and not store site-specific config underneath the boost folder
tree.
Any ideas on how to do this?
Thanks in advance,
Matthew