--- old/common/autoconf/configure 2016-02-11 12:16:22.275847077 +0100 +++ new/common/autoconf/configure 2016-02-11 12:16:22.171847072 +0100 @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -283,8 +283,9 @@ EOT - # Print list of toolchains. This must be done by the autoconf script. - ( CONFIGURE_PRINT_TOOLCHAIN_LIST=true . $conf_script_to_run PRINTF=printf ) + # Print additional help, e.g. a list of toolchains. + # This must be done by the autoconf script. + ( CONFIGURE_PRINT_ADDITIONAL_HELP=true . $conf_script_to_run PRINTF=printf ) cat <