$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-build] Autofinding boost
From: John Maddock (john_at_[hidden])
Date: 2009-02-21 05:41:02
> I'm looking primarily at finding the source tree such that my project
> can find the boost libraries, and build them on demand with the
> project's configuration. It works quite well - if I want a
> profile-enabled, multithreaded version, it will automatically build one
> (and leave that build there for other projects to use). I thought I'd
> seen some automatic option, but apparently not.
It might not be fully automatic, but this might come close:
https://svn.boost.org/trac/boost/browser/sandbox/math_toolkit/libs/math/project-root.jam
HTH, John.