From 27de27a96b4eadec184e56aee4b9c3a1934e387a Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Tue, 11 Oct 2005 12:43:46 +0000 Subject: [PATCH] Improve output and deal with bjam failures gracefully [SVN r31277] --- configure | 36 +++++++++++++++++++++++------------- 1 file changed, 23 insertions(+), 13 deletions(-) diff --git a/configure b/configure index 0e1b7cd63c..d34e29fdcb 100755 --- a/configure +++ b/configure @@ -124,7 +124,7 @@ if test "x$want_help" = xyes; then cat < config.log 2>&1 cd $pwd arch=`cd $my_dir/tools/build/jam_src && ./bootstrap/jam0 -d0 -f build.jam --toolset=$TOOLSET --toolset-root= --show-locate-target && cd ..` BJAM="$my_dir/tools/build/jam_src/$arch/bjam" + echo "tools/build/jam_src/$arch/bjam" fi +# TBD: Turn BJAM into an absolute path + # If there is a list of libraries if test "x$flag_show_libraries" == xyes; then libraries=`$BJAM -d0 --show-libraries` cat <