$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2004-07-29 06:08:26
> When bcp is searching for files to copy, it doesn't normalize the path, so
> if a file is referenced from two different locations using relative paths
> it doesn't work. This happens when it is used on the preprocessor library.
>
> The following patch fixes this by normalizing the path in
> bcp_implementation::add_path. It also updates bcp's Jamfile.v2.
Applied, thanks,
John.