diff --git a/configure b/configure index 359fb4566c..6bd4647f17 100755 --- a/configure +++ b/configure @@ -282,21 +282,21 @@ else fi # Backup the user's existing user-config.jam -JAM_CONFIG_OUT="$HOME/user-config.jam" -if test -r "$HOME/user-config.jam"; then +JAM_CONFIG_OUT="user-config.jam" +if test -r "user-config.jam"; then counter=1 - while test -r "$HOME/user-config.jam.$counter"; do + while test -r "user-config.jam.$counter"; do counter=`expr $counter + 1` done - echo "Backing up existing Boost.Build configuration in $HOME/user-config.jam.$counter" - mv "$HOME/user-config.jam" "$HOME/user-config.jam.$counter" + echo "Backing up existing Boost.Build configuration in user-config.jam.$counter" + mv "user-config.jam" "user-config.jam.$counter" fi # Generate user-config.jam -echo "Generating Boost.Build configuration in $HOME/user-config.jam..." -cat > $HOME/user-config.jam < user-config.jam <> $HOME/user-config.jam <> user-config.jam <