8008373: JFR JTReg tests fail with CompilationError on MacOSX; missing '._sunec.jar'

Fri, 05 Apr 2013 09:38:54 +0200

author
erikj
date
Fri, 05 Apr 2013 09:38:54 +0200
changeset 670
3b8ffb80db0f
parent 669
2d4156e077fa
child 671
653ff6bcf0b1

8008373: JFR JTReg tests fail with CompilationError on MacOSX; missing '._sunec.jar'
Reviewed-by: tbell

common/autoconf/basics.m4 file | annotate | diff | comparison | revisions
common/autoconf/generated-configure.sh file | annotate | diff | comparison | revisions
common/autoconf/spec.gmk.in file | annotate | diff | comparison | revisions
common/makefiles/MakeBase.gmk file | annotate | diff | comparison | revisions
     1.1 --- a/common/autoconf/basics.m4	Thu Apr 04 09:25:58 2013 +0200
     1.2 +++ b/common/autoconf/basics.m4	Fri Apr 05 09:38:54 2013 +0200
     1.3 @@ -602,6 +602,10 @@
     1.4  if test "x$OPENJDK_TARGET_OS" = "xwindows"; then
     1.5    BASIC_REQUIRE_PROG(COMM, comm)
     1.6  fi
     1.7 +
     1.8 +if test "x$OPENJDK_TARGET_OS" = "xmacosx"; then
     1.9 +  BASIC_REQUIRE_PROG(XATTR, xattr)
    1.10 +fi
    1.11  ])
    1.12  
    1.13  # Check if build directory is on local disk. If not possible to determine,
     2.1 --- a/common/autoconf/generated-configure.sh	Thu Apr 04 09:25:58 2013 +0200
     2.2 +++ b/common/autoconf/generated-configure.sh	Fri Apr 05 09:38:54 2013 +0200
     2.3 @@ -1,6 +1,6 @@
     2.4  #! /bin/sh
     2.5  # Guess values for system-dependent variables and create Makefiles.
     2.6 -# Generated by GNU Autoconf 2.68 for OpenJDK jdk8.
     2.7 +# Generated by GNU Autoconf 2.67 for OpenJDK jdk8.
     2.8  #
     2.9  # Report bugs to <build-dev@openjdk.java.net>.
    2.10  #
    2.11 @@ -91,7 +91,6 @@
    2.12  IFS=" ""	$as_nl"
    2.13  
    2.14  # Find who we are.  Look in the path if we contain no directory separator.
    2.15 -as_myself=
    2.16  case $0 in #((
    2.17    *[\\/]* ) as_myself=$0 ;;
    2.18    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    2.19 @@ -217,18 +216,11 @@
    2.20    # We cannot yet assume a decent shell, so we have to provide a
    2.21  	# neutralization value for shells without unset; and this also
    2.22  	# works around shells that cannot unset nonexistent variables.
    2.23 -	# Preserve -v and -x to the replacement shell.
    2.24  	BASH_ENV=/dev/null
    2.25  	ENV=/dev/null
    2.26  	(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
    2.27  	export CONFIG_SHELL
    2.28 -	case $- in # ((((
    2.29 -	  *v*x* | *x*v* ) as_opts=-vx ;;
    2.30 -	  *v* ) as_opts=-v ;;
    2.31 -	  *x* ) as_opts=-x ;;
    2.32 -	  * ) as_opts= ;;
    2.33 -	esac
    2.34 -	exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
    2.35 +	exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
    2.36  fi
    2.37  
    2.38      if test x$as_have_required = xno; then :
    2.39 @@ -794,6 +786,7 @@
    2.40  OS_VERSION_MINOR
    2.41  OS_VERSION_MAJOR
    2.42  PKG_CONFIG
    2.43 +XATTR
    2.44  TIME
    2.45  STAT
    2.46  HG
    2.47 @@ -1451,7 +1444,7 @@
    2.48      $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
    2.49      expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
    2.50        $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
    2.51 -    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
    2.52 +    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
    2.53      ;;
    2.54  
    2.55    esac
    2.56 @@ -1885,7 +1878,7 @@
    2.57  if $ac_init_version; then
    2.58    cat <<\_ACEOF
    2.59  OpenJDK configure jdk8
    2.60 -generated by GNU Autoconf 2.68
    2.61 +generated by GNU Autoconf 2.67
    2.62  
    2.63  Copyright (C) 2010 Free Software Foundation, Inc.
    2.64  This configure script is free software; the Free Software Foundation
    2.65 @@ -1931,7 +1924,7 @@
    2.66  
    2.67  	ac_retval=1
    2.68  fi
    2.69 -  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
    2.70 +  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    2.71    as_fn_set_status $ac_retval
    2.72  
    2.73  } # ac_fn_c_try_compile
    2.74 @@ -1969,7 +1962,7 @@
    2.75  
    2.76  	ac_retval=1
    2.77  fi
    2.78 -  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
    2.79 +  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    2.80    as_fn_set_status $ac_retval
    2.81  
    2.82  } # ac_fn_cxx_try_compile
    2.83 @@ -2007,7 +2000,7 @@
    2.84  
    2.85  	ac_retval=1
    2.86  fi
    2.87 -  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
    2.88 +  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    2.89    as_fn_set_status $ac_retval
    2.90  
    2.91  } # ac_fn_objc_try_compile
    2.92 @@ -2044,7 +2037,7 @@
    2.93  
    2.94      ac_retval=1
    2.95  fi
    2.96 -  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
    2.97 +  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
    2.98    as_fn_set_status $ac_retval
    2.99  
   2.100  } # ac_fn_c_try_cpp
   2.101 @@ -2081,7 +2074,7 @@
   2.102  
   2.103      ac_retval=1
   2.104  fi
   2.105 -  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   2.106 +  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
   2.107    as_fn_set_status $ac_retval
   2.108  
   2.109  } # ac_fn_cxx_try_cpp
   2.110 @@ -2094,10 +2087,10 @@
   2.111  ac_fn_cxx_check_header_mongrel ()
   2.112  {
   2.113    as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   2.114 -  if eval \${$3+:} false; then :
   2.115 +  if eval "test \"\${$3+set}\"" = set; then :
   2.116    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
   2.117  $as_echo_n "checking for $2... " >&6; }
   2.118 -if eval \${$3+:} false; then :
   2.119 +if eval "test \"\${$3+set}\"" = set; then :
   2.120    $as_echo_n "(cached) " >&6
   2.121  fi
   2.122  eval ac_res=\$$3
   2.123 @@ -2164,7 +2157,7 @@
   2.124  esac
   2.125    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
   2.126  $as_echo_n "checking for $2... " >&6; }
   2.127 -if eval \${$3+:} false; then :
   2.128 +if eval "test \"\${$3+set}\"" = set; then :
   2.129    $as_echo_n "(cached) " >&6
   2.130  else
   2.131    eval "$3=\$ac_header_compiler"
   2.132 @@ -2173,7 +2166,7 @@
   2.133  	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
   2.134  $as_echo "$ac_res" >&6; }
   2.135  fi
   2.136 -  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   2.137 +  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
   2.138  
   2.139  } # ac_fn_cxx_check_header_mongrel
   2.140  
   2.141 @@ -2214,7 +2207,7 @@
   2.142         ac_retval=$ac_status
   2.143  fi
   2.144    rm -rf conftest.dSYM conftest_ipa8_conftest.oo
   2.145 -  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   2.146 +  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
   2.147    as_fn_set_status $ac_retval
   2.148  
   2.149  } # ac_fn_cxx_try_run
   2.150 @@ -2228,7 +2221,7 @@
   2.151    as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   2.152    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
   2.153  $as_echo_n "checking for $2... " >&6; }
   2.154 -if eval \${$3+:} false; then :
   2.155 +if eval "test \"\${$3+set}\"" = set; then :
   2.156    $as_echo_n "(cached) " >&6
   2.157  else
   2.158    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   2.159 @@ -2246,7 +2239,7 @@
   2.160  eval ac_res=\$$3
   2.161  	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
   2.162  $as_echo "$ac_res" >&6; }
   2.163 -  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   2.164 +  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
   2.165  
   2.166  } # ac_fn_cxx_check_header_compile
   2.167  
   2.168 @@ -2423,7 +2416,7 @@
   2.169  rm -f conftest.val
   2.170  
   2.171    fi
   2.172 -  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   2.173 +  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
   2.174    as_fn_set_status $ac_retval
   2.175  
   2.176  } # ac_fn_cxx_compute_int
   2.177 @@ -2469,7 +2462,7 @@
   2.178    # interfere with the next link command; also delete a directory that is
   2.179    # left behind by Apple's compiler.  We do this before executing the actions.
   2.180    rm -rf conftest.dSYM conftest_ipa8_conftest.oo
   2.181 -  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   2.182 +  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
   2.183    as_fn_set_status $ac_retval
   2.184  
   2.185  } # ac_fn_cxx_try_link
   2.186 @@ -2482,7 +2475,7 @@
   2.187    as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   2.188    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
   2.189  $as_echo_n "checking for $2... " >&6; }
   2.190 -if eval \${$3+:} false; then :
   2.191 +if eval "test \"\${$3+set}\"" = set; then :
   2.192    $as_echo_n "(cached) " >&6
   2.193  else
   2.194    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   2.195 @@ -2537,7 +2530,7 @@
   2.196  eval ac_res=\$$3
   2.197  	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
   2.198  $as_echo "$ac_res" >&6; }
   2.199 -  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   2.200 +  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
   2.201  
   2.202  } # ac_fn_cxx_check_func
   2.203  
   2.204 @@ -2550,7 +2543,7 @@
   2.205    as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   2.206    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
   2.207  $as_echo_n "checking for $2... " >&6; }
   2.208 -if eval \${$3+:} false; then :
   2.209 +if eval "test \"\${$3+set}\"" = set; then :
   2.210    $as_echo_n "(cached) " >&6
   2.211  else
   2.212    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   2.213 @@ -2568,7 +2561,7 @@
   2.214  eval ac_res=\$$3
   2.215  	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
   2.216  $as_echo "$ac_res" >&6; }
   2.217 -  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   2.218 +  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
   2.219  
   2.220  } # ac_fn_c_check_header_compile
   2.221  cat >config.log <<_ACEOF
   2.222 @@ -2576,7 +2569,7 @@
   2.223  running configure, to aid debugging if configure makes a mistake.
   2.224  
   2.225  It was created by OpenJDK $as_me jdk8, which was
   2.226 -generated by GNU Autoconf 2.68.  Invocation command line was
   2.227 +generated by GNU Autoconf 2.67.  Invocation command line was
   2.228  
   2.229    $ $0 $@
   2.230  
   2.231 @@ -2834,7 +2827,7 @@
   2.232        || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   2.233  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   2.234  as_fn_error $? "failed to load site script $ac_site_file
   2.235 -See \`config.log' for more details" "$LINENO" 5; }
   2.236 +See \`config.log' for more details" "$LINENO" 5 ; }
   2.237    fi
   2.238  done
   2.239  
   2.240 @@ -3756,7 +3749,7 @@
   2.241  #CUSTOM_AUTOCONF_INCLUDE
   2.242  
   2.243  # Do not change or remove the following line, it is needed for consistency checks:
   2.244 -DATE_WHEN_GENERATED=1364922883
   2.245 +DATE_WHEN_GENERATED=1365147397
   2.246  
   2.247  ###############################################################################
   2.248  #
   2.249 @@ -3794,7 +3787,7 @@
   2.250  set dummy $ac_prog; ac_word=$2
   2.251  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.252  $as_echo_n "checking for $ac_word... " >&6; }
   2.253 -if ${ac_cv_path_BASENAME+:} false; then :
   2.254 +if test "${ac_cv_path_BASENAME+set}" = set; then :
   2.255    $as_echo_n "(cached) " >&6
   2.256  else
   2.257    case $BASENAME in
   2.258 @@ -3853,7 +3846,7 @@
   2.259  set dummy $ac_prog; ac_word=$2
   2.260  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.261  $as_echo_n "checking for $ac_word... " >&6; }
   2.262 -if ${ac_cv_path_BASH+:} false; then :
   2.263 +if test "${ac_cv_path_BASH+set}" = set; then :
   2.264    $as_echo_n "(cached) " >&6
   2.265  else
   2.266    case $BASH in
   2.267 @@ -3912,7 +3905,7 @@
   2.268  set dummy $ac_prog; ac_word=$2
   2.269  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.270  $as_echo_n "checking for $ac_word... " >&6; }
   2.271 -if ${ac_cv_path_CAT+:} false; then :
   2.272 +if test "${ac_cv_path_CAT+set}" = set; then :
   2.273    $as_echo_n "(cached) " >&6
   2.274  else
   2.275    case $CAT in
   2.276 @@ -3971,7 +3964,7 @@
   2.277  set dummy $ac_prog; ac_word=$2
   2.278  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.279  $as_echo_n "checking for $ac_word... " >&6; }
   2.280 -if ${ac_cv_path_CHMOD+:} false; then :
   2.281 +if test "${ac_cv_path_CHMOD+set}" = set; then :
   2.282    $as_echo_n "(cached) " >&6
   2.283  else
   2.284    case $CHMOD in
   2.285 @@ -4030,7 +4023,7 @@
   2.286  set dummy $ac_prog; ac_word=$2
   2.287  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.288  $as_echo_n "checking for $ac_word... " >&6; }
   2.289 -if ${ac_cv_path_CMP+:} false; then :
   2.290 +if test "${ac_cv_path_CMP+set}" = set; then :
   2.291    $as_echo_n "(cached) " >&6
   2.292  else
   2.293    case $CMP in
   2.294 @@ -4089,7 +4082,7 @@
   2.295  set dummy $ac_prog; ac_word=$2
   2.296  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.297  $as_echo_n "checking for $ac_word... " >&6; }
   2.298 -if ${ac_cv_path_COMM+:} false; then :
   2.299 +if test "${ac_cv_path_COMM+set}" = set; then :
   2.300    $as_echo_n "(cached) " >&6
   2.301  else
   2.302    case $COMM in
   2.303 @@ -4148,7 +4141,7 @@
   2.304  set dummy $ac_prog; ac_word=$2
   2.305  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.306  $as_echo_n "checking for $ac_word... " >&6; }
   2.307 -if ${ac_cv_path_CP+:} false; then :
   2.308 +if test "${ac_cv_path_CP+set}" = set; then :
   2.309    $as_echo_n "(cached) " >&6
   2.310  else
   2.311    case $CP in
   2.312 @@ -4207,7 +4200,7 @@
   2.313  set dummy $ac_prog; ac_word=$2
   2.314  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.315  $as_echo_n "checking for $ac_word... " >&6; }
   2.316 -if ${ac_cv_path_CPIO+:} false; then :
   2.317 +if test "${ac_cv_path_CPIO+set}" = set; then :
   2.318    $as_echo_n "(cached) " >&6
   2.319  else
   2.320    case $CPIO in
   2.321 @@ -4266,7 +4259,7 @@
   2.322  set dummy $ac_prog; ac_word=$2
   2.323  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.324  $as_echo_n "checking for $ac_word... " >&6; }
   2.325 -if ${ac_cv_path_CUT+:} false; then :
   2.326 +if test "${ac_cv_path_CUT+set}" = set; then :
   2.327    $as_echo_n "(cached) " >&6
   2.328  else
   2.329    case $CUT in
   2.330 @@ -4325,7 +4318,7 @@
   2.331  set dummy $ac_prog; ac_word=$2
   2.332  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.333  $as_echo_n "checking for $ac_word... " >&6; }
   2.334 -if ${ac_cv_path_DATE+:} false; then :
   2.335 +if test "${ac_cv_path_DATE+set}" = set; then :
   2.336    $as_echo_n "(cached) " >&6
   2.337  else
   2.338    case $DATE in
   2.339 @@ -4384,7 +4377,7 @@
   2.340  set dummy $ac_prog; ac_word=$2
   2.341  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.342  $as_echo_n "checking for $ac_word... " >&6; }
   2.343 -if ${ac_cv_path_DIFF+:} false; then :
   2.344 +if test "${ac_cv_path_DIFF+set}" = set; then :
   2.345    $as_echo_n "(cached) " >&6
   2.346  else
   2.347    case $DIFF in
   2.348 @@ -4443,7 +4436,7 @@
   2.349  set dummy $ac_prog; ac_word=$2
   2.350  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.351  $as_echo_n "checking for $ac_word... " >&6; }
   2.352 -if ${ac_cv_path_DIRNAME+:} false; then :
   2.353 +if test "${ac_cv_path_DIRNAME+set}" = set; then :
   2.354    $as_echo_n "(cached) " >&6
   2.355  else
   2.356    case $DIRNAME in
   2.357 @@ -4502,7 +4495,7 @@
   2.358  set dummy $ac_prog; ac_word=$2
   2.359  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.360  $as_echo_n "checking for $ac_word... " >&6; }
   2.361 -if ${ac_cv_path_ECHO+:} false; then :
   2.362 +if test "${ac_cv_path_ECHO+set}" = set; then :
   2.363    $as_echo_n "(cached) " >&6
   2.364  else
   2.365    case $ECHO in
   2.366 @@ -4561,7 +4554,7 @@
   2.367  set dummy $ac_prog; ac_word=$2
   2.368  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.369  $as_echo_n "checking for $ac_word... " >&6; }
   2.370 -if ${ac_cv_path_EXPR+:} false; then :
   2.371 +if test "${ac_cv_path_EXPR+set}" = set; then :
   2.372    $as_echo_n "(cached) " >&6
   2.373  else
   2.374    case $EXPR in
   2.375 @@ -4620,7 +4613,7 @@
   2.376  set dummy $ac_prog; ac_word=$2
   2.377  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.378  $as_echo_n "checking for $ac_word... " >&6; }
   2.379 -if ${ac_cv_path_FILE+:} false; then :
   2.380 +if test "${ac_cv_path_FILE+set}" = set; then :
   2.381    $as_echo_n "(cached) " >&6
   2.382  else
   2.383    case $FILE in
   2.384 @@ -4679,7 +4672,7 @@
   2.385  set dummy $ac_prog; ac_word=$2
   2.386  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.387  $as_echo_n "checking for $ac_word... " >&6; }
   2.388 -if ${ac_cv_path_FIND+:} false; then :
   2.389 +if test "${ac_cv_path_FIND+set}" = set; then :
   2.390    $as_echo_n "(cached) " >&6
   2.391  else
   2.392    case $FIND in
   2.393 @@ -4738,7 +4731,7 @@
   2.394  set dummy $ac_prog; ac_word=$2
   2.395  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.396  $as_echo_n "checking for $ac_word... " >&6; }
   2.397 -if ${ac_cv_path_HEAD+:} false; then :
   2.398 +if test "${ac_cv_path_HEAD+set}" = set; then :
   2.399    $as_echo_n "(cached) " >&6
   2.400  else
   2.401    case $HEAD in
   2.402 @@ -4797,7 +4790,7 @@
   2.403  set dummy $ac_prog; ac_word=$2
   2.404  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.405  $as_echo_n "checking for $ac_word... " >&6; }
   2.406 -if ${ac_cv_path_LN+:} false; then :
   2.407 +if test "${ac_cv_path_LN+set}" = set; then :
   2.408    $as_echo_n "(cached) " >&6
   2.409  else
   2.410    case $LN in
   2.411 @@ -4856,7 +4849,7 @@
   2.412  set dummy $ac_prog; ac_word=$2
   2.413  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.414  $as_echo_n "checking for $ac_word... " >&6; }
   2.415 -if ${ac_cv_path_LS+:} false; then :
   2.416 +if test "${ac_cv_path_LS+set}" = set; then :
   2.417    $as_echo_n "(cached) " >&6
   2.418  else
   2.419    case $LS in
   2.420 @@ -4915,7 +4908,7 @@
   2.421  set dummy $ac_prog; ac_word=$2
   2.422  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.423  $as_echo_n "checking for $ac_word... " >&6; }
   2.424 -if ${ac_cv_path_MKDIR+:} false; then :
   2.425 +if test "${ac_cv_path_MKDIR+set}" = set; then :
   2.426    $as_echo_n "(cached) " >&6
   2.427  else
   2.428    case $MKDIR in
   2.429 @@ -4974,7 +4967,7 @@
   2.430  set dummy $ac_prog; ac_word=$2
   2.431  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.432  $as_echo_n "checking for $ac_word... " >&6; }
   2.433 -if ${ac_cv_path_MKTEMP+:} false; then :
   2.434 +if test "${ac_cv_path_MKTEMP+set}" = set; then :
   2.435    $as_echo_n "(cached) " >&6
   2.436  else
   2.437    case $MKTEMP in
   2.438 @@ -5033,7 +5026,7 @@
   2.439  set dummy $ac_prog; ac_word=$2
   2.440  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.441  $as_echo_n "checking for $ac_word... " >&6; }
   2.442 -if ${ac_cv_path_MV+:} false; then :
   2.443 +if test "${ac_cv_path_MV+set}" = set; then :
   2.444    $as_echo_n "(cached) " >&6
   2.445  else
   2.446    case $MV in
   2.447 @@ -5092,7 +5085,7 @@
   2.448  set dummy $ac_prog; ac_word=$2
   2.449  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.450  $as_echo_n "checking for $ac_word... " >&6; }
   2.451 -if ${ac_cv_path_PRINTF+:} false; then :
   2.452 +if test "${ac_cv_path_PRINTF+set}" = set; then :
   2.453    $as_echo_n "(cached) " >&6
   2.454  else
   2.455    case $PRINTF in
   2.456 @@ -5151,7 +5144,7 @@
   2.457  set dummy $ac_prog; ac_word=$2
   2.458  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.459  $as_echo_n "checking for $ac_word... " >&6; }
   2.460 -if ${ac_cv_path_THEPWDCMD+:} false; then :
   2.461 +if test "${ac_cv_path_THEPWDCMD+set}" = set; then :
   2.462    $as_echo_n "(cached) " >&6
   2.463  else
   2.464    case $THEPWDCMD in
   2.465 @@ -5210,7 +5203,7 @@
   2.466  set dummy $ac_prog; ac_word=$2
   2.467  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.468  $as_echo_n "checking for $ac_word... " >&6; }
   2.469 -if ${ac_cv_path_RM+:} false; then :
   2.470 +if test "${ac_cv_path_RM+set}" = set; then :
   2.471    $as_echo_n "(cached) " >&6
   2.472  else
   2.473    case $RM in
   2.474 @@ -5269,7 +5262,7 @@
   2.475  set dummy $ac_prog; ac_word=$2
   2.476  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.477  $as_echo_n "checking for $ac_word... " >&6; }
   2.478 -if ${ac_cv_path_SH+:} false; then :
   2.479 +if test "${ac_cv_path_SH+set}" = set; then :
   2.480    $as_echo_n "(cached) " >&6
   2.481  else
   2.482    case $SH in
   2.483 @@ -5328,7 +5321,7 @@
   2.484  set dummy $ac_prog; ac_word=$2
   2.485  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.486  $as_echo_n "checking for $ac_word... " >&6; }
   2.487 -if ${ac_cv_path_SORT+:} false; then :
   2.488 +if test "${ac_cv_path_SORT+set}" = set; then :
   2.489    $as_echo_n "(cached) " >&6
   2.490  else
   2.491    case $SORT in
   2.492 @@ -5387,7 +5380,7 @@
   2.493  set dummy $ac_prog; ac_word=$2
   2.494  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.495  $as_echo_n "checking for $ac_word... " >&6; }
   2.496 -if ${ac_cv_path_TAIL+:} false; then :
   2.497 +if test "${ac_cv_path_TAIL+set}" = set; then :
   2.498    $as_echo_n "(cached) " >&6
   2.499  else
   2.500    case $TAIL in
   2.501 @@ -5446,7 +5439,7 @@
   2.502  set dummy $ac_prog; ac_word=$2
   2.503  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.504  $as_echo_n "checking for $ac_word... " >&6; }
   2.505 -if ${ac_cv_path_TAR+:} false; then :
   2.506 +if test "${ac_cv_path_TAR+set}" = set; then :
   2.507    $as_echo_n "(cached) " >&6
   2.508  else
   2.509    case $TAR in
   2.510 @@ -5505,7 +5498,7 @@
   2.511  set dummy $ac_prog; ac_word=$2
   2.512  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.513  $as_echo_n "checking for $ac_word... " >&6; }
   2.514 -if ${ac_cv_path_TEE+:} false; then :
   2.515 +if test "${ac_cv_path_TEE+set}" = set; then :
   2.516    $as_echo_n "(cached) " >&6
   2.517  else
   2.518    case $TEE in
   2.519 @@ -5564,7 +5557,7 @@
   2.520  set dummy $ac_prog; ac_word=$2
   2.521  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.522  $as_echo_n "checking for $ac_word... " >&6; }
   2.523 -if ${ac_cv_path_TOUCH+:} false; then :
   2.524 +if test "${ac_cv_path_TOUCH+set}" = set; then :
   2.525    $as_echo_n "(cached) " >&6
   2.526  else
   2.527    case $TOUCH in
   2.528 @@ -5623,7 +5616,7 @@
   2.529  set dummy $ac_prog; ac_word=$2
   2.530  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.531  $as_echo_n "checking for $ac_word... " >&6; }
   2.532 -if ${ac_cv_path_TR+:} false; then :
   2.533 +if test "${ac_cv_path_TR+set}" = set; then :
   2.534    $as_echo_n "(cached) " >&6
   2.535  else
   2.536    case $TR in
   2.537 @@ -5682,7 +5675,7 @@
   2.538  set dummy $ac_prog; ac_word=$2
   2.539  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.540  $as_echo_n "checking for $ac_word... " >&6; }
   2.541 -if ${ac_cv_path_UNAME+:} false; then :
   2.542 +if test "${ac_cv_path_UNAME+set}" = set; then :
   2.543    $as_echo_n "(cached) " >&6
   2.544  else
   2.545    case $UNAME in
   2.546 @@ -5741,7 +5734,7 @@
   2.547  set dummy $ac_prog; ac_word=$2
   2.548  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.549  $as_echo_n "checking for $ac_word... " >&6; }
   2.550 -if ${ac_cv_path_UNIQ+:} false; then :
   2.551 +if test "${ac_cv_path_UNIQ+set}" = set; then :
   2.552    $as_echo_n "(cached) " >&6
   2.553  else
   2.554    case $UNIQ in
   2.555 @@ -5800,7 +5793,7 @@
   2.556  set dummy $ac_prog; ac_word=$2
   2.557  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.558  $as_echo_n "checking for $ac_word... " >&6; }
   2.559 -if ${ac_cv_path_WC+:} false; then :
   2.560 +if test "${ac_cv_path_WC+set}" = set; then :
   2.561    $as_echo_n "(cached) " >&6
   2.562  else
   2.563    case $WC in
   2.564 @@ -5859,7 +5852,7 @@
   2.565  set dummy $ac_prog; ac_word=$2
   2.566  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.567  $as_echo_n "checking for $ac_word... " >&6; }
   2.568 -if ${ac_cv_path_WHICH+:} false; then :
   2.569 +if test "${ac_cv_path_WHICH+set}" = set; then :
   2.570    $as_echo_n "(cached) " >&6
   2.571  else
   2.572    case $WHICH in
   2.573 @@ -5918,7 +5911,7 @@
   2.574  set dummy $ac_prog; ac_word=$2
   2.575  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.576  $as_echo_n "checking for $ac_word... " >&6; }
   2.577 -if ${ac_cv_path_XARGS+:} false; then :
   2.578 +if test "${ac_cv_path_XARGS+set}" = set; then :
   2.579    $as_echo_n "(cached) " >&6
   2.580  else
   2.581    case $XARGS in
   2.582 @@ -5978,7 +5971,7 @@
   2.583  set dummy $ac_prog; ac_word=$2
   2.584  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.585  $as_echo_n "checking for $ac_word... " >&6; }
   2.586 -if ${ac_cv_prog_AWK+:} false; then :
   2.587 +if test "${ac_cv_prog_AWK+set}" = set; then :
   2.588    $as_echo_n "(cached) " >&6
   2.589  else
   2.590    if test -n "$AWK"; then
   2.591 @@ -6028,7 +6021,7 @@
   2.592  
   2.593  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
   2.594  $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
   2.595 -if ${ac_cv_path_GREP+:} false; then :
   2.596 +if test "${ac_cv_path_GREP+set}" = set; then :
   2.597    $as_echo_n "(cached) " >&6
   2.598  else
   2.599    if test -z "$GREP"; then
   2.600 @@ -6103,7 +6096,7 @@
   2.601  
   2.602  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
   2.603  $as_echo_n "checking for egrep... " >&6; }
   2.604 -if ${ac_cv_path_EGREP+:} false; then :
   2.605 +if test "${ac_cv_path_EGREP+set}" = set; then :
   2.606    $as_echo_n "(cached) " >&6
   2.607  else
   2.608    if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
   2.609 @@ -6182,7 +6175,7 @@
   2.610  
   2.611  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
   2.612  $as_echo_n "checking for fgrep... " >&6; }
   2.613 -if ${ac_cv_path_FGREP+:} false; then :
   2.614 +if test "${ac_cv_path_FGREP+set}" = set; then :
   2.615    $as_echo_n "(cached) " >&6
   2.616  else
   2.617    if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
   2.618 @@ -6261,7 +6254,7 @@
   2.619  
   2.620  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
   2.621  $as_echo_n "checking for a sed that does not truncate output... " >&6; }
   2.622 -if ${ac_cv_path_SED+:} false; then :
   2.623 +if test "${ac_cv_path_SED+set}" = set; then :
   2.624    $as_echo_n "(cached) " >&6
   2.625  else
   2.626              ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
   2.627 @@ -6347,7 +6340,7 @@
   2.628  set dummy $ac_prog; ac_word=$2
   2.629  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.630  $as_echo_n "checking for $ac_word... " >&6; }
   2.631 -if ${ac_cv_path_NAWK+:} false; then :
   2.632 +if test "${ac_cv_path_NAWK+set}" = set; then :
   2.633    $as_echo_n "(cached) " >&6
   2.634  else
   2.635    case $NAWK in
   2.636 @@ -6407,7 +6400,7 @@
   2.637  set dummy cygpath; ac_word=$2
   2.638  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.639  $as_echo_n "checking for $ac_word... " >&6; }
   2.640 -if ${ac_cv_path_CYGPATH+:} false; then :
   2.641 +if test "${ac_cv_path_CYGPATH+set}" = set; then :
   2.642    $as_echo_n "(cached) " >&6
   2.643  else
   2.644    case $CYGPATH in
   2.645 @@ -6447,7 +6440,7 @@
   2.646  set dummy readlink; ac_word=$2
   2.647  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.648  $as_echo_n "checking for $ac_word... " >&6; }
   2.649 -if ${ac_cv_path_READLINK+:} false; then :
   2.650 +if test "${ac_cv_path_READLINK+set}" = set; then :
   2.651    $as_echo_n "(cached) " >&6
   2.652  else
   2.653    case $READLINK in
   2.654 @@ -6487,7 +6480,7 @@
   2.655  set dummy df; ac_word=$2
   2.656  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.657  $as_echo_n "checking for $ac_word... " >&6; }
   2.658 -if ${ac_cv_path_DF+:} false; then :
   2.659 +if test "${ac_cv_path_DF+set}" = set; then :
   2.660    $as_echo_n "(cached) " >&6
   2.661  else
   2.662    case $DF in
   2.663 @@ -6527,7 +6520,7 @@
   2.664  set dummy SetFile; ac_word=$2
   2.665  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.666  $as_echo_n "checking for $ac_word... " >&6; }
   2.667 -if ${ac_cv_path_SETFILE+:} false; then :
   2.668 +if test "${ac_cv_path_SETFILE+set}" = set; then :
   2.669    $as_echo_n "(cached) " >&6
   2.670  else
   2.671    case $SETFILE in
   2.672 @@ -6573,7 +6566,7 @@
   2.673  
   2.674  { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
   2.675  $as_echo_n "checking build system type... " >&6; }
   2.676 -if ${ac_cv_build+:} false; then :
   2.677 +if test "${ac_cv_build+set}" = set; then :
   2.678    $as_echo_n "(cached) " >&6
   2.679  else
   2.680    ac_build_alias=$build_alias
   2.681 @@ -6589,7 +6582,7 @@
   2.682  $as_echo "$ac_cv_build" >&6; }
   2.683  case $ac_cv_build in
   2.684  *-*-*) ;;
   2.685 -*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
   2.686 +*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;;
   2.687  esac
   2.688  build=$ac_cv_build
   2.689  ac_save_IFS=$IFS; IFS='-'
   2.690 @@ -6607,7 +6600,7 @@
   2.691  
   2.692  { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
   2.693  $as_echo_n "checking host system type... " >&6; }
   2.694 -if ${ac_cv_host+:} false; then :
   2.695 +if test "${ac_cv_host+set}" = set; then :
   2.696    $as_echo_n "(cached) " >&6
   2.697  else
   2.698    if test "x$host_alias" = x; then
   2.699 @@ -6622,7 +6615,7 @@
   2.700  $as_echo "$ac_cv_host" >&6; }
   2.701  case $ac_cv_host in
   2.702  *-*-*) ;;
   2.703 -*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
   2.704 +*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;;
   2.705  esac
   2.706  host=$ac_cv_host
   2.707  ac_save_IFS=$IFS; IFS='-'
   2.708 @@ -6640,7 +6633,7 @@
   2.709  
   2.710  { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
   2.711  $as_echo_n "checking target system type... " >&6; }
   2.712 -if ${ac_cv_target+:} false; then :
   2.713 +if test "${ac_cv_target+set}" = set; then :
   2.714    $as_echo_n "(cached) " >&6
   2.715  else
   2.716    if test "x$target_alias" = x; then
   2.717 @@ -6655,7 +6648,7 @@
   2.718  $as_echo "$ac_cv_target" >&6; }
   2.719  case $ac_cv_target in
   2.720  *-*-*) ;;
   2.721 -*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
   2.722 +*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5 ;;
   2.723  esac
   2.724  target=$ac_cv_target
   2.725  ac_save_IFS=$IFS; IFS='-'
   2.726 @@ -8121,7 +8114,7 @@
   2.727  set dummy $ac_prog; ac_word=$2
   2.728  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.729  $as_echo_n "checking for $ac_word... " >&6; }
   2.730 -if ${ac_cv_prog_PKGHANDLER+:} false; then :
   2.731 +if test "${ac_cv_prog_PKGHANDLER+set}" = set; then :
   2.732    $as_echo_n "(cached) " >&6
   2.733  else
   2.734    if test -n "$PKGHANDLER"; then
   2.735 @@ -8486,7 +8479,7 @@
   2.736  set dummy $ac_prog; ac_word=$2
   2.737  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.738  $as_echo_n "checking for $ac_word... " >&6; }
   2.739 -if ${ac_cv_path_CHECK_GMAKE+:} false; then :
   2.740 +if test "${ac_cv_path_CHECK_GMAKE+set}" = set; then :
   2.741    $as_echo_n "(cached) " >&6
   2.742  else
   2.743    case $CHECK_GMAKE in
   2.744 @@ -8840,7 +8833,7 @@
   2.745  set dummy $ac_prog; ac_word=$2
   2.746  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.747  $as_echo_n "checking for $ac_word... " >&6; }
   2.748 -if ${ac_cv_path_CHECK_MAKE+:} false; then :
   2.749 +if test "${ac_cv_path_CHECK_MAKE+set}" = set; then :
   2.750    $as_echo_n "(cached) " >&6
   2.751  else
   2.752    case $CHECK_MAKE in
   2.753 @@ -9199,7 +9192,7 @@
   2.754  set dummy $ac_prog; ac_word=$2
   2.755  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.756  $as_echo_n "checking for $ac_word... " >&6; }
   2.757 -if ${ac_cv_path_CHECK_TOOLSDIR_GMAKE+:} false; then :
   2.758 +if test "${ac_cv_path_CHECK_TOOLSDIR_GMAKE+set}" = set; then :
   2.759    $as_echo_n "(cached) " >&6
   2.760  else
   2.761    case $CHECK_TOOLSDIR_GMAKE in
   2.762 @@ -9552,7 +9545,7 @@
   2.763  set dummy $ac_prog; ac_word=$2
   2.764  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.765  $as_echo_n "checking for $ac_word... " >&6; }
   2.766 -if ${ac_cv_path_CHECK_TOOLSDIR_MAKE+:} false; then :
   2.767 +if test "${ac_cv_path_CHECK_TOOLSDIR_MAKE+set}" = set; then :
   2.768    $as_echo_n "(cached) " >&6
   2.769  else
   2.770    case $CHECK_TOOLSDIR_MAKE in
   2.771 @@ -9948,7 +9941,7 @@
   2.772  set dummy $ac_prog; ac_word=$2
   2.773  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.774  $as_echo_n "checking for $ac_word... " >&6; }
   2.775 -if ${ac_cv_path_UNZIP+:} false; then :
   2.776 +if test "${ac_cv_path_UNZIP+set}" = set; then :
   2.777    $as_echo_n "(cached) " >&6
   2.778  else
   2.779    case $UNZIP in
   2.780 @@ -10007,7 +10000,7 @@
   2.781  set dummy $ac_prog; ac_word=$2
   2.782  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.783  $as_echo_n "checking for $ac_word... " >&6; }
   2.784 -if ${ac_cv_path_ZIP+:} false; then :
   2.785 +if test "${ac_cv_path_ZIP+set}" = set; then :
   2.786    $as_echo_n "(cached) " >&6
   2.787  else
   2.788    case $ZIP in
   2.789 @@ -10066,7 +10059,7 @@
   2.790  set dummy ldd; ac_word=$2
   2.791  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.792  $as_echo_n "checking for $ac_word... " >&6; }
   2.793 -if ${ac_cv_path_LDD+:} false; then :
   2.794 +if test "${ac_cv_path_LDD+set}" = set; then :
   2.795    $as_echo_n "(cached) " >&6
   2.796  else
   2.797    case $LDD in
   2.798 @@ -10112,7 +10105,7 @@
   2.799  set dummy otool; ac_word=$2
   2.800  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.801  $as_echo_n "checking for $ac_word... " >&6; }
   2.802 -if ${ac_cv_path_OTOOL+:} false; then :
   2.803 +if test "${ac_cv_path_OTOOL+set}" = set; then :
   2.804    $as_echo_n "(cached) " >&6
   2.805  else
   2.806    case $OTOOL in
   2.807 @@ -10157,7 +10150,7 @@
   2.808  set dummy $ac_prog; ac_word=$2
   2.809  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.810  $as_echo_n "checking for $ac_word... " >&6; }
   2.811 -if ${ac_cv_path_READELF+:} false; then :
   2.812 +if test "${ac_cv_path_READELF+set}" = set; then :
   2.813    $as_echo_n "(cached) " >&6
   2.814  else
   2.815    case $READELF in
   2.816 @@ -10200,7 +10193,7 @@
   2.817  set dummy hg; ac_word=$2
   2.818  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.819  $as_echo_n "checking for $ac_word... " >&6; }
   2.820 -if ${ac_cv_path_HG+:} false; then :
   2.821 +if test "${ac_cv_path_HG+set}" = set; then :
   2.822    $as_echo_n "(cached) " >&6
   2.823  else
   2.824    case $HG in
   2.825 @@ -10240,7 +10233,7 @@
   2.826  set dummy stat; ac_word=$2
   2.827  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.828  $as_echo_n "checking for $ac_word... " >&6; }
   2.829 -if ${ac_cv_path_STAT+:} false; then :
   2.830 +if test "${ac_cv_path_STAT+set}" = set; then :
   2.831    $as_echo_n "(cached) " >&6
   2.832  else
   2.833    case $STAT in
   2.834 @@ -10280,7 +10273,7 @@
   2.835  set dummy time; ac_word=$2
   2.836  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.837  $as_echo_n "checking for $ac_word... " >&6; }
   2.838 -if ${ac_cv_path_TIME+:} false; then :
   2.839 +if test "${ac_cv_path_TIME+set}" = set; then :
   2.840    $as_echo_n "(cached) " >&6
   2.841  else
   2.842    case $TIME in
   2.843 @@ -10325,7 +10318,7 @@
   2.844  set dummy $ac_prog; ac_word=$2
   2.845  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.846  $as_echo_n "checking for $ac_word... " >&6; }
   2.847 -if ${ac_cv_path_COMM+:} false; then :
   2.848 +if test "${ac_cv_path_COMM+set}" = set; then :
   2.849    $as_echo_n "(cached) " >&6
   2.850  else
   2.851    case $COMM in
   2.852 @@ -10379,6 +10372,68 @@
   2.853  
   2.854  fi
   2.855  
   2.856 +if test "x$OPENJDK_TARGET_OS" = "xmacosx"; then
   2.857 +
   2.858 +    for ac_prog in xattr
   2.859 +do
   2.860 +  # Extract the first word of "$ac_prog", so it can be a program name with args.
   2.861 +set dummy $ac_prog; ac_word=$2
   2.862 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.863 +$as_echo_n "checking for $ac_word... " >&6; }
   2.864 +if test "${ac_cv_path_XATTR+set}" = set; then :
   2.865 +  $as_echo_n "(cached) " >&6
   2.866 +else
   2.867 +  case $XATTR in
   2.868 +  [\\/]* | ?:[\\/]*)
   2.869 +  ac_cv_path_XATTR="$XATTR" # Let the user override the test with a path.
   2.870 +  ;;
   2.871 +  *)
   2.872 +  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
   2.873 +for as_dir in $PATH
   2.874 +do
   2.875 +  IFS=$as_save_IFS
   2.876 +  test -z "$as_dir" && as_dir=.
   2.877 +    for ac_exec_ext in '' $ac_executable_extensions; do
   2.878 +  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   2.879 +    ac_cv_path_XATTR="$as_dir/$ac_word$ac_exec_ext"
   2.880 +    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   2.881 +    break 2
   2.882 +  fi
   2.883 +done
   2.884 +  done
   2.885 +IFS=$as_save_IFS
   2.886 +
   2.887 +  ;;
   2.888 +esac
   2.889 +fi
   2.890 +XATTR=$ac_cv_path_XATTR
   2.891 +if test -n "$XATTR"; then
   2.892 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XATTR" >&5
   2.893 +$as_echo "$XATTR" >&6; }
   2.894 +else
   2.895 +  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   2.896 +$as_echo "no" >&6; }
   2.897 +fi
   2.898 +
   2.899 +
   2.900 +  test -n "$XATTR" && break
   2.901 +done
   2.902 +
   2.903 +
   2.904 +    if test "x$XATTR" = x; then
   2.905 +        if test "xxattr" = x; then
   2.906 +          PROG_NAME=xattr
   2.907 +        else
   2.908 +          PROG_NAME=xattr
   2.909 +        fi
   2.910 +        { $as_echo "$as_me:${as_lineno-$LINENO}: Could not find $PROG_NAME!" >&5
   2.911 +$as_echo "$as_me: Could not find $PROG_NAME!" >&6;}
   2.912 +        as_fn_error $? "Cannot continue" "$LINENO" 5
   2.913 +    fi
   2.914 +
   2.915 +
   2.916 +fi
   2.917 +
   2.918  
   2.919  # Check if pkg-config is available.
   2.920  
   2.921 @@ -10389,7 +10444,7 @@
   2.922  set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
   2.923  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.924  $as_echo_n "checking for $ac_word... " >&6; }
   2.925 -if ${ac_cv_path_PKG_CONFIG+:} false; then :
   2.926 +if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
   2.927    $as_echo_n "(cached) " >&6
   2.928  else
   2.929    case $PKG_CONFIG in
   2.930 @@ -10432,7 +10487,7 @@
   2.931  set dummy pkg-config; ac_word=$2
   2.932  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.933  $as_echo_n "checking for $ac_word... " >&6; }
   2.934 -if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
   2.935 +if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then :
   2.936    $as_echo_n "(cached) " >&6
   2.937  else
   2.938    case $ac_pt_PKG_CONFIG in
   2.939 @@ -10605,7 +10660,7 @@
   2.940  set dummy $ac_prog; ac_word=$2
   2.941  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.942  $as_echo_n "checking for $ac_word... " >&6; }
   2.943 -if ${ac_cv_prog_BDEPS_UNZIP+:} false; then :
   2.944 +if test "${ac_cv_prog_BDEPS_UNZIP+set}" = set; then :
   2.945    $as_echo_n "(cached) " >&6
   2.946  else
   2.947    if test -n "$BDEPS_UNZIP"; then
   2.948 @@ -10651,7 +10706,7 @@
   2.949  set dummy $ac_prog; ac_word=$2
   2.950  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.951  $as_echo_n "checking for $ac_word... " >&6; }
   2.952 -if ${ac_cv_prog_BDEPS_FTP+:} false; then :
   2.953 +if test "${ac_cv_prog_BDEPS_FTP+set}" = set; then :
   2.954    $as_echo_n "(cached) " >&6
   2.955  else
   2.956    if test -n "$BDEPS_FTP"; then
   2.957 @@ -11924,7 +11979,7 @@
   2.958  set dummy javac; ac_word=$2
   2.959  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.960  $as_echo_n "checking for $ac_word... " >&6; }
   2.961 -if ${ac_cv_path_JAVAC_CHECK+:} false; then :
   2.962 +if test "${ac_cv_path_JAVAC_CHECK+set}" = set; then :
   2.963    $as_echo_n "(cached) " >&6
   2.964  else
   2.965    case $JAVAC_CHECK in
   2.966 @@ -11964,7 +12019,7 @@
   2.967  set dummy java; ac_word=$2
   2.968  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.969  $as_echo_n "checking for $ac_word... " >&6; }
   2.970 -if ${ac_cv_path_JAVA_CHECK+:} false; then :
   2.971 +if test "${ac_cv_path_JAVA_CHECK+set}" = set; then :
   2.972    $as_echo_n "(cached) " >&6
   2.973  else
   2.974    case $JAVA_CHECK in
   2.975 @@ -16038,7 +16093,7 @@
   2.976  set dummy link; ac_word=$2
   2.977  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.978  $as_echo_n "checking for $ac_word... " >&6; }
   2.979 -if ${ac_cv_path_CYGWIN_LINK+:} false; then :
   2.980 +if test "${ac_cv_path_CYGWIN_LINK+set}" = set; then :
   2.981    $as_echo_n "(cached) " >&6
   2.982  else
   2.983    case $CYGWIN_LINK in
   2.984 @@ -17453,7 +17508,7 @@
   2.985  set dummy $ac_prog; ac_word=$2
   2.986  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.987  $as_echo_n "checking for $ac_word... " >&6; }
   2.988 -if ${ac_cv_path_BUILD_CC+:} false; then :
   2.989 +if test "${ac_cv_path_BUILD_CC+set}" = set; then :
   2.990    $as_echo_n "(cached) " >&6
   2.991  else
   2.992    case $BUILD_CC in
   2.993 @@ -17764,7 +17819,7 @@
   2.994  set dummy $ac_prog; ac_word=$2
   2.995  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   2.996  $as_echo_n "checking for $ac_word... " >&6; }
   2.997 -if ${ac_cv_path_BUILD_CXX+:} false; then :
   2.998 +if test "${ac_cv_path_BUILD_CXX+set}" = set; then :
   2.999    $as_echo_n "(cached) " >&6
  2.1000  else
  2.1001    case $BUILD_CXX in
  2.1002 @@ -18073,7 +18128,7 @@
  2.1003  set dummy ld; ac_word=$2
  2.1004  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2.1005  $as_echo_n "checking for $ac_word... " >&6; }
  2.1006 -if ${ac_cv_path_BUILD_LD+:} false; then :
  2.1007 +if test "${ac_cv_path_BUILD_LD+set}" = set; then :
  2.1008    $as_echo_n "(cached) " >&6
  2.1009  else
  2.1010    case $BUILD_LD in
  2.1011 @@ -18589,7 +18644,7 @@
  2.1012  set dummy $ac_prog; ac_word=$2
  2.1013  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2.1014  $as_echo_n "checking for $ac_word... " >&6; }
  2.1015 -if ${ac_cv_path_TOOLS_DIR_CC+:} false; then :
  2.1016 +if test "${ac_cv_path_TOOLS_DIR_CC+set}" = set; then :
  2.1017    $as_echo_n "(cached) " >&6
  2.1018  else
  2.1019    case $TOOLS_DIR_CC in
  2.1020 @@ -18641,7 +18696,7 @@
  2.1021  set dummy $ac_prog; ac_word=$2
  2.1022  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2.1023  $as_echo_n "checking for $ac_word... " >&6; }
  2.1024 -if ${ac_cv_path_POTENTIAL_CC+:} false; then :
  2.1025 +if test "${ac_cv_path_POTENTIAL_CC+set}" = set; then :
  2.1026    $as_echo_n "(cached) " >&6
  2.1027  else
  2.1028    case $POTENTIAL_CC in
  2.1029 @@ -19054,7 +19109,7 @@
  2.1030  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  2.1031  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2.1032  $as_echo_n "checking for $ac_word... " >&6; }
  2.1033 -if ${ac_cv_prog_PROPER_COMPILER_CC+:} false; then :
  2.1034 +if test "${ac_cv_prog_PROPER_COMPILER_CC+set}" = set; then :
  2.1035    $as_echo_n "(cached) " >&6
  2.1036  else
  2.1037    if test -n "$PROPER_COMPILER_CC"; then
  2.1038 @@ -19098,7 +19153,7 @@
  2.1039  set dummy $ac_prog; ac_word=$2
  2.1040  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2.1041  $as_echo_n "checking for $ac_word... " >&6; }
  2.1042 -if ${ac_cv_prog_ac_ct_PROPER_COMPILER_CC+:} false; then :
  2.1043 +if test "${ac_cv_prog_ac_ct_PROPER_COMPILER_CC+set}" = set; then :
  2.1044    $as_echo_n "(cached) " >&6
  2.1045  else
  2.1046    if test -n "$ac_ct_PROPER_COMPILER_CC"; then
  2.1047 @@ -19548,7 +19603,7 @@
  2.1048  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  2.1049  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2.1050  $as_echo_n "checking for $ac_word... " >&6; }
  2.1051 -if ${ac_cv_prog_CC+:} false; then :
  2.1052 +if test "${ac_cv_prog_CC+set}" = set; then :
  2.1053    $as_echo_n "(cached) " >&6
  2.1054  else
  2.1055    if test -n "$CC"; then
  2.1056 @@ -19592,7 +19647,7 @@
  2.1057  set dummy $ac_prog; ac_word=$2
  2.1058  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2.1059  $as_echo_n "checking for $ac_word... " >&6; }
  2.1060 -if ${ac_cv_prog_ac_ct_CC+:} false; then :
  2.1061 +if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
  2.1062    $as_echo_n "(cached) " >&6
  2.1063  else
  2.1064    if test -n "$ac_ct_CC"; then
  2.1065 @@ -19645,7 +19700,7 @@
  2.1066  test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  2.1067  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  2.1068  as_fn_error $? "no acceptable C compiler found in \$PATH
  2.1069 -See \`config.log' for more details" "$LINENO" 5; }
  2.1070 +See \`config.log' for more details" "$LINENO" 5 ; }
  2.1071  
  2.1072  # Provide some information about the compiler.
  2.1073  $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
  2.1074 @@ -19760,7 +19815,7 @@
  2.1075  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  2.1076  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  2.1077  as_fn_error 77 "C compiler cannot create executables
  2.1078 -See \`config.log' for more details" "$LINENO" 5; }
  2.1079 +See \`config.log' for more details" "$LINENO" 5 ; }
  2.1080  else
  2.1081    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  2.1082  $as_echo "yes" >&6; }
  2.1083 @@ -19803,7 +19858,7 @@
  2.1084    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  2.1085  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  2.1086  as_fn_error $? "cannot compute suffix of executables: cannot compile and link
  2.1087 -See \`config.log' for more details" "$LINENO" 5; }
  2.1088 +See \`config.log' for more details" "$LINENO" 5 ; }
  2.1089  fi
  2.1090  rm -f conftest conftest$ac_cv_exeext
  2.1091  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
  2.1092 @@ -19862,7 +19917,7 @@
  2.1093  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  2.1094  as_fn_error $? "cannot run C compiled programs.
  2.1095  If you meant to cross compile, use \`--host'.
  2.1096 -See \`config.log' for more details" "$LINENO" 5; }
  2.1097 +See \`config.log' for more details" "$LINENO" 5 ; }
  2.1098      fi
  2.1099    fi
  2.1100  fi
  2.1101 @@ -19873,7 +19928,7 @@
  2.1102  ac_clean_files=$ac_clean_files_save
  2.1103  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
  2.1104  $as_echo_n "checking for suffix of object files... " >&6; }
  2.1105 -if ${ac_cv_objext+:} false; then :
  2.1106 +if test "${ac_cv_objext+set}" = set; then :
  2.1107    $as_echo_n "(cached) " >&6
  2.1108  else
  2.1109    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2.1110 @@ -19914,7 +19969,7 @@
  2.1111  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  2.1112  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  2.1113  as_fn_error $? "cannot compute suffix of object files: cannot compile
  2.1114 -See \`config.log' for more details" "$LINENO" 5; }
  2.1115 +See \`config.log' for more details" "$LINENO" 5 ; }
  2.1116  fi
  2.1117  rm -f conftest.$ac_cv_objext conftest.$ac_ext
  2.1118  fi
  2.1119 @@ -19924,7 +19979,7 @@
  2.1120  ac_objext=$OBJEXT
  2.1121  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
  2.1122  $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
  2.1123 -if ${ac_cv_c_compiler_gnu+:} false; then :
  2.1124 +if test "${ac_cv_c_compiler_gnu+set}" = set; then :
  2.1125    $as_echo_n "(cached) " >&6
  2.1126  else
  2.1127    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2.1128 @@ -19961,7 +20016,7 @@
  2.1129  ac_save_CFLAGS=$CFLAGS
  2.1130  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
  2.1131  $as_echo_n "checking whether $CC accepts -g... " >&6; }
  2.1132 -if ${ac_cv_prog_cc_g+:} false; then :
  2.1133 +if test "${ac_cv_prog_cc_g+set}" = set; then :
  2.1134    $as_echo_n "(cached) " >&6
  2.1135  else
  2.1136    ac_save_c_werror_flag=$ac_c_werror_flag
  2.1137 @@ -20039,7 +20094,7 @@
  2.1138  fi
  2.1139  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
  2.1140  $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
  2.1141 -if ${ac_cv_prog_cc_c89+:} false; then :
  2.1142 +if test "${ac_cv_prog_cc_c89+set}" = set; then :
  2.1143    $as_echo_n "(cached) " >&6
  2.1144  else
  2.1145    ac_cv_prog_cc_c89=no
  2.1146 @@ -20162,7 +20217,7 @@
  2.1147  set dummy $ac_prog; ac_word=$2
  2.1148  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2.1149  $as_echo_n "checking for $ac_word... " >&6; }
  2.1150 -if ${ac_cv_path_TOOLS_DIR_CXX+:} false; then :
  2.1151 +if test "${ac_cv_path_TOOLS_DIR_CXX+set}" = set; then :
  2.1152    $as_echo_n "(cached) " >&6
  2.1153  else
  2.1154    case $TOOLS_DIR_CXX in
  2.1155 @@ -20214,7 +20269,7 @@
  2.1156  set dummy $ac_prog; ac_word=$2
  2.1157  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2.1158  $as_echo_n "checking for $ac_word... " >&6; }
  2.1159 -if ${ac_cv_path_POTENTIAL_CXX+:} false; then :
  2.1160 +if test "${ac_cv_path_POTENTIAL_CXX+set}" = set; then :
  2.1161    $as_echo_n "(cached) " >&6
  2.1162  else
  2.1163    case $POTENTIAL_CXX in
  2.1164 @@ -20627,7 +20682,7 @@
  2.1165  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  2.1166  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2.1167  $as_echo_n "checking for $ac_word... " >&6; }
  2.1168 -if ${ac_cv_prog_PROPER_COMPILER_CXX+:} false; then :
  2.1169 +if test "${ac_cv_prog_PROPER_COMPILER_CXX+set}" = set; then :
  2.1170    $as_echo_n "(cached) " >&6
  2.1171  else
  2.1172    if test -n "$PROPER_COMPILER_CXX"; then
  2.1173 @@ -20671,7 +20726,7 @@
  2.1174  set dummy $ac_prog; ac_word=$2
  2.1175  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2.1176  $as_echo_n "checking for $ac_word... " >&6; }
  2.1177 -if ${ac_cv_prog_ac_ct_PROPER_COMPILER_CXX+:} false; then :
  2.1178 +if test "${ac_cv_prog_ac_ct_PROPER_COMPILER_CXX+set}" = set; then :
  2.1179    $as_echo_n "(cached) " >&6
  2.1180  else
  2.1181    if test -n "$ac_ct_PROPER_COMPILER_CXX"; then
  2.1182 @@ -21125,7 +21180,7 @@
  2.1183  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  2.1184  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2.1185  $as_echo_n "checking for $ac_word... " >&6; }
  2.1186 -if ${ac_cv_prog_CXX+:} false; then :
  2.1187 +if test "${ac_cv_prog_CXX+set}" = set; then :
  2.1188    $as_echo_n "(cached) " >&6
  2.1189  else
  2.1190    if test -n "$CXX"; then
  2.1191 @@ -21169,7 +21224,7 @@
  2.1192  set dummy $ac_prog; ac_word=$2
  2.1193  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2.1194  $as_echo_n "checking for $ac_word... " >&6; }
  2.1195 -if ${ac_cv_prog_ac_ct_CXX+:} false; then :
  2.1196 +if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
  2.1197    $as_echo_n "(cached) " >&6
  2.1198  else
  2.1199    if test -n "$ac_ct_CXX"; then
  2.1200 @@ -21247,7 +21302,7 @@
  2.1201  
  2.1202  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
  2.1203  $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
  2.1204 -if ${ac_cv_cxx_compiler_gnu+:} false; then :
  2.1205 +if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
  2.1206    $as_echo_n "(cached) " >&6
  2.1207  else
  2.1208    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2.1209 @@ -21284,7 +21339,7 @@
  2.1210  ac_save_CXXFLAGS=$CXXFLAGS
  2.1211  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
  2.1212  $as_echo_n "checking whether $CXX accepts -g... " >&6; }
  2.1213 -if ${ac_cv_prog_cxx_g+:} false; then :
  2.1214 +if test "${ac_cv_prog_cxx_g+set}" = set; then :
  2.1215    $as_echo_n "(cached) " >&6
  2.1216  else
  2.1217    ac_save_cxx_werror_flag=$ac_cxx_werror_flag
  2.1218 @@ -21382,7 +21437,7 @@
  2.1219  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  2.1220  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2.1221  $as_echo_n "checking for $ac_word... " >&6; }
  2.1222 -if ${ac_cv_prog_OBJC+:} false; then :
  2.1223 +if test "${ac_cv_prog_OBJC+set}" = set; then :
  2.1224    $as_echo_n "(cached) " >&6
  2.1225  else
  2.1226    if test -n "$OBJC"; then
  2.1227 @@ -21426,7 +21481,7 @@
  2.1228  set dummy $ac_prog; ac_word=$2
  2.1229  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2.1230  $as_echo_n "checking for $ac_word... " >&6; }
  2.1231 -if ${ac_cv_prog_ac_ct_OBJC+:} false; then :
  2.1232 +if test "${ac_cv_prog_ac_ct_OBJC+set}" = set; then :
  2.1233    $as_echo_n "(cached) " >&6
  2.1234  else
  2.1235    if test -n "$ac_ct_OBJC"; then
  2.1236 @@ -21502,7 +21557,7 @@
  2.1237  
  2.1238  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU Objective C compiler" >&5
  2.1239  $as_echo_n "checking whether we are using the GNU Objective C compiler... " >&6; }
  2.1240 -if ${ac_cv_objc_compiler_gnu+:} false; then :
  2.1241 +if test "${ac_cv_objc_compiler_gnu+set}" = set; then :
  2.1242    $as_echo_n "(cached) " >&6
  2.1243  else
  2.1244    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2.1245 @@ -21539,7 +21594,7 @@
  2.1246  ac_save_OBJCFLAGS=$OBJCFLAGS
  2.1247  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $OBJC accepts -g" >&5
  2.1248  $as_echo_n "checking whether $OBJC accepts -g... " >&6; }
  2.1249 -if ${ac_cv_prog_objc_g+:} false; then :
  2.1250 +if test "${ac_cv_prog_objc_g+set}" = set; then :
  2.1251    $as_echo_n "(cached) " >&6
  2.1252  else
  2.1253    ac_save_objc_werror_flag=$ac_objc_werror_flag
  2.1254 @@ -21915,7 +21970,7 @@
  2.1255  set dummy ${ac_tool_prefix}ar; ac_word=$2
  2.1256  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2.1257  $as_echo_n "checking for $ac_word... " >&6; }
  2.1258 -if ${ac_cv_prog_AR+:} false; then :
  2.1259 +if test "${ac_cv_prog_AR+set}" = set; then :
  2.1260    $as_echo_n "(cached) " >&6
  2.1261  else
  2.1262    if test -n "$AR"; then
  2.1263 @@ -21955,7 +22010,7 @@
  2.1264  set dummy ar; ac_word=$2
  2.1265  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2.1266  $as_echo_n "checking for $ac_word... " >&6; }
  2.1267 -if ${ac_cv_prog_ac_ct_AR+:} false; then :
  2.1268 +if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
  2.1269    $as_echo_n "(cached) " >&6
  2.1270  else
  2.1271    if test -n "$ac_ct_AR"; then
  2.1272 @@ -22297,7 +22352,7 @@
  2.1273  set dummy link; ac_word=$2
  2.1274  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2.1275  $as_echo_n "checking for $ac_word... " >&6; }
  2.1276 -if ${ac_cv_prog_WINLD+:} false; then :
  2.1277 +if test "${ac_cv_prog_WINLD+set}" = set; then :
  2.1278    $as_echo_n "(cached) " >&6
  2.1279  else
  2.1280    if test -n "$WINLD"; then
  2.1281 @@ -22636,7 +22691,7 @@
  2.1282  set dummy mt; ac_word=$2
  2.1283  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2.1284  $as_echo_n "checking for $ac_word... " >&6; }
  2.1285 -if ${ac_cv_prog_MT+:} false; then :
  2.1286 +if test "${ac_cv_prog_MT+set}" = set; then :
  2.1287    $as_echo_n "(cached) " >&6
  2.1288  else
  2.1289    if test -n "$MT"; then
  2.1290 @@ -22957,7 +23012,7 @@
  2.1291  set dummy rc; ac_word=$2
  2.1292  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2.1293  $as_echo_n "checking for $ac_word... " >&6; }
  2.1294 -if ${ac_cv_prog_RC+:} false; then :
  2.1295 +if test "${ac_cv_prog_RC+set}" = set; then :
  2.1296    $as_echo_n "(cached) " >&6
  2.1297  else
  2.1298    if test -n "$RC"; then
  2.1299 @@ -23348,7 +23403,7 @@
  2.1300  set dummy lib; ac_word=$2
  2.1301  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2.1302  $as_echo_n "checking for $ac_word... " >&6; }
  2.1303 -if ${ac_cv_prog_WINAR+:} false; then :
  2.1304 +if test "${ac_cv_prog_WINAR+set}" = set; then :
  2.1305    $as_echo_n "(cached) " >&6
  2.1306  else
  2.1307    if test -n "$WINAR"; then
  2.1308 @@ -23654,7 +23709,7 @@
  2.1309  set dummy dumpbin; ac_word=$2
  2.1310  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2.1311  $as_echo_n "checking for $ac_word... " >&6; }
  2.1312 -if ${ac_cv_prog_DUMPBIN+:} false; then :
  2.1313 +if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
  2.1314    $as_echo_n "(cached) " >&6
  2.1315  else
  2.1316    if test -n "$DUMPBIN"; then
  2.1317 @@ -23973,7 +24028,7 @@
  2.1318    CPP=
  2.1319  fi
  2.1320  if test -z "$CPP"; then
  2.1321 -  if ${ac_cv_prog_CPP+:} false; then :
  2.1322 +  if test "${ac_cv_prog_CPP+set}" = set; then :
  2.1323    $as_echo_n "(cached) " >&6
  2.1324  else
  2.1325        # Double quotes because CPP needs to be expanded
  2.1326 @@ -24089,7 +24144,7 @@
  2.1327    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  2.1328  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  2.1329  as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
  2.1330 -See \`config.log' for more details" "$LINENO" 5; }
  2.1331 +See \`config.log' for more details" "$LINENO" 5 ; }
  2.1332  fi
  2.1333  
  2.1334  ac_ext=cpp
  2.1335 @@ -24373,7 +24428,7 @@
  2.1336  { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
  2.1337  $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
  2.1338  if test -z "$CXXCPP"; then
  2.1339 -  if ${ac_cv_prog_CXXCPP+:} false; then :
  2.1340 +  if test "${ac_cv_prog_CXXCPP+set}" = set; then :
  2.1341    $as_echo_n "(cached) " >&6
  2.1342  else
  2.1343        # Double quotes because CXXCPP needs to be expanded
  2.1344 @@ -24489,7 +24544,7 @@
  2.1345    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  2.1346  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  2.1347  as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
  2.1348 -See \`config.log' for more details" "$LINENO" 5; }
  2.1349 +See \`config.log' for more details" "$LINENO" 5 ; }
  2.1350  fi
  2.1351  
  2.1352  ac_ext=cpp
  2.1353 @@ -24791,7 +24846,7 @@
  2.1354  set dummy as; ac_word=$2
  2.1355  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2.1356  $as_echo_n "checking for $ac_word... " >&6; }
  2.1357 -if ${ac_cv_path_AS+:} false; then :
  2.1358 +if test "${ac_cv_path_AS+set}" = set; then :
  2.1359    $as_echo_n "(cached) " >&6
  2.1360  else
  2.1361    case $AS in
  2.1362 @@ -25105,7 +25160,7 @@
  2.1363  set dummy $ac_prog; ac_word=$2
  2.1364  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2.1365  $as_echo_n "checking for $ac_word... " >&6; }
  2.1366 -if ${ac_cv_path_NM+:} false; then :
  2.1367 +if test "${ac_cv_path_NM+set}" = set; then :
  2.1368    $as_echo_n "(cached) " >&6
  2.1369  else
  2.1370    case $NM in
  2.1371 @@ -25414,7 +25469,7 @@
  2.1372  set dummy strip; ac_word=$2
  2.1373  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2.1374  $as_echo_n "checking for $ac_word... " >&6; }
  2.1375 -if ${ac_cv_path_STRIP+:} false; then :
  2.1376 +if test "${ac_cv_path_STRIP+set}" = set; then :
  2.1377    $as_echo_n "(cached) " >&6
  2.1378  else
  2.1379    case $STRIP in
  2.1380 @@ -25720,7 +25775,7 @@
  2.1381  set dummy mcs; ac_word=$2
  2.1382  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2.1383  $as_echo_n "checking for $ac_word... " >&6; }
  2.1384 -if ${ac_cv_path_MCS+:} false; then :
  2.1385 +if test "${ac_cv_path_MCS+set}" = set; then :
  2.1386    $as_echo_n "(cached) " >&6
  2.1387  else
  2.1388    case $MCS in
  2.1389 @@ -26028,7 +26083,7 @@
  2.1390  set dummy ${ac_tool_prefix}nm; ac_word=$2
  2.1391  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2.1392  $as_echo_n "checking for $ac_word... " >&6; }
  2.1393 -if ${ac_cv_prog_NM+:} false; then :
  2.1394 +if test "${ac_cv_prog_NM+set}" = set; then :
  2.1395    $as_echo_n "(cached) " >&6
  2.1396  else
  2.1397    if test -n "$NM"; then
  2.1398 @@ -26068,7 +26123,7 @@
  2.1399  set dummy nm; ac_word=$2
  2.1400  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2.1401  $as_echo_n "checking for $ac_word... " >&6; }
  2.1402 -if ${ac_cv_prog_ac_ct_NM+:} false; then :
  2.1403 +if test "${ac_cv_prog_ac_ct_NM+set}" = set; then :
  2.1404    $as_echo_n "(cached) " >&6
  2.1405  else
  2.1406    if test -n "$ac_ct_NM"; then
  2.1407 @@ -26386,7 +26441,7 @@
  2.1408  set dummy ${ac_tool_prefix}strip; ac_word=$2
  2.1409  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2.1410  $as_echo_n "checking for $ac_word... " >&6; }
  2.1411 -if ${ac_cv_prog_STRIP+:} false; then :
  2.1412 +if test "${ac_cv_prog_STRIP+set}" = set; then :
  2.1413    $as_echo_n "(cached) " >&6
  2.1414  else
  2.1415    if test -n "$STRIP"; then
  2.1416 @@ -26426,7 +26481,7 @@
  2.1417  set dummy strip; ac_word=$2
  2.1418  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2.1419  $as_echo_n "checking for $ac_word... " >&6; }
  2.1420 -if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
  2.1421 +if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
  2.1422    $as_echo_n "(cached) " >&6
  2.1423  else
  2.1424    if test -n "$ac_ct_STRIP"; then
  2.1425 @@ -26751,7 +26806,7 @@
  2.1426  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  2.1427  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2.1428  $as_echo_n "checking for $ac_word... " >&6; }
  2.1429 -if ${ac_cv_prog_OBJCOPY+:} false; then :
  2.1430 +if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
  2.1431    $as_echo_n "(cached) " >&6
  2.1432  else
  2.1433    if test -n "$OBJCOPY"; then
  2.1434 @@ -26795,7 +26850,7 @@
  2.1435  set dummy $ac_prog; ac_word=$2
  2.1436  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2.1437  $as_echo_n "checking for $ac_word... " >&6; }
  2.1438 -if ${ac_cv_prog_ac_ct_OBJCOPY+:} false; then :
  2.1439 +if test "${ac_cv_prog_ac_ct_OBJCOPY+set}" = set; then :
  2.1440    $as_echo_n "(cached) " >&6
  2.1441  else
  2.1442    if test -n "$ac_ct_OBJCOPY"; then
  2.1443 @@ -27122,7 +27177,7 @@
  2.1444  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  2.1445  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2.1446  $as_echo_n "checking for $ac_word... " >&6; }
  2.1447 -if ${ac_cv_prog_OBJDUMP+:} false; then :
  2.1448 +if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
  2.1449    $as_echo_n "(cached) " >&6
  2.1450  else
  2.1451    if test -n "$OBJDUMP"; then
  2.1452 @@ -27166,7 +27221,7 @@
  2.1453  set dummy $ac_prog; ac_word=$2
  2.1454  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2.1455  $as_echo_n "checking for $ac_word... " >&6; }
  2.1456 -if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
  2.1457 +if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
  2.1458    $as_echo_n "(cached) " >&6
  2.1459  else
  2.1460    if test -n "$ac_ct_OBJDUMP"; then
  2.1461 @@ -27490,7 +27545,7 @@
  2.1462  set dummy lipo; ac_word=$2
  2.1463  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2.1464  $as_echo_n "checking for $ac_word... " >&6; }
  2.1465 -if ${ac_cv_path_LIPO+:} false; then :
  2.1466 +if test "${ac_cv_path_LIPO+set}" = set; then :
  2.1467    $as_echo_n "(cached) " >&6
  2.1468  else
  2.1469    case $LIPO in
  2.1470 @@ -27805,7 +27860,7 @@
  2.1471  
  2.1472  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
  2.1473  $as_echo_n "checking for ANSI C header files... " >&6; }
  2.1474 -if ${ac_cv_header_stdc+:} false; then :
  2.1475 +if test "${ac_cv_header_stdc+set}" = set; then :
  2.1476    $as_echo_n "(cached) " >&6
  2.1477  else
  2.1478    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2.1479 @@ -27981,7 +28036,7 @@
  2.1480  for ac_header in stdio.h
  2.1481  do :
  2.1482    ac_fn_cxx_check_header_mongrel "$LINENO" "stdio.h" "ac_cv_header_stdio_h" "$ac_includes_default"
  2.1483 -if test "x$ac_cv_header_stdio_h" = xyes; then :
  2.1484 +if test "x$ac_cv_header_stdio_h" = x""yes; then :
  2.1485    cat >>confdefs.h <<_ACEOF
  2.1486  #define HAVE_STDIO_H 1
  2.1487  _ACEOF
  2.1488 @@ -28010,7 +28065,7 @@
  2.1489  # This bug is HP SR number 8606223364.
  2.1490  { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int *" >&5
  2.1491  $as_echo_n "checking size of int *... " >&6; }
  2.1492 -if ${ac_cv_sizeof_int_p+:} false; then :
  2.1493 +if test "${ac_cv_sizeof_int_p+set}" = set; then :
  2.1494    $as_echo_n "(cached) " >&6
  2.1495  else
  2.1496    if ac_fn_cxx_compute_int "$LINENO" "(long int) (sizeof (int *))" "ac_cv_sizeof_int_p"        "$ac_includes_default"; then :
  2.1497 @@ -28020,7 +28075,7 @@
  2.1498       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  2.1499  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  2.1500  as_fn_error 77 "cannot compute sizeof (int *)
  2.1501 -See \`config.log' for more details" "$LINENO" 5; }
  2.1502 +See \`config.log' for more details" "$LINENO" 5 ; }
  2.1503     else
  2.1504       ac_cv_sizeof_int_p=0
  2.1505     fi
  2.1506 @@ -28067,7 +28122,7 @@
  2.1507  #
  2.1508   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
  2.1509  $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
  2.1510 -if ${ac_cv_c_bigendian+:} false; then :
  2.1511 +if test "${ac_cv_c_bigendian+set}" = set; then :
  2.1512    $as_echo_n "(cached) " >&6
  2.1513  else
  2.1514    ac_cv_c_bigendian=unknown
  2.1515 @@ -29079,8 +29134,8 @@
  2.1516    have_x=disabled
  2.1517  else
  2.1518    case $x_includes,$x_libraries in #(
  2.1519 -    *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
  2.1520 -    *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
  2.1521 +    *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5 ;; #(
  2.1522 +    *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
  2.1523    $as_echo_n "(cached) " >&6
  2.1524  else
  2.1525    # One or both of the vars are not set, and there is no cached value.
  2.1526 @@ -29357,7 +29412,7 @@
  2.1527  else
  2.1528    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
  2.1529  $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
  2.1530 -if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then :
  2.1531 +if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
  2.1532    $as_echo_n "(cached) " >&6
  2.1533  else
  2.1534    ac_check_lib_save_LIBS=$LIBS
  2.1535 @@ -29391,14 +29446,14 @@
  2.1536  fi
  2.1537  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
  2.1538  $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
  2.1539 -if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then :
  2.1540 +if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
  2.1541    X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
  2.1542  fi
  2.1543  
  2.1544      if test $ac_cv_lib_dnet_dnet_ntoa = no; then
  2.1545        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
  2.1546  $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
  2.1547 -if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then :
  2.1548 +if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
  2.1549    $as_echo_n "(cached) " >&6
  2.1550  else
  2.1551    ac_check_lib_save_LIBS=$LIBS
  2.1552 @@ -29432,7 +29487,7 @@
  2.1553  fi
  2.1554  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
  2.1555  $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
  2.1556 -if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then :
  2.1557 +if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
  2.1558    X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
  2.1559  fi
  2.1560  
  2.1561 @@ -29451,14 +29506,14 @@
  2.1562      # The functions gethostbyname, getservbyname, and inet_addr are
  2.1563      # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
  2.1564      ac_fn_cxx_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
  2.1565 -if test "x$ac_cv_func_gethostbyname" = xyes; then :
  2.1566 +if test "x$ac_cv_func_gethostbyname" = x""yes; then :
  2.1567  
  2.1568  fi
  2.1569  
  2.1570      if test $ac_cv_func_gethostbyname = no; then
  2.1571        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
  2.1572  $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
  2.1573 -if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
  2.1574 +if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
  2.1575    $as_echo_n "(cached) " >&6
  2.1576  else
  2.1577    ac_check_lib_save_LIBS=$LIBS
  2.1578 @@ -29492,14 +29547,14 @@
  2.1579  fi
  2.1580  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
  2.1581  $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
  2.1582 -if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
  2.1583 +if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
  2.1584    X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
  2.1585  fi
  2.1586  
  2.1587        if test $ac_cv_lib_nsl_gethostbyname = no; then
  2.1588  	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
  2.1589  $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
  2.1590 -if ${ac_cv_lib_bsd_gethostbyname+:} false; then :
  2.1591 +if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
  2.1592    $as_echo_n "(cached) " >&6
  2.1593  else
  2.1594    ac_check_lib_save_LIBS=$LIBS
  2.1595 @@ -29533,7 +29588,7 @@
  2.1596  fi
  2.1597  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
  2.1598  $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
  2.1599 -if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then :
  2.1600 +if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
  2.1601    X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
  2.1602  fi
  2.1603  
  2.1604 @@ -29548,14 +29603,14 @@
  2.1605      # must be given before -lnsl if both are needed.  We assume that
  2.1606      # if connect needs -lnsl, so does gethostbyname.
  2.1607      ac_fn_cxx_check_func "$LINENO" "connect" "ac_cv_func_connect"
  2.1608 -if test "x$ac_cv_func_connect" = xyes; then :
  2.1609 +if test "x$ac_cv_func_connect" = x""yes; then :
  2.1610  
  2.1611  fi
  2.1612  
  2.1613      if test $ac_cv_func_connect = no; then
  2.1614        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
  2.1615  $as_echo_n "checking for connect in -lsocket... " >&6; }
  2.1616 -if ${ac_cv_lib_socket_connect+:} false; then :
  2.1617 +if test "${ac_cv_lib_socket_connect+set}" = set; then :
  2.1618    $as_echo_n "(cached) " >&6
  2.1619  else
  2.1620    ac_check_lib_save_LIBS=$LIBS
  2.1621 @@ -29589,7 +29644,7 @@
  2.1622  fi
  2.1623  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
  2.1624  $as_echo "$ac_cv_lib_socket_connect" >&6; }
  2.1625 -if test "x$ac_cv_lib_socket_connect" = xyes; then :
  2.1626 +if test "x$ac_cv_lib_socket_connect" = x""yes; then :
  2.1627    X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
  2.1628  fi
  2.1629  
  2.1630 @@ -29597,14 +29652,14 @@
  2.1631  
  2.1632      # Guillermo Gomez says -lposix is necessary on A/UX.
  2.1633      ac_fn_cxx_check_func "$LINENO" "remove" "ac_cv_func_remove"
  2.1634 -if test "x$ac_cv_func_remove" = xyes; then :
  2.1635 +if test "x$ac_cv_func_remove" = x""yes; then :
  2.1636  
  2.1637  fi
  2.1638  
  2.1639      if test $ac_cv_func_remove = no; then
  2.1640        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
  2.1641  $as_echo_n "checking for remove in -lposix... " >&6; }
  2.1642 -if ${ac_cv_lib_posix_remove+:} false; then :
  2.1643 +if test "${ac_cv_lib_posix_remove+set}" = set; then :
  2.1644    $as_echo_n "(cached) " >&6
  2.1645  else
  2.1646    ac_check_lib_save_LIBS=$LIBS
  2.1647 @@ -29638,7 +29693,7 @@
  2.1648  fi
  2.1649  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
  2.1650  $as_echo "$ac_cv_lib_posix_remove" >&6; }
  2.1651 -if test "x$ac_cv_lib_posix_remove" = xyes; then :
  2.1652 +if test "x$ac_cv_lib_posix_remove" = x""yes; then :
  2.1653    X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
  2.1654  fi
  2.1655  
  2.1656 @@ -29646,14 +29701,14 @@
  2.1657  
  2.1658      # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
  2.1659      ac_fn_cxx_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
  2.1660 -if test "x$ac_cv_func_shmat" = xyes; then :
  2.1661 +if test "x$ac_cv_func_shmat" = x""yes; then :
  2.1662  
  2.1663  fi
  2.1664  
  2.1665      if test $ac_cv_func_shmat = no; then
  2.1666        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
  2.1667  $as_echo_n "checking for shmat in -lipc... " >&6; }
  2.1668 -if ${ac_cv_lib_ipc_shmat+:} false; then :
  2.1669 +if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
  2.1670    $as_echo_n "(cached) " >&6
  2.1671  else
  2.1672    ac_check_lib_save_LIBS=$LIBS
  2.1673 @@ -29687,7 +29742,7 @@
  2.1674  fi
  2.1675  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
  2.1676  $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
  2.1677 -if test "x$ac_cv_lib_ipc_shmat" = xyes; then :
  2.1678 +if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
  2.1679    X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
  2.1680  fi
  2.1681  
  2.1682 @@ -29705,7 +29760,7 @@
  2.1683    # John Interrante, Karl Berry
  2.1684    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
  2.1685  $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
  2.1686 -if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then :
  2.1687 +if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
  2.1688    $as_echo_n "(cached) " >&6
  2.1689  else
  2.1690    ac_check_lib_save_LIBS=$LIBS
  2.1691 @@ -29739,7 +29794,7 @@
  2.1692  fi
  2.1693  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
  2.1694  $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
  2.1695 -if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then :
  2.1696 +if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
  2.1697    X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
  2.1698  fi
  2.1699  
  2.1700 @@ -30752,7 +30807,7 @@
  2.1701              LDFLAGS="$FREETYPE2_LIBS"
  2.1702              { $as_echo "$as_me:${as_lineno-$LINENO}: checking for FT_Init_FreeType in -lfreetype" >&5
  2.1703  $as_echo_n "checking for FT_Init_FreeType in -lfreetype... " >&6; }
  2.1704 -if ${ac_cv_lib_freetype_FT_Init_FreeType+:} false; then :
  2.1705 +if test "${ac_cv_lib_freetype_FT_Init_FreeType+set}" = set; then :
  2.1706    $as_echo_n "(cached) " >&6
  2.1707  else
  2.1708    ac_check_lib_save_LIBS=$LIBS
  2.1709 @@ -30786,7 +30841,7 @@
  2.1710  fi
  2.1711  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_freetype_FT_Init_FreeType" >&5
  2.1712  $as_echo "$ac_cv_lib_freetype_FT_Init_FreeType" >&6; }
  2.1713 -if test "x$ac_cv_lib_freetype_FT_Init_FreeType" = xyes; then :
  2.1714 +if test "x$ac_cv_lib_freetype_FT_Init_FreeType" = x""yes; then :
  2.1715    FREETYPE2_FOUND=true
  2.1716  else
  2.1717    as_fn_error $? "Could not find freetype2! $HELP_MSG " "$LINENO" 5
  2.1718 @@ -31074,7 +31129,7 @@
  2.1719  	    for ac_header in alsa/asoundlib.h
  2.1720  do :
  2.1721    ac_fn_cxx_check_header_mongrel "$LINENO" "alsa/asoundlib.h" "ac_cv_header_alsa_asoundlib_h" "$ac_includes_default"
  2.1722 -if test "x$ac_cv_header_alsa_asoundlib_h" = xyes; then :
  2.1723 +if test "x$ac_cv_header_alsa_asoundlib_h" = x""yes; then :
  2.1724    cat >>confdefs.h <<_ACEOF
  2.1725  #define HAVE_ALSA_ASOUNDLIB_H 1
  2.1726  _ACEOF
  2.1727 @@ -31133,7 +31188,7 @@
  2.1728  USE_EXTERNAL_LIBJPEG=true
  2.1729  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -ljpeg" >&5
  2.1730  $as_echo_n "checking for main in -ljpeg... " >&6; }
  2.1731 -if ${ac_cv_lib_jpeg_main+:} false; then :
  2.1732 +if test "${ac_cv_lib_jpeg_main+set}" = set; then :
  2.1733    $as_echo_n "(cached) " >&6
  2.1734  else
  2.1735    ac_check_lib_save_LIBS=$LIBS
  2.1736 @@ -31161,7 +31216,7 @@
  2.1737  fi
  2.1738  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_jpeg_main" >&5
  2.1739  $as_echo "$ac_cv_lib_jpeg_main" >&6; }
  2.1740 -if test "x$ac_cv_lib_jpeg_main" = xyes; then :
  2.1741 +if test "x$ac_cv_lib_jpeg_main" = x""yes; then :
  2.1742    cat >>confdefs.h <<_ACEOF
  2.1743  #define HAVE_LIBJPEG 1
  2.1744  _ACEOF
  2.1745 @@ -31210,7 +31265,7 @@
  2.1746      USE_EXTERNAL_LIBGIF=false
  2.1747  elif test "x${with_giflib}" = "xsystem"; then
  2.1748      ac_fn_cxx_check_header_mongrel "$LINENO" "gif_lib.h" "ac_cv_header_gif_lib_h" "$ac_includes_default"
  2.1749 -if test "x$ac_cv_header_gif_lib_h" = xyes; then :
  2.1750 +if test "x$ac_cv_header_gif_lib_h" = x""yes; then :
  2.1751  
  2.1752  else
  2.1753     as_fn_error $? "--with-giflib=system specified, but gif_lib.h not found!" "$LINENO" 5
  2.1754 @@ -31219,7 +31274,7 @@
  2.1755  
  2.1756      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DGifGetCode in -lgif" >&5
  2.1757  $as_echo_n "checking for DGifGetCode in -lgif... " >&6; }
  2.1758 -if ${ac_cv_lib_gif_DGifGetCode+:} false; then :
  2.1759 +if test "${ac_cv_lib_gif_DGifGetCode+set}" = set; then :
  2.1760    $as_echo_n "(cached) " >&6
  2.1761  else
  2.1762    ac_check_lib_save_LIBS=$LIBS
  2.1763 @@ -31253,7 +31308,7 @@
  2.1764  fi
  2.1765  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gif_DGifGetCode" >&5
  2.1766  $as_echo "$ac_cv_lib_gif_DGifGetCode" >&6; }
  2.1767 -if test "x$ac_cv_lib_gif_DGifGetCode" = xyes; then :
  2.1768 +if test "x$ac_cv_lib_gif_DGifGetCode" = x""yes; then :
  2.1769    cat >>confdefs.h <<_ACEOF
  2.1770  #define HAVE_LIBGIF 1
  2.1771  _ACEOF
  2.1772 @@ -31285,7 +31340,7 @@
  2.1773  
  2.1774  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compress in -lz" >&5
  2.1775  $as_echo_n "checking for compress in -lz... " >&6; }
  2.1776 -if ${ac_cv_lib_z_compress+:} false; then :
  2.1777 +if test "${ac_cv_lib_z_compress+set}" = set; then :
  2.1778    $as_echo_n "(cached) " >&6
  2.1779  else
  2.1780    ac_check_lib_save_LIBS=$LIBS
  2.1781 @@ -31319,7 +31374,7 @@
  2.1782  fi
  2.1783  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_compress" >&5
  2.1784  $as_echo "$ac_cv_lib_z_compress" >&6; }
  2.1785 -if test "x$ac_cv_lib_z_compress" = xyes; then :
  2.1786 +if test "x$ac_cv_lib_z_compress" = x""yes; then :
  2.1787     ZLIB_FOUND=yes
  2.1788  else
  2.1789     ZLIB_FOUND=no
  2.1790 @@ -31412,7 +31467,7 @@
  2.1791  
  2.1792  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
  2.1793  $as_echo_n "checking for cos in -lm... " >&6; }
  2.1794 -if ${ac_cv_lib_m_cos+:} false; then :
  2.1795 +if test "${ac_cv_lib_m_cos+set}" = set; then :
  2.1796    $as_echo_n "(cached) " >&6
  2.1797  else
  2.1798    ac_check_lib_save_LIBS=$LIBS
  2.1799 @@ -31446,7 +31501,7 @@
  2.1800  fi
  2.1801  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
  2.1802  $as_echo "$ac_cv_lib_m_cos" >&6; }
  2.1803 -if test "x$ac_cv_lib_m_cos" = xyes; then :
  2.1804 +if test "x$ac_cv_lib_m_cos" = x""yes; then :
  2.1805    cat >>confdefs.h <<_ACEOF
  2.1806  #define HAVE_LIBM 1
  2.1807  _ACEOF
  2.1808 @@ -31470,7 +31525,7 @@
  2.1809  LIBS=""
  2.1810  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
  2.1811  $as_echo_n "checking for dlopen in -ldl... " >&6; }
  2.1812 -if ${ac_cv_lib_dl_dlopen+:} false; then :
  2.1813 +if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
  2.1814    $as_echo_n "(cached) " >&6
  2.1815  else
  2.1816    ac_check_lib_save_LIBS=$LIBS
  2.1817 @@ -31504,7 +31559,7 @@
  2.1818  fi
  2.1819  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
  2.1820  $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
  2.1821 -if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
  2.1822 +if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
  2.1823    cat >>confdefs.h <<_ACEOF
  2.1824  #define HAVE_LIBDL 1
  2.1825  _ACEOF
  2.1826 @@ -32194,7 +32249,7 @@
  2.1827  set dummy ccache; ac_word=$2
  2.1828  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  2.1829  $as_echo_n "checking for $ac_word... " >&6; }
  2.1830 -if ${ac_cv_path_CCACHE+:} false; then :
  2.1831 +if test "${ac_cv_path_CCACHE+set}" = set; then :
  2.1832    $as_echo_n "(cached) " >&6
  2.1833  else
  2.1834    case $CCACHE in
  2.1835 @@ -32455,21 +32510,10 @@
  2.1836       :end' >>confcache
  2.1837  if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
  2.1838    if test -w "$cache_file"; then
  2.1839 -    if test "x$cache_file" != "x/dev/null"; then
  2.1840 +    test "x$cache_file" != "x/dev/null" &&
  2.1841        { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
  2.1842  $as_echo "$as_me: updating cache $cache_file" >&6;}
  2.1843 -      if test ! -f "$cache_file" || test -h "$cache_file"; then
  2.1844 -	cat confcache >"$cache_file"
  2.1845 -      else
  2.1846 -        case $cache_file in #(
  2.1847 -        */* | ?:*)
  2.1848 -	  mv -f confcache "$cache_file"$$ &&
  2.1849 -	  mv -f "$cache_file"$$ "$cache_file" ;; #(
  2.1850 -        *)
  2.1851 -	  mv -f confcache "$cache_file" ;;
  2.1852 -	esac
  2.1853 -      fi
  2.1854 -    fi
  2.1855 +    cat confcache >$cache_file
  2.1856    else
  2.1857      { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
  2.1858  $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
  2.1859 @@ -32501,7 +32545,7 @@
  2.1860  
  2.1861  
  2.1862  
  2.1863 -: "${CONFIG_STATUS=./config.status}"
  2.1864 +: ${CONFIG_STATUS=./config.status}
  2.1865  ac_write_fail=0
  2.1866  ac_clean_files_save=$ac_clean_files
  2.1867  ac_clean_files="$ac_clean_files $CONFIG_STATUS"
  2.1868 @@ -32602,7 +32646,6 @@
  2.1869  IFS=" ""	$as_nl"
  2.1870  
  2.1871  # Find who we are.  Look in the path if we contain no directory separator.
  2.1872 -as_myself=
  2.1873  case $0 in #((
  2.1874    *[\\/]* ) as_myself=$0 ;;
  2.1875    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  2.1876 @@ -32910,7 +32953,7 @@
  2.1877  # values after options handling.
  2.1878  ac_log="
  2.1879  This file was extended by OpenJDK $as_me jdk8, which was
  2.1880 -generated by GNU Autoconf 2.68.  Invocation command line was
  2.1881 +generated by GNU Autoconf 2.67.  Invocation command line was
  2.1882  
  2.1883    CONFIG_FILES    = $CONFIG_FILES
  2.1884    CONFIG_HEADERS  = $CONFIG_HEADERS
  2.1885 @@ -32973,7 +33016,7 @@
  2.1886  ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
  2.1887  ac_cs_version="\\
  2.1888  OpenJDK config.status jdk8
  2.1889 -configured by $0, generated by GNU Autoconf 2.68,
  2.1890 +configured by $0, generated by GNU Autoconf 2.67,
  2.1891    with options \\"\$ac_cs_config\\"
  2.1892  
  2.1893  Copyright (C) 2010 Free Software Foundation, Inc.
  2.1894 @@ -33102,7 +33145,7 @@
  2.1895      "$OUTPUT_ROOT/spec.sh") CONFIG_FILES="$CONFIG_FILES $OUTPUT_ROOT/spec.sh:$AUTOCONF_DIR/spec.sh.in" ;;
  2.1896      "$OUTPUT_ROOT/Makefile") CONFIG_FILES="$CONFIG_FILES $OUTPUT_ROOT/Makefile:$AUTOCONF_DIR/Makefile.in" ;;
  2.1897  
  2.1898 -  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
  2.1899 +  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
  2.1900    esac
  2.1901  done
  2.1902  
  2.1903 @@ -33124,10 +33167,9 @@
  2.1904  # after its creation but before its name has been assigned to `$tmp'.
  2.1905  $debug ||
  2.1906  {
  2.1907 -  tmp= ac_tmp=
  2.1908 +  tmp=
  2.1909    trap 'exit_status=$?
  2.1910 -  : "${ac_tmp:=$tmp}"
  2.1911 -  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
  2.1912 +  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
  2.1913  ' 0
  2.1914    trap 'as_fn_exit 1' 1 2 13 15
  2.1915  }
  2.1916 @@ -33135,13 +33177,12 @@
  2.1917  
  2.1918  {
  2.1919    tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
  2.1920 -  test -d "$tmp"
  2.1921 +  test -n "$tmp" && test -d "$tmp"
  2.1922  }  ||
  2.1923  {
  2.1924    tmp=./conf$$-$RANDOM
  2.1925    (umask 077 && mkdir "$tmp")
  2.1926  } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
  2.1927 -ac_tmp=$tmp
  2.1928  
  2.1929  # Set up the scripts for CONFIG_FILES section.
  2.1930  # No need to generate them if there are no CONFIG_FILES.
  2.1931 @@ -33163,7 +33204,7 @@
  2.1932    ac_cs_awk_cr=$ac_cr
  2.1933  fi
  2.1934  
  2.1935 -echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
  2.1936 +echo 'BEGIN {' >"$tmp/subs1.awk" &&
  2.1937  _ACEOF
  2.1938  
  2.1939  
  2.1940 @@ -33191,7 +33232,7 @@
  2.1941  rm -f conf$$subs.sh
  2.1942  
  2.1943  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  2.1944 -cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
  2.1945 +cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
  2.1946  _ACEOF
  2.1947  sed -n '
  2.1948  h
  2.1949 @@ -33239,7 +33280,7 @@
  2.1950  rm -f conf$$subs.awk
  2.1951  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  2.1952  _ACAWK
  2.1953 -cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
  2.1954 +cat >>"\$tmp/subs1.awk" <<_ACAWK &&
  2.1955    for (key in S) S_is_set[key] = 1
  2.1956    FS = ""
  2.1957  
  2.1958 @@ -33271,7 +33312,7 @@
  2.1959    sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
  2.1960  else
  2.1961    cat
  2.1962 -fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
  2.1963 +fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
  2.1964    || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
  2.1965  _ACEOF
  2.1966  
  2.1967 @@ -33305,7 +33346,7 @@
  2.1968  # No need to generate them if there are no CONFIG_HEADERS.
  2.1969  # This happens for instance with `./config.status Makefile'.
  2.1970  if test -n "$CONFIG_HEADERS"; then
  2.1971 -cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
  2.1972 +cat >"$tmp/defines.awk" <<\_ACAWK ||
  2.1973  BEGIN {
  2.1974  _ACEOF
  2.1975  
  2.1976 @@ -33317,8 +33358,8 @@
  2.1977  # handling of long lines.
  2.1978  ac_delim='%!_!# '
  2.1979  for ac_last_try in false false :; do
  2.1980 -  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
  2.1981 -  if test -z "$ac_tt"; then
  2.1982 +  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
  2.1983 +  if test -z "$ac_t"; then
  2.1984      break
  2.1985    elif $ac_last_try; then
  2.1986      as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
  2.1987 @@ -33419,7 +33460,7 @@
  2.1988    esac
  2.1989    case $ac_mode$ac_tag in
  2.1990    :[FHL]*:*);;
  2.1991 -  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
  2.1992 +  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
  2.1993    :[FH]-) ac_tag=-:-;;
  2.1994    :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
  2.1995    esac
  2.1996 @@ -33438,7 +33479,7 @@
  2.1997      for ac_f
  2.1998      do
  2.1999        case $ac_f in
  2.2000 -      -) ac_f="$ac_tmp/stdin";;
  2.2001 +      -) ac_f="$tmp/stdin";;
  2.2002        *) # Look for the file first in the build tree, then in the source tree
  2.2003  	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
  2.2004  	 # because $ac_f cannot contain `:'.
  2.2005 @@ -33447,7 +33488,7 @@
  2.2006  	   [\\/$]*) false;;
  2.2007  	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
  2.2008  	   esac ||
  2.2009 -	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
  2.2010 +	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
  2.2011        esac
  2.2012        case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
  2.2013        as_fn_append ac_file_inputs " '$ac_f'"
  2.2014 @@ -33473,8 +33514,8 @@
  2.2015      esac
  2.2016  
  2.2017      case $ac_tag in
  2.2018 -    *:-:* | *:-) cat >"$ac_tmp/stdin" \
  2.2019 -      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
  2.2020 +    *:-:* | *:-) cat >"$tmp/stdin" \
  2.2021 +      || as_fn_error $? "could not create $ac_file" "$LINENO" 5  ;;
  2.2022      esac
  2.2023      ;;
  2.2024    esac
  2.2025 @@ -33599,22 +33640,21 @@
  2.2026  s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
  2.2027  $ac_datarootdir_hack
  2.2028  "
  2.2029 -eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
  2.2030 -  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  2.2031 +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
  2.2032 +  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  2.2033  
  2.2034  test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
  2.2035 -  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
  2.2036 -  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
  2.2037 -      "$ac_tmp/out"`; test -z "$ac_out"; } &&
  2.2038 +  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
  2.2039 +  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
  2.2040    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
  2.2041  which seems to be undefined.  Please make sure it is defined" >&5
  2.2042  $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
  2.2043  which seems to be undefined.  Please make sure it is defined" >&2;}
  2.2044  
  2.2045 -  rm -f "$ac_tmp/stdin"
  2.2046 +  rm -f "$tmp/stdin"
  2.2047    case $ac_file in
  2.2048 -  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
  2.2049 -  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
  2.2050 +  -) cat "$tmp/out" && rm -f "$tmp/out";;
  2.2051 +  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
  2.2052    esac \
  2.2053    || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  2.2054   ;;
  2.2055 @@ -33625,20 +33665,20 @@
  2.2056    if test x"$ac_file" != x-; then
  2.2057      {
  2.2058        $as_echo "/* $configure_input  */" \
  2.2059 -      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
  2.2060 -    } >"$ac_tmp/config.h" \
  2.2061 +      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
  2.2062 +    } >"$tmp/config.h" \
  2.2063        || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  2.2064 -    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
  2.2065 +    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
  2.2066        { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
  2.2067  $as_echo "$as_me: $ac_file is unchanged" >&6;}
  2.2068      else
  2.2069        rm -f "$ac_file"
  2.2070 -      mv "$ac_tmp/config.h" "$ac_file" \
  2.2071 +      mv "$tmp/config.h" "$ac_file" \
  2.2072  	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
  2.2073      fi
  2.2074    else
  2.2075      $as_echo "/* $configure_input  */" \
  2.2076 -      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
  2.2077 +      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
  2.2078        || as_fn_error $? "could not create -" "$LINENO" 5
  2.2079    fi
  2.2080   ;;
     3.1 --- a/common/autoconf/spec.gmk.in	Thu Apr 04 09:25:58 2013 +0200
     3.2 +++ b/common/autoconf/spec.gmk.in	Fri Apr 05 09:38:54 2013 +0200
     3.3 @@ -523,6 +523,7 @@
     3.4  HG:=@HG@
     3.5  OBJCOPY:=@OBJCOPY@
     3.6  SETFILE:=@SETFILE@
     3.7 +XATTR:=@XATTR@
     3.8  
     3.9  FIXPATH:=@FIXPATH@
    3.10  
     4.1 --- a/common/makefiles/MakeBase.gmk	Thu Apr 04 09:25:58 2013 +0200
     4.2 +++ b/common/makefiles/MakeBase.gmk	Fri Apr 05 09:38:54 2013 +0200
     4.3 @@ -374,15 +374,24 @@
     4.4  
     4.5  ifeq ($(OPENJDK_TARGET_OS),solaris)
     4.6  # On Solaris, if the target is a symlink and exists, cp won't overwrite.
     4.7 +# Cp has to operate in recursive mode to allow for -P flag, to preserve soft links. If the
     4.8 +# name of the target file differs from the source file, rename after copy.
     4.9  define install-file
    4.10  	$(MKDIR) -p $(@D)
    4.11  	$(RM) '$@'
    4.12  	$(CP) -f -r -P '$<' '$(@D)'
    4.13 +	if [ "$(@F)" != "$(<F)" ]; then $(MV) '$(@D)/$(<F)' '$@'; fi
    4.14  endef
    4.15  else ifeq ($(OPENJDK_TARGET_OS),macosx)
    4.16 +# On mac, extended attributes sometimes creep into the source files, which may later 
    4.17 +# cause the creation of ._* files which confuses testing. Clear these with xattr if
    4.18 +# set. Some files get their write permissions removed after being copied to the 
    4.19 +# output dir. When these are copied again to images, xattr would fail. By only clearing
    4.20 +# attributes when they are present, failing on this is avoided.
    4.21  define install-file
    4.22  	$(MKDIR) -p $(@D)
    4.23 -	$(CP) -fpRP '$<' '$@'
    4.24 +	$(CP) -fRP '$<' '$@'
    4.25 +	if [ -n "`$(XATTR) -l '$@'`" ]; then $(XATTR) -c '$@'; fi
    4.26  endef
    4.27  else
    4.28  define install-file

mercurial