$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: ghost_at_[hidden]
Date: 2007-10-01 14:40:44
Author: vladimir_prus
Date: 2007-10-01 14:40:44 EDT (Mon, 01 Oct 2007)
New Revision: 39644
URL: http://svn.boost.org/trac/boost/changeset/39644
Log:
* builtin.jam (searched-lib-generator.run):
When no <name> feature present, use requested
name.
Text files modified:
trunk/tools/build/v2/tools/builtin.jam | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Modified: trunk/tools/build/v2/tools/builtin.jam
==============================================================================
--- trunk/tools/build/v2/tools/builtin.jam (original)
+++ trunk/tools/build/v2/tools/builtin.jam 2007-10-01 14:40:44 EDT (Mon, 01 Oct 2007)
@@ -570,6 +570,7 @@
a = [ new null-action $(property-set) ] ;
local lib-name = [ feature.get-values <name> : $(properties) ] ;
+ lib-name ?= $(name) ;
local t = [ new searched-lib-target $(lib-name) : $(project) : $(shared)
: $(search)
: $(a)