make/autoconf/configure
changeset 58549 9d9317fad3fe
parent 53999 d7852bb72332
equal deleted inserted replaced
58548:430b9a492a05 58549:9d9317fad3fe
    40   exit 1
    40   exit 1
    41 fi
    41 fi
    42 # Force autoconf to use bash. This also means we must disable autoconf re-exec.
    42 # Force autoconf to use bash. This also means we must disable autoconf re-exec.
    43 export CONFIG_SHELL=$BASH
    43 export CONFIG_SHELL=$BASH
    44 export _as_can_reexec=no
    44 export _as_can_reexec=no
       
    45 
       
    46 # Make sure all shell commands are executed with the C locale
       
    47 export LC_ALL=C
    45 
    48 
    46 if test "x$CUSTOM_CONFIG_DIR" != x; then
    49 if test "x$CUSTOM_CONFIG_DIR" != x; then
    47   custom_hook=$CUSTOM_CONFIG_DIR/custom-hook.m4
    50   custom_hook=$CUSTOM_CONFIG_DIR/custom-hook.m4
    48   if test ! -e $custom_hook; then
    51   if test ! -e $custom_hook; then
    49     echo "CUSTOM_CONFIG_DIR not pointing to a proper custom config dir."
    52     echo "CUSTOM_CONFIG_DIR not pointing to a proper custom config dir."