2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.59 for libjava version-unused.
5 # Copyright (C) 2003 Free Software Foundation, Inc.
6 # This configure script is free software; the Free Software Foundation
7 # gives unlimited permission to copy, distribute and modify it.
8 ## --------------------- ##
9 ## M4sh Initialization. ##
10 ## --------------------- ##
12 # Be Bourne compatible
13 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
16 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
17 # is contrary to our usage. Disable this feature.
18 alias -g '${1+"$@"}'='"$@"'
19 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
22 DUALCASE
=1; export DUALCASE
# for MKS sh
24 # Support unset when possible.
25 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
32 # Work around bugs in pre-3.0 UWIN ksh.
33 $as_unset ENV MAIL MAILPATH
40 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
44 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45 eval $as_var=C
; export $as_var
51 # Required to use basename.
52 if expr a
: '\(a\)' >/dev
/null
2>&1; then
58 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
65 # Name of the executable.
66 as_me
=`$as_basename "$0" ||
67 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68 X"$0" : 'X\(//\)$' \| \
69 X"$0" : 'X\(/\)$' \| \
70 . : '\(.\)' 2>/dev/null ||
72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73 /^X\/\(\/\/\)$/{ s//\1/; q; }
74 /^X\/\(\/\).*/{ s//\1/; q; }
78 # PATH needs CR, and LINENO needs CR and PATH.
79 # Avoid depending upon Character Ranges.
80 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
81 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
83 as_cr_digits
='0123456789'
84 as_cr_alnum
=$as_cr_Letters$as_cr_digits
86 # The user is always right.
87 if test "${PATH_SEPARATOR+set}" != set; then
88 echo "#! /bin/sh" >conf$$.sh
89 echo "exit 0" >>conf$$.sh
91 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
102 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
103 test "x$as_lineno_1" != "x$as_lineno_2" &&
104 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
105 # Find who we are. Look in the path if we contain no path at all
108 *[\\/]* ) as_myself
=$0 ;;
109 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
113 test -z "$as_dir" && as_dir
=.
114 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
119 # We did not find ourselves, most probably we were run as `sh COMMAND'
120 # in which case we are not to be found in the path.
121 if test "x$as_myself" = x
; then
124 if test ! -f "$as_myself"; then
125 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126 { (exit 1); exit 1; }; }
128 case $CONFIG_SHELL in
130 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
131 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
134 test -z "$as_dir" && as_dir
=.
135 for as_base
in sh bash ksh sh5
; do
138 if ("$as_dir/$as_base" -c '
141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142 test "x$as_lineno_1" != "x$as_lineno_2" &&
143 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
144 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
145 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
146 CONFIG_SHELL
=$as_dir/$as_base
148 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
156 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157 # uniformly replaced by the line number. The first 'sed' inserts a
158 # line-number line before each line; the second 'sed' does the real
159 # work. The second script uses 'N' to pair each line-number line
160 # with the numbered line, and appends trailing '-' during
161 # substitution so that $LINENO is not a special case at line end.
162 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
164 sed '=' <$as_myself |
169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
172 s,^['$as_cr_digits']*\n,,
174 chmod +x
$as_me.lineno ||
175 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176 { (exit 1); exit 1; }; }
178 # Don't try to exec as it changes $[0], causing all sort of problems
179 # (the dirname of $[0] is not the place where we might find the
180 # original and so on. Autoconf is especially sensible to this).
182 # Exit status is that of the last command.
187 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188 *c
*,-n*) ECHO_N
= ECHO_C
='
190 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
191 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
194 if expr a
: '\(a\)' >/dev
/null
2>&1; then
200 rm -f conf$$ conf$$.exe conf$$.
file
202 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
203 # We could just check for DJGPP; but this test a) works b) is more generic
204 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
205 if test -f conf$$.exe
; then
206 # Don't use ln at all; we don't have any links
211 elif ln conf$$.
file conf$$
2>/dev
/null
; then
216 rm -f conf$$ conf$$.exe conf$$.
file
218 if mkdir
-p .
2>/dev
/null
; then
221 test -d .
/-p && rmdir .
/-p
225 as_executable_p
="test -f"
227 # Sed expression to map a string onto a valid CPP name.
228 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
230 # Sed expression to map a string onto a valid variable name.
231 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
235 # We need space, tab and new line, in precisely that order.
245 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
246 # so uname gets run too.
247 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
254 ac_default_prefix
=/usr
/local
255 ac_config_libobj_dir
=.
260 SHELL
=${CONFIG_SHELL-/bin/sh}
262 # Maximum number of lines to put in a shell here document.
263 # This variable seems obsolete. It should probably be removed, and
264 # only ac_max_sed_lines should be used.
265 : ${ac_max_here_lines=38}
267 # Identity of this package.
268 PACKAGE_NAME
='libjava'
269 PACKAGE_TARNAME
='libjava'
270 PACKAGE_VERSION
='version-unused'
271 PACKAGE_STRING
='libjava version-unused'
274 ac_unique_file
="java/lang/System.java"
275 ac_subdirs_all
="$ac_subdirs_all classpath libltdl"
276 # Factoring default headers for most tests.
277 ac_includes_default
="\
280 # include <sys/types.h>
283 # include <sys/stat.h>
294 # if !STDC_HEADERS && HAVE_MEMORY_H
300 # include <strings.h>
303 # include <inttypes.h>
313 ac_subst_vars
='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os build_subdir host_subdir target_subdir libgcj_basedir host host_cpu host_vendor host_os target target_cpu target_vendor target_os target_noncanonical LN_S mkinstalldirs CC ac_ct_CC EXEEXT OBJEXT CXX ac_ct_CXX CFLAGS CXXFLAGS LDFLAGS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE AS ac_ct_AS LD ac_ct_LD AR ac_ct_AR RANLIB ac_ct_RANLIB JAR MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT LIBGCJ_CFLAGS LIBGCJ_CXXFLAGS LIBGCJ_JAVAFLAGS LIBGCJ_LD_SYMBOLIC LIBGCJDEBUG TOOLKIT XLIB_AWT_TRUE XLIB_AWT_FALSE GTK_AWT_TRUE GTK_AWT_FALSE QT_AWT_TRUE QT_AWT_FALSE GCJH INCLTDL LIBLTDL DIRLTDL LIBTOOL CXXCPP CPPFLAGS GCJ GCJFLAGS GCJDEPMODE am__fastdepGCJ_TRUE am__fastdepGCJ_FALSE subdirs TESTSUBDIR_TRUE TESTSUBDIR_FALSE JAVA_HOME_SET_TRUE JAVA_HOME_SET_FALSE JAVA_HOME INTERPRETER LIBFFI LIBFFIINCS PLATFORM_INNER_NAT_HDRS CPP EGREP USING_WIN32_PLATFORM_TRUE USING_WIN32_PLATFORM_FALSE USING_POSIX_PLATFORM_TRUE USING_POSIX_PLATFORM_FALSE USING_DARWIN_CRT_TRUE USING_DARWIN_CRT_FALSE SYSTEMSPEC LIBGCJTESTSPEC ZLIBSPEC ZLIBTESTSPEC X_CFLAGS X_PRE_LIBS X_LIBS X_EXTRA_LIBS GTK_CAIRO_TRUE GTK_CAIRO_FALSE PKG_CONFIG CAIRO_CFLAGS CAIRO_LIBS PANGOFT2_CFLAGS PANGOFT2_LIBS extra_ldflags_libjava GCLIBS GCINCS GCDEPS GCSPEC JC1GCSPEC GCTESTSPEC USING_BOEHMGC_TRUE USING_BOEHMGC_FALSE USING_NOGC_TRUE USING_NOGC_FALSE THREADLIBS THREADINCS THREADDEPS THREADSPEC THREADLDFLAGS THREADCXXFLAGS USING_POSIX_THREADS_TRUE USING_POSIX_THREADS_FALSE USING_WIN32_THREADS_TRUE USING_WIN32_THREADS_FALSE USING_NO_THREADS_TRUE USING_NO_THREADS_FALSE HASH_SYNC_SPEC USING_GCC_TRUE USING_GCC_FALSE LIBICONV LTLIBICONV GTK_CFLAGS GTK_LIBS GLIB_CFLAGS GLIB_LIBS LIBART_CFLAGS LIBART_LIBS CLASSPATH_SEPARATOR ac_ct_GCJ ZLIBS SYS_ZLIBS ZINCS DIVIDESPEC CHECKREFSPEC EXCEPTIONSPEC BACKTRACESPEC IEEESPEC NATIVE_TRUE NATIVE_FALSE NEEDS_DATA_START_TRUE NEEDS_DATA_START_FALSE GCC_UNWIND_INCLUDE toolexecdir toolexecmainlibdir toolexeclibdir dbexecdir GCJVERSION gxx_include_dir libstdcxx_incdir ALLOCA PERL SYSDEP_SOURCES LD_START_STATIC_SPEC LD_FINISH_STATIC_SPEC here LIBOBJS LTLIBOBJS'
316 # Initialize some variables set by options.
318 ac_init_version
=false
319 # The variables have the same names as the options, with
320 # dashes changed to underlines.
328 program_transform_name
=s
,x
,x
,
336 # Installation directory options.
337 # These are left unexpanded so users can "make install exec_prefix=/foo"
338 # and all the variables that are supposed to be based on exec_prefix
339 # by default will actually change.
340 # Use braces instead of parens because sh, perl, etc. also accept them.
341 bindir
='${exec_prefix}/bin'
342 sbindir
='${exec_prefix}/sbin'
343 libexecdir
='${exec_prefix}/libexec'
344 datadir
='${prefix}/share'
345 sysconfdir
='${prefix}/etc'
346 sharedstatedir
='${prefix}/com'
347 localstatedir
='${prefix}/var'
348 libdir
='${exec_prefix}/lib'
349 includedir
='${prefix}/include'
350 oldincludedir
='/usr/include'
351 infodir
='${prefix}/info'
352 mandir
='${prefix}/man'
357 # If the previous option needs an argument, assign it.
358 if test -n "$ac_prev"; then
359 eval "$ac_prev=\$ac_option"
364 ac_optarg
=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
366 # Accept the important Cygnus configure options, so we can diagnose typos.
370 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
372 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
375 -build |
--build |
--buil |
--bui |
--bu)
376 ac_prev
=build_alias
;;
377 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
378 build_alias
=$ac_optarg ;;
380 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
381 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
382 ac_prev
=cache_file
;;
383 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
384 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
385 cache_file
=$ac_optarg ;;
388 cache_file
=config.cache
;;
390 -datadir |
--datadir |
--datadi |
--datad |
--data |
--dat |
--da)
392 -datadir=* |
--datadir=* |
--datadi=* |
--datad=* |
--data=* |
--dat=* \
394 datadir
=$ac_optarg ;;
396 -disable-* |
--disable-*)
397 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
398 # Reject names that are not valid shell variable names.
399 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
400 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
401 { (exit 1); exit 1; }; }
402 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
403 eval "enable_$ac_feature=no" ;;
405 -enable-* |
--enable-*)
406 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
407 # Reject names that are not valid shell variable names.
408 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
409 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
410 { (exit 1); exit 1; }; }
411 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
413 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
416 eval "enable_$ac_feature='$ac_optarg'" ;;
418 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
419 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
420 |
--exec |
--exe |
--ex)
421 ac_prev
=exec_prefix
;;
422 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
423 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
424 |
--exec=* |
--exe=* |
--ex=*)
425 exec_prefix
=$ac_optarg ;;
427 -gas |
--gas |
--ga |
--g)
428 # Obsolete; use --with-gas.
431 -help |
--help |
--hel |
--he |
-h)
433 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
434 ac_init_help
=recursive
;;
435 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
436 ac_init_help
=short
;;
438 -host |
--host |
--hos |
--ho)
439 ac_prev
=host_alias
;;
440 -host=* |
--host=* |
--hos=* |
--ho=*)
441 host_alias
=$ac_optarg ;;
443 -includedir |
--includedir |
--includedi |
--included |
--include \
444 |
--includ |
--inclu |
--incl |
--inc)
445 ac_prev
=includedir
;;
446 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
447 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
448 includedir
=$ac_optarg ;;
450 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
452 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
453 infodir
=$ac_optarg ;;
455 -libdir |
--libdir |
--libdi |
--libd)
457 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
460 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
461 |
--libexe |
--libex |
--libe)
462 ac_prev
=libexecdir
;;
463 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
464 |
--libexe=* |
--libex=* |
--libe=*)
465 libexecdir
=$ac_optarg ;;
467 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
468 |
--localstate |
--localstat |
--localsta |
--localst \
469 |
--locals |
--local |
--loca |
--loc |
--lo)
470 ac_prev
=localstatedir
;;
471 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
472 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* \
473 |
--locals=* |
--local=* |
--loca=* |
--loc=* |
--lo=*)
474 localstatedir
=$ac_optarg ;;
476 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
478 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
482 # Obsolete; use --without-fp.
485 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
486 |
--no-cr |
--no-c |
-n)
489 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
490 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
493 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
494 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
495 |
--oldin |
--oldi |
--old |
--ol |
--o)
496 ac_prev
=oldincludedir
;;
497 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
498 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
499 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
500 oldincludedir
=$ac_optarg ;;
502 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
504 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
507 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
508 |
--program-pre |
--program-pr |
--program-p)
509 ac_prev
=program_prefix
;;
510 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
511 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
512 program_prefix
=$ac_optarg ;;
514 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
515 |
--program-suf |
--program-su |
--program-s)
516 ac_prev
=program_suffix
;;
517 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
518 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
519 program_suffix
=$ac_optarg ;;
521 -program-transform-name |
--program-transform-name \
522 |
--program-transform-nam |
--program-transform-na \
523 |
--program-transform-n |
--program-transform- \
524 |
--program-transform |
--program-transfor \
525 |
--program-transfo |
--program-transf \
526 |
--program-trans |
--program-tran \
527 |
--progr-tra |
--program-tr |
--program-t)
528 ac_prev
=program_transform_name
;;
529 -program-transform-name=* |
--program-transform-name=* \
530 |
--program-transform-nam=* |
--program-transform-na=* \
531 |
--program-transform-n=* |
--program-transform-=* \
532 |
--program-transform=* |
--program-transfor=* \
533 |
--program-transfo=* |
--program-transf=* \
534 |
--program-trans=* |
--program-tran=* \
535 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
536 program_transform_name
=$ac_optarg ;;
538 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
539 |
-silent |
--silent |
--silen |
--sile |
--sil)
542 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
544 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
546 sbindir
=$ac_optarg ;;
548 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
549 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
550 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
552 ac_prev
=sharedstatedir
;;
553 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
554 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
555 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
557 sharedstatedir
=$ac_optarg ;;
559 -site |
--site |
--sit)
561 -site=* |
--site=* |
--sit=*)
564 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
566 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
569 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
570 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
571 ac_prev
=sysconfdir
;;
572 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
573 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
574 sysconfdir
=$ac_optarg ;;
576 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
577 ac_prev
=target_alias
;;
578 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
579 target_alias
=$ac_optarg ;;
581 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
584 -version |
--version |
--versio |
--versi |
--vers |
-V)
588 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
589 # Reject names that are not valid shell variable names.
590 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
591 { echo "$as_me: error: invalid package name: $ac_package" >&2
592 { (exit 1); exit 1; }; }
593 ac_package
=`echo $ac_package| sed 's/-/_/g'`
595 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
598 eval "with_$ac_package='$ac_optarg'" ;;
600 -without-* |
--without-*)
601 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
602 # Reject names that are not valid shell variable names.
603 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
604 { echo "$as_me: error: invalid package name: $ac_package" >&2
605 { (exit 1); exit 1; }; }
606 ac_package
=`echo $ac_package | sed 's/-/_/g'`
607 eval "with_$ac_package=no" ;;
610 # Obsolete; use --with-x.
613 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
614 |
--x-incl |
--x-inc |
--x-in |
--x-i)
615 ac_prev
=x_includes
;;
616 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
617 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
618 x_includes
=$ac_optarg ;;
620 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
621 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
622 ac_prev
=x_libraries
;;
623 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
624 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
625 x_libraries
=$ac_optarg ;;
627 -*) { echo "$as_me: error: unrecognized option: $ac_option
628 Try \`$0 --help' for more information." >&2
629 { (exit 1); exit 1; }; }
633 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
634 # Reject names that are not valid shell variable names.
635 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
636 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
637 { (exit 1); exit 1; }; }
638 ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
639 eval "$ac_envvar='$ac_optarg'"
643 # FIXME: should be removed in autoconf 3.0.
644 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
645 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
646 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
647 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
653 if test -n "$ac_prev"; then
654 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
655 { echo "$as_me: error: missing argument to $ac_option" >&2
656 { (exit 1); exit 1; }; }
659 # Be sure to have absolute paths.
660 for ac_var
in exec_prefix prefix
662 eval ac_val
=$
`echo $ac_var`
664 [\\/$
]* | ?
:[\\/]* | NONE |
'' ) ;;
665 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
666 { (exit 1); exit 1; }; };;
670 # Be sure to have absolute paths.
671 for ac_var
in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
672 localstatedir libdir includedir oldincludedir infodir mandir
674 eval ac_val
=$
`echo $ac_var`
676 [\\/$
]* | ?
:[\\/]* ) ;;
677 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
678 { (exit 1); exit 1; }; };;
682 # There might be people who depend on the old broken behavior: `$host'
683 # used to hold the argument of --host etc.
684 # FIXME: To remove some day.
689 # FIXME: To remove some day.
690 if test "x$host_alias" != x
; then
691 if test "x$build_alias" = x
; then
692 cross_compiling
=maybe
693 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
694 If a cross compiler is detected then cross compile mode will be used." >&2
695 elif test "x$build_alias" != "x$host_alias"; then
701 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
703 test "$silent" = yes && exec 6>/dev
/null
706 # Find the source files, if location was not specified.
707 if test -z "$srcdir"; then
708 ac_srcdir_defaulted
=yes
709 # Try the directory containing this script, then its parent.
710 ac_confdir
=`(dirname "$0") 2>/dev/null ||
711 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
712 X"$0" : 'X\(//\)[^/]' \| \
713 X"$0" : 'X\(//\)$' \| \
714 X"$0" : 'X\(/\)' \| \
715 . : '\(.\)' 2>/dev/null ||
717 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
718 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
719 /^X\(\/\/\)$/{ s//\1/; q; }
720 /^X\(\/\).*/{ s//\1/; q; }
723 if test ! -r $srcdir/$ac_unique_file; then
727 ac_srcdir_defaulted
=no
729 if test ! -r $srcdir/$ac_unique_file; then
730 if test "$ac_srcdir_defaulted" = yes; then
731 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
732 { (exit 1); exit 1; }; }
734 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
735 { (exit 1); exit 1; }; }
738 (cd $srcdir && test -r .
/$ac_unique_file) 2>/dev
/null ||
739 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
740 { (exit 1); exit 1; }; }
741 srcdir
=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
742 ac_env_build_alias_set
=${build_alias+set}
743 ac_env_build_alias_value
=$build_alias
744 ac_cv_env_build_alias_set
=${build_alias+set}
745 ac_cv_env_build_alias_value
=$build_alias
746 ac_env_host_alias_set
=${host_alias+set}
747 ac_env_host_alias_value
=$host_alias
748 ac_cv_env_host_alias_set
=${host_alias+set}
749 ac_cv_env_host_alias_value
=$host_alias
750 ac_env_target_alias_set
=${target_alias+set}
751 ac_env_target_alias_value
=$target_alias
752 ac_cv_env_target_alias_set
=${target_alias+set}
753 ac_cv_env_target_alias_value
=$target_alias
754 ac_env_CXXCPP_set
=${CXXCPP+set}
755 ac_env_CXXCPP_value
=$CXXCPP
756 ac_cv_env_CXXCPP_set
=${CXXCPP+set}
757 ac_cv_env_CXXCPP_value
=$CXXCPP
758 ac_env_CPPFLAGS_set
=${CPPFLAGS+set}
759 ac_env_CPPFLAGS_value
=$CPPFLAGS
760 ac_cv_env_CPPFLAGS_set
=${CPPFLAGS+set}
761 ac_cv_env_CPPFLAGS_value
=$CPPFLAGS
762 ac_env_CPP_set
=${CPP+set}
763 ac_env_CPP_value
=$CPP
764 ac_cv_env_CPP_set
=${CPP+set}
765 ac_cv_env_CPP_value
=$CPP
768 # Report the --help message.
770 if test "$ac_init_help" = "long"; then
771 # Omit some internal or obsolete options to make the list less imposing.
772 # This message is too long to be a string in the A/UX 3.1 sh.
774 \`configure' configures libjava version-unused to adapt to many kinds of systems.
776 Usage: $0 [OPTION]... [VAR=VALUE]...
778 To assign environment variables (e.g., CC, CFLAGS...), specify them as
779 VAR=VALUE. See below for descriptions of some of the useful variables.
781 Defaults for the options are specified in brackets.
784 -h, --help display this help and exit
785 --help=short display options specific to this package
786 --help=recursive display the short help of all the included packages
787 -V, --version display version information and exit
788 -q, --quiet, --silent do not print \`checking...' messages
789 --cache-file=FILE cache test results in FILE [disabled]
790 -C, --config-cache alias for \`--cache-file=config.cache'
791 -n, --no-create do not create output files
792 --srcdir=DIR find the sources in DIR [configure dir or \`..']
797 Installation directories:
798 --prefix=PREFIX install architecture-independent files in PREFIX
800 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
803 By default, \`make install' will install all the files in
804 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
805 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
806 for instance \`--prefix=\$HOME'.
808 For better control, use the options below.
810 Fine tuning of the installation directories:
811 --bindir=DIR user executables [EPREFIX/bin]
812 --sbindir=DIR system admin executables [EPREFIX/sbin]
813 --libexecdir=DIR program executables [EPREFIX/libexec]
814 --datadir=DIR read-only architecture-independent data [PREFIX/share]
815 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
816 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
817 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
818 --libdir=DIR object code libraries [EPREFIX/lib]
819 --includedir=DIR C header files [PREFIX/include]
820 --oldincludedir=DIR C header files for non-gcc [/usr/include]
821 --infodir=DIR info documentation [PREFIX/info]
822 --mandir=DIR man documentation [PREFIX/man]
828 --program-prefix=PREFIX prepend PREFIX to installed program names
829 --program-suffix=SUFFIX append SUFFIX to installed program names
830 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
833 --x-includes=DIR X include files are
in DIR
834 --x-libraries=DIR X library files are
in DIR
837 --build=BUILD configure
for building on BUILD
[guessed
]
838 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
839 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
843 if test -n "$ac_init_help"; then
844 case $ac_init_help in
845 short | recursive
) echo "Configuration of libjava version-unused:";;
850 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
851 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
852 --enable-version-specific-runtime-libs
853 specify that runtime libraries should be installed
854 in a compiler-specific directory
855 --enable-multilib build many library versions
(default
)
856 --disable-dependency-tracking speeds up one-time build
857 --enable-dependency-tracking do not reject slow dependency extractors
858 --enable-maintainer-mode enable make rules and dependencies not useful
859 (and sometimes confusing
) to the casual installer
860 --enable-libgcj-debug enable runtime debugging code
861 --enable-java-awt list of AWT peer implementations to be built
862 --enable-shared=PKGS build shared libraries default
=yes
863 --enable-static=PKGS build static libraries default
=yes
864 --enable-fast-install=PKGS optimize
for fast installation default
=yes
865 --disable-libtool-lock avoid locking
(might
break parallel builds
)
866 --disable-getenv-properties
867 don
't set system properties from GCJ_PROPERTIES
868 --enable-hash-synchronization
869 use global hash table for monitor locks
870 --enable-gc-debug include full support for pointer backtracing etc.
871 --enable-interpreter enable interpreter
872 --enable-sjlj-exceptions
873 force use of builtin_setjmp for exceptions
874 --disable-java-net disable java.net
875 --disable-jvmpi disable JVMPI support
876 --enable-gtk-cairo build the cairo Graphics2D implementation on GTK
877 --enable-java-gc=TYPE choose garbage collector (default is boehm)
878 --disable-rpath do not hardcode runtime library paths
879 _g_switchUse thread-local storage
883 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
884 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
885 --with-target-subdir=SUBDIR
886 configure in a subdirectory
887 --with-cross-host=HOST configure with a cross compiler from HOST
888 --with-newlib configure with newlib
889 --with-gnu-ld assume the C compiler uses GNU ld default=no
890 --with-pic try to use only PIC/non-PIC objects default=use both
891 --with-java-home=DIRECTORY
892 value of java.home system property
893 --with-win32-nlsapi=ansi or unicows or unicode
894 native MinGW libgcj Win32 OS API (default is ansi)
895 --without-libffi don't use libffi
896 --with-ecos enable runtime eCos target support
897 --with-system-zlib use installed libz
898 --with-x use the X Window System
899 --with-libiconv-prefix[=DIR
] search
for libiconv
in DIR
/include and DIR
/lib
900 --without-libiconv-prefix don
't search for libiconv in includedir and libdir
902 Some influential environment variables:
903 CC C compiler command
904 CFLAGS C compiler flags
905 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
906 nonstandard directory <lib dir>
907 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
908 headers in a nonstandard directory <include dir>
909 CXX C++ compiler command
910 CXXFLAGS C++ compiler flags
911 CXXCPP C++ preprocessor
914 Use these variables to override the choices made by `configure' or to
help
915 it to
find libraries and programs with nonstandard names
/locations.
920 if test "$ac_init_help" = "recursive"; then
921 # If there are subdirs, report their specific --help.
923 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
924 test -d $ac_dir ||
continue
927 if test "$ac_dir" != .
; then
928 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
929 # A "../" for each directory in $ac_dir_suffix.
930 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
932 ac_dir_suffix
= ac_top_builddir
=
936 .
) # No --srcdir option. We are building in place.
938 if test -z "$ac_top_builddir"; then
941 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
943 [\\/]* | ?
:[\\/]* ) # Absolute path.
944 ac_srcdir
=$srcdir$ac_dir_suffix;
945 ac_top_srcdir
=$srcdir ;;
947 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
948 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
951 # Do not use `cd foo && pwd` to compute absolute paths, because
952 # the directories may not exist.
954 .
) ac_abs_builddir
="$ac_dir";;
957 .
) ac_abs_builddir
=`pwd`;;
958 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
959 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
962 case $ac_abs_builddir in
963 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
965 case ${ac_top_builddir}.
in
966 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
967 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
968 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
971 case $ac_abs_builddir in
972 .
) ac_abs_srcdir
=$ac_srcdir;;
975 .
) ac_abs_srcdir
=$ac_abs_builddir;;
976 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
977 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
980 case $ac_abs_builddir in
981 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
983 case $ac_top_srcdir in
984 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
985 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
986 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
991 # Check for guested configure; otherwise get Cygnus style configure.
992 if test -f $ac_srcdir/configure.gnu
; then
994 $SHELL $ac_srcdir/configure.gnu
--help=recursive
995 elif test -f $ac_srcdir/configure
; then
997 $SHELL $ac_srcdir/configure
--help=recursive
998 elif test -f $ac_srcdir/configure.ac ||
999 test -f $ac_srcdir/configure.
in; then
1001 $ac_configure --help
1003 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1009 test -n "$ac_init_help" && exit 0
1010 if $ac_init_version; then
1012 libjava configure version-unused
1013 generated by GNU Autoconf
2.59
1015 Copyright
(C
) 2003 Free Software Foundation
, Inc.
1016 This configure
script is free software
; the Free Software Foundation
1017 gives unlimited permission to copy
, distribute and modify it.
1023 This file contains any messages produced by compilers while
1024 running configure, to aid debugging if configure makes a mistake.
1026 It was created by libjava $as_me version-unused, which was
1027 generated by GNU Autoconf 2.59. Invocation command line was
1038 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1039 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1040 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1041 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1042 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1044 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1045 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1047 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1048 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1049 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1050 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1051 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1052 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1053 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1057 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1061 test -z "$as_dir" && as_dir
=.
1062 echo "PATH: $as_dir"
1077 # Keep a trace of the command line.
1078 # Strip out --no-create and --no-recursion so they do not pile up.
1079 # Strip out --silent because we don't want to record it for future runs.
1080 # Also quote any args containing shell meta-characters.
1081 # Make two passes to allow for proper duplicate-argument suppression.
1086 ac_must_keep_next
=false
1092 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
1093 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1094 |
-silent |
--silent |
--silen |
--sile |
--sil)
1096 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1097 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1100 1) ac_configure_args0
="$ac_configure_args0 '$ac_arg'" ;;
1102 ac_configure_args1
="$ac_configure_args1 '$ac_arg'"
1103 if test $ac_must_keep_next = true
; then
1104 ac_must_keep_next
=false
# Got value, back to normal.
1107 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
1108 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
1109 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
1110 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
1111 case "$ac_configure_args0 " in
1112 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1115 -* ) ac_must_keep_next
=true
;;
1118 ac_configure_args
="$ac_configure_args$ac_sep'$ac_arg'"
1119 # Get rid of the leading space.
1125 $as_unset ac_configure_args0 ||
test "${ac_configure_args0+set}" != set ||
{ ac_configure_args0
=; export ac_configure_args0
; }
1126 $as_unset ac_configure_args1 ||
test "${ac_configure_args1+set}" != set ||
{ ac_configure_args1
=; export ac_configure_args1
; }
1128 # When interrupted or exit'd, cleanup temporary files, and complete
1129 # config.log. We remove comments because anyway the quotes in there
1130 # would cause problems or look ugly.
1131 # WARNING: Be sure not to use single quotes in there, as some shells,
1132 # such as our DU 5.0 friend, will then `close' the trap.
1133 trap 'exit_status=$?
1134 # Save into config.log some information that might help in debugging.
1139 ## ---------------- ##
1140 ## Cache variables. ##
1141 ## ---------------- ##
1144 # The following way of writing the cache mishandles newlines in values,
1147 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1150 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1151 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1155 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1162 ## ----------------- ##
1163 ## Output variables. ##
1164 ## ----------------- ##
1167 for ac_var in $ac_subst_vars
1169 eval ac_val=$`echo $ac_var`
1170 echo "$ac_var='"'"'$ac_val'"'"'"
1174 if test -n "$ac_subst_files"; then
1181 for ac_var in $ac_subst_files
1183 eval ac_val=$`echo $ac_var`
1184 echo "$ac_var='"'"'$ac_val'"'"'"
1189 if test -s confdefs.h; then
1196 sed "/^$/d" confdefs.h | sort
1199 test "$ac_signal" != 0 &&
1200 echo "$as_me: caught signal $ac_signal"
1201 echo "$as_me: exit $exit_status"
1203 rm -f core *.core &&
1204 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1207 for ac_signal
in 1 2 13 15; do
1208 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1212 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1213 rm -rf conftest
* confdefs.h
1214 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1217 # Predefined preprocessor variables.
1219 cat >>confdefs.h
<<_ACEOF
1220 #define PACKAGE_NAME "$PACKAGE_NAME"
1224 cat >>confdefs.h
<<_ACEOF
1225 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1229 cat >>confdefs.h
<<_ACEOF
1230 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1234 cat >>confdefs.h
<<_ACEOF
1235 #define PACKAGE_STRING "$PACKAGE_STRING"
1239 cat >>confdefs.h
<<_ACEOF
1240 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1244 # Let the site file select an alternate cache file if it wants to.
1245 # Prefer explicitly selected file to automatically selected ones.
1246 if test -z "$CONFIG_SITE"; then
1247 if test "x$prefix" != xNONE
; then
1248 CONFIG_SITE
="$prefix/share/config.site $prefix/etc/config.site"
1250 CONFIG_SITE
="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1253 for ac_site_file
in $CONFIG_SITE; do
1254 if test -r "$ac_site_file"; then
1255 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1256 echo "$as_me: loading site script $ac_site_file" >&6;}
1257 sed 's/^/| /' "$ac_site_file" >&5
1262 if test -r "$cache_file"; then
1263 # Some versions of bash will fail to source /dev/null (special
1264 # files actually), so we avoid doing that.
1265 if test -f "$cache_file"; then
1266 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1267 echo "$as_me: loading cache $cache_file" >&6;}
1269 [\\/]* | ?
:[\\/]* ) .
$cache_file;;
1270 *) . .
/$cache_file;;
1274 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1275 echo "$as_me: creating cache $cache_file" >&6;}
1279 # Check that the precious variables saved in the cache have kept the same
1281 ac_cache_corrupted
=false
1282 for ac_var
in `(set) 2>&1 |
1283 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1284 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
1285 eval ac_new_set
=\
$ac_env_${ac_var}_set
1286 eval ac_old_val
="\$ac_cv_env_${ac_var}_value"
1287 eval ac_new_val
="\$ac_env_${ac_var}_value"
1288 case $ac_old_set,$ac_new_set in
1290 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1291 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1292 ac_cache_corrupted
=: ;;
1294 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1295 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1296 ac_cache_corrupted
=: ;;
1299 if test "x$ac_old_val" != "x$ac_new_val"; then
1300 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1301 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1302 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1303 echo "$as_me: former value: $ac_old_val" >&2;}
1304 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1305 echo "$as_me: current value: $ac_new_val" >&2;}
1306 ac_cache_corrupted
=:
1309 # Pass precious variables to config.status.
1310 if test "$ac_new_set" = set; then
1312 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1313 ac_arg
=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1314 *) ac_arg
=$ac_var=$ac_new_val ;;
1316 case " $ac_configure_args " in
1317 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1318 *) ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
1322 if $ac_cache_corrupted; then
1323 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1324 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1325 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1326 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1327 { (exit 1); exit 1; }; }
1331 ac_cpp
='$CPP $CPPFLAGS'
1332 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1333 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1334 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1366 for ac_dir
in $srcdir $srcdir/..
$srcdir/..
/..
; do
1367 if test -f $ac_dir/install-sh
; then
1369 ac_install_sh
="$ac_aux_dir/install-sh -c"
1371 elif test -f $ac_dir/install.sh
; then
1373 ac_install_sh
="$ac_aux_dir/install.sh -c"
1375 elif test -f $ac_dir/shtool
; then
1377 ac_install_sh
="$ac_aux_dir/shtool install -c"
1381 if test -z "$ac_aux_dir"; then
1382 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1383 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1384 { (exit 1); exit 1; }; }
1386 ac_config_guess
="$SHELL $ac_aux_dir/config.guess"
1387 ac_config_sub
="$SHELL $ac_aux_dir/config.sub"
1388 ac_configure
="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1390 # Make sure we can run config.sub.
1391 $ac_config_sub sun4
>/dev
/null
2>&1 ||
1392 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1393 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1394 { (exit 1); exit 1; }; }
1396 echo "$as_me:$LINENO: checking build system type" >&5
1397 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1398 if test "${ac_cv_build+set}" = set; then
1399 echo $ECHO_N "(cached) $ECHO_C" >&6
1401 ac_cv_build_alias
=$build_alias
1402 test -z "$ac_cv_build_alias" &&
1403 ac_cv_build_alias
=`$ac_config_guess`
1404 test -z "$ac_cv_build_alias" &&
1405 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1406 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1407 { (exit 1); exit 1; }; }
1408 ac_cv_build
=`$ac_config_sub $ac_cv_build_alias` ||
1409 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1410 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1411 { (exit 1); exit 1; }; }
1414 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1415 echo "${ECHO_T}$ac_cv_build" >&6
1417 build_cpu
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1418 build_vendor
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1419 build_os
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1422 case ${build_alias} in
1423 "") build_noncanonical
=${build} ;;
1424 *) build_noncanonical
=${build_alias} ;;
1427 case ${host_alias} in
1428 "") host_noncanonical
=${build_noncanonical} ;;
1429 *) host_noncanonical
=${host_alias} ;;
1432 case ${target_alias} in
1433 "") target_noncanonical
=${host_noncanonical} ;;
1434 *) target_noncanonical
=${target_alias} ;;
1437 # Prefix 'build-' so this never conflicts with target_subdir.
1438 build_subdir
="build-${build_noncanonical}"
1439 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
1440 if ( test $srcdir = .
&& test -d gcc
) \
1441 ||
test -d $srcdir/..
/host-
${host_noncanonical}; then
1442 host_subdir
="host-${host_noncanonical}"
1447 target_subdir
=${target_noncanonical}
1450 # We use these options to decide which functions to include.
1452 # Check whether --with-target-subdir or --without-target-subdir was given.
1453 if test "${with_target_subdir+set}" = set; then
1454 withval
="$with_target_subdir"
1458 # We may get other options which we don't document:
1459 # --with-target-subdir, --with-multisrctop, --with-multisubdir
1461 # When building with srcdir == objdir, links to the source files will
1462 # be created in directories within the target_subdir. We have to
1463 # adjust toplevel_srcdir accordingly, so that configure finds
1464 # install-sh and other auxiliary files that live in the top-level
1466 if test "${srcdir}" = "."; then
1467 if test -z "${with_target_subdir}"; then
1470 if test "${with_target_subdir}" != "."; then
1471 toprel
="${with_multisrctop}../.."
1473 toprel
="${with_multisrctop}.."
1480 libgcj_basedir
=$srcdir/$toprel/.
/libjava
1483 echo "$as_me:$LINENO: checking host system type" >&5
1484 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1485 if test "${ac_cv_host+set}" = set; then
1486 echo $ECHO_N "(cached) $ECHO_C" >&6
1488 ac_cv_host_alias
=$host_alias
1489 test -z "$ac_cv_host_alias" &&
1490 ac_cv_host_alias
=$ac_cv_build_alias
1491 ac_cv_host
=`$ac_config_sub $ac_cv_host_alias` ||
1492 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1493 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1494 { (exit 1); exit 1; }; }
1497 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1498 echo "${ECHO_T}$ac_cv_host" >&6
1500 host_cpu
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1501 host_vendor
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1502 host_os
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1505 echo "$as_me:$LINENO: checking target system type" >&5
1506 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1507 if test "${ac_cv_target+set}" = set; then
1508 echo $ECHO_N "(cached) $ECHO_C" >&6
1510 ac_cv_target_alias
=$target_alias
1511 test "x$ac_cv_target_alias" = "x" &&
1512 ac_cv_target_alias
=$ac_cv_host_alias
1513 ac_cv_target
=`$ac_config_sub $ac_cv_target_alias` ||
1514 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1515 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1516 { (exit 1); exit 1; }; }
1519 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1520 echo "${ECHO_T}$ac_cv_target" >&6
1521 target
=$ac_cv_target
1522 target_cpu
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1523 target_vendor
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1524 target_os
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1527 # The aliases save the names the user supplied, while $host etc.
1528 # will get canonicalized.
1529 test -n "$target_alias" &&
1530 test "$program_prefix$program_suffix$program_transform_name" = \
1532 program_prefix
=${target_alias}-
1533 case ${build_alias} in
1534 "") build_noncanonical
=${build} ;;
1535 *) build_noncanonical
=${build_alias} ;;
1538 case ${target_alias} in
1539 "") target_noncanonical
=${host_noncanonical} ;;
1540 *) target_noncanonical
=${target_alias} ;;
1546 # This works around the fact that libtool configuration may change LD
1547 # for this particular configuration, but some shells, instead of
1548 # keeping the changes in LD private, export them just because LD is
1550 ORIGINAL_LD_FOR_MULTILIBS
=$LD
1552 echo "$as_me:$LINENO: checking whether ln -s works" >&5
1553 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
1555 if test "$LN_S" = "ln -s"; then
1556 echo "$as_me:$LINENO: result: yes" >&5
1557 echo "${ECHO_T}yes" >&6
1559 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
1560 echo "${ECHO_T}no, using $LN_S" >&6
1564 # This works around an automake problem.
1565 mkinstalldirs
="`cd $ac_aux_dir && ${PWDCMD-pwd}`/mkinstalldirs"
1569 # Check whether --with-cross-host or --without-cross-host was given.
1570 if test "${with_cross_host+set}" = set; then
1571 withval
="$with_cross_host"
1576 # Check whether --with-newlib or --without-newlib was given.
1577 if test "${with_newlib+set}" = set; then
1578 withval
="$with_newlib"
1582 # Check whether --enable-version-specific-runtime-libs or --disable-version-specific-runtime-libs was given.
1583 if test "${enable_version_specific_runtime_libs+set}" = set; then
1584 enableval
="$enable_version_specific_runtime_libs"
1585 case "$enableval" in
1586 yes) version_specific_libs
=yes ;;
1587 no
) version_specific_libs
=no
;;
1588 *) { { echo "$as_me:$LINENO: error: Unknown argument to enable/disable version-specific libs" >&5
1589 echo "$as_me: error: Unknown argument to enable/disable version-specific libs" >&2;}
1590 { (exit 1); exit 1; }; };;
1593 version_specific_libs
=no
1597 # Default to --enable-multilib
1598 # Check whether --enable-multilib or --disable-multilib was given.
1599 if test "${enable_multilib+set}" = set; then
1600 enableval
="$enable_multilib"
1601 case "${enableval}" in
1602 yes) multilib
=yes ;;
1604 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for multilib option" >&5
1605 echo "$as_me: error: bad value ${enableval} for multilib option" >&2;}
1606 { (exit 1); exit 1; }; } ;;
1611 # It may not be safe to run linking tests in AC_PROG_CC/AC_PROG_CXX.
1614 # (1) We use an abnormal CXX (without library references), so we
1615 # must cache it under a different name.
1616 # (2) CC, CFLAGS, CXX, CXXFLAGS, LDFLAGS must not be 'precious', or
1617 # the non-multilib-adjusted value will be used in multilibs.
1618 # (3) As a side effect, we must SUBST CXXFLAGS, CFLAGS, and LDFLAGS ourselves.
1619 # (4) As another side effect, automake doesn't automatically include them
1621 # (5) For libstdc++-v3, -fno-builtin must be present here so that a
1622 # non-conflicting form of std::exit can be guessed by AC_PROG_CXX, and
1623 # used in later tests. This may not be necessary in libjava; I don't know.
1627 save_CXXFLAGS
="$CXXFLAGS"
1628 CXXFLAGS
="$CXXFLAGS -fno-builtin"
1630 ac_cpp
='$CPP $CPPFLAGS'
1631 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1632 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1633 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1634 if test -n "$ac_tool_prefix"; then
1635 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1636 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
1637 echo "$as_me:$LINENO: checking for $ac_word" >&5
1638 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1639 if test "${ac_cv_prog_CC+set}" = set; then
1640 echo $ECHO_N "(cached) $ECHO_C" >&6
1642 if test -n "$CC"; then
1643 ac_cv_prog_CC
="$CC" # Let the user override the test.
1645 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1649 test -z "$as_dir" && as_dir
=.
1650 for ac_exec_ext
in '' $ac_executable_extensions; do
1651 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1652 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
1653 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1662 if test -n "$CC"; then
1663 echo "$as_me:$LINENO: result: $CC" >&5
1664 echo "${ECHO_T}$CC" >&6
1666 echo "$as_me:$LINENO: result: no" >&5
1667 echo "${ECHO_T}no" >&6
1671 if test -z "$ac_cv_prog_CC"; then
1673 # Extract the first word of "gcc", so it can be a program name with args.
1674 set dummy gcc
; ac_word
=$2
1675 echo "$as_me:$LINENO: checking for $ac_word" >&5
1676 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1677 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1678 echo $ECHO_N "(cached) $ECHO_C" >&6
1680 if test -n "$ac_ct_CC"; then
1681 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
1683 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1687 test -z "$as_dir" && as_dir
=.
1688 for ac_exec_ext
in '' $ac_executable_extensions; do
1689 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1690 ac_cv_prog_ac_ct_CC
="gcc"
1691 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1699 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
1700 if test -n "$ac_ct_CC"; then
1701 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1702 echo "${ECHO_T}$ac_ct_CC" >&6
1704 echo "$as_me:$LINENO: result: no" >&5
1705 echo "${ECHO_T}no" >&6
1713 if test -z "$CC"; then
1714 if test -n "$ac_tool_prefix"; then
1715 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1716 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
1717 echo "$as_me:$LINENO: checking for $ac_word" >&5
1718 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1719 if test "${ac_cv_prog_CC+set}" = set; then
1720 echo $ECHO_N "(cached) $ECHO_C" >&6
1722 if test -n "$CC"; then
1723 ac_cv_prog_CC
="$CC" # Let the user override the test.
1725 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1729 test -z "$as_dir" && as_dir
=.
1730 for ac_exec_ext
in '' $ac_executable_extensions; do
1731 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1732 ac_cv_prog_CC
="${ac_tool_prefix}cc"
1733 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1742 if test -n "$CC"; then
1743 echo "$as_me:$LINENO: result: $CC" >&5
1744 echo "${ECHO_T}$CC" >&6
1746 echo "$as_me:$LINENO: result: no" >&5
1747 echo "${ECHO_T}no" >&6
1751 if test -z "$ac_cv_prog_CC"; then
1753 # Extract the first word of "cc", so it can be a program name with args.
1754 set dummy cc
; ac_word
=$2
1755 echo "$as_me:$LINENO: checking for $ac_word" >&5
1756 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1757 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1758 echo $ECHO_N "(cached) $ECHO_C" >&6
1760 if test -n "$ac_ct_CC"; then
1761 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
1763 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1767 test -z "$as_dir" && as_dir
=.
1768 for ac_exec_ext
in '' $ac_executable_extensions; do
1769 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1770 ac_cv_prog_ac_ct_CC
="cc"
1771 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1779 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
1780 if test -n "$ac_ct_CC"; then
1781 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1782 echo "${ECHO_T}$ac_ct_CC" >&6
1784 echo "$as_me:$LINENO: result: no" >&5
1785 echo "${ECHO_T}no" >&6
1794 if test -z "$CC"; then
1795 # Extract the first word of "cc", so it can be a program name with args.
1796 set dummy cc
; ac_word
=$2
1797 echo "$as_me:$LINENO: checking for $ac_word" >&5
1798 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1799 if test "${ac_cv_prog_CC+set}" = set; then
1800 echo $ECHO_N "(cached) $ECHO_C" >&6
1802 if test -n "$CC"; then
1803 ac_cv_prog_CC
="$CC" # Let the user override the test.
1806 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1810 test -z "$as_dir" && as_dir
=.
1811 for ac_exec_ext
in '' $ac_executable_extensions; do
1812 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1813 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1814 ac_prog_rejected
=yes
1818 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1824 if test $ac_prog_rejected = yes; then
1825 # We found a bogon in the path, so make sure we never use it.
1826 set dummy
$ac_cv_prog_CC
1828 if test $# != 0; then
1829 # We chose a different compiler from the bogus one.
1830 # However, it has the same basename, so the bogon will be chosen
1831 # first if we set CC to just the basename; use the full file name.
1833 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
1839 if test -n "$CC"; then
1840 echo "$as_me:$LINENO: result: $CC" >&5
1841 echo "${ECHO_T}$CC" >&6
1843 echo "$as_me:$LINENO: result: no" >&5
1844 echo "${ECHO_T}no" >&6
1848 if test -z "$CC"; then
1849 if test -n "$ac_tool_prefix"; then
1852 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1853 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
1854 echo "$as_me:$LINENO: checking for $ac_word" >&5
1855 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1856 if test "${ac_cv_prog_CC+set}" = set; then
1857 echo $ECHO_N "(cached) $ECHO_C" >&6
1859 if test -n "$CC"; then
1860 ac_cv_prog_CC
="$CC" # Let the user override the test.
1862 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1866 test -z "$as_dir" && as_dir
=.
1867 for ac_exec_ext
in '' $ac_executable_extensions; do
1868 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1869 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
1870 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1879 if test -n "$CC"; then
1880 echo "$as_me:$LINENO: result: $CC" >&5
1881 echo "${ECHO_T}$CC" >&6
1883 echo "$as_me:$LINENO: result: no" >&5
1884 echo "${ECHO_T}no" >&6
1887 test -n "$CC" && break
1890 if test -z "$CC"; then
1894 # Extract the first word of "$ac_prog", so it can be a program name with args.
1895 set dummy
$ac_prog; ac_word
=$2
1896 echo "$as_me:$LINENO: checking for $ac_word" >&5
1897 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1898 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1899 echo $ECHO_N "(cached) $ECHO_C" >&6
1901 if test -n "$ac_ct_CC"; then
1902 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
1904 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1908 test -z "$as_dir" && as_dir
=.
1909 for ac_exec_ext
in '' $ac_executable_extensions; do
1910 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1911 ac_cv_prog_ac_ct_CC
="$ac_prog"
1912 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1920 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
1921 if test -n "$ac_ct_CC"; then
1922 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1923 echo "${ECHO_T}$ac_ct_CC" >&6
1925 echo "$as_me:$LINENO: result: no" >&5
1926 echo "${ECHO_T}no" >&6
1929 test -n "$ac_ct_CC" && break
1938 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
1939 See \`config.log' for more details." >&5
1940 echo "$as_me: error: no acceptable C compiler found in \$PATH
1941 See \`config.log' for more details." >&2;}
1942 { (exit 1); exit 1; }; }
1944 # Provide some information about the compiler.
1945 echo "$as_me:$LINENO:" \
1946 "checking for C compiler version" >&5
1947 ac_compiler
=`set X $ac_compile; echo $2`
1948 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1949 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
1951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1952 (exit $ac_status); }
1953 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1954 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
1956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1957 (exit $ac_status); }
1958 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1959 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
1961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1962 (exit $ac_status); }
1964 cat >conftest.
$ac_ext <<_ACEOF
1967 cat confdefs.h
>>conftest.
$ac_ext
1968 cat >>conftest.
$ac_ext <<_ACEOF
1969 /* end confdefs.h. */
1980 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1981 (eval $ac_link) 2>&5
1983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1984 (exit $ac_status); }; then
1990 if test x
$gcc_no_link = xyes
; then
1991 # Setting cross_compile will disable run tests; it will
1992 # also disable AC_CHECK_FILE but that's generally
1993 # correct if we can't link.
1997 cat >conftest.
$ac_ext <<_ACEOF
2000 cat confdefs.h
>>conftest.
$ac_ext
2001 cat >>conftest.
$ac_ext <<_ACEOF
2002 /* end confdefs.h. */
2012 ac_clean_files_save
=$ac_clean_files
2013 ac_clean_files
="$ac_clean_files a.out a.exe b.out"
2014 # Try to create an executable without -o first, disregard a.out.
2015 # It will help us diagnose broken compilers, and finding out an intuition
2017 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2018 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
2019 ac_link_default
=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2020 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2021 (eval $ac_link_default) 2>&5
2023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2024 (exit $ac_status); }; then
2025 # Find the output, starting from the most likely. This scheme is
2026 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
2029 # Be careful to initialize this variable, since it used to be cached.
2030 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2032 # b.out is created by i960 compilers.
2033 for ac_file
in a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
2035 test -f "$ac_file" ||
continue
2037 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
)
2040 # This is the source file.
2043 # We found the default executable, but exeext='' is most
2047 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2048 # FIXME: I believe we export ac_cv_exeext for Libtool,
2049 # but it would be cool to find out if it's true. Does anybody
2050 # maintain Libtool? --akim.
2058 echo "$as_me: failed program was:" >&5
2059 sed 's/^/| /' conftest.
$ac_ext >&5
2061 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2062 See \`config.log' for more details." >&5
2063 echo "$as_me: error: C compiler cannot create executables
2064 See \`config.log' for more details." >&2;}
2065 { (exit 77); exit 77; }; }
2068 ac_exeext
=$ac_cv_exeext
2069 echo "$as_me:$LINENO: result: $ac_file" >&5
2070 echo "${ECHO_T}$ac_file" >&6
2072 # Check the compiler produces executables we can run. If not, either
2073 # the compiler is broken, or we cross compile.
2074 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2075 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2076 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2077 # If not cross compiling, check that we can run a simple program.
2078 if test "$cross_compiling" != yes; then
2079 if { ac_try
='./$ac_file'
2080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2084 (exit $ac_status); }; }; then
2087 if test "$cross_compiling" = maybe
; then
2090 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2091 If you meant to cross compile, use \`--host'.
2092 See \`config.log' for more details." >&5
2093 echo "$as_me: error: cannot run C compiled programs.
2094 If you meant to cross compile, use \`--host'.
2095 See \`config.log' for more details." >&2;}
2096 { (exit 1); exit 1; }; }
2100 echo "$as_me:$LINENO: result: yes" >&5
2101 echo "${ECHO_T}yes" >&6
2103 rm -f a.out a.exe conftest
$ac_cv_exeext b.out
2104 ac_clean_files
=$ac_clean_files_save
2105 # Check the compiler produces executables we can run. If not, either
2106 # the compiler is broken, or we cross compile.
2107 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2108 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2109 echo "$as_me:$LINENO: result: $cross_compiling" >&5
2110 echo "${ECHO_T}$cross_compiling" >&6
2112 echo "$as_me:$LINENO: checking for suffix of executables" >&5
2113 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2114 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2115 (eval $ac_link) 2>&5
2117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2118 (exit $ac_status); }; then
2119 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2120 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2121 # work properly (i.e., refer to `conftest.exe'), while it won't with
2123 for ac_file
in conftest.exe conftest conftest.
*; do
2124 test -f "$ac_file" ||
continue
2126 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
) ;;
2127 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2134 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2135 See \`config.log' for more details." >&5
2136 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2137 See \`config.log' for more details." >&2;}
2138 { (exit 1); exit 1; }; }
2141 rm -f conftest
$ac_cv_exeext
2142 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2143 echo "${ECHO_T}$ac_cv_exeext" >&6
2145 rm -f conftest.
$ac_ext
2146 EXEEXT
=$ac_cv_exeext
2149 echo "$as_me:$LINENO: checking for suffix of object files" >&5
2150 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2151 if test "${ac_cv_objext+set}" = set; then
2152 echo $ECHO_N "(cached) $ECHO_C" >&6
2154 cat >conftest.
$ac_ext <<_ACEOF
2157 cat confdefs.h
>>conftest.
$ac_ext
2158 cat >>conftest.
$ac_ext <<_ACEOF
2159 /* end confdefs.h. */
2169 rm -f conftest.o conftest.obj
2170 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2171 (eval $ac_compile) 2>&5
2173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2174 (exit $ac_status); }; then
2175 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2177 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg
) ;;
2178 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
2183 echo "$as_me: failed program was:" >&5
2184 sed 's/^/| /' conftest.
$ac_ext >&5
2186 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2187 See \`config.log' for more details." >&5
2188 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2189 See \`config.log' for more details." >&2;}
2190 { (exit 1); exit 1; }; }
2193 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
2195 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2196 echo "${ECHO_T}$ac_cv_objext" >&6
2197 OBJEXT
=$ac_cv_objext
2199 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2200 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2201 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2202 echo $ECHO_N "(cached) $ECHO_C" >&6
2204 cat >conftest.
$ac_ext <<_ACEOF
2207 cat confdefs.h
>>conftest.
$ac_ext
2208 cat >>conftest.
$ac_ext <<_ACEOF
2209 /* end confdefs.h. */
2222 rm -f conftest.
$ac_objext
2223 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2224 (eval $ac_compile) 2>conftest.er1
2226 grep -v '^ *+' conftest.er1
>conftest.err
2228 cat conftest.err
>&5
2229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2230 (exit $ac_status); } &&
2231 { ac_try
='test -z "$ac_c_werror_flag"
2232 || test ! -s conftest.err'
2233 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2237 (exit $ac_status); }; } &&
2238 { ac_try
='test -s conftest.$ac_objext'
2239 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2243 (exit $ac_status); }; }; then
2246 echo "$as_me: failed program was:" >&5
2247 sed 's/^/| /' conftest.
$ac_ext >&5
2251 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2252 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
2255 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2256 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2257 GCC
=`test $ac_compiler_gnu = yes && echo yes`
2258 ac_test_CFLAGS
=${CFLAGS+set}
2259 ac_save_CFLAGS
=$CFLAGS
2261 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2262 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2263 if test "${ac_cv_prog_cc_g+set}" = set; then
2264 echo $ECHO_N "(cached) $ECHO_C" >&6
2266 cat >conftest.
$ac_ext <<_ACEOF
2269 cat confdefs.h
>>conftest.
$ac_ext
2270 cat >>conftest.
$ac_ext <<_ACEOF
2271 /* end confdefs.h. */
2281 rm -f conftest.
$ac_objext
2282 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2283 (eval $ac_compile) 2>conftest.er1
2285 grep -v '^ *+' conftest.er1
>conftest.err
2287 cat conftest.err
>&5
2288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2289 (exit $ac_status); } &&
2290 { ac_try
='test -z "$ac_c_werror_flag"
2291 || test ! -s conftest.err'
2292 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2296 (exit $ac_status); }; } &&
2297 { ac_try
='test -s conftest.$ac_objext'
2298 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2302 (exit $ac_status); }; }; then
2305 echo "$as_me: failed program was:" >&5
2306 sed 's/^/| /' conftest.
$ac_ext >&5
2310 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2312 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2313 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2314 if test "$ac_test_CFLAGS" = set; then
2315 CFLAGS
=$ac_save_CFLAGS
2316 elif test $ac_cv_prog_cc_g = yes; then
2317 if test "$GCC" = yes; then
2323 if test "$GCC" = yes; then
2329 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2330 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2331 if test "${ac_cv_prog_cc_stdc+set}" = set; then
2332 echo $ECHO_N "(cached) $ECHO_C" >&6
2334 ac_cv_prog_cc_stdc
=no
2336 cat >conftest.
$ac_ext <<_ACEOF
2339 cat confdefs.h
>>conftest.
$ac_ext
2340 cat >>conftest.
$ac_ext <<_ACEOF
2341 /* end confdefs.h. */
2344 #include <sys/types.h>
2345 #include <sys/stat.h>
2346 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2347 struct buf { int x; };
2348 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2349 static char *e (p, i)
2355 static char *f (char * (*g) (char **, int), char **p, ...)
2360 s = g (p, va_arg (v,int));
2365 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2366 function prototypes and stuff, but not '\xHH' hex character constants.
2367 These don't provoke an error unfortunately, instead are silently treated
2368 as 'x'. The following induces an error, until -std1 is added to get
2369 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2370 array size at least. It's necessary to write '\x00'==0 to get something
2371 that's true only with -std1. */
2372 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2374 int test (int i, double x);
2375 struct s1 {int (*f) (int a);};
2376 struct s2 {int (*f) (double a);};
2377 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2383 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2388 # Don't try gcc -ansi; that turns off useful extensions and
2389 # breaks some systems' header files.
2390 # AIX -qlanglvl=ansi
2391 # Ultrix and OSF/1 -std1
2392 # HP-UX 10.20 and later -Ae
2393 # HP-UX older versions -Aa -D_HPUX_SOURCE
2394 # SVR4 -Xc -D__EXTENSIONS__
2395 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2397 CC
="$ac_save_CC $ac_arg"
2398 rm -f conftest.
$ac_objext
2399 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2400 (eval $ac_compile) 2>conftest.er1
2402 grep -v '^ *+' conftest.er1
>conftest.err
2404 cat conftest.err
>&5
2405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2406 (exit $ac_status); } &&
2407 { ac_try
='test -z "$ac_c_werror_flag"
2408 || test ! -s conftest.err'
2409 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2413 (exit $ac_status); }; } &&
2414 { ac_try
='test -s conftest.$ac_objext'
2415 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2419 (exit $ac_status); }; }; then
2420 ac_cv_prog_cc_stdc
=$ac_arg
2423 echo "$as_me: failed program was:" >&5
2424 sed 's/^/| /' conftest.
$ac_ext >&5
2427 rm -f conftest.err conftest.
$ac_objext
2429 rm -f conftest.
$ac_ext conftest.
$ac_objext
2434 case "x$ac_cv_prog_cc_stdc" in
2436 echo "$as_me:$LINENO: result: none needed" >&5
2437 echo "${ECHO_T}none needed" >&6 ;;
2439 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2440 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2441 CC
="$CC $ac_cv_prog_cc_stdc" ;;
2444 # Some people use a C++ compiler to compile C. Since we use `exit',
2445 # in C++ we need to declare it. In case someone uses the same compiler
2446 # for both compiling C and C++ we need to have the C++ compiler decide
2447 # the declaration of exit, since it's the most demanding environment.
2448 cat >conftest.
$ac_ext <<_ACEOF
2453 rm -f conftest.
$ac_objext
2454 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2455 (eval $ac_compile) 2>conftest.er1
2457 grep -v '^ *+' conftest.er1
>conftest.err
2459 cat conftest.err
>&5
2460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2461 (exit $ac_status); } &&
2462 { ac_try
='test -z "$ac_c_werror_flag"
2463 || test ! -s conftest.err'
2464 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2468 (exit $ac_status); }; } &&
2469 { ac_try
='test -s conftest.$ac_objext'
2470 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2474 (exit $ac_status); }; }; then
2475 for ac_declaration
in \
2477 'extern "C" void std::exit (int) throw (); using std::exit;' \
2478 'extern "C" void std::exit (int); using std::exit;' \
2479 'extern "C" void exit (int) throw ();' \
2480 'extern "C" void exit (int);' \
2483 cat >conftest.
$ac_ext <<_ACEOF
2486 cat confdefs.h
>>conftest.
$ac_ext
2487 cat >>conftest.
$ac_ext <<_ACEOF
2488 /* end confdefs.h. */
2499 rm -f conftest.
$ac_objext
2500 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2501 (eval $ac_compile) 2>conftest.er1
2503 grep -v '^ *+' conftest.er1
>conftest.err
2505 cat conftest.err
>&5
2506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2507 (exit $ac_status); } &&
2508 { ac_try
='test -z "$ac_c_werror_flag"
2509 || test ! -s conftest.err'
2510 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2514 (exit $ac_status); }; } &&
2515 { ac_try
='test -s conftest.$ac_objext'
2516 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2520 (exit $ac_status); }; }; then
2523 echo "$as_me: failed program was:" >&5
2524 sed 's/^/| /' conftest.
$ac_ext >&5
2528 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2529 cat >conftest.
$ac_ext <<_ACEOF
2532 cat confdefs.h
>>conftest.
$ac_ext
2533 cat >>conftest.
$ac_ext <<_ACEOF
2534 /* end confdefs.h. */
2544 rm -f conftest.
$ac_objext
2545 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2546 (eval $ac_compile) 2>conftest.er1
2548 grep -v '^ *+' conftest.er1
>conftest.err
2550 cat conftest.err
>&5
2551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2552 (exit $ac_status); } &&
2553 { ac_try
='test -z "$ac_c_werror_flag"
2554 || test ! -s conftest.err'
2555 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2559 (exit $ac_status); }; } &&
2560 { ac_try
='test -s conftest.$ac_objext'
2561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2565 (exit $ac_status); }; }; then
2568 echo "$as_me: failed program was:" >&5
2569 sed 's/^/| /' conftest.
$ac_ext >&5
2572 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2575 if test -n "$ac_declaration"; then
2576 echo '#ifdef __cplusplus' >>confdefs.h
2577 echo $ac_declaration >>confdefs.h
2578 echo '#endif' >>confdefs.h
2582 echo "$as_me: failed program was:" >&5
2583 sed 's/^/| /' conftest.
$ac_ext >&5
2586 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2588 ac_cpp
='$CPP $CPPFLAGS'
2589 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2590 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2591 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2594 ac_cpp
='$CXXCPP $CPPFLAGS'
2595 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2596 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2597 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
2598 if test -n "$ac_tool_prefix"; then
2599 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
2601 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2602 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2603 echo "$as_me:$LINENO: checking for $ac_word" >&5
2604 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2605 if test "${glibcxx_cv_prog_CXX+set}" = set; then
2606 echo $ECHO_N "(cached) $ECHO_C" >&6
2608 if test -n "$CXX"; then
2609 glibcxx_cv_prog_CXX
="$CXX" # Let the user override the test.
2611 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2615 test -z "$as_dir" && as_dir
=.
2616 for ac_exec_ext
in '' $ac_executable_extensions; do
2617 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2618 glibcxx_cv_prog_CXX
="$ac_tool_prefix$ac_prog"
2619 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2627 CXX
=$glibcxx_cv_prog_CXX
2628 if test -n "$CXX"; then
2629 echo "$as_me:$LINENO: result: $CXX" >&5
2630 echo "${ECHO_T}$CXX" >&6
2632 echo "$as_me:$LINENO: result: no" >&5
2633 echo "${ECHO_T}no" >&6
2636 test -n "$CXX" && break
2639 if test -z "$CXX"; then
2641 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
2643 # Extract the first word of "$ac_prog", so it can be a program name with args.
2644 set dummy
$ac_prog; ac_word
=$2
2645 echo "$as_me:$LINENO: checking for $ac_word" >&5
2646 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2647 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
2648 echo $ECHO_N "(cached) $ECHO_C" >&6
2650 if test -n "$ac_ct_CXX"; then
2651 ac_cv_prog_ac_ct_CXX
="$ac_ct_CXX" # Let the user override the test.
2653 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2657 test -z "$as_dir" && as_dir
=.
2658 for ac_exec_ext
in '' $ac_executable_extensions; do
2659 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2660 ac_cv_prog_ac_ct_CXX
="$ac_prog"
2661 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2669 ac_ct_CXX
=$ac_cv_prog_ac_ct_CXX
2670 if test -n "$ac_ct_CXX"; then
2671 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
2672 echo "${ECHO_T}$ac_ct_CXX" >&6
2674 echo "$as_me:$LINENO: result: no" >&5
2675 echo "${ECHO_T}no" >&6
2678 test -n "$ac_ct_CXX" && break
2680 test -n "$ac_ct_CXX" || ac_ct_CXX
="g++"
2686 # Provide some information about the compiler.
2687 echo "$as_me:$LINENO:" \
2688 "checking for C++ compiler version" >&5
2689 ac_compiler
=`set X $ac_compile; echo $2`
2690 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2691 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
2693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2694 (exit $ac_status); }
2695 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2696 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
2698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2699 (exit $ac_status); }
2700 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2701 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
2703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2704 (exit $ac_status); }
2706 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
2707 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
2708 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
2709 echo $ECHO_N "(cached) $ECHO_C" >&6
2711 cat >conftest.
$ac_ext <<_ACEOF
2714 cat confdefs.h
>>conftest.
$ac_ext
2715 cat >>conftest.
$ac_ext <<_ACEOF
2716 /* end confdefs.h. */
2729 rm -f conftest.
$ac_objext
2730 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2731 (eval $ac_compile) 2>conftest.er1
2733 grep -v '^ *+' conftest.er1
>conftest.err
2735 cat conftest.err
>&5
2736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2737 (exit $ac_status); } &&
2738 { ac_try
='test -z "$ac_cxx_werror_flag"
2739 || test ! -s conftest.err'
2740 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2744 (exit $ac_status); }; } &&
2745 { ac_try
='test -s conftest.$ac_objext'
2746 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2750 (exit $ac_status); }; }; then
2753 echo "$as_me: failed program was:" >&5
2754 sed 's/^/| /' conftest.
$ac_ext >&5
2758 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2759 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
2762 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
2763 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
2764 GXX
=`test $ac_compiler_gnu = yes && echo yes`
2765 ac_test_CXXFLAGS
=${CXXFLAGS+set}
2766 ac_save_CXXFLAGS
=$CXXFLAGS
2768 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
2769 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
2770 if test "${ac_cv_prog_cxx_g+set}" = set; then
2771 echo $ECHO_N "(cached) $ECHO_C" >&6
2773 cat >conftest.
$ac_ext <<_ACEOF
2776 cat confdefs.h
>>conftest.
$ac_ext
2777 cat >>conftest.
$ac_ext <<_ACEOF
2778 /* end confdefs.h. */
2788 rm -f conftest.
$ac_objext
2789 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2790 (eval $ac_compile) 2>conftest.er1
2792 grep -v '^ *+' conftest.er1
>conftest.err
2794 cat conftest.err
>&5
2795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2796 (exit $ac_status); } &&
2797 { ac_try
='test -z "$ac_cxx_werror_flag"
2798 || test ! -s conftest.err'
2799 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2803 (exit $ac_status); }; } &&
2804 { ac_try
='test -s conftest.$ac_objext'
2805 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2809 (exit $ac_status); }; }; then
2810 ac_cv_prog_cxx_g
=yes
2812 echo "$as_me: failed program was:" >&5
2813 sed 's/^/| /' conftest.
$ac_ext >&5
2817 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2819 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
2820 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
2821 if test "$ac_test_CXXFLAGS" = set; then
2822 CXXFLAGS
=$ac_save_CXXFLAGS
2823 elif test $ac_cv_prog_cxx_g = yes; then
2824 if test "$GXX" = yes; then
2830 if test "$GXX" = yes; then
2836 for ac_declaration
in \
2838 'extern "C" void std::exit (int) throw (); using std::exit;' \
2839 'extern "C" void std::exit (int); using std::exit;' \
2840 'extern "C" void exit (int) throw ();' \
2841 'extern "C" void exit (int);' \
2844 cat >conftest.
$ac_ext <<_ACEOF
2847 cat confdefs.h
>>conftest.
$ac_ext
2848 cat >>conftest.
$ac_ext <<_ACEOF
2849 /* end confdefs.h. */
2860 rm -f conftest.
$ac_objext
2861 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2862 (eval $ac_compile) 2>conftest.er1
2864 grep -v '^ *+' conftest.er1
>conftest.err
2866 cat conftest.err
>&5
2867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2868 (exit $ac_status); } &&
2869 { ac_try
='test -z "$ac_cxx_werror_flag"
2870 || test ! -s conftest.err'
2871 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2875 (exit $ac_status); }; } &&
2876 { ac_try
='test -s conftest.$ac_objext'
2877 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2881 (exit $ac_status); }; }; then
2884 echo "$as_me: failed program was:" >&5
2885 sed 's/^/| /' conftest.
$ac_ext >&5
2889 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2890 cat >conftest.
$ac_ext <<_ACEOF
2893 cat confdefs.h
>>conftest.
$ac_ext
2894 cat >>conftest.
$ac_ext <<_ACEOF
2895 /* end confdefs.h. */
2905 rm -f conftest.
$ac_objext
2906 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2907 (eval $ac_compile) 2>conftest.er1
2909 grep -v '^ *+' conftest.er1
>conftest.err
2911 cat conftest.err
>&5
2912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2913 (exit $ac_status); } &&
2914 { ac_try
='test -z "$ac_cxx_werror_flag"
2915 || test ! -s conftest.err'
2916 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2920 (exit $ac_status); }; } &&
2921 { ac_try
='test -s conftest.$ac_objext'
2922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2926 (exit $ac_status); }; }; then
2929 echo "$as_me: failed program was:" >&5
2930 sed 's/^/| /' conftest.
$ac_ext >&5
2933 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2936 if test -n "$ac_declaration"; then
2937 echo '#ifdef __cplusplus' >>confdefs.h
2938 echo $ac_declaration >>confdefs.h
2939 echo '#endif' >>confdefs.h
2943 ac_cpp
='$CPP $CPPFLAGS'
2944 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2945 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2946 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2948 CXXFLAGS
="$save_CXXFLAGS"
2954 am__api_version
="1.9"
2955 # Find a good install program. We prefer a C program (faster),
2956 # so one script is as good as another. But avoid the broken or
2957 # incompatible versions:
2958 # SysV /etc/install, /usr/sbin/install
2959 # SunOS /usr/etc/install
2960 # IRIX /sbin/install
2962 # AmigaOS /C/install, which installs bootblocks on floppy discs
2963 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2964 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2965 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2966 # OS/2's system install, which has a completely different semantic
2967 # ./install, which can be erroneously created by make from ./install.sh.
2968 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2969 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
2970 if test -z "$INSTALL"; then
2971 if test "${ac_cv_path_install+set}" = set; then
2972 echo $ECHO_N "(cached) $ECHO_C" >&6
2974 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2978 test -z "$as_dir" && as_dir
=.
2979 # Account for people who put trailing slashes in PATH elements.
2981 .
/ | .
// |
/cC
/* | \
2982 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
2983 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
2986 # OSF1 and SCO ODT 3.0 have their own names for install.
2987 # Don't use installbsd from OSF since it installs stuff as root
2989 for ac_prog
in ginstall scoinst
install; do
2990 for ac_exec_ext
in '' $ac_executable_extensions; do
2991 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2992 if test $ac_prog = install &&
2993 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2994 # AIX install. It has an incompatible calling convention.
2996 elif test $ac_prog = install &&
2997 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2998 # program-specific install script used by HP pwplus--don't use.
3001 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
3013 if test "${ac_cv_path_install+set}" = set; then
3014 INSTALL
=$ac_cv_path_install
3016 # As a last resort, use the slow shell script. We don't cache a
3017 # path for INSTALL within a source directory, because that will
3018 # break other packages using the cache if that directory is
3019 # removed, or if the path is relative.
3020 INSTALL
=$ac_install_sh
3023 echo "$as_me:$LINENO: result: $INSTALL" >&5
3024 echo "${ECHO_T}$INSTALL" >&6
3026 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3027 # It thinks the first close brace ends the variable substitution.
3028 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
3030 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
3032 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
3034 echo "$as_me:$LINENO: checking whether build environment is sane" >&5
3035 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
3038 echo timestamp
> conftest.
file
3039 # Do `set' in a subshell so we don't clobber the current shell's
3040 # arguments. Must try -L first in case configure is actually a
3041 # symlink; some systems play weird games with the mod time of symlinks
3042 # (eg FreeBSD returns the mod time of the symlink's containing
3045 set X
`ls -Lt $srcdir/configure conftest.file 2> /dev/null`
3046 if test "$*" = "X"; then
3048 set X
`ls -t $srcdir/configure conftest.file`
3051 if test "$*" != "X $srcdir/configure conftest.file" \
3052 && test "$*" != "X conftest.file $srcdir/configure"; then
3054 # If neither matched, then we have a broken ls. This can happen
3055 # if, for instance, CONFIG_SHELL is bash and it inherits a
3056 # broken ls alias from the environment. This has actually
3057 # happened. Such a system could not be considered "sane".
3058 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
3059 alias in your environment" >&5
3060 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
3061 alias in your environment" >&2;}
3062 { (exit 1); exit 1; }; }
3065 test "$2" = conftest.
file
3071 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
3072 Check your system clock" >&5
3073 echo "$as_me: error: newly created file is older than distributed files!
3074 Check your system clock" >&2;}
3075 { (exit 1); exit 1; }; }
3077 echo "$as_me:$LINENO: result: yes" >&5
3078 echo "${ECHO_T}yes" >&6
3079 test "$program_prefix" != NONE
&&
3080 program_transform_name
="s,^,$program_prefix,;$program_transform_name"
3081 # Use a double $ so make ignores it.
3082 test "$program_suffix" != NONE
&&
3083 program_transform_name
="s,\$,$program_suffix,;$program_transform_name"
3084 # Double any \ or $. echo might interpret backslashes.
3085 # By default was `s,x,x', remove it if useless.
3086 cat <<\_ACEOF
>conftest.
sed
3087 s
/[\\$
]/&&/g
;s
/;s
,x
,x
,$
//
3089 program_transform_name
=`echo $program_transform_name | sed -f conftest.sed`
3092 # expand $ac_aux_dir to an absolute path
3093 am_aux_dir
=`cd $ac_aux_dir && pwd`
3095 test x
"${MISSING+set}" = xset || MISSING
="\${SHELL} $am_aux_dir/missing"
3096 # Use eval to expand $SHELL
3097 if eval "$MISSING --run true"; then
3098 am_missing_run
="$MISSING --run "
3101 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
3102 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3105 if mkdir
-p --version .
>/dev
/null
2>&1 && test ! -d .
/--version; then
3106 # We used to keeping the `.' as first argument, in order to
3107 # allow $(mkdir_p) to be used without argument. As in
3108 # $(mkdir_p) $(somedir)
3109 # where $(somedir) is conditionally defined. However this is wrong
3111 # 1. if the package is installed by a user who cannot write `.'
3112 # make install will fail,
3113 # 2. the above comment should most certainly read
3114 # $(mkdir_p) $(DESTDIR)$(somedir)
3115 # so it does not work when $(somedir) is undefined and
3116 # $(DESTDIR) is not.
3117 # To support the latter case, we have to write
3118 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
3119 # so the `.' trick is pointless.
3120 mkdir_p
='mkdir -p --'
3122 # On NextStep and OpenStep, the `mkdir' command does not
3123 # recognize any option. It will interpret all options as
3124 # directories to create, and then abort because `.' already
3126 for d
in .
/-p .
/--version;
3128 test -d $d && rmdir $d
3130 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
3131 if test -f "$ac_aux_dir/mkinstalldirs"; then
3132 mkdir_p
='$(mkinstalldirs)'
3134 mkdir_p
='$(install_sh) -d'
3138 for ac_prog
in gawk mawk nawk
awk
3140 # Extract the first word of "$ac_prog", so it can be a program name with args.
3141 set dummy
$ac_prog; ac_word
=$2
3142 echo "$as_me:$LINENO: checking for $ac_word" >&5
3143 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3144 if test "${ac_cv_prog_AWK+set}" = set; then
3145 echo $ECHO_N "(cached) $ECHO_C" >&6
3147 if test -n "$AWK"; then
3148 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
3150 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3154 test -z "$as_dir" && as_dir
=.
3155 for ac_exec_ext
in '' $ac_executable_extensions; do
3156 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3157 ac_cv_prog_AWK
="$ac_prog"
3158 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3167 if test -n "$AWK"; then
3168 echo "$as_me:$LINENO: result: $AWK" >&5
3169 echo "${ECHO_T}$AWK" >&6
3171 echo "$as_me:$LINENO: result: no" >&5
3172 echo "${ECHO_T}no" >&6
3175 test -n "$AWK" && break
3178 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3179 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
3180 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
3181 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
3182 echo $ECHO_N "(cached) $ECHO_C" >&6
3184 cat >conftest.
make <<\_ACEOF
3186 @
echo 'ac_maketemp="$(MAKE)"'
3188 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3189 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
3190 if test -n "$ac_maketemp"; then
3191 eval ac_cv_prog_make_
${ac_make}_set
=yes
3193 eval ac_cv_prog_make_
${ac_make}_set
=no
3197 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
3198 echo "$as_me:$LINENO: result: yes" >&5
3199 echo "${ECHO_T}yes" >&6
3202 echo "$as_me:$LINENO: result: no" >&5
3203 echo "${ECHO_T}no" >&6
3204 SET_MAKE
="MAKE=${MAKE-make}"
3207 rm -rf .tst
2>/dev
/null
3208 mkdir .tst
2>/dev
/null
3209 if test -d .tst
; then
3214 rmdir .tst
2>/dev
/null
3216 DEPDIR
="${am__leading_dot}deps"
3218 ac_config_commands
="$ac_config_commands depfiles"
3221 am_make
=${MAKE-make}
3222 cat > confinc
<< 'END'
3227 # If we don't find an include directive, just comment out the code.
3228 echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
3229 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
3233 # First try GNU make style include.
3234 echo "include confinc" > confmf
3235 # We grep out `Entering directory' and `Leaving directory'
3236 # messages which can occur if `w' ends up in MAKEFLAGS.
3237 # In particular we don't look at `^make:' because GNU make might
3238 # be invoked under some other name (usually "gmake"), in which
3239 # case it prints its new name instead of `make'.
3240 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
3245 # Now try BSD make style include.
3246 if test "$am__include" = "#"; then
3247 echo '.include "confinc"' > confmf
3248 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
3249 am__include
=.include
3256 echo "$as_me:$LINENO: result: $_am_result" >&5
3257 echo "${ECHO_T}$_am_result" >&6
3258 rm -f confinc confmf
3260 # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
3261 if test "${enable_dependency_tracking+set}" = set; then
3262 enableval
="$enable_dependency_tracking"
3265 if test "x$enable_dependency_tracking" != xno
; then
3266 am_depcomp
="$ac_aux_dir/depcomp"
3271 if test "x$enable_dependency_tracking" != xno; then
3281 # test to see if srcdir already configured
3282 if test "`cd $srcdir && pwd`" != "`pwd`" &&
3283 test -f $srcdir/config.status
; then
3284 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
3285 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
3286 { (exit 1); exit 1; }; }
3289 # test whether we have cygpath
3290 if test -z "$CYGPATH_W"; then
3291 if (cygpath
--version) >/dev
/null
2>/dev
/null
; then
3292 CYGPATH_W
='cygpath -w'
3299 # Define the identity of the package.
3301 VERSION
='version-unused'
3304 cat >>confdefs.h
<<_ACEOF
3305 #define PACKAGE "$PACKAGE"
3309 cat >>confdefs.h
<<_ACEOF
3310 #define VERSION "$VERSION"
3313 # Some tools Automake needs.
3315 ACLOCAL
=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3318 AUTOCONF
=${AUTOCONF-"${am_missing_run}autoconf"}
3321 AUTOMAKE
=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3324 AUTOHEADER
=${AUTOHEADER-"${am_missing_run}autoheader"}
3327 MAKEINFO
=${MAKEINFO-"${am_missing_run}makeinfo"}
3329 install_sh
=${install_sh-"$am_aux_dir/install-sh"}
3331 # Installed binaries are usually stripped using `strip' when the user
3332 # run `make install-strip'. However `strip' might not be the right
3333 # tool to use in cross-compilation environments, therefore Automake
3334 # will honor the `STRIP' environment variable to overrule this program.
3335 if test "$cross_compiling" != no
; then
3336 if test -n "$ac_tool_prefix"; then
3337 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3338 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
3339 echo "$as_me:$LINENO: checking for $ac_word" >&5
3340 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3341 if test "${ac_cv_prog_STRIP+set}" = set; then
3342 echo $ECHO_N "(cached) $ECHO_C" >&6
3344 if test -n "$STRIP"; then
3345 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
3347 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3351 test -z "$as_dir" && as_dir
=.
3352 for ac_exec_ext
in '' $ac_executable_extensions; do
3353 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3354 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
3355 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3363 STRIP
=$ac_cv_prog_STRIP
3364 if test -n "$STRIP"; then
3365 echo "$as_me:$LINENO: result: $STRIP" >&5
3366 echo "${ECHO_T}$STRIP" >&6
3368 echo "$as_me:$LINENO: result: no" >&5
3369 echo "${ECHO_T}no" >&6
3373 if test -z "$ac_cv_prog_STRIP"; then
3375 # Extract the first word of "strip", so it can be a program name with args.
3376 set dummy strip
; ac_word
=$2
3377 echo "$as_me:$LINENO: checking for $ac_word" >&5
3378 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3379 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
3380 echo $ECHO_N "(cached) $ECHO_C" >&6
3382 if test -n "$ac_ct_STRIP"; then
3383 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
3385 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3389 test -z "$as_dir" && as_dir
=.
3390 for ac_exec_ext
in '' $ac_executable_extensions; do
3391 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3392 ac_cv_prog_ac_ct_STRIP
="strip"
3393 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3399 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
=":"
3402 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
3403 if test -n "$ac_ct_STRIP"; then
3404 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
3405 echo "${ECHO_T}$ac_ct_STRIP" >&6
3407 echo "$as_me:$LINENO: result: no" >&5
3408 echo "${ECHO_T}no" >&6
3413 STRIP
="$ac_cv_prog_STRIP"
3417 INSTALL_STRIP_PROGRAM
="\${SHELL} \$(install_sh) -c -s"
3419 # We need awk for the "check" target. The system "awk" is bad on
3421 # Always define AMTAR for backward compatibility.
3423 AMTAR
=${AMTAR-"${am_missing_run}tar"}
3425 am__tar
='${AMTAR} chof - "$$tardir"'; am__untar
='${AMTAR} xf -'
3430 depcc
="$CC" am_compiler_list
=
3432 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3433 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
3434 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3435 echo $ECHO_N "(cached) $ECHO_C" >&6
3437 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3438 # We make a subdir and do the tests there. Otherwise we can end up
3439 # making bogus files that we don't know about and never remove. For
3440 # instance it was reported that on HP-UX the gcc test will end up
3441 # making a dummy file named `D' -- because `-MD' means `put the output
3444 # Copy depcomp to subdir because otherwise we won't find it if we're
3445 # using a relative directory.
3446 cp "$am_depcomp" conftest.dir
3448 # We will build objects and dependencies in a subdirectory because
3449 # it helps to detect inapplicable dependency modes. For instance
3450 # both Tru64's cc and ICC support -MD to output dependencies as a
3451 # side effect of compilation, but ICC will put the dependencies in
3452 # the current directory while Tru64 will put them in the object
3456 am_cv_CC_dependencies_compiler_type
=none
3457 if test "$am_compiler_list" = ""; then
3458 am_compiler_list
=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3460 for depmode
in $am_compiler_list; do
3461 # Setup a source with many dependencies, because some compilers
3462 # like to wrap large dependency lists on column 80 (with \), and
3463 # we should not choose a depcomp mode which is confused by this.
3465 # We need to recreate these files for each test, as the compiler may
3466 # overwrite some of them when testing with obscure command lines.
3467 # This happens at least with the AIX C compiler.
3469 for i
in 1 2 3 4 5 6; do
3470 echo '#include "conftst'$i'.h"' >> sub
/conftest.c
3471 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3472 # Solaris 8's {/usr,}/bin/sh.
3473 touch sub
/conftst
$i.h
3475 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3479 # after this tag, mechanisms are not by side-effect, so they'll
3480 # only be used when explicitly requested
3481 if test "x$enable_dependency_tracking" = xyes
; then
3489 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3490 # mode. It turns out that the SunPro C++ compiler does not properly
3491 # handle `-M -o', and we need to detect this.
3492 if depmode
=$depmode \
3493 source=sub
/conftest.c object
=sub
/conftest.
${OBJEXT-o} \
3494 depfile
=sub
/conftest.Po tmpdepfile
=sub
/conftest.TPo \
3495 $SHELL .
/depcomp
$depcc -c -o sub
/conftest.
${OBJEXT-o} sub
/conftest.c \
3496 >/dev
/null
2>conftest.err
&&
3497 grep sub
/conftst6.h sub
/conftest.Po
> /dev
/null
2>&1 &&
3498 grep sub
/conftest.
${OBJEXT-o} sub
/conftest.Po
> /dev
/null
2>&1 &&
3499 ${MAKE-make} -s -f confmf
> /dev
/null
2>&1; then
3500 # icc doesn't choke on unknown options, it will just issue warnings
3501 # or remarks (even with -Werror). So we grep stderr for any message
3502 # that says an option was ignored or not supported.
3503 # When given -MP, icc 7.0 and 7.1 complain thusly:
3504 # icc: Command line warning: ignoring option '-M'; no argument required
3505 # The diagnosis changed in icc 8.0:
3506 # icc: Command line remark: option '-MP' not supported
3507 if (grep 'ignoring option' conftest.err ||
3508 grep 'not supported' conftest.err
) >/dev
/null
2>&1; then :; else
3509 am_cv_CC_dependencies_compiler_type
=$depmode
3518 am_cv_CC_dependencies_compiler_type
=none
3522 echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3523 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3524 CCDEPMODE
=depmode
=$am_cv_CC_dependencies_compiler_type
3529 test "x$enable_dependency_tracking" != xno \
3530 && test "$am_cv_CC_dependencies_compiler_type" = gcc3
; then
3532 am__fastdepCC_FALSE
='#'
3534 am__fastdepCC_TRUE
='#'
3535 am__fastdepCC_FALSE
=
3539 depcc
="$CXX" am_compiler_list
=
3541 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3542 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
3543 if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
3544 echo $ECHO_N "(cached) $ECHO_C" >&6
3546 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3547 # We make a subdir and do the tests there. Otherwise we can end up
3548 # making bogus files that we don't know about and never remove. For
3549 # instance it was reported that on HP-UX the gcc test will end up
3550 # making a dummy file named `D' -- because `-MD' means `put the output
3553 # Copy depcomp to subdir because otherwise we won't find it if we're
3554 # using a relative directory.
3555 cp "$am_depcomp" conftest.dir
3557 # We will build objects and dependencies in a subdirectory because
3558 # it helps to detect inapplicable dependency modes. For instance
3559 # both Tru64's cc and ICC support -MD to output dependencies as a
3560 # side effect of compilation, but ICC will put the dependencies in
3561 # the current directory while Tru64 will put them in the object
3565 am_cv_CXX_dependencies_compiler_type
=none
3566 if test "$am_compiler_list" = ""; then
3567 am_compiler_list
=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3569 for depmode
in $am_compiler_list; do
3570 # Setup a source with many dependencies, because some compilers
3571 # like to wrap large dependency lists on column 80 (with \), and
3572 # we should not choose a depcomp mode which is confused by this.
3574 # We need to recreate these files for each test, as the compiler may
3575 # overwrite some of them when testing with obscure command lines.
3576 # This happens at least with the AIX C compiler.
3578 for i
in 1 2 3 4 5 6; do
3579 echo '#include "conftst'$i'.h"' >> sub
/conftest.c
3580 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3581 # Solaris 8's {/usr,}/bin/sh.
3582 touch sub
/conftst
$i.h
3584 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3588 # after this tag, mechanisms are not by side-effect, so they'll
3589 # only be used when explicitly requested
3590 if test "x$enable_dependency_tracking" = xyes
; then
3598 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3599 # mode. It turns out that the SunPro C++ compiler does not properly
3600 # handle `-M -o', and we need to detect this.
3601 if depmode
=$depmode \
3602 source=sub
/conftest.c object
=sub
/conftest.
${OBJEXT-o} \
3603 depfile
=sub
/conftest.Po tmpdepfile
=sub
/conftest.TPo \
3604 $SHELL .
/depcomp
$depcc -c -o sub
/conftest.
${OBJEXT-o} sub
/conftest.c \
3605 >/dev
/null
2>conftest.err
&&
3606 grep sub
/conftst6.h sub
/conftest.Po
> /dev
/null
2>&1 &&
3607 grep sub
/conftest.
${OBJEXT-o} sub
/conftest.Po
> /dev
/null
2>&1 &&
3608 ${MAKE-make} -s -f confmf
> /dev
/null
2>&1; then
3609 # icc doesn't choke on unknown options, it will just issue warnings
3610 # or remarks (even with -Werror). So we grep stderr for any message
3611 # that says an option was ignored or not supported.
3612 # When given -MP, icc 7.0 and 7.1 complain thusly:
3613 # icc: Command line warning: ignoring option '-M'; no argument required
3614 # The diagnosis changed in icc 8.0:
3615 # icc: Command line remark: option '-MP' not supported
3616 if (grep 'ignoring option' conftest.err ||
3617 grep 'not supported' conftest.err
) >/dev
/null
2>&1; then :; else
3618 am_cv_CXX_dependencies_compiler_type
=$depmode
3627 am_cv_CXX_dependencies_compiler_type
=none
3631 echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
3632 echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6
3633 CXXDEPMODE
=depmode
=$am_cv_CXX_dependencies_compiler_type
3638 test "x$enable_dependency_tracking" != xno \
3639 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3
; then
3640 am__fastdepCXX_TRUE
=
3641 am__fastdepCXX_FALSE
='#'
3643 am__fastdepCXX_TRUE
='#'
3644 am__fastdepCXX_FALSE
=
3650 if test -n "$ac_tool_prefix"; then
3651 # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
3652 set dummy
${ac_tool_prefix}as
; ac_word
=$2
3653 echo "$as_me:$LINENO: checking for $ac_word" >&5
3654 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3655 if test "${ac_cv_prog_AS+set}" = set; then
3656 echo $ECHO_N "(cached) $ECHO_C" >&6
3658 if test -n "$AS"; then
3659 ac_cv_prog_AS
="$AS" # Let the user override the test.
3661 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3665 test -z "$as_dir" && as_dir
=.
3666 for ac_exec_ext
in '' $ac_executable_extensions; do
3667 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3668 ac_cv_prog_AS
="${ac_tool_prefix}as"
3669 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3678 if test -n "$AS"; then
3679 echo "$as_me:$LINENO: result: $AS" >&5
3680 echo "${ECHO_T}$AS" >&6
3682 echo "$as_me:$LINENO: result: no" >&5
3683 echo "${ECHO_T}no" >&6
3687 if test -z "$ac_cv_prog_AS"; then
3689 # Extract the first word of "as", so it can be a program name with args.
3690 set dummy as
; ac_word
=$2
3691 echo "$as_me:$LINENO: checking for $ac_word" >&5
3692 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3693 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
3694 echo $ECHO_N "(cached) $ECHO_C" >&6
3696 if test -n "$ac_ct_AS"; then
3697 ac_cv_prog_ac_ct_AS
="$ac_ct_AS" # Let the user override the test.
3699 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3703 test -z "$as_dir" && as_dir
=.
3704 for ac_exec_ext
in '' $ac_executable_extensions; do
3705 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3706 ac_cv_prog_ac_ct_AS
="as"
3707 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3715 ac_ct_AS
=$ac_cv_prog_ac_ct_AS
3716 if test -n "$ac_ct_AS"; then
3717 echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
3718 echo "${ECHO_T}$ac_ct_AS" >&6
3720 echo "$as_me:$LINENO: result: no" >&5
3721 echo "${ECHO_T}no" >&6
3729 if test -n "$ac_tool_prefix"; then
3730 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
3731 set dummy
${ac_tool_prefix}ld
; ac_word
=$2
3732 echo "$as_me:$LINENO: checking for $ac_word" >&5
3733 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3734 if test "${ac_cv_prog_LD+set}" = set; then
3735 echo $ECHO_N "(cached) $ECHO_C" >&6
3737 if test -n "$LD"; then
3738 ac_cv_prog_LD
="$LD" # Let the user override the test.
3740 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3744 test -z "$as_dir" && as_dir
=.
3745 for ac_exec_ext
in '' $ac_executable_extensions; do
3746 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3747 ac_cv_prog_LD
="${ac_tool_prefix}ld"
3748 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3757 if test -n "$LD"; then
3758 echo "$as_me:$LINENO: result: $LD" >&5
3759 echo "${ECHO_T}$LD" >&6
3761 echo "$as_me:$LINENO: result: no" >&5
3762 echo "${ECHO_T}no" >&6
3766 if test -z "$ac_cv_prog_LD"; then
3768 # Extract the first word of "ld", so it can be a program name with args.
3769 set dummy ld
; ac_word
=$2
3770 echo "$as_me:$LINENO: checking for $ac_word" >&5
3771 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3772 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
3773 echo $ECHO_N "(cached) $ECHO_C" >&6
3775 if test -n "$ac_ct_LD"; then
3776 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
3778 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3782 test -z "$as_dir" && as_dir
=.
3783 for ac_exec_ext
in '' $ac_executable_extensions; do
3784 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3785 ac_cv_prog_ac_ct_LD
="ld"
3786 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3794 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
3795 if test -n "$ac_ct_LD"; then
3796 echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
3797 echo "${ECHO_T}$ac_ct_LD" >&6
3799 echo "$as_me:$LINENO: result: no" >&5
3800 echo "${ECHO_T}no" >&6
3808 if test -n "$ac_tool_prefix"; then
3809 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
3810 set dummy
${ac_tool_prefix}ar; ac_word
=$2
3811 echo "$as_me:$LINENO: checking for $ac_word" >&5
3812 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3813 if test "${ac_cv_prog_AR+set}" = set; then
3814 echo $ECHO_N "(cached) $ECHO_C" >&6
3816 if test -n "$AR"; then
3817 ac_cv_prog_AR
="$AR" # Let the user override the test.
3819 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3823 test -z "$as_dir" && as_dir
=.
3824 for ac_exec_ext
in '' $ac_executable_extensions; do
3825 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3826 ac_cv_prog_AR
="${ac_tool_prefix}ar"
3827 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3836 if test -n "$AR"; then
3837 echo "$as_me:$LINENO: result: $AR" >&5
3838 echo "${ECHO_T}$AR" >&6
3840 echo "$as_me:$LINENO: result: no" >&5
3841 echo "${ECHO_T}no" >&6
3845 if test -z "$ac_cv_prog_AR"; then
3847 # Extract the first word of "ar", so it can be a program name with args.
3848 set dummy
ar; ac_word
=$2
3849 echo "$as_me:$LINENO: checking for $ac_word" >&5
3850 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3851 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
3852 echo $ECHO_N "(cached) $ECHO_C" >&6
3854 if test -n "$ac_ct_AR"; then
3855 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
3857 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3861 test -z "$as_dir" && as_dir
=.
3862 for ac_exec_ext
in '' $ac_executable_extensions; do
3863 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3864 ac_cv_prog_ac_ct_AR
="ar"
3865 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3873 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
3874 if test -n "$ac_ct_AR"; then
3875 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
3876 echo "${ECHO_T}$ac_ct_AR" >&6
3878 echo "$as_me:$LINENO: result: no" >&5
3879 echo "${ECHO_T}no" >&6
3887 if test -n "$ac_tool_prefix"; then
3888 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3889 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
3890 echo "$as_me:$LINENO: checking for $ac_word" >&5
3891 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3892 if test "${ac_cv_prog_RANLIB+set}" = set; then
3893 echo $ECHO_N "(cached) $ECHO_C" >&6
3895 if test -n "$RANLIB"; then
3896 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
3898 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3902 test -z "$as_dir" && as_dir
=.
3903 for ac_exec_ext
in '' $ac_executable_extensions; do
3904 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3905 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
3906 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3914 RANLIB
=$ac_cv_prog_RANLIB
3915 if test -n "$RANLIB"; then
3916 echo "$as_me:$LINENO: result: $RANLIB" >&5
3917 echo "${ECHO_T}$RANLIB" >&6
3919 echo "$as_me:$LINENO: result: no" >&5
3920 echo "${ECHO_T}no" >&6
3924 if test -z "$ac_cv_prog_RANLIB"; then
3925 ac_ct_RANLIB
=$RANLIB
3926 # Extract the first word of "ranlib", so it can be a program name with args.
3927 set dummy ranlib
; ac_word
=$2
3928 echo "$as_me:$LINENO: checking for $ac_word" >&5
3929 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3930 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3931 echo $ECHO_N "(cached) $ECHO_C" >&6
3933 if test -n "$ac_ct_RANLIB"; then
3934 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
3936 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3940 test -z "$as_dir" && as_dir
=.
3941 for ac_exec_ext
in '' $ac_executable_extensions; do
3942 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3943 ac_cv_prog_ac_ct_RANLIB
="ranlib"
3944 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3950 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
3953 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
3954 if test -n "$ac_ct_RANLIB"; then
3955 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
3956 echo "${ECHO_T}$ac_ct_RANLIB" >&6
3958 echo "$as_me:$LINENO: result: no" >&5
3959 echo "${ECHO_T}no" >&6
3962 RANLIB
=$ac_ct_RANLIB
3964 RANLIB
="$ac_cv_prog_RANLIB"
3967 for ac_prog
in jar fastjar
3969 # Extract the first word of "$ac_prog", so it can be a program name with args.
3970 set dummy
$ac_prog; ac_word
=$2
3971 echo "$as_me:$LINENO: checking for $ac_word" >&5
3972 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3973 if test "${ac_cv_prog_JAR+set}" = set; then
3974 echo $ECHO_N "(cached) $ECHO_C" >&6
3976 if test -n "$JAR"; then
3977 ac_cv_prog_JAR
="$JAR" # Let the user override the test.
3979 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3983 test -z "$as_dir" && as_dir
=.
3984 for ac_exec_ext
in '' $ac_executable_extensions; do
3985 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3986 ac_cv_prog_JAR
="$ac_prog"
3987 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3996 if test -n "$JAR"; then
3997 echo "$as_me:$LINENO: result: $JAR" >&5
3998 echo "${ECHO_T}$JAR" >&6
4000 echo "$as_me:$LINENO: result: no" >&5
4001 echo "${ECHO_T}no" >&6
4004 test -n "$JAR" && break
4006 test -n "$JAR" || JAR
="false"
4008 if test "$JAR" = false
; then
4009 { { echo "$as_me:$LINENO: error: jar program not found" >&5
4010 echo "$as_me: error: jar program not found" >&2;}
4011 { (exit 1); exit 1; }; }
4014 # Find a good install program. We prefer a C program (faster),
4015 # so one script is as good as another. But avoid the broken or
4016 # incompatible versions:
4017 # SysV /etc/install, /usr/sbin/install
4018 # SunOS /usr/etc/install
4019 # IRIX /sbin/install
4021 # AmigaOS /C/install, which installs bootblocks on floppy discs
4022 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4023 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4024 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4025 # OS/2's system install, which has a completely different semantic
4026 # ./install, which can be erroneously created by make from ./install.sh.
4027 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4028 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
4029 if test -z "$INSTALL"; then
4030 if test "${ac_cv_path_install+set}" = set; then
4031 echo $ECHO_N "(cached) $ECHO_C" >&6
4033 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4037 test -z "$as_dir" && as_dir
=.
4038 # Account for people who put trailing slashes in PATH elements.
4040 .
/ | .
// |
/cC
/* | \
4041 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
4042 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
4045 # OSF1 and SCO ODT 3.0 have their own names for install.
4046 # Don't use installbsd from OSF since it installs stuff as root
4048 for ac_prog
in ginstall scoinst
install; do
4049 for ac_exec_ext
in '' $ac_executable_extensions; do
4050 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
4051 if test $ac_prog = install &&
4052 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
4053 # AIX install. It has an incompatible calling convention.
4055 elif test $ac_prog = install &&
4056 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
4057 # program-specific install script used by HP pwplus--don't use.
4060 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
4072 if test "${ac_cv_path_install+set}" = set; then
4073 INSTALL
=$ac_cv_path_install
4075 # As a last resort, use the slow shell script. We don't cache a
4076 # path for INSTALL within a source directory, because that will
4077 # break other packages using the cache if that directory is
4078 # removed, or if the path is relative.
4079 INSTALL
=$ac_install_sh
4082 echo "$as_me:$LINENO: result: $INSTALL" >&5
4083 echo "${ECHO_T}$INSTALL" >&6
4085 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4086 # It thinks the first close brace ends the variable substitution.
4087 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
4089 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
4091 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
4094 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
4095 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
4096 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
4097 if test "${enable_maintainer_mode+set}" = set; then
4098 enableval
="$enable_maintainer_mode"
4099 USE_MAINTAINER_MODE
=$enableval
4101 USE_MAINTAINER_MODE
=no
4103 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
4104 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
4107 if test $USE_MAINTAINER_MODE = yes; then
4108 MAINTAINER_MODE_TRUE
=
4109 MAINTAINER_MODE_FALSE
='#'
4111 MAINTAINER_MODE_TRUE
='#'
4112 MAINTAINER_MODE_FALSE
=
4115 MAINT
=$MAINTAINER_MODE_TRUE
4121 # configure.host sets the following important variables
4122 # libgcj_cflags - host specific C compiler flags
4123 # libgcj_cxxflags - host specific C++ compiler flags
4124 # libgcj_javaflags - host specific Java compiler flags
4130 .
${srcdir}/configure.
host
4132 LIBGCJ_CFLAGS
="${libgcj_cflags}"
4133 LIBGCJ_CXXFLAGS
="${libgcj_cxxflags}"
4134 LIBGCJ_JAVAFLAGS
="${libgcj_javaflags}"
4135 LIBGCJ_LD_SYMBOLIC
="${libgcj_ld_symbolic}"
4141 # Only use libltdl for non-newlib builds.
4142 if test "x${with_newlib}" = "x" ||
test "x${with_newlib}" = "xno"; then
4143 echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
4144 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
4146 libname_spec
='lib$name'
4154 shlibpath_overrides_runpath
=unknown
4156 dynamic_linker
="$host_os ld.so"
4157 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
4158 if test "$GCC" = yes; then
4159 sys_lib_search_path_spec
=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g"`
4160 if echo "$sys_lib_search_path_spec" |
grep ';' >/dev
/null
; then
4161 # if the path contains ";" then we assume it to be the separator
4162 # otherwise default to the standard path separator (i.e. ":") - it is
4163 # assumed that no part of a normal pathname contains ";" but that should
4164 # okay in the real world where ";" in dirpaths is itself problematic.
4165 sys_lib_search_path_spec
=`echo "$sys_lib_search_path_spec" | sed -e 's/;/ /g'`
4167 sys_lib_search_path_spec
=`echo "$sys_lib_search_path_spec" | sed -e "s/$PATH_SEPARATOR/ /g"`
4170 sys_lib_search_path_spec
="/lib /usr/lib /usr/local/lib"
4172 need_lib_prefix
=unknown
4173 hardcode_into_libs
=no
4175 # when you set need_version to no, make sure it does not cause -set_version
4176 # flags to be left without arguments
4177 need_version
=unknown
4182 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
4183 shlibpath_var
=LIBPATH
4185 # AIX 3 has no versioning support, so we append a major version to the name.
4186 soname_spec
='${libname}${release}${shared_ext}$major'
4193 hardcode_into_libs
=yes
4194 if test "$host_cpu" = ia64
; then
4195 # AIX 5 supports IA64
4196 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
4197 shlibpath_var
=LD_LIBRARY_PATH
4199 # With GCC up to 2.95.x, collect2 would create an import file
4200 # for dependence libraries. The import file would start with
4201 # the line `#! .'. This would cause the generated library to
4202 # depend on `.', always an invalid library. This was fixed in
4203 # development snapshots of GCC prior to 3.0.
4205 aix4 | aix4.
[01] | aix4.
[01].
*)
4206 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
4208 echo '#endif'; } |
${CC} -E - |
grep yes > /dev
/null
; then
4215 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
4216 # soname into executable. Probably we can add versioning support to
4217 # collect2, so additional links can be useful in future.
4218 if test "$aix_use_runtimelinking" = yes; then
4219 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
4220 # instead of lib<name>.a to let people know that these are not
4221 # typical AIX shared libraries.
4222 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
4224 # We preserve .a as extension for shared libraries through AIX4.2
4225 # and later when we are not doing run time linking.
4226 library_names_spec
='${libname}${release}.a $libname.a'
4227 soname_spec
='${libname}${release}${shared_ext}$major'
4229 shlibpath_var
=LIBPATH
4234 library_names_spec
='$libname.ixlibrary $libname.a'
4235 # Create ${libname}_ixlibrary.a entries in /sys/libs.
4236 finish_eval
='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$echo "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $rm /sys/libs/${libname}_ixlibrary.a; $show "(cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a)"; (cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a) || exit 1; done'
4240 library_names_spec
='${libname}${shared_ext}'
4241 dynamic_linker
="$host_os ld.so"
4242 shlibpath_var
=LIBRARY_PATH
4248 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
4249 soname_spec
='${libname}${release}${shared_ext}$major'
4250 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
4251 shlibpath_var
=LD_LIBRARY_PATH
4252 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
4253 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
4254 # the default ld.so.conf also contains /usr/contrib/lib and
4255 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
4256 # libtool to hard-code these into programs
4259 cygwin
* | mingw
* | pw32
*)
4260 version_type
=windows
4265 case $GCC,$host_os in
4266 yes,cygwin
* |
yes,mingw
* |
yes,pw32
*)
4267 library_names_spec
='$libname.dll.a'
4268 # DLL is installed to $(libdir)/../bin by postinstall_cmds
4269 postinstall_cmds
='base_file=`basename \${file}`~
4270 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
4271 dldir=$destdir/`dirname \$dlpath`~
4272 test -d \$dldir || mkdir -p \$dldir~
4273 $install_prog $dir/$dlname \$dldir/$dlname'
4274 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
4275 dlpath=$dir/\$dldll~
4277 shlibpath_overrides_runpath
=yes
4281 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
4282 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | sed -e 's/[.]/-/g'`${versuffix}${shared_ext}'
4283 sys_lib_search_path_spec
="/lib /lib/w32api /usr/lib /usr/local/lib"
4286 # MinGW DLLs use traditional 'lib' prefix
4287 soname_spec
='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}${shared_ext}'
4288 sys_lib_search_path_spec
=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g"`
4289 if echo "$sys_lib_search_path_spec" |
grep ';[c-zC-Z]:/' >/dev
/null
; then
4290 # It is most probably a Windows format PATH printed by
4291 # mingw gcc, but we are running on Cygwin. Gcc prints its search
4292 # path with ; separators, and with drive letters. We can handle the
4293 # drive letters (cygwin fileutils understands them), so leave them,
4294 # especially as we might pass files found there to a mingw objdump,
4295 # which wouldn't understand a cygwinified path. Ahh.
4296 sys_lib_search_path_spec
=`echo "$sys_lib_search_path_spec" | sed -e 's/;/ /g'`
4298 sys_lib_search_path_spec
=`echo "$sys_lib_search_path_spec" | sed -e "s/$PATH_SEPARATOR/ /g"`
4302 # pw32 DLLs use 'pw' prefix rather than 'lib'
4303 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | sed -e 's/./-/g'`${versuffix}${shared_ext}'
4309 library_names_spec
='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
4312 dynamic_linker
='Win32 ld.exe'
4313 # FIXME: first we should search . and the directory the executable is in
4317 darwin
* | rhapsody
*)
4318 dynamic_linker
="$host_os dyld"
4322 # FIXME: Relying on posixy $() will cause problems for
4323 # cross-compilation, but unfortunately the echo tests do not
4324 # yet detect zsh echo's removal of \ escapes.
4325 library_names_spec
='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
4326 soname_spec
='${libname}${release}${major}$shared_ext'
4327 shlibpath_overrides_runpath
=yes
4328 shlibpath_var
=DYLD_LIBRARY_PATH
4329 shrext
='$(test .$module = .yes && echo .so || echo .dylib)'
4330 # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
4331 if $CC -v 2>&1 |
grep 'Apple' >/dev
/null
; then
4332 sys_lib_search_path_spec
=`$CC -print-search-dirs | tr "\n" "$PATH_SEPARATOR" | sed -e 's/libraries:/@libraries:/' | tr "@" "\n" | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g" -e "s,$PATH_SEPARATOR, ,g" -e "s,.*,& /lib /usr/lib /usr/local/lib,g"`
4334 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
4341 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
4342 soname_spec
='${libname}${release}${shared_ext}$major'
4343 shlibpath_var
=LD_LIBRARY_PATH
4351 objformat
=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
4352 version_type
=freebsd-
$objformat
4353 case $version_type in
4355 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
4360 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
4364 shlibpath_var
=LD_LIBRARY_PATH
4367 shlibpath_overrides_runpath
=yes
4369 freebsd3.01
* | freebsdelf3.01
*)
4370 shlibpath_overrides_runpath
=yes
4371 hardcode_into_libs
=yes
4374 shlibpath_overrides_runpath
=no
4375 hardcode_into_libs
=yes
4384 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
4385 soname_spec
='${libname}${release}${shared_ext}$major'
4386 shlibpath_var
=LD_LIBRARY_PATH
4387 hardcode_into_libs
=yes
4390 hpux9
* | hpux10
* | hpux11
*)
4391 # Give a soname corresponding to the major version so that dld.sl refuses to
4392 # link against other versions.
4399 hardcode_into_libs
=yes
4400 dynamic_linker
="$host_os dld.so"
4401 shlibpath_var
=LD_LIBRARY_PATH
4402 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
4403 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
4404 soname_spec
='${libname}${release}${shared_ext}$major'
4405 if test "X$HPUX_IA64_MODE" = X32
; then
4406 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
4408 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
4410 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
4414 hardcode_into_libs
=yes
4415 dynamic_linker
="$host_os dld.sl"
4416 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
4417 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
4418 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
4419 soname_spec
='${libname}${release}${shared_ext}$major'
4420 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
4421 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
4425 dynamic_linker
="$host_os dld.sl"
4426 shlibpath_var
=SHLIB_PATH
4427 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
4428 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
4429 soname_spec
='${libname}${release}${shared_ext}$major'
4432 # HP-UX runs *really* slowly unless shared libraries are mode 555.
4433 postinstall_cmds
='chmod 555 $lib'
4436 irix5
* | irix6
* | nonstopux
*)
4438 nonstopux
*) version_type
=nonstopux
;;
4440 if test "$lt_cv_prog_gnu_ld" = yes; then
4448 soname_spec
='${libname}${release}${shared_ext}$major'
4449 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
4451 irix5
* | nonstopux
*)
4455 case $LD in # libtool.m4 will add one of these switches to LD
4456 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
4457 libsuff
= shlibsuff
= libmagic
=32-bit;;
4458 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
4459 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
4460 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
4461 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
4462 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
4466 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
4467 shlibpath_overrides_runpath
=no
4468 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
4469 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
4470 hardcode_into_libs
=yes
4473 # No shared lib support for Linux oldld, aout, or coff.
4474 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
4478 # This must be Linux ELF.
4483 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
4484 soname_spec
='${libname}${release}${shared_ext}$major'
4485 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
4486 shlibpath_var
=LD_LIBRARY_PATH
4487 shlibpath_overrides_runpath
=no
4488 # This implies no fast_install, which is unacceptable.
4489 # Some rework will be needed to allow for fast_install
4490 # before this can be enabled.
4491 hardcode_into_libs
=yes
4493 # We used to test for /lib/ld.so.1 and disable shared libraries on
4494 # powerpc, because MkLinux only supported shared libraries with the
4495 # GNU dynamic linker. Since this was broken with cross compilers,
4496 # most powerpc-linux boxes support dynamic linking these days and
4497 # people can always --disable-shared, the test was removed, and we
4498 # assume the GNU/Linux dynamic linker is in use.
4499 dynamic_linker
='GNU/Linux ld.so'
4506 if echo __ELF__ |
$CC -E - |
grep __ELF__
>/dev
/null
; then
4507 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
4508 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
4509 dynamic_linker
='NetBSD (a.out) ld.so'
4511 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}'
4512 soname_spec
='${libname}${release}${shared_ext}$major'
4513 dynamic_linker
='NetBSD ld.elf_so'
4515 shlibpath_var
=LD_LIBRARY_PATH
4516 shlibpath_overrides_runpath
=yes
4517 hardcode_into_libs
=yes
4522 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
4523 shlibpath_var
=LD_LIBRARY_PATH
4524 shlibpath_overrides_runpath
=yes
4531 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
4532 soname_spec
='${libname}${release}${shared_ext}$major'
4533 shlibpath_var
=LD_LIBRARY_PATH
4534 shlibpath_overrides_runpath
=yes
4541 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
4542 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
4543 shlibpath_var
=LD_LIBRARY_PATH
4544 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4546 openbsd2.
[89] | openbsd2.
[89].
*)
4547 shlibpath_overrides_runpath
=no
4550 shlibpath_overrides_runpath
=yes
4554 shlibpath_overrides_runpath
=yes
4559 libname_spec
='$name'
4562 library_names_spec
='$libname${shared_ext} $libname.a'
4563 dynamic_linker
='OS/2 ld.exe'
4564 shlibpath_var
=LIBPATH
4567 osf3
* | osf4
* | osf5
*)
4571 soname_spec
='${libname}${release}${shared_ext}$major'
4572 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
4573 shlibpath_var
=LD_LIBRARY_PATH
4574 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
4575 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
4580 soname_spec
='${libname}${release}${shared_ext}$major'
4581 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
4582 shlibpath_var
=LD_LIBRARY_PATH
4589 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
4590 soname_spec
='${libname}${release}${shared_ext}$major'
4591 shlibpath_var
=LD_LIBRARY_PATH
4592 shlibpath_overrides_runpath
=yes
4593 hardcode_into_libs
=yes
4594 # ldd complains unless libraries are executable
4595 postinstall_cmds
='chmod +x $lib'
4600 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
4601 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
4602 shlibpath_var
=LD_LIBRARY_PATH
4603 shlibpath_overrides_runpath
=yes
4604 if test "$with_gnu_ld" = yes; then
4610 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
4612 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
4613 soname_spec
='${libname}${release}${shared_ext}$major'
4614 shlibpath_var
=LD_LIBRARY_PATH
4615 case $host_vendor in
4617 shlibpath_overrides_runpath
=no
4619 export_dynamic_flag_spec
='${wl}-Blargedynsym'
4620 runpath_var
=LD_RUN_PATH
4628 shlibpath_overrides_runpath
=no
4629 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
4635 if test -d /usr
/nec
;then
4637 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
4638 soname_spec
='$libname${shared_ext}.$major'
4639 shlibpath_var
=LD_LIBRARY_PATH
4645 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
4646 soname_spec
='${libname}${release}${shared_ext}$major'
4647 shlibpath_var
=LD_LIBRARY_PATH
4654 echo "$as_me:$LINENO: result: $dynamic_linker" >&5
4655 echo "${ECHO_T}$dynamic_linker" >&6
4656 test "$dynamic_linker" = no
&& can_build_shared
=no
4659 echo "$as_me:$LINENO: checking which variable specifies run-time library path" >&5
4660 echo $ECHO_N "checking which variable specifies run-time library path... $ECHO_C" >&6
4661 if test "${libltdl_cv_shlibpath_var+set}" = set; then
4662 echo $ECHO_N "(cached) $ECHO_C" >&6
4664 libltdl_cv_shlibpath_var
="$shlibpath_var"
4666 echo "$as_me:$LINENO: result: $libltdl_cv_shlibpath_var" >&5
4667 echo "${ECHO_T}$libltdl_cv_shlibpath_var" >&6
4668 if test -n "$libltdl_cv_shlibpath_var"; then
4670 cat >>confdefs.h
<<_ACEOF
4671 #define LTDL_SHLIBPATH_VAR "$libltdl_cv_shlibpath_var"
4678 ac_config_headers
="$ac_config_headers include/config.h gcj/libgcj-config.h"
4681 # See if the user has requested runtime debugging.
4682 LIBGCJDEBUG
="disable"
4684 # Check whether --enable-libgcj-debug or --disable-libgcj-debug was given.
4685 if test "${enable_libgcj_debug+set}" = set; then
4686 enableval
="$enable_libgcj_debug"
4687 if test "$enable_libgcj_debug" = yes; then
4689 cat >>confdefs.h
<<\_ACEOF
4693 LIBGCJDEBUG
="enable"
4697 # Determine which AWT peer libraries to build
4698 # Check whether --enable-java-awt or --disable-java-awt was given.
4699 if test "${enable_java_awt+set}" = set; then
4700 enableval
="$enable_java_awt"
4704 peerlibs
="`echo ${enable_java_awt} | tr ',' ' '`"
4708 # The default toolkit to use is the first one specified.
4712 for peer
in $peerlibs ; do
4715 if test "$no_x" = yes; then
4716 echo "*** xlib peers requested but no X library available" 1>&2
4720 if test -z "$TOOLKIT"; then
4721 TOOLKIT
=gnu.awt.xlib.XToolkit
4726 if test "$no_x" = yes; then
4727 echo "*** gtk peers requested but no X library available" 1>&2
4731 if test -z "$TOOLKIT"; then
4732 TOOLKIT
=gnu.java.awt.peer.gtk.GtkToolkit
4737 if test "$no_x" = yes; then
4738 # Perhaps we should admit the possibility of embedded Qt.
4739 echo "*** Qt peers requested but no X library available" 1>&2
4743 if test -z "$TOOLKIT"; then
4744 TOOLKIT
=gnu.java.awt.peer.qt.QtToolkit
4755 echo "*** unrecognised argument \"${peer}\" for --enable-java-awt" 1>&2
4762 if test "$use_xlib_awt" = yes; then
4772 if test "$use_gtk_awt" = yes; then
4782 if test "$use_qt_awt" = yes; then
4791 # Create standard.omit based on decisions we just made.
4792 cp $srcdir/standard.omit.
in standard.omit
4793 if test "$use_xlib_awt" != yes; then
4794 echo gnu
/awt
/xlib
>> standard.omit
4795 echo gnu
/gcj
/xlib
>> standard.omit
4797 if test "$use_gtk_awt" != yes; then
4798 echo gnu
/java
/awt
/peer
/gtk
>> standard.omit
4800 if test "$use_qt_awt" != yes; then
4801 echo gnu
/java
/awt
/peer
/qt
>> standard.omit
4804 if test -z "${with_multisubdir}"; then
4807 builddotdot
=`echo ${with_multisubdir} | sed -e 's:[^/][^/]*:..:g'`
4812 # Which gcj do we use?
4814 built_gcc_dir
="`cd ${builddotdot}/../../${host_subdir}/gcc && ${PWDCMD-pwd}`"
4815 if test -n "${with_cross_host}"; then
4816 # We are being configured with a cross compiler. We can't
4817 # use ac_exeext, because that is for the target platform.
4820 case "${with_cross_host}" in
4822 cross_host_exeext
=.exe
4825 if test -x "${built_gcc_dir}/gcj${cross_host_exeext}"; then
4826 if test x
"$build_noncanonical" = x
"$with_cross_host"; then
4827 # Ordinary cross (host!=target and host=build)
4830 # Canadian cross (host!=target and host!=build)
4837 # We are being configured with a native or crossed-native compiler
4838 if test -x "${built_gcc_dir}/gcj${ac_exeext}"; then
4839 if test x
"$build" = x
"$host"; then
4840 # True native build (host=target and host=build)
4843 # Crossed-native build (host=target and host!=build)
4850 case "${which_gcj}" in
4852 GCJ
="$built_gcc_dir/gcj -B`${PWDCMD-pwd}`/ -B$built_gcc_dir/"
4853 GCJH
='$(top_builddir)/$(MULTIBUILDTOP)../../$(host_subdir)/gcc/gcjh'
4856 if test "x${with_newlib}" = "xyes"; then
4857 # FIXME (comment): Why is this needed?
4859 GCJ
="${target_noncanonical}-gcj"
4861 GCJ
="${target_noncanonical}-gcj -B`${PWDCMD-pwd}`/"
4863 GCJH
='$(target_noncanonical)-gcjh'
4866 GCJ
="gcj -B`${PWDCMD-pwd}`/"
4873 # Create it, so that compile/link tests don't fail
4874 test -f libgcj.spec ||
touch libgcj.spec
4878 # Set up to configure Classpath.
4879 # FIXME: no supported way to pass args in autoconf.
4880 ac_configure_args
="$ac_configure_args --disable-load-library"
4881 ac_configure_args
="$ac_configure_args --${LIBGCJDEBUG}-debug"
4882 ac_configure_args
="$ac_configure_args --enable-default-toolkit=$TOOLKIT"
4883 dir1
=`cd $srcdir && pwd`
4885 ac_configure_args
="$ac_configure_args --with-vm-classes=$dir1:$dir2"
4886 ac_configure_args
="$ac_configure_args --disable-core-jni"
4887 ac_configure_args
="$ac_configure_args --disable-examples"
4888 ac_configure_args
="$ac_configure_args --with-glibj=build"
4889 if test "$use_gtk_awt" != yes; then
4890 ac_configure_args
="$ac_configure_args --disable-gtk-peer"
4892 if test "$use_qt_awt" != yes; then
4893 ac_configure_args
="$ac_configure_args --disable-qt-peer"
4895 # We need this as qt is disabled by default in classpath.
4896 ac_configure_args
="$ac_configure_args --enable-qt-peer"
4899 # Only use libltdl for non-newlib builds.
4900 if test "x${with_newlib}" = "x" ||
test "x${with_newlib}" = "xno"; then
4901 case $enable_ltdl_convenience in
4902 no
) { { echo "$as_me:$LINENO: error: this package needs a convenience libltdl" >&5
4903 echo "$as_me: error: this package needs a convenience libltdl" >&2;}
4904 { (exit 1); exit 1; }; } ;;
4905 "") enable_ltdl_convenience
=yes
4906 ac_configure_args
="$ac_configure_args --enable-ltdl-convenience" ;;
4908 LIBLTDL
='${top_builddir}/''libltdl'/libltdlc.la
4909 INCLTDL
='-I${top_srcdir}/''libltdl'
4914 cat >>confdefs.h
<<\_ACEOF
4918 # Sigh. Libtool's macro doesn't do the right thing.
4919 INCLTDL
="-I\$(top_srcdir)/libltdl $INCLTDL"
4920 # FIXME: this is a hack.
4921 sub_auxdir
="`cd $ac_aux_dir && ${PWDCMD-pwd}`"
4922 ac_configure_args
="$ac_configure_args --with-auxdir=$sub_auxdir"
4927 # Check whether --enable-shared or --disable-shared was given.
4928 if test "${enable_shared+set}" = set; then
4929 enableval
="$enable_shared"
4930 p
=${PACKAGE-default}
4932 yes) enable_shared
=yes ;;
4933 no
) enable_shared
=no
;;
4936 # Look at the argument we got. We use all the common list separators.
4937 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
4938 for pkg
in $enableval; do
4939 if test "X$pkg" = "X$p"; then
4949 # Check whether --enable-static or --disable-static was given.
4950 if test "${enable_static+set}" = set; then
4951 enableval
="$enable_static"
4952 p
=${PACKAGE-default}
4954 yes) enable_static
=yes ;;
4955 no
) enable_static
=no
;;
4958 # Look at the argument we got. We use all the common list separators.
4959 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
4960 for pkg
in $enableval; do
4961 if test "X$pkg" = "X$p"; then
4971 # Check whether --enable-fast-install or --disable-fast-install was given.
4972 if test "${enable_fast_install+set}" = set; then
4973 enableval
="$enable_fast_install"
4974 p
=${PACKAGE-default}
4976 yes) enable_fast_install
=yes ;;
4977 no
) enable_fast_install
=no
;;
4979 enable_fast_install
=no
4980 # Look at the argument we got. We use all the common list separators.
4981 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
4982 for pkg
in $enableval; do
4983 if test "X$pkg" = "X$p"; then
4984 enable_fast_install
=yes
4991 enable_fast_install
=yes
4994 # Check whether --with-gnu-ld or --without-gnu-ld was given.
4995 if test "${with_gnu_ld+set}" = set; then
4996 withval
="$with_gnu_ld"
4997 test "$withval" = no || with_gnu_ld
=yes
5002 if test "$GCC" = yes; then
5003 # Check if gcc -print-prog-name=ld gives a path.
5004 echo "$as_me:$LINENO: checking for ld used by GCC" >&5
5005 echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
5008 # gcc leaves a trailing carriage return which upsets mingw
5009 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5011 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
5014 # Accept absolute paths.
5015 [\\/]* |
[A-Za-z
]:[\\/]*)
5016 re_direlt
='/[^/][^/]*/\.\./'
5017 # Canonicalize the path of ld
5018 ac_prog
=`echo $ac_prog| sed 's%\\\\%/%g'`
5019 while echo $ac_prog |
grep "$re_direlt" > /dev
/null
2>&1; do
5020 ac_prog
=`echo $ac_prog| sed "s%$re_direlt%/%"`
5022 test -z "$LD" && LD
="$ac_prog"
5025 # If it fails, then pretend we aren't using GCC.
5029 # If it is relative, then search for the first ld in PATH.
5033 elif test "$with_gnu_ld" = yes; then
5034 echo "$as_me:$LINENO: checking for GNU ld" >&5
5035 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
5037 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
5038 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
5040 if test "${lt_cv_path_LD+set}" = set; then
5041 echo $ECHO_N "(cached) $ECHO_C" >&6
5043 if test -z "$LD"; then
5044 IFS
="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
5045 for ac_dir
in $PATH; do
5046 test -z "$ac_dir" && ac_dir
=.
5047 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
5048 lt_cv_path_LD
="$ac_dir/$ac_prog"
5049 # Check to see if the program is GNU ld. I'd rather use --version,
5050 # but apparently some GNU ld's only accept -v.
5051 # Break only if it was the GNU/non-GNU ld that we prefer.
5052 if "$lt_cv_path_LD" -v 2>&1 < /dev
/null |
egrep '(GNU|with BFD)' > /dev
/null
; then
5053 test "$with_gnu_ld" != no
&& break
5055 test "$with_gnu_ld" != yes && break
5061 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
5066 if test -n "$LD"; then
5067 echo "$as_me:$LINENO: result: $LD" >&5
5068 echo "${ECHO_T}$LD" >&6
5070 echo "$as_me:$LINENO: result: no" >&5
5071 echo "${ECHO_T}no" >&6
5073 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
5074 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
5075 { (exit 1); exit 1; }; }
5076 echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
5077 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
5078 if test "${lt_cv_prog_gnu_ld+set}" = set; then
5079 echo $ECHO_N "(cached) $ECHO_C" >&6
5081 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
5082 if $LD -v 2>&1 </dev
/null |
egrep '(GNU|with BFD)' 1>&5; then
5083 lt_cv_prog_gnu_ld
=yes
5085 lt_cv_prog_gnu_ld
=no
5088 echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
5089 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
5090 with_gnu_ld
=$lt_cv_prog_gnu_ld
5093 echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
5094 echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
5095 if test "${lt_cv_ld_reload_flag+set}" = set; then
5096 echo $ECHO_N "(cached) $ECHO_C" >&6
5098 lt_cv_ld_reload_flag
='-r'
5100 echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
5101 echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
5102 reload_flag
=$lt_cv_ld_reload_flag
5103 test -n "$reload_flag" && reload_flag
=" $reload_flag"
5105 echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
5106 echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
5107 if test "${lt_cv_path_NM+set}" = set; then
5108 echo $ECHO_N "(cached) $ECHO_C" >&6
5110 if test -n "$NM"; then
5111 # Let the user override the test.
5114 IFS
="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
5115 for ac_dir
in $PATH /usr
/ccs
/bin
/usr
/ucb
/bin
; do
5116 test -z "$ac_dir" && ac_dir
=.
5117 tmp_nm
=$ac_dir/${ac_tool_prefix}nm
5118 if test -f $tmp_nm ||
test -f $tmp_nm$ac_exeext ; then
5119 # Check to see if the nm accepts a BSD-compat flag.
5120 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5121 # nm: unknown option "B" ignored
5122 # Tru64's nm complains that /dev/null is an invalid object file
5123 if ($tmp_nm -B /dev
/null
2>&1 |
sed '1q'; exit 0) |
egrep '(/dev/null|Invalid file or object type)' >/dev
/null
; then
5124 lt_cv_path_NM
="$tmp_nm -B"
5126 elif ($tmp_nm -p /dev
/null
2>&1 |
sed '1q'; exit 0) |
egrep /dev
/null
>/dev
/null
; then
5127 lt_cv_path_NM
="$tmp_nm -p"
5130 lt_cv_path_NM
=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5131 continue # so that we can try to find one that supports BSD flags
5136 test -z "$lt_cv_path_NM" && lt_cv_path_NM
=nm
5141 echo "$as_me:$LINENO: result: $NM" >&5
5142 echo "${ECHO_T}$NM" >&6
5144 echo "$as_me:$LINENO: checking how to recognise dependant libraries" >&5
5145 echo $ECHO_N "checking how to recognise dependant libraries... $ECHO_C" >&6
5146 if test "${lt_cv_deplibs_check_method+set}" = set; then
5147 echo $ECHO_N "(cached) $ECHO_C" >&6
5149 lt_cv_file_magic_cmd
='$MAGIC_CMD'
5150 lt_cv_file_magic_test_file
=
5151 lt_cv_deplibs_check_method
='unknown'
5152 # Need to set the preceding variable on all platforms that support
5153 # interlibrary dependencies.
5154 # 'none' -- dependencies not supported.
5155 # `unknown' -- same as none, but documents that we really don't know.
5156 # 'pass_all' -- all dependencies passed with no checks.
5157 # 'test_compile' -- check by making test program.
5158 # 'file_magic [regex]' -- check by looking for files in library path
5159 # which responds to the $file_magic_cmd with a given egrep regex.
5160 # If you have `file' or equivalent on your system and you're not sure
5161 # whether `pass_all' will *always* work, you probably want this one.
5165 lt_cv_deplibs_check_method
=pass_all
5169 lt_cv_deplibs_check_method
=pass_all
5173 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5174 lt_cv_file_magic_cmd
='/usr/bin/file -L'
5175 lt_cv_file_magic_test_file
=/shlib
/libc.so
5178 cygwin
* | mingw
* |pw32
*)
5179 lt_cv_deplibs_check_method
='file_magic file format pei*-i386(.*architecture: i386)?'
5180 lt_cv_file_magic_cmd
='$OBJDUMP -f'
5183 darwin
* | rhapsody
*)
5184 # this will be overwritten by pass_all, but leave it in just in case
5185 lt_cv_deplibs_check_method
='file_magic Mach-O dynamically linked shared library'
5186 lt_cv_file_magic_cmd
='/usr/bin/file -L'
5188 rhapsody
* | darwin1.012
)
5189 lt_cv_file_magic_test_file
='/System/Library/Frameworks/System.framework/System'
5192 lt_cv_file_magic_test_file
='/usr/lib/libSystem.dylib'
5195 lt_cv_deplibs_check_method
=pass_all
5198 freebsd
* | kfreebsd
*-gnu)
5199 if echo __ELF__ |
$CC -E - |
grep __ELF__
> /dev
/null
; then
5202 # Not sure whether the presence of OpenBSD here was a mistake.
5203 # Let's accept both of them until this is cleared up.
5204 lt_cv_deplibs_check_method
='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
5205 lt_cv_file_magic_cmd
=/usr
/bin
/file
5206 lt_cv_file_magic_test_file
=`echo /usr/lib/libc.so.*`
5210 lt_cv_deplibs_check_method
=pass_all
5215 lt_cv_deplibs_check_method
=pass_all
5221 lt_cv_deplibs_check_method
='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
5222 lt_cv_file_magic_cmd
=/usr
/bin
/file
5223 lt_cv_file_magic_test_file
=/usr
/lib
/libc.sl
5226 lt_cv_deplibs_check_method
='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5227 lt_cv_file_magic_cmd
=/usr
/bin
/file
5228 lt_cv_file_magic_test_file
=/usr
/lib
/hpux32
/libc.so
5236 # this will be overridden with pass_all, but let us keep it just in case
5237 lt_cv_deplibs_check_method
="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
5241 *-32|
*"-32 ") libmagic
=32-bit;;
5242 *-n32|
*"-n32 ") libmagic
=N32
;;
5243 *-64|
*"-64 ") libmagic
=64-bit;;
5244 *) libmagic
=never-match
;;
5246 # this will be overridden with pass_all, but let us keep it just in case
5247 lt_cv_deplibs_check_method
="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
5250 lt_cv_file_magic_test_file
=`echo /lib${libsuff}/libc.so*`
5251 lt_cv_deplibs_check_method
=pass_all
5254 # This must be Linux ELF.
5256 lt_cv_deplibs_check_method
=pass_all
5259 netbsd
* | knetbsd
*-gnu)
5260 if echo __ELF__ |
$CC -E - |
grep __ELF__
> /dev
/null
; then
5261 lt_cv_deplibs_check_method
='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$'
5263 lt_cv_deplibs_check_method
='match_pattern /lib[^/\.]+\.so$'
5268 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5269 lt_cv_file_magic_cmd
=/usr
/bin
/file
5270 lt_cv_file_magic_test_file
=/usr
/lib
/libnls.so
5273 osf3
* | osf4
* | osf5
*)
5274 # this will be overridden with pass_all, but let us keep it just in case
5275 lt_cv_deplibs_check_method
='file_magic COFF format alpha shared library'
5276 lt_cv_file_magic_test_file
=/shlib
/libc.so
5277 lt_cv_deplibs_check_method
=pass_all
5281 lt_cv_deplibs_check_method
=pass_all
5285 lt_cv_deplibs_check_method
=pass_all
5286 lt_cv_file_magic_test_file
=/lib
/libc.so
5289 sysv5uw
[78]* | sysv4
*uw2
*)
5290 lt_cv_deplibs_check_method
=pass_all
5293 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
5294 case $host_vendor in
5296 lt_cv_deplibs_check_method
=pass_all
5299 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
5300 lt_cv_file_magic_test_file
=`echo /usr/lib/libc.so*`
5307 echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
5308 echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
5309 file_magic_cmd
=$lt_cv_file_magic_cmd
5310 deplibs_check_method
=$lt_cv_deplibs_check_method
5315 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
5317 # find the maximum length of command line arguments
5318 echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
5319 echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6
5320 if test "${lt_cv_sys_max_cmd_len+set}" = set; then
5321 echo $ECHO_N "(cached) $ECHO_C" >&6
5328 # On DJGPP, this test can blow up pretty badly due to problems in libc
5329 # (any single argument exceeding 2000 bytes causes a buffer overrun
5330 # during glob expansion). Even if it were fixed, the result of this
5331 # check would be larger than it should be.
5332 lt_cv_sys_max_cmd_len
=12288; # 12K is about right
5336 # On Win9x/ME, this test blows up -- it succeeds, but takes
5337 # about 5 minutes as the teststring grows exponentially.
5338 # Worse, since 9x/ME are not pre-emptively multitasking,
5339 # you end up with a "frozen" computer, even though with patience
5340 # the test eventually succeeds (with a max line length of 256k).
5341 # Instead, let's just punt: use the minimum linelength reported by
5342 # all of the supported platforms: 8192 (on NT/2K/XP).
5343 lt_cv_sys_max_cmd_len
=8192;
5347 # On AmigaOS with pdksh, this test takes hours, literally.
5348 # So we just punt and use a minimum line length of 8192.
5349 lt_cv_sys_max_cmd_len
=8192;
5352 netbsd
* | freebsd
* | openbsd
* | darwin
* | dragonfly
*)
5353 # This has been around since 386BSD, at least. Likely further.
5354 if test -x /sbin
/sysctl
; then
5355 lt_cv_sys_max_cmd_len
=`/sbin/sysctl -n kern.argmax`
5356 elif test -x /usr
/sbin
/sysctl
; then
5357 lt_cv_sys_max_cmd_len
=`/usr/sbin/sysctl -n kern.argmax`
5359 lt_cv_sys_max_cmd_len
=65536 # usable default for *BSD
5361 # And add a safety zone
5362 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
5363 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
5369 if test -n "$lt_cv_sys_max_cmd_len" ; then
5370 echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
5371 echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6
5373 echo "$as_me:$LINENO: result: none" >&5
5374 echo "${ECHO_T}none" >&6
5378 # Only perform the check for file, if the check method requires it
5379 case $deplibs_check_method in
5381 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
5382 echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
5383 echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
5384 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
5385 echo $ECHO_N "(cached) $ECHO_C" >&6
5389 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
5392 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a dos path.
5395 ac_save_MAGIC_CMD
="$MAGIC_CMD"
5396 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
5397 ac_dummy
="/usr/bin:$PATH"
5398 for ac_dir
in $ac_dummy; do
5399 test -z "$ac_dir" && ac_dir
=.
5400 if test -f $ac_dir/${ac_tool_prefix}file; then
5401 lt_cv_path_MAGIC_CMD
="$ac_dir/${ac_tool_prefix}file"
5402 if test -n "$file_magic_test_file"; then
5403 case $deplibs_check_method in
5405 file_magic_regex
="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
5406 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
5407 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
5408 egrep "$file_magic_regex" > /dev
/null
; then
5413 *** Warning: the command libtool uses to detect shared libraries,
5414 *** $file_magic_cmd, produces output that libtool cannot recognize.
5415 *** The result is that libtool may fail to recognize shared libraries
5416 *** as such. This will affect the creation of libtool libraries that
5417 *** depend on shared libraries, but programs linked with such libtool
5418 *** libraries will work regardless of this problem. Nevertheless, you
5419 *** may want to report the problem to your system manager and/or to
5420 *** bug-libtool@gnu.org
5430 MAGIC_CMD
="$ac_save_MAGIC_CMD"
5435 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
5436 if test -n "$MAGIC_CMD"; then
5437 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
5438 echo "${ECHO_T}$MAGIC_CMD" >&6
5440 echo "$as_me:$LINENO: result: no" >&5
5441 echo "${ECHO_T}no" >&6
5444 if test -z "$lt_cv_path_MAGIC_CMD"; then
5445 if test -n "$ac_tool_prefix"; then
5446 echo "$as_me:$LINENO: checking for file" >&5
5447 echo $ECHO_N "checking for file... $ECHO_C" >&6
5448 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
5449 echo $ECHO_N "(cached) $ECHO_C" >&6
5453 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
5456 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a dos path.
5459 ac_save_MAGIC_CMD
="$MAGIC_CMD"
5460 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
5461 ac_dummy
="/usr/bin:$PATH"
5462 for ac_dir
in $ac_dummy; do
5463 test -z "$ac_dir" && ac_dir
=.
5464 if test -f $ac_dir/file; then
5465 lt_cv_path_MAGIC_CMD
="$ac_dir/file"
5466 if test -n "$file_magic_test_file"; then
5467 case $deplibs_check_method in
5469 file_magic_regex
="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
5470 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
5471 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
5472 egrep "$file_magic_regex" > /dev
/null
; then
5477 *** Warning: the command libtool uses to detect shared libraries,
5478 *** $file_magic_cmd, produces output that libtool cannot recognize.
5479 *** The result is that libtool may fail to recognize shared libraries
5480 *** as such. This will affect the creation of libtool libraries that
5481 *** depend on shared libraries, but programs linked with such libtool
5482 *** libraries will work regardless of this problem. Nevertheless, you
5483 *** may want to report the problem to your system manager and/or to
5484 *** bug-libtool@gnu.org
5494 MAGIC_CMD
="$ac_save_MAGIC_CMD"
5499 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
5500 if test -n "$MAGIC_CMD"; then
5501 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
5502 echo "${ECHO_T}$MAGIC_CMD" >&6
5504 echo "$as_me:$LINENO: result: no" >&5
5505 echo "${ECHO_T}no" >&6
5517 if test -n "$ac_tool_prefix"; then
5518 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5519 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
5520 echo "$as_me:$LINENO: checking for $ac_word" >&5
5521 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5522 if test "${ac_cv_prog_RANLIB+set}" = set; then
5523 echo $ECHO_N "(cached) $ECHO_C" >&6
5525 if test -n "$RANLIB"; then
5526 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
5528 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5532 test -z "$as_dir" && as_dir
=.
5533 for ac_exec_ext
in '' $ac_executable_extensions; do
5534 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5535 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
5536 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5544 RANLIB
=$ac_cv_prog_RANLIB
5545 if test -n "$RANLIB"; then
5546 echo "$as_me:$LINENO: result: $RANLIB" >&5
5547 echo "${ECHO_T}$RANLIB" >&6
5549 echo "$as_me:$LINENO: result: no" >&5
5550 echo "${ECHO_T}no" >&6
5554 if test -z "$ac_cv_prog_RANLIB"; then
5555 ac_ct_RANLIB
=$RANLIB
5556 # Extract the first word of "ranlib", so it can be a program name with args.
5557 set dummy ranlib
; ac_word
=$2
5558 echo "$as_me:$LINENO: checking for $ac_word" >&5
5559 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5560 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5561 echo $ECHO_N "(cached) $ECHO_C" >&6
5563 if test -n "$ac_ct_RANLIB"; then
5564 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
5566 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5570 test -z "$as_dir" && as_dir
=.
5571 for ac_exec_ext
in '' $ac_executable_extensions; do
5572 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5573 ac_cv_prog_ac_ct_RANLIB
="ranlib"
5574 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5580 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
5583 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
5584 if test -n "$ac_ct_RANLIB"; then
5585 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5586 echo "${ECHO_T}$ac_ct_RANLIB" >&6
5588 echo "$as_me:$LINENO: result: no" >&5
5589 echo "${ECHO_T}no" >&6
5592 RANLIB
=$ac_ct_RANLIB
5594 RANLIB
="$ac_cv_prog_RANLIB"
5597 if test -n "$ac_tool_prefix"; then
5598 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5599 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
5600 echo "$as_me:$LINENO: checking for $ac_word" >&5
5601 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5602 if test "${ac_cv_prog_STRIP+set}" = set; then
5603 echo $ECHO_N "(cached) $ECHO_C" >&6
5605 if test -n "$STRIP"; then
5606 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
5608 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5612 test -z "$as_dir" && as_dir
=.
5613 for ac_exec_ext
in '' $ac_executable_extensions; do
5614 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5615 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
5616 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5624 STRIP
=$ac_cv_prog_STRIP
5625 if test -n "$STRIP"; then
5626 echo "$as_me:$LINENO: result: $STRIP" >&5
5627 echo "${ECHO_T}$STRIP" >&6
5629 echo "$as_me:$LINENO: result: no" >&5
5630 echo "${ECHO_T}no" >&6
5634 if test -z "$ac_cv_prog_STRIP"; then
5636 # Extract the first word of "strip", so it can be a program name with args.
5637 set dummy strip
; ac_word
=$2
5638 echo "$as_me:$LINENO: checking for $ac_word" >&5
5639 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5640 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5641 echo $ECHO_N "(cached) $ECHO_C" >&6
5643 if test -n "$ac_ct_STRIP"; then
5644 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
5646 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5650 test -z "$as_dir" && as_dir
=.
5651 for ac_exec_ext
in '' $ac_executable_extensions; do
5652 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5653 ac_cv_prog_ac_ct_STRIP
="strip"
5654 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5660 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
=":"
5663 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
5664 if test -n "$ac_ct_STRIP"; then
5665 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5666 echo "${ECHO_T}$ac_ct_STRIP" >&6
5668 echo "$as_me:$LINENO: result: no" >&5
5669 echo "${ECHO_T}no" >&6
5674 STRIP
="$ac_cv_prog_STRIP"
5678 # Check for any special flags to pass to ltconfig.
5679 libtool_flags
="--cache-file=$cache_file"
5680 test "$enable_shared" = no
&& libtool_flags
="$libtool_flags --disable-shared"
5681 test "$enable_static" = no
&& libtool_flags
="$libtool_flags --disable-static"
5682 test "$enable_fast_install" = no
&& libtool_flags
="$libtool_flags --disable-fast-install"
5683 test "$GCC" = yes && libtool_flags
="$libtool_flags --with-gcc"
5684 test "$lt_cv_prog_gnu_ld" = yes && libtool_flags
="$libtool_flags --with-gnu-ld"
5687 # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
5688 if test "${enable_libtool_lock+set}" = set; then
5689 enableval
="$enable_libtool_lock"
5692 test "x$enable_libtool_lock" = xno
&& libtool_flags
="$libtool_flags --disable-lock"
5693 test x
"$silent" = xyes
&& libtool_flags
="$libtool_flags --silent"
5696 # Check whether --with-pic or --without-pic was given.
5697 if test "${with_pic+set}" = set; then
5703 test x
"$pic_mode" = xyes
&& libtool_flags
="$libtool_flags --prefer-pic"
5704 test x
"$pic_mode" = xno
&& libtool_flags
="$libtool_flags --prefer-non-pic"
5706 # Some flags need to be propagated to the compiler or linker for good
5710 # Find out which ABI we are using.
5711 echo '#line 5711 "configure"' > conftest.
$ac_ext
5712 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5713 (eval $ac_compile) 2>&5
5715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5716 (exit $ac_status); }; then
5717 if test "$lt_cv_prog_gnu_ld" = yes; then
5718 case `/usr/bin/file conftest.$ac_objext` in
5720 LD
="${LD-ld} -melf32bsmip"
5723 LD
="${LD-ld} -melf32bmipn32"
5726 LD
="${LD-ld} -melf64bmip"
5730 case `/usr/bin/file conftest.$ac_objext` in
5747 # Find out which ABI we are using.
5748 echo 'int i;' > conftest.
$ac_ext
5749 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5750 (eval $ac_compile) 2>&5
5752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5753 (exit $ac_status); }; then
5754 case "`/usr/bin/file conftest.o`" in
5766 x86_64-
*linux
*|ppc
*-*linux
*|powerpc
*-*linux
*|s390
*-*linux
*|sparc
*-*linux
*)
5767 # Find out which ABI we are using.
5768 echo 'int i;' > conftest.
$ac_ext
5769 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5770 (eval $ac_compile) 2>&5
5772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5773 (exit $ac_status); }; then
5774 case "`/usr/bin/file conftest.o`" in
5778 LD
="${LD-ld} -m elf_i386"
5780 ppc64-
*linux
*|powerpc64-
*linux
*)
5781 LD
="${LD-ld} -m elf32ppclinux"
5784 LD
="${LD-ld} -m elf_s390"
5787 LD
="${LD-ld} -m elf32_sparc"
5794 LD
="${LD-ld} -m elf_x86_64"
5796 ppc
*-*linux
*|powerpc
*-*linux
*)
5797 LD
="${LD-ld} -m elf64ppc"
5800 LD
="${LD-ld} -m elf64_s390"
5803 LD
="${LD-ld} -m elf64_sparc"
5813 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5814 SAVE_CFLAGS
="$CFLAGS"
5815 CFLAGS
="$CFLAGS -belf"
5816 echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
5817 echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
5818 if test "${lt_cv_cc_needs_belf+set}" = set; then
5819 echo $ECHO_N "(cached) $ECHO_C" >&6
5824 ac_cpp
='$CPP $CPPFLAGS'
5825 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5826 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5827 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5829 if test x
$gcc_no_link = xyes
; then
5830 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
5831 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
5832 { (exit 1); exit 1; }; }
5834 cat >conftest.
$ac_ext <<_ACEOF
5837 cat confdefs.h
>>conftest.
$ac_ext
5838 cat >>conftest.
$ac_ext <<_ACEOF
5839 /* end confdefs.h. */
5849 rm -f conftest.
$ac_objext conftest
$ac_exeext
5850 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5851 (eval $ac_link) 2>conftest.er1
5853 grep -v '^ *+' conftest.er1
>conftest.err
5855 cat conftest.err
>&5
5856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5857 (exit $ac_status); } &&
5858 { ac_try
='test -z "$ac_c_werror_flag"
5859 || test ! -s conftest.err'
5860 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5864 (exit $ac_status); }; } &&
5865 { ac_try
='test -s conftest$ac_exeext'
5866 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5870 (exit $ac_status); }; }; then
5871 lt_cv_cc_needs_belf
=yes
5873 echo "$as_me: failed program was:" >&5
5874 sed 's/^/| /' conftest.
$ac_ext >&5
5876 lt_cv_cc_needs_belf
=no
5878 rm -f conftest.err conftest.
$ac_objext \
5879 conftest
$ac_exeext conftest.
$ac_ext
5881 ac_cpp
='$CPP $CPPFLAGS'
5882 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5883 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5884 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5887 echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
5888 echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
5889 if test x
"$lt_cv_cc_needs_belf" != x
"yes"; then
5890 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5891 CFLAGS
="$SAVE_CFLAGS"
5899 # Save cache, so that ltconfig can load it
5900 cat >confcache
<<\_ACEOF
5901 # This file is a shell script that caches the results of configure
5902 # tests run on this system so they can be shared between configure
5903 # scripts and configure runs, see configure's option --config-cache.
5904 # It is not useful on other systems. If it contains results you don't
5905 # want to keep, you may remove or edit it.
5907 # config.status only pays attention to the cache file if you give it
5908 # the --recheck option to rerun configure.
5910 # `ac_cv_env_foo' variables (set or unset) will be overridden when
5911 # loading this file, other *unset* `ac_cv_foo' will be assigned the
5916 # The following way of writing the cache mishandles newlines in values,
5917 # but we know of no workaround that is simple, portable, and efficient.
5918 # So, don't put newlines in cache variables' values.
5919 # Ultrix sh set writes to stderr and can't be redirected directly,
5920 # and sets the high bit in the cache file unless we assign to the vars.
5923 case `(ac_space=' '; set | grep ac_space) 2>&1` in
5925 # `set' does not quote correctly, so add quotes (double-quote
5926 # substitution turns \\\\ into \\, and sed turns \\ into \).
5929 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
5932 # `set' quotes correctly as required by POSIX, so do not add quotes.
5934 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
5941 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
5943 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
5945 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
5946 if test -w $cache_file; then
5947 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
5948 cat confcache
>$cache_file
5950 echo "not updating unwritable cache $cache_file"
5955 # Actually configure libtool. ac_aux_dir is where install-sh is found.
5956 AR
="$AR" LTCC
="$CC" CC
="$CC" CFLAGS
="$CFLAGS" CPPFLAGS
="$CPPFLAGS" \
5957 MAGIC_CMD
="$MAGIC_CMD" LD
="$LD" LDFLAGS
="$LDFLAGS" LIBS
="$LIBS" \
5958 LN_S
="$LN_S" NM
="$NM" RANLIB
="$RANLIB" STRIP
="$STRIP" \
5959 AS
="$AS" DLLTOOL
="$DLLTOOL" OBJDUMP
="$OBJDUMP" \
5960 objext
="$OBJEXT" exeext
="$EXEEXT" reload_flag
="$reload_flag" \
5961 deplibs_check_method
="$deplibs_check_method" file_magic_cmd
="$file_magic_cmd" \
5962 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig
--no-reexec \
5963 $libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh
$host \
5964 ||
{ { echo "$as_me:$LINENO: error: libtool configure failed" >&5
5965 echo "$as_me: error: libtool configure failed" >&2;}
5966 { (exit 1); exit 1; }; }
5968 # Reload cache, that may have been modified by ltconfig
5969 if test -r "$cache_file"; then
5970 # Some versions of bash will fail to source /dev/null (special
5971 # files actually), so we avoid doing that.
5972 if test -f "$cache_file"; then
5973 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
5974 echo "$as_me: loading cache $cache_file" >&6;}
5976 [\\/]* | ?
:[\\/]* ) .
$cache_file;;
5977 *) . .
/$cache_file;;
5981 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
5982 echo "$as_me: creating cache $cache_file" >&6;}
5987 # This can be used to rebuild libtool when needed
5988 LIBTOOL_DEPS
="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh $ac_aux_dir/ltcf-c.sh"
5990 # Always use our own libtool.
5991 LIBTOOL
='$(SHELL) $(top_builddir)/libtool'
5993 # Redirect the config.log output again, so that the ltconfig log is not
5994 # clobbered by the next message.
5995 exec 5>>.
/config.log
5998 ac_cpp
='$CXXCPP $CPPFLAGS'
5999 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6000 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6001 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
6002 echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
6003 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
6004 if test -z "$CXXCPP"; then
6005 if test "${ac_cv_prog_CXXCPP+set}" = set; then
6006 echo $ECHO_N "(cached) $ECHO_C" >&6
6008 # Double quotes because CXXCPP needs to be expanded
6009 for CXXCPP
in "$CXX -E" "/lib/cpp"
6012 for ac_cxx_preproc_warn_flag
in '' yes
6014 # Use a header file that comes with gcc, so configuring glibc
6015 # with a fresh cross-compiler works.
6016 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6017 # <limits.h> exists even on freestanding compilers.
6018 # On the NeXT, cc -E runs the code through the compiler's parser,
6019 # not just through cpp. "Syntax error" is here to catch this case.
6020 cat >conftest.
$ac_ext <<_ACEOF
6023 cat confdefs.h
>>conftest.
$ac_ext
6024 cat >>conftest.
$ac_ext <<_ACEOF
6025 /* end confdefs.h. */
6027 # include <limits.h>
6029 # include <assert.h>
6033 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6034 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
6036 grep -v '^ *+' conftest.er1
>conftest.err
6038 cat conftest.err
>&5
6039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6040 (exit $ac_status); } >/dev
/null
; then
6041 if test -s conftest.err
; then
6042 ac_cpp_err
=$ac_cxx_preproc_warn_flag
6043 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
6050 if test -z "$ac_cpp_err"; then
6053 echo "$as_me: failed program was:" >&5
6054 sed 's/^/| /' conftest.
$ac_ext >&5
6056 # Broken: fails on valid input.
6059 rm -f conftest.err conftest.
$ac_ext
6061 # OK, works on sane cases. Now check whether non-existent headers
6062 # can be detected and how.
6063 cat >conftest.
$ac_ext <<_ACEOF
6066 cat confdefs.h
>>conftest.
$ac_ext
6067 cat >>conftest.
$ac_ext <<_ACEOF
6068 /* end confdefs.h. */
6069 #include <ac_nonexistent.h>
6071 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6072 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
6074 grep -v '^ *+' conftest.er1
>conftest.err
6076 cat conftest.err
>&5
6077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6078 (exit $ac_status); } >/dev
/null
; then
6079 if test -s conftest.err
; then
6080 ac_cpp_err
=$ac_cxx_preproc_warn_flag
6081 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
6088 if test -z "$ac_cpp_err"; then
6089 # Broken: success on invalid input.
6092 echo "$as_me: failed program was:" >&5
6093 sed 's/^/| /' conftest.
$ac_ext >&5
6095 # Passes both tests.
6099 rm -f conftest.err conftest.
$ac_ext
6102 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6103 rm -f conftest.err conftest.
$ac_ext
6104 if $ac_preproc_ok; then
6109 ac_cv_prog_CXXCPP
=$CXXCPP
6112 CXXCPP
=$ac_cv_prog_CXXCPP
6114 ac_cv_prog_CXXCPP
=$CXXCPP
6116 echo "$as_me:$LINENO: result: $CXXCPP" >&5
6117 echo "${ECHO_T}$CXXCPP" >&6
6119 for ac_cxx_preproc_warn_flag
in '' yes
6121 # Use a header file that comes with gcc, so configuring glibc
6122 # with a fresh cross-compiler works.
6123 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6124 # <limits.h> exists even on freestanding compilers.
6125 # On the NeXT, cc -E runs the code through the compiler's parser,
6126 # not just through cpp. "Syntax error" is here to catch this case.
6127 cat >conftest.
$ac_ext <<_ACEOF
6130 cat confdefs.h
>>conftest.
$ac_ext
6131 cat >>conftest.
$ac_ext <<_ACEOF
6132 /* end confdefs.h. */
6134 # include <limits.h>
6136 # include <assert.h>
6140 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6141 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
6143 grep -v '^ *+' conftest.er1
>conftest.err
6145 cat conftest.err
>&5
6146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6147 (exit $ac_status); } >/dev
/null
; then
6148 if test -s conftest.err
; then
6149 ac_cpp_err
=$ac_cxx_preproc_warn_flag
6150 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
6157 if test -z "$ac_cpp_err"; then
6160 echo "$as_me: failed program was:" >&5
6161 sed 's/^/| /' conftest.
$ac_ext >&5
6163 # Broken: fails on valid input.
6166 rm -f conftest.err conftest.
$ac_ext
6168 # OK, works on sane cases. Now check whether non-existent headers
6169 # can be detected and how.
6170 cat >conftest.
$ac_ext <<_ACEOF
6173 cat confdefs.h
>>conftest.
$ac_ext
6174 cat >>conftest.
$ac_ext <<_ACEOF
6175 /* end confdefs.h. */
6176 #include <ac_nonexistent.h>
6178 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6179 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
6181 grep -v '^ *+' conftest.er1
>conftest.err
6183 cat conftest.err
>&5
6184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6185 (exit $ac_status); } >/dev
/null
; then
6186 if test -s conftest.err
; then
6187 ac_cpp_err
=$ac_cxx_preproc_warn_flag
6188 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
6195 if test -z "$ac_cpp_err"; then
6196 # Broken: success on invalid input.
6199 echo "$as_me: failed program was:" >&5
6200 sed 's/^/| /' conftest.
$ac_ext >&5
6202 # Passes both tests.
6206 rm -f conftest.err conftest.
$ac_ext
6209 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6210 rm -f conftest.err conftest.
$ac_ext
6211 if $ac_preproc_ok; then
6214 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
6215 See \`config.log' for more details." >&5
6216 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
6217 See \`config.log' for more details." >&2;}
6218 { (exit 1); exit 1; }; }
6222 ac_cpp
='$CPP $CPPFLAGS'
6223 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6224 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6225 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6229 LIBTOOL_DEPS
=$LIBTOOL_DEPS" $ac_aux_dir/ltcf-cxx.sh"
6231 lt_save_CFLAGS
="$CFLAGS"
6232 AR
="$AR" LTCC
="$CC" CC
="$CXX" CXX
="$CXX" CFLAGS
="$CXXFLAGS" CPPFLAGS
="$CPPFLAGS" \
6233 MAGIC_CMD
="$MAGIC_CMD" LD
="$LD" LDFLAGS
="$LDFLAGS" LIBS
="$LIBS" \
6234 LN_S
="$LN_S" NM
="$NM" RANLIB
="$RANLIB" STRIP
="$STRIP" \
6235 AS
="$AS" DLLTOOL
="$DLLTOOL" OBJDUMP
="$OBJDUMP" \
6236 objext
="$OBJEXT" exeext
="$EXEEXT" reload_flag
="$reload_flag" \
6237 deplibs_check_method
="$deplibs_check_method" \
6238 file_magic_cmd
="$file_magic_cmd" \
6239 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig
-o libtool
$libtool_flags \
6240 --build="$build" --add-tag=CXX
$ac_aux_dir/ltcf-cxx.sh
$host \
6241 ||
{ { echo "$as_me:$LINENO: error: libtool tag configuration failed" >&5
6242 echo "$as_me: error: libtool tag configuration failed" >&2;}
6243 { (exit 1); exit 1; }; }
6245 CFLAGS
="$lt_save_CFLAGS"
6247 # Redirect the config.log output again, so that the ltconfig log is not
6248 # clobbered by the next message.
6249 exec 5>>.
/config.log
6259 # Extract the first word of "$ac_prog", so it can be a program name with args.
6260 set dummy
$ac_prog; ac_word
=$2
6261 echo "$as_me:$LINENO: checking for $ac_word" >&5
6262 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
6263 if test "${ac_cv_prog_GCJ+set}" = set; then
6264 echo $ECHO_N "(cached) $ECHO_C" >&6
6266 if test -n "$GCJ"; then
6267 ac_cv_prog_GCJ
="$GCJ" # Let the user override the test.
6269 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6273 test -z "$as_dir" && as_dir
=.
6274 for ac_exec_ext
in '' $ac_executable_extensions; do
6275 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6276 ac_cv_prog_GCJ
="$ac_prog"
6277 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6286 if test -n "$GCJ"; then
6287 echo "$as_me:$LINENO: result: $GCJ" >&5
6288 echo "${ECHO_T}$GCJ" >&6
6290 echo "$as_me:$LINENO: result: no" >&5
6291 echo "${ECHO_T}no" >&6
6294 test -n "$GCJ" && break
6296 test -n "$GCJ" || GCJ
="gcj"
6298 test -z "$GCJ" && { { echo "$as_me:$LINENO: error: no acceptable gcj found in \$PATH" >&5
6299 echo "$as_me: error: no acceptable gcj found in \$PATH" >&2;}
6300 { (exit 1); exit 1; }; }
6301 if test "x${GCJFLAGS-unset}" = xunset
; then
6306 depcc
="$GCJ" am_compiler_list
='gcc3 gcc'
6308 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
6309 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
6310 if test "${am_cv_GCJ_dependencies_compiler_type+set}" = set; then
6311 echo $ECHO_N "(cached) $ECHO_C" >&6
6313 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
6314 # We make a subdir and do the tests there. Otherwise we can end up
6315 # making bogus files that we don't know about and never remove. For
6316 # instance it was reported that on HP-UX the gcc test will end up
6317 # making a dummy file named `D' -- because `-MD' means `put the output
6320 # Copy depcomp to subdir because otherwise we won't find it if we're
6321 # using a relative directory.
6322 cp "$am_depcomp" conftest.dir
6324 # We will build objects and dependencies in a subdirectory because
6325 # it helps to detect inapplicable dependency modes. For instance
6326 # both Tru64's cc and ICC support -MD to output dependencies as a
6327 # side effect of compilation, but ICC will put the dependencies in
6328 # the current directory while Tru64 will put them in the object
6332 am_cv_GCJ_dependencies_compiler_type
=none
6333 if test "$am_compiler_list" = ""; then
6334 am_compiler_list
=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
6336 for depmode
in $am_compiler_list; do
6337 # Setup a source with many dependencies, because some compilers
6338 # like to wrap large dependency lists on column 80 (with \), and
6339 # we should not choose a depcomp mode which is confused by this.
6341 # We need to recreate these files for each test, as the compiler may
6342 # overwrite some of them when testing with obscure command lines.
6343 # This happens at least with the AIX C compiler.
6345 for i
in 1 2 3 4 5 6; do
6346 echo '#include "conftst'$i'.h"' >> sub
/conftest.c
6347 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
6348 # Solaris 8's {/usr,}/bin/sh.
6349 touch sub
/conftst
$i.h
6351 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
6355 # after this tag, mechanisms are not by side-effect, so they'll
6356 # only be used when explicitly requested
6357 if test "x$enable_dependency_tracking" = xyes
; then
6365 # We check with `-c' and `-o' for the sake of the "dashmstdout"
6366 # mode. It turns out that the SunPro C++ compiler does not properly
6367 # handle `-M -o', and we need to detect this.
6368 if depmode
=$depmode \
6369 source=sub
/conftest.c object
=sub
/conftest.
${OBJEXT-o} \
6370 depfile
=sub
/conftest.Po tmpdepfile
=sub
/conftest.TPo \
6371 $SHELL .
/depcomp
$depcc -c -o sub
/conftest.
${OBJEXT-o} sub
/conftest.c \
6372 >/dev
/null
2>conftest.err
&&
6373 grep sub
/conftst6.h sub
/conftest.Po
> /dev
/null
2>&1 &&
6374 grep sub
/conftest.
${OBJEXT-o} sub
/conftest.Po
> /dev
/null
2>&1 &&
6375 ${MAKE-make} -s -f confmf
> /dev
/null
2>&1; then
6376 # icc doesn't choke on unknown options, it will just issue warnings
6377 # or remarks (even with -Werror). So we grep stderr for any message
6378 # that says an option was ignored or not supported.
6379 # When given -MP, icc 7.0 and 7.1 complain thusly:
6380 # icc: Command line warning: ignoring option '-M'; no argument required
6381 # The diagnosis changed in icc 8.0:
6382 # icc: Command line remark: option '-MP' not supported
6383 if (grep 'ignoring option' conftest.err ||
6384 grep 'not supported' conftest.err
) >/dev
/null
2>&1; then :; else
6385 am_cv_GCJ_dependencies_compiler_type
=$depmode
6394 am_cv_GCJ_dependencies_compiler_type
=none
6398 echo "$as_me:$LINENO: result: $am_cv_GCJ_dependencies_compiler_type" >&5
6399 echo "${ECHO_T}$am_cv_GCJ_dependencies_compiler_type" >&6
6400 GCJDEPMODE
=depmode
=$am_cv_GCJ_dependencies_compiler_type
6405 test "x$enable_dependency_tracking" != xno \
6406 && test "$am_cv_GCJ_dependencies_compiler_type" = gcc3
; then
6407 am__fastdepGCJ_TRUE
=
6408 am__fastdepGCJ_FALSE
='#'
6410 am__fastdepGCJ_TRUE
='#'
6411 am__fastdepGCJ_FALSE
=
6417 LIBTOOL_DEPS
=$LIBTOOL_DEPS" $ac_aux_dir/ltcf-gcj.sh"
6419 lt_save_CFLAGS
="$CFLAGS"
6420 AR
="$AR" LTCC
="$CC" CC
="$GCJ" CFLAGS
="$GCJFLAGS" CPPFLAGS
="$CPPFLAGS" \
6421 MAGIC_CMD
="$MAGIC_CMD" LD
="$LD" LDFLAGS
="$LDFLAGS" LIBS
="$LIBS" \
6422 LN_S
="$LN_S" NM
="$NM" RANLIB
="$RANLIB" STRIP
="$STRIP" \
6423 AS
="$AS" DLLTOOL
="$DLLTOOL" OBJDUMP
="$OBJDUMP" \
6424 objext
="$OBJEXT" exeext
="$EXEEXT" reload_flag
="$reload_flag" \
6425 deplibs_check_method
="$deplibs_check_method" \
6426 file_magic_cmd
="$file_magic_cmd" \
6427 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig
-o libtool
$libtool_flags \
6428 --build="$build" --add-tag=GCJ
$ac_aux_dir/ltcf-gcj.sh
$host \
6429 ||
{ { echo "$as_me:$LINENO: error: libtool tag configuration failed" >&5
6430 echo "$as_me: error: libtool tag configuration failed" >&2;}
6431 { (exit 1); exit 1; }; }
6433 CFLAGS
="$lt_save_CFLAGS"
6435 # Redirect the config.log output again, so that the ltconfig log is not
6436 # clobbered by the next message.
6437 exec 5>>.
/config.log
6441 if test "x$CC" != xcc
; then
6442 echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5
6443 echo $ECHO_N "checking whether $CC and cc understand -c and -o together... $ECHO_C" >&6
6445 echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5
6446 echo $ECHO_N "checking whether cc understands -c and -o together... $ECHO_C" >&6
6448 set dummy
$CC; ac_cc
=`echo $2 |
6449 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
6450 if eval "test \"\${ac_cv_prog_cc_${ac_cc}_c_o+set}\" = set"; then
6451 echo $ECHO_N "(cached) $ECHO_C" >&6
6453 cat >conftest.
$ac_ext <<_ACEOF
6456 cat confdefs.h
>>conftest.
$ac_ext
6457 cat >>conftest.
$ac_ext <<_ACEOF
6458 /* end confdefs.h. */
6468 # Make sure it works both with $CC and with simple cc.
6469 # We do the test twice because some compilers refuse to overwrite an
6470 # existing .o file with -o, though they will create one.
6471 ac_try
='$CC -c conftest.$ac_ext -o conftest.$ac_objext >&5'
6472 if { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6476 (exit $ac_status); } &&
6477 test -f conftest.
$ac_objext && { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6481 (exit $ac_status); };
6483 eval ac_cv_prog_cc_
${ac_cc}_c_o
=yes
6484 if test "x$CC" != xcc
; then
6485 # Test first that cc exists at all.
6486 if { ac_try
='cc -c conftest.$ac_ext >&5'
6487 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6491 (exit $ac_status); }; }; then
6492 ac_try
='cc -c conftest.$ac_ext -o conftest.$ac_objext >&5'
6493 if { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6497 (exit $ac_status); } &&
6498 test -f conftest.
$ac_objext && { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6502 (exit $ac_status); };
6507 # cc exists but doesn't like -o.
6508 eval ac_cv_prog_cc_
${ac_cc}_c_o
=no
6513 eval ac_cv_prog_cc_
${ac_cc}_c_o
=no
6518 if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" = yes"; then
6519 echo "$as_me:$LINENO: result: yes" >&5
6520 echo "${ECHO_T}yes" >&6
6522 echo "$as_me:$LINENO: result: no" >&5
6523 echo "${ECHO_T}no" >&6
6525 cat >>confdefs.h
<<\_ACEOF
6526 #define NO_MINUS_C_MINUS_O 1
6531 # FIXME: we rely on the cache variable name because
6532 # there is no other way.
6534 ac_cc
=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
6535 if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
6536 # Losing compiler, so override with the script.
6537 # FIXME: It is wrong to rewrite CC.
6538 # But if we don't then we get into trouble of one sort or another.
6539 # A longer-term fix would be to have automake use am__CC in this case,
6540 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
6541 CC
="$am_aux_dir/compile $CC"
6547 subdirs
="$subdirs classpath libltdl"
6550 # The -no-testsuite modules omit the test subdir.
6553 if test -d $srcdir/testsuite
; then
6555 TESTSUBDIR_FALSE
='#'
6562 # Should the runtime set system properties by examining the
6563 # environment variable GCJ_PROPERTIES?
6564 # Check whether --enable-getenv-properties or --disable-getenv-properties was given.
6565 if test "${enable_getenv_properties+set}" = set; then
6566 enableval
="$enable_getenv_properties"
6570 # Whether GCJ_PROPERTIES is used depends on the target.
6571 if test -z "$enable_getenv_properties"; then
6572 enable_getenv_properties
=${enable_getenv_properties_default-yes}
6574 if test "$enable_getenv_properties" = no
; then
6576 cat >>confdefs.h
<<\_ACEOF
6577 #define DISABLE_GETENV_PROPERTIES 1
6582 # Whether we should use arguments to main()
6583 if test -z "$enable_main_args"; then
6584 enable_main_args
=${enable_main_args_default-yes}
6586 if test "$enable_main_args" = no
; then
6588 cat >>confdefs.h
<<\_ACEOF
6589 #define DISABLE_MAIN_ARGS 1
6595 # Should we use hashtable-based synchronization?
6596 # Currently works only for Linux X86/ia64
6597 # Typically faster and more space-efficient
6598 # Check whether --enable-hash-synchronization or --disable-hash-synchronization was given.
6599 if test "${enable_hash_synchronization+set}" = set; then
6600 enableval
="$enable_hash_synchronization"
6604 if test -z "$enable_hash_synchronization"; then
6605 enable_hash_synchronization
=$enable_hash_synchronization_default
6609 # Check whether --with-java-home or --without-java-home was given.
6610 if test "${with_java_home+set}" = set; then
6611 withval
="$with_java_home"
6612 JAVA_HOME
="${withval}"
6618 if test ! -z "$JAVA_HOME"; then
6620 JAVA_HOME_SET_FALSE
='#'
6622 JAVA_HOME_SET_TRUE
='#'
6623 JAVA_HOME_SET_FALSE
=
6628 # What is the native OS API for MinGW?
6630 # Check whether --with-win32-nlsapi or --without-win32-nlsapi was given.
6631 if test "${with_win32_nlsapi+set}" = set; then
6632 withval
="$with_win32_nlsapi"
6633 case "${withval}" in
6634 ansi
) with_win32_nlsapi
=ansi
;;
6635 unicows
) with_win32_nlsapi
=unicows
;;
6636 unicode
) with_win32_nlsapi
=unicode
;;
6637 *) { { echo "$as_me:$LINENO: error: Bad value ${withval} for --with-win32-nlsapi." >&5
6638 echo "$as_me: error: Bad value ${withval} for --with-win32-nlsapi." >&2;}
6639 { (exit 1); exit 1; }; } ;;
6642 with_win32_nlsapi
=ansi
6645 case "${with_win32_nlsapi}" in
6648 cat >>confdefs.h
<<\_ACEOF
6649 #define MINGW_LIBGCJ_UNICODE 1
6655 # configure.host sets slow_pthread_self if the synchronization code should
6656 # try to avoid pthread_self calls by caching thread IDs in a hashtable.
6657 if test "${slow_pthread_self}" = "yes"; then
6659 cat >>confdefs.h
<<\_ACEOF
6660 #define SLOW_PTHREAD_SELF 1
6665 # Check for gc debugging. This option is handled both here and in the GC.
6666 # Check whether --enable-gc-debug or --disable-gc-debug was given.
6667 if test "${enable_gc_debug+set}" = set; then
6668 enableval
="$enable_gc_debug"
6669 if test "$enable_gc_debug" = "yes"; then
6671 cat >>confdefs.h
<<\_ACEOF
6672 #define LIBGCJ_GC_DEBUG 1
6678 # See if the user has the interpreter included.
6679 # Check whether --enable-interpreter or --disable-interpreter was given.
6680 if test "${enable_interpreter+set}" = set; then
6681 enableval
="$enable_interpreter"
6682 if test "$enable_interpreter" = yes; then
6683 # This can also be set in configure.host.
6684 libgcj_interpreter
=yes
6685 elif test "$enable_interpreter" = no
; then
6686 libgcj_interpreter
=no
6690 if test "$libgcj_interpreter" = yes; then
6692 cat >>confdefs.h
<<\_ACEOF
6693 #define INTERPRETER 1
6697 INTERPRETER
="$libgcj_interpreter"
6700 echo "$as_me:$LINENO: checking for exception model to use" >&5
6701 echo $ECHO_N "checking for exception model to use... $ECHO_C" >&6
6703 ac_cpp
='$CXXCPP $CPPFLAGS'
6704 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6705 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6706 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
6708 # Check whether --enable-sjlj-exceptions or --disable-sjlj-exceptions was given.
6709 if test "${enable_sjlj_exceptions+set}" = set; then
6710 enableval
="$enable_sjlj_exceptions"
6713 cat > conftest.
$ac_ext << EOF
6714 #line 6714 "configure"
6723 old_CXXFLAGS
="$CXXFLAGS"
6725 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6726 (eval $ac_compile) 2>&5
6728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6729 (exit $ac_status); }; then
6730 if grep _Unwind_SjLj_Resume conftest.s
>/dev
/null
2>&1 ; then
6731 enable_sjlj_exceptions
=yes
6732 elif grep _Unwind_Resume conftest.s
>/dev
/null
2>&1 ; then
6733 enable_sjlj_exceptions
=no
6736 CXXFLAGS
="$old_CXXFLAGS"
6739 if test x
$enable_sjlj_exceptions = xyes
; then
6741 cat >>confdefs.h
<<\_ACEOF
6742 #define SJLJ_EXCEPTIONS 1
6745 ac_exception_model_name
=sjlj
6746 elif test x
$enable_sjlj_exceptions = xno
; then
6747 ac_exception_model_name
="call frame"
6749 { { echo "$as_me:$LINENO: error: unable to detect exception model" >&5
6750 echo "$as_me: error: unable to detect exception model" >&2;}
6751 { (exit 1); exit 1; }; }
6754 ac_cpp
='$CPP $CPPFLAGS'
6755 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6756 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6757 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6759 echo "$as_me:$LINENO: result: $ac_exception_model_name" >&5
6760 echo "${ECHO_T}$ac_exception_model_name" >&6
6762 # If we are non using SJLJ exceptions, and this host does not have support
6763 # for unwinding from a signal handler, enable checked dereferences and divides.
6764 if test $can_unwind_signal = no
&& test $enable_sjlj_exceptions = no
; then
6765 CHECKREFSPEC
=-fcheck-references
6766 DIVIDESPEC
=-fuse-divide-subroutine
6770 # See if the user wants to disable java.net. This is the mildly
6771 # ugly way that we admit that target-side configuration sucks.
6772 # Check whether --enable-java-net or --disable-java-net was given.
6773 if test "${enable_java_net+set}" = set; then
6774 enableval
="$enable_java_net"
6778 # Whether java.net is built by default can depend on the target.
6779 if test -z "$enable_java_net"; then
6780 enable_java_net
=${enable_java_net_default-yes}
6782 if test "$enable_java_net" = no
; then
6784 cat >>confdefs.h
<<\_ACEOF
6785 #define DISABLE_JAVA_NET 1
6790 # See if the user wants to configure without libffi. Some
6791 # architectures don't support it, and default values are set in
6794 # Check whether --with-libffi or --without-libffi was given.
6795 if test "${with_libffi+set}" = set; then
6796 withval
="$with_libffi"
6799 with_libffi
=${with_libffi_default-yes}
6804 if test "$with_libffi" != no
; then
6806 cat >>confdefs.h
<<\_ACEOF
6807 #define USE_LIBFFI 1
6810 LIBFFI
=..
/libffi
/libffi_convenience.la
6811 LIBFFIINCS
='-I$(top_srcdir)/../libffi/include -I../libffi/include'
6816 # See if the user wants to disable JVMPI support.
6817 # Check whether --enable-jvmpi or --disable-jvmpi was given.
6818 if test "${enable_jvmpi+set}" = set; then
6819 enableval
="$enable_jvmpi"
6823 if test "$enable_jvmpi" != no
; then
6825 cat >>confdefs.h
<<\_ACEOF
6826 #define ENABLE_JVMPI 1
6831 # If the target is an eCos system, use the appropriate eCos
6833 # FIXME: this should not be a local option but a global target
6834 # system; at present there is no eCos target.
6835 TARGET_ECOS
=${PROCESS-"no"}
6837 # Check whether --with-ecos or --without-ecos was given.
6838 if test "${with_ecos+set}" = set; then
6839 withval
="$with_ecos"
6840 TARGET_ECOS
="$with_ecos"
6844 PLATFORM_INNER_NAT_HDRS
=
6845 case "$TARGET_ECOS" in
6852 echo "$as_me:$LINENO: checking whether 'ld' is at least 2.13" >&5
6853 echo $ECHO_N "checking whether 'ld' is at least 2.13... $ECHO_C" >&6
6854 LD_PROG
=`$CC --print-prog-name=ld`
6855 LD_VERSION
=`$LD_PROG --version`
6856 LD_VERSION_MAJOR
=`echo "$LD_VERSION" | head -1 | cut -d '.' -f 1 | cut -d ' ' -f 4`
6857 LD_VERSION_MINOR
=`echo "$LD_VERSION" | head -1 | cut -d '.' -f 2`
6858 if expr "$LD_VERSION_MAJOR" \
> 2 > /dev
/null
; then
6861 if expr "$LD_VERSION_MAJOR" = 2 && expr "$LD_VERSION_MINOR" \
>= 13 > /dev
/null
; then
6865 if test "x$LD_OK" != x
; then
6866 echo "$as_me:$LINENO: result: yes; major=$LD_VERSION_MAJOR, minor=$LD_VERSION_MINOR" >&5
6867 echo "${ECHO_T}yes; major=$LD_VERSION_MAJOR, minor=$LD_VERSION_MINOR" >&6
6869 echo "$as_me:$LINENO: result: no; major=$LD_VERSION_MAJOR, minor=$LD_VERSION_MINOR" >&5
6870 echo "${ECHO_T}no; major=$LD_VERSION_MAJOR, minor=$LD_VERSION_MINOR" >&6
6871 { echo "$as_me:$LINENO: WARNING: ld <2.13 detected; enabling JV_LINKER_CANNOT_8BYTE_ALIGN_STATICS hack..." >&5
6872 echo "$as_me: WARNING: ld <2.13 detected; enabling JV_LINKER_CANNOT_8BYTE_ALIGN_STATICS hack..." >&2;}
6874 cat >>confdefs.h
<<\_ACEOF
6875 #define JV_LINKER_CANNOT_8BYTE_ALIGN_STATICS 1
6884 PLATFORM_INNER_NAT_HDRS
='java/lang/ConcreteProcess$$ProcessManager.h'
6892 cat >>confdefs.h
<<\_ACEOF
6900 ac_config_links
="$ac_config_links include/platform.h:include/$PLATFORMH"
6904 ac_cpp
='$CPP $CPPFLAGS'
6905 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6906 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6907 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6908 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
6909 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
6910 # On Suns, sometimes $CPP names a directory.
6911 if test -n "$CPP" && test -d "$CPP"; then
6914 if test -z "$CPP"; then
6915 if test "${ac_cv_prog_CPP+set}" = set; then
6916 echo $ECHO_N "(cached) $ECHO_C" >&6
6918 # Double quotes because CPP needs to be expanded
6919 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6922 for ac_c_preproc_warn_flag
in '' yes
6924 # Use a header file that comes with gcc, so configuring glibc
6925 # with a fresh cross-compiler works.
6926 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6927 # <limits.h> exists even on freestanding compilers.
6928 # On the NeXT, cc -E runs the code through the compiler's parser,
6929 # not just through cpp. "Syntax error" is here to catch this case.
6930 cat >conftest.
$ac_ext <<_ACEOF
6933 cat confdefs.h
>>conftest.
$ac_ext
6934 cat >>conftest.
$ac_ext <<_ACEOF
6935 /* end confdefs.h. */
6937 # include <limits.h>
6939 # include <assert.h>
6943 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6944 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
6946 grep -v '^ *+' conftest.er1
>conftest.err
6948 cat conftest.err
>&5
6949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6950 (exit $ac_status); } >/dev
/null
; then
6951 if test -s conftest.err
; then
6952 ac_cpp_err
=$ac_c_preproc_warn_flag
6953 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
6960 if test -z "$ac_cpp_err"; then
6963 echo "$as_me: failed program was:" >&5
6964 sed 's/^/| /' conftest.
$ac_ext >&5
6966 # Broken: fails on valid input.
6969 rm -f conftest.err conftest.
$ac_ext
6971 # OK, works on sane cases. Now check whether non-existent headers
6972 # can be detected and how.
6973 cat >conftest.
$ac_ext <<_ACEOF
6976 cat confdefs.h
>>conftest.
$ac_ext
6977 cat >>conftest.
$ac_ext <<_ACEOF
6978 /* end confdefs.h. */
6979 #include <ac_nonexistent.h>
6981 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6982 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
6984 grep -v '^ *+' conftest.er1
>conftest.err
6986 cat conftest.err
>&5
6987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6988 (exit $ac_status); } >/dev
/null
; then
6989 if test -s conftest.err
; then
6990 ac_cpp_err
=$ac_c_preproc_warn_flag
6991 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
6998 if test -z "$ac_cpp_err"; then
6999 # Broken: success on invalid input.
7002 echo "$as_me: failed program was:" >&5
7003 sed 's/^/| /' conftest.
$ac_ext >&5
7005 # Passes both tests.
7009 rm -f conftest.err conftest.
$ac_ext
7012 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7013 rm -f conftest.err conftest.
$ac_ext
7014 if $ac_preproc_ok; then
7026 echo "$as_me:$LINENO: result: $CPP" >&5
7027 echo "${ECHO_T}$CPP" >&6
7029 for ac_c_preproc_warn_flag
in '' yes
7031 # Use a header file that comes with gcc, so configuring glibc
7032 # with a fresh cross-compiler works.
7033 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7034 # <limits.h> exists even on freestanding compilers.
7035 # On the NeXT, cc -E runs the code through the compiler's parser,
7036 # not just through cpp. "Syntax error" is here to catch this case.
7037 cat >conftest.
$ac_ext <<_ACEOF
7040 cat confdefs.h
>>conftest.
$ac_ext
7041 cat >>conftest.
$ac_ext <<_ACEOF
7042 /* end confdefs.h. */
7044 # include <limits.h>
7046 # include <assert.h>
7050 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7051 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
7053 grep -v '^ *+' conftest.er1
>conftest.err
7055 cat conftest.err
>&5
7056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7057 (exit $ac_status); } >/dev
/null
; then
7058 if test -s conftest.err
; then
7059 ac_cpp_err
=$ac_c_preproc_warn_flag
7060 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
7067 if test -z "$ac_cpp_err"; then
7070 echo "$as_me: failed program was:" >&5
7071 sed 's/^/| /' conftest.
$ac_ext >&5
7073 # Broken: fails on valid input.
7076 rm -f conftest.err conftest.
$ac_ext
7078 # OK, works on sane cases. Now check whether non-existent headers
7079 # can be detected and how.
7080 cat >conftest.
$ac_ext <<_ACEOF
7083 cat confdefs.h
>>conftest.
$ac_ext
7084 cat >>conftest.
$ac_ext <<_ACEOF
7085 /* end confdefs.h. */
7086 #include <ac_nonexistent.h>
7088 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7089 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
7091 grep -v '^ *+' conftest.er1
>conftest.err
7093 cat conftest.err
>&5
7094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7095 (exit $ac_status); } >/dev
/null
; then
7096 if test -s conftest.err
; then
7097 ac_cpp_err
=$ac_c_preproc_warn_flag
7098 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
7105 if test -z "$ac_cpp_err"; then
7106 # Broken: success on invalid input.
7109 echo "$as_me: failed program was:" >&5
7110 sed 's/^/| /' conftest.
$ac_ext >&5
7112 # Passes both tests.
7116 rm -f conftest.err conftest.
$ac_ext
7119 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7120 rm -f conftest.err conftest.
$ac_ext
7121 if $ac_preproc_ok; then
7124 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
7125 See \`config.log' for more details." >&5
7126 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
7127 See \`config.log' for more details." >&2;}
7128 { (exit 1); exit 1; }; }
7132 ac_cpp
='$CPP $CPPFLAGS'
7133 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7134 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7135 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
7138 echo "$as_me:$LINENO: checking for egrep" >&5
7139 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
7140 if test "${ac_cv_prog_egrep+set}" = set; then
7141 echo $ECHO_N "(cached) $ECHO_C" >&6
7143 if echo a |
(grep -E '(a|b)') >/dev
/null
2>&1
7144 then ac_cv_prog_egrep
='grep -E'
7145 else ac_cv_prog_egrep
='egrep'
7148 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
7149 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
7150 EGREP
=$ac_cv_prog_egrep
7153 cat >conftest.
$ac_ext <<_ACEOF
7156 cat confdefs.h
>>conftest.
$ac_ext
7157 cat >>conftest.
$ac_ext <<_ACEOF
7158 /* end confdefs.h. */
7162 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7163 $EGREP "uint32_t" >/dev
/null
2>&1; then
7165 cat >>confdefs.h
<<\_ACEOF
7166 #define HAVE_INT32_DEFINED 1
7172 cat >conftest.
$ac_ext <<_ACEOF
7175 cat confdefs.h
>>conftest.
$ac_ext
7176 cat >>conftest.
$ac_ext <<_ACEOF
7177 /* end confdefs.h. */
7178 #include <inttypes.h>
7181 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7182 $EGREP "uint32_t" >/dev
/null
2>&1; then
7184 cat >>confdefs.h
<<\_ACEOF
7185 #define HAVE_INT32_DEFINED 1
7191 cat >conftest.
$ac_ext <<_ACEOF
7194 cat confdefs.h
>>conftest.
$ac_ext
7195 cat >>conftest.
$ac_ext <<_ACEOF
7196 /* end confdefs.h. */
7197 #include <sys/types.h>
7200 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7201 $EGREP "u_int32_t" >/dev
/null
2>&1; then
7203 cat >>confdefs.h
<<\_ACEOF
7204 #define HAVE_BSD_INT32_DEFINED 1
7210 cat >conftest.
$ac_ext <<_ACEOF
7213 cat confdefs.h
>>conftest.
$ac_ext
7214 cat >>conftest.
$ac_ext <<_ACEOF
7215 /* end confdefs.h. */
7216 #include <sys/config.h>
7219 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7220 $EGREP "u_int32_t" >/dev
/null
2>&1; then
7222 cat >>confdefs.h
<<\_ACEOF
7223 #define HAVE_BSD_INT32_DEFINED 1
7232 if test "$PLATFORM" = Win32
; then
7233 USING_WIN32_PLATFORM_TRUE
=
7234 USING_WIN32_PLATFORM_FALSE
='#'
7236 USING_WIN32_PLATFORM_TRUE
='#'
7237 USING_WIN32_PLATFORM_FALSE
=
7242 if test "$PLATFORM" = Posix ||
test "$PLATFORM" = Ecos
; then
7243 USING_POSIX_PLATFORM_TRUE
=
7244 USING_POSIX_PLATFORM_FALSE
='#'
7246 USING_POSIX_PLATFORM_TRUE
='#'
7247 USING_POSIX_PLATFORM_FALSE
=
7252 *-darwin*) DARWIN_CRT
=true
;;
7253 *) DARWIN_CRT
=false
;;
7257 if $DARWIN_CRT; then
7258 USING_DARWIN_CRT_TRUE
=
7259 USING_DARWIN_CRT_FALSE
='#'
7261 USING_DARWIN_CRT_TRUE
='#'
7262 USING_DARWIN_CRT_FALSE
=
7266 # These may not be defined in a non-ANS conformant embedded system.
7267 # FIXME: Should these case a runtime exception in that case?
7268 cat >conftest.
$ac_ext <<_ACEOF
7271 cat confdefs.h
>>conftest.
$ac_ext
7272 cat >>conftest.
$ac_ext <<_ACEOF
7273 /* end confdefs.h. */
7277 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7278 $EGREP "mktime" >/dev
/null
2>&1; then
7280 cat >>confdefs.h
<<\_ACEOF
7281 #define HAVE_MKTIME 1
7287 cat >conftest.
$ac_ext <<_ACEOF
7290 cat confdefs.h
>>conftest.
$ac_ext
7291 cat >>conftest.
$ac_ext <<_ACEOF
7292 /* end confdefs.h. */
7296 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7297 $EGREP "localtime" >/dev
/null
2>&1; then
7299 cat >>confdefs.h
<<\_ACEOF
7300 #define HAVE_LOCALTIME 1
7307 # Create the subdirectory for natFile.cc, or the attempt
7308 # to create the link will fail.
7309 test -d java || mkdir java
7310 test -d java
/io || mkdir java
/io
7311 test -d gnu || mkdir gnu
7312 ac_config_links
="$ac_config_links java/io/natFile.cc:java/io/natFile${FILE-${PLATFORM}}.cc"
7315 # Likewise for ConcreteProcess.java and natConcreteProcess.cc.
7316 test -d java
/lang || mkdir java
/lang
7317 ac_config_links
="$ac_config_links java/lang/ConcreteProcess.java:java/lang/${PLATFORM}Process.java"
7319 ac_config_links
="$ac_config_links java/lang/natConcreteProcess.cc:java/lang/nat${PLATFORM}Process.cc"
7322 # Likewise for natInetAddress.cc and natVMNetworkInterface.cc.
7323 test -d java
/net || mkdir java
/net
7324 ac_config_links
="$ac_config_links java/net/natInetAddress.cc:java/net/natInetAddress${PLATFORMNET}.cc"
7326 ac_config_links
="$ac_config_links java/net/natVMNetworkInterface.cc:java/net/natVMNetworkInterface${PLATFORMNET}.cc"
7329 # Likewise for natPlainSocketImpl.cc and natPlainDatagramSocketImpl.cc.
7330 test -d gnu
/java || mkdir gnu
/java
7331 test -d gnu
/java
/net || mkdir gnu
/java
/net
7332 ac_config_links
="$ac_config_links gnu/java/net/natPlainSocketImpl.cc:gnu/java/net/natPlainSocketImpl${PLATFORMNET}.cc"
7334 ac_config_links
="$ac_config_links gnu/java/net/natPlainDatagramSocketImpl.cc:gnu/java/net/natPlainDatagramSocketImpl${PLATFORMNET}.cc"
7337 # Likewise for natPipeImpl.cc and natSelectorImpl.cc.
7338 test -d gnu
/java
/nio || mkdir gnu
/java
/nio
7339 ac_config_links
="$ac_config_links gnu/java/nio/natPipeImpl.cc:gnu/java/nio/natPipeImpl${PLATFORM}.cc"
7341 ac_config_links
="$ac_config_links gnu/java/nio/natSelectorImpl.cc:gnu/java/nio/natSelectorImpl${PLATFORM}.cc"
7343 test -d gnu
/java
/nio
/channels || mkdir gnu
/java
/nio
/channels
7344 ac_config_links
="$ac_config_links gnu/java/nio/channels/natFileChannelImpl.cc:gnu/java/nio/channels/natFileChannel${FILE-${PLATFORM}}.cc"
7349 SYSTEMSPEC
="-lgdi32 -lws2_32"
7350 if test "${with_win32_nlsapi}" = "unicows"; then
7351 SYSTEMSPEC
="-lunicows $SYSTEMSPEC"
7360 LIBGCJTESTSPEC
="-L`${PWDCMD-pwd}`/.libs -rpath `${PWDCMD-pwd}`/.libs"
7364 # Check whether --with-system-zlib or --without-system-zlib was given.
7365 if test "${with_system_zlib+set}" = set; then
7366 withval
="$with_system_zlib"
7374 echo "$as_me:$LINENO: checking for X" >&5
7375 echo $ECHO_N "checking for X... $ECHO_C" >&6
7378 # Check whether --with-x or --without-x was given.
7379 if test "${with_x+set}" = set; then
7383 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
7384 if test "x$with_x" = xno
; then
7385 # The user explicitly disabled X.
7388 if test "x$x_includes" != xNONE
&& test "x$x_libraries" != xNONE
; then
7389 # Both variables are already set.
7392 if test "${ac_cv_have_x+set}" = set; then
7393 echo $ECHO_N "(cached) $ECHO_C" >&6
7395 # One or both of the vars are not set, and there is no cached value.
7396 ac_x_includes
=no ac_x_libraries
=no
7398 if mkdir conftest.dir
; then
7400 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
7401 cat >Imakefile
<<'_ACEOF'
7403 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
7405 if (xmkmf
) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
7406 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
7407 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
7408 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
7409 for ac_extension
in a so sl
; do
7410 if test ! -f $ac_im_usrlibdir/libX11.
$ac_extension &&
7411 test -f $ac_im_libdir/libX11.
$ac_extension; then
7412 ac_im_usrlibdir
=$ac_im_libdir; break
7415 # Screen out bogus values from the imake configuration. They are
7416 # bogus both because they are the default anyway, and because
7417 # using them would break gcc on systems where it needs fixed includes.
7418 case $ac_im_incroot in
7420 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
7422 case $ac_im_usrlibdir in
7424 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
7431 # Standard set of common directories for X headers.
7432 # Check X11 before X11Rn because it is often a symlink to the current release.
7444 /usr/local/X11/include
7445 /usr/local/X11R6/include
7446 /usr/local/X11R5/include
7447 /usr/local/X11R4/include
7449 /usr/local/include/X11
7450 /usr/local/include/X11R6
7451 /usr/local/include/X11R5
7452 /usr/local/include/X11R4
7456 /usr/XFree86/include/X11
7460 /usr/unsupported/include
7462 /usr/local/x11r5/include
7463 /usr/lpp/Xamples/include
7465 /usr/openwin/include
7466 /usr/openwin/share/include'
7468 if test "$ac_x_includes" = no
; then
7469 # Guess where to find include files, by looking for Intrinsic.h.
7470 # First, try using that file with no special directory specified.
7471 cat >conftest.
$ac_ext <<_ACEOF
7474 cat confdefs.h
>>conftest.
$ac_ext
7475 cat >>conftest.
$ac_ext <<_ACEOF
7476 /* end confdefs.h. */
7477 #include <X11/Intrinsic.h>
7479 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7480 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
7482 grep -v '^ *+' conftest.er1
>conftest.err
7484 cat conftest.err
>&5
7485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7486 (exit $ac_status); } >/dev
/null
; then
7487 if test -s conftest.err
; then
7488 ac_cpp_err
=$ac_c_preproc_warn_flag
7489 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
7496 if test -z "$ac_cpp_err"; then
7497 # We can compile using X headers with no special include directory.
7500 echo "$as_me: failed program was:" >&5
7501 sed 's/^/| /' conftest.
$ac_ext >&5
7503 for ac_dir
in $ac_x_header_dirs; do
7504 if test -r "$ac_dir/X11/Intrinsic.h"; then
7505 ac_x_includes
=$ac_dir
7510 rm -f conftest.err conftest.
$ac_ext
7511 fi # $ac_x_includes = no
7513 if test "$ac_x_libraries" = no
; then
7514 # Check for the libraries.
7515 # See if we find them without any special options.
7516 # Don't add to $LIBS permanently.
7519 if test x
$gcc_no_link = xyes
; then
7520 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
7521 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
7522 { (exit 1); exit 1; }; }
7524 cat >conftest.
$ac_ext <<_ACEOF
7527 cat confdefs.h
>>conftest.
$ac_ext
7528 cat >>conftest.
$ac_ext <<_ACEOF
7529 /* end confdefs.h. */
7530 #include <X11/Intrinsic.h>
7539 rm -f conftest.
$ac_objext conftest
$ac_exeext
7540 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7541 (eval $ac_link) 2>conftest.er1
7543 grep -v '^ *+' conftest.er1
>conftest.err
7545 cat conftest.err
>&5
7546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7547 (exit $ac_status); } &&
7548 { ac_try
='test -z "$ac_c_werror_flag"
7549 || test ! -s conftest.err'
7550 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7554 (exit $ac_status); }; } &&
7555 { ac_try
='test -s conftest$ac_exeext'
7556 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7560 (exit $ac_status); }; }; then
7562 # We can link X programs with no special library path.
7565 echo "$as_me: failed program was:" >&5
7566 sed 's/^/| /' conftest.
$ac_ext >&5
7569 for ac_dir
in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
7571 # Don't even attempt the hair of trying to link an X program!
7572 for ac_extension
in a so sl
; do
7573 if test -r $ac_dir/libXt.
$ac_extension; then
7574 ac_x_libraries
=$ac_dir
7580 rm -f conftest.err conftest.
$ac_objext \
7581 conftest
$ac_exeext conftest.
$ac_ext
7582 fi # $ac_x_libraries = no
7584 if test "$ac_x_includes" = no ||
test "$ac_x_libraries" = no
; then
7585 # Didn't find X anywhere. Cache the known absence of X.
7586 ac_cv_have_x
="have_x=no"
7588 # Record where we found X for the cache.
7589 ac_cv_have_x
="have_x=yes \
7590 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
7595 eval "$ac_cv_have_x"
7598 if test "$have_x" != yes; then
7599 echo "$as_me:$LINENO: result: $have_x" >&5
7600 echo "${ECHO_T}$have_x" >&6
7603 # If each of the values was on the command line, it overrides each guess.
7604 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
7605 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
7606 # Update the cache value to reflect the command line values.
7607 ac_cv_have_x
="have_x=yes \
7608 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
7609 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
7610 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
7613 if test "$no_x" = yes; then
7614 # Not all programs may use this symbol, but it does not hurt to define it.
7616 cat >>confdefs.h
<<\_ACEOF
7617 #define X_DISPLAY_MISSING 1
7620 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
7622 if test -n "$x_includes"; then
7623 X_CFLAGS
="$X_CFLAGS -I$x_includes"
7626 # It would also be nice to do this for all -L options, not just this one.
7627 if test -n "$x_libraries"; then
7628 X_LIBS
="$X_LIBS -L$x_libraries"
7629 # For Solaris; some versions of Sun CC require a space after -R and
7630 # others require no space. Words are not sufficient . . . .
7631 case `(uname -sr) 2>/dev/null` in
7633 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
7634 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
7635 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
7636 if test x
$gcc_no_link = xyes
; then
7637 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
7638 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
7639 { (exit 1); exit 1; }; }
7641 cat >conftest.
$ac_ext <<_ACEOF
7644 cat confdefs.h
>>conftest.
$ac_ext
7645 cat >>conftest.
$ac_ext <<_ACEOF
7646 /* end confdefs.h. */
7656 rm -f conftest.
$ac_objext conftest
$ac_exeext
7657 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7658 (eval $ac_link) 2>conftest.er1
7660 grep -v '^ *+' conftest.er1
>conftest.err
7662 cat conftest.err
>&5
7663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7664 (exit $ac_status); } &&
7665 { ac_try
='test -z "$ac_c_werror_flag"
7666 || test ! -s conftest.err'
7667 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7671 (exit $ac_status); }; } &&
7672 { ac_try
='test -s conftest$ac_exeext'
7673 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7677 (exit $ac_status); }; }; then
7680 echo "$as_me: failed program was:" >&5
7681 sed 's/^/| /' conftest.
$ac_ext >&5
7685 rm -f conftest.err conftest.
$ac_objext \
7686 conftest
$ac_exeext conftest.
$ac_ext
7687 if test $ac_R_nospace = yes; then
7688 echo "$as_me:$LINENO: result: no" >&5
7689 echo "${ECHO_T}no" >&6
7690 X_LIBS
="$X_LIBS -R$x_libraries"
7692 LIBS
="$ac_xsave_LIBS -R $x_libraries"
7693 if test x
$gcc_no_link = xyes
; then
7694 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
7695 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
7696 { (exit 1); exit 1; }; }
7698 cat >conftest.
$ac_ext <<_ACEOF
7701 cat confdefs.h
>>conftest.
$ac_ext
7702 cat >>conftest.
$ac_ext <<_ACEOF
7703 /* end confdefs.h. */
7713 rm -f conftest.
$ac_objext conftest
$ac_exeext
7714 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7715 (eval $ac_link) 2>conftest.er1
7717 grep -v '^ *+' conftest.er1
>conftest.err
7719 cat conftest.err
>&5
7720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7721 (exit $ac_status); } &&
7722 { ac_try
='test -z "$ac_c_werror_flag"
7723 || test ! -s conftest.err'
7724 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7728 (exit $ac_status); }; } &&
7729 { ac_try
='test -s conftest$ac_exeext'
7730 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7734 (exit $ac_status); }; }; then
7737 echo "$as_me: failed program was:" >&5
7738 sed 's/^/| /' conftest.
$ac_ext >&5
7742 rm -f conftest.err conftest.
$ac_objext \
7743 conftest
$ac_exeext conftest.
$ac_ext
7744 if test $ac_R_space = yes; then
7745 echo "$as_me:$LINENO: result: yes" >&5
7746 echo "${ECHO_T}yes" >&6
7747 X_LIBS
="$X_LIBS -R $x_libraries"
7749 echo "$as_me:$LINENO: result: neither works" >&5
7750 echo "${ECHO_T}neither works" >&6
7757 # Check for system-dependent libraries X programs must link with.
7758 # Do this before checking for the system-independent R6 libraries
7759 # (-lICE), since we may need -lsocket or whatever for X linking.
7761 if test "$ISC" = yes; then
7762 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
7764 # Martyn Johnson says this is needed for Ultrix, if the X
7765 # libraries were built with DECnet support. And Karl Berry says
7766 # the Alpha needs dnet_stub (dnet does not exist).
7767 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
7768 if test x
$gcc_no_link = xyes
; then
7769 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
7770 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
7771 { (exit 1); exit 1; }; }
7773 cat >conftest.
$ac_ext <<_ACEOF
7776 cat confdefs.h
>>conftest.
$ac_ext
7777 cat >>conftest.
$ac_ext <<_ACEOF
7778 /* end confdefs.h. */
7780 /* Override any gcc2 internal prototype to avoid an error. */
7784 /* We use char because int might match the return type of a gcc2
7785 builtin and then its argument prototype would still apply. */
7786 char XOpenDisplay ();
7795 rm -f conftest.
$ac_objext conftest
$ac_exeext
7796 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7797 (eval $ac_link) 2>conftest.er1
7799 grep -v '^ *+' conftest.er1
>conftest.err
7801 cat conftest.err
>&5
7802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7803 (exit $ac_status); } &&
7804 { ac_try
='test -z "$ac_c_werror_flag"
7805 || test ! -s conftest.err'
7806 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7810 (exit $ac_status); }; } &&
7811 { ac_try
='test -s conftest$ac_exeext'
7812 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7816 (exit $ac_status); }; }; then
7819 echo "$as_me: failed program was:" >&5
7820 sed 's/^/| /' conftest.
$ac_ext >&5
7822 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
7823 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
7824 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
7825 echo $ECHO_N "(cached) $ECHO_C" >&6
7827 ac_check_lib_save_LIBS
=$LIBS
7829 if test x
$gcc_no_link = xyes
; then
7830 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
7831 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
7832 { (exit 1); exit 1; }; }
7834 cat >conftest.
$ac_ext <<_ACEOF
7837 cat confdefs.h
>>conftest.
$ac_ext
7838 cat >>conftest.
$ac_ext <<_ACEOF
7839 /* end confdefs.h. */
7841 /* Override any gcc2 internal prototype to avoid an error. */
7845 /* We use char because int might match the return type of a gcc2
7846 builtin and then its argument prototype would still apply. */
7856 rm -f conftest.
$ac_objext conftest
$ac_exeext
7857 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7858 (eval $ac_link) 2>conftest.er1
7860 grep -v '^ *+' conftest.er1
>conftest.err
7862 cat conftest.err
>&5
7863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7864 (exit $ac_status); } &&
7865 { ac_try
='test -z "$ac_c_werror_flag"
7866 || test ! -s conftest.err'
7867 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7871 (exit $ac_status); }; } &&
7872 { ac_try
='test -s conftest$ac_exeext'
7873 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7877 (exit $ac_status); }; }; then
7878 ac_cv_lib_dnet_dnet_ntoa
=yes
7880 echo "$as_me: failed program was:" >&5
7881 sed 's/^/| /' conftest.
$ac_ext >&5
7883 ac_cv_lib_dnet_dnet_ntoa
=no
7885 rm -f conftest.err conftest.
$ac_objext \
7886 conftest
$ac_exeext conftest.
$ac_ext
7887 LIBS
=$ac_check_lib_save_LIBS
7889 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
7890 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
7891 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
7892 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
7895 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
7896 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
7897 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
7898 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
7899 echo $ECHO_N "(cached) $ECHO_C" >&6
7901 ac_check_lib_save_LIBS
=$LIBS
7902 LIBS
="-ldnet_stub $LIBS"
7903 if test x
$gcc_no_link = xyes
; then
7904 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
7905 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
7906 { (exit 1); exit 1; }; }
7908 cat >conftest.
$ac_ext <<_ACEOF
7911 cat confdefs.h
>>conftest.
$ac_ext
7912 cat >>conftest.
$ac_ext <<_ACEOF
7913 /* end confdefs.h. */
7915 /* Override any gcc2 internal prototype to avoid an error. */
7919 /* We use char because int might match the return type of a gcc2
7920 builtin and then its argument prototype would still apply. */
7930 rm -f conftest.
$ac_objext conftest
$ac_exeext
7931 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7932 (eval $ac_link) 2>conftest.er1
7934 grep -v '^ *+' conftest.er1
>conftest.err
7936 cat conftest.err
>&5
7937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7938 (exit $ac_status); } &&
7939 { ac_try
='test -z "$ac_c_werror_flag"
7940 || test ! -s conftest.err'
7941 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7945 (exit $ac_status); }; } &&
7946 { ac_try
='test -s conftest$ac_exeext'
7947 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7951 (exit $ac_status); }; }; then
7952 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
7954 echo "$as_me: failed program was:" >&5
7955 sed 's/^/| /' conftest.
$ac_ext >&5
7957 ac_cv_lib_dnet_stub_dnet_ntoa
=no
7959 rm -f conftest.err conftest.
$ac_objext \
7960 conftest
$ac_exeext conftest.
$ac_ext
7961 LIBS
=$ac_check_lib_save_LIBS
7963 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
7964 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
7965 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
7966 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
7971 rm -f conftest.err conftest.
$ac_objext \
7972 conftest
$ac_exeext conftest.
$ac_ext
7973 LIBS
="$ac_xsave_LIBS"
7975 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
7976 # to get the SysV transport functions.
7977 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
7979 # The nsl library prevents programs from opening the X display
7980 # on Irix 5.2, according to T.E. Dickey.
7981 # The functions gethostbyname, getservbyname, and inet_addr are
7982 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
7983 echo "$as_me:$LINENO: checking for gethostbyname" >&5
7984 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
7985 if test "${ac_cv_func_gethostbyname+set}" = set; then
7986 echo $ECHO_N "(cached) $ECHO_C" >&6
7988 if test x
$gcc_no_link = xyes
; then
7989 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
7990 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
7991 { (exit 1); exit 1; }; }
7993 cat >conftest.
$ac_ext <<_ACEOF
7996 cat confdefs.h
>>conftest.
$ac_ext
7997 cat >>conftest.
$ac_ext <<_ACEOF
7998 /* end confdefs.h. */
7999 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
8000 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8001 #define gethostbyname innocuous_gethostbyname
8003 /* System header to define __stub macros and hopefully few prototypes,
8004 which can conflict with char gethostbyname (); below.
8005 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8006 <limits.h> exists even on freestanding compilers. */
8009 # include <limits.h>
8011 # include <assert.h>
8014 #undef gethostbyname
8016 /* Override any gcc2 internal prototype to avoid an error. */
8021 /* We use char because int might match the return type of a gcc2
8022 builtin and then its argument prototype would still apply. */
8023 char gethostbyname ();
8024 /* The GNU C library defines this for functions which it implements
8025 to always fail with ENOSYS. Some functions are actually named
8026 something starting with __ and the normal name is an alias. */
8027 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
8030 char (*f) () = gethostbyname;
8039 return f != gethostbyname;
8044 rm -f conftest.
$ac_objext conftest
$ac_exeext
8045 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8046 (eval $ac_link) 2>conftest.er1
8048 grep -v '^ *+' conftest.er1
>conftest.err
8050 cat conftest.err
>&5
8051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8052 (exit $ac_status); } &&
8053 { ac_try
='test -z "$ac_c_werror_flag"
8054 || test ! -s conftest.err'
8055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8059 (exit $ac_status); }; } &&
8060 { ac_try
='test -s conftest$ac_exeext'
8061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8065 (exit $ac_status); }; }; then
8066 ac_cv_func_gethostbyname
=yes
8068 echo "$as_me: failed program was:" >&5
8069 sed 's/^/| /' conftest.
$ac_ext >&5
8071 ac_cv_func_gethostbyname
=no
8073 rm -f conftest.err conftest.
$ac_objext \
8074 conftest
$ac_exeext conftest.
$ac_ext
8076 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
8077 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
8079 if test $ac_cv_func_gethostbyname = no
; then
8080 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
8081 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
8082 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
8083 echo $ECHO_N "(cached) $ECHO_C" >&6
8085 ac_check_lib_save_LIBS
=$LIBS
8087 if test x
$gcc_no_link = xyes
; then
8088 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
8089 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
8090 { (exit 1); exit 1; }; }
8092 cat >conftest.
$ac_ext <<_ACEOF
8095 cat confdefs.h
>>conftest.
$ac_ext
8096 cat >>conftest.
$ac_ext <<_ACEOF
8097 /* end confdefs.h. */
8099 /* Override any gcc2 internal prototype to avoid an error. */
8103 /* We use char because int might match the return type of a gcc2
8104 builtin and then its argument prototype would still apply. */
8105 char gethostbyname ();
8114 rm -f conftest.
$ac_objext conftest
$ac_exeext
8115 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8116 (eval $ac_link) 2>conftest.er1
8118 grep -v '^ *+' conftest.er1
>conftest.err
8120 cat conftest.err
>&5
8121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8122 (exit $ac_status); } &&
8123 { ac_try
='test -z "$ac_c_werror_flag"
8124 || test ! -s conftest.err'
8125 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8129 (exit $ac_status); }; } &&
8130 { ac_try
='test -s conftest$ac_exeext'
8131 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8135 (exit $ac_status); }; }; then
8136 ac_cv_lib_nsl_gethostbyname
=yes
8138 echo "$as_me: failed program was:" >&5
8139 sed 's/^/| /' conftest.
$ac_ext >&5
8141 ac_cv_lib_nsl_gethostbyname
=no
8143 rm -f conftest.err conftest.
$ac_objext \
8144 conftest
$ac_exeext conftest.
$ac_ext
8145 LIBS
=$ac_check_lib_save_LIBS
8147 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
8148 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
8149 if test $ac_cv_lib_nsl_gethostbyname = yes; then
8150 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
8153 if test $ac_cv_lib_nsl_gethostbyname = no
; then
8154 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
8155 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
8156 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
8157 echo $ECHO_N "(cached) $ECHO_C" >&6
8159 ac_check_lib_save_LIBS
=$LIBS
8161 if test x
$gcc_no_link = xyes
; then
8162 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
8163 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
8164 { (exit 1); exit 1; }; }
8166 cat >conftest.
$ac_ext <<_ACEOF
8169 cat confdefs.h
>>conftest.
$ac_ext
8170 cat >>conftest.
$ac_ext <<_ACEOF
8171 /* end confdefs.h. */
8173 /* Override any gcc2 internal prototype to avoid an error. */
8177 /* We use char because int might match the return type of a gcc2
8178 builtin and then its argument prototype would still apply. */
8179 char gethostbyname ();
8188 rm -f conftest.
$ac_objext conftest
$ac_exeext
8189 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8190 (eval $ac_link) 2>conftest.er1
8192 grep -v '^ *+' conftest.er1
>conftest.err
8194 cat conftest.err
>&5
8195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8196 (exit $ac_status); } &&
8197 { ac_try
='test -z "$ac_c_werror_flag"
8198 || test ! -s conftest.err'
8199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8203 (exit $ac_status); }; } &&
8204 { ac_try
='test -s conftest$ac_exeext'
8205 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8209 (exit $ac_status); }; }; then
8210 ac_cv_lib_bsd_gethostbyname
=yes
8212 echo "$as_me: failed program was:" >&5
8213 sed 's/^/| /' conftest.
$ac_ext >&5
8215 ac_cv_lib_bsd_gethostbyname
=no
8217 rm -f conftest.err conftest.
$ac_objext \
8218 conftest
$ac_exeext conftest.
$ac_ext
8219 LIBS
=$ac_check_lib_save_LIBS
8221 echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
8222 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
8223 if test $ac_cv_lib_bsd_gethostbyname = yes; then
8224 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
8230 # lieder@skyler.mavd.honeywell.com says without -lsocket,
8231 # socket/setsockopt and other routines are undefined under SCO ODT
8232 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
8233 # on later versions), says Simon Leinen: it contains gethostby*
8234 # variants that don't use the name server (or something). -lsocket
8235 # must be given before -lnsl if both are needed. We assume that
8236 # if connect needs -lnsl, so does gethostbyname.
8237 echo "$as_me:$LINENO: checking for connect" >&5
8238 echo $ECHO_N "checking for connect... $ECHO_C" >&6
8239 if test "${ac_cv_func_connect+set}" = set; then
8240 echo $ECHO_N "(cached) $ECHO_C" >&6
8242 if test x
$gcc_no_link = xyes
; then
8243 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
8244 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
8245 { (exit 1); exit 1; }; }
8247 cat >conftest.
$ac_ext <<_ACEOF
8250 cat confdefs.h
>>conftest.
$ac_ext
8251 cat >>conftest.
$ac_ext <<_ACEOF
8252 /* end confdefs.h. */
8253 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
8254 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8255 #define connect innocuous_connect
8257 /* System header to define __stub macros and hopefully few prototypes,
8258 which can conflict with char connect (); below.
8259 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8260 <limits.h> exists even on freestanding compilers. */
8263 # include <limits.h>
8265 # include <assert.h>
8270 /* Override any gcc2 internal prototype to avoid an error. */
8275 /* We use char because int might match the return type of a gcc2
8276 builtin and then its argument prototype would still apply. */
8278 /* The GNU C library defines this for functions which it implements
8279 to always fail with ENOSYS. Some functions are actually named
8280 something starting with __ and the normal name is an alias. */
8281 #if defined (__stub_connect) || defined (__stub___connect)
8284 char (*f) () = connect;
8293 return f != connect;
8298 rm -f conftest.
$ac_objext conftest
$ac_exeext
8299 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8300 (eval $ac_link) 2>conftest.er1
8302 grep -v '^ *+' conftest.er1
>conftest.err
8304 cat conftest.err
>&5
8305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8306 (exit $ac_status); } &&
8307 { ac_try
='test -z "$ac_c_werror_flag"
8308 || test ! -s conftest.err'
8309 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8313 (exit $ac_status); }; } &&
8314 { ac_try
='test -s conftest$ac_exeext'
8315 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8319 (exit $ac_status); }; }; then
8320 ac_cv_func_connect
=yes
8322 echo "$as_me: failed program was:" >&5
8323 sed 's/^/| /' conftest.
$ac_ext >&5
8325 ac_cv_func_connect
=no
8327 rm -f conftest.err conftest.
$ac_objext \
8328 conftest
$ac_exeext conftest.
$ac_ext
8330 echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
8331 echo "${ECHO_T}$ac_cv_func_connect" >&6
8333 if test $ac_cv_func_connect = no
; then
8334 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
8335 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
8336 if test "${ac_cv_lib_socket_connect+set}" = set; then
8337 echo $ECHO_N "(cached) $ECHO_C" >&6
8339 ac_check_lib_save_LIBS
=$LIBS
8340 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
8341 if test x
$gcc_no_link = xyes
; then
8342 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
8343 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
8344 { (exit 1); exit 1; }; }
8346 cat >conftest.
$ac_ext <<_ACEOF
8349 cat confdefs.h
>>conftest.
$ac_ext
8350 cat >>conftest.
$ac_ext <<_ACEOF
8351 /* end confdefs.h. */
8353 /* Override any gcc2 internal prototype to avoid an error. */
8357 /* We use char because int might match the return type of a gcc2
8358 builtin and then its argument prototype would still apply. */
8368 rm -f conftest.
$ac_objext conftest
$ac_exeext
8369 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8370 (eval $ac_link) 2>conftest.er1
8372 grep -v '^ *+' conftest.er1
>conftest.err
8374 cat conftest.err
>&5
8375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8376 (exit $ac_status); } &&
8377 { ac_try
='test -z "$ac_c_werror_flag"
8378 || test ! -s conftest.err'
8379 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8383 (exit $ac_status); }; } &&
8384 { ac_try
='test -s conftest$ac_exeext'
8385 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8389 (exit $ac_status); }; }; then
8390 ac_cv_lib_socket_connect
=yes
8392 echo "$as_me: failed program was:" >&5
8393 sed 's/^/| /' conftest.
$ac_ext >&5
8395 ac_cv_lib_socket_connect
=no
8397 rm -f conftest.err conftest.
$ac_objext \
8398 conftest
$ac_exeext conftest.
$ac_ext
8399 LIBS
=$ac_check_lib_save_LIBS
8401 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
8402 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
8403 if test $ac_cv_lib_socket_connect = yes; then
8404 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
8409 # Guillermo Gomez says -lposix is necessary on A/UX.
8410 echo "$as_me:$LINENO: checking for remove" >&5
8411 echo $ECHO_N "checking for remove... $ECHO_C" >&6
8412 if test "${ac_cv_func_remove+set}" = set; then
8413 echo $ECHO_N "(cached) $ECHO_C" >&6
8415 if test x
$gcc_no_link = xyes
; then
8416 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
8417 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
8418 { (exit 1); exit 1; }; }
8420 cat >conftest.
$ac_ext <<_ACEOF
8423 cat confdefs.h
>>conftest.
$ac_ext
8424 cat >>conftest.
$ac_ext <<_ACEOF
8425 /* end confdefs.h. */
8426 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
8427 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8428 #define remove innocuous_remove
8430 /* System header to define __stub macros and hopefully few prototypes,
8431 which can conflict with char remove (); below.
8432 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8433 <limits.h> exists even on freestanding compilers. */
8436 # include <limits.h>
8438 # include <assert.h>
8443 /* Override any gcc2 internal prototype to avoid an error. */
8448 /* We use char because int might match the return type of a gcc2
8449 builtin and then its argument prototype would still apply. */
8451 /* The GNU C library defines this for functions which it implements
8452 to always fail with ENOSYS. Some functions are actually named
8453 something starting with __ and the normal name is an alias. */
8454 #if defined (__stub_remove) || defined (__stub___remove)
8457 char (*f) () = remove;
8471 rm -f conftest.
$ac_objext conftest
$ac_exeext
8472 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8473 (eval $ac_link) 2>conftest.er1
8475 grep -v '^ *+' conftest.er1
>conftest.err
8477 cat conftest.err
>&5
8478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8479 (exit $ac_status); } &&
8480 { ac_try
='test -z "$ac_c_werror_flag"
8481 || test ! -s conftest.err'
8482 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8486 (exit $ac_status); }; } &&
8487 { ac_try
='test -s conftest$ac_exeext'
8488 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8492 (exit $ac_status); }; }; then
8493 ac_cv_func_remove
=yes
8495 echo "$as_me: failed program was:" >&5
8496 sed 's/^/| /' conftest.
$ac_ext >&5
8498 ac_cv_func_remove
=no
8500 rm -f conftest.err conftest.
$ac_objext \
8501 conftest
$ac_exeext conftest.
$ac_ext
8503 echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
8504 echo "${ECHO_T}$ac_cv_func_remove" >&6
8506 if test $ac_cv_func_remove = no
; then
8507 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
8508 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
8509 if test "${ac_cv_lib_posix_remove+set}" = set; then
8510 echo $ECHO_N "(cached) $ECHO_C" >&6
8512 ac_check_lib_save_LIBS
=$LIBS
8513 LIBS
="-lposix $LIBS"
8514 if test x
$gcc_no_link = xyes
; then
8515 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
8516 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
8517 { (exit 1); exit 1; }; }
8519 cat >conftest.
$ac_ext <<_ACEOF
8522 cat confdefs.h
>>conftest.
$ac_ext
8523 cat >>conftest.
$ac_ext <<_ACEOF
8524 /* end confdefs.h. */
8526 /* Override any gcc2 internal prototype to avoid an error. */
8530 /* We use char because int might match the return type of a gcc2
8531 builtin and then its argument prototype would still apply. */
8541 rm -f conftest.
$ac_objext conftest
$ac_exeext
8542 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8543 (eval $ac_link) 2>conftest.er1
8545 grep -v '^ *+' conftest.er1
>conftest.err
8547 cat conftest.err
>&5
8548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8549 (exit $ac_status); } &&
8550 { ac_try
='test -z "$ac_c_werror_flag"
8551 || test ! -s conftest.err'
8552 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8556 (exit $ac_status); }; } &&
8557 { ac_try
='test -s conftest$ac_exeext'
8558 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8562 (exit $ac_status); }; }; then
8563 ac_cv_lib_posix_remove
=yes
8565 echo "$as_me: failed program was:" >&5
8566 sed 's/^/| /' conftest.
$ac_ext >&5
8568 ac_cv_lib_posix_remove
=no
8570 rm -f conftest.err conftest.
$ac_objext \
8571 conftest
$ac_exeext conftest.
$ac_ext
8572 LIBS
=$ac_check_lib_save_LIBS
8574 echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
8575 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
8576 if test $ac_cv_lib_posix_remove = yes; then
8577 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
8582 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
8583 echo "$as_me:$LINENO: checking for shmat" >&5
8584 echo $ECHO_N "checking for shmat... $ECHO_C" >&6
8585 if test "${ac_cv_func_shmat+set}" = set; then
8586 echo $ECHO_N "(cached) $ECHO_C" >&6
8588 if test x
$gcc_no_link = xyes
; then
8589 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
8590 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
8591 { (exit 1); exit 1; }; }
8593 cat >conftest.
$ac_ext <<_ACEOF
8596 cat confdefs.h
>>conftest.
$ac_ext
8597 cat >>conftest.
$ac_ext <<_ACEOF
8598 /* end confdefs.h. */
8599 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
8600 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8601 #define shmat innocuous_shmat
8603 /* System header to define __stub macros and hopefully few prototypes,
8604 which can conflict with char shmat (); below.
8605 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8606 <limits.h> exists even on freestanding compilers. */
8609 # include <limits.h>
8611 # include <assert.h>
8616 /* Override any gcc2 internal prototype to avoid an error. */
8621 /* We use char because int might match the return type of a gcc2
8622 builtin and then its argument prototype would still apply. */
8624 /* The GNU C library defines this for functions which it implements
8625 to always fail with ENOSYS. Some functions are actually named
8626 something starting with __ and the normal name is an alias. */
8627 #if defined (__stub_shmat) || defined (__stub___shmat)
8630 char (*f) () = shmat;
8644 rm -f conftest.
$ac_objext conftest
$ac_exeext
8645 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8646 (eval $ac_link) 2>conftest.er1
8648 grep -v '^ *+' conftest.er1
>conftest.err
8650 cat conftest.err
>&5
8651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8652 (exit $ac_status); } &&
8653 { ac_try
='test -z "$ac_c_werror_flag"
8654 || test ! -s conftest.err'
8655 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8659 (exit $ac_status); }; } &&
8660 { ac_try
='test -s conftest$ac_exeext'
8661 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8665 (exit $ac_status); }; }; then
8666 ac_cv_func_shmat
=yes
8668 echo "$as_me: failed program was:" >&5
8669 sed 's/^/| /' conftest.
$ac_ext >&5
8673 rm -f conftest.err conftest.
$ac_objext \
8674 conftest
$ac_exeext conftest.
$ac_ext
8676 echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
8677 echo "${ECHO_T}$ac_cv_func_shmat" >&6
8679 if test $ac_cv_func_shmat = no
; then
8680 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
8681 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
8682 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
8683 echo $ECHO_N "(cached) $ECHO_C" >&6
8685 ac_check_lib_save_LIBS
=$LIBS
8687 if test x
$gcc_no_link = xyes
; then
8688 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
8689 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
8690 { (exit 1); exit 1; }; }
8692 cat >conftest.
$ac_ext <<_ACEOF
8695 cat confdefs.h
>>conftest.
$ac_ext
8696 cat >>conftest.
$ac_ext <<_ACEOF
8697 /* end confdefs.h. */
8699 /* Override any gcc2 internal prototype to avoid an error. */
8703 /* We use char because int might match the return type of a gcc2
8704 builtin and then its argument prototype would still apply. */
8714 rm -f conftest.
$ac_objext conftest
$ac_exeext
8715 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8716 (eval $ac_link) 2>conftest.er1
8718 grep -v '^ *+' conftest.er1
>conftest.err
8720 cat conftest.err
>&5
8721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8722 (exit $ac_status); } &&
8723 { ac_try
='test -z "$ac_c_werror_flag"
8724 || test ! -s conftest.err'
8725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8729 (exit $ac_status); }; } &&
8730 { ac_try
='test -s conftest$ac_exeext'
8731 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8735 (exit $ac_status); }; }; then
8736 ac_cv_lib_ipc_shmat
=yes
8738 echo "$as_me: failed program was:" >&5
8739 sed 's/^/| /' conftest.
$ac_ext >&5
8741 ac_cv_lib_ipc_shmat
=no
8743 rm -f conftest.err conftest.
$ac_objext \
8744 conftest
$ac_exeext conftest.
$ac_ext
8745 LIBS
=$ac_check_lib_save_LIBS
8747 echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
8748 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
8749 if test $ac_cv_lib_ipc_shmat = yes; then
8750 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
8756 # Check for libraries that X11R6 Xt/Xaw programs need.
8757 ac_save_LDFLAGS
=$LDFLAGS
8758 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
8759 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
8760 # check for ICE first), but we must link in the order -lSM -lICE or
8761 # we get undefined symbols. So assume we have SM if we have ICE.
8762 # These have to be linked with before -lX11, unlike the other
8763 # libraries we check for below, so use a different variable.
8764 # John Interrante, Karl Berry
8765 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
8766 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
8767 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
8768 echo $ECHO_N "(cached) $ECHO_C" >&6
8770 ac_check_lib_save_LIBS
=$LIBS
8771 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
8772 if test x
$gcc_no_link = xyes
; then
8773 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
8774 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
8775 { (exit 1); exit 1; }; }
8777 cat >conftest.
$ac_ext <<_ACEOF
8780 cat confdefs.h
>>conftest.
$ac_ext
8781 cat >>conftest.
$ac_ext <<_ACEOF
8782 /* end confdefs.h. */
8784 /* Override any gcc2 internal prototype to avoid an error. */
8788 /* We use char because int might match the return type of a gcc2
8789 builtin and then its argument prototype would still apply. */
8790 char IceConnectionNumber ();
8794 IceConnectionNumber ();
8799 rm -f conftest.
$ac_objext conftest
$ac_exeext
8800 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8801 (eval $ac_link) 2>conftest.er1
8803 grep -v '^ *+' conftest.er1
>conftest.err
8805 cat conftest.err
>&5
8806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8807 (exit $ac_status); } &&
8808 { ac_try
='test -z "$ac_c_werror_flag"
8809 || test ! -s conftest.err'
8810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8814 (exit $ac_status); }; } &&
8815 { ac_try
='test -s conftest$ac_exeext'
8816 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8820 (exit $ac_status); }; }; then
8821 ac_cv_lib_ICE_IceConnectionNumber
=yes
8823 echo "$as_me: failed program was:" >&5
8824 sed 's/^/| /' conftest.
$ac_ext >&5
8826 ac_cv_lib_ICE_IceConnectionNumber
=no
8828 rm -f conftest.err conftest.
$ac_objext \
8829 conftest
$ac_exeext conftest.
$ac_ext
8830 LIBS
=$ac_check_lib_save_LIBS
8832 echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
8833 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
8834 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
8835 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
8838 LDFLAGS
=$ac_save_LDFLAGS
8843 # determine whether to enable the cairo GTK Graphics2D backend
8844 # Check whether --enable-gtk-cairo or --disable-gtk-cairo was given.
8845 if test "${enable_gtk_cairo+set}" = set; then
8846 enableval
="$enable_gtk_cairo"
8851 if test "x${enable_gtk_cairo}" = xyes
; then
8859 if test "x${enable_gtk_cairo}" = xyes
8864 if test -z "$PKG_CONFIG"; then
8865 # Extract the first word of "pkg-config", so it can be a program name with args.
8866 set dummy pkg-config
; ac_word
=$2
8867 echo "$as_me:$LINENO: checking for $ac_word" >&5
8868 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8869 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
8870 echo $ECHO_N "(cached) $ECHO_C" >&6
8874 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
8877 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8881 test -z "$as_dir" && as_dir
=.
8882 for ac_exec_ext
in '' $ac_executable_extensions; do
8883 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8884 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
8885 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8891 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
8895 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
8897 if test -n "$PKG_CONFIG"; then
8898 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
8899 echo "${ECHO_T}$PKG_CONFIG" >&6
8901 echo "$as_me:$LINENO: result: no" >&5
8902 echo "${ECHO_T}no" >&6
8907 if test "$PKG_CONFIG" = "no" ; then
8908 echo "*** The pkg-config script could not be found. Make sure it is"
8909 echo "*** in your path, or set the PKG_CONFIG environment variable"
8910 echo "*** to the full path to pkg-config."
8911 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
8913 PKG_CONFIG_MIN_VERSION
=0.9.0
8914 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
8915 echo "$as_me:$LINENO: checking for cairo" >&5
8916 echo $ECHO_N "checking for cairo... $ECHO_C" >&6
8918 if $PKG_CONFIG --exists "cairo" ; then
8919 echo "$as_me:$LINENO: result: yes" >&5
8920 echo "${ECHO_T}yes" >&6
8923 echo "$as_me:$LINENO: checking CAIRO_CFLAGS" >&5
8924 echo $ECHO_N "checking CAIRO_CFLAGS... $ECHO_C" >&6
8925 CAIRO_CFLAGS
=`$PKG_CONFIG --cflags "cairo"`
8926 echo "$as_me:$LINENO: result: $CAIRO_CFLAGS" >&5
8927 echo "${ECHO_T}$CAIRO_CFLAGS" >&6
8929 echo "$as_me:$LINENO: checking CAIRO_LIBS" >&5
8930 echo $ECHO_N "checking CAIRO_LIBS... $ECHO_C" >&6
8931 CAIRO_LIBS
=`$PKG_CONFIG --libs "cairo"`
8932 echo "$as_me:$LINENO: result: $CAIRO_LIBS" >&5
8933 echo "${ECHO_T}$CAIRO_LIBS" >&6
8937 ## If we have a custom action on failure, don't print errors, but
8938 ## do set a variable so people can do so.
8939 CAIRO_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "cairo"`
8940 echo $CAIRO_PKG_ERRORS
8946 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
8947 echo "*** See http://www.freedesktop.org/software/pkgconfig"
8951 if test $succeeded = yes; then
8954 { { echo "$as_me:$LINENO: error: Library requirements (cairo) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&5
8955 echo "$as_me: error: Library requirements (cairo) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&2;}
8956 { (exit 1); exit 1; }; }
8962 if test -z "$PKG_CONFIG"; then
8963 # Extract the first word of "pkg-config", so it can be a program name with args.
8964 set dummy pkg-config
; ac_word
=$2
8965 echo "$as_me:$LINENO: checking for $ac_word" >&5
8966 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
8967 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
8968 echo $ECHO_N "(cached) $ECHO_C" >&6
8972 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
8975 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8979 test -z "$as_dir" && as_dir
=.
8980 for ac_exec_ext
in '' $ac_executable_extensions; do
8981 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8982 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
8983 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8989 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
8993 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
8995 if test -n "$PKG_CONFIG"; then
8996 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
8997 echo "${ECHO_T}$PKG_CONFIG" >&6
8999 echo "$as_me:$LINENO: result: no" >&5
9000 echo "${ECHO_T}no" >&6
9005 if test "$PKG_CONFIG" = "no" ; then
9006 echo "*** The pkg-config script could not be found. Make sure it is"
9007 echo "*** in your path, or set the PKG_CONFIG environment variable"
9008 echo "*** to the full path to pkg-config."
9009 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
9011 PKG_CONFIG_MIN_VERSION
=0.9.0
9012 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
9013 echo "$as_me:$LINENO: checking for pangoft2" >&5
9014 echo $ECHO_N "checking for pangoft2... $ECHO_C" >&6
9016 if $PKG_CONFIG --exists "pangoft2" ; then
9017 echo "$as_me:$LINENO: result: yes" >&5
9018 echo "${ECHO_T}yes" >&6
9021 echo "$as_me:$LINENO: checking PANGOFT2_CFLAGS" >&5
9022 echo $ECHO_N "checking PANGOFT2_CFLAGS... $ECHO_C" >&6
9023 PANGOFT2_CFLAGS
=`$PKG_CONFIG --cflags "pangoft2"`
9024 echo "$as_me:$LINENO: result: $PANGOFT2_CFLAGS" >&5
9025 echo "${ECHO_T}$PANGOFT2_CFLAGS" >&6
9027 echo "$as_me:$LINENO: checking PANGOFT2_LIBS" >&5
9028 echo $ECHO_N "checking PANGOFT2_LIBS... $ECHO_C" >&6
9029 PANGOFT2_LIBS
=`$PKG_CONFIG --libs "pangoft2"`
9030 echo "$as_me:$LINENO: result: $PANGOFT2_LIBS" >&5
9031 echo "${ECHO_T}$PANGOFT2_LIBS" >&6
9035 ## If we have a custom action on failure, don't print errors, but
9036 ## do set a variable so people can do so.
9037 PANGOFT2_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "pangoft2"`
9038 echo $PANGOFT2_PKG_ERRORS
9044 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
9045 echo "*** See http://www.freedesktop.org/software/pkgconfig"
9049 if test $succeeded = yes; then
9052 { { echo "$as_me:$LINENO: error: Library requirements (pangoft2) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&5
9053 echo "$as_me: error: Library requirements (pangoft2) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&2;}
9054 { (exit 1); exit 1; }; }
9063 # FIXME: this should be _libs on some hosts.
9066 # extra LD Flags which are required for targets
9069 # For now we have to disable it on darwin[8-9] because it slows down
9070 # the linking phase. A possible bug in ld?
9071 # on Darwin -single_module speeds up loading of the dynamic libraries.
9072 extra_ldflags_libjava
=-Wl,-single_module
9077 # Allow the GC to be disabled. Can be useful when debugging.
9078 echo "$as_me:$LINENO: checking for garbage collector to use" >&5
9079 echo $ECHO_N "checking for garbage collector to use... $ECHO_C" >&6
9080 # Check whether --enable-java-gc or --disable-java-gc was given.
9081 if test "${enable_java_gc+set}" = set; then
9082 enableval
="$enable_java_gc"
9095 echo "$as_me:$LINENO: result: boehm" >&5
9096 echo "${ECHO_T}boehm" >&6
9097 GCLIBS
=..
/boehm-gc
/libgcjgc_convenience.la
9098 JC1GCSPEC
='-fuse-boehm-gc'
9099 GCTESTSPEC
="-L`${PWDCMD-pwd}`/../boehm-gc/.libs -rpath `${PWDCMD-pwd}`/../boehm-gc/.libs"
9100 GCINCS
='-I$(top_srcdir)/../boehm-gc/include -I../boehm-gc/include'
9103 # The POSIX thread support needs to know this.
9105 cat >>confdefs.h
<<\_ACEOF
9106 #define HAVE_BOEHM_GC 1
9111 echo "$as_me:$LINENO: result: none" >&5
9112 echo "${ECHO_T}none" >&6
9116 { { echo "$as_me:$LINENO: error: unrecognized collector \"$GC\"" >&5
9117 echo "$as_me: error: unrecognized collector \"$GC\"" >&2;}
9118 { (exit 1); exit 1; }; }
9127 ac_config_links
="$ac_config_links include/java-gc.h:include/$GCHDR"
9131 if test "$GC" = boehm
; then
9133 USING_BOEHMGC_FALSE
='#'
9135 USING_BOEHMGC_TRUE
='#'
9136 USING_BOEHMGC_FALSE
=
9141 if test "$GC" = no
; then
9143 USING_NOGC_FALSE
='#'
9151 echo "$as_me:$LINENO: checking for thread model used by GCC" >&5
9152 echo $ECHO_N "checking for thread model used by GCC... $ECHO_C" >&6
9153 THREADS
=`$CC -v 2>&1 | sed -n 's/^Thread model: //p'`
9154 echo "$as_me:$LINENO: result: $THREADS" >&5
9155 echo "${ECHO_T}$THREADS" >&6
9161 posix | posix95 | pthreads
)
9166 cat >>confdefs.h
<<\_ACEOF
9167 #define LINUX_THREADS 1
9175 decosf1 | irix | mach | os2 | solaris | dce | vxworks
)
9176 { { echo "$as_me:$LINENO: error: thread package $THREADS not yet supported" >&5
9177 echo "$as_me: error: thread package $THREADS not yet supported" >&2;}
9178 { (exit 1); exit 1; }; }
9181 { { echo "$as_me:$LINENO: error: $THREADS is an unknown thread package" >&5
9182 echo "$as_me: error: $THREADS is an unknown thread package" >&2;}
9183 { (exit 1); exit 1; }; }
9198 # Don't set THREADLIBS here. Cygwin doesn't have -lpthread.
9201 # Before FreeBSD 5, it didn't have -lpthread (or any library which
9202 # merely adds pthread_* functions) but it does have a -pthread switch
9203 # which is required at link-time to select -lc_r *instead* of -lc.
9204 THREADLDFLAGS
=-pthread
9205 # Don't set THREADSPEC here as might be expected since -pthread is
9206 # not processed when found within a spec file, it must come from
9207 # the command line. For now, the user must provide the -pthread
9208 # switch to link code compiled with gcj. In future, consider adding
9209 # support for weak references to pthread_* functions ala gthr.h API.
9210 THREADSPEC
='%{!pthread: %{!shared: %eUnder this configuration, the user must provide -pthread when linking.}}'
9213 # FreeBSD >=5.3 implements a model much closer to other modern UNIX
9214 # systems which support threads and -lpthread.
9215 THREADLDFLAGS
=-pthread
9216 THREADSPEC
=-lpthread
9218 alpha
*-dec-osf* | hppa
*-hp-hpux*)
9219 THREADCXXFLAGS
=-pthread
9220 # boehm-gc needs some functions from librt, so link that too.
9221 THREADLIBS
='-lpthread -lrt'
9222 THREADSPEC
='-lpthread -lrt'
9225 THREADLIBS
=-lpthread
9226 THREADSPEC
=-lpthread
9229 THREADH
=posix-threads.h
9230 # MIT pthreads doesn't seem to have the mutexattr functions.
9231 # But for now we don't check for it. We just assume you aren't
9232 # using MIT pthreads.
9234 cat >>confdefs.h
<<\_ACEOF
9235 #define HAVE_PTHREAD_MUTEXATTR_INIT 1
9239 # If we're using the Boehm GC, then we happen to know that it
9240 # defines _REENTRANT, so we don't bother. Eww.
9241 if test "$GC" != boehm
; then
9243 cat >>confdefs.h
<<\_ACEOF
9244 #define _REENTRANT 1
9249 cat >>confdefs.h
<<\_ACEOF
9250 #define _POSIX_PTHREAD_SEMANTICS 1
9256 THREADH
=win32-threads.h
9260 THREADH
=no-threads.h
9263 ac_config_links
="$ac_config_links include/java-threads.h:include/$THREADH"
9273 if test "$THREADS" = posix
; then
9274 USING_POSIX_THREADS_TRUE
=
9275 USING_POSIX_THREADS_FALSE
='#'
9277 USING_POSIX_THREADS_TRUE
='#'
9278 USING_POSIX_THREADS_FALSE
=
9283 if test "$THREADS" = win32
; then
9284 USING_WIN32_THREADS_TRUE
=
9285 USING_WIN32_THREADS_FALSE
='#'
9287 USING_WIN32_THREADS_TRUE
='#'
9288 USING_WIN32_THREADS_FALSE
=
9293 if test "$THREADS" = none
; then
9294 USING_NO_THREADS_TRUE
=
9295 USING_NO_THREADS_FALSE
='#'
9297 USING_NO_THREADS_TRUE
='#'
9298 USING_NO_THREADS_FALSE
=
9302 if test -d sysdep
; then true
; else mkdir sysdep
; fi
9303 ac_config_links
="$ac_config_links sysdep/locks.h:sysdep/$sysdeps_dir/locks.h"
9305 ac_config_links
="$ac_config_links sysdep/backtrace.h:$fallback_backtrace_h"
9307 ac_config_links
="$ac_config_links sysdep/descriptor.h:$descriptor_h"
9311 # Hash synchronization is only useful with posix threads right now.
9312 if test "$enable_hash_synchronization" = yes && test "$THREADS" != "none"; then
9313 HASH_SYNC_SPEC
=-fhash-synchronization
9315 cat >>confdefs.h
<<\_ACEOF
9316 #define JV_HASH_SYNCHRONIZATION 1
9324 if test "$GCC" = yes; then
9333 # We're in the tree with gcc, and need to include some of its headers.
9334 GCC_UNWIND_INCLUDE
='-I$(libgcj_basedir)/../gcc'
9336 if test "x${with_newlib}" = "xyes"; then
9337 # We are being configured with a cross compiler. AC_REPLACE_FUNCS
9338 # may not work correctly, because the compiler may not be able to
9341 # We assume newlib. This lets us hard-code the functions we know
9344 cat >>confdefs.h
<<\_ACEOF
9345 #define HAVE_MEMMOVE 1
9349 cat >>confdefs.h
<<\_ACEOF
9350 #define HAVE_MEMCPY 1
9354 cat >>confdefs.h
<<\_ACEOF
9355 #define HAVE_STRERROR 1
9359 cat >>confdefs.h
<<\_ACEOF
9364 cat >>confdefs.h
<<\_ACEOF
9365 #define HAVE_GMTIME_R 1
9369 cat >>confdefs.h
<<\_ACEOF
9370 #define HAVE_LOCALTIME_R 1
9374 cat >>confdefs.h
<<\_ACEOF
9375 #define HAVE_USLEEP_DECL 1
9378 # This is only for POSIX threads.
9380 cat >>confdefs.h
<<\_ACEOF
9381 #define HAVE_PTHREAD_MUTEXATTR_INIT 1
9384 # We also assume we are using gcc, which provides alloca.
9385 cat >>confdefs.h
<<\_ACEOF
9386 #define HAVE_ALLOCA 1
9390 # Assume we do not have getuid and friends.
9392 cat >>confdefs.h
<<\_ACEOF
9431 for ac_func
in strerror ioctl
select fstat open fsync
sleep opendir \
9432 gmtime_r localtime_r readdir_r getpwuid_r getcwd \
9433 access stat mkdir rename
rmdir unlink realpath utime
chmod \
9434 nl_langinfo setlocale \
9435 inet_pton uname inet_ntoa \
9436 fork execvp pipe sigaction ftruncate mmap
9438 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9439 echo "$as_me:$LINENO: checking for $ac_func" >&5
9440 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9441 if eval "test \"\${$as_ac_var+set}\" = set"; then
9442 echo $ECHO_N "(cached) $ECHO_C" >&6
9444 if test x
$gcc_no_link = xyes
; then
9445 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
9446 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
9447 { (exit 1); exit 1; }; }
9449 cat >conftest.
$ac_ext <<_ACEOF
9452 cat confdefs.h
>>conftest.
$ac_ext
9453 cat >>conftest.
$ac_ext <<_ACEOF
9454 /* end confdefs.h. */
9455 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9456 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9457 #define $ac_func innocuous_$ac_func
9459 /* System header to define __stub macros and hopefully few prototypes,
9460 which can conflict with char $ac_func (); below.
9461 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9462 <limits.h> exists even on freestanding compilers. */
9465 # include <limits.h>
9467 # include <assert.h>
9472 /* Override any gcc2 internal prototype to avoid an error. */
9477 /* We use char because int might match the return type of a gcc2
9478 builtin and then its argument prototype would still apply. */
9480 /* The GNU C library defines this for functions which it implements
9481 to always fail with ENOSYS. Some functions are actually named
9482 something starting with __ and the normal name is an alias. */
9483 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9486 char (*f) () = $ac_func;
9495 return f != $ac_func;
9500 rm -f conftest.
$ac_objext conftest
$ac_exeext
9501 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9502 (eval $ac_link) 2>conftest.er1
9504 grep -v '^ *+' conftest.er1
>conftest.err
9506 cat conftest.err
>&5
9507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9508 (exit $ac_status); } &&
9509 { ac_try
='test -z "$ac_c_werror_flag"
9510 || test ! -s conftest.err'
9511 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9515 (exit $ac_status); }; } &&
9516 { ac_try
='test -s conftest$ac_exeext'
9517 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9521 (exit $ac_status); }; }; then
9522 eval "$as_ac_var=yes"
9524 echo "$as_me: failed program was:" >&5
9525 sed 's/^/| /' conftest.
$ac_ext >&5
9527 eval "$as_ac_var=no"
9529 rm -f conftest.err conftest.
$ac_objext \
9530 conftest
$ac_exeext conftest.
$ac_ext
9532 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9533 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9534 if test `eval echo '${'$as_ac_var'}'` = yes; then
9535 cat >>confdefs.h
<<_ACEOF
9536 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9544 for ac_func
in inet_aton inet_addr
9546 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9547 echo "$as_me:$LINENO: checking for $ac_func" >&5
9548 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9549 if eval "test \"\${$as_ac_var+set}\" = set"; then
9550 echo $ECHO_N "(cached) $ECHO_C" >&6
9552 if test x
$gcc_no_link = xyes
; then
9553 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
9554 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
9555 { (exit 1); exit 1; }; }
9557 cat >conftest.
$ac_ext <<_ACEOF
9560 cat confdefs.h
>>conftest.
$ac_ext
9561 cat >>conftest.
$ac_ext <<_ACEOF
9562 /* end confdefs.h. */
9563 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9564 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9565 #define $ac_func innocuous_$ac_func
9567 /* System header to define __stub macros and hopefully few prototypes,
9568 which can conflict with char $ac_func (); below.
9569 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9570 <limits.h> exists even on freestanding compilers. */
9573 # include <limits.h>
9575 # include <assert.h>
9580 /* Override any gcc2 internal prototype to avoid an error. */
9585 /* We use char because int might match the return type of a gcc2
9586 builtin and then its argument prototype would still apply. */
9588 /* The GNU C library defines this for functions which it implements
9589 to always fail with ENOSYS. Some functions are actually named
9590 something starting with __ and the normal name is an alias. */
9591 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9594 char (*f) () = $ac_func;
9603 return f != $ac_func;
9608 rm -f conftest.
$ac_objext conftest
$ac_exeext
9609 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9610 (eval $ac_link) 2>conftest.er1
9612 grep -v '^ *+' conftest.er1
>conftest.err
9614 cat conftest.err
>&5
9615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9616 (exit $ac_status); } &&
9617 { ac_try
='test -z "$ac_c_werror_flag"
9618 || test ! -s conftest.err'
9619 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9623 (exit $ac_status); }; } &&
9624 { ac_try
='test -s conftest$ac_exeext'
9625 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9629 (exit $ac_status); }; }; then
9630 eval "$as_ac_var=yes"
9632 echo "$as_me: failed program was:" >&5
9633 sed 's/^/| /' conftest.
$ac_ext >&5
9635 eval "$as_ac_var=no"
9637 rm -f conftest.err conftest.
$ac_objext \
9638 conftest
$ac_exeext conftest.
$ac_ext
9640 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9641 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9642 if test `eval echo '${'$as_ac_var'}'` = yes; then
9643 cat >>confdefs.h
<<_ACEOF
9644 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9650 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
9651 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
9652 if test "${ac_cv_header_stdc+set}" = set; then
9653 echo $ECHO_N "(cached) $ECHO_C" >&6
9655 cat >conftest.
$ac_ext <<_ACEOF
9658 cat confdefs.h
>>conftest.
$ac_ext
9659 cat >>conftest.
$ac_ext <<_ACEOF
9660 /* end confdefs.h. */
9674 rm -f conftest.
$ac_objext
9675 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9676 (eval $ac_compile) 2>conftest.er1
9678 grep -v '^ *+' conftest.er1
>conftest.err
9680 cat conftest.err
>&5
9681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9682 (exit $ac_status); } &&
9683 { ac_try
='test -z "$ac_c_werror_flag"
9684 || test ! -s conftest.err'
9685 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9689 (exit $ac_status); }; } &&
9690 { ac_try
='test -s conftest.$ac_objext'
9691 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9695 (exit $ac_status); }; }; then
9696 ac_cv_header_stdc
=yes
9698 echo "$as_me: failed program was:" >&5
9699 sed 's/^/| /' conftest.
$ac_ext >&5
9701 ac_cv_header_stdc
=no
9703 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9705 if test $ac_cv_header_stdc = yes; then
9706 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
9707 cat >conftest.
$ac_ext <<_ACEOF
9710 cat confdefs.h
>>conftest.
$ac_ext
9711 cat >>conftest.
$ac_ext <<_ACEOF
9712 /* end confdefs.h. */
9716 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9717 $EGREP "memchr" >/dev
/null
2>&1; then
9720 ac_cv_header_stdc
=no
9726 if test $ac_cv_header_stdc = yes; then
9727 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
9728 cat >conftest.
$ac_ext <<_ACEOF
9731 cat confdefs.h
>>conftest.
$ac_ext
9732 cat >>conftest.
$ac_ext <<_ACEOF
9733 /* end confdefs.h. */
9737 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
9738 $EGREP "free" >/dev
/null
2>&1; then
9741 ac_cv_header_stdc
=no
9747 if test $ac_cv_header_stdc = yes; then
9748 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
9749 if test "$cross_compiling" = yes; then
9752 cat >conftest.
$ac_ext <<_ACEOF
9755 cat confdefs.h
>>conftest.
$ac_ext
9756 cat >>conftest.
$ac_ext <<_ACEOF
9757 /* end confdefs.h. */
9759 #if ((' ' & 0x0FF) == 0x020)
9760 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
9761 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
9763 # define ISLOWER(c) \
9764 (('a' <= (c) && (c) <= 'i') \
9765 || ('j' <= (c) && (c) <= 'r') \
9766 || ('s' <= (c) && (c) <= 'z'))
9767 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
9770 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
9775 for (i = 0; i < 256; i++)
9776 if (XOR (islower (i), ISLOWER (i))
9777 || toupper (i) != TOUPPER (i))
9782 rm -f conftest
$ac_exeext
9783 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9784 (eval $ac_link) 2>&5
9786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9787 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
9788 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9792 (exit $ac_status); }; }; then
9795 echo "$as_me: program exited with status $ac_status" >&5
9796 echo "$as_me: failed program was:" >&5
9797 sed 's/^/| /' conftest.
$ac_ext >&5
9800 ac_cv_header_stdc
=no
9802 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
9806 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
9807 echo "${ECHO_T}$ac_cv_header_stdc" >&6
9808 if test $ac_cv_header_stdc = yes; then
9810 cat >>confdefs.h
<<\_ACEOF
9811 #define STDC_HEADERS 1
9816 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
9826 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
9827 inttypes.h stdint.h unistd.h
9829 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9830 echo "$as_me:$LINENO: checking for $ac_header" >&5
9831 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9832 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9833 echo $ECHO_N "(cached) $ECHO_C" >&6
9835 cat >conftest.
$ac_ext <<_ACEOF
9838 cat confdefs.h
>>conftest.
$ac_ext
9839 cat >>conftest.
$ac_ext <<_ACEOF
9840 /* end confdefs.h. */
9841 $ac_includes_default
9843 #include <$ac_header>
9845 rm -f conftest.
$ac_objext
9846 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9847 (eval $ac_compile) 2>conftest.er1
9849 grep -v '^ *+' conftest.er1
>conftest.err
9851 cat conftest.err
>&5
9852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9853 (exit $ac_status); } &&
9854 { ac_try
='test -z "$ac_c_werror_flag"
9855 || test ! -s conftest.err'
9856 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9860 (exit $ac_status); }; } &&
9861 { ac_try
='test -s conftest.$ac_objext'
9862 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9866 (exit $ac_status); }; }; then
9867 eval "$as_ac_Header=yes"
9869 echo "$as_me: failed program was:" >&5
9870 sed 's/^/| /' conftest.
$ac_ext >&5
9872 eval "$as_ac_Header=no"
9874 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9876 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9877 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9878 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9879 cat >>confdefs.h
<<_ACEOF
9880 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9891 for ac_header
in execinfo.h unistd.h dlfcn.h
9893 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9894 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9895 echo "$as_me:$LINENO: checking for $ac_header" >&5
9896 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
9897 if eval "test \"\${$as_ac_Header+set}\" = set"; then
9898 echo $ECHO_N "(cached) $ECHO_C" >&6
9900 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
9901 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
9903 # Is the header compilable?
9904 echo "$as_me:$LINENO: checking $ac_header usability" >&5
9905 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
9906 cat >conftest.
$ac_ext <<_ACEOF
9909 cat confdefs.h
>>conftest.
$ac_ext
9910 cat >>conftest.
$ac_ext <<_ACEOF
9911 /* end confdefs.h. */
9912 $ac_includes_default
9913 #include <$ac_header>
9915 rm -f conftest.
$ac_objext
9916 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9917 (eval $ac_compile) 2>conftest.er1
9919 grep -v '^ *+' conftest.er1
>conftest.err
9921 cat conftest.err
>&5
9922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9923 (exit $ac_status); } &&
9924 { ac_try
='test -z "$ac_c_werror_flag"
9925 || test ! -s conftest.err'
9926 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9930 (exit $ac_status); }; } &&
9931 { ac_try
='test -s conftest.$ac_objext'
9932 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9936 (exit $ac_status); }; }; then
9937 ac_header_compiler
=yes
9939 echo "$as_me: failed program was:" >&5
9940 sed 's/^/| /' conftest.
$ac_ext >&5
9942 ac_header_compiler
=no
9944 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9945 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9946 echo "${ECHO_T}$ac_header_compiler" >&6
9948 # Is the header present?
9949 echo "$as_me:$LINENO: checking $ac_header presence" >&5
9950 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
9951 cat >conftest.
$ac_ext <<_ACEOF
9954 cat confdefs.h
>>conftest.
$ac_ext
9955 cat >>conftest.
$ac_ext <<_ACEOF
9956 /* end confdefs.h. */
9957 #include <$ac_header>
9959 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9960 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
9962 grep -v '^ *+' conftest.er1
>conftest.err
9964 cat conftest.err
>&5
9965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9966 (exit $ac_status); } >/dev
/null
; then
9967 if test -s conftest.err
; then
9968 ac_cpp_err
=$ac_c_preproc_warn_flag
9969 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
9976 if test -z "$ac_cpp_err"; then
9977 ac_header_preproc
=yes
9979 echo "$as_me: failed program was:" >&5
9980 sed 's/^/| /' conftest.
$ac_ext >&5
9982 ac_header_preproc
=no
9984 rm -f conftest.err conftest.
$ac_ext
9985 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9986 echo "${ECHO_T}$ac_header_preproc" >&6
9988 # So? What about this header?
9989 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9991 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9992 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9993 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9994 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9995 ac_header_preproc
=yes
9998 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9999 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10000 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
10001 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
10002 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10003 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10004 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
10005 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
10006 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10007 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10008 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10009 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10012 ## ---------------------------------- ##
10013 ## Report this to the libjava lists. ##
10014 ## ---------------------------------- ##
10017 sed "s/^/$as_me: WARNING: /" >&2
10020 echo "$as_me:$LINENO: checking for $ac_header" >&5
10021 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
10022 if eval "test \"\${$as_ac_Header+set}\" = set"; then
10023 echo $ECHO_N "(cached) $ECHO_C" >&6
10025 eval "$as_ac_Header=\$ac_header_preproc"
10027 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
10028 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
10031 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10032 cat >>confdefs.h
<<_ACEOF
10033 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10040 # Do an additional check on dld, HP-UX for example has dladdr in libdld.sl
10041 echo "$as_me:$LINENO: checking for dladdr in -ldl" >&5
10042 echo $ECHO_N "checking for dladdr in -ldl... $ECHO_C" >&6
10043 if test "${ac_cv_lib_dl_dladdr+set}" = set; then
10044 echo $ECHO_N "(cached) $ECHO_C" >&6
10046 ac_check_lib_save_LIBS
=$LIBS
10048 if test x
$gcc_no_link = xyes
; then
10049 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10050 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10051 { (exit 1); exit 1; }; }
10053 cat >conftest.
$ac_ext <<_ACEOF
10056 cat confdefs.h
>>conftest.
$ac_ext
10057 cat >>conftest.
$ac_ext <<_ACEOF
10058 /* end confdefs.h. */
10060 /* Override any gcc2 internal prototype to avoid an error. */
10064 /* We use char because int might match the return type of a gcc2
10065 builtin and then its argument prototype would still apply. */
10075 rm -f conftest.
$ac_objext conftest
$ac_exeext
10076 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10077 (eval $ac_link) 2>conftest.er1
10079 grep -v '^ *+' conftest.er1
>conftest.err
10081 cat conftest.err
>&5
10082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10083 (exit $ac_status); } &&
10084 { ac_try
='test -z "$ac_c_werror_flag"
10085 || test ! -s conftest.err'
10086 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10087 (eval $ac_try) 2>&5
10089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10090 (exit $ac_status); }; } &&
10091 { ac_try
='test -s conftest$ac_exeext'
10092 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10093 (eval $ac_try) 2>&5
10095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10096 (exit $ac_status); }; }; then
10097 ac_cv_lib_dl_dladdr
=yes
10099 echo "$as_me: failed program was:" >&5
10100 sed 's/^/| /' conftest.
$ac_ext >&5
10102 ac_cv_lib_dl_dladdr
=no
10104 rm -f conftest.err conftest.
$ac_objext \
10105 conftest
$ac_exeext conftest.
$ac_ext
10106 LIBS
=$ac_check_lib_save_LIBS
10108 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dladdr" >&5
10109 echo "${ECHO_T}$ac_cv_lib_dl_dladdr" >&6
10110 if test $ac_cv_lib_dl_dladdr = yes; then
10113 cat >>confdefs.h
<<\_ACEOF
10114 #define HAVE_DLADDR 1
10119 echo "$as_me:$LINENO: checking for dladdr in -ldld" >&5
10120 echo $ECHO_N "checking for dladdr in -ldld... $ECHO_C" >&6
10121 if test "${ac_cv_lib_dld_dladdr+set}" = set; then
10122 echo $ECHO_N "(cached) $ECHO_C" >&6
10124 ac_check_lib_save_LIBS
=$LIBS
10126 if test x
$gcc_no_link = xyes
; then
10127 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10128 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10129 { (exit 1); exit 1; }; }
10131 cat >conftest.
$ac_ext <<_ACEOF
10134 cat confdefs.h
>>conftest.
$ac_ext
10135 cat >>conftest.
$ac_ext <<_ACEOF
10136 /* end confdefs.h. */
10138 /* Override any gcc2 internal prototype to avoid an error. */
10142 /* We use char because int might match the return type of a gcc2
10143 builtin and then its argument prototype would still apply. */
10153 rm -f conftest.
$ac_objext conftest
$ac_exeext
10154 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10155 (eval $ac_link) 2>conftest.er1
10157 grep -v '^ *+' conftest.er1
>conftest.err
10159 cat conftest.err
>&5
10160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10161 (exit $ac_status); } &&
10162 { ac_try
='test -z "$ac_c_werror_flag"
10163 || test ! -s conftest.err'
10164 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10165 (eval $ac_try) 2>&5
10167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10168 (exit $ac_status); }; } &&
10169 { ac_try
='test -s conftest$ac_exeext'
10170 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10171 (eval $ac_try) 2>&5
10173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10174 (exit $ac_status); }; }; then
10175 ac_cv_lib_dld_dladdr
=yes
10177 echo "$as_me: failed program was:" >&5
10178 sed 's/^/| /' conftest.
$ac_ext >&5
10180 ac_cv_lib_dld_dladdr
=no
10182 rm -f conftest.err conftest.
$ac_objext \
10183 conftest
$ac_exeext conftest.
$ac_ext
10184 LIBS
=$ac_check_lib_save_LIBS
10186 echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dladdr" >&5
10187 echo "${ECHO_T}$ac_cv_lib_dld_dladdr" >&6
10188 if test $ac_cv_lib_dld_dladdr = yes; then
10191 cat >>confdefs.h
<<\_ACEOF
10192 #define HAVE_DLADDR 1
10200 if test x
"$build" = x
"$host"; then
10201 echo "$as_me:$LINENO: checking for /proc/self/exe" >&5
10202 echo $ECHO_N "checking for /proc/self/exe... $ECHO_C" >&6
10203 if test "${ac_cv_file__proc_self_exe+set}" = set; then
10204 echo $ECHO_N "(cached) $ECHO_C" >&6
10206 test "$cross_compiling" = yes &&
10207 { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5
10208 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
10209 { (exit 1); exit 1; }; }
10210 if test -r "/proc/self/exe"; then
10211 ac_cv_file__proc_self_exe
=yes
10213 ac_cv_file__proc_self_exe
=no
10216 echo "$as_me:$LINENO: result: $ac_cv_file__proc_self_exe" >&5
10217 echo "${ECHO_T}$ac_cv_file__proc_self_exe" >&6
10218 if test $ac_cv_file__proc_self_exe = yes; then
10220 cat >>confdefs.h
<<_ACEOF
10221 #define HAVE__PROC_SELF_EXE 1
10226 cat >>confdefs.h
<<\_ACEOF
10227 #define HAVE_PROC_SELF_EXE 1
10236 cat >>confdefs.h
<<\_ACEOF
10237 #define HAVE_PROC_SELF_EXE 1
10245 if test "X$prefix" = "XNONE"; then
10246 acl_final_prefix
="$ac_default_prefix"
10248 acl_final_prefix
="$prefix"
10250 if test "X$exec_prefix" = "XNONE"; then
10251 acl_final_exec_prefix
='${prefix}'
10253 acl_final_exec_prefix
="$exec_prefix"
10255 acl_save_prefix
="$prefix"
10256 prefix
="$acl_final_prefix"
10257 eval acl_final_exec_prefix
=\"$acl_final_exec_prefix\"
10258 prefix
="$acl_save_prefix"
10261 # Check whether --with-gnu-ld or --without-gnu-ld was given.
10262 if test "${with_gnu_ld+set}" = set; then
10263 withval
="$with_gnu_ld"
10264 test "$withval" = no || with_gnu_ld
=yes
10268 # Prepare PATH_SEPARATOR.
10269 # The user is always right.
10270 if test "${PATH_SEPARATOR+set}" != set; then
10271 echo "#! /bin/sh" >conf$$.sh
10272 echo "exit 0" >>conf$$.sh
10274 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
10282 if test "$GCC" = yes; then
10283 # Check if gcc -print-prog-name=ld gives a path.
10284 echo "$as_me:$LINENO: checking for ld used by GCC" >&5
10285 echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
10288 # gcc leaves a trailing carriage return which upsets mingw
10289 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
10291 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
10294 # Accept absolute paths.
10295 [\\/]* |
[A-Za-z
]:[\\/]*)
10296 re_direlt
='/[^/][^/]*/\.\./'
10297 # Canonicalize the path of ld
10298 ac_prog
=`echo $ac_prog| sed 's%\\\\%/%g'`
10299 while echo $ac_prog |
grep "$re_direlt" > /dev
/null
2>&1; do
10300 ac_prog
=`echo $ac_prog| sed "s%$re_direlt%/%"`
10302 test -z "$LD" && LD
="$ac_prog"
10305 # If it fails, then pretend we aren't using GCC.
10309 # If it is relative, then search for the first ld in PATH.
10310 with_gnu_ld
=unknown
10313 elif test "$with_gnu_ld" = yes; then
10314 echo "$as_me:$LINENO: checking for GNU ld" >&5
10315 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
10317 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
10318 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
10320 if test "${acl_cv_path_LD+set}" = set; then
10321 echo $ECHO_N "(cached) $ECHO_C" >&6
10323 if test -z "$LD"; then
10324 IFS
="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
10325 for ac_dir
in $PATH; do
10326 test -z "$ac_dir" && ac_dir
=.
10327 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
10328 acl_cv_path_LD
="$ac_dir/$ac_prog"
10329 # Check to see if the program is GNU ld. I'd rather use --version,
10330 # but apparently some GNU ld's only accept -v.
10331 # Break only if it was the GNU/non-GNU ld that we prefer.
10332 if "$acl_cv_path_LD" -v 2>&1 < /dev
/null |
egrep '(GNU|with BFD)' > /dev
/null
; then
10333 test "$with_gnu_ld" != no
&& break
10335 test "$with_gnu_ld" != yes && break
10341 acl_cv_path_LD
="$LD" # Let the user override the test with a path.
10345 LD
="$acl_cv_path_LD"
10346 if test -n "$LD"; then
10347 echo "$as_me:$LINENO: result: $LD" >&5
10348 echo "${ECHO_T}$LD" >&6
10350 echo "$as_me:$LINENO: result: no" >&5
10351 echo "${ECHO_T}no" >&6
10353 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
10354 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
10355 { (exit 1); exit 1; }; }
10356 echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
10357 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
10358 if test "${acl_cv_prog_gnu_ld+set}" = set; then
10359 echo $ECHO_N "(cached) $ECHO_C" >&6
10361 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
10362 if $LD -v 2>&1 </dev
/null |
egrep '(GNU|with BFD)' 1>&5; then
10363 acl_cv_prog_gnu_ld
=yes
10365 acl_cv_prog_gnu_ld
=no
10368 echo "$as_me:$LINENO: result: $acl_cv_prog_gnu_ld" >&5
10369 echo "${ECHO_T}$acl_cv_prog_gnu_ld" >&6
10370 with_gnu_ld
=$acl_cv_prog_gnu_ld
10374 echo "$as_me:$LINENO: checking for shared library run path origin" >&5
10375 echo $ECHO_N "checking for shared library run path origin... $ECHO_C" >&6
10376 if test "${acl_cv_rpath+set}" = set; then
10377 echo $ECHO_N "(cached) $ECHO_C" >&6
10380 CC
="$CC" GCC
="$GCC" LDFLAGS
="$LDFLAGS" LD
="$LD" with_gnu_ld
="$with_gnu_ld" \
10381 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
10383 rm -f .
/conftest.sh
10387 echo "$as_me:$LINENO: result: $acl_cv_rpath" >&5
10388 echo "${ECHO_T}$acl_cv_rpath" >&6
10390 libext
="$acl_cv_libext"
10391 shlibext
="$acl_cv_shlibext"
10392 hardcode_libdir_flag_spec
="$acl_cv_hardcode_libdir_flag_spec"
10393 hardcode_libdir_separator
="$acl_cv_hardcode_libdir_separator"
10394 hardcode_direct
="$acl_cv_hardcode_direct"
10395 hardcode_minus_L
="$acl_cv_hardcode_minus_L"
10396 # Check whether --enable-rpath or --disable-rpath was given.
10397 if test "${enable_rpath+set}" = set; then
10398 enableval
="$enable_rpath"
10412 acl_save_prefix
="$prefix"
10413 prefix
="$acl_final_prefix"
10414 acl_save_exec_prefix
="$exec_prefix"
10415 exec_prefix
="$acl_final_exec_prefix"
10417 eval additional_includedir
=\"$includedir\"
10418 eval additional_libdir
=\"$libdir\"
10420 exec_prefix
="$acl_save_exec_prefix"
10421 prefix
="$acl_save_prefix"
10424 # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
10425 if test "${with_libiconv_prefix+set}" = set; then
10426 withval
="$with_libiconv_prefix"
10428 if test "X$withval" = "Xno"; then
10431 if test "X$withval" = "X"; then
10433 acl_save_prefix
="$prefix"
10434 prefix
="$acl_final_prefix"
10435 acl_save_exec_prefix
="$exec_prefix"
10436 exec_prefix
="$acl_final_exec_prefix"
10438 eval additional_includedir
=\"$includedir\"
10439 eval additional_libdir
=\"$libdir\"
10441 exec_prefix
="$acl_save_exec_prefix"
10442 prefix
="$acl_save_prefix"
10445 additional_includedir
="$withval/include"
10446 additional_libdir
="$withval/lib"
10456 names_already_handled
=
10457 names_next_round
='iconv '
10458 while test -n "$names_next_round"; do
10459 names_this_round
="$names_next_round"
10461 for name
in $names_this_round; do
10463 for n
in $names_already_handled; do
10464 if test "$n" = "$name"; then
10465 already_handled
=yes
10469 if test -z "$already_handled"; then
10470 names_already_handled
="$names_already_handled $name"
10471 uppername
=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
10472 eval value
=\"\
$HAVE_LIB$uppername\"
10473 if test -n "$value"; then
10474 if test "$value" = yes; then
10475 eval value
=\"\
$LIB$uppername\"
10476 test -z "$value" || LIBICONV
="${LIBICONV}${LIBICONV:+ }$value"
10477 eval value
=\"\
$LTLIB$uppername\"
10478 test -z "$value" || LTLIBICONV
="${LTLIBICONV}${LTLIBICONV:+ }$value"
10487 if test $use_additional = yes; then
10488 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
10489 found_dir
="$additional_libdir"
10490 found_so
="$additional_libdir/lib$name.$shlibext"
10491 if test -f "$additional_libdir/lib$name.la"; then
10492 found_la
="$additional_libdir/lib$name.la"
10495 if test -f "$additional_libdir/lib$name.$libext"; then
10496 found_dir
="$additional_libdir"
10497 found_a
="$additional_libdir/lib$name.$libext"
10498 if test -f "$additional_libdir/lib$name.la"; then
10499 found_la
="$additional_libdir/lib$name.la"
10504 if test "X$found_dir" = "X"; then
10505 for x
in $LDFLAGS $LTLIBICONV; do
10507 acl_save_prefix
="$prefix"
10508 prefix
="$acl_final_prefix"
10509 acl_save_exec_prefix
="$exec_prefix"
10510 exec_prefix
="$acl_final_exec_prefix"
10512 exec_prefix
="$acl_save_exec_prefix"
10513 prefix
="$acl_save_prefix"
10517 dir
=`echo "X$x" | sed -e 's/^X-L//'`
10518 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
10520 found_so
="$dir/lib$name.$shlibext"
10521 if test -f "$dir/lib$name.la"; then
10522 found_la
="$dir/lib$name.la"
10525 if test -f "$dir/lib$name.$libext"; then
10527 found_a
="$dir/lib$name.$libext"
10528 if test -f "$dir/lib$name.la"; then
10529 found_la
="$dir/lib$name.la"
10535 if test "X$found_dir" != "X"; then
10540 if test "X$found_dir" != "X"; then
10541 LTLIBICONV
="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
10542 if test "X$found_so" != "X"; then
10543 if test "$enable_rpath" = no ||
test "X$found_dir" = "X/usr/lib"; then
10544 LIBICONV
="${LIBICONV}${LIBICONV:+ }$found_so"
10547 for x
in $ltrpathdirs; do
10548 if test "X$x" = "X$found_dir"; then
10553 if test -z "$haveit"; then
10554 ltrpathdirs
="$ltrpathdirs $found_dir"
10556 if test "$hardcode_direct" = yes; then
10557 LIBICONV
="${LIBICONV}${LIBICONV:+ }$found_so"
10559 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no
; then
10560 LIBICONV
="${LIBICONV}${LIBICONV:+ }$found_so"
10562 for x
in $rpathdirs; do
10563 if test "X$x" = "X$found_dir"; then
10568 if test -z "$haveit"; then
10569 rpathdirs
="$rpathdirs $found_dir"
10573 for x
in $LDFLAGS $LIBICONV; do
10575 acl_save_prefix
="$prefix"
10576 prefix
="$acl_final_prefix"
10577 acl_save_exec_prefix
="$exec_prefix"
10578 exec_prefix
="$acl_final_exec_prefix"
10580 exec_prefix
="$acl_save_exec_prefix"
10581 prefix
="$acl_save_prefix"
10583 if test "X$x" = "X-L$found_dir"; then
10588 if test -z "$haveit"; then
10589 LIBICONV
="${LIBICONV}${LIBICONV:+ }-L$found_dir"
10591 if test "$hardcode_minus_L" != no
; then
10592 LIBICONV
="${LIBICONV}${LIBICONV:+ }$found_so"
10594 LIBICONV
="${LIBICONV}${LIBICONV:+ }-l$name"
10600 if test "X$found_a" != "X"; then
10601 LIBICONV
="${LIBICONV}${LIBICONV:+ }$found_a"
10603 LIBICONV
="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
10606 additional_includedir
=
10607 case "$found_dir" in
10609 basedir
=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
10610 additional_includedir
="$basedir/include"
10613 if test "X$additional_includedir" != "X"; then
10614 if test "X$additional_includedir" != "X/usr/include"; then
10616 if test "X$additional_includedir" = "X/usr/local/include"; then
10617 if test -n "$GCC"; then
10619 linux
*) haveit
=yes;;
10623 if test -z "$haveit"; then
10624 for x
in $CPPFLAGS $INCICONV; do
10626 acl_save_prefix
="$prefix"
10627 prefix
="$acl_final_prefix"
10628 acl_save_exec_prefix
="$exec_prefix"
10629 exec_prefix
="$acl_final_exec_prefix"
10631 exec_prefix
="$acl_save_exec_prefix"
10632 prefix
="$acl_save_prefix"
10634 if test "X$x" = "X-I$additional_includedir"; then
10639 if test -z "$haveit"; then
10640 if test -d "$additional_includedir"; then
10641 INCICONV
="${INCICONV}${INCICONV:+ }-I$additional_includedir"
10647 if test -n "$found_la"; then
10648 save_libdir
="$libdir"
10649 case "$found_la" in
10650 */* |
*\\*) .
"$found_la" ;;
10651 *) .
"./$found_la" ;;
10653 libdir
="$save_libdir"
10654 for dep
in $dependency_libs; do
10657 additional_libdir
=`echo "X$dep" | sed -e 's/^X-L//'`
10658 if test "X$additional_libdir" != "X/usr/lib"; then
10660 if test "X$additional_libdir" = "X/usr/local/lib"; then
10661 if test -n "$GCC"; then
10663 linux
*) haveit
=yes;;
10667 if test -z "$haveit"; then
10669 for x
in $LDFLAGS $LIBICONV; do
10671 acl_save_prefix
="$prefix"
10672 prefix
="$acl_final_prefix"
10673 acl_save_exec_prefix
="$exec_prefix"
10674 exec_prefix
="$acl_final_exec_prefix"
10676 exec_prefix
="$acl_save_exec_prefix"
10677 prefix
="$acl_save_prefix"
10679 if test "X$x" = "X-L$additional_libdir"; then
10684 if test -z "$haveit"; then
10685 if test -d "$additional_libdir"; then
10686 LIBICONV
="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
10690 for x
in $LDFLAGS $LTLIBICONV; do
10692 acl_save_prefix
="$prefix"
10693 prefix
="$acl_final_prefix"
10694 acl_save_exec_prefix
="$exec_prefix"
10695 exec_prefix
="$acl_final_exec_prefix"
10697 exec_prefix
="$acl_save_exec_prefix"
10698 prefix
="$acl_save_prefix"
10700 if test "X$x" = "X-L$additional_libdir"; then
10705 if test -z "$haveit"; then
10706 if test -d "$additional_libdir"; then
10707 LTLIBICONV
="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
10714 dir
=`echo "X$dep" | sed -e 's/^X-R//'`
10715 if test "$enable_rpath" != no
; then
10717 for x
in $rpathdirs; do
10718 if test "X$x" = "X$dir"; then
10723 if test -z "$haveit"; then
10724 rpathdirs
="$rpathdirs $dir"
10727 for x
in $ltrpathdirs; do
10728 if test "X$x" = "X$dir"; then
10733 if test -z "$haveit"; then
10734 ltrpathdirs
="$ltrpathdirs $dir"
10739 names_next_round
="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
10742 names_next_round
="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
10745 LIBICONV
="${LIBICONV}${LIBICONV:+ }$dep"
10746 LTLIBICONV
="${LTLIBICONV}${LTLIBICONV:+ }$dep"
10752 LIBICONV
="${LIBICONV}${LIBICONV:+ }-l$name"
10753 LTLIBICONV
="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
10759 if test "X$rpathdirs" != "X"; then
10760 if test -n "$hardcode_libdir_separator"; then
10762 for found_dir
in $rpathdirs; do
10763 alldirs
="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
10765 acl_save_libdir
="$libdir"
10767 eval flag
=\"$hardcode_libdir_flag_spec\"
10768 libdir
="$acl_save_libdir"
10769 LIBICONV
="${LIBICONV}${LIBICONV:+ }$flag"
10771 for found_dir
in $rpathdirs; do
10772 acl_save_libdir
="$libdir"
10773 libdir
="$found_dir"
10774 eval flag
=\"$hardcode_libdir_flag_spec\"
10775 libdir
="$acl_save_libdir"
10776 LIBICONV
="${LIBICONV}${LIBICONV:+ }$flag"
10780 if test "X$ltrpathdirs" != "X"; then
10781 for found_dir
in $ltrpathdirs; do
10782 LTLIBICONV
="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
10792 am_save_CPPFLAGS
="$CPPFLAGS"
10794 for element
in $INCICONV; do
10796 for x
in $CPPFLAGS; do
10798 acl_save_prefix
="$prefix"
10799 prefix
="$acl_final_prefix"
10800 acl_save_exec_prefix
="$exec_prefix"
10801 exec_prefix
="$acl_final_exec_prefix"
10803 exec_prefix
="$acl_save_exec_prefix"
10804 prefix
="$acl_save_prefix"
10806 if test "X$x" = "X$element"; then
10811 if test -z "$haveit"; then
10812 CPPFLAGS
="${CPPFLAGS}${CPPFLAGS:+ }$element"
10817 echo "$as_me:$LINENO: checking for iconv" >&5
10818 echo $ECHO_N "checking for iconv... $ECHO_C" >&6
10819 if test "${am_cv_func_iconv+set}" = set; then
10820 echo $ECHO_N "(cached) $ECHO_C" >&6
10823 am_cv_func_iconv
="no, consider installing GNU libiconv"
10825 if test x
$gcc_no_link = xyes
; then
10826 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10827 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10828 { (exit 1); exit 1; }; }
10830 cat >conftest.
$ac_ext <<_ACEOF
10833 cat confdefs.h
>>conftest.
$ac_ext
10834 cat >>conftest.
$ac_ext <<_ACEOF
10835 /* end confdefs.h. */
10836 #include <stdlib.h>
10841 iconv_t cd = iconv_open("","");
10842 iconv(cd,NULL,NULL,NULL,NULL);
10848 rm -f conftest.
$ac_objext conftest
$ac_exeext
10849 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10850 (eval $ac_link) 2>conftest.er1
10852 grep -v '^ *+' conftest.er1
>conftest.err
10854 cat conftest.err
>&5
10855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10856 (exit $ac_status); } &&
10857 { ac_try
='test -z "$ac_c_werror_flag"
10858 || test ! -s conftest.err'
10859 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10860 (eval $ac_try) 2>&5
10862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10863 (exit $ac_status); }; } &&
10864 { ac_try
='test -s conftest$ac_exeext'
10865 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10866 (eval $ac_try) 2>&5
10868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10869 (exit $ac_status); }; }; then
10870 am_cv_func_iconv
=yes
10872 echo "$as_me: failed program was:" >&5
10873 sed 's/^/| /' conftest.
$ac_ext >&5
10876 rm -f conftest.err conftest.
$ac_objext \
10877 conftest
$ac_exeext conftest.
$ac_ext
10878 if test "$am_cv_func_iconv" != yes; then
10879 am_save_LIBS
="$LIBS"
10880 LIBS
="$LIBS $LIBICONV"
10881 if test x
$gcc_no_link = xyes
; then
10882 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10883 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10884 { (exit 1); exit 1; }; }
10886 cat >conftest.
$ac_ext <<_ACEOF
10889 cat confdefs.h
>>conftest.
$ac_ext
10890 cat >>conftest.
$ac_ext <<_ACEOF
10891 /* end confdefs.h. */
10892 #include <stdlib.h>
10897 iconv_t cd = iconv_open("","");
10898 iconv(cd,NULL,NULL,NULL,NULL);
10904 rm -f conftest.
$ac_objext conftest
$ac_exeext
10905 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10906 (eval $ac_link) 2>conftest.er1
10908 grep -v '^ *+' conftest.er1
>conftest.err
10910 cat conftest.err
>&5
10911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10912 (exit $ac_status); } &&
10913 { ac_try
='test -z "$ac_c_werror_flag"
10914 || test ! -s conftest.err'
10915 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10916 (eval $ac_try) 2>&5
10918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10919 (exit $ac_status); }; } &&
10920 { ac_try
='test -s conftest$ac_exeext'
10921 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10922 (eval $ac_try) 2>&5
10924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10925 (exit $ac_status); }; }; then
10926 am_cv_lib_iconv
=yes
10927 am_cv_func_iconv
=yes
10929 echo "$as_me: failed program was:" >&5
10930 sed 's/^/| /' conftest.
$ac_ext >&5
10933 rm -f conftest.err conftest.
$ac_objext \
10934 conftest
$ac_exeext conftest.
$ac_ext
10935 LIBS
="$am_save_LIBS"
10939 echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
10940 echo "${ECHO_T}$am_cv_func_iconv" >&6
10941 if test "$am_cv_func_iconv" = yes; then
10943 cat >>confdefs.h
<<\_ACEOF
10944 #define HAVE_ICONV 1
10948 if test "$am_cv_lib_iconv" = yes; then
10949 echo "$as_me:$LINENO: checking how to link with libiconv" >&5
10950 echo $ECHO_N "checking how to link with libiconv... $ECHO_C" >&6
10951 echo "$as_me:$LINENO: result: $LIBICONV" >&5
10952 echo "${ECHO_T}$LIBICONV" >&6
10954 CPPFLAGS
="$am_save_CPPFLAGS"
10961 if test "$am_cv_func_iconv" = yes; then
10962 echo "$as_me:$LINENO: checking for iconv declaration" >&5
10963 echo $ECHO_N "checking for iconv declaration... $ECHO_C" >&6
10964 if test "${am_cv_proto_iconv+set}" = set; then
10965 echo $ECHO_N "(cached) $ECHO_C" >&6
10968 cat >conftest.
$ac_ext <<_ACEOF
10971 cat confdefs.h
>>conftest.
$ac_ext
10972 cat >>conftest.
$ac_ext <<_ACEOF
10973 /* end confdefs.h. */
10975 #include <stdlib.h>
10981 #if defined(__STDC__) || defined(__cplusplus)
10982 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
10995 rm -f conftest.
$ac_objext
10996 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10997 (eval $ac_compile) 2>conftest.er1
10999 grep -v '^ *+' conftest.er1
>conftest.err
11001 cat conftest.err
>&5
11002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11003 (exit $ac_status); } &&
11004 { ac_try
='test -z "$ac_c_werror_flag"
11005 || test ! -s conftest.err'
11006 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11007 (eval $ac_try) 2>&5
11009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11010 (exit $ac_status); }; } &&
11011 { ac_try
='test -s conftest.$ac_objext'
11012 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11013 (eval $ac_try) 2>&5
11015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11016 (exit $ac_status); }; }; then
11017 am_cv_proto_iconv_arg1
=""
11019 echo "$as_me: failed program was:" >&5
11020 sed 's/^/| /' conftest.
$ac_ext >&5
11022 am_cv_proto_iconv_arg1
="const"
11024 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11025 am_cv_proto_iconv
="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"
11028 am_cv_proto_iconv
=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
11029 echo "$as_me:$LINENO: result: ${ac_t:-
11030 }$am_cv_proto_iconv" >&5
11031 echo "${ECHO_T}${ac_t:-
11032 }$am_cv_proto_iconv" >&6
11034 cat >>confdefs.h
<<_ACEOF
11035 #define ICONV_CONST $am_cv_proto_iconv_arg1
11041 echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5
11042 echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6
11043 if test "${am_cv_val_LC_MESSAGES+set}" = set; then
11044 echo $ECHO_N "(cached) $ECHO_C" >&6
11046 if test x
$gcc_no_link = xyes
; then
11047 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11048 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11049 { (exit 1); exit 1; }; }
11051 cat >conftest.
$ac_ext <<_ACEOF
11054 cat confdefs.h
>>conftest.
$ac_ext
11055 cat >>conftest.
$ac_ext <<_ACEOF
11056 /* end confdefs.h. */
11057 #include <locale.h>
11066 rm -f conftest.
$ac_objext conftest
$ac_exeext
11067 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11068 (eval $ac_link) 2>conftest.er1
11070 grep -v '^ *+' conftest.er1
>conftest.err
11072 cat conftest.err
>&5
11073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11074 (exit $ac_status); } &&
11075 { ac_try
='test -z "$ac_c_werror_flag"
11076 || test ! -s conftest.err'
11077 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11078 (eval $ac_try) 2>&5
11080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11081 (exit $ac_status); }; } &&
11082 { ac_try
='test -s conftest$ac_exeext'
11083 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11084 (eval $ac_try) 2>&5
11086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11087 (exit $ac_status); }; }; then
11088 am_cv_val_LC_MESSAGES
=yes
11090 echo "$as_me: failed program was:" >&5
11091 sed 's/^/| /' conftest.
$ac_ext >&5
11093 am_cv_val_LC_MESSAGES
=no
11095 rm -f conftest.err conftest.
$ac_objext \
11096 conftest
$ac_exeext conftest.
$ac_ext
11098 echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
11099 echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6
11100 if test $am_cv_val_LC_MESSAGES = yes; then
11102 cat >>confdefs.h
<<\_ACEOF
11103 #define HAVE_LC_MESSAGES 1
11108 echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
11109 echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6
11110 if test "${ac_cv_struct_tm+set}" = set; then
11111 echo $ECHO_N "(cached) $ECHO_C" >&6
11113 cat >conftest.
$ac_ext <<_ACEOF
11116 cat confdefs.h
>>conftest.
$ac_ext
11117 cat >>conftest.
$ac_ext <<_ACEOF
11118 /* end confdefs.h. */
11119 #include <sys/types.h>
11125 struct tm *tp; tp->tm_sec;
11130 rm -f conftest.
$ac_objext
11131 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11132 (eval $ac_compile) 2>conftest.er1
11134 grep -v '^ *+' conftest.er1
>conftest.err
11136 cat conftest.err
>&5
11137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11138 (exit $ac_status); } &&
11139 { ac_try
='test -z "$ac_c_werror_flag"
11140 || test ! -s conftest.err'
11141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11142 (eval $ac_try) 2>&5
11144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11145 (exit $ac_status); }; } &&
11146 { ac_try
='test -s conftest.$ac_objext'
11147 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11148 (eval $ac_try) 2>&5
11150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11151 (exit $ac_status); }; }; then
11152 ac_cv_struct_tm
=time.h
11154 echo "$as_me: failed program was:" >&5
11155 sed 's/^/| /' conftest.
$ac_ext >&5
11157 ac_cv_struct_tm
=sys
/time.h
11159 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11161 echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
11162 echo "${ECHO_T}$ac_cv_struct_tm" >&6
11163 if test $ac_cv_struct_tm = sys
/time.h
; then
11165 cat >>confdefs.h
<<\_ACEOF
11166 #define TM_IN_SYS_TIME 1
11171 echo "$as_me:$LINENO: checking for struct tm.tm_zone" >&5
11172 echo $ECHO_N "checking for struct tm.tm_zone... $ECHO_C" >&6
11173 if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then
11174 echo $ECHO_N "(cached) $ECHO_C" >&6
11176 cat >conftest.
$ac_ext <<_ACEOF
11179 cat confdefs.h
>>conftest.
$ac_ext
11180 cat >>conftest.
$ac_ext <<_ACEOF
11181 /* end confdefs.h. */
11182 #include <sys/types.h>
11183 #include <$ac_cv_struct_tm>
11189 static struct tm ac_aggr;
11190 if (ac_aggr.tm_zone)
11196 rm -f conftest.
$ac_objext
11197 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11198 (eval $ac_compile) 2>conftest.er1
11200 grep -v '^ *+' conftest.er1
>conftest.err
11202 cat conftest.err
>&5
11203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11204 (exit $ac_status); } &&
11205 { ac_try
='test -z "$ac_c_werror_flag"
11206 || test ! -s conftest.err'
11207 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11208 (eval $ac_try) 2>&5
11210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11211 (exit $ac_status); }; } &&
11212 { ac_try
='test -s conftest.$ac_objext'
11213 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11214 (eval $ac_try) 2>&5
11216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11217 (exit $ac_status); }; }; then
11218 ac_cv_member_struct_tm_tm_zone
=yes
11220 echo "$as_me: failed program was:" >&5
11221 sed 's/^/| /' conftest.
$ac_ext >&5
11223 cat >conftest.
$ac_ext <<_ACEOF
11226 cat confdefs.h
>>conftest.
$ac_ext
11227 cat >>conftest.
$ac_ext <<_ACEOF
11228 /* end confdefs.h. */
11229 #include <sys/types.h>
11230 #include <$ac_cv_struct_tm>
11236 static struct tm ac_aggr;
11237 if (sizeof ac_aggr.tm_zone)
11243 rm -f conftest.
$ac_objext
11244 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11245 (eval $ac_compile) 2>conftest.er1
11247 grep -v '^ *+' conftest.er1
>conftest.err
11249 cat conftest.err
>&5
11250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11251 (exit $ac_status); } &&
11252 { ac_try
='test -z "$ac_c_werror_flag"
11253 || test ! -s conftest.err'
11254 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11255 (eval $ac_try) 2>&5
11257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11258 (exit $ac_status); }; } &&
11259 { ac_try
='test -s conftest.$ac_objext'
11260 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11261 (eval $ac_try) 2>&5
11263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11264 (exit $ac_status); }; }; then
11265 ac_cv_member_struct_tm_tm_zone
=yes
11267 echo "$as_me: failed program was:" >&5
11268 sed 's/^/| /' conftest.
$ac_ext >&5
11270 ac_cv_member_struct_tm_tm_zone
=no
11272 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11274 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11276 echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5
11277 echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6
11278 if test $ac_cv_member_struct_tm_tm_zone = yes; then
11280 cat >>confdefs.h
<<_ACEOF
11281 #define HAVE_STRUCT_TM_TM_ZONE 1
11287 if test "$ac_cv_member_struct_tm_tm_zone" = yes; then
11289 cat >>confdefs.h
<<\_ACEOF
11290 #define HAVE_TM_ZONE 1
11294 echo "$as_me:$LINENO: checking for tzname" >&5
11295 echo $ECHO_N "checking for tzname... $ECHO_C" >&6
11296 if test "${ac_cv_var_tzname+set}" = set; then
11297 echo $ECHO_N "(cached) $ECHO_C" >&6
11299 if test x
$gcc_no_link = xyes
; then
11300 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11301 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11302 { (exit 1); exit 1; }; }
11304 cat >conftest.
$ac_ext <<_ACEOF
11307 cat confdefs.h
>>conftest.
$ac_ext
11308 cat >>conftest.
$ac_ext <<_ACEOF
11309 /* end confdefs.h. */
11311 #ifndef tzname /* For SGI. */
11312 extern char *tzname[]; /* RS6000 and others reject char **tzname. */
11323 rm -f conftest.
$ac_objext conftest
$ac_exeext
11324 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11325 (eval $ac_link) 2>conftest.er1
11327 grep -v '^ *+' conftest.er1
>conftest.err
11329 cat conftest.err
>&5
11330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11331 (exit $ac_status); } &&
11332 { ac_try
='test -z "$ac_c_werror_flag"
11333 || test ! -s conftest.err'
11334 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11335 (eval $ac_try) 2>&5
11337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11338 (exit $ac_status); }; } &&
11339 { ac_try
='test -s conftest$ac_exeext'
11340 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11341 (eval $ac_try) 2>&5
11343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11344 (exit $ac_status); }; }; then
11345 ac_cv_var_tzname
=yes
11347 echo "$as_me: failed program was:" >&5
11348 sed 's/^/| /' conftest.
$ac_ext >&5
11350 ac_cv_var_tzname
=no
11352 rm -f conftest.err conftest.
$ac_objext \
11353 conftest
$ac_exeext conftest.
$ac_ext
11355 echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5
11356 echo "${ECHO_T}$ac_cv_var_tzname" >&6
11357 if test $ac_cv_var_tzname = yes; then
11359 cat >>confdefs.h
<<\_ACEOF
11360 #define HAVE_TZNAME 1
11369 for ac_func
in gethostbyname_r
11371 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11372 echo "$as_me:$LINENO: checking for $ac_func" >&5
11373 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
11374 if eval "test \"\${$as_ac_var+set}\" = set"; then
11375 echo $ECHO_N "(cached) $ECHO_C" >&6
11377 if test x
$gcc_no_link = xyes
; then
11378 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11379 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11380 { (exit 1); exit 1; }; }
11382 cat >conftest.
$ac_ext <<_ACEOF
11385 cat confdefs.h
>>conftest.
$ac_ext
11386 cat >>conftest.
$ac_ext <<_ACEOF
11387 /* end confdefs.h. */
11388 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
11389 For example, HP-UX 11i <limits.h> declares gettimeofday. */
11390 #define $ac_func innocuous_$ac_func
11392 /* System header to define __stub macros and hopefully few prototypes,
11393 which can conflict with char $ac_func (); below.
11394 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11395 <limits.h> exists even on freestanding compilers. */
11398 # include <limits.h>
11400 # include <assert.h>
11405 /* Override any gcc2 internal prototype to avoid an error. */
11410 /* We use char because int might match the return type of a gcc2
11411 builtin and then its argument prototype would still apply. */
11413 /* The GNU C library defines this for functions which it implements
11414 to always fail with ENOSYS. Some functions are actually named
11415 something starting with __ and the normal name is an alias. */
11416 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11419 char (*f) () = $ac_func;
11428 return f != $ac_func;
11433 rm -f conftest.
$ac_objext conftest
$ac_exeext
11434 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11435 (eval $ac_link) 2>conftest.er1
11437 grep -v '^ *+' conftest.er1
>conftest.err
11439 cat conftest.err
>&5
11440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11441 (exit $ac_status); } &&
11442 { ac_try
='test -z "$ac_c_werror_flag"
11443 || test ! -s conftest.err'
11444 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11445 (eval $ac_try) 2>&5
11447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11448 (exit $ac_status); }; } &&
11449 { ac_try
='test -s conftest$ac_exeext'
11450 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11451 (eval $ac_try) 2>&5
11453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11454 (exit $ac_status); }; }; then
11455 eval "$as_ac_var=yes"
11457 echo "$as_me: failed program was:" >&5
11458 sed 's/^/| /' conftest.
$ac_ext >&5
11460 eval "$as_ac_var=no"
11462 rm -f conftest.err conftest.
$ac_objext \
11463 conftest
$ac_exeext conftest.
$ac_ext
11465 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
11466 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
11467 if test `eval echo '${'$as_ac_var'}'` = yes; then
11468 cat >>confdefs.h
<<_ACEOF
11469 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
11473 cat >>confdefs.h
<<\_ACEOF
11474 #define HAVE_GETHOSTBYNAME_R 1
11477 # There are two different kinds of gethostbyname_r.
11478 # We look for the one that returns `int'.
11479 # Hopefully this check is robust enough.
11480 cat >conftest.
$ac_ext <<_ACEOF
11483 cat confdefs.h
>>conftest.
$ac_ext
11484 cat >>conftest.
$ac_ext <<_ACEOF
11485 /* end confdefs.h. */
11489 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11490 $EGREP "int.*gethostbyname_r" >/dev
/null
2>&1; then
11493 cat >>confdefs.h
<<\_ACEOF
11494 #define GETHOSTBYNAME_R_RETURNS_INT 1
11501 case " $GCINCS " in
11502 *" -D_REENTRANT "*) ;;
11504 echo "$as_me:$LINENO: checking whether gethostbyname_r declaration requires -D_REENTRANT" >&5
11505 echo $ECHO_N "checking whether gethostbyname_r declaration requires -D_REENTRANT... $ECHO_C" >&6
11506 if test "${libjava_cv_gethostbyname_r_needs_reentrant+set}" = set; then
11507 echo $ECHO_N "(cached) $ECHO_C" >&6
11510 ac_cpp
='$CXXCPP $CPPFLAGS'
11511 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11512 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11513 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
11515 cat >conftest.
$ac_ext <<_ACEOF
11518 cat confdefs.h
>>conftest.
$ac_ext
11519 cat >>conftest.
$ac_ext <<_ACEOF
11520 /* end confdefs.h. */
11525 gethostbyname_r("", 0, 0);
11530 rm -f conftest.
$ac_objext
11531 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11532 (eval $ac_compile) 2>conftest.er1
11534 grep -v '^ *+' conftest.er1
>conftest.err
11536 cat conftest.err
>&5
11537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11538 (exit $ac_status); } &&
11539 { ac_try
='test -z "$ac_cxx_werror_flag"
11540 || test ! -s conftest.err'
11541 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11542 (eval $ac_try) 2>&5
11544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11545 (exit $ac_status); }; } &&
11546 { ac_try
='test -s conftest.$ac_objext'
11547 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11548 (eval $ac_try) 2>&5
11550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11551 (exit $ac_status); }; }; then
11552 libjava_cv_gethostbyname_r_needs_reentrant
=no
11554 echo "$as_me: failed program was:" >&5
11555 sed 's/^/| /' conftest.
$ac_ext >&5
11557 CPPFLAGS_SAVE
="$CPPFLAGS"
11558 CPPFLAGS
="$CPPFLAGS -D_REENTRANT"
11559 cat >conftest.
$ac_ext <<_ACEOF
11562 cat confdefs.h
>>conftest.
$ac_ext
11563 cat >>conftest.
$ac_ext <<_ACEOF
11564 /* end confdefs.h. */
11569 gethostbyname_r("", 0, 0);
11574 rm -f conftest.
$ac_objext
11575 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11576 (eval $ac_compile) 2>conftest.er1
11578 grep -v '^ *+' conftest.er1
>conftest.err
11580 cat conftest.err
>&5
11581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11582 (exit $ac_status); } &&
11583 { ac_try
='test -z "$ac_cxx_werror_flag"
11584 || test ! -s conftest.err'
11585 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11586 (eval $ac_try) 2>&5
11588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11589 (exit $ac_status); }; } &&
11590 { ac_try
='test -s conftest.$ac_objext'
11591 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11592 (eval $ac_try) 2>&5
11594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11595 (exit $ac_status); }; }; then
11596 libjava_cv_gethostbyname_r_needs_reentrant
=yes
11598 echo "$as_me: failed program was:" >&5
11599 sed 's/^/| /' conftest.
$ac_ext >&5
11601 libjava_cv_gethostbyname_r_needs_reentrant
=fail
11603 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11604 CPPFLAGS
="$CPPFLAGS_SAVE"
11607 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11609 ac_cpp
='$CPP $CPPFLAGS'
11610 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11611 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11612 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11616 echo "$as_me:$LINENO: result: $libjava_cv_gethostbyname_r_needs_reentrant" >&5
11617 echo "${ECHO_T}$libjava_cv_gethostbyname_r_needs_reentrant" >&6
11618 if test "x$libjava_cv_gethostbyname_r_needs_reentrant" = xyes
; then
11620 cat >>confdefs.h
<<\_ACEOF
11621 #define _REENTRANT 1
11628 echo "$as_me:$LINENO: checking for struct hostent_data" >&5
11629 echo $ECHO_N "checking for struct hostent_data... $ECHO_C" >&6
11630 if test "${libjava_cv_struct_hostent_data+set}" = set; then
11631 echo $ECHO_N "(cached) $ECHO_C" >&6
11633 cat >conftest.
$ac_ext <<_ACEOF
11636 cat confdefs.h
>>conftest.
$ac_ext
11637 cat >>conftest.
$ac_ext <<_ACEOF
11638 /* end confdefs.h. */
11640 #if GETHOSTBYNAME_R_NEEDS_REENTRANT && !defined(_REENTRANT)
11641 # define _REENTRANT 1
11647 struct hostent_data data;
11652 rm -f conftest.
$ac_objext
11653 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11654 (eval $ac_compile) 2>conftest.er1
11656 grep -v '^ *+' conftest.er1
>conftest.err
11658 cat conftest.err
>&5
11659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11660 (exit $ac_status); } &&
11661 { ac_try
='test -z "$ac_c_werror_flag"
11662 || test ! -s conftest.err'
11663 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11664 (eval $ac_try) 2>&5
11666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11667 (exit $ac_status); }; } &&
11668 { ac_try
='test -s conftest.$ac_objext'
11669 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11670 (eval $ac_try) 2>&5
11672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11673 (exit $ac_status); }; }; then
11674 libjava_cv_struct_hostent_data
=yes
11676 echo "$as_me: failed program was:" >&5
11677 sed 's/^/| /' conftest.
$ac_ext >&5
11679 libjava_cv_struct_hostent_data
=no
11681 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11683 echo "$as_me:$LINENO: result: $libjava_cv_struct_hostent_data" >&5
11684 echo "${ECHO_T}$libjava_cv_struct_hostent_data" >&6
11685 if test "x$libjava_cv_struct_hostent_data" = xyes
; then
11687 cat >>confdefs.h
<<\_ACEOF
11688 #define HAVE_STRUCT_HOSTENT_DATA 1
11697 # FIXME: libjava source code expects to find a prototype for
11698 # gethostbyaddr_r in netdb.h. The outer check ensures that
11699 # HAVE_GETHOSTBYADDR_R will not be defined if the prototype fails
11700 # to exist where expected. (The root issue: AC_CHECK_FUNCS assumes C
11701 # linkage check is enough, yet C++ code requires proper prototypes.)
11702 cat >conftest.
$ac_ext <<_ACEOF
11705 cat confdefs.h
>>conftest.
$ac_ext
11706 cat >>conftest.
$ac_ext <<_ACEOF
11707 /* end confdefs.h. */
11711 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11712 $EGREP "gethostbyaddr_r" >/dev
/null
2>&1; then
11715 for ac_func
in gethostbyaddr_r
11717 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11718 echo "$as_me:$LINENO: checking for $ac_func" >&5
11719 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
11720 if eval "test \"\${$as_ac_var+set}\" = set"; then
11721 echo $ECHO_N "(cached) $ECHO_C" >&6
11723 if test x
$gcc_no_link = xyes
; then
11724 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11725 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11726 { (exit 1); exit 1; }; }
11728 cat >conftest.
$ac_ext <<_ACEOF
11731 cat confdefs.h
>>conftest.
$ac_ext
11732 cat >>conftest.
$ac_ext <<_ACEOF
11733 /* end confdefs.h. */
11734 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
11735 For example, HP-UX 11i <limits.h> declares gettimeofday. */
11736 #define $ac_func innocuous_$ac_func
11738 /* System header to define __stub macros and hopefully few prototypes,
11739 which can conflict with char $ac_func (); below.
11740 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11741 <limits.h> exists even on freestanding compilers. */
11744 # include <limits.h>
11746 # include <assert.h>
11751 /* Override any gcc2 internal prototype to avoid an error. */
11756 /* We use char because int might match the return type of a gcc2
11757 builtin and then its argument prototype would still apply. */
11759 /* The GNU C library defines this for functions which it implements
11760 to always fail with ENOSYS. Some functions are actually named
11761 something starting with __ and the normal name is an alias. */
11762 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11765 char (*f) () = $ac_func;
11774 return f != $ac_func;
11779 rm -f conftest.
$ac_objext conftest
$ac_exeext
11780 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11781 (eval $ac_link) 2>conftest.er1
11783 grep -v '^ *+' conftest.er1
>conftest.err
11785 cat conftest.err
>&5
11786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11787 (exit $ac_status); } &&
11788 { ac_try
='test -z "$ac_c_werror_flag"
11789 || test ! -s conftest.err'
11790 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11791 (eval $ac_try) 2>&5
11793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11794 (exit $ac_status); }; } &&
11795 { ac_try
='test -s conftest$ac_exeext'
11796 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11797 (eval $ac_try) 2>&5
11799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11800 (exit $ac_status); }; }; then
11801 eval "$as_ac_var=yes"
11803 echo "$as_me: failed program was:" >&5
11804 sed 's/^/| /' conftest.
$ac_ext >&5
11806 eval "$as_ac_var=no"
11808 rm -f conftest.err conftest.
$ac_objext \
11809 conftest
$ac_exeext conftest.
$ac_ext
11811 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
11812 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
11813 if test `eval echo '${'$as_ac_var'}'` = yes; then
11814 cat >>confdefs.h
<<_ACEOF
11815 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
11819 cat >>confdefs.h
<<\_ACEOF
11820 #define HAVE_GETHOSTBYADDR_R 1
11823 # There are two different kinds of gethostbyaddr_r.
11824 # We look for the one that returns `int'.
11825 # Hopefully this check is robust enough.
11826 cat >conftest.
$ac_ext <<_ACEOF
11829 cat confdefs.h
>>conftest.
$ac_ext
11830 cat >>conftest.
$ac_ext <<_ACEOF
11831 /* end confdefs.h. */
11835 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11836 $EGREP "int.*gethostbyaddr_r" >/dev
/null
2>&1; then
11839 cat >>confdefs.h
<<\_ACEOF
11840 #define GETHOSTBYADDR_R_RETURNS_INT 1
11854 for ac_func
in gethostname
11856 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11857 echo "$as_me:$LINENO: checking for $ac_func" >&5
11858 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
11859 if eval "test \"\${$as_ac_var+set}\" = set"; then
11860 echo $ECHO_N "(cached) $ECHO_C" >&6
11862 if test x
$gcc_no_link = xyes
; then
11863 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11864 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11865 { (exit 1); exit 1; }; }
11867 cat >conftest.
$ac_ext <<_ACEOF
11870 cat confdefs.h
>>conftest.
$ac_ext
11871 cat >>conftest.
$ac_ext <<_ACEOF
11872 /* end confdefs.h. */
11873 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
11874 For example, HP-UX 11i <limits.h> declares gettimeofday. */
11875 #define $ac_func innocuous_$ac_func
11877 /* System header to define __stub macros and hopefully few prototypes,
11878 which can conflict with char $ac_func (); below.
11879 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11880 <limits.h> exists even on freestanding compilers. */
11883 # include <limits.h>
11885 # include <assert.h>
11890 /* Override any gcc2 internal prototype to avoid an error. */
11895 /* We use char because int might match the return type of a gcc2
11896 builtin and then its argument prototype would still apply. */
11898 /* The GNU C library defines this for functions which it implements
11899 to always fail with ENOSYS. Some functions are actually named
11900 something starting with __ and the normal name is an alias. */
11901 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
11904 char (*f) () = $ac_func;
11913 return f != $ac_func;
11918 rm -f conftest.
$ac_objext conftest
$ac_exeext
11919 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11920 (eval $ac_link) 2>conftest.er1
11922 grep -v '^ *+' conftest.er1
>conftest.err
11924 cat conftest.err
>&5
11925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11926 (exit $ac_status); } &&
11927 { ac_try
='test -z "$ac_c_werror_flag"
11928 || test ! -s conftest.err'
11929 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11930 (eval $ac_try) 2>&5
11932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11933 (exit $ac_status); }; } &&
11934 { ac_try
='test -s conftest$ac_exeext'
11935 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11936 (eval $ac_try) 2>&5
11938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11939 (exit $ac_status); }; }; then
11940 eval "$as_ac_var=yes"
11942 echo "$as_me: failed program was:" >&5
11943 sed 's/^/| /' conftest.
$ac_ext >&5
11945 eval "$as_ac_var=no"
11947 rm -f conftest.err conftest.
$ac_objext \
11948 conftest
$ac_exeext conftest.
$ac_ext
11950 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
11951 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
11952 if test `eval echo '${'$as_ac_var'}'` = yes; then
11953 cat >>confdefs.h
<<_ACEOF
11954 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
11958 cat >>confdefs.h
<<\_ACEOF
11959 #define HAVE_GETHOSTNAME 1
11962 cat >conftest.
$ac_ext <<_ACEOF
11965 cat confdefs.h
>>conftest.
$ac_ext
11966 cat >>conftest.
$ac_ext <<_ACEOF
11967 /* end confdefs.h. */
11968 #include <unistd.h>
11971 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11972 $EGREP "gethostname" >/dev
/null
2>&1; then
11975 cat >>confdefs.h
<<\_ACEOF
11976 #define HAVE_GETHOSTNAME_DECL 1
11987 for ac_func
in usleep
11989 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11990 echo "$as_me:$LINENO: checking for $ac_func" >&5
11991 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
11992 if eval "test \"\${$as_ac_var+set}\" = set"; then
11993 echo $ECHO_N "(cached) $ECHO_C" >&6
11995 if test x
$gcc_no_link = xyes
; then
11996 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11997 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11998 { (exit 1); exit 1; }; }
12000 cat >conftest.
$ac_ext <<_ACEOF
12003 cat confdefs.h
>>conftest.
$ac_ext
12004 cat >>conftest.
$ac_ext <<_ACEOF
12005 /* end confdefs.h. */
12006 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12007 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12008 #define $ac_func innocuous_$ac_func
12010 /* System header to define __stub macros and hopefully few prototypes,
12011 which can conflict with char $ac_func (); below.
12012 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12013 <limits.h> exists even on freestanding compilers. */
12016 # include <limits.h>
12018 # include <assert.h>
12023 /* Override any gcc2 internal prototype to avoid an error. */
12028 /* We use char because int might match the return type of a gcc2
12029 builtin and then its argument prototype would still apply. */
12031 /* The GNU C library defines this for functions which it implements
12032 to always fail with ENOSYS. Some functions are actually named
12033 something starting with __ and the normal name is an alias. */
12034 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12037 char (*f) () = $ac_func;
12046 return f != $ac_func;
12051 rm -f conftest.
$ac_objext conftest
$ac_exeext
12052 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12053 (eval $ac_link) 2>conftest.er1
12055 grep -v '^ *+' conftest.er1
>conftest.err
12057 cat conftest.err
>&5
12058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12059 (exit $ac_status); } &&
12060 { ac_try
='test -z "$ac_c_werror_flag"
12061 || test ! -s conftest.err'
12062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12063 (eval $ac_try) 2>&5
12065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12066 (exit $ac_status); }; } &&
12067 { ac_try
='test -s conftest$ac_exeext'
12068 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12069 (eval $ac_try) 2>&5
12071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12072 (exit $ac_status); }; }; then
12073 eval "$as_ac_var=yes"
12075 echo "$as_me: failed program was:" >&5
12076 sed 's/^/| /' conftest.
$ac_ext >&5
12078 eval "$as_ac_var=no"
12080 rm -f conftest.err conftest.
$ac_objext \
12081 conftest
$ac_exeext conftest.
$ac_ext
12083 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
12084 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
12085 if test `eval echo '${'$as_ac_var'}'` = yes; then
12086 cat >>confdefs.h
<<_ACEOF
12087 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12090 cat >conftest.
$ac_ext <<_ACEOF
12093 cat confdefs.h
>>conftest.
$ac_ext
12094 cat >>conftest.
$ac_ext <<_ACEOF
12095 /* end confdefs.h. */
12096 #include <unistd.h>
12099 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
12100 $EGREP "usleep" >/dev
/null
2>&1; then
12103 cat >>confdefs.h
<<\_ACEOF
12104 #define HAVE_USLEEP_DECL 1
12114 # Look for these functions in the thread library, but only bother
12115 # if using POSIX threads.
12116 if test "$THREADS" = posix
; then
12118 LIBS
="$LIBS $THREADLIBS"
12119 # Some POSIX thread systems don't have pthread_mutexattr_settype.
12123 for ac_func
in pthread_mutexattr_settype pthread_mutexattr_setkind_np
12125 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12126 echo "$as_me:$LINENO: checking for $ac_func" >&5
12127 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
12128 if eval "test \"\${$as_ac_var+set}\" = set"; then
12129 echo $ECHO_N "(cached) $ECHO_C" >&6
12131 if test x
$gcc_no_link = xyes
; then
12132 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12133 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12134 { (exit 1); exit 1; }; }
12136 cat >conftest.
$ac_ext <<_ACEOF
12139 cat confdefs.h
>>conftest.
$ac_ext
12140 cat >>conftest.
$ac_ext <<_ACEOF
12141 /* end confdefs.h. */
12142 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12143 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12144 #define $ac_func innocuous_$ac_func
12146 /* System header to define __stub macros and hopefully few prototypes,
12147 which can conflict with char $ac_func (); below.
12148 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12149 <limits.h> exists even on freestanding compilers. */
12152 # include <limits.h>
12154 # include <assert.h>
12159 /* Override any gcc2 internal prototype to avoid an error. */
12164 /* We use char because int might match the return type of a gcc2
12165 builtin and then its argument prototype would still apply. */
12167 /* The GNU C library defines this for functions which it implements
12168 to always fail with ENOSYS. Some functions are actually named
12169 something starting with __ and the normal name is an alias. */
12170 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12173 char (*f) () = $ac_func;
12182 return f != $ac_func;
12187 rm -f conftest.
$ac_objext conftest
$ac_exeext
12188 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12189 (eval $ac_link) 2>conftest.er1
12191 grep -v '^ *+' conftest.er1
>conftest.err
12193 cat conftest.err
>&5
12194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12195 (exit $ac_status); } &&
12196 { ac_try
='test -z "$ac_c_werror_flag"
12197 || test ! -s conftest.err'
12198 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12199 (eval $ac_try) 2>&5
12201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12202 (exit $ac_status); }; } &&
12203 { ac_try
='test -s conftest$ac_exeext'
12204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12205 (eval $ac_try) 2>&5
12207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12208 (exit $ac_status); }; }; then
12209 eval "$as_ac_var=yes"
12211 echo "$as_me: failed program was:" >&5
12212 sed 's/^/| /' conftest.
$ac_ext >&5
12214 eval "$as_ac_var=no"
12216 rm -f conftest.err conftest.
$ac_objext \
12217 conftest
$ac_exeext conftest.
$ac_ext
12219 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
12220 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
12221 if test `eval echo '${'$as_ac_var'}'` = yes; then
12222 cat >>confdefs.h
<<_ACEOF
12223 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12230 # Look for sched_yield. Up to Solaris 2.6, it is in libposix4, since
12231 # Solaris 7 the name librt is preferred.
12233 for ac_func
in sched_yield
12235 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12236 echo "$as_me:$LINENO: checking for $ac_func" >&5
12237 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
12238 if eval "test \"\${$as_ac_var+set}\" = set"; then
12239 echo $ECHO_N "(cached) $ECHO_C" >&6
12241 if test x
$gcc_no_link = xyes
; then
12242 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12243 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12244 { (exit 1); exit 1; }; }
12246 cat >conftest.
$ac_ext <<_ACEOF
12249 cat confdefs.h
>>conftest.
$ac_ext
12250 cat >>conftest.
$ac_ext <<_ACEOF
12251 /* end confdefs.h. */
12252 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12253 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12254 #define $ac_func innocuous_$ac_func
12256 /* System header to define __stub macros and hopefully few prototypes,
12257 which can conflict with char $ac_func (); below.
12258 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12259 <limits.h> exists even on freestanding compilers. */
12262 # include <limits.h>
12264 # include <assert.h>
12269 /* Override any gcc2 internal prototype to avoid an error. */
12274 /* We use char because int might match the return type of a gcc2
12275 builtin and then its argument prototype would still apply. */
12277 /* The GNU C library defines this for functions which it implements
12278 to always fail with ENOSYS. Some functions are actually named
12279 something starting with __ and the normal name is an alias. */
12280 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12283 char (*f) () = $ac_func;
12292 return f != $ac_func;
12297 rm -f conftest.
$ac_objext conftest
$ac_exeext
12298 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12299 (eval $ac_link) 2>conftest.er1
12301 grep -v '^ *+' conftest.er1
>conftest.err
12303 cat conftest.err
>&5
12304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12305 (exit $ac_status); } &&
12306 { ac_try
='test -z "$ac_c_werror_flag"
12307 || test ! -s conftest.err'
12308 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12309 (eval $ac_try) 2>&5
12311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12312 (exit $ac_status); }; } &&
12313 { ac_try
='test -s conftest$ac_exeext'
12314 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12315 (eval $ac_try) 2>&5
12317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12318 (exit $ac_status); }; }; then
12319 eval "$as_ac_var=yes"
12321 echo "$as_me: failed program was:" >&5
12322 sed 's/^/| /' conftest.
$ac_ext >&5
12324 eval "$as_ac_var=no"
12326 rm -f conftest.err conftest.
$ac_objext \
12327 conftest
$ac_exeext conftest.
$ac_ext
12329 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
12330 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
12331 if test `eval echo '${'$as_ac_var'}'` = yes; then
12332 cat >>confdefs.h
<<_ACEOF
12333 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12338 echo "$as_me:$LINENO: checking for sched_yield in -lrt" >&5
12339 echo $ECHO_N "checking for sched_yield in -lrt... $ECHO_C" >&6
12340 if test "${ac_cv_lib_rt_sched_yield+set}" = set; then
12341 echo $ECHO_N "(cached) $ECHO_C" >&6
12343 ac_check_lib_save_LIBS
=$LIBS
12345 if test x
$gcc_no_link = xyes
; then
12346 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12347 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12348 { (exit 1); exit 1; }; }
12350 cat >conftest.
$ac_ext <<_ACEOF
12353 cat confdefs.h
>>conftest.
$ac_ext
12354 cat >>conftest.
$ac_ext <<_ACEOF
12355 /* end confdefs.h. */
12357 /* Override any gcc2 internal prototype to avoid an error. */
12361 /* We use char because int might match the return type of a gcc2
12362 builtin and then its argument prototype would still apply. */
12363 char sched_yield ();
12372 rm -f conftest.
$ac_objext conftest
$ac_exeext
12373 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12374 (eval $ac_link) 2>conftest.er1
12376 grep -v '^ *+' conftest.er1
>conftest.err
12378 cat conftest.err
>&5
12379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12380 (exit $ac_status); } &&
12381 { ac_try
='test -z "$ac_c_werror_flag"
12382 || test ! -s conftest.err'
12383 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12384 (eval $ac_try) 2>&5
12386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12387 (exit $ac_status); }; } &&
12388 { ac_try
='test -s conftest$ac_exeext'
12389 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12390 (eval $ac_try) 2>&5
12392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12393 (exit $ac_status); }; }; then
12394 ac_cv_lib_rt_sched_yield
=yes
12396 echo "$as_me: failed program was:" >&5
12397 sed 's/^/| /' conftest.
$ac_ext >&5
12399 ac_cv_lib_rt_sched_yield
=no
12401 rm -f conftest.err conftest.
$ac_objext \
12402 conftest
$ac_exeext conftest.
$ac_ext
12403 LIBS
=$ac_check_lib_save_LIBS
12405 echo "$as_me:$LINENO: result: $ac_cv_lib_rt_sched_yield" >&5
12406 echo "${ECHO_T}$ac_cv_lib_rt_sched_yield" >&6
12407 if test $ac_cv_lib_rt_sched_yield = yes; then
12409 cat >>confdefs.h
<<\_ACEOF
12410 #define HAVE_SCHED_YIELD 1
12413 THREADLIBS
="$THREADLIBS -lrt"
12414 THREADSPEC
="$THREADSPEC -lrt"
12417 echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5
12418 echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6
12419 if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then
12420 echo $ECHO_N "(cached) $ECHO_C" >&6
12422 ac_check_lib_save_LIBS
=$LIBS
12423 LIBS
="-lposix4 $LIBS"
12424 if test x
$gcc_no_link = xyes
; then
12425 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12426 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12427 { (exit 1); exit 1; }; }
12429 cat >conftest.
$ac_ext <<_ACEOF
12432 cat confdefs.h
>>conftest.
$ac_ext
12433 cat >>conftest.
$ac_ext <<_ACEOF
12434 /* end confdefs.h. */
12436 /* Override any gcc2 internal prototype to avoid an error. */
12440 /* We use char because int might match the return type of a gcc2
12441 builtin and then its argument prototype would still apply. */
12442 char sched_yield ();
12451 rm -f conftest.
$ac_objext conftest
$ac_exeext
12452 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12453 (eval $ac_link) 2>conftest.er1
12455 grep -v '^ *+' conftest.er1
>conftest.err
12457 cat conftest.err
>&5
12458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12459 (exit $ac_status); } &&
12460 { ac_try
='test -z "$ac_c_werror_flag"
12461 || test ! -s conftest.err'
12462 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12463 (eval $ac_try) 2>&5
12465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12466 (exit $ac_status); }; } &&
12467 { ac_try
='test -s conftest$ac_exeext'
12468 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12469 (eval $ac_try) 2>&5
12471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12472 (exit $ac_status); }; }; then
12473 ac_cv_lib_posix4_sched_yield
=yes
12475 echo "$as_me: failed program was:" >&5
12476 sed 's/^/| /' conftest.
$ac_ext >&5
12478 ac_cv_lib_posix4_sched_yield
=no
12480 rm -f conftest.err conftest.
$ac_objext \
12481 conftest
$ac_exeext conftest.
$ac_ext
12482 LIBS
=$ac_check_lib_save_LIBS
12484 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5
12485 echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6
12486 if test $ac_cv_lib_posix4_sched_yield = yes; then
12488 cat >>confdefs.h
<<\_ACEOF
12489 #define HAVE_SCHED_YIELD 1
12492 THREADLIBS
="$THREADLIBS -lposix4"
12493 THREADSPEC
="$THREADSPEC -lposix4"
12502 echo "$as_me:$LINENO: checking for clock_gettime in -lrt" >&5
12503 echo $ECHO_N "checking for clock_gettime in -lrt... $ECHO_C" >&6
12504 if test "${ac_cv_lib_rt_clock_gettime+set}" = set; then
12505 echo $ECHO_N "(cached) $ECHO_C" >&6
12507 ac_check_lib_save_LIBS
=$LIBS
12509 if test x
$gcc_no_link = xyes
; then
12510 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12511 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12512 { (exit 1); exit 1; }; }
12514 cat >conftest.
$ac_ext <<_ACEOF
12517 cat confdefs.h
>>conftest.
$ac_ext
12518 cat >>conftest.
$ac_ext <<_ACEOF
12519 /* end confdefs.h. */
12521 /* Override any gcc2 internal prototype to avoid an error. */
12525 /* We use char because int might match the return type of a gcc2
12526 builtin and then its argument prototype would still apply. */
12527 char clock_gettime ();
12536 rm -f conftest.
$ac_objext conftest
$ac_exeext
12537 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12538 (eval $ac_link) 2>conftest.er1
12540 grep -v '^ *+' conftest.er1
>conftest.err
12542 cat conftest.err
>&5
12543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12544 (exit $ac_status); } &&
12545 { ac_try
='test -z "$ac_c_werror_flag"
12546 || test ! -s conftest.err'
12547 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12548 (eval $ac_try) 2>&5
12550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12551 (exit $ac_status); }; } &&
12552 { ac_try
='test -s conftest$ac_exeext'
12553 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12554 (eval $ac_try) 2>&5
12556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12557 (exit $ac_status); }; }; then
12558 ac_cv_lib_rt_clock_gettime
=yes
12560 echo "$as_me: failed program was:" >&5
12561 sed 's/^/| /' conftest.
$ac_ext >&5
12563 ac_cv_lib_rt_clock_gettime
=no
12565 rm -f conftest.err conftest.
$ac_objext \
12566 conftest
$ac_exeext conftest.
$ac_ext
12567 LIBS
=$ac_check_lib_save_LIBS
12569 echo "$as_me:$LINENO: result: $ac_cv_lib_rt_clock_gettime" >&5
12570 echo "${ECHO_T}$ac_cv_lib_rt_clock_gettime" >&6
12571 if test $ac_cv_lib_rt_clock_gettime = yes; then
12574 cat >>confdefs.h
<<\_ACEOF
12575 #define HAVE_CLOCK_GETTIME 1
12578 case "$THREADSPEC" in
12581 THREADSPEC
="$THREADSPEC -lrt"
12582 THREADLIBS
="$THREADLIBS -lrt"
12590 # We can save a little space at runtime if the mutex has m_count
12591 # or __m_count. This is a nice hack for Linux.
12592 cat >conftest.
$ac_ext <<_ACEOF
12595 cat confdefs.h
>>conftest.
$ac_ext
12596 cat >>conftest.
$ac_ext <<_ACEOF
12597 /* end confdefs.h. */
12598 #include <pthread.h>
12603 extern pthread_mutex_t *mutex; int q = mutex->m_count;
12609 rm -f conftest.
$ac_objext
12610 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12611 (eval $ac_compile) 2>conftest.er1
12613 grep -v '^ *+' conftest.er1
>conftest.err
12615 cat conftest.err
>&5
12616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12617 (exit $ac_status); } &&
12618 { ac_try
='test -z "$ac_c_werror_flag"
12619 || test ! -s conftest.err'
12620 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12621 (eval $ac_try) 2>&5
12623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12624 (exit $ac_status); }; } &&
12625 { ac_try
='test -s conftest.$ac_objext'
12626 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12627 (eval $ac_try) 2>&5
12629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12630 (exit $ac_status); }; }; then
12632 cat >>confdefs.h
<<\_ACEOF
12633 #define PTHREAD_MUTEX_HAVE_M_COUNT 1
12637 echo "$as_me: failed program was:" >&5
12638 sed 's/^/| /' conftest.
$ac_ext >&5
12641 cat >conftest.
$ac_ext <<_ACEOF
12644 cat confdefs.h
>>conftest.
$ac_ext
12645 cat >>conftest.
$ac_ext <<_ACEOF
12646 /* end confdefs.h. */
12647 #include <pthread.h>
12652 extern pthread_mutex_t *mutex; int q = mutex->__m_count;
12658 rm -f conftest.
$ac_objext
12659 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12660 (eval $ac_compile) 2>conftest.er1
12662 grep -v '^ *+' conftest.er1
>conftest.err
12664 cat conftest.err
>&5
12665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12666 (exit $ac_status); } &&
12667 { ac_try
='test -z "$ac_c_werror_flag"
12668 || test ! -s conftest.err'
12669 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12670 (eval $ac_try) 2>&5
12672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12673 (exit $ac_status); }; } &&
12674 { ac_try
='test -s conftest.$ac_objext'
12675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12676 (eval $ac_try) 2>&5
12678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12679 (exit $ac_status); }; }; then
12681 cat >>confdefs.h
<<\_ACEOF
12682 #define PTHREAD_MUTEX_HAVE___M_COUNT 1
12686 echo "$as_me: failed program was:" >&5
12687 sed 's/^/| /' conftest.
$ac_ext >&5
12690 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12692 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
12695 # We require a way to get the time.
12700 for ac_func
in gettimeofday
time ftime
12702 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12703 echo "$as_me:$LINENO: checking for $ac_func" >&5
12704 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
12705 if eval "test \"\${$as_ac_var+set}\" = set"; then
12706 echo $ECHO_N "(cached) $ECHO_C" >&6
12708 if test x
$gcc_no_link = xyes
; then
12709 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12710 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12711 { (exit 1); exit 1; }; }
12713 cat >conftest.
$ac_ext <<_ACEOF
12716 cat confdefs.h
>>conftest.
$ac_ext
12717 cat >>conftest.
$ac_ext <<_ACEOF
12718 /* end confdefs.h. */
12719 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12720 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12721 #define $ac_func innocuous_$ac_func
12723 /* System header to define __stub macros and hopefully few prototypes,
12724 which can conflict with char $ac_func (); below.
12725 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12726 <limits.h> exists even on freestanding compilers. */
12729 # include <limits.h>
12731 # include <assert.h>
12736 /* Override any gcc2 internal prototype to avoid an error. */
12741 /* We use char because int might match the return type of a gcc2
12742 builtin and then its argument prototype would still apply. */
12744 /* The GNU C library defines this for functions which it implements
12745 to always fail with ENOSYS. Some functions are actually named
12746 something starting with __ and the normal name is an alias. */
12747 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12750 char (*f) () = $ac_func;
12759 return f != $ac_func;
12764 rm -f conftest.
$ac_objext conftest
$ac_exeext
12765 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12766 (eval $ac_link) 2>conftest.er1
12768 grep -v '^ *+' conftest.er1
>conftest.err
12770 cat conftest.err
>&5
12771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12772 (exit $ac_status); } &&
12773 { ac_try
='test -z "$ac_c_werror_flag"
12774 || test ! -s conftest.err'
12775 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12776 (eval $ac_try) 2>&5
12778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12779 (exit $ac_status); }; } &&
12780 { ac_try
='test -s conftest$ac_exeext'
12781 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12782 (eval $ac_try) 2>&5
12784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12785 (exit $ac_status); }; }; then
12786 eval "$as_ac_var=yes"
12788 echo "$as_me: failed program was:" >&5
12789 sed 's/^/| /' conftest.
$ac_ext >&5
12791 eval "$as_ac_var=no"
12793 rm -f conftest.err conftest.
$ac_objext \
12794 conftest
$ac_exeext conftest.
$ac_ext
12796 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
12797 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
12798 if test `eval echo '${'$as_ac_var'}'` = yes; then
12799 cat >>confdefs.h
<<_ACEOF
12800 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12806 if test "$time_found" = no
; then
12807 { { echo "$as_me:$LINENO: error: no function found to get the time" >&5
12808 echo "$as_me: error: no function found to get the time" >&2;}
12809 { (exit 1); exit 1; }; }
12813 for ac_func
in memmove
12815 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12816 echo "$as_me:$LINENO: checking for $ac_func" >&5
12817 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
12818 if eval "test \"\${$as_ac_var+set}\" = set"; then
12819 echo $ECHO_N "(cached) $ECHO_C" >&6
12821 if test x
$gcc_no_link = xyes
; then
12822 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12823 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12824 { (exit 1); exit 1; }; }
12826 cat >conftest.
$ac_ext <<_ACEOF
12829 cat confdefs.h
>>conftest.
$ac_ext
12830 cat >>conftest.
$ac_ext <<_ACEOF
12831 /* end confdefs.h. */
12832 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12833 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12834 #define $ac_func innocuous_$ac_func
12836 /* System header to define __stub macros and hopefully few prototypes,
12837 which can conflict with char $ac_func (); below.
12838 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12839 <limits.h> exists even on freestanding compilers. */
12842 # include <limits.h>
12844 # include <assert.h>
12849 /* Override any gcc2 internal prototype to avoid an error. */
12854 /* We use char because int might match the return type of a gcc2
12855 builtin and then its argument prototype would still apply. */
12857 /* The GNU C library defines this for functions which it implements
12858 to always fail with ENOSYS. Some functions are actually named
12859 something starting with __ and the normal name is an alias. */
12860 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12863 char (*f) () = $ac_func;
12872 return f != $ac_func;
12877 rm -f conftest.
$ac_objext conftest
$ac_exeext
12878 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12879 (eval $ac_link) 2>conftest.er1
12881 grep -v '^ *+' conftest.er1
>conftest.err
12883 cat conftest.err
>&5
12884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12885 (exit $ac_status); } &&
12886 { ac_try
='test -z "$ac_c_werror_flag"
12887 || test ! -s conftest.err'
12888 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12889 (eval $ac_try) 2>&5
12891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12892 (exit $ac_status); }; } &&
12893 { ac_try
='test -s conftest$ac_exeext'
12894 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12895 (eval $ac_try) 2>&5
12897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12898 (exit $ac_status); }; }; then
12899 eval "$as_ac_var=yes"
12901 echo "$as_me: failed program was:" >&5
12902 sed 's/^/| /' conftest.
$ac_ext >&5
12904 eval "$as_ac_var=no"
12906 rm -f conftest.err conftest.
$ac_objext \
12907 conftest
$ac_exeext conftest.
$ac_ext
12909 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
12910 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
12911 if test `eval echo '${'$as_ac_var'}'` = yes; then
12912 cat >>confdefs.h
<<_ACEOF
12913 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12920 # We require memcpy.
12923 for ac_func
in memcpy
12925 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12926 echo "$as_me:$LINENO: checking for $ac_func" >&5
12927 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
12928 if eval "test \"\${$as_ac_var+set}\" = set"; then
12929 echo $ECHO_N "(cached) $ECHO_C" >&6
12931 if test x
$gcc_no_link = xyes
; then
12932 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12933 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12934 { (exit 1); exit 1; }; }
12936 cat >conftest.
$ac_ext <<_ACEOF
12939 cat confdefs.h
>>conftest.
$ac_ext
12940 cat >>conftest.
$ac_ext <<_ACEOF
12941 /* end confdefs.h. */
12942 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12943 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12944 #define $ac_func innocuous_$ac_func
12946 /* System header to define __stub macros and hopefully few prototypes,
12947 which can conflict with char $ac_func (); below.
12948 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12949 <limits.h> exists even on freestanding compilers. */
12952 # include <limits.h>
12954 # include <assert.h>
12959 /* Override any gcc2 internal prototype to avoid an error. */
12964 /* We use char because int might match the return type of a gcc2
12965 builtin and then its argument prototype would still apply. */
12967 /* The GNU C library defines this for functions which it implements
12968 to always fail with ENOSYS. Some functions are actually named
12969 something starting with __ and the normal name is an alias. */
12970 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
12973 char (*f) () = $ac_func;
12982 return f != $ac_func;
12987 rm -f conftest.
$ac_objext conftest
$ac_exeext
12988 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12989 (eval $ac_link) 2>conftest.er1
12991 grep -v '^ *+' conftest.er1
>conftest.err
12993 cat conftest.err
>&5
12994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12995 (exit $ac_status); } &&
12996 { ac_try
='test -z "$ac_c_werror_flag"
12997 || test ! -s conftest.err'
12998 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12999 (eval $ac_try) 2>&5
13001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13002 (exit $ac_status); }; } &&
13003 { ac_try
='test -s conftest$ac_exeext'
13004 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13005 (eval $ac_try) 2>&5
13007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13008 (exit $ac_status); }; }; then
13009 eval "$as_ac_var=yes"
13011 echo "$as_me: failed program was:" >&5
13012 sed 's/^/| /' conftest.
$ac_ext >&5
13014 eval "$as_ac_var=no"
13016 rm -f conftest.err conftest.
$ac_objext \
13017 conftest
$ac_exeext conftest.
$ac_ext
13019 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
13020 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
13021 if test `eval echo '${'$as_ac_var'}'` = yes; then
13022 cat >>confdefs.h
<<_ACEOF
13023 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13029 if test "$memcpy_found" = no
; then
13030 { { echo "$as_me:$LINENO: error: memcpy is required" >&5
13031 echo "$as_me: error: memcpy is required" >&2;}
13032 { (exit 1); exit 1; }; }
13034 # Do an additional check on dld, HP-UX for example has dlopen in libdld.sl
13035 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
13036 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
13037 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
13038 echo $ECHO_N "(cached) $ECHO_C" >&6
13040 ac_check_lib_save_LIBS
=$LIBS
13042 if test x
$gcc_no_link = xyes
; then
13043 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13044 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13045 { (exit 1); exit 1; }; }
13047 cat >conftest.
$ac_ext <<_ACEOF
13050 cat confdefs.h
>>conftest.
$ac_ext
13051 cat >>conftest.
$ac_ext <<_ACEOF
13052 /* end confdefs.h. */
13054 /* Override any gcc2 internal prototype to avoid an error. */
13058 /* We use char because int might match the return type of a gcc2
13059 builtin and then its argument prototype would still apply. */
13069 rm -f conftest.
$ac_objext conftest
$ac_exeext
13070 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13071 (eval $ac_link) 2>conftest.er1
13073 grep -v '^ *+' conftest.er1
>conftest.err
13075 cat conftest.err
>&5
13076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13077 (exit $ac_status); } &&
13078 { ac_try
='test -z "$ac_c_werror_flag"
13079 || test ! -s conftest.err'
13080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13081 (eval $ac_try) 2>&5
13083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13084 (exit $ac_status); }; } &&
13085 { ac_try
='test -s conftest$ac_exeext'
13086 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13087 (eval $ac_try) 2>&5
13089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13090 (exit $ac_status); }; }; then
13091 ac_cv_lib_dl_dlopen
=yes
13093 echo "$as_me: failed program was:" >&5
13094 sed 's/^/| /' conftest.
$ac_ext >&5
13096 ac_cv_lib_dl_dlopen
=no
13098 rm -f conftest.err conftest.
$ac_objext \
13099 conftest
$ac_exeext conftest.
$ac_ext
13100 LIBS
=$ac_check_lib_save_LIBS
13102 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
13103 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
13104 if test $ac_cv_lib_dl_dlopen = yes; then
13107 cat >>confdefs.h
<<\_ACEOF
13108 #define HAVE_DLOPEN 1
13113 echo "$as_me:$LINENO: checking for dlopen in -ldld" >&5
13114 echo $ECHO_N "checking for dlopen in -ldld... $ECHO_C" >&6
13115 if test "${ac_cv_lib_dld_dlopen+set}" = set; then
13116 echo $ECHO_N "(cached) $ECHO_C" >&6
13118 ac_check_lib_save_LIBS
=$LIBS
13120 if test x
$gcc_no_link = xyes
; then
13121 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13122 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13123 { (exit 1); exit 1; }; }
13125 cat >conftest.
$ac_ext <<_ACEOF
13128 cat confdefs.h
>>conftest.
$ac_ext
13129 cat >>conftest.
$ac_ext <<_ACEOF
13130 /* end confdefs.h. */
13132 /* Override any gcc2 internal prototype to avoid an error. */
13136 /* We use char because int might match the return type of a gcc2
13137 builtin and then its argument prototype would still apply. */
13147 rm -f conftest.
$ac_objext conftest
$ac_exeext
13148 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13149 (eval $ac_link) 2>conftest.er1
13151 grep -v '^ *+' conftest.er1
>conftest.err
13153 cat conftest.err
>&5
13154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13155 (exit $ac_status); } &&
13156 { ac_try
='test -z "$ac_c_werror_flag"
13157 || test ! -s conftest.err'
13158 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13159 (eval $ac_try) 2>&5
13161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13162 (exit $ac_status); }; } &&
13163 { ac_try
='test -s conftest$ac_exeext'
13164 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13165 (eval $ac_try) 2>&5
13167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13168 (exit $ac_status); }; }; then
13169 ac_cv_lib_dld_dlopen
=yes
13171 echo "$as_me: failed program was:" >&5
13172 sed 's/^/| /' conftest.
$ac_ext >&5
13174 ac_cv_lib_dld_dlopen
=no
13176 rm -f conftest.err conftest.
$ac_objext \
13177 conftest
$ac_exeext conftest.
$ac_ext
13178 LIBS
=$ac_check_lib_save_LIBS
13180 echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dlopen" >&5
13181 echo "${ECHO_T}$ac_cv_lib_dld_dlopen" >&6
13182 if test $ac_cv_lib_dld_dlopen = yes; then
13185 cat >>confdefs.h
<<\_ACEOF
13186 #define HAVE_DLOPEN 1
13194 # Some library-finding code we stole from Tcl.
13195 #--------------------------------------------------------------------
13196 # Check for the existence of the -lsocket and -lnsl libraries.
13197 # The order here is important, so that they end up in the right
13198 # order in the command line generated by make. Here are some
13199 # special considerations:
13200 # 1. Use "connect" and "accept" to check for -lsocket, and
13201 # "gethostbyname" to check for -lnsl.
13202 # 2. Use each function name only once: can't redo a check because
13203 # autoconf caches the results of the last check and won't redo it.
13204 # 3. Use -lnsl and -lsocket only if they supply procedures that
13205 # aren't already present in the normal libraries. This is because
13206 # IRIX 5.2 has libraries, but they aren't needed and they're
13207 # bogus: they goof up name resolution if used.
13208 # 4. On some SVR4 systems, can't use -lsocket without -lnsl too.
13209 # To get around this problem, check for both libraries together
13210 # if -lsocket doesn't work by itself.
13211 #--------------------------------------------------------------------
13213 echo "$as_me:$LINENO: checking for socket libraries" >&5
13214 echo $ECHO_N "checking for socket libraries... $ECHO_C" >&6
13215 if test "${gcj_cv_lib_sockets+set}" = set; then
13216 echo $ECHO_N "(cached) $ECHO_C" >&6
13218 gcj_cv_lib_sockets
=
13220 unset ac_cv_func_connect
13221 echo "$as_me:$LINENO: checking for connect" >&5
13222 echo $ECHO_N "checking for connect... $ECHO_C" >&6
13223 if test "${ac_cv_func_connect+set}" = set; then
13224 echo $ECHO_N "(cached) $ECHO_C" >&6
13226 if test x
$gcc_no_link = xyes
; then
13227 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13228 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13229 { (exit 1); exit 1; }; }
13231 cat >conftest.
$ac_ext <<_ACEOF
13234 cat confdefs.h
>>conftest.
$ac_ext
13235 cat >>conftest.
$ac_ext <<_ACEOF
13236 /* end confdefs.h. */
13237 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
13238 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13239 #define connect innocuous_connect
13241 /* System header to define __stub macros and hopefully few prototypes,
13242 which can conflict with char connect (); below.
13243 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13244 <limits.h> exists even on freestanding compilers. */
13247 # include <limits.h>
13249 # include <assert.h>
13254 /* Override any gcc2 internal prototype to avoid an error. */
13259 /* We use char because int might match the return type of a gcc2
13260 builtin and then its argument prototype would still apply. */
13262 /* The GNU C library defines this for functions which it implements
13263 to always fail with ENOSYS. Some functions are actually named
13264 something starting with __ and the normal name is an alias. */
13265 #if defined (__stub_connect) || defined (__stub___connect)
13268 char (*f) () = connect;
13277 return f != connect;
13282 rm -f conftest.
$ac_objext conftest
$ac_exeext
13283 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13284 (eval $ac_link) 2>conftest.er1
13286 grep -v '^ *+' conftest.er1
>conftest.err
13288 cat conftest.err
>&5
13289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13290 (exit $ac_status); } &&
13291 { ac_try
='test -z "$ac_c_werror_flag"
13292 || test ! -s conftest.err'
13293 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13294 (eval $ac_try) 2>&5
13296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13297 (exit $ac_status); }; } &&
13298 { ac_try
='test -s conftest$ac_exeext'
13299 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13300 (eval $ac_try) 2>&5
13302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13303 (exit $ac_status); }; }; then
13304 ac_cv_func_connect
=yes
13306 echo "$as_me: failed program was:" >&5
13307 sed 's/^/| /' conftest.
$ac_ext >&5
13309 ac_cv_func_connect
=no
13311 rm -f conftest.err conftest.
$ac_objext \
13312 conftest
$ac_exeext conftest.
$ac_ext
13314 echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
13315 echo "${ECHO_T}$ac_cv_func_connect" >&6
13316 if test $ac_cv_func_connect = yes; then
13322 if test "$gcj_checkSocket" = 1; then
13323 unset ac_cv_func_connect
13324 echo "$as_me:$LINENO: checking for main in -lsocket" >&5
13325 echo $ECHO_N "checking for main in -lsocket... $ECHO_C" >&6
13326 if test "${ac_cv_lib_socket_main+set}" = set; then
13327 echo $ECHO_N "(cached) $ECHO_C" >&6
13329 ac_check_lib_save_LIBS
=$LIBS
13330 LIBS
="-lsocket $LIBS"
13331 if test x
$gcc_no_link = xyes
; then
13332 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13333 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13334 { (exit 1); exit 1; }; }
13336 cat >conftest.
$ac_ext <<_ACEOF
13339 cat confdefs.h
>>conftest.
$ac_ext
13340 cat >>conftest.
$ac_ext <<_ACEOF
13341 /* end confdefs.h. */
13352 rm -f conftest.
$ac_objext conftest
$ac_exeext
13353 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13354 (eval $ac_link) 2>conftest.er1
13356 grep -v '^ *+' conftest.er1
>conftest.err
13358 cat conftest.err
>&5
13359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13360 (exit $ac_status); } &&
13361 { ac_try
='test -z "$ac_c_werror_flag"
13362 || test ! -s conftest.err'
13363 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13364 (eval $ac_try) 2>&5
13366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13367 (exit $ac_status); }; } &&
13368 { ac_try
='test -s conftest$ac_exeext'
13369 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13370 (eval $ac_try) 2>&5
13372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13373 (exit $ac_status); }; }; then
13374 ac_cv_lib_socket_main
=yes
13376 echo "$as_me: failed program was:" >&5
13377 sed 's/^/| /' conftest.
$ac_ext >&5
13379 ac_cv_lib_socket_main
=no
13381 rm -f conftest.err conftest.
$ac_objext \
13382 conftest
$ac_exeext conftest.
$ac_ext
13383 LIBS
=$ac_check_lib_save_LIBS
13385 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_main" >&5
13386 echo "${ECHO_T}$ac_cv_lib_socket_main" >&6
13387 if test $ac_cv_lib_socket_main = yes; then
13388 gcj_cv_lib_sockets
="-lsocket"
13394 if test "$gcj_checkBoth" = 1; then
13396 LIBS
="$LIBS -lsocket -lnsl"
13397 unset ac_cv_func_accept
13398 echo "$as_me:$LINENO: checking for accept" >&5
13399 echo $ECHO_N "checking for accept... $ECHO_C" >&6
13400 if test "${ac_cv_func_accept+set}" = set; then
13401 echo $ECHO_N "(cached) $ECHO_C" >&6
13403 if test x
$gcc_no_link = xyes
; then
13404 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13405 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13406 { (exit 1); exit 1; }; }
13408 cat >conftest.
$ac_ext <<_ACEOF
13411 cat confdefs.h
>>conftest.
$ac_ext
13412 cat >>conftest.
$ac_ext <<_ACEOF
13413 /* end confdefs.h. */
13414 /* Define accept to an innocuous variant, in case <limits.h> declares accept.
13415 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13416 #define accept innocuous_accept
13418 /* System header to define __stub macros and hopefully few prototypes,
13419 which can conflict with char accept (); below.
13420 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13421 <limits.h> exists even on freestanding compilers. */
13424 # include <limits.h>
13426 # include <assert.h>
13431 /* Override any gcc2 internal prototype to avoid an error. */
13436 /* We use char because int might match the return type of a gcc2
13437 builtin and then its argument prototype would still apply. */
13439 /* The GNU C library defines this for functions which it implements
13440 to always fail with ENOSYS. Some functions are actually named
13441 something starting with __ and the normal name is an alias. */
13442 #if defined (__stub_accept) || defined (__stub___accept)
13445 char (*f) () = accept;
13454 return f != accept;
13459 rm -f conftest.
$ac_objext conftest
$ac_exeext
13460 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13461 (eval $ac_link) 2>conftest.er1
13463 grep -v '^ *+' conftest.er1
>conftest.err
13465 cat conftest.err
>&5
13466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13467 (exit $ac_status); } &&
13468 { ac_try
='test -z "$ac_c_werror_flag"
13469 || test ! -s conftest.err'
13470 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13471 (eval $ac_try) 2>&5
13473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13474 (exit $ac_status); }; } &&
13475 { ac_try
='test -s conftest$ac_exeext'
13476 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13477 (eval $ac_try) 2>&5
13479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13480 (exit $ac_status); }; }; then
13481 ac_cv_func_accept
=yes
13483 echo "$as_me: failed program was:" >&5
13484 sed 's/^/| /' conftest.
$ac_ext >&5
13486 ac_cv_func_accept
=no
13488 rm -f conftest.err conftest.
$ac_objext \
13489 conftest
$ac_exeext conftest.
$ac_ext
13491 echo "$as_me:$LINENO: result: $ac_cv_func_accept" >&5
13492 echo "${ECHO_T}$ac_cv_func_accept" >&6
13493 if test $ac_cv_func_accept = yes; then
13495 gcj_cv_lib_sockets
="-lsocket -lnsl"
13498 unset ac_cv_func_accept
13501 unset ac_cv_func_gethostbyname
13503 LIBS
="$LIBS $gcj_cv_lib_sockets"
13504 echo "$as_me:$LINENO: checking for gethostbyname" >&5
13505 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
13506 if test "${ac_cv_func_gethostbyname+set}" = set; then
13507 echo $ECHO_N "(cached) $ECHO_C" >&6
13509 if test x
$gcc_no_link = xyes
; then
13510 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13511 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13512 { (exit 1); exit 1; }; }
13514 cat >conftest.
$ac_ext <<_ACEOF
13517 cat confdefs.h
>>conftest.
$ac_ext
13518 cat >>conftest.
$ac_ext <<_ACEOF
13519 /* end confdefs.h. */
13520 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
13521 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13522 #define gethostbyname innocuous_gethostbyname
13524 /* System header to define __stub macros and hopefully few prototypes,
13525 which can conflict with char gethostbyname (); below.
13526 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13527 <limits.h> exists even on freestanding compilers. */
13530 # include <limits.h>
13532 # include <assert.h>
13535 #undef gethostbyname
13537 /* Override any gcc2 internal prototype to avoid an error. */
13542 /* We use char because int might match the return type of a gcc2
13543 builtin and then its argument prototype would still apply. */
13544 char gethostbyname ();
13545 /* The GNU C library defines this for functions which it implements
13546 to always fail with ENOSYS. Some functions are actually named
13547 something starting with __ and the normal name is an alias. */
13548 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
13551 char (*f) () = gethostbyname;
13560 return f != gethostbyname;
13565 rm -f conftest.
$ac_objext conftest
$ac_exeext
13566 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13567 (eval $ac_link) 2>conftest.er1
13569 grep -v '^ *+' conftest.er1
>conftest.err
13571 cat conftest.err
>&5
13572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13573 (exit $ac_status); } &&
13574 { ac_try
='test -z "$ac_c_werror_flag"
13575 || test ! -s conftest.err'
13576 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13577 (eval $ac_try) 2>&5
13579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13580 (exit $ac_status); }; } &&
13581 { ac_try
='test -s conftest$ac_exeext'
13582 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13583 (eval $ac_try) 2>&5
13585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13586 (exit $ac_status); }; }; then
13587 ac_cv_func_gethostbyname
=yes
13589 echo "$as_me: failed program was:" >&5
13590 sed 's/^/| /' conftest.
$ac_ext >&5
13592 ac_cv_func_gethostbyname
=no
13594 rm -f conftest.err conftest.
$ac_objext \
13595 conftest
$ac_exeext conftest.
$ac_ext
13597 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
13598 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
13599 if test $ac_cv_func_gethostbyname = yes; then
13602 echo "$as_me:$LINENO: checking for main in -lnsl" >&5
13603 echo $ECHO_N "checking for main in -lnsl... $ECHO_C" >&6
13604 if test "${ac_cv_lib_nsl_main+set}" = set; then
13605 echo $ECHO_N "(cached) $ECHO_C" >&6
13607 ac_check_lib_save_LIBS
=$LIBS
13609 if test x
$gcc_no_link = xyes
; then
13610 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13611 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13612 { (exit 1); exit 1; }; }
13614 cat >conftest.
$ac_ext <<_ACEOF
13617 cat confdefs.h
>>conftest.
$ac_ext
13618 cat >>conftest.
$ac_ext <<_ACEOF
13619 /* end confdefs.h. */
13630 rm -f conftest.
$ac_objext conftest
$ac_exeext
13631 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13632 (eval $ac_link) 2>conftest.er1
13634 grep -v '^ *+' conftest.er1
>conftest.err
13636 cat conftest.err
>&5
13637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13638 (exit $ac_status); } &&
13639 { ac_try
='test -z "$ac_c_werror_flag"
13640 || test ! -s conftest.err'
13641 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13642 (eval $ac_try) 2>&5
13644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13645 (exit $ac_status); }; } &&
13646 { ac_try
='test -s conftest$ac_exeext'
13647 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13648 (eval $ac_try) 2>&5
13650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13651 (exit $ac_status); }; }; then
13652 ac_cv_lib_nsl_main
=yes
13654 echo "$as_me: failed program was:" >&5
13655 sed 's/^/| /' conftest.
$ac_ext >&5
13657 ac_cv_lib_nsl_main
=no
13659 rm -f conftest.err conftest.
$ac_objext \
13660 conftest
$ac_exeext conftest.
$ac_ext
13661 LIBS
=$ac_check_lib_save_LIBS
13663 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_main" >&5
13664 echo "${ECHO_T}$ac_cv_lib_nsl_main" >&6
13665 if test $ac_cv_lib_nsl_main = yes; then
13666 gcj_cv_lib_sockets
="$gcj_cv_lib_sockets -lnsl"
13671 unset ac_cv_func_gethostbyname
13675 echo "$as_me:$LINENO: result: $gcj_cv_lib_sockets" >&5
13676 echo "${ECHO_T}$gcj_cv_lib_sockets" >&6
13677 SYSTEMSPEC
="$SYSTEMSPEC $gcj_cv_lib_sockets"
13679 if test "$with_system_zlib" = yes; then
13680 echo "$as_me:$LINENO: checking for deflate in -lz" >&5
13681 echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6
13682 if test "${ac_cv_lib_z_deflate+set}" = set; then
13683 echo $ECHO_N "(cached) $ECHO_C" >&6
13685 ac_check_lib_save_LIBS
=$LIBS
13687 if test x
$gcc_no_link = xyes
; then
13688 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13689 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13690 { (exit 1); exit 1; }; }
13692 cat >conftest.
$ac_ext <<_ACEOF
13695 cat confdefs.h
>>conftest.
$ac_ext
13696 cat >>conftest.
$ac_ext <<_ACEOF
13697 /* end confdefs.h. */
13699 /* Override any gcc2 internal prototype to avoid an error. */
13703 /* We use char because int might match the return type of a gcc2
13704 builtin and then its argument prototype would still apply. */
13714 rm -f conftest.
$ac_objext conftest
$ac_exeext
13715 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13716 (eval $ac_link) 2>conftest.er1
13718 grep -v '^ *+' conftest.er1
>conftest.err
13720 cat conftest.err
>&5
13721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13722 (exit $ac_status); } &&
13723 { ac_try
='test -z "$ac_c_werror_flag"
13724 || test ! -s conftest.err'
13725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13726 (eval $ac_try) 2>&5
13728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13729 (exit $ac_status); }; } &&
13730 { ac_try
='test -s conftest$ac_exeext'
13731 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13732 (eval $ac_try) 2>&5
13734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13735 (exit $ac_status); }; }; then
13736 ac_cv_lib_z_deflate
=yes
13738 echo "$as_me: failed program was:" >&5
13739 sed 's/^/| /' conftest.
$ac_ext >&5
13741 ac_cv_lib_z_deflate
=no
13743 rm -f conftest.err conftest.
$ac_objext \
13744 conftest
$ac_exeext conftest.
$ac_ext
13745 LIBS
=$ac_check_lib_save_LIBS
13747 echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
13748 echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6
13749 if test $ac_cv_lib_z_deflate = yes; then
13757 # Test for Gtk stuff, if asked for.
13758 if test "$use_gtk_awt" = yes; then
13762 if test -z "$PKG_CONFIG"; then
13763 # Extract the first word of "pkg-config", so it can be a program name with args.
13764 set dummy pkg-config
; ac_word
=$2
13765 echo "$as_me:$LINENO: checking for $ac_word" >&5
13766 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13767 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
13768 echo $ECHO_N "(cached) $ECHO_C" >&6
13770 case $PKG_CONFIG in
13772 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
13775 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13776 for as_dir
in $PATH
13779 test -z "$as_dir" && as_dir
=.
13780 for ac_exec_ext
in '' $ac_executable_extensions; do
13781 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13782 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
13783 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13789 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
13793 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
13795 if test -n "$PKG_CONFIG"; then
13796 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
13797 echo "${ECHO_T}$PKG_CONFIG" >&6
13799 echo "$as_me:$LINENO: result: no" >&5
13800 echo "${ECHO_T}no" >&6
13805 if test "$PKG_CONFIG" = "no" ; then
13806 echo "*** The pkg-config script could not be found. Make sure it is"
13807 echo "*** in your path, or set the PKG_CONFIG environment variable"
13808 echo "*** to the full path to pkg-config."
13809 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
13811 PKG_CONFIG_MIN_VERSION
=0.9.0
13812 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
13813 echo "$as_me:$LINENO: checking for gtk+-2.0 >= 2.4" >&5
13814 echo $ECHO_N "checking for gtk+-2.0 >= 2.4... $ECHO_C" >&6
13816 if $PKG_CONFIG --exists "gtk+-2.0 >= 2.4" ; then
13817 echo "$as_me:$LINENO: result: yes" >&5
13818 echo "${ECHO_T}yes" >&6
13821 echo "$as_me:$LINENO: checking GTK_CFLAGS" >&5
13822 echo $ECHO_N "checking GTK_CFLAGS... $ECHO_C" >&6
13823 GTK_CFLAGS
=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.4"`
13824 echo "$as_me:$LINENO: result: $GTK_CFLAGS" >&5
13825 echo "${ECHO_T}$GTK_CFLAGS" >&6
13827 echo "$as_me:$LINENO: checking GTK_LIBS" >&5
13828 echo $ECHO_N "checking GTK_LIBS... $ECHO_C" >&6
13829 GTK_LIBS
=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.4"`
13830 echo "$as_me:$LINENO: result: $GTK_LIBS" >&5
13831 echo "${ECHO_T}$GTK_LIBS" >&6
13835 ## If we have a custom action on failure, don't print errors, but
13836 ## do set a variable so people can do so.
13837 GTK_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-2.0 >= 2.4"`
13838 echo $GTK_PKG_ERRORS
13844 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
13845 echo "*** See http://www.freedesktop.org/software/pkgconfig"
13849 if test $succeeded = yes; then
13852 { { echo "$as_me:$LINENO: error: Library requirements (gtk+-2.0 >= 2.4) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&5
13853 echo "$as_me: error: Library requirements (gtk+-2.0 >= 2.4) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&2;}
13854 { (exit 1); exit 1; }; }
13863 if test -z "$PKG_CONFIG"; then
13864 # Extract the first word of "pkg-config", so it can be a program name with args.
13865 set dummy pkg-config
; ac_word
=$2
13866 echo "$as_me:$LINENO: checking for $ac_word" >&5
13867 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13868 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
13869 echo $ECHO_N "(cached) $ECHO_C" >&6
13871 case $PKG_CONFIG in
13873 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
13876 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13877 for as_dir
in $PATH
13880 test -z "$as_dir" && as_dir
=.
13881 for ac_exec_ext
in '' $ac_executable_extensions; do
13882 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13883 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
13884 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13890 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
13894 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
13896 if test -n "$PKG_CONFIG"; then
13897 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
13898 echo "${ECHO_T}$PKG_CONFIG" >&6
13900 echo "$as_me:$LINENO: result: no" >&5
13901 echo "${ECHO_T}no" >&6
13906 if test "$PKG_CONFIG" = "no" ; then
13907 echo "*** The pkg-config script could not be found. Make sure it is"
13908 echo "*** in your path, or set the PKG_CONFIG environment variable"
13909 echo "*** to the full path to pkg-config."
13910 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
13912 PKG_CONFIG_MIN_VERSION
=0.9.0
13913 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
13914 echo "$as_me:$LINENO: checking for glib-2.0 >= 2.4 gthread-2.0 >= 2.4" >&5
13915 echo $ECHO_N "checking for glib-2.0 >= 2.4 gthread-2.0 >= 2.4... $ECHO_C" >&6
13917 if $PKG_CONFIG --exists "glib-2.0 >= 2.4 gthread-2.0 >= 2.4" ; then
13918 echo "$as_me:$LINENO: result: yes" >&5
13919 echo "${ECHO_T}yes" >&6
13922 echo "$as_me:$LINENO: checking GLIB_CFLAGS" >&5
13923 echo $ECHO_N "checking GLIB_CFLAGS... $ECHO_C" >&6
13924 GLIB_CFLAGS
=`$PKG_CONFIG --cflags "glib-2.0 >= 2.4 gthread-2.0 >= 2.4"`
13925 echo "$as_me:$LINENO: result: $GLIB_CFLAGS" >&5
13926 echo "${ECHO_T}$GLIB_CFLAGS" >&6
13928 echo "$as_me:$LINENO: checking GLIB_LIBS" >&5
13929 echo $ECHO_N "checking GLIB_LIBS... $ECHO_C" >&6
13930 GLIB_LIBS
=`$PKG_CONFIG --libs "glib-2.0 >= 2.4 gthread-2.0 >= 2.4"`
13931 echo "$as_me:$LINENO: result: $GLIB_LIBS" >&5
13932 echo "${ECHO_T}$GLIB_LIBS" >&6
13936 ## If we have a custom action on failure, don't print errors, but
13937 ## do set a variable so people can do so.
13938 GLIB_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "glib-2.0 >= 2.4 gthread-2.0 >= 2.4"`
13939 echo $GLIB_PKG_ERRORS
13945 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
13946 echo "*** See http://www.freedesktop.org/software/pkgconfig"
13950 if test $succeeded = yes; then
13953 { { echo "$as_me:$LINENO: error: Library requirements (glib-2.0 >= 2.4 gthread-2.0 >= 2.4) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&5
13954 echo "$as_me: error: Library requirements (glib-2.0 >= 2.4 gthread-2.0 >= 2.4) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&2;}
13955 { (exit 1); exit 1; }; }
13964 if test -z "$PKG_CONFIG"; then
13965 # Extract the first word of "pkg-config", so it can be a program name with args.
13966 set dummy pkg-config
; ac_word
=$2
13967 echo "$as_me:$LINENO: checking for $ac_word" >&5
13968 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
13969 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
13970 echo $ECHO_N "(cached) $ECHO_C" >&6
13972 case $PKG_CONFIG in
13974 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
13977 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
13978 for as_dir
in $PATH
13981 test -z "$as_dir" && as_dir
=.
13982 for ac_exec_ext
in '' $ac_executable_extensions; do
13983 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13984 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
13985 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13991 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
13995 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
13997 if test -n "$PKG_CONFIG"; then
13998 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
13999 echo "${ECHO_T}$PKG_CONFIG" >&6
14001 echo "$as_me:$LINENO: result: no" >&5
14002 echo "${ECHO_T}no" >&6
14007 if test "$PKG_CONFIG" = "no" ; then
14008 echo "*** The pkg-config script could not be found. Make sure it is"
14009 echo "*** in your path, or set the PKG_CONFIG environment variable"
14010 echo "*** to the full path to pkg-config."
14011 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
14013 PKG_CONFIG_MIN_VERSION
=0.9.0
14014 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
14015 echo "$as_me:$LINENO: checking for libart-2.0 >= 2.1" >&5
14016 echo $ECHO_N "checking for libart-2.0 >= 2.1... $ECHO_C" >&6
14018 if $PKG_CONFIG --exists "libart-2.0 >= 2.1" ; then
14019 echo "$as_me:$LINENO: result: yes" >&5
14020 echo "${ECHO_T}yes" >&6
14023 echo "$as_me:$LINENO: checking LIBART_CFLAGS" >&5
14024 echo $ECHO_N "checking LIBART_CFLAGS... $ECHO_C" >&6
14025 LIBART_CFLAGS
=`$PKG_CONFIG --cflags "libart-2.0 >= 2.1"`
14026 echo "$as_me:$LINENO: result: $LIBART_CFLAGS" >&5
14027 echo "${ECHO_T}$LIBART_CFLAGS" >&6
14029 echo "$as_me:$LINENO: checking LIBART_LIBS" >&5
14030 echo $ECHO_N "checking LIBART_LIBS... $ECHO_C" >&6
14031 LIBART_LIBS
=`$PKG_CONFIG --libs "libart-2.0 >= 2.1"`
14032 echo "$as_me:$LINENO: result: $LIBART_LIBS" >&5
14033 echo "${ECHO_T}$LIBART_LIBS" >&6
14037 ## If we have a custom action on failure, don't print errors, but
14038 ## do set a variable so people can do so.
14039 LIBART_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "libart-2.0 >= 2.1"`
14040 echo $LIBART_PKG_ERRORS
14046 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
14047 echo "*** See http://www.freedesktop.org/software/pkgconfig"
14051 if test $succeeded = yes; then
14054 { { echo "$as_me:$LINENO: error: Library requirements (libart-2.0 >= 2.1) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&5
14055 echo "$as_me: error: Library requirements (libart-2.0 >= 2.1) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." >&2;}
14056 { (exit 1); exit 1; }; }
14062 # We require the XTest Extension to support java.awt.Robot.
14063 echo "$as_me:$LINENO: checking for XTestQueryExtension in -lXtst" >&5
14064 echo $ECHO_N "checking for XTestQueryExtension in -lXtst... $ECHO_C" >&6
14065 if test "${ac_cv_lib_Xtst_XTestQueryExtension+set}" = set; then
14066 echo $ECHO_N "(cached) $ECHO_C" >&6
14068 ac_check_lib_save_LIBS
=$LIBS
14069 LIBS
="-lXtst ${X_LIBS} $LIBS"
14070 if test x
$gcc_no_link = xyes
; then
14071 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
14072 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
14073 { (exit 1); exit 1; }; }
14075 cat >conftest.
$ac_ext <<_ACEOF
14078 cat confdefs.h
>>conftest.
$ac_ext
14079 cat >>conftest.
$ac_ext <<_ACEOF
14080 /* end confdefs.h. */
14082 /* Override any gcc2 internal prototype to avoid an error. */
14086 /* We use char because int might match the return type of a gcc2
14087 builtin and then its argument prototype would still apply. */
14088 char XTestQueryExtension ();
14092 XTestQueryExtension ();
14097 rm -f conftest.
$ac_objext conftest
$ac_exeext
14098 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14099 (eval $ac_link) 2>conftest.er1
14101 grep -v '^ *+' conftest.er1
>conftest.err
14103 cat conftest.err
>&5
14104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14105 (exit $ac_status); } &&
14106 { ac_try
='test -z "$ac_c_werror_flag"
14107 || test ! -s conftest.err'
14108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14109 (eval $ac_try) 2>&5
14111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14112 (exit $ac_status); }; } &&
14113 { ac_try
='test -s conftest$ac_exeext'
14114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14115 (eval $ac_try) 2>&5
14117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14118 (exit $ac_status); }; }; then
14119 ac_cv_lib_Xtst_XTestQueryExtension
=yes
14121 echo "$as_me: failed program was:" >&5
14122 sed 's/^/| /' conftest.
$ac_ext >&5
14124 ac_cv_lib_Xtst_XTestQueryExtension
=no
14126 rm -f conftest.err conftest.
$ac_objext \
14127 conftest
$ac_exeext conftest.
$ac_ext
14128 LIBS
=$ac_check_lib_save_LIBS
14130 echo "$as_me:$LINENO: result: $ac_cv_lib_Xtst_XTestQueryExtension" >&5
14131 echo "${ECHO_T}$ac_cv_lib_Xtst_XTestQueryExtension" >&6
14132 if test $ac_cv_lib_Xtst_XTestQueryExtension = yes; then
14135 { { echo "$as_me:$LINENO: error: libXtst not found, required by java.awt.Robot" >&5
14136 echo "$as_me: error: libXtst not found, required by java.awt.Robot" >&2;}
14137 { (exit 1); exit 1; }; }
14142 # On Solaris, and maybe other architectures, the Boehm collector
14144 if test "$GC" = boehm
; then
14145 echo "$as_me:$LINENO: checking for main in -ldl" >&5
14146 echo $ECHO_N "checking for main in -ldl... $ECHO_C" >&6
14147 if test "${ac_cv_lib_dl_main+set}" = set; then
14148 echo $ECHO_N "(cached) $ECHO_C" >&6
14150 ac_check_lib_save_LIBS
=$LIBS
14152 if test x
$gcc_no_link = xyes
; then
14153 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
14154 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
14155 { (exit 1); exit 1; }; }
14157 cat >conftest.
$ac_ext <<_ACEOF
14160 cat confdefs.h
>>conftest.
$ac_ext
14161 cat >>conftest.
$ac_ext <<_ACEOF
14162 /* end confdefs.h. */
14173 rm -f conftest.
$ac_objext conftest
$ac_exeext
14174 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14175 (eval $ac_link) 2>conftest.er1
14177 grep -v '^ *+' conftest.er1
>conftest.err
14179 cat conftest.err
>&5
14180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14181 (exit $ac_status); } &&
14182 { ac_try
='test -z "$ac_c_werror_flag"
14183 || test ! -s conftest.err'
14184 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14185 (eval $ac_try) 2>&5
14187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14188 (exit $ac_status); }; } &&
14189 { ac_try
='test -s conftest$ac_exeext'
14190 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14191 (eval $ac_try) 2>&5
14193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14194 (exit $ac_status); }; }; then
14195 ac_cv_lib_dl_main
=yes
14197 echo "$as_me: failed program was:" >&5
14198 sed 's/^/| /' conftest.
$ac_ext >&5
14200 ac_cv_lib_dl_main
=no
14202 rm -f conftest.err conftest.
$ac_objext \
14203 conftest
$ac_exeext conftest.
$ac_ext
14204 LIBS
=$ac_check_lib_save_LIBS
14206 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_main" >&5
14207 echo "${ECHO_T}$ac_cv_lib_dl_main" >&6
14208 if test $ac_cv_lib_dl_main = yes; then
14209 SYSTEMSPEC
="$SYSTEMSPEC -ldl"
14215 # Use a semicolon as CLASSPATH separator for MinGW, otherwise a colon.
14217 *-mingw32) CLASSPATH_SEPARATOR
=';' ;;
14218 *) CLASSPATH_SEPARATOR
=':' ;;
14222 # We must search the source tree for java.lang, since we still don't
14223 # have libgcj.jar nor java/lang/*.class
14224 GCJ_SAVE_CPPFLAGS
=$CPPFLAGS
14225 CPPFLAGS
="$CPPFLAGS -I`${PWDCMD-pwd}` -I`cd $srcdir && ${PWDCMD-pwd}`"
14227 # Since some classes depend on this one, we need its source available
14228 # before we can do any GCJ compilation test :-(
14229 if test ! -f gnu
/classpath
/Configuration.java
; then
14230 test -d gnu || mkdir gnu
14231 test -d gnu
/classpath || mkdir gnu
/classpath
14232 # Note that it is not crucial that all the values here be correct.
14233 sed -e "s,@prefix@,$prefix," \
14234 -e "s,@VERSION@,$VERSION," \
14235 -e "s,@LIBDEBUG@,false," \
14236 -e "s,@INIT_LOAD_LIBRARY@,false," \
14237 -e "s,@@,$LIBGCJDEBUG," \
14238 -e "s,@default_toolkit@,$TOOLKIT," \
14239 -e "s,@JAVA_LANG_SYSTEM_EXPLICIT_INITIALIZATION@,false," \
14240 -e "s,@GTK_CAIRO_ENABLED@,false," \
14241 < $srcdir/classpath
/gnu
/classpath
/Configuration.java.
in \
14242 > gnu
/classpath
/Configuration.java
14243 # We do not want to redirect the output of the grep below to /dev/null,
14244 # but we add /dev/null to the input list so that grep will print the
14245 # filename of Configuration.java in case it finds any matches.
14246 if grep '@.*@' gnu
/classpath
/Configuration.java
/dev
/null
; then
14247 { { echo "$as_me:$LINENO: error: configure.ac is missing the substitutions above" >&5
14248 echo "$as_me: error: configure.ac is missing the substitutions above" >&2;}
14249 { (exit 1); exit 1; }; }
14253 if test -n "$ac_tool_prefix"; then
14254 # Extract the first word of "${ac_tool_prefix}gcj", so it can be a program name with args.
14255 set dummy
${ac_tool_prefix}gcj
; ac_word
=$2
14256 echo "$as_me:$LINENO: checking for $ac_word" >&5
14257 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14258 if test "${ac_cv_prog_GCJ+set}" = set; then
14259 echo $ECHO_N "(cached) $ECHO_C" >&6
14261 if test -n "$GCJ"; then
14262 ac_cv_prog_GCJ
="$GCJ" # Let the user override the test.
14264 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
14265 for as_dir
in $PATH
14268 test -z "$as_dir" && as_dir
=.
14269 for ac_exec_ext
in '' $ac_executable_extensions; do
14270 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14271 ac_cv_prog_GCJ
="${ac_tool_prefix}gcj"
14272 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14280 GCJ
=$ac_cv_prog_GCJ
14281 if test -n "$GCJ"; then
14282 echo "$as_me:$LINENO: result: $GCJ" >&5
14283 echo "${ECHO_T}$GCJ" >&6
14285 echo "$as_me:$LINENO: result: no" >&5
14286 echo "${ECHO_T}no" >&6
14290 if test -z "$ac_cv_prog_GCJ"; then
14292 # Extract the first word of "gcj", so it can be a program name with args.
14293 set dummy gcj
; ac_word
=$2
14294 echo "$as_me:$LINENO: checking for $ac_word" >&5
14295 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
14296 if test "${ac_cv_prog_ac_ct_GCJ+set}" = set; then
14297 echo $ECHO_N "(cached) $ECHO_C" >&6
14299 if test -n "$ac_ct_GCJ"; then
14300 ac_cv_prog_ac_ct_GCJ
="$ac_ct_GCJ" # Let the user override the test.
14302 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
14303 for as_dir
in $PATH
14306 test -z "$as_dir" && as_dir
=.
14307 for ac_exec_ext
in '' $ac_executable_extensions; do
14308 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14309 ac_cv_prog_ac_ct_GCJ
="gcj"
14310 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14316 test -z "$ac_cv_prog_ac_ct_GCJ" && ac_cv_prog_ac_ct_GCJ
="no"
14319 ac_ct_GCJ
=$ac_cv_prog_ac_ct_GCJ
14320 if test -n "$ac_ct_GCJ"; then
14321 echo "$as_me:$LINENO: result: $ac_ct_GCJ" >&5
14322 echo "${ECHO_T}$ac_ct_GCJ" >&6
14324 echo "$as_me:$LINENO: result: no" >&5
14325 echo "${ECHO_T}no" >&6
14330 GCJ
="$ac_cv_prog_GCJ"
14333 test "x${GCJFLAGS+set}" = xset || GCJFLAGS
="-g -O2"
14339 rm -f gnu
/classpath
/Configuration.java
14341 CPPFLAGS
=$GCJ_SAVE_CPPFLAGS
14343 echo "$as_me:$LINENO: checking for void *" >&5
14344 echo $ECHO_N "checking for void *... $ECHO_C" >&6
14345 if test "${ac_cv_type_void_p+set}" = set; then
14346 echo $ECHO_N "(cached) $ECHO_C" >&6
14348 cat >conftest.
$ac_ext <<_ACEOF
14351 cat confdefs.h
>>conftest.
$ac_ext
14352 cat >>conftest.
$ac_ext <<_ACEOF
14353 /* end confdefs.h. */
14354 $ac_includes_default
14360 if (sizeof (void *))
14366 rm -f conftest.
$ac_objext
14367 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14368 (eval $ac_compile) 2>conftest.er1
14370 grep -v '^ *+' conftest.er1
>conftest.err
14372 cat conftest.err
>&5
14373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14374 (exit $ac_status); } &&
14375 { ac_try
='test -z "$ac_c_werror_flag"
14376 || test ! -s conftest.err'
14377 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14378 (eval $ac_try) 2>&5
14380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14381 (exit $ac_status); }; } &&
14382 { ac_try
='test -s conftest.$ac_objext'
14383 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14384 (eval $ac_try) 2>&5
14386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14387 (exit $ac_status); }; }; then
14388 ac_cv_type_void_p
=yes
14390 echo "$as_me: failed program was:" >&5
14391 sed 's/^/| /' conftest.
$ac_ext >&5
14393 ac_cv_type_void_p
=no
14395 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14397 echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
14398 echo "${ECHO_T}$ac_cv_type_void_p" >&6
14400 echo "$as_me:$LINENO: checking size of void *" >&5
14401 echo $ECHO_N "checking size of void *... $ECHO_C" >&6
14402 if test "${ac_cv_sizeof_void_p+set}" = set; then
14403 echo $ECHO_N "(cached) $ECHO_C" >&6
14405 if test "$ac_cv_type_void_p" = yes; then
14406 # The cast to unsigned long works around a bug in the HP C Compiler
14407 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
14408 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
14409 # This bug is HP SR number 8606223364.
14410 if test "$cross_compiling" = yes; then
14411 # Depending upon the size, compute the lo and hi bounds.
14412 cat >conftest.
$ac_ext <<_ACEOF
14415 cat confdefs.h
>>conftest.
$ac_ext
14416 cat >>conftest.
$ac_ext <<_ACEOF
14417 /* end confdefs.h. */
14418 $ac_includes_default
14422 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)];
14429 rm -f conftest.
$ac_objext
14430 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14431 (eval $ac_compile) 2>conftest.er1
14433 grep -v '^ *+' conftest.er1
>conftest.err
14435 cat conftest.err
>&5
14436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14437 (exit $ac_status); } &&
14438 { ac_try
='test -z "$ac_c_werror_flag"
14439 || test ! -s conftest.err'
14440 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14441 (eval $ac_try) 2>&5
14443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14444 (exit $ac_status); }; } &&
14445 { ac_try
='test -s conftest.$ac_objext'
14446 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14447 (eval $ac_try) 2>&5
14449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14450 (exit $ac_status); }; }; then
14453 cat >conftest.
$ac_ext <<_ACEOF
14456 cat confdefs.h
>>conftest.
$ac_ext
14457 cat >>conftest.
$ac_ext <<_ACEOF
14458 /* end confdefs.h. */
14459 $ac_includes_default
14463 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
14470 rm -f conftest.
$ac_objext
14471 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14472 (eval $ac_compile) 2>conftest.er1
14474 grep -v '^ *+' conftest.er1
>conftest.err
14476 cat conftest.err
>&5
14477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14478 (exit $ac_status); } &&
14479 { ac_try
='test -z "$ac_c_werror_flag"
14480 || test ! -s conftest.err'
14481 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14482 (eval $ac_try) 2>&5
14484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14485 (exit $ac_status); }; } &&
14486 { ac_try
='test -s conftest.$ac_objext'
14487 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14488 (eval $ac_try) 2>&5
14490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14491 (exit $ac_status); }; }; then
14492 ac_hi
=$ac_mid; break
14494 echo "$as_me: failed program was:" >&5
14495 sed 's/^/| /' conftest.
$ac_ext >&5
14497 ac_lo
=`expr $ac_mid + 1`
14498 if test $ac_lo -le $ac_mid; then
14502 ac_mid
=`expr 2 '*' $ac_mid + 1`
14504 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14507 echo "$as_me: failed program was:" >&5
14508 sed 's/^/| /' conftest.
$ac_ext >&5
14510 cat >conftest.
$ac_ext <<_ACEOF
14513 cat confdefs.h
>>conftest.
$ac_ext
14514 cat >>conftest.
$ac_ext <<_ACEOF
14515 /* end confdefs.h. */
14516 $ac_includes_default
14520 static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)];
14527 rm -f conftest.
$ac_objext
14528 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14529 (eval $ac_compile) 2>conftest.er1
14531 grep -v '^ *+' conftest.er1
>conftest.err
14533 cat conftest.err
>&5
14534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14535 (exit $ac_status); } &&
14536 { ac_try
='test -z "$ac_c_werror_flag"
14537 || test ! -s conftest.err'
14538 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14539 (eval $ac_try) 2>&5
14541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14542 (exit $ac_status); }; } &&
14543 { ac_try
='test -s conftest.$ac_objext'
14544 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14545 (eval $ac_try) 2>&5
14547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14548 (exit $ac_status); }; }; then
14551 cat >conftest.
$ac_ext <<_ACEOF
14554 cat confdefs.h
>>conftest.
$ac_ext
14555 cat >>conftest.
$ac_ext <<_ACEOF
14556 /* end confdefs.h. */
14557 $ac_includes_default
14561 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)];
14568 rm -f conftest.
$ac_objext
14569 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14570 (eval $ac_compile) 2>conftest.er1
14572 grep -v '^ *+' conftest.er1
>conftest.err
14574 cat conftest.err
>&5
14575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14576 (exit $ac_status); } &&
14577 { ac_try
='test -z "$ac_c_werror_flag"
14578 || test ! -s conftest.err'
14579 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14580 (eval $ac_try) 2>&5
14582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14583 (exit $ac_status); }; } &&
14584 { ac_try
='test -s conftest.$ac_objext'
14585 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14586 (eval $ac_try) 2>&5
14588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14589 (exit $ac_status); }; }; then
14590 ac_lo
=$ac_mid; break
14592 echo "$as_me: failed program was:" >&5
14593 sed 's/^/| /' conftest.
$ac_ext >&5
14595 ac_hi
=`expr '(' $ac_mid ')' - 1`
14596 if test $ac_mid -le $ac_hi; then
14600 ac_mid
=`expr 2 '*' $ac_mid`
14602 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14605 echo "$as_me: failed program was:" >&5
14606 sed 's/^/| /' conftest.
$ac_ext >&5
14610 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14612 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14613 # Binary search between lo and hi bounds.
14614 while test "x$ac_lo" != "x$ac_hi"; do
14615 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
14616 cat >conftest.
$ac_ext <<_ACEOF
14619 cat confdefs.h
>>conftest.
$ac_ext
14620 cat >>conftest.
$ac_ext <<_ACEOF
14621 /* end confdefs.h. */
14622 $ac_includes_default
14626 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
14633 rm -f conftest.
$ac_objext
14634 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14635 (eval $ac_compile) 2>conftest.er1
14637 grep -v '^ *+' conftest.er1
>conftest.err
14639 cat conftest.err
>&5
14640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14641 (exit $ac_status); } &&
14642 { ac_try
='test -z "$ac_c_werror_flag"
14643 || test ! -s conftest.err'
14644 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14645 (eval $ac_try) 2>&5
14647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14648 (exit $ac_status); }; } &&
14649 { ac_try
='test -s conftest.$ac_objext'
14650 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14651 (eval $ac_try) 2>&5
14653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14654 (exit $ac_status); }; }; then
14657 echo "$as_me: failed program was:" >&5
14658 sed 's/^/| /' conftest.
$ac_ext >&5
14660 ac_lo
=`expr '(' $ac_mid ')' + 1`
14662 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14665 ?
*) ac_cv_sizeof_void_p
=$ac_lo;;
14666 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
14667 See \`config.log' for more details." >&5
14668 echo "$as_me: error: cannot compute sizeof (void *), 77
14669 See \`config.log' for more details." >&2;}
14670 { (exit 1); exit 1; }; } ;;
14673 if test "$cross_compiling" = yes; then
14674 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
14675 See \`config.log' for more details." >&5
14676 echo "$as_me: error: cannot run test program while cross compiling
14677 See \`config.log' for more details." >&2;}
14678 { (exit 1); exit 1; }; }
14680 cat >conftest.
$ac_ext <<_ACEOF
14683 cat confdefs.h
>>conftest.
$ac_ext
14684 cat >>conftest.
$ac_ext <<_ACEOF
14685 /* end confdefs.h. */
14686 $ac_includes_default
14687 long longval () { return (long) (sizeof (void *)); }
14688 unsigned long ulongval () { return (long) (sizeof (void *)); }
14690 #include <stdlib.h>
14695 FILE *f = fopen ("conftest.val", "w");
14698 if (((long) (sizeof (void *))) < 0)
14700 long i = longval ();
14701 if (i != ((long) (sizeof (void *))))
14703 fprintf (f, "%ld\n", i);
14707 unsigned long i = ulongval ();
14708 if (i != ((long) (sizeof (void *))))
14710 fprintf (f, "%lu\n", i);
14712 exit (ferror (f) || fclose (f) != 0);
14718 rm -f conftest
$ac_exeext
14719 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14720 (eval $ac_link) 2>&5
14722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14723 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
14724 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14725 (eval $ac_try) 2>&5
14727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14728 (exit $ac_status); }; }; then
14729 ac_cv_sizeof_void_p
=`cat conftest.val`
14731 echo "$as_me: program exited with status $ac_status" >&5
14732 echo "$as_me: failed program was:" >&5
14733 sed 's/^/| /' conftest.
$ac_ext >&5
14735 ( exit $ac_status )
14736 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
14737 See \`config.log' for more details." >&5
14738 echo "$as_me: error: cannot compute sizeof (void *), 77
14739 See \`config.log' for more details." >&2;}
14740 { (exit 1); exit 1; }; }
14742 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
14747 ac_cv_sizeof_void_p
=0
14750 echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
14751 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6
14752 cat >>confdefs.h
<<_ACEOF
14753 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
14758 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
14759 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
14760 if test "${ac_cv_c_bigendian+set}" = set; then
14761 echo $ECHO_N "(cached) $ECHO_C" >&6
14763 # See if sys/param.h defines the BYTE_ORDER macro.
14764 cat >conftest.
$ac_ext <<_ACEOF
14767 cat confdefs.h
>>conftest.
$ac_ext
14768 cat >>conftest.
$ac_ext <<_ACEOF
14769 /* end confdefs.h. */
14770 #include <sys/types.h>
14771 #include <sys/param.h>
14776 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
14777 bogus endian macros
14784 rm -f conftest.
$ac_objext
14785 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14786 (eval $ac_compile) 2>conftest.er1
14788 grep -v '^ *+' conftest.er1
>conftest.err
14790 cat conftest.err
>&5
14791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14792 (exit $ac_status); } &&
14793 { ac_try
='test -z "$ac_c_werror_flag"
14794 || test ! -s conftest.err'
14795 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14796 (eval $ac_try) 2>&5
14798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14799 (exit $ac_status); }; } &&
14800 { ac_try
='test -s conftest.$ac_objext'
14801 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14802 (eval $ac_try) 2>&5
14804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14805 (exit $ac_status); }; }; then
14806 # It does; now see whether it defined to BIG_ENDIAN or not.
14807 cat >conftest.
$ac_ext <<_ACEOF
14810 cat confdefs.h
>>conftest.
$ac_ext
14811 cat >>conftest.
$ac_ext <<_ACEOF
14812 /* end confdefs.h. */
14813 #include <sys/types.h>
14814 #include <sys/param.h>
14819 #if BYTE_ORDER != BIG_ENDIAN
14827 rm -f conftest.
$ac_objext
14828 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14829 (eval $ac_compile) 2>conftest.er1
14831 grep -v '^ *+' conftest.er1
>conftest.err
14833 cat conftest.err
>&5
14834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14835 (exit $ac_status); } &&
14836 { ac_try
='test -z "$ac_c_werror_flag"
14837 || test ! -s conftest.err'
14838 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14839 (eval $ac_try) 2>&5
14841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14842 (exit $ac_status); }; } &&
14843 { ac_try
='test -s conftest.$ac_objext'
14844 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14845 (eval $ac_try) 2>&5
14847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14848 (exit $ac_status); }; }; then
14849 ac_cv_c_bigendian
=yes
14851 echo "$as_me: failed program was:" >&5
14852 sed 's/^/| /' conftest.
$ac_ext >&5
14854 ac_cv_c_bigendian
=no
14856 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14858 echo "$as_me: failed program was:" >&5
14859 sed 's/^/| /' conftest.
$ac_ext >&5
14861 # It does not; compile a test program.
14862 if test "$cross_compiling" = yes; then
14863 # try to guess the endianness by grepping values into an object file
14864 ac_cv_c_bigendian
=unknown
14865 cat >conftest.
$ac_ext <<_ACEOF
14868 cat confdefs.h
>>conftest.
$ac_ext
14869 cat >>conftest.
$ac_ext <<_ACEOF
14870 /* end confdefs.h. */
14871 short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
14872 short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
14873 void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }
14874 short ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
14875 short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
14876 void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }
14880 _ascii (); _ebcdic ();
14885 rm -f conftest.
$ac_objext
14886 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14887 (eval $ac_compile) 2>conftest.er1
14889 grep -v '^ *+' conftest.er1
>conftest.err
14891 cat conftest.err
>&5
14892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14893 (exit $ac_status); } &&
14894 { ac_try
='test -z "$ac_c_werror_flag"
14895 || test ! -s conftest.err'
14896 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14897 (eval $ac_try) 2>&5
14899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14900 (exit $ac_status); }; } &&
14901 { ac_try
='test -s conftest.$ac_objext'
14902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14903 (eval $ac_try) 2>&5
14905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14906 (exit $ac_status); }; }; then
14907 if grep BIGenDianSyS conftest.
$ac_objext >/dev
/null
; then
14908 ac_cv_c_bigendian
=yes
14910 if grep LiTTleEnDian conftest.
$ac_objext >/dev
/null
; then
14911 if test "$ac_cv_c_bigendian" = unknown
; then
14912 ac_cv_c_bigendian
=no
14914 # finding both strings is unlikely to happen, but who knows?
14915 ac_cv_c_bigendian
=unknown
14919 echo "$as_me: failed program was:" >&5
14920 sed 's/^/| /' conftest.
$ac_ext >&5
14923 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14925 cat >conftest.
$ac_ext <<_ACEOF
14928 cat confdefs.h
>>conftest.
$ac_ext
14929 cat >>conftest.
$ac_ext <<_ACEOF
14930 /* end confdefs.h. */
14934 /* Are we little or big endian? From Harbison&Steele. */
14938 char c[sizeof (long)];
14941 exit (u.c[sizeof (long) - 1] == 1);
14944 rm -f conftest
$ac_exeext
14945 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14946 (eval $ac_link) 2>&5
14948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14949 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
14950 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14951 (eval $ac_try) 2>&5
14953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14954 (exit $ac_status); }; }; then
14955 ac_cv_c_bigendian
=no
14957 echo "$as_me: program exited with status $ac_status" >&5
14958 echo "$as_me: failed program was:" >&5
14959 sed 's/^/| /' conftest.
$ac_ext >&5
14961 ( exit $ac_status )
14962 ac_cv_c_bigendian
=yes
14964 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
14967 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14969 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
14970 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
14971 case $ac_cv_c_bigendian in
14974 cat >>confdefs.h
<<\_ACEOF
14975 #define WORDS_BIGENDIAN 1
14981 { { echo "$as_me:$LINENO: error: unknown endianness
14982 presetting ac_cv_c_bigendian=no (or yes) will help" >&5
14983 echo "$as_me: error: unknown endianness
14984 presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
14985 { (exit 1); exit 1; }; } ;;
14993 if test -z "$ZLIBSPEC"; then
14994 # Use zlib from the GCC tree.
14995 ZINCS
='-I$(top_srcdir)/../zlib'
14996 ZLIBS
=..
/zlib
/libzgcj_convenience.la
14999 SYS_ZLIBS
="$ZLIBSPEC"
15012 if test "$NATIVE" = yes; then
15022 if test "$NEEDS_DATA_START" = yes && test "$NATIVE" = yes; then
15023 NEEDS_DATA_START_TRUE
=
15024 NEEDS_DATA_START_FALSE
='#'
15026 NEEDS_DATA_START_TRUE
='#'
15027 NEEDS_DATA_START_FALSE
=
15032 # Process the option "--enable-version-specific-runtime-libs"
15033 # Calculate toolexeclibdir
15034 case ${version_specific_libs} in
15036 # Need the gcc compiler version to know where to install libraries
15037 # and header files if --enable-version-specific-runtime-libs option
15039 includedir
='$(libdir)/gcc/$(target_noncanonical)/$(gcc_version)/include/'
15040 toolexecdir
='$(libdir)/gcc/$(target_noncanonical)'
15041 toolexecmainlibdir
='$(toolexecdir)/$(gcc_version)$(MULTISUBDIR)'
15042 toolexeclibdir
=$toolexecmainlibdir
15045 if test -n "$with_cross_host" &&
15046 test x
"$with_cross_host" != x
"no"; then
15047 # Install a library built with a cross compiler in tooldir, not libdir.
15048 toolexecdir
='$(exec_prefix)/$(target_noncanonical)'
15049 toolexecmainlibdir
='$(toolexecdir)/lib'
15051 toolexecdir
='$(libdir)/gcc-lib/$(target_noncanonical)'
15052 toolexecmainlibdir
='$(libdir)'
15054 multi_os_directory
=`$CC -print-multi-os-directory`
15055 case $multi_os_directory in
15056 .
) toolexeclibdir
=$toolexecmainlibdir ;; # Avoid trailing /.
15057 *) toolexeclibdir
=$toolexecmainlibdir/$multi_os_directory ;;
15065 # Determine where the standard .db file is found.
15066 multi_os_directory
=`$CC -print-multi-os-directory`
15067 case $multi_os_directory in
15068 .
) dbexecdir
='$(libdir)/gcj-$(gcc_version)' ;; # Avoid /.
15069 *) dbexecdir
='$(libdir)/'$multi_os_directory'/gcj-$(gcc_version)' ;;
15073 # Determine gcj version number.
15074 gcjversion
=`$GCJ -v 2>&1 | sed -n 's/^.*version \([^ ]*\).*$/\1/p'`
15075 GCJVERSION
=$gcjversion
15078 cat >>confdefs.h
<<_ACEOF
15079 #define GCJVERSION "$GCJVERSION"
15084 cat >>confdefs.h
<<\_ACEOF
15085 #define JV_VERSION "1.4.2"
15089 cat >>confdefs.h
<<\_ACEOF
15090 #define JV_API_VERSION "1.4"
15095 case "${with_gxx_include_dir}" in
15097 { { echo "$as_me:$LINENO: error: --with-gxx-include-dir=[dir] requires a directory" >&5
15098 echo "$as_me: error: --with-gxx-include-dir=[dir] requires a directory" >&2;}
15099 { (exit 1); exit 1; }; }
15102 case "${enable_version_specific_runtime_libs}" in
15103 yes) gxx_include_dir
='$(libsubdir)/include/c++' ;;
15105 libstdcxx_incdir
='c++/$(gcc_version)'
15106 gxx_include_dir
='$(prefix)/include/$(libstdcxx_incdir)' ;;
15108 *) gxx_include_dir
=${with_gxx_include_dir} ;;
15114 # We check for sys/filio.h because Solaris 2.5 defines FIONREAD there.
15115 # On that system, sys/ioctl.h will not include sys/filio.h unless
15116 # BSD_COMP is defined; just including sys/filio.h is simpler.
15117 # We avoid AC_HEADER_DIRENT since we really only care about dirent.h
15118 # for now. If you change this, you also must update natFile.cc.
15139 for ac_header
in unistd.h bstring.h sys
/time.h sys
/types.h fcntl.h \
15140 sys
/ioctl.h sys
/filio.h sys
/stat.h sys
/select.h \
15141 sys
/socket.h netinet
/in.h arpa
/inet.h netdb.h net
/if.h \
15142 pwd.h sys
/config.h stdint.h langinfo.h locale.h \
15145 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15146 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15147 echo "$as_me:$LINENO: checking for $ac_header" >&5
15148 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15149 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15150 echo $ECHO_N "(cached) $ECHO_C" >&6
15152 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15153 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15155 # Is the header compilable?
15156 echo "$as_me:$LINENO: checking $ac_header usability" >&5
15157 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15158 cat >conftest.
$ac_ext <<_ACEOF
15161 cat confdefs.h
>>conftest.
$ac_ext
15162 cat >>conftest.
$ac_ext <<_ACEOF
15163 /* end confdefs.h. */
15164 $ac_includes_default
15165 #include <$ac_header>
15167 rm -f conftest.
$ac_objext
15168 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15169 (eval $ac_compile) 2>conftest.er1
15171 grep -v '^ *+' conftest.er1
>conftest.err
15173 cat conftest.err
>&5
15174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15175 (exit $ac_status); } &&
15176 { ac_try
='test -z "$ac_c_werror_flag"
15177 || test ! -s conftest.err'
15178 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15179 (eval $ac_try) 2>&5
15181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15182 (exit $ac_status); }; } &&
15183 { ac_try
='test -s conftest.$ac_objext'
15184 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15185 (eval $ac_try) 2>&5
15187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15188 (exit $ac_status); }; }; then
15189 ac_header_compiler
=yes
15191 echo "$as_me: failed program was:" >&5
15192 sed 's/^/| /' conftest.
$ac_ext >&5
15194 ac_header_compiler
=no
15196 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15197 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15198 echo "${ECHO_T}$ac_header_compiler" >&6
15200 # Is the header present?
15201 echo "$as_me:$LINENO: checking $ac_header presence" >&5
15202 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15203 cat >conftest.
$ac_ext <<_ACEOF
15206 cat confdefs.h
>>conftest.
$ac_ext
15207 cat >>conftest.
$ac_ext <<_ACEOF
15208 /* end confdefs.h. */
15209 #include <$ac_header>
15211 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15212 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
15214 grep -v '^ *+' conftest.er1
>conftest.err
15216 cat conftest.err
>&5
15217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15218 (exit $ac_status); } >/dev
/null
; then
15219 if test -s conftest.err
; then
15220 ac_cpp_err
=$ac_c_preproc_warn_flag
15221 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
15228 if test -z "$ac_cpp_err"; then
15229 ac_header_preproc
=yes
15231 echo "$as_me: failed program was:" >&5
15232 sed 's/^/| /' conftest.
$ac_ext >&5
15234 ac_header_preproc
=no
15236 rm -f conftest.err conftest.
$ac_ext
15237 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15238 echo "${ECHO_T}$ac_header_preproc" >&6
15240 # So? What about this header?
15241 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15243 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15244 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15245 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15246 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15247 ac_header_preproc
=yes
15250 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15251 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15252 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15253 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15254 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15255 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15256 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15257 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15258 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15259 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15260 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15261 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15264 ## ---------------------------------- ##
15265 ## Report this to the libjava lists. ##
15266 ## ---------------------------------- ##
15269 sed "s/^/$as_me: WARNING: /" >&2
15272 echo "$as_me:$LINENO: checking for $ac_header" >&5
15273 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15274 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15275 echo $ECHO_N "(cached) $ECHO_C" >&6
15277 eval "$as_ac_Header=\$ac_header_preproc"
15279 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15280 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15283 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15284 cat >>confdefs.h
<<_ACEOF
15285 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15293 for ac_header
in inttypes.h
15295 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15296 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15297 echo "$as_me:$LINENO: checking for $ac_header" >&5
15298 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15299 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15300 echo $ECHO_N "(cached) $ECHO_C" >&6
15302 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15303 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15305 # Is the header compilable?
15306 echo "$as_me:$LINENO: checking $ac_header usability" >&5
15307 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15308 cat >conftest.
$ac_ext <<_ACEOF
15311 cat confdefs.h
>>conftest.
$ac_ext
15312 cat >>conftest.
$ac_ext <<_ACEOF
15313 /* end confdefs.h. */
15314 $ac_includes_default
15315 #include <$ac_header>
15317 rm -f conftest.
$ac_objext
15318 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15319 (eval $ac_compile) 2>conftest.er1
15321 grep -v '^ *+' conftest.er1
>conftest.err
15323 cat conftest.err
>&5
15324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15325 (exit $ac_status); } &&
15326 { ac_try
='test -z "$ac_c_werror_flag"
15327 || test ! -s conftest.err'
15328 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15329 (eval $ac_try) 2>&5
15331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15332 (exit $ac_status); }; } &&
15333 { ac_try
='test -s conftest.$ac_objext'
15334 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15335 (eval $ac_try) 2>&5
15337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15338 (exit $ac_status); }; }; then
15339 ac_header_compiler
=yes
15341 echo "$as_me: failed program was:" >&5
15342 sed 's/^/| /' conftest.
$ac_ext >&5
15344 ac_header_compiler
=no
15346 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15347 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15348 echo "${ECHO_T}$ac_header_compiler" >&6
15350 # Is the header present?
15351 echo "$as_me:$LINENO: checking $ac_header presence" >&5
15352 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15353 cat >conftest.
$ac_ext <<_ACEOF
15356 cat confdefs.h
>>conftest.
$ac_ext
15357 cat >>conftest.
$ac_ext <<_ACEOF
15358 /* end confdefs.h. */
15359 #include <$ac_header>
15361 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15362 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
15364 grep -v '^ *+' conftest.er1
>conftest.err
15366 cat conftest.err
>&5
15367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15368 (exit $ac_status); } >/dev
/null
; then
15369 if test -s conftest.err
; then
15370 ac_cpp_err
=$ac_c_preproc_warn_flag
15371 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
15378 if test -z "$ac_cpp_err"; then
15379 ac_header_preproc
=yes
15381 echo "$as_me: failed program was:" >&5
15382 sed 's/^/| /' conftest.
$ac_ext >&5
15384 ac_header_preproc
=no
15386 rm -f conftest.err conftest.
$ac_ext
15387 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15388 echo "${ECHO_T}$ac_header_preproc" >&6
15390 # So? What about this header?
15391 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15393 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15394 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15395 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15396 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15397 ac_header_preproc
=yes
15400 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15401 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15402 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15403 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15404 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15405 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15406 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15407 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15408 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15409 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15410 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15411 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15414 ## ---------------------------------- ##
15415 ## Report this to the libjava lists. ##
15416 ## ---------------------------------- ##
15419 sed "s/^/$as_me: WARNING: /" >&2
15422 echo "$as_me:$LINENO: checking for $ac_header" >&5
15423 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15424 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15425 echo $ECHO_N "(cached) $ECHO_C" >&6
15427 eval "$as_ac_Header=\$ac_header_preproc"
15429 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15430 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15433 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15434 cat >>confdefs.h
<<_ACEOF
15435 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15439 cat >>confdefs.h
<<\_ACEOF
15440 #define HAVE_INTTYPES_H 1
15444 cat >>confdefs.h
<<\_ACEOF
15445 #define JV_HAVE_INTTYPES_H 1
15453 echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
15454 echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6
15455 if test "${ac_cv_header_sys_wait_h+set}" = set; then
15456 echo $ECHO_N "(cached) $ECHO_C" >&6
15458 cat >conftest.
$ac_ext <<_ACEOF
15461 cat confdefs.h
>>conftest.
$ac_ext
15462 cat >>conftest.
$ac_ext <<_ACEOF
15463 /* end confdefs.h. */
15464 #include <sys/types.h>
15465 #include <sys/wait.h>
15466 #ifndef WEXITSTATUS
15467 # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
15470 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
15478 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
15483 rm -f conftest.
$ac_objext
15484 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15485 (eval $ac_compile) 2>conftest.er1
15487 grep -v '^ *+' conftest.er1
>conftest.err
15489 cat conftest.err
>&5
15490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15491 (exit $ac_status); } &&
15492 { ac_try
='test -z "$ac_c_werror_flag"
15493 || test ! -s conftest.err'
15494 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15495 (eval $ac_try) 2>&5
15497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15498 (exit $ac_status); }; } &&
15499 { ac_try
='test -s conftest.$ac_objext'
15500 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15501 (eval $ac_try) 2>&5
15503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15504 (exit $ac_status); }; }; then
15505 ac_cv_header_sys_wait_h
=yes
15507 echo "$as_me: failed program was:" >&5
15508 sed 's/^/| /' conftest.
$ac_ext >&5
15510 ac_cv_header_sys_wait_h
=no
15512 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15514 echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
15515 echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
15516 if test $ac_cv_header_sys_wait_h = yes; then
15518 cat >>confdefs.h
<<\_ACEOF
15519 #define HAVE_SYS_WAIT_H 1
15525 echo "$as_me:$LINENO: checking for ssize_t" >&5
15526 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6
15527 if test "${ac_cv_type_ssize_t+set}" = set; then
15528 echo $ECHO_N "(cached) $ECHO_C" >&6
15530 cat >conftest.
$ac_ext <<_ACEOF
15533 cat confdefs.h
>>conftest.
$ac_ext
15534 cat >>conftest.
$ac_ext <<_ACEOF
15535 /* end confdefs.h. */
15536 $ac_includes_default
15542 if (sizeof (ssize_t))
15548 rm -f conftest.
$ac_objext
15549 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15550 (eval $ac_compile) 2>conftest.er1
15552 grep -v '^ *+' conftest.er1
>conftest.err
15554 cat conftest.err
>&5
15555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15556 (exit $ac_status); } &&
15557 { ac_try
='test -z "$ac_c_werror_flag"
15558 || test ! -s conftest.err'
15559 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15560 (eval $ac_try) 2>&5
15562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15563 (exit $ac_status); }; } &&
15564 { ac_try
='test -s conftest.$ac_objext'
15565 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15566 (eval $ac_try) 2>&5
15568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15569 (exit $ac_status); }; }; then
15570 ac_cv_type_ssize_t
=yes
15572 echo "$as_me: failed program was:" >&5
15573 sed 's/^/| /' conftest.
$ac_ext >&5
15575 ac_cv_type_ssize_t
=no
15577 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15579 echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
15580 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6
15581 if test $ac_cv_type_ssize_t = yes; then
15585 cat >>confdefs.h
<<_ACEOF
15586 #define ssize_t int
15592 echo "$as_me:$LINENO: checking for in_addr_t" >&5
15593 echo $ECHO_N "checking for in_addr_t... $ECHO_C" >&6
15594 cat >conftest.
$ac_ext <<_ACEOF
15597 cat confdefs.h
>>conftest.
$ac_ext
15598 cat >>conftest.
$ac_ext <<_ACEOF
15599 /* end confdefs.h. */
15600 #include <sys/types.h>
15602 #include <stdlib.h>
15603 #include <stddef.h>
15605 #if HAVE_NETINET_IN_H
15606 #include <netinet/in.h>
15616 rm -f conftest.
$ac_objext
15617 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15618 (eval $ac_compile) 2>conftest.er1
15620 grep -v '^ *+' conftest.er1
>conftest.err
15622 cat conftest.err
>&5
15623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15624 (exit $ac_status); } &&
15625 { ac_try
='test -z "$ac_c_werror_flag"
15626 || test ! -s conftest.err'
15627 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15628 (eval $ac_try) 2>&5
15630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15631 (exit $ac_status); }; } &&
15632 { ac_try
='test -s conftest.$ac_objext'
15633 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15634 (eval $ac_try) 2>&5
15636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15637 (exit $ac_status); }; }; then
15639 cat >>confdefs.h
<<\_ACEOF
15640 #define HAVE_IN_ADDR_T 1
15643 echo "$as_me:$LINENO: result: yes" >&5
15644 echo "${ECHO_T}yes" >&6
15646 echo "$as_me: failed program was:" >&5
15647 sed 's/^/| /' conftest.
$ac_ext >&5
15649 echo "$as_me:$LINENO: result: no" >&5
15650 echo "${ECHO_T}no" >&6
15652 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15654 echo "$as_me:$LINENO: checking whether struct ip_mreq is in netinet/in.h" >&5
15655 echo $ECHO_N "checking whether struct ip_mreq is in netinet/in.h... $ECHO_C" >&6
15656 cat >conftest.
$ac_ext <<_ACEOF
15659 cat confdefs.h
>>conftest.
$ac_ext
15660 cat >>conftest.
$ac_ext <<_ACEOF
15661 /* end confdefs.h. */
15662 #include <netinet/in.h>
15666 struct ip_mreq mreq;
15671 rm -f conftest.
$ac_objext
15672 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15673 (eval $ac_compile) 2>conftest.er1
15675 grep -v '^ *+' conftest.er1
>conftest.err
15677 cat conftest.err
>&5
15678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15679 (exit $ac_status); } &&
15680 { ac_try
='test -z "$ac_c_werror_flag"
15681 || test ! -s conftest.err'
15682 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15683 (eval $ac_try) 2>&5
15685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15686 (exit $ac_status); }; } &&
15687 { ac_try
='test -s conftest.$ac_objext'
15688 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15689 (eval $ac_try) 2>&5
15691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15692 (exit $ac_status); }; }; then
15694 cat >>confdefs.h
<<\_ACEOF
15695 #define HAVE_STRUCT_IP_MREQ 1
15698 echo "$as_me:$LINENO: result: yes" >&5
15699 echo "${ECHO_T}yes" >&6
15701 echo "$as_me: failed program was:" >&5
15702 sed 's/^/| /' conftest.
$ac_ext >&5
15704 echo "$as_me:$LINENO: result: no" >&5
15705 echo "${ECHO_T}no" >&6
15707 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15709 echo "$as_me:$LINENO: checking whether struct ipv6_mreq is in netinet/in.h" >&5
15710 echo $ECHO_N "checking whether struct ipv6_mreq is in netinet/in.h... $ECHO_C" >&6
15711 cat >conftest.
$ac_ext <<_ACEOF
15714 cat confdefs.h
>>conftest.
$ac_ext
15715 cat >>conftest.
$ac_ext <<_ACEOF
15716 /* end confdefs.h. */
15717 #include <netinet/in.h>
15721 struct ipv6_mreq mreq6;
15726 rm -f conftest.
$ac_objext
15727 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15728 (eval $ac_compile) 2>conftest.er1
15730 grep -v '^ *+' conftest.er1
>conftest.err
15732 cat conftest.err
>&5
15733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15734 (exit $ac_status); } &&
15735 { ac_try
='test -z "$ac_c_werror_flag"
15736 || test ! -s conftest.err'
15737 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15738 (eval $ac_try) 2>&5
15740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15741 (exit $ac_status); }; } &&
15742 { ac_try
='test -s conftest.$ac_objext'
15743 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15744 (eval $ac_try) 2>&5
15746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15747 (exit $ac_status); }; }; then
15749 cat >>confdefs.h
<<\_ACEOF
15750 #define HAVE_STRUCT_IPV6_MREQ 1
15753 echo "$as_me:$LINENO: result: yes" >&5
15754 echo "${ECHO_T}yes" >&6
15756 echo "$as_me: failed program was:" >&5
15757 sed 's/^/| /' conftest.
$ac_ext >&5
15759 echo "$as_me:$LINENO: result: no" >&5
15760 echo "${ECHO_T}no" >&6
15762 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15764 echo "$as_me:$LINENO: checking whether struct sockaddr_in6 is in netinet/in.h" >&5
15765 echo $ECHO_N "checking whether struct sockaddr_in6 is in netinet/in.h... $ECHO_C" >&6
15766 cat >conftest.
$ac_ext <<_ACEOF
15769 cat confdefs.h
>>conftest.
$ac_ext
15770 cat >>conftest.
$ac_ext <<_ACEOF
15771 /* end confdefs.h. */
15772 #include <netinet/in.h>
15776 struct sockaddr_in6 addr6;
15781 rm -f conftest.
$ac_objext
15782 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15783 (eval $ac_compile) 2>conftest.er1
15785 grep -v '^ *+' conftest.er1
>conftest.err
15787 cat conftest.err
>&5
15788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15789 (exit $ac_status); } &&
15790 { ac_try
='test -z "$ac_c_werror_flag"
15791 || test ! -s conftest.err'
15792 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15793 (eval $ac_try) 2>&5
15795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15796 (exit $ac_status); }; } &&
15797 { ac_try
='test -s conftest.$ac_objext'
15798 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15799 (eval $ac_try) 2>&5
15801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15802 (exit $ac_status); }; }; then
15804 cat >>confdefs.h
<<\_ACEOF
15805 #define HAVE_INET6 1
15808 echo "$as_me:$LINENO: result: yes" >&5
15809 echo "${ECHO_T}yes" >&6
15811 echo "$as_me: failed program was:" >&5
15812 sed 's/^/| /' conftest.
$ac_ext >&5
15814 echo "$as_me:$LINENO: result: no" >&5
15815 echo "${ECHO_T}no" >&6
15817 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15819 echo "$as_me:$LINENO: checking for socklen_t in sys/socket.h" >&5
15820 echo $ECHO_N "checking for socklen_t in sys/socket.h... $ECHO_C" >&6
15821 cat >conftest.
$ac_ext <<_ACEOF
15824 cat confdefs.h
>>conftest.
$ac_ext
15825 cat >>conftest.
$ac_ext <<_ACEOF
15826 /* end confdefs.h. */
15827 #define _POSIX_PII_SOCKET
15828 #include <sys/types.h>
15829 #include <sys/socket.h>
15838 rm -f conftest.
$ac_objext
15839 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15840 (eval $ac_compile) 2>conftest.er1
15842 grep -v '^ *+' conftest.er1
>conftest.err
15844 cat conftest.err
>&5
15845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15846 (exit $ac_status); } &&
15847 { ac_try
='test -z "$ac_c_werror_flag"
15848 || test ! -s conftest.err'
15849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15850 (eval $ac_try) 2>&5
15852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15853 (exit $ac_status); }; } &&
15854 { ac_try
='test -s conftest.$ac_objext'
15855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15856 (eval $ac_try) 2>&5
15858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15859 (exit $ac_status); }; }; then
15861 cat >>confdefs.h
<<\_ACEOF
15862 #define HAVE_SOCKLEN_T 1
15865 echo "$as_me:$LINENO: result: yes" >&5
15866 echo "${ECHO_T}yes" >&6
15868 echo "$as_me: failed program was:" >&5
15869 sed 's/^/| /' conftest.
$ac_ext >&5
15871 echo "$as_me:$LINENO: result: no" >&5
15872 echo "${ECHO_T}no" >&6
15874 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15876 echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5
15877 echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
15878 cat >conftest.
$ac_ext <<_ACEOF
15881 cat confdefs.h
>>conftest.
$ac_ext
15882 cat >>conftest.
$ac_ext <<_ACEOF
15883 /* end confdefs.h. */
15888 struct tm tim; tim.tm_gmtoff = 0;
15893 rm -f conftest.
$ac_objext
15894 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15895 (eval $ac_compile) 2>conftest.er1
15897 grep -v '^ *+' conftest.er1
>conftest.err
15899 cat conftest.err
>&5
15900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15901 (exit $ac_status); } &&
15902 { ac_try
='test -z "$ac_c_werror_flag"
15903 || test ! -s conftest.err'
15904 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15905 (eval $ac_try) 2>&5
15907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15908 (exit $ac_status); }; } &&
15909 { ac_try
='test -s conftest.$ac_objext'
15910 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15911 (eval $ac_try) 2>&5
15913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15914 (exit $ac_status); }; }; then
15916 cat >>confdefs.h
<<\_ACEOF
15917 #define STRUCT_TM_HAS_GMTOFF 1
15920 echo "$as_me:$LINENO: result: yes" >&5
15921 echo "${ECHO_T}yes" >&6
15923 echo "$as_me: failed program was:" >&5
15924 sed 's/^/| /' conftest.
$ac_ext >&5
15926 echo "$as_me:$LINENO: result: no" >&5
15927 echo "${ECHO_T}no" >&6
15928 echo "$as_me:$LINENO: checking for global timezone variable" >&5
15929 echo $ECHO_N "checking for global timezone variable... $ECHO_C" >&6
15930 cat >conftest.
$ac_ext <<_ACEOF
15933 cat confdefs.h
>>conftest.
$ac_ext
15934 cat >>conftest.
$ac_ext <<_ACEOF
15935 /* end confdefs.h. */
15940 void i(){long z2 = 2*timezone;}
15945 rm -f conftest.
$ac_objext
15946 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15947 (eval $ac_compile) 2>conftest.er1
15949 grep -v '^ *+' conftest.er1
>conftest.err
15951 cat conftest.err
>&5
15952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15953 (exit $ac_status); } &&
15954 { ac_try
='test -z "$ac_c_werror_flag"
15955 || test ! -s conftest.err'
15956 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15957 (eval $ac_try) 2>&5
15959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15960 (exit $ac_status); }; } &&
15961 { ac_try
='test -s conftest.$ac_objext'
15962 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15963 (eval $ac_try) 2>&5
15965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15966 (exit $ac_status); }; }; then
15968 cat >>confdefs.h
<<\_ACEOF
15969 #define HAVE_TIMEZONE 1
15972 echo "$as_me:$LINENO: result: yes" >&5
15973 echo "${ECHO_T}yes" >&6
15975 echo "$as_me: failed program was:" >&5
15976 sed 's/^/| /' conftest.
$ac_ext >&5
15978 echo "$as_me:$LINENO: result: no" >&5
15979 echo "${ECHO_T}no" >&6
15980 echo "$as_me:$LINENO: checking for global _timezone variable" >&5
15981 echo $ECHO_N "checking for global _timezone variable... $ECHO_C" >&6
15982 cat >conftest.
$ac_ext <<_ACEOF
15985 cat confdefs.h
>>conftest.
$ac_ext
15986 cat >>conftest.
$ac_ext <<_ACEOF
15987 /* end confdefs.h. */
15992 long z2 = _timezone;
15997 rm -f conftest.
$ac_objext
15998 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15999 (eval $ac_compile) 2>conftest.er1
16001 grep -v '^ *+' conftest.er1
>conftest.err
16003 cat conftest.err
>&5
16004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16005 (exit $ac_status); } &&
16006 { ac_try
='test -z "$ac_c_werror_flag"
16007 || test ! -s conftest.err'
16008 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16009 (eval $ac_try) 2>&5
16011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16012 (exit $ac_status); }; } &&
16013 { ac_try
='test -s conftest.$ac_objext'
16014 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16015 (eval $ac_try) 2>&5
16017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16018 (exit $ac_status); }; }; then
16020 cat >>confdefs.h
<<\_ACEOF
16021 #define HAVE_UNDERSCORE_TIMEZONE 1
16024 echo "$as_me:$LINENO: result: yes" >&5
16025 echo "${ECHO_T}yes" >&6
16027 echo "$as_me: failed program was:" >&5
16028 sed 's/^/| /' conftest.
$ac_ext >&5
16030 echo "$as_me:$LINENO: result: no" >&5
16031 echo "${ECHO_T}no" >&6
16033 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16035 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16037 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16039 # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works
16040 # for constant arguments. Useless!
16041 echo "$as_me:$LINENO: checking for working alloca.h" >&5
16042 echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6
16043 if test "${ac_cv_working_alloca_h+set}" = set; then
16044 echo $ECHO_N "(cached) $ECHO_C" >&6
16046 if test x
$gcc_no_link = xyes
; then
16047 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
16048 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
16049 { (exit 1); exit 1; }; }
16051 cat >conftest.
$ac_ext <<_ACEOF
16054 cat confdefs.h
>>conftest.
$ac_ext
16055 cat >>conftest.
$ac_ext <<_ACEOF
16056 /* end confdefs.h. */
16057 #include <alloca.h>
16061 char *p = (char *) alloca (2 * sizeof (int));
16066 rm -f conftest.
$ac_objext conftest
$ac_exeext
16067 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16068 (eval $ac_link) 2>conftest.er1
16070 grep -v '^ *+' conftest.er1
>conftest.err
16072 cat conftest.err
>&5
16073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16074 (exit $ac_status); } &&
16075 { ac_try
='test -z "$ac_c_werror_flag"
16076 || test ! -s conftest.err'
16077 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16078 (eval $ac_try) 2>&5
16080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16081 (exit $ac_status); }; } &&
16082 { ac_try
='test -s conftest$ac_exeext'
16083 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16084 (eval $ac_try) 2>&5
16086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16087 (exit $ac_status); }; }; then
16088 ac_cv_working_alloca_h
=yes
16090 echo "$as_me: failed program was:" >&5
16091 sed 's/^/| /' conftest.
$ac_ext >&5
16093 ac_cv_working_alloca_h
=no
16095 rm -f conftest.err conftest.
$ac_objext \
16096 conftest
$ac_exeext conftest.
$ac_ext
16098 echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5
16099 echo "${ECHO_T}$ac_cv_working_alloca_h" >&6
16100 if test $ac_cv_working_alloca_h = yes; then
16102 cat >>confdefs.h
<<\_ACEOF
16103 #define HAVE_ALLOCA_H 1
16108 echo "$as_me:$LINENO: checking for alloca" >&5
16109 echo $ECHO_N "checking for alloca... $ECHO_C" >&6
16110 if test "${ac_cv_func_alloca_works+set}" = set; then
16111 echo $ECHO_N "(cached) $ECHO_C" >&6
16113 if test x
$gcc_no_link = xyes
; then
16114 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
16115 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
16116 { (exit 1); exit 1; }; }
16118 cat >conftest.
$ac_ext <<_ACEOF
16121 cat confdefs.h
>>conftest.
$ac_ext
16122 cat >>conftest.
$ac_ext <<_ACEOF
16123 /* end confdefs.h. */
16125 # define alloca __builtin_alloca
16128 # include <malloc.h>
16129 # define alloca _alloca
16132 # include <alloca.h>
16137 # ifndef alloca /* predefined by HP cc +Olibcalls */
16148 char *p = (char *) alloca (1);
16153 rm -f conftest.
$ac_objext conftest
$ac_exeext
16154 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16155 (eval $ac_link) 2>conftest.er1
16157 grep -v '^ *+' conftest.er1
>conftest.err
16159 cat conftest.err
>&5
16160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16161 (exit $ac_status); } &&
16162 { ac_try
='test -z "$ac_c_werror_flag"
16163 || test ! -s conftest.err'
16164 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16165 (eval $ac_try) 2>&5
16167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16168 (exit $ac_status); }; } &&
16169 { ac_try
='test -s conftest$ac_exeext'
16170 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16171 (eval $ac_try) 2>&5
16173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16174 (exit $ac_status); }; }; then
16175 ac_cv_func_alloca_works
=yes
16177 echo "$as_me: failed program was:" >&5
16178 sed 's/^/| /' conftest.
$ac_ext >&5
16180 ac_cv_func_alloca_works
=no
16182 rm -f conftest.err conftest.
$ac_objext \
16183 conftest
$ac_exeext conftest.
$ac_ext
16185 echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5
16186 echo "${ECHO_T}$ac_cv_func_alloca_works" >&6
16188 if test $ac_cv_func_alloca_works = yes; then
16190 cat >>confdefs.h
<<\_ACEOF
16191 #define HAVE_ALLOCA 1
16195 # The SVR3 libPW and SVR4 libucb both contain incompatible functions
16196 # that cause trouble. Some versions do not even contain alloca or
16197 # contain a buggy version. If you still want to use their alloca,
16198 # use ar to extract alloca.o from them instead of compiling alloca.c.
16200 ALLOCA
=alloca.
$ac_objext
16202 cat >>confdefs.h
<<\_ACEOF
16207 echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5
16208 echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6
16209 if test "${ac_cv_os_cray+set}" = set; then
16210 echo $ECHO_N "(cached) $ECHO_C" >&6
16212 cat >conftest.
$ac_ext <<_ACEOF
16215 cat confdefs.h
>>conftest.
$ac_ext
16216 cat >>conftest.
$ac_ext <<_ACEOF
16217 /* end confdefs.h. */
16218 #if defined(CRAY) && ! defined(CRAY2)
16225 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
16226 $EGREP "webecray" >/dev
/null
2>&1; then
16234 echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
16235 echo "${ECHO_T}$ac_cv_os_cray" >&6
16236 if test $ac_cv_os_cray = yes; then
16237 for ac_func
in _getb67 GETB67 getb67
; do
16238 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
16239 echo "$as_me:$LINENO: checking for $ac_func" >&5
16240 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
16241 if eval "test \"\${$as_ac_var+set}\" = set"; then
16242 echo $ECHO_N "(cached) $ECHO_C" >&6
16244 if test x
$gcc_no_link = xyes
; then
16245 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
16246 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
16247 { (exit 1); exit 1; }; }
16249 cat >conftest.
$ac_ext <<_ACEOF
16252 cat confdefs.h
>>conftest.
$ac_ext
16253 cat >>conftest.
$ac_ext <<_ACEOF
16254 /* end confdefs.h. */
16255 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
16256 For example, HP-UX 11i <limits.h> declares gettimeofday. */
16257 #define $ac_func innocuous_$ac_func
16259 /* System header to define __stub macros and hopefully few prototypes,
16260 which can conflict with char $ac_func (); below.
16261 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16262 <limits.h> exists even on freestanding compilers. */
16265 # include <limits.h>
16267 # include <assert.h>
16272 /* Override any gcc2 internal prototype to avoid an error. */
16277 /* We use char because int might match the return type of a gcc2
16278 builtin and then its argument prototype would still apply. */
16280 /* The GNU C library defines this for functions which it implements
16281 to always fail with ENOSYS. Some functions are actually named
16282 something starting with __ and the normal name is an alias. */
16283 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
16286 char (*f) () = $ac_func;
16295 return f != $ac_func;
16300 rm -f conftest.
$ac_objext conftest
$ac_exeext
16301 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16302 (eval $ac_link) 2>conftest.er1
16304 grep -v '^ *+' conftest.er1
>conftest.err
16306 cat conftest.err
>&5
16307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16308 (exit $ac_status); } &&
16309 { ac_try
='test -z "$ac_c_werror_flag"
16310 || test ! -s conftest.err'
16311 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16312 (eval $ac_try) 2>&5
16314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16315 (exit $ac_status); }; } &&
16316 { ac_try
='test -s conftest$ac_exeext'
16317 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16318 (eval $ac_try) 2>&5
16320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16321 (exit $ac_status); }; }; then
16322 eval "$as_ac_var=yes"
16324 echo "$as_me: failed program was:" >&5
16325 sed 's/^/| /' conftest.
$ac_ext >&5
16327 eval "$as_ac_var=no"
16329 rm -f conftest.err conftest.
$ac_objext \
16330 conftest
$ac_exeext conftest.
$ac_ext
16332 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
16333 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
16334 if test `eval echo '${'$as_ac_var'}'` = yes; then
16336 cat >>confdefs.h
<<_ACEOF
16337 #define CRAY_STACKSEG_END $ac_func
16346 echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
16347 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
16348 if test "${ac_cv_c_stack_direction+set}" = set; then
16349 echo $ECHO_N "(cached) $ECHO_C" >&6
16351 if test "$cross_compiling" = yes; then
16352 ac_cv_c_stack_direction
=0
16354 cat >conftest.
$ac_ext <<_ACEOF
16357 cat confdefs.h
>>conftest.
$ac_ext
16358 cat >>conftest.
$ac_ext <<_ACEOF
16359 /* end confdefs.h. */
16361 find_stack_direction ()
16363 static char *addr = 0;
16368 return find_stack_direction ();
16371 return (&dummy > addr) ? 1 : -1;
16377 exit (find_stack_direction () < 0);
16380 rm -f conftest
$ac_exeext
16381 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16382 (eval $ac_link) 2>&5
16384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16385 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16386 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16387 (eval $ac_try) 2>&5
16389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16390 (exit $ac_status); }; }; then
16391 ac_cv_c_stack_direction
=1
16393 echo "$as_me: program exited with status $ac_status" >&5
16394 echo "$as_me: failed program was:" >&5
16395 sed 's/^/| /' conftest.
$ac_ext >&5
16397 ( exit $ac_status )
16398 ac_cv_c_stack_direction
=-1
16400 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
16403 echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
16404 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
16406 cat >>confdefs.h
<<_ACEOF
16407 #define STACK_DIRECTION $ac_cv_c_stack_direction
16414 for ac_prog
in perl
16416 # Extract the first word of "$ac_prog", so it can be a program name with args.
16417 set dummy
$ac_prog; ac_word
=$2
16418 echo "$as_me:$LINENO: checking for $ac_word" >&5
16419 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
16420 if test "${ac_cv_prog_PERL+set}" = set; then
16421 echo $ECHO_N "(cached) $ECHO_C" >&6
16423 if test -n "$PERL"; then
16424 ac_cv_prog_PERL
="$PERL" # Let the user override the test.
16426 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
16427 for as_dir
in $PATH
16430 test -z "$as_dir" && as_dir
=.
16431 for ac_exec_ext
in '' $ac_executable_extensions; do
16432 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16433 ac_cv_prog_PERL
="$ac_prog"
16434 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
16442 PERL
=$ac_cv_prog_PERL
16443 if test -n "$PERL"; then
16444 echo "$as_me:$LINENO: result: $PERL" >&5
16445 echo "${ECHO_T}$PERL" >&6
16447 echo "$as_me:$LINENO: result: no" >&5
16448 echo "${ECHO_T}no" >&6
16451 test -n "$PERL" && break
16453 test -n "$PERL" || PERL
="false"
16457 SIGNAL_HANDLER_AUX
=
16461 SIGNAL_HANDLER
=include
/i386-signal.h
16463 sparc
*-sun-solaris*)
16464 SIGNAL_HANDLER
=include
/sparc-signal.h
16467 # SYSDEP_SOURCES=sysdep/ia64.c
16468 # test -d sysdep || mkdir sysdep
16471 SIGNAL_HANDLER
=include
/pa-signal.h
16474 SIGNAL_HANDLER
=include
/hppa-signal.h
16477 SIGNAL_HANDLER
=include
/dwarf2-signal.h
16480 SIGNAL_HANDLER
=include
/powerpc-signal.h
16483 SIGNAL_HANDLER
=include
/dwarf2-signal.h
16486 SIGNAL_HANDLER
=include
/s390-signal.h
16489 SIGNAL_HANDLER
=include
/x86_64-signal.h
16490 SIGNAL_HANDLER_AUX
=include
/i386-signal.h
16493 SIGNAL_HANDLER
=include
/dwarf2-signal.h
16496 SIGNAL_HANDLER
=include
/sh-signal.h
16499 SIGNAL_HANDLER
=include
/win32-signal.h
16502 SIGNAL_HANDLER
=include
/mips-signal.h
16505 SIGNAL_HANDLER
=include
/darwin-signal.h
16508 SIGNAL_HANDLER
=include
/default-signal.h
16512 # If we're using sjlj exceptions, forget what we just learned.
16513 if test "$enable_sjlj_exceptions" = yes; then
16514 SIGNAL_HANDLER
=include
/default-signal.h
16515 SIGNAL_HANDLER_AUX
=
16520 if test -z "$SIGNAL_HANDLER_AUX"; then
16521 SIGNAL_HANDLER_AUX
=$SIGNAL_HANDLER
16524 ac_config_links
="$ac_config_links include/java-signal.h:$SIGNAL_HANDLER include/java-signal-aux.h:$SIGNAL_HANDLER_AUX"
16527 if test "${multilib}" = "yes"; then
16528 multilib_arg
="--enable-multilib"
16533 # See if we support thread-local storage.
16535 # Check whether --enable-tls or --disable-tls was given.
16536 if test "${enable_tls+set}" = set; then
16537 enableval
="$enable_tls"
16539 case "$enableval" in
16541 *) { { echo "$as_me:$LINENO: error: Argument to enable/disable tls must be yes or no" >&5
16542 echo "$as_me: error: Argument to enable/disable tls must be yes or no" >&2;}
16543 { (exit 1); exit 1; }; } ;;
16550 echo "$as_me:$LINENO: checking whether the target supports thread-local storage" >&5
16551 echo $ECHO_N "checking whether the target supports thread-local storage... $ECHO_C" >&6
16552 if test "${have_tls+set}" = set; then
16553 echo $ECHO_N "(cached) $ECHO_C" >&6
16556 if test "$cross_compiling" = yes; then
16557 cat >conftest.
$ac_ext <<_ACEOF
16560 rm -f conftest.
$ac_objext
16561 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16562 (eval $ac_compile) 2>conftest.er1
16564 grep -v '^ *+' conftest.er1
>conftest.err
16566 cat conftest.err
>&5
16567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16568 (exit $ac_status); } &&
16569 { ac_try
='test -z "$ac_c_werror_flag"
16570 || test ! -s conftest.err'
16571 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16572 (eval $ac_try) 2>&5
16574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16575 (exit $ac_status); }; } &&
16576 { ac_try
='test -s conftest.$ac_objext'
16577 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16578 (eval $ac_try) 2>&5
16580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16581 (exit $ac_status); }; }; then
16584 echo "$as_me: failed program was:" >&5
16585 sed 's/^/| /' conftest.
$ac_ext >&5
16589 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16592 cat >conftest.
$ac_ext <<_ACEOF
16593 __thread int a; int b; int main() { return a = b; }
16595 rm -f conftest
$ac_exeext
16596 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16597 (eval $ac_link) 2>&5
16599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16600 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16601 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16602 (eval $ac_try) 2>&5
16604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16605 (exit $ac_status); }; }; then
16606 save_LDFLAGS
="$LDFLAGS"
16607 LDFLAGS
="-static $LDFLAGS"
16608 if test "$cross_compiling" = yes; then
16609 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
16610 See \`config.log' for more details." >&5
16611 echo "$as_me: error: cannot run test program while cross compiling
16612 See \`config.log' for more details." >&2;}
16613 { (exit 1); exit 1; }; }
16615 cat >conftest.
$ac_ext <<_ACEOF
16616 __thread int a; int b; int main() { return a = b; }
16618 rm -f conftest
$ac_exeext
16619 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16620 (eval $ac_link) 2>&5
16622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16623 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16624 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16625 (eval $ac_try) 2>&5
16627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16628 (exit $ac_status); }; }; then
16631 echo "$as_me: program exited with status $ac_status" >&5
16632 echo "$as_me: failed program was:" >&5
16633 sed 's/^/| /' conftest.
$ac_ext >&5
16635 ( exit $ac_status )
16638 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
16640 LDFLAGS
="$save_LDFLAGS"
16642 echo "$as_me: program exited with status $ac_status" >&5
16643 echo "$as_me: failed program was:" >&5
16644 sed 's/^/| /' conftest.
$ac_ext >&5
16646 ( exit $ac_status )
16649 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
16652 echo "$as_me:$LINENO: result: $have_tls" >&5
16653 echo "${ECHO_T}$have_tls" >&6
16654 if test "$enable_tls $have_tls" = "yes yes"; then
16656 cat >>confdefs.h
<<\_ACEOF
16662 # Check if linker supports static linking on a per library basis
16663 LD_START_STATIC_SPEC
=
16664 LD_FINISH_STATIC_SPEC
=
16665 if $LD --help 2>&1 |
grep -q -e -call_shared ; then
16666 if $LD --help 2>&1 |
grep -q -e -non_shared ; then
16667 LD_START_STATIC_SPEC
='%{static-libgcj:-non_shared}'
16668 LD_FINISH_STATIC_SPEC
='%{static-libgcj:-call_shared}'
16674 here
=`${PWDCMD-pwd}`
16677 # We get this from the environment.
16680 ac_config_files
="$ac_config_files Makefile libgcj.pc libgcj.spec libgcj-test.spec gcj/Makefile include/Makefile testsuite/Makefile"
16683 ac_config_commands
="$ac_config_commands default"
16686 cat >confcache
<<\_ACEOF
16687 # This file is a shell script that caches the results of configure
16688 # tests run on this system so they can be shared between configure
16689 # scripts and configure runs, see configure's option --config-cache.
16690 # It is not useful on other systems. If it contains results you don't
16691 # want to keep, you may remove or edit it.
16693 # config.status only pays attention to the cache file if you give it
16694 # the --recheck option to rerun configure.
16696 # `ac_cv_env_foo' variables (set or unset) will be overridden when
16697 # loading this file, other *unset* `ac_cv_foo' will be assigned the
16698 # following values.
16702 # The following way of writing the cache mishandles newlines in values,
16703 # but we know of no workaround that is simple, portable, and efficient.
16704 # So, don't put newlines in cache variables' values.
16705 # Ultrix sh set writes to stderr and can't be redirected directly,
16706 # and sets the high bit in the cache file unless we assign to the vars.
16709 case `(ac_space=' '; set | grep ac_space) 2>&1` in
16711 # `set' does not quote correctly, so add quotes (double-quote
16712 # substitution turns \\\\ into \\, and sed turns \\ into \).
16715 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
16718 # `set' quotes correctly as required by POSIX, so do not add quotes.
16720 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
16727 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
16729 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
16731 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
16732 if test -w $cache_file; then
16733 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
16734 cat confcache
>$cache_file
16736 echo "not updating unwritable cache $cache_file"
16741 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
16742 # Let make expand exec_prefix.
16743 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
16745 # VPATH may cause trouble with some makes, so we remove $(srcdir),
16746 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
16747 # trailing colons and then remove the whole line if VPATH becomes empty
16748 # (actually we leave an empty line to preserve line numbers).
16749 if test "x$srcdir" = x.
; then
16750 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
16751 s/:*\$(srcdir):*/:/;
16752 s/:*\${srcdir}:*/:/;
16754 s/^\([^=]*=[ ]*\):*/\1/;
16760 DEFS
=-DHAVE_CONFIG_H
16764 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
16765 # 1. Remove the extension, and $U if already installed.
16766 ac_i
=`echo "$ac_i" |
16767 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
16769 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
16770 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
16772 LIBOBJS
=$ac_libobjs
16774 LTLIBOBJS
=$ac_ltlibobjs
16777 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
16778 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
16779 Usually this means the macro was only invoked conditionally." >&5
16780 echo "$as_me: error: conditional \"AMDEP\" was never defined.
16781 Usually this means the macro was only invoked conditionally." >&2;}
16782 { (exit 1); exit 1; }; }
16784 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
16785 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
16786 Usually this means the macro was only invoked conditionally." >&5
16787 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
16788 Usually this means the macro was only invoked conditionally." >&2;}
16789 { (exit 1); exit 1; }; }
16791 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
16792 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
16793 Usually this means the macro was only invoked conditionally." >&5
16794 echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
16795 Usually this means the macro was only invoked conditionally." >&2;}
16796 { (exit 1); exit 1; }; }
16798 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
16799 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
16800 Usually this means the macro was only invoked conditionally." >&5
16801 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
16802 Usually this means the macro was only invoked conditionally." >&2;}
16803 { (exit 1); exit 1; }; }
16805 if test -z "${XLIB_AWT_TRUE}" && test -z "${XLIB_AWT_FALSE}"; then
16806 { { echo "$as_me:$LINENO: error: conditional \"XLIB_AWT\" was never defined.
16807 Usually this means the macro was only invoked conditionally." >&5
16808 echo "$as_me: error: conditional \"XLIB_AWT\" was never defined.
16809 Usually this means the macro was only invoked conditionally." >&2;}
16810 { (exit 1); exit 1; }; }
16812 if test -z "${GTK_AWT_TRUE}" && test -z "${GTK_AWT_FALSE}"; then
16813 { { echo "$as_me:$LINENO: error: conditional \"GTK_AWT\" was never defined.
16814 Usually this means the macro was only invoked conditionally." >&5
16815 echo "$as_me: error: conditional \"GTK_AWT\" was never defined.
16816 Usually this means the macro was only invoked conditionally." >&2;}
16817 { (exit 1); exit 1; }; }
16819 if test -z "${QT_AWT_TRUE}" && test -z "${QT_AWT_FALSE}"; then
16820 { { echo "$as_me:$LINENO: error: conditional \"QT_AWT\" was never defined.
16821 Usually this means the macro was only invoked conditionally." >&5
16822 echo "$as_me: error: conditional \"QT_AWT\" was never defined.
16823 Usually this means the macro was only invoked conditionally." >&2;}
16824 { (exit 1); exit 1; }; }
16826 if test -z "${am__fastdepGCJ_TRUE}" && test -z "${am__fastdepGCJ_FALSE}"; then
16827 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepGCJ\" was never defined.
16828 Usually this means the macro was only invoked conditionally." >&5
16829 echo "$as_me: error: conditional \"am__fastdepGCJ\" was never defined.
16830 Usually this means the macro was only invoked conditionally." >&2;}
16831 { (exit 1); exit 1; }; }
16833 if test -z "${TESTSUBDIR_TRUE}" && test -z "${TESTSUBDIR_FALSE}"; then
16834 { { echo "$as_me:$LINENO: error: conditional \"TESTSUBDIR\" was never defined.
16835 Usually this means the macro was only invoked conditionally." >&5
16836 echo "$as_me: error: conditional \"TESTSUBDIR\" was never defined.
16837 Usually this means the macro was only invoked conditionally." >&2;}
16838 { (exit 1); exit 1; }; }
16840 if test -z "${JAVA_HOME_SET_TRUE}" && test -z "${JAVA_HOME_SET_FALSE}"; then
16841 { { echo "$as_me:$LINENO: error: conditional \"JAVA_HOME_SET\" was never defined.
16842 Usually this means the macro was only invoked conditionally." >&5
16843 echo "$as_me: error: conditional \"JAVA_HOME_SET\" was never defined.
16844 Usually this means the macro was only invoked conditionally." >&2;}
16845 { (exit 1); exit 1; }; }
16847 if test -z "${USING_WIN32_PLATFORM_TRUE}" && test -z "${USING_WIN32_PLATFORM_FALSE}"; then
16848 { { echo "$as_me:$LINENO: error: conditional \"USING_WIN32_PLATFORM\" was never defined.
16849 Usually this means the macro was only invoked conditionally." >&5
16850 echo "$as_me: error: conditional \"USING_WIN32_PLATFORM\" was never defined.
16851 Usually this means the macro was only invoked conditionally." >&2;}
16852 { (exit 1); exit 1; }; }
16854 if test -z "${USING_POSIX_PLATFORM_TRUE}" && test -z "${USING_POSIX_PLATFORM_FALSE}"; then
16855 { { echo "$as_me:$LINENO: error: conditional \"USING_POSIX_PLATFORM\" was never defined.
16856 Usually this means the macro was only invoked conditionally." >&5
16857 echo "$as_me: error: conditional \"USING_POSIX_PLATFORM\" was never defined.
16858 Usually this means the macro was only invoked conditionally." >&2;}
16859 { (exit 1); exit 1; }; }
16861 if test -z "${USING_DARWIN_CRT_TRUE}" && test -z "${USING_DARWIN_CRT_FALSE}"; then
16862 { { echo "$as_me:$LINENO: error: conditional \"USING_DARWIN_CRT\" was never defined.
16863 Usually this means the macro was only invoked conditionally." >&5
16864 echo "$as_me: error: conditional \"USING_DARWIN_CRT\" was never defined.
16865 Usually this means the macro was only invoked conditionally." >&2;}
16866 { (exit 1); exit 1; }; }
16868 if test -z "${GTK_CAIRO_TRUE}" && test -z "${GTK_CAIRO_FALSE}"; then
16869 { { echo "$as_me:$LINENO: error: conditional \"GTK_CAIRO\" was never defined.
16870 Usually this means the macro was only invoked conditionally." >&5
16871 echo "$as_me: error: conditional \"GTK_CAIRO\" was never defined.
16872 Usually this means the macro was only invoked conditionally." >&2;}
16873 { (exit 1); exit 1; }; }
16875 if test -z "${USING_BOEHMGC_TRUE}" && test -z "${USING_BOEHMGC_FALSE}"; then
16876 { { echo "$as_me:$LINENO: error: conditional \"USING_BOEHMGC\" was never defined.
16877 Usually this means the macro was only invoked conditionally." >&5
16878 echo "$as_me: error: conditional \"USING_BOEHMGC\" was never defined.
16879 Usually this means the macro was only invoked conditionally." >&2;}
16880 { (exit 1); exit 1; }; }
16882 if test -z "${USING_NOGC_TRUE}" && test -z "${USING_NOGC_FALSE}"; then
16883 { { echo "$as_me:$LINENO: error: conditional \"USING_NOGC\" was never defined.
16884 Usually this means the macro was only invoked conditionally." >&5
16885 echo "$as_me: error: conditional \"USING_NOGC\" was never defined.
16886 Usually this means the macro was only invoked conditionally." >&2;}
16887 { (exit 1); exit 1; }; }
16889 if test -z "${USING_POSIX_THREADS_TRUE}" && test -z "${USING_POSIX_THREADS_FALSE}"; then
16890 { { echo "$as_me:$LINENO: error: conditional \"USING_POSIX_THREADS\" was never defined.
16891 Usually this means the macro was only invoked conditionally." >&5
16892 echo "$as_me: error: conditional \"USING_POSIX_THREADS\" was never defined.
16893 Usually this means the macro was only invoked conditionally." >&2;}
16894 { (exit 1); exit 1; }; }
16896 if test -z "${USING_WIN32_THREADS_TRUE}" && test -z "${USING_WIN32_THREADS_FALSE}"; then
16897 { { echo "$as_me:$LINENO: error: conditional \"USING_WIN32_THREADS\" was never defined.
16898 Usually this means the macro was only invoked conditionally." >&5
16899 echo "$as_me: error: conditional \"USING_WIN32_THREADS\" was never defined.
16900 Usually this means the macro was only invoked conditionally." >&2;}
16901 { (exit 1); exit 1; }; }
16903 if test -z "${USING_NO_THREADS_TRUE}" && test -z "${USING_NO_THREADS_FALSE}"; then
16904 { { echo "$as_me:$LINENO: error: conditional \"USING_NO_THREADS\" was never defined.
16905 Usually this means the macro was only invoked conditionally." >&5
16906 echo "$as_me: error: conditional \"USING_NO_THREADS\" was never defined.
16907 Usually this means the macro was only invoked conditionally." >&2;}
16908 { (exit 1); exit 1; }; }
16910 if test -z "${USING_GCC_TRUE}" && test -z "${USING_GCC_FALSE}"; then
16911 { { echo "$as_me:$LINENO: error: conditional \"USING_GCC\" was never defined.
16912 Usually this means the macro was only invoked conditionally." >&5
16913 echo "$as_me: error: conditional \"USING_GCC\" was never defined.
16914 Usually this means the macro was only invoked conditionally." >&2;}
16915 { (exit 1); exit 1; }; }
16917 if test -z "${NATIVE_TRUE}" && test -z "${NATIVE_FALSE}"; then
16918 { { echo "$as_me:$LINENO: error: conditional \"NATIVE\" was never defined.
16919 Usually this means the macro was only invoked conditionally." >&5
16920 echo "$as_me: error: conditional \"NATIVE\" was never defined.
16921 Usually this means the macro was only invoked conditionally." >&2;}
16922 { (exit 1); exit 1; }; }
16924 if test -z "${NEEDS_DATA_START_TRUE}" && test -z "${NEEDS_DATA_START_FALSE}"; then
16925 { { echo "$as_me:$LINENO: error: conditional \"NEEDS_DATA_START\" was never defined.
16926 Usually this means the macro was only invoked conditionally." >&5
16927 echo "$as_me: error: conditional \"NEEDS_DATA_START\" was never defined.
16928 Usually this means the macro was only invoked conditionally." >&2;}
16929 { (exit 1); exit 1; }; }
16932 : ${CONFIG_STATUS=./config.status}
16933 ac_clean_files_save
=$ac_clean_files
16934 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
16935 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
16936 echo "$as_me: creating $CONFIG_STATUS" >&6;}
16937 cat >$CONFIG_STATUS <<_ACEOF
16939 # Generated by $as_me.
16940 # Run this file to recreate the current configuration.
16941 # Compiler output produced by configure, useful for debugging
16942 # configure, is in config.log if it exists.
16945 ac_cs_recheck=false
16947 SHELL=\${CONFIG_SHELL-$SHELL}
16950 cat >>$CONFIG_STATUS <<\_ACEOF
16951 ## --------------------- ##
16952 ## M4sh Initialization. ##
16953 ## --------------------- ##
16955 # Be Bourne compatible
16956 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
16959 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
16960 # is contrary to our usage. Disable this feature.
16961 alias -g '${1+"$@"}'='"$@"'
16962 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
16965 DUALCASE
=1; export DUALCASE
# for MKS sh
16967 # Support unset when possible.
16968 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
16975 # Work around bugs in pre-3.0 UWIN ksh.
16976 $as_unset ENV MAIL MAILPATH
16983 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
16984 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
16985 LC_TELEPHONE LC_TIME
16987 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
16988 eval $as_var=C
; export $as_var
16994 # Required to use basename.
16995 if expr a
: '\(a\)' >/dev
/null
2>&1; then
17001 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
17002 as_basename
=basename
17008 # Name of the executable.
17009 as_me
=`$as_basename "$0" ||
17010 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
17011 X"$0" : 'X\(//\)$' \| \
17012 X"$0" : 'X\(/\)$' \| \
17013 . : '\(.\)' 2>/dev/null ||
17015 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
17016 /^X\/\(\/\/\)$/{ s//\1/; q; }
17017 /^X\/\(\/\).*/{ s//\1/; q; }
17021 # PATH needs CR, and LINENO needs CR and PATH.
17022 # Avoid depending upon Character Ranges.
17023 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
17024 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
17025 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
17026 as_cr_digits
='0123456789'
17027 as_cr_alnum
=$as_cr_Letters$as_cr_digits
17029 # The user is always right.
17030 if test "${PATH_SEPARATOR+set}" != set; then
17031 echo "#! /bin/sh" >conf$$.sh
17032 echo "exit 0" >>conf$$.sh
17034 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
17043 as_lineno_1
=$LINENO
17044 as_lineno_2
=$LINENO
17045 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
17046 test "x$as_lineno_1" != "x$as_lineno_2" &&
17047 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
17048 # Find who we are. Look in the path if we contain no path at all
17051 *[\\/]* ) as_myself
=$0 ;;
17052 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
17053 for as_dir
in $PATH
17056 test -z "$as_dir" && as_dir
=.
17057 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
17062 # We did not find ourselves, most probably we were run as `sh COMMAND'
17063 # in which case we are not to be found in the path.
17064 if test "x$as_myself" = x
; then
17067 if test ! -f "$as_myself"; then
17068 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
17069 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
17070 { (exit 1); exit 1; }; }
17072 case $CONFIG_SHELL in
17074 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
17075 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
17078 test -z "$as_dir" && as_dir
=.
17079 for as_base
in sh bash ksh sh5
; do
17082 if ("$as_dir/$as_base" -c '
17083 as_lineno_1=$LINENO
17084 as_lineno_2=$LINENO
17085 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
17086 test "x$as_lineno_1" != "x$as_lineno_2" &&
17087 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
17088 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
17089 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
17090 CONFIG_SHELL
=$as_dir/$as_base
17091 export CONFIG_SHELL
17092 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
17100 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
17101 # uniformly replaced by the line number. The first 'sed' inserts a
17102 # line-number line before each line; the second 'sed' does the real
17103 # work. The second script uses 'N' to pair each line-number line
17104 # with the numbered line, and appends trailing '-' during
17105 # substitution so that $LINENO is not a special case at line end.
17106 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
17107 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
17108 sed '=' <$as_myself |
17113 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
17116 s,^['$as_cr_digits']*\n,,
17117 ' >$as_me.lineno
&&
17118 chmod +x
$as_me.lineno ||
17119 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
17120 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
17121 { (exit 1); exit 1; }; }
17123 # Don't try to exec as it changes $[0], causing all sort of problems
17124 # (the dirname of $[0] is not the place where we might find the
17125 # original and so on. Autoconf is especially sensible to this).
17127 # Exit status is that of the last command.
17132 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
17133 *c
*,-n*) ECHO_N
= ECHO_C
='
17135 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
17136 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
17139 if expr a
: '\(a\)' >/dev
/null
2>&1; then
17145 rm -f conf$$ conf$$.exe conf$$.
file
17147 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
17148 # We could just check for DJGPP; but this test a) works b) is more generic
17149 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
17150 if test -f conf$$.exe
; then
17151 # Don't use ln at all; we don't have any links
17156 elif ln conf$$.
file conf$$
2>/dev
/null
; then
17161 rm -f conf$$ conf$$.exe conf$$.
file
17163 if mkdir
-p .
2>/dev
/null
; then
17166 test -d .
/-p && rmdir .
/-p
17170 as_executable_p
="test -f"
17172 # Sed expression to map a string onto a valid CPP name.
17173 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
17175 # Sed expression to map a string onto a valid variable name.
17176 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
17180 # We need space, tab and new line, in precisely that order.
17190 # Open the log real soon, to keep \$[0] and so on meaningful, and to
17191 # report actual input values of CONFIG_FILES etc. instead of their
17192 # values after options handling. Logging --version etc. is OK.
17196 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
17197 ## Running $as_me. ##
17202 This file was extended by libjava $as_me version-unused, which was
17203 generated by GNU Autoconf 2.59. Invocation command line was
17205 CONFIG_FILES = $CONFIG_FILES
17206 CONFIG_HEADERS = $CONFIG_HEADERS
17207 CONFIG_LINKS = $CONFIG_LINKS
17208 CONFIG_COMMANDS = $CONFIG_COMMANDS
17212 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
17216 # Files that config.status was made for.
17217 if test -n "$ac_config_files"; then
17218 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
17221 if test -n "$ac_config_headers"; then
17222 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
17225 if test -n "$ac_config_links"; then
17226 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
17229 if test -n "$ac_config_commands"; then
17230 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
17233 cat >>$CONFIG_STATUS <<\_ACEOF
17236 \`$as_me' instantiates files from templates according to the
17237 current configuration.
17239 Usage: $0 [OPTIONS] [FILE]...
17241 -h, --help print this help, then exit
17242 -V, --version print version number, then exit
17243 -q, --quiet do not print progress messages
17244 -d, --debug don't remove temporary files
17245 --recheck update $as_me by reconfiguring in the same conditions
17246 --file=FILE[:TEMPLATE]
17247 instantiate the configuration file FILE
17248 --header=FILE[:TEMPLATE]
17249 instantiate the configuration header FILE
17251 Configuration files:
17254 Configuration headers:
17257 Configuration links:
17260 Configuration commands:
17263 Report bugs to <bug-autoconf@gnu.org>."
17266 cat >>$CONFIG_STATUS <<_ACEOF
17268 libjava config.status version-unused
17269 configured by $0, generated by GNU Autoconf 2.59,
17270 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
17272 Copyright (C) 2003 Free Software Foundation, Inc.
17273 This config.status script is free software; the Free Software Foundation
17274 gives unlimited permission to copy, distribute and modify it."
17279 cat >>$CONFIG_STATUS <<\_ACEOF
17280 # If no file are specified by the user, then we need to provide default
17281 # value. By we need to know if files were specified by the user.
17287 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
17288 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
17296 *) # This is not an option, so the user has probably given explicit
17299 ac_need_defaults
=false
;;
17303 # Handling of the options.
17305 cat >>$CONFIG_STATUS <<\_ACEOF
17306 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
17308 --version |
--vers* |
-V )
17309 echo "$ac_cs_version"; exit 0 ;;
17311 # Conflict between --help and --header
17312 { { echo "$as_me:$LINENO: error: ambiguous option: $1
17313 Try \`$0 --help' for more information." >&5
17314 echo "$as_me: error: ambiguous option: $1
17315 Try \`$0 --help' for more information." >&2;}
17316 { (exit 1); exit 1; }; };;
17317 --help |
--hel |
-h )
17318 echo "$ac_cs_usage"; exit 0 ;;
17319 --debug |
--d* |
-d )
17321 --file |
--fil |
--fi |
--f )
17323 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
17324 ac_need_defaults
=false
;;
17325 --header |
--heade |
--head |
--hea )
17327 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
17328 ac_need_defaults
=false
;;
17329 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
17330 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
17333 # This is an error.
17334 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
17335 Try \`$0 --help' for more information." >&5
17336 echo "$as_me: error: unrecognized option: $1
17337 Try \`$0 --help' for more information." >&2;}
17338 { (exit 1); exit 1; }; } ;;
17340 *) ac_config_targets
="$ac_config_targets $1" ;;
17346 ac_configure_extra_args
=
17348 if $ac_cs_silent; then
17350 ac_configure_extra_args
="$ac_configure_extra_args --silent"
17354 cat >>$CONFIG_STATUS <<_ACEOF
17355 if \$ac_cs_recheck; then
17356 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
17357 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
17362 cat >>$CONFIG_STATUS <<_ACEOF
17364 # INIT-COMMANDS section.
17367 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
17371 with_multisubdir=${with_multisubdir}
17372 ac_configure_args="${multilib_arg} ${ac_configure_args}"
17373 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
17374 libgcj_basedir=${libgcj_basedir}
17377 ORIGINAL_LD_FOR_MULTILIBS="${ORIGINAL_LD_FOR_MULTILIBS}"
17384 cat >>$CONFIG_STATUS <<\_ACEOF
17385 for ac_config_target
in $ac_config_targets
17387 case "$ac_config_target" in
17388 # Handling of arguments.
17389 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
17390 "libgcj.pc" ) CONFIG_FILES
="$CONFIG_FILES libgcj.pc" ;;
17391 "libgcj.spec" ) CONFIG_FILES
="$CONFIG_FILES libgcj.spec" ;;
17392 "libgcj-test.spec" ) CONFIG_FILES
="$CONFIG_FILES libgcj-test.spec" ;;
17393 "gcj/Makefile" ) CONFIG_FILES
="$CONFIG_FILES gcj/Makefile" ;;
17394 "include/Makefile" ) CONFIG_FILES
="$CONFIG_FILES include/Makefile" ;;
17395 "testsuite/Makefile" ) CONFIG_FILES
="$CONFIG_FILES testsuite/Makefile" ;;
17396 "include/platform.h" ) CONFIG_LINKS
="$CONFIG_LINKS include/platform.h:include/$PLATFORMH" ;;
17397 "java/io/natFile.cc" ) CONFIG_LINKS
="$CONFIG_LINKS java/io/natFile.cc:java/io/natFile${FILE-${PLATFORM}}.cc" ;;
17398 "java/lang/ConcreteProcess.java" ) CONFIG_LINKS
="$CONFIG_LINKS java/lang/ConcreteProcess.java:java/lang/${PLATFORM}Process.java" ;;
17399 "java/lang/natConcreteProcess.cc" ) CONFIG_LINKS
="$CONFIG_LINKS java/lang/natConcreteProcess.cc:java/lang/nat${PLATFORM}Process.cc" ;;
17400 "java/net/natInetAddress.cc" ) CONFIG_LINKS
="$CONFIG_LINKS java/net/natInetAddress.cc:java/net/natInetAddress${PLATFORMNET}.cc" ;;
17401 "java/net/natVMNetworkInterface.cc" ) CONFIG_LINKS
="$CONFIG_LINKS java/net/natVMNetworkInterface.cc:java/net/natVMNetworkInterface${PLATFORMNET}.cc" ;;
17402 "gnu/java/net/natPlainSocketImpl.cc" ) CONFIG_LINKS
="$CONFIG_LINKS gnu/java/net/natPlainSocketImpl.cc:gnu/java/net/natPlainSocketImpl${PLATFORMNET}.cc" ;;
17403 "gnu/java/net/natPlainDatagramSocketImpl.cc" ) CONFIG_LINKS
="$CONFIG_LINKS gnu/java/net/natPlainDatagramSocketImpl.cc:gnu/java/net/natPlainDatagramSocketImpl${PLATFORMNET}.cc" ;;
17404 "gnu/java/nio/natPipeImpl.cc" ) CONFIG_LINKS
="$CONFIG_LINKS gnu/java/nio/natPipeImpl.cc:gnu/java/nio/natPipeImpl${PLATFORM}.cc" ;;
17405 "gnu/java/nio/natSelectorImpl.cc" ) CONFIG_LINKS
="$CONFIG_LINKS gnu/java/nio/natSelectorImpl.cc:gnu/java/nio/natSelectorImpl${PLATFORM}.cc" ;;
17406 "gnu/java/nio/channels/natFileChannelImpl.cc" ) CONFIG_LINKS
="$CONFIG_LINKS gnu/java/nio/channels/natFileChannelImpl.cc:gnu/java/nio/channels/natFileChannel${FILE-${PLATFORM}}.cc" ;;
17407 "include/java-gc.h" ) CONFIG_LINKS
="$CONFIG_LINKS include/java-gc.h:include/$GCHDR" ;;
17408 "include/java-threads.h" ) CONFIG_LINKS
="$CONFIG_LINKS include/java-threads.h:include/$THREADH" ;;
17409 "sysdep/locks.h" ) CONFIG_LINKS
="$CONFIG_LINKS sysdep/locks.h:sysdep/$sysdeps_dir/locks.h" ;;
17410 "sysdep/backtrace.h" ) CONFIG_LINKS
="$CONFIG_LINKS sysdep/backtrace.h:$fallback_backtrace_h" ;;
17411 "sysdep/descriptor.h" ) CONFIG_LINKS
="$CONFIG_LINKS sysdep/descriptor.h:$descriptor_h" ;;
17412 "include/java-signal.h" ) CONFIG_LINKS
="$CONFIG_LINKS include/java-signal.h:$SIGNAL_HANDLER" ;;
17413 "include/java-signal-aux.h" ) CONFIG_LINKS
="$CONFIG_LINKS include/java-signal-aux.h:$SIGNAL_HANDLER_AUX" ;;
17414 "depfiles" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
17415 "default" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS default" ;;
17416 "include/config.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
17417 "gcj/libgcj-config.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS gcj/libgcj-config.h" ;;
17418 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
17419 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
17420 { (exit 1); exit 1; }; };;
17424 # If the user did not use the arguments to specify the items to instantiate,
17425 # then the envvar interface is used. Set only those that are not.
17426 # We use the long form for the default assignment because of an extremely
17427 # bizarre bug on SunOS 4.1.3.
17428 if $ac_need_defaults; then
17429 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
17430 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
17431 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS
=$config_links
17432 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
17435 # Have a temporary directory for convenience. Make it in the build tree
17436 # simply because there is no reason to put it here, and in addition,
17437 # creating and moving files from /tmp can sometimes cause problems.
17438 # Create a temporary directory, and hook for its removal unless debugging.
17441 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
17442 trap '{ (exit 1); exit 1; }' 1 2 13 15
17445 # Create a (secure) tmp directory for tmp files.
17448 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
17449 test -n "$tmp" && test -d "$tmp"
17452 tmp
=.
/confstat$$
-$RANDOM
17453 (umask 077 && mkdir
$tmp)
17456 echo "$me: cannot create a temporary directory in ." >&2
17457 { (exit 1); exit 1; }
17462 cat >>$CONFIG_STATUS <<_ACEOF
17465 # CONFIG_FILES section.
17468 # No need to generate the scripts if there are no CONFIG_FILES.
17469 # This happens for instance when ./config.status config.h
17470 if test -n "\$CONFIG_FILES"; then
17471 # Protect against being on the right side of a sed subst in config.status.
17472 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
17473 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
17474 s,@SHELL@,$SHELL,;t t
17475 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
17476 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
17477 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
17478 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
17479 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
17480 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
17481 s,@exec_prefix@,$exec_prefix,;t t
17482 s,@prefix@,$prefix,;t t
17483 s,@program_transform_name@,$program_transform_name,;t t
17484 s,@bindir@,$bindir,;t t
17485 s,@sbindir@,$sbindir,;t t
17486 s,@libexecdir@,$libexecdir,;t t
17487 s,@datadir@,$datadir,;t t
17488 s,@sysconfdir@,$sysconfdir,;t t
17489 s,@sharedstatedir@,$sharedstatedir,;t t
17490 s,@localstatedir@,$localstatedir,;t t
17491 s,@libdir@,$libdir,;t t
17492 s,@includedir@,$includedir,;t t
17493 s,@oldincludedir@,$oldincludedir,;t t
17494 s,@infodir@,$infodir,;t t
17495 s,@mandir@,$mandir,;t t
17496 s,@build_alias@,$build_alias,;t t
17497 s,@host_alias@,$host_alias,;t t
17498 s,@target_alias@,$target_alias,;t t
17499 s,@DEFS@,$DEFS,;t t
17500 s,@ECHO_C@,$ECHO_C,;t t
17501 s,@ECHO_N@,$ECHO_N,;t t
17502 s,@ECHO_T@,$ECHO_T,;t t
17503 s,@LIBS@,$LIBS,;t t
17504 s,@build@,$build,;t t
17505 s,@build_cpu@,$build_cpu,;t t
17506 s,@build_vendor@,$build_vendor,;t t
17507 s,@build_os@,$build_os,;t t
17508 s,@build_subdir@,$build_subdir,;t t
17509 s,@host_subdir@,$host_subdir,;t t
17510 s,@target_subdir@,$target_subdir,;t t
17511 s,@libgcj_basedir@,$libgcj_basedir,;t t
17512 s,@host@,$host,;t t
17513 s,@host_cpu@,$host_cpu,;t t
17514 s,@host_vendor@,$host_vendor,;t t
17515 s,@host_os@,$host_os,;t t
17516 s,@target@,$target,;t t
17517 s,@target_cpu@,$target_cpu,;t t
17518 s,@target_vendor@,$target_vendor,;t t
17519 s,@target_os@,$target_os,;t t
17520 s,@target_noncanonical@,$target_noncanonical,;t t
17521 s,@LN_S@,$LN_S,;t t
17522 s,@mkinstalldirs@,$mkinstalldirs,;t t
17524 s,@ac_ct_CC@,$ac_ct_CC,;t t
17525 s,@EXEEXT@,$EXEEXT,;t t
17526 s,@OBJEXT@,$OBJEXT,;t t
17528 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
17529 s,@CFLAGS@,$CFLAGS,;t t
17530 s,@CXXFLAGS@,$CXXFLAGS,;t t
17531 s,@LDFLAGS@,$LDFLAGS,;t t
17532 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
17533 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
17534 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
17535 s,@CYGPATH_W@,$CYGPATH_W,;t t
17536 s,@PACKAGE@,$PACKAGE,;t t
17537 s,@VERSION@,$VERSION,;t t
17538 s,@ACLOCAL@,$ACLOCAL,;t t
17539 s,@AUTOCONF@,$AUTOCONF,;t t
17540 s,@AUTOMAKE@,$AUTOMAKE,;t t
17541 s,@AUTOHEADER@,$AUTOHEADER,;t t
17542 s,@MAKEINFO@,$MAKEINFO,;t t
17543 s,@install_sh@,$install_sh,;t t
17544 s,@STRIP@,$STRIP,;t t
17545 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
17546 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
17547 s,@mkdir_p@,$mkdir_p,;t t
17549 s,@SET_MAKE@,$SET_MAKE,;t t
17550 s,@am__leading_dot@,$am__leading_dot,;t t
17551 s,@AMTAR@,$AMTAR,;t t
17552 s,@am__tar@,$am__tar,;t t
17553 s,@am__untar@,$am__untar,;t t
17554 s,@DEPDIR@,$DEPDIR,;t t
17555 s,@am__include@,$am__include,;t t
17556 s,@am__quote@,$am__quote,;t t
17557 s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
17558 s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
17559 s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
17560 s,@CCDEPMODE@,$CCDEPMODE,;t t
17561 s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
17562 s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
17563 s,@CXXDEPMODE@,$CXXDEPMODE,;t t
17564 s,@am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t
17565 s,@am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t
17567 s,@ac_ct_AS@,$ac_ct_AS,;t t
17569 s,@ac_ct_LD@,$ac_ct_LD,;t t
17571 s,@ac_ct_AR@,$ac_ct_AR,;t t
17572 s,@RANLIB@,$RANLIB,;t t
17573 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
17575 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
17576 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
17577 s,@MAINT@,$MAINT,;t t
17578 s,@LIBGCJ_CFLAGS@,$LIBGCJ_CFLAGS,;t t
17579 s,@LIBGCJ_CXXFLAGS@,$LIBGCJ_CXXFLAGS,;t t
17580 s,@LIBGCJ_JAVAFLAGS@,$LIBGCJ_JAVAFLAGS,;t t
17581 s,@LIBGCJ_LD_SYMBOLIC@,$LIBGCJ_LD_SYMBOLIC,;t t
17582 s,@LIBGCJDEBUG@,$LIBGCJDEBUG,;t t
17583 s,@TOOLKIT@,$TOOLKIT,;t t
17584 s,@XLIB_AWT_TRUE@,$XLIB_AWT_TRUE,;t t
17585 s,@XLIB_AWT_FALSE@,$XLIB_AWT_FALSE,;t t
17586 s,@GTK_AWT_TRUE@,$GTK_AWT_TRUE,;t t
17587 s,@GTK_AWT_FALSE@,$GTK_AWT_FALSE,;t t
17588 s,@QT_AWT_TRUE@,$QT_AWT_TRUE,;t t
17589 s,@QT_AWT_FALSE@,$QT_AWT_FALSE,;t t
17590 s,@GCJH@,$GCJH,;t t
17591 s,@INCLTDL@,$INCLTDL,;t t
17592 s,@LIBLTDL@,$LIBLTDL,;t t
17593 s,@DIRLTDL@,$DIRLTDL,;t t
17594 s,@LIBTOOL@,$LIBTOOL,;t t
17595 s,@CXXCPP@,$CXXCPP,;t t
17596 s,@CPPFLAGS@,$CPPFLAGS,;t t
17598 s,@GCJFLAGS@,$GCJFLAGS,;t t
17599 s,@GCJDEPMODE@,$GCJDEPMODE,;t t
17600 s,@am__fastdepGCJ_TRUE@,$am__fastdepGCJ_TRUE,;t t
17601 s,@am__fastdepGCJ_FALSE@,$am__fastdepGCJ_FALSE,;t t
17602 s,@subdirs@,$subdirs,;t t
17603 s,@TESTSUBDIR_TRUE@,$TESTSUBDIR_TRUE,;t t
17604 s,@TESTSUBDIR_FALSE@,$TESTSUBDIR_FALSE,;t t
17605 s,@JAVA_HOME_SET_TRUE@,$JAVA_HOME_SET_TRUE,;t t
17606 s,@JAVA_HOME_SET_FALSE@,$JAVA_HOME_SET_FALSE,;t t
17607 s,@JAVA_HOME@,$JAVA_HOME,;t t
17608 s,@INTERPRETER@,$INTERPRETER,;t t
17609 s,@LIBFFI@,$LIBFFI,;t t
17610 s,@LIBFFIINCS@,$LIBFFIINCS,;t t
17611 s,@PLATFORM_INNER_NAT_HDRS@,$PLATFORM_INNER_NAT_HDRS,;t t
17613 s,@EGREP@,$EGREP,;t t
17614 s,@USING_WIN32_PLATFORM_TRUE@,$USING_WIN32_PLATFORM_TRUE,;t t
17615 s,@USING_WIN32_PLATFORM_FALSE@,$USING_WIN32_PLATFORM_FALSE,;t t
17616 s,@USING_POSIX_PLATFORM_TRUE@,$USING_POSIX_PLATFORM_TRUE,;t t
17617 s,@USING_POSIX_PLATFORM_FALSE@,$USING_POSIX_PLATFORM_FALSE,;t t
17618 s,@USING_DARWIN_CRT_TRUE@,$USING_DARWIN_CRT_TRUE,;t t
17619 s,@USING_DARWIN_CRT_FALSE@,$USING_DARWIN_CRT_FALSE,;t t
17620 s,@SYSTEMSPEC@,$SYSTEMSPEC,;t t
17621 s,@LIBGCJTESTSPEC@,$LIBGCJTESTSPEC,;t t
17622 s,@ZLIBSPEC@,$ZLIBSPEC,;t t
17623 s,@ZLIBTESTSPEC@,$ZLIBTESTSPEC,;t t
17624 s,@X_CFLAGS@,$X_CFLAGS,;t t
17625 s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
17626 s,@X_LIBS@,$X_LIBS,;t t
17627 s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
17628 s,@GTK_CAIRO_TRUE@,$GTK_CAIRO_TRUE,;t t
17629 s,@GTK_CAIRO_FALSE@,$GTK_CAIRO_FALSE,;t t
17630 s,@PKG_CONFIG@,$PKG_CONFIG,;t t
17631 s,@CAIRO_CFLAGS@,$CAIRO_CFLAGS,;t t
17632 s,@CAIRO_LIBS@,$CAIRO_LIBS,;t t
17633 s,@PANGOFT2_CFLAGS@,$PANGOFT2_CFLAGS,;t t
17634 s,@PANGOFT2_LIBS@,$PANGOFT2_LIBS,;t t
17635 s,@extra_ldflags_libjava@,$extra_ldflags_libjava,;t t
17636 s,@GCLIBS@,$GCLIBS,;t t
17637 s,@GCINCS@,$GCINCS,;t t
17638 s,@GCDEPS@,$GCDEPS,;t t
17639 s,@GCSPEC@,$GCSPEC,;t t
17640 s,@JC1GCSPEC@,$JC1GCSPEC,;t t
17641 s,@GCTESTSPEC@,$GCTESTSPEC,;t t
17642 s,@USING_BOEHMGC_TRUE@,$USING_BOEHMGC_TRUE,;t t
17643 s,@USING_BOEHMGC_FALSE@,$USING_BOEHMGC_FALSE,;t t
17644 s,@USING_NOGC_TRUE@,$USING_NOGC_TRUE,;t t
17645 s,@USING_NOGC_FALSE@,$USING_NOGC_FALSE,;t t
17646 s,@THREADLIBS@,$THREADLIBS,;t t
17647 s,@THREADINCS@,$THREADINCS,;t t
17648 s,@THREADDEPS@,$THREADDEPS,;t t
17649 s,@THREADSPEC@,$THREADSPEC,;t t
17650 s,@THREADLDFLAGS@,$THREADLDFLAGS,;t t
17651 s,@THREADCXXFLAGS@,$THREADCXXFLAGS,;t t
17652 s,@USING_POSIX_THREADS_TRUE@,$USING_POSIX_THREADS_TRUE,;t t
17653 s,@USING_POSIX_THREADS_FALSE@,$USING_POSIX_THREADS_FALSE,;t t
17654 s,@USING_WIN32_THREADS_TRUE@,$USING_WIN32_THREADS_TRUE,;t t
17655 s,@USING_WIN32_THREADS_FALSE@,$USING_WIN32_THREADS_FALSE,;t t
17656 s,@USING_NO_THREADS_TRUE@,$USING_NO_THREADS_TRUE,;t t
17657 s,@USING_NO_THREADS_FALSE@,$USING_NO_THREADS_FALSE,;t t
17658 s,@HASH_SYNC_SPEC@,$HASH_SYNC_SPEC,;t t
17659 s,@USING_GCC_TRUE@,$USING_GCC_TRUE,;t t
17660 s,@USING_GCC_FALSE@,$USING_GCC_FALSE,;t t
17661 s,@LIBICONV@,$LIBICONV,;t t
17662 s,@LTLIBICONV@,$LTLIBICONV,;t t
17663 s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t
17664 s,@GTK_LIBS@,$GTK_LIBS,;t t
17665 s,@GLIB_CFLAGS@,$GLIB_CFLAGS,;t t
17666 s,@GLIB_LIBS@,$GLIB_LIBS,;t t
17667 s,@LIBART_CFLAGS@,$LIBART_CFLAGS,;t t
17668 s,@LIBART_LIBS@,$LIBART_LIBS,;t t
17669 s,@CLASSPATH_SEPARATOR@,$CLASSPATH_SEPARATOR,;t t
17670 s,@ac_ct_GCJ@,$ac_ct_GCJ,;t t
17671 s,@ZLIBS@,$ZLIBS,;t t
17672 s,@SYS_ZLIBS@,$SYS_ZLIBS,;t t
17673 s,@ZINCS@,$ZINCS,;t t
17674 s,@DIVIDESPEC@,$DIVIDESPEC,;t t
17675 s,@CHECKREFSPEC@,$CHECKREFSPEC,;t t
17676 s,@EXCEPTIONSPEC@,$EXCEPTIONSPEC,;t t
17677 s,@BACKTRACESPEC@,$BACKTRACESPEC,;t t
17678 s,@IEEESPEC@,$IEEESPEC,;t t
17679 s,@NATIVE_TRUE@,$NATIVE_TRUE,;t t
17680 s,@NATIVE_FALSE@,$NATIVE_FALSE,;t t
17681 s,@NEEDS_DATA_START_TRUE@,$NEEDS_DATA_START_TRUE,;t t
17682 s,@NEEDS_DATA_START_FALSE@,$NEEDS_DATA_START_FALSE,;t t
17683 s,@GCC_UNWIND_INCLUDE@,$GCC_UNWIND_INCLUDE,;t t
17684 s,@toolexecdir@,$toolexecdir,;t t
17685 s,@toolexecmainlibdir@,$toolexecmainlibdir,;t t
17686 s,@toolexeclibdir@,$toolexeclibdir,;t t
17687 s,@dbexecdir@,$dbexecdir,;t t
17688 s,@GCJVERSION@,$GCJVERSION,;t t
17689 s,@gxx_include_dir@,$gxx_include_dir,;t t
17690 s,@libstdcxx_incdir@,$libstdcxx_incdir,;t t
17691 s,@ALLOCA@,$ALLOCA,;t t
17692 s,@PERL@,$PERL,;t t
17693 s,@SYSDEP_SOURCES@,$SYSDEP_SOURCES,;t t
17694 s,@LD_START_STATIC_SPEC@,$LD_START_STATIC_SPEC,;t t
17695 s,@LD_FINISH_STATIC_SPEC@,$LD_FINISH_STATIC_SPEC,;t t
17696 s,@here@,$here,;t t
17697 s,@LIBOBJS@,$LIBOBJS,;t t
17698 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
17703 cat >>$CONFIG_STATUS <<\_ACEOF
17704 # Split the substitutions into bite-sized pieces for seds with
17705 # small command number limits, like on Digital OSF/1 and HP-UX.
17706 ac_max_sed_lines
=48
17707 ac_sed_frag
=1 # Number of current file.
17708 ac_beg
=1 # First line for current file.
17709 ac_end
=$ac_max_sed_lines # Line after last line for current file.
17712 while $ac_more_lines; do
17713 if test $ac_beg -gt 1; then
17714 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
17716 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
17718 if test ! -s $tmp/subs.frag
; then
17719 ac_more_lines
=false
17721 # The purpose of the label and of the branching condition is to
17722 # speed up the sed processing (if there are no `@' at all, there
17723 # is no need to browse any of the substitutions).
17724 # These are the two extra sed commands mentioned above.
17726 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs-
$ac_sed_frag.
sed
17727 if test -z "$ac_sed_cmds"; then
17728 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
17730 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
17732 ac_sed_frag
=`expr $ac_sed_frag + 1`
17734 ac_end
=`expr $ac_end + $ac_max_sed_lines`
17737 if test -z "$ac_sed_cmds"; then
17740 fi # test -n "$CONFIG_FILES"
17743 cat >>$CONFIG_STATUS <<\_ACEOF
17744 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
17745 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
17747 - |
*:- |
*:-:* ) # input from stdin
17749 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
17750 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
17751 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
17752 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
17753 * ) ac_file_in
=$ac_file.
in ;;
17756 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
17757 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
17758 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17759 X"$ac_file" : 'X\(//\)[^/]' \| \
17760 X"$ac_file" : 'X\(//\)$' \| \
17761 X"$ac_file" : 'X\(/\)' \| \
17762 . : '\(.\)' 2>/dev/null ||
17764 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
17765 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
17766 /^X\(\/\/\)$/{ s//\1/; q; }
17767 /^X\(\/\).*/{ s//\1/; q; }
17769 { if $as_mkdir_p; then
17774 while test ! -d "$as_dir"; do
17775 as_dirs
="$as_dir $as_dirs"
17776 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
17777 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17778 X"$as_dir" : 'X\(//\)[^/]' \| \
17779 X"$as_dir" : 'X\(//\)$' \| \
17780 X"$as_dir" : 'X\(/\)' \| \
17781 . : '\(.\)' 2>/dev/null ||
17783 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
17784 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
17785 /^X\(\/\/\)$/{ s//\1/; q; }
17786 /^X\(\/\).*/{ s//\1/; q; }
17789 test ! -n "$as_dirs" || mkdir
$as_dirs
17790 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
17791 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
17792 { (exit 1); exit 1; }; }; }
17796 if test "$ac_dir" != .
; then
17797 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
17798 # A "../" for each directory in $ac_dir_suffix.
17799 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
17801 ac_dir_suffix
= ac_top_builddir
=
17805 .
) # No --srcdir option. We are building in place.
17807 if test -z "$ac_top_builddir"; then
17810 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
17812 [\\/]* | ?
:[\\/]* ) # Absolute path.
17813 ac_srcdir
=$srcdir$ac_dir_suffix;
17814 ac_top_srcdir
=$srcdir ;;
17815 *) # Relative path.
17816 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
17817 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
17820 # Do not use `cd foo && pwd` to compute absolute paths, because
17821 # the directories may not exist.
17823 .
) ac_abs_builddir
="$ac_dir";;
17826 .
) ac_abs_builddir
=`pwd`;;
17827 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
17828 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
17831 case $ac_abs_builddir in
17832 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
17834 case ${ac_top_builddir}.
in
17835 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
17836 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
17837 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
17840 case $ac_abs_builddir in
17841 .
) ac_abs_srcdir
=$ac_srcdir;;
17844 .
) ac_abs_srcdir
=$ac_abs_builddir;;
17845 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
17846 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
17849 case $ac_abs_builddir in
17850 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
17852 case $ac_top_srcdir in
17853 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
17854 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
17855 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
17861 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
17862 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
17865 if test x
"$ac_file" != x-
; then
17866 { echo "$as_me:$LINENO: creating $ac_file" >&5
17867 echo "$as_me: creating $ac_file" >&6;}
17870 # Let's still pretend it is `configure' which instantiates (i.e., don't
17871 # use $as_me), people would be surprised to read:
17872 # /* config.h. Generated by config.status. */
17873 if test x
"$ac_file" = x-
; then
17876 configure_input
="$ac_file. "
17878 configure_input
=$configure_input"Generated from `echo $ac_file_in |
17879 sed 's,.*/,,'` by configure."
17881 # First look for the input files in the build tree, otherwise in the
17883 ac_file_inputs
=`IFS=:
17884 for f in $ac_file_in; do
17886 -) echo $tmp/stdin ;;
17888 # Absolute (can't be DOS-style, as IFS=:)
17889 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
17890 echo "$as_me: error: cannot find input file: $f" >&2;}
17891 { (exit 1); exit 1; }; }
17894 if test -f "$f"; then
17897 elif test -f "$srcdir/$f"; then
17902 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
17903 echo "$as_me: error: cannot find input file: $f" >&2;}
17904 { (exit 1); exit 1; }; }
17907 done` ||
{ (exit 1); exit 1; }
17909 cat >>$CONFIG_STATUS <<_ACEOF
17913 cat >>$CONFIG_STATUS <<\_ACEOF
17915 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
17916 s
,@configure_input@
,$configure_input,;t t
17917 s
,@srcdir@
,$ac_srcdir,;t t
17918 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
17919 s
,@top_srcdir@
,$ac_top_srcdir,;t t
17920 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
17921 s
,@builddir@
,$ac_builddir,;t t
17922 s
,@abs_builddir@
,$ac_abs_builddir,;t t
17923 s
,@top_builddir@
,$ac_top_builddir,;t t
17924 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
17925 s
,@INSTALL@
,$ac_INSTALL,;t t
17926 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
17928 if test x"$ac_file" != x-; then
17929 mv $tmp/out $ac_file
17937 cat >>$CONFIG_STATUS <<\_ACEOF
17940 # CONFIG_HEADER section.
17943 # These sed commands are passed to sed as "A NAME B NAME C VALUE D
", where
17944 # NAME is the cpp macro being defined and VALUE is the value it is being given.
17946 # ac_d sets the value in "#define NAME VALUE" lines.
17947 ac_dA
='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
17948 ac_dB
='[ ].*$,\1#\2'
17951 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
17952 ac_uA
='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
17953 ac_uB
='$,\1#\2define\3'
17957 for ac_file
in : $CONFIG_HEADERS; do test "x$ac_file" = x
: && continue
17958 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
17960 - |
*:- |
*:-:* ) # input from stdin
17962 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
17963 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
17964 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
17965 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
17966 * ) ac_file_in
=$ac_file.
in ;;
17969 test x
"$ac_file" != x-
&& { echo "$as_me:$LINENO: creating $ac_file" >&5
17970 echo "$as_me: creating $ac_file" >&6;}
17972 # First look for the input files in the build tree, otherwise in the
17974 ac_file_inputs
=`IFS=:
17975 for f in $ac_file_in; do
17977 -) echo $tmp/stdin ;;
17979 # Absolute (can't be DOS-style, as IFS=:)
17980 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
17981 echo "$as_me: error: cannot find input file: $f" >&2;}
17982 { (exit 1); exit 1; }; }
17983 # Do quote $f, to prevent DOS paths from being IFS'd.
17986 if test -f "$f"; then
17989 elif test -f "$srcdir/$f"; then
17994 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
17995 echo "$as_me: error: cannot find input file: $f" >&2;}
17996 { (exit 1); exit 1; }; }
17999 done` ||
{ (exit 1); exit 1; }
18000 # Remove the trailing spaces.
18001 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
18005 # Transform confdefs.h into two sed scripts, `conftest.defines' and
18006 # `conftest.undefs', that substitutes the proper values into
18007 # config.h.in to produce config.h. The first handles `#define'
18008 # templates, and the second `#undef' templates.
18009 # And first: Protect against being on the right side of a sed subst in
18010 # config.status. Protect against being in an unquoted here document
18011 # in config.status.
18012 rm -f conftest.defines conftest.undefs
18013 # Using a here document instead of a string reduces the quoting nightmare.
18014 # Putting comments in sed scripts is not portable.
18016 # `end' is used to avoid that the second main sed command (meant for
18017 # 0-ary CPP macros) applies to n-ary macro definitions.
18018 # See the Autoconf documentation for `clear'.
18019 cat >confdef2sed.
sed <<\_ACEOF
18024 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
18026 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
18029 # If some macros were called several times there might be several times
18030 # the same #defines, which is useless. Nevertheless, we may not want to
18031 # sort them, since we want the *last* AC-DEFINE to be honored.
18032 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
18033 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
18034 rm -f confdef2sed.sed
18036 # This sed command replaces #undef with comments. This is necessary, for
18037 # example, in the case of _POSIX_SOURCE, which is predefined and required
18038 # on some systems where configure will not decide to define it.
18039 cat >>conftest.undefs <<\_ACEOF
18040 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
18043 # Break up conftest.defines because some shells have a limit on the size
18044 # of here documents, and old seds have small limits too (100 cmds).
18045 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
18046 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
18047 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
18048 echo ' :' >>$CONFIG_STATUS
18049 rm -f conftest.tail
18050 while grep . conftest.defines >/dev/null
18052 # Write a limited-size here document to $tmp/defines.sed.
18053 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
18054 # Speed up: don't consider the non `#define' lines.
18055 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
18056 # Work around the forget-to-reset-the-flag bug.
18057 echo 't clr' >>$CONFIG_STATUS
18058 echo ': clr' >>$CONFIG_STATUS
18059 sed ${ac_max_here_lines}q conftest.defines
>>$CONFIG_STATUS
18061 sed -f $tmp/defines.sed $tmp/in >$tmp/out
18063 mv $tmp/out $tmp/in
18065 sed 1,${ac_max_here_lines}d conftest.defines
>conftest.
tail
18066 rm -f conftest.defines
18067 mv conftest.
tail conftest.defines
18069 rm -f conftest.defines
18070 echo ' fi # grep' >>$CONFIG_STATUS
18071 echo >>$CONFIG_STATUS
18073 # Break up conftest.undefs because some shells have a limit on the size
18074 # of here documents, and old seds have small limits too (100 cmds).
18075 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
18076 rm -f conftest.
tail
18077 while grep . conftest.undefs
>/dev
/null
18079 # Write a limited-size here document to $tmp/undefs.sed.
18080 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
18081 # Speed up: don't consider the non
`#undef'
18082 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
18083 # Work around the forget-to-reset-the-flag bug.
18084 echo 't clr' >>$CONFIG_STATUS
18085 echo ': clr' >>$CONFIG_STATUS
18086 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
18088 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
18090 mv $tmp/out $tmp/in
18092 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
18093 rm -f conftest.undefs
18094 mv conftest.tail conftest.undefs
18096 rm -f conftest.undefs
18098 cat >>$CONFIG_STATUS <<\_ACEOF
18099 # Let's still pretend it is `configure
' which instantiates (i.e., don't
18100 # use $as_me), people would be surprised to read:
18101 # /* config.h. Generated by config.status. */
18102 if test x
"$ac_file" = x-
; then
18103 echo "/* Generated by configure. */" >$tmp/config.h
18105 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
18107 cat $tmp/in >>$tmp/config.h
18109 if test x
"$ac_file" != x-
; then
18110 if diff $ac_file $tmp/config.h
>/dev
/null
2>&1; then
18111 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
18112 echo "$as_me: $ac_file is unchanged" >&6;}
18114 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
18115 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18116 X"$ac_file" : 'X\(//\)[^/]' \| \
18117 X"$ac_file" : 'X\(//\)$' \| \
18118 X"$ac_file" : 'X\(/\)' \| \
18119 . : '\(.\)' 2>/dev/null ||
18121 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
18122 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
18123 /^X\(\/\/\)$/{ s//\1/; q; }
18124 /^X\(\/\).*/{ s//\1/; q; }
18126 { if $as_mkdir_p; then
18131 while test ! -d "$as_dir"; do
18132 as_dirs
="$as_dir $as_dirs"
18133 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
18134 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18135 X"$as_dir" : 'X\(//\)[^/]' \| \
18136 X"$as_dir" : 'X\(//\)$' \| \
18137 X"$as_dir" : 'X\(/\)' \| \
18138 . : '\(.\)' 2>/dev/null ||
18140 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
18141 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
18142 /^X\(\/\/\)$/{ s//\1/; q; }
18143 /^X\(\/\).*/{ s//\1/; q; }
18146 test ! -n "$as_dirs" || mkdir
$as_dirs
18147 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
18148 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
18149 { (exit 1); exit 1; }; }; }
18152 mv $tmp/config.h
$ac_file
18156 rm -f $tmp/config.h
18158 # Compute $ac_file's index in $config_headers.
18160 for _am_header
in $config_headers :; do
18161 case $_am_header in
18162 $ac_file |
$ac_file:* )
18165 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
18168 echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
18169 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18170 X$ac_file : 'X\(//\)[^/]' \| \
18171 X$ac_file : 'X\(//\)$' \| \
18172 X$ac_file : 'X\(/\)' \| \
18173 . : '\(.\)' 2>/dev/null ||
18175 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
18176 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
18177 /^X\(\/\/\)$/{ s//\1/; q; }
18178 /^X\(\/\).*/{ s//\1/; q; }
18179 s/.*/./; q'`/stamp-h
$_am_stamp_count
18182 cat >>$CONFIG_STATUS <<\_ACEOF
18185 # CONFIG_LINKS section.
18188 for ac_file
in : $CONFIG_LINKS; do test "x$ac_file" = x
: && continue
18189 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
18190 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
18192 { echo "$as_me:$LINENO: linking $srcdir/$ac_source to $ac_dest" >&5
18193 echo "$as_me: linking $srcdir/$ac_source to $ac_dest" >&6;}
18195 if test ! -r $srcdir/$ac_source; then
18196 { { echo "$as_me:$LINENO: error: $srcdir/$ac_source: file not found" >&5
18197 echo "$as_me: error: $srcdir/$ac_source: file not found" >&2;}
18198 { (exit 1); exit 1; }; }
18202 # Make relative symlinks.
18203 ac_dest_dir
=`(dirname "$ac_dest") 2>/dev/null ||
18204 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18205 X"$ac_dest" : 'X\(//\)[^/]' \| \
18206 X"$ac_dest" : 'X\(//\)$' \| \
18207 X"$ac_dest" : 'X\(/\)' \| \
18208 . : '\(.\)' 2>/dev/null ||
18210 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
18211 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
18212 /^X\(\/\/\)$/{ s//\1/; q; }
18213 /^X\(\/\).*/{ s//\1/; q; }
18215 { if $as_mkdir_p; then
18216 mkdir
-p "$ac_dest_dir"
18218 as_dir
="$ac_dest_dir"
18220 while test ! -d "$as_dir"; do
18221 as_dirs
="$as_dir $as_dirs"
18222 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
18223 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18224 X"$as_dir" : 'X\(//\)[^/]' \| \
18225 X"$as_dir" : 'X\(//\)$' \| \
18226 X"$as_dir" : 'X\(/\)' \| \
18227 . : '\(.\)' 2>/dev/null ||
18229 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
18230 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
18231 /^X\(\/\/\)$/{ s//\1/; q; }
18232 /^X\(\/\).*/{ s//\1/; q; }
18235 test ! -n "$as_dirs" || mkdir
$as_dirs
18236 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dest_dir\"" >&5
18237 echo "$as_me: error: cannot create directory \"$ac_dest_dir\"" >&2;}
18238 { (exit 1); exit 1; }; }; }
18242 if test "$ac_dest_dir" != .
; then
18243 ac_dir_suffix
=/`echo "$ac_dest_dir" | sed 's,^\.[\\/],,'`
18244 # A "../" for each directory in $ac_dir_suffix.
18245 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
18247 ac_dir_suffix
= ac_top_builddir
=
18251 .
) # No --srcdir option. We are building in place.
18253 if test -z "$ac_top_builddir"; then
18256 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
18258 [\\/]* | ?
:[\\/]* ) # Absolute path.
18259 ac_srcdir
=$srcdir$ac_dir_suffix;
18260 ac_top_srcdir
=$srcdir ;;
18261 *) # Relative path.
18262 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
18263 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
18266 # Do not use `cd foo && pwd` to compute absolute paths, because
18267 # the directories may not exist.
18269 .
) ac_abs_builddir
="$ac_dest_dir";;
18271 case "$ac_dest_dir" in
18272 .
) ac_abs_builddir
=`pwd`;;
18273 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dest_dir";;
18274 *) ac_abs_builddir
=`pwd`/"$ac_dest_dir";;
18277 case $ac_abs_builddir in
18278 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
18280 case ${ac_top_builddir}.
in
18281 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
18282 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
18283 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
18286 case $ac_abs_builddir in
18287 .
) ac_abs_srcdir
=$ac_srcdir;;
18290 .
) ac_abs_srcdir
=$ac_abs_builddir;;
18291 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
18292 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
18295 case $ac_abs_builddir in
18296 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
18298 case $ac_top_srcdir in
18299 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
18300 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
18301 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
18307 [\\/$
]* | ?
:[\\/]* ) ac_rel_source
=$srcdir/$ac_source ;;
18308 *) ac_rel_source
=$ac_top_builddir$srcdir/$ac_source ;;
18311 # Try a symlink, then a hard link, then a copy.
18312 ln -s $ac_rel_source $ac_dest 2>/dev
/null ||
18313 ln $srcdir/$ac_source $ac_dest 2>/dev
/null ||
18314 cp -p $srcdir/$ac_source $ac_dest ||
18315 { { echo "$as_me:$LINENO: error: cannot link or copy $srcdir/$ac_source to $ac_dest" >&5
18316 echo "$as_me: error: cannot link or copy $srcdir/$ac_source to $ac_dest" >&2;}
18317 { (exit 1); exit 1; }; }
18320 cat >>$CONFIG_STATUS <<\_ACEOF
18323 # CONFIG_COMMANDS section.
18325 for ac_file
in : $CONFIG_COMMANDS; do test "x$ac_file" = x
: && continue
18326 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
18327 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
18328 ac_dir
=`(dirname "$ac_dest") 2>/dev/null ||
18329 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18330 X"$ac_dest" : 'X\(//\)[^/]' \| \
18331 X"$ac_dest" : 'X\(//\)$' \| \
18332 X"$ac_dest" : 'X\(/\)' \| \
18333 . : '\(.\)' 2>/dev/null ||
18335 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
18336 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
18337 /^X\(\/\/\)$/{ s//\1/; q; }
18338 /^X\(\/\).*/{ s//\1/; q; }
18340 { if $as_mkdir_p; then
18345 while test ! -d "$as_dir"; do
18346 as_dirs
="$as_dir $as_dirs"
18347 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
18348 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18349 X"$as_dir" : 'X\(//\)[^/]' \| \
18350 X"$as_dir" : 'X\(//\)$' \| \
18351 X"$as_dir" : 'X\(/\)' \| \
18352 . : '\(.\)' 2>/dev/null ||
18354 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
18355 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
18356 /^X\(\/\/\)$/{ s//\1/; q; }
18357 /^X\(\/\).*/{ s//\1/; q; }
18360 test ! -n "$as_dirs" || mkdir
$as_dirs
18361 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
18362 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
18363 { (exit 1); exit 1; }; }; }
18367 if test "$ac_dir" != .
; then
18368 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
18369 # A "../" for each directory in $ac_dir_suffix.
18370 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
18372 ac_dir_suffix
= ac_top_builddir
=
18376 .
) # No --srcdir option. We are building in place.
18378 if test -z "$ac_top_builddir"; then
18381 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
18383 [\\/]* | ?
:[\\/]* ) # Absolute path.
18384 ac_srcdir
=$srcdir$ac_dir_suffix;
18385 ac_top_srcdir
=$srcdir ;;
18386 *) # Relative path.
18387 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
18388 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
18391 # Do not use `cd foo && pwd` to compute absolute paths, because
18392 # the directories may not exist.
18394 .
) ac_abs_builddir
="$ac_dir";;
18397 .
) ac_abs_builddir
=`pwd`;;
18398 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
18399 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
18402 case $ac_abs_builddir in
18403 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
18405 case ${ac_top_builddir}.
in
18406 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
18407 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
18408 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
18411 case $ac_abs_builddir in
18412 .
) ac_abs_srcdir
=$ac_srcdir;;
18415 .
) ac_abs_srcdir
=$ac_abs_builddir;;
18416 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
18417 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
18420 case $ac_abs_builddir in
18421 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
18423 case $ac_top_srcdir in
18424 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
18425 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
18426 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
18431 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
18432 echo "$as_me: executing $ac_dest commands" >&6;}
18434 depfiles
) test x
"$AMDEP_TRUE" != x
"" ||
for mf
in $CONFIG_FILES; do
18435 # Strip MF so we end up with the name of the file.
18436 mf
=`echo "$mf" | sed -e 's/:.*$//'`
18437 # Check whether this is an Automake generated Makefile or not.
18438 # We used to match only the files named `Makefile.in', but
18439 # some people rename them; so instead we look at the file content.
18440 # Grep'ing the first line is not enough: some people post-process
18441 # each Makefile.in and add a new line on top of each file to say so.
18442 # So let's grep whole file.
18443 if grep '^#.*generated by automake' $mf > /dev
/null
2>&1; then
18444 dirpart
=`(dirname "$mf") 2>/dev/null ||
18445 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18446 X"$mf" : 'X\(//\)[^/]' \| \
18447 X"$mf" : 'X\(//\)$' \| \
18448 X"$mf" : 'X\(/\)' \| \
18449 . : '\(.\)' 2>/dev/null ||
18451 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
18452 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
18453 /^X\(\/\/\)$/{ s//\1/; q; }
18454 /^X\(\/\).*/{ s//\1/; q; }
18459 # Extract the definition of DEPDIR, am__include, and am__quote
18460 # from the Makefile without running `make'.
18461 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
18462 test -z "$DEPDIR" && continue
18463 am__include
=`sed -n 's/^am__include = //p' < "$mf"`
18464 test -z "am__include" && continue
18465 am__quote
=`sed -n 's/^am__quote = //p' < "$mf"`
18466 # When using ansi2knr, U may be empty or an underscore; expand it
18467 U
=`sed -n 's/^U = //p' < "$mf"`
18468 # Find all dependency output files, they are included files with
18469 # $(DEPDIR) in their names. We invoke sed twice because it is the
18470 # simplest approach to changing $(DEPDIR) to its actual value in the
18472 for file in `sed -n "
18473 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
18474 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
18475 # Make sure the directory exists.
18476 test -f "$dirpart/$file" && continue
18477 fdir
=`(dirname "$file") 2>/dev/null ||
18478 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18479 X"$file" : 'X\(//\)[^/]' \| \
18480 X"$file" : 'X\(//\)$' \| \
18481 X"$file" : 'X\(/\)' \| \
18482 . : '\(.\)' 2>/dev/null ||
18484 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
18485 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
18486 /^X\(\/\/\)$/{ s//\1/; q; }
18487 /^X\(\/\).*/{ s//\1/; q; }
18489 { if $as_mkdir_p; then
18490 mkdir
-p $dirpart/$fdir
18492 as_dir
=$dirpart/$fdir
18494 while test ! -d "$as_dir"; do
18495 as_dirs
="$as_dir $as_dirs"
18496 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
18497 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18498 X"$as_dir" : 'X\(//\)[^/]' \| \
18499 X"$as_dir" : 'X\(//\)$' \| \
18500 X"$as_dir" : 'X\(/\)' \| \
18501 . : '\(.\)' 2>/dev/null ||
18503 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
18504 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
18505 /^X\(\/\/\)$/{ s//\1/; q; }
18506 /^X\(\/\).*/{ s//\1/; q; }
18509 test ! -n "$as_dirs" || mkdir
$as_dirs
18510 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
18511 echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
18512 { (exit 1); exit 1; }; }; }
18514 # echo "creating $dirpart/$file"
18515 echo '# dummy' > "$dirpart/$file"
18519 default
) # Only add multilib support code if we just rebuilt top-level Makefile.
18520 case " $CONFIG_FILES " in
18522 LD
="${ORIGINAL_LD_FOR_MULTILIBS}"
18523 ac_file
=Makefile .
${libgcj_basedir}/..
/config-ml.
in
18526 for ac_multi_file
in $CONFIG_FILES; do
18527 case $ac_multi_file in
18529 grep "^MULTI[^ ]* =" Makefile
>> "$ac_multi_file" ;;
18537 cat >>$CONFIG_STATUS <<\_ACEOF
18539 { (exit 0); exit 0; }
18541 chmod +x
$CONFIG_STATUS
18542 ac_clean_files
=$ac_clean_files_save
18545 # configure is writing to config.log, and then calls config.status.
18546 # config.status does its own redirection, appending to config.log.
18547 # Unfortunately, on DOS this fails, as config.log is still kept open
18548 # by configure, so config.status won't be able to write to it; its
18549 # output is simply discarded. So we exec the FD to /dev/null,
18550 # effectively closing config.log, so it can be properly (re)opened and
18551 # appended to by config.status. When coming back to configure, we
18552 # need to make the FD available again.
18553 if test "$no_create" != yes; then
18555 ac_config_status_args
=
18556 test "$silent" = yes &&
18557 ac_config_status_args
="$ac_config_status_args --quiet"
18559 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
18561 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18562 # would make configure fail if this is the last instruction.
18563 $ac_cs_success ||
{ (exit 1); exit 1; }
18567 # CONFIG_SUBDIRS section.
18569 if test "$no_recursion" != yes; then
18571 # Remove --cache-file and --srcdir arguments so they do not pile up.
18572 ac_sub_configure_args
=
18574 for ac_arg
in $ac_configure_args; do
18575 if test -n "$ac_prev"; then
18580 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
18581 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
18582 ac_prev
=cache_file
;;
18583 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
18584 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* \
18587 --config-cache |
-C)
18589 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
18591 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
18593 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
18595 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
18597 *) ac_sub_configure_args
="$ac_sub_configure_args $ac_arg" ;;
18601 # Always prepend --prefix to ensure using the same prefix
18602 # in subdir configurations.
18603 ac_sub_configure_args
="--prefix=$prefix $ac_sub_configure_args"
18606 for ac_dir
in : $subdirs; do test "x$ac_dir" = x
: && continue
18608 # Do not complain, so a configure script can configure whichever
18609 # parts of a large source tree are present.
18610 test -d $srcdir/$ac_dir ||
continue
18612 { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
18613 echo "$as_me: configuring in $ac_dir" >&6;}
18614 { if $as_mkdir_p; then
18619 while test ! -d "$as_dir"; do
18620 as_dirs
="$as_dir $as_dirs"
18621 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
18622 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18623 X"$as_dir" : 'X\(//\)[^/]' \| \
18624 X"$as_dir" : 'X\(//\)$' \| \
18625 X"$as_dir" : 'X\(/\)' \| \
18626 . : '\(.\)' 2>/dev/null ||
18628 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
18629 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
18630 /^X\(\/\/\)$/{ s//\1/; q; }
18631 /^X\(\/\).*/{ s//\1/; q; }
18634 test ! -n "$as_dirs" || mkdir
$as_dirs
18635 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
18636 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
18637 { (exit 1); exit 1; }; }; }
18641 if test "$ac_dir" != .
; then
18642 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
18643 # A "../" for each directory in $ac_dir_suffix.
18644 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
18646 ac_dir_suffix
= ac_top_builddir
=
18650 .
) # No --srcdir option. We are building in place.
18652 if test -z "$ac_top_builddir"; then
18655 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
18657 [\\/]* | ?
:[\\/]* ) # Absolute path.
18658 ac_srcdir
=$srcdir$ac_dir_suffix;
18659 ac_top_srcdir
=$srcdir ;;
18660 *) # Relative path.
18661 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
18662 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
18665 # Do not use `cd foo && pwd` to compute absolute paths, because
18666 # the directories may not exist.
18668 .
) ac_abs_builddir
="$ac_dir";;
18671 .
) ac_abs_builddir
=`pwd`;;
18672 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
18673 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
18676 case $ac_abs_builddir in
18677 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
18679 case ${ac_top_builddir}.
in
18680 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
18681 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
18682 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
18685 case $ac_abs_builddir in
18686 .
) ac_abs_srcdir
=$ac_srcdir;;
18689 .
) ac_abs_srcdir
=$ac_abs_builddir;;
18690 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
18691 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
18694 case $ac_abs_builddir in
18695 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
18697 case $ac_top_srcdir in
18698 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
18699 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
18700 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
18707 # Check for guested configure; otherwise get Cygnus style configure.
18708 if test -f $ac_srcdir/configure.gnu
; then
18709 ac_sub_configure
="$SHELL '$ac_srcdir/configure.gnu'"
18710 elif test -f $ac_srcdir/configure
; then
18711 ac_sub_configure
="$SHELL '$ac_srcdir/configure'"
18712 elif test -f $ac_srcdir/configure.
in; then
18713 ac_sub_configure
=$ac_configure
18715 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
18716 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
18720 # The recursion is here.
18721 if test -n "$ac_sub_configure"; then
18722 # Make the cache file name correct relative to the subdirectory.
18723 case $cache_file in
18724 [\\/]* | ?
:[\\/]* ) ac_sub_cache_file
=$cache_file ;;
18725 *) # Relative path.
18726 ac_sub_cache_file
=$ac_top_builddir$cache_file ;;
18729 { echo "$as_me:$LINENO: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
18730 echo "$as_me: running $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
18731 # The eval makes quoting arguments work.
18732 eval $ac_sub_configure $ac_sub_configure_args \
18733 --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir ||
18734 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
18735 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
18736 { (exit 1); exit 1; }; }