Ticket #1087: configure.2.patch

File configure.2.patch, 345 bytes (added by walkeraj, 15 years ago)
  • configure

     
    294294  mv "user-config.jam" "user-config.jam.$counter"
    295295fi
    296296
     297if test $TOOLSET == "mingw"
     298then TOOLSET="gcc"
     299fi
     300
    297301# Generate user-config.jam
    298302echo "Generating Boost.Build configuration in user-config.jam..."
    299303cat > user-config.jam <<EOF