common/autoconf/configure

changeset 839
174a54ce39c4
parent 797
69da99676239
child 1133
50aaf272884f
child 1322
0dd73d0f67af
     1.1 --- a/common/autoconf/configure	Wed Oct 09 18:51:32 2013 -0700
     1.2 +++ b/common/autoconf/configure	Thu Oct 10 14:58:19 2013 +0200
     1.3 @@ -88,7 +88,6 @@
     1.4          check_autoconf_timestamps
     1.5        fi
     1.6      fi
     1.7 -    
     1.8    fi
     1.9  }
    1.10  
    1.11 @@ -106,7 +105,7 @@
    1.12    fi
    1.13  fi
    1.14  
    1.15 -# Autoconf calls the configure script recursively sometimes. 
    1.16 +# Autoconf calls the configure script recursively sometimes.
    1.17  # Don't start logging twice in that case
    1.18  if test "x$conf_debug_configure" = xtrue; then
    1.19    conf_debug_configure=recursive
    1.20 @@ -120,28 +119,28 @@
    1.21  for conf_option
    1.22  do
    1.23    case $conf_option in
    1.24 -  --openjdk-target=*)
    1.25 -    conf_openjdk_target=`expr "X$conf_option" : '[^=]*=\(.*\)'`
    1.26 -    continue ;;
    1.27 -  --debug-configure)
    1.28 -    if test "x$conf_debug_configure" != xrecursive; then
    1.29 -      conf_debug_configure=true
    1.30 -      export conf_debug_configure
    1.31 -    fi
    1.32 -    continue ;;
    1.33 -  *)
    1.34 -    conf_processed_arguments=("${conf_processed_arguments[@]}" "$conf_option") ;;
    1.35 +    --openjdk-target=*)
    1.36 +      conf_openjdk_target=`expr "X$conf_option" : '[^=]*=\(.*\)'`
    1.37 +      continue ;;
    1.38 +    --debug-configure)
    1.39 +      if test "x$conf_debug_configure" != xrecursive; then
    1.40 +        conf_debug_configure=true
    1.41 +        export conf_debug_configure
    1.42 +      fi
    1.43 +      continue ;;
    1.44 +    *)
    1.45 +      conf_processed_arguments=("${conf_processed_arguments[@]}" "$conf_option") ;;
    1.46    esac
    1.47  
    1.48    case $conf_option in
    1.49 -  -build | --build | --buil | --bui | --bu |-build=* | --build=* | --buil=* | --bui=* | --bu=*)
    1.50 -    conf_legacy_crosscompile="$conf_legacy_crosscompile $conf_option" ;;
    1.51 -  -target | --target | --targe | --targ | --tar | --ta | --t | -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
    1.52 -    conf_legacy_crosscompile="$conf_legacy_crosscompile $conf_option" ;;
    1.53 -  -host | --host | --hos | --ho | -host=* | --host=* | --hos=* | --ho=*)
    1.54 -    conf_legacy_crosscompile="$conf_legacy_crosscompile $conf_option" ;;
    1.55 -  -help | --help | --hel | --he | -h)
    1.56 -    conf_print_help=true ;;
    1.57 +    -build | --build | --buil | --bui | --bu |-build=* | --build=* | --buil=* | --bui=* | --bu=*)
    1.58 +      conf_legacy_crosscompile="$conf_legacy_crosscompile $conf_option" ;;
    1.59 +    -target | --target | --targe | --targ | --tar | --ta | --t | -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
    1.60 +      conf_legacy_crosscompile="$conf_legacy_crosscompile $conf_option" ;;
    1.61 +    -host | --host | --hos | --ho | -host=* | --host=* | --hos=* | --ho=*)
    1.62 +      conf_legacy_crosscompile="$conf_legacy_crosscompile $conf_option" ;;
    1.63 +    -help | --help | --hel | --he | -h)
    1.64 +      conf_print_help=true ;;
    1.65    esac
    1.66  done
    1.67  
    1.68 @@ -179,7 +178,7 @@
    1.69  else
    1.70    echo Running generated-configure.sh
    1.71    conf_script_to_run=$conf_script_dir/generated-configure.sh
    1.72 -fi  
    1.73 +fi
    1.74  
    1.75  if test "x$conf_debug_configure" != x; then
    1.76    # Turn on shell debug output if requested (initial or recursive)

mercurial