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 ac_config_commands="$ac_config_commands default-1"
1358 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1359 if test -f $ac_dir/install-sh; then
1361 ac_install_sh="$ac_aux_dir/install-sh -c"
1363 elif test -f $ac_dir/install.sh; then
1365 ac_install_sh="$ac_aux_dir/install.sh -c"
1367 elif test -f $ac_dir/shtool; then
1369 ac_install_sh="$ac_aux_dir/shtool install -c"
1373 if test -z "$ac_aux_dir"; then
1374 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1375 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1376 { (exit 1); exit 1; }; }
1378 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1379 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1380 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1382 # Make sure we can run config.sub.
1383 $ac_config_sub sun4 >/dev/null 2>&1 ||
1384 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1385 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1386 { (exit 1); exit 1; }; }
1388 echo "$as_me:$LINENO: checking build system type" >&5
1389 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1390 if test "${ac_cv_build+set}" = set; then
1391 echo $ECHO_N "(cached) $ECHO_C" >&6
1393 ac_cv_build_alias=$build_alias
1394 test -z "$ac_cv_build_alias" &&
1395 ac_cv_build_alias=`$ac_config_guess`
1396 test -z "$ac_cv_build_alias" &&
1397 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1398 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1399 { (exit 1); exit 1; }; }
1400 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1401 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1402 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1403 { (exit 1); exit 1; }; }
1406 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1407 echo "${ECHO_T}$ac_cv_build" >&6
1409 build_cpu=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
1/'`
1410 build_vendor=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
2/'`
1411 build_os=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
3/'`
1414 echo "$as_me:$LINENO: checking host system type" >&5
1415 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1416 if test "${ac_cv_host+set}" = set; then
1417 echo $ECHO_N "(cached) $ECHO_C" >&6
1419 ac_cv_host_alias=$host_alias
1420 test -z "$ac_cv_host_alias" &&
1421 ac_cv_host_alias=$ac_cv_build_alias
1422 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1423 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1424 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1425 { (exit 1); exit 1; }; }
1428 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1429 echo "${ECHO_T}$ac_cv_host" >&6
1431 host_cpu=`echo $ac_cv_host | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
1/'`
1432 host_vendor=`echo $ac_cv_host | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
2/'`
1433 host_os=`echo $ac_cv_host | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
3/'`
1436 echo "$as_me:$LINENO: checking target system type" >&5
1437 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1438 if test "${ac_cv_target+set}" = set; then
1439 echo $ECHO_N "(cached) $ECHO_C" >&6
1441 ac_cv_target_alias=$target_alias
1442 test "x$ac_cv_target_alias" = "x" &&
1443 ac_cv_target_alias=$ac_cv_host_alias
1444 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1445 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1446 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1447 { (exit 1); exit 1; }; }
1450 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1451 echo "${ECHO_T}$ac_cv_target" >&6
1452 target=$ac_cv_target
1453 target_cpu=`echo $ac_cv_target | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
1/'`
1454 target_vendor=`echo $ac_cv_target | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
2/'`
1455 target_os=`echo $ac_cv_target | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
3/'`
1458 # The aliases save the names the user supplied, while $host etc.
1459 # will get canonicalized.
1460 test -n "$target_alias" &&
1461 test "$program_prefix$program_suffix$program_transform_name" = \
1463 program_prefix=${target_alias}-
1465 # Get the 'noncanonical
' system names.
1466 case ${build_alias} in
1467 "") build_noncanonical=${build} ;;
1468 *) build_noncanonical=${build_alias} ;;
1471 case ${host_alias} in
1472 "") host_noncanonical=${build_noncanonical} ;;
1473 *) host_noncanonical=${host_alias} ;;
1476 case ${target_alias} in
1477 "") target_noncanonical=${host_noncanonical} ;;
1478 *) target_noncanonical=${target_alias} ;;
1484 # This works around an automake problem.
1485 mkinstalldirs="`cd $ac_aux_dir && ${PWDCMD-pwd}`/mkinstalldirs"
1488 am__api_version="1.9"
1489 # Find a good install program. We prefer a C program (faster),
1490 # so one script is as good as another. But avoid the broken or
1491 # incompatible versions:
1492 # SysV /etc/install, /usr/sbin/install
1493 # SunOS /usr/etc/install
1494 # IRIX /sbin/install
1496 # AmigaOS /C/install, which installs bootblocks on floppy discs
1497 # AIX 4 /usr/bin/installbsd, which doesn't work without a
-g flag
1498 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1499 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1500 # OS/2's system install, which has a completely different semantic
1501 # ./install, which can be erroneously created by make from ./install.sh.
1502 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1503 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1504 if test -z "$INSTALL"; then
1505 if test "${ac_cv_path_install+set}" = set; then
1506 echo $ECHO_N "(cached) $ECHO_C" >&6
1508 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1512 test -z "$as_dir" && as_dir
=.
1513 # Account for people who put trailing slashes in PATH elements.
1515 .
/ | .
// |
/cC
/* | \
1516 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
1517 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
1520 # OSF1 and SCO ODT 3.0 have their own names for install.
1521 # Don't use installbsd from OSF since it installs stuff as root
1523 for ac_prog
in ginstall scoinst
install; do
1524 for ac_exec_ext
in '' $ac_executable_extensions; do
1525 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1526 if test $ac_prog = install &&
1527 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
1528 # AIX install. It has an incompatible calling convention.
1530 elif test $ac_prog = install &&
1531 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
1532 # program-specific install script used by HP pwplus--don't use.
1535 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
1547 if test "${ac_cv_path_install+set}" = set; then
1548 INSTALL
=$ac_cv_path_install
1550 # As a last resort, use the slow shell script. We don't cache a
1551 # path for INSTALL within a source directory, because that will
1552 # break other packages using the cache if that directory is
1553 # removed, or if the path is relative.
1554 INSTALL
=$ac_install_sh
1557 echo "$as_me:$LINENO: result: $INSTALL" >&5
1558 echo "${ECHO_T}$INSTALL" >&6
1560 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1561 # It thinks the first close brace ends the variable substitution.
1562 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
1564 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
1566 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
1568 echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1569 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1572 echo timestamp
> conftest.
file
1573 # Do `set' in a subshell so we don't clobber the current shell's
1574 # arguments. Must try -L first in case configure is actually a
1575 # symlink; some systems play weird games with the mod time of symlinks
1576 # (eg FreeBSD returns the mod time of the symlink's containing
1579 set X
`ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1580 if test "$*" = "X"; then
1582 set X
`ls -t $srcdir/configure conftest.file`
1585 if test "$*" != "X $srcdir/configure conftest.file" \
1586 && test "$*" != "X conftest.file $srcdir/configure"; then
1588 # If neither matched, then we have a broken ls. This can happen
1589 # if, for instance, CONFIG_SHELL is bash and it inherits a
1590 # broken ls alias from the environment. This has actually
1591 # happened. Such a system could not be considered "sane".
1592 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
1593 alias in your environment" >&5
1594 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
1595 alias in your environment" >&2;}
1596 { (exit 1); exit 1; }; }
1599 test "$2" = conftest.
file
1605 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1606 Check your system clock" >&5
1607 echo "$as_me: error: newly created file is older than distributed files!
1608 Check your system clock" >&2;}
1609 { (exit 1); exit 1; }; }
1611 echo "$as_me:$LINENO: result: yes" >&5
1612 echo "${ECHO_T}yes" >&6
1613 test "$program_prefix" != NONE
&&
1614 program_transform_name
="s,^,$program_prefix,;$program_transform_name"
1615 # Use a double $ so make ignores it.
1616 test "$program_suffix" != NONE
&&
1617 program_transform_name
="s,\$,$program_suffix,;$program_transform_name"
1618 # Double any \ or $. echo might interpret backslashes.
1619 # By default was `s,x,x', remove it if useless.
1620 cat <<\_ACEOF
>conftest.
sed
1621 s
/[\\$
]/&&/g
;s
/;s
,x
,x
,$
//
1623 program_transform_name
=`echo $program_transform_name | sed -f conftest.sed`
1626 # expand $ac_aux_dir to an absolute path
1627 am_aux_dir
=`cd $ac_aux_dir && pwd`
1629 test x
"${MISSING+set}" = xset || MISSING
="\${SHELL} $am_aux_dir/missing"
1630 # Use eval to expand $SHELL
1631 if eval "$MISSING --run true"; then
1632 am_missing_run
="$MISSING --run "
1635 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1636 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1639 if mkdir
-p --version .
>/dev
/null
2>&1 && test ! -d .
/--version; then
1640 # We used to keeping the `.' as first argument, in order to
1641 # allow $(mkdir_p) to be used without argument. As in
1642 # $(mkdir_p) $(somedir)
1643 # where $(somedir) is conditionally defined. However this is wrong
1645 # 1. if the package is installed by a user who cannot write `.'
1646 # make install will fail,
1647 # 2. the above comment should most certainly read
1648 # $(mkdir_p) $(DESTDIR)$(somedir)
1649 # so it does not work when $(somedir) is undefined and
1650 # $(DESTDIR) is not.
1651 # To support the latter case, we have to write
1652 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
1653 # so the `.' trick is pointless.
1654 mkdir_p
='mkdir -p --'
1656 # On NextStep and OpenStep, the `mkdir' command does not
1657 # recognize any option. It will interpret all options as
1658 # directories to create, and then abort because `.' already
1660 for d
in .
/-p .
/--version;
1662 test -d $d && rmdir $d
1664 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
1665 if test -f "$ac_aux_dir/mkinstalldirs"; then
1666 mkdir_p
='$(mkinstalldirs)'
1668 mkdir_p
='$(install_sh) -d'
1672 for ac_prog
in gawk mawk nawk
awk
1674 # Extract the first word of "$ac_prog", so it can be a program name with args.
1675 set dummy
$ac_prog; ac_word
=$2
1676 echo "$as_me:$LINENO: checking for $ac_word" >&5
1677 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1678 if test "${ac_cv_prog_AWK+set}" = set; then
1679 echo $ECHO_N "(cached) $ECHO_C" >&6
1681 if test -n "$AWK"; then
1682 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
1684 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1688 test -z "$as_dir" && as_dir
=.
1689 for ac_exec_ext
in '' $ac_executable_extensions; do
1690 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1691 ac_cv_prog_AWK
="$ac_prog"
1692 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1701 if test -n "$AWK"; then
1702 echo "$as_me:$LINENO: result: $AWK" >&5
1703 echo "${ECHO_T}$AWK" >&6
1705 echo "$as_me:$LINENO: result: no" >&5
1706 echo "${ECHO_T}no" >&6
1709 test -n "$AWK" && break
1712 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1713 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1714 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
1715 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1716 echo $ECHO_N "(cached) $ECHO_C" >&6
1718 cat >conftest.
make <<\_ACEOF
1720 @
echo 'ac_maketemp="$(MAKE)"'
1722 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1723 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1724 if test -n "$ac_maketemp"; then
1725 eval ac_cv_prog_make_
${ac_make}_set
=yes
1727 eval ac_cv_prog_make_
${ac_make}_set
=no
1731 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1732 echo "$as_me:$LINENO: result: yes" >&5
1733 echo "${ECHO_T}yes" >&6
1736 echo "$as_me:$LINENO: result: no" >&5
1737 echo "${ECHO_T}no" >&6
1738 SET_MAKE
="MAKE=${MAKE-make}"
1741 rm -rf .tst
2>/dev
/null
1742 mkdir .tst
2>/dev
/null
1743 if test -d .tst
; then
1748 rmdir .tst
2>/dev
/null
1750 # test to see if srcdir already configured
1751 if test "`cd $srcdir && pwd`" != "`pwd`" &&
1752 test -f $srcdir/config.status
; then
1753 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1754 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1755 { (exit 1); exit 1; }; }
1758 # test whether we have cygpath
1759 if test -z "$CYGPATH_W"; then
1760 if (cygpath
--version) >/dev
/null
2>/dev
/null
; then
1761 CYGPATH_W
='cygpath -w'
1768 # Define the identity of the package.
1773 # Some tools Automake needs.
1775 ACLOCAL
=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1778 AUTOCONF
=${AUTOCONF-"${am_missing_run}autoconf"}
1781 AUTOMAKE
=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1784 AUTOHEADER
=${AUTOHEADER-"${am_missing_run}autoheader"}
1787 MAKEINFO
=${MAKEINFO-"${am_missing_run}makeinfo"}
1789 install_sh
=${install_sh-"$am_aux_dir/install-sh"}
1791 # Installed binaries are usually stripped using `strip' when the user
1792 # run `make install-strip'. However `strip' might not be the right
1793 # tool to use in cross-compilation environments, therefore Automake
1794 # will honor the `STRIP' environment variable to overrule this program.
1795 if test "$cross_compiling" != no
; then
1796 if test -n "$ac_tool_prefix"; then
1797 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1798 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
1799 echo "$as_me:$LINENO: checking for $ac_word" >&5
1800 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1801 if test "${ac_cv_prog_STRIP+set}" = set; then
1802 echo $ECHO_N "(cached) $ECHO_C" >&6
1804 if test -n "$STRIP"; then
1805 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
1807 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1811 test -z "$as_dir" && as_dir
=.
1812 for ac_exec_ext
in '' $ac_executable_extensions; do
1813 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1814 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
1815 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1823 STRIP
=$ac_cv_prog_STRIP
1824 if test -n "$STRIP"; then
1825 echo "$as_me:$LINENO: result: $STRIP" >&5
1826 echo "${ECHO_T}$STRIP" >&6
1828 echo "$as_me:$LINENO: result: no" >&5
1829 echo "${ECHO_T}no" >&6
1833 if test -z "$ac_cv_prog_STRIP"; then
1835 # Extract the first word of "strip", so it can be a program name with args.
1836 set dummy strip
; ac_word
=$2
1837 echo "$as_me:$LINENO: checking for $ac_word" >&5
1838 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1839 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1840 echo $ECHO_N "(cached) $ECHO_C" >&6
1842 if test -n "$ac_ct_STRIP"; then
1843 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
1845 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1849 test -z "$as_dir" && as_dir
=.
1850 for ac_exec_ext
in '' $ac_executable_extensions; do
1851 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1852 ac_cv_prog_ac_ct_STRIP
="strip"
1853 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1859 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
=":"
1862 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
1863 if test -n "$ac_ct_STRIP"; then
1864 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1865 echo "${ECHO_T}$ac_ct_STRIP" >&6
1867 echo "$as_me:$LINENO: result: no" >&5
1868 echo "${ECHO_T}no" >&6
1873 STRIP
="$ac_cv_prog_STRIP"
1877 INSTALL_STRIP_PROGRAM
="\${SHELL} \$(install_sh) -c -s"
1879 # We need awk for the "check" target. The system "awk" is bad on
1881 # Always define AMTAR for backward compatibility.
1883 AMTAR
=${AMTAR-"${am_missing_run}tar"}
1885 am__tar
='${AMTAR} chof - "$$tardir"'; am__untar
='${AMTAR} xf -'
1892 # The autoconf 2.5x version of the no-executables hack.
1893 # GCC_NO_EXECUTABLES
1895 # FIXME: The GCC team has specific needs which the current Autoconf
1896 # framework cannot solve elegantly. This macro implements a dirty
1897 # hack until Autoconf is able to provide the services its users
1900 # Several of the support libraries that are often built with GCC can't
1901 # assume the tool-chain is already capable of linking a program: the
1902 # compiler often expects to be able to link with some of such
1905 # In several of these libraries, workarounds have been introduced to
1906 # avoid the AC_PROG_CC_WORKS test, that would just abort their
1907 # configuration. The introduction of AC_EXEEXT, enabled either by
1908 # libtool or by CVS autoconf, have just made matters worse.
1910 # Unlike the previous AC_NO_EXECUTABLES, this test does not
1911 # disable link tests at autoconf time, but at configure time.
1912 # This allows AC_NO_EXECUTABLES to be invoked conditionally.
1913 # GCC_NO_EXECUTABLES
1917 # Yak. We must force CC and CXX to /not/ be precious variables; otherwise
1918 # the wrong, non-multilib-adjusted value will be used in multilibs.
1919 # As a side effect, we have to subst CFLAGS and CXXFLAGS ourselves.
1924 ac_cpp
='$CPP $CPPFLAGS'
1925 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1926 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1927 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1928 if test -n "$ac_tool_prefix"; then
1929 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1930 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
1931 echo "$as_me:$LINENO: checking for $ac_word" >&5
1932 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1933 if test "${ac_cv_prog_CC+set}" = set; then
1934 echo $ECHO_N "(cached) $ECHO_C" >&6
1936 if test -n "$CC"; then
1937 ac_cv_prog_CC
="$CC" # Let the user override the test.
1939 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1943 test -z "$as_dir" && as_dir
=.
1944 for ac_exec_ext
in '' $ac_executable_extensions; do
1945 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1946 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
1947 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1956 if test -n "$CC"; then
1957 echo "$as_me:$LINENO: result: $CC" >&5
1958 echo "${ECHO_T}$CC" >&6
1960 echo "$as_me:$LINENO: result: no" >&5
1961 echo "${ECHO_T}no" >&6
1965 if test -z "$ac_cv_prog_CC"; then
1967 # Extract the first word of "gcc", so it can be a program name with args.
1968 set dummy gcc
; ac_word
=$2
1969 echo "$as_me:$LINENO: checking for $ac_word" >&5
1970 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1971 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1972 echo $ECHO_N "(cached) $ECHO_C" >&6
1974 if test -n "$ac_ct_CC"; then
1975 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
1977 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1981 test -z "$as_dir" && as_dir
=.
1982 for ac_exec_ext
in '' $ac_executable_extensions; do
1983 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1984 ac_cv_prog_ac_ct_CC
="gcc"
1985 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1993 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
1994 if test -n "$ac_ct_CC"; then
1995 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1996 echo "${ECHO_T}$ac_ct_CC" >&6
1998 echo "$as_me:$LINENO: result: no" >&5
1999 echo "${ECHO_T}no" >&6
2007 if test -z "$CC"; then
2008 if test -n "$ac_tool_prefix"; then
2009 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2010 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
2011 echo "$as_me:$LINENO: checking for $ac_word" >&5
2012 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2013 if test "${ac_cv_prog_CC+set}" = set; then
2014 echo $ECHO_N "(cached) $ECHO_C" >&6
2016 if test -n "$CC"; then
2017 ac_cv_prog_CC
="$CC" # Let the user override the test.
2019 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2023 test -z "$as_dir" && as_dir
=.
2024 for ac_exec_ext
in '' $ac_executable_extensions; do
2025 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2026 ac_cv_prog_CC
="${ac_tool_prefix}cc"
2027 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2036 if test -n "$CC"; then
2037 echo "$as_me:$LINENO: result: $CC" >&5
2038 echo "${ECHO_T}$CC" >&6
2040 echo "$as_me:$LINENO: result: no" >&5
2041 echo "${ECHO_T}no" >&6
2045 if test -z "$ac_cv_prog_CC"; then
2047 # Extract the first word of "cc", so it can be a program name with args.
2048 set dummy cc
; ac_word
=$2
2049 echo "$as_me:$LINENO: checking for $ac_word" >&5
2050 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2051 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2052 echo $ECHO_N "(cached) $ECHO_C" >&6
2054 if test -n "$ac_ct_CC"; then
2055 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2057 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2061 test -z "$as_dir" && as_dir
=.
2062 for ac_exec_ext
in '' $ac_executable_extensions; do
2063 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2064 ac_cv_prog_ac_ct_CC
="cc"
2065 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2073 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2074 if test -n "$ac_ct_CC"; then
2075 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2076 echo "${ECHO_T}$ac_ct_CC" >&6
2078 echo "$as_me:$LINENO: result: no" >&5
2079 echo "${ECHO_T}no" >&6
2088 if test -z "$CC"; then
2089 # Extract the first word of "cc", so it can be a program name with args.
2090 set dummy cc
; ac_word
=$2
2091 echo "$as_me:$LINENO: checking for $ac_word" >&5
2092 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2093 if test "${ac_cv_prog_CC+set}" = set; then
2094 echo $ECHO_N "(cached) $ECHO_C" >&6
2096 if test -n "$CC"; then
2097 ac_cv_prog_CC
="$CC" # Let the user override the test.
2100 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2104 test -z "$as_dir" && as_dir
=.
2105 for ac_exec_ext
in '' $ac_executable_extensions; do
2106 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2107 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2108 ac_prog_rejected
=yes
2112 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2118 if test $ac_prog_rejected = yes; then
2119 # We found a bogon in the path, so make sure we never use it.
2120 set dummy
$ac_cv_prog_CC
2122 if test $# != 0; then
2123 # We chose a different compiler from the bogus one.
2124 # However, it has the same basename, so the bogon will be chosen
2125 # first if we set CC to just the basename; use the full file name.
2127 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
2133 if test -n "$CC"; then
2134 echo "$as_me:$LINENO: result: $CC" >&5
2135 echo "${ECHO_T}$CC" >&6
2137 echo "$as_me:$LINENO: result: no" >&5
2138 echo "${ECHO_T}no" >&6
2142 if test -z "$CC"; then
2143 if test -n "$ac_tool_prefix"; then
2146 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2147 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2148 echo "$as_me:$LINENO: checking for $ac_word" >&5
2149 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2150 if test "${ac_cv_prog_CC+set}" = set; then
2151 echo $ECHO_N "(cached) $ECHO_C" >&6
2153 if test -n "$CC"; then
2154 ac_cv_prog_CC
="$CC" # Let the user override the test.
2156 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2160 test -z "$as_dir" && as_dir
=.
2161 for ac_exec_ext
in '' $ac_executable_extensions; do
2162 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2163 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
2164 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2173 if test -n "$CC"; then
2174 echo "$as_me:$LINENO: result: $CC" >&5
2175 echo "${ECHO_T}$CC" >&6
2177 echo "$as_me:$LINENO: result: no" >&5
2178 echo "${ECHO_T}no" >&6
2181 test -n "$CC" && break
2184 if test -z "$CC"; then
2188 # Extract the first word of "$ac_prog", so it can be a program name with args.
2189 set dummy
$ac_prog; ac_word
=$2
2190 echo "$as_me:$LINENO: checking for $ac_word" >&5
2191 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2192 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2193 echo $ECHO_N "(cached) $ECHO_C" >&6
2195 if test -n "$ac_ct_CC"; then
2196 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2198 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2202 test -z "$as_dir" && as_dir
=.
2203 for ac_exec_ext
in '' $ac_executable_extensions; do
2204 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2205 ac_cv_prog_ac_ct_CC
="$ac_prog"
2206 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2214 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2215 if test -n "$ac_ct_CC"; then
2216 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2217 echo "${ECHO_T}$ac_ct_CC" >&6
2219 echo "$as_me:$LINENO: result: no" >&5
2220 echo "${ECHO_T}no" >&6
2223 test -n "$ac_ct_CC" && break
2232 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2233 See \`config.log' for more details." >&5
2234 echo "$as_me: error: no acceptable C compiler found in \$PATH
2235 See \`config.log' for more details." >&2;}
2236 { (exit 1); exit 1; }; }
2238 # Provide some information about the compiler.
2239 echo "$as_me:$LINENO:" \
2240 "checking for C compiler version" >&5
2241 ac_compiler
=`set X $ac_compile; echo $2`
2242 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2243 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
2245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2246 (exit $ac_status); }
2247 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2248 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
2250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2251 (exit $ac_status); }
2252 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2253 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
2255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2256 (exit $ac_status); }
2258 cat >conftest.
$ac_ext <<_ACEOF
2261 cat confdefs.h
>>conftest.
$ac_ext
2262 cat >>conftest.
$ac_ext <<_ACEOF
2263 /* end confdefs.h. */
2274 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2275 (eval $ac_link) 2>&5
2277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2278 (exit $ac_status); }; then
2284 if test x
$gcc_no_link = xyes
; then
2285 # Setting cross_compile will disable run tests; it will
2286 # also disable AC_CHECK_FILE but that's generally
2287 # correct if we can't link.
2291 cat >conftest.
$ac_ext <<_ACEOF
2294 cat confdefs.h
>>conftest.
$ac_ext
2295 cat >>conftest.
$ac_ext <<_ACEOF
2296 /* end confdefs.h. */
2306 ac_clean_files_save
=$ac_clean_files
2307 ac_clean_files
="$ac_clean_files a.out a.exe b.out"
2308 # Try to create an executable without -o first, disregard a.out.
2309 # It will help us diagnose broken compilers, and finding out an intuition
2311 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2312 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
2313 ac_link_default
=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2314 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2315 (eval $ac_link_default) 2>&5
2317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2318 (exit $ac_status); }; then
2319 # Find the output, starting from the most likely. This scheme is
2320 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
2323 # Be careful to initialize this variable, since it used to be cached.
2324 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2326 # b.out is created by i960 compilers.
2327 for ac_file
in a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
2329 test -f "$ac_file" ||
continue
2331 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
)
2334 # This is the source file.
2337 # We found the default executable, but exeext='' is most
2341 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2342 # FIXME: I believe we export ac_cv_exeext for Libtool,
2343 # but it would be cool to find out if it's true. Does anybody
2344 # maintain Libtool? --akim.
2352 echo "$as_me: failed program was:" >&5
2353 sed 's/^/| /' conftest.
$ac_ext >&5
2355 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2356 See \`config.log' for more details." >&5
2357 echo "$as_me: error: C compiler cannot create executables
2358 See \`config.log' for more details." >&2;}
2359 { (exit 77); exit 77; }; }
2362 ac_exeext
=$ac_cv_exeext
2363 echo "$as_me:$LINENO: result: $ac_file" >&5
2364 echo "${ECHO_T}$ac_file" >&6
2366 # Check the compiler produces executables we can run. If not, either
2367 # the compiler is broken, or we cross compile.
2368 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2369 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2370 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2371 # If not cross compiling, check that we can run a simple program.
2372 if test "$cross_compiling" != yes; then
2373 if { ac_try
='./$ac_file'
2374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2378 (exit $ac_status); }; }; then
2381 if test "$cross_compiling" = maybe
; then
2384 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2385 If you meant to cross compile, use \`--host'.
2386 See \`config.log' for more details." >&5
2387 echo "$as_me: error: cannot run C compiled programs.
2388 If you meant to cross compile, use \`--host'.
2389 See \`config.log' for more details." >&2;}
2390 { (exit 1); exit 1; }; }
2394 echo "$as_me:$LINENO: result: yes" >&5
2395 echo "${ECHO_T}yes" >&6
2397 rm -f a.out a.exe conftest
$ac_cv_exeext b.out
2398 ac_clean_files
=$ac_clean_files_save
2399 # Check the compiler produces executables we can run. If not, either
2400 # the compiler is broken, or we cross compile.
2401 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2402 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2403 echo "$as_me:$LINENO: result: $cross_compiling" >&5
2404 echo "${ECHO_T}$cross_compiling" >&6
2406 echo "$as_me:$LINENO: checking for suffix of executables" >&5
2407 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2408 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2409 (eval $ac_link) 2>&5
2411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2412 (exit $ac_status); }; then
2413 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2414 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2415 # work properly (i.e., refer to `conftest.exe'), while it won't with
2417 for ac_file
in conftest.exe conftest conftest.
*; do
2418 test -f "$ac_file" ||
continue
2420 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
) ;;
2421 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2428 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2429 See \`config.log' for more details." >&5
2430 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2431 See \`config.log' for more details." >&2;}
2432 { (exit 1); exit 1; }; }
2435 rm -f conftest
$ac_cv_exeext
2436 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2437 echo "${ECHO_T}$ac_cv_exeext" >&6
2439 rm -f conftest.
$ac_ext
2440 EXEEXT
=$ac_cv_exeext
2443 echo "$as_me:$LINENO: checking for suffix of object files" >&5
2444 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2445 if test "${ac_cv_objext+set}" = set; then
2446 echo $ECHO_N "(cached) $ECHO_C" >&6
2448 cat >conftest.
$ac_ext <<_ACEOF
2451 cat confdefs.h
>>conftest.
$ac_ext
2452 cat >>conftest.
$ac_ext <<_ACEOF
2453 /* end confdefs.h. */
2463 rm -f conftest.o conftest.obj
2464 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2465 (eval $ac_compile) 2>&5
2467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2468 (exit $ac_status); }; then
2469 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2471 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg
) ;;
2472 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
2477 echo "$as_me: failed program was:" >&5
2478 sed 's/^/| /' conftest.
$ac_ext >&5
2480 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2481 See \`config.log' for more details." >&5
2482 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2483 See \`config.log' for more details." >&2;}
2484 { (exit 1); exit 1; }; }
2487 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
2489 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2490 echo "${ECHO_T}$ac_cv_objext" >&6
2491 OBJEXT
=$ac_cv_objext
2493 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2494 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2495 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2496 echo $ECHO_N "(cached) $ECHO_C" >&6
2498 cat >conftest.
$ac_ext <<_ACEOF
2501 cat confdefs.h
>>conftest.
$ac_ext
2502 cat >>conftest.
$ac_ext <<_ACEOF
2503 /* end confdefs.h. */
2516 rm -f conftest.
$ac_objext
2517 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2518 (eval $ac_compile) 2>conftest.er1
2520 grep -v '^ *+' conftest.er1
>conftest.err
2522 cat conftest.err
>&5
2523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2524 (exit $ac_status); } &&
2525 { ac_try
='test -z "$ac_c_werror_flag"
2526 || test ! -s conftest.err'
2527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2531 (exit $ac_status); }; } &&
2532 { ac_try
='test -s conftest.$ac_objext'
2533 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2537 (exit $ac_status); }; }; then
2540 echo "$as_me: failed program was:" >&5
2541 sed 's/^/| /' conftest.
$ac_ext >&5
2545 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2546 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
2549 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2550 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2551 GCC
=`test $ac_compiler_gnu = yes && echo yes`
2552 ac_test_CFLAGS
=${CFLAGS+set}
2553 ac_save_CFLAGS
=$CFLAGS
2555 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2556 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2557 if test "${ac_cv_prog_cc_g+set}" = set; then
2558 echo $ECHO_N "(cached) $ECHO_C" >&6
2560 cat >conftest.
$ac_ext <<_ACEOF
2563 cat confdefs.h
>>conftest.
$ac_ext
2564 cat >>conftest.
$ac_ext <<_ACEOF
2565 /* end confdefs.h. */
2575 rm -f conftest.
$ac_objext
2576 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2577 (eval $ac_compile) 2>conftest.er1
2579 grep -v '^ *+' conftest.er1
>conftest.err
2581 cat conftest.err
>&5
2582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2583 (exit $ac_status); } &&
2584 { ac_try
='test -z "$ac_c_werror_flag"
2585 || test ! -s conftest.err'
2586 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2590 (exit $ac_status); }; } &&
2591 { ac_try
='test -s conftest.$ac_objext'
2592 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2596 (exit $ac_status); }; }; then
2599 echo "$as_me: failed program was:" >&5
2600 sed 's/^/| /' conftest.
$ac_ext >&5
2604 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2606 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2607 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2608 if test "$ac_test_CFLAGS" = set; then
2609 CFLAGS
=$ac_save_CFLAGS
2610 elif test $ac_cv_prog_cc_g = yes; then
2611 if test "$GCC" = yes; then
2617 if test "$GCC" = yes; then
2623 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2624 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2625 if test "${ac_cv_prog_cc_stdc+set}" = set; then
2626 echo $ECHO_N "(cached) $ECHO_C" >&6
2628 ac_cv_prog_cc_stdc
=no
2630 cat >conftest.
$ac_ext <<_ACEOF
2633 cat confdefs.h
>>conftest.
$ac_ext
2634 cat >>conftest.
$ac_ext <<_ACEOF
2635 /* end confdefs.h. */
2638 #include <sys/types.h>
2639 #include <sys/stat.h>
2640 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2641 struct buf { int x; };
2642 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2643 static char *e (p, i)
2649 static char *f (char * (*g) (char **, int), char **p, ...)
2654 s = g (p, va_arg (v,int));
2659 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2660 function prototypes and stuff, but not '\xHH' hex character constants.
2661 These don't provoke an error unfortunately, instead are silently treated
2662 as 'x'. The following induces an error, until -std1 is added to get
2663 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2664 array size at least. It's necessary to write '\x00'==0 to get something
2665 that's true only with -std1. */
2666 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2668 int test (int i, double x);
2669 struct s1 {int (*f) (int a);};
2670 struct s2 {int (*f) (double a);};
2671 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2677 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2682 # Don't try gcc -ansi; that turns off useful extensions and
2683 # breaks some systems' header files.
2684 # AIX -qlanglvl=ansi
2685 # Ultrix and OSF/1 -std1
2686 # HP-UX 10.20 and later -Ae
2687 # HP-UX older versions -Aa -D_HPUX_SOURCE
2688 # SVR4 -Xc -D__EXTENSIONS__
2689 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2691 CC
="$ac_save_CC $ac_arg"
2692 rm -f conftest.
$ac_objext
2693 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2694 (eval $ac_compile) 2>conftest.er1
2696 grep -v '^ *+' conftest.er1
>conftest.err
2698 cat conftest.err
>&5
2699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2700 (exit $ac_status); } &&
2701 { ac_try
='test -z "$ac_c_werror_flag"
2702 || test ! -s conftest.err'
2703 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2707 (exit $ac_status); }; } &&
2708 { ac_try
='test -s conftest.$ac_objext'
2709 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2713 (exit $ac_status); }; }; then
2714 ac_cv_prog_cc_stdc
=$ac_arg
2717 echo "$as_me: failed program was:" >&5
2718 sed 's/^/| /' conftest.
$ac_ext >&5
2721 rm -f conftest.err conftest.
$ac_objext
2723 rm -f conftest.
$ac_ext conftest.
$ac_objext
2728 case "x$ac_cv_prog_cc_stdc" in
2730 echo "$as_me:$LINENO: result: none needed" >&5
2731 echo "${ECHO_T}none needed" >&6 ;;
2733 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2734 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2735 CC
="$CC $ac_cv_prog_cc_stdc" ;;
2738 # Some people use a C++ compiler to compile C. Since we use `exit',
2739 # in C++ we need to declare it. In case someone uses the same compiler
2740 # for both compiling C and C++ we need to have the C++ compiler decide
2741 # the declaration of exit, since it's the most demanding environment.
2742 cat >conftest.
$ac_ext <<_ACEOF
2747 rm -f conftest.
$ac_objext
2748 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2749 (eval $ac_compile) 2>conftest.er1
2751 grep -v '^ *+' conftest.er1
>conftest.err
2753 cat conftest.err
>&5
2754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2755 (exit $ac_status); } &&
2756 { ac_try
='test -z "$ac_c_werror_flag"
2757 || test ! -s conftest.err'
2758 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2762 (exit $ac_status); }; } &&
2763 { ac_try
='test -s conftest.$ac_objext'
2764 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2768 (exit $ac_status); }; }; then
2769 for ac_declaration
in \
2771 'extern "C" void std::exit (int) throw (); using std::exit;' \
2772 'extern "C" void std::exit (int); using std::exit;' \
2773 'extern "C" void exit (int) throw ();' \
2774 'extern "C" void exit (int);' \
2777 cat >conftest.
$ac_ext <<_ACEOF
2780 cat confdefs.h
>>conftest.
$ac_ext
2781 cat >>conftest.
$ac_ext <<_ACEOF
2782 /* end confdefs.h. */
2793 rm -f conftest.
$ac_objext
2794 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2795 (eval $ac_compile) 2>conftest.er1
2797 grep -v '^ *+' conftest.er1
>conftest.err
2799 cat conftest.err
>&5
2800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2801 (exit $ac_status); } &&
2802 { ac_try
='test -z "$ac_c_werror_flag"
2803 || test ! -s conftest.err'
2804 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2808 (exit $ac_status); }; } &&
2809 { ac_try
='test -s conftest.$ac_objext'
2810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2814 (exit $ac_status); }; }; then
2817 echo "$as_me: failed program was:" >&5
2818 sed 's/^/| /' conftest.
$ac_ext >&5
2822 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2823 cat >conftest.
$ac_ext <<_ACEOF
2826 cat confdefs.h
>>conftest.
$ac_ext
2827 cat >>conftest.
$ac_ext <<_ACEOF
2828 /* end confdefs.h. */
2838 rm -f conftest.
$ac_objext
2839 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2840 (eval $ac_compile) 2>conftest.er1
2842 grep -v '^ *+' conftest.er1
>conftest.err
2844 cat conftest.err
>&5
2845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2846 (exit $ac_status); } &&
2847 { ac_try
='test -z "$ac_c_werror_flag"
2848 || test ! -s conftest.err'
2849 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2853 (exit $ac_status); }; } &&
2854 { ac_try
='test -s conftest.$ac_objext'
2855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2859 (exit $ac_status); }; }; then
2862 echo "$as_me: failed program was:" >&5
2863 sed 's/^/| /' conftest.
$ac_ext >&5
2866 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2869 if test -n "$ac_declaration"; then
2870 echo '#ifdef __cplusplus' >>confdefs.h
2871 echo $ac_declaration >>confdefs.h
2872 echo '#endif' >>confdefs.h
2876 echo "$as_me: failed program was:" >&5
2877 sed 's/^/| /' conftest.
$ac_ext >&5
2880 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2882 ac_cpp
='$CPP $CPPFLAGS'
2883 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2884 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2885 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2886 DEPDIR
="${am__leading_dot}deps"
2888 ac_config_commands
="$ac_config_commands depfiles"
2891 am_make
=${MAKE-make}
2892 cat > confinc
<< 'END'
2897 # If we don't find an include directive, just comment out the code.
2898 echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
2899 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
2903 # First try GNU make style include.
2904 echo "include confinc" > confmf
2905 # We grep out `Entering directory' and `Leaving directory'
2906 # messages which can occur if `w' ends up in MAKEFLAGS.
2907 # In particular we don't look at `^make:' because GNU make might
2908 # be invoked under some other name (usually "gmake"), in which
2909 # case it prints its new name instead of `make'.
2910 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
2915 # Now try BSD make style include.
2916 if test "$am__include" = "#"; then
2917 echo '.include "confinc"' > confmf
2918 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
2919 am__include
=.include
2926 echo "$as_me:$LINENO: result: $_am_result" >&5
2927 echo "${ECHO_T}$_am_result" >&6
2928 rm -f confinc confmf
2930 # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
2931 if test "${enable_dependency_tracking+set}" = set; then
2932 enableval
="$enable_dependency_tracking"
2935 if test "x$enable_dependency_tracking" != xno
; then
2936 am_depcomp
="$ac_aux_dir/depcomp"
2941 if test "x$enable_dependency_tracking" != xno; then
2952 depcc
="$CC" am_compiler_list
=
2954 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
2955 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
2956 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
2957 echo $ECHO_N "(cached) $ECHO_C" >&6
2959 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
2960 # We make a subdir and do the tests there. Otherwise we can end up
2961 # making bogus files that we don't know about and never remove. For
2962 # instance it was reported that on HP-UX the gcc test will end up
2963 # making a dummy file named `D' -- because `-MD' means `put the output
2966 # Copy depcomp to subdir because otherwise we won't find it if we're
2967 # using a relative directory.
2968 cp "$am_depcomp" conftest.dir
2970 # We will build objects and dependencies in a subdirectory because
2971 # it helps to detect inapplicable dependency modes. For instance
2972 # both Tru64's cc and ICC support -MD to output dependencies as a
2973 # side effect of compilation, but ICC will put the dependencies in
2974 # the current directory while Tru64 will put them in the object
2978 am_cv_CC_dependencies_compiler_type
=none
2979 if test "$am_compiler_list" = ""; then
2980 am_compiler_list
=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
2982 for depmode
in $am_compiler_list; do
2983 # Setup a source with many dependencies, because some compilers
2984 # like to wrap large dependency lists on column 80 (with \), and
2985 # we should not choose a depcomp mode which is confused by this.
2987 # We need to recreate these files for each test, as the compiler may
2988 # overwrite some of them when testing with obscure command lines.
2989 # This happens at least with the AIX C compiler.
2991 for i
in 1 2 3 4 5 6; do
2992 echo '#include "conftst'$i'.h"' >> sub
/conftest.c
2993 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
2994 # Solaris 8's {/usr,}/bin/sh.
2995 touch sub
/conftst
$i.h
2997 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3001 # after this tag, mechanisms are not by side-effect, so they'll
3002 # only be used when explicitly requested
3003 if test "x$enable_dependency_tracking" = xyes
; then
3011 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3012 # mode. It turns out that the SunPro C++ compiler does not properly
3013 # handle `-M -o', and we need to detect this.
3014 if depmode
=$depmode \
3015 source=sub
/conftest.c object
=sub
/conftest.
${OBJEXT-o} \
3016 depfile
=sub
/conftest.Po tmpdepfile
=sub
/conftest.TPo \
3017 $SHELL .
/depcomp
$depcc -c -o sub
/conftest.
${OBJEXT-o} sub
/conftest.c \
3018 >/dev
/null
2>conftest.err
&&
3019 grep sub
/conftst6.h sub
/conftest.Po
> /dev
/null
2>&1 &&
3020 grep sub
/conftest.
${OBJEXT-o} sub
/conftest.Po
> /dev
/null
2>&1 &&
3021 ${MAKE-make} -s -f confmf
> /dev
/null
2>&1; then
3022 # icc doesn't choke on unknown options, it will just issue warnings
3023 # or remarks (even with -Werror). So we grep stderr for any message
3024 # that says an option was ignored or not supported.
3025 # When given -MP, icc 7.0 and 7.1 complain thusly:
3026 # icc: Command line warning: ignoring option '-M'; no argument required
3027 # The diagnosis changed in icc 8.0:
3028 # icc: Command line remark: option '-MP' not supported
3029 if (grep 'ignoring option' conftest.err ||
3030 grep 'not supported' conftest.err
) >/dev
/null
2>&1; then :; else
3031 am_cv_CC_dependencies_compiler_type
=$depmode
3040 am_cv_CC_dependencies_compiler_type
=none
3044 echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3045 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3046 CCDEPMODE
=depmode
=$am_cv_CC_dependencies_compiler_type
3051 test "x$enable_dependency_tracking" != xno \
3052 && test "$am_cv_CC_dependencies_compiler_type" = gcc3
; then
3054 am__fastdepCC_FALSE
='#'
3056 am__fastdepCC_TRUE
='#'
3057 am__fastdepCC_FALSE
=
3062 ac_cpp
='$CXXCPP $CPPFLAGS'
3063 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3064 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3065 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
3066 if test -n "$ac_tool_prefix"; then
3067 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
3069 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3070 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
3071 echo "$as_me:$LINENO: checking for $ac_word" >&5
3072 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3073 if test "${ac_cv_prog_CXX+set}" = set; then
3074 echo $ECHO_N "(cached) $ECHO_C" >&6
3076 if test -n "$CXX"; then
3077 ac_cv_prog_CXX
="$CXX" # Let the user override the test.
3079 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3083 test -z "$as_dir" && as_dir
=.
3084 for ac_exec_ext
in '' $ac_executable_extensions; do
3085 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3086 ac_cv_prog_CXX
="$ac_tool_prefix$ac_prog"
3087 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3096 if test -n "$CXX"; then
3097 echo "$as_me:$LINENO: result: $CXX" >&5
3098 echo "${ECHO_T}$CXX" >&6
3100 echo "$as_me:$LINENO: result: no" >&5
3101 echo "${ECHO_T}no" >&6
3104 test -n "$CXX" && break
3107 if test -z "$CXX"; then
3109 for ac_prog
in $CCC g
++ c
++ gpp aCC CC cxx cc
++ cl FCC KCC RCC xlC_r xlC
3111 # Extract the first word of "$ac_prog", so it can be a program name with args.
3112 set dummy
$ac_prog; ac_word
=$2
3113 echo "$as_me:$LINENO: checking for $ac_word" >&5
3114 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3115 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3116 echo $ECHO_N "(cached) $ECHO_C" >&6
3118 if test -n "$ac_ct_CXX"; then
3119 ac_cv_prog_ac_ct_CXX
="$ac_ct_CXX" # Let the user override the test.
3121 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3125 test -z "$as_dir" && as_dir
=.
3126 for ac_exec_ext
in '' $ac_executable_extensions; do
3127 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3128 ac_cv_prog_ac_ct_CXX
="$ac_prog"
3129 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3137 ac_ct_CXX
=$ac_cv_prog_ac_ct_CXX
3138 if test -n "$ac_ct_CXX"; then
3139 echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3140 echo "${ECHO_T}$ac_ct_CXX" >&6
3142 echo "$as_me:$LINENO: result: no" >&5
3143 echo "${ECHO_T}no" >&6
3146 test -n "$ac_ct_CXX" && break
3148 test -n "$ac_ct_CXX" || ac_ct_CXX
="g++"
3154 # Provide some information about the compiler.
3155 echo "$as_me:$LINENO:" \
3156 "checking for C++ compiler version" >&5
3157 ac_compiler
=`set X $ac_compile; echo $2`
3158 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
3159 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
3161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3162 (exit $ac_status); }
3163 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
3164 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
3166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3167 (exit $ac_status); }
3168 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
3169 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
3171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3172 (exit $ac_status); }
3174 echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3175 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6
3176 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3177 echo $ECHO_N "(cached) $ECHO_C" >&6
3179 cat >conftest.
$ac_ext <<_ACEOF
3182 cat confdefs.h
>>conftest.
$ac_ext
3183 cat >>conftest.
$ac_ext <<_ACEOF
3184 /* end confdefs.h. */
3197 rm -f conftest.
$ac_objext
3198 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3199 (eval $ac_compile) 2>conftest.er1
3201 grep -v '^ *+' conftest.er1
>conftest.err
3203 cat conftest.err
>&5
3204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3205 (exit $ac_status); } &&
3206 { ac_try
='test -z "$ac_cxx_werror_flag"
3207 || test ! -s conftest.err'
3208 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3212 (exit $ac_status); }; } &&
3213 { ac_try
='test -s conftest.$ac_objext'
3214 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3218 (exit $ac_status); }; }; then
3221 echo "$as_me: failed program was:" >&5
3222 sed 's/^/| /' conftest.
$ac_ext >&5
3226 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3227 ac_cv_cxx_compiler_gnu
=$ac_compiler_gnu
3230 echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3231 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6
3232 GXX
=`test $ac_compiler_gnu = yes && echo yes`
3233 ac_test_CXXFLAGS
=${CXXFLAGS+set}
3234 ac_save_CXXFLAGS
=$CXXFLAGS
3236 echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3237 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6
3238 if test "${ac_cv_prog_cxx_g+set}" = set; then
3239 echo $ECHO_N "(cached) $ECHO_C" >&6
3241 cat >conftest.
$ac_ext <<_ACEOF
3244 cat confdefs.h
>>conftest.
$ac_ext
3245 cat >>conftest.
$ac_ext <<_ACEOF
3246 /* end confdefs.h. */
3256 rm -f conftest.
$ac_objext
3257 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3258 (eval $ac_compile) 2>conftest.er1
3260 grep -v '^ *+' conftest.er1
>conftest.err
3262 cat conftest.err
>&5
3263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3264 (exit $ac_status); } &&
3265 { ac_try
='test -z "$ac_cxx_werror_flag"
3266 || test ! -s conftest.err'
3267 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3271 (exit $ac_status); }; } &&
3272 { ac_try
='test -s conftest.$ac_objext'
3273 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3277 (exit $ac_status); }; }; then
3278 ac_cv_prog_cxx_g
=yes
3280 echo "$as_me: failed program was:" >&5
3281 sed 's/^/| /' conftest.
$ac_ext >&5
3285 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3287 echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3288 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6
3289 if test "$ac_test_CXXFLAGS" = set; then
3290 CXXFLAGS
=$ac_save_CXXFLAGS
3291 elif test $ac_cv_prog_cxx_g = yes; then
3292 if test "$GXX" = yes; then
3298 if test "$GXX" = yes; then
3304 for ac_declaration
in \
3306 'extern "C" void std::exit (int) throw (); using std::exit;' \
3307 'extern "C" void std::exit (int); using std::exit;' \
3308 'extern "C" void exit (int) throw ();' \
3309 'extern "C" void exit (int);' \
3312 cat >conftest.
$ac_ext <<_ACEOF
3315 cat confdefs.h
>>conftest.
$ac_ext
3316 cat >>conftest.
$ac_ext <<_ACEOF
3317 /* end confdefs.h. */
3328 rm -f conftest.
$ac_objext
3329 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3330 (eval $ac_compile) 2>conftest.er1
3332 grep -v '^ *+' conftest.er1
>conftest.err
3334 cat conftest.err
>&5
3335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3336 (exit $ac_status); } &&
3337 { ac_try
='test -z "$ac_cxx_werror_flag"
3338 || test ! -s conftest.err'
3339 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3343 (exit $ac_status); }; } &&
3344 { ac_try
='test -s conftest.$ac_objext'
3345 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3349 (exit $ac_status); }; }; then
3352 echo "$as_me: failed program was:" >&5
3353 sed 's/^/| /' conftest.
$ac_ext >&5
3357 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3358 cat >conftest.
$ac_ext <<_ACEOF
3361 cat confdefs.h
>>conftest.
$ac_ext
3362 cat >>conftest.
$ac_ext <<_ACEOF
3363 /* end confdefs.h. */
3373 rm -f conftest.
$ac_objext
3374 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3375 (eval $ac_compile) 2>conftest.er1
3377 grep -v '^ *+' conftest.er1
>conftest.err
3379 cat conftest.err
>&5
3380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3381 (exit $ac_status); } &&
3382 { ac_try
='test -z "$ac_cxx_werror_flag"
3383 || test ! -s conftest.err'
3384 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3388 (exit $ac_status); }; } &&
3389 { ac_try
='test -s conftest.$ac_objext'
3390 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3394 (exit $ac_status); }; }; then
3397 echo "$as_me: failed program was:" >&5
3398 sed 's/^/| /' conftest.
$ac_ext >&5
3401 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3404 if test -n "$ac_declaration"; then
3405 echo '#ifdef __cplusplus' >>confdefs.h
3406 echo $ac_declaration >>confdefs.h
3407 echo '#endif' >>confdefs.h
3411 ac_cpp
='$CPP $CPPFLAGS'
3412 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3413 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3414 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3416 depcc
="$CXX" am_compiler_list
=
3418 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3419 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
3420 if test "${am_cv_CXX_dependencies_compiler_type+set}" = set; then
3421 echo $ECHO_N "(cached) $ECHO_C" >&6
3423 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3424 # We make a subdir and do the tests there. Otherwise we can end up
3425 # making bogus files that we don't know about and never remove. For
3426 # instance it was reported that on HP-UX the gcc test will end up
3427 # making a dummy file named `D' -- because `-MD' means `put the output
3430 # Copy depcomp to subdir because otherwise we won't find it if we're
3431 # using a relative directory.
3432 cp "$am_depcomp" conftest.dir
3434 # We will build objects and dependencies in a subdirectory because
3435 # it helps to detect inapplicable dependency modes. For instance
3436 # both Tru64's cc and ICC support -MD to output dependencies as a
3437 # side effect of compilation, but ICC will put the dependencies in
3438 # the current directory while Tru64 will put them in the object
3442 am_cv_CXX_dependencies_compiler_type
=none
3443 if test "$am_compiler_list" = ""; then
3444 am_compiler_list
=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3446 for depmode
in $am_compiler_list; do
3447 # Setup a source with many dependencies, because some compilers
3448 # like to wrap large dependency lists on column 80 (with \), and
3449 # we should not choose a depcomp mode which is confused by this.
3451 # We need to recreate these files for each test, as the compiler may
3452 # overwrite some of them when testing with obscure command lines.
3453 # This happens at least with the AIX C compiler.
3455 for i
in 1 2 3 4 5 6; do
3456 echo '#include "conftst'$i'.h"' >> sub
/conftest.c
3457 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3458 # Solaris 8's {/usr,}/bin/sh.
3459 touch sub
/conftst
$i.h
3461 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3465 # after this tag, mechanisms are not by side-effect, so they'll
3466 # only be used when explicitly requested
3467 if test "x$enable_dependency_tracking" = xyes
; then
3475 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3476 # mode. It turns out that the SunPro C++ compiler does not properly
3477 # handle `-M -o', and we need to detect this.
3478 if depmode
=$depmode \
3479 source=sub
/conftest.c object
=sub
/conftest.
${OBJEXT-o} \
3480 depfile
=sub
/conftest.Po tmpdepfile
=sub
/conftest.TPo \
3481 $SHELL .
/depcomp
$depcc -c -o sub
/conftest.
${OBJEXT-o} sub
/conftest.c \
3482 >/dev
/null
2>conftest.err
&&
3483 grep sub
/conftst6.h sub
/conftest.Po
> /dev
/null
2>&1 &&
3484 grep sub
/conftest.
${OBJEXT-o} sub
/conftest.Po
> /dev
/null
2>&1 &&
3485 ${MAKE-make} -s -f confmf
> /dev
/null
2>&1; then
3486 # icc doesn't choke on unknown options, it will just issue warnings
3487 # or remarks (even with -Werror). So we grep stderr for any message
3488 # that says an option was ignored or not supported.
3489 # When given -MP, icc 7.0 and 7.1 complain thusly:
3490 # icc: Command line warning: ignoring option '-M'; no argument required
3491 # The diagnosis changed in icc 8.0:
3492 # icc: Command line remark: option '-MP' not supported
3493 if (grep 'ignoring option' conftest.err ||
3494 grep 'not supported' conftest.err
) >/dev
/null
2>&1; then :; else
3495 am_cv_CXX_dependencies_compiler_type
=$depmode
3504 am_cv_CXX_dependencies_compiler_type
=none
3508 echo "$as_me:$LINENO: result: $am_cv_CXX_dependencies_compiler_type" >&5
3509 echo "${ECHO_T}$am_cv_CXX_dependencies_compiler_type" >&6
3510 CXXDEPMODE
=depmode
=$am_cv_CXX_dependencies_compiler_type
3515 test "x$enable_dependency_tracking" != xno \
3516 && test "$am_cv_CXX_dependencies_compiler_type" = gcc3
; then
3517 am__fastdepCXX_TRUE
=
3518 am__fastdepCXX_FALSE
='#'
3520 am__fastdepCXX_TRUE
='#'
3521 am__fastdepCXX_FALSE
=
3527 if test "x$CC" != xcc
; then
3528 echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5
3529 echo $ECHO_N "checking whether $CC and cc understand -c and -o together... $ECHO_C" >&6
3531 echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5
3532 echo $ECHO_N "checking whether cc understands -c and -o together... $ECHO_C" >&6
3534 set dummy
$CC; ac_cc
=`echo $2 |
3535 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
3536 if eval "test \"\${ac_cv_prog_cc_${ac_cc}_c_o+set}\" = set"; then
3537 echo $ECHO_N "(cached) $ECHO_C" >&6
3539 cat >conftest.
$ac_ext <<_ACEOF
3542 cat confdefs.h
>>conftest.
$ac_ext
3543 cat >>conftest.
$ac_ext <<_ACEOF
3544 /* end confdefs.h. */
3554 # Make sure it works both with $CC and with simple cc.
3555 # We do the test twice because some compilers refuse to overwrite an
3556 # existing .o file with -o, though they will create one.
3557 ac_try
='$CC -c conftest.$ac_ext -o conftest.$ac_objext >&5'
3558 if { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3562 (exit $ac_status); } &&
3563 test -f conftest.
$ac_objext && { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3567 (exit $ac_status); };
3569 eval ac_cv_prog_cc_
${ac_cc}_c_o
=yes
3570 if test "x$CC" != xcc
; then
3571 # Test first that cc exists at all.
3572 if { ac_try
='cc -c conftest.$ac_ext >&5'
3573 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3577 (exit $ac_status); }; }; then
3578 ac_try
='cc -c conftest.$ac_ext -o conftest.$ac_objext >&5'
3579 if { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3583 (exit $ac_status); } &&
3584 test -f conftest.
$ac_objext && { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3588 (exit $ac_status); };
3593 # cc exists but doesn't like -o.
3594 eval ac_cv_prog_cc_
${ac_cc}_c_o
=no
3599 eval ac_cv_prog_cc_
${ac_cc}_c_o
=no
3604 if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" = yes"; then
3605 echo "$as_me:$LINENO: result: yes" >&5
3606 echo "${ECHO_T}yes" >&6
3608 echo "$as_me:$LINENO: result: no" >&5
3609 echo "${ECHO_T}no" >&6
3611 cat >>confdefs.h
<<\_ACEOF
3612 #define NO_MINUS_C_MINUS_O 1
3617 # FIXME: we rely on the cache variable name because
3618 # there is no other way.
3620 ac_cc
=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
3621 if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
3622 # Losing compiler, so override with the script.
3623 # FIXME: It is wrong to rewrite CC.
3624 # But if we don't then we get into trouble of one sort or another.
3625 # A longer-term fix would be to have automake use am__CC in this case,
3626 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3627 CC
="$am_aux_dir/compile $CC"
3634 # Newer automakes demand CCAS and CCASFLAGS.
3636 : ${CCASFLAGS='$(CFLAGS)'}
3640 if test -n "$ac_tool_prefix"; then
3641 # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
3642 set dummy
${ac_tool_prefix}as
; ac_word
=$2
3643 echo "$as_me:$LINENO: checking for $ac_word" >&5
3644 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3645 if test "${ac_cv_prog_AS+set}" = set; then
3646 echo $ECHO_N "(cached) $ECHO_C" >&6
3648 if test -n "$AS"; then
3649 ac_cv_prog_AS
="$AS" # Let the user override the test.
3651 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3655 test -z "$as_dir" && as_dir
=.
3656 for ac_exec_ext
in '' $ac_executable_extensions; do
3657 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3658 ac_cv_prog_AS
="${ac_tool_prefix}as"
3659 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3668 if test -n "$AS"; then
3669 echo "$as_me:$LINENO: result: $AS" >&5
3670 echo "${ECHO_T}$AS" >&6
3672 echo "$as_me:$LINENO: result: no" >&5
3673 echo "${ECHO_T}no" >&6
3677 if test -z "$ac_cv_prog_AS"; then
3679 # Extract the first word of "as", so it can be a program name with args.
3680 set dummy as
; ac_word
=$2
3681 echo "$as_me:$LINENO: checking for $ac_word" >&5
3682 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3683 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
3684 echo $ECHO_N "(cached) $ECHO_C" >&6
3686 if test -n "$ac_ct_AS"; then
3687 ac_cv_prog_ac_ct_AS
="$ac_ct_AS" # Let the user override the test.
3689 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3693 test -z "$as_dir" && as_dir
=.
3694 for ac_exec_ext
in '' $ac_executable_extensions; do
3695 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3696 ac_cv_prog_ac_ct_AS
="as"
3697 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3705 ac_ct_AS
=$ac_cv_prog_ac_ct_AS
3706 if test -n "$ac_ct_AS"; then
3707 echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
3708 echo "${ECHO_T}$ac_ct_AS" >&6
3710 echo "$as_me:$LINENO: result: no" >&5
3711 echo "${ECHO_T}no" >&6
3719 if test -n "$ac_tool_prefix"; then
3720 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
3721 set dummy
${ac_tool_prefix}ar; ac_word
=$2
3722 echo "$as_me:$LINENO: checking for $ac_word" >&5
3723 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3724 if test "${ac_cv_prog_AR+set}" = set; then
3725 echo $ECHO_N "(cached) $ECHO_C" >&6
3727 if test -n "$AR"; then
3728 ac_cv_prog_AR
="$AR" # Let the user override the test.
3730 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3734 test -z "$as_dir" && as_dir
=.
3735 for ac_exec_ext
in '' $ac_executable_extensions; do
3736 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3737 ac_cv_prog_AR
="${ac_tool_prefix}ar"
3738 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3747 if test -n "$AR"; then
3748 echo "$as_me:$LINENO: result: $AR" >&5
3749 echo "${ECHO_T}$AR" >&6
3751 echo "$as_me:$LINENO: result: no" >&5
3752 echo "${ECHO_T}no" >&6
3756 if test -z "$ac_cv_prog_AR"; then
3758 # Extract the first word of "ar", so it can be a program name with args.
3759 set dummy
ar; ac_word
=$2
3760 echo "$as_me:$LINENO: checking for $ac_word" >&5
3761 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3762 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
3763 echo $ECHO_N "(cached) $ECHO_C" >&6
3765 if test -n "$ac_ct_AR"; then
3766 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
3768 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3772 test -z "$as_dir" && as_dir
=.
3773 for ac_exec_ext
in '' $ac_executable_extensions; do
3774 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3775 ac_cv_prog_ac_ct_AR
="ar"
3776 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3784 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
3785 if test -n "$ac_ct_AR"; then
3786 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
3787 echo "${ECHO_T}$ac_ct_AR" >&6
3789 echo "$as_me:$LINENO: result: no" >&5
3790 echo "${ECHO_T}no" >&6
3798 if test -n "$ac_tool_prefix"; then
3799 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3800 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
3801 echo "$as_me:$LINENO: checking for $ac_word" >&5
3802 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3803 if test "${ac_cv_prog_RANLIB+set}" = set; then
3804 echo $ECHO_N "(cached) $ECHO_C" >&6
3806 if test -n "$RANLIB"; then
3807 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
3809 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3813 test -z "$as_dir" && as_dir
=.
3814 for ac_exec_ext
in '' $ac_executable_extensions; do
3815 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3816 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
3817 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3825 RANLIB
=$ac_cv_prog_RANLIB
3826 if test -n "$RANLIB"; then
3827 echo "$as_me:$LINENO: result: $RANLIB" >&5
3828 echo "${ECHO_T}$RANLIB" >&6
3830 echo "$as_me:$LINENO: result: no" >&5
3831 echo "${ECHO_T}no" >&6
3835 if test -z "$ac_cv_prog_RANLIB"; then
3836 ac_ct_RANLIB
=$RANLIB
3837 # Extract the first word of "ranlib", so it can be a program name with args.
3838 set dummy ranlib
; ac_word
=$2
3839 echo "$as_me:$LINENO: checking for $ac_word" >&5
3840 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3841 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3842 echo $ECHO_N "(cached) $ECHO_C" >&6
3844 if test -n "$ac_ct_RANLIB"; then
3845 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
3847 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3851 test -z "$as_dir" && as_dir
=.
3852 for ac_exec_ext
in '' $ac_executable_extensions; do
3853 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3854 ac_cv_prog_ac_ct_RANLIB
="ranlib"
3855 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3861 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
3864 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
3865 if test -n "$ac_ct_RANLIB"; then
3866 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
3867 echo "${ECHO_T}$ac_ct_RANLIB" >&6
3869 echo "$as_me:$LINENO: result: no" >&5
3870 echo "${ECHO_T}no" >&6
3873 RANLIB
=$ac_ct_RANLIB
3875 RANLIB
="$ac_cv_prog_RANLIB"
3879 # Find a good install program. We prefer a C program (faster),
3880 # so one script is as good as another. But avoid the broken or
3881 # incompatible versions:
3882 # SysV /etc/install, /usr/sbin/install
3883 # SunOS /usr/etc/install
3884 # IRIX /sbin/install
3886 # AmigaOS /C/install, which installs bootblocks on floppy discs
3887 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3888 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3889 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3890 # OS/2's system install, which has a completely different semantic
3891 # ./install, which can be erroneously created by make from ./install.sh.
3892 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3893 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
3894 if test -z "$INSTALL"; then
3895 if test "${ac_cv_path_install+set}" = set; then
3896 echo $ECHO_N "(cached) $ECHO_C" >&6
3898 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3902 test -z "$as_dir" && as_dir
=.
3903 # Account for people who put trailing slashes in PATH elements.
3905 .
/ | .
// |
/cC
/* | \
3906 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
3907 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
3910 # OSF1 and SCO ODT 3.0 have their own names for install.
3911 # Don't use installbsd from OSF since it installs stuff as root
3913 for ac_prog
in ginstall scoinst
install; do
3914 for ac_exec_ext
in '' $ac_executable_extensions; do
3915 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3916 if test $ac_prog = install &&
3917 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
3918 # AIX install. It has an incompatible calling convention.
3920 elif test $ac_prog = install &&
3921 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
3922 # program-specific install script used by HP pwplus--don't use.
3925 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
3937 if test "${ac_cv_path_install+set}" = set; then
3938 INSTALL
=$ac_cv_path_install
3940 # As a last resort, use the slow shell script. We don't cache a
3941 # path for INSTALL within a source directory, because that will
3942 # break other packages using the cache if that directory is
3943 # removed, or if the path is relative.
3944 INSTALL
=$ac_install_sh
3947 echo "$as_me:$LINENO: result: $INSTALL" >&5
3948 echo "${ECHO_T}$INSTALL" >&6
3950 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3951 # It thinks the first close brace ends the variable substitution.
3952 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
3954 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
3956 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
3959 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
3960 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
3961 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
3962 if test "${enable_maintainer_mode+set}" = set; then
3963 enableval
="$enable_maintainer_mode"
3964 USE_MAINTAINER_MODE
=$enableval
3966 USE_MAINTAINER_MODE
=no
3968 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
3969 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
3972 if test $USE_MAINTAINER_MODE = yes; then
3973 MAINTAINER_MODE_TRUE
=
3974 MAINTAINER_MODE_FALSE
='#'
3976 MAINTAINER_MODE_TRUE
='#'
3977 MAINTAINER_MODE_FALSE
=
3980 MAINT
=$MAINTAINER_MODE_TRUE
3984 .
${srcdir}/configure.
host
3986 case ${gc_basedir} in
3987 /* | A-Za-z
:/\\*) gc_flagbasedir
=${gc_basedir} ;;
3988 *) gc_flagbasedir
='$(top_builddir)/'${gc_basedir} ;;
3991 gc_cflags
="${gc_cflags} -Iinclude -I"'$(top_builddir)'"/./targ-include -I${gc_flagbasedir}/libc/include"
3994 gc_cflags
="${gc_cflags} -I${gc_flagbasedir}/../winsup/include"
3999 GC_CFLAGS
=${gc_cflags}
4002 # Check whether --enable-shared or --disable-shared was given.
4003 if test "${enable_shared+set}" = set; then
4004 enableval
="$enable_shared"
4005 p
=${PACKAGE-default}
4007 yes) enable_shared
=yes ;;
4008 no
) enable_shared
=no
;;
4011 # Look at the argument we got. We use all the common list separators.
4012 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
4013 for pkg
in $enableval; do
4014 if test "X$pkg" = "X$p"; then
4024 # Check whether --enable-static or --disable-static was given.
4025 if test "${enable_static+set}" = set; then
4026 enableval
="$enable_static"
4027 p
=${PACKAGE-default}
4029 yes) enable_static
=yes ;;
4030 no
) enable_static
=no
;;
4033 # Look at the argument we got. We use all the common list separators.
4034 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
4035 for pkg
in $enableval; do
4036 if test "X$pkg" = "X$p"; then
4046 # Check whether --enable-fast-install or --disable-fast-install was given.
4047 if test "${enable_fast_install+set}" = set; then
4048 enableval
="$enable_fast_install"
4049 p
=${PACKAGE-default}
4051 yes) enable_fast_install
=yes ;;
4052 no
) enable_fast_install
=no
;;
4054 enable_fast_install
=no
4055 # Look at the argument we got. We use all the common list separators.
4056 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
4057 for pkg
in $enableval; do
4058 if test "X$pkg" = "X$p"; then
4059 enable_fast_install
=yes
4066 enable_fast_install
=yes
4069 # Check whether --with-gnu-ld or --without-gnu-ld was given.
4070 if test "${with_gnu_ld+set}" = set; then
4071 withval
="$with_gnu_ld"
4072 test "$withval" = no || with_gnu_ld
=yes
4077 if test "$GCC" = yes; then
4078 # Check if gcc -print-prog-name=ld gives a path.
4079 echo "$as_me:$LINENO: checking for ld used by GCC" >&5
4080 echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
4083 # gcc leaves a trailing carriage return which upsets mingw
4084 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4086 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
4089 # Accept absolute paths.
4090 [\\/]* |
[A-Za-z
]:[\\/]*)
4091 re_direlt
='/[^/][^/]*/\.\./'
4092 # Canonicalize the path of ld
4093 ac_prog
=`echo $ac_prog| sed 's%\\\\%/%g'`
4094 while echo $ac_prog |
grep "$re_direlt" > /dev
/null
2>&1; do
4095 ac_prog
=`echo $ac_prog| sed "s%$re_direlt%/%"`
4097 test -z "$LD" && LD
="$ac_prog"
4100 # If it fails, then pretend we aren't using GCC.
4104 # If it is relative, then search for the first ld in PATH.
4108 elif test "$with_gnu_ld" = yes; then
4109 echo "$as_me:$LINENO: checking for GNU ld" >&5
4110 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
4112 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
4113 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
4115 if test "${lt_cv_path_LD+set}" = set; then
4116 echo $ECHO_N "(cached) $ECHO_C" >&6
4118 if test -z "$LD"; then
4119 IFS
="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
4120 for ac_dir
in $PATH; do
4121 test -z "$ac_dir" && ac_dir
=.
4122 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
4123 lt_cv_path_LD
="$ac_dir/$ac_prog"
4124 # Check to see if the program is GNU ld. I'd rather use --version,
4125 # but apparently some GNU ld's only accept -v.
4126 # Break only if it was the GNU/non-GNU ld that we prefer.
4127 if "$lt_cv_path_LD" -v 2>&1 < /dev
/null |
egrep '(GNU|with BFD)' > /dev
/null
; then
4128 test "$with_gnu_ld" != no
&& break
4130 test "$with_gnu_ld" != yes && break
4136 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
4141 if test -n "$LD"; then
4142 echo "$as_me:$LINENO: result: $LD" >&5
4143 echo "${ECHO_T}$LD" >&6
4145 echo "$as_me:$LINENO: result: no" >&5
4146 echo "${ECHO_T}no" >&6
4148 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
4149 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
4150 { (exit 1); exit 1; }; }
4151 echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
4152 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
4153 if test "${lt_cv_prog_gnu_ld+set}" = set; then
4154 echo $ECHO_N "(cached) $ECHO_C" >&6
4156 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
4157 if $LD -v 2>&1 </dev
/null |
egrep '(GNU|with BFD)' 1>&5; then
4158 lt_cv_prog_gnu_ld
=yes
4160 lt_cv_prog_gnu_ld
=no
4163 echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
4164 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
4165 with_gnu_ld
=$lt_cv_prog_gnu_ld
4168 echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
4169 echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
4170 if test "${lt_cv_ld_reload_flag+set}" = set; then
4171 echo $ECHO_N "(cached) $ECHO_C" >&6
4173 lt_cv_ld_reload_flag
='-r'
4175 echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
4176 echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
4177 reload_flag
=$lt_cv_ld_reload_flag
4178 test -n "$reload_flag" && reload_flag
=" $reload_flag"
4180 echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
4181 echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
4182 if test "${lt_cv_path_NM+set}" = set; then
4183 echo $ECHO_N "(cached) $ECHO_C" >&6
4185 if test -n "$NM"; then
4186 # Let the user override the test.
4189 IFS
="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
4190 for ac_dir
in $PATH /usr
/ccs
/bin
/usr
/ucb
/bin
; do
4191 test -z "$ac_dir" && ac_dir
=.
4192 tmp_nm
=$ac_dir/${ac_tool_prefix}nm
4193 if test -f $tmp_nm ||
test -f $tmp_nm$ac_exeext ; then
4194 # Check to see if the nm accepts a BSD-compat flag.
4195 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4196 # nm: unknown option "B" ignored
4197 # Tru64's nm complains that /dev/null is an invalid object file
4198 if ($tmp_nm -B /dev
/null
2>&1 |
sed '1q'; exit 0) |
egrep '(/dev/null|Invalid file or object type)' >/dev
/null
; then
4199 lt_cv_path_NM
="$tmp_nm -B"
4201 elif ($tmp_nm -p /dev
/null
2>&1 |
sed '1q'; exit 0) |
egrep /dev
/null
>/dev
/null
; then
4202 lt_cv_path_NM
="$tmp_nm -p"
4205 lt_cv_path_NM
=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4206 continue # so that we can try to find one that supports BSD flags
4211 test -z "$lt_cv_path_NM" && lt_cv_path_NM
=nm
4216 echo "$as_me:$LINENO: result: $NM" >&5
4217 echo "${ECHO_T}$NM" >&6
4219 echo "$as_me:$LINENO: checking whether ln -s works" >&5
4220 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
4222 if test "$LN_S" = "ln -s"; then
4223 echo "$as_me:$LINENO: result: yes" >&5
4224 echo "${ECHO_T}yes" >&6
4226 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4227 echo "${ECHO_T}no, using $LN_S" >&6
4230 echo "$as_me:$LINENO: checking how to recognise dependant libraries" >&5
4231 echo $ECHO_N "checking how to recognise dependant libraries... $ECHO_C" >&6
4232 if test "${lt_cv_deplibs_check_method+set}" = set; then
4233 echo $ECHO_N "(cached) $ECHO_C" >&6
4235 lt_cv_file_magic_cmd
='$MAGIC_CMD'
4236 lt_cv_file_magic_test_file
=
4237 lt_cv_deplibs_check_method
='unknown'
4238 # Need to set the preceding variable on all platforms that support
4239 # interlibrary dependencies.
4240 # 'none' -- dependencies not supported.
4241 # `unknown' -- same as none, but documents that we really don't know.
4242 # 'pass_all' -- all dependencies passed with no checks.
4243 # 'test_compile' -- check by making test program.
4244 # 'file_magic [regex]' -- check by looking for files in library path
4245 # which responds to the $file_magic_cmd with a given egrep regex.
4246 # If you have `file' or equivalent on your system and you're not sure
4247 # whether `pass_all' will *always* work, you probably want this one.
4251 lt_cv_deplibs_check_method
=pass_all
4255 lt_cv_deplibs_check_method
=pass_all
4259 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4260 lt_cv_file_magic_cmd
='/usr/bin/file -L'
4261 lt_cv_file_magic_test_file
=/shlib
/libc.so
4264 cygwin
* | mingw
* |pw32
*)
4265 lt_cv_deplibs_check_method
='file_magic file format pei*-i386(.*architecture: i386)?'
4266 lt_cv_file_magic_cmd
='$OBJDUMP -f'
4269 darwin
* | rhapsody
*)
4270 # this will be overwritten by pass_all, but leave it in just in case
4271 lt_cv_deplibs_check_method
='file_magic Mach-O dynamically linked shared library'
4272 lt_cv_file_magic_cmd
='/usr/bin/file -L'
4274 rhapsody
* | darwin1.012
)
4275 lt_cv_file_magic_test_file
='/System/Library/Frameworks/System.framework/System'
4278 lt_cv_file_magic_test_file
='/usr/lib/libSystem.dylib'
4281 lt_cv_deplibs_check_method
=pass_all
4284 freebsd
* | kfreebsd
*-gnu)
4285 if echo __ELF__ |
$CC -E - |
grep __ELF__
> /dev
/null
; then
4288 # Not sure whether the presence of OpenBSD here was a mistake.
4289 # Let's accept both of them until this is cleared up.
4290 lt_cv_deplibs_check_method
='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
4291 lt_cv_file_magic_cmd
=/usr
/bin
/file
4292 lt_cv_file_magic_test_file
=`echo /usr/lib/libc.so.*`
4296 lt_cv_deplibs_check_method
=pass_all
4301 lt_cv_deplibs_check_method
=pass_all
4307 lt_cv_deplibs_check_method
='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
4308 lt_cv_file_magic_cmd
=/usr
/bin
/file
4309 lt_cv_file_magic_test_file
=/usr
/lib
/libc.sl
4312 lt_cv_deplibs_check_method
='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4313 lt_cv_file_magic_cmd
=/usr
/bin
/file
4314 lt_cv_file_magic_test_file
=/usr
/lib
/hpux32
/libc.so
4322 # this will be overridden with pass_all, but let us keep it just in case
4323 lt_cv_deplibs_check_method
="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
4327 *-32|
*"-32 ") libmagic
=32-bit;;
4328 *-n32|
*"-n32 ") libmagic
=N32
;;
4329 *-64|
*"-64 ") libmagic
=64-bit;;
4330 *) libmagic
=never-match
;;
4332 # this will be overridden with pass_all, but let us keep it just in case
4333 lt_cv_deplibs_check_method
="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
4336 lt_cv_file_magic_test_file
=`echo /lib${libsuff}/libc.so*`
4337 lt_cv_deplibs_check_method
=pass_all
4340 # This must be Linux ELF.
4343 alpha
* | mips
* | hppa
* | i
*86 | powerpc
* | sparc
* | ia64
* | sh
* )
4344 lt_cv_deplibs_check_method
=pass_all
;;
4346 # glibc up to 2.1.1 does not perform some relocations on ARM
4347 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;
4349 lt_cv_file_magic_test_file
=`echo /lib/libc.so* /lib/libc-*.so`
4352 netbsd
* | knetbsd
*-gnu)
4353 if echo __ELF__ |
$CC -E - |
grep __ELF__
> /dev
/null
; then
4354 lt_cv_deplibs_check_method
='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$'
4356 lt_cv_deplibs_check_method
='match_pattern /lib[^/\.]+\.so$'
4361 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4362 lt_cv_file_magic_cmd
=/usr
/bin
/file
4363 lt_cv_file_magic_test_file
=/usr
/lib
/libnls.so
4366 osf3
* | osf4
* | osf5
*)
4367 # this will be overridden with pass_all, but let us keep it just in case
4368 lt_cv_deplibs_check_method
='file_magic COFF format alpha shared library'
4369 lt_cv_file_magic_test_file
=/shlib
/libc.so
4370 lt_cv_deplibs_check_method
=pass_all
4374 lt_cv_deplibs_check_method
=pass_all
4378 lt_cv_deplibs_check_method
=pass_all
4379 lt_cv_file_magic_test_file
=/lib
/libc.so
4382 sysv5uw
[78]* | sysv4
*uw2
*)
4383 lt_cv_deplibs_check_method
=pass_all
4386 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
4387 case $host_vendor in
4389 lt_cv_deplibs_check_method
=pass_all
4392 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]'
4393 lt_cv_file_magic_test_file
=`echo /usr/lib/libc.so*`
4400 echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
4401 echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
4402 file_magic_cmd
=$lt_cv_file_magic_cmd
4403 deplibs_check_method
=$lt_cv_deplibs_check_method
4409 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
4411 # Only perform the check for file, if the check method requires it
4412 case $deplibs_check_method in
4414 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
4415 echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
4416 echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
4417 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
4418 echo $ECHO_N "(cached) $ECHO_C" >&6
4422 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
4425 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a dos path.
4428 ac_save_MAGIC_CMD
="$MAGIC_CMD"
4429 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
4430 ac_dummy
="/usr/bin:$PATH"
4431 for ac_dir
in $ac_dummy; do
4432 test -z "$ac_dir" && ac_dir
=.
4433 if test -f $ac_dir/${ac_tool_prefix}file; then
4434 lt_cv_path_MAGIC_CMD
="$ac_dir/${ac_tool_prefix}file"
4435 if test -n "$file_magic_test_file"; then
4436 case $deplibs_check_method in
4438 file_magic_regex
="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
4439 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
4440 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
4441 egrep "$file_magic_regex" > /dev
/null
; then
4446 *** Warning: the command libtool uses to detect shared libraries,
4447 *** $file_magic_cmd, produces output that libtool cannot recognize.
4448 *** The result is that libtool may fail to recognize shared libraries
4449 *** as such. This will affect the creation of libtool libraries that
4450 *** depend on shared libraries, but programs linked with such libtool
4451 *** libraries will work regardless of this problem. Nevertheless, you
4452 *** may want to report the problem to your system manager and/or to
4453 *** bug-libtool@gnu.org
4463 MAGIC_CMD
="$ac_save_MAGIC_CMD"
4468 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
4469 if test -n "$MAGIC_CMD"; then
4470 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
4471 echo "${ECHO_T}$MAGIC_CMD" >&6
4473 echo "$as_me:$LINENO: result: no" >&5
4474 echo "${ECHO_T}no" >&6
4477 if test -z "$lt_cv_path_MAGIC_CMD"; then
4478 if test -n "$ac_tool_prefix"; then
4479 echo "$as_me:$LINENO: checking for file" >&5
4480 echo $ECHO_N "checking for file... $ECHO_C" >&6
4481 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
4482 echo $ECHO_N "(cached) $ECHO_C" >&6
4486 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
4489 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a dos path.
4492 ac_save_MAGIC_CMD
="$MAGIC_CMD"
4493 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
4494 ac_dummy
="/usr/bin:$PATH"
4495 for ac_dir
in $ac_dummy; do
4496 test -z "$ac_dir" && ac_dir
=.
4497 if test -f $ac_dir/file; then
4498 lt_cv_path_MAGIC_CMD
="$ac_dir/file"
4499 if test -n "$file_magic_test_file"; then
4500 case $deplibs_check_method in
4502 file_magic_regex
="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
4503 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
4504 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
4505 egrep "$file_magic_regex" > /dev
/null
; then
4510 *** Warning: the command libtool uses to detect shared libraries,
4511 *** $file_magic_cmd, produces output that libtool cannot recognize.
4512 *** The result is that libtool may fail to recognize shared libraries
4513 *** as such. This will affect the creation of libtool libraries that
4514 *** depend on shared libraries, but programs linked with such libtool
4515 *** libraries will work regardless of this problem. Nevertheless, you
4516 *** may want to report the problem to your system manager and/or to
4517 *** bug-libtool@gnu.org
4527 MAGIC_CMD
="$ac_save_MAGIC_CMD"
4532 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
4533 if test -n "$MAGIC_CMD"; then
4534 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
4535 echo "${ECHO_T}$MAGIC_CMD" >&6
4537 echo "$as_me:$LINENO: result: no" >&5
4538 echo "${ECHO_T}no" >&6
4550 if test -n "$ac_tool_prefix"; then
4551 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4552 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
4553 echo "$as_me:$LINENO: checking for $ac_word" >&5
4554 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4555 if test "${ac_cv_prog_RANLIB+set}" = set; then
4556 echo $ECHO_N "(cached) $ECHO_C" >&6
4558 if test -n "$RANLIB"; then
4559 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
4561 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4565 test -z "$as_dir" && as_dir
=.
4566 for ac_exec_ext
in '' $ac_executable_extensions; do
4567 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4568 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
4569 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4577 RANLIB
=$ac_cv_prog_RANLIB
4578 if test -n "$RANLIB"; then
4579 echo "$as_me:$LINENO: result: $RANLIB" >&5
4580 echo "${ECHO_T}$RANLIB" >&6
4582 echo "$as_me:$LINENO: result: no" >&5
4583 echo "${ECHO_T}no" >&6
4587 if test -z "$ac_cv_prog_RANLIB"; then
4588 ac_ct_RANLIB
=$RANLIB
4589 # Extract the first word of "ranlib", so it can be a program name with args.
4590 set dummy ranlib
; ac_word
=$2
4591 echo "$as_me:$LINENO: checking for $ac_word" >&5
4592 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4593 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4594 echo $ECHO_N "(cached) $ECHO_C" >&6
4596 if test -n "$ac_ct_RANLIB"; then
4597 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
4599 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4603 test -z "$as_dir" && as_dir
=.
4604 for ac_exec_ext
in '' $ac_executable_extensions; do
4605 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4606 ac_cv_prog_ac_ct_RANLIB
="ranlib"
4607 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4613 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
4616 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
4617 if test -n "$ac_ct_RANLIB"; then
4618 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4619 echo "${ECHO_T}$ac_ct_RANLIB" >&6
4621 echo "$as_me:$LINENO: result: no" >&5
4622 echo "${ECHO_T}no" >&6
4625 RANLIB
=$ac_ct_RANLIB
4627 RANLIB
="$ac_cv_prog_RANLIB"
4630 if test -n "$ac_tool_prefix"; then
4631 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4632 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
4633 echo "$as_me:$LINENO: checking for $ac_word" >&5
4634 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4635 if test "${ac_cv_prog_STRIP+set}" = set; then
4636 echo $ECHO_N "(cached) $ECHO_C" >&6
4638 if test -n "$STRIP"; then
4639 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
4641 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4645 test -z "$as_dir" && as_dir
=.
4646 for ac_exec_ext
in '' $ac_executable_extensions; do
4647 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4648 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
4649 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4657 STRIP
=$ac_cv_prog_STRIP
4658 if test -n "$STRIP"; then
4659 echo "$as_me:$LINENO: result: $STRIP" >&5
4660 echo "${ECHO_T}$STRIP" >&6
4662 echo "$as_me:$LINENO: result: no" >&5
4663 echo "${ECHO_T}no" >&6
4667 if test -z "$ac_cv_prog_STRIP"; then
4669 # Extract the first word of "strip", so it can be a program name with args.
4670 set dummy strip
; ac_word
=$2
4671 echo "$as_me:$LINENO: checking for $ac_word" >&5
4672 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4673 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4674 echo $ECHO_N "(cached) $ECHO_C" >&6
4676 if test -n "$ac_ct_STRIP"; then
4677 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
4679 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4683 test -z "$as_dir" && as_dir
=.
4684 for ac_exec_ext
in '' $ac_executable_extensions; do
4685 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4686 ac_cv_prog_ac_ct_STRIP
="strip"
4687 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4693 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
=":"
4696 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
4697 if test -n "$ac_ct_STRIP"; then
4698 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4699 echo "${ECHO_T}$ac_ct_STRIP" >&6
4701 echo "$as_me:$LINENO: result: no" >&5
4702 echo "${ECHO_T}no" >&6
4707 STRIP
="$ac_cv_prog_STRIP"
4711 # Check for any special flags to pass to ltconfig.
4712 libtool_flags
="--cache-file=$cache_file"
4713 test "$enable_shared" = no
&& libtool_flags
="$libtool_flags --disable-shared"
4714 test "$enable_static" = no
&& libtool_flags
="$libtool_flags --disable-static"
4715 test "$enable_fast_install" = no
&& libtool_flags
="$libtool_flags --disable-fast-install"
4716 test "$GCC" = yes && libtool_flags
="$libtool_flags --with-gcc"
4717 test "$lt_cv_prog_gnu_ld" = yes && libtool_flags
="$libtool_flags --with-gnu-ld"
4720 # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
4721 if test "${enable_libtool_lock+set}" = set; then
4722 enableval
="$enable_libtool_lock"
4725 test "x$enable_libtool_lock" = xno
&& libtool_flags
="$libtool_flags --disable-lock"
4726 test x
"$silent" = xyes
&& libtool_flags
="$libtool_flags --silent"
4729 # Check whether --with-pic or --without-pic was given.
4730 if test "${with_pic+set}" = set; then
4736 test x
"$pic_mode" = xyes
&& libtool_flags
="$libtool_flags --prefer-pic"
4737 test x
"$pic_mode" = xno
&& libtool_flags
="$libtool_flags --prefer-non-pic"
4739 # Some flags need to be propagated to the compiler or linker for good
4743 # Find out which ABI we are using.
4744 echo '#line 4744 "configure"' > conftest.
$ac_ext
4745 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4746 (eval $ac_compile) 2>&5
4748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4749 (exit $ac_status); }; then
4750 if test "$lt_cv_prog_gnu_ld" = yes; then
4751 case `/usr/bin/file conftest.$ac_objext` in
4753 LD
="${LD-ld} -melf32bsmip"
4756 LD
="${LD-ld} -melf32bmipn32"
4759 LD
="${LD-ld} -melf64bmip"
4763 case `/usr/bin/file conftest.$ac_objext` in
4780 # Find out which ABI we are using.
4781 echo 'int i;' > conftest.
$ac_ext
4782 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4783 (eval $ac_compile) 2>&5
4785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4786 (exit $ac_status); }; then
4787 case "`/usr/bin/file conftest.o`" in
4799 x86_64-
*linux
*|ppc
*-*linux
*|powerpc
*-*linux
*|s390
*-*linux
*|sparc
*-*linux
*)
4800 # Find out which ABI we are using.
4801 echo 'int i;' > conftest.
$ac_ext
4802 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4803 (eval $ac_compile) 2>&5
4805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4806 (exit $ac_status); }; then
4807 case "`/usr/bin/file conftest.o`" in
4811 LD
="${LD-ld} -m elf_i386"
4813 ppc64-
*linux
*|powerpc64-
*linux
*)
4814 LD
="${LD-ld} -m elf32ppclinux"
4817 LD
="${LD-ld} -m elf_s390"
4820 LD
="${LD-ld} -m elf32_sparc"
4827 LD
="${LD-ld} -m elf_x86_64"
4829 ppc
*-*linux
*|powerpc
*-*linux
*)
4830 LD
="${LD-ld} -m elf64ppc"
4833 LD
="${LD-ld} -m elf64_s390"
4836 LD
="${LD-ld} -m elf64_sparc"
4846 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
4847 SAVE_CFLAGS
="$CFLAGS"
4848 CFLAGS
="$CFLAGS -belf"
4849 echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
4850 echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
4851 if test "${lt_cv_cc_needs_belf+set}" = set; then
4852 echo $ECHO_N "(cached) $ECHO_C" >&6
4857 ac_cpp
='$CPP $CPPFLAGS'
4858 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4859 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4860 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4862 if test x
$gcc_no_link = xyes
; then
4863 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
4864 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
4865 { (exit 1); exit 1; }; }
4867 cat >conftest.
$ac_ext <<_ACEOF
4870 cat confdefs.h
>>conftest.
$ac_ext
4871 cat >>conftest.
$ac_ext <<_ACEOF
4872 /* end confdefs.h. */
4882 rm -f conftest.
$ac_objext conftest
$ac_exeext
4883 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4884 (eval $ac_link) 2>conftest.er1
4886 grep -v '^ *+' conftest.er1
>conftest.err
4888 cat conftest.err
>&5
4889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4890 (exit $ac_status); } &&
4891 { ac_try
='test -z "$ac_c_werror_flag"
4892 || test ! -s conftest.err'
4893 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4897 (exit $ac_status); }; } &&
4898 { ac_try
='test -s conftest$ac_exeext'
4899 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4903 (exit $ac_status); }; }; then
4904 lt_cv_cc_needs_belf
=yes
4906 echo "$as_me: failed program was:" >&5
4907 sed 's/^/| /' conftest.
$ac_ext >&5
4909 lt_cv_cc_needs_belf
=no
4911 rm -f conftest.err conftest.
$ac_objext \
4912 conftest
$ac_exeext conftest.
$ac_ext
4914 ac_cpp
='$CPP $CPPFLAGS'
4915 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4916 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4917 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4920 echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
4921 echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
4922 if test x
"$lt_cv_cc_needs_belf" != x
"yes"; then
4923 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
4924 CFLAGS
="$SAVE_CFLAGS"
4932 # Save cache, so that ltconfig can load it
4933 cat >confcache
<<\_ACEOF
4934 # This file is a shell script that caches the results of configure
4935 # tests run on this system so they can be shared between configure
4936 # scripts and configure runs, see configure's option --config-cache.
4937 # It is not useful on other systems. If it contains results you don't
4938 # want to keep, you may remove or edit it.
4940 # config.status only pays attention to the cache file if you give it
4941 # the --recheck option to rerun configure.
4943 # `ac_cv_env_foo' variables (set or unset) will be overridden when
4944 # loading this file, other *unset* `ac_cv_foo' will be assigned the
4949 # The following way of writing the cache mishandles newlines in values,
4950 # but we know of no workaround that is simple, portable, and efficient.
4951 # So, don't put newlines in cache variables' values.
4952 # Ultrix sh set writes to stderr and can't be redirected directly,
4953 # and sets the high bit in the cache file unless we assign to the vars.
4956 case `(ac_space=' '; set | grep ac_space) 2>&1` in
4958 # `set' does not quote correctly, so add quotes (double-quote
4959 # substitution turns \\\\ into \\, and sed turns \\ into \).
4962 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
4965 # `set' quotes correctly as required by POSIX, so do not add quotes.
4967 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
4974 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
4976 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
4978 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
4979 if test -w $cache_file; then
4980 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
4981 cat confcache
>$cache_file
4983 echo "not updating unwritable cache $cache_file"
4988 # Actually configure libtool. ac_aux_dir is where install-sh is found.
4989 AR
="$AR" LTCC
="$CC" CC
="$CC" CFLAGS
="$CFLAGS" CPPFLAGS
="$CPPFLAGS" \
4990 MAGIC_CMD
="$MAGIC_CMD" LD
="$LD" LDFLAGS
="$LDFLAGS" LIBS
="$LIBS" \
4991 LN_S
="$LN_S" NM
="$NM" RANLIB
="$RANLIB" STRIP
="$STRIP" \
4992 AS
="$AS" DLLTOOL
="$DLLTOOL" OBJDUMP
="$OBJDUMP" \
4993 objext
="$OBJEXT" exeext
="$EXEEXT" reload_flag
="$reload_flag" \
4994 deplibs_check_method
="$deplibs_check_method" file_magic_cmd
="$file_magic_cmd" \
4995 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig
--no-reexec \
4996 $libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh
$host \
4997 ||
{ { echo "$as_me:$LINENO: error: libtool configure failed" >&5
4998 echo "$as_me: error: libtool configure failed" >&2;}
4999 { (exit 1); exit 1; }; }
5001 # Reload cache, that may have been modified by ltconfig
5002 if test -r "$cache_file"; then
5003 # Some versions of bash will fail to source /dev/null (special
5004 # files actually), so we avoid doing that.
5005 if test -f "$cache_file"; then
5006 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
5007 echo "$as_me: loading cache $cache_file" >&6;}
5009 [\\/]* | ?
:[\\/]* ) .
$cache_file;;
5010 *) . .
/$cache_file;;
5014 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
5015 echo "$as_me: creating cache $cache_file" >&6;}
5020 # This can be used to rebuild libtool when needed
5021 LIBTOOL_DEPS
="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh $ac_aux_dir/ltcf-c.sh"
5023 # Always use our own libtool.
5024 LIBTOOL
='$(SHELL) $(top_builddir)/libtool'
5026 # Redirect the config.log output again, so that the ltconfig log is not
5027 # clobbered by the next message.
5028 exec 5>>.
/config.log
5031 ac_cpp
='$CXXCPP $CPPFLAGS'
5032 ac_compile
='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5033 ac_link
='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5034 ac_compiler_gnu
=$ac_cv_cxx_compiler_gnu
5035 echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
5036 echo $ECHO_N "checking how to run the C++ preprocessor... $ECHO_C" >&6
5037 if test -z "$CXXCPP"; then
5038 if test "${ac_cv_prog_CXXCPP+set}" = set; then
5039 echo $ECHO_N "(cached) $ECHO_C" >&6
5041 # Double quotes because CXXCPP needs to be expanded
5042 for CXXCPP
in "$CXX -E" "/lib/cpp"
5045 for ac_cxx_preproc_warn_flag
in '' yes
5047 # Use a header file that comes with gcc, so configuring glibc
5048 # with a fresh cross-compiler works.
5049 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5050 # <limits.h> exists even on freestanding compilers.
5051 # On the NeXT, cc -E runs the code through the compiler's parser,
5052 # not just through cpp. "Syntax error" is here to catch this case.
5053 cat >conftest.
$ac_ext <<_ACEOF
5056 cat confdefs.h
>>conftest.
$ac_ext
5057 cat >>conftest.
$ac_ext <<_ACEOF
5058 /* end confdefs.h. */
5060 # include <limits.h>
5062 # include <assert.h>
5066 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5067 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5069 grep -v '^ *+' conftest.er1
>conftest.err
5071 cat conftest.err
>&5
5072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5073 (exit $ac_status); } >/dev
/null
; then
5074 if test -s conftest.err
; then
5075 ac_cpp_err
=$ac_cxx_preproc_warn_flag
5076 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
5083 if test -z "$ac_cpp_err"; then
5086 echo "$as_me: failed program was:" >&5
5087 sed 's/^/| /' conftest.
$ac_ext >&5
5089 # Broken: fails on valid input.
5092 rm -f conftest.err conftest.
$ac_ext
5094 # OK, works on sane cases. Now check whether non-existent headers
5095 # can be detected and how.
5096 cat >conftest.
$ac_ext <<_ACEOF
5099 cat confdefs.h
>>conftest.
$ac_ext
5100 cat >>conftest.
$ac_ext <<_ACEOF
5101 /* end confdefs.h. */
5102 #include <ac_nonexistent.h>
5104 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5105 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5107 grep -v '^ *+' conftest.er1
>conftest.err
5109 cat conftest.err
>&5
5110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5111 (exit $ac_status); } >/dev
/null
; then
5112 if test -s conftest.err
; then
5113 ac_cpp_err
=$ac_cxx_preproc_warn_flag
5114 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
5121 if test -z "$ac_cpp_err"; then
5122 # Broken: success on invalid input.
5125 echo "$as_me: failed program was:" >&5
5126 sed 's/^/| /' conftest.
$ac_ext >&5
5128 # Passes both tests.
5132 rm -f conftest.err conftest.
$ac_ext
5135 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5136 rm -f conftest.err conftest.
$ac_ext
5137 if $ac_preproc_ok; then
5142 ac_cv_prog_CXXCPP
=$CXXCPP
5145 CXXCPP
=$ac_cv_prog_CXXCPP
5147 ac_cv_prog_CXXCPP
=$CXXCPP
5149 echo "$as_me:$LINENO: result: $CXXCPP" >&5
5150 echo "${ECHO_T}$CXXCPP" >&6
5152 for ac_cxx_preproc_warn_flag
in '' yes
5154 # Use a header file that comes with gcc, so configuring glibc
5155 # with a fresh cross-compiler works.
5156 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5157 # <limits.h> exists even on freestanding compilers.
5158 # On the NeXT, cc -E runs the code through the compiler's parser,
5159 # not just through cpp. "Syntax error" is here to catch this case.
5160 cat >conftest.
$ac_ext <<_ACEOF
5163 cat confdefs.h
>>conftest.
$ac_ext
5164 cat >>conftest.
$ac_ext <<_ACEOF
5165 /* end confdefs.h. */
5167 # include <limits.h>
5169 # include <assert.h>
5173 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5174 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5176 grep -v '^ *+' conftest.er1
>conftest.err
5178 cat conftest.err
>&5
5179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5180 (exit $ac_status); } >/dev
/null
; then
5181 if test -s conftest.err
; then
5182 ac_cpp_err
=$ac_cxx_preproc_warn_flag
5183 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
5190 if test -z "$ac_cpp_err"; then
5193 echo "$as_me: failed program was:" >&5
5194 sed 's/^/| /' conftest.
$ac_ext >&5
5196 # Broken: fails on valid input.
5199 rm -f conftest.err conftest.
$ac_ext
5201 # OK, works on sane cases. Now check whether non-existent headers
5202 # can be detected and how.
5203 cat >conftest.
$ac_ext <<_ACEOF
5206 cat confdefs.h
>>conftest.
$ac_ext
5207 cat >>conftest.
$ac_ext <<_ACEOF
5208 /* end confdefs.h. */
5209 #include <ac_nonexistent.h>
5211 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5212 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5214 grep -v '^ *+' conftest.er1
>conftest.err
5216 cat conftest.err
>&5
5217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5218 (exit $ac_status); } >/dev
/null
; then
5219 if test -s conftest.err
; then
5220 ac_cpp_err
=$ac_cxx_preproc_warn_flag
5221 ac_cpp_err
=$ac_cpp_err$ac_cxx_werror_flag
5228 if test -z "$ac_cpp_err"; then
5229 # Broken: success on invalid input.
5232 echo "$as_me: failed program was:" >&5
5233 sed 's/^/| /' conftest.
$ac_ext >&5
5235 # Passes both tests.
5239 rm -f conftest.err conftest.
$ac_ext
5242 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5243 rm -f conftest.err conftest.
$ac_ext
5244 if $ac_preproc_ok; then
5247 { { echo "$as_me:$LINENO: error: C++ preprocessor \"$CXXCPP\" fails sanity check
5248 See \`config.log' for more details." >&5
5249 echo "$as_me: error: C++ preprocessor \"$CXXCPP\" fails sanity check
5250 See \`config.log' for more details." >&2;}
5251 { (exit 1); exit 1; }; }
5255 ac_cpp
='$CPP $CPPFLAGS'
5256 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5257 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5258 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5262 LIBTOOL_DEPS
=$LIBTOOL_DEPS" $ac_aux_dir/ltcf-cxx.sh"
5264 lt_save_CFLAGS
="$CFLAGS"
5265 AR
="$AR" LTCC
="$CC" CC
="$CXX" CXX
="$CXX" CFLAGS
="$CXXFLAGS" CPPFLAGS
="$CPPFLAGS" \
5266 MAGIC_CMD
="$MAGIC_CMD" LD
="$LD" LDFLAGS
="$LDFLAGS" LIBS
="$LIBS" \
5267 LN_S
="$LN_S" NM
="$NM" RANLIB
="$RANLIB" STRIP
="$STRIP" \
5268 AS
="$AS" DLLTOOL
="$DLLTOOL" OBJDUMP
="$OBJDUMP" \
5269 objext
="$OBJEXT" exeext
="$EXEEXT" reload_flag
="$reload_flag" \
5270 deplibs_check_method
="$deplibs_check_method" \
5271 file_magic_cmd
="$file_magic_cmd" \
5272 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig
-o libtool
$libtool_flags \
5273 --build="$build" --add-tag=CXX
$ac_aux_dir/ltcf-cxx.sh
$host \
5274 ||
{ { echo "$as_me:$LINENO: error: libtool tag configuration failed" >&5
5275 echo "$as_me: error: libtool tag configuration failed" >&2;}
5276 { (exit 1); exit 1; }; }
5278 CFLAGS
="$lt_save_CFLAGS"
5280 # Redirect the config.log output again, so that the ltconfig log is not
5281 # clobbered by the next message.
5282 exec 5>>.
/config.log
5291 # Check whether --with-target-subdir or --without-target-subdir was given.
5292 if test "${with_target_subdir+set}" = set; then
5293 withval
="$with_target_subdir"
5297 # Check whether --with-cross-host or --without-cross-host was given.
5298 if test "${with_cross_host+set}" = set; then
5299 withval
="$with_cross_host"
5303 echo "$as_me:$LINENO: checking for thread model used by GCC" >&5
5304 echo $ECHO_N "checking for thread model used by GCC... $ECHO_C" >&6
5305 THREADS
=`$CC -v 2>&1 | sed -n 's/^Thread model: //p'`
5306 if test -z "$THREADS"; then
5309 echo "$as_me:$LINENO: result: $THREADS" >&5
5310 echo "${ECHO_T}$THREADS" >&6
5312 # Check whether --enable-parallel-mark or --disable-parallel-mark was given.
5313 if test "${enable_parallel_mark+set}" = set; then
5314 enableval
="$enable_parallel_mark"
5317 { { echo "$as_me:$LINENO: error: Parallel mark requires --enable-threads=x spec" >&5
5318 echo "$as_me: error: Parallel mark requires --enable-threads=x spec" >&2;}
5319 { (exit 1); exit 1; }; }
5325 AM_CPPFLAGS
="-I`cd $srcdir && ${PWDCMD-pwd}`/include"
5333 THREADLIBS
=-lpthread
5335 x86-
*-linux* | ia64-
*-linux* | i586-
*-linux* | i686-
*-linux* | x86_64-
*-linux* | alpha-
*-linux*)
5337 cat >>confdefs.h
<<\_ACEOF
5338 #define GC_LINUX_THREADS 1
5342 cat >>confdefs.h
<<\_ACEOF
5343 #define _REENTRANT 1
5346 if test "${enable_parallel_mark}" = yes; then
5348 cat >>confdefs.h
<<\_ACEOF
5349 #define PARALLEL_MARK 1
5354 cat >>confdefs.h
<<\_ACEOF
5355 #define THREAD_LOCAL_ALLOC 1
5360 cat >>confdefs.h
<<\_ACEOF
5361 #define GC_LINUX_THREADS 1
5364 cat >>confdefs.h
<<\_ACEOF
5365 #define _REENTRANT 1
5371 cat >>confdefs.h
<<\_ACEOF
5372 #define GC_AIX_THREADS 1
5375 cat >>confdefs.h
<<\_ACEOF
5376 #define _REENTRANT 1
5381 { echo "$as_me:$LINENO: WARNING: \"Only HP/UX 11 threads are supported.\"" >&5
5382 echo "$as_me: WARNING: \"Only HP/UX 11 threads are supported.\"" >&2;}
5384 cat >>confdefs.h
<<\_ACEOF
5385 #define GC_HPUX_THREADS 1
5389 cat >>confdefs.h
<<\_ACEOF
5390 #define _POSIX_C_SOURCE 199506L
5393 if test "${enable_parallel_mark}" = yes; then
5394 cat >>confdefs.h
<<\_ACEOF
5395 #define PARALLEL_MARK 1
5399 cat >>confdefs.h
<<\_ACEOF
5400 #define THREAD_LOCAL_ALLOC 1
5403 THREADLIBS
="-lpthread -lrt"
5406 { echo "$as_me:$LINENO: WARNING: \"FreeBSD does not yet fully support threads with Boehm GC.\"" >&5
5407 echo "$as_me: WARNING: \"FreeBSD does not yet fully support threads with Boehm GC.\"" >&2;}
5409 cat >>confdefs.h
<<\_ACEOF
5410 #define GC_FREEBSD_THREADS 1
5413 AM_CPPFLAGS
="$AM_CPPFLAGS -pthread"
5418 cat >>confdefs.h
<<\_ACEOF
5419 #define GC_SOLARIS_THREADS 1
5423 cat >>confdefs.h
<<\_ACEOF
5424 #define GC_SOLARIS_PTHREADS 1
5430 cat >>confdefs.h
<<\_ACEOF
5431 #define GC_IRIX_THREADS 1
5437 cat >>confdefs.h
<<\_ACEOF
5438 #define GC_WIN32_THREADS 1
5444 cat >>confdefs.h
<<\_ACEOF
5445 #define GC_DARWIN_THREADS 1
5448 cat >>confdefs.h
<<\_ACEOF
5449 #define THREAD_LOCAL_ALLOC 1
5452 if test "${enable_parallel_mark}" = yes; then
5453 cat >>confdefs.h
<<\_ACEOF
5454 #define PARALLEL_MARK 1
5461 cat >>confdefs.h
<<\_ACEOF
5462 #define GC_OSF1_THREADS 1
5465 if test "${enable_parallel_mark}" = yes; then
5466 cat >>confdefs.h
<<\_ACEOF
5467 #define PARALLEL_MARK 1
5470 cat >>confdefs.h
<<\_ACEOF
5471 #define THREAD_LOCAL_ALLOC 1
5474 # May want to enable it in other cases, too.
5475 # Measurements havent yet been done.
5477 AM_CPPFLAGS
="$AM_CPPFLAGS -pthread"
5478 THREADLIBS
="-lpthread -lrt"
5483 cat >>confdefs.h
<<\_ACEOF
5484 #define GC_WIN32_THREADS 1
5490 echo "$as_me:$LINENO: result: $THREADLIBS" >&5
5491 echo "${ECHO_T}$THREADLIBS" >&6
5492 # Use pthread GCC switch
5494 if test "${enable_parallel_mark}" = yes; then
5495 cat >>confdefs.h
<<\_ACEOF
5496 #define PARALLEL_MARK 1
5500 cat >>confdefs.h
<<\_ACEOF
5501 #define THREAD_LOCAL_ALLOC 1
5505 cat >>confdefs.h
<<\_ACEOF
5506 #define GC_DGUX386_THREADS 1
5510 cat >>confdefs.h
<<\_ACEOF
5511 #define DGUX_THREADS 1
5514 # Enable _POSIX4A_DRAFT10_SOURCE with flag -pthread
5515 AM_CPPFLAGS
="-pthread $AM_CPPFLAGS"
5519 THREADLIBS
=-lpthread
5520 cat >>confdefs.h
<<\_ACEOF
5521 #define GC_AIX_THREADS 1
5524 cat >>confdefs.h
<<\_ACEOF
5525 #define _REENTRANT 1
5529 decosf1 | irix | mach | os2 | solaris | dce | vxworks
)
5530 { { echo "$as_me:$LINENO: error: thread package $THREADS not yet supported" >&5
5531 echo "$as_me: error: thread package $THREADS not yet supported" >&2;}
5532 { (exit 1); exit 1; }; }
5535 { { echo "$as_me:$LINENO: error: $THREADS is an unknown thread package" >&5
5536 echo "$as_me: error: $THREADS is an unknown thread package" >&2;}
5537 { (exit 1); exit 1; }; }
5549 if test x
$powerpc_darwin = xtrue
; then
5550 POWERPC_DARWIN_TRUE
=
5551 POWERPC_DARWIN_FALSE
='#'
5553 POWERPC_DARWIN_TRUE
='#'
5554 POWERPC_DARWIN_FALSE
=
5558 # We never want libdl on darwin. It is a fake libdl that just ends up making
5563 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
5564 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
5565 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
5566 echo $ECHO_N "(cached) $ECHO_C" >&6
5568 ac_check_lib_save_LIBS
=$LIBS
5570 if test x
$gcc_no_link = xyes
; then
5571 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
5572 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
5573 { (exit 1); exit 1; }; }
5575 cat >conftest.
$ac_ext <<_ACEOF
5578 cat confdefs.h
>>conftest.
$ac_ext
5579 cat >>conftest.
$ac_ext <<_ACEOF
5580 /* end confdefs.h. */
5582 /* Override any gcc2 internal prototype to avoid an error. */
5586 /* We use char because int might match the return type of a gcc2
5587 builtin and then its argument prototype would still apply. */
5597 rm -f conftest.
$ac_objext conftest
$ac_exeext
5598 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5599 (eval $ac_link) 2>conftest.er1
5601 grep -v '^ *+' conftest.er1
>conftest.err
5603 cat conftest.err
>&5
5604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5605 (exit $ac_status); } &&
5606 { ac_try
='test -z "$ac_c_werror_flag"
5607 || test ! -s conftest.err'
5608 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5612 (exit $ac_status); }; } &&
5613 { ac_try
='test -s conftest$ac_exeext'
5614 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5618 (exit $ac_status); }; }; then
5619 ac_cv_lib_dl_dlopen
=yes
5621 echo "$as_me: failed program was:" >&5
5622 sed 's/^/| /' conftest.
$ac_ext >&5
5624 ac_cv_lib_dl_dlopen
=no
5626 rm -f conftest.err conftest.
$ac_objext \
5627 conftest
$ac_exeext conftest.
$ac_ext
5628 LIBS
=$ac_check_lib_save_LIBS
5630 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
5631 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
5632 if test $ac_cv_lib_dl_dlopen = yes; then
5633 EXTRA_TEST_LIBS
="$EXTRA_TEST_LIBS -ldl"
5641 target_all
=libgcjgc.la
5646 # Check whether --with-ecos or --without-ecos was given.
5647 if test "${with_ecos+set}" = set; then
5648 withval
="$with_ecos"
5649 TARGET_ECOS
="$with_ecos"
5657 case "$TARGET_ECOS" in
5662 cat >>confdefs.h
<<\_ACEOF
5666 AM_CPPFLAGS
="${AM_CPPFLAGS} -I${TARGET_ECOS}/include"
5667 addobjs
="$addobjs ecos.lo"
5671 if test "${enable_cplusplus}" = yes; then
5672 addincludes
="$addincludes include/gc_cpp.h include/gc_allocator.h"
5673 addtests
="$addtests test_cpp"
5678 if test "${enable_cplusplus}" = yes; then
5691 # Configuration of shared libraries
5693 echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
5694 echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
5695 # Check whether --enable-shared or --disable-shared was given.
5696 if test "${enable_shared+set}" = set; then
5697 enableval
="$enable_shared"
5698 p
=${PACKAGE-default}
5700 yes) enable_shared
=yes ;;
5701 no
) enable_shared
=no
;;
5704 # Look at the argument we got. We use all the common list separators.
5705 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
5706 for pkg
in $enableval; do
5707 if test "X$pkg" = "X$p"; then
5721 echo "$as_me:$LINENO: result: no" >&5
5722 echo "${ECHO_T}no" >&6
5725 echo "$as_me:$LINENO: result: yes" >&5
5726 echo "${ECHO_T}yes" >&6
5730 # Configuration of machine-dependent code
5732 # We don't set NO_EXECUTE_PERMISSION by default because gcj (and
5733 # anything else that creates trampolines in gc-allocated memory)
5734 # always needs exec permission. The exceptions to this are IA-64 and
5735 # some variations of Power PC, where trampolines don't contain
5738 echo "$as_me:$LINENO: checking which machine-dependent code should be used" >&5
5739 echo $ECHO_N "checking which machine-dependent code should be used... $ECHO_C" >&6
5743 machdep
="alpha_mach_dep.lo"
5744 if test x
"${ac_cv_lib_dl_dlopen}" != xyes
; then
5745 { echo "$as_me:$LINENO: WARNING: OpenBSD/Alpha without dlopen(). Shared library support is disabled" >&5
5746 echo "$as_me: WARNING: OpenBSD/Alpha without dlopen(). Shared library support is disabled" >&2;}
5750 machdep
="alpha_mach_dep.lo"
5752 i?
86-*-solaris2.
[89] | i?
86-*-solaris2.1?
)
5754 cat >>confdefs.h
<<\_ACEOF
5755 #define SOLARIS25_PROC_VDB_BUG_FIXED 1
5760 machdep
="mips_ultrix_mach_dep.lo"
5762 cat >>confdefs.h
<<\_ACEOF
5763 #define STACKBASE __stackbase
5767 cat >>confdefs.h
<<\_ACEOF
5768 #define DATASTART_IS_ETEXT 1
5773 machdep
="mips_ultrix_mach-dep.lo"
5775 mips-nec-sysv
*|mips-unknown-sysv
*)
5780 machdep
="mips_sgi_mach_dep.lo"
5783 machdep
="sparc_netbsd_mach_dep.lo"
5785 sparc-sun-solaris2.3
)
5786 machdep
="sparc_mach_dep.lo"
5788 cat >>confdefs.h
<<\_ACEOF
5789 #define SUNOS53_SHARED_LIB 1
5793 sparc-sun-solaris2.
*)
5794 machdep
="sparc_mach_dep.lo"
5798 cat >>confdefs.h
<<\_ACEOF
5799 #define NO_EXECUTE_PERMISSION 1
5802 machdep
="mach_dep.lo ia64_save_regs_in_stack.lo"
5805 if test x
"$machdep" = x
; then
5806 echo "$as_me:$LINENO: result: $machdep" >&5
5807 echo "${ECHO_T}$machdep" >&6
5808 machdep
="mach_dep.lo"
5810 addobjs
="$addobjs $machdep"
5817 # Check for AViiON Machines running DGUX
5819 echo "$as_me:$LINENO: checking if host is AViiON running DGUX" >&5
5820 echo $ECHO_N "checking if host is AViiON running DGUX... $ECHO_C" >&6
5823 ac_cpp
='$CPP $CPPFLAGS'
5824 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5825 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5826 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5827 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5828 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
5829 # On Suns, sometimes $CPP names a directory.
5830 if test -n "$CPP" && test -d "$CPP"; then
5833 if test -z "$CPP"; then
5834 if test "${ac_cv_prog_CPP+set}" = set; then
5835 echo $ECHO_N "(cached) $ECHO_C" >&6
5837 # Double quotes because CPP needs to be expanded
5838 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5841 for ac_c_preproc_warn_flag
in '' yes
5843 # Use a header file that comes with gcc, so configuring glibc
5844 # with a fresh cross-compiler works.
5845 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5846 # <limits.h> exists even on freestanding compilers.
5847 # On the NeXT, cc -E runs the code through the compiler's parser,
5848 # not just through cpp. "Syntax error" is here to catch this case.
5849 cat >conftest.
$ac_ext <<_ACEOF
5852 cat confdefs.h
>>conftest.
$ac_ext
5853 cat >>conftest.
$ac_ext <<_ACEOF
5854 /* end confdefs.h. */
5856 # include <limits.h>
5858 # include <assert.h>
5862 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5863 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5865 grep -v '^ *+' conftest.er1
>conftest.err
5867 cat conftest.err
>&5
5868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5869 (exit $ac_status); } >/dev
/null
; then
5870 if test -s conftest.err
; then
5871 ac_cpp_err
=$ac_c_preproc_warn_flag
5872 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
5879 if test -z "$ac_cpp_err"; then
5882 echo "$as_me: failed program was:" >&5
5883 sed 's/^/| /' conftest.
$ac_ext >&5
5885 # Broken: fails on valid input.
5888 rm -f conftest.err conftest.
$ac_ext
5890 # OK, works on sane cases. Now check whether non-existent headers
5891 # can be detected and how.
5892 cat >conftest.
$ac_ext <<_ACEOF
5895 cat confdefs.h
>>conftest.
$ac_ext
5896 cat >>conftest.
$ac_ext <<_ACEOF
5897 /* end confdefs.h. */
5898 #include <ac_nonexistent.h>
5900 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5901 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5903 grep -v '^ *+' conftest.er1
>conftest.err
5905 cat conftest.err
>&5
5906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5907 (exit $ac_status); } >/dev
/null
; then
5908 if test -s conftest.err
; then
5909 ac_cpp_err
=$ac_c_preproc_warn_flag
5910 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
5917 if test -z "$ac_cpp_err"; then
5918 # Broken: success on invalid input.
5921 echo "$as_me: failed program was:" >&5
5922 sed 's/^/| /' conftest.
$ac_ext >&5
5924 # Passes both tests.
5928 rm -f conftest.err conftest.
$ac_ext
5931 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5932 rm -f conftest.err conftest.
$ac_ext
5933 if $ac_preproc_ok; then
5945 echo "$as_me:$LINENO: result: $CPP" >&5
5946 echo "${ECHO_T}$CPP" >&6
5948 for ac_c_preproc_warn_flag
in '' yes
5950 # Use a header file that comes with gcc, so configuring glibc
5951 # with a fresh cross-compiler works.
5952 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5953 # <limits.h> exists even on freestanding compilers.
5954 # On the NeXT, cc -E runs the code through the compiler's parser,
5955 # not just through cpp. "Syntax error" is here to catch this case.
5956 cat >conftest.
$ac_ext <<_ACEOF
5959 cat confdefs.h
>>conftest.
$ac_ext
5960 cat >>conftest.
$ac_ext <<_ACEOF
5961 /* end confdefs.h. */
5963 # include <limits.h>
5965 # include <assert.h>
5969 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5970 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5972 grep -v '^ *+' conftest.er1
>conftest.err
5974 cat conftest.err
>&5
5975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5976 (exit $ac_status); } >/dev
/null
; then
5977 if test -s conftest.err
; then
5978 ac_cpp_err
=$ac_c_preproc_warn_flag
5979 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
5986 if test -z "$ac_cpp_err"; then
5989 echo "$as_me: failed program was:" >&5
5990 sed 's/^/| /' conftest.
$ac_ext >&5
5992 # Broken: fails on valid input.
5995 rm -f conftest.err conftest.
$ac_ext
5997 # OK, works on sane cases. Now check whether non-existent headers
5998 # can be detected and how.
5999 cat >conftest.
$ac_ext <<_ACEOF
6002 cat confdefs.h
>>conftest.
$ac_ext
6003 cat >>conftest.
$ac_ext <<_ACEOF
6004 /* end confdefs.h. */
6005 #include <ac_nonexistent.h>
6007 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6008 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
6010 grep -v '^ *+' conftest.er1
>conftest.err
6012 cat conftest.err
>&5
6013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6014 (exit $ac_status); } >/dev
/null
; then
6015 if test -s conftest.err
; then
6016 ac_cpp_err
=$ac_c_preproc_warn_flag
6017 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
6024 if test -z "$ac_cpp_err"; then
6025 # Broken: success on invalid input.
6028 echo "$as_me: failed program was:" >&5
6029 sed 's/^/| /' conftest.
$ac_ext >&5
6031 # Passes both tests.
6035 rm -f conftest.err conftest.
$ac_ext
6038 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6039 rm -f conftest.err conftest.
$ac_ext
6040 if $ac_preproc_ok; then
6043 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
6044 See \`config.log' for more details." >&5
6045 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
6046 See \`config.log' for more details." >&2;}
6047 { (exit 1); exit 1; }; }
6051 ac_cpp
='$CPP $CPPFLAGS'
6052 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6053 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6054 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
6057 echo "$as_me:$LINENO: checking for egrep" >&5
6058 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
6059 if test "${ac_cv_prog_egrep+set}" = set; then
6060 echo $ECHO_N "(cached) $ECHO_C" >&6
6062 if echo a |
(grep -E '(a|b)') >/dev
/null
2>&1
6063 then ac_cv_prog_egrep
='grep -E'
6064 else ac_cv_prog_egrep
='egrep'
6067 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
6068 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
6069 EGREP
=$ac_cv_prog_egrep
6072 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6073 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
6074 if test "${ac_cv_header_stdc+set}" = set; then
6075 echo $ECHO_N "(cached) $ECHO_C" >&6
6077 cat >conftest.
$ac_ext <<_ACEOF
6080 cat confdefs.h
>>conftest.
$ac_ext
6081 cat >>conftest.
$ac_ext <<_ACEOF
6082 /* end confdefs.h. */
6096 rm -f conftest.
$ac_objext
6097 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6098 (eval $ac_compile) 2>conftest.er1
6100 grep -v '^ *+' conftest.er1
>conftest.err
6102 cat conftest.err
>&5
6103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6104 (exit $ac_status); } &&
6105 { ac_try
='test -z "$ac_c_werror_flag"
6106 || test ! -s conftest.err'
6107 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6111 (exit $ac_status); }; } &&
6112 { ac_try
='test -s conftest.$ac_objext'
6113 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6117 (exit $ac_status); }; }; then
6118 ac_cv_header_stdc
=yes
6120 echo "$as_me: failed program was:" >&5
6121 sed 's/^/| /' conftest.
$ac_ext >&5
6123 ac_cv_header_stdc
=no
6125 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6127 if test $ac_cv_header_stdc = yes; then
6128 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6129 cat >conftest.
$ac_ext <<_ACEOF
6132 cat confdefs.h
>>conftest.
$ac_ext
6133 cat >>conftest.
$ac_ext <<_ACEOF
6134 /* end confdefs.h. */
6138 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6139 $EGREP "memchr" >/dev
/null
2>&1; then
6142 ac_cv_header_stdc
=no
6148 if test $ac_cv_header_stdc = yes; then
6149 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6150 cat >conftest.
$ac_ext <<_ACEOF
6153 cat confdefs.h
>>conftest.
$ac_ext
6154 cat >>conftest.
$ac_ext <<_ACEOF
6155 /* end confdefs.h. */
6159 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6160 $EGREP "free" >/dev
/null
2>&1; then
6163 ac_cv_header_stdc
=no
6169 if test $ac_cv_header_stdc = yes; then
6170 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6171 if test "$cross_compiling" = yes; then
6174 cat >conftest.
$ac_ext <<_ACEOF
6177 cat confdefs.h
>>conftest.
$ac_ext
6178 cat >>conftest.
$ac_ext <<_ACEOF
6179 /* end confdefs.h. */
6181 #if ((' ' & 0x0FF) == 0x020)
6182 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6183 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6185 # define ISLOWER(c) \
6186 (('a' <= (c) && (c) <= 'i') \
6187 || ('j' <= (c) && (c) <= 'r') \
6188 || ('s' <= (c) && (c) <= 'z'))
6189 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6192 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6197 for (i = 0; i < 256; i++)
6198 if (XOR (islower (i), ISLOWER (i))
6199 || toupper (i) != TOUPPER (i))
6204 rm -f conftest
$ac_exeext
6205 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6206 (eval $ac_link) 2>&5
6208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6209 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
6210 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6214 (exit $ac_status); }; }; then
6217 echo "$as_me: program exited with status $ac_status" >&5
6218 echo "$as_me: failed program was:" >&5
6219 sed 's/^/| /' conftest.
$ac_ext >&5
6222 ac_cv_header_stdc
=no
6224 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
6228 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6229 echo "${ECHO_T}$ac_cv_header_stdc" >&6
6230 if test $ac_cv_header_stdc = yes; then
6232 cat >>confdefs.h
<<\_ACEOF
6233 #define STDC_HEADERS 1
6238 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6248 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
6249 inttypes.h stdint.h unistd.h
6251 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6252 echo "$as_me:$LINENO: checking for $ac_header" >&5
6253 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6254 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6255 echo $ECHO_N "(cached) $ECHO_C" >&6
6257 cat >conftest.
$ac_ext <<_ACEOF
6260 cat confdefs.h
>>conftest.
$ac_ext
6261 cat >>conftest.
$ac_ext <<_ACEOF
6262 /* end confdefs.h. */
6263 $ac_includes_default
6265 #include <$ac_header>
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 eval "$as_ac_Header=yes"
6291 echo "$as_me: failed program was:" >&5
6292 sed 's/^/| /' conftest.
$ac_ext >&5
6294 eval "$as_ac_Header=no"
6296 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6298 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6299 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6300 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6301 cat >>confdefs.h
<<_ACEOF
6302 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6310 if test "${ac_cv_header_sys_dg_sys_info_h+set}" = set; then
6311 echo "$as_me:$LINENO: checking for sys/dg_sys_info.h" >&5
6312 echo $ECHO_N "checking for sys/dg_sys_info.h... $ECHO_C" >&6
6313 if test "${ac_cv_header_sys_dg_sys_info_h+set}" = set; then
6314 echo $ECHO_N "(cached) $ECHO_C" >&6
6316 echo "$as_me:$LINENO: result: $ac_cv_header_sys_dg_sys_info_h" >&5
6317 echo "${ECHO_T}$ac_cv_header_sys_dg_sys_info_h" >&6
6319 # Is the header compilable?
6320 echo "$as_me:$LINENO: checking sys/dg_sys_info.h usability" >&5
6321 echo $ECHO_N "checking sys/dg_sys_info.h usability... $ECHO_C" >&6
6322 cat >conftest.
$ac_ext <<_ACEOF
6325 cat confdefs.h
>>conftest.
$ac_ext
6326 cat >>conftest.
$ac_ext <<_ACEOF
6327 /* end confdefs.h. */
6328 $ac_includes_default
6329 #include <sys/dg_sys_info.h>
6331 rm -f conftest.
$ac_objext
6332 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6333 (eval $ac_compile) 2>conftest.er1
6335 grep -v '^ *+' conftest.er1
>conftest.err
6337 cat conftest.err
>&5
6338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6339 (exit $ac_status); } &&
6340 { ac_try
='test -z "$ac_c_werror_flag"
6341 || test ! -s conftest.err'
6342 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6346 (exit $ac_status); }; } &&
6347 { ac_try
='test -s conftest.$ac_objext'
6348 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6352 (exit $ac_status); }; }; then
6353 ac_header_compiler
=yes
6355 echo "$as_me: failed program was:" >&5
6356 sed 's/^/| /' conftest.
$ac_ext >&5
6358 ac_header_compiler
=no
6360 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6361 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6362 echo "${ECHO_T}$ac_header_compiler" >&6
6364 # Is the header present?
6365 echo "$as_me:$LINENO: checking sys/dg_sys_info.h presence" >&5
6366 echo $ECHO_N "checking sys/dg_sys_info.h presence... $ECHO_C" >&6
6367 cat >conftest.
$ac_ext <<_ACEOF
6370 cat confdefs.h
>>conftest.
$ac_ext
6371 cat >>conftest.
$ac_ext <<_ACEOF
6372 /* end confdefs.h. */
6373 #include <sys/dg_sys_info.h>
6375 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6376 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
6378 grep -v '^ *+' conftest.er1
>conftest.err
6380 cat conftest.err
>&5
6381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6382 (exit $ac_status); } >/dev
/null
; then
6383 if test -s conftest.err
; then
6384 ac_cpp_err
=$ac_c_preproc_warn_flag
6385 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
6392 if test -z "$ac_cpp_err"; then
6393 ac_header_preproc
=yes
6395 echo "$as_me: failed program was:" >&5
6396 sed 's/^/| /' conftest.
$ac_ext >&5
6398 ac_header_preproc
=no
6400 rm -f conftest.err conftest.
$ac_ext
6401 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6402 echo "${ECHO_T}$ac_header_preproc" >&6
6404 # So? What about this header?
6405 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6407 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&5
6408 echo "$as_me: WARNING: sys/dg_sys_info.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
6409 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the compiler's result" >&5
6410 echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the compiler's result" >&2;}
6411 ac_header_preproc
=yes
6414 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&5
6415 echo "$as_me: WARNING: sys/dg_sys_info.h: present but cannot be compiled" >&2;}
6416 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&5
6417 echo "$as_me: WARNING: sys/dg_sys_info.h: check for missing prerequisite headers?" >&2;}
6418 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: see the Autoconf documentation" >&5
6419 echo "$as_me: WARNING: sys/dg_sys_info.h: see the Autoconf documentation" >&2;}
6420 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: section \"Present But Cannot Be Compiled\"" >&5
6421 echo "$as_me: WARNING: sys/dg_sys_info.h: section \"Present But Cannot Be Compiled\"" >&2;}
6422 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&5
6423 echo "$as_me: WARNING: sys/dg_sys_info.h: proceeding with the preprocessor's result" >&2;}
6424 { echo "$as_me:$LINENO: WARNING: sys/dg_sys_info.h: in the future, the compiler will take precedence" >&5
6425 echo "$as_me: WARNING: sys/dg_sys_info.h: in the future, the compiler will take precedence" >&2;}
6428 ## ------------------------------------------ ##
6429 ## Report this to the AC_PACKAGE_NAME lists. ##
6430 ## ------------------------------------------ ##
6433 sed "s/^/$as_me: WARNING: /" >&2
6436 echo "$as_me:$LINENO: checking for sys/dg_sys_info.h" >&5
6437 echo $ECHO_N "checking for sys/dg_sys_info.h... $ECHO_C" >&6
6438 if test "${ac_cv_header_sys_dg_sys_info_h+set}" = set; then
6439 echo $ECHO_N "(cached) $ECHO_C" >&6
6441 ac_cv_header_sys_dg_sys_info_h
=$ac_header_preproc
6443 echo "$as_me:$LINENO: result: $ac_cv_header_sys_dg_sys_info_h" >&5
6444 echo "${ECHO_T}$ac_cv_header_sys_dg_sys_info_h" >&6
6447 if test $ac_cv_header_sys_dg_sys_info_h = yes; then
6453 echo "$as_me:$LINENO: result: $ac_is_dgux" >&5
6454 echo "${ECHO_T}$ac_is_dgux" >&6
6455 ## :GOTCHA: we do not check anything but sys/dg_sys_info.h
6456 if test $ac_is_dgux = yes; then
6457 if test "$enable_full_debug" = "yes"; then
6458 CFLAGS
="-g -mstandard -DDGUX -D_DGUX_SOURCE -Di386 -mno-legend -O2"
6459 CXXFLAGS
="-g -mstandard -DDGUX -D_DGUX_SOURCE -Di386 -mno-legend -O2"
6461 CFLAGS
="-DDGUX -D_DGUX_SOURCE -Di386 -mno-legend -O2"
6462 CXXFLAGS
="-DDGUX -D_DGUX_SOURCE -Di386 -mno-legend -O2"
6468 echo "$as_me:$LINENO: checking whether Solaris gcc optimization fix is necessary" >&5
6469 echo $ECHO_N "checking whether Solaris gcc optimization fix is necessary... $ECHO_C" >&6
6471 sparc-sun-solaris2
*|
*aix
*)
6472 if test "$GCC" = yes; then
6473 echo "$as_me:$LINENO: result: yes" >&5
6474 echo "${ECHO_T}yes" >&6
6476 for i
in $CFLAGS; do
6481 new_CFLAGS
="$new_CFLAGS $i"
6485 CFLAGS
="$new_CFLAGS"
6487 echo "$as_me:$LINENO: result: no" >&5
6488 echo "${ECHO_T}no" >&6
6491 *) echo "$as_me:$LINENO: result: no" >&5
6492 echo "${ECHO_T}no" >&6 ;;
6499 cat >>confdefs.h
<<\_ACEOF
6504 cat >>confdefs.h
<<\_ACEOF
6505 #define NO_SIGNALS 1
6509 cat >>confdefs.h
<<\_ACEOF
6510 #define ALL_INTERIOR_POINTERS 1
6515 cat >>confdefs.h
<<\_ACEOF
6516 #define JAVA_FINALIZATION 1
6520 cat >>confdefs.h
<<\_ACEOF
6521 #define GC_GCJ_SUPPORT 1
6525 cat >>confdefs.h
<<\_ACEOF
6526 #define ATOMIC_UNCOLLECTABLE 1
6530 if test -n "${with_cross_host}"; then
6532 cat >>confdefs.h
<<\_ACEOF
6537 cat >>confdefs.h
<<\_ACEOF
6538 #define NO_DEBUGGING 1
6543 # Check whether --enable-gc-debug or --disable-gc-debug was given.
6544 if test "${enable_gc_debug+set}" = set; then
6545 enableval
="$enable_gc_debug"
6546 if test "$enable_gc_debug" = "yes"; then
6547 { echo "$as_me:$LINENO: WARNING: \"Must define GC_DEBUG and use debug alloc. in clients.\"" >&5
6548 echo "$as_me: WARNING: \"Must define GC_DEBUG and use debug alloc. in clients.\"" >&2;}
6550 cat >>confdefs.h
<<\_ACEOF
6551 #define KEEP_BACK_PTRS 1
6555 cat >>confdefs.h
<<\_ACEOF
6556 #define DBG_HDRS_ALL 1
6562 cat >>confdefs.h
<<\_ACEOF
6563 #define MAKE_BACK_GRAPH 1
6567 x86-
*-linux* | i586-
*-linux* | i686-
*-linux* | x86_64-
*-linux* )
6568 cat >>confdefs.h
<<\_ACEOF
6569 #define MAKE_BACK_GRAPH 1
6572 { echo "$as_me:$LINENO: WARNING: \"Client must not use -fomit-frame-pointer.\"" >&5
6573 echo "$as_me: WARNING: \"Client must not use -fomit-frame-pointer.\"" >&2;}
6575 cat >>confdefs.h
<<\_ACEOF
6576 #define SAVE_CALL_COUNT 8
6581 cat >>confdefs.h
<<\_ACEOF
6582 #define MAKE_BACK_GRAPH 1
6590 if test -n "$with_cross_host" &&
6591 test x
"$with_cross_host" != x
"no"; then
6592 toolexecdir
='$(exec_prefix)/$(target_noncanonical)'
6593 toolexeclibdir
='$(toolexecdir)/lib'
6595 toolexecdir
='$(libdir)/gcc-lib/$(target_noncanonical)'
6596 toolexeclibdir
='$(libdir)'
6598 multi_os_directory
=`$CC -print-multi-os-directory`
6599 case $multi_os_directory in
6600 .
) ;; # Avoid trailing /.
6601 *) toolexeclibdir
=$toolexeclibdir/$multi_os_directory ;;
6606 if test "${multilib}" = "yes"; then
6607 multilib_arg
="--enable-multilib"
6612 ac_config_headers
="$ac_config_headers include/gc_config.h"
6615 ac_config_files
="$ac_config_files Makefile include/Makefile"
6617 cat >confcache
<<\_ACEOF
6618 # This file is a shell script that caches the results of configure
6619 # tests run on this system so they can be shared between configure
6620 # scripts and configure runs, see configure's option --config-cache.
6621 # It is not useful on other systems. If it contains results you don't
6622 # want to keep, you may remove or edit it.
6624 # config.status only pays attention to the cache file if you give it
6625 # the --recheck option to rerun configure.
6627 # `ac_cv_env_foo' variables (set or unset) will be overridden when
6628 # loading this file, other *unset* `ac_cv_foo' will be assigned the
6633 # The following way of writing the cache mishandles newlines in values,
6634 # but we know of no workaround that is simple, portable, and efficient.
6635 # So, don't put newlines in cache variables' values.
6636 # Ultrix sh set writes to stderr and can't be redirected directly,
6637 # and sets the high bit in the cache file unless we assign to the vars.
6640 case `(ac_space=' '; set | grep ac_space) 2>&1` in
6642 # `set' does not quote correctly, so add quotes (double-quote
6643 # substitution turns \\\\ into \\, and sed turns \\ into \).
6646 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
6649 # `set' quotes correctly as required by POSIX, so do not add quotes.
6651 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
6658 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
6660 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
6662 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
6663 if test -w $cache_file; then
6664 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
6665 cat confcache
>$cache_file
6667 echo "not updating unwritable cache $cache_file"
6672 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
6673 # Let make expand exec_prefix.
6674 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
6676 # VPATH may cause trouble with some makes, so we remove $(srcdir),
6677 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
6678 # trailing colons and then remove the whole line if VPATH becomes empty
6679 # (actually we leave an empty line to preserve line numbers).
6680 if test "x$srcdir" = x.
; then
6681 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
6682 s/:*\$(srcdir):*/:/;
6683 s/:*\${srcdir}:*/:/;
6685 s/^\([^=]*=[ ]*\):*/\1/;
6691 DEFS
=-DHAVE_CONFIG_H
6695 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
6696 # 1. Remove the extension, and $U if already installed.
6697 ac_i
=`echo "$ac_i" |
6698 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
6700 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
6701 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
6705 LTLIBOBJS
=$ac_ltlibobjs
6708 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
6709 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
6710 Usually this means the macro was only invoked conditionally." >&5
6711 echo "$as_me: error: conditional \"AMDEP\" was never defined.
6712 Usually this means the macro was only invoked conditionally." >&2;}
6713 { (exit 1); exit 1; }; }
6715 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
6716 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
6717 Usually this means the macro was only invoked conditionally." >&5
6718 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
6719 Usually this means the macro was only invoked conditionally." >&2;}
6720 { (exit 1); exit 1; }; }
6722 if test -z "${am__fastdepCXX_TRUE}" && test -z "${am__fastdepCXX_FALSE}"; then
6723 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCXX\" was never defined.
6724 Usually this means the macro was only invoked conditionally." >&5
6725 echo "$as_me: error: conditional \"am__fastdepCXX\" was never defined.
6726 Usually this means the macro was only invoked conditionally." >&2;}
6727 { (exit 1); exit 1; }; }
6729 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
6730 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
6731 Usually this means the macro was only invoked conditionally." >&5
6732 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
6733 Usually this means the macro was only invoked conditionally." >&2;}
6734 { (exit 1); exit 1; }; }
6736 if test -z "${POWERPC_DARWIN_TRUE}" && test -z "${POWERPC_DARWIN_FALSE}"; then
6737 { { echo "$as_me:$LINENO: error: conditional \"POWERPC_DARWIN\" was never defined.
6738 Usually this means the macro was only invoked conditionally." >&5
6739 echo "$as_me: error: conditional \"POWERPC_DARWIN\" was never defined.
6740 Usually this means the macro was only invoked conditionally." >&2;}
6741 { (exit 1); exit 1; }; }
6743 if test -z "${CPLUSPLUS_TRUE}" && test -z "${CPLUSPLUS_FALSE}"; then
6744 { { echo "$as_me:$LINENO: error: conditional \"CPLUSPLUS\" was never defined.
6745 Usually this means the macro was only invoked conditionally." >&5
6746 echo "$as_me: error: conditional \"CPLUSPLUS\" was never defined.
6747 Usually this means the macro was only invoked conditionally." >&2;}
6748 { (exit 1); exit 1; }; }
6751 : ${CONFIG_STATUS=./config.status}
6752 ac_clean_files_save
=$ac_clean_files
6753 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
6754 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
6755 echo "$as_me: creating $CONFIG_STATUS" >&6;}
6756 cat >$CONFIG_STATUS <<_ACEOF
6758 # Generated by $as_me.
6759 # Run this file to recreate the current configuration.
6760 # Compiler output produced by configure, useful for debugging
6761 # configure, is in config.log if it exists.
6766 SHELL=\${CONFIG_SHELL-$SHELL}
6769 cat >>$CONFIG_STATUS <<\_ACEOF
6770 ## --------------------- ##
6771 ## M4sh Initialization. ##
6772 ## --------------------- ##
6774 # Be Bourne compatible
6775 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
6778 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
6779 # is contrary to our usage. Disable this feature.
6780 alias -g '${1+"$@"}'='"$@"'
6781 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
6784 DUALCASE
=1; export DUALCASE
# for MKS sh
6786 # Support unset when possible.
6787 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
6794 # Work around bugs in pre-3.0 UWIN ksh.
6795 $as_unset ENV MAIL MAILPATH
6802 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
6803 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
6804 LC_TELEPHONE LC_TIME
6806 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
6807 eval $as_var=C
; export $as_var
6813 # Required to use basename.
6814 if expr a
: '\(a\)' >/dev
/null
2>&1; then
6820 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
6821 as_basename
=basename
6827 # Name of the executable.
6828 as_me
=`$as_basename "$0" ||
6829 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
6830 X"$0" : 'X\(//\)$' \| \
6831 X"$0" : 'X\(/\)$' \| \
6832 . : '\(.\)' 2>/dev/null ||
6834 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
6835 /^X\/\(\/\/\)$/{ s//\1/; q; }
6836 /^X\/\(\/\).*/{ s//\1/; q; }
6840 # PATH needs CR, and LINENO needs CR and PATH.
6841 # Avoid depending upon Character Ranges.
6842 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
6843 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
6844 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
6845 as_cr_digits
='0123456789'
6846 as_cr_alnum
=$as_cr_Letters$as_cr_digits
6848 # The user is always right.
6849 if test "${PATH_SEPARATOR+set}" != set; then
6850 echo "#! /bin/sh" >conf$$.sh
6851 echo "exit 0" >>conf$$.sh
6853 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
6864 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
6865 test "x$as_lineno_1" != "x$as_lineno_2" &&
6866 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
6867 # Find who we are. Look in the path if we contain no path at all
6870 *[\\/]* ) as_myself
=$0 ;;
6871 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6875 test -z "$as_dir" && as_dir
=.
6876 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
6881 # We did not find ourselves, most probably we were run as `sh COMMAND'
6882 # in which case we are not to be found in the path.
6883 if test "x$as_myself" = x
; then
6886 if test ! -f "$as_myself"; then
6887 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
6888 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
6889 { (exit 1); exit 1; }; }
6891 case $CONFIG_SHELL in
6893 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6894 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
6897 test -z "$as_dir" && as_dir
=.
6898 for as_base
in sh bash ksh sh5
; do
6901 if ("$as_dir/$as_base" -c '
6904 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
6905 test "x$as_lineno_1" != "x$as_lineno_2" &&
6906 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
6907 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
6908 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
6909 CONFIG_SHELL
=$as_dir/$as_base
6911 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
6919 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
6920 # uniformly replaced by the line number. The first 'sed' inserts a
6921 # line-number line before each line; the second 'sed' does the real
6922 # work. The second script uses 'N' to pair each line-number line
6923 # with the numbered line, and appends trailing '-' during
6924 # substitution so that $LINENO is not a special case at line end.
6925 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
6926 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
6927 sed '=' <$as_myself |
6932 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
6935 s,^['$as_cr_digits']*\n,,
6937 chmod +x
$as_me.lineno ||
6938 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
6939 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
6940 { (exit 1); exit 1; }; }
6942 # Don't try to exec as it changes $[0], causing all sort of problems
6943 # (the dirname of $[0] is not the place where we might find the
6944 # original and so on. Autoconf is especially sensible to this).
6946 # Exit status is that of the last command.
6951 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
6952 *c
*,-n*) ECHO_N
= ECHO_C
='
6954 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
6955 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
6958 if expr a
: '\(a\)' >/dev
/null
2>&1; then
6964 rm -f conf$$ conf$$.exe conf$$.
file
6966 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
6967 # We could just check for DJGPP; but this test a) works b) is more generic
6968 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
6969 if test -f conf$$.exe
; then
6970 # Don't use ln at all; we don't have any links
6975 elif ln conf$$.
file conf$$
2>/dev
/null
; then
6980 rm -f conf$$ conf$$.exe conf$$.
file
6982 if mkdir
-p .
2>/dev
/null
; then
6985 test -d .
/-p && rmdir .
/-p
6989 as_executable_p
="test -f"
6991 # Sed expression to map a string onto a valid CPP name.
6992 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
6994 # Sed expression to map a string onto a valid variable name.
6995 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
6999 # We need space, tab and new line, in precisely that order.
7009 # Open the log real soon, to keep \$[0] and so on meaningful, and to
7010 # report actual input values of CONFIG_FILES etc. instead of their
7011 # values after options handling. Logging --version etc. is OK.
7015 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
7016 ## Running $as_me. ##
7021 This file was extended by $as_me, which was
7022 generated by GNU Autoconf 2.59. Invocation command line was
7024 CONFIG_FILES = $CONFIG_FILES
7025 CONFIG_HEADERS = $CONFIG_HEADERS
7026 CONFIG_LINKS = $CONFIG_LINKS
7027 CONFIG_COMMANDS = $CONFIG_COMMANDS
7031 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
7035 # Files that config.status was made for.
7036 if test -n "$ac_config_files"; then
7037 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
7040 if test -n "$ac_config_headers"; then
7041 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
7044 if test -n "$ac_config_links"; then
7045 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
7048 if test -n "$ac_config_commands"; then
7049 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
7052 cat >>$CONFIG_STATUS <<\_ACEOF
7055 \`$as_me' instantiates files from templates according to the
7056 current configuration.
7058 Usage: $0 [OPTIONS] [FILE]...
7060 -h, --help print this help, then exit
7061 -V, --version print version number, then exit
7062 -q, --quiet do not print progress messages
7063 -d, --debug don't remove temporary files
7064 --recheck update $as_me by reconfiguring in the same conditions
7065 --file=FILE[:TEMPLATE]
7066 instantiate the configuration file FILE
7067 --header=FILE[:TEMPLATE]
7068 instantiate the configuration header FILE
7070 Configuration files:
7073 Configuration headers:
7076 Configuration commands:
7079 Report bugs to <bug-autoconf@gnu.org>."
7082 cat >>$CONFIG_STATUS <<_ACEOF
7085 configured by $0, generated by GNU Autoconf 2.59,
7086 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
7088 Copyright (C) 2003 Free Software Foundation, Inc.
7089 This config.status script is free software; the Free Software Foundation
7090 gives unlimited permission to copy, distribute and modify it."
7095 cat >>$CONFIG_STATUS <<\_ACEOF
7096 # If no file are specified by the user, then we need to provide default
7097 # value. By we need to know if files were specified by the user.
7103 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
7104 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
7112 *) # This is not an option, so the user has probably given explicit
7115 ac_need_defaults
=false
;;
7119 # Handling of the options.
7121 cat >>$CONFIG_STATUS <<\_ACEOF
7122 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
7124 --version |
--vers* |
-V )
7125 echo "$ac_cs_version"; exit 0 ;;
7127 # Conflict between --help and --header
7128 { { echo "$as_me:$LINENO: error: ambiguous option: $1
7129 Try \`$0 --help' for more information." >&5
7130 echo "$as_me: error: ambiguous option: $1
7131 Try \`$0 --help' for more information." >&2;}
7132 { (exit 1); exit 1; }; };;
7133 --help |
--hel |
-h )
7134 echo "$ac_cs_usage"; exit 0 ;;
7135 --debug |
--d* |
-d )
7137 --file |
--fil |
--fi |
--f )
7139 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
7140 ac_need_defaults
=false
;;
7141 --header |
--heade |
--head |
--hea )
7143 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
7144 ac_need_defaults
=false
;;
7145 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
7146 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
7150 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
7151 Try \`$0 --help' for more information." >&5
7152 echo "$as_me: error: unrecognized option: $1
7153 Try \`$0 --help' for more information." >&2;}
7154 { (exit 1); exit 1; }; } ;;
7156 *) ac_config_targets
="$ac_config_targets $1" ;;
7162 ac_configure_extra_args
=
7164 if $ac_cs_silent; then
7166 ac_configure_extra_args
="$ac_configure_extra_args --silent"
7170 cat >>$CONFIG_STATUS <<_ACEOF
7171 if \$ac_cs_recheck; then
7172 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
7173 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
7178 cat >>$CONFIG_STATUS <<_ACEOF
7180 # INIT-COMMANDS section.
7187 with_multisubdir="$with_multisubdir"
7188 with_multisrctop="$with_multisrctop"
7189 with_target_subdir="$with_target_subdir"
7190 ac_configure_args="${multilib_arg} ${ac_configure_args}"
7191 multi_basedir="$multi_basedir"
7192 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
7194 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
7200 cat >>$CONFIG_STATUS <<\_ACEOF
7201 for ac_config_target
in $ac_config_targets
7203 case "$ac_config_target" in
7204 # Handling of arguments.
7205 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
7206 "include/Makefile" ) CONFIG_FILES
="$CONFIG_FILES include/Makefile" ;;
7207 "default-1" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS default-1" ;;
7208 "depfiles" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
7209 "include/gc_config.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS include/gc_config.h" ;;
7210 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
7211 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
7212 { (exit 1); exit 1; }; };;
7216 # If the user did not use the arguments to specify the items to instantiate,
7217 # then the envvar interface is used. Set only those that are not.
7218 # We use the long form for the default assignment because of an extremely
7219 # bizarre bug on SunOS 4.1.3.
7220 if $ac_need_defaults; then
7221 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
7222 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
7223 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
7226 # Have a temporary directory for convenience. Make it in the build tree
7227 # simply because there is no reason to put it here, and in addition,
7228 # creating and moving files from /tmp can sometimes cause problems.
7229 # Create a temporary directory, and hook for its removal unless debugging.
7232 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
7233 trap '{ (exit 1); exit 1; }' 1 2 13 15
7236 # Create a (secure) tmp directory for tmp files.
7239 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
7240 test -n "$tmp" && test -d "$tmp"
7243 tmp
=.
/confstat$$
-$RANDOM
7244 (umask 077 && mkdir
$tmp)
7247 echo "$me: cannot create a temporary directory in ." >&2
7248 { (exit 1); exit 1; }
7253 cat >>$CONFIG_STATUS <<_ACEOF
7256 # CONFIG_FILES section.
7259 # No need to generate the scripts if there are no CONFIG_FILES.
7260 # This happens for instance when ./config.status config.h
7261 if test -n "\$CONFIG_FILES"; then
7262 # Protect against being on the right side of a sed subst in config.status.
7263 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
7264 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
7265 s,@SHELL@,$SHELL,;t t
7266 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
7267 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
7268 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
7269 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
7270 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
7271 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
7272 s,@exec_prefix@,$exec_prefix,;t t
7273 s,@prefix@,$prefix,;t t
7274 s,@program_transform_name@,$program_transform_name,;t t
7275 s,@bindir@,$bindir,;t t
7276 s,@sbindir@,$sbindir,;t t
7277 s,@libexecdir@,$libexecdir,;t t
7278 s,@datadir@,$datadir,;t t
7279 s,@sysconfdir@,$sysconfdir,;t t
7280 s,@sharedstatedir@,$sharedstatedir,;t t
7281 s,@localstatedir@,$localstatedir,;t t
7282 s,@libdir@,$libdir,;t t
7283 s,@includedir@,$includedir,;t t
7284 s,@oldincludedir@,$oldincludedir,;t t
7285 s,@infodir@,$infodir,;t t
7286 s,@mandir@,$mandir,;t t
7287 s,@build_alias@,$build_alias,;t t
7288 s,@host_alias@,$host_alias,;t t
7289 s,@target_alias@,$target_alias,;t t
7291 s,@ECHO_C@,$ECHO_C,;t t
7292 s,@ECHO_N@,$ECHO_N,;t t
7293 s,@ECHO_T@,$ECHO_T,;t t
7295 s,@multi_basedir@,$multi_basedir,;t t
7296 s,@build@,$build,;t t
7297 s,@build_cpu@,$build_cpu,;t t
7298 s,@build_vendor@,$build_vendor,;t t
7299 s,@build_os@,$build_os,;t t
7301 s,@host_cpu@,$host_cpu,;t t
7302 s,@host_vendor@,$host_vendor,;t t
7303 s,@host_os@,$host_os,;t t
7304 s,@target@,$target,;t t
7305 s,@target_cpu@,$target_cpu,;t t
7306 s,@target_vendor@,$target_vendor,;t t
7307 s,@target_os@,$target_os,;t t
7308 s,@target_noncanonical@,$target_noncanonical,;t t
7309 s,@mkinstalldirs@,$mkinstalldirs,;t t
7310 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
7311 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
7312 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
7313 s,@CYGPATH_W@,$CYGPATH_W,;t t
7314 s,@PACKAGE@,$PACKAGE,;t t
7315 s,@VERSION@,$VERSION,;t t
7316 s,@ACLOCAL@,$ACLOCAL,;t t
7317 s,@AUTOCONF@,$AUTOCONF,;t t
7318 s,@AUTOMAKE@,$AUTOMAKE,;t t
7319 s,@AUTOHEADER@,$AUTOHEADER,;t t
7320 s,@MAKEINFO@,$MAKEINFO,;t t
7321 s,@install_sh@,$install_sh,;t t
7322 s,@STRIP@,$STRIP,;t t
7323 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
7324 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
7325 s,@mkdir_p@,$mkdir_p,;t t
7327 s,@SET_MAKE@,$SET_MAKE,;t t
7328 s,@am__leading_dot@,$am__leading_dot,;t t
7329 s,@AMTAR@,$AMTAR,;t t
7330 s,@am__tar@,$am__tar,;t t
7331 s,@am__untar@,$am__untar,;t t
7333 s,@ac_ct_CC@,$ac_ct_CC,;t t
7334 s,@EXEEXT@,$EXEEXT,;t t
7335 s,@OBJEXT@,$OBJEXT,;t t
7336 s,@DEPDIR@,$DEPDIR,;t t
7337 s,@am__include@,$am__include,;t t
7338 s,@am__quote@,$am__quote,;t t
7339 s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
7340 s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
7341 s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
7342 s,@CCDEPMODE@,$CCDEPMODE,;t t
7343 s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
7344 s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
7346 s,@ac_ct_CXX@,$ac_ct_CXX,;t t
7347 s,@CXXDEPMODE@,$CXXDEPMODE,;t t
7348 s,@am__fastdepCXX_TRUE@,$am__fastdepCXX_TRUE,;t t
7349 s,@am__fastdepCXX_FALSE@,$am__fastdepCXX_FALSE,;t t
7350 s,@CFLAGS@,$CFLAGS,;t t
7351 s,@CXXFLAGS@,$CXXFLAGS,;t t
7353 s,@CCASFLAGS@,$CCASFLAGS,;t t
7355 s,@ac_ct_AS@,$ac_ct_AS,;t t
7357 s,@ac_ct_AR@,$ac_ct_AR,;t t
7358 s,@RANLIB@,$RANLIB,;t t
7359 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
7360 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
7361 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
7362 s,@MAINT@,$MAINT,;t t
7363 s,@GC_CFLAGS@,$GC_CFLAGS,;t t
7365 s,@LIBTOOL@,$LIBTOOL,;t t
7366 s,@CXXCPP@,$CXXCPP,;t t
7367 s,@CPPFLAGS@,$CPPFLAGS,;t t
7368 s,@THREADLIBS@,$THREADLIBS,;t t
7369 s,@POWERPC_DARWIN_TRUE@,$POWERPC_DARWIN_TRUE,;t t
7370 s,@POWERPC_DARWIN_FALSE@,$POWERPC_DARWIN_FALSE,;t t
7371 s,@EXTRA_TEST_LIBS@,$EXTRA_TEST_LIBS,;t t
7372 s,@target_all@,$target_all,;t t
7373 s,@CPLUSPLUS_TRUE@,$CPLUSPLUS_TRUE,;t t
7374 s,@CPLUSPLUS_FALSE@,$CPLUSPLUS_FALSE,;t t
7375 s,@AM_CPPFLAGS@,$AM_CPPFLAGS,;t t
7376 s,@addobjs@,$addobjs,;t t
7377 s,@addincludes@,$addincludes,;t t
7378 s,@addlibs@,$addlibs,;t t
7379 s,@addtests@,$addtests,;t t
7381 s,@EGREP@,$EGREP,;t t
7382 s,@MY_CFLAGS@,$MY_CFLAGS,;t t
7383 s,@toolexecdir@,$toolexecdir,;t t
7384 s,@toolexeclibdir@,$toolexeclibdir,;t t
7385 s,@LIBOBJS@,$LIBOBJS,;t t
7386 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
7391 cat >>$CONFIG_STATUS <<\_ACEOF
7392 # Split the substitutions into bite-sized pieces for seds with
7393 # small command number limits, like on Digital OSF/1 and HP-UX.
7395 ac_sed_frag
=1 # Number of current file.
7396 ac_beg
=1 # First line for current file.
7397 ac_end
=$ac_max_sed_lines # Line after last line for current file.
7400 while $ac_more_lines; do
7401 if test $ac_beg -gt 1; then
7402 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
7404 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
7406 if test ! -s $tmp/subs.frag
; then
7409 # The purpose of the label and of the branching condition is to
7410 # speed up the sed processing (if there are no `@' at all, there
7411 # is no need to browse any of the substitutions).
7412 # These are the two extra sed commands mentioned above.
7414 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs-
$ac_sed_frag.
sed
7415 if test -z "$ac_sed_cmds"; then
7416 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
7418 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
7420 ac_sed_frag
=`expr $ac_sed_frag + 1`
7422 ac_end
=`expr $ac_end + $ac_max_sed_lines`
7425 if test -z "$ac_sed_cmds"; then
7428 fi # test -n "$CONFIG_FILES"
7431 cat >>$CONFIG_STATUS <<\_ACEOF
7432 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
7433 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
7435 - |
*:- |
*:-:* ) # input from stdin
7437 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
7438 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
7439 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
7440 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
7441 * ) ac_file_in
=$ac_file.
in ;;
7444 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
7445 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
7446 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7447 X"$ac_file" : 'X\(//\)[^/]' \| \
7448 X"$ac_file" : 'X\(//\)$' \| \
7449 X"$ac_file" : 'X\(/\)' \| \
7450 . : '\(.\)' 2>/dev/null ||
7452 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
7453 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
7454 /^X\(\/\/\)$/{ s//\1/; q; }
7455 /^X\(\/\).*/{ s//\1/; q; }
7457 { if $as_mkdir_p; then
7462 while test ! -d "$as_dir"; do
7463 as_dirs
="$as_dir $as_dirs"
7464 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
7465 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7466 X"$as_dir" : 'X\(//\)[^/]' \| \
7467 X"$as_dir" : 'X\(//\)$' \| \
7468 X"$as_dir" : 'X\(/\)' \| \
7469 . : '\(.\)' 2>/dev/null ||
7471 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
7472 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
7473 /^X\(\/\/\)$/{ s//\1/; q; }
7474 /^X\(\/\).*/{ s//\1/; q; }
7477 test ! -n "$as_dirs" || mkdir
$as_dirs
7478 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
7479 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
7480 { (exit 1); exit 1; }; }; }
7484 if test "$ac_dir" != .
; then
7485 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
7486 # A "../" for each directory in $ac_dir_suffix.
7487 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
7489 ac_dir_suffix
= ac_top_builddir
=
7493 .
) # No --srcdir option. We are building in place.
7495 if test -z "$ac_top_builddir"; then
7498 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
7500 [\\/]* | ?
:[\\/]* ) # Absolute path.
7501 ac_srcdir
=$srcdir$ac_dir_suffix;
7502 ac_top_srcdir
=$srcdir ;;
7504 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
7505 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
7508 # Do not use `cd foo && pwd` to compute absolute paths, because
7509 # the directories may not exist.
7511 .
) ac_abs_builddir
="$ac_dir";;
7514 .
) ac_abs_builddir
=`pwd`;;
7515 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
7516 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
7519 case $ac_abs_builddir in
7520 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
7522 case ${ac_top_builddir}.
in
7523 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
7524 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
7525 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
7528 case $ac_abs_builddir in
7529 .
) ac_abs_srcdir
=$ac_srcdir;;
7532 .
) ac_abs_srcdir
=$ac_abs_builddir;;
7533 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
7534 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
7537 case $ac_abs_builddir in
7538 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
7540 case $ac_top_srcdir in
7541 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
7542 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
7543 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
7549 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
7550 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
7553 if test x
"$ac_file" != x-
; then
7554 { echo "$as_me:$LINENO: creating $ac_file" >&5
7555 echo "$as_me: creating $ac_file" >&6;}
7558 # Let's still pretend it is `configure' which instantiates (i.e., don't
7559 # use $as_me), people would be surprised to read:
7560 # /* config.h. Generated by config.status. */
7561 if test x
"$ac_file" = x-
; then
7564 configure_input
="$ac_file. "
7566 configure_input
=$configure_input"Generated from `echo $ac_file_in |
7567 sed 's,.*/,,'` by configure."
7569 # First look for the input files in the build tree, otherwise in the
7571 ac_file_inputs
=`IFS=:
7572 for f in $ac_file_in; do
7574 -) echo $tmp/stdin ;;
7576 # Absolute (can't be DOS-style, as IFS=:)
7577 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
7578 echo "$as_me: error: cannot find input file: $f" >&2;}
7579 { (exit 1); exit 1; }; }
7582 if test -f "$f"; then
7585 elif test -f "$srcdir/$f"; then
7590 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
7591 echo "$as_me: error: cannot find input file: $f" >&2;}
7592 { (exit 1); exit 1; }; }
7595 done` ||
{ (exit 1); exit 1; }
7597 cat >>$CONFIG_STATUS <<_ACEOF
7601 cat >>$CONFIG_STATUS <<\_ACEOF
7603 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
7604 s
,@configure_input@
,$configure_input,;t t
7605 s
,@srcdir@
,$ac_srcdir,;t t
7606 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
7607 s
,@top_srcdir@
,$ac_top_srcdir,;t t
7608 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
7609 s
,@builddir@
,$ac_builddir,;t t
7610 s
,@abs_builddir@
,$ac_abs_builddir,;t t
7611 s
,@top_builddir@
,$ac_top_builddir,;t t
7612 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
7613 s
,@INSTALL@
,$ac_INSTALL,;t t
7614 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
7616 if test x"$ac_file" != x-; then
7617 mv $tmp/out $ac_file
7625 cat >>$CONFIG_STATUS <<\_ACEOF
7628 # CONFIG_HEADER section.
7631 # These sed commands are passed to sed as "A NAME B NAME C VALUE D
", where
7632 # NAME is the cpp macro being defined and VALUE is the value it is being given.
7634 # ac_d sets the value in "#define NAME VALUE" lines.
7635 ac_dA
='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
7636 ac_dB
='[ ].*$,\1#\2'
7639 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
7640 ac_uA
='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
7641 ac_uB
='$,\1#\2define\3'
7645 for ac_file
in : $CONFIG_HEADERS; do test "x$ac_file" = x
: && continue
7646 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
7648 - |
*:- |
*:-:* ) # input from stdin
7650 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
7651 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
7652 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
7653 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
7654 * ) ac_file_in
=$ac_file.
in ;;
7657 test x
"$ac_file" != x-
&& { echo "$as_me:$LINENO: creating $ac_file" >&5
7658 echo "$as_me: creating $ac_file" >&6;}
7660 # First look for the input files in the build tree, otherwise in the
7662 ac_file_inputs
=`IFS=:
7663 for f in $ac_file_in; do
7665 -) echo $tmp/stdin ;;
7667 # Absolute (can't be DOS-style, as IFS=:)
7668 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
7669 echo "$as_me: error: cannot find input file: $f" >&2;}
7670 { (exit 1); exit 1; }; }
7671 # Do quote $f, to prevent DOS paths from being IFS'd.
7674 if test -f "$f"; then
7677 elif test -f "$srcdir/$f"; then
7682 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
7683 echo "$as_me: error: cannot find input file: $f" >&2;}
7684 { (exit 1); exit 1; }; }
7687 done` ||
{ (exit 1); exit 1; }
7688 # Remove the trailing spaces.
7689 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
7693 # Transform confdefs.h into two sed scripts, `conftest.defines' and
7694 # `conftest.undefs', that substitutes the proper values into
7695 # config.h.in to produce config.h. The first handles `#define'
7696 # templates, and the second `#undef' templates.
7697 # And first: Protect against being on the right side of a sed subst in
7698 # config.status. Protect against being in an unquoted here document
7700 rm -f conftest.defines conftest.undefs
7701 # Using a here document instead of a string reduces the quoting nightmare.
7702 # Putting comments in sed scripts is not portable.
7704 # `end' is used to avoid that the second main sed command (meant for
7705 # 0-ary CPP macros) applies to n-ary macro definitions.
7706 # See the Autoconf documentation for `clear'.
7707 cat >confdef2sed.
sed <<\_ACEOF
7712 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
7714 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
7717 # If some macros were called several times there might be several times
7718 # the same #defines, which is useless. Nevertheless, we may not want to
7719 # sort them, since we want the *last* AC-DEFINE to be honored.
7720 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
7721 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
7722 rm -f confdef2sed.sed
7724 # This sed command replaces #undef with comments. This is necessary, for
7725 # example, in the case of _POSIX_SOURCE, which is predefined and required
7726 # on some systems where configure will not decide to define it.
7727 cat >>conftest.undefs <<\_ACEOF
7728 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
7731 # Break up conftest.defines because some shells have a limit on the size
7732 # of here documents, and old seds have small limits too (100 cmds).
7733 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
7734 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
7735 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
7736 echo ' :' >>$CONFIG_STATUS
7738 while grep . conftest.defines >/dev/null
7740 # Write a limited-size here document to $tmp/defines.sed.
7741 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
7742 # Speed up: don't consider the non `#define' lines.
7743 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
7744 # Work around the forget-to-reset-the-flag bug.
7745 echo 't clr' >>$CONFIG_STATUS
7746 echo ': clr' >>$CONFIG_STATUS
7747 sed ${ac_max_here_lines}q conftest.defines
>>$CONFIG_STATUS
7749 sed -f $tmp/defines.sed $tmp/in >$tmp/out
7753 sed 1,${ac_max_here_lines}d conftest.defines
>conftest.
tail
7754 rm -f conftest.defines
7755 mv conftest.
tail conftest.defines
7757 rm -f conftest.defines
7758 echo ' fi # grep' >>$CONFIG_STATUS
7759 echo >>$CONFIG_STATUS
7761 # Break up conftest.undefs because some shells have a limit on the size
7762 # of here documents, and old seds have small limits too (100 cmds).
7763 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
7765 while grep . conftest.undefs
>/dev
/null
7767 # Write a limited-size here document to $tmp/undefs.sed.
7768 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
7769 # Speed up: don't consider the non
`#undef'
7770 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
7771 # Work around the forget-to-reset-the-flag bug.
7772 echo 't clr' >>$CONFIG_STATUS
7773 echo ': clr' >>$CONFIG_STATUS
7774 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
7776 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
7780 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
7781 rm -f conftest.undefs
7782 mv conftest.tail conftest.undefs
7784 rm -f conftest.undefs
7786 cat >>$CONFIG_STATUS <<\_ACEOF
7787 # Let's still pretend it is `configure
' which instantiates (i.e., don't
7788 # use $as_me), people would be surprised to read:
7789 # /* config.h. Generated by config.status. */
7790 if test x
"$ac_file" = x-
; then
7791 echo "/* Generated by configure. */" >$tmp/config.h
7793 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
7795 cat $tmp/in >>$tmp/config.h
7797 if test x
"$ac_file" != x-
; then
7798 if diff $ac_file $tmp/config.h
>/dev
/null
2>&1; then
7799 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
7800 echo "$as_me: $ac_file is unchanged" >&6;}
7802 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
7803 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7804 X"$ac_file" : 'X\(//\)[^/]' \| \
7805 X"$ac_file" : 'X\(//\)$' \| \
7806 X"$ac_file" : 'X\(/\)' \| \
7807 . : '\(.\)' 2>/dev/null ||
7809 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
7810 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
7811 /^X\(\/\/\)$/{ s//\1/; q; }
7812 /^X\(\/\).*/{ s//\1/; q; }
7814 { if $as_mkdir_p; then
7819 while test ! -d "$as_dir"; do
7820 as_dirs
="$as_dir $as_dirs"
7821 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
7822 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7823 X"$as_dir" : 'X\(//\)[^/]' \| \
7824 X"$as_dir" : 'X\(//\)$' \| \
7825 X"$as_dir" : 'X\(/\)' \| \
7826 . : '\(.\)' 2>/dev/null ||
7828 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
7829 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
7830 /^X\(\/\/\)$/{ s//\1/; q; }
7831 /^X\(\/\).*/{ s//\1/; q; }
7834 test ! -n "$as_dirs" || mkdir
$as_dirs
7835 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
7836 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
7837 { (exit 1); exit 1; }; }; }
7840 mv $tmp/config.h
$ac_file
7846 # Compute $ac_file's index in $config_headers.
7848 for _am_header
in $config_headers :; do
7850 $ac_file |
$ac_file:* )
7853 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
7856 echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
7857 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7858 X$ac_file : 'X\(//\)[^/]' \| \
7859 X$ac_file : 'X\(//\)$' \| \
7860 X$ac_file : 'X\(/\)' \| \
7861 . : '\(.\)' 2>/dev/null ||
7863 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
7864 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
7865 /^X\(\/\/\)$/{ s//\1/; q; }
7866 /^X\(\/\).*/{ s//\1/; q; }
7867 s/.*/./; q'`/stamp-h
$_am_stamp_count
7870 cat >>$CONFIG_STATUS <<\_ACEOF
7873 # CONFIG_COMMANDS section.
7875 for ac_file
in : $CONFIG_COMMANDS; do test "x$ac_file" = x
: && continue
7876 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
7877 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
7878 ac_dir
=`(dirname "$ac_dest") 2>/dev/null ||
7879 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7880 X"$ac_dest" : 'X\(//\)[^/]' \| \
7881 X"$ac_dest" : 'X\(//\)$' \| \
7882 X"$ac_dest" : 'X\(/\)' \| \
7883 . : '\(.\)' 2>/dev/null ||
7885 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
7886 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
7887 /^X\(\/\/\)$/{ s//\1/; q; }
7888 /^X\(\/\).*/{ s//\1/; q; }
7890 { if $as_mkdir_p; then
7895 while test ! -d "$as_dir"; do
7896 as_dirs
="$as_dir $as_dirs"
7897 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
7898 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7899 X"$as_dir" : 'X\(//\)[^/]' \| \
7900 X"$as_dir" : 'X\(//\)$' \| \
7901 X"$as_dir" : 'X\(/\)' \| \
7902 . : '\(.\)' 2>/dev/null ||
7904 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
7905 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
7906 /^X\(\/\/\)$/{ s//\1/; q; }
7907 /^X\(\/\).*/{ s//\1/; q; }
7910 test ! -n "$as_dirs" || mkdir
$as_dirs
7911 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
7912 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
7913 { (exit 1); exit 1; }; }; }
7917 if test "$ac_dir" != .
; then
7918 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
7919 # A "../" for each directory in $ac_dir_suffix.
7920 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
7922 ac_dir_suffix
= ac_top_builddir
=
7926 .
) # No --srcdir option. We are building in place.
7928 if test -z "$ac_top_builddir"; then
7931 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
7933 [\\/]* | ?
:[\\/]* ) # Absolute path.
7934 ac_srcdir
=$srcdir$ac_dir_suffix;
7935 ac_top_srcdir
=$srcdir ;;
7937 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
7938 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
7941 # Do not use `cd foo && pwd` to compute absolute paths, because
7942 # the directories may not exist.
7944 .
) ac_abs_builddir
="$ac_dir";;
7947 .
) ac_abs_builddir
=`pwd`;;
7948 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
7949 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
7952 case $ac_abs_builddir in
7953 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
7955 case ${ac_top_builddir}.
in
7956 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
7957 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
7958 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
7961 case $ac_abs_builddir in
7962 .
) ac_abs_srcdir
=$ac_srcdir;;
7965 .
) ac_abs_srcdir
=$ac_abs_builddir;;
7966 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
7967 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
7970 case $ac_abs_builddir in
7971 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
7973 case $ac_top_srcdir in
7974 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
7975 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
7976 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
7981 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
7982 echo "$as_me: executing $ac_dest commands" >&6;}
7985 # Only add multilib support code if we just rebuilt the top-level
7987 case " $CONFIG_FILES " in
7989 ac_file
=Makefile .
${multi_basedir}/config-ml.
in
7992 depfiles
) test x
"$AMDEP_TRUE" != x
"" ||
for mf
in $CONFIG_FILES; do
7993 # Strip MF so we end up with the name of the file.
7994 mf
=`echo "$mf" | sed -e 's/:.*$//'`
7995 # Check whether this is an Automake generated Makefile or not.
7996 # We used to match only the files named `Makefile.in', but
7997 # some people rename them; so instead we look at the file content.
7998 # Grep'ing the first line is not enough: some people post-process
7999 # each Makefile.in and add a new line on top of each file to say so.
8000 # So let's grep whole file.
8001 if grep '^#.*generated by automake' $mf > /dev
/null
2>&1; then
8002 dirpart
=`(dirname "$mf") 2>/dev/null ||
8003 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8004 X"$mf" : 'X\(//\)[^/]' \| \
8005 X"$mf" : 'X\(//\)$' \| \
8006 X"$mf" : 'X\(/\)' \| \
8007 . : '\(.\)' 2>/dev/null ||
8009 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8010 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8011 /^X\(\/\/\)$/{ s//\1/; q; }
8012 /^X\(\/\).*/{ s//\1/; q; }
8017 # Extract the definition of DEPDIR, am__include, and am__quote
8018 # from the Makefile without running `make'.
8019 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
8020 test -z "$DEPDIR" && continue
8021 am__include
=`sed -n 's/^am__include = //p' < "$mf"`
8022 test -z "am__include" && continue
8023 am__quote
=`sed -n 's/^am__quote = //p' < "$mf"`
8024 # When using ansi2knr, U may be empty or an underscore; expand it
8025 U
=`sed -n 's/^U = //p' < "$mf"`
8026 # Find all dependency output files, they are included files with
8027 # $(DEPDIR) in their names. We invoke sed twice because it is the
8028 # simplest approach to changing $(DEPDIR) to its actual value in the
8030 for file in `sed -n "
8031 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
8032 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
8033 # Make sure the directory exists.
8034 test -f "$dirpart/$file" && continue
8035 fdir
=`(dirname "$file") 2>/dev/null ||
8036 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8037 X"$file" : 'X\(//\)[^/]' \| \
8038 X"$file" : 'X\(//\)$' \| \
8039 X"$file" : 'X\(/\)' \| \
8040 . : '\(.\)' 2>/dev/null ||
8042 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8043 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8044 /^X\(\/\/\)$/{ s//\1/; q; }
8045 /^X\(\/\).*/{ s//\1/; q; }
8047 { if $as_mkdir_p; then
8048 mkdir
-p $dirpart/$fdir
8050 as_dir
=$dirpart/$fdir
8052 while test ! -d "$as_dir"; do
8053 as_dirs
="$as_dir $as_dirs"
8054 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
8055 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
8056 X"$as_dir" : 'X\(//\)[^/]' \| \
8057 X"$as_dir" : 'X\(//\)$' \| \
8058 X"$as_dir" : 'X\(/\)' \| \
8059 . : '\(.\)' 2>/dev/null ||
8061 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
8062 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
8063 /^X\(\/\/\)$/{ s//\1/; q; }
8064 /^X\(\/\).*/{ s//\1/; q; }
8067 test ! -n "$as_dirs" || mkdir
$as_dirs
8068 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
8069 echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
8070 { (exit 1); exit 1; }; }; }
8072 # echo "creating $dirpart/$file"
8073 echo '# dummy' > "$dirpart/$file"
8081 cat >>$CONFIG_STATUS <<\_ACEOF
8083 { (exit 0); exit 0; }
8085 chmod +x
$CONFIG_STATUS
8086 ac_clean_files
=$ac_clean_files_save
8089 # configure is writing to config.log, and then calls config.status.
8090 # config.status does its own redirection, appending to config.log.
8091 # Unfortunately, on DOS this fails, as config.log is still kept open
8092 # by configure, so config.status won't be able to write to it; its
8093 # output is simply discarded. So we exec the FD to /dev/null,
8094 # effectively closing config.log, so it can be properly (re)opened and
8095 # appended to by config.status. When coming back to configure, we
8096 # need to make the FD available again.
8097 if test "$no_create" != yes; then
8099 ac_config_status_args
=
8100 test "$silent" = yes &&
8101 ac_config_status_args
="$ac_config_status_args --quiet"
8103 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
8105 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
8106 # would make configure fail if this is the last instruction.
8107 $ac_cs_success ||
{ (exit 1); exit 1; }