# HG changeset patch # User ihse # Date 1423642729 -3600 # Node ID 827e40c396a6b4e519fe16ec10442858bcf10d29 # Parent 6c36bc1ccc0e09279851a2a102e57970c594097a 8072732: Regression in configure due to JDK-8069057 Reviewed-by: erikj, tbell diff -r 6c36bc1ccc0e -r 827e40c396a6 common/autoconf/configure --- a/common/autoconf/configure Tue Feb 10 12:25:44 2015 +0100 +++ b/common/autoconf/configure Wed Feb 11 09:18:49 2015 +0100 @@ -40,8 +40,9 @@ echo "Error: This script must be run using bash." 1>&2 exit 1 fi -# Force autoconf to use bash +# Force autoconf to use bash. This also means we must disable autoconf re-exec. export CONFIG_SHELL=$BASH +export _as_can_reexec=no conf_script_dir="$TOPDIR/common/autoconf"