2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.59.
5 # Copyright (C) 2003 Free Software Foundation, Inc.
6 # This configure script is free software; the Free Software Foundation
7 # gives unlimited permission to copy, distribute and modify it.
8 ## --------------------- ##
9 ## M4sh Initialization. ##
10 ## --------------------- ##
12 # Be Bourne compatible
13 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
16 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
17 # is contrary to our usage. Disable this feature.
18 alias -g '${1+"$@"}'='"$@"'
19 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
22 DUALCASE
=1; export DUALCASE
# for MKS sh
24 # Support unset when possible.
25 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
32 # Work around bugs in pre-3.0 UWIN ksh.
33 $as_unset ENV MAIL MAILPATH
40 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
44 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45 eval $as_var=C
; export $as_var
51 # Required to use basename.
52 if expr a
: '\(a\)' >/dev
/null
2>&1; then
58 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
65 # Name of the executable.
66 as_me
=`$as_basename "$0" ||
67 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68 X"$0" : 'X\(//\)$' \| \
69 X"$0" : 'X\(/\)$' \| \
70 . : '\(.\)' 2>/dev/null ||
72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73 /^X\/\(\/\/\)$/{ s//\1/; q; }
74 /^X\/\(\/\).*/{ s//\1/; q; }
78 # PATH needs CR, and LINENO needs CR and PATH.
79 # Avoid depending upon Character Ranges.
80 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
81 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
83 as_cr_digits
='0123456789'
84 as_cr_alnum
=$as_cr_Letters$as_cr_digits
86 # The user is always right.
87 if test "${PATH_SEPARATOR+set}" != set; then
88 echo "#! /bin/sh" >conf$$.sh
89 echo "exit 0" >>conf$$.sh
91 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
102 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
103 test "x$as_lineno_1" != "x$as_lineno_2" &&
104 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
105 # Find who we are. Look in the path if we contain no path at all
108 *[\\/]* ) as_myself
=$0 ;;
109 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
113 test -z "$as_dir" && as_dir
=.
114 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
119 # We did not find ourselves, most probably we were run as `sh COMMAND'
120 # in which case we are not to be found in the path.
121 if test "x$as_myself" = x
; then
124 if test ! -f "$as_myself"; then
125 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126 { (exit 1); exit 1; }; }
128 case $CONFIG_SHELL in
130 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
131 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
134 test -z "$as_dir" && as_dir
=.
135 for as_base
in sh bash ksh sh5
; do
138 if ("$as_dir/$as_base" -c '
141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142 test "x$as_lineno_1" != "x$as_lineno_2" &&
143 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
144 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
145 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
146 CONFIG_SHELL
=$as_dir/$as_base
148 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
156 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157 # uniformly replaced by the line number. The first 'sed' inserts a
158 # line-number line before each line; the second 'sed' does the real
159 # work. The second script uses 'N' to pair each line-number line
160 # with the numbered line, and appends trailing '-' during
161 # substitution so that $LINENO is not a special case at line end.
162 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
164 sed '=' <$as_myself |
169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
172 s,^['$as_cr_digits']*\n,,
174 chmod +x
$as_me.lineno ||
175 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176 { (exit 1); exit 1; }; }
178 # Don't try to exec as it changes $[0], causing all sort of problems
179 # (the dirname of $[0] is not the place where we might find the
180 # original and so on. Autoconf is especially sensible to this).
182 # Exit status is that of the last command.
187 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188 *c
*,-n*) ECHO_N
= ECHO_C
='
190 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
191 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
194 if expr a
: '\(a\)' >/dev
/null
2>&1; then
200 rm -f conf$$ conf$$.exe conf$$.
file
202 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
203 # We could just check for DJGPP; but this test a) works b) is more generic
204 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
205 if test -f conf$$.exe
; then
206 # Don't use ln at all; we don't have any links
211 elif ln conf$$.
file conf$$
2>/dev
/null
; then
216 rm -f conf$$ conf$$.exe conf$$.
file
218 if mkdir
-p .
2>/dev
/null
; then
221 test -d .
/-p && rmdir .
/-p
225 as_executable_p
="test -f"
227 # Sed expression to map a string onto a valid CPP name.
228 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
230 # Sed expression to map a string onto a valid variable name.
231 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
235 # We need space, tab and new line, in precisely that order.
245 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
246 # so uname gets run too.
247 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
254 ac_default_prefix
=/usr
/local
255 ac_config_libobj_dir
=.
260 SHELL
=${CONFIG_SHELL-/bin/sh}
262 # Maximum number of lines to put in a shell here document.
263 # This variable seems obsolete. It should probably be removed, and
264 # only ac_max_sed_lines should be used.
265 : ${ac_max_here_lines=38}
267 # Identity of this package.
274 ac_unique_file
="gcj_mlc.c"
275 # Factoring default headers for most tests.
276 ac_includes_default
="\
279 # include <sys/types.h>
282 # include <sys/stat.h>
293 # if !STDC_HEADERS && HAVE_MEMORY_H
299 # include <strings.h>
302 # include <inttypes.h>
312 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 multi_basedir build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os target_noncanonical mkinstalldirs 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 CC ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE CXX ac_ct_CXX CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CFLAGS CXXFLAGS CCAS CCASFLAGS AS ac_ct_AS AR ac_ct_AR RANLIB ac_ct_RANLIB MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT GC_CFLAGS LN_S LIBTOOL CXXCPP CPPFLAGS THREADLIBS POWERPC_DARWIN_TRUE POWERPC_DARWIN_FALSE EXTRA_TEST_LIBS target_all CPLUSPLUS_TRUE CPLUSPLUS_FALSE AM_CPPFLAGS addobjs addincludes addlibs addtests CPP EGREP MY_CFLAGS toolexecdir toolexeclibdir LIBOBJS LTLIBOBJS'
315 # Initialize some variables set by options.
317 ac_init_version
=false
318 # The variables have the same names as the options, with
319 # dashes changed to underlines.
327 program_transform_name
=s
,x
,x
,
335 # Installation directory options.
336 # These are left unexpanded so users can "make install exec_prefix=/foo"
337 # and all the variables that are supposed to be based on exec_prefix
338 # by default will actually change.
339 # Use braces instead of parens because sh, perl, etc. also accept them.
340 bindir
='${exec_prefix}/bin'
341 sbindir
='${exec_prefix}/sbin'
342 libexecdir
='${exec_prefix}/libexec'
343 datadir
='${prefix}/share'
344 sysconfdir
='${prefix}/etc'
345 sharedstatedir
='${prefix}/com'
346 localstatedir
='${prefix}/var'
347 libdir
='${exec_prefix}/lib'
348 includedir
='${prefix}/include'
349 oldincludedir
='/usr/include'
350 infodir
='${prefix}/info'
351 mandir
='${prefix}/man'
356 # If the previous option needs an argument, assign it.
357 if test -n "$ac_prev"; then
358 eval "$ac_prev=\$ac_option"
363 ac_optarg
=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
365 # Accept the important Cygnus configure options, so we can diagnose typos.
369 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
371 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
374 -build |
--build |
--buil |
--bui |
--bu)
375 ac_prev
=build_alias
;;
376 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
377 build_alias
=$ac_optarg ;;
379 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
380 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
381 ac_prev
=cache_file
;;
382 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
383 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
384 cache_file
=$ac_optarg ;;
387 cache_file
=config.cache
;;
389 -datadir |
--datadir |
--datadi |
--datad |
--data |
--dat |
--da)
391 -datadir=* |
--datadir=* |
--datadi=* |
--datad=* |
--data=* |
--dat=* \
393 datadir
=$ac_optarg ;;
395 -disable-* |
--disable-*)
396 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
397 # Reject names that are not valid shell variable names.
398 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
399 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
400 { (exit 1); exit 1; }; }
401 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
402 eval "enable_$ac_feature=no" ;;
404 -enable-* |
--enable-*)
405 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
406 # Reject names that are not valid shell variable names.
407 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
408 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
409 { (exit 1); exit 1; }; }
410 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
412 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
415 eval "enable_$ac_feature='$ac_optarg'" ;;
417 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
418 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
419 |
--exec |
--exe |
--ex)
420 ac_prev
=exec_prefix
;;
421 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
422 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
423 |
--exec=* |
--exe=* |
--ex=*)
424 exec_prefix
=$ac_optarg ;;
426 -gas |
--gas |
--ga |
--g)
427 # Obsolete; use --with-gas.
430 -help |
--help |
--hel |
--he |
-h)
432 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
433 ac_init_help
=recursive
;;
434 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
435 ac_init_help
=short
;;
437 -host |
--host |
--hos |
--ho)
438 ac_prev
=host_alias
;;
439 -host=* |
--host=* |
--hos=* |
--ho=*)
440 host_alias
=$ac_optarg ;;
442 -includedir |
--includedir |
--includedi |
--included |
--include \
443 |
--includ |
--inclu |
--incl |
--inc)
444 ac_prev
=includedir
;;
445 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
446 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
447 includedir
=$ac_optarg ;;
449 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
451 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
452 infodir
=$ac_optarg ;;
454 -libdir |
--libdir |
--libdi |
--libd)
456 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
459 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
460 |
--libexe |
--libex |
--libe)
461 ac_prev
=libexecdir
;;
462 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
463 |
--libexe=* |
--libex=* |
--libe=*)
464 libexecdir
=$ac_optarg ;;
466 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
467 |
--localstate |
--localstat |
--localsta |
--localst \
468 |
--locals |
--local |
--loca |
--loc |
--lo)
469 ac_prev
=localstatedir
;;
470 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
471 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* \
472 |
--locals=* |
--local=* |
--loca=* |
--loc=* |
--lo=*)
473 localstatedir
=$ac_optarg ;;
475 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
477 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
481 # Obsolete; use --without-fp.
484 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
485 |
--no-cr |
--no-c |
-n)
488 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
489 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
492 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
493 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
494 |
--oldin |
--oldi |
--old |
--ol |
--o)
495 ac_prev
=oldincludedir
;;
496 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
497 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
498 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
499 oldincludedir
=$ac_optarg ;;
501 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
503 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
506 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
507 |
--program-pre |
--program-pr |
--program-p)
508 ac_prev
=program_prefix
;;
509 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
510 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
511 program_prefix
=$ac_optarg ;;
513 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
514 |
--program-suf |
--program-su |
--program-s)
515 ac_prev
=program_suffix
;;
516 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
517 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
518 program_suffix
=$ac_optarg ;;
520 -program-transform-name |
--program-transform-name \
521 |
--program-transform-nam |
--program-transform-na \
522 |
--program-transform-n |
--program-transform- \
523 |
--program-transform |
--program-transfor \
524 |
--program-transfo |
--program-transf \
525 |
--program-trans |
--program-tran \
526 |
--progr-tra |
--program-tr |
--program-t)
527 ac_prev
=program_transform_name
;;
528 -program-transform-name=* |
--program-transform-name=* \
529 |
--program-transform-nam=* |
--program-transform-na=* \
530 |
--program-transform-n=* |
--program-transform-=* \
531 |
--program-transform=* |
--program-transfor=* \
532 |
--program-transfo=* |
--program-transf=* \
533 |
--program-trans=* |
--program-tran=* \
534 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
535 program_transform_name
=$ac_optarg ;;
537 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
538 |
-silent |
--silent |
--silen |
--sile |
--sil)
541 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
543 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
545 sbindir
=$ac_optarg ;;
547 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
548 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
549 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
551 ac_prev
=sharedstatedir
;;
552 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
553 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
554 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
556 sharedstatedir
=$ac_optarg ;;
558 -site |
--site |
--sit)
560 -site=* |
--site=* |
--sit=*)
563 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
565 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
568 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
569 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
570 ac_prev
=sysconfdir
;;
571 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
572 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
573 sysconfdir
=$ac_optarg ;;
575 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
576 ac_prev
=target_alias
;;
577 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
578 target_alias
=$ac_optarg ;;
580 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
583 -version |
--version |
--versio |
--versi |
--vers |
-V)
587 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
588 # Reject names that are not valid shell variable names.
589 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
590 { echo "$as_me: error: invalid package name: $ac_package" >&2
591 { (exit 1); exit 1; }; }
592 ac_package
=`echo $ac_package| sed 's/-/_/g'`
594 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
597 eval "with_$ac_package='$ac_optarg'" ;;
599 -without-* |
--without-*)
600 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
601 # Reject names that are not valid shell variable names.
602 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
603 { echo "$as_me: error: invalid package name: $ac_package" >&2
604 { (exit 1); exit 1; }; }
605 ac_package
=`echo $ac_package | sed 's/-/_/g'`
606 eval "with_$ac_package=no" ;;
609 # Obsolete; use --with-x.
612 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
613 |
--x-incl |
--x-inc |
--x-in |
--x-i)
614 ac_prev
=x_includes
;;
615 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
616 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
617 x_includes
=$ac_optarg ;;
619 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
620 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
621 ac_prev
=x_libraries
;;
622 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
623 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
624 x_libraries
=$ac_optarg ;;
626 -*) { echo "$as_me: error: unrecognized option: $ac_option
627 Try \`$0 --help' for more information." >&2
628 { (exit 1); exit 1; }; }
632 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
633 # Reject names that are not valid shell variable names.
634 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
635 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
636 { (exit 1); exit 1; }; }
637 ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
638 eval "$ac_envvar='$ac_optarg'"
642 # FIXME: should be removed in autoconf 3.0.
643 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
644 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
645 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
646 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
652 if test -n "$ac_prev"; then
653 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
654 { echo "$as_me: error: missing argument to $ac_option" >&2
655 { (exit 1); exit 1; }; }
658 # Be sure to have absolute paths.
659 for ac_var
in exec_prefix prefix
661 eval ac_val
=$
`echo $ac_var`
663 [\\/$
]* | ?
:[\\/]* | NONE |
'' ) ;;
664 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
665 { (exit 1); exit 1; }; };;
669 # Be sure to have absolute paths.
670 for ac_var
in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
671 localstatedir libdir includedir oldincludedir infodir mandir
673 eval ac_val
=$
`echo $ac_var`
675 [\\/$
]* | ?
:[\\/]* ) ;;
676 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
677 { (exit 1); exit 1; }; };;
681 # There might be people who depend on the old broken behavior: `$host'
682 # used to hold the argument of --host etc.
683 # FIXME: To remove some day.
688 # FIXME: To remove some day.
689 if test "x$host_alias" != x
; then
690 if test "x$build_alias" = x
; then
691 cross_compiling
=maybe
692 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
693 If a cross compiler is detected then cross compile mode will be used." >&2
694 elif test "x$build_alias" != "x$host_alias"; then
700 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
702 test "$silent" = yes && exec 6>/dev
/null
705 # Find the source files, if location was not specified.
706 if test -z "$srcdir"; then
707 ac_srcdir_defaulted
=yes
708 # Try the directory containing this script, then its parent.
709 ac_confdir
=`(dirname "$0") 2>/dev/null ||
710 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
711 X"$0" : 'X\(//\)[^/]' \| \
712 X"$0" : 'X\(//\)$' \| \
713 X"$0" : 'X\(/\)' \| \
714 . : '\(.\)' 2>/dev/null ||
716 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
717 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
718 /^X\(\/\/\)$/{ s//\1/; q; }
719 /^X\(\/\).*/{ s//\1/; q; }
722 if test ! -r $srcdir/$ac_unique_file; then
726 ac_srcdir_defaulted
=no
728 if test ! -r $srcdir/$ac_unique_file; then
729 if test "$ac_srcdir_defaulted" = yes; then
730 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
731 { (exit 1); exit 1; }; }
733 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
734 { (exit 1); exit 1; }; }
737 (cd $srcdir && test -r .
/$ac_unique_file) 2>/dev
/null ||
738 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
739 { (exit 1); exit 1; }; }
740 srcdir
=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
741 ac_env_build_alias_set
=${build_alias+set}
742 ac_env_build_alias_value
=$build_alias
743 ac_cv_env_build_alias_set
=${build_alias+set}
744 ac_cv_env_build_alias_value
=$build_alias
745 ac_env_host_alias_set
=${host_alias+set}
746 ac_env_host_alias_value
=$host_alias
747 ac_cv_env_host_alias_set
=${host_alias+set}
748 ac_cv_env_host_alias_value
=$host_alias
749 ac_env_target_alias_set
=${target_alias+set}
750 ac_env_target_alias_value
=$target_alias
751 ac_cv_env_target_alias_set
=${target_alias+set}
752 ac_cv_env_target_alias_value
=$target_alias
753 ac_env_CXXCPP_set
=${CXXCPP+set}
754 ac_env_CXXCPP_value
=$CXXCPP
755 ac_cv_env_CXXCPP_set
=${CXXCPP+set}
756 ac_cv_env_CXXCPP_value
=$CXXCPP
757 ac_env_CPPFLAGS_set
=${CPPFLAGS+set}
758 ac_env_CPPFLAGS_value
=$CPPFLAGS
759 ac_cv_env_CPPFLAGS_set
=${CPPFLAGS+set}
760 ac_cv_env_CPPFLAGS_value
=$CPPFLAGS
761 ac_env_CPP_set
=${CPP+set}
762 ac_env_CPP_value
=$CPP
763 ac_cv_env_CPP_set
=${CPP+set}
764 ac_cv_env_CPP_value
=$CPP
767 # Report the --help message.
769 if test "$ac_init_help" = "long"; then
770 # Omit some internal or obsolete options to make the list less imposing.
771 # This message is too long to be a string in the A/UX 3.1 sh.
773 \`configure' configures this package to adapt to many kinds of systems.
775 Usage: $0 [OPTION]... [VAR=VALUE]...
777 To assign environment variables (e.g., CC, CFLAGS...), specify them as
778 VAR=VALUE. See below for descriptions of some of the useful variables.
780 Defaults for the options are specified in brackets.
783 -h, --help display this help and exit
784 --help=short display options specific to this package
785 --help=recursive display the short help of all the included packages
786 -V, --version display version information and exit
787 -q, --quiet, --silent do not print \`checking...' messages
788 --cache-file=FILE cache test results in FILE [disabled]
789 -C, --config-cache alias for \`--cache-file=config.cache'
790 -n, --no-create do not create output files
791 --srcdir=DIR find the sources in DIR [configure dir or \`..']
796 Installation directories:
797 --prefix=PREFIX install architecture-independent files in PREFIX
799 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
802 By default, \`make install' will install all the files in
803 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
804 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
805 for instance \`--prefix=\$HOME'.
807 For better control, use the options below.
809 Fine tuning of the installation directories:
810 --bindir=DIR user executables [EPREFIX/bin]
811 --sbindir=DIR system admin executables [EPREFIX/sbin]
812 --libexecdir=DIR program executables [EPREFIX/libexec]
813 --datadir=DIR read-only architecture-independent data [PREFIX/share]
814 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
815 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
816 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
817 --libdir=DIR object code libraries [EPREFIX/lib]
818 --includedir=DIR C header files [PREFIX/include]
819 --oldincludedir=DIR C header files for non-gcc [/usr/include]
820 --infodir=DIR info documentation [PREFIX/info]
821 --mandir=DIR man documentation [PREFIX/man]
827 --program-prefix=PREFIX prepend PREFIX to installed program names
828 --program-suffix=SUFFIX append SUFFIX to installed program names
829 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
832 --build=BUILD configure
for building on BUILD
[guessed
]
833 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
834 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
838 if test -n "$ac_init_help"; then
843 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
844 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
845 --enable-multilib build many library versions
(default
)
846 --disable-dependency-tracking speeds up one-time build
847 --enable-dependency-tracking do not reject slow dependency extractors
848 --enable-maintainer-mode enable make rules and dependencies not useful
849 (and sometimes confusing
) to the casual installer
850 --enable-shared=PKGS build shared libraries default
=yes
851 --enable-static=PKGS build static libraries default
=yes
852 --enable-fast-install=PKGS optimize
for fast installation default
=yes
853 --disable-libtool-lock avoid locking
(might
break parallel builds
)
854 --enable-parallel-mark parallelize marking and free list construction
855 --enable-gc-debug include full support
for pointer backtracing etc.
858 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
859 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
860 --with-gnu-ld assume the C compiler uses GNU ld default
=no
861 --with-pic try to use only PIC
/non-PIC objects default
=use both
862 --with-target-subdir=SUBDIR
863 configuring with a cross compiler
864 --with-cross-host=HOST configuring with a cross compiler
865 --with-ecos enable runtime eCos target support
867 Some influential environment variables
:
868 CC C compiler
command
869 CFLAGS C compiler flags
870 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
871 nonstandard directory
<lib dir
>
872 CPPFLAGS C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if you have
873 headers
in a nonstandard directory
<include dir
>
874 CXX C
++ compiler
command
875 CXXFLAGS C
++ compiler flags
876 CXXCPP C
++ preprocessor
879 Use these variables to override the choices made by
`configure' or to help
880 it to find libraries and programs with nonstandard names/locations.
885 if test "$ac_init_help" = "recursive"; then
886 # If there are subdirs, report their specific --help.
888 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
889 test -d $ac_dir || continue
892 if test "$ac_dir" != .; then
893 ac_dir_suffix=/`echo "$ac_dir" |
sed 's,^\.[\\/],,'`
894 # A "../" for each directory in $ac_dir_suffix.
895 ac_top_builddir=`echo "$ac_dir_suffix" |
sed 's,/[^\\/]*,../,g'`
897 ac_dir_suffix= ac_top_builddir=
901 .) # No --srcdir option. We are building in place.
903 if test -z "$ac_top_builddir"; then
906 ac_top_srcdir=`echo $ac_top_builddir |
sed 's,/$,,'`
908 [\\/]* | ?:[\\/]* ) # Absolute path.
909 ac_srcdir=$srcdir$ac_dir_suffix;
910 ac_top_srcdir=$srcdir ;;
912 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
913 ac_top_srcdir=$ac_top_builddir$srcdir ;;
916 # Do not use `cd foo
&& pwd` to compute absolute paths, because
917 # the directories may not exist.
919 .) ac_abs_builddir="$ac_dir";;
922 .) ac_abs_builddir=`pwd`;;
923 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
924 *) ac_abs_builddir=`pwd`/"$ac_dir";;
927 case $ac_abs_builddir in
928 .) ac_abs_top_builddir=${ac_top_builddir}.;;
930 case ${ac_top_builddir}. in
931 .) ac_abs_top_builddir=$ac_abs_builddir;;
932 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
933 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
936 case $ac_abs_builddir in
937 .) ac_abs_srcdir=$ac_srcdir;;
940 .) ac_abs_srcdir=$ac_abs_builddir;;
941 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
942 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
945 case $ac_abs_builddir in
946 .) ac_abs_top_srcdir=$ac_top_srcdir;;
948 case $ac_top_srcdir in
949 .) ac_abs_top_srcdir=$ac_abs_builddir;;
950 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
951 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
956 # Check for guested configure; otherwise get Cygnus style configure.
957 if test -f $ac_srcdir/configure.gnu; then
959 $SHELL $ac_srcdir/configure.gnu --help=recursive
960 elif test -f $ac_srcdir/configure; then
962 $SHELL $ac_srcdir/configure --help=recursive
963 elif test -f $ac_srcdir/configure.ac ||
964 test -f $ac_srcdir/configure.in; then
968 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
974 test -n "$ac_init_help" && exit 0
975 if $ac_init_version; then
978 Copyright (C) 2003 Free Software Foundation, Inc.
979 This configure script is free software; the Free Software Foundation
980 gives unlimited permission to copy, distribute and modify it.
986 This file contains any messages produced by compilers while
987 running configure, to aid debugging if configure makes a mistake.
989 It was created by $as_me, which was
990 generated by GNU Autoconf 2.59. Invocation command line was
1001 hostname = `(hostname || uname
-n) 2>/dev
/null |
sed 1q
`
1002 uname -m = `(uname
-m) 2>/dev
/null ||
echo unknown
`
1003 uname -r = `(uname
-r) 2>/dev
/null ||
echo unknown
`
1004 uname -s = `(uname
-s) 2>/dev
/null ||
echo unknown
`
1005 uname -v = `(uname
-v) 2>/dev
/null ||
echo unknown
`
1007 /usr/bin/uname -p = `(/usr
/bin
/uname
-p) 2>/dev
/null ||
echo unknown
`
1008 /bin/uname -X = `(/bin
/uname
-X) 2>/dev
/null ||
echo unknown
`
1010 /bin/arch = `(/bin
/arch
) 2>/dev
/null ||
echo unknown
`
1011 /usr/bin/arch -k = `(/usr
/bin
/arch
-k) 2>/dev
/null ||
echo unknown
`
1012 /usr/convex/getsysinfo = `(/usr
/convex
/getsysinfo
) 2>/dev
/null ||
echo unknown
`
1013 hostinfo = `(hostinfo
) 2>/dev
/null ||
echo unknown
`
1014 /bin/machine = `(/bin
/machine
) 2>/dev
/null ||
echo unknown
`
1015 /usr/bin/oslevel = `(/usr
/bin
/oslevel
) 2>/dev
/null ||
echo unknown
`
1016 /bin/universe = `(/bin
/universe
) 2>/dev
/null ||
echo unknown
`
1020 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1024 test -z "$as_dir" && as_dir=.
1025 echo "PATH: $as_dir"
1040 # Keep a trace of the command line.
1041 # Strip out --no-create and --no-recursion so they do not pile up.
1042 # Strip out --silent because we don't want to record it for future runs.
1043 # Also quote any args containing shell meta-characters.
1044 # Make two passes to allow for proper duplicate-argument suppression.
1049 ac_must_keep_next=false
1055 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1056 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1057 | -silent | --silent | --silen | --sile | --sil)
1059 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1060 ac_arg=`echo "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"` ;;
1063 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1065 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1066 if test $ac_must_keep_next = true; then
1067 ac_must_keep_next=false # Got value, back to normal.
1070 *=* | --config-cache | -C | -disable-* | --disable-* \
1071 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1072 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1073 | -with-* | --with-* | -without-* | --without-* | --x)
1074 case "$ac_configure_args0 " in
1075 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1078 -* ) ac_must_keep_next=true ;;
1081 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1082 # Get rid of the leading space.
1088 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1089 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1091 # When interrupted or exit'd, cleanup temporary files, and complete
1092 # config.log. We remove comments because anyway the quotes in there
1093 # would cause problems or look ugly.
1094 # WARNING: Be sure not to use single quotes in there, as some shells,
1095 # such as our DU 5.0 friend, will then `close
' the trap.
1096 trap 'exit_status
=$?
1097 # Save into config.log some information that might help in debugging.
1102 ## ---------------- ##
1103 ## Cache variables. ##
1104 ## ---------------- ##
1107 # The following way of writing the cache mishandles newlines in values,
1110 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1113 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1114 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1118 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1125 ## ----------------- ##
1126 ## Output variables. ##
1127 ## ----------------- ##
1130 for ac_var
in $ac_subst_vars
1132 eval ac_val
=$
`echo $ac_var`
1133 echo "$ac_var='"'"'$ac_val'"'"'"
1137 if test -n "$ac_subst_files"; then
1144 for ac_var
in $ac_subst_files
1146 eval ac_val
=$
`echo $ac_var`
1147 echo "$ac_var='"'"'$ac_val'"'"'"
1152 if test -s confdefs.h
; then
1159 sed "/^$/d" confdefs.h |
sort
1162 test "$ac_signal" != 0 &&
1163 echo "$as_me: caught signal $ac_signal"
1164 echo "$as_me: exit $exit_status"
1166 rm -f core
*.core
&&
1167 rm -rf conftest
* confdefs
* conf$$
* $ac_clean_files &&
1170 for ac_signal in 1 2 13 15; do
1171 trap 'ac_signal
='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1175 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1176 rm -rf conftest* confdefs.h
1177 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1180 # Predefined preprocessor variables.
1182 cat >>confdefs.h <<_ACEOF
1183 #define PACKAGE_NAME "$PACKAGE_NAME"
1187 cat >>confdefs.h <<_ACEOF
1188 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1192 cat >>confdefs.h <<_ACEOF
1193 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1197 cat >>confdefs.h <<_ACEOF
1198 #define PACKAGE_STRING "$PACKAGE_STRING"
1202 cat >>confdefs.h <<_ACEOF
1203 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1207 # Let the site file select an alternate cache file if it wants to.
1208 # Prefer explicitly selected file to automatically selected ones.
1209 if test -z "$CONFIG_SITE"; then
1210 if test "x$prefix" != xNONE; then
1211 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1213 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1216 for ac_site_file in $CONFIG_SITE; do
1217 if test -r "$ac_site_file"; then
1218 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1219 echo "$as_me: loading site script $ac_site_file" >&6;}
1220 sed 's
/^
/|
/' "$ac_site_file" >&5
1225 if test -r "$cache_file"; then
1226 # Some versions of bash will fail to source /dev/null (special
1227 # files actually), so we avoid doing that.
1228 if test -f "$cache_file"; then
1229 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1230 echo "$as_me: loading cache $cache_file" >&6;}
1232 [\\/]* | ?:[\\/]* ) . $cache_file;;
1233 *) . ./$cache_file;;
1237 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1238 echo "$as_me: creating cache $cache_file" >&6;}
1242 # Check that the precious variables saved in the cache have kept the same
1244 ac_cache_corrupted=false
1245 for ac_var in `(set) 2>&1 |
1246 sed -n 's
/^ac_env_\
([a-zA-Z_0-9
]*\
)_set
=.
*/\
1/p
'`; do
1247 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1248 eval ac_new_set=\$ac_env_${ac_var}_set
1249 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1250 eval ac_new_val="\$ac_env_${ac_var}_value"
1251 case $ac_old_set,$ac_new_set in
1253 { echo "$as_me:$LINENO: error: \`$ac_var' was
set to \
`$ac_old_val' in the previous run" >&5
1254 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run
" >&2;}
1255 ac_cache_corrupted=: ;;
1257 { echo "$as_me:$LINENO: error
: \
`$ac_var' was not set in the previous run" >&5
1258 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1259 ac_cache_corrupted=: ;;
1262 if test "x$ac_old_val" != "x$ac_new_val"; then
1263 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run
:" >&5
1264 echo "$as_me: error
: \
`$ac_var' has changed since the previous run:" >&2;}
1265 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1266 echo "$as_me: former value: $ac_old_val" >&2;}
1267 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1268 echo "$as_me: current value: $ac_new_val" >&2;}
1269 ac_cache_corrupted=:
1272 # Pass precious variables to config.status.
1273 if test "$ac_new_set" = set; then
1275 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1276 ac_arg=$ac_var=`echo "$ac_new_val" |
sed "s/'/'\\\\\\\\''/g"` ;;
1277 *) ac_arg=$ac_var=$ac_new_val ;;
1279 case " $ac_configure_args " in
1280 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1281 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1285 if $ac_cache_corrupted; then
1286 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1287 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1288 { { echo "$as_me:$LINENO: error: run \`make distclean
' and/or \`rm $cache_file' and start over
" >&5
1289 echo "$as_me: error
: run \
`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1290 { (exit 1); exit 1; }; }
1294 ac_cpp='$CPP $CPPFLAGS'
1295 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
1296 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
1297 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1318 # This works around the fact that libtool configuration may change LD
1319 # for this particular configuration, but some shells, instead of
1320 # keeping the changes in LD private, export them just because LD is
1322 ORIGINAL_LD_FOR_MULTILIBS=$LD
1324 # Default to --enable-multilib
1325 # Check whether --enable-multilib or --disable-multilib was given.
1326 if test "${enable_multilib+set}" = set; then
1327 enableval="$enable_multilib"
1328 case "$enableval" in
1329 yes) multilib=yes ;;
1331 *) { { echo "$as_me:$LINENO: error: bad value $enableval for multilib option" >&5
1332 echo "$as_me: error: bad value $enableval for multilib option" >&2;}
1333 { (exit 1); exit 1; }; } ;;
1339 # We may get other options which we leave undocumented:
1340 # --with-target-subdir, --with-multisrctop, --with-multisubdir
1341 # See config-ml.in if you want the gory details.
1343 if test "$srcdir" = "."; then
1344 if test "$with_target_subdir" != "."; then
1345 multi_basedir="$srcdir/$with_multisrctop../.."
1347 multi_basedir="$srcdir/$with_multisrctop.."
1350 multi_basedir="$srcdir/.."
1354 # Even if the default multilib is not a cross compilation,
1355 # it may be that some of the other multilibs are.
1356 if test $cross_compiling = no && test $multilib = yes \
1357 && test "x${with_multisubdir}" != x ; then
1358 cross_compiling=maybe
1361 ac_config_commands="$ac_config_commands default-1"
1365 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1366 if test -f $ac_dir/install-sh; then
1368 ac_install_sh="$ac_aux_dir/install-sh -c"
1370 elif test -f $ac_dir/install.sh; then
1372 ac_install_sh="$ac_aux_dir/install.sh -c"
1374 elif test -f $ac_dir/shtool; then
1376 ac_install_sh="$ac_aux_dir/shtool install -c"
1380 if test -z "$ac_aux_dir"; then
1381 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1382 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1383 { (exit 1); exit 1; }; }
1385 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1386 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1387 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1389 # Make sure we can run config.sub.
1390 $ac_config_sub sun4 >/dev/null 2>&1 ||
1391 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1392 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1393 { (exit 1); exit 1; }; }
1395 echo "$as_me:$LINENO: checking build system type" >&5
1396 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1397 if test "${ac_cv_build+set}" = set; then
1398 echo $ECHO_N "(cached) $ECHO_C" >&6
1400 ac_cv_build_alias=$build_alias
1401 test -z "$ac_cv_build_alias" &&
1402 ac_cv_build_alias=`$ac_config_guess`
1403 test -z "$ac_cv_build_alias" &&
1404 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1405 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1406 { (exit 1); exit 1; }; }
1407 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1408 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1409 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1410 { (exit 1); exit 1; }; }
1413 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1414 echo "${ECHO_T}$ac_cv_build" >&6
1416 build_cpu=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
1/'`
1417 build_vendor=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
2/'`
1418 build_os=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
3/'`
1421 echo "$as_me:$LINENO: checking host system type" >&5
1422 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1423 if test "${ac_cv_host+set}" = set; then
1424 echo $ECHO_N "(cached) $ECHO_C" >&6
1426 ac_cv_host_alias=$host_alias
1427 test -z "$ac_cv_host_alias" &&
1428 ac_cv_host_alias=$ac_cv_build_alias
1429 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1430 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1431 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1432 { (exit 1); exit 1; }; }
1435 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1436 echo "${ECHO_T}$ac_cv_host" >&6
1438 host_cpu=`echo $ac_cv_host | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
1/'`
1439 host_vendor=`echo $ac_cv_host | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
2/'`
1440 host_os=`echo $ac_cv_host | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
3/'`
1443 echo "$as_me:$LINENO: checking target system type" >&5
1444 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1445 if test "${ac_cv_target+set}" = set; then
1446 echo $ECHO_N "(cached) $ECHO_C" >&6
1448 ac_cv_target_alias=$target_alias
1449 test "x$ac_cv_target_alias" = "x" &&
1450 ac_cv_target_alias=$ac_cv_host_alias
1451 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1452 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1453 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1454 { (exit 1); exit 1; }; }
1457 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1458 echo "${ECHO_T}$ac_cv_target" >&6
1459 target=$ac_cv_target
1460 target_cpu=`echo $ac_cv_target | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
1/'`
1461 target_vendor=`echo $ac_cv_target | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
2/'`
1462 target_os=`echo $ac_cv_target | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
3/'`
1465 # The aliases save the names the user supplied, while $host etc.
1466 # will get canonicalized.
1467 test -n "$target_alias" &&
1468 test "$program_prefix$program_suffix$program_transform_name" = \
1470 program_prefix=${target_alias}-
1472 # Get the 'noncanonical
' system names.
1473 case ${build_alias} in
1474 "") build_noncanonical=${build} ;;
1475 *) build_noncanonical=${build_alias} ;;
1478 case ${host_alias} in
1479 "") host_noncanonical=${build_noncanonical} ;;
1480 *) host_noncanonical=${host_alias} ;;
1483 case ${target_alias} in
1484 "") target_noncanonical=${host_noncanonical} ;;
1485 *) target_noncanonical=${target_alias} ;;
1491 # This works around an automake problem.
1492 mkinstalldirs="`cd $ac_aux_dir && ${PWDCMD-pwd}`/mkinstalldirs"
1495 am__api_version="1.9"
1496 # Find a good install program. We prefer a C program (faster),
1497 # so one script is as good as another. But avoid the broken or
1498 # incompatible versions:
1499 # SysV /etc/install, /usr/sbin/install
1500 # SunOS /usr/etc/install
1501 # IRIX /sbin/install
1503 # AmigaOS /C/install, which installs bootblocks on floppy discs
1504 # AIX 4 /usr/bin/installbsd, which doesn't work without a
-g flag
1505 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1506 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1507 # OS/2's system install, which has a completely different semantic
1508 # ./install, which can be erroneously created by make from ./install.sh.
1509 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1510 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1511 if test -z "$INSTALL"; then
1512 if test "${ac_cv_path_install+set}" = set; then
1513 echo $ECHO_N "(cached) $ECHO_C" >&6
1515 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1519 test -z "$as_dir" && as_dir
=.
1520 # Account for people who put trailing slashes in PATH elements.
1522 .
/ | .
// |
/cC
/* | \
1523 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
1524 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
1527 # OSF1 and SCO ODT 3.0 have their own names for install.
1528 # Don't use installbsd from OSF since it installs stuff as root
1530 for ac_prog
in ginstall scoinst
install; do
1531 for ac_exec_ext
in '' $ac_executable_extensions; do
1532 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1533 if test $ac_prog = install &&
1534 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
1535 # AIX install. It has an incompatible calling convention.
1537 elif test $ac_prog = install &&
1538 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
1539 # program-specific install script used by HP pwplus--don't use.
1542 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
1554 if test "${ac_cv_path_install+set}" = set; then
1555 INSTALL
=$ac_cv_path_install
1557 # As a last resort, use the slow shell script. We don't cache a
1558 # path for INSTALL within a source directory, because that will
1559 # break other packages using the cache if that directory is
1560 # removed, or if the path is relative.
1561 INSTALL
=$ac_install_sh
1564 echo "$as_me:$LINENO: result: $INSTALL" >&5
1565 echo "${ECHO_T}$INSTALL" >&6
1567 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1568 # It thinks the first close brace ends the variable substitution.
1569 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
1571 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
1573 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
1575 echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1576 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1579 echo timestamp
> conftest.
file
1580 # Do `set' in a subshell so we don't clobber the current shell's
1581 # arguments. Must try -L first in case configure is actually a
1582 # symlink; some systems play weird games with the mod time of symlinks
1583 # (eg FreeBSD returns the mod time of the symlink's containing
1586 set X
`ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1587 if test "$*" = "X"; then
1589 set X
`ls -t $srcdir/configure conftest.file`
1592 if test "$*" != "X $srcdir/configure conftest.file" \
1593 && test "$*" != "X conftest.file $srcdir/configure"; then
1595 # If neither matched, then we have a broken ls. This can happen
1596 # if, for instance, CONFIG_SHELL is bash and it inherits a
1597 # broken ls alias from the environment. This has actually
1598 # happened. Such a system could not be considered "sane".
1599 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
1600 alias in your environment" >&5
1601 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
1602 alias in your environment" >&2;}
1603 { (exit 1); exit 1; }; }
1606 test "$2" = conftest.
file
1612 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1613 Check your system clock" >&5
1614 echo "$as_me: error: newly created file is older than distributed files!
1615 Check your system clock" >&2;}
1616 { (exit 1); exit 1; }; }
1618 echo "$as_me:$LINENO: result: yes" >&5
1619 echo "${ECHO_T}yes" >&6
1620 test "$program_prefix" != NONE
&&
1621 program_transform_name
="s,^,$program_prefix,;$program_transform_name"
1622 # Use a double $ so make ignores it.
1623 test "$program_suffix" != NONE
&&
1624 program_transform_name
="s,\$,$program_suffix,;$program_transform_name"
1625 # Double any \ or $. echo might interpret backslashes.
1626 # By default was `s,x,x', remove it if useless.
1627 cat <<\_ACEOF
>conftest.
sed
1628 s
/[\\$
]/&&/g
;s
/;s
,x
,x
,$
//
1630 program_transform_name
=`echo $program_transform_name | sed -f conftest.sed`
1633 # expand $ac_aux_dir to an absolute path
1634 am_aux_dir
=`cd $ac_aux_dir && pwd`
1636 test x
"${MISSING+set}" = xset || MISSING
="\${SHELL} $am_aux_dir/missing"
1637 # Use eval to expand $SHELL
1638 if eval "$MISSING --run true"; then
1639 am_missing_run
="$MISSING --run "
1642 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1643 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1646 if mkdir
-p --version .
>/dev
/null
2>&1 && test ! -d .
/--version; then
1647 # We used to keeping the `.' as first argument, in order to
1648 # allow $(mkdir_p) to be used without argument. As in
1649 # $(mkdir_p) $(somedir)
1650 # where $(somedir) is conditionally defined. However this is wrong
1652 # 1. if the package is installed by a user who cannot write `.'
1653 # make install will fail,
1654 # 2. the above comment should most certainly read
1655 # $(mkdir_p) $(DESTDIR)$(somedir)
1656 # so it does not work when $(somedir) is undefined and
1657 # $(DESTDIR) is not.
1658 # To support the latter case, we have to write
1659 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
1660 # so the `.' trick is pointless.
1661 mkdir_p
='mkdir -p --'
1663 # On NextStep and OpenStep, the `mkdir' command does not
1664 # recognize any option. It will interpret all options as
1665 # directories to create, and then abort because `.' already
1667 for d
in .
/-p .
/--version;
1669 test -d $d && rmdir $d
1671 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
1672 if test -f "$ac_aux_dir/mkinstalldirs"; then
1673 mkdir_p
='$(mkinstalldirs)'
1675 mkdir_p
='$(install_sh) -d'
1679 for ac_prog
in gawk mawk nawk
awk
1681 # Extract the first word of "$ac_prog", so it can be a program name with args.
1682 set dummy
$ac_prog; ac_word
=$2
1683 echo "$as_me:$LINENO: checking for $ac_word" >&5
1684 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1685 if test "${ac_cv_prog_AWK+set}" = set; then
1686 echo $ECHO_N "(cached) $ECHO_C" >&6
1688 if test -n "$AWK"; then
1689 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
1691 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1695 test -z "$as_dir" && as_dir
=.
1696 for ac_exec_ext
in '' $ac_executable_extensions; do
1697 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1698 ac_cv_prog_AWK
="$ac_prog"
1699 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1708 if test -n "$AWK"; then
1709 echo "$as_me:$LINENO: result: $AWK" >&5
1710 echo "${ECHO_T}$AWK" >&6
1712 echo "$as_me:$LINENO: result: no" >&5
1713 echo "${ECHO_T}no" >&6
1716 test -n "$AWK" && break
1719 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1720 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1721 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
1722 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1723 echo $ECHO_N "(cached) $ECHO_C" >&6
1725 cat >conftest.
make <<\_ACEOF
1727 @
echo 'ac_maketemp="$(MAKE)"'
1729 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1730 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1731 if test -n "$ac_maketemp"; then
1732 eval ac_cv_prog_make_
${ac_make}_set
=yes
1734 eval ac_cv_prog_make_
${ac_make}_set
=no
1738 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1739 echo "$as_me:$LINENO: result: yes" >&5
1740 echo "${ECHO_T}yes" >&6
1743 echo "$as_me:$LINENO: result: no" >&5
1744 echo "${ECHO_T}no" >&6
1745 SET_MAKE
="MAKE=${MAKE-make}"
1748 rm -rf .tst
2>/dev
/null
1749 mkdir .tst
2>/dev
/null
1750 if test -d .tst
; then
1755 rmdir .tst
2>/dev
/null
1757 # test to see if srcdir already configured
1758 if test "`cd $srcdir && pwd`" != "`pwd`" &&
1759 test -f $srcdir/config.status
; then
1760 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1761 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1762 { (exit 1); exit 1; }; }
1765 # test whether we have cygpath
1766 if test -z "$CYGPATH_W"; then
1767 if (cygpath
--version) >/dev
/null
2>/dev
/null
; then
1768 CYGPATH_W
='cygpath -w'
1775 # Define the identity of the package.
1780 # Some tools Automake needs.
1782 ACLOCAL
=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1785 AUTOCONF
=${AUTOCONF-"${am_missing_run}autoconf"}
1788 AUTOMAKE
=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1791 AUTOHEADER
=${AUTOHEADER-"${am_missing_run}autoheader"}
1794 MAKEINFO
=${MAKEINFO-"${am_missing_run}makeinfo"}
1796 install_sh
=${install_sh-"$am_aux_dir/install-sh"}
1798 # Installed binaries are usually stripped using `strip' when the user
1799 # run `make install-strip'. However `strip' might not be the right
1800 # tool to use in cross-compilation environments, therefore Automake
1801 # will honor the `STRIP' environment variable to overrule this program.
1802 if test "$cross_compiling" != no
; then
1803 if test -n "$ac_tool_prefix"; then
1804 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1805 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
1806 echo "$as_me:$LINENO: checking for $ac_word" >&5
1807 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1808 if test "${ac_cv_prog_STRIP+set}" = set; then
1809 echo $ECHO_N "(cached) $ECHO_C" >&6
1811 if test -n "$STRIP"; then
1812 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
1814 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1818 test -z "$as_dir" && as_dir
=.
1819 for ac_exec_ext
in '' $ac_executable_extensions; do
1820 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1821 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
1822 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1830 STRIP
=$ac_cv_prog_STRIP
1831 if test -n "$STRIP"; then
1832 echo "$as_me:$LINENO: result: $STRIP" >&5
1833 echo "${ECHO_T}$STRIP" >&6
1835 echo "$as_me:$LINENO: result: no" >&5
1836 echo "${ECHO_T}no" >&6
1840 if test -z "$ac_cv_prog_STRIP"; then
1842 # Extract the first word of "strip", so it can be a program name with args.
1843 set dummy strip
; ac_word
=$2
1844 echo "$as_me:$LINENO: checking for $ac_word" >&5
1845 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1846 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1847 echo $ECHO_N "(cached) $ECHO_C" >&6
1849 if test -n "$ac_ct_STRIP"; then
1850 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
1852 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1856 test -z "$as_dir" && as_dir
=.
1857 for ac_exec_ext
in '' $ac_executable_extensions; do
1858 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1859 ac_cv_prog_ac_ct_STRIP
="strip"
1860 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1866 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
=":"
1869 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
1870 if test -n "$ac_ct_STRIP"; then
1871 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1872 echo "${ECHO_T}$ac_ct_STRIP" >&6
1874 echo "$as_me:$LINENO: result: no" >&5
1875 echo "${ECHO_T}no" >&6
1880 STRIP
="$ac_cv_prog_STRIP"
1884 INSTALL_STRIP_PROGRAM
="\${SHELL} \$(install_sh) -c -s"
1886 # We need awk for the "check" target. The system "awk" is bad on
1888 # Always define AMTAR for backward compatibility.
1890 AMTAR
=${AMTAR-"${am_missing_run}tar"}
1892 am__tar
='${AMTAR} chof - "$$tardir"'; am__untar
='${AMTAR} xf -'
1899 # The autoconf 2.5x version of the no-executables hack.
1902 # Yak. We must force CC and CXX to /not/ be precious variables; otherwise
1903 # the wrong, non-multilib-adjusted value will be used in multilibs.
1904 # As a side effect, we have to subst CFLAGS and CXXFLAGS ourselves.
1909 ac_cpp
='$CPP $CPPFLAGS'
1910 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1911 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1912 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1913 if test -n "$ac_tool_prefix"; then
1914 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1915 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
1916 echo "$as_me:$LINENO: checking for $ac_word" >&5
1917 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1918 if test "${ac_cv_prog_CC+set}" = set; then
1919 echo $ECHO_N "(cached) $ECHO_C" >&6
1921 if test -n "$CC"; then
1922 ac_cv_prog_CC
="$CC" # Let the user override the test.
1924 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1928 test -z "$as_dir" && as_dir
=.
1929 for ac_exec_ext
in '' $ac_executable_extensions; do
1930 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1931 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
1932 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1941 if test -n "$CC"; then
1942 echo "$as_me:$LINENO: result: $CC" >&5
1943 echo "${ECHO_T}$CC" >&6
1945 echo "$as_me:$LINENO: result: no" >&5
1946 echo "${ECHO_T}no" >&6
1950 if test -z "$ac_cv_prog_CC"; then
1952 # Extract the first word of "gcc", so it can be a program name with args.
1953 set dummy gcc
; ac_word
=$2
1954 echo "$as_me:$LINENO: checking for $ac_word" >&5
1955 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1956 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1957 echo $ECHO_N "(cached) $ECHO_C" >&6
1959 if test -n "$ac_ct_CC"; then
1960 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
1962 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1966 test -z "$as_dir" && as_dir
=.
1967 for ac_exec_ext
in '' $ac_executable_extensions; do
1968 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1969 ac_cv_prog_ac_ct_CC
="gcc"
1970 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1978 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
1979 if test -n "$ac_ct_CC"; then
1980 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1981 echo "${ECHO_T}$ac_ct_CC" >&6
1983 echo "$as_me:$LINENO: result: no" >&5
1984 echo "${ECHO_T}no" >&6
1992 if test -z "$CC"; then
1993 if test -n "$ac_tool_prefix"; then
1994 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1995 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
1996 echo "$as_me:$LINENO: checking for $ac_word" >&5
1997 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1998 if test "${ac_cv_prog_CC+set}" = set; then
1999 echo $ECHO_N "(cached) $ECHO_C" >&6
2001 if test -n "$CC"; then
2002 ac_cv_prog_CC
="$CC" # Let the user override the test.
2004 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2008 test -z "$as_dir" && as_dir
=.
2009 for ac_exec_ext
in '' $ac_executable_extensions; do
2010 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2011 ac_cv_prog_CC
="${ac_tool_prefix}cc"
2012 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2021 if test -n "$CC"; then
2022 echo "$as_me:$LINENO: result: $CC" >&5
2023 echo "${ECHO_T}$CC" >&6
2025 echo "$as_me:$LINENO: result: no" >&5
2026 echo "${ECHO_T}no" >&6
2030 if test -z "$ac_cv_prog_CC"; then
2032 # Extract the first word of "cc", so it can be a program name with args.
2033 set dummy cc
; ac_word
=$2
2034 echo "$as_me:$LINENO: checking for $ac_word" >&5
2035 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2036 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2037 echo $ECHO_N "(cached) $ECHO_C" >&6
2039 if test -n "$ac_ct_CC"; then
2040 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2042 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2046 test -z "$as_dir" && as_dir
=.
2047 for ac_exec_ext
in '' $ac_executable_extensions; do
2048 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2049 ac_cv_prog_ac_ct_CC
="cc"
2050 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2058 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2059 if test -n "$ac_ct_CC"; then
2060 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2061 echo "${ECHO_T}$ac_ct_CC" >&6
2063 echo "$as_me:$LINENO: result: no" >&5
2064 echo "${ECHO_T}no" >&6
2073 if test -z "$CC"; then
2074 # Extract the first word of "cc", so it can be a program name with args.
2075 set dummy cc
; ac_word
=$2
2076 echo "$as_me:$LINENO: checking for $ac_word" >&5
2077 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2078 if test "${ac_cv_prog_CC+set}" = set; then
2079 echo $ECHO_N "(cached) $ECHO_C" >&6
2081 if test -n "$CC"; then
2082 ac_cv_prog_CC
="$CC" # Let the user override the test.
2085 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2089 test -z "$as_dir" && as_dir
=.
2090 for ac_exec_ext
in '' $ac_executable_extensions; do
2091 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2092 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2093 ac_prog_rejected
=yes
2097 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2103 if test $ac_prog_rejected = yes; then
2104 # We found a bogon in the path, so make sure we never use it.
2105 set dummy
$ac_cv_prog_CC
2107 if test $# != 0; then
2108 # We chose a different compiler from the bogus one.
2109 # However, it has the same basename, so the bogon will be chosen
2110 # first if we set CC to just the basename; use the full file name.
2112 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
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
2127 if test -z "$CC"; then
2128 if test -n "$ac_tool_prefix"; then
2131 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2132 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2133 echo "$as_me:$LINENO: checking for $ac_word" >&5
2134 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2135 if test "${ac_cv_prog_CC+set}" = set; then
2136 echo $ECHO_N "(cached) $ECHO_C" >&6
2138 if test -n "$CC"; then
2139 ac_cv_prog_CC
="$CC" # Let the user override the test.
2141 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2145 test -z "$as_dir" && as_dir
=.
2146 for ac_exec_ext
in '' $ac_executable_extensions; do
2147 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2148 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
2149 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2158 if test -n "$CC"; then
2159 echo "$as_me:$LINENO: result: $CC" >&5
2160 echo "${ECHO_T}$CC" >&6
2162 echo "$as_me:$LINENO: result: no" >&5
2163 echo "${ECHO_T}no" >&6
2166 test -n "$CC" && break
2169 if test -z "$CC"; then
2173 # Extract the first word of "$ac_prog", so it can be a program name with args.
2174 set dummy
$ac_prog; ac_word
=$2
2175 echo "$as_me:$LINENO: checking for $ac_word" >&5
2176 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2177 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2178 echo $ECHO_N "(cached) $ECHO_C" >&6
2180 if test -n "$ac_ct_CC"; then
2181 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2183 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2187 test -z "$as_dir" && as_dir
=.
2188 for ac_exec_ext
in '' $ac_executable_extensions; do
2189 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2190 ac_cv_prog_ac_ct_CC
="$ac_prog"
2191 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2199 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2200 if test -n "$ac_ct_CC"; then
2201 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2202 echo "${ECHO_T}$ac_ct_CC" >&6
2204 echo "$as_me:$LINENO: result: no" >&5
2205 echo "${ECHO_T}no" >&6
2208 test -n "$ac_ct_CC" && break
2217 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2218 See \`config.log' for more details." >&5
2219 echo "$as_me: error: no acceptable C compiler found in \$PATH
2220 See \`config.log' for more details." >&2;}
2221 { (exit 1); exit 1; }; }
2223 # Provide some information about the compiler.
2224 echo "$as_me:$LINENO:" \
2225 "checking for C compiler version" >&5
2226 ac_compiler
=`set X $ac_compile; echo $2`
2227 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2228 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
2230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2231 (exit $ac_status); }
2232 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2233 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
2235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2236 (exit $ac_status); }
2237 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2238 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
2240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2241 (exit $ac_status); }
2243 cat >conftest.
$ac_ext <<_ACEOF
2246 cat confdefs.h
>>conftest.
$ac_ext
2247 cat >>conftest.
$ac_ext <<_ACEOF
2248 /* end confdefs.h. */
2259 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2260 (eval $ac_link) 2>&5
2262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2263 (exit $ac_status); }; then
2269 if test x
$gcc_no_link = xyes
; then
2270 # Setting cross_compile will disable run tests; it will
2271 # also disable AC_CHECK_FILE but that's generally
2272 # correct if we can't link.
2276 cat >conftest.
$ac_ext <<_ACEOF
2279 cat confdefs.h
>>conftest.
$ac_ext
2280 cat >>conftest.
$ac_ext <<_ACEOF
2281 /* end confdefs.h. */
2291 ac_clean_files_save
=$ac_clean_files
2292 ac_clean_files
="$ac_clean_files a.out a.exe b.out"
2293 # Try to create an executable without -o first, disregard a.out.
2294 # It will help us diagnose broken compilers, and finding out an intuition
2296 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2297 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
2298 ac_link_default
=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2299 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2300 (eval $ac_link_default) 2>&5
2302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2303 (exit $ac_status); }; then
2304 # Find the output, starting from the most likely. This scheme is
2305 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
2308 # Be careful to initialize this variable, since it used to be cached.
2309 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2311 # b.out is created by i960 compilers.
2312 for ac_file
in a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
2314 test -f "$ac_file" ||
continue
2316 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
)
2319 # This is the source file.
2322 # We found the default executable, but exeext='' is most
2326 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2327 # FIXME: I believe we export ac_cv_exeext for Libtool,
2328 # but it would be cool to find out if it's true. Does anybody
2329 # maintain Libtool? --akim.
2337 echo "$as_me: failed program was:" >&5
2338 sed 's/^/| /' conftest.
$ac_ext >&5
2340 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2341 See \`config.log' for more details." >&5
2342 echo "$as_me: error: C compiler cannot create executables
2343 See \`config.log' for more details." >&2;}
2344 { (exit 77); exit 77; }; }
2347 ac_exeext
=$ac_cv_exeext
2348 echo "$as_me:$LINENO: result: $ac_file" >&5
2349 echo "${ECHO_T}$ac_file" >&6
2351 # Check the compiler produces executables we can run. If not, either
2352 # the compiler is broken, or we cross compile.
2353 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2354 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2355 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2356 # If not cross compiling, check that we can run a simple program.
2357 if test "$cross_compiling" != yes; then
2358 if { ac_try
='./$ac_file'
2359 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2363 (exit $ac_status); }; }; then
2366 if test "$cross_compiling" = maybe
; then
2369 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2370 If you meant to cross compile, use \`--host'.
2371 See \`config.log' for more details." >&5
2372 echo "$as_me: error: cannot run C compiled programs.
2373 If you meant to cross compile, use \`--host'.
2374 See \`config.log' for more details." >&2;}
2375 { (exit 1); exit 1; }; }
2379 echo "$as_me:$LINENO: result: yes" >&5
2380 echo "${ECHO_T}yes" >&6
2382 rm -f a.out a.exe conftest
$ac_cv_exeext b.out
2383 ac_clean_files
=$ac_clean_files_save
2384 # Check the compiler produces executables we can run. If not, either
2385 # the compiler is broken, or we cross compile.
2386 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2387 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2388 echo "$as_me:$LINENO: result: $cross_compiling" >&5
2389 echo "${ECHO_T}$cross_compiling" >&6
2391 echo "$as_me:$LINENO: checking for suffix of executables" >&5
2392 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2393 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2394 (eval $ac_link) 2>&5
2396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2397 (exit $ac_status); }; then
2398 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2399 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2400 # work properly (i.e., refer to `conftest.exe'), while it won't with
2402 for ac_file
in conftest.exe conftest conftest.
*; do
2403 test -f "$ac_file" ||
continue
2405 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
) ;;
2406 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2413 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2414 See \`config.log' for more details." >&5
2415 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2416 See \`config.log' for more details." >&2;}
2417 { (exit 1); exit 1; }; }
2420 rm -f conftest
$ac_cv_exeext
2421 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2422 echo "${ECHO_T}$ac_cv_exeext" >&6
2424 rm -f conftest.
$ac_ext
2425 EXEEXT
=$ac_cv_exeext
2428 echo "$as_me:$LINENO: checking for suffix of object files" >&5
2429 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2430 if test "${ac_cv_objext+set}" = set; then
2431 echo $ECHO_N "(cached) $ECHO_C" >&6
2433 cat >conftest.
$ac_ext <<_ACEOF
2436 cat confdefs.h
>>conftest.
$ac_ext
2437 cat >>conftest.
$ac_ext <<_ACEOF
2438 /* end confdefs.h. */
2448 rm -f conftest.o conftest.obj
2449 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2450 (eval $ac_compile) 2>&5
2452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2453 (exit $ac_status); }; then
2454 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2456 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg
) ;;
2457 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
2462 echo "$as_me: failed program was:" >&5
2463 sed 's/^/| /' conftest.
$ac_ext >&5
2465 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2466 See \`config.log' for more details." >&5
2467 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2468 See \`config.log' for more details." >&2;}
2469 { (exit 1); exit 1; }; }
2472 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
2474 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2475 echo "${ECHO_T}$ac_cv_objext" >&6
2476 OBJEXT
=$ac_cv_objext
2478 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2479 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2480 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2481 echo $ECHO_N "(cached) $ECHO_C" >&6
2483 cat >conftest.
$ac_ext <<_ACEOF
2486 cat confdefs.h
>>conftest.
$ac_ext
2487 cat >>conftest.
$ac_ext <<_ACEOF
2488 /* end confdefs.h. */
2501 rm -f conftest.
$ac_objext
2502 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2503 (eval $ac_compile) 2>conftest.er1
2505 grep -v '^ *+' conftest.er1
>conftest.err
2507 cat conftest.err
>&5
2508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2509 (exit $ac_status); } &&
2510 { ac_try
='test -z "$ac_c_werror_flag"
2511 || test ! -s conftest.err'
2512 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2516 (exit $ac_status); }; } &&
2517 { ac_try
='test -s conftest.$ac_objext'
2518 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2522 (exit $ac_status); }; }; then
2525 echo "$as_me: failed program was:" >&5
2526 sed 's/^/| /' conftest.
$ac_ext >&5
2530 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2531 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
2534 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2535 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2536 GCC
=`test $ac_compiler_gnu = yes && echo yes`
2537 ac_test_CFLAGS
=${CFLAGS+set}
2538 ac_save_CFLAGS
=$CFLAGS
2540 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2541 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2542 if test "${ac_cv_prog_cc_g+set}" = set; then
2543 echo $ECHO_N "(cached) $ECHO_C" >&6
2545 cat >conftest.
$ac_ext <<_ACEOF
2548 cat confdefs.h
>>conftest.
$ac_ext
2549 cat >>conftest.
$ac_ext <<_ACEOF
2550 /* end confdefs.h. */
2560 rm -f conftest.
$ac_objext
2561 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2562 (eval $ac_compile) 2>conftest.er1
2564 grep -v '^ *+' conftest.er1
>conftest.err
2566 cat conftest.err
>&5
2567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2568 (exit $ac_status); } &&
2569 { ac_try
='test -z "$ac_c_werror_flag"
2570 || test ! -s conftest.err'
2571 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2575 (exit $ac_status); }; } &&
2576 { ac_try
='test -s conftest.$ac_objext'
2577 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2581 (exit $ac_status); }; }; then
2584 echo "$as_me: failed program was:" >&5
2585 sed 's/^/| /' conftest.
$ac_ext >&5
2589 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2591 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2592 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2593 if test "$ac_test_CFLAGS" = set; then
2594 CFLAGS
=$ac_save_CFLAGS
2595 elif test $ac_cv_prog_cc_g = yes; then
2596 if test "$GCC" = yes; then
2602 if test "$GCC" = yes; then
2608 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2609 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2610 if test "${ac_cv_prog_cc_stdc+set}" = set; then
2611 echo $ECHO_N "(cached) $ECHO_C" >&6
2613 ac_cv_prog_cc_stdc
=no
2615 cat >conftest.
$ac_ext <<_ACEOF
2618 cat confdefs.h
>>conftest.
$ac_ext
2619 cat >>conftest.
$ac_ext <<_ACEOF
2620 /* end confdefs.h. */
2623 #include <sys/types.h>
2624 #include <sys/stat.h>
2625 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2626 struct buf { int x; };
2627 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2628 static char *e (p, i)
2634 static char *f (char * (*g) (char **, int), char **p, ...)
2639 s = g (p, va_arg (v,int));
2644 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2645 function prototypes and stuff, but not '\xHH' hex character constants.
2646 These don't provoke an error unfortunately, instead are silently treated
2647 as 'x'. The following induces an error, until -std1 is added to get
2648 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2649 array size at least. It's necessary to write '\x00'==0 to get something
2650 that's true only with -std1. */
2651 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2653 int test (int i, double x);
2654 struct s1 {int (*f) (int a);};
2655 struct s2 {int (*f) (double a);};
2656 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2662 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2667 # Don't try gcc -ansi; that turns off useful extensions and
2668 # breaks some systems' header files.
2669 # AIX -qlanglvl=ansi
2670 # Ultrix and OSF/1 -std1
2671 # HP-UX 10.20 and later -Ae
2672 # HP-UX older versions -Aa -D_HPUX_SOURCE
2673 # SVR4 -Xc -D__EXTENSIONS__
2674 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2676 CC
="$ac_save_CC $ac_arg"
2677 rm -f conftest.
$ac_objext
2678 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2679 (eval $ac_compile) 2>conftest.er1
2681 grep -v '^ *+' conftest.er1
>conftest.err
2683 cat conftest.err
>&5
2684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2685 (exit $ac_status); } &&
2686 { ac_try
='test -z "$ac_c_werror_flag"
2687 || test ! -s conftest.err'
2688 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2692 (exit $ac_status); }; } &&
2693 { ac_try
='test -s conftest.$ac_objext'
2694 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2698 (exit $ac_status); }; }; then
2699 ac_cv_prog_cc_stdc
=$ac_arg
2702 echo "$as_me: failed program was:" >&5
2703 sed 's/^/| /' conftest.
$ac_ext >&5
2706 rm -f conftest.err conftest.
$ac_objext
2708 rm -f conftest.
$ac_ext conftest.
$ac_objext
2713 case "x$ac_cv_prog_cc_stdc" in
2715 echo "$as_me:$LINENO: result: none needed" >&5
2716 echo "${ECHO_T}none needed" >&6 ;;
2718 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2719 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2720 CC
="$CC $ac_cv_prog_cc_stdc" ;;
2723 # Some people use a C++ compiler to compile C. Since we use `exit',
2724 # in C++ we need to declare it. In case someone uses the same compiler
2725 # for both compiling C and C++ we need to have the C++ compiler decide
2726 # the declaration of exit, since it's the most demanding environment.
2727 cat >conftest.
$ac_ext <<_ACEOF
2732 rm -f conftest.
$ac_objext
2733 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2734 (eval $ac_compile) 2>conftest.er1
2736 grep -v '^ *+' conftest.er1
>conftest.err
2738 cat conftest.err
>&5
2739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2740 (exit $ac_status); } &&
2741 { ac_try
='test -z "$ac_c_werror_flag"
2742 || test ! -s conftest.err'
2743 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2747 (exit $ac_status); }; } &&
2748 { ac_try
='test -s conftest.$ac_objext'
2749 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2753 (exit $ac_status); }; }; then
2754 for ac_declaration
in \
2756 'extern "C" void std::exit (int) throw (); using std::exit;' \
2757 'extern "C" void std::exit (int); using std::exit;' \
2758 'extern "C" void exit (int) throw ();' \
2759 'extern "C" void exit (int);' \
2762 cat >conftest.
$ac_ext <<_ACEOF
2765 cat confdefs.h
>>conftest.
$ac_ext
2766 cat >>conftest.
$ac_ext <<_ACEOF
2767 /* end confdefs.h. */
2778 rm -f conftest.
$ac_objext
2779 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2780 (eval $ac_compile) 2>conftest.er1
2782 grep -v '^ *+' conftest.er1
>conftest.err
2784 cat conftest.err
>&5
2785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2786 (exit $ac_status); } &&
2787 { ac_try
='test -z "$ac_c_werror_flag"
2788 || test ! -s conftest.err'
2789 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2793 (exit $ac_status); }; } &&
2794 { ac_try
='test -s conftest.$ac_objext'
2795 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2799 (exit $ac_status); }; }; then
2802 echo "$as_me: failed program was:" >&5
2803 sed 's/^/| /' conftest.
$ac_ext >&5
2807 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2808 cat >conftest.
$ac_ext <<_ACEOF
2811 cat confdefs.h
>>conftest.
$ac_ext
2812 cat >>conftest.
$ac_ext <<_ACEOF
2813 /* end confdefs.h. */
2823 rm -f conftest.
$ac_objext
2824 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2825 (eval $ac_compile) 2>conftest.er1
2827 grep -v '^ *+' conftest.er1
>conftest.err
2829 cat conftest.err
>&5
2830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2831 (exit $ac_status); } &&
2832 { ac_try
='test -z "$ac_c_werror_flag"
2833 || test ! -s conftest.err'
2834 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2838 (exit $ac_status); }; } &&
2839 { ac_try
='test -s conftest.$ac_objext'
2840 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2844 (exit $ac_status); }; }; then
2847 echo "$as_me: failed program was:" >&5
2848 sed 's/^/| /' conftest.
$ac_ext >&5
2851 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2854 if test -n "$ac_declaration"; then
2855 echo '#ifdef __cplusplus' >>confdefs.h
2856 echo $ac_declaration >>confdefs.h
2857 echo '#endif' >>confdefs.h
2861 echo "$as_me: failed program was:" >&5
2862 sed 's/^/| /' conftest.
$ac_ext >&5
2865 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2867 ac_cpp
='$CPP $CPPFLAGS'
2868 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2869 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2870 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2871 DEPDIR
="${am__leading_dot}deps"
2873 ac_config_commands
="$ac_config_commands depfiles"
2876 am_make
=${MAKE-make}
2877 cat > confinc
<< 'END'
2882 # If we don't find an include directive, just comment out the code.
2883 echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2884 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2888 # First try GNU make style include.
2889 echo "include confinc" > confmf
2890 # We grep out `Entering directory' and `Leaving directory'
2891 # messages which can occur if `w' ends up in MAKEFLAGS.
2892 # In particular we don't look at `^make:' because GNU make might
2893 # be invoked under some other name (usually "gmake"), in which
2894 # case it prints its new name instead of `make'.
2895 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2900 # Now try BSD make style include.
2901 if test "$am__include" = "#"; then
2902 echo '.include "confinc"' > confmf
2903 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2904 am__include
=.include
2911 echo "$as_me:$LINENO: result: $_am_result" >&5
2912 echo "${ECHO_T}$_am_result" >&6
2913 rm -f confinc confmf
2915 # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2916 if test "${enable_dependency_tracking+set}" = set; then
2917 enableval
="$enable_dependency_tracking"
2920 if test "x$enable_dependency_tracking" != xno
; then
2921 am_depcomp
="$ac_aux_dir/depcomp"
2926 if test "x$enable_dependency_tracking" != xno; then
2937 depcc
="$CC" am_compiler_list
=
2939 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
2940 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
2941 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
2942 echo $ECHO_N "(cached) $ECHO_C" >&6
2944 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
2945 # We make a subdir and do the tests there. Otherwise we can end up
2946 # making bogus files that we don't know about and never remove. For
2947 # instance it was reported that on HP-UX the gcc test will end up
2948 # making a dummy file named `D' -- because `-MD' means `put the output
2951 # Copy depcomp to subdir because otherwise we won't find it if we're
2952 # using a relative directory.
2953 cp "$am_depcomp" conftest.dir
2955 # We will build objects and dependencies in a subdirectory because
2956 # it helps to detect inapplicable dependency modes. For instance
2957 # both Tru64's cc and ICC support -MD to output dependencies as a
2958 # side effect of compilation, but ICC will put the dependencies in
2959 # the current directory while Tru64 will put them in the object
2963 am_cv_CC_dependencies_compiler_type
=none
2964 if test "$am_compiler_list" = ""; then
2965 am_compiler_list
=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
2967 for depmode
in $am_compiler_list; do
2968 # Setup a source with many dependencies, because some compilers
2969 # like to wrap large dependency lists on column 80 (with \), and
2970 # we should not choose a depcomp mode which is confused by this.
2972 # We need to recreate these files for each test, as the compiler may
2973 # overwrite some of them when testing with obscure command lines.
2974 # This happens at least with the AIX C compiler.
2976 for i
in 1 2 3 4 5 6; do
2977 echo '#include "conftst'$i'.h"' >> sub
/conftest.c
2978 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
2979 # Solaris 8's {/usr,}/bin/sh.
2980 touch sub
/conftst
$i.h
2982 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
2986 # after this tag, mechanisms are not by side-effect, so they'll
2987 # only be used when explicitly requested
2988 if test "x$enable_dependency_tracking" = xyes
; then
2996 # We check with `-c' and `-o' for the sake of the "dashmstdout"
2997 # mode. It turns out that the SunPro C++ compiler does not properly
2998 # handle `-M -o', and we need to detect this.
2999 if depmode
=$depmode \
3000 source=sub
/conftest.c object
=sub
/conftest.
${OBJEXT-o} \
3001 depfile
=sub
/conftest.Po tmpdepfile
=sub
/conftest.TPo \
3002 $SHELL .
/depcomp
$depcc -c -o sub
/conftest.
${OBJEXT-o} sub
/conftest.c \
3003 >/dev
/null
2>conftest.err
&&
3004 grep sub
/conftst6.h sub
/conftest.Po
> /dev
/null
2>&1 &&
3005 grep sub
/conftest.
${OBJEXT-o} sub
/conftest.Po
> /dev
/null
2>&1 &&
3006 ${MAKE-make} -s -f confmf
> /dev
/null
2>&1; then
3007 # icc doesn't choke on unknown options, it will just issue warnings
3008 # or remarks (even with -Werror). So we grep stderr for any message
3009 # that says an option was ignored or not supported.
3010 # When given -MP, icc 7.0 and 7.1 complain thusly:
3011 # icc: Command line warning: ignoring option '-M'; no argument required
3012 # The diagnosis changed in icc 8.0:
3013 # icc: Command line remark: option '-MP' not supported
3014 if (grep 'ignoring option' conftest.err ||
3015 grep 'not supported' conftest.err
) >/dev
/null
2>&1; then :; else
3016 am_cv_CC_dependencies_compiler_type
=$depmode
3025 am_cv_CC_dependencies_compiler_type
=none
3029 echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3030 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3031 CCDEPMODE
=depmode
=$am_cv_CC_dependencies_compiler_type
3036 test "x$enable_dependency_tracking" != xno \
3037 && test "$am_cv_CC_dependencies_compiler_type" = gcc3
; then
3039 am__fastdepCC_FALSE
='#'
3041 am__fastdepCC_TRUE
='#'
3042 am__fastdepCC_FALSE
=
3047 ac_cpp
='$CXXCPP $CPPFLAGS'
3048 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3049 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3050 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
3051 if test -n "$ac_tool_prefix"; then
3052 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
3054 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3055 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3056 echo "$as_me:$LINENO: checking for $ac_word" >&5
3057 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3058 if test "${ac_cv_prog_CXX+set}" = set; then
3059 echo $ECHO_N "(cached) $ECHO_C" >&6
3061 if test -n "$CXX"; then
3062 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
3064 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3068 test -z "$as_dir" && as_dir
=.
3069 for ac_exec_ext
in '' $ac_executable_extensions; do
3070 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3071 ac_cv_prog_CXX
="$ac_tool_prefix$ac_prog"
3072 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3081 if test -n "$CXX"; then
3082 echo "$as_me:$LINENO: result: $CXX" >&5
3083 echo "${ECHO_T}$CXX" >&6
3085 echo "$as_me:$LINENO: result: no" >&5
3086 echo "${ECHO_T}no" >&6
3089 test -n "$CXX" && break
3092 if test -z "$CXX"; then
3094 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
3096 # Extract the first word of "$ac_prog", so it can be a program name with args.
3097 set dummy
$ac_prog; ac_word
=$2
3098 echo "$as_me:$LINENO: checking for $ac_word" >&5
3099 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3100 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3101 echo $ECHO_N "(cached) $ECHO_C" >&6
3103 if test -n "$ac_ct_CXX"; then
3104 ac_cv_prog_ac_ct_CXX
="$ac_ct_CXX" # Let the user override the test.
3106 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3110 test -z "$as_dir" && as_dir
=.
3111 for ac_exec_ext
in '' $ac_executable_extensions; do
3112 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3113 ac_cv_prog_ac_ct_CXX
="$ac_prog"
3114 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3122 ac_ct_CXX
=$ac_cv_prog_ac_ct_CXX
3123 if test -n "$ac_ct_CXX"; then
3124 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3125 echo "${ECHO_T}$ac_ct_CXX" >&6
3127 echo "$as_me:$LINENO: result: no" >&5
3128 echo "${ECHO_T}no" >&6
3131 test -n "$ac_ct_CXX" && break
3133 test -n "$ac_ct_CXX" || ac_ct_CXX
="g++"
3139 # Provide some information about the compiler.
3140 echo "$as_me:$LINENO:" \
3141 "checking for C++ compiler version" >&5
3142 ac_compiler
=`set X $ac_compile; echo $2`
3143 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
3144 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
3146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3147 (exit $ac_status); }
3148 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
3149 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
3151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3152 (exit $ac_status); }
3153 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
3154 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
3156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3157 (exit $ac_status); }
3159 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3160 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
3161 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3162 echo $ECHO_N "(cached) $ECHO_C" >&6
3164 cat >conftest.
$ac_ext <<_ACEOF
3167 cat confdefs.h
>>conftest.
$ac_ext
3168 cat >>conftest.
$ac_ext <<_ACEOF
3169 /* end confdefs.h. */
3182 rm -f conftest.
$ac_objext
3183 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3184 (eval $ac_compile) 2>conftest.er1
3186 grep -v '^ *+' conftest.er1
>conftest.err
3188 cat conftest.err
>&5
3189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3190 (exit $ac_status); } &&
3191 { ac_try
='test -z "$ac_cxx_werror_flag"
3192 || test ! -s conftest.err'
3193 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3197 (exit $ac_status); }; } &&
3198 { ac_try
='test -s conftest.$ac_objext'
3199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3203 (exit $ac_status); }; }; then
3206 echo "$as_me: failed program was:" >&5
3207 sed 's/^/| /' conftest.
$ac_ext >&5
3211 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3212 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
3215 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3216 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
3217 GXX
=`test $ac_compiler_gnu = yes && echo yes`
3218 ac_test_CXXFLAGS
=${CXXFLAGS+set}
3219 ac_save_CXXFLAGS
=$CXXFLAGS
3221 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3222 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
3223 if test "${ac_cv_prog_cxx_g+set}" = set; then
3224 echo $ECHO_N "(cached) $ECHO_C" >&6
3226 cat >conftest.
$ac_ext <<_ACEOF
3229 cat confdefs.h
>>conftest.
$ac_ext
3230 cat >>conftest.
$ac_ext <<_ACEOF
3231 /* end confdefs.h. */
3241 rm -f conftest.
$ac_objext
3242 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3243 (eval $ac_compile) 2>conftest.er1
3245 grep -v '^ *+' conftest.er1
>conftest.err
3247 cat conftest.err
>&5
3248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3249 (exit $ac_status); } &&
3250 { ac_try
='test -z "$ac_cxx_werror_flag"
3251 || test ! -s conftest.err'
3252 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3256 (exit $ac_status); }; } &&
3257 { ac_try
='test -s conftest.$ac_objext'
3258 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3262 (exit $ac_status); }; }; then
3263 ac_cv_prog_cxx_g
=yes
3265 echo "$as_me: failed program was:" >&5
3266 sed 's/^/| /' conftest.
$ac_ext >&5
3270 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3272 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3273 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
3274 if test "$ac_test_CXXFLAGS" = set; then
3275 CXXFLAGS
=$ac_save_CXXFLAGS
3276 elif test $ac_cv_prog_cxx_g = yes; then
3277 if test "$GXX" = yes; then
3283 if test "$GXX" = yes; then
3289 for ac_declaration
in \
3291 'extern "C" void std::exit (int) throw (); using std::exit;' \
3292 'extern "C" void std::exit (int); using std::exit;' \
3293 'extern "C" void exit (int) throw ();' \
3294 'extern "C" void exit (int);' \
3297 cat >conftest.
$ac_ext <<_ACEOF
3300 cat confdefs.h
>>conftest.
$ac_ext
3301 cat >>conftest.
$ac_ext <<_ACEOF
3302 /* end confdefs.h. */
3313 rm -f conftest.
$ac_objext
3314 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3315 (eval $ac_compile) 2>conftest.er1
3317 grep -v '^ *+' conftest.er1
>conftest.err
3319 cat conftest.err
>&5
3320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3321 (exit $ac_status); } &&
3322 { ac_try
='test -z "$ac_cxx_werror_flag"
3323 || test ! -s conftest.err'
3324 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3328 (exit $ac_status); }; } &&
3329 { ac_try
='test -s conftest.$ac_objext'
3330 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3334 (exit $ac_status); }; }; then
3337 echo "$as_me: failed program was:" >&5
3338 sed 's/^/| /' conftest.
$ac_ext >&5
3342 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3343 cat >conftest.
$ac_ext <<_ACEOF
3346 cat confdefs.h
>>conftest.
$ac_ext
3347 cat >>conftest.
$ac_ext <<_ACEOF
3348 /* end confdefs.h. */
3358 rm -f conftest.
$ac_objext
3359 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3360 (eval $ac_compile) 2>conftest.er1
3362 grep -v '^ *+' conftest.er1
>conftest.err
3364 cat conftest.err
>&5
3365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3366 (exit $ac_status); } &&
3367 { ac_try
='test -z "$ac_cxx_werror_flag"
3368 || test ! -s conftest.err'
3369 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3373 (exit $ac_status); }; } &&
3374 { ac_try
='test -s conftest.$ac_objext'
3375 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3379 (exit $ac_status); }; }; then
3382 echo "$as_me: failed program was:" >&5
3383 sed 's/^/| /' conftest.
$ac_ext >&5
3386 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3389 if test -n "$ac_declaration"; then
3390 echo '#ifdef __cplusplus' >>confdefs.h
3391 echo $ac_declaration >>confdefs.h
3392 echo '#endif' >>confdefs.h
3396 ac_cpp
='$CPP $CPPFLAGS'
3397 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3398 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3399 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3401 depcc
="$CXX" am_compiler_list
=
3403 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3404 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
3405 if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
3406 echo $ECHO_N "(cached) $ECHO_C" >&6
3408 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3409 # We make a subdir and do the tests there. Otherwise we can end up
3410 # making bogus files that we don't know about and never remove. For
3411 # instance it was reported that on HP-UX the gcc test will end up
3412 # making a dummy file named `D' -- because `-MD' means `put the output
3415 # Copy depcomp to subdir because otherwise we won't find it if we're
3416 # using a relative directory.
3417 cp "$am_depcomp" conftest.dir
3419 # We will build objects and dependencies in a subdirectory because
3420 # it helps to detect inapplicable dependency modes. For instance
3421 # both Tru64's cc and ICC support -MD to output dependencies as a
3422 # side effect of compilation, but ICC will put the dependencies in
3423 # the current directory while Tru64 will put them in the object
3427 am_cv_CXX_dependencies_compiler_type
=none
3428 if test "$am_compiler_list" = ""; then
3429 am_compiler_list
=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3431 for depmode
in $am_compiler_list; do
3432 # Setup a source with many dependencies, because some compilers
3433 # like to wrap large dependency lists on column 80 (with \), and
3434 # we should not choose a depcomp mode which is confused by this.
3436 # We need to recreate these files for each test, as the compiler may
3437 # overwrite some of them when testing with obscure command lines.
3438 # This happens at least with the AIX C compiler.
3440 for i
in 1 2 3 4 5 6; do
3441 echo '#include "conftst'$i'.h"' >> sub
/conftest.c
3442 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3443 # Solaris 8's {/usr,}/bin/sh.
3444 touch sub
/conftst
$i.h
3446 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3450 # after this tag, mechanisms are not by side-effect, so they'll
3451 # only be used when explicitly requested
3452 if test "x$enable_dependency_tracking" = xyes
; then
3460 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3461 # mode. It turns out that the SunPro C++ compiler does not properly
3462 # handle `-M -o', and we need to detect this.
3463 if depmode
=$depmode \
3464 source=sub
/conftest.c object
=sub
/conftest.
${OBJEXT-o} \
3465 depfile
=sub
/conftest.Po tmpdepfile
=sub
/conftest.TPo \
3466 $SHELL .
/depcomp
$depcc -c -o sub
/conftest.
${OBJEXT-o} sub
/conftest.c \
3467 >/dev
/null
2>conftest.err
&&
3468 grep sub
/conftst6.h sub
/conftest.Po
> /dev
/null
2>&1 &&
3469 grep sub
/conftest.
${OBJEXT-o} sub
/conftest.Po
> /dev
/null
2>&1 &&
3470 ${MAKE-make} -s -f confmf
> /dev
/null
2>&1; then
3471 # icc doesn't choke on unknown options, it will just issue warnings
3472 # or remarks (even with -Werror). So we grep stderr for any message
3473 # that says an option was ignored or not supported.
3474 # When given -MP, icc 7.0 and 7.1 complain thusly:
3475 # icc: Command line warning: ignoring option '-M'; no argument required
3476 # The diagnosis changed in icc 8.0:
3477 # icc: Command line remark: option '-MP' not supported
3478 if (grep 'ignoring option' conftest.err ||
3479 grep 'not supported' conftest.err
) >/dev
/null
2>&1; then :; else
3480 am_cv_CXX_dependencies_compiler_type
=$depmode
3489 am_cv_CXX_dependencies_compiler_type
=none
3493 echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
3494 echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6
3495 CXXDEPMODE
=depmode
=$am_cv_CXX_dependencies_compiler_type
3500 test "x$enable_dependency_tracking" != xno \
3501 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3
; then
3502 am__fastdepCXX_TRUE
=
3503 am__fastdepCXX_FALSE
='#'
3505 am__fastdepCXX_TRUE
='#'
3506 am__fastdepCXX_FALSE
=
3512 if test "x$CC" != xcc
; then
3513 echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5
3514 echo $ECHO_N "checking whether $CC and cc understand -c and -o together... $ECHO_C" >&6
3516 echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5
3517 echo $ECHO_N "checking whether cc understands -c and -o together... $ECHO_C" >&6
3519 set dummy
$CC; ac_cc
=`echo $2 |
3520 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
3521 if eval "test \"\${ac_cv_prog_cc_${ac_cc}_c_o+set}\" = set"; then
3522 echo $ECHO_N "(cached) $ECHO_C" >&6
3524 cat >conftest.
$ac_ext <<_ACEOF
3527 cat confdefs.h
>>conftest.
$ac_ext
3528 cat >>conftest.
$ac_ext <<_ACEOF
3529 /* end confdefs.h. */
3539 # Make sure it works both with $CC and with simple cc.
3540 # We do the test twice because some compilers refuse to overwrite an
3541 # existing .o file with -o, though they will create one.
3542 ac_try
='$CC -c conftest.$ac_ext -o conftest.$ac_objext >&5'
3543 if { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3547 (exit $ac_status); } &&
3548 test -f conftest.
$ac_objext && { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3552 (exit $ac_status); };
3554 eval ac_cv_prog_cc_
${ac_cc}_c_o
=yes
3555 if test "x$CC" != xcc
; then
3556 # Test first that cc exists at all.
3557 if { ac_try
='cc -c conftest.$ac_ext >&5'
3558 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3562 (exit $ac_status); }; }; then
3563 ac_try
='cc -c conftest.$ac_ext -o conftest.$ac_objext >&5'
3564 if { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3568 (exit $ac_status); } &&
3569 test -f conftest.
$ac_objext && { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3573 (exit $ac_status); };
3578 # cc exists but doesn't like -o.
3579 eval ac_cv_prog_cc_
${ac_cc}_c_o
=no
3584 eval ac_cv_prog_cc_
${ac_cc}_c_o
=no
3589 if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" = yes"; then
3590 echo "$as_me:$LINENO: result: yes" >&5
3591 echo "${ECHO_T}yes" >&6
3593 echo "$as_me:$LINENO: result: no" >&5
3594 echo "${ECHO_T}no" >&6
3596 cat >>confdefs.h
<<\_ACEOF
3597 #define NO_MINUS_C_MINUS_O 1
3602 # FIXME: we rely on the cache variable name because
3603 # there is no other way.
3605 ac_cc
=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
3606 if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
3607 # Losing compiler, so override with the script.
3608 # FIXME: It is wrong to rewrite CC.
3609 # But if we don't then we get into trouble of one sort or another.
3610 # A longer-term fix would be to have automake use am__CC in this case,
3611 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3612 CC
="$am_aux_dir/compile $CC"
3619 # Newer automakes demand CCAS and CCASFLAGS.
3621 : ${CCASFLAGS='$(CFLAGS)'}
3625 if test -n "$ac_tool_prefix"; then
3626 # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
3627 set dummy
${ac_tool_prefix}as
; ac_word
=$2
3628 echo "$as_me:$LINENO: checking for $ac_word" >&5
3629 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3630 if test "${ac_cv_prog_AS+set}" = set; then
3631 echo $ECHO_N "(cached) $ECHO_C" >&6
3633 if test -n "$AS"; then
3634 ac_cv_prog_AS
="$AS" # Let the user override the test.
3636 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3640 test -z "$as_dir" && as_dir
=.
3641 for ac_exec_ext
in '' $ac_executable_extensions; do
3642 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3643 ac_cv_prog_AS
="${ac_tool_prefix}as"
3644 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3653 if test -n "$AS"; then
3654 echo "$as_me:$LINENO: result: $AS" >&5
3655 echo "${ECHO_T}$AS" >&6
3657 echo "$as_me:$LINENO: result: no" >&5
3658 echo "${ECHO_T}no" >&6
3662 if test -z "$ac_cv_prog_AS"; then
3664 # Extract the first word of "as", so it can be a program name with args.
3665 set dummy as
; ac_word
=$2
3666 echo "$as_me:$LINENO: checking for $ac_word" >&5
3667 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3668 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
3669 echo $ECHO_N "(cached) $ECHO_C" >&6
3671 if test -n "$ac_ct_AS"; then
3672 ac_cv_prog_ac_ct_AS
="$ac_ct_AS" # Let the user override the test.
3674 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3678 test -z "$as_dir" && as_dir
=.
3679 for ac_exec_ext
in '' $ac_executable_extensions; do
3680 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3681 ac_cv_prog_ac_ct_AS
="as"
3682 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3690 ac_ct_AS
=$ac_cv_prog_ac_ct_AS
3691 if test -n "$ac_ct_AS"; then
3692 echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
3693 echo "${ECHO_T}$ac_ct_AS" >&6
3695 echo "$as_me:$LINENO: result: no" >&5
3696 echo "${ECHO_T}no" >&6
3704 if test -n "$ac_tool_prefix"; then
3705 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
3706 set dummy
${ac_tool_prefix}ar; ac_word
=$2
3707 echo "$as_me:$LINENO: checking for $ac_word" >&5
3708 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3709 if test "${ac_cv_prog_AR+set}" = set; then
3710 echo $ECHO_N "(cached) $ECHO_C" >&6
3712 if test -n "$AR"; then
3713 ac_cv_prog_AR
="$AR" # Let the user override the test.
3715 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3719 test -z "$as_dir" && as_dir
=.
3720 for ac_exec_ext
in '' $ac_executable_extensions; do
3721 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3722 ac_cv_prog_AR
="${ac_tool_prefix}ar"
3723 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3732 if test -n "$AR"; then
3733 echo "$as_me:$LINENO: result: $AR" >&5
3734 echo "${ECHO_T}$AR" >&6
3736 echo "$as_me:$LINENO: result: no" >&5
3737 echo "${ECHO_T}no" >&6
3741 if test -z "$ac_cv_prog_AR"; then
3743 # Extract the first word of "ar", so it can be a program name with args.
3744 set dummy
ar; ac_word
=$2
3745 echo "$as_me:$LINENO: checking for $ac_word" >&5
3746 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3747 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
3748 echo $ECHO_N "(cached) $ECHO_C" >&6
3750 if test -n "$ac_ct_AR"; then
3751 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
3753 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3757 test -z "$as_dir" && as_dir
=.
3758 for ac_exec_ext
in '' $ac_executable_extensions; do
3759 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3760 ac_cv_prog_ac_ct_AR
="ar"
3761 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3769 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
3770 if test -n "$ac_ct_AR"; then
3771 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
3772 echo "${ECHO_T}$ac_ct_AR" >&6
3774 echo "$as_me:$LINENO: result: no" >&5
3775 echo "${ECHO_T}no" >&6
3783 if test -n "$ac_tool_prefix"; then
3784 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3785 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
3786 echo "$as_me:$LINENO: checking for $ac_word" >&5
3787 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3788 if test "${ac_cv_prog_RANLIB+set}" = set; then
3789 echo $ECHO_N "(cached) $ECHO_C" >&6
3791 if test -n "$RANLIB"; then
3792 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
3794 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3798 test -z "$as_dir" && as_dir
=.
3799 for ac_exec_ext
in '' $ac_executable_extensions; do
3800 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3801 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
3802 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3810 RANLIB
=$ac_cv_prog_RANLIB
3811 if test -n "$RANLIB"; then
3812 echo "$as_me:$LINENO: result: $RANLIB" >&5
3813 echo "${ECHO_T}$RANLIB" >&6
3815 echo "$as_me:$LINENO: result: no" >&5
3816 echo "${ECHO_T}no" >&6
3820 if test -z "$ac_cv_prog_RANLIB"; then
3821 ac_ct_RANLIB
=$RANLIB
3822 # Extract the first word of "ranlib", so it can be a program name with args.
3823 set dummy ranlib
; ac_word
=$2
3824 echo "$as_me:$LINENO: checking for $ac_word" >&5
3825 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3826 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3827 echo $ECHO_N "(cached) $ECHO_C" >&6
3829 if test -n "$ac_ct_RANLIB"; then
3830 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
3832 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3836 test -z "$as_dir" && as_dir
=.
3837 for ac_exec_ext
in '' $ac_executable_extensions; do
3838 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3839 ac_cv_prog_ac_ct_RANLIB
="ranlib"
3840 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3846 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
3849 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
3850 if test -n "$ac_ct_RANLIB"; then
3851 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
3852 echo "${ECHO_T}$ac_ct_RANLIB" >&6
3854 echo "$as_me:$LINENO: result: no" >&5
3855 echo "${ECHO_T}no" >&6
3858 RANLIB
=$ac_ct_RANLIB
3860 RANLIB
="$ac_cv_prog_RANLIB"
3864 # Find a good install program. We prefer a C program (faster),
3865 # so one script is as good as another. But avoid the broken or
3866 # incompatible versions:
3867 # SysV /etc/install, /usr/sbin/install
3868 # SunOS /usr/etc/install
3869 # IRIX /sbin/install
3871 # AmigaOS /C/install, which installs bootblocks on floppy discs
3872 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3873 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3874 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3875 # OS/2's system install, which has a completely different semantic
3876 # ./install, which can be erroneously created by make from ./install.sh.
3877 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3878 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
3879 if test -z "$INSTALL"; then
3880 if test "${ac_cv_path_install+set}" = set; then
3881 echo $ECHO_N "(cached) $ECHO_C" >&6
3883 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3887 test -z "$as_dir" && as_dir
=.
3888 # Account for people who put trailing slashes in PATH elements.
3890 .
/ | .
// |
/cC
/* | \
3891 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
3892 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
3895 # OSF1 and SCO ODT 3.0 have their own names for install.
3896 # Don't use installbsd from OSF since it installs stuff as root
3898 for ac_prog
in ginstall scoinst
install; do
3899 for ac_exec_ext
in '' $ac_executable_extensions; do
3900 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3901 if test $ac_prog = install &&
3902 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
3903 # AIX install. It has an incompatible calling convention.
3905 elif test $ac_prog = install &&
3906 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
3907 # program-specific install script used by HP pwplus--don't use.
3910 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
3922 if test "${ac_cv_path_install+set}" = set; then
3923 INSTALL
=$ac_cv_path_install
3925 # As a last resort, use the slow shell script. We don't cache a
3926 # path for INSTALL within a source directory, because that will
3927 # break other packages using the cache if that directory is
3928 # removed, or if the path is relative.
3929 INSTALL
=$ac_install_sh
3932 echo "$as_me:$LINENO: result: $INSTALL" >&5
3933 echo "${ECHO_T}$INSTALL" >&6
3935 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3936 # It thinks the first close brace ends the variable substitution.
3937 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
3939 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
3941 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
3944 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
3945 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
3946 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
3947 if test "${enable_maintainer_mode+set}" = set; then
3948 enableval
="$enable_maintainer_mode"
3949 USE_MAINTAINER_MODE
=$enableval
3951 USE_MAINTAINER_MODE
=no
3953 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
3954 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
3957 if test $USE_MAINTAINER_MODE = yes; then
3958 MAINTAINER_MODE_TRUE
=
3959 MAINTAINER_MODE_FALSE
='#'
3961 MAINTAINER_MODE_TRUE
='#'
3962 MAINTAINER_MODE_FALSE
=
3965 MAINT
=$MAINTAINER_MODE_TRUE
3969 .
${srcdir}/configure.
host
3971 case ${gc_basedir} in
3972 /* | A-Za-z
:/\\*) gc_flagbasedir
=${gc_basedir} ;;
3973 *) gc_flagbasedir
='$(top_builddir)/'${gc_basedir} ;;
3976 gc_cflags
="${gc_cflags} -Iinclude -I"'$(top_builddir)'"/./targ-include -I${gc_flagbasedir}/libc/include"
3979 gc_cflags
="${gc_cflags} -I${gc_flagbasedir}/../winsup/include"
3984 GC_CFLAGS
=${gc_cflags}
3987 # Check whether --enable-shared or --disable-shared was given.
3988 if test "${enable_shared+set}" = set; then
3989 enableval
="$enable_shared"
3990 p
=${PACKAGE-default}
3992 yes) enable_shared
=yes ;;
3993 no
) enable_shared
=no
;;
3996 # Look at the argument we got. We use all the common list separators.
3997 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
3998 for pkg
in $enableval; do
3999 if test "X$pkg" = "X$p"; then
4009 # Check whether --enable-static or --disable-static was given.
4010 if test "${enable_static+set}" = set; then
4011 enableval
="$enable_static"
4012 p
=${PACKAGE-default}
4014 yes) enable_static
=yes ;;
4015 no
) enable_static
=no
;;
4018 # Look at the argument we got. We use all the common list separators.
4019 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
4020 for pkg
in $enableval; do
4021 if test "X$pkg" = "X$p"; then
4031 # Check whether --enable-fast-install or --disable-fast-install was given.
4032 if test "${enable_fast_install+set}" = set; then
4033 enableval
="$enable_fast_install"
4034 p
=${PACKAGE-default}
4036 yes) enable_fast_install
=yes ;;
4037 no
) enable_fast_install
=no
;;
4039 enable_fast_install
=no
4040 # Look at the argument we got. We use all the common list separators.
4041 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
4042 for pkg
in $enableval; do
4043 if test "X$pkg" = "X$p"; then
4044 enable_fast_install
=yes
4051 enable_fast_install
=yes
4054 # Check whether --with-gnu-ld or --without-gnu-ld was given.
4055 if test "${with_gnu_ld+set}" = set; then
4056 withval
="$with_gnu_ld"
4057 test "$withval" = no || with_gnu_ld
=yes
4062 if test "$GCC" = yes; then
4063 # Check if gcc -print-prog-name=ld gives a path.
4064 echo "$as_me:$LINENO: checking for ld used by GCC" >&5
4065 echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
4068 # gcc leaves a trailing carriage return which upsets mingw
4069 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4071 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
4074 # Accept absolute paths.
4075 [\\/]* |
[A-Za-z
]:[\\/]*)
4076 re_direlt
='/[^/][^/]*/\.\./'
4077 # Canonicalize the path of ld
4078 ac_prog
=`echo $ac_prog| sed 's%\\\\%/%g'`
4079 while echo $ac_prog |
grep "$re_direlt" > /dev
/null
2>&1; do
4080 ac_prog
=`echo $ac_prog| sed "s%$re_direlt%/%"`
4082 test -z "$LD" && LD
="$ac_prog"
4085 # If it fails, then pretend we aren't using GCC.
4089 # If it is relative, then search for the first ld in PATH.
4093 elif test "$with_gnu_ld" = yes; then
4094 echo "$as_me:$LINENO: checking for GNU ld" >&5
4095 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
4097 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
4098 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
4100 if test "${lt_cv_path_LD+set}" = set; then
4101 echo $ECHO_N "(cached) $ECHO_C" >&6
4103 if test -z "$LD"; then
4104 IFS
="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
4105 for ac_dir
in $PATH; do
4106 test -z "$ac_dir" && ac_dir
=.
4107 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
4108 lt_cv_path_LD
="$ac_dir/$ac_prog"
4109 # Check to see if the program is GNU ld. I'd rather use --version,
4110 # but apparently some GNU ld's only accept -v.
4111 # Break only if it was the GNU/non-GNU ld that we prefer.
4112 if "$lt_cv_path_LD" -v 2>&1 < /dev
/null |
egrep '(GNU|with BFD)' > /dev
/null
; then
4113 test "$with_gnu_ld" != no
&& break
4115 test "$with_gnu_ld" != yes && break
4121 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
4126 if test -n "$LD"; then
4127 echo "$as_me:$LINENO: result: $LD" >&5
4128 echo "${ECHO_T}$LD" >&6
4130 echo "$as_me:$LINENO: result: no" >&5
4131 echo "${ECHO_T}no" >&6
4133 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
4134 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
4135 { (exit 1); exit 1; }; }
4136 echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
4137 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
4138 if test "${lt_cv_prog_gnu_ld+set}" = set; then
4139 echo $ECHO_N "(cached) $ECHO_C" >&6
4141 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
4142 if $LD -v 2>&1 </dev
/null |
egrep '(GNU|with BFD)' 1>&5; then
4143 lt_cv_prog_gnu_ld
=yes
4145 lt_cv_prog_gnu_ld
=no
4148 echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
4149 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
4150 with_gnu_ld
=$lt_cv_prog_gnu_ld
4153 echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
4154 echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
4155 if test "${lt_cv_ld_reload_flag+set}" = set; then
4156 echo $ECHO_N "(cached) $ECHO_C" >&6
4158 lt_cv_ld_reload_flag
='-r'
4160 echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
4161 echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
4162 reload_flag
=$lt_cv_ld_reload_flag
4163 test -n "$reload_flag" && reload_flag
=" $reload_flag"
4165 echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
4166 echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
4167 if test "${lt_cv_path_NM+set}" = set; then
4168 echo $ECHO_N "(cached) $ECHO_C" >&6
4170 if test -n "$NM"; then
4171 # Let the user override the test.
4174 IFS
="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
4175 for ac_dir
in $PATH /usr
/ccs
/bin
/usr
/ucb
/bin
; do
4176 test -z "$ac_dir" && ac_dir
=.
4177 tmp_nm
=$ac_dir/${ac_tool_prefix}nm
4178 if test -f $tmp_nm ||
test -f $tmp_nm$ac_exeext ; then
4179 # Check to see if the nm accepts a BSD-compat flag.
4180 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4181 # nm: unknown option "B" ignored
4182 # Tru64's nm complains that /dev/null is an invalid object file
4183 if ($tmp_nm -B /dev
/null
2>&1 |
sed '1q'; exit 0) |
egrep '(/dev/null|Invalid file or object type)' >/dev
/null
; then
4184 lt_cv_path_NM
="$tmp_nm -B"
4186 elif ($tmp_nm -p /dev
/null
2>&1 |
sed '1q'; exit 0) |
egrep /dev
/null
>/dev
/null
; then
4187 lt_cv_path_NM
="$tmp_nm -p"
4190 lt_cv_path_NM
=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4191 continue # so that we can try to find one that supports BSD flags
4196 test -z "$lt_cv_path_NM" && lt_cv_path_NM
=nm
4201 echo "$as_me:$LINENO: result: $NM" >&5
4202 echo "${ECHO_T}$NM" >&6
4204 echo "$as_me:$LINENO: checking whether ln -s works" >&5
4205 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
4207 if test "$LN_S" = "ln -s"; then
4208 echo "$as_me:$LINENO: result: yes" >&5
4209 echo "${ECHO_T}yes" >&6
4211 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4212 echo "${ECHO_T}no, using $LN_S" >&6
4215 echo "$as_me:$LINENO: checking how to recognise dependant libraries" >&5
4216 echo $ECHO_N "checking how to recognise dependant libraries... $ECHO_C" >&6
4217 if test "${lt_cv_deplibs_check_method+set}" = set; then
4218 echo $ECHO_N "(cached) $ECHO_C" >&6
4220 lt_cv_file_magic_cmd
='$MAGIC_CMD'
4221 lt_cv_file_magic_test_file
=
4222 lt_cv_deplibs_check_method
='unknown'
4223 # Need to set the preceding variable on all platforms that support
4224 # interlibrary dependencies.
4225 # 'none' -- dependencies not supported.
4226 # `unknown' -- same as none, but documents that we really don't know.
4227 # 'pass_all' -- all dependencies passed with no checks.
4228 # 'test_compile' -- check by making test program.
4229 # 'file_magic [regex]' -- check by looking for files in library path
4230 # which responds to the $file_magic_cmd with a given egrep regex.
4231 # If you have `file' or equivalent on your system and you're not sure
4232 # whether `pass_all' will *always* work, you probably want this one.
4236 lt_cv_deplibs_check_method
=pass_all
4240 lt_cv_deplibs_check_method
=pass_all
4244 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4245 lt_cv_file_magic_cmd
='/usr/bin/file -L'
4246 lt_cv_file_magic_test_file
=/shlib
/libc.so
4249 cygwin
* | mingw
* |pw32
*)
4250 lt_cv_deplibs_check_method
='file_magic file format pei*-i386(.*architecture: i386)?'
4251 lt_cv_file_magic_cmd
='$OBJDUMP -f'
4254 darwin
* | rhapsody
*)
4255 # this will be overwritten by pass_all, but leave it in just in case
4256 lt_cv_deplibs_check_method
='file_magic Mach-O dynamically linked shared library'
4257 lt_cv_file_magic_cmd
='/usr/bin/file -L'
4259 rhapsody
* | darwin1.012
)
4260 lt_cv_file_magic_test_file
='/System/Library/Frameworks/System.framework/System'
4263 lt_cv_file_magic_test_file
='/usr/lib/libSystem.dylib'
4266 lt_cv_deplibs_check_method
=pass_all
4269 freebsd
* | kfreebsd
*-gnu)
4270 if echo __ELF__ |
$CC -E - |
grep __ELF__
> /dev
/null
; then
4273 # Not sure whether the presence of OpenBSD here was a mistake.
4274 # Let's accept both of them until this is cleared up.
4275 lt_cv_deplibs_check_method
='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
4276 lt_cv_file_magic_cmd
=/usr
/bin
/file
4277 lt_cv_file_magic_test_file
=`echo /usr/lib/libc.so.*`
4281 lt_cv_deplibs_check_method
=pass_all
4286 lt_cv_deplibs_check_method
=pass_all
4292 lt_cv_deplibs_check_method
='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
4293 lt_cv_file_magic_cmd
=/usr
/bin
/file
4294 lt_cv_file_magic_test_file
=/usr
/lib
/libc.sl
4297 lt_cv_deplibs_check_method
='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4298 lt_cv_file_magic_cmd
=/usr
/bin
/file
4299 lt_cv_file_magic_test_file
=/usr
/lib
/hpux32
/libc.so
4307 # this will be overridden with pass_all, but let us keep it just in case
4308 lt_cv_deplibs_check_method
="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
4312 *-32|
*"-32 ") libmagic
=32-bit;;
4313 *-n32|
*"-n32 ") libmagic
=N32
;;
4314 *-64|
*"-64 ") libmagic
=64-bit;;
4315 *) libmagic
=never-match
;;
4317 # this will be overridden with pass_all, but let us keep it just in case
4318 lt_cv_deplibs_check_method
="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
4321 lt_cv_file_magic_test_file
=`echo /lib${libsuff}/libc.so*`
4322 lt_cv_deplibs_check_method
=pass_all
4325 # This must be Linux ELF.
4327 lt_cv_deplibs_check_method
=pass_all
4330 netbsd
* | knetbsd
*-gnu)
4331 if echo __ELF__ |
$CC -E - |
grep __ELF__
> /dev
/null
; then
4332 lt_cv_deplibs_check_method
='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$'
4334 lt_cv_deplibs_check_method
='match_pattern /lib[^/\.]+\.so$'
4339 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4340 lt_cv_file_magic_cmd
=/usr
/bin
/file
4341 lt_cv_file_magic_test_file
=/usr
/lib
/libnls.so
4344 osf3
* | osf4
* | osf5
*)
4345 # this will be overridden with pass_all, but let us keep it just in case
4346 lt_cv_deplibs_check_method
='file_magic COFF format alpha shared library'
4347 lt_cv_file_magic_test_file
=/shlib
/libc.so
4348 lt_cv_deplibs_check_method
=pass_all
4352 lt_cv_deplibs_check_method
=pass_all
4356 lt_cv_deplibs_check_method
=pass_all
4357 lt_cv_file_magic_test_file
=/lib
/libc.so
4360 sysv5uw
[78]* | sysv4
*uw2
*)
4361 lt_cv_deplibs_check_method
=pass_all
4364 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
4365 case $host_vendor in
4367 lt_cv_deplibs_check_method
=pass_all
4370 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]'
4371 lt_cv_file_magic_test_file
=`echo /usr/lib/libc.so*`
4378 echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
4379 echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
4380 file_magic_cmd
=$lt_cv_file_magic_cmd
4381 deplibs_check_method
=$lt_cv_deplibs_check_method
4387 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
4389 # find the maximum length of command line arguments
4390 echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
4391 echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6
4392 if test "${lt_cv_sys_max_cmd_len+set}" = set; then
4393 echo $ECHO_N "(cached) $ECHO_C" >&6
4400 # On DJGPP, this test can blow up pretty badly due to problems in libc
4401 # (any single argument exceeding 2000 bytes causes a buffer overrun
4402 # during glob expansion). Even if it were fixed, the result of this
4403 # check would be larger than it should be.
4404 lt_cv_sys_max_cmd_len
=12288; # 12K is about right
4408 # On Win9x/ME, this test blows up -- it succeeds, but takes
4409 # about 5 minutes as the teststring grows exponentially.
4410 # Worse, since 9x/ME are not pre-emptively multitasking,
4411 # you end up with a "frozen" computer, even though with patience
4412 # the test eventually succeeds (with a max line length of 256k).
4413 # Instead, let's just punt: use the minimum linelength reported by
4414 # all of the supported platforms: 8192 (on NT/2K/XP).
4415 lt_cv_sys_max_cmd_len
=8192;
4419 # On AmigaOS with pdksh, this test takes hours, literally.
4420 # So we just punt and use a minimum line length of 8192.
4421 lt_cv_sys_max_cmd_len
=8192;
4424 netbsd
* | freebsd
* | openbsd
* | darwin
* | dragonfly
*)
4425 # This has been around since 386BSD, at least. Likely further.
4426 if test -x /sbin
/sysctl
; then
4427 lt_cv_sys_max_cmd_len
=`/sbin/sysctl -n kern.argmax`
4428 elif test -x /usr
/sbin
/sysctl
; then
4429 lt_cv_sys_max_cmd_len
=`/usr/sbin/sysctl -n kern.argmax`
4431 lt_cv_sys_max_cmd_len
=65536 # usable default for *BSD
4433 # And add a safety zone
4434 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
4435 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
4441 if test -n "$lt_cv_sys_max_cmd_len" ; then
4442 echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
4443 echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6
4445 echo "$as_me:$LINENO: result: none" >&5
4446 echo "${ECHO_T}none" >&6
4450 # Only perform the check for file, if the check method requires it
4451 case $deplibs_check_method in
4453 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
4454 echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
4455 echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
4456 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
4457 echo $ECHO_N "(cached) $ECHO_C" >&6
4461 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
4464 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a dos path.
4467 ac_save_MAGIC_CMD
="$MAGIC_CMD"
4468 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
4469 ac_dummy
="/usr/bin:$PATH"
4470 for ac_dir
in $ac_dummy; do
4471 test -z "$ac_dir" && ac_dir
=.
4472 if test -f $ac_dir/${ac_tool_prefix}file; then
4473 lt_cv_path_MAGIC_CMD
="$ac_dir/${ac_tool_prefix}file"
4474 if test -n "$file_magic_test_file"; then
4475 case $deplibs_check_method in
4477 file_magic_regex
="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
4478 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
4479 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
4480 egrep "$file_magic_regex" > /dev
/null
; then
4485 *** Warning: the command libtool uses to detect shared libraries,
4486 *** $file_magic_cmd, produces output that libtool cannot recognize.
4487 *** The result is that libtool may fail to recognize shared libraries
4488 *** as such. This will affect the creation of libtool libraries that
4489 *** depend on shared libraries, but programs linked with such libtool
4490 *** libraries will work regardless of this problem. Nevertheless, you
4491 *** may want to report the problem to your system manager and/or to
4492 *** bug-libtool@gnu.org
4502 MAGIC_CMD
="$ac_save_MAGIC_CMD"
4507 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
4508 if test -n "$MAGIC_CMD"; then
4509 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
4510 echo "${ECHO_T}$MAGIC_CMD" >&6
4512 echo "$as_me:$LINENO: result: no" >&5
4513 echo "${ECHO_T}no" >&6
4516 if test -z "$lt_cv_path_MAGIC_CMD"; then
4517 if test -n "$ac_tool_prefix"; then
4518 echo "$as_me:$LINENO: checking for file" >&5
4519 echo $ECHO_N "checking for file... $ECHO_C" >&6
4520 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
4521 echo $ECHO_N "(cached) $ECHO_C" >&6
4525 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
4528 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a dos path.
4531 ac_save_MAGIC_CMD
="$MAGIC_CMD"
4532 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
4533 ac_dummy
="/usr/bin:$PATH"
4534 for ac_dir
in $ac_dummy; do
4535 test -z "$ac_dir" && ac_dir
=.
4536 if test -f $ac_dir/file; then
4537 lt_cv_path_MAGIC_CMD
="$ac_dir/file"
4538 if test -n "$file_magic_test_file"; then
4539 case $deplibs_check_method in
4541 file_magic_regex
="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
4542 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
4543 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
4544 egrep "$file_magic_regex" > /dev
/null
; then
4549 *** Warning: the command libtool uses to detect shared libraries,
4550 *** $file_magic_cmd, produces output that libtool cannot recognize.
4551 *** The result is that libtool may fail to recognize shared libraries
4552 *** as such. This will affect the creation of libtool libraries that
4553 *** depend on shared libraries, but programs linked with such libtool
4554 *** libraries will work regardless of this problem. Nevertheless, you
4555 *** may want to report the problem to your system manager and/or to
4556 *** bug-libtool@gnu.org
4566 MAGIC_CMD
="$ac_save_MAGIC_CMD"
4571 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
4572 if test -n "$MAGIC_CMD"; then
4573 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
4574 echo "${ECHO_T}$MAGIC_CMD" >&6
4576 echo "$as_me:$LINENO: result: no" >&5
4577 echo "${ECHO_T}no" >&6
4589 if test -n "$ac_tool_prefix"; then
4590 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4591 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
4592 echo "$as_me:$LINENO: checking for $ac_word" >&5
4593 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4594 if test "${ac_cv_prog_RANLIB+set}" = set; then
4595 echo $ECHO_N "(cached) $ECHO_C" >&6
4597 if test -n "$RANLIB"; then
4598 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
4600 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4604 test -z "$as_dir" && as_dir
=.
4605 for ac_exec_ext
in '' $ac_executable_extensions; do
4606 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4607 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
4608 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4616 RANLIB
=$ac_cv_prog_RANLIB
4617 if test -n "$RANLIB"; then
4618 echo "$as_me:$LINENO: result: $RANLIB" >&5
4619 echo "${ECHO_T}$RANLIB" >&6
4621 echo "$as_me:$LINENO: result: no" >&5
4622 echo "${ECHO_T}no" >&6
4626 if test -z "$ac_cv_prog_RANLIB"; then
4627 ac_ct_RANLIB
=$RANLIB
4628 # Extract the first word of "ranlib", so it can be a program name with args.
4629 set dummy ranlib
; ac_word
=$2
4630 echo "$as_me:$LINENO: checking for $ac_word" >&5
4631 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4632 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4633 echo $ECHO_N "(cached) $ECHO_C" >&6
4635 if test -n "$ac_ct_RANLIB"; then
4636 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
4638 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4642 test -z "$as_dir" && as_dir
=.
4643 for ac_exec_ext
in '' $ac_executable_extensions; do
4644 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4645 ac_cv_prog_ac_ct_RANLIB
="ranlib"
4646 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4652 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
4655 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
4656 if test -n "$ac_ct_RANLIB"; then
4657 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4658 echo "${ECHO_T}$ac_ct_RANLIB" >&6
4660 echo "$as_me:$LINENO: result: no" >&5
4661 echo "${ECHO_T}no" >&6
4664 RANLIB
=$ac_ct_RANLIB
4666 RANLIB
="$ac_cv_prog_RANLIB"
4669 if test -n "$ac_tool_prefix"; then
4670 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4671 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
4672 echo "$as_me:$LINENO: checking for $ac_word" >&5
4673 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4674 if test "${ac_cv_prog_STRIP+set}" = set; then
4675 echo $ECHO_N "(cached) $ECHO_C" >&6
4677 if test -n "$STRIP"; then
4678 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
4680 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4684 test -z "$as_dir" && as_dir
=.
4685 for ac_exec_ext
in '' $ac_executable_extensions; do
4686 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4687 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
4688 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4696 STRIP
=$ac_cv_prog_STRIP
4697 if test -n "$STRIP"; then
4698 echo "$as_me:$LINENO: result: $STRIP" >&5
4699 echo "${ECHO_T}$STRIP" >&6
4701 echo "$as_me:$LINENO: result: no" >&5
4702 echo "${ECHO_T}no" >&6
4706 if test -z "$ac_cv_prog_STRIP"; then
4708 # Extract the first word of "strip", so it can be a program name with args.
4709 set dummy strip
; ac_word
=$2
4710 echo "$as_me:$LINENO: checking for $ac_word" >&5
4711 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4712 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4713 echo $ECHO_N "(cached) $ECHO_C" >&6
4715 if test -n "$ac_ct_STRIP"; then
4716 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
4718 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4722 test -z "$as_dir" && as_dir
=.
4723 for ac_exec_ext
in '' $ac_executable_extensions; do
4724 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4725 ac_cv_prog_ac_ct_STRIP
="strip"
4726 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4732 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
=":"
4735 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
4736 if test -n "$ac_ct_STRIP"; then
4737 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4738 echo "${ECHO_T}$ac_ct_STRIP" >&6
4740 echo "$as_me:$LINENO: result: no" >&5
4741 echo "${ECHO_T}no" >&6
4746 STRIP
="$ac_cv_prog_STRIP"
4750 # Check for any special flags to pass to ltconfig.
4751 libtool_flags
="--cache-file=$cache_file"
4752 test "$enable_shared" = no
&& libtool_flags
="$libtool_flags --disable-shared"
4753 test "$enable_static" = no
&& libtool_flags
="$libtool_flags --disable-static"
4754 test "$enable_fast_install" = no
&& libtool_flags
="$libtool_flags --disable-fast-install"
4755 test "$GCC" = yes && libtool_flags
="$libtool_flags --with-gcc"
4756 test "$lt_cv_prog_gnu_ld" = yes && libtool_flags
="$libtool_flags --with-gnu-ld"
4759 # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
4760 if test "${enable_libtool_lock+set}" = set; then
4761 enableval
="$enable_libtool_lock"
4764 test "x$enable_libtool_lock" = xno
&& libtool_flags
="$libtool_flags --disable-lock"
4765 test x
"$silent" = xyes
&& libtool_flags
="$libtool_flags --silent"
4768 # Check whether --with-pic or --without-pic was given.
4769 if test "${with_pic+set}" = set; then
4775 test x
"$pic_mode" = xyes
&& libtool_flags
="$libtool_flags --prefer-pic"
4776 test x
"$pic_mode" = xno
&& libtool_flags
="$libtool_flags --prefer-non-pic"
4778 # Some flags need to be propagated to the compiler or linker for good
4782 # Find out which ABI we are using.
4783 echo '#line 4783 "configure"' > conftest.
$ac_ext
4784 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4785 (eval $ac_compile) 2>&5
4787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4788 (exit $ac_status); }; then
4789 if test "$lt_cv_prog_gnu_ld" = yes; then
4790 case `/usr/bin/file conftest.$ac_objext` in
4792 LD
="${LD-ld} -melf32bsmip"
4795 LD
="${LD-ld} -melf32bmipn32"
4798 LD
="${LD-ld} -melf64bmip"
4802 case `/usr/bin/file conftest.$ac_objext` in
4819 # Find out which ABI we are using.
4820 echo 'int i;' > conftest.
$ac_ext
4821 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4822 (eval $ac_compile) 2>&5
4824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4825 (exit $ac_status); }; then
4826 case "`/usr/bin/file conftest.o`" in
4838 x86_64-
*linux
*|ppc
*-*linux
*|powerpc
*-*linux
*|s390
*-*linux
*|sparc
*-*linux
*)
4839 # Find out which ABI we are using.
4840 echo 'int i;' > conftest.
$ac_ext
4841 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4842 (eval $ac_compile) 2>&5
4844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4845 (exit $ac_status); }; then
4846 case "`/usr/bin/file conftest.o`" in
4850 LD
="${LD-ld} -m elf_i386"
4852 ppc64-
*linux
*|powerpc64-
*linux
*)
4853 LD
="${LD-ld} -m elf32ppclinux"
4856 LD
="${LD-ld} -m elf_s390"
4859 LD
="${LD-ld} -m elf32_sparc"
4866 LD
="${LD-ld} -m elf_x86_64"
4868 ppc
*-*linux
*|powerpc
*-*linux
*)
4869 LD
="${LD-ld} -m elf64ppc"
4872 LD
="${LD-ld} -m elf64_s390"
4875 LD
="${LD-ld} -m elf64_sparc"
4885 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
4886 SAVE_CFLAGS
="$CFLAGS"
4887 CFLAGS
="$CFLAGS -belf"
4888 echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
4889 echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
4890 if test "${lt_cv_cc_needs_belf+set}" = set; then
4891 echo $ECHO_N "(cached) $ECHO_C" >&6
4896 ac_cpp
='$CPP $CPPFLAGS'
4897 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4898 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4899 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4901 if test x
$gcc_no_link = xyes
; then
4902 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
4903 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
4904 { (exit 1); exit 1; }; }
4906 cat >conftest.
$ac_ext <<_ACEOF
4909 cat confdefs.h
>>conftest.
$ac_ext
4910 cat >>conftest.
$ac_ext <<_ACEOF
4911 /* end confdefs.h. */
4921 rm -f conftest.
$ac_objext conftest
$ac_exeext
4922 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4923 (eval $ac_link) 2>conftest.er1
4925 grep -v '^ *+' conftest.er1
>conftest.err
4927 cat conftest.err
>&5
4928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4929 (exit $ac_status); } &&
4930 { ac_try
='test -z "$ac_c_werror_flag"
4931 || test ! -s conftest.err'
4932 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4936 (exit $ac_status); }; } &&
4937 { ac_try
='test -s conftest$ac_exeext'
4938 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4942 (exit $ac_status); }; }; then
4943 lt_cv_cc_needs_belf
=yes
4945 echo "$as_me: failed program was:" >&5
4946 sed 's/^/| /' conftest.
$ac_ext >&5
4948 lt_cv_cc_needs_belf
=no
4950 rm -f conftest.err conftest.
$ac_objext \
4951 conftest
$ac_exeext conftest.
$ac_ext
4953 ac_cpp
='$CPP $CPPFLAGS'
4954 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4955 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4956 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4959 echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
4960 echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
4961 if test x
"$lt_cv_cc_needs_belf" != x
"yes"; then
4962 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
4963 CFLAGS
="$SAVE_CFLAGS"
4971 # Save cache, so that ltconfig can load it
4972 cat >confcache
<<\_ACEOF
4973 # This file is a shell script that caches the results of configure
4974 # tests run on this system so they can be shared between configure
4975 # scripts and configure runs, see configure's option --config-cache.
4976 # It is not useful on other systems. If it contains results you don't
4977 # want to keep, you may remove or edit it.
4979 # config.status only pays attention to the cache file if you give it
4980 # the --recheck option to rerun configure.
4982 # `ac_cv_env_foo' variables (set or unset) will be overridden when
4983 # loading this file, other *unset* `ac_cv_foo' will be assigned the
4988 # The following way of writing the cache mishandles newlines in values,
4989 # but we know of no workaround that is simple, portable, and efficient.
4990 # So, don't put newlines in cache variables' values.
4991 # Ultrix sh set writes to stderr and can't be redirected directly,
4992 # and sets the high bit in the cache file unless we assign to the vars.
4995 case `(ac_space=' '; set | grep ac_space) 2>&1` in
4997 # `set' does not quote correctly, so add quotes (double-quote
4998 # substitution turns \\\\ into \\, and sed turns \\ into \).
5001 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
5004 # `set' quotes correctly as required by POSIX, so do not add quotes.
5006 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
5013 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
5015 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
5017 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
5018 if test -w $cache_file; then
5019 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
5020 cat confcache
>$cache_file
5022 echo "not updating unwritable cache $cache_file"
5027 # Actually configure libtool. ac_aux_dir is where install-sh is found.
5028 AR
="$AR" LTCC
="$CC" CC
="$CC" CFLAGS
="$CFLAGS" CPPFLAGS
="$CPPFLAGS" \
5029 MAGIC_CMD
="$MAGIC_CMD" LD
="$LD" LDFLAGS
="$LDFLAGS" LIBS
="$LIBS" \
5030 LN_S
="$LN_S" NM
="$NM" RANLIB
="$RANLIB" STRIP
="$STRIP" \
5031 AS
="$AS" DLLTOOL
="$DLLTOOL" OBJDUMP
="$OBJDUMP" \
5032 objext
="$OBJEXT" exeext
="$EXEEXT" reload_flag
="$reload_flag" \
5033 deplibs_check_method
="$deplibs_check_method" file_magic_cmd
="$file_magic_cmd" \
5034 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig
--no-reexec \
5035 $libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh
$host \
5036 ||
{ { echo "$as_me:$LINENO: error: libtool configure failed" >&5
5037 echo "$as_me: error: libtool configure failed" >&2;}
5038 { (exit 1); exit 1; }; }
5040 # Reload cache, that may have been modified by ltconfig
5041 if test -r "$cache_file"; then
5042 # Some versions of bash will fail to source /dev/null (special
5043 # files actually), so we avoid doing that.
5044 if test -f "$cache_file"; then
5045 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
5046 echo "$as_me: loading cache $cache_file" >&6;}
5048 [\\/]* | ?
:[\\/]* ) .
$cache_file;;
5049 *) . .
/$cache_file;;
5053 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
5054 echo "$as_me: creating cache $cache_file" >&6;}
5059 # This can be used to rebuild libtool when needed
5060 LIBTOOL_DEPS
="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh $ac_aux_dir/ltcf-c.sh"
5062 # Always use our own libtool.
5063 LIBTOOL
='$(SHELL) $(top_builddir)/libtool'
5065 # Redirect the config.log output again, so that the ltconfig log is not
5066 # clobbered by the next message.
5067 exec 5>>.
/config.log
5070 ac_cpp
='$CXXCPP $CPPFLAGS'
5071 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5072 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5073 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
5074 echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
5075 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
5076 if test -z "$CXXCPP"; then
5077 if test "${ac_cv_prog_CXXCPP+set}" = set; then
5078 echo $ECHO_N "(cached) $ECHO_C" >&6
5080 # Double quotes because CXXCPP needs to be expanded
5081 for CXXCPP
in "$CXX -E" "/lib/cpp"
5084 for ac_cxx_preproc_warn_flag
in '' yes
5086 # Use a header file that comes with gcc, so configuring glibc
5087 # with a fresh cross-compiler works.
5088 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5089 # <limits.h> exists even on freestanding compilers.
5090 # On the NeXT, cc -E runs the code through the compiler's parser,
5091 # not just through cpp. "Syntax error" is here to catch this case.
5092 cat >conftest.
$ac_ext <<_ACEOF
5095 cat confdefs.h
>>conftest.
$ac_ext
5096 cat >>conftest.
$ac_ext <<_ACEOF
5097 /* end confdefs.h. */
5099 # include <limits.h>
5101 # include <assert.h>
5105 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5106 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5108 grep -v '^ *+' conftest.er1
>conftest.err
5110 cat conftest.err
>&5
5111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5112 (exit $ac_status); } >/dev
/null
; then
5113 if test -s conftest.err
; then
5114 ac_cpp_err
=$ac_cxx_preproc_warn_flag
5115 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
5122 if test -z "$ac_cpp_err"; then
5125 echo "$as_me: failed program was:" >&5
5126 sed 's/^/| /' conftest.
$ac_ext >&5
5128 # Broken: fails on valid input.
5131 rm -f conftest.err conftest.
$ac_ext
5133 # OK, works on sane cases. Now check whether non-existent headers
5134 # can be detected and how.
5135 cat >conftest.
$ac_ext <<_ACEOF
5138 cat confdefs.h
>>conftest.
$ac_ext
5139 cat >>conftest.
$ac_ext <<_ACEOF
5140 /* end confdefs.h. */
5141 #include <ac_nonexistent.h>
5143 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5144 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5146 grep -v '^ *+' conftest.er1
>conftest.err
5148 cat conftest.err
>&5
5149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5150 (exit $ac_status); } >/dev
/null
; then
5151 if test -s conftest.err
; then
5152 ac_cpp_err
=$ac_cxx_preproc_warn_flag
5153 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
5160 if test -z "$ac_cpp_err"; then
5161 # Broken: success on invalid input.
5164 echo "$as_me: failed program was:" >&5
5165 sed 's/^/| /' conftest.
$ac_ext >&5
5167 # Passes both tests.
5171 rm -f conftest.err conftest.
$ac_ext
5174 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5175 rm -f conftest.err conftest.
$ac_ext
5176 if $ac_preproc_ok; then
5181 ac_cv_prog_CXXCPP
=$CXXCPP
5184 CXXCPP
=$ac_cv_prog_CXXCPP
5186 ac_cv_prog_CXXCPP
=$CXXCPP
5188 echo "$as_me:$LINENO: result: $CXXCPP" >&5
5189 echo "${ECHO_T}$CXXCPP" >&6
5191 for ac_cxx_preproc_warn_flag
in '' yes
5193 # Use a header file that comes with gcc, so configuring glibc
5194 # with a fresh cross-compiler works.
5195 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5196 # <limits.h> exists even on freestanding compilers.
5197 # On the NeXT, cc -E runs the code through the compiler's parser,
5198 # not just through cpp. "Syntax error" is here to catch this case.
5199 cat >conftest.
$ac_ext <<_ACEOF
5202 cat confdefs.h
>>conftest.
$ac_ext
5203 cat >>conftest.
$ac_ext <<_ACEOF
5204 /* end confdefs.h. */
5206 # include <limits.h>
5208 # include <assert.h>
5212 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5213 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5215 grep -v '^ *+' conftest.er1
>conftest.err
5217 cat conftest.err
>&5
5218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5219 (exit $ac_status); } >/dev
/null
; then
5220 if test -s conftest.err
; then
5221 ac_cpp_err
=$ac_cxx_preproc_warn_flag
5222 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
5229 if test -z "$ac_cpp_err"; then
5232 echo "$as_me: failed program was:" >&5
5233 sed 's/^/| /' conftest.
$ac_ext >&5
5235 # Broken: fails on valid input.
5238 rm -f conftest.err conftest.
$ac_ext
5240 # OK, works on sane cases. Now check whether non-existent headers
5241 # can be detected and how.
5242 cat >conftest.
$ac_ext <<_ACEOF
5245 cat confdefs.h
>>conftest.
$ac_ext
5246 cat >>conftest.
$ac_ext <<_ACEOF
5247 /* end confdefs.h. */
5248 #include <ac_nonexistent.h>
5250 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5251 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5253 grep -v '^ *+' conftest.er1
>conftest.err
5255 cat conftest.err
>&5
5256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5257 (exit $ac_status); } >/dev
/null
; then
5258 if test -s conftest.err
; then
5259 ac_cpp_err
=$ac_cxx_preproc_warn_flag
5260 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
5267 if test -z "$ac_cpp_err"; then
5268 # Broken: success on invalid input.
5271 echo "$as_me: failed program was:" >&5
5272 sed 's/^/| /' conftest.
$ac_ext >&5
5274 # Passes both tests.
5278 rm -f conftest.err conftest.
$ac_ext
5281 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5282 rm -f conftest.err conftest.
$ac_ext
5283 if $ac_preproc_ok; then
5286 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
5287 See \`config.log' for more details." >&5
5288 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
5289 See \`config.log' for more details." >&2;}
5290 { (exit 1); exit 1; }; }
5294 ac_cpp
='$CPP $CPPFLAGS'
5295 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5296 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5297 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5301 LIBTOOL_DEPS
=$LIBTOOL_DEPS" $ac_aux_dir/ltcf-cxx.sh"
5303 lt_save_CFLAGS
="$CFLAGS"
5304 AR
="$AR" LTCC
="$CC" CC
="$CXX" CXX
="$CXX" CFLAGS
="$CXXFLAGS" CPPFLAGS
="$CPPFLAGS" \
5305 MAGIC_CMD
="$MAGIC_CMD" LD
="$LD" LDFLAGS
="$LDFLAGS" LIBS
="$LIBS" \
5306 LN_S
="$LN_S" NM
="$NM" RANLIB
="$RANLIB" STRIP
="$STRIP" \
5307 AS
="$AS" DLLTOOL
="$DLLTOOL" OBJDUMP
="$OBJDUMP" \
5308 objext
="$OBJEXT" exeext
="$EXEEXT" reload_flag
="$reload_flag" \
5309 deplibs_check_method
="$deplibs_check_method" \
5310 file_magic_cmd
="$file_magic_cmd" \
5311 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig
-o libtool
$libtool_flags \
5312 --build="$build" --add-tag=CXX
$ac_aux_dir/ltcf-cxx.sh
$host \
5313 ||
{ { echo "$as_me:$LINENO: error: libtool tag configuration failed" >&5
5314 echo "$as_me: error: libtool tag configuration failed" >&2;}
5315 { (exit 1); exit 1; }; }
5317 CFLAGS
="$lt_save_CFLAGS"
5319 # Redirect the config.log output again, so that the ltconfig log is not
5320 # clobbered by the next message.
5321 exec 5>>.
/config.log
5330 # Check whether --with-target-subdir or --without-target-subdir was given.
5331 if test "${with_target_subdir+set}" = set; then
5332 withval
="$with_target_subdir"
5336 # Check whether --with-cross-host or --without-cross-host was given.
5337 if test "${with_cross_host+set}" = set; then
5338 withval
="$with_cross_host"
5342 echo "$as_me:$LINENO: checking for thread model used by GCC" >&5
5343 echo $ECHO_N "checking for thread model used by GCC... $ECHO_C" >&6
5344 THREADS
=`$CC -v 2>&1 | sed -n 's/^Thread model: //p'`
5345 if test -z "$THREADS"; then
5348 echo "$as_me:$LINENO: result: $THREADS" >&5
5349 echo "${ECHO_T}$THREADS" >&6
5351 # Check whether --enable-parallel-mark or --disable-parallel-mark was given.
5352 if test "${enable_parallel_mark+set}" = set; then
5353 enableval
="$enable_parallel_mark"
5356 { { echo "$as_me:$LINENO: error: Parallel mark requires --enable-threads=x spec" >&5
5357 echo "$as_me: error: Parallel mark requires --enable-threads=x spec" >&2;}
5358 { (exit 1); exit 1; }; }
5364 AM_CPPFLAGS
="-I`cd $srcdir && ${PWDCMD-pwd}`/include"
5370 posix | posix95 | pthreads
)
5372 THREADLIBS
=-lpthread
5374 x86-
*-linux* | ia64-
*-linux* | i586-
*-linux* | i686-
*-linux* | x86_64-
*-linux* | alpha-
*-linux*)
5376 cat >>confdefs.h
<<\_ACEOF
5377 #define GC_LINUX_THREADS 1
5381 cat >>confdefs.h
<<\_ACEOF
5382 #define _REENTRANT 1
5385 if test "${enable_parallel_mark}" = yes; then
5387 cat >>confdefs.h
<<\_ACEOF
5388 #define PARALLEL_MARK 1
5393 cat >>confdefs.h
<<\_ACEOF
5394 #define THREAD_LOCAL_ALLOC 1
5399 cat >>confdefs.h
<<\_ACEOF
5400 #define GC_LINUX_THREADS 1
5403 cat >>confdefs.h
<<\_ACEOF
5404 #define _REENTRANT 1
5410 cat >>confdefs.h
<<\_ACEOF
5411 #define GC_AIX_THREADS 1
5414 cat >>confdefs.h
<<\_ACEOF
5415 #define _REENTRANT 1
5420 { echo "$as_me:$LINENO: WARNING: \"Only HP-UX 11 POSIX threads are supported.\"" >&5
5421 echo "$as_me: WARNING: \"Only HP-UX 11 POSIX threads are supported.\"" >&2;}
5423 cat >>confdefs.h
<<\_ACEOF
5424 #define GC_HPUX_THREADS 1
5428 cat >>confdefs.h
<<\_ACEOF
5429 #define _POSIX_C_SOURCE 199506L
5432 if test "${enable_parallel_mark}" = yes; then
5433 cat >>confdefs.h
<<\_ACEOF
5434 #define PARALLEL_MARK 1
5438 cat >>confdefs.h
<<\_ACEOF
5439 #define THREAD_LOCAL_ALLOC 1
5442 THREADLIBS
="-lpthread -lrt"
5443 # HPUX needs REENTRANT for the _r calls.
5445 cat >>confdefs.h
<<\_ACEOF
5446 #define _REENTRANT 1
5451 { echo "$as_me:$LINENO: WARNING: \"Only HP-UX 11 POSIX threads are supported.\"" >&5
5452 echo "$as_me: WARNING: \"Only HP-UX 11 POSIX threads are supported.\"" >&2;}
5455 cat >>confdefs.h
<<\_ACEOF
5456 #define GC_FREEBSD_THREADS 1
5459 INCLUDES
="$INCLUDES -pthread"
5460 THREADDLLIBS
=-pthread
5461 cat >>confdefs.h
<<\_ACEOF
5462 #define _REENTRANT 1
5465 if test "${enable_parallel_mark}" = yes; then
5466 cat >>confdefs.h
<<\_ACEOF
5467 #define PARALLEL_MARK 1
5471 cat >>confdefs.h
<<\_ACEOF
5472 #define THREAD_LOCAL_ALLOC 1
5476 cat >>confdefs.h
<<\_ACEOF
5477 #define USE_COMPILER_TLS 1
5482 { echo "$as_me:$LINENO: WARNING: \"FreeBSD does not yet fully support threads with Boehm GC.\"" >&5
5483 echo "$as_me: WARNING: \"FreeBSD does not yet fully support threads with Boehm GC.\"" >&2;}
5485 cat >>confdefs.h
<<\_ACEOF
5486 #define GC_FREEBSD_THREADS 1
5489 AM_CPPFLAGS
="$AM_CPPFLAGS -pthread"
5494 cat >>confdefs.h
<<\_ACEOF
5495 #define GC_SOLARIS_THREADS 1
5499 cat >>confdefs.h
<<\_ACEOF
5500 #define GC_SOLARIS_PTHREADS 1
5506 cat >>confdefs.h
<<\_ACEOF
5507 #define GC_IRIX_THREADS 1
5513 cat >>confdefs.h
<<\_ACEOF
5514 #define GC_WIN32_THREADS 1
5520 cat >>confdefs.h
<<\_ACEOF
5521 #define GC_DARWIN_THREADS 1
5524 cat >>confdefs.h
<<\_ACEOF
5525 #define THREAD_LOCAL_ALLOC 1
5528 if test "${enable_parallel_mark}" = yes; then
5529 cat >>confdefs.h
<<\_ACEOF
5530 #define PARALLEL_MARK 1
5537 cat >>confdefs.h
<<\_ACEOF
5538 #define GC_OSF1_THREADS 1
5541 if test "${enable_parallel_mark}" = yes; then
5542 cat >>confdefs.h
<<\_ACEOF
5543 #define PARALLEL_MARK 1
5546 cat >>confdefs.h
<<\_ACEOF
5547 #define THREAD_LOCAL_ALLOC 1
5550 # May want to enable it in other cases, too.
5551 # Measurements havent yet been done.
5553 AM_CPPFLAGS
="$AM_CPPFLAGS -pthread"
5554 THREADLIBS
="-lpthread -lrt"
5559 cat >>confdefs.h
<<\_ACEOF
5560 #define GC_WIN32_THREADS 1
5566 echo "$as_me:$LINENO: result: $THREADLIBS" >&5
5567 echo "${ECHO_T}$THREADLIBS" >&6
5568 # Use pthread GCC switch
5570 if test "${enable_parallel_mark}" = yes; then
5571 cat >>confdefs.h
<<\_ACEOF
5572 #define PARALLEL_MARK 1
5576 cat >>confdefs.h
<<\_ACEOF
5577 #define THREAD_LOCAL_ALLOC 1
5581 cat >>confdefs.h
<<\_ACEOF
5582 #define GC_DGUX386_THREADS 1
5586 cat >>confdefs.h
<<\_ACEOF
5587 #define DGUX_THREADS 1
5590 # Enable _POSIX4A_DRAFT10_SOURCE with flag -pthread
5591 AM_CPPFLAGS
="-pthread $AM_CPPFLAGS"
5595 THREADLIBS
=-lpthread
5596 cat >>confdefs.h
<<\_ACEOF
5597 #define GC_AIX_THREADS 1
5600 cat >>confdefs.h
<<\_ACEOF
5601 #define _REENTRANT 1
5605 decosf1 | irix | mach | os2 | solaris | dce | vxworks
)
5606 { { echo "$as_me:$LINENO: error: thread package $THREADS not yet supported" >&5
5607 echo "$as_me: error: thread package $THREADS not yet supported" >&2;}
5608 { (exit 1); exit 1; }; }
5611 { { echo "$as_me:$LINENO: error: $THREADS is an unknown thread package" >&5
5612 echo "$as_me: error: $THREADS is an unknown thread package" >&2;}
5613 { (exit 1); exit 1; }; }
5625 if test x
$powerpc_darwin = xtrue
; then
5626 POWERPC_DARWIN_TRUE
=
5627 POWERPC_DARWIN_FALSE
='#'
5629 POWERPC_DARWIN_TRUE
='#'
5630 POWERPC_DARWIN_FALSE
=
5634 # Darwin needs a few extra special tests to deal with variation in the
5638 echo "$as_me:$LINENO: checking for ppc_thread_state_t.r0" >&5
5639 echo $ECHO_N "checking for ppc_thread_state_t.r0... $ECHO_C" >&6
5640 if test "${ac_cv_member_ppc_thread_state_t_r0+set}" = set; then
5641 echo $ECHO_N "(cached) $ECHO_C" >&6
5643 cat >conftest.
$ac_ext <<_ACEOF
5646 cat confdefs.h
>>conftest.
$ac_ext
5647 cat >>conftest.
$ac_ext <<_ACEOF
5648 /* end confdefs.h. */
5649 #include <mach/thread_status.h>
5654 static ppc_thread_state_t ac_aggr;
5661 rm -f conftest.
$ac_objext
5662 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5663 (eval $ac_compile) 2>conftest.er1
5665 grep -v '^ *+' conftest.er1
>conftest.err
5667 cat conftest.err
>&5
5668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5669 (exit $ac_status); } &&
5670 { ac_try
='test -z "$ac_c_werror_flag"
5671 || test ! -s conftest.err'
5672 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5676 (exit $ac_status); }; } &&
5677 { ac_try
='test -s conftest.$ac_objext'
5678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5682 (exit $ac_status); }; }; then
5683 ac_cv_member_ppc_thread_state_t_r0
=yes
5685 echo "$as_me: failed program was:" >&5
5686 sed 's/^/| /' conftest.
$ac_ext >&5
5688 cat >conftest.
$ac_ext <<_ACEOF
5691 cat confdefs.h
>>conftest.
$ac_ext
5692 cat >>conftest.
$ac_ext <<_ACEOF
5693 /* end confdefs.h. */
5694 #include <mach/thread_status.h>
5699 static ppc_thread_state_t ac_aggr;
5700 if (sizeof ac_aggr.r0)
5706 rm -f conftest.
$ac_objext
5707 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5708 (eval $ac_compile) 2>conftest.er1
5710 grep -v '^ *+' conftest.er1
>conftest.err
5712 cat conftest.err
>&5
5713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5714 (exit $ac_status); } &&
5715 { ac_try
='test -z "$ac_c_werror_flag"
5716 || test ! -s conftest.err'
5717 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5721 (exit $ac_status); }; } &&
5722 { ac_try
='test -s conftest.$ac_objext'
5723 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5727 (exit $ac_status); }; }; then
5728 ac_cv_member_ppc_thread_state_t_r0
=yes
5730 echo "$as_me: failed program was:" >&5
5731 sed 's/^/| /' conftest.
$ac_ext >&5
5733 ac_cv_member_ppc_thread_state_t_r0
=no
5735 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5737 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5739 echo "$as_me:$LINENO: result: $ac_cv_member_ppc_thread_state_t_r0" >&5
5740 echo "${ECHO_T}$ac_cv_member_ppc_thread_state_t_r0" >&6
5741 if test $ac_cv_member_ppc_thread_state_t_r0 = yes; then
5743 cat >>confdefs.h
<<\_ACEOF
5744 #define HAS_PPC_THREAD_STATE_R0 1
5749 echo "$as_me:$LINENO: checking for ppc_thread_state_t.__r0" >&5
5750 echo $ECHO_N "checking for ppc_thread_state_t.__r0... $ECHO_C" >&6
5751 if test "${ac_cv_member_ppc_thread_state_t___r0+set}" = set; then
5752 echo $ECHO_N "(cached) $ECHO_C" >&6
5754 cat >conftest.
$ac_ext <<_ACEOF
5757 cat confdefs.h
>>conftest.
$ac_ext
5758 cat >>conftest.
$ac_ext <<_ACEOF
5759 /* end confdefs.h. */
5760 #include <mach/thread_status.h>
5765 static ppc_thread_state_t ac_aggr;
5772 rm -f conftest.
$ac_objext
5773 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5774 (eval $ac_compile) 2>conftest.er1
5776 grep -v '^ *+' conftest.er1
>conftest.err
5778 cat conftest.err
>&5
5779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5780 (exit $ac_status); } &&
5781 { ac_try
='test -z "$ac_c_werror_flag"
5782 || test ! -s conftest.err'
5783 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5787 (exit $ac_status); }; } &&
5788 { ac_try
='test -s conftest.$ac_objext'
5789 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5793 (exit $ac_status); }; }; then
5794 ac_cv_member_ppc_thread_state_t___r0
=yes
5796 echo "$as_me: failed program was:" >&5
5797 sed 's/^/| /' conftest.
$ac_ext >&5
5799 cat >conftest.
$ac_ext <<_ACEOF
5802 cat confdefs.h
>>conftest.
$ac_ext
5803 cat >>conftest.
$ac_ext <<_ACEOF
5804 /* end confdefs.h. */
5805 #include <mach/thread_status.h>
5810 static ppc_thread_state_t ac_aggr;
5811 if (sizeof ac_aggr.__r0)
5817 rm -f conftest.
$ac_objext
5818 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5819 (eval $ac_compile) 2>conftest.er1
5821 grep -v '^ *+' conftest.er1
>conftest.err
5823 cat conftest.err
>&5
5824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5825 (exit $ac_status); } &&
5826 { ac_try
='test -z "$ac_c_werror_flag"
5827 || test ! -s conftest.err'
5828 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5832 (exit $ac_status); }; } &&
5833 { ac_try
='test -s conftest.$ac_objext'
5834 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5838 (exit $ac_status); }; }; then
5839 ac_cv_member_ppc_thread_state_t___r0
=yes
5841 echo "$as_me: failed program was:" >&5
5842 sed 's/^/| /' conftest.
$ac_ext >&5
5844 ac_cv_member_ppc_thread_state_t___r0
=no
5846 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5848 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5850 echo "$as_me:$LINENO: result: $ac_cv_member_ppc_thread_state_t___r0" >&5
5851 echo "${ECHO_T}$ac_cv_member_ppc_thread_state_t___r0" >&6
5852 if test $ac_cv_member_ppc_thread_state_t___r0 = yes; then
5854 cat >>confdefs.h
<<\_ACEOF
5855 #define HAS_PPC_THREAD_STATE___R0 1
5860 echo "$as_me:$LINENO: checking for ppc_thread_state64_t.r0" >&5
5861 echo $ECHO_N "checking for ppc_thread_state64_t.r0... $ECHO_C" >&6
5862 if test "${ac_cv_member_ppc_thread_state64_t_r0+set}" = set; then
5863 echo $ECHO_N "(cached) $ECHO_C" >&6
5865 cat >conftest.
$ac_ext <<_ACEOF
5868 cat confdefs.h
>>conftest.
$ac_ext
5869 cat >>conftest.
$ac_ext <<_ACEOF
5870 /* end confdefs.h. */
5871 #include <mach/thread_status.h>
5876 static ppc_thread_state64_t ac_aggr;
5883 rm -f conftest.
$ac_objext
5884 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5885 (eval $ac_compile) 2>conftest.er1
5887 grep -v '^ *+' conftest.er1
>conftest.err
5889 cat conftest.err
>&5
5890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5891 (exit $ac_status); } &&
5892 { ac_try
='test -z "$ac_c_werror_flag"
5893 || test ! -s conftest.err'
5894 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5898 (exit $ac_status); }; } &&
5899 { ac_try
='test -s conftest.$ac_objext'
5900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5904 (exit $ac_status); }; }; then
5905 ac_cv_member_ppc_thread_state64_t_r0
=yes
5907 echo "$as_me: failed program was:" >&5
5908 sed 's/^/| /' conftest.
$ac_ext >&5
5910 cat >conftest.
$ac_ext <<_ACEOF
5913 cat confdefs.h
>>conftest.
$ac_ext
5914 cat >>conftest.
$ac_ext <<_ACEOF
5915 /* end confdefs.h. */
5916 #include <mach/thread_status.h>
5921 static ppc_thread_state64_t ac_aggr;
5922 if (sizeof ac_aggr.r0)
5928 rm -f conftest.
$ac_objext
5929 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5930 (eval $ac_compile) 2>conftest.er1
5932 grep -v '^ *+' conftest.er1
>conftest.err
5934 cat conftest.err
>&5
5935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5936 (exit $ac_status); } &&
5937 { ac_try
='test -z "$ac_c_werror_flag"
5938 || test ! -s conftest.err'
5939 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5943 (exit $ac_status); }; } &&
5944 { ac_try
='test -s conftest.$ac_objext'
5945 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5949 (exit $ac_status); }; }; then
5950 ac_cv_member_ppc_thread_state64_t_r0
=yes
5952 echo "$as_me: failed program was:" >&5
5953 sed 's/^/| /' conftest.
$ac_ext >&5
5955 ac_cv_member_ppc_thread_state64_t_r0
=no
5957 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5959 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5961 echo "$as_me:$LINENO: result: $ac_cv_member_ppc_thread_state64_t_r0" >&5
5962 echo "${ECHO_T}$ac_cv_member_ppc_thread_state64_t_r0" >&6
5963 if test $ac_cv_member_ppc_thread_state64_t_r0 = yes; then
5965 cat >>confdefs.h
<<\_ACEOF
5966 #define HAS_PPC_THREAD_STATE64_R0 1
5971 echo "$as_me:$LINENO: checking for ppc_thread_state64_t.__r0" >&5
5972 echo $ECHO_N "checking for ppc_thread_state64_t.__r0... $ECHO_C" >&6
5973 if test "${ac_cv_member_ppc_thread_state64_t___r0+set}" = set; then
5974 echo $ECHO_N "(cached) $ECHO_C" >&6
5976 cat >conftest.
$ac_ext <<_ACEOF
5979 cat confdefs.h
>>conftest.
$ac_ext
5980 cat >>conftest.
$ac_ext <<_ACEOF
5981 /* end confdefs.h. */
5982 #include <mach/thread_status.h>
5987 static ppc_thread_state64_t ac_aggr;
5994 rm -f conftest.
$ac_objext
5995 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5996 (eval $ac_compile) 2>conftest.er1
5998 grep -v '^ *+' conftest.er1
>conftest.err
6000 cat conftest.err
>&5
6001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6002 (exit $ac_status); } &&
6003 { ac_try
='test -z "$ac_c_werror_flag"
6004 || test ! -s conftest.err'
6005 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6009 (exit $ac_status); }; } &&
6010 { ac_try
='test -s conftest.$ac_objext'
6011 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6015 (exit $ac_status); }; }; then
6016 ac_cv_member_ppc_thread_state64_t___r0
=yes
6018 echo "$as_me: failed program was:" >&5
6019 sed 's/^/| /' conftest.
$ac_ext >&5
6021 cat >conftest.
$ac_ext <<_ACEOF
6024 cat confdefs.h
>>conftest.
$ac_ext
6025 cat >>conftest.
$ac_ext <<_ACEOF
6026 /* end confdefs.h. */
6027 #include <mach/thread_status.h>
6032 static ppc_thread_state64_t ac_aggr;
6033 if (sizeof ac_aggr.__r0)
6039 rm -f conftest.
$ac_objext
6040 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6041 (eval $ac_compile) 2>conftest.er1
6043 grep -v '^ *+' conftest.er1
>conftest.err
6045 cat conftest.err
>&5
6046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6047 (exit $ac_status); } &&
6048 { ac_try
='test -z "$ac_c_werror_flag"
6049 || test ! -s conftest.err'
6050 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6054 (exit $ac_status); }; } &&
6055 { ac_try
='test -s conftest.$ac_objext'
6056 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6060 (exit $ac_status); }; }; then
6061 ac_cv_member_ppc_thread_state64_t___r0
=yes
6063 echo "$as_me: failed program was:" >&5
6064 sed 's/^/| /' conftest.
$ac_ext >&5
6066 ac_cv_member_ppc_thread_state64_t___r0
=no
6068 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6070 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6072 echo "$as_me:$LINENO: result: $ac_cv_member_ppc_thread_state64_t___r0" >&5
6073 echo "${ECHO_T}$ac_cv_member_ppc_thread_state64_t___r0" >&6
6074 if test $ac_cv_member_ppc_thread_state64_t___r0 = yes; then
6076 cat >>confdefs.h
<<\_ACEOF
6077 #define HAS_PPC_THREAD_STATE64___R0 1
6084 echo "$as_me:$LINENO: checking for x86_thread_state32_t.eax" >&5
6085 echo $ECHO_N "checking for x86_thread_state32_t.eax... $ECHO_C" >&6
6086 if test "${ac_cv_member_x86_thread_state32_t_eax+set}" = set; then
6087 echo $ECHO_N "(cached) $ECHO_C" >&6
6089 cat >conftest.
$ac_ext <<_ACEOF
6092 cat confdefs.h
>>conftest.
$ac_ext
6093 cat >>conftest.
$ac_ext <<_ACEOF
6094 /* end confdefs.h. */
6095 #include <sys/cdefs.h>
6096 #include <mach/thread_status.h>
6101 static x86_thread_state32_t ac_aggr;
6108 rm -f conftest.
$ac_objext
6109 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6110 (eval $ac_compile) 2>conftest.er1
6112 grep -v '^ *+' conftest.er1
>conftest.err
6114 cat conftest.err
>&5
6115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6116 (exit $ac_status); } &&
6117 { ac_try
='test -z "$ac_c_werror_flag"
6118 || test ! -s conftest.err'
6119 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6123 (exit $ac_status); }; } &&
6124 { ac_try
='test -s conftest.$ac_objext'
6125 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6129 (exit $ac_status); }; }; then
6130 ac_cv_member_x86_thread_state32_t_eax
=yes
6132 echo "$as_me: failed program was:" >&5
6133 sed 's/^/| /' conftest.
$ac_ext >&5
6135 cat >conftest.
$ac_ext <<_ACEOF
6138 cat confdefs.h
>>conftest.
$ac_ext
6139 cat >>conftest.
$ac_ext <<_ACEOF
6140 /* end confdefs.h. */
6141 #include <sys/cdefs.h>
6142 #include <mach/thread_status.h>
6147 static x86_thread_state32_t ac_aggr;
6148 if (sizeof ac_aggr.eax)
6154 rm -f conftest.
$ac_objext
6155 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6156 (eval $ac_compile) 2>conftest.er1
6158 grep -v '^ *+' conftest.er1
>conftest.err
6160 cat conftest.err
>&5
6161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6162 (exit $ac_status); } &&
6163 { ac_try
='test -z "$ac_c_werror_flag"
6164 || test ! -s conftest.err'
6165 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6169 (exit $ac_status); }; } &&
6170 { ac_try
='test -s conftest.$ac_objext'
6171 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6175 (exit $ac_status); }; }; then
6176 ac_cv_member_x86_thread_state32_t_eax
=yes
6178 echo "$as_me: failed program was:" >&5
6179 sed 's/^/| /' conftest.
$ac_ext >&5
6181 ac_cv_member_x86_thread_state32_t_eax
=no
6183 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6185 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6187 echo "$as_me:$LINENO: result: $ac_cv_member_x86_thread_state32_t_eax" >&5
6188 echo "${ECHO_T}$ac_cv_member_x86_thread_state32_t_eax" >&6
6189 if test $ac_cv_member_x86_thread_state32_t_eax = yes; then
6191 cat >>confdefs.h
<<\_ACEOF
6192 #define HAS_X86_THREAD_STATE32_EAX 1
6197 echo "$as_me:$LINENO: checking for x86_thread_state32_t.__eax" >&5
6198 echo $ECHO_N "checking for x86_thread_state32_t.__eax... $ECHO_C" >&6
6199 if test "${ac_cv_member_x86_thread_state32_t___eax+set}" = set; then
6200 echo $ECHO_N "(cached) $ECHO_C" >&6
6202 cat >conftest.
$ac_ext <<_ACEOF
6205 cat confdefs.h
>>conftest.
$ac_ext
6206 cat >>conftest.
$ac_ext <<_ACEOF
6207 /* end confdefs.h. */
6208 #include <sys/cdefs.h>
6209 #include <mach/thread_status.h>
6214 static x86_thread_state32_t ac_aggr;
6221 rm -f conftest.
$ac_objext
6222 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6223 (eval $ac_compile) 2>conftest.er1
6225 grep -v '^ *+' conftest.er1
>conftest.err
6227 cat conftest.err
>&5
6228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6229 (exit $ac_status); } &&
6230 { ac_try
='test -z "$ac_c_werror_flag"
6231 || test ! -s conftest.err'
6232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6236 (exit $ac_status); }; } &&
6237 { ac_try
='test -s conftest.$ac_objext'
6238 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6242 (exit $ac_status); }; }; then
6243 ac_cv_member_x86_thread_state32_t___eax
=yes
6245 echo "$as_me: failed program was:" >&5
6246 sed 's/^/| /' conftest.
$ac_ext >&5
6248 cat >conftest.
$ac_ext <<_ACEOF
6251 cat confdefs.h
>>conftest.
$ac_ext
6252 cat >>conftest.
$ac_ext <<_ACEOF
6253 /* end confdefs.h. */
6254 #include <sys/cdefs.h>
6255 #include <mach/thread_status.h>
6260 static x86_thread_state32_t ac_aggr;
6261 if (sizeof ac_aggr.__eax)
6267 rm -f conftest.
$ac_objext
6268 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6269 (eval $ac_compile) 2>conftest.er1
6271 grep -v '^ *+' conftest.er1
>conftest.err
6273 cat conftest.err
>&5
6274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6275 (exit $ac_status); } &&
6276 { ac_try
='test -z "$ac_c_werror_flag"
6277 || test ! -s conftest.err'
6278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6282 (exit $ac_status); }; } &&
6283 { ac_try
='test -s conftest.$ac_objext'
6284 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6288 (exit $ac_status); }; }; then
6289 ac_cv_member_x86_thread_state32_t___eax
=yes
6291 echo "$as_me: failed program was:" >&5
6292 sed 's/^/| /' conftest.
$ac_ext >&5
6294 ac_cv_member_x86_thread_state32_t___eax
=no
6296 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6298 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6300 echo "$as_me:$LINENO: result: $ac_cv_member_x86_thread_state32_t___eax" >&5
6301 echo "${ECHO_T}$ac_cv_member_x86_thread_state32_t___eax" >&6
6302 if test $ac_cv_member_x86_thread_state32_t___eax = yes; then
6304 cat >>confdefs.h
<<\_ACEOF
6305 #define HAS_X86_THREAD_STATE32___EAX 1
6312 echo "$as_me:$LINENO: checking for x86_thread_state64_t.rax" >&5
6313 echo $ECHO_N "checking for x86_thread_state64_t.rax... $ECHO_C" >&6
6314 if test "${ac_cv_member_x86_thread_state64_t_rax+set}" = set; then
6315 echo $ECHO_N "(cached) $ECHO_C" >&6
6317 cat >conftest.
$ac_ext <<_ACEOF
6320 cat confdefs.h
>>conftest.
$ac_ext
6321 cat >>conftest.
$ac_ext <<_ACEOF
6322 /* end confdefs.h. */
6323 #include <sys/cdefs.h>
6324 #include <mach/thread_status.h>
6329 static x86_thread_state64_t ac_aggr;
6336 rm -f conftest.
$ac_objext
6337 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6338 (eval $ac_compile) 2>conftest.er1
6340 grep -v '^ *+' conftest.er1
>conftest.err
6342 cat conftest.err
>&5
6343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6344 (exit $ac_status); } &&
6345 { ac_try
='test -z "$ac_c_werror_flag"
6346 || test ! -s conftest.err'
6347 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6351 (exit $ac_status); }; } &&
6352 { ac_try
='test -s conftest.$ac_objext'
6353 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6357 (exit $ac_status); }; }; then
6358 ac_cv_member_x86_thread_state64_t_rax
=yes
6360 echo "$as_me: failed program was:" >&5
6361 sed 's/^/| /' conftest.
$ac_ext >&5
6363 cat >conftest.
$ac_ext <<_ACEOF
6366 cat confdefs.h
>>conftest.
$ac_ext
6367 cat >>conftest.
$ac_ext <<_ACEOF
6368 /* end confdefs.h. */
6369 #include <sys/cdefs.h>
6370 #include <mach/thread_status.h>
6375 static x86_thread_state64_t ac_aggr;
6376 if (sizeof ac_aggr.rax)
6382 rm -f conftest.
$ac_objext
6383 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6384 (eval $ac_compile) 2>conftest.er1
6386 grep -v '^ *+' conftest.er1
>conftest.err
6388 cat conftest.err
>&5
6389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6390 (exit $ac_status); } &&
6391 { ac_try
='test -z "$ac_c_werror_flag"
6392 || test ! -s conftest.err'
6393 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6397 (exit $ac_status); }; } &&
6398 { ac_try
='test -s conftest.$ac_objext'
6399 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6403 (exit $ac_status); }; }; then
6404 ac_cv_member_x86_thread_state64_t_rax
=yes
6406 echo "$as_me: failed program was:" >&5
6407 sed 's/^/| /' conftest.
$ac_ext >&5
6409 ac_cv_member_x86_thread_state64_t_rax
=no
6411 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6413 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6415 echo "$as_me:$LINENO: result: $ac_cv_member_x86_thread_state64_t_rax" >&5
6416 echo "${ECHO_T}$ac_cv_member_x86_thread_state64_t_rax" >&6
6417 if test $ac_cv_member_x86_thread_state64_t_rax = yes; then
6419 cat >>confdefs.h
<<\_ACEOF
6420 #define HAS_X86_THREAD_STATE64_RAX 1
6425 echo "$as_me:$LINENO: checking for x86_thread_state64_t.__rax" >&5
6426 echo $ECHO_N "checking for x86_thread_state64_t.__rax... $ECHO_C" >&6
6427 if test "${ac_cv_member_x86_thread_state64_t___rax+set}" = set; then
6428 echo $ECHO_N "(cached) $ECHO_C" >&6
6430 cat >conftest.
$ac_ext <<_ACEOF
6433 cat confdefs.h
>>conftest.
$ac_ext
6434 cat >>conftest.
$ac_ext <<_ACEOF
6435 /* end confdefs.h. */
6436 #include <sys/cdefs.h>
6437 #include <mach/thread_status.h>
6442 static x86_thread_state64_t ac_aggr;
6449 rm -f conftest.
$ac_objext
6450 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6451 (eval $ac_compile) 2>conftest.er1
6453 grep -v '^ *+' conftest.er1
>conftest.err
6455 cat conftest.err
>&5
6456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6457 (exit $ac_status); } &&
6458 { ac_try
='test -z "$ac_c_werror_flag"
6459 || test ! -s conftest.err'
6460 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6464 (exit $ac_status); }; } &&
6465 { ac_try
='test -s conftest.$ac_objext'
6466 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6470 (exit $ac_status); }; }; then
6471 ac_cv_member_x86_thread_state64_t___rax
=yes
6473 echo "$as_me: failed program was:" >&5
6474 sed 's/^/| /' conftest.
$ac_ext >&5
6476 cat >conftest.
$ac_ext <<_ACEOF
6479 cat confdefs.h
>>conftest.
$ac_ext
6480 cat >>conftest.
$ac_ext <<_ACEOF
6481 /* end confdefs.h. */
6482 #include <sys/cdefs.h>
6483 #include <mach/thread_status.h>
6488 static x86_thread_state64_t ac_aggr;
6489 if (sizeof ac_aggr.__rax)
6495 rm -f conftest.
$ac_objext
6496 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6497 (eval $ac_compile) 2>conftest.er1
6499 grep -v '^ *+' conftest.er1
>conftest.err
6501 cat conftest.err
>&5
6502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6503 (exit $ac_status); } &&
6504 { ac_try
='test -z "$ac_c_werror_flag"
6505 || test ! -s conftest.err'
6506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6510 (exit $ac_status); }; } &&
6511 { ac_try
='test -s conftest.$ac_objext'
6512 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6516 (exit $ac_status); }; }; then
6517 ac_cv_member_x86_thread_state64_t___rax
=yes
6519 echo "$as_me: failed program was:" >&5
6520 sed 's/^/| /' conftest.
$ac_ext >&5
6522 ac_cv_member_x86_thread_state64_t___rax
=no
6524 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6526 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6528 echo "$as_me:$LINENO: result: $ac_cv_member_x86_thread_state64_t___rax" >&5
6529 echo "${ECHO_T}$ac_cv_member_x86_thread_state64_t___rax" >&6
6530 if test $ac_cv_member_x86_thread_state64_t___rax = yes; then
6532 cat >>confdefs.h
<<\_ACEOF
6533 #define HAS_X86_THREAD_STATE64___RAX 1
6542 # We never want libdl on darwin. It is a fake libdl that just ends up making
6547 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
6548 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
6549 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
6550 echo $ECHO_N "(cached) $ECHO_C" >&6
6552 ac_check_lib_save_LIBS
=$LIBS
6554 if test x
$gcc_no_link = xyes
; then
6555 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
6556 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
6557 { (exit 1); exit 1; }; }
6559 cat >conftest.
$ac_ext <<_ACEOF
6562 cat confdefs.h
>>conftest.
$ac_ext
6563 cat >>conftest.
$ac_ext <<_ACEOF
6564 /* end confdefs.h. */
6566 /* Override any gcc2 internal prototype to avoid an error. */
6570 /* We use char because int might match the return type of a gcc2
6571 builtin and then its argument prototype would still apply. */
6581 rm -f conftest.
$ac_objext conftest
$ac_exeext
6582 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6583 (eval $ac_link) 2>conftest.er1
6585 grep -v '^ *+' conftest.er1
>conftest.err
6587 cat conftest.err
>&5
6588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6589 (exit $ac_status); } &&
6590 { ac_try
='test -z "$ac_c_werror_flag"
6591 || test ! -s conftest.err'
6592 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6596 (exit $ac_status); }; } &&
6597 { ac_try
='test -s conftest$ac_exeext'
6598 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6602 (exit $ac_status); }; }; then
6603 ac_cv_lib_dl_dlopen
=yes
6605 echo "$as_me: failed program was:" >&5
6606 sed 's/^/| /' conftest.
$ac_ext >&5
6608 ac_cv_lib_dl_dlopen
=no
6610 rm -f conftest.err conftest.
$ac_objext \
6611 conftest
$ac_exeext conftest.
$ac_ext
6612 LIBS
=$ac_check_lib_save_LIBS
6614 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
6615 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
6616 if test $ac_cv_lib_dl_dlopen = yes; then
6617 EXTRA_TEST_LIBS
="$EXTRA_TEST_LIBS -ldl"
6625 target_all
=libgcjgc.la
6630 # Check whether --with-ecos or --without-ecos was given.
6631 if test "${with_ecos+set}" = set; then
6632 withval
="$with_ecos"
6633 TARGET_ECOS
="$with_ecos"
6641 case "$TARGET_ECOS" in
6646 cat >>confdefs.h
<<\_ACEOF
6650 AM_CPPFLAGS
="${AM_CPPFLAGS} -I${TARGET_ECOS}/include"
6651 addobjs
="$addobjs ecos.lo"
6655 if test "${enable_cplusplus}" = yes; then
6656 addincludes
="$addincludes include/gc_cpp.h include/gc_allocator.h"
6657 addtests
="$addtests test_cpp"
6662 if test "${enable_cplusplus}" = yes; then
6675 # Configuration of shared libraries
6677 echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
6678 echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
6679 # Check whether --enable-shared or --disable-shared was given.
6680 if test "${enable_shared+set}" = set; then
6681 enableval
="$enable_shared"
6682 p
=${PACKAGE-default}
6684 yes) enable_shared
=yes ;;
6685 no
) enable_shared
=no
;;
6688 # Look at the argument we got. We use all the common list separators.
6689 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
6690 for pkg
in $enableval; do
6691 if test "X$pkg" = "X$p"; then
6705 echo "$as_me:$LINENO: result: no" >&5
6706 echo "${ECHO_T}no" >&6
6709 echo "$as_me:$LINENO: result: yes" >&5
6710 echo "${ECHO_T}yes" >&6
6714 # Checks for pthreads functions
6717 LIBS
="$LIBS $THREADLIBS"
6719 for ac_func
in pthread_getattr_np
6721 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6722 echo "$as_me:$LINENO: checking for $ac_func" >&5
6723 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6724 if eval "test \"\${$as_ac_var+set}\" = set"; then
6725 echo $ECHO_N "(cached) $ECHO_C" >&6
6727 if test x
$gcc_no_link = xyes
; then
6728 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
6729 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
6730 { (exit 1); exit 1; }; }
6732 cat >conftest.
$ac_ext <<_ACEOF
6735 cat confdefs.h
>>conftest.
$ac_ext
6736 cat >>conftest.
$ac_ext <<_ACEOF
6737 /* end confdefs.h. */
6738 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
6739 For example, HP-UX 11i <limits.h> declares gettimeofday. */
6740 #define $ac_func innocuous_$ac_func
6742 /* System header to define __stub macros and hopefully few prototypes,
6743 which can conflict with char $ac_func (); below.
6744 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6745 <limits.h> exists even on freestanding compilers. */
6748 # include <limits.h>
6750 # include <assert.h>
6755 /* Override any gcc2 internal prototype to avoid an error. */
6760 /* We use char because int might match the return type of a gcc2
6761 builtin and then its argument prototype would still apply. */
6763 /* The GNU C library defines this for functions which it implements
6764 to always fail with ENOSYS. Some functions are actually named
6765 something starting with __ and the normal name is an alias. */
6766 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6769 char (*f) () = $ac_func;
6778 return f != $ac_func;
6783 rm -f conftest.
$ac_objext conftest
$ac_exeext
6784 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6785 (eval $ac_link) 2>conftest.er1
6787 grep -v '^ *+' conftest.er1
>conftest.err
6789 cat conftest.err
>&5
6790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6791 (exit $ac_status); } &&
6792 { ac_try
='test -z "$ac_c_werror_flag"
6793 || test ! -s conftest.err'
6794 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6798 (exit $ac_status); }; } &&
6799 { ac_try
='test -s conftest$ac_exeext'
6800 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6804 (exit $ac_status); }; }; then
6805 eval "$as_ac_var=yes"
6807 echo "$as_me: failed program was:" >&5
6808 sed 's/^/| /' conftest.
$ac_ext >&5
6810 eval "$as_ac_var=no"
6812 rm -f conftest.err conftest.
$ac_objext \
6813 conftest
$ac_exeext conftest.
$ac_ext
6815 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
6816 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6817 if test `eval echo '${'$as_ac_var'}'` = yes; then
6818 cat >>confdefs.h
<<_ACEOF
6819 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
6827 # Configuration of machine-dependent code
6829 # Set NO_EXECUTE_PERMISSION by default because gcj already uses
6830 # ffi_closure_{alloc,free} which takes care of allocating trampolines
6831 # in executable memory.
6833 echo "$as_me:$LINENO: checking which machine-dependent code should be used" >&5
6834 echo $ECHO_N "checking which machine-dependent code should be used... $ECHO_C" >&6
6838 machdep
="alpha_mach_dep.lo"
6839 if test x
"${ac_cv_lib_dl_dlopen}" != xyes
; then
6840 { echo "$as_me:$LINENO: WARNING: OpenBSD/Alpha without dlopen(). Shared library support is disabled" >&5
6841 echo "$as_me: WARNING: OpenBSD/Alpha without dlopen(). Shared library support is disabled" >&2;}
6845 machdep
="alpha_mach_dep.lo"
6847 i?
86-*-solaris2.
[89] | i?
86-*-solaris2.1?
)
6849 cat >>confdefs.h
<<\_ACEOF
6850 #define SOLARIS25_PROC_VDB_BUG_FIXED 1
6855 machdep
="mips_ultrix_mach_dep.lo"
6857 cat >>confdefs.h
<<\_ACEOF
6858 #define STACKBASE __stackbase
6862 cat >>confdefs.h
<<\_ACEOF
6863 #define DATASTART_IS_ETEXT 1
6868 machdep
="mips_ultrix_mach-dep.lo"
6870 mips-nec-sysv
*|mips-unknown-sysv
*)
6875 machdep
="mips_sgi_mach_dep.lo"
6878 machdep
="sparc_netbsd_mach_dep.lo"
6880 sparc-sun-solaris2.3
)
6881 machdep
="sparc_mach_dep.lo"
6883 cat >>confdefs.h
<<\_ACEOF
6884 #define SUNOS53_SHARED_LIB 1
6888 sparc
*-sun-solaris2.
*)
6889 machdep
="sparc_mach_dep.lo"
6892 machdep
="mach_dep.lo ia64_save_regs_in_stack.lo"
6896 cat >>confdefs.h
<<\_ACEOF
6897 #define NO_EXECUTE_PERMISSION 1
6900 if test x
"$machdep" = x
; then
6901 echo "$as_me:$LINENO: result: $machdep" >&5
6902 echo "${ECHO_T}$machdep" >&6
6903 machdep
="mach_dep.lo"
6905 addobjs
="$addobjs $machdep"
6912 # Check for AViiON Machines running DGUX
6914 echo "$as_me:$LINENO: checking if host is AViiON running DGUX" >&5
6915 echo $ECHO_N "checking if host is AViiON running DGUX... $ECHO_C" >&6
6918 ac_cpp
='$CPP $CPPFLAGS'
6919 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6920 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6921 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6922 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
6923 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
6924 # On Suns, sometimes $CPP names a directory.
6925 if test -n "$CPP" && test -d "$CPP"; then
6928 if test -z "$CPP"; then
6929 if test "${ac_cv_prog_CPP+set}" = set; then
6930 echo $ECHO_N "(cached) $ECHO_C" >&6
6932 # Double quotes because CPP needs to be expanded
6933 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6936 for ac_c_preproc_warn_flag
in '' yes
6938 # Use a header file that comes with gcc, so configuring glibc
6939 # with a fresh cross-compiler works.
6940 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6941 # <limits.h> exists even on freestanding compilers.
6942 # On the NeXT, cc -E runs the code through the compiler's parser,
6943 # not just through cpp. "Syntax error" is here to catch this case.
6944 cat >conftest.
$ac_ext <<_ACEOF
6947 cat confdefs.h
>>conftest.
$ac_ext
6948 cat >>conftest.
$ac_ext <<_ACEOF
6949 /* end confdefs.h. */
6951 # include <limits.h>
6953 # include <assert.h>
6957 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6958 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
6960 grep -v '^ *+' conftest.er1
>conftest.err
6962 cat conftest.err
>&5
6963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6964 (exit $ac_status); } >/dev
/null
; then
6965 if test -s conftest.err
; then
6966 ac_cpp_err
=$ac_c_preproc_warn_flag
6967 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
6974 if test -z "$ac_cpp_err"; then
6977 echo "$as_me: failed program was:" >&5
6978 sed 's/^/| /' conftest.
$ac_ext >&5
6980 # Broken: fails on valid input.
6983 rm -f conftest.err conftest.
$ac_ext
6985 # OK, works on sane cases. Now check whether non-existent headers
6986 # can be detected and how.
6987 cat >conftest.
$ac_ext <<_ACEOF
6990 cat confdefs.h
>>conftest.
$ac_ext
6991 cat >>conftest.
$ac_ext <<_ACEOF
6992 /* end confdefs.h. */
6993 #include <ac_nonexistent.h>
6995 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6996 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
6998 grep -v '^ *+' conftest.er1
>conftest.err
7000 cat conftest.err
>&5
7001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7002 (exit $ac_status); } >/dev
/null
; then
7003 if test -s conftest.err
; then
7004 ac_cpp_err
=$ac_c_preproc_warn_flag
7005 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
7012 if test -z "$ac_cpp_err"; then
7013 # Broken: success on invalid input.
7016 echo "$as_me: failed program was:" >&5
7017 sed 's/^/| /' conftest.
$ac_ext >&5
7019 # Passes both tests.
7023 rm -f conftest.err conftest.
$ac_ext
7026 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7027 rm -f conftest.err conftest.
$ac_ext
7028 if $ac_preproc_ok; then
7040 echo "$as_me:$LINENO: result: $CPP" >&5
7041 echo "${ECHO_T}$CPP" >&6
7043 for ac_c_preproc_warn_flag
in '' yes
7045 # Use a header file that comes with gcc, so configuring glibc
7046 # with a fresh cross-compiler works.
7047 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7048 # <limits.h> exists even on freestanding compilers.
7049 # On the NeXT, cc -E runs the code through the compiler's parser,
7050 # not just through cpp. "Syntax error" is here to catch this case.
7051 cat >conftest.
$ac_ext <<_ACEOF
7054 cat confdefs.h
>>conftest.
$ac_ext
7055 cat >>conftest.
$ac_ext <<_ACEOF
7056 /* end confdefs.h. */
7058 # include <limits.h>
7060 # include <assert.h>
7064 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7065 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
7067 grep -v '^ *+' conftest.er1
>conftest.err
7069 cat conftest.err
>&5
7070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7071 (exit $ac_status); } >/dev
/null
; then
7072 if test -s conftest.err
; then
7073 ac_cpp_err
=$ac_c_preproc_warn_flag
7074 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
7081 if test -z "$ac_cpp_err"; then
7084 echo "$as_me: failed program was:" >&5
7085 sed 's/^/| /' conftest.
$ac_ext >&5
7087 # Broken: fails on valid input.
7090 rm -f conftest.err conftest.
$ac_ext
7092 # OK, works on sane cases. Now check whether non-existent headers
7093 # can be detected and how.
7094 cat >conftest.
$ac_ext <<_ACEOF
7097 cat confdefs.h
>>conftest.
$ac_ext
7098 cat >>conftest.
$ac_ext <<_ACEOF
7099 /* end confdefs.h. */
7100 #include <ac_nonexistent.h>
7102 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7103 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
7105 grep -v '^ *+' conftest.er1
>conftest.err
7107 cat conftest.err
>&5
7108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7109 (exit $ac_status); } >/dev
/null
; then
7110 if test -s conftest.err
; then
7111 ac_cpp_err
=$ac_c_preproc_warn_flag
7112 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
7119 if test -z "$ac_cpp_err"; then
7120 # Broken: success on invalid input.
7123 echo "$as_me: failed program was:" >&5
7124 sed 's/^/| /' conftest.
$ac_ext >&5
7126 # Passes both tests.
7130 rm -f conftest.err conftest.
$ac_ext
7133 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7134 rm -f conftest.err conftest.
$ac_ext
7135 if $ac_preproc_ok; then
7138 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
7139 See \`config.log' for more details." >&5
7140 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
7141 See \`config.log' for more details." >&2;}
7142 { (exit 1); exit 1; }; }
7146 ac_cpp
='$CPP $CPPFLAGS'
7147 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7148 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7149 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
7152 echo "$as_me:$LINENO: checking for egrep" >&5
7153 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
7154 if test "${ac_cv_prog_egrep+set}" = set; then
7155 echo $ECHO_N "(cached) $ECHO_C" >&6
7157 if echo a |
(grep -E '(a|b)') >/dev
/null
2>&1
7158 then ac_cv_prog_egrep
='grep -E'
7159 else ac_cv_prog_egrep
='egrep'
7162 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
7163 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
7164 EGREP
=$ac_cv_prog_egrep
7167 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7168 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
7169 if test "${ac_cv_header_stdc+set}" = set; then
7170 echo $ECHO_N "(cached) $ECHO_C" >&6
7172 cat >conftest.
$ac_ext <<_ACEOF
7175 cat confdefs.h
>>conftest.
$ac_ext
7176 cat >>conftest.
$ac_ext <<_ACEOF
7177 /* end confdefs.h. */
7191 rm -f conftest.
$ac_objext
7192 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7193 (eval $ac_compile) 2>conftest.er1
7195 grep -v '^ *+' conftest.er1
>conftest.err
7197 cat conftest.err
>&5
7198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7199 (exit $ac_status); } &&
7200 { ac_try
='test -z "$ac_c_werror_flag"
7201 || test ! -s conftest.err'
7202 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7206 (exit $ac_status); }; } &&
7207 { ac_try
='test -s conftest.$ac_objext'
7208 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7212 (exit $ac_status); }; }; then
7213 ac_cv_header_stdc
=yes
7215 echo "$as_me: failed program was:" >&5
7216 sed 's/^/| /' conftest.
$ac_ext >&5
7218 ac_cv_header_stdc
=no
7220 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7222 if test $ac_cv_header_stdc = yes; then
7223 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7224 cat >conftest.
$ac_ext <<_ACEOF
7227 cat confdefs.h
>>conftest.
$ac_ext
7228 cat >>conftest.
$ac_ext <<_ACEOF
7229 /* end confdefs.h. */
7233 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7234 $EGREP "memchr" >/dev
/null
2>&1; then
7237 ac_cv_header_stdc
=no
7243 if test $ac_cv_header_stdc = yes; then
7244 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7245 cat >conftest.
$ac_ext <<_ACEOF
7248 cat confdefs.h
>>conftest.
$ac_ext
7249 cat >>conftest.
$ac_ext <<_ACEOF
7250 /* end confdefs.h. */
7254 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7255 $EGREP "free" >/dev
/null
2>&1; then
7258 ac_cv_header_stdc
=no
7264 if test $ac_cv_header_stdc = yes; then
7265 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7266 if test "$cross_compiling" = yes; then
7269 cat >conftest.
$ac_ext <<_ACEOF
7272 cat confdefs.h
>>conftest.
$ac_ext
7273 cat >>conftest.
$ac_ext <<_ACEOF
7274 /* end confdefs.h. */
7276 #if ((' ' & 0x0FF) == 0x020)
7277 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7278 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7280 # define ISLOWER(c) \
7281 (('a' <= (c) && (c) <= 'i') \
7282 || ('j' <= (c) && (c) <= 'r') \
7283 || ('s' <= (c) && (c) <= 'z'))
7284 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7287 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7292 for (i = 0; i < 256; i++)
7293 if (XOR (islower (i), ISLOWER (i))
7294 || toupper (i) != TOUPPER (i))
7299 rm -f conftest
$ac_exeext
7300 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7301 (eval $ac_link) 2>&5
7303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7304 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
7305 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7309 (exit $ac_status); }; }; then
7312 echo "$as_me: program exited with status $ac_status" >&5
7313 echo "$as_me: failed program was:" >&5
7314 sed 's/^/| /' conftest.
$ac_ext >&5
7317 ac_cv_header_stdc
=no
7319 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
7323 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7324 echo "${ECHO_T}$ac_cv_header_stdc" >&6
7325 if test $ac_cv_header_stdc = yes; then
7327 cat >>confdefs.h
<<\_ACEOF
7328 #define STDC_HEADERS 1
7333 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7343 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
7344 inttypes.h stdint.h unistd.h
7346 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7347 echo "$as_me:$LINENO: checking for $ac_header" >&5
7348 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
7349 if eval "test \"\${$as_ac_Header+set}\" = set"; then
7350 echo $ECHO_N "(cached) $ECHO_C" >&6
7352 cat >conftest.
$ac_ext <<_ACEOF
7355 cat confdefs.h
>>conftest.
$ac_ext
7356 cat >>conftest.
$ac_ext <<_ACEOF
7357 /* end confdefs.h. */
7358 $ac_includes_default
7360 #include <$ac_header>
7362 rm -f conftest.
$ac_objext
7363 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7364 (eval $ac_compile) 2>conftest.er1
7366 grep -v '^ *+' conftest.er1
>conftest.err
7368 cat conftest.err
>&5
7369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7370 (exit $ac_status); } &&
7371 { ac_try
='test -z "$ac_c_werror_flag"
7372 || test ! -s conftest.err'
7373 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7377 (exit $ac_status); }; } &&
7378 { ac_try
='test -s conftest.$ac_objext'
7379 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7383 (exit $ac_status); }; }; then
7384 eval "$as_ac_Header=yes"
7386 echo "$as_me: failed program was:" >&5
7387 sed 's/^/| /' conftest.
$ac_ext >&5
7389 eval "$as_ac_Header=no"
7391 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7393 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
7394 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
7395 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7396 cat >>confdefs.h
<<_ACEOF
7397 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7405 if test "${ac_cv_header_sys_dg_sys_info_h+set}" = set; then
7406 echo "$as_me:$LINENO: checking for sys/dg_sys_info.h" >&5
7407 echo $ECHO_N "checking for sys/dg_sys_info.h... $ECHO_C" >&6
7408 if test "${ac_cv_header_sys_dg_sys_info_h+set}" = set; then
7409 echo $ECHO_N "(cached) $ECHO_C" >&6
7411 echo "$as_me:$LINENO: result: $ac_cv_header_sys_dg_sys_info_h" >&5
7412 echo "${ECHO_T}$ac_cv_header_sys_dg_sys_info_h" >&6
7414 # Is the header compilable?
7415 echo "$as_me:$LINENO: checking sys/dg_sys_info.h usability" >&5
7416 echo $ECHO_N "checking sys/dg_sys_info.h usability... $ECHO_C" >&6
7417 cat >conftest.
$ac_ext <<_ACEOF
7420 cat confdefs.h
>>conftest.
$ac_ext
7421 cat >>conftest.
$ac_ext <<_ACEOF
7422 /* end confdefs.h. */
7423 $ac_includes_default
7424 #include <sys/dg_sys_info.h>
7426 rm -f conftest.
$ac_objext
7427 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7428 (eval $ac_compile) 2>conftest.er1
7430 grep -v '^ *+' conftest.er1
>conftest.err
7432 cat conftest.err
>&5
7433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7434 (exit $ac_status); } &&
7435 { ac_try
='test -z "$ac_c_werror_flag"
7436 || test ! -s conftest.err'
7437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7441 (exit $ac_status); }; } &&
7442 { ac_try
='test -s conftest.$ac_objext'
7443 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7447 (exit $ac_status); }; }; then
7448 ac_header_compiler
=yes
7450 echo "$as_me: failed program was:" >&5
7451 sed 's/^/| /' conftest.
$ac_ext >&5
7453 ac_header_compiler
=no
7455 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7456 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7457 echo "${ECHO_T}$ac_header_compiler" >&6
7459 # Is the header present?
7460 echo "$as_me:$LINENO: checking sys/dg_sys_info.h presence" >&5
7461 echo $ECHO_N "checking sys/dg_sys_info.h presence... $ECHO_C" >&6
7462 cat >conftest.
$ac_ext <<_ACEOF
7465 cat confdefs.h
>>conftest.
$ac_ext
7466 cat >>conftest.
$ac_ext <<_ACEOF
7467 /* end confdefs.h. */
7468 #include <sys/dg_sys_info.h>
7470 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7471 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
7473 grep -v '^ *+' conftest.er1
>conftest.err
7475 cat conftest.err
>&5
7476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7477 (exit $ac_status); } >/dev
/null
; then
7478 if test -s conftest.err
; then
7479 ac_cpp_err
=$ac_c_preproc_warn_flag
7480 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
7487 if test -z "$ac_cpp_err"; then
7488 ac_header_preproc
=yes
7490 echo "$as_me: failed program was:" >&5
7491 sed 's/^/| /' conftest.
$ac_ext >&5
7493 ac_header_preproc
=no
7495 rm -f conftest.err conftest.
$ac_ext
7496 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7497 echo "${ECHO_T}$ac_header_preproc" >&6
7499 # So? What about this header?
7500 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7502 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&5
7503 echo "$as_me: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
7504 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the compiler's result" >&5
7505 echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the compiler's result" >&2;}
7506 ac_header_preproc
=yes
7509 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&5
7510 echo "$as_me: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&2;}
7511 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&5
7512 echo "$as_me: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&2;}
7513 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: see the Autoconf documentation" >&5
7514 echo "$as_me: WARNING: sys/dg_sys_info.h: see the Autoconf documentation" >&2;}
7515 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: section \"Present But Cannot Be Compiled\"" >&5
7516 echo "$as_me: WARNING: sys/dg_sys_info.h: section \"Present But Cannot Be Compiled\"" >&2;}
7517 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&5
7518 echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&2;}
7519 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: in the future, the compiler will take precedence" >&5
7520 echo "$as_me: WARNING: sys/dg_sys_info.h: in the future, the compiler will take precedence" >&2;}
7523 ## ------------------------------------------ ##
7524 ## Report this to the AC_PACKAGE_NAME lists. ##
7525 ## ------------------------------------------ ##
7528 sed "s/^/$as_me: WARNING: /" >&2
7531 echo "$as_me:$LINENO: checking for sys/dg_sys_info.h" >&5
7532 echo $ECHO_N "checking for sys/dg_sys_info.h... $ECHO_C" >&6
7533 if test "${ac_cv_header_sys_dg_sys_info_h+set}" = set; then
7534 echo $ECHO_N "(cached) $ECHO_C" >&6
7536 ac_cv_header_sys_dg_sys_info_h
=$ac_header_preproc
7538 echo "$as_me:$LINENO: result: $ac_cv_header_sys_dg_sys_info_h" >&5
7539 echo "${ECHO_T}$ac_cv_header_sys_dg_sys_info_h" >&6
7542 if test $ac_cv_header_sys_dg_sys_info_h = yes; then
7548 echo "$as_me:$LINENO: result: $ac_is_dgux" >&5
7549 echo "${ECHO_T}$ac_is_dgux" >&6
7550 ## :GOTCHA: we do not check anything but sys/dg_sys_info.h
7551 if test $ac_is_dgux = yes; then
7552 if test "$enable_full_debug" = "yes"; then
7553 CFLAGS
="-g -mstandard -DDGUX -D_DGUX_SOURCE -Di386 -mno-legend -O2"
7554 CXXFLAGS
="-g -mstandard -DDGUX -D_DGUX_SOURCE -Di386 -mno-legend -O2"
7556 CFLAGS
="-DDGUX -D_DGUX_SOURCE -Di386 -mno-legend -O2"
7557 CXXFLAGS
="-DDGUX -D_DGUX_SOURCE -Di386 -mno-legend -O2"
7563 echo "$as_me:$LINENO: checking whether Solaris gcc optimization fix is necessary" >&5
7564 echo $ECHO_N "checking whether Solaris gcc optimization fix is necessary... $ECHO_C" >&6
7567 if test "$GCC" = yes; then
7568 echo "$as_me:$LINENO: result: yes" >&5
7569 echo "${ECHO_T}yes" >&6
7571 for i
in $CFLAGS; do
7576 new_CFLAGS
="$new_CFLAGS $i"
7580 CFLAGS
="$new_CFLAGS"
7582 echo "$as_me:$LINENO: result: no" >&5
7583 echo "${ECHO_T}no" >&6
7586 *) echo "$as_me:$LINENO: result: no" >&5
7587 echo "${ECHO_T}no" >&6 ;;
7594 cat >>confdefs.h
<<\_ACEOF
7599 cat >>confdefs.h
<<\_ACEOF
7600 #define NO_SIGNALS 1
7604 cat >>confdefs.h
<<\_ACEOF
7605 #define ALL_INTERIOR_POINTERS 1
7610 cat >>confdefs.h
<<\_ACEOF
7611 #define JAVA_FINALIZATION 1
7615 cat >>confdefs.h
<<\_ACEOF
7616 #define GC_GCJ_SUPPORT 1
7620 cat >>confdefs.h
<<\_ACEOF
7621 #define ATOMIC_UNCOLLECTABLE 1
7625 # Check whether --enable-gc-debug or --disable-gc-debug was given.
7626 if test "${enable_gc_debug+set}" = set; then
7627 enableval
="$enable_gc_debug"
7628 if test "$enable_gc_debug" = "yes"; then
7629 { echo "$as_me:$LINENO: WARNING: \"Must define GC_DEBUG and use debug alloc. in clients.\"" >&5
7630 echo "$as_me: WARNING: \"Must define GC_DEBUG and use debug alloc. in clients.\"" >&2;}
7632 cat >>confdefs.h
<<\_ACEOF
7633 #define KEEP_BACK_PTRS 1
7637 cat >>confdefs.h
<<\_ACEOF
7638 #define DBG_HDRS_ALL 1
7644 cat >>confdefs.h
<<\_ACEOF
7645 #define MAKE_BACK_GRAPH 1
7649 x86-
*-linux* | i586-
*-linux* | i686-
*-linux* | x86_64-
*-linux* )
7650 cat >>confdefs.h
<<\_ACEOF
7651 #define MAKE_BACK_GRAPH 1
7654 { echo "$as_me:$LINENO: WARNING: \"Client must not use -fomit-frame-pointer.\"" >&5
7655 echo "$as_me: WARNING: \"Client must not use -fomit-frame-pointer.\"" >&2;}
7657 cat >>confdefs.h
<<\_ACEOF
7658 #define SAVE_CALL_COUNT 8
7663 cat >>confdefs.h
<<\_ACEOF
7664 #define MAKE_BACK_GRAPH 1
7672 if test "${gc_use_mmap}" = "yes"; then
7674 cat >>confdefs.h
<<\_ACEOF
7680 if test -n "$with_cross_host" &&
7681 test x
"$with_cross_host" != x
"no"; then
7682 toolexecdir
='$(exec_prefix)/$(target_noncanonical)'
7683 toolexeclibdir
='$(toolexecdir)/lib'
7685 toolexecdir
='$(libdir)/gcc-lib/$(target_noncanonical)'
7686 toolexeclibdir
='$(libdir)'
7688 multi_os_directory
=`$CC -print-multi-os-directory`
7689 case $multi_os_directory in
7690 .
) ;; # Avoid trailing /.
7691 *) toolexeclibdir
=$toolexeclibdir/$multi_os_directory ;;
7696 if test "${multilib}" = "yes"; then
7697 multilib_arg
="--enable-multilib"
7702 ac_config_headers
="$ac_config_headers include/gc_config.h include/gc_ext_config.h"
7705 ac_config_files
="$ac_config_files Makefile include/Makefile"
7707 cat >confcache
<<\_ACEOF
7708 # This file is a shell script that caches the results of configure
7709 # tests run on this system so they can be shared between configure
7710 # scripts and configure runs, see configure's option --config-cache.
7711 # It is not useful on other systems. If it contains results you don't
7712 # want to keep, you may remove or edit it.
7714 # config.status only pays attention to the cache file if you give it
7715 # the --recheck option to rerun configure.
7717 # `ac_cv_env_foo' variables (set or unset) will be overridden when
7718 # loading this file, other *unset* `ac_cv_foo' will be assigned the
7723 # The following way of writing the cache mishandles newlines in values,
7724 # but we know of no workaround that is simple, portable, and efficient.
7725 # So, don't put newlines in cache variables' values.
7726 # Ultrix sh set writes to stderr and can't be redirected directly,
7727 # and sets the high bit in the cache file unless we assign to the vars.
7730 case `(ac_space=' '; set | grep ac_space) 2>&1` in
7732 # `set' does not quote correctly, so add quotes (double-quote
7733 # substitution turns \\\\ into \\, and sed turns \\ into \).
7736 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
7739 # `set' quotes correctly as required by POSIX, so do not add quotes.
7741 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
7748 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
7750 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
7752 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
7753 if test -w $cache_file; then
7754 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
7755 cat confcache
>$cache_file
7757 echo "not updating unwritable cache $cache_file"
7762 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
7763 # Let make expand exec_prefix.
7764 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
7766 # VPATH may cause trouble with some makes, so we remove $(srcdir),
7767 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
7768 # trailing colons and then remove the whole line if VPATH becomes empty
7769 # (actually we leave an empty line to preserve line numbers).
7770 if test "x$srcdir" = x.
; then
7771 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
7772 s/:*\$(srcdir):*/:/;
7773 s/:*\${srcdir}:*/:/;
7775 s/^\([^=]*=[ ]*\):*/\1/;
7781 DEFS
=-DHAVE_CONFIG_H
7785 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
7786 # 1. Remove the extension, and $U if already installed.
7787 ac_i
=`echo "$ac_i" |
7788 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
7790 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
7791 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
7795 LTLIBOBJS
=$ac_ltlibobjs
7798 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
7799 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
7800 Usually this means the macro was only invoked conditionally." >&5
7801 echo "$as_me: error: conditional \"AMDEP\" was never defined.
7802 Usually this means the macro was only invoked conditionally." >&2;}
7803 { (exit 1); exit 1; }; }
7805 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
7806 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
7807 Usually this means the macro was only invoked conditionally." >&5
7808 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
7809 Usually this means the macro was only invoked conditionally." >&2;}
7810 { (exit 1); exit 1; }; }
7812 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
7813 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
7814 Usually this means the macro was only invoked conditionally." >&5
7815 echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
7816 Usually this means the macro was only invoked conditionally." >&2;}
7817 { (exit 1); exit 1; }; }
7819 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
7820 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
7821 Usually this means the macro was only invoked conditionally." >&5
7822 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
7823 Usually this means the macro was only invoked conditionally." >&2;}
7824 { (exit 1); exit 1; }; }
7826 if test -z "${POWERPC_DARWIN_TRUE}" && test -z "${POWERPC_DARWIN_FALSE}"; then
7827 { { echo "$as_me:$LINENO: error: conditional \"POWERPC_DARWIN\" was never defined.
7828 Usually this means the macro was only invoked conditionally." >&5
7829 echo "$as_me: error: conditional \"POWERPC_DARWIN\" was never defined.
7830 Usually this means the macro was only invoked conditionally." >&2;}
7831 { (exit 1); exit 1; }; }
7833 if test -z "${CPLUSPLUS_TRUE}" && test -z "${CPLUSPLUS_FALSE}"; then
7834 { { echo "$as_me:$LINENO: error: conditional \"CPLUSPLUS\" was never defined.
7835 Usually this means the macro was only invoked conditionally." >&5
7836 echo "$as_me: error: conditional \"CPLUSPLUS\" was never defined.
7837 Usually this means the macro was only invoked conditionally." >&2;}
7838 { (exit 1); exit 1; }; }
7841 : ${CONFIG_STATUS=./config.status}
7842 ac_clean_files_save
=$ac_clean_files
7843 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
7844 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
7845 echo "$as_me: creating $CONFIG_STATUS" >&6;}
7846 cat >$CONFIG_STATUS <<_ACEOF
7848 # Generated by $as_me.
7849 # Run this file to recreate the current configuration.
7850 # Compiler output produced by configure, useful for debugging
7851 # configure, is in config.log if it exists.
7856 SHELL=\${CONFIG_SHELL-$SHELL}
7859 cat >>$CONFIG_STATUS <<\_ACEOF
7860 ## --------------------- ##
7861 ## M4sh Initialization. ##
7862 ## --------------------- ##
7864 # Be Bourne compatible
7865 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
7868 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
7869 # is contrary to our usage. Disable this feature.
7870 alias -g '${1+"$@"}'='"$@"'
7871 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
7874 DUALCASE
=1; export DUALCASE
# for MKS sh
7876 # Support unset when possible.
7877 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
7884 # Work around bugs in pre-3.0 UWIN ksh.
7885 $as_unset ENV MAIL MAILPATH
7892 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
7893 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
7894 LC_TELEPHONE LC_TIME
7896 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
7897 eval $as_var=C
; export $as_var
7903 # Required to use basename.
7904 if expr a
: '\(a\)' >/dev
/null
2>&1; then
7910 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
7911 as_basename
=basename
7917 # Name of the executable.
7918 as_me
=`$as_basename "$0" ||
7919 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
7920 X"$0" : 'X\(//\)$' \| \
7921 X"$0" : 'X\(/\)$' \| \
7922 . : '\(.\)' 2>/dev/null ||
7924 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
7925 /^X\/\(\/\/\)$/{ s//\1/; q; }
7926 /^X\/\(\/\).*/{ s//\1/; q; }
7930 # PATH needs CR, and LINENO needs CR and PATH.
7931 # Avoid depending upon Character Ranges.
7932 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
7933 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
7934 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
7935 as_cr_digits
='0123456789'
7936 as_cr_alnum
=$as_cr_Letters$as_cr_digits
7938 # The user is always right.
7939 if test "${PATH_SEPARATOR+set}" != set; then
7940 echo "#! /bin/sh" >conf$$.sh
7941 echo "exit 0" >>conf$$.sh
7943 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
7954 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
7955 test "x$as_lineno_1" != "x$as_lineno_2" &&
7956 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
7957 # Find who we are. Look in the path if we contain no path at all
7960 *[\\/]* ) as_myself
=$0 ;;
7961 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7965 test -z "$as_dir" && as_dir
=.
7966 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
7971 # We did not find ourselves, most probably we were run as `sh COMMAND'
7972 # in which case we are not to be found in the path.
7973 if test "x$as_myself" = x
; then
7976 if test ! -f "$as_myself"; then
7977 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
7978 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
7979 { (exit 1); exit 1; }; }
7981 case $CONFIG_SHELL in
7983 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
7984 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
7987 test -z "$as_dir" && as_dir
=.
7988 for as_base
in sh bash ksh sh5
; do
7991 if ("$as_dir/$as_base" -c '
7994 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
7995 test "x$as_lineno_1" != "x$as_lineno_2" &&
7996 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
7997 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
7998 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
7999 CONFIG_SHELL
=$as_dir/$as_base
8001 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
8009 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
8010 # uniformly replaced by the line number. The first 'sed' inserts a
8011 # line-number line before each line; the second 'sed' does the real
8012 # work. The second script uses 'N' to pair each line-number line
8013 # with the numbered line, and appends trailing '-' during
8014 # substitution so that $LINENO is not a special case at line end.
8015 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
8016 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
8017 sed '=' <$as_myself |
8022 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
8025 s,^['$as_cr_digits']*\n,,
8027 chmod +x
$as_me.lineno ||
8028 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
8029 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
8030 { (exit 1); exit 1; }; }
8032 # Don't try to exec as it changes $[0], causing all sort of problems
8033 # (the dirname of $[0] is not the place where we might find the
8034 # original and so on. Autoconf is especially sensible to this).
8036 # Exit status is that of the last command.
8041 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
8042 *c
*,-n*) ECHO_N
= ECHO_C
='
8044 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
8045 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
8048 if expr a
: '\(a\)' >/dev
/null
2>&1; then
8054 rm -f conf$$ conf$$.exe conf$$.
file
8056 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
8057 # We could just check for DJGPP; but this test a) works b) is more generic
8058 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
8059 if test -f conf$$.exe
; then
8060 # Don't use ln at all; we don't have any links
8065 elif ln conf$$.
file conf$$
2>/dev
/null
; then
8070 rm -f conf$$ conf$$.exe conf$$.
file
8072 if mkdir
-p .
2>/dev
/null
; then
8075 test -d .
/-p && rmdir .
/-p
8079 as_executable_p
="test -f"
8081 # Sed expression to map a string onto a valid CPP name.
8082 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
8084 # Sed expression to map a string onto a valid variable name.
8085 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
8089 # We need space, tab and new line, in precisely that order.
8099 # Open the log real soon, to keep \$[0] and so on meaningful, and to
8100 # report actual input values of CONFIG_FILES etc. instead of their
8101 # values after options handling. Logging --version etc. is OK.
8105 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
8106 ## Running $as_me. ##
8111 This file was extended by $as_me, which was
8112 generated by GNU Autoconf 2.59. Invocation command line was
8114 CONFIG_FILES = $CONFIG_FILES
8115 CONFIG_HEADERS = $CONFIG_HEADERS
8116 CONFIG_LINKS = $CONFIG_LINKS
8117 CONFIG_COMMANDS = $CONFIG_COMMANDS
8121 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
8125 # Files that config.status was made for.
8126 if test -n "$ac_config_files"; then
8127 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
8130 if test -n "$ac_config_headers"; then
8131 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
8134 if test -n "$ac_config_links"; then
8135 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
8138 if test -n "$ac_config_commands"; then
8139 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
8142 cat >>$CONFIG_STATUS <<\_ACEOF
8145 \`$as_me' instantiates files from templates according to the
8146 current configuration.
8148 Usage: $0 [OPTIONS] [FILE]...
8150 -h, --help print this help, then exit
8151 -V, --version print version number, then exit
8152 -q, --quiet do not print progress messages
8153 -d, --debug don't remove temporary files
8154 --recheck update $as_me by reconfiguring in the same conditions
8155 --file=FILE[:TEMPLATE]
8156 instantiate the configuration file FILE
8157 --header=FILE[:TEMPLATE]
8158 instantiate the configuration header FILE
8160 Configuration files:
8163 Configuration headers:
8166 Configuration commands:
8169 Report bugs to <bug-autoconf@gnu.org>."
8172 cat >>$CONFIG_STATUS <<_ACEOF
8175 configured by $0, generated by GNU Autoconf 2.59,
8176 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
8178 Copyright (C) 2003 Free Software Foundation, Inc.
8179 This config.status script is free software; the Free Software Foundation
8180 gives unlimited permission to copy, distribute and modify it."
8185 cat >>$CONFIG_STATUS <<\_ACEOF
8186 # If no file are specified by the user, then we need to provide default
8187 # value. By we need to know if files were specified by the user.
8193 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
8194 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
8202 *) # This is not an option, so the user has probably given explicit
8205 ac_need_defaults
=false
;;
8209 # Handling of the options.
8211 cat >>$CONFIG_STATUS <<\_ACEOF
8212 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
8214 --version |
--vers* |
-V )
8215 echo "$ac_cs_version"; exit 0 ;;
8217 # Conflict between --help and --header
8218 { { echo "$as_me:$LINENO: error: ambiguous option: $1
8219 Try \`$0 --help' for more information." >&5
8220 echo "$as_me: error: ambiguous option: $1
8221 Try \`$0 --help' for more information." >&2;}
8222 { (exit 1); exit 1; }; };;
8223 --help |
--hel |
-h )
8224 echo "$ac_cs_usage"; exit 0 ;;
8225 --debug |
--d* |
-d )
8227 --file |
--fil |
--fi |
--f )
8229 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
8230 ac_need_defaults
=false
;;
8231 --header |
--heade |
--head |
--hea )
8233 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
8234 ac_need_defaults
=false
;;
8235 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
8236 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
8240 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
8241 Try \`$0 --help' for more information." >&5
8242 echo "$as_me: error: unrecognized option: $1
8243 Try \`$0 --help' for more information." >&2;}
8244 { (exit 1); exit 1; }; } ;;
8246 *) ac_config_targets
="$ac_config_targets $1" ;;
8252 ac_configure_extra_args
=
8254 if $ac_cs_silent; then
8256 ac_configure_extra_args
="$ac_configure_extra_args --silent"
8260 cat >>$CONFIG_STATUS <<_ACEOF
8261 if \$ac_cs_recheck; then
8262 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
8263 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
8268 cat >>$CONFIG_STATUS <<_ACEOF
8270 # INIT-COMMANDS section.
8277 with_multisubdir="$with_multisubdir"
8278 with_multisrctop="$with_multisrctop"
8279 with_target_subdir="$with_target_subdir"
8280 ac_configure_args="${multilib_arg} ${ac_configure_args}"
8281 multi_basedir="$multi_basedir"
8282 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
8284 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
8290 cat >>$CONFIG_STATUS <<\_ACEOF
8291 for ac_config_target
in $ac_config_targets
8293 case "$ac_config_target" in
8294 # Handling of arguments.
8295 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
8296 "include/Makefile" ) CONFIG_FILES
="$CONFIG_FILES include/Makefile" ;;
8297 "default-1" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS default-1" ;;
8298 "depfiles" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
8299 "include/gc_config.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS include/gc_config.h" ;;
8300 "include/gc_ext_config.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS include/gc_ext_config.h" ;;
8301 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
8302 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
8303 { (exit 1); exit 1; }; };;
8307 # If the user did not use the arguments to specify the items to instantiate,
8308 # then the envvar interface is used. Set only those that are not.
8309 # We use the long form for the default assignment because of an extremely
8310 # bizarre bug on SunOS 4.1.3.
8311 if $ac_need_defaults; then
8312 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
8313 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
8314 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
8317 # Have a temporary directory for convenience. Make it in the build tree
8318 # simply because there is no reason to put it here, and in addition,
8319 # creating and moving files from /tmp can sometimes cause problems.
8320 # Create a temporary directory, and hook for its removal unless debugging.
8323 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
8324 trap '{ (exit 1); exit 1; }' 1 2 13 15
8327 # Create a (secure) tmp directory for tmp files.
8330 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
8331 test -n "$tmp" && test -d "$tmp"
8334 tmp
=.
/confstat$$
-$RANDOM
8335 (umask 077 && mkdir
$tmp)
8338 echo "$me: cannot create a temporary directory in ." >&2
8339 { (exit 1); exit 1; }
8344 cat >>$CONFIG_STATUS <<_ACEOF
8347 # CONFIG_FILES section.
8350 # No need to generate the scripts if there are no CONFIG_FILES.
8351 # This happens for instance when ./config.status config.h
8352 if test -n "\$CONFIG_FILES"; then
8353 # Protect against being on the right side of a sed subst in config.status.
8354 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
8355 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
8356 s,@SHELL@,$SHELL,;t t
8357 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
8358 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
8359 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
8360 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
8361 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
8362 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
8363 s,@exec_prefix@,$exec_prefix,;t t
8364 s,@prefix@,$prefix,;t t
8365 s,@program_transform_name@,$program_transform_name,;t t
8366 s,@bindir@,$bindir,;t t
8367 s,@sbindir@,$sbindir,;t t
8368 s,@libexecdir@,$libexecdir,;t t
8369 s,@datadir@,$datadir,;t t
8370 s,@sysconfdir@,$sysconfdir,;t t
8371 s,@sharedstatedir@,$sharedstatedir,;t t
8372 s,@localstatedir@,$localstatedir,;t t
8373 s,@libdir@,$libdir,;t t
8374 s,@includedir@,$includedir,;t t
8375 s,@oldincludedir@,$oldincludedir,;t t
8376 s,@infodir@,$infodir,;t t
8377 s,@mandir@,$mandir,;t t
8378 s,@build_alias@,$build_alias,;t t
8379 s,@host_alias@,$host_alias,;t t
8380 s,@target_alias@,$target_alias,;t t
8382 s,@ECHO_C@,$ECHO_C,;t t
8383 s,@ECHO_N@,$ECHO_N,;t t
8384 s,@ECHO_T@,$ECHO_T,;t t
8386 s,@multi_basedir@,$multi_basedir,;t t
8387 s,@build@,$build,;t t
8388 s,@build_cpu@,$build_cpu,;t t
8389 s,@build_vendor@,$build_vendor,;t t
8390 s,@build_os@,$build_os,;t t
8392 s,@host_cpu@,$host_cpu,;t t
8393 s,@host_vendor@,$host_vendor,;t t
8394 s,@host_os@,$host_os,;t t
8395 s,@target@,$target,;t t
8396 s,@target_cpu@,$target_cpu,;t t
8397 s,@target_vendor@,$target_vendor,;t t
8398 s,@target_os@,$target_os,;t t
8399 s,@target_noncanonical@,$target_noncanonical,;t t
8400 s,@mkinstalldirs@,$mkinstalldirs,;t t
8401 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
8402 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
8403 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
8404 s,@CYGPATH_W@,$CYGPATH_W,;t t
8405 s,@PACKAGE@,$PACKAGE,;t t
8406 s,@VERSION@,$VERSION,;t t
8407 s,@ACLOCAL@,$ACLOCAL,;t t
8408 s,@AUTOCONF@,$AUTOCONF,;t t
8409 s,@AUTOMAKE@,$AUTOMAKE,;t t
8410 s,@AUTOHEADER@,$AUTOHEADER,;t t
8411 s,@MAKEINFO@,$MAKEINFO,;t t
8412 s,@install_sh@,$install_sh,;t t
8413 s,@STRIP@,$STRIP,;t t
8414 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
8415 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
8416 s,@mkdir_p@,$mkdir_p,;t t
8418 s,@SET_MAKE@,$SET_MAKE,;t t
8419 s,@am__leading_dot@,$am__leading_dot,;t t
8420 s,@AMTAR@,$AMTAR,;t t
8421 s,@am__tar@,$am__tar,;t t
8422 s,@am__untar@,$am__untar,;t t
8424 s,@ac_ct_CC@,$ac_ct_CC,;t t
8425 s,@EXEEXT@,$EXEEXT,;t t
8426 s,@OBJEXT@,$OBJEXT,;t t
8427 s,@DEPDIR@,$DEPDIR,;t t
8428 s,@am__include@,$am__include,;t t
8429 s,@am__quote@,$am__quote,;t t
8430 s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
8431 s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
8432 s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
8433 s,@CCDEPMODE@,$CCDEPMODE,;t t
8434 s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
8435 s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
8437 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
8438 s,@CXXDEPMODE@,$CXXDEPMODE,;t t
8439 s,@am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t
8440 s,@am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t
8441 s,@CFLAGS@,$CFLAGS,;t t
8442 s,@CXXFLAGS@,$CXXFLAGS,;t t
8444 s,@CCASFLAGS@,$CCASFLAGS,;t t
8446 s,@ac_ct_AS@,$ac_ct_AS,;t t
8448 s,@ac_ct_AR@,$ac_ct_AR,;t t
8449 s,@RANLIB@,$RANLIB,;t t
8450 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
8451 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
8452 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
8453 s,@MAINT@,$MAINT,;t t
8454 s,@GC_CFLAGS@,$GC_CFLAGS,;t t
8456 s,@LIBTOOL@,$LIBTOOL,;t t
8457 s,@CXXCPP@,$CXXCPP,;t t
8458 s,@CPPFLAGS@,$CPPFLAGS,;t t
8459 s,@THREADLIBS@,$THREADLIBS,;t t
8460 s,@POWERPC_DARWIN_TRUE@,$POWERPC_DARWIN_TRUE,;t t
8461 s,@POWERPC_DARWIN_FALSE@,$POWERPC_DARWIN_FALSE,;t t
8462 s,@EXTRA_TEST_LIBS@,$EXTRA_TEST_LIBS,;t t
8463 s,@target_all@,$target_all,;t t
8464 s,@CPLUSPLUS_TRUE@,$CPLUSPLUS_TRUE,;t t
8465 s,@CPLUSPLUS_FALSE@,$CPLUSPLUS_FALSE,;t t
8466 s,@AM_CPPFLAGS@,$AM_CPPFLAGS,;t t
8467 s,@addobjs@,$addobjs,;t t
8468 s,@addincludes@,$addincludes,;t t
8469 s,@addlibs@,$addlibs,;t t
8470 s,@addtests@,$addtests,;t t
8472 s,@EGREP@,$EGREP,;t t
8473 s,@MY_CFLAGS@,$MY_CFLAGS,;t t
8474 s,@toolexecdir@,$toolexecdir,;t t
8475 s,@toolexeclibdir@,$toolexeclibdir,;t t
8476 s,@LIBOBJS@,$LIBOBJS,;t t
8477 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
8482 cat >>$CONFIG_STATUS <<\_ACEOF
8483 # Split the substitutions into bite-sized pieces for seds with
8484 # small command number limits, like on Digital OSF/1 and HP-UX.
8486 ac_sed_frag
=1 # Number of current file.
8487 ac_beg
=1 # First line for current file.
8488 ac_end
=$ac_max_sed_lines # Line after last line for current file.
8491 while $ac_more_lines; do
8492 if test $ac_beg -gt 1; then
8493 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
8495 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
8497 if test ! -s $tmp/subs.frag
; then
8500 # The purpose of the label and of the branching condition is to
8501 # speed up the sed processing (if there are no `@' at all, there
8502 # is no need to browse any of the substitutions).
8503 # These are the two extra sed commands mentioned above.
8505 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs-
$ac_sed_frag.
sed
8506 if test -z "$ac_sed_cmds"; then
8507 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
8509 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
8511 ac_sed_frag
=`expr $ac_sed_frag + 1`
8513 ac_end
=`expr $ac_end + $ac_max_sed_lines`
8516 if test -z "$ac_sed_cmds"; then
8519 fi # test -n "$CONFIG_FILES"
8522 cat >>$CONFIG_STATUS <<\_ACEOF
8523 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
8524 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
8526 - |
*:- |
*:-:* ) # input from stdin
8528 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
8529 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
8530 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
8531 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
8532 * ) ac_file_in
=$ac_file.
in ;;
8535 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
8536 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
8537 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8538 X"$ac_file" : 'X\(//\)[^/]' \| \
8539 X"$ac_file" : 'X\(//\)$' \| \
8540 X"$ac_file" : 'X\(/\)' \| \
8541 . : '\(.\)' 2>/dev/null ||
8543 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8544 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8545 /^X\(\/\/\)$/{ s//\1/; q; }
8546 /^X\(\/\).*/{ s//\1/; q; }
8548 { if $as_mkdir_p; then
8553 while test ! -d "$as_dir"; do
8554 as_dirs
="$as_dir $as_dirs"
8555 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
8556 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8557 X"$as_dir" : 'X\(//\)[^/]' \| \
8558 X"$as_dir" : 'X\(//\)$' \| \
8559 X"$as_dir" : 'X\(/\)' \| \
8560 . : '\(.\)' 2>/dev/null ||
8562 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8563 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8564 /^X\(\/\/\)$/{ s//\1/; q; }
8565 /^X\(\/\).*/{ s//\1/; q; }
8568 test ! -n "$as_dirs" || mkdir
$as_dirs
8569 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
8570 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
8571 { (exit 1); exit 1; }; }; }
8575 if test "$ac_dir" != .
; then
8576 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
8577 # A "../" for each directory in $ac_dir_suffix.
8578 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
8580 ac_dir_suffix
= ac_top_builddir
=
8584 .
) # No --srcdir option. We are building in place.
8586 if test -z "$ac_top_builddir"; then
8589 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
8591 [\\/]* | ?
:[\\/]* ) # Absolute path.
8592 ac_srcdir
=$srcdir$ac_dir_suffix;
8593 ac_top_srcdir
=$srcdir ;;
8595 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
8596 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
8599 # Do not use `cd foo && pwd` to compute absolute paths, because
8600 # the directories may not exist.
8602 .
) ac_abs_builddir
="$ac_dir";;
8605 .
) ac_abs_builddir
=`pwd`;;
8606 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
8607 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
8610 case $ac_abs_builddir in
8611 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
8613 case ${ac_top_builddir}.
in
8614 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
8615 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
8616 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
8619 case $ac_abs_builddir in
8620 .
) ac_abs_srcdir
=$ac_srcdir;;
8623 .
) ac_abs_srcdir
=$ac_abs_builddir;;
8624 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
8625 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
8628 case $ac_abs_builddir in
8629 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
8631 case $ac_top_srcdir in
8632 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
8633 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
8634 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
8640 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
8641 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
8644 if test x
"$ac_file" != x-
; then
8645 { echo "$as_me:$LINENO: creating $ac_file" >&5
8646 echo "$as_me: creating $ac_file" >&6;}
8649 # Let's still pretend it is `configure' which instantiates (i.e., don't
8650 # use $as_me), people would be surprised to read:
8651 # /* config.h. Generated by config.status. */
8652 if test x
"$ac_file" = x-
; then
8655 configure_input
="$ac_file. "
8657 configure_input
=$configure_input"Generated from `echo $ac_file_in |
8658 sed 's,.*/,,'` by configure."
8660 # First look for the input files in the build tree, otherwise in the
8662 ac_file_inputs
=`IFS=:
8663 for f in $ac_file_in; do
8665 -) echo $tmp/stdin ;;
8667 # Absolute (can't be DOS-style, as IFS=:)
8668 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
8669 echo "$as_me: error: cannot find input file: $f" >&2;}
8670 { (exit 1); exit 1; }; }
8673 if test -f "$f"; then
8676 elif test -f "$srcdir/$f"; then
8681 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
8682 echo "$as_me: error: cannot find input file: $f" >&2;}
8683 { (exit 1); exit 1; }; }
8686 done` ||
{ (exit 1); exit 1; }
8688 cat >>$CONFIG_STATUS <<_ACEOF
8692 cat >>$CONFIG_STATUS <<\_ACEOF
8694 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
8695 s
,@configure_input@
,$configure_input,;t t
8696 s
,@srcdir@
,$ac_srcdir,;t t
8697 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
8698 s
,@top_srcdir@
,$ac_top_srcdir,;t t
8699 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
8700 s
,@builddir@
,$ac_builddir,;t t
8701 s
,@abs_builddir@
,$ac_abs_builddir,;t t
8702 s
,@top_builddir@
,$ac_top_builddir,;t t
8703 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
8704 s
,@INSTALL@
,$ac_INSTALL,;t t
8705 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
8707 if test x"$ac_file" != x-; then
8708 mv $tmp/out $ac_file
8716 cat >>$CONFIG_STATUS <<\_ACEOF
8719 # CONFIG_HEADER section.
8722 # These sed commands are passed to sed as "A NAME B NAME C VALUE D
", where
8723 # NAME is the cpp macro being defined and VALUE is the value it is being given.
8725 # ac_d sets the value in "#define NAME VALUE" lines.
8726 ac_dA
='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
8727 ac_dB
='[ ].*$,\1#\2'
8730 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
8731 ac_uA
='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
8732 ac_uB
='$,\1#\2define\3'
8736 for ac_file
in : $CONFIG_HEADERS; do test "x$ac_file" = x
: && continue
8737 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
8739 - |
*:- |
*:-:* ) # input from stdin
8741 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
8742 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
8743 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
8744 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
8745 * ) ac_file_in
=$ac_file.
in ;;
8748 test x
"$ac_file" != x-
&& { echo "$as_me:$LINENO: creating $ac_file" >&5
8749 echo "$as_me: creating $ac_file" >&6;}
8751 # First look for the input files in the build tree, otherwise in the
8753 ac_file_inputs
=`IFS=:
8754 for f in $ac_file_in; do
8756 -) echo $tmp/stdin ;;
8758 # Absolute (can't be DOS-style, as IFS=:)
8759 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
8760 echo "$as_me: error: cannot find input file: $f" >&2;}
8761 { (exit 1); exit 1; }; }
8762 # Do quote $f, to prevent DOS paths from being IFS'd.
8765 if test -f "$f"; then
8768 elif test -f "$srcdir/$f"; then
8773 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
8774 echo "$as_me: error: cannot find input file: $f" >&2;}
8775 { (exit 1); exit 1; }; }
8778 done` ||
{ (exit 1); exit 1; }
8779 # Remove the trailing spaces.
8780 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
8784 # Transform confdefs.h into two sed scripts, `conftest.defines' and
8785 # `conftest.undefs', that substitutes the proper values into
8786 # config.h.in to produce config.h. The first handles `#define'
8787 # templates, and the second `#undef' templates.
8788 # And first: Protect against being on the right side of a sed subst in
8789 # config.status. Protect against being in an unquoted here document
8791 rm -f conftest.defines conftest.undefs
8792 # Using a here document instead of a string reduces the quoting nightmare.
8793 # Putting comments in sed scripts is not portable.
8795 # `end' is used to avoid that the second main sed command (meant for
8796 # 0-ary CPP macros) applies to n-ary macro definitions.
8797 # See the Autoconf documentation for `clear'.
8798 cat >confdef2sed.
sed <<\_ACEOF
8803 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
8805 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
8808 # If some macros were called several times there might be several times
8809 # the same #defines, which is useless. Nevertheless, we may not want to
8810 # sort them, since we want the *last* AC-DEFINE to be honored.
8811 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
8812 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
8813 rm -f confdef2sed.sed
8815 # This sed command replaces #undef with comments. This is necessary, for
8816 # example, in the case of _POSIX_SOURCE, which is predefined and required
8817 # on some systems where configure will not decide to define it.
8818 cat >>conftest.undefs <<\_ACEOF
8819 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
8822 # Break up conftest.defines because some shells have a limit on the size
8823 # of here documents, and old seds have small limits too (100 cmds).
8824 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
8825 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
8826 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
8827 echo ' :' >>$CONFIG_STATUS
8829 while grep . conftest.defines >/dev/null
8831 # Write a limited-size here document to $tmp/defines.sed.
8832 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
8833 # Speed up: don't consider the non `#define' lines.
8834 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
8835 # Work around the forget-to-reset-the-flag bug.
8836 echo 't clr' >>$CONFIG_STATUS
8837 echo ': clr' >>$CONFIG_STATUS
8838 sed ${ac_max_here_lines}q conftest.defines
>>$CONFIG_STATUS
8840 sed -f $tmp/defines.sed $tmp/in >$tmp/out
8844 sed 1,${ac_max_here_lines}d conftest.defines
>conftest.
tail
8845 rm -f conftest.defines
8846 mv conftest.
tail conftest.defines
8848 rm -f conftest.defines
8849 echo ' fi # grep' >>$CONFIG_STATUS
8850 echo >>$CONFIG_STATUS
8852 # Break up conftest.undefs because some shells have a limit on the size
8853 # of here documents, and old seds have small limits too (100 cmds).
8854 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
8856 while grep . conftest.undefs
>/dev
/null
8858 # Write a limited-size here document to $tmp/undefs.sed.
8859 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
8860 # Speed up: don't consider the non
`#undef'
8861 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
8862 # Work around the forget-to-reset-the-flag bug.
8863 echo 't clr' >>$CONFIG_STATUS
8864 echo ': clr' >>$CONFIG_STATUS
8865 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
8867 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
8871 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
8872 rm -f conftest.undefs
8873 mv conftest.tail conftest.undefs
8875 rm -f conftest.undefs
8877 cat >>$CONFIG_STATUS <<\_ACEOF
8878 # Let's still pretend it is `configure
' which instantiates (i.e., don't
8879 # use $as_me), people would be surprised to read:
8880 # /* config.h. Generated by config.status. */
8881 if test x
"$ac_file" = x-
; then
8882 echo "/* Generated by configure. */" >$tmp/config.h
8884 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
8886 cat $tmp/in >>$tmp/config.h
8888 if test x
"$ac_file" != x-
; then
8889 if diff $ac_file $tmp/config.h
>/dev
/null
2>&1; then
8890 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
8891 echo "$as_me: $ac_file is unchanged" >&6;}
8893 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
8894 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8895 X"$ac_file" : 'X\(//\)[^/]' \| \
8896 X"$ac_file" : 'X\(//\)$' \| \
8897 X"$ac_file" : 'X\(/\)' \| \
8898 . : '\(.\)' 2>/dev/null ||
8900 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8901 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8902 /^X\(\/\/\)$/{ s//\1/; q; }
8903 /^X\(\/\).*/{ s//\1/; q; }
8905 { if $as_mkdir_p; then
8910 while test ! -d "$as_dir"; do
8911 as_dirs
="$as_dir $as_dirs"
8912 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
8913 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8914 X"$as_dir" : 'X\(//\)[^/]' \| \
8915 X"$as_dir" : 'X\(//\)$' \| \
8916 X"$as_dir" : 'X\(/\)' \| \
8917 . : '\(.\)' 2>/dev/null ||
8919 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8920 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8921 /^X\(\/\/\)$/{ s//\1/; q; }
8922 /^X\(\/\).*/{ s//\1/; q; }
8925 test ! -n "$as_dirs" || mkdir
$as_dirs
8926 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
8927 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
8928 { (exit 1); exit 1; }; }; }
8931 mv $tmp/config.h
$ac_file
8937 # Compute $ac_file's index in $config_headers.
8939 for _am_header
in $config_headers :; do
8941 $ac_file |
$ac_file:* )
8944 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
8947 echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
8948 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8949 X$ac_file : 'X\(//\)[^/]' \| \
8950 X$ac_file : 'X\(//\)$' \| \
8951 X$ac_file : 'X\(/\)' \| \
8952 . : '\(.\)' 2>/dev/null ||
8954 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8955 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8956 /^X\(\/\/\)$/{ s//\1/; q; }
8957 /^X\(\/\).*/{ s//\1/; q; }
8958 s/.*/./; q'`/stamp-h
$_am_stamp_count
8961 cat >>$CONFIG_STATUS <<\_ACEOF
8964 # CONFIG_COMMANDS section.
8966 for ac_file
in : $CONFIG_COMMANDS; do test "x$ac_file" = x
: && continue
8967 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
8968 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
8969 ac_dir
=`(dirname "$ac_dest") 2>/dev/null ||
8970 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8971 X"$ac_dest" : 'X\(//\)[^/]' \| \
8972 X"$ac_dest" : 'X\(//\)$' \| \
8973 X"$ac_dest" : 'X\(/\)' \| \
8974 . : '\(.\)' 2>/dev/null ||
8976 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8977 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8978 /^X\(\/\/\)$/{ s//\1/; q; }
8979 /^X\(\/\).*/{ s//\1/; q; }
8981 { if $as_mkdir_p; then
8986 while test ! -d "$as_dir"; do
8987 as_dirs
="$as_dir $as_dirs"
8988 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
8989 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8990 X"$as_dir" : 'X\(//\)[^/]' \| \
8991 X"$as_dir" : 'X\(//\)$' \| \
8992 X"$as_dir" : 'X\(/\)' \| \
8993 . : '\(.\)' 2>/dev/null ||
8995 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8996 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8997 /^X\(\/\/\)$/{ s//\1/; q; }
8998 /^X\(\/\).*/{ s//\1/; q; }
9001 test ! -n "$as_dirs" || mkdir
$as_dirs
9002 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
9003 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
9004 { (exit 1); exit 1; }; }; }
9008 if test "$ac_dir" != .
; then
9009 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
9010 # A "../" for each directory in $ac_dir_suffix.
9011 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
9013 ac_dir_suffix
= ac_top_builddir
=
9017 .
) # No --srcdir option. We are building in place.
9019 if test -z "$ac_top_builddir"; then
9022 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
9024 [\\/]* | ?
:[\\/]* ) # Absolute path.
9025 ac_srcdir
=$srcdir$ac_dir_suffix;
9026 ac_top_srcdir
=$srcdir ;;
9028 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
9029 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
9032 # Do not use `cd foo && pwd` to compute absolute paths, because
9033 # the directories may not exist.
9035 .
) ac_abs_builddir
="$ac_dir";;
9038 .
) ac_abs_builddir
=`pwd`;;
9039 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
9040 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
9043 case $ac_abs_builddir in
9044 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
9046 case ${ac_top_builddir}.
in
9047 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
9048 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
9049 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
9052 case $ac_abs_builddir in
9053 .
) ac_abs_srcdir
=$ac_srcdir;;
9056 .
) ac_abs_srcdir
=$ac_abs_builddir;;
9057 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
9058 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
9061 case $ac_abs_builddir in
9062 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
9064 case $ac_top_srcdir in
9065 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
9066 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
9067 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
9072 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
9073 echo "$as_me: executing $ac_dest commands" >&6;}
9076 # Only add multilib support code if we just rebuilt the top-level
9078 case " $CONFIG_FILES " in
9080 ac_file
=Makefile .
${multi_basedir}/config-ml.
in
9083 depfiles
) test x
"$AMDEP_TRUE" != x
"" ||
for mf
in $CONFIG_FILES; do
9084 # Strip MF so we end up with the name of the file.
9085 mf
=`echo "$mf" | sed -e 's/:.*$//'`
9086 # Check whether this is an Automake generated Makefile or not.
9087 # We used to match only the files named `Makefile.in', but
9088 # some people rename them; so instead we look at the file content.
9089 # Grep'ing the first line is not enough: some people post-process
9090 # each Makefile.in and add a new line on top of each file to say so.
9091 # So let's grep whole file.
9092 if grep '^#.*generated by automake' $mf > /dev
/null
2>&1; then
9093 dirpart
=`(dirname "$mf") 2>/dev/null ||
9094 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9095 X"$mf" : 'X\(//\)[^/]' \| \
9096 X"$mf" : 'X\(//\)$' \| \
9097 X"$mf" : 'X\(/\)' \| \
9098 . : '\(.\)' 2>/dev/null ||
9100 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9101 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9102 /^X\(\/\/\)$/{ s//\1/; q; }
9103 /^X\(\/\).*/{ s//\1/; q; }
9108 # Extract the definition of DEPDIR, am__include, and am__quote
9109 # from the Makefile without running `make'.
9110 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
9111 test -z "$DEPDIR" && continue
9112 am__include
=`sed -n 's/^am__include = //p' < "$mf"`
9113 test -z "am__include" && continue
9114 am__quote
=`sed -n 's/^am__quote = //p' < "$mf"`
9115 # When using ansi2knr, U may be empty or an underscore; expand it
9116 U
=`sed -n 's/^U = //p' < "$mf"`
9117 # Find all dependency output files, they are included files with
9118 # $(DEPDIR) in their names. We invoke sed twice because it is the
9119 # simplest approach to changing $(DEPDIR) to its actual value in the
9121 for file in `sed -n "
9122 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
9123 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
9124 # Make sure the directory exists.
9125 test -f "$dirpart/$file" && continue
9126 fdir
=`(dirname "$file") 2>/dev/null ||
9127 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9128 X"$file" : 'X\(//\)[^/]' \| \
9129 X"$file" : 'X\(//\)$' \| \
9130 X"$file" : 'X\(/\)' \| \
9131 . : '\(.\)' 2>/dev/null ||
9133 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9134 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9135 /^X\(\/\/\)$/{ s//\1/; q; }
9136 /^X\(\/\).*/{ s//\1/; q; }
9138 { if $as_mkdir_p; then
9139 mkdir
-p $dirpart/$fdir
9141 as_dir
=$dirpart/$fdir
9143 while test ! -d "$as_dir"; do
9144 as_dirs
="$as_dir $as_dirs"
9145 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
9146 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9147 X"$as_dir" : 'X\(//\)[^/]' \| \
9148 X"$as_dir" : 'X\(//\)$' \| \
9149 X"$as_dir" : 'X\(/\)' \| \
9150 . : '\(.\)' 2>/dev/null ||
9152 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9153 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9154 /^X\(\/\/\)$/{ s//\1/; q; }
9155 /^X\(\/\).*/{ s//\1/; q; }
9158 test ! -n "$as_dirs" || mkdir
$as_dirs
9159 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
9160 echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
9161 { (exit 1); exit 1; }; }; }
9163 # echo "creating $dirpart/$file"
9164 echo '# dummy' > "$dirpart/$file"
9172 cat >>$CONFIG_STATUS <<\_ACEOF
9174 { (exit 0); exit 0; }
9176 chmod +x
$CONFIG_STATUS
9177 ac_clean_files
=$ac_clean_files_save
9180 # configure is writing to config.log, and then calls config.status.
9181 # config.status does its own redirection, appending to config.log.
9182 # Unfortunately, on DOS this fails, as config.log is still kept open
9183 # by configure, so config.status won't be able to write to it; its
9184 # output is simply discarded. So we exec the FD to /dev/null,
9185 # effectively closing config.log, so it can be properly (re)opened and
9186 # appended to by config.status. When coming back to configure, we
9187 # need to make the FD available again.
9188 if test "$no_create" != yes; then
9190 ac_config_status_args
=
9191 test "$silent" = yes &&
9192 ac_config_status_args
="$ac_config_status_args --quiet"
9194 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
9196 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
9197 # would make configure fail if this is the last instruction.
9198 $ac_cs_success ||
{ (exit 1); exit 1; }