common/autoconf/generated-configure.sh

changeset 900
ddf76977d04a
parent 899
96f207364e46
parent 783
92facce22941
child 901
8b92b08993a8
     1.1 --- a/common/autoconf/generated-configure.sh	Tue Aug 27 16:05:30 2013 -0300
     1.2 +++ b/common/autoconf/generated-configure.sh	Fri Sep 13 10:14:55 2013 -0300
     1.3 @@ -1,13 +1,11 @@
     1.4  #! /bin/sh
     1.5  # Guess values for system-dependent variables and create Makefiles.
     1.6 -# Generated by GNU Autoconf 2.67 for OpenJDK jdk8.
     1.7 +# Generated by GNU Autoconf 2.69 for OpenJDK jdk8.
     1.8  #
     1.9  # Report bugs to <build-dev@openjdk.java.net>.
    1.10  #
    1.11  #
    1.12 -# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    1.13 -# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
    1.14 -# Foundation, Inc.
    1.15 +# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
    1.16  #
    1.17  #
    1.18  # This configure script is free software; the Free Software Foundation
    1.19 @@ -91,6 +89,7 @@
    1.20  IFS=" ""	$as_nl"
    1.21  
    1.22  # Find who we are.  Look in the path if we contain no directory separator.
    1.23 +as_myself=
    1.24  case $0 in #((
    1.25    *[\\/]* ) as_myself=$0 ;;
    1.26    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    1.27 @@ -135,6 +134,31 @@
    1.28  # CDPATH.
    1.29  (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
    1.30  
    1.31 +# Use a proper internal environment variable to ensure we don't fall
    1.32 +  # into an infinite loop, continuously re-executing ourselves.
    1.33 +  if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
    1.34 +    _as_can_reexec=no; export _as_can_reexec;
    1.35 +    # We cannot yet assume a decent shell, so we have to provide a
    1.36 +# neutralization value for shells without unset; and this also
    1.37 +# works around shells that cannot unset nonexistent variables.
    1.38 +# Preserve -v and -x to the replacement shell.
    1.39 +BASH_ENV=/dev/null
    1.40 +ENV=/dev/null
    1.41 +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
    1.42 +case $- in # ((((
    1.43 +  *v*x* | *x*v* ) as_opts=-vx ;;
    1.44 +  *v* ) as_opts=-v ;;
    1.45 +  *x* ) as_opts=-x ;;
    1.46 +  * ) as_opts= ;;
    1.47 +esac
    1.48 +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
    1.49 +# Admittedly, this is quite paranoid, since all the known shells bail
    1.50 +# out after a failed `exec'.
    1.51 +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
    1.52 +as_fn_exit 255
    1.53 +  fi
    1.54 +  # We don't want this to propagate to other subprocesses.
    1.55 +          { _as_can_reexec=; unset _as_can_reexec;}
    1.56  if test "x$CONFIG_SHELL" = x; then
    1.57    as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
    1.58    emulate sh
    1.59 @@ -168,7 +192,8 @@
    1.60  else
    1.61    exitcode=1; echo positional parameters were not saved.
    1.62  fi
    1.63 -test x\$exitcode = x0 || exit 1"
    1.64 +test x\$exitcode = x0 || exit 1
    1.65 +test -x / || exit 1"
    1.66    as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
    1.67    as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
    1.68    eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
    1.69 @@ -213,14 +238,25 @@
    1.70  
    1.71  
    1.72        if test "x$CONFIG_SHELL" != x; then :
    1.73 -  # We cannot yet assume a decent shell, so we have to provide a
    1.74 -	# neutralization value for shells without unset; and this also
    1.75 -	# works around shells that cannot unset nonexistent variables.
    1.76 -	BASH_ENV=/dev/null
    1.77 -	ENV=/dev/null
    1.78 -	(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
    1.79 -	export CONFIG_SHELL
    1.80 -	exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
    1.81 +  export CONFIG_SHELL
    1.82 +             # We cannot yet assume a decent shell, so we have to provide a
    1.83 +# neutralization value for shells without unset; and this also
    1.84 +# works around shells that cannot unset nonexistent variables.
    1.85 +# Preserve -v and -x to the replacement shell.
    1.86 +BASH_ENV=/dev/null
    1.87 +ENV=/dev/null
    1.88 +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
    1.89 +case $- in # ((((
    1.90 +  *v*x* | *x*v* ) as_opts=-vx ;;
    1.91 +  *v* ) as_opts=-v ;;
    1.92 +  *x* ) as_opts=-x ;;
    1.93 +  * ) as_opts= ;;
    1.94 +esac
    1.95 +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
    1.96 +# Admittedly, this is quite paranoid, since all the known shells bail
    1.97 +# out after a failed `exec'.
    1.98 +$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
    1.99 +exit 255
   1.100  fi
   1.101  
   1.102      if test x$as_have_required = xno; then :
   1.103 @@ -323,6 +359,14 @@
   1.104  
   1.105  
   1.106  } # as_fn_mkdir_p
   1.107 +
   1.108 +# as_fn_executable_p FILE
   1.109 +# -----------------------
   1.110 +# Test if FILE is an executable regular file.
   1.111 +as_fn_executable_p ()
   1.112 +{
   1.113 +  test -f "$1" && test -x "$1"
   1.114 +} # as_fn_executable_p
   1.115  # as_fn_append VAR VALUE
   1.116  # ----------------------
   1.117  # Append the text in VALUE to the end of the definition contained in VAR. Take
   1.118 @@ -444,6 +488,10 @@
   1.119    chmod +x "$as_me.lineno" ||
   1.120      { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
   1.121  
   1.122 +  # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
   1.123 +  # already done that, so ensure we don't try to do so again and fall
   1.124 +  # in an infinite loop.  This has already happened in practice.
   1.125 +  _as_can_reexec=no; export _as_can_reexec
   1.126    # Don't try to exec as it changes $[0], causing all sort of problems
   1.127    # (the dirname of $[0] is not the place where we might find the
   1.128    # original and so on.  Autoconf is especially sensitive to this).
   1.129 @@ -478,16 +526,16 @@
   1.130      # ... but there are two gotchas:
   1.131      # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
   1.132      # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
   1.133 -    # In both cases, we have to default to `cp -p'.
   1.134 +    # In both cases, we have to default to `cp -pR'.
   1.135      ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
   1.136 -      as_ln_s='cp -p'
   1.137 +      as_ln_s='cp -pR'
   1.138    elif ln conf$$.file conf$$ 2>/dev/null; then
   1.139      as_ln_s=ln
   1.140    else
   1.141 -    as_ln_s='cp -p'
   1.142 -  fi
   1.143 -else
   1.144 -  as_ln_s='cp -p'
   1.145 +    as_ln_s='cp -pR'
   1.146 +  fi
   1.147 +else
   1.148 +  as_ln_s='cp -pR'
   1.149  fi
   1.150  rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
   1.151  rmdir conf$$.dir 2>/dev/null
   1.152 @@ -499,28 +547,8 @@
   1.153    as_mkdir_p=false
   1.154  fi
   1.155  
   1.156 -if test -x / >/dev/null 2>&1; then
   1.157 -  as_test_x='test -x'
   1.158 -else
   1.159 -  if ls -dL / >/dev/null 2>&1; then
   1.160 -    as_ls_L_option=L
   1.161 -  else
   1.162 -    as_ls_L_option=
   1.163 -  fi
   1.164 -  as_test_x='
   1.165 -    eval sh -c '\''
   1.166 -      if test -d "$1"; then
   1.167 -	test -d "$1/.";
   1.168 -      else
   1.169 -	case $1 in #(
   1.170 -	-*)set "./$1";;
   1.171 -	esac;
   1.172 -	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
   1.173 -	???[sx]*):;;*)false;;esac;fi
   1.174 -    '\'' sh
   1.175 -  '
   1.176 -fi
   1.177 -as_executable_p=$as_test_x
   1.178 +as_test_x='test -x'
   1.179 +as_executable_p=as_fn_executable_p
   1.180  
   1.181  # Sed expression to map a string onto a valid CPP name.
   1.182  as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
   1.183 @@ -1462,7 +1490,7 @@
   1.184      $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
   1.185      expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
   1.186        $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
   1.187 -    : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
   1.188 +    : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
   1.189      ;;
   1.190  
   1.191    esac
   1.192 @@ -1513,8 +1541,6 @@
   1.193  if test "x$host_alias" != x; then
   1.194    if test "x$build_alias" = x; then
   1.195      cross_compiling=maybe
   1.196 -    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
   1.197 -    If a cross compiler is detected then cross compile mode will be used" >&2
   1.198    elif test "x$build_alias" != "x$host_alias"; then
   1.199      cross_compiling=yes
   1.200    fi
   1.201 @@ -1898,9 +1924,9 @@
   1.202  if $ac_init_version; then
   1.203    cat <<\_ACEOF
   1.204  OpenJDK configure jdk8
   1.205 -generated by GNU Autoconf 2.67
   1.206 -
   1.207 -Copyright (C) 2010 Free Software Foundation, Inc.
   1.208 +generated by GNU Autoconf 2.69
   1.209 +
   1.210 +Copyright (C) 2012 Free Software Foundation, Inc.
   1.211  This configure script is free software; the Free Software Foundation
   1.212  gives unlimited permission to copy, distribute and modify it.
   1.213  _ACEOF
   1.214 @@ -1944,7 +1970,7 @@
   1.215  
   1.216  	ac_retval=1
   1.217  fi
   1.218 -  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
   1.219 +  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   1.220    as_fn_set_status $ac_retval
   1.221  
   1.222  } # ac_fn_c_try_compile
   1.223 @@ -1982,7 +2008,7 @@
   1.224  
   1.225  	ac_retval=1
   1.226  fi
   1.227 -  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
   1.228 +  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   1.229    as_fn_set_status $ac_retval
   1.230  
   1.231  } # ac_fn_cxx_try_compile
   1.232 @@ -2020,7 +2046,7 @@
   1.233  
   1.234  	ac_retval=1
   1.235  fi
   1.236 -  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
   1.237 +  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   1.238    as_fn_set_status $ac_retval
   1.239  
   1.240  } # ac_fn_objc_try_compile
   1.241 @@ -2057,7 +2083,7 @@
   1.242  
   1.243      ac_retval=1
   1.244  fi
   1.245 -  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
   1.246 +  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   1.247    as_fn_set_status $ac_retval
   1.248  
   1.249  } # ac_fn_c_try_cpp
   1.250 @@ -2094,7 +2120,7 @@
   1.251  
   1.252      ac_retval=1
   1.253  fi
   1.254 -  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
   1.255 +  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   1.256    as_fn_set_status $ac_retval
   1.257  
   1.258  } # ac_fn_cxx_try_cpp
   1.259 @@ -2107,10 +2133,10 @@
   1.260  ac_fn_cxx_check_header_mongrel ()
   1.261  {
   1.262    as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   1.263 -  if eval "test \"\${$3+set}\"" = set; then :
   1.264 +  if eval \${$3+:} false; then :
   1.265    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
   1.266  $as_echo_n "checking for $2... " >&6; }
   1.267 -if eval "test \"\${$3+set}\"" = set; then :
   1.268 +if eval \${$3+:} false; then :
   1.269    $as_echo_n "(cached) " >&6
   1.270  fi
   1.271  eval ac_res=\$$3
   1.272 @@ -2177,7 +2203,7 @@
   1.273  esac
   1.274    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
   1.275  $as_echo_n "checking for $2... " >&6; }
   1.276 -if eval "test \"\${$3+set}\"" = set; then :
   1.277 +if eval \${$3+:} false; then :
   1.278    $as_echo_n "(cached) " >&6
   1.279  else
   1.280    eval "$3=\$ac_header_compiler"
   1.281 @@ -2186,7 +2212,7 @@
   1.282  	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
   1.283  $as_echo "$ac_res" >&6; }
   1.284  fi
   1.285 -  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
   1.286 +  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   1.287  
   1.288  } # ac_fn_cxx_check_header_mongrel
   1.289  
   1.290 @@ -2227,7 +2253,7 @@
   1.291         ac_retval=$ac_status
   1.292  fi
   1.293    rm -rf conftest.dSYM conftest_ipa8_conftest.oo
   1.294 -  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
   1.295 +  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   1.296    as_fn_set_status $ac_retval
   1.297  
   1.298  } # ac_fn_cxx_try_run
   1.299 @@ -2241,7 +2267,7 @@
   1.300    as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   1.301    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
   1.302  $as_echo_n "checking for $2... " >&6; }
   1.303 -if eval "test \"\${$3+set}\"" = set; then :
   1.304 +if eval \${$3+:} false; then :
   1.305    $as_echo_n "(cached) " >&6
   1.306  else
   1.307    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   1.308 @@ -2259,7 +2285,7 @@
   1.309  eval ac_res=\$$3
   1.310  	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
   1.311  $as_echo "$ac_res" >&6; }
   1.312 -  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
   1.313 +  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   1.314  
   1.315  } # ac_fn_cxx_check_header_compile
   1.316  
   1.317 @@ -2280,7 +2306,8 @@
   1.318  main ()
   1.319  {
   1.320  static int test_array [1 - 2 * !(($2) >= 0)];
   1.321 -test_array [0] = 0
   1.322 +test_array [0] = 0;
   1.323 +return test_array [0];
   1.324  
   1.325    ;
   1.326    return 0;
   1.327 @@ -2296,7 +2323,8 @@
   1.328  main ()
   1.329  {
   1.330  static int test_array [1 - 2 * !(($2) <= $ac_mid)];
   1.331 -test_array [0] = 0
   1.332 +test_array [0] = 0;
   1.333 +return test_array [0];
   1.334  
   1.335    ;
   1.336    return 0;
   1.337 @@ -2322,7 +2350,8 @@
   1.338  main ()
   1.339  {
   1.340  static int test_array [1 - 2 * !(($2) < 0)];
   1.341 -test_array [0] = 0
   1.342 +test_array [0] = 0;
   1.343 +return test_array [0];
   1.344  
   1.345    ;
   1.346    return 0;
   1.347 @@ -2338,7 +2367,8 @@
   1.348  main ()
   1.349  {
   1.350  static int test_array [1 - 2 * !(($2) >= $ac_mid)];
   1.351 -test_array [0] = 0
   1.352 +test_array [0] = 0;
   1.353 +return test_array [0];
   1.354  
   1.355    ;
   1.356    return 0;
   1.357 @@ -2372,7 +2402,8 @@
   1.358  main ()
   1.359  {
   1.360  static int test_array [1 - 2 * !(($2) <= $ac_mid)];
   1.361 -test_array [0] = 0
   1.362 +test_array [0] = 0;
   1.363 +return test_array [0];
   1.364  
   1.365    ;
   1.366    return 0;
   1.367 @@ -2436,7 +2467,7 @@
   1.368  rm -f conftest.val
   1.369  
   1.370    fi
   1.371 -  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
   1.372 +  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   1.373    as_fn_set_status $ac_retval
   1.374  
   1.375  } # ac_fn_cxx_compute_int
   1.376 @@ -2468,7 +2499,7 @@
   1.377  	 test ! -s conftest.err
   1.378         } && test -s conftest$ac_exeext && {
   1.379  	 test "$cross_compiling" = yes ||
   1.380 -	 $as_test_x conftest$ac_exeext
   1.381 +	 test -x conftest$ac_exeext
   1.382         }; then :
   1.383    ac_retval=0
   1.384  else
   1.385 @@ -2482,7 +2513,7 @@
   1.386    # interfere with the next link command; also delete a directory that is
   1.387    # left behind by Apple's compiler.  We do this before executing the actions.
   1.388    rm -rf conftest.dSYM conftest_ipa8_conftest.oo
   1.389 -  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
   1.390 +  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   1.391    as_fn_set_status $ac_retval
   1.392  
   1.393  } # ac_fn_cxx_try_link
   1.394 @@ -2495,7 +2526,7 @@
   1.395    as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   1.396    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
   1.397  $as_echo_n "checking for $2... " >&6; }
   1.398 -if eval "test \"\${$3+set}\"" = set; then :
   1.399 +if eval \${$3+:} false; then :
   1.400    $as_echo_n "(cached) " >&6
   1.401  else
   1.402    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   1.403 @@ -2550,7 +2581,7 @@
   1.404  eval ac_res=\$$3
   1.405  	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
   1.406  $as_echo "$ac_res" >&6; }
   1.407 -  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
   1.408 +  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   1.409  
   1.410  } # ac_fn_cxx_check_func
   1.411  
   1.412 @@ -2563,7 +2594,7 @@
   1.413    as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
   1.414    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
   1.415  $as_echo_n "checking for $2... " >&6; }
   1.416 -if eval "test \"\${$3+set}\"" = set; then :
   1.417 +if eval \${$3+:} false; then :
   1.418    $as_echo_n "(cached) " >&6
   1.419  else
   1.420    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
   1.421 @@ -2581,7 +2612,7 @@
   1.422  eval ac_res=\$$3
   1.423  	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
   1.424  $as_echo "$ac_res" >&6; }
   1.425 -  eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
   1.426 +  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
   1.427  
   1.428  } # ac_fn_c_check_header_compile
   1.429  cat >config.log <<_ACEOF
   1.430 @@ -2589,7 +2620,7 @@
   1.431  running configure, to aid debugging if configure makes a mistake.
   1.432  
   1.433  It was created by OpenJDK $as_me jdk8, which was
   1.434 -generated by GNU Autoconf 2.67.  Invocation command line was
   1.435 +generated by GNU Autoconf 2.69.  Invocation command line was
   1.436  
   1.437    $ $0 $@
   1.438  
   1.439 @@ -2847,7 +2878,7 @@
   1.440        || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
   1.441  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
   1.442  as_fn_error $? "failed to load site script $ac_site_file
   1.443 -See \`config.log' for more details" "$LINENO" 5 ; }
   1.444 +See \`config.log' for more details" "$LINENO" 5; }
   1.445    fi
   1.446  done
   1.447  
   1.448 @@ -3433,7 +3464,7 @@
   1.449      pulse)
   1.450          PKGHANDLER_COMMAND="sudo apt-get install libpulse-dev" ;;
   1.451      x11)
   1.452 -        PKGHANDLER_COMMAND="sudo apt-get install libX11-dev libxext-dev libxrender-dev libxtst-dev" ;;
   1.453 +        PKGHANDLER_COMMAND="sudo apt-get install libX11-dev libxext-dev libxrender-dev libxtst-dev libxt-dev" ;;
   1.454      ccache)
   1.455          PKGHANDLER_COMMAND="sudo apt-get install ccache" ;;
   1.456      * )
   1.457 @@ -3452,11 +3483,11 @@
   1.458      cups)
   1.459          PKGHANDLER_COMMAND="sudo yum install cups-devel" ;;
   1.460      freetype2)
   1.461 -        PKGHANDLER_COMMAND="sudo yum install freetype2-devel" ;;
   1.462 +        PKGHANDLER_COMMAND="sudo yum install freetype-devel" ;;
   1.463      pulse)
   1.464          PKGHANDLER_COMMAND="sudo yum install pulseaudio-libs-devel" ;;
   1.465      x11)
   1.466 -        PKGHANDLER_COMMAND="sudo yum install libXtst-devel" ;;
   1.467 +        PKGHANDLER_COMMAND="sudo yum install libXtst-devel libXt-devel libXrender-devel" ;;
   1.468      ccache)
   1.469          PKGHANDLER_COMMAND="sudo yum install ccache" ;;
   1.470      * )
   1.471 @@ -3787,7 +3818,7 @@
   1.472  #CUSTOM_AUTOCONF_INCLUDE
   1.473  
   1.474  # Do not change or remove the following line, it is needed for consistency checks:
   1.475 -DATE_WHEN_GENERATED=1376579640
   1.476 +DATE_WHEN_GENERATED=1377850299
   1.477  
   1.478  ###############################################################################
   1.479  #
   1.480 @@ -3825,7 +3856,7 @@
   1.481  set dummy $ac_prog; ac_word=$2
   1.482  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   1.483  $as_echo_n "checking for $ac_word... " >&6; }
   1.484 -if test "${ac_cv_path_BASENAME+set}" = set; then :
   1.485 +if ${ac_cv_path_BASENAME+:} false; then :
   1.486    $as_echo_n "(cached) " >&6
   1.487  else
   1.488    case $BASENAME in
   1.489 @@ -3839,7 +3870,7 @@
   1.490    IFS=$as_save_IFS
   1.491    test -z "$as_dir" && as_dir=.
   1.492      for ac_exec_ext in '' $ac_executable_extensions; do
   1.493 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.494 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   1.495      ac_cv_path_BASENAME="$as_dir/$ac_word$ac_exec_ext"
   1.496      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   1.497      break 2
   1.498 @@ -3884,7 +3915,7 @@
   1.499  set dummy $ac_prog; ac_word=$2
   1.500  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   1.501  $as_echo_n "checking for $ac_word... " >&6; }
   1.502 -if test "${ac_cv_path_BASH+set}" = set; then :
   1.503 +if ${ac_cv_path_BASH+:} false; then :
   1.504    $as_echo_n "(cached) " >&6
   1.505  else
   1.506    case $BASH in
   1.507 @@ -3898,7 +3929,7 @@
   1.508    IFS=$as_save_IFS
   1.509    test -z "$as_dir" && as_dir=.
   1.510      for ac_exec_ext in '' $ac_executable_extensions; do
   1.511 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.512 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   1.513      ac_cv_path_BASH="$as_dir/$ac_word$ac_exec_ext"
   1.514      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   1.515      break 2
   1.516 @@ -3943,7 +3974,7 @@
   1.517  set dummy $ac_prog; ac_word=$2
   1.518  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   1.519  $as_echo_n "checking for $ac_word... " >&6; }
   1.520 -if test "${ac_cv_path_CAT+set}" = set; then :
   1.521 +if ${ac_cv_path_CAT+:} false; then :
   1.522    $as_echo_n "(cached) " >&6
   1.523  else
   1.524    case $CAT in
   1.525 @@ -3957,7 +3988,7 @@
   1.526    IFS=$as_save_IFS
   1.527    test -z "$as_dir" && as_dir=.
   1.528      for ac_exec_ext in '' $ac_executable_extensions; do
   1.529 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.530 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   1.531      ac_cv_path_CAT="$as_dir/$ac_word$ac_exec_ext"
   1.532      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   1.533      break 2
   1.534 @@ -4002,7 +4033,7 @@
   1.535  set dummy $ac_prog; ac_word=$2
   1.536  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   1.537  $as_echo_n "checking for $ac_word... " >&6; }
   1.538 -if test "${ac_cv_path_CHMOD+set}" = set; then :
   1.539 +if ${ac_cv_path_CHMOD+:} false; then :
   1.540    $as_echo_n "(cached) " >&6
   1.541  else
   1.542    case $CHMOD in
   1.543 @@ -4016,7 +4047,7 @@
   1.544    IFS=$as_save_IFS
   1.545    test -z "$as_dir" && as_dir=.
   1.546      for ac_exec_ext in '' $ac_executable_extensions; do
   1.547 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.548 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   1.549      ac_cv_path_CHMOD="$as_dir/$ac_word$ac_exec_ext"
   1.550      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   1.551      break 2
   1.552 @@ -4061,7 +4092,7 @@
   1.553  set dummy $ac_prog; ac_word=$2
   1.554  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   1.555  $as_echo_n "checking for $ac_word... " >&6; }
   1.556 -if test "${ac_cv_path_CMP+set}" = set; then :
   1.557 +if ${ac_cv_path_CMP+:} false; then :
   1.558    $as_echo_n "(cached) " >&6
   1.559  else
   1.560    case $CMP in
   1.561 @@ -4075,7 +4106,7 @@
   1.562    IFS=$as_save_IFS
   1.563    test -z "$as_dir" && as_dir=.
   1.564      for ac_exec_ext in '' $ac_executable_extensions; do
   1.565 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.566 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   1.567      ac_cv_path_CMP="$as_dir/$ac_word$ac_exec_ext"
   1.568      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   1.569      break 2
   1.570 @@ -4120,7 +4151,7 @@
   1.571  set dummy $ac_prog; ac_word=$2
   1.572  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   1.573  $as_echo_n "checking for $ac_word... " >&6; }
   1.574 -if test "${ac_cv_path_COMM+set}" = set; then :
   1.575 +if ${ac_cv_path_COMM+:} false; then :
   1.576    $as_echo_n "(cached) " >&6
   1.577  else
   1.578    case $COMM in
   1.579 @@ -4134,7 +4165,7 @@
   1.580    IFS=$as_save_IFS
   1.581    test -z "$as_dir" && as_dir=.
   1.582      for ac_exec_ext in '' $ac_executable_extensions; do
   1.583 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.584 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   1.585      ac_cv_path_COMM="$as_dir/$ac_word$ac_exec_ext"
   1.586      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   1.587      break 2
   1.588 @@ -4179,7 +4210,7 @@
   1.589  set dummy $ac_prog; ac_word=$2
   1.590  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   1.591  $as_echo_n "checking for $ac_word... " >&6; }
   1.592 -if test "${ac_cv_path_CP+set}" = set; then :
   1.593 +if ${ac_cv_path_CP+:} false; then :
   1.594    $as_echo_n "(cached) " >&6
   1.595  else
   1.596    case $CP in
   1.597 @@ -4193,7 +4224,7 @@
   1.598    IFS=$as_save_IFS
   1.599    test -z "$as_dir" && as_dir=.
   1.600      for ac_exec_ext in '' $ac_executable_extensions; do
   1.601 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.602 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   1.603      ac_cv_path_CP="$as_dir/$ac_word$ac_exec_ext"
   1.604      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   1.605      break 2
   1.606 @@ -4238,7 +4269,7 @@
   1.607  set dummy $ac_prog; ac_word=$2
   1.608  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   1.609  $as_echo_n "checking for $ac_word... " >&6; }
   1.610 -if test "${ac_cv_path_CPIO+set}" = set; then :
   1.611 +if ${ac_cv_path_CPIO+:} false; then :
   1.612    $as_echo_n "(cached) " >&6
   1.613  else
   1.614    case $CPIO in
   1.615 @@ -4252,7 +4283,7 @@
   1.616    IFS=$as_save_IFS
   1.617    test -z "$as_dir" && as_dir=.
   1.618      for ac_exec_ext in '' $ac_executable_extensions; do
   1.619 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.620 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   1.621      ac_cv_path_CPIO="$as_dir/$ac_word$ac_exec_ext"
   1.622      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   1.623      break 2
   1.624 @@ -4297,7 +4328,7 @@
   1.625  set dummy $ac_prog; ac_word=$2
   1.626  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   1.627  $as_echo_n "checking for $ac_word... " >&6; }
   1.628 -if test "${ac_cv_path_CUT+set}" = set; then :
   1.629 +if ${ac_cv_path_CUT+:} false; then :
   1.630    $as_echo_n "(cached) " >&6
   1.631  else
   1.632    case $CUT in
   1.633 @@ -4311,7 +4342,7 @@
   1.634    IFS=$as_save_IFS
   1.635    test -z "$as_dir" && as_dir=.
   1.636      for ac_exec_ext in '' $ac_executable_extensions; do
   1.637 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.638 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   1.639      ac_cv_path_CUT="$as_dir/$ac_word$ac_exec_ext"
   1.640      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   1.641      break 2
   1.642 @@ -4356,7 +4387,7 @@
   1.643  set dummy $ac_prog; ac_word=$2
   1.644  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   1.645  $as_echo_n "checking for $ac_word... " >&6; }
   1.646 -if test "${ac_cv_path_DATE+set}" = set; then :
   1.647 +if ${ac_cv_path_DATE+:} false; then :
   1.648    $as_echo_n "(cached) " >&6
   1.649  else
   1.650    case $DATE in
   1.651 @@ -4370,7 +4401,7 @@
   1.652    IFS=$as_save_IFS
   1.653    test -z "$as_dir" && as_dir=.
   1.654      for ac_exec_ext in '' $ac_executable_extensions; do
   1.655 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.656 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   1.657      ac_cv_path_DATE="$as_dir/$ac_word$ac_exec_ext"
   1.658      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   1.659      break 2
   1.660 @@ -4415,7 +4446,7 @@
   1.661  set dummy $ac_prog; ac_word=$2
   1.662  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   1.663  $as_echo_n "checking for $ac_word... " >&6; }
   1.664 -if test "${ac_cv_path_DIFF+set}" = set; then :
   1.665 +if ${ac_cv_path_DIFF+:} false; then :
   1.666    $as_echo_n "(cached) " >&6
   1.667  else
   1.668    case $DIFF in
   1.669 @@ -4429,7 +4460,7 @@
   1.670    IFS=$as_save_IFS
   1.671    test -z "$as_dir" && as_dir=.
   1.672      for ac_exec_ext in '' $ac_executable_extensions; do
   1.673 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.674 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   1.675      ac_cv_path_DIFF="$as_dir/$ac_word$ac_exec_ext"
   1.676      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   1.677      break 2
   1.678 @@ -4474,7 +4505,7 @@
   1.679  set dummy $ac_prog; ac_word=$2
   1.680  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   1.681  $as_echo_n "checking for $ac_word... " >&6; }
   1.682 -if test "${ac_cv_path_DIRNAME+set}" = set; then :
   1.683 +if ${ac_cv_path_DIRNAME+:} false; then :
   1.684    $as_echo_n "(cached) " >&6
   1.685  else
   1.686    case $DIRNAME in
   1.687 @@ -4488,7 +4519,7 @@
   1.688    IFS=$as_save_IFS
   1.689    test -z "$as_dir" && as_dir=.
   1.690      for ac_exec_ext in '' $ac_executable_extensions; do
   1.691 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.692 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   1.693      ac_cv_path_DIRNAME="$as_dir/$ac_word$ac_exec_ext"
   1.694      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   1.695      break 2
   1.696 @@ -4533,7 +4564,7 @@
   1.697  set dummy $ac_prog; ac_word=$2
   1.698  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   1.699  $as_echo_n "checking for $ac_word... " >&6; }
   1.700 -if test "${ac_cv_path_ECHO+set}" = set; then :
   1.701 +if ${ac_cv_path_ECHO+:} false; then :
   1.702    $as_echo_n "(cached) " >&6
   1.703  else
   1.704    case $ECHO in
   1.705 @@ -4547,7 +4578,7 @@
   1.706    IFS=$as_save_IFS
   1.707    test -z "$as_dir" && as_dir=.
   1.708      for ac_exec_ext in '' $ac_executable_extensions; do
   1.709 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.710 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   1.711      ac_cv_path_ECHO="$as_dir/$ac_word$ac_exec_ext"
   1.712      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   1.713      break 2
   1.714 @@ -4592,7 +4623,7 @@
   1.715  set dummy $ac_prog; ac_word=$2
   1.716  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   1.717  $as_echo_n "checking for $ac_word... " >&6; }
   1.718 -if test "${ac_cv_path_EXPR+set}" = set; then :
   1.719 +if ${ac_cv_path_EXPR+:} false; then :
   1.720    $as_echo_n "(cached) " >&6
   1.721  else
   1.722    case $EXPR in
   1.723 @@ -4606,7 +4637,7 @@
   1.724    IFS=$as_save_IFS
   1.725    test -z "$as_dir" && as_dir=.
   1.726      for ac_exec_ext in '' $ac_executable_extensions; do
   1.727 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.728 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   1.729      ac_cv_path_EXPR="$as_dir/$ac_word$ac_exec_ext"
   1.730      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   1.731      break 2
   1.732 @@ -4651,7 +4682,7 @@
   1.733  set dummy $ac_prog; ac_word=$2
   1.734  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   1.735  $as_echo_n "checking for $ac_word... " >&6; }
   1.736 -if test "${ac_cv_path_FILE+set}" = set; then :
   1.737 +if ${ac_cv_path_FILE+:} false; then :
   1.738    $as_echo_n "(cached) " >&6
   1.739  else
   1.740    case $FILE in
   1.741 @@ -4665,7 +4696,7 @@
   1.742    IFS=$as_save_IFS
   1.743    test -z "$as_dir" && as_dir=.
   1.744      for ac_exec_ext in '' $ac_executable_extensions; do
   1.745 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.746 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   1.747      ac_cv_path_FILE="$as_dir/$ac_word$ac_exec_ext"
   1.748      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   1.749      break 2
   1.750 @@ -4710,7 +4741,7 @@
   1.751  set dummy $ac_prog; ac_word=$2
   1.752  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   1.753  $as_echo_n "checking for $ac_word... " >&6; }
   1.754 -if test "${ac_cv_path_FIND+set}" = set; then :
   1.755 +if ${ac_cv_path_FIND+:} false; then :
   1.756    $as_echo_n "(cached) " >&6
   1.757  else
   1.758    case $FIND in
   1.759 @@ -4724,7 +4755,7 @@
   1.760    IFS=$as_save_IFS
   1.761    test -z "$as_dir" && as_dir=.
   1.762      for ac_exec_ext in '' $ac_executable_extensions; do
   1.763 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.764 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   1.765      ac_cv_path_FIND="$as_dir/$ac_word$ac_exec_ext"
   1.766      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   1.767      break 2
   1.768 @@ -4769,7 +4800,7 @@
   1.769  set dummy $ac_prog; ac_word=$2
   1.770  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   1.771  $as_echo_n "checking for $ac_word... " >&6; }
   1.772 -if test "${ac_cv_path_HEAD+set}" = set; then :
   1.773 +if ${ac_cv_path_HEAD+:} false; then :
   1.774    $as_echo_n "(cached) " >&6
   1.775  else
   1.776    case $HEAD in
   1.777 @@ -4783,7 +4814,7 @@
   1.778    IFS=$as_save_IFS
   1.779    test -z "$as_dir" && as_dir=.
   1.780      for ac_exec_ext in '' $ac_executable_extensions; do
   1.781 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.782 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   1.783      ac_cv_path_HEAD="$as_dir/$ac_word$ac_exec_ext"
   1.784      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   1.785      break 2
   1.786 @@ -4828,7 +4859,7 @@
   1.787  set dummy $ac_prog; ac_word=$2
   1.788  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   1.789  $as_echo_n "checking for $ac_word... " >&6; }
   1.790 -if test "${ac_cv_path_LN+set}" = set; then :
   1.791 +if ${ac_cv_path_LN+:} false; then :
   1.792    $as_echo_n "(cached) " >&6
   1.793  else
   1.794    case $LN in
   1.795 @@ -4842,7 +4873,7 @@
   1.796    IFS=$as_save_IFS
   1.797    test -z "$as_dir" && as_dir=.
   1.798      for ac_exec_ext in '' $ac_executable_extensions; do
   1.799 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.800 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   1.801      ac_cv_path_LN="$as_dir/$ac_word$ac_exec_ext"
   1.802      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   1.803      break 2
   1.804 @@ -4887,7 +4918,7 @@
   1.805  set dummy $ac_prog; ac_word=$2
   1.806  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   1.807  $as_echo_n "checking for $ac_word... " >&6; }
   1.808 -if test "${ac_cv_path_LS+set}" = set; then :
   1.809 +if ${ac_cv_path_LS+:} false; then :
   1.810    $as_echo_n "(cached) " >&6
   1.811  else
   1.812    case $LS in
   1.813 @@ -4901,7 +4932,7 @@
   1.814    IFS=$as_save_IFS
   1.815    test -z "$as_dir" && as_dir=.
   1.816      for ac_exec_ext in '' $ac_executable_extensions; do
   1.817 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.818 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   1.819      ac_cv_path_LS="$as_dir/$ac_word$ac_exec_ext"
   1.820      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   1.821      break 2
   1.822 @@ -4946,7 +4977,7 @@
   1.823  set dummy $ac_prog; ac_word=$2
   1.824  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   1.825  $as_echo_n "checking for $ac_word... " >&6; }
   1.826 -if test "${ac_cv_path_MKDIR+set}" = set; then :
   1.827 +if ${ac_cv_path_MKDIR+:} false; then :
   1.828    $as_echo_n "(cached) " >&6
   1.829  else
   1.830    case $MKDIR in
   1.831 @@ -4960,7 +4991,7 @@
   1.832    IFS=$as_save_IFS
   1.833    test -z "$as_dir" && as_dir=.
   1.834      for ac_exec_ext in '' $ac_executable_extensions; do
   1.835 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.836 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   1.837      ac_cv_path_MKDIR="$as_dir/$ac_word$ac_exec_ext"
   1.838      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   1.839      break 2
   1.840 @@ -5005,7 +5036,7 @@
   1.841  set dummy $ac_prog; ac_word=$2
   1.842  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   1.843  $as_echo_n "checking for $ac_word... " >&6; }
   1.844 -if test "${ac_cv_path_MKTEMP+set}" = set; then :
   1.845 +if ${ac_cv_path_MKTEMP+:} false; then :
   1.846    $as_echo_n "(cached) " >&6
   1.847  else
   1.848    case $MKTEMP in
   1.849 @@ -5019,7 +5050,7 @@
   1.850    IFS=$as_save_IFS
   1.851    test -z "$as_dir" && as_dir=.
   1.852      for ac_exec_ext in '' $ac_executable_extensions; do
   1.853 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.854 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   1.855      ac_cv_path_MKTEMP="$as_dir/$ac_word$ac_exec_ext"
   1.856      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   1.857      break 2
   1.858 @@ -5064,7 +5095,7 @@
   1.859  set dummy $ac_prog; ac_word=$2
   1.860  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   1.861  $as_echo_n "checking for $ac_word... " >&6; }
   1.862 -if test "${ac_cv_path_MV+set}" = set; then :
   1.863 +if ${ac_cv_path_MV+:} false; then :
   1.864    $as_echo_n "(cached) " >&6
   1.865  else
   1.866    case $MV in
   1.867 @@ -5078,7 +5109,7 @@
   1.868    IFS=$as_save_IFS
   1.869    test -z "$as_dir" && as_dir=.
   1.870      for ac_exec_ext in '' $ac_executable_extensions; do
   1.871 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.872 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   1.873      ac_cv_path_MV="$as_dir/$ac_word$ac_exec_ext"
   1.874      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   1.875      break 2
   1.876 @@ -5123,7 +5154,7 @@
   1.877  set dummy $ac_prog; ac_word=$2
   1.878  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   1.879  $as_echo_n "checking for $ac_word... " >&6; }
   1.880 -if test "${ac_cv_path_PRINTF+set}" = set; then :
   1.881 +if ${ac_cv_path_PRINTF+:} false; then :
   1.882    $as_echo_n "(cached) " >&6
   1.883  else
   1.884    case $PRINTF in
   1.885 @@ -5137,7 +5168,7 @@
   1.886    IFS=$as_save_IFS
   1.887    test -z "$as_dir" && as_dir=.
   1.888      for ac_exec_ext in '' $ac_executable_extensions; do
   1.889 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.890 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   1.891      ac_cv_path_PRINTF="$as_dir/$ac_word$ac_exec_ext"
   1.892      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   1.893      break 2
   1.894 @@ -5182,7 +5213,7 @@
   1.895  set dummy $ac_prog; ac_word=$2
   1.896  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   1.897  $as_echo_n "checking for $ac_word... " >&6; }
   1.898 -if test "${ac_cv_path_RM+set}" = set; then :
   1.899 +if ${ac_cv_path_RM+:} false; then :
   1.900    $as_echo_n "(cached) " >&6
   1.901  else
   1.902    case $RM in
   1.903 @@ -5196,7 +5227,7 @@
   1.904    IFS=$as_save_IFS
   1.905    test -z "$as_dir" && as_dir=.
   1.906      for ac_exec_ext in '' $ac_executable_extensions; do
   1.907 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.908 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   1.909      ac_cv_path_RM="$as_dir/$ac_word$ac_exec_ext"
   1.910      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   1.911      break 2
   1.912 @@ -5241,7 +5272,7 @@
   1.913  set dummy $ac_prog; ac_word=$2
   1.914  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   1.915  $as_echo_n "checking for $ac_word... " >&6; }
   1.916 -if test "${ac_cv_path_SH+set}" = set; then :
   1.917 +if ${ac_cv_path_SH+:} false; then :
   1.918    $as_echo_n "(cached) " >&6
   1.919  else
   1.920    case $SH in
   1.921 @@ -5255,7 +5286,7 @@
   1.922    IFS=$as_save_IFS
   1.923    test -z "$as_dir" && as_dir=.
   1.924      for ac_exec_ext in '' $ac_executable_extensions; do
   1.925 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.926 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   1.927      ac_cv_path_SH="$as_dir/$ac_word$ac_exec_ext"
   1.928      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   1.929      break 2
   1.930 @@ -5300,7 +5331,7 @@
   1.931  set dummy $ac_prog; ac_word=$2
   1.932  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   1.933  $as_echo_n "checking for $ac_word... " >&6; }
   1.934 -if test "${ac_cv_path_SORT+set}" = set; then :
   1.935 +if ${ac_cv_path_SORT+:} false; then :
   1.936    $as_echo_n "(cached) " >&6
   1.937  else
   1.938    case $SORT in
   1.939 @@ -5314,7 +5345,7 @@
   1.940    IFS=$as_save_IFS
   1.941    test -z "$as_dir" && as_dir=.
   1.942      for ac_exec_ext in '' $ac_executable_extensions; do
   1.943 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.944 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   1.945      ac_cv_path_SORT="$as_dir/$ac_word$ac_exec_ext"
   1.946      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   1.947      break 2
   1.948 @@ -5359,7 +5390,7 @@
   1.949  set dummy $ac_prog; ac_word=$2
   1.950  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   1.951  $as_echo_n "checking for $ac_word... " >&6; }
   1.952 -if test "${ac_cv_path_TAIL+set}" = set; then :
   1.953 +if ${ac_cv_path_TAIL+:} false; then :
   1.954    $as_echo_n "(cached) " >&6
   1.955  else
   1.956    case $TAIL in
   1.957 @@ -5373,7 +5404,7 @@
   1.958    IFS=$as_save_IFS
   1.959    test -z "$as_dir" && as_dir=.
   1.960      for ac_exec_ext in '' $ac_executable_extensions; do
   1.961 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.962 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   1.963      ac_cv_path_TAIL="$as_dir/$ac_word$ac_exec_ext"
   1.964      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   1.965      break 2
   1.966 @@ -5418,7 +5449,7 @@
   1.967  set dummy $ac_prog; ac_word=$2
   1.968  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   1.969  $as_echo_n "checking for $ac_word... " >&6; }
   1.970 -if test "${ac_cv_path_TAR+set}" = set; then :
   1.971 +if ${ac_cv_path_TAR+:} false; then :
   1.972    $as_echo_n "(cached) " >&6
   1.973  else
   1.974    case $TAR in
   1.975 @@ -5432,7 +5463,7 @@
   1.976    IFS=$as_save_IFS
   1.977    test -z "$as_dir" && as_dir=.
   1.978      for ac_exec_ext in '' $ac_executable_extensions; do
   1.979 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.980 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   1.981      ac_cv_path_TAR="$as_dir/$ac_word$ac_exec_ext"
   1.982      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
   1.983      break 2
   1.984 @@ -5477,7 +5508,7 @@
   1.985  set dummy $ac_prog; ac_word=$2
   1.986  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
   1.987  $as_echo_n "checking for $ac_word... " >&6; }
   1.988 -if test "${ac_cv_path_TEE+set}" = set; then :
   1.989 +if ${ac_cv_path_TEE+:} false; then :
   1.990    $as_echo_n "(cached) " >&6
   1.991  else
   1.992    case $TEE in
   1.993 @@ -5491,7 +5522,7 @@
   1.994    IFS=$as_save_IFS
   1.995    test -z "$as_dir" && as_dir=.
   1.996      for ac_exec_ext in '' $ac_executable_extensions; do
   1.997 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
   1.998 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
   1.999      ac_cv_path_TEE="$as_dir/$ac_word$ac_exec_ext"
  1.1000      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1001      break 2
  1.1002 @@ -5536,7 +5567,7 @@
  1.1003  set dummy $ac_prog; ac_word=$2
  1.1004  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1005  $as_echo_n "checking for $ac_word... " >&6; }
  1.1006 -if test "${ac_cv_path_TOUCH+set}" = set; then :
  1.1007 +if ${ac_cv_path_TOUCH+:} false; then :
  1.1008    $as_echo_n "(cached) " >&6
  1.1009  else
  1.1010    case $TOUCH in
  1.1011 @@ -5550,7 +5581,7 @@
  1.1012    IFS=$as_save_IFS
  1.1013    test -z "$as_dir" && as_dir=.
  1.1014      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1015 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1016 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1017      ac_cv_path_TOUCH="$as_dir/$ac_word$ac_exec_ext"
  1.1018      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1019      break 2
  1.1020 @@ -5595,7 +5626,7 @@
  1.1021  set dummy $ac_prog; ac_word=$2
  1.1022  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1023  $as_echo_n "checking for $ac_word... " >&6; }
  1.1024 -if test "${ac_cv_path_TR+set}" = set; then :
  1.1025 +if ${ac_cv_path_TR+:} false; then :
  1.1026    $as_echo_n "(cached) " >&6
  1.1027  else
  1.1028    case $TR in
  1.1029 @@ -5609,7 +5640,7 @@
  1.1030    IFS=$as_save_IFS
  1.1031    test -z "$as_dir" && as_dir=.
  1.1032      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1033 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1034 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1035      ac_cv_path_TR="$as_dir/$ac_word$ac_exec_ext"
  1.1036      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1037      break 2
  1.1038 @@ -5654,7 +5685,7 @@
  1.1039  set dummy $ac_prog; ac_word=$2
  1.1040  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1041  $as_echo_n "checking for $ac_word... " >&6; }
  1.1042 -if test "${ac_cv_path_UNAME+set}" = set; then :
  1.1043 +if ${ac_cv_path_UNAME+:} false; then :
  1.1044    $as_echo_n "(cached) " >&6
  1.1045  else
  1.1046    case $UNAME in
  1.1047 @@ -5668,7 +5699,7 @@
  1.1048    IFS=$as_save_IFS
  1.1049    test -z "$as_dir" && as_dir=.
  1.1050      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1051 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1052 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1053      ac_cv_path_UNAME="$as_dir/$ac_word$ac_exec_ext"
  1.1054      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1055      break 2
  1.1056 @@ -5713,7 +5744,7 @@
  1.1057  set dummy $ac_prog; ac_word=$2
  1.1058  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1059  $as_echo_n "checking for $ac_word... " >&6; }
  1.1060 -if test "${ac_cv_path_UNIQ+set}" = set; then :
  1.1061 +if ${ac_cv_path_UNIQ+:} false; then :
  1.1062    $as_echo_n "(cached) " >&6
  1.1063  else
  1.1064    case $UNIQ in
  1.1065 @@ -5727,7 +5758,7 @@
  1.1066    IFS=$as_save_IFS
  1.1067    test -z "$as_dir" && as_dir=.
  1.1068      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1069 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1070 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1071      ac_cv_path_UNIQ="$as_dir/$ac_word$ac_exec_ext"
  1.1072      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1073      break 2
  1.1074 @@ -5772,7 +5803,7 @@
  1.1075  set dummy $ac_prog; ac_word=$2
  1.1076  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1077  $as_echo_n "checking for $ac_word... " >&6; }
  1.1078 -if test "${ac_cv_path_WC+set}" = set; then :
  1.1079 +if ${ac_cv_path_WC+:} false; then :
  1.1080    $as_echo_n "(cached) " >&6
  1.1081  else
  1.1082    case $WC in
  1.1083 @@ -5786,7 +5817,7 @@
  1.1084    IFS=$as_save_IFS
  1.1085    test -z "$as_dir" && as_dir=.
  1.1086      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1087 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1088 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1089      ac_cv_path_WC="$as_dir/$ac_word$ac_exec_ext"
  1.1090      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1091      break 2
  1.1092 @@ -5831,7 +5862,7 @@
  1.1093  set dummy $ac_prog; ac_word=$2
  1.1094  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1095  $as_echo_n "checking for $ac_word... " >&6; }
  1.1096 -if test "${ac_cv_path_WHICH+set}" = set; then :
  1.1097 +if ${ac_cv_path_WHICH+:} false; then :
  1.1098    $as_echo_n "(cached) " >&6
  1.1099  else
  1.1100    case $WHICH in
  1.1101 @@ -5845,7 +5876,7 @@
  1.1102    IFS=$as_save_IFS
  1.1103    test -z "$as_dir" && as_dir=.
  1.1104      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1105 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1106 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1107      ac_cv_path_WHICH="$as_dir/$ac_word$ac_exec_ext"
  1.1108      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1109      break 2
  1.1110 @@ -5890,7 +5921,7 @@
  1.1111  set dummy $ac_prog; ac_word=$2
  1.1112  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1113  $as_echo_n "checking for $ac_word... " >&6; }
  1.1114 -if test "${ac_cv_path_XARGS+set}" = set; then :
  1.1115 +if ${ac_cv_path_XARGS+:} false; then :
  1.1116    $as_echo_n "(cached) " >&6
  1.1117  else
  1.1118    case $XARGS in
  1.1119 @@ -5904,7 +5935,7 @@
  1.1120    IFS=$as_save_IFS
  1.1121    test -z "$as_dir" && as_dir=.
  1.1122      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1123 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1124 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1125      ac_cv_path_XARGS="$as_dir/$ac_word$ac_exec_ext"
  1.1126      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1127      break 2
  1.1128 @@ -5950,7 +5981,7 @@
  1.1129  set dummy $ac_prog; ac_word=$2
  1.1130  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1131  $as_echo_n "checking for $ac_word... " >&6; }
  1.1132 -if test "${ac_cv_prog_AWK+set}" = set; then :
  1.1133 +if ${ac_cv_prog_AWK+:} false; then :
  1.1134    $as_echo_n "(cached) " >&6
  1.1135  else
  1.1136    if test -n "$AWK"; then
  1.1137 @@ -5962,7 +5993,7 @@
  1.1138    IFS=$as_save_IFS
  1.1139    test -z "$as_dir" && as_dir=.
  1.1140      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1141 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1142 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1143      ac_cv_prog_AWK="$ac_prog"
  1.1144      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1145      break 2
  1.1146 @@ -6000,7 +6031,7 @@
  1.1147  
  1.1148  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
  1.1149  $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
  1.1150 -if test "${ac_cv_path_GREP+set}" = set; then :
  1.1151 +if ${ac_cv_path_GREP+:} false; then :
  1.1152    $as_echo_n "(cached) " >&6
  1.1153  else
  1.1154    if test -z "$GREP"; then
  1.1155 @@ -6014,7 +6045,7 @@
  1.1156      for ac_prog in grep ggrep; do
  1.1157      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1158        ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
  1.1159 -      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
  1.1160 +      as_fn_executable_p "$ac_path_GREP" || continue
  1.1161  # Check for GNU ac_path_GREP and select it if it is found.
  1.1162    # Check for GNU $ac_path_GREP
  1.1163  case `"$ac_path_GREP" --version 2>&1` in
  1.1164 @@ -6075,7 +6106,7 @@
  1.1165  
  1.1166  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
  1.1167  $as_echo_n "checking for egrep... " >&6; }
  1.1168 -if test "${ac_cv_path_EGREP+set}" = set; then :
  1.1169 +if ${ac_cv_path_EGREP+:} false; then :
  1.1170    $as_echo_n "(cached) " >&6
  1.1171  else
  1.1172    if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
  1.1173 @@ -6092,7 +6123,7 @@
  1.1174      for ac_prog in egrep; do
  1.1175      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1176        ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
  1.1177 -      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
  1.1178 +      as_fn_executable_p "$ac_path_EGREP" || continue
  1.1179  # Check for GNU ac_path_EGREP and select it if it is found.
  1.1180    # Check for GNU $ac_path_EGREP
  1.1181  case `"$ac_path_EGREP" --version 2>&1` in
  1.1182 @@ -6154,7 +6185,7 @@
  1.1183  
  1.1184  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
  1.1185  $as_echo_n "checking for fgrep... " >&6; }
  1.1186 -if test "${ac_cv_path_FGREP+set}" = set; then :
  1.1187 +if ${ac_cv_path_FGREP+:} false; then :
  1.1188    $as_echo_n "(cached) " >&6
  1.1189  else
  1.1190    if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
  1.1191 @@ -6171,7 +6202,7 @@
  1.1192      for ac_prog in fgrep; do
  1.1193      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1194        ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
  1.1195 -      { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
  1.1196 +      as_fn_executable_p "$ac_path_FGREP" || continue
  1.1197  # Check for GNU ac_path_FGREP and select it if it is found.
  1.1198    # Check for GNU $ac_path_FGREP
  1.1199  case `"$ac_path_FGREP" --version 2>&1` in
  1.1200 @@ -6233,7 +6264,7 @@
  1.1201  
  1.1202  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
  1.1203  $as_echo_n "checking for a sed that does not truncate output... " >&6; }
  1.1204 -if test "${ac_cv_path_SED+set}" = set; then :
  1.1205 +if ${ac_cv_path_SED+:} false; then :
  1.1206    $as_echo_n "(cached) " >&6
  1.1207  else
  1.1208              ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
  1.1209 @@ -6253,7 +6284,7 @@
  1.1210      for ac_prog in sed gsed; do
  1.1211      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1212        ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
  1.1213 -      { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
  1.1214 +      as_fn_executable_p "$ac_path_SED" || continue
  1.1215  # Check for GNU ac_path_SED and select it if it is found.
  1.1216    # Check for GNU $ac_path_SED
  1.1217  case `"$ac_path_SED" --version 2>&1` in
  1.1218 @@ -6319,7 +6350,7 @@
  1.1219  set dummy $ac_prog; ac_word=$2
  1.1220  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1221  $as_echo_n "checking for $ac_word... " >&6; }
  1.1222 -if test "${ac_cv_path_NAWK+set}" = set; then :
  1.1223 +if ${ac_cv_path_NAWK+:} false; then :
  1.1224    $as_echo_n "(cached) " >&6
  1.1225  else
  1.1226    case $NAWK in
  1.1227 @@ -6333,7 +6364,7 @@
  1.1228    IFS=$as_save_IFS
  1.1229    test -z "$as_dir" && as_dir=.
  1.1230      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1231 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1232 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1233      ac_cv_path_NAWK="$as_dir/$ac_word$ac_exec_ext"
  1.1234      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1235      break 2
  1.1236 @@ -6383,7 +6414,7 @@
  1.1237  set dummy cygpath; ac_word=$2
  1.1238  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1239  $as_echo_n "checking for $ac_word... " >&6; }
  1.1240 -if test "${ac_cv_path_CYGPATH+set}" = set; then :
  1.1241 +if ${ac_cv_path_CYGPATH+:} false; then :
  1.1242    $as_echo_n "(cached) " >&6
  1.1243  else
  1.1244    case $CYGPATH in
  1.1245 @@ -6397,7 +6428,7 @@
  1.1246    IFS=$as_save_IFS
  1.1247    test -z "$as_dir" && as_dir=.
  1.1248      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1249 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1250 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1251      ac_cv_path_CYGPATH="$as_dir/$ac_word$ac_exec_ext"
  1.1252      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1253      break 2
  1.1254 @@ -6423,7 +6454,7 @@
  1.1255  set dummy readlink; ac_word=$2
  1.1256  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1257  $as_echo_n "checking for $ac_word... " >&6; }
  1.1258 -if test "${ac_cv_path_READLINK+set}" = set; then :
  1.1259 +if ${ac_cv_path_READLINK+:} false; then :
  1.1260    $as_echo_n "(cached) " >&6
  1.1261  else
  1.1262    case $READLINK in
  1.1263 @@ -6437,7 +6468,7 @@
  1.1264    IFS=$as_save_IFS
  1.1265    test -z "$as_dir" && as_dir=.
  1.1266      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1267 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1268 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1269      ac_cv_path_READLINK="$as_dir/$ac_word$ac_exec_ext"
  1.1270      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1271      break 2
  1.1272 @@ -6463,7 +6494,7 @@
  1.1273  set dummy df; ac_word=$2
  1.1274  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1275  $as_echo_n "checking for $ac_word... " >&6; }
  1.1276 -if test "${ac_cv_path_DF+set}" = set; then :
  1.1277 +if ${ac_cv_path_DF+:} false; then :
  1.1278    $as_echo_n "(cached) " >&6
  1.1279  else
  1.1280    case $DF in
  1.1281 @@ -6477,7 +6508,7 @@
  1.1282    IFS=$as_save_IFS
  1.1283    test -z "$as_dir" && as_dir=.
  1.1284      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1285 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1286 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1287      ac_cv_path_DF="$as_dir/$ac_word$ac_exec_ext"
  1.1288      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1289      break 2
  1.1290 @@ -6503,7 +6534,7 @@
  1.1291  set dummy SetFile; ac_word=$2
  1.1292  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1293  $as_echo_n "checking for $ac_word... " >&6; }
  1.1294 -if test "${ac_cv_path_SETFILE+set}" = set; then :
  1.1295 +if ${ac_cv_path_SETFILE+:} false; then :
  1.1296    $as_echo_n "(cached) " >&6
  1.1297  else
  1.1298    case $SETFILE in
  1.1299 @@ -6517,7 +6548,7 @@
  1.1300    IFS=$as_save_IFS
  1.1301    test -z "$as_dir" && as_dir=.
  1.1302      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1303 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1304 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1305      ac_cv_path_SETFILE="$as_dir/$ac_word$ac_exec_ext"
  1.1306      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1307      break 2
  1.1308 @@ -6549,7 +6580,7 @@
  1.1309  
  1.1310  { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
  1.1311  $as_echo_n "checking build system type... " >&6; }
  1.1312 -if test "${ac_cv_build+set}" = set; then :
  1.1313 +if ${ac_cv_build+:} false; then :
  1.1314    $as_echo_n "(cached) " >&6
  1.1315  else
  1.1316    ac_build_alias=$build_alias
  1.1317 @@ -6565,7 +6596,7 @@
  1.1318  $as_echo "$ac_cv_build" >&6; }
  1.1319  case $ac_cv_build in
  1.1320  *-*-*) ;;
  1.1321 -*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;;
  1.1322 +*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
  1.1323  esac
  1.1324  build=$ac_cv_build
  1.1325  ac_save_IFS=$IFS; IFS='-'
  1.1326 @@ -6583,7 +6614,7 @@
  1.1327  
  1.1328  { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
  1.1329  $as_echo_n "checking host system type... " >&6; }
  1.1330 -if test "${ac_cv_host+set}" = set; then :
  1.1331 +if ${ac_cv_host+:} false; then :
  1.1332    $as_echo_n "(cached) " >&6
  1.1333  else
  1.1334    if test "x$host_alias" = x; then
  1.1335 @@ -6598,7 +6629,7 @@
  1.1336  $as_echo "$ac_cv_host" >&6; }
  1.1337  case $ac_cv_host in
  1.1338  *-*-*) ;;
  1.1339 -*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;;
  1.1340 +*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
  1.1341  esac
  1.1342  host=$ac_cv_host
  1.1343  ac_save_IFS=$IFS; IFS='-'
  1.1344 @@ -6616,7 +6647,7 @@
  1.1345  
  1.1346  { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
  1.1347  $as_echo_n "checking target system type... " >&6; }
  1.1348 -if test "${ac_cv_target+set}" = set; then :
  1.1349 +if ${ac_cv_target+:} false; then :
  1.1350    $as_echo_n "(cached) " >&6
  1.1351  else
  1.1352    if test "x$target_alias" = x; then
  1.1353 @@ -6631,7 +6662,7 @@
  1.1354  $as_echo "$ac_cv_target" >&6; }
  1.1355  case $ac_cv_target in
  1.1356  *-*-*) ;;
  1.1357 -*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5 ;;
  1.1358 +*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
  1.1359  esac
  1.1360  target=$ac_cv_target
  1.1361  ac_save_IFS=$IFS; IFS='-'
  1.1362 @@ -8157,7 +8188,7 @@
  1.1363  set dummy $ac_prog; ac_word=$2
  1.1364  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1365  $as_echo_n "checking for $ac_word... " >&6; }
  1.1366 -if test "${ac_cv_prog_PKGHANDLER+set}" = set; then :
  1.1367 +if ${ac_cv_prog_PKGHANDLER+:} false; then :
  1.1368    $as_echo_n "(cached) " >&6
  1.1369  else
  1.1370    if test -n "$PKGHANDLER"; then
  1.1371 @@ -8169,7 +8200,7 @@
  1.1372    IFS=$as_save_IFS
  1.1373    test -z "$as_dir" && as_dir=.
  1.1374      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1375 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1376 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1377      ac_cv_prog_PKGHANDLER="$ac_prog"
  1.1378      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1379      break 2
  1.1380 @@ -8522,7 +8553,7 @@
  1.1381  set dummy $ac_prog; ac_word=$2
  1.1382  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1383  $as_echo_n "checking for $ac_word... " >&6; }
  1.1384 -if test "${ac_cv_path_CHECK_GMAKE+set}" = set; then :
  1.1385 +if ${ac_cv_path_CHECK_GMAKE+:} false; then :
  1.1386    $as_echo_n "(cached) " >&6
  1.1387  else
  1.1388    case $CHECK_GMAKE in
  1.1389 @@ -8536,7 +8567,7 @@
  1.1390    IFS=$as_save_IFS
  1.1391    test -z "$as_dir" && as_dir=.
  1.1392      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1393 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1394 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1395      ac_cv_path_CHECK_GMAKE="$as_dir/$ac_word$ac_exec_ext"
  1.1396      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1397      break 2
  1.1398 @@ -8876,7 +8907,7 @@
  1.1399  set dummy $ac_prog; ac_word=$2
  1.1400  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1401  $as_echo_n "checking for $ac_word... " >&6; }
  1.1402 -if test "${ac_cv_path_CHECK_MAKE+set}" = set; then :
  1.1403 +if ${ac_cv_path_CHECK_MAKE+:} false; then :
  1.1404    $as_echo_n "(cached) " >&6
  1.1405  else
  1.1406    case $CHECK_MAKE in
  1.1407 @@ -8890,7 +8921,7 @@
  1.1408    IFS=$as_save_IFS
  1.1409    test -z "$as_dir" && as_dir=.
  1.1410      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1411 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1412 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1413      ac_cv_path_CHECK_MAKE="$as_dir/$ac_word$ac_exec_ext"
  1.1414      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1415      break 2
  1.1416 @@ -9235,7 +9266,7 @@
  1.1417  set dummy $ac_prog; ac_word=$2
  1.1418  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1419  $as_echo_n "checking for $ac_word... " >&6; }
  1.1420 -if test "${ac_cv_path_CHECK_TOOLSDIR_GMAKE+set}" = set; then :
  1.1421 +if ${ac_cv_path_CHECK_TOOLSDIR_GMAKE+:} false; then :
  1.1422    $as_echo_n "(cached) " >&6
  1.1423  else
  1.1424    case $CHECK_TOOLSDIR_GMAKE in
  1.1425 @@ -9249,7 +9280,7 @@
  1.1426    IFS=$as_save_IFS
  1.1427    test -z "$as_dir" && as_dir=.
  1.1428      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1429 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1430 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1431      ac_cv_path_CHECK_TOOLSDIR_GMAKE="$as_dir/$ac_word$ac_exec_ext"
  1.1432      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1433      break 2
  1.1434 @@ -9588,7 +9619,7 @@
  1.1435  set dummy $ac_prog; ac_word=$2
  1.1436  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1437  $as_echo_n "checking for $ac_word... " >&6; }
  1.1438 -if test "${ac_cv_path_CHECK_TOOLSDIR_MAKE+set}" = set; then :
  1.1439 +if ${ac_cv_path_CHECK_TOOLSDIR_MAKE+:} false; then :
  1.1440    $as_echo_n "(cached) " >&6
  1.1441  else
  1.1442    case $CHECK_TOOLSDIR_MAKE in
  1.1443 @@ -9602,7 +9633,7 @@
  1.1444    IFS=$as_save_IFS
  1.1445    test -z "$as_dir" && as_dir=.
  1.1446      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1447 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1448 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1449      ac_cv_path_CHECK_TOOLSDIR_MAKE="$as_dir/$ac_word$ac_exec_ext"
  1.1450      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1451      break 2
  1.1452 @@ -9984,7 +10015,7 @@
  1.1453  set dummy $ac_prog; ac_word=$2
  1.1454  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1455  $as_echo_n "checking for $ac_word... " >&6; }
  1.1456 -if test "${ac_cv_path_UNZIP+set}" = set; then :
  1.1457 +if ${ac_cv_path_UNZIP+:} false; then :
  1.1458    $as_echo_n "(cached) " >&6
  1.1459  else
  1.1460    case $UNZIP in
  1.1461 @@ -9998,7 +10029,7 @@
  1.1462    IFS=$as_save_IFS
  1.1463    test -z "$as_dir" && as_dir=.
  1.1464      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1465 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1466 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1467      ac_cv_path_UNZIP="$as_dir/$ac_word$ac_exec_ext"
  1.1468      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1469      break 2
  1.1470 @@ -10043,7 +10074,7 @@
  1.1471  set dummy $ac_prog; ac_word=$2
  1.1472  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1473  $as_echo_n "checking for $ac_word... " >&6; }
  1.1474 -if test "${ac_cv_path_ZIP+set}" = set; then :
  1.1475 +if ${ac_cv_path_ZIP+:} false; then :
  1.1476    $as_echo_n "(cached) " >&6
  1.1477  else
  1.1478    case $ZIP in
  1.1479 @@ -10057,7 +10088,7 @@
  1.1480    IFS=$as_save_IFS
  1.1481    test -z "$as_dir" && as_dir=.
  1.1482      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1483 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1484 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1485      ac_cv_path_ZIP="$as_dir/$ac_word$ac_exec_ext"
  1.1486      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1487      break 2
  1.1488 @@ -10102,7 +10133,7 @@
  1.1489  set dummy ldd; ac_word=$2
  1.1490  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1491  $as_echo_n "checking for $ac_word... " >&6; }
  1.1492 -if test "${ac_cv_path_LDD+set}" = set; then :
  1.1493 +if ${ac_cv_path_LDD+:} false; then :
  1.1494    $as_echo_n "(cached) " >&6
  1.1495  else
  1.1496    case $LDD in
  1.1497 @@ -10116,7 +10147,7 @@
  1.1498    IFS=$as_save_IFS
  1.1499    test -z "$as_dir" && as_dir=.
  1.1500      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1501 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1502 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1503      ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
  1.1504      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1505      break 2
  1.1506 @@ -10148,7 +10179,7 @@
  1.1507  set dummy otool; ac_word=$2
  1.1508  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1509  $as_echo_n "checking for $ac_word... " >&6; }
  1.1510 -if test "${ac_cv_path_OTOOL+set}" = set; then :
  1.1511 +if ${ac_cv_path_OTOOL+:} false; then :
  1.1512    $as_echo_n "(cached) " >&6
  1.1513  else
  1.1514    case $OTOOL in
  1.1515 @@ -10162,7 +10193,7 @@
  1.1516    IFS=$as_save_IFS
  1.1517    test -z "$as_dir" && as_dir=.
  1.1518      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1519 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1520 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1521      ac_cv_path_OTOOL="$as_dir/$ac_word$ac_exec_ext"
  1.1522      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1523      break 2
  1.1524 @@ -10193,7 +10224,7 @@
  1.1525  set dummy $ac_prog; ac_word=$2
  1.1526  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1527  $as_echo_n "checking for $ac_word... " >&6; }
  1.1528 -if test "${ac_cv_path_READELF+set}" = set; then :
  1.1529 +if ${ac_cv_path_READELF+:} false; then :
  1.1530    $as_echo_n "(cached) " >&6
  1.1531  else
  1.1532    case $READELF in
  1.1533 @@ -10207,7 +10238,7 @@
  1.1534    IFS=$as_save_IFS
  1.1535    test -z "$as_dir" && as_dir=.
  1.1536      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1537 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1538 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1539      ac_cv_path_READELF="$as_dir/$ac_word$ac_exec_ext"
  1.1540      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1541      break 2
  1.1542 @@ -10236,7 +10267,7 @@
  1.1543  set dummy hg; ac_word=$2
  1.1544  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1545  $as_echo_n "checking for $ac_word... " >&6; }
  1.1546 -if test "${ac_cv_path_HG+set}" = set; then :
  1.1547 +if ${ac_cv_path_HG+:} false; then :
  1.1548    $as_echo_n "(cached) " >&6
  1.1549  else
  1.1550    case $HG in
  1.1551 @@ -10250,7 +10281,7 @@
  1.1552    IFS=$as_save_IFS
  1.1553    test -z "$as_dir" && as_dir=.
  1.1554      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1555 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1556 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1557      ac_cv_path_HG="$as_dir/$ac_word$ac_exec_ext"
  1.1558      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1559      break 2
  1.1560 @@ -10276,7 +10307,7 @@
  1.1561  set dummy stat; ac_word=$2
  1.1562  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1563  $as_echo_n "checking for $ac_word... " >&6; }
  1.1564 -if test "${ac_cv_path_STAT+set}" = set; then :
  1.1565 +if ${ac_cv_path_STAT+:} false; then :
  1.1566    $as_echo_n "(cached) " >&6
  1.1567  else
  1.1568    case $STAT in
  1.1569 @@ -10290,7 +10321,7 @@
  1.1570    IFS=$as_save_IFS
  1.1571    test -z "$as_dir" && as_dir=.
  1.1572      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1573 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1574 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1575      ac_cv_path_STAT="$as_dir/$ac_word$ac_exec_ext"
  1.1576      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1577      break 2
  1.1578 @@ -10316,7 +10347,7 @@
  1.1579  set dummy time; ac_word=$2
  1.1580  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1581  $as_echo_n "checking for $ac_word... " >&6; }
  1.1582 -if test "${ac_cv_path_TIME+set}" = set; then :
  1.1583 +if ${ac_cv_path_TIME+:} false; then :
  1.1584    $as_echo_n "(cached) " >&6
  1.1585  else
  1.1586    case $TIME in
  1.1587 @@ -10330,7 +10361,7 @@
  1.1588    IFS=$as_save_IFS
  1.1589    test -z "$as_dir" && as_dir=.
  1.1590      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1591 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1592 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1593      ac_cv_path_TIME="$as_dir/$ac_word$ac_exec_ext"
  1.1594      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1595      break 2
  1.1596 @@ -10369,7 +10400,7 @@
  1.1597  set dummy $ac_prog; ac_word=$2
  1.1598  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1599  $as_echo_n "checking for $ac_word... " >&6; }
  1.1600 -if test "${ac_cv_path_COMM+set}" = set; then :
  1.1601 +if ${ac_cv_path_COMM+:} false; then :
  1.1602    $as_echo_n "(cached) " >&6
  1.1603  else
  1.1604    case $COMM in
  1.1605 @@ -10383,7 +10414,7 @@
  1.1606    IFS=$as_save_IFS
  1.1607    test -z "$as_dir" && as_dir=.
  1.1608      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1609 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1610 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1611      ac_cv_path_COMM="$as_dir/$ac_word$ac_exec_ext"
  1.1612      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1613      break 2
  1.1614 @@ -10431,7 +10462,7 @@
  1.1615  set dummy $ac_prog; ac_word=$2
  1.1616  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1617  $as_echo_n "checking for $ac_word... " >&6; }
  1.1618 -if test "${ac_cv_path_XATTR+set}" = set; then :
  1.1619 +if ${ac_cv_path_XATTR+:} false; then :
  1.1620    $as_echo_n "(cached) " >&6
  1.1621  else
  1.1622    case $XATTR in
  1.1623 @@ -10445,7 +10476,7 @@
  1.1624    IFS=$as_save_IFS
  1.1625    test -z "$as_dir" && as_dir=.
  1.1626      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1627 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1628 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1629      ac_cv_path_XATTR="$as_dir/$ac_word$ac_exec_ext"
  1.1630      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1631      break 2
  1.1632 @@ -10487,7 +10518,7 @@
  1.1633  set dummy codesign; ac_word=$2
  1.1634  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1635  $as_echo_n "checking for $ac_word... " >&6; }
  1.1636 -if test "${ac_cv_path_CODESIGN+set}" = set; then :
  1.1637 +if ${ac_cv_path_CODESIGN+:} false; then :
  1.1638    $as_echo_n "(cached) " >&6
  1.1639  else
  1.1640    case $CODESIGN in
  1.1641 @@ -10501,7 +10532,7 @@
  1.1642    IFS=$as_save_IFS
  1.1643    test -z "$as_dir" && as_dir=.
  1.1644      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1645 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1646 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1647      ac_cv_path_CODESIGN="$as_dir/$ac_word$ac_exec_ext"
  1.1648      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1649      break 2
  1.1650 @@ -10551,7 +10582,7 @@
  1.1651  set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
  1.1652  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1653  $as_echo_n "checking for $ac_word... " >&6; }
  1.1654 -if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
  1.1655 +if ${ac_cv_path_PKG_CONFIG+:} false; then :
  1.1656    $as_echo_n "(cached) " >&6
  1.1657  else
  1.1658    case $PKG_CONFIG in
  1.1659 @@ -10565,7 +10596,7 @@
  1.1660    IFS=$as_save_IFS
  1.1661    test -z "$as_dir" && as_dir=.
  1.1662      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1663 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1664 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1665      ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
  1.1666      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1667      break 2
  1.1668 @@ -10594,7 +10625,7 @@
  1.1669  set dummy pkg-config; ac_word=$2
  1.1670  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1671  $as_echo_n "checking for $ac_word... " >&6; }
  1.1672 -if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then :
  1.1673 +if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
  1.1674    $as_echo_n "(cached) " >&6
  1.1675  else
  1.1676    case $ac_pt_PKG_CONFIG in
  1.1677 @@ -10608,7 +10639,7 @@
  1.1678    IFS=$as_save_IFS
  1.1679    test -z "$as_dir" && as_dir=.
  1.1680      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1681 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1682 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1683      ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
  1.1684      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1685      break 2
  1.1686 @@ -10767,7 +10798,7 @@
  1.1687  set dummy $ac_prog; ac_word=$2
  1.1688  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1689  $as_echo_n "checking for $ac_word... " >&6; }
  1.1690 -if test "${ac_cv_prog_BDEPS_UNZIP+set}" = set; then :
  1.1691 +if ${ac_cv_prog_BDEPS_UNZIP+:} false; then :
  1.1692    $as_echo_n "(cached) " >&6
  1.1693  else
  1.1694    if test -n "$BDEPS_UNZIP"; then
  1.1695 @@ -10779,7 +10810,7 @@
  1.1696    IFS=$as_save_IFS
  1.1697    test -z "$as_dir" && as_dir=.
  1.1698      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1699 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1700 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1701      ac_cv_prog_BDEPS_UNZIP="$ac_prog"
  1.1702      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1703      break 2
  1.1704 @@ -10813,7 +10844,7 @@
  1.1705  set dummy $ac_prog; ac_word=$2
  1.1706  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1707  $as_echo_n "checking for $ac_word... " >&6; }
  1.1708 -if test "${ac_cv_prog_BDEPS_FTP+set}" = set; then :
  1.1709 +if ${ac_cv_prog_BDEPS_FTP+:} false; then :
  1.1710    $as_echo_n "(cached) " >&6
  1.1711  else
  1.1712    if test -n "$BDEPS_FTP"; then
  1.1713 @@ -10825,7 +10856,7 @@
  1.1714    IFS=$as_save_IFS
  1.1715    test -z "$as_dir" && as_dir=.
  1.1716      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1717 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1718 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1719      ac_cv_prog_BDEPS_FTP="$ac_prog"
  1.1720      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1721      break 2
  1.1722 @@ -12109,7 +12140,7 @@
  1.1723  set dummy javac; ac_word=$2
  1.1724  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1725  $as_echo_n "checking for $ac_word... " >&6; }
  1.1726 -if test "${ac_cv_path_JAVAC_CHECK+set}" = set; then :
  1.1727 +if ${ac_cv_path_JAVAC_CHECK+:} false; then :
  1.1728    $as_echo_n "(cached) " >&6
  1.1729  else
  1.1730    case $JAVAC_CHECK in
  1.1731 @@ -12123,7 +12154,7 @@
  1.1732    IFS=$as_save_IFS
  1.1733    test -z "$as_dir" && as_dir=.
  1.1734      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1735 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1736 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1737      ac_cv_path_JAVAC_CHECK="$as_dir/$ac_word$ac_exec_ext"
  1.1738      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1739      break 2
  1.1740 @@ -12149,7 +12180,7 @@
  1.1741  set dummy java; ac_word=$2
  1.1742  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1743  $as_echo_n "checking for $ac_word... " >&6; }
  1.1744 -if test "${ac_cv_path_JAVA_CHECK+set}" = set; then :
  1.1745 +if ${ac_cv_path_JAVA_CHECK+:} false; then :
  1.1746    $as_echo_n "(cached) " >&6
  1.1747  else
  1.1748    case $JAVA_CHECK in
  1.1749 @@ -12163,7 +12194,7 @@
  1.1750    IFS=$as_save_IFS
  1.1751    test -z "$as_dir" && as_dir=.
  1.1752      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1753 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1754 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1755      ac_cv_path_JAVA_CHECK="$as_dir/$ac_word$ac_exec_ext"
  1.1756      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1757      break 2
  1.1758 @@ -16478,7 +16509,7 @@
  1.1759  set dummy $ac_prog; ac_word=$2
  1.1760  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1761  $as_echo_n "checking for $ac_word... " >&6; }
  1.1762 -if test "${ac_cv_path_JTREGEXE+set}" = set; then :
  1.1763 +if ${ac_cv_path_JTREGEXE+:} false; then :
  1.1764    $as_echo_n "(cached) " >&6
  1.1765  else
  1.1766    case $JTREGEXE in
  1.1767 @@ -16492,7 +16523,7 @@
  1.1768    IFS=$as_save_IFS
  1.1769    test -z "$as_dir" && as_dir=.
  1.1770      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1771 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1772 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1773      ac_cv_path_JTREGEXE="$as_dir/$ac_word$ac_exec_ext"
  1.1774      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1775      break 2
  1.1776 @@ -16546,7 +16577,7 @@
  1.1777  set dummy link; ac_word=$2
  1.1778  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1779  $as_echo_n "checking for $ac_word... " >&6; }
  1.1780 -if test "${ac_cv_path_CYGWIN_LINK+set}" = set; then :
  1.1781 +if ${ac_cv_path_CYGWIN_LINK+:} false; then :
  1.1782    $as_echo_n "(cached) " >&6
  1.1783  else
  1.1784    case $CYGWIN_LINK in
  1.1785 @@ -16560,7 +16591,7 @@
  1.1786    IFS=$as_save_IFS
  1.1787    test -z "$as_dir" && as_dir=.
  1.1788      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1789 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1790 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1791      ac_cv_path_CYGWIN_LINK="$as_dir/$ac_word$ac_exec_ext"
  1.1792      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1793      break 2
  1.1794 @@ -17989,7 +18020,7 @@
  1.1795  set dummy $ac_prog; ac_word=$2
  1.1796  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1797  $as_echo_n "checking for $ac_word... " >&6; }
  1.1798 -if test "${ac_cv_path_BUILD_CC+set}" = set; then :
  1.1799 +if ${ac_cv_path_BUILD_CC+:} false; then :
  1.1800    $as_echo_n "(cached) " >&6
  1.1801  else
  1.1802    case $BUILD_CC in
  1.1803 @@ -18003,7 +18034,7 @@
  1.1804    IFS=$as_save_IFS
  1.1805    test -z "$as_dir" && as_dir=.
  1.1806      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1807 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1808 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1809      ac_cv_path_BUILD_CC="$as_dir/$ac_word$ac_exec_ext"
  1.1810      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1811      break 2
  1.1812 @@ -18300,7 +18331,7 @@
  1.1813  set dummy $ac_prog; ac_word=$2
  1.1814  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1815  $as_echo_n "checking for $ac_word... " >&6; }
  1.1816 -if test "${ac_cv_path_BUILD_CXX+set}" = set; then :
  1.1817 +if ${ac_cv_path_BUILD_CXX+:} false; then :
  1.1818    $as_echo_n "(cached) " >&6
  1.1819  else
  1.1820    case $BUILD_CXX in
  1.1821 @@ -18314,7 +18345,7 @@
  1.1822    IFS=$as_save_IFS
  1.1823    test -z "$as_dir" && as_dir=.
  1.1824      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1825 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1826 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1827      ac_cv_path_BUILD_CXX="$as_dir/$ac_word$ac_exec_ext"
  1.1828      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1829      break 2
  1.1830 @@ -18609,7 +18640,7 @@
  1.1831  set dummy ld; ac_word=$2
  1.1832  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1833  $as_echo_n "checking for $ac_word... " >&6; }
  1.1834 -if test "${ac_cv_path_BUILD_LD+set}" = set; then :
  1.1835 +if ${ac_cv_path_BUILD_LD+:} false; then :
  1.1836    $as_echo_n "(cached) " >&6
  1.1837  else
  1.1838    case $BUILD_LD in
  1.1839 @@ -18623,7 +18654,7 @@
  1.1840    IFS=$as_save_IFS
  1.1841    test -z "$as_dir" && as_dir=.
  1.1842      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1843 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1844 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1845      ac_cv_path_BUILD_LD="$as_dir/$ac_word$ac_exec_ext"
  1.1846      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1847      break 2
  1.1848 @@ -19116,7 +19147,7 @@
  1.1849  set dummy $ac_prog; ac_word=$2
  1.1850  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1851  $as_echo_n "checking for $ac_word... " >&6; }
  1.1852 -if test "${ac_cv_path_TOOLS_DIR_CC+set}" = set; then :
  1.1853 +if ${ac_cv_path_TOOLS_DIR_CC+:} false; then :
  1.1854    $as_echo_n "(cached) " >&6
  1.1855  else
  1.1856    case $TOOLS_DIR_CC in
  1.1857 @@ -19130,7 +19161,7 @@
  1.1858    IFS=$as_save_IFS
  1.1859    test -z "$as_dir" && as_dir=.
  1.1860      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1861 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1862 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1863      ac_cv_path_TOOLS_DIR_CC="$as_dir/$ac_word$ac_exec_ext"
  1.1864      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1865      break 2
  1.1866 @@ -19168,7 +19199,7 @@
  1.1867  set dummy $ac_prog; ac_word=$2
  1.1868  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1869  $as_echo_n "checking for $ac_word... " >&6; }
  1.1870 -if test "${ac_cv_path_POTENTIAL_CC+set}" = set; then :
  1.1871 +if ${ac_cv_path_POTENTIAL_CC+:} false; then :
  1.1872    $as_echo_n "(cached) " >&6
  1.1873  else
  1.1874    case $POTENTIAL_CC in
  1.1875 @@ -19182,7 +19213,7 @@
  1.1876    IFS=$as_save_IFS
  1.1877    test -z "$as_dir" && as_dir=.
  1.1878      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1879 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1880 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1881      ac_cv_path_POTENTIAL_CC="$as_dir/$ac_word$ac_exec_ext"
  1.1882      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1883      break 2
  1.1884 @@ -19581,7 +19612,7 @@
  1.1885  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  1.1886  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1887  $as_echo_n "checking for $ac_word... " >&6; }
  1.1888 -if test "${ac_cv_prog_PROPER_COMPILER_CC+set}" = set; then :
  1.1889 +if ${ac_cv_prog_PROPER_COMPILER_CC+:} false; then :
  1.1890    $as_echo_n "(cached) " >&6
  1.1891  else
  1.1892    if test -n "$PROPER_COMPILER_CC"; then
  1.1893 @@ -19593,7 +19624,7 @@
  1.1894    IFS=$as_save_IFS
  1.1895    test -z "$as_dir" && as_dir=.
  1.1896      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1897 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1898 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1899      ac_cv_prog_PROPER_COMPILER_CC="$ac_tool_prefix$ac_prog"
  1.1900      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1901      break 2
  1.1902 @@ -19625,7 +19656,7 @@
  1.1903  set dummy $ac_prog; ac_word=$2
  1.1904  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1905  $as_echo_n "checking for $ac_word... " >&6; }
  1.1906 -if test "${ac_cv_prog_ac_ct_PROPER_COMPILER_CC+set}" = set; then :
  1.1907 +if ${ac_cv_prog_ac_ct_PROPER_COMPILER_CC+:} false; then :
  1.1908    $as_echo_n "(cached) " >&6
  1.1909  else
  1.1910    if test -n "$ac_ct_PROPER_COMPILER_CC"; then
  1.1911 @@ -19637,7 +19668,7 @@
  1.1912    IFS=$as_save_IFS
  1.1913    test -z "$as_dir" && as_dir=.
  1.1914      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1915 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1916 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1917      ac_cv_prog_ac_ct_PROPER_COMPILER_CC="$ac_prog"
  1.1918      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1919      break 2
  1.1920 @@ -20075,7 +20106,7 @@
  1.1921  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  1.1922  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1923  $as_echo_n "checking for $ac_word... " >&6; }
  1.1924 -if test "${ac_cv_prog_CC+set}" = set; then :
  1.1925 +if ${ac_cv_prog_CC+:} false; then :
  1.1926    $as_echo_n "(cached) " >&6
  1.1927  else
  1.1928    if test -n "$CC"; then
  1.1929 @@ -20087,7 +20118,7 @@
  1.1930    IFS=$as_save_IFS
  1.1931    test -z "$as_dir" && as_dir=.
  1.1932      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1933 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1934 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1935      ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
  1.1936      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1937      break 2
  1.1938 @@ -20119,7 +20150,7 @@
  1.1939  set dummy $ac_prog; ac_word=$2
  1.1940  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.1941  $as_echo_n "checking for $ac_word... " >&6; }
  1.1942 -if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
  1.1943 +if ${ac_cv_prog_ac_ct_CC+:} false; then :
  1.1944    $as_echo_n "(cached) " >&6
  1.1945  else
  1.1946    if test -n "$ac_ct_CC"; then
  1.1947 @@ -20131,7 +20162,7 @@
  1.1948    IFS=$as_save_IFS
  1.1949    test -z "$as_dir" && as_dir=.
  1.1950      for ac_exec_ext in '' $ac_executable_extensions; do
  1.1951 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.1952 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.1953      ac_cv_prog_ac_ct_CC="$ac_prog"
  1.1954      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.1955      break 2
  1.1956 @@ -20172,7 +20203,7 @@
  1.1957  test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  1.1958  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  1.1959  as_fn_error $? "no acceptable C compiler found in \$PATH
  1.1960 -See \`config.log' for more details" "$LINENO" 5 ; }
  1.1961 +See \`config.log' for more details" "$LINENO" 5; }
  1.1962  
  1.1963  # Provide some information about the compiler.
  1.1964  $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
  1.1965 @@ -20287,7 +20318,7 @@
  1.1966  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  1.1967  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  1.1968  as_fn_error 77 "C compiler cannot create executables
  1.1969 -See \`config.log' for more details" "$LINENO" 5 ; }
  1.1970 +See \`config.log' for more details" "$LINENO" 5; }
  1.1971  else
  1.1972    { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
  1.1973  $as_echo "yes" >&6; }
  1.1974 @@ -20330,7 +20361,7 @@
  1.1975    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  1.1976  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  1.1977  as_fn_error $? "cannot compute suffix of executables: cannot compile and link
  1.1978 -See \`config.log' for more details" "$LINENO" 5 ; }
  1.1979 +See \`config.log' for more details" "$LINENO" 5; }
  1.1980  fi
  1.1981  rm -f conftest conftest$ac_cv_exeext
  1.1982  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
  1.1983 @@ -20389,7 +20420,7 @@
  1.1984  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  1.1985  as_fn_error $? "cannot run C compiled programs.
  1.1986  If you meant to cross compile, use \`--host'.
  1.1987 -See \`config.log' for more details" "$LINENO" 5 ; }
  1.1988 +See \`config.log' for more details" "$LINENO" 5; }
  1.1989      fi
  1.1990    fi
  1.1991  fi
  1.1992 @@ -20400,7 +20431,7 @@
  1.1993  ac_clean_files=$ac_clean_files_save
  1.1994  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
  1.1995  $as_echo_n "checking for suffix of object files... " >&6; }
  1.1996 -if test "${ac_cv_objext+set}" = set; then :
  1.1997 +if ${ac_cv_objext+:} false; then :
  1.1998    $as_echo_n "(cached) " >&6
  1.1999  else
  1.2000    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.2001 @@ -20441,7 +20472,7 @@
  1.2002  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  1.2003  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  1.2004  as_fn_error $? "cannot compute suffix of object files: cannot compile
  1.2005 -See \`config.log' for more details" "$LINENO" 5 ; }
  1.2006 +See \`config.log' for more details" "$LINENO" 5; }
  1.2007  fi
  1.2008  rm -f conftest.$ac_cv_objext conftest.$ac_ext
  1.2009  fi
  1.2010 @@ -20451,7 +20482,7 @@
  1.2011  ac_objext=$OBJEXT
  1.2012  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
  1.2013  $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
  1.2014 -if test "${ac_cv_c_compiler_gnu+set}" = set; then :
  1.2015 +if ${ac_cv_c_compiler_gnu+:} false; then :
  1.2016    $as_echo_n "(cached) " >&6
  1.2017  else
  1.2018    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.2019 @@ -20488,7 +20519,7 @@
  1.2020  ac_save_CFLAGS=$CFLAGS
  1.2021  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
  1.2022  $as_echo_n "checking whether $CC accepts -g... " >&6; }
  1.2023 -if test "${ac_cv_prog_cc_g+set}" = set; then :
  1.2024 +if ${ac_cv_prog_cc_g+:} false; then :
  1.2025    $as_echo_n "(cached) " >&6
  1.2026  else
  1.2027    ac_save_c_werror_flag=$ac_c_werror_flag
  1.2028 @@ -20566,7 +20597,7 @@
  1.2029  fi
  1.2030  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
  1.2031  $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
  1.2032 -if test "${ac_cv_prog_cc_c89+set}" = set; then :
  1.2033 +if ${ac_cv_prog_cc_c89+:} false; then :
  1.2034    $as_echo_n "(cached) " >&6
  1.2035  else
  1.2036    ac_cv_prog_cc_c89=no
  1.2037 @@ -20575,8 +20606,7 @@
  1.2038  /* end confdefs.h.  */
  1.2039  #include <stdarg.h>
  1.2040  #include <stdio.h>
  1.2041 -#include <sys/types.h>
  1.2042 -#include <sys/stat.h>
  1.2043 +struct stat;
  1.2044  /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
  1.2045  struct buf { int x; };
  1.2046  FILE * (*rcsopen) (struct buf *, struct stat *, int);
  1.2047 @@ -20689,7 +20719,7 @@
  1.2048  set dummy $ac_prog; ac_word=$2
  1.2049  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.2050  $as_echo_n "checking for $ac_word... " >&6; }
  1.2051 -if test "${ac_cv_path_TOOLS_DIR_CXX+set}" = set; then :
  1.2052 +if ${ac_cv_path_TOOLS_DIR_CXX+:} false; then :
  1.2053    $as_echo_n "(cached) " >&6
  1.2054  else
  1.2055    case $TOOLS_DIR_CXX in
  1.2056 @@ -20703,7 +20733,7 @@
  1.2057    IFS=$as_save_IFS
  1.2058    test -z "$as_dir" && as_dir=.
  1.2059      for ac_exec_ext in '' $ac_executable_extensions; do
  1.2060 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.2061 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.2062      ac_cv_path_TOOLS_DIR_CXX="$as_dir/$ac_word$ac_exec_ext"
  1.2063      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2064      break 2
  1.2065 @@ -20741,7 +20771,7 @@
  1.2066  set dummy $ac_prog; ac_word=$2
  1.2067  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.2068  $as_echo_n "checking for $ac_word... " >&6; }
  1.2069 -if test "${ac_cv_path_POTENTIAL_CXX+set}" = set; then :
  1.2070 +if ${ac_cv_path_POTENTIAL_CXX+:} false; then :
  1.2071    $as_echo_n "(cached) " >&6
  1.2072  else
  1.2073    case $POTENTIAL_CXX in
  1.2074 @@ -20755,7 +20785,7 @@
  1.2075    IFS=$as_save_IFS
  1.2076    test -z "$as_dir" && as_dir=.
  1.2077      for ac_exec_ext in '' $ac_executable_extensions; do
  1.2078 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.2079 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.2080      ac_cv_path_POTENTIAL_CXX="$as_dir/$ac_word$ac_exec_ext"
  1.2081      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2082      break 2
  1.2083 @@ -21154,7 +21184,7 @@
  1.2084  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  1.2085  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.2086  $as_echo_n "checking for $ac_word... " >&6; }
  1.2087 -if test "${ac_cv_prog_PROPER_COMPILER_CXX+set}" = set; then :
  1.2088 +if ${ac_cv_prog_PROPER_COMPILER_CXX+:} false; then :
  1.2089    $as_echo_n "(cached) " >&6
  1.2090  else
  1.2091    if test -n "$PROPER_COMPILER_CXX"; then
  1.2092 @@ -21166,7 +21196,7 @@
  1.2093    IFS=$as_save_IFS
  1.2094    test -z "$as_dir" && as_dir=.
  1.2095      for ac_exec_ext in '' $ac_executable_extensions; do
  1.2096 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.2097 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.2098      ac_cv_prog_PROPER_COMPILER_CXX="$ac_tool_prefix$ac_prog"
  1.2099      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2100      break 2
  1.2101 @@ -21198,7 +21228,7 @@
  1.2102  set dummy $ac_prog; ac_word=$2
  1.2103  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.2104  $as_echo_n "checking for $ac_word... " >&6; }
  1.2105 -if test "${ac_cv_prog_ac_ct_PROPER_COMPILER_CXX+set}" = set; then :
  1.2106 +if ${ac_cv_prog_ac_ct_PROPER_COMPILER_CXX+:} false; then :
  1.2107    $as_echo_n "(cached) " >&6
  1.2108  else
  1.2109    if test -n "$ac_ct_PROPER_COMPILER_CXX"; then
  1.2110 @@ -21210,7 +21240,7 @@
  1.2111    IFS=$as_save_IFS
  1.2112    test -z "$as_dir" && as_dir=.
  1.2113      for ac_exec_ext in '' $ac_executable_extensions; do
  1.2114 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.2115 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.2116      ac_cv_prog_ac_ct_PROPER_COMPILER_CXX="$ac_prog"
  1.2117      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2118      break 2
  1.2119 @@ -21652,7 +21682,7 @@
  1.2120  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  1.2121  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.2122  $as_echo_n "checking for $ac_word... " >&6; }
  1.2123 -if test "${ac_cv_prog_CXX+set}" = set; then :
  1.2124 +if ${ac_cv_prog_CXX+:} false; then :
  1.2125    $as_echo_n "(cached) " >&6
  1.2126  else
  1.2127    if test -n "$CXX"; then
  1.2128 @@ -21664,7 +21694,7 @@
  1.2129    IFS=$as_save_IFS
  1.2130    test -z "$as_dir" && as_dir=.
  1.2131      for ac_exec_ext in '' $ac_executable_extensions; do
  1.2132 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.2133 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.2134      ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
  1.2135      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2136      break 2
  1.2137 @@ -21696,7 +21726,7 @@
  1.2138  set dummy $ac_prog; ac_word=$2
  1.2139  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.2140  $as_echo_n "checking for $ac_word... " >&6; }
  1.2141 -if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
  1.2142 +if ${ac_cv_prog_ac_ct_CXX+:} false; then :
  1.2143    $as_echo_n "(cached) " >&6
  1.2144  else
  1.2145    if test -n "$ac_ct_CXX"; then
  1.2146 @@ -21708,7 +21738,7 @@
  1.2147    IFS=$as_save_IFS
  1.2148    test -z "$as_dir" && as_dir=.
  1.2149      for ac_exec_ext in '' $ac_executable_extensions; do
  1.2150 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.2151 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.2152      ac_cv_prog_ac_ct_CXX="$ac_prog"
  1.2153      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2154      break 2
  1.2155 @@ -21774,7 +21804,7 @@
  1.2156  
  1.2157  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
  1.2158  $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
  1.2159 -if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
  1.2160 +if ${ac_cv_cxx_compiler_gnu+:} false; then :
  1.2161    $as_echo_n "(cached) " >&6
  1.2162  else
  1.2163    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.2164 @@ -21811,7 +21841,7 @@
  1.2165  ac_save_CXXFLAGS=$CXXFLAGS
  1.2166  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
  1.2167  $as_echo_n "checking whether $CXX accepts -g... " >&6; }
  1.2168 -if test "${ac_cv_prog_cxx_g+set}" = set; then :
  1.2169 +if ${ac_cv_prog_cxx_g+:} false; then :
  1.2170    $as_echo_n "(cached) " >&6
  1.2171  else
  1.2172    ac_save_cxx_werror_flag=$ac_cxx_werror_flag
  1.2173 @@ -21909,7 +21939,7 @@
  1.2174  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  1.2175  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.2176  $as_echo_n "checking for $ac_word... " >&6; }
  1.2177 -if test "${ac_cv_prog_OBJC+set}" = set; then :
  1.2178 +if ${ac_cv_prog_OBJC+:} false; then :
  1.2179    $as_echo_n "(cached) " >&6
  1.2180  else
  1.2181    if test -n "$OBJC"; then
  1.2182 @@ -21921,7 +21951,7 @@
  1.2183    IFS=$as_save_IFS
  1.2184    test -z "$as_dir" && as_dir=.
  1.2185      for ac_exec_ext in '' $ac_executable_extensions; do
  1.2186 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.2187 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.2188      ac_cv_prog_OBJC="$ac_tool_prefix$ac_prog"
  1.2189      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2190      break 2
  1.2191 @@ -21953,7 +21983,7 @@
  1.2192  set dummy $ac_prog; ac_word=$2
  1.2193  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.2194  $as_echo_n "checking for $ac_word... " >&6; }
  1.2195 -if test "${ac_cv_prog_ac_ct_OBJC+set}" = set; then :
  1.2196 +if ${ac_cv_prog_ac_ct_OBJC+:} false; then :
  1.2197    $as_echo_n "(cached) " >&6
  1.2198  else
  1.2199    if test -n "$ac_ct_OBJC"; then
  1.2200 @@ -21965,7 +21995,7 @@
  1.2201    IFS=$as_save_IFS
  1.2202    test -z "$as_dir" && as_dir=.
  1.2203      for ac_exec_ext in '' $ac_executable_extensions; do
  1.2204 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.2205 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.2206      ac_cv_prog_ac_ct_OBJC="$ac_prog"
  1.2207      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2208      break 2
  1.2209 @@ -22029,7 +22059,7 @@
  1.2210  
  1.2211  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU Objective C compiler" >&5
  1.2212  $as_echo_n "checking whether we are using the GNU Objective C compiler... " >&6; }
  1.2213 -if test "${ac_cv_objc_compiler_gnu+set}" = set; then :
  1.2214 +if ${ac_cv_objc_compiler_gnu+:} false; then :
  1.2215    $as_echo_n "(cached) " >&6
  1.2216  else
  1.2217    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.2218 @@ -22066,7 +22096,7 @@
  1.2219  ac_save_OBJCFLAGS=$OBJCFLAGS
  1.2220  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $OBJC accepts -g" >&5
  1.2221  $as_echo_n "checking whether $OBJC accepts -g... " >&6; }
  1.2222 -if test "${ac_cv_prog_objc_g+set}" = set; then :
  1.2223 +if ${ac_cv_prog_objc_g+:} false; then :
  1.2224    $as_echo_n "(cached) " >&6
  1.2225  else
  1.2226    ac_save_objc_werror_flag=$ac_objc_werror_flag
  1.2227 @@ -22442,7 +22472,7 @@
  1.2228  set dummy ${ac_tool_prefix}ar; ac_word=$2
  1.2229  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.2230  $as_echo_n "checking for $ac_word... " >&6; }
  1.2231 -if test "${ac_cv_prog_AR+set}" = set; then :
  1.2232 +if ${ac_cv_prog_AR+:} false; then :
  1.2233    $as_echo_n "(cached) " >&6
  1.2234  else
  1.2235    if test -n "$AR"; then
  1.2236 @@ -22454,7 +22484,7 @@
  1.2237    IFS=$as_save_IFS
  1.2238    test -z "$as_dir" && as_dir=.
  1.2239      for ac_exec_ext in '' $ac_executable_extensions; do
  1.2240 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.2241 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.2242      ac_cv_prog_AR="${ac_tool_prefix}ar"
  1.2243      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2244      break 2
  1.2245 @@ -22482,7 +22512,7 @@
  1.2246  set dummy ar; ac_word=$2
  1.2247  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.2248  $as_echo_n "checking for $ac_word... " >&6; }
  1.2249 -if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
  1.2250 +if ${ac_cv_prog_ac_ct_AR+:} false; then :
  1.2251    $as_echo_n "(cached) " >&6
  1.2252  else
  1.2253    if test -n "$ac_ct_AR"; then
  1.2254 @@ -22494,7 +22524,7 @@
  1.2255    IFS=$as_save_IFS
  1.2256    test -z "$as_dir" && as_dir=.
  1.2257      for ac_exec_ext in '' $ac_executable_extensions; do
  1.2258 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.2259 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.2260      ac_cv_prog_ac_ct_AR="ar"
  1.2261      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2262      break 2
  1.2263 @@ -22824,7 +22854,7 @@
  1.2264  set dummy link; ac_word=$2
  1.2265  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.2266  $as_echo_n "checking for $ac_word... " >&6; }
  1.2267 -if test "${ac_cv_prog_WINLD+set}" = set; then :
  1.2268 +if ${ac_cv_prog_WINLD+:} false; then :
  1.2269    $as_echo_n "(cached) " >&6
  1.2270  else
  1.2271    if test -n "$WINLD"; then
  1.2272 @@ -22837,7 +22867,7 @@
  1.2273    IFS=$as_save_IFS
  1.2274    test -z "$as_dir" && as_dir=.
  1.2275      for ac_exec_ext in '' $ac_executable_extensions; do
  1.2276 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.2277 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.2278      if test "$as_dir/$ac_word$ac_exec_ext" = "$CYGWIN_LINK"; then
  1.2279         ac_prog_rejected=yes
  1.2280         continue
  1.2281 @@ -23163,7 +23193,7 @@
  1.2282  set dummy mt; ac_word=$2
  1.2283  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.2284  $as_echo_n "checking for $ac_word... " >&6; }
  1.2285 -if test "${ac_cv_prog_MT+set}" = set; then :
  1.2286 +if ${ac_cv_prog_MT+:} false; then :
  1.2287    $as_echo_n "(cached) " >&6
  1.2288  else
  1.2289    if test -n "$MT"; then
  1.2290 @@ -23176,7 +23206,7 @@
  1.2291    IFS=$as_save_IFS
  1.2292    test -z "$as_dir" && as_dir=.
  1.2293      for ac_exec_ext in '' $ac_executable_extensions; do
  1.2294 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.2295 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.2296      if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/bin/mt"; then
  1.2297         ac_prog_rejected=yes
  1.2298         continue
  1.2299 @@ -23484,7 +23514,7 @@
  1.2300  set dummy rc; ac_word=$2
  1.2301  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.2302  $as_echo_n "checking for $ac_word... " >&6; }
  1.2303 -if test "${ac_cv_prog_RC+set}" = set; then :
  1.2304 +if ${ac_cv_prog_RC+:} false; then :
  1.2305    $as_echo_n "(cached) " >&6
  1.2306  else
  1.2307    if test -n "$RC"; then
  1.2308 @@ -23497,7 +23527,7 @@
  1.2309    IFS=$as_save_IFS
  1.2310    test -z "$as_dir" && as_dir=.
  1.2311      for ac_exec_ext in '' $ac_executable_extensions; do
  1.2312 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.2313 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.2314      if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/bin/rc"; then
  1.2315         ac_prog_rejected=yes
  1.2316         continue
  1.2317 @@ -23876,7 +23906,7 @@
  1.2318  set dummy lib; ac_word=$2
  1.2319  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.2320  $as_echo_n "checking for $ac_word... " >&6; }
  1.2321 -if test "${ac_cv_prog_WINAR+set}" = set; then :
  1.2322 +if ${ac_cv_prog_WINAR+:} false; then :
  1.2323    $as_echo_n "(cached) " >&6
  1.2324  else
  1.2325    if test -n "$WINAR"; then
  1.2326 @@ -23888,7 +23918,7 @@
  1.2327    IFS=$as_save_IFS
  1.2328    test -z "$as_dir" && as_dir=.
  1.2329      for ac_exec_ext in '' $ac_executable_extensions; do
  1.2330 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.2331 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.2332      ac_cv_prog_WINAR="lib"
  1.2333      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2334      break 2
  1.2335 @@ -24182,7 +24212,7 @@
  1.2336  set dummy dumpbin; ac_word=$2
  1.2337  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.2338  $as_echo_n "checking for $ac_word... " >&6; }
  1.2339 -if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
  1.2340 +if ${ac_cv_prog_DUMPBIN+:} false; then :
  1.2341    $as_echo_n "(cached) " >&6
  1.2342  else
  1.2343    if test -n "$DUMPBIN"; then
  1.2344 @@ -24194,7 +24224,7 @@
  1.2345    IFS=$as_save_IFS
  1.2346    test -z "$as_dir" && as_dir=.
  1.2347      for ac_exec_ext in '' $ac_executable_extensions; do
  1.2348 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.2349 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.2350      ac_cv_prog_DUMPBIN="dumpbin"
  1.2351      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2352      break 2
  1.2353 @@ -24501,7 +24531,7 @@
  1.2354    CPP=
  1.2355  fi
  1.2356  if test -z "$CPP"; then
  1.2357 -  if test "${ac_cv_prog_CPP+set}" = set; then :
  1.2358 +  if ${ac_cv_prog_CPP+:} false; then :
  1.2359    $as_echo_n "(cached) " >&6
  1.2360  else
  1.2361        # Double quotes because CPP needs to be expanded
  1.2362 @@ -24617,7 +24647,7 @@
  1.2363    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  1.2364  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  1.2365  as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
  1.2366 -See \`config.log' for more details" "$LINENO" 5 ; }
  1.2367 +See \`config.log' for more details" "$LINENO" 5; }
  1.2368  fi
  1.2369  
  1.2370  ac_ext=cpp
  1.2371 @@ -24901,7 +24931,7 @@
  1.2372  { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
  1.2373  $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
  1.2374  if test -z "$CXXCPP"; then
  1.2375 -  if test "${ac_cv_prog_CXXCPP+set}" = set; then :
  1.2376 +  if ${ac_cv_prog_CXXCPP+:} false; then :
  1.2377    $as_echo_n "(cached) " >&6
  1.2378  else
  1.2379        # Double quotes because CXXCPP needs to be expanded
  1.2380 @@ -25017,7 +25047,7 @@
  1.2381    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  1.2382  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  1.2383  as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
  1.2384 -See \`config.log' for more details" "$LINENO" 5 ; }
  1.2385 +See \`config.log' for more details" "$LINENO" 5; }
  1.2386  fi
  1.2387  
  1.2388  ac_ext=cpp
  1.2389 @@ -25319,7 +25349,7 @@
  1.2390  set dummy as; ac_word=$2
  1.2391  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.2392  $as_echo_n "checking for $ac_word... " >&6; }
  1.2393 -if test "${ac_cv_path_AS+set}" = set; then :
  1.2394 +if ${ac_cv_path_AS+:} false; then :
  1.2395    $as_echo_n "(cached) " >&6
  1.2396  else
  1.2397    case $AS in
  1.2398 @@ -25333,7 +25363,7 @@
  1.2399    IFS=$as_save_IFS
  1.2400    test -z "$as_dir" && as_dir=.
  1.2401      for ac_exec_ext in '' $ac_executable_extensions; do
  1.2402 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.2403 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.2404      ac_cv_path_AS="$as_dir/$ac_word$ac_exec_ext"
  1.2405      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2406      break 2
  1.2407 @@ -25631,7 +25661,7 @@
  1.2408  set dummy nm; ac_word=$2
  1.2409  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.2410  $as_echo_n "checking for $ac_word... " >&6; }
  1.2411 -if test "${ac_cv_path_NM+set}" = set; then :
  1.2412 +if ${ac_cv_path_NM+:} false; then :
  1.2413    $as_echo_n "(cached) " >&6
  1.2414  else
  1.2415    case $NM in
  1.2416 @@ -25645,7 +25675,7 @@
  1.2417    IFS=$as_save_IFS
  1.2418    test -z "$as_dir" && as_dir=.
  1.2419      for ac_exec_ext in '' $ac_executable_extensions; do
  1.2420 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.2421 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.2422      ac_cv_path_NM="$as_dir/$ac_word$ac_exec_ext"
  1.2423      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2424      break 2
  1.2425 @@ -25937,7 +25967,7 @@
  1.2426  set dummy gnm; ac_word=$2
  1.2427  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.2428  $as_echo_n "checking for $ac_word... " >&6; }
  1.2429 -if test "${ac_cv_path_GNM+set}" = set; then :
  1.2430 +if ${ac_cv_path_GNM+:} false; then :
  1.2431    $as_echo_n "(cached) " >&6
  1.2432  else
  1.2433    case $GNM in
  1.2434 @@ -25951,7 +25981,7 @@
  1.2435    IFS=$as_save_IFS
  1.2436    test -z "$as_dir" && as_dir=.
  1.2437      for ac_exec_ext in '' $ac_executable_extensions; do
  1.2438 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.2439 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.2440      ac_cv_path_GNM="$as_dir/$ac_word$ac_exec_ext"
  1.2441      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2442      break 2
  1.2443 @@ -26243,7 +26273,7 @@
  1.2444  set dummy strip; ac_word=$2
  1.2445  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.2446  $as_echo_n "checking for $ac_word... " >&6; }
  1.2447 -if test "${ac_cv_path_STRIP+set}" = set; then :
  1.2448 +if ${ac_cv_path_STRIP+:} false; then :
  1.2449    $as_echo_n "(cached) " >&6
  1.2450  else
  1.2451    case $STRIP in
  1.2452 @@ -26257,7 +26287,7 @@
  1.2453    IFS=$as_save_IFS
  1.2454    test -z "$as_dir" && as_dir=.
  1.2455      for ac_exec_ext in '' $ac_executable_extensions; do
  1.2456 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.2457 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.2458      ac_cv_path_STRIP="$as_dir/$ac_word$ac_exec_ext"
  1.2459      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2460      break 2
  1.2461 @@ -26549,7 +26579,7 @@
  1.2462  set dummy mcs; ac_word=$2
  1.2463  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.2464  $as_echo_n "checking for $ac_word... " >&6; }
  1.2465 -if test "${ac_cv_path_MCS+set}" = set; then :
  1.2466 +if ${ac_cv_path_MCS+:} false; then :
  1.2467    $as_echo_n "(cached) " >&6
  1.2468  else
  1.2469    case $MCS in
  1.2470 @@ -26563,7 +26593,7 @@
  1.2471    IFS=$as_save_IFS
  1.2472    test -z "$as_dir" && as_dir=.
  1.2473      for ac_exec_ext in '' $ac_executable_extensions; do
  1.2474 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.2475 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.2476      ac_cv_path_MCS="$as_dir/$ac_word$ac_exec_ext"
  1.2477      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2478      break 2
  1.2479 @@ -26857,7 +26887,7 @@
  1.2480  set dummy ${ac_tool_prefix}nm; ac_word=$2
  1.2481  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.2482  $as_echo_n "checking for $ac_word... " >&6; }
  1.2483 -if test "${ac_cv_prog_NM+set}" = set; then :
  1.2484 +if ${ac_cv_prog_NM+:} false; then :
  1.2485    $as_echo_n "(cached) " >&6
  1.2486  else
  1.2487    if test -n "$NM"; then
  1.2488 @@ -26869,7 +26899,7 @@
  1.2489    IFS=$as_save_IFS
  1.2490    test -z "$as_dir" && as_dir=.
  1.2491      for ac_exec_ext in '' $ac_executable_extensions; do
  1.2492 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.2493 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.2494      ac_cv_prog_NM="${ac_tool_prefix}nm"
  1.2495      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2496      break 2
  1.2497 @@ -26897,7 +26927,7 @@
  1.2498  set dummy nm; ac_word=$2
  1.2499  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.2500  $as_echo_n "checking for $ac_word... " >&6; }
  1.2501 -if test "${ac_cv_prog_ac_ct_NM+set}" = set; then :
  1.2502 +if ${ac_cv_prog_ac_ct_NM+:} false; then :
  1.2503    $as_echo_n "(cached) " >&6
  1.2504  else
  1.2505    if test -n "$ac_ct_NM"; then
  1.2506 @@ -26909,7 +26939,7 @@
  1.2507    IFS=$as_save_IFS
  1.2508    test -z "$as_dir" && as_dir=.
  1.2509      for ac_exec_ext in '' $ac_executable_extensions; do
  1.2510 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.2511 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.2512      ac_cv_prog_ac_ct_NM="nm"
  1.2513      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2514      break 2
  1.2515 @@ -27217,7 +27247,7 @@
  1.2516  set dummy ${ac_tool_prefix}strip; ac_word=$2
  1.2517  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.2518  $as_echo_n "checking for $ac_word... " >&6; }
  1.2519 -if test "${ac_cv_prog_STRIP+set}" = set; then :
  1.2520 +if ${ac_cv_prog_STRIP+:} false; then :
  1.2521    $as_echo_n "(cached) " >&6
  1.2522  else
  1.2523    if test -n "$STRIP"; then
  1.2524 @@ -27229,7 +27259,7 @@
  1.2525    IFS=$as_save_IFS
  1.2526    test -z "$as_dir" && as_dir=.
  1.2527      for ac_exec_ext in '' $ac_executable_extensions; do
  1.2528 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.2529 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.2530      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
  1.2531      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2532      break 2
  1.2533 @@ -27257,7 +27287,7 @@
  1.2534  set dummy strip; ac_word=$2
  1.2535  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.2536  $as_echo_n "checking for $ac_word... " >&6; }
  1.2537 -if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
  1.2538 +if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
  1.2539    $as_echo_n "(cached) " >&6
  1.2540  else
  1.2541    if test -n "$ac_ct_STRIP"; then
  1.2542 @@ -27269,7 +27299,7 @@
  1.2543    IFS=$as_save_IFS
  1.2544    test -z "$as_dir" && as_dir=.
  1.2545      for ac_exec_ext in '' $ac_executable_extensions; do
  1.2546 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.2547 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.2548      ac_cv_prog_ac_ct_STRIP="strip"
  1.2549      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2550      break 2
  1.2551 @@ -27582,7 +27612,7 @@
  1.2552  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  1.2553  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.2554  $as_echo_n "checking for $ac_word... " >&6; }
  1.2555 -if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
  1.2556 +if ${ac_cv_prog_OBJCOPY+:} false; then :
  1.2557    $as_echo_n "(cached) " >&6
  1.2558  else
  1.2559    if test -n "$OBJCOPY"; then
  1.2560 @@ -27594,7 +27624,7 @@
  1.2561    IFS=$as_save_IFS
  1.2562    test -z "$as_dir" && as_dir=.
  1.2563      for ac_exec_ext in '' $ac_executable_extensions; do
  1.2564 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.2565 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.2566      ac_cv_prog_OBJCOPY="$ac_tool_prefix$ac_prog"
  1.2567      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2568      break 2
  1.2569 @@ -27626,7 +27656,7 @@
  1.2570  set dummy $ac_prog; ac_word=$2
  1.2571  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.2572  $as_echo_n "checking for $ac_word... " >&6; }
  1.2573 -if test "${ac_cv_prog_ac_ct_OBJCOPY+set}" = set; then :
  1.2574 +if ${ac_cv_prog_ac_ct_OBJCOPY+:} false; then :
  1.2575    $as_echo_n "(cached) " >&6
  1.2576  else
  1.2577    if test -n "$ac_ct_OBJCOPY"; then
  1.2578 @@ -27638,7 +27668,7 @@
  1.2579    IFS=$as_save_IFS
  1.2580    test -z "$as_dir" && as_dir=.
  1.2581      for ac_exec_ext in '' $ac_executable_extensions; do
  1.2582 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.2583 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.2584      ac_cv_prog_ac_ct_OBJCOPY="$ac_prog"
  1.2585      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2586      break 2
  1.2587 @@ -27953,7 +27983,7 @@
  1.2588  set dummy $ac_tool_prefix$ac_prog; ac_word=$2
  1.2589  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.2590  $as_echo_n "checking for $ac_word... " >&6; }
  1.2591 -if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
  1.2592 +if ${ac_cv_prog_OBJDUMP+:} false; then :
  1.2593    $as_echo_n "(cached) " >&6
  1.2594  else
  1.2595    if test -n "$OBJDUMP"; then
  1.2596 @@ -27965,7 +27995,7 @@
  1.2597    IFS=$as_save_IFS
  1.2598    test -z "$as_dir" && as_dir=.
  1.2599      for ac_exec_ext in '' $ac_executable_extensions; do
  1.2600 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.2601 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.2602      ac_cv_prog_OBJDUMP="$ac_tool_prefix$ac_prog"
  1.2603      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2604      break 2
  1.2605 @@ -27997,7 +28027,7 @@
  1.2606  set dummy $ac_prog; ac_word=$2
  1.2607  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.2608  $as_echo_n "checking for $ac_word... " >&6; }
  1.2609 -if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
  1.2610 +if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
  1.2611    $as_echo_n "(cached) " >&6
  1.2612  else
  1.2613    if test -n "$ac_ct_OBJDUMP"; then
  1.2614 @@ -28009,7 +28039,7 @@
  1.2615    IFS=$as_save_IFS
  1.2616    test -z "$as_dir" && as_dir=.
  1.2617      for ac_exec_ext in '' $ac_executable_extensions; do
  1.2618 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.2619 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.2620      ac_cv_prog_ac_ct_OBJDUMP="$ac_prog"
  1.2621      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2622      break 2
  1.2623 @@ -28321,7 +28351,7 @@
  1.2624  set dummy lipo; ac_word=$2
  1.2625  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.2626  $as_echo_n "checking for $ac_word... " >&6; }
  1.2627 -if test "${ac_cv_path_LIPO+set}" = set; then :
  1.2628 +if ${ac_cv_path_LIPO+:} false; then :
  1.2629    $as_echo_n "(cached) " >&6
  1.2630  else
  1.2631    case $LIPO in
  1.2632 @@ -28335,7 +28365,7 @@
  1.2633    IFS=$as_save_IFS
  1.2634    test -z "$as_dir" && as_dir=.
  1.2635      for ac_exec_ext in '' $ac_executable_extensions; do
  1.2636 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.2637 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.2638      ac_cv_path_LIPO="$as_dir/$ac_word$ac_exec_ext"
  1.2639      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.2640      break 2
  1.2641 @@ -28638,7 +28668,7 @@
  1.2642  
  1.2643  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
  1.2644  $as_echo_n "checking for ANSI C header files... " >&6; }
  1.2645 -if test "${ac_cv_header_stdc+set}" = set; then :
  1.2646 +if ${ac_cv_header_stdc+:} false; then :
  1.2647    $as_echo_n "(cached) " >&6
  1.2648  else
  1.2649    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  1.2650 @@ -28813,7 +28843,7 @@
  1.2651  for ac_header in stdio.h
  1.2652  do :
  1.2653    ac_fn_cxx_check_header_mongrel "$LINENO" "stdio.h" "ac_cv_header_stdio_h" "$ac_includes_default"
  1.2654 -if test "x$ac_cv_header_stdio_h" = x""yes; then :
  1.2655 +if test "x$ac_cv_header_stdio_h" = xyes; then :
  1.2656    cat >>confdefs.h <<_ACEOF
  1.2657  #define HAVE_STDIO_H 1
  1.2658  _ACEOF
  1.2659 @@ -28842,7 +28872,7 @@
  1.2660  # This bug is HP SR number 8606223364.
  1.2661  { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int *" >&5
  1.2662  $as_echo_n "checking size of int *... " >&6; }
  1.2663 -if test "${ac_cv_sizeof_int_p+set}" = set; then :
  1.2664 +if ${ac_cv_sizeof_int_p+:} false; then :
  1.2665    $as_echo_n "(cached) " >&6
  1.2666  else
  1.2667    if ac_fn_cxx_compute_int "$LINENO" "(long int) (sizeof (int *))" "ac_cv_sizeof_int_p"        "$ac_includes_default"; then :
  1.2668 @@ -28852,7 +28882,7 @@
  1.2669       { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  1.2670  $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  1.2671  as_fn_error 77 "cannot compute sizeof (int *)
  1.2672 -See \`config.log' for more details" "$LINENO" 5 ; }
  1.2673 +See \`config.log' for more details" "$LINENO" 5; }
  1.2674     else
  1.2675       ac_cv_sizeof_int_p=0
  1.2676     fi
  1.2677 @@ -28899,7 +28929,7 @@
  1.2678  #
  1.2679   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
  1.2680  $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
  1.2681 -if test "${ac_cv_c_bigendian+set}" = set; then :
  1.2682 +if ${ac_cv_c_bigendian+:} false; then :
  1.2683    $as_echo_n "(cached) " >&6
  1.2684  else
  1.2685    ac_cv_c_bigendian=unknown
  1.2686 @@ -30075,8 +30105,8 @@
  1.2687    have_x=disabled
  1.2688  else
  1.2689    case $x_includes,$x_libraries in #(
  1.2690 -    *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5 ;; #(
  1.2691 -    *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
  1.2692 +    *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
  1.2693 +    *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
  1.2694    $as_echo_n "(cached) " >&6
  1.2695  else
  1.2696    # One or both of the vars are not set, and there is no cached value.
  1.2697 @@ -30353,7 +30383,7 @@
  1.2698  else
  1.2699    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
  1.2700  $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
  1.2701 -if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
  1.2702 +if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then :
  1.2703    $as_echo_n "(cached) " >&6
  1.2704  else
  1.2705    ac_check_lib_save_LIBS=$LIBS
  1.2706 @@ -30387,14 +30417,14 @@
  1.2707  fi
  1.2708  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
  1.2709  $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
  1.2710 -if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
  1.2711 +if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then :
  1.2712    X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
  1.2713  fi
  1.2714  
  1.2715      if test $ac_cv_lib_dnet_dnet_ntoa = no; then
  1.2716        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
  1.2717  $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
  1.2718 -if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
  1.2719 +if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then :
  1.2720    $as_echo_n "(cached) " >&6
  1.2721  else
  1.2722    ac_check_lib_save_LIBS=$LIBS
  1.2723 @@ -30428,7 +30458,7 @@
  1.2724  fi
  1.2725  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
  1.2726  $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
  1.2727 -if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
  1.2728 +if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then :
  1.2729    X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
  1.2730  fi
  1.2731  
  1.2732 @@ -30447,14 +30477,14 @@
  1.2733      # The functions gethostbyname, getservbyname, and inet_addr are
  1.2734      # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
  1.2735      ac_fn_cxx_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
  1.2736 -if test "x$ac_cv_func_gethostbyname" = x""yes; then :
  1.2737 +if test "x$ac_cv_func_gethostbyname" = xyes; then :
  1.2738  
  1.2739  fi
  1.2740  
  1.2741      if test $ac_cv_func_gethostbyname = no; then
  1.2742        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
  1.2743  $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
  1.2744 -if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
  1.2745 +if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
  1.2746    $as_echo_n "(cached) " >&6
  1.2747  else
  1.2748    ac_check_lib_save_LIBS=$LIBS
  1.2749 @@ -30488,14 +30518,14 @@
  1.2750  fi
  1.2751  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
  1.2752  $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
  1.2753 -if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
  1.2754 +if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
  1.2755    X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
  1.2756  fi
  1.2757  
  1.2758        if test $ac_cv_lib_nsl_gethostbyname = no; then
  1.2759  	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
  1.2760  $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
  1.2761 -if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
  1.2762 +if ${ac_cv_lib_bsd_gethostbyname+:} false; then :
  1.2763    $as_echo_n "(cached) " >&6
  1.2764  else
  1.2765    ac_check_lib_save_LIBS=$LIBS
  1.2766 @@ -30529,7 +30559,7 @@
  1.2767  fi
  1.2768  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
  1.2769  $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
  1.2770 -if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
  1.2771 +if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then :
  1.2772    X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
  1.2773  fi
  1.2774  
  1.2775 @@ -30544,14 +30574,14 @@
  1.2776      # must be given before -lnsl if both are needed.  We assume that
  1.2777      # if connect needs -lnsl, so does gethostbyname.
  1.2778      ac_fn_cxx_check_func "$LINENO" "connect" "ac_cv_func_connect"
  1.2779 -if test "x$ac_cv_func_connect" = x""yes; then :
  1.2780 +if test "x$ac_cv_func_connect" = xyes; then :
  1.2781  
  1.2782  fi
  1.2783  
  1.2784      if test $ac_cv_func_connect = no; then
  1.2785        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
  1.2786  $as_echo_n "checking for connect in -lsocket... " >&6; }
  1.2787 -if test "${ac_cv_lib_socket_connect+set}" = set; then :
  1.2788 +if ${ac_cv_lib_socket_connect+:} false; then :
  1.2789    $as_echo_n "(cached) " >&6
  1.2790  else
  1.2791    ac_check_lib_save_LIBS=$LIBS
  1.2792 @@ -30585,7 +30615,7 @@
  1.2793  fi
  1.2794  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
  1.2795  $as_echo "$ac_cv_lib_socket_connect" >&6; }
  1.2796 -if test "x$ac_cv_lib_socket_connect" = x""yes; then :
  1.2797 +if test "x$ac_cv_lib_socket_connect" = xyes; then :
  1.2798    X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
  1.2799  fi
  1.2800  
  1.2801 @@ -30593,14 +30623,14 @@
  1.2802  
  1.2803      # Guillermo Gomez says -lposix is necessary on A/UX.
  1.2804      ac_fn_cxx_check_func "$LINENO" "remove" "ac_cv_func_remove"
  1.2805 -if test "x$ac_cv_func_remove" = x""yes; then :
  1.2806 +if test "x$ac_cv_func_remove" = xyes; then :
  1.2807  
  1.2808  fi
  1.2809  
  1.2810      if test $ac_cv_func_remove = no; then
  1.2811        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
  1.2812  $as_echo_n "checking for remove in -lposix... " >&6; }
  1.2813 -if test "${ac_cv_lib_posix_remove+set}" = set; then :
  1.2814 +if ${ac_cv_lib_posix_remove+:} false; then :
  1.2815    $as_echo_n "(cached) " >&6
  1.2816  else
  1.2817    ac_check_lib_save_LIBS=$LIBS
  1.2818 @@ -30634,7 +30664,7 @@
  1.2819  fi
  1.2820  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
  1.2821  $as_echo "$ac_cv_lib_posix_remove" >&6; }
  1.2822 -if test "x$ac_cv_lib_posix_remove" = x""yes; then :
  1.2823 +if test "x$ac_cv_lib_posix_remove" = xyes; then :
  1.2824    X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
  1.2825  fi
  1.2826  
  1.2827 @@ -30642,14 +30672,14 @@
  1.2828  
  1.2829      # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
  1.2830      ac_fn_cxx_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
  1.2831 -if test "x$ac_cv_func_shmat" = x""yes; then :
  1.2832 +if test "x$ac_cv_func_shmat" = xyes; then :
  1.2833  
  1.2834  fi
  1.2835  
  1.2836      if test $ac_cv_func_shmat = no; then
  1.2837        { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
  1.2838  $as_echo_n "checking for shmat in -lipc... " >&6; }
  1.2839 -if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
  1.2840 +if ${ac_cv_lib_ipc_shmat+:} false; then :
  1.2841    $as_echo_n "(cached) " >&6
  1.2842  else
  1.2843    ac_check_lib_save_LIBS=$LIBS
  1.2844 @@ -30683,7 +30713,7 @@
  1.2845  fi
  1.2846  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
  1.2847  $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
  1.2848 -if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
  1.2849 +if test "x$ac_cv_lib_ipc_shmat" = xyes; then :
  1.2850    X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
  1.2851  fi
  1.2852  
  1.2853 @@ -30701,7 +30731,7 @@
  1.2854    # John Interrante, Karl Berry
  1.2855    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
  1.2856  $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
  1.2857 -if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
  1.2858 +if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then :
  1.2859    $as_echo_n "(cached) " >&6
  1.2860  else
  1.2861    ac_check_lib_save_LIBS=$LIBS
  1.2862 @@ -30735,7 +30765,7 @@
  1.2863  fi
  1.2864  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
  1.2865  $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
  1.2866 -if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
  1.2867 +if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then :
  1.2868    X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
  1.2869  fi
  1.2870  
  1.2871 @@ -30816,7 +30846,7 @@
  1.2872  CFLAGS="$CFLAGS $X_CFLAGS"
  1.2873  
  1.2874  # Need to include Xlib.h and Xutil.h to avoid "present but cannot be compiled" warnings on Solaris 10
  1.2875 -for ac_header in X11/extensions/shape.h X11/extensions/Xrender.h X11/extensions/XTest.h
  1.2876 +for ac_header in X11/extensions/shape.h X11/extensions/Xrender.h X11/extensions/XTest.h X11/Intrinsic.h
  1.2877  do :
  1.2878    as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
  1.2879  ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" " # include <X11/Xlib.h>
  1.2880 @@ -30869,7 +30899,7 @@
  1.2881          HELP_MSG="You might be able to fix this by running '$PKGHANDLER_COMMAND'."
  1.2882      fi
  1.2883  
  1.2884 -    as_fn_error $? "Could not find all X11 headers (shape.h Xrender.h XTest.h). $HELP_MSG" "$LINENO" 5
  1.2885 +    as_fn_error $? "Could not find all X11 headers (shape.h Xrender.h XTest.h Intrinsic.h). $HELP_MSG" "$LINENO" 5
  1.2886  fi
  1.2887  
  1.2888  
  1.2889 @@ -31753,7 +31783,7 @@
  1.2890              LDFLAGS="$FREETYPE2_LIBS"
  1.2891              { $as_echo "$as_me:${as_lineno-$LINENO}: checking for FT_Init_FreeType in -lfreetype" >&5
  1.2892  $as_echo_n "checking for FT_Init_FreeType in -lfreetype... " >&6; }
  1.2893 -if test "${ac_cv_lib_freetype_FT_Init_FreeType+set}" = set; then :
  1.2894 +if ${ac_cv_lib_freetype_FT_Init_FreeType+:} false; then :
  1.2895    $as_echo_n "(cached) " >&6
  1.2896  else
  1.2897    ac_check_lib_save_LIBS=$LIBS
  1.2898 @@ -31787,7 +31817,7 @@
  1.2899  fi
  1.2900  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_freetype_FT_Init_FreeType" >&5
  1.2901  $as_echo "$ac_cv_lib_freetype_FT_Init_FreeType" >&6; }
  1.2902 -if test "x$ac_cv_lib_freetype_FT_Init_FreeType" = x""yes; then :
  1.2903 +if test "x$ac_cv_lib_freetype_FT_Init_FreeType" = xyes; then :
  1.2904    FREETYPE2_FOUND=true
  1.2905  else
  1.2906    as_fn_error $? "Could not find freetype2! $HELP_MSG " "$LINENO" 5
  1.2907 @@ -32075,7 +32105,7 @@
  1.2908  	    for ac_header in alsa/asoundlib.h
  1.2909  do :
  1.2910    ac_fn_cxx_check_header_mongrel "$LINENO" "alsa/asoundlib.h" "ac_cv_header_alsa_asoundlib_h" "$ac_includes_default"
  1.2911 -if test "x$ac_cv_header_alsa_asoundlib_h" = x""yes; then :
  1.2912 +if test "x$ac_cv_header_alsa_asoundlib_h" = xyes; then :
  1.2913    cat >>confdefs.h <<_ACEOF
  1.2914  #define HAVE_ALSA_ASOUNDLIB_H 1
  1.2915  _ACEOF
  1.2916 @@ -32134,7 +32164,7 @@
  1.2917  USE_EXTERNAL_LIBJPEG=true
  1.2918  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -ljpeg" >&5
  1.2919  $as_echo_n "checking for main in -ljpeg... " >&6; }
  1.2920 -if test "${ac_cv_lib_jpeg_main+set}" = set; then :
  1.2921 +if ${ac_cv_lib_jpeg_main+:} false; then :
  1.2922    $as_echo_n "(cached) " >&6
  1.2923  else
  1.2924    ac_check_lib_save_LIBS=$LIBS
  1.2925 @@ -32162,7 +32192,7 @@
  1.2926  fi
  1.2927  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_jpeg_main" >&5
  1.2928  $as_echo "$ac_cv_lib_jpeg_main" >&6; }
  1.2929 -if test "x$ac_cv_lib_jpeg_main" = x""yes; then :
  1.2930 +if test "x$ac_cv_lib_jpeg_main" = xyes; then :
  1.2931    cat >>confdefs.h <<_ACEOF
  1.2932  #define HAVE_LIBJPEG 1
  1.2933  _ACEOF
  1.2934 @@ -32211,7 +32241,7 @@
  1.2935      USE_EXTERNAL_LIBGIF=false
  1.2936  elif test "x${with_giflib}" = "xsystem"; then
  1.2937      ac_fn_cxx_check_header_mongrel "$LINENO" "gif_lib.h" "ac_cv_header_gif_lib_h" "$ac_includes_default"
  1.2938 -if test "x$ac_cv_header_gif_lib_h" = x""yes; then :
  1.2939 +if test "x$ac_cv_header_gif_lib_h" = xyes; then :
  1.2940  
  1.2941  else
  1.2942     as_fn_error $? "--with-giflib=system specified, but gif_lib.h not found!" "$LINENO" 5
  1.2943 @@ -32220,7 +32250,7 @@
  1.2944  
  1.2945      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for DGifGetCode in -lgif" >&5
  1.2946  $as_echo_n "checking for DGifGetCode in -lgif... " >&6; }
  1.2947 -if test "${ac_cv_lib_gif_DGifGetCode+set}" = set; then :
  1.2948 +if ${ac_cv_lib_gif_DGifGetCode+:} false; then :
  1.2949    $as_echo_n "(cached) " >&6
  1.2950  else
  1.2951    ac_check_lib_save_LIBS=$LIBS
  1.2952 @@ -32254,7 +32284,7 @@
  1.2953  fi
  1.2954  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gif_DGifGetCode" >&5
  1.2955  $as_echo "$ac_cv_lib_gif_DGifGetCode" >&6; }
  1.2956 -if test "x$ac_cv_lib_gif_DGifGetCode" = x""yes; then :
  1.2957 +if test "x$ac_cv_lib_gif_DGifGetCode" = xyes; then :
  1.2958    cat >>confdefs.h <<_ACEOF
  1.2959  #define HAVE_LIBGIF 1
  1.2960  _ACEOF
  1.2961 @@ -32286,7 +32316,7 @@
  1.2962  
  1.2963  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compress in -lz" >&5
  1.2964  $as_echo_n "checking for compress in -lz... " >&6; }
  1.2965 -if test "${ac_cv_lib_z_compress+set}" = set; then :
  1.2966 +if ${ac_cv_lib_z_compress+:} false; then :
  1.2967    $as_echo_n "(cached) " >&6
  1.2968  else
  1.2969    ac_check_lib_save_LIBS=$LIBS
  1.2970 @@ -32320,7 +32350,7 @@
  1.2971  fi
  1.2972  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_compress" >&5
  1.2973  $as_echo "$ac_cv_lib_z_compress" >&6; }
  1.2974 -if test "x$ac_cv_lib_z_compress" = x""yes; then :
  1.2975 +if test "x$ac_cv_lib_z_compress" = xyes; then :
  1.2976     ZLIB_FOUND=yes
  1.2977  else
  1.2978     ZLIB_FOUND=no
  1.2979 @@ -32413,7 +32443,7 @@
  1.2980  
  1.2981  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
  1.2982  $as_echo_n "checking for cos in -lm... " >&6; }
  1.2983 -if test "${ac_cv_lib_m_cos+set}" = set; then :
  1.2984 +if ${ac_cv_lib_m_cos+:} false; then :
  1.2985    $as_echo_n "(cached) " >&6
  1.2986  else
  1.2987    ac_check_lib_save_LIBS=$LIBS
  1.2988 @@ -32447,7 +32477,7 @@
  1.2989  fi
  1.2990  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
  1.2991  $as_echo "$ac_cv_lib_m_cos" >&6; }
  1.2992 -if test "x$ac_cv_lib_m_cos" = x""yes; then :
  1.2993 +if test "x$ac_cv_lib_m_cos" = xyes; then :
  1.2994    cat >>confdefs.h <<_ACEOF
  1.2995  #define HAVE_LIBM 1
  1.2996  _ACEOF
  1.2997 @@ -32471,7 +32501,7 @@
  1.2998  LIBS=""
  1.2999  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
  1.3000  $as_echo_n "checking for dlopen in -ldl... " >&6; }
  1.3001 -if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
  1.3002 +if ${ac_cv_lib_dl_dlopen+:} false; then :
  1.3003    $as_echo_n "(cached) " >&6
  1.3004  else
  1.3005    ac_check_lib_save_LIBS=$LIBS
  1.3006 @@ -32505,7 +32535,7 @@
  1.3007  fi
  1.3008  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
  1.3009  $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
  1.3010 -if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
  1.3011 +if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
  1.3012    cat >>confdefs.h <<_ACEOF
  1.3013  #define HAVE_LIBDL 1
  1.3014  _ACEOF
  1.3015 @@ -32735,7 +32765,7 @@
  1.3016  See the pkg-config man page for more details.
  1.3017  
  1.3018  To get pkg-config, see <http://pkg-config.freedesktop.org/>.
  1.3019 -See \`config.log' for more details" "$LINENO" 5 ; }
  1.3020 +See \`config.log' for more details" "$LINENO" 5; }
  1.3021  else
  1.3022  	LIBFFI_CFLAGS=$pkg_cv_LIBFFI_CFLAGS
  1.3023  	LIBFFI_LIBS=$pkg_cv_LIBFFI_LIBS
  1.3024 @@ -32751,7 +32781,7 @@
  1.3025  set dummy llvm-config; ac_word=$2
  1.3026  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.3027  $as_echo_n "checking for $ac_word... " >&6; }
  1.3028 -if test "${ac_cv_prog_LLVM_CONFIG+set}" = set; then :
  1.3029 +if ${ac_cv_prog_LLVM_CONFIG+:} false; then :
  1.3030    $as_echo_n "(cached) " >&6
  1.3031  else
  1.3032    if test -n "$LLVM_CONFIG"; then
  1.3033 @@ -32763,7 +32793,7 @@
  1.3034    IFS=$as_save_IFS
  1.3035    test -z "$as_dir" && as_dir=.
  1.3036      for ac_exec_ext in '' $ac_executable_extensions; do
  1.3037 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.3038 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.3039      ac_cv_prog_LLVM_CONFIG="llvm-config"
  1.3040      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.3041      break 2
  1.3042 @@ -33367,7 +33397,7 @@
  1.3043  set dummy ccache; ac_word=$2
  1.3044  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  1.3045  $as_echo_n "checking for $ac_word... " >&6; }
  1.3046 -if test "${ac_cv_path_CCACHE+set}" = set; then :
  1.3047 +if ${ac_cv_path_CCACHE+:} false; then :
  1.3048    $as_echo_n "(cached) " >&6
  1.3049  else
  1.3050    case $CCACHE in
  1.3051 @@ -33381,7 +33411,7 @@
  1.3052    IFS=$as_save_IFS
  1.3053    test -z "$as_dir" && as_dir=.
  1.3054      for ac_exec_ext in '' $ac_executable_extensions; do
  1.3055 -  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
  1.3056 +  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
  1.3057      ac_cv_path_CCACHE="$as_dir/$ac_word$ac_exec_ext"
  1.3058      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
  1.3059      break 2
  1.3060 @@ -33629,10 +33659,21 @@
  1.3061       :end' >>confcache
  1.3062  if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
  1.3063    if test -w "$cache_file"; then
  1.3064 -    test "x$cache_file" != "x/dev/null" &&
  1.3065 +    if test "x$cache_file" != "x/dev/null"; then
  1.3066        { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
  1.3067  $as_echo "$as_me: updating cache $cache_file" >&6;}
  1.3068 -    cat confcache >$cache_file
  1.3069 +      if test ! -f "$cache_file" || test -h "$cache_file"; then
  1.3070 +	cat confcache >"$cache_file"
  1.3071 +      else
  1.3072 +        case $cache_file in #(
  1.3073 +        */* | ?:*)
  1.3074 +	  mv -f confcache "$cache_file"$$ &&
  1.3075 +	  mv -f "$cache_file"$$ "$cache_file" ;; #(
  1.3076 +        *)
  1.3077 +	  mv -f confcache "$cache_file" ;;
  1.3078 +	esac
  1.3079 +      fi
  1.3080 +    fi
  1.3081    else
  1.3082      { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
  1.3083  $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
  1.3084 @@ -33664,7 +33705,7 @@
  1.3085  
  1.3086  
  1.3087  
  1.3088 -: ${CONFIG_STATUS=./config.status}
  1.3089 +: "${CONFIG_STATUS=./config.status}"
  1.3090  ac_write_fail=0
  1.3091  ac_clean_files_save=$ac_clean_files
  1.3092  ac_clean_files="$ac_clean_files $CONFIG_STATUS"
  1.3093 @@ -33765,6 +33806,7 @@
  1.3094  IFS=" ""	$as_nl"
  1.3095  
  1.3096  # Find who we are.  Look in the path if we contain no directory separator.
  1.3097 +as_myself=
  1.3098  case $0 in #((
  1.3099    *[\\/]* ) as_myself=$0 ;;
  1.3100    *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
  1.3101 @@ -33960,16 +34002,16 @@
  1.3102      # ... but there are two gotchas:
  1.3103      # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
  1.3104      # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
  1.3105 -    # In both cases, we have to default to `cp -p'.
  1.3106 +    # In both cases, we have to default to `cp -pR'.
  1.3107      ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
  1.3108 -      as_ln_s='cp -p'
  1.3109 +      as_ln_s='cp -pR'
  1.3110    elif ln conf$$.file conf$$ 2>/dev/null; then
  1.3111      as_ln_s=ln
  1.3112    else
  1.3113 -    as_ln_s='cp -p'
  1.3114 -  fi
  1.3115 -else
  1.3116 -  as_ln_s='cp -p'
  1.3117 +    as_ln_s='cp -pR'
  1.3118 +  fi
  1.3119 +else
  1.3120 +  as_ln_s='cp -pR'
  1.3121  fi
  1.3122  rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
  1.3123  rmdir conf$$.dir 2>/dev/null
  1.3124 @@ -34029,28 +34071,16 @@
  1.3125    as_mkdir_p=false
  1.3126  fi
  1.3127  
  1.3128 -if test -x / >/dev/null 2>&1; then
  1.3129 -  as_test_x='test -x'
  1.3130 -else
  1.3131 -  if ls -dL / >/dev/null 2>&1; then
  1.3132 -    as_ls_L_option=L
  1.3133 -  else
  1.3134 -    as_ls_L_option=
  1.3135 -  fi
  1.3136 -  as_test_x='
  1.3137 -    eval sh -c '\''
  1.3138 -      if test -d "$1"; then
  1.3139 -	test -d "$1/.";
  1.3140 -      else
  1.3141 -	case $1 in #(
  1.3142 -	-*)set "./$1";;
  1.3143 -	esac;
  1.3144 -	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
  1.3145 -	???[sx]*):;;*)false;;esac;fi
  1.3146 -    '\'' sh
  1.3147 -  '
  1.3148 -fi
  1.3149 -as_executable_p=$as_test_x
  1.3150 +
  1.3151 +# as_fn_executable_p FILE
  1.3152 +# -----------------------
  1.3153 +# Test if FILE is an executable regular file.
  1.3154 +as_fn_executable_p ()
  1.3155 +{
  1.3156 +  test -f "$1" && test -x "$1"
  1.3157 +} # as_fn_executable_p
  1.3158 +as_test_x='test -x'
  1.3159 +as_executable_p=as_fn_executable_p
  1.3160  
  1.3161  # Sed expression to map a string onto a valid CPP name.
  1.3162  as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
  1.3163 @@ -34072,7 +34102,7 @@
  1.3164  # values after options handling.
  1.3165  ac_log="
  1.3166  This file was extended by OpenJDK $as_me jdk8, which was
  1.3167 -generated by GNU Autoconf 2.67.  Invocation command line was
  1.3168 +generated by GNU Autoconf 2.69.  Invocation command line was
  1.3169  
  1.3170    CONFIG_FILES    = $CONFIG_FILES
  1.3171    CONFIG_HEADERS  = $CONFIG_HEADERS
  1.3172 @@ -34135,10 +34165,10 @@
  1.3173  ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
  1.3174  ac_cs_version="\\
  1.3175  OpenJDK config.status jdk8
  1.3176 -configured by $0, generated by GNU Autoconf 2.67,
  1.3177 +configured by $0, generated by GNU Autoconf 2.69,
  1.3178    with options \\"\$ac_cs_config\\"
  1.3179  
  1.3180 -Copyright (C) 2010 Free Software Foundation, Inc.
  1.3181 +Copyright (C) 2012 Free Software Foundation, Inc.
  1.3182  This config.status script is free software; the Free Software Foundation
  1.3183  gives unlimited permission to copy, distribute and modify it."
  1.3184  
  1.3185 @@ -34227,7 +34257,7 @@
  1.3186  _ACEOF
  1.3187  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  1.3188  if \$ac_cs_recheck; then
  1.3189 -  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
  1.3190 +  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
  1.3191    shift
  1.3192    \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
  1.3193    CONFIG_SHELL='$SHELL'
  1.3194 @@ -34264,7 +34294,7 @@
  1.3195      "$OUTPUT_ROOT/spec.sh") CONFIG_FILES="$CONFIG_FILES $OUTPUT_ROOT/spec.sh:$AUTOCONF_DIR/spec.sh.in" ;;
  1.3196      "$OUTPUT_ROOT/Makefile") CONFIG_FILES="$CONFIG_FILES $OUTPUT_ROOT/Makefile:$AUTOCONF_DIR/Makefile.in" ;;
  1.3197  
  1.3198 -  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
  1.3199 +  *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
  1.3200    esac
  1.3201  done
  1.3202  
  1.3203 @@ -34286,9 +34316,10 @@
  1.3204  # after its creation but before its name has been assigned to `$tmp'.
  1.3205  $debug ||
  1.3206  {
  1.3207 -  tmp=
  1.3208 +  tmp= ac_tmp=
  1.3209    trap 'exit_status=$?
  1.3210 -  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
  1.3211 +  : "${ac_tmp:=$tmp}"
  1.3212 +  { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
  1.3213  ' 0
  1.3214    trap 'as_fn_exit 1' 1 2 13 15
  1.3215  }
  1.3216 @@ -34296,12 +34327,13 @@
  1.3217  
  1.3218  {
  1.3219    tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
  1.3220 -  test -n "$tmp" && test -d "$tmp"
  1.3221 +  test -d "$tmp"
  1.3222  }  ||
  1.3223  {
  1.3224    tmp=./conf$$-$RANDOM
  1.3225    (umask 077 && mkdir "$tmp")
  1.3226  } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
  1.3227 +ac_tmp=$tmp
  1.3228  
  1.3229  # Set up the scripts for CONFIG_FILES section.
  1.3230  # No need to generate them if there are no CONFIG_FILES.
  1.3231 @@ -34323,7 +34355,7 @@
  1.3232    ac_cs_awk_cr=$ac_cr
  1.3233  fi
  1.3234  
  1.3235 -echo 'BEGIN {' >"$tmp/subs1.awk" &&
  1.3236 +echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
  1.3237  _ACEOF
  1.3238  
  1.3239  
  1.3240 @@ -34351,7 +34383,7 @@
  1.3241  rm -f conf$$subs.sh
  1.3242  
  1.3243  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  1.3244 -cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
  1.3245 +cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
  1.3246  _ACEOF
  1.3247  sed -n '
  1.3248  h
  1.3249 @@ -34399,7 +34431,7 @@
  1.3250  rm -f conf$$subs.awk
  1.3251  cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
  1.3252  _ACAWK
  1.3253 -cat >>"\$tmp/subs1.awk" <<_ACAWK &&
  1.3254 +cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
  1.3255    for (key in S) S_is_set[key] = 1
  1.3256    FS = ""
  1.3257  
  1.3258 @@ -34431,7 +34463,7 @@
  1.3259    sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
  1.3260  else
  1.3261    cat
  1.3262 -fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
  1.3263 +fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
  1.3264    || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
  1.3265  _ACEOF
  1.3266  
  1.3267 @@ -34465,7 +34497,7 @@
  1.3268  # No need to generate them if there are no CONFIG_HEADERS.
  1.3269  # This happens for instance with `./config.status Makefile'.
  1.3270  if test -n "$CONFIG_HEADERS"; then
  1.3271 -cat >"$tmp/defines.awk" <<\_ACAWK ||
  1.3272 +cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
  1.3273  BEGIN {
  1.3274  _ACEOF
  1.3275  
  1.3276 @@ -34477,8 +34509,8 @@
  1.3277  # handling of long lines.
  1.3278  ac_delim='%!_!# '
  1.3279  for ac_last_try in false false :; do
  1.3280 -  ac_t=`sed -n "/$ac_delim/p" confdefs.h`
  1.3281 -  if test -z "$ac_t"; then
  1.3282 +  ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
  1.3283 +  if test -z "$ac_tt"; then
  1.3284      break
  1.3285    elif $ac_last_try; then
  1.3286      as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
  1.3287 @@ -34579,7 +34611,7 @@
  1.3288    esac
  1.3289    case $ac_mode$ac_tag in
  1.3290    :[FHL]*:*);;
  1.3291 -  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
  1.3292 +  :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
  1.3293    :[FH]-) ac_tag=-:-;;
  1.3294    :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
  1.3295    esac
  1.3296 @@ -34598,7 +34630,7 @@
  1.3297      for ac_f
  1.3298      do
  1.3299        case $ac_f in
  1.3300 -      -) ac_f="$tmp/stdin";;
  1.3301 +      -) ac_f="$ac_tmp/stdin";;
  1.3302        *) # Look for the file first in the build tree, then in the source tree
  1.3303  	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
  1.3304  	 # because $ac_f cannot contain `:'.
  1.3305 @@ -34607,7 +34639,7 @@
  1.3306  	   [\\/$]*) false;;
  1.3307  	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
  1.3308  	   esac ||
  1.3309 -	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
  1.3310 +	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
  1.3311        esac
  1.3312        case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
  1.3313        as_fn_append ac_file_inputs " '$ac_f'"
  1.3314 @@ -34633,8 +34665,8 @@
  1.3315      esac
  1.3316  
  1.3317      case $ac_tag in
  1.3318 -    *:-:* | *:-) cat >"$tmp/stdin" \
  1.3319 -      || as_fn_error $? "could not create $ac_file" "$LINENO" 5  ;;
  1.3320 +    *:-:* | *:-) cat >"$ac_tmp/stdin" \
  1.3321 +      || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
  1.3322      esac
  1.3323      ;;
  1.3324    esac
  1.3325 @@ -34759,21 +34791,22 @@
  1.3326  s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
  1.3327  $ac_datarootdir_hack
  1.3328  "
  1.3329 -eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
  1.3330 -  || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  1.3331 +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
  1.3332 +  >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  1.3333  
  1.3334  test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
  1.3335 -  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
  1.3336 -  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
  1.3337 +  { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
  1.3338 +  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
  1.3339 +      "$ac_tmp/out"`; test -z "$ac_out"; } &&
  1.3340    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
  1.3341  which seems to be undefined.  Please make sure it is defined" >&5
  1.3342  $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
  1.3343  which seems to be undefined.  Please make sure it is defined" >&2;}
  1.3344  
  1.3345 -  rm -f "$tmp/stdin"
  1.3346 +  rm -f "$ac_tmp/stdin"
  1.3347    case $ac_file in
  1.3348 -  -) cat "$tmp/out" && rm -f "$tmp/out";;
  1.3349 -  *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
  1.3350 +  -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
  1.3351 +  *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
  1.3352    esac \
  1.3353    || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  1.3354   ;;
  1.3355 @@ -34784,20 +34817,20 @@
  1.3356    if test x"$ac_file" != x-; then
  1.3357      {
  1.3358        $as_echo "/* $configure_input  */" \
  1.3359 -      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
  1.3360 -    } >"$tmp/config.h" \
  1.3361 +      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
  1.3362 +    } >"$ac_tmp/config.h" \
  1.3363        || as_fn_error $? "could not create $ac_file" "$LINENO" 5
  1.3364 -    if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
  1.3365 +    if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
  1.3366        { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
  1.3367  $as_echo "$as_me: $ac_file is unchanged" >&6;}
  1.3368      else
  1.3369        rm -f "$ac_file"
  1.3370 -      mv "$tmp/config.h" "$ac_file" \
  1.3371 +      mv "$ac_tmp/config.h" "$ac_file" \
  1.3372  	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
  1.3373      fi
  1.3374    else
  1.3375      $as_echo "/* $configure_input  */" \
  1.3376 -      && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
  1.3377 +      && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
  1.3378        || as_fn_error $? "could not create -" "$LINENO" 5
  1.3379    fi
  1.3380   ;;

mercurial