Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8
提交
adc307d5
D
dragonwell8
项目概览
openanolis
/
dragonwell8
通知
5
Star
3
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
dragonwell8
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
adc307d5
编写于
2月 28, 2013
作者:
K
katleman
浏览文件
操作
浏览文件
下载
差异文件
Merge
上级
fce0629a
2f2418ae
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
2586 addition
and
2350 deletion
+2586
-2350
README
README
+17
-22
README-builds.html
README-builds.html
+2318
-2068
common/autoconf/generated-configure.sh
common/autoconf/generated-configure.sh
+239
-255
common/autoconf/spec.gmk.in
common/autoconf/spec.gmk.in
+1
-1
common/autoconf/toolchain.m4
common/autoconf/toolchain.m4
+11
-4
未找到文件。
README
浏览文件 @
adc307d5
README:
README:
This file should be located at the top of the OpenJDK Mercurial root
This file should be located at the top of the OpenJDK Mercurial root
repository. This root repository will include a "make" directory,
repository. A full OpenJDK repository set (forest) should also include
and a Makefile for building the entire OpenJDK.
the following 6 nested repositories:
A full OpenJDK repository set (forest) should also include the following
6 nested repositories:
"jdk", "hotspot", "langtools", "corba", "jaxws" and "jaxp".
"jdk", "hotspot", "langtools", "corba", "jaxws" and "jaxp".
There are also several source downloads for the jax* repositories that
will be needed.
This one root repository can be obtained with something like:
The root repository can be obtained with something like:
hg clone http://hg.openjdk.java.net/jdk8/jdk8 openjdk8
hg clone http://hg.openjdk.java.net/jdk8/jdk8 openjdk8
To make sure you have all the nested repositories, you can run the
You can run the get_source.sh script located in the root repository to get
get_source.sh script located in the same respository as this file:
the other needed repositories:
cd openjdk8 && sh ./get_source.sh
cd openjdk8 && sh ./get_source.sh
People unfamiliar with Mercurial should read the first few chapters of
People unfamiliar with Mercurial should read the first few chapters of
the Mercurial book: http://hgbook.red-bean.com/read/
the Mercurial book: http://hgbook.red-bean.com/read/
See http://openjdk.java.net/ for more information about
the
OpenJDK.
See http://openjdk.java.net/ for more information about OpenJDK.
Simple Build Instructions:
Simple Build Instructions:
0. Get the necessary system software/packages installed on your system, see
0. Get the necessary system software/packages installed on your system, see
http://hg.openjdk.java.net/jdk8/
build
/raw-file/tip/README-builds.html
http://hg.openjdk.java.net/jdk8/
jdk8
/raw-file/tip/README-builds.html
1. If you don't have a jdk
6 installed, download and install a JDK 6
from
1. If you don't have a jdk
7u7 or newer jdk, download and install it
from
http://java.sun.com/javase/downloads/index.jsp
http://java.sun.com/javase/downloads/index.jsp
Set the environment variable ALT_BOOTDIR to the location of JDK 6.
Add the /bin directory of this installation to your PATH environment
variable.
2. Check the sanity of doing a build with your current system:
2. Configure the build:
make sanity
bash ./configure
See README-builds.html if you run into problems.
3.
Do a complete build of
the OpenJDK:
3.
Build
the OpenJDK:
make all
make all
The resulting JDK image should be found in build/*/j2sdk-image
The resulting JDK image should be found in build/*/
images/
j2sdk-image
where make is GNU make 3.81 or newer, /usr/bin/make on Linux usually
where make is GNU make 3.81 or newer, /usr/bin/make on Linux usually
is 3.81 or newer.
is 3.81 or newer.
Note that on Solaris, GNU make is called "gmake".
Complete details are available in README-builds.html.
Complete details are available in the file:
http://hg.openjdk.java.net/jdk8/jdk8/raw-file/tip/README-builds.html
README-builds.html
浏览文件 @
adc307d5
因为 它太大了无法显示 source diff 。你可以改为
查看blob
。
common/autoconf/generated-configure.sh
浏览文件 @
adc307d5
#! /bin/sh
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.6
8
for OpenJDK jdk8.
# Generated by GNU Autoconf 2.6
7
for OpenJDK jdk8.
#
#
# Report bugs to <build-dev@openjdk.java.net>.
# Report bugs to <build-dev@openjdk.java.net>.
#
#
...
@@ -91,7 +91,6 @@ fi
...
@@ -91,7 +91,6 @@ fi
IFS=" "" $as_nl"
IFS=" "" $as_nl"
# Find who we are. Look in the path if we contain no directory separator.
# Find who we are. Look in the path if we contain no directory separator.
as_myself=
case $0 in #((
case $0 in #((
*[\\/]* ) as_myself=$0 ;;
*[\\/]* ) as_myself=$0 ;;
*) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
*) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
...
@@ -217,18 +216,11 @@ IFS=$as_save_IFS
...
@@ -217,18 +216,11 @@ IFS=$as_save_IFS
# We cannot yet assume a decent shell, so we have to provide a
# We cannot yet assume a decent shell, so we have to provide a
# neutralization value for shells without unset; and this also
# neutralization value for shells without unset; and this also
# works around shells that cannot unset nonexistent variables.
# works around shells that cannot unset nonexistent variables.
# Preserve -v and -x to the replacement shell.
BASH_ENV=/dev/null
BASH_ENV=/dev/null
ENV=/dev/null
ENV=/dev/null
(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
export CONFIG_SHELL
export CONFIG_SHELL
case $- in # ((((
exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
*v*x* | *x*v* ) as_opts=-vx ;;
*v* ) as_opts=-v ;;
*x* ) as_opts=-x ;;
* ) as_opts= ;;
esac
exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
fi
fi
if test x$as_have_required = xno; then :
if test x$as_have_required = xno; then :
...
@@ -649,7 +641,7 @@ CXXFLAGS_JDKEXE
...
@@ -649,7 +641,7 @@ CXXFLAGS_JDKEXE
CXXFLAGS_JDKLIB
CXXFLAGS_JDKLIB
CFLAGS_JDKEXE
CFLAGS_JDKEXE
CFLAGS_JDKLIB
CFLAGS_JDKLIB
MACOSX_
REQUIRED_VERSIO
N
MACOSX_
VERSION_MI
N
PACKAGE_PATH
PACKAGE_PATH
LEGACY_EXTRA_LDFLAGS
LEGACY_EXTRA_LDFLAGS
LEGACY_EXTRA_CXXFLAGS
LEGACY_EXTRA_CXXFLAGS
...
@@ -1442,7 +1434,7 @@ Try \`$0 --help' for more information"
...
@@ -1442,7 +1434,7 @@ Try \`$0 --help' for more information"
$as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
$as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
$as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
$as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
:
"${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
:
${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
;;
;;
esac
esac
...
@@ -1867,7 +1859,7 @@ test -n "$ac_init_help" && exit $ac_status
...
@@ -1867,7 +1859,7 @@ test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
if $ac_init_version; then
cat <<\_ACEOF
cat <<\_ACEOF
OpenJDK configure jdk8
OpenJDK configure jdk8
generated by GNU Autoconf 2.6
8
generated by GNU Autoconf 2.6
7
Copyright (C) 2010 Free Software Foundation, Inc.
Copyright (C) 2010 Free Software Foundation, Inc.
This configure script is free software; the Free Software Foundation
This configure script is free software; the Free Software Foundation
...
@@ -1913,7 +1905,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
...
@@ -1913,7 +1905,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_retval=1
ac_retval=1
fi
fi
eval $as_lineno_stack;
${as_lineno_stack:+:} unset as_lineno
eval $as_lineno_stack;
test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
as_fn_set_status $ac_retval
as_fn_set_status $ac_retval
} # ac_fn_c_try_compile
} # ac_fn_c_try_compile
...
@@ -1951,7 +1943,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
...
@@ -1951,7 +1943,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_retval=1
ac_retval=1
fi
fi
eval $as_lineno_stack;
${as_lineno_stack:+:} unset as_lineno
eval $as_lineno_stack;
test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
as_fn_set_status $ac_retval
as_fn_set_status $ac_retval
} # ac_fn_cxx_try_compile
} # ac_fn_cxx_try_compile
...
@@ -1989,7 +1981,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
...
@@ -1989,7 +1981,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_retval=1
ac_retval=1
fi
fi
eval $as_lineno_stack;
${as_lineno_stack:+:} unset as_lineno
eval $as_lineno_stack;
test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
as_fn_set_status $ac_retval
as_fn_set_status $ac_retval
} # ac_fn_objc_try_compile
} # ac_fn_objc_try_compile
...
@@ -2026,7 +2018,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
...
@@ -2026,7 +2018,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_retval=1
ac_retval=1
fi
fi
eval $as_lineno_stack;
${as_lineno_stack:+:} unset as_lineno
eval $as_lineno_stack;
test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
as_fn_set_status $ac_retval
as_fn_set_status $ac_retval
} # ac_fn_c_try_cpp
} # ac_fn_c_try_cpp
...
@@ -2063,7 +2055,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
...
@@ -2063,7 +2055,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_retval=1
ac_retval=1
fi
fi
eval $as_lineno_stack;
${as_lineno_stack:+:} unset as_lineno
eval $as_lineno_stack;
test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
as_fn_set_status $ac_retval
as_fn_set_status $ac_retval
} # ac_fn_cxx_try_cpp
} # ac_fn_cxx_try_cpp
...
@@ -2076,10 +2068,10 @@ fi
...
@@ -2076,10 +2068,10 @@ fi
ac_fn_cxx_check_header_mongrel ()
ac_fn_cxx_check_header_mongrel ()
{
{
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
if eval
\${$3+:} false
; then :
if eval
"test \"\${$3+set}\"" = set
; then :
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
$as_echo_n "checking for $2... " >&6; }
$as_echo_n "checking for $2... " >&6; }
if eval
\${$3+:} false
; then :
if eval
"test \"\${$3+set}\"" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
fi
fi
eval ac_res=\$$3
eval ac_res=\$$3
...
@@ -2146,7 +2138,7 @@ $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
...
@@ -2146,7 +2138,7 @@ $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
esac
esac
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
$as_echo_n "checking for $2... " >&6; }
$as_echo_n "checking for $2... " >&6; }
if eval
\${$3+:} false
; then :
if eval
"test \"\${$3+set}\"" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
eval "$3=\$ac_header_compiler"
eval "$3=\$ac_header_compiler"
...
@@ -2155,7 +2147,7 @@ eval ac_res=\$$3
...
@@ -2155,7 +2147,7 @@ eval ac_res=\$$3
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
$as_echo "$ac_res" >&6; }
$as_echo "$ac_res" >&6; }
fi
fi
eval $as_lineno_stack;
${as_lineno_stack:+:} unset as_lineno
eval $as_lineno_stack;
test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
} # ac_fn_cxx_check_header_mongrel
} # ac_fn_cxx_check_header_mongrel
...
@@ -2196,7 +2188,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
...
@@ -2196,7 +2188,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
ac_retval=$ac_status
ac_retval=$ac_status
fi
fi
rm -rf conftest.dSYM conftest_ipa8_conftest.oo
rm -rf conftest.dSYM conftest_ipa8_conftest.oo
eval $as_lineno_stack;
${as_lineno_stack:+:} unset as_lineno
eval $as_lineno_stack;
test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
as_fn_set_status $ac_retval
as_fn_set_status $ac_retval
} # ac_fn_cxx_try_run
} # ac_fn_cxx_try_run
...
@@ -2210,7 +2202,7 @@ ac_fn_cxx_check_header_compile ()
...
@@ -2210,7 +2202,7 @@ ac_fn_cxx_check_header_compile ()
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
$as_echo_n "checking for $2... " >&6; }
$as_echo_n "checking for $2... " >&6; }
if eval
\${$3+:} false
; then :
if eval
"test \"\${$3+set}\"" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
...
@@ -2228,7 +2220,7 @@ fi
...
@@ -2228,7 +2220,7 @@ fi
eval ac_res=\$$3
eval ac_res=\$$3
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
$as_echo "$ac_res" >&6; }
$as_echo "$ac_res" >&6; }
eval $as_lineno_stack;
${as_lineno_stack:+:} unset as_lineno
eval $as_lineno_stack;
test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
} # ac_fn_cxx_check_header_compile
} # ac_fn_cxx_check_header_compile
...
@@ -2405,7 +2397,7 @@ rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
...
@@ -2405,7 +2397,7 @@ rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
rm -f conftest.val
rm -f conftest.val
fi
fi
eval $as_lineno_stack;
${as_lineno_stack:+:} unset as_lineno
eval $as_lineno_stack;
test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
as_fn_set_status $ac_retval
as_fn_set_status $ac_retval
} # ac_fn_cxx_compute_int
} # ac_fn_cxx_compute_int
...
@@ -2451,7 +2443,7 @@ fi
...
@@ -2451,7 +2443,7 @@ fi
# interfere with the next link command; also delete a directory that is
# interfere with the next link command; also delete a directory that is
# left behind by Apple's compiler. We do this before executing the actions.
# left behind by Apple's compiler. We do this before executing the actions.
rm -rf conftest.dSYM conftest_ipa8_conftest.oo
rm -rf conftest.dSYM conftest_ipa8_conftest.oo
eval $as_lineno_stack;
${as_lineno_stack:+:} unset as_lineno
eval $as_lineno_stack;
test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
as_fn_set_status $ac_retval
as_fn_set_status $ac_retval
} # ac_fn_cxx_try_link
} # ac_fn_cxx_try_link
...
@@ -2464,7 +2456,7 @@ ac_fn_cxx_check_func ()
...
@@ -2464,7 +2456,7 @@ ac_fn_cxx_check_func ()
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
$as_echo_n "checking for $2... " >&6; }
$as_echo_n "checking for $2... " >&6; }
if eval
\${$3+:} false
; then :
if eval
"test \"\${$3+set}\"" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
...
@@ -2519,7 +2511,7 @@ fi
...
@@ -2519,7 +2511,7 @@ fi
eval ac_res=\$$3
eval ac_res=\$$3
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
$as_echo "$ac_res" >&6; }
$as_echo "$ac_res" >&6; }
eval $as_lineno_stack;
${as_lineno_stack:+:} unset as_lineno
eval $as_lineno_stack;
test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
} # ac_fn_cxx_check_func
} # ac_fn_cxx_check_func
...
@@ -2532,7 +2524,7 @@ ac_fn_c_check_header_compile ()
...
@@ -2532,7 +2524,7 @@ ac_fn_c_check_header_compile ()
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
$as_echo_n "checking for $2... " >&6; }
$as_echo_n "checking for $2... " >&6; }
if eval
\${$3+:} false
; then :
if eval
"test \"\${$3+set}\"" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
...
@@ -2550,7 +2542,7 @@ fi
...
@@ -2550,7 +2542,7 @@ fi
eval ac_res=\$$3
eval ac_res=\$$3
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
$as_echo "$ac_res" >&6; }
$as_echo "$ac_res" >&6; }
eval $as_lineno_stack;
${as_lineno_stack:+:} unset as_lineno
eval $as_lineno_stack;
test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
} # ac_fn_c_check_header_compile
} # ac_fn_c_check_header_compile
cat >config.log <<_ACEOF
cat >config.log <<_ACEOF
...
@@ -2558,7 +2550,7 @@ This file contains any messages produced by compilers while
...
@@ -2558,7 +2550,7 @@ This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
running configure, to aid debugging if configure makes a mistake.
It was created by OpenJDK $as_me jdk8, which was
It was created by OpenJDK $as_me jdk8, which was
generated by GNU Autoconf 2.6
8
. Invocation command line was
generated by GNU Autoconf 2.6
7
. Invocation command line was
$ $0 $@
$ $0 $@
...
@@ -2816,7 +2808,7 @@ $as_echo "$as_me: loading site script $ac_site_file" >&6;}
...
@@ -2816,7 +2808,7 @@ $as_echo "$as_me: loading site script $ac_site_file" >&6;}
|| { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
|| { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error $? "failed to load site script $ac_site_file
as_fn_error $? "failed to load site script $ac_site_file
See \`config.log' for more details" "$LINENO" 5; }
See \`config.log' for more details" "$LINENO" 5
; }
fi
fi
done
done
...
@@ -3732,7 +3724,7 @@ fi
...
@@ -3732,7 +3724,7 @@ fi
#CUSTOM_AUTOCONF_INCLUDE
#CUSTOM_AUTOCONF_INCLUDE
# Do not change or remove the following line, it is needed for consistency checks:
# Do not change or remove the following line, it is needed for consistency checks:
DATE_WHEN_GENERATED=1361
218904
DATE_WHEN_GENERATED=1361
452590
###############################################################################
###############################################################################
#
#
...
@@ -3770,7 +3762,7 @@ do
...
@@ -3770,7 +3762,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_BASENAME+:} false
; then :
if
test "${ac_cv_path_BASENAME+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $BASENAME in
case $BASENAME in
...
@@ -3829,7 +3821,7 @@ do
...
@@ -3829,7 +3821,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_BASH+:} false
; then :
if
test "${ac_cv_path_BASH+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $BASH in
case $BASH in
...
@@ -3888,7 +3880,7 @@ do
...
@@ -3888,7 +3880,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_CAT+:} false
; then :
if
test "${ac_cv_path_CAT+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $CAT in
case $CAT in
...
@@ -3947,7 +3939,7 @@ do
...
@@ -3947,7 +3939,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_CHMOD+:} false
; then :
if
test "${ac_cv_path_CHMOD+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $CHMOD in
case $CHMOD in
...
@@ -4006,7 +3998,7 @@ do
...
@@ -4006,7 +3998,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_CMP+:} false
; then :
if
test "${ac_cv_path_CMP+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $CMP in
case $CMP in
...
@@ -4065,7 +4057,7 @@ do
...
@@ -4065,7 +4057,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_COMM+:} false
; then :
if
test "${ac_cv_path_COMM+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $COMM in
case $COMM in
...
@@ -4124,7 +4116,7 @@ do
...
@@ -4124,7 +4116,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_CP+:} false
; then :
if
test "${ac_cv_path_CP+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $CP in
case $CP in
...
@@ -4183,7 +4175,7 @@ do
...
@@ -4183,7 +4175,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_CPIO+:} false
; then :
if
test "${ac_cv_path_CPIO+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $CPIO in
case $CPIO in
...
@@ -4242,7 +4234,7 @@ do
...
@@ -4242,7 +4234,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_CUT+:} false
; then :
if
test "${ac_cv_path_CUT+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $CUT in
case $CUT in
...
@@ -4301,7 +4293,7 @@ do
...
@@ -4301,7 +4293,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_DATE+:} false
; then :
if
test "${ac_cv_path_DATE+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $DATE in
case $DATE in
...
@@ -4360,7 +4352,7 @@ do
...
@@ -4360,7 +4352,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_DIFF+:} false
; then :
if
test "${ac_cv_path_DIFF+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $DIFF in
case $DIFF in
...
@@ -4419,7 +4411,7 @@ do
...
@@ -4419,7 +4411,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_DIRNAME+:} false
; then :
if
test "${ac_cv_path_DIRNAME+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $DIRNAME in
case $DIRNAME in
...
@@ -4478,7 +4470,7 @@ do
...
@@ -4478,7 +4470,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_ECHO+:} false
; then :
if
test "${ac_cv_path_ECHO+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $ECHO in
case $ECHO in
...
@@ -4537,7 +4529,7 @@ do
...
@@ -4537,7 +4529,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_EXPR+:} false
; then :
if
test "${ac_cv_path_EXPR+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $EXPR in
case $EXPR in
...
@@ -4596,7 +4588,7 @@ do
...
@@ -4596,7 +4588,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_FILE+:} false
; then :
if
test "${ac_cv_path_FILE+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $FILE in
case $FILE in
...
@@ -4655,7 +4647,7 @@ do
...
@@ -4655,7 +4647,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_FIND+:} false
; then :
if
test "${ac_cv_path_FIND+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $FIND in
case $FIND in
...
@@ -4714,7 +4706,7 @@ do
...
@@ -4714,7 +4706,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_HEAD+:} false
; then :
if
test "${ac_cv_path_HEAD+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $HEAD in
case $HEAD in
...
@@ -4773,7 +4765,7 @@ do
...
@@ -4773,7 +4765,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_LN+:} false
; then :
if
test "${ac_cv_path_LN+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $LN in
case $LN in
...
@@ -4832,7 +4824,7 @@ do
...
@@ -4832,7 +4824,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_LS+:} false
; then :
if
test "${ac_cv_path_LS+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $LS in
case $LS in
...
@@ -4891,7 +4883,7 @@ do
...
@@ -4891,7 +4883,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_MKDIR+:} false
; then :
if
test "${ac_cv_path_MKDIR+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $MKDIR in
case $MKDIR in
...
@@ -4950,7 +4942,7 @@ do
...
@@ -4950,7 +4942,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_MKTEMP+:} false
; then :
if
test "${ac_cv_path_MKTEMP+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $MKTEMP in
case $MKTEMP in
...
@@ -5009,7 +5001,7 @@ do
...
@@ -5009,7 +5001,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_MV+:} false
; then :
if
test "${ac_cv_path_MV+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $MV in
case $MV in
...
@@ -5068,7 +5060,7 @@ do
...
@@ -5068,7 +5060,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_PRINTF+:} false
; then :
if
test "${ac_cv_path_PRINTF+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $PRINTF in
case $PRINTF in
...
@@ -5127,7 +5119,7 @@ do
...
@@ -5127,7 +5119,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_THEPWDCMD+:} false
; then :
if
test "${ac_cv_path_THEPWDCMD+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $THEPWDCMD in
case $THEPWDCMD in
...
@@ -5186,7 +5178,7 @@ do
...
@@ -5186,7 +5178,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_RM+:} false
; then :
if
test "${ac_cv_path_RM+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $RM in
case $RM in
...
@@ -5245,7 +5237,7 @@ do
...
@@ -5245,7 +5237,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_SH+:} false
; then :
if
test "${ac_cv_path_SH+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $SH in
case $SH in
...
@@ -5304,7 +5296,7 @@ do
...
@@ -5304,7 +5296,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_SORT+:} false
; then :
if
test "${ac_cv_path_SORT+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $SORT in
case $SORT in
...
@@ -5363,7 +5355,7 @@ do
...
@@ -5363,7 +5355,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_TAIL+:} false
; then :
if
test "${ac_cv_path_TAIL+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $TAIL in
case $TAIL in
...
@@ -5422,7 +5414,7 @@ do
...
@@ -5422,7 +5414,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_TAR+:} false
; then :
if
test "${ac_cv_path_TAR+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $TAR in
case $TAR in
...
@@ -5481,7 +5473,7 @@ do
...
@@ -5481,7 +5473,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_TEE+:} false
; then :
if
test "${ac_cv_path_TEE+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $TEE in
case $TEE in
...
@@ -5540,7 +5532,7 @@ do
...
@@ -5540,7 +5532,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_TOUCH+:} false
; then :
if
test "${ac_cv_path_TOUCH+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $TOUCH in
case $TOUCH in
...
@@ -5599,7 +5591,7 @@ do
...
@@ -5599,7 +5591,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_TR+:} false
; then :
if
test "${ac_cv_path_TR+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $TR in
case $TR in
...
@@ -5658,7 +5650,7 @@ do
...
@@ -5658,7 +5650,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_UNAME+:} false
; then :
if
test "${ac_cv_path_UNAME+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $UNAME in
case $UNAME in
...
@@ -5717,7 +5709,7 @@ do
...
@@ -5717,7 +5709,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_UNIQ+:} false
; then :
if
test "${ac_cv_path_UNIQ+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $UNIQ in
case $UNIQ in
...
@@ -5776,7 +5768,7 @@ do
...
@@ -5776,7 +5768,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_WC+:} false
; then :
if
test "${ac_cv_path_WC+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $WC in
case $WC in
...
@@ -5835,7 +5827,7 @@ do
...
@@ -5835,7 +5827,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_WHICH+:} false
; then :
if
test "${ac_cv_path_WHICH+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $WHICH in
case $WHICH in
...
@@ -5894,7 +5886,7 @@ do
...
@@ -5894,7 +5886,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_XARGS+:} false
; then :
if
test "${ac_cv_path_XARGS+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $XARGS in
case $XARGS in
...
@@ -5954,7 +5946,7 @@ do
...
@@ -5954,7 +5946,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_prog_AWK+:} false
; then :
if
test "${ac_cv_prog_AWK+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
if test -n "$AWK"; then
if test -n "$AWK"; then
...
@@ -6004,7 +5996,7 @@ $as_echo "$as_me: Could not find $PROG_NAME!" >&6;}
...
@@ -6004,7 +5996,7 @@ $as_echo "$as_me: Could not find $PROG_NAME!" >&6;}
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
if
${ac_cv_path_GREP+:} false
; then :
if
test "${ac_cv_path_GREP+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
if test -z "$GREP"; then
if test -z "$GREP"; then
...
@@ -6079,7 +6071,7 @@ $as_echo "$as_me: Could not find $PROG_NAME!" >&6;}
...
@@ -6079,7 +6071,7 @@ $as_echo "$as_me: Could not find $PROG_NAME!" >&6;}
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
$as_echo_n "checking for egrep... " >&6; }
$as_echo_n "checking for egrep... " >&6; }
if
${ac_cv_path_EGREP+:} false
; then :
if
test "${ac_cv_path_EGREP+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
...
@@ -6158,7 +6150,7 @@ $as_echo "$as_me: Could not find $PROG_NAME!" >&6;}
...
@@ -6158,7 +6150,7 @@ $as_echo "$as_me: Could not find $PROG_NAME!" >&6;}
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
$as_echo_n "checking for fgrep... " >&6; }
$as_echo_n "checking for fgrep... " >&6; }
if
${ac_cv_path_FGREP+:} false
; then :
if
test "${ac_cv_path_FGREP+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
...
@@ -6237,7 +6229,7 @@ $as_echo "$as_me: Could not find $PROG_NAME!" >&6;}
...
@@ -6237,7 +6229,7 @@ $as_echo "$as_me: Could not find $PROG_NAME!" >&6;}
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
$as_echo_n "checking for a sed that does not truncate output... " >&6; }
$as_echo_n "checking for a sed that does not truncate output... " >&6; }
if
${ac_cv_path_SED+:} false
; then :
if
test "${ac_cv_path_SED+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
...
@@ -6323,7 +6315,7 @@ do
...
@@ -6323,7 +6315,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_NAWK+:} false
; then :
if
test "${ac_cv_path_NAWK+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $NAWK in
case $NAWK in
...
@@ -6383,7 +6375,7 @@ RM="$RM -f"
...
@@ -6383,7 +6375,7 @@ RM="$RM -f"
set dummy cygpath; ac_word=$2
set dummy cygpath; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_CYGPATH+:} false
; then :
if
test "${ac_cv_path_CYGPATH+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $CYGPATH in
case $CYGPATH in
...
@@ -6423,7 +6415,7 @@ fi
...
@@ -6423,7 +6415,7 @@ fi
set dummy readlink; ac_word=$2
set dummy readlink; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_READLINK+:} false
; then :
if
test "${ac_cv_path_READLINK+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $READLINK in
case $READLINK in
...
@@ -6463,7 +6455,7 @@ fi
...
@@ -6463,7 +6455,7 @@ fi
set dummy df; ac_word=$2
set dummy df; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_DF+:} false
; then :
if
test "${ac_cv_path_DF+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $DF in
case $DF in
...
@@ -6503,7 +6495,7 @@ fi
...
@@ -6503,7 +6495,7 @@ fi
set dummy SetFile; ac_word=$2
set dummy SetFile; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_SETFILE+:} false
; then :
if
test "${ac_cv_path_SETFILE+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $SETFILE in
case $SETFILE in
...
@@ -6549,7 +6541,7 @@ $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
...
@@ -6549,7 +6541,7 @@ $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
$as_echo_n "checking build system type... " >&6; }
$as_echo_n "checking build system type... " >&6; }
if
${ac_cv_build+:} false
; then :
if
test "${ac_cv_build+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
ac_build_alias=$build_alias
ac_build_alias=$build_alias
...
@@ -6565,7 +6557,7 @@ fi
...
@@ -6565,7 +6557,7 @@ fi
$as_echo "$ac_cv_build" >&6; }
$as_echo "$ac_cv_build" >&6; }
case $ac_cv_build in
case $ac_cv_build in
*-*-*) ;;
*-*-*) ;;
*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5
;;
esac
esac
build=$ac_cv_build
build=$ac_cv_build
ac_save_IFS=$IFS; IFS='-'
ac_save_IFS=$IFS; IFS='-'
...
@@ -6583,7 +6575,7 @@ case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
...
@@ -6583,7 +6575,7 @@ case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
$as_echo_n "checking host system type... " >&6; }
$as_echo_n "checking host system type... " >&6; }
if
${ac_cv_host+:} false
; then :
if
test "${ac_cv_host+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
if test "x$host_alias" = x; then
if test "x$host_alias" = x; then
...
@@ -6598,7 +6590,7 @@ fi
...
@@ -6598,7 +6590,7 @@ fi
$as_echo "$ac_cv_host" >&6; }
$as_echo "$ac_cv_host" >&6; }
case $ac_cv_host in
case $ac_cv_host in
*-*-*) ;;
*-*-*) ;;
*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5
;;
esac
esac
host=$ac_cv_host
host=$ac_cv_host
ac_save_IFS=$IFS; IFS='-'
ac_save_IFS=$IFS; IFS='-'
...
@@ -6616,7 +6608,7 @@ case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
...
@@ -6616,7 +6608,7 @@ case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
$as_echo_n "checking target system type... " >&6; }
$as_echo_n "checking target system type... " >&6; }
if
${ac_cv_target+:} false
; then :
if
test "${ac_cv_target+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
if test "x$target_alias" = x; then
if test "x$target_alias" = x; then
...
@@ -6631,7 +6623,7 @@ fi
...
@@ -6631,7 +6623,7 @@ fi
$as_echo "$ac_cv_target" >&6; }
$as_echo "$ac_cv_target" >&6; }
case $ac_cv_target in
case $ac_cv_target in
*-*-*) ;;
*-*-*) ;;
*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5
;;
esac
esac
target=$ac_cv_target
target=$ac_cv_target
ac_save_IFS=$IFS; IFS='-'
ac_save_IFS=$IFS; IFS='-'
...
@@ -8097,7 +8089,7 @@ do
...
@@ -8097,7 +8089,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_prog_PKGHANDLER+:} false
; then :
if
test "${ac_cv_prog_PKGHANDLER+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
if test -n "$PKGHANDLER"; then
if test -n "$PKGHANDLER"; then
...
@@ -8462,7 +8454,7 @@ do
...
@@ -8462,7 +8454,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_CHECK_GMAKE+:} false
; then :
if
test "${ac_cv_path_CHECK_GMAKE+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $CHECK_GMAKE in
case $CHECK_GMAKE in
...
@@ -8816,7 +8808,7 @@ do
...
@@ -8816,7 +8808,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_CHECK_MAKE+:} false
; then :
if
test "${ac_cv_path_CHECK_MAKE+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $CHECK_MAKE in
case $CHECK_MAKE in
...
@@ -9175,7 +9167,7 @@ do
...
@@ -9175,7 +9167,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_CHECK_TOOLSDIR_GMAKE+:} false
; then :
if
test "${ac_cv_path_CHECK_TOOLSDIR_GMAKE+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $CHECK_TOOLSDIR_GMAKE in
case $CHECK_TOOLSDIR_GMAKE in
...
@@ -9528,7 +9520,7 @@ do
...
@@ -9528,7 +9520,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_CHECK_TOOLSDIR_MAKE+:} false
; then :
if
test "${ac_cv_path_CHECK_TOOLSDIR_MAKE+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $CHECK_TOOLSDIR_MAKE in
case $CHECK_TOOLSDIR_MAKE in
...
@@ -9924,7 +9916,7 @@ do
...
@@ -9924,7 +9916,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_UNZIP+:} false
; then :
if
test "${ac_cv_path_UNZIP+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $UNZIP in
case $UNZIP in
...
@@ -9983,7 +9975,7 @@ do
...
@@ -9983,7 +9975,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_ZIP+:} false
; then :
if
test "${ac_cv_path_ZIP+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $ZIP in
case $ZIP in
...
@@ -10042,7 +10034,7 @@ $as_echo "$as_me: Could not find $PROG_NAME!" >&6;}
...
@@ -10042,7 +10034,7 @@ $as_echo "$as_me: Could not find $PROG_NAME!" >&6;}
set dummy ldd; ac_word=$2
set dummy ldd; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_LDD+:} false
; then :
if
test "${ac_cv_path_LDD+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $LDD in
case $LDD in
...
@@ -10088,7 +10080,7 @@ fi
...
@@ -10088,7 +10080,7 @@ fi
set dummy otool; ac_word=$2
set dummy otool; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_OTOOL+:} false
; then :
if
test "${ac_cv_path_OTOOL+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $OTOOL in
case $OTOOL in
...
@@ -10133,7 +10125,7 @@ do
...
@@ -10133,7 +10125,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_READELF+:} false
; then :
if
test "${ac_cv_path_READELF+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $READELF in
case $READELF in
...
@@ -10176,7 +10168,7 @@ done
...
@@ -10176,7 +10168,7 @@ done
set dummy hg; ac_word=$2
set dummy hg; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_HG+:} false
; then :
if
test "${ac_cv_path_HG+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $HG in
case $HG in
...
@@ -10216,7 +10208,7 @@ fi
...
@@ -10216,7 +10208,7 @@ fi
set dummy stat; ac_word=$2
set dummy stat; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_STAT+:} false
; then :
if
test "${ac_cv_path_STAT+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $STAT in
case $STAT in
...
@@ -10256,7 +10248,7 @@ fi
...
@@ -10256,7 +10248,7 @@ fi
set dummy time; ac_word=$2
set dummy time; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_TIME+:} false
; then :
if
test "${ac_cv_path_TIME+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $TIME in
case $TIME in
...
@@ -10301,7 +10293,7 @@ do
...
@@ -10301,7 +10293,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_COMM+:} false
; then :
if
test "${ac_cv_path_COMM+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $COMM in
case $COMM in
...
@@ -10365,7 +10357,7 @@ if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
...
@@ -10365,7 +10357,7 @@ if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_PKG_CONFIG+:} false
; then :
if
test "${ac_cv_path_PKG_CONFIG+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $PKG_CONFIG in
case $PKG_CONFIG in
...
@@ -10408,7 +10400,7 @@ if test -z "$ac_cv_path_PKG_CONFIG"; then
...
@@ -10408,7 +10400,7 @@ if test -z "$ac_cv_path_PKG_CONFIG"; then
set dummy pkg-config; ac_word=$2
set dummy pkg-config; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_ac_pt_PKG_CONFIG+:} false
; then :
if
test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $ac_pt_PKG_CONFIG in
case $ac_pt_PKG_CONFIG in
...
@@ -10581,7 +10573,7 @@ do
...
@@ -10581,7 +10573,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_prog_BDEPS_UNZIP+:} false
; then :
if
test "${ac_cv_prog_BDEPS_UNZIP+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
if test -n "$BDEPS_UNZIP"; then
if test -n "$BDEPS_UNZIP"; then
...
@@ -10627,7 +10619,7 @@ do
...
@@ -10627,7 +10619,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_prog_BDEPS_FTP+:} false
; then :
if
test "${ac_cv_prog_BDEPS_FTP+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
if test -n "$BDEPS_FTP"; then
if test -n "$BDEPS_FTP"; then
...
@@ -11894,7 +11886,7 @@ $as_echo "$BOOT_JDK_VERSION" >&6; }
...
@@ -11894,7 +11886,7 @@ $as_echo "$BOOT_JDK_VERSION" >&6; }
set dummy javac; ac_word=$2
set dummy javac; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_JAVAC_CHECK+:} false
; then :
if
test "${ac_cv_path_JAVAC_CHECK+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $JAVAC_CHECK in
case $JAVAC_CHECK in
...
@@ -11934,7 +11926,7 @@ fi
...
@@ -11934,7 +11926,7 @@ fi
set dummy java; ac_word=$2
set dummy java; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_JAVA_CHECK+:} false
; then :
if
test "${ac_cv_path_JAVA_CHECK+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $JAVA_CHECK in
case $JAVA_CHECK in
...
@@ -15993,7 +15985,7 @@ if test "x$OPENJDK_TARGET_OS" = "xwindows"; then
...
@@ -15993,7 +15985,7 @@ if test "x$OPENJDK_TARGET_OS" = "xwindows"; then
set dummy link; ac_word=$2
set dummy link; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_CYGWIN_LINK+:} false
; then :
if
test "${ac_cv_path_CYGWIN_LINK+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $CYGWIN_LINK in
case $CYGWIN_LINK in
...
@@ -16982,7 +16974,7 @@ do
...
@@ -16982,7 +16974,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_BUILD_CC+:} false
; then :
if
test "${ac_cv_path_BUILD_CC+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $BUILD_CC in
case $BUILD_CC in
...
@@ -17293,7 +17285,7 @@ do
...
@@ -17293,7 +17285,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_BUILD_CXX+:} false
; then :
if
test "${ac_cv_path_BUILD_CXX+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $BUILD_CXX in
case $BUILD_CXX in
...
@@ -17602,7 +17594,7 @@ $as_echo "$as_me: Rewriting BUILD_CXX to \"$new_complete\"" >&6;}
...
@@ -17602,7 +17594,7 @@ $as_echo "$as_me: Rewriting BUILD_CXX to \"$new_complete\"" >&6;}
set dummy ld; ac_word=$2
set dummy ld; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_BUILD_LD+:} false
; then :
if
test "${ac_cv_path_BUILD_LD+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $BUILD_LD in
case $BUILD_LD in
...
@@ -18114,7 +18106,7 @@ do
...
@@ -18114,7 +18106,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_TOOLS_DIR_CC+:} false
; then :
if
test "${ac_cv_path_TOOLS_DIR_CC+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $TOOLS_DIR_CC in
case $TOOLS_DIR_CC in
...
@@ -18166,7 +18158,7 @@ do
...
@@ -18166,7 +18158,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_POTENTIAL_CC+:} false
; then :
if
test "${ac_cv_path_POTENTIAL_CC+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $POTENTIAL_CC in
case $POTENTIAL_CC in
...
@@ -18579,7 +18571,7 @@ $as_echo "yes, trying to find proper $COMPILER_NAME compiler" >&6; }
...
@@ -18579,7 +18571,7 @@ $as_echo "yes, trying to find proper $COMPILER_NAME compiler" >&6; }
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_prog_PROPER_COMPILER_CC+:} false
; then :
if
test "${ac_cv_prog_PROPER_COMPILER_CC+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
if test -n "$PROPER_COMPILER_CC"; then
if test -n "$PROPER_COMPILER_CC"; then
...
@@ -18623,7 +18615,7 @@ do
...
@@ -18623,7 +18615,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_prog_ac_ct_PROPER_COMPILER_CC+:} false
; then :
if
test "${ac_cv_prog_ac_ct_PROPER_COMPILER_CC+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
if test -n "$ac_ct_PROPER_COMPILER_CC"; then
if test -n "$ac_ct_PROPER_COMPILER_CC"; then
...
@@ -19073,7 +19065,7 @@ if test -n "$ac_tool_prefix"; then
...
@@ -19073,7 +19065,7 @@ if test -n "$ac_tool_prefix"; then
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_prog_CC+:} false
; then :
if
test "${ac_cv_prog_CC+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
if test -n "$CC"; then
if test -n "$CC"; then
...
@@ -19117,7 +19109,7 @@ do
...
@@ -19117,7 +19109,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_prog_ac_ct_CC+:} false
; then :
if
test "${ac_cv_prog_ac_ct_CC+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
if test -n "$ac_ct_CC"; then
if test -n "$ac_ct_CC"; then
...
@@ -19170,7 +19162,7 @@ fi
...
@@ -19170,7 +19162,7 @@ fi
test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error $? "no acceptable C compiler found in \$PATH
as_fn_error $? "no acceptable C compiler found in \$PATH
See \`config.log' for more details" "$LINENO" 5; }
See \`config.log' for more details" "$LINENO" 5
; }
# Provide some information about the compiler.
# Provide some information about the compiler.
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
...
@@ -19285,7 +19277,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
...
@@ -19285,7 +19277,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error 77 "C compiler cannot create executables
as_fn_error 77 "C compiler cannot create executables
See \`config.log' for more details" "$LINENO" 5; }
See \`config.log' for more details" "$LINENO" 5
; }
else
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }
$as_echo "yes" >&6; }
...
@@ -19328,7 +19320,7 @@ else
...
@@ -19328,7 +19320,7 @@ else
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error $? "cannot compute suffix of executables: cannot compile and link
as_fn_error $? "cannot compute suffix of executables: cannot compile and link
See \`config.log' for more details" "$LINENO" 5; }
See \`config.log' for more details" "$LINENO" 5
; }
fi
fi
rm -f conftest conftest$ac_cv_exeext
rm -f conftest conftest$ac_cv_exeext
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
...
@@ -19387,7 +19379,7 @@ $as_echo "$ac_try_echo"; } >&5
...
@@ -19387,7 +19379,7 @@ $as_echo "$ac_try_echo"; } >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error $? "cannot run C compiled programs.
as_fn_error $? "cannot run C compiled programs.
If you meant to cross compile, use \`--host'.
If you meant to cross compile, use \`--host'.
See \`config.log' for more details" "$LINENO" 5; }
See \`config.log' for more details" "$LINENO" 5
; }
fi
fi
fi
fi
fi
fi
...
@@ -19398,7 +19390,7 @@ rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
...
@@ -19398,7 +19390,7 @@ rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
ac_clean_files=$ac_clean_files_save
ac_clean_files=$ac_clean_files_save
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
$as_echo_n "checking for suffix of object files... " >&6; }
$as_echo_n "checking for suffix of object files... " >&6; }
if
${ac_cv_objext+:} false
; then :
if
test "${ac_cv_objext+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
...
@@ -19439,7 +19431,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
...
@@ -19439,7 +19431,7 @@ sed 's/^/| /' conftest.$ac_ext >&5
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error $? "cannot compute suffix of object files: cannot compile
as_fn_error $? "cannot compute suffix of object files: cannot compile
See \`config.log' for more details" "$LINENO" 5; }
See \`config.log' for more details" "$LINENO" 5
; }
fi
fi
rm -f conftest.$ac_cv_objext conftest.$ac_ext
rm -f conftest.$ac_cv_objext conftest.$ac_ext
fi
fi
...
@@ -19449,7 +19441,7 @@ OBJEXT=$ac_cv_objext
...
@@ -19449,7 +19441,7 @@ OBJEXT=$ac_cv_objext
ac_objext=$OBJEXT
ac_objext=$OBJEXT
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
if
${ac_cv_c_compiler_gnu+:} false
; then :
if
test "${ac_cv_c_compiler_gnu+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
...
@@ -19486,7 +19478,7 @@ ac_test_CFLAGS=${CFLAGS+set}
...
@@ -19486,7 +19478,7 @@ ac_test_CFLAGS=${CFLAGS+set}
ac_save_CFLAGS=$CFLAGS
ac_save_CFLAGS=$CFLAGS
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
$as_echo_n "checking whether $CC accepts -g... " >&6; }
$as_echo_n "checking whether $CC accepts -g... " >&6; }
if
${ac_cv_prog_cc_g+:} false
; then :
if
test "${ac_cv_prog_cc_g+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
ac_save_c_werror_flag=$ac_c_werror_flag
ac_save_c_werror_flag=$ac_c_werror_flag
...
@@ -19564,7 +19556,7 @@ else
...
@@ -19564,7 +19556,7 @@ else
fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
if
${ac_cv_prog_cc_c89+:} false
; then :
if
test "${ac_cv_prog_cc_c89+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
ac_cv_prog_cc_c89=no
ac_cv_prog_cc_c89=no
...
@@ -19683,7 +19675,7 @@ do
...
@@ -19683,7 +19675,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_TOOLS_DIR_CXX+:} false
; then :
if
test "${ac_cv_path_TOOLS_DIR_CXX+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $TOOLS_DIR_CXX in
case $TOOLS_DIR_CXX in
...
@@ -19735,7 +19727,7 @@ do
...
@@ -19735,7 +19727,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_POTENTIAL_CXX+:} false
; then :
if
test "${ac_cv_path_POTENTIAL_CXX+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $POTENTIAL_CXX in
case $POTENTIAL_CXX in
...
@@ -20148,7 +20140,7 @@ $as_echo "yes, trying to find proper $COMPILER_NAME compiler" >&6; }
...
@@ -20148,7 +20140,7 @@ $as_echo "yes, trying to find proper $COMPILER_NAME compiler" >&6; }
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_prog_PROPER_COMPILER_CXX+:} false
; then :
if
test "${ac_cv_prog_PROPER_COMPILER_CXX+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
if test -n "$PROPER_COMPILER_CXX"; then
if test -n "$PROPER_COMPILER_CXX"; then
...
@@ -20192,7 +20184,7 @@ do
...
@@ -20192,7 +20184,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_prog_ac_ct_PROPER_COMPILER_CXX+:} false
; then :
if
test "${ac_cv_prog_ac_ct_PROPER_COMPILER_CXX+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
if test -n "$ac_ct_PROPER_COMPILER_CXX"; then
if test -n "$ac_ct_PROPER_COMPILER_CXX"; then
...
@@ -20646,7 +20638,7 @@ if test -z "$CXX"; then
...
@@ -20646,7 +20638,7 @@ if test -z "$CXX"; then
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_prog_CXX+:} false
; then :
if
test "${ac_cv_prog_CXX+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
if test -n "$CXX"; then
if test -n "$CXX"; then
...
@@ -20690,7 +20682,7 @@ do
...
@@ -20690,7 +20682,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_prog_ac_ct_CXX+:} false
; then :
if
test "${ac_cv_prog_ac_ct_CXX+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
if test -n "$ac_ct_CXX"; then
if test -n "$ac_ct_CXX"; then
...
@@ -20768,7 +20760,7 @@ done
...
@@ -20768,7 +20760,7 @@ done
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C++ compiler" >&5
$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
$as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
if
${ac_cv_cxx_compiler_gnu+:} false
; then :
if
test "${ac_cv_cxx_compiler_gnu+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
...
@@ -20805,7 +20797,7 @@ ac_test_CXXFLAGS=${CXXFLAGS+set}
...
@@ -20805,7 +20797,7 @@ ac_test_CXXFLAGS=${CXXFLAGS+set}
ac_save_CXXFLAGS=$CXXFLAGS
ac_save_CXXFLAGS=$CXXFLAGS
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CXX accepts -g" >&5
$as_echo_n "checking whether $CXX accepts -g... " >&6; }
$as_echo_n "checking whether $CXX accepts -g... " >&6; }
if
${ac_cv_prog_cxx_g+:} false
; then :
if
test "${ac_cv_prog_cxx_g+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
ac_save_cxx_werror_flag=$ac_cxx_werror_flag
ac_save_cxx_werror_flag=$ac_cxx_werror_flag
...
@@ -20903,7 +20895,7 @@ if test -n "$ac_tool_prefix"; then
...
@@ -20903,7 +20895,7 @@ if test -n "$ac_tool_prefix"; then
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_prog_OBJC+:} false
; then :
if
test "${ac_cv_prog_OBJC+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
if test -n "$OBJC"; then
if test -n "$OBJC"; then
...
@@ -20947,7 +20939,7 @@ do
...
@@ -20947,7 +20939,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_prog_ac_ct_OBJC+:} false
; then :
if
test "${ac_cv_prog_ac_ct_OBJC+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
if test -n "$ac_ct_OBJC"; then
if test -n "$ac_ct_OBJC"; then
...
@@ -21023,7 +21015,7 @@ done
...
@@ -21023,7 +21015,7 @@ done
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU Objective C compiler" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU Objective C compiler" >&5
$as_echo_n "checking whether we are using the GNU Objective C compiler... " >&6; }
$as_echo_n "checking whether we are using the GNU Objective C compiler... " >&6; }
if
${ac_cv_objc_compiler_gnu+:} false
; then :
if
test "${ac_cv_objc_compiler_gnu+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
...
@@ -21060,7 +21052,7 @@ ac_test_OBJCFLAGS=${OBJCFLAGS+set}
...
@@ -21060,7 +21052,7 @@ ac_test_OBJCFLAGS=${OBJCFLAGS+set}
ac_save_OBJCFLAGS=$OBJCFLAGS
ac_save_OBJCFLAGS=$OBJCFLAGS
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $OBJC accepts -g" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $OBJC accepts -g" >&5
$as_echo_n "checking whether $OBJC accepts -g... " >&6; }
$as_echo_n "checking whether $OBJC accepts -g... " >&6; }
if
${ac_cv_prog_objc_g+:} false
; then :
if
test "${ac_cv_prog_objc_g+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
ac_save_objc_werror_flag=$ac_objc_werror_flag
ac_save_objc_werror_flag=$ac_objc_werror_flag
...
@@ -21436,7 +21428,7 @@ if test "x$OPENJDK_TARGET_OS" != xwindows; then
...
@@ -21436,7 +21428,7 @@ if test "x$OPENJDK_TARGET_OS" != xwindows; then
set dummy ${ac_tool_prefix}ar; ac_word=$2
set dummy ${ac_tool_prefix}ar; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_prog_AR+:} false
; then :
if
test "${ac_cv_prog_AR+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
if test -n "$AR"; then
if test -n "$AR"; then
...
@@ -21476,7 +21468,7 @@ if test -z "$ac_cv_prog_AR"; then
...
@@ -21476,7 +21468,7 @@ if test -z "$ac_cv_prog_AR"; then
set dummy ar; ac_word=$2
set dummy ar; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_prog_ac_ct_AR+:} false
; then :
if
test "${ac_cv_prog_ac_ct_AR+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
if test -n "$ac_ct_AR"; then
if test -n "$ac_ct_AR"; then
...
@@ -21818,7 +21810,7 @@ if test "x$OPENJDK_TARGET_OS" = xwindows; then :
...
@@ -21818,7 +21810,7 @@ if test "x$OPENJDK_TARGET_OS" = xwindows; then :
set dummy link; ac_word=$2
set dummy link; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_prog_WINLD+:} false
; then :
if
test "${ac_cv_prog_WINLD+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
if test -n "$WINLD"; then
if test -n "$WINLD"; then
...
@@ -22157,7 +22149,7 @@ $as_echo "yes" >&6; }
...
@@ -22157,7 +22149,7 @@ $as_echo "yes" >&6; }
set dummy mt; ac_word=$2
set dummy mt; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_prog_MT+:} false
; then :
if
test "${ac_cv_prog_MT+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
if test -n "$MT"; then
if test -n "$MT"; then
...
@@ -22478,7 +22470,7 @@ $as_echo "$as_me: Rewriting MT to \"$new_complete\"" >&6;}
...
@@ -22478,7 +22470,7 @@ $as_echo "$as_me: Rewriting MT to \"$new_complete\"" >&6;}
set dummy rc; ac_word=$2
set dummy rc; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_prog_RC+:} false
; then :
if
test "${ac_cv_prog_RC+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
if test -n "$RC"; then
if test -n "$RC"; then
...
@@ -22869,7 +22861,7 @@ fi
...
@@ -22869,7 +22861,7 @@ fi
set dummy lib; ac_word=$2
set dummy lib; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_prog_WINAR+:} false
; then :
if
test "${ac_cv_prog_WINAR+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
if test -n "$WINAR"; then
if test -n "$WINAR"; then
...
@@ -23175,7 +23167,7 @@ $as_echo "$as_me: Rewriting WINAR to \"$new_complete\"" >&6;}
...
@@ -23175,7 +23167,7 @@ $as_echo "$as_me: Rewriting WINAR to \"$new_complete\"" >&6;}
set dummy dumpbin; ac_word=$2
set dummy dumpbin; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_prog_DUMPBIN+:} false
; then :
if
test "${ac_cv_prog_DUMPBIN+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
if test -n "$DUMPBIN"; then
if test -n "$DUMPBIN"; then
...
@@ -23494,7 +23486,7 @@ if test -n "$CPP" && test -d "$CPP"; then
...
@@ -23494,7 +23486,7 @@ if test -n "$CPP" && test -d "$CPP"; then
CPP=
CPP=
fi
fi
if test -z "$CPP"; then
if test -z "$CPP"; then
if
${ac_cv_prog_CPP+:} false
; then :
if
test "${ac_cv_prog_CPP+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
# Double quotes because CPP needs to be expanded
# Double quotes because CPP needs to be expanded
...
@@ -23610,7 +23602,7 @@ else
...
@@ -23610,7 +23602,7 @@ else
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
See \`config.log' for more details" "$LINENO" 5; }
See \`config.log' for more details" "$LINENO" 5
; }
fi
fi
ac_ext=cpp
ac_ext=cpp
...
@@ -23894,7 +23886,7 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
...
@@ -23894,7 +23886,7 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C++ preprocessor" >&5
$as_echo_n "checking how to run the C++ preprocessor... " >&6; }
$as_echo_n "checking how to run the C++ preprocessor... " >&6; }
if test -z "$CXXCPP"; then
if test -z "$CXXCPP"; then
if
${ac_cv_prog_CXXCPP+:} false
; then :
if
test "${ac_cv_prog_CXXCPP+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
# Double quotes because CXXCPP needs to be expanded
# Double quotes because CXXCPP needs to be expanded
...
@@ -24010,7 +24002,7 @@ else
...
@@ -24010,7 +24002,7 @@ else
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
as_fn_error $? "C++ preprocessor \"$CXXCPP\" fails sanity check
See \`config.log' for more details" "$LINENO" 5; }
See \`config.log' for more details" "$LINENO" 5
; }
fi
fi
ac_ext=cpp
ac_ext=cpp
...
@@ -24312,7 +24304,7 @@ if test "x$OPENJDK_TARGET_OS" = xsolaris; then
...
@@ -24312,7 +24304,7 @@ if test "x$OPENJDK_TARGET_OS" = xsolaris; then
set dummy as; ac_word=$2
set dummy as; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_AS+:} false
; then :
if
test "${ac_cv_path_AS+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $AS in
case $AS in
...
@@ -24626,7 +24618,7 @@ do
...
@@ -24626,7 +24618,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_NM+:} false
; then :
if
test "${ac_cv_path_NM+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $NM in
case $NM in
...
@@ -24935,7 +24927,7 @@ $as_echo "$as_me: Rewriting NM to \"$new_complete\"" >&6;}
...
@@ -24935,7 +24927,7 @@ $as_echo "$as_me: Rewriting NM to \"$new_complete\"" >&6;}
set dummy strip; ac_word=$2
set dummy strip; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_STRIP+:} false
; then :
if
test "${ac_cv_path_STRIP+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $STRIP in
case $STRIP in
...
@@ -25241,7 +25233,7 @@ $as_echo "$as_me: Rewriting STRIP to \"$new_complete\"" >&6;}
...
@@ -25241,7 +25233,7 @@ $as_echo "$as_me: Rewriting STRIP to \"$new_complete\"" >&6;}
set dummy mcs; ac_word=$2
set dummy mcs; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_MCS+:} false
; then :
if
test "${ac_cv_path_MCS+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $MCS in
case $MCS in
...
@@ -25549,7 +25541,7 @@ elif test "x$OPENJDK_TARGET_OS" != xwindows; then
...
@@ -25549,7 +25541,7 @@ elif test "x$OPENJDK_TARGET_OS" != xwindows; then
set dummy ${ac_tool_prefix}nm; ac_word=$2
set dummy ${ac_tool_prefix}nm; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_prog_NM+:} false
; then :
if
test "${ac_cv_prog_NM+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
if test -n "$NM"; then
if test -n "$NM"; then
...
@@ -25589,7 +25581,7 @@ if test -z "$ac_cv_prog_NM"; then
...
@@ -25589,7 +25581,7 @@ if test -z "$ac_cv_prog_NM"; then
set dummy nm; ac_word=$2
set dummy nm; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_prog_ac_ct_NM+:} false
; then :
if
test "${ac_cv_prog_ac_ct_NM+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
if test -n "$ac_ct_NM"; then
if test -n "$ac_ct_NM"; then
...
@@ -25907,7 +25899,7 @@ $as_echo "$as_me: Rewriting NM to \"$new_complete\"" >&6;}
...
@@ -25907,7 +25899,7 @@ $as_echo "$as_me: Rewriting NM to \"$new_complete\"" >&6;}
set dummy ${ac_tool_prefix}strip; ac_word=$2
set dummy ${ac_tool_prefix}strip; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_prog_STRIP+:} false
; then :
if
test "${ac_cv_prog_STRIP+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
if test -n "$STRIP"; then
if test -n "$STRIP"; then
...
@@ -25947,7 +25939,7 @@ if test -z "$ac_cv_prog_STRIP"; then
...
@@ -25947,7 +25939,7 @@ if test -z "$ac_cv_prog_STRIP"; then
set dummy strip; ac_word=$2
set dummy strip; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_prog_ac_ct_STRIP+:} false
; then :
if
test "${ac_cv_prog_ac_ct_STRIP+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
if test -n "$ac_ct_STRIP"; then
if test -n "$ac_ct_STRIP"; then
...
@@ -26272,7 +26264,7 @@ if test "x$OPENJDK_TARGET_OS" = xsolaris || test "x$OPENJDK_TARGET_OS" = xlinux;
...
@@ -26272,7 +26264,7 @@ if test "x$OPENJDK_TARGET_OS" = xsolaris || test "x$OPENJDK_TARGET_OS" = xlinux;
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_prog_OBJCOPY+:} false
; then :
if
test "${ac_cv_prog_OBJCOPY+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
if test -n "$OBJCOPY"; then
if test -n "$OBJCOPY"; then
...
@@ -26316,7 +26308,7 @@ do
...
@@ -26316,7 +26308,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_prog_ac_ct_OBJCOPY+:} false
; then :
if
test "${ac_cv_prog_ac_ct_OBJCOPY+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
if test -n "$ac_ct_OBJCOPY"; then
if test -n "$ac_ct_OBJCOPY"; then
...
@@ -26643,7 +26635,7 @@ if test -n "$ac_tool_prefix"; then
...
@@ -26643,7 +26635,7 @@ if test -n "$ac_tool_prefix"; then
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
set dummy $ac_tool_prefix$ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_prog_OBJDUMP+:} false
; then :
if
test "${ac_cv_prog_OBJDUMP+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
if test -n "$OBJDUMP"; then
if test -n "$OBJDUMP"; then
...
@@ -26687,7 +26679,7 @@ do
...
@@ -26687,7 +26679,7 @@ do
set dummy $ac_prog; ac_word=$2
set dummy $ac_prog; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_prog_ac_ct_OBJDUMP+:} false
; then :
if
test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
if test -n "$ac_ct_OBJDUMP"; then
if test -n "$ac_ct_OBJDUMP"; then
...
@@ -27011,7 +27003,7 @@ if test "x$OPENJDK_TARGET_OS" = "xmacosx"; then
...
@@ -27011,7 +27003,7 @@ if test "x$OPENJDK_TARGET_OS" = "xmacosx"; then
set dummy lipo; ac_word=$2
set dummy lipo; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_LIPO+:} false
; then :
if
test "${ac_cv_path_LIPO+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $LIPO in
case $LIPO in
...
@@ -27326,7 +27318,7 @@ PATH="$OLD_PATH"
...
@@ -27326,7 +27318,7 @@ PATH="$OLD_PATH"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
$as_echo_n "checking for ANSI C header files... " >&6; }
$as_echo_n "checking for ANSI C header files... " >&6; }
if
${ac_cv_header_stdc+:} false
; then :
if
test "${ac_cv_header_stdc+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
...
@@ -27502,7 +27494,7 @@ fi
...
@@ -27502,7 +27494,7 @@ fi
for ac_header in stdio.h
for ac_header in stdio.h
do :
do :
ac_fn_cxx_check_header_mongrel "$LINENO" "stdio.h" "ac_cv_header_stdio_h" "$ac_includes_default"
ac_fn_cxx_check_header_mongrel "$LINENO" "stdio.h" "ac_cv_header_stdio_h" "$ac_includes_default"
if test "x$ac_cv_header_stdio_h" = xyes; then :
if test "x$ac_cv_header_stdio_h" = x
""
yes; then :
cat >>confdefs.h <<_ACEOF
cat >>confdefs.h <<_ACEOF
#define HAVE_STDIO_H 1
#define HAVE_STDIO_H 1
_ACEOF
_ACEOF
...
@@ -27531,7 +27523,7 @@ done
...
@@ -27531,7 +27523,7 @@ done
# This bug is HP SR number 8606223364.
# This bug is HP SR number 8606223364.
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int *" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int *" >&5
$as_echo_n "checking size of int *... " >&6; }
$as_echo_n "checking size of int *... " >&6; }
if
${ac_cv_sizeof_int_p+:} false
; then :
if
test "${ac_cv_sizeof_int_p+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
if ac_fn_cxx_compute_int "$LINENO" "(long int) (sizeof (int *))" "ac_cv_sizeof_int_p" "$ac_includes_default"; then :
if ac_fn_cxx_compute_int "$LINENO" "(long int) (sizeof (int *))" "ac_cv_sizeof_int_p" "$ac_includes_default"; then :
...
@@ -27541,7 +27533,7 @@ else
...
@@ -27541,7 +27533,7 @@ else
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
as_fn_error 77 "cannot compute sizeof (int *)
as_fn_error 77 "cannot compute sizeof (int *)
See \`config.log' for more details" "$LINENO" 5; }
See \`config.log' for more details" "$LINENO" 5
; }
else
else
ac_cv_sizeof_int_p=0
ac_cv_sizeof_int_p=0
fi
fi
...
@@ -27588,7 +27580,7 @@ $as_echo "$OPENJDK_TARGET_CPU_BITS bits" >&6; }
...
@@ -27588,7 +27580,7 @@ $as_echo "$OPENJDK_TARGET_CPU_BITS bits" >&6; }
#
#
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
if
${ac_cv_c_bigendian+:} false
; then :
if
test "${ac_cv_c_bigendian+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
ac_cv_c_bigendian=unknown
ac_cv_c_bigendian=unknown
...
@@ -28242,10 +28234,17 @@ if test "x$OPENJDK_TARGET_OS" = xsolaris; then
...
@@ -28242,10 +28234,17 @@ if test "x$OPENJDK_TARGET_OS" = xsolaris; then
fi
fi
if test "x$OPENJDK_TARGET_OS" = xmacosx; then
if test "x$OPENJDK_TARGET_OS" = xmacosx; then
CCXXFLAGS_JDK="$CCXXFLAGS_JDK -DMACOSX -D_ALLBSD_SOURCE"
CCXXFLAGS_JDK="$CCXXFLAGS_JDK -DMACOSX -D_ALLBSD_SOURCE"
# Adding these macros will make it an error to link to mac APIs newer than OS version 10.7
# Setting these parameters makes it an error to link to macosx APIs that are
MACOSX_REQUIRED_VERSION=1070
# newer than the given OS version and makes the linked binaries compatible even
# if built on a newer version of the OS.
CCXXFLAGS_JDK="$CCXXFLAGS_JDK -DMAC_OS_X_VERSION_MAX_ALLOWED=\$(MACOSX_REQUIRED_VERSION) -DMAC_OS_X_VERSION_MIN_REQUIRED=\$(MACOSX_REQUIRED_VERSION)"
# The expected format is X.Y.Z
MACOSX_VERSION_MIN=10.7.0
# The macro takes the version with no dots, ex: 1070
# Let the flags variables get resolved in make for easier override on make
# command line.
CCXXFLAGS_JDK="$CCXXFLAGS_JDK -DMAC_OS_X_VERSION_MAX_ALLOWED=\$(subst .,,\$(MACOSX_VERSION_MIN)) -mmacosx-version-min=\$(MACOSX_VERSION_MIN)"
LDFLAGS_JDK="$LDFLAGS_JDK -mmacosx-version-min=\$(MACOSX_VERSION_MIN)"
fi
fi
if test "x$OPENJDK_TARGET_OS" = xbsd; then
if test "x$OPENJDK_TARGET_OS" = xbsd; then
CCXXFLAGS_JDK="$CCXXFLAGS_JDK -DBSD -D_ALLBSD_SOURCE"
CCXXFLAGS_JDK="$CCXXFLAGS_JDK -DBSD -D_ALLBSD_SOURCE"
...
@@ -28592,8 +28591,8 @@ if test "x$with_x" = xno; then
...
@@ -28592,8 +28591,8 @@ if test "x$with_x" = xno; then
have_x=disabled
have_x=disabled
else
else
case $x_includes,$x_libraries in #(
case $x_includes,$x_libraries in #(
*\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5;; #(
*\'*) as_fn_error $? "cannot use X directory names containing '" "$LINENO" 5
;; #(
*,NONE | NONE,*) if
${ac_cv_have_x+:} false
; then :
*,NONE | NONE,*) if
test "${ac_cv_have_x+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
# One or both of the vars are not set, and there is no cached value.
# One or both of the vars are not set, and there is no cached value.
...
@@ -28870,7 +28869,7 @@ if ac_fn_cxx_try_link "$LINENO"; then :
...
@@ -28870,7 +28869,7 @@ if ac_fn_cxx_try_link "$LINENO"; then :
else
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet" >&5
$as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
$as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
if
${ac_cv_lib_dnet_dnet_ntoa+:} false
; then :
if
test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
ac_check_lib_save_LIBS=$LIBS
ac_check_lib_save_LIBS=$LIBS
...
@@ -28904,14 +28903,14 @@ LIBS=$ac_check_lib_save_LIBS
...
@@ -28904,14 +28903,14 @@ LIBS=$ac_check_lib_save_LIBS
fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
$as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
if test "x$ac_cv_lib_dnet_dnet_ntoa" = xyes; then :
if test "x$ac_cv_lib_dnet_dnet_ntoa" = x
""
yes; then :
X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
fi
fi
if test $ac_cv_lib_dnet_dnet_ntoa = no; then
if test $ac_cv_lib_dnet_dnet_ntoa = no; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dnet_ntoa in -ldnet_stub" >&5
$as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
$as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
if
${ac_cv_lib_dnet_stub_dnet_ntoa+:} false
; then :
if
test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
ac_check_lib_save_LIBS=$LIBS
ac_check_lib_save_LIBS=$LIBS
...
@@ -28945,7 +28944,7 @@ LIBS=$ac_check_lib_save_LIBS
...
@@ -28945,7 +28944,7 @@ LIBS=$ac_check_lib_save_LIBS
fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
$as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
$as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = xyes; then :
if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x
""
yes; then :
X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
fi
fi
...
@@ -28964,14 +28963,14 @@ rm -f core conftest.err conftest.$ac_objext \
...
@@ -28964,14 +28963,14 @@ rm -f core conftest.err conftest.$ac_objext \
# The functions gethostbyname, getservbyname, and inet_addr are
# The functions gethostbyname, getservbyname, and inet_addr are
# in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
# in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
ac_fn_cxx_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
ac_fn_cxx_check_func "$LINENO" "gethostbyname" "ac_cv_func_gethostbyname"
if test "x$ac_cv_func_gethostbyname" = xyes; then :
if test "x$ac_cv_func_gethostbyname" = x
""
yes; then :
fi
fi
if test $ac_cv_func_gethostbyname = no; then
if test $ac_cv_func_gethostbyname = no; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
if
${ac_cv_lib_nsl_gethostbyname+:} false
; then :
if
test "${ac_cv_lib_nsl_gethostbyname+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
ac_check_lib_save_LIBS=$LIBS
ac_check_lib_save_LIBS=$LIBS
...
@@ -29005,14 +29004,14 @@ LIBS=$ac_check_lib_save_LIBS
...
@@ -29005,14 +29004,14 @@ LIBS=$ac_check_lib_save_LIBS
fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
if test "x$ac_cv_lib_nsl_gethostbyname" = x
""
yes; then :
X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
fi
fi
if test $ac_cv_lib_nsl_gethostbyname = no; then
if test $ac_cv_lib_nsl_gethostbyname = no; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lbsd" >&5
$as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
$as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
if
${ac_cv_lib_bsd_gethostbyname+:} false
; then :
if
test "${ac_cv_lib_bsd_gethostbyname+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
ac_check_lib_save_LIBS=$LIBS
ac_check_lib_save_LIBS=$LIBS
...
@@ -29046,7 +29045,7 @@ LIBS=$ac_check_lib_save_LIBS
...
@@ -29046,7 +29045,7 @@ LIBS=$ac_check_lib_save_LIBS
fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bsd_gethostbyname" >&5
$as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
$as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
if test "x$ac_cv_lib_bsd_gethostbyname" = xyes; then :
if test "x$ac_cv_lib_bsd_gethostbyname" = x
""
yes; then :
X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
fi
fi
...
@@ -29061,14 +29060,14 @@ fi
...
@@ -29061,14 +29060,14 @@ fi
# must be given before -lnsl if both are needed. We assume that
# must be given before -lnsl if both are needed. We assume that
# if connect needs -lnsl, so does gethostbyname.
# if connect needs -lnsl, so does gethostbyname.
ac_fn_cxx_check_func "$LINENO" "connect" "ac_cv_func_connect"
ac_fn_cxx_check_func "$LINENO" "connect" "ac_cv_func_connect"
if test "x$ac_cv_func_connect" = xyes; then :
if test "x$ac_cv_func_connect" = x
""
yes; then :
fi
fi
if test $ac_cv_func_connect = no; then
if test $ac_cv_func_connect = no; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
$as_echo_n "checking for connect in -lsocket... " >&6; }
$as_echo_n "checking for connect in -lsocket... " >&6; }
if
${ac_cv_lib_socket_connect+:} false
; then :
if
test "${ac_cv_lib_socket_connect+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
ac_check_lib_save_LIBS=$LIBS
ac_check_lib_save_LIBS=$LIBS
...
@@ -29102,7 +29101,7 @@ LIBS=$ac_check_lib_save_LIBS
...
@@ -29102,7 +29101,7 @@ LIBS=$ac_check_lib_save_LIBS
fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
$as_echo "$ac_cv_lib_socket_connect" >&6; }
$as_echo "$ac_cv_lib_socket_connect" >&6; }
if test "x$ac_cv_lib_socket_connect" = xyes; then :
if test "x$ac_cv_lib_socket_connect" = x
""
yes; then :
X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
fi
fi
...
@@ -29110,14 +29109,14 @@ fi
...
@@ -29110,14 +29109,14 @@ fi
# Guillermo Gomez says -lposix is necessary on A/UX.
# Guillermo Gomez says -lposix is necessary on A/UX.
ac_fn_cxx_check_func "$LINENO" "remove" "ac_cv_func_remove"
ac_fn_cxx_check_func "$LINENO" "remove" "ac_cv_func_remove"
if test "x$ac_cv_func_remove" = xyes; then :
if test "x$ac_cv_func_remove" = x
""
yes; then :
fi
fi
if test $ac_cv_func_remove = no; then
if test $ac_cv_func_remove = no; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for remove in -lposix" >&5
$as_echo_n "checking for remove in -lposix... " >&6; }
$as_echo_n "checking for remove in -lposix... " >&6; }
if
${ac_cv_lib_posix_remove+:} false
; then :
if
test "${ac_cv_lib_posix_remove+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
ac_check_lib_save_LIBS=$LIBS
ac_check_lib_save_LIBS=$LIBS
...
@@ -29151,7 +29150,7 @@ LIBS=$ac_check_lib_save_LIBS
...
@@ -29151,7 +29150,7 @@ LIBS=$ac_check_lib_save_LIBS
fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_posix_remove" >&5
$as_echo "$ac_cv_lib_posix_remove" >&6; }
$as_echo "$ac_cv_lib_posix_remove" >&6; }
if test "x$ac_cv_lib_posix_remove" = xyes; then :
if test "x$ac_cv_lib_posix_remove" = x
""
yes; then :
X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
fi
fi
...
@@ -29159,14 +29158,14 @@ fi
...
@@ -29159,14 +29158,14 @@ fi
# BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
# BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
ac_fn_cxx_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
ac_fn_cxx_check_func "$LINENO" "shmat" "ac_cv_func_shmat"
if test "x$ac_cv_func_shmat" = xyes; then :
if test "x$ac_cv_func_shmat" = x
""
yes; then :
fi
fi
if test $ac_cv_func_shmat = no; then
if test $ac_cv_func_shmat = no; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for shmat in -lipc" >&5
$as_echo_n "checking for shmat in -lipc... " >&6; }
$as_echo_n "checking for shmat in -lipc... " >&6; }
if
${ac_cv_lib_ipc_shmat+:} false
; then :
if
test "${ac_cv_lib_ipc_shmat+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
ac_check_lib_save_LIBS=$LIBS
ac_check_lib_save_LIBS=$LIBS
...
@@ -29200,7 +29199,7 @@ LIBS=$ac_check_lib_save_LIBS
...
@@ -29200,7 +29199,7 @@ LIBS=$ac_check_lib_save_LIBS
fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ipc_shmat" >&5
$as_echo "$ac_cv_lib_ipc_shmat" >&6; }
$as_echo "$ac_cv_lib_ipc_shmat" >&6; }
if test "x$ac_cv_lib_ipc_shmat" = xyes; then :
if test "x$ac_cv_lib_ipc_shmat" = x
""
yes; then :
X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
fi
fi
...
@@ -29218,7 +29217,7 @@ fi
...
@@ -29218,7 +29217,7 @@ fi
# John Interrante, Karl Berry
# John Interrante, Karl Berry
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for IceConnectionNumber in -lICE" >&5
$as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
$as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
if
${ac_cv_lib_ICE_IceConnectionNumber+:} false
; then :
if
test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
ac_check_lib_save_LIBS=$LIBS
ac_check_lib_save_LIBS=$LIBS
...
@@ -29252,7 +29251,7 @@ LIBS=$ac_check_lib_save_LIBS
...
@@ -29252,7 +29251,7 @@ LIBS=$ac_check_lib_save_LIBS
fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
$as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
$as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
if test "x$ac_cv_lib_ICE_IceConnectionNumber" = xyes; then :
if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x
""
yes; then :
X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
fi
fi
...
@@ -30265,7 +30264,7 @@ $as_echo "$FREETYPE2_FOUND" >&6; }
...
@@ -30265,7 +30264,7 @@ $as_echo "$FREETYPE2_FOUND" >&6; }
LDFLAGS="$FREETYPE2_LIBS"
LDFLAGS="$FREETYPE2_LIBS"
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for FT_Init_FreeType in -lfreetype" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for FT_Init_FreeType in -lfreetype" >&5
$as_echo_n "checking for FT_Init_FreeType in -lfreetype... " >&6; }
$as_echo_n "checking for FT_Init_FreeType in -lfreetype... " >&6; }
if
${ac_cv_lib_freetype_FT_Init_FreeType+:} false
; then :
if
test "${ac_cv_lib_freetype_FT_Init_FreeType+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
ac_check_lib_save_LIBS=$LIBS
ac_check_lib_save_LIBS=$LIBS
...
@@ -30299,7 +30298,7 @@ LIBS=$ac_check_lib_save_LIBS
...
@@ -30299,7 +30298,7 @@ LIBS=$ac_check_lib_save_LIBS
fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_freetype_FT_Init_FreeType" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_freetype_FT_Init_FreeType" >&5
$as_echo "$ac_cv_lib_freetype_FT_Init_FreeType" >&6; }
$as_echo "$ac_cv_lib_freetype_FT_Init_FreeType" >&6; }
if test "x$ac_cv_lib_freetype_FT_Init_FreeType" = xyes; then :
if test "x$ac_cv_lib_freetype_FT_Init_FreeType" = x
""
yes; then :
FREETYPE2_FOUND=true
FREETYPE2_FOUND=true
else
else
as_fn_error $? "Could not find freetype2! $HELP_MSG " "$LINENO" 5
as_fn_error $? "Could not find freetype2! $HELP_MSG " "$LINENO" 5
...
@@ -30587,7 +30586,7 @@ fi
...
@@ -30587,7 +30586,7 @@ fi
for ac_header in alsa/asoundlib.h
for ac_header in alsa/asoundlib.h
do :
do :
ac_fn_cxx_check_header_mongrel "$LINENO" "alsa/asoundlib.h" "ac_cv_header_alsa_asoundlib_h" "$ac_includes_default"
ac_fn_cxx_check_header_mongrel "$LINENO" "alsa/asoundlib.h" "ac_cv_header_alsa_asoundlib_h" "$ac_includes_default"
if test "x$ac_cv_header_alsa_asoundlib_h" = xyes; then :
if test "x$ac_cv_header_alsa_asoundlib_h" = x
""
yes; then :
cat >>confdefs.h <<_ACEOF
cat >>confdefs.h <<_ACEOF
#define HAVE_ALSA_ASOUNDLIB_H 1
#define HAVE_ALSA_ASOUNDLIB_H 1
_ACEOF
_ACEOF
...
@@ -30646,7 +30645,7 @@ fi
...
@@ -30646,7 +30645,7 @@ fi
USE_EXTERNAL_LIBJPEG=true
USE_EXTERNAL_LIBJPEG=true
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -ljpeg" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -ljpeg" >&5
$as_echo_n "checking for main in -ljpeg... " >&6; }
$as_echo_n "checking for main in -ljpeg... " >&6; }
if
${ac_cv_lib_jpeg_main+:} false
; then :
if
test "${ac_cv_lib_jpeg_main+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
ac_check_lib_save_LIBS=$LIBS
ac_check_lib_save_LIBS=$LIBS
...
@@ -30674,7 +30673,7 @@ LIBS=$ac_check_lib_save_LIBS
...
@@ -30674,7 +30673,7 @@ LIBS=$ac_check_lib_save_LIBS
fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_jpeg_main" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_jpeg_main" >&5
$as_echo "$ac_cv_lib_jpeg_main" >&6; }
$as_echo "$ac_cv_lib_jpeg_main" >&6; }
if test "x$ac_cv_lib_jpeg_main" = xyes; then :
if test "x$ac_cv_lib_jpeg_main" = x
""
yes; then :
cat >>confdefs.h <<_ACEOF
cat >>confdefs.h <<_ACEOF
#define HAVE_LIBJPEG 1
#define HAVE_LIBJPEG 1
_ACEOF
_ACEOF
...
@@ -30698,7 +30697,7 @@ fi
...
@@ -30698,7 +30697,7 @@ fi
USE_EXTERNAL_LIBJPEG=true
USE_EXTERNAL_LIBJPEG=true
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lgif" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lgif" >&5
$as_echo_n "checking for main in -lgif... " >&6; }
$as_echo_n "checking for main in -lgif... " >&6; }
if
${ac_cv_lib_gif_main+:} false
; then :
if
test "${ac_cv_lib_gif_main+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
ac_check_lib_save_LIBS=$LIBS
ac_check_lib_save_LIBS=$LIBS
...
@@ -30726,7 +30725,7 @@ LIBS=$ac_check_lib_save_LIBS
...
@@ -30726,7 +30725,7 @@ LIBS=$ac_check_lib_save_LIBS
fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gif_main" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gif_main" >&5
$as_echo "$ac_cv_lib_gif_main" >&6; }
$as_echo "$ac_cv_lib_gif_main" >&6; }
if test "x$ac_cv_lib_gif_main" = xyes; then :
if test "x$ac_cv_lib_gif_main" = x
""
yes; then :
cat >>confdefs.h <<_ACEOF
cat >>confdefs.h <<_ACEOF
#define HAVE_LIBGIF 1
#define HAVE_LIBGIF 1
_ACEOF
_ACEOF
...
@@ -30756,7 +30755,7 @@ fi
...
@@ -30756,7 +30755,7 @@ fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for compress in -lz" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for compress in -lz" >&5
$as_echo_n "checking for compress in -lz... " >&6; }
$as_echo_n "checking for compress in -lz... " >&6; }
if
${ac_cv_lib_z_compress+:} false
; then :
if
test "${ac_cv_lib_z_compress+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
ac_check_lib_save_LIBS=$LIBS
ac_check_lib_save_LIBS=$LIBS
...
@@ -30790,7 +30789,7 @@ LIBS=$ac_check_lib_save_LIBS
...
@@ -30790,7 +30789,7 @@ LIBS=$ac_check_lib_save_LIBS
fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_compress" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_compress" >&5
$as_echo "$ac_cv_lib_z_compress" >&6; }
$as_echo "$ac_cv_lib_z_compress" >&6; }
if test "x$ac_cv_lib_z_compress" = xyes; then :
if test "x$ac_cv_lib_z_compress" = x
""
yes; then :
ZLIB_FOUND=yes
ZLIB_FOUND=yes
else
else
ZLIB_FOUND=no
ZLIB_FOUND=no
...
@@ -30883,7 +30882,7 @@ fi
...
@@ -30883,7 +30882,7 @@ fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
$as_echo_n "checking for cos in -lm... " >&6; }
$as_echo_n "checking for cos in -lm... " >&6; }
if
${ac_cv_lib_m_cos+:} false
; then :
if
test "${ac_cv_lib_m_cos+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
ac_check_lib_save_LIBS=$LIBS
ac_check_lib_save_LIBS=$LIBS
...
@@ -30917,7 +30916,7 @@ LIBS=$ac_check_lib_save_LIBS
...
@@ -30917,7 +30916,7 @@ LIBS=$ac_check_lib_save_LIBS
fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
$as_echo "$ac_cv_lib_m_cos" >&6; }
$as_echo "$ac_cv_lib_m_cos" >&6; }
if test "x$ac_cv_lib_m_cos" = xyes; then :
if test "x$ac_cv_lib_m_cos" = x
""
yes; then :
cat >>confdefs.h <<_ACEOF
cat >>confdefs.h <<_ACEOF
#define HAVE_LIBM 1
#define HAVE_LIBM 1
_ACEOF
_ACEOF
...
@@ -30941,7 +30940,7 @@ save_LIBS="$LIBS"
...
@@ -30941,7 +30940,7 @@ save_LIBS="$LIBS"
LIBS=""
LIBS=""
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
$as_echo_n "checking for dlopen in -ldl... " >&6; }
$as_echo_n "checking for dlopen in -ldl... " >&6; }
if
${ac_cv_lib_dl_dlopen+:} false
; then :
if
test "${ac_cv_lib_dl_dlopen+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
ac_check_lib_save_LIBS=$LIBS
ac_check_lib_save_LIBS=$LIBS
...
@@ -30975,7 +30974,7 @@ LIBS=$ac_check_lib_save_LIBS
...
@@ -30975,7 +30974,7 @@ LIBS=$ac_check_lib_save_LIBS
fi
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
if test "x$ac_cv_lib_dl_dlopen" = x
""
yes; then :
cat >>confdefs.h <<_ACEOF
cat >>confdefs.h <<_ACEOF
#define HAVE_LIBDL 1
#define HAVE_LIBDL 1
_ACEOF
_ACEOF
...
@@ -31619,7 +31618,7 @@ fi
...
@@ -31619,7 +31618,7 @@ fi
set dummy ccache; ac_word=$2
set dummy ccache; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
$as_echo_n "checking for $ac_word... " >&6; }
if
${ac_cv_path_CCACHE+:} false
; then :
if
test "${ac_cv_path_CCACHE+set}" = set
; then :
$as_echo_n "(cached) " >&6
$as_echo_n "(cached) " >&6
else
else
case $CCACHE in
case $CCACHE in
...
@@ -31880,21 +31879,10 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
...
@@ -31880,21 +31879,10 @@ $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
:end' >>confcache
:end' >>confcache
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
if test -w "$cache_file"; then
if test -w "$cache_file"; then
if test "x$cache_file" != "x/dev/null"; then
test "x$cache_file" != "x/dev/null" &&
{ $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
$as_echo "$as_me: updating cache $cache_file" >&6;}
$as_echo "$as_me: updating cache $cache_file" >&6;}
if test ! -f "$cache_file" || test -h "$cache_file"; then
cat confcache >$cache_file
cat confcache >"$cache_file"
else
case $cache_file in #(
*/* | ?:*)
mv -f confcache "$cache_file"$$ &&
mv -f "$cache_file"$$ "$cache_file" ;; #(
*)
mv -f confcache "$cache_file" ;;
esac
fi
fi
else
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
...
@@ -31926,7 +31914,7 @@ LTLIBOBJS=$ac_ltlibobjs
...
@@ -31926,7 +31914,7 @@ LTLIBOBJS=$ac_ltlibobjs
:
"${CONFIG_STATUS=./config.status}"
:
${CONFIG_STATUS=./config.status}
ac_write_fail=0
ac_write_fail=0
ac_clean_files_save=$ac_clean_files
ac_clean_files_save=$ac_clean_files
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
ac_clean_files="$ac_clean_files $CONFIG_STATUS"
...
@@ -32027,7 +32015,6 @@ fi
...
@@ -32027,7 +32015,6 @@ fi
IFS=" "" $as_nl"
IFS=" "" $as_nl"
# Find who we are. Look in the path if we contain no directory separator.
# Find who we are. Look in the path if we contain no directory separator.
as_myself=
case $0 in #((
case $0 in #((
*[\\/]* ) as_myself=$0 ;;
*[\\/]* ) as_myself=$0 ;;
*) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
*) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
...
@@ -32335,7 +32322,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
...
@@ -32335,7 +32322,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
# values after options handling.
# values after options handling.
ac_log="
ac_log="
This file was extended by OpenJDK $as_me jdk8, which was
This file was extended by OpenJDK $as_me jdk8, which was
generated by GNU Autoconf 2.6
8
. Invocation command line was
generated by GNU Autoconf 2.6
7
. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
CONFIG_FILES = $CONFIG_FILES
CONFIG_HEADERS = $CONFIG_HEADERS
CONFIG_HEADERS = $CONFIG_HEADERS
...
@@ -32398,7 +32385,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
...
@@ -32398,7 +32385,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ac_cs_version="\\
ac_cs_version="\\
OpenJDK config.status jdk8
OpenJDK config.status jdk8
configured by $0, generated by GNU Autoconf 2.6
8
,
configured by $0, generated by GNU Autoconf 2.6
7
,
with options \\"\$ac_cs_config\\"
with options \\"\$ac_cs_config\\"
Copyright (C) 2010 Free Software Foundation, Inc.
Copyright (C) 2010 Free Software Foundation, Inc.
...
@@ -32527,7 +32514,7 @@ do
...
@@ -32527,7 +32514,7 @@ do
"$OUTPUT_ROOT/spec.sh") CONFIG_FILES="$CONFIG_FILES $OUTPUT_ROOT/spec.sh:$AUTOCONF_DIR/spec.sh.in" ;;
"$OUTPUT_ROOT/spec.sh") CONFIG_FILES="$CONFIG_FILES $OUTPUT_ROOT/spec.sh:$AUTOCONF_DIR/spec.sh.in" ;;
"$OUTPUT_ROOT/Makefile") CONFIG_FILES="$CONFIG_FILES $OUTPUT_ROOT/Makefile:$AUTOCONF_DIR/Makefile.in" ;;
"$OUTPUT_ROOT/Makefile") CONFIG_FILES="$CONFIG_FILES $OUTPUT_ROOT/Makefile:$AUTOCONF_DIR/Makefile.in" ;;
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
*) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5
;;
esac
esac
done
done
...
@@ -32549,10 +32536,9 @@ fi
...
@@ -32549,10 +32536,9 @@ fi
# after its creation but before its name has been assigned to `$tmp'.
# after its creation but before its name has been assigned to `$tmp'.
$debug ||
$debug ||
{
{
tmp=
ac_tmp=
tmp=
trap 'exit_status=$?
trap 'exit_status=$?
: "${ac_tmp:=$tmp}"
{ test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
{ test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
' 0
' 0
trap 'as_fn_exit 1' 1 2 13 15
trap 'as_fn_exit 1' 1 2 13 15
}
}
...
@@ -32560,13 +32546,12 @@ $debug ||
...
@@ -32560,13 +32546,12 @@ $debug ||
{
{
tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
test -d "$tmp"
test -
n "$tmp" && test -
d "$tmp"
} ||
} ||
{
{
tmp=./conf$$-$RANDOM
tmp=./conf$$-$RANDOM
(umask 077 && mkdir "$tmp")
(umask 077 && mkdir "$tmp")
} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
ac_tmp=$tmp
# Set up the scripts for CONFIG_FILES section.
# Set up the scripts for CONFIG_FILES section.
# No need to generate them if there are no CONFIG_FILES.
# No need to generate them if there are no CONFIG_FILES.
...
@@ -32588,7 +32573,7 @@ else
...
@@ -32588,7 +32573,7 @@ else
ac_cs_awk_cr=$ac_cr
ac_cs_awk_cr=$ac_cr
fi
fi
echo 'BEGIN {' >"$
ac_
tmp/subs1.awk" &&
echo 'BEGIN {' >"$tmp/subs1.awk" &&
_ACEOF
_ACEOF
...
@@ -32616,7 +32601,7 @@ done
...
@@ -32616,7 +32601,7 @@ done
rm -f conf$$subs.sh
rm -f conf$$subs.sh
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
cat >>"\$
ac_
tmp/subs1.awk" <<\\_ACAWK &&
cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
_ACEOF
_ACEOF
sed -n '
sed -n '
h
h
...
@@ -32664,7 +32649,7 @@ t delim
...
@@ -32664,7 +32649,7 @@ t delim
rm -f conf$$subs.awk
rm -f conf$$subs.awk
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
_ACAWK
_ACAWK
cat >>"\$
ac_
tmp/subs1.awk" <<_ACAWK &&
cat >>"\$tmp/subs1.awk" <<_ACAWK &&
for (key in S) S_is_set[key] = 1
for (key in S) S_is_set[key] = 1
FS = ""
FS = ""
...
@@ -32696,7 +32681,7 @@ if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
...
@@ -32696,7 +32681,7 @@ if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
else
else
cat
cat
fi < "$
ac_tmp/subs1.awk" > "$ac_
tmp/subs.awk" \
fi < "$
tmp/subs1.awk" > "$
tmp/subs.awk" \
|| as_fn_error $? "could not setup config files machinery" "$LINENO" 5
|| as_fn_error $? "could not setup config files machinery" "$LINENO" 5
_ACEOF
_ACEOF
...
@@ -32730,7 +32715,7 @@ fi # test -n "$CONFIG_FILES"
...
@@ -32730,7 +32715,7 @@ fi # test -n "$CONFIG_FILES"
# No need to generate them if there are no CONFIG_HEADERS.
# No need to generate them if there are no CONFIG_HEADERS.
# This happens for instance with `./config.status Makefile'.
# This happens for instance with `./config.status Makefile'.
if test -n "$CONFIG_HEADERS"; then
if test -n "$CONFIG_HEADERS"; then
cat >"$
ac_
tmp/defines.awk" <<\_ACAWK ||
cat >"$tmp/defines.awk" <<\_ACAWK ||
BEGIN {
BEGIN {
_ACEOF
_ACEOF
...
@@ -32742,8 +32727,8 @@ _ACEOF
...
@@ -32742,8 +32727,8 @@ _ACEOF
# handling of long lines.
# handling of long lines.
ac_delim='%!_!# '
ac_delim='%!_!# '
for ac_last_try in false false :; do
for ac_last_try in false false :; do
ac_t
t
=`sed -n "/$ac_delim/p" confdefs.h`
ac_t=`sed -n "/$ac_delim/p" confdefs.h`
if test -z "$ac_t
t
"; then
if test -z "$ac_t"; then
break
break
elif $ac_last_try; then
elif $ac_last_try; then
as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
...
@@ -32844,7 +32829,7 @@ do
...
@@ -32844,7 +32829,7 @@ do
esac
esac
case $ac_mode$ac_tag in
case $ac_mode$ac_tag in
:[FHL]*:*);;
:[FHL]*:*);;
:L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
:L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5
;;
:[FH]-) ac_tag=-:-;;
:[FH]-) ac_tag=-:-;;
:[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
:[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
esac
esac
...
@@ -32863,7 +32848,7 @@ do
...
@@ -32863,7 +32848,7 @@ do
for ac_f
for ac_f
do
do
case $ac_f in
case $ac_f in
-) ac_f="$
ac_
tmp/stdin";;
-) ac_f="$tmp/stdin";;
*) # Look for the file first in the build tree, then in the source tree
*) # Look for the file first in the build tree, then in the source tree
# (if the path is not absolute). The absolute path cannot be DOS-style,
# (if the path is not absolute). The absolute path cannot be DOS-style,
# because $ac_f cannot contain `:'.
# because $ac_f cannot contain `:'.
...
@@ -32872,7 +32857,7 @@ do
...
@@ -32872,7 +32857,7 @@ do
[\\/$]*) false;;
[\\/$]*) false;;
*) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
*) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
esac ||
esac ||
as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5
;;
esac
esac
case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
as_fn_append ac_file_inputs " '$ac_f'"
as_fn_append ac_file_inputs " '$ac_f'"
...
@@ -32898,8 +32883,8 @@ $as_echo "$as_me: creating $ac_file" >&6;}
...
@@ -32898,8 +32883,8 @@ $as_echo "$as_me: creating $ac_file" >&6;}
esac
esac
case $ac_tag in
case $ac_tag in
*:-:* | *:-) cat >"$
ac_
tmp/stdin" \
*:-:* | *:-) cat >"$tmp/stdin" \
|| as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
;;
esac
esac
;;
;;
esac
esac
...
@@ -33024,22 +33009,21 @@ s&@abs_builddir@&$ac_abs_builddir&;t t
...
@@ -33024,22 +33009,21 @@ s&@abs_builddir@&$ac_abs_builddir&;t t
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
$ac_datarootdir_hack
$ac_datarootdir_hack
"
"
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$
ac_tmp/subs.awk"
\
eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$
tmp/subs.awk" >$tmp/out
\
>$ac_tmp/out
|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
{ ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
{ ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
{ ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
{ ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
"$ac_tmp/out"`; test -z "$ac_out"; } &&
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
which seems to be undefined. Please make sure it is defined" >&5
which seems to be undefined. Please make sure it is defined" >&5
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
which seems to be undefined. Please make sure it is defined" >&2;}
which seems to be undefined. Please make sure it is defined" >&2;}
rm -f "$
ac_
tmp/stdin"
rm -f "$tmp/stdin"
case $ac_file in
case $ac_file in
-) cat "$
ac_tmp/out" && rm -f "$ac_
tmp/out";;
-) cat "$
tmp/out" && rm -f "$
tmp/out";;
*) rm -f "$ac_file" && mv "$
ac_
tmp/out" "$ac_file";;
*) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
esac \
esac \
|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
;;
;;
...
@@ -33050,20 +33034,20 @@ which seems to be undefined. Please make sure it is defined" >&2;}
...
@@ -33050,20 +33034,20 @@ which seems to be undefined. Please make sure it is defined" >&2;}
if test x"$ac_file" != x-; then
if test x"$ac_file" != x-; then
{
{
$as_echo "/* $configure_input */" \
$as_echo "/* $configure_input */" \
&& eval '$AWK -f "$
ac_
tmp/defines.awk"' "$ac_file_inputs"
&& eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
} >"$
ac_
tmp/config.h" \
} >"$tmp/config.h" \
|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
if diff "$ac_file" "$
ac_
tmp/config.h" >/dev/null 2>&1; then
if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
{ $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
$as_echo "$as_me: $ac_file is unchanged" >&6;}
$as_echo "$as_me: $ac_file is unchanged" >&6;}
else
else
rm -f "$ac_file"
rm -f "$ac_file"
mv "$
ac_
tmp/config.h" "$ac_file" \
mv "$tmp/config.h" "$ac_file" \
|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
|| as_fn_error $? "could not create $ac_file" "$LINENO" 5
fi
fi
else
else
$as_echo "/* $configure_input */" \
$as_echo "/* $configure_input */" \
&& eval '$AWK -f "$
ac_
tmp/defines.awk"' "$ac_file_inputs" \
&& eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
|| as_fn_error $? "could not create -" "$LINENO" 5
|| as_fn_error $? "could not create -" "$LINENO" 5
fi
fi
;;
;;
common/autoconf/spec.gmk.in
浏览文件 @
adc307d5
...
@@ -283,7 +283,7 @@ X_LIBS:=@X_LIBS@
...
@@ -283,7 +283,7 @@ X_LIBS:=@X_LIBS@
OPENWIN_HOME:=@OPENWIN_HOME@
OPENWIN_HOME:=@OPENWIN_HOME@
# The lowest required version of macosx to enforce compatiblity for
# The lowest required version of macosx to enforce compatiblity for
MACOSX_
REQUIRED_VERSION=@MACOSX_REQUIRED_VERSIO
N@
MACOSX_
VERSION_MIN=@MACOSX_VERSION_MI
N@
# There are two types: CC or CL
# There are two types: CC or CL
# CC is gcc and others behaving reasonably similar.
# CC is gcc and others behaving reasonably similar.
...
...
common/autoconf/toolchain.m4
浏览文件 @
adc307d5
...
@@ -876,10 +876,17 @@ if test "x$OPENJDK_TARGET_OS" = xsolaris; then
...
@@ -876,10 +876,17 @@ if test "x$OPENJDK_TARGET_OS" = xsolaris; then
fi
fi
if test "x$OPENJDK_TARGET_OS" = xmacosx; then
if test "x$OPENJDK_TARGET_OS" = xmacosx; then
CCXXFLAGS_JDK="$CCXXFLAGS_JDK -DMACOSX -D_ALLBSD_SOURCE"
CCXXFLAGS_JDK="$CCXXFLAGS_JDK -DMACOSX -D_ALLBSD_SOURCE"
# Adding these macros will make it an error to link to mac APIs newer than OS version 10.7
# Setting these parameters makes it an error to link to macosx APIs that are
MACOSX_REQUIRED_VERSION=1070
# newer than the given OS version and makes the linked binaries compatible even
AC_SUBST(MACOSX_REQUIRED_VERSION)
# if built on a newer version of the OS.
CCXXFLAGS_JDK="$CCXXFLAGS_JDK -DMAC_OS_X_VERSION_MAX_ALLOWED=\$(MACOSX_REQUIRED_VERSION) -DMAC_OS_X_VERSION_MIN_REQUIRED=\$(MACOSX_REQUIRED_VERSION)"
# The expected format is X.Y.Z
MACOSX_VERSION_MIN=10.7.0
AC_SUBST(MACOSX_VERSION_MIN)
# The macro takes the version with no dots, ex: 1070
# Let the flags variables get resolved in make for easier override on make
# command line.
CCXXFLAGS_JDK="$CCXXFLAGS_JDK -DMAC_OS_X_VERSION_MAX_ALLOWED=\$(subst .,,\$(MACOSX_VERSION_MIN)) -mmacosx-version-min=\$(MACOSX_VERSION_MIN)"
LDFLAGS_JDK="$LDFLAGS_JDK -mmacosx-version-min=\$(MACOSX_VERSION_MIN)"
fi
fi
if test "x$OPENJDK_TARGET_OS" = xbsd; then
if test "x$OPENJDK_TARGET_OS" = xbsd; then
CCXXFLAGS_JDK="$CCXXFLAGS_JDK -DBSD -D_ALLBSD_SOURCE"
CCXXFLAGS_JDK="$CCXXFLAGS_JDK -DBSD -D_ALLBSD_SOURCE"
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录