aboutsummaryrefslogtreecommitdiff
path: root/common/autoconf/configure
diff options
context:
space:
mode:
authorAlexey Ushakov <alexey.ushakov@jetbrains.com>2016-02-15 14:09:30 +0300
committerAlexey Ushakov <alexey.ushakov@jetbrains.com>2016-02-15 14:09:30 +0300
commite0fcd178a489fc8d514e953391bb9ea7226230b5 (patch)
tree0cfb06b4d5e0477a2349fa8dbaba5468ead1a14d /common/autoconf/configure
parenta4570eec1dfdd8f9256c90409bdfab69aed0f4e7 (diff)
parent8818da12ef2196e11be91864c46355944e34e330 (diff)
downloadjdk8u-e0fcd178a489fc8d514e953391bb9ea7226230b5.tar.gz
Merged changes from defaultjetbrains-master-mirror-osx
--HG-- branch : 8u40-verified-fixes
Diffstat (limited to 'common/autoconf/configure')
-rw-r--r--common/autoconf/configure4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/autoconf/configure b/common/autoconf/configure
index 00a07fc..6bc421c 100644
--- a/common/autoconf/configure
+++ b/common/autoconf/configure
@@ -28,6 +28,10 @@ if test "x$BASH_VERSION" = x; then
exit 1
fi
+# Force autoconf to use bash. This also means we must disable autoconf re-exec.
+export CONFIG_SHELL=$BASH
+export _as_can_reexec=no
+
CONFIGURE_COMMAND_LINE="$@"
conf_script_dir=`dirname $0`