$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r62670 - sandbox
From: john_at_[hidden]
Date: 2010-06-09 13:01:27
Author: johnmaddock
Date: 2010-06-09 13:01:27 EDT (Wed, 09 Jun 2010)
New Revision: 62670
URL: http://svn.boost.org/trac/boost/changeset/62670
Log:
Add more search locations for Boost files, plus search on "Licence-1.0.txt" as "configure" is not present in Trunk.
Text files modified: 
   sandbox/boost-build.jam |     4 +++-                                    
   1 files changed, 3 insertions(+), 1 deletions(-)
Modified: sandbox/boost-build.jam
==============================================================================
--- sandbox/boost-build.jam	(original)
+++ sandbox/boost-build.jam	2010-06-09 13:01:27 EDT (Wed, 09 Jun 2010)
@@ -18,10 +18,11 @@
 
 #~ Attempts to find the Boost source tree...
 
-local boost-src = [ if-has-file configure :
+local boost-src = [ if-has-file LICENSE_1_0.txt :
     [ MATCH --boost=(.*) : $(ARGV) ]
     $(BOOST)
     $(.boost-build-file:D)/../boost
+    $(.boost-build-file:D)/../Trunk
     ] ;
 
 #~ Attempts to find the Boost.Build files...
@@ -41,3 +42,4 @@
 #~ And load up Boost.Build...
 
 boost-build $(boost-build-src) ;
+