Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
c677cd7f
Commit
c677cd7f
authored
Mar 23, 2002
by
Tom Tromey
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reverted erroneous checkin
From-SVN: r51235
parent
f5c5a4e9
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
345 additions
and
382 deletions
+345
-382
libjava/Makefile.in
+18
-34
libjava/configure
+311
-322
libjava/configure.host
+1
-8
libjava/gcj/Makefile.in
+5
-6
libjava/include/Makefile.in
+5
-6
libjava/testsuite/Makefile.in
+5
-6
No files found.
libjava/Makefile.in
View file @
c677cd7f
...
@@ -79,7 +79,6 @@ GCDEPS = @GCDEPS@
...
@@ -79,7 +79,6 @@ GCDEPS = @GCDEPS@
GCINCS
=
@GCINCS@
GCINCS
=
@GCINCS@
GCJ
=
@GCJ@
GCJ
=
@GCJ@
GCJFLAGS
=
@GCJFLAGS@
GCJFLAGS
=
@GCJFLAGS@
GCJVERSION
=
@GCJVERSION@
GCLIBS
=
@GCLIBS@
GCLIBS
=
@GCLIBS@
GCOBJS
=
@GCOBJS@
GCOBJS
=
@GCOBJS@
GCSPEC
=
@GCSPEC@
GCSPEC
=
@GCSPEC@
...
@@ -126,19 +125,13 @@ mkinstalldirs = @mkinstalldirs@
...
@@ -126,19 +125,13 @@ mkinstalldirs = @mkinstalldirs@
tool_include_dir
=
@tool_include_dir@
tool_include_dir
=
@tool_include_dir@
AUTOMAKE_OPTIONS
=
foreign
AUTOMAKE_OPTIONS
=
foreign
@TESTSUBDIR_TRUE@
SUBDIRS
=
\
@TESTSUBDIR_TRUE@
SUBDIRS
=
@TESTSUBDIR_TRUE@
$(DIRLTDL)
testsuite gcj include
@TESTSUBDIR_TRUE@
$(DIRLTDL)
testsuite gcj include
@TESTSUBDIR_FALSE@
SUBDIRS
=
@TESTSUBDIR_FALSE@
$(DIRLTDL)
gcj include
@TESTSUBDIR_FALSE@
SUBDIRS
=
\
@USE_LIBDIR_TRUE@
toolexeclibdir
=
@USE_LIBDIR_TRUE@
$(libdir)$(MULTISUBDIR)
@TESTSUBDIR_FALSE@
$(DIRLTDL)
gcj include
@USE_LIBDIR_FALSE@
toolexeclibdir
=
@USE_LIBDIR_FALSE@
$(toolexecdir)
/lib
$(MULTISUBDIR)
@USE_LIBDIR_TRUE@
toolexeclibdir
=
\
@USE_LIBDIR_FALSE@
toolexecdir
=
@USE_LIBDIR_FALSE@
$(exec_prefix)
/
$(target_alias)
@USE_LIBDIR_TRUE@
$(libdir)$(MULTISUBDIR)
@XLIB_AWT_TRUE@
cond_x_ltlibrary
=
@XLIB_AWT_TRUE@libgcjx.la
@USE_LIBDIR_FALSE@
toolexeclibdir
=
\
@XLIB_AWT_FALSE@
cond_x_ltlibrary
=
@USE_LIBDIR_FALSE@
$(toolexecdir)
/lib
$(MULTISUBDIR)
@USE_LIBDIR_FALSE@
toolexecdir
=
\
@USE_LIBDIR_FALSE@
$(exec_prefix)
/
$(target_alias)
@XLIB_AWT_TRUE@
cond_x_ltlibrary
=
\
@XLIB_AWT_TRUE@libgcjx.la
@XLIB_AWT_FALSE@
cond_x_ltlibrary
=
\
toolexeclib_LTLIBRARIES
=
libgcj.la
$(cond_x_ltlibrary)
toolexeclib_LTLIBRARIES
=
libgcj.la
$(cond_x_ltlibrary)
toolexeclib_DATA
=
libgcj.spec
toolexeclib_DATA
=
libgcj.spec
...
@@ -146,20 +139,14 @@ data_DATA = libgcj.jar
...
@@ -146,20 +139,14 @@ data_DATA = libgcj.jar
secdir
=
$(libdir)
/security
secdir
=
$(libdir)
/security
@NATIVE_TRUE@
bin_PROGRAMS
=
\
@NATIVE_TRUE@
bin_PROGRAMS
=
@NATIVE_TRUE@jv-convert gij rmic rmiregistry
@NATIVE_TRUE@jv-convert gij rmic rmiregistry
bin_SCRIPTS
=
addr2name.awk
bin_SCRIPTS
=
addr2name.awk
@CANADIAN_TRUE@@NULL_TARGET_TRUE@
ZIP
=
\
@CANADIAN_TRUE@@NULL_TARGET_TRUE@
ZIP
=
@CANADIAN_TRUE@@NULL_TARGET_TRUE@
$(MULTIBUILDTOP)
../
$(COMPPATH)
/fastjar/jar
$(EXEEXT)
@CANADIAN_TRUE@@NULL_TARGET_TRUE@
$(MULTIBUILDTOP)
../
$(COMPPATH)
/fastjar/jar
$(EXEEXT)
@CANADIAN_TRUE@@NULL_TARGET_FALSE@
ZIP
=
@CANADIAN_TRUE@@NULL_TARGET_FALSE@jar
@CANADIAN_TRUE@@NULL_TARGET_FALSE@
ZIP
=
\
@CANADIAN_FALSE@
ZIP
=
@CANADIAN_FALSE@
$(MULTIBUILDTOP)
../
$(COMPPATH)
/fastjar/jar
$(EXEEXT)
@CANADIAN_TRUE@@NULL_TARGET_FALSE@jar
@CANADIAN_TRUE@
GCJH
=
@CANADIAN_TRUE@gcjh
@CANADIAN_FALSE@
ZIP
=
\
@CANADIAN_FALSE@
GCJH
=
@CANADIAN_FALSE@
$(MULTIBUILDTOP)
../
$(COMPPATH)
/gcc/gcjh
$(EXEEXT)
@CANADIAN_FALSE@
$(MULTIBUILDTOP)
../
$(COMPPATH)
/fastjar/jar
$(EXEEXT)
@CANADIAN_TRUE@
GCJH
=
\
@CANADIAN_TRUE@gcjh
@CANADIAN_FALSE@
GCJH
=
\
@CANADIAN_FALSE@
$(MULTIBUILDTOP)
../
$(COMPPATH)
/gcc/gcjh
$(EXEEXT)
GCJ_WITH_FLAGS
=
$(GCJ)
--encoding
=
UTF-8
GCJ_WITH_FLAGS
=
$(GCJ)
--encoding
=
UTF-8
...
@@ -179,10 +166,8 @@ AM_CXXFLAGS = -fno-rtti -fnon-call-exceptions \
...
@@ -179,10 +166,8 @@ AM_CXXFLAGS = -fno-rtti -fnon-call-exceptions \
@LIBGCJ_CXXFLAGS@ @X_CFLAGS@
$(WARNINGS)
-D_GNU_SOURCE
\
@LIBGCJ_CXXFLAGS@ @X_CFLAGS@
$(WARNINGS)
-D_GNU_SOURCE
\
-DPREFIX
=
"
\"
$(prefix)
\"
"
-DPREFIX
=
"
\"
$(prefix)
\"
"
@USING_GCC_TRUE@
AM_CFLAGS
=
\
@USING_GCC_TRUE@
AM_CFLAGS
=
@USING_GCC_TRUE@@LIBGCJ_CFLAGS@
$(WARNINGS)
@USING_GCC_TRUE@@LIBGCJ_CFLAGS@
$(WARNINGS)
@USING_GCC_FALSE@
AM_CFLAGS
=
@USING_GCC_FALSE@@LIBGCJ_CFLAGS@
@USING_GCC_FALSE@
AM_CFLAGS
=
\
@USING_GCC_FALSE@@LIBGCJ_CFLAGS@
JCFLAGS
=
-g
JCFLAGS
=
-g
JC1FLAGS
=
@LIBGCJ_JAVAFLAGS@
$(GCJFLAGS)
JC1FLAGS
=
@LIBGCJ_JAVAFLAGS@
$(GCJFLAGS)
...
@@ -257,8 +242,7 @@ extra_headers = java/lang/Object.h java/lang/Class.h
...
@@ -257,8 +242,7 @@ extra_headers = java/lang/Object.h java/lang/Class.h
NM
=
nm
NM
=
nm
@NATIVE_TRUE@@MAINTAINER_MODE_TRUE@
noinst_PROGRAMS
=
\
@NATIVE_TRUE@@MAINTAINER_MODE_TRUE@
noinst_PROGRAMS
=
@NATIVE_TRUE@@MAINTAINER_MODE_TRUE@gen-from-JIS
@NATIVE_TRUE@@MAINTAINER_MODE_TRUE@gen-from-JIS
CONVERT_DIR
=
gnu/gcj/convert
CONVERT_DIR
=
gnu/gcj/convert
...
@@ -1740,7 +1724,7 @@ libgcj-test.spec.in libgcj.spec.in
...
@@ -1740,7 +1724,7 @@ libgcj-test.spec.in libgcj.spec.in
DISTFILES
=
$(DIST_COMMON)
$(SOURCES)
$(HEADERS)
$(TEXINFOS)
$(EXTRA_DIST)
DISTFILES
=
$(DIST_COMMON)
$(SOURCES)
$(HEADERS)
$(TEXINFOS)
$(EXTRA_DIST)
TAR
=
tar
TAR
=
g
tar
GZIP_ENV
=
--best
GZIP_ENV
=
--best
DIST_SUBDIRS
=
@DIRLTDL@ testsuite gcj include @DIRLTDL@ gcj include
DIST_SUBDIRS
=
@DIRLTDL@ testsuite gcj include @DIRLTDL@ gcj include
DEP_FILES
=
.deps/
$(srcdir)
/
$(CONVERT_DIR)
/gen-from-JIS.P
\
DEP_FILES
=
.deps/
$(srcdir)
/
$(CONVERT_DIR)
/gen-from-JIS.P
\
...
@@ -3041,7 +3025,7 @@ distdir: $(DISTFILES)
...
@@ -3041,7 +3025,7 @@ distdir: $(DISTFILES)
@
for
file
in
$(DISTFILES)
;
do
\
@
for
file
in
$(DISTFILES)
;
do
\
d
=
$(srcdir)
;
\
d
=
$(srcdir)
;
\
if
test
-d
$$
d/
$$
file
;
then
\
if
test
-d
$$
d/
$$
file
;
then
\
cp
-pr
$$
/
$$
file
$(distdir)
/
$$
file
;
\
cp
-pr
$$
d
/
$$
file
$(distdir)
/
$$
file
;
\
else
\
else
\
test
-f
$(distdir)
/
$$
file
\
test
-f
$(distdir)
/
$$
file
\
||
ln
$$
d/
$$
file
$(distdir)
/
$$
file 2> /dev/null
\
||
ln
$$
d/
$$
file
$(distdir)
/
$$
file 2> /dev/null
\
...
...
libjava/configure
View file @
c677cd7f
...
@@ -80,7 +80,6 @@ program_suffix=NONE
...
@@ -80,7 +80,6 @@ program_suffix=NONE
program_transform_name
=
s,x,x,
program_transform_name
=
s,x,x,
silent
=
silent
=
site
=
site
=
sitefile
=
srcdir
=
srcdir
=
target
=
NONE
target
=
NONE
verbose
=
verbose
=
...
@@ -195,7 +194,6 @@ Configuration:
...
@@ -195,7 +194,6 @@ Configuration:
--help print this message
--help print this message
--no-create do not create output files
--no-create do not create output files
--quiet, --silent do not print \`checking...' messages
--quiet, --silent do not print \`checking...' messages
--site-file=FILE use FILE as the site file
--version print the version of autoconf that created configure
--version print the version of autoconf that created configure
Directory and file names:
Directory and file names:
--prefix=PREFIX install architecture-independent files in PREFIX
--prefix=PREFIX install architecture-independent files in PREFIX
...
@@ -366,11 +364,6 @@ EOF
...
@@ -366,11 +364,6 @@ EOF
-site
=
*
|
--site
=
*
|
--sit
=
*
)
-site
=
*
|
--site
=
*
|
--sit
=
*
)
site
=
"
$ac_optarg
"
;;
site
=
"
$ac_optarg
"
;;
-site-file
|
--site-file
|
--site-fil
|
--site-fi
|
--site-f
)
ac_prev
=
sitefile
;;
-site-file
=
*
|
--site-file
=
*
|
--site-fil
=
*
|
--site-fi
=
*
|
--site-f
=
*
)
sitefile
=
"
$ac_optarg
"
;;
-srcdir
|
--srcdir
|
--srcdi
|
--srcd
|
--src
|
--sr
)
-srcdir
|
--srcdir
|
--srcdi
|
--srcd
|
--src
|
--sr
)
ac_prev
=
srcdir
;;
ac_prev
=
srcdir
;;
-srcdir
=
*
|
--srcdir
=
*
|
--srcdi
=
*
|
--srcd
=
*
|
--src
=
*
|
--sr
=
*
)
-srcdir
=
*
|
--srcdir
=
*
|
--srcdi
=
*
|
--srcd
=
*
|
--src
=
*
|
--sr
=
*
)
...
@@ -536,16 +529,12 @@ fi
...
@@ -536,16 +529,12 @@ fi
srcdir
=
`
echo
"
${
srcdir
}
"
| sed
's%\([^/]\)/*$%\1%'
`
srcdir
=
`
echo
"
${
srcdir
}
"
| sed
's%\([^/]\)/*$%\1%'
`
# Prefer explicitly selected file to automatically selected ones.
# Prefer explicitly selected file to automatically selected ones.
if
test
-z
"
$sitefile
"
;
then
if
test
-z
"
$CONFIG_SITE
"
;
then
if
test
-z
"
$CONFIG_SITE
"
;
then
if
test
"x
$prefix
"
!=
xNONE
;
then
if
test
"x
$prefix
"
!=
xNONE
;
then
CONFIG_SITE
=
"
$prefix
/share/config.site
$prefix
/etc/config.site"
CONFIG_SITE
=
"
$prefix
/share/config.site
$prefix
/etc/config.site"
else
else
CONFIG_SITE
=
"
$ac_default_prefix
/share/config.site
$ac_default_prefix
/etc/config.site"
CONFIG_SITE
=
"
$ac_default_prefix
/share/config.site
$ac_default_prefix
/etc/config.site"
fi
fi
fi
else
CONFIG_SITE
=
"
$sitefile
"
fi
fi
for
ac_site_file
in
$CONFIG_SITE
;
do
for
ac_site_file
in
$CONFIG_SITE
;
do
if
test
-r
"
$ac_site_file
"
;
then
if
test
-r
"
$ac_site_file
"
;
then
...
@@ -586,7 +575,7 @@ fi
...
@@ -586,7 +575,7 @@ fi
echo
$ac_n
"checking whether ln -s works""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether ln -s works""...
$ac_c
"
1>&6
echo
"configure:5
90
: checking whether ln -s works"
>
&5
echo
"configure:5
79
: checking whether ln -s works"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_LN_S
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_LN_S
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -632,7 +621,7 @@ fi
...
@@ -632,7 +621,7 @@ fi
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# ./install, which can be erroneously created by make from ./install.sh.
# ./install, which can be erroneously created by make from ./install.sh.
echo
$ac_n
"checking for a BSD compatible install""...
$ac_c
"
1>&6
echo
$ac_n
"checking for a BSD compatible install""...
$ac_c
"
1>&6
echo
"configure:6
36
: checking for a BSD compatible install"
>
&5
echo
"configure:6
25
: checking for a BSD compatible install"
>
&5
if
test
-z
"
$INSTALL
"
;
then
if
test
-z
"
$INSTALL
"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_install
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_install
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
@@ -685,7 +674,7 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
...
@@ -685,7 +674,7 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}'
test
-z
"
$INSTALL_DATA
"
&&
INSTALL_DATA
=
'${INSTALL} -m 644'
test
-z
"
$INSTALL_DATA
"
&&
INSTALL_DATA
=
'${INSTALL} -m 644'
echo
$ac_n
"checking whether build environment is sane""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether build environment is sane""...
$ac_c
"
1>&6
echo
"configure:6
89
: checking whether build environment is sane"
>
&5
echo
"configure:6
78
: checking whether build environment is sane"
>
&5
# Just in case
# Just in case
sleep 1
sleep 1
echo
timestamp
>
conftestfile
echo
timestamp
>
conftestfile
...
@@ -742,7 +731,7 @@ test "$program_suffix" != NONE &&
...
@@ -742,7 +731,7 @@ test "$program_suffix" != NONE &&
test
"
$program_transform_name
"
=
""
&&
program_transform_name
=
"s,x,x,"
test
"
$program_transform_name
"
=
""
&&
program_transform_name
=
"s,x,x,"
echo
$ac_n
"checking whether
${
MAKE
-make
}
sets
\$
{MAKE}""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether
${
MAKE
-make
}
sets
\$
{MAKE}""...
$ac_c
"
1>&6
echo
"configure:7
46
: checking whether
${
MAKE
-make
}
sets
\$
{MAKE}"
>
&5
echo
"configure:7
35
: checking whether
${
MAKE
-make
}
sets
\$
{MAKE}"
>
&5
set
dummy
${
MAKE
-make
}
;
ac_make
=
`
echo
"
$2
"
| sed
'y%./+-%__p_%'
`
set
dummy
${
MAKE
-make
}
;
ac_make
=
`
echo
"
$2
"
| sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_make_
${
ac_make
}
_set
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_make_
${
ac_make
}
_set
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
@@ -775,12 +764,12 @@ else
...
@@ -775,12 +764,12 @@ else
fi
fi
echo
$ac_n
"checking for Cygwin environment""...
$ac_c
"
1>&6
echo
$ac_n
"checking for Cygwin environment""...
$ac_c
"
1>&6
echo
"configure:7
79
: checking for Cygwin environment"
>
&5
echo
"configure:7
68
: checking for Cygwin environment"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_cygwin
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_cygwin
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 7
84
"configure"
#line 7
73
"configure"
#include "confdefs.h"
#include "confdefs.h"
int main() {
int main() {
...
@@ -791,7 +780,7 @@ int main() {
...
@@ -791,7 +780,7 @@ int main() {
return __CYGWIN__;
return __CYGWIN__;
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:7
95
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:7
84
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
ac_cv_cygwin
=
yes
ac_cv_cygwin
=
yes
else
else
...
@@ -808,19 +797,19 @@ echo "$ac_t""$ac_cv_cygwin" 1>&6
...
@@ -808,19 +797,19 @@ echo "$ac_t""$ac_cv_cygwin" 1>&6
CYGWIN
=
CYGWIN
=
test
"
$ac_cv_cygwin
"
=
yes
&&
CYGWIN
=
yes
test
"
$ac_cv_cygwin
"
=
yes
&&
CYGWIN
=
yes
echo
$ac_n
"checking for mingw32 environment""...
$ac_c
"
1>&6
echo
$ac_n
"checking for mingw32 environment""...
$ac_c
"
1>&6
echo
"configure:8
12
: checking for mingw32 environment"
>
&5
echo
"configure:8
01
: checking for mingw32 environment"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_mingw32
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_mingw32
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 8
17
"configure"
#line 8
06
"configure"
#include "confdefs.h"
#include "confdefs.h"
int main() {
int main() {
return __MINGW32__;
return __MINGW32__;
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:8
24
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:8
13
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
ac_cv_mingw32
=
yes
ac_cv_mingw32
=
yes
else
else
...
@@ -947,7 +936,7 @@ else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
...
@@ -947,7 +936,7 @@ else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
fi
fi
echo
$ac_n
"checking host system type""...
$ac_c
"
1>&6
echo
$ac_n
"checking host system type""...
$ac_c
"
1>&6
echo
"configure:9
51
: checking host system type"
>
&5
echo
"configure:9
40
: checking host system type"
>
&5
host_alias
=
$host
host_alias
=
$host
case
"
$host_alias
"
in
case
"
$host_alias
"
in
...
@@ -968,7 +957,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
...
@@ -968,7 +957,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
echo
"
$ac_t
""
$host
"
1>&6
echo
"
$ac_t
""
$host
"
1>&6
echo
$ac_n
"checking target system type""...
$ac_c
"
1>&6
echo
$ac_n
"checking target system type""...
$ac_c
"
1>&6
echo
"configure:9
72
: checking target system type"
>
&5
echo
"configure:9
61
: checking target system type"
>
&5
target_alias
=
$target
target_alias
=
$target
case
"
$target_alias
"
in
case
"
$target_alias
"
in
...
@@ -986,7 +975,7 @@ target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
...
@@ -986,7 +975,7 @@ target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
echo
"
$ac_t
""
$target
"
1>&6
echo
"
$ac_t
""
$target
"
1>&6
echo
$ac_n
"checking build system type""...
$ac_c
"
1>&6
echo
$ac_n
"checking build system type""...
$ac_c
"
1>&6
echo
"configure:9
90
: checking build system type"
>
&5
echo
"configure:9
79
: checking build system type"
>
&5
build_alias
=
$build
build_alias
=
$build
case
"
$build_alias
"
in
case
"
$build_alias
"
in
...
@@ -1015,7 +1004,7 @@ test "$host_alias" != "$target_alias" &&
...
@@ -1015,7 +1004,7 @@ test "$host_alias" != "$target_alias" &&
# Extract the first word of "gcc", so it can be a program name with args.
# Extract the first word of "gcc", so it can be a program name with args.
set
dummy gcc
;
ac_word
=
$2
set
dummy gcc
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:10
19
: checking for
$ac_word
"
>
&5
echo
"configure:10
08
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_CC
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_CC
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -1045,7 +1034,7 @@ if test -z "$CC"; then
...
@@ -1045,7 +1034,7 @@ if test -z "$CC"; then
# Extract the first word of "cc", so it can be a program name with args.
# Extract the first word of "cc", so it can be a program name with args.
set
dummy cc
;
ac_word
=
$2
set
dummy cc
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:10
49
: checking for
$ac_word
"
>
&5
echo
"configure:10
38
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_CC
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_CC
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -1096,7 +1085,7 @@ fi
...
@@ -1096,7 +1085,7 @@ fi
# Extract the first word of "cl", so it can be a program name with args.
# Extract the first word of "cl", so it can be a program name with args.
set
dummy cl
;
ac_word
=
$2
set
dummy cl
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:1
100
: checking for
$ac_word
"
>
&5
echo
"configure:1
089
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_CC
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_CC
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -1129,7 +1118,7 @@ fi
...
@@ -1129,7 +1118,7 @@ fi
echo
$ac_n
"checking whether we are using GNU C""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether we are using GNU C""...
$ac_c
"
1>&6
echo
"configure:11
33
: checking whether we are using GNU C"
>
&5
echo
"configure:11
22
: checking whether we are using GNU C"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_gcc
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_gcc
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -1138,7 +1127,7 @@ else
...
@@ -1138,7 +1127,7 @@ else
yes;
yes;
#endif
#endif
EOF
EOF
if
{
ac_try
=
'${CC-cc} -E conftest.c'
;
{
(
eval echo
configure:11
42
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
;
}
| egrep yes
>
/dev/null 2>&1
;
then
if
{
ac_try
=
'${CC-cc} -E conftest.c'
;
{
(
eval echo
configure:11
31
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
;
}
| egrep yes
>
/dev/null 2>&1
;
then
ac_cv_prog_gcc
=
yes
ac_cv_prog_gcc
=
yes
else
else
ac_cv_prog_gcc
=
no
ac_cv_prog_gcc
=
no
...
@@ -1157,7 +1146,7 @@ ac_test_CFLAGS="${CFLAGS+set}"
...
@@ -1157,7 +1146,7 @@ ac_test_CFLAGS="${CFLAGS+set}"
ac_save_CFLAGS
=
"
$CFLAGS
"
ac_save_CFLAGS
=
"
$CFLAGS
"
CFLAGS
=
CFLAGS
=
echo
$ac_n
"checking whether
${
CC
-cc
}
accepts -g""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether
${
CC
-cc
}
accepts -g""...
$ac_c
"
1>&6
echo
"configure:11
61
: checking whether
${
CC
-cc
}
accepts -g"
>
&5
echo
"configure:11
50
: checking whether
${
CC
-cc
}
accepts -g"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_cc_g
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_cc_g
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -1206,7 +1195,7 @@ do
...
@@ -1206,7 +1195,7 @@ do
# Extract the first word of "$ac_prog", so it can be a program name with args.
# Extract the first word of "$ac_prog", so it can be a program name with args.
set
dummy
$ac_prog
;
ac_word
=
$2
set
dummy
$ac_prog
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:1
210
: checking for
$ac_word
"
>
&5
echo
"configure:1
199
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_glibjava_CXX
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_glibjava_CXX
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -1241,7 +1230,7 @@ CXX=$glibjava_CXX
...
@@ -1241,7 +1230,7 @@ CXX=$glibjava_CXX
test
-z
"
$glibjava_CXX
"
&&
{
echo
"configure: error: no acceptable c++ found in
\$
PATH"
1>&2
;
exit
1
;
}
test
-z
"
$glibjava_CXX
"
&&
{
echo
"configure: error: no acceptable c++ found in
\$
PATH"
1>&2
;
exit
1
;
}
echo
$ac_n
"checking whether we are using GNU C++""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether we are using GNU C++""...
$ac_c
"
1>&6
echo
"configure:12
45
: checking whether we are using GNU C++"
>
&5
echo
"configure:12
34
: checking whether we are using GNU C++"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_gxx
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_gxx
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -1250,7 +1239,7 @@ else
...
@@ -1250,7 +1239,7 @@ else
yes;
yes;
#endif
#endif
EOF
EOF
if
{
ac_try
=
'${CXX-g++} -E conftest.C'
;
{
(
eval echo
configure:12
54
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
;
}
| egrep yes
>
/dev/null 2>&1
;
then
if
{
ac_try
=
'${CXX-g++} -E conftest.C'
;
{
(
eval echo
configure:12
43
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
;
}
| egrep yes
>
/dev/null 2>&1
;
then
ac_cv_prog_gxx
=
yes
ac_cv_prog_gxx
=
yes
else
else
ac_cv_prog_gxx
=
no
ac_cv_prog_gxx
=
no
...
@@ -1265,7 +1254,7 @@ if test $ac_cv_prog_gxx = yes; then
...
@@ -1265,7 +1254,7 @@ if test $ac_cv_prog_gxx = yes; then
ac_save_CXXFLAGS
=
"
$CXXFLAGS
"
ac_save_CXXFLAGS
=
"
$CXXFLAGS
"
CXXFLAGS
=
CXXFLAGS
=
echo
$ac_n
"checking whether
${
CXX
-g++
}
accepts -g""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether
${
CXX
-g++
}
accepts -g""...
$ac_c
"
1>&6
echo
"configure:12
69
: checking whether
${
CXX
-g++
}
accepts -g"
>
&5
echo
"configure:12
58
: checking whether
${
CXX
-g++
}
accepts -g"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_cxx_g
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_cxx_g
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -1314,7 +1303,7 @@ EOF
...
@@ -1314,7 +1303,7 @@ EOF
missing_dir
=
`
cd
$ac_aux_dir
&&
pwd
`
missing_dir
=
`
cd
$ac_aux_dir
&&
pwd
`
echo
$ac_n
"checking for working aclocal""...
$ac_c
"
1>&6
echo
$ac_n
"checking for working aclocal""...
$ac_c
"
1>&6
echo
"configure:13
18
: checking for working aclocal"
>
&5
echo
"configure:13
07
: checking for working aclocal"
>
&5
# Run test in a subshell; some versions of sh will print an error if
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
# Redirect stdin to placate older versions of autoconf. Sigh.
...
@@ -1327,7 +1316,7 @@ else
...
@@ -1327,7 +1316,7 @@ else
fi
fi
echo
$ac_n
"checking for working autoconf""...
$ac_c
"
1>&6
echo
$ac_n
"checking for working autoconf""...
$ac_c
"
1>&6
echo
"configure:13
31
: checking for working autoconf"
>
&5
echo
"configure:13
20
: checking for working autoconf"
>
&5
# Run test in a subshell; some versions of sh will print an error if
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
# Redirect stdin to placate older versions of autoconf. Sigh.
...
@@ -1340,7 +1329,7 @@ else
...
@@ -1340,7 +1329,7 @@ else
fi
fi
echo
$ac_n
"checking for working automake""...
$ac_c
"
1>&6
echo
$ac_n
"checking for working automake""...
$ac_c
"
1>&6
echo
"configure:13
44
: checking for working automake"
>
&5
echo
"configure:13
33
: checking for working automake"
>
&5
# Run test in a subshell; some versions of sh will print an error if
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
# Redirect stdin to placate older versions of autoconf. Sigh.
...
@@ -1353,7 +1342,7 @@ else
...
@@ -1353,7 +1342,7 @@ else
fi
fi
echo
$ac_n
"checking for working autoheader""...
$ac_c
"
1>&6
echo
$ac_n
"checking for working autoheader""...
$ac_c
"
1>&6
echo
"configure:13
57
: checking for working autoheader"
>
&5
echo
"configure:13
46
: checking for working autoheader"
>
&5
# Run test in a subshell; some versions of sh will print an error if
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
# Redirect stdin to placate older versions of autoconf. Sigh.
...
@@ -1366,7 +1355,7 @@ else
...
@@ -1366,7 +1355,7 @@ else
fi
fi
echo
$ac_n
"checking for working makeinfo""...
$ac_c
"
1>&6
echo
$ac_n
"checking for working makeinfo""...
$ac_c
"
1>&6
echo
"configure:13
70
: checking for working makeinfo"
>
&5
echo
"configure:13
59
: checking for working makeinfo"
>
&5
# Run test in a subshell; some versions of sh will print an error if
# Run test in a subshell; some versions of sh will print an error if
# an executable is not found, even if stderr is redirected.
# an executable is not found, even if stderr is redirected.
# Redirect stdin to placate older versions of autoconf. Sigh.
# Redirect stdin to placate older versions of autoconf. Sigh.
...
@@ -1385,7 +1374,7 @@ fi
...
@@ -1385,7 +1374,7 @@ fi
# LIBGCJ_CONFIGURE, which doesn't work because that means that it will
# LIBGCJ_CONFIGURE, which doesn't work because that means that it will
# be run before AC_CANONICAL_HOST.
# be run before AC_CANONICAL_HOST.
echo
$ac_n
"checking build system type""...
$ac_c
"
1>&6
echo
$ac_n
"checking build system type""...
$ac_c
"
1>&6
echo
"configure:13
89
: checking build system type"
>
&5
echo
"configure:13
78
: checking build system type"
>
&5
build_alias
=
$build
build_alias
=
$build
case
"
$build_alias
"
in
case
"
$build_alias
"
in
...
@@ -1406,7 +1395,7 @@ echo "$ac_t""$build" 1>&6
...
@@ -1406,7 +1395,7 @@ echo "$ac_t""$build" 1>&6
# Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
# Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
set
dummy
${
ac_tool_prefix
}
as
;
ac_word
=
$2
set
dummy
${
ac_tool_prefix
}
as
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:1
410
: checking for
$ac_word
"
>
&5
echo
"configure:1
399
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_AS
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_AS
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -1438,7 +1427,7 @@ fi
...
@@ -1438,7 +1427,7 @@ fi
# Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
# Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
set
dummy
${
ac_tool_prefix
}
ar
;
ac_word
=
$2
set
dummy
${
ac_tool_prefix
}
ar
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:14
42
: checking for
$ac_word
"
>
&5
echo
"configure:14
31
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_AR
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_AR
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -1470,7 +1459,7 @@ fi
...
@@ -1470,7 +1459,7 @@ fi
# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
set
dummy
${
ac_tool_prefix
}
ranlib
;
ac_word
=
$2
set
dummy
${
ac_tool_prefix
}
ranlib
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:14
74
: checking for
$ac_word
"
>
&5
echo
"configure:14
63
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_RANLIB
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_RANLIB
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -1502,7 +1491,7 @@ if test -n "$ac_tool_prefix"; then
...
@@ -1502,7 +1491,7 @@ if test -n "$ac_tool_prefix"; then
# Extract the first word of "ranlib", so it can be a program name with args.
# Extract the first word of "ranlib", so it can be a program name with args.
set
dummy ranlib
;
ac_word
=
$2
set
dummy ranlib
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:1
506
: checking for
$ac_word
"
>
&5
echo
"configure:1
495
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_RANLIB
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_RANLIB
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -1547,7 +1536,7 @@ fi
...
@@ -1547,7 +1536,7 @@ fi
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
# ./install, which can be erroneously created by make from ./install.sh.
# ./install, which can be erroneously created by make from ./install.sh.
echo
$ac_n
"checking for a BSD compatible install""...
$ac_c
"
1>&6
echo
$ac_n
"checking for a BSD compatible install""...
$ac_c
"
1>&6
echo
"configure:15
51
: checking for a BSD compatible install"
>
&5
echo
"configure:15
40
: checking for a BSD compatible install"
>
&5
if
test
-z
"
$INSTALL
"
;
then
if
test
-z
"
$INSTALL
"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_install
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_path_install
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
@@ -1601,7 +1590,7 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
...
@@ -1601,7 +1590,7 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
echo
$ac_n
"checking whether to enable maintainer-specific portions of Makefiles""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether to enable maintainer-specific portions of Makefiles""...
$ac_c
"
1>&6
echo
"configure:1
605
: checking whether to enable maintainer-specific portions of Makefiles"
>
&5
echo
"configure:1
594
: checking whether to enable maintainer-specific portions of Makefiles"
>
&5
# Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
# Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
if
test
"
${
enable_maintainer_mode
+set
}
"
=
set
;
then
if
test
"
${
enable_maintainer_mode
+set
}
"
=
set
;
then
enableval
=
"
$enable_maintainer_mode
"
enableval
=
"
$enable_maintainer_mode
"
...
@@ -1639,7 +1628,7 @@ if false; then
...
@@ -1639,7 +1628,7 @@ if false; then
echo
$ac_n
"checking for executable suffix""...
$ac_c
"
1>&6
echo
$ac_n
"checking for executable suffix""...
$ac_c
"
1>&6
echo
"configure:16
43
: checking for executable suffix"
>
&5
echo
"configure:16
32
: checking for executable suffix"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_exeext
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_exeext
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -1649,10 +1638,10 @@ else
...
@@ -1649,10 +1638,10 @@ else
rm
-f
conftest
*
rm
-f
conftest
*
echo
'int main () { return 0; }'
>
conftest.
$ac_ext
echo
'int main () { return 0; }'
>
conftest.
$ac_ext
ac_cv_exeext
=
ac_cv_exeext
=
if
{
(
eval echo
configure:16
53
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:16
42
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
;
then
for
file
in
conftest.
*
;
do
for
file
in
conftest.
*
;
do
case
$file
in
case
$file
in
*
.c
|
*
.o
|
*
.obj
|
*
.ilk
|
*
.pdb
)
;;
*
.c
|
*
.o
|
*
.obj
)
;;
*
)
ac_cv_exeext
=
`
echo
$file
| sed
-e
s/conftest//
`
;;
*
)
ac_cv_exeext
=
`
echo
$file
| sed
-e
s/conftest//
`
;;
esac
esac
done
done
...
@@ -1800,7 +1789,7 @@ ac_prog=ld
...
@@ -1800,7 +1789,7 @@ ac_prog=ld
if
test
"
$GCC
"
=
yes
;
then
if
test
"
$GCC
"
=
yes
;
then
# Check if gcc -print-prog-name=ld gives a path.
# Check if gcc -print-prog-name=ld gives a path.
echo
$ac_n
"checking for ld used by GCC""...
$ac_c
"
1>&6
echo
$ac_n
"checking for ld used by GCC""...
$ac_c
"
1>&6
echo
"configure:1
804
: checking for ld used by GCC"
>
&5
echo
"configure:1
793
: checking for ld used by GCC"
>
&5
case
$host
in
case
$host
in
*
-
*
-mingw
*
)
*
-
*
-mingw
*
)
# gcc leaves a trailing carriage return which upsets mingw
# gcc leaves a trailing carriage return which upsets mingw
...
@@ -1830,10 +1819,10 @@ echo "configure:1804: checking for ld used by GCC" >&5
...
@@ -1830,10 +1819,10 @@ echo "configure:1804: checking for ld used by GCC" >&5
esac
esac
elif
test
"
$with_gnu_ld
"
=
yes
;
then
elif
test
"
$with_gnu_ld
"
=
yes
;
then
echo
$ac_n
"checking for GNU ld""...
$ac_c
"
1>&6
echo
$ac_n
"checking for GNU ld""...
$ac_c
"
1>&6
echo
"configure:18
34
: checking for GNU ld"
>
&5
echo
"configure:18
23
: checking for GNU ld"
>
&5
else
else
echo
$ac_n
"checking for non-GNU ld""...
$ac_c
"
1>&6
echo
$ac_n
"checking for non-GNU ld""...
$ac_c
"
1>&6
echo
"configure:18
37
: checking for non-GNU ld"
>
&5
echo
"configure:18
26
: checking for non-GNU ld"
>
&5
fi
fi
if
eval
"test
\"
`
echo
'$''{'
lt_cv_path_LD
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
lt_cv_path_LD
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
@@ -1868,7 +1857,7 @@ else
...
@@ -1868,7 +1857,7 @@ else
fi
fi
test
-z
"
$LD
"
&&
{
echo
"configure: error: no acceptable ld found in
\$
PATH"
1>&2
;
exit
1
;
}
test
-z
"
$LD
"
&&
{
echo
"configure: error: no acceptable ld found in
\$
PATH"
1>&2
;
exit
1
;
}
echo
$ac_n
"checking if the linker (
$LD
) is GNU ld""...
$ac_c
"
1>&6
echo
$ac_n
"checking if the linker (
$LD
) is GNU ld""...
$ac_c
"
1>&6
echo
"configure:18
72
: checking if the linker (
$LD
) is GNU ld"
>
&5
echo
"configure:18
61
: checking if the linker (
$LD
) is GNU ld"
>
&5
if
eval
"test
\"
`
echo
'$''{'
lt_cv_prog_gnu_ld
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
lt_cv_prog_gnu_ld
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -1885,7 +1874,7 @@ with_gnu_ld=$lt_cv_prog_gnu_ld
...
@@ -1885,7 +1874,7 @@ with_gnu_ld=$lt_cv_prog_gnu_ld
echo
$ac_n
"checking for
$LD
option to reload object files""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$LD
option to reload object files""...
$ac_c
"
1>&6
echo
"configure:18
89
: checking for
$LD
option to reload object files"
>
&5
echo
"configure:18
78
: checking for
$LD
option to reload object files"
>
&5
if
eval
"test
\"
`
echo
'$''{'
lt_cv_ld_reload_flag
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
lt_cv_ld_reload_flag
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -1897,7 +1886,7 @@ reload_flag=$lt_cv_ld_reload_flag
...
@@ -1897,7 +1886,7 @@ reload_flag=$lt_cv_ld_reload_flag
test
-n
"
$reload_flag
"
&&
reload_flag
=
"
$reload_flag
"
test
-n
"
$reload_flag
"
&&
reload_flag
=
"
$reload_flag
"
echo
$ac_n
"checking for BSD-compatible nm""...
$ac_c
"
1>&6
echo
$ac_n
"checking for BSD-compatible nm""...
$ac_c
"
1>&6
echo
"configure:1
901
: checking for BSD-compatible nm"
>
&5
echo
"configure:1
890
: checking for BSD-compatible nm"
>
&5
if
eval
"test
\"
`
echo
'$''{'
lt_cv_path_NM
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
lt_cv_path_NM
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -1935,7 +1924,7 @@ NM="$lt_cv_path_NM"
...
@@ -1935,7 +1924,7 @@ NM="$lt_cv_path_NM"
echo
"
$ac_t
""
$NM
"
1>&6
echo
"
$ac_t
""
$NM
"
1>&6
echo
$ac_n
"checking how to recognise dependant libraries""...
$ac_c
"
1>&6
echo
$ac_n
"checking how to recognise dependant libraries""...
$ac_c
"
1>&6
echo
"configure:19
39
: checking how to recognise dependant libraries"
>
&5
echo
"configure:19
28
: checking how to recognise dependant libraries"
>
&5
if
eval
"test
\"
`
echo
'$''{'
lt_cv_deplibs_check_method
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
lt_cv_deplibs_check_method
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -2099,13 +2088,13 @@ file_magic_cmd=$lt_cv_file_magic_cmd
...
@@ -2099,13 +2088,13 @@ file_magic_cmd=$lt_cv_file_magic_cmd
deplibs_check_method
=
$lt_cv_deplibs_check_method
deplibs_check_method
=
$lt_cv_deplibs_check_method
echo
$ac_n
"checking for object suffix""...
$ac_c
"
1>&6
echo
$ac_n
"checking for object suffix""...
$ac_c
"
1>&6
echo
"configure:2
103
: checking for object suffix"
>
&5
echo
"configure:2
092
: checking for object suffix"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_objext
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_objext
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
rm
-f
conftest
*
rm
-f
conftest
*
echo
'int i = 1;'
>
conftest.
$ac_ext
echo
'int i = 1;'
>
conftest.
$ac_ext
if
{
(
eval echo
configure:2
109
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:2
098
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
for
ac_file
in
conftest.
*
;
do
for
ac_file
in
conftest.
*
;
do
case
$ac_file
in
case
$ac_file
in
*
.c
)
;;
*
.c
)
;;
...
@@ -2129,7 +2118,7 @@ case $deplibs_check_method in
...
@@ -2129,7 +2118,7 @@ case $deplibs_check_method in
file_magic
*
)
file_magic
*
)
if
test
"
$file_magic_cmd
"
=
'$MAGIC_CMD'
;
then
if
test
"
$file_magic_cmd
"
=
'$MAGIC_CMD'
;
then
echo
$ac_n
"checking for
${
ac_tool_prefix
}
file""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
${
ac_tool_prefix
}
file""...
$ac_c
"
1>&6
echo
"configure:21
33
: checking for
${
ac_tool_prefix
}
file"
>
&5
echo
"configure:21
22
: checking for
${
ac_tool_prefix
}
file"
>
&5
if
eval
"test
\"
`
echo
'$''{'
lt_cv_path_MAGIC_CMD
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
lt_cv_path_MAGIC_CMD
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -2191,7 +2180,7 @@ fi
...
@@ -2191,7 +2180,7 @@ fi
if
test
-z
"
$lt_cv_path_MAGIC_CMD
"
;
then
if
test
-z
"
$lt_cv_path_MAGIC_CMD
"
;
then
if
test
-n
"
$ac_tool_prefix
"
;
then
if
test
-n
"
$ac_tool_prefix
"
;
then
echo
$ac_n
"checking for file""...
$ac_c
"
1>&6
echo
$ac_n
"checking for file""...
$ac_c
"
1>&6
echo
"configure:21
95
: checking for file"
>
&5
echo
"configure:21
84
: checking for file"
>
&5
if
eval
"test
\"
`
echo
'$''{'
lt_cv_path_MAGIC_CMD
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
lt_cv_path_MAGIC_CMD
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -2262,7 +2251,7 @@ esac
...
@@ -2262,7 +2251,7 @@ esac
# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
# Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
set
dummy
${
ac_tool_prefix
}
ranlib
;
ac_word
=
$2
set
dummy
${
ac_tool_prefix
}
ranlib
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:22
66
: checking for
$ac_word
"
>
&5
echo
"configure:22
55
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_RANLIB
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_RANLIB
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -2294,7 +2283,7 @@ if test -n "$ac_tool_prefix"; then
...
@@ -2294,7 +2283,7 @@ if test -n "$ac_tool_prefix"; then
# Extract the first word of "ranlib", so it can be a program name with args.
# Extract the first word of "ranlib", so it can be a program name with args.
set
dummy ranlib
;
ac_word
=
$2
set
dummy ranlib
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:22
98
: checking for
$ac_word
"
>
&5
echo
"configure:22
87
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_RANLIB
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_RANLIB
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -2329,7 +2318,7 @@ fi
...
@@ -2329,7 +2318,7 @@ fi
# Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
# Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
set
dummy
${
ac_tool_prefix
}
strip
;
ac_word
=
$2
set
dummy
${
ac_tool_prefix
}
strip
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:23
33
: checking for
$ac_word
"
>
&5
echo
"configure:23
22
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_STRIP
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_STRIP
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -2361,7 +2350,7 @@ if test -n "$ac_tool_prefix"; then
...
@@ -2361,7 +2350,7 @@ if test -n "$ac_tool_prefix"; then
# Extract the first word of "strip", so it can be a program name with args.
# Extract the first word of "strip", so it can be a program name with args.
set
dummy strip
;
ac_word
=
$2
set
dummy strip
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:23
65
: checking for
$ac_word
"
>
&5
echo
"configure:23
54
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_STRIP
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_STRIP
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -2428,8 +2417,8 @@ test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic"
...
@@ -2428,8 +2417,8 @@ test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic"
case
$host
in
case
$host
in
*
-
*
-irix6
*
)
*
-
*
-irix6
*
)
# Find out which ABI we are using.
# Find out which ABI we are using.
echo
'#line 24
32
"configure"'
>
conftest.
$ac_ext
echo
'#line 24
21
"configure"'
>
conftest.
$ac_ext
if
{
(
eval echo
configure:24
33
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:24
22
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
case
`
/usr/bin/file conftest.
$ac_objext
`
in
case
`
/usr/bin/file conftest.
$ac_objext
`
in
*
32-bit
*
)
*
32-bit
*
)
LD
=
"
${
LD
-ld
}
-32"
LD
=
"
${
LD
-ld
}
-32"
...
@@ -2450,7 +2439,7 @@ case $host in
...
@@ -2450,7 +2439,7 @@ case $host in
SAVE_CFLAGS
=
"
$CFLAGS
"
SAVE_CFLAGS
=
"
$CFLAGS
"
CFLAGS
=
"
$CFLAGS
-belf"
CFLAGS
=
"
$CFLAGS
-belf"
echo
$ac_n
"checking whether the C compiler needs -belf""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether the C compiler needs -belf""...
$ac_c
"
1>&6
echo
"configure:24
54
: checking whether the C compiler needs -belf"
>
&5
echo
"configure:24
43
: checking whether the C compiler needs -belf"
>
&5
if
eval
"test
\"
`
echo
'$''{'
lt_cv_cc_needs_belf
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
lt_cv_cc_needs_belf
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -2463,14 +2452,14 @@ ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$a
...
@@ -2463,14 +2452,14 @@ ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$a
cross_compiling
=
$ac_cv_prog_cc_cross
cross_compiling
=
$ac_cv_prog_cc_cross
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 24
67
"configure"
#line 24
56
"configure"
#include "confdefs.h"
#include "confdefs.h"
int main() {
int main() {
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:24
74
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:24
63
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
lt_cv_cc_needs_belf
=
yes
lt_cv_cc_needs_belf
=
yes
else
else
...
@@ -2500,7 +2489,7 @@ echo "$ac_t""$lt_cv_cc_needs_belf" 1>&6
...
@@ -2500,7 +2489,7 @@ echo "$ac_t""$lt_cv_cc_needs_belf" 1>&6
esac
esac
echo
$ac_n
"checking how to run the C++ preprocessor""...
$ac_c
"
1>&6
echo
$ac_n
"checking how to run the C++ preprocessor""...
$ac_c
"
1>&6
echo
"configure:2
504
: checking how to run the C++ preprocessor"
>
&5
echo
"configure:2
493
: checking how to run the C++ preprocessor"
>
&5
if
test
-z
"
$CXXCPP
"
;
then
if
test
-z
"
$CXXCPP
"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_CXXCPP
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_CXXCPP
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
@@ -2513,12 +2502,12 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes
...
@@ -2513,12 +2502,12 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes
cross_compiling
=
$ac_cv_prog_cxx_cross
cross_compiling
=
$ac_cv_prog_cxx_cross
CXXCPP
=
"
${
CXX
-g++
}
-E"
CXXCPP
=
"
${
CXX
-g++
}
-E"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 25
17
"configure"
#line 25
06
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <stdlib.h>
#include <stdlib.h>
EOF
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:25
22
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:25
11
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
if
test
-z
"
$ac_err
"
;
then
:
:
...
@@ -2752,7 +2741,7 @@ EOF
...
@@ -2752,7 +2741,7 @@ EOF
fi
fi
echo
$ac_n
"checking for exception model to use""...
$ac_c
"
1>&6
echo
$ac_n
"checking for exception model to use""...
$ac_c
"
1>&6
echo
"configure:27
56
: checking for exception model to use"
>
&5
echo
"configure:27
45
: checking for exception model to use"
>
&5
ac_ext
=
C
ac_ext
=
C
# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
# CXXFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
...
@@ -2767,7 +2756,7 @@ if test "${enable_sjlj_exceptions+set}" = set; then
...
@@ -2767,7 +2756,7 @@ if test "${enable_sjlj_exceptions+set}" = set; then
:
:
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 27
71
"configure"
#line 27
60
"configure"
struct S { ~S(); };
struct S { ~S(); };
void bar();
void bar();
void foo()
void foo()
...
@@ -2778,7 +2767,7 @@ void foo()
...
@@ -2778,7 +2767,7 @@ void foo()
EOF
EOF
old_CXXFLAGS
=
"
$CXXFLAGS
"
old_CXXFLAGS
=
"
$CXXFLAGS
"
CXXFLAGS
=
-S
CXXFLAGS
=
-S
if
{
(
eval echo
configure:27
82
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:27
71
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
grep
_Unwind_SjLj_Resume conftest.s
>
/dev/null 2>&1
;
then
if
grep
_Unwind_SjLj_Resume conftest.s
>
/dev/null 2>&1
;
then
enable_sjlj_exceptions
=
yes
enable_sjlj_exceptions
=
yes
elif
grep
_Unwind_Resume conftest.s
>
/dev/null 2>&1
;
then
elif
grep
_Unwind_Resume conftest.s
>
/dev/null 2>&1
;
then
...
@@ -2900,7 +2889,7 @@ esac
...
@@ -2900,7 +2889,7 @@ esac
echo
$ac_n
"checking how to run the C preprocessor""...
$ac_c
"
1>&6
echo
$ac_n
"checking how to run the C preprocessor""...
$ac_c
"
1>&6
echo
"configure:2
904
: checking how to run the C preprocessor"
>
&5
echo
"configure:2
893
: checking how to run the C preprocessor"
>
&5
# On Suns, sometimes $CPP names a directory.
# On Suns, sometimes $CPP names a directory.
if
test
-n
"
$CPP
"
&&
test
-d
"
$CPP
"
;
then
if
test
-n
"
$CPP
"
&&
test
-d
"
$CPP
"
;
then
CPP
=
CPP
=
...
@@ -2915,13 +2904,13 @@ else
...
@@ -2915,13 +2904,13 @@ else
# On the NeXT, cc -E runs the code through the compiler's parser,
# On the NeXT, cc -E runs the code through the compiler's parser,
# not just through cpp.
# not just through cpp.
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 29
19
"configure"
#line 29
08
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <assert.h>
#include <assert.h>
Syntax Error
Syntax Error
EOF
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:29
25
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:29
14
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
if
test
-z
"
$ac_err
"
;
then
:
:
...
@@ -2932,13 +2921,13 @@ else
...
@@ -2932,13 +2921,13 @@ else
rm
-rf
conftest
*
rm
-rf
conftest
*
CPP
=
"
${
CC
-cc
}
-E -traditional-cpp"
CPP
=
"
${
CC
-cc
}
-E -traditional-cpp"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 29
36
"configure"
#line 29
25
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <assert.h>
#include <assert.h>
Syntax Error
Syntax Error
EOF
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:29
42
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:29
31
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
if
test
-z
"
$ac_err
"
;
then
:
:
...
@@ -2949,13 +2938,13 @@ else
...
@@ -2949,13 +2938,13 @@ else
rm
-rf
conftest
*
rm
-rf
conftest
*
CPP
=
"
${
CC
-cc
}
-nologo -E"
CPP
=
"
${
CC
-cc
}
-nologo -E"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 29
53
"configure"
#line 29
42
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <assert.h>
#include <assert.h>
Syntax Error
Syntax Error
EOF
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:29
59
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:29
48
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
if
test
-z
"
$ac_err
"
;
then
:
:
...
@@ -2980,7 +2969,7 @@ fi
...
@@ -2980,7 +2969,7 @@ fi
echo
"
$ac_t
""
$CPP
"
1>&6
echo
"
$ac_t
""
$CPP
"
1>&6
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 29
84
"configure"
#line 29
73
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <stdint.h>
#include <stdint.h>
EOF
EOF
...
@@ -2995,7 +2984,7 @@ fi
...
@@ -2995,7 +2984,7 @@ fi
rm
-f
conftest
*
rm
-f
conftest
*
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 29
99
"configure"
#line 29
88
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <inttypes.h>
#include <inttypes.h>
EOF
EOF
...
@@ -3010,7 +2999,7 @@ fi
...
@@ -3010,7 +2999,7 @@ fi
rm
-f
conftest
*
rm
-f
conftest
*
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 30
14
"configure"
#line 30
03
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/types.h>
EOF
EOF
...
@@ -3025,7 +3014,7 @@ fi
...
@@ -3025,7 +3014,7 @@ fi
rm
-f
conftest
*
rm
-f
conftest
*
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 30
29
"configure"
#line 30
18
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/config.h>
#include <sys/config.h>
EOF
EOF
...
@@ -3042,7 +3031,7 @@ rm -f conftest*
...
@@ -3042,7 +3031,7 @@ rm -f conftest*
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 30
46
"configure"
#line 30
35
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <time.h>
#include <time.h>
EOF
EOF
...
@@ -3057,7 +3046,7 @@ fi
...
@@ -3057,7 +3046,7 @@ fi
rm
-f
conftest
*
rm
-f
conftest
*
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 30
61
"configure"
#line 30
50
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <time.h>
#include <time.h>
EOF
EOF
...
@@ -3109,7 +3098,7 @@ ZLIBTESTSPEC=
...
@@ -3109,7 +3098,7 @@ ZLIBTESTSPEC=
libsubdir
=
.libs
libsubdir
=
.libs
echo
$ac_n
"checking for garbage collector to use""...
$ac_c
"
1>&6
echo
$ac_n
"checking for garbage collector to use""...
$ac_c
"
1>&6
echo
"configure:31
13
: checking for garbage collector to use"
>
&5
echo
"configure:31
02
: checking for garbage collector to use"
>
&5
# Check whether --enable-java-gc or --disable-java-gc was given.
# Check whether --enable-java-gc or --disable-java-gc was given.
if
test
"
${
enable_java_gc
+set
}
"
=
set
;
then
if
test
"
${
enable_java_gc
+set
}
"
=
set
;
then
enableval
=
"
$enable_java_gc
"
enableval
=
"
$enable_java_gc
"
...
@@ -3162,7 +3151,7 @@ esac
...
@@ -3162,7 +3151,7 @@ esac
echo
$ac_n
"checking for thread model used by GCC""...
$ac_c
"
1>&6
echo
$ac_n
"checking for thread model used by GCC""...
$ac_c
"
1>&6
echo
"configure:31
66
: checking for thread model used by GCC"
>
&5
echo
"configure:31
55
: checking for thread model used by GCC"
>
&5
THREADS
=
`
$CC
-v
2>&1 | sed
-n
's/^Thread model: //p'
`
THREADS
=
`
$CC
-v
2>&1 | sed
-n
's/^Thread model: //p'
`
echo
"
$ac_t
""
$THREADS
"
1>&6
echo
"
$ac_t
""
$THREADS
"
1>&6
...
@@ -3365,12 +3354,12 @@ else
...
@@ -3365,12 +3354,12 @@ else
for
ac_func
in
strerror ioctl
select
fstat open fsync sleep opendir
for
ac_func
in
strerror ioctl
select
fstat open fsync sleep opendir
do
do
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
"configure:33
69
: checking for
$ac_func
"
>
&5
echo
"configure:33
58
: checking for
$ac_func
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 33
74
"configure"
#line 33
63
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char
$ac_func
(); below. */
which can conflict with char
$ac_func
(); below. */
...
@@ -3393,7 +3382,7 @@ $ac_func();
...
@@ -3393,7 +3382,7 @@ $ac_func();
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:33
97
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:33
86
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_
$ac_func
=yes"
eval
"ac_cv_func_
$ac_func
=yes"
else
else
...
@@ -3420,12 +3409,12 @@ done
...
@@ -3420,12 +3409,12 @@ done
for
ac_func
in
gmtime_r localtime_r readdir_r getpwuid_r getcwd
for
ac_func
in
gmtime_r localtime_r readdir_r getpwuid_r getcwd
do
do
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
"configure:34
24
: checking for
$ac_func
"
>
&5
echo
"configure:34
13
: checking for
$ac_func
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 34
29
"configure"
#line 34
18
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char
$ac_func
(); below. */
which can conflict with char
$ac_func
(); below. */
...
@@ -3448,7 +3437,7 @@ $ac_func();
...
@@ -3448,7 +3437,7 @@ $ac_func();
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:34
52
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:34
41
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_
$ac_func
=yes"
eval
"ac_cv_func_
$ac_func
=yes"
else
else
...
@@ -3475,12 +3464,12 @@ done
...
@@ -3475,12 +3464,12 @@ done
for
ac_func
in
access stat mkdir rename rmdir unlink realpath utime chmod
for
ac_func
in
access stat mkdir rename rmdir unlink realpath utime chmod
do
do
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
"configure:34
79
: checking for
$ac_func
"
>
&5
echo
"configure:34
68
: checking for
$ac_func
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 34
84
"configure"
#line 34
73
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char
$ac_func
(); below. */
which can conflict with char
$ac_func
(); below. */
...
@@ -3503,7 +3492,7 @@ $ac_func();
...
@@ -3503,7 +3492,7 @@ $ac_func();
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:3
507
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:3
496
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_
$ac_func
=yes"
eval
"ac_cv_func_
$ac_func
=yes"
else
else
...
@@ -3530,12 +3519,12 @@ done
...
@@ -3530,12 +3519,12 @@ done
for
ac_func
in
nl_langinfo setlocale
for
ac_func
in
nl_langinfo setlocale
do
do
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
"configure:35
34
: checking for
$ac_func
"
>
&5
echo
"configure:35
23
: checking for
$ac_func
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 35
39
"configure"
#line 35
28
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char
$ac_func
(); below. */
which can conflict with char
$ac_func
(); below. */
...
@@ -3558,7 +3547,7 @@ $ac_func();
...
@@ -3558,7 +3547,7 @@ $ac_func();
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:35
62
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:35
51
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_
$ac_func
=yes"
eval
"ac_cv_func_
$ac_func
=yes"
else
else
...
@@ -3585,12 +3574,12 @@ done
...
@@ -3585,12 +3574,12 @@ done
for
ac_func
in
inet_aton inet_addr
for
ac_func
in
inet_aton inet_addr
do
do
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
"configure:35
89
: checking for
$ac_func
"
>
&5
echo
"configure:35
78
: checking for
$ac_func
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 35
94
"configure"
#line 35
83
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char
$ac_func
(); below. */
which can conflict with char
$ac_func
(); below. */
...
@@ -3613,7 +3602,7 @@ $ac_func();
...
@@ -3613,7 +3602,7 @@ $ac_func();
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:36
17
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:36
06
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_
$ac_func
=yes"
eval
"ac_cv_func_
$ac_func
=yes"
else
else
...
@@ -3640,12 +3629,12 @@ done
...
@@ -3640,12 +3629,12 @@ done
for
ac_func
in
inet_pton uname inet_ntoa
for
ac_func
in
inet_pton uname inet_ntoa
do
do
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
"configure:36
44
: checking for
$ac_func
"
>
&5
echo
"configure:36
33
: checking for
$ac_func
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 36
49
"configure"
#line 36
38
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char
$ac_func
(); below. */
which can conflict with char
$ac_func
(); below. */
...
@@ -3668,7 +3657,7 @@ $ac_func();
...
@@ -3668,7 +3657,7 @@ $ac_func();
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:36
72
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:36
61
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_
$ac_func
=yes"
eval
"ac_cv_func_
$ac_func
=yes"
else
else
...
@@ -3695,12 +3684,12 @@ done
...
@@ -3695,12 +3684,12 @@ done
for
ac_func
in
backtrace fork execvp pipe sigaction
for
ac_func
in
backtrace fork execvp pipe sigaction
do
do
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
"configure:36
99
: checking for
$ac_func
"
>
&5
echo
"configure:36
88
: checking for
$ac_func
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 3
704
"configure"
#line 3
693
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char
$ac_func
(); below. */
which can conflict with char
$ac_func
(); below. */
...
@@ -3723,7 +3712,7 @@ $ac_func();
...
@@ -3723,7 +3712,7 @@ $ac_func();
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:37
27
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:37
16
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_
$ac_func
=yes"
eval
"ac_cv_func_
$ac_func
=yes"
else
else
...
@@ -3751,17 +3740,17 @@ done
...
@@ -3751,17 +3740,17 @@ done
do
do
ac_safe
=
`
echo
"
$ac_hdr
"
| sed
'y%./+-%__p_%'
`
ac_safe
=
`
echo
"
$ac_hdr
"
| sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
"configure:37
55
: checking for
$ac_hdr
"
>
&5
echo
"configure:37
44
: checking for
$ac_hdr
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 37
60
"configure"
#line 37
49
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <
$ac_hdr
>
#include <
$ac_hdr
>
EOF
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:37
65
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:37
54
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
...
@@ -3788,7 +3777,7 @@ fi
...
@@ -3788,7 +3777,7 @@ fi
done
done
echo
$ac_n
"checking for dladdr in -ldl""...
$ac_c
"
1>&6
echo
$ac_n
"checking for dladdr in -ldl""...
$ac_c
"
1>&6
echo
"configure:37
92
: checking for dladdr in -ldl"
>
&5
echo
"configure:37
81
: checking for dladdr in -ldl"
>
&5
ac_lib_var
=
`
echo
dl
'_'
dladdr | sed
'y%./+-%__p_%'
`
ac_lib_var
=
`
echo
dl
'_'
dladdr | sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
@@ -3796,7 +3785,7 @@ else
...
@@ -3796,7 +3785,7 @@ else
ac_save_LIBS
=
"
$LIBS
"
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-ldl
$LIBS
"
LIBS
=
"-ldl
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 3
800
"configure"
#line 3
789
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
/* We use char because int might match the return type of a gcc2
...
@@ -3807,7 +3796,7 @@ int main() {
...
@@ -3807,7 +3796,7 @@ int main() {
dladdr()
dladdr()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:38
11
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:38
00
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
else
...
@@ -3836,7 +3825,7 @@ do
...
@@ -3836,7 +3825,7 @@ do
ac_safe
=
`
echo
"
$ac_file
"
| sed
'y%./+-%__p_%'
`
ac_safe
=
`
echo
"
$ac_file
"
| sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for
$ac_file
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_file
""...
$ac_c
"
1>&6
echo
"configure:38
40
: checking for
$ac_file
"
>
&5
echo
"configure:38
29
: checking for
$ac_file
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_file_
$ac_safe
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_file_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -3884,7 +3873,7 @@ fi
...
@@ -3884,7 +3873,7 @@ fi
echo
$ac_n
"checking for iconv""...
$ac_c
"
1>&6
echo
$ac_n
"checking for iconv""...
$ac_c
"
1>&6
echo
"configure:38
88
: checking for iconv"
>
&5
echo
"configure:38
77
: checking for iconv"
>
&5
if
eval
"test
\"
`
echo
'$''{'
am_cv_func_iconv
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
am_cv_func_iconv
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -3892,7 +3881,7 @@ else
...
@@ -3892,7 +3881,7 @@ else
am_cv_func_iconv
=
"no, consider installing GNU libiconv"
am_cv_func_iconv
=
"no, consider installing GNU libiconv"
am_cv_lib_iconv
=
no
am_cv_lib_iconv
=
no
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 38
96
"configure"
#line 38
85
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <stdlib.h>
#include <stdlib.h>
#include <iconv.h>
#include <iconv.h>
...
@@ -3902,7 +3891,7 @@ iconv_t cd = iconv_open("","");
...
@@ -3902,7 +3891,7 @@ iconv_t cd = iconv_open("","");
iconv_close(cd);
iconv_close(cd);
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:3
906
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:3
895
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
am_cv_func_iconv
=
yes
am_cv_func_iconv
=
yes
else
else
...
@@ -3914,7 +3903,7 @@ rm -f conftest*
...
@@ -3914,7 +3903,7 @@ rm -f conftest*
am_save_LIBS
=
"
$LIBS
"
am_save_LIBS
=
"
$LIBS
"
LIBS
=
"
$LIBS
$am_cv_libiconv_ldpath
-liconv"
LIBS
=
"
$LIBS
$am_cv_libiconv_ldpath
-liconv"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 39
18
"configure"
#line 39
07
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <stdlib.h>
#include <stdlib.h>
#include <iconv.h>
#include <iconv.h>
...
@@ -3924,7 +3913,7 @@ iconv_t cd = iconv_open("","");
...
@@ -3924,7 +3913,7 @@ iconv_t cd = iconv_open("","");
iconv_close(cd);
iconv_close(cd);
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:39
28
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:39
17
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
am_cv_lib_iconv
=
yes
am_cv_lib_iconv
=
yes
am_cv_func_iconv
=
yes
am_cv_func_iconv
=
yes
...
@@ -3945,13 +3934,13 @@ echo "$ac_t""$am_cv_func_iconv" 1>&6
...
@@ -3945,13 +3934,13 @@ echo "$ac_t""$am_cv_func_iconv" 1>&6
EOF
EOF
echo
$ac_n
"checking for iconv declaration""...
$ac_c
"
1>&6
echo
$ac_n
"checking for iconv declaration""...
$ac_c
"
1>&6
echo
"configure:39
49
: checking for iconv declaration"
>
&5
echo
"configure:39
38
: checking for iconv declaration"
>
&5
if
eval
"test
\"
`
echo
'$''{'
am_cv_proto_iconv
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
am_cv_proto_iconv
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 39
55
"configure"
#line 39
44
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <stdlib.h>
#include <stdlib.h>
...
@@ -3970,7 +3959,7 @@ int main() {
...
@@ -3970,7 +3959,7 @@ int main() {
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:39
74
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:39
63
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
am_cv_proto_iconv_arg1
=
""
am_cv_proto_iconv_arg1
=
""
else
else
...
@@ -3999,19 +3988,19 @@ EOF
...
@@ -3999,19 +3988,19 @@ EOF
if
test
$ac_cv_header_locale_h
=
yes
;
then
if
test
$ac_cv_header_locale_h
=
yes
;
then
echo
$ac_n
"checking for LC_MESSAGES""...
$ac_c
"
1>&6
echo
$ac_n
"checking for LC_MESSAGES""...
$ac_c
"
1>&6
echo
"configure:
4003
: checking for LC_MESSAGES"
>
&5
echo
"configure:
3992
: checking for LC_MESSAGES"
>
&5
if
eval
"test
\"
`
echo
'$''{'
am_cv_val_LC_MESSAGES
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
am_cv_val_LC_MESSAGES
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line
4008
"configure"
#line
3997
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <locale.h>
#include <locale.h>
int main() {
int main() {
return LC_MESSAGES
return LC_MESSAGES
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:40
15
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:40
04
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
am_cv_val_LC_MESSAGES
=
yes
am_cv_val_LC_MESSAGES
=
yes
else
else
...
@@ -4032,12 +4021,12 @@ EOF
...
@@ -4032,12 +4021,12 @@ EOF
fi
fi
fi
fi
echo
$ac_n
"checking whether struct tm is in sys/time.h or time.h""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether struct tm is in sys/time.h or time.h""...
$ac_c
"
1>&6
echo
"configure:40
36
: checking whether struct tm is in sys/time.h or time.h"
>
&5
echo
"configure:40
25
: checking whether struct tm is in sys/time.h or time.h"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_struct_tm
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_struct_tm
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 40
41
"configure"
#line 40
30
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/types.h>
#include <time.h>
#include <time.h>
...
@@ -4045,7 +4034,7 @@ int main() {
...
@@ -4045,7 +4034,7 @@ int main() {
struct tm *tp; tp->tm_sec;
struct tm *tp; tp->tm_sec;
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:40
49
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:40
38
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
ac_cv_struct_tm
=
time.h
ac_cv_struct_tm
=
time.h
else
else
...
@@ -4066,12 +4055,12 @@ EOF
...
@@ -4066,12 +4055,12 @@ EOF
fi
fi
echo
$ac_n
"checking for tm_zone in struct tm""...
$ac_c
"
1>&6
echo
$ac_n
"checking for tm_zone in struct tm""...
$ac_c
"
1>&6
echo
"configure:40
70
: checking for tm_zone in struct tm"
>
&5
echo
"configure:40
59
: checking for tm_zone in struct tm"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_struct_tm_zone
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_struct_tm_zone
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 40
75
"configure"
#line 40
64
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/types.h>
#include <
$ac_cv_struct_tm
>
#include <
$ac_cv_struct_tm
>
...
@@ -4079,7 +4068,7 @@ int main() {
...
@@ -4079,7 +4068,7 @@ int main() {
struct tm tm; tm.tm_zone;
struct tm tm; tm.tm_zone;
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:40
83
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:40
72
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
ac_cv_struct_tm_zone
=
yes
ac_cv_struct_tm_zone
=
yes
else
else
...
@@ -4099,12 +4088,12 @@ EOF
...
@@ -4099,12 +4088,12 @@ EOF
else
else
echo
$ac_n
"checking for tzname""...
$ac_c
"
1>&6
echo
$ac_n
"checking for tzname""...
$ac_c
"
1>&6
echo
"configure:4
103
: checking for tzname"
>
&5
echo
"configure:4
092
: checking for tzname"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_var_tzname
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_var_tzname
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 4
108
"configure"
#line 4
097
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <time.h>
#include <time.h>
#ifndef tzname /* For SGI. */
#ifndef tzname /* For SGI. */
...
@@ -4114,7 +4103,7 @@ int main() {
...
@@ -4114,7 +4103,7 @@ int main() {
atoi(*tzname);
atoi(*tzname);
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:41
18
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:41
07
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
ac_cv_var_tzname
=
yes
ac_cv_var_tzname
=
yes
else
else
...
@@ -4139,12 +4128,12 @@ fi
...
@@ -4139,12 +4128,12 @@ fi
for
ac_func
in
gethostbyname_r
for
ac_func
in
gethostbyname_r
do
do
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
"configure:41
43
: checking for
$ac_func
"
>
&5
echo
"configure:41
32
: checking for
$ac_func
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 41
48
"configure"
#line 41
37
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char
$ac_func
(); below. */
which can conflict with char
$ac_func
(); below. */
...
@@ -4167,7 +4156,7 @@ $ac_func();
...
@@ -4167,7 +4156,7 @@ $ac_func();
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:41
71
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:41
60
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_
$ac_func
=yes"
eval
"ac_cv_func_
$ac_func
=yes"
else
else
...
@@ -4194,7 +4183,7 @@ EOF
...
@@ -4194,7 +4183,7 @@ EOF
# We look for the one that returns `int'.
# We look for the one that returns `int'.
# Hopefully this check is robust enough.
# Hopefully this check is robust enough.
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 41
98
"configure"
#line 41
87
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <netdb.h>
#include <netdb.h>
EOF
EOF
...
@@ -4214,7 +4203,7 @@ rm -f conftest*
...
@@ -4214,7 +4203,7 @@ rm -f conftest*
*
" -D_REENTRANT "
*
)
;;
*
" -D_REENTRANT "
*
)
;;
*
)
*
)
echo
$ac_n
"checking whether gethostbyname_r declaration requires -D_REENTRANT""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether gethostbyname_r declaration requires -D_REENTRANT""...
$ac_c
"
1>&6
echo
"configure:42
18
: checking whether gethostbyname_r declaration requires -D_REENTRANT"
>
&5
echo
"configure:42
07
: checking whether gethostbyname_r declaration requires -D_REENTRANT"
>
&5
if
eval
"test
\"
`
echo
'$''{'
libjava_cv_gethostbyname_r_needs_reentrant
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
libjava_cv_gethostbyname_r_needs_reentrant
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -4227,14 +4216,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes
...
@@ -4227,14 +4216,14 @@ ac_link='${CXX-g++} -o conftest${ac_exeext} $CXXFLAGS $CPPFLAGS $LDFLAGS conftes
cross_compiling
=
$ac_cv_prog_cxx_cross
cross_compiling
=
$ac_cv_prog_cxx_cross
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 42
31
"configure"
#line 42
20
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <netdb.h>
#include <netdb.h>
int main() {
int main() {
gethostbyname_r("", 0, 0);
gethostbyname_r("", 0, 0);
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:42
38
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:42
27
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
libjava_cv_gethostbyname_r_needs_reentrant
=
no
libjava_cv_gethostbyname_r_needs_reentrant
=
no
else
else
...
@@ -4244,14 +4233,14 @@ else
...
@@ -4244,14 +4233,14 @@ else
CPPFLAGS_SAVE
=
"
$CPPFLAGS
"
CPPFLAGS_SAVE
=
"
$CPPFLAGS
"
CPPFLAGS
=
"
$CPPFLAGS
-D_REENTRANT"
CPPFLAGS
=
"
$CPPFLAGS
-D_REENTRANT"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 42
48
"configure"
#line 42
37
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <netdb.h>
#include <netdb.h>
int main() {
int main() {
gethostbyname_r("", 0, 0);
gethostbyname_r("", 0, 0);
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:42
55
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:42
44
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
libjava_cv_gethostbyname_r_needs_reentrant
=
yes
libjava_cv_gethostbyname_r_needs_reentrant
=
yes
else
else
...
@@ -4286,12 +4275,12 @@ EOF
...
@@ -4286,12 +4275,12 @@ EOF
esac
esac
echo
$ac_n
"checking for struct hostent_data""...
$ac_c
"
1>&6
echo
$ac_n
"checking for struct hostent_data""...
$ac_c
"
1>&6
echo
"configure:42
90
: checking for struct hostent_data"
>
&5
echo
"configure:42
79
: checking for struct hostent_data"
>
&5
if
eval
"test
\"
`
echo
'$''{'
libjava_cv_struct_hostent_data
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
libjava_cv_struct_hostent_data
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 42
95
"configure"
#line 42
84
"configure"
#include "confdefs.h"
#include "confdefs.h"
#if GETHOSTBYNAME_R_NEEDS_REENTRANT && !defined(_REENTRANT)
#if GETHOSTBYNAME_R_NEEDS_REENTRANT && !defined(_REENTRANT)
...
@@ -4302,7 +4291,7 @@ int main() {
...
@@ -4302,7 +4291,7 @@ int main() {
struct hostent_data data;
struct hostent_data data;
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:4
306
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:4
295
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
libjava_cv_struct_hostent_data
=
yes
libjava_cv_struct_hostent_data
=
yes
else
else
...
@@ -4334,7 +4323,7 @@ done
...
@@ -4334,7 +4323,7 @@ done
# to exist where expected. (The root issue: AC_CHECK_FUNCS assumes C
# to exist where expected. (The root issue: AC_CHECK_FUNCS assumes C
# linkage check is enough, yet C++ code requires proper prototypes.)
# linkage check is enough, yet C++ code requires proper prototypes.)
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 43
38
"configure"
#line 43
27
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <netdb.h>
#include <netdb.h>
EOF
EOF
...
@@ -4345,12 +4334,12 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
...
@@ -4345,12 +4334,12 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
for
ac_func
in
gethostbyaddr_r
for
ac_func
in
gethostbyaddr_r
do
do
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
"configure:43
49
: checking for
$ac_func
"
>
&5
echo
"configure:43
38
: checking for
$ac_func
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 43
54
"configure"
#line 43
43
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char
$ac_func
(); below. */
which can conflict with char
$ac_func
(); below. */
...
@@ -4373,7 +4362,7 @@ $ac_func();
...
@@ -4373,7 +4362,7 @@ $ac_func();
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:43
77
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:43
66
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_
$ac_func
=yes"
eval
"ac_cv_func_
$ac_func
=yes"
else
else
...
@@ -4400,7 +4389,7 @@ EOF
...
@@ -4400,7 +4389,7 @@ EOF
# We look for the one that returns `int'.
# We look for the one that returns `int'.
# Hopefully this check is robust enough.
# Hopefully this check is robust enough.
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 4
404
"configure"
#line 4
393
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <netdb.h>
#include <netdb.h>
EOF
EOF
...
@@ -4427,12 +4416,12 @@ rm -f conftest*
...
@@ -4427,12 +4416,12 @@ rm -f conftest*
for
ac_func
in
gethostname
for
ac_func
in
gethostname
do
do
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
"configure:44
31
: checking for
$ac_func
"
>
&5
echo
"configure:44
20
: checking for
$ac_func
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 44
36
"configure"
#line 44
25
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char
$ac_func
(); below. */
which can conflict with char
$ac_func
(); below. */
...
@@ -4455,7 +4444,7 @@ $ac_func();
...
@@ -4455,7 +4444,7 @@ $ac_func();
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:44
59
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:44
48
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_
$ac_func
=yes"
eval
"ac_cv_func_
$ac_func
=yes"
else
else
...
@@ -4479,7 +4468,7 @@ EOF
...
@@ -4479,7 +4468,7 @@ EOF
EOF
EOF
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 44
83
"configure"
#line 44
72
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <unistd.h>
#include <unistd.h>
EOF
EOF
...
@@ -4510,12 +4499,12 @@ done
...
@@ -4510,12 +4499,12 @@ done
for
ac_func
in
pthread_mutexattr_settype pthread_mutexattr_setkind_np
for
ac_func
in
pthread_mutexattr_settype pthread_mutexattr_setkind_np
do
do
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
"configure:45
14
: checking for
$ac_func
"
>
&5
echo
"configure:45
03
: checking for
$ac_func
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 45
19
"configure"
#line 45
08
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char
$ac_func
(); below. */
which can conflict with char
$ac_func
(); below. */
...
@@ -4538,7 +4527,7 @@ $ac_func();
...
@@ -4538,7 +4527,7 @@ $ac_func();
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:45
42
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:45
31
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_
$ac_func
=yes"
eval
"ac_cv_func_
$ac_func
=yes"
else
else
...
@@ -4568,12 +4557,12 @@ done
...
@@ -4568,12 +4557,12 @@ done
for
ac_func
in
sched_yield
for
ac_func
in
sched_yield
do
do
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
"configure:45
72
: checking for
$ac_func
"
>
&5
echo
"configure:45
61
: checking for
$ac_func
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 45
77
"configure"
#line 45
66
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char
$ac_func
(); below. */
which can conflict with char
$ac_func
(); below. */
...
@@ -4596,7 +4585,7 @@ $ac_func();
...
@@ -4596,7 +4585,7 @@ $ac_func();
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:4
600
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:4
589
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_
$ac_func
=yes"
eval
"ac_cv_func_
$ac_func
=yes"
else
else
...
@@ -4618,7 +4607,7 @@ EOF
...
@@ -4618,7 +4607,7 @@ EOF
else
else
echo
"
$ac_t
""no"
1>&6
echo
"
$ac_t
""no"
1>&6
echo
$ac_n
"checking for sched_yield in -lrt""...
$ac_c
"
1>&6
echo
$ac_n
"checking for sched_yield in -lrt""...
$ac_c
"
1>&6
echo
"configure:46
22
: checking for sched_yield in -lrt"
>
&5
echo
"configure:46
11
: checking for sched_yield in -lrt"
>
&5
ac_lib_var
=
`
echo
rt
'_'
sched_yield | sed
'y%./+-%__p_%'
`
ac_lib_var
=
`
echo
rt
'_'
sched_yield | sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
@@ -4626,7 +4615,7 @@ else
...
@@ -4626,7 +4615,7 @@ else
ac_save_LIBS
=
"
$LIBS
"
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-lrt
$LIBS
"
LIBS
=
"-lrt
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 46
30
"configure"
#line 46
19
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
/* We use char because int might match the return type of a gcc2
...
@@ -4637,7 +4626,7 @@ int main() {
...
@@ -4637,7 +4626,7 @@ int main() {
sched_yield()
sched_yield()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:46
41
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:46
30
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
else
...
@@ -4663,7 +4652,7 @@ else
...
@@ -4663,7 +4652,7 @@ else
echo
"
$ac_t
""no"
1>&6
echo
"
$ac_t
""no"
1>&6
echo
$ac_n
"checking for sched_yield in -lposix4""...
$ac_c
"
1>&6
echo
$ac_n
"checking for sched_yield in -lposix4""...
$ac_c
"
1>&6
echo
"configure:46
67
: checking for sched_yield in -lposix4"
>
&5
echo
"configure:46
56
: checking for sched_yield in -lposix4"
>
&5
ac_lib_var
=
`
echo
posix4
'_'
sched_yield | sed
'y%./+-%__p_%'
`
ac_lib_var
=
`
echo
posix4
'_'
sched_yield | sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
@@ -4671,7 +4660,7 @@ else
...
@@ -4671,7 +4660,7 @@ else
ac_save_LIBS
=
"
$LIBS
"
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-lposix4
$LIBS
"
LIBS
=
"-lposix4
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 46
75
"configure"
#line 46
64
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
/* We use char because int might match the return type of a gcc2
...
@@ -4682,7 +4671,7 @@ int main() {
...
@@ -4682,7 +4671,7 @@ int main() {
sched_yield()
sched_yield()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:46
86
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:46
75
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
else
...
@@ -4718,7 +4707,7 @@ done
...
@@ -4718,7 +4707,7 @@ done
# We can save a little space at runtime if the mutex has m_count
# We can save a little space at runtime if the mutex has m_count
# or __m_count. This is a nice hack for Linux.
# or __m_count. This is a nice hack for Linux.
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 47
22
"configure"
#line 47
11
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <pthread.h>
#include <pthread.h>
int main() {
int main() {
...
@@ -4727,7 +4716,7 @@ int main() {
...
@@ -4727,7 +4716,7 @@ int main() {
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:47
31
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:47
20
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
cat
>>
confdefs.h
<<
\
EOF
cat
>>
confdefs.h
<<
\
EOF
#define PTHREAD_MUTEX_HAVE_M_COUNT 1
#define PTHREAD_MUTEX_HAVE_M_COUNT 1
...
@@ -4739,7 +4728,7 @@ else
...
@@ -4739,7 +4728,7 @@ else
rm
-rf
conftest
*
rm
-rf
conftest
*
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 47
43
"configure"
#line 47
32
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <pthread.h>
#include <pthread.h>
int main() {
int main() {
...
@@ -4748,7 +4737,7 @@ int main() {
...
@@ -4748,7 +4737,7 @@ int main() {
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:47
52
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:47
41
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
cat
>>
confdefs.h
<<
\
EOF
cat
>>
confdefs.h
<<
\
EOF
#define PTHREAD_MUTEX_HAVE___M_COUNT 1
#define PTHREAD_MUTEX_HAVE___M_COUNT 1
...
@@ -4768,12 +4757,12 @@ rm -f conftest*
...
@@ -4768,12 +4757,12 @@ rm -f conftest*
for
ac_func
in
gettimeofday
time
ftime
for
ac_func
in
gettimeofday
time
ftime
do
do
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
"configure:47
72
: checking for
$ac_func
"
>
&5
echo
"configure:47
61
: checking for
$ac_func
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 47
77
"configure"
#line 47
66
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char
$ac_func
(); below. */
which can conflict with char
$ac_func
(); below. */
...
@@ -4796,7 +4785,7 @@ $ac_func();
...
@@ -4796,7 +4785,7 @@ $ac_func();
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:4
800
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:4
789
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_
$ac_func
=yes"
eval
"ac_cv_func_
$ac_func
=yes"
else
else
...
@@ -4827,12 +4816,12 @@ done
...
@@ -4827,12 +4816,12 @@ done
for
ac_func
in
memmove
for
ac_func
in
memmove
do
do
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
"configure:48
31
: checking for
$ac_func
"
>
&5
echo
"configure:48
20
: checking for
$ac_func
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 48
36
"configure"
#line 48
25
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char
$ac_func
(); below. */
which can conflict with char
$ac_func
(); below. */
...
@@ -4855,7 +4844,7 @@ $ac_func();
...
@@ -4855,7 +4844,7 @@ $ac_func();
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:48
59
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:48
48
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_
$ac_func
=yes"
eval
"ac_cv_func_
$ac_func
=yes"
else
else
...
@@ -4885,12 +4874,12 @@ done
...
@@ -4885,12 +4874,12 @@ done
for
ac_func
in
memcpy
for
ac_func
in
memcpy
do
do
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
"configure:48
89
: checking for
$ac_func
"
>
&5
echo
"configure:48
78
: checking for
$ac_func
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 48
94
"configure"
#line 48
83
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char
$ac_func
(); below. */
which can conflict with char
$ac_func
(); below. */
...
@@ -4913,7 +4902,7 @@ $ac_func();
...
@@ -4913,7 +4902,7 @@ $ac_func();
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:49
17
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:49
06
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_
$ac_func
=yes"
eval
"ac_cv_func_
$ac_func
=yes"
else
else
...
@@ -4942,7 +4931,7 @@ done
...
@@ -4942,7 +4931,7 @@ done
fi
fi
echo
$ac_n
"checking for dlopen in -ldl""...
$ac_c
"
1>&6
echo
$ac_n
"checking for dlopen in -ldl""...
$ac_c
"
1>&6
echo
"configure:49
46
: checking for dlopen in -ldl"
>
&5
echo
"configure:49
35
: checking for dlopen in -ldl"
>
&5
ac_lib_var
=
`
echo
dl
'_'
dlopen | sed
'y%./+-%__p_%'
`
ac_lib_var
=
`
echo
dl
'_'
dlopen | sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
@@ -4950,7 +4939,7 @@ else
...
@@ -4950,7 +4939,7 @@ else
ac_save_LIBS
=
"
$LIBS
"
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-ldl
$LIBS
"
LIBS
=
"-ldl
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 49
54
"configure"
#line 49
43
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
/* We use char because int might match the return type of a gcc2
...
@@ -4961,7 +4950,7 @@ int main() {
...
@@ -4961,7 +4950,7 @@ int main() {
dlopen()
dlopen()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:49
65
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:49
54
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
else
...
@@ -5006,7 +4995,7 @@ fi
...
@@ -5006,7 +4995,7 @@ fi
#--------------------------------------------------------------------
#--------------------------------------------------------------------
echo
$ac_n
"checking for socket libraries""...
$ac_c
"
1>&6
echo
$ac_n
"checking for socket libraries""...
$ac_c
"
1>&6
echo
"configure:
5010
: checking for socket libraries"
>
&5
echo
"configure:
4999
: checking for socket libraries"
>
&5
if
eval
"test
\"
`
echo
'$''{'
gcj_cv_lib_sockets
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
gcj_cv_lib_sockets
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -5014,12 +5003,12 @@ else
...
@@ -5014,12 +5003,12 @@ else
gcj_checkBoth
=
0
gcj_checkBoth
=
0
unset
ac_cv_func_connect
unset
ac_cv_func_connect
echo
$ac_n
"checking for connect""...
$ac_c
"
1>&6
echo
$ac_n
"checking for connect""...
$ac_c
"
1>&6
echo
"configure:50
18
: checking for connect"
>
&5
echo
"configure:50
07
: checking for connect"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_connect
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_connect
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 50
23
"configure"
#line 50
12
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char connect(); below. */
which can conflict with char connect(); below. */
...
@@ -5042,7 +5031,7 @@ connect();
...
@@ -5042,7 +5031,7 @@ connect();
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:50
46
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:50
35
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_connect=yes"
eval
"ac_cv_func_connect=yes"
else
else
...
@@ -5065,7 +5054,7 @@ fi
...
@@ -5065,7 +5054,7 @@ fi
if
test
"
$gcj_checkSocket
"
=
1
;
then
if
test
"
$gcj_checkSocket
"
=
1
;
then
unset
ac_cv_func_connect
unset
ac_cv_func_connect
echo
$ac_n
"checking for main in -lsocket""...
$ac_c
"
1>&6
echo
$ac_n
"checking for main in -lsocket""...
$ac_c
"
1>&6
echo
"configure:50
69
: checking for main in -lsocket"
>
&5
echo
"configure:50
58
: checking for main in -lsocket"
>
&5
ac_lib_var
=
`
echo
socket
'_'
main | sed
'y%./+-%__p_%'
`
ac_lib_var
=
`
echo
socket
'_'
main | sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
@@ -5073,14 +5062,14 @@ else
...
@@ -5073,14 +5062,14 @@ else
ac_save_LIBS
=
"
$LIBS
"
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-lsocket
$LIBS
"
LIBS
=
"-lsocket
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 50
77
"configure"
#line 50
66
"configure"
#include "confdefs.h"
#include "confdefs.h"
int main() {
int main() {
main()
main()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:50
84
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:50
73
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
else
...
@@ -5107,12 +5096,12 @@ fi
...
@@ -5107,12 +5096,12 @@ fi
LIBS
=
"
$LIBS
-lsocket -lnsl"
LIBS
=
"
$LIBS
-lsocket -lnsl"
unset
ac_cv_func_accept
unset
ac_cv_func_accept
echo
$ac_n
"checking for accept""...
$ac_c
"
1>&6
echo
$ac_n
"checking for accept""...
$ac_c
"
1>&6
echo
"configure:51
11
: checking for accept"
>
&5
echo
"configure:51
00
: checking for accept"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_accept
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_accept
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 51
16
"configure"
#line 51
05
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char accept(); below. */
which can conflict with char accept(); below. */
...
@@ -5135,7 +5124,7 @@ accept();
...
@@ -5135,7 +5124,7 @@ accept();
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:51
39
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:51
28
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_accept=yes"
eval
"ac_cv_func_accept=yes"
else
else
...
@@ -5162,12 +5151,12 @@ fi
...
@@ -5162,12 +5151,12 @@ fi
gcj_oldLibs
=
$LIBS
gcj_oldLibs
=
$LIBS
LIBS
=
"
$LIBS
$gcj_cv_lib_sockets
"
LIBS
=
"
$LIBS
$gcj_cv_lib_sockets
"
echo
$ac_n
"checking for gethostbyname""...
$ac_c
"
1>&6
echo
$ac_n
"checking for gethostbyname""...
$ac_c
"
1>&6
echo
"configure:51
66
: checking for gethostbyname"
>
&5
echo
"configure:51
55
: checking for gethostbyname"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_gethostbyname
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_gethostbyname
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 51
71
"configure"
#line 51
60
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char gethostbyname(); below. */
which can conflict with char gethostbyname(); below. */
...
@@ -5190,7 +5179,7 @@ gethostbyname();
...
@@ -5190,7 +5179,7 @@ gethostbyname();
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:51
94
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:51
83
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_gethostbyname=yes"
eval
"ac_cv_func_gethostbyname=yes"
else
else
...
@@ -5208,7 +5197,7 @@ if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
...
@@ -5208,7 +5197,7 @@ if eval "test \"`echo '$ac_cv_func_'gethostbyname`\" = yes"; then
else
else
echo
"
$ac_t
""no"
1>&6
echo
"
$ac_t
""no"
1>&6
echo
$ac_n
"checking for main in -lnsl""...
$ac_c
"
1>&6
echo
$ac_n
"checking for main in -lnsl""...
$ac_c
"
1>&6
echo
"configure:52
12
: checking for main in -lnsl"
>
&5
echo
"configure:52
01
: checking for main in -lnsl"
>
&5
ac_lib_var
=
`
echo
nsl
'_'
main | sed
'y%./+-%__p_%'
`
ac_lib_var
=
`
echo
nsl
'_'
main | sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
@@ -5216,14 +5205,14 @@ else
...
@@ -5216,14 +5205,14 @@ else
ac_save_LIBS
=
"
$LIBS
"
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-lnsl
$LIBS
"
LIBS
=
"-lnsl
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 52
20
"configure"
#line 52
09
"configure"
#include "confdefs.h"
#include "confdefs.h"
int main() {
int main() {
main()
main()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:52
27
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:52
16
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
else
...
@@ -5255,7 +5244,7 @@ echo "$ac_t""$gcj_cv_lib_sockets" 1>&6
...
@@ -5255,7 +5244,7 @@ echo "$ac_t""$gcj_cv_lib_sockets" 1>&6
if
test
"
$with_system_zlib
"
=
yes
;
then
if
test
"
$with_system_zlib
"
=
yes
;
then
echo
$ac_n
"checking for deflate in -lz""...
$ac_c
"
1>&6
echo
$ac_n
"checking for deflate in -lz""...
$ac_c
"
1>&6
echo
"configure:52
59
: checking for deflate in -lz"
>
&5
echo
"configure:52
48
: checking for deflate in -lz"
>
&5
ac_lib_var
=
`
echo
z
'_'
deflate | sed
'y%./+-%__p_%'
`
ac_lib_var
=
`
echo
z
'_'
deflate | sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
@@ -5263,7 +5252,7 @@ else
...
@@ -5263,7 +5252,7 @@ else
ac_save_LIBS
=
"
$LIBS
"
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-lz
$LIBS
"
LIBS
=
"-lz
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 52
67
"configure"
#line 52
56
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
/* We use char because int might match the return type of a gcc2
...
@@ -5274,7 +5263,7 @@ int main() {
...
@@ -5274,7 +5263,7 @@ int main() {
deflate()
deflate()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:52
78
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:52
67
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
else
...
@@ -5301,7 +5290,7 @@ fi
...
@@ -5301,7 +5290,7 @@ fi
# requires -ldl.
# requires -ldl.
if
test
"
$GC
"
=
boehm
;
then
if
test
"
$GC
"
=
boehm
;
then
echo
$ac_n
"checking for main in -ldl""...
$ac_c
"
1>&6
echo
$ac_n
"checking for main in -ldl""...
$ac_c
"
1>&6
echo
"configure:5
305
: checking for main in -ldl"
>
&5
echo
"configure:5
294
: checking for main in -ldl"
>
&5
ac_lib_var
=
`
echo
dl
'_'
main | sed
'y%./+-%__p_%'
`
ac_lib_var
=
`
echo
dl
'_'
main | sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
@@ -5309,14 +5298,14 @@ else
...
@@ -5309,14 +5298,14 @@ else
ac_save_LIBS
=
"
$LIBS
"
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-ldl
$LIBS
"
LIBS
=
"-ldl
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 53
13
"configure"
#line 53
02
"configure"
#include "confdefs.h"
#include "confdefs.h"
int main() {
int main() {
main()
main()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:53
20
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:53
09
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
else
...
@@ -5382,7 +5371,7 @@ fi
...
@@ -5382,7 +5371,7 @@ fi
# Extract the first word of "${ac_tool_prefix}gcj", so it can be a program name with args.
# Extract the first word of "${ac_tool_prefix}gcj", so it can be a program name with args.
set
dummy
${
ac_tool_prefix
}
gcj
;
ac_word
=
$2
set
dummy
${
ac_tool_prefix
}
gcj
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:53
86
: checking for
$ac_word
"
>
&5
echo
"configure:53
75
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_GCJ
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_GCJ
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -5414,7 +5403,7 @@ if test -n "$ac_tool_prefix"; then
...
@@ -5414,7 +5403,7 @@ if test -n "$ac_tool_prefix"; then
# Extract the first word of "gcj", so it can be a program name with args.
# Extract the first word of "gcj", so it can be a program name with args.
set
dummy gcj
;
ac_word
=
$2
set
dummy gcj
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:54
18
: checking for
$ac_word
"
>
&5
echo
"configure:54
07
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_GCJ
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_GCJ
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -5476,13 +5465,13 @@ exec 5>>./config.log
...
@@ -5476,13 +5465,13 @@ exec 5>>./config.log
CPPFLAGS
=
$GCJ_SAVE_CPPFLAGS
CPPFLAGS
=
$GCJ_SAVE_CPPFLAGS
echo
$ac_n
"checking size of void *""...
$ac_c
"
1>&6
echo
$ac_n
"checking size of void *""...
$ac_c
"
1>&6
echo
"configure:54
80
: checking size of void *"
>
&5
echo
"configure:54
69
: checking size of void *"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_sizeof_void_p
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_sizeof_void_p
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
for
ac_size
in
4 8 1 2 16 12
;
do
# List sizes in rough order of prevalence.
for
ac_size
in
4 8 1 2 16 12
;
do
# List sizes in rough order of prevalence.
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 54
86
"configure"
#line 54
75
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/types.h>
...
@@ -5492,7 +5481,7 @@ int main() {
...
@@ -5492,7 +5481,7 @@ int main() {
switch (0) case 0: case (sizeof (void *) ==
$ac_size
):;
switch (0) case 0: case (sizeof (void *) ==
$ac_size
):;
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:54
96
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:54
85
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
ac_cv_sizeof_void_p
=
$ac_size
ac_cv_sizeof_void_p
=
$ac_size
else
else
...
@@ -5594,18 +5583,18 @@ EOF
...
@@ -5594,18 +5583,18 @@ EOF
echo
$ac_n
"checking for g++ -ffloat-store bug""...
$ac_c
"
1>&6
echo
$ac_n
"checking for g++ -ffloat-store bug""...
$ac_c
"
1>&6
echo
"configure:55
98
: checking for g++ -ffloat-store bug"
>
&5
echo
"configure:55
87
: checking for g++ -ffloat-store bug"
>
&5
save_CFLAGS
=
"
$CFLAGS
"
save_CFLAGS
=
"
$CFLAGS
"
CFLAGS
=
"-x c++ -O2 -ffloat-store"
CFLAGS
=
"-x c++ -O2 -ffloat-store"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 5
602
"configure"
#line 5
591
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <math.h>
#include <math.h>
int main() {
int main() {
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:5
609
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:5
598
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
echo
"
$ac_t
""no"
1>&6
echo
"
$ac_t
""no"
1>&6
else
else
...
@@ -5625,17 +5614,17 @@ for ac_hdr in unistd.h bstring.h sys/time.h sys/types.h fcntl.h sys/ioctl.h sys/
...
@@ -5625,17 +5614,17 @@ for ac_hdr in unistd.h bstring.h sys/time.h sys/types.h fcntl.h sys/ioctl.h sys/
do
do
ac_safe
=
`
echo
"
$ac_hdr
"
| sed
'y%./+-%__p_%'
`
ac_safe
=
`
echo
"
$ac_hdr
"
| sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
"configure:56
29
: checking for
$ac_hdr
"
>
&5
echo
"configure:56
18
: checking for
$ac_hdr
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 56
34
"configure"
#line 56
23
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <
$ac_hdr
>
#include <
$ac_hdr
>
EOF
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:56
39
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:56
28
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
...
@@ -5665,17 +5654,17 @@ for ac_hdr in dirent.h
...
@@ -5665,17 +5654,17 @@ for ac_hdr in dirent.h
do
do
ac_safe
=
`
echo
"
$ac_hdr
"
| sed
'y%./+-%__p_%'
`
ac_safe
=
`
echo
"
$ac_hdr
"
| sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
"configure:56
69
: checking for
$ac_hdr
"
>
&5
echo
"configure:56
58
: checking for
$ac_hdr
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 56
74
"configure"
#line 56
63
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <
$ac_hdr
>
#include <
$ac_hdr
>
EOF
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:56
79
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:56
68
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
...
@@ -5705,17 +5694,17 @@ for ac_hdr in inttypes.h
...
@@ -5705,17 +5694,17 @@ for ac_hdr in inttypes.h
do
do
ac_safe
=
`
echo
"
$ac_hdr
"
| sed
'y%./+-%__p_%'
`
ac_safe
=
`
echo
"
$ac_hdr
"
| sed
'y%./+-%__p_%'
`
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_hdr
""...
$ac_c
"
1>&6
echo
"configure:5
709
: checking for
$ac_hdr
"
>
&5
echo
"configure:5
698
: checking for
$ac_hdr
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_
$ac_safe
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 57
14
"configure"
#line 57
03
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <
$ac_hdr
>
#include <
$ac_hdr
>
EOF
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:57
19
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:57
08
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
...
@@ -5751,12 +5740,12 @@ fi
...
@@ -5751,12 +5740,12 @@ fi
done
done
echo
$ac_n
"checking for sys/wait.h that is POSIX.1 compatible""...
$ac_c
"
1>&6
echo
$ac_n
"checking for sys/wait.h that is POSIX.1 compatible""...
$ac_c
"
1>&6
echo
"configure:57
55
: checking for sys/wait.h that is POSIX.1 compatible"
>
&5
echo
"configure:57
44
: checking for sys/wait.h that is POSIX.1 compatible"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_sys_wait_h
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_sys_wait_h
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 57
60
"configure"
#line 57
49
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/wait.h>
...
@@ -5772,7 +5761,7 @@ wait (&s);
...
@@ -5772,7 +5761,7 @@ wait (&s);
s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:57
76
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:57
65
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
ac_cv_header_sys_wait_h
=
yes
ac_cv_header_sys_wait_h
=
yes
else
else
...
@@ -5794,12 +5783,12 @@ fi
...
@@ -5794,12 +5783,12 @@ fi
echo
$ac_n
"checking for ANSI C header files""...
$ac_c
"
1>&6
echo
$ac_n
"checking for ANSI C header files""...
$ac_c
"
1>&6
echo
"configure:57
98
: checking for ANSI C header files"
>
&5
echo
"configure:57
87
: checking for ANSI C header files"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_stdc
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_stdc
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 5
803
"configure"
#line 5
792
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <stdlib.h>
#include <stdlib.h>
#include <stdarg.h>
#include <stdarg.h>
...
@@ -5807,7 +5796,7 @@ else
...
@@ -5807,7 +5796,7 @@ else
#include <float.h>
#include <float.h>
EOF
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:58
11
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:58
00
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
...
@@ -5824,7 +5813,7 @@ rm -f conftest*
...
@@ -5824,7 +5813,7 @@ rm -f conftest*
if
test
$ac_cv_header_stdc
=
yes
;
then
if
test
$ac_cv_header_stdc
=
yes
;
then
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
# SunOS 4.x string.h does not declare mem*, contrary to ANSI.
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 58
28
"configure"
#line 58
17
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <string.h>
#include <string.h>
EOF
EOF
...
@@ -5842,7 +5831,7 @@ fi
...
@@ -5842,7 +5831,7 @@ fi
if
test
$ac_cv_header_stdc
=
yes
;
then
if
test
$ac_cv_header_stdc
=
yes
;
then
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
# ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 58
46
"configure"
#line 58
35
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <stdlib.h>
#include <stdlib.h>
EOF
EOF
...
@@ -5863,7 +5852,7 @@ if test "$cross_compiling" = yes; then
...
@@ -5863,7 +5852,7 @@ if test "$cross_compiling" = yes; then
:
:
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 58
67
"configure"
#line 58
56
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <ctype.h>
#include <ctype.h>
#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
#define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
...
@@ -5874,7 +5863,7 @@ if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
...
@@ -5874,7 +5863,7 @@ if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
exit (0); }
exit (0); }
EOF
EOF
if
{
(
eval echo
configure:58
78
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
if
{
(
eval echo
configure:58
67
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
then
then
:
:
else
else
...
@@ -5898,12 +5887,12 @@ EOF
...
@@ -5898,12 +5887,12 @@ EOF
fi
fi
echo
$ac_n
"checking for ssize_t""...
$ac_c
"
1>&6
echo
$ac_n
"checking for ssize_t""...
$ac_c
"
1>&6
echo
"configure:5
902
: checking for ssize_t"
>
&5
echo
"configure:5
891
: checking for ssize_t"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_type_ssize_t
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_type_ssize_t
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 5
907
"configure"
#line 5
896
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/types.h>
#if STDC_HEADERS
#if STDC_HEADERS
...
@@ -5932,9 +5921,9 @@ fi
...
@@ -5932,9 +5921,9 @@ fi
echo
$ac_n
"checking for in_addr_t""...
$ac_c
"
1>&6
echo
$ac_n
"checking for in_addr_t""...
$ac_c
"
1>&6
echo
"configure:59
36
: checking for in_addr_t"
>
&5
echo
"configure:59
25
: checking for in_addr_t"
>
&5
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 59
38
"configure"
#line 59
27
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/types.h>
#if STDC_HEADERS
#if STDC_HEADERS
...
@@ -5948,7 +5937,7 @@ int main() {
...
@@ -5948,7 +5937,7 @@ int main() {
in_addr_t foo;
in_addr_t foo;
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:59
52
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:59
41
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
cat
>>
confdefs.h
<<
\
EOF
cat
>>
confdefs.h
<<
\
EOF
#define HAVE_IN_ADDR_T 1
#define HAVE_IN_ADDR_T 1
...
@@ -5964,16 +5953,16 @@ fi
...
@@ -5964,16 +5953,16 @@ fi
rm
-f
conftest
*
rm
-f
conftest
*
echo
$ac_n
"checking whether struct ip_mreq is in netinet/in.h""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether struct ip_mreq is in netinet/in.h""...
$ac_c
"
1>&6
echo
"configure:59
68
: checking whether struct ip_mreq is in netinet/in.h"
>
&5
echo
"configure:59
57
: checking whether struct ip_mreq is in netinet/in.h"
>
&5
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 59
70
"configure"
#line 59
59
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <netinet/in.h>
#include <netinet/in.h>
int main() {
int main() {
struct ip_mreq mreq;
struct ip_mreq mreq;
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:59
77
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:59
66
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
cat
>>
confdefs.h
<<
\
EOF
cat
>>
confdefs.h
<<
\
EOF
#define HAVE_STRUCT_IP_MREQ 1
#define HAVE_STRUCT_IP_MREQ 1
...
@@ -5989,16 +5978,16 @@ fi
...
@@ -5989,16 +5978,16 @@ fi
rm
-f
conftest
*
rm
-f
conftest
*
echo
$ac_n
"checking whether struct ipv6_mreq is in netinet/in.h""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether struct ipv6_mreq is in netinet/in.h""...
$ac_c
"
1>&6
echo
"configure:59
93
: checking whether struct ipv6_mreq is in netinet/in.h"
>
&5
echo
"configure:59
82
: checking whether struct ipv6_mreq is in netinet/in.h"
>
&5
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 59
95
"configure"
#line 59
84
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <netinet/in.h>
#include <netinet/in.h>
int main() {
int main() {
struct ipv6_mreq mreq6;
struct ipv6_mreq mreq6;
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:
6002
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:
5991
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
cat
>>
confdefs.h
<<
\
EOF
cat
>>
confdefs.h
<<
\
EOF
#define HAVE_STRUCT_IPV6_MREQ 1
#define HAVE_STRUCT_IPV6_MREQ 1
...
@@ -6014,16 +6003,16 @@ fi
...
@@ -6014,16 +6003,16 @@ fi
rm
-f
conftest
*
rm
-f
conftest
*
echo
$ac_n
"checking whether struct sockaddr_in6 is in netinet/in.h""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether struct sockaddr_in6 is in netinet/in.h""...
$ac_c
"
1>&6
echo
"configure:60
18
: checking whether struct sockaddr_in6 is in netinet/in.h"
>
&5
echo
"configure:60
07
: checking whether struct sockaddr_in6 is in netinet/in.h"
>
&5
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 60
20
"configure"
#line 60
09
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <netinet/in.h>
#include <netinet/in.h>
int main() {
int main() {
struct sockaddr_in6 addr6;
struct sockaddr_in6 addr6;
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:60
27
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:60
16
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
cat
>>
confdefs.h
<<
\
EOF
cat
>>
confdefs.h
<<
\
EOF
#define HAVE_INET6 1
#define HAVE_INET6 1
...
@@ -6039,9 +6028,9 @@ fi
...
@@ -6039,9 +6028,9 @@ fi
rm
-f
conftest
*
rm
-f
conftest
*
echo
$ac_n
"checking for socklen_t in sys/socket.h""...
$ac_c
"
1>&6
echo
$ac_n
"checking for socklen_t in sys/socket.h""...
$ac_c
"
1>&6
echo
"configure:60
43
: checking for socklen_t in sys/socket.h"
>
&5
echo
"configure:60
32
: checking for socklen_t in sys/socket.h"
>
&5
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 60
45
"configure"
#line 60
34
"configure"
#include "confdefs.h"
#include "confdefs.h"
#define _POSIX_PII_SOCKET
#define _POSIX_PII_SOCKET
#include <sys/types.h>
#include <sys/types.h>
...
@@ -6050,7 +6039,7 @@ int main() {
...
@@ -6050,7 +6039,7 @@ int main() {
socklen_t x = 5;
socklen_t x = 5;
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:60
54
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:60
43
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
cat
>>
confdefs.h
<<
\
EOF
cat
>>
confdefs.h
<<
\
EOF
#define HAVE_SOCKLEN_T 1
#define HAVE_SOCKLEN_T 1
...
@@ -6066,16 +6055,16 @@ fi
...
@@ -6066,16 +6055,16 @@ fi
rm
-f
conftest
*
rm
-f
conftest
*
echo
$ac_n
"checking for tm_gmtoff in struct tm""...
$ac_c
"
1>&6
echo
$ac_n
"checking for tm_gmtoff in struct tm""...
$ac_c
"
1>&6
echo
"configure:60
70
: checking for tm_gmtoff in struct tm"
>
&5
echo
"configure:60
59
: checking for tm_gmtoff in struct tm"
>
&5
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 60
72
"configure"
#line 60
61
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <time.h>
#include <time.h>
int main() {
int main() {
struct tm tim; tim.tm_gmtoff = 0;
struct tm tim; tim.tm_gmtoff = 0;
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:60
79
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:60
68
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
cat
>>
confdefs.h
<<
\
EOF
cat
>>
confdefs.h
<<
\
EOF
#define STRUCT_TM_HAS_GMTOFF 1
#define STRUCT_TM_HAS_GMTOFF 1
...
@@ -6088,16 +6077,16 @@ else
...
@@ -6088,16 +6077,16 @@ else
rm
-rf
conftest
*
rm
-rf
conftest
*
echo
"
$ac_t
""no"
1>&6
echo
"
$ac_t
""no"
1>&6
echo
$ac_n
"checking for global timezone variable""...
$ac_c
"
1>&6
echo
$ac_n
"checking for global timezone variable""...
$ac_c
"
1>&6
echo
"configure:60
92
: checking for global timezone variable"
>
&5
echo
"configure:60
81
: checking for global timezone variable"
>
&5
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 60
94
"configure"
#line 60
83
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <time.h>
#include <time.h>
int main() {
int main() {
long z2 = timezone;
long z2 = timezone;
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:6
101
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
if
{
(
eval echo
configure:6
090
:
\"
$ac_compile
\"
)
1>&5
;
(
eval
$ac_compile
)
2>&5
;
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
cat
>>
confdefs.h
<<
\
EOF
cat
>>
confdefs.h
<<
\
EOF
#define HAVE_TIMEZONE 1
#define HAVE_TIMEZONE 1
...
@@ -6117,19 +6106,19 @@ rm -f conftest*
...
@@ -6117,19 +6106,19 @@ rm -f conftest*
# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
# The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
# for constant arguments. Useless!
# for constant arguments. Useless!
echo
$ac_n
"checking for working alloca.h""...
$ac_c
"
1>&6
echo
$ac_n
"checking for working alloca.h""...
$ac_c
"
1>&6
echo
"configure:61
21
: checking for working alloca.h"
>
&5
echo
"configure:61
10
: checking for working alloca.h"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_alloca_h
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_header_alloca_h
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 61
26
"configure"
#line 61
15
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <alloca.h>
#include <alloca.h>
int main() {
int main() {
char *p = alloca(2 * sizeof(int));
char *p = alloca(2 * sizeof(int));
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:61
33
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:61
22
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
ac_cv_header_alloca_h
=
yes
ac_cv_header_alloca_h
=
yes
else
else
...
@@ -6150,12 +6139,12 @@ EOF
...
@@ -6150,12 +6139,12 @@ EOF
fi
fi
echo
$ac_n
"checking for alloca""...
$ac_c
"
1>&6
echo
$ac_n
"checking for alloca""...
$ac_c
"
1>&6
echo
"configure:61
54
: checking for alloca"
>
&5
echo
"configure:61
43
: checking for alloca"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_alloca_works
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_alloca_works
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 61
59
"configure"
#line 61
48
"configure"
#include "confdefs.h"
#include "confdefs.h"
#ifdef __GNUC__
#ifdef __GNUC__
...
@@ -6183,7 +6172,7 @@ int main() {
...
@@ -6183,7 +6172,7 @@ int main() {
char *p = (char *) alloca(1);
char *p = (char *) alloca(1);
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:61
87
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:61
76
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
ac_cv_func_alloca_works
=
yes
ac_cv_func_alloca_works
=
yes
else
else
...
@@ -6215,12 +6204,12 @@ EOF
...
@@ -6215,12 +6204,12 @@ EOF
echo
$ac_n
"checking whether alloca needs Cray hooks""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether alloca needs Cray hooks""...
$ac_c
"
1>&6
echo
"configure:62
19
: checking whether alloca needs Cray hooks"
>
&5
echo
"configure:62
08
: checking whether alloca needs Cray hooks"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_os_cray
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_os_cray
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 62
24
"configure"
#line 62
13
"configure"
#include "confdefs.h"
#include "confdefs.h"
#if defined(CRAY) && ! defined(CRAY2)
#if defined(CRAY) && ! defined(CRAY2)
webecray
webecray
...
@@ -6245,12 +6234,12 @@ echo "$ac_t""$ac_cv_os_cray" 1>&6
...
@@ -6245,12 +6234,12 @@ echo "$ac_t""$ac_cv_os_cray" 1>&6
if
test
$ac_cv_os_cray
=
yes
;
then
if
test
$ac_cv_os_cray
=
yes
;
then
for
ac_func
in
_getb67 GETB67 getb67
;
do
for
ac_func
in
_getb67 GETB67 getb67
;
do
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_func
""...
$ac_c
"
1>&6
echo
"configure:62
49
: checking for
$ac_func
"
>
&5
echo
"configure:62
38
: checking for
$ac_func
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_
$ac_func
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 62
54
"configure"
#line 62
43
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char
$ac_func
(); below. */
which can conflict with char
$ac_func
(); below. */
...
@@ -6273,7 +6262,7 @@ $ac_func();
...
@@ -6273,7 +6262,7 @@ $ac_func();
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:62
77
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:62
66
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_
$ac_func
=yes"
eval
"ac_cv_func_
$ac_func
=yes"
else
else
...
@@ -6300,7 +6289,7 @@ done
...
@@ -6300,7 +6289,7 @@ done
fi
fi
echo
$ac_n
"checking stack direction for C alloca""...
$ac_c
"
1>&6
echo
$ac_n
"checking stack direction for C alloca""...
$ac_c
"
1>&6
echo
"configure:6
304
: checking stack direction for C alloca"
>
&5
echo
"configure:6
293
: checking stack direction for C alloca"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_c_stack_direction
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_c_stack_direction
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -6308,7 +6297,7 @@ else
...
@@ -6308,7 +6297,7 @@ else
ac_cv_c_stack_direction
=
0
ac_cv_c_stack_direction
=
0
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 63
12
"configure"
#line 63
01
"configure"
#include "confdefs.h"
#include "confdefs.h"
find_stack_direction ()
find_stack_direction ()
{
{
...
@@ -6327,7 +6316,7 @@ main ()
...
@@ -6327,7 +6316,7 @@ main ()
exit (find_stack_direction() < 0);
exit (find_stack_direction() < 0);
}
}
EOF
EOF
if
{
(
eval echo
configure:63
31
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
if
{
(
eval echo
configure:63
20
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
&&
(
./conftest
;
exit
)
2>/dev/null
then
then
ac_cv_c_stack_direction
=
1
ac_cv_c_stack_direction
=
1
else
else
...
@@ -6354,7 +6343,7 @@ do
...
@@ -6354,7 +6343,7 @@ do
# Extract the first word of "$ac_prog", so it can be a program name with args.
# Extract the first word of "$ac_prog", so it can be a program name with args.
set
dummy
$ac_prog
;
ac_word
=
$2
set
dummy
$ac_prog
;
ac_word
=
$2
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
$ac_n
"checking for
$ac_word
""...
$ac_c
"
1>&6
echo
"configure:63
58
: checking for
$ac_word
"
>
&5
echo
"configure:63
47
: checking for
$ac_word
"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_PERL
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_prog_PERL
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
...
@@ -6432,7 +6421,7 @@ fi
...
@@ -6432,7 +6421,7 @@ fi
# Uses ac_ vars as temps to allow command line to override cache and checks.
# Uses ac_ vars as temps to allow command line to override cache and checks.
# --without-x overrides everything else, but does not touch the cache.
# --without-x overrides everything else, but does not touch the cache.
echo
$ac_n
"checking for X""...
$ac_c
"
1>&6
echo
$ac_n
"checking for X""...
$ac_c
"
1>&6
echo
"configure:64
36
: checking for X"
>
&5
echo
"configure:64
25
: checking for X"
>
&5
# Check whether --with-x or --without-x was given.
# Check whether --with-x or --without-x was given.
if
test
"
${
with_x
+set
}
"
=
set
;
then
if
test
"
${
with_x
+set
}
"
=
set
;
then
...
@@ -6494,12 +6483,12 @@ if test "$ac_x_includes" = NO; then
...
@@ -6494,12 +6483,12 @@ if test "$ac_x_includes" = NO; then
# First, try using that file with no special directory specified.
# First, try using that file with no special directory specified.
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 64
98
"configure"
#line 64
87
"configure"
#include "confdefs.h"
#include "confdefs.h"
#include <
$x_direct_test_include
>
#include <
$x_direct_test_include
>
EOF
EOF
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
ac_try
=
"
$ac_cpp
conftest.
$ac_ext
>/dev/null 2>conftest.out"
{
(
eval echo
configure:6
503
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
{
(
eval echo
configure:6
492
:
\"
$ac_try
\"
)
1>&5
;
(
eval
$ac_try
)
2>&5
;
}
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
ac_err
=
`
grep
-v
'^ *+'
conftest.out |
grep
-v
"^conftest.
${
ac_ext
}
\$
"
`
if
test
-z
"
$ac_err
"
;
then
if
test
-z
"
$ac_err
"
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
...
@@ -6568,14 +6557,14 @@ if test "$ac_x_libraries" = NO; then
...
@@ -6568,14 +6557,14 @@ if test "$ac_x_libraries" = NO; then
ac_save_LIBS
=
"
$LIBS
"
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-l
$x_direct_test_library
$LIBS
"
LIBS
=
"-l
$x_direct_test_library
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 65
72
"configure"
#line 65
61
"configure"
#include "confdefs.h"
#include "confdefs.h"
int main() {
int main() {
${
x_direct_test_function
}
()
${
x_direct_test_function
}
()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:65
79
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:65
68
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
LIBS
=
"
$ac_save_LIBS
"
LIBS
=
"
$ac_save_LIBS
"
# We can link X programs with no special library path.
# We can link X programs with no special library path.
...
@@ -6681,17 +6670,17 @@ else
...
@@ -6681,17 +6670,17 @@ else
case
"
`
(
uname
-sr
)
2>/dev/null
`
"
in
case
"
`
(
uname
-sr
)
2>/dev/null
`
"
in
"SunOS 5"
*
)
"SunOS 5"
*
)
echo
$ac_n
"checking whether -R must be followed by a space""...
$ac_c
"
1>&6
echo
$ac_n
"checking whether -R must be followed by a space""...
$ac_c
"
1>&6
echo
"configure:66
85
: checking whether -R must be followed by a space"
>
&5
echo
"configure:66
74
: checking whether -R must be followed by a space"
>
&5
ac_xsave_LIBS
=
"
$LIBS
"
;
LIBS
=
"
$LIBS
-R
$x_libraries
"
ac_xsave_LIBS
=
"
$LIBS
"
;
LIBS
=
"
$LIBS
-R
$x_libraries
"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 66
88
"configure"
#line 66
77
"configure"
#include "confdefs.h"
#include "confdefs.h"
int main() {
int main() {
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:66
95
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:66
84
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
ac_R_nospace
=
yes
ac_R_nospace
=
yes
else
else
...
@@ -6707,14 +6696,14 @@ rm -f conftest*
...
@@ -6707,14 +6696,14 @@ rm -f conftest*
else
else
LIBS
=
"
$ac_xsave_LIBS
-R
$x_libraries
"
LIBS
=
"
$ac_xsave_LIBS
-R
$x_libraries
"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 67
11
"configure"
#line 67
00
"configure"
#include "confdefs.h"
#include "confdefs.h"
int main() {
int main() {
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:67
18
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:67
07
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
ac_R_space
=
yes
ac_R_space
=
yes
else
else
...
@@ -6746,7 +6735,7 @@ rm -f conftest*
...
@@ -6746,7 +6735,7 @@ rm -f conftest*
# libraries were built with DECnet support. And karl@cs.umb.edu says
# libraries were built with DECnet support. And karl@cs.umb.edu says
# the Alpha needs dnet_stub (dnet does not exist).
# the Alpha needs dnet_stub (dnet does not exist).
echo
$ac_n
"checking for dnet_ntoa in -ldnet""...
$ac_c
"
1>&6
echo
$ac_n
"checking for dnet_ntoa in -ldnet""...
$ac_c
"
1>&6
echo
"configure:67
50
: checking for dnet_ntoa in -ldnet"
>
&5
echo
"configure:67
39
: checking for dnet_ntoa in -ldnet"
>
&5
ac_lib_var
=
`
echo
dnet
'_'
dnet_ntoa | sed
'y%./+-%__p_%'
`
ac_lib_var
=
`
echo
dnet
'_'
dnet_ntoa | sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
@@ -6754,7 +6743,7 @@ else
...
@@ -6754,7 +6743,7 @@ else
ac_save_LIBS
=
"
$LIBS
"
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-ldnet
$LIBS
"
LIBS
=
"-ldnet
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 67
58
"configure"
#line 67
47
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
/* We use char because int might match the return type of a gcc2
...
@@ -6765,7 +6754,7 @@ int main() {
...
@@ -6765,7 +6754,7 @@ int main() {
dnet_ntoa()
dnet_ntoa()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:67
69
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:67
58
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
else
...
@@ -6787,7 +6776,7 @@ fi
...
@@ -6787,7 +6776,7 @@ fi
if
test
$ac_cv_lib_dnet_dnet_ntoa
=
no
;
then
if
test
$ac_cv_lib_dnet_dnet_ntoa
=
no
;
then
echo
$ac_n
"checking for dnet_ntoa in -ldnet_stub""...
$ac_c
"
1>&6
echo
$ac_n
"checking for dnet_ntoa in -ldnet_stub""...
$ac_c
"
1>&6
echo
"configure:67
91
: checking for dnet_ntoa in -ldnet_stub"
>
&5
echo
"configure:67
80
: checking for dnet_ntoa in -ldnet_stub"
>
&5
ac_lib_var
=
`
echo
dnet_stub
'_'
dnet_ntoa | sed
'y%./+-%__p_%'
`
ac_lib_var
=
`
echo
dnet_stub
'_'
dnet_ntoa | sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
@@ -6795,7 +6784,7 @@ else
...
@@ -6795,7 +6784,7 @@ else
ac_save_LIBS
=
"
$LIBS
"
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-ldnet_stub
$LIBS
"
LIBS
=
"-ldnet_stub
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 67
99
"configure"
#line 67
88
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
/* We use char because int might match the return type of a gcc2
...
@@ -6806,7 +6795,7 @@ int main() {
...
@@ -6806,7 +6795,7 @@ int main() {
dnet_ntoa()
dnet_ntoa()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:6
810
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:6
799
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
else
...
@@ -6835,12 +6824,12 @@ fi
...
@@ -6835,12 +6824,12 @@ fi
# The nsl library prevents programs from opening the X display
# The nsl library prevents programs from opening the X display
# on Irix 5.2, according to dickey@clark.net.
# on Irix 5.2, according to dickey@clark.net.
echo
$ac_n
"checking for gethostbyname""...
$ac_c
"
1>&6
echo
$ac_n
"checking for gethostbyname""...
$ac_c
"
1>&6
echo
"configure:68
39
: checking for gethostbyname"
>
&5
echo
"configure:68
28
: checking for gethostbyname"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_gethostbyname
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_gethostbyname
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 68
44
"configure"
#line 68
33
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char gethostbyname(); below. */
which can conflict with char gethostbyname(); below. */
...
@@ -6863,7 +6852,7 @@ gethostbyname();
...
@@ -6863,7 +6852,7 @@ gethostbyname();
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:68
67
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:68
56
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_gethostbyname=yes"
eval
"ac_cv_func_gethostbyname=yes"
else
else
...
@@ -6884,7 +6873,7 @@ fi
...
@@ -6884,7 +6873,7 @@ fi
if
test
$ac_cv_func_gethostbyname
=
no
;
then
if
test
$ac_cv_func_gethostbyname
=
no
;
then
echo
$ac_n
"checking for gethostbyname in -lnsl""...
$ac_c
"
1>&6
echo
$ac_n
"checking for gethostbyname in -lnsl""...
$ac_c
"
1>&6
echo
"configure:68
88
: checking for gethostbyname in -lnsl"
>
&5
echo
"configure:68
77
: checking for gethostbyname in -lnsl"
>
&5
ac_lib_var
=
`
echo
nsl
'_'
gethostbyname | sed
'y%./+-%__p_%'
`
ac_lib_var
=
`
echo
nsl
'_'
gethostbyname | sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
@@ -6892,7 +6881,7 @@ else
...
@@ -6892,7 +6881,7 @@ else
ac_save_LIBS
=
"
$LIBS
"
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-lnsl
$LIBS
"
LIBS
=
"-lnsl
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 68
96
"configure"
#line 68
85
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
/* We use char because int might match the return type of a gcc2
...
@@ -6903,7 +6892,7 @@ int main() {
...
@@ -6903,7 +6892,7 @@ int main() {
gethostbyname()
gethostbyname()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:6
907
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:6
896
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
else
...
@@ -6933,12 +6922,12 @@ fi
...
@@ -6933,12 +6922,12 @@ fi
# -lsocket must be given before -lnsl if both are needed.
# -lsocket must be given before -lnsl if both are needed.
# We assume that if connect needs -lnsl, so does gethostbyname.
# We assume that if connect needs -lnsl, so does gethostbyname.
echo
$ac_n
"checking for connect""...
$ac_c
"
1>&6
echo
$ac_n
"checking for connect""...
$ac_c
"
1>&6
echo
"configure:69
37
: checking for connect"
>
&5
echo
"configure:69
26
: checking for connect"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_connect
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_connect
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 69
42
"configure"
#line 69
31
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char connect(); below. */
which can conflict with char connect(); below. */
...
@@ -6961,7 +6950,7 @@ connect();
...
@@ -6961,7 +6950,7 @@ connect();
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:69
65
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:69
54
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_connect=yes"
eval
"ac_cv_func_connect=yes"
else
else
...
@@ -6982,7 +6971,7 @@ fi
...
@@ -6982,7 +6971,7 @@ fi
if
test
$ac_cv_func_connect
=
no
;
then
if
test
$ac_cv_func_connect
=
no
;
then
echo
$ac_n
"checking for connect in -lsocket""...
$ac_c
"
1>&6
echo
$ac_n
"checking for connect in -lsocket""...
$ac_c
"
1>&6
echo
"configure:69
86
: checking for connect in -lsocket"
>
&5
echo
"configure:69
75
: checking for connect in -lsocket"
>
&5
ac_lib_var
=
`
echo
socket
'_'
connect | sed
'y%./+-%__p_%'
`
ac_lib_var
=
`
echo
socket
'_'
connect | sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
@@ -6990,7 +6979,7 @@ else
...
@@ -6990,7 +6979,7 @@ else
ac_save_LIBS
=
"
$LIBS
"
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-lsocket
$X_EXTRA_LIBS
$LIBS
"
LIBS
=
"-lsocket
$X_EXTRA_LIBS
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 69
94
"configure"
#line 69
83
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
/* We use char because int might match the return type of a gcc2
...
@@ -7001,7 +6990,7 @@ int main() {
...
@@ -7001,7 +6990,7 @@ int main() {
connect()
connect()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:
7005
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:
6994
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
else
...
@@ -7025,12 +7014,12 @@ fi
...
@@ -7025,12 +7014,12 @@ fi
# gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
# gomez@mi.uni-erlangen.de says -lposix is necessary on A/UX.
echo
$ac_n
"checking for remove""...
$ac_c
"
1>&6
echo
$ac_n
"checking for remove""...
$ac_c
"
1>&6
echo
"configure:70
29
: checking for remove"
>
&5
echo
"configure:70
18
: checking for remove"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_remove
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_remove
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 70
34
"configure"
#line 70
23
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char remove(); below. */
which can conflict with char remove(); below. */
...
@@ -7053,7 +7042,7 @@ remove();
...
@@ -7053,7 +7042,7 @@ remove();
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:70
57
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:70
46
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_remove=yes"
eval
"ac_cv_func_remove=yes"
else
else
...
@@ -7074,7 +7063,7 @@ fi
...
@@ -7074,7 +7063,7 @@ fi
if
test
$ac_cv_func_remove
=
no
;
then
if
test
$ac_cv_func_remove
=
no
;
then
echo
$ac_n
"checking for remove in -lposix""...
$ac_c
"
1>&6
echo
$ac_n
"checking for remove in -lposix""...
$ac_c
"
1>&6
echo
"configure:70
78
: checking for remove in -lposix"
>
&5
echo
"configure:70
67
: checking for remove in -lposix"
>
&5
ac_lib_var
=
`
echo
posix
'_'
remove | sed
'y%./+-%__p_%'
`
ac_lib_var
=
`
echo
posix
'_'
remove | sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
@@ -7082,7 +7071,7 @@ else
...
@@ -7082,7 +7071,7 @@ else
ac_save_LIBS
=
"
$LIBS
"
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-lposix
$LIBS
"
LIBS
=
"-lposix
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 70
86
"configure"
#line 70
75
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
/* We use char because int might match the return type of a gcc2
...
@@ -7093,7 +7082,7 @@ int main() {
...
@@ -7093,7 +7082,7 @@ int main() {
remove()
remove()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:70
97
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:70
86
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
else
...
@@ -7117,12 +7106,12 @@ fi
...
@@ -7117,12 +7106,12 @@ fi
# BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
# BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
echo
$ac_n
"checking for shmat""...
$ac_c
"
1>&6
echo
$ac_n
"checking for shmat""...
$ac_c
"
1>&6
echo
"configure:71
21
: checking for shmat"
>
&5
echo
"configure:71
10
: checking for shmat"
>
&5
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_shmat
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_func_shmat
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
else
else
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 71
26
"configure"
#line 71
15
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
/* System header to define __stub macros and hopefully few prototypes,
which can conflict with char shmat(); below. */
which can conflict with char shmat(); below. */
...
@@ -7145,7 +7134,7 @@ shmat();
...
@@ -7145,7 +7134,7 @@ shmat();
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:71
49
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:71
38
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_func_shmat=yes"
eval
"ac_cv_func_shmat=yes"
else
else
...
@@ -7166,7 +7155,7 @@ fi
...
@@ -7166,7 +7155,7 @@ fi
if
test
$ac_cv_func_shmat
=
no
;
then
if
test
$ac_cv_func_shmat
=
no
;
then
echo
$ac_n
"checking for shmat in -lipc""...
$ac_c
"
1>&6
echo
$ac_n
"checking for shmat in -lipc""...
$ac_c
"
1>&6
echo
"configure:71
70
: checking for shmat in -lipc"
>
&5
echo
"configure:71
59
: checking for shmat in -lipc"
>
&5
ac_lib_var
=
`
echo
ipc
'_'
shmat | sed
'y%./+-%__p_%'
`
ac_lib_var
=
`
echo
ipc
'_'
shmat | sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
@@ -7174,7 +7163,7 @@ else
...
@@ -7174,7 +7163,7 @@ else
ac_save_LIBS
=
"
$LIBS
"
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-lipc
$LIBS
"
LIBS
=
"-lipc
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 71
78
"configure"
#line 71
67
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
/* We use char because int might match the return type of a gcc2
...
@@ -7185,7 +7174,7 @@ int main() {
...
@@ -7185,7 +7174,7 @@ int main() {
shmat()
shmat()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:71
89
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:71
78
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
else
...
@@ -7218,7 +7207,7 @@ fi
...
@@ -7218,7 +7207,7 @@ fi
# libraries we check for below, so use a different variable.
# libraries we check for below, so use a different variable.
# --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
# --interran@uluru.Stanford.EDU, kb@cs.umb.edu.
echo
$ac_n
"checking for IceConnectionNumber in -lICE""...
$ac_c
"
1>&6
echo
$ac_n
"checking for IceConnectionNumber in -lICE""...
$ac_c
"
1>&6
echo
"configure:72
22
: checking for IceConnectionNumber in -lICE"
>
&5
echo
"configure:72
11
: checking for IceConnectionNumber in -lICE"
>
&5
ac_lib_var
=
`
echo
ICE
'_'
IceConnectionNumber | sed
'y%./+-%__p_%'
`
ac_lib_var
=
`
echo
ICE
'_'
IceConnectionNumber | sed
'y%./+-%__p_%'
`
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
if
eval
"test
\"
`
echo
'$''{'
ac_cv_lib_
$ac_lib_var
'+set}'
`
\"
= set"
;
then
echo
$ac_n
"(cached)
$ac_c
"
1>&6
echo
$ac_n
"(cached)
$ac_c
"
1>&6
...
@@ -7226,7 +7215,7 @@ else
...
@@ -7226,7 +7215,7 @@ else
ac_save_LIBS
=
"
$LIBS
"
ac_save_LIBS
=
"
$LIBS
"
LIBS
=
"-lICE
$X_EXTRA_LIBS
$LIBS
"
LIBS
=
"-lICE
$X_EXTRA_LIBS
$LIBS
"
cat
>
conftest.
$ac_ext
<<
EOF
cat
>
conftest.
$ac_ext
<<
EOF
#line 72
30
"configure"
#line 72
19
"configure"
#include "confdefs.h"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
/* We use char because int might match the return type of a gcc2
...
@@ -7237,7 +7226,7 @@ int main() {
...
@@ -7237,7 +7226,7 @@ int main() {
IceConnectionNumber()
IceConnectionNumber()
; return 0; }
; return 0; }
EOF
EOF
if
{
(
eval echo
configure:72
41
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
if
{
(
eval echo
configure:72
30
:
\"
$ac_link
\"
)
1>&5
;
(
eval
$ac_link
)
2>&5
;
}
&&
test
-s
conftest
${
ac_exeext
}
;
then
rm
-rf
conftest
*
rm
-rf
conftest
*
eval
"ac_cv_lib_
$ac_lib_var
=yes"
eval
"ac_cv_lib_
$ac_lib_var
=yes"
else
else
...
...
libjava/configure.host
View file @
c677cd7f
...
@@ -76,14 +76,7 @@ case "${host}" in
...
@@ -76,14 +76,7 @@ case "${host}" in
libgcj_interpreter=yes
libgcj_interpreter=yes
libgcj_cxxflags="-D__NO_MATH_INLINES"
libgcj_cxxflags="-D__NO_MATH_INLINES"
libgcj_cflags="-D__NO_MATH_INLINES"
libgcj_cflags="-D__NO_MATH_INLINES"
case "${host}" in
DIVIDESPEC=-fno-use-divide-subroutine
i?86-*-solaris2*)
# Keep default.
;;
*)
DIVIDESPEC=-fno-use-divide-subroutine
;;
esac
enable_hash_synchronization_default=yes
enable_hash_synchronization_default=yes
slow_pthread_self=yes
slow_pthread_self=yes
;;
;;
...
...
libjava/gcj/Makefile.in
View file @
c677cd7f
# Makefile.in generated automatically by automake 1.4 from Makefile.am
# Makefile.in generated automatically by automake 1.4
-p5
from Makefile.am
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# Copyright (C) 1994, 1995-8, 1999
, 2001
Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# with or without modifications, as long as this notice is preserved.
...
@@ -80,7 +80,6 @@ GCDEPS = @GCDEPS@
...
@@ -80,7 +80,6 @@ GCDEPS = @GCDEPS@
GCINCS
=
@GCINCS@
GCINCS
=
@GCINCS@
GCJ
=
@GCJ@
GCJ
=
@GCJ@
GCJFLAGS
=
@GCJFLAGS@
GCJFLAGS
=
@GCJFLAGS@
GCJVERSION
=
@GCJVERSION@
GCLIBS
=
@GCLIBS@
GCLIBS
=
@GCLIBS@
GCOBJS
=
@GCOBJS@
GCOBJS
=
@GCOBJS@
GCSPEC
=
@GCSPEC@
GCSPEC
=
@GCSPEC@
...
@@ -110,13 +109,13 @@ RANLIB = @RANLIB@
...
@@ -110,13 +109,13 @@ RANLIB = @RANLIB@
STRIP
=
@STRIP@
STRIP
=
@STRIP@
SYSDEP_SOURCES
=
@SYSDEP_SOURCES@
SYSDEP_SOURCES
=
@SYSDEP_SOURCES@
SYSTEMSPEC
=
@SYSTEMSPEC@
SYSTEMSPEC
=
@SYSTEMSPEC@
SYS_ZLIBS
=
@SYS_ZLIBS@
THREADDEPS
=
@THREADDEPS@
THREADDEPS
=
@THREADDEPS@
THREADINCS
=
@THREADINCS@
THREADINCS
=
@THREADINCS@
THREADLIBS
=
@THREADLIBS@
THREADLIBS
=
@THREADLIBS@
THREADOBJS
=
@THREADOBJS@
THREADOBJS
=
@THREADOBJS@
THREADSPEC
=
@THREADSPEC@
THREADSPEC
=
@THREADSPEC@
VERSION
=
@VERSION@
VERSION
=
@VERSION@
ZDEPS
=
@ZDEPS@
ZINCS
=
@ZINCS@
ZINCS
=
@ZINCS@
ZLIBS
=
@ZLIBS@
ZLIBS
=
@ZLIBS@
ZLIBSPEC
=
@ZLIBSPEC@
ZLIBSPEC
=
@ZLIBSPEC@
...
@@ -143,7 +142,7 @@ DIST_COMMON = ./stamp-h2.in Makefile.am Makefile.in libgcj-config.h.in
...
@@ -143,7 +142,7 @@ DIST_COMMON = ./stamp-h2.in Makefile.am Makefile.in libgcj-config.h.in
DISTFILES
=
$(DIST_COMMON)
$(SOURCES)
$(HEADERS)
$(TEXINFOS)
$(EXTRA_DIST)
DISTFILES
=
$(DIST_COMMON)
$(SOURCES)
$(HEADERS)
$(TEXINFOS)
$(EXTRA_DIST)
TAR
=
tar
TAR
=
g
tar
GZIP_ENV
=
--best
GZIP_ENV
=
--best
all
:
all-redirect
all
:
all-redirect
.SUFFIXES
:
.SUFFIXES
:
...
@@ -255,7 +254,7 @@ distdir: $(DISTFILES)
...
@@ -255,7 +254,7 @@ distdir: $(DISTFILES)
@
for
file
in
$(DISTFILES)
;
do
\
@
for
file
in
$(DISTFILES)
;
do
\
d
=
$(srcdir)
;
\
d
=
$(srcdir)
;
\
if
test
-d
$$
d/
$$
file
;
then
\
if
test
-d
$$
d/
$$
file
;
then
\
cp
-pr
$$
/
$$
file
$(distdir)
/
$$
file
;
\
cp
-pr
$$
d
/
$$
file
$(distdir)
/
$$
file
;
\
else
\
else
\
test
-f
$(distdir)
/
$$
file
\
test
-f
$(distdir)
/
$$
file
\
||
ln
$$
d/
$$
file
$(distdir)
/
$$
file 2> /dev/null
\
||
ln
$$
d/
$$
file
$(distdir)
/
$$
file 2> /dev/null
\
...
...
libjava/include/Makefile.in
View file @
c677cd7f
# Makefile.in generated automatically by automake 1.4 from Makefile.am
# Makefile.in generated automatically by automake 1.4
-p5
from Makefile.am
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# Copyright (C) 1994, 1995-8, 1999
, 2001
Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# with or without modifications, as long as this notice is preserved.
...
@@ -80,7 +80,6 @@ GCDEPS = @GCDEPS@
...
@@ -80,7 +80,6 @@ GCDEPS = @GCDEPS@
GCINCS
=
@GCINCS@
GCINCS
=
@GCINCS@
GCJ
=
@GCJ@
GCJ
=
@GCJ@
GCJFLAGS
=
@GCJFLAGS@
GCJFLAGS
=
@GCJFLAGS@
GCJVERSION
=
@GCJVERSION@
GCLIBS
=
@GCLIBS@
GCLIBS
=
@GCLIBS@
GCOBJS
=
@GCOBJS@
GCOBJS
=
@GCOBJS@
GCSPEC
=
@GCSPEC@
GCSPEC
=
@GCSPEC@
...
@@ -110,13 +109,13 @@ RANLIB = @RANLIB@
...
@@ -110,13 +109,13 @@ RANLIB = @RANLIB@
STRIP
=
@STRIP@
STRIP
=
@STRIP@
SYSDEP_SOURCES
=
@SYSDEP_SOURCES@
SYSDEP_SOURCES
=
@SYSDEP_SOURCES@
SYSTEMSPEC
=
@SYSTEMSPEC@
SYSTEMSPEC
=
@SYSTEMSPEC@
SYS_ZLIBS
=
@SYS_ZLIBS@
THREADDEPS
=
@THREADDEPS@
THREADDEPS
=
@THREADDEPS@
THREADINCS
=
@THREADINCS@
THREADINCS
=
@THREADINCS@
THREADLIBS
=
@THREADLIBS@
THREADLIBS
=
@THREADLIBS@
THREADOBJS
=
@THREADOBJS@
THREADOBJS
=
@THREADOBJS@
THREADSPEC
=
@THREADSPEC@
THREADSPEC
=
@THREADSPEC@
VERSION
=
@VERSION@
VERSION
=
@VERSION@
ZDEPS
=
@ZDEPS@
ZINCS
=
@ZINCS@
ZINCS
=
@ZINCS@
ZLIBS
=
@ZLIBS@
ZLIBS
=
@ZLIBS@
ZLIBSPEC
=
@ZLIBSPEC@
ZLIBSPEC
=
@ZLIBSPEC@
...
@@ -139,7 +138,7 @@ DIST_COMMON = ./stamp-h1.in Makefile.am Makefile.in config.h.in
...
@@ -139,7 +138,7 @@ DIST_COMMON = ./stamp-h1.in Makefile.am Makefile.in config.h.in
DISTFILES
=
$(DIST_COMMON)
$(SOURCES)
$(HEADERS)
$(TEXINFOS)
$(EXTRA_DIST)
DISTFILES
=
$(DIST_COMMON)
$(SOURCES)
$(HEADERS)
$(TEXINFOS)
$(EXTRA_DIST)
TAR
=
tar
TAR
=
g
tar
GZIP_ENV
=
--best
GZIP_ENV
=
--best
all
:
all-redirect
all
:
all-redirect
.SUFFIXES
:
.SUFFIXES
:
...
@@ -236,7 +235,7 @@ distdir: $(DISTFILES)
...
@@ -236,7 +235,7 @@ distdir: $(DISTFILES)
@
for
file
in
$(DISTFILES)
;
do
\
@
for
file
in
$(DISTFILES)
;
do
\
d
=
$(srcdir)
;
\
d
=
$(srcdir)
;
\
if
test
-d
$$
d/
$$
file
;
then
\
if
test
-d
$$
d/
$$
file
;
then
\
cp
-pr
$$
/
$$
file
$(distdir)
/
$$
file
;
\
cp
-pr
$$
d
/
$$
file
$(distdir)
/
$$
file
;
\
else
\
else
\
test
-f
$(distdir)
/
$$
file
\
test
-f
$(distdir)
/
$$
file
\
||
ln
$$
d/
$$
file
$(distdir)
/
$$
file 2> /dev/null
\
||
ln
$$
d/
$$
file
$(distdir)
/
$$
file 2> /dev/null
\
...
...
libjava/testsuite/Makefile.in
View file @
c677cd7f
# Makefile.in generated automatically by automake 1.4 from Makefile.am
# Makefile.in generated automatically by automake 1.4
-p5
from Makefile.am
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# Copyright (C) 1994, 1995-8, 1999
, 2001
Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# with or without modifications, as long as this notice is preserved.
...
@@ -80,7 +80,6 @@ GCDEPS = @GCDEPS@
...
@@ -80,7 +80,6 @@ GCDEPS = @GCDEPS@
GCINCS
=
@GCINCS@
GCINCS
=
@GCINCS@
GCJ
=
@GCJ@
GCJ
=
@GCJ@
GCJFLAGS
=
@GCJFLAGS@
GCJFLAGS
=
@GCJFLAGS@
GCJVERSION
=
@GCJVERSION@
GCLIBS
=
@GCLIBS@
GCLIBS
=
@GCLIBS@
GCOBJS
=
@GCOBJS@
GCOBJS
=
@GCOBJS@
GCSPEC
=
@GCSPEC@
GCSPEC
=
@GCSPEC@
...
@@ -110,13 +109,13 @@ RANLIB = @RANLIB@
...
@@ -110,13 +109,13 @@ RANLIB = @RANLIB@
STRIP
=
@STRIP@
STRIP
=
@STRIP@
SYSDEP_SOURCES
=
@SYSDEP_SOURCES@
SYSDEP_SOURCES
=
@SYSDEP_SOURCES@
SYSTEMSPEC
=
@SYSTEMSPEC@
SYSTEMSPEC
=
@SYSTEMSPEC@
SYS_ZLIBS
=
@SYS_ZLIBS@
THREADDEPS
=
@THREADDEPS@
THREADDEPS
=
@THREADDEPS@
THREADINCS
=
@THREADINCS@
THREADINCS
=
@THREADINCS@
THREADLIBS
=
@THREADLIBS@
THREADLIBS
=
@THREADLIBS@
THREADOBJS
=
@THREADOBJS@
THREADOBJS
=
@THREADOBJS@
THREADSPEC
=
@THREADSPEC@
THREADSPEC
=
@THREADSPEC@
VERSION
=
@VERSION@
VERSION
=
@VERSION@
ZDEPS
=
@ZDEPS@
ZINCS
=
@ZINCS@
ZINCS
=
@ZINCS@
ZLIBS
=
@ZLIBS@
ZLIBS
=
@ZLIBS@
ZLIBSPEC
=
@ZLIBSPEC@
ZLIBSPEC
=
@ZLIBSPEC@
...
@@ -148,7 +147,7 @@ DIST_COMMON = ChangeLog Makefile.am Makefile.in
...
@@ -148,7 +147,7 @@ DIST_COMMON = ChangeLog Makefile.am Makefile.in
DISTFILES
=
$(DIST_COMMON)
$(SOURCES)
$(HEADERS)
$(TEXINFOS)
$(EXTRA_DIST)
DISTFILES
=
$(DIST_COMMON)
$(SOURCES)
$(HEADERS)
$(TEXINFOS)
$(EXTRA_DIST)
TAR
=
tar
TAR
=
g
tar
GZIP_ENV
=
--best
GZIP_ENV
=
--best
all
:
all-redirect
all
:
all-redirect
.SUFFIXES
:
.SUFFIXES
:
...
@@ -176,7 +175,7 @@ distdir: $(DISTFILES)
...
@@ -176,7 +175,7 @@ distdir: $(DISTFILES)
@
for
file
in
$(DISTFILES)
;
do
\
@
for
file
in
$(DISTFILES)
;
do
\
d
=
$(srcdir)
;
\
d
=
$(srcdir)
;
\
if
test
-d
$$
d/
$$
file
;
then
\
if
test
-d
$$
d/
$$
file
;
then
\
cp
-pr
$$
/
$$
file
$(distdir)
/
$$
file
;
\
cp
-pr
$$
d
/
$$
file
$(distdir)
/
$$
file
;
\
else
\
else
\
test
-f
$(distdir)
/
$$
file
\
test
-f
$(distdir)
/
$$
file
\
||
ln
$$
d/
$$
file
$(distdir)
/
$$
file 2> /dev/null
\
||
ln
$$
d/
$$
file
$(distdir)
/
$$
file 2> /dev/null
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment