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 # Check that we are running under the correct shell.
246 SHELL
=${CONFIG_SHELL-/bin/sh}
250 # Remove one level of quotation (which was required for Make).
251 ECHO
=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
256 if test "X$1" = X--no-reexec
; then
257 # Discard the --no-reexec flag, and continue.
259 elif test "X$1" = X--fallback-echo
; then
260 # Avoid inline document here, it may be left over
262 elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
263 # Yippee, $ECHO works!
266 # Restart under the correct shell.
267 exec $SHELL "$0" --no-reexec ${1+"$@"}
270 if test "X$1" = X--fallback-echo
; then
271 # used as fallback echo
279 # The HP-UX ksh and POSIX shell print the target directory to stdout
281 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
283 if test -z "$lt_ECHO"; then
284 if test "X${echo_test_string+set}" != Xset
; then
285 # find a string as large as possible, as long as the shell can cope with it
286 for cmd
in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
287 # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
288 if { echo_test_string
=`eval $cmd`; } 2>/dev
/null
&&
289 { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev
/null
296 if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
297 echo_testing_string
=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
298 test "X$echo_testing_string" = "X$echo_test_string"; then
301 # The Solaris, AIX, and Digital Unix default echo programs unquote
302 # backslashes. This makes it impossible to quote backslashes using
303 # echo "$something" | sed 's/\\/\\\\/g'
305 # So, first we look for a working echo in the user's PATH.
307 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
308 for dir
in $PATH /usr
/ucb
; do
310 if (test -f $dir/echo ||
test -f $dir/echo$ac_exeext) &&
311 test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
312 echo_testing_string
=`($dir/echo "$echo_test_string") 2>/dev/null` &&
313 test "X$echo_testing_string" = "X$echo_test_string"; then
320 if test "X$ECHO" = Xecho
; then
321 # We didn't find a better echo, so look for alternatives.
322 if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
323 echo_testing_string
=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
324 test "X$echo_testing_string" = "X$echo_test_string"; then
325 # This shell has a builtin print -r that does the trick.
327 elif { test -f /bin
/ksh ||
test -f /bin
/ksh
$ac_exeext; } &&
328 test "X$CONFIG_SHELL" != X
/bin
/ksh
; then
329 # If we have ksh, try running configure again with it.
330 ORIGINAL_CONFIG_SHELL
=${CONFIG_SHELL-/bin/sh}
331 export ORIGINAL_CONFIG_SHELL
332 CONFIG_SHELL
=/bin
/ksh
334 exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
338 if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
339 echo_testing_string
=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
340 test "X$echo_testing_string" = "X$echo_test_string"; then
343 elif echo_testing_string
=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
344 test "X$echo_testing_string" = 'X\t' &&
345 echo_testing_string
=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
346 test "X$echo_testing_string" = "X$echo_test_string"; then
347 CONFIG_SHELL
=$ORIGINAL_CONFIG_SHELL
349 SHELL
="$CONFIG_SHELL"
351 ECHO
="$CONFIG_SHELL $0 --fallback-echo"
352 elif echo_testing_string
=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
353 test "X$echo_testing_string" = 'X\t' &&
354 echo_testing_string
=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
355 test "X$echo_testing_string" = "X$echo_test_string"; then
356 ECHO
="$CONFIG_SHELL $0 --fallback-echo"
358 # maybe with a smaller string...
361 for cmd
in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
362 if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev
/null
369 if test "$prev" != 'sed 50q "$0"'; then
370 echo_test_string
=`eval $prev`
371 export echo_test_string
372 exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
374 # Oops. We lost completely, so just stick with echo.
383 # Copy echo and quote the copy suitably for passing to libtool from
384 # the Makefile, instead of quoting the original, which is used later.
386 if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
387 lt_ECHO
="$CONFIG_SHELL \\\$\$0 --fallback-echo"
394 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
395 # so uname gets run too.
396 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
403 ac_default_prefix
=/usr
/local
404 ac_config_libobj_dir
=.
409 SHELL
=${CONFIG_SHELL-/bin/sh}
411 # Maximum number of lines to put in a shell here document.
412 # This variable seems obsolete. It should probably be removed, and
413 # only ac_max_sed_lines should be used.
414 : ${ac_max_here_lines=38}
416 # Identity of this package.
417 PACKAGE_NAME
='libjava'
418 PACKAGE_TARNAME
='libjava'
419 PACKAGE_VERSION
='version-unused'
420 PACKAGE_STRING
='libjava version-unused'
423 ac_unique_file
="java/lang/System.java"
424 # Factoring default headers for most tests.
425 ac_includes_default
="\
428 # include <sys/types.h>
431 # include <sys/stat.h>
442 # if !STDC_HEADERS && HAVE_MEMORY_H
448 # include <strings.h>
451 # include <inttypes.h>
461 ac_subdirs_all
="$ac_subdirs_all classpath libltdl"
462 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_libsubdir build_subdir host_subdir target_subdir multi_basedir host host_cpu host_vendor host_os target target_cpu target_vendor target_os target_noncanonical LN_S mkinstalldirs JAVA_MAINTAINER_MODE_TRUE JAVA_MAINTAINER_MODE_FALSE 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 ZIP UNZIP MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT LIBGCJ_CFLAGS LIBGCJ_CXXFLAGS LIBGCJ_JAVAFLAGS LIBGCJ_LD_SYMBOLIC LIBGCJ_LD_SYMBOLIC_FUNCTIONS LIBGCJDEBUG TOOLKIT XLIB_AWT_TRUE XLIB_AWT_FALSE X_AWT_TRUE X_AWT_FALSE GCJ_FOR_ECJX GCJH host_exeext INCLTDL LIBLTDL DIRLTDL LIBTOOL SED EGREP FGREP GREP DUMPBIN ac_ct_DUMPBIN NM lt_ECHO CPP CPPFLAGS CXXCPP GCJ GCJFLAGS GCJDEPMODE am__fastdepGCJ_TRUE am__fastdepGCJ_FALSE subdirs TESTSUBDIR_TRUE TESTSUBDIR_FALSE ECJ_BUILD_JAR ECJ_JAR BUILD_ECJ1_TRUE BUILD_ECJ1_FALSE INSTALL_ECJ_JAR_TRUE INSTALL_ECJ_JAR_FALSE JAVA_HOME_SET_TRUE JAVA_HOME_SET_FALSE JAVA_HOME INTERPRETER LIBFFI LIBFFIINCS PLATFORM 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 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 THREADSTARTFILESPEC 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 USE_LIBGCJ_BC_TRUE USE_LIBGCJ_BC_FALSE LIBGCJ_SPEC HASH_SYNC_SPEC USING_GCC_TRUE USING_GCC_FALSE LIBICONV LTLIBICONV PKG_CONFIG GTK_CFLAGS GTK_LIBS GLIB_CFLAGS GLIB_LIBS LIBART_CFLAGS LIBART_LIBS CLASSPATH_SEPARATOR ZLIBS SYS_ZLIBS ZINCS DIVIDESPEC CHECKREFSPEC EXCEPTIONSPEC BACKTRACESPEC IEEESPEC NATIVE_TRUE NATIVE_FALSE ENABLE_SHARED_TRUE ENABLE_SHARED_FALSE NEEDS_DATA_START_TRUE NEEDS_DATA_START_FALSE GCC_UNWIND_INCLUDE toolexecdir toolexecmainlibdir toolexeclibdir dbexecdir GCJVERSION gxx_include_dir libstdcxx_incdir PERL SYSDEP_SOURCES ANONVERSCRIPT_TRUE ANONVERSCRIPT_FALSE LD_START_STATIC_SPEC LD_FINISH_STATIC_SPEC here LIBOBJS LTLIBOBJS'
465 # Initialize some variables set by options.
467 ac_init_version
=false
468 # The variables have the same names as the options, with
469 # dashes changed to underlines.
477 program_transform_name
=s
,x
,x
,
485 # Installation directory options.
486 # These are left unexpanded so users can "make install exec_prefix=/foo"
487 # and all the variables that are supposed to be based on exec_prefix
488 # by default will actually change.
489 # Use braces instead of parens because sh, perl, etc. also accept them.
490 bindir
='${exec_prefix}/bin'
491 sbindir
='${exec_prefix}/sbin'
492 libexecdir
='${exec_prefix}/libexec'
493 datadir
='${prefix}/share'
494 sysconfdir
='${prefix}/etc'
495 sharedstatedir
='${prefix}/com'
496 localstatedir
='${prefix}/var'
497 libdir
='${exec_prefix}/lib'
498 includedir
='${prefix}/include'
499 oldincludedir
='/usr/include'
500 infodir
='${prefix}/info'
501 mandir
='${prefix}/man'
506 # If the previous option needs an argument, assign it.
507 if test -n "$ac_prev"; then
508 eval "$ac_prev=\$ac_option"
513 ac_optarg
=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
515 # Accept the important Cygnus configure options, so we can diagnose typos.
519 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
521 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
524 -build |
--build |
--buil |
--bui |
--bu)
525 ac_prev
=build_alias
;;
526 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
527 build_alias
=$ac_optarg ;;
529 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
530 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
531 ac_prev
=cache_file
;;
532 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
533 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
534 cache_file
=$ac_optarg ;;
537 cache_file
=config.cache
;;
539 -datadir |
--datadir |
--datadi |
--datad |
--data |
--dat |
--da)
541 -datadir=* |
--datadir=* |
--datadi=* |
--datad=* |
--data=* |
--dat=* \
543 datadir
=$ac_optarg ;;
545 -disable-* |
--disable-*)
546 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
547 # Reject names that are not valid shell variable names.
548 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
549 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
550 { (exit 1); exit 1; }; }
551 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
552 eval "enable_$ac_feature=no" ;;
554 -enable-* |
--enable-*)
555 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
556 # Reject names that are not valid shell variable names.
557 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
558 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
559 { (exit 1); exit 1; }; }
560 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
562 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
565 eval "enable_$ac_feature='$ac_optarg'" ;;
567 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
568 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
569 |
--exec |
--exe |
--ex)
570 ac_prev
=exec_prefix
;;
571 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
572 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
573 |
--exec=* |
--exe=* |
--ex=*)
574 exec_prefix
=$ac_optarg ;;
576 -gas |
--gas |
--ga |
--g)
577 # Obsolete; use --with-gas.
580 -help |
--help |
--hel |
--he |
-h)
582 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
583 ac_init_help
=recursive
;;
584 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
585 ac_init_help
=short
;;
587 -host |
--host |
--hos |
--ho)
588 ac_prev
=host_alias
;;
589 -host=* |
--host=* |
--hos=* |
--ho=*)
590 host_alias
=$ac_optarg ;;
592 -includedir |
--includedir |
--includedi |
--included |
--include \
593 |
--includ |
--inclu |
--incl |
--inc)
594 ac_prev
=includedir
;;
595 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
596 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
597 includedir
=$ac_optarg ;;
599 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
601 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
602 infodir
=$ac_optarg ;;
604 -libdir |
--libdir |
--libdi |
--libd)
606 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
609 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
610 |
--libexe |
--libex |
--libe)
611 ac_prev
=libexecdir
;;
612 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
613 |
--libexe=* |
--libex=* |
--libe=*)
614 libexecdir
=$ac_optarg ;;
616 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
617 |
--localstate |
--localstat |
--localsta |
--localst \
618 |
--locals |
--local |
--loca |
--loc |
--lo)
619 ac_prev
=localstatedir
;;
620 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
621 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* \
622 |
--locals=* |
--local=* |
--loca=* |
--loc=* |
--lo=*)
623 localstatedir
=$ac_optarg ;;
625 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
627 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
631 # Obsolete; use --without-fp.
634 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
635 |
--no-cr |
--no-c |
-n)
638 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
639 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
642 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
643 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
644 |
--oldin |
--oldi |
--old |
--ol |
--o)
645 ac_prev
=oldincludedir
;;
646 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
647 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
648 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
649 oldincludedir
=$ac_optarg ;;
651 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
653 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
656 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
657 |
--program-pre |
--program-pr |
--program-p)
658 ac_prev
=program_prefix
;;
659 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
660 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
661 program_prefix
=$ac_optarg ;;
663 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
664 |
--program-suf |
--program-su |
--program-s)
665 ac_prev
=program_suffix
;;
666 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
667 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
668 program_suffix
=$ac_optarg ;;
670 -program-transform-name |
--program-transform-name \
671 |
--program-transform-nam |
--program-transform-na \
672 |
--program-transform-n |
--program-transform- \
673 |
--program-transform |
--program-transfor \
674 |
--program-transfo |
--program-transf \
675 |
--program-trans |
--program-tran \
676 |
--progr-tra |
--program-tr |
--program-t)
677 ac_prev
=program_transform_name
;;
678 -program-transform-name=* |
--program-transform-name=* \
679 |
--program-transform-nam=* |
--program-transform-na=* \
680 |
--program-transform-n=* |
--program-transform-=* \
681 |
--program-transform=* |
--program-transfor=* \
682 |
--program-transfo=* |
--program-transf=* \
683 |
--program-trans=* |
--program-tran=* \
684 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
685 program_transform_name
=$ac_optarg ;;
687 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
688 |
-silent |
--silent |
--silen |
--sile |
--sil)
691 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
693 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
695 sbindir
=$ac_optarg ;;
697 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
698 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
699 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
701 ac_prev
=sharedstatedir
;;
702 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
703 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
704 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
706 sharedstatedir
=$ac_optarg ;;
708 -site |
--site |
--sit)
710 -site=* |
--site=* |
--sit=*)
713 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
715 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
718 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
719 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
720 ac_prev
=sysconfdir
;;
721 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
722 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
723 sysconfdir
=$ac_optarg ;;
725 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
726 ac_prev
=target_alias
;;
727 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
728 target_alias
=$ac_optarg ;;
730 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
733 -version |
--version |
--versio |
--versi |
--vers |
-V)
737 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
738 # Reject names that are not valid shell variable names.
739 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
740 { echo "$as_me: error: invalid package name: $ac_package" >&2
741 { (exit 1); exit 1; }; }
742 ac_package
=`echo $ac_package| sed 's/-/_/g'`
744 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
747 eval "with_$ac_package='$ac_optarg'" ;;
749 -without-* |
--without-*)
750 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
751 # Reject names that are not valid shell variable names.
752 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
753 { echo "$as_me: error: invalid package name: $ac_package" >&2
754 { (exit 1); exit 1; }; }
755 ac_package
=`echo $ac_package | sed 's/-/_/g'`
756 eval "with_$ac_package=no" ;;
759 # Obsolete; use --with-x.
762 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
763 |
--x-incl |
--x-inc |
--x-in |
--x-i)
764 ac_prev
=x_includes
;;
765 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
766 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
767 x_includes
=$ac_optarg ;;
769 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
770 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
771 ac_prev
=x_libraries
;;
772 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
773 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
774 x_libraries
=$ac_optarg ;;
776 -*) { echo "$as_me: error: unrecognized option: $ac_option
777 Try \`$0 --help' for more information." >&2
778 { (exit 1); exit 1; }; }
782 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
783 # Reject names that are not valid shell variable names.
784 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
785 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
786 { (exit 1); exit 1; }; }
787 ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
788 eval "$ac_envvar='$ac_optarg'"
792 # FIXME: should be removed in autoconf 3.0.
793 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
794 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
795 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
796 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
802 if test -n "$ac_prev"; then
803 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
804 { echo "$as_me: error: missing argument to $ac_option" >&2
805 { (exit 1); exit 1; }; }
808 # Be sure to have absolute paths.
809 for ac_var
in exec_prefix prefix
811 eval ac_val
=$
`echo $ac_var`
813 [\\/$
]* | ?
:[\\/]* | NONE |
'' ) ;;
814 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
815 { (exit 1); exit 1; }; };;
819 # Be sure to have absolute paths.
820 for ac_var
in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
821 localstatedir libdir includedir oldincludedir infodir mandir
823 eval ac_val
=$
`echo $ac_var`
825 [\\/$
]* | ?
:[\\/]* ) ;;
826 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
827 { (exit 1); exit 1; }; };;
831 # There might be people who depend on the old broken behavior: `$host'
832 # used to hold the argument of --host etc.
833 # FIXME: To remove some day.
838 # FIXME: To remove some day.
839 if test "x$host_alias" != x
; then
840 if test "x$build_alias" = x
; then
841 cross_compiling
=maybe
842 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
843 If a cross compiler is detected then cross compile mode will be used." >&2
844 elif test "x$build_alias" != "x$host_alias"; then
850 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
852 test "$silent" = yes && exec 6>/dev
/null
855 # Find the source files, if location was not specified.
856 if test -z "$srcdir"; then
857 ac_srcdir_defaulted
=yes
858 # Try the directory containing this script, then its parent.
859 ac_confdir
=`(dirname "$0") 2>/dev/null ||
860 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
861 X"$0" : 'X\(//\)[^/]' \| \
862 X"$0" : 'X\(//\)$' \| \
863 X"$0" : 'X\(/\)' \| \
864 . : '\(.\)' 2>/dev/null ||
866 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
867 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
868 /^X\(\/\/\)$/{ s//\1/; q; }
869 /^X\(\/\).*/{ s//\1/; q; }
872 if test ! -r $srcdir/$ac_unique_file; then
876 ac_srcdir_defaulted
=no
878 if test ! -r $srcdir/$ac_unique_file; then
879 if test "$ac_srcdir_defaulted" = yes; then
880 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
881 { (exit 1); exit 1; }; }
883 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
884 { (exit 1); exit 1; }; }
887 (cd $srcdir && test -r .
/$ac_unique_file) 2>/dev
/null ||
888 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
889 { (exit 1); exit 1; }; }
890 srcdir
=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
891 ac_env_build_alias_set
=${build_alias+set}
892 ac_env_build_alias_value
=$build_alias
893 ac_cv_env_build_alias_set
=${build_alias+set}
894 ac_cv_env_build_alias_value
=$build_alias
895 ac_env_host_alias_set
=${host_alias+set}
896 ac_env_host_alias_value
=$host_alias
897 ac_cv_env_host_alias_set
=${host_alias+set}
898 ac_cv_env_host_alias_value
=$host_alias
899 ac_env_target_alias_set
=${target_alias+set}
900 ac_env_target_alias_value
=$target_alias
901 ac_cv_env_target_alias_set
=${target_alias+set}
902 ac_cv_env_target_alias_value
=$target_alias
903 ac_env_CPP_set
=${CPP+set}
904 ac_env_CPP_value
=$CPP
905 ac_cv_env_CPP_set
=${CPP+set}
906 ac_cv_env_CPP_value
=$CPP
907 ac_env_CPPFLAGS_set
=${CPPFLAGS+set}
908 ac_env_CPPFLAGS_value
=$CPPFLAGS
909 ac_cv_env_CPPFLAGS_set
=${CPPFLAGS+set}
910 ac_cv_env_CPPFLAGS_value
=$CPPFLAGS
911 ac_env_CXX_set
=${CXX+set}
912 ac_env_CXX_value
=$CXX
913 ac_cv_env_CXX_set
=${CXX+set}
914 ac_cv_env_CXX_value
=$CXX
915 ac_env_CXXFLAGS_set
=${CXXFLAGS+set}
916 ac_env_CXXFLAGS_value
=$CXXFLAGS
917 ac_cv_env_CXXFLAGS_set
=${CXXFLAGS+set}
918 ac_cv_env_CXXFLAGS_value
=$CXXFLAGS
919 ac_env_LDFLAGS_set
=${LDFLAGS+set}
920 ac_env_LDFLAGS_value
=$LDFLAGS
921 ac_cv_env_LDFLAGS_set
=${LDFLAGS+set}
922 ac_cv_env_LDFLAGS_value
=$LDFLAGS
923 ac_env_CXXCPP_set
=${CXXCPP+set}
924 ac_env_CXXCPP_value
=$CXXCPP
925 ac_cv_env_CXXCPP_set
=${CXXCPP+set}
926 ac_cv_env_CXXCPP_value
=$CXXCPP
929 # Report the --help message.
931 if test "$ac_init_help" = "long"; then
932 # Omit some internal or obsolete options to make the list less imposing.
933 # This message is too long to be a string in the A/UX 3.1 sh.
935 \`configure' configures libjava version-unused to adapt to many kinds of systems.
937 Usage: $0 [OPTION]... [VAR=VALUE]...
939 To assign environment variables (e.g., CC, CFLAGS...), specify them as
940 VAR=VALUE. See below for descriptions of some of the useful variables.
942 Defaults for the options are specified in brackets.
945 -h, --help display this help and exit
946 --help=short display options specific to this package
947 --help=recursive display the short help of all the included packages
948 -V, --version display version information and exit
949 -q, --quiet, --silent do not print \`checking...' messages
950 --cache-file=FILE cache test results in FILE [disabled]
951 -C, --config-cache alias for \`--cache-file=config.cache'
952 -n, --no-create do not create output files
953 --srcdir=DIR find the sources in DIR [configure dir or \`..']
958 Installation directories:
959 --prefix=PREFIX install architecture-independent files in PREFIX
961 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
964 By default, \`make install' will install all the files in
965 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
966 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
967 for instance \`--prefix=\$HOME'.
969 For better control, use the options below.
971 Fine tuning of the installation directories:
972 --bindir=DIR user executables [EPREFIX/bin]
973 --sbindir=DIR system admin executables [EPREFIX/sbin]
974 --libexecdir=DIR program executables [EPREFIX/libexec]
975 --datadir=DIR read-only architecture-independent data [PREFIX/share]
976 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
977 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
978 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
979 --libdir=DIR object code libraries [EPREFIX/lib]
980 --includedir=DIR C header files [PREFIX/include]
981 --oldincludedir=DIR C header files for non-gcc [/usr/include]
982 --infodir=DIR info documentation [PREFIX/info]
983 --mandir=DIR man documentation [PREFIX/man]
989 --program-prefix=PREFIX prepend PREFIX to installed program names
990 --program-suffix=SUFFIX append SUFFIX to installed program names
991 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
994 --x-includes=DIR X include files are
in DIR
995 --x-libraries=DIR X library files are
in DIR
998 --build=BUILD configure
for building on BUILD
[guessed
]
999 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
1000 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
1004 if test -n "$ac_init_help"; then
1005 case $ac_init_help in
1006 short | recursive
) echo "Configuration of libjava version-unused:";;
1011 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1012 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1013 --enable-multilib build many library versions
(default
)
1014 --enable-version-specific-runtime-libs
1015 specify that runtime libraries should be installed
1016 in a compiler-specific directory
1017 --enable-plugin build gcjwebplugin web browser plugin
1018 --enable-gconf-peer compile GConf native peers
for util.preferences
1019 --enable-java-maintainer-mode
1020 allow rebuilding of .class and .h files
1021 --disable-dependency-tracking speeds up one-time build
1022 --enable-dependency-tracking do not reject slow dependency extractors
1023 --enable-maintainer-mode enable make rules and dependencies not useful
1024 (and sometimes confusing
) to the casual installer
1025 --enable-libgcj-debug enable runtime debugging code
1026 --enable-java-awt list of AWT peer implementations to be built
1027 --enable-shared[=PKGS
]
1028 build shared libraries
[default
=yes]
1029 --enable-static[=PKGS
]
1030 build static libraries
[default
=yes]
1031 --enable-fast-install[=PKGS
]
1032 optimize
for fast installation
[default
=yes]
1033 --disable-libtool-lock avoid locking
(might
break parallel builds
)
1034 --disable-getenv-properties
1035 don
't set system properties from GCJ_PROPERTIES
1036 --enable-hash-synchronization
1037 use global hash table for monitor locks
1038 --enable-gc-debug include full support for pointer backtracing etc.
1039 --enable-interpreter enable interpreter
1040 --enable-sjlj-exceptions
1041 force use of builtin_setjmp for exceptions
1042 --disable-java-net disable java.net
1043 --disable-jvmpi disable JVMPI support
1044 --enable-java-gc=TYPE choose garbage collector (default is boehm)
1045 --disable-rpath do not hardcode runtime library paths
1046 --enable-tls Use thread-local storage [default=yes]
1049 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1050 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1051 --with-build-libsubdir=DIR Directory where to find libraries for build system
1052 --with-target-subdir=SUBDIR
1053 configure in a subdirectory
1054 --with-cross-host=HOST configure with a cross compiler from HOST
1055 --with-newlib configure with newlib
1056 --with-escher=ABS.PATH specify path to escher dir or JAR for X peers
1057 --with-pic try to use only PIC/non-PIC objects [default=use
1059 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1060 --with-ecj-jar=FILE use preinstalled ecj jar
1061 --with-java-home=DIRECTORY
1062 value of java.home system property
1063 --with-win32-nlsapi=ansi or unicows or unicode
1064 native MinGW libgcj Win32 OS API (default is ansi)
1065 --without-libffi don't use libffi
1066 --with-ecos enable runtime eCos target support
1067 --with-system-zlib use installed libz
1068 --with-x use the X Window System
1069 --with-gnu-ld assume the C compiler uses GNU ld default
=no
1070 --with-libiconv-prefix[=DIR
] search
for libiconv
in DIR
/include and DIR
/lib
1071 --without-libiconv-prefix don
't search for libiconv in includedir and libdir
1073 Some influential environment variables:
1074 CC C compiler command
1075 CFLAGS C compiler flags
1076 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1077 nonstandard directory <lib dir>
1078 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
1079 headers in a nonstandard directory <include dir>
1080 CXX C++ compiler command
1081 CXXFLAGS C++ compiler flags
1083 CXXCPP C++ preprocessor
1085 Use these variables to override the choices made by `configure' or to
help
1086 it to
find libraries and programs with nonstandard names
/locations.
1091 if test "$ac_init_help" = "recursive"; then
1092 # If there are subdirs, report their specific --help.
1094 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
1095 test -d $ac_dir ||
continue
1098 if test "$ac_dir" != .
; then
1099 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1100 # A "../" for each directory in $ac_dir_suffix.
1101 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
1103 ac_dir_suffix
= ac_top_builddir
=
1107 .
) # No --srcdir option. We are building in place.
1109 if test -z "$ac_top_builddir"; then
1112 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
1114 [\\/]* | ?
:[\\/]* ) # Absolute path.
1115 ac_srcdir
=$srcdir$ac_dir_suffix;
1116 ac_top_srcdir
=$srcdir ;;
1118 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
1119 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
1122 # Do not use `cd foo && pwd` to compute absolute paths, because
1123 # the directories may not exist.
1125 .
) ac_abs_builddir
="$ac_dir";;
1128 .
) ac_abs_builddir
=`pwd`;;
1129 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
1130 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
1133 case $ac_abs_builddir in
1134 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
1136 case ${ac_top_builddir}.
in
1137 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
1138 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
1139 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
1142 case $ac_abs_builddir in
1143 .
) ac_abs_srcdir
=$ac_srcdir;;
1146 .
) ac_abs_srcdir
=$ac_abs_builddir;;
1147 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
1148 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
1151 case $ac_abs_builddir in
1152 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
1154 case $ac_top_srcdir in
1155 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
1156 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
1157 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
1162 # Check for guested configure; otherwise get Cygnus style configure.
1163 if test -f $ac_srcdir/configure.gnu
; then
1165 $SHELL $ac_srcdir/configure.gnu
--help=recursive
1166 elif test -f $ac_srcdir/configure
; then
1168 $SHELL $ac_srcdir/configure
--help=recursive
1169 elif test -f $ac_srcdir/configure.ac ||
1170 test -f $ac_srcdir/configure.
in; then
1172 $ac_configure --help
1174 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1180 test -n "$ac_init_help" && exit 0
1181 if $ac_init_version; then
1183 libjava configure version-unused
1184 generated by GNU Autoconf
2.59
1186 Copyright
(C
) 2003 Free Software Foundation
, Inc.
1187 This configure
script is free software
; the Free Software Foundation
1188 gives unlimited permission to copy
, distribute and modify it.
1194 This file contains any messages produced by compilers while
1195 running configure, to aid debugging if configure makes a mistake.
1197 It was created by libjava $as_me version-unused, which was
1198 generated by GNU Autoconf 2.59. Invocation command line was
1209 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1210 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1211 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1212 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1213 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1215 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1216 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1218 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1219 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1220 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1221 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1222 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1223 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1224 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1228 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1232 test -z "$as_dir" && as_dir
=.
1233 echo "PATH: $as_dir"
1248 # Keep a trace of the command line.
1249 # Strip out --no-create and --no-recursion so they do not pile up.
1250 # Strip out --silent because we don't want to record it for future runs.
1251 # Also quote any args containing shell meta-characters.
1252 # Make two passes to allow for proper duplicate-argument suppression.
1257 ac_must_keep_next
=false
1263 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
1264 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1265 |
-silent |
--silent |
--silen |
--sile |
--sil)
1267 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1268 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1271 1) ac_configure_args0
="$ac_configure_args0 '$ac_arg'" ;;
1273 ac_configure_args1
="$ac_configure_args1 '$ac_arg'"
1274 if test $ac_must_keep_next = true
; then
1275 ac_must_keep_next
=false
# Got value, back to normal.
1278 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
1279 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
1280 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
1281 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
1282 case "$ac_configure_args0 " in
1283 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1286 -* ) ac_must_keep_next
=true
;;
1289 ac_configure_args
="$ac_configure_args$ac_sep'$ac_arg'"
1290 # Get rid of the leading space.
1296 $as_unset ac_configure_args0 ||
test "${ac_configure_args0+set}" != set ||
{ ac_configure_args0
=; export ac_configure_args0
; }
1297 $as_unset ac_configure_args1 ||
test "${ac_configure_args1+set}" != set ||
{ ac_configure_args1
=; export ac_configure_args1
; }
1299 # When interrupted or exit'd, cleanup temporary files, and complete
1300 # config.log. We remove comments because anyway the quotes in there
1301 # would cause problems or look ugly.
1302 # WARNING: Be sure not to use single quotes in there, as some shells,
1303 # such as our DU 5.0 friend, will then `close' the trap.
1304 trap 'exit_status=$?
1305 # Save into config.log some information that might help in debugging.
1310 ## ---------------- ##
1311 ## Cache variables. ##
1312 ## ---------------- ##
1315 # The following way of writing the cache mishandles newlines in values,
1318 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1321 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1322 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1326 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1333 ## ----------------- ##
1334 ## Output variables. ##
1335 ## ----------------- ##
1338 for ac_var in $ac_subst_vars
1340 eval ac_val=$`echo $ac_var`
1341 echo "$ac_var='"'"'$ac_val'"'"'"
1345 if test -n "$ac_subst_files"; then
1352 for ac_var in $ac_subst_files
1354 eval ac_val=$`echo $ac_var`
1355 echo "$ac_var='"'"'$ac_val'"'"'"
1360 if test -s confdefs.h; then
1367 sed "/^$/d" confdefs.h | sort
1370 test "$ac_signal" != 0 &&
1371 echo "$as_me: caught signal $ac_signal"
1372 echo "$as_me: exit $exit_status"
1374 rm -f core *.core &&
1375 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1378 for ac_signal
in 1 2 13 15; do
1379 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1383 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1384 rm -rf conftest
* confdefs.h
1385 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1388 # Predefined preprocessor variables.
1390 cat >>confdefs.h
<<_ACEOF
1391 #define PACKAGE_NAME "$PACKAGE_NAME"
1395 cat >>confdefs.h
<<_ACEOF
1396 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1400 cat >>confdefs.h
<<_ACEOF
1401 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1405 cat >>confdefs.h
<<_ACEOF
1406 #define PACKAGE_STRING "$PACKAGE_STRING"
1410 cat >>confdefs.h
<<_ACEOF
1411 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1415 # Let the site file select an alternate cache file if it wants to.
1416 # Prefer explicitly selected file to automatically selected ones.
1417 if test -z "$CONFIG_SITE"; then
1418 if test "x$prefix" != xNONE
; then
1419 CONFIG_SITE
="$prefix/share/config.site $prefix/etc/config.site"
1421 CONFIG_SITE
="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1424 for ac_site_file
in $CONFIG_SITE; do
1425 if test -r "$ac_site_file"; then
1426 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1427 echo "$as_me: loading site script $ac_site_file" >&6;}
1428 sed 's/^/| /' "$ac_site_file" >&5
1433 if test -r "$cache_file"; then
1434 # Some versions of bash will fail to source /dev/null (special
1435 # files actually), so we avoid doing that.
1436 if test -f "$cache_file"; then
1437 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1438 echo "$as_me: loading cache $cache_file" >&6;}
1440 [\\/]* | ?
:[\\/]* ) .
$cache_file;;
1441 *) . .
/$cache_file;;
1445 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1446 echo "$as_me: creating cache $cache_file" >&6;}
1450 # Check that the precious variables saved in the cache have kept the same
1452 ac_cache_corrupted
=false
1453 for ac_var
in `(set) 2>&1 |
1454 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1455 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
1456 eval ac_new_set
=\
$ac_env_${ac_var}_set
1457 eval ac_old_val
="\$ac_cv_env_${ac_var}_value"
1458 eval ac_new_val
="\$ac_env_${ac_var}_value"
1459 case $ac_old_set,$ac_new_set in
1461 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1462 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1463 ac_cache_corrupted
=: ;;
1465 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1466 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1467 ac_cache_corrupted
=: ;;
1470 if test "x$ac_old_val" != "x$ac_new_val"; then
1471 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1472 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1473 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1474 echo "$as_me: former value: $ac_old_val" >&2;}
1475 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1476 echo "$as_me: current value: $ac_new_val" >&2;}
1477 ac_cache_corrupted
=:
1480 # Pass precious variables to config.status.
1481 if test "$ac_new_set" = set; then
1483 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1484 ac_arg
=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1485 *) ac_arg
=$ac_var=$ac_new_val ;;
1487 case " $ac_configure_args " in
1488 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1489 *) ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
1493 if $ac_cache_corrupted; then
1494 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1495 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1496 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1497 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1498 { (exit 1); exit 1; }; }
1502 ac_cpp
='$CPP $CPPFLAGS'
1503 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1504 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1505 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1537 for ac_dir
in $srcdir $srcdir/..
$srcdir/..
/..
; do
1538 if test -f $ac_dir/install-sh
; then
1540 ac_install_sh
="$ac_aux_dir/install-sh -c"
1542 elif test -f $ac_dir/install.sh
; then
1544 ac_install_sh
="$ac_aux_dir/install.sh -c"
1546 elif test -f $ac_dir/shtool
; then
1548 ac_install_sh
="$ac_aux_dir/shtool install -c"
1552 if test -z "$ac_aux_dir"; then
1553 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1554 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1555 { (exit 1); exit 1; }; }
1557 ac_config_guess
="$SHELL $ac_aux_dir/config.guess"
1558 ac_config_sub
="$SHELL $ac_aux_dir/config.sub"
1559 ac_configure
="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1561 # Make sure we can run config.sub.
1562 $ac_config_sub sun4
>/dev
/null
2>&1 ||
1563 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1564 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1565 { (exit 1); exit 1; }; }
1567 echo "$as_me:$LINENO: checking build system type" >&5
1568 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1569 if test "${ac_cv_build+set}" = set; then
1570 echo $ECHO_N "(cached) $ECHO_C" >&6
1572 ac_cv_build_alias
=$build_alias
1573 test -z "$ac_cv_build_alias" &&
1574 ac_cv_build_alias
=`$ac_config_guess`
1575 test -z "$ac_cv_build_alias" &&
1576 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1577 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1578 { (exit 1); exit 1; }; }
1579 ac_cv_build
=`$ac_config_sub $ac_cv_build_alias` ||
1580 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1581 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1582 { (exit 1); exit 1; }; }
1585 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1586 echo "${ECHO_T}$ac_cv_build" >&6
1588 build_cpu
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1589 build_vendor
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1590 build_os
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1593 case ${build_alias} in
1594 "") build_noncanonical
=${build} ;;
1595 *) build_noncanonical
=${build_alias} ;;
1598 case ${host_alias} in
1599 "") host_noncanonical
=${build_noncanonical} ;;
1600 *) host_noncanonical
=${host_alias} ;;
1603 case ${target_alias} in
1604 "") target_noncanonical
=${host_noncanonical} ;;
1605 *) target_noncanonical
=${target_alias} ;;
1609 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to
1610 # have matching libraries, they should use host libraries: Makefile.tpl
1611 # arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
1612 # However, they still use the build modules, because the corresponding
1613 # host modules (e.g. bison) are only built for the host when bootstrap
1615 # - build_subdir is where we find build modules, and never changes.
1616 # - build_libsubdir is where we find build libraries, and can be overridden.
1618 # Prefix 'build-' so this never conflicts with target_subdir.
1619 build_subdir
="build-${build_noncanonical}"
1621 # Check whether --with-build-libsubdir or --without-build-libsubdir was given.
1622 if test "${with_build_libsubdir+set}" = set; then
1623 withval
="$with_build_libsubdir"
1624 build_libsubdir
="$withval"
1626 build_libsubdir
="$build_subdir"
1628 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
1629 if ( test $srcdir = .
&& test -d gcc
) \
1630 ||
test -d $srcdir/..
/host-
${host_noncanonical}; then
1631 host_subdir
="host-${host_noncanonical}"
1636 target_subdir
=${target_noncanonical}
1639 # We use these options to decide which functions to include.
1641 # Check whether --with-target-subdir or --without-target-subdir was given.
1642 if test "${with_target_subdir+set}" = set; then
1643 withval
="$with_target_subdir"
1647 # We may get other options which we don't document:
1648 # --with-target-subdir, --with-multisrctop, --with-multisubdir
1650 # Find the rest of the source tree framework.
1651 # Default to --enable-multilib
1652 # Check whether --enable-multilib or --disable-multilib was given.
1653 if test "${enable_multilib+set}" = set; then
1654 enableval
="$enable_multilib"
1655 case "$enableval" in
1656 yes) multilib
=yes ;;
1658 *) { { echo "$as_me:$LINENO: error: bad value $enableval for multilib option" >&5
1659 echo "$as_me: error: bad value $enableval for multilib option" >&2;}
1660 { (exit 1); exit 1; }; } ;;
1666 # We may get other options which we leave undocumented:
1667 # --with-target-subdir, --with-multisrctop, --with-multisubdir
1668 # See config-ml.in if you want the gory details.
1670 if test "$srcdir" = "."; then
1671 if test "$with_target_subdir" != "."; then
1672 multi_basedir
="$srcdir/$with_multisrctop../.."
1674 multi_basedir
="$srcdir/$with_multisrctop.."
1677 multi_basedir
="$srcdir/.."
1681 # Even if the default multilib is not a cross compilation,
1682 # it may be that some of the other multilibs are.
1683 if test $cross_compiling = no
&& test $multilib = yes \
1684 && test "x${with_multisubdir}" != x
; then
1685 cross_compiling
=maybe
1688 ac_config_commands
="$ac_config_commands default-1"
1691 echo "$as_me:$LINENO: checking host system type" >&5
1692 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1693 if test "${ac_cv_host+set}" = set; then
1694 echo $ECHO_N "(cached) $ECHO_C" >&6
1696 ac_cv_host_alias
=$host_alias
1697 test -z "$ac_cv_host_alias" &&
1698 ac_cv_host_alias
=$ac_cv_build_alias
1699 ac_cv_host
=`$ac_config_sub $ac_cv_host_alias` ||
1700 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1701 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1702 { (exit 1); exit 1; }; }
1705 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1706 echo "${ECHO_T}$ac_cv_host" >&6
1708 host_cpu
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1709 host_vendor
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1710 host_os
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1713 echo "$as_me:$LINENO: checking target system type" >&5
1714 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1715 if test "${ac_cv_target+set}" = set; then
1716 echo $ECHO_N "(cached) $ECHO_C" >&6
1718 ac_cv_target_alias
=$target_alias
1719 test "x$ac_cv_target_alias" = "x" &&
1720 ac_cv_target_alias
=$ac_cv_host_alias
1721 ac_cv_target
=`$ac_config_sub $ac_cv_target_alias` ||
1722 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1723 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1724 { (exit 1); exit 1; }; }
1727 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1728 echo "${ECHO_T}$ac_cv_target" >&6
1729 target
=$ac_cv_target
1730 target_cpu
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1731 target_vendor
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1732 target_os
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1735 # The aliases save the names the user supplied, while $host etc.
1736 # will get canonicalized.
1737 test -n "$target_alias" &&
1738 test "$program_prefix$program_suffix$program_transform_name" = \
1740 program_prefix
=${target_alias}-
1741 case ${build_alias} in
1742 "") build_noncanonical
=${build} ;;
1743 *) build_noncanonical
=${build_alias} ;;
1746 case ${target_alias} in
1747 "") target_noncanonical
=${host_noncanonical} ;;
1748 *) target_noncanonical
=${target_alias} ;;
1754 # This works around the fact that libtool configuration may change LD
1755 # for this particular configuration, but some shells, instead of
1756 # keeping the changes in LD private, export them just because LD is
1758 ORIGINAL_LD_FOR_MULTILIBS
=$LD
1760 echo "$as_me:$LINENO: checking whether ln -s works" >&5
1761 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
1763 if test "$LN_S" = "ln -s"; then
1764 echo "$as_me:$LINENO: result: yes" >&5
1765 echo "${ECHO_T}yes" >&6
1767 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
1768 echo "${ECHO_T}no, using $LN_S" >&6
1772 # This works around an automake problem.
1773 mkinstalldirs
="`cd $ac_aux_dir && ${PWDCMD-pwd}`/mkinstalldirs"
1777 # Check whether --with-cross-host or --without-cross-host was given.
1778 if test "${with_cross_host+set}" = set; then
1779 withval
="$with_cross_host"
1784 # Check whether --with-newlib or --without-newlib was given.
1785 if test "${with_newlib+set}" = set; then
1786 withval
="$with_newlib"
1790 # Check whether --enable-version-specific-runtime-libs or --disable-version-specific-runtime-libs was given.
1791 if test "${enable_version_specific_runtime_libs+set}" = set; then
1792 enableval
="$enable_version_specific_runtime_libs"
1793 case "$enableval" in
1794 yes) version_specific_libs
=yes ;;
1795 no
) version_specific_libs
=no
;;
1796 *) { { echo "$as_me:$LINENO: error: Unknown argument to enable/disable version-specific libs" >&5
1797 echo "$as_me: error: Unknown argument to enable/disable version-specific libs" >&2;}
1798 { (exit 1); exit 1; }; };;
1801 version_specific_libs
=no
1805 # Check whether --enable-plugin or --disable-plugin was given.
1806 if test "${enable_plugin+set}" = set; then
1807 enableval
="$enable_plugin"
1808 case "$enableval" in
1809 yes) plugin_enabled
=yes ;;
1810 no
) plugin_enabled
=no
;;
1811 *) { { echo "$as_me:$LINENO: error: Unknown argument to enable/disable plugin" >&5
1812 echo "$as_me: error: Unknown argument to enable/disable plugin" >&2;}
1813 { (exit 1); exit 1; }; };;
1820 # Check whether --enable-gconf-peer or --disable-gconf-peer was given.
1821 if test "${enable_gconf_peer+set}" = set; then
1822 enableval
="$enable_gconf_peer"
1823 case "$enableval" in
1824 yes) gconf_enabled
=yes ;;
1825 no
) gconf_enabled
=no
;;
1826 *) { { echo "$as_me:$LINENO: error: Unknown argument to enable/disable gconf-peer" >&5
1827 echo "$as_me: error: Unknown argument to enable/disable gconf-peer" >&2;}
1828 { (exit 1); exit 1; }; };;
1835 # Check whether --enable-java-maintainer-mode or --disable-java-maintainer-mode was given.
1836 if test "${enable_java_maintainer_mode+set}" = set; then
1837 enableval
="$enable_java_maintainer_mode"
1842 if test "$enable_java_maintainer_mode" = yes; then
1843 JAVA_MAINTAINER_MODE_TRUE
=
1844 JAVA_MAINTAINER_MODE_FALSE
='#'
1846 JAVA_MAINTAINER_MODE_TRUE
='#'
1847 JAVA_MAINTAINER_MODE_FALSE
=
1851 # It may not be safe to run linking tests in AC_PROG_CC/AC_PROG_CXX.
1854 # (1) We use an abnormal CXX (without library references), so we
1855 # must cache it under a different name.
1856 # (2) CC, CFLAGS, CXX, CXXFLAGS, LDFLAGS must not be 'precious', or
1857 # the non-multilib-adjusted value will be used in multilibs.
1858 # (3) As a side effect, we must SUBST CXXFLAGS, CFLAGS, and LDFLAGS ourselves.
1859 # (4) As another side effect, automake doesn't automatically include them
1861 # (5) For libstdc++-v3, -fno-builtin must be present here so that a
1862 # non-conflicting form of std::exit can be guessed by AC_PROG_CXX, and
1863 # used in later tests. This may not be necessary in libjava; I don't know.
1866 save_CXXFLAGS
="$CXXFLAGS"
1867 CXXFLAGS
="$CXXFLAGS -fno-builtin"
1869 ac_cpp
='$CPP $CPPFLAGS'
1870 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1871 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1872 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1873 if test -n "$ac_tool_prefix"; then
1874 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1875 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
1876 echo "$as_me:$LINENO: checking for $ac_word" >&5
1877 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1878 if test "${ac_cv_prog_CC+set}" = set; then
1879 echo $ECHO_N "(cached) $ECHO_C" >&6
1881 if test -n "$CC"; then
1882 ac_cv_prog_CC
="$CC" # Let the user override the test.
1884 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1888 test -z "$as_dir" && as_dir
=.
1889 for ac_exec_ext
in '' $ac_executable_extensions; do
1890 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1891 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
1892 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1901 if test -n "$CC"; then
1902 echo "$as_me:$LINENO: result: $CC" >&5
1903 echo "${ECHO_T}$CC" >&6
1905 echo "$as_me:$LINENO: result: no" >&5
1906 echo "${ECHO_T}no" >&6
1910 if test -z "$ac_cv_prog_CC"; then
1912 # Extract the first word of "gcc", so it can be a program name with args.
1913 set dummy gcc
; ac_word
=$2
1914 echo "$as_me:$LINENO: checking for $ac_word" >&5
1915 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1916 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1917 echo $ECHO_N "(cached) $ECHO_C" >&6
1919 if test -n "$ac_ct_CC"; then
1920 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
1922 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1926 test -z "$as_dir" && as_dir
=.
1927 for ac_exec_ext
in '' $ac_executable_extensions; do
1928 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1929 ac_cv_prog_ac_ct_CC
="gcc"
1930 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1938 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
1939 if test -n "$ac_ct_CC"; then
1940 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1941 echo "${ECHO_T}$ac_ct_CC" >&6
1943 echo "$as_me:$LINENO: result: no" >&5
1944 echo "${ECHO_T}no" >&6
1952 if test -z "$CC"; then
1953 if test -n "$ac_tool_prefix"; then
1954 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1955 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
1956 echo "$as_me:$LINENO: checking for $ac_word" >&5
1957 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1958 if test "${ac_cv_prog_CC+set}" = set; then
1959 echo $ECHO_N "(cached) $ECHO_C" >&6
1961 if test -n "$CC"; then
1962 ac_cv_prog_CC
="$CC" # Let the user override the test.
1964 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1968 test -z "$as_dir" && as_dir
=.
1969 for ac_exec_ext
in '' $ac_executable_extensions; do
1970 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1971 ac_cv_prog_CC
="${ac_tool_prefix}cc"
1972 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1981 if test -n "$CC"; then
1982 echo "$as_me:$LINENO: result: $CC" >&5
1983 echo "${ECHO_T}$CC" >&6
1985 echo "$as_me:$LINENO: result: no" >&5
1986 echo "${ECHO_T}no" >&6
1990 if test -z "$ac_cv_prog_CC"; then
1992 # Extract the first word of "cc", so it can be a program name with args.
1993 set dummy cc
; ac_word
=$2
1994 echo "$as_me:$LINENO: checking for $ac_word" >&5
1995 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1996 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1997 echo $ECHO_N "(cached) $ECHO_C" >&6
1999 if test -n "$ac_ct_CC"; then
2000 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2002 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2006 test -z "$as_dir" && as_dir
=.
2007 for ac_exec_ext
in '' $ac_executable_extensions; do
2008 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2009 ac_cv_prog_ac_ct_CC
="cc"
2010 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2018 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2019 if test -n "$ac_ct_CC"; then
2020 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2021 echo "${ECHO_T}$ac_ct_CC" >&6
2023 echo "$as_me:$LINENO: result: no" >&5
2024 echo "${ECHO_T}no" >&6
2033 if test -z "$CC"; then
2034 # Extract the first word of "cc", so it can be a program name with args.
2035 set dummy cc
; ac_word
=$2
2036 echo "$as_me:$LINENO: checking for $ac_word" >&5
2037 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2038 if test "${ac_cv_prog_CC+set}" = set; then
2039 echo $ECHO_N "(cached) $ECHO_C" >&6
2041 if test -n "$CC"; then
2042 ac_cv_prog_CC
="$CC" # Let the user override the test.
2045 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2049 test -z "$as_dir" && as_dir
=.
2050 for ac_exec_ext
in '' $ac_executable_extensions; do
2051 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2052 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2053 ac_prog_rejected
=yes
2057 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2063 if test $ac_prog_rejected = yes; then
2064 # We found a bogon in the path, so make sure we never use it.
2065 set dummy
$ac_cv_prog_CC
2067 if test $# != 0; then
2068 # We chose a different compiler from the bogus one.
2069 # However, it has the same basename, so the bogon will be chosen
2070 # first if we set CC to just the basename; use the full file name.
2072 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
2078 if test -n "$CC"; then
2079 echo "$as_me:$LINENO: result: $CC" >&5
2080 echo "${ECHO_T}$CC" >&6
2082 echo "$as_me:$LINENO: result: no" >&5
2083 echo "${ECHO_T}no" >&6
2087 if test -z "$CC"; then
2088 if test -n "$ac_tool_prefix"; then
2091 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2092 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2093 echo "$as_me:$LINENO: checking for $ac_word" >&5
2094 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2095 if test "${ac_cv_prog_CC+set}" = set; then
2096 echo $ECHO_N "(cached) $ECHO_C" >&6
2098 if test -n "$CC"; then
2099 ac_cv_prog_CC
="$CC" # Let the user override the test.
2101 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2105 test -z "$as_dir" && as_dir
=.
2106 for ac_exec_ext
in '' $ac_executable_extensions; do
2107 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2108 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
2109 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2118 if test -n "$CC"; then
2119 echo "$as_me:$LINENO: result: $CC" >&5
2120 echo "${ECHO_T}$CC" >&6
2122 echo "$as_me:$LINENO: result: no" >&5
2123 echo "${ECHO_T}no" >&6
2126 test -n "$CC" && break
2129 if test -z "$CC"; then
2133 # Extract the first word of "$ac_prog", so it can be a program name with args.
2134 set dummy
$ac_prog; ac_word
=$2
2135 echo "$as_me:$LINENO: checking for $ac_word" >&5
2136 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2137 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2138 echo $ECHO_N "(cached) $ECHO_C" >&6
2140 if test -n "$ac_ct_CC"; then
2141 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2143 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2147 test -z "$as_dir" && as_dir
=.
2148 for ac_exec_ext
in '' $ac_executable_extensions; do
2149 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2150 ac_cv_prog_ac_ct_CC
="$ac_prog"
2151 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2159 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2160 if test -n "$ac_ct_CC"; then
2161 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2162 echo "${ECHO_T}$ac_ct_CC" >&6
2164 echo "$as_me:$LINENO: result: no" >&5
2165 echo "${ECHO_T}no" >&6
2168 test -n "$ac_ct_CC" && break
2177 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2178 See \`config.log' for more details." >&5
2179 echo "$as_me: error: no acceptable C compiler found in \$PATH
2180 See \`config.log' for more details." >&2;}
2181 { (exit 1); exit 1; }; }
2183 # Provide some information about the compiler.
2184 echo "$as_me:$LINENO:" \
2185 "checking for C compiler version" >&5
2186 ac_compiler
=`set X $ac_compile; echo $2`
2187 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2188 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
2190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2191 (exit $ac_status); }
2192 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2193 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
2195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2196 (exit $ac_status); }
2197 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2198 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
2200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2201 (exit $ac_status); }
2203 cat >conftest.
$ac_ext <<_ACEOF
2206 cat confdefs.h
>>conftest.
$ac_ext
2207 cat >>conftest.
$ac_ext <<_ACEOF
2208 /* end confdefs.h. */
2219 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2220 (eval $ac_link) 2>&5
2222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2223 (exit $ac_status); }; then
2229 if test x
$gcc_no_link = xyes
; then
2230 # Setting cross_compile will disable run tests; it will
2231 # also disable AC_CHECK_FILE but that's generally
2232 # correct if we can't link.
2236 cat >conftest.
$ac_ext <<_ACEOF
2239 cat confdefs.h
>>conftest.
$ac_ext
2240 cat >>conftest.
$ac_ext <<_ACEOF
2241 /* end confdefs.h. */
2251 ac_clean_files_save
=$ac_clean_files
2252 ac_clean_files
="$ac_clean_files a.out a.exe b.out"
2253 # Try to create an executable without -o first, disregard a.out.
2254 # It will help us diagnose broken compilers, and finding out an intuition
2256 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2257 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
2258 ac_link_default
=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2259 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2260 (eval $ac_link_default) 2>&5
2262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2263 (exit $ac_status); }; then
2264 # Find the output, starting from the most likely. This scheme is
2265 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
2268 # Be careful to initialize this variable, since it used to be cached.
2269 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2271 # b.out is created by i960 compilers.
2272 for ac_file
in a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
2274 test -f "$ac_file" ||
continue
2276 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
)
2279 # This is the source file.
2282 # We found the default executable, but exeext='' is most
2286 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2287 # FIXME: I believe we export ac_cv_exeext for Libtool,
2288 # but it would be cool to find out if it's true. Does anybody
2289 # maintain Libtool? --akim.
2297 echo "$as_me: failed program was:" >&5
2298 sed 's/^/| /' conftest.
$ac_ext >&5
2300 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2301 See \`config.log' for more details." >&5
2302 echo "$as_me: error: C compiler cannot create executables
2303 See \`config.log' for more details." >&2;}
2304 { (exit 77); exit 77; }; }
2307 ac_exeext
=$ac_cv_exeext
2308 echo "$as_me:$LINENO: result: $ac_file" >&5
2309 echo "${ECHO_T}$ac_file" >&6
2311 # Check the compiler produces executables we can run. If not, either
2312 # the compiler is broken, or we cross compile.
2313 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2314 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2315 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2316 # If not cross compiling, check that we can run a simple program.
2317 if test "$cross_compiling" != yes; then
2318 if { ac_try
='./$ac_file'
2319 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2323 (exit $ac_status); }; }; then
2326 if test "$cross_compiling" = maybe
; then
2329 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2330 If you meant to cross compile, use \`--host'.
2331 See \`config.log' for more details." >&5
2332 echo "$as_me: error: cannot run C compiled programs.
2333 If you meant to cross compile, use \`--host'.
2334 See \`config.log' for more details." >&2;}
2335 { (exit 1); exit 1; }; }
2339 echo "$as_me:$LINENO: result: yes" >&5
2340 echo "${ECHO_T}yes" >&6
2342 rm -f a.out a.exe conftest
$ac_cv_exeext b.out
2343 ac_clean_files
=$ac_clean_files_save
2344 # Check the compiler produces executables we can run. If not, either
2345 # the compiler is broken, or we cross compile.
2346 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2347 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2348 echo "$as_me:$LINENO: result: $cross_compiling" >&5
2349 echo "${ECHO_T}$cross_compiling" >&6
2351 echo "$as_me:$LINENO: checking for suffix of executables" >&5
2352 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2353 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2354 (eval $ac_link) 2>&5
2356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2357 (exit $ac_status); }; then
2358 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2359 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2360 # work properly (i.e., refer to `conftest.exe'), while it won't with
2362 for ac_file
in conftest.exe conftest conftest.
*; do
2363 test -f "$ac_file" ||
continue
2365 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
) ;;
2366 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2373 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2374 See \`config.log' for more details." >&5
2375 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2376 See \`config.log' for more details." >&2;}
2377 { (exit 1); exit 1; }; }
2380 rm -f conftest
$ac_cv_exeext
2381 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2382 echo "${ECHO_T}$ac_cv_exeext" >&6
2384 rm -f conftest.
$ac_ext
2385 EXEEXT
=$ac_cv_exeext
2388 echo "$as_me:$LINENO: checking for suffix of object files" >&5
2389 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2390 if test "${ac_cv_objext+set}" = set; then
2391 echo $ECHO_N "(cached) $ECHO_C" >&6
2393 cat >conftest.
$ac_ext <<_ACEOF
2396 cat confdefs.h
>>conftest.
$ac_ext
2397 cat >>conftest.
$ac_ext <<_ACEOF
2398 /* end confdefs.h. */
2408 rm -f conftest.o conftest.obj
2409 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2410 (eval $ac_compile) 2>&5
2412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2413 (exit $ac_status); }; then
2414 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2416 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg
) ;;
2417 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
2422 echo "$as_me: failed program was:" >&5
2423 sed 's/^/| /' conftest.
$ac_ext >&5
2425 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2426 See \`config.log' for more details." >&5
2427 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2428 See \`config.log' for more details." >&2;}
2429 { (exit 1); exit 1; }; }
2432 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
2434 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2435 echo "${ECHO_T}$ac_cv_objext" >&6
2436 OBJEXT
=$ac_cv_objext
2438 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2439 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2440 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2441 echo $ECHO_N "(cached) $ECHO_C" >&6
2443 cat >conftest.
$ac_ext <<_ACEOF
2446 cat confdefs.h
>>conftest.
$ac_ext
2447 cat >>conftest.
$ac_ext <<_ACEOF
2448 /* end confdefs.h. */
2461 rm -f conftest.
$ac_objext
2462 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2463 (eval $ac_compile) 2>conftest.er1
2465 grep -v '^ *+' conftest.er1
>conftest.err
2467 cat conftest.err
>&5
2468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2469 (exit $ac_status); } &&
2470 { ac_try
='test -z "$ac_c_werror_flag"
2471 || test ! -s conftest.err'
2472 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2476 (exit $ac_status); }; } &&
2477 { ac_try
='test -s conftest.$ac_objext'
2478 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2482 (exit $ac_status); }; }; then
2485 echo "$as_me: failed program was:" >&5
2486 sed 's/^/| /' conftest.
$ac_ext >&5
2490 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2491 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
2494 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2495 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2496 GCC
=`test $ac_compiler_gnu = yes && echo yes`
2497 ac_test_CFLAGS
=${CFLAGS+set}
2498 ac_save_CFLAGS
=$CFLAGS
2500 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2501 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2502 if test "${ac_cv_prog_cc_g+set}" = set; then
2503 echo $ECHO_N "(cached) $ECHO_C" >&6
2505 cat >conftest.
$ac_ext <<_ACEOF
2508 cat confdefs.h
>>conftest.
$ac_ext
2509 cat >>conftest.
$ac_ext <<_ACEOF
2510 /* end confdefs.h. */
2520 rm -f conftest.
$ac_objext
2521 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2522 (eval $ac_compile) 2>conftest.er1
2524 grep -v '^ *+' conftest.er1
>conftest.err
2526 cat conftest.err
>&5
2527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2528 (exit $ac_status); } &&
2529 { ac_try
='test -z "$ac_c_werror_flag"
2530 || test ! -s conftest.err'
2531 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2535 (exit $ac_status); }; } &&
2536 { ac_try
='test -s conftest.$ac_objext'
2537 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2541 (exit $ac_status); }; }; then
2544 echo "$as_me: failed program was:" >&5
2545 sed 's/^/| /' conftest.
$ac_ext >&5
2549 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2551 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2552 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2553 if test "$ac_test_CFLAGS" = set; then
2554 CFLAGS
=$ac_save_CFLAGS
2555 elif test $ac_cv_prog_cc_g = yes; then
2556 if test "$GCC" = yes; then
2562 if test "$GCC" = yes; then
2568 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2569 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2570 if test "${ac_cv_prog_cc_stdc+set}" = set; then
2571 echo $ECHO_N "(cached) $ECHO_C" >&6
2573 ac_cv_prog_cc_stdc
=no
2575 cat >conftest.
$ac_ext <<_ACEOF
2578 cat confdefs.h
>>conftest.
$ac_ext
2579 cat >>conftest.
$ac_ext <<_ACEOF
2580 /* end confdefs.h. */
2583 #include <sys/types.h>
2584 #include <sys/stat.h>
2585 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2586 struct buf { int x; };
2587 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2588 static char *e (p, i)
2594 static char *f (char * (*g) (char **, int), char **p, ...)
2599 s = g (p, va_arg (v,int));
2604 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2605 function prototypes and stuff, but not '\xHH' hex character constants.
2606 These don't provoke an error unfortunately, instead are silently treated
2607 as 'x'. The following induces an error, until -std1 is added to get
2608 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2609 array size at least. It's necessary to write '\x00'==0 to get something
2610 that's true only with -std1. */
2611 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2613 int test (int i, double x);
2614 struct s1 {int (*f) (int a);};
2615 struct s2 {int (*f) (double a);};
2616 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2622 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2627 # Don't try gcc -ansi; that turns off useful extensions and
2628 # breaks some systems' header files.
2629 # AIX -qlanglvl=ansi
2630 # Ultrix and OSF/1 -std1
2631 # HP-UX 10.20 and later -Ae
2632 # HP-UX older versions -Aa -D_HPUX_SOURCE
2633 # SVR4 -Xc -D__EXTENSIONS__
2634 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2636 CC
="$ac_save_CC $ac_arg"
2637 rm -f conftest.
$ac_objext
2638 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2639 (eval $ac_compile) 2>conftest.er1
2641 grep -v '^ *+' conftest.er1
>conftest.err
2643 cat conftest.err
>&5
2644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2645 (exit $ac_status); } &&
2646 { ac_try
='test -z "$ac_c_werror_flag"
2647 || test ! -s conftest.err'
2648 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2652 (exit $ac_status); }; } &&
2653 { ac_try
='test -s conftest.$ac_objext'
2654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2658 (exit $ac_status); }; }; then
2659 ac_cv_prog_cc_stdc
=$ac_arg
2662 echo "$as_me: failed program was:" >&5
2663 sed 's/^/| /' conftest.
$ac_ext >&5
2666 rm -f conftest.err conftest.
$ac_objext
2668 rm -f conftest.
$ac_ext conftest.
$ac_objext
2673 case "x$ac_cv_prog_cc_stdc" in
2675 echo "$as_me:$LINENO: result: none needed" >&5
2676 echo "${ECHO_T}none needed" >&6 ;;
2678 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2679 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2680 CC
="$CC $ac_cv_prog_cc_stdc" ;;
2683 # Some people use a C++ compiler to compile C. Since we use `exit',
2684 # in C++ we need to declare it. In case someone uses the same compiler
2685 # for both compiling C and C++ we need to have the C++ compiler decide
2686 # the declaration of exit, since it's the most demanding environment.
2687 cat >conftest.
$ac_ext <<_ACEOF
2692 rm -f conftest.
$ac_objext
2693 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2694 (eval $ac_compile) 2>conftest.er1
2696 grep -v '^ *+' conftest.er1
>conftest.err
2698 cat conftest.err
>&5
2699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2700 (exit $ac_status); } &&
2701 { ac_try
='test -z "$ac_c_werror_flag"
2702 || test ! -s conftest.err'
2703 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2707 (exit $ac_status); }; } &&
2708 { ac_try
='test -s conftest.$ac_objext'
2709 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2713 (exit $ac_status); }; }; then
2714 for ac_declaration
in \
2716 'extern "C" void std::exit (int) throw (); using std::exit;' \
2717 'extern "C" void std::exit (int); using std::exit;' \
2718 'extern "C" void exit (int) throw ();' \
2719 'extern "C" void exit (int);' \
2722 cat >conftest.
$ac_ext <<_ACEOF
2725 cat confdefs.h
>>conftest.
$ac_ext
2726 cat >>conftest.
$ac_ext <<_ACEOF
2727 /* end confdefs.h. */
2738 rm -f conftest.
$ac_objext
2739 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2740 (eval $ac_compile) 2>conftest.er1
2742 grep -v '^ *+' conftest.er1
>conftest.err
2744 cat conftest.err
>&5
2745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2746 (exit $ac_status); } &&
2747 { ac_try
='test -z "$ac_c_werror_flag"
2748 || test ! -s conftest.err'
2749 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2753 (exit $ac_status); }; } &&
2754 { ac_try
='test -s conftest.$ac_objext'
2755 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2759 (exit $ac_status); }; }; then
2762 echo "$as_me: failed program was:" >&5
2763 sed 's/^/| /' conftest.
$ac_ext >&5
2767 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2768 cat >conftest.
$ac_ext <<_ACEOF
2771 cat confdefs.h
>>conftest.
$ac_ext
2772 cat >>conftest.
$ac_ext <<_ACEOF
2773 /* end confdefs.h. */
2783 rm -f conftest.
$ac_objext
2784 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2785 (eval $ac_compile) 2>conftest.er1
2787 grep -v '^ *+' conftest.er1
>conftest.err
2789 cat conftest.err
>&5
2790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2791 (exit $ac_status); } &&
2792 { ac_try
='test -z "$ac_c_werror_flag"
2793 || test ! -s conftest.err'
2794 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2798 (exit $ac_status); }; } &&
2799 { ac_try
='test -s conftest.$ac_objext'
2800 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2804 (exit $ac_status); }; }; then
2807 echo "$as_me: failed program was:" >&5
2808 sed 's/^/| /' conftest.
$ac_ext >&5
2811 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2814 if test -n "$ac_declaration"; then
2815 echo '#ifdef __cplusplus' >>confdefs.h
2816 echo $ac_declaration >>confdefs.h
2817 echo '#endif' >>confdefs.h
2821 echo "$as_me: failed program was:" >&5
2822 sed 's/^/| /' conftest.
$ac_ext >&5
2825 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2827 ac_cpp
='$CPP $CPPFLAGS'
2828 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2829 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2830 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2833 ac_cpp
='$CXXCPP $CPPFLAGS'
2834 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2835 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2836 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
2837 if test -n "$ac_tool_prefix"; then
2838 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
2840 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2841 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2842 echo "$as_me:$LINENO: checking for $ac_word" >&5
2843 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2844 if test "${ac_cv_prog_CXX+set}" = set; then
2845 echo $ECHO_N "(cached) $ECHO_C" >&6
2847 if test -n "$CXX"; then
2848 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
2850 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2854 test -z "$as_dir" && as_dir
=.
2855 for ac_exec_ext
in '' $ac_executable_extensions; do
2856 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2857 ac_cv_prog_CXX
="$ac_tool_prefix$ac_prog"
2858 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2867 if test -n "$CXX"; then
2868 echo "$as_me:$LINENO: result: $CXX" >&5
2869 echo "${ECHO_T}$CXX" >&6
2871 echo "$as_me:$LINENO: result: no" >&5
2872 echo "${ECHO_T}no" >&6
2875 test -n "$CXX" && break
2878 if test -z "$CXX"; then
2880 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
2882 # Extract the first word of "$ac_prog", so it can be a program name with args.
2883 set dummy
$ac_prog; ac_word
=$2
2884 echo "$as_me:$LINENO: checking for $ac_word" >&5
2885 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2886 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
2887 echo $ECHO_N "(cached) $ECHO_C" >&6
2889 if test -n "$ac_ct_CXX"; then
2890 ac_cv_prog_ac_ct_CXX
="$ac_ct_CXX" # Let the user override the test.
2892 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2896 test -z "$as_dir" && as_dir
=.
2897 for ac_exec_ext
in '' $ac_executable_extensions; do
2898 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2899 ac_cv_prog_ac_ct_CXX
="$ac_prog"
2900 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2908 ac_ct_CXX
=$ac_cv_prog_ac_ct_CXX
2909 if test -n "$ac_ct_CXX"; then
2910 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
2911 echo "${ECHO_T}$ac_ct_CXX" >&6
2913 echo "$as_me:$LINENO: result: no" >&5
2914 echo "${ECHO_T}no" >&6
2917 test -n "$ac_ct_CXX" && break
2919 test -n "$ac_ct_CXX" || ac_ct_CXX
="g++"
2925 # Provide some information about the compiler.
2926 echo "$as_me:$LINENO:" \
2927 "checking for C++ compiler version" >&5
2928 ac_compiler
=`set X $ac_compile; echo $2`
2929 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2930 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
2932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2933 (exit $ac_status); }
2934 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2935 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
2937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2938 (exit $ac_status); }
2939 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2940 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
2942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2943 (exit $ac_status); }
2945 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
2946 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
2947 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
2948 echo $ECHO_N "(cached) $ECHO_C" >&6
2950 cat >conftest.
$ac_ext <<_ACEOF
2953 cat confdefs.h
>>conftest.
$ac_ext
2954 cat >>conftest.
$ac_ext <<_ACEOF
2955 /* end confdefs.h. */
2968 rm -f conftest.
$ac_objext
2969 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2970 (eval $ac_compile) 2>conftest.er1
2972 grep -v '^ *+' conftest.er1
>conftest.err
2974 cat conftest.err
>&5
2975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2976 (exit $ac_status); } &&
2977 { ac_try
='test -z "$ac_cxx_werror_flag"
2978 || test ! -s conftest.err'
2979 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2983 (exit $ac_status); }; } &&
2984 { ac_try
='test -s conftest.$ac_objext'
2985 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2989 (exit $ac_status); }; }; then
2992 echo "$as_me: failed program was:" >&5
2993 sed 's/^/| /' conftest.
$ac_ext >&5
2997 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2998 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
3001 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3002 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
3003 GXX
=`test $ac_compiler_gnu = yes && echo yes`
3004 ac_test_CXXFLAGS
=${CXXFLAGS+set}
3005 ac_save_CXXFLAGS
=$CXXFLAGS
3007 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3008 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
3009 if test "${ac_cv_prog_cxx_g+set}" = set; then
3010 echo $ECHO_N "(cached) $ECHO_C" >&6
3012 cat >conftest.
$ac_ext <<_ACEOF
3015 cat confdefs.h
>>conftest.
$ac_ext
3016 cat >>conftest.
$ac_ext <<_ACEOF
3017 /* end confdefs.h. */
3027 rm -f conftest.
$ac_objext
3028 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3029 (eval $ac_compile) 2>conftest.er1
3031 grep -v '^ *+' conftest.er1
>conftest.err
3033 cat conftest.err
>&5
3034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3035 (exit $ac_status); } &&
3036 { ac_try
='test -z "$ac_cxx_werror_flag"
3037 || test ! -s conftest.err'
3038 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3042 (exit $ac_status); }; } &&
3043 { ac_try
='test -s conftest.$ac_objext'
3044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3048 (exit $ac_status); }; }; then
3049 ac_cv_prog_cxx_g
=yes
3051 echo "$as_me: failed program was:" >&5
3052 sed 's/^/| /' conftest.
$ac_ext >&5
3056 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3058 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3059 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
3060 if test "$ac_test_CXXFLAGS" = set; then
3061 CXXFLAGS
=$ac_save_CXXFLAGS
3062 elif test $ac_cv_prog_cxx_g = yes; then
3063 if test "$GXX" = yes; then
3069 if test "$GXX" = yes; then
3075 for ac_declaration
in \
3077 'extern "C" void std::exit (int) throw (); using std::exit;' \
3078 'extern "C" void std::exit (int); using std::exit;' \
3079 'extern "C" void exit (int) throw ();' \
3080 'extern "C" void exit (int);' \
3083 cat >conftest.
$ac_ext <<_ACEOF
3086 cat confdefs.h
>>conftest.
$ac_ext
3087 cat >>conftest.
$ac_ext <<_ACEOF
3088 /* end confdefs.h. */
3099 rm -f conftest.
$ac_objext
3100 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3101 (eval $ac_compile) 2>conftest.er1
3103 grep -v '^ *+' conftest.er1
>conftest.err
3105 cat conftest.err
>&5
3106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3107 (exit $ac_status); } &&
3108 { ac_try
='test -z "$ac_cxx_werror_flag"
3109 || test ! -s conftest.err'
3110 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3114 (exit $ac_status); }; } &&
3115 { ac_try
='test -s conftest.$ac_objext'
3116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3120 (exit $ac_status); }; }; then
3123 echo "$as_me: failed program was:" >&5
3124 sed 's/^/| /' conftest.
$ac_ext >&5
3128 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3129 cat >conftest.
$ac_ext <<_ACEOF
3132 cat confdefs.h
>>conftest.
$ac_ext
3133 cat >>conftest.
$ac_ext <<_ACEOF
3134 /* end confdefs.h. */
3144 rm -f conftest.
$ac_objext
3145 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3146 (eval $ac_compile) 2>conftest.er1
3148 grep -v '^ *+' conftest.er1
>conftest.err
3150 cat conftest.err
>&5
3151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3152 (exit $ac_status); } &&
3153 { ac_try
='test -z "$ac_cxx_werror_flag"
3154 || test ! -s conftest.err'
3155 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3159 (exit $ac_status); }; } &&
3160 { ac_try
='test -s conftest.$ac_objext'
3161 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3165 (exit $ac_status); }; }; then
3168 echo "$as_me: failed program was:" >&5
3169 sed 's/^/| /' conftest.
$ac_ext >&5
3172 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3175 if test -n "$ac_declaration"; then
3176 echo '#ifdef __cplusplus' >>confdefs.h
3177 echo $ac_declaration >>confdefs.h
3178 echo '#endif' >>confdefs.h
3182 ac_cpp
='$CPP $CPPFLAGS'
3183 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3184 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3185 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3187 CXXFLAGS
="$save_CXXFLAGS"
3193 am__api_version
="1.9"
3194 # Find a good install program. We prefer a C program (faster),
3195 # so one script is as good as another. But avoid the broken or
3196 # incompatible versions:
3197 # SysV /etc/install, /usr/sbin/install
3198 # SunOS /usr/etc/install
3199 # IRIX /sbin/install
3201 # AmigaOS /C/install, which installs bootblocks on floppy discs
3202 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3203 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3204 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3205 # OS/2's system install, which has a completely different semantic
3206 # ./install, which can be erroneously created by make from ./install.sh.
3207 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3208 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
3209 if test -z "$INSTALL"; then
3210 if test "${ac_cv_path_install+set}" = set; then
3211 echo $ECHO_N "(cached) $ECHO_C" >&6
3213 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3217 test -z "$as_dir" && as_dir
=.
3218 # Account for people who put trailing slashes in PATH elements.
3220 .
/ | .
// |
/cC
/* | \
3221 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
3222 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
3225 # OSF1 and SCO ODT 3.0 have their own names for install.
3226 # Don't use installbsd from OSF since it installs stuff as root
3228 for ac_prog
in ginstall scoinst
install; do
3229 for ac_exec_ext
in '' $ac_executable_extensions; do
3230 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3231 if test $ac_prog = install &&
3232 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
3233 # AIX install. It has an incompatible calling convention.
3235 elif test $ac_prog = install &&
3236 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
3237 # program-specific install script used by HP pwplus--don't use.
3240 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
3252 if test "${ac_cv_path_install+set}" = set; then
3253 INSTALL
=$ac_cv_path_install
3255 # As a last resort, use the slow shell script. We don't cache a
3256 # path for INSTALL within a source directory, because that will
3257 # break other packages using the cache if that directory is
3258 # removed, or if the path is relative.
3259 INSTALL
=$ac_install_sh
3262 echo "$as_me:$LINENO: result: $INSTALL" >&5
3263 echo "${ECHO_T}$INSTALL" >&6
3265 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3266 # It thinks the first close brace ends the variable substitution.
3267 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
3269 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
3271 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
3273 echo "$as_me:$LINENO: checking whether build environment is sane" >&5
3274 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
3277 echo timestamp
> conftest.
file
3278 # Do `set' in a subshell so we don't clobber the current shell's
3279 # arguments. Must try -L first in case configure is actually a
3280 # symlink; some systems play weird games with the mod time of symlinks
3281 # (eg FreeBSD returns the mod time of the symlink's containing
3284 set X
`ls -Lt $srcdir/configure conftest.file 2> /dev/null`
3285 if test "$*" = "X"; then
3287 set X
`ls -t $srcdir/configure conftest.file`
3290 if test "$*" != "X $srcdir/configure conftest.file" \
3291 && test "$*" != "X conftest.file $srcdir/configure"; then
3293 # If neither matched, then we have a broken ls. This can happen
3294 # if, for instance, CONFIG_SHELL is bash and it inherits a
3295 # broken ls alias from the environment. This has actually
3296 # happened. Such a system could not be considered "sane".
3297 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
3298 alias in your environment" >&5
3299 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
3300 alias in your environment" >&2;}
3301 { (exit 1); exit 1; }; }
3304 test "$2" = conftest.
file
3310 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
3311 Check your system clock" >&5
3312 echo "$as_me: error: newly created file is older than distributed files!
3313 Check your system clock" >&2;}
3314 { (exit 1); exit 1; }; }
3316 echo "$as_me:$LINENO: result: yes" >&5
3317 echo "${ECHO_T}yes" >&6
3318 test "$program_prefix" != NONE
&&
3319 program_transform_name
="s,^,$program_prefix,;$program_transform_name"
3320 # Use a double $ so make ignores it.
3321 test "$program_suffix" != NONE
&&
3322 program_transform_name
="s,\$,$program_suffix,;$program_transform_name"
3323 # Double any \ or $. echo might interpret backslashes.
3324 # By default was `s,x,x', remove it if useless.
3325 cat <<\_ACEOF
>conftest.
sed
3326 s
/[\\$
]/&&/g
;s
/;s
,x
,x
,$
//
3328 program_transform_name
=`echo $program_transform_name | sed -f conftest.sed`
3331 # expand $ac_aux_dir to an absolute path
3332 am_aux_dir
=`cd $ac_aux_dir && pwd`
3334 test x
"${MISSING+set}" = xset || MISSING
="\${SHELL} $am_aux_dir/missing"
3335 # Use eval to expand $SHELL
3336 if eval "$MISSING --run true"; then
3337 am_missing_run
="$MISSING --run "
3340 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
3341 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3344 if mkdir
-p --version .
>/dev
/null
2>&1 && test ! -d .
/--version; then
3345 # We used to keeping the `.' as first argument, in order to
3346 # allow $(mkdir_p) to be used without argument. As in
3347 # $(mkdir_p) $(somedir)
3348 # where $(somedir) is conditionally defined. However this is wrong
3350 # 1. if the package is installed by a user who cannot write `.'
3351 # make install will fail,
3352 # 2. the above comment should most certainly read
3353 # $(mkdir_p) $(DESTDIR)$(somedir)
3354 # so it does not work when $(somedir) is undefined and
3355 # $(DESTDIR) is not.
3356 # To support the latter case, we have to write
3357 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
3358 # so the `.' trick is pointless.
3359 mkdir_p
='mkdir -p --'
3361 # On NextStep and OpenStep, the `mkdir' command does not
3362 # recognize any option. It will interpret all options as
3363 # directories to create, and then abort because `.' already
3365 for d
in .
/-p .
/--version;
3367 test -d $d && rmdir $d
3369 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
3370 if test -f "$ac_aux_dir/mkinstalldirs"; then
3371 mkdir_p
='$(mkinstalldirs)'
3373 mkdir_p
='$(install_sh) -d'
3377 for ac_prog
in gawk mawk nawk
awk
3379 # Extract the first word of "$ac_prog", so it can be a program name with args.
3380 set dummy
$ac_prog; ac_word
=$2
3381 echo "$as_me:$LINENO: checking for $ac_word" >&5
3382 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3383 if test "${ac_cv_prog_AWK+set}" = set; then
3384 echo $ECHO_N "(cached) $ECHO_C" >&6
3386 if test -n "$AWK"; then
3387 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
3389 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3393 test -z "$as_dir" && as_dir
=.
3394 for ac_exec_ext
in '' $ac_executable_extensions; do
3395 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3396 ac_cv_prog_AWK
="$ac_prog"
3397 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3406 if test -n "$AWK"; then
3407 echo "$as_me:$LINENO: result: $AWK" >&5
3408 echo "${ECHO_T}$AWK" >&6
3410 echo "$as_me:$LINENO: result: no" >&5
3411 echo "${ECHO_T}no" >&6
3414 test -n "$AWK" && break
3417 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3418 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
3419 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
3420 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
3421 echo $ECHO_N "(cached) $ECHO_C" >&6
3423 cat >conftest.
make <<\_ACEOF
3425 @
echo 'ac_maketemp="$(MAKE)"'
3427 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3428 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
3429 if test -n "$ac_maketemp"; then
3430 eval ac_cv_prog_make_
${ac_make}_set
=yes
3432 eval ac_cv_prog_make_
${ac_make}_set
=no
3436 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
3437 echo "$as_me:$LINENO: result: yes" >&5
3438 echo "${ECHO_T}yes" >&6
3441 echo "$as_me:$LINENO: result: no" >&5
3442 echo "${ECHO_T}no" >&6
3443 SET_MAKE
="MAKE=${MAKE-make}"
3446 rm -rf .tst
2>/dev
/null
3447 mkdir .tst
2>/dev
/null
3448 if test -d .tst
; then
3453 rmdir .tst
2>/dev
/null
3455 DEPDIR
="${am__leading_dot}deps"
3457 ac_config_commands
="$ac_config_commands depfiles"
3460 am_make
=${MAKE-make}
3461 cat > confinc
<< 'END'
3466 # If we don't find an include directive, just comment out the code.
3467 echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
3468 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
3472 # First try GNU make style include.
3473 echo "include confinc" > confmf
3474 # We grep out `Entering directory' and `Leaving directory'
3475 # messages which can occur if `w' ends up in MAKEFLAGS.
3476 # In particular we don't look at `^make:' because GNU make might
3477 # be invoked under some other name (usually "gmake"), in which
3478 # case it prints its new name instead of `make'.
3479 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
3484 # Now try BSD make style include.
3485 if test "$am__include" = "#"; then
3486 echo '.include "confinc"' > confmf
3487 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
3488 am__include
=.include
3495 echo "$as_me:$LINENO: result: $_am_result" >&5
3496 echo "${ECHO_T}$_am_result" >&6
3497 rm -f confinc confmf
3499 # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
3500 if test "${enable_dependency_tracking+set}" = set; then
3501 enableval
="$enable_dependency_tracking"
3504 if test "x$enable_dependency_tracking" != xno
; then
3505 am_depcomp
="$ac_aux_dir/depcomp"
3510 if test "x$enable_dependency_tracking" != xno; then
3520 # test to see if srcdir already configured
3521 if test "`cd $srcdir && pwd`" != "`pwd`" &&
3522 test -f $srcdir/config.status
; then
3523 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
3524 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
3525 { (exit 1); exit 1; }; }
3528 # test whether we have cygpath
3529 if test -z "$CYGPATH_W"; then
3530 if (cygpath
--version) >/dev
/null
2>/dev
/null
; then
3531 CYGPATH_W
='cygpath -w'
3538 # Define the identity of the package.
3540 VERSION
='version-unused'
3543 cat >>confdefs.h
<<_ACEOF
3544 #define PACKAGE "$PACKAGE"
3548 cat >>confdefs.h
<<_ACEOF
3549 #define VERSION "$VERSION"
3552 # Some tools Automake needs.
3554 ACLOCAL
=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3557 AUTOCONF
=${AUTOCONF-"${am_missing_run}autoconf"}
3560 AUTOMAKE
=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3563 AUTOHEADER
=${AUTOHEADER-"${am_missing_run}autoheader"}
3566 MAKEINFO
=${MAKEINFO-"${am_missing_run}makeinfo"}
3568 install_sh
=${install_sh-"$am_aux_dir/install-sh"}
3570 # Installed binaries are usually stripped using `strip' when the user
3571 # run `make install-strip'. However `strip' might not be the right
3572 # tool to use in cross-compilation environments, therefore Automake
3573 # will honor the `STRIP' environment variable to overrule this program.
3574 if test "$cross_compiling" != no
; then
3575 if test -n "$ac_tool_prefix"; then
3576 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3577 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
3578 echo "$as_me:$LINENO: checking for $ac_word" >&5
3579 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3580 if test "${ac_cv_prog_STRIP+set}" = set; then
3581 echo $ECHO_N "(cached) $ECHO_C" >&6
3583 if test -n "$STRIP"; then
3584 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
3586 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3590 test -z "$as_dir" && as_dir
=.
3591 for ac_exec_ext
in '' $ac_executable_extensions; do
3592 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3593 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
3594 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3602 STRIP
=$ac_cv_prog_STRIP
3603 if test -n "$STRIP"; then
3604 echo "$as_me:$LINENO: result: $STRIP" >&5
3605 echo "${ECHO_T}$STRIP" >&6
3607 echo "$as_me:$LINENO: result: no" >&5
3608 echo "${ECHO_T}no" >&6
3612 if test -z "$ac_cv_prog_STRIP"; then
3614 # Extract the first word of "strip", so it can be a program name with args.
3615 set dummy strip
; ac_word
=$2
3616 echo "$as_me:$LINENO: checking for $ac_word" >&5
3617 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3618 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
3619 echo $ECHO_N "(cached) $ECHO_C" >&6
3621 if test -n "$ac_ct_STRIP"; then
3622 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
3624 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3628 test -z "$as_dir" && as_dir
=.
3629 for ac_exec_ext
in '' $ac_executable_extensions; do
3630 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3631 ac_cv_prog_ac_ct_STRIP
="strip"
3632 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3638 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
=":"
3641 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
3642 if test -n "$ac_ct_STRIP"; then
3643 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
3644 echo "${ECHO_T}$ac_ct_STRIP" >&6
3646 echo "$as_me:$LINENO: result: no" >&5
3647 echo "${ECHO_T}no" >&6
3652 STRIP
="$ac_cv_prog_STRIP"
3656 INSTALL_STRIP_PROGRAM
="\${SHELL} \$(install_sh) -c -s"
3658 # We need awk for the "check" target. The system "awk" is bad on
3660 # Always define AMTAR for backward compatibility.
3662 AMTAR
=${AMTAR-"${am_missing_run}tar"}
3664 am__tar
='${AMTAR} chof - "$$tardir"'; am__untar
='${AMTAR} xf -'
3669 depcc
="$CC" am_compiler_list
=
3671 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3672 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
3673 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3674 echo $ECHO_N "(cached) $ECHO_C" >&6
3676 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3677 # We make a subdir and do the tests there. Otherwise we can end up
3678 # making bogus files that we don't know about and never remove. For
3679 # instance it was reported that on HP-UX the gcc test will end up
3680 # making a dummy file named `D' -- because `-MD' means `put the output
3683 # Copy depcomp to subdir because otherwise we won't find it if we're
3684 # using a relative directory.
3685 cp "$am_depcomp" conftest.dir
3687 # We will build objects and dependencies in a subdirectory because
3688 # it helps to detect inapplicable dependency modes. For instance
3689 # both Tru64's cc and ICC support -MD to output dependencies as a
3690 # side effect of compilation, but ICC will put the dependencies in
3691 # the current directory while Tru64 will put them in the object
3695 am_cv_CC_dependencies_compiler_type
=none
3696 if test "$am_compiler_list" = ""; then
3697 am_compiler_list
=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3699 for depmode
in $am_compiler_list; do
3700 # Setup a source with many dependencies, because some compilers
3701 # like to wrap large dependency lists on column 80 (with \), and
3702 # we should not choose a depcomp mode which is confused by this.
3704 # We need to recreate these files for each test, as the compiler may
3705 # overwrite some of them when testing with obscure command lines.
3706 # This happens at least with the AIX C compiler.
3708 for i
in 1 2 3 4 5 6; do
3709 echo '#include "conftst'$i'.h"' >> sub
/conftest.c
3710 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3711 # Solaris 8's {/usr,}/bin/sh.
3712 touch sub
/conftst
$i.h
3714 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3718 # after this tag, mechanisms are not by side-effect, so they'll
3719 # only be used when explicitly requested
3720 if test "x$enable_dependency_tracking" = xyes
; then
3728 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3729 # mode. It turns out that the SunPro C++ compiler does not properly
3730 # handle `-M -o', and we need to detect this.
3731 if depmode
=$depmode \
3732 source=sub
/conftest.c object
=sub
/conftest.
${OBJEXT-o} \
3733 depfile
=sub
/conftest.Po tmpdepfile
=sub
/conftest.TPo \
3734 $SHELL .
/depcomp
$depcc -c -o sub
/conftest.
${OBJEXT-o} sub
/conftest.c \
3735 >/dev
/null
2>conftest.err
&&
3736 grep sub
/conftst6.h sub
/conftest.Po
> /dev
/null
2>&1 &&
3737 grep sub
/conftest.
${OBJEXT-o} sub
/conftest.Po
> /dev
/null
2>&1 &&
3738 ${MAKE-make} -s -f confmf
> /dev
/null
2>&1; then
3739 # icc doesn't choke on unknown options, it will just issue warnings
3740 # or remarks (even with -Werror). So we grep stderr for any message
3741 # that says an option was ignored or not supported.
3742 # When given -MP, icc 7.0 and 7.1 complain thusly:
3743 # icc: Command line warning: ignoring option '-M'; no argument required
3744 # The diagnosis changed in icc 8.0:
3745 # icc: Command line remark: option '-MP' not supported
3746 if (grep 'ignoring option' conftest.err ||
3747 grep 'not supported' conftest.err
) >/dev
/null
2>&1; then :; else
3748 am_cv_CC_dependencies_compiler_type
=$depmode
3757 am_cv_CC_dependencies_compiler_type
=none
3761 echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3762 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3763 CCDEPMODE
=depmode
=$am_cv_CC_dependencies_compiler_type
3768 test "x$enable_dependency_tracking" != xno \
3769 && test "$am_cv_CC_dependencies_compiler_type" = gcc3
; then
3771 am__fastdepCC_FALSE
='#'
3773 am__fastdepCC_TRUE
='#'
3774 am__fastdepCC_FALSE
=
3778 depcc
="$CXX" am_compiler_list
=
3780 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3781 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
3782 if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
3783 echo $ECHO_N "(cached) $ECHO_C" >&6
3785 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3786 # We make a subdir and do the tests there. Otherwise we can end up
3787 # making bogus files that we don't know about and never remove. For
3788 # instance it was reported that on HP-UX the gcc test will end up
3789 # making a dummy file named `D' -- because `-MD' means `put the output
3792 # Copy depcomp to subdir because otherwise we won't find it if we're
3793 # using a relative directory.
3794 cp "$am_depcomp" conftest.dir
3796 # We will build objects and dependencies in a subdirectory because
3797 # it helps to detect inapplicable dependency modes. For instance
3798 # both Tru64's cc and ICC support -MD to output dependencies as a
3799 # side effect of compilation, but ICC will put the dependencies in
3800 # the current directory while Tru64 will put them in the object
3804 am_cv_CXX_dependencies_compiler_type
=none
3805 if test "$am_compiler_list" = ""; then
3806 am_compiler_list
=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3808 for depmode
in $am_compiler_list; do
3809 # Setup a source with many dependencies, because some compilers
3810 # like to wrap large dependency lists on column 80 (with \), and
3811 # we should not choose a depcomp mode which is confused by this.
3813 # We need to recreate these files for each test, as the compiler may
3814 # overwrite some of them when testing with obscure command lines.
3815 # This happens at least with the AIX C compiler.
3817 for i
in 1 2 3 4 5 6; do
3818 echo '#include "conftst'$i'.h"' >> sub
/conftest.c
3819 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3820 # Solaris 8's {/usr,}/bin/sh.
3821 touch sub
/conftst
$i.h
3823 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3827 # after this tag, mechanisms are not by side-effect, so they'll
3828 # only be used when explicitly requested
3829 if test "x$enable_dependency_tracking" = xyes
; then
3837 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3838 # mode. It turns out that the SunPro C++ compiler does not properly
3839 # handle `-M -o', and we need to detect this.
3840 if depmode
=$depmode \
3841 source=sub
/conftest.c object
=sub
/conftest.
${OBJEXT-o} \
3842 depfile
=sub
/conftest.Po tmpdepfile
=sub
/conftest.TPo \
3843 $SHELL .
/depcomp
$depcc -c -o sub
/conftest.
${OBJEXT-o} sub
/conftest.c \
3844 >/dev
/null
2>conftest.err
&&
3845 grep sub
/conftst6.h sub
/conftest.Po
> /dev
/null
2>&1 &&
3846 grep sub
/conftest.
${OBJEXT-o} sub
/conftest.Po
> /dev
/null
2>&1 &&
3847 ${MAKE-make} -s -f confmf
> /dev
/null
2>&1; then
3848 # icc doesn't choke on unknown options, it will just issue warnings
3849 # or remarks (even with -Werror). So we grep stderr for any message
3850 # that says an option was ignored or not supported.
3851 # When given -MP, icc 7.0 and 7.1 complain thusly:
3852 # icc: Command line warning: ignoring option '-M'; no argument required
3853 # The diagnosis changed in icc 8.0:
3854 # icc: Command line remark: option '-MP' not supported
3855 if (grep 'ignoring option' conftest.err ||
3856 grep 'not supported' conftest.err
) >/dev
/null
2>&1; then :; else
3857 am_cv_CXX_dependencies_compiler_type
=$depmode
3866 am_cv_CXX_dependencies_compiler_type
=none
3870 echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
3871 echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6
3872 CXXDEPMODE
=depmode
=$am_cv_CXX_dependencies_compiler_type
3877 test "x$enable_dependency_tracking" != xno \
3878 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3
; then
3879 am__fastdepCXX_TRUE
=
3880 am__fastdepCXX_FALSE
='#'
3882 am__fastdepCXX_TRUE
='#'
3883 am__fastdepCXX_FALSE
=
3889 if test -n "$ac_tool_prefix"; then
3890 # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
3891 set dummy
${ac_tool_prefix}as
; ac_word
=$2
3892 echo "$as_me:$LINENO: checking for $ac_word" >&5
3893 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3894 if test "${ac_cv_prog_AS+set}" = set; then
3895 echo $ECHO_N "(cached) $ECHO_C" >&6
3897 if test -n "$AS"; then
3898 ac_cv_prog_AS
="$AS" # Let the user override the test.
3900 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3904 test -z "$as_dir" && as_dir
=.
3905 for ac_exec_ext
in '' $ac_executable_extensions; do
3906 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3907 ac_cv_prog_AS
="${ac_tool_prefix}as"
3908 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3917 if test -n "$AS"; then
3918 echo "$as_me:$LINENO: result: $AS" >&5
3919 echo "${ECHO_T}$AS" >&6
3921 echo "$as_me:$LINENO: result: no" >&5
3922 echo "${ECHO_T}no" >&6
3926 if test -z "$ac_cv_prog_AS"; then
3928 # Extract the first word of "as", so it can be a program name with args.
3929 set dummy as
; ac_word
=$2
3930 echo "$as_me:$LINENO: checking for $ac_word" >&5
3931 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3932 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
3933 echo $ECHO_N "(cached) $ECHO_C" >&6
3935 if test -n "$ac_ct_AS"; then
3936 ac_cv_prog_ac_ct_AS
="$ac_ct_AS" # Let the user override the test.
3938 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3942 test -z "$as_dir" && as_dir
=.
3943 for ac_exec_ext
in '' $ac_executable_extensions; do
3944 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3945 ac_cv_prog_ac_ct_AS
="as"
3946 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3954 ac_ct_AS
=$ac_cv_prog_ac_ct_AS
3955 if test -n "$ac_ct_AS"; then
3956 echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
3957 echo "${ECHO_T}$ac_ct_AS" >&6
3959 echo "$as_me:$LINENO: result: no" >&5
3960 echo "${ECHO_T}no" >&6
3968 if test -n "$ac_tool_prefix"; then
3969 # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
3970 set dummy
${ac_tool_prefix}ld
; 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_LD+set}" = set; then
3974 echo $ECHO_N "(cached) $ECHO_C" >&6
3976 if test -n "$LD"; then
3977 ac_cv_prog_LD
="$LD" # 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_LD
="${ac_tool_prefix}ld"
3987 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3996 if test -n "$LD"; then
3997 echo "$as_me:$LINENO: result: $LD" >&5
3998 echo "${ECHO_T}$LD" >&6
4000 echo "$as_me:$LINENO: result: no" >&5
4001 echo "${ECHO_T}no" >&6
4005 if test -z "$ac_cv_prog_LD"; then
4007 # Extract the first word of "ld", so it can be a program name with args.
4008 set dummy ld
; ac_word
=$2
4009 echo "$as_me:$LINENO: checking for $ac_word" >&5
4010 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4011 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
4012 echo $ECHO_N "(cached) $ECHO_C" >&6
4014 if test -n "$ac_ct_LD"; then
4015 ac_cv_prog_ac_ct_LD
="$ac_ct_LD" # Let the user override the test.
4017 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4021 test -z "$as_dir" && as_dir
=.
4022 for ac_exec_ext
in '' $ac_executable_extensions; do
4023 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4024 ac_cv_prog_ac_ct_LD
="ld"
4025 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4033 ac_ct_LD
=$ac_cv_prog_ac_ct_LD
4034 if test -n "$ac_ct_LD"; then
4035 echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
4036 echo "${ECHO_T}$ac_ct_LD" >&6
4038 echo "$as_me:$LINENO: result: no" >&5
4039 echo "${ECHO_T}no" >&6
4047 if test -n "$ac_tool_prefix"; then
4048 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4049 set dummy
${ac_tool_prefix}ar; ac_word
=$2
4050 echo "$as_me:$LINENO: checking for $ac_word" >&5
4051 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4052 if test "${ac_cv_prog_AR+set}" = set; then
4053 echo $ECHO_N "(cached) $ECHO_C" >&6
4055 if test -n "$AR"; then
4056 ac_cv_prog_AR
="$AR" # Let the user override the test.
4058 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4062 test -z "$as_dir" && as_dir
=.
4063 for ac_exec_ext
in '' $ac_executable_extensions; do
4064 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4065 ac_cv_prog_AR
="${ac_tool_prefix}ar"
4066 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4075 if test -n "$AR"; then
4076 echo "$as_me:$LINENO: result: $AR" >&5
4077 echo "${ECHO_T}$AR" >&6
4079 echo "$as_me:$LINENO: result: no" >&5
4080 echo "${ECHO_T}no" >&6
4084 if test -z "$ac_cv_prog_AR"; then
4086 # Extract the first word of "ar", so it can be a program name with args.
4087 set dummy
ar; ac_word
=$2
4088 echo "$as_me:$LINENO: checking for $ac_word" >&5
4089 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4090 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4091 echo $ECHO_N "(cached) $ECHO_C" >&6
4093 if test -n "$ac_ct_AR"; then
4094 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
4096 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4100 test -z "$as_dir" && as_dir
=.
4101 for ac_exec_ext
in '' $ac_executable_extensions; do
4102 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4103 ac_cv_prog_ac_ct_AR
="ar"
4104 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4112 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
4113 if test -n "$ac_ct_AR"; then
4114 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4115 echo "${ECHO_T}$ac_ct_AR" >&6
4117 echo "$as_me:$LINENO: result: no" >&5
4118 echo "${ECHO_T}no" >&6
4126 if test -n "$ac_tool_prefix"; then
4127 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4128 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
4129 echo "$as_me:$LINENO: checking for $ac_word" >&5
4130 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4131 if test "${ac_cv_prog_RANLIB+set}" = set; then
4132 echo $ECHO_N "(cached) $ECHO_C" >&6
4134 if test -n "$RANLIB"; then
4135 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
4137 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4141 test -z "$as_dir" && as_dir
=.
4142 for ac_exec_ext
in '' $ac_executable_extensions; do
4143 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4144 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
4145 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4153 RANLIB
=$ac_cv_prog_RANLIB
4154 if test -n "$RANLIB"; then
4155 echo "$as_me:$LINENO: result: $RANLIB" >&5
4156 echo "${ECHO_T}$RANLIB" >&6
4158 echo "$as_me:$LINENO: result: no" >&5
4159 echo "${ECHO_T}no" >&6
4163 if test -z "$ac_cv_prog_RANLIB"; then
4164 ac_ct_RANLIB
=$RANLIB
4165 # Extract the first word of "ranlib", so it can be a program name with args.
4166 set dummy ranlib
; ac_word
=$2
4167 echo "$as_me:$LINENO: checking for $ac_word" >&5
4168 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4169 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4170 echo $ECHO_N "(cached) $ECHO_C" >&6
4172 if test -n "$ac_ct_RANLIB"; then
4173 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
4175 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4179 test -z "$as_dir" && as_dir
=.
4180 for ac_exec_ext
in '' $ac_executable_extensions; do
4181 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4182 ac_cv_prog_ac_ct_RANLIB
="ranlib"
4183 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4189 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
4192 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
4193 if test -n "$ac_ct_RANLIB"; then
4194 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4195 echo "${ECHO_T}$ac_ct_RANLIB" >&6
4197 echo "$as_me:$LINENO: result: no" >&5
4198 echo "${ECHO_T}no" >&6
4201 RANLIB
=$ac_ct_RANLIB
4203 RANLIB
="$ac_cv_prog_RANLIB"
4206 for ac_prog
in gawk mawk nawk
awk
4208 # Extract the first word of "$ac_prog", so it can be a program name with args.
4209 set dummy
$ac_prog; ac_word
=$2
4210 echo "$as_me:$LINENO: checking for $ac_word" >&5
4211 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4212 if test "${ac_cv_prog_AWK+set}" = set; then
4213 echo $ECHO_N "(cached) $ECHO_C" >&6
4215 if test -n "$AWK"; then
4216 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
4218 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4222 test -z "$as_dir" && as_dir
=.
4223 for ac_exec_ext
in '' $ac_executable_extensions; do
4224 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4225 ac_cv_prog_AWK
="$ac_prog"
4226 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4235 if test -n "$AWK"; then
4236 echo "$as_me:$LINENO: result: $AWK" >&5
4237 echo "${ECHO_T}$AWK" >&6
4239 echo "$as_me:$LINENO: result: no" >&5
4240 echo "${ECHO_T}no" >&6
4243 test -n "$AWK" && break
4246 for ac_prog
in jar fastjar gjar
4248 # Extract the first word of "$ac_prog", so it can be a program name with args.
4249 set dummy
$ac_prog; ac_word
=$2
4250 echo "$as_me:$LINENO: checking for $ac_word" >&5
4251 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4252 if test "${ac_cv_prog_JAR+set}" = set; then
4253 echo $ECHO_N "(cached) $ECHO_C" >&6
4255 if test -n "$JAR"; then
4256 ac_cv_prog_JAR
="$JAR" # Let the user override the test.
4258 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4262 test -z "$as_dir" && as_dir
=.
4263 for ac_exec_ext
in '' $ac_executable_extensions; do
4264 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4265 ac_cv_prog_JAR
="$ac_prog"
4266 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4275 if test -n "$JAR"; then
4276 echo "$as_me:$LINENO: result: $JAR" >&5
4277 echo "${ECHO_T}$JAR" >&6
4279 echo "$as_me:$LINENO: result: no" >&5
4280 echo "${ECHO_T}no" >&6
4283 test -n "$JAR" && break
4285 test -n "$JAR" || JAR
="no"
4287 # Extract the first word of "zip", so it can be a program name with args.
4288 set dummy
zip; ac_word
=$2
4289 echo "$as_me:$LINENO: checking for $ac_word" >&5
4290 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4291 if test "${ac_cv_path_ZIP+set}" = set; then
4292 echo $ECHO_N "(cached) $ECHO_C" >&6
4296 ac_cv_path_ZIP
="$ZIP" # Let the user override the test with a path.
4299 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4303 test -z "$as_dir" && as_dir
=.
4304 for ac_exec_ext
in '' $ac_executable_extensions; do
4305 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4306 ac_cv_path_ZIP
="$as_dir/$ac_word$ac_exec_ext"
4307 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4313 test -z "$ac_cv_path_ZIP" && ac_cv_path_ZIP
="no"
4319 if test -n "$ZIP"; then
4320 echo "$as_me:$LINENO: result: $ZIP" >&5
4321 echo "${ECHO_T}$ZIP" >&6
4323 echo "$as_me:$LINENO: result: no" >&5
4324 echo "${ECHO_T}no" >&6
4327 # Extract the first word of "unzip", so it can be a program name with args.
4328 set dummy
unzip; ac_word
=$2
4329 echo "$as_me:$LINENO: checking for $ac_word" >&5
4330 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4331 if test "${ac_cv_path_UNZIP+set}" = set; then
4332 echo $ECHO_N "(cached) $ECHO_C" >&6
4336 ac_cv_path_UNZIP
="$UNZIP" # Let the user override the test with a path.
4339 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4343 test -z "$as_dir" && as_dir
=.
4344 for ac_exec_ext
in '' $ac_executable_extensions; do
4345 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4346 ac_cv_path_UNZIP
="$as_dir/$ac_word$ac_exec_ext"
4347 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4353 test -z "$ac_cv_path_UNZIP" && ac_cv_path_UNZIP
="unzip"
4357 UNZIP
=$ac_cv_path_UNZIP
4359 if test -n "$UNZIP"; then
4360 echo "$as_me:$LINENO: result: $UNZIP" >&5
4361 echo "${ECHO_T}$UNZIP" >&6
4363 echo "$as_me:$LINENO: result: no" >&5
4364 echo "${ECHO_T}no" >&6
4368 # We need a jar that supports -@. This is a GNU extension.
4369 if test "$JAR" != no
; then
4370 rm -f config-test.jar
4371 echo $srcdir/configure.ac |
$JAR -cf@ config-test.jar
4372 if test -f config-test.jar
; then
4373 rm -f config-test.jar
4379 # Prefer the jar we found, but fall back to our jar script.
4380 if test "$JAR" = no
; then
4381 if test "$ZIP" = no
; then
4382 { { echo "$as_me:$LINENO: error: cannot find neither zip nor jar, cannot continue" >&5
4383 echo "$as_me: error: cannot find neither zip nor jar, cannot continue" >&2;}
4384 { (exit 1); exit 1; }; }
4386 # InfoZIP available, use the 'guaranteed' Bourne-shell JAR to build libjava
4387 JAR
=`pwd`/scripts
/jar
4391 # Find a good install program. We prefer a C program (faster),
4392 # so one script is as good as another. But avoid the broken or
4393 # incompatible versions:
4394 # SysV /etc/install, /usr/sbin/install
4395 # SunOS /usr/etc/install
4396 # IRIX /sbin/install
4398 # AmigaOS /C/install, which installs bootblocks on floppy discs
4399 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4400 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4401 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4402 # OS/2's system install, which has a completely different semantic
4403 # ./install, which can be erroneously created by make from ./install.sh.
4404 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4405 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
4406 if test -z "$INSTALL"; then
4407 if test "${ac_cv_path_install+set}" = set; then
4408 echo $ECHO_N "(cached) $ECHO_C" >&6
4410 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4414 test -z "$as_dir" && as_dir
=.
4415 # Account for people who put trailing slashes in PATH elements.
4417 .
/ | .
// |
/cC
/* | \
4418 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
4419 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
4422 # OSF1 and SCO ODT 3.0 have their own names for install.
4423 # Don't use installbsd from OSF since it installs stuff as root
4425 for ac_prog
in ginstall scoinst
install; do
4426 for ac_exec_ext
in '' $ac_executable_extensions; do
4427 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
4428 if test $ac_prog = install &&
4429 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
4430 # AIX install. It has an incompatible calling convention.
4432 elif test $ac_prog = install &&
4433 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
4434 # program-specific install script used by HP pwplus--don't use.
4437 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
4449 if test "${ac_cv_path_install+set}" = set; then
4450 INSTALL
=$ac_cv_path_install
4452 # As a last resort, use the slow shell script. We don't cache a
4453 # path for INSTALL within a source directory, because that will
4454 # break other packages using the cache if that directory is
4455 # removed, or if the path is relative.
4456 INSTALL
=$ac_install_sh
4459 echo "$as_me:$LINENO: result: $INSTALL" >&5
4460 echo "${ECHO_T}$INSTALL" >&6
4462 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4463 # It thinks the first close brace ends the variable substitution.
4464 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
4466 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
4468 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
4471 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
4472 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
4473 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
4474 if test "${enable_maintainer_mode+set}" = set; then
4475 enableval
="$enable_maintainer_mode"
4476 USE_MAINTAINER_MODE
=$enableval
4478 USE_MAINTAINER_MODE
=no
4480 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
4481 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
4484 if test $USE_MAINTAINER_MODE = yes; then
4485 MAINTAINER_MODE_TRUE
=
4486 MAINTAINER_MODE_FALSE
='#'
4488 MAINTAINER_MODE_TRUE
='#'
4489 MAINTAINER_MODE_FALSE
=
4492 MAINT
=$MAINTAINER_MODE_TRUE
4498 # configure.host sets the following important variables
4499 # libgcj_cflags - host specific C compiler flags
4500 # libgcj_cxxflags - host specific C++ compiler flags
4501 # libgcj_javaflags - host specific Java compiler flags
4507 .
${srcdir}/configure.
host
4509 echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
4510 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
4511 if test "${acl_cv_prog_gnu_ld+set}" = set; then
4512 echo $ECHO_N "(cached) $ECHO_C" >&6
4514 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
4515 if $LD -v 2>&1 </dev
/null |
egrep '(GNU|with BFD)' 1>&5; then
4516 acl_cv_prog_gnu_ld
=yes
4518 acl_cv_prog_gnu_ld
=no
4521 echo "$as_me:$LINENO: result: $acl_cv_prog_gnu_ld" >&5
4522 echo "${ECHO_T}$acl_cv_prog_gnu_ld" >&6
4523 with_gnu_ld
=$acl_cv_prog_gnu_ld
4525 echo "$as_me:$LINENO: checking if the GNU linker ($LD) supports -Bsymbolic-functions" >&5
4526 echo $ECHO_N "checking if the GNU linker ($LD) supports -Bsymbolic-functions... $ECHO_C" >&6
4527 if test "${acl_cv_prog_gnu_ld_symbolic+set}" = set; then
4528 echo $ECHO_N "(cached) $ECHO_C" >&6
4531 acl_cv_prog_gnu_ld_symbolic
=no
4533 if test x
"$with_gnu_ld" = x
"yes"; then
4534 if $LD --help 2>&1 </dev
/null |
grep Bsymbolic-functions
1>&5; then
4535 acl_cv_prog_gnu_ld_symbolic
=yes
4539 echo "$as_me:$LINENO: result: $acl_cv_prog_gnu_ld_symbolic" >&5
4540 echo "${ECHO_T}$acl_cv_prog_gnu_ld_symbolic" >&6
4541 if test x
"$acl_cv_prog_gnu_ld_symbolic" = x
"yes"; then
4542 SYMBOLIC_LDFLAGS
="-Wl,-Bsymbolic-functions"
4547 libgcj_ld_symbolic_functions
=$SYMBOLIC_LDFLAGS
4548 if test -z "$libgcj_ld_symbolic"; then
4549 libgcj_ld_symbolic
=$SYMBOLIC_LDFLAGS
4552 LIBGCJ_CFLAGS
="${libgcj_cflags}"
4553 LIBGCJ_CXXFLAGS
="${libgcj_cxxflags}"
4554 LIBGCJ_JAVAFLAGS
="${libgcj_javaflags}"
4555 LIBGCJ_LD_SYMBOLIC
="${libgcj_ld_symbolic}"
4556 LIBGCJ_LD_SYMBOLIC_FUNCTIONS
="${libgcj_ld_symbolic_functions}"
4563 # Only use libltdl for non-newlib builds.
4564 if test "x${with_newlib}" = "x" ||
test "x${with_newlib}" = "xno"; then
4565 echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
4566 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
4568 libname_spec
='lib$name'
4576 shlibpath_overrides_runpath
=unknown
4578 dynamic_linker
="$host_os ld.so"
4579 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
4580 if test "$GCC" = yes; then
4581 sys_lib_search_path_spec
=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g"`
4582 if echo "$sys_lib_search_path_spec" |
grep ';' >/dev
/null
; then
4583 # if the path contains ";" then we assume it to be the separator
4584 # otherwise default to the standard path separator (i.e. ":") - it is
4585 # assumed that no part of a normal pathname contains ";" but that should
4586 # okay in the real world where ";" in dirpaths is itself problematic.
4587 sys_lib_search_path_spec
=`echo "$sys_lib_search_path_spec" | sed -e 's/;/ /g'`
4589 sys_lib_search_path_spec
=`echo "$sys_lib_search_path_spec" | sed -e "s/$PATH_SEPARATOR/ /g"`
4592 sys_lib_search_path_spec
="/lib /usr/lib /usr/local/lib"
4594 need_lib_prefix
=unknown
4595 hardcode_into_libs
=no
4597 # when you set need_version to no, make sure it does not cause -set_version
4598 # flags to be left without arguments
4599 need_version
=unknown
4604 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
4605 shlibpath_var
=LIBPATH
4607 # AIX 3 has no versioning support, so we append a major version to the name.
4608 soname_spec
='${libname}${release}${shared_ext}$major'
4615 hardcode_into_libs
=yes
4616 if test "$host_cpu" = ia64
; then
4617 # AIX 5 supports IA64
4618 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
4619 shlibpath_var
=LD_LIBRARY_PATH
4621 # With GCC up to 2.95.x, collect2 would create an import file
4622 # for dependence libraries. The import file would start with
4623 # the line `#! .'. This would cause the generated library to
4624 # depend on `.', always an invalid library. This was fixed in
4625 # development snapshots of GCC prior to 3.0.
4627 aix4 | aix4.
[01] | aix4.
[01].
*)
4628 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
4630 echo '#endif'; } |
${CC} -E - |
grep yes > /dev
/null
; then
4637 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
4638 # soname into executable. Probably we can add versioning support to
4639 # collect2, so additional links can be useful in future.
4640 if test "$aix_use_runtimelinking" = yes; then
4641 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
4642 # instead of lib<name>.a to let people know that these are not
4643 # typical AIX shared libraries.
4644 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
4646 # We preserve .a as extension for shared libraries through AIX4.2
4647 # and later when we are not doing run time linking.
4648 library_names_spec
='${libname}${release}.a $libname.a'
4649 soname_spec
='${libname}${release}${shared_ext}$major'
4651 shlibpath_var
=LIBPATH
4656 library_names_spec
='$libname.ixlibrary $libname.a'
4657 # Create ${libname}_ixlibrary.a entries in /sys/libs.
4658 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'
4662 library_names_spec
='${libname}${shared_ext}'
4663 dynamic_linker
="$host_os ld.so"
4664 shlibpath_var
=LIBRARY_PATH
4670 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
4671 soname_spec
='${libname}${release}${shared_ext}$major'
4672 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
4673 shlibpath_var
=LD_LIBRARY_PATH
4674 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
4675 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
4676 # the default ld.so.conf also contains /usr/contrib/lib and
4677 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
4678 # libtool to hard-code these into programs
4681 cygwin
* | mingw
* | pw32
*)
4682 version_type
=windows
4687 case $GCC,$host_os in
4688 yes,cygwin
* |
yes,mingw
* |
yes,pw32
*)
4689 library_names_spec
='$libname.dll.a'
4690 # DLL is installed to $(libdir)/../bin by postinstall_cmds
4691 postinstall_cmds
='base_file=`basename \${file}`~
4692 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i;echo \$dlname'\''`~
4693 dldir=$destdir/`dirname \$dlpath`~
4694 test -d \$dldir || mkdir -p \$dldir~
4695 $install_prog $dir/$dlname \$dldir/$dlname'
4696 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
4697 dlpath=$dir/\$dldll~
4699 shlibpath_overrides_runpath
=yes
4703 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
4704 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | sed -e 's/[.]/-/g'`${versuffix}${shared_ext}'
4705 sys_lib_search_path_spec
="/lib /lib/w32api /usr/lib /usr/local/lib"
4708 # MinGW DLLs use traditional 'lib' prefix
4709 soname_spec
='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}${shared_ext}'
4710 sys_lib_search_path_spec
=`$CC -print-search-dirs | grep "^libraries:" | sed -e "s/^libraries://" -e "s,=/,/,g"`
4711 if echo "$sys_lib_search_path_spec" |
grep ';[c-zC-Z]:/' >/dev
/null
; then
4712 # It is most probably a Windows format PATH printed by
4713 # mingw gcc, but we are running on Cygwin. Gcc prints its search
4714 # path with ; separators, and with drive letters. We can handle the
4715 # drive letters (cygwin fileutils understands them), so leave them,
4716 # especially as we might pass files found there to a mingw objdump,
4717 # which wouldn't understand a cygwinified path. Ahh.
4718 sys_lib_search_path_spec
=`echo "$sys_lib_search_path_spec" | sed -e 's/;/ /g'`
4720 sys_lib_search_path_spec
=`echo "$sys_lib_search_path_spec" | sed -e "s/$PATH_SEPARATOR/ /g"`
4724 # pw32 DLLs use 'pw' prefix rather than 'lib'
4725 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | sed -e 's/./-/g'`${versuffix}${shared_ext}'
4731 library_names_spec
='${libname}`echo ${release} | sed -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
4734 dynamic_linker
='Win32 ld.exe'
4735 # FIXME: first we should search . and the directory the executable is in
4739 darwin
* | rhapsody
*)
4740 dynamic_linker
="$host_os dyld"
4744 # FIXME: Relying on posixy $() will cause problems for
4745 # cross-compilation, but unfortunately the echo tests do not
4746 # yet detect zsh echo's removal of \ escapes.
4747 library_names_spec
='${libname}${release}${versuffix}$shared_ext ${libname}${release}${major}$shared_ext ${libname}$shared_ext'
4748 soname_spec
='${libname}${release}${major}$shared_ext'
4749 shlibpath_overrides_runpath
=yes
4750 shlibpath_var
=DYLD_LIBRARY_PATH
4751 shrext
='$(test .$module = .yes && echo .so || echo .dylib)'
4752 # Apple's gcc prints 'gcc -print-search-dirs' doesn't operate the same.
4753 if $CC -v 2>&1 |
grep 'Apple' >/dev
/null
; then
4754 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"`
4756 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
4763 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
4764 soname_spec
='${libname}${release}${shared_ext}$major'
4765 shlibpath_var
=LD_LIBRARY_PATH
4773 objformat
=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
4774 version_type
=freebsd-
$objformat
4775 case $version_type in
4777 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
4782 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
4786 shlibpath_var
=LD_LIBRARY_PATH
4789 shlibpath_overrides_runpath
=yes
4791 freebsd3.01
* | freebsdelf3.01
*)
4792 shlibpath_overrides_runpath
=yes
4793 hardcode_into_libs
=yes
4796 shlibpath_overrides_runpath
=no
4797 hardcode_into_libs
=yes
4806 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
4807 soname_spec
='${libname}${release}${shared_ext}$major'
4808 shlibpath_var
=LD_LIBRARY_PATH
4809 hardcode_into_libs
=yes
4812 hpux9
* | hpux10
* | hpux11
*)
4813 # Give a soname corresponding to the major version so that dld.sl refuses to
4814 # link against other versions.
4821 hardcode_into_libs
=yes
4822 dynamic_linker
="$host_os dld.so"
4823 shlibpath_var
=LD_LIBRARY_PATH
4824 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
4825 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
4826 soname_spec
='${libname}${release}${shared_ext}$major'
4827 if test "X$HPUX_IA64_MODE" = X32
; then
4828 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
4830 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
4832 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
4836 hardcode_into_libs
=yes
4837 dynamic_linker
="$host_os dld.sl"
4838 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
4839 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
4840 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
4841 soname_spec
='${libname}${release}${shared_ext}$major'
4842 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
4843 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
4847 dynamic_linker
="$host_os dld.sl"
4848 shlibpath_var
=SHLIB_PATH
4849 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
4850 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
4851 soname_spec
='${libname}${release}${shared_ext}$major'
4854 # HP-UX runs *really* slowly unless shared libraries are mode 555.
4855 postinstall_cmds
='chmod 555 $lib'
4858 irix5
* | irix6
* | nonstopux
*)
4860 nonstopux
*) version_type
=nonstopux
;;
4862 if test "$lt_cv_prog_gnu_ld" = yes; then
4870 soname_spec
='${libname}${release}${shared_ext}$major'
4871 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
4873 irix5
* | nonstopux
*)
4877 case $LD in # libtool.m4 will add one of these switches to LD
4878 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
4879 libsuff
= shlibsuff
= libmagic
=32-bit;;
4880 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
4881 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
4882 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
4883 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
4884 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
4888 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
4889 shlibpath_overrides_runpath
=no
4890 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
4891 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
4892 hardcode_into_libs
=yes
4895 # No shared lib support for Linux oldld, aout, or coff.
4896 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
4900 # This must be Linux ELF.
4905 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
4906 soname_spec
='${libname}${release}${shared_ext}$major'
4907 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
4908 shlibpath_var
=LD_LIBRARY_PATH
4909 shlibpath_overrides_runpath
=no
4910 # This implies no fast_install, which is unacceptable.
4911 # Some rework will be needed to allow for fast_install
4912 # before this can be enabled.
4913 hardcode_into_libs
=yes
4915 # We used to test for /lib/ld.so.1 and disable shared libraries on
4916 # powerpc, because MkLinux only supported shared libraries with the
4917 # GNU dynamic linker. Since this was broken with cross compilers,
4918 # most powerpc-linux boxes support dynamic linking these days and
4919 # people can always --disable-shared, the test was removed, and we
4920 # assume the GNU/Linux dynamic linker is in use.
4921 dynamic_linker
='GNU/Linux ld.so'
4928 if echo __ELF__ |
$CC -E - |
grep __ELF__
>/dev
/null
; then
4929 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
4930 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
4931 dynamic_linker
='NetBSD (a.out) ld.so'
4933 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} ${libname}${shared_ext}'
4934 soname_spec
='${libname}${release}${shared_ext}$major'
4935 dynamic_linker
='NetBSD ld.elf_so'
4937 shlibpath_var
=LD_LIBRARY_PATH
4938 shlibpath_overrides_runpath
=yes
4939 hardcode_into_libs
=yes
4944 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
4945 shlibpath_var
=LD_LIBRARY_PATH
4946 shlibpath_overrides_runpath
=yes
4953 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
4954 soname_spec
='${libname}${release}${shared_ext}$major'
4955 shlibpath_var
=LD_LIBRARY_PATH
4956 shlibpath_overrides_runpath
=yes
4963 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
4964 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
4965 shlibpath_var
=LD_LIBRARY_PATH
4966 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4968 openbsd2.
[89] | openbsd2.
[89].
*)
4969 shlibpath_overrides_runpath
=no
4972 shlibpath_overrides_runpath
=yes
4976 shlibpath_overrides_runpath
=yes
4981 libname_spec
='$name'
4984 library_names_spec
='$libname${shared_ext} $libname.a'
4985 dynamic_linker
='OS/2 ld.exe'
4986 shlibpath_var
=LIBPATH
4989 osf3
* | osf4
* | osf5
*)
4993 soname_spec
='${libname}${release}${shared_ext}$major'
4994 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
4995 shlibpath_var
=LD_LIBRARY_PATH
4996 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
4997 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
5002 soname_spec
='${libname}${release}${shared_ext}$major'
5003 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
5004 shlibpath_var
=LD_LIBRARY_PATH
5011 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
5012 soname_spec
='${libname}${release}${shared_ext}$major'
5013 shlibpath_var
=LD_LIBRARY_PATH
5014 shlibpath_overrides_runpath
=yes
5015 hardcode_into_libs
=yes
5016 # ldd complains unless libraries are executable
5017 postinstall_cmds
='chmod +x $lib'
5022 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
5023 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
5024 shlibpath_var
=LD_LIBRARY_PATH
5025 shlibpath_overrides_runpath
=yes
5026 if test "$with_gnu_ld" = yes; then
5032 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
5034 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
5035 soname_spec
='${libname}${release}${shared_ext}$major'
5036 shlibpath_var
=LD_LIBRARY_PATH
5037 case $host_vendor in
5039 shlibpath_overrides_runpath
=no
5041 export_dynamic_flag_spec
='${wl}-Blargedynsym'
5042 runpath_var
=LD_RUN_PATH
5050 shlibpath_overrides_runpath
=no
5051 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
5057 if test -d /usr
/nec
;then
5059 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
5060 soname_spec
='$libname${shared_ext}.$major'
5061 shlibpath_var
=LD_LIBRARY_PATH
5067 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
5068 soname_spec
='${libname}${release}${shared_ext}$major'
5069 shlibpath_var
=LD_LIBRARY_PATH
5076 echo "$as_me:$LINENO: result: $dynamic_linker" >&5
5077 echo "${ECHO_T}$dynamic_linker" >&6
5078 test "$dynamic_linker" = no
&& can_build_shared
=no
5081 echo "$as_me:$LINENO: checking which variable specifies run-time library path" >&5
5082 echo $ECHO_N "checking which variable specifies run-time library path... $ECHO_C" >&6
5083 if test "${libltdl_cv_shlibpath_var+set}" = set; then
5084 echo $ECHO_N "(cached) $ECHO_C" >&6
5086 libltdl_cv_shlibpath_var
="$shlibpath_var"
5088 echo "$as_me:$LINENO: result: $libltdl_cv_shlibpath_var" >&5
5089 echo "${ECHO_T}$libltdl_cv_shlibpath_var" >&6
5090 if test -n "$libltdl_cv_shlibpath_var"; then
5092 cat >>confdefs.h
<<_ACEOF
5093 #define LTDL_SHLIBPATH_VAR "$libltdl_cv_shlibpath_var"
5100 ac_config_headers
="$ac_config_headers include/config.h gcj/libgcj-config.h"
5103 # See if the user has requested runtime debugging.
5104 LIBGCJDEBUG
="disable"
5106 # Check whether --enable-libgcj-debug or --disable-libgcj-debug was given.
5107 if test "${enable_libgcj_debug+set}" = set; then
5108 enableval
="$enable_libgcj_debug"
5109 if test "$enable_libgcj_debug" = yes; then
5111 cat >>confdefs.h
<<\_ACEOF
5115 LIBGCJDEBUG
="enable"
5120 # Check whether --with-escher or --without-escher was given.
5121 if test "${with_escher+set}" = set; then
5122 withval
="$with_escher"
5125 case "$with_escher" in
5133 { { echo "$as_me:$LINENO: error: Please supply an absolute path to Escher library" >&5
5134 echo "$as_me: error: Please supply an absolute path to Escher library" >&2;}
5135 { (exit 1); exit 1; }; }
5142 # Determine which AWT peer libraries to build
5143 # Check whether --enable-java-awt or --disable-java-awt was given.
5144 if test "${enable_java_awt+set}" = set; then
5145 enableval
="$enable_java_awt"
5149 peerlibs
="`echo ${enable_java_awt} | tr ',' ' '`"
5154 # The default toolkit to use is the first one specified.
5158 for peer
in $peerlibs ; do
5161 if test "$no_x" = yes; then
5162 echo "*** xlib peers requested but no X library available" 1>&2
5166 if test -z "$TOOLKIT"; then
5167 TOOLKIT
=gnu.awt.xlib.XToolkit
5172 if test "$no_x" = yes; then
5173 echo "*** gtk peers requested but no X library available" 1>&2
5177 if test -z "$TOOLKIT"; then
5178 TOOLKIT
=gnu.java.awt.peer.gtk.GtkToolkit
5183 if test "$no_x" = yes; then
5184 # Perhaps we should admit the possibility of embedded Qt.
5185 echo "*** Qt peers requested but no X library available" 1>&2
5189 if test -z "$TOOLKIT"; then
5190 TOOLKIT
=gnu.java.awt.peer.qt.QtToolkit
5196 if test -z "$TOOLKIT"; then
5197 TOOLKIT
=gnu.java.awt.peer.x.XToolkit
5208 echo "*** unrecognised argument \"${peer}\" for --enable-java-awt" 1>&2
5215 if test "$use_xlib_awt" = yes; then
5225 if test "$use_x_awt" = yes; then
5235 cat >>confdefs.h
<<_ACEOF
5236 #define AWT_TOOLKIT "$TOOLKIT"
5241 cat >>confdefs.h
<<_ACEOF
5242 #define LIBGCJ_PREFIX "$prefix"
5246 # Create standard.omit based on decisions we just made.
5247 cp $srcdir/standard.omit.
in standard.omit
5248 if test "$use_xlib_awt" != yes; then
5249 echo gnu
/awt
/xlib
>> standard.omit
5250 echo gnu
/gcj
/xlib
>> standard.omit
5252 if test "$use_x_awt" != yes; then
5253 echo gnu
/java
/awt
/peer
/x
>> standard.omit
5256 # Tools that need to be compiled against classpath's tools classes
5257 : > vm-tools-packages
5258 for package
in gnu
/gcj
/tools
/gc_analyze
; do
5259 echo $package >> standard.omit
5260 echo $package >> vm-tools-packages
5263 if test -z "${with_multisubdir}"; then
5266 builddotdot
=`echo ${with_multisubdir} | sed -e 's:[^/][^/]*:..:g'`
5271 # Which gcj and host gcj (for ecjx) do we use?
5273 host_exeext
=${ac_exeext}
5275 built_gcc_dir
="`cd ${builddotdot}/../../${host_subdir}/gcc && ${PWDCMD-pwd}`"
5276 if test -n "${with_cross_host}"; then
5277 # We are being configured with a cross compiler. We can't
5278 # use ac_exeext, because that is for the target platform.
5281 GCJ_FOR_ECJX
="${with_cross_host}-gcj"
5282 case "${with_cross_host}" in
5284 cross_host_exeext
=.exe
5287 host_exeext
=${cross_host_exeext}
5288 if test -x "${built_gcc_dir}/gcj${cross_host_exeext}"; then
5289 if test x
"$build_noncanonical" = x
"$with_cross_host"; then
5290 # Ordinary cross (host!=target and host=build)
5293 # Canadian cross (host!=target and host!=build)
5300 # We are being configured with a native or crossed-native compiler
5301 if test -x "${built_gcc_dir}/gcj${ac_exeext}"; then
5302 if test x
"$build" = x
"$host"; then
5303 # True native build (host=target and host=build)
5306 # Crossed-native build (host=target and host!=build)
5313 case "${which_gcj}" in
5315 GCJ
="$built_gcc_dir/gcj -B`${PWDCMD-pwd}`/ -B$built_gcc_dir/"
5316 GCJH
='$(top_builddir)/$(MULTIBUILDTOP)../../$(host_subdir)/gcc/gcjh'
5319 if test "x${with_newlib}" = "xyes"; then
5320 # FIXME (comment): Why is this needed?
5322 GCJ
="${target_noncanonical}-gcj"
5324 GCJ
="${target_noncanonical}-gcj -B`${PWDCMD-pwd}`/"
5326 GCJH
='$(target_noncanonical)-gcjh'
5329 GCJ
="gcj -B`${PWDCMD-pwd}`/"
5338 # Create it, so that compile/link tests don't fail
5339 test -f libgcj.spec ||
touch libgcj.spec
5343 # Set up to configure Classpath.
5344 # FIXME: no supported way to pass args in autoconf.
5345 ac_configure_args
="$ac_configure_args --with-fastjar=$JAR"
5346 # Disable tool wrappers to avoid ltdl.h configure check.
5347 ac_configure_args
="$ac_configure_args --disable-tool-wrappers"
5348 ac_configure_args
="$ac_configure_args --disable-load-library"
5349 ac_configure_args
="$ac_configure_args --${LIBGCJDEBUG}-debug"
5350 ac_configure_args
="$ac_configure_args --enable-default-toolkit=$TOOLKIT"
5351 dir1
=`cd $srcdir && pwd`
5353 ac_configure_args
="$ac_configure_args --with-vm-classes=$dir1:$dir2"
5354 ac_configure_args
="$ac_configure_args --disable-core-jni"
5355 ac_configure_args
="$ac_configure_args --disable-examples"
5356 ac_configure_args
="$ac_configure_args --with-glibj=build"
5357 if test "$plugin_enabled" != yes; then
5358 ac_configure_args
="$ac_configure_args --disable-plugin"
5360 if test "$gconf_enabled" != yes; then
5361 ac_configure_args
="$ac_configure_args --disable-gconf-peer"
5362 ac_configure_args
="$ac_configure_args --enable-default-preferences-peer=gnu.java.util.prefs.FileBasedFactory"
5364 if test "$use_gtk_awt" != yes; then
5365 ac_configure_args
="$ac_configure_args --disable-gtk-peer --disable-plugin"
5367 if test "$use_qt_awt" != yes; then
5368 ac_configure_args
="$ac_configure_args --disable-qt-peer"
5370 # We need this as qt is disabled by default in classpath.
5371 ac_configure_args
="$ac_configure_args --enable-qt-peer"
5373 if test "$use_x_awt" != yes; then
5374 ac_configure_args
="$ac_configure_args --without-escher"
5376 # We need this as escher is disabled by default in classpath.
5377 if test "$use_escher" != true
; then
5378 { { echo "$as_me:$LINENO: error: Please supply an absolute path to the Escher library" >&5
5379 echo "$as_me: error: Please supply an absolute path to the Escher library" >&2;}
5380 { (exit 1); exit 1; }; }
5382 ac_configure_args
="$ac_configure_args --with-escher=$with_escher"
5385 # -Werror causes unavoidable problems in code using alsa.
5386 ac_configure_args
="$ac_configure_args --disable-Werror"
5388 # Only use libltdl for non-newlib builds.
5389 if test "x${with_newlib}" = "x" ||
test "x${with_newlib}" = "xno"; then
5390 case $enable_ltdl_convenience in
5391 no
) { { echo "$as_me:$LINENO: error: this package needs a convenience libltdl" >&5
5392 echo "$as_me: error: this package needs a convenience libltdl" >&2;}
5393 { (exit 1); exit 1; }; } ;;
5394 "") enable_ltdl_convenience
=yes
5395 ac_configure_args
="$ac_configure_args --enable-ltdl-convenience" ;;
5397 LIBLTDL
='${top_builddir}/''libltdl'/libltdlc.la
5398 LTDLINCL
='-I${top_srcdir}/''libltdl'
5399 # For backwards non-gettext consistent compatibility...
5408 cat >>confdefs.h
<<\_ACEOF
5412 # Sigh. Libtool's macro doesn't do the right thing.
5413 INCLTDL
="-I\$(top_srcdir)/libltdl $INCLTDL"
5414 # FIXME: this is a hack.
5415 sub_auxdir
="`cd $ac_aux_dir && ${PWDCMD-pwd}`"
5416 ac_configure_args
="$ac_configure_args --with-auxdir=$sub_auxdir"
5423 macro_version
='2.1a'
5424 macro_revision
='1.2435'
5437 ltmain
="$ac_aux_dir/ltmain.sh"
5445 # Check whether --enable-shared or --disable-shared was given.
5446 if test "${enable_shared+set}" = set; then
5447 enableval
="$enable_shared"
5448 p
=${PACKAGE-default}
5450 yes) enable_shared
=yes ;;
5451 no
) enable_shared
=no
;;
5454 # Look at the argument we got. We use all the common list separators.
5455 lt_save_ifs
="$IFS"; IFS
="${IFS}$PATH_SEPARATOR,"
5456 for pkg
in $enableval; do
5458 if test "X$pkg" = "X$p"; then
5476 # Check whether --enable-static or --disable-static was given.
5477 if test "${enable_static+set}" = set; then
5478 enableval
="$enable_static"
5479 p
=${PACKAGE-default}
5481 yes) enable_static
=yes ;;
5482 no
) enable_static
=no
;;
5485 # Look at the argument we got. We use all the common list separators.
5486 lt_save_ifs
="$IFS"; IFS
="${IFS}$PATH_SEPARATOR,"
5487 for pkg
in $enableval; do
5489 if test "X$pkg" = "X$p"; then
5508 # Check whether --with-pic or --without-pic was given.
5509 if test "${with_pic+set}" = set; then
5516 test -z "$pic_mode" && pic_mode
=default
5524 # Check whether --enable-fast-install or --disable-fast-install was given.
5525 if test "${enable_fast_install+set}" = set; then
5526 enableval
="$enable_fast_install"
5527 p
=${PACKAGE-default}
5529 yes) enable_fast_install
=yes ;;
5530 no
) enable_fast_install
=no
;;
5532 enable_fast_install
=no
5533 # Look at the argument we got. We use all the common list separators.
5534 lt_save_ifs
="$IFS"; IFS
="${IFS}$PATH_SEPARATOR,"
5535 for pkg
in $enableval; do
5537 if test "X$pkg" = "X$p"; then
5538 enable_fast_install
=yes
5545 enable_fast_install
=yes
5555 echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
5556 echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6
5557 if test "${lt_cv_path_SED+set}" = set; then
5558 echo $ECHO_N "(cached) $ECHO_C" >&6
5560 # Loop through the user's path and test for sed and gsed.
5561 # Then use that list of sed's as ones to test for truncation.
5562 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5566 test -z "$as_dir" && as_dir
=.
5567 for lt_ac_prog
in sed gsed
; do
5568 for ac_exec_ext
in '' $ac_executable_extensions; do
5569 if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
5570 lt_ac_sed_list
="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
5578 # Add /usr/xpg4/bin/sed as it is typically found on Solaris
5579 # along with /bin/sed that truncates output.
5580 for lt_ac_sed
in $lt_ac_sed_list /usr
/xpg
4/bin
/sed; do
5581 test ! -f $lt_ac_sed && continue
5582 cat /dev
/null
> conftest.
in
5584 echo $ECHO_N "0123456789$ECHO_C" >conftest.
in
5585 # Check for GNU sed and select it if it is found.
5586 if "$lt_ac_sed" --version 2>&1 < /dev
/null |
grep 'GNU' > /dev
/null
; then
5587 lt_cv_path_SED
=$lt_ac_sed
5591 cat conftest.
in conftest.
in >conftest.tmp
5592 mv conftest.tmp conftest.
in
5593 cp conftest.
in conftest.
nl
5595 $lt_ac_sed -e 's/a$//' < conftest.
nl >conftest.out ||
break
5596 cmp -s conftest.out conftest.
nl ||
break
5597 # 10000 chars as input seems more than enough
5598 test $lt_ac_count -gt 10 && break
5599 lt_ac_count
=`expr $lt_ac_count + 1`
5600 if test $lt_ac_count -gt $lt_ac_max; then
5601 lt_ac_max
=$lt_ac_count
5602 lt_cv_path_SED
=$lt_ac_sed
5611 echo "$as_me:$LINENO: result: $SED" >&5
5612 echo "${ECHO_T}$SED" >&6
5614 test -z "$SED" && SED
=sed
5615 Xsed
="$SED -e 1s/^X//"
5627 echo "$as_me:$LINENO: checking for egrep" >&5
5628 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
5629 if test "${ac_cv_prog_egrep+set}" = set; then
5630 echo $ECHO_N "(cached) $ECHO_C" >&6
5632 if echo a |
(grep -E '(a|b)') >/dev
/null
2>&1
5633 then ac_cv_prog_egrep
='grep -E'
5634 else ac_cv_prog_egrep
='egrep'
5637 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
5638 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
5639 EGREP
=$ac_cv_prog_egrep
5642 echo "$as_me:$LINENO: checking for fgrep" >&5
5643 echo $ECHO_N "checking for fgrep... $ECHO_C" >&6
5644 if test "${ac_cv_prog_fgrep+set}" = set; then
5645 echo $ECHO_N "(cached) $ECHO_C" >&6
5647 if echo 'ab*c' |
(grep -F 'ab*c') >/dev
/null
2>&1
5648 then ac_cv_prog_fgrep
='grep -F'
5649 else ac_cv_prog_fgrep
='fgrep'
5652 echo "$as_me:$LINENO: result: $ac_cv_prog_fgrep" >&5
5653 echo "${ECHO_T}$ac_cv_prog_fgrep" >&6
5654 FGREP
=$ac_cv_prog_fgrep
5657 test -z "$GREP" && GREP
=grep
5677 # Check whether --with-gnu-ld or --without-gnu-ld was given.
5678 if test "${with_gnu_ld+set}" = set; then
5679 withval
="$with_gnu_ld"
5680 test "$withval" = no || with_gnu_ld
=yes
5685 if test "$GCC" = yes; then
5686 # Check if gcc -print-prog-name=ld gives a path.
5687 echo "$as_me:$LINENO: checking for ld used by $CC" >&5
5688 echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6
5691 # gcc leaves a trailing carriage return which upsets mingw
5692 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5694 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
5697 # Accept absolute paths.
5699 re_direlt
='/[^/][^/]*/\.\./'
5700 # Canonicalize the pathname of ld
5701 ac_prog
=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5702 while $ECHO "$ac_prog" |
$GREP "$re_direlt" > /dev
/null
2>&1; do
5703 ac_prog
=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5705 test -z "$LD" && LD
="$ac_prog"
5708 # If it fails, then pretend we aren't using GCC.
5712 # If it is relative, then search for the first ld in PATH.
5716 elif test "$with_gnu_ld" = yes; then
5717 echo "$as_me:$LINENO: checking for GNU ld" >&5
5718 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
5720 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
5721 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
5723 if test "${lt_cv_path_LD+set}" = set; then
5724 echo $ECHO_N "(cached) $ECHO_C" >&6
5726 if test -z "$LD"; then
5727 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
5728 for ac_dir
in $PATH; do
5730 test -z "$ac_dir" && ac_dir
=.
5731 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
5732 lt_cv_path_LD
="$ac_dir/$ac_prog"
5733 # Check to see if the program is GNU ld. I'd rather use --version,
5734 # but apparently some variants of GNU ld only accept -v.
5735 # Break only if it was the GNU/non-GNU ld that we prefer.
5736 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5737 *GNU
* |
*'with BFD'*)
5738 test "$with_gnu_ld" != no
&& break
5741 test "$with_gnu_ld" != yes && break
5748 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
5753 if test -n "$LD"; then
5754 echo "$as_me:$LINENO: result: $LD" >&5
5755 echo "${ECHO_T}$LD" >&6
5757 echo "$as_me:$LINENO: result: no" >&5
5758 echo "${ECHO_T}no" >&6
5760 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
5761 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
5762 { (exit 1); exit 1; }; }
5763 echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
5764 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
5765 if test "${lt_cv_prog_gnu_ld+set}" = set; then
5766 echo $ECHO_N "(cached) $ECHO_C" >&6
5768 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5769 case `$LD -v 2>&1 </dev/null` in
5770 *GNU
* |
*'with BFD'*)
5771 lt_cv_prog_gnu_ld
=yes
5774 lt_cv_prog_gnu_ld
=no
5778 echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
5779 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
5780 with_gnu_ld
=$lt_cv_prog_gnu_ld
5791 echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5
5792 echo $ECHO_N "checking for BSD- or MS-compatible name lister (nm)... $ECHO_C" >&6
5793 if test "${lt_cv_path_NM+set}" = set; then
5794 echo $ECHO_N "(cached) $ECHO_C" >&6
5796 if test -n "$NM"; then
5797 # Let the user override the test.
5800 lt_nm_to_check
="${ac_tool_prefix}nm"
5801 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5802 lt_nm_to_check
="$lt_nm_to_check nm"
5804 for lt_tmp_nm
in $lt_nm_to_check; do
5805 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
5806 for ac_dir
in $PATH /usr
/ccs
/bin
/elf
/usr
/ccs
/bin
/usr
/ucb
/bin
; do
5808 test -z "$ac_dir" && ac_dir
=.
5809 tmp_nm
="$ac_dir/$lt_tmp_nm"
5810 if test -f "$tmp_nm" ||
test -f "$tmp_nm$ac_exeext" ; then
5811 # Check to see if the nm accepts a BSD-compat flag.
5812 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5813 # nm: unknown option "B" ignored
5814 # Tru64's nm complains that /dev/null is an invalid object file
5815 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5816 */dev
/null
* |
*'Invalid file or object type'*)
5817 lt_cv_path_NM
="$tmp_nm -B"
5821 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5823 lt_cv_path_NM
="$tmp_nm -p"
5827 lt_cv_path_NM
=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5828 continue # so that we can try to find one that supports BSD flags
5837 : ${lt_cv_path_NM=no}
5840 echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
5841 echo "${ECHO_T}$lt_cv_path_NM" >&6
5842 if test "$lt_cv_path_NM" != "no"; then
5845 # Didn't find any BSD compatible name lister, look for dumpbin.
5846 if test -n "$ac_tool_prefix"; then
5847 for ac_prog
in "dumpbin -symbols" "link -dump -symbols"
5849 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5850 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
5851 echo "$as_me:$LINENO: checking for $ac_word" >&5
5852 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5853 if test "${ac_cv_prog_DUMPBIN+set}" = set; then
5854 echo $ECHO_N "(cached) $ECHO_C" >&6
5856 if test -n "$DUMPBIN"; then
5857 ac_cv_prog_DUMPBIN
="$DUMPBIN" # Let the user override the test.
5859 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5863 test -z "$as_dir" && as_dir
=.
5864 for ac_exec_ext
in '' $ac_executable_extensions; do
5865 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5866 ac_cv_prog_DUMPBIN
="$ac_tool_prefix$ac_prog"
5867 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5875 DUMPBIN
=$ac_cv_prog_DUMPBIN
5876 if test -n "$DUMPBIN"; then
5877 echo "$as_me:$LINENO: result: $DUMPBIN" >&5
5878 echo "${ECHO_T}$DUMPBIN" >&6
5880 echo "$as_me:$LINENO: result: no" >&5
5881 echo "${ECHO_T}no" >&6
5884 test -n "$DUMPBIN" && break
5887 if test -z "$DUMPBIN"; then
5888 ac_ct_DUMPBIN
=$DUMPBIN
5889 for ac_prog
in "dumpbin -symbols" "link -dump -symbols"
5891 # Extract the first word of "$ac_prog", so it can be a program name with args.
5892 set dummy
$ac_prog; ac_word
=$2
5893 echo "$as_me:$LINENO: checking for $ac_word" >&5
5894 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
5895 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then
5896 echo $ECHO_N "(cached) $ECHO_C" >&6
5898 if test -n "$ac_ct_DUMPBIN"; then
5899 ac_cv_prog_ac_ct_DUMPBIN
="$ac_ct_DUMPBIN" # Let the user override the test.
5901 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5905 test -z "$as_dir" && as_dir
=.
5906 for ac_exec_ext
in '' $ac_executable_extensions; do
5907 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5908 ac_cv_prog_ac_ct_DUMPBIN
="$ac_prog"
5909 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5917 ac_ct_DUMPBIN
=$ac_cv_prog_ac_ct_DUMPBIN
5918 if test -n "$ac_ct_DUMPBIN"; then
5919 echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5
5920 echo "${ECHO_T}$ac_ct_DUMPBIN" >&6
5922 echo "$as_me:$LINENO: result: no" >&5
5923 echo "${ECHO_T}no" >&6
5926 test -n "$ac_ct_DUMPBIN" && break
5928 test -n "$ac_ct_DUMPBIN" || ac_ct_DUMPBIN
=":"
5930 DUMPBIN
=$ac_ct_DUMPBIN
5934 if test "$DUMPBIN" != ":"; then
5938 test -z "$NM" && NM
=nm
5945 echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
5946 echo $ECHO_N "checking the name lister ($NM) interface... $ECHO_C" >&6
5947 if test "${lt_cv_nm_interface+set}" = set; then
5948 echo $ECHO_N "(cached) $ECHO_C" >&6
5950 lt_cv_nm_interface
="BSD nm"
5951 echo "int some_variable = 0;" > conftest.
$ac_ext
5952 (eval echo "\"\$as_me:5952: $ac_compile\"" >&5)
5953 (eval "$ac_compile" 2>conftest.err
)
5954 cat conftest.err
>&5
5955 (eval echo "\"\$as_me:5955: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5956 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err
> conftest.out
)
5957 cat conftest.err
>&5
5958 (eval echo "\"\$as_me:5958: output\"" >&5)
5959 cat conftest.out
>&5
5960 if $GREP 'External.*some_variable' conftest.out
> /dev
/null
; then
5961 lt_cv_nm_interface
="MS dumpbin"
5965 echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
5966 echo "${ECHO_T}$lt_cv_nm_interface" >&6
5968 # find the maximum length of command line arguments
5969 echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
5970 echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6
5971 if test "${lt_cv_sys_max_cmd_len+set}" = set; then
5972 echo $ECHO_N "(cached) $ECHO_C" >&6
5979 # On DJGPP, this test can blow up pretty badly due to problems in libc
5980 # (any single argument exceeding 2000 bytes causes a buffer overrun
5981 # during glob expansion). Even if it were fixed, the result of this
5982 # check would be larger than it should be.
5983 lt_cv_sys_max_cmd_len
=12288; # 12K is about right
5987 # Under GNU Hurd, this test is not required because there is
5988 # no limit to the length of command line arguments.
5989 # Libtool will interpret -1 as no limit whatsoever
5990 lt_cv_sys_max_cmd_len
=-1;
5994 # On Win9x/ME, this test blows up -- it succeeds, but takes
5995 # about 5 minutes as the teststring grows exponentially.
5996 # Worse, since 9x/ME are not pre-emptively multitasking,
5997 # you end up with a "frozen" computer, even though with patience
5998 # the test eventually succeeds (with a max line length of 256k).
5999 # Instead, let's just punt: use the minimum linelength reported by
6000 # all of the supported platforms: 8192 (on NT/2K/XP).
6001 lt_cv_sys_max_cmd_len
=8192;
6005 # On AmigaOS with pdksh, this test takes hours, literally.
6006 # So we just punt and use a minimum line length of 8192.
6007 lt_cv_sys_max_cmd_len
=8192;
6010 netbsd
* | freebsd
* | openbsd
* | darwin
* | dragonfly
*)
6011 # This has been around since 386BSD, at least. Likely further.
6012 if test -x /sbin
/sysctl
; then
6013 lt_cv_sys_max_cmd_len
=`/sbin/sysctl -n kern.argmax`
6014 elif test -x /usr
/sbin
/sysctl
; then
6015 lt_cv_sys_max_cmd_len
=`/usr/sbin/sysctl -n kern.argmax`
6017 lt_cv_sys_max_cmd_len
=65536 # usable default for all BSDs
6019 # And add a safety zone
6020 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
6021 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
6025 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6026 lt_cv_sys_max_cmd_len
=196608
6030 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6031 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6032 # nice to cause kernel panics so lets avoid the loop below.
6033 # First set a reasonable default.
6034 lt_cv_sys_max_cmd_len
=16384
6036 if test -x /sbin
/sysconfig
; then
6037 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6038 *1*) lt_cv_sys_max_cmd_len
=-1 ;;
6043 lt_cv_sys_max_cmd_len
=102400
6045 sysv5
* | sco5v6
* | sysv4.2uw2
*)
6046 kargmax
=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6047 if test -n "$kargmax"; then
6048 lt_cv_sys_max_cmd_len
=`echo $kargmax | sed 's/.*[ ]//'`
6050 lt_cv_sys_max_cmd_len
=32768
6054 lt_cv_sys_max_cmd_len
=`getconf ARG_MAX 2> /dev/null`
6055 if test -n $lt_cv_sys_max_cmd_len; then
6056 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
6057 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
6059 # Make teststring a little bigger before we do anything with it.
6060 # a 1K string should be a reasonable start.
6061 for i
in 1 2 3 4 5 6 7 8 ; do
6062 teststring
=$teststring$teststring
6064 SHELL
=${SHELL-${CONFIG_SHELL-/bin/sh}}
6065 # If test is not a shell built-in, we'll probably end up computing a
6066 # maximum length that is only half of the actual maximum length, but
6068 while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
6069 = "XX$teststring$teststring"; } >/dev
/null
2>&1 &&
6070 test $i != 17 # 1/2 MB should be enough
6073 teststring
=$teststring$teststring
6075 # Only check the string length outside the loop.
6076 lt_cv_sys_max_cmd_len
=`expr "X$teststring" : ".*" 2>&1`
6078 # Add a significant safety factor because C++ compilers can tack on
6079 # massive amounts of additional arguments before passing them to the
6080 # linker. It appears as though 1/2 is a usable value.
6081 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 2`
6088 if test -n $lt_cv_sys_max_cmd_len ; then
6089 echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
6090 echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6
6092 echo "$as_me:$LINENO: result: none" >&5
6093 echo "${ECHO_T}none" >&6
6095 max_cmd_len
=$lt_cv_sys_max_cmd_len
6106 echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5
6107 echo $ECHO_N "checking whether the shell understands some XSI constructs... $ECHO_C" >&6
6108 # Try some XSI features
6111 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6112 = c,a/b,, ) >/dev/null 2>&1 \
6114 echo "$as_me:$LINENO: result
: $xsi_shell" >&5
6115 echo "${ECHO_T}$xsi_shell" >&6
6118 echo "$as_me:$LINENO: checking whether the shell understands
\"+=\"" >&5
6119 echo $ECHO_N "checking whether the shell understands
\"+=\"...
$ECHO_C" >&6
6121 ( foo=bar; set foo baz; eval "$1+=\
$2" && test "$foo" = barbaz ) \
6123 && lt_shell_append=yes
6124 echo "$as_me:$LINENO: result
: $lt_shell_append" >&5
6125 echo "${ECHO_T}$lt_shell_append" >&6
6128 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6138 # test EBCDIC or ASCII
6139 case `echo X|tr X '\101'` in
6140 A) # ASCII based system
6141 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6142 lt_SP2NL='tr \040 \012'
6143 lt_NL2SP='tr \015\012 \040\040'
6145 *) # EBCDIC based system
6146 lt_SP2NL='tr \100 \n'
6147 lt_NL2SP='tr \r\n \100\100'
6159 echo "$as_me:$LINENO: checking
for $LD option to reload object files
" >&5
6160 echo $ECHO_N "checking
for $LD option to reload object files...
$ECHO_C" >&6
6161 if test "${lt_cv_ld_reload_flag+set}" = set; then
6162 echo $ECHO_N "(cached
) $ECHO_C" >&6
6164 lt_cv_ld_reload_flag='-r'
6166 echo "$as_me:$LINENO: result
: $lt_cv_ld_reload_flag" >&5
6167 echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
6168 reload_flag=$lt_cv_ld_reload_flag
6169 case $reload_flag in
6171 *) reload_flag=" $reload_flag" ;;
6173 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6176 if test "$GCC" = yes; then
6177 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6179 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6193 echo "$as_me:$LINENO: checking how to recognize dependent libraries
" >&5
6194 echo $ECHO_N "checking how to recognize dependent libraries...
$ECHO_C" >&6
6195 if test "${lt_cv_deplibs_check_method+set}" = set; then
6196 echo $ECHO_N "(cached
) $ECHO_C" >&6
6198 lt_cv_file_magic_cmd='$MAGIC_CMD'
6199 lt_cv_file_magic_test_file=
6200 lt_cv_deplibs_check_method='unknown'
6201 # Need to set the preceding variable on all platforms that support
6202 # interlibrary dependencies.
6203 # 'none' -- dependencies not supported.
6204 # `unknown' -- same as none, but documents that we really don't know.
6205 # 'pass_all' -- all dependencies passed with no checks.
6206 # 'test_compile' -- check by making test program.
6207 # 'file_magic [[regex]]' -- check by looking for files in library path
6208 # which responds to the $file_magic_cmd with a given extended regex.
6209 # If you have `file' or equivalent on your system and you're not sure
6210 # whether `pass_all' will *always* work, you probably want this one.
6214 lt_cv_deplibs_check_method=pass_all
6218 lt_cv_deplibs_check_method=pass_all
6222 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6223 lt_cv_file_magic_cmd='/usr/bin/file -L'
6224 lt_cv_file_magic_test_file=/shlib/libc.so
6228 # func_win32_libid is a shell function defined in ltmain.sh
6229 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6230 lt_cv_file_magic_cmd='func_win32_libid'
6234 # Base MSYS/MinGW do not provide the 'file' command needed by
6235 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6236 # unless we find 'file', for example because we are cross-compiling.
6237 if ( file / ) >/dev/null 2>&1; then
6238 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6239 lt_cv_file_magic_cmd='func_win32_libid'
6241 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6242 lt_cv_file_magic_cmd='$OBJDUMP -f'
6246 darwin* | rhapsody*)
6247 lt_cv_deplibs_check_method=pass_all
6250 freebsd* | dragonfly*)
6251 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6254 # Not sure whether the presence of OpenBSD here was a mistake.
6255 # Let's accept both of them until this is cleared up.
6256 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6257 lt_cv_file_magic_cmd=/usr/bin/file
6258 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6262 lt_cv_deplibs_check_method=pass_all
6267 lt_cv_deplibs_check_method=pass_all
6270 hpux10.20* | hpux11*)
6271 lt_cv_file_magic_cmd=/usr/bin/file
6274 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6275 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6278 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'
6279 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6282 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
6283 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6289 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6290 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6293 irix5* | irix6* | nonstopux*)
6295 *-32|*"-32 ") libmagic=32-bit;;
6296 *-n32|*"-n32 ") libmagic=N32;;
6297 *-64|*"-64 ") libmagic=64-bit;;
6298 *) libmagic=never-match;;
6300 lt_cv_deplibs_check_method=pass_all
6303 # This must be Linux ELF.
6304 linux* | k*bsd*-gnu)
6305 lt_cv_deplibs_check_method=pass_all
6309 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6310 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6312 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6317 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6318 lt_cv_file_magic_cmd=/usr/bin/file
6319 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6323 lt_cv_deplibs_check_method=pass_all
6327 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8
-powerpc"; then
6328 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6330 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6334 osf3* | osf4* | osf5*)
6335 lt_cv_deplibs_check_method=pass_all
6339 lt_cv_deplibs_check_method=pass_all
6343 lt_cv_deplibs_check_method=pass_all
6346 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6347 lt_cv_deplibs_check_method=pass_all
6351 case $host_vendor in
6353 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]'
6354 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6357 lt_cv_deplibs_check_method=pass_all
6360 lt_cv_file_magic_cmd='/bin/file'
6361 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6364 lt_cv_file_magic_cmd='/bin/file'
6365 lt_cv_deplibs_check_method="file_magic ELF
[0-9][0-9]*-bit [LM
]SB dynamic lib
"
6366 lt_cv_file_magic_test_file=/lib/libc.so
6369 lt_cv_deplibs_check_method=pass_all
6372 lt_cv_deplibs_check_method=pass_all
6378 lt_cv_deplibs_check_method=pass_all
6383 echo "$as_me:$LINENO: result
: $lt_cv_deplibs_check_method" >&5
6384 echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
6385 file_magic_cmd=$lt_cv_file_magic_cmd
6386 deplibs_check_method=$lt_cv_deplibs_check_method
6387 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6400 if test -n "$ac_tool_prefix"; then
6401 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6402 set dummy ${ac_tool_prefix}ar; ac_word=$2
6403 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6404 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6405 if test "${ac_cv_prog_AR+set}" = set; then
6406 echo $ECHO_N "(cached
) $ECHO_C" >&6
6408 if test -n "$AR"; then
6409 ac_cv_prog_AR="$AR" # Let the user override the test.
6411 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6415 test -z "$as_dir" && as_dir=.
6416 for ac_exec_ext in '' $ac_executable_extensions; do
6417 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6418 ac_cv_prog_AR="${ac_tool_prefix}ar"
6419 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6428 if test -n "$AR"; then
6429 echo "$as_me:$LINENO: result
: $AR" >&5
6430 echo "${ECHO_T}$AR" >&6
6432 echo "$as_me:$LINENO: result
: no
" >&5
6433 echo "${ECHO_T}no
" >&6
6437 if test -z "$ac_cv_prog_AR"; then
6439 # Extract the first word of "ar", so it can be a program name with args.
6440 set dummy ar; ac_word=$2
6441 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6442 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6443 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
6444 echo $ECHO_N "(cached
) $ECHO_C" >&6
6446 if test -n "$ac_ct_AR"; then
6447 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6449 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6453 test -z "$as_dir" && as_dir=.
6454 for ac_exec_ext in '' $ac_executable_extensions; do
6455 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6456 ac_cv_prog_ac_ct_AR="ar"
6457 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6463 test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="false
"
6466 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6467 if test -n "$ac_ct_AR"; then
6468 echo "$as_me:$LINENO: result
: $ac_ct_AR" >&5
6469 echo "${ECHO_T}$ac_ct_AR" >&6
6471 echo "$as_me:$LINENO: result
: no
" >&5
6472 echo "${ECHO_T}no
" >&6
6480 test -z "$AR" && AR=ar
6481 test -z "$AR_FLAGS" && AR_FLAGS=cru
6493 if test -n "$ac_tool_prefix"; then
6494 # Extract the first word of "${ac_tool_prefix}strip
", so it can be a program name with args.
6495 set dummy ${ac_tool_prefix}strip; ac_word=$2
6496 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6497 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6498 if test "${ac_cv_prog_STRIP+set}" = set; then
6499 echo $ECHO_N "(cached
) $ECHO_C" >&6
6501 if test -n "$STRIP"; then
6502 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6504 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6508 test -z "$as_dir" && as_dir=.
6509 for ac_exec_ext in '' $ac_executable_extensions; do
6510 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6511 ac_cv_prog_STRIP="${ac_tool_prefix}strip
"
6512 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6520 STRIP=$ac_cv_prog_STRIP
6521 if test -n "$STRIP"; then
6522 echo "$as_me:$LINENO: result
: $STRIP" >&5
6523 echo "${ECHO_T}$STRIP" >&6
6525 echo "$as_me:$LINENO: result
: no
" >&5
6526 echo "${ECHO_T}no
" >&6
6530 if test -z "$ac_cv_prog_STRIP"; then
6532 # Extract the first word of "strip
", so it can be a program name with args.
6533 set dummy strip; ac_word=$2
6534 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6535 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6536 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
6537 echo $ECHO_N "(cached
) $ECHO_C" >&6
6539 if test -n "$ac_ct_STRIP"; then
6540 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6542 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6546 test -z "$as_dir" && as_dir=.
6547 for ac_exec_ext in '' $ac_executable_extensions; do
6548 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6549 ac_cv_prog_ac_ct_STRIP="strip
"
6550 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6556 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
6559 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6560 if test -n "$ac_ct_STRIP"; then
6561 echo "$as_me:$LINENO: result
: $ac_ct_STRIP" >&5
6562 echo "${ECHO_T}$ac_ct_STRIP" >&6
6564 echo "$as_me:$LINENO: result
: no
" >&5
6565 echo "${ECHO_T}no
" >&6
6570 STRIP="$ac_cv_prog_STRIP"
6573 test -z "$STRIP" && STRIP=:
6580 if test -n "$ac_tool_prefix"; then
6581 # Extract the first word of "${ac_tool_prefix}ranlib
", so it can be a program name with args.
6582 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6583 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6584 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6585 if test "${ac_cv_prog_RANLIB+set}" = set; then
6586 echo $ECHO_N "(cached
) $ECHO_C" >&6
6588 if test -n "$RANLIB"; then
6589 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6591 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6595 test -z "$as_dir" && as_dir=.
6596 for ac_exec_ext in '' $ac_executable_extensions; do
6597 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6598 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib
"
6599 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6607 RANLIB=$ac_cv_prog_RANLIB
6608 if test -n "$RANLIB"; then
6609 echo "$as_me:$LINENO: result
: $RANLIB" >&5
6610 echo "${ECHO_T}$RANLIB" >&6
6612 echo "$as_me:$LINENO: result
: no
" >&5
6613 echo "${ECHO_T}no
" >&6
6617 if test -z "$ac_cv_prog_RANLIB"; then
6618 ac_ct_RANLIB=$RANLIB
6619 # Extract the first word of "ranlib
", so it can be a program name with args.
6620 set dummy ranlib; ac_word=$2
6621 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6622 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6623 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6624 echo $ECHO_N "(cached
) $ECHO_C" >&6
6626 if test -n "$ac_ct_RANLIB"; then
6627 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6629 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6633 test -z "$as_dir" && as_dir=.
6634 for ac_exec_ext in '' $ac_executable_extensions; do
6635 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6636 ac_cv_prog_ac_ct_RANLIB="ranlib
"
6637 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6643 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
6646 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6647 if test -n "$ac_ct_RANLIB"; then
6648 echo "$as_me:$LINENO: result
: $ac_ct_RANLIB" >&5
6649 echo "${ECHO_T}$ac_ct_RANLIB" >&6
6651 echo "$as_me:$LINENO: result
: no
" >&5
6652 echo "${ECHO_T}no
" >&6
6655 RANLIB=$ac_ct_RANLIB
6657 RANLIB="$ac_cv_prog_RANLIB"
6660 test -z "$RANLIB" && RANLIB=:
6667 # Determine commands to create old-style static archives.
6668 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs$old_deplibs'
6669 old_postinstall_cmds='chmod 644 $oldlib'
6670 old_postuninstall_cmds=
6672 if test -n "$RANLIB"; then
6675 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB -t \
$oldlib"
6678 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB \
$oldlib"
6681 old_archive_cmds="$old_archive_cmds~\
$RANLIB \
$oldlib"
6717 # If no C compiler was specified, use CC.
6720 # If no C compiler flags were specified, use CFLAGS.
6721 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6723 # Allow CC to be a program name with arguments.
6727 # Check for command to grab the raw symbol name followed by C symbol from nm.
6728 echo "$as_me:$LINENO: checking
command to parse
$NM output from
$compiler object
" >&5
6729 echo $ECHO_N "checking
command to parse
$NM output from
$compiler object...
$ECHO_C" >&6
6730 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
6731 echo $ECHO_N "(cached
) $ECHO_C" >&6
6734 # These are sane defaults that work on at least a few old systems.
6735 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6737 # Character class describing NM global symbol codes.
6738 symcode='[BCDEGRST]'
6740 # Regexp to match symbols that can be accessed directly from C.
6741 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6743 # Define system-specific variables.
6748 cygwin* | mingw* | pw32*)
6749 symcode='[ABCDGISTW]'
6752 if test "$host_cpu" = ia64; then
6753 symcode='[ABCDEGRST]'
6757 symcode='[BCDEGRST]'
6760 symcode='[BCDEGQRST]'
6771 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6779 # If we're using GNU nm, then use its standard symbol codes.
6780 case `$NM -V 2>&1` in
6781 *GNU* | *'with BFD'*)
6782 symcode='[ABCDGIRSTW]' ;;
6785 # Transform an extracted symbol line into a proper C declaration.
6786 # Some systems (esp. on ia64) link data and code symbols differently,
6787 # so use this general approach.
6788 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6790 # Transform an extracted symbol line into symbol name and symbol address
6791 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6793 # Handle CRLF in mingw tool chain
6797 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6801 # Try without a prefix underscore, then with it.
6802 for ac_symprfx in "" "_
"; do
6804 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6805 symxfrm="\\1 $ac_symprfx\\2 \\2"
6807 # Write the raw and C identifiers.
6808 if test "$lt_cv_nm_interface" = "MS dumpbin
"; then
6809 # Fake it for dumpbin and say T for any non-static function
6810 # and D for any global variable.
6811 # Also find C++ and __fastcall symbols from MSVC++,
6812 # which start with @ or ?.
6813 lt_cv_sys_global_symbol_pipe="$AWK '"\
6814 " {last_section=section; section=\$ 3};"\
6815 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6816 " \$ 0!~/External *\|/{next};"\
6817 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6818 " {if(hide[section]) next};"\
6819 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6820 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6821 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6822 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6823 " ' prfx
=^
$ac_symprfx"
6825 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6828 # Check to see that the pipe works correctly.
6832 cat > conftest.$ac_ext <<_LT_EOF
6837 void nm_test_func(void);
6838 void nm_test_func(void){}
6842 int main(){nm_test_var='a';nm_test_func();return(0);}
6845 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6846 (eval $ac_compile) 2>&5
6848 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
6849 (exit $ac_status); }; then
6850 # Now try to grab the symbols.
6852 if { (eval echo "$as_me:$LINENO: \"$NM conftest.
$ac_objext \|
$lt_cv_sys_global_symbol_pipe \
> $nlist\"") >&5
6853 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
6855 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
6856 (exit $ac_status); } && test -s "$nlist"; then
6857 # Try sorting and uniquifying the output.
6858 if sort "$nlist" | uniq > "$nlist"T; then
6859 mv -f "$nlist"T "$nlist"
6864 # Make sure that we snagged all the symbols we need.
6865 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6866 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6867 cat <<_LT_EOF > conftest.$ac_ext
6873 # Now generate the symbol file.
6874 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6876 cat <<_LT_EOF >> conftest.$ac_ext
6878 /* The mapping between symbol names and symbols. */
6883 lt__PROGRAM__LTX_preloaded_symbols[] =
6885 { "@PROGRAM@
", (void *) 0 },
6887 $SED "s
/^
$symcode$symcode* \
(.
*\
) \
(.
*\
)$
/ {\"\
2\", (void
*) \
&\
2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6888 cat <<\_LT_EOF >> conftest.$ac_ext
6892 /* This works around a problem in FreeBSD linker */
6893 #ifdef FREEBSD_WORKAROUND
6894 static const void *lt_preloaded_setup() {
6895 return lt__PROGRAM__LTX_preloaded_symbols;
6903 # Now try linking the two files.
6904 mv conftest.$ac_objext conftstm.$ac_objext
6905 lt_save_LIBS="$LIBS"
6906 lt_save_CFLAGS="$CFLAGS"
6907 LIBS="conftstm.
$ac_objext"
6908 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6909 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6910 (eval $ac_link) 2>&5
6912 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
6913 (exit $ac_status); } && test -s conftest${ac_exeext}; then
6916 LIBS="$lt_save_LIBS"
6917 CFLAGS="$lt_save_CFLAGS"
6919 echo "cannot
find nm_test_func
in $nlist" >&5
6922 echo "cannot
find nm_test_var
in $nlist" >&5
6925 echo "cannot run
$lt_cv_sys_global_symbol_pipe" >&5
6928 echo "$progname: failed program was
:" >&5
6929 cat conftest.$ac_ext >&5
6931 rm -f conftest* conftst*
6933 # Do not use the global_symbol_pipe unless it works.
6934 if test "$pipe_works" = yes; then
6937 lt_cv_sys_global_symbol_pipe=
6943 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6944 lt_cv_sys_global_symbol_to_cdecl=
6946 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6947 echo "$as_me:$LINENO: result
: failed
" >&5
6948 echo "${ECHO_T}failed
" >&6
6950 echo "$as_me:$LINENO: result
: ok
" >&5
6951 echo "${ECHO_T}ok
" >&6
6971 # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
6972 if test "${enable_libtool_lock+set}" = set; then
6973 enableval="$enable_libtool_lock"
6976 test "x
$enable_libtool_lock" != xno && enable_libtool_lock=yes
6978 # Some flags need to be propagated to the compiler or linker for good
6982 # Find out which ABI we are using.
6983 echo 'int i;' > conftest.$ac_ext
6984 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6985 (eval $ac_compile) 2>&5
6987 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
6988 (exit $ac_status); }; then
6989 case `/usr/bin/file conftest.$ac_objext` in
7001 # Find out which ABI we are using.
7002 echo '#line 7002 "configure
"' > conftest.$ac_ext
7003 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7004 (eval $ac_compile) 2>&5
7006 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
7007 (exit $ac_status); }; then
7008 if test "$lt_cv_prog_gnu_ld" = yes; then
7009 case `/usr/bin/file conftest.$ac_objext` in
7011 LD="${LD-ld} -melf32bsmip"
7014 LD="${LD-ld} -melf32bmipn32"
7017 LD="${LD-ld} -melf64bmip"
7021 case `/usr/bin/file conftest.$ac_objext` in
7037 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
7038 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7039 # Find out which ABI we are using.
7040 echo 'int i;' > conftest.$ac_ext
7041 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7042 (eval $ac_compile) 2>&5
7044 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
7045 (exit $ac_status); }; then
7046 case `/usr/bin/file conftest.o` in
7049 x86_64-*kfreebsd*-gnu)
7050 LD="${LD-ld} -m elf_i386_fbsd
"
7053 LD="${LD-ld} -m elf_i386
"
7055 ppc64-*linux*|powerpc64-*linux*)
7056 LD="${LD-ld} -m elf32ppclinux
"
7059 LD="${LD-ld} -m elf_s390
"
7062 LD="${LD-ld} -m elf32_sparc
"
7068 x86_64-*kfreebsd*-gnu)
7069 LD="${LD-ld} -m elf_x86_64_fbsd
"
7072 LD="${LD-ld} -m elf_x86_64
"
7074 ppc*-*linux*|powerpc*-*linux*)
7075 LD="${LD-ld} -m elf64ppc
"
7077 s390*-*linux*|s390*-*tpf*)
7078 LD="${LD-ld} -m elf64_s390
"
7081 LD="${LD-ld} -m elf64_sparc
"
7091 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7092 SAVE_CFLAGS="$CFLAGS"
7093 CFLAGS="$CFLAGS -belf"
7094 echo "$as_me:$LINENO: checking whether the C compiler needs
-belf" >&5
7095 echo $ECHO_N "checking whether the C compiler needs
-belf...
$ECHO_C" >&6
7096 if test "${lt_cv_cc_needs_belf+set}" = set; then
7097 echo $ECHO_N "(cached
) $ECHO_C" >&6
7100 ac_cpp='$CPP $CPPFLAGS'
7101 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7102 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7103 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7105 if test x$gcc_no_link = xyes; then
7106 { { echo "$as_me:$LINENO: error
: Link tests are not allowed after GCC_NO_EXECUTABLES.
" >&5
7107 echo "$as_me: error
: Link tests are not allowed after GCC_NO_EXECUTABLES.
" >&2;}
7108 { (exit 1); exit 1; }; }
7110 cat >conftest.$ac_ext <<_ACEOF
7113 cat confdefs.h >>conftest.$ac_ext
7114 cat >>conftest.$ac_ext <<_ACEOF
7115 /* end confdefs.h. */
7125 rm -f conftest.$ac_objext conftest$ac_exeext
7126 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7127 (eval $ac_link) 2>conftest.er1
7129 grep -v '^ *+' conftest.er1 >conftest.err
7131 cat conftest.err >&5
7132 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
7133 (exit $ac_status); } &&
7134 { ac_try='test -z "$ac_c_werror_flag"
7135 || test ! -s conftest.err'
7136 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7139 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
7140 (exit $ac_status); }; } &&
7141 { ac_try='test -s conftest$ac_exeext'
7142 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7145 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
7146 (exit $ac_status); }; }; then
7147 lt_cv_cc_needs_belf=yes
7149 echo "$as_me: failed program was
:" >&5
7150 sed 's/^/| /' conftest.$ac_ext >&5
7152 lt_cv_cc_needs_belf=no
7154 rm -f conftest.err conftest.$ac_objext \
7155 conftest$ac_exeext conftest.$ac_ext
7157 ac_cpp='$CPP $CPPFLAGS'
7158 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7159 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7160 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7163 echo "$as_me:$LINENO: result
: $lt_cv_cc_needs_belf" >&5
7164 echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
7165 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7166 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7167 CFLAGS="$SAVE_CFLAGS"
7171 # Find out which ABI we are using.
7172 echo 'int i;' > conftest.$ac_ext
7173 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7174 (eval $ac_compile) 2>&5
7176 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
7177 (exit $ac_status); }; then
7178 case `/usr/bin/file conftest.o` in
7180 case $lt_cv_prog_gnu_ld in
7181 yes*) LD="${LD-ld} -m elf64_sparc
" ;;
7182 *) LD="${LD-ld} -64" ;;
7191 need_locks="$enable_libtool_lock"
7194 ac_cpp='$CPP $CPPFLAGS'
7195 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7196 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7197 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7198 echo "$as_me:$LINENO: checking how to run the C preprocessor
" >&5
7199 echo $ECHO_N "checking how to run the C preprocessor...
$ECHO_C" >&6
7200 # On Suns, sometimes $CPP names a directory.
7201 if test -n "$CPP" && test -d "$CPP"; then
7204 if test -z "$CPP"; then
7205 if test "${ac_cv_prog_CPP+set}" = set; then
7206 echo $ECHO_N "(cached
) $ECHO_C" >&6
7208 # Double quotes because CPP needs to be expanded
7209 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib
/cpp
"
7212 for ac_c_preproc_warn_flag in '' yes
7214 # Use a header file that comes with gcc, so configuring glibc
7215 # with a fresh cross-compiler works.
7216 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7217 # <limits.h> exists even on freestanding compilers.
7218 # On the NeXT, cc -E runs the code through the compiler's parser,
7219 # not just through cpp. "Syntax error
" is here to catch this case.
7220 cat >conftest.$ac_ext <<_ACEOF
7223 cat confdefs.h >>conftest.$ac_ext
7224 cat >>conftest.$ac_ext <<_ACEOF
7225 /* end confdefs.h. */
7227 # include <limits.h>
7229 # include <assert.h>
7233 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.
$ac_ext\"") >&5
7234 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7236 grep -v '^ *+' conftest.er1 >conftest.err
7238 cat conftest.err >&5
7239 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
7240 (exit $ac_status); } >/dev/null; then
7241 if test -s conftest.err; then
7242 ac_cpp_err=$ac_c_preproc_warn_flag
7243 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
7250 if test -z "$ac_cpp_err"; then
7253 echo "$as_me: failed program was
:" >&5
7254 sed 's/^/| /' conftest.$ac_ext >&5
7256 # Broken: fails on valid input.
7259 rm -f conftest.err conftest.$ac_ext
7261 # OK, works on sane cases. Now check whether non-existent headers
7262 # can be detected and how.
7263 cat >conftest.$ac_ext <<_ACEOF
7266 cat confdefs.h >>conftest.$ac_ext
7267 cat >>conftest.$ac_ext <<_ACEOF
7268 /* end confdefs.h. */
7269 #include <ac_nonexistent.h>
7271 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.
$ac_ext\"") >&5
7272 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7274 grep -v '^ *+' conftest.er1 >conftest.err
7276 cat conftest.err >&5
7277 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
7278 (exit $ac_status); } >/dev/null; then
7279 if test -s conftest.err; then
7280 ac_cpp_err=$ac_c_preproc_warn_flag
7281 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
7288 if test -z "$ac_cpp_err"; then
7289 # Broken: success on invalid input.
7292 echo "$as_me: failed program was
:" >&5
7293 sed 's/^/| /' conftest.$ac_ext >&5
7295 # Passes both tests.
7299 rm -f conftest.err conftest.$ac_ext
7302 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7303 rm -f conftest.err conftest.$ac_ext
7304 if $ac_preproc_ok; then
7316 echo "$as_me:$LINENO: result
: $CPP" >&5
7317 echo "${ECHO_T}$CPP" >&6
7319 for ac_c_preproc_warn_flag in '' yes
7321 # Use a header file that comes with gcc, so configuring glibc
7322 # with a fresh cross-compiler works.
7323 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7324 # <limits.h> exists even on freestanding compilers.
7325 # On the NeXT, cc -E runs the code through the compiler's parser,
7326 # not just through cpp. "Syntax error
" is here to catch this case.
7327 cat >conftest.$ac_ext <<_ACEOF
7330 cat confdefs.h >>conftest.$ac_ext
7331 cat >>conftest.$ac_ext <<_ACEOF
7332 /* end confdefs.h. */
7334 # include <limits.h>
7336 # include <assert.h>
7340 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.
$ac_ext\"") >&5
7341 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7343 grep -v '^ *+' conftest.er1 >conftest.err
7345 cat conftest.err >&5
7346 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
7347 (exit $ac_status); } >/dev/null; then
7348 if test -s conftest.err; then
7349 ac_cpp_err=$ac_c_preproc_warn_flag
7350 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
7357 if test -z "$ac_cpp_err"; then
7360 echo "$as_me: failed program was
:" >&5
7361 sed 's/^/| /' conftest.$ac_ext >&5
7363 # Broken: fails on valid input.
7366 rm -f conftest.err conftest.$ac_ext
7368 # OK, works on sane cases. Now check whether non-existent headers
7369 # can be detected and how.
7370 cat >conftest.$ac_ext <<_ACEOF
7373 cat confdefs.h >>conftest.$ac_ext
7374 cat >>conftest.$ac_ext <<_ACEOF
7375 /* end confdefs.h. */
7376 #include <ac_nonexistent.h>
7378 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.
$ac_ext\"") >&5
7379 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7381 grep -v '^ *+' conftest.er1 >conftest.err
7383 cat conftest.err >&5
7384 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
7385 (exit $ac_status); } >/dev/null; then
7386 if test -s conftest.err; then
7387 ac_cpp_err=$ac_c_preproc_warn_flag
7388 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
7395 if test -z "$ac_cpp_err"; then
7396 # Broken: success on invalid input.
7399 echo "$as_me: failed program was
:" >&5
7400 sed 's/^/| /' conftest.$ac_ext >&5
7402 # Passes both tests.
7406 rm -f conftest.err conftest.$ac_ext
7409 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7410 rm -f conftest.err conftest.$ac_ext
7411 if $ac_preproc_ok; then
7414 { { echo "$as_me:$LINENO: error
: C preprocessor
\"$CPP\" fails sanity check
7415 See \
`config.log' for more details." >&5
7416 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
7417 See \`config.log
' for more details." >&2;}
7418 { (exit 1); exit 1; }; }
7422 ac_cpp='$CPP $CPPFLAGS'
7423 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
7424 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
7425 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7428 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7429 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
7430 if test "${ac_cv_header_stdc+set}" = set; then
7431 echo $ECHO_N "(cached) $ECHO_C" >&6
7433 cat >conftest.$ac_ext <<_ACEOF
7436 cat confdefs.h >>conftest.$ac_ext
7437 cat >>conftest.$ac_ext <<_ACEOF
7438 /* end confdefs.h. */
7452 rm -f conftest.$ac_objext
7453 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7454 (eval $ac_compile) 2>conftest.er1
7456 grep -v '^
*+' conftest.er1 >conftest.err
7458 cat conftest.err >&5
7459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7460 (exit $ac_status); } &&
7461 { ac_try='test -z "$ac_c_werror_flag"
7462 ||
test ! -s conftest.err
'
7463 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7467 (exit $ac_status); }; } &&
7468 { ac_try='test -s conftest.
$ac_objext'
7469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7473 (exit $ac_status); }; }; then
7474 ac_cv_header_stdc=yes
7476 echo "$as_me: failed program was:" >&5
7477 sed 's
/^
/|
/' conftest.$ac_ext >&5
7479 ac_cv_header_stdc=no
7481 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7483 if test $ac_cv_header_stdc = yes; then
7484 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7485 cat >conftest.$ac_ext <<_ACEOF
7488 cat confdefs.h >>conftest.$ac_ext
7489 cat >>conftest.$ac_ext <<_ACEOF
7490 /* end confdefs.h. */
7494 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7495 $EGREP "memchr" >/dev/null 2>&1; then
7498 ac_cv_header_stdc=no
7504 if test $ac_cv_header_stdc = yes; then
7505 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7506 cat >conftest.$ac_ext <<_ACEOF
7509 cat confdefs.h >>conftest.$ac_ext
7510 cat >>conftest.$ac_ext <<_ACEOF
7511 /* end confdefs.h. */
7515 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7516 $EGREP "free" >/dev/null 2>&1; then
7519 ac_cv_header_stdc=no
7525 if test $ac_cv_header_stdc = yes; then
7526 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7527 if test "$cross_compiling" = yes; then
7530 cat >conftest.$ac_ext <<_ACEOF
7533 cat confdefs.h >>conftest.$ac_ext
7534 cat >>conftest.$ac_ext <<_ACEOF
7535 /* end confdefs.h. */
7537 #if ((' ' & 0x0FF) == 0x020)
7538 # define ISLOWER(c) ('a
' <= (c) && (c) <= 'z
')
7539 # define TOUPPER(c) (ISLOWER(c) ? 'A
' + ((c) - 'a
') : (c))
7541 # define ISLOWER(c) \
7542 (('a
' <= (c) && (c) <= 'i
') \
7543 || ('j
' <= (c) && (c) <= 'r
') \
7544 || ('s
' <= (c) && (c) <= 'z
'))
7545 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7548 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7553 for (i = 0; i < 256; i++)
7554 if (XOR (islower (i), ISLOWER (i))
7555 || toupper (i) != TOUPPER (i))
7560 rm -f conftest$ac_exeext
7561 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7562 (eval $ac_link) 2>&5
7564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7565 (exit $ac_status); } && { ac_try='.
/conftest
$ac_exeext'
7566 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7570 (exit $ac_status); }; }; then
7573 echo "$as_me: program exited with status $ac_status" >&5
7574 echo "$as_me: failed program was:" >&5
7575 sed 's
/^
/|
/' conftest.$ac_ext >&5
7578 ac_cv_header_stdc=no
7580 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7584 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7585 echo "${ECHO_T}$ac_cv_header_stdc" >&6
7586 if test $ac_cv_header_stdc = yes; then
7588 cat >>confdefs.h <<\_ACEOF
7589 #define STDC_HEADERS 1
7594 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7604 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7605 inttypes.h stdint.h unistd.h
7607 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7608 echo "$as_me:$LINENO: checking for $ac_header" >&5
7609 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7610 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7611 echo $ECHO_N "(cached) $ECHO_C" >&6
7613 cat >conftest.$ac_ext <<_ACEOF
7616 cat confdefs.h >>conftest.$ac_ext
7617 cat >>conftest.$ac_ext <<_ACEOF
7618 /* end confdefs.h. */
7619 $ac_includes_default
7621 #include <$ac_header>
7623 rm -f conftest.$ac_objext
7624 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7625 (eval $ac_compile) 2>conftest.er1
7627 grep -v '^
*+' conftest.er1 >conftest.err
7629 cat conftest.err >&5
7630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7631 (exit $ac_status); } &&
7632 { ac_try='test -z "$ac_c_werror_flag"
7633 ||
test ! -s conftest.err
'
7634 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7638 (exit $ac_status); }; } &&
7639 { ac_try='test -s conftest.
$ac_objext'
7640 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7644 (exit $ac_status); }; }; then
7645 eval "$as_ac_Header=yes"
7647 echo "$as_me: failed program was:" >&5
7648 sed 's
/^
/|
/' conftest.$ac_ext >&5
7650 eval "$as_ac_Header=no"
7652 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7654 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7655 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7656 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7657 cat >>confdefs.h <<_ACEOF
7658 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7667 for ac_header in dlfcn.h
7669 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7670 echo "$as_me:$LINENO: checking for $ac_header" >&5
7671 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7672 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7673 echo $ECHO_N "(cached) $ECHO_C" >&6
7675 cat >conftest.$ac_ext <<_ACEOF
7678 cat confdefs.h >>conftest.$ac_ext
7679 cat >>conftest.$ac_ext <<_ACEOF
7680 /* end confdefs.h. */
7681 $ac_includes_default
7683 #include <$ac_header>
7685 rm -f conftest.$ac_objext
7686 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7687 (eval $ac_compile) 2>conftest.er1
7689 grep -v '^
*+' conftest.er1 >conftest.err
7691 cat conftest.err >&5
7692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7693 (exit $ac_status); } &&
7694 { ac_try='test -z "$ac_c_werror_flag"
7695 ||
test ! -s conftest.err
'
7696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7700 (exit $ac_status); }; } &&
7701 { ac_try='test -s conftest.
$ac_objext'
7702 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7706 (exit $ac_status); }; }; then
7707 eval "$as_ac_Header=yes"
7709 echo "$as_me: failed program was:" >&5
7710 sed 's
/^
/|
/' conftest.$ac_ext >&5
7712 eval "$as_ac_Header=no"
7714 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7716 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7717 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7718 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7719 cat >>confdefs.h <<_ACEOF
7720 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7730 ac_cpp='$CXXCPP $CPPFLAGS'
7731 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
7732 ac_link='$CXX -o conftest
$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
7733 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
7734 if test -n "$ac_tool_prefix"; then
7735 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
7737 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
7738 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
7739 echo "$as_me:$LINENO: checking for $ac_word" >&5
7740 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7741 if test "${ac_cv_prog_CXX+set}" = set; then
7742 echo $ECHO_N "(cached) $ECHO_C" >&6
7744 if test -n "$CXX"; then
7745 ac_cv_prog_CXX="$CXX" # Let the user override the test.
7747 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7751 test -z "$as_dir" && as_dir=.
7752 for ac_exec_ext in '' $ac_executable_extensions; do
7753 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7754 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
7755 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7764 if test -n "$CXX"; then
7765 echo "$as_me:$LINENO: result: $CXX" >&5
7766 echo "${ECHO_T}$CXX" >&6
7768 echo "$as_me:$LINENO: result: no" >&5
7769 echo "${ECHO_T}no" >&6
7772 test -n "$CXX" && break
7775 if test -z "$CXX"; then
7777 for ac_prog in $CCC g++ c++ gpp aCC CC cxx cc++ cl FCC KCC RCC xlC_r xlC
7779 # Extract the first word of "$ac_prog", so it can be a program name with args.
7780 set dummy $ac_prog; ac_word=$2
7781 echo "$as_me:$LINENO: checking for $ac_word" >&5
7782 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
7783 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
7784 echo $ECHO_N "(cached) $ECHO_C" >&6
7786 if test -n "$ac_ct_CXX"; then
7787 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
7789 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7793 test -z "$as_dir" && as_dir=.
7794 for ac_exec_ext in '' $ac_executable_extensions; do
7795 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7796 ac_cv_prog_ac_ct_CXX="$ac_prog"
7797 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7805 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
7806 if test -n "$ac_ct_CXX"; then
7807 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
7808 echo "${ECHO_T}$ac_ct_CXX" >&6
7810 echo "$as_me:$LINENO: result: no" >&5
7811 echo "${ECHO_T}no" >&6
7814 test -n "$ac_ct_CXX" && break
7816 test -n "$ac_ct_CXX" || ac_ct_CXX="g++"
7822 # Provide some information about the compiler.
7823 echo "$as_me:$LINENO:" \
7824 "checking for C++ compiler version" >&5
7825 ac_compiler=`set X $ac_compile; echo $2`
7826 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
7827 (eval $ac_compiler --version </dev/null >&5) 2>&5
7829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7830 (exit $ac_status); }
7831 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
7832 (eval $ac_compiler -v </dev/null >&5) 2>&5
7834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7835 (exit $ac_status); }
7836 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
7837 (eval $ac_compiler -V </dev/null >&5) 2>&5
7839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7840 (exit $ac_status); }
7842 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
7843 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
7844 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
7845 echo $ECHO_N "(cached) $ECHO_C" >&6
7847 cat >conftest.$ac_ext <<_ACEOF
7850 cat confdefs.h >>conftest.$ac_ext
7851 cat >>conftest.$ac_ext <<_ACEOF
7852 /* end confdefs.h. */
7865 rm -f conftest.$ac_objext
7866 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7867 (eval $ac_compile) 2>conftest.er1
7869 grep -v '^
*+' conftest.er1 >conftest.err
7871 cat conftest.err >&5
7872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7873 (exit $ac_status); } &&
7874 { ac_try='test -z "$ac_cxx_werror_flag"
7875 ||
test ! -s conftest.err
'
7876 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7880 (exit $ac_status); }; } &&
7881 { ac_try='test -s conftest.
$ac_objext'
7882 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7886 (exit $ac_status); }; }; then
7889 echo "$as_me: failed program was:" >&5
7890 sed 's
/^
/|
/' conftest.$ac_ext >&5
7894 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7895 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
7898 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
7899 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
7900 GXX=`test $ac_compiler_gnu = yes && echo yes`
7901 ac_test_CXXFLAGS=${CXXFLAGS+set}
7902 ac_save_CXXFLAGS=$CXXFLAGS
7904 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
7905 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
7906 if test "${ac_cv_prog_cxx_g+set}" = set; then
7907 echo $ECHO_N "(cached) $ECHO_C" >&6
7909 cat >conftest.$ac_ext <<_ACEOF
7912 cat confdefs.h >>conftest.$ac_ext
7913 cat >>conftest.$ac_ext <<_ACEOF
7914 /* end confdefs.h. */
7924 rm -f conftest.$ac_objext
7925 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7926 (eval $ac_compile) 2>conftest.er1
7928 grep -v '^
*+' conftest.er1 >conftest.err
7930 cat conftest.err >&5
7931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7932 (exit $ac_status); } &&
7933 { ac_try='test -z "$ac_cxx_werror_flag"
7934 ||
test ! -s conftest.err
'
7935 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7939 (exit $ac_status); }; } &&
7940 { ac_try='test -s conftest.
$ac_objext'
7941 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7945 (exit $ac_status); }; }; then
7946 ac_cv_prog_cxx_g=yes
7948 echo "$as_me: failed program was:" >&5
7949 sed 's
/^
/|
/' conftest.$ac_ext >&5
7953 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7955 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
7956 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
7957 if test "$ac_test_CXXFLAGS" = set; then
7958 CXXFLAGS=$ac_save_CXXFLAGS
7959 elif test $ac_cv_prog_cxx_g = yes; then
7960 if test "$GXX" = yes; then
7966 if test "$GXX" = yes; then
7972 for ac_declaration in \
7974 'extern
"C" void std
::exit (int
) throw
(); using std
::exit;' \
7975 'extern
"C" void std
::exit (int
); using std
::exit;' \
7976 'extern
"C" void
exit (int
) throw
();' \
7977 'extern
"C" void
exit (int
);' \
7980 cat >conftest.$ac_ext <<_ACEOF
7983 cat confdefs.h >>conftest.$ac_ext
7984 cat >>conftest.$ac_ext <<_ACEOF
7985 /* end confdefs.h. */
7996 rm -f conftest.$ac_objext
7997 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7998 (eval $ac_compile) 2>conftest.er1
8000 grep -v '^
*+' conftest.er1 >conftest.err
8002 cat conftest.err >&5
8003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8004 (exit $ac_status); } &&
8005 { ac_try='test -z "$ac_cxx_werror_flag"
8006 ||
test ! -s conftest.err
'
8007 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8011 (exit $ac_status); }; } &&
8012 { ac_try='test -s conftest.
$ac_objext'
8013 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8017 (exit $ac_status); }; }; then
8020 echo "$as_me: failed program was:" >&5
8021 sed 's
/^
/|
/' conftest.$ac_ext >&5
8025 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8026 cat >conftest.$ac_ext <<_ACEOF
8029 cat confdefs.h >>conftest.$ac_ext
8030 cat >>conftest.$ac_ext <<_ACEOF
8031 /* end confdefs.h. */
8041 rm -f conftest.$ac_objext
8042 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8043 (eval $ac_compile) 2>conftest.er1
8045 grep -v '^
*+' conftest.er1 >conftest.err
8047 cat conftest.err >&5
8048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8049 (exit $ac_status); } &&
8050 { ac_try='test -z "$ac_cxx_werror_flag"
8051 ||
test ! -s conftest.err
'
8052 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8056 (exit $ac_status); }; } &&
8057 { ac_try='test -s conftest.
$ac_objext'
8058 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8062 (exit $ac_status); }; }; then
8065 echo "$as_me: failed program was:" >&5
8066 sed 's
/^
/|
/' conftest.$ac_ext >&5
8069 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8072 if test -n "$ac_declaration"; then
8073 echo '#ifdef __cplusplus' >>confdefs.h
8074 echo $ac_declaration >>confdefs.h
8075 echo '#endif' >>confdefs.h
8079 ac_cpp
='$CPP $CPPFLAGS'
8080 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8081 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8082 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
8084 if test -n "$CXX" && ( test "X$CXX" != "Xno" &&
8085 ( (test "X$CXX" = "Xg++" && `g++ -v >/dev/null 2>&1` ) ||
8086 (test "X$CXX" != "Xg++"))) ; then
8088 ac_cpp
='$CXXCPP $CPPFLAGS'
8089 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8090 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8091 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
8092 echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
8093 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
8094 if test -z "$CXXCPP"; then
8095 if test "${ac_cv_prog_CXXCPP+set}" = set; then
8096 echo $ECHO_N "(cached) $ECHO_C" >&6
8098 # Double quotes because CXXCPP needs to be expanded
8099 for CXXCPP
in "$CXX -E" "/lib/cpp"
8102 for ac_cxx_preproc_warn_flag
in '' yes
8104 # Use a header file that comes with gcc, so configuring glibc
8105 # with a fresh cross-compiler works.
8106 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8107 # <limits.h> exists even on freestanding compilers.
8108 # On the NeXT, cc -E runs the code through the compiler's parser,
8109 # not just through cpp. "Syntax error" is here to catch this case.
8110 cat >conftest.
$ac_ext <<_ACEOF
8113 cat confdefs.h
>>conftest.
$ac_ext
8114 cat >>conftest.
$ac_ext <<_ACEOF
8115 /* end confdefs.h. */
8117 # include <limits.h>
8119 # include <assert.h>
8123 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8124 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
8126 grep -v '^ *+' conftest.er1
>conftest.err
8128 cat conftest.err
>&5
8129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8130 (exit $ac_status); } >/dev
/null
; then
8131 if test -s conftest.err
; then
8132 ac_cpp_err
=$ac_cxx_preproc_warn_flag
8133 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
8140 if test -z "$ac_cpp_err"; then
8143 echo "$as_me: failed program was:" >&5
8144 sed 's/^/| /' conftest.
$ac_ext >&5
8146 # Broken: fails on valid input.
8149 rm -f conftest.err conftest.
$ac_ext
8151 # OK, works on sane cases. Now check whether non-existent headers
8152 # can be detected and how.
8153 cat >conftest.
$ac_ext <<_ACEOF
8156 cat confdefs.h
>>conftest.
$ac_ext
8157 cat >>conftest.
$ac_ext <<_ACEOF
8158 /* end confdefs.h. */
8159 #include <ac_nonexistent.h>
8161 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8162 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
8164 grep -v '^ *+' conftest.er1
>conftest.err
8166 cat conftest.err
>&5
8167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8168 (exit $ac_status); } >/dev
/null
; then
8169 if test -s conftest.err
; then
8170 ac_cpp_err
=$ac_cxx_preproc_warn_flag
8171 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
8178 if test -z "$ac_cpp_err"; then
8179 # Broken: success on invalid input.
8182 echo "$as_me: failed program was:" >&5
8183 sed 's/^/| /' conftest.
$ac_ext >&5
8185 # Passes both tests.
8189 rm -f conftest.err conftest.
$ac_ext
8192 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
8193 rm -f conftest.err conftest.
$ac_ext
8194 if $ac_preproc_ok; then
8199 ac_cv_prog_CXXCPP
=$CXXCPP
8202 CXXCPP
=$ac_cv_prog_CXXCPP
8204 ac_cv_prog_CXXCPP
=$CXXCPP
8206 echo "$as_me:$LINENO: result: $CXXCPP" >&5
8207 echo "${ECHO_T}$CXXCPP" >&6
8209 for ac_cxx_preproc_warn_flag
in '' yes
8211 # Use a header file that comes with gcc, so configuring glibc
8212 # with a fresh cross-compiler works.
8213 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8214 # <limits.h> exists even on freestanding compilers.
8215 # On the NeXT, cc -E runs the code through the compiler's parser,
8216 # not just through cpp. "Syntax error" is here to catch this case.
8217 cat >conftest.
$ac_ext <<_ACEOF
8220 cat confdefs.h
>>conftest.
$ac_ext
8221 cat >>conftest.
$ac_ext <<_ACEOF
8222 /* end confdefs.h. */
8224 # include <limits.h>
8226 # include <assert.h>
8230 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8231 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
8233 grep -v '^ *+' conftest.er1
>conftest.err
8235 cat conftest.err
>&5
8236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8237 (exit $ac_status); } >/dev
/null
; then
8238 if test -s conftest.err
; then
8239 ac_cpp_err
=$ac_cxx_preproc_warn_flag
8240 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
8247 if test -z "$ac_cpp_err"; then
8250 echo "$as_me: failed program was:" >&5
8251 sed 's/^/| /' conftest.
$ac_ext >&5
8253 # Broken: fails on valid input.
8256 rm -f conftest.err conftest.
$ac_ext
8258 # OK, works on sane cases. Now check whether non-existent headers
8259 # can be detected and how.
8260 cat >conftest.
$ac_ext <<_ACEOF
8263 cat confdefs.h
>>conftest.
$ac_ext
8264 cat >>conftest.
$ac_ext <<_ACEOF
8265 /* end confdefs.h. */
8266 #include <ac_nonexistent.h>
8268 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8269 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
8271 grep -v '^ *+' conftest.er1
>conftest.err
8273 cat conftest.err
>&5
8274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8275 (exit $ac_status); } >/dev
/null
; then
8276 if test -s conftest.err
; then
8277 ac_cpp_err
=$ac_cxx_preproc_warn_flag
8278 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
8285 if test -z "$ac_cpp_err"; then
8286 # Broken: success on invalid input.
8289 echo "$as_me: failed program was:" >&5
8290 sed 's/^/| /' conftest.
$ac_ext >&5
8292 # Passes both tests.
8296 rm -f conftest.err conftest.
$ac_ext
8299 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
8300 rm -f conftest.err conftest.
$ac_ext
8301 if $ac_preproc_ok; then
8304 _lt_caught_CXX_error
=yes
8308 ac_cpp
='$CPP $CPPFLAGS'
8309 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8310 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8311 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
8314 _lt_caught_CXX_error
=yes
8321 # This can be used to rebuild libtool when needed
8322 LIBTOOL_DEPS
="$ltmain"
8324 # Always use our own libtool.
8325 LIBTOOL
='$(SHELL) $(top_builddir)/libtool'
8351 test -z "$LN_S" && LN_S
="ln -s"
8366 if test -n "${ZSH_VERSION+set}" ; then
8367 setopt NO_GLOB_SUBST
8370 echo "$as_me:$LINENO: checking for objdir" >&5
8371 echo $ECHO_N "checking for objdir... $ECHO_C" >&6
8372 if test "${lt_cv_objdir+set}" = set; then
8373 echo $ECHO_N "(cached) $ECHO_C" >&6
8375 rm -f .libs
2>/dev
/null
8376 mkdir .libs
2>/dev
/null
8377 if test -d .libs
; then
8380 # MS-DOS does not allow filenames that begin with a dot.
8383 rmdir .libs
2>/dev
/null
8385 echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
8386 echo "${ECHO_T}$lt_cv_objdir" >&6
8387 objdir
=$lt_cv_objdir
8393 cat >>confdefs.h
<<_ACEOF
8394 #define LT_OBJDIR "$lt_cv_objdir/"
8415 # AIX sometimes has problems with the GCC collect2 program. For some
8416 # reason, if we set the COLLECT_NAMES environment variable, the problems
8417 # vanish in a puff of smoke.
8418 if test "X${COLLECT_NAMES+set}" != Xset
; then
8420 export COLLECT_NAMES
8425 # Sed substitution that helps us do robust quoting. It backslashifies
8426 # metacharacters that are still active within double-quoted strings.
8427 sed_quote_subst
='s/\(["`$\\]\)/\\\1/g'
8429 # Same as above, but do not quote variable references.
8430 double_quote_subst
='s/\(["`\\]\)/\\\1/g'
8432 # Sed substitution to delay expansion of an escaped shell variable in a
8433 # double_quote_subst'ed string.
8434 delay_variable_subst
='s/\\\\\\\\\\\$/\\\\\\$/g'
8436 # Sed substitution to delay expansion of an escaped single quote.
8437 delay_single_quote_subst
='s/'\''/'\'\\\\\\\'\''/g'
8439 # Sed substitution to avoid accidental globbing in evaled expressions
8440 no_glob_subst
='s/\*/\\\*/g'
8444 can_build_shared
=yes
8446 # All known linkers require a `.a' archive for static linking (except MSVC,
8447 # which needs '.lib').
8450 with_gnu_ld
="$lt_cv_prog_gnu_ld"
8453 old_CFLAGS
="$CFLAGS"
8455 # Set sane defaults for various variables
8456 test -z "$CC" && CC
=cc
8457 test -z "$LTCC" && LTCC
=$CC
8458 test -z "$LTCFLAGS" && LTCFLAGS
=$CFLAGS
8459 test -z "$LD" && LD
=ld
8460 test -z "$ac_objext" && ac_objext
=o
8462 for cc_temp
in $compiler""; do
8464 compile |
*[\\/]compile | ccache |
*[\\/]ccache
) ;;
8465 distcc |
*[\\/]distcc | purify |
*[\\/]purify
) ;;
8470 cc_basename
=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
8473 # Only perform the check for file, if the check method requires it
8474 test -z "$MAGIC_CMD" && MAGIC_CMD
=file
8475 case $deplibs_check_method in
8477 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8478 echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
8479 echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
8480 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
8481 echo $ECHO_N "(cached) $ECHO_C" >&6
8485 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
8488 lt_save_MAGIC_CMD
="$MAGIC_CMD"
8489 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
8490 ac_dummy
="/usr/bin$PATH_SEPARATOR$PATH"
8491 for ac_dir
in $ac_dummy; do
8493 test -z "$ac_dir" && ac_dir
=.
8494 if test -f $ac_dir/${ac_tool_prefix}file; then
8495 lt_cv_path_MAGIC_CMD
="$ac_dir/${ac_tool_prefix}file"
8496 if test -n "$file_magic_test_file"; then
8497 case $deplibs_check_method in
8499 file_magic_regex
=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8500 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
8501 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
8502 $EGREP "$file_magic_regex" > /dev
/null
; then
8507 *** Warning: the command libtool uses to detect shared libraries,
8508 *** $file_magic_cmd, produces output that libtool cannot recognize.
8509 *** The result is that libtool may fail to recognize shared libraries
8510 *** as such. This will affect the creation of libtool libraries that
8511 *** depend on shared libraries, but programs linked with such libtool
8512 *** libraries will work regardless of this problem. Nevertheless, you
8513 *** may want to report the problem to your system manager and/or to
8514 *** bug-libtool@gnu.org
8524 MAGIC_CMD
="$lt_save_MAGIC_CMD"
8529 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
8530 if test -n "$MAGIC_CMD"; then
8531 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
8532 echo "${ECHO_T}$MAGIC_CMD" >&6
8534 echo "$as_me:$LINENO: result: no" >&5
8535 echo "${ECHO_T}no" >&6
8542 if test -z "$lt_cv_path_MAGIC_CMD"; then
8543 if test -n "$ac_tool_prefix"; then
8544 echo "$as_me:$LINENO: checking for file" >&5
8545 echo $ECHO_N "checking for file... $ECHO_C" >&6
8546 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
8547 echo $ECHO_N "(cached) $ECHO_C" >&6
8551 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
8554 lt_save_MAGIC_CMD
="$MAGIC_CMD"
8555 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
8556 ac_dummy
="/usr/bin$PATH_SEPARATOR$PATH"
8557 for ac_dir
in $ac_dummy; do
8559 test -z "$ac_dir" && ac_dir
=.
8560 if test -f $ac_dir/file; then
8561 lt_cv_path_MAGIC_CMD
="$ac_dir/file"
8562 if test -n "$file_magic_test_file"; then
8563 case $deplibs_check_method in
8565 file_magic_regex
=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8566 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
8567 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
8568 $EGREP "$file_magic_regex" > /dev
/null
; then
8573 *** Warning: the command libtool uses to detect shared libraries,
8574 *** $file_magic_cmd, produces output that libtool cannot recognize.
8575 *** The result is that libtool may fail to recognize shared libraries
8576 *** as such. This will affect the creation of libtool libraries that
8577 *** depend on shared libraries, but programs linked with such libtool
8578 *** libraries will work regardless of this problem. Nevertheless, you
8579 *** may want to report the problem to your system manager and/or to
8580 *** bug-libtool@gnu.org
8590 MAGIC_CMD
="$lt_save_MAGIC_CMD"
8595 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
8596 if test -n "$MAGIC_CMD"; then
8597 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
8598 echo "${ECHO_T}$MAGIC_CMD" >&6
8600 echo "$as_me:$LINENO: result: no" >&5
8601 echo "${ECHO_T}no" >&6
8614 # Use C for the default configuration in the libtool script
8618 ac_cpp
='$CPP $CPPFLAGS'
8619 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8620 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8621 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
8624 # Source file extension for C test sources.
8627 # Object file extension for compiled C test sources.
8631 # Code to be used in simple compile tests
8632 lt_simple_compile_test_code
="int some_variable = 0;"
8634 # Code to be used in simple link tests
8635 lt_simple_link_test_code
='int main(){return(0);}'
8643 # If no C compiler was specified, use CC.
8646 # If no C compiler flags were specified, use CFLAGS.
8647 LTCFLAGS
=${LTCFLAGS-"$CFLAGS"}
8649 # Allow CC to be a program name with arguments.
8652 # Save the default compiler, since it gets overwritten when the other
8653 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8654 compiler_DEFAULT
=$CC
8656 # save warnings/boilerplate of simple test code
8657 ac_outfile
=conftest.
$ac_objext
8658 echo "$lt_simple_compile_test_code" >conftest.
$ac_ext
8659 eval "$ac_compile" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
8660 _lt_compiler_boilerplate
=`cat conftest.err`
8663 ac_outfile
=conftest.
$ac_objext
8664 echo "$lt_simple_link_test_code" >conftest.
$ac_ext
8665 eval "$ac_link" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
8666 _lt_linker_boilerplate
=`cat conftest.err`
8671 ## There is no encapsulation within the following macros, do not change
8672 ## the running order or otherwise move them around unless you know exactly
8673 ## what you are doing...
8674 if test -n "$compiler"; then
8676 lt_prog_compiler_no_builtin_flag
=
8678 if test "$GCC" = yes; then
8679 lt_prog_compiler_no_builtin_flag
=' -fno-builtin'
8681 echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8682 echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
8683 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
8684 echo $ECHO_N "(cached) $ECHO_C" >&6
8686 lt_cv_prog_compiler_rtti_exceptions
=no
8687 ac_outfile
=conftest.
$ac_objext
8688 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
8689 lt_compiler_flag
="-fno-rtti -fno-exceptions"
8690 # Insert the option either (1) after the last *FLAGS variable, or
8691 # (2) before a word containing "conftest.", or (3) at the end.
8692 # Note that $ac_compile itself does not contain backslashes and begins
8693 # with a dollar sign (not a hyphen), so the echo should work correctly.
8694 # The option is referenced via a variable to avoid confusing sed.
8695 lt_compile
=`echo "$ac_compile" | $SED \
8696 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8697 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8698 -e 's:$: $lt_compiler_flag:'`
8699 (eval echo "\"\$as_me:8699: $lt_compile\"" >&5)
8700 (eval "$lt_compile" 2>conftest.err
)
8702 cat conftest.err
>&5
8703 echo "$as_me:8703: \$? = $ac_status" >&5
8704 if (exit $ac_status) && test -s "$ac_outfile"; then
8705 # The compiler can only warn and ignore the option if not recognized
8706 # So say no if there are warnings other than the usual output.
8707 $ECHO "X$_lt_compiler_boilerplate" |
$Xsed -e '/^$/d' >conftest.exp
8708 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
8709 if test ! -s conftest.er2 ||
diff conftest.exp conftest.er2
>/dev
/null
; then
8710 lt_cv_prog_compiler_rtti_exceptions
=yes
8716 echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8717 echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6
8719 if test x
"$lt_cv_prog_compiler_rtti_exceptions" = xyes
; then
8720 lt_prog_compiler_no_builtin_flag
="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8732 lt_prog_compiler_wl
=
8733 lt_prog_compiler_pic
=
8734 lt_prog_compiler_static
=
8736 echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
8737 echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
8739 if test "$GCC" = yes; then
8740 lt_prog_compiler_wl
='-Wl,'
8741 lt_prog_compiler_static
='-static'
8745 # All AIX code is PIC.
8746 if test "$host_cpu" = ia64
; then
8747 # AIX 5 now supports IA64 processor
8748 lt_prog_compiler_static
='-Bstatic'
8753 if test "$host_cpu" = m68k
; then
8754 # FIXME: we need at least 68020 code to build shared libraries, but
8755 # adding the `-m68020' flag to GCC prevents building anything better,
8757 lt_prog_compiler_pic
='-m68020 -resident32 -malways-restore-a4'
8761 beos
* | irix5
* | irix6
* | nonstopux
* | osf3
* | osf4
* | osf5
*)
8762 # PIC is the default for these OSes.
8765 mingw
* | cygwin
* | pw32
* | os2
*)
8766 # This hack is so that the source file can tell whether it is being
8767 # built for inclusion in a dll (and should export symbols for example).
8768 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8769 # (--disable-auto-import) libraries
8770 lt_prog_compiler_pic
='-DDLL_EXPORT'
8773 darwin
* | rhapsody
*)
8774 # PIC is the default on this platform
8775 # Common symbols not allowed in MH_DYLIB files
8776 lt_prog_compiler_pic
='-fno-common'
8780 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8787 lt_prog_compiler_pic
='-fPIC'
8793 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8794 # Instead, we relocate shared libraries at runtime.
8798 # Just because we use GCC doesn't mean we suddenly get shared libraries
8799 # on systems that don't support them.
8800 lt_prog_compiler_can_build_shared
=no
8805 # QNX uses GNU C++, but need to define -shared option too, otherwise
8807 lt_prog_compiler_pic
='-fPIC -shared'
8811 if test -d /usr
/nec
; then
8812 lt_prog_compiler_pic
=-Kconform_pic
8817 lt_prog_compiler_pic
='-fPIC'
8821 # PORTME Check for flag to pass linker flags through the system compiler.
8824 lt_prog_compiler_wl
='-Wl,'
8825 if test "$host_cpu" = ia64
; then
8826 # AIX 5 now supports IA64 processor
8827 lt_prog_compiler_static
='-Bstatic'
8829 lt_prog_compiler_static
='-bnso -bI:/lib/syscalls.exp'
8833 # PIC is the default on this platform
8834 # Common symbols not allowed in MH_DYLIB files
8835 case $cc_basename in
8837 lt_prog_compiler_pic
='-qnocommon'
8838 lt_prog_compiler_wl
='-Wl,'
8843 mingw
* | cygwin
* | pw32
* | os2
*)
8844 # This hack is so that the source file can tell whether it is being
8845 # built for inclusion in a dll (and should export symbols for example).
8846 lt_prog_compiler_pic
='-DDLL_EXPORT'
8849 hpux9
* | hpux10
* | hpux11
*)
8850 lt_prog_compiler_wl
='-Wl,'
8851 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8858 lt_prog_compiler_pic
='+Z'
8861 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8862 lt_prog_compiler_static
='${wl}-a ${wl}archive'
8865 irix5
* | irix6
* | nonstopux
*)
8866 lt_prog_compiler_wl
='-Wl,'
8867 # PIC (with -KPIC) is the default.
8868 lt_prog_compiler_static
='-non_shared'
8871 linux
* | k
*bsd
*-gnu)
8872 case $cc_basename in
8874 lt_prog_compiler_wl
='-Wl,'
8875 lt_prog_compiler_pic
='-KPIC'
8876 lt_prog_compiler_static
='-static'
8878 pgcc
* | pgf77
* | pgf90
* | pgf95
*)
8879 # Portland Group compilers (*not* the Pentium gcc compiler,
8880 # which looks to be a dead project)
8881 lt_prog_compiler_wl
='-Wl,'
8882 lt_prog_compiler_pic
='-fpic'
8883 lt_prog_compiler_static
='-Bstatic'
8886 lt_prog_compiler_wl
='-Wl,'
8887 # All Alpha code is PIC.
8888 lt_prog_compiler_static
='-non_shared'
8891 case `$CC -V 2>&1 | sed 5q` in
8894 lt_prog_compiler_pic
='-KPIC'
8895 lt_prog_compiler_static
='-Bstatic'
8896 lt_prog_compiler_wl
='-Wl,'
8899 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8900 lt_prog_compiler_pic
='-KPIC'
8901 lt_prog_compiler_static
='-Bstatic'
8902 lt_prog_compiler_wl
=''
8910 lt_prog_compiler_pic
='-KPIC'
8911 lt_prog_compiler_static
='-Bstatic'
8915 # QNX uses GNU C++, but need to define -shared option too, otherwise
8917 lt_prog_compiler_pic
='-fPIC -shared'
8920 osf3
* | osf4
* | osf5
*)
8921 lt_prog_compiler_wl
='-Wl,'
8922 # All OSF/1 code is PIC.
8923 lt_prog_compiler_static
='-non_shared'
8927 lt_prog_compiler_static
='-non_shared'
8931 lt_prog_compiler_pic
='-KPIC'
8932 lt_prog_compiler_static
='-Bstatic'
8933 case $cc_basename in
8935 lt_prog_compiler_wl
='-Qoption ld ';;
8937 lt_prog_compiler_wl
='-Wl,';;
8942 lt_prog_compiler_wl
='-Qoption ld '
8943 lt_prog_compiler_pic
='-PIC'
8944 lt_prog_compiler_static
='-Bstatic'
8947 sysv4 | sysv4.2uw2
* | sysv4.3
*)
8948 lt_prog_compiler_wl
='-Wl,'
8949 lt_prog_compiler_pic
='-KPIC'
8950 lt_prog_compiler_static
='-Bstatic'
8954 if test -d /usr
/nec
;then
8955 lt_prog_compiler_pic
='-Kconform_pic'
8956 lt_prog_compiler_static
='-Bstatic'
8960 sysv5
* | unixware
* | sco3.2v5
* | sco5v6
* | OpenUNIX
*)
8961 lt_prog_compiler_wl
='-Wl,'
8962 lt_prog_compiler_pic
='-KPIC'
8963 lt_prog_compiler_static
='-Bstatic'
8967 lt_prog_compiler_wl
='-Wl,'
8968 lt_prog_compiler_can_build_shared
=no
8972 lt_prog_compiler_pic
='-pic'
8973 lt_prog_compiler_static
='-Bstatic'
8977 lt_prog_compiler_can_build_shared
=no
8983 # For platforms which do not support PIC, -DPIC is meaningless:
8985 lt_prog_compiler_pic
=
8988 lt_prog_compiler_pic
="$lt_prog_compiler_pic -DPIC"
8991 echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
8992 echo "${ECHO_T}$lt_prog_compiler_pic" >&6
9000 # Check to make sure the PIC flag actually works.
9002 if test -n "$lt_prog_compiler_pic"; then
9003 echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
9004 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic works... $ECHO_C" >&6
9005 if test "${lt_prog_compiler_pic_works+set}" = set; then
9006 echo $ECHO_N "(cached) $ECHO_C" >&6
9008 lt_prog_compiler_pic_works
=no
9009 ac_outfile
=conftest.
$ac_objext
9010 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
9011 lt_compiler_flag
="$lt_prog_compiler_pic -DPIC"
9012 # Insert the option either (1) after the last *FLAGS variable, or
9013 # (2) before a word containing "conftest.", or (3) at the end.
9014 # Note that $ac_compile itself does not contain backslashes and begins
9015 # with a dollar sign (not a hyphen), so the echo should work correctly.
9016 # The option is referenced via a variable to avoid confusing sed.
9017 lt_compile
=`echo "$ac_compile" | $SED \
9018 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9019 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9020 -e 's:$: $lt_compiler_flag:'`
9021 (eval echo "\"\$as_me:9021: $lt_compile\"" >&5)
9022 (eval "$lt_compile" 2>conftest.err
)
9024 cat conftest.err
>&5
9025 echo "$as_me:9025: \$? = $ac_status" >&5
9026 if (exit $ac_status) && test -s "$ac_outfile"; then
9027 # The compiler can only warn and ignore the option if not recognized
9028 # So say no if there are warnings other than the usual output.
9029 $ECHO "X$_lt_compiler_boilerplate" |
$Xsed -e '/^$/d' >conftest.exp
9030 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
9031 if test ! -s conftest.er2 ||
diff conftest.exp conftest.er2
>/dev
/null
; then
9032 lt_prog_compiler_pic_works
=yes
9038 echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works" >&5
9039 echo "${ECHO_T}$lt_prog_compiler_pic_works" >&6
9041 if test x
"$lt_prog_compiler_pic_works" = xyes
; then
9042 case $lt_prog_compiler_pic in
9044 *) lt_prog_compiler_pic
=" $lt_prog_compiler_pic" ;;
9047 lt_prog_compiler_pic
=
9048 lt_prog_compiler_can_build_shared
=no
9059 # Check to make sure the static flag actually works.
9061 wl
=$lt_prog_compiler_wl eval lt_tmp_static_flag
=\"$lt_prog_compiler_static\"
9062 echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
9063 echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6
9064 if test "${lt_prog_compiler_static_works+set}" = set; then
9065 echo $ECHO_N "(cached) $ECHO_C" >&6
9067 lt_prog_compiler_static_works
=no
9068 save_LDFLAGS
="$LDFLAGS"
9069 LDFLAGS
="$LDFLAGS $lt_tmp_static_flag"
9070 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
9071 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
9072 # The linker can only warn and ignore the option if not recognized
9073 # So say no if there are warnings
9074 if test -s conftest.err
; then
9075 # Append any errors to the config.log.
9076 cat conftest.err
1>&5
9077 $ECHO "X$_lt_linker_boilerplate" |
$Xsed -e '/^$/d' > conftest.exp
9078 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
9079 if diff conftest.exp conftest.er2
>/dev
/null
; then
9080 lt_prog_compiler_static_works
=yes
9083 lt_prog_compiler_static_works
=yes
9087 LDFLAGS
="$save_LDFLAGS"
9090 echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works" >&5
9091 echo "${ECHO_T}$lt_prog_compiler_static_works" >&6
9093 if test x
"$lt_prog_compiler_static_works" = xyes
; then
9096 lt_prog_compiler_static
=
9105 echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
9106 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
9107 if test "${lt_cv_prog_compiler_c_o+set}" = set; then
9108 echo $ECHO_N "(cached) $ECHO_C" >&6
9110 lt_cv_prog_compiler_c_o
=no
9111 $RM -r conftest
2>/dev
/null
9115 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
9117 lt_compiler_flag
="-o out/conftest2.$ac_objext"
9118 # Insert the option either (1) after the last *FLAGS variable, or
9119 # (2) before a word containing "conftest.", or (3) at the end.
9120 # Note that $ac_compile itself does not contain backslashes and begins
9121 # with a dollar sign (not a hyphen), so the echo should work correctly.
9122 lt_compile
=`echo "$ac_compile" | $SED \
9123 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9124 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9125 -e 's:$: $lt_compiler_flag:'`
9126 (eval echo "\"\$as_me:9126: $lt_compile\"" >&5)
9127 (eval "$lt_compile" 2>out
/conftest.err
)
9129 cat out
/conftest.err
>&5
9130 echo "$as_me:9130: \$? = $ac_status" >&5
9131 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
9133 # The compiler can only warn and ignore the option if not recognized
9134 # So say no if there are warnings
9135 $ECHO "X$_lt_compiler_boilerplate" |
$Xsed -e '/^$/d' > out
/conftest.exp
9136 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
9137 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
9138 lt_cv_prog_compiler_c_o
=yes
9143 # SGI C++ compiler will create directory out/ii_files/ for
9144 # template instantiation
9145 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
9146 $RM out
/* && rmdir out
9152 echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
9153 echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6
9160 echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
9161 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
9162 if test "${lt_cv_prog_compiler_c_o+set}" = set; then
9163 echo $ECHO_N "(cached) $ECHO_C" >&6
9165 lt_cv_prog_compiler_c_o
=no
9166 $RM -r conftest
2>/dev
/null
9170 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
9172 lt_compiler_flag
="-o out/conftest2.$ac_objext"
9173 # Insert the option either (1) after the last *FLAGS variable, or
9174 # (2) before a word containing "conftest.", or (3) at the end.
9175 # Note that $ac_compile itself does not contain backslashes and begins
9176 # with a dollar sign (not a hyphen), so the echo should work correctly.
9177 lt_compile
=`echo "$ac_compile" | $SED \
9178 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9179 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9180 -e 's:$: $lt_compiler_flag:'`
9181 (eval echo "\"\$as_me:9181: $lt_compile\"" >&5)
9182 (eval "$lt_compile" 2>out
/conftest.err
)
9184 cat out
/conftest.err
>&5
9185 echo "$as_me:9185: \$? = $ac_status" >&5
9186 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
9188 # The compiler can only warn and ignore the option if not recognized
9189 # So say no if there are warnings
9190 $ECHO "X$_lt_compiler_boilerplate" |
$Xsed -e '/^$/d' > out
/conftest.exp
9191 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
9192 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
9193 lt_cv_prog_compiler_c_o
=yes
9198 # SGI C++ compiler will create directory out/ii_files/ for
9199 # template instantiation
9200 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
9201 $RM out
/* && rmdir out
9207 echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
9208 echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6
9213 hard_links
="nottested"
9214 if test "$lt_cv_prog_compiler_c_o" = no
&& test "$need_locks" != no
; then
9215 # do not overwrite the value of need_locks provided by the user
9216 echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
9217 echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
9220 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
9222 ln conftest.a conftest.b
2>&5 || hard_links
=no
9223 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
9224 echo "$as_me:$LINENO: result: $hard_links" >&5
9225 echo "${ECHO_T}$hard_links" >&6
9226 if test "$hard_links" = no
; then
9227 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
9228 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
9240 echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
9241 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
9244 allow_undefined_flag
=
9245 always_export_symbols
=no
9247 archive_expsym_cmds
=
9248 compiler_needs_object
=no
9249 enable_shared_with_static_runtimes
=no
9250 export_dynamic_flag_spec
=
9251 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
9252 hardcode_automatic
=no
9254 hardcode_direct_absolute
=no
9255 hardcode_libdir_flag_spec
=
9256 hardcode_libdir_flag_spec_ld
=
9257 hardcode_libdir_separator
=
9259 hardcode_shlibpath_var
=unsupported
9261 link_all_deplibs
=unknown
9264 old_archive_from_new_cmds
=
9265 old_archive_from_expsyms_cmds
=
9266 thread_safe_flag_spec
=
9267 whole_archive_flag_spec
=
9268 # include_expsyms should be a list of space-separated symbols to be *always*
9269 # included in the symbol list
9271 # exclude_expsyms can be an extended regexp of symbols to exclude
9272 # it will be wrapped by ` (' and `)$', so one must not match beginning or
9273 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
9274 # as well as any symbol that contains `d'.
9275 exclude_expsyms
="_GLOBAL_OFFSET_TABLE_"
9276 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
9277 # platforms (ab)use it in PIC code, but their linkers get confused if
9278 # the symbol is explicitly referenced. Since portable code cannot
9279 # rely on this symbol name, it's probably fine to never include it in
9280 # preloaded symbol tables.
9281 extract_expsyms_cmds
=
9284 cygwin
* | mingw
* | pw32
*)
9285 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9286 # When not using gcc, we currently assume that we are using
9287 # Microsoft Visual C++.
9288 if test "$GCC" != yes; then
9293 # we just hope/assume this is gcc and not c89 (= MSVC++)
9302 if test "$with_gnu_ld" = yes; then
9303 # If archive_cmds runs LD, not CC, wlarc should be empty
9306 # Set some defaults for GNU ld with shared library support. These
9307 # are reset later if shared libraries are not supported. Putting them
9308 # here allows them to be overridden if necessary.
9309 runpath_var
=LD_RUN_PATH
9310 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9311 export_dynamic_flag_spec
='${wl}--export-dynamic'
9312 # ancient GNU ld didn't support --whole-archive et. al.
9313 if $LD --help 2>&1 |
$GREP 'no-whole-archive' > /dev
/null
; then
9314 whole_archive_flag_spec
="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9316 whole_archive_flag_spec
=
9318 supports_anon_versioning
=no
9319 case `$LD -v 2>&1` in
9320 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.10.
*) ;; # catch versions < 2.11
9321 *\
2.11.93.0.2\
*) supports_anon_versioning
=yes ;; # RH7.3 ...
9322 *\
2.11.92.0.12\
*) supports_anon_versioning
=yes ;; # Mandrake 8.2 ...
9323 *\
2.11.
*) ;; # other 2.11 versions
9324 *) supports_anon_versioning
=yes ;;
9327 # See if GNU ld supports shared libraries.
9329 aix3
* | aix4
* | aix5
*)
9330 # On AIX/PPC, the GNU linker is very broken
9331 if test "$host_cpu" != ia64
; then
9335 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
9336 *** to be unable to reliably create shared libraries on AIX.
9337 *** Therefore, libtool is disabling shared libraries support. If you
9338 *** really care for shared libraries, you may want to modify your PATH
9339 *** so that a non-GNU linker is found, and then restart.
9346 if test "$host_cpu" = m68k
; then
9347 archive_cmds
='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
9348 hardcode_libdir_flag_spec
='-L$libdir'
9349 hardcode_minus_L
=yes
9352 # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
9353 # that the semantics of dynamic libraries on AmigaOS, at least up
9354 # to version 4, is to share data among multiple programs linked
9355 # with the same dynamic library. Since this doesn't match the
9356 # behavior of shared libraries on other platforms, we can't use
9362 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9363 allow_undefined_flag
=unsupported
9364 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9365 # support --undefined. This deserves some investigation. FIXME
9366 archive_cmds
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9372 cygwin
* | mingw
* | pw32
*)
9373 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9374 # as there is no search path for DLLs.
9375 hardcode_libdir_flag_spec
='-L$libdir'
9376 allow_undefined_flag
=unsupported
9377 always_export_symbols
=no
9378 enable_shared_with_static_runtimes
=yes
9379 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9381 if $LD --help 2>&1 |
$GREP 'auto-import' > /dev
/null
; then
9382 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9383 # If the export-symbols file already is a .def file (1st line
9384 # is EXPORTS), use it as is; otherwise, prepend...
9385 archive_expsym_cmds
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9386 cp $export_symbols $output_objdir/$soname.def;
9388 echo EXPORTS > $output_objdir/$soname.def;
9389 cat $export_symbols >> $output_objdir/$soname.def;
9391 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9399 hardcode_shlibpath_var
=no
9400 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
9401 export_dynamic_flag_spec
='${wl}-E'
9402 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9403 # Instead, shared libraries are loaded at an image base (0x10000000 by
9404 # default) and relocated if they conflict, which is a slow very memory
9405 # consuming and fragmenting process. To avoid this, we pick a random,
9406 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9407 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9408 archive_cmds
='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9409 archive_expsym_cmds
='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9412 gnu
* | linux
* | tpf
* | k
*bsd
*-gnu)
9414 if test "$host_os" = linux-dietlibc
; then
9415 case $cc_basename in
9416 diet\
*) tmp_diet
=yes;; # linux-dietlibc with static linking (!diet-dyn)
9419 if $LD --help 2>&1 |
$EGREP ': supported targets:.* elf' > /dev
/null \
9420 && test "$tmp_diet" = no
9423 case $cc_basename,$host_cpu in
9424 pgcc
*) # Portland Group C compiler
9425 whole_archive_flag_spec
='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
9426 tmp_addflag
=' $pic_flag'
9428 pgf77
* | pgf90
* | pgf95
*) # Portland Group f77 and f90 compilers
9429 whole_archive_flag_spec
='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
9430 tmp_addflag
=' $pic_flag -Mnomain' ;;
9431 ecc
*,ia64
* | icc
*,ia64
*) # Intel C compiler on ia64
9432 tmp_addflag
=' -i_dynamic' ;;
9433 efc
*,ia64
* | ifort
*,ia64
*) # Intel Fortran compiler on ia64
9434 tmp_addflag
=' -i_dynamic -nofor_main' ;;
9435 ifc
* | ifort
*) # Intel Fortran compiler
9436 tmp_addflag
=' -nofor_main' ;;
9438 case `$CC -V 2>&1 | sed 5q` in
9439 *Sun\ C
*) # Sun C 5.9
9440 whole_archive_flag_spec
='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
9441 compiler_needs_object
=yes
9442 tmp_sharedflag
='-G' ;;
9443 *Sun\ F
*) # Sun Fortran 8.3
9444 tmp_sharedflag
='-G' ;;
9446 tmp_sharedflag
='-shared' ;;
9448 archive_cmds
='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9450 if test "x$supports_anon_versioning" = xyes
; then
9451 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
9452 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9453 echo "local: *; };" >> $output_objdir/$libname.ver~
9454 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9462 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
9463 archive_cmds
='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9466 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9467 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9472 if $LD -v 2>&1 |
$GREP 'BFD 2\.8' > /dev
/null
; then
9476 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9477 *** create shared libraries on Solaris systems. Therefore, libtool
9478 *** is disabling shared libraries support. We urge you to upgrade GNU
9479 *** binutils to release 2.9.1 or newer. Another option is to modify
9480 *** your PATH or compiler configuration so that the native linker is
9481 *** used, and then restart.
9484 elif $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9485 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9486 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9492 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
*)
9493 case `$LD -v 2>&1` in
9494 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.1[0-5].
*)
9498 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9499 *** reliably create shared libraries on SCO systems. Therefore, libtool
9500 *** is disabling shared libraries support. We urge you to upgrade GNU
9501 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9502 *** your PATH or compiler configuration so that the native linker is
9503 *** used, and then restart.
9508 # For security reasons, it is highly recommended that you always
9509 # use absolute paths for naming shared libraries, and exclude the
9510 # DT_RUNPATH tag from executables and libraries. But doing so
9511 # requires that you compile everything twice, which is a pain.
9512 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9513 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
9514 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9515 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9524 archive_cmds
='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9527 hardcode_shlibpath_var
=no
9531 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
9532 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9533 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9540 if test "$ld_shlibs" = no
; then
9542 hardcode_libdir_flag_spec
=
9543 export_dynamic_flag_spec
=
9544 whole_archive_flag_spec
=
9547 # PORTME fill in a description of your system's linker (not GNU ld)
9550 allow_undefined_flag
=unsupported
9551 always_export_symbols
=yes
9552 archive_expsym_cmds
='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
9553 # Note: this linker hardcodes the directories in LIBPATH if there
9554 # are no directories specified by -L.
9555 hardcode_minus_L
=yes
9556 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9557 # Neither direct hardcoding nor static linking is supported with a
9559 hardcode_direct
=unsupported
9564 if test "$host_cpu" = ia64
; then
9565 # On IA64, the linker does run time linking by default, so we don't
9566 # have to do anything special.
9567 aix_use_runtimelinking
=no
9568 exp_sym_flag
='-Bexport'
9571 # If we're using GNU nm, then we don't want the "-C" option.
9572 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9573 if $NM -V 2>&1 |
$GREP 'GNU' > /dev
/null
; then
9574 export_symbols_cmds
='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9576 export_symbols_cmds
='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9578 aix_use_runtimelinking
=no
9580 # Test if we are trying to use run time linking or normal
9581 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9582 # need to do runtime linking.
9583 case $host_os in aix4.
[23]|aix4.
[23].
*|aix5
*)
9584 for ld_flag
in $LDFLAGS; do
9585 if (test $ld_flag = "-brtl" ||
test $ld_flag = "-Wl,-brtl"); then
9586 aix_use_runtimelinking
=yes
9593 exp_sym_flag
='-bexport'
9594 no_entry_flag
='-bnoentry'
9597 # When large executables or shared objects are built, AIX ld can
9598 # have problems creating the table of contents. If linking a library
9599 # or program results in "error TOC overflow" add -mminimal-toc to
9600 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9601 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9605 hardcode_direct_absolute
=yes
9606 hardcode_libdir_separator
=':'
9607 link_all_deplibs
=yes
9608 file_list_spec
='${wl}-f,'
9610 if test "$GCC" = yes; then
9611 case $host_os in aix4.
[012]|aix4.
[012].
*)
9612 # We only want to do this on AIX 4.2 and lower, the check
9613 # below for broken collect2 doesn't work under 4.3+
9614 collect2name
=`${CC} -print-prog-name=collect2`
9615 if test -f "$collect2name" &&
9616 strings "$collect2name" |
$GREP resolve_lib_name
>/dev
/null
9618 # We have reworked collect2
9621 # We have old collect2
9622 hardcode_direct
=unsupported
9623 # It fails to find uninstalled libraries when the uninstalled
9624 # path is not listed in the libpath. Setting hardcode_minus_L
9625 # to unsupported forces relinking
9626 hardcode_minus_L
=yes
9627 hardcode_libdir_flag_spec
='-L$libdir'
9628 hardcode_libdir_separator
=
9632 shared_flag
='-shared'
9633 if test "$aix_use_runtimelinking" = yes; then
9634 shared_flag
="$shared_flag "'${wl}-G'
9638 if test "$host_cpu" = ia64
; then
9639 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9640 # chokes on -Wl,-G. The following line is correct:
9643 if test "$aix_use_runtimelinking" = yes; then
9644 shared_flag
='${wl}-G'
9646 shared_flag
='${wl}-bM:SRE'
9651 # It seems that -bexpall does not export symbols beginning with
9652 # underscore (_), so it is better to generate a list of symbols to export.
9653 always_export_symbols
=yes
9654 if test "$aix_use_runtimelinking" = yes; then
9655 # Warning - without using the other runtime loading flags (-brtl),
9656 # -berok will link without error, but may produce a broken library.
9657 allow_undefined_flag
='-berok'
9658 # Determine the default libpath from the value encoded in an
9660 if test x
$gcc_no_link = xyes
; then
9661 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
9662 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
9663 { (exit 1); exit 1; }; }
9665 cat >conftest.
$ac_ext <<_ACEOF
9668 cat confdefs.h
>>conftest.
$ac_ext
9669 cat >>conftest.
$ac_ext <<_ACEOF
9670 /* end confdefs.h. */
9680 rm -f conftest.
$ac_objext conftest
$ac_exeext
9681 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9682 (eval $ac_link) 2>conftest.er1
9684 grep -v '^ *+' conftest.er1
>conftest.err
9686 cat conftest.err
>&5
9687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9688 (exit $ac_status); } &&
9689 { ac_try
='test -z "$ac_c_werror_flag"
9690 || test ! -s conftest.err'
9691 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9695 (exit $ac_status); }; } &&
9696 { ac_try
='test -s conftest$ac_exeext'
9697 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9701 (exit $ac_status); }; }; then
9703 lt_aix_libpath_sed
='
9704 /Import File Strings/,/^$/ {
9710 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9711 # Check for a 64-bit object if we didn't find anything.
9712 if test -z "$aix_libpath"; then
9713 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9716 echo "$as_me: failed program was:" >&5
9717 sed 's/^/| /' conftest.
$ac_ext >&5
9720 rm -f conftest.err conftest.
$ac_objext \
9721 conftest
$ac_exeext conftest.
$ac_ext
9722 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
9724 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
9725 archive_expsym_cmds
='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
9727 if test "$host_cpu" = ia64
; then
9728 hardcode_libdir_flag_spec
='${wl}-R $libdir:/usr/lib:/lib'
9729 allow_undefined_flag
="-z nodefs"
9730 archive_expsym_cmds
="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
9732 # Determine the default libpath from the value encoded in an
9734 if test x
$gcc_no_link = xyes
; then
9735 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
9736 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
9737 { (exit 1); exit 1; }; }
9739 cat >conftest.
$ac_ext <<_ACEOF
9742 cat confdefs.h
>>conftest.
$ac_ext
9743 cat >>conftest.
$ac_ext <<_ACEOF
9744 /* end confdefs.h. */
9754 rm -f conftest.
$ac_objext conftest
$ac_exeext
9755 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9756 (eval $ac_link) 2>conftest.er1
9758 grep -v '^ *+' conftest.er1
>conftest.err
9760 cat conftest.err
>&5
9761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9762 (exit $ac_status); } &&
9763 { ac_try
='test -z "$ac_c_werror_flag"
9764 || test ! -s conftest.err'
9765 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9769 (exit $ac_status); }; } &&
9770 { ac_try
='test -s conftest$ac_exeext'
9771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9775 (exit $ac_status); }; }; then
9777 lt_aix_libpath_sed
='
9778 /Import File Strings/,/^$/ {
9784 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9785 # Check for a 64-bit object if we didn't find anything.
9786 if test -z "$aix_libpath"; then
9787 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9790 echo "$as_me: failed program was:" >&5
9791 sed 's/^/| /' conftest.
$ac_ext >&5
9794 rm -f conftest.err conftest.
$ac_objext \
9795 conftest
$ac_exeext conftest.
$ac_ext
9796 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
9798 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
9799 # Warning - without using the other run time loading flags,
9800 # -berok will link without error, but may produce a broken library.
9801 no_undefined_flag
=' ${wl}-bernotok'
9802 allow_undefined_flag
=' ${wl}-berok'
9803 # Exported symbols can be pulled into shared objects from archives
9804 whole_archive_flag_spec
='$convenience'
9805 archive_cmds_need_lc
=yes
9806 # This is similar to how AIX traditionally builds its shared libraries.
9807 archive_expsym_cmds
="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
9813 if test "$host_cpu" = m68k
; then
9814 archive_cmds
='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
9815 hardcode_libdir_flag_spec
='-L$libdir'
9816 hardcode_minus_L
=yes
9818 # see comment about different semantics on the GNU ld section
9823 export_dynamic_flag_spec
=-rdynamic
9826 cygwin
* | mingw
* | pw32
*)
9827 # When not using gcc, we currently assume that we are using
9828 # Microsoft Visual C++.
9829 # hardcode_libdir_flag_spec is actually meaningless, as there is
9830 # no search path for DLLs.
9831 hardcode_libdir_flag_spec
=' '
9832 allow_undefined_flag
=unsupported
9833 # Tell ltmain to make .lib files, not .a files.
9835 # Tell ltmain to make .dll files, not .so files.
9837 # FIXME: Setting linknames here is a bad hack.
9838 archive_cmds
='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
9839 # The linker will automatically build a .lib file if we build a DLL.
9840 old_archive_from_new_cmds
='true'
9841 # FIXME: Should let the user specify the lib program.
9842 old_archive_cmds
='lib -OUT:$oldlib$oldobjs$old_deplibs'
9843 fix_srcfile_path
='`cygpath -w "$srcfile"`'
9844 enable_shared_with_static_runtimes
=yes
9847 darwin
* | rhapsody
*)
9849 rhapsody
* | darwin1.
[012])
9850 allow_undefined_flag
='${wl}-undefined ${wl}suppress'
9853 case ${MACOSX_DEPLOYMENT_TARGET-10.0} in
9855 allow_undefined_flag
='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
9858 allow_undefined_flag
='${wl}-undefined ${wl}dynamic_lookup'
9863 archive_cmds_need_lc
=no
9865 hardcode_automatic
=yes
9866 hardcode_shlibpath_var
=unsupported
9867 whole_archive_flag_spec
=''
9868 link_all_deplibs
=yes
9869 if test "$GCC" = yes ; then
9870 if test "${lt_cv_apple_cc_single_mod+set}" = set; then
9871 echo $ECHO_N "(cached) $ECHO_C" >&6
9873 lt_cv_apple_cc_single_mod
=no
9874 if test -z "${LT_MULTI_MODULE}"; then
9875 # By default we will add the -single_module flag. You can override
9876 # by either setting the environment variable LT_MULTI_MODULE
9877 # non-empty at configure time, or by adding -multi-module to the
9879 echo "int foo(void){return 1;}" > conftest.c
9880 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
9881 -dynamiclib ${wl}-single_module conftest.c
9882 if test -f libconftest.dylib
; then
9883 lt_cv_apple_cc_single_mod
=yes
9884 rm libconftest.dylib
9890 output_verbose_link_cmd
=echo
9891 if test "X$lt_cv_apple_cc_single_mod" = Xyes
; then
9892 archive_cmds
='$CC -dynamiclib $single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
9893 archive_expsym_cmds
='sed "s,^,_," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $single_module -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
9895 archive_cmds
='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
9896 archive_expsym_cmds
='sed "s,^,_," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
9898 module_cmds
='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
9899 module_expsym_cmds
='sed -e "s,^,_," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
9901 case $cc_basename in
9903 output_verbose_link_cmd
=echo
9904 archive_cmds
='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`$ECHO $rpath/$soname` $verstring'
9905 module_cmds
='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
9906 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
9907 archive_expsym_cmds
='sed "s,^,_," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
9908 module_expsym_cmds
='sed "s,^,_," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
9918 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9919 hardcode_libdir_flag_spec
='-L$libdir'
9920 hardcode_shlibpath_var
=no
9927 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9928 # support. Future versions do this automatically, but an explicit c++rt0.o
9929 # does not break anything, and helps significantly (at the cost of a little
9932 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9933 hardcode_libdir_flag_spec
='-R$libdir'
9935 hardcode_shlibpath_var
=no
9938 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9940 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9942 hardcode_minus_L
=yes
9943 hardcode_shlibpath_var
=no
9946 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9947 freebsd
* | dragonfly
*)
9948 archive_cmds
='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9949 hardcode_libdir_flag_spec
='-R$libdir'
9951 hardcode_shlibpath_var
=no
9955 if test "$GCC" = yes; then
9956 archive_cmds
='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
9958 archive_cmds
='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
9960 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9961 hardcode_libdir_separator
=:
9964 # hardcode_minus_L: Not really in the search PATH,
9965 # but as the default location of the library.
9966 hardcode_minus_L
=yes
9967 export_dynamic_flag_spec
='${wl}-E'
9971 if test "$GCC" = yes -a "$with_gnu_ld" = no
; then
9972 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9974 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9976 if test "$with_gnu_ld" = no
; then
9977 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
9978 hardcode_libdir_flag_spec_ld
='+b $libdir'
9979 hardcode_libdir_separator
=:
9981 hardcode_direct_absolute
=yes
9982 export_dynamic_flag_spec
='${wl}-E'
9983 # hardcode_minus_L: Not really in the search PATH,
9984 # but as the default location of the library.
9985 hardcode_minus_L
=yes
9990 if test "$GCC" = yes -a "$with_gnu_ld" = no
; then
9993 archive_cmds
='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9996 archive_cmds
='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9999 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10005 archive_cmds
='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10008 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
10011 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
10015 if test "$with_gnu_ld" = no
; then
10016 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
10017 hardcode_libdir_separator
=:
10022 hardcode_shlibpath_var
=no
10025 hardcode_direct
=yes
10026 hardcode_direct_absolute
=yes
10027 export_dynamic_flag_spec
='${wl}-E'
10029 # hardcode_minus_L: Not really in the search PATH,
10030 # but as the default location of the library.
10031 hardcode_minus_L
=yes
10037 irix5
* | irix6
* | nonstopux
*)
10038 if test "$GCC" = yes; then
10039 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
10040 # Try to use the -exported_symbol ld option, if it does not
10041 # work, assume that -exports_file does not work either and
10042 # implicitly export all symbols.
10043 save_LDFLAGS
="$LDFLAGS"
10044 LDFLAGS
="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
10045 if test x
$gcc_no_link = xyes
; then
10046 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10047 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10048 { (exit 1); exit 1; }; }
10050 cat >conftest.
$ac_ext <<_ACEOF
10053 rm -f conftest.
$ac_objext conftest
$ac_exeext
10054 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10055 (eval $ac_link) 2>conftest.er1
10057 grep -v '^ *+' conftest.er1
>conftest.err
10059 cat conftest.err
>&5
10060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10061 (exit $ac_status); } &&
10062 { ac_try
='test -z "$ac_c_werror_flag"
10063 || test ! -s conftest.err'
10064 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10065 (eval $ac_try) 2>&5
10067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10068 (exit $ac_status); }; } &&
10069 { ac_try
='test -s conftest$ac_exeext'
10070 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10071 (eval $ac_try) 2>&5
10073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10074 (exit $ac_status); }; }; then
10075 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
10078 echo "$as_me: failed program was:" >&5
10079 sed 's/^/| /' conftest.
$ac_ext >&5
10082 rm -f conftest.err conftest.
$ac_objext \
10083 conftest
$ac_exeext conftest.
$ac_ext
10084 LDFLAGS
="$save_LDFLAGS"
10086 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
10087 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
10089 archive_cmds_need_lc
='no'
10090 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
10091 hardcode_libdir_separator
=:
10093 link_all_deplibs
=yes
10097 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
10098 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
10100 archive_cmds
='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
10102 hardcode_libdir_flag_spec
='-R$libdir'
10103 hardcode_direct
=yes
10104 hardcode_shlibpath_var
=no
10108 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10109 hardcode_direct
=yes
10110 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
10111 hardcode_libdir_separator
=:
10112 hardcode_shlibpath_var
=no
10119 hardcode_direct
=yes
10120 hardcode_shlibpath_var
=no
10121 hardcode_direct_absolute
=yes
10122 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10123 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10124 archive_expsym_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
10125 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
10126 export_dynamic_flag_spec
='${wl}-E'
10129 openbsd
[01].
* | openbsd2.
[0-7] | openbsd2.
[0-7].
*)
10130 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10131 hardcode_libdir_flag_spec
='-R$libdir'
10134 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
10135 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
10142 hardcode_libdir_flag_spec
='-L$libdir'
10143 hardcode_minus_L
=yes
10144 allow_undefined_flag
=unsupported
10145 archive_cmds
='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$ECHO DATA >> $output_objdir/$libname.def~$ECHO " SINGLE NONSHARED" >> $output_objdir/$libname.def~$ECHO EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
10146 old_archive_from_new_cmds
='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
10150 if test "$GCC" = yes; then
10151 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
10152 archive_cmds
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
10154 allow_undefined_flag
=' -expect_unresolved \*'
10155 archive_cmds
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
10157 archive_cmds_need_lc
='no'
10158 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
10159 hardcode_libdir_separator
=:
10162 osf4
* | osf5
*) # as osf3* with the addition of -msym flag
10163 if test "$GCC" = yes; then
10164 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
10165 archive_cmds
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
10166 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
10168 allow_undefined_flag
=' -expect_unresolved \*'
10169 archive_cmds
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
10170 archive_expsym_cmds
='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
10171 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
10173 # Both c and cxx compiler support -rpath directly
10174 hardcode_libdir_flag_spec
='-rpath $libdir'
10176 archive_cmds_need_lc
='no'
10177 hardcode_libdir_separator
=:
10181 no_undefined_flag
=' -z defs'
10182 if test "$GCC" = yes; then
10184 archive_cmds
='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
10185 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10186 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10188 case `$CC -V 2>&1` in
10191 archive_cmds
='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
10192 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10193 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
10197 archive_cmds
='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
10198 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
10199 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
10203 hardcode_libdir_flag_spec
='-R$libdir'
10204 hardcode_shlibpath_var
=no
10206 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
10208 # The compiler driver will combine and reorder linker options,
10209 # but understands `-z linker_flag'. GCC discards it without `$wl',
10210 # but is careful enough not to reorder.
10211 # Supported since Solaris 2.6 (maybe 2.5.1?)
10212 if test "$GCC" = yes; then
10213 whole_archive_flag_spec
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
10215 whole_archive_flag_spec
='-z allextract$convenience -z defaultextract'
10219 link_all_deplibs
=yes
10223 if test "x$host_vendor" = xsequent
; then
10224 # Use $CC to link under sequent, because it throws in some extra .o
10225 # files that make .init and .fini sections work.
10226 archive_cmds
='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
10228 archive_cmds
='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
10230 hardcode_libdir_flag_spec
='-L$libdir'
10231 hardcode_direct
=yes
10232 hardcode_minus_L
=yes
10233 hardcode_shlibpath_var
=no
10237 case $host_vendor in
10239 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10240 hardcode_direct
=yes # is this really true???
10243 ## LD is ld it makes a PLAMLIB
10244 ## CC just makes a GrossModule.
10245 archive_cmds
='$LD -G -o $lib $libobjs $deplibs $linker_flags'
10246 reload_cmds
='$CC -r -o $output$reload_objs'
10250 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10251 hardcode_direct
=no
#Motorola manual says yes, but my tests say they lie
10254 runpath_var
='LD_RUN_PATH'
10255 hardcode_shlibpath_var
=no
10259 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10260 hardcode_shlibpath_var
=no
10261 export_dynamic_flag_spec
='-Bexport'
10265 if test -d /usr
/nec
; then
10266 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10267 hardcode_shlibpath_var
=no
10268 runpath_var
=LD_RUN_PATH
10269 hardcode_runpath_var
=yes
10274 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
10275 no_undefined_flag
='${wl}-z,text'
10276 archive_cmds_need_lc
=no
10277 hardcode_shlibpath_var
=no
10278 runpath_var
='LD_RUN_PATH'
10280 if test "$GCC" = yes; then
10281 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10282 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10284 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10285 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10289 sysv5
* | sco3.2v5
* | sco5v6
*)
10290 # Note: We can NOT use -z defs as we might desire, because we do not
10291 # link with -lc, and that would cause any symbols used from libc to
10292 # always be unresolved, which means just about no library would
10293 # ever link correctly. If we're not using GNU ld we use -z text
10294 # though, which does catch some bad symbols but isn't as heavy-handed
10296 no_undefined_flag
='${wl}-z,text'
10297 allow_undefined_flag
='${wl}-z,nodefs'
10298 archive_cmds_need_lc
=no
10299 hardcode_shlibpath_var
=no
10300 hardcode_libdir_flag_spec
='${wl}-R,$libdir'
10301 hardcode_libdir_separator
=':'
10302 link_all_deplibs
=yes
10303 export_dynamic_flag_spec
='${wl}-Bexport'
10304 runpath_var
='LD_RUN_PATH'
10306 if test "$GCC" = yes; then
10307 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10308 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10310 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10311 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10316 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10317 hardcode_libdir_flag_spec
='-L$libdir'
10318 hardcode_shlibpath_var
=no
10326 if test x
$host_vendor = xsni
; then
10328 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
10329 export_dynamic_flag_spec
='${wl}-Blargedynsym'
10335 echo "$as_me:$LINENO: result: $ld_shlibs" >&5
10336 echo "${ECHO_T}$ld_shlibs" >&6
10337 test "$ld_shlibs" = no
&& can_build_shared
=no
10339 with_gnu_ld
=$with_gnu_ld
10356 # Do we need to explicitly link libc?
10358 case "x$archive_cmds_need_lc" in
10360 # Assume -lc should be added
10361 archive_cmds_need_lc
=yes
10363 if test "$enable_shared" = yes && test "$GCC" = yes; then
10364 case $archive_cmds in
10366 # FIXME: we may have to deal with multi-command sequences.
10369 # Test whether the compiler implicitly links with -lc since on some
10370 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10371 # to ld, don't add -lc before -lgcc.
10372 echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
10373 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
10375 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
10377 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10378 (eval $ac_compile) 2>&5
10380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10381 (exit $ac_status); } 2>conftest.err
; then
10384 libobjs
=conftest.
$ac_objext
10386 wl
=$lt_prog_compiler_wl
10387 pic_flag
=$lt_prog_compiler_pic
10393 lt_save_allow_undefined_flag
=$allow_undefined_flag
10394 allow_undefined_flag
=
10395 if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
10396 (eval $archive_cmds 2\
>\
&1 \|
$GREP \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
10398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10399 (exit $ac_status); }
10401 archive_cmds_need_lc
=no
10403 archive_cmds_need_lc
=yes
10405 allow_undefined_flag
=$lt_save_allow_undefined_flag
10407 cat conftest.err
1>&5
10410 echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
10411 echo "${ECHO_T}$archive_cmds_need_lc" >&6
10574 echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
10575 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
10577 if test "$withGCC" = yes; then
10579 darwin
*) lt_awk_arg
="/^libraries:/,/LR/" ;;
10580 *) lt_awk_arg
="/^libraries:/" ;;
10582 lt_search_path_spec
=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
10583 if $ECHO "$lt_search_path_spec" |
$GREP ';' >/dev
/null
; then
10584 # if the path contains ";" then we assume it to be the separator
10585 # otherwise default to the standard path separator (i.e. ":") - it is
10586 # assumed that no part of a normal pathname contains ";" but that should
10587 # okay in the real world where ";" in dirpaths is itself problematic.
10588 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
10590 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
10592 # Ok, now we have the path, separated by spaces, we can step through it
10593 # and add multilib dir if necessary.
10594 lt_tmp_lt_search_path_spec
=
10595 lt_multi_os_dir
=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10596 for lt_sys_path
in $lt_search_path_spec; do
10597 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10598 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10600 test -d "$lt_sys_path" && \
10601 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path"
10604 lt_search_path_spec
=`$ECHO $lt_tmp_lt_search_path_spec | awk '
10605 BEGIN {RS=" "; FS="/|\n";} {
10608 for (lt_i = NF; lt_i > 0; lt_i--) {
10609 if ($lt_i != "" && $lt_i != ".") {
10610 if ($lt_i == "..") {
10613 if (lt_count == 0) {
10614 lt_foo="/" $lt_i lt_foo;
10621 if (lt_foo != "") { lt_freq[lt_foo]++; }
10622 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10624 sys_lib_search_path_spec
=`$ECHO $lt_search_path_spec`
10626 sys_lib_search_path_spec
="/lib /usr/lib /usr/local/lib"
10628 library_names_spec
=
10629 libname_spec
='lib$name'
10633 postuninstall_cmds
=
10637 shlibpath_overrides_runpath
=unknown
10639 dynamic_linker
="$host_os ld.so"
10640 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
10641 need_lib_prefix
=unknown
10642 hardcode_into_libs
=no
10644 # when you set need_version to no, make sure it does not cause -set_version
10645 # flags to be left without arguments
10646 need_version
=unknown
10651 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
10652 shlibpath_var
=LIBPATH
10654 # AIX 3 has no versioning support, so we append a major version to the name.
10655 soname_spec
='${libname}${release}${shared_ext}$major'
10662 hardcode_into_libs
=yes
10663 if test "$host_cpu" = ia64
; then
10664 # AIX 5 supports IA64
10665 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10666 shlibpath_var
=LD_LIBRARY_PATH
10668 # With GCC up to 2.95.x, collect2 would create an import file
10669 # for dependence libraries. The import file would start with
10670 # the line `#! .'. This would cause the generated library to
10671 # depend on `.', always an invalid library. This was fixed in
10672 # development snapshots of GCC prior to 3.0.
10674 aix4 | aix4.
[01] | aix4.
[01].
*)
10675 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10677 echo '#endif'; } |
${CC} -E - |
$GREP yes > /dev
/null
; then
10680 can_build_shared
=no
10684 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10685 # soname into executable. Probably we can add versioning support to
10686 # collect2, so additional links can be useful in future.
10687 if test "$aix_use_runtimelinking" = yes; then
10688 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10689 # instead of lib<name>.a to let people know that these are not
10690 # typical AIX shared libraries.
10691 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10693 # We preserve .a as extension for shared libraries through AIX4.2
10694 # and later when we are not doing run time linking.
10695 library_names_spec
='${libname}${release}.a $libname.a'
10696 soname_spec
='${libname}${release}${shared_ext}$major'
10698 shlibpath_var
=LIBPATH
10703 if test "$host_cpu" = m68k
; then
10704 library_names_spec
='$libname.ixlibrary $libname.a'
10705 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10706 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'
10713 library_names_spec
='${libname}${shared_ext}'
10714 dynamic_linker
="$host_os ld.so"
10715 shlibpath_var
=LIBRARY_PATH
10721 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10722 soname_spec
='${libname}${release}${shared_ext}$major'
10723 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
10724 shlibpath_var
=LD_LIBRARY_PATH
10725 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10726 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
10727 # the default ld.so.conf also contains /usr/contrib/lib and
10728 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10729 # libtool to hard-code these into programs
10732 cygwin
* | mingw
* | pw32
*)
10733 version_type
=windows
10738 case $withGCC,$host_os in
10739 yes,cygwin
* |
yes,mingw
* |
yes,pw32
*)
10740 library_names_spec
='$libname.dll.a'
10741 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10742 postinstall_cmds
='base_file=`basename \${file}`~
10743 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10744 dldir=$destdir/`dirname \$dlpath`~
10745 test -d \$dldir || mkdir -p \$dldir~
10746 $install_prog $dir/$dlname \$dldir/$dlname~
10747 chmod a+x \$dldir/$dlname~
10748 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10749 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10751 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10752 dlpath=$dir/\$dldll~
10754 shlibpath_overrides_runpath
=yes
10758 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10759 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10760 sys_lib_search_path_spec
="/usr/lib /lib/w32api /lib /usr/local/lib"
10763 # MinGW DLLs use traditional 'lib' prefix
10764 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10765 sys_lib_search_path_spec
=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
10766 if $ECHO "$sys_lib_search_path_spec" |
$GREP ';[c-zC-Z]:/' >/dev
/null
; then
10767 # It is most probably a Windows format PATH printed by
10768 # mingw gcc, but we are running on Cygwin. Gcc prints its search
10769 # path with ; separators, and with drive letters. We can handle the
10770 # drive letters (cygwin fileutils understands them), so leave them,
10771 # especially as we might pass files found there to a mingw objdump,
10772 # which wouldn't understand a cygwinified path. Ahh.
10773 sys_lib_search_path_spec
=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
10775 sys_lib_search_path_spec
=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
10779 # pw32 DLLs use 'pw' prefix rather than 'lib'
10780 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10786 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10789 dynamic_linker
='Win32 ld.exe'
10790 # FIXME: first we should search . and the directory the executable is in
10794 darwin
* | rhapsody
*)
10795 dynamic_linker
="$host_os dyld"
10796 version_type
=darwin
10799 library_names_spec
='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10800 soname_spec
='${libname}${release}${major}$shared_ext'
10801 shlibpath_overrides_runpath
=yes
10802 shlibpath_var
=DYLD_LIBRARY_PATH
10803 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
10805 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/local/lib"
10806 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
10813 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10814 soname_spec
='${libname}${release}${shared_ext}$major'
10815 shlibpath_var
=LD_LIBRARY_PATH
10822 freebsd
* | dragonfly
*)
10823 # DragonFly does not have aout. When/if they implement a new
10824 # versioning mechanism, adjust this.
10825 if test -x /usr
/bin
/objformat
; then
10826 objformat
=`/usr/bin/objformat`
10829 freebsd
[123]*) objformat
=aout
;;
10830 *) objformat
=elf
;;
10833 version_type
=freebsd-
$objformat
10834 case $version_type in
10836 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10841 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10845 shlibpath_var
=LD_LIBRARY_PATH
10848 shlibpath_overrides_runpath
=yes
10850 freebsd3.
[01]* | freebsdelf3.
[01]*)
10851 shlibpath_overrides_runpath
=yes
10852 hardcode_into_libs
=yes
10854 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
10855 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
10856 shlibpath_overrides_runpath
=no
10857 hardcode_into_libs
=yes
10859 *) # from 4.6 on, and DragonFly
10860 shlibpath_overrides_runpath
=yes
10861 hardcode_into_libs
=yes
10870 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10871 soname_spec
='${libname}${release}${shared_ext}$major'
10872 shlibpath_var
=LD_LIBRARY_PATH
10873 hardcode_into_libs
=yes
10876 hpux9
* | hpux10
* | hpux11
*)
10877 # Give a soname corresponding to the major version so that dld.sl refuses to
10878 # link against other versions.
10885 hardcode_into_libs
=yes
10886 dynamic_linker
="$host_os dld.so"
10887 shlibpath_var
=LD_LIBRARY_PATH
10888 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
10889 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10890 soname_spec
='${libname}${release}${shared_ext}$major'
10891 if test "X$HPUX_IA64_MODE" = X32
; then
10892 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10894 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
10896 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
10900 hardcode_into_libs
=yes
10901 dynamic_linker
="$host_os dld.sl"
10902 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
10903 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
10904 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10905 soname_spec
='${libname}${release}${shared_ext}$major'
10906 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10907 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
10911 dynamic_linker
="$host_os dld.sl"
10912 shlibpath_var
=SHLIB_PATH
10913 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
10914 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10915 soname_spec
='${libname}${release}${shared_ext}$major'
10918 # HP-UX runs *really* slowly unless shared libraries are mode 555.
10919 postinstall_cmds
='chmod 555 $lib'
10926 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10927 soname_spec
='${libname}${release}${shared_ext}$major'
10928 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
10929 shlibpath_var
=LD_LIBRARY_PATH
10930 shlibpath_overrides_runpath
=no
10931 hardcode_into_libs
=yes
10934 irix5
* | irix6
* | nonstopux
*)
10936 nonstopux
*) version_type
=nonstopux
;;
10938 if test "$lt_cv_prog_gnu_ld" = yes; then
10946 soname_spec
='${libname}${release}${shared_ext}$major'
10947 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10949 irix5
* | nonstopux
*)
10950 libsuff
= shlibsuff
=
10953 case $LD in # libtool.m4 will add one of these switches to LD
10954 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
10955 libsuff
= shlibsuff
= libmagic
=32-bit;;
10956 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
10957 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
10958 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
10959 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
10960 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
10964 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
10965 shlibpath_overrides_runpath
=no
10966 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10967 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
10968 hardcode_into_libs
=yes
10971 # No shared lib support for Linux oldld, aout, or coff.
10972 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
10976 # This must be Linux ELF.
10977 linux
* | k
*bsd
*-gnu)
10981 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10982 soname_spec
='${libname}${release}${shared_ext}$major'
10983 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10984 shlibpath_var
=LD_LIBRARY_PATH
10985 shlibpath_overrides_runpath
=no
10986 # Some binutils ld are patched to set DT_RUNPATH
10987 save_LDFLAGS
=$LDFLAGS
10988 save_libdir
=$libdir
10989 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10990 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10991 if test x
$gcc_no_link = xyes
; then
10992 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10993 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10994 { (exit 1); exit 1; }; }
10996 cat >conftest.
$ac_ext <<_ACEOF
10999 cat confdefs.h
>>conftest.
$ac_ext
11000 cat >>conftest.
$ac_ext <<_ACEOF
11001 /* end confdefs.h. */
11011 rm -f conftest.
$ac_objext conftest
$ac_exeext
11012 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11013 (eval $ac_link) 2>conftest.er1
11015 grep -v '^ *+' conftest.er1
>conftest.err
11017 cat conftest.err
>&5
11018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11019 (exit $ac_status); } &&
11020 { ac_try
='test -z "$ac_c_werror_flag"
11021 || test ! -s conftest.err'
11022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11023 (eval $ac_try) 2>&5
11025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11026 (exit $ac_status); }; } &&
11027 { ac_try
='test -s conftest$ac_exeext'
11028 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11029 (eval $ac_try) 2>&5
11031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11032 (exit $ac_status); }; }; then
11033 if ($OBJDUMP -p conftest
$ac_exeext) 2>/dev
/null |
grep "RUNPATH.*$libdir"; then
11034 shlibpath_overrides_runpath
=yes
11038 echo "$as_me: failed program was:" >&5
11039 sed 's/^/| /' conftest.
$ac_ext >&5
11042 rm -f conftest.err conftest.
$ac_objext \
11043 conftest
$ac_exeext conftest.
$ac_ext
11044 LDFLAGS
=$save_LDFLAGS
11045 libdir
=$save_libdir
11047 # This implies no fast_install, which is unacceptable.
11048 # Some rework will be needed to allow for fast_install
11049 # before this can be enabled.
11050 hardcode_into_libs
=yes
11052 # Append ld.so.conf contents to the search path
11053 if test -f /etc
/ld.so.conf
; then
11054 lt_ld_extra
=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
11055 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
11058 # We used to test for /lib/ld.so.1 and disable shared libraries on
11059 # powerpc, because MkLinux only supported shared libraries with the
11060 # GNU dynamic linker. Since this was broken with cross compilers,
11061 # most powerpc-linux boxes support dynamic linking these days and
11062 # people can always --disable-shared, the test was removed, and we
11063 # assume the GNU/Linux dynamic linker is in use.
11064 dynamic_linker
='GNU/Linux ld.so'
11071 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
11072 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11073 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11074 dynamic_linker
='NetBSD (a.out) ld.so'
11076 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11077 soname_spec
='${libname}${release}${shared_ext}$major'
11078 dynamic_linker
='NetBSD ld.elf_so'
11080 shlibpath_var
=LD_LIBRARY_PATH
11081 shlibpath_overrides_runpath
=yes
11082 hardcode_into_libs
=yes
11087 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11088 shlibpath_var
=LD_LIBRARY_PATH
11089 shlibpath_overrides_runpath
=yes
11096 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11097 soname_spec
='${libname}${release}${shared_ext}$major'
11098 shlibpath_var
=LD_LIBRARY_PATH
11099 shlibpath_overrides_runpath
=no
11100 hardcode_into_libs
=yes
11101 dynamic_linker
='ldqnx.so'
11106 sys_lib_dlsearch_path_spec
="/usr/lib"
11108 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
11110 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
11111 *) need_version
=no
;;
11113 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11114 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
11115 shlibpath_var
=LD_LIBRARY_PATH
11116 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11118 openbsd2.
[89] | openbsd2.
[89].
*)
11119 shlibpath_overrides_runpath
=no
11122 shlibpath_overrides_runpath
=yes
11126 shlibpath_overrides_runpath
=yes
11131 libname_spec
='$name'
11134 library_names_spec
='$libname${shared_ext} $libname.a'
11135 dynamic_linker
='OS/2 ld.exe'
11136 shlibpath_var
=LIBPATH
11139 osf3
* | osf4
* | osf5
*)
11143 soname_spec
='${libname}${release}${shared_ext}$major'
11144 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11145 shlibpath_var
=LD_LIBRARY_PATH
11146 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
11147 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
11158 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11159 soname_spec
='${libname}${release}${shared_ext}$major'
11160 shlibpath_var
=LD_LIBRARY_PATH
11161 shlibpath_overrides_runpath
=yes
11162 hardcode_into_libs
=yes
11163 # ldd complains unless libraries are executable
11164 postinstall_cmds
='chmod +x $lib'
11169 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
11170 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
11171 shlibpath_var
=LD_LIBRARY_PATH
11172 shlibpath_overrides_runpath
=yes
11173 if test "$with_gnu_ld" = yes; then
11181 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11182 soname_spec
='${libname}${release}${shared_ext}$major'
11183 shlibpath_var
=LD_LIBRARY_PATH
11184 case $host_vendor in
11186 shlibpath_overrides_runpath
=no
11188 runpath_var
=LD_RUN_PATH
11196 shlibpath_overrides_runpath
=no
11197 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
11203 if test -d /usr
/nec
;then
11205 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11206 soname_spec
='$libname${shared_ext}.$major'
11207 shlibpath_var
=LD_LIBRARY_PATH
11211 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
11212 version_type
=freebsd-elf
11215 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11216 soname_spec
='${libname}${release}${shared_ext}$major'
11217 shlibpath_var
=LD_LIBRARY_PATH
11218 shlibpath_overrides_runpath
=yes
11219 hardcode_into_libs
=yes
11220 if test "$with_gnu_ld" = yes; then
11221 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
11223 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
11226 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
11230 sys_lib_dlsearch_path_spec
='/usr/lib'
11234 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
11238 library_name_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11239 shlibpath_var
=LD_LIBRARY_PATH
11240 shlibpath_overrides_runpath
=no
11241 hardcode_into_libs
=yes
11246 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11247 soname_spec
='${libname}${release}${shared_ext}$major'
11248 shlibpath_var
=LD_LIBRARY_PATH
11255 echo "$as_me:$LINENO: result: $dynamic_linker" >&5
11256 echo "${ECHO_T}$dynamic_linker" >&6
11257 test "$dynamic_linker" = no
&& can_build_shared
=no
11259 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
11260 if test "$GCC" = yes; then
11261 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
11350 echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
11351 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
11353 if test -n "$hardcode_libdir_flag_spec" ||
11354 test -n "$runpath_var" ||
11355 test "X$hardcode_automatic" = "Xyes" ; then
11357 # We can hardcode non-existent directories.
11358 if test "$hardcode_direct" != no
&&
11359 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11360 # have to relink, otherwise we might link with an installed library
11361 # when we should be linking with a yet-to-be-installed one
11362 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11363 test "$hardcode_minus_L" != no
; then
11364 # Linking always hardcodes the temporary library directory.
11365 hardcode_action
=relink
11367 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11368 hardcode_action
=immediate
11371 # We cannot hardcode anything, or else we can only hardcode existing
11373 hardcode_action
=unsupported
11375 echo "$as_me:$LINENO: result: $hardcode_action" >&5
11376 echo "${ECHO_T}$hardcode_action" >&6
11378 if test "$hardcode_action" = relink ||
11379 test "$inherit_rpath" = yes; then
11380 # Fast installation is not supported
11381 enable_fast_install
=no
11382 elif test "$shlibpath_overrides_runpath" = yes ||
11383 test "$enable_shared" = no
; then
11384 # Fast installation is not necessary
11385 enable_fast_install
=needless
11393 if test "x$enable_dlopen" != xyes
; then
11394 enable_dlopen
=unknown
11395 enable_dlopen_self
=unknown
11396 enable_dlopen_self_static
=unknown
11403 lt_cv_dlopen
="load_add_on"
11405 lt_cv_dlopen_self
=yes
11409 lt_cv_dlopen
="LoadLibrary"
11414 lt_cv_dlopen
="dlopen"
11419 # if libdl is installed we need to link against it
11420 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
11421 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
11422 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
11423 echo $ECHO_N "(cached) $ECHO_C" >&6
11425 ac_check_lib_save_LIBS
=$LIBS
11427 if test x
$gcc_no_link = xyes
; then
11428 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11429 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11430 { (exit 1); exit 1; }; }
11432 cat >conftest.
$ac_ext <<_ACEOF
11435 cat confdefs.h
>>conftest.
$ac_ext
11436 cat >>conftest.
$ac_ext <<_ACEOF
11437 /* end confdefs.h. */
11439 /* Override any gcc2 internal prototype to avoid an error. */
11443 /* We use char because int might match the return type of a gcc2
11444 builtin and then its argument prototype would still apply. */
11454 rm -f conftest.
$ac_objext conftest
$ac_exeext
11455 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11456 (eval $ac_link) 2>conftest.er1
11458 grep -v '^ *+' conftest.er1
>conftest.err
11460 cat conftest.err
>&5
11461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11462 (exit $ac_status); } &&
11463 { ac_try
='test -z "$ac_c_werror_flag"
11464 || test ! -s conftest.err'
11465 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11466 (eval $ac_try) 2>&5
11468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11469 (exit $ac_status); }; } &&
11470 { ac_try
='test -s conftest$ac_exeext'
11471 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11472 (eval $ac_try) 2>&5
11474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11475 (exit $ac_status); }; }; then
11476 ac_cv_lib_dl_dlopen
=yes
11478 echo "$as_me: failed program was:" >&5
11479 sed 's/^/| /' conftest.
$ac_ext >&5
11481 ac_cv_lib_dl_dlopen
=no
11483 rm -f conftest.err conftest.
$ac_objext \
11484 conftest
$ac_exeext conftest.
$ac_ext
11485 LIBS
=$ac_check_lib_save_LIBS
11487 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
11488 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
11489 if test $ac_cv_lib_dl_dlopen = yes; then
11490 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
11493 lt_cv_dlopen
="dyld"
11495 lt_cv_dlopen_self
=yes
11502 echo "$as_me:$LINENO: checking for shl_load" >&5
11503 echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
11504 if test "${ac_cv_func_shl_load+set}" = set; then
11505 echo $ECHO_N "(cached) $ECHO_C" >&6
11507 if test x
$gcc_no_link = xyes
; then
11508 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11509 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11510 { (exit 1); exit 1; }; }
11512 cat >conftest.
$ac_ext <<_ACEOF
11515 cat confdefs.h
>>conftest.
$ac_ext
11516 cat >>conftest.
$ac_ext <<_ACEOF
11517 /* end confdefs.h. */
11518 /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
11519 For example, HP-UX 11i <limits.h> declares gettimeofday. */
11520 #define shl_load innocuous_shl_load
11522 /* System header to define __stub macros and hopefully few prototypes,
11523 which can conflict with char shl_load (); below.
11524 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11525 <limits.h> exists even on freestanding compilers. */
11528 # include <limits.h>
11530 # include <assert.h>
11535 /* Override any gcc2 internal prototype to avoid an error. */
11540 /* We use char because int might match the return type of a gcc2
11541 builtin and then its argument prototype would still apply. */
11543 /* The GNU C library defines this for functions which it implements
11544 to always fail with ENOSYS. Some functions are actually named
11545 something starting with __ and the normal name is an alias. */
11546 #if defined (__stub_shl_load) || defined (__stub___shl_load)
11549 char (*f) () = shl_load;
11558 return f != shl_load;
11563 rm -f conftest.
$ac_objext conftest
$ac_exeext
11564 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11565 (eval $ac_link) 2>conftest.er1
11567 grep -v '^ *+' conftest.er1
>conftest.err
11569 cat conftest.err
>&5
11570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11571 (exit $ac_status); } &&
11572 { ac_try
='test -z "$ac_c_werror_flag"
11573 || test ! -s conftest.err'
11574 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11575 (eval $ac_try) 2>&5
11577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11578 (exit $ac_status); }; } &&
11579 { ac_try
='test -s conftest$ac_exeext'
11580 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11581 (eval $ac_try) 2>&5
11583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11584 (exit $ac_status); }; }; then
11585 ac_cv_func_shl_load
=yes
11587 echo "$as_me: failed program was:" >&5
11588 sed 's/^/| /' conftest.
$ac_ext >&5
11590 ac_cv_func_shl_load
=no
11592 rm -f conftest.err conftest.
$ac_objext \
11593 conftest
$ac_exeext conftest.
$ac_ext
11595 echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
11596 echo "${ECHO_T}$ac_cv_func_shl_load" >&6
11597 if test $ac_cv_func_shl_load = yes; then
11598 lt_cv_dlopen
="shl_load"
11600 echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
11601 echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
11602 if test "${ac_cv_lib_dld_shl_load+set}" = set; then
11603 echo $ECHO_N "(cached) $ECHO_C" >&6
11605 ac_check_lib_save_LIBS
=$LIBS
11607 if test x
$gcc_no_link = xyes
; then
11608 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11609 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11610 { (exit 1); exit 1; }; }
11612 cat >conftest.
$ac_ext <<_ACEOF
11615 cat confdefs.h
>>conftest.
$ac_ext
11616 cat >>conftest.
$ac_ext <<_ACEOF
11617 /* end confdefs.h. */
11619 /* Override any gcc2 internal prototype to avoid an error. */
11623 /* We use char because int might match the return type of a gcc2
11624 builtin and then its argument prototype would still apply. */
11634 rm -f conftest.
$ac_objext conftest
$ac_exeext
11635 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11636 (eval $ac_link) 2>conftest.er1
11638 grep -v '^ *+' conftest.er1
>conftest.err
11640 cat conftest.err
>&5
11641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11642 (exit $ac_status); } &&
11643 { ac_try
='test -z "$ac_c_werror_flag"
11644 || test ! -s conftest.err'
11645 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11646 (eval $ac_try) 2>&5
11648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11649 (exit $ac_status); }; } &&
11650 { ac_try
='test -s conftest$ac_exeext'
11651 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11652 (eval $ac_try) 2>&5
11654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11655 (exit $ac_status); }; }; then
11656 ac_cv_lib_dld_shl_load
=yes
11658 echo "$as_me: failed program was:" >&5
11659 sed 's/^/| /' conftest.
$ac_ext >&5
11661 ac_cv_lib_dld_shl_load
=no
11663 rm -f conftest.err conftest.
$ac_objext \
11664 conftest
$ac_exeext conftest.
$ac_ext
11665 LIBS
=$ac_check_lib_save_LIBS
11667 echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
11668 echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
11669 if test $ac_cv_lib_dld_shl_load = yes; then
11670 lt_cv_dlopen
="shl_load" lt_cv_dlopen_libs
="-dld"
11672 echo "$as_me:$LINENO: checking for dlopen" >&5
11673 echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
11674 if test "${ac_cv_func_dlopen+set}" = set; then
11675 echo $ECHO_N "(cached) $ECHO_C" >&6
11677 if test x
$gcc_no_link = xyes
; then
11678 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11679 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11680 { (exit 1); exit 1; }; }
11682 cat >conftest.
$ac_ext <<_ACEOF
11685 cat confdefs.h
>>conftest.
$ac_ext
11686 cat >>conftest.
$ac_ext <<_ACEOF
11687 /* end confdefs.h. */
11688 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
11689 For example, HP-UX 11i <limits.h> declares gettimeofday. */
11690 #define dlopen innocuous_dlopen
11692 /* System header to define __stub macros and hopefully few prototypes,
11693 which can conflict with char dlopen (); below.
11694 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11695 <limits.h> exists even on freestanding compilers. */
11698 # include <limits.h>
11700 # include <assert.h>
11705 /* Override any gcc2 internal prototype to avoid an error. */
11710 /* We use char because int might match the return type of a gcc2
11711 builtin and then its argument prototype would still apply. */
11713 /* The GNU C library defines this for functions which it implements
11714 to always fail with ENOSYS. Some functions are actually named
11715 something starting with __ and the normal name is an alias. */
11716 #if defined (__stub_dlopen) || defined (__stub___dlopen)
11719 char (*f) () = dlopen;
11728 return f != dlopen;
11733 rm -f conftest.
$ac_objext conftest
$ac_exeext
11734 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11735 (eval $ac_link) 2>conftest.er1
11737 grep -v '^ *+' conftest.er1
>conftest.err
11739 cat conftest.err
>&5
11740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11741 (exit $ac_status); } &&
11742 { ac_try
='test -z "$ac_c_werror_flag"
11743 || test ! -s conftest.err'
11744 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11745 (eval $ac_try) 2>&5
11747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11748 (exit $ac_status); }; } &&
11749 { ac_try
='test -s conftest$ac_exeext'
11750 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11751 (eval $ac_try) 2>&5
11753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11754 (exit $ac_status); }; }; then
11755 ac_cv_func_dlopen
=yes
11757 echo "$as_me: failed program was:" >&5
11758 sed 's/^/| /' conftest.
$ac_ext >&5
11760 ac_cv_func_dlopen
=no
11762 rm -f conftest.err conftest.
$ac_objext \
11763 conftest
$ac_exeext conftest.
$ac_ext
11765 echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
11766 echo "${ECHO_T}$ac_cv_func_dlopen" >&6
11767 if test $ac_cv_func_dlopen = yes; then
11768 lt_cv_dlopen
="dlopen"
11770 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
11771 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
11772 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
11773 echo $ECHO_N "(cached) $ECHO_C" >&6
11775 ac_check_lib_save_LIBS
=$LIBS
11777 if test x
$gcc_no_link = xyes
; then
11778 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11779 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11780 { (exit 1); exit 1; }; }
11782 cat >conftest.
$ac_ext <<_ACEOF
11785 cat confdefs.h
>>conftest.
$ac_ext
11786 cat >>conftest.
$ac_ext <<_ACEOF
11787 /* end confdefs.h. */
11789 /* Override any gcc2 internal prototype to avoid an error. */
11793 /* We use char because int might match the return type of a gcc2
11794 builtin and then its argument prototype would still apply. */
11804 rm -f conftest.
$ac_objext conftest
$ac_exeext
11805 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11806 (eval $ac_link) 2>conftest.er1
11808 grep -v '^ *+' conftest.er1
>conftest.err
11810 cat conftest.err
>&5
11811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11812 (exit $ac_status); } &&
11813 { ac_try
='test -z "$ac_c_werror_flag"
11814 || test ! -s conftest.err'
11815 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11816 (eval $ac_try) 2>&5
11818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11819 (exit $ac_status); }; } &&
11820 { ac_try
='test -s conftest$ac_exeext'
11821 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11822 (eval $ac_try) 2>&5
11824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11825 (exit $ac_status); }; }; then
11826 ac_cv_lib_dl_dlopen
=yes
11828 echo "$as_me: failed program was:" >&5
11829 sed 's/^/| /' conftest.
$ac_ext >&5
11831 ac_cv_lib_dl_dlopen
=no
11833 rm -f conftest.err conftest.
$ac_objext \
11834 conftest
$ac_exeext conftest.
$ac_ext
11835 LIBS
=$ac_check_lib_save_LIBS
11837 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
11838 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
11839 if test $ac_cv_lib_dl_dlopen = yes; then
11840 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
11842 echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
11843 echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
11844 if test "${ac_cv_lib_svld_dlopen+set}" = set; then
11845 echo $ECHO_N "(cached) $ECHO_C" >&6
11847 ac_check_lib_save_LIBS
=$LIBS
11848 LIBS
="-lsvld $LIBS"
11849 if test x
$gcc_no_link = xyes
; then
11850 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11851 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11852 { (exit 1); exit 1; }; }
11854 cat >conftest.
$ac_ext <<_ACEOF
11857 cat confdefs.h
>>conftest.
$ac_ext
11858 cat >>conftest.
$ac_ext <<_ACEOF
11859 /* end confdefs.h. */
11861 /* Override any gcc2 internal prototype to avoid an error. */
11865 /* We use char because int might match the return type of a gcc2
11866 builtin and then its argument prototype would still apply. */
11876 rm -f conftest.
$ac_objext conftest
$ac_exeext
11877 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11878 (eval $ac_link) 2>conftest.er1
11880 grep -v '^ *+' conftest.er1
>conftest.err
11882 cat conftest.err
>&5
11883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11884 (exit $ac_status); } &&
11885 { ac_try
='test -z "$ac_c_werror_flag"
11886 || test ! -s conftest.err'
11887 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11888 (eval $ac_try) 2>&5
11890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11891 (exit $ac_status); }; } &&
11892 { ac_try
='test -s conftest$ac_exeext'
11893 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11894 (eval $ac_try) 2>&5
11896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11897 (exit $ac_status); }; }; then
11898 ac_cv_lib_svld_dlopen
=yes
11900 echo "$as_me: failed program was:" >&5
11901 sed 's/^/| /' conftest.
$ac_ext >&5
11903 ac_cv_lib_svld_dlopen
=no
11905 rm -f conftest.err conftest.
$ac_objext \
11906 conftest
$ac_exeext conftest.
$ac_ext
11907 LIBS
=$ac_check_lib_save_LIBS
11909 echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
11910 echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
11911 if test $ac_cv_lib_svld_dlopen = yes; then
11912 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-lsvld"
11914 echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
11915 echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
11916 if test "${ac_cv_lib_dld_dld_link+set}" = set; then
11917 echo $ECHO_N "(cached) $ECHO_C" >&6
11919 ac_check_lib_save_LIBS
=$LIBS
11921 if test x
$gcc_no_link = xyes
; then
11922 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11923 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11924 { (exit 1); exit 1; }; }
11926 cat >conftest.
$ac_ext <<_ACEOF
11929 cat confdefs.h
>>conftest.
$ac_ext
11930 cat >>conftest.
$ac_ext <<_ACEOF
11931 /* end confdefs.h. */
11933 /* Override any gcc2 internal prototype to avoid an error. */
11937 /* We use char because int might match the return type of a gcc2
11938 builtin and then its argument prototype would still apply. */
11948 rm -f conftest.
$ac_objext conftest
$ac_exeext
11949 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11950 (eval $ac_link) 2>conftest.er1
11952 grep -v '^ *+' conftest.er1
>conftest.err
11954 cat conftest.err
>&5
11955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11956 (exit $ac_status); } &&
11957 { ac_try
='test -z "$ac_c_werror_flag"
11958 || test ! -s conftest.err'
11959 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11960 (eval $ac_try) 2>&5
11962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11963 (exit $ac_status); }; } &&
11964 { ac_try
='test -s conftest$ac_exeext'
11965 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11966 (eval $ac_try) 2>&5
11968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11969 (exit $ac_status); }; }; then
11970 ac_cv_lib_dld_dld_link
=yes
11972 echo "$as_me: failed program was:" >&5
11973 sed 's/^/| /' conftest.
$ac_ext >&5
11975 ac_cv_lib_dld_dld_link
=no
11977 rm -f conftest.err conftest.
$ac_objext \
11978 conftest
$ac_exeext conftest.
$ac_ext
11979 LIBS
=$ac_check_lib_save_LIBS
11981 echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
11982 echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
11983 if test $ac_cv_lib_dld_dld_link = yes; then
11984 lt_cv_dlopen
="dld_link" lt_cv_dlopen_libs
="-dld"
12005 if test "x$lt_cv_dlopen" != xno
; then
12011 case $lt_cv_dlopen in
12013 save_CPPFLAGS
="$CPPFLAGS"
12014 test "x$ac_cv_header_dlfcn_h" = xyes
&& CPPFLAGS
="$CPPFLAGS -DHAVE_DLFCN_H"
12016 save_LDFLAGS
="$LDFLAGS"
12017 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $export_dynamic_flag_spec\"
12020 LIBS
="$lt_cv_dlopen_libs $LIBS"
12022 echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
12023 echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
12024 if test "${lt_cv_dlopen_self+set}" = set; then
12025 echo $ECHO_N "(cached) $ECHO_C" >&6
12027 if test "$cross_compiling" = yes; then :
12028 lt_cv_dlopen_self
=cross
12030 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
12031 lt_status
=$lt_dlunknown
12032 cat > conftest.
$ac_ext <<_LT_EOF
12033 #line 12033 "configure"
12034 #include "confdefs.h"
12043 # define LT_DLGLOBAL RTLD_GLOBAL
12046 # define LT_DLGLOBAL DL_GLOBAL
12048 # define LT_DLGLOBAL 0
12052 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12053 find out it does not work in some platform. */
12054 #ifndef LT_DLLAZY_OR_NOW
12056 # define LT_DLLAZY_OR_NOW RTLD_LAZY
12059 # define LT_DLLAZY_OR_NOW DL_LAZY
12062 # define LT_DLLAZY_OR_NOW RTLD_NOW
12065 # define LT_DLLAZY_OR_NOW DL_NOW
12067 # define LT_DLLAZY_OR_NOW 0
12075 extern "C" void exit (int);
12078 void fnord() { int i=42;}
12081 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12082 int status = $lt_dlunknown;
12086 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12087 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12088 /* dlclose (self); */
12096 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12097 (eval $ac_link) 2>&5
12099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12100 (exit $ac_status); } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
12101 (.
/conftest
; exit; ) >&5 2>/dev
/null
12103 case x
$lt_status in
12104 x
$lt_dlno_uscore) lt_cv_dlopen_self
=yes ;;
12105 x
$lt_dlneed_uscore) lt_cv_dlopen_self
=yes ;;
12106 x
$lt_dlunknown|x
*) lt_cv_dlopen_self
=no
;;
12109 # compilation failed
12110 lt_cv_dlopen_self
=no
12117 echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
12118 echo "${ECHO_T}$lt_cv_dlopen_self" >&6
12120 if test "x$lt_cv_dlopen_self" = xyes
; then
12121 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $lt_prog_compiler_static\"
12122 echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
12123 echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
12124 if test "${lt_cv_dlopen_self_static+set}" = set; then
12125 echo $ECHO_N "(cached) $ECHO_C" >&6
12127 if test "$cross_compiling" = yes; then :
12128 lt_cv_dlopen_self_static
=cross
12130 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
12131 lt_status
=$lt_dlunknown
12132 cat > conftest.
$ac_ext <<_LT_EOF
12133 #line 12133 "configure"
12134 #include "confdefs.h"
12143 # define LT_DLGLOBAL RTLD_GLOBAL
12146 # define LT_DLGLOBAL DL_GLOBAL
12148 # define LT_DLGLOBAL 0
12152 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12153 find out it does not work in some platform. */
12154 #ifndef LT_DLLAZY_OR_NOW
12156 # define LT_DLLAZY_OR_NOW RTLD_LAZY
12159 # define LT_DLLAZY_OR_NOW DL_LAZY
12162 # define LT_DLLAZY_OR_NOW RTLD_NOW
12165 # define LT_DLLAZY_OR_NOW DL_NOW
12167 # define LT_DLLAZY_OR_NOW 0
12175 extern "C" void exit (int);
12178 void fnord() { int i=42;}
12181 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12182 int status = $lt_dlunknown;
12186 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12187 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12188 /* dlclose (self); */
12196 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12197 (eval $ac_link) 2>&5
12199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12200 (exit $ac_status); } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
12201 (.
/conftest
; exit; ) >&5 2>/dev
/null
12203 case x
$lt_status in
12204 x
$lt_dlno_uscore) lt_cv_dlopen_self_static
=yes ;;
12205 x
$lt_dlneed_uscore) lt_cv_dlopen_self_static
=yes ;;
12206 x
$lt_dlunknown|x
*) lt_cv_dlopen_self_static
=no
;;
12209 # compilation failed
12210 lt_cv_dlopen_self_static
=no
12217 echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
12218 echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
12221 CPPFLAGS
="$save_CPPFLAGS"
12222 LDFLAGS
="$save_LDFLAGS"
12227 case $lt_cv_dlopen_self in
12228 yes|no
) enable_dlopen_self
=$lt_cv_dlopen_self ;;
12229 *) enable_dlopen_self
=unknown
;;
12232 case $lt_cv_dlopen_self_static in
12233 yes|no
) enable_dlopen_self_static
=$lt_cv_dlopen_self_static ;;
12234 *) enable_dlopen_self_static
=unknown
;;
12256 echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
12257 echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
12258 if test -n "$STRIP" && $STRIP -V 2>&1 |
$GREP "GNU strip" >/dev
/null
; then
12259 test -z "$old_striplib" && old_striplib
="$STRIP --strip-debug"
12260 test -z "$striplib" && striplib
="$STRIP --strip-unneeded"
12261 echo "$as_me:$LINENO: result: yes" >&5
12262 echo "${ECHO_T}yes" >&6
12264 # FIXME - insert some real tests, host_os isn't really good enough
12267 if test -n "$STRIP" ; then
12268 striplib
="$STRIP -x"
12269 old_striplib
="$STRIP -S"
12270 echo "$as_me:$LINENO: result: yes" >&5
12271 echo "${ECHO_T}yes" >&6
12273 echo "$as_me:$LINENO: result: no" >&5
12274 echo "${ECHO_T}no" >&6
12278 echo "$as_me:$LINENO: result: no" >&5
12279 echo "${ECHO_T}no" >&6
12295 # Report which library types will actually be built
12296 echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
12297 echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
12298 echo "$as_me:$LINENO: result: $can_build_shared" >&5
12299 echo "${ECHO_T}$can_build_shared" >&6
12301 echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
12302 echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
12303 test "$can_build_shared" = "no" && enable_shared
=no
12305 # On AIX, shared libraries and static libraries use the same namespace, and
12306 # are all built from PIC.
12309 test "$enable_shared" = yes && enable_static
=no
12310 if test -n "$RANLIB"; then
12311 archive_cmds
="$archive_cmds~\$RANLIB \$lib"
12312 postinstall_cmds
='$RANLIB $lib'
12317 if test "$host_cpu" != ia64
&& test "$aix_use_runtimelinking" = no
; then
12318 test "$enable_shared" = yes && enable_static
=no
12322 echo "$as_me:$LINENO: result: $enable_shared" >&5
12323 echo "${ECHO_T}$enable_shared" >&6
12325 echo "$as_me:$LINENO: checking whether to build static libraries" >&5
12326 echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6
12327 # Make sure either enable_shared or enable_static is yes.
12328 test "$enable_shared" = yes || enable_static
=yes
12329 echo "$as_me:$LINENO: result: $enable_static" >&5
12330 echo "${ECHO_T}$enable_static" >&6
12337 ac_cpp
='$CPP $CPPFLAGS'
12338 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12339 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12340 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
12346 ac_cpp
='$CXXCPP $CPPFLAGS'
12347 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
12348 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
12349 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
12351 archive_cmds_need_lc_CXX
=no
12352 allow_undefined_flag_CXX
=
12353 always_export_symbols_CXX
=no
12354 archive_expsym_cmds_CXX
=
12355 compiler_needs_object_CXX
=no
12356 export_dynamic_flag_spec_CXX
=
12357 hardcode_direct_CXX
=no
12358 hardcode_direct_absolute_CXX
=no
12359 hardcode_libdir_flag_spec_CXX
=
12360 hardcode_libdir_flag_spec_ld_CXX
=
12361 hardcode_libdir_separator_CXX
=
12362 hardcode_minus_L_CXX
=no
12363 hardcode_shlibpath_var_CXX
=unsupported
12364 hardcode_automatic_CXX
=no
12365 inherit_rpath_CXX
=no
12367 module_expsym_cmds_CXX
=
12368 link_all_deplibs_CXX
=unknown
12369 old_archive_cmds_CXX
=$old_archive_cmds
12370 no_undefined_flag_CXX
=
12371 whole_archive_flag_spec_CXX
=
12372 enable_shared_with_static_runtimes_CXX
=no
12374 # Source file extension for C++ test sources.
12377 # Object file extension for compiled C++ test sources.
12381 # No sense in running all these tests if we already determined that
12382 # the CXX compiler isn't working. Some variables (like enable_shared)
12383 # are currently assumed to apply to all compilers on this platform,
12384 # and will be corrupted by setting them based on a non-working compiler.
12385 if test "$_lt_caught_CXX_error" != yes; then
12386 # Code to be used in simple compile tests
12387 lt_simple_compile_test_code
="int some_variable = 0;"
12389 # Code to be used in simple link tests
12390 lt_simple_link_test_code
='int main(int, char *[]) { return(0); }'
12392 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
12399 # If no C compiler was specified, use CC.
12402 # If no C compiler flags were specified, use CFLAGS.
12403 LTCFLAGS
=${LTCFLAGS-"$CFLAGS"}
12405 # Allow CC to be a program name with arguments.
12409 # save warnings/boilerplate of simple test code
12410 ac_outfile
=conftest.
$ac_objext
12411 echo "$lt_simple_compile_test_code" >conftest.
$ac_ext
12412 eval "$ac_compile" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
12413 _lt_compiler_boilerplate
=`cat conftest.err`
12416 ac_outfile
=conftest.
$ac_objext
12417 echo "$lt_simple_link_test_code" >conftest.
$ac_ext
12418 eval "$ac_link" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
12419 _lt_linker_boilerplate
=`cat conftest.err`
12423 # Allow CC to be a program name with arguments.
12428 lt_save_with_gnu_ld
=$with_gnu_ld
12429 lt_save_path_LD
=$lt_cv_path_LD
12430 if test -n "${lt_cv_prog_gnu_ldcxx+set}"; then
12431 lt_cv_prog_gnu_ld
=$lt_cv_prog_gnu_ldcxx
12433 $as_unset lt_cv_prog_gnu_ld
12435 if test -n "${lt_cv_path_LDCXX+set}"; then
12436 lt_cv_path_LD
=$lt_cv_path_LDCXX
12438 $as_unset lt_cv_path_LD
12440 test -z "${LDCXX+set}" || LD
=$LDCXX
12444 for cc_temp
in $compiler""; do
12446 compile |
*[\\/]compile | ccache |
*[\\/]ccache
) ;;
12447 distcc |
*[\\/]distcc | purify |
*[\\/]purify
) ;;
12452 cc_basename
=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
12455 if test -n "$compiler"; then
12456 # We don't want -fno-exception when compiling C++ code, so set the
12457 # no_builtin_flag separately
12458 if test "$GXX" = yes; then
12459 lt_prog_compiler_no_builtin_flag_CXX
=' -fno-builtin'
12461 lt_prog_compiler_no_builtin_flag_CXX
=
12464 if test "$GXX" = yes; then
12465 # Set up default GNU C++ configuration
12469 # Check whether --with-gnu-ld or --without-gnu-ld was given.
12470 if test "${with_gnu_ld+set}" = set; then
12471 withval
="$with_gnu_ld"
12472 test "$withval" = no || with_gnu_ld
=yes
12477 if test "$GCC" = yes; then
12478 # Check if gcc -print-prog-name=ld gives a path.
12479 echo "$as_me:$LINENO: checking for ld used by $CC" >&5
12480 echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6
12483 # gcc leaves a trailing carriage return which upsets mingw
12484 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
12486 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
12489 # Accept absolute paths.
12491 re_direlt
='/[^/][^/]*/\.\./'
12492 # Canonicalize the pathname of ld
12493 ac_prog
=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
12494 while $ECHO "$ac_prog" |
$GREP "$re_direlt" > /dev
/null
2>&1; do
12495 ac_prog
=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
12497 test -z "$LD" && LD
="$ac_prog"
12500 # If it fails, then pretend we aren't using GCC.
12504 # If it is relative, then search for the first ld in PATH.
12505 with_gnu_ld
=unknown
12508 elif test "$with_gnu_ld" = yes; then
12509 echo "$as_me:$LINENO: checking for GNU ld" >&5
12510 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
12512 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
12513 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
12515 if test "${lt_cv_path_LD+set}" = set; then
12516 echo $ECHO_N "(cached) $ECHO_C" >&6
12518 if test -z "$LD"; then
12519 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
12520 for ac_dir
in $PATH; do
12522 test -z "$ac_dir" && ac_dir
=.
12523 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
12524 lt_cv_path_LD
="$ac_dir/$ac_prog"
12525 # Check to see if the program is GNU ld. I'd rather use --version,
12526 # but apparently some variants of GNU ld only accept -v.
12527 # Break only if it was the GNU/non-GNU ld that we prefer.
12528 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
12529 *GNU
* |
*'with BFD'*)
12530 test "$with_gnu_ld" != no
&& break
12533 test "$with_gnu_ld" != yes && break
12540 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
12544 LD
="$lt_cv_path_LD"
12545 if test -n "$LD"; then
12546 echo "$as_me:$LINENO: result: $LD" >&5
12547 echo "${ECHO_T}$LD" >&6
12549 echo "$as_me:$LINENO: result: no" >&5
12550 echo "${ECHO_T}no" >&6
12552 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
12553 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
12554 { (exit 1); exit 1; }; }
12555 echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
12556 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
12557 if test "${lt_cv_prog_gnu_ld+set}" = set; then
12558 echo $ECHO_N "(cached) $ECHO_C" >&6
12560 # I'd rather use --version here, but apparently some GNU lds only accept -v.
12561 case `$LD -v 2>&1 </dev/null` in
12562 *GNU
* |
*'with BFD'*)
12563 lt_cv_prog_gnu_ld
=yes
12566 lt_cv_prog_gnu_ld
=no
12570 echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
12571 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
12572 with_gnu_ld
=$lt_cv_prog_gnu_ld
12580 # Check if GNU C++ uses GNU ld as the underlying linker, since the
12581 # archiving commands below assume that GNU ld is being used.
12582 if test "$with_gnu_ld" = yes; then
12583 archive_cmds_CXX
='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
12584 archive_expsym_cmds_CXX
='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
12586 hardcode_libdir_flag_spec_CXX
='${wl}-rpath ${wl}$libdir'
12587 export_dynamic_flag_spec_CXX
='${wl}--export-dynamic'
12589 # If archive_cmds runs LD, not CC, wlarc should be empty
12590 # XXX I think wlarc can be eliminated in ltcf-cxx, but I need to
12591 # investigate it a little bit more. (MM)
12594 # ancient GNU ld didn't support --whole-archive et. al.
12595 if eval "`$CC -print-prog-name=ld` --help 2>&1" |
12596 $GREP 'no-whole-archive' > /dev
/null
; then
12597 whole_archive_flag_spec_CXX
="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
12599 whole_archive_flag_spec_CXX
=
12605 # A generic and very simple default shared library creation
12606 # command for GNU C++ for the case where it uses the native
12607 # linker, instead of GNU ld. If possible, this setting should
12608 # overridden to take advantage of the native linker features on
12609 # the platform it is being used on.
12610 archive_cmds_CXX
='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
12613 # Commands to make compiler produce verbose output that lists
12614 # what "hidden" libraries, object files and flags are used when
12615 # linking a shared library.
12616 output_verbose_link_cmd
='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
12624 # PORTME: fill in a description of your system's C++ link characteristics
12625 echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
12626 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
12630 # FIXME: insert proper C++ library support
12634 if test "$host_cpu" = ia64
; then
12635 # On IA64, the linker does run time linking by default, so we don't
12636 # have to do anything special.
12637 aix_use_runtimelinking
=no
12638 exp_sym_flag
='-Bexport'
12641 aix_use_runtimelinking
=no
12643 # Test if we are trying to use run time linking or normal
12644 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
12645 # need to do runtime linking.
12646 case $host_os in aix4.
[23]|aix4.
[23].
*|aix5
*)
12647 for ld_flag
in $LDFLAGS; do
12650 aix_use_runtimelinking
=yes
12658 exp_sym_flag
='-bexport'
12659 no_entry_flag
='-bnoentry'
12662 # When large executables or shared objects are built, AIX ld can
12663 # have problems creating the table of contents. If linking a library
12664 # or program results in "error TOC overflow" add -mminimal-toc to
12665 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
12666 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
12668 archive_cmds_CXX
=''
12669 hardcode_direct_CXX
=yes
12670 hardcode_direct_absolute_CXX
=yes
12671 hardcode_libdir_separator_CXX
=':'
12672 link_all_deplibs_CXX
=yes
12673 file_list_spec_CXX
='${wl}-f,'
12675 if test "$GXX" = yes; then
12676 case $host_os in aix4.
[012]|aix4.
[012].
*)
12677 # We only want to do this on AIX 4.2 and lower, the check
12678 # below for broken collect2 doesn't work under 4.3+
12679 collect2name
=`${CC} -print-prog-name=collect2`
12680 if test -f "$collect2name" &&
12681 strings "$collect2name" |
$GREP resolve_lib_name
>/dev
/null
12683 # We have reworked collect2
12686 # We have old collect2
12687 hardcode_direct_CXX
=unsupported
12688 # It fails to find uninstalled libraries when the uninstalled
12689 # path is not listed in the libpath. Setting hardcode_minus_L
12690 # to unsupported forces relinking
12691 hardcode_minus_L_CXX
=yes
12692 hardcode_libdir_flag_spec_CXX
='-L$libdir'
12693 hardcode_libdir_separator_CXX
=
12696 shared_flag
='-shared'
12697 if test "$aix_use_runtimelinking" = yes; then
12698 shared_flag
="$shared_flag "'${wl}-G'
12702 if test "$host_cpu" = ia64
; then
12703 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
12704 # chokes on -Wl,-G. The following line is correct:
12707 if test "$aix_use_runtimelinking" = yes; then
12708 shared_flag
='${wl}-G'
12710 shared_flag
='${wl}-bM:SRE'
12715 # It seems that -bexpall does not export symbols beginning with
12716 # underscore (_), so it is better to generate a list of symbols to
12718 always_export_symbols_CXX
=yes
12719 if test "$aix_use_runtimelinking" = yes; then
12720 # Warning - without using the other runtime loading flags (-brtl),
12721 # -berok will link without error, but may produce a broken library.
12722 allow_undefined_flag_CXX
='-berok'
12723 # Determine the default libpath from the value encoded in an empty
12725 if test x
$gcc_no_link = xyes
; then
12726 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12727 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12728 { (exit 1); exit 1; }; }
12730 cat >conftest.
$ac_ext <<_ACEOF
12733 cat confdefs.h
>>conftest.
$ac_ext
12734 cat >>conftest.
$ac_ext <<_ACEOF
12735 /* end confdefs.h. */
12745 rm -f conftest.
$ac_objext conftest
$ac_exeext
12746 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12747 (eval $ac_link) 2>conftest.er1
12749 grep -v '^ *+' conftest.er1
>conftest.err
12751 cat conftest.err
>&5
12752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12753 (exit $ac_status); } &&
12754 { ac_try
='test -z "$ac_cxx_werror_flag"
12755 || test ! -s conftest.err'
12756 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12757 (eval $ac_try) 2>&5
12759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12760 (exit $ac_status); }; } &&
12761 { ac_try
='test -s conftest$ac_exeext'
12762 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12763 (eval $ac_try) 2>&5
12765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12766 (exit $ac_status); }; }; then
12768 lt_aix_libpath_sed
='
12769 /Import File Strings/,/^$/ {
12775 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12776 # Check for a 64-bit object if we didn't find anything.
12777 if test -z "$aix_libpath"; then
12778 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12781 echo "$as_me: failed program was:" >&5
12782 sed 's/^/| /' conftest.
$ac_ext >&5
12785 rm -f conftest.err conftest.
$ac_objext \
12786 conftest
$ac_exeext conftest.
$ac_ext
12787 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
12789 hardcode_libdir_flag_spec_CXX
='${wl}-blibpath:$libdir:'"$aix_libpath"
12791 archive_expsym_cmds_CXX
='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
12793 if test "$host_cpu" = ia64
; then
12794 hardcode_libdir_flag_spec_CXX
='${wl}-R $libdir:/usr/lib:/lib'
12795 allow_undefined_flag_CXX
="-z nodefs"
12796 archive_expsym_cmds_CXX
="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
12798 # Determine the default libpath from the value encoded in an
12799 # empty executable.
12800 if test x
$gcc_no_link = xyes
; then
12801 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12802 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12803 { (exit 1); exit 1; }; }
12805 cat >conftest.
$ac_ext <<_ACEOF
12808 cat confdefs.h
>>conftest.
$ac_ext
12809 cat >>conftest.
$ac_ext <<_ACEOF
12810 /* end confdefs.h. */
12820 rm -f conftest.
$ac_objext conftest
$ac_exeext
12821 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12822 (eval $ac_link) 2>conftest.er1
12824 grep -v '^ *+' conftest.er1
>conftest.err
12826 cat conftest.err
>&5
12827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12828 (exit $ac_status); } &&
12829 { ac_try
='test -z "$ac_cxx_werror_flag"
12830 || test ! -s conftest.err'
12831 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12832 (eval $ac_try) 2>&5
12834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12835 (exit $ac_status); }; } &&
12836 { ac_try
='test -s conftest$ac_exeext'
12837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12838 (eval $ac_try) 2>&5
12840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12841 (exit $ac_status); }; }; then
12843 lt_aix_libpath_sed
='
12844 /Import File Strings/,/^$/ {
12850 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12851 # Check for a 64-bit object if we didn't find anything.
12852 if test -z "$aix_libpath"; then
12853 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12856 echo "$as_me: failed program was:" >&5
12857 sed 's/^/| /' conftest.
$ac_ext >&5
12860 rm -f conftest.err conftest.
$ac_objext \
12861 conftest
$ac_exeext conftest.
$ac_ext
12862 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
12864 hardcode_libdir_flag_spec_CXX
='${wl}-blibpath:$libdir:'"$aix_libpath"
12865 # Warning - without using the other run time loading flags,
12866 # -berok will link without error, but may produce a broken library.
12867 no_undefined_flag_CXX
=' ${wl}-bernotok'
12868 allow_undefined_flag_CXX
=' ${wl}-berok'
12869 # Exported symbols can be pulled into shared objects from archives
12870 whole_archive_flag_spec_CXX
='$convenience'
12871 archive_cmds_need_lc_CXX
=yes
12872 # This is similar to how AIX traditionally builds its shared
12874 archive_expsym_cmds_CXX
="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
12880 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
12881 allow_undefined_flag_CXX
=unsupported
12882 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
12883 # support --undefined. This deserves some investigation. FIXME
12884 archive_cmds_CXX
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12891 case $cc_basename in
12893 # FIXME: insert proper C++ library support
12899 cygwin
* | mingw
* | pw32
*)
12900 # _LT_TAGVAR(hardcode_libdir_flag_spec, CXX) is actually meaningless,
12901 # as there is no search path for DLLs.
12902 hardcode_libdir_flag_spec_CXX
='-L$libdir'
12903 allow_undefined_flag_CXX
=unsupported
12904 always_export_symbols_CXX
=no
12905 enable_shared_with_static_runtimes_CXX
=yes
12907 if $LD --help 2>&1 |
$GREP 'auto-import' > /dev
/null
; then
12908 archive_cmds_CXX
='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
12909 # If the export-symbols file already is a .def file (1st line
12910 # is EXPORTS), use it as is; otherwise, prepend...
12911 archive_expsym_cmds_CXX
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
12912 cp $export_symbols $output_objdir/$soname.def;
12914 echo EXPORTS > $output_objdir/$soname.def;
12915 cat $export_symbols >> $output_objdir/$soname.def;
12917 $CC -shared -nostdlib $output_objdir/$soname.def $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
12922 darwin
* | rhapsody
*)
12924 rhapsody
* | darwin1.
[012])
12925 allow_undefined_flag_CXX
='${wl}-undefined ${wl}suppress'
12928 case ${MACOSX_DEPLOYMENT_TARGET-10.0} in
12930 allow_undefined_flag_CXX
='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
12933 allow_undefined_flag_CXX
='${wl}-undefined ${wl}dynamic_lookup'
12938 archive_cmds_need_lc_CXX
=no
12939 hardcode_direct_CXX
=no
12940 hardcode_automatic_CXX
=yes
12941 hardcode_shlibpath_var_CXX
=unsupported
12942 whole_archive_flag_spec_CXX
=''
12943 link_all_deplibs_CXX
=yes
12945 if test "$GXX" = yes ; then
12946 if test "${lt_cv_apple_cc_single_mod+set}" = set; then
12947 echo $ECHO_N "(cached) $ECHO_C" >&6
12949 lt_cv_apple_cc_single_mod
=no
12950 if test -z "${LT_MULTI_MODULE}"; then
12951 # By default we will add the -single_module flag. You can override
12952 # by either setting the environment variable LT_MULTI_MODULE
12953 # non-empty at configure time, or by adding -multi-module to the
12955 echo "int foo(void){return 1;}" > conftest.c
12956 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
12957 -dynamiclib ${wl}-single_module conftest.c
12958 if test -f libconftest.dylib
; then
12959 lt_cv_apple_cc_single_mod
=yes
12960 rm libconftest.dylib
12962 rm conftest.
$ac_ext
12966 output_verbose_link_cmd
=echo
12967 if test "X$lt_cv_apple_cc_single_mod" = Xyes
; then
12968 archive_cmds_CXX
='$CC -dynamiclib $single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
12969 archive_expsym_cmds_CXX
='sed "s,^,_," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
12971 archive_cmds_CXX
='$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
12972 archive_expsym_cmds_CXX
='sed "s,^,_," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -r -keep_private_externs -nostdlib -o ${lib}-master.o $libobjs~$CC -dynamiclib $allow_undefined_flag -o $lib ${lib}-master.o $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
12974 module_cmds_CXX
='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
12975 module_expsym_cmds_CXX
='sed "s,^,_," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
12977 case $cc_basename in
12979 output_verbose_link_cmd
=echo
12980 archive_cmds_CXX
='$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`$ECHO "$rpath/$soname"` $verstring'
12981 module_cmds_CXX
='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
12982 # Don't fix this by using the ld -exported_symbols_list flag,
12983 # it doesn't exist in older darwin lds
12984 archive_expsym_cmds_CXX
='sed "s,^,_," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj ${wl}-single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
12985 module_expsym_cmds_CXX
='sed "s,^,_," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
12995 case $cc_basename in
12997 # FIXME: insert proper C++ library support
13001 # Green Hills C++ Compiler
13002 # FIXME: insert proper C++ library support
13006 # FIXME: insert proper C++ library support
13013 # C++ shared libraries reported to be fairly broken before
13019 archive_cmds_need_lc_CXX
=no
13022 freebsd
* | dragonfly
*)
13023 # FreeBSD 3 and later use GNU C++ and GNU ld with standard ELF
13032 hardcode_libdir_flag_spec_CXX
='${wl}+b ${wl}$libdir'
13033 hardcode_libdir_separator_CXX
=:
13034 export_dynamic_flag_spec_CXX
='${wl}-E'
13035 hardcode_direct_CXX
=yes
13036 hardcode_minus_L_CXX
=yes # Not in the search PATH,
13037 # but as the default
13038 # location of the library.
13040 case $cc_basename in
13042 # FIXME: insert proper C++ library support
13046 archive_cmds_CXX
='$RM $output_objdir/$soname~$CC -b ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
13047 # Commands to make compiler produce verbose output that lists
13048 # what "hidden" libraries, object files and flags are used when
13049 # linking a shared library.
13051 # There doesn't appear to be a way to prevent this compiler from
13052 # explicitly linking system object files so we need to strip them
13053 # from the output so that they don't get included in the library
13055 output_verbose_link_cmd
='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $EGREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
13058 if test "$GXX" = yes; then
13059 archive_cmds_CXX
='$RM $output_objdir/$soname~$CC -shared -nostdlib -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
13061 # FIXME: insert proper C++ library support
13069 if test $with_gnu_ld = no
; then
13070 hardcode_libdir_flag_spec_CXX
='${wl}+b ${wl}$libdir'
13071 hardcode_libdir_separator_CXX
=:
13077 export_dynamic_flag_spec_CXX
='${wl}-E'
13083 hardcode_direct_CXX
=no
13084 hardcode_shlibpath_var_CXX
=no
13087 hardcode_direct_CXX
=yes
13088 hardcode_direct_absolute_CXX
=yes
13089 hardcode_minus_L_CXX
=yes # Not in the search PATH,
13090 # but as the default
13091 # location of the library.
13095 case $cc_basename in
13097 # FIXME: insert proper C++ library support
13103 archive_cmds_CXX
='$CC -b ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13106 archive_cmds_CXX
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13109 archive_cmds_CXX
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13112 # Commands to make compiler produce verbose output that lists
13113 # what "hidden" libraries, object files and flags are used when
13114 # linking a shared library.
13116 # There doesn't appear to be a way to prevent this compiler from
13117 # explicitly linking system object files so we need to strip them
13118 # from the output so that they don't get included in the library
13120 output_verbose_link_cmd
='templist=`($CC -b $CFLAGS -v conftest.$objext 2>&1) | $GREP "\-L"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
13123 if test "$GXX" = yes; then
13124 if test $with_gnu_ld = no
; then
13127 archive_cmds_CXX
='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13130 archive_cmds_CXX
='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13133 archive_cmds_CXX
='$CC -shared -nostdlib -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13138 # FIXME: insert proper C++ library support
13146 hardcode_direct_CXX
=no
13147 hardcode_shlibpath_var_CXX
=no
13148 hardcode_libdir_flag_spec_CXX
='${wl}-rpath,$libdir'
13149 export_dynamic_flag_spec_CXX
='${wl}-E'
13150 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
13151 # Instead, shared libraries are loaded at an image base (0x10000000 by
13152 # default) and relocated if they conflict, which is a slow very memory
13153 # consuming and fragmenting process. To avoid this, we pick a random,
13154 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
13155 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
13156 archive_cmds_CXX
='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
13157 archive_expsym_cmds_CXX
='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
13160 case $cc_basename in
13163 archive_cmds_CXX
='$CC -shared -all -multigot $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
13165 # Archives containing C++ object files must be created using
13166 # "CC -ar", where "CC" is the IRIX C++ compiler. This is
13167 # necessary to make sure instantiated templates are included
13169 old_archive_cmds_CXX
='$CC -ar -WR,-u -o $oldlib $oldobjs'
13172 if test "$GXX" = yes; then
13173 if test "$with_gnu_ld" = no
; then
13174 archive_cmds_CXX
='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
13176 archive_cmds_CXX
='$CC -shared -nostdlib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` -o $lib'
13179 link_all_deplibs_CXX
=yes
13182 hardcode_libdir_flag_spec_CXX
='${wl}-rpath ${wl}$libdir'
13183 hardcode_libdir_separator_CXX
=:
13184 inherit_rpath_CXX
=yes
13187 linux
* | k
*bsd
*-gnu)
13188 case $cc_basename in
13190 # Kuck and Associates, Inc. (KAI) C++ Compiler
13192 # KCC will only create a shared library if the output file
13193 # ends with ".so" (or ".sl" for HP-UX), so rename the library
13194 # to its proper name (with version) after linking.
13195 archive_cmds_CXX
='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
13196 archive_expsym_cmds_CXX
='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo $lib | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib ${wl}-retain-symbols-file,$export_symbols; mv \$templib $lib'
13197 # Commands to make compiler produce verbose output that lists
13198 # what "hidden" libraries, object files and flags are used when
13199 # linking a shared library.
13201 # There doesn't appear to be a way to prevent this compiler from
13202 # explicitly linking system object files so we need to strip them
13203 # from the output so that they don't get included in the library
13205 output_verbose_link_cmd
='templist=`$CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1 | $GREP "ld"`; rm -f libconftest$shared_ext; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
13207 hardcode_libdir_flag_spec_CXX
='${wl}-rpath,$libdir'
13208 export_dynamic_flag_spec_CXX
='${wl}--export-dynamic'
13210 # Archives containing C++ object files must be created using
13211 # "CC -Bstatic", where "CC" is the KAI C++ compiler.
13212 old_archive_cmds_CXX
='$CC -Bstatic -o $oldlib $oldobjs'
13217 # version 8.0 and above of icpc choke on multiply defined symbols
13218 # if we add $predep_objects and $postdep_objects, however 7.1 and
13219 # earlier do not add the objects themselves.
13220 case `$CC -V 2>&1` in
13222 archive_cmds_CXX
='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
13223 archive_expsym_cmds_CXX
='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
13225 *) # Version 8.0 or newer
13228 ia64
*) tmp_idyn
=' -i_dynamic';;
13230 archive_cmds_CXX
='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13231 archive_expsym_cmds_CXX
='$CC -shared'"$tmp_idyn"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
13234 archive_cmds_need_lc_CXX
=no
13235 hardcode_libdir_flag_spec_CXX
='${wl}-rpath,$libdir'
13236 export_dynamic_flag_spec_CXX
='${wl}--export-dynamic'
13237 whole_archive_flag_spec_CXX
='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
13240 # Portland Group C++ compiler
13243 prelink_cmds_CXX
='tpldir=Template.dir~
13245 $CC --prelink_objects --instantiation_dir $tpldir $objs $libobjs $compile_deplibs~
13246 compile_command="$compile_command `find $tpldir -name \*.o | $NL2SP`"'
13247 old_archive_cmds_CXX
='tpldir=Template.dir~
13249 $CC --prelink_objects --instantiation_dir $tpldir $oldobjs$old_deplibs~
13250 $AR $AR_FLAGS $oldlib$oldobjs$old_deplibs `find $tpldir -name \*.o | $NL2SP`~
13252 archive_cmds_CXX
='tpldir=Template.dir~
13254 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
13255 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
13256 archive_expsym_cmds_CXX
='tpldir=Template.dir~
13258 $CC --prelink_objects --instantiation_dir $tpldir $predep_objects $libobjs $deplibs $convenience $postdep_objects~
13259 $CC -shared $pic_flag $predep_objects $libobjs $deplibs `find $tpldir -name \*.o | $NL2SP` $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
13261 *) # Version 6 will use weak symbols
13262 archive_cmds_CXX
='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname -o $lib'
13263 archive_expsym_cmds_CXX
='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname ${wl}-retain-symbols-file ${wl}$export_symbols -o $lib'
13267 hardcode_libdir_flag_spec_CXX
='${wl}--rpath ${wl}$libdir'
13268 export_dynamic_flag_spec_CXX
='${wl}--export-dynamic'
13269 whole_archive_flag_spec_CXX
='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
13273 archive_cmds_CXX
='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib'
13274 archive_expsym_cmds_CXX
='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $wl$soname -o $lib ${wl}-retain-symbols-file $wl$export_symbols'
13276 runpath_var
=LD_RUN_PATH
13277 hardcode_libdir_flag_spec_CXX
='-rpath $libdir'
13278 hardcode_libdir_separator_CXX
=:
13280 # Commands to make compiler produce verbose output that lists
13281 # what "hidden" libraries, object files and flags are used when
13282 # linking a shared library.
13284 # There doesn't appear to be a way to prevent this compiler from
13285 # explicitly linking system object files so we need to strip them
13286 # from the output so that they don't get included in the library
13288 output_verbose_link_cmd
='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld .*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
13291 case `$CC -V 2>&1 | sed 5q` in
13294 no_undefined_flag_CXX
=' -zdefs'
13295 archive_cmds_CXX
='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13296 archive_expsym_cmds_CXX
='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file ${wl}$export_symbols'
13297 hardcode_libdir_flag_spec_CXX
='-R$libdir'
13298 whole_archive_flag_spec_CXX
='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
13299 compiler_needs_object_CXX
=yes
13301 # Not sure whether something based on
13302 # $CC $CFLAGS -v conftest.$objext -o libconftest$shared_ext 2>&1
13304 output_verbose_link_cmd
='echo'
13306 # Archives containing C++ object files must be created using
13307 # "CC -xar", where "CC" is the Sun C++ compiler. This is
13308 # necessary to make sure instantiated templates are included
13310 old_archive_cmds_CXX
='$CC -xar -o $oldlib $oldobjs'
13318 # FIXME: insert proper C++ library support
13323 # FIXME: insert proper C++ library support
13328 case $cc_basename in
13330 # FIXME: insert proper C++ library support
13334 # FIXME: insert proper C++ library support
13341 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
13342 archive_cmds_CXX
='$LD -Bshareable -o $lib $predep_objects $libobjs $deplibs $postdep_objects $linker_flags'
13344 hardcode_libdir_flag_spec_CXX
='-R$libdir'
13345 hardcode_direct_CXX
=yes
13346 hardcode_shlibpath_var_CXX
=no
13348 # Workaround some broken pre-1.5 toolchains
13349 output_verbose_link_cmd
='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP conftest.$objext | $SED -e "s:-lgcc -lc -lgcc::"'
13357 # C++ shared libraries are fairly broken
13362 hardcode_direct_CXX
=yes
13363 hardcode_shlibpath_var_CXX
=no
13364 hardcode_direct_absolute_CXX
=yes
13365 archive_cmds_CXX
='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
13366 hardcode_libdir_flag_spec_CXX
='${wl}-rpath,$libdir'
13367 if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
13368 archive_expsym_cmds_CXX
='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-retain-symbols-file,$export_symbols -o $lib'
13369 export_dynamic_flag_spec_CXX
='${wl}-E'
13370 whole_archive_flag_spec_CXX
="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
13372 output_verbose_link_cmd
=echo
13375 osf3
* | osf4
* | osf5
*)
13376 case $cc_basename in
13378 # Kuck and Associates, Inc. (KAI) C++ Compiler
13380 # KCC will only create a shared library if the output file
13381 # ends with ".so" (or ".sl" for HP-UX), so rename the library
13382 # to its proper name (with version) after linking.
13383 archive_cmds_CXX
='tempext=`echo $shared_ext | $SED -e '\''s/\([^()0-9A-Za-z{}]\)/\\\\\1/g'\''`; templib=`echo "$lib" | $SED -e "s/\${tempext}\..*/.so/"`; $CC $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags --soname $soname -o \$templib; mv \$templib $lib'
13385 hardcode_libdir_flag_spec_CXX
='${wl}-rpath,$libdir'
13386 hardcode_libdir_separator_CXX
=:
13388 # Archives containing C++ object files must be created using
13389 # the KAI C++ compiler.
13391 osf3
*) old_archive_cmds_CXX
='$CC -Bstatic -o $oldlib $oldobjs' ;;
13392 *) old_archive_cmds_CXX
='$CC -o $oldlib $oldobjs' ;;
13396 # Rational C++ 2.4.1
13397 # FIXME: insert proper C++ library support
13403 allow_undefined_flag_CXX
=' ${wl}-expect_unresolved ${wl}\*'
13404 archive_cmds_CXX
='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname $soname `test -n "$verstring" && $ECHO "X${wl}-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
13405 hardcode_libdir_flag_spec_CXX
='${wl}-rpath ${wl}$libdir'
13408 allow_undefined_flag_CXX
=' -expect_unresolved \*'
13409 archive_cmds_CXX
='$CC -shared${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
13410 archive_expsym_cmds_CXX
='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done~
13411 echo "-hidden">> $lib.exp~
13412 $CC -shared$allow_undefined_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -msym -soname $soname ${wl}-input ${wl}$lib.exp `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~
13414 hardcode_libdir_flag_spec_CXX
='-rpath $libdir'
13418 hardcode_libdir_separator_CXX
=:
13420 # Commands to make compiler produce verbose output that lists
13421 # what "hidden" libraries, object files and flags are used when
13422 # linking a shared library.
13424 # There doesn't appear to be a way to prevent this compiler from
13425 # explicitly linking system object files so we need to strip them
13426 # from the output so that they don't get included in the library
13428 output_verbose_link_cmd
='templist=`$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "ld" | $GREP -v "ld:"`; templist=`$ECHO "X$templist" | $Xsed -e "s/\(^.*ld.*\)\( .*ld.*$\)/\1/"`; list=""; for z in $templist; do case $z in conftest.$objext) list="$list $z";; *.$objext);; *) list="$list $z";;esac; done; $ECHO "X$list" | $Xsed'
13431 if test "$GXX" = yes && test "$with_gnu_ld" = no
; then
13432 allow_undefined_flag_CXX
=' ${wl}-expect_unresolved ${wl}\*'
13435 archive_cmds_CXX
='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
13438 archive_cmds_CXX
='$CC -shared -nostdlib ${allow_undefined_flag} $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
13442 hardcode_libdir_flag_spec_CXX
='${wl}-rpath ${wl}$libdir'
13443 hardcode_libdir_separator_CXX
=:
13445 # Commands to make compiler produce verbose output that lists
13446 # what "hidden" libraries, object files and flags are used when
13447 # linking a shared library.
13448 output_verbose_link_cmd
='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
13451 # FIXME: insert proper C++ library support
13459 # FIXME: insert proper C++ library support
13464 case $cc_basename in
13467 # FIXME: insert proper C++ library support
13472 # FIXME: insert proper C++ library support
13476 # FIXME: insert proper C++ library support
13483 case $cc_basename in
13485 # Sun C++ 4.2, 5.x and Centerline C++
13486 archive_cmds_need_lc_CXX
=yes
13487 no_undefined_flag_CXX
=' -zdefs'
13488 archive_cmds_CXX
='$CC -G${allow_undefined_flag} -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags'
13489 archive_expsym_cmds_CXX
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13490 $CC -G${allow_undefined_flag} ${wl}-M ${wl}$lib.exp -h$soname -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
13492 hardcode_libdir_flag_spec_CXX
='-R$libdir'
13493 hardcode_shlibpath_var_CXX
=no
13495 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
13497 # The compiler driver will combine and reorder linker options,
13498 # but understands `-z linker_flag'.
13499 # Supported since Solaris 2.6 (maybe 2.5.1?)
13500 whole_archive_flag_spec_CXX
='-z allextract$convenience -z defaultextract'
13503 link_all_deplibs_CXX
=yes
13505 output_verbose_link_cmd
='echo'
13507 # Archives containing C++ object files must be created using
13508 # "CC -xar", where "CC" is the Sun C++ compiler. This is
13509 # necessary to make sure instantiated templates are included
13511 old_archive_cmds_CXX
='$CC -xar -o $oldlib $oldobjs'
13514 # Green Hills C++ Compiler
13515 archive_cmds_CXX
='$CC -shared $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
13517 # The C++ compiler must be used to create the archive.
13518 old_archive_cmds_CXX
='$CC $LDFLAGS -archive -o $oldlib $oldobjs'
13521 # GNU C++ compiler with Solaris linker
13522 if test "$GXX" = yes && test "$with_gnu_ld" = no
; then
13523 no_undefined_flag_CXX
=' ${wl}-z ${wl}defs'
13524 if $CC --version |
$GREP -v '^2\.7' > /dev
/null
; then
13525 archive_cmds_CXX
='$CC -shared -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
13526 archive_expsym_cmds_CXX
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13527 $CC -shared -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
13529 # Commands to make compiler produce verbose output that lists
13530 # what "hidden" libraries, object files and flags are used when
13531 # linking a shared library.
13532 output_verbose_link_cmd
='$CC -shared $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
13534 # g++ 2.7 appears to require `-G' NOT `-shared' on this
13536 archive_cmds_CXX
='$CC -G -nostdlib $LDFLAGS $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags ${wl}-h $wl$soname -o $lib'
13537 archive_expsym_cmds_CXX
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13538 $CC -G -nostdlib ${wl}-M $wl$lib.exp -o $lib $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags~$RM $lib.exp'
13540 # Commands to make compiler produce verbose output that lists
13541 # what "hidden" libraries, object files and flags are used when
13542 # linking a shared library.
13543 output_verbose_link_cmd
='$CC -G $CFLAGS -v conftest.$objext 2>&1 | $GREP "\-L"'
13546 hardcode_libdir_flag_spec_CXX
='${wl}-R $wl$libdir'
13548 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
13550 whole_archive_flag_spec_CXX
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
13558 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
13559 no_undefined_flag_CXX
='${wl}-z,text'
13560 archive_cmds_need_lc_CXX
=no
13561 hardcode_shlibpath_var_CXX
=no
13562 runpath_var
='LD_RUN_PATH'
13564 case $cc_basename in
13566 archive_cmds_CXX
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13567 archive_expsym_cmds_CXX
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13570 archive_cmds_CXX
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13571 archive_expsym_cmds_CXX
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13576 sysv5
* | sco3.2v5
* | sco5v6
*)
13577 # Note: We can NOT use -z defs as we might desire, because we do not
13578 # link with -lc, and that would cause any symbols used from libc to
13579 # always be unresolved, which means just about no library would
13580 # ever link correctly. If we're not using GNU ld we use -z text
13581 # though, which does catch some bad symbols but isn't as heavy-handed
13583 no_undefined_flag_CXX
='${wl}-z,text'
13584 allow_undefined_flag_CXX
='${wl}-z,nodefs'
13585 archive_cmds_need_lc_CXX
=no
13586 hardcode_shlibpath_var_CXX
=no
13587 hardcode_libdir_flag_spec_CXX
='${wl}-R,$libdir'
13588 hardcode_libdir_separator_CXX
=':'
13589 link_all_deplibs_CXX
=yes
13590 export_dynamic_flag_spec_CXX
='${wl}-Bexport'
13591 runpath_var
='LD_RUN_PATH'
13593 case $cc_basename in
13595 archive_cmds_CXX
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13596 archive_expsym_cmds_CXX
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13599 archive_cmds_CXX
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13600 archive_expsym_cmds_CXX
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13606 case $cc_basename in
13608 # NonStop-UX NCC 3.20
13609 # FIXME: insert proper C++ library support
13613 # FIXME: insert proper C++ library support
13620 # FIXME: insert proper C++ library support
13625 # FIXME: insert proper C++ library support
13630 echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
13631 echo "${ECHO_T}$ld_shlibs_CXX" >&6
13632 test "$ld_shlibs_CXX" = no
&& can_build_shared
=no
13638 ## There is no encapsulation within the following macros, do not change
13639 ## the running order or otherwise move them around unless you know exactly
13640 ## what you are doing...
13641 # Dependencies to place before and after the object being linked:
13642 predep_objects_CXX
=
13643 postdep_objects_CXX
=
13646 compiler_lib_search_path_CXX
=
13648 cat > conftest.
$ac_ext <<_LT_EOF
13652 Foo (void) { a = 0; }
13658 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13659 (eval $ac_compile) 2>&5
13661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13662 (exit $ac_status); }; then
13663 # Parse the compiler output and extract the necessary
13664 # objects, libraries and library flags.
13666 # Sentinel used to keep track of whether or not we are before
13667 # the conftest object file.
13668 pre_test_object_deps_done
=no
13670 # The `*' in the case matches for architectures that use `case' in
13671 # $output_verbose_cmd can trigger glob expansion during the loop
13672 # eval without this substitution.
13673 output_verbose_link_cmd
=`$ECHO "X$output_verbose_link_cmd" | $Xsed -e "$no_glob_subst"`
13675 for p
in `eval $output_verbose_link_cmd`; do
13679 # Some compilers place space between "-{L,R}" and the path.
13680 # Remove the space.
13681 if test $p = "-L" ||
13682 test $p = "-R"; then
13689 if test "$pre_test_object_deps_done" = no
; then
13692 # Internal compiler library paths should come after those
13693 # provided the user. The postdeps already come after the
13694 # user supplied libs so there is no need to process them.
13695 if test -z "$compiler_lib_search_path_CXX"; then
13696 compiler_lib_search_path_CXX
="${prev}${p}"
13698 compiler_lib_search_path_CXX
="${compiler_lib_search_path_CXX} ${prev}${p}"
13701 # The "-l" case would never come before the object being
13702 # linked, so don't bother handling this case.
13705 if test -z "$postdeps_CXX"; then
13706 postdeps_CXX
="${prev}${p}"
13708 postdeps_CXX
="${postdeps_CXX} ${prev}${p}"
13714 # This assumes that the test object file only shows up
13715 # once in the compiler output.
13716 if test "$p" = "conftest.$objext"; then
13717 pre_test_object_deps_done
=yes
13721 if test "$pre_test_object_deps_done" = no
; then
13722 if test -z "$predep_objects_CXX"; then
13723 predep_objects_CXX
="$p"
13725 predep_objects_CXX
="$predep_objects_CXX $p"
13728 if test -z "$postdep_objects_CXX"; then
13729 postdep_objects_CXX
="$p"
13731 postdep_objects_CXX
="$postdep_objects_CXX $p"
13736 *) ;; # Ignore the rest.
13744 echo "libtool.m4: error: problem compiling CXX test program"
13747 $RM -f confest.
$objext
13749 # PORTME: override above test on systems where it is broken
13752 # Interix 3.5 installs completely hosed .la files for C++, so rather than
13753 # hack all around it, let's just trust "g++" to DTRT.
13754 predep_objects_CXX
=
13755 postdep_objects_CXX
=
13760 case `$CC -V 2>&1 | sed 5q` in
13764 # The more standards-conforming stlport4 library is
13765 # incompatible with the Cstd library. Avoid specifying
13766 # it if it's in CXXFLAGS. Ignore libCrun as
13767 # -library=stlport4 depends on it.
13768 case " $CXX $CXXFLAGS " in
13769 *" -library=stlport4 "*)
13770 solaris_use_stlport4
=yes
13774 if test "$solaris_use_stlport4" != yes; then
13775 postdeps_CXX
='-library=Cstd -library=Crun'
13782 case $cc_basename in
13784 # The more standards-conforming stlport4 library is
13785 # incompatible with the Cstd library. Avoid specifying
13786 # it if it's in CXXFLAGS. Ignore libCrun as
13787 # -library=stlport4 depends on it.
13788 case " $CXX $CXXFLAGS " in
13789 *" -library=stlport4 "*)
13790 solaris_use_stlport4
=yes
13794 # Adding this requires a known-good setup of shared libraries for
13795 # Sun compiler versions before 5.6, else PIC objects from an old
13796 # archive will be linked into the output, leading to subtle bugs.
13797 if test "$solaris_use_stlport4" != yes; then
13798 postdeps_CXX
='-library=Cstd -library=Crun'
13806 case " $postdeps_CXX " in
13807 *" -lc "*) archive_cmds_need_lc_CXX
=no
;;
13835 lt_prog_compiler_wl_CXX
=
13836 lt_prog_compiler_pic_CXX
=
13837 lt_prog_compiler_static_CXX
=
13839 echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
13840 echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
13842 # C++ specific cases for pic, static, wl, etc.
13843 if test "$GXX" = yes; then
13844 lt_prog_compiler_wl_CXX
='-Wl,'
13845 lt_prog_compiler_static_CXX
='-static'
13849 # All AIX code is PIC.
13850 if test "$host_cpu" = ia64
; then
13851 # AIX 5 now supports IA64 processor
13852 lt_prog_compiler_static_CXX
='-Bstatic'
13856 if test "$host_cpu" = m68k
; then
13857 # FIXME: we need at least 68020 code to build shared libraries, but
13858 # adding the `-m68020' flag to GCC prevents building anything better,
13860 lt_prog_compiler_pic_CXX
='-m68020 -resident32 -malways-restore-a4'
13863 beos
* | irix5
* | irix6
* | nonstopux
* | osf3
* | osf4
* | osf5
*)
13864 # PIC is the default for these OSes.
13866 mingw
* | cygwin
* | os2
* | pw32
*)
13867 # This hack is so that the source file can tell whether it is being
13868 # built for inclusion in a dll (and should export symbols for example).
13869 # Although the cygwin gcc ignores -fPIC, still need this for old-style
13870 # (--disable-auto-import) libraries
13871 lt_prog_compiler_pic_CXX
='-DDLL_EXPORT'
13873 darwin
* | rhapsody
*)
13874 # PIC is the default on this platform
13875 # Common symbols not allowed in MH_DYLIB files
13876 lt_prog_compiler_pic_CXX
='-fno-common'
13879 # DJGPP does not support shared libraries at all
13880 lt_prog_compiler_pic_CXX
=
13883 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
13884 # Instead, we relocate shared libraries at runtime.
13887 if test -d /usr
/nec
; then
13888 lt_prog_compiler_pic_CXX
=-Kconform_pic
13892 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
13893 # not for PA HP-UX.
13898 lt_prog_compiler_pic_CXX
='-fPIC'
13903 # QNX uses GNU C++, but need to define -shared option too, otherwise
13904 # it will coredump.
13905 lt_prog_compiler_pic_CXX
='-fPIC -shared'
13908 lt_prog_compiler_pic_CXX
='-fPIC'
13914 # All AIX code is PIC.
13915 if test "$host_cpu" = ia64
; then
13916 # AIX 5 now supports IA64 processor
13917 lt_prog_compiler_static_CXX
='-Bstatic'
13919 lt_prog_compiler_static_CXX
='-bnso -bI:/lib/syscalls.exp'
13923 case $cc_basename in
13925 # Green Hills C++ Compiler
13926 # _LT_TAGVAR(lt_prog_compiler_static, CXX)="--no_auto_instantiation -u __main -u __premain -u _abort -r $COOL_DIR/lib/libOrb.a $MVME_DIR/lib/CC/libC.a $MVME_DIR/lib/classix/libcx.s.a"
13931 # PIC is the default on this platform
13932 # Common symbols not allowed in MH_DYLIB files
13933 case $cc_basename in
13935 lt_prog_compiler_pic_CXX
='-qnocommon'
13936 lt_prog_compiler_wl_CXX
='-Wl,'
13941 case $cc_basename in
13943 lt_prog_compiler_pic_CXX
='-KPIC'
13946 # Green Hills C++ Compiler
13947 lt_prog_compiler_pic_CXX
='-pic'
13953 freebsd
* | dragonfly
*)
13954 # FreeBSD uses GNU C++
13956 hpux9
* | hpux10
* | hpux11
*)
13957 case $cc_basename in
13959 lt_prog_compiler_wl_CXX
='-Wl,'
13960 lt_prog_compiler_static_CXX
='${wl}-a ${wl}archive'
13961 if test "$host_cpu" != ia64
; then
13962 lt_prog_compiler_pic_CXX
='+Z'
13966 lt_prog_compiler_wl_CXX
='-Wl,'
13967 lt_prog_compiler_static_CXX
='${wl}-a ${wl}archive'
13973 lt_prog_compiler_pic_CXX
='+Z'
13982 # This is c89, which is MS Visual C++ (no shared libs)
13983 # Anyone wants to do a port?
13985 irix5
* | irix6
* | nonstopux
*)
13986 case $cc_basename in
13988 lt_prog_compiler_wl_CXX
='-Wl,'
13989 lt_prog_compiler_static_CXX
='-non_shared'
13990 # CC pic flag -KPIC is the default.
13996 linux
* | k
*bsd
*-gnu)
13997 case $cc_basename in
14000 lt_prog_compiler_wl_CXX
='--backend -Wl,'
14001 lt_prog_compiler_pic_CXX
='-fPIC'
14005 lt_prog_compiler_wl_CXX
='-Wl,'
14006 lt_prog_compiler_pic_CXX
='-KPIC'
14007 lt_prog_compiler_static_CXX
='-static'
14010 # Portland Group C++ compiler
14011 lt_prog_compiler_wl_CXX
='-Wl,'
14012 lt_prog_compiler_pic_CXX
='-fpic'
14013 lt_prog_compiler_static_CXX
='-Bstatic'
14017 # Make sure the PIC flag is empty. It appears that all Alpha
14018 # Linux and Compaq Tru64 Unix objects are PIC.
14019 lt_prog_compiler_pic_CXX
=
14020 lt_prog_compiler_static_CXX
='-non_shared'
14023 case `$CC -V 2>&1 | sed 5q` in
14026 lt_prog_compiler_pic_CXX
='-KPIC'
14027 lt_prog_compiler_static_CXX
='-Bstatic'
14028 lt_prog_compiler_wl_CXX
='-Qoption ld '
14039 case $cc_basename in
14041 lt_prog_compiler_pic_CXX
='-W c,exportall'
14050 # QNX uses GNU C++, but need to define -shared option too, otherwise
14051 # it will coredump.
14052 lt_prog_compiler_pic_CXX
='-fPIC -shared'
14054 osf3
* | osf4
* | osf5
*)
14055 case $cc_basename in
14057 lt_prog_compiler_wl_CXX
='--backend -Wl,'
14060 # Rational C++ 2.4.1
14061 lt_prog_compiler_pic_CXX
='-pic'
14064 # Digital/Compaq C++
14065 lt_prog_compiler_wl_CXX
='-Wl,'
14066 # Make sure the PIC flag is empty. It appears that all Alpha
14067 # Linux and Compaq Tru64 Unix objects are PIC.
14068 lt_prog_compiler_pic_CXX
=
14069 lt_prog_compiler_static_CXX
='-non_shared'
14078 case $cc_basename in
14080 # Sun C++ 4.2, 5.x and Centerline C++
14081 lt_prog_compiler_pic_CXX
='-KPIC'
14082 lt_prog_compiler_static_CXX
='-Bstatic'
14083 lt_prog_compiler_wl_CXX
='-Qoption ld '
14086 # Green Hills C++ Compiler
14087 lt_prog_compiler_pic_CXX
='-PIC'
14094 case $cc_basename in
14097 lt_prog_compiler_pic_CXX
='-pic'
14098 lt_prog_compiler_static_CXX
='-Bstatic'
14102 lt_prog_compiler_pic_CXX
='-pic'
14108 sysv5
* | unixware
* | sco3.2v5
* | sco5v6
* | OpenUNIX
*)
14109 case $cc_basename in
14111 lt_prog_compiler_wl_CXX
='-Wl,'
14112 lt_prog_compiler_pic_CXX
='-KPIC'
14113 lt_prog_compiler_static_CXX
='-Bstatic'
14118 case $cc_basename in
14120 # NonStop-UX NCC 3.20
14121 lt_prog_compiler_pic_CXX
='-KPIC'
14130 lt_prog_compiler_can_build_shared_CXX
=no
14136 # For platforms which do not support PIC, -DPIC is meaningless:
14138 lt_prog_compiler_pic_CXX
=
14141 lt_prog_compiler_pic_CXX
="$lt_prog_compiler_pic_CXX -DPIC"
14144 echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_CXX" >&5
14145 echo "${ECHO_T}$lt_prog_compiler_pic_CXX" >&6
14150 # Check to make sure the PIC flag actually works.
14152 if test -n "$lt_prog_compiler_pic_CXX"; then
14153 echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works" >&5
14154 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_CXX works... $ECHO_C" >&6
14155 if test "${lt_prog_compiler_pic_works_CXX+set}" = set; then
14156 echo $ECHO_N "(cached) $ECHO_C" >&6
14158 lt_prog_compiler_pic_works_CXX
=no
14159 ac_outfile
=conftest.
$ac_objext
14160 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
14161 lt_compiler_flag
="$lt_prog_compiler_pic_CXX -DPIC"
14162 # Insert the option either (1) after the last *FLAGS variable, or
14163 # (2) before a word containing "conftest.", or (3) at the end.
14164 # Note that $ac_compile itself does not contain backslashes and begins
14165 # with a dollar sign (not a hyphen), so the echo should work correctly.
14166 # The option is referenced via a variable to avoid confusing sed.
14167 lt_compile
=`echo "$ac_compile" | $SED \
14168 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14169 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14170 -e 's:$: $lt_compiler_flag:'`
14171 (eval echo "\"\$as_me:14171: $lt_compile\"" >&5)
14172 (eval "$lt_compile" 2>conftest.err
)
14174 cat conftest.err
>&5
14175 echo "$as_me:14175: \$? = $ac_status" >&5
14176 if (exit $ac_status) && test -s "$ac_outfile"; then
14177 # The compiler can only warn and ignore the option if not recognized
14178 # So say no if there are warnings other than the usual output.
14179 $ECHO "X$_lt_compiler_boilerplate" |
$Xsed -e '/^$/d' >conftest.exp
14180 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
14181 if test ! -s conftest.er2 ||
diff conftest.exp conftest.er2
>/dev
/null
; then
14182 lt_prog_compiler_pic_works_CXX
=yes
14188 echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_CXX" >&5
14189 echo "${ECHO_T}$lt_prog_compiler_pic_works_CXX" >&6
14191 if test x
"$lt_prog_compiler_pic_works_CXX" = xyes
; then
14192 case $lt_prog_compiler_pic_CXX in
14194 *) lt_prog_compiler_pic_CXX
=" $lt_prog_compiler_pic_CXX" ;;
14197 lt_prog_compiler_pic_CXX
=
14198 lt_prog_compiler_can_build_shared_CXX
=no
14206 # Check to make sure the static flag actually works.
14208 wl
=$lt_prog_compiler_wl_CXX eval lt_tmp_static_flag
=\"$lt_prog_compiler_static_CXX\"
14209 echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
14210 echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6
14211 if test "${lt_prog_compiler_static_works_CXX+set}" = set; then
14212 echo $ECHO_N "(cached) $ECHO_C" >&6
14214 lt_prog_compiler_static_works_CXX
=no
14215 save_LDFLAGS
="$LDFLAGS"
14216 LDFLAGS
="$LDFLAGS $lt_tmp_static_flag"
14217 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
14218 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
14219 # The linker can only warn and ignore the option if not recognized
14220 # So say no if there are warnings
14221 if test -s conftest.err
; then
14222 # Append any errors to the config.log.
14223 cat conftest.err
1>&5
14224 $ECHO "X$_lt_linker_boilerplate" |
$Xsed -e '/^$/d' > conftest.exp
14225 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
14226 if diff conftest.exp conftest.er2
>/dev
/null
; then
14227 lt_prog_compiler_static_works_CXX
=yes
14230 lt_prog_compiler_static_works_CXX
=yes
14234 LDFLAGS
="$save_LDFLAGS"
14237 echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_CXX" >&5
14238 echo "${ECHO_T}$lt_prog_compiler_static_works_CXX" >&6
14240 if test x
"$lt_prog_compiler_static_works_CXX" = xyes
; then
14243 lt_prog_compiler_static_CXX
=
14249 echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
14250 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
14251 if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then
14252 echo $ECHO_N "(cached) $ECHO_C" >&6
14254 lt_cv_prog_compiler_c_o_CXX
=no
14255 $RM -r conftest
2>/dev
/null
14259 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
14261 lt_compiler_flag
="-o out/conftest2.$ac_objext"
14262 # Insert the option either (1) after the last *FLAGS variable, or
14263 # (2) before a word containing "conftest.", or (3) at the end.
14264 # Note that $ac_compile itself does not contain backslashes and begins
14265 # with a dollar sign (not a hyphen), so the echo should work correctly.
14266 lt_compile
=`echo "$ac_compile" | $SED \
14267 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14268 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14269 -e 's:$: $lt_compiler_flag:'`
14270 (eval echo "\"\$as_me:14270: $lt_compile\"" >&5)
14271 (eval "$lt_compile" 2>out
/conftest.err
)
14273 cat out
/conftest.err
>&5
14274 echo "$as_me:14274: \$? = $ac_status" >&5
14275 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
14277 # The compiler can only warn and ignore the option if not recognized
14278 # So say no if there are warnings
14279 $ECHO "X$_lt_compiler_boilerplate" |
$Xsed -e '/^$/d' > out
/conftest.exp
14280 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
14281 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
14282 lt_cv_prog_compiler_c_o_CXX
=yes
14287 # SGI C++ compiler will create directory out/ii_files/ for
14288 # template instantiation
14289 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
14290 $RM out
/* && rmdir out
14296 echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5
14297 echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6
14301 echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
14302 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
14303 if test "${lt_cv_prog_compiler_c_o_CXX+set}" = set; then
14304 echo $ECHO_N "(cached) $ECHO_C" >&6
14306 lt_cv_prog_compiler_c_o_CXX
=no
14307 $RM -r conftest
2>/dev
/null
14311 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
14313 lt_compiler_flag
="-o out/conftest2.$ac_objext"
14314 # Insert the option either (1) after the last *FLAGS variable, or
14315 # (2) before a word containing "conftest.", or (3) at the end.
14316 # Note that $ac_compile itself does not contain backslashes and begins
14317 # with a dollar sign (not a hyphen), so the echo should work correctly.
14318 lt_compile
=`echo "$ac_compile" | $SED \
14319 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
14320 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
14321 -e 's:$: $lt_compiler_flag:'`
14322 (eval echo "\"\$as_me:14322: $lt_compile\"" >&5)
14323 (eval "$lt_compile" 2>out
/conftest.err
)
14325 cat out
/conftest.err
>&5
14326 echo "$as_me:14326: \$? = $ac_status" >&5
14327 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
14329 # The compiler can only warn and ignore the option if not recognized
14330 # So say no if there are warnings
14331 $ECHO "X$_lt_compiler_boilerplate" |
$Xsed -e '/^$/d' > out
/conftest.exp
14332 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
14333 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
14334 lt_cv_prog_compiler_c_o_CXX
=yes
14339 # SGI C++ compiler will create directory out/ii_files/ for
14340 # template instantiation
14341 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
14342 $RM out
/* && rmdir out
14348 echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_CXX" >&5
14349 echo "${ECHO_T}$lt_cv_prog_compiler_c_o_CXX" >&6
14354 hard_links
="nottested"
14355 if test "$lt_cv_prog_compiler_c_o_CXX" = no
&& test "$need_locks" != no
; then
14356 # do not overwrite the value of need_locks provided by the user
14357 echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
14358 echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
14361 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
14363 ln conftest.a conftest.b
2>&5 || hard_links
=no
14364 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
14365 echo "$as_me:$LINENO: result: $hard_links" >&5
14366 echo "${ECHO_T}$hard_links" >&6
14367 if test "$hard_links" = no
; then
14368 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
14369 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
14378 echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
14379 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
14381 export_symbols_cmds_CXX
='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
14384 # If we're using GNU nm, then we don't want the "-C" option.
14385 # -C means demangle to AIX nm, but means don't demangle with GNU nm
14386 if $NM -V 2>&1 |
$GREP 'GNU' > /dev
/null
; then
14387 export_symbols_cmds_CXX
='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
14389 export_symbols_cmds_CXX
='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
14393 export_symbols_cmds_CXX
="$ltdll_cmds"
14396 export_symbols_cmds_CXX
='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;/^.*[ ]__nm__/s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
14399 export_symbols_cmds_CXX
='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
14403 echo "$as_me:$LINENO: result: $ld_shlibs_CXX" >&5
14404 echo "${ECHO_T}$ld_shlibs_CXX" >&6
14405 test "$ld_shlibs_CXX" = no
&& can_build_shared
=no
14407 with_gnu_ld_CXX
=$with_gnu_ld
14415 # Do we need to explicitly link libc?
14417 case "x$archive_cmds_need_lc_CXX" in
14419 # Assume -lc should be added
14420 archive_cmds_need_lc_CXX
=yes
14422 if test "$enable_shared" = yes && test "$GCC" = yes; then
14423 case $archive_cmds_CXX in
14425 # FIXME: we may have to deal with multi-command sequences.
14428 # Test whether the compiler implicitly links with -lc since on some
14429 # systems, -lgcc has to come before -lc. If gcc already passes -lc
14430 # to ld, don't add -lc before -lgcc.
14431 echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
14432 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
14434 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
14436 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14437 (eval $ac_compile) 2>&5
14439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14440 (exit $ac_status); } 2>conftest.err
; then
14443 libobjs
=conftest.
$ac_objext
14445 wl
=$lt_prog_compiler_wl_CXX
14446 pic_flag
=$lt_prog_compiler_pic_CXX
14452 lt_save_allow_undefined_flag
=$allow_undefined_flag_CXX
14453 allow_undefined_flag_CXX
=
14454 if { (eval echo "$as_me:$LINENO: \"$archive_cmds_CXX 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
14455 (eval $archive_cmds_CXX 2\
>\
&1 \|
$GREP \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
14457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14458 (exit $ac_status); }
14460 archive_cmds_need_lc_CXX
=no
14462 archive_cmds_need_lc_CXX
=yes
14464 allow_undefined_flag_CXX
=$lt_save_allow_undefined_flag
14466 cat conftest.err
1>&5
14469 echo "$as_me:$LINENO: result: $archive_cmds_need_lc_CXX" >&5
14470 echo "${ECHO_T}$archive_cmds_need_lc_CXX" >&6
14540 echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
14541 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
14543 library_names_spec
=
14544 libname_spec
='lib$name'
14548 postuninstall_cmds
=
14552 shlibpath_overrides_runpath
=unknown
14554 dynamic_linker
="$host_os ld.so"
14555 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
14556 need_lib_prefix
=unknown
14557 hardcode_into_libs
=no
14559 # when you set need_version to no, make sure it does not cause -set_version
14560 # flags to be left without arguments
14561 need_version
=unknown
14566 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
14567 shlibpath_var
=LIBPATH
14569 # AIX 3 has no versioning support, so we append a major version to the name.
14570 soname_spec
='${libname}${release}${shared_ext}$major'
14577 hardcode_into_libs
=yes
14578 if test "$host_cpu" = ia64
; then
14579 # AIX 5 supports IA64
14580 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
14581 shlibpath_var
=LD_LIBRARY_PATH
14583 # With GCC up to 2.95.x, collect2 would create an import file
14584 # for dependence libraries. The import file would start with
14585 # the line `#! .'. This would cause the generated library to
14586 # depend on `.', always an invalid library. This was fixed in
14587 # development snapshots of GCC prior to 3.0.
14589 aix4 | aix4.
[01] | aix4.
[01].
*)
14590 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
14592 echo '#endif'; } |
${CC} -E - |
$GREP yes > /dev
/null
; then
14595 can_build_shared
=no
14599 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
14600 # soname into executable. Probably we can add versioning support to
14601 # collect2, so additional links can be useful in future.
14602 if test "$aix_use_runtimelinking" = yes; then
14603 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
14604 # instead of lib<name>.a to let people know that these are not
14605 # typical AIX shared libraries.
14606 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14608 # We preserve .a as extension for shared libraries through AIX4.2
14609 # and later when we are not doing run time linking.
14610 library_names_spec
='${libname}${release}.a $libname.a'
14611 soname_spec
='${libname}${release}${shared_ext}$major'
14613 shlibpath_var
=LIBPATH
14618 if test "$host_cpu" = m68k
; then
14619 library_names_spec
='$libname.ixlibrary $libname.a'
14620 # Create ${libname}_ixlibrary.a entries in /sys/libs.
14621 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'
14628 library_names_spec
='${libname}${shared_ext}'
14629 dynamic_linker
="$host_os ld.so"
14630 shlibpath_var
=LIBRARY_PATH
14636 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14637 soname_spec
='${libname}${release}${shared_ext}$major'
14638 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
14639 shlibpath_var
=LD_LIBRARY_PATH
14640 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
14641 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
14642 # the default ld.so.conf also contains /usr/contrib/lib and
14643 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
14644 # libtool to hard-code these into programs
14647 cygwin
* | mingw
* | pw32
*)
14648 version_type
=windows
14653 case $withGCC,$host_os in
14654 yes,cygwin
* |
yes,mingw
* |
yes,pw32
*)
14655 library_names_spec
='$libname.dll.a'
14656 # DLL is installed to $(libdir)/../bin by postinstall_cmds
14657 postinstall_cmds
='base_file=`basename \${file}`~
14658 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
14659 dldir=$destdir/`dirname \$dlpath`~
14660 test -d \$dldir || mkdir -p \$dldir~
14661 $install_prog $dir/$dlname \$dldir/$dlname~
14662 chmod a+x \$dldir/$dlname~
14663 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
14664 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
14666 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
14667 dlpath=$dir/\$dldll~
14669 shlibpath_overrides_runpath
=yes
14673 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
14674 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
14675 sys_lib_search_path_spec
="/usr/lib /lib/w32api /lib /usr/local/lib"
14678 # MinGW DLLs use traditional 'lib' prefix
14679 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
14680 sys_lib_search_path_spec
=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
14681 if $ECHO "$sys_lib_search_path_spec" |
$GREP ';[c-zC-Z]:/' >/dev
/null
; then
14682 # It is most probably a Windows format PATH printed by
14683 # mingw gcc, but we are running on Cygwin. Gcc prints its search
14684 # path with ; separators, and with drive letters. We can handle the
14685 # drive letters (cygwin fileutils understands them), so leave them,
14686 # especially as we might pass files found there to a mingw objdump,
14687 # which wouldn't understand a cygwinified path. Ahh.
14688 sys_lib_search_path_spec
=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
14690 sys_lib_search_path_spec
=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
14694 # pw32 DLLs use 'pw' prefix rather than 'lib'
14695 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
14701 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
14704 dynamic_linker
='Win32 ld.exe'
14705 # FIXME: first we should search . and the directory the executable is in
14709 darwin
* | rhapsody
*)
14710 dynamic_linker
="$host_os dyld"
14711 version_type
=darwin
14714 library_names_spec
='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
14715 soname_spec
='${libname}${release}${major}$shared_ext'
14716 shlibpath_overrides_runpath
=yes
14717 shlibpath_var
=DYLD_LIBRARY_PATH
14718 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
14720 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
14727 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
14728 soname_spec
='${libname}${release}${shared_ext}$major'
14729 shlibpath_var
=LD_LIBRARY_PATH
14736 freebsd
* | dragonfly
*)
14737 # DragonFly does not have aout. When/if they implement a new
14738 # versioning mechanism, adjust this.
14739 if test -x /usr
/bin
/objformat
; then
14740 objformat
=`/usr/bin/objformat`
14743 freebsd
[123]*) objformat
=aout
;;
14744 *) objformat
=elf
;;
14747 version_type
=freebsd-
$objformat
14748 case $version_type in
14750 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
14755 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
14759 shlibpath_var
=LD_LIBRARY_PATH
14762 shlibpath_overrides_runpath
=yes
14764 freebsd3.
[01]* | freebsdelf3.
[01]*)
14765 shlibpath_overrides_runpath
=yes
14766 hardcode_into_libs
=yes
14768 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
14769 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
14770 shlibpath_overrides_runpath
=no
14771 hardcode_into_libs
=yes
14773 *) # from 4.6 on, and DragonFly
14774 shlibpath_overrides_runpath
=yes
14775 hardcode_into_libs
=yes
14784 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
14785 soname_spec
='${libname}${release}${shared_ext}$major'
14786 shlibpath_var
=LD_LIBRARY_PATH
14787 hardcode_into_libs
=yes
14790 hpux9
* | hpux10
* | hpux11
*)
14791 # Give a soname corresponding to the major version so that dld.sl refuses to
14792 # link against other versions.
14799 hardcode_into_libs
=yes
14800 dynamic_linker
="$host_os dld.so"
14801 shlibpath_var
=LD_LIBRARY_PATH
14802 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
14803 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14804 soname_spec
='${libname}${release}${shared_ext}$major'
14805 if test "X$HPUX_IA64_MODE" = X32
; then
14806 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
14808 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
14810 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
14814 hardcode_into_libs
=yes
14815 dynamic_linker
="$host_os dld.sl"
14816 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
14817 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
14818 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14819 soname_spec
='${libname}${release}${shared_ext}$major'
14820 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
14821 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
14825 dynamic_linker
="$host_os dld.sl"
14826 shlibpath_var
=SHLIB_PATH
14827 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
14828 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14829 soname_spec
='${libname}${release}${shared_ext}$major'
14832 # HP-UX runs *really* slowly unless shared libraries are mode 555.
14833 postinstall_cmds
='chmod 555 $lib'
14840 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
14841 soname_spec
='${libname}${release}${shared_ext}$major'
14842 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
14843 shlibpath_var
=LD_LIBRARY_PATH
14844 shlibpath_overrides_runpath
=no
14845 hardcode_into_libs
=yes
14848 irix5
* | irix6
* | nonstopux
*)
14850 nonstopux
*) version_type
=nonstopux
;;
14852 if test "$lt_cv_prog_gnu_ld" = yes; then
14860 soname_spec
='${libname}${release}${shared_ext}$major'
14861 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
14863 irix5
* | nonstopux
*)
14864 libsuff
= shlibsuff
=
14867 case $LD in # libtool.m4 will add one of these switches to LD
14868 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
14869 libsuff
= shlibsuff
= libmagic
=32-bit;;
14870 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
14871 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
14872 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
14873 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
14874 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
14878 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
14879 shlibpath_overrides_runpath
=no
14880 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
14881 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
14882 hardcode_into_libs
=yes
14885 # No shared lib support for Linux oldld, aout, or coff.
14886 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
14890 # This must be Linux ELF.
14891 linux
* | k
*bsd
*-gnu)
14895 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14896 soname_spec
='${libname}${release}${shared_ext}$major'
14897 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
14898 shlibpath_var
=LD_LIBRARY_PATH
14899 shlibpath_overrides_runpath
=no
14900 # Some binutils ld are patched to set DT_RUNPATH
14901 save_LDFLAGS
=$LDFLAGS
14902 save_libdir
=$libdir
14903 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_CXX\"; \
14904 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_CXX\""
14905 if test x
$gcc_no_link = xyes
; then
14906 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
14907 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
14908 { (exit 1); exit 1; }; }
14910 cat >conftest.
$ac_ext <<_ACEOF
14913 cat confdefs.h
>>conftest.
$ac_ext
14914 cat >>conftest.
$ac_ext <<_ACEOF
14915 /* end confdefs.h. */
14925 rm -f conftest.
$ac_objext conftest
$ac_exeext
14926 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14927 (eval $ac_link) 2>conftest.er1
14929 grep -v '^ *+' conftest.er1
>conftest.err
14931 cat conftest.err
>&5
14932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14933 (exit $ac_status); } &&
14934 { ac_try
='test -z "$ac_cxx_werror_flag"
14935 || test ! -s conftest.err'
14936 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14937 (eval $ac_try) 2>&5
14939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14940 (exit $ac_status); }; } &&
14941 { ac_try
='test -s conftest$ac_exeext'
14942 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14943 (eval $ac_try) 2>&5
14945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14946 (exit $ac_status); }; }; then
14947 if ($OBJDUMP -p conftest
$ac_exeext) 2>/dev
/null |
grep "RUNPATH.*$libdir"; then
14948 shlibpath_overrides_runpath
=yes
14952 echo "$as_me: failed program was:" >&5
14953 sed 's/^/| /' conftest.
$ac_ext >&5
14956 rm -f conftest.err conftest.
$ac_objext \
14957 conftest
$ac_exeext conftest.
$ac_ext
14958 LDFLAGS
=$save_LDFLAGS
14959 libdir
=$save_libdir
14961 # This implies no fast_install, which is unacceptable.
14962 # Some rework will be needed to allow for fast_install
14963 # before this can be enabled.
14964 hardcode_into_libs
=yes
14966 # Append ld.so.conf contents to the search path
14967 if test -f /etc
/ld.so.conf
; then
14968 lt_ld_extra
=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
14969 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
14972 # We used to test for /lib/ld.so.1 and disable shared libraries on
14973 # powerpc, because MkLinux only supported shared libraries with the
14974 # GNU dynamic linker. Since this was broken with cross compilers,
14975 # most powerpc-linux boxes support dynamic linking these days and
14976 # people can always --disable-shared, the test was removed, and we
14977 # assume the GNU/Linux dynamic linker is in use.
14978 dynamic_linker
='GNU/Linux ld.so'
14985 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
14986 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14987 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
14988 dynamic_linker
='NetBSD (a.out) ld.so'
14990 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
14991 soname_spec
='${libname}${release}${shared_ext}$major'
14992 dynamic_linker
='NetBSD ld.elf_so'
14994 shlibpath_var
=LD_LIBRARY_PATH
14995 shlibpath_overrides_runpath
=yes
14996 hardcode_into_libs
=yes
15001 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15002 shlibpath_var
=LD_LIBRARY_PATH
15003 shlibpath_overrides_runpath
=yes
15010 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15011 soname_spec
='${libname}${release}${shared_ext}$major'
15012 shlibpath_var
=LD_LIBRARY_PATH
15013 shlibpath_overrides_runpath
=no
15014 hardcode_into_libs
=yes
15015 dynamic_linker
='ldqnx.so'
15020 sys_lib_dlsearch_path_spec
="/usr/lib"
15022 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
15024 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
15025 *) need_version
=no
;;
15027 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
15028 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
15029 shlibpath_var
=LD_LIBRARY_PATH
15030 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
15032 openbsd2.
[89] | openbsd2.
[89].
*)
15033 shlibpath_overrides_runpath
=no
15036 shlibpath_overrides_runpath
=yes
15040 shlibpath_overrides_runpath
=yes
15045 libname_spec
='$name'
15048 library_names_spec
='$libname${shared_ext} $libname.a'
15049 dynamic_linker
='OS/2 ld.exe'
15050 shlibpath_var
=LIBPATH
15053 osf3
* | osf4
* | osf5
*)
15057 soname_spec
='${libname}${release}${shared_ext}$major'
15058 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15059 shlibpath_var
=LD_LIBRARY_PATH
15060 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
15061 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
15072 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15073 soname_spec
='${libname}${release}${shared_ext}$major'
15074 shlibpath_var
=LD_LIBRARY_PATH
15075 shlibpath_overrides_runpath
=yes
15076 hardcode_into_libs
=yes
15077 # ldd complains unless libraries are executable
15078 postinstall_cmds
='chmod +x $lib'
15083 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
15084 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
15085 shlibpath_var
=LD_LIBRARY_PATH
15086 shlibpath_overrides_runpath
=yes
15087 if test "$with_gnu_ld" = yes; then
15095 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15096 soname_spec
='${libname}${release}${shared_ext}$major'
15097 shlibpath_var
=LD_LIBRARY_PATH
15098 case $host_vendor in
15100 shlibpath_overrides_runpath
=no
15102 runpath_var
=LD_RUN_PATH
15110 shlibpath_overrides_runpath
=no
15111 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
15117 if test -d /usr
/nec
;then
15119 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
15120 soname_spec
='$libname${shared_ext}.$major'
15121 shlibpath_var
=LD_LIBRARY_PATH
15125 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
15126 version_type
=freebsd-elf
15129 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
15130 soname_spec
='${libname}${release}${shared_ext}$major'
15131 shlibpath_var
=LD_LIBRARY_PATH
15132 shlibpath_overrides_runpath
=yes
15133 hardcode_into_libs
=yes
15134 if test "$with_gnu_ld" = yes; then
15135 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
15137 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
15140 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
15144 sys_lib_dlsearch_path_spec
='/usr/lib'
15148 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
15152 library_name_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15153 shlibpath_var
=LD_LIBRARY_PATH
15154 shlibpath_overrides_runpath
=no
15155 hardcode_into_libs
=yes
15160 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
15161 soname_spec
='${libname}${release}${shared_ext}$major'
15162 shlibpath_var
=LD_LIBRARY_PATH
15169 echo "$as_me:$LINENO: result: $dynamic_linker" >&5
15170 echo "${ECHO_T}$dynamic_linker" >&6
15171 test "$dynamic_linker" = no
&& can_build_shared
=no
15173 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
15174 if test "$GCC" = yes; then
15175 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
15213 echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
15214 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
15215 hardcode_action_CXX
=
15216 if test -n "$hardcode_libdir_flag_spec_CXX" ||
15217 test -n "$runpath_var_CXX" ||
15218 test "X$hardcode_automatic_CXX" = "Xyes" ; then
15220 # We can hardcode non-existent directories.
15221 if test "$hardcode_direct_CXX" != no
&&
15222 # If the only mechanism to avoid hardcoding is shlibpath_var, we
15223 # have to relink, otherwise we might link with an installed library
15224 # when we should be linking with a yet-to-be-installed one
15225 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, CXX)" != no &&
15226 test "$hardcode_minus_L_CXX" != no
; then
15227 # Linking always hardcodes the temporary library directory.
15228 hardcode_action_CXX
=relink
15230 # We can link without hardcoding, and we can hardcode nonexisting dirs.
15231 hardcode_action_CXX
=immediate
15234 # We cannot hardcode anything, or else we can only hardcode existing
15236 hardcode_action_CXX
=unsupported
15238 echo "$as_me:$LINENO: result: $hardcode_action_CXX" >&5
15239 echo "${ECHO_T}$hardcode_action_CXX" >&6
15241 if test "$hardcode_action_CXX" = relink ||
15242 test "$inherit_rpath_CXX" = yes; then
15243 # Fast installation is not supported
15244 enable_fast_install
=no
15245 elif test "$shlibpath_overrides_runpath" = yes ||
15246 test "$enable_shared" = no
; then
15247 # Fast installation is not necessary
15248 enable_fast_install
=needless
15257 fi # test -n "$compiler"
15263 with_gnu_ld
=$lt_save_with_gnu_ld
15264 lt_cv_path_LDCXX
=$lt_cv_path_LD
15265 lt_cv_path_LD
=$lt_save_path_LD
15266 lt_cv_prog_gnu_ldcxx
=$lt_cv_prog_gnu_ld
15267 lt_cv_prog_gnu_ld
=$lt_save_with_gnu_ld
15268 fi # test "$_lt_caught_CXX_error" != yes
15271 ac_cpp
='$CPP $CPPFLAGS'
15272 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
15273 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
15274 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
15288 ac_config_commands
="$ac_config_commands libtool"
15293 # Only expand once:
15299 # Extract the first word of "$ac_prog", so it can be a program name with args.
15300 set dummy
$ac_prog; ac_word
=$2
15301 echo "$as_me:$LINENO: checking for $ac_word" >&5
15302 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
15303 if test "${ac_cv_prog_GCJ+set}" = set; then
15304 echo $ECHO_N "(cached) $ECHO_C" >&6
15306 if test -n "$GCJ"; then
15307 ac_cv_prog_GCJ
="$GCJ" # Let the user override the test.
15309 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
15310 for as_dir
in $PATH
15313 test -z "$as_dir" && as_dir
=.
15314 for ac_exec_ext
in '' $ac_executable_extensions; do
15315 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15316 ac_cv_prog_GCJ
="$ac_prog"
15317 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15325 GCJ
=$ac_cv_prog_GCJ
15326 if test -n "$GCJ"; then
15327 echo "$as_me:$LINENO: result: $GCJ" >&5
15328 echo "${ECHO_T}$GCJ" >&6
15330 echo "$as_me:$LINENO: result: no" >&5
15331 echo "${ECHO_T}no" >&6
15334 test -n "$GCJ" && break
15336 test -n "$GCJ" || GCJ
="gcj"
15338 test -z "$GCJ" && { { echo "$as_me:$LINENO: error: no acceptable gcj found in \$PATH" >&5
15339 echo "$as_me: error: no acceptable gcj found in \$PATH" >&2;}
15340 { (exit 1); exit 1; }; }
15341 if test "x${GCJFLAGS-unset}" = xunset
; then
15346 depcc
="$GCJ" am_compiler_list
='gcc3 gcc'
15348 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
15349 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
15350 if test "${am_cv_GCJ_dependencies_compiler_type+set}" = set; then
15351 echo $ECHO_N "(cached) $ECHO_C" >&6
15353 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
15354 # We make a subdir and do the tests there. Otherwise we can end up
15355 # making bogus files that we don't know about and never remove. For
15356 # instance it was reported that on HP-UX the gcc test will end up
15357 # making a dummy file named `D' -- because `-MD' means `put the output
15360 # Copy depcomp to subdir because otherwise we won't find it if we're
15361 # using a relative directory.
15362 cp "$am_depcomp" conftest.dir
15364 # We will build objects and dependencies in a subdirectory because
15365 # it helps to detect inapplicable dependency modes. For instance
15366 # both Tru64's cc and ICC support -MD to output dependencies as a
15367 # side effect of compilation, but ICC will put the dependencies in
15368 # the current directory while Tru64 will put them in the object
15372 am_cv_GCJ_dependencies_compiler_type
=none
15373 if test "$am_compiler_list" = ""; then
15374 am_compiler_list
=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
15376 for depmode
in $am_compiler_list; do
15377 # Setup a source with many dependencies, because some compilers
15378 # like to wrap large dependency lists on column 80 (with \), and
15379 # we should not choose a depcomp mode which is confused by this.
15381 # We need to recreate these files for each test, as the compiler may
15382 # overwrite some of them when testing with obscure command lines.
15383 # This happens at least with the AIX C compiler.
15385 for i
in 1 2 3 4 5 6; do
15386 echo '#include "conftst'$i'.h"' >> sub
/conftest.c
15387 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
15388 # Solaris 8's {/usr,}/bin/sh.
15389 touch sub
/conftst
$i.h
15391 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
15395 # after this tag, mechanisms are not by side-effect, so they'll
15396 # only be used when explicitly requested
15397 if test "x$enable_dependency_tracking" = xyes
; then
15405 # We check with `-c' and `-o' for the sake of the "dashmstdout"
15406 # mode. It turns out that the SunPro C++ compiler does not properly
15407 # handle `-M -o', and we need to detect this.
15408 if depmode
=$depmode \
15409 source=sub
/conftest.c object
=sub
/conftest.
${OBJEXT-o} \
15410 depfile
=sub
/conftest.Po tmpdepfile
=sub
/conftest.TPo \
15411 $SHELL .
/depcomp
$depcc -c -o sub
/conftest.
${OBJEXT-o} sub
/conftest.c \
15412 >/dev
/null
2>conftest.err
&&
15413 grep sub
/conftst6.h sub
/conftest.Po
> /dev
/null
2>&1 &&
15414 grep sub
/conftest.
${OBJEXT-o} sub
/conftest.Po
> /dev
/null
2>&1 &&
15415 ${MAKE-make} -s -f confmf
> /dev
/null
2>&1; then
15416 # icc doesn't choke on unknown options, it will just issue warnings
15417 # or remarks (even with -Werror). So we grep stderr for any message
15418 # that says an option was ignored or not supported.
15419 # When given -MP, icc 7.0 and 7.1 complain thusly:
15420 # icc: Command line warning: ignoring option '-M'; no argument required
15421 # The diagnosis changed in icc 8.0:
15422 # icc: Command line remark: option '-MP' not supported
15423 if (grep 'ignoring option' conftest.err ||
15424 grep 'not supported' conftest.err
) >/dev
/null
2>&1; then :; else
15425 am_cv_GCJ_dependencies_compiler_type
=$depmode
15432 rm -rf conftest.dir
15434 am_cv_GCJ_dependencies_compiler_type
=none
15438 echo "$as_me:$LINENO: result: $am_cv_GCJ_dependencies_compiler_type" >&5
15439 echo "${ECHO_T}$am_cv_GCJ_dependencies_compiler_type" >&6
15440 GCJDEPMODE
=depmode
=$am_cv_GCJ_dependencies_compiler_type
15445 test "x$enable_dependency_tracking" != xno \
15446 && test "$am_cv_GCJ_dependencies_compiler_type" = gcc3
; then
15447 am__fastdepGCJ_TRUE
=
15448 am__fastdepGCJ_FALSE
='#'
15450 am__fastdepGCJ_TRUE
='#'
15451 am__fastdepGCJ_FALSE
=
15458 # Extract the first word of "$ac_prog", so it can be a program name with args.
15459 set dummy
$ac_prog; ac_word
=$2
15460 echo "$as_me:$LINENO: checking for $ac_word" >&5
15461 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
15462 if test "${ac_cv_prog_GCJ+set}" = set; then
15463 echo $ECHO_N "(cached) $ECHO_C" >&6
15465 if test -n "$GCJ"; then
15466 ac_cv_prog_GCJ
="$GCJ" # Let the user override the test.
15468 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
15469 for as_dir
in $PATH
15472 test -z "$as_dir" && as_dir
=.
15473 for ac_exec_ext
in '' $ac_executable_extensions; do
15474 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15475 ac_cv_prog_GCJ
="$ac_prog"
15476 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15484 GCJ
=$ac_cv_prog_GCJ
15485 if test -n "$GCJ"; then
15486 echo "$as_me:$LINENO: result: $GCJ" >&5
15487 echo "${ECHO_T}$GCJ" >&6
15489 echo "$as_me:$LINENO: result: no" >&5
15490 echo "${ECHO_T}no" >&6
15493 test -n "$GCJ" && break
15495 test -n "$GCJ" || GCJ
="gcj"
15497 test -z "$GCJ" && { { echo "$as_me:$LINENO: error: no acceptable gcj found in \$PATH" >&5
15498 echo "$as_me: error: no acceptable gcj found in \$PATH" >&2;}
15499 { (exit 1); exit 1; }; }
15500 if test "x${GCJFLAGS-unset}" = xunset
; then
15505 depcc
="$GCJ" am_compiler_list
='gcc3 gcc'
15507 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
15508 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
15509 if test "${am_cv_GCJ_dependencies_compiler_type+set}" = set; then
15510 echo $ECHO_N "(cached) $ECHO_C" >&6
15512 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
15513 # We make a subdir and do the tests there. Otherwise we can end up
15514 # making bogus files that we don't know about and never remove. For
15515 # instance it was reported that on HP-UX the gcc test will end up
15516 # making a dummy file named `D' -- because `-MD' means `put the output
15519 # Copy depcomp to subdir because otherwise we won't find it if we're
15520 # using a relative directory.
15521 cp "$am_depcomp" conftest.dir
15523 # We will build objects and dependencies in a subdirectory because
15524 # it helps to detect inapplicable dependency modes. For instance
15525 # both Tru64's cc and ICC support -MD to output dependencies as a
15526 # side effect of compilation, but ICC will put the dependencies in
15527 # the current directory while Tru64 will put them in the object
15531 am_cv_GCJ_dependencies_compiler_type
=none
15532 if test "$am_compiler_list" = ""; then
15533 am_compiler_list
=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
15535 for depmode
in $am_compiler_list; do
15536 # Setup a source with many dependencies, because some compilers
15537 # like to wrap large dependency lists on column 80 (with \), and
15538 # we should not choose a depcomp mode which is confused by this.
15540 # We need to recreate these files for each test, as the compiler may
15541 # overwrite some of them when testing with obscure command lines.
15542 # This happens at least with the AIX C compiler.
15544 for i
in 1 2 3 4 5 6; do
15545 echo '#include "conftst'$i'.h"' >> sub
/conftest.c
15546 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
15547 # Solaris 8's {/usr,}/bin/sh.
15548 touch sub
/conftst
$i.h
15550 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
15554 # after this tag, mechanisms are not by side-effect, so they'll
15555 # only be used when explicitly requested
15556 if test "x$enable_dependency_tracking" = xyes
; then
15564 # We check with `-c' and `-o' for the sake of the "dashmstdout"
15565 # mode. It turns out that the SunPro C++ compiler does not properly
15566 # handle `-M -o', and we need to detect this.
15567 if depmode
=$depmode \
15568 source=sub
/conftest.c object
=sub
/conftest.
${OBJEXT-o} \
15569 depfile
=sub
/conftest.Po tmpdepfile
=sub
/conftest.TPo \
15570 $SHELL .
/depcomp
$depcc -c -o sub
/conftest.
${OBJEXT-o} sub
/conftest.c \
15571 >/dev
/null
2>conftest.err
&&
15572 grep sub
/conftst6.h sub
/conftest.Po
> /dev
/null
2>&1 &&
15573 grep sub
/conftest.
${OBJEXT-o} sub
/conftest.Po
> /dev
/null
2>&1 &&
15574 ${MAKE-make} -s -f confmf
> /dev
/null
2>&1; then
15575 # icc doesn't choke on unknown options, it will just issue warnings
15576 # or remarks (even with -Werror). So we grep stderr for any message
15577 # that says an option was ignored or not supported.
15578 # When given -MP, icc 7.0 and 7.1 complain thusly:
15579 # icc: Command line warning: ignoring option '-M'; no argument required
15580 # The diagnosis changed in icc 8.0:
15581 # icc: Command line remark: option '-MP' not supported
15582 if (grep 'ignoring option' conftest.err ||
15583 grep 'not supported' conftest.err
) >/dev
/null
2>&1; then :; else
15584 am_cv_GCJ_dependencies_compiler_type
=$depmode
15591 rm -rf conftest.dir
15593 am_cv_GCJ_dependencies_compiler_type
=none
15597 echo "$as_me:$LINENO: result: $am_cv_GCJ_dependencies_compiler_type" >&5
15598 echo "${ECHO_T}$am_cv_GCJ_dependencies_compiler_type" >&6
15599 GCJDEPMODE
=depmode
=$am_cv_GCJ_dependencies_compiler_type
15604 test "x$enable_dependency_tracking" != xno \
15605 && test "$am_cv_GCJ_dependencies_compiler_type" = gcc3
; then
15606 am__fastdepGCJ_TRUE
=
15607 am__fastdepGCJ_FALSE
='#'
15609 am__fastdepGCJ_TRUE
='#'
15610 am__fastdepGCJ_FALSE
=
15618 # Source file extension for Java test sources.
15621 # Object file extension for compiled Java test sources.
15625 # Code to be used in simple compile tests
15626 lt_simple_compile_test_code
="int some_variable = 0;"
15628 # Code to be used in simple link tests
15629 lt_simple_link_test_code
='int main(){return(0);}'
15631 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
15638 # If no C compiler was specified, use CC.
15641 # If no C compiler flags were specified, use CFLAGS.
15642 LTCFLAGS
=${LTCFLAGS-"$CFLAGS"}
15644 # Allow CC to be a program name with arguments.
15648 # save warnings/boilerplate of simple test code
15649 ac_outfile
=conftest.
$ac_objext
15650 echo "$lt_simple_compile_test_code" >conftest.
$ac_ext
15651 eval "$ac_compile" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
15652 _lt_compiler_boilerplate
=`cat conftest.err`
15655 ac_outfile
=conftest.
$ac_objext
15656 echo "$lt_simple_link_test_code" >conftest.
$ac_ext
15657 eval "$ac_link" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
15658 _lt_linker_boilerplate
=`cat conftest.err`
15662 # Allow CC to be a program name with arguments.
15665 for cc_temp
in $compiler""; do
15667 compile |
*[\\/]compile | ccache |
*[\\/]ccache
) ;;
15668 distcc |
*[\\/]distcc | purify |
*[\\/]purify
) ;;
15673 cc_basename
=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
15676 # GCJ did not exist at the time GCC didn't implicitly link libc in.
15677 archive_cmds_need_lc_GCJ
=no
15679 old_archive_cmds_GCJ
=$old_archive_cmds
15682 ## There is no encapsulation within the following macros, do not change
15683 ## the running order or otherwise move them around unless you know exactly
15684 ## what you are doing...
15685 if test -n "$compiler"; then
15687 lt_prog_compiler_no_builtin_flag_GCJ
=
15689 if test "$GCC" = yes; then
15690 lt_prog_compiler_no_builtin_flag_GCJ
=' -fno-builtin'
15692 echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
15693 echo $ECHO_N "checking if $compiler supports -fno-rtti -fno-exceptions... $ECHO_C" >&6
15694 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
15695 echo $ECHO_N "(cached) $ECHO_C" >&6
15697 lt_cv_prog_compiler_rtti_exceptions
=no
15698 ac_outfile
=conftest.
$ac_objext
15699 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
15700 lt_compiler_flag
="-fno-rtti -fno-exceptions"
15701 # Insert the option either (1) after the last *FLAGS variable, or
15702 # (2) before a word containing "conftest.", or (3) at the end.
15703 # Note that $ac_compile itself does not contain backslashes and begins
15704 # with a dollar sign (not a hyphen), so the echo should work correctly.
15705 # The option is referenced via a variable to avoid confusing sed.
15706 lt_compile
=`echo "$ac_compile" | $SED \
15707 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
15708 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
15709 -e 's:$: $lt_compiler_flag:'`
15710 (eval echo "\"\$as_me:15710: $lt_compile\"" >&5)
15711 (eval "$lt_compile" 2>conftest.err
)
15713 cat conftest.err
>&5
15714 echo "$as_me:15714: \$? = $ac_status" >&5
15715 if (exit $ac_status) && test -s "$ac_outfile"; then
15716 # The compiler can only warn and ignore the option if not recognized
15717 # So say no if there are warnings other than the usual output.
15718 $ECHO "X$_lt_compiler_boilerplate" |
$Xsed -e '/^$/d' >conftest.exp
15719 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
15720 if test ! -s conftest.er2 ||
diff conftest.exp conftest.er2
>/dev
/null
; then
15721 lt_cv_prog_compiler_rtti_exceptions
=yes
15727 echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
15728 echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6
15730 if test x
"$lt_cv_prog_compiler_rtti_exceptions" = xyes
; then
15731 lt_prog_compiler_no_builtin_flag_GCJ
="$lt_prog_compiler_no_builtin_flag_GCJ -fno-rtti -fno-exceptions"
15740 lt_prog_compiler_wl_GCJ
=
15741 lt_prog_compiler_pic_GCJ
=
15742 lt_prog_compiler_static_GCJ
=
15744 echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
15745 echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
15747 if test "$GCC" = yes; then
15748 lt_prog_compiler_wl_GCJ
='-Wl,'
15749 lt_prog_compiler_static_GCJ
='-static'
15753 # All AIX code is PIC.
15754 if test "$host_cpu" = ia64
; then
15755 # AIX 5 now supports IA64 processor
15756 lt_prog_compiler_static_GCJ
='-Bstatic'
15761 if test "$host_cpu" = m68k
; then
15762 # FIXME: we need at least 68020 code to build shared libraries, but
15763 # adding the `-m68020' flag to GCC prevents building anything better,
15765 lt_prog_compiler_pic_GCJ
='-m68020 -resident32 -malways-restore-a4'
15769 beos
* | irix5
* | irix6
* | nonstopux
* | osf3
* | osf4
* | osf5
*)
15770 # PIC is the default for these OSes.
15773 mingw
* | cygwin
* | pw32
* | os2
*)
15774 # This hack is so that the source file can tell whether it is being
15775 # built for inclusion in a dll (and should export symbols for example).
15776 # Although the cygwin gcc ignores -fPIC, still need this for old-style
15777 # (--disable-auto-import) libraries
15778 lt_prog_compiler_pic_GCJ
='-DDLL_EXPORT'
15781 darwin
* | rhapsody
*)
15782 # PIC is the default on this platform
15783 # Common symbols not allowed in MH_DYLIB files
15784 lt_prog_compiler_pic_GCJ
='-fno-common'
15788 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
15789 # not for PA HP-UX.
15795 lt_prog_compiler_pic_GCJ
='-fPIC'
15801 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
15802 # Instead, we relocate shared libraries at runtime.
15806 # Just because we use GCC doesn't mean we suddenly get shared libraries
15807 # on systems that don't support them.
15808 lt_prog_compiler_can_build_shared_GCJ
=no
15813 # QNX uses GNU C++, but need to define -shared option too, otherwise
15814 # it will coredump.
15815 lt_prog_compiler_pic_GCJ
='-fPIC -shared'
15819 if test -d /usr
/nec
; then
15820 lt_prog_compiler_pic_GCJ
=-Kconform_pic
15825 lt_prog_compiler_pic_GCJ
='-fPIC'
15829 # PORTME Check for flag to pass linker flags through the system compiler.
15832 lt_prog_compiler_wl_GCJ
='-Wl,'
15833 if test "$host_cpu" = ia64
; then
15834 # AIX 5 now supports IA64 processor
15835 lt_prog_compiler_static_GCJ
='-Bstatic'
15837 lt_prog_compiler_static_GCJ
='-bnso -bI:/lib/syscalls.exp'
15841 # PIC is the default on this platform
15842 # Common symbols not allowed in MH_DYLIB files
15843 case $cc_basename in
15845 lt_prog_compiler_pic_GCJ
='-qnocommon'
15846 lt_prog_compiler_wl_GCJ
='-Wl,'
15851 mingw
* | cygwin
* | pw32
* | os2
*)
15852 # This hack is so that the source file can tell whether it is being
15853 # built for inclusion in a dll (and should export symbols for example).
15854 lt_prog_compiler_pic_GCJ
='-DDLL_EXPORT'
15857 hpux9
* | hpux10
* | hpux11
*)
15858 lt_prog_compiler_wl_GCJ
='-Wl,'
15859 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
15860 # not for PA HP-UX.
15866 lt_prog_compiler_pic_GCJ
='+Z'
15869 # Is there a better lt_prog_compiler_static that works with the bundled CC?
15870 lt_prog_compiler_static_GCJ
='${wl}-a ${wl}archive'
15873 irix5
* | irix6
* | nonstopux
*)
15874 lt_prog_compiler_wl_GCJ
='-Wl,'
15875 # PIC (with -KPIC) is the default.
15876 lt_prog_compiler_static_GCJ
='-non_shared'
15879 linux
* | k
*bsd
*-gnu)
15880 case $cc_basename in
15882 lt_prog_compiler_wl_GCJ
='-Wl,'
15883 lt_prog_compiler_pic_GCJ
='-KPIC'
15884 lt_prog_compiler_static_GCJ
='-static'
15886 pgcc
* | pgf77
* | pgf90
* | pgf95
*)
15887 # Portland Group compilers (*not* the Pentium gcc compiler,
15888 # which looks to be a dead project)
15889 lt_prog_compiler_wl_GCJ
='-Wl,'
15890 lt_prog_compiler_pic_GCJ
='-fpic'
15891 lt_prog_compiler_static_GCJ
='-Bstatic'
15894 lt_prog_compiler_wl_GCJ
='-Wl,'
15895 # All Alpha code is PIC.
15896 lt_prog_compiler_static_GCJ
='-non_shared'
15899 case `$CC -V 2>&1 | sed 5q` in
15902 lt_prog_compiler_pic_GCJ
='-KPIC'
15903 lt_prog_compiler_static_GCJ
='-Bstatic'
15904 lt_prog_compiler_wl_GCJ
='-Wl,'
15907 # Sun Fortran 8.3 passes all unrecognized flags to the linker
15908 lt_prog_compiler_pic_GCJ
='-KPIC'
15909 lt_prog_compiler_static_GCJ
='-Bstatic'
15910 lt_prog_compiler_wl_GCJ
=''
15918 lt_prog_compiler_pic_GCJ
='-KPIC'
15919 lt_prog_compiler_static_GCJ
='-Bstatic'
15923 # QNX uses GNU C++, but need to define -shared option too, otherwise
15924 # it will coredump.
15925 lt_prog_compiler_pic_GCJ
='-fPIC -shared'
15928 osf3
* | osf4
* | osf5
*)
15929 lt_prog_compiler_wl_GCJ
='-Wl,'
15930 # All OSF/1 code is PIC.
15931 lt_prog_compiler_static_GCJ
='-non_shared'
15935 lt_prog_compiler_static_GCJ
='-non_shared'
15939 lt_prog_compiler_pic_GCJ
='-KPIC'
15940 lt_prog_compiler_static_GCJ
='-Bstatic'
15941 case $cc_basename in
15942 f77
* | f90
* | f95
*)
15943 lt_prog_compiler_wl_GCJ
='-Qoption ld ';;
15945 lt_prog_compiler_wl_GCJ
='-Wl,';;
15950 lt_prog_compiler_wl_GCJ
='-Qoption ld '
15951 lt_prog_compiler_pic_GCJ
='-PIC'
15952 lt_prog_compiler_static_GCJ
='-Bstatic'
15955 sysv4 | sysv4.2uw2
* | sysv4.3
*)
15956 lt_prog_compiler_wl_GCJ
='-Wl,'
15957 lt_prog_compiler_pic_GCJ
='-KPIC'
15958 lt_prog_compiler_static_GCJ
='-Bstatic'
15962 if test -d /usr
/nec
;then
15963 lt_prog_compiler_pic_GCJ
='-Kconform_pic'
15964 lt_prog_compiler_static_GCJ
='-Bstatic'
15968 sysv5
* | unixware
* | sco3.2v5
* | sco5v6
* | OpenUNIX
*)
15969 lt_prog_compiler_wl_GCJ
='-Wl,'
15970 lt_prog_compiler_pic_GCJ
='-KPIC'
15971 lt_prog_compiler_static_GCJ
='-Bstatic'
15975 lt_prog_compiler_wl_GCJ
='-Wl,'
15976 lt_prog_compiler_can_build_shared_GCJ
=no
15980 lt_prog_compiler_pic_GCJ
='-pic'
15981 lt_prog_compiler_static_GCJ
='-Bstatic'
15985 lt_prog_compiler_can_build_shared_GCJ
=no
15991 # For platforms which do not support PIC, -DPIC is meaningless:
15993 lt_prog_compiler_pic_GCJ
=
15996 lt_prog_compiler_pic_GCJ
="$lt_prog_compiler_pic_GCJ"
15999 echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_GCJ" >&5
16000 echo "${ECHO_T}$lt_prog_compiler_pic_GCJ" >&6
16005 # Check to make sure the PIC flag actually works.
16007 if test -n "$lt_prog_compiler_pic_GCJ"; then
16008 echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works" >&5
16009 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_GCJ works... $ECHO_C" >&6
16010 if test "${lt_prog_compiler_pic_works_GCJ+set}" = set; then
16011 echo $ECHO_N "(cached) $ECHO_C" >&6
16013 lt_prog_compiler_pic_works_GCJ
=no
16014 ac_outfile
=conftest.
$ac_objext
16015 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
16016 lt_compiler_flag
="$lt_prog_compiler_pic_GCJ"
16017 # Insert the option either (1) after the last *FLAGS variable, or
16018 # (2) before a word containing "conftest.", or (3) at the end.
16019 # Note that $ac_compile itself does not contain backslashes and begins
16020 # with a dollar sign (not a hyphen), so the echo should work correctly.
16021 # The option is referenced via a variable to avoid confusing sed.
16022 lt_compile
=`echo "$ac_compile" | $SED \
16023 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16024 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16025 -e 's:$: $lt_compiler_flag:'`
16026 (eval echo "\"\$as_me:16026: $lt_compile\"" >&5)
16027 (eval "$lt_compile" 2>conftest.err
)
16029 cat conftest.err
>&5
16030 echo "$as_me:16030: \$? = $ac_status" >&5
16031 if (exit $ac_status) && test -s "$ac_outfile"; then
16032 # The compiler can only warn and ignore the option if not recognized
16033 # So say no if there are warnings other than the usual output.
16034 $ECHO "X$_lt_compiler_boilerplate" |
$Xsed -e '/^$/d' >conftest.exp
16035 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
16036 if test ! -s conftest.er2 ||
diff conftest.exp conftest.er2
>/dev
/null
; then
16037 lt_prog_compiler_pic_works_GCJ
=yes
16043 echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_works_GCJ" >&5
16044 echo "${ECHO_T}$lt_prog_compiler_pic_works_GCJ" >&6
16046 if test x
"$lt_prog_compiler_pic_works_GCJ" = xyes
; then
16047 case $lt_prog_compiler_pic_GCJ in
16049 *) lt_prog_compiler_pic_GCJ
=" $lt_prog_compiler_pic_GCJ" ;;
16052 lt_prog_compiler_pic_GCJ
=
16053 lt_prog_compiler_can_build_shared_GCJ
=no
16061 # Check to make sure the static flag actually works.
16063 wl
=$lt_prog_compiler_wl_GCJ eval lt_tmp_static_flag
=\"$lt_prog_compiler_static_GCJ\"
16064 echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
16065 echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6
16066 if test "${lt_prog_compiler_static_works_GCJ+set}" = set; then
16067 echo $ECHO_N "(cached) $ECHO_C" >&6
16069 lt_prog_compiler_static_works_GCJ
=no
16070 save_LDFLAGS
="$LDFLAGS"
16071 LDFLAGS
="$LDFLAGS $lt_tmp_static_flag"
16072 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
16073 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
16074 # The linker can only warn and ignore the option if not recognized
16075 # So say no if there are warnings
16076 if test -s conftest.err
; then
16077 # Append any errors to the config.log.
16078 cat conftest.err
1>&5
16079 $ECHO "X$_lt_linker_boilerplate" |
$Xsed -e '/^$/d' > conftest.exp
16080 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
16081 if diff conftest.exp conftest.er2
>/dev
/null
; then
16082 lt_prog_compiler_static_works_GCJ
=yes
16085 lt_prog_compiler_static_works_GCJ
=yes
16089 LDFLAGS
="$save_LDFLAGS"
16092 echo "$as_me:$LINENO: result: $lt_prog_compiler_static_works_GCJ" >&5
16093 echo "${ECHO_T}$lt_prog_compiler_static_works_GCJ" >&6
16095 if test x
"$lt_prog_compiler_static_works_GCJ" = xyes
; then
16098 lt_prog_compiler_static_GCJ
=
16104 echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
16105 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
16106 if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then
16107 echo $ECHO_N "(cached) $ECHO_C" >&6
16109 lt_cv_prog_compiler_c_o_GCJ
=no
16110 $RM -r conftest
2>/dev
/null
16114 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
16116 lt_compiler_flag
="-o out/conftest2.$ac_objext"
16117 # Insert the option either (1) after the last *FLAGS variable, or
16118 # (2) before a word containing "conftest.", or (3) at the end.
16119 # Note that $ac_compile itself does not contain backslashes and begins
16120 # with a dollar sign (not a hyphen), so the echo should work correctly.
16121 lt_compile
=`echo "$ac_compile" | $SED \
16122 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16123 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16124 -e 's:$: $lt_compiler_flag:'`
16125 (eval echo "\"\$as_me:16125: $lt_compile\"" >&5)
16126 (eval "$lt_compile" 2>out
/conftest.err
)
16128 cat out
/conftest.err
>&5
16129 echo "$as_me:16129: \$? = $ac_status" >&5
16130 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
16132 # The compiler can only warn and ignore the option if not recognized
16133 # So say no if there are warnings
16134 $ECHO "X$_lt_compiler_boilerplate" |
$Xsed -e '/^$/d' > out
/conftest.exp
16135 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
16136 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
16137 lt_cv_prog_compiler_c_o_GCJ
=yes
16142 # SGI C++ compiler will create directory out/ii_files/ for
16143 # template instantiation
16144 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
16145 $RM out
/* && rmdir out
16151 echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5
16152 echo "${ECHO_T}$lt_cv_prog_compiler_c_o_GCJ" >&6
16156 echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
16157 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
16158 if test "${lt_cv_prog_compiler_c_o_GCJ+set}" = set; then
16159 echo $ECHO_N "(cached) $ECHO_C" >&6
16161 lt_cv_prog_compiler_c_o_GCJ
=no
16162 $RM -r conftest
2>/dev
/null
16166 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
16168 lt_compiler_flag
="-o out/conftest2.$ac_objext"
16169 # Insert the option either (1) after the last *FLAGS variable, or
16170 # (2) before a word containing "conftest.", or (3) at the end.
16171 # Note that $ac_compile itself does not contain backslashes and begins
16172 # with a dollar sign (not a hyphen), so the echo should work correctly.
16173 lt_compile
=`echo "$ac_compile" | $SED \
16174 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
16175 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
16176 -e 's:$: $lt_compiler_flag:'`
16177 (eval echo "\"\$as_me:16177: $lt_compile\"" >&5)
16178 (eval "$lt_compile" 2>out
/conftest.err
)
16180 cat out
/conftest.err
>&5
16181 echo "$as_me:16181: \$? = $ac_status" >&5
16182 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
16184 # The compiler can only warn and ignore the option if not recognized
16185 # So say no if there are warnings
16186 $ECHO "X$_lt_compiler_boilerplate" |
$Xsed -e '/^$/d' > out
/conftest.exp
16187 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
16188 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
16189 lt_cv_prog_compiler_c_o_GCJ
=yes
16194 # SGI C++ compiler will create directory out/ii_files/ for
16195 # template instantiation
16196 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
16197 $RM out
/* && rmdir out
16203 echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_GCJ" >&5
16204 echo "${ECHO_T}$lt_cv_prog_compiler_c_o_GCJ" >&6
16209 hard_links
="nottested"
16210 if test "$lt_cv_prog_compiler_c_o_GCJ" = no
&& test "$need_locks" != no
; then
16211 # do not overwrite the value of need_locks provided by the user
16212 echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
16213 echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
16216 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
16218 ln conftest.a conftest.b
2>&5 || hard_links
=no
16219 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
16220 echo "$as_me:$LINENO: result: $hard_links" >&5
16221 echo "${ECHO_T}$hard_links" >&6
16222 if test "$hard_links" = no
; then
16223 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
16224 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
16233 echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
16234 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
16237 allow_undefined_flag_GCJ
=
16238 always_export_symbols_GCJ
=no
16240 archive_expsym_cmds_GCJ
=
16241 compiler_needs_object_GCJ
=no
16242 enable_shared_with_static_runtimes_GCJ
=no
16243 export_dynamic_flag_spec_GCJ
=
16244 export_symbols_cmds_GCJ
='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
16245 hardcode_automatic_GCJ
=no
16246 hardcode_direct_GCJ
=no
16247 hardcode_direct_absolute_GCJ
=no
16248 hardcode_libdir_flag_spec_GCJ
=
16249 hardcode_libdir_flag_spec_ld_GCJ
=
16250 hardcode_libdir_separator_GCJ
=
16251 hardcode_minus_L_GCJ
=no
16252 hardcode_shlibpath_var_GCJ
=unsupported
16253 inherit_rpath_GCJ
=no
16254 link_all_deplibs_GCJ
=unknown
16256 module_expsym_cmds_GCJ
=
16257 old_archive_from_new_cmds_GCJ
=
16258 old_archive_from_expsyms_cmds_GCJ
=
16259 thread_safe_flag_spec_GCJ
=
16260 whole_archive_flag_spec_GCJ
=
16261 # include_expsyms should be a list of space-separated symbols to be *always*
16262 # included in the symbol list
16263 include_expsyms_GCJ
=
16264 # exclude_expsyms can be an extended regexp of symbols to exclude
16265 # it will be wrapped by ` (' and `)$', so one must not match beginning or
16266 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
16267 # as well as any symbol that contains `d'.
16268 exclude_expsyms_GCJ
="_GLOBAL_OFFSET_TABLE_"
16269 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
16270 # platforms (ab)use it in PIC code, but their linkers get confused if
16271 # the symbol is explicitly referenced. Since portable code cannot
16272 # rely on this symbol name, it's probably fine to never include it in
16273 # preloaded symbol tables.
16274 extract_expsyms_cmds
=
16277 cygwin
* | mingw
* | pw32
*)
16278 # FIXME: the MSVC++ port hasn't been tested in a loooong time
16279 # When not using gcc, we currently assume that we are using
16280 # Microsoft Visual C++.
16281 if test "$GCC" != yes; then
16286 # we just hope/assume this is gcc and not c89 (= MSVC++)
16295 if test "$with_gnu_ld" = yes; then
16296 # If archive_cmds runs LD, not CC, wlarc should be empty
16299 # Set some defaults for GNU ld with shared library support. These
16300 # are reset later if shared libraries are not supported. Putting them
16301 # here allows them to be overridden if necessary.
16302 runpath_var
=LD_RUN_PATH
16303 hardcode_libdir_flag_spec_GCJ
='${wl}-rpath ${wl}$libdir'
16304 export_dynamic_flag_spec_GCJ
='${wl}--export-dynamic'
16305 # ancient GNU ld didn't support --whole-archive et. al.
16306 if $LD --help 2>&1 |
$GREP 'no-whole-archive' > /dev
/null
; then
16307 whole_archive_flag_spec_GCJ
="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
16309 whole_archive_flag_spec_GCJ
=
16311 supports_anon_versioning
=no
16312 case `$LD -v 2>&1` in
16313 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.10.
*) ;; # catch versions < 2.11
16314 *\
2.11.93.0.2\
*) supports_anon_versioning
=yes ;; # RH7.3 ...
16315 *\
2.11.92.0.12\
*) supports_anon_versioning
=yes ;; # Mandrake 8.2 ...
16316 *\
2.11.
*) ;; # other 2.11 versions
16317 *) supports_anon_versioning
=yes ;;
16320 # See if GNU ld supports shared libraries.
16322 aix3
* | aix4
* | aix5
*)
16323 # On AIX/PPC, the GNU linker is very broken
16324 if test "$host_cpu" != ia64
; then
16328 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
16329 *** to be unable to reliably create shared libraries on AIX.
16330 *** Therefore, libtool is disabling shared libraries support. If you
16331 *** really care for shared libraries, you may want to modify your PATH
16332 *** so that a non-GNU linker is found, and then restart.
16339 if test "$host_cpu" = m68k
; then
16340 archive_cmds_GCJ
='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
16341 hardcode_libdir_flag_spec_GCJ
='-L$libdir'
16342 hardcode_minus_L_GCJ
=yes
16345 # Samuel A. Falvo II <kc5tja@dolphin.openprojects.net> reports
16346 # that the semantics of dynamic libraries on AmigaOS, at least up
16347 # to version 4, is to share data among multiple programs linked
16348 # with the same dynamic library. Since this doesn't match the
16349 # behavior of shared libraries on other platforms, we can't use
16355 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
16356 allow_undefined_flag_GCJ
=unsupported
16357 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
16358 # support --undefined. This deserves some investigation. FIXME
16359 archive_cmds_GCJ
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
16365 cygwin
* | mingw
* | pw32
*)
16366 # _LT_TAGVAR(hardcode_libdir_flag_spec, GCJ) is actually meaningless,
16367 # as there is no search path for DLLs.
16368 hardcode_libdir_flag_spec_GCJ
='-L$libdir'
16369 allow_undefined_flag_GCJ
=unsupported
16370 always_export_symbols_GCJ
=no
16371 enable_shared_with_static_runtimes_GCJ
=yes
16372 export_symbols_cmds_GCJ
='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
16374 if $LD --help 2>&1 |
$GREP 'auto-import' > /dev
/null
; then
16375 archive_cmds_GCJ
='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
16376 # If the export-symbols file already is a .def file (1st line
16377 # is EXPORTS), use it as is; otherwise, prepend...
16378 archive_expsym_cmds_GCJ
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
16379 cp $export_symbols $output_objdir/$soname.def;
16381 echo EXPORTS > $output_objdir/$soname.def;
16382 cat $export_symbols >> $output_objdir/$soname.def;
16384 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
16391 hardcode_direct_GCJ
=no
16392 hardcode_shlibpath_var_GCJ
=no
16393 hardcode_libdir_flag_spec_GCJ
='${wl}-rpath,$libdir'
16394 export_dynamic_flag_spec_GCJ
='${wl}-E'
16395 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
16396 # Instead, shared libraries are loaded at an image base (0x10000000 by
16397 # default) and relocated if they conflict, which is a slow very memory
16398 # consuming and fragmenting process. To avoid this, we pick a random,
16399 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
16400 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
16401 archive_cmds_GCJ
='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
16402 archive_expsym_cmds_GCJ
='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
16405 gnu
* | linux
* | tpf
* | k
*bsd
*-gnu)
16407 if test "$host_os" = linux-dietlibc
; then
16408 case $cc_basename in
16409 diet\
*) tmp_diet
=yes;; # linux-dietlibc with static linking (!diet-dyn)
16412 if $LD --help 2>&1 |
$EGREP ': supported targets:.* elf' > /dev
/null \
16413 && test "$tmp_diet" = no
16416 case $cc_basename,$host_cpu in
16417 pgcc
*) # Portland Group C compiler
16418 whole_archive_flag_spec_GCJ
='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
16419 tmp_addflag
=' $pic_flag'
16421 pgf77
* | pgf90
* | pgf95
*) # Portland Group f77 and f90 compilers
16422 whole_archive_flag_spec_GCJ
='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
16423 tmp_addflag
=' $pic_flag -Mnomain' ;;
16424 ecc
*,ia64
* | icc
*,ia64
*) # Intel C compiler on ia64
16425 tmp_addflag
=' -i_dynamic' ;;
16426 efc
*,ia64
* | ifort
*,ia64
*) # Intel Fortran compiler on ia64
16427 tmp_addflag
=' -i_dynamic -nofor_main' ;;
16428 ifc
* | ifort
*) # Intel Fortran compiler
16429 tmp_addflag
=' -nofor_main' ;;
16431 case `$CC -V 2>&1 | sed 5q` in
16432 *Sun\ C
*) # Sun C 5.9
16433 whole_archive_flag_spec_GCJ
='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
16434 compiler_needs_object_GCJ
=yes
16435 tmp_sharedflag
='-G' ;;
16436 *Sun\ F
*) # Sun Fortran 8.3
16437 tmp_sharedflag
='-G' ;;
16439 tmp_sharedflag
='-shared' ;;
16441 archive_cmds_GCJ
='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
16443 if test "x$supports_anon_versioning" = xyes
; then
16444 archive_expsym_cmds_GCJ
='echo "{ global:" > $output_objdir/$libname.ver~
16445 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
16446 echo "local: *; };" >> $output_objdir/$libname.ver~
16447 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
16455 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
16456 archive_cmds_GCJ
='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
16459 archive_cmds_GCJ
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
16460 archive_expsym_cmds_GCJ
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
16465 if $LD -v 2>&1 |
$GREP 'BFD 2\.8' > /dev
/null
; then
16469 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
16470 *** create shared libraries on Solaris systems. Therefore, libtool
16471 *** is disabling shared libraries support. We urge you to upgrade GNU
16472 *** binutils to release 2.9.1 or newer. Another option is to modify
16473 *** your PATH or compiler configuration so that the native linker is
16474 *** used, and then restart.
16477 elif $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
16478 archive_cmds_GCJ
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
16479 archive_expsym_cmds_GCJ
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
16485 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
*)
16486 case `$LD -v 2>&1` in
16487 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.1[0-5].
*)
16491 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
16492 *** reliably create shared libraries on SCO systems. Therefore, libtool
16493 *** is disabling shared libraries support. We urge you to upgrade GNU
16494 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
16495 *** your PATH or compiler configuration so that the native linker is
16496 *** used, and then restart.
16501 # For security reasons, it is highly recommended that you always
16502 # use absolute paths for naming shared libraries, and exclude the
16503 # DT_RUNPATH tag from executables and libraries. But doing so
16504 # requires that you compile everything twice, which is a pain.
16505 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
16506 hardcode_libdir_flag_spec_GCJ
='${wl}-rpath ${wl}$libdir'
16507 archive_cmds_GCJ
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
16508 archive_expsym_cmds_GCJ
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
16517 archive_cmds_GCJ
='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
16519 hardcode_direct_GCJ
=yes
16520 hardcode_shlibpath_var_GCJ
=no
16524 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
16525 archive_cmds_GCJ
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
16526 archive_expsym_cmds_GCJ
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
16533 if test "$ld_shlibs_GCJ" = no
; then
16535 hardcode_libdir_flag_spec_GCJ
=
16536 export_dynamic_flag_spec_GCJ
=
16537 whole_archive_flag_spec_GCJ
=
16540 # PORTME fill in a description of your system's linker (not GNU ld)
16543 allow_undefined_flag_GCJ
=unsupported
16544 always_export_symbols_GCJ
=yes
16545 archive_expsym_cmds_GCJ
='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
16546 # Note: this linker hardcodes the directories in LIBPATH if there
16547 # are no directories specified by -L.
16548 hardcode_minus_L_GCJ
=yes
16549 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
16550 # Neither direct hardcoding nor static linking is supported with a
16552 hardcode_direct_GCJ
=unsupported
16557 if test "$host_cpu" = ia64
; then
16558 # On IA64, the linker does run time linking by default, so we don't
16559 # have to do anything special.
16560 aix_use_runtimelinking
=no
16561 exp_sym_flag
='-Bexport'
16564 # If we're using GNU nm, then we don't want the "-C" option.
16565 # -C means demangle to AIX nm, but means don't demangle with GNU nm
16566 if $NM -V 2>&1 |
$GREP 'GNU' > /dev
/null
; then
16567 export_symbols_cmds_GCJ
='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
16569 export_symbols_cmds_GCJ
='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
16571 aix_use_runtimelinking
=no
16573 # Test if we are trying to use run time linking or normal
16574 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
16575 # need to do runtime linking.
16576 case $host_os in aix4.
[23]|aix4.
[23].
*|aix5
*)
16577 for ld_flag
in $LDFLAGS; do
16578 if (test $ld_flag = "-brtl" ||
test $ld_flag = "-Wl,-brtl"); then
16579 aix_use_runtimelinking
=yes
16586 exp_sym_flag
='-bexport'
16587 no_entry_flag
='-bnoentry'
16590 # When large executables or shared objects are built, AIX ld can
16591 # have problems creating the table of contents. If linking a library
16592 # or program results in "error TOC overflow" add -mminimal-toc to
16593 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
16594 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
16596 archive_cmds_GCJ
=''
16597 hardcode_direct_GCJ
=yes
16598 hardcode_direct_absolute_GCJ
=yes
16599 hardcode_libdir_separator_GCJ
=':'
16600 link_all_deplibs_GCJ
=yes
16601 file_list_spec_GCJ
='${wl}-f,'
16603 if test "$GCC" = yes; then
16604 case $host_os in aix4.
[012]|aix4.
[012].
*)
16605 # We only want to do this on AIX 4.2 and lower, the check
16606 # below for broken collect2 doesn't work under 4.3+
16607 collect2name
=`${CC} -print-prog-name=collect2`
16608 if test -f "$collect2name" &&
16609 strings "$collect2name" |
$GREP resolve_lib_name
>/dev
/null
16611 # We have reworked collect2
16614 # We have old collect2
16615 hardcode_direct_GCJ
=unsupported
16616 # It fails to find uninstalled libraries when the uninstalled
16617 # path is not listed in the libpath. Setting hardcode_minus_L
16618 # to unsupported forces relinking
16619 hardcode_minus_L_GCJ
=yes
16620 hardcode_libdir_flag_spec_GCJ
='-L$libdir'
16621 hardcode_libdir_separator_GCJ
=
16625 shared_flag
='-shared'
16626 if test "$aix_use_runtimelinking" = yes; then
16627 shared_flag
="$shared_flag "'${wl}-G'
16631 if test "$host_cpu" = ia64
; then
16632 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
16633 # chokes on -Wl,-G. The following line is correct:
16636 if test "$aix_use_runtimelinking" = yes; then
16637 shared_flag
='${wl}-G'
16639 shared_flag
='${wl}-bM:SRE'
16644 # It seems that -bexpall does not export symbols beginning with
16645 # underscore (_), so it is better to generate a list of symbols to export.
16646 always_export_symbols_GCJ
=yes
16647 if test "$aix_use_runtimelinking" = yes; then
16648 # Warning - without using the other runtime loading flags (-brtl),
16649 # -berok will link without error, but may produce a broken library.
16650 allow_undefined_flag_GCJ
='-berok'
16651 # Determine the default libpath from the value encoded in an
16652 # empty executable.
16653 if test x
$gcc_no_link = xyes
; then
16654 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
16655 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
16656 { (exit 1); exit 1; }; }
16658 cat >conftest.
$ac_ext <<_ACEOF
16661 cat confdefs.h
>>conftest.
$ac_ext
16662 cat >>conftest.
$ac_ext <<_ACEOF
16663 /* end confdefs.h. */
16673 rm -f conftest.
$ac_objext conftest
$ac_exeext
16674 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16675 (eval $ac_link) 2>conftest.er1
16677 grep -v '^ *+' conftest.er1
>conftest.err
16679 cat conftest.err
>&5
16680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16681 (exit $ac_status); } &&
16682 { ac_try
='test -z "$ac_c_werror_flag"
16683 || test ! -s conftest.err'
16684 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16685 (eval $ac_try) 2>&5
16687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16688 (exit $ac_status); }; } &&
16689 { ac_try
='test -s conftest$ac_exeext'
16690 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16691 (eval $ac_try) 2>&5
16693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16694 (exit $ac_status); }; }; then
16696 lt_aix_libpath_sed
='
16697 /Import File Strings/,/^$/ {
16703 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
16704 # Check for a 64-bit object if we didn't find anything.
16705 if test -z "$aix_libpath"; then
16706 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
16709 echo "$as_me: failed program was:" >&5
16710 sed 's/^/| /' conftest.
$ac_ext >&5
16713 rm -f conftest.err conftest.
$ac_objext \
16714 conftest
$ac_exeext conftest.
$ac_ext
16715 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
16717 hardcode_libdir_flag_spec_GCJ
='${wl}-blibpath:$libdir:'"$aix_libpath"
16718 archive_expsym_cmds_GCJ
='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
16720 if test "$host_cpu" = ia64
; then
16721 hardcode_libdir_flag_spec_GCJ
='${wl}-R $libdir:/usr/lib:/lib'
16722 allow_undefined_flag_GCJ
="-z nodefs"
16723 archive_expsym_cmds_GCJ
="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
16725 # Determine the default libpath from the value encoded in an
16726 # empty executable.
16727 if test x
$gcc_no_link = xyes
; then
16728 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
16729 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
16730 { (exit 1); exit 1; }; }
16732 cat >conftest.
$ac_ext <<_ACEOF
16735 cat confdefs.h
>>conftest.
$ac_ext
16736 cat >>conftest.
$ac_ext <<_ACEOF
16737 /* end confdefs.h. */
16747 rm -f conftest.
$ac_objext conftest
$ac_exeext
16748 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16749 (eval $ac_link) 2>conftest.er1
16751 grep -v '^ *+' conftest.er1
>conftest.err
16753 cat conftest.err
>&5
16754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16755 (exit $ac_status); } &&
16756 { ac_try
='test -z "$ac_c_werror_flag"
16757 || test ! -s conftest.err'
16758 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16759 (eval $ac_try) 2>&5
16761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16762 (exit $ac_status); }; } &&
16763 { ac_try
='test -s conftest$ac_exeext'
16764 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16765 (eval $ac_try) 2>&5
16767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16768 (exit $ac_status); }; }; then
16770 lt_aix_libpath_sed
='
16771 /Import File Strings/,/^$/ {
16777 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
16778 # Check for a 64-bit object if we didn't find anything.
16779 if test -z "$aix_libpath"; then
16780 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
16783 echo "$as_me: failed program was:" >&5
16784 sed 's/^/| /' conftest.
$ac_ext >&5
16787 rm -f conftest.err conftest.
$ac_objext \
16788 conftest
$ac_exeext conftest.
$ac_ext
16789 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
16791 hardcode_libdir_flag_spec_GCJ
='${wl}-blibpath:$libdir:'"$aix_libpath"
16792 # Warning - without using the other run time loading flags,
16793 # -berok will link without error, but may produce a broken library.
16794 no_undefined_flag_GCJ
=' ${wl}-bernotok'
16795 allow_undefined_flag_GCJ
=' ${wl}-berok'
16796 # Exported symbols can be pulled into shared objects from archives
16797 whole_archive_flag_spec_GCJ
='$convenience'
16798 archive_cmds_need_lc_GCJ
=yes
16799 # This is similar to how AIX traditionally builds its shared libraries.
16800 archive_expsym_cmds_GCJ
="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
16806 if test "$host_cpu" = m68k
; then
16807 archive_cmds_GCJ
='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
16808 hardcode_libdir_flag_spec_GCJ
='-L$libdir'
16809 hardcode_minus_L_GCJ
=yes
16811 # see comment about different semantics on the GNU ld section
16816 export_dynamic_flag_spec_GCJ
=-rdynamic
16819 cygwin
* | mingw
* | pw32
*)
16820 # When not using gcc, we currently assume that we are using
16821 # Microsoft Visual C++.
16822 # hardcode_libdir_flag_spec is actually meaningless, as there is
16823 # no search path for DLLs.
16824 hardcode_libdir_flag_spec_GCJ
=' '
16825 allow_undefined_flag_GCJ
=unsupported
16826 # Tell ltmain to make .lib files, not .a files.
16828 # Tell ltmain to make .dll files, not .so files.
16830 # FIXME: Setting linknames here is a bad hack.
16831 archive_cmds_GCJ
='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
16832 # The linker will automatically build a .lib file if we build a DLL.
16833 old_archive_from_new_cmds_GCJ
='true'
16834 # FIXME: Should let the user specify the lib program.
16835 old_archive_cmds_GCJ
='lib -OUT:$oldlib$oldobjs$old_deplibs'
16836 fix_srcfile_path_GCJ
='`cygpath -w "$srcfile"`'
16837 enable_shared_with_static_runtimes_GCJ
=yes
16840 darwin
* | rhapsody
*)
16842 rhapsody
* | darwin1.
[012])
16843 allow_undefined_flag_GCJ
='${wl}-undefined ${wl}suppress'
16846 case ${MACOSX_DEPLOYMENT_TARGET-10.0} in
16848 allow_undefined_flag_GCJ
='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
16851 allow_undefined_flag_GCJ
='${wl}-undefined ${wl}dynamic_lookup'
16856 archive_cmds_need_lc_GCJ
=no
16857 hardcode_direct_GCJ
=no
16858 hardcode_automatic_GCJ
=yes
16859 hardcode_shlibpath_var_GCJ
=unsupported
16860 whole_archive_flag_spec_GCJ
=''
16861 link_all_deplibs_GCJ
=yes
16862 if test "$GCC" = yes ; then
16863 if test "${lt_cv_apple_cc_single_mod+set}" = set; then
16864 echo $ECHO_N "(cached) $ECHO_C" >&6
16866 lt_cv_apple_cc_single_mod
=no
16867 if test -z "${LT_MULTI_MODULE}"; then
16868 # By default we will add the -single_module flag. You can override
16869 # by either setting the environment variable LT_MULTI_MODULE
16870 # non-empty at configure time, or by adding -multi-module to the
16872 echo "int foo(void){return 1;}" > conftest.c
16873 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
16874 -dynamiclib ${wl}-single_module conftest.c
16875 if test -f libconftest.dylib
; then
16876 lt_cv_apple_cc_single_mod
=yes
16877 rm libconftest.dylib
16879 rm conftest.
$ac_ext
16883 output_verbose_link_cmd
=echo
16884 if test "X$lt_cv_apple_cc_single_mod" = Xyes
; then
16885 archive_cmds_GCJ
='$CC -dynamiclib $single_module $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
16886 archive_expsym_cmds_GCJ
='sed "s,^,_," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $single_module -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
16888 archive_cmds_GCJ
='$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring'
16889 archive_expsym_cmds_GCJ
='sed "s,^,_," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -dynamiclib $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags -install_name $rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
16891 module_cmds_GCJ
='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
16892 module_expsym_cmds_GCJ
='sed -e "s,^,_," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
16894 case $cc_basename in
16896 output_verbose_link_cmd
=echo
16897 archive_cmds_GCJ
='$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}`$ECHO $rpath/$soname` $verstring'
16898 module_cmds_GCJ
='$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags'
16899 # Don't fix this by using the ld -exported_symbols_list flag, it doesn't exist in older darwin lds
16900 archive_expsym_cmds_GCJ
='sed "s,^,_," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC -qmkshrobj $allow_undefined_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-install_name ${wl}$rpath/$soname $verstring~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
16901 module_expsym_cmds_GCJ
='sed "s,^,_," < $export_symbols > $output_objdir/${libname}-symbols.expsym~$CC $allow_undefined_flag -o $lib -bundle $libobjs $deplibs$compiler_flags~nmedit -s $output_objdir/${libname}-symbols.expsym ${lib}'
16911 archive_cmds_GCJ
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
16912 hardcode_libdir_flag_spec_GCJ
='-L$libdir'
16913 hardcode_shlibpath_var_GCJ
=no
16920 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
16921 # support. Future versions do this automatically, but an explicit c++rt0.o
16922 # does not break anything, and helps significantly (at the cost of a little
16925 archive_cmds_GCJ
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
16926 hardcode_libdir_flag_spec_GCJ
='-R$libdir'
16927 hardcode_direct_GCJ
=yes
16928 hardcode_shlibpath_var_GCJ
=no
16931 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
16933 archive_cmds_GCJ
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
16934 hardcode_direct_GCJ
=yes
16935 hardcode_minus_L_GCJ
=yes
16936 hardcode_shlibpath_var_GCJ
=no
16939 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
16940 freebsd
* | dragonfly
*)
16941 archive_cmds_GCJ
='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
16942 hardcode_libdir_flag_spec_GCJ
='-R$libdir'
16943 hardcode_direct_GCJ
=yes
16944 hardcode_shlibpath_var_GCJ
=no
16948 if test "$GCC" = yes; then
16949 archive_cmds_GCJ
='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
16951 archive_cmds_GCJ
='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
16953 hardcode_libdir_flag_spec_GCJ
='${wl}+b ${wl}$libdir'
16954 hardcode_libdir_separator_GCJ
=:
16955 hardcode_direct_GCJ
=yes
16957 # hardcode_minus_L: Not really in the search PATH,
16958 # but as the default location of the library.
16959 hardcode_minus_L_GCJ
=yes
16960 export_dynamic_flag_spec_GCJ
='${wl}-E'
16964 if test "$GCC" = yes -a "$with_gnu_ld" = no
; then
16965 archive_cmds_GCJ
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
16967 archive_cmds_GCJ
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
16969 if test "$with_gnu_ld" = no
; then
16970 hardcode_libdir_flag_spec_GCJ
='${wl}+b ${wl}$libdir'
16971 hardcode_libdir_flag_spec_ld_GCJ
='+b $libdir'
16972 hardcode_libdir_separator_GCJ
=:
16973 hardcode_direct_GCJ
=yes
16974 hardcode_direct_absolute_GCJ
=yes
16975 export_dynamic_flag_spec_GCJ
='${wl}-E'
16976 # hardcode_minus_L: Not really in the search PATH,
16977 # but as the default location of the library.
16978 hardcode_minus_L_GCJ
=yes
16983 if test "$GCC" = yes -a "$with_gnu_ld" = no
; then
16986 archive_cmds_GCJ
='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
16989 archive_cmds_GCJ
='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
16992 archive_cmds_GCJ
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
16998 archive_cmds_GCJ
='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
17001 archive_cmds_GCJ
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
17004 archive_cmds_GCJ
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
17008 if test "$with_gnu_ld" = no
; then
17009 hardcode_libdir_flag_spec_GCJ
='${wl}+b ${wl}$libdir'
17010 hardcode_libdir_separator_GCJ
=:
17014 hardcode_direct_GCJ
=no
17015 hardcode_shlibpath_var_GCJ
=no
17018 hardcode_direct_GCJ
=yes
17019 hardcode_direct_absolute_GCJ
=yes
17020 export_dynamic_flag_spec_GCJ
='${wl}-E'
17022 # hardcode_minus_L: Not really in the search PATH,
17023 # but as the default location of the library.
17024 hardcode_minus_L_GCJ
=yes
17030 irix5
* | irix6
* | nonstopux
*)
17031 if test "$GCC" = yes; then
17032 archive_cmds_GCJ
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
17033 # Try to use the -exported_symbol ld option, if it does not
17034 # work, assume that -exports_file does not work either and
17035 # implicitly export all symbols.
17036 save_LDFLAGS
="$LDFLAGS"
17037 LDFLAGS
="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
17038 if test x
$gcc_no_link = xyes
; then
17039 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
17040 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
17041 { (exit 1); exit 1; }; }
17043 cat >conftest.
$ac_ext <<_ACEOF
17046 rm -f conftest.
$ac_objext conftest
$ac_exeext
17047 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17048 (eval $ac_link) 2>conftest.er1
17050 grep -v '^ *+' conftest.er1
>conftest.err
17052 cat conftest.err
>&5
17053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17054 (exit $ac_status); } &&
17055 { ac_try
='test -z "$ac_c_werror_flag"
17056 || test ! -s conftest.err'
17057 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17058 (eval $ac_try) 2>&5
17060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17061 (exit $ac_status); }; } &&
17062 { ac_try
='test -s conftest$ac_exeext'
17063 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17064 (eval $ac_try) 2>&5
17066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17067 (exit $ac_status); }; }; then
17068 archive_expsym_cmds_GCJ
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
17071 echo "$as_me: failed program was:" >&5
17072 sed 's/^/| /' conftest.
$ac_ext >&5
17075 rm -f conftest.err conftest.
$ac_objext \
17076 conftest
$ac_exeext conftest.
$ac_ext
17077 LDFLAGS
="$save_LDFLAGS"
17079 archive_cmds_GCJ
='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
17080 archive_expsym_cmds_GCJ
='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
17082 archive_cmds_need_lc_GCJ
='no'
17083 hardcode_libdir_flag_spec_GCJ
='${wl}-rpath ${wl}$libdir'
17084 hardcode_libdir_separator_GCJ
=:
17085 inherit_rpath_GCJ
=yes
17086 link_all_deplibs_GCJ
=yes
17090 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
17091 archive_cmds_GCJ
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
17093 archive_cmds_GCJ
='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
17095 hardcode_libdir_flag_spec_GCJ
='-R$libdir'
17096 hardcode_direct_GCJ
=yes
17097 hardcode_shlibpath_var_GCJ
=no
17101 archive_cmds_GCJ
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
17102 hardcode_direct_GCJ
=yes
17103 hardcode_libdir_flag_spec_GCJ
='${wl}-rpath ${wl}$libdir'
17104 hardcode_libdir_separator_GCJ
=:
17105 hardcode_shlibpath_var_GCJ
=no
17112 hardcode_direct_GCJ
=yes
17113 hardcode_shlibpath_var_GCJ
=no
17114 hardcode_direct_absolute_GCJ
=yes
17115 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
17116 archive_cmds_GCJ
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
17117 archive_expsym_cmds_GCJ
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
17118 hardcode_libdir_flag_spec_GCJ
='${wl}-rpath,$libdir'
17119 export_dynamic_flag_spec_GCJ
='${wl}-E'
17122 openbsd
[01].
* | openbsd2.
[0-7] | openbsd2.
[0-7].
*)
17123 archive_cmds_GCJ
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
17124 hardcode_libdir_flag_spec_GCJ
='-R$libdir'
17127 archive_cmds_GCJ
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
17128 hardcode_libdir_flag_spec_GCJ
='${wl}-rpath,$libdir'
17135 hardcode_libdir_flag_spec_GCJ
='-L$libdir'
17136 hardcode_minus_L_GCJ
=yes
17137 allow_undefined_flag_GCJ
=unsupported
17138 archive_cmds_GCJ
='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$ECHO DATA >> $output_objdir/$libname.def~$ECHO " SINGLE NONSHARED" >> $output_objdir/$libname.def~$ECHO EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
17139 old_archive_from_new_cmds_GCJ
='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
17143 if test "$GCC" = yes; then
17144 allow_undefined_flag_GCJ
=' ${wl}-expect_unresolved ${wl}\*'
17145 archive_cmds_GCJ
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
17147 allow_undefined_flag_GCJ
=' -expect_unresolved \*'
17148 archive_cmds_GCJ
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
17150 archive_cmds_need_lc_GCJ
='no'
17151 hardcode_libdir_flag_spec_GCJ
='${wl}-rpath ${wl}$libdir'
17152 hardcode_libdir_separator_GCJ
=:
17155 osf4
* | osf5
*) # as osf3* with the addition of -msym flag
17156 if test "$GCC" = yes; then
17157 allow_undefined_flag_GCJ
=' ${wl}-expect_unresolved ${wl}\*'
17158 archive_cmds_GCJ
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
17159 hardcode_libdir_flag_spec_GCJ
='${wl}-rpath ${wl}$libdir'
17161 allow_undefined_flag_GCJ
=' -expect_unresolved \*'
17162 archive_cmds_GCJ
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
17163 archive_expsym_cmds_GCJ
='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
17164 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
17166 # Both c and cxx compiler support -rpath directly
17167 hardcode_libdir_flag_spec_GCJ
='-rpath $libdir'
17169 archive_cmds_need_lc_GCJ
='no'
17170 hardcode_libdir_separator_GCJ
=:
17174 no_undefined_flag_GCJ
=' -z defs'
17175 if test "$GCC" = yes; then
17177 archive_cmds_GCJ
='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
17178 archive_expsym_cmds_GCJ
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
17179 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
17181 case `$CC -V 2>&1` in
17184 archive_cmds_GCJ
='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
17185 archive_expsym_cmds_GCJ
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
17186 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
17190 archive_cmds_GCJ
='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
17191 archive_expsym_cmds_GCJ
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
17192 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
17196 hardcode_libdir_flag_spec_GCJ
='-R$libdir'
17197 hardcode_shlibpath_var_GCJ
=no
17199 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
17201 # The compiler driver will combine and reorder linker options,
17202 # but understands `-z linker_flag'. GCC discards it without `$wl',
17203 # but is careful enough not to reorder.
17204 # Supported since Solaris 2.6 (maybe 2.5.1?)
17205 if test "$GCC" = yes; then
17206 whole_archive_flag_spec_GCJ
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
17208 whole_archive_flag_spec_GCJ
='-z allextract$convenience -z defaultextract'
17212 link_all_deplibs_GCJ
=yes
17216 if test "x$host_vendor" = xsequent
; then
17217 # Use $CC to link under sequent, because it throws in some extra .o
17218 # files that make .init and .fini sections work.
17219 archive_cmds_GCJ
='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
17221 archive_cmds_GCJ
='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
17223 hardcode_libdir_flag_spec_GCJ
='-L$libdir'
17224 hardcode_direct_GCJ
=yes
17225 hardcode_minus_L_GCJ
=yes
17226 hardcode_shlibpath_var_GCJ
=no
17230 case $host_vendor in
17232 archive_cmds_GCJ
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
17233 hardcode_direct_GCJ
=yes # is this really true???
17236 ## LD is ld it makes a PLAMLIB
17237 ## CC just makes a GrossModule.
17238 archive_cmds_GCJ
='$LD -G -o $lib $libobjs $deplibs $linker_flags'
17239 reload_cmds_GCJ
='$CC -r -o $output$reload_objs'
17240 hardcode_direct_GCJ
=no
17243 archive_cmds_GCJ
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
17244 hardcode_direct_GCJ
=no
#Motorola manual says yes, but my tests say they lie
17247 runpath_var
='LD_RUN_PATH'
17248 hardcode_shlibpath_var_GCJ
=no
17252 archive_cmds_GCJ
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
17253 hardcode_shlibpath_var_GCJ
=no
17254 export_dynamic_flag_spec_GCJ
='-Bexport'
17258 if test -d /usr
/nec
; then
17259 archive_cmds_GCJ
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
17260 hardcode_shlibpath_var_GCJ
=no
17261 runpath_var
=LD_RUN_PATH
17262 hardcode_runpath_var
=yes
17267 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
17268 no_undefined_flag_GCJ
='${wl}-z,text'
17269 archive_cmds_need_lc_GCJ
=no
17270 hardcode_shlibpath_var_GCJ
=no
17271 runpath_var
='LD_RUN_PATH'
17273 if test "$GCC" = yes; then
17274 archive_cmds_GCJ
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
17275 archive_expsym_cmds_GCJ
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
17277 archive_cmds_GCJ
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
17278 archive_expsym_cmds_GCJ
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
17282 sysv5
* | sco3.2v5
* | sco5v6
*)
17283 # Note: We can NOT use -z defs as we might desire, because we do not
17284 # link with -lc, and that would cause any symbols used from libc to
17285 # always be unresolved, which means just about no library would
17286 # ever link correctly. If we're not using GNU ld we use -z text
17287 # though, which does catch some bad symbols but isn't as heavy-handed
17289 no_undefined_flag_GCJ
='${wl}-z,text'
17290 allow_undefined_flag_GCJ
='${wl}-z,nodefs'
17291 archive_cmds_need_lc_GCJ
=no
17292 hardcode_shlibpath_var_GCJ
=no
17293 hardcode_libdir_flag_spec_GCJ
='${wl}-R,$libdir'
17294 hardcode_libdir_separator_GCJ
=':'
17295 link_all_deplibs_GCJ
=yes
17296 export_dynamic_flag_spec_GCJ
='${wl}-Bexport'
17297 runpath_var
='LD_RUN_PATH'
17299 if test "$GCC" = yes; then
17300 archive_cmds_GCJ
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
17301 archive_expsym_cmds_GCJ
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
17303 archive_cmds_GCJ
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
17304 archive_expsym_cmds_GCJ
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
17309 archive_cmds_GCJ
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
17310 hardcode_libdir_flag_spec_GCJ
='-L$libdir'
17311 hardcode_shlibpath_var_GCJ
=no
17319 if test x
$host_vendor = xsni
; then
17321 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
17322 export_dynamic_flag_spec_GCJ
='${wl}-Blargedynsym'
17328 echo "$as_me:$LINENO: result: $ld_shlibs_GCJ" >&5
17329 echo "${ECHO_T}$ld_shlibs_GCJ" >&6
17330 test "$ld_shlibs_GCJ" = no
&& can_build_shared
=no
17332 with_gnu_ld_GCJ
=$with_gnu_ld
17340 # Do we need to explicitly link libc?
17342 case "x$archive_cmds_need_lc_GCJ" in
17344 # Assume -lc should be added
17345 archive_cmds_need_lc_GCJ
=yes
17347 if test "$enable_shared" = yes && test "$GCC" = yes; then
17348 case $archive_cmds_GCJ in
17350 # FIXME: we may have to deal with multi-command sequences.
17353 # Test whether the compiler implicitly links with -lc since on some
17354 # systems, -lgcc has to come before -lc. If gcc already passes -lc
17355 # to ld, don't add -lc before -lgcc.
17356 echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
17357 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
17359 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
17361 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17362 (eval $ac_compile) 2>&5
17364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17365 (exit $ac_status); } 2>conftest.err
; then
17368 libobjs
=conftest.
$ac_objext
17370 wl
=$lt_prog_compiler_wl_GCJ
17371 pic_flag
=$lt_prog_compiler_pic_GCJ
17377 lt_save_allow_undefined_flag
=$allow_undefined_flag_GCJ
17378 allow_undefined_flag_GCJ
=
17379 if { (eval echo "$as_me:$LINENO: \"$archive_cmds_GCJ 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
17380 (eval $archive_cmds_GCJ 2\
>\
&1 \|
$GREP \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
17382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17383 (exit $ac_status); }
17385 archive_cmds_need_lc_GCJ
=no
17387 archive_cmds_need_lc_GCJ
=yes
17389 allow_undefined_flag_GCJ
=$lt_save_allow_undefined_flag
17391 cat conftest.err
1>&5
17394 echo "$as_me:$LINENO: result: $archive_cmds_need_lc_GCJ" >&5
17395 echo "${ECHO_T}$archive_cmds_need_lc_GCJ" >&6
17465 echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
17466 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
17468 library_names_spec
=
17469 libname_spec
='lib$name'
17473 postuninstall_cmds
=
17477 shlibpath_overrides_runpath
=unknown
17479 dynamic_linker
="$host_os ld.so"
17480 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
17481 need_lib_prefix
=unknown
17482 hardcode_into_libs
=no
17484 # when you set need_version to no, make sure it does not cause -set_version
17485 # flags to be left without arguments
17486 need_version
=unknown
17491 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
17492 shlibpath_var
=LIBPATH
17494 # AIX 3 has no versioning support, so we append a major version to the name.
17495 soname_spec
='${libname}${release}${shared_ext}$major'
17502 hardcode_into_libs
=yes
17503 if test "$host_cpu" = ia64
; then
17504 # AIX 5 supports IA64
17505 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
17506 shlibpath_var
=LD_LIBRARY_PATH
17508 # With GCC up to 2.95.x, collect2 would create an import file
17509 # for dependence libraries. The import file would start with
17510 # the line `#! .'. This would cause the generated library to
17511 # depend on `.', always an invalid library. This was fixed in
17512 # development snapshots of GCC prior to 3.0.
17514 aix4 | aix4.
[01] | aix4.
[01].
*)
17515 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
17517 echo '#endif'; } |
${CC} -E - |
$GREP yes > /dev
/null
; then
17520 can_build_shared
=no
17524 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
17525 # soname into executable. Probably we can add versioning support to
17526 # collect2, so additional links can be useful in future.
17527 if test "$aix_use_runtimelinking" = yes; then
17528 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
17529 # instead of lib<name>.a to let people know that these are not
17530 # typical AIX shared libraries.
17531 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17533 # We preserve .a as extension for shared libraries through AIX4.2
17534 # and later when we are not doing run time linking.
17535 library_names_spec
='${libname}${release}.a $libname.a'
17536 soname_spec
='${libname}${release}${shared_ext}$major'
17538 shlibpath_var
=LIBPATH
17543 if test "$host_cpu" = m68k
; then
17544 library_names_spec
='$libname.ixlibrary $libname.a'
17545 # Create ${libname}_ixlibrary.a entries in /sys/libs.
17546 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'
17553 library_names_spec
='${libname}${shared_ext}'
17554 dynamic_linker
="$host_os ld.so"
17555 shlibpath_var
=LIBRARY_PATH
17561 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17562 soname_spec
='${libname}${release}${shared_ext}$major'
17563 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
17564 shlibpath_var
=LD_LIBRARY_PATH
17565 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
17566 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
17567 # the default ld.so.conf also contains /usr/contrib/lib and
17568 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
17569 # libtool to hard-code these into programs
17572 cygwin
* | mingw
* | pw32
*)
17573 version_type
=windows
17578 case $withGCC,$host_os in
17579 yes,cygwin
* |
yes,mingw
* |
yes,pw32
*)
17580 library_names_spec
='$libname.dll.a'
17581 # DLL is installed to $(libdir)/../bin by postinstall_cmds
17582 postinstall_cmds
='base_file=`basename \${file}`~
17583 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
17584 dldir=$destdir/`dirname \$dlpath`~
17585 test -d \$dldir || mkdir -p \$dldir~
17586 $install_prog $dir/$dlname \$dldir/$dlname~
17587 chmod a+x \$dldir/$dlname~
17588 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
17589 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
17591 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
17592 dlpath=$dir/\$dldll~
17594 shlibpath_overrides_runpath
=yes
17598 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
17599 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
17600 sys_lib_search_path_spec
="/usr/lib /lib/w32api /lib /usr/local/lib"
17603 # MinGW DLLs use traditional 'lib' prefix
17604 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
17605 sys_lib_search_path_spec
=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
17606 if $ECHO "$sys_lib_search_path_spec" |
$GREP ';[c-zC-Z]:/' >/dev
/null
; then
17607 # It is most probably a Windows format PATH printed by
17608 # mingw gcc, but we are running on Cygwin. Gcc prints its search
17609 # path with ; separators, and with drive letters. We can handle the
17610 # drive letters (cygwin fileutils understands them), so leave them,
17611 # especially as we might pass files found there to a mingw objdump,
17612 # which wouldn't understand a cygwinified path. Ahh.
17613 sys_lib_search_path_spec
=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
17615 sys_lib_search_path_spec
=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
17619 # pw32 DLLs use 'pw' prefix rather than 'lib'
17620 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
17626 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
17629 dynamic_linker
='Win32 ld.exe'
17630 # FIXME: first we should search . and the directory the executable is in
17634 darwin
* | rhapsody
*)
17635 dynamic_linker
="$host_os dyld"
17636 version_type
=darwin
17639 library_names_spec
='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
17640 soname_spec
='${libname}${release}${major}$shared_ext'
17641 shlibpath_overrides_runpath
=yes
17642 shlibpath_var
=DYLD_LIBRARY_PATH
17643 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
17645 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
17652 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
17653 soname_spec
='${libname}${release}${shared_ext}$major'
17654 shlibpath_var
=LD_LIBRARY_PATH
17661 freebsd
* | dragonfly
*)
17662 # DragonFly does not have aout. When/if they implement a new
17663 # versioning mechanism, adjust this.
17664 if test -x /usr
/bin
/objformat
; then
17665 objformat
=`/usr/bin/objformat`
17668 freebsd
[123]*) objformat
=aout
;;
17669 *) objformat
=elf
;;
17672 version_type
=freebsd-
$objformat
17673 case $version_type in
17675 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
17680 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
17684 shlibpath_var
=LD_LIBRARY_PATH
17687 shlibpath_overrides_runpath
=yes
17689 freebsd3.
[01]* | freebsdelf3.
[01]*)
17690 shlibpath_overrides_runpath
=yes
17691 hardcode_into_libs
=yes
17693 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
17694 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
17695 shlibpath_overrides_runpath
=no
17696 hardcode_into_libs
=yes
17698 *) # from 4.6 on, and DragonFly
17699 shlibpath_overrides_runpath
=yes
17700 hardcode_into_libs
=yes
17709 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
17710 soname_spec
='${libname}${release}${shared_ext}$major'
17711 shlibpath_var
=LD_LIBRARY_PATH
17712 hardcode_into_libs
=yes
17715 hpux9
* | hpux10
* | hpux11
*)
17716 # Give a soname corresponding to the major version so that dld.sl refuses to
17717 # link against other versions.
17724 hardcode_into_libs
=yes
17725 dynamic_linker
="$host_os dld.so"
17726 shlibpath_var
=LD_LIBRARY_PATH
17727 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
17728 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17729 soname_spec
='${libname}${release}${shared_ext}$major'
17730 if test "X$HPUX_IA64_MODE" = X32
; then
17731 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
17733 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
17735 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
17739 hardcode_into_libs
=yes
17740 dynamic_linker
="$host_os dld.sl"
17741 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
17742 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
17743 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17744 soname_spec
='${libname}${release}${shared_ext}$major'
17745 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
17746 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
17750 dynamic_linker
="$host_os dld.sl"
17751 shlibpath_var
=SHLIB_PATH
17752 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
17753 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17754 soname_spec
='${libname}${release}${shared_ext}$major'
17757 # HP-UX runs *really* slowly unless shared libraries are mode 555.
17758 postinstall_cmds
='chmod 555 $lib'
17765 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
17766 soname_spec
='${libname}${release}${shared_ext}$major'
17767 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
17768 shlibpath_var
=LD_LIBRARY_PATH
17769 shlibpath_overrides_runpath
=no
17770 hardcode_into_libs
=yes
17773 irix5
* | irix6
* | nonstopux
*)
17775 nonstopux
*) version_type
=nonstopux
;;
17777 if test "$lt_cv_prog_gnu_ld" = yes; then
17785 soname_spec
='${libname}${release}${shared_ext}$major'
17786 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
17788 irix5
* | nonstopux
*)
17789 libsuff
= shlibsuff
=
17792 case $LD in # libtool.m4 will add one of these switches to LD
17793 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
17794 libsuff
= shlibsuff
= libmagic
=32-bit;;
17795 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
17796 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
17797 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
17798 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
17799 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
17803 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
17804 shlibpath_overrides_runpath
=no
17805 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
17806 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
17807 hardcode_into_libs
=yes
17810 # No shared lib support for Linux oldld, aout, or coff.
17811 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
17815 # This must be Linux ELF.
17816 linux
* | k
*bsd
*-gnu)
17820 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17821 soname_spec
='${libname}${release}${shared_ext}$major'
17822 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
17823 shlibpath_var
=LD_LIBRARY_PATH
17824 shlibpath_overrides_runpath
=no
17825 # Some binutils ld are patched to set DT_RUNPATH
17826 save_LDFLAGS
=$LDFLAGS
17827 save_libdir
=$libdir
17828 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_GCJ\"; \
17829 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_GCJ\""
17830 if test x
$gcc_no_link = xyes
; then
17831 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
17832 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
17833 { (exit 1); exit 1; }; }
17835 cat >conftest.
$ac_ext <<_ACEOF
17838 cat confdefs.h
>>conftest.
$ac_ext
17839 cat >>conftest.
$ac_ext <<_ACEOF
17840 /* end confdefs.h. */
17850 rm -f conftest.
$ac_objext conftest
$ac_exeext
17851 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17852 (eval $ac_link) 2>conftest.er1
17854 grep -v '^ *+' conftest.er1
>conftest.err
17856 cat conftest.err
>&5
17857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17858 (exit $ac_status); } &&
17859 { ac_try
='test -z "$ac_c_werror_flag"
17860 || test ! -s conftest.err'
17861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17862 (eval $ac_try) 2>&5
17864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17865 (exit $ac_status); }; } &&
17866 { ac_try
='test -s conftest$ac_exeext'
17867 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17868 (eval $ac_try) 2>&5
17870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17871 (exit $ac_status); }; }; then
17872 if ($OBJDUMP -p conftest
$ac_exeext) 2>/dev
/null |
grep "RUNPATH.*$libdir"; then
17873 shlibpath_overrides_runpath
=yes
17877 echo "$as_me: failed program was:" >&5
17878 sed 's/^/| /' conftest.
$ac_ext >&5
17881 rm -f conftest.err conftest.
$ac_objext \
17882 conftest
$ac_exeext conftest.
$ac_ext
17883 LDFLAGS
=$save_LDFLAGS
17884 libdir
=$save_libdir
17886 # This implies no fast_install, which is unacceptable.
17887 # Some rework will be needed to allow for fast_install
17888 # before this can be enabled.
17889 hardcode_into_libs
=yes
17891 # Append ld.so.conf contents to the search path
17892 if test -f /etc
/ld.so.conf
; then
17893 lt_ld_extra
=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
17894 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
17897 # We used to test for /lib/ld.so.1 and disable shared libraries on
17898 # powerpc, because MkLinux only supported shared libraries with the
17899 # GNU dynamic linker. Since this was broken with cross compilers,
17900 # most powerpc-linux boxes support dynamic linking these days and
17901 # people can always --disable-shared, the test was removed, and we
17902 # assume the GNU/Linux dynamic linker is in use.
17903 dynamic_linker
='GNU/Linux ld.so'
17910 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
17911 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
17912 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
17913 dynamic_linker
='NetBSD (a.out) ld.so'
17915 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
17916 soname_spec
='${libname}${release}${shared_ext}$major'
17917 dynamic_linker
='NetBSD ld.elf_so'
17919 shlibpath_var
=LD_LIBRARY_PATH
17920 shlibpath_overrides_runpath
=yes
17921 hardcode_into_libs
=yes
17926 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17927 shlibpath_var
=LD_LIBRARY_PATH
17928 shlibpath_overrides_runpath
=yes
17935 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17936 soname_spec
='${libname}${release}${shared_ext}$major'
17937 shlibpath_var
=LD_LIBRARY_PATH
17938 shlibpath_overrides_runpath
=no
17939 hardcode_into_libs
=yes
17940 dynamic_linker
='ldqnx.so'
17945 sys_lib_dlsearch_path_spec
="/usr/lib"
17947 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
17949 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
17950 *) need_version
=no
;;
17952 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
17953 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
17954 shlibpath_var
=LD_LIBRARY_PATH
17955 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
17957 openbsd2.
[89] | openbsd2.
[89].
*)
17958 shlibpath_overrides_runpath
=no
17961 shlibpath_overrides_runpath
=yes
17965 shlibpath_overrides_runpath
=yes
17970 libname_spec
='$name'
17973 library_names_spec
='$libname${shared_ext} $libname.a'
17974 dynamic_linker
='OS/2 ld.exe'
17975 shlibpath_var
=LIBPATH
17978 osf3
* | osf4
* | osf5
*)
17982 soname_spec
='${libname}${release}${shared_ext}$major'
17983 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17984 shlibpath_var
=LD_LIBRARY_PATH
17985 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
17986 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
17997 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
17998 soname_spec
='${libname}${release}${shared_ext}$major'
17999 shlibpath_var
=LD_LIBRARY_PATH
18000 shlibpath_overrides_runpath
=yes
18001 hardcode_into_libs
=yes
18002 # ldd complains unless libraries are executable
18003 postinstall_cmds
='chmod +x $lib'
18008 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
18009 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
18010 shlibpath_var
=LD_LIBRARY_PATH
18011 shlibpath_overrides_runpath
=yes
18012 if test "$with_gnu_ld" = yes; then
18020 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
18021 soname_spec
='${libname}${release}${shared_ext}$major'
18022 shlibpath_var
=LD_LIBRARY_PATH
18023 case $host_vendor in
18025 shlibpath_overrides_runpath
=no
18027 runpath_var
=LD_RUN_PATH
18035 shlibpath_overrides_runpath
=no
18036 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
18042 if test -d /usr
/nec
;then
18044 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
18045 soname_spec
='$libname${shared_ext}.$major'
18046 shlibpath_var
=LD_LIBRARY_PATH
18050 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
18051 version_type
=freebsd-elf
18054 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
18055 soname_spec
='${libname}${release}${shared_ext}$major'
18056 shlibpath_var
=LD_LIBRARY_PATH
18057 shlibpath_overrides_runpath
=yes
18058 hardcode_into_libs
=yes
18059 if test "$with_gnu_ld" = yes; then
18060 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
18062 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
18065 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
18069 sys_lib_dlsearch_path_spec
='/usr/lib'
18073 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
18077 library_name_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
18078 shlibpath_var
=LD_LIBRARY_PATH
18079 shlibpath_overrides_runpath
=no
18080 hardcode_into_libs
=yes
18085 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
18086 soname_spec
='${libname}${release}${shared_ext}$major'
18087 shlibpath_var
=LD_LIBRARY_PATH
18094 echo "$as_me:$LINENO: result: $dynamic_linker" >&5
18095 echo "${ECHO_T}$dynamic_linker" >&6
18096 test "$dynamic_linker" = no
&& can_build_shared
=no
18098 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
18099 if test "$GCC" = yes; then
18100 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
18138 echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
18139 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
18140 hardcode_action_GCJ
=
18141 if test -n "$hardcode_libdir_flag_spec_GCJ" ||
18142 test -n "$runpath_var_GCJ" ||
18143 test "X$hardcode_automatic_GCJ" = "Xyes" ; then
18145 # We can hardcode non-existent directories.
18146 if test "$hardcode_direct_GCJ" != no
&&
18147 # If the only mechanism to avoid hardcoding is shlibpath_var, we
18148 # have to relink, otherwise we might link with an installed library
18149 # when we should be linking with a yet-to-be-installed one
18150 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, GCJ)" != no &&
18151 test "$hardcode_minus_L_GCJ" != no
; then
18152 # Linking always hardcodes the temporary library directory.
18153 hardcode_action_GCJ
=relink
18155 # We can link without hardcoding, and we can hardcode nonexisting dirs.
18156 hardcode_action_GCJ
=immediate
18159 # We cannot hardcode anything, or else we can only hardcode existing
18161 hardcode_action_GCJ
=unsupported
18163 echo "$as_me:$LINENO: result: $hardcode_action_GCJ" >&5
18164 echo "${ECHO_T}$hardcode_action_GCJ" >&6
18166 if test "$hardcode_action_GCJ" = relink ||
18167 test "$inherit_rpath_GCJ" = yes; then
18168 # Fast installation is not supported
18169 enable_fast_install
=no
18170 elif test "$shlibpath_overrides_runpath" = yes ||
18171 test "$enable_shared" = no
; then
18172 # Fast installation is not necessary
18173 enable_fast_install
=needless
18184 compiler_GCJ
=${GCJ-gcj}
18186 ac_cpp
='$CPP $CPPFLAGS'
18187 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18188 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18189 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
18192 if test "x$CC" != xcc
; then
18193 echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5
18194 echo $ECHO_N "checking whether $CC and cc understand -c and -o together... $ECHO_C" >&6
18196 echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5
18197 echo $ECHO_N "checking whether cc understands -c and -o together... $ECHO_C" >&6
18199 set dummy
$CC; ac_cc
=`echo $2 |
18200 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
18201 if eval "test \"\${ac_cv_prog_cc_${ac_cc}_c_o+set}\" = set"; then
18202 echo $ECHO_N "(cached) $ECHO_C" >&6
18204 cat >conftest.
$ac_ext <<_ACEOF
18207 cat confdefs.h
>>conftest.
$ac_ext
18208 cat >>conftest.
$ac_ext <<_ACEOF
18209 /* end confdefs.h. */
18219 # Make sure it works both with $CC and with simple cc.
18220 # We do the test twice because some compilers refuse to overwrite an
18221 # existing .o file with -o, though they will create one.
18222 ac_try
='$CC -c conftest.$ac_ext -o conftest.$ac_objext >&5'
18223 if { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18224 (eval $ac_try) 2>&5
18226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18227 (exit $ac_status); } &&
18228 test -f conftest.
$ac_objext && { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18229 (eval $ac_try) 2>&5
18231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18232 (exit $ac_status); };
18234 eval ac_cv_prog_cc_
${ac_cc}_c_o
=yes
18235 if test "x$CC" != xcc
; then
18236 # Test first that cc exists at all.
18237 if { ac_try
='cc -c conftest.$ac_ext >&5'
18238 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18239 (eval $ac_try) 2>&5
18241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18242 (exit $ac_status); }; }; then
18243 ac_try
='cc -c conftest.$ac_ext -o conftest.$ac_objext >&5'
18244 if { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18245 (eval $ac_try) 2>&5
18247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18248 (exit $ac_status); } &&
18249 test -f conftest.
$ac_objext && { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18250 (eval $ac_try) 2>&5
18252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18253 (exit $ac_status); };
18258 # cc exists but doesn't like -o.
18259 eval ac_cv_prog_cc_
${ac_cc}_c_o
=no
18264 eval ac_cv_prog_cc_
${ac_cc}_c_o
=no
18269 if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" = yes"; then
18270 echo "$as_me:$LINENO: result: yes" >&5
18271 echo "${ECHO_T}yes" >&6
18273 echo "$as_me:$LINENO: result: no" >&5
18274 echo "${ECHO_T}no" >&6
18276 cat >>confdefs.h
<<\_ACEOF
18277 #define NO_MINUS_C_MINUS_O 1
18282 # FIXME: we rely on the cache variable name because
18283 # there is no other way.
18285 ac_cc
=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
18286 if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
18287 # Losing compiler, so override with the script.
18288 # FIXME: It is wrong to rewrite CC.
18289 # But if we don't then we get into trouble of one sort or another.
18290 # A longer-term fix would be to have automake use am__CC in this case,
18291 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
18292 CC
="$am_aux_dir/compile $CC"
18298 subdirs
="$subdirs classpath libltdl"
18301 # The -no-testsuite modules omit the test subdir.
18304 if test -d $srcdir/testsuite
; then
18306 TESTSUBDIR_FALSE
='#'
18308 TESTSUBDIR_TRUE
='#'
18313 # Should the runtime set system properties by examining the
18314 # environment variable GCJ_PROPERTIES?
18315 # Check whether --enable-getenv-properties or --disable-getenv-properties was given.
18316 if test "${enable_getenv_properties+set}" = set; then
18317 enableval
="$enable_getenv_properties"
18321 # Whether GCJ_PROPERTIES is used depends on the target.
18322 if test -z "$enable_getenv_properties"; then
18323 enable_getenv_properties
=${enable_getenv_properties_default-yes}
18325 if test "$enable_getenv_properties" = no
; then
18327 cat >>confdefs.h
<<\_ACEOF
18328 #define DISABLE_GETENV_PROPERTIES 1
18333 # Whether we should use arguments to main()
18334 if test -z "$enable_main_args"; then
18335 enable_main_args
=${enable_main_args_default-yes}
18337 if test "$enable_main_args" = no
; then
18339 cat >>confdefs.h
<<\_ACEOF
18340 #define DISABLE_MAIN_ARGS 1
18346 # Should we use hashtable-based synchronization?
18347 # Currently works only for Linux X86/ia64
18348 # Typically faster and more space-efficient
18349 # Check whether --enable-hash-synchronization or --disable-hash-synchronization was given.
18350 if test "${enable_hash_synchronization+set}" = set; then
18351 enableval
="$enable_hash_synchronization"
18355 if test -z "$enable_hash_synchronization"; then
18356 enable_hash_synchronization
=$enable_hash_synchronization_default
18364 # Check whether --with-ecj-jar or --without-ecj-jar was given.
18365 if test "${with_ecj_jar+set}" = set; then
18366 withval
="$with_ecj_jar"
18369 if test -f $multi_basedir/ecj.jar
; then
18370 ECJ_BUILD_JAR
=$multi_basedir/ecj.jar
18371 ECJ_JAR
='$(jardir)/ecj.jar'
18372 install_ecj_jar
=yes
18379 if test "$ECJ_JAR" != ""; then
18381 BUILD_ECJ1_FALSE
='#'
18383 BUILD_ECJ1_TRUE
='#'
18389 if test $install_ecj_jar = yes; then
18390 INSTALL_ECJ_JAR_TRUE
=
18391 INSTALL_ECJ_JAR_FALSE
='#'
18393 INSTALL_ECJ_JAR_TRUE
='#'
18394 INSTALL_ECJ_JAR_FALSE
=
18399 # Check whether --with-java-home or --without-java-home was given.
18400 if test "${with_java_home+set}" = set; then
18401 withval
="$with_java_home"
18402 JAVA_HOME
="${withval}"
18408 if test ! -z "$JAVA_HOME"; then
18409 JAVA_HOME_SET_TRUE
=
18410 JAVA_HOME_SET_FALSE
='#'
18412 JAVA_HOME_SET_TRUE
='#'
18413 JAVA_HOME_SET_FALSE
=
18418 # What is the native OS API for MinGW?
18420 # Check whether --with-win32-nlsapi or --without-win32-nlsapi was given.
18421 if test "${with_win32_nlsapi+set}" = set; then
18422 withval
="$with_win32_nlsapi"
18423 case "${withval}" in
18424 ansi
) with_win32_nlsapi
=ansi
;;
18425 unicows
) with_win32_nlsapi
=unicows
;;
18426 unicode
) with_win32_nlsapi
=unicode
;;
18427 *) { { echo "$as_me:$LINENO: error: Bad value ${withval} for --with-win32-nlsapi." >&5
18428 echo "$as_me: error: Bad value ${withval} for --with-win32-nlsapi." >&2;}
18429 { (exit 1); exit 1; }; } ;;
18432 with_win32_nlsapi
=ansi
18435 case "${with_win32_nlsapi}" in
18438 cat >>confdefs.h
<<\_ACEOF
18439 #define MINGW_LIBGCJ_UNICODE 1
18445 # configure.host sets slow_pthread_self if the synchronization code should
18446 # try to avoid pthread_self calls by caching thread IDs in a hashtable.
18447 if test "${slow_pthread_self}" = "yes"; then
18449 cat >>confdefs.h
<<\_ACEOF
18450 #define SLOW_PTHREAD_SELF 1
18455 # Check for gc debugging. This option is handled both here and in the GC.
18456 # Check whether --enable-gc-debug or --disable-gc-debug was given.
18457 if test "${enable_gc_debug+set}" = set; then
18458 enableval
="$enable_gc_debug"
18459 if test "$enable_gc_debug" = "yes"; then
18461 cat >>confdefs.h
<<\_ACEOF
18462 #define LIBGCJ_GC_DEBUG 1
18468 # See if the user has the interpreter included.
18469 # Check whether --enable-interpreter or --disable-interpreter was given.
18470 if test "${enable_interpreter+set}" = set; then
18471 enableval
="$enable_interpreter"
18472 if test "$enable_interpreter" = yes; then
18473 # This can also be set in configure.host.
18474 libgcj_interpreter
=yes
18475 elif test "$enable_interpreter" = no
; then
18476 libgcj_interpreter
=no
18480 if test "$libgcj_interpreter" = yes; then
18482 cat >>confdefs.h
<<\_ACEOF
18483 #define INTERPRETER 1
18487 INTERPRETER
="$libgcj_interpreter"
18490 echo "$as_me:$LINENO: checking for exception model to use" >&5
18491 echo $ECHO_N "checking for exception model to use... $ECHO_C" >&6
18493 ac_cpp
='$CXXCPP $CPPFLAGS'
18494 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18495 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18496 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
18498 # Check whether --enable-sjlj-exceptions or --disable-sjlj-exceptions was given.
18499 if test "${enable_sjlj_exceptions+set}" = set; then
18500 enableval
="$enable_sjlj_exceptions"
18503 cat > conftest.
$ac_ext << EOF
18504 #line 18504 "configure"
18505 struct S { ~S(); };
18513 old_CXXFLAGS
="$CXXFLAGS"
18515 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18516 (eval $ac_compile) 2>&5
18518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18519 (exit $ac_status); }; then
18520 if grep _Unwind_SjLj_Resume conftest.s
>/dev
/null
2>&1 ; then
18521 enable_sjlj_exceptions
=yes
18522 elif grep _Unwind_Resume conftest.s
>/dev
/null
2>&1 ; then
18523 enable_sjlj_exceptions
=no
18526 CXXFLAGS
="$old_CXXFLAGS"
18529 if test x
$enable_sjlj_exceptions = xyes
; then
18531 cat >>confdefs.h
<<\_ACEOF
18532 #define SJLJ_EXCEPTIONS 1
18535 ac_exception_model_name
=sjlj
18536 elif test x
$enable_sjlj_exceptions = xno
; then
18537 ac_exception_model_name
="call frame"
18539 { { echo "$as_me:$LINENO: error: unable to detect exception model" >&5
18540 echo "$as_me: error: unable to detect exception model" >&2;}
18541 { (exit 1); exit 1; }; }
18544 ac_cpp
='$CPP $CPPFLAGS'
18545 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
18546 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
18547 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
18549 echo "$as_me:$LINENO: result: $ac_exception_model_name" >&5
18550 echo "${ECHO_T}$ac_exception_model_name" >&6
18552 # If we are non using SJLJ exceptions, and this host does not have support
18553 # for unwinding from a signal handler, enable checked dereferences and divides.
18554 if test $can_unwind_signal = no
&& test $enable_sjlj_exceptions = no
; then
18555 CHECKREFSPEC
=-fcheck-references
18556 DIVIDESPEC
=-fuse-divide-subroutine
18560 # See if the user wants to disable java.net. This is the mildly
18561 # ugly way that we admit that target-side configuration sucks.
18562 # Check whether --enable-java-net or --disable-java-net was given.
18563 if test "${enable_java_net+set}" = set; then
18564 enableval
="$enable_java_net"
18568 # Whether java.net is built by default can depend on the target.
18569 if test -z "$enable_java_net"; then
18570 enable_java_net
=${enable_java_net_default-yes}
18572 if test "$enable_java_net" = no
; then
18574 cat >>confdefs.h
<<\_ACEOF
18575 #define DISABLE_JAVA_NET 1
18580 # See if the user wants to configure without libffi. Some
18581 # architectures don't support it, and default values are set in
18584 # Check whether --with-libffi or --without-libffi was given.
18585 if test "${with_libffi+set}" = set; then
18586 withval
="$with_libffi"
18589 with_libffi
=${with_libffi_default-yes}
18594 if test "$with_libffi" != no
; then
18596 cat >>confdefs.h
<<\_ACEOF
18597 #define USE_LIBFFI 1
18600 LIBFFI
=..
/libffi
/libffi_convenience.la
18601 LIBFFIINCS
='-I$(top_srcdir)/../libffi/include -I../libffi/include'
18606 # See if the user wants to disable JVMPI support.
18607 # Check whether --enable-jvmpi or --disable-jvmpi was given.
18608 if test "${enable_jvmpi+set}" = set; then
18609 enableval
="$enable_jvmpi"
18613 if test "$enable_jvmpi" != no
; then
18615 cat >>confdefs.h
<<\_ACEOF
18616 #define ENABLE_JVMPI 1
18621 # If the target is an eCos system, use the appropriate eCos
18623 # FIXME: this should not be a local option but a global target
18624 # system; at present there is no eCos target.
18625 TARGET_ECOS
=${PROCESS-"no"}
18627 # Check whether --with-ecos or --without-ecos was given.
18628 if test "${with_ecos+set}" = set; then
18629 withval
="$with_ecos"
18630 TARGET_ECOS
="$with_ecos"
18634 case "$TARGET_ECOS" in
18635 no
) case "$host" in
18641 echo "$as_me:$LINENO: checking whether 'ld' is at least 2.13" >&5
18642 echo $ECHO_N "checking whether 'ld' is at least 2.13... $ECHO_C" >&6
18643 LD_PROG
=`$CC --print-prog-name=ld`
18644 LD_VERSION
=`$LD_PROG --version`
18645 LD_VERSION_MAJOR
=`echo "$LD_VERSION" | head -1 | cut -d '.' -f 1 | cut -d ' ' -f 4`
18646 LD_VERSION_MINOR
=`echo "$LD_VERSION" | head -1 | cut -d '.' -f 2`
18647 if expr "$LD_VERSION_MAJOR" \
> 2 > /dev
/null
; then
18650 if expr "$LD_VERSION_MAJOR" = 2 && expr "$LD_VERSION_MINOR" \
>= 13 > /dev
/null
; then
18654 if test "x$LD_OK" != x
; then
18655 echo "$as_me:$LINENO: result: yes; major=$LD_VERSION_MAJOR, minor=$LD_VERSION_MINOR" >&5
18656 echo "${ECHO_T}yes; major=$LD_VERSION_MAJOR, minor=$LD_VERSION_MINOR" >&6
18658 echo "$as_me:$LINENO: result: no; major=$LD_VERSION_MAJOR, minor=$LD_VERSION_MINOR" >&5
18659 echo "${ECHO_T}no; major=$LD_VERSION_MAJOR, minor=$LD_VERSION_MINOR" >&6
18660 { echo "$as_me:$LINENO: WARNING: ld <2.13 detected; enabling JV_LINKER_CANNOT_8BYTE_ALIGN_STATICS hack..." >&5
18661 echo "$as_me: WARNING: ld <2.13 detected; enabling JV_LINKER_CANNOT_8BYTE_ALIGN_STATICS hack..." >&2;}
18663 cat >>confdefs.h
<<\_ACEOF
18664 #define JV_LINKER_CANNOT_8BYTE_ALIGN_STATICS 1
18680 cat >>confdefs.h
<<\_ACEOF
18688 ac_config_links
="$ac_config_links include/platform.h:include/$PLATFORMH"
18691 cat >conftest.
$ac_ext <<_ACEOF
18694 cat confdefs.h
>>conftest.
$ac_ext
18695 cat >>conftest.
$ac_ext <<_ACEOF
18696 /* end confdefs.h. */
18697 #include <stdint.h>
18700 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18701 $EGREP "uint32_t" >/dev
/null
2>&1; then
18703 cat >>confdefs.h
<<\_ACEOF
18704 #define HAVE_INT32_DEFINED 1
18710 cat >conftest.
$ac_ext <<_ACEOF
18713 cat confdefs.h
>>conftest.
$ac_ext
18714 cat >>conftest.
$ac_ext <<_ACEOF
18715 /* end confdefs.h. */
18716 #include <inttypes.h>
18719 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18720 $EGREP "uint32_t" >/dev
/null
2>&1; then
18722 cat >>confdefs.h
<<\_ACEOF
18723 #define HAVE_INT32_DEFINED 1
18729 cat >conftest.
$ac_ext <<_ACEOF
18732 cat confdefs.h
>>conftest.
$ac_ext
18733 cat >>conftest.
$ac_ext <<_ACEOF
18734 /* end confdefs.h. */
18735 #include <sys/types.h>
18738 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18739 $EGREP "u_int32_t" >/dev
/null
2>&1; then
18741 cat >>confdefs.h
<<\_ACEOF
18742 #define HAVE_BSD_INT32_DEFINED 1
18748 cat >conftest.
$ac_ext <<_ACEOF
18751 cat confdefs.h
>>conftest.
$ac_ext
18752 cat >>conftest.
$ac_ext <<_ACEOF
18753 /* end confdefs.h. */
18754 #include <sys/config.h>
18757 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18758 $EGREP "u_int32_t" >/dev
/null
2>&1; then
18760 cat >>confdefs.h
<<\_ACEOF
18761 #define HAVE_BSD_INT32_DEFINED 1
18770 if test "$PLATFORM" = Win32
; then
18771 USING_WIN32_PLATFORM_TRUE
=
18772 USING_WIN32_PLATFORM_FALSE
='#'
18774 USING_WIN32_PLATFORM_TRUE
='#'
18775 USING_WIN32_PLATFORM_FALSE
=
18780 if test "$PLATFORM" = Posix ||
test "$PLATFORM" = Ecos
; then
18781 USING_POSIX_PLATFORM_TRUE
=
18782 USING_POSIX_PLATFORM_FALSE
='#'
18784 USING_POSIX_PLATFORM_TRUE
='#'
18785 USING_POSIX_PLATFORM_FALSE
=
18790 *-darwin*) DARWIN_CRT
=true
;;
18791 *) DARWIN_CRT
=false
;;
18795 if $DARWIN_CRT; then
18796 USING_DARWIN_CRT_TRUE
=
18797 USING_DARWIN_CRT_FALSE
='#'
18799 USING_DARWIN_CRT_TRUE
='#'
18800 USING_DARWIN_CRT_FALSE
=
18804 # This may not be defined in a non-ANS conformant embedded system.
18805 # FIXME: Should these case a runtime exception in that case?
18806 cat >conftest.
$ac_ext <<_ACEOF
18809 cat confdefs.h
>>conftest.
$ac_ext
18810 cat >>conftest.
$ac_ext <<_ACEOF
18811 /* end confdefs.h. */
18815 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
18816 $EGREP "localtime" >/dev
/null
2>&1; then
18818 cat >>confdefs.h
<<\_ACEOF
18819 #define HAVE_LOCALTIME 1
18826 # Create the subdirectory for natFile.cc, or the attempt
18827 # to create the link will fail.
18828 test -d java || mkdir java
18829 test -d java
/io || mkdir java
/io
18830 test -d gnu || mkdir gnu
18831 ac_config_links
="$ac_config_links java/io/natFile.cc:java/io/natFile${FILE-${PLATFORM}}.cc"
18834 # Likewise for natConcreteProcess.cc.
18835 test -d java
/lang || mkdir java
/lang
18836 ac_config_links
="$ac_config_links java/lang/natConcreteProcess.cc:java/lang/nat${PLATFORM}Process.cc"
18839 # Likewise for natVMInetAddress.cc and natVMNetworkInterface.cc.
18840 test -d java
/net || mkdir java
/net
18841 ac_config_links
="$ac_config_links java/net/natVMInetAddress.cc:java/net/natVMInetAddress${PLATFORMNET}.cc"
18843 ac_config_links
="$ac_config_links java/net/natVMNetworkInterface.cc:java/net/natVMNetworkInterface${PLATFORMNET}.cc"
18846 # Likewise for natPlainSocketImpl.cc and natPlainDatagramSocketImpl.cc.
18847 test -d gnu
/java || mkdir gnu
/java
18848 test -d gnu
/java
/net || mkdir gnu
/java
/net
18849 ac_config_links
="$ac_config_links gnu/java/net/natPlainSocketImpl.cc:gnu/java/net/natPlainSocketImpl${PLATFORMNET}.cc"
18851 ac_config_links
="$ac_config_links gnu/java/net/natPlainDatagramSocketImpl.cc:gnu/java/net/natPlainDatagramSocketImpl${PLATFORMNET}.cc"
18854 # Likewise for natVMPipe.cc and natVMSelector.cc.
18855 test -d gnu
/java
/nio || mkdir gnu
/java
/nio
18856 ac_config_links
="$ac_config_links gnu/java/nio/natVMPipe.cc:gnu/java/nio/natVMPipe${PLATFORM}.cc"
18858 ac_config_links
="$ac_config_links gnu/java/nio/natVMSelector.cc:gnu/java/nio/natVMSelector${PLATFORM}.cc"
18861 # Likewise for natFileChannelImpl.cc
18862 test -d gnu
/java
/nio
/channels || mkdir gnu
/java
/nio
/channels
18863 ac_config_links
="$ac_config_links gnu/java/nio/channels/natFileChannelImpl.cc:gnu/java/nio/channels/natFileChannel${FILE-${PLATFORM}}.cc"
18868 SYSTEMSPEC
="-lgdi32 -lws2_32"
18869 if test "${with_win32_nlsapi}" = "unicows"; then
18870 SYSTEMSPEC
="-lunicows $SYSTEMSPEC"
18879 LIBGCJTESTSPEC
="-L`${PWDCMD-pwd}`/.libs -rpath `${PWDCMD-pwd}`/.libs"
18883 # Check whether --with-system-zlib or --without-system-zlib was given.
18884 if test "${with_system_zlib+set}" = set; then
18885 withval
="$with_system_zlib"
18893 echo "$as_me:$LINENO: checking for X" >&5
18894 echo $ECHO_N "checking for X... $ECHO_C" >&6
18897 # Check whether --with-x or --without-x was given.
18898 if test "${with_x+set}" = set; then
18902 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
18903 if test "x$with_x" = xno
; then
18904 # The user explicitly disabled X.
18907 if test "x$x_includes" != xNONE
&& test "x$x_libraries" != xNONE
; then
18908 # Both variables are already set.
18911 if test "${ac_cv_have_x+set}" = set; then
18912 echo $ECHO_N "(cached) $ECHO_C" >&6
18914 # One or both of the vars are not set, and there is no cached value.
18915 ac_x_includes
=no ac_x_libraries
=no
18916 rm -fr conftest.dir
18917 if mkdir conftest.dir
; then
18919 # Make sure to not put "make" in the Imakefile rules, since we grep it out.
18920 cat >Imakefile
<<'_ACEOF'
18922 @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
18924 if (xmkmf
) >/dev
/null
2>/dev
/null
&& test -f Makefile
; then
18925 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
18926 eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
18927 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
18928 for ac_extension
in a so sl
; do
18929 if test ! -f $ac_im_usrlibdir/libX11.
$ac_extension &&
18930 test -f $ac_im_libdir/libX11.
$ac_extension; then
18931 ac_im_usrlibdir
=$ac_im_libdir; break
18934 # Screen out bogus values from the imake configuration. They are
18935 # bogus both because they are the default anyway, and because
18936 # using them would break gcc on systems where it needs fixed includes.
18937 case $ac_im_incroot in
18939 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes
=$ac_im_incroot;;
18941 case $ac_im_usrlibdir in
18942 /usr
/lib |
/lib
) ;;
18943 *) test -d "$ac_im_usrlibdir" && ac_x_libraries
=$ac_im_usrlibdir ;;
18947 rm -fr conftest.dir
18950 # Standard set of common directories for X headers.
18951 # Check X11 before X11Rn because it is often a symlink to the current release.
18963 /usr/local/X11/include
18964 /usr/local/X11R6/include
18965 /usr/local/X11R5/include
18966 /usr/local/X11R4/include
18968 /usr/local/include/X11
18969 /usr/local/include/X11R6
18970 /usr/local/include/X11R5
18971 /usr/local/include/X11R4
18975 /usr/XFree86/include/X11
18979 /usr/unsupported/include
18980 /usr/athena/include
18981 /usr/local/x11r5/include
18982 /usr/lpp/Xamples/include
18984 /usr/openwin/include
18985 /usr/openwin/share/include'
18987 if test "$ac_x_includes" = no
; then
18988 # Guess where to find include files, by looking for Intrinsic.h.
18989 # First, try using that file with no special directory specified.
18990 cat >conftest.
$ac_ext <<_ACEOF
18993 cat confdefs.h
>>conftest.
$ac_ext
18994 cat >>conftest.
$ac_ext <<_ACEOF
18995 /* end confdefs.h. */
18996 #include <X11/Intrinsic.h>
18998 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
18999 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
19001 grep -v '^ *+' conftest.er1
>conftest.err
19003 cat conftest.err
>&5
19004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19005 (exit $ac_status); } >/dev
/null
; then
19006 if test -s conftest.err
; then
19007 ac_cpp_err
=$ac_c_preproc_warn_flag
19008 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
19015 if test -z "$ac_cpp_err"; then
19016 # We can compile using X headers with no special include directory.
19019 echo "$as_me: failed program was:" >&5
19020 sed 's/^/| /' conftest.
$ac_ext >&5
19022 for ac_dir
in $ac_x_header_dirs; do
19023 if test -r "$ac_dir/X11/Intrinsic.h"; then
19024 ac_x_includes
=$ac_dir
19029 rm -f conftest.err conftest.
$ac_ext
19030 fi # $ac_x_includes = no
19032 if test "$ac_x_libraries" = no
; then
19033 # Check for the libraries.
19034 # See if we find them without any special options.
19035 # Don't add to $LIBS permanently.
19038 if test x
$gcc_no_link = xyes
; then
19039 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19040 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19041 { (exit 1); exit 1; }; }
19043 cat >conftest.
$ac_ext <<_ACEOF
19046 cat confdefs.h
>>conftest.
$ac_ext
19047 cat >>conftest.
$ac_ext <<_ACEOF
19048 /* end confdefs.h. */
19049 #include <X11/Intrinsic.h>
19058 rm -f conftest.
$ac_objext conftest
$ac_exeext
19059 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19060 (eval $ac_link) 2>conftest.er1
19062 grep -v '^ *+' conftest.er1
>conftest.err
19064 cat conftest.err
>&5
19065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19066 (exit $ac_status); } &&
19067 { ac_try
='test -z "$ac_c_werror_flag"
19068 || test ! -s conftest.err'
19069 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19070 (eval $ac_try) 2>&5
19072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19073 (exit $ac_status); }; } &&
19074 { ac_try
='test -s conftest$ac_exeext'
19075 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19076 (eval $ac_try) 2>&5
19078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19079 (exit $ac_status); }; }; then
19081 # We can link X programs with no special library path.
19084 echo "$as_me: failed program was:" >&5
19085 sed 's/^/| /' conftest.
$ac_ext >&5
19088 for ac_dir
in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
19090 # Don't even attempt the hair of trying to link an X program!
19091 for ac_extension
in a so sl
; do
19092 if test -r $ac_dir/libXt.
$ac_extension; then
19093 ac_x_libraries
=$ac_dir
19099 rm -f conftest.err conftest.
$ac_objext \
19100 conftest
$ac_exeext conftest.
$ac_ext
19101 fi # $ac_x_libraries = no
19103 if test "$ac_x_includes" = no ||
test "$ac_x_libraries" = no
; then
19104 # Didn't find X anywhere. Cache the known absence of X.
19105 ac_cv_have_x
="have_x=no"
19107 # Record where we found X for the cache.
19108 ac_cv_have_x
="have_x=yes \
19109 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
19114 eval "$ac_cv_have_x"
19117 if test "$have_x" != yes; then
19118 echo "$as_me:$LINENO: result: $have_x" >&5
19119 echo "${ECHO_T}$have_x" >&6
19122 # If each of the values was on the command line, it overrides each guess.
19123 test "x$x_includes" = xNONE
&& x_includes
=$ac_x_includes
19124 test "x$x_libraries" = xNONE
&& x_libraries
=$ac_x_libraries
19125 # Update the cache value to reflect the command line values.
19126 ac_cv_have_x
="have_x=yes \
19127 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
19128 echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
19129 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6
19132 if test "$no_x" = yes; then
19133 # Not all programs may use this symbol, but it does not hurt to define it.
19135 cat >>confdefs.h
<<\_ACEOF
19136 #define X_DISPLAY_MISSING 1
19139 X_CFLAGS
= X_PRE_LIBS
= X_LIBS
= X_EXTRA_LIBS
=
19141 if test -n "$x_includes"; then
19142 X_CFLAGS
="$X_CFLAGS -I$x_includes"
19145 # It would also be nice to do this for all -L options, not just this one.
19146 if test -n "$x_libraries"; then
19147 X_LIBS
="$X_LIBS -L$x_libraries"
19148 # For Solaris; some versions of Sun CC require a space after -R and
19149 # others require no space. Words are not sufficient . . . .
19150 case `(uname -sr) 2>/dev/null` in
19152 echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
19153 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6
19154 ac_xsave_LIBS
=$LIBS; LIBS
="$LIBS -R$x_libraries"
19155 if test x
$gcc_no_link = xyes
; then
19156 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19157 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19158 { (exit 1); exit 1; }; }
19160 cat >conftest.
$ac_ext <<_ACEOF
19163 cat confdefs.h
>>conftest.
$ac_ext
19164 cat >>conftest.
$ac_ext <<_ACEOF
19165 /* end confdefs.h. */
19175 rm -f conftest.
$ac_objext conftest
$ac_exeext
19176 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19177 (eval $ac_link) 2>conftest.er1
19179 grep -v '^ *+' conftest.er1
>conftest.err
19181 cat conftest.err
>&5
19182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19183 (exit $ac_status); } &&
19184 { ac_try
='test -z "$ac_c_werror_flag"
19185 || test ! -s conftest.err'
19186 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19187 (eval $ac_try) 2>&5
19189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19190 (exit $ac_status); }; } &&
19191 { ac_try
='test -s conftest$ac_exeext'
19192 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19193 (eval $ac_try) 2>&5
19195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19196 (exit $ac_status); }; }; then
19199 echo "$as_me: failed program was:" >&5
19200 sed 's/^/| /' conftest.
$ac_ext >&5
19204 rm -f conftest.err conftest.
$ac_objext \
19205 conftest
$ac_exeext conftest.
$ac_ext
19206 if test $ac_R_nospace = yes; then
19207 echo "$as_me:$LINENO: result: no" >&5
19208 echo "${ECHO_T}no" >&6
19209 X_LIBS
="$X_LIBS -R$x_libraries"
19211 LIBS
="$ac_xsave_LIBS -R $x_libraries"
19212 if test x
$gcc_no_link = xyes
; then
19213 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19214 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19215 { (exit 1); exit 1; }; }
19217 cat >conftest.
$ac_ext <<_ACEOF
19220 cat confdefs.h
>>conftest.
$ac_ext
19221 cat >>conftest.
$ac_ext <<_ACEOF
19222 /* end confdefs.h. */
19232 rm -f conftest.
$ac_objext conftest
$ac_exeext
19233 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19234 (eval $ac_link) 2>conftest.er1
19236 grep -v '^ *+' conftest.er1
>conftest.err
19238 cat conftest.err
>&5
19239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19240 (exit $ac_status); } &&
19241 { ac_try
='test -z "$ac_c_werror_flag"
19242 || test ! -s conftest.err'
19243 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19244 (eval $ac_try) 2>&5
19246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19247 (exit $ac_status); }; } &&
19248 { ac_try
='test -s conftest$ac_exeext'
19249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19250 (eval $ac_try) 2>&5
19252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19253 (exit $ac_status); }; }; then
19256 echo "$as_me: failed program was:" >&5
19257 sed 's/^/| /' conftest.
$ac_ext >&5
19261 rm -f conftest.err conftest.
$ac_objext \
19262 conftest
$ac_exeext conftest.
$ac_ext
19263 if test $ac_R_space = yes; then
19264 echo "$as_me:$LINENO: result: yes" >&5
19265 echo "${ECHO_T}yes" >&6
19266 X_LIBS
="$X_LIBS -R $x_libraries"
19268 echo "$as_me:$LINENO: result: neither works" >&5
19269 echo "${ECHO_T}neither works" >&6
19272 LIBS
=$ac_xsave_LIBS
19276 # Check for system-dependent libraries X programs must link with.
19277 # Do this before checking for the system-independent R6 libraries
19278 # (-lICE), since we may need -lsocket or whatever for X linking.
19280 if test "$ISC" = yes; then
19281 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl_s -linet"
19283 # Martyn Johnson says this is needed for Ultrix, if the X
19284 # libraries were built with DECnet support. And Karl Berry says
19285 # the Alpha needs dnet_stub (dnet does not exist).
19286 ac_xsave_LIBS
="$LIBS"; LIBS
="$LIBS $X_LIBS -lX11"
19287 if test x
$gcc_no_link = xyes
; then
19288 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19289 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19290 { (exit 1); exit 1; }; }
19292 cat >conftest.
$ac_ext <<_ACEOF
19295 cat confdefs.h
>>conftest.
$ac_ext
19296 cat >>conftest.
$ac_ext <<_ACEOF
19297 /* end confdefs.h. */
19299 /* Override any gcc2 internal prototype to avoid an error. */
19303 /* We use char because int might match the return type of a gcc2
19304 builtin and then its argument prototype would still apply. */
19305 char XOpenDisplay ();
19314 rm -f conftest.
$ac_objext conftest
$ac_exeext
19315 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19316 (eval $ac_link) 2>conftest.er1
19318 grep -v '^ *+' conftest.er1
>conftest.err
19320 cat conftest.err
>&5
19321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19322 (exit $ac_status); } &&
19323 { ac_try
='test -z "$ac_c_werror_flag"
19324 || test ! -s conftest.err'
19325 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19326 (eval $ac_try) 2>&5
19328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19329 (exit $ac_status); }; } &&
19330 { ac_try
='test -s conftest$ac_exeext'
19331 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19332 (eval $ac_try) 2>&5
19334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19335 (exit $ac_status); }; }; then
19338 echo "$as_me: failed program was:" >&5
19339 sed 's/^/| /' conftest.
$ac_ext >&5
19341 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
19342 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6
19343 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
19344 echo $ECHO_N "(cached) $ECHO_C" >&6
19346 ac_check_lib_save_LIBS
=$LIBS
19347 LIBS
="-ldnet $LIBS"
19348 if test x
$gcc_no_link = xyes
; then
19349 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19350 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19351 { (exit 1); exit 1; }; }
19353 cat >conftest.
$ac_ext <<_ACEOF
19356 cat confdefs.h
>>conftest.
$ac_ext
19357 cat >>conftest.
$ac_ext <<_ACEOF
19358 /* end confdefs.h. */
19360 /* Override any gcc2 internal prototype to avoid an error. */
19364 /* We use char because int might match the return type of a gcc2
19365 builtin and then its argument prototype would still apply. */
19375 rm -f conftest.
$ac_objext conftest
$ac_exeext
19376 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19377 (eval $ac_link) 2>conftest.er1
19379 grep -v '^ *+' conftest.er1
>conftest.err
19381 cat conftest.err
>&5
19382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19383 (exit $ac_status); } &&
19384 { ac_try
='test -z "$ac_c_werror_flag"
19385 || test ! -s conftest.err'
19386 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19387 (eval $ac_try) 2>&5
19389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19390 (exit $ac_status); }; } &&
19391 { ac_try
='test -s conftest$ac_exeext'
19392 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19393 (eval $ac_try) 2>&5
19395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19396 (exit $ac_status); }; }; then
19397 ac_cv_lib_dnet_dnet_ntoa
=yes
19399 echo "$as_me: failed program was:" >&5
19400 sed 's/^/| /' conftest.
$ac_ext >&5
19402 ac_cv_lib_dnet_dnet_ntoa
=no
19404 rm -f conftest.err conftest.
$ac_objext \
19405 conftest
$ac_exeext conftest.
$ac_ext
19406 LIBS
=$ac_check_lib_save_LIBS
19408 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
19409 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6
19410 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
19411 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet"
19414 if test $ac_cv_lib_dnet_dnet_ntoa = no
; then
19415 echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
19416 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6
19417 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
19418 echo $ECHO_N "(cached) $ECHO_C" >&6
19420 ac_check_lib_save_LIBS
=$LIBS
19421 LIBS
="-ldnet_stub $LIBS"
19422 if test x
$gcc_no_link = xyes
; then
19423 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19424 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19425 { (exit 1); exit 1; }; }
19427 cat >conftest.
$ac_ext <<_ACEOF
19430 cat confdefs.h
>>conftest.
$ac_ext
19431 cat >>conftest.
$ac_ext <<_ACEOF
19432 /* end confdefs.h. */
19434 /* Override any gcc2 internal prototype to avoid an error. */
19438 /* We use char because int might match the return type of a gcc2
19439 builtin and then its argument prototype would still apply. */
19449 rm -f conftest.
$ac_objext conftest
$ac_exeext
19450 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19451 (eval $ac_link) 2>conftest.er1
19453 grep -v '^ *+' conftest.er1
>conftest.err
19455 cat conftest.err
>&5
19456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19457 (exit $ac_status); } &&
19458 { ac_try
='test -z "$ac_c_werror_flag"
19459 || test ! -s conftest.err'
19460 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19461 (eval $ac_try) 2>&5
19463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19464 (exit $ac_status); }; } &&
19465 { ac_try
='test -s conftest$ac_exeext'
19466 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19467 (eval $ac_try) 2>&5
19469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19470 (exit $ac_status); }; }; then
19471 ac_cv_lib_dnet_stub_dnet_ntoa
=yes
19473 echo "$as_me: failed program was:" >&5
19474 sed 's/^/| /' conftest.
$ac_ext >&5
19476 ac_cv_lib_dnet_stub_dnet_ntoa
=no
19478 rm -f conftest.err conftest.
$ac_objext \
19479 conftest
$ac_exeext conftest.
$ac_ext
19480 LIBS
=$ac_check_lib_save_LIBS
19482 echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
19483 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6
19484 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
19485 X_EXTRA_LIBS
="$X_EXTRA_LIBS -ldnet_stub"
19490 rm -f conftest.err conftest.
$ac_objext \
19491 conftest
$ac_exeext conftest.
$ac_ext
19492 LIBS
="$ac_xsave_LIBS"
19494 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
19495 # to get the SysV transport functions.
19496 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
19498 # The nsl library prevents programs from opening the X display
19499 # on Irix 5.2, according to T.E. Dickey.
19500 # The functions gethostbyname, getservbyname, and inet_addr are
19501 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
19502 echo "$as_me:$LINENO: checking for gethostbyname" >&5
19503 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
19504 if test "${ac_cv_func_gethostbyname+set}" = set; then
19505 echo $ECHO_N "(cached) $ECHO_C" >&6
19507 if test x
$gcc_no_link = xyes
; then
19508 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19509 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19510 { (exit 1); exit 1; }; }
19512 cat >conftest.
$ac_ext <<_ACEOF
19515 cat confdefs.h
>>conftest.
$ac_ext
19516 cat >>conftest.
$ac_ext <<_ACEOF
19517 /* end confdefs.h. */
19518 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
19519 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19520 #define gethostbyname innocuous_gethostbyname
19522 /* System header to define __stub macros and hopefully few prototypes,
19523 which can conflict with char gethostbyname (); below.
19524 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19525 <limits.h> exists even on freestanding compilers. */
19528 # include <limits.h>
19530 # include <assert.h>
19533 #undef gethostbyname
19535 /* Override any gcc2 internal prototype to avoid an error. */
19540 /* We use char because int might match the return type of a gcc2
19541 builtin and then its argument prototype would still apply. */
19542 char gethostbyname ();
19543 /* The GNU C library defines this for functions which it implements
19544 to always fail with ENOSYS. Some functions are actually named
19545 something starting with __ and the normal name is an alias. */
19546 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
19549 char (*f) () = gethostbyname;
19558 return f != gethostbyname;
19563 rm -f conftest.
$ac_objext conftest
$ac_exeext
19564 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19565 (eval $ac_link) 2>conftest.er1
19567 grep -v '^ *+' conftest.er1
>conftest.err
19569 cat conftest.err
>&5
19570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19571 (exit $ac_status); } &&
19572 { ac_try
='test -z "$ac_c_werror_flag"
19573 || test ! -s conftest.err'
19574 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19575 (eval $ac_try) 2>&5
19577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19578 (exit $ac_status); }; } &&
19579 { ac_try
='test -s conftest$ac_exeext'
19580 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19581 (eval $ac_try) 2>&5
19583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19584 (exit $ac_status); }; }; then
19585 ac_cv_func_gethostbyname
=yes
19587 echo "$as_me: failed program was:" >&5
19588 sed 's/^/| /' conftest.
$ac_ext >&5
19590 ac_cv_func_gethostbyname
=no
19592 rm -f conftest.err conftest.
$ac_objext \
19593 conftest
$ac_exeext conftest.
$ac_ext
19595 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
19596 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
19598 if test $ac_cv_func_gethostbyname = no
; then
19599 echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
19600 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6
19601 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
19602 echo $ECHO_N "(cached) $ECHO_C" >&6
19604 ac_check_lib_save_LIBS
=$LIBS
19606 if test x
$gcc_no_link = xyes
; then
19607 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19608 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19609 { (exit 1); exit 1; }; }
19611 cat >conftest.
$ac_ext <<_ACEOF
19614 cat confdefs.h
>>conftest.
$ac_ext
19615 cat >>conftest.
$ac_ext <<_ACEOF
19616 /* end confdefs.h. */
19618 /* Override any gcc2 internal prototype to avoid an error. */
19622 /* We use char because int might match the return type of a gcc2
19623 builtin and then its argument prototype would still apply. */
19624 char gethostbyname ();
19633 rm -f conftest.
$ac_objext conftest
$ac_exeext
19634 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19635 (eval $ac_link) 2>conftest.er1
19637 grep -v '^ *+' conftest.er1
>conftest.err
19639 cat conftest.err
>&5
19640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19641 (exit $ac_status); } &&
19642 { ac_try
='test -z "$ac_c_werror_flag"
19643 || test ! -s conftest.err'
19644 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19645 (eval $ac_try) 2>&5
19647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19648 (exit $ac_status); }; } &&
19649 { ac_try
='test -s conftest$ac_exeext'
19650 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19651 (eval $ac_try) 2>&5
19653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19654 (exit $ac_status); }; }; then
19655 ac_cv_lib_nsl_gethostbyname
=yes
19657 echo "$as_me: failed program was:" >&5
19658 sed 's/^/| /' conftest.
$ac_ext >&5
19660 ac_cv_lib_nsl_gethostbyname
=no
19662 rm -f conftest.err conftest.
$ac_objext \
19663 conftest
$ac_exeext conftest.
$ac_ext
19664 LIBS
=$ac_check_lib_save_LIBS
19666 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
19667 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6
19668 if test $ac_cv_lib_nsl_gethostbyname = yes; then
19669 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lnsl"
19672 if test $ac_cv_lib_nsl_gethostbyname = no
; then
19673 echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
19674 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6
19675 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
19676 echo $ECHO_N "(cached) $ECHO_C" >&6
19678 ac_check_lib_save_LIBS
=$LIBS
19680 if test x
$gcc_no_link = xyes
; then
19681 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19682 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19683 { (exit 1); exit 1; }; }
19685 cat >conftest.
$ac_ext <<_ACEOF
19688 cat confdefs.h
>>conftest.
$ac_ext
19689 cat >>conftest.
$ac_ext <<_ACEOF
19690 /* end confdefs.h. */
19692 /* Override any gcc2 internal prototype to avoid an error. */
19696 /* We use char because int might match the return type of a gcc2
19697 builtin and then its argument prototype would still apply. */
19698 char gethostbyname ();
19707 rm -f conftest.
$ac_objext conftest
$ac_exeext
19708 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19709 (eval $ac_link) 2>conftest.er1
19711 grep -v '^ *+' conftest.er1
>conftest.err
19713 cat conftest.err
>&5
19714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19715 (exit $ac_status); } &&
19716 { ac_try
='test -z "$ac_c_werror_flag"
19717 || test ! -s conftest.err'
19718 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19719 (eval $ac_try) 2>&5
19721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19722 (exit $ac_status); }; } &&
19723 { ac_try
='test -s conftest$ac_exeext'
19724 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19725 (eval $ac_try) 2>&5
19727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19728 (exit $ac_status); }; }; then
19729 ac_cv_lib_bsd_gethostbyname
=yes
19731 echo "$as_me: failed program was:" >&5
19732 sed 's/^/| /' conftest.
$ac_ext >&5
19734 ac_cv_lib_bsd_gethostbyname
=no
19736 rm -f conftest.err conftest.
$ac_objext \
19737 conftest
$ac_exeext conftest.
$ac_ext
19738 LIBS
=$ac_check_lib_save_LIBS
19740 echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
19741 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6
19742 if test $ac_cv_lib_bsd_gethostbyname = yes; then
19743 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lbsd"
19749 # lieder@skyler.mavd.honeywell.com says without -lsocket,
19750 # socket/setsockopt and other routines are undefined under SCO ODT
19751 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
19752 # on later versions), says Simon Leinen: it contains gethostby*
19753 # variants that don't use the name server (or something). -lsocket
19754 # must be given before -lnsl if both are needed. We assume that
19755 # if connect needs -lnsl, so does gethostbyname.
19756 echo "$as_me:$LINENO: checking for connect" >&5
19757 echo $ECHO_N "checking for connect... $ECHO_C" >&6
19758 if test "${ac_cv_func_connect+set}" = set; then
19759 echo $ECHO_N "(cached) $ECHO_C" >&6
19761 if test x
$gcc_no_link = xyes
; then
19762 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19763 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19764 { (exit 1); exit 1; }; }
19766 cat >conftest.
$ac_ext <<_ACEOF
19769 cat confdefs.h
>>conftest.
$ac_ext
19770 cat >>conftest.
$ac_ext <<_ACEOF
19771 /* end confdefs.h. */
19772 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
19773 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19774 #define connect innocuous_connect
19776 /* System header to define __stub macros and hopefully few prototypes,
19777 which can conflict with char connect (); below.
19778 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19779 <limits.h> exists even on freestanding compilers. */
19782 # include <limits.h>
19784 # include <assert.h>
19789 /* Override any gcc2 internal prototype to avoid an error. */
19794 /* We use char because int might match the return type of a gcc2
19795 builtin and then its argument prototype would still apply. */
19797 /* The GNU C library defines this for functions which it implements
19798 to always fail with ENOSYS. Some functions are actually named
19799 something starting with __ and the normal name is an alias. */
19800 #if defined (__stub_connect) || defined (__stub___connect)
19803 char (*f) () = connect;
19812 return f != connect;
19817 rm -f conftest.
$ac_objext conftest
$ac_exeext
19818 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19819 (eval $ac_link) 2>conftest.er1
19821 grep -v '^ *+' conftest.er1
>conftest.err
19823 cat conftest.err
>&5
19824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19825 (exit $ac_status); } &&
19826 { ac_try
='test -z "$ac_c_werror_flag"
19827 || test ! -s conftest.err'
19828 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19829 (eval $ac_try) 2>&5
19831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19832 (exit $ac_status); }; } &&
19833 { ac_try
='test -s conftest$ac_exeext'
19834 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19835 (eval $ac_try) 2>&5
19837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19838 (exit $ac_status); }; }; then
19839 ac_cv_func_connect
=yes
19841 echo "$as_me: failed program was:" >&5
19842 sed 's/^/| /' conftest.
$ac_ext >&5
19844 ac_cv_func_connect
=no
19846 rm -f conftest.err conftest.
$ac_objext \
19847 conftest
$ac_exeext conftest.
$ac_ext
19849 echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
19850 echo "${ECHO_T}$ac_cv_func_connect" >&6
19852 if test $ac_cv_func_connect = no
; then
19853 echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
19854 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6
19855 if test "${ac_cv_lib_socket_connect+set}" = set; then
19856 echo $ECHO_N "(cached) $ECHO_C" >&6
19858 ac_check_lib_save_LIBS
=$LIBS
19859 LIBS
="-lsocket $X_EXTRA_LIBS $LIBS"
19860 if test x
$gcc_no_link = xyes
; then
19861 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19862 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19863 { (exit 1); exit 1; }; }
19865 cat >conftest.
$ac_ext <<_ACEOF
19868 cat confdefs.h
>>conftest.
$ac_ext
19869 cat >>conftest.
$ac_ext <<_ACEOF
19870 /* end confdefs.h. */
19872 /* Override any gcc2 internal prototype to avoid an error. */
19876 /* We use char because int might match the return type of a gcc2
19877 builtin and then its argument prototype would still apply. */
19887 rm -f conftest.
$ac_objext conftest
$ac_exeext
19888 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19889 (eval $ac_link) 2>conftest.er1
19891 grep -v '^ *+' conftest.er1
>conftest.err
19893 cat conftest.err
>&5
19894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19895 (exit $ac_status); } &&
19896 { ac_try
='test -z "$ac_c_werror_flag"
19897 || test ! -s conftest.err'
19898 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19899 (eval $ac_try) 2>&5
19901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19902 (exit $ac_status); }; } &&
19903 { ac_try
='test -s conftest$ac_exeext'
19904 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19905 (eval $ac_try) 2>&5
19907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19908 (exit $ac_status); }; }; then
19909 ac_cv_lib_socket_connect
=yes
19911 echo "$as_me: failed program was:" >&5
19912 sed 's/^/| /' conftest.
$ac_ext >&5
19914 ac_cv_lib_socket_connect
=no
19916 rm -f conftest.err conftest.
$ac_objext \
19917 conftest
$ac_exeext conftest.
$ac_ext
19918 LIBS
=$ac_check_lib_save_LIBS
19920 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
19921 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6
19922 if test $ac_cv_lib_socket_connect = yes; then
19923 X_EXTRA_LIBS
="-lsocket $X_EXTRA_LIBS"
19928 # Guillermo Gomez says -lposix is necessary on A/UX.
19929 echo "$as_me:$LINENO: checking for remove" >&5
19930 echo $ECHO_N "checking for remove... $ECHO_C" >&6
19931 if test "${ac_cv_func_remove+set}" = set; then
19932 echo $ECHO_N "(cached) $ECHO_C" >&6
19934 if test x
$gcc_no_link = xyes
; then
19935 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19936 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19937 { (exit 1); exit 1; }; }
19939 cat >conftest.
$ac_ext <<_ACEOF
19942 cat confdefs.h
>>conftest.
$ac_ext
19943 cat >>conftest.
$ac_ext <<_ACEOF
19944 /* end confdefs.h. */
19945 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
19946 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19947 #define remove innocuous_remove
19949 /* System header to define __stub macros and hopefully few prototypes,
19950 which can conflict with char remove (); below.
19951 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19952 <limits.h> exists even on freestanding compilers. */
19955 # include <limits.h>
19957 # include <assert.h>
19962 /* Override any gcc2 internal prototype to avoid an error. */
19967 /* We use char because int might match the return type of a gcc2
19968 builtin and then its argument prototype would still apply. */
19970 /* The GNU C library defines this for functions which it implements
19971 to always fail with ENOSYS. Some functions are actually named
19972 something starting with __ and the normal name is an alias. */
19973 #if defined (__stub_remove) || defined (__stub___remove)
19976 char (*f) () = remove;
19985 return f != remove;
19990 rm -f conftest.
$ac_objext conftest
$ac_exeext
19991 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19992 (eval $ac_link) 2>conftest.er1
19994 grep -v '^ *+' conftest.er1
>conftest.err
19996 cat conftest.err
>&5
19997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19998 (exit $ac_status); } &&
19999 { ac_try
='test -z "$ac_c_werror_flag"
20000 || test ! -s conftest.err'
20001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20002 (eval $ac_try) 2>&5
20004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20005 (exit $ac_status); }; } &&
20006 { ac_try
='test -s conftest$ac_exeext'
20007 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20008 (eval $ac_try) 2>&5
20010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20011 (exit $ac_status); }; }; then
20012 ac_cv_func_remove
=yes
20014 echo "$as_me: failed program was:" >&5
20015 sed 's/^/| /' conftest.
$ac_ext >&5
20017 ac_cv_func_remove
=no
20019 rm -f conftest.err conftest.
$ac_objext \
20020 conftest
$ac_exeext conftest.
$ac_ext
20022 echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
20023 echo "${ECHO_T}$ac_cv_func_remove" >&6
20025 if test $ac_cv_func_remove = no
; then
20026 echo "$as_me:$LINENO: checking for remove in -lposix" >&5
20027 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6
20028 if test "${ac_cv_lib_posix_remove+set}" = set; then
20029 echo $ECHO_N "(cached) $ECHO_C" >&6
20031 ac_check_lib_save_LIBS
=$LIBS
20032 LIBS
="-lposix $LIBS"
20033 if test x
$gcc_no_link = xyes
; then
20034 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20035 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20036 { (exit 1); exit 1; }; }
20038 cat >conftest.
$ac_ext <<_ACEOF
20041 cat confdefs.h
>>conftest.
$ac_ext
20042 cat >>conftest.
$ac_ext <<_ACEOF
20043 /* end confdefs.h. */
20045 /* Override any gcc2 internal prototype to avoid an error. */
20049 /* We use char because int might match the return type of a gcc2
20050 builtin and then its argument prototype would still apply. */
20060 rm -f conftest.
$ac_objext conftest
$ac_exeext
20061 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20062 (eval $ac_link) 2>conftest.er1
20064 grep -v '^ *+' conftest.er1
>conftest.err
20066 cat conftest.err
>&5
20067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20068 (exit $ac_status); } &&
20069 { ac_try
='test -z "$ac_c_werror_flag"
20070 || test ! -s conftest.err'
20071 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20072 (eval $ac_try) 2>&5
20074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20075 (exit $ac_status); }; } &&
20076 { ac_try
='test -s conftest$ac_exeext'
20077 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20078 (eval $ac_try) 2>&5
20080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20081 (exit $ac_status); }; }; then
20082 ac_cv_lib_posix_remove
=yes
20084 echo "$as_me: failed program was:" >&5
20085 sed 's/^/| /' conftest.
$ac_ext >&5
20087 ac_cv_lib_posix_remove
=no
20089 rm -f conftest.err conftest.
$ac_objext \
20090 conftest
$ac_exeext conftest.
$ac_ext
20091 LIBS
=$ac_check_lib_save_LIBS
20093 echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
20094 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6
20095 if test $ac_cv_lib_posix_remove = yes; then
20096 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lposix"
20101 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
20102 echo "$as_me:$LINENO: checking for shmat" >&5
20103 echo $ECHO_N "checking for shmat... $ECHO_C" >&6
20104 if test "${ac_cv_func_shmat+set}" = set; then
20105 echo $ECHO_N "(cached) $ECHO_C" >&6
20107 if test x
$gcc_no_link = xyes
; then
20108 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20109 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20110 { (exit 1); exit 1; }; }
20112 cat >conftest.
$ac_ext <<_ACEOF
20115 cat confdefs.h
>>conftest.
$ac_ext
20116 cat >>conftest.
$ac_ext <<_ACEOF
20117 /* end confdefs.h. */
20118 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
20119 For example, HP-UX 11i <limits.h> declares gettimeofday. */
20120 #define shmat innocuous_shmat
20122 /* System header to define __stub macros and hopefully few prototypes,
20123 which can conflict with char shmat (); below.
20124 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20125 <limits.h> exists even on freestanding compilers. */
20128 # include <limits.h>
20130 # include <assert.h>
20135 /* Override any gcc2 internal prototype to avoid an error. */
20140 /* We use char because int might match the return type of a gcc2
20141 builtin and then its argument prototype would still apply. */
20143 /* The GNU C library defines this for functions which it implements
20144 to always fail with ENOSYS. Some functions are actually named
20145 something starting with __ and the normal name is an alias. */
20146 #if defined (__stub_shmat) || defined (__stub___shmat)
20149 char (*f) () = shmat;
20163 rm -f conftest.
$ac_objext conftest
$ac_exeext
20164 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20165 (eval $ac_link) 2>conftest.er1
20167 grep -v '^ *+' conftest.er1
>conftest.err
20169 cat conftest.err
>&5
20170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20171 (exit $ac_status); } &&
20172 { ac_try
='test -z "$ac_c_werror_flag"
20173 || test ! -s conftest.err'
20174 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20175 (eval $ac_try) 2>&5
20177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20178 (exit $ac_status); }; } &&
20179 { ac_try
='test -s conftest$ac_exeext'
20180 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20181 (eval $ac_try) 2>&5
20183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20184 (exit $ac_status); }; }; then
20185 ac_cv_func_shmat
=yes
20187 echo "$as_me: failed program was:" >&5
20188 sed 's/^/| /' conftest.
$ac_ext >&5
20190 ac_cv_func_shmat
=no
20192 rm -f conftest.err conftest.
$ac_objext \
20193 conftest
$ac_exeext conftest.
$ac_ext
20195 echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
20196 echo "${ECHO_T}$ac_cv_func_shmat" >&6
20198 if test $ac_cv_func_shmat = no
; then
20199 echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
20200 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6
20201 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
20202 echo $ECHO_N "(cached) $ECHO_C" >&6
20204 ac_check_lib_save_LIBS
=$LIBS
20206 if test x
$gcc_no_link = xyes
; then
20207 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20208 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20209 { (exit 1); exit 1; }; }
20211 cat >conftest.
$ac_ext <<_ACEOF
20214 cat confdefs.h
>>conftest.
$ac_ext
20215 cat >>conftest.
$ac_ext <<_ACEOF
20216 /* end confdefs.h. */
20218 /* Override any gcc2 internal prototype to avoid an error. */
20222 /* We use char because int might match the return type of a gcc2
20223 builtin and then its argument prototype would still apply. */
20233 rm -f conftest.
$ac_objext conftest
$ac_exeext
20234 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20235 (eval $ac_link) 2>conftest.er1
20237 grep -v '^ *+' conftest.er1
>conftest.err
20239 cat conftest.err
>&5
20240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20241 (exit $ac_status); } &&
20242 { ac_try
='test -z "$ac_c_werror_flag"
20243 || test ! -s conftest.err'
20244 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20245 (eval $ac_try) 2>&5
20247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20248 (exit $ac_status); }; } &&
20249 { ac_try
='test -s conftest$ac_exeext'
20250 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20251 (eval $ac_try) 2>&5
20253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20254 (exit $ac_status); }; }; then
20255 ac_cv_lib_ipc_shmat
=yes
20257 echo "$as_me: failed program was:" >&5
20258 sed 's/^/| /' conftest.
$ac_ext >&5
20260 ac_cv_lib_ipc_shmat
=no
20262 rm -f conftest.err conftest.
$ac_objext \
20263 conftest
$ac_exeext conftest.
$ac_ext
20264 LIBS
=$ac_check_lib_save_LIBS
20266 echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
20267 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6
20268 if test $ac_cv_lib_ipc_shmat = yes; then
20269 X_EXTRA_LIBS
="$X_EXTRA_LIBS -lipc"
20275 # Check for libraries that X11R6 Xt/Xaw programs need.
20276 ac_save_LDFLAGS
=$LDFLAGS
20277 test -n "$x_libraries" && LDFLAGS
="$LDFLAGS -L$x_libraries"
20278 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
20279 # check for ICE first), but we must link in the order -lSM -lICE or
20280 # we get undefined symbols. So assume we have SM if we have ICE.
20281 # These have to be linked with before -lX11, unlike the other
20282 # libraries we check for below, so use a different variable.
20283 # John Interrante, Karl Berry
20284 echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
20285 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6
20286 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
20287 echo $ECHO_N "(cached) $ECHO_C" >&6
20289 ac_check_lib_save_LIBS
=$LIBS
20290 LIBS
="-lICE $X_EXTRA_LIBS $LIBS"
20291 if test x
$gcc_no_link = xyes
; then
20292 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20293 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20294 { (exit 1); exit 1; }; }
20296 cat >conftest.
$ac_ext <<_ACEOF
20299 cat confdefs.h
>>conftest.
$ac_ext
20300 cat >>conftest.
$ac_ext <<_ACEOF
20301 /* end confdefs.h. */
20303 /* Override any gcc2 internal prototype to avoid an error. */
20307 /* We use char because int might match the return type of a gcc2
20308 builtin and then its argument prototype would still apply. */
20309 char IceConnectionNumber ();
20313 IceConnectionNumber ();
20318 rm -f conftest.
$ac_objext conftest
$ac_exeext
20319 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20320 (eval $ac_link) 2>conftest.er1
20322 grep -v '^ *+' conftest.er1
>conftest.err
20324 cat conftest.err
>&5
20325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20326 (exit $ac_status); } &&
20327 { ac_try
='test -z "$ac_c_werror_flag"
20328 || test ! -s conftest.err'
20329 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20330 (eval $ac_try) 2>&5
20332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20333 (exit $ac_status); }; } &&
20334 { ac_try
='test -s conftest$ac_exeext'
20335 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20336 (eval $ac_try) 2>&5
20338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20339 (exit $ac_status); }; }; then
20340 ac_cv_lib_ICE_IceConnectionNumber
=yes
20342 echo "$as_me: failed program was:" >&5
20343 sed 's/^/| /' conftest.
$ac_ext >&5
20345 ac_cv_lib_ICE_IceConnectionNumber
=no
20347 rm -f conftest.err conftest.
$ac_objext \
20348 conftest
$ac_exeext conftest.
$ac_ext
20349 LIBS
=$ac_check_lib_save_LIBS
20351 echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
20352 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6
20353 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
20354 X_PRE_LIBS
="$X_PRE_LIBS -lSM -lICE"
20357 LDFLAGS
=$ac_save_LDFLAGS
20362 # FIXME: this should be _libs on some hosts.
20365 # extra LD Flags which are required for targets
20368 # For now we have to disable it on darwin[8-9] because it slows down
20369 # the linking phase. A possible bug in ld?
20370 # on Darwin -single_module speeds up loading of the dynamic libraries.
20371 extra_ldflags_libjava
=-Wl,-single_module
20376 # Allow the GC to be disabled. Can be useful when debugging.
20377 echo "$as_me:$LINENO: checking for garbage collector to use" >&5
20378 echo $ECHO_N "checking for garbage collector to use... $ECHO_C" >&6
20379 # Check whether --enable-java-gc or --disable-java-gc was given.
20380 if test "${enable_java_gc+set}" = set; then
20381 enableval
="$enable_java_gc"
20394 echo "$as_me:$LINENO: result: boehm" >&5
20395 echo "${ECHO_T}boehm" >&6
20396 GCLIBS
=..
/boehm-gc
/libgcjgc_convenience.la
20397 JC1GCSPEC
='-fuse-boehm-gc'
20398 GCTESTSPEC
="-L`${PWDCMD-pwd}`/../boehm-gc/.libs -rpath `${PWDCMD-pwd}`/../boehm-gc/.libs"
20399 GCINCS
='-I$(top_srcdir)/../boehm-gc/include -I../boehm-gc/include'
20402 # The POSIX thread support needs to know this.
20404 cat >>confdefs.h
<<\_ACEOF
20405 #define HAVE_BOEHM_GC 1
20410 echo "$as_me:$LINENO: result: none" >&5
20411 echo "${ECHO_T}none" >&6
20415 { { echo "$as_me:$LINENO: error: unrecognized collector \"$GC\"" >&5
20416 echo "$as_me: error: unrecognized collector \"$GC\"" >&2;}
20417 { (exit 1); exit 1; }; }
20426 ac_config_links
="$ac_config_links include/java-gc.h:include/$GCHDR"
20430 if test "$GC" = boehm
; then
20431 USING_BOEHMGC_TRUE
=
20432 USING_BOEHMGC_FALSE
='#'
20434 USING_BOEHMGC_TRUE
='#'
20435 USING_BOEHMGC_FALSE
=
20440 if test "$GC" = no
; then
20442 USING_NOGC_FALSE
='#'
20444 USING_NOGC_TRUE
='#'
20450 echo "$as_me:$LINENO: checking for thread model used by GCC" >&5
20451 echo $ECHO_N "checking for thread model used by GCC... $ECHO_C" >&6
20452 THREADS
=`$CC -v 2>&1 | sed -n 's/^Thread model: //p'`
20453 echo "$as_me:$LINENO: result: $THREADS" >&5
20454 echo "${ECHO_T}$THREADS" >&6
20457 no | none | single
)
20460 posix | posix95 | pthreads
)
20465 cat >>confdefs.h
<<\_ACEOF
20466 #define LINUX_THREADS 1
20474 decosf1 | irix | mach | os2 | solaris | dce | vxworks
)
20475 { { echo "$as_me:$LINENO: error: thread package $THREADS not yet supported" >&5
20476 echo "$as_me: error: thread package $THREADS not yet supported" >&2;}
20477 { (exit 1); exit 1; }; }
20480 { { echo "$as_me:$LINENO: error: $THREADS is an unknown thread package" >&5
20481 echo "$as_me: error: $THREADS is an unknown thread package" >&2;}
20482 { (exit 1); exit 1; }; }
20493 THREADSTARTFILESPEC
=
20498 # Don't set THREADLIBS here. Cygwin doesn't have -lpthread.
20500 *-*-freebsd[1234]*)
20501 # Before FreeBSD 5, it didn't have -lpthread (or any library which
20502 # merely adds pthread_* functions) but it does have a -pthread switch
20503 # which is required at link-time to select -lc_r *instead* of -lc.
20504 THREADLDFLAGS
=-pthread
20505 # Don't set THREADSPEC here as might be expected since -pthread is
20506 # not processed when found within a spec file, it must come from
20507 # the command line. For now, the user must provide the -pthread
20508 # switch to link code compiled with gcj. In future, consider adding
20509 # support for weak references to pthread_* functions ala gthr.h API.
20510 THREADSPEC
='%{!pthread: %{!shared: %eUnder this configuration, the user must provide -pthread when linking.}}'
20513 # FreeBSD >=5.3 implements a model much closer to other modern UNIX
20514 # systems which support threads and -lpthread.
20515 THREADLDFLAGS
=-pthread
20516 THREADSPEC
=-lpthread
20518 alpha
*-dec-osf* | hppa
*-hp-hpux*)
20519 THREADCXXFLAGS
=-pthread
20520 # boehm-gc needs some functions from librt, so link that too.
20521 THREADLIBS
='-lpthread -lrt'
20522 THREADSPEC
='-lpthread -lrt'
20525 THREADLIBS
=-lpthread
20526 THREADSPEC
=-lpthread
20529 THREADH
=posix-threads.h
20530 # MIT pthreads doesn't seem to have the mutexattr functions.
20531 # But for now we don't check for it. We just assume you aren't
20532 # using MIT pthreads.
20534 cat >>confdefs.h
<<\_ACEOF
20535 #define HAVE_PTHREAD_MUTEXATTR_INIT 1
20539 # If we're using the Boehm GC, then we happen to know that it
20540 # defines _REENTRANT, so we don't bother. Eww.
20541 if test "$GC" != boehm
; then
20543 cat >>confdefs.h
<<\_ACEOF
20544 #define _REENTRANT 1
20549 cat >>confdefs.h
<<\_ACEOF
20550 #define _POSIX_PTHREAD_SEMANTICS 1
20556 THREADH
=win32-threads.h
20557 THREADCXXFLAGS
=-mthreads
20558 # We need thread-safe exception handling so _CRT_MT should be set to 1.
20559 # But we do not want the executables created to be dependent on
20560 # mingwm10.dll which provides a __mingwthr_key_dtor() that cleans up
20561 # exception handling contexts. The following kludge achieves this effect
20562 # and causes a dummy __mingwthr_key_dtor() to be linked in from
20563 # libmingw32.a. This causes a memory leak of about 24 bytes per thread.
20564 # A workaround is to explicitly use -mthreads while linking Java programs.
20565 # See PR libgcj/28263.
20567 # FIXME: In Java we are able to detect thread death at the end of
20568 # Thread.run() so we should be able to clean up the exception handling
20569 # contexts ourselves.
20570 THREADSTARTFILESPEC
='crtmt%O%s'
20574 THREADH
=no-threads.h
20577 ac_config_links
="$ac_config_links include/java-threads.h:include/$THREADH"
20588 if test "$THREADS" = posix
; then
20589 USING_POSIX_THREADS_TRUE
=
20590 USING_POSIX_THREADS_FALSE
='#'
20592 USING_POSIX_THREADS_TRUE
='#'
20593 USING_POSIX_THREADS_FALSE
=
20598 if test "$THREADS" = win32
; then
20599 USING_WIN32_THREADS_TRUE
=
20600 USING_WIN32_THREADS_FALSE
='#'
20602 USING_WIN32_THREADS_TRUE
='#'
20603 USING_WIN32_THREADS_FALSE
=
20608 if test "$THREADS" = none
; then
20609 USING_NO_THREADS_TRUE
=
20610 USING_NO_THREADS_FALSE
='#'
20612 USING_NO_THREADS_TRUE
='#'
20613 USING_NO_THREADS_FALSE
=
20618 if test "$use_libgcj_bc" = yes; then
20619 USE_LIBGCJ_BC_TRUE
=
20620 USE_LIBGCJ_BC_FALSE
='#'
20622 USE_LIBGCJ_BC_TRUE
='#'
20623 USE_LIBGCJ_BC_FALSE
=
20627 if test -d sysdep
; then true
; else mkdir sysdep
; fi
20628 ac_config_links
="$ac_config_links sysdep/locks.h:sysdep/$sysdeps_dir/locks.h"
20630 ac_config_links
="$ac_config_links sysdep/backtrace.h:$fallback_backtrace_h"
20632 ac_config_links
="$ac_config_links sysdep/descriptor.h:$descriptor_h"
20635 LIBGCJ_SPEC
="%{s-bc-abi:} -lgcj"
20636 if test "$use_libgcj_bc" = yes; then
20637 LIBGCJ_SPEC
="%{s-bc-abi:-lgcj_bc;:-lgcj}"
20642 # Hash synchronization is only useful with posix threads right now.
20643 if test "$enable_hash_synchronization" = yes && test "$THREADS" != "none"; then
20644 HASH_SYNC_SPEC
=-fhash-synchronization
20646 cat >>confdefs.h
<<\_ACEOF
20647 #define JV_HASH_SYNCHRONIZATION 1
20655 if test "$GCC" = yes; then
20657 USING_GCC_FALSE
='#'
20664 # We're in the tree with gcc, and need to include some of its headers.
20665 GCC_UNWIND_INCLUDE
='-I$(multi_basedir)/./libjava/../gcc'
20667 if test "x${with_newlib}" = "xyes"; then
20668 # We are being configured with a cross compiler. AC_REPLACE_FUNCS
20669 # may not work correctly, because the compiler may not be able to
20670 # link executables.
20672 # We assume newlib. This lets us hard-code the functions we know
20675 cat >>confdefs.h
<<\_ACEOF
20676 #define HAVE_MEMMOVE 1
20680 cat >>confdefs.h
<<\_ACEOF
20681 #define HAVE_MEMCPY 1
20685 cat >>confdefs.h
<<\_ACEOF
20686 #define HAVE_TIME 1
20690 cat >>confdefs.h
<<\_ACEOF
20691 #define HAVE_GMTIME_R 1
20695 cat >>confdefs.h
<<\_ACEOF
20696 #define HAVE_LOCALTIME_R 1
20700 cat >>confdefs.h
<<\_ACEOF
20701 #define HAVE_USLEEP_DECL 1
20704 # This is only for POSIX threads.
20706 cat >>confdefs.h
<<\_ACEOF
20707 #define HAVE_PTHREAD_MUTEXATTR_INIT 1
20711 # Assume we do not have getuid and friends.
20713 cat >>confdefs.h
<<\_ACEOF
20714 #define NO_GETUID 1
20750 for ac_func
in strerror_r
select fstat open fsync
sleep opendir \
20751 localtime_r readdir_r getpwuid_r getcwd \
20752 access stat lstat mkdir rename
rmdir unlink utime
chmod readlink \
20753 nl_langinfo setlocale \
20754 inet_pton uname inet_ntoa \
20755 getrlimit sigaction ftruncate mmap \
20758 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
20759 echo "$as_me:$LINENO: checking for $ac_func" >&5
20760 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
20761 if eval "test \"\${$as_ac_var+set}\" = set"; then
20762 echo $ECHO_N "(cached) $ECHO_C" >&6
20764 if test x
$gcc_no_link = xyes
; then
20765 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20766 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20767 { (exit 1); exit 1; }; }
20769 cat >conftest.
$ac_ext <<_ACEOF
20772 cat confdefs.h
>>conftest.
$ac_ext
20773 cat >>conftest.
$ac_ext <<_ACEOF
20774 /* end confdefs.h. */
20775 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
20776 For example, HP-UX 11i <limits.h> declares gettimeofday. */
20777 #define $ac_func innocuous_$ac_func
20779 /* System header to define __stub macros and hopefully few prototypes,
20780 which can conflict with char $ac_func (); below.
20781 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20782 <limits.h> exists even on freestanding compilers. */
20785 # include <limits.h>
20787 # include <assert.h>
20792 /* Override any gcc2 internal prototype to avoid an error. */
20797 /* We use char because int might match the return type of a gcc2
20798 builtin and then its argument prototype would still apply. */
20800 /* The GNU C library defines this for functions which it implements
20801 to always fail with ENOSYS. Some functions are actually named
20802 something starting with __ and the normal name is an alias. */
20803 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
20806 char (*f) () = $ac_func;
20815 return f != $ac_func;
20820 rm -f conftest.
$ac_objext conftest
$ac_exeext
20821 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20822 (eval $ac_link) 2>conftest.er1
20824 grep -v '^ *+' conftest.er1
>conftest.err
20826 cat conftest.err
>&5
20827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20828 (exit $ac_status); } &&
20829 { ac_try
='test -z "$ac_c_werror_flag"
20830 || test ! -s conftest.err'
20831 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20832 (eval $ac_try) 2>&5
20834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20835 (exit $ac_status); }; } &&
20836 { ac_try
='test -s conftest$ac_exeext'
20837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20838 (eval $ac_try) 2>&5
20840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20841 (exit $ac_status); }; }; then
20842 eval "$as_ac_var=yes"
20844 echo "$as_me: failed program was:" >&5
20845 sed 's/^/| /' conftest.
$ac_ext >&5
20847 eval "$as_ac_var=no"
20849 rm -f conftest.err conftest.
$ac_objext \
20850 conftest
$ac_exeext conftest.
$ac_ext
20852 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
20853 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
20854 if test `eval echo '${'$as_ac_var'}'` = yes; then
20855 cat >>confdefs.h
<<_ACEOF
20856 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
20864 for ac_func
in inet_aton inet_addr
20866 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
20867 echo "$as_me:$LINENO: checking for $ac_func" >&5
20868 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
20869 if eval "test \"\${$as_ac_var+set}\" = set"; then
20870 echo $ECHO_N "(cached) $ECHO_C" >&6
20872 if test x
$gcc_no_link = xyes
; then
20873 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20874 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20875 { (exit 1); exit 1; }; }
20877 cat >conftest.
$ac_ext <<_ACEOF
20880 cat confdefs.h
>>conftest.
$ac_ext
20881 cat >>conftest.
$ac_ext <<_ACEOF
20882 /* end confdefs.h. */
20883 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
20884 For example, HP-UX 11i <limits.h> declares gettimeofday. */
20885 #define $ac_func innocuous_$ac_func
20887 /* System header to define __stub macros and hopefully few prototypes,
20888 which can conflict with char $ac_func (); below.
20889 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
20890 <limits.h> exists even on freestanding compilers. */
20893 # include <limits.h>
20895 # include <assert.h>
20900 /* Override any gcc2 internal prototype to avoid an error. */
20905 /* We use char because int might match the return type of a gcc2
20906 builtin and then its argument prototype would still apply. */
20908 /* The GNU C library defines this for functions which it implements
20909 to always fail with ENOSYS. Some functions are actually named
20910 something starting with __ and the normal name is an alias. */
20911 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
20914 char (*f) () = $ac_func;
20923 return f != $ac_func;
20928 rm -f conftest.
$ac_objext conftest
$ac_exeext
20929 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20930 (eval $ac_link) 2>conftest.er1
20932 grep -v '^ *+' conftest.er1
>conftest.err
20934 cat conftest.err
>&5
20935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20936 (exit $ac_status); } &&
20937 { ac_try
='test -z "$ac_c_werror_flag"
20938 || test ! -s conftest.err'
20939 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20940 (eval $ac_try) 2>&5
20942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20943 (exit $ac_status); }; } &&
20944 { ac_try
='test -s conftest$ac_exeext'
20945 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20946 (eval $ac_try) 2>&5
20948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20949 (exit $ac_status); }; }; then
20950 eval "$as_ac_var=yes"
20952 echo "$as_me: failed program was:" >&5
20953 sed 's/^/| /' conftest.
$ac_ext >&5
20955 eval "$as_ac_var=no"
20957 rm -f conftest.err conftest.
$ac_objext \
20958 conftest
$ac_exeext conftest.
$ac_ext
20960 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
20961 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
20962 if test `eval echo '${'$as_ac_var'}'` = yes; then
20963 cat >>confdefs.h
<<_ACEOF
20964 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
20973 for ac_header
in unistd.h dlfcn.h sys
/resource.h
20975 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
20976 if eval "test \"\${$as_ac_Header+set}\" = set"; then
20977 echo "$as_me:$LINENO: checking for $ac_header" >&5
20978 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
20979 if eval "test \"\${$as_ac_Header+set}\" = set"; then
20980 echo $ECHO_N "(cached) $ECHO_C" >&6
20982 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
20983 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
20985 # Is the header compilable?
20986 echo "$as_me:$LINENO: checking $ac_header usability" >&5
20987 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
20988 cat >conftest.
$ac_ext <<_ACEOF
20991 cat confdefs.h
>>conftest.
$ac_ext
20992 cat >>conftest.
$ac_ext <<_ACEOF
20993 /* end confdefs.h. */
20994 $ac_includes_default
20995 #include <$ac_header>
20997 rm -f conftest.
$ac_objext
20998 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20999 (eval $ac_compile) 2>conftest.er1
21001 grep -v '^ *+' conftest.er1
>conftest.err
21003 cat conftest.err
>&5
21004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21005 (exit $ac_status); } &&
21006 { ac_try
='test -z "$ac_c_werror_flag"
21007 || test ! -s conftest.err'
21008 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21009 (eval $ac_try) 2>&5
21011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21012 (exit $ac_status); }; } &&
21013 { ac_try
='test -s conftest.$ac_objext'
21014 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21015 (eval $ac_try) 2>&5
21017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21018 (exit $ac_status); }; }; then
21019 ac_header_compiler
=yes
21021 echo "$as_me: failed program was:" >&5
21022 sed 's/^/| /' conftest.
$ac_ext >&5
21024 ac_header_compiler
=no
21026 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
21027 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
21028 echo "${ECHO_T}$ac_header_compiler" >&6
21030 # Is the header present?
21031 echo "$as_me:$LINENO: checking $ac_header presence" >&5
21032 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
21033 cat >conftest.
$ac_ext <<_ACEOF
21036 cat confdefs.h
>>conftest.
$ac_ext
21037 cat >>conftest.
$ac_ext <<_ACEOF
21038 /* end confdefs.h. */
21039 #include <$ac_header>
21041 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
21042 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
21044 grep -v '^ *+' conftest.er1
>conftest.err
21046 cat conftest.err
>&5
21047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21048 (exit $ac_status); } >/dev
/null
; then
21049 if test -s conftest.err
; then
21050 ac_cpp_err
=$ac_c_preproc_warn_flag
21051 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
21058 if test -z "$ac_cpp_err"; then
21059 ac_header_preproc
=yes
21061 echo "$as_me: failed program was:" >&5
21062 sed 's/^/| /' conftest.
$ac_ext >&5
21064 ac_header_preproc
=no
21066 rm -f conftest.err conftest.
$ac_ext
21067 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
21068 echo "${ECHO_T}$ac_header_preproc" >&6
21070 # So? What about this header?
21071 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
21073 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
21074 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
21075 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
21076 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
21077 ac_header_preproc
=yes
21080 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
21081 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
21082 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
21083 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
21084 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
21085 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
21086 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
21087 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
21088 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
21089 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
21090 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
21091 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
21094 ## ---------------------------------- ##
21095 ## Report this to the libjava lists. ##
21096 ## ---------------------------------- ##
21099 sed "s/^/$as_me: WARNING: /" >&2
21102 echo "$as_me:$LINENO: checking for $ac_header" >&5
21103 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
21104 if eval "test \"\${$as_ac_Header+set}\" = set"; then
21105 echo $ECHO_N "(cached) $ECHO_C" >&6
21107 eval "$as_ac_Header=\$ac_header_preproc"
21109 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
21110 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
21113 if test `eval echo '${'$as_ac_Header'}'` = yes; then
21114 cat >>confdefs.h
<<_ACEOF
21115 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
21122 # Do an additional check on dld, HP-UX for example has dladdr in libdld.sl
21123 echo "$as_me:$LINENO: checking for dladdr in -ldl" >&5
21124 echo $ECHO_N "checking for dladdr in -ldl... $ECHO_C" >&6
21125 if test "${ac_cv_lib_dl_dladdr+set}" = set; then
21126 echo $ECHO_N "(cached) $ECHO_C" >&6
21128 ac_check_lib_save_LIBS
=$LIBS
21130 if test x
$gcc_no_link = xyes
; then
21131 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21132 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21133 { (exit 1); exit 1; }; }
21135 cat >conftest.
$ac_ext <<_ACEOF
21138 cat confdefs.h
>>conftest.
$ac_ext
21139 cat >>conftest.
$ac_ext <<_ACEOF
21140 /* end confdefs.h. */
21142 /* Override any gcc2 internal prototype to avoid an error. */
21146 /* We use char because int might match the return type of a gcc2
21147 builtin and then its argument prototype would still apply. */
21157 rm -f conftest.
$ac_objext conftest
$ac_exeext
21158 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21159 (eval $ac_link) 2>conftest.er1
21161 grep -v '^ *+' conftest.er1
>conftest.err
21163 cat conftest.err
>&5
21164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21165 (exit $ac_status); } &&
21166 { ac_try
='test -z "$ac_c_werror_flag"
21167 || test ! -s conftest.err'
21168 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21169 (eval $ac_try) 2>&5
21171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21172 (exit $ac_status); }; } &&
21173 { ac_try
='test -s conftest$ac_exeext'
21174 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21175 (eval $ac_try) 2>&5
21177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21178 (exit $ac_status); }; }; then
21179 ac_cv_lib_dl_dladdr
=yes
21181 echo "$as_me: failed program was:" >&5
21182 sed 's/^/| /' conftest.
$ac_ext >&5
21184 ac_cv_lib_dl_dladdr
=no
21186 rm -f conftest.err conftest.
$ac_objext \
21187 conftest
$ac_exeext conftest.
$ac_ext
21188 LIBS
=$ac_check_lib_save_LIBS
21190 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dladdr" >&5
21191 echo "${ECHO_T}$ac_cv_lib_dl_dladdr" >&6
21192 if test $ac_cv_lib_dl_dladdr = yes; then
21195 cat >>confdefs.h
<<\_ACEOF
21196 #define HAVE_DLADDR 1
21201 echo "$as_me:$LINENO: checking for dladdr in -ldld" >&5
21202 echo $ECHO_N "checking for dladdr in -ldld... $ECHO_C" >&6
21203 if test "${ac_cv_lib_dld_dladdr+set}" = set; then
21204 echo $ECHO_N "(cached) $ECHO_C" >&6
21206 ac_check_lib_save_LIBS
=$LIBS
21208 if test x
$gcc_no_link = xyes
; then
21209 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21210 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21211 { (exit 1); exit 1; }; }
21213 cat >conftest.
$ac_ext <<_ACEOF
21216 cat confdefs.h
>>conftest.
$ac_ext
21217 cat >>conftest.
$ac_ext <<_ACEOF
21218 /* end confdefs.h. */
21220 /* Override any gcc2 internal prototype to avoid an error. */
21224 /* We use char because int might match the return type of a gcc2
21225 builtin and then its argument prototype would still apply. */
21235 rm -f conftest.
$ac_objext conftest
$ac_exeext
21236 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21237 (eval $ac_link) 2>conftest.er1
21239 grep -v '^ *+' conftest.er1
>conftest.err
21241 cat conftest.err
>&5
21242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21243 (exit $ac_status); } &&
21244 { ac_try
='test -z "$ac_c_werror_flag"
21245 || test ! -s conftest.err'
21246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21247 (eval $ac_try) 2>&5
21249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21250 (exit $ac_status); }; } &&
21251 { ac_try
='test -s conftest$ac_exeext'
21252 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21253 (eval $ac_try) 2>&5
21255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21256 (exit $ac_status); }; }; then
21257 ac_cv_lib_dld_dladdr
=yes
21259 echo "$as_me: failed program was:" >&5
21260 sed 's/^/| /' conftest.
$ac_ext >&5
21262 ac_cv_lib_dld_dladdr
=no
21264 rm -f conftest.err conftest.
$ac_objext \
21265 conftest
$ac_exeext conftest.
$ac_ext
21266 LIBS
=$ac_check_lib_save_LIBS
21268 echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dladdr" >&5
21269 echo "${ECHO_T}$ac_cv_lib_dld_dladdr" >&6
21270 if test $ac_cv_lib_dld_dladdr = yes; then
21273 cat >>confdefs.h
<<\_ACEOF
21274 #define HAVE_DLADDR 1
21282 if test x
"$cross_compiling" = x
"no"; then
21283 echo "$as_me:$LINENO: checking for /proc/self/exe" >&5
21284 echo $ECHO_N "checking for /proc/self/exe... $ECHO_C" >&6
21285 if test "${ac_cv_file__proc_self_exe+set}" = set; then
21286 echo $ECHO_N "(cached) $ECHO_C" >&6
21288 test "$cross_compiling" = yes &&
21289 { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5
21290 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
21291 { (exit 1); exit 1; }; }
21292 if test -r "/proc/self/exe"; then
21293 ac_cv_file__proc_self_exe
=yes
21295 ac_cv_file__proc_self_exe
=no
21298 echo "$as_me:$LINENO: result: $ac_cv_file__proc_self_exe" >&5
21299 echo "${ECHO_T}$ac_cv_file__proc_self_exe" >&6
21300 if test $ac_cv_file__proc_self_exe = yes; then
21302 cat >>confdefs.h
<<_ACEOF
21303 #define HAVE__PROC_SELF_EXE 1
21308 cat >>confdefs.h
<<\_ACEOF
21309 #define HAVE_PROC_SELF_EXE 1
21314 echo "$as_me:$LINENO: checking for /proc/self/maps" >&5
21315 echo $ECHO_N "checking for /proc/self/maps... $ECHO_C" >&6
21316 if test "${ac_cv_file__proc_self_maps+set}" = set; then
21317 echo $ECHO_N "(cached) $ECHO_C" >&6
21319 test "$cross_compiling" = yes &&
21320 { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5
21321 echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
21322 { (exit 1); exit 1; }; }
21323 if test -r "/proc/self/maps"; then
21324 ac_cv_file__proc_self_maps
=yes
21326 ac_cv_file__proc_self_maps
=no
21329 echo "$as_me:$LINENO: result: $ac_cv_file__proc_self_maps" >&5
21330 echo "${ECHO_T}$ac_cv_file__proc_self_maps" >&6
21331 if test $ac_cv_file__proc_self_maps = yes; then
21333 cat >>confdefs.h
<<_ACEOF
21334 #define HAVE__PROC_SELF_MAPS 1
21339 cat >>confdefs.h
<<\_ACEOF
21340 #define HAVE_PROC_SELF_MAPS 1
21349 cat >>confdefs.h
<<\_ACEOF
21350 #define HAVE_PROC_SELF_EXE 1
21354 cat >>confdefs.h
<<\_ACEOF
21355 #define HAVE_PROC_SELF_MAPS 1
21363 if test "X$prefix" = "XNONE"; then
21364 acl_final_prefix
="$ac_default_prefix"
21366 acl_final_prefix
="$prefix"
21368 if test "X$exec_prefix" = "XNONE"; then
21369 acl_final_exec_prefix
='${prefix}'
21371 acl_final_exec_prefix
="$exec_prefix"
21373 acl_save_prefix
="$prefix"
21374 prefix
="$acl_final_prefix"
21375 eval acl_final_exec_prefix
=\"$acl_final_exec_prefix\"
21376 prefix
="$acl_save_prefix"
21379 # Check whether --with-gnu-ld or --without-gnu-ld was given.
21380 if test "${with_gnu_ld+set}" = set; then
21381 withval
="$with_gnu_ld"
21382 test "$withval" = no || with_gnu_ld
=yes
21386 # Prepare PATH_SEPARATOR.
21387 # The user is always right.
21388 if test "${PATH_SEPARATOR+set}" != set; then
21389 echo "#! /bin/sh" >conf$$.sh
21390 echo "exit 0" >>conf$$.sh
21392 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
21400 if test "$GCC" = yes; then
21401 # Check if gcc -print-prog-name=ld gives a path.
21402 echo "$as_me:$LINENO: checking for ld used by GCC" >&5
21403 echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
21406 # gcc leaves a trailing carriage return which upsets mingw
21407 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
21409 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
21412 # Accept absolute paths.
21413 [\\/]* |
[A-Za-z
]:[\\/]*)
21414 re_direlt
='/[^/][^/]*/\.\./'
21415 # Canonicalize the path of ld
21416 ac_prog
=`echo $ac_prog| sed 's%\\\\%/%g'`
21417 while echo $ac_prog |
grep "$re_direlt" > /dev
/null
2>&1; do
21418 ac_prog
=`echo $ac_prog| sed "s%$re_direlt%/%"`
21420 test -z "$LD" && LD
="$ac_prog"
21423 # If it fails, then pretend we aren't using GCC.
21427 # If it is relative, then search for the first ld in PATH.
21428 with_gnu_ld
=unknown
21431 elif test "$with_gnu_ld" = yes; then
21432 echo "$as_me:$LINENO: checking for GNU ld" >&5
21433 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
21435 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
21436 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
21438 if test "${acl_cv_path_LD+set}" = set; then
21439 echo $ECHO_N "(cached) $ECHO_C" >&6
21441 if test -z "$LD"; then
21442 IFS
="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
21443 for ac_dir
in $PATH; do
21444 test -z "$ac_dir" && ac_dir
=.
21445 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
21446 acl_cv_path_LD
="$ac_dir/$ac_prog"
21447 # Check to see if the program is GNU ld. I'd rather use --version,
21448 # but apparently some GNU ld's only accept -v.
21449 # Break only if it was the GNU/non-GNU ld that we prefer.
21450 if "$acl_cv_path_LD" -v 2>&1 < /dev
/null |
egrep '(GNU|with BFD)' > /dev
/null
; then
21451 test "$with_gnu_ld" != no
&& break
21453 test "$with_gnu_ld" != yes && break
21459 acl_cv_path_LD
="$LD" # Let the user override the test with a path.
21463 LD
="$acl_cv_path_LD"
21464 if test -n "$LD"; then
21465 echo "$as_me:$LINENO: result: $LD" >&5
21466 echo "${ECHO_T}$LD" >&6
21468 echo "$as_me:$LINENO: result: no" >&5
21469 echo "${ECHO_T}no" >&6
21471 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
21472 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
21473 { (exit 1); exit 1; }; }
21474 echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
21475 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
21476 if test "${acl_cv_prog_gnu_ld+set}" = set; then
21477 echo $ECHO_N "(cached) $ECHO_C" >&6
21479 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
21480 if $LD -v 2>&1 </dev
/null |
egrep '(GNU|with BFD)' 1>&5; then
21481 acl_cv_prog_gnu_ld
=yes
21483 acl_cv_prog_gnu_ld
=no
21486 echo "$as_me:$LINENO: result: $acl_cv_prog_gnu_ld" >&5
21487 echo "${ECHO_T}$acl_cv_prog_gnu_ld" >&6
21488 with_gnu_ld
=$acl_cv_prog_gnu_ld
21492 echo "$as_me:$LINENO: checking for shared library run path origin" >&5
21493 echo $ECHO_N "checking for shared library run path origin... $ECHO_C" >&6
21494 if test "${acl_cv_rpath+set}" = set; then
21495 echo $ECHO_N "(cached) $ECHO_C" >&6
21498 CC
="$CC" GCC
="$GCC" LDFLAGS
="$LDFLAGS" LD
="$LD" with_gnu_ld
="$with_gnu_ld" \
21499 ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
21501 rm -f .
/conftest.sh
21505 echo "$as_me:$LINENO: result: $acl_cv_rpath" >&5
21506 echo "${ECHO_T}$acl_cv_rpath" >&6
21508 libext
="$acl_cv_libext"
21509 shlibext
="$acl_cv_shlibext"
21510 hardcode_libdir_flag_spec
="$acl_cv_hardcode_libdir_flag_spec"
21511 hardcode_libdir_separator
="$acl_cv_hardcode_libdir_separator"
21512 hardcode_direct
="$acl_cv_hardcode_direct"
21513 hardcode_minus_L
="$acl_cv_hardcode_minus_L"
21514 # Check whether --enable-rpath or --disable-rpath was given.
21515 if test "${enable_rpath+set}" = set; then
21516 enableval
="$enable_rpath"
21530 acl_save_prefix
="$prefix"
21531 prefix
="$acl_final_prefix"
21532 acl_save_exec_prefix
="$exec_prefix"
21533 exec_prefix
="$acl_final_exec_prefix"
21535 eval additional_includedir
=\"$includedir\"
21536 eval additional_libdir
=\"$libdir\"
21538 exec_prefix
="$acl_save_exec_prefix"
21539 prefix
="$acl_save_prefix"
21542 # Check whether --with-libiconv-prefix or --without-libiconv-prefix was given.
21543 if test "${with_libiconv_prefix+set}" = set; then
21544 withval
="$with_libiconv_prefix"
21546 if test "X$withval" = "Xno"; then
21549 if test "X$withval" = "X"; then
21551 acl_save_prefix
="$prefix"
21552 prefix
="$acl_final_prefix"
21553 acl_save_exec_prefix
="$exec_prefix"
21554 exec_prefix
="$acl_final_exec_prefix"
21556 eval additional_includedir
=\"$includedir\"
21557 eval additional_libdir
=\"$libdir\"
21559 exec_prefix
="$acl_save_exec_prefix"
21560 prefix
="$acl_save_prefix"
21563 additional_includedir
="$withval/include"
21564 additional_libdir
="$withval/lib"
21574 names_already_handled
=
21575 names_next_round
='iconv '
21576 while test -n "$names_next_round"; do
21577 names_this_round
="$names_next_round"
21579 for name
in $names_this_round; do
21581 for n
in $names_already_handled; do
21582 if test "$n" = "$name"; then
21583 already_handled
=yes
21587 if test -z "$already_handled"; then
21588 names_already_handled
="$names_already_handled $name"
21589 uppername
=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
21590 eval value
=\"\
$HAVE_LIB$uppername\"
21591 if test -n "$value"; then
21592 if test "$value" = yes; then
21593 eval value
=\"\
$LIB$uppername\"
21594 test -z "$value" || LIBICONV
="${LIBICONV}${LIBICONV:+ }$value"
21595 eval value
=\"\
$LTLIB$uppername\"
21596 test -z "$value" || LTLIBICONV
="${LTLIBICONV}${LTLIBICONV:+ }$value"
21605 if test $use_additional = yes; then
21606 if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
21607 found_dir
="$additional_libdir"
21608 found_so
="$additional_libdir/lib$name.$shlibext"
21609 if test -f "$additional_libdir/lib$name.la"; then
21610 found_la
="$additional_libdir/lib$name.la"
21613 if test -f "$additional_libdir/lib$name.$libext"; then
21614 found_dir
="$additional_libdir"
21615 found_a
="$additional_libdir/lib$name.$libext"
21616 if test -f "$additional_libdir/lib$name.la"; then
21617 found_la
="$additional_libdir/lib$name.la"
21622 if test "X$found_dir" = "X"; then
21623 for x
in $LDFLAGS $LTLIBICONV; do
21625 acl_save_prefix
="$prefix"
21626 prefix
="$acl_final_prefix"
21627 acl_save_exec_prefix
="$exec_prefix"
21628 exec_prefix
="$acl_final_exec_prefix"
21630 exec_prefix
="$acl_save_exec_prefix"
21631 prefix
="$acl_save_prefix"
21635 dir
=`echo "X$x" | sed -e 's/^X-L//'`
21636 if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
21638 found_so
="$dir/lib$name.$shlibext"
21639 if test -f "$dir/lib$name.la"; then
21640 found_la
="$dir/lib$name.la"
21643 if test -f "$dir/lib$name.$libext"; then
21645 found_a
="$dir/lib$name.$libext"
21646 if test -f "$dir/lib$name.la"; then
21647 found_la
="$dir/lib$name.la"
21653 if test "X$found_dir" != "X"; then
21658 if test "X$found_dir" != "X"; then
21659 LTLIBICONV
="${LTLIBICONV}${LTLIBICONV:+ }-L$found_dir -l$name"
21660 if test "X$found_so" != "X"; then
21661 if test "$enable_rpath" = no ||
test "X$found_dir" = "X/usr/lib"; then
21662 LIBICONV
="${LIBICONV}${LIBICONV:+ }$found_so"
21665 for x
in $ltrpathdirs; do
21666 if test "X$x" = "X$found_dir"; then
21671 if test -z "$haveit"; then
21672 ltrpathdirs
="$ltrpathdirs $found_dir"
21674 if test "$hardcode_direct" = yes; then
21675 LIBICONV
="${LIBICONV}${LIBICONV:+ }$found_so"
21677 if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no
; then
21678 LIBICONV
="${LIBICONV}${LIBICONV:+ }$found_so"
21680 for x
in $rpathdirs; do
21681 if test "X$x" = "X$found_dir"; then
21686 if test -z "$haveit"; then
21687 rpathdirs
="$rpathdirs $found_dir"
21691 for x
in $LDFLAGS $LIBICONV; do
21693 acl_save_prefix
="$prefix"
21694 prefix
="$acl_final_prefix"
21695 acl_save_exec_prefix
="$exec_prefix"
21696 exec_prefix
="$acl_final_exec_prefix"
21698 exec_prefix
="$acl_save_exec_prefix"
21699 prefix
="$acl_save_prefix"
21701 if test "X$x" = "X-L$found_dir"; then
21706 if test -z "$haveit"; then
21707 LIBICONV
="${LIBICONV}${LIBICONV:+ }-L$found_dir"
21709 if test "$hardcode_minus_L" != no
; then
21710 LIBICONV
="${LIBICONV}${LIBICONV:+ }$found_so"
21712 LIBICONV
="${LIBICONV}${LIBICONV:+ }-l$name"
21718 if test "X$found_a" != "X"; then
21719 LIBICONV
="${LIBICONV}${LIBICONV:+ }$found_a"
21721 LIBICONV
="${LIBICONV}${LIBICONV:+ }-L$found_dir -l$name"
21724 additional_includedir
=
21725 case "$found_dir" in
21727 basedir
=`echo "X$found_dir" | sed -e 's,^X,,' -e 's,/lib/*$,,'`
21728 additional_includedir
="$basedir/include"
21731 if test "X$additional_includedir" != "X"; then
21732 if test "X$additional_includedir" != "X/usr/include"; then
21734 if test "X$additional_includedir" = "X/usr/local/include"; then
21735 if test -n "$GCC"; then
21737 linux
*) haveit
=yes;;
21741 if test -z "$haveit"; then
21742 for x
in $CPPFLAGS $INCICONV; do
21744 acl_save_prefix
="$prefix"
21745 prefix
="$acl_final_prefix"
21746 acl_save_exec_prefix
="$exec_prefix"
21747 exec_prefix
="$acl_final_exec_prefix"
21749 exec_prefix
="$acl_save_exec_prefix"
21750 prefix
="$acl_save_prefix"
21752 if test "X$x" = "X-I$additional_includedir"; then
21757 if test -z "$haveit"; then
21758 if test -d "$additional_includedir"; then
21759 INCICONV
="${INCICONV}${INCICONV:+ }-I$additional_includedir"
21765 if test -n "$found_la"; then
21766 save_libdir
="$libdir"
21767 case "$found_la" in
21768 */* |
*\\*) .
"$found_la" ;;
21769 *) .
"./$found_la" ;;
21771 libdir
="$save_libdir"
21772 for dep
in $dependency_libs; do
21775 additional_libdir
=`echo "X$dep" | sed -e 's/^X-L//'`
21776 if test "X$additional_libdir" != "X/usr/lib"; then
21778 if test "X$additional_libdir" = "X/usr/local/lib"; then
21779 if test -n "$GCC"; then
21781 linux
*) haveit
=yes;;
21785 if test -z "$haveit"; then
21787 for x
in $LDFLAGS $LIBICONV; do
21789 acl_save_prefix
="$prefix"
21790 prefix
="$acl_final_prefix"
21791 acl_save_exec_prefix
="$exec_prefix"
21792 exec_prefix
="$acl_final_exec_prefix"
21794 exec_prefix
="$acl_save_exec_prefix"
21795 prefix
="$acl_save_prefix"
21797 if test "X$x" = "X-L$additional_libdir"; then
21802 if test -z "$haveit"; then
21803 if test -d "$additional_libdir"; then
21804 LIBICONV
="${LIBICONV}${LIBICONV:+ }-L$additional_libdir"
21808 for x
in $LDFLAGS $LTLIBICONV; do
21810 acl_save_prefix
="$prefix"
21811 prefix
="$acl_final_prefix"
21812 acl_save_exec_prefix
="$exec_prefix"
21813 exec_prefix
="$acl_final_exec_prefix"
21815 exec_prefix
="$acl_save_exec_prefix"
21816 prefix
="$acl_save_prefix"
21818 if test "X$x" = "X-L$additional_libdir"; then
21823 if test -z "$haveit"; then
21824 if test -d "$additional_libdir"; then
21825 LTLIBICONV
="${LTLIBICONV}${LTLIBICONV:+ }-L$additional_libdir"
21832 dir
=`echo "X$dep" | sed -e 's/^X-R//'`
21833 if test "$enable_rpath" != no
; then
21835 for x
in $rpathdirs; do
21836 if test "X$x" = "X$dir"; then
21841 if test -z "$haveit"; then
21842 rpathdirs
="$rpathdirs $dir"
21845 for x
in $ltrpathdirs; do
21846 if test "X$x" = "X$dir"; then
21851 if test -z "$haveit"; then
21852 ltrpathdirs
="$ltrpathdirs $dir"
21857 names_next_round
="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
21860 names_next_round
="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
21863 LIBICONV
="${LIBICONV}${LIBICONV:+ }$dep"
21864 LTLIBICONV
="${LTLIBICONV}${LTLIBICONV:+ }$dep"
21870 LIBICONV
="${LIBICONV}${LIBICONV:+ }-l$name"
21871 LTLIBICONV
="${LTLIBICONV}${LTLIBICONV:+ }-l$name"
21877 if test "X$rpathdirs" != "X"; then
21878 if test -n "$hardcode_libdir_separator"; then
21880 for found_dir
in $rpathdirs; do
21881 alldirs
="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
21883 acl_save_libdir
="$libdir"
21885 eval flag
=\"$hardcode_libdir_flag_spec\"
21886 libdir
="$acl_save_libdir"
21887 LIBICONV
="${LIBICONV}${LIBICONV:+ }$flag"
21889 for found_dir
in $rpathdirs; do
21890 acl_save_libdir
="$libdir"
21891 libdir
="$found_dir"
21892 eval flag
=\"$hardcode_libdir_flag_spec\"
21893 libdir
="$acl_save_libdir"
21894 LIBICONV
="${LIBICONV}${LIBICONV:+ }$flag"
21898 if test "X$ltrpathdirs" != "X"; then
21899 for found_dir
in $ltrpathdirs; do
21900 LTLIBICONV
="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
21910 am_save_CPPFLAGS
="$CPPFLAGS"
21912 for element
in $INCICONV; do
21914 for x
in $CPPFLAGS; do
21916 acl_save_prefix
="$prefix"
21917 prefix
="$acl_final_prefix"
21918 acl_save_exec_prefix
="$exec_prefix"
21919 exec_prefix
="$acl_final_exec_prefix"
21921 exec_prefix
="$acl_save_exec_prefix"
21922 prefix
="$acl_save_prefix"
21924 if test "X$x" = "X$element"; then
21929 if test -z "$haveit"; then
21930 CPPFLAGS
="${CPPFLAGS}${CPPFLAGS:+ }$element"
21935 echo "$as_me:$LINENO: checking for iconv" >&5
21936 echo $ECHO_N "checking for iconv... $ECHO_C" >&6
21937 if test "${am_cv_func_iconv+set}" = set; then
21938 echo $ECHO_N "(cached) $ECHO_C" >&6
21941 am_cv_func_iconv
="no, consider installing GNU libiconv"
21943 if test x
$gcc_no_link = xyes
; then
21944 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21945 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21946 { (exit 1); exit 1; }; }
21948 cat >conftest.
$ac_ext <<_ACEOF
21951 cat confdefs.h
>>conftest.
$ac_ext
21952 cat >>conftest.
$ac_ext <<_ACEOF
21953 /* end confdefs.h. */
21954 #include <stdlib.h>
21959 iconv_t cd = iconv_open("","");
21960 iconv(cd,NULL,NULL,NULL,NULL);
21966 rm -f conftest.
$ac_objext conftest
$ac_exeext
21967 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21968 (eval $ac_link) 2>conftest.er1
21970 grep -v '^ *+' conftest.er1
>conftest.err
21972 cat conftest.err
>&5
21973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21974 (exit $ac_status); } &&
21975 { ac_try
='test -z "$ac_c_werror_flag"
21976 || test ! -s conftest.err'
21977 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21978 (eval $ac_try) 2>&5
21980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21981 (exit $ac_status); }; } &&
21982 { ac_try
='test -s conftest$ac_exeext'
21983 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21984 (eval $ac_try) 2>&5
21986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21987 (exit $ac_status); }; }; then
21988 am_cv_func_iconv
=yes
21990 echo "$as_me: failed program was:" >&5
21991 sed 's/^/| /' conftest.
$ac_ext >&5
21994 rm -f conftest.err conftest.
$ac_objext \
21995 conftest
$ac_exeext conftest.
$ac_ext
21996 if test "$am_cv_func_iconv" != yes; then
21997 am_save_LIBS
="$LIBS"
21998 LIBS
="$LIBS $LIBICONV"
21999 if test x
$gcc_no_link = xyes
; then
22000 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
22001 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
22002 { (exit 1); exit 1; }; }
22004 cat >conftest.
$ac_ext <<_ACEOF
22007 cat confdefs.h
>>conftest.
$ac_ext
22008 cat >>conftest.
$ac_ext <<_ACEOF
22009 /* end confdefs.h. */
22010 #include <stdlib.h>
22015 iconv_t cd = iconv_open("","");
22016 iconv(cd,NULL,NULL,NULL,NULL);
22022 rm -f conftest.
$ac_objext conftest
$ac_exeext
22023 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22024 (eval $ac_link) 2>conftest.er1
22026 grep -v '^ *+' conftest.er1
>conftest.err
22028 cat conftest.err
>&5
22029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22030 (exit $ac_status); } &&
22031 { ac_try
='test -z "$ac_c_werror_flag"
22032 || test ! -s conftest.err'
22033 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22034 (eval $ac_try) 2>&5
22036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22037 (exit $ac_status); }; } &&
22038 { ac_try
='test -s conftest$ac_exeext'
22039 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22040 (eval $ac_try) 2>&5
22042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22043 (exit $ac_status); }; }; then
22044 am_cv_lib_iconv
=yes
22045 am_cv_func_iconv
=yes
22047 echo "$as_me: failed program was:" >&5
22048 sed 's/^/| /' conftest.
$ac_ext >&5
22051 rm -f conftest.err conftest.
$ac_objext \
22052 conftest
$ac_exeext conftest.
$ac_ext
22053 LIBS
="$am_save_LIBS"
22057 echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5
22058 echo "${ECHO_T}$am_cv_func_iconv" >&6
22059 if test "$am_cv_func_iconv" = yes; then
22061 cat >>confdefs.h
<<\_ACEOF
22062 #define HAVE_ICONV 1
22066 if test "$am_cv_lib_iconv" = yes; then
22067 echo "$as_me:$LINENO: checking how to link with libiconv" >&5
22068 echo $ECHO_N "checking how to link with libiconv... $ECHO_C" >&6
22069 echo "$as_me:$LINENO: result: $LIBICONV" >&5
22070 echo "${ECHO_T}$LIBICONV" >&6
22072 CPPFLAGS
="$am_save_CPPFLAGS"
22079 if test "$am_cv_func_iconv" = yes; then
22080 echo "$as_me:$LINENO: checking for iconv declaration" >&5
22081 echo $ECHO_N "checking for iconv declaration... $ECHO_C" >&6
22082 if test "${am_cv_proto_iconv+set}" = set; then
22083 echo $ECHO_N "(cached) $ECHO_C" >&6
22086 cat >conftest.
$ac_ext <<_ACEOF
22089 cat confdefs.h
>>conftest.
$ac_ext
22090 cat >>conftest.
$ac_ext <<_ACEOF
22091 /* end confdefs.h. */
22093 #include <stdlib.h>
22099 #if defined(__STDC__) || defined(__cplusplus)
22100 size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
22113 rm -f conftest.
$ac_objext
22114 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22115 (eval $ac_compile) 2>conftest.er1
22117 grep -v '^ *+' conftest.er1
>conftest.err
22119 cat conftest.err
>&5
22120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22121 (exit $ac_status); } &&
22122 { ac_try
='test -z "$ac_c_werror_flag"
22123 || test ! -s conftest.err'
22124 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22125 (eval $ac_try) 2>&5
22127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22128 (exit $ac_status); }; } &&
22129 { ac_try
='test -s conftest.$ac_objext'
22130 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22131 (eval $ac_try) 2>&5
22133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22134 (exit $ac_status); }; }; then
22135 am_cv_proto_iconv_arg1
=""
22137 echo "$as_me: failed program was:" >&5
22138 sed 's/^/| /' conftest.
$ac_ext >&5
22140 am_cv_proto_iconv_arg1
="const"
22142 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22143 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);"
22146 am_cv_proto_iconv
=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'`
22147 echo "$as_me:$LINENO: result: ${ac_t:-
22148 }$am_cv_proto_iconv" >&5
22149 echo "${ECHO_T}${ac_t:-
22150 }$am_cv_proto_iconv" >&6
22152 cat >>confdefs.h
<<_ACEOF
22153 #define ICONV_CONST $am_cv_proto_iconv_arg1
22159 echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5
22160 echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6
22161 if test "${am_cv_val_LC_MESSAGES+set}" = set; then
22162 echo $ECHO_N "(cached) $ECHO_C" >&6
22164 if test x
$gcc_no_link = xyes
; then
22165 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
22166 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
22167 { (exit 1); exit 1; }; }
22169 cat >conftest.
$ac_ext <<_ACEOF
22172 cat confdefs.h
>>conftest.
$ac_ext
22173 cat >>conftest.
$ac_ext <<_ACEOF
22174 /* end confdefs.h. */
22175 #include <locale.h>
22184 rm -f conftest.
$ac_objext conftest
$ac_exeext
22185 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22186 (eval $ac_link) 2>conftest.er1
22188 grep -v '^ *+' conftest.er1
>conftest.err
22190 cat conftest.err
>&5
22191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22192 (exit $ac_status); } &&
22193 { ac_try
='test -z "$ac_c_werror_flag"
22194 || test ! -s conftest.err'
22195 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22196 (eval $ac_try) 2>&5
22198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22199 (exit $ac_status); }; } &&
22200 { ac_try
='test -s conftest$ac_exeext'
22201 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22202 (eval $ac_try) 2>&5
22204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22205 (exit $ac_status); }; }; then
22206 am_cv_val_LC_MESSAGES
=yes
22208 echo "$as_me: failed program was:" >&5
22209 sed 's/^/| /' conftest.
$ac_ext >&5
22211 am_cv_val_LC_MESSAGES
=no
22213 rm -f conftest.err conftest.
$ac_objext \
22214 conftest
$ac_exeext conftest.
$ac_ext
22216 echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5
22217 echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6
22218 if test $am_cv_val_LC_MESSAGES = yes; then
22220 cat >>confdefs.h
<<\_ACEOF
22221 #define HAVE_LC_MESSAGES 1
22226 echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5
22227 echo $ECHO_N "checking whether struct tm is in sys/time.h or time.h... $ECHO_C" >&6
22228 if test "${ac_cv_struct_tm+set}" = set; then
22229 echo $ECHO_N "(cached) $ECHO_C" >&6
22231 cat >conftest.
$ac_ext <<_ACEOF
22234 cat confdefs.h
>>conftest.
$ac_ext
22235 cat >>conftest.
$ac_ext <<_ACEOF
22236 /* end confdefs.h. */
22237 #include <sys/types.h>
22243 struct tm *tp; tp->tm_sec;
22248 rm -f conftest.
$ac_objext
22249 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22250 (eval $ac_compile) 2>conftest.er1
22252 grep -v '^ *+' conftest.er1
>conftest.err
22254 cat conftest.err
>&5
22255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22256 (exit $ac_status); } &&
22257 { ac_try
='test -z "$ac_c_werror_flag"
22258 || test ! -s conftest.err'
22259 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22260 (eval $ac_try) 2>&5
22262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22263 (exit $ac_status); }; } &&
22264 { ac_try
='test -s conftest.$ac_objext'
22265 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22266 (eval $ac_try) 2>&5
22268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22269 (exit $ac_status); }; }; then
22270 ac_cv_struct_tm
=time.h
22272 echo "$as_me: failed program was:" >&5
22273 sed 's/^/| /' conftest.
$ac_ext >&5
22275 ac_cv_struct_tm
=sys
/time.h
22277 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22279 echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5
22280 echo "${ECHO_T}$ac_cv_struct_tm" >&6
22281 if test $ac_cv_struct_tm = sys
/time.h
; then
22283 cat >>confdefs.h
<<\_ACEOF
22284 #define TM_IN_SYS_TIME 1
22289 echo "$as_me:$LINENO: checking for struct tm.tm_zone" >&5
22290 echo $ECHO_N "checking for struct tm.tm_zone... $ECHO_C" >&6
22291 if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then
22292 echo $ECHO_N "(cached) $ECHO_C" >&6
22294 cat >conftest.
$ac_ext <<_ACEOF
22297 cat confdefs.h
>>conftest.
$ac_ext
22298 cat >>conftest.
$ac_ext <<_ACEOF
22299 /* end confdefs.h. */
22300 #include <sys/types.h>
22301 #include <$ac_cv_struct_tm>
22307 static struct tm ac_aggr;
22308 if (ac_aggr.tm_zone)
22314 rm -f conftest.
$ac_objext
22315 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22316 (eval $ac_compile) 2>conftest.er1
22318 grep -v '^ *+' conftest.er1
>conftest.err
22320 cat conftest.err
>&5
22321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22322 (exit $ac_status); } &&
22323 { ac_try
='test -z "$ac_c_werror_flag"
22324 || test ! -s conftest.err'
22325 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22326 (eval $ac_try) 2>&5
22328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22329 (exit $ac_status); }; } &&
22330 { ac_try
='test -s conftest.$ac_objext'
22331 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22332 (eval $ac_try) 2>&5
22334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22335 (exit $ac_status); }; }; then
22336 ac_cv_member_struct_tm_tm_zone
=yes
22338 echo "$as_me: failed program was:" >&5
22339 sed 's/^/| /' conftest.
$ac_ext >&5
22341 cat >conftest.
$ac_ext <<_ACEOF
22344 cat confdefs.h
>>conftest.
$ac_ext
22345 cat >>conftest.
$ac_ext <<_ACEOF
22346 /* end confdefs.h. */
22347 #include <sys/types.h>
22348 #include <$ac_cv_struct_tm>
22354 static struct tm ac_aggr;
22355 if (sizeof ac_aggr.tm_zone)
22361 rm -f conftest.
$ac_objext
22362 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22363 (eval $ac_compile) 2>conftest.er1
22365 grep -v '^ *+' conftest.er1
>conftest.err
22367 cat conftest.err
>&5
22368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22369 (exit $ac_status); } &&
22370 { ac_try
='test -z "$ac_c_werror_flag"
22371 || test ! -s conftest.err'
22372 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22373 (eval $ac_try) 2>&5
22375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22376 (exit $ac_status); }; } &&
22377 { ac_try
='test -s conftest.$ac_objext'
22378 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22379 (eval $ac_try) 2>&5
22381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22382 (exit $ac_status); }; }; then
22383 ac_cv_member_struct_tm_tm_zone
=yes
22385 echo "$as_me: failed program was:" >&5
22386 sed 's/^/| /' conftest.
$ac_ext >&5
22388 ac_cv_member_struct_tm_tm_zone
=no
22390 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22392 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22394 echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5
22395 echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6
22396 if test $ac_cv_member_struct_tm_tm_zone = yes; then
22398 cat >>confdefs.h
<<_ACEOF
22399 #define HAVE_STRUCT_TM_TM_ZONE 1
22405 if test "$ac_cv_member_struct_tm_tm_zone" = yes; then
22407 cat >>confdefs.h
<<\_ACEOF
22408 #define HAVE_TM_ZONE 1
22412 echo "$as_me:$LINENO: checking for tzname" >&5
22413 echo $ECHO_N "checking for tzname... $ECHO_C" >&6
22414 if test "${ac_cv_var_tzname+set}" = set; then
22415 echo $ECHO_N "(cached) $ECHO_C" >&6
22417 if test x
$gcc_no_link = xyes
; then
22418 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
22419 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
22420 { (exit 1); exit 1; }; }
22422 cat >conftest.
$ac_ext <<_ACEOF
22425 cat confdefs.h
>>conftest.
$ac_ext
22426 cat >>conftest.
$ac_ext <<_ACEOF
22427 /* end confdefs.h. */
22429 #ifndef tzname /* For SGI. */
22430 extern char *tzname[]; /* RS6000 and others reject char **tzname. */
22441 rm -f conftest.
$ac_objext conftest
$ac_exeext
22442 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22443 (eval $ac_link) 2>conftest.er1
22445 grep -v '^ *+' conftest.er1
>conftest.err
22447 cat conftest.err
>&5
22448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22449 (exit $ac_status); } &&
22450 { ac_try
='test -z "$ac_c_werror_flag"
22451 || test ! -s conftest.err'
22452 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22453 (eval $ac_try) 2>&5
22455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22456 (exit $ac_status); }; } &&
22457 { ac_try
='test -s conftest$ac_exeext'
22458 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22459 (eval $ac_try) 2>&5
22461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22462 (exit $ac_status); }; }; then
22463 ac_cv_var_tzname
=yes
22465 echo "$as_me: failed program was:" >&5
22466 sed 's/^/| /' conftest.
$ac_ext >&5
22468 ac_cv_var_tzname
=no
22470 rm -f conftest.err conftest.
$ac_objext \
22471 conftest
$ac_exeext conftest.
$ac_ext
22473 echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5
22474 echo "${ECHO_T}$ac_cv_var_tzname" >&6
22475 if test $ac_cv_var_tzname = yes; then
22477 cat >>confdefs.h
<<\_ACEOF
22478 #define HAVE_TZNAME 1
22486 for ac_func
in gethostbyname_r
22488 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
22489 echo "$as_me:$LINENO: checking for $ac_func" >&5
22490 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
22491 if eval "test \"\${$as_ac_var+set}\" = set"; then
22492 echo $ECHO_N "(cached) $ECHO_C" >&6
22494 if test x
$gcc_no_link = xyes
; then
22495 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
22496 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
22497 { (exit 1); exit 1; }; }
22499 cat >conftest.
$ac_ext <<_ACEOF
22502 cat confdefs.h
>>conftest.
$ac_ext
22503 cat >>conftest.
$ac_ext <<_ACEOF
22504 /* end confdefs.h. */
22505 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
22506 For example, HP-UX 11i <limits.h> declares gettimeofday. */
22507 #define $ac_func innocuous_$ac_func
22509 /* System header to define __stub macros and hopefully few prototypes,
22510 which can conflict with char $ac_func (); below.
22511 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
22512 <limits.h> exists even on freestanding compilers. */
22515 # include <limits.h>
22517 # include <assert.h>
22522 /* Override any gcc2 internal prototype to avoid an error. */
22527 /* We use char because int might match the return type of a gcc2
22528 builtin and then its argument prototype would still apply. */
22530 /* The GNU C library defines this for functions which it implements
22531 to always fail with ENOSYS. Some functions are actually named
22532 something starting with __ and the normal name is an alias. */
22533 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
22536 char (*f) () = $ac_func;
22545 return f != $ac_func;
22550 rm -f conftest.
$ac_objext conftest
$ac_exeext
22551 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22552 (eval $ac_link) 2>conftest.er1
22554 grep -v '^ *+' conftest.er1
>conftest.err
22556 cat conftest.err
>&5
22557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22558 (exit $ac_status); } &&
22559 { ac_try
='test -z "$ac_c_werror_flag"
22560 || test ! -s conftest.err'
22561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22562 (eval $ac_try) 2>&5
22564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22565 (exit $ac_status); }; } &&
22566 { ac_try
='test -s conftest$ac_exeext'
22567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22568 (eval $ac_try) 2>&5
22570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22571 (exit $ac_status); }; }; then
22572 eval "$as_ac_var=yes"
22574 echo "$as_me: failed program was:" >&5
22575 sed 's/^/| /' conftest.
$ac_ext >&5
22577 eval "$as_ac_var=no"
22579 rm -f conftest.err conftest.
$ac_objext \
22580 conftest
$ac_exeext conftest.
$ac_ext
22582 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
22583 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
22584 if test `eval echo '${'$as_ac_var'}'` = yes; then
22585 cat >>confdefs.h
<<_ACEOF
22586 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
22590 cat >>confdefs.h
<<\_ACEOF
22591 #define HAVE_GETHOSTBYNAME_R 1
22594 # There are two different kinds of gethostbyname_r.
22595 # We look for the one that returns `int'.
22596 # Hopefully this check is robust enough.
22597 cat >conftest.
$ac_ext <<_ACEOF
22600 cat confdefs.h
>>conftest.
$ac_ext
22601 cat >>conftest.
$ac_ext <<_ACEOF
22602 /* end confdefs.h. */
22606 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22607 $EGREP "int.*gethostbyname_r" >/dev
/null
2>&1; then
22610 cat >>confdefs.h
<<\_ACEOF
22611 #define GETHOSTBYNAME_R_RETURNS_INT 1
22618 case " $GCINCS " in
22619 *" -D_REENTRANT "*) ;;
22621 echo "$as_me:$LINENO: checking whether gethostbyname_r declaration requires -D_REENTRANT" >&5
22622 echo $ECHO_N "checking whether gethostbyname_r declaration requires -D_REENTRANT... $ECHO_C" >&6
22623 if test "${libjava_cv_gethostbyname_r_needs_reentrant+set}" = set; then
22624 echo $ECHO_N "(cached) $ECHO_C" >&6
22627 ac_cpp
='$CXXCPP $CPPFLAGS'
22628 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22629 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22630 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
22632 cat >conftest.
$ac_ext <<_ACEOF
22635 cat confdefs.h
>>conftest.
$ac_ext
22636 cat >>conftest.
$ac_ext <<_ACEOF
22637 /* end confdefs.h. */
22642 gethostbyname_r("", 0, 0);
22647 rm -f conftest.
$ac_objext
22648 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22649 (eval $ac_compile) 2>conftest.er1
22651 grep -v '^ *+' conftest.er1
>conftest.err
22653 cat conftest.err
>&5
22654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22655 (exit $ac_status); } &&
22656 { ac_try
='test -z "$ac_cxx_werror_flag"
22657 || test ! -s conftest.err'
22658 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22659 (eval $ac_try) 2>&5
22661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22662 (exit $ac_status); }; } &&
22663 { ac_try
='test -s conftest.$ac_objext'
22664 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22665 (eval $ac_try) 2>&5
22667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22668 (exit $ac_status); }; }; then
22669 libjava_cv_gethostbyname_r_needs_reentrant
=no
22671 echo "$as_me: failed program was:" >&5
22672 sed 's/^/| /' conftest.
$ac_ext >&5
22674 CPPFLAGS_SAVE
="$CPPFLAGS"
22675 CPPFLAGS
="$CPPFLAGS -D_REENTRANT"
22676 cat >conftest.
$ac_ext <<_ACEOF
22679 cat confdefs.h
>>conftest.
$ac_ext
22680 cat >>conftest.
$ac_ext <<_ACEOF
22681 /* end confdefs.h. */
22686 gethostbyname_r("", 0, 0);
22691 rm -f conftest.
$ac_objext
22692 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22693 (eval $ac_compile) 2>conftest.er1
22695 grep -v '^ *+' conftest.er1
>conftest.err
22697 cat conftest.err
>&5
22698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22699 (exit $ac_status); } &&
22700 { ac_try
='test -z "$ac_cxx_werror_flag"
22701 || test ! -s conftest.err'
22702 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22703 (eval $ac_try) 2>&5
22705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22706 (exit $ac_status); }; } &&
22707 { ac_try
='test -s conftest.$ac_objext'
22708 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22709 (eval $ac_try) 2>&5
22711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22712 (exit $ac_status); }; }; then
22713 libjava_cv_gethostbyname_r_needs_reentrant
=yes
22715 echo "$as_me: failed program was:" >&5
22716 sed 's/^/| /' conftest.
$ac_ext >&5
22718 libjava_cv_gethostbyname_r_needs_reentrant
=fail
22720 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22721 CPPFLAGS
="$CPPFLAGS_SAVE"
22724 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22726 ac_cpp
='$CPP $CPPFLAGS'
22727 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
22728 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
22729 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
22733 echo "$as_me:$LINENO: result: $libjava_cv_gethostbyname_r_needs_reentrant" >&5
22734 echo "${ECHO_T}$libjava_cv_gethostbyname_r_needs_reentrant" >&6
22735 if test "x$libjava_cv_gethostbyname_r_needs_reentrant" = xyes
; then
22737 cat >>confdefs.h
<<\_ACEOF
22738 #define _REENTRANT 1
22745 echo "$as_me:$LINENO: checking for struct hostent_data" >&5
22746 echo $ECHO_N "checking for struct hostent_data... $ECHO_C" >&6
22747 if test "${libjava_cv_struct_hostent_data+set}" = set; then
22748 echo $ECHO_N "(cached) $ECHO_C" >&6
22750 cat >conftest.
$ac_ext <<_ACEOF
22753 cat confdefs.h
>>conftest.
$ac_ext
22754 cat >>conftest.
$ac_ext <<_ACEOF
22755 /* end confdefs.h. */
22757 #if GETHOSTBYNAME_R_NEEDS_REENTRANT && !defined(_REENTRANT)
22758 # define _REENTRANT 1
22764 struct hostent_data data;
22769 rm -f conftest.
$ac_objext
22770 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22771 (eval $ac_compile) 2>conftest.er1
22773 grep -v '^ *+' conftest.er1
>conftest.err
22775 cat conftest.err
>&5
22776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22777 (exit $ac_status); } &&
22778 { ac_try
='test -z "$ac_c_werror_flag"
22779 || test ! -s conftest.err'
22780 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22781 (eval $ac_try) 2>&5
22783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22784 (exit $ac_status); }; } &&
22785 { ac_try
='test -s conftest.$ac_objext'
22786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22787 (eval $ac_try) 2>&5
22789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22790 (exit $ac_status); }; }; then
22791 libjava_cv_struct_hostent_data
=yes
22793 echo "$as_me: failed program was:" >&5
22794 sed 's/^/| /' conftest.
$ac_ext >&5
22796 libjava_cv_struct_hostent_data
=no
22798 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22800 echo "$as_me:$LINENO: result: $libjava_cv_struct_hostent_data" >&5
22801 echo "${ECHO_T}$libjava_cv_struct_hostent_data" >&6
22802 if test "x$libjava_cv_struct_hostent_data" = xyes
; then
22804 cat >>confdefs.h
<<\_ACEOF
22805 #define HAVE_STRUCT_HOSTENT_DATA 1
22814 # FIXME: libjava source code expects to find a prototype for
22815 # gethostbyaddr_r in netdb.h. The outer check ensures that
22816 # HAVE_GETHOSTBYADDR_R will not be defined if the prototype fails
22817 # to exist where expected. (The root issue: AC_CHECK_FUNCS assumes C
22818 # linkage check is enough, yet C++ code requires proper prototypes.)
22819 cat >conftest.
$ac_ext <<_ACEOF
22822 cat confdefs.h
>>conftest.
$ac_ext
22823 cat >>conftest.
$ac_ext <<_ACEOF
22824 /* end confdefs.h. */
22828 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22829 $EGREP "gethostbyaddr_r" >/dev
/null
2>&1; then
22832 for ac_func
in gethostbyaddr_r
22834 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
22835 echo "$as_me:$LINENO: checking for $ac_func" >&5
22836 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
22837 if eval "test \"\${$as_ac_var+set}\" = set"; then
22838 echo $ECHO_N "(cached) $ECHO_C" >&6
22840 if test x
$gcc_no_link = xyes
; then
22841 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
22842 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
22843 { (exit 1); exit 1; }; }
22845 cat >conftest.
$ac_ext <<_ACEOF
22848 cat confdefs.h
>>conftest.
$ac_ext
22849 cat >>conftest.
$ac_ext <<_ACEOF
22850 /* end confdefs.h. */
22851 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
22852 For example, HP-UX 11i <limits.h> declares gettimeofday. */
22853 #define $ac_func innocuous_$ac_func
22855 /* System header to define __stub macros and hopefully few prototypes,
22856 which can conflict with char $ac_func (); below.
22857 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
22858 <limits.h> exists even on freestanding compilers. */
22861 # include <limits.h>
22863 # include <assert.h>
22868 /* Override any gcc2 internal prototype to avoid an error. */
22873 /* We use char because int might match the return type of a gcc2
22874 builtin and then its argument prototype would still apply. */
22876 /* The GNU C library defines this for functions which it implements
22877 to always fail with ENOSYS. Some functions are actually named
22878 something starting with __ and the normal name is an alias. */
22879 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
22882 char (*f) () = $ac_func;
22891 return f != $ac_func;
22896 rm -f conftest.
$ac_objext conftest
$ac_exeext
22897 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22898 (eval $ac_link) 2>conftest.er1
22900 grep -v '^ *+' conftest.er1
>conftest.err
22902 cat conftest.err
>&5
22903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22904 (exit $ac_status); } &&
22905 { ac_try
='test -z "$ac_c_werror_flag"
22906 || test ! -s conftest.err'
22907 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22908 (eval $ac_try) 2>&5
22910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22911 (exit $ac_status); }; } &&
22912 { ac_try
='test -s conftest$ac_exeext'
22913 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22914 (eval $ac_try) 2>&5
22916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22917 (exit $ac_status); }; }; then
22918 eval "$as_ac_var=yes"
22920 echo "$as_me: failed program was:" >&5
22921 sed 's/^/| /' conftest.
$ac_ext >&5
22923 eval "$as_ac_var=no"
22925 rm -f conftest.err conftest.
$ac_objext \
22926 conftest
$ac_exeext conftest.
$ac_ext
22928 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
22929 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
22930 if test `eval echo '${'$as_ac_var'}'` = yes; then
22931 cat >>confdefs.h
<<_ACEOF
22932 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
22936 cat >>confdefs.h
<<\_ACEOF
22937 #define HAVE_GETHOSTBYADDR_R 1
22940 # There are two different kinds of gethostbyaddr_r.
22941 # We look for the one that returns `int'.
22942 # Hopefully this check is robust enough.
22943 cat >conftest.
$ac_ext <<_ACEOF
22946 cat confdefs.h
>>conftest.
$ac_ext
22947 cat >>conftest.
$ac_ext <<_ACEOF
22948 /* end confdefs.h. */
22952 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22953 $EGREP "int.*gethostbyaddr_r" >/dev
/null
2>&1; then
22956 cat >>confdefs.h
<<\_ACEOF
22957 #define GETHOSTBYADDR_R_RETURNS_INT 1
22971 for ac_func
in gethostname
22973 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
22974 echo "$as_me:$LINENO: checking for $ac_func" >&5
22975 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
22976 if eval "test \"\${$as_ac_var+set}\" = set"; then
22977 echo $ECHO_N "(cached) $ECHO_C" >&6
22979 if test x
$gcc_no_link = xyes
; then
22980 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
22981 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
22982 { (exit 1); exit 1; }; }
22984 cat >conftest.
$ac_ext <<_ACEOF
22987 cat confdefs.h
>>conftest.
$ac_ext
22988 cat >>conftest.
$ac_ext <<_ACEOF
22989 /* end confdefs.h. */
22990 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
22991 For example, HP-UX 11i <limits.h> declares gettimeofday. */
22992 #define $ac_func innocuous_$ac_func
22994 /* System header to define __stub macros and hopefully few prototypes,
22995 which can conflict with char $ac_func (); below.
22996 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
22997 <limits.h> exists even on freestanding compilers. */
23000 # include <limits.h>
23002 # include <assert.h>
23007 /* Override any gcc2 internal prototype to avoid an error. */
23012 /* We use char because int might match the return type of a gcc2
23013 builtin and then its argument prototype would still apply. */
23015 /* The GNU C library defines this for functions which it implements
23016 to always fail with ENOSYS. Some functions are actually named
23017 something starting with __ and the normal name is an alias. */
23018 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
23021 char (*f) () = $ac_func;
23030 return f != $ac_func;
23035 rm -f conftest.
$ac_objext conftest
$ac_exeext
23036 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23037 (eval $ac_link) 2>conftest.er1
23039 grep -v '^ *+' conftest.er1
>conftest.err
23041 cat conftest.err
>&5
23042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23043 (exit $ac_status); } &&
23044 { ac_try
='test -z "$ac_c_werror_flag"
23045 || test ! -s conftest.err'
23046 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23047 (eval $ac_try) 2>&5
23049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23050 (exit $ac_status); }; } &&
23051 { ac_try
='test -s conftest$ac_exeext'
23052 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23053 (eval $ac_try) 2>&5
23055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23056 (exit $ac_status); }; }; then
23057 eval "$as_ac_var=yes"
23059 echo "$as_me: failed program was:" >&5
23060 sed 's/^/| /' conftest.
$ac_ext >&5
23062 eval "$as_ac_var=no"
23064 rm -f conftest.err conftest.
$ac_objext \
23065 conftest
$ac_exeext conftest.
$ac_ext
23067 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
23068 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
23069 if test `eval echo '${'$as_ac_var'}'` = yes; then
23070 cat >>confdefs.h
<<_ACEOF
23071 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
23075 cat >>confdefs.h
<<\_ACEOF
23076 #define HAVE_GETHOSTNAME 1
23079 cat >conftest.
$ac_ext <<_ACEOF
23082 cat confdefs.h
>>conftest.
$ac_ext
23083 cat >>conftest.
$ac_ext <<_ACEOF
23084 /* end confdefs.h. */
23085 #include <unistd.h>
23088 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23089 $EGREP "gethostname" >/dev
/null
2>&1; then
23092 cat >>confdefs.h
<<\_ACEOF
23093 #define HAVE_GETHOSTNAME_DECL 1
23104 for ac_func
in usleep
23106 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
23107 echo "$as_me:$LINENO: checking for $ac_func" >&5
23108 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
23109 if eval "test \"\${$as_ac_var+set}\" = set"; then
23110 echo $ECHO_N "(cached) $ECHO_C" >&6
23112 if test x
$gcc_no_link = xyes
; then
23113 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
23114 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
23115 { (exit 1); exit 1; }; }
23117 cat >conftest.
$ac_ext <<_ACEOF
23120 cat confdefs.h
>>conftest.
$ac_ext
23121 cat >>conftest.
$ac_ext <<_ACEOF
23122 /* end confdefs.h. */
23123 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
23124 For example, HP-UX 11i <limits.h> declares gettimeofday. */
23125 #define $ac_func innocuous_$ac_func
23127 /* System header to define __stub macros and hopefully few prototypes,
23128 which can conflict with char $ac_func (); below.
23129 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23130 <limits.h> exists even on freestanding compilers. */
23133 # include <limits.h>
23135 # include <assert.h>
23140 /* Override any gcc2 internal prototype to avoid an error. */
23145 /* We use char because int might match the return type of a gcc2
23146 builtin and then its argument prototype would still apply. */
23148 /* The GNU C library defines this for functions which it implements
23149 to always fail with ENOSYS. Some functions are actually named
23150 something starting with __ and the normal name is an alias. */
23151 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
23154 char (*f) () = $ac_func;
23163 return f != $ac_func;
23168 rm -f conftest.
$ac_objext conftest
$ac_exeext
23169 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23170 (eval $ac_link) 2>conftest.er1
23172 grep -v '^ *+' conftest.er1
>conftest.err
23174 cat conftest.err
>&5
23175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23176 (exit $ac_status); } &&
23177 { ac_try
='test -z "$ac_c_werror_flag"
23178 || test ! -s conftest.err'
23179 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23180 (eval $ac_try) 2>&5
23182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23183 (exit $ac_status); }; } &&
23184 { ac_try
='test -s conftest$ac_exeext'
23185 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23186 (eval $ac_try) 2>&5
23188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23189 (exit $ac_status); }; }; then
23190 eval "$as_ac_var=yes"
23192 echo "$as_me: failed program was:" >&5
23193 sed 's/^/| /' conftest.
$ac_ext >&5
23195 eval "$as_ac_var=no"
23197 rm -f conftest.err conftest.
$ac_objext \
23198 conftest
$ac_exeext conftest.
$ac_ext
23200 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
23201 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
23202 if test `eval echo '${'$as_ac_var'}'` = yes; then
23203 cat >>confdefs.h
<<_ACEOF
23204 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
23207 cat >conftest.
$ac_ext <<_ACEOF
23210 cat confdefs.h
>>conftest.
$ac_ext
23211 cat >>conftest.
$ac_ext <<_ACEOF
23212 /* end confdefs.h. */
23213 #include <unistd.h>
23216 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23217 $EGREP "usleep" >/dev
/null
2>&1; then
23220 cat >>confdefs.h
<<\_ACEOF
23221 #define HAVE_USLEEP_DECL 1
23231 # Look for these functions in the thread library, but only bother
23232 # if using POSIX threads.
23233 if test "$THREADS" = posix
; then
23235 LIBS
="$LIBS $THREADLIBS"
23237 # Look for sched_yield. Up to Solaris 2.6, it is in libposix4, since
23238 # Solaris 7 the name librt is preferred.
23240 for ac_func
in sched_yield
23242 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
23243 echo "$as_me:$LINENO: checking for $ac_func" >&5
23244 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
23245 if eval "test \"\${$as_ac_var+set}\" = set"; then
23246 echo $ECHO_N "(cached) $ECHO_C" >&6
23248 if test x
$gcc_no_link = xyes
; then
23249 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
23250 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
23251 { (exit 1); exit 1; }; }
23253 cat >conftest.
$ac_ext <<_ACEOF
23256 cat confdefs.h
>>conftest.
$ac_ext
23257 cat >>conftest.
$ac_ext <<_ACEOF
23258 /* end confdefs.h. */
23259 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
23260 For example, HP-UX 11i <limits.h> declares gettimeofday. */
23261 #define $ac_func innocuous_$ac_func
23263 /* System header to define __stub macros and hopefully few prototypes,
23264 which can conflict with char $ac_func (); below.
23265 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23266 <limits.h> exists even on freestanding compilers. */
23269 # include <limits.h>
23271 # include <assert.h>
23276 /* Override any gcc2 internal prototype to avoid an error. */
23281 /* We use char because int might match the return type of a gcc2
23282 builtin and then its argument prototype would still apply. */
23284 /* The GNU C library defines this for functions which it implements
23285 to always fail with ENOSYS. Some functions are actually named
23286 something starting with __ and the normal name is an alias. */
23287 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
23290 char (*f) () = $ac_func;
23299 return f != $ac_func;
23304 rm -f conftest.
$ac_objext conftest
$ac_exeext
23305 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23306 (eval $ac_link) 2>conftest.er1
23308 grep -v '^ *+' conftest.er1
>conftest.err
23310 cat conftest.err
>&5
23311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23312 (exit $ac_status); } &&
23313 { ac_try
='test -z "$ac_c_werror_flag"
23314 || test ! -s conftest.err'
23315 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23316 (eval $ac_try) 2>&5
23318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23319 (exit $ac_status); }; } &&
23320 { ac_try
='test -s conftest$ac_exeext'
23321 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23322 (eval $ac_try) 2>&5
23324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23325 (exit $ac_status); }; }; then
23326 eval "$as_ac_var=yes"
23328 echo "$as_me: failed program was:" >&5
23329 sed 's/^/| /' conftest.
$ac_ext >&5
23331 eval "$as_ac_var=no"
23333 rm -f conftest.err conftest.
$ac_objext \
23334 conftest
$ac_exeext conftest.
$ac_ext
23336 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
23337 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
23338 if test `eval echo '${'$as_ac_var'}'` = yes; then
23339 cat >>confdefs.h
<<_ACEOF
23340 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
23345 echo "$as_me:$LINENO: checking for sched_yield in -lrt" >&5
23346 echo $ECHO_N "checking for sched_yield in -lrt... $ECHO_C" >&6
23347 if test "${ac_cv_lib_rt_sched_yield+set}" = set; then
23348 echo $ECHO_N "(cached) $ECHO_C" >&6
23350 ac_check_lib_save_LIBS
=$LIBS
23352 if test x
$gcc_no_link = xyes
; then
23353 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
23354 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
23355 { (exit 1); exit 1; }; }
23357 cat >conftest.
$ac_ext <<_ACEOF
23360 cat confdefs.h
>>conftest.
$ac_ext
23361 cat >>conftest.
$ac_ext <<_ACEOF
23362 /* end confdefs.h. */
23364 /* Override any gcc2 internal prototype to avoid an error. */
23368 /* We use char because int might match the return type of a gcc2
23369 builtin and then its argument prototype would still apply. */
23370 char sched_yield ();
23379 rm -f conftest.
$ac_objext conftest
$ac_exeext
23380 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23381 (eval $ac_link) 2>conftest.er1
23383 grep -v '^ *+' conftest.er1
>conftest.err
23385 cat conftest.err
>&5
23386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23387 (exit $ac_status); } &&
23388 { ac_try
='test -z "$ac_c_werror_flag"
23389 || test ! -s conftest.err'
23390 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23391 (eval $ac_try) 2>&5
23393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23394 (exit $ac_status); }; } &&
23395 { ac_try
='test -s conftest$ac_exeext'
23396 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23397 (eval $ac_try) 2>&5
23399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23400 (exit $ac_status); }; }; then
23401 ac_cv_lib_rt_sched_yield
=yes
23403 echo "$as_me: failed program was:" >&5
23404 sed 's/^/| /' conftest.
$ac_ext >&5
23406 ac_cv_lib_rt_sched_yield
=no
23408 rm -f conftest.err conftest.
$ac_objext \
23409 conftest
$ac_exeext conftest.
$ac_ext
23410 LIBS
=$ac_check_lib_save_LIBS
23412 echo "$as_me:$LINENO: result: $ac_cv_lib_rt_sched_yield" >&5
23413 echo "${ECHO_T}$ac_cv_lib_rt_sched_yield" >&6
23414 if test $ac_cv_lib_rt_sched_yield = yes; then
23416 cat >>confdefs.h
<<\_ACEOF
23417 #define HAVE_SCHED_YIELD 1
23420 THREADLIBS
="$THREADLIBS -lrt"
23421 THREADSPEC
="$THREADSPEC -lrt"
23424 echo "$as_me:$LINENO: checking for sched_yield in -lposix4" >&5
23425 echo $ECHO_N "checking for sched_yield in -lposix4... $ECHO_C" >&6
23426 if test "${ac_cv_lib_posix4_sched_yield+set}" = set; then
23427 echo $ECHO_N "(cached) $ECHO_C" >&6
23429 ac_check_lib_save_LIBS
=$LIBS
23430 LIBS
="-lposix4 $LIBS"
23431 if test x
$gcc_no_link = xyes
; then
23432 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
23433 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
23434 { (exit 1); exit 1; }; }
23436 cat >conftest.
$ac_ext <<_ACEOF
23439 cat confdefs.h
>>conftest.
$ac_ext
23440 cat >>conftest.
$ac_ext <<_ACEOF
23441 /* end confdefs.h. */
23443 /* Override any gcc2 internal prototype to avoid an error. */
23447 /* We use char because int might match the return type of a gcc2
23448 builtin and then its argument prototype would still apply. */
23449 char sched_yield ();
23458 rm -f conftest.
$ac_objext conftest
$ac_exeext
23459 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23460 (eval $ac_link) 2>conftest.er1
23462 grep -v '^ *+' conftest.er1
>conftest.err
23464 cat conftest.err
>&5
23465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23466 (exit $ac_status); } &&
23467 { ac_try
='test -z "$ac_c_werror_flag"
23468 || test ! -s conftest.err'
23469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23470 (eval $ac_try) 2>&5
23472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23473 (exit $ac_status); }; } &&
23474 { ac_try
='test -s conftest$ac_exeext'
23475 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23476 (eval $ac_try) 2>&5
23478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23479 (exit $ac_status); }; }; then
23480 ac_cv_lib_posix4_sched_yield
=yes
23482 echo "$as_me: failed program was:" >&5
23483 sed 's/^/| /' conftest.
$ac_ext >&5
23485 ac_cv_lib_posix4_sched_yield
=no
23487 rm -f conftest.err conftest.
$ac_objext \
23488 conftest
$ac_exeext conftest.
$ac_ext
23489 LIBS
=$ac_check_lib_save_LIBS
23491 echo "$as_me:$LINENO: result: $ac_cv_lib_posix4_sched_yield" >&5
23492 echo "${ECHO_T}$ac_cv_lib_posix4_sched_yield" >&6
23493 if test $ac_cv_lib_posix4_sched_yield = yes; then
23495 cat >>confdefs.h
<<\_ACEOF
23496 #define HAVE_SCHED_YIELD 1
23499 THREADLIBS
="$THREADLIBS -lposix4"
23500 THREADSPEC
="$THREADSPEC -lposix4"
23509 echo "$as_me:$LINENO: checking for clock_gettime in -lrt" >&5
23510 echo $ECHO_N "checking for clock_gettime in -lrt... $ECHO_C" >&6
23511 if test "${ac_cv_lib_rt_clock_gettime+set}" = set; then
23512 echo $ECHO_N "(cached) $ECHO_C" >&6
23514 ac_check_lib_save_LIBS
=$LIBS
23516 if test x
$gcc_no_link = xyes
; then
23517 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
23518 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
23519 { (exit 1); exit 1; }; }
23521 cat >conftest.
$ac_ext <<_ACEOF
23524 cat confdefs.h
>>conftest.
$ac_ext
23525 cat >>conftest.
$ac_ext <<_ACEOF
23526 /* end confdefs.h. */
23528 /* Override any gcc2 internal prototype to avoid an error. */
23532 /* We use char because int might match the return type of a gcc2
23533 builtin and then its argument prototype would still apply. */
23534 char clock_gettime ();
23543 rm -f conftest.
$ac_objext conftest
$ac_exeext
23544 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23545 (eval $ac_link) 2>conftest.er1
23547 grep -v '^ *+' conftest.er1
>conftest.err
23549 cat conftest.err
>&5
23550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23551 (exit $ac_status); } &&
23552 { ac_try
='test -z "$ac_c_werror_flag"
23553 || test ! -s conftest.err'
23554 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23555 (eval $ac_try) 2>&5
23557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23558 (exit $ac_status); }; } &&
23559 { ac_try
='test -s conftest$ac_exeext'
23560 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23561 (eval $ac_try) 2>&5
23563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23564 (exit $ac_status); }; }; then
23565 ac_cv_lib_rt_clock_gettime
=yes
23567 echo "$as_me: failed program was:" >&5
23568 sed 's/^/| /' conftest.
$ac_ext >&5
23570 ac_cv_lib_rt_clock_gettime
=no
23572 rm -f conftest.err conftest.
$ac_objext \
23573 conftest
$ac_exeext conftest.
$ac_ext
23574 LIBS
=$ac_check_lib_save_LIBS
23576 echo "$as_me:$LINENO: result: $ac_cv_lib_rt_clock_gettime" >&5
23577 echo "${ECHO_T}$ac_cv_lib_rt_clock_gettime" >&6
23578 if test $ac_cv_lib_rt_clock_gettime = yes; then
23581 cat >>confdefs.h
<<\_ACEOF
23582 #define HAVE_CLOCK_GETTIME 1
23585 case "$THREADSPEC" in
23588 THREADSPEC
="$THREADSPEC -lrt"
23589 THREADLIBS
="$THREADLIBS -lrt"
23597 # We can save a little space at runtime if the mutex has m_count
23598 # or __m_count. This is a nice hack for Linux.
23599 cat >conftest.
$ac_ext <<_ACEOF
23602 cat confdefs.h
>>conftest.
$ac_ext
23603 cat >>conftest.
$ac_ext <<_ACEOF
23604 /* end confdefs.h. */
23605 #include <pthread.h>
23610 extern pthread_mutex_t *mutex; int q = mutex->m_count;
23616 rm -f conftest.
$ac_objext
23617 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23618 (eval $ac_compile) 2>conftest.er1
23620 grep -v '^ *+' conftest.er1
>conftest.err
23622 cat conftest.err
>&5
23623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23624 (exit $ac_status); } &&
23625 { ac_try
='test -z "$ac_c_werror_flag"
23626 || test ! -s conftest.err'
23627 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23628 (eval $ac_try) 2>&5
23630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23631 (exit $ac_status); }; } &&
23632 { ac_try
='test -s conftest.$ac_objext'
23633 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23634 (eval $ac_try) 2>&5
23636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23637 (exit $ac_status); }; }; then
23639 cat >>confdefs.h
<<\_ACEOF
23640 #define PTHREAD_MUTEX_HAVE_M_COUNT 1
23644 echo "$as_me: failed program was:" >&5
23645 sed 's/^/| /' conftest.
$ac_ext >&5
23648 cat >conftest.
$ac_ext <<_ACEOF
23651 cat confdefs.h
>>conftest.
$ac_ext
23652 cat >>conftest.
$ac_ext <<_ACEOF
23653 /* end confdefs.h. */
23654 #include <pthread.h>
23659 extern pthread_mutex_t *mutex; int q = mutex->__m_count;
23665 rm -f conftest.
$ac_objext
23666 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23667 (eval $ac_compile) 2>conftest.er1
23669 grep -v '^ *+' conftest.er1
>conftest.err
23671 cat conftest.err
>&5
23672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23673 (exit $ac_status); } &&
23674 { ac_try
='test -z "$ac_c_werror_flag"
23675 || test ! -s conftest.err'
23676 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23677 (eval $ac_try) 2>&5
23679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23680 (exit $ac_status); }; } &&
23681 { ac_try
='test -s conftest.$ac_objext'
23682 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23683 (eval $ac_try) 2>&5
23685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23686 (exit $ac_status); }; }; then
23688 cat >>confdefs.h
<<\_ACEOF
23689 #define PTHREAD_MUTEX_HAVE___M_COUNT 1
23693 echo "$as_me: failed program was:" >&5
23694 sed 's/^/| /' conftest.
$ac_ext >&5
23697 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23699 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23702 # We require a way to get the time.
23707 for ac_func
in gettimeofday
time ftime
23709 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
23710 echo "$as_me:$LINENO: checking for $ac_func" >&5
23711 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
23712 if eval "test \"\${$as_ac_var+set}\" = set"; then
23713 echo $ECHO_N "(cached) $ECHO_C" >&6
23715 if test x
$gcc_no_link = xyes
; then
23716 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
23717 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
23718 { (exit 1); exit 1; }; }
23720 cat >conftest.
$ac_ext <<_ACEOF
23723 cat confdefs.h
>>conftest.
$ac_ext
23724 cat >>conftest.
$ac_ext <<_ACEOF
23725 /* end confdefs.h. */
23726 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
23727 For example, HP-UX 11i <limits.h> declares gettimeofday. */
23728 #define $ac_func innocuous_$ac_func
23730 /* System header to define __stub macros and hopefully few prototypes,
23731 which can conflict with char $ac_func (); below.
23732 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23733 <limits.h> exists even on freestanding compilers. */
23736 # include <limits.h>
23738 # include <assert.h>
23743 /* Override any gcc2 internal prototype to avoid an error. */
23748 /* We use char because int might match the return type of a gcc2
23749 builtin and then its argument prototype would still apply. */
23751 /* The GNU C library defines this for functions which it implements
23752 to always fail with ENOSYS. Some functions are actually named
23753 something starting with __ and the normal name is an alias. */
23754 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
23757 char (*f) () = $ac_func;
23766 return f != $ac_func;
23771 rm -f conftest.
$ac_objext conftest
$ac_exeext
23772 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23773 (eval $ac_link) 2>conftest.er1
23775 grep -v '^ *+' conftest.er1
>conftest.err
23777 cat conftest.err
>&5
23778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23779 (exit $ac_status); } &&
23780 { ac_try
='test -z "$ac_c_werror_flag"
23781 || test ! -s conftest.err'
23782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23783 (eval $ac_try) 2>&5
23785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23786 (exit $ac_status); }; } &&
23787 { ac_try
='test -s conftest$ac_exeext'
23788 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23789 (eval $ac_try) 2>&5
23791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23792 (exit $ac_status); }; }; then
23793 eval "$as_ac_var=yes"
23795 echo "$as_me: failed program was:" >&5
23796 sed 's/^/| /' conftest.
$ac_ext >&5
23798 eval "$as_ac_var=no"
23800 rm -f conftest.err conftest.
$ac_objext \
23801 conftest
$ac_exeext conftest.
$ac_ext
23803 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
23804 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
23805 if test `eval echo '${'$as_ac_var'}'` = yes; then
23806 cat >>confdefs.h
<<_ACEOF
23807 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
23813 if test "$time_found" = no
; then
23814 { { echo "$as_me:$LINENO: error: no function found to get the time" >&5
23815 echo "$as_me: error: no function found to get the time" >&2;}
23816 { (exit 1); exit 1; }; }
23820 for ac_func
in memmove
23822 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
23823 echo "$as_me:$LINENO: checking for $ac_func" >&5
23824 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
23825 if eval "test \"\${$as_ac_var+set}\" = set"; then
23826 echo $ECHO_N "(cached) $ECHO_C" >&6
23828 if test x
$gcc_no_link = xyes
; then
23829 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
23830 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
23831 { (exit 1); exit 1; }; }
23833 cat >conftest.
$ac_ext <<_ACEOF
23836 cat confdefs.h
>>conftest.
$ac_ext
23837 cat >>conftest.
$ac_ext <<_ACEOF
23838 /* end confdefs.h. */
23839 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
23840 For example, HP-UX 11i <limits.h> declares gettimeofday. */
23841 #define $ac_func innocuous_$ac_func
23843 /* System header to define __stub macros and hopefully few prototypes,
23844 which can conflict with char $ac_func (); below.
23845 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23846 <limits.h> exists even on freestanding compilers. */
23849 # include <limits.h>
23851 # include <assert.h>
23856 /* Override any gcc2 internal prototype to avoid an error. */
23861 /* We use char because int might match the return type of a gcc2
23862 builtin and then its argument prototype would still apply. */
23864 /* The GNU C library defines this for functions which it implements
23865 to always fail with ENOSYS. Some functions are actually named
23866 something starting with __ and the normal name is an alias. */
23867 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
23870 char (*f) () = $ac_func;
23879 return f != $ac_func;
23884 rm -f conftest.
$ac_objext conftest
$ac_exeext
23885 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23886 (eval $ac_link) 2>conftest.er1
23888 grep -v '^ *+' conftest.er1
>conftest.err
23890 cat conftest.err
>&5
23891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23892 (exit $ac_status); } &&
23893 { ac_try
='test -z "$ac_c_werror_flag"
23894 || test ! -s conftest.err'
23895 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23896 (eval $ac_try) 2>&5
23898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23899 (exit $ac_status); }; } &&
23900 { ac_try
='test -s conftest$ac_exeext'
23901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23902 (eval $ac_try) 2>&5
23904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23905 (exit $ac_status); }; }; then
23906 eval "$as_ac_var=yes"
23908 echo "$as_me: failed program was:" >&5
23909 sed 's/^/| /' conftest.
$ac_ext >&5
23911 eval "$as_ac_var=no"
23913 rm -f conftest.err conftest.
$ac_objext \
23914 conftest
$ac_exeext conftest.
$ac_ext
23916 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
23917 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
23918 if test `eval echo '${'$as_ac_var'}'` = yes; then
23919 cat >>confdefs.h
<<_ACEOF
23920 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
23927 # We require memcpy.
23930 for ac_func
in memcpy
23932 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
23933 echo "$as_me:$LINENO: checking for $ac_func" >&5
23934 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
23935 if eval "test \"\${$as_ac_var+set}\" = set"; then
23936 echo $ECHO_N "(cached) $ECHO_C" >&6
23938 if test x
$gcc_no_link = xyes
; then
23939 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
23940 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
23941 { (exit 1); exit 1; }; }
23943 cat >conftest.
$ac_ext <<_ACEOF
23946 cat confdefs.h
>>conftest.
$ac_ext
23947 cat >>conftest.
$ac_ext <<_ACEOF
23948 /* end confdefs.h. */
23949 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
23950 For example, HP-UX 11i <limits.h> declares gettimeofday. */
23951 #define $ac_func innocuous_$ac_func
23953 /* System header to define __stub macros and hopefully few prototypes,
23954 which can conflict with char $ac_func (); below.
23955 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23956 <limits.h> exists even on freestanding compilers. */
23959 # include <limits.h>
23961 # include <assert.h>
23966 /* Override any gcc2 internal prototype to avoid an error. */
23971 /* We use char because int might match the return type of a gcc2
23972 builtin and then its argument prototype would still apply. */
23974 /* The GNU C library defines this for functions which it implements
23975 to always fail with ENOSYS. Some functions are actually named
23976 something starting with __ and the normal name is an alias. */
23977 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
23980 char (*f) () = $ac_func;
23989 return f != $ac_func;
23994 rm -f conftest.
$ac_objext conftest
$ac_exeext
23995 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23996 (eval $ac_link) 2>conftest.er1
23998 grep -v '^ *+' conftest.er1
>conftest.err
24000 cat conftest.err
>&5
24001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24002 (exit $ac_status); } &&
24003 { ac_try
='test -z "$ac_c_werror_flag"
24004 || test ! -s conftest.err'
24005 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24006 (eval $ac_try) 2>&5
24008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24009 (exit $ac_status); }; } &&
24010 { ac_try
='test -s conftest$ac_exeext'
24011 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24012 (eval $ac_try) 2>&5
24014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24015 (exit $ac_status); }; }; then
24016 eval "$as_ac_var=yes"
24018 echo "$as_me: failed program was:" >&5
24019 sed 's/^/| /' conftest.
$ac_ext >&5
24021 eval "$as_ac_var=no"
24023 rm -f conftest.err conftest.
$ac_objext \
24024 conftest
$ac_exeext conftest.
$ac_ext
24026 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
24027 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
24028 if test `eval echo '${'$as_ac_var'}'` = yes; then
24029 cat >>confdefs.h
<<_ACEOF
24030 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
24036 if test "$memcpy_found" = no
; then
24037 { { echo "$as_me:$LINENO: error: memcpy is required" >&5
24038 echo "$as_me: error: memcpy is required" >&2;}
24039 { (exit 1); exit 1; }; }
24041 # Do an additional check on dld, HP-UX for example has dlopen in libdld.sl
24042 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
24043 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
24044 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
24045 echo $ECHO_N "(cached) $ECHO_C" >&6
24047 ac_check_lib_save_LIBS
=$LIBS
24049 if test x
$gcc_no_link = xyes
; then
24050 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
24051 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
24052 { (exit 1); exit 1; }; }
24054 cat >conftest.
$ac_ext <<_ACEOF
24057 cat confdefs.h
>>conftest.
$ac_ext
24058 cat >>conftest.
$ac_ext <<_ACEOF
24059 /* end confdefs.h. */
24061 /* Override any gcc2 internal prototype to avoid an error. */
24065 /* We use char because int might match the return type of a gcc2
24066 builtin and then its argument prototype would still apply. */
24076 rm -f conftest.
$ac_objext conftest
$ac_exeext
24077 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24078 (eval $ac_link) 2>conftest.er1
24080 grep -v '^ *+' conftest.er1
>conftest.err
24082 cat conftest.err
>&5
24083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24084 (exit $ac_status); } &&
24085 { ac_try
='test -z "$ac_c_werror_flag"
24086 || test ! -s conftest.err'
24087 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24088 (eval $ac_try) 2>&5
24090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24091 (exit $ac_status); }; } &&
24092 { ac_try
='test -s conftest$ac_exeext'
24093 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24094 (eval $ac_try) 2>&5
24096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24097 (exit $ac_status); }; }; then
24098 ac_cv_lib_dl_dlopen
=yes
24100 echo "$as_me: failed program was:" >&5
24101 sed 's/^/| /' conftest.
$ac_ext >&5
24103 ac_cv_lib_dl_dlopen
=no
24105 rm -f conftest.err conftest.
$ac_objext \
24106 conftest
$ac_exeext conftest.
$ac_ext
24107 LIBS
=$ac_check_lib_save_LIBS
24109 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
24110 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
24111 if test $ac_cv_lib_dl_dlopen = yes; then
24114 cat >>confdefs.h
<<\_ACEOF
24115 #define HAVE_DLOPEN 1
24120 echo "$as_me:$LINENO: checking for dlopen in -ldld" >&5
24121 echo $ECHO_N "checking for dlopen in -ldld... $ECHO_C" >&6
24122 if test "${ac_cv_lib_dld_dlopen+set}" = set; then
24123 echo $ECHO_N "(cached) $ECHO_C" >&6
24125 ac_check_lib_save_LIBS
=$LIBS
24127 if test x
$gcc_no_link = xyes
; then
24128 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
24129 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
24130 { (exit 1); exit 1; }; }
24132 cat >conftest.
$ac_ext <<_ACEOF
24135 cat confdefs.h
>>conftest.
$ac_ext
24136 cat >>conftest.
$ac_ext <<_ACEOF
24137 /* end confdefs.h. */
24139 /* Override any gcc2 internal prototype to avoid an error. */
24143 /* We use char because int might match the return type of a gcc2
24144 builtin and then its argument prototype would still apply. */
24154 rm -f conftest.
$ac_objext conftest
$ac_exeext
24155 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24156 (eval $ac_link) 2>conftest.er1
24158 grep -v '^ *+' conftest.er1
>conftest.err
24160 cat conftest.err
>&5
24161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24162 (exit $ac_status); } &&
24163 { ac_try
='test -z "$ac_c_werror_flag"
24164 || test ! -s conftest.err'
24165 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24166 (eval $ac_try) 2>&5
24168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24169 (exit $ac_status); }; } &&
24170 { ac_try
='test -s conftest$ac_exeext'
24171 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24172 (eval $ac_try) 2>&5
24174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24175 (exit $ac_status); }; }; then
24176 ac_cv_lib_dld_dlopen
=yes
24178 echo "$as_me: failed program was:" >&5
24179 sed 's/^/| /' conftest.
$ac_ext >&5
24181 ac_cv_lib_dld_dlopen
=no
24183 rm -f conftest.err conftest.
$ac_objext \
24184 conftest
$ac_exeext conftest.
$ac_ext
24185 LIBS
=$ac_check_lib_save_LIBS
24187 echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dlopen" >&5
24188 echo "${ECHO_T}$ac_cv_lib_dld_dlopen" >&6
24189 if test $ac_cv_lib_dld_dlopen = yes; then
24192 cat >>confdefs.h
<<\_ACEOF
24193 #define HAVE_DLOPEN 1
24201 # Some library-finding code we stole from Tcl.
24202 #--------------------------------------------------------------------
24203 # Check for the existence of the -lsocket and -lnsl libraries.
24204 # The order here is important, so that they end up in the right
24205 # order in the command line generated by make. Here are some
24206 # special considerations:
24207 # 1. Use "connect" and "accept" to check for -lsocket, and
24208 # "gethostbyname" to check for -lnsl.
24209 # 2. Use each function name only once: can't redo a check because
24210 # autoconf caches the results of the last check and won't redo it.
24211 # 3. Use -lnsl and -lsocket only if they supply procedures that
24212 # aren't already present in the normal libraries. This is because
24213 # IRIX 5.2 has libraries, but they aren't needed and they're
24214 # bogus: they goof up name resolution if used.
24215 # 4. On some SVR4 systems, can't use -lsocket without -lnsl too.
24216 # To get around this problem, check for both libraries together
24217 # if -lsocket doesn't work by itself.
24218 #--------------------------------------------------------------------
24220 echo "$as_me:$LINENO: checking for socket libraries" >&5
24221 echo $ECHO_N "checking for socket libraries... $ECHO_C" >&6
24222 if test "${gcj_cv_lib_sockets+set}" = set; then
24223 echo $ECHO_N "(cached) $ECHO_C" >&6
24225 gcj_cv_lib_sockets
=
24227 unset ac_cv_func_connect
24228 echo "$as_me:$LINENO: checking for connect" >&5
24229 echo $ECHO_N "checking for connect... $ECHO_C" >&6
24230 if test "${ac_cv_func_connect+set}" = set; then
24231 echo $ECHO_N "(cached) $ECHO_C" >&6
24233 if test x
$gcc_no_link = xyes
; then
24234 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
24235 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
24236 { (exit 1); exit 1; }; }
24238 cat >conftest.
$ac_ext <<_ACEOF
24241 cat confdefs.h
>>conftest.
$ac_ext
24242 cat >>conftest.
$ac_ext <<_ACEOF
24243 /* end confdefs.h. */
24244 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
24245 For example, HP-UX 11i <limits.h> declares gettimeofday. */
24246 #define connect innocuous_connect
24248 /* System header to define __stub macros and hopefully few prototypes,
24249 which can conflict with char connect (); below.
24250 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
24251 <limits.h> exists even on freestanding compilers. */
24254 # include <limits.h>
24256 # include <assert.h>
24261 /* Override any gcc2 internal prototype to avoid an error. */
24266 /* We use char because int might match the return type of a gcc2
24267 builtin and then its argument prototype would still apply. */
24269 /* The GNU C library defines this for functions which it implements
24270 to always fail with ENOSYS. Some functions are actually named
24271 something starting with __ and the normal name is an alias. */
24272 #if defined (__stub_connect) || defined (__stub___connect)
24275 char (*f) () = connect;
24284 return f != connect;
24289 rm -f conftest.
$ac_objext conftest
$ac_exeext
24290 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24291 (eval $ac_link) 2>conftest.er1
24293 grep -v '^ *+' conftest.er1
>conftest.err
24295 cat conftest.err
>&5
24296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24297 (exit $ac_status); } &&
24298 { ac_try
='test -z "$ac_c_werror_flag"
24299 || test ! -s conftest.err'
24300 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24301 (eval $ac_try) 2>&5
24303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24304 (exit $ac_status); }; } &&
24305 { ac_try
='test -s conftest$ac_exeext'
24306 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24307 (eval $ac_try) 2>&5
24309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24310 (exit $ac_status); }; }; then
24311 ac_cv_func_connect
=yes
24313 echo "$as_me: failed program was:" >&5
24314 sed 's/^/| /' conftest.
$ac_ext >&5
24316 ac_cv_func_connect
=no
24318 rm -f conftest.err conftest.
$ac_objext \
24319 conftest
$ac_exeext conftest.
$ac_ext
24321 echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
24322 echo "${ECHO_T}$ac_cv_func_connect" >&6
24323 if test $ac_cv_func_connect = yes; then
24329 if test "$gcj_checkSocket" = 1; then
24330 unset ac_cv_func_connect
24331 echo "$as_me:$LINENO: checking for main in -lsocket" >&5
24332 echo $ECHO_N "checking for main in -lsocket... $ECHO_C" >&6
24333 if test "${ac_cv_lib_socket_main+set}" = set; then
24334 echo $ECHO_N "(cached) $ECHO_C" >&6
24336 ac_check_lib_save_LIBS
=$LIBS
24337 LIBS
="-lsocket $LIBS"
24338 if test x
$gcc_no_link = xyes
; then
24339 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
24340 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
24341 { (exit 1); exit 1; }; }
24343 cat >conftest.
$ac_ext <<_ACEOF
24346 cat confdefs.h
>>conftest.
$ac_ext
24347 cat >>conftest.
$ac_ext <<_ACEOF
24348 /* end confdefs.h. */
24359 rm -f conftest.
$ac_objext conftest
$ac_exeext
24360 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24361 (eval $ac_link) 2>conftest.er1
24363 grep -v '^ *+' conftest.er1
>conftest.err
24365 cat conftest.err
>&5
24366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24367 (exit $ac_status); } &&
24368 { ac_try
='test -z "$ac_c_werror_flag"
24369 || test ! -s conftest.err'
24370 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24371 (eval $ac_try) 2>&5
24373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24374 (exit $ac_status); }; } &&
24375 { ac_try
='test -s conftest$ac_exeext'
24376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24377 (eval $ac_try) 2>&5
24379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24380 (exit $ac_status); }; }; then
24381 ac_cv_lib_socket_main
=yes
24383 echo "$as_me: failed program was:" >&5
24384 sed 's/^/| /' conftest.
$ac_ext >&5
24386 ac_cv_lib_socket_main
=no
24388 rm -f conftest.err conftest.
$ac_objext \
24389 conftest
$ac_exeext conftest.
$ac_ext
24390 LIBS
=$ac_check_lib_save_LIBS
24392 echo "$as_me:$LINENO: result: $ac_cv_lib_socket_main" >&5
24393 echo "${ECHO_T}$ac_cv_lib_socket_main" >&6
24394 if test $ac_cv_lib_socket_main = yes; then
24395 gcj_cv_lib_sockets
="-lsocket"
24401 if test "$gcj_checkBoth" = 1; then
24403 LIBS
="$LIBS -lsocket -lnsl"
24404 unset ac_cv_func_accept
24405 echo "$as_me:$LINENO: checking for accept" >&5
24406 echo $ECHO_N "checking for accept... $ECHO_C" >&6
24407 if test "${ac_cv_func_accept+set}" = set; then
24408 echo $ECHO_N "(cached) $ECHO_C" >&6
24410 if test x
$gcc_no_link = xyes
; then
24411 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
24412 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
24413 { (exit 1); exit 1; }; }
24415 cat >conftest.
$ac_ext <<_ACEOF
24418 cat confdefs.h
>>conftest.
$ac_ext
24419 cat >>conftest.
$ac_ext <<_ACEOF
24420 /* end confdefs.h. */
24421 /* Define accept to an innocuous variant, in case <limits.h> declares accept.
24422 For example, HP-UX 11i <limits.h> declares gettimeofday. */
24423 #define accept innocuous_accept
24425 /* System header to define __stub macros and hopefully few prototypes,
24426 which can conflict with char accept (); below.
24427 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
24428 <limits.h> exists even on freestanding compilers. */
24431 # include <limits.h>
24433 # include <assert.h>
24438 /* Override any gcc2 internal prototype to avoid an error. */
24443 /* We use char because int might match the return type of a gcc2
24444 builtin and then its argument prototype would still apply. */
24446 /* The GNU C library defines this for functions which it implements
24447 to always fail with ENOSYS. Some functions are actually named
24448 something starting with __ and the normal name is an alias. */
24449 #if defined (__stub_accept) || defined (__stub___accept)
24452 char (*f) () = accept;
24461 return f != accept;
24466 rm -f conftest.
$ac_objext conftest
$ac_exeext
24467 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24468 (eval $ac_link) 2>conftest.er1
24470 grep -v '^ *+' conftest.er1
>conftest.err
24472 cat conftest.err
>&5
24473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24474 (exit $ac_status); } &&
24475 { ac_try
='test -z "$ac_c_werror_flag"
24476 || test ! -s conftest.err'
24477 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24478 (eval $ac_try) 2>&5
24480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24481 (exit $ac_status); }; } &&
24482 { ac_try
='test -s conftest$ac_exeext'
24483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24484 (eval $ac_try) 2>&5
24486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24487 (exit $ac_status); }; }; then
24488 ac_cv_func_accept
=yes
24490 echo "$as_me: failed program was:" >&5
24491 sed 's/^/| /' conftest.
$ac_ext >&5
24493 ac_cv_func_accept
=no
24495 rm -f conftest.err conftest.
$ac_objext \
24496 conftest
$ac_exeext conftest.
$ac_ext
24498 echo "$as_me:$LINENO: result: $ac_cv_func_accept" >&5
24499 echo "${ECHO_T}$ac_cv_func_accept" >&6
24500 if test $ac_cv_func_accept = yes; then
24502 gcj_cv_lib_sockets
="-lsocket -lnsl"
24505 unset ac_cv_func_accept
24508 unset ac_cv_func_gethostbyname
24510 LIBS
="$LIBS $gcj_cv_lib_sockets"
24511 echo "$as_me:$LINENO: checking for gethostbyname" >&5
24512 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6
24513 if test "${ac_cv_func_gethostbyname+set}" = set; then
24514 echo $ECHO_N "(cached) $ECHO_C" >&6
24516 if test x
$gcc_no_link = xyes
; then
24517 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
24518 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
24519 { (exit 1); exit 1; }; }
24521 cat >conftest.
$ac_ext <<_ACEOF
24524 cat confdefs.h
>>conftest.
$ac_ext
24525 cat >>conftest.
$ac_ext <<_ACEOF
24526 /* end confdefs.h. */
24527 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
24528 For example, HP-UX 11i <limits.h> declares gettimeofday. */
24529 #define gethostbyname innocuous_gethostbyname
24531 /* System header to define __stub macros and hopefully few prototypes,
24532 which can conflict with char gethostbyname (); below.
24533 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
24534 <limits.h> exists even on freestanding compilers. */
24537 # include <limits.h>
24539 # include <assert.h>
24542 #undef gethostbyname
24544 /* Override any gcc2 internal prototype to avoid an error. */
24549 /* We use char because int might match the return type of a gcc2
24550 builtin and then its argument prototype would still apply. */
24551 char gethostbyname ();
24552 /* The GNU C library defines this for functions which it implements
24553 to always fail with ENOSYS. Some functions are actually named
24554 something starting with __ and the normal name is an alias. */
24555 #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
24558 char (*f) () = gethostbyname;
24567 return f != gethostbyname;
24572 rm -f conftest.
$ac_objext conftest
$ac_exeext
24573 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24574 (eval $ac_link) 2>conftest.er1
24576 grep -v '^ *+' conftest.er1
>conftest.err
24578 cat conftest.err
>&5
24579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24580 (exit $ac_status); } &&
24581 { ac_try
='test -z "$ac_c_werror_flag"
24582 || test ! -s conftest.err'
24583 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24584 (eval $ac_try) 2>&5
24586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24587 (exit $ac_status); }; } &&
24588 { ac_try
='test -s conftest$ac_exeext'
24589 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24590 (eval $ac_try) 2>&5
24592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24593 (exit $ac_status); }; }; then
24594 ac_cv_func_gethostbyname
=yes
24596 echo "$as_me: failed program was:" >&5
24597 sed 's/^/| /' conftest.
$ac_ext >&5
24599 ac_cv_func_gethostbyname
=no
24601 rm -f conftest.err conftest.
$ac_objext \
24602 conftest
$ac_exeext conftest.
$ac_ext
24604 echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
24605 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6
24606 if test $ac_cv_func_gethostbyname = yes; then
24609 echo "$as_me:$LINENO: checking for main in -lnsl" >&5
24610 echo $ECHO_N "checking for main in -lnsl... $ECHO_C" >&6
24611 if test "${ac_cv_lib_nsl_main+set}" = set; then
24612 echo $ECHO_N "(cached) $ECHO_C" >&6
24614 ac_check_lib_save_LIBS
=$LIBS
24616 if test x
$gcc_no_link = xyes
; then
24617 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
24618 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
24619 { (exit 1); exit 1; }; }
24621 cat >conftest.
$ac_ext <<_ACEOF
24624 cat confdefs.h
>>conftest.
$ac_ext
24625 cat >>conftest.
$ac_ext <<_ACEOF
24626 /* end confdefs.h. */
24637 rm -f conftest.
$ac_objext conftest
$ac_exeext
24638 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24639 (eval $ac_link) 2>conftest.er1
24641 grep -v '^ *+' conftest.er1
>conftest.err
24643 cat conftest.err
>&5
24644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24645 (exit $ac_status); } &&
24646 { ac_try
='test -z "$ac_c_werror_flag"
24647 || test ! -s conftest.err'
24648 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24649 (eval $ac_try) 2>&5
24651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24652 (exit $ac_status); }; } &&
24653 { ac_try
='test -s conftest$ac_exeext'
24654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24655 (eval $ac_try) 2>&5
24657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24658 (exit $ac_status); }; }; then
24659 ac_cv_lib_nsl_main
=yes
24661 echo "$as_me: failed program was:" >&5
24662 sed 's/^/| /' conftest.
$ac_ext >&5
24664 ac_cv_lib_nsl_main
=no
24666 rm -f conftest.err conftest.
$ac_objext \
24667 conftest
$ac_exeext conftest.
$ac_ext
24668 LIBS
=$ac_check_lib_save_LIBS
24670 echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_main" >&5
24671 echo "${ECHO_T}$ac_cv_lib_nsl_main" >&6
24672 if test $ac_cv_lib_nsl_main = yes; then
24673 gcj_cv_lib_sockets
="$gcj_cv_lib_sockets -lnsl"
24678 unset ac_cv_func_gethostbyname
24682 echo "$as_me:$LINENO: result: $gcj_cv_lib_sockets" >&5
24683 echo "${ECHO_T}$gcj_cv_lib_sockets" >&6
24684 SYSTEMSPEC
="$SYSTEMSPEC $gcj_cv_lib_sockets"
24686 if test "$with_system_zlib" = yes; then
24687 echo "$as_me:$LINENO: checking for deflate in -lz" >&5
24688 echo $ECHO_N "checking for deflate in -lz... $ECHO_C" >&6
24689 if test "${ac_cv_lib_z_deflate+set}" = set; then
24690 echo $ECHO_N "(cached) $ECHO_C" >&6
24692 ac_check_lib_save_LIBS
=$LIBS
24694 if test x
$gcc_no_link = xyes
; then
24695 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
24696 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
24697 { (exit 1); exit 1; }; }
24699 cat >conftest.
$ac_ext <<_ACEOF
24702 cat confdefs.h
>>conftest.
$ac_ext
24703 cat >>conftest.
$ac_ext <<_ACEOF
24704 /* end confdefs.h. */
24706 /* Override any gcc2 internal prototype to avoid an error. */
24710 /* We use char because int might match the return type of a gcc2
24711 builtin and then its argument prototype would still apply. */
24721 rm -f conftest.
$ac_objext conftest
$ac_exeext
24722 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24723 (eval $ac_link) 2>conftest.er1
24725 grep -v '^ *+' conftest.er1
>conftest.err
24727 cat conftest.err
>&5
24728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24729 (exit $ac_status); } &&
24730 { ac_try
='test -z "$ac_c_werror_flag"
24731 || test ! -s conftest.err'
24732 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24733 (eval $ac_try) 2>&5
24735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24736 (exit $ac_status); }; } &&
24737 { ac_try
='test -s conftest$ac_exeext'
24738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24739 (eval $ac_try) 2>&5
24741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24742 (exit $ac_status); }; }; then
24743 ac_cv_lib_z_deflate
=yes
24745 echo "$as_me: failed program was:" >&5
24746 sed 's/^/| /' conftest.
$ac_ext >&5
24748 ac_cv_lib_z_deflate
=no
24750 rm -f conftest.err conftest.
$ac_objext \
24751 conftest
$ac_exeext conftest.
$ac_ext
24752 LIBS
=$ac_check_lib_save_LIBS
24754 echo "$as_me:$LINENO: result: $ac_cv_lib_z_deflate" >&5
24755 echo "${ECHO_T}$ac_cv_lib_z_deflate" >&6
24756 if test $ac_cv_lib_z_deflate = yes; then
24764 # Test for Gtk stuff, if asked for.
24765 if test "$use_gtk_awt" = yes; then
24769 if test -z "$PKG_CONFIG"; then
24770 # Extract the first word of "pkg-config", so it can be a program name with args.
24771 set dummy pkg-config
; ac_word
=$2
24772 echo "$as_me:$LINENO: checking for $ac_word" >&5
24773 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
24774 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
24775 echo $ECHO_N "(cached) $ECHO_C" >&6
24777 case $PKG_CONFIG in
24779 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
24782 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
24783 for as_dir
in $PATH
24786 test -z "$as_dir" && as_dir
=.
24787 for ac_exec_ext
in '' $ac_executable_extensions; do
24788 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
24789 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
24790 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
24796 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
24800 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
24802 if test -n "$PKG_CONFIG"; then
24803 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
24804 echo "${ECHO_T}$PKG_CONFIG" >&6
24806 echo "$as_me:$LINENO: result: no" >&5
24807 echo "${ECHO_T}no" >&6
24812 if test "$PKG_CONFIG" = "no" ; then
24813 echo "*** The pkg-config script could not be found. Make sure it is"
24814 echo "*** in your path, or set the PKG_CONFIG environment variable"
24815 echo "*** to the full path to pkg-config."
24816 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
24818 PKG_CONFIG_MIN_VERSION
=0.9.0
24819 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
24820 echo "$as_me:$LINENO: checking for gtk+-2.0 >= 2.4" >&5
24821 echo $ECHO_N "checking for gtk+-2.0 >= 2.4... $ECHO_C" >&6
24823 if $PKG_CONFIG --exists "gtk+-2.0 >= 2.4" ; then
24824 echo "$as_me:$LINENO: result: yes" >&5
24825 echo "${ECHO_T}yes" >&6
24828 echo "$as_me:$LINENO: checking GTK_CFLAGS" >&5
24829 echo $ECHO_N "checking GTK_CFLAGS... $ECHO_C" >&6
24830 GTK_CFLAGS
=`$PKG_CONFIG --cflags "gtk+-2.0 >= 2.4"`
24831 echo "$as_me:$LINENO: result: $GTK_CFLAGS" >&5
24832 echo "${ECHO_T}$GTK_CFLAGS" >&6
24834 echo "$as_me:$LINENO: checking GTK_LIBS" >&5
24835 echo $ECHO_N "checking GTK_LIBS... $ECHO_C" >&6
24836 GTK_LIBS
=`$PKG_CONFIG --libs "gtk+-2.0 >= 2.4"`
24837 echo "$as_me:$LINENO: result: $GTK_LIBS" >&5
24838 echo "${ECHO_T}$GTK_LIBS" >&6
24842 ## If we have a custom action on failure, don't print errors, but
24843 ## do set a variable so people can do so.
24844 GTK_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "gtk+-2.0 >= 2.4"`
24845 echo $GTK_PKG_ERRORS
24851 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
24852 echo "*** See http://www.freedesktop.org/software/pkgconfig"
24856 if test $succeeded = yes; then
24859 { { 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
24860 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;}
24861 { (exit 1); exit 1; }; }
24870 if test -z "$PKG_CONFIG"; then
24871 # Extract the first word of "pkg-config", so it can be a program name with args.
24872 set dummy pkg-config
; ac_word
=$2
24873 echo "$as_me:$LINENO: checking for $ac_word" >&5
24874 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
24875 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
24876 echo $ECHO_N "(cached) $ECHO_C" >&6
24878 case $PKG_CONFIG in
24880 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
24883 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
24884 for as_dir
in $PATH
24887 test -z "$as_dir" && as_dir
=.
24888 for ac_exec_ext
in '' $ac_executable_extensions; do
24889 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
24890 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
24891 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
24897 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
24901 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
24903 if test -n "$PKG_CONFIG"; then
24904 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
24905 echo "${ECHO_T}$PKG_CONFIG" >&6
24907 echo "$as_me:$LINENO: result: no" >&5
24908 echo "${ECHO_T}no" >&6
24913 if test "$PKG_CONFIG" = "no" ; then
24914 echo "*** The pkg-config script could not be found. Make sure it is"
24915 echo "*** in your path, or set the PKG_CONFIG environment variable"
24916 echo "*** to the full path to pkg-config."
24917 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
24919 PKG_CONFIG_MIN_VERSION
=0.9.0
24920 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
24921 echo "$as_me:$LINENO: checking for glib-2.0 >= 2.4 gthread-2.0 >= 2.4" >&5
24922 echo $ECHO_N "checking for glib-2.0 >= 2.4 gthread-2.0 >= 2.4... $ECHO_C" >&6
24924 if $PKG_CONFIG --exists "glib-2.0 >= 2.4 gthread-2.0 >= 2.4" ; then
24925 echo "$as_me:$LINENO: result: yes" >&5
24926 echo "${ECHO_T}yes" >&6
24929 echo "$as_me:$LINENO: checking GLIB_CFLAGS" >&5
24930 echo $ECHO_N "checking GLIB_CFLAGS... $ECHO_C" >&6
24931 GLIB_CFLAGS
=`$PKG_CONFIG --cflags "glib-2.0 >= 2.4 gthread-2.0 >= 2.4"`
24932 echo "$as_me:$LINENO: result: $GLIB_CFLAGS" >&5
24933 echo "${ECHO_T}$GLIB_CFLAGS" >&6
24935 echo "$as_me:$LINENO: checking GLIB_LIBS" >&5
24936 echo $ECHO_N "checking GLIB_LIBS... $ECHO_C" >&6
24937 GLIB_LIBS
=`$PKG_CONFIG --libs "glib-2.0 >= 2.4 gthread-2.0 >= 2.4"`
24938 echo "$as_me:$LINENO: result: $GLIB_LIBS" >&5
24939 echo "${ECHO_T}$GLIB_LIBS" >&6
24943 ## If we have a custom action on failure, don't print errors, but
24944 ## do set a variable so people can do so.
24945 GLIB_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "glib-2.0 >= 2.4 gthread-2.0 >= 2.4"`
24946 echo $GLIB_PKG_ERRORS
24952 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
24953 echo "*** See http://www.freedesktop.org/software/pkgconfig"
24957 if test $succeeded = yes; then
24960 { { 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
24961 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;}
24962 { (exit 1); exit 1; }; }
24971 if test -z "$PKG_CONFIG"; then
24972 # Extract the first word of "pkg-config", so it can be a program name with args.
24973 set dummy pkg-config
; ac_word
=$2
24974 echo "$as_me:$LINENO: checking for $ac_word" >&5
24975 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
24976 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then
24977 echo $ECHO_N "(cached) $ECHO_C" >&6
24979 case $PKG_CONFIG in
24981 ac_cv_path_PKG_CONFIG
="$PKG_CONFIG" # Let the user override the test with a path.
24984 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
24985 for as_dir
in $PATH
24988 test -z "$as_dir" && as_dir
=.
24989 for ac_exec_ext
in '' $ac_executable_extensions; do
24990 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
24991 ac_cv_path_PKG_CONFIG
="$as_dir/$ac_word$ac_exec_ext"
24992 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
24998 test -z "$ac_cv_path_PKG_CONFIG" && ac_cv_path_PKG_CONFIG
="no"
25002 PKG_CONFIG
=$ac_cv_path_PKG_CONFIG
25004 if test -n "$PKG_CONFIG"; then
25005 echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
25006 echo "${ECHO_T}$PKG_CONFIG" >&6
25008 echo "$as_me:$LINENO: result: no" >&5
25009 echo "${ECHO_T}no" >&6
25014 if test "$PKG_CONFIG" = "no" ; then
25015 echo "*** The pkg-config script could not be found. Make sure it is"
25016 echo "*** in your path, or set the PKG_CONFIG environment variable"
25017 echo "*** to the full path to pkg-config."
25018 echo "*** Or see http://www.freedesktop.org/software/pkgconfig to get pkg-config."
25020 PKG_CONFIG_MIN_VERSION
=0.9.0
25021 if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
25022 echo "$as_me:$LINENO: checking for libart-2.0 >= 2.1" >&5
25023 echo $ECHO_N "checking for libart-2.0 >= 2.1... $ECHO_C" >&6
25025 if $PKG_CONFIG --exists "libart-2.0 >= 2.1" ; then
25026 echo "$as_me:$LINENO: result: yes" >&5
25027 echo "${ECHO_T}yes" >&6
25030 echo "$as_me:$LINENO: checking LIBART_CFLAGS" >&5
25031 echo $ECHO_N "checking LIBART_CFLAGS... $ECHO_C" >&6
25032 LIBART_CFLAGS
=`$PKG_CONFIG --cflags "libart-2.0 >= 2.1"`
25033 echo "$as_me:$LINENO: result: $LIBART_CFLAGS" >&5
25034 echo "${ECHO_T}$LIBART_CFLAGS" >&6
25036 echo "$as_me:$LINENO: checking LIBART_LIBS" >&5
25037 echo $ECHO_N "checking LIBART_LIBS... $ECHO_C" >&6
25038 LIBART_LIBS
=`$PKG_CONFIG --libs "libart-2.0 >= 2.1"`
25039 echo "$as_me:$LINENO: result: $LIBART_LIBS" >&5
25040 echo "${ECHO_T}$LIBART_LIBS" >&6
25044 ## If we have a custom action on failure, don't print errors, but
25045 ## do set a variable so people can do so.
25046 LIBART_PKG_ERRORS
=`$PKG_CONFIG --errors-to-stdout --print-errors "libart-2.0 >= 2.1"`
25047 echo $LIBART_PKG_ERRORS
25053 echo "*** Your version of pkg-config is too old. You need version $PKG_CONFIG_MIN_VERSION or newer."
25054 echo "*** See http://www.freedesktop.org/software/pkgconfig"
25058 if test $succeeded = yes; then
25061 { { 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
25062 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;}
25063 { (exit 1); exit 1; }; }
25069 # We require the XTest Extension to support java.awt.Robot.
25070 echo "$as_me:$LINENO: checking for XTestQueryExtension in -lXtst" >&5
25071 echo $ECHO_N "checking for XTestQueryExtension in -lXtst... $ECHO_C" >&6
25072 if test "${ac_cv_lib_Xtst_XTestQueryExtension+set}" = set; then
25073 echo $ECHO_N "(cached) $ECHO_C" >&6
25075 ac_check_lib_save_LIBS
=$LIBS
25076 LIBS
="-lXtst ${X_LIBS} $LIBS"
25077 if test x
$gcc_no_link = xyes
; then
25078 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
25079 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
25080 { (exit 1); exit 1; }; }
25082 cat >conftest.
$ac_ext <<_ACEOF
25085 cat confdefs.h
>>conftest.
$ac_ext
25086 cat >>conftest.
$ac_ext <<_ACEOF
25087 /* end confdefs.h. */
25089 /* Override any gcc2 internal prototype to avoid an error. */
25093 /* We use char because int might match the return type of a gcc2
25094 builtin and then its argument prototype would still apply. */
25095 char XTestQueryExtension ();
25099 XTestQueryExtension ();
25104 rm -f conftest.
$ac_objext conftest
$ac_exeext
25105 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25106 (eval $ac_link) 2>conftest.er1
25108 grep -v '^ *+' conftest.er1
>conftest.err
25110 cat conftest.err
>&5
25111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25112 (exit $ac_status); } &&
25113 { ac_try
='test -z "$ac_c_werror_flag"
25114 || test ! -s conftest.err'
25115 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25116 (eval $ac_try) 2>&5
25118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25119 (exit $ac_status); }; } &&
25120 { ac_try
='test -s conftest$ac_exeext'
25121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25122 (eval $ac_try) 2>&5
25124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25125 (exit $ac_status); }; }; then
25126 ac_cv_lib_Xtst_XTestQueryExtension
=yes
25128 echo "$as_me: failed program was:" >&5
25129 sed 's/^/| /' conftest.
$ac_ext >&5
25131 ac_cv_lib_Xtst_XTestQueryExtension
=no
25133 rm -f conftest.err conftest.
$ac_objext \
25134 conftest
$ac_exeext conftest.
$ac_ext
25135 LIBS
=$ac_check_lib_save_LIBS
25137 echo "$as_me:$LINENO: result: $ac_cv_lib_Xtst_XTestQueryExtension" >&5
25138 echo "${ECHO_T}$ac_cv_lib_Xtst_XTestQueryExtension" >&6
25139 if test $ac_cv_lib_Xtst_XTestQueryExtension = yes; then
25142 { { echo "$as_me:$LINENO: error: libXtst not found, required by java.awt.Robot" >&5
25143 echo "$as_me: error: libXtst not found, required by java.awt.Robot" >&2;}
25144 { (exit 1); exit 1; }; }
25149 # On Solaris, and maybe other architectures, the Boehm collector
25151 if test "$GC" = boehm
; then
25152 echo "$as_me:$LINENO: checking for main in -ldl" >&5
25153 echo $ECHO_N "checking for main in -ldl... $ECHO_C" >&6
25154 if test "${ac_cv_lib_dl_main+set}" = set; then
25155 echo $ECHO_N "(cached) $ECHO_C" >&6
25157 ac_check_lib_save_LIBS
=$LIBS
25159 if test x
$gcc_no_link = xyes
; then
25160 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
25161 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
25162 { (exit 1); exit 1; }; }
25164 cat >conftest.
$ac_ext <<_ACEOF
25167 cat confdefs.h
>>conftest.
$ac_ext
25168 cat >>conftest.
$ac_ext <<_ACEOF
25169 /* end confdefs.h. */
25180 rm -f conftest.
$ac_objext conftest
$ac_exeext
25181 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25182 (eval $ac_link) 2>conftest.er1
25184 grep -v '^ *+' conftest.er1
>conftest.err
25186 cat conftest.err
>&5
25187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25188 (exit $ac_status); } &&
25189 { ac_try
='test -z "$ac_c_werror_flag"
25190 || test ! -s conftest.err'
25191 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25192 (eval $ac_try) 2>&5
25194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25195 (exit $ac_status); }; } &&
25196 { ac_try
='test -s conftest$ac_exeext'
25197 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25198 (eval $ac_try) 2>&5
25200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25201 (exit $ac_status); }; }; then
25202 ac_cv_lib_dl_main
=yes
25204 echo "$as_me: failed program was:" >&5
25205 sed 's/^/| /' conftest.
$ac_ext >&5
25207 ac_cv_lib_dl_main
=no
25209 rm -f conftest.err conftest.
$ac_objext \
25210 conftest
$ac_exeext conftest.
$ac_ext
25211 LIBS
=$ac_check_lib_save_LIBS
25213 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_main" >&5
25214 echo "${ECHO_T}$ac_cv_lib_dl_main" >&6
25215 if test $ac_cv_lib_dl_main = yes; then
25216 SYSTEMSPEC
="$SYSTEMSPEC -ldl"
25222 # Use a semicolon as CLASSPATH separator for MinGW, otherwise a colon.
25224 *-mingw32) CLASSPATH_SEPARATOR
=';' ;;
25225 *) CLASSPATH_SEPARATOR
=':' ;;
25229 # We must search the source tree for java.lang, since we still don't
25230 # have libgcj.jar nor java/lang/*.class
25231 GCJ_SAVE_CPPFLAGS
=$CPPFLAGS
25232 CPPFLAGS
="$CPPFLAGS -I`${PWDCMD-pwd}` -I`cd $srcdir && ${PWDCMD-pwd}`"
25234 # Since some classes depend on this one, we need its source available
25235 # before we can do any GCJ compilation test :-(
25236 if test ! -f gnu
/classpath
/Configuration.java
; then
25237 test -d gnu || mkdir gnu
25238 test -d gnu
/classpath || mkdir gnu
/classpath
25239 # Note that it is not crucial that all the values here be correct.
25240 sed -e "s,@prefix@,$prefix," \
25241 -e "s,@VERSION@,$VERSION," \
25242 -e "s,@LIBDEBUG@,false," \
25243 -e "s,@INIT_LOAD_LIBRARY@,false," \
25244 -e "s,@@,$LIBGCJDEBUG," \
25245 -e "s,@default_toolkit@,$TOOLKIT," \
25246 -e "s,@JAVA_LANG_SYSTEM_EXPLICIT_INITIALIZATION@,false," \
25247 -e "s,@GTK_CAIRO_ENABLED@,false," \
25248 -e "s,@ECJ_JAR@,," \
25249 < $srcdir/classpath
/gnu
/classpath
/Configuration.java.
in \
25250 > gnu
/classpath
/Configuration.java
25251 # We do not want to redirect the output of the grep below to /dev/null,
25252 # but we add /dev/null to the input list so that grep will print the
25253 # filename of Configuration.java in case it finds any matches.
25254 if grep '@.*@' gnu
/classpath
/Configuration.java
/dev
/null
; then
25255 { { echo "$as_me:$LINENO: error: configure.ac is missing the substitutions above" >&5
25256 echo "$as_me: error: configure.ac is missing the substitutions above" >&2;}
25257 { (exit 1); exit 1; }; }
25264 # Extract the first word of "$ac_prog", so it can be a program name with args.
25265 set dummy
$ac_prog; ac_word
=$2
25266 echo "$as_me:$LINENO: checking for $ac_word" >&5
25267 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
25268 if test "${ac_cv_prog_GCJ+set}" = set; then
25269 echo $ECHO_N "(cached) $ECHO_C" >&6
25271 if test -n "$GCJ"; then
25272 ac_cv_prog_GCJ
="$GCJ" # Let the user override the test.
25274 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
25275 for as_dir
in $PATH
25278 test -z "$as_dir" && as_dir
=.
25279 for ac_exec_ext
in '' $ac_executable_extensions; do
25280 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
25281 ac_cv_prog_GCJ
="$ac_prog"
25282 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
25290 GCJ
=$ac_cv_prog_GCJ
25291 if test -n "$GCJ"; then
25292 echo "$as_me:$LINENO: result: $GCJ" >&5
25293 echo "${ECHO_T}$GCJ" >&6
25295 echo "$as_me:$LINENO: result: no" >&5
25296 echo "${ECHO_T}no" >&6
25299 test -n "$GCJ" && break
25301 test -n "$GCJ" || GCJ
="gcj"
25303 test -z "$GCJ" && { { echo "$as_me:$LINENO: error: no acceptable gcj found in \$PATH" >&5
25304 echo "$as_me: error: no acceptable gcj found in \$PATH" >&2;}
25305 { (exit 1); exit 1; }; }
25306 if test "x${GCJFLAGS-unset}" = xunset
; then
25311 depcc
="$GCJ" am_compiler_list
='gcc3 gcc'
25313 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
25314 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
25315 if test "${am_cv_GCJ_dependencies_compiler_type+set}" = set; then
25316 echo $ECHO_N "(cached) $ECHO_C" >&6
25318 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
25319 # We make a subdir and do the tests there. Otherwise we can end up
25320 # making bogus files that we don't know about and never remove. For
25321 # instance it was reported that on HP-UX the gcc test will end up
25322 # making a dummy file named `D' -- because `-MD' means `put the output
25325 # Copy depcomp to subdir because otherwise we won't find it if we're
25326 # using a relative directory.
25327 cp "$am_depcomp" conftest.dir
25329 # We will build objects and dependencies in a subdirectory because
25330 # it helps to detect inapplicable dependency modes. For instance
25331 # both Tru64's cc and ICC support -MD to output dependencies as a
25332 # side effect of compilation, but ICC will put the dependencies in
25333 # the current directory while Tru64 will put them in the object
25337 am_cv_GCJ_dependencies_compiler_type
=none
25338 if test "$am_compiler_list" = ""; then
25339 am_compiler_list
=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
25341 for depmode
in $am_compiler_list; do
25342 # Setup a source with many dependencies, because some compilers
25343 # like to wrap large dependency lists on column 80 (with \), and
25344 # we should not choose a depcomp mode which is confused by this.
25346 # We need to recreate these files for each test, as the compiler may
25347 # overwrite some of them when testing with obscure command lines.
25348 # This happens at least with the AIX C compiler.
25350 for i
in 1 2 3 4 5 6; do
25351 echo '#include "conftst'$i'.h"' >> sub
/conftest.c
25352 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
25353 # Solaris 8's {/usr,}/bin/sh.
25354 touch sub
/conftst
$i.h
25356 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
25360 # after this tag, mechanisms are not by side-effect, so they'll
25361 # only be used when explicitly requested
25362 if test "x$enable_dependency_tracking" = xyes
; then
25370 # We check with `-c' and `-o' for the sake of the "dashmstdout"
25371 # mode. It turns out that the SunPro C++ compiler does not properly
25372 # handle `-M -o', and we need to detect this.
25373 if depmode
=$depmode \
25374 source=sub
/conftest.c object
=sub
/conftest.
${OBJEXT-o} \
25375 depfile
=sub
/conftest.Po tmpdepfile
=sub
/conftest.TPo \
25376 $SHELL .
/depcomp
$depcc -c -o sub
/conftest.
${OBJEXT-o} sub
/conftest.c \
25377 >/dev
/null
2>conftest.err
&&
25378 grep sub
/conftst6.h sub
/conftest.Po
> /dev
/null
2>&1 &&
25379 grep sub
/conftest.
${OBJEXT-o} sub
/conftest.Po
> /dev
/null
2>&1 &&
25380 ${MAKE-make} -s -f confmf
> /dev
/null
2>&1; then
25381 # icc doesn't choke on unknown options, it will just issue warnings
25382 # or remarks (even with -Werror). So we grep stderr for any message
25383 # that says an option was ignored or not supported.
25384 # When given -MP, icc 7.0 and 7.1 complain thusly:
25385 # icc: Command line warning: ignoring option '-M'; no argument required
25386 # The diagnosis changed in icc 8.0:
25387 # icc: Command line remark: option '-MP' not supported
25388 if (grep 'ignoring option' conftest.err ||
25389 grep 'not supported' conftest.err
) >/dev
/null
2>&1; then :; else
25390 am_cv_GCJ_dependencies_compiler_type
=$depmode
25397 rm -rf conftest.dir
25399 am_cv_GCJ_dependencies_compiler_type
=none
25403 echo "$as_me:$LINENO: result: $am_cv_GCJ_dependencies_compiler_type" >&5
25404 echo "${ECHO_T}$am_cv_GCJ_dependencies_compiler_type" >&6
25405 GCJDEPMODE
=depmode
=$am_cv_GCJ_dependencies_compiler_type
25410 test "x$enable_dependency_tracking" != xno \
25411 && test "$am_cv_GCJ_dependencies_compiler_type" = gcc3
; then
25412 am__fastdepGCJ_TRUE
=
25413 am__fastdepGCJ_FALSE
='#'
25415 am__fastdepGCJ_TRUE
='#'
25416 am__fastdepGCJ_FALSE
=
25423 rm -f gnu
/classpath
/Configuration.java
25425 CPPFLAGS
=$GCJ_SAVE_CPPFLAGS
25427 echo "$as_me:$LINENO: checking for void *" >&5
25428 echo $ECHO_N "checking for void *... $ECHO_C" >&6
25429 if test "${ac_cv_type_void_p+set}" = set; then
25430 echo $ECHO_N "(cached) $ECHO_C" >&6
25432 cat >conftest.
$ac_ext <<_ACEOF
25435 cat confdefs.h
>>conftest.
$ac_ext
25436 cat >>conftest.
$ac_ext <<_ACEOF
25437 /* end confdefs.h. */
25438 $ac_includes_default
25444 if (sizeof (void *))
25450 rm -f conftest.
$ac_objext
25451 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25452 (eval $ac_compile) 2>conftest.er1
25454 grep -v '^ *+' conftest.er1
>conftest.err
25456 cat conftest.err
>&5
25457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25458 (exit $ac_status); } &&
25459 { ac_try
='test -z "$ac_c_werror_flag"
25460 || test ! -s conftest.err'
25461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25462 (eval $ac_try) 2>&5
25464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25465 (exit $ac_status); }; } &&
25466 { ac_try
='test -s conftest.$ac_objext'
25467 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25468 (eval $ac_try) 2>&5
25470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25471 (exit $ac_status); }; }; then
25472 ac_cv_type_void_p
=yes
25474 echo "$as_me: failed program was:" >&5
25475 sed 's/^/| /' conftest.
$ac_ext >&5
25477 ac_cv_type_void_p
=no
25479 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
25481 echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
25482 echo "${ECHO_T}$ac_cv_type_void_p" >&6
25484 echo "$as_me:$LINENO: checking size of void *" >&5
25485 echo $ECHO_N "checking size of void *... $ECHO_C" >&6
25486 if test "${ac_cv_sizeof_void_p+set}" = set; then
25487 echo $ECHO_N "(cached) $ECHO_C" >&6
25489 if test "$ac_cv_type_void_p" = yes; then
25490 # The cast to unsigned long works around a bug in the HP C Compiler
25491 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
25492 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
25493 # This bug is HP SR number 8606223364.
25494 if test "$cross_compiling" = yes; then
25495 # Depending upon the size, compute the lo and hi bounds.
25496 cat >conftest.
$ac_ext <<_ACEOF
25499 cat confdefs.h
>>conftest.
$ac_ext
25500 cat >>conftest.
$ac_ext <<_ACEOF
25501 /* end confdefs.h. */
25502 $ac_includes_default
25506 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)];
25513 rm -f conftest.
$ac_objext
25514 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25515 (eval $ac_compile) 2>conftest.er1
25517 grep -v '^ *+' conftest.er1
>conftest.err
25519 cat conftest.err
>&5
25520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25521 (exit $ac_status); } &&
25522 { ac_try
='test -z "$ac_c_werror_flag"
25523 || test ! -s conftest.err'
25524 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25525 (eval $ac_try) 2>&5
25527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25528 (exit $ac_status); }; } &&
25529 { ac_try
='test -s conftest.$ac_objext'
25530 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25531 (eval $ac_try) 2>&5
25533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25534 (exit $ac_status); }; }; then
25537 cat >conftest.
$ac_ext <<_ACEOF
25540 cat confdefs.h
>>conftest.
$ac_ext
25541 cat >>conftest.
$ac_ext <<_ACEOF
25542 /* end confdefs.h. */
25543 $ac_includes_default
25547 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
25554 rm -f conftest.
$ac_objext
25555 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25556 (eval $ac_compile) 2>conftest.er1
25558 grep -v '^ *+' conftest.er1
>conftest.err
25560 cat conftest.err
>&5
25561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25562 (exit $ac_status); } &&
25563 { ac_try
='test -z "$ac_c_werror_flag"
25564 || test ! -s conftest.err'
25565 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25566 (eval $ac_try) 2>&5
25568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25569 (exit $ac_status); }; } &&
25570 { ac_try
='test -s conftest.$ac_objext'
25571 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25572 (eval $ac_try) 2>&5
25574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25575 (exit $ac_status); }; }; then
25576 ac_hi
=$ac_mid; break
25578 echo "$as_me: failed program was:" >&5
25579 sed 's/^/| /' conftest.
$ac_ext >&5
25581 ac_lo
=`expr $ac_mid + 1`
25582 if test $ac_lo -le $ac_mid; then
25586 ac_mid
=`expr 2 '*' $ac_mid + 1`
25588 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
25591 echo "$as_me: failed program was:" >&5
25592 sed 's/^/| /' conftest.
$ac_ext >&5
25594 cat >conftest.
$ac_ext <<_ACEOF
25597 cat confdefs.h
>>conftest.
$ac_ext
25598 cat >>conftest.
$ac_ext <<_ACEOF
25599 /* end confdefs.h. */
25600 $ac_includes_default
25604 static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)];
25611 rm -f conftest.
$ac_objext
25612 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25613 (eval $ac_compile) 2>conftest.er1
25615 grep -v '^ *+' conftest.er1
>conftest.err
25617 cat conftest.err
>&5
25618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25619 (exit $ac_status); } &&
25620 { ac_try
='test -z "$ac_c_werror_flag"
25621 || test ! -s conftest.err'
25622 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25623 (eval $ac_try) 2>&5
25625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25626 (exit $ac_status); }; } &&
25627 { ac_try
='test -s conftest.$ac_objext'
25628 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25629 (eval $ac_try) 2>&5
25631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25632 (exit $ac_status); }; }; then
25635 cat >conftest.
$ac_ext <<_ACEOF
25638 cat confdefs.h
>>conftest.
$ac_ext
25639 cat >>conftest.
$ac_ext <<_ACEOF
25640 /* end confdefs.h. */
25641 $ac_includes_default
25645 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)];
25652 rm -f conftest.
$ac_objext
25653 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25654 (eval $ac_compile) 2>conftest.er1
25656 grep -v '^ *+' conftest.er1
>conftest.err
25658 cat conftest.err
>&5
25659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25660 (exit $ac_status); } &&
25661 { ac_try
='test -z "$ac_c_werror_flag"
25662 || test ! -s conftest.err'
25663 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25664 (eval $ac_try) 2>&5
25666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25667 (exit $ac_status); }; } &&
25668 { ac_try
='test -s conftest.$ac_objext'
25669 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25670 (eval $ac_try) 2>&5
25672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25673 (exit $ac_status); }; }; then
25674 ac_lo
=$ac_mid; break
25676 echo "$as_me: failed program was:" >&5
25677 sed 's/^/| /' conftest.
$ac_ext >&5
25679 ac_hi
=`expr '(' $ac_mid ')' - 1`
25680 if test $ac_mid -le $ac_hi; then
25684 ac_mid
=`expr 2 '*' $ac_mid`
25686 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
25689 echo "$as_me: failed program was:" >&5
25690 sed 's/^/| /' conftest.
$ac_ext >&5
25694 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
25696 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
25697 # Binary search between lo and hi bounds.
25698 while test "x$ac_lo" != "x$ac_hi"; do
25699 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
25700 cat >conftest.
$ac_ext <<_ACEOF
25703 cat confdefs.h
>>conftest.
$ac_ext
25704 cat >>conftest.
$ac_ext <<_ACEOF
25705 /* end confdefs.h. */
25706 $ac_includes_default
25710 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
25717 rm -f conftest.
$ac_objext
25718 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25719 (eval $ac_compile) 2>conftest.er1
25721 grep -v '^ *+' conftest.er1
>conftest.err
25723 cat conftest.err
>&5
25724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25725 (exit $ac_status); } &&
25726 { ac_try
='test -z "$ac_c_werror_flag"
25727 || test ! -s conftest.err'
25728 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25729 (eval $ac_try) 2>&5
25731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25732 (exit $ac_status); }; } &&
25733 { ac_try
='test -s conftest.$ac_objext'
25734 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25735 (eval $ac_try) 2>&5
25737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25738 (exit $ac_status); }; }; then
25741 echo "$as_me: failed program was:" >&5
25742 sed 's/^/| /' conftest.
$ac_ext >&5
25744 ac_lo
=`expr '(' $ac_mid ')' + 1`
25746 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
25749 ?
*) ac_cv_sizeof_void_p
=$ac_lo;;
25750 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
25751 See \`config.log' for more details." >&5
25752 echo "$as_me: error: cannot compute sizeof (void *), 77
25753 See \`config.log' for more details." >&2;}
25754 { (exit 1); exit 1; }; } ;;
25757 if test "$cross_compiling" = yes; then
25758 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
25759 See \`config.log' for more details." >&5
25760 echo "$as_me: error: cannot run test program while cross compiling
25761 See \`config.log' for more details." >&2;}
25762 { (exit 1); exit 1; }; }
25764 cat >conftest.
$ac_ext <<_ACEOF
25767 cat confdefs.h
>>conftest.
$ac_ext
25768 cat >>conftest.
$ac_ext <<_ACEOF
25769 /* end confdefs.h. */
25770 $ac_includes_default
25771 long longval () { return (long) (sizeof (void *)); }
25772 unsigned long ulongval () { return (long) (sizeof (void *)); }
25774 #include <stdlib.h>
25779 FILE *f = fopen ("conftest.val", "w");
25782 if (((long) (sizeof (void *))) < 0)
25784 long i = longval ();
25785 if (i != ((long) (sizeof (void *))))
25787 fprintf (f, "%ld\n", i);
25791 unsigned long i = ulongval ();
25792 if (i != ((long) (sizeof (void *))))
25794 fprintf (f, "%lu\n", i);
25796 exit (ferror (f) || fclose (f) != 0);
25802 rm -f conftest
$ac_exeext
25803 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25804 (eval $ac_link) 2>&5
25806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25807 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
25808 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25809 (eval $ac_try) 2>&5
25811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25812 (exit $ac_status); }; }; then
25813 ac_cv_sizeof_void_p
=`cat conftest.val`
25815 echo "$as_me: program exited with status $ac_status" >&5
25816 echo "$as_me: failed program was:" >&5
25817 sed 's/^/| /' conftest.
$ac_ext >&5
25819 ( exit $ac_status )
25820 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
25821 See \`config.log' for more details." >&5
25822 echo "$as_me: error: cannot compute sizeof (void *), 77
25823 See \`config.log' for more details." >&2;}
25824 { (exit 1); exit 1; }; }
25826 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
25831 ac_cv_sizeof_void_p
=0
25834 echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
25835 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6
25836 cat >>confdefs.h
<<_ACEOF
25837 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
25842 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
25843 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
25844 if test "${ac_cv_c_bigendian+set}" = set; then
25845 echo $ECHO_N "(cached) $ECHO_C" >&6
25847 # See if sys/param.h defines the BYTE_ORDER macro.
25848 cat >conftest.
$ac_ext <<_ACEOF
25851 cat confdefs.h
>>conftest.
$ac_ext
25852 cat >>conftest.
$ac_ext <<_ACEOF
25853 /* end confdefs.h. */
25854 #include <sys/types.h>
25855 #include <sys/param.h>
25860 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
25861 bogus endian macros
25868 rm -f conftest.
$ac_objext
25869 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25870 (eval $ac_compile) 2>conftest.er1
25872 grep -v '^ *+' conftest.er1
>conftest.err
25874 cat conftest.err
>&5
25875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25876 (exit $ac_status); } &&
25877 { ac_try
='test -z "$ac_c_werror_flag"
25878 || test ! -s conftest.err'
25879 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25880 (eval $ac_try) 2>&5
25882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25883 (exit $ac_status); }; } &&
25884 { ac_try
='test -s conftest.$ac_objext'
25885 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25886 (eval $ac_try) 2>&5
25888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25889 (exit $ac_status); }; }; then
25890 # It does; now see whether it defined to BIG_ENDIAN or not.
25891 cat >conftest.
$ac_ext <<_ACEOF
25894 cat confdefs.h
>>conftest.
$ac_ext
25895 cat >>conftest.
$ac_ext <<_ACEOF
25896 /* end confdefs.h. */
25897 #include <sys/types.h>
25898 #include <sys/param.h>
25903 #if BYTE_ORDER != BIG_ENDIAN
25911 rm -f conftest.
$ac_objext
25912 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25913 (eval $ac_compile) 2>conftest.er1
25915 grep -v '^ *+' conftest.er1
>conftest.err
25917 cat conftest.err
>&5
25918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25919 (exit $ac_status); } &&
25920 { ac_try
='test -z "$ac_c_werror_flag"
25921 || test ! -s conftest.err'
25922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25923 (eval $ac_try) 2>&5
25925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25926 (exit $ac_status); }; } &&
25927 { ac_try
='test -s conftest.$ac_objext'
25928 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25929 (eval $ac_try) 2>&5
25931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25932 (exit $ac_status); }; }; then
25933 ac_cv_c_bigendian
=yes
25935 echo "$as_me: failed program was:" >&5
25936 sed 's/^/| /' conftest.
$ac_ext >&5
25938 ac_cv_c_bigendian
=no
25940 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
25942 echo "$as_me: failed program was:" >&5
25943 sed 's/^/| /' conftest.
$ac_ext >&5
25945 # It does not; compile a test program.
25946 if test "$cross_compiling" = yes; then
25947 # try to guess the endianness by grepping values into an object file
25948 ac_cv_c_bigendian
=unknown
25949 cat >conftest.
$ac_ext <<_ACEOF
25952 cat confdefs.h
>>conftest.
$ac_ext
25953 cat >>conftest.
$ac_ext <<_ACEOF
25954 /* end confdefs.h. */
25955 short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
25956 short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
25957 void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }
25958 short ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
25959 short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
25960 void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }
25964 _ascii (); _ebcdic ();
25969 rm -f conftest.
$ac_objext
25970 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
25971 (eval $ac_compile) 2>conftest.er1
25973 grep -v '^ *+' conftest.er1
>conftest.err
25975 cat conftest.err
>&5
25976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25977 (exit $ac_status); } &&
25978 { ac_try
='test -z "$ac_c_werror_flag"
25979 || test ! -s conftest.err'
25980 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25981 (eval $ac_try) 2>&5
25983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25984 (exit $ac_status); }; } &&
25985 { ac_try
='test -s conftest.$ac_objext'
25986 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25987 (eval $ac_try) 2>&5
25989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25990 (exit $ac_status); }; }; then
25991 if grep BIGenDianSyS conftest.
$ac_objext >/dev
/null
; then
25992 ac_cv_c_bigendian
=yes
25994 if grep LiTTleEnDian conftest.
$ac_objext >/dev
/null
; then
25995 if test "$ac_cv_c_bigendian" = unknown
; then
25996 ac_cv_c_bigendian
=no
25998 # finding both strings is unlikely to happen, but who knows?
25999 ac_cv_c_bigendian
=unknown
26003 echo "$as_me: failed program was:" >&5
26004 sed 's/^/| /' conftest.
$ac_ext >&5
26007 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
26009 cat >conftest.
$ac_ext <<_ACEOF
26012 cat confdefs.h
>>conftest.
$ac_ext
26013 cat >>conftest.
$ac_ext <<_ACEOF
26014 /* end confdefs.h. */
26018 /* Are we little or big endian? From Harbison&Steele. */
26022 char c[sizeof (long)];
26025 exit (u.c[sizeof (long) - 1] == 1);
26028 rm -f conftest
$ac_exeext
26029 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26030 (eval $ac_link) 2>&5
26032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26033 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
26034 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26035 (eval $ac_try) 2>&5
26037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26038 (exit $ac_status); }; }; then
26039 ac_cv_c_bigendian
=no
26041 echo "$as_me: program exited with status $ac_status" >&5
26042 echo "$as_me: failed program was:" >&5
26043 sed 's/^/| /' conftest.
$ac_ext >&5
26045 ( exit $ac_status )
26046 ac_cv_c_bigendian
=yes
26048 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
26051 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
26053 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
26054 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
26055 case $ac_cv_c_bigendian in
26058 cat >>confdefs.h
<<\_ACEOF
26059 #define WORDS_BIGENDIAN 1
26065 { { echo "$as_me:$LINENO: error: unknown endianness
26066 presetting ac_cv_c_bigendian=no (or yes) will help" >&5
26067 echo "$as_me: error: unknown endianness
26068 presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
26069 { (exit 1); exit 1; }; } ;;
26077 if test -z "$ZLIBSPEC"; then
26078 # Use zlib from the GCC tree.
26079 ZINCS
='-I$(top_srcdir)/../zlib'
26080 ZLIBS
=..
/zlib
/libzgcj_convenience.la
26083 SYS_ZLIBS
="$ZLIBSPEC"
26096 if test "$NATIVE" = yes; then
26106 if test "$enable_shared" = yes; then
26107 ENABLE_SHARED_TRUE
=
26108 ENABLE_SHARED_FALSE
='#'
26110 ENABLE_SHARED_TRUE
='#'
26111 ENABLE_SHARED_FALSE
=
26116 if test "$NEEDS_DATA_START" = yes && test "$NATIVE" = yes; then
26117 NEEDS_DATA_START_TRUE
=
26118 NEEDS_DATA_START_FALSE
='#'
26120 NEEDS_DATA_START_TRUE
='#'
26121 NEEDS_DATA_START_FALSE
=
26126 # Process the option "--enable-version-specific-runtime-libs"
26127 # Calculate toolexeclibdir
26128 case ${version_specific_libs} in
26130 # Need the gcc compiler version to know where to install libraries
26131 # and header files if --enable-version-specific-runtime-libs option
26133 includedir
='$(libdir)/gcc/$(target_noncanonical)/$(gcc_version)/include/'
26134 toolexecdir
='$(libdir)/gcc/$(target_noncanonical)'
26135 toolexecmainlibdir
='$(toolexecdir)/$(gcc_version)$(MULTISUBDIR)'
26136 toolexeclibdir
=$toolexecmainlibdir
26139 if test -n "$with_cross_host" &&
26140 test x
"$with_cross_host" != x
"no"; then
26141 # Install a library built with a cross compiler in tooldir, not libdir.
26142 toolexecdir
='$(exec_prefix)/$(target_noncanonical)'
26143 toolexecmainlibdir
='$(toolexecdir)/lib'
26145 toolexecdir
='$(libdir)/gcc-lib/$(target_noncanonical)'
26146 toolexecmainlibdir
='$(libdir)'
26148 multi_os_directory
=`$CC -print-multi-os-directory`
26149 case $multi_os_directory in
26150 .
) toolexeclibdir
=$toolexecmainlibdir ;; # Avoid trailing /.
26151 *) toolexeclibdir
=$toolexecmainlibdir/$multi_os_directory ;;
26159 # Determine where the standard .db file and GNU Classpath JNI
26160 # libraries are found.
26161 multi_os_directory
=`$CC -print-multi-os-directory`
26162 case $multi_os_directory in
26164 dbexecdir
='$(libdir)/gcj-$(gcc_version)' # Avoid /.
26167 dbexecdir
='$(libdir)/'$multi_os_directory'/gcj-$(gcc_version)'
26172 # Determine gcj version number.
26173 gcjversion
=`$GCJ -v 2>&1 | sed -n 's/^.*version \([^ ]*\).*$/\1/p'`
26174 GCJVERSION
=$gcjversion
26177 cat >>confdefs.h
<<_ACEOF
26178 #define GCJVERSION "$GCJVERSION"
26183 cat >>confdefs.h
<<\_ACEOF
26184 #define JV_VERSION "1.5.0"
26188 cat >>confdefs.h
<<\_ACEOF
26189 #define JV_API_VERSION "1.5"
26194 case "${with_gxx_include_dir}" in
26196 { { echo "$as_me:$LINENO: error: --with-gxx-include-dir=[dir] requires a directory" >&5
26197 echo "$as_me: error: --with-gxx-include-dir=[dir] requires a directory" >&2;}
26198 { (exit 1); exit 1; }; }
26201 case "${enable_version_specific_runtime_libs}" in
26202 yes) gxx_include_dir
='$(libsubdir)/include/c++' ;;
26204 libstdcxx_incdir
='c++/$(gcc_version)'
26205 gxx_include_dir
='include/$(libstdcxx_incdir)'
26206 if test -n "$with_cross_host" &&
26207 test x
"$with_cross_host" != x
"no"; then
26208 gxx_include_dir
='${prefix}/${target_alias}/'"$gxx_include_dir"
26210 gxx_include_dir
='${prefix}/'"$gxx_include_dir"
26213 *) gxx_include_dir
=${with_gxx_include_dir} ;;
26219 # We check for sys/filio.h because Solaris 2.5 defines FIONREAD there.
26220 # On that system, sys/ioctl.h will not include sys/filio.h unless
26221 # BSD_COMP is defined; just including sys/filio.h is simpler.
26222 # We avoid AC_HEADER_DIRENT since we really only care about dirent.h
26223 # for now. If you change this, you also must update natFile.cc.
26247 for ac_header
in unistd.h bstring.h sys
/time.h sys
/types.h fcntl.h \
26248 sys
/ioctl.h sys
/filio.h sys
/stat.h sys
/select.h \
26249 sys
/socket.h netinet
/in.h arpa
/inet.h netdb.h net
/if.h \
26250 pwd.h sys
/config.h stdint.h langinfo.h locale.h \
26251 dirent.h sys
/rw_lock.h magic.h ifaddrs.h
26253 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
26254 if eval "test \"\${$as_ac_Header+set}\" = set"; then
26255 echo "$as_me:$LINENO: checking for $ac_header" >&5
26256 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
26257 if eval "test \"\${$as_ac_Header+set}\" = set"; then
26258 echo $ECHO_N "(cached) $ECHO_C" >&6
26260 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
26261 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
26263 # Is the header compilable?
26264 echo "$as_me:$LINENO: checking $ac_header usability" >&5
26265 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
26266 cat >conftest.
$ac_ext <<_ACEOF
26269 cat confdefs.h
>>conftest.
$ac_ext
26270 cat >>conftest.
$ac_ext <<_ACEOF
26271 /* end confdefs.h. */
26272 $ac_includes_default
26273 #include <$ac_header>
26275 rm -f conftest.
$ac_objext
26276 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26277 (eval $ac_compile) 2>conftest.er1
26279 grep -v '^ *+' conftest.er1
>conftest.err
26281 cat conftest.err
>&5
26282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26283 (exit $ac_status); } &&
26284 { ac_try
='test -z "$ac_c_werror_flag"
26285 || test ! -s conftest.err'
26286 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26287 (eval $ac_try) 2>&5
26289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26290 (exit $ac_status); }; } &&
26291 { ac_try
='test -s conftest.$ac_objext'
26292 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26293 (eval $ac_try) 2>&5
26295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26296 (exit $ac_status); }; }; then
26297 ac_header_compiler
=yes
26299 echo "$as_me: failed program was:" >&5
26300 sed 's/^/| /' conftest.
$ac_ext >&5
26302 ac_header_compiler
=no
26304 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
26305 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
26306 echo "${ECHO_T}$ac_header_compiler" >&6
26308 # Is the header present?
26309 echo "$as_me:$LINENO: checking $ac_header presence" >&5
26310 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
26311 cat >conftest.
$ac_ext <<_ACEOF
26314 cat confdefs.h
>>conftest.
$ac_ext
26315 cat >>conftest.
$ac_ext <<_ACEOF
26316 /* end confdefs.h. */
26317 #include <$ac_header>
26319 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
26320 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
26322 grep -v '^ *+' conftest.er1
>conftest.err
26324 cat conftest.err
>&5
26325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26326 (exit $ac_status); } >/dev
/null
; then
26327 if test -s conftest.err
; then
26328 ac_cpp_err
=$ac_c_preproc_warn_flag
26329 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
26336 if test -z "$ac_cpp_err"; then
26337 ac_header_preproc
=yes
26339 echo "$as_me: failed program was:" >&5
26340 sed 's/^/| /' conftest.
$ac_ext >&5
26342 ac_header_preproc
=no
26344 rm -f conftest.err conftest.
$ac_ext
26345 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
26346 echo "${ECHO_T}$ac_header_preproc" >&6
26348 # So? What about this header?
26349 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
26351 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
26352 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
26353 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
26354 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
26355 ac_header_preproc
=yes
26358 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
26359 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
26360 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
26361 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
26362 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
26363 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
26364 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
26365 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
26366 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
26367 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
26368 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
26369 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
26372 ## ---------------------------------- ##
26373 ## Report this to the libjava lists. ##
26374 ## ---------------------------------- ##
26377 sed "s/^/$as_me: WARNING: /" >&2
26380 echo "$as_me:$LINENO: checking for $ac_header" >&5
26381 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
26382 if eval "test \"\${$as_ac_Header+set}\" = set"; then
26383 echo $ECHO_N "(cached) $ECHO_C" >&6
26385 eval "$as_ac_Header=\$ac_header_preproc"
26387 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
26388 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
26391 if test `eval echo '${'$as_ac_Header'}'` = yes; then
26392 cat >>confdefs.h
<<_ACEOF
26393 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
26401 for ac_header
in inttypes.h
26403 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
26404 if eval "test \"\${$as_ac_Header+set}\" = set"; then
26405 echo "$as_me:$LINENO: checking for $ac_header" >&5
26406 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
26407 if eval "test \"\${$as_ac_Header+set}\" = set"; then
26408 echo $ECHO_N "(cached) $ECHO_C" >&6
26410 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
26411 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
26413 # Is the header compilable?
26414 echo "$as_me:$LINENO: checking $ac_header usability" >&5
26415 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
26416 cat >conftest.
$ac_ext <<_ACEOF
26419 cat confdefs.h
>>conftest.
$ac_ext
26420 cat >>conftest.
$ac_ext <<_ACEOF
26421 /* end confdefs.h. */
26422 $ac_includes_default
26423 #include <$ac_header>
26425 rm -f conftest.
$ac_objext
26426 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26427 (eval $ac_compile) 2>conftest.er1
26429 grep -v '^ *+' conftest.er1
>conftest.err
26431 cat conftest.err
>&5
26432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26433 (exit $ac_status); } &&
26434 { ac_try
='test -z "$ac_c_werror_flag"
26435 || test ! -s conftest.err'
26436 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26437 (eval $ac_try) 2>&5
26439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26440 (exit $ac_status); }; } &&
26441 { ac_try
='test -s conftest.$ac_objext'
26442 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26443 (eval $ac_try) 2>&5
26445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26446 (exit $ac_status); }; }; then
26447 ac_header_compiler
=yes
26449 echo "$as_me: failed program was:" >&5
26450 sed 's/^/| /' conftest.
$ac_ext >&5
26452 ac_header_compiler
=no
26454 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
26455 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
26456 echo "${ECHO_T}$ac_header_compiler" >&6
26458 # Is the header present?
26459 echo "$as_me:$LINENO: checking $ac_header presence" >&5
26460 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
26461 cat >conftest.
$ac_ext <<_ACEOF
26464 cat confdefs.h
>>conftest.
$ac_ext
26465 cat >>conftest.
$ac_ext <<_ACEOF
26466 /* end confdefs.h. */
26467 #include <$ac_header>
26469 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
26470 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
26472 grep -v '^ *+' conftest.er1
>conftest.err
26474 cat conftest.err
>&5
26475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26476 (exit $ac_status); } >/dev
/null
; then
26477 if test -s conftest.err
; then
26478 ac_cpp_err
=$ac_c_preproc_warn_flag
26479 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
26486 if test -z "$ac_cpp_err"; then
26487 ac_header_preproc
=yes
26489 echo "$as_me: failed program was:" >&5
26490 sed 's/^/| /' conftest.
$ac_ext >&5
26492 ac_header_preproc
=no
26494 rm -f conftest.err conftest.
$ac_ext
26495 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
26496 echo "${ECHO_T}$ac_header_preproc" >&6
26498 # So? What about this header?
26499 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
26501 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
26502 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
26503 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
26504 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
26505 ac_header_preproc
=yes
26508 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
26509 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
26510 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
26511 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
26512 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
26513 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
26514 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
26515 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
26516 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
26517 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
26518 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
26519 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
26522 ## ---------------------------------- ##
26523 ## Report this to the libjava lists. ##
26524 ## ---------------------------------- ##
26527 sed "s/^/$as_me: WARNING: /" >&2
26530 echo "$as_me:$LINENO: checking for $ac_header" >&5
26531 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
26532 if eval "test \"\${$as_ac_Header+set}\" = set"; then
26533 echo $ECHO_N "(cached) $ECHO_C" >&6
26535 eval "$as_ac_Header=\$ac_header_preproc"
26537 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
26538 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
26541 if test `eval echo '${'$as_ac_Header'}'` = yes; then
26542 cat >>confdefs.h
<<_ACEOF
26543 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
26547 cat >>confdefs.h
<<\_ACEOF
26548 #define HAVE_INTTYPES_H 1
26552 cat >>confdefs.h
<<\_ACEOF
26553 #define JV_HAVE_INTTYPES_H 1
26562 echo "$as_me:$LINENO: checking for ssize_t" >&5
26563 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6
26564 if test "${ac_cv_type_ssize_t+set}" = set; then
26565 echo $ECHO_N "(cached) $ECHO_C" >&6
26567 cat >conftest.
$ac_ext <<_ACEOF
26570 cat confdefs.h
>>conftest.
$ac_ext
26571 cat >>conftest.
$ac_ext <<_ACEOF
26572 /* end confdefs.h. */
26573 $ac_includes_default
26579 if (sizeof (ssize_t))
26585 rm -f conftest.
$ac_objext
26586 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26587 (eval $ac_compile) 2>conftest.er1
26589 grep -v '^ *+' conftest.er1
>conftest.err
26591 cat conftest.err
>&5
26592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26593 (exit $ac_status); } &&
26594 { ac_try
='test -z "$ac_c_werror_flag"
26595 || test ! -s conftest.err'
26596 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26597 (eval $ac_try) 2>&5
26599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26600 (exit $ac_status); }; } &&
26601 { ac_try
='test -s conftest.$ac_objext'
26602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26603 (eval $ac_try) 2>&5
26605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26606 (exit $ac_status); }; }; then
26607 ac_cv_type_ssize_t
=yes
26609 echo "$as_me: failed program was:" >&5
26610 sed 's/^/| /' conftest.
$ac_ext >&5
26612 ac_cv_type_ssize_t
=no
26614 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
26616 echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
26617 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6
26618 if test $ac_cv_type_ssize_t = yes; then
26622 cat >>confdefs.h
<<_ACEOF
26623 #define ssize_t int
26628 echo "$as_me:$LINENO: checking for magic_t" >&5
26629 echo $ECHO_N "checking for magic_t... $ECHO_C" >&6
26630 if test "${ac_cv_type_magic_t+set}" = set; then
26631 echo $ECHO_N "(cached) $ECHO_C" >&6
26633 cat >conftest.
$ac_ext <<_ACEOF
26636 cat confdefs.h
>>conftest.
$ac_ext
26637 cat >>conftest.
$ac_ext <<_ACEOF
26638 /* end confdefs.h. */
26640 #ifdef HAVE_MAGIC_H
26649 if (sizeof (magic_t))
26655 rm -f conftest.
$ac_objext
26656 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26657 (eval $ac_compile) 2>conftest.er1
26659 grep -v '^ *+' conftest.er1
>conftest.err
26661 cat conftest.err
>&5
26662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26663 (exit $ac_status); } &&
26664 { ac_try
='test -z "$ac_c_werror_flag"
26665 || test ! -s conftest.err'
26666 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26667 (eval $ac_try) 2>&5
26669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26670 (exit $ac_status); }; } &&
26671 { ac_try
='test -s conftest.$ac_objext'
26672 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26673 (eval $ac_try) 2>&5
26675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26676 (exit $ac_status); }; }; then
26677 ac_cv_type_magic_t
=yes
26679 echo "$as_me: failed program was:" >&5
26680 sed 's/^/| /' conftest.
$ac_ext >&5
26682 ac_cv_type_magic_t
=no
26684 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
26686 echo "$as_me:$LINENO: result: $ac_cv_type_magic_t" >&5
26687 echo "${ECHO_T}$ac_cv_type_magic_t" >&6
26688 if test $ac_cv_type_magic_t = yes; then
26691 cat >>confdefs.h
<<\_ACEOF
26692 #define HAVE_MAGIC_T 1
26698 echo "$as_me:$LINENO: checking for in_addr_t" >&5
26699 echo $ECHO_N "checking for in_addr_t... $ECHO_C" >&6
26700 cat >conftest.
$ac_ext <<_ACEOF
26703 cat confdefs.h
>>conftest.
$ac_ext
26704 cat >>conftest.
$ac_ext <<_ACEOF
26705 /* end confdefs.h. */
26706 #include <sys/types.h>
26708 #include <stdlib.h>
26709 #include <stddef.h>
26711 #if HAVE_NETINET_IN_H
26712 #include <netinet/in.h>
26722 rm -f conftest.
$ac_objext
26723 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26724 (eval $ac_compile) 2>conftest.er1
26726 grep -v '^ *+' conftest.er1
>conftest.err
26728 cat conftest.err
>&5
26729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26730 (exit $ac_status); } &&
26731 { ac_try
='test -z "$ac_c_werror_flag"
26732 || test ! -s conftest.err'
26733 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26734 (eval $ac_try) 2>&5
26736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26737 (exit $ac_status); }; } &&
26738 { ac_try
='test -s conftest.$ac_objext'
26739 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26740 (eval $ac_try) 2>&5
26742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26743 (exit $ac_status); }; }; then
26745 cat >>confdefs.h
<<\_ACEOF
26746 #define HAVE_IN_ADDR_T 1
26749 echo "$as_me:$LINENO: result: yes" >&5
26750 echo "${ECHO_T}yes" >&6
26752 echo "$as_me: failed program was:" >&5
26753 sed 's/^/| /' conftest.
$ac_ext >&5
26755 echo "$as_me:$LINENO: result: no" >&5
26756 echo "${ECHO_T}no" >&6
26758 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
26760 echo "$as_me:$LINENO: checking whether struct ip_mreq is in netinet/in.h" >&5
26761 echo $ECHO_N "checking whether struct ip_mreq is in netinet/in.h... $ECHO_C" >&6
26762 cat >conftest.
$ac_ext <<_ACEOF
26765 cat confdefs.h
>>conftest.
$ac_ext
26766 cat >>conftest.
$ac_ext <<_ACEOF
26767 /* end confdefs.h. */
26768 #include <netinet/in.h>
26772 struct ip_mreq mreq;
26777 rm -f conftest.
$ac_objext
26778 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26779 (eval $ac_compile) 2>conftest.er1
26781 grep -v '^ *+' conftest.er1
>conftest.err
26783 cat conftest.err
>&5
26784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26785 (exit $ac_status); } &&
26786 { ac_try
='test -z "$ac_c_werror_flag"
26787 || test ! -s conftest.err'
26788 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26789 (eval $ac_try) 2>&5
26791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26792 (exit $ac_status); }; } &&
26793 { ac_try
='test -s conftest.$ac_objext'
26794 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26795 (eval $ac_try) 2>&5
26797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26798 (exit $ac_status); }; }; then
26800 cat >>confdefs.h
<<\_ACEOF
26801 #define HAVE_STRUCT_IP_MREQ 1
26804 echo "$as_me:$LINENO: result: yes" >&5
26805 echo "${ECHO_T}yes" >&6
26807 echo "$as_me: failed program was:" >&5
26808 sed 's/^/| /' conftest.
$ac_ext >&5
26810 echo "$as_me:$LINENO: result: no" >&5
26811 echo "${ECHO_T}no" >&6
26813 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
26815 echo "$as_me:$LINENO: checking whether struct ipv6_mreq is in netinet/in.h" >&5
26816 echo $ECHO_N "checking whether struct ipv6_mreq is in netinet/in.h... $ECHO_C" >&6
26817 cat >conftest.
$ac_ext <<_ACEOF
26820 cat confdefs.h
>>conftest.
$ac_ext
26821 cat >>conftest.
$ac_ext <<_ACEOF
26822 /* end confdefs.h. */
26823 #include <netinet/in.h>
26827 struct ipv6_mreq mreq6;
26832 rm -f conftest.
$ac_objext
26833 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26834 (eval $ac_compile) 2>conftest.er1
26836 grep -v '^ *+' conftest.er1
>conftest.err
26838 cat conftest.err
>&5
26839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26840 (exit $ac_status); } &&
26841 { ac_try
='test -z "$ac_c_werror_flag"
26842 || test ! -s conftest.err'
26843 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26844 (eval $ac_try) 2>&5
26846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26847 (exit $ac_status); }; } &&
26848 { ac_try
='test -s conftest.$ac_objext'
26849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26850 (eval $ac_try) 2>&5
26852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26853 (exit $ac_status); }; }; then
26855 cat >>confdefs.h
<<\_ACEOF
26856 #define HAVE_STRUCT_IPV6_MREQ 1
26859 echo "$as_me:$LINENO: result: yes" >&5
26860 echo "${ECHO_T}yes" >&6
26862 echo "$as_me: failed program was:" >&5
26863 sed 's/^/| /' conftest.
$ac_ext >&5
26865 echo "$as_me:$LINENO: result: no" >&5
26866 echo "${ECHO_T}no" >&6
26868 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
26870 echo "$as_me:$LINENO: checking whether struct sockaddr_in6 is in netinet/in.h" >&5
26871 echo $ECHO_N "checking whether struct sockaddr_in6 is in netinet/in.h... $ECHO_C" >&6
26872 cat >conftest.
$ac_ext <<_ACEOF
26875 cat confdefs.h
>>conftest.
$ac_ext
26876 cat >>conftest.
$ac_ext <<_ACEOF
26877 /* end confdefs.h. */
26878 #include <netinet/in.h>
26882 struct sockaddr_in6 addr6;
26887 rm -f conftest.
$ac_objext
26888 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26889 (eval $ac_compile) 2>conftest.er1
26891 grep -v '^ *+' conftest.er1
>conftest.err
26893 cat conftest.err
>&5
26894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26895 (exit $ac_status); } &&
26896 { ac_try
='test -z "$ac_c_werror_flag"
26897 || test ! -s conftest.err'
26898 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26899 (eval $ac_try) 2>&5
26901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26902 (exit $ac_status); }; } &&
26903 { ac_try
='test -s conftest.$ac_objext'
26904 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26905 (eval $ac_try) 2>&5
26907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26908 (exit $ac_status); }; }; then
26910 cat >>confdefs.h
<<\_ACEOF
26911 #define HAVE_INET6 1
26914 echo "$as_me:$LINENO: result: yes" >&5
26915 echo "${ECHO_T}yes" >&6
26917 echo "$as_me: failed program was:" >&5
26918 sed 's/^/| /' conftest.
$ac_ext >&5
26920 echo "$as_me:$LINENO: result: no" >&5
26921 echo "${ECHO_T}no" >&6
26923 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
26925 echo "$as_me:$LINENO: checking for socklen_t in sys/socket.h" >&5
26926 echo $ECHO_N "checking for socklen_t in sys/socket.h... $ECHO_C" >&6
26927 cat >conftest.
$ac_ext <<_ACEOF
26930 cat confdefs.h
>>conftest.
$ac_ext
26931 cat >>conftest.
$ac_ext <<_ACEOF
26932 /* end confdefs.h. */
26933 #define _POSIX_PII_SOCKET
26934 #include <sys/types.h>
26935 #include <sys/socket.h>
26944 rm -f conftest.
$ac_objext
26945 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
26946 (eval $ac_compile) 2>conftest.er1
26948 grep -v '^ *+' conftest.er1
>conftest.err
26950 cat conftest.err
>&5
26951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26952 (exit $ac_status); } &&
26953 { ac_try
='test -z "$ac_c_werror_flag"
26954 || test ! -s conftest.err'
26955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26956 (eval $ac_try) 2>&5
26958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26959 (exit $ac_status); }; } &&
26960 { ac_try
='test -s conftest.$ac_objext'
26961 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26962 (eval $ac_try) 2>&5
26964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26965 (exit $ac_status); }; }; then
26967 cat >>confdefs.h
<<\_ACEOF
26968 #define HAVE_SOCKLEN_T 1
26971 echo "$as_me:$LINENO: result: yes" >&5
26972 echo "${ECHO_T}yes" >&6
26974 echo "$as_me: failed program was:" >&5
26975 sed 's/^/| /' conftest.
$ac_ext >&5
26977 echo "$as_me:$LINENO: result: no" >&5
26978 echo "${ECHO_T}no" >&6
26980 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
26982 echo "$as_me:$LINENO: checking for tm_gmtoff in struct tm" >&5
26983 echo $ECHO_N "checking for tm_gmtoff in struct tm... $ECHO_C" >&6
26984 cat >conftest.
$ac_ext <<_ACEOF
26987 cat confdefs.h
>>conftest.
$ac_ext
26988 cat >>conftest.
$ac_ext <<_ACEOF
26989 /* end confdefs.h. */
26994 struct tm tim; tim.tm_gmtoff = 0;
26999 rm -f conftest.
$ac_objext
27000 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27001 (eval $ac_compile) 2>conftest.er1
27003 grep -v '^ *+' conftest.er1
>conftest.err
27005 cat conftest.err
>&5
27006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27007 (exit $ac_status); } &&
27008 { ac_try
='test -z "$ac_c_werror_flag"
27009 || test ! -s conftest.err'
27010 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27011 (eval $ac_try) 2>&5
27013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27014 (exit $ac_status); }; } &&
27015 { ac_try
='test -s conftest.$ac_objext'
27016 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27017 (eval $ac_try) 2>&5
27019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27020 (exit $ac_status); }; }; then
27022 cat >>confdefs.h
<<\_ACEOF
27023 #define STRUCT_TM_HAS_GMTOFF 1
27026 echo "$as_me:$LINENO: result: yes" >&5
27027 echo "${ECHO_T}yes" >&6
27029 echo "$as_me: failed program was:" >&5
27030 sed 's/^/| /' conftest.
$ac_ext >&5
27032 echo "$as_me:$LINENO: result: no" >&5
27033 echo "${ECHO_T}no" >&6
27034 echo "$as_me:$LINENO: checking for global timezone variable" >&5
27035 echo $ECHO_N "checking for global timezone variable... $ECHO_C" >&6
27036 cat >conftest.
$ac_ext <<_ACEOF
27039 cat confdefs.h
>>conftest.
$ac_ext
27040 cat >>conftest.
$ac_ext <<_ACEOF
27041 /* end confdefs.h. */
27046 void i(){long z2 = 2*timezone;}
27051 rm -f conftest.
$ac_objext
27052 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27053 (eval $ac_compile) 2>conftest.er1
27055 grep -v '^ *+' conftest.er1
>conftest.err
27057 cat conftest.err
>&5
27058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27059 (exit $ac_status); } &&
27060 { ac_try
='test -z "$ac_c_werror_flag"
27061 || test ! -s conftest.err'
27062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27063 (eval $ac_try) 2>&5
27065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27066 (exit $ac_status); }; } &&
27067 { ac_try
='test -s conftest.$ac_objext'
27068 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27069 (eval $ac_try) 2>&5
27071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27072 (exit $ac_status); }; }; then
27074 cat >>confdefs.h
<<\_ACEOF
27075 #define HAVE_TIMEZONE 1
27078 echo "$as_me:$LINENO: result: yes" >&5
27079 echo "${ECHO_T}yes" >&6
27081 echo "$as_me: failed program was:" >&5
27082 sed 's/^/| /' conftest.
$ac_ext >&5
27084 echo "$as_me:$LINENO: result: no" >&5
27085 echo "${ECHO_T}no" >&6
27086 echo "$as_me:$LINENO: checking for global _timezone variable" >&5
27087 echo $ECHO_N "checking for global _timezone variable... $ECHO_C" >&6
27088 cat >conftest.
$ac_ext <<_ACEOF
27091 cat confdefs.h
>>conftest.
$ac_ext
27092 cat >>conftest.
$ac_ext <<_ACEOF
27093 /* end confdefs.h. */
27098 long z2 = _timezone;
27103 rm -f conftest.
$ac_objext
27104 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
27105 (eval $ac_compile) 2>conftest.er1
27107 grep -v '^ *+' conftest.er1
>conftest.err
27109 cat conftest.err
>&5
27110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27111 (exit $ac_status); } &&
27112 { ac_try
='test -z "$ac_c_werror_flag"
27113 || test ! -s conftest.err'
27114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27115 (eval $ac_try) 2>&5
27117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27118 (exit $ac_status); }; } &&
27119 { ac_try
='test -s conftest.$ac_objext'
27120 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27121 (eval $ac_try) 2>&5
27123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27124 (exit $ac_status); }; }; then
27126 cat >>confdefs.h
<<\_ACEOF
27127 #define HAVE_UNDERSCORE_TIMEZONE 1
27130 echo "$as_me:$LINENO: result: yes" >&5
27131 echo "${ECHO_T}yes" >&6
27133 echo "$as_me: failed program was:" >&5
27134 sed 's/^/| /' conftest.
$ac_ext >&5
27136 echo "$as_me:$LINENO: result: no" >&5
27137 echo "${ECHO_T}no" >&6
27139 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
27141 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
27143 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
27145 for ac_prog
in perl
27147 # Extract the first word of "$ac_prog", so it can be a program name with args.
27148 set dummy
$ac_prog; ac_word
=$2
27149 echo "$as_me:$LINENO: checking for $ac_word" >&5
27150 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
27151 if test "${ac_cv_prog_PERL+set}" = set; then
27152 echo $ECHO_N "(cached) $ECHO_C" >&6
27154 if test -n "$PERL"; then
27155 ac_cv_prog_PERL
="$PERL" # Let the user override the test.
27157 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
27158 for as_dir
in $PATH
27161 test -z "$as_dir" && as_dir
=.
27162 for ac_exec_ext
in '' $ac_executable_extensions; do
27163 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
27164 ac_cv_prog_PERL
="$ac_prog"
27165 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
27173 PERL
=$ac_cv_prog_PERL
27174 if test -n "$PERL"; then
27175 echo "$as_me:$LINENO: result: $PERL" >&5
27176 echo "${ECHO_T}$PERL" >&6
27178 echo "$as_me:$LINENO: result: no" >&5
27179 echo "${ECHO_T}no" >&6
27182 test -n "$PERL" && break
27184 test -n "$PERL" || PERL
="false"
27188 SIGNAL_HANDLER_AUX
=
27192 SIGNAL_HANDLER
=include
/i386-signal.h
27194 sparc
*-sun-solaris*)
27195 SIGNAL_HANDLER
=include
/sparc-signal.h
27198 # SYSDEP_SOURCES=sysdep/ia64.c
27199 # test -d sysdep || mkdir sysdep
27202 SIGNAL_HANDLER
=include
/pa-signal.h
27205 SIGNAL_HANDLER
=include
/hppa-signal.h
27208 SIGNAL_HANDLER
=include
/dwarf2-signal.h
27211 SIGNAL_HANDLER
=include
/powerpc-signal.h
27214 SIGNAL_HANDLER
=include
/dwarf2-signal.h
27217 SIGNAL_HANDLER
=include
/s390-signal.h
27220 SIGNAL_HANDLER
=include
/x86_64-signal.h
27221 SIGNAL_HANDLER_AUX
=include
/i386-signal.h
27224 SIGNAL_HANDLER
=include
/dwarf2-signal.h
27227 SIGNAL_HANDLER
=include
/sh-signal.h
27230 SIGNAL_HANDLER
=include
/win32-signal.h
27233 SIGNAL_HANDLER
=include
/mips-signal.h
27235 powerpc
*-*-darwin*)
27236 SIGNAL_HANDLER
=include
/darwin-signal.h
27239 SIGNAL_HANDLER
=include
/default-signal.h
27243 # If we're using sjlj exceptions, forget what we just learned.
27244 if test "$enable_sjlj_exceptions" = yes; then
27245 SIGNAL_HANDLER
=include
/default-signal.h
27246 SIGNAL_HANDLER_AUX
=
27251 if test -z "$SIGNAL_HANDLER_AUX"; then
27252 SIGNAL_HANDLER_AUX
=$SIGNAL_HANDLER
27255 ac_config_links
="$ac_config_links include/java-signal.h:$SIGNAL_HANDLER include/java-signal-aux.h:$SIGNAL_HANDLER_AUX"
27258 if test "${multilib}" = "yes"; then
27259 multilib_arg
="--enable-multilib"
27264 # See if we support thread-local storage.
27266 # Check whether --enable-tls or --disable-tls was given.
27267 if test "${enable_tls+set}" = set; then
27268 enableval
="$enable_tls"
27270 case "$enableval" in
27272 *) { { echo "$as_me:$LINENO: error: Argument to enable/disable tls must be yes or no" >&5
27273 echo "$as_me: error: Argument to enable/disable tls must be yes or no" >&2;}
27274 { (exit 1); exit 1; }; } ;;
27281 echo "$as_me:$LINENO: checking whether the target supports thread-local storage" >&5
27282 echo $ECHO_N "checking whether the target supports thread-local storage... $ECHO_C" >&6
27283 if test "${have_tls+set}" = set; then
27284 echo $ECHO_N "(cached) $ECHO_C" >&6
27287 if test "$cross_compiling" = yes; then
27288 if test x
$gcc_no_link = xyes
; then
27289 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
27290 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
27291 { (exit 1); exit 1; }; }
27293 cat >conftest.
$ac_ext <<_ACEOF
27294 __thread int a; int b; int main() { return a = b; }
27296 rm -f conftest.
$ac_objext conftest
$ac_exeext
27297 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27298 (eval $ac_link) 2>conftest.er1
27300 grep -v '^ *+' conftest.er1
>conftest.err
27302 cat conftest.err
>&5
27303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27304 (exit $ac_status); } &&
27305 { ac_try
='test -z "$ac_c_werror_flag"
27306 || test ! -s conftest.err'
27307 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27308 (eval $ac_try) 2>&5
27310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27311 (exit $ac_status); }; } &&
27312 { ac_try
='test -s conftest$ac_exeext'
27313 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27314 (eval $ac_try) 2>&5
27316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27317 (exit $ac_status); }; }; then
27320 echo "$as_me: failed program was:" >&5
27321 sed 's/^/| /' conftest.
$ac_ext >&5
27325 rm -f conftest.err conftest.
$ac_objext \
27326 conftest
$ac_exeext conftest.
$ac_ext
27330 cat >conftest.
$ac_ext <<_ACEOF
27331 __thread int a; int b; int main() { return a = b; }
27333 rm -f conftest
$ac_exeext
27334 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27335 (eval $ac_link) 2>&5
27337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27338 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
27339 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27340 (eval $ac_try) 2>&5
27342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27343 (exit $ac_status); }; }; then
27344 chktls_save_LDFLAGS
="$LDFLAGS"
27345 LDFLAGS
="-static $LDFLAGS"
27346 if test x
$gcc_no_link = xyes
; then
27347 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
27348 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
27349 { (exit 1); exit 1; }; }
27351 cat >conftest.
$ac_ext <<_ACEOF
27352 int main() { return 0; }
27354 rm -f conftest.
$ac_objext conftest
$ac_exeext
27355 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27356 (eval $ac_link) 2>conftest.er1
27358 grep -v '^ *+' conftest.er1
>conftest.err
27360 cat conftest.err
>&5
27361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27362 (exit $ac_status); } &&
27363 { ac_try
='test -z "$ac_c_werror_flag"
27364 || test ! -s conftest.err'
27365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27366 (eval $ac_try) 2>&5
27368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27369 (exit $ac_status); }; } &&
27370 { ac_try
='test -s conftest$ac_exeext'
27371 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27372 (eval $ac_try) 2>&5
27374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27375 (exit $ac_status); }; }; then
27376 if test "$cross_compiling" = yes; then
27377 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
27378 See \`config.log' for more details." >&5
27379 echo "$as_me: error: cannot run test program while cross compiling
27380 See \`config.log' for more details." >&2;}
27381 { (exit 1); exit 1; }; }
27383 cat >conftest.
$ac_ext <<_ACEOF
27384 __thread int a; int b; int main() { return a = b; }
27386 rm -f conftest
$ac_exeext
27387 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27388 (eval $ac_link) 2>&5
27390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27391 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
27392 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27393 (eval $ac_try) 2>&5
27395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27396 (exit $ac_status); }; }; then
27399 echo "$as_me: program exited with status $ac_status" >&5
27400 echo "$as_me: failed program was:" >&5
27401 sed 's/^/| /' conftest.
$ac_ext >&5
27403 ( exit $ac_status )
27406 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
27409 echo "$as_me: failed program was:" >&5
27410 sed 's/^/| /' conftest.
$ac_ext >&5
27414 rm -f conftest.err conftest.
$ac_objext \
27415 conftest
$ac_exeext conftest.
$ac_ext
27416 LDFLAGS
="$chktls_save_LDFLAGS"
27417 if test $have_tls = yes; then
27418 chktls_save_CFLAGS
="$CFLAGS"
27419 thread_CFLAGS
=failed
27420 for flag
in '' '-pthread' '-lpthread'; do
27421 CFLAGS
="$flag $chktls_save_CFLAGS"
27422 if test x
$gcc_no_link = xyes
; then
27423 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
27424 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
27425 { (exit 1); exit 1; }; }
27427 cat >conftest.
$ac_ext <<_ACEOF
27430 cat confdefs.h
>>conftest.
$ac_ext
27431 cat >>conftest.
$ac_ext <<_ACEOF
27432 /* end confdefs.h. */
27433 #include <pthread.h>
27434 void *g(void *d) { return NULL; }
27438 pthread_t t; pthread_create(&t,NULL,g,NULL);
27443 rm -f conftest.
$ac_objext conftest
$ac_exeext
27444 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27445 (eval $ac_link) 2>conftest.er1
27447 grep -v '^ *+' conftest.er1
>conftest.err
27449 cat conftest.err
>&5
27450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27451 (exit $ac_status); } &&
27452 { ac_try
='test -z "$ac_c_werror_flag"
27453 || test ! -s conftest.err'
27454 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27455 (eval $ac_try) 2>&5
27457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27458 (exit $ac_status); }; } &&
27459 { ac_try
='test -s conftest$ac_exeext'
27460 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27461 (eval $ac_try) 2>&5
27463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27464 (exit $ac_status); }; }; then
27465 thread_CFLAGS
="$flag"
27467 echo "$as_me: failed program was:" >&5
27468 sed 's/^/| /' conftest.
$ac_ext >&5
27471 rm -f conftest.err conftest.
$ac_objext \
27472 conftest
$ac_exeext conftest.
$ac_ext
27473 if test "X$thread_CFLAGS" != Xfailed
; then
27477 CFLAGS
="$chktls_save_CFLAGS"
27478 if test "X$thread_CFLAGS" != Xfailed
; then
27479 CFLAGS
="$thread_CFLAGS $chktls_save_CFLAGS"
27480 if test "$cross_compiling" = yes; then
27481 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
27482 See \`config.log' for more details." >&5
27483 echo "$as_me: error: cannot run test program while cross compiling
27484 See \`config.log' for more details." >&2;}
27485 { (exit 1); exit 1; }; }
27487 cat >conftest.
$ac_ext <<_ACEOF
27490 cat confdefs.h
>>conftest.
$ac_ext
27491 cat >>conftest.
$ac_ext <<_ACEOF
27492 /* end confdefs.h. */
27493 #include <pthread.h>
27495 static int *a_in_other_thread;
27497 thread_func (void *arg)
27499 a_in_other_thread = &a;
27506 void *thread_retval;
27507 int *a_in_main_thread;
27508 if (pthread_create (&thread, (pthread_attr_t *)0,
27509 thread_func, (void *)0))
27511 a_in_main_thread = &a;
27512 if (pthread_join (thread, &thread_retval))
27514 return (a_in_other_thread == a_in_main_thread);
27519 rm -f conftest
$ac_exeext
27520 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27521 (eval $ac_link) 2>&5
27523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27524 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
27525 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27526 (eval $ac_try) 2>&5
27528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27529 (exit $ac_status); }; }; then
27532 echo "$as_me: program exited with status $ac_status" >&5
27533 echo "$as_me: failed program was:" >&5
27534 sed 's/^/| /' conftest.
$ac_ext >&5
27536 ( exit $ac_status )
27539 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
27541 CFLAGS
="$chktls_save_CFLAGS"
27545 echo "$as_me: program exited with status $ac_status" >&5
27546 echo "$as_me: failed program was:" >&5
27547 sed 's/^/| /' conftest.
$ac_ext >&5
27549 ( exit $ac_status )
27552 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
27555 echo "$as_me:$LINENO: result: $have_tls" >&5
27556 echo "${ECHO_T}$have_tls" >&6
27557 if test "$enable_tls $have_tls" = "yes yes"; then
27559 cat >>confdefs.h
<<\_ACEOF
27565 # For _Unwind_GetIPInfo.
27570 ac_cpp
='$CXXCPP $CPPFLAGS'
27571 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27572 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27573 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
27575 ac_save_CXXFLAGS
="$CXXFLAGS"
27576 CXXFLAGS
="$CXXFLAGS -fno-exceptions"
27577 echo "$as_me:$LINENO: checking for _Unwind_GetIPInfo" >&5
27578 echo $ECHO_N "checking for _Unwind_GetIPInfo... $ECHO_C" >&6
27579 if test "${gcc_cv_getipinfo+set}" = set; then
27580 echo $ECHO_N "(cached) $ECHO_C" >&6
27583 if test x
$gcc_no_link = xyes
; then
27584 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
27585 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
27586 { (exit 1); exit 1; }; }
27588 cat >conftest.
$ac_ext <<_ACEOF
27591 cat confdefs.h
>>conftest.
$ac_ext
27592 cat >>conftest.
$ac_ext <<_ACEOF
27593 /* end confdefs.h. */
27594 extern "C" { extern void _Unwind_GetIPInfo(); }
27598 _Unwind_GetIPInfo();
27603 rm -f conftest.
$ac_objext conftest
$ac_exeext
27604 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27605 (eval $ac_link) 2>conftest.er1
27607 grep -v '^ *+' conftest.er1
>conftest.err
27609 cat conftest.err
>&5
27610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27611 (exit $ac_status); } &&
27612 { ac_try
='test -z "$ac_cxx_werror_flag"
27613 || test ! -s conftest.err'
27614 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27615 (eval $ac_try) 2>&5
27617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27618 (exit $ac_status); }; } &&
27619 { ac_try
='test -s conftest$ac_exeext'
27620 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27621 (eval $ac_try) 2>&5
27623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27624 (exit $ac_status); }; }; then
27625 gcc_cv_getipinfo
=yes
27627 echo "$as_me: failed program was:" >&5
27628 sed 's/^/| /' conftest.
$ac_ext >&5
27630 gcc_cv_getipinfo
=no
27632 rm -f conftest.err conftest.
$ac_objext \
27633 conftest
$ac_exeext conftest.
$ac_ext
27637 if test $gcc_cv_getipinfo = yes; then
27639 cat >>confdefs.h
<<\_ACEOF
27640 #define HAVE_GETIPINFO 1
27644 echo "$as_me:$LINENO: result: $gcc_cv_getipinfo" >&5
27645 echo "${ECHO_T}$gcc_cv_getipinfo" >&6
27646 CXXFLAGS
="$ac_save_CXXFLAGS"
27648 ac_cpp
='$CPP $CPPFLAGS'
27649 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
27650 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
27651 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
27655 # See if linker supports anonymous version scripts.
27656 echo "$as_me:$LINENO: checking whether ld supports anonymous version scripts" >&5
27657 echo $ECHO_N "checking whether ld supports anonymous version scripts... $ECHO_C" >&6
27658 if test "${libjava_cv_anon_version_script+set}" = set; then
27659 echo $ECHO_N "(cached) $ECHO_C" >&6
27661 save_CFLAGS
="$CFLAGS"; save_LDFLAGS
="$LDFLAGS"
27662 libjava_cv_anon_version_script
=no
27663 CFLAGS
="$CFLAGS -fPIC"; LDFLAGS
="$LDFLAGS -shared -Wl,--version-script,conftest.map"
27664 echo '{ global: globalsymb*; local: *; };' > conftest.map
27665 if test x
$gcc_no_link = xyes
; then
27666 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
27667 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
27668 { (exit 1); exit 1; }; }
27670 cat >conftest.
$ac_ext <<_ACEOF
27673 cat confdefs.h
>>conftest.
$ac_ext
27674 cat >>conftest.
$ac_ext <<_ACEOF
27675 /* end confdefs.h. */
27676 void globalsymbol (void) {} void localsymbol (void) {}
27685 rm -f conftest.
$ac_objext conftest
$ac_exeext
27686 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27687 (eval $ac_link) 2>conftest.er1
27689 grep -v '^ *+' conftest.er1
>conftest.err
27691 cat conftest.err
>&5
27692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27693 (exit $ac_status); } &&
27694 { ac_try
='test -z "$ac_c_werror_flag"
27695 || test ! -s conftest.err'
27696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27697 (eval $ac_try) 2>&5
27699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27700 (exit $ac_status); }; } &&
27701 { ac_try
='test -s conftest$ac_exeext'
27702 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27703 (eval $ac_try) 2>&5
27705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27706 (exit $ac_status); }; }; then
27707 libjava_cv_anon_version_script
=yes
27709 echo "$as_me: failed program was:" >&5
27710 sed 's/^/| /' conftest.
$ac_ext >&5
27713 rm -f conftest.err conftest.
$ac_objext \
27714 conftest
$ac_exeext conftest.
$ac_ext
27715 CFLAGS
="$save_CFLAGS"; LDFLAGS
="$save_LDFLAGS"
27718 echo "$as_me:$LINENO: result: $libjava_cv_anon_version_script" >&5
27719 echo "${ECHO_T}$libjava_cv_anon_version_script" >&6
27722 if test "$libjava_cv_anon_version_script" = yes; then
27723 ANONVERSCRIPT_TRUE
=
27724 ANONVERSCRIPT_FALSE
='#'
27726 ANONVERSCRIPT_TRUE
='#'
27727 ANONVERSCRIPT_FALSE
=
27731 # Check if linker supports static linking on a per library basis
27732 LD_START_STATIC_SPEC
=
27733 LD_FINISH_STATIC_SPEC
=
27734 if $LD --help 2>&1 |
grep -q -e -call_shared ; then
27735 if $LD --help 2>&1 |
grep -q -e -non_shared ; then
27736 LD_START_STATIC_SPEC
='%{static-libgcj:-non_shared}'
27737 LD_FINISH_STATIC_SPEC
='%{static-libgcj:-call_shared}'
27743 here
=`${PWDCMD-pwd}`
27746 # We get this from the environment.
27749 ac_config_files
="$ac_config_files Makefile libgcj.pc libgcj.spec libgcj-test.spec gcj/Makefile include/Makefile testsuite/Makefile"
27752 ac_config_files
="$ac_config_files scripts/jar"
27755 ac_config_commands
="$ac_config_commands default"
27758 cat >confcache
<<\_ACEOF
27759 # This file is a shell script that caches the results of configure
27760 # tests run on this system so they can be shared between configure
27761 # scripts and configure runs, see configure's option --config-cache.
27762 # It is not useful on other systems. If it contains results you don't
27763 # want to keep, you may remove or edit it.
27765 # config.status only pays attention to the cache file if you give it
27766 # the --recheck option to rerun configure.
27768 # `ac_cv_env_foo' variables (set or unset) will be overridden when
27769 # loading this file, other *unset* `ac_cv_foo' will be assigned the
27770 # following values.
27774 # The following way of writing the cache mishandles newlines in values,
27775 # but we know of no workaround that is simple, portable, and efficient.
27776 # So, don't put newlines in cache variables' values.
27777 # Ultrix sh set writes to stderr and can't be redirected directly,
27778 # and sets the high bit in the cache file unless we assign to the vars.
27781 case `(ac_space=' '; set | grep ac_space) 2>&1` in
27783 # `set' does not quote correctly, so add quotes (double-quote
27784 # substitution turns \\\\ into \\, and sed turns \\ into \).
27787 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
27790 # `set' quotes correctly as required by POSIX, so do not add quotes.
27792 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
27799 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
27801 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
27803 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
27804 if test -w $cache_file; then
27805 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
27806 cat confcache
>$cache_file
27808 echo "not updating unwritable cache $cache_file"
27813 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
27814 # Let make expand exec_prefix.
27815 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
27817 # VPATH may cause trouble with some makes, so we remove $(srcdir),
27818 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
27819 # trailing colons and then remove the whole line if VPATH becomes empty
27820 # (actually we leave an empty line to preserve line numbers).
27821 if test "x$srcdir" = x.
; then
27822 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
27823 s/:*\$(srcdir):*/:/;
27824 s/:*\${srcdir}:*/:/;
27826 s/^\([^=]*=[ ]*\):*/\1/;
27832 DEFS
=-DHAVE_CONFIG_H
27836 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
27837 # 1. Remove the extension, and $U if already installed.
27838 ac_i
=`echo "$ac_i" |
27839 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
27841 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
27842 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
27844 LIBOBJS
=$ac_libobjs
27846 LTLIBOBJS
=$ac_ltlibobjs
27849 if test -z "${JAVA_MAINTAINER_MODE_TRUE}" && test -z "${JAVA_MAINTAINER_MODE_FALSE}"; then
27850 { { echo "$as_me:$LINENO: error: conditional \"JAVA_MAINTAINER_MODE\" was never defined.
27851 Usually this means the macro was only invoked conditionally." >&5
27852 echo "$as_me: error: conditional \"JAVA_MAINTAINER_MODE\" was never defined.
27853 Usually this means the macro was only invoked conditionally." >&2;}
27854 { (exit 1); exit 1; }; }
27856 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
27857 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
27858 Usually this means the macro was only invoked conditionally." >&5
27859 echo "$as_me: error: conditional \"AMDEP\" was never defined.
27860 Usually this means the macro was only invoked conditionally." >&2;}
27861 { (exit 1); exit 1; }; }
27863 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
27864 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
27865 Usually this means the macro was only invoked conditionally." >&5
27866 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
27867 Usually this means the macro was only invoked conditionally." >&2;}
27868 { (exit 1); exit 1; }; }
27870 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
27871 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
27872 Usually this means the macro was only invoked conditionally." >&5
27873 echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
27874 Usually this means the macro was only invoked conditionally." >&2;}
27875 { (exit 1); exit 1; }; }
27877 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
27878 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
27879 Usually this means the macro was only invoked conditionally." >&5
27880 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
27881 Usually this means the macro was only invoked conditionally." >&2;}
27882 { (exit 1); exit 1; }; }
27884 if test -z "${XLIB_AWT_TRUE}" && test -z "${XLIB_AWT_FALSE}"; then
27885 { { echo "$as_me:$LINENO: error: conditional \"XLIB_AWT\" was never defined.
27886 Usually this means the macro was only invoked conditionally." >&5
27887 echo "$as_me: error: conditional \"XLIB_AWT\" was never defined.
27888 Usually this means the macro was only invoked conditionally." >&2;}
27889 { (exit 1); exit 1; }; }
27891 if test -z "${X_AWT_TRUE}" && test -z "${X_AWT_FALSE}"; then
27892 { { echo "$as_me:$LINENO: error: conditional \"X_AWT\" was never defined.
27893 Usually this means the macro was only invoked conditionally." >&5
27894 echo "$as_me: error: conditional \"X_AWT\" was never defined.
27895 Usually this means the macro was only invoked conditionally." >&2;}
27896 { (exit 1); exit 1; }; }
27898 if test -z "${am__fastdepGCJ_TRUE}" && test -z "${am__fastdepGCJ_FALSE}"; then
27899 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepGCJ\" was never defined.
27900 Usually this means the macro was only invoked conditionally." >&5
27901 echo "$as_me: error: conditional \"am__fastdepGCJ\" was never defined.
27902 Usually this means the macro was only invoked conditionally." >&2;}
27903 { (exit 1); exit 1; }; }
27905 if test -z "${am__fastdepGCJ_TRUE}" && test -z "${am__fastdepGCJ_FALSE}"; then
27906 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepGCJ\" was never defined.
27907 Usually this means the macro was only invoked conditionally." >&5
27908 echo "$as_me: error: conditional \"am__fastdepGCJ\" was never defined.
27909 Usually this means the macro was only invoked conditionally." >&2;}
27910 { (exit 1); exit 1; }; }
27912 if test -z "${TESTSUBDIR_TRUE}" && test -z "${TESTSUBDIR_FALSE}"; then
27913 { { echo "$as_me:$LINENO: error: conditional \"TESTSUBDIR\" was never defined.
27914 Usually this means the macro was only invoked conditionally." >&5
27915 echo "$as_me: error: conditional \"TESTSUBDIR\" was never defined.
27916 Usually this means the macro was only invoked conditionally." >&2;}
27917 { (exit 1); exit 1; }; }
27919 if test -z "${BUILD_ECJ1_TRUE}" && test -z "${BUILD_ECJ1_FALSE}"; then
27920 { { echo "$as_me:$LINENO: error: conditional \"BUILD_ECJ1\" was never defined.
27921 Usually this means the macro was only invoked conditionally." >&5
27922 echo "$as_me: error: conditional \"BUILD_ECJ1\" was never defined.
27923 Usually this means the macro was only invoked conditionally." >&2;}
27924 { (exit 1); exit 1; }; }
27926 if test -z "${INSTALL_ECJ_JAR_TRUE}" && test -z "${INSTALL_ECJ_JAR_FALSE}"; then
27927 { { echo "$as_me:$LINENO: error: conditional \"INSTALL_ECJ_JAR\" was never defined.
27928 Usually this means the macro was only invoked conditionally." >&5
27929 echo "$as_me: error: conditional \"INSTALL_ECJ_JAR\" was never defined.
27930 Usually this means the macro was only invoked conditionally." >&2;}
27931 { (exit 1); exit 1; }; }
27933 if test -z "${JAVA_HOME_SET_TRUE}" && test -z "${JAVA_HOME_SET_FALSE}"; then
27934 { { echo "$as_me:$LINENO: error: conditional \"JAVA_HOME_SET\" was never defined.
27935 Usually this means the macro was only invoked conditionally." >&5
27936 echo "$as_me: error: conditional \"JAVA_HOME_SET\" was never defined.
27937 Usually this means the macro was only invoked conditionally." >&2;}
27938 { (exit 1); exit 1; }; }
27940 if test -z "${USING_WIN32_PLATFORM_TRUE}" && test -z "${USING_WIN32_PLATFORM_FALSE}"; then
27941 { { echo "$as_me:$LINENO: error: conditional \"USING_WIN32_PLATFORM\" was never defined.
27942 Usually this means the macro was only invoked conditionally." >&5
27943 echo "$as_me: error: conditional \"USING_WIN32_PLATFORM\" was never defined.
27944 Usually this means the macro was only invoked conditionally." >&2;}
27945 { (exit 1); exit 1; }; }
27947 if test -z "${USING_POSIX_PLATFORM_TRUE}" && test -z "${USING_POSIX_PLATFORM_FALSE}"; then
27948 { { echo "$as_me:$LINENO: error: conditional \"USING_POSIX_PLATFORM\" was never defined.
27949 Usually this means the macro was only invoked conditionally." >&5
27950 echo "$as_me: error: conditional \"USING_POSIX_PLATFORM\" was never defined.
27951 Usually this means the macro was only invoked conditionally." >&2;}
27952 { (exit 1); exit 1; }; }
27954 if test -z "${USING_DARWIN_CRT_TRUE}" && test -z "${USING_DARWIN_CRT_FALSE}"; then
27955 { { echo "$as_me:$LINENO: error: conditional \"USING_DARWIN_CRT\" was never defined.
27956 Usually this means the macro was only invoked conditionally." >&5
27957 echo "$as_me: error: conditional \"USING_DARWIN_CRT\" was never defined.
27958 Usually this means the macro was only invoked conditionally." >&2;}
27959 { (exit 1); exit 1; }; }
27961 if test -z "${USING_BOEHMGC_TRUE}" && test -z "${USING_BOEHMGC_FALSE}"; then
27962 { { echo "$as_me:$LINENO: error: conditional \"USING_BOEHMGC\" was never defined.
27963 Usually this means the macro was only invoked conditionally." >&5
27964 echo "$as_me: error: conditional \"USING_BOEHMGC\" was never defined.
27965 Usually this means the macro was only invoked conditionally." >&2;}
27966 { (exit 1); exit 1; }; }
27968 if test -z "${USING_NOGC_TRUE}" && test -z "${USING_NOGC_FALSE}"; then
27969 { { echo "$as_me:$LINENO: error: conditional \"USING_NOGC\" was never defined.
27970 Usually this means the macro was only invoked conditionally." >&5
27971 echo "$as_me: error: conditional \"USING_NOGC\" was never defined.
27972 Usually this means the macro was only invoked conditionally." >&2;}
27973 { (exit 1); exit 1; }; }
27975 if test -z "${USING_POSIX_THREADS_TRUE}" && test -z "${USING_POSIX_THREADS_FALSE}"; then
27976 { { echo "$as_me:$LINENO: error: conditional \"USING_POSIX_THREADS\" was never defined.
27977 Usually this means the macro was only invoked conditionally." >&5
27978 echo "$as_me: error: conditional \"USING_POSIX_THREADS\" was never defined.
27979 Usually this means the macro was only invoked conditionally." >&2;}
27980 { (exit 1); exit 1; }; }
27982 if test -z "${USING_WIN32_THREADS_TRUE}" && test -z "${USING_WIN32_THREADS_FALSE}"; then
27983 { { echo "$as_me:$LINENO: error: conditional \"USING_WIN32_THREADS\" was never defined.
27984 Usually this means the macro was only invoked conditionally." >&5
27985 echo "$as_me: error: conditional \"USING_WIN32_THREADS\" was never defined.
27986 Usually this means the macro was only invoked conditionally." >&2;}
27987 { (exit 1); exit 1; }; }
27989 if test -z "${USING_NO_THREADS_TRUE}" && test -z "${USING_NO_THREADS_FALSE}"; then
27990 { { echo "$as_me:$LINENO: error: conditional \"USING_NO_THREADS\" was never defined.
27991 Usually this means the macro was only invoked conditionally." >&5
27992 echo "$as_me: error: conditional \"USING_NO_THREADS\" was never defined.
27993 Usually this means the macro was only invoked conditionally." >&2;}
27994 { (exit 1); exit 1; }; }
27996 if test -z "${USE_LIBGCJ_BC_TRUE}" && test -z "${USE_LIBGCJ_BC_FALSE}"; then
27997 { { echo "$as_me:$LINENO: error: conditional \"USE_LIBGCJ_BC\" was never defined.
27998 Usually this means the macro was only invoked conditionally." >&5
27999 echo "$as_me: error: conditional \"USE_LIBGCJ_BC\" was never defined.
28000 Usually this means the macro was only invoked conditionally." >&2;}
28001 { (exit 1); exit 1; }; }
28003 if test -z "${USING_GCC_TRUE}" && test -z "${USING_GCC_FALSE}"; then
28004 { { echo "$as_me:$LINENO: error: conditional \"USING_GCC\" was never defined.
28005 Usually this means the macro was only invoked conditionally." >&5
28006 echo "$as_me: error: conditional \"USING_GCC\" was never defined.
28007 Usually this means the macro was only invoked conditionally." >&2;}
28008 { (exit 1); exit 1; }; }
28010 if test -z "${am__fastdepGCJ_TRUE}" && test -z "${am__fastdepGCJ_FALSE}"; then
28011 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepGCJ\" was never defined.
28012 Usually this means the macro was only invoked conditionally." >&5
28013 echo "$as_me: error: conditional \"am__fastdepGCJ\" was never defined.
28014 Usually this means the macro was only invoked conditionally." >&2;}
28015 { (exit 1); exit 1; }; }
28017 if test -z "${NATIVE_TRUE}" && test -z "${NATIVE_FALSE}"; then
28018 { { echo "$as_me:$LINENO: error: conditional \"NATIVE\" was never defined.
28019 Usually this means the macro was only invoked conditionally." >&5
28020 echo "$as_me: error: conditional \"NATIVE\" was never defined.
28021 Usually this means the macro was only invoked conditionally." >&2;}
28022 { (exit 1); exit 1; }; }
28024 if test -z "${ENABLE_SHARED_TRUE}" && test -z "${ENABLE_SHARED_FALSE}"; then
28025 { { echo "$as_me:$LINENO: error: conditional \"ENABLE_SHARED\" was never defined.
28026 Usually this means the macro was only invoked conditionally." >&5
28027 echo "$as_me: error: conditional \"ENABLE_SHARED\" was never defined.
28028 Usually this means the macro was only invoked conditionally." >&2;}
28029 { (exit 1); exit 1; }; }
28031 if test -z "${NEEDS_DATA_START_TRUE}" && test -z "${NEEDS_DATA_START_FALSE}"; then
28032 { { echo "$as_me:$LINENO: error: conditional \"NEEDS_DATA_START\" was never defined.
28033 Usually this means the macro was only invoked conditionally." >&5
28034 echo "$as_me: error: conditional \"NEEDS_DATA_START\" was never defined.
28035 Usually this means the macro was only invoked conditionally." >&2;}
28036 { (exit 1); exit 1; }; }
28038 if test -z "${ANONVERSCRIPT_TRUE}" && test -z "${ANONVERSCRIPT_FALSE}"; then
28039 { { echo "$as_me:$LINENO: error: conditional \"ANONVERSCRIPT\" was never defined.
28040 Usually this means the macro was only invoked conditionally." >&5
28041 echo "$as_me: error: conditional \"ANONVERSCRIPT\" was never defined.
28042 Usually this means the macro was only invoked conditionally." >&2;}
28043 { (exit 1); exit 1; }; }
28046 : ${CONFIG_STATUS=./config.status}
28047 ac_clean_files_save
=$ac_clean_files
28048 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
28049 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
28050 echo "$as_me: creating $CONFIG_STATUS" >&6;}
28051 cat >$CONFIG_STATUS <<_ACEOF
28053 # Generated by $as_me.
28054 # Run this file to recreate the current configuration.
28055 # Compiler output produced by configure, useful for debugging
28056 # configure, is in config.log if it exists.
28059 ac_cs_recheck=false
28061 SHELL=\${CONFIG_SHELL-$SHELL}
28064 cat >>$CONFIG_STATUS <<\_ACEOF
28065 ## --------------------- ##
28066 ## M4sh Initialization. ##
28067 ## --------------------- ##
28069 # Be Bourne compatible
28070 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
28073 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
28074 # is contrary to our usage. Disable this feature.
28075 alias -g '${1+"$@"}'='"$@"'
28076 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
28079 DUALCASE
=1; export DUALCASE
# for MKS sh
28081 # Support unset when possible.
28082 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
28089 # Work around bugs in pre-3.0 UWIN ksh.
28090 $as_unset ENV MAIL MAILPATH
28097 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
28098 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
28099 LC_TELEPHONE LC_TIME
28101 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
28102 eval $as_var=C
; export $as_var
28108 # Required to use basename.
28109 if expr a
: '\(a\)' >/dev
/null
2>&1; then
28115 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
28116 as_basename
=basename
28122 # Name of the executable.
28123 as_me
=`$as_basename "$0" ||
28124 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28125 X"$0" : 'X\(//\)$' \| \
28126 X"$0" : 'X\(/\)$' \| \
28127 . : '\(.\)' 2>/dev/null ||
28129 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
28130 /^X\/\(\/\/\)$/{ s//\1/; q; }
28131 /^X\/\(\/\).*/{ s//\1/; q; }
28135 # PATH needs CR, and LINENO needs CR and PATH.
28136 # Avoid depending upon Character Ranges.
28137 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
28138 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28139 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
28140 as_cr_digits
='0123456789'
28141 as_cr_alnum
=$as_cr_Letters$as_cr_digits
28143 # The user is always right.
28144 if test "${PATH_SEPARATOR+set}" != set; then
28145 echo "#! /bin/sh" >conf$$.sh
28146 echo "exit 0" >>conf$$.sh
28148 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
28157 as_lineno_1
=$LINENO
28158 as_lineno_2
=$LINENO
28159 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
28160 test "x$as_lineno_1" != "x$as_lineno_2" &&
28161 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
28162 # Find who we are. Look in the path if we contain no path at all
28165 *[\\/]* ) as_myself
=$0 ;;
28166 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
28167 for as_dir
in $PATH
28170 test -z "$as_dir" && as_dir
=.
28171 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
28176 # We did not find ourselves, most probably we were run as `sh COMMAND'
28177 # in which case we are not to be found in the path.
28178 if test "x$as_myself" = x
; then
28181 if test ! -f "$as_myself"; then
28182 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
28183 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
28184 { (exit 1); exit 1; }; }
28186 case $CONFIG_SHELL in
28188 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
28189 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
28192 test -z "$as_dir" && as_dir
=.
28193 for as_base
in sh bash ksh sh5
; do
28196 if ("$as_dir/$as_base" -c '
28197 as_lineno_1=$LINENO
28198 as_lineno_2=$LINENO
28199 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
28200 test "x$as_lineno_1" != "x$as_lineno_2" &&
28201 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
28202 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
28203 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
28204 CONFIG_SHELL
=$as_dir/$as_base
28205 export CONFIG_SHELL
28206 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
28214 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28215 # uniformly replaced by the line number. The first 'sed' inserts a
28216 # line-number line before each line; the second 'sed' does the real
28217 # work. The second script uses 'N' to pair each line-number line
28218 # with the numbered line, and appends trailing '-' during
28219 # substitution so that $LINENO is not a special case at line end.
28220 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28221 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
28222 sed '=' <$as_myself |
28227 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
28230 s,^['$as_cr_digits']*\n,,
28231 ' >$as_me.lineno
&&
28232 chmod +x
$as_me.lineno ||
28233 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
28234 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
28235 { (exit 1); exit 1; }; }
28237 # Don't try to exec as it changes $[0], causing all sort of problems
28238 # (the dirname of $[0] is not the place where we might find the
28239 # original and so on. Autoconf is especially sensible to this).
28241 # Exit status is that of the last command.
28246 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
28247 *c
*,-n*) ECHO_N
= ECHO_C
='
28249 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
28250 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
28253 if expr a
: '\(a\)' >/dev
/null
2>&1; then
28259 rm -f conf$$ conf$$.exe conf$$.
file
28261 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
28262 # We could just check for DJGPP; but this test a) works b) is more generic
28263 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
28264 if test -f conf$$.exe
; then
28265 # Don't use ln at all; we don't have any links
28270 elif ln conf$$.
file conf$$
2>/dev
/null
; then
28275 rm -f conf$$ conf$$.exe conf$$.
file
28277 if mkdir
-p .
2>/dev
/null
; then
28280 test -d .
/-p && rmdir .
/-p
28284 as_executable_p
="test -f"
28286 # Sed expression to map a string onto a valid CPP name.
28287 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28289 # Sed expression to map a string onto a valid variable name.
28290 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28294 # We need space, tab and new line, in precisely that order.
28304 # Open the log real soon, to keep \$[0] and so on meaningful, and to
28305 # report actual input values of CONFIG_FILES etc. instead of their
28306 # values after options handling. Logging --version etc. is OK.
28310 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28311 ## Running $as_me. ##
28316 This file was extended by libjava $as_me version-unused, which was
28317 generated by GNU Autoconf 2.59. Invocation command line was
28319 CONFIG_FILES = $CONFIG_FILES
28320 CONFIG_HEADERS = $CONFIG_HEADERS
28321 CONFIG_LINKS = $CONFIG_LINKS
28322 CONFIG_COMMANDS = $CONFIG_COMMANDS
28326 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
28330 # Files that config.status was made for.
28331 if test -n "$ac_config_files"; then
28332 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
28335 if test -n "$ac_config_headers"; then
28336 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
28339 if test -n "$ac_config_links"; then
28340 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
28343 if test -n "$ac_config_commands"; then
28344 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
28347 cat >>$CONFIG_STATUS <<\_ACEOF
28350 \`$as_me' instantiates files from templates according to the
28351 current configuration.
28353 Usage: $0 [OPTIONS] [FILE]...
28355 -h, --help print this help, then exit
28356 -V, --version print version number, then exit
28357 -q, --quiet do not print progress messages
28358 -d, --debug don't remove temporary files
28359 --recheck update $as_me by reconfiguring in the same conditions
28360 --file=FILE[:TEMPLATE]
28361 instantiate the configuration file FILE
28362 --header=FILE[:TEMPLATE]
28363 instantiate the configuration header FILE
28365 Configuration files:
28368 Configuration headers:
28371 Configuration links:
28374 Configuration commands:
28377 Report bugs to <bug-autoconf@gnu.org>."
28380 cat >>$CONFIG_STATUS <<_ACEOF
28382 libjava config.status version-unused
28383 configured by $0, generated by GNU Autoconf 2.59,
28384 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
28386 Copyright (C) 2003 Free Software Foundation, Inc.
28387 This config.status script is free software; the Free Software Foundation
28388 gives unlimited permission to copy, distribute and modify it."
28393 cat >>$CONFIG_STATUS <<\_ACEOF
28394 # If no file are specified by the user, then we need to provide default
28395 # value. By we need to know if files were specified by the user.
28401 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
28402 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
28410 *) # This is not an option, so the user has probably given explicit
28413 ac_need_defaults
=false
;;
28417 # Handling of the options.
28419 cat >>$CONFIG_STATUS <<\_ACEOF
28420 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
28422 --version |
--vers* |
-V )
28423 echo "$ac_cs_version"; exit 0 ;;
28425 # Conflict between --help and --header
28426 { { echo "$as_me:$LINENO: error: ambiguous option: $1
28427 Try \`$0 --help' for more information." >&5
28428 echo "$as_me: error: ambiguous option: $1
28429 Try \`$0 --help' for more information." >&2;}
28430 { (exit 1); exit 1; }; };;
28431 --help |
--hel |
-h )
28432 echo "$ac_cs_usage"; exit 0 ;;
28433 --debug |
--d* |
-d )
28435 --file |
--fil |
--fi |
--f )
28437 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
28438 ac_need_defaults
=false
;;
28439 --header |
--heade |
--head |
--hea )
28441 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
28442 ac_need_defaults
=false
;;
28443 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
28444 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
28447 # This is an error.
28448 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
28449 Try \`$0 --help' for more information." >&5
28450 echo "$as_me: error: unrecognized option: $1
28451 Try \`$0 --help' for more information." >&2;}
28452 { (exit 1); exit 1; }; } ;;
28454 *) ac_config_targets
="$ac_config_targets $1" ;;
28460 ac_configure_extra_args
=
28462 if $ac_cs_silent; then
28464 ac_configure_extra_args
="$ac_configure_extra_args --silent"
28468 cat >>$CONFIG_STATUS <<_ACEOF
28469 if \$ac_cs_recheck; then
28470 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
28471 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28476 cat >>$CONFIG_STATUS <<_ACEOF
28478 # INIT-COMMANDS section.
28485 with_multisubdir="$with_multisubdir"
28486 with_multisrctop="$with_multisrctop"
28487 with_target_subdir="$with_target_subdir"
28488 ac_configure_args="${multilib_arg} ${ac_configure_args}"
28489 multi_basedir="$multi_basedir"
28490 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
28492 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
28495 # The HP-UX ksh and POSIX shell print the target directory to stdout
28496 # if CDPATH is set.
28497 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
28499 sed_quote_subst='$sed_quote_subst'
28500 double_quote_subst='$double_quote_subst'
28501 delay_variable_subst='$delay_variable_subst'
28502 macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
28503 macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
28504 enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
28505 enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
28506 pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
28507 enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
28508 host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
28509 host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
28510 host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
28511 build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
28512 build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
28513 build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
28514 SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
28515 Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
28516 GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
28517 EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
28518 FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
28519 LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
28520 NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
28521 LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
28522 max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
28523 ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
28524 exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
28525 lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
28526 lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
28527 lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
28528 reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
28529 reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
28530 deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
28531 file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
28532 AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
28533 AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
28534 STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
28535 RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
28536 old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
28537 old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
28538 old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
28539 CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
28540 CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
28541 compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
28542 GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
28543 lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
28544 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
28545 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`'
28546 objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
28547 SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
28548 ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
28549 MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
28550 lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
28551 lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
28552 lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
28553 lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
28554 lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
28555 need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
28556 libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
28557 shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
28558 extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
28559 archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
28560 enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
28561 export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
28562 whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
28563 compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
28564 old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
28565 old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
28566 archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
28567 archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
28568 module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
28569 module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
28570 with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
28571 allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
28572 no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
28573 hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
28574 hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
28575 hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
28576 hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
28577 hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
28578 hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
28579 hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
28580 hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
28581 inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
28582 link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
28583 fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
28584 always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
28585 export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
28586 exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
28587 include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
28588 prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
28589 file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
28590 variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
28591 need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
28592 need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
28593 version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
28594 runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
28595 shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
28596 shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
28597 libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
28598 library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
28599 soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
28600 postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
28601 postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
28602 finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
28603 finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
28604 hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
28605 sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
28606 sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
28607 hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
28608 enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
28609 enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
28610 enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
28611 old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
28612 striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
28613 predep_objects='`$ECHO "X$predep_objects" | $Xsed -e "$delay_single_quote_subst"`'
28614 postdep_objects='`$ECHO "X$postdep_objects" | $Xsed -e "$delay_single_quote_subst"`'
28615 predeps='`$ECHO "X$predeps" | $Xsed -e "$delay_single_quote_subst"`'
28616 postdeps='`$ECHO "X$postdeps" | $Xsed -e "$delay_single_quote_subst"`'
28617 compiler_lib_search_path='`$ECHO "X$compiler_lib_search_path" | $Xsed -e "$delay_single_quote_subst"`'
28618 LD_CXX='`$ECHO "X$LD_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28619 LD_GCJ='`$ECHO "X$LD_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28620 old_archive_cmds_CXX='`$ECHO "X$old_archive_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28621 old_archive_cmds_GCJ='`$ECHO "X$old_archive_cmds_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28622 compiler_CXX='`$ECHO "X$compiler_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28623 compiler_GCJ='`$ECHO "X$compiler_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28624 GCC_CXX='`$ECHO "X$GCC_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28625 GCC_GCJ='`$ECHO "X$GCC_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28626 lt_prog_compiler_no_builtin_flag_CXX='`$ECHO "X$lt_prog_compiler_no_builtin_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28627 lt_prog_compiler_no_builtin_flag_GCJ='`$ECHO "X$lt_prog_compiler_no_builtin_flag_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28628 lt_prog_compiler_wl_CXX='`$ECHO "X$lt_prog_compiler_wl_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28629 lt_prog_compiler_wl_GCJ='`$ECHO "X$lt_prog_compiler_wl_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28630 lt_prog_compiler_pic_CXX='`$ECHO "X$lt_prog_compiler_pic_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28631 lt_prog_compiler_pic_GCJ='`$ECHO "X$lt_prog_compiler_pic_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28632 lt_prog_compiler_static_CXX='`$ECHO "X$lt_prog_compiler_static_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28633 lt_prog_compiler_static_GCJ='`$ECHO "X$lt_prog_compiler_static_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28634 lt_cv_prog_compiler_c_o_CXX='`$ECHO "X$lt_cv_prog_compiler_c_o_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28635 lt_cv_prog_compiler_c_o_GCJ='`$ECHO "X$lt_cv_prog_compiler_c_o_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28636 archive_cmds_need_lc_CXX='`$ECHO "X$archive_cmds_need_lc_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28637 archive_cmds_need_lc_GCJ='`$ECHO "X$archive_cmds_need_lc_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28638 enable_shared_with_static_runtimes_CXX='`$ECHO "X$enable_shared_with_static_runtimes_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28639 enable_shared_with_static_runtimes_GCJ='`$ECHO "X$enable_shared_with_static_runtimes_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28640 export_dynamic_flag_spec_CXX='`$ECHO "X$export_dynamic_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28641 export_dynamic_flag_spec_GCJ='`$ECHO "X$export_dynamic_flag_spec_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28642 whole_archive_flag_spec_CXX='`$ECHO "X$whole_archive_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28643 whole_archive_flag_spec_GCJ='`$ECHO "X$whole_archive_flag_spec_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28644 compiler_needs_object_CXX='`$ECHO "X$compiler_needs_object_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28645 compiler_needs_object_GCJ='`$ECHO "X$compiler_needs_object_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28646 old_archive_from_new_cmds_CXX='`$ECHO "X$old_archive_from_new_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28647 old_archive_from_new_cmds_GCJ='`$ECHO "X$old_archive_from_new_cmds_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28648 old_archive_from_expsyms_cmds_CXX='`$ECHO "X$old_archive_from_expsyms_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28649 old_archive_from_expsyms_cmds_GCJ='`$ECHO "X$old_archive_from_expsyms_cmds_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28650 archive_cmds_CXX='`$ECHO "X$archive_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28651 archive_cmds_GCJ='`$ECHO "X$archive_cmds_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28652 archive_expsym_cmds_CXX='`$ECHO "X$archive_expsym_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28653 archive_expsym_cmds_GCJ='`$ECHO "X$archive_expsym_cmds_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28654 module_cmds_CXX='`$ECHO "X$module_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28655 module_cmds_GCJ='`$ECHO "X$module_cmds_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28656 module_expsym_cmds_CXX='`$ECHO "X$module_expsym_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28657 module_expsym_cmds_GCJ='`$ECHO "X$module_expsym_cmds_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28658 with_gnu_ld_CXX='`$ECHO "X$with_gnu_ld_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28659 with_gnu_ld_GCJ='`$ECHO "X$with_gnu_ld_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28660 allow_undefined_flag_CXX='`$ECHO "X$allow_undefined_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28661 allow_undefined_flag_GCJ='`$ECHO "X$allow_undefined_flag_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28662 no_undefined_flag_CXX='`$ECHO "X$no_undefined_flag_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28663 no_undefined_flag_GCJ='`$ECHO "X$no_undefined_flag_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28664 hardcode_libdir_flag_spec_CXX='`$ECHO "X$hardcode_libdir_flag_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28665 hardcode_libdir_flag_spec_GCJ='`$ECHO "X$hardcode_libdir_flag_spec_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28666 hardcode_libdir_flag_spec_ld_CXX='`$ECHO "X$hardcode_libdir_flag_spec_ld_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28667 hardcode_libdir_flag_spec_ld_GCJ='`$ECHO "X$hardcode_libdir_flag_spec_ld_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28668 hardcode_libdir_separator_CXX='`$ECHO "X$hardcode_libdir_separator_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28669 hardcode_libdir_separator_GCJ='`$ECHO "X$hardcode_libdir_separator_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28670 hardcode_direct_CXX='`$ECHO "X$hardcode_direct_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28671 hardcode_direct_GCJ='`$ECHO "X$hardcode_direct_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28672 hardcode_direct_absolute_CXX='`$ECHO "X$hardcode_direct_absolute_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28673 hardcode_direct_absolute_GCJ='`$ECHO "X$hardcode_direct_absolute_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28674 hardcode_minus_L_CXX='`$ECHO "X$hardcode_minus_L_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28675 hardcode_minus_L_GCJ='`$ECHO "X$hardcode_minus_L_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28676 hardcode_shlibpath_var_CXX='`$ECHO "X$hardcode_shlibpath_var_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28677 hardcode_shlibpath_var_GCJ='`$ECHO "X$hardcode_shlibpath_var_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28678 hardcode_automatic_CXX='`$ECHO "X$hardcode_automatic_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28679 hardcode_automatic_GCJ='`$ECHO "X$hardcode_automatic_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28680 inherit_rpath_CXX='`$ECHO "X$inherit_rpath_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28681 inherit_rpath_GCJ='`$ECHO "X$inherit_rpath_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28682 link_all_deplibs_CXX='`$ECHO "X$link_all_deplibs_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28683 link_all_deplibs_GCJ='`$ECHO "X$link_all_deplibs_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28684 fix_srcfile_path_CXX='`$ECHO "X$fix_srcfile_path_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28685 fix_srcfile_path_GCJ='`$ECHO "X$fix_srcfile_path_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28686 always_export_symbols_CXX='`$ECHO "X$always_export_symbols_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28687 always_export_symbols_GCJ='`$ECHO "X$always_export_symbols_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28688 export_symbols_cmds_CXX='`$ECHO "X$export_symbols_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28689 export_symbols_cmds_GCJ='`$ECHO "X$export_symbols_cmds_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28690 exclude_expsyms_CXX='`$ECHO "X$exclude_expsyms_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28691 exclude_expsyms_GCJ='`$ECHO "X$exclude_expsyms_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28692 include_expsyms_CXX='`$ECHO "X$include_expsyms_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28693 include_expsyms_GCJ='`$ECHO "X$include_expsyms_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28694 prelink_cmds_CXX='`$ECHO "X$prelink_cmds_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28695 prelink_cmds_GCJ='`$ECHO "X$prelink_cmds_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28696 file_list_spec_CXX='`$ECHO "X$file_list_spec_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28697 file_list_spec_GCJ='`$ECHO "X$file_list_spec_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28698 hardcode_action_CXX='`$ECHO "X$hardcode_action_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28699 hardcode_action_GCJ='`$ECHO "X$hardcode_action_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28700 predep_objects_CXX='`$ECHO "X$predep_objects_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28701 predep_objects_GCJ='`$ECHO "X$predep_objects_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28702 postdep_objects_CXX='`$ECHO "X$postdep_objects_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28703 postdep_objects_GCJ='`$ECHO "X$postdep_objects_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28704 predeps_CXX='`$ECHO "X$predeps_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28705 predeps_GCJ='`$ECHO "X$predeps_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28706 postdeps_CXX='`$ECHO "X$postdeps_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28707 postdeps_GCJ='`$ECHO "X$postdeps_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28708 compiler_lib_search_path_CXX='`$ECHO "X$compiler_lib_search_path_CXX" | $Xsed -e "$delay_single_quote_subst"`'
28709 compiler_lib_search_path_GCJ='`$ECHO "X$compiler_lib_search_path_GCJ" | $Xsed -e "$delay_single_quote_subst"`'
28712 LTCFLAGS='$LTCFLAGS'
28713 compiler='$compiler_DEFAULT'
28715 # Quote evaled strings.
28726 deplibs_check_method \
28735 lt_cv_sys_global_symbol_pipe \
28736 lt_cv_sys_global_symbol_to_cdecl \
28737 lt_cv_sys_global_symbol_to_c_name_address \
28740 lt_prog_compiler_no_builtin_flag \
28741 lt_prog_compiler_wl \
28742 lt_prog_compiler_pic \
28743 lt_prog_compiler_static \
28744 lt_cv_prog_compiler_c_o \
28747 export_dynamic_flag_spec \
28748 whole_archive_flag_spec \
28749 compiler_needs_object \
28751 allow_undefined_flag \
28752 no_undefined_flag \
28753 hardcode_libdir_flag_spec \
28754 hardcode_libdir_flag_spec_ld \
28755 hardcode_libdir_separator \
28760 variables_saved_for_relink \
28762 library_names_spec \
28771 compiler_lib_search_path \
28776 lt_prog_compiler_no_builtin_flag_CXX \
28777 lt_prog_compiler_no_builtin_flag_GCJ \
28778 lt_prog_compiler_wl_CXX \
28779 lt_prog_compiler_wl_GCJ \
28780 lt_prog_compiler_pic_CXX \
28781 lt_prog_compiler_pic_GCJ \
28782 lt_prog_compiler_static_CXX \
28783 lt_prog_compiler_static_GCJ \
28784 lt_cv_prog_compiler_c_o_CXX \
28785 lt_cv_prog_compiler_c_o_GCJ \
28786 export_dynamic_flag_spec_CXX \
28787 export_dynamic_flag_spec_GCJ \
28788 whole_archive_flag_spec_CXX \
28789 whole_archive_flag_spec_GCJ \
28790 compiler_needs_object_CXX \
28791 compiler_needs_object_GCJ \
28794 allow_undefined_flag_CXX \
28795 allow_undefined_flag_GCJ \
28796 no_undefined_flag_CXX \
28797 no_undefined_flag_GCJ \
28798 hardcode_libdir_flag_spec_CXX \
28799 hardcode_libdir_flag_spec_GCJ \
28800 hardcode_libdir_flag_spec_ld_CXX \
28801 hardcode_libdir_flag_spec_ld_GCJ \
28802 hardcode_libdir_separator_CXX \
28803 hardcode_libdir_separator_GCJ \
28804 fix_srcfile_path_CXX \
28805 fix_srcfile_path_GCJ \
28806 exclude_expsyms_CXX \
28807 exclude_expsyms_GCJ \
28808 include_expsyms_CXX \
28809 include_expsyms_GCJ \
28810 file_list_spec_CXX \
28811 file_list_spec_GCJ \
28812 predep_objects_CXX \
28813 predep_objects_GCJ \
28814 postdep_objects_CXX \
28815 postdep_objects_GCJ \
28820 compiler_lib_search_path_CXX \
28821 compiler_lib_search_path_GCJ; do
28822 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
28823 *[\\\\\\\`\\"\\\$]*)
28824 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
28827 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
28832 # Double-quote double-evaled strings.
28833 for var in reload_cmds \
28834 old_postinstall_cmds \
28835 old_postuninstall_cmds \
28837 extract_expsyms_cmds \
28838 old_archive_from_new_cmds \
28839 old_archive_from_expsyms_cmds \
28841 archive_expsym_cmds \
28843 module_expsym_cmds \
28844 export_symbols_cmds \
28847 postuninstall_cmds \
28849 sys_lib_search_path_spec \
28850 sys_lib_dlsearch_path_spec \
28851 old_archive_cmds_CXX \
28852 old_archive_cmds_GCJ \
28853 old_archive_from_new_cmds_CXX \
28854 old_archive_from_new_cmds_GCJ \
28855 old_archive_from_expsyms_cmds_CXX \
28856 old_archive_from_expsyms_cmds_GCJ \
28859 archive_expsym_cmds_CXX \
28860 archive_expsym_cmds_GCJ \
28863 module_expsym_cmds_CXX \
28864 module_expsym_cmds_GCJ \
28865 export_symbols_cmds_CXX \
28866 export_symbols_cmds_GCJ \
28868 prelink_cmds_GCJ; do
28869 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
28870 *[\\\\\\\`\\"\\\$]*)
28871 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
28874 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
28879 # Fix-up fallback echo if it was mangled by the above quoting rules.
28881 *'\\\$0 --fallback-echo"') lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
28885 ac_aux_dir='$ac_aux_dir'
28886 xsi_shell='$xsi_shell'
28887 lt_shell_append='$lt_shell_append'
28889 # See if we are running on zsh, and set the options which allow our
28890 # commands through without removal of \ escapes INIT.
28891 if test -n "\${ZSH_VERSION+set}" ; then
28892 setopt NO_GLOB_SUBST
28898 TIMESTAMP='$TIMESTAMP'
28911 with_multisubdir=${with_multisubdir}
28912 ac_configure_args="${multilib_arg} ${ac_configure_args}"
28913 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
28914 multi_basedir=${multi_basedir}
28917 ORIGINAL_LD_FOR_MULTILIBS="${ORIGINAL_LD_FOR_MULTILIBS}"
28924 cat >>$CONFIG_STATUS <<\_ACEOF
28925 for ac_config_target
in $ac_config_targets
28927 case "$ac_config_target" in
28928 # Handling of arguments.
28929 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
28930 "libgcj.pc" ) CONFIG_FILES
="$CONFIG_FILES libgcj.pc" ;;
28931 "libgcj.spec" ) CONFIG_FILES
="$CONFIG_FILES libgcj.spec" ;;
28932 "libgcj-test.spec" ) CONFIG_FILES
="$CONFIG_FILES libgcj-test.spec" ;;
28933 "gcj/Makefile" ) CONFIG_FILES
="$CONFIG_FILES gcj/Makefile" ;;
28934 "include/Makefile" ) CONFIG_FILES
="$CONFIG_FILES include/Makefile" ;;
28935 "testsuite/Makefile" ) CONFIG_FILES
="$CONFIG_FILES testsuite/Makefile" ;;
28936 "scripts/jar" ) CONFIG_FILES
="$CONFIG_FILES scripts/jar" ;;
28937 "include/platform.h" ) CONFIG_LINKS
="$CONFIG_LINKS include/platform.h:include/$PLATFORMH" ;;
28938 "java/io/natFile.cc" ) CONFIG_LINKS
="$CONFIG_LINKS java/io/natFile.cc:java/io/natFile${FILE-${PLATFORM}}.cc" ;;
28939 "java/lang/natConcreteProcess.cc" ) CONFIG_LINKS
="$CONFIG_LINKS java/lang/natConcreteProcess.cc:java/lang/nat${PLATFORM}Process.cc" ;;
28940 "java/net/natVMInetAddress.cc" ) CONFIG_LINKS
="$CONFIG_LINKS java/net/natVMInetAddress.cc:java/net/natVMInetAddress${PLATFORMNET}.cc" ;;
28941 "java/net/natVMNetworkInterface.cc" ) CONFIG_LINKS
="$CONFIG_LINKS java/net/natVMNetworkInterface.cc:java/net/natVMNetworkInterface${PLATFORMNET}.cc" ;;
28942 "gnu/java/net/natPlainSocketImpl.cc" ) CONFIG_LINKS
="$CONFIG_LINKS gnu/java/net/natPlainSocketImpl.cc:gnu/java/net/natPlainSocketImpl${PLATFORMNET}.cc" ;;
28943 "gnu/java/net/natPlainDatagramSocketImpl.cc" ) CONFIG_LINKS
="$CONFIG_LINKS gnu/java/net/natPlainDatagramSocketImpl.cc:gnu/java/net/natPlainDatagramSocketImpl${PLATFORMNET}.cc" ;;
28944 "gnu/java/nio/natVMPipe.cc" ) CONFIG_LINKS
="$CONFIG_LINKS gnu/java/nio/natVMPipe.cc:gnu/java/nio/natVMPipe${PLATFORM}.cc" ;;
28945 "gnu/java/nio/natVMSelector.cc" ) CONFIG_LINKS
="$CONFIG_LINKS gnu/java/nio/natVMSelector.cc:gnu/java/nio/natVMSelector${PLATFORM}.cc" ;;
28946 "gnu/java/nio/channels/natFileChannelImpl.cc" ) CONFIG_LINKS
="$CONFIG_LINKS gnu/java/nio/channels/natFileChannelImpl.cc:gnu/java/nio/channels/natFileChannel${FILE-${PLATFORM}}.cc" ;;
28947 "include/java-gc.h" ) CONFIG_LINKS
="$CONFIG_LINKS include/java-gc.h:include/$GCHDR" ;;
28948 "include/java-threads.h" ) CONFIG_LINKS
="$CONFIG_LINKS include/java-threads.h:include/$THREADH" ;;
28949 "sysdep/locks.h" ) CONFIG_LINKS
="$CONFIG_LINKS sysdep/locks.h:sysdep/$sysdeps_dir/locks.h" ;;
28950 "sysdep/backtrace.h" ) CONFIG_LINKS
="$CONFIG_LINKS sysdep/backtrace.h:$fallback_backtrace_h" ;;
28951 "sysdep/descriptor.h" ) CONFIG_LINKS
="$CONFIG_LINKS sysdep/descriptor.h:$descriptor_h" ;;
28952 "include/java-signal.h" ) CONFIG_LINKS
="$CONFIG_LINKS include/java-signal.h:$SIGNAL_HANDLER" ;;
28953 "include/java-signal-aux.h" ) CONFIG_LINKS
="$CONFIG_LINKS include/java-signal-aux.h:$SIGNAL_HANDLER_AUX" ;;
28954 "default-1" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS default-1" ;;
28955 "depfiles" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
28956 "libtool" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS libtool" ;;
28957 "default" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS default" ;;
28958 "include/config.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS include/config.h" ;;
28959 "gcj/libgcj-config.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS gcj/libgcj-config.h" ;;
28960 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
28961 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
28962 { (exit 1); exit 1; }; };;
28966 # If the user did not use the arguments to specify the items to instantiate,
28967 # then the envvar interface is used. Set only those that are not.
28968 # We use the long form for the default assignment because of an extremely
28969 # bizarre bug on SunOS 4.1.3.
28970 if $ac_need_defaults; then
28971 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
28972 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
28973 test "${CONFIG_LINKS+set}" = set || CONFIG_LINKS
=$config_links
28974 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
28977 # Have a temporary directory for convenience. Make it in the build tree
28978 # simply because there is no reason to put it here, and in addition,
28979 # creating and moving files from /tmp can sometimes cause problems.
28980 # Create a temporary directory, and hook for its removal unless debugging.
28983 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
28984 trap '{ (exit 1); exit 1; }' 1 2 13 15
28987 # Create a (secure) tmp directory for tmp files.
28990 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
28991 test -n "$tmp" && test -d "$tmp"
28994 tmp
=.
/confstat$$
-$RANDOM
28995 (umask 077 && mkdir
$tmp)
28998 echo "$me: cannot create a temporary directory in ." >&2
28999 { (exit 1); exit 1; }
29004 cat >>$CONFIG_STATUS <<_ACEOF
29007 # CONFIG_FILES section.
29010 # No need to generate the scripts if there are no CONFIG_FILES.
29011 # This happens for instance when ./config.status config.h
29012 if test -n "\$CONFIG_FILES"; then
29013 # Protect against being on the right side of a sed subst in config.status.
29014 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
29015 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
29016 s,@SHELL@,$SHELL,;t t
29017 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
29018 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
29019 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
29020 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
29021 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
29022 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
29023 s,@exec_prefix@,$exec_prefix,;t t
29024 s,@prefix@,$prefix,;t t
29025 s,@program_transform_name@,$program_transform_name,;t t
29026 s,@bindir@,$bindir,;t t
29027 s,@sbindir@,$sbindir,;t t
29028 s,@libexecdir@,$libexecdir,;t t
29029 s,@datadir@,$datadir,;t t
29030 s,@sysconfdir@,$sysconfdir,;t t
29031 s,@sharedstatedir@,$sharedstatedir,;t t
29032 s,@localstatedir@,$localstatedir,;t t
29033 s,@libdir@,$libdir,;t t
29034 s,@includedir@,$includedir,;t t
29035 s,@oldincludedir@,$oldincludedir,;t t
29036 s,@infodir@,$infodir,;t t
29037 s,@mandir@,$mandir,;t t
29038 s,@build_alias@,$build_alias,;t t
29039 s,@host_alias@,$host_alias,;t t
29040 s,@target_alias@,$target_alias,;t t
29041 s,@DEFS@,$DEFS,;t t
29042 s,@ECHO_C@,$ECHO_C,;t t
29043 s,@ECHO_N@,$ECHO_N,;t t
29044 s,@ECHO_T@,$ECHO_T,;t t
29045 s,@LIBS@,$LIBS,;t t
29046 s,@build@,$build,;t t
29047 s,@build_cpu@,$build_cpu,;t t
29048 s,@build_vendor@,$build_vendor,;t t
29049 s,@build_os@,$build_os,;t t
29050 s,@build_libsubdir@,$build_libsubdir,;t t
29051 s,@build_subdir@,$build_subdir,;t t
29052 s,@host_subdir@,$host_subdir,;t t
29053 s,@target_subdir@,$target_subdir,;t t
29054 s,@multi_basedir@,$multi_basedir,;t t
29055 s,@host@,$host,;t t
29056 s,@host_cpu@,$host_cpu,;t t
29057 s,@host_vendor@,$host_vendor,;t t
29058 s,@host_os@,$host_os,;t t
29059 s,@target@,$target,;t t
29060 s,@target_cpu@,$target_cpu,;t t
29061 s,@target_vendor@,$target_vendor,;t t
29062 s,@target_os@,$target_os,;t t
29063 s,@target_noncanonical@,$target_noncanonical,;t t
29064 s,@LN_S@,$LN_S,;t t
29065 s,@mkinstalldirs@,$mkinstalldirs,;t t
29066 s,@JAVA_MAINTAINER_MODE_TRUE@,$JAVA_MAINTAINER_MODE_TRUE,;t t
29067 s,@JAVA_MAINTAINER_MODE_FALSE@,$JAVA_MAINTAINER_MODE_FALSE,;t t
29069 s,@ac_ct_CC@,$ac_ct_CC,;t t
29070 s,@EXEEXT@,$EXEEXT,;t t
29071 s,@OBJEXT@,$OBJEXT,;t t
29073 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
29074 s,@CFLAGS@,$CFLAGS,;t t
29075 s,@CXXFLAGS@,$CXXFLAGS,;t t
29076 s,@LDFLAGS@,$LDFLAGS,;t t
29077 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
29078 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
29079 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
29080 s,@CYGPATH_W@,$CYGPATH_W,;t t
29081 s,@PACKAGE@,$PACKAGE,;t t
29082 s,@VERSION@,$VERSION,;t t
29083 s,@ACLOCAL@,$ACLOCAL,;t t
29084 s,@AUTOCONF@,$AUTOCONF,;t t
29085 s,@AUTOMAKE@,$AUTOMAKE,;t t
29086 s,@AUTOHEADER@,$AUTOHEADER,;t t
29087 s,@MAKEINFO@,$MAKEINFO,;t t
29088 s,@install_sh@,$install_sh,;t t
29089 s,@STRIP@,$STRIP,;t t
29090 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
29091 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
29092 s,@mkdir_p@,$mkdir_p,;t t
29094 s,@SET_MAKE@,$SET_MAKE,;t t
29095 s,@am__leading_dot@,$am__leading_dot,;t t
29096 s,@AMTAR@,$AMTAR,;t t
29097 s,@am__tar@,$am__tar,;t t
29098 s,@am__untar@,$am__untar,;t t
29099 s,@DEPDIR@,$DEPDIR,;t t
29100 s,@am__include@,$am__include,;t t
29101 s,@am__quote@,$am__quote,;t t
29102 s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
29103 s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
29104 s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
29105 s,@CCDEPMODE@,$CCDEPMODE,;t t
29106 s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
29107 s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
29108 s,@CXXDEPMODE@,$CXXDEPMODE,;t t
29109 s,@am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t
29110 s,@am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t
29112 s,@ac_ct_AS@,$ac_ct_AS,;t t
29114 s,@ac_ct_LD@,$ac_ct_LD,;t t
29116 s,@ac_ct_AR@,$ac_ct_AR,;t t
29117 s,@RANLIB@,$RANLIB,;t t
29118 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
29121 s,@UNZIP@,$UNZIP,;t t
29122 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
29123 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
29124 s,@MAINT@,$MAINT,;t t
29125 s,@LIBGCJ_CFLAGS@,$LIBGCJ_CFLAGS,;t t
29126 s,@LIBGCJ_CXXFLAGS@,$LIBGCJ_CXXFLAGS,;t t
29127 s,@LIBGCJ_JAVAFLAGS@,$LIBGCJ_JAVAFLAGS,;t t
29128 s,@LIBGCJ_LD_SYMBOLIC@,$LIBGCJ_LD_SYMBOLIC,;t t
29129 s,@LIBGCJ_LD_SYMBOLIC_FUNCTIONS@,$LIBGCJ_LD_SYMBOLIC_FUNCTIONS,;t t
29130 s,@LIBGCJDEBUG@,$LIBGCJDEBUG,;t t
29131 s,@TOOLKIT@,$TOOLKIT,;t t
29132 s,@XLIB_AWT_TRUE@,$XLIB_AWT_TRUE,;t t
29133 s,@XLIB_AWT_FALSE@,$XLIB_AWT_FALSE,;t t
29134 s,@X_AWT_TRUE@,$X_AWT_TRUE,;t t
29135 s,@X_AWT_FALSE@,$X_AWT_FALSE,;t t
29136 s,@GCJ_FOR_ECJX@,$GCJ_FOR_ECJX,;t t
29137 s,@GCJH@,$GCJH,;t t
29138 s,@host_exeext@,$host_exeext,;t t
29139 s,@INCLTDL@,$INCLTDL,;t t
29140 s,@LIBLTDL@,$LIBLTDL,;t t
29141 s,@DIRLTDL@,$DIRLTDL,;t t
29142 s,@LIBTOOL@,$LIBTOOL,;t t
29144 s,@EGREP@,$EGREP,;t t
29145 s,@FGREP@,$FGREP,;t t
29146 s,@GREP@,$GREP,;t t
29147 s,@DUMPBIN@,$DUMPBIN,;t t
29148 s,@ac_ct_DUMPBIN@,$ac_ct_DUMPBIN,;t t
29150 s,@lt_ECHO@,$lt_ECHO,;t t
29152 s,@CPPFLAGS@,$CPPFLAGS,;t t
29153 s,@CXXCPP@,$CXXCPP,;t t
29155 s,@GCJFLAGS@,$GCJFLAGS,;t t
29156 s,@GCJDEPMODE@,$GCJDEPMODE,;t t
29157 s,@am__fastdepGCJ_TRUE@,$am__fastdepGCJ_TRUE,;t t
29158 s,@am__fastdepGCJ_FALSE@,$am__fastdepGCJ_FALSE,;t t
29159 s,@subdirs@,$subdirs,;t t
29160 s,@TESTSUBDIR_TRUE@,$TESTSUBDIR_TRUE,;t t
29161 s,@TESTSUBDIR_FALSE@,$TESTSUBDIR_FALSE,;t t
29162 s,@ECJ_BUILD_JAR@,$ECJ_BUILD_JAR,;t t
29163 s,@ECJ_JAR@,$ECJ_JAR,;t t
29164 s,@BUILD_ECJ1_TRUE@,$BUILD_ECJ1_TRUE,;t t
29165 s,@BUILD_ECJ1_FALSE@,$BUILD_ECJ1_FALSE,;t t
29166 s,@INSTALL_ECJ_JAR_TRUE@,$INSTALL_ECJ_JAR_TRUE,;t t
29167 s,@INSTALL_ECJ_JAR_FALSE@,$INSTALL_ECJ_JAR_FALSE,;t t
29168 s,@JAVA_HOME_SET_TRUE@,$JAVA_HOME_SET_TRUE,;t t
29169 s,@JAVA_HOME_SET_FALSE@,$JAVA_HOME_SET_FALSE,;t t
29170 s,@JAVA_HOME@,$JAVA_HOME,;t t
29171 s,@INTERPRETER@,$INTERPRETER,;t t
29172 s,@LIBFFI@,$LIBFFI,;t t
29173 s,@LIBFFIINCS@,$LIBFFIINCS,;t t
29174 s,@PLATFORM@,$PLATFORM,;t t
29175 s,@USING_WIN32_PLATFORM_TRUE@,$USING_WIN32_PLATFORM_TRUE,;t t
29176 s,@USING_WIN32_PLATFORM_FALSE@,$USING_WIN32_PLATFORM_FALSE,;t t
29177 s,@USING_POSIX_PLATFORM_TRUE@,$USING_POSIX_PLATFORM_TRUE,;t t
29178 s,@USING_POSIX_PLATFORM_FALSE@,$USING_POSIX_PLATFORM_FALSE,;t t
29179 s,@USING_DARWIN_CRT_TRUE@,$USING_DARWIN_CRT_TRUE,;t t
29180 s,@USING_DARWIN_CRT_FALSE@,$USING_DARWIN_CRT_FALSE,;t t
29181 s,@SYSTEMSPEC@,$SYSTEMSPEC,;t t
29182 s,@LIBGCJTESTSPEC@,$LIBGCJTESTSPEC,;t t
29183 s,@ZLIBSPEC@,$ZLIBSPEC,;t t
29184 s,@ZLIBTESTSPEC@,$ZLIBTESTSPEC,;t t
29185 s,@X_CFLAGS@,$X_CFLAGS,;t t
29186 s,@X_PRE_LIBS@,$X_PRE_LIBS,;t t
29187 s,@X_LIBS@,$X_LIBS,;t t
29188 s,@X_EXTRA_LIBS@,$X_EXTRA_LIBS,;t t
29189 s,@extra_ldflags_libjava@,$extra_ldflags_libjava,;t t
29190 s,@GCLIBS@,$GCLIBS,;t t
29191 s,@GCINCS@,$GCINCS,;t t
29192 s,@GCDEPS@,$GCDEPS,;t t
29193 s,@GCSPEC@,$GCSPEC,;t t
29194 s,@JC1GCSPEC@,$JC1GCSPEC,;t t
29195 s,@GCTESTSPEC@,$GCTESTSPEC,;t t
29196 s,@USING_BOEHMGC_TRUE@,$USING_BOEHMGC_TRUE,;t t
29197 s,@USING_BOEHMGC_FALSE@,$USING_BOEHMGC_FALSE,;t t
29198 s,@USING_NOGC_TRUE@,$USING_NOGC_TRUE,;t t
29199 s,@USING_NOGC_FALSE@,$USING_NOGC_FALSE,;t t
29200 s,@THREADLIBS@,$THREADLIBS,;t t
29201 s,@THREADINCS@,$THREADINCS,;t t
29202 s,@THREADDEPS@,$THREADDEPS,;t t
29203 s,@THREADSPEC@,$THREADSPEC,;t t
29204 s,@THREADSTARTFILESPEC@,$THREADSTARTFILESPEC,;t t
29205 s,@THREADLDFLAGS@,$THREADLDFLAGS,;t t
29206 s,@THREADCXXFLAGS@,$THREADCXXFLAGS,;t t
29207 s,@USING_POSIX_THREADS_TRUE@,$USING_POSIX_THREADS_TRUE,;t t
29208 s,@USING_POSIX_THREADS_FALSE@,$USING_POSIX_THREADS_FALSE,;t t
29209 s,@USING_WIN32_THREADS_TRUE@,$USING_WIN32_THREADS_TRUE,;t t
29210 s,@USING_WIN32_THREADS_FALSE@,$USING_WIN32_THREADS_FALSE,;t t
29211 s,@USING_NO_THREADS_TRUE@,$USING_NO_THREADS_TRUE,;t t
29212 s,@USING_NO_THREADS_FALSE@,$USING_NO_THREADS_FALSE,;t t
29213 s,@USE_LIBGCJ_BC_TRUE@,$USE_LIBGCJ_BC_TRUE,;t t
29214 s,@USE_LIBGCJ_BC_FALSE@,$USE_LIBGCJ_BC_FALSE,;t t
29215 s,@LIBGCJ_SPEC@,$LIBGCJ_SPEC,;t t
29216 s,@HASH_SYNC_SPEC@,$HASH_SYNC_SPEC,;t t
29217 s,@USING_GCC_TRUE@,$USING_GCC_TRUE,;t t
29218 s,@USING_GCC_FALSE@,$USING_GCC_FALSE,;t t
29219 s,@LIBICONV@,$LIBICONV,;t t
29220 s,@LTLIBICONV@,$LTLIBICONV,;t t
29221 s,@PKG_CONFIG@,$PKG_CONFIG,;t t
29222 s,@GTK_CFLAGS@,$GTK_CFLAGS,;t t
29223 s,@GTK_LIBS@,$GTK_LIBS,;t t
29224 s,@GLIB_CFLAGS@,$GLIB_CFLAGS,;t t
29225 s,@GLIB_LIBS@,$GLIB_LIBS,;t t
29226 s,@LIBART_CFLAGS@,$LIBART_CFLAGS,;t t
29227 s,@LIBART_LIBS@,$LIBART_LIBS,;t t
29228 s,@CLASSPATH_SEPARATOR@,$CLASSPATH_SEPARATOR,;t t
29229 s,@ZLIBS@,$ZLIBS,;t t
29230 s,@SYS_ZLIBS@,$SYS_ZLIBS,;t t
29231 s,@ZINCS@,$ZINCS,;t t
29232 s,@DIVIDESPEC@,$DIVIDESPEC,;t t
29233 s,@CHECKREFSPEC@,$CHECKREFSPEC,;t t
29234 s,@EXCEPTIONSPEC@,$EXCEPTIONSPEC,;t t
29235 s,@BACKTRACESPEC@,$BACKTRACESPEC,;t t
29236 s,@IEEESPEC@,$IEEESPEC,;t t
29237 s,@NATIVE_TRUE@,$NATIVE_TRUE,;t t
29238 s,@NATIVE_FALSE@,$NATIVE_FALSE,;t t
29239 s,@ENABLE_SHARED_TRUE@,$ENABLE_SHARED_TRUE,;t t
29240 s,@ENABLE_SHARED_FALSE@,$ENABLE_SHARED_FALSE,;t t
29241 s,@NEEDS_DATA_START_TRUE@,$NEEDS_DATA_START_TRUE,;t t
29242 s,@NEEDS_DATA_START_FALSE@,$NEEDS_DATA_START_FALSE,;t t
29243 s,@GCC_UNWIND_INCLUDE@,$GCC_UNWIND_INCLUDE,;t t
29244 s,@toolexecdir@,$toolexecdir,;t t
29245 s,@toolexecmainlibdir@,$toolexecmainlibdir,;t t
29246 s,@toolexeclibdir@,$toolexeclibdir,;t t
29247 s,@dbexecdir@,$dbexecdir,;t t
29248 s,@GCJVERSION@,$GCJVERSION,;t t
29249 s,@gxx_include_dir@,$gxx_include_dir,;t t
29250 s,@libstdcxx_incdir@,$libstdcxx_incdir,;t t
29251 s,@PERL@,$PERL,;t t
29252 s,@SYSDEP_SOURCES@,$SYSDEP_SOURCES,;t t
29253 s,@ANONVERSCRIPT_TRUE@,$ANONVERSCRIPT_TRUE,;t t
29254 s,@ANONVERSCRIPT_FALSE@,$ANONVERSCRIPT_FALSE,;t t
29255 s,@LD_START_STATIC_SPEC@,$LD_START_STATIC_SPEC,;t t
29256 s,@LD_FINISH_STATIC_SPEC@,$LD_FINISH_STATIC_SPEC,;t t
29257 s,@here@,$here,;t t
29258 s,@LIBOBJS@,$LIBOBJS,;t t
29259 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
29264 cat >>$CONFIG_STATUS <<\_ACEOF
29265 # Split the substitutions into bite-sized pieces for seds with
29266 # small command number limits, like on Digital OSF/1 and HP-UX.
29267 ac_max_sed_lines
=48
29268 ac_sed_frag
=1 # Number of current file.
29269 ac_beg
=1 # First line for current file.
29270 ac_end
=$ac_max_sed_lines # Line after last line for current file.
29273 while $ac_more_lines; do
29274 if test $ac_beg -gt 1; then
29275 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
29277 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
29279 if test ! -s $tmp/subs.frag
; then
29280 ac_more_lines
=false
29282 # The purpose of the label and of the branching condition is to
29283 # speed up the sed processing (if there are no `@' at all, there
29284 # is no need to browse any of the substitutions).
29285 # These are the two extra sed commands mentioned above.
29287 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs-
$ac_sed_frag.
sed
29288 if test -z "$ac_sed_cmds"; then
29289 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
29291 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
29293 ac_sed_frag
=`expr $ac_sed_frag + 1`
29295 ac_end
=`expr $ac_end + $ac_max_sed_lines`
29298 if test -z "$ac_sed_cmds"; then
29301 fi # test -n "$CONFIG_FILES"
29304 cat >>$CONFIG_STATUS <<\_ACEOF
29305 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
29306 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
29308 - |
*:- |
*:-:* ) # input from stdin
29310 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
29311 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
29312 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
29313 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
29314 * ) ac_file_in
=$ac_file.
in ;;
29317 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
29318 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
29319 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29320 X"$ac_file" : 'X\(//\)[^/]' \| \
29321 X"$ac_file" : 'X\(//\)$' \| \
29322 X"$ac_file" : 'X\(/\)' \| \
29323 . : '\(.\)' 2>/dev/null ||
29325 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
29326 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
29327 /^X\(\/\/\)$/{ s//\1/; q; }
29328 /^X\(\/\).*/{ s//\1/; q; }
29330 { if $as_mkdir_p; then
29335 while test ! -d "$as_dir"; do
29336 as_dirs
="$as_dir $as_dirs"
29337 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
29338 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29339 X"$as_dir" : 'X\(//\)[^/]' \| \
29340 X"$as_dir" : 'X\(//\)$' \| \
29341 X"$as_dir" : 'X\(/\)' \| \
29342 . : '\(.\)' 2>/dev/null ||
29344 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
29345 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
29346 /^X\(\/\/\)$/{ s//\1/; q; }
29347 /^X\(\/\).*/{ s//\1/; q; }
29350 test ! -n "$as_dirs" || mkdir
$as_dirs
29351 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
29352 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
29353 { (exit 1); exit 1; }; }; }
29357 if test "$ac_dir" != .
; then
29358 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
29359 # A "../" for each directory in $ac_dir_suffix.
29360 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
29362 ac_dir_suffix
= ac_top_builddir
=
29366 .
) # No --srcdir option. We are building in place.
29368 if test -z "$ac_top_builddir"; then
29371 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
29373 [\\/]* | ?
:[\\/]* ) # Absolute path.
29374 ac_srcdir
=$srcdir$ac_dir_suffix;
29375 ac_top_srcdir
=$srcdir ;;
29376 *) # Relative path.
29377 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
29378 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
29381 # Do not use `cd foo && pwd` to compute absolute paths, because
29382 # the directories may not exist.
29384 .
) ac_abs_builddir
="$ac_dir";;
29387 .
) ac_abs_builddir
=`pwd`;;
29388 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
29389 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
29392 case $ac_abs_builddir in
29393 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
29395 case ${ac_top_builddir}.
in
29396 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
29397 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
29398 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
29401 case $ac_abs_builddir in
29402 .
) ac_abs_srcdir
=$ac_srcdir;;
29405 .
) ac_abs_srcdir
=$ac_abs_builddir;;
29406 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
29407 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
29410 case $ac_abs_builddir in
29411 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
29413 case $ac_top_srcdir in
29414 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
29415 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
29416 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
29422 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
29423 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
29426 if test x
"$ac_file" != x-
; then
29427 { echo "$as_me:$LINENO: creating $ac_file" >&5
29428 echo "$as_me: creating $ac_file" >&6;}
29431 # Let's still pretend it is `configure' which instantiates (i.e., don't
29432 # use $as_me), people would be surprised to read:
29433 # /* config.h. Generated by config.status. */
29434 if test x
"$ac_file" = x-
; then
29437 configure_input
="$ac_file. "
29439 configure_input
=$configure_input"Generated from `echo $ac_file_in |
29440 sed 's,.*/,,'` by configure."
29442 # First look for the input files in the build tree, otherwise in the
29444 ac_file_inputs
=`IFS=:
29445 for f in $ac_file_in; do
29447 -) echo $tmp/stdin ;;
29449 # Absolute (can't be DOS-style, as IFS=:)
29450 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
29451 echo "$as_me: error: cannot find input file: $f" >&2;}
29452 { (exit 1); exit 1; }; }
29455 if test -f "$f"; then
29458 elif test -f "$srcdir/$f"; then
29463 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
29464 echo "$as_me: error: cannot find input file: $f" >&2;}
29465 { (exit 1); exit 1; }; }
29468 done` ||
{ (exit 1); exit 1; }
29470 cat >>$CONFIG_STATUS <<_ACEOF
29474 cat >>$CONFIG_STATUS <<\_ACEOF
29476 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
29477 s
,@configure_input@
,$configure_input,;t t
29478 s
,@srcdir@
,$ac_srcdir,;t t
29479 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
29480 s
,@top_srcdir@
,$ac_top_srcdir,;t t
29481 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
29482 s
,@builddir@
,$ac_builddir,;t t
29483 s
,@abs_builddir@
,$ac_abs_builddir,;t t
29484 s
,@top_builddir@
,$ac_top_builddir,;t t
29485 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
29486 s
,@INSTALL@
,$ac_INSTALL,;t t
29487 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
29489 if test x"$ac_file" != x-; then
29490 mv $tmp/out $ac_file
29496 # Run the commands associated with the file.
29498 scripts/jar ) chmod +x scripts/jar ;;
29502 cat >>$CONFIG_STATUS <<\_ACEOF
29505 # CONFIG_HEADER section.
29508 # These sed commands are passed to sed as "A NAME B NAME C VALUE D
", where
29509 # NAME is the cpp macro being defined and VALUE is the value it is being given.
29511 # ac_d sets the value in "#define NAME VALUE" lines.
29512 ac_dA
='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
29513 ac_dB
='[ ].*$,\1#\2'
29516 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
29517 ac_uA
='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
29518 ac_uB
='$,\1#\2define\3'
29522 for ac_file
in : $CONFIG_HEADERS; do test "x$ac_file" = x
: && continue
29523 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
29525 - |
*:- |
*:-:* ) # input from stdin
29527 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
29528 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
29529 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
29530 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
29531 * ) ac_file_in
=$ac_file.
in ;;
29534 test x
"$ac_file" != x-
&& { echo "$as_me:$LINENO: creating $ac_file" >&5
29535 echo "$as_me: creating $ac_file" >&6;}
29537 # First look for the input files in the build tree, otherwise in the
29539 ac_file_inputs
=`IFS=:
29540 for f in $ac_file_in; do
29542 -) echo $tmp/stdin ;;
29544 # Absolute (can't be DOS-style, as IFS=:)
29545 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
29546 echo "$as_me: error: cannot find input file: $f" >&2;}
29547 { (exit 1); exit 1; }; }
29548 # Do quote $f, to prevent DOS paths from being IFS'd.
29551 if test -f "$f"; then
29554 elif test -f "$srcdir/$f"; then
29559 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
29560 echo "$as_me: error: cannot find input file: $f" >&2;}
29561 { (exit 1); exit 1; }; }
29564 done` ||
{ (exit 1); exit 1; }
29565 # Remove the trailing spaces.
29566 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
29570 # Transform confdefs.h into two sed scripts, `conftest.defines' and
29571 # `conftest.undefs', that substitutes the proper values into
29572 # config.h.in to produce config.h. The first handles `#define'
29573 # templates, and the second `#undef' templates.
29574 # And first: Protect against being on the right side of a sed subst in
29575 # config.status. Protect against being in an unquoted here document
29576 # in config.status.
29577 rm -f conftest.defines conftest.undefs
29578 # Using a here document instead of a string reduces the quoting nightmare.
29579 # Putting comments in sed scripts is not portable.
29581 # `end' is used to avoid that the second main sed command (meant for
29582 # 0-ary CPP macros) applies to n-ary macro definitions.
29583 # See the Autoconf documentation for `clear'.
29584 cat >confdef2sed.
sed <<\_ACEOF
29589 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
29591 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
29594 # If some macros were called several times there might be several times
29595 # the same #defines, which is useless. Nevertheless, we may not want to
29596 # sort them, since we want the *last* AC-DEFINE to be honored.
29597 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
29598 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
29599 rm -f confdef2sed.sed
29601 # This sed command replaces #undef with comments. This is necessary, for
29602 # example, in the case of _POSIX_SOURCE, which is predefined and required
29603 # on some systems where configure will not decide to define it.
29604 cat >>conftest.undefs <<\_ACEOF
29605 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
29608 # Break up conftest.defines because some shells have a limit on the size
29609 # of here documents, and old seds have small limits too (100 cmds).
29610 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
29611 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
29612 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
29613 echo ' :' >>$CONFIG_STATUS
29614 rm -f conftest.tail
29615 while grep . conftest.defines >/dev/null
29617 # Write a limited-size here document to $tmp/defines.sed.
29618 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
29619 # Speed up: don't consider the non `#define' lines.
29620 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
29621 # Work around the forget-to-reset-the-flag bug.
29622 echo 't clr' >>$CONFIG_STATUS
29623 echo ': clr' >>$CONFIG_STATUS
29624 sed ${ac_max_here_lines}q conftest.defines
>>$CONFIG_STATUS
29626 sed -f $tmp/defines.sed $tmp/in >$tmp/out
29628 mv $tmp/out $tmp/in
29630 sed 1,${ac_max_here_lines}d conftest.defines
>conftest.
tail
29631 rm -f conftest.defines
29632 mv conftest.
tail conftest.defines
29634 rm -f conftest.defines
29635 echo ' fi # grep' >>$CONFIG_STATUS
29636 echo >>$CONFIG_STATUS
29638 # Break up conftest.undefs because some shells have a limit on the size
29639 # of here documents, and old seds have small limits too (100 cmds).
29640 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
29641 rm -f conftest.
tail
29642 while grep . conftest.undefs
>/dev
/null
29644 # Write a limited-size here document to $tmp/undefs.sed.
29645 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
29646 # Speed up: don't consider the non
`#undef'
29647 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
29648 # Work around the forget-to-reset-the-flag bug.
29649 echo 't clr' >>$CONFIG_STATUS
29650 echo ': clr' >>$CONFIG_STATUS
29651 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
29653 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
29655 mv $tmp/out $tmp/in
29657 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
29658 rm -f conftest.undefs
29659 mv conftest.tail conftest.undefs
29661 rm -f conftest.undefs
29663 cat >>$CONFIG_STATUS <<\_ACEOF
29664 # Let's still pretend it is `configure
' which instantiates (i.e., don't
29665 # use $as_me), people would be surprised to read:
29666 # /* config.h. Generated by config.status. */
29667 if test x
"$ac_file" = x-
; then
29668 echo "/* Generated by configure. */" >$tmp/config.h
29670 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
29672 cat $tmp/in >>$tmp/config.h
29674 if test x
"$ac_file" != x-
; then
29675 if diff $ac_file $tmp/config.h
>/dev
/null
2>&1; then
29676 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
29677 echo "$as_me: $ac_file is unchanged" >&6;}
29679 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
29680 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29681 X"$ac_file" : 'X\(//\)[^/]' \| \
29682 X"$ac_file" : 'X\(//\)$' \| \
29683 X"$ac_file" : 'X\(/\)' \| \
29684 . : '\(.\)' 2>/dev/null ||
29686 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
29687 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
29688 /^X\(\/\/\)$/{ s//\1/; q; }
29689 /^X\(\/\).*/{ s//\1/; q; }
29691 { if $as_mkdir_p; then
29696 while test ! -d "$as_dir"; do
29697 as_dirs
="$as_dir $as_dirs"
29698 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
29699 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29700 X"$as_dir" : 'X\(//\)[^/]' \| \
29701 X"$as_dir" : 'X\(//\)$' \| \
29702 X"$as_dir" : 'X\(/\)' \| \
29703 . : '\(.\)' 2>/dev/null ||
29705 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
29706 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
29707 /^X\(\/\/\)$/{ s//\1/; q; }
29708 /^X\(\/\).*/{ s//\1/; q; }
29711 test ! -n "$as_dirs" || mkdir
$as_dirs
29712 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
29713 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
29714 { (exit 1); exit 1; }; }; }
29717 mv $tmp/config.h
$ac_file
29721 rm -f $tmp/config.h
29723 # Compute $ac_file's index in $config_headers.
29725 for _am_header
in $config_headers :; do
29726 case $_am_header in
29727 $ac_file |
$ac_file:* )
29730 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
29733 echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
29734 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29735 X$ac_file : 'X\(//\)[^/]' \| \
29736 X$ac_file : 'X\(//\)$' \| \
29737 X$ac_file : 'X\(/\)' \| \
29738 . : '\(.\)' 2>/dev/null ||
29740 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
29741 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
29742 /^X\(\/\/\)$/{ s//\1/; q; }
29743 /^X\(\/\).*/{ s//\1/; q; }
29744 s/.*/./; q'`/stamp-h
$_am_stamp_count
29747 cat >>$CONFIG_STATUS <<\_ACEOF
29750 # CONFIG_LINKS section.
29753 for ac_file
in : $CONFIG_LINKS; do test "x$ac_file" = x
: && continue
29754 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
29755 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
29757 { echo "$as_me:$LINENO: linking $srcdir/$ac_source to $ac_dest" >&5
29758 echo "$as_me: linking $srcdir/$ac_source to $ac_dest" >&6;}
29760 if test ! -r $srcdir/$ac_source; then
29761 { { echo "$as_me:$LINENO: error: $srcdir/$ac_source: file not found" >&5
29762 echo "$as_me: error: $srcdir/$ac_source: file not found" >&2;}
29763 { (exit 1); exit 1; }; }
29767 # Make relative symlinks.
29768 ac_dest_dir
=`(dirname "$ac_dest") 2>/dev/null ||
29769 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29770 X"$ac_dest" : 'X\(//\)[^/]' \| \
29771 X"$ac_dest" : 'X\(//\)$' \| \
29772 X"$ac_dest" : 'X\(/\)' \| \
29773 . : '\(.\)' 2>/dev/null ||
29775 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
29776 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
29777 /^X\(\/\/\)$/{ s//\1/; q; }
29778 /^X\(\/\).*/{ s//\1/; q; }
29780 { if $as_mkdir_p; then
29781 mkdir
-p "$ac_dest_dir"
29783 as_dir
="$ac_dest_dir"
29785 while test ! -d "$as_dir"; do
29786 as_dirs
="$as_dir $as_dirs"
29787 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
29788 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29789 X"$as_dir" : 'X\(//\)[^/]' \| \
29790 X"$as_dir" : 'X\(//\)$' \| \
29791 X"$as_dir" : 'X\(/\)' \| \
29792 . : '\(.\)' 2>/dev/null ||
29794 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
29795 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
29796 /^X\(\/\/\)$/{ s//\1/; q; }
29797 /^X\(\/\).*/{ s//\1/; q; }
29800 test ! -n "$as_dirs" || mkdir
$as_dirs
29801 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dest_dir\"" >&5
29802 echo "$as_me: error: cannot create directory \"$ac_dest_dir\"" >&2;}
29803 { (exit 1); exit 1; }; }; }
29807 if test "$ac_dest_dir" != .
; then
29808 ac_dir_suffix
=/`echo "$ac_dest_dir" | sed 's,^\.[\\/],,'`
29809 # A "../" for each directory in $ac_dir_suffix.
29810 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
29812 ac_dir_suffix
= ac_top_builddir
=
29816 .
) # No --srcdir option. We are building in place.
29818 if test -z "$ac_top_builddir"; then
29821 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
29823 [\\/]* | ?
:[\\/]* ) # Absolute path.
29824 ac_srcdir
=$srcdir$ac_dir_suffix;
29825 ac_top_srcdir
=$srcdir ;;
29826 *) # Relative path.
29827 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
29828 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
29831 # Do not use `cd foo && pwd` to compute absolute paths, because
29832 # the directories may not exist.
29834 .
) ac_abs_builddir
="$ac_dest_dir";;
29836 case "$ac_dest_dir" in
29837 .
) ac_abs_builddir
=`pwd`;;
29838 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dest_dir";;
29839 *) ac_abs_builddir
=`pwd`/"$ac_dest_dir";;
29842 case $ac_abs_builddir in
29843 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
29845 case ${ac_top_builddir}.
in
29846 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
29847 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
29848 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
29851 case $ac_abs_builddir in
29852 .
) ac_abs_srcdir
=$ac_srcdir;;
29855 .
) ac_abs_srcdir
=$ac_abs_builddir;;
29856 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
29857 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
29860 case $ac_abs_builddir in
29861 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
29863 case $ac_top_srcdir in
29864 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
29865 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
29866 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
29872 [\\/$
]* | ?
:[\\/]* ) ac_rel_source
=$srcdir/$ac_source ;;
29873 *) ac_rel_source
=$ac_top_builddir$srcdir/$ac_source ;;
29876 # Try a symlink, then a hard link, then a copy.
29877 ln -s $ac_rel_source $ac_dest 2>/dev
/null ||
29878 ln $srcdir/$ac_source $ac_dest 2>/dev
/null ||
29879 cp -p $srcdir/$ac_source $ac_dest ||
29880 { { echo "$as_me:$LINENO: error: cannot link or copy $srcdir/$ac_source to $ac_dest" >&5
29881 echo "$as_me: error: cannot link or copy $srcdir/$ac_source to $ac_dest" >&2;}
29882 { (exit 1); exit 1; }; }
29885 cat >>$CONFIG_STATUS <<\_ACEOF
29888 # CONFIG_COMMANDS section.
29890 for ac_file
in : $CONFIG_COMMANDS; do test "x$ac_file" = x
: && continue
29891 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
29892 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
29893 ac_dir
=`(dirname "$ac_dest") 2>/dev/null ||
29894 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29895 X"$ac_dest" : 'X\(//\)[^/]' \| \
29896 X"$ac_dest" : 'X\(//\)$' \| \
29897 X"$ac_dest" : 'X\(/\)' \| \
29898 . : '\(.\)' 2>/dev/null ||
29900 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
29901 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
29902 /^X\(\/\/\)$/{ s//\1/; q; }
29903 /^X\(\/\).*/{ s//\1/; q; }
29905 { if $as_mkdir_p; then
29910 while test ! -d "$as_dir"; do
29911 as_dirs
="$as_dir $as_dirs"
29912 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
29913 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29914 X"$as_dir" : 'X\(//\)[^/]' \| \
29915 X"$as_dir" : 'X\(//\)$' \| \
29916 X"$as_dir" : 'X\(/\)' \| \
29917 . : '\(.\)' 2>/dev/null ||
29919 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
29920 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
29921 /^X\(\/\/\)$/{ s//\1/; q; }
29922 /^X\(\/\).*/{ s//\1/; q; }
29925 test ! -n "$as_dirs" || mkdir
$as_dirs
29926 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
29927 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
29928 { (exit 1); exit 1; }; }; }
29932 if test "$ac_dir" != .
; then
29933 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
29934 # A "../" for each directory in $ac_dir_suffix.
29935 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
29937 ac_dir_suffix
= ac_top_builddir
=
29941 .
) # No --srcdir option. We are building in place.
29943 if test -z "$ac_top_builddir"; then
29946 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
29948 [\\/]* | ?
:[\\/]* ) # Absolute path.
29949 ac_srcdir
=$srcdir$ac_dir_suffix;
29950 ac_top_srcdir
=$srcdir ;;
29951 *) # Relative path.
29952 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
29953 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
29956 # Do not use `cd foo && pwd` to compute absolute paths, because
29957 # the directories may not exist.
29959 .
) ac_abs_builddir
="$ac_dir";;
29962 .
) ac_abs_builddir
=`pwd`;;
29963 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
29964 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
29967 case $ac_abs_builddir in
29968 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
29970 case ${ac_top_builddir}.
in
29971 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
29972 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
29973 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
29976 case $ac_abs_builddir in
29977 .
) ac_abs_srcdir
=$ac_srcdir;;
29980 .
) ac_abs_srcdir
=$ac_abs_builddir;;
29981 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
29982 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
29985 case $ac_abs_builddir in
29986 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
29988 case $ac_top_srcdir in
29989 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
29990 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
29991 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
29996 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
29997 echo "$as_me: executing $ac_dest commands" >&6;}
30000 # Only add multilib support code if we just rebuilt the top-level
30002 case " $CONFIG_FILES " in
30004 ac_file
=Makefile .
${multi_basedir}/config-ml.
in
30007 depfiles
) test x
"$AMDEP_TRUE" != x
"" ||
for mf
in $CONFIG_FILES; do
30008 # Strip MF so we end up with the name of the file.
30009 mf
=`echo "$mf" | sed -e 's/:.*$//'`
30010 # Check whether this is an Automake generated Makefile or not.
30011 # We used to match only the files named `Makefile.in', but
30012 # some people rename them; so instead we look at the file content.
30013 # Grep'ing the first line is not enough: some people post-process
30014 # each Makefile.in and add a new line on top of each file to say so.
30015 # So let's grep whole file.
30016 if grep '^#.*generated by automake' $mf > /dev
/null
2>&1; then
30017 dirpart
=`(dirname "$mf") 2>/dev/null ||
30018 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
30019 X"$mf" : 'X\(//\)[^/]' \| \
30020 X"$mf" : 'X\(//\)$' \| \
30021 X"$mf" : 'X\(/\)' \| \
30022 . : '\(.\)' 2>/dev/null ||
30024 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
30025 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
30026 /^X\(\/\/\)$/{ s//\1/; q; }
30027 /^X\(\/\).*/{ s//\1/; q; }
30032 # Extract the definition of DEPDIR, am__include, and am__quote
30033 # from the Makefile without running `make'.
30034 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
30035 test -z "$DEPDIR" && continue
30036 am__include
=`sed -n 's/^am__include = //p' < "$mf"`
30037 test -z "am__include" && continue
30038 am__quote
=`sed -n 's/^am__quote = //p' < "$mf"`
30039 # When using ansi2knr, U may be empty or an underscore; expand it
30040 U
=`sed -n 's/^U = //p' < "$mf"`
30041 # Find all dependency output files, they are included files with
30042 # $(DEPDIR) in their names. We invoke sed twice because it is the
30043 # simplest approach to changing $(DEPDIR) to its actual value in the
30045 for file in `sed -n "
30046 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
30047 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
30048 # Make sure the directory exists.
30049 test -f "$dirpart/$file" && continue
30050 fdir
=`(dirname "$file") 2>/dev/null ||
30051 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
30052 X"$file" : 'X\(//\)[^/]' \| \
30053 X"$file" : 'X\(//\)$' \| \
30054 X"$file" : 'X\(/\)' \| \
30055 . : '\(.\)' 2>/dev/null ||
30057 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
30058 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
30059 /^X\(\/\/\)$/{ s//\1/; q; }
30060 /^X\(\/\).*/{ s//\1/; q; }
30062 { if $as_mkdir_p; then
30063 mkdir
-p $dirpart/$fdir
30065 as_dir
=$dirpart/$fdir
30067 while test ! -d "$as_dir"; do
30068 as_dirs
="$as_dir $as_dirs"
30069 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
30070 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
30071 X"$as_dir" : 'X\(//\)[^/]' \| \
30072 X"$as_dir" : 'X\(//\)$' \| \
30073 X"$as_dir" : 'X\(/\)' \| \
30074 . : '\(.\)' 2>/dev/null ||
30076 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
30077 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
30078 /^X\(\/\/\)$/{ s//\1/; q; }
30079 /^X\(\/\).*/{ s//\1/; q; }
30082 test ! -n "$as_dirs" || mkdir
$as_dirs
30083 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
30084 echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
30085 { (exit 1); exit 1; }; }; }
30087 # echo "creating $dirpart/$file"
30088 echo '# dummy' > "$dirpart/$file"
30094 # See if we are running on zsh, and set the options which allow our
30095 # commands through without removal of \ escapes.
30096 if test -n "${ZSH_VERSION+set}" ; then
30097 setopt NO_GLOB_SUBST
30100 cfgfile
="${ofile}T"
30101 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
30104 cat <<_LT_EOF >> "$cfgfile"
30107 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
30108 # Generated automatically by $as_me (GNU $PACKAGE$TIMESTAMP) $VERSION
30109 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
30110 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
30112 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
30113 # 2006, 2007 Free Software Foundation, Inc.
30115 # This file is part of GNU Libtool:
30116 # Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
30118 # This program is free software; you can redistribute it and/or modify
30119 # it under the terms of the GNU General Public License as published by
30120 # the Free Software Foundation; either version 2 of the License, or
30121 # (at your option) any later version.
30123 # This program is distributed in the hope that it will be useful, but
30124 # WITHOUT ANY WARRANTY; without even the implied warranty of
30125 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
30126 # General Public License for more details.
30128 # You should have received a copy of the GNU General Public License
30129 # along with this program; if not, a copy can be downloaded from
30130 # http://www.gnu.org/copyleft/gpl.html, or by writing to the Free
30131 # Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
30132 # MA 02110-1301, USA.
30134 # As a special exception to the GNU General Public License, if you
30135 # distribute this file as part of a program that contains a
30136 # configuration script generated by Autoconf, you may include it under
30137 # the same distribution terms that you use for the rest of that program.
30140 # The names of the tagged configurations supported by this script.
30141 available_tags="CXX GCJ "
30143 # ### BEGIN LIBTOOL CONFIG
30145 # Which release of libtool.m4 was used?
30146 macro_version=$macro_version
30147 macro_revision=$macro_revision
30149 # Whether or not to build shared libraries.
30150 build_libtool_libs=$enable_shared
30152 # Whether or not to build static libraries.
30153 build_old_libs=$enable_static
30155 # What type of objects to build.
30158 # Whether or not to optimize for fast installation.
30159 fast_install=$enable_fast_install
30162 host_alias=$host_alias
30166 # The build system.
30167 build_alias=$build_alias
30171 # A sed program that does not truncate output.
30174 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
30175 Xsed="\$SED -e 1s/^X//"
30177 # A grep program that handles long lines.
30183 # A literal string matcher.
30186 # A BSD- or MS-compatible name lister.
30189 # Whether we need soft or hard links.
30192 # What is the maximum length of a command?
30193 max_cmd_len=$max_cmd_len
30195 # Object file suffix (normally "o").
30198 # Executable file suffix (normally "").
30201 # whether the shell understands "unset".
30204 # turn spaces into newlines.
30207 # turn newlines into spaces.
30210 # How to create reloadable object files.
30211 reload_flag=$lt_reload_flag
30212 reload_cmds=$lt_reload_cmds
30214 # Method to check whether dependent libraries are shared objects.
30215 deplibs_check_method=$lt_deplibs_check_method
30217 # Command to use when deplibs_check_method == "file_magic".
30218 file_magic_cmd=$lt_file_magic_cmd
30222 AR_FLAGS=$lt_AR_FLAGS
30224 # A symbol stripping program.
30227 # Commands used to install an old-style archive.
30229 old_postinstall_cmds=$lt_old_postinstall_cmds
30230 old_postuninstall_cmds=$lt_old_postuninstall_cmds
30235 # LTCC compiler flags.
30236 LTCFLAGS=$lt_CFLAGS
30238 # Take the output of nm and produce a listing of raw symbols and C names.
30239 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
30241 # Transform the output of nm in a proper C declaration.
30242 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
30244 # Transform the output of nm in a C name address pair.
30245 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
30247 # The name of the directory that contains temporary libtool files.
30250 # Shell to use when invoking shell scripts.
30253 # An echo program that does not interpret backslashes.
30256 # Used to examine libraries when file_magic_cmd begins with "file".
30257 MAGIC_CMD=$MAGIC_CMD
30259 # Must we lock files when doing compilation?
30260 need_locks=$lt_need_locks
30262 # Old archive suffix (normally "a").
30265 # Shared library suffix (normally ".so").
30266 shrext_cmds=$lt_shrext_cmds
30268 # The commands to extract the exported symbol list from a shared archive.
30269 extract_expsyms_cmds=$lt_extract_expsyms_cmds
30271 # Variables whose values should be saved in libtool wrapper scripts and
30272 # restored at link time.
30273 variables_saved_for_relink=$lt_variables_saved_for_relink
30275 # Do we need the "lib" prefix for modules?
30276 need_lib_prefix=$need_lib_prefix
30278 # Do we need a version for libraries?
30279 need_version=$need_version
30281 # Library versioning type.
30282 version_type=$version_type
30284 # Shared library runtime path variable.
30285 runpath_var=$runpath_var
30287 # Shared library path variable.
30288 shlibpath_var=$shlibpath_var
30290 # Is shlibpath searched before the hard-coded library search path?
30291 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
30293 # Format of library name prefix.
30294 libname_spec=$lt_libname_spec
30296 # List of archive names. First name is the real one, the rest are links.
30297 # The last name is the one that the linker finds with -lNAME
30298 library_names_spec=$lt_library_names_spec
30300 # The coded name of the library, if different from the real name.
30301 soname_spec=$lt_soname_spec
30303 # Command to use after installation of a shared archive.
30304 postinstall_cmds=$lt_postinstall_cmds
30306 # Command to use after uninstallation of a shared archive.
30307 postuninstall_cmds=$lt_postuninstall_cmds
30309 # Commands used to finish a libtool library installation in a directory.
30310 finish_cmds=$lt_finish_cmds
30312 # As "finish_cmds", except a single script fragment to be evaled but
30314 finish_eval=$lt_finish_eval
30316 # Whether we should hardcode library paths into libraries.
30317 hardcode_into_libs=$hardcode_into_libs
30319 # Compile-time system search path for libraries.
30320 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
30322 # Run-time system search path for libraries.
30323 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
30325 # Whether dlopen is supported.
30326 dlopen_support=$enable_dlopen
30328 # Whether dlopen of programs is supported.
30329 dlopen_self=$enable_dlopen_self
30331 # Whether dlopen of statically linked programs is supported.
30332 dlopen_self_static=$enable_dlopen_self_static
30334 # Commands to strip libraries.
30335 old_striplib=$lt_old_striplib
30336 striplib=$lt_striplib
30339 # The linker used to build libraries.
30342 # Commands used to build an old-style archive.
30343 old_archive_cmds=$lt_old_archive_cmds
30345 # A language specific compiler.
30348 # Is the compiler the GNU compiler?
30351 # Compiler flag to turn off builtin functions.
30352 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
30354 # How to pass a linker flag through the compiler.
30355 wl=$lt_lt_prog_compiler_wl
30357 # Additional compiler flags for building library objects.
30358 pic_flag=$lt_lt_prog_compiler_pic
30360 # Compiler flag to prevent dynamic linking.
30361 link_static_flag=$lt_lt_prog_compiler_static
30363 # Does compiler simultaneously support -c and -o options?
30364 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
30366 # Whether or not to add -lc for building shared libraries.
30367 build_libtool_need_lc=$archive_cmds_need_lc
30369 # Whether or not to disallow shared libs when runtime libs are static.
30370 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
30372 # Compiler flag to allow reflexive dlopens.
30373 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
30375 # Compiler flag to generate shared objects directly from archives.
30376 whole_archive_flag_spec=$lt_whole_archive_flag_spec
30378 # Whether the compiler copes with passing no objects directly.
30379 compiler_needs_object=$lt_compiler_needs_object
30381 # Create an old-style archive from a shared archive.
30382 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
30384 # Create a temporary old-style archive to link instead of a shared archive.
30385 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
30387 # Commands used to build a shared archive.
30388 archive_cmds=$lt_archive_cmds
30389 archive_expsym_cmds=$lt_archive_expsym_cmds
30391 # Commands used to build a loadable module if different from building
30392 # a shared archive.
30393 module_cmds=$lt_module_cmds
30394 module_expsym_cmds=$lt_module_expsym_cmds
30396 # Whether we are building with GNU ld or not.
30397 with_gnu_ld=$lt_with_gnu_ld
30399 # Flag that allows shared libraries with undefined symbols to be built.
30400 allow_undefined_flag=$lt_allow_undefined_flag
30402 # Flag that enforces no undefined symbols.
30403 no_undefined_flag=$lt_no_undefined_flag
30405 # Flag to hardcode \$libdir into a binary during linking.
30406 # This must work even if \$libdir does not exist
30407 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
30409 # If ld is used when linking, flag to hardcode \$libdir into a binary
30410 # during linking. This must work even if \$libdir does not exist.
30411 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
30413 # Whether we need a single "-rpath" flag with a separated argument.
30414 hardcode_libdir_separator=$lt_hardcode_libdir_separator
30416 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
30417 # DIR into the resulting binary.
30418 hardcode_direct=$hardcode_direct
30420 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
30421 # DIR into the resulting binary and the resulting library dependency is
30422 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
30423 # library is relocated.
30424 hardcode_direct_absolute=$hardcode_direct_absolute
30426 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
30427 # into the resulting binary.
30428 hardcode_minus_L=$hardcode_minus_L
30430 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
30431 # into the resulting binary.
30432 hardcode_shlibpath_var=$hardcode_shlibpath_var
30434 # Set to "yes" if building a shared library automatically hardcodes DIR
30435 # into the library and all subsequent libraries and executables linked
30437 hardcode_automatic=$hardcode_automatic
30439 # Set to yes if linker adds runtime paths of dependent libraries
30440 # to runtime path list.
30441 inherit_rpath=$inherit_rpath
30443 # Whether libtool must link a program against all its dependency libraries.
30444 link_all_deplibs=$link_all_deplibs
30446 # Fix the shell variable \$srcfile for the compiler.
30447 fix_srcfile_path=$lt_fix_srcfile_path
30449 # Set to "yes" if exported symbols are required.
30450 always_export_symbols=$always_export_symbols
30452 # The commands to list exported symbols.
30453 export_symbols_cmds=$lt_export_symbols_cmds
30455 # Symbols that should not be listed in the preloaded symbols.
30456 exclude_expsyms=$lt_exclude_expsyms
30458 # Symbols that must always be exported.
30459 include_expsyms=$lt_include_expsyms
30461 # Commands necessary for linking programs (against libraries) with templates.
30462 prelink_cmds=$lt_prelink_cmds
30464 # Specify filename containing input files.
30465 file_list_spec=$lt_file_list_spec
30467 # How to hardcode a shared library path into an executable.
30468 hardcode_action=$hardcode_action
30470 # Dependencies to place before and after the objects being linked to
30471 # create a shared library.
30472 predep_objects=$lt_predep_objects
30473 postdep_objects=$lt_postdep_objects
30474 predeps=$lt_predeps
30475 postdeps=$lt_postdeps
30477 # The library search path used internally by the compiler when linking
30478 # a shared library.
30479 compiler_lib_search_path=$lt_compiler_lib_search_path
30481 # ### END LIBTOOL CONFIG
30487 cat <<\_LT_EOF
>> "$cfgfile"
30488 # AIX sometimes has problems with the GCC collect2 program. For some
30489 # reason, if we set the COLLECT_NAMES environment variable, the problems
30490 # vanish in a puff of smoke.
30491 if test "X${COLLECT_NAMES+set}" != Xset
; then
30493 export COLLECT_NAMES
30500 ltmain
="$ac_aux_dir/ltmain.sh"
30503 # We use sed instead of cat because bash on DJGPP gets confused if
30504 # if finds mixed CR/LF and LF-only lines. Since sed operates in
30505 # text mode, it properly converts lines to CR/LF. This bash problem
30506 # is reportedly fixed, but why not run on old versions too?
30507 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
30508 ||
(rm -f "$cfgfile"; exit 1)
30512 cat << \_LT_EOF
>> "$cfgfile"
30513 # func_dirname file append nondir_replacement
30514 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
30515 # otherwise set result to NONDIR_REPLACEMENT.
30519 */*) func_dirname_result
="${1%/*}${2}" ;;
30520 * ) func_dirname_result
="${3}" ;;
30524 # func_basename file
30527 func_basename_result
="${1##*/}"
30530 # func_stripname prefix suffix name
30531 # strip PREFIX and SUFFIX off of NAME.
30532 # PREFIX and SUFFIX must not contain globbing or regex special
30533 # characters, hashes, percent signs, but SUFFIX may contain a leading
30534 # dot (in which case that matches only a dot).
30537 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
30538 # positional parameters, so assign one to ordinary parameter first.
30539 func_stripname_result
=${3}
30540 func_stripname_result
=${func_stripname_result#"${1}"}
30541 func_stripname_result
=${func_stripname_result%"${2}"}
30547 func_opt_split_opt
=${1%%=*}
30548 func_opt_split_arg
=${1#*=}
30555 *.lo
) func_lo2o_result
=${1%.lo}.
${objext} ;;
30556 *) func_lo2o_result
=${1} ;;
30561 *) # Bourne compatible functions.
30562 cat << \_LT_EOF
>> "$cfgfile"
30563 # func_dirname file append nondir_replacement
30564 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
30565 # otherwise set result to NONDIR_REPLACEMENT.
30568 # Extract subdirectory from the argument.
30569 func_dirname_result
=`$ECHO "X${1}" | $Xsed -e "$dirname"`
30570 if test "X$func_dirname_result" = "X${1}"; then
30571 func_dirname_result
="${3}"
30573 func_dirname_result
="$func_dirname_result${2}"
30577 # func_basename file
30580 func_basename_result
=`$ECHO "X${1}" | $Xsed -e "$basename"`
30583 # func_stripname prefix suffix name
30584 # strip PREFIX and SUFFIX off of NAME.
30585 # PREFIX and SUFFIX must not contain globbing or regex special
30586 # characters, hashes, percent signs, but SUFFIX may contain a leading
30587 # dot (in which case that matches only a dot).
30588 # func_strip_suffix prefix name
30592 .
*) func_stripname_result
=`$ECHO "X${3}" \
30593 | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
30594 *) func_stripname_result
=`$ECHO "X${3}" \
30595 | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
30600 my_sed_long_opt
='1s/^\(-[^=]*\)=.*/\1/;q'
30601 my_sed_long_arg
='1s/^-[^=]*=//'
30606 func_opt_split_opt
=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
30607 func_opt_split_arg
=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
30613 func_lo2o_result
=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
30618 case $lt_shell_append in
30620 cat << \_LT_EOF
>> "$cfgfile"
30622 # func_append var value
30623 # Append VALUE to the end of shell variable VAR.
30631 cat << \_LT_EOF
>> "$cfgfile"
30633 # func_append var value
30634 # Append VALUE to the end of shell variable VAR.
30644 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
30645 ||
(rm -f "$cfgfile"; exit 1)
30647 mv -f "$cfgfile" "$ofile" ||
30648 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
30652 cat <<_LT_EOF >> "$ofile"
30654 # ### BEGIN LIBTOOL TAG CONFIG: CXX
30656 # The linker used to build libraries.
30659 # Commands used to build an old-style archive.
30660 old_archive_cmds=$lt_old_archive_cmds_CXX
30662 # A language specific compiler.
30663 CC=$lt_compiler_CXX
30665 # Is the compiler the GNU compiler?
30668 # Compiler flag to turn off builtin functions.
30669 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_CXX
30671 # How to pass a linker flag through the compiler.
30672 wl=$lt_lt_prog_compiler_wl_CXX
30674 # Additional compiler flags for building library objects.
30675 pic_flag=$lt_lt_prog_compiler_pic_CXX
30677 # Compiler flag to prevent dynamic linking.
30678 link_static_flag=$lt_lt_prog_compiler_static_CXX
30680 # Does compiler simultaneously support -c and -o options?
30681 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_CXX
30683 # Whether or not to add -lc for building shared libraries.
30684 build_libtool_need_lc=$archive_cmds_need_lc_CXX
30686 # Whether or not to disallow shared libs when runtime libs are static.
30687 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_CXX
30689 # Compiler flag to allow reflexive dlopens.
30690 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_CXX
30692 # Compiler flag to generate shared objects directly from archives.
30693 whole_archive_flag_spec=$lt_whole_archive_flag_spec_CXX
30695 # Whether the compiler copes with passing no objects directly.
30696 compiler_needs_object=$lt_compiler_needs_object_CXX
30698 # Create an old-style archive from a shared archive.
30699 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_CXX
30701 # Create a temporary old-style archive to link instead of a shared archive.
30702 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_CXX
30704 # Commands used to build a shared archive.
30705 archive_cmds=$lt_archive_cmds_CXX
30706 archive_expsym_cmds=$lt_archive_expsym_cmds_CXX
30708 # Commands used to build a loadable module if different from building
30709 # a shared archive.
30710 module_cmds=$lt_module_cmds_CXX
30711 module_expsym_cmds=$lt_module_expsym_cmds_CXX
30713 # Whether we are building with GNU ld or not.
30714 with_gnu_ld=$lt_with_gnu_ld_CXX
30716 # Flag that allows shared libraries with undefined symbols to be built.
30717 allow_undefined_flag=$lt_allow_undefined_flag_CXX
30719 # Flag that enforces no undefined symbols.
30720 no_undefined_flag=$lt_no_undefined_flag_CXX
30722 # Flag to hardcode \$libdir into a binary during linking.
30723 # This must work even if \$libdir does not exist
30724 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_CXX
30726 # If ld is used when linking, flag to hardcode \$libdir into a binary
30727 # during linking. This must work even if \$libdir does not exist.
30728 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_CXX
30730 # Whether we need a single "-rpath" flag with a separated argument.
30731 hardcode_libdir_separator=$lt_hardcode_libdir_separator_CXX
30733 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
30734 # DIR into the resulting binary.
30735 hardcode_direct=$hardcode_direct_CXX
30737 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
30738 # DIR into the resulting binary and the resulting library dependency is
30739 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
30740 # library is relocated.
30741 hardcode_direct_absolute=$hardcode_direct_absolute_CXX
30743 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
30744 # into the resulting binary.
30745 hardcode_minus_L=$hardcode_minus_L_CXX
30747 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
30748 # into the resulting binary.
30749 hardcode_shlibpath_var=$hardcode_shlibpath_var_CXX
30751 # Set to "yes" if building a shared library automatically hardcodes DIR
30752 # into the library and all subsequent libraries and executables linked
30754 hardcode_automatic=$hardcode_automatic_CXX
30756 # Set to yes if linker adds runtime paths of dependent libraries
30757 # to runtime path list.
30758 inherit_rpath=$inherit_rpath_CXX
30760 # Whether libtool must link a program against all its dependency libraries.
30761 link_all_deplibs=$link_all_deplibs_CXX
30763 # Fix the shell variable \$srcfile for the compiler.
30764 fix_srcfile_path=$lt_fix_srcfile_path_CXX
30766 # Set to "yes" if exported symbols are required.
30767 always_export_symbols=$always_export_symbols_CXX
30769 # The commands to list exported symbols.
30770 export_symbols_cmds=$lt_export_symbols_cmds_CXX
30772 # Symbols that should not be listed in the preloaded symbols.
30773 exclude_expsyms=$lt_exclude_expsyms_CXX
30775 # Symbols that must always be exported.
30776 include_expsyms=$lt_include_expsyms_CXX
30778 # Commands necessary for linking programs (against libraries) with templates.
30779 prelink_cmds=$lt_prelink_cmds_CXX
30781 # Specify filename containing input files.
30782 file_list_spec=$lt_file_list_spec_CXX
30784 # How to hardcode a shared library path into an executable.
30785 hardcode_action=$hardcode_action_CXX
30787 # Dependencies to place before and after the objects being linked to
30788 # create a shared library.
30789 predep_objects=$lt_predep_objects_CXX
30790 postdep_objects=$lt_postdep_objects_CXX
30791 predeps=$lt_predeps_CXX
30792 postdeps=$lt_postdeps_CXX
30794 # The library search path used internally by the compiler when linking
30795 # a shared library.
30796 compiler_lib_search_path=$lt_compiler_lib_search_path_CXX
30798 # ### END LIBTOOL TAG CONFIG: CXX
30802 cat <<_LT_EOF >> "$ofile"
30804 # ### BEGIN LIBTOOL TAG CONFIG: GCJ
30806 # The linker used to build libraries.
30809 # Commands used to build an old-style archive.
30810 old_archive_cmds=$lt_old_archive_cmds_GCJ
30812 # A language specific compiler.
30813 CC=$lt_compiler_GCJ
30815 # Is the compiler the GNU compiler?
30818 # Compiler flag to turn off builtin functions.
30819 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_GCJ
30821 # How to pass a linker flag through the compiler.
30822 wl=$lt_lt_prog_compiler_wl_GCJ
30824 # Additional compiler flags for building library objects.
30825 pic_flag=$lt_lt_prog_compiler_pic_GCJ
30827 # Compiler flag to prevent dynamic linking.
30828 link_static_flag=$lt_lt_prog_compiler_static_GCJ
30830 # Does compiler simultaneously support -c and -o options?
30831 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_GCJ
30833 # Whether or not to add -lc for building shared libraries.
30834 build_libtool_need_lc=$archive_cmds_need_lc_GCJ
30836 # Whether or not to disallow shared libs when runtime libs are static.
30837 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_GCJ
30839 # Compiler flag to allow reflexive dlopens.
30840 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_GCJ
30842 # Compiler flag to generate shared objects directly from archives.
30843 whole_archive_flag_spec=$lt_whole_archive_flag_spec_GCJ
30845 # Whether the compiler copes with passing no objects directly.
30846 compiler_needs_object=$lt_compiler_needs_object_GCJ
30848 # Create an old-style archive from a shared archive.
30849 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_GCJ
30851 # Create a temporary old-style archive to link instead of a shared archive.
30852 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_GCJ
30854 # Commands used to build a shared archive.
30855 archive_cmds=$lt_archive_cmds_GCJ
30856 archive_expsym_cmds=$lt_archive_expsym_cmds_GCJ
30858 # Commands used to build a loadable module if different from building
30859 # a shared archive.
30860 module_cmds=$lt_module_cmds_GCJ
30861 module_expsym_cmds=$lt_module_expsym_cmds_GCJ
30863 # Whether we are building with GNU ld or not.
30864 with_gnu_ld=$lt_with_gnu_ld_GCJ
30866 # Flag that allows shared libraries with undefined symbols to be built.
30867 allow_undefined_flag=$lt_allow_undefined_flag_GCJ
30869 # Flag that enforces no undefined symbols.
30870 no_undefined_flag=$lt_no_undefined_flag_GCJ
30872 # Flag to hardcode \$libdir into a binary during linking.
30873 # This must work even if \$libdir does not exist
30874 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_GCJ
30876 # If ld is used when linking, flag to hardcode \$libdir into a binary
30877 # during linking. This must work even if \$libdir does not exist.
30878 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_GCJ
30880 # Whether we need a single "-rpath" flag with a separated argument.
30881 hardcode_libdir_separator=$lt_hardcode_libdir_separator_GCJ
30883 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
30884 # DIR into the resulting binary.
30885 hardcode_direct=$hardcode_direct_GCJ
30887 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
30888 # DIR into the resulting binary and the resulting library dependency is
30889 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
30890 # library is relocated.
30891 hardcode_direct_absolute=$hardcode_direct_absolute_GCJ
30893 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
30894 # into the resulting binary.
30895 hardcode_minus_L=$hardcode_minus_L_GCJ
30897 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
30898 # into the resulting binary.
30899 hardcode_shlibpath_var=$hardcode_shlibpath_var_GCJ
30901 # Set to "yes" if building a shared library automatically hardcodes DIR
30902 # into the library and all subsequent libraries and executables linked
30904 hardcode_automatic=$hardcode_automatic_GCJ
30906 # Set to yes if linker adds runtime paths of dependent libraries
30907 # to runtime path list.
30908 inherit_rpath=$inherit_rpath_GCJ
30910 # Whether libtool must link a program against all its dependency libraries.
30911 link_all_deplibs=$link_all_deplibs_GCJ
30913 # Fix the shell variable \$srcfile for the compiler.
30914 fix_srcfile_path=$lt_fix_srcfile_path_GCJ
30916 # Set to "yes" if exported symbols are required.
30917 always_export_symbols=$always_export_symbols_GCJ
30919 # The commands to list exported symbols.
30920 export_symbols_cmds=$lt_export_symbols_cmds_GCJ
30922 # Symbols that should not be listed in the preloaded symbols.
30923 exclude_expsyms=$lt_exclude_expsyms_GCJ
30925 # Symbols that must always be exported.
30926 include_expsyms=$lt_include_expsyms_GCJ
30928 # Commands necessary for linking programs (against libraries) with templates.
30929 prelink_cmds=$lt_prelink_cmds_GCJ
30931 # Specify filename containing input files.
30932 file_list_spec=$lt_file_list_spec_GCJ
30934 # How to hardcode a shared library path into an executable.
30935 hardcode_action=$hardcode_action_GCJ
30937 # Dependencies to place before and after the objects being linked to
30938 # create a shared library.
30939 predep_objects=$lt_predep_objects_GCJ
30940 postdep_objects=$lt_postdep_objects_GCJ
30941 predeps=$lt_predeps_GCJ
30942 postdeps=$lt_postdeps_GCJ
30944 # The library search path used internally by the compiler when linking
30945 # a shared library.
30946 compiler_lib_search_path=$lt_compiler_lib_search_path_GCJ
30948 # ### END LIBTOOL TAG CONFIG: GCJ
30952 default
) # Only add multilib support code if we just rebuilt top-level Makefile.
30953 case " $CONFIG_FILES " in
30955 LD
="${ORIGINAL_LD_FOR_MULTILIBS}"
30956 ac_file
=Makefile .
${multi_basedir}/.
/libjava
/..
/config-ml.
in
30959 for ac_multi_file
in $CONFIG_FILES; do
30960 case $ac_multi_file in
30962 grep "^MULTI[^ ]* =" Makefile
>> "$ac_multi_file" ;;
30970 cat >>$CONFIG_STATUS <<\_ACEOF
30972 { (exit 0); exit 0; }
30974 chmod +x
$CONFIG_STATUS
30975 ac_clean_files
=$ac_clean_files_save
30978 # configure is writing to config.log, and then calls config.status.
30979 # config.status does its own redirection, appending to config.log.
30980 # Unfortunately, on DOS this fails, as config.log is still kept open
30981 # by configure, so config.status won't be able to write to it; its
30982 # output is simply discarded. So we exec the FD to /dev/null,
30983 # effectively closing config.log, so it can be properly (re)opened and
30984 # appended to by config.status. When coming back to configure, we
30985 # need to make the FD available again.
30986 if test "$no_create" != yes; then
30988 ac_config_status_args
=
30989 test "$silent" = yes &&
30990 ac_config_status_args
="$ac_config_status_args --quiet"
30992 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
30994 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
30995 # would make configure fail if this is the last instruction.
30996 $ac_cs_success ||
{ (exit 1); exit 1; }
31000 # CONFIG_SUBDIRS section, as fixed in confsubdir.m4.
31002 if test "$no_recursion" != yes; then
31004 # Remove --cache-file and --srcdir arguments so they do not pile up.
31005 ac_sub_configure_args
=
31007 eval "set x $ac_configure_args"
31011 if test -n "$ac_prev"; then
31016 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
31017 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
31018 ac_prev
=cache_file
;;
31019 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
31020 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* \
31023 --config-cache |
-C)
31025 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
31027 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
31029 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
31031 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
31035 *\'*) ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
31037 ac_sub_configure_args
="$ac_sub_configure_args '$ac_arg'" ;;
31041 # Always prepend --prefix to ensure using the same prefix
31042 # in subdir configurations.
31043 ac_arg
="--prefix=$prefix"
31045 *\'*) ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
31047 ac_sub_configure_args
="$ac_arg $ac_sub_configure_args"
31050 for ac_dir
in : $subdirs; do test "x$ac_dir" = x
: && continue
31052 # Do not complain, so a configure script can configure whichever
31053 # parts of a large source tree are present.
31054 test -d "$srcdir/$ac_dir" ||
continue
31056 { echo "$as_me:$LINENO: configuring in $ac_dir" >&5
31057 echo "$as_me: configuring in $ac_dir" >&6;}
31058 { if $as_mkdir_p; then
31063 while test ! -d "$as_dir"; do
31064 as_dirs
="$as_dir $as_dirs"
31065 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
31066 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
31067 X"$as_dir" : 'X\(//\)[^/]' \| \
31068 X"$as_dir" : 'X\(//\)$' \| \
31069 X"$as_dir" : 'X\(/\)' \| \
31070 . : '\(.\)' 2>/dev/null ||
31072 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
31073 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
31074 /^X\(\/\/\)$/{ s//\1/; q; }
31075 /^X\(\/\).*/{ s//\1/; q; }
31078 test ! -n "$as_dirs" || mkdir
$as_dirs
31079 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
31080 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
31081 { (exit 1); exit 1; }; }; }
31085 if test "$ac_dir" != .
; then
31086 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
31087 # A "../" for each directory in $ac_dir_suffix.
31088 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
31090 ac_dir_suffix
= ac_top_builddir
=
31094 .
) # No --srcdir option. We are building in place.
31096 if test -z "$ac_top_builddir"; then
31099 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
31101 [\\/]* | ?
:[\\/]* ) # Absolute path.
31102 ac_srcdir
=$srcdir$ac_dir_suffix;
31103 ac_top_srcdir
=$srcdir ;;
31104 *) # Relative path.
31105 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
31106 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
31109 # Do not use `cd foo && pwd` to compute absolute paths, because
31110 # the directories may not exist.
31112 .
) ac_abs_builddir
="$ac_dir";;
31115 .
) ac_abs_builddir
=`pwd`;;
31116 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
31117 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
31120 case $ac_abs_builddir in
31121 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
31123 case ${ac_top_builddir}.
in
31124 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
31125 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
31126 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
31129 case $ac_abs_builddir in
31130 .
) ac_abs_srcdir
=$ac_srcdir;;
31133 .
) ac_abs_srcdir
=$ac_abs_builddir;;
31134 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
31135 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
31138 case $ac_abs_builddir in
31139 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
31141 case $ac_top_srcdir in
31142 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
31143 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
31144 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
31151 # Check for guested configure; otherwise get Cygnus style configure.
31152 if test -f "$ac_srcdir/configure.gnu"; then
31153 ac_sub_configure
=$ac_srcdir/configure.gnu
31154 elif test -f "$ac_srcdir/configure"; then
31155 ac_sub_configure
=$ac_srcdir/configure
31156 elif test -f "$ac_srcdir/configure.in"; then
31157 # This should be Cygnus configure.
31158 ac_sub_configure
=$ac_aux_dir/configure
31160 { echo "$as_me:$LINENO: WARNING: no configuration information is in $ac_dir" >&5
31161 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
31165 # The recursion is here.
31166 if test -n "$ac_sub_configure"; then
31167 # Make the cache file name correct relative to the subdirectory.
31168 case $cache_file in
31169 [\\/]* | ?
:[\\/]* ) ac_sub_cache_file
=$cache_file ;;
31170 *) # Relative path.
31171 ac_sub_cache_file
=$ac_top_builddir$cache_file ;;
31174 { echo "$as_me:$LINENO: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
31175 echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
31176 # The eval makes quoting arguments work.
31177 eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
31178 --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
31179 { { echo "$as_me:$LINENO: error: $ac_sub_configure failed for $ac_dir" >&5
31180 echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;}
31181 { (exit 1); exit 1; }; }