aboutsummaryrefslogtreecommitdiff
path: root/common/autoconf/configure
diff options
context:
space:
mode:
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`