common/autoconf/configure

changeset 1323
d22ee7172ab2
parent 1322
0dd73d0f67af
child 1482
8fb429038513
child 2204
0e87966d7ff1
     1.1 --- a/common/autoconf/configure	Mon Mar 09 20:29:10 2015 -0400
     1.2 +++ b/common/autoconf/configure	Mon Mar 09 20:30:23 2015 -0400
     1.3 @@ -28,8 +28,9 @@
     1.4    exit 1
     1.5  fi
     1.6  
     1.7 -# Force autoconf to use bash.
     1.8 +# Force autoconf to use bash. This also means we must disable autoconf re-exec.
     1.9  export CONFIG_SHELL=$BASH
    1.10 +export _as_can_reexec=no
    1.11  
    1.12  CONFIGURE_COMMAND_LINE="$@"
    1.13  conf_script_dir=`dirname $0`

mercurial