|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r60096 - website/public_html/beta
From: daniel_james_at_[hidden]
Date: 2010-03-03 03:10:32
Author: danieljames
Date: 2010-03-03 03:10:32 EST (Wed, 03 Mar 2010)
New Revision: 60096
URL: http://svn.boost.org/trac/boost/changeset/60096
Log:
Fix the check for boost root.
Boost no longer has a 'configure' file. Also check for $BOOST_ROOT as
that's the standard way of specifying boost's location.
Text files modified:
website/public_html/beta/boost-build.jam | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
Modified: website/public_html/beta/boost-build.jam
==============================================================================
--- website/public_html/beta/boost-build.jam (original)
+++ website/public_html/beta/boost-build.jam 2010-03-03 03:10:32 EST (Wed, 03 Mar 2010)
@@ -18,8 +18,9 @@
#~ Attempts to find the Boost source tree...
-local boost-src = [ if-has-file configure :
+local boost-src = [ if-has-file bootstrap.sh :
[ MATCH --boost=(.*) : $(ARGV) ]
+ $(BOOST_ROOT)
$(BOOST)
$(.boost-build-file:D)/../boost
] ;
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk