make/autoconf/configure
changeset 47217 72e3ae9a25eb
parent 47216 71c04702a3d5
child 47313 eb28be8f935d
equal deleted inserted replaced
47216:71c04702a3d5 47217:72e3ae9a25eb
    42 fi
    42 fi
    43 # Force autoconf to use bash. This also means we must disable autoconf re-exec.
    43 # Force autoconf to use bash. This also means we must disable autoconf re-exec.
    44 export CONFIG_SHELL=$BASH
    44 export CONFIG_SHELL=$BASH
    45 export _as_can_reexec=no
    45 export _as_can_reexec=no
    46 
    46 
    47 conf_script_dir="$TOPDIR/common/autoconf"
    47 conf_script_dir="$TOPDIR/make/autoconf"
    48 
    48 
    49 if [ "$CUSTOM_CONFIG_DIR" = "" ]; then
    49 if [ "$CUSTOM_CONFIG_DIR" = "" ]; then
    50   conf_custom_script_dir="$TOPDIR/closed/autoconf"
    50   conf_custom_script_dir="$TOPDIR/closed/autoconf"
    51 else
    51 else
    52   conf_custom_script_dir="$CUSTOM_CONFIG_DIR"
    52   conf_custom_script_dir="$CUSTOM_CONFIG_DIR"