common/autoconf/generated-configure.sh
changeset 14810 4e7fee179b4a
parent 14736 ee810661e3d1
child 15050 98a901883580
equal deleted inserted replaced
14807:adb5171c554e 14810:4e7fee179b4a
     1 #! /bin/sh
     1 #! /bin/sh
     2 # Guess values for system-dependent variables and create Makefiles.
     2 # Guess values for system-dependent variables and create Makefiles.
     3 # Generated by GNU Autoconf 2.67 for OpenJDK jdk8.
     3 # Generated by GNU Autoconf 2.68 for OpenJDK jdk8.
     4 #
     4 #
     5 # Report bugs to <build-dev@openjdk.java.net>.
     5 # Report bugs to <build-dev@openjdk.java.net>.
     6 #
     6 #
     7 #
     7 #
     8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
     8 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    89 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
    89 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
    90 # splitting by setting IFS to empty value.)
    90 # splitting by setting IFS to empty value.)
    91 IFS=" ""	$as_nl"
    91 IFS=" ""	$as_nl"
    92 
    92 
    93 # Find who we are.  Look in the path if we contain no directory separator.
    93 # Find who we are.  Look in the path if we contain no directory separator.
       
    94 as_myself=
    94 case $0 in #((
    95 case $0 in #((
    95   *[\\/]* ) as_myself=$0 ;;
    96   *[\\/]* ) as_myself=$0 ;;
    96   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    97   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    97 for as_dir in $PATH
    98 for as_dir in $PATH
    98 do
    99 do
   214 
   215 
   215       if test "x$CONFIG_SHELL" != x; then :
   216       if test "x$CONFIG_SHELL" != x; then :
   216   # We cannot yet assume a decent shell, so we have to provide a
   217   # We cannot yet assume a decent shell, so we have to provide a
   217 	# neutralization value for shells without unset; and this also
   218 	# neutralization value for shells without unset; and this also
   218 	# works around shells that cannot unset nonexistent variables.
   219 	# works around shells that cannot unset nonexistent variables.
       
   220 	# Preserve -v and -x to the replacement shell.
   219 	BASH_ENV=/dev/null
   221 	BASH_ENV=/dev/null
   220 	ENV=/dev/null
   222 	ENV=/dev/null
   221 	(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
   223 	(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
   222 	export CONFIG_SHELL
   224 	export CONFIG_SHELL
   223 	exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
   225 	case $- in # ((((
       
   226 	  *v*x* | *x*v* ) as_opts=-vx ;;
       
   227 	  *v* ) as_opts=-v ;;
       
   228 	  *x* ) as_opts=-x ;;
       
   229 	  * ) as_opts= ;;
       
   230 	esac
       
   231 	exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
   224 fi
   232 fi
   225 
   233 
   226     if test x$as_have_required = xno; then :
   234     if test x$as_have_required = xno; then :
   227   $as_echo "$0: This script requires a shell more modern than all"
   235   $as_echo "$0: This script requires a shell more modern than all"
   228   $as_echo "$0: the shells that I found on your system."
   236   $as_echo "$0: the shells that I found on your system."
   810 DEBUG_LEVEL
   818 DEBUG_LEVEL
   811 MACOSX_UNIVERSAL
   819 MACOSX_UNIVERSAL
   812 JVM_VARIANT_ZEROSHARK
   820 JVM_VARIANT_ZEROSHARK
   813 JVM_VARIANT_ZERO
   821 JVM_VARIANT_ZERO
   814 JVM_VARIANT_KERNEL
   822 JVM_VARIANT_KERNEL
       
   823 JVM_VARIANT_MINIMAL1
   815 JVM_VARIANT_CLIENT
   824 JVM_VARIANT_CLIENT
   816 JVM_VARIANT_SERVER
   825 JVM_VARIANT_SERVER
   817 JVM_VARIANTS
   826 JVM_VARIANTS
   818 JDK_VARIANT
   827 JDK_VARIANT
   819 BUILD_LOG_WRAPPER
   828 BUILD_LOG_WRAPPER
  1428   *)
  1437   *)
  1429     # FIXME: should be removed in autoconf 3.0.
  1438     # FIXME: should be removed in autoconf 3.0.
  1430     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
  1439     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
  1431     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  1440     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
  1432       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
  1441       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
  1433     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
  1442     : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
  1434     ;;
  1443     ;;
  1435 
  1444 
  1436   esac
  1445   esac
  1437 done
  1446 done
  1438 
  1447 
  1682                           cross-compiling)
  1691                           cross-compiling)
  1683   --with-devkit           use this directory as base for tools-dir and
  1692   --with-devkit           use this directory as base for tools-dir and
  1684                           sys-root (for cross-compiling)
  1693                           sys-root (for cross-compiling)
  1685   --with-jdk-variant      JDK variant to build (normal) [normal]
  1694   --with-jdk-variant      JDK variant to build (normal) [normal]
  1686   --with-jvm-variants     JVM variants (separated by commas) to build (server,
  1695   --with-jvm-variants     JVM variants (separated by commas) to build (server,
  1687                           client, kernel, zero, zeroshark) [server]
  1696                           client, minimal1, kernel, zero, zeroshark) [server]
  1688   --with-debug-level      set the debug level (release, fastdebug, slowdebug)
  1697   --with-debug-level      set the debug level (release, fastdebug, slowdebug)
  1689                           [release]
  1698                           [release]
  1690   --with-conf-name        use this as the name of the configuration [generated
  1699   --with-conf-name        use this as the name of the configuration [generated
  1691                           from important configuration options]
  1700                           from important configuration options]
  1692   --with-builddeps-conf   use this configuration file for the builddeps
  1701   --with-builddeps-conf   use this configuration file for the builddeps
  1848 
  1857 
  1849 test -n "$ac_init_help" && exit $ac_status
  1858 test -n "$ac_init_help" && exit $ac_status
  1850 if $ac_init_version; then
  1859 if $ac_init_version; then
  1851   cat <<\_ACEOF
  1860   cat <<\_ACEOF
  1852 OpenJDK configure jdk8
  1861 OpenJDK configure jdk8
  1853 generated by GNU Autoconf 2.67
  1862 generated by GNU Autoconf 2.68
  1854 
  1863 
  1855 Copyright (C) 2010 Free Software Foundation, Inc.
  1864 Copyright (C) 2010 Free Software Foundation, Inc.
  1856 This configure script is free software; the Free Software Foundation
  1865 This configure script is free software; the Free Software Foundation
  1857 gives unlimited permission to copy, distribute and modify it.
  1866 gives unlimited permission to copy, distribute and modify it.
  1858 _ACEOF
  1867 _ACEOF
  1894   $as_echo "$as_me: failed program was:" >&5
  1903   $as_echo "$as_me: failed program was:" >&5
  1895 sed 's/^/| /' conftest.$ac_ext >&5
  1904 sed 's/^/| /' conftest.$ac_ext >&5
  1896 
  1905 
  1897 	ac_retval=1
  1906 	ac_retval=1
  1898 fi
  1907 fi
  1899   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  1908   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
  1900   as_fn_set_status $ac_retval
  1909   as_fn_set_status $ac_retval
  1901 
  1910 
  1902 } # ac_fn_c_try_compile
  1911 } # ac_fn_c_try_compile
  1903 
  1912 
  1904 # ac_fn_cxx_try_compile LINENO
  1913 # ac_fn_cxx_try_compile LINENO
  1932   $as_echo "$as_me: failed program was:" >&5
  1941   $as_echo "$as_me: failed program was:" >&5
  1933 sed 's/^/| /' conftest.$ac_ext >&5
  1942 sed 's/^/| /' conftest.$ac_ext >&5
  1934 
  1943 
  1935 	ac_retval=1
  1944 	ac_retval=1
  1936 fi
  1945 fi
  1937   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  1946   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
  1938   as_fn_set_status $ac_retval
  1947   as_fn_set_status $ac_retval
  1939 
  1948 
  1940 } # ac_fn_cxx_try_compile
  1949 } # ac_fn_cxx_try_compile
  1941 
  1950 
  1942 # ac_fn_objc_try_compile LINENO
  1951 # ac_fn_objc_try_compile LINENO
  1970   $as_echo "$as_me: failed program was:" >&5
  1979   $as_echo "$as_me: failed program was:" >&5
  1971 sed 's/^/| /' conftest.$ac_ext >&5
  1980 sed 's/^/| /' conftest.$ac_ext >&5
  1972 
  1981 
  1973 	ac_retval=1
  1982 	ac_retval=1
  1974 fi
  1983 fi
  1975   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  1984   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
  1976   as_fn_set_status $ac_retval
  1985   as_fn_set_status $ac_retval
  1977 
  1986 
  1978 } # ac_fn_objc_try_compile
  1987 } # ac_fn_objc_try_compile
  1979 
  1988 
  1980 # ac_fn_c_try_cpp LINENO
  1989 # ac_fn_c_try_cpp LINENO
  2007   $as_echo "$as_me: failed program was:" >&5
  2016   $as_echo "$as_me: failed program was:" >&5
  2008 sed 's/^/| /' conftest.$ac_ext >&5
  2017 sed 's/^/| /' conftest.$ac_ext >&5
  2009 
  2018 
  2010     ac_retval=1
  2019     ac_retval=1
  2011 fi
  2020 fi
  2012   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  2021   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
  2013   as_fn_set_status $ac_retval
  2022   as_fn_set_status $ac_retval
  2014 
  2023 
  2015 } # ac_fn_c_try_cpp
  2024 } # ac_fn_c_try_cpp
  2016 
  2025 
  2017 # ac_fn_cxx_try_cpp LINENO
  2026 # ac_fn_cxx_try_cpp LINENO
  2044   $as_echo "$as_me: failed program was:" >&5
  2053   $as_echo "$as_me: failed program was:" >&5
  2045 sed 's/^/| /' conftest.$ac_ext >&5
  2054 sed 's/^/| /' conftest.$ac_ext >&5
  2046 
  2055 
  2047     ac_retval=1
  2056     ac_retval=1
  2048 fi
  2057 fi
  2049   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  2058   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
  2050   as_fn_set_status $ac_retval
  2059   as_fn_set_status $ac_retval
  2051 
  2060 
  2052 } # ac_fn_cxx_try_cpp
  2061 } # ac_fn_cxx_try_cpp
  2053 
  2062 
  2054 # ac_fn_cxx_check_header_mongrel LINENO HEADER VAR INCLUDES
  2063 # ac_fn_cxx_check_header_mongrel LINENO HEADER VAR INCLUDES
  2057 # the include files in INCLUDES and setting the cache variable VAR
  2066 # the include files in INCLUDES and setting the cache variable VAR
  2058 # accordingly.
  2067 # accordingly.
  2059 ac_fn_cxx_check_header_mongrel ()
  2068 ac_fn_cxx_check_header_mongrel ()
  2060 {
  2069 {
  2061   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  2070   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  2062   if eval "test \"\${$3+set}\"" = set; then :
  2071   if eval \${$3+:} false; then :
  2063   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  2072   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  2064 $as_echo_n "checking for $2... " >&6; }
  2073 $as_echo_n "checking for $2... " >&6; }
  2065 if eval "test \"\${$3+set}\"" = set; then :
  2074 if eval \${$3+:} false; then :
  2066   $as_echo_n "(cached) " >&6
  2075   $as_echo_n "(cached) " >&6
  2067 fi
  2076 fi
  2068 eval ac_res=\$$3
  2077 eval ac_res=\$$3
  2069 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  2078 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  2070 $as_echo "$ac_res" >&6; }
  2079 $as_echo "$ac_res" >&6; }
  2127      ) | sed "s/^/$as_me: WARNING:     /" >&2
  2136      ) | sed "s/^/$as_me: WARNING:     /" >&2
  2128     ;;
  2137     ;;
  2129 esac
  2138 esac
  2130   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  2139   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  2131 $as_echo_n "checking for $2... " >&6; }
  2140 $as_echo_n "checking for $2... " >&6; }
  2132 if eval "test \"\${$3+set}\"" = set; then :
  2141 if eval \${$3+:} false; then :
  2133   $as_echo_n "(cached) " >&6
  2142   $as_echo_n "(cached) " >&6
  2134 else
  2143 else
  2135   eval "$3=\$ac_header_compiler"
  2144   eval "$3=\$ac_header_compiler"
  2136 fi
  2145 fi
  2137 eval ac_res=\$$3
  2146 eval ac_res=\$$3
  2138 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  2147 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  2139 $as_echo "$ac_res" >&6; }
  2148 $as_echo "$ac_res" >&6; }
  2140 fi
  2149 fi
  2141   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  2150   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
  2142 
  2151 
  2143 } # ac_fn_cxx_check_header_mongrel
  2152 } # ac_fn_cxx_check_header_mongrel
  2144 
  2153 
  2145 # ac_fn_cxx_try_run LINENO
  2154 # ac_fn_cxx_try_run LINENO
  2146 # ------------------------
  2155 # ------------------------
  2177 sed 's/^/| /' conftest.$ac_ext >&5
  2186 sed 's/^/| /' conftest.$ac_ext >&5
  2178 
  2187 
  2179        ac_retval=$ac_status
  2188        ac_retval=$ac_status
  2180 fi
  2189 fi
  2181   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
  2190   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
  2182   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  2191   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
  2183   as_fn_set_status $ac_retval
  2192   as_fn_set_status $ac_retval
  2184 
  2193 
  2185 } # ac_fn_cxx_try_run
  2194 } # ac_fn_cxx_try_run
  2186 
  2195 
  2187 # ac_fn_cxx_check_header_compile LINENO HEADER VAR INCLUDES
  2196 # ac_fn_cxx_check_header_compile LINENO HEADER VAR INCLUDES
  2191 ac_fn_cxx_check_header_compile ()
  2200 ac_fn_cxx_check_header_compile ()
  2192 {
  2201 {
  2193   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  2202   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  2194   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  2203   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  2195 $as_echo_n "checking for $2... " >&6; }
  2204 $as_echo_n "checking for $2... " >&6; }
  2196 if eval "test \"\${$3+set}\"" = set; then :
  2205 if eval \${$3+:} false; then :
  2197   $as_echo_n "(cached) " >&6
  2206   $as_echo_n "(cached) " >&6
  2198 else
  2207 else
  2199   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2208   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2200 /* end confdefs.h.  */
  2209 /* end confdefs.h.  */
  2201 $4
  2210 $4
  2209 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2218 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2210 fi
  2219 fi
  2211 eval ac_res=\$$3
  2220 eval ac_res=\$$3
  2212 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  2221 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  2213 $as_echo "$ac_res" >&6; }
  2222 $as_echo "$ac_res" >&6; }
  2214   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  2223   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
  2215 
  2224 
  2216 } # ac_fn_cxx_check_header_compile
  2225 } # ac_fn_cxx_check_header_compile
  2217 
  2226 
  2218 # ac_fn_cxx_compute_int LINENO EXPR VAR INCLUDES
  2227 # ac_fn_cxx_compute_int LINENO EXPR VAR INCLUDES
  2219 # ----------------------------------------------
  2228 # ----------------------------------------------
  2386 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
  2395 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
  2387   conftest.$ac_objext conftest.beam conftest.$ac_ext
  2396   conftest.$ac_objext conftest.beam conftest.$ac_ext
  2388 rm -f conftest.val
  2397 rm -f conftest.val
  2389 
  2398 
  2390   fi
  2399   fi
  2391   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  2400   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
  2392   as_fn_set_status $ac_retval
  2401   as_fn_set_status $ac_retval
  2393 
  2402 
  2394 } # ac_fn_cxx_compute_int
  2403 } # ac_fn_cxx_compute_int
  2395 
  2404 
  2396 # ac_fn_cxx_try_link LINENO
  2405 # ac_fn_cxx_try_link LINENO
  2432   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
  2441   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
  2433   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
  2442   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
  2434   # interfere with the next link command; also delete a directory that is
  2443   # interfere with the next link command; also delete a directory that is
  2435   # left behind by Apple's compiler.  We do this before executing the actions.
  2444   # left behind by Apple's compiler.  We do this before executing the actions.
  2436   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
  2445   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
  2437   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  2446   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
  2438   as_fn_set_status $ac_retval
  2447   as_fn_set_status $ac_retval
  2439 
  2448 
  2440 } # ac_fn_cxx_try_link
  2449 } # ac_fn_cxx_try_link
  2441 
  2450 
  2442 # ac_fn_cxx_check_func LINENO FUNC VAR
  2451 # ac_fn_cxx_check_func LINENO FUNC VAR
  2445 ac_fn_cxx_check_func ()
  2454 ac_fn_cxx_check_func ()
  2446 {
  2455 {
  2447   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  2456   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  2448   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  2457   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  2449 $as_echo_n "checking for $2... " >&6; }
  2458 $as_echo_n "checking for $2... " >&6; }
  2450 if eval "test \"\${$3+set}\"" = set; then :
  2459 if eval \${$3+:} false; then :
  2451   $as_echo_n "(cached) " >&6
  2460   $as_echo_n "(cached) " >&6
  2452 else
  2461 else
  2453   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2462   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2454 /* end confdefs.h.  */
  2463 /* end confdefs.h.  */
  2455 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
  2464 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
  2500     conftest$ac_exeext conftest.$ac_ext
  2509     conftest$ac_exeext conftest.$ac_ext
  2501 fi
  2510 fi
  2502 eval ac_res=\$$3
  2511 eval ac_res=\$$3
  2503 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  2512 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  2504 $as_echo "$ac_res" >&6; }
  2513 $as_echo "$ac_res" >&6; }
  2505   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  2514   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
  2506 
  2515 
  2507 } # ac_fn_cxx_check_func
  2516 } # ac_fn_cxx_check_func
  2508 
  2517 
  2509 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
  2518 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
  2510 # -------------------------------------------------------
  2519 # -------------------------------------------------------
  2513 ac_fn_c_check_header_compile ()
  2522 ac_fn_c_check_header_compile ()
  2514 {
  2523 {
  2515   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  2524   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
  2516   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  2525   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
  2517 $as_echo_n "checking for $2... " >&6; }
  2526 $as_echo_n "checking for $2... " >&6; }
  2518 if eval "test \"\${$3+set}\"" = set; then :
  2527 if eval \${$3+:} false; then :
  2519   $as_echo_n "(cached) " >&6
  2528   $as_echo_n "(cached) " >&6
  2520 else
  2529 else
  2521   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2530   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  2522 /* end confdefs.h.  */
  2531 /* end confdefs.h.  */
  2523 $4
  2532 $4
  2531 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
  2532 fi
  2541 fi
  2533 eval ac_res=\$$3
  2542 eval ac_res=\$$3
  2534 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  2543 	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
  2535 $as_echo "$ac_res" >&6; }
  2544 $as_echo "$ac_res" >&6; }
  2536   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
  2545   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
  2537 
  2546 
  2538 } # ac_fn_c_check_header_compile
  2547 } # ac_fn_c_check_header_compile
  2539 cat >config.log <<_ACEOF
  2548 cat >config.log <<_ACEOF
  2540 This file contains any messages produced by compilers while
  2549 This file contains any messages produced by compilers while
  2541 running configure, to aid debugging if configure makes a mistake.
  2550 running configure, to aid debugging if configure makes a mistake.
  2542 
  2551 
  2543 It was created by OpenJDK $as_me jdk8, which was
  2552 It was created by OpenJDK $as_me jdk8, which was
  2544 generated by GNU Autoconf 2.67.  Invocation command line was
  2553 generated by GNU Autoconf 2.68.  Invocation command line was
  2545 
  2554 
  2546   $ $0 $@
  2555   $ $0 $@
  2547 
  2556 
  2548 _ACEOF
  2557 _ACEOF
  2549 exec 5>>config.log
  2558 exec 5>>config.log
  2797     sed 's/^/| /' "$ac_site_file" >&5
  2806     sed 's/^/| /' "$ac_site_file" >&5
  2798     . "$ac_site_file" \
  2807     . "$ac_site_file" \
  2799       || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  2808       || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  2800 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  2809 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
  2801 as_fn_error $? "failed to load site script $ac_site_file
  2810 as_fn_error $? "failed to load site script $ac_site_file
  2802 See \`config.log' for more details" "$LINENO" 5 ; }
  2811 See \`config.log' for more details" "$LINENO" 5; }
  2803   fi
  2812   fi
  2804 done
  2813 done
  2805 
  2814 
  2806 if test -r "$cache_file"; then
  2815 if test -r "$cache_file"; then
  2807   # Some versions of bash will fail to source /dev/null (special files
  2816   # Some versions of bash will fail to source /dev/null (special files
  3672 # definitions. It is replaced with custom functionality when building
  3681 # definitions. It is replaced with custom functionality when building
  3673 # custom sources.
  3682 # custom sources.
  3674 #CUSTOM_AUTOCONF_INCLUDE
  3683 #CUSTOM_AUTOCONF_INCLUDE
  3675 
  3684 
  3676 # Do not change or remove the following line, it is needed for consistency checks:
  3685 # Do not change or remove the following line, it is needed for consistency checks:
  3677 DATE_WHEN_GENERATED=1355849613
  3686 DATE_WHEN_GENERATED=1355963953
  3678 
  3687 
  3679 ###############################################################################
  3688 ###############################################################################
  3680 #
  3689 #
  3681 # Initialization / Boot-strapping
  3690 # Initialization / Boot-strapping
  3682 #
  3691 #
  3710 do
  3719 do
  3711   # Extract the first word of "$ac_prog", so it can be a program name with args.
  3720   # Extract the first word of "$ac_prog", so it can be a program name with args.
  3712 set dummy $ac_prog; ac_word=$2
  3721 set dummy $ac_prog; ac_word=$2
  3713 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  3722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  3714 $as_echo_n "checking for $ac_word... " >&6; }
  3723 $as_echo_n "checking for $ac_word... " >&6; }
  3715 if test "${ac_cv_path_BASENAME+set}" = set; then :
  3724 if ${ac_cv_path_BASENAME+:} false; then :
  3716   $as_echo_n "(cached) " >&6
  3725   $as_echo_n "(cached) " >&6
  3717 else
  3726 else
  3718   case $BASENAME in
  3727   case $BASENAME in
  3719   [\\/]* | ?:[\\/]*)
  3728   [\\/]* | ?:[\\/]*)
  3720   ac_cv_path_BASENAME="$BASENAME" # Let the user override the test with a path.
  3729   ac_cv_path_BASENAME="$BASENAME" # Let the user override the test with a path.
  3769 do
  3778 do
  3770   # Extract the first word of "$ac_prog", so it can be a program name with args.
  3779   # Extract the first word of "$ac_prog", so it can be a program name with args.
  3771 set dummy $ac_prog; ac_word=$2
  3780 set dummy $ac_prog; ac_word=$2
  3772 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  3781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  3773 $as_echo_n "checking for $ac_word... " >&6; }
  3782 $as_echo_n "checking for $ac_word... " >&6; }
  3774 if test "${ac_cv_path_BASH+set}" = set; then :
  3783 if ${ac_cv_path_BASH+:} false; then :
  3775   $as_echo_n "(cached) " >&6
  3784   $as_echo_n "(cached) " >&6
  3776 else
  3785 else
  3777   case $BASH in
  3786   case $BASH in
  3778   [\\/]* | ?:[\\/]*)
  3787   [\\/]* | ?:[\\/]*)
  3779   ac_cv_path_BASH="$BASH" # Let the user override the test with a path.
  3788   ac_cv_path_BASH="$BASH" # Let the user override the test with a path.
  3828 do
  3837 do
  3829   # Extract the first word of "$ac_prog", so it can be a program name with args.
  3838   # Extract the first word of "$ac_prog", so it can be a program name with args.
  3830 set dummy $ac_prog; ac_word=$2
  3839 set dummy $ac_prog; ac_word=$2
  3831 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  3840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  3832 $as_echo_n "checking for $ac_word... " >&6; }
  3841 $as_echo_n "checking for $ac_word... " >&6; }
  3833 if test "${ac_cv_path_CAT+set}" = set; then :
  3842 if ${ac_cv_path_CAT+:} false; then :
  3834   $as_echo_n "(cached) " >&6
  3843   $as_echo_n "(cached) " >&6
  3835 else
  3844 else
  3836   case $CAT in
  3845   case $CAT in
  3837   [\\/]* | ?:[\\/]*)
  3846   [\\/]* | ?:[\\/]*)
  3838   ac_cv_path_CAT="$CAT" # Let the user override the test with a path.
  3847   ac_cv_path_CAT="$CAT" # Let the user override the test with a path.
  3887 do
  3896 do
  3888   # Extract the first word of "$ac_prog", so it can be a program name with args.
  3897   # Extract the first word of "$ac_prog", so it can be a program name with args.
  3889 set dummy $ac_prog; ac_word=$2
  3898 set dummy $ac_prog; ac_word=$2
  3890 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  3899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  3891 $as_echo_n "checking for $ac_word... " >&6; }
  3900 $as_echo_n "checking for $ac_word... " >&6; }
  3892 if test "${ac_cv_path_CHMOD+set}" = set; then :
  3901 if ${ac_cv_path_CHMOD+:} false; then :
  3893   $as_echo_n "(cached) " >&6
  3902   $as_echo_n "(cached) " >&6
  3894 else
  3903 else
  3895   case $CHMOD in
  3904   case $CHMOD in
  3896   [\\/]* | ?:[\\/]*)
  3905   [\\/]* | ?:[\\/]*)
  3897   ac_cv_path_CHMOD="$CHMOD" # Let the user override the test with a path.
  3906   ac_cv_path_CHMOD="$CHMOD" # Let the user override the test with a path.
  3946 do
  3955 do
  3947   # Extract the first word of "$ac_prog", so it can be a program name with args.
  3956   # Extract the first word of "$ac_prog", so it can be a program name with args.
  3948 set dummy $ac_prog; ac_word=$2
  3957 set dummy $ac_prog; ac_word=$2
  3949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  3958 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  3950 $as_echo_n "checking for $ac_word... " >&6; }
  3959 $as_echo_n "checking for $ac_word... " >&6; }
  3951 if test "${ac_cv_path_CMP+set}" = set; then :
  3960 if ${ac_cv_path_CMP+:} false; then :
  3952   $as_echo_n "(cached) " >&6
  3961   $as_echo_n "(cached) " >&6
  3953 else
  3962 else
  3954   case $CMP in
  3963   case $CMP in
  3955   [\\/]* | ?:[\\/]*)
  3964   [\\/]* | ?:[\\/]*)
  3956   ac_cv_path_CMP="$CMP" # Let the user override the test with a path.
  3965   ac_cv_path_CMP="$CMP" # Let the user override the test with a path.
  4005 do
  4014 do
  4006   # Extract the first word of "$ac_prog", so it can be a program name with args.
  4015   # Extract the first word of "$ac_prog", so it can be a program name with args.
  4007 set dummy $ac_prog; ac_word=$2
  4016 set dummy $ac_prog; ac_word=$2
  4008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  4017 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  4009 $as_echo_n "checking for $ac_word... " >&6; }
  4018 $as_echo_n "checking for $ac_word... " >&6; }
  4010 if test "${ac_cv_path_CP+set}" = set; then :
  4019 if ${ac_cv_path_CP+:} false; then :
  4011   $as_echo_n "(cached) " >&6
  4020   $as_echo_n "(cached) " >&6
  4012 else
  4021 else
  4013   case $CP in
  4022   case $CP in
  4014   [\\/]* | ?:[\\/]*)
  4023   [\\/]* | ?:[\\/]*)
  4015   ac_cv_path_CP="$CP" # Let the user override the test with a path.
  4024   ac_cv_path_CP="$CP" # Let the user override the test with a path.
  4064 do
  4073 do
  4065   # Extract the first word of "$ac_prog", so it can be a program name with args.
  4074   # Extract the first word of "$ac_prog", so it can be a program name with args.
  4066 set dummy $ac_prog; ac_word=$2
  4075 set dummy $ac_prog; ac_word=$2
  4067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  4076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  4068 $as_echo_n "checking for $ac_word... " >&6; }
  4077 $as_echo_n "checking for $ac_word... " >&6; }
  4069 if test "${ac_cv_path_CUT+set}" = set; then :
  4078 if ${ac_cv_path_CUT+:} false; then :
  4070   $as_echo_n "(cached) " >&6
  4079   $as_echo_n "(cached) " >&6
  4071 else
  4080 else
  4072   case $CUT in
  4081   case $CUT in
  4073   [\\/]* | ?:[\\/]*)
  4082   [\\/]* | ?:[\\/]*)
  4074   ac_cv_path_CUT="$CUT" # Let the user override the test with a path.
  4083   ac_cv_path_CUT="$CUT" # Let the user override the test with a path.
  4123 do
  4132 do
  4124   # Extract the first word of "$ac_prog", so it can be a program name with args.
  4133   # Extract the first word of "$ac_prog", so it can be a program name with args.
  4125 set dummy $ac_prog; ac_word=$2
  4134 set dummy $ac_prog; ac_word=$2
  4126 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  4135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  4127 $as_echo_n "checking for $ac_word... " >&6; }
  4136 $as_echo_n "checking for $ac_word... " >&6; }
  4128 if test "${ac_cv_path_DATE+set}" = set; then :
  4137 if ${ac_cv_path_DATE+:} false; then :
  4129   $as_echo_n "(cached) " >&6
  4138   $as_echo_n "(cached) " >&6
  4130 else
  4139 else
  4131   case $DATE in
  4140   case $DATE in
  4132   [\\/]* | ?:[\\/]*)
  4141   [\\/]* | ?:[\\/]*)
  4133   ac_cv_path_DATE="$DATE" # Let the user override the test with a path.
  4142   ac_cv_path_DATE="$DATE" # Let the user override the test with a path.
  4182 do
  4191 do
  4183   # Extract the first word of "$ac_prog", so it can be a program name with args.
  4192   # Extract the first word of "$ac_prog", so it can be a program name with args.
  4184 set dummy $ac_prog; ac_word=$2
  4193 set dummy $ac_prog; ac_word=$2
  4185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  4194 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  4186 $as_echo_n "checking for $ac_word... " >&6; }
  4195 $as_echo_n "checking for $ac_word... " >&6; }
  4187 if test "${ac_cv_path_DIFF+set}" = set; then :
  4196 if ${ac_cv_path_DIFF+:} false; then :
  4188   $as_echo_n "(cached) " >&6
  4197   $as_echo_n "(cached) " >&6
  4189 else
  4198 else
  4190   case $DIFF in
  4199   case $DIFF in
  4191   [\\/]* | ?:[\\/]*)
  4200   [\\/]* | ?:[\\/]*)
  4192   ac_cv_path_DIFF="$DIFF" # Let the user override the test with a path.
  4201   ac_cv_path_DIFF="$DIFF" # Let the user override the test with a path.
  4241 do
  4250 do
  4242   # Extract the first word of "$ac_prog", so it can be a program name with args.
  4251   # Extract the first word of "$ac_prog", so it can be a program name with args.
  4243 set dummy $ac_prog; ac_word=$2
  4252 set dummy $ac_prog; ac_word=$2
  4244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  4253 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  4245 $as_echo_n "checking for $ac_word... " >&6; }
  4254 $as_echo_n "checking for $ac_word... " >&6; }
  4246 if test "${ac_cv_path_DIRNAME+set}" = set; then :
  4255 if ${ac_cv_path_DIRNAME+:} false; then :
  4247   $as_echo_n "(cached) " >&6
  4256   $as_echo_n "(cached) " >&6
  4248 else
  4257 else
  4249   case $DIRNAME in
  4258   case $DIRNAME in
  4250   [\\/]* | ?:[\\/]*)
  4259   [\\/]* | ?:[\\/]*)
  4251   ac_cv_path_DIRNAME="$DIRNAME" # Let the user override the test with a path.
  4260   ac_cv_path_DIRNAME="$DIRNAME" # Let the user override the test with a path.
  4300 do
  4309 do
  4301   # Extract the first word of "$ac_prog", so it can be a program name with args.
  4310   # Extract the first word of "$ac_prog", so it can be a program name with args.
  4302 set dummy $ac_prog; ac_word=$2
  4311 set dummy $ac_prog; ac_word=$2
  4303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  4312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  4304 $as_echo_n "checking for $ac_word... " >&6; }
  4313 $as_echo_n "checking for $ac_word... " >&6; }
  4305 if test "${ac_cv_path_ECHO+set}" = set; then :
  4314 if ${ac_cv_path_ECHO+:} false; then :
  4306   $as_echo_n "(cached) " >&6
  4315   $as_echo_n "(cached) " >&6
  4307 else
  4316 else
  4308   case $ECHO in
  4317   case $ECHO in
  4309   [\\/]* | ?:[\\/]*)
  4318   [\\/]* | ?:[\\/]*)
  4310   ac_cv_path_ECHO="$ECHO" # Let the user override the test with a path.
  4319   ac_cv_path_ECHO="$ECHO" # Let the user override the test with a path.
  4359 do
  4368 do
  4360   # Extract the first word of "$ac_prog", so it can be a program name with args.
  4369   # Extract the first word of "$ac_prog", so it can be a program name with args.
  4361 set dummy $ac_prog; ac_word=$2
  4370 set dummy $ac_prog; ac_word=$2
  4362 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  4371 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  4363 $as_echo_n "checking for $ac_word... " >&6; }
  4372 $as_echo_n "checking for $ac_word... " >&6; }
  4364 if test "${ac_cv_path_EXPR+set}" = set; then :
  4373 if ${ac_cv_path_EXPR+:} false; then :
  4365   $as_echo_n "(cached) " >&6
  4374   $as_echo_n "(cached) " >&6
  4366 else
  4375 else
  4367   case $EXPR in
  4376   case $EXPR in
  4368   [\\/]* | ?:[\\/]*)
  4377   [\\/]* | ?:[\\/]*)
  4369   ac_cv_path_EXPR="$EXPR" # Let the user override the test with a path.
  4378   ac_cv_path_EXPR="$EXPR" # Let the user override the test with a path.
  4418 do
  4427 do
  4419   # Extract the first word of "$ac_prog", so it can be a program name with args.
  4428   # Extract the first word of "$ac_prog", so it can be a program name with args.
  4420 set dummy $ac_prog; ac_word=$2
  4429 set dummy $ac_prog; ac_word=$2
  4421 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  4430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  4422 $as_echo_n "checking for $ac_word... " >&6; }
  4431 $as_echo_n "checking for $ac_word... " >&6; }
  4423 if test "${ac_cv_path_FILE+set}" = set; then :
  4432 if ${ac_cv_path_FILE+:} false; then :
  4424   $as_echo_n "(cached) " >&6
  4433   $as_echo_n "(cached) " >&6
  4425 else
  4434 else
  4426   case $FILE in
  4435   case $FILE in
  4427   [\\/]* | ?:[\\/]*)
  4436   [\\/]* | ?:[\\/]*)
  4428   ac_cv_path_FILE="$FILE" # Let the user override the test with a path.
  4437   ac_cv_path_FILE="$FILE" # Let the user override the test with a path.
  4477 do
  4486 do
  4478   # Extract the first word of "$ac_prog", so it can be a program name with args.
  4487   # Extract the first word of "$ac_prog", so it can be a program name with args.
  4479 set dummy $ac_prog; ac_word=$2
  4488 set dummy $ac_prog; ac_word=$2
  4480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  4489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  4481 $as_echo_n "checking for $ac_word... " >&6; }
  4490 $as_echo_n "checking for $ac_word... " >&6; }
  4482 if test "${ac_cv_path_FIND+set}" = set; then :
  4491 if ${ac_cv_path_FIND+:} false; then :
  4483   $as_echo_n "(cached) " >&6
  4492   $as_echo_n "(cached) " >&6
  4484 else
  4493 else
  4485   case $FIND in
  4494   case $FIND in
  4486   [\\/]* | ?:[\\/]*)
  4495   [\\/]* | ?:[\\/]*)
  4487   ac_cv_path_FIND="$FIND" # Let the user override the test with a path.
  4496   ac_cv_path_FIND="$FIND" # Let the user override the test with a path.
  4536 do
  4545 do
  4537   # Extract the first word of "$ac_prog", so it can be a program name with args.
  4546   # Extract the first word of "$ac_prog", so it can be a program name with args.
  4538 set dummy $ac_prog; ac_word=$2
  4547 set dummy $ac_prog; ac_word=$2
  4539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  4548 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  4540 $as_echo_n "checking for $ac_word... " >&6; }
  4549 $as_echo_n "checking for $ac_word... " >&6; }
  4541 if test "${ac_cv_path_HEAD+set}" = set; then :
  4550 if ${ac_cv_path_HEAD+:} false; then :
  4542   $as_echo_n "(cached) " >&6
  4551   $as_echo_n "(cached) " >&6
  4543 else
  4552 else
  4544   case $HEAD in
  4553   case $HEAD in
  4545   [\\/]* | ?:[\\/]*)
  4554   [\\/]* | ?:[\\/]*)
  4546   ac_cv_path_HEAD="$HEAD" # Let the user override the test with a path.
  4555   ac_cv_path_HEAD="$HEAD" # Let the user override the test with a path.
  4595 do
  4604 do
  4596   # Extract the first word of "$ac_prog", so it can be a program name with args.
  4605   # Extract the first word of "$ac_prog", so it can be a program name with args.
  4597 set dummy $ac_prog; ac_word=$2
  4606 set dummy $ac_prog; ac_word=$2
  4598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  4607 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  4599 $as_echo_n "checking for $ac_word... " >&6; }
  4608 $as_echo_n "checking for $ac_word... " >&6; }
  4600 if test "${ac_cv_path_LN+set}" = set; then :
  4609 if ${ac_cv_path_LN+:} false; then :
  4601   $as_echo_n "(cached) " >&6
  4610   $as_echo_n "(cached) " >&6
  4602 else
  4611 else
  4603   case $LN in
  4612   case $LN in
  4604   [\\/]* | ?:[\\/]*)
  4613   [\\/]* | ?:[\\/]*)
  4605   ac_cv_path_LN="$LN" # Let the user override the test with a path.
  4614   ac_cv_path_LN="$LN" # Let the user override the test with a path.
  4654 do
  4663 do
  4655   # Extract the first word of "$ac_prog", so it can be a program name with args.
  4664   # Extract the first word of "$ac_prog", so it can be a program name with args.
  4656 set dummy $ac_prog; ac_word=$2
  4665 set dummy $ac_prog; ac_word=$2
  4657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  4666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  4658 $as_echo_n "checking for $ac_word... " >&6; }
  4667 $as_echo_n "checking for $ac_word... " >&6; }
  4659 if test "${ac_cv_path_LS+set}" = set; then :
  4668 if ${ac_cv_path_LS+:} false; then :
  4660   $as_echo_n "(cached) " >&6
  4669   $as_echo_n "(cached) " >&6
  4661 else
  4670 else
  4662   case $LS in
  4671   case $LS in
  4663   [\\/]* | ?:[\\/]*)
  4672   [\\/]* | ?:[\\/]*)
  4664   ac_cv_path_LS="$LS" # Let the user override the test with a path.
  4673   ac_cv_path_LS="$LS" # Let the user override the test with a path.
  4713 do
  4722 do
  4714   # Extract the first word of "$ac_prog", so it can be a program name with args.
  4723   # Extract the first word of "$ac_prog", so it can be a program name with args.
  4715 set dummy $ac_prog; ac_word=$2
  4724 set dummy $ac_prog; ac_word=$2
  4716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  4725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  4717 $as_echo_n "checking for $ac_word... " >&6; }
  4726 $as_echo_n "checking for $ac_word... " >&6; }
  4718 if test "${ac_cv_path_MKDIR+set}" = set; then :
  4727 if ${ac_cv_path_MKDIR+:} false; then :
  4719   $as_echo_n "(cached) " >&6
  4728   $as_echo_n "(cached) " >&6
  4720 else
  4729 else
  4721   case $MKDIR in
  4730   case $MKDIR in
  4722   [\\/]* | ?:[\\/]*)
  4731   [\\/]* | ?:[\\/]*)
  4723   ac_cv_path_MKDIR="$MKDIR" # Let the user override the test with a path.
  4732   ac_cv_path_MKDIR="$MKDIR" # Let the user override the test with a path.
  4772 do
  4781 do
  4773   # Extract the first word of "$ac_prog", so it can be a program name with args.
  4782   # Extract the first word of "$ac_prog", so it can be a program name with args.
  4774 set dummy $ac_prog; ac_word=$2
  4783 set dummy $ac_prog; ac_word=$2
  4775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  4784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  4776 $as_echo_n "checking for $ac_word... " >&6; }
  4785 $as_echo_n "checking for $ac_word... " >&6; }
  4777 if test "${ac_cv_path_MKTEMP+set}" = set; then :
  4786 if ${ac_cv_path_MKTEMP+:} false; then :
  4778   $as_echo_n "(cached) " >&6
  4787   $as_echo_n "(cached) " >&6
  4779 else
  4788 else
  4780   case $MKTEMP in
  4789   case $MKTEMP in
  4781   [\\/]* | ?:[\\/]*)
  4790   [\\/]* | ?:[\\/]*)
  4782   ac_cv_path_MKTEMP="$MKTEMP" # Let the user override the test with a path.
  4791   ac_cv_path_MKTEMP="$MKTEMP" # Let the user override the test with a path.
  4831 do
  4840 do
  4832   # Extract the first word of "$ac_prog", so it can be a program name with args.
  4841   # Extract the first word of "$ac_prog", so it can be a program name with args.
  4833 set dummy $ac_prog; ac_word=$2
  4842 set dummy $ac_prog; ac_word=$2
  4834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  4843 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  4835 $as_echo_n "checking for $ac_word... " >&6; }
  4844 $as_echo_n "checking for $ac_word... " >&6; }
  4836 if test "${ac_cv_path_MV+set}" = set; then :
  4845 if ${ac_cv_path_MV+:} false; then :
  4837   $as_echo_n "(cached) " >&6
  4846   $as_echo_n "(cached) " >&6
  4838 else
  4847 else
  4839   case $MV in
  4848   case $MV in
  4840   [\\/]* | ?:[\\/]*)
  4849   [\\/]* | ?:[\\/]*)
  4841   ac_cv_path_MV="$MV" # Let the user override the test with a path.
  4850   ac_cv_path_MV="$MV" # Let the user override the test with a path.
  4890 do
  4899 do
  4891   # Extract the first word of "$ac_prog", so it can be a program name with args.
  4900   # Extract the first word of "$ac_prog", so it can be a program name with args.
  4892 set dummy $ac_prog; ac_word=$2
  4901 set dummy $ac_prog; ac_word=$2
  4893 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  4902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  4894 $as_echo_n "checking for $ac_word... " >&6; }
  4903 $as_echo_n "checking for $ac_word... " >&6; }
  4895 if test "${ac_cv_path_PRINTF+set}" = set; then :
  4904 if ${ac_cv_path_PRINTF+:} false; then :
  4896   $as_echo_n "(cached) " >&6
  4905   $as_echo_n "(cached) " >&6
  4897 else
  4906 else
  4898   case $PRINTF in
  4907   case $PRINTF in
  4899   [\\/]* | ?:[\\/]*)
  4908   [\\/]* | ?:[\\/]*)
  4900   ac_cv_path_PRINTF="$PRINTF" # Let the user override the test with a path.
  4909   ac_cv_path_PRINTF="$PRINTF" # Let the user override the test with a path.
  4949 do
  4958 do
  4950   # Extract the first word of "$ac_prog", so it can be a program name with args.
  4959   # Extract the first word of "$ac_prog", so it can be a program name with args.
  4951 set dummy $ac_prog; ac_word=$2
  4960 set dummy $ac_prog; ac_word=$2
  4952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  4961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  4953 $as_echo_n "checking for $ac_word... " >&6; }
  4962 $as_echo_n "checking for $ac_word... " >&6; }
  4954 if test "${ac_cv_path_THEPWDCMD+set}" = set; then :
  4963 if ${ac_cv_path_THEPWDCMD+:} false; then :
  4955   $as_echo_n "(cached) " >&6
  4964   $as_echo_n "(cached) " >&6
  4956 else
  4965 else
  4957   case $THEPWDCMD in
  4966   case $THEPWDCMD in
  4958   [\\/]* | ?:[\\/]*)
  4967   [\\/]* | ?:[\\/]*)
  4959   ac_cv_path_THEPWDCMD="$THEPWDCMD" # Let the user override the test with a path.
  4968   ac_cv_path_THEPWDCMD="$THEPWDCMD" # Let the user override the test with a path.
  5008 do
  5017 do
  5009   # Extract the first word of "$ac_prog", so it can be a program name with args.
  5018   # Extract the first word of "$ac_prog", so it can be a program name with args.
  5010 set dummy $ac_prog; ac_word=$2
  5019 set dummy $ac_prog; ac_word=$2
  5011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  5020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  5012 $as_echo_n "checking for $ac_word... " >&6; }
  5021 $as_echo_n "checking for $ac_word... " >&6; }
  5013 if test "${ac_cv_path_RM+set}" = set; then :
  5022 if ${ac_cv_path_RM+:} false; then :
  5014   $as_echo_n "(cached) " >&6
  5023   $as_echo_n "(cached) " >&6
  5015 else
  5024 else
  5016   case $RM in
  5025   case $RM in
  5017   [\\/]* | ?:[\\/]*)
  5026   [\\/]* | ?:[\\/]*)
  5018   ac_cv_path_RM="$RM" # Let the user override the test with a path.
  5027   ac_cv_path_RM="$RM" # Let the user override the test with a path.
  5067 do
  5076 do
  5068   # Extract the first word of "$ac_prog", so it can be a program name with args.
  5077   # Extract the first word of "$ac_prog", so it can be a program name with args.
  5069 set dummy $ac_prog; ac_word=$2
  5078 set dummy $ac_prog; ac_word=$2
  5070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  5079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  5071 $as_echo_n "checking for $ac_word... " >&6; }
  5080 $as_echo_n "checking for $ac_word... " >&6; }
  5072 if test "${ac_cv_path_SH+set}" = set; then :
  5081 if ${ac_cv_path_SH+:} false; then :
  5073   $as_echo_n "(cached) " >&6
  5082   $as_echo_n "(cached) " >&6
  5074 else
  5083 else
  5075   case $SH in
  5084   case $SH in
  5076   [\\/]* | ?:[\\/]*)
  5085   [\\/]* | ?:[\\/]*)
  5077   ac_cv_path_SH="$SH" # Let the user override the test with a path.
  5086   ac_cv_path_SH="$SH" # Let the user override the test with a path.
  5126 do
  5135 do
  5127   # Extract the first word of "$ac_prog", so it can be a program name with args.
  5136   # Extract the first word of "$ac_prog", so it can be a program name with args.
  5128 set dummy $ac_prog; ac_word=$2
  5137 set dummy $ac_prog; ac_word=$2
  5129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  5138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  5130 $as_echo_n "checking for $ac_word... " >&6; }
  5139 $as_echo_n "checking for $ac_word... " >&6; }
  5131 if test "${ac_cv_path_SORT+set}" = set; then :
  5140 if ${ac_cv_path_SORT+:} false; then :
  5132   $as_echo_n "(cached) " >&6
  5141   $as_echo_n "(cached) " >&6
  5133 else
  5142 else
  5134   case $SORT in
  5143   case $SORT in
  5135   [\\/]* | ?:[\\/]*)
  5144   [\\/]* | ?:[\\/]*)
  5136   ac_cv_path_SORT="$SORT" # Let the user override the test with a path.
  5145   ac_cv_path_SORT="$SORT" # Let the user override the test with a path.
  5185 do
  5194 do
  5186   # Extract the first word of "$ac_prog", so it can be a program name with args.
  5195   # Extract the first word of "$ac_prog", so it can be a program name with args.
  5187 set dummy $ac_prog; ac_word=$2
  5196 set dummy $ac_prog; ac_word=$2
  5188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  5197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  5189 $as_echo_n "checking for $ac_word... " >&6; }
  5198 $as_echo_n "checking for $ac_word... " >&6; }
  5190 if test "${ac_cv_path_TAIL+set}" = set; then :
  5199 if ${ac_cv_path_TAIL+:} false; then :
  5191   $as_echo_n "(cached) " >&6
  5200   $as_echo_n "(cached) " >&6
  5192 else
  5201 else
  5193   case $TAIL in
  5202   case $TAIL in
  5194   [\\/]* | ?:[\\/]*)
  5203   [\\/]* | ?:[\\/]*)
  5195   ac_cv_path_TAIL="$TAIL" # Let the user override the test with a path.
  5204   ac_cv_path_TAIL="$TAIL" # Let the user override the test with a path.
  5244 do
  5253 do
  5245   # Extract the first word of "$ac_prog", so it can be a program name with args.
  5254   # Extract the first word of "$ac_prog", so it can be a program name with args.
  5246 set dummy $ac_prog; ac_word=$2
  5255 set dummy $ac_prog; ac_word=$2
  5247 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  5256 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  5248 $as_echo_n "checking for $ac_word... " >&6; }
  5257 $as_echo_n "checking for $ac_word... " >&6; }
  5249 if test "${ac_cv_path_TAR+set}" = set; then :
  5258 if ${ac_cv_path_TAR+:} false; then :
  5250   $as_echo_n "(cached) " >&6
  5259   $as_echo_n "(cached) " >&6
  5251 else
  5260 else
  5252   case $TAR in
  5261   case $TAR in
  5253   [\\/]* | ?:[\\/]*)
  5262   [\\/]* | ?:[\\/]*)
  5254   ac_cv_path_TAR="$TAR" # Let the user override the test with a path.
  5263   ac_cv_path_TAR="$TAR" # Let the user override the test with a path.
  5303 do
  5312 do
  5304   # Extract the first word of "$ac_prog", so it can be a program name with args.
  5313   # Extract the first word of "$ac_prog", so it can be a program name with args.
  5305 set dummy $ac_prog; ac_word=$2
  5314 set dummy $ac_prog; ac_word=$2
  5306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  5315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  5307 $as_echo_n "checking for $ac_word... " >&6; }
  5316 $as_echo_n "checking for $ac_word... " >&6; }
  5308 if test "${ac_cv_path_TEE+set}" = set; then :
  5317 if ${ac_cv_path_TEE+:} false; then :
  5309   $as_echo_n "(cached) " >&6
  5318   $as_echo_n "(cached) " >&6
  5310 else
  5319 else
  5311   case $TEE in
  5320   case $TEE in
  5312   [\\/]* | ?:[\\/]*)
  5321   [\\/]* | ?:[\\/]*)
  5313   ac_cv_path_TEE="$TEE" # Let the user override the test with a path.
  5322   ac_cv_path_TEE="$TEE" # Let the user override the test with a path.
  5362 do
  5371 do
  5363   # Extract the first word of "$ac_prog", so it can be a program name with args.
  5372   # Extract the first word of "$ac_prog", so it can be a program name with args.
  5364 set dummy $ac_prog; ac_word=$2
  5373 set dummy $ac_prog; ac_word=$2
  5365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  5374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  5366 $as_echo_n "checking for $ac_word... " >&6; }
  5375 $as_echo_n "checking for $ac_word... " >&6; }
  5367 if test "${ac_cv_path_TOUCH+set}" = set; then :
  5376 if ${ac_cv_path_TOUCH+:} false; then :
  5368   $as_echo_n "(cached) " >&6
  5377   $as_echo_n "(cached) " >&6
  5369 else
  5378 else
  5370   case $TOUCH in
  5379   case $TOUCH in
  5371   [\\/]* | ?:[\\/]*)
  5380   [\\/]* | ?:[\\/]*)
  5372   ac_cv_path_TOUCH="$TOUCH" # Let the user override the test with a path.
  5381   ac_cv_path_TOUCH="$TOUCH" # Let the user override the test with a path.
  5421 do
  5430 do
  5422   # Extract the first word of "$ac_prog", so it can be a program name with args.
  5431   # Extract the first word of "$ac_prog", so it can be a program name with args.
  5423 set dummy $ac_prog; ac_word=$2
  5432 set dummy $ac_prog; ac_word=$2
  5424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  5433 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  5425 $as_echo_n "checking for $ac_word... " >&6; }
  5434 $as_echo_n "checking for $ac_word... " >&6; }
  5426 if test "${ac_cv_path_TR+set}" = set; then :
  5435 if ${ac_cv_path_TR+:} false; then :
  5427   $as_echo_n "(cached) " >&6
  5436   $as_echo_n "(cached) " >&6
  5428 else
  5437 else
  5429   case $TR in
  5438   case $TR in
  5430   [\\/]* | ?:[\\/]*)
  5439   [\\/]* | ?:[\\/]*)
  5431   ac_cv_path_TR="$TR" # Let the user override the test with a path.
  5440   ac_cv_path_TR="$TR" # Let the user override the test with a path.
  5480 do
  5489 do
  5481   # Extract the first word of "$ac_prog", so it can be a program name with args.
  5490   # Extract the first word of "$ac_prog", so it can be a program name with args.
  5482 set dummy $ac_prog; ac_word=$2
  5491 set dummy $ac_prog; ac_word=$2
  5483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  5492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  5484 $as_echo_n "checking for $ac_word... " >&6; }
  5493 $as_echo_n "checking for $ac_word... " >&6; }
  5485 if test "${ac_cv_path_UNAME+set}" = set; then :
  5494 if ${ac_cv_path_UNAME+:} false; then :
  5486   $as_echo_n "(cached) " >&6
  5495   $as_echo_n "(cached) " >&6
  5487 else
  5496 else
  5488   case $UNAME in
  5497   case $UNAME in
  5489   [\\/]* | ?:[\\/]*)
  5498   [\\/]* | ?:[\\/]*)
  5490   ac_cv_path_UNAME="$UNAME" # Let the user override the test with a path.
  5499   ac_cv_path_UNAME="$UNAME" # Let the user override the test with a path.
  5539 do
  5548 do
  5540   # Extract the first word of "$ac_prog", so it can be a program name with args.
  5549   # Extract the first word of "$ac_prog", so it can be a program name with args.
  5541 set dummy $ac_prog; ac_word=$2
  5550 set dummy $ac_prog; ac_word=$2
  5542 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  5551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  5543 $as_echo_n "checking for $ac_word... " >&6; }
  5552 $as_echo_n "checking for $ac_word... " >&6; }
  5544 if test "${ac_cv_path_UNIQ+set}" = set; then :
  5553 if ${ac_cv_path_UNIQ+:} false; then :
  5545   $as_echo_n "(cached) " >&6
  5554   $as_echo_n "(cached) " >&6
  5546 else
  5555 else
  5547   case $UNIQ in
  5556   case $UNIQ in
  5548   [\\/]* | ?:[\\/]*)
  5557   [\\/]* | ?:[\\/]*)
  5549   ac_cv_path_UNIQ="$UNIQ" # Let the user override the test with a path.
  5558   ac_cv_path_UNIQ="$UNIQ" # Let the user override the test with a path.
  5598 do
  5607 do
  5599   # Extract the first word of "$ac_prog", so it can be a program name with args.
  5608   # Extract the first word of "$ac_prog", so it can be a program name with args.
  5600 set dummy $ac_prog; ac_word=$2
  5609 set dummy $ac_prog; ac_word=$2
  5601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  5610 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  5602 $as_echo_n "checking for $ac_word... " >&6; }
  5611 $as_echo_n "checking for $ac_word... " >&6; }
  5603 if test "${ac_cv_path_WC+set}" = set; then :
  5612 if ${ac_cv_path_WC+:} false; then :
  5604   $as_echo_n "(cached) " >&6
  5613   $as_echo_n "(cached) " >&6
  5605 else
  5614 else
  5606   case $WC in
  5615   case $WC in
  5607   [\\/]* | ?:[\\/]*)
  5616   [\\/]* | ?:[\\/]*)
  5608   ac_cv_path_WC="$WC" # Let the user override the test with a path.
  5617   ac_cv_path_WC="$WC" # Let the user override the test with a path.
  5657 do
  5666 do
  5658   # Extract the first word of "$ac_prog", so it can be a program name with args.
  5667   # Extract the first word of "$ac_prog", so it can be a program name with args.
  5659 set dummy $ac_prog; ac_word=$2
  5668 set dummy $ac_prog; ac_word=$2
  5660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  5669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  5661 $as_echo_n "checking for $ac_word... " >&6; }
  5670 $as_echo_n "checking for $ac_word... " >&6; }
  5662 if test "${ac_cv_path_WHICH+set}" = set; then :
  5671 if ${ac_cv_path_WHICH+:} false; then :
  5663   $as_echo_n "(cached) " >&6
  5672   $as_echo_n "(cached) " >&6
  5664 else
  5673 else
  5665   case $WHICH in
  5674   case $WHICH in
  5666   [\\/]* | ?:[\\/]*)
  5675   [\\/]* | ?:[\\/]*)
  5667   ac_cv_path_WHICH="$WHICH" # Let the user override the test with a path.
  5676   ac_cv_path_WHICH="$WHICH" # Let the user override the test with a path.
  5716 do
  5725 do
  5717   # Extract the first word of "$ac_prog", so it can be a program name with args.
  5726   # Extract the first word of "$ac_prog", so it can be a program name with args.
  5718 set dummy $ac_prog; ac_word=$2
  5727 set dummy $ac_prog; ac_word=$2
  5719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  5728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  5720 $as_echo_n "checking for $ac_word... " >&6; }
  5729 $as_echo_n "checking for $ac_word... " >&6; }
  5721 if test "${ac_cv_path_XARGS+set}" = set; then :
  5730 if ${ac_cv_path_XARGS+:} false; then :
  5722   $as_echo_n "(cached) " >&6
  5731   $as_echo_n "(cached) " >&6
  5723 else
  5732 else
  5724   case $XARGS in
  5733   case $XARGS in
  5725   [\\/]* | ?:[\\/]*)
  5734   [\\/]* | ?:[\\/]*)
  5726   ac_cv_path_XARGS="$XARGS" # Let the user override the test with a path.
  5735   ac_cv_path_XARGS="$XARGS" # Let the user override the test with a path.
  5776 do
  5785 do
  5777   # Extract the first word of "$ac_prog", so it can be a program name with args.
  5786   # Extract the first word of "$ac_prog", so it can be a program name with args.
  5778 set dummy $ac_prog; ac_word=$2
  5787 set dummy $ac_prog; ac_word=$2
  5779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  5788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  5780 $as_echo_n "checking for $ac_word... " >&6; }
  5789 $as_echo_n "checking for $ac_word... " >&6; }
  5781 if test "${ac_cv_prog_AWK+set}" = set; then :
  5790 if ${ac_cv_prog_AWK+:} false; then :
  5782   $as_echo_n "(cached) " >&6
  5791   $as_echo_n "(cached) " >&6
  5783 else
  5792 else
  5784   if test -n "$AWK"; then
  5793   if test -n "$AWK"; then
  5785   ac_cv_prog_AWK="$AWK" # Let the user override the test.
  5794   ac_cv_prog_AWK="$AWK" # Let the user override the test.
  5786 else
  5795 else
  5826         as_fn_error $? "Cannot continue" "$LINENO" 5
  5835         as_fn_error $? "Cannot continue" "$LINENO" 5
  5827     fi
  5836     fi
  5828 
  5837 
  5829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
  5838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
  5830 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
  5839 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
  5831 if test "${ac_cv_path_GREP+set}" = set; then :
  5840 if ${ac_cv_path_GREP+:} false; then :
  5832   $as_echo_n "(cached) " >&6
  5841   $as_echo_n "(cached) " >&6
  5833 else
  5842 else
  5834   if test -z "$GREP"; then
  5843   if test -z "$GREP"; then
  5835   ac_path_GREP_found=false
  5844   ac_path_GREP_found=false
  5836   # Loop through the user's path and test for each of PROGNAME-LIST
  5845   # Loop through the user's path and test for each of PROGNAME-LIST
  5901         as_fn_error $? "Cannot continue" "$LINENO" 5
  5910         as_fn_error $? "Cannot continue" "$LINENO" 5
  5902     fi
  5911     fi
  5903 
  5912 
  5904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
  5913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
  5905 $as_echo_n "checking for egrep... " >&6; }
  5914 $as_echo_n "checking for egrep... " >&6; }
  5906 if test "${ac_cv_path_EGREP+set}" = set; then :
  5915 if ${ac_cv_path_EGREP+:} false; then :
  5907   $as_echo_n "(cached) " >&6
  5916   $as_echo_n "(cached) " >&6
  5908 else
  5917 else
  5909   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
  5918   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
  5910    then ac_cv_path_EGREP="$GREP -E"
  5919    then ac_cv_path_EGREP="$GREP -E"
  5911    else
  5920    else
  5980         as_fn_error $? "Cannot continue" "$LINENO" 5
  5989         as_fn_error $? "Cannot continue" "$LINENO" 5
  5981     fi
  5990     fi
  5982 
  5991 
  5983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
  5992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
  5984 $as_echo_n "checking for fgrep... " >&6; }
  5993 $as_echo_n "checking for fgrep... " >&6; }
  5985 if test "${ac_cv_path_FGREP+set}" = set; then :
  5994 if ${ac_cv_path_FGREP+:} false; then :
  5986   $as_echo_n "(cached) " >&6
  5995   $as_echo_n "(cached) " >&6
  5987 else
  5996 else
  5988   if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
  5997   if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
  5989    then ac_cv_path_FGREP="$GREP -F"
  5998    then ac_cv_path_FGREP="$GREP -F"
  5990    else
  5999    else
  6059         as_fn_error $? "Cannot continue" "$LINENO" 5
  6068         as_fn_error $? "Cannot continue" "$LINENO" 5
  6060     fi
  6069     fi
  6061 
  6070 
  6062 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
  6071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
  6063 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
  6072 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
  6064 if test "${ac_cv_path_SED+set}" = set; then :
  6073 if ${ac_cv_path_SED+:} false; then :
  6065   $as_echo_n "(cached) " >&6
  6074   $as_echo_n "(cached) " >&6
  6066 else
  6075 else
  6067             ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
  6076             ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
  6068      for ac_i in 1 2 3 4 5 6 7; do
  6077      for ac_i in 1 2 3 4 5 6 7; do
  6069        ac_script="$ac_script$as_nl$ac_script"
  6078        ac_script="$ac_script$as_nl$ac_script"
  6145 do
  6154 do
  6146   # Extract the first word of "$ac_prog", so it can be a program name with args.
  6155   # Extract the first word of "$ac_prog", so it can be a program name with args.
  6147 set dummy $ac_prog; ac_word=$2
  6156 set dummy $ac_prog; ac_word=$2
  6148 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  6157 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  6149 $as_echo_n "checking for $ac_word... " >&6; }
  6158 $as_echo_n "checking for $ac_word... " >&6; }
  6150 if test "${ac_cv_path_NAWK+set}" = set; then :
  6159 if ${ac_cv_path_NAWK+:} false; then :
  6151   $as_echo_n "(cached) " >&6
  6160   $as_echo_n "(cached) " >&6
  6152 else
  6161 else
  6153   case $NAWK in
  6162   case $NAWK in
  6154   [\\/]* | ?:[\\/]*)
  6163   [\\/]* | ?:[\\/]*)
  6155   ac_cv_path_NAWK="$NAWK" # Let the user override the test with a path.
  6164   ac_cv_path_NAWK="$NAWK" # Let the user override the test with a path.
  6205 # These are not required on all platforms
  6214 # These are not required on all platforms
  6206 # Extract the first word of "cygpath", so it can be a program name with args.
  6215 # Extract the first word of "cygpath", so it can be a program name with args.
  6207 set dummy cygpath; ac_word=$2
  6216 set dummy cygpath; ac_word=$2
  6208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  6217 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  6209 $as_echo_n "checking for $ac_word... " >&6; }
  6218 $as_echo_n "checking for $ac_word... " >&6; }
  6210 if test "${ac_cv_path_CYGPATH+set}" = set; then :
  6219 if ${ac_cv_path_CYGPATH+:} false; then :
  6211   $as_echo_n "(cached) " >&6
  6220   $as_echo_n "(cached) " >&6
  6212 else
  6221 else
  6213   case $CYGPATH in
  6222   case $CYGPATH in
  6214   [\\/]* | ?:[\\/]*)
  6223   [\\/]* | ?:[\\/]*)
  6215   ac_cv_path_CYGPATH="$CYGPATH" # Let the user override the test with a path.
  6224   ac_cv_path_CYGPATH="$CYGPATH" # Let the user override the test with a path.
  6245 
  6254 
  6246 # Extract the first word of "readlink", so it can be a program name with args.
  6255 # Extract the first word of "readlink", so it can be a program name with args.
  6247 set dummy readlink; ac_word=$2
  6256 set dummy readlink; ac_word=$2
  6248 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  6257 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  6249 $as_echo_n "checking for $ac_word... " >&6; }
  6258 $as_echo_n "checking for $ac_word... " >&6; }
  6250 if test "${ac_cv_path_READLINK+set}" = set; then :
  6259 if ${ac_cv_path_READLINK+:} false; then :
  6251   $as_echo_n "(cached) " >&6
  6260   $as_echo_n "(cached) " >&6
  6252 else
  6261 else
  6253   case $READLINK in
  6262   case $READLINK in
  6254   [\\/]* | ?:[\\/]*)
  6263   [\\/]* | ?:[\\/]*)
  6255   ac_cv_path_READLINK="$READLINK" # Let the user override the test with a path.
  6264   ac_cv_path_READLINK="$READLINK" # Let the user override the test with a path.
  6285 
  6294 
  6286 # Extract the first word of "df", so it can be a program name with args.
  6295 # Extract the first word of "df", so it can be a program name with args.
  6287 set dummy df; ac_word=$2
  6296 set dummy df; ac_word=$2
  6288 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  6297 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  6289 $as_echo_n "checking for $ac_word... " >&6; }
  6298 $as_echo_n "checking for $ac_word... " >&6; }
  6290 if test "${ac_cv_path_DF+set}" = set; then :
  6299 if ${ac_cv_path_DF+:} false; then :
  6291   $as_echo_n "(cached) " >&6
  6300   $as_echo_n "(cached) " >&6
  6292 else
  6301 else
  6293   case $DF in
  6302   case $DF in
  6294   [\\/]* | ?:[\\/]*)
  6303   [\\/]* | ?:[\\/]*)
  6295   ac_cv_path_DF="$DF" # Let the user override the test with a path.
  6304   ac_cv_path_DF="$DF" # Let the user override the test with a path.
  6325 
  6334 
  6326 # Extract the first word of "SetFile", so it can be a program name with args.
  6335 # Extract the first word of "SetFile", so it can be a program name with args.
  6327 set dummy SetFile; ac_word=$2
  6336 set dummy SetFile; ac_word=$2
  6328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  6337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  6329 $as_echo_n "checking for $ac_word... " >&6; }
  6338 $as_echo_n "checking for $ac_word... " >&6; }
  6330 if test "${ac_cv_path_SETFILE+set}" = set; then :
  6339 if ${ac_cv_path_SETFILE+:} false; then :
  6331   $as_echo_n "(cached) " >&6
  6340   $as_echo_n "(cached) " >&6
  6332 else
  6341 else
  6333   case $SETFILE in
  6342   case $SETFILE in
  6334   [\\/]* | ?:[\\/]*)
  6343   [\\/]* | ?:[\\/]*)
  6335   ac_cv_path_SETFILE="$SETFILE" # Let the user override the test with a path.
  6344   ac_cv_path_SETFILE="$SETFILE" # Let the user override the test with a path.
  6371 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
  6380 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
  6372   as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
  6381   as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
  6373 
  6382 
  6374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
  6383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
  6375 $as_echo_n "checking build system type... " >&6; }
  6384 $as_echo_n "checking build system type... " >&6; }
  6376 if test "${ac_cv_build+set}" = set; then :
  6385 if ${ac_cv_build+:} false; then :
  6377   $as_echo_n "(cached) " >&6
  6386   $as_echo_n "(cached) " >&6
  6378 else
  6387 else
  6379   ac_build_alias=$build_alias
  6388   ac_build_alias=$build_alias
  6380 test "x$ac_build_alias" = x &&
  6389 test "x$ac_build_alias" = x &&
  6381   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
  6390   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
  6387 fi
  6396 fi
  6388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
  6397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
  6389 $as_echo "$ac_cv_build" >&6; }
  6398 $as_echo "$ac_cv_build" >&6; }
  6390 case $ac_cv_build in
  6399 case $ac_cv_build in
  6391 *-*-*) ;;
  6400 *-*-*) ;;
  6392 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;;
  6401 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
  6393 esac
  6402 esac
  6394 build=$ac_cv_build
  6403 build=$ac_cv_build
  6395 ac_save_IFS=$IFS; IFS='-'
  6404 ac_save_IFS=$IFS; IFS='-'
  6396 set x $ac_cv_build
  6405 set x $ac_cv_build
  6397 shift
  6406 shift
  6405 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
  6414 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
  6406 
  6415 
  6407 
  6416 
  6408 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
  6417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
  6409 $as_echo_n "checking host system type... " >&6; }
  6418 $as_echo_n "checking host system type... " >&6; }
  6410 if test "${ac_cv_host+set}" = set; then :
  6419 if ${ac_cv_host+:} false; then :
  6411   $as_echo_n "(cached) " >&6
  6420   $as_echo_n "(cached) " >&6
  6412 else
  6421 else
  6413   if test "x$host_alias" = x; then
  6422   if test "x$host_alias" = x; then
  6414   ac_cv_host=$ac_cv_build
  6423   ac_cv_host=$ac_cv_build
  6415 else
  6424 else
  6420 fi
  6429 fi
  6421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
  6430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
  6422 $as_echo "$ac_cv_host" >&6; }
  6431 $as_echo "$ac_cv_host" >&6; }
  6423 case $ac_cv_host in
  6432 case $ac_cv_host in
  6424 *-*-*) ;;
  6433 *-*-*) ;;
  6425 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;;
  6434 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
  6426 esac
  6435 esac
  6427 host=$ac_cv_host
  6436 host=$ac_cv_host
  6428 ac_save_IFS=$IFS; IFS='-'
  6437 ac_save_IFS=$IFS; IFS='-'
  6429 set x $ac_cv_host
  6438 set x $ac_cv_host
  6430 shift
  6439 shift
  6438 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
  6447 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
  6439 
  6448 
  6440 
  6449 
  6441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
  6450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
  6442 $as_echo_n "checking target system type... " >&6; }
  6451 $as_echo_n "checking target system type... " >&6; }
  6443 if test "${ac_cv_target+set}" = set; then :
  6452 if ${ac_cv_target+:} false; then :
  6444   $as_echo_n "(cached) " >&6
  6453   $as_echo_n "(cached) " >&6
  6445 else
  6454 else
  6446   if test "x$target_alias" = x; then
  6455   if test "x$target_alias" = x; then
  6447   ac_cv_target=$ac_cv_host
  6456   ac_cv_target=$ac_cv_host
  6448 else
  6457 else
  6453 fi
  6462 fi
  6454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
  6463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
  6455 $as_echo "$ac_cv_target" >&6; }
  6464 $as_echo "$ac_cv_target" >&6; }
  6456 case $ac_cv_target in
  6465 case $ac_cv_target in
  6457 *-*-*) ;;
  6466 *-*-*) ;;
  6458 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5 ;;
  6467 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
  6459 esac
  6468 esac
  6460 target=$ac_cv_target
  6469 target=$ac_cv_target
  6461 ac_save_IFS=$IFS; IFS='-'
  6470 ac_save_IFS=$IFS; IFS='-'
  6462 set x $ac_cv_target
  6471 set x $ac_cv_target
  6463 shift
  6472 shift
  7385 #
  7394 #
  7386 # Check which variants of the JVM that we want to build.
  7395 # Check which variants of the JVM that we want to build.
  7387 # Currently we have:
  7396 # Currently we have:
  7388 #    server: normal interpreter and a tiered C1/C2 compiler
  7397 #    server: normal interpreter and a tiered C1/C2 compiler
  7389 #    client: normal interpreter and C1 (no C2 compiler) (only 32-bit platforms)
  7398 #    client: normal interpreter and C1 (no C2 compiler) (only 32-bit platforms)
       
  7399 #    minimal1: reduced form of client with optional VM services and features stripped out
  7390 #    kernel: kernel footprint JVM that passes the TCK without major performance problems,
  7400 #    kernel: kernel footprint JVM that passes the TCK without major performance problems,
  7391 #             ie normal interpreter and C1, only the serial GC, kernel jvmti etc
  7401 #             ie normal interpreter and C1, only the serial GC, kernel jvmti etc
  7392 #    zero: no machine code interpreter, no compiler
  7402 #    zero: no machine code interpreter, no compiler
  7393 #    zeroshark: zero interpreter and shark/llvm compiler backend
  7403 #    zeroshark: zero interpreter and shark/llvm compiler backend
  7394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking which variants of the JVM to build" >&5
  7404 { $as_echo "$as_me:${as_lineno-$LINENO}: checking which variants of the JVM to build" >&5
  7403 if test "x$with_jvm_variants" = x; then
  7413 if test "x$with_jvm_variants" = x; then
  7404      with_jvm_variants="server"
  7414      with_jvm_variants="server"
  7405 fi
  7415 fi
  7406 
  7416 
  7407 JVM_VARIANTS=",$with_jvm_variants,"
  7417 JVM_VARIANTS=",$with_jvm_variants,"
  7408 TEST_VARIANTS=`$ECHO "$JVM_VARIANTS" | $SED -e 's/server,//' -e 's/client,//' -e 's/kernel,//' -e 's/zero,//' -e 's/zeroshark,//'`
  7418 TEST_VARIANTS=`$ECHO "$JVM_VARIANTS" | $SED -e 's/server,//' -e 's/client,//'  -e 's/minimal1,//' -e 's/kernel,//' -e 's/zero,//' -e 's/zeroshark,//'`
  7409 
  7419 
  7410 if test "x$TEST_VARIANTS" != "x,"; then
  7420 if test "x$TEST_VARIANTS" != "x,"; then
  7411    as_fn_error $? "The available JVM variants are: server, client, kernel, zero, zeroshark" "$LINENO" 5
  7421    as_fn_error $? "The available JVM variants are: server, client, minimal1, kernel, zero, zeroshark" "$LINENO" 5
  7412 fi
  7422 fi
  7413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_jvm_variants" >&5
  7423 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_jvm_variants" >&5
  7414 $as_echo "$with_jvm_variants" >&6; }
  7424 $as_echo "$with_jvm_variants" >&6; }
  7415 
  7425 
  7416 JVM_VARIANT_SERVER=`$ECHO "$JVM_VARIANTS" | $SED -e '/,server,/!s/.*/false/g' -e '/,server,/s/.*/true/g'`
  7426 JVM_VARIANT_SERVER=`$ECHO "$JVM_VARIANTS" | $SED -e '/,server,/!s/.*/false/g' -e '/,server,/s/.*/true/g'`
  7417 JVM_VARIANT_CLIENT=`$ECHO "$JVM_VARIANTS" | $SED -e '/,client,/!s/.*/false/g' -e '/,client,/s/.*/true/g'`
  7427 JVM_VARIANT_CLIENT=`$ECHO "$JVM_VARIANTS" | $SED -e '/,client,/!s/.*/false/g' -e '/,client,/s/.*/true/g'`
       
  7428 JVM_VARIANT_MINIMAL1=`$ECHO "$JVM_VARIANTS" | $SED -e '/,minimal1,/!s/.*/false/g' -e '/,minimal1,/s/.*/true/g'`
  7418 JVM_VARIANT_KERNEL=`$ECHO "$JVM_VARIANTS" | $SED -e '/,kernel,/!s/.*/false/g' -e '/,kernel,/s/.*/true/g'`
  7429 JVM_VARIANT_KERNEL=`$ECHO "$JVM_VARIANTS" | $SED -e '/,kernel,/!s/.*/false/g' -e '/,kernel,/s/.*/true/g'`
  7419 JVM_VARIANT_ZERO=`$ECHO "$JVM_VARIANTS" | $SED -e '/,zero,/!s/.*/false/g' -e '/,zero,/s/.*/true/g'`
  7430 JVM_VARIANT_ZERO=`$ECHO "$JVM_VARIANTS" | $SED -e '/,zero,/!s/.*/false/g' -e '/,zero,/s/.*/true/g'`
  7420 JVM_VARIANT_ZEROSHARK=`$ECHO "$JVM_VARIANTS" | $SED -e '/,zeroshark,/!s/.*/false/g' -e '/,zeroshark,/s/.*/true/g'`
  7431 JVM_VARIANT_ZEROSHARK=`$ECHO "$JVM_VARIANTS" | $SED -e '/,zeroshark,/!s/.*/false/g' -e '/,zeroshark,/s/.*/true/g'`
  7421 
  7432 
  7422 if test "x$JVM_VARIANT_CLIENT" = xtrue; then
  7433 if test "x$JVM_VARIANT_CLIENT" = xtrue; then
  7427 if test "x$JVM_VARIANT_KERNEL" = xtrue; then
  7438 if test "x$JVM_VARIANT_KERNEL" = xtrue; then
  7428     if test "x$OPENJDK_TARGET_CPU_BITS" = x64; then
  7439     if test "x$OPENJDK_TARGET_CPU_BITS" = x64; then
  7429         as_fn_error $? "You cannot build a kernel JVM for a 64-bit machine." "$LINENO" 5
  7440         as_fn_error $? "You cannot build a kernel JVM for a 64-bit machine." "$LINENO" 5
  7430     fi
  7441     fi
  7431 fi
  7442 fi
       
  7443 if test "x$JVM_VARIANT_MINIMAL1" = xtrue; then
       
  7444     if test "x$OPENJDK_TARGET_CPU_BITS" = x64; then
       
  7445         as_fn_error $? "You cannot build a minimal JVM for a 64-bit machine." "$LINENO" 5
       
  7446     fi
       
  7447 fi
  7432 
  7448 
  7433 # Replace the commas with AND for use in the build directory name.
  7449 # Replace the commas with AND for use in the build directory name.
  7434 ANDED_JVM_VARIANTS=`$ECHO "$JVM_VARIANTS" | $SED -e 's/^,//' -e 's/,$//' -e 's/,/AND/'`
  7450 ANDED_JVM_VARIANTS=`$ECHO "$JVM_VARIANTS" | $SED -e 's/^,//' -e 's/,$//' -e 's/,/AND/'`
  7435 COUNT_VARIANTS=`$ECHO "$JVM_VARIANTS" | $SED -e 's/server,/1/' -e 's/client,/1/' -e 's/kernel,/1/' -e 's/zero,/1/' -e 's/zeroshark,/1/'`
  7451 COUNT_VARIANTS=`$ECHO "$JVM_VARIANTS" | $SED -e 's/server,/1/' -e 's/client,/1/' -e 's/minimal1,/1/' -e 's/kernel,/1/' -e 's/zero,/1/' -e 's/zeroshark,/1/'`
  7436 if test "x$COUNT_VARIANTS" != "x,1"; then
  7452 if test "x$COUNT_VARIANTS" != "x,1"; then
  7437     BUILDING_MULTIPLE_JVM_VARIANTS=yes
  7453     BUILDING_MULTIPLE_JVM_VARIANTS=yes
  7438 else
  7454 else
  7439     BUILDING_MULTIPLE_JVM_VARIANTS=no
  7455     BUILDING_MULTIPLE_JVM_VARIANTS=no
  7440 fi
  7456 fi
       
  7457 
  7441 
  7458 
  7442 
  7459 
  7443 
  7460 
  7444 
  7461 
  7445 
  7462 
  7529 esac
  7546 esac
  7530 
  7547 
  7531 #####
  7548 #####
  7532 # Generate the legacy makefile targets for hotspot.
  7549 # Generate the legacy makefile targets for hotspot.
  7533 # The hotspot api for selecting the build artifacts, really, needs to be improved.
  7550 # The hotspot api for selecting the build artifacts, really, needs to be improved.
  7534 #
  7551 # JDK-7195896 will fix this on the hotspot side by using the JVM_VARIANT_* variables to
       
  7552 # determine what needs to be built. All we will need to set here is all_product, all_fastdebug etc
       
  7553 # But until then ...
  7535 HOTSPOT_TARGET=""
  7554 HOTSPOT_TARGET=""
  7536 
  7555 
  7537 if test "x$JVM_VARIANT_SERVER" = xtrue; then
  7556 if test "x$JVM_VARIANT_SERVER" = xtrue; then
  7538     HOTSPOT_TARGET="$HOTSPOT_TARGET${HOTSPOT_DEBUG_LEVEL} "
  7557     HOTSPOT_TARGET="$HOTSPOT_TARGET${HOTSPOT_DEBUG_LEVEL} "
  7539 fi
  7558 fi
  7540 
  7559 
  7541 if test "x$JVM_VARIANT_CLIENT" = xtrue; then
  7560 if test "x$JVM_VARIANT_CLIENT" = xtrue; then
  7542     HOTSPOT_TARGET="$HOTSPOT_TARGET${HOTSPOT_DEBUG_LEVEL}1 "
  7561     HOTSPOT_TARGET="$HOTSPOT_TARGET${HOTSPOT_DEBUG_LEVEL}1 "
       
  7562 fi
       
  7563 
       
  7564 if test "x$JVM_VARIANT_MINIMAL1" = xtrue; then
       
  7565     HOTSPOT_TARGET="$HOTSPOT_TARGET${HOTSPOT_DEBUG_LEVEL}minimal1 "
  7543 fi
  7566 fi
  7544 
  7567 
  7545 if test "x$JVM_VARIANT_KERNEL" = xtrue; then
  7568 if test "x$JVM_VARIANT_KERNEL" = xtrue; then
  7546     HOTSPOT_TARGET="$HOTSPOT_TARGET${HOTSPOT_DEBUG_LEVEL}kernel "
  7569     HOTSPOT_TARGET="$HOTSPOT_TARGET${HOTSPOT_DEBUG_LEVEL}kernel "
  7547 fi
  7570 fi
  7858 do
  7881 do
  7859   # Extract the first word of "$ac_prog", so it can be a program name with args.
  7882   # Extract the first word of "$ac_prog", so it can be a program name with args.
  7860 set dummy $ac_prog; ac_word=$2
  7883 set dummy $ac_prog; ac_word=$2
  7861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  7884 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  7862 $as_echo_n "checking for $ac_word... " >&6; }
  7885 $as_echo_n "checking for $ac_word... " >&6; }
  7863 if test "${ac_cv_prog_PKGHANDLER+set}" = set; then :
  7886 if ${ac_cv_prog_PKGHANDLER+:} false; then :
  7864   $as_echo_n "(cached) " >&6
  7887   $as_echo_n "(cached) " >&6
  7865 else
  7888 else
  7866   if test -n "$PKGHANDLER"; then
  7889   if test -n "$PKGHANDLER"; then
  7867   ac_cv_prog_PKGHANDLER="$PKGHANDLER" # Let the user override the test.
  7890   ac_cv_prog_PKGHANDLER="$PKGHANDLER" # Let the user override the test.
  7868 else
  7891 else
  8223 do
  8246 do
  8224   # Extract the first word of "$ac_prog", so it can be a program name with args.
  8247   # Extract the first word of "$ac_prog", so it can be a program name with args.
  8225 set dummy $ac_prog; ac_word=$2
  8248 set dummy $ac_prog; ac_word=$2
  8226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  8249 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  8227 $as_echo_n "checking for $ac_word... " >&6; }
  8250 $as_echo_n "checking for $ac_word... " >&6; }
  8228 if test "${ac_cv_path_CHECK_GMAKE+set}" = set; then :
  8251 if ${ac_cv_path_CHECK_GMAKE+:} false; then :
  8229   $as_echo_n "(cached) " >&6
  8252   $as_echo_n "(cached) " >&6
  8230 else
  8253 else
  8231   case $CHECK_GMAKE in
  8254   case $CHECK_GMAKE in
  8232   [\\/]* | ?:[\\/]*)
  8255   [\\/]* | ?:[\\/]*)
  8233   ac_cv_path_CHECK_GMAKE="$CHECK_GMAKE" # Let the user override the test with a path.
  8256   ac_cv_path_CHECK_GMAKE="$CHECK_GMAKE" # Let the user override the test with a path.
  8577 do
  8600 do
  8578   # Extract the first word of "$ac_prog", so it can be a program name with args.
  8601   # Extract the first word of "$ac_prog", so it can be a program name with args.
  8579 set dummy $ac_prog; ac_word=$2
  8602 set dummy $ac_prog; ac_word=$2
  8580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  8603 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  8581 $as_echo_n "checking for $ac_word... " >&6; }
  8604 $as_echo_n "checking for $ac_word... " >&6; }
  8582 if test "${ac_cv_path_CHECK_MAKE+set}" = set; then :
  8605 if ${ac_cv_path_CHECK_MAKE+:} false; then :
  8583   $as_echo_n "(cached) " >&6
  8606   $as_echo_n "(cached) " >&6
  8584 else
  8607 else
  8585   case $CHECK_MAKE in
  8608   case $CHECK_MAKE in
  8586   [\\/]* | ?:[\\/]*)
  8609   [\\/]* | ?:[\\/]*)
  8587   ac_cv_path_CHECK_MAKE="$CHECK_MAKE" # Let the user override the test with a path.
  8610   ac_cv_path_CHECK_MAKE="$CHECK_MAKE" # Let the user override the test with a path.
  8936 do
  8959 do
  8937   # Extract the first word of "$ac_prog", so it can be a program name with args.
  8960   # Extract the first word of "$ac_prog", so it can be a program name with args.
  8938 set dummy $ac_prog; ac_word=$2
  8961 set dummy $ac_prog; ac_word=$2
  8939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  8962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  8940 $as_echo_n "checking for $ac_word... " >&6; }
  8963 $as_echo_n "checking for $ac_word... " >&6; }
  8941 if test "${ac_cv_path_CHECK_TOOLSDIR_GMAKE+set}" = set; then :
  8964 if ${ac_cv_path_CHECK_TOOLSDIR_GMAKE+:} false; then :
  8942   $as_echo_n "(cached) " >&6
  8965   $as_echo_n "(cached) " >&6
  8943 else
  8966 else
  8944   case $CHECK_TOOLSDIR_GMAKE in
  8967   case $CHECK_TOOLSDIR_GMAKE in
  8945   [\\/]* | ?:[\\/]*)
  8968   [\\/]* | ?:[\\/]*)
  8946   ac_cv_path_CHECK_TOOLSDIR_GMAKE="$CHECK_TOOLSDIR_GMAKE" # Let the user override the test with a path.
  8969   ac_cv_path_CHECK_TOOLSDIR_GMAKE="$CHECK_TOOLSDIR_GMAKE" # Let the user override the test with a path.
  9289 do
  9312 do
  9290   # Extract the first word of "$ac_prog", so it can be a program name with args.
  9313   # Extract the first word of "$ac_prog", so it can be a program name with args.
  9291 set dummy $ac_prog; ac_word=$2
  9314 set dummy $ac_prog; ac_word=$2
  9292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  9315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  9293 $as_echo_n "checking for $ac_word... " >&6; }
  9316 $as_echo_n "checking for $ac_word... " >&6; }
  9294 if test "${ac_cv_path_CHECK_TOOLSDIR_MAKE+set}" = set; then :
  9317 if ${ac_cv_path_CHECK_TOOLSDIR_MAKE+:} false; then :
  9295   $as_echo_n "(cached) " >&6
  9318   $as_echo_n "(cached) " >&6
  9296 else
  9319 else
  9297   case $CHECK_TOOLSDIR_MAKE in
  9320   case $CHECK_TOOLSDIR_MAKE in
  9298   [\\/]* | ?:[\\/]*)
  9321   [\\/]* | ?:[\\/]*)
  9299   ac_cv_path_CHECK_TOOLSDIR_MAKE="$CHECK_TOOLSDIR_MAKE" # Let the user override the test with a path.
  9322   ac_cv_path_CHECK_TOOLSDIR_MAKE="$CHECK_TOOLSDIR_MAKE" # Let the user override the test with a path.
  9685 do
  9708 do
  9686   # Extract the first word of "$ac_prog", so it can be a program name with args.
  9709   # Extract the first word of "$ac_prog", so it can be a program name with args.
  9687 set dummy $ac_prog; ac_word=$2
  9710 set dummy $ac_prog; ac_word=$2
  9688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  9711 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  9689 $as_echo_n "checking for $ac_word... " >&6; }
  9712 $as_echo_n "checking for $ac_word... " >&6; }
  9690 if test "${ac_cv_path_UNZIP+set}" = set; then :
  9713 if ${ac_cv_path_UNZIP+:} false; then :
  9691   $as_echo_n "(cached) " >&6
  9714   $as_echo_n "(cached) " >&6
  9692 else
  9715 else
  9693   case $UNZIP in
  9716   case $UNZIP in
  9694   [\\/]* | ?:[\\/]*)
  9717   [\\/]* | ?:[\\/]*)
  9695   ac_cv_path_UNZIP="$UNZIP" # Let the user override the test with a path.
  9718   ac_cv_path_UNZIP="$UNZIP" # Let the user override the test with a path.
  9744 do
  9767 do
  9745   # Extract the first word of "$ac_prog", so it can be a program name with args.
  9768   # Extract the first word of "$ac_prog", so it can be a program name with args.
  9746 set dummy $ac_prog; ac_word=$2
  9769 set dummy $ac_prog; ac_word=$2
  9747 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  9770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  9748 $as_echo_n "checking for $ac_word... " >&6; }
  9771 $as_echo_n "checking for $ac_word... " >&6; }
  9749 if test "${ac_cv_path_ZIP+set}" = set; then :
  9772 if ${ac_cv_path_ZIP+:} false; then :
  9750   $as_echo_n "(cached) " >&6
  9773   $as_echo_n "(cached) " >&6
  9751 else
  9774 else
  9752   case $ZIP in
  9775   case $ZIP in
  9753   [\\/]* | ?:[\\/]*)
  9776   [\\/]* | ?:[\\/]*)
  9754   ac_cv_path_ZIP="$ZIP" # Let the user override the test with a path.
  9777   ac_cv_path_ZIP="$ZIP" # Let the user override the test with a path.
  9803 
  9826 
  9804 # Extract the first word of "ldd", so it can be a program name with args.
  9827 # Extract the first word of "ldd", so it can be a program name with args.
  9805 set dummy ldd; ac_word=$2
  9828 set dummy ldd; ac_word=$2
  9806 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  9829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  9807 $as_echo_n "checking for $ac_word... " >&6; }
  9830 $as_echo_n "checking for $ac_word... " >&6; }
  9808 if test "${ac_cv_path_LDD+set}" = set; then :
  9831 if ${ac_cv_path_LDD+:} false; then :
  9809   $as_echo_n "(cached) " >&6
  9832   $as_echo_n "(cached) " >&6
  9810 else
  9833 else
  9811   case $LDD in
  9834   case $LDD in
  9812   [\\/]* | ?:[\\/]*)
  9835   [\\/]* | ?:[\\/]*)
  9813   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
  9836   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
  9849 fi
  9872 fi
  9850 # Extract the first word of "otool", so it can be a program name with args.
  9873 # Extract the first word of "otool", so it can be a program name with args.
  9851 set dummy otool; ac_word=$2
  9874 set dummy otool; ac_word=$2
  9852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  9875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  9853 $as_echo_n "checking for $ac_word... " >&6; }
  9876 $as_echo_n "checking for $ac_word... " >&6; }
  9854 if test "${ac_cv_path_OTOOL+set}" = set; then :
  9877 if ${ac_cv_path_OTOOL+:} false; then :
  9855   $as_echo_n "(cached) " >&6
  9878   $as_echo_n "(cached) " >&6
  9856 else
  9879 else
  9857   case $OTOOL in
  9880   case $OTOOL in
  9858   [\\/]* | ?:[\\/]*)
  9881   [\\/]* | ?:[\\/]*)
  9859   ac_cv_path_OTOOL="$OTOOL" # Let the user override the test with a path.
  9882   ac_cv_path_OTOOL="$OTOOL" # Let the user override the test with a path.
  9894 do
  9917 do
  9895   # Extract the first word of "$ac_prog", so it can be a program name with args.
  9918   # Extract the first word of "$ac_prog", so it can be a program name with args.
  9896 set dummy $ac_prog; ac_word=$2
  9919 set dummy $ac_prog; ac_word=$2
  9897 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  9920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  9898 $as_echo_n "checking for $ac_word... " >&6; }
  9921 $as_echo_n "checking for $ac_word... " >&6; }
  9899 if test "${ac_cv_path_READELF+set}" = set; then :
  9922 if ${ac_cv_path_READELF+:} false; then :
  9900   $as_echo_n "(cached) " >&6
  9923   $as_echo_n "(cached) " >&6
  9901 else
  9924 else
  9902   case $READELF in
  9925   case $READELF in
  9903   [\\/]* | ?:[\\/]*)
  9926   [\\/]* | ?:[\\/]*)
  9904   ac_cv_path_READELF="$READELF" # Let the user override the test with a path.
  9927   ac_cv_path_READELF="$READELF" # Let the user override the test with a path.
  9937 
  9960 
  9938 # Extract the first word of "hg", so it can be a program name with args.
  9961 # Extract the first word of "hg", so it can be a program name with args.
  9939 set dummy hg; ac_word=$2
  9962 set dummy hg; ac_word=$2
  9940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  9963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  9941 $as_echo_n "checking for $ac_word... " >&6; }
  9964 $as_echo_n "checking for $ac_word... " >&6; }
  9942 if test "${ac_cv_path_HG+set}" = set; then :
  9965 if ${ac_cv_path_HG+:} false; then :
  9943   $as_echo_n "(cached) " >&6
  9966   $as_echo_n "(cached) " >&6
  9944 else
  9967 else
  9945   case $HG in
  9968   case $HG in
  9946   [\\/]* | ?:[\\/]*)
  9969   [\\/]* | ?:[\\/]*)
  9947   ac_cv_path_HG="$HG" # Let the user override the test with a path.
  9970   ac_cv_path_HG="$HG" # Let the user override the test with a path.
  9977 
 10000 
  9978 # Extract the first word of "stat", so it can be a program name with args.
 10001 # Extract the first word of "stat", so it can be a program name with args.
  9979 set dummy stat; ac_word=$2
 10002 set dummy stat; ac_word=$2
  9980 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 10003 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
  9981 $as_echo_n "checking for $ac_word... " >&6; }
 10004 $as_echo_n "checking for $ac_word... " >&6; }
  9982 if test "${ac_cv_path_STAT+set}" = set; then :
 10005 if ${ac_cv_path_STAT+:} false; then :
  9983   $as_echo_n "(cached) " >&6
 10006   $as_echo_n "(cached) " >&6
  9984 else
 10007 else
  9985   case $STAT in
 10008   case $STAT in
  9986   [\\/]* | ?:[\\/]*)
 10009   [\\/]* | ?:[\\/]*)
  9987   ac_cv_path_STAT="$STAT" # Let the user override the test with a path.
 10010   ac_cv_path_STAT="$STAT" # Let the user override the test with a path.
 10017 
 10040 
 10018 # Extract the first word of "time", so it can be a program name with args.
 10041 # Extract the first word of "time", so it can be a program name with args.
 10019 set dummy time; ac_word=$2
 10042 set dummy time; ac_word=$2
 10020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 10043 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 10021 $as_echo_n "checking for $ac_word... " >&6; }
 10044 $as_echo_n "checking for $ac_word... " >&6; }
 10022 if test "${ac_cv_path_TIME+set}" = set; then :
 10045 if ${ac_cv_path_TIME+:} false; then :
 10023   $as_echo_n "(cached) " >&6
 10046   $as_echo_n "(cached) " >&6
 10024 else
 10047 else
 10025   case $TIME in
 10048   case $TIME in
 10026   [\\/]* | ?:[\\/]*)
 10049   [\\/]* | ?:[\\/]*)
 10027   ac_cv_path_TIME="$TIME" # Let the user override the test with a path.
 10050   ac_cv_path_TIME="$TIME" # Let the user override the test with a path.
 10062 do
 10085 do
 10063   # Extract the first word of "$ac_prog", so it can be a program name with args.
 10086   # Extract the first word of "$ac_prog", so it can be a program name with args.
 10064 set dummy $ac_prog; ac_word=$2
 10087 set dummy $ac_prog; ac_word=$2
 10065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 10088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 10066 $as_echo_n "checking for $ac_word... " >&6; }
 10089 $as_echo_n "checking for $ac_word... " >&6; }
 10067 if test "${ac_cv_path_COMM+set}" = set; then :
 10090 if ${ac_cv_path_COMM+:} false; then :
 10068   $as_echo_n "(cached) " >&6
 10091   $as_echo_n "(cached) " >&6
 10069 else
 10092 else
 10070   case $COMM in
 10093   case $COMM in
 10071   [\\/]* | ?:[\\/]*)
 10094   [\\/]* | ?:[\\/]*)
 10072   ac_cv_path_COMM="$COMM" # Let the user override the test with a path.
 10095   ac_cv_path_COMM="$COMM" # Let the user override the test with a path.
 10126 	if test -n "$ac_tool_prefix"; then
 10149 	if test -n "$ac_tool_prefix"; then
 10127   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
 10150   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
 10128 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
 10151 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
 10129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 10152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 10130 $as_echo_n "checking for $ac_word... " >&6; }
 10153 $as_echo_n "checking for $ac_word... " >&6; }
 10131 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
 10154 if ${ac_cv_path_PKG_CONFIG+:} false; then :
 10132   $as_echo_n "(cached) " >&6
 10155   $as_echo_n "(cached) " >&6
 10133 else
 10156 else
 10134   case $PKG_CONFIG in
 10157   case $PKG_CONFIG in
 10135   [\\/]* | ?:[\\/]*)
 10158   [\\/]* | ?:[\\/]*)
 10136   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
 10159   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
 10169   ac_pt_PKG_CONFIG=$PKG_CONFIG
 10192   ac_pt_PKG_CONFIG=$PKG_CONFIG
 10170   # Extract the first word of "pkg-config", so it can be a program name with args.
 10193   # Extract the first word of "pkg-config", so it can be a program name with args.
 10171 set dummy pkg-config; ac_word=$2
 10194 set dummy pkg-config; ac_word=$2
 10172 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 10195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 10173 $as_echo_n "checking for $ac_word... " >&6; }
 10196 $as_echo_n "checking for $ac_word... " >&6; }
 10174 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then :
 10197 if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
 10175   $as_echo_n "(cached) " >&6
 10198   $as_echo_n "(cached) " >&6
 10176 else
 10199 else
 10177   case $ac_pt_PKG_CONFIG in
 10200   case $ac_pt_PKG_CONFIG in
 10178   [\\/]* | ?:[\\/]*)
 10201   [\\/]* | ?:[\\/]*)
 10179   ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
 10202   ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
 10342 do
 10365 do
 10343   # Extract the first word of "$ac_prog", so it can be a program name with args.
 10366   # Extract the first word of "$ac_prog", so it can be a program name with args.
 10344 set dummy $ac_prog; ac_word=$2
 10367 set dummy $ac_prog; ac_word=$2
 10345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 10368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 10346 $as_echo_n "checking for $ac_word... " >&6; }
 10369 $as_echo_n "checking for $ac_word... " >&6; }
 10347 if test "${ac_cv_prog_BDEPS_UNZIP+set}" = set; then :
 10370 if ${ac_cv_prog_BDEPS_UNZIP+:} false; then :
 10348   $as_echo_n "(cached) " >&6
 10371   $as_echo_n "(cached) " >&6
 10349 else
 10372 else
 10350   if test -n "$BDEPS_UNZIP"; then
 10373   if test -n "$BDEPS_UNZIP"; then
 10351   ac_cv_prog_BDEPS_UNZIP="$BDEPS_UNZIP" # Let the user override the test.
 10374   ac_cv_prog_BDEPS_UNZIP="$BDEPS_UNZIP" # Let the user override the test.
 10352 else
 10375 else
 10388 do
 10411 do
 10389   # Extract the first word of "$ac_prog", so it can be a program name with args.
 10412   # Extract the first word of "$ac_prog", so it can be a program name with args.
 10390 set dummy $ac_prog; ac_word=$2
 10413 set dummy $ac_prog; ac_word=$2
 10391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 10414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 10392 $as_echo_n "checking for $ac_word... " >&6; }
 10415 $as_echo_n "checking for $ac_word... " >&6; }
 10393 if test "${ac_cv_prog_BDEPS_FTP+set}" = set; then :
 10416 if ${ac_cv_prog_BDEPS_FTP+:} false; then :
 10394   $as_echo_n "(cached) " >&6
 10417   $as_echo_n "(cached) " >&6
 10395 else
 10418 else
 10396   if test -n "$BDEPS_FTP"; then
 10419   if test -n "$BDEPS_FTP"; then
 10397   ac_cv_prog_BDEPS_FTP="$BDEPS_FTP" # Let the user override the test.
 10420   ac_cv_prog_BDEPS_FTP="$BDEPS_FTP" # Let the user override the test.
 10398 else
 10421 else
 11677 
 11700 
 11678     # Extract the first word of "javac", so it can be a program name with args.
 11701     # Extract the first word of "javac", so it can be a program name with args.
 11679 set dummy javac; ac_word=$2
 11702 set dummy javac; ac_word=$2
 11680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 11703 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 11681 $as_echo_n "checking for $ac_word... " >&6; }
 11704 $as_echo_n "checking for $ac_word... " >&6; }
 11682 if test "${ac_cv_path_JAVAC_CHECK+set}" = set; then :
 11705 if ${ac_cv_path_JAVAC_CHECK+:} false; then :
 11683   $as_echo_n "(cached) " >&6
 11706   $as_echo_n "(cached) " >&6
 11684 else
 11707 else
 11685   case $JAVAC_CHECK in
 11708   case $JAVAC_CHECK in
 11686   [\\/]* | ?:[\\/]*)
 11709   [\\/]* | ?:[\\/]*)
 11687   ac_cv_path_JAVAC_CHECK="$JAVAC_CHECK" # Let the user override the test with a path.
 11710   ac_cv_path_JAVAC_CHECK="$JAVAC_CHECK" # Let the user override the test with a path.
 11717 
 11740 
 11718     # Extract the first word of "java", so it can be a program name with args.
 11741     # Extract the first word of "java", so it can be a program name with args.
 11719 set dummy java; ac_word=$2
 11742 set dummy java; ac_word=$2
 11720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 11743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 11721 $as_echo_n "checking for $ac_word... " >&6; }
 11744 $as_echo_n "checking for $ac_word... " >&6; }
 11722 if test "${ac_cv_path_JAVA_CHECK+set}" = set; then :
 11745 if ${ac_cv_path_JAVA_CHECK+:} false; then :
 11723   $as_echo_n "(cached) " >&6
 11746   $as_echo_n "(cached) " >&6
 11724 else
 11747 else
 11725   case $JAVA_CHECK in
 11748   case $JAVA_CHECK in
 11726   [\\/]* | ?:[\\/]*)
 11749   [\\/]* | ?:[\\/]*)
 11727   ac_cv_path_JAVA_CHECK="$JAVA_CHECK" # Let the user override the test with a path.
 11750   ac_cv_path_JAVA_CHECK="$JAVA_CHECK" # Let the user override the test with a path.
 15776   # VS linker. This must be done before changing the PATH when looking for VS.
 15799   # VS linker. This must be done before changing the PATH when looking for VS.
 15777   # Extract the first word of "link", so it can be a program name with args.
 15800   # Extract the first word of "link", so it can be a program name with args.
 15778 set dummy link; ac_word=$2
 15801 set dummy link; ac_word=$2
 15779 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 15802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 15780 $as_echo_n "checking for $ac_word... " >&6; }
 15803 $as_echo_n "checking for $ac_word... " >&6; }
 15781 if test "${ac_cv_path_CYGWIN_LINK+set}" = set; then :
 15804 if ${ac_cv_path_CYGWIN_LINK+:} false; then :
 15782   $as_echo_n "(cached) " >&6
 15805   $as_echo_n "(cached) " >&6
 15783 else
 15806 else
 15784   case $CYGWIN_LINK in
 15807   case $CYGWIN_LINK in
 15785   [\\/]* | ?:[\\/]*)
 15808   [\\/]* | ?:[\\/]*)
 15786   ac_cv_path_CYGWIN_LINK="$CYGWIN_LINK" # Let the user override the test with a path.
 15809   ac_cv_path_CYGWIN_LINK="$CYGWIN_LINK" # Let the user override the test with a path.
 16765 do
 16788 do
 16766   # Extract the first word of "$ac_prog", so it can be a program name with args.
 16789   # Extract the first word of "$ac_prog", so it can be a program name with args.
 16767 set dummy $ac_prog; ac_word=$2
 16790 set dummy $ac_prog; ac_word=$2
 16768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 16791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 16769 $as_echo_n "checking for $ac_word... " >&6; }
 16792 $as_echo_n "checking for $ac_word... " >&6; }
 16770 if test "${ac_cv_path_BUILD_CC+set}" = set; then :
 16793 if ${ac_cv_path_BUILD_CC+:} false; then :
 16771   $as_echo_n "(cached) " >&6
 16794   $as_echo_n "(cached) " >&6
 16772 else
 16795 else
 16773   case $BUILD_CC in
 16796   case $BUILD_CC in
 16774   [\\/]* | ?:[\\/]*)
 16797   [\\/]* | ?:[\\/]*)
 16775   ac_cv_path_BUILD_CC="$BUILD_CC" # Let the user override the test with a path.
 16798   ac_cv_path_BUILD_CC="$BUILD_CC" # Let the user override the test with a path.
 17076 do
 17099 do
 17077   # Extract the first word of "$ac_prog", so it can be a program name with args.
 17100   # Extract the first word of "$ac_prog", so it can be a program name with args.
 17078 set dummy $ac_prog; ac_word=$2
 17101 set dummy $ac_prog; ac_word=$2
 17079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 17102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 17080 $as_echo_n "checking for $ac_word... " >&6; }
 17103 $as_echo_n "checking for $ac_word... " >&6; }
 17081 if test "${ac_cv_path_BUILD_CXX+set}" = set; then :
 17104 if ${ac_cv_path_BUILD_CXX+:} false; then :
 17082   $as_echo_n "(cached) " >&6
 17105   $as_echo_n "(cached) " >&6
 17083 else
 17106 else
 17084   case $BUILD_CXX in
 17107   case $BUILD_CXX in
 17085   [\\/]* | ?:[\\/]*)
 17108   [\\/]* | ?:[\\/]*)
 17086   ac_cv_path_BUILD_CXX="$BUILD_CXX" # Let the user override the test with a path.
 17109   ac_cv_path_BUILD_CXX="$BUILD_CXX" # Let the user override the test with a path.
 17385 
 17408 
 17386     # Extract the first word of "ld", so it can be a program name with args.
 17409     # Extract the first word of "ld", so it can be a program name with args.
 17387 set dummy ld; ac_word=$2
 17410 set dummy ld; ac_word=$2
 17388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 17411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 17389 $as_echo_n "checking for $ac_word... " >&6; }
 17412 $as_echo_n "checking for $ac_word... " >&6; }
 17390 if test "${ac_cv_path_BUILD_LD+set}" = set; then :
 17413 if ${ac_cv_path_BUILD_LD+:} false; then :
 17391   $as_echo_n "(cached) " >&6
 17414   $as_echo_n "(cached) " >&6
 17392 else
 17415 else
 17393   case $BUILD_LD in
 17416   case $BUILD_LD in
 17394   [\\/]* | ?:[\\/]*)
 17417   [\\/]* | ?:[\\/]*)
 17395   ac_cv_path_BUILD_LD="$BUILD_LD" # Let the user override the test with a path.
 17418   ac_cv_path_BUILD_LD="$BUILD_LD" # Let the user override the test with a path.
 17897 do
 17920 do
 17898   # Extract the first word of "$ac_prog", so it can be a program name with args.
 17921   # Extract the first word of "$ac_prog", so it can be a program name with args.
 17899 set dummy $ac_prog; ac_word=$2
 17922 set dummy $ac_prog; ac_word=$2
 17900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 17923 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 17901 $as_echo_n "checking for $ac_word... " >&6; }
 17924 $as_echo_n "checking for $ac_word... " >&6; }
 17902 if test "${ac_cv_path_TOOLS_DIR_CC+set}" = set; then :
 17925 if ${ac_cv_path_TOOLS_DIR_CC+:} false; then :
 17903   $as_echo_n "(cached) " >&6
 17926   $as_echo_n "(cached) " >&6
 17904 else
 17927 else
 17905   case $TOOLS_DIR_CC in
 17928   case $TOOLS_DIR_CC in
 17906   [\\/]* | ?:[\\/]*)
 17929   [\\/]* | ?:[\\/]*)
 17907   ac_cv_path_TOOLS_DIR_CC="$TOOLS_DIR_CC" # Let the user override the test with a path.
 17930   ac_cv_path_TOOLS_DIR_CC="$TOOLS_DIR_CC" # Let the user override the test with a path.
 17949 do
 17972 do
 17950   # Extract the first word of "$ac_prog", so it can be a program name with args.
 17973   # Extract the first word of "$ac_prog", so it can be a program name with args.
 17951 set dummy $ac_prog; ac_word=$2
 17974 set dummy $ac_prog; ac_word=$2
 17952 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 17975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 17953 $as_echo_n "checking for $ac_word... " >&6; }
 17976 $as_echo_n "checking for $ac_word... " >&6; }
 17954 if test "${ac_cv_path_POTENTIAL_CC+set}" = set; then :
 17977 if ${ac_cv_path_POTENTIAL_CC+:} false; then :
 17955   $as_echo_n "(cached) " >&6
 17978   $as_echo_n "(cached) " >&6
 17956 else
 17979 else
 17957   case $POTENTIAL_CC in
 17980   case $POTENTIAL_CC in
 17958   [\\/]* | ?:[\\/]*)
 17981   [\\/]* | ?:[\\/]*)
 17959   ac_cv_path_POTENTIAL_CC="$POTENTIAL_CC" # Let the user override the test with a path.
 17982   ac_cv_path_POTENTIAL_CC="$POTENTIAL_CC" # Let the user override the test with a path.
 18362   do
 18385   do
 18363     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 18386     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 18364 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 18387 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 18365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 18388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 18366 $as_echo_n "checking for $ac_word... " >&6; }
 18389 $as_echo_n "checking for $ac_word... " >&6; }
 18367 if test "${ac_cv_prog_PROPER_COMPILER_CC+set}" = set; then :
 18390 if ${ac_cv_prog_PROPER_COMPILER_CC+:} false; then :
 18368   $as_echo_n "(cached) " >&6
 18391   $as_echo_n "(cached) " >&6
 18369 else
 18392 else
 18370   if test -n "$PROPER_COMPILER_CC"; then
 18393   if test -n "$PROPER_COMPILER_CC"; then
 18371   ac_cv_prog_PROPER_COMPILER_CC="$PROPER_COMPILER_CC" # Let the user override the test.
 18394   ac_cv_prog_PROPER_COMPILER_CC="$PROPER_COMPILER_CC" # Let the user override the test.
 18372 else
 18395 else
 18406 do
 18429 do
 18407   # Extract the first word of "$ac_prog", so it can be a program name with args.
 18430   # Extract the first word of "$ac_prog", so it can be a program name with args.
 18408 set dummy $ac_prog; ac_word=$2
 18431 set dummy $ac_prog; ac_word=$2
 18409 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 18432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 18410 $as_echo_n "checking for $ac_word... " >&6; }
 18433 $as_echo_n "checking for $ac_word... " >&6; }
 18411 if test "${ac_cv_prog_ac_ct_PROPER_COMPILER_CC+set}" = set; then :
 18434 if ${ac_cv_prog_ac_ct_PROPER_COMPILER_CC+:} false; then :
 18412   $as_echo_n "(cached) " >&6
 18435   $as_echo_n "(cached) " >&6
 18413 else
 18436 else
 18414   if test -n "$ac_ct_PROPER_COMPILER_CC"; then
 18437   if test -n "$ac_ct_PROPER_COMPILER_CC"; then
 18415   ac_cv_prog_ac_ct_PROPER_COMPILER_CC="$ac_ct_PROPER_COMPILER_CC" # Let the user override the test.
 18438   ac_cv_prog_ac_ct_PROPER_COMPILER_CC="$ac_ct_PROPER_COMPILER_CC" # Let the user override the test.
 18416 else
 18439 else
 18856   do
 18879   do
 18857     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 18880     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 18858 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 18881 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 18859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 18882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 18860 $as_echo_n "checking for $ac_word... " >&6; }
 18883 $as_echo_n "checking for $ac_word... " >&6; }
 18861 if test "${ac_cv_prog_CC+set}" = set; then :
 18884 if ${ac_cv_prog_CC+:} false; then :
 18862   $as_echo_n "(cached) " >&6
 18885   $as_echo_n "(cached) " >&6
 18863 else
 18886 else
 18864   if test -n "$CC"; then
 18887   if test -n "$CC"; then
 18865   ac_cv_prog_CC="$CC" # Let the user override the test.
 18888   ac_cv_prog_CC="$CC" # Let the user override the test.
 18866 else
 18889 else
 18900 do
 18923 do
 18901   # Extract the first word of "$ac_prog", so it can be a program name with args.
 18924   # Extract the first word of "$ac_prog", so it can be a program name with args.
 18902 set dummy $ac_prog; ac_word=$2
 18925 set dummy $ac_prog; ac_word=$2
 18903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 18926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 18904 $as_echo_n "checking for $ac_word... " >&6; }
 18927 $as_echo_n "checking for $ac_word... " >&6; }
 18905 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
 18928 if ${ac_cv_prog_ac_ct_CC+:} false; then :
 18906   $as_echo_n "(cached) " >&6
 18929   $as_echo_n "(cached) " >&6
 18907 else
 18930 else
 18908   if test -n "$ac_ct_CC"; then
 18931   if test -n "$ac_ct_CC"; then
 18909   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
 18932   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
 18910 else
 18933 else
 18953 
 18976 
 18954 
 18977 
 18955 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 18978 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 18956 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 18979 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 18957 as_fn_error $? "no acceptable C compiler found in \$PATH
 18980 as_fn_error $? "no acceptable C compiler found in \$PATH
 18958 See \`config.log' for more details" "$LINENO" 5 ; }
 18981 See \`config.log' for more details" "$LINENO" 5; }
 18959 
 18982 
 18960 # Provide some information about the compiler.
 18983 # Provide some information about the compiler.
 18961 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
 18984 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
 18962 set X $ac_compile
 18985 set X $ac_compile
 18963 ac_compiler=$2
 18986 ac_compiler=$2
 19068 sed 's/^/| /' conftest.$ac_ext >&5
 19091 sed 's/^/| /' conftest.$ac_ext >&5
 19069 
 19092 
 19070 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 19093 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 19071 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 19094 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 19072 as_fn_error 77 "C compiler cannot create executables
 19095 as_fn_error 77 "C compiler cannot create executables
 19073 See \`config.log' for more details" "$LINENO" 5 ; }
 19096 See \`config.log' for more details" "$LINENO" 5; }
 19074 else
 19097 else
 19075   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 19098   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 19076 $as_echo "yes" >&6; }
 19099 $as_echo "yes" >&6; }
 19077 fi
 19100 fi
 19078 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
 19101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
 19111 done
 19134 done
 19112 else
 19135 else
 19113   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 19136   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 19114 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 19137 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 19115 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
 19138 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
 19116 See \`config.log' for more details" "$LINENO" 5 ; }
 19139 See \`config.log' for more details" "$LINENO" 5; }
 19117 fi
 19140 fi
 19118 rm -f conftest conftest$ac_cv_exeext
 19141 rm -f conftest conftest$ac_cv_exeext
 19119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
 19142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
 19120 $as_echo "$ac_cv_exeext" >&6; }
 19143 $as_echo "$ac_cv_exeext" >&6; }
 19121 
 19144 
 19170     else
 19193     else
 19171 	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 19194 	{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 19172 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 19195 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 19173 as_fn_error $? "cannot run C compiled programs.
 19196 as_fn_error $? "cannot run C compiled programs.
 19174 If you meant to cross compile, use \`--host'.
 19197 If you meant to cross compile, use \`--host'.
 19175 See \`config.log' for more details" "$LINENO" 5 ; }
 19198 See \`config.log' for more details" "$LINENO" 5; }
 19176     fi
 19199     fi
 19177   fi
 19200   fi
 19178 fi
 19201 fi
 19179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
 19202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
 19180 $as_echo "$cross_compiling" >&6; }
 19203 $as_echo "$cross_compiling" >&6; }
 19181 
 19204 
 19182 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
 19205 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
 19183 ac_clean_files=$ac_clean_files_save
 19206 ac_clean_files=$ac_clean_files_save
 19184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
 19207 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
 19185 $as_echo_n "checking for suffix of object files... " >&6; }
 19208 $as_echo_n "checking for suffix of object files... " >&6; }
 19186 if test "${ac_cv_objext+set}" = set; then :
 19209 if ${ac_cv_objext+:} false; then :
 19187   $as_echo_n "(cached) " >&6
 19210   $as_echo_n "(cached) " >&6
 19188 else
 19211 else
 19189   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 19212   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 19190 /* end confdefs.h.  */
 19213 /* end confdefs.h.  */
 19191 
 19214 
 19222 sed 's/^/| /' conftest.$ac_ext >&5
 19245 sed 's/^/| /' conftest.$ac_ext >&5
 19223 
 19246 
 19224 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 19247 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 19225 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 19248 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 19226 as_fn_error $? "cannot compute suffix of object files: cannot compile
 19249 as_fn_error $? "cannot compute suffix of object files: cannot compile
 19227 See \`config.log' for more details" "$LINENO" 5 ; }
 19250 See \`config.log' for more details" "$LINENO" 5; }
 19228 fi
 19251 fi
 19229 rm -f conftest.$ac_cv_objext conftest.$ac_ext
 19252 rm -f conftest.$ac_cv_objext conftest.$ac_ext
 19230 fi
 19253 fi
 19231 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
 19254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
 19232 $as_echo "$ac_cv_objext" >&6; }
 19255 $as_echo "$ac_cv_objext" >&6; }
 19233 OBJEXT=$ac_cv_objext
 19256 OBJEXT=$ac_cv_objext
 19234 ac_objext=$OBJEXT
 19257 ac_objext=$OBJEXT
 19235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
 19258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
 19236 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
 19259 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
 19237 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
 19260 if ${ac_cv_c_compiler_gnu+:} false; then :
 19238   $as_echo_n "(cached) " >&6
 19261   $as_echo_n "(cached) " >&6
 19239 else
 19262 else
 19240   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 19263   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 19241 /* end confdefs.h.  */
 19264 /* end confdefs.h.  */
 19242 
 19265 
 19269 fi
 19292 fi
 19270 ac_test_CFLAGS=${CFLAGS+set}
 19293 ac_test_CFLAGS=${CFLAGS+set}
 19271 ac_save_CFLAGS=$CFLAGS
 19294 ac_save_CFLAGS=$CFLAGS
 19272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
 19295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
 19273 $as_echo_n "checking whether $CC accepts -g... " >&6; }
 19296 $as_echo_n "checking whether $CC accepts -g... " >&6; }
 19274 if test "${ac_cv_prog_cc_g+set}" = set; then :
 19297 if ${ac_cv_prog_cc_g+:} false; then :
 19275   $as_echo_n "(cached) " >&6
 19298   $as_echo_n "(cached) " >&6
 19276 else
 19299 else
 19277   ac_save_c_werror_flag=$ac_c_werror_flag
 19300   ac_save_c_werror_flag=$ac_c_werror_flag
 19278    ac_c_werror_flag=yes
 19301    ac_c_werror_flag=yes
 19279    ac_cv_prog_cc_g=no
 19302    ac_cv_prog_cc_g=no
 19347     CFLAGS=
 19370     CFLAGS=
 19348   fi
 19371   fi
 19349 fi
 19372 fi
 19350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
 19373 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
 19351 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
 19374 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
 19352 if test "${ac_cv_prog_cc_c89+set}" = set; then :
 19375 if ${ac_cv_prog_cc_c89+:} false; then :
 19353   $as_echo_n "(cached) " >&6
 19376   $as_echo_n "(cached) " >&6
 19354 else
 19377 else
 19355   ac_cv_prog_cc_c89=no
 19378   ac_cv_prog_cc_c89=no
 19356 ac_save_CC=$CC
 19379 ac_save_CC=$CC
 19357 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 19380 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 19466 do
 19489 do
 19467   # Extract the first word of "$ac_prog", so it can be a program name with args.
 19490   # Extract the first word of "$ac_prog", so it can be a program name with args.
 19468 set dummy $ac_prog; ac_word=$2
 19491 set dummy $ac_prog; ac_word=$2
 19469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 19492 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 19470 $as_echo_n "checking for $ac_word... " >&6; }
 19493 $as_echo_n "checking for $ac_word... " >&6; }
 19471 if test "${ac_cv_path_TOOLS_DIR_CXX+set}" = set; then :
 19494 if ${ac_cv_path_TOOLS_DIR_CXX+:} false; then :
 19472   $as_echo_n "(cached) " >&6
 19495   $as_echo_n "(cached) " >&6
 19473 else
 19496 else
 19474   case $TOOLS_DIR_CXX in
 19497   case $TOOLS_DIR_CXX in
 19475   [\\/]* | ?:[\\/]*)
 19498   [\\/]* | ?:[\\/]*)
 19476   ac_cv_path_TOOLS_DIR_CXX="$TOOLS_DIR_CXX" # Let the user override the test with a path.
 19499   ac_cv_path_TOOLS_DIR_CXX="$TOOLS_DIR_CXX" # Let the user override the test with a path.
 19518 do
 19541 do
 19519   # Extract the first word of "$ac_prog", so it can be a program name with args.
 19542   # Extract the first word of "$ac_prog", so it can be a program name with args.
 19520 set dummy $ac_prog; ac_word=$2
 19543 set dummy $ac_prog; ac_word=$2
 19521 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 19544 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 19522 $as_echo_n "checking for $ac_word... " >&6; }
 19545 $as_echo_n "checking for $ac_word... " >&6; }
 19523 if test "${ac_cv_path_POTENTIAL_CXX+set}" = set; then :
 19546 if ${ac_cv_path_POTENTIAL_CXX+:} false; then :
 19524   $as_echo_n "(cached) " >&6
 19547   $as_echo_n "(cached) " >&6
 19525 else
 19548 else
 19526   case $POTENTIAL_CXX in
 19549   case $POTENTIAL_CXX in
 19527   [\\/]* | ?:[\\/]*)
 19550   [\\/]* | ?:[\\/]*)
 19528   ac_cv_path_POTENTIAL_CXX="$POTENTIAL_CXX" # Let the user override the test with a path.
 19551   ac_cv_path_POTENTIAL_CXX="$POTENTIAL_CXX" # Let the user override the test with a path.
 19931   do
 19954   do
 19932     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 19955     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 19933 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 19956 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 19934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 19957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 19935 $as_echo_n "checking for $ac_word... " >&6; }
 19958 $as_echo_n "checking for $ac_word... " >&6; }
 19936 if test "${ac_cv_prog_PROPER_COMPILER_CXX+set}" = set; then :
 19959 if ${ac_cv_prog_PROPER_COMPILER_CXX+:} false; then :
 19937   $as_echo_n "(cached) " >&6
 19960   $as_echo_n "(cached) " >&6
 19938 else
 19961 else
 19939   if test -n "$PROPER_COMPILER_CXX"; then
 19962   if test -n "$PROPER_COMPILER_CXX"; then
 19940   ac_cv_prog_PROPER_COMPILER_CXX="$PROPER_COMPILER_CXX" # Let the user override the test.
 19963   ac_cv_prog_PROPER_COMPILER_CXX="$PROPER_COMPILER_CXX" # Let the user override the test.
 19941 else
 19964 else
 19975 do
 19998 do
 19976   # Extract the first word of "$ac_prog", so it can be a program name with args.
 19999   # Extract the first word of "$ac_prog", so it can be a program name with args.
 19977 set dummy $ac_prog; ac_word=$2
 20000 set dummy $ac_prog; ac_word=$2
 19978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 20001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 19979 $as_echo_n "checking for $ac_word... " >&6; }
 20002 $as_echo_n "checking for $ac_word... " >&6; }
 19980 if test "${ac_cv_prog_ac_ct_PROPER_COMPILER_CXX+set}" = set; then :
 20003 if ${ac_cv_prog_ac_ct_PROPER_COMPILER_CXX+:} false; then :
 19981   $as_echo_n "(cached) " >&6
 20004   $as_echo_n "(cached) " >&6
 19982 else
 20005 else
 19983   if test -n "$ac_ct_PROPER_COMPILER_CXX"; then
 20006   if test -n "$ac_ct_PROPER_COMPILER_CXX"; then
 19984   ac_cv_prog_ac_ct_PROPER_COMPILER_CXX="$ac_ct_PROPER_COMPILER_CXX" # Let the user override the test.
 20007   ac_cv_prog_ac_ct_PROPER_COMPILER_CXX="$ac_ct_PROPER_COMPILER_CXX" # Let the user override the test.
 19985 else
 20008 else
 20429   do
 20452   do
 20430     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 20453     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 20431 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 20454 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 20432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 20455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 20433 $as_echo_n "checking for $ac_word... " >&6; }
 20456 $as_echo_n "checking for $ac_word... " >&6; }
 20434 if test "${ac_cv_prog_CXX+set}" = set; then :
 20457 if ${ac_cv_prog_CXX+:} false; then :
 20435   $as_echo_n "(cached) " >&6
 20458   $as_echo_n "(cached) " >&6
 20436 else
 20459 else
 20437   if test -n "$CXX"; then
 20460   if test -n "$CXX"; then
 20438   ac_cv_prog_CXX="$CXX" # Let the user override the test.
 20461   ac_cv_prog_CXX="$CXX" # Let the user override the test.
 20439 else
 20462 else
 20473 do
 20496 do
 20474   # Extract the first word of "$ac_prog", so it can be a program name with args.
 20497   # Extract the first word of "$ac_prog", so it can be a program name with args.
 20475 set dummy $ac_prog; ac_word=$2
 20498 set dummy $ac_prog; ac_word=$2
 20476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 20499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 20477 $as_echo_n "checking for $ac_word... " >&6; }
 20500 $as_echo_n "checking for $ac_word... " >&6; }
 20478 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then :
 20501 if ${ac_cv_prog_ac_ct_CXX+:} false; then :
 20479   $as_echo_n "(cached) " >&6
 20502   $as_echo_n "(cached) " >&6
 20480 else
 20503 else
 20481   if test -n "$ac_ct_CXX"; then
 20504   if test -n "$ac_ct_CXX"; then
 20482   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
 20505   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
 20483 else
 20506 else
 20551   test $ac_status = 0; }
 20574   test $ac_status = 0; }
 20552 done
 20575 done
 20553 
 20576 
 20554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
 20577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
 20555 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
 20578 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
 20556 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then :
 20579 if ${ac_cv_cxx_compiler_gnu+:} false; then :
 20557   $as_echo_n "(cached) " >&6
 20580   $as_echo_n "(cached) " >&6
 20558 else
 20581 else
 20559   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 20582   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 20560 /* end confdefs.h.  */
 20583 /* end confdefs.h.  */
 20561 
 20584 
 20588 fi
 20611 fi
 20589 ac_test_CXXFLAGS=${CXXFLAGS+set}
 20612 ac_test_CXXFLAGS=${CXXFLAGS+set}
 20590 ac_save_CXXFLAGS=$CXXFLAGS
 20613 ac_save_CXXFLAGS=$CXXFLAGS
 20591 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
 20614 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
 20592 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
 20615 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
 20593 if test "${ac_cv_prog_cxx_g+set}" = set; then :
 20616 if ${ac_cv_prog_cxx_g+:} false; then :
 20594   $as_echo_n "(cached) " >&6
 20617   $as_echo_n "(cached) " >&6
 20595 else
 20618 else
 20596   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
 20619   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
 20597    ac_cxx_werror_flag=yes
 20620    ac_cxx_werror_flag=yes
 20598    ac_cv_prog_cxx_g=no
 20621    ac_cv_prog_cxx_g=no
 20686   do
 20709   do
 20687     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 20710     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 20688 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 20711 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 20689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 20712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 20690 $as_echo_n "checking for $ac_word... " >&6; }
 20713 $as_echo_n "checking for $ac_word... " >&6; }
 20691 if test "${ac_cv_prog_OBJC+set}" = set; then :
 20714 if ${ac_cv_prog_OBJC+:} false; then :
 20692   $as_echo_n "(cached) " >&6
 20715   $as_echo_n "(cached) " >&6
 20693 else
 20716 else
 20694   if test -n "$OBJC"; then
 20717   if test -n "$OBJC"; then
 20695   ac_cv_prog_OBJC="$OBJC" # Let the user override the test.
 20718   ac_cv_prog_OBJC="$OBJC" # Let the user override the test.
 20696 else
 20719 else
 20730 do
 20753 do
 20731   # Extract the first word of "$ac_prog", so it can be a program name with args.
 20754   # Extract the first word of "$ac_prog", so it can be a program name with args.
 20732 set dummy $ac_prog; ac_word=$2
 20755 set dummy $ac_prog; ac_word=$2
 20733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 20756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 20734 $as_echo_n "checking for $ac_word... " >&6; }
 20757 $as_echo_n "checking for $ac_word... " >&6; }
 20735 if test "${ac_cv_prog_ac_ct_OBJC+set}" = set; then :
 20758 if ${ac_cv_prog_ac_ct_OBJC+:} false; then :
 20736   $as_echo_n "(cached) " >&6
 20759   $as_echo_n "(cached) " >&6
 20737 else
 20760 else
 20738   if test -n "$ac_ct_OBJC"; then
 20761   if test -n "$ac_ct_OBJC"; then
 20739   ac_cv_prog_ac_ct_OBJC="$ac_ct_OBJC" # Let the user override the test.
 20762   ac_cv_prog_ac_ct_OBJC="$ac_ct_OBJC" # Let the user override the test.
 20740 else
 20763 else
 20806   test $ac_status = 0; }
 20829   test $ac_status = 0; }
 20807 done
 20830 done
 20808 
 20831 
 20809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU Objective C compiler" >&5
 20832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU Objective C compiler" >&5
 20810 $as_echo_n "checking whether we are using the GNU Objective C compiler... " >&6; }
 20833 $as_echo_n "checking whether we are using the GNU Objective C compiler... " >&6; }
 20811 if test "${ac_cv_objc_compiler_gnu+set}" = set; then :
 20834 if ${ac_cv_objc_compiler_gnu+:} false; then :
 20812   $as_echo_n "(cached) " >&6
 20835   $as_echo_n "(cached) " >&6
 20813 else
 20836 else
 20814   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 20837   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 20815 /* end confdefs.h.  */
 20838 /* end confdefs.h.  */
 20816 
 20839 
 20843 fi
 20866 fi
 20844 ac_test_OBJCFLAGS=${OBJCFLAGS+set}
 20867 ac_test_OBJCFLAGS=${OBJCFLAGS+set}
 20845 ac_save_OBJCFLAGS=$OBJCFLAGS
 20868 ac_save_OBJCFLAGS=$OBJCFLAGS
 20846 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $OBJC accepts -g" >&5
 20869 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $OBJC accepts -g" >&5
 20847 $as_echo_n "checking whether $OBJC accepts -g... " >&6; }
 20870 $as_echo_n "checking whether $OBJC accepts -g... " >&6; }
 20848 if test "${ac_cv_prog_objc_g+set}" = set; then :
 20871 if ${ac_cv_prog_objc_g+:} false; then :
 20849   $as_echo_n "(cached) " >&6
 20872   $as_echo_n "(cached) " >&6
 20850 else
 20873 else
 20851   ac_save_objc_werror_flag=$ac_objc_werror_flag
 20874   ac_save_objc_werror_flag=$ac_objc_werror_flag
 20852    ac_objc_werror_flag=yes
 20875    ac_objc_werror_flag=yes
 20853    ac_cv_prog_objc_g=no
 20876    ac_cv_prog_objc_g=no
 21219     if test -n "$ac_tool_prefix"; then
 21242     if test -n "$ac_tool_prefix"; then
 21220   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
 21243   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
 21221 set dummy ${ac_tool_prefix}ar; ac_word=$2
 21244 set dummy ${ac_tool_prefix}ar; ac_word=$2
 21222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 21245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 21223 $as_echo_n "checking for $ac_word... " >&6; }
 21246 $as_echo_n "checking for $ac_word... " >&6; }
 21224 if test "${ac_cv_prog_AR+set}" = set; then :
 21247 if ${ac_cv_prog_AR+:} false; then :
 21225   $as_echo_n "(cached) " >&6
 21248   $as_echo_n "(cached) " >&6
 21226 else
 21249 else
 21227   if test -n "$AR"; then
 21250   if test -n "$AR"; then
 21228   ac_cv_prog_AR="$AR" # Let the user override the test.
 21251   ac_cv_prog_AR="$AR" # Let the user override the test.
 21229 else
 21252 else
 21259   ac_ct_AR=$AR
 21282   ac_ct_AR=$AR
 21260   # Extract the first word of "ar", so it can be a program name with args.
 21283   # Extract the first word of "ar", so it can be a program name with args.
 21261 set dummy ar; ac_word=$2
 21284 set dummy ar; ac_word=$2
 21262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 21285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 21263 $as_echo_n "checking for $ac_word... " >&6; }
 21286 $as_echo_n "checking for $ac_word... " >&6; }
 21264 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
 21287 if ${ac_cv_prog_ac_ct_AR+:} false; then :
 21265   $as_echo_n "(cached) " >&6
 21288   $as_echo_n "(cached) " >&6
 21266 else
 21289 else
 21267   if test -n "$ac_ct_AR"; then
 21290   if test -n "$ac_ct_AR"; then
 21268   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
 21291   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
 21269 else
 21292 else
 21601     # program for something completely different.
 21624     # program for something completely different.
 21602     # Extract the first word of "link", so it can be a program name with args.
 21625     # Extract the first word of "link", so it can be a program name with args.
 21603 set dummy link; ac_word=$2
 21626 set dummy link; ac_word=$2
 21604 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 21627 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 21605 $as_echo_n "checking for $ac_word... " >&6; }
 21628 $as_echo_n "checking for $ac_word... " >&6; }
 21606 if test "${ac_cv_prog_WINLD+set}" = set; then :
 21629 if ${ac_cv_prog_WINLD+:} false; then :
 21607   $as_echo_n "(cached) " >&6
 21630   $as_echo_n "(cached) " >&6
 21608 else
 21631 else
 21609   if test -n "$WINLD"; then
 21632   if test -n "$WINLD"; then
 21610   ac_cv_prog_WINLD="$WINLD" # Let the user override the test.
 21633   ac_cv_prog_WINLD="$WINLD" # Let the user override the test.
 21611 else
 21634 else
 21940 
 21963 
 21941     # Extract the first word of "mt", so it can be a program name with args.
 21964     # Extract the first word of "mt", so it can be a program name with args.
 21942 set dummy mt; ac_word=$2
 21965 set dummy mt; ac_word=$2
 21943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 21966 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 21944 $as_echo_n "checking for $ac_word... " >&6; }
 21967 $as_echo_n "checking for $ac_word... " >&6; }
 21945 if test "${ac_cv_prog_MT+set}" = set; then :
 21968 if ${ac_cv_prog_MT+:} false; then :
 21946   $as_echo_n "(cached) " >&6
 21969   $as_echo_n "(cached) " >&6
 21947 else
 21970 else
 21948   if test -n "$MT"; then
 21971   if test -n "$MT"; then
 21949   ac_cv_prog_MT="$MT" # Let the user override the test.
 21972   ac_cv_prog_MT="$MT" # Let the user override the test.
 21950 else
 21973 else
 22261     # The resource compiler
 22284     # The resource compiler
 22262     # Extract the first word of "rc", so it can be a program name with args.
 22285     # Extract the first word of "rc", so it can be a program name with args.
 22263 set dummy rc; ac_word=$2
 22286 set dummy rc; ac_word=$2
 22264 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 22287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 22265 $as_echo_n "checking for $ac_word... " >&6; }
 22288 $as_echo_n "checking for $ac_word... " >&6; }
 22266 if test "${ac_cv_prog_RC+set}" = set; then :
 22289 if ${ac_cv_prog_RC+:} false; then :
 22267   $as_echo_n "(cached) " >&6
 22290   $as_echo_n "(cached) " >&6
 22268 else
 22291 else
 22269   if test -n "$RC"; then
 22292   if test -n "$RC"; then
 22270   ac_cv_prog_RC="$RC" # Let the user override the test.
 22293   ac_cv_prog_RC="$RC" # Let the user override the test.
 22271 else
 22294 else
 22652     # lib.exe is used to create static libraries.
 22675     # lib.exe is used to create static libraries.
 22653     # Extract the first word of "lib", so it can be a program name with args.
 22676     # Extract the first word of "lib", so it can be a program name with args.
 22654 set dummy lib; ac_word=$2
 22677 set dummy lib; ac_word=$2
 22655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 22678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 22656 $as_echo_n "checking for $ac_word... " >&6; }
 22679 $as_echo_n "checking for $ac_word... " >&6; }
 22657 if test "${ac_cv_prog_WINAR+set}" = set; then :
 22680 if ${ac_cv_prog_WINAR+:} false; then :
 22658   $as_echo_n "(cached) " >&6
 22681   $as_echo_n "(cached) " >&6
 22659 else
 22682 else
 22660   if test -n "$WINAR"; then
 22683   if test -n "$WINAR"; then
 22661   ac_cv_prog_WINAR="$WINAR" # Let the user override the test.
 22684   ac_cv_prog_WINAR="$WINAR" # Let the user override the test.
 22662 else
 22685 else
 22958 
 22981 
 22959     # Extract the first word of "dumpbin", so it can be a program name with args.
 22982     # Extract the first word of "dumpbin", so it can be a program name with args.
 22960 set dummy dumpbin; ac_word=$2
 22983 set dummy dumpbin; ac_word=$2
 22961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 22984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 22962 $as_echo_n "checking for $ac_word... " >&6; }
 22985 $as_echo_n "checking for $ac_word... " >&6; }
 22963 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
 22986 if ${ac_cv_prog_DUMPBIN+:} false; then :
 22964   $as_echo_n "(cached) " >&6
 22987   $as_echo_n "(cached) " >&6
 22965 else
 22988 else
 22966   if test -n "$DUMPBIN"; then
 22989   if test -n "$DUMPBIN"; then
 22967   ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
 22990   ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
 22968 else
 22991 else
 23277 # On Suns, sometimes $CPP names a directory.
 23300 # On Suns, sometimes $CPP names a directory.
 23278 if test -n "$CPP" && test -d "$CPP"; then
 23301 if test -n "$CPP" && test -d "$CPP"; then
 23279   CPP=
 23302   CPP=
 23280 fi
 23303 fi
 23281 if test -z "$CPP"; then
 23304 if test -z "$CPP"; then
 23282   if test "${ac_cv_prog_CPP+set}" = set; then :
 23305   if ${ac_cv_prog_CPP+:} false; then :
 23283   $as_echo_n "(cached) " >&6
 23306   $as_echo_n "(cached) " >&6
 23284 else
 23307 else
 23285       # Double quotes because CPP needs to be expanded
 23308       # Double quotes because CPP needs to be expanded
 23286     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
 23309     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
 23287     do
 23310     do
 23393 
 23416 
 23394 else
 23417 else
 23395   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 23418   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 23396 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 23419 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 23397 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
 23420 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
 23398 See \`config.log' for more details" "$LINENO" 5 ; }
 23421 See \`config.log' for more details" "$LINENO" 5; }
 23399 fi
 23422 fi
 23400 
 23423 
 23401 ac_ext=cpp
 23424 ac_ext=cpp
 23402 ac_cpp='$CXXCPP $CPPFLAGS'
 23425 ac_cpp='$CXXCPP $CPPFLAGS'
 23403 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 23426 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 23677 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 23700 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
 23678 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
 23701 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
 23679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
 23702 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
 23680 $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
 23703 $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
 23681 if test -z "$CXXCPP"; then
 23704 if test -z "$CXXCPP"; then
 23682   if test "${ac_cv_prog_CXXCPP+set}" = set; then :
 23705   if ${ac_cv_prog_CXXCPP+:} false; then :
 23683   $as_echo_n "(cached) " >&6
 23706   $as_echo_n "(cached) " >&6
 23684 else
 23707 else
 23685       # Double quotes because CXXCPP needs to be expanded
 23708       # Double quotes because CXXCPP needs to be expanded
 23686     for CXXCPP in "$CXX -E" "/lib/cpp"
 23709     for CXXCPP in "$CXX -E" "/lib/cpp"
 23687     do
 23710     do
 23793 
 23816 
 23794 else
 23817 else
 23795   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 23818   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 23796 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 23819 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 23797 as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
 23820 as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
 23798 See \`config.log' for more details" "$LINENO" 5 ; }
 23821 See \`config.log' for more details" "$LINENO" 5; }
 23799 fi
 23822 fi
 23800 
 23823 
 23801 ac_ext=cpp
 23824 ac_ext=cpp
 23802 ac_cpp='$CXXCPP $CPPFLAGS'
 23825 ac_cpp='$CXXCPP $CPPFLAGS'
 23803 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 23826 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
 24095 if test "x$OPENJDK_TARGET_OS" = xsolaris; then
 24118 if test "x$OPENJDK_TARGET_OS" = xsolaris; then
 24096     # Extract the first word of "as", so it can be a program name with args.
 24119     # Extract the first word of "as", so it can be a program name with args.
 24097 set dummy as; ac_word=$2
 24120 set dummy as; ac_word=$2
 24098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 24121 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 24099 $as_echo_n "checking for $ac_word... " >&6; }
 24122 $as_echo_n "checking for $ac_word... " >&6; }
 24100 if test "${ac_cv_path_AS+set}" = set; then :
 24123 if ${ac_cv_path_AS+:} false; then :
 24101   $as_echo_n "(cached) " >&6
 24124   $as_echo_n "(cached) " >&6
 24102 else
 24125 else
 24103   case $AS in
 24126   case $AS in
 24104   [\\/]* | ?:[\\/]*)
 24127   [\\/]* | ?:[\\/]*)
 24105   ac_cv_path_AS="$AS" # Let the user override the test with a path.
 24128   ac_cv_path_AS="$AS" # Let the user override the test with a path.
 24409 do
 24432 do
 24410   # Extract the first word of "$ac_prog", so it can be a program name with args.
 24433   # Extract the first word of "$ac_prog", so it can be a program name with args.
 24411 set dummy $ac_prog; ac_word=$2
 24434 set dummy $ac_prog; ac_word=$2
 24412 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 24435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 24413 $as_echo_n "checking for $ac_word... " >&6; }
 24436 $as_echo_n "checking for $ac_word... " >&6; }
 24414 if test "${ac_cv_path_NM+set}" = set; then :
 24437 if ${ac_cv_path_NM+:} false; then :
 24415   $as_echo_n "(cached) " >&6
 24438   $as_echo_n "(cached) " >&6
 24416 else
 24439 else
 24417   case $NM in
 24440   case $NM in
 24418   [\\/]* | ?:[\\/]*)
 24441   [\\/]* | ?:[\\/]*)
 24419   ac_cv_path_NM="$NM" # Let the user override the test with a path.
 24442   ac_cv_path_NM="$NM" # Let the user override the test with a path.
 24718 
 24741 
 24719     # Extract the first word of "strip", so it can be a program name with args.
 24742     # Extract the first word of "strip", so it can be a program name with args.
 24720 set dummy strip; ac_word=$2
 24743 set dummy strip; ac_word=$2
 24721 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 24744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 24722 $as_echo_n "checking for $ac_word... " >&6; }
 24745 $as_echo_n "checking for $ac_word... " >&6; }
 24723 if test "${ac_cv_path_STRIP+set}" = set; then :
 24746 if ${ac_cv_path_STRIP+:} false; then :
 24724   $as_echo_n "(cached) " >&6
 24747   $as_echo_n "(cached) " >&6
 24725 else
 24748 else
 24726   case $STRIP in
 24749   case $STRIP in
 24727   [\\/]* | ?:[\\/]*)
 24750   [\\/]* | ?:[\\/]*)
 24728   ac_cv_path_STRIP="$STRIP" # Let the user override the test with a path.
 24751   ac_cv_path_STRIP="$STRIP" # Let the user override the test with a path.
 25024 
 25047 
 25025     # Extract the first word of "mcs", so it can be a program name with args.
 25048     # Extract the first word of "mcs", so it can be a program name with args.
 25026 set dummy mcs; ac_word=$2
 25049 set dummy mcs; ac_word=$2
 25027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 25050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 25028 $as_echo_n "checking for $ac_word... " >&6; }
 25051 $as_echo_n "checking for $ac_word... " >&6; }
 25029 if test "${ac_cv_path_MCS+set}" = set; then :
 25052 if ${ac_cv_path_MCS+:} false; then :
 25030   $as_echo_n "(cached) " >&6
 25053   $as_echo_n "(cached) " >&6
 25031 else
 25054 else
 25032   case $MCS in
 25055   case $MCS in
 25033   [\\/]* | ?:[\\/]*)
 25056   [\\/]* | ?:[\\/]*)
 25034   ac_cv_path_MCS="$MCS" # Let the user override the test with a path.
 25057   ac_cv_path_MCS="$MCS" # Let the user override the test with a path.
 25332     if test -n "$ac_tool_prefix"; then
 25355     if test -n "$ac_tool_prefix"; then
 25333   # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
 25356   # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
 25334 set dummy ${ac_tool_prefix}nm; ac_word=$2
 25357 set dummy ${ac_tool_prefix}nm; ac_word=$2
 25335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 25358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 25336 $as_echo_n "checking for $ac_word... " >&6; }
 25359 $as_echo_n "checking for $ac_word... " >&6; }
 25337 if test "${ac_cv_prog_NM+set}" = set; then :
 25360 if ${ac_cv_prog_NM+:} false; then :
 25338   $as_echo_n "(cached) " >&6
 25361   $as_echo_n "(cached) " >&6
 25339 else
 25362 else
 25340   if test -n "$NM"; then
 25363   if test -n "$NM"; then
 25341   ac_cv_prog_NM="$NM" # Let the user override the test.
 25364   ac_cv_prog_NM="$NM" # Let the user override the test.
 25342 else
 25365 else
 25372   ac_ct_NM=$NM
 25395   ac_ct_NM=$NM
 25373   # Extract the first word of "nm", so it can be a program name with args.
 25396   # Extract the first word of "nm", so it can be a program name with args.
 25374 set dummy nm; ac_word=$2
 25397 set dummy nm; ac_word=$2
 25375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 25398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 25376 $as_echo_n "checking for $ac_word... " >&6; }
 25399 $as_echo_n "checking for $ac_word... " >&6; }
 25377 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then :
 25400 if ${ac_cv_prog_ac_ct_NM+:} false; then :
 25378   $as_echo_n "(cached) " >&6
 25401   $as_echo_n "(cached) " >&6
 25379 else
 25402 else
 25380   if test -n "$ac_ct_NM"; then
 25403   if test -n "$ac_ct_NM"; then
 25381   ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
 25404   ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
 25382 else
 25405 else
 25690     if test -n "$ac_tool_prefix"; then
 25713     if test -n "$ac_tool_prefix"; then
 25691   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
 25714   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
 25692 set dummy ${ac_tool_prefix}strip; ac_word=$2
 25715 set dummy ${ac_tool_prefix}strip; ac_word=$2
 25693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 25716 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 25694 $as_echo_n "checking for $ac_word... " >&6; }
 25717 $as_echo_n "checking for $ac_word... " >&6; }
 25695 if test "${ac_cv_prog_STRIP+set}" = set; then :
 25718 if ${ac_cv_prog_STRIP+:} false; then :
 25696   $as_echo_n "(cached) " >&6
 25719   $as_echo_n "(cached) " >&6
 25697 else
 25720 else
 25698   if test -n "$STRIP"; then
 25721   if test -n "$STRIP"; then
 25699   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
 25722   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
 25700 else
 25723 else
 25730   ac_ct_STRIP=$STRIP
 25753   ac_ct_STRIP=$STRIP
 25731   # Extract the first word of "strip", so it can be a program name with args.
 25754   # Extract the first word of "strip", so it can be a program name with args.
 25732 set dummy strip; ac_word=$2
 25755 set dummy strip; ac_word=$2
 25733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 25756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 25734 $as_echo_n "checking for $ac_word... " >&6; }
 25757 $as_echo_n "checking for $ac_word... " >&6; }
 25735 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
 25758 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
 25736   $as_echo_n "(cached) " >&6
 25759   $as_echo_n "(cached) " >&6
 25737 else
 25760 else
 25738   if test -n "$ac_ct_STRIP"; then
 25761   if test -n "$ac_ct_STRIP"; then
 25739   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
 25762   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
 25740 else
 25763 else
 26055   do
 26078   do
 26056     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 26079     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 26057 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 26080 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 26058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 26081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 26059 $as_echo_n "checking for $ac_word... " >&6; }
 26082 $as_echo_n "checking for $ac_word... " >&6; }
 26060 if test "${ac_cv_prog_OBJCOPY+set}" = set; then :
 26083 if ${ac_cv_prog_OBJCOPY+:} false; then :
 26061   $as_echo_n "(cached) " >&6
 26084   $as_echo_n "(cached) " >&6
 26062 else
 26085 else
 26063   if test -n "$OBJCOPY"; then
 26086   if test -n "$OBJCOPY"; then
 26064   ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
 26087   ac_cv_prog_OBJCOPY="$OBJCOPY" # Let the user override the test.
 26065 else
 26088 else
 26099 do
 26122 do
 26100   # Extract the first word of "$ac_prog", so it can be a program name with args.
 26123   # Extract the first word of "$ac_prog", so it can be a program name with args.
 26101 set dummy $ac_prog; ac_word=$2
 26124 set dummy $ac_prog; ac_word=$2
 26102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 26125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 26103 $as_echo_n "checking for $ac_word... " >&6; }
 26126 $as_echo_n "checking for $ac_word... " >&6; }
 26104 if test "${ac_cv_prog_ac_ct_OBJCOPY+set}" = set; then :
 26127 if ${ac_cv_prog_ac_ct_OBJCOPY+:} false; then :
 26105   $as_echo_n "(cached) " >&6
 26128   $as_echo_n "(cached) " >&6
 26106 else
 26129 else
 26107   if test -n "$ac_ct_OBJCOPY"; then
 26130   if test -n "$ac_ct_OBJCOPY"; then
 26108   ac_cv_prog_ac_ct_OBJCOPY="$ac_ct_OBJCOPY" # Let the user override the test.
 26131   ac_cv_prog_ac_ct_OBJCOPY="$ac_ct_OBJCOPY" # Let the user override the test.
 26109 else
 26132 else
 26426   do
 26449   do
 26427     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 26450     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
 26428 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 26451 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
 26429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 26452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 26430 $as_echo_n "checking for $ac_word... " >&6; }
 26453 $as_echo_n "checking for $ac_word... " >&6; }
 26431 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
 26454 if ${ac_cv_prog_OBJDUMP+:} false; then :
 26432   $as_echo_n "(cached) " >&6
 26455   $as_echo_n "(cached) " >&6
 26433 else
 26456 else
 26434   if test -n "$OBJDUMP"; then
 26457   if test -n "$OBJDUMP"; then
 26435   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
 26458   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
 26436 else
 26459 else
 26470 do
 26493 do
 26471   # Extract the first word of "$ac_prog", so it can be a program name with args.
 26494   # Extract the first word of "$ac_prog", so it can be a program name with args.
 26472 set dummy $ac_prog; ac_word=$2
 26495 set dummy $ac_prog; ac_word=$2
 26473 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 26496 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 26474 $as_echo_n "checking for $ac_word... " >&6; }
 26497 $as_echo_n "checking for $ac_word... " >&6; }
 26475 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
 26498 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
 26476   $as_echo_n "(cached) " >&6
 26499   $as_echo_n "(cached) " >&6
 26477 else
 26500 else
 26478   if test -n "$ac_ct_OBJDUMP"; then
 26501   if test -n "$ac_ct_OBJDUMP"; then
 26479   ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
 26502   ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
 26480 else
 26503 else
 26794 if test "x$OPENJDK_TARGET_OS" = "xmacosx"; then
 26817 if test "x$OPENJDK_TARGET_OS" = "xmacosx"; then
 26795    # Extract the first word of "lipo", so it can be a program name with args.
 26818    # Extract the first word of "lipo", so it can be a program name with args.
 26796 set dummy lipo; ac_word=$2
 26819 set dummy lipo; ac_word=$2
 26797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 26820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 26798 $as_echo_n "checking for $ac_word... " >&6; }
 26821 $as_echo_n "checking for $ac_word... " >&6; }
 26799 if test "${ac_cv_path_LIPO+set}" = set; then :
 26822 if ${ac_cv_path_LIPO+:} false; then :
 26800   $as_echo_n "(cached) " >&6
 26823   $as_echo_n "(cached) " >&6
 26801 else
 26824 else
 26802   case $LIPO in
 26825   case $LIPO in
 26803   [\\/]* | ?:[\\/]*)
 26826   [\\/]* | ?:[\\/]*)
 26804   ac_cv_path_LIPO="$LIPO" # Let the user override the test with a path.
 26827   ac_cv_path_LIPO="$LIPO" # Let the user override the test with a path.
 27109 # And we can test some aspects on the target using configure macros.
 27132 # And we can test some aspects on the target using configure macros.
 27110 
 27133 
 27111 
 27134 
 27112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
 27135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
 27113 $as_echo_n "checking for ANSI C header files... " >&6; }
 27136 $as_echo_n "checking for ANSI C header files... " >&6; }
 27114 if test "${ac_cv_header_stdc+set}" = set; then :
 27137 if ${ac_cv_header_stdc+:} false; then :
 27115   $as_echo_n "(cached) " >&6
 27138   $as_echo_n "(cached) " >&6
 27116 else
 27139 else
 27117   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 27140   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 27118 /* end confdefs.h.  */
 27141 /* end confdefs.h.  */
 27119 #include <stdlib.h>
 27142 #include <stdlib.h>
 27285 
 27308 
 27286 # Make compilation sanity check
 27309 # Make compilation sanity check
 27287 for ac_header in stdio.h
 27310 for ac_header in stdio.h
 27288 do :
 27311 do :
 27289   ac_fn_cxx_check_header_mongrel "$LINENO" "stdio.h" "ac_cv_header_stdio_h" "$ac_includes_default"
 27312   ac_fn_cxx_check_header_mongrel "$LINENO" "stdio.h" "ac_cv_header_stdio_h" "$ac_includes_default"
 27290 if test "x$ac_cv_header_stdio_h" = x""yes; then :
 27313 if test "x$ac_cv_header_stdio_h" = xyes; then :
 27291   cat >>confdefs.h <<_ACEOF
 27314   cat >>confdefs.h <<_ACEOF
 27292 #define HAVE_STDIO_H 1
 27315 #define HAVE_STDIO_H 1
 27293 _ACEOF
 27316 _ACEOF
 27294 
 27317 
 27295 else
 27318 else
 27314 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
 27337 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
 27315 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
 27338 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
 27316 # This bug is HP SR number 8606223364.
 27339 # This bug is HP SR number 8606223364.
 27317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int *" >&5
 27340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int *" >&5
 27318 $as_echo_n "checking size of int *... " >&6; }
 27341 $as_echo_n "checking size of int *... " >&6; }
 27319 if test "${ac_cv_sizeof_int_p+set}" = set; then :
 27342 if ${ac_cv_sizeof_int_p+:} false; then :
 27320   $as_echo_n "(cached) " >&6
 27343   $as_echo_n "(cached) " >&6
 27321 else
 27344 else
 27322   if ac_fn_cxx_compute_int "$LINENO" "(long int) (sizeof (int *))" "ac_cv_sizeof_int_p"        "$ac_includes_default"; then :
 27345   if ac_fn_cxx_compute_int "$LINENO" "(long int) (sizeof (int *))" "ac_cv_sizeof_int_p"        "$ac_includes_default"; then :
 27323 
 27346 
 27324 else
 27347 else
 27325   if test "$ac_cv_type_int_p" = yes; then
 27348   if test "$ac_cv_type_int_p" = yes; then
 27326      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 27349      { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 27327 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 27350 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 27328 as_fn_error 77 "cannot compute sizeof (int *)
 27351 as_fn_error 77 "cannot compute sizeof (int *)
 27329 See \`config.log' for more details" "$LINENO" 5 ; }
 27352 See \`config.log' for more details" "$LINENO" 5; }
 27330    else
 27353    else
 27331      ac_cv_sizeof_int_p=0
 27354      ac_cv_sizeof_int_p=0
 27332    fi
 27355    fi
 27333 fi
 27356 fi
 27334 
 27357 
 27371 #
 27394 #
 27372 # Is the target little of big endian?
 27395 # Is the target little of big endian?
 27373 #
 27396 #
 27374  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
 27397  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
 27375 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
 27398 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
 27376 if test "${ac_cv_c_bigendian+set}" = set; then :
 27399 if ${ac_cv_c_bigendian+:} false; then :
 27377   $as_echo_n "(cached) " >&6
 27400   $as_echo_n "(cached) " >&6
 27378 else
 27401 else
 27379   ac_cv_c_bigendian=unknown
 27402   ac_cv_c_bigendian=unknown
 27380     # See if we're dealing with a universal compiler.
 27403     # See if we're dealing with a universal compiler.
 27381     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 27404     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 28103     LDFLAGS_JDKLIB="${LDFLAGS_JDK} $SHARED_LIBRARY_FLAGS \
 28126     LDFLAGS_JDKLIB="${LDFLAGS_JDK} $SHARED_LIBRARY_FLAGS \
 28104                     -L${JDK_OUTPUTDIR}/lib${OPENJDK_TARGET_CPU_LIBDIR}"
 28127                     -L${JDK_OUTPUTDIR}/lib${OPENJDK_TARGET_CPU_LIBDIR}"
 28105 
 28128 
 28106     # On some platforms (mac) the linker warns about non existing -L dirs.
 28129     # On some platforms (mac) the linker warns about non existing -L dirs.
 28107     # Add server first if available. Linking aginst client does not always produce the same results.
 28130     # Add server first if available. Linking aginst client does not always produce the same results.
 28108     # Only add client dir if client is being built. Default to server for other variants.
 28131     # Only add client dir if client is being built. Add minimal (note not minimal1) if only building minimal1.
       
 28132     # Default to server for other variants.
 28109     if test "x$JVM_VARIANT_SERVER" = xtrue; then
 28133     if test "x$JVM_VARIANT_SERVER" = xtrue; then
 28110         LDFLAGS_JDKLIB="${LDFLAGS_JDKLIB} -L${JDK_OUTPUTDIR}/lib${OPENJDK_TARGET_CPU_LIBDIR}/server"
 28134         LDFLAGS_JDKLIB="${LDFLAGS_JDKLIB} -L${JDK_OUTPUTDIR}/lib${OPENJDK_TARGET_CPU_LIBDIR}/server"
 28111     elif test "x$JVM_VARIANT_CLIENT" = xtrue; then
 28135     elif test "x$JVM_VARIANT_CLIENT" = xtrue; then
 28112         LDFLAGS_JDKLIB="${LDFLAGS_JDKLIB} -L${JDK_OUTPUTDIR}/lib${OPENJDK_TARGET_CPU_LIBDIR}/client"
 28136         LDFLAGS_JDKLIB="${LDFLAGS_JDKLIB} -L${JDK_OUTPUTDIR}/lib${OPENJDK_TARGET_CPU_LIBDIR}/client"
       
 28137     elif test "x$JVM_VARIANT_MINIMAL1" = xtrue; then
       
 28138         LDFLAGS_JDKLIB="${LDFLAGS_JDKLIB} -L${JDK_OUTPUTDIR}/lib${OPENJDK_TARGET_CPU_LIBDIR}/minimal"
 28113     else
 28139     else
 28114         LDFLAGS_JDKLIB="${LDFLAGS_JDKLIB} -L${JDK_OUTPUTDIR}/lib${OPENJDK_TARGET_CPU_LIBDIR}/server"
 28140         LDFLAGS_JDKLIB="${LDFLAGS_JDKLIB} -L${JDK_OUTPUTDIR}/lib${OPENJDK_TARGET_CPU_LIBDIR}/server"
 28115     fi
 28141     fi
 28116 
 28142 
 28117     LDFLAGS_JDKLIB_SUFFIX="-ljava -ljvm"
 28143     LDFLAGS_JDKLIB_SUFFIX="-ljava -ljvm"
 28368 if test "x$with_x" = xno; then
 28394 if test "x$with_x" = xno; then
 28369   # The user explicitly disabled X.
 28395   # The user explicitly disabled X.
 28370   have_x=disabled
 28396   have_x=disabled
 28371 else
 28397 else
 28372   case $x_includes,$x_libraries in #(
 28398   case $x_includes,$x_libraries in #(
 28373     *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5 ;; #(
 28399     *\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
 28374     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then :
 28400     *,NONE | NONE,*) if ${ac_cv_have_x+:} false; then :
 28375   $as_echo_n "(cached) " >&6
 28401   $as_echo_n "(cached) " >&6
 28376 else
 28402 else
 28377   # One or both of the vars are not set, and there is no cached value.
 28403   # One or both of the vars are not set, and there is no cached value.
 28378 ac_x_includes=no ac_x_libraries=no
 28404 ac_x_includes=no ac_x_libraries=no
 28379 rm -f -r conftest.dir
 28405 rm -f -r conftest.dir
 28646 if ac_fn_cxx_try_link "$LINENO"; then :
 28672 if ac_fn_cxx_try_link "$LINENO"; then :
 28647 
 28673 
 28648 else
 28674 else
 28649   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
 28675   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
 28650 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
 28676 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
 28651 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then :
 28677 if ${ac_cv_lib_dnet_dnet_ntoa+:} false; then :
 28652   $as_echo_n "(cached) " >&6
 28678   $as_echo_n "(cached) " >&6
 28653 else
 28679 else
 28654   ac_check_lib_save_LIBS=$LIBS
 28680   ac_check_lib_save_LIBS=$LIBS
 28655 LIBS="-ldnet  $LIBS"
 28681 LIBS="-ldnet  $LIBS"
 28656 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 28682 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 28680     conftest$ac_exeext conftest.$ac_ext
 28706     conftest$ac_exeext conftest.$ac_ext
 28681 LIBS=$ac_check_lib_save_LIBS
 28707 LIBS=$ac_check_lib_save_LIBS
 28682 fi
 28708 fi
 28683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
 28709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
 28684 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
 28710 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
 28685 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then :
 28711 if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then :
 28686   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
 28712   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
 28687 fi
 28713 fi
 28688 
 28714 
 28689     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
 28715     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
 28690       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
 28716       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
 28691 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
 28717 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
 28692 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then :
 28718 if ${ac_cv_lib_dnet_stub_dnet_ntoa+:} false; then :
 28693   $as_echo_n "(cached) " >&6
 28719   $as_echo_n "(cached) " >&6
 28694 else
 28720 else
 28695   ac_check_lib_save_LIBS=$LIBS
 28721   ac_check_lib_save_LIBS=$LIBS
 28696 LIBS="-ldnet_stub  $LIBS"
 28722 LIBS="-ldnet_stub  $LIBS"
 28697 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 28723 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 28721     conftest$ac_exeext conftest.$ac_ext
 28747     conftest$ac_exeext conftest.$ac_ext
 28722 LIBS=$ac_check_lib_save_LIBS
 28748 LIBS=$ac_check_lib_save_LIBS
 28723 fi
 28749 fi
 28724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
 28750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
 28725 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
 28751 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
 28726 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then :
 28752 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then :
 28727   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
 28753   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
 28728 fi
 28754 fi
 28729 
 28755 
 28730     fi
 28756     fi
 28731 fi
 28757 fi
 28740     # The nsl library prevents programs from opening the X display
 28766     # The nsl library prevents programs from opening the X display
 28741     # on Irix 5.2, according to T.E. Dickey.
 28767     # on Irix 5.2, according to T.E. Dickey.
 28742     # The functions gethostbyname, getservbyname, and inet_addr are
 28768     # The functions gethostbyname, getservbyname, and inet_addr are
 28743     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
 28769     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
 28744     ac_fn_cxx_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
 28770     ac_fn_cxx_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
 28745 if test "x$ac_cv_func_gethostbyname" = x""yes; then :
 28771 if test "x$ac_cv_func_gethostbyname" = xyes; then :
 28746 
 28772 
 28747 fi
 28773 fi
 28748 
 28774 
 28749     if test $ac_cv_func_gethostbyname = no; then
 28775     if test $ac_cv_func_gethostbyname = no; then
 28750       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
 28776       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
 28751 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
 28777 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
 28752 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
 28778 if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
 28753   $as_echo_n "(cached) " >&6
 28779   $as_echo_n "(cached) " >&6
 28754 else
 28780 else
 28755   ac_check_lib_save_LIBS=$LIBS
 28781   ac_check_lib_save_LIBS=$LIBS
 28756 LIBS="-lnsl  $LIBS"
 28782 LIBS="-lnsl  $LIBS"
 28757 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 28783 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 28781     conftest$ac_exeext conftest.$ac_ext
 28807     conftest$ac_exeext conftest.$ac_ext
 28782 LIBS=$ac_check_lib_save_LIBS
 28808 LIBS=$ac_check_lib_save_LIBS
 28783 fi
 28809 fi
 28784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
 28810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
 28785 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
 28811 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
 28786 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
 28812 if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
 28787   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
 28813   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
 28788 fi
 28814 fi
 28789 
 28815 
 28790       if test $ac_cv_lib_nsl_gethostbyname = no; then
 28816       if test $ac_cv_lib_nsl_gethostbyname = no; then
 28791 	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
 28817 	{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
 28792 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
 28818 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
 28793 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then :
 28819 if ${ac_cv_lib_bsd_gethostbyname+:} false; then :
 28794   $as_echo_n "(cached) " >&6
 28820   $as_echo_n "(cached) " >&6
 28795 else
 28821 else
 28796   ac_check_lib_save_LIBS=$LIBS
 28822   ac_check_lib_save_LIBS=$LIBS
 28797 LIBS="-lbsd  $LIBS"
 28823 LIBS="-lbsd  $LIBS"
 28798 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 28824 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 28822     conftest$ac_exeext conftest.$ac_ext
 28848     conftest$ac_exeext conftest.$ac_ext
 28823 LIBS=$ac_check_lib_save_LIBS
 28849 LIBS=$ac_check_lib_save_LIBS
 28824 fi
 28850 fi
 28825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
 28851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
 28826 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
 28852 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
 28827 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then :
 28853 if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then :
 28828   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
 28854   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
 28829 fi
 28855 fi
 28830 
 28856 
 28831       fi
 28857       fi
 28832     fi
 28858     fi
 28837     # on later versions), says Simon Leinen: it contains gethostby*
 28863     # on later versions), says Simon Leinen: it contains gethostby*
 28838     # variants that don't use the name server (or something).  -lsocket
 28864     # variants that don't use the name server (or something).  -lsocket
 28839     # must be given before -lnsl if both are needed.  We assume that
 28865     # must be given before -lnsl if both are needed.  We assume that
 28840     # if connect needs -lnsl, so does gethostbyname.
 28866     # if connect needs -lnsl, so does gethostbyname.
 28841     ac_fn_cxx_check_func "$LINENO" "connect" "ac_cv_func_connect"
 28867     ac_fn_cxx_check_func "$LINENO" "connect" "ac_cv_func_connect"
 28842 if test "x$ac_cv_func_connect" = x""yes; then :
 28868 if test "x$ac_cv_func_connect" = xyes; then :
 28843 
 28869 
 28844 fi
 28870 fi
 28845 
 28871 
 28846     if test $ac_cv_func_connect = no; then
 28872     if test $ac_cv_func_connect = no; then
 28847       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
 28873       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
 28848 $as_echo_n "checking for connect in -lsocket... " >&6; }
 28874 $as_echo_n "checking for connect in -lsocket... " >&6; }
 28849 if test "${ac_cv_lib_socket_connect+set}" = set; then :
 28875 if ${ac_cv_lib_socket_connect+:} false; then :
 28850   $as_echo_n "(cached) " >&6
 28876   $as_echo_n "(cached) " >&6
 28851 else
 28877 else
 28852   ac_check_lib_save_LIBS=$LIBS
 28878   ac_check_lib_save_LIBS=$LIBS
 28853 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
 28879 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
 28854 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 28880 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 28878     conftest$ac_exeext conftest.$ac_ext
 28904     conftest$ac_exeext conftest.$ac_ext
 28879 LIBS=$ac_check_lib_save_LIBS
 28905 LIBS=$ac_check_lib_save_LIBS
 28880 fi
 28906 fi
 28881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
 28907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
 28882 $as_echo "$ac_cv_lib_socket_connect" >&6; }
 28908 $as_echo "$ac_cv_lib_socket_connect" >&6; }
 28883 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
 28909 if test "x$ac_cv_lib_socket_connect" = xyes; then :
 28884   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
 28910   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
 28885 fi
 28911 fi
 28886 
 28912 
 28887     fi
 28913     fi
 28888 
 28914 
 28889     # Guillermo Gomez says -lposix is necessary on A/UX.
 28915     # Guillermo Gomez says -lposix is necessary on A/UX.
 28890     ac_fn_cxx_check_func "$LINENO" "remove" "ac_cv_func_remove"
 28916     ac_fn_cxx_check_func "$LINENO" "remove" "ac_cv_func_remove"
 28891 if test "x$ac_cv_func_remove" = x""yes; then :
 28917 if test "x$ac_cv_func_remove" = xyes; then :
 28892 
 28918 
 28893 fi
 28919 fi
 28894 
 28920 
 28895     if test $ac_cv_func_remove = no; then
 28921     if test $ac_cv_func_remove = no; then
 28896       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
 28922       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
 28897 $as_echo_n "checking for remove in -lposix... " >&6; }
 28923 $as_echo_n "checking for remove in -lposix... " >&6; }
 28898 if test "${ac_cv_lib_posix_remove+set}" = set; then :
 28924 if ${ac_cv_lib_posix_remove+:} false; then :
 28899   $as_echo_n "(cached) " >&6
 28925   $as_echo_n "(cached) " >&6
 28900 else
 28926 else
 28901   ac_check_lib_save_LIBS=$LIBS
 28927   ac_check_lib_save_LIBS=$LIBS
 28902 LIBS="-lposix  $LIBS"
 28928 LIBS="-lposix  $LIBS"
 28903 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 28929 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 28927     conftest$ac_exeext conftest.$ac_ext
 28953     conftest$ac_exeext conftest.$ac_ext
 28928 LIBS=$ac_check_lib_save_LIBS
 28954 LIBS=$ac_check_lib_save_LIBS
 28929 fi
 28955 fi
 28930 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
 28956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
 28931 $as_echo "$ac_cv_lib_posix_remove" >&6; }
 28957 $as_echo "$ac_cv_lib_posix_remove" >&6; }
 28932 if test "x$ac_cv_lib_posix_remove" = x""yes; then :
 28958 if test "x$ac_cv_lib_posix_remove" = xyes; then :
 28933   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
 28959   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
 28934 fi
 28960 fi
 28935 
 28961 
 28936     fi
 28962     fi
 28937 
 28963 
 28938     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
 28964     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
 28939     ac_fn_cxx_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
 28965     ac_fn_cxx_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
 28940 if test "x$ac_cv_func_shmat" = x""yes; then :
 28966 if test "x$ac_cv_func_shmat" = xyes; then :
 28941 
 28967 
 28942 fi
 28968 fi
 28943 
 28969 
 28944     if test $ac_cv_func_shmat = no; then
 28970     if test $ac_cv_func_shmat = no; then
 28945       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
 28971       { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
 28946 $as_echo_n "checking for shmat in -lipc... " >&6; }
 28972 $as_echo_n "checking for shmat in -lipc... " >&6; }
 28947 if test "${ac_cv_lib_ipc_shmat+set}" = set; then :
 28973 if ${ac_cv_lib_ipc_shmat+:} false; then :
 28948   $as_echo_n "(cached) " >&6
 28974   $as_echo_n "(cached) " >&6
 28949 else
 28975 else
 28950   ac_check_lib_save_LIBS=$LIBS
 28976   ac_check_lib_save_LIBS=$LIBS
 28951 LIBS="-lipc  $LIBS"
 28977 LIBS="-lipc  $LIBS"
 28952 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 28978 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 28976     conftest$ac_exeext conftest.$ac_ext
 29002     conftest$ac_exeext conftest.$ac_ext
 28977 LIBS=$ac_check_lib_save_LIBS
 29003 LIBS=$ac_check_lib_save_LIBS
 28978 fi
 29004 fi
 28979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
 29005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
 28980 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
 29006 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
 28981 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then :
 29007 if test "x$ac_cv_lib_ipc_shmat" = xyes; then :
 28982   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
 29008   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
 28983 fi
 29009 fi
 28984 
 29010 
 28985     fi
 29011     fi
 28986   fi
 29012   fi
 28994   # These have to be linked with before -lX11, unlike the other
 29020   # These have to be linked with before -lX11, unlike the other
 28995   # libraries we check for below, so use a different variable.
 29021   # libraries we check for below, so use a different variable.
 28996   # John Interrante, Karl Berry
 29022   # John Interrante, Karl Berry
 28997   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
 29023   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
 28998 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
 29024 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
 28999 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then :
 29025 if ${ac_cv_lib_ICE_IceConnectionNumber+:} false; then :
 29000   $as_echo_n "(cached) " >&6
 29026   $as_echo_n "(cached) " >&6
 29001 else
 29027 else
 29002   ac_check_lib_save_LIBS=$LIBS
 29028   ac_check_lib_save_LIBS=$LIBS
 29003 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
 29029 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
 29004 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 29030 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 29028     conftest$ac_exeext conftest.$ac_ext
 29054     conftest$ac_exeext conftest.$ac_ext
 29029 LIBS=$ac_check_lib_save_LIBS
 29055 LIBS=$ac_check_lib_save_LIBS
 29030 fi
 29056 fi
 29031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
 29057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
 29032 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
 29058 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
 29033 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then :
 29059 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then :
 29034   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
 29060   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
 29035 fi
 29061 fi
 29036 
 29062 
 29037   LDFLAGS=$ac_save_LDFLAGS
 29063   LDFLAGS=$ac_save_LDFLAGS
 29038 
 29064 
 30035             # AC_CHECK_LIB does not support use of cl.exe
 30061             # AC_CHECK_LIB does not support use of cl.exe
 30036             PREV_LDFLAGS="$LDFLAGS"
 30062             PREV_LDFLAGS="$LDFLAGS"
 30037             LDFLAGS="$FREETYPE2_LIBS"
 30063             LDFLAGS="$FREETYPE2_LIBS"
 30038             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for FT_Init_FreeType in -lfreetype" >&5
 30064             { $as_echo "$as_me:${as_lineno-$LINENO}: checking for FT_Init_FreeType in -lfreetype" >&5
 30039 $as_echo_n "checking for FT_Init_FreeType in -lfreetype... " >&6; }
 30065 $as_echo_n "checking for FT_Init_FreeType in -lfreetype... " >&6; }
 30040 if test "${ac_cv_lib_freetype_FT_Init_FreeType+set}" = set; then :
 30066 if ${ac_cv_lib_freetype_FT_Init_FreeType+:} false; then :
 30041   $as_echo_n "(cached) " >&6
 30067   $as_echo_n "(cached) " >&6
 30042 else
 30068 else
 30043   ac_check_lib_save_LIBS=$LIBS
 30069   ac_check_lib_save_LIBS=$LIBS
 30044 LIBS="-lfreetype  $LIBS"
 30070 LIBS="-lfreetype  $LIBS"
 30045 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 30071 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 30069     conftest$ac_exeext conftest.$ac_ext
 30095     conftest$ac_exeext conftest.$ac_ext
 30070 LIBS=$ac_check_lib_save_LIBS
 30096 LIBS=$ac_check_lib_save_LIBS
 30071 fi
 30097 fi
 30072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_freetype_FT_Init_FreeType" >&5
 30098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_freetype_FT_Init_FreeType" >&5
 30073 $as_echo "$ac_cv_lib_freetype_FT_Init_FreeType" >&6; }
 30099 $as_echo "$ac_cv_lib_freetype_FT_Init_FreeType" >&6; }
 30074 if test "x$ac_cv_lib_freetype_FT_Init_FreeType" = x""yes; then :
 30100 if test "x$ac_cv_lib_freetype_FT_Init_FreeType" = xyes; then :
 30075   FREETYPE2_FOUND=true
 30101   FREETYPE2_FOUND=true
 30076 else
 30102 else
 30077   as_fn_error $? "Could not find freetype2! $HELP_MSG " "$LINENO" 5
 30103   as_fn_error $? "Could not find freetype2! $HELP_MSG " "$LINENO" 5
 30078 fi
 30104 fi
 30079 
 30105 
 30357 	fi
 30383 	fi
 30358 	if test "x$ALSA_FOUND" = xno; then
 30384 	if test "x$ALSA_FOUND" = xno; then
 30359 	    for ac_header in alsa/asoundlib.h
 30385 	    for ac_header in alsa/asoundlib.h
 30360 do :
 30386 do :
 30361   ac_fn_cxx_check_header_mongrel "$LINENO" "alsa/asoundlib.h" "ac_cv_header_alsa_asoundlib_h" "$ac_includes_default"
 30387   ac_fn_cxx_check_header_mongrel "$LINENO" "alsa/asoundlib.h" "ac_cv_header_alsa_asoundlib_h" "$ac_includes_default"
 30362 if test "x$ac_cv_header_alsa_asoundlib_h" = x""yes; then :
 30388 if test "x$ac_cv_header_alsa_asoundlib_h" = xyes; then :
 30363   cat >>confdefs.h <<_ACEOF
 30389   cat >>confdefs.h <<_ACEOF
 30364 #define HAVE_ALSA_ASOUNDLIB_H 1
 30390 #define HAVE_ALSA_ASOUNDLIB_H 1
 30365 _ACEOF
 30391 _ACEOF
 30366  ALSA_FOUND=yes
 30392  ALSA_FOUND=yes
 30367 	                      ALSA_CFLAGS=-Iignoreme
 30393 	                      ALSA_CFLAGS=-Iignoreme
 30416 #
 30442 #
 30417 
 30443 
 30418 USE_EXTERNAL_LIBJPEG=true
 30444 USE_EXTERNAL_LIBJPEG=true
 30419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -ljpeg" >&5
 30445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -ljpeg" >&5
 30420 $as_echo_n "checking for main in -ljpeg... " >&6; }
 30446 $as_echo_n "checking for main in -ljpeg... " >&6; }
 30421 if test "${ac_cv_lib_jpeg_main+set}" = set; then :
 30447 if ${ac_cv_lib_jpeg_main+:} false; then :
 30422   $as_echo_n "(cached) " >&6
 30448   $as_echo_n "(cached) " >&6
 30423 else
 30449 else
 30424   ac_check_lib_save_LIBS=$LIBS
 30450   ac_check_lib_save_LIBS=$LIBS
 30425 LIBS="-ljpeg  $LIBS"
 30451 LIBS="-ljpeg  $LIBS"
 30426 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 30452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 30444     conftest$ac_exeext conftest.$ac_ext
 30470     conftest$ac_exeext conftest.$ac_ext
 30445 LIBS=$ac_check_lib_save_LIBS
 30471 LIBS=$ac_check_lib_save_LIBS
 30446 fi
 30472 fi
 30447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_jpeg_main" >&5
 30473 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_jpeg_main" >&5
 30448 $as_echo "$ac_cv_lib_jpeg_main" >&6; }
 30474 $as_echo "$ac_cv_lib_jpeg_main" >&6; }
 30449 if test "x$ac_cv_lib_jpeg_main" = x""yes; then :
 30475 if test "x$ac_cv_lib_jpeg_main" = xyes; then :
 30450   cat >>confdefs.h <<_ACEOF
 30476   cat >>confdefs.h <<_ACEOF
 30451 #define HAVE_LIBJPEG 1
 30477 #define HAVE_LIBJPEG 1
 30452 _ACEOF
 30478 _ACEOF
 30453 
 30479 
 30454   LIBS="-ljpeg $LIBS"
 30480   LIBS="-ljpeg $LIBS"
 30468 #
 30494 #
 30469 
 30495 
 30470 USE_EXTERNAL_LIBJPEG=true
 30496 USE_EXTERNAL_LIBJPEG=true
 30471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lgif" >&5
 30497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lgif" >&5
 30472 $as_echo_n "checking for main in -lgif... " >&6; }
 30498 $as_echo_n "checking for main in -lgif... " >&6; }
 30473 if test "${ac_cv_lib_gif_main+set}" = set; then :
 30499 if ${ac_cv_lib_gif_main+:} false; then :
 30474   $as_echo_n "(cached) " >&6
 30500   $as_echo_n "(cached) " >&6
 30475 else
 30501 else
 30476   ac_check_lib_save_LIBS=$LIBS
 30502   ac_check_lib_save_LIBS=$LIBS
 30477 LIBS="-lgif  $LIBS"
 30503 LIBS="-lgif  $LIBS"
 30478 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 30504 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 30496     conftest$ac_exeext conftest.$ac_ext
 30522     conftest$ac_exeext conftest.$ac_ext
 30497 LIBS=$ac_check_lib_save_LIBS
 30523 LIBS=$ac_check_lib_save_LIBS
 30498 fi
 30524 fi
 30499 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gif_main" >&5
 30525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gif_main" >&5
 30500 $as_echo "$ac_cv_lib_gif_main" >&6; }
 30526 $as_echo "$ac_cv_lib_gif_main" >&6; }
 30501 if test "x$ac_cv_lib_gif_main" = x""yes; then :
 30527 if test "x$ac_cv_lib_gif_main" = xyes; then :
 30502   cat >>confdefs.h <<_ACEOF
 30528   cat >>confdefs.h <<_ACEOF
 30503 #define HAVE_LIBGIF 1
 30529 #define HAVE_LIBGIF 1
 30504 _ACEOF
 30530 _ACEOF
 30505 
 30531 
 30506   LIBS="-lgif $LIBS"
 30532   LIBS="-lgif $LIBS"
 30526 fi
 30552 fi
 30527 
 30553 
 30528 
 30554 
 30529 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compress in -lz" >&5
 30555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for compress in -lz" >&5
 30530 $as_echo_n "checking for compress in -lz... " >&6; }
 30556 $as_echo_n "checking for compress in -lz... " >&6; }
 30531 if test "${ac_cv_lib_z_compress+set}" = set; then :
 30557 if ${ac_cv_lib_z_compress+:} false; then :
 30532   $as_echo_n "(cached) " >&6
 30558   $as_echo_n "(cached) " >&6
 30533 else
 30559 else
 30534   ac_check_lib_save_LIBS=$LIBS
 30560   ac_check_lib_save_LIBS=$LIBS
 30535 LIBS="-lz  $LIBS"
 30561 LIBS="-lz  $LIBS"
 30536 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 30562 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 30560     conftest$ac_exeext conftest.$ac_ext
 30586     conftest$ac_exeext conftest.$ac_ext
 30561 LIBS=$ac_check_lib_save_LIBS
 30587 LIBS=$ac_check_lib_save_LIBS
 30562 fi
 30588 fi
 30563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_compress" >&5
 30589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_compress" >&5
 30564 $as_echo "$ac_cv_lib_z_compress" >&6; }
 30590 $as_echo "$ac_cv_lib_z_compress" >&6; }
 30565 if test "x$ac_cv_lib_z_compress" = x""yes; then :
 30591 if test "x$ac_cv_lib_z_compress" = xyes; then :
 30566    ZLIB_FOUND=yes
 30592    ZLIB_FOUND=yes
 30567 else
 30593 else
 30568    ZLIB_FOUND=no
 30594    ZLIB_FOUND=no
 30569 fi
 30595 fi
 30570 
 30596 
 30653 # Check the maths library
 30679 # Check the maths library
 30654 #
 30680 #
 30655 
 30681 
 30656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
 30682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
 30657 $as_echo_n "checking for cos in -lm... " >&6; }
 30683 $as_echo_n "checking for cos in -lm... " >&6; }
 30658 if test "${ac_cv_lib_m_cos+set}" = set; then :
 30684 if ${ac_cv_lib_m_cos+:} false; then :
 30659   $as_echo_n "(cached) " >&6
 30685   $as_echo_n "(cached) " >&6
 30660 else
 30686 else
 30661   ac_check_lib_save_LIBS=$LIBS
 30687   ac_check_lib_save_LIBS=$LIBS
 30662 LIBS="-lm  $LIBS"
 30688 LIBS="-lm  $LIBS"
 30663 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 30689 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 30687     conftest$ac_exeext conftest.$ac_ext
 30713     conftest$ac_exeext conftest.$ac_ext
 30688 LIBS=$ac_check_lib_save_LIBS
 30714 LIBS=$ac_check_lib_save_LIBS
 30689 fi
 30715 fi
 30690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
 30716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
 30691 $as_echo "$ac_cv_lib_m_cos" >&6; }
 30717 $as_echo "$ac_cv_lib_m_cos" >&6; }
 30692 if test "x$ac_cv_lib_m_cos" = x""yes; then :
 30718 if test "x$ac_cv_lib_m_cos" = xyes; then :
 30693   cat >>confdefs.h <<_ACEOF
 30719   cat >>confdefs.h <<_ACEOF
 30694 #define HAVE_LIBM 1
 30720 #define HAVE_LIBM 1
 30695 _ACEOF
 30721 _ACEOF
 30696 
 30722 
 30697   LIBS="-lm $LIBS"
 30723   LIBS="-lm $LIBS"
 30711 
 30737 
 30712 save_LIBS="$LIBS"
 30738 save_LIBS="$LIBS"
 30713 LIBS=""
 30739 LIBS=""
 30714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
 30740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
 30715 $as_echo_n "checking for dlopen in -ldl... " >&6; }
 30741 $as_echo_n "checking for dlopen in -ldl... " >&6; }
 30716 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
 30742 if ${ac_cv_lib_dl_dlopen+:} false; then :
 30717   $as_echo_n "(cached) " >&6
 30743   $as_echo_n "(cached) " >&6
 30718 else
 30744 else
 30719   ac_check_lib_save_LIBS=$LIBS
 30745   ac_check_lib_save_LIBS=$LIBS
 30720 LIBS="-ldl  $LIBS"
 30746 LIBS="-ldl  $LIBS"
 30721 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 30747 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 30745     conftest$ac_exeext conftest.$ac_ext
 30771     conftest$ac_exeext conftest.$ac_ext
 30746 LIBS=$ac_check_lib_save_LIBS
 30772 LIBS=$ac_check_lib_save_LIBS
 30747 fi
 30773 fi
 30748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
 30774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
 30749 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
 30775 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
 30750 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
 30776 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
 30751   cat >>confdefs.h <<_ACEOF
 30777   cat >>confdefs.h <<_ACEOF
 30752 #define HAVE_LIBDL 1
 30778 #define HAVE_LIBDL 1
 30753 _ACEOF
 30779 _ACEOF
 30754 
 30780 
 30755   LIBS="-ldl $LIBS"
 30781   LIBS="-ldl $LIBS"
 31389     if test "x$ENABLE_CCACHE" = xyes; then
 31415     if test "x$ENABLE_CCACHE" = xyes; then
 31390         # Extract the first word of "ccache", so it can be a program name with args.
 31416         # Extract the first word of "ccache", so it can be a program name with args.
 31391 set dummy ccache; ac_word=$2
 31417 set dummy ccache; ac_word=$2
 31392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 31418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
 31393 $as_echo_n "checking for $ac_word... " >&6; }
 31419 $as_echo_n "checking for $ac_word... " >&6; }
 31394 if test "${ac_cv_path_CCACHE+set}" = set; then :
 31420 if ${ac_cv_path_CCACHE+:} false; then :
 31395   $as_echo_n "(cached) " >&6
 31421   $as_echo_n "(cached) " >&6
 31396 else
 31422 else
 31397   case $CCACHE in
 31423   case $CCACHE in
 31398   [\\/]* | ?:[\\/]*)
 31424   [\\/]* | ?:[\\/]*)
 31399   ac_cv_path_CCACHE="$CCACHE" # Let the user override the test with a path.
 31425   ac_cv_path_CCACHE="$CCACHE" # Let the user override the test with a path.
 31640      t end
 31666      t end
 31641      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
 31667      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
 31642      :end' >>confcache
 31668      :end' >>confcache
 31643 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
 31669 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
 31644   if test -w "$cache_file"; then
 31670   if test -w "$cache_file"; then
 31645     test "x$cache_file" != "x/dev/null" &&
 31671     if test "x$cache_file" != "x/dev/null"; then
 31646       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
 31672       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
 31647 $as_echo "$as_me: updating cache $cache_file" >&6;}
 31673 $as_echo "$as_me: updating cache $cache_file" >&6;}
 31648     cat confcache >$cache_file
 31674       if test ! -f "$cache_file" || test -h "$cache_file"; then
       
 31675 	cat confcache >"$cache_file"
       
 31676       else
       
 31677         case $cache_file in #(
       
 31678         */* | ?:*)
       
 31679 	  mv -f confcache "$cache_file"$$ &&
       
 31680 	  mv -f "$cache_file"$$ "$cache_file" ;; #(
       
 31681         *)
       
 31682 	  mv -f confcache "$cache_file" ;;
       
 31683 	esac
       
 31684       fi
       
 31685     fi
 31649   else
 31686   else
 31650     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
 31687     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
 31651 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
 31688 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
 31652   fi
 31689   fi
 31653 fi
 31690 fi
 31675 
 31712 
 31676 LTLIBOBJS=$ac_ltlibobjs
 31713 LTLIBOBJS=$ac_ltlibobjs
 31677 
 31714 
 31678 
 31715 
 31679 
 31716 
 31680 : ${CONFIG_STATUS=./config.status}
 31717 : "${CONFIG_STATUS=./config.status}"
 31681 ac_write_fail=0
 31718 ac_write_fail=0
 31682 ac_clean_files_save=$ac_clean_files
 31719 ac_clean_files_save=$ac_clean_files
 31683 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
 31720 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
 31684 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
 31721 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
 31685 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
 31722 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
 31776 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
 31813 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
 31777 # splitting by setting IFS to empty value.)
 31814 # splitting by setting IFS to empty value.)
 31778 IFS=" ""	$as_nl"
 31815 IFS=" ""	$as_nl"
 31779 
 31816 
 31780 # Find who we are.  Look in the path if we contain no directory separator.
 31817 # Find who we are.  Look in the path if we contain no directory separator.
       
 31818 as_myself=
 31781 case $0 in #((
 31819 case $0 in #((
 31782   *[\\/]* ) as_myself=$0 ;;
 31820   *[\\/]* ) as_myself=$0 ;;
 31783   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 31821   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
 31784 for as_dir in $PATH
 31822 for as_dir in $PATH
 31785 do
 31823 do
 32083 # Save the log message, to keep $0 and so on meaningful, and to
 32121 # Save the log message, to keep $0 and so on meaningful, and to
 32084 # report actual input values of CONFIG_FILES etc. instead of their
 32122 # report actual input values of CONFIG_FILES etc. instead of their
 32085 # values after options handling.
 32123 # values after options handling.
 32086 ac_log="
 32124 ac_log="
 32087 This file was extended by OpenJDK $as_me jdk8, which was
 32125 This file was extended by OpenJDK $as_me jdk8, which was
 32088 generated by GNU Autoconf 2.67.  Invocation command line was
 32126 generated by GNU Autoconf 2.68.  Invocation command line was
 32089 
 32127 
 32090   CONFIG_FILES    = $CONFIG_FILES
 32128   CONFIG_FILES    = $CONFIG_FILES
 32091   CONFIG_HEADERS  = $CONFIG_HEADERS
 32129   CONFIG_HEADERS  = $CONFIG_HEADERS
 32092   CONFIG_LINKS    = $CONFIG_LINKS
 32130   CONFIG_LINKS    = $CONFIG_LINKS
 32093   CONFIG_COMMANDS = $CONFIG_COMMANDS
 32131   CONFIG_COMMANDS = $CONFIG_COMMANDS
 32146 _ACEOF
 32184 _ACEOF
 32147 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 32185 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 32148 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 32186 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 32149 ac_cs_version="\\
 32187 ac_cs_version="\\
 32150 OpenJDK config.status jdk8
 32188 OpenJDK config.status jdk8
 32151 configured by $0, generated by GNU Autoconf 2.67,
 32189 configured by $0, generated by GNU Autoconf 2.68,
 32152   with options \\"\$ac_cs_config\\"
 32190   with options \\"\$ac_cs_config\\"
 32153 
 32191 
 32154 Copyright (C) 2010 Free Software Foundation, Inc.
 32192 Copyright (C) 2010 Free Software Foundation, Inc.
 32155 This config.status script is free software; the Free Software Foundation
 32193 This config.status script is free software; the Free Software Foundation
 32156 gives unlimited permission to copy, distribute and modify it."
 32194 gives unlimited permission to copy, distribute and modify it."
 32275     "$OUTPUT_ROOT/bootcycle-spec.gmk") CONFIG_FILES="$CONFIG_FILES $OUTPUT_ROOT/bootcycle-spec.gmk:$AUTOCONF_DIR/bootcycle-spec.gmk.in" ;;
 32313     "$OUTPUT_ROOT/bootcycle-spec.gmk") CONFIG_FILES="$CONFIG_FILES $OUTPUT_ROOT/bootcycle-spec.gmk:$AUTOCONF_DIR/bootcycle-spec.gmk.in" ;;
 32276     "$OUTPUT_ROOT/compare.sh") CONFIG_FILES="$CONFIG_FILES $OUTPUT_ROOT/compare.sh:$AUTOCONF_DIR/compare.sh.in" ;;
 32314     "$OUTPUT_ROOT/compare.sh") CONFIG_FILES="$CONFIG_FILES $OUTPUT_ROOT/compare.sh:$AUTOCONF_DIR/compare.sh.in" ;;
 32277     "$OUTPUT_ROOT/spec.sh") CONFIG_FILES="$CONFIG_FILES $OUTPUT_ROOT/spec.sh:$AUTOCONF_DIR/spec.sh.in" ;;
 32315     "$OUTPUT_ROOT/spec.sh") CONFIG_FILES="$CONFIG_FILES $OUTPUT_ROOT/spec.sh:$AUTOCONF_DIR/spec.sh.in" ;;
 32278     "$OUTPUT_ROOT/Makefile") CONFIG_FILES="$CONFIG_FILES $OUTPUT_ROOT/Makefile:$AUTOCONF_DIR/Makefile.in" ;;
 32316     "$OUTPUT_ROOT/Makefile") CONFIG_FILES="$CONFIG_FILES $OUTPUT_ROOT/Makefile:$AUTOCONF_DIR/Makefile.in" ;;
 32279 
 32317 
 32280   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
 32318   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
 32281   esac
 32319   esac
 32282 done
 32320 done
 32283 
 32321 
 32284 
 32322 
 32285 # If the user did not use the arguments to specify the items to instantiate,
 32323 # If the user did not use the arguments to specify the items to instantiate,
 32297 # Hook for its removal unless debugging.
 32335 # Hook for its removal unless debugging.
 32298 # Note that there is a small window in which the directory will not be cleaned:
 32336 # Note that there is a small window in which the directory will not be cleaned:
 32299 # after its creation but before its name has been assigned to `$tmp'.
 32337 # after its creation but before its name has been assigned to `$tmp'.
 32300 $debug ||
 32338 $debug ||
 32301 {
 32339 {
 32302   tmp=
 32340   tmp= ac_tmp=
 32303   trap 'exit_status=$?
 32341   trap 'exit_status=$?
 32304   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
 32342   : "${ac_tmp:=$tmp}"
       
 32343   { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
 32305 ' 0
 32344 ' 0
 32306   trap 'as_fn_exit 1' 1 2 13 15
 32345   trap 'as_fn_exit 1' 1 2 13 15
 32307 }
 32346 }
 32308 # Create a (secure) tmp directory for tmp files.
 32347 # Create a (secure) tmp directory for tmp files.
 32309 
 32348 
 32310 {
 32349 {
 32311   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
 32350   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
 32312   test -n "$tmp" && test -d "$tmp"
 32351   test -d "$tmp"
 32313 }  ||
 32352 }  ||
 32314 {
 32353 {
 32315   tmp=./conf$$-$RANDOM
 32354   tmp=./conf$$-$RANDOM
 32316   (umask 077 && mkdir "$tmp")
 32355   (umask 077 && mkdir "$tmp")
 32317 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
 32356 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
       
 32357 ac_tmp=$tmp
 32318 
 32358 
 32319 # Set up the scripts for CONFIG_FILES section.
 32359 # Set up the scripts for CONFIG_FILES section.
 32320 # No need to generate them if there are no CONFIG_FILES.
 32360 # No need to generate them if there are no CONFIG_FILES.
 32321 # This happens for instance with `./config.status config.h'.
 32361 # This happens for instance with `./config.status config.h'.
 32322 if test -n "$CONFIG_FILES"; then
 32362 if test -n "$CONFIG_FILES"; then
 32334   ac_cs_awk_cr='\\r'
 32374   ac_cs_awk_cr='\\r'
 32335 else
 32375 else
 32336   ac_cs_awk_cr=$ac_cr
 32376   ac_cs_awk_cr=$ac_cr
 32337 fi
 32377 fi
 32338 
 32378 
 32339 echo 'BEGIN {' >"$tmp/subs1.awk" &&
 32379 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
 32340 _ACEOF
 32380 _ACEOF
 32341 
 32381 
 32342 
 32382 
 32343 {
 32383 {
 32344   echo "cat >conf$$subs.awk <<_ACEOF" &&
 32384   echo "cat >conf$$subs.awk <<_ACEOF" &&
 32362   fi
 32402   fi
 32363 done
 32403 done
 32364 rm -f conf$$subs.sh
 32404 rm -f conf$$subs.sh
 32365 
 32405 
 32366 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 32406 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 32367 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
 32407 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
 32368 _ACEOF
 32408 _ACEOF
 32369 sed -n '
 32409 sed -n '
 32370 h
 32410 h
 32371 s/^/S["/; s/!.*/"]=/
 32411 s/^/S["/; s/!.*/"]=/
 32372 p
 32412 p
 32410 }
 32450 }
 32411 ' >>$CONFIG_STATUS || ac_write_fail=1
 32451 ' >>$CONFIG_STATUS || ac_write_fail=1
 32412 rm -f conf$$subs.awk
 32452 rm -f conf$$subs.awk
 32413 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 32453 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 32414 _ACAWK
 32454 _ACAWK
 32415 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
 32455 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
 32416   for (key in S) S_is_set[key] = 1
 32456   for (key in S) S_is_set[key] = 1
 32417   FS = ""
 32457   FS = ""
 32418 
 32458 
 32419 }
 32459 }
 32420 {
 32460 {
 32442 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 32482 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 32443 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
 32483 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
 32444   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
 32484   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
 32445 else
 32485 else
 32446   cat
 32486   cat
 32447 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
 32487 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
 32448   || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
 32488   || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
 32449 _ACEOF
 32489 _ACEOF
 32450 
 32490 
 32451 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
 32491 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
 32452 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
 32492 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
 32476 
 32516 
 32477 # Set up the scripts for CONFIG_HEADERS section.
 32517 # Set up the scripts for CONFIG_HEADERS section.
 32478 # No need to generate them if there are no CONFIG_HEADERS.
 32518 # No need to generate them if there are no CONFIG_HEADERS.
 32479 # This happens for instance with `./config.status Makefile'.
 32519 # This happens for instance with `./config.status Makefile'.
 32480 if test -n "$CONFIG_HEADERS"; then
 32520 if test -n "$CONFIG_HEADERS"; then
 32481 cat >"$tmp/defines.awk" <<\_ACAWK ||
 32521 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
 32482 BEGIN {
 32522 BEGIN {
 32483 _ACEOF
 32523 _ACEOF
 32484 
 32524 
 32485 # Transform confdefs.h into an awk script `defines.awk', embedded as
 32525 # Transform confdefs.h into an awk script `defines.awk', embedded as
 32486 # here-document in config.status, that substitutes the proper values into
 32526 # here-document in config.status, that substitutes the proper values into
 32488 
 32528 
 32489 # Create a delimiter string that does not exist in confdefs.h, to ease
 32529 # Create a delimiter string that does not exist in confdefs.h, to ease
 32490 # handling of long lines.
 32530 # handling of long lines.
 32491 ac_delim='%!_!# '
 32531 ac_delim='%!_!# '
 32492 for ac_last_try in false false :; do
 32532 for ac_last_try in false false :; do
 32493   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
 32533   ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
 32494   if test -z "$ac_t"; then
 32534   if test -z "$ac_tt"; then
 32495     break
 32535     break
 32496   elif $ac_last_try; then
 32536   elif $ac_last_try; then
 32497     as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
 32537     as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
 32498   else
 32538   else
 32499     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 32539     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
 32590   case $ac_tag in
 32630   case $ac_tag in
 32591   :[FHLC]) ac_mode=$ac_tag; continue;;
 32631   :[FHLC]) ac_mode=$ac_tag; continue;;
 32592   esac
 32632   esac
 32593   case $ac_mode$ac_tag in
 32633   case $ac_mode$ac_tag in
 32594   :[FHL]*:*);;
 32634   :[FHL]*:*);;
 32595   :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
 32635   :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
 32596   :[FH]-) ac_tag=-:-;;
 32636   :[FH]-) ac_tag=-:-;;
 32597   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
 32637   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
 32598   esac
 32638   esac
 32599   ac_save_IFS=$IFS
 32639   ac_save_IFS=$IFS
 32600   IFS=:
 32640   IFS=:
 32609   :[FH])
 32649   :[FH])
 32610     ac_file_inputs=
 32650     ac_file_inputs=
 32611     for ac_f
 32651     for ac_f
 32612     do
 32652     do
 32613       case $ac_f in
 32653       case $ac_f in
 32614       -) ac_f="$tmp/stdin";;
 32654       -) ac_f="$ac_tmp/stdin";;
 32615       *) # Look for the file first in the build tree, then in the source tree
 32655       *) # Look for the file first in the build tree, then in the source tree
 32616 	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
 32656 	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
 32617 	 # because $ac_f cannot contain `:'.
 32657 	 # because $ac_f cannot contain `:'.
 32618 	 test -f "$ac_f" ||
 32658 	 test -f "$ac_f" ||
 32619 	   case $ac_f in
 32659 	   case $ac_f in
 32620 	   [\\/$]*) false;;
 32660 	   [\\/$]*) false;;
 32621 	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
 32661 	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
 32622 	   esac ||
 32662 	   esac ||
 32623 	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
 32663 	   as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
 32624       esac
 32664       esac
 32625       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
 32665       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
 32626       as_fn_append ac_file_inputs " '$ac_f'"
 32666       as_fn_append ac_file_inputs " '$ac_f'"
 32627     done
 32667     done
 32628 
 32668 
 32644        sed 's/[\\\\&|]/\\\\&/g'`;; #(
 32684        sed 's/[\\\\&|]/\\\\&/g'`;; #(
 32645     *) ac_sed_conf_input=$configure_input;;
 32685     *) ac_sed_conf_input=$configure_input;;
 32646     esac
 32686     esac
 32647 
 32687 
 32648     case $ac_tag in
 32688     case $ac_tag in
 32649     *:-:* | *:-) cat >"$tmp/stdin" \
 32689     *:-:* | *:-) cat >"$ac_tmp/stdin" \
 32650       || as_fn_error $? "could not create $ac_file" "$LINENO" 5  ;;
 32690       || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
 32651     esac
 32691     esac
 32652     ;;
 32692     ;;
 32653   esac
 32693   esac
 32654 
 32694 
 32655   ac_dir=`$as_dirname -- "$ac_file" ||
 32695   ac_dir=`$as_dirname -- "$ac_file" ||
 32770 s&@builddir@&$ac_builddir&;t t
 32810 s&@builddir@&$ac_builddir&;t t
 32771 s&@abs_builddir@&$ac_abs_builddir&;t t
 32811 s&@abs_builddir@&$ac_abs_builddir&;t t
 32772 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
 32812 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
 32773 $ac_datarootdir_hack
 32813 $ac_datarootdir_hack
 32774 "
 32814 "
 32775 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
 32815 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
 32776   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
 32816   >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
 32777 
 32817 
 32778 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
 32818 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
 32779   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
 32819   { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
 32780   { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
 32820   { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' \
       
 32821       "$ac_tmp/out"`; test -z "$ac_out"; } &&
 32781   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 32822   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 32782 which seems to be undefined.  Please make sure it is defined" >&5
 32823 which seems to be undefined.  Please make sure it is defined" >&5
 32783 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 32824 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
 32784 which seems to be undefined.  Please make sure it is defined" >&2;}
 32825 which seems to be undefined.  Please make sure it is defined" >&2;}
 32785 
 32826 
 32786   rm -f "$tmp/stdin"
 32827   rm -f "$ac_tmp/stdin"
 32787   case $ac_file in
 32828   case $ac_file in
 32788   -) cat "$tmp/out" && rm -f "$tmp/out";;
 32829   -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
 32789   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
 32830   *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
 32790   esac \
 32831   esac \
 32791   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
 32832   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
 32792  ;;
 32833  ;;
 32793   :H)
 32834   :H)
 32794   #
 32835   #
 32795   # CONFIG_HEADER
 32836   # CONFIG_HEADER
 32796   #
 32837   #
 32797   if test x"$ac_file" != x-; then
 32838   if test x"$ac_file" != x-; then
 32798     {
 32839     {
 32799       $as_echo "/* $configure_input  */" \
 32840       $as_echo "/* $configure_input  */" \
 32800       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
 32841       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
 32801     } >"$tmp/config.h" \
 32842     } >"$ac_tmp/config.h" \
 32802       || as_fn_error $? "could not create $ac_file" "$LINENO" 5
 32843       || as_fn_error $? "could not create $ac_file" "$LINENO" 5
 32803     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
 32844     if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
 32804       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
 32845       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
 32805 $as_echo "$as_me: $ac_file is unchanged" >&6;}
 32846 $as_echo "$as_me: $ac_file is unchanged" >&6;}
 32806     else
 32847     else
 32807       rm -f "$ac_file"
 32848       rm -f "$ac_file"
 32808       mv "$tmp/config.h" "$ac_file" \
 32849       mv "$ac_tmp/config.h" "$ac_file" \
 32809 	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
 32850 	|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
 32810     fi
 32851     fi
 32811   else
 32852   else
 32812     $as_echo "/* $configure_input  */" \
 32853     $as_echo "/* $configure_input  */" \
 32813       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
 32854       && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
 32814       || as_fn_error $? "could not create -" "$LINENO" 5
 32855       || as_fn_error $? "could not create -" "$LINENO" 5
 32815   fi
 32856   fi
 32816  ;;
 32857  ;;
 32817 
 32858 
 32818 
 32859