2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.59 for package-unused version-unused.
5 # Copyright (C) 2003 Free Software Foundation, Inc.
6 # This configure script is free software; the Free Software Foundation
7 # gives unlimited permission to copy, distribute and modify it.
8 ## --------------------- ##
9 ## M4sh Initialization. ##
10 ## --------------------- ##
12 # Be Bourne compatible
13 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
16 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
17 # is contrary to our usage. Disable this feature.
18 alias -g '${1+"$@"}'='"$@"'
19 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
22 DUALCASE
=1; export DUALCASE
# for MKS sh
24 # Support unset when possible.
25 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
32 # Work around bugs in pre-3.0 UWIN ksh.
33 $as_unset ENV MAIL MAILPATH
40 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
44 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45 eval $as_var=C
; export $as_var
51 # Required to use basename.
52 if expr a
: '\(a\)' >/dev
/null
2>&1; then
58 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
65 # Name of the executable.
66 as_me
=`$as_basename "$0" ||
67 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68 X"$0" : 'X\(//\)$' \| \
69 X"$0" : 'X\(/\)$' \| \
70 . : '\(.\)' 2>/dev/null ||
72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73 /^X\/\(\/\/\)$/{ s//\1/; q; }
74 /^X\/\(\/\).*/{ s//\1/; q; }
78 # PATH needs CR, and LINENO needs CR and PATH.
79 # Avoid depending upon Character Ranges.
80 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
81 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
83 as_cr_digits
='0123456789'
84 as_cr_alnum
=$as_cr_Letters$as_cr_digits
86 # The user is always right.
87 if test "${PATH_SEPARATOR+set}" != set; then
88 echo "#! /bin/sh" >conf$$.sh
89 echo "exit 0" >>conf$$.sh
91 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
102 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
103 test "x$as_lineno_1" != "x$as_lineno_2" &&
104 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
105 # Find who we are. Look in the path if we contain no path at all
108 *[\\/]* ) as_myself
=$0 ;;
109 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
113 test -z "$as_dir" && as_dir
=.
114 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
119 # We did not find ourselves, most probably we were run as `sh COMMAND'
120 # in which case we are not to be found in the path.
121 if test "x$as_myself" = x
; then
124 if test ! -f "$as_myself"; then
125 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126 { (exit 1); exit 1; }; }
128 case $CONFIG_SHELL in
130 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
131 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
134 test -z "$as_dir" && as_dir
=.
135 for as_base
in sh bash ksh sh5
; do
138 if ("$as_dir/$as_base" -c '
141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142 test "x$as_lineno_1" != "x$as_lineno_2" &&
143 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
144 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
145 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
146 CONFIG_SHELL
=$as_dir/$as_base
148 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
156 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157 # uniformly replaced by the line number. The first 'sed' inserts a
158 # line-number line before each line; the second 'sed' does the real
159 # work. The second script uses 'N' to pair each line-number line
160 # with the numbered line, and appends trailing '-' during
161 # substitution so that $LINENO is not a special case at line end.
162 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
164 sed '=' <$as_myself |
169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
172 s,^['$as_cr_digits']*\n,,
174 chmod +x
$as_me.lineno ||
175 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176 { (exit 1); exit 1; }; }
178 # Don't try to exec as it changes $[0], causing all sort of problems
179 # (the dirname of $[0] is not the place where we might find the
180 # original and so on. Autoconf is especially sensible to this).
182 # Exit status is that of the last command.
187 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188 *c
*,-n*) ECHO_N
= ECHO_C
='
190 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
191 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
194 if expr a
: '\(a\)' >/dev
/null
2>&1; then
200 rm -f conf$$ conf$$.exe conf$$.
file
202 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
203 # We could just check for DJGPP; but this test a) works b) is more generic
204 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
205 if test -f conf$$.exe
; then
206 # Don't use ln at all; we don't have any links
211 elif ln conf$$.
file conf$$
2>/dev
/null
; then
216 rm -f conf$$ conf$$.exe conf$$.
file
218 if mkdir
-p .
2>/dev
/null
; then
221 test -d .
/-p && rmdir .
/-p
225 as_executable_p
="test -f"
227 # Sed expression to map a string onto a valid CPP name.
228 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
230 # Sed expression to map a string onto a valid variable name.
231 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
235 # We need space, tab and new line, in precisely that order.
245 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
246 # so uname gets run too.
247 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
254 ac_default_prefix
=/usr
/local
255 ac_config_libobj_dir
=.
260 SHELL
=${CONFIG_SHELL-/bin/sh}
262 # Maximum number of lines to put in a shell here document.
263 # This variable seems obsolete. It should probably be removed, and
264 # only ac_max_sed_lines should be used.
265 : ${ac_max_here_lines=38}
267 # Identity of this package.
268 PACKAGE_NAME
='package-unused'
269 PACKAGE_TARNAME
='libobjc'
270 PACKAGE_VERSION
='version-unused'
271 PACKAGE_STRING
='package-unused version-unused'
274 ac_unique_file
="objc/objc.h"
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 build build_cpu build_vendor build_os build_subdir host_subdir target_subdir VERSION OBJC_BOEHM_GC toplevel_srcdir host host_cpu host_vendor host_os target target_cpu target_vendor target_os target_noncanonical glibcpp_srcdir toolexecdir toolexeclibdir includedirname libext CC ac_ct_CC EXEEXT OBJEXT CFLAGS AS ac_ct_AS AR ac_ct_AR RANLIB ac_ct_RANLIB INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT LN_S STRIP ac_ct_STRIP LIBTOOL SET_MAKE CPP CPPFLAGS EGREP 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_CPP_set
=${CPP+set}
754 ac_env_CPP_value
=$CPP
755 ac_cv_env_CPP_set
=${CPP+set}
756 ac_cv_env_CPP_value
=$CPP
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
763 # Report the --help message.
765 if test "$ac_init_help" = "long"; then
766 # Omit some internal or obsolete options to make the list less imposing.
767 # This message is too long to be a string in the A/UX 3.1 sh.
769 \`configure' configures package-unused version-unused to adapt to many kinds of systems.
771 Usage: $0 [OPTION]... [VAR=VALUE]...
773 To assign environment variables (e.g., CC, CFLAGS...), specify them as
774 VAR=VALUE. See below for descriptions of some of the useful variables.
776 Defaults for the options are specified in brackets.
779 -h, --help display this help and exit
780 --help=short display options specific to this package
781 --help=recursive display the short help of all the included packages
782 -V, --version display version information and exit
783 -q, --quiet, --silent do not print \`checking...' messages
784 --cache-file=FILE cache test results in FILE [disabled]
785 -C, --config-cache alias for \`--cache-file=config.cache'
786 -n, --no-create do not create output files
787 --srcdir=DIR find the sources in DIR [configure dir or \`..']
792 Installation directories:
793 --prefix=PREFIX install architecture-independent files in PREFIX
795 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
798 By default, \`make install' will install all the files in
799 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
800 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
801 for instance \`--prefix=\$HOME'.
803 For better control, use the options below.
805 Fine tuning of the installation directories:
806 --bindir=DIR user executables [EPREFIX/bin]
807 --sbindir=DIR system admin executables [EPREFIX/sbin]
808 --libexecdir=DIR program executables [EPREFIX/libexec]
809 --datadir=DIR read-only architecture-independent data [PREFIX/share]
810 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
811 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
812 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
813 --libdir=DIR object code libraries [EPREFIX/lib]
814 --includedir=DIR C header files [PREFIX/include]
815 --oldincludedir=DIR C header files for non-gcc [/usr/include]
816 --infodir=DIR info documentation [PREFIX/info]
817 --mandir=DIR man documentation [PREFIX/man]
823 --build=BUILD configure
for building on BUILD
[guessed
]
824 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
825 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
829 if test -n "$ac_init_help"; then
830 case $ac_init_help in
831 short | recursive
) echo "Configuration of package-unused version-unused:";;
836 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
837 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
838 --enable-multilib build hella library versions
(default
)
839 --enable-version-specific-runtime-libs Specify that runtime libraries should be installed
in a compiler-specific directory
840 --enable-objc-gc enable the use of Boehm
's garbage collector with
841 the GNU Objective-C runtime.
842 --enable-maintainer-mode enable make rules and dependencies not useful
843 (and sometimes confusing) to the casual installer
844 --enable-shared=PKGS build shared libraries default=yes
845 --enable-static=PKGS build static libraries default=yes
846 --enable-fast-install=PKGS optimize for fast installation default=yes
847 --disable-libtool-lock avoid locking (might break parallel builds)
848 --enable-sjlj-exceptions
849 force use of builtin_setjmp for exceptions
852 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
853 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
854 --with-target-subdir=SUBDIR
855 configuring in a subdirectory
856 --with-cross-host=HOST configuring with a cross compiler
857 --with-gnu-ld assume the C compiler uses GNU ld default=no
858 --with-pic try to use only PIC/non-PIC objects default=use both
860 Some influential environment variables:
861 CC C compiler command
862 CFLAGS C compiler flags
863 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
864 nonstandard directory <lib dir>
865 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
866 headers in a nonstandard directory <include dir>
869 Use these variables to override the choices made by `configure' or to
help
870 it to
find libraries and programs with nonstandard names
/locations.
875 if test "$ac_init_help" = "recursive"; then
876 # If there are subdirs, report their specific --help.
878 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
879 test -d $ac_dir ||
continue
882 if test "$ac_dir" != .
; then
883 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
884 # A "../" for each directory in $ac_dir_suffix.
885 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
887 ac_dir_suffix
= ac_top_builddir
=
891 .
) # No --srcdir option. We are building in place.
893 if test -z "$ac_top_builddir"; then
896 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
898 [\\/]* | ?
:[\\/]* ) # Absolute path.
899 ac_srcdir
=$srcdir$ac_dir_suffix;
900 ac_top_srcdir
=$srcdir ;;
902 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
903 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
906 # Do not use `cd foo && pwd` to compute absolute paths, because
907 # the directories may not exist.
909 .
) ac_abs_builddir
="$ac_dir";;
912 .
) ac_abs_builddir
=`pwd`;;
913 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
914 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
917 case $ac_abs_builddir in
918 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
920 case ${ac_top_builddir}.
in
921 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
922 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
923 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
926 case $ac_abs_builddir in
927 .
) ac_abs_srcdir
=$ac_srcdir;;
930 .
) ac_abs_srcdir
=$ac_abs_builddir;;
931 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
932 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
935 case $ac_abs_builddir in
936 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
938 case $ac_top_srcdir in
939 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
940 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
941 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
946 # Check for guested configure; otherwise get Cygnus style configure.
947 if test -f $ac_srcdir/configure.gnu
; then
949 $SHELL $ac_srcdir/configure.gnu
--help=recursive
950 elif test -f $ac_srcdir/configure
; then
952 $SHELL $ac_srcdir/configure
--help=recursive
953 elif test -f $ac_srcdir/configure.ac ||
954 test -f $ac_srcdir/configure.
in; then
958 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
964 test -n "$ac_init_help" && exit 0
965 if $ac_init_version; then
967 package-unused configure version-unused
968 generated by GNU Autoconf
2.59
970 Copyright
(C
) 2003 Free Software Foundation
, Inc.
971 This configure
script is free software
; the Free Software Foundation
972 gives unlimited permission to copy
, distribute and modify it.
978 This file contains any messages produced by compilers while
979 running configure, to aid debugging if configure makes a mistake.
981 It was created by package-unused $as_me version-unused, which was
982 generated by GNU Autoconf 2.59. Invocation command line was
993 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
994 uname -m = `(uname -m) 2>/dev/null || echo unknown`
995 uname -r = `(uname -r) 2>/dev/null || echo unknown`
996 uname -s = `(uname -s) 2>/dev/null || echo unknown`
997 uname -v = `(uname -v) 2>/dev/null || echo unknown`
999 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1000 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1002 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1003 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1004 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1005 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1006 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1007 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1008 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1012 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1016 test -z "$as_dir" && as_dir
=.
1017 echo "PATH: $as_dir"
1032 # Keep a trace of the command line.
1033 # Strip out --no-create and --no-recursion so they do not pile up.
1034 # Strip out --silent because we don't want to record it for future runs.
1035 # Also quote any args containing shell meta-characters.
1036 # Make two passes to allow for proper duplicate-argument suppression.
1041 ac_must_keep_next
=false
1047 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
1048 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1049 |
-silent |
--silent |
--silen |
--sile |
--sil)
1051 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1052 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1055 1) ac_configure_args0
="$ac_configure_args0 '$ac_arg'" ;;
1057 ac_configure_args1
="$ac_configure_args1 '$ac_arg'"
1058 if test $ac_must_keep_next = true
; then
1059 ac_must_keep_next
=false
# Got value, back to normal.
1062 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
1063 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
1064 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
1065 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
1066 case "$ac_configure_args0 " in
1067 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1070 -* ) ac_must_keep_next
=true
;;
1073 ac_configure_args
="$ac_configure_args$ac_sep'$ac_arg'"
1074 # Get rid of the leading space.
1080 $as_unset ac_configure_args0 ||
test "${ac_configure_args0+set}" != set ||
{ ac_configure_args0
=; export ac_configure_args0
; }
1081 $as_unset ac_configure_args1 ||
test "${ac_configure_args1+set}" != set ||
{ ac_configure_args1
=; export ac_configure_args1
; }
1083 # When interrupted or exit'd, cleanup temporary files, and complete
1084 # config.log. We remove comments because anyway the quotes in there
1085 # would cause problems or look ugly.
1086 # WARNING: Be sure not to use single quotes in there, as some shells,
1087 # such as our DU 5.0 friend, will then `close' the trap.
1088 trap 'exit_status=$?
1089 # Save into config.log some information that might help in debugging.
1094 ## ---------------- ##
1095 ## Cache variables. ##
1096 ## ---------------- ##
1099 # The following way of writing the cache mishandles newlines in values,
1102 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1105 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1106 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1110 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1117 ## ----------------- ##
1118 ## Output variables. ##
1119 ## ----------------- ##
1122 for ac_var in $ac_subst_vars
1124 eval ac_val=$`echo $ac_var`
1125 echo "$ac_var='"'"'$ac_val'"'"'"
1129 if test -n "$ac_subst_files"; then
1136 for ac_var in $ac_subst_files
1138 eval ac_val=$`echo $ac_var`
1139 echo "$ac_var='"'"'$ac_val'"'"'"
1144 if test -s confdefs.h; then
1151 sed "/^$/d" confdefs.h | sort
1154 test "$ac_signal" != 0 &&
1155 echo "$as_me: caught signal $ac_signal"
1156 echo "$as_me: exit $exit_status"
1158 rm -f core *.core &&
1159 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1162 for ac_signal
in 1 2 13 15; do
1163 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1167 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1168 rm -rf conftest
* confdefs.h
1169 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1172 # Predefined preprocessor variables.
1174 cat >>confdefs.h
<<_ACEOF
1175 #define PACKAGE_NAME "$PACKAGE_NAME"
1179 cat >>confdefs.h
<<_ACEOF
1180 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1184 cat >>confdefs.h
<<_ACEOF
1185 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1189 cat >>confdefs.h
<<_ACEOF
1190 #define PACKAGE_STRING "$PACKAGE_STRING"
1194 cat >>confdefs.h
<<_ACEOF
1195 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1199 # Let the site file select an alternate cache file if it wants to.
1200 # Prefer explicitly selected file to automatically selected ones.
1201 if test -z "$CONFIG_SITE"; then
1202 if test "x$prefix" != xNONE
; then
1203 CONFIG_SITE
="$prefix/share/config.site $prefix/etc/config.site"
1205 CONFIG_SITE
="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1208 for ac_site_file
in $CONFIG_SITE; do
1209 if test -r "$ac_site_file"; then
1210 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1211 echo "$as_me: loading site script $ac_site_file" >&6;}
1212 sed 's/^/| /' "$ac_site_file" >&5
1217 if test -r "$cache_file"; then
1218 # Some versions of bash will fail to source /dev/null (special
1219 # files actually), so we avoid doing that.
1220 if test -f "$cache_file"; then
1221 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1222 echo "$as_me: loading cache $cache_file" >&6;}
1224 [\\/]* | ?
:[\\/]* ) .
$cache_file;;
1225 *) . .
/$cache_file;;
1229 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1230 echo "$as_me: creating cache $cache_file" >&6;}
1234 # Check that the precious variables saved in the cache have kept the same
1236 ac_cache_corrupted
=false
1237 for ac_var
in `(set) 2>&1 |
1238 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1239 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
1240 eval ac_new_set
=\
$ac_env_${ac_var}_set
1241 eval ac_old_val
="\$ac_cv_env_${ac_var}_value"
1242 eval ac_new_val
="\$ac_env_${ac_var}_value"
1243 case $ac_old_set,$ac_new_set in
1245 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1246 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1247 ac_cache_corrupted
=: ;;
1249 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1250 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1251 ac_cache_corrupted
=: ;;
1254 if test "x$ac_old_val" != "x$ac_new_val"; then
1255 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1256 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1257 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1258 echo "$as_me: former value: $ac_old_val" >&2;}
1259 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1260 echo "$as_me: current value: $ac_new_val" >&2;}
1261 ac_cache_corrupted
=:
1264 # Pass precious variables to config.status.
1265 if test "$ac_new_set" = set; then
1267 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1268 ac_arg
=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1269 *) ac_arg
=$ac_var=$ac_new_val ;;
1271 case " $ac_configure_args " in
1272 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1273 *) ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
1277 if $ac_cache_corrupted; then
1278 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1279 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1280 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1281 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1282 { (exit 1); exit 1; }; }
1286 ac_cpp
='$CPP $CPPFLAGS'
1287 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1288 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1289 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1319 for ac_dir
in $srcdir $srcdir/..
$srcdir/..
/..
; do
1320 if test -f $ac_dir/install-sh
; then
1322 ac_install_sh
="$ac_aux_dir/install-sh -c"
1324 elif test -f $ac_dir/install.sh
; then
1326 ac_install_sh
="$ac_aux_dir/install.sh -c"
1328 elif test -f $ac_dir/shtool
; then
1330 ac_install_sh
="$ac_aux_dir/shtool install -c"
1334 if test -z "$ac_aux_dir"; then
1335 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1336 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1337 { (exit 1); exit 1; }; }
1339 ac_config_guess
="$SHELL $ac_aux_dir/config.guess"
1340 ac_config_sub
="$SHELL $ac_aux_dir/config.sub"
1341 ac_configure
="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1343 # Make sure we can run config.sub.
1344 $ac_config_sub sun4
>/dev
/null
2>&1 ||
1345 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1346 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1347 { (exit 1); exit 1; }; }
1349 echo "$as_me:$LINENO: checking build system type" >&5
1350 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1351 if test "${ac_cv_build+set}" = set; then
1352 echo $ECHO_N "(cached) $ECHO_C" >&6
1354 ac_cv_build_alias
=$build_alias
1355 test -z "$ac_cv_build_alias" &&
1356 ac_cv_build_alias
=`$ac_config_guess`
1357 test -z "$ac_cv_build_alias" &&
1358 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1359 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1360 { (exit 1); exit 1; }; }
1361 ac_cv_build
=`$ac_config_sub $ac_cv_build_alias` ||
1362 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1363 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1364 { (exit 1); exit 1; }; }
1367 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1368 echo "${ECHO_T}$ac_cv_build" >&6
1370 build_cpu
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1371 build_vendor
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1372 build_os
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1375 case ${build_alias} in
1376 "") build_noncanonical
=${build} ;;
1377 *) build_noncanonical
=${build_alias} ;;
1380 case ${host_alias} in
1381 "") host_noncanonical
=${build_noncanonical} ;;
1382 *) host_noncanonical
=${host_alias} ;;
1385 case ${target_alias} in
1386 "") target_noncanonical
=${host_noncanonical} ;;
1387 *) target_noncanonical
=${target_alias} ;;
1390 # Prefix 'build-' so this never conflicts with target_subdir.
1391 build_subdir
="build-${build_noncanonical}"
1392 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
1393 if ( test $srcdir = .
&& test -d gcc
) \
1394 ||
test -d $srcdir/..
/host-
${host_noncanonical}; then
1395 host_subdir
="host-${host_noncanonical}"
1400 target_subdir
=${target_noncanonical}
1403 # We need the following definitions because AC_PROG_LIBTOOL relies on them
1405 # Version is pulled out to make it a bit easier to change using sed.
1409 # This works around the fact that libtool configuration may change LD
1410 # for this particular configuration, but some shells, instead of
1411 # keeping the changes in LD private, export them just because LD is
1413 ORIGINAL_LD_FOR_MULTILIBS
=$LD
1419 # Default to --enable-multilib
1420 # Check whether --enable-multilib or --disable-multilib was given.
1421 if test "${enable_multilib+set}" = set; then
1422 enableval
="$enable_multilib"
1423 case "${enableval}" in
1424 yes) multilib
=yes ;;
1426 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for multilib option" >&5
1427 echo "$as_me: error: bad value ${enableval} for multilib option" >&2;}
1428 { (exit 1); exit 1; }; } ;;
1434 # We use these options to decide which functions to include.
1436 # Check whether --with-target-subdir or --without-target-subdir was given.
1437 if test "${with_target_subdir+set}" = set; then
1438 withval
="$with_target_subdir"
1442 # Check whether --with-cross-host or --without-cross-host was given.
1443 if test "${with_cross_host+set}" = set; then
1444 withval
="$with_cross_host"
1448 echo "$as_me:$LINENO: checking for --enable-version-specific-runtime-libs" >&5
1449 echo $ECHO_N "checking for --enable-version-specific-runtime-libs... $ECHO_C" >&6
1450 # Check whether --enable-version-specific-runtime-libs or --disable-version-specific-runtime-libs was given.
1451 if test "${enable_version_specific_runtime_libs+set}" = set; then
1452 enableval
="$enable_version_specific_runtime_libs"
1453 case "$enableval" in
1454 yes) version_specific_libs
=yes ;;
1455 no
) version_specific_libs
=no
;;
1456 *) { { echo "$as_me:$LINENO: error: Unknown argument to enable/disable version-specific libs" >&5
1457 echo "$as_me: error: Unknown argument to enable/disable version-specific libs" >&2;}
1458 { (exit 1); exit 1; }; };;
1461 version_specific_libs
=no
1463 echo "$as_me:$LINENO: result: $version_specific_libs" >&5
1464 echo "${ECHO_T}$version_specific_libs" >&6
1466 # Check whether --enable-objc-gc or --disable-objc-gc was given.
1467 if test "${enable_objc_gc+set}" = set; then
1468 enableval
="$enable_objc_gc"
1469 case $enable_objc_gc in
1470 no
) OBJC_BOEHM_GC
='' ;;
1471 *) OBJC_BOEHM_GC
=libobjc_gc.la
;;
1482 # When building with srcdir == objdir, links to the source files will
1483 # be created in directories within the target_subdir. We have to
1484 # adjust toplevel_srcdir accordingly, so that configure finds
1485 # install-sh and other auxiliary files that live in the top-level
1487 if test "${srcdir}" = "."; then
1488 if test -z "${with_target_subdir}"; then
1491 if test "${with_target_subdir}" != "."; then
1492 toprel
="${with_multisrctop}../.."
1494 toprel
="${with_multisrctop}.."
1501 for ac_dir
in ${srcdir}/$toprel $srcdir/${srcdir}/$toprel; do
1502 if test -f $ac_dir/install-sh
; then
1504 ac_install_sh
="$ac_aux_dir/install-sh -c"
1506 elif test -f $ac_dir/install.sh
; then
1508 ac_install_sh
="$ac_aux_dir/install.sh -c"
1510 elif test -f $ac_dir/shtool
; then
1512 ac_install_sh
="$ac_aux_dir/shtool install -c"
1516 if test -z "$ac_aux_dir"; then
1517 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ${srcdir}/$toprel $srcdir/${srcdir}/$toprel" >&5
1518 echo "$as_me: error: cannot find install-sh or install.sh in ${srcdir}/$toprel $srcdir/${srcdir}/$toprel" >&2;}
1519 { (exit 1); exit 1; }; }
1521 ac_config_guess="$SHELL $ac_aux_dir/config.guess
"
1522 ac_config_sub="$SHELL $ac_aux_dir/config.sub
"
1523 ac_configure="$SHELL $ac_aux_dir/configure
" # This should be Cygnus configure.
1525 toplevel_srcdir=\${srcdir}/$toprel
1528 echo "$as_me:$LINENO: checking
host system
type" >&5
1529 echo $ECHO_N "checking
host system
type...
$ECHO_C" >&6
1530 if test "${ac_cv_host+set}" = set; then
1531 echo $ECHO_N "(cached
) $ECHO_C" >&6
1533 ac_cv_host_alias=$host_alias
1534 test -z "$ac_cv_host_alias" &&
1535 ac_cv_host_alias=$ac_cv_build_alias
1536 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1537 { { echo "$as_me:$LINENO: error
: $ac_config_sub $ac_cv_host_alias failed
" >&5
1538 echo "$as_me: error
: $ac_config_sub $ac_cv_host_alias failed
" >&2;}
1539 { (exit 1); exit 1; }; }
1542 echo "$as_me:$LINENO: result
: $ac_cv_host" >&5
1543 echo "${ECHO_T}$ac_cv_host" >&6
1545 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1546 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1547 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1550 echo "$as_me:$LINENO: checking target system
type" >&5
1551 echo $ECHO_N "checking target system
type...
$ECHO_C" >&6
1552 if test "${ac_cv_target+set}" = set; then
1553 echo $ECHO_N "(cached
) $ECHO_C" >&6
1555 ac_cv_target_alias=$target_alias
1556 test "x
$ac_cv_target_alias" = "x
" &&
1557 ac_cv_target_alias=$ac_cv_host_alias
1558 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1559 { { echo "$as_me:$LINENO: error
: $ac_config_sub $ac_cv_target_alias failed
" >&5
1560 echo "$as_me: error
: $ac_config_sub $ac_cv_target_alias failed
" >&2;}
1561 { (exit 1); exit 1; }; }
1564 echo "$as_me:$LINENO: result
: $ac_cv_target" >&5
1565 echo "${ECHO_T}$ac_cv_target" >&6
1566 target=$ac_cv_target
1567 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1568 target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1569 target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1572 # The aliases save the names the user supplied, while $host etc.
1573 # will get canonicalized.
1574 test -n "$target_alias" &&
1575 test "$program_prefix$program_suffix$program_transform_name" = \
1577 program_prefix=${target_alias}-
1581 # Export source directory.
1582 # These need to be absolute paths, yet at the same time need to
1583 # canonicalize only relative paths, because then amd will not unmount
1584 # drives. Thus the use of PWDCMD: set it to 'pawd' or 'amq -w' if using amd.
1586 \\/$* | ?:\\/*) glibcpp_srcdir=${srcdir} ;;
1587 *) glibcpp_srcdir=`cd "$srcdir" && ${PWDCMD-pwd} || echo "$srcdir"` ;;
1591 # Calculate toolexeclibdir
1592 # Also toolexecdir, though it's only used in toolexeclibdir
1593 case ${version_specific_libs} in
1595 # Need the gcc compiler version to know where to install libraries
1596 # and header files if --enable-version-specific-runtime-libs option
1598 toolexecdir='$(libdir)/gcc/$(target_noncanonical)'
1599 toolexeclibdir='$(toolexecdir)/$(gcc_version)$(MULTISUBDIR)'
1602 if test -n "$with_cross_host" &&
1603 test x"$with_cross_host" != x"no
"; then
1604 # Install a library built with a cross compiler in tooldir, not libdir.
1605 toolexecdir='$(exec_prefix)/$(target_noncanonical)'
1606 toolexeclibdir='$(toolexecdir)/lib'
1608 toolexecdir='$(libdir)/gcc-lib/$(target_noncanonical)'
1609 toolexeclibdir='$(libdir)'
1611 multi_os_directory=`$CC -print-multi-os-directory`
1612 case $multi_os_directory in
1613 .) ;; # Avoid trailing /.
1614 *) toolexeclibdir=$toolexeclibdir/$multi_os_directory ;;
1621 # Figure out if we want to name the include directory and the
1622 # library name changes differently.
1623 includedirname=include
1627 # Darwin is the only target so far that needs a different include directory.
1628 includedirname=include-gnu-runtime
1635 ac_config_headers="$ac_config_headers config.h
"
1644 # We must force CC to /not/ be a precious variable; otherwise
1645 # the wrong, non-multilib-adjusted value will be used in multilibs.
1646 # As a side effect, we have to subst CFLAGS ourselves.
1650 ac_cpp='$CPP $CPPFLAGS'
1651 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1652 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1653 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1654 if test -n "$ac_tool_prefix"; then
1655 # Extract the first word of "${ac_tool_prefix}gcc
", so it can be a program name with args.
1656 set dummy ${ac_tool_prefix}gcc; ac_word=$2
1657 echo "$as_me:$LINENO: checking
for $ac_word" >&5
1658 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
1659 if test "${ac_cv_prog_CC+set}" = set; then
1660 echo $ECHO_N "(cached
) $ECHO_C" >&6
1662 if test -n "$CC"; then
1663 ac_cv_prog_CC="$CC" # Let the user override the test.
1665 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1669 test -z "$as_dir" && as_dir=.
1670 for ac_exec_ext in '' $ac_executable_extensions; do
1671 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1672 ac_cv_prog_CC="${ac_tool_prefix}gcc
"
1673 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
1682 if test -n "$CC"; then
1683 echo "$as_me:$LINENO: result
: $CC" >&5
1684 echo "${ECHO_T}$CC" >&6
1686 echo "$as_me:$LINENO: result
: no
" >&5
1687 echo "${ECHO_T}no
" >&6
1691 if test -z "$ac_cv_prog_CC"; then
1693 # Extract the first word of "gcc
", so it can be a program name with args.
1694 set dummy gcc; ac_word=$2
1695 echo "$as_me:$LINENO: checking
for $ac_word" >&5
1696 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
1697 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1698 echo $ECHO_N "(cached
) $ECHO_C" >&6
1700 if test -n "$ac_ct_CC"; then
1701 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1703 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1707 test -z "$as_dir" && as_dir=.
1708 for ac_exec_ext in '' $ac_executable_extensions; do
1709 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1710 ac_cv_prog_ac_ct_CC="gcc
"
1711 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
1719 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1720 if test -n "$ac_ct_CC"; then
1721 echo "$as_me:$LINENO: result
: $ac_ct_CC" >&5
1722 echo "${ECHO_T}$ac_ct_CC" >&6
1724 echo "$as_me:$LINENO: result
: no
" >&5
1725 echo "${ECHO_T}no
" >&6
1733 if test -z "$CC"; then
1734 if test -n "$ac_tool_prefix"; then
1735 # Extract the first word of "${ac_tool_prefix}cc
", so it can be a program name with args.
1736 set dummy ${ac_tool_prefix}cc; ac_word=$2
1737 echo "$as_me:$LINENO: checking
for $ac_word" >&5
1738 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
1739 if test "${ac_cv_prog_CC+set}" = set; then
1740 echo $ECHO_N "(cached
) $ECHO_C" >&6
1742 if test -n "$CC"; then
1743 ac_cv_prog_CC="$CC" # Let the user override the test.
1745 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1749 test -z "$as_dir" && as_dir=.
1750 for ac_exec_ext in '' $ac_executable_extensions; do
1751 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1752 ac_cv_prog_CC="${ac_tool_prefix}cc
"
1753 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
1762 if test -n "$CC"; then
1763 echo "$as_me:$LINENO: result
: $CC" >&5
1764 echo "${ECHO_T}$CC" >&6
1766 echo "$as_me:$LINENO: result
: no
" >&5
1767 echo "${ECHO_T}no
" >&6
1771 if test -z "$ac_cv_prog_CC"; then
1773 # Extract the first word of "cc
", so it can be a program name with args.
1774 set dummy cc; ac_word=$2
1775 echo "$as_me:$LINENO: checking
for $ac_word" >&5
1776 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
1777 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1778 echo $ECHO_N "(cached
) $ECHO_C" >&6
1780 if test -n "$ac_ct_CC"; then
1781 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1783 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1787 test -z "$as_dir" && as_dir=.
1788 for ac_exec_ext in '' $ac_executable_extensions; do
1789 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1790 ac_cv_prog_ac_ct_CC="cc
"
1791 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
1799 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1800 if test -n "$ac_ct_CC"; then
1801 echo "$as_me:$LINENO: result
: $ac_ct_CC" >&5
1802 echo "${ECHO_T}$ac_ct_CC" >&6
1804 echo "$as_me:$LINENO: result
: no
" >&5
1805 echo "${ECHO_T}no
" >&6
1814 if test -z "$CC"; then
1815 # Extract the first word of "cc
", so it can be a program name with args.
1816 set dummy cc; ac_word=$2
1817 echo "$as_me:$LINENO: checking
for $ac_word" >&5
1818 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
1819 if test "${ac_cv_prog_CC+set}" = set; then
1820 echo $ECHO_N "(cached
) $ECHO_C" >&6
1822 if test -n "$CC"; then
1823 ac_cv_prog_CC="$CC" # Let the user override the test.
1826 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1830 test -z "$as_dir" && as_dir=.
1831 for ac_exec_ext in '' $ac_executable_extensions; do
1832 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1833 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr
/ucb
/cc
"; then
1834 ac_prog_rejected=yes
1838 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
1844 if test $ac_prog_rejected = yes; then
1845 # We found a bogon in the path, so make sure we never use it.
1846 set dummy $ac_cv_prog_CC
1848 if test $# != 0; then
1849 # We chose a different compiler from the bogus one.
1850 # However, it has the same basename, so the bogon will be chosen
1851 # first if we set CC to just the basename; use the full file name.
1853 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@
"
1859 if test -n "$CC"; then
1860 echo "$as_me:$LINENO: result
: $CC" >&5
1861 echo "${ECHO_T}$CC" >&6
1863 echo "$as_me:$LINENO: result
: no
" >&5
1864 echo "${ECHO_T}no
" >&6
1868 if test -z "$CC"; then
1869 if test -n "$ac_tool_prefix"; then
1872 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1873 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1874 echo "$as_me:$LINENO: checking
for $ac_word" >&5
1875 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
1876 if test "${ac_cv_prog_CC+set}" = set; then
1877 echo $ECHO_N "(cached
) $ECHO_C" >&6
1879 if test -n "$CC"; then
1880 ac_cv_prog_CC="$CC" # Let the user override the test.
1882 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1886 test -z "$as_dir" && as_dir=.
1887 for ac_exec_ext in '' $ac_executable_extensions; do
1888 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1889 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1890 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
1899 if test -n "$CC"; then
1900 echo "$as_me:$LINENO: result
: $CC" >&5
1901 echo "${ECHO_T}$CC" >&6
1903 echo "$as_me:$LINENO: result
: no
" >&5
1904 echo "${ECHO_T}no
" >&6
1907 test -n "$CC" && break
1910 if test -z "$CC"; then
1914 # Extract the first word of "$ac_prog", so it can be a program name with args.
1915 set dummy $ac_prog; ac_word=$2
1916 echo "$as_me:$LINENO: checking
for $ac_word" >&5
1917 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
1918 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1919 echo $ECHO_N "(cached
) $ECHO_C" >&6
1921 if test -n "$ac_ct_CC"; then
1922 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1924 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1928 test -z "$as_dir" && as_dir=.
1929 for ac_exec_ext in '' $ac_executable_extensions; do
1930 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1931 ac_cv_prog_ac_ct_CC="$ac_prog"
1932 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
1940 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1941 if test -n "$ac_ct_CC"; then
1942 echo "$as_me:$LINENO: result
: $ac_ct_CC" >&5
1943 echo "${ECHO_T}$ac_ct_CC" >&6
1945 echo "$as_me:$LINENO: result
: no
" >&5
1946 echo "${ECHO_T}no
" >&6
1949 test -n "$ac_ct_CC" && break
1958 test -z "$CC" && { { echo "$as_me:$LINENO: error
: no acceptable C compiler found
in \
$PATH
1959 See \
`config.log' for more details." >&5
1960 echo "$as_me: error: no acceptable C compiler found in \$PATH
1961 See \`config.log
' for more details." >&2;}
1962 { (exit 1); exit 1; }; }
1964 # Provide some information about the compiler.
1965 echo "$as_me:$LINENO:" \
1966 "checking for C compiler version" >&5
1967 ac_compiler=`set X $ac_compile; echo $2`
1968 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1969 (eval $ac_compiler --version </dev/null >&5) 2>&5
1971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1972 (exit $ac_status); }
1973 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1974 (eval $ac_compiler -v </dev/null >&5) 2>&5
1976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1977 (exit $ac_status); }
1978 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1979 (eval $ac_compiler -V </dev/null >&5) 2>&5
1981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1982 (exit $ac_status); }
1984 cat >conftest.$ac_ext <<_ACEOF
1987 cat confdefs.h >>conftest.$ac_ext
1988 cat >>conftest.$ac_ext <<_ACEOF
1989 /* end confdefs.h. */
2000 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2001 (eval $ac_link) 2>&5
2003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2004 (exit $ac_status); }; then
2010 if test x$gcc_no_link = xyes; then
2011 # Setting cross_compile will disable run tests; it will
2012 # also disable AC_CHECK_FILE but that's generally
2013 # correct if we can't link.
2017 cat >conftest.
$ac_ext <<_ACEOF
2020 cat confdefs.h
>>conftest.
$ac_ext
2021 cat >>conftest.
$ac_ext <<_ACEOF
2022 /* end confdefs.h. */
2032 ac_clean_files_save
=$ac_clean_files
2033 ac_clean_files
="$ac_clean_files a.out a.exe b.out"
2034 # Try to create an executable without -o first, disregard a.out.
2035 # It will help us diagnose broken compilers, and finding out an intuition
2037 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2038 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
2039 ac_link_default
=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2040 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2041 (eval $ac_link_default) 2>&5
2043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2044 (exit $ac_status); }; then
2045 # Find the output, starting from the most likely. This scheme is
2046 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
2049 # Be careful to initialize this variable, since it used to be cached.
2050 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2052 # b.out is created by i960 compilers.
2053 for ac_file
in a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
2055 test -f "$ac_file" ||
continue
2057 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
)
2060 # This is the source file.
2063 # We found the default executable, but exeext='' is most
2067 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2068 # FIXME: I believe we export ac_cv_exeext for Libtool,
2069 # but it would be cool to find out if it's true. Does anybody
2070 # maintain Libtool? --akim.
2078 echo "$as_me: failed program was:" >&5
2079 sed 's/^/| /' conftest.
$ac_ext >&5
2081 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2082 See \`config.log' for more details." >&5
2083 echo "$as_me: error: C compiler cannot create executables
2084 See \`config.log' for more details." >&2;}
2085 { (exit 77); exit 77; }; }
2088 ac_exeext
=$ac_cv_exeext
2089 echo "$as_me:$LINENO: result: $ac_file" >&5
2090 echo "${ECHO_T}$ac_file" >&6
2092 # Check the compiler produces executables we can run. If not, either
2093 # the compiler is broken, or we cross compile.
2094 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2095 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2096 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2097 # If not cross compiling, check that we can run a simple program.
2098 if test "$cross_compiling" != yes; then
2099 if { ac_try
='./$ac_file'
2100 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2104 (exit $ac_status); }; }; then
2107 if test "$cross_compiling" = maybe
; then
2110 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2111 If you meant to cross compile, use \`--host'.
2112 See \`config.log' for more details." >&5
2113 echo "$as_me: error: cannot run C compiled programs.
2114 If you meant to cross compile, use \`--host'.
2115 See \`config.log' for more details." >&2;}
2116 { (exit 1); exit 1; }; }
2120 echo "$as_me:$LINENO: result: yes" >&5
2121 echo "${ECHO_T}yes" >&6
2123 rm -f a.out a.exe conftest
$ac_cv_exeext b.out
2124 ac_clean_files
=$ac_clean_files_save
2125 # Check the compiler produces executables we can run. If not, either
2126 # the compiler is broken, or we cross compile.
2127 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2128 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2129 echo "$as_me:$LINENO: result: $cross_compiling" >&5
2130 echo "${ECHO_T}$cross_compiling" >&6
2132 echo "$as_me:$LINENO: checking for suffix of executables" >&5
2133 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2134 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2135 (eval $ac_link) 2>&5
2137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2138 (exit $ac_status); }; then
2139 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2140 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2141 # work properly (i.e., refer to `conftest.exe'), while it won't with
2143 for ac_file
in conftest.exe conftest conftest.
*; do
2144 test -f "$ac_file" ||
continue
2146 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
) ;;
2147 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2154 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2155 See \`config.log' for more details." >&5
2156 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2157 See \`config.log' for more details." >&2;}
2158 { (exit 1); exit 1; }; }
2161 rm -f conftest
$ac_cv_exeext
2162 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2163 echo "${ECHO_T}$ac_cv_exeext" >&6
2165 rm -f conftest.
$ac_ext
2166 EXEEXT
=$ac_cv_exeext
2169 echo "$as_me:$LINENO: checking for suffix of object files" >&5
2170 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2171 if test "${ac_cv_objext+set}" = set; then
2172 echo $ECHO_N "(cached) $ECHO_C" >&6
2174 cat >conftest.
$ac_ext <<_ACEOF
2177 cat confdefs.h
>>conftest.
$ac_ext
2178 cat >>conftest.
$ac_ext <<_ACEOF
2179 /* end confdefs.h. */
2189 rm -f conftest.o conftest.obj
2190 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2191 (eval $ac_compile) 2>&5
2193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2194 (exit $ac_status); }; then
2195 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2197 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg
) ;;
2198 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
2203 echo "$as_me: failed program was:" >&5
2204 sed 's/^/| /' conftest.
$ac_ext >&5
2206 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2207 See \`config.log' for more details." >&5
2208 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2209 See \`config.log' for more details." >&2;}
2210 { (exit 1); exit 1; }; }
2213 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
2215 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2216 echo "${ECHO_T}$ac_cv_objext" >&6
2217 OBJEXT
=$ac_cv_objext
2219 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2220 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2221 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2222 echo $ECHO_N "(cached) $ECHO_C" >&6
2224 cat >conftest.
$ac_ext <<_ACEOF
2227 cat confdefs.h
>>conftest.
$ac_ext
2228 cat >>conftest.
$ac_ext <<_ACEOF
2229 /* end confdefs.h. */
2242 rm -f conftest.
$ac_objext
2243 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2244 (eval $ac_compile) 2>conftest.er1
2246 grep -v '^ *+' conftest.er1
>conftest.err
2248 cat conftest.err
>&5
2249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2250 (exit $ac_status); } &&
2251 { ac_try
='test -z "$ac_c_werror_flag"
2252 || test ! -s conftest.err'
2253 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2257 (exit $ac_status); }; } &&
2258 { ac_try
='test -s conftest.$ac_objext'
2259 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2263 (exit $ac_status); }; }; then
2266 echo "$as_me: failed program was:" >&5
2267 sed 's/^/| /' conftest.
$ac_ext >&5
2271 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2272 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
2275 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2276 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2277 GCC
=`test $ac_compiler_gnu = yes && echo yes`
2278 ac_test_CFLAGS
=${CFLAGS+set}
2279 ac_save_CFLAGS
=$CFLAGS
2281 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2282 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2283 if test "${ac_cv_prog_cc_g+set}" = set; then
2284 echo $ECHO_N "(cached) $ECHO_C" >&6
2286 cat >conftest.
$ac_ext <<_ACEOF
2289 cat confdefs.h
>>conftest.
$ac_ext
2290 cat >>conftest.
$ac_ext <<_ACEOF
2291 /* end confdefs.h. */
2301 rm -f conftest.
$ac_objext
2302 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2303 (eval $ac_compile) 2>conftest.er1
2305 grep -v '^ *+' conftest.er1
>conftest.err
2307 cat conftest.err
>&5
2308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2309 (exit $ac_status); } &&
2310 { ac_try
='test -z "$ac_c_werror_flag"
2311 || test ! -s conftest.err'
2312 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2316 (exit $ac_status); }; } &&
2317 { ac_try
='test -s conftest.$ac_objext'
2318 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2322 (exit $ac_status); }; }; then
2325 echo "$as_me: failed program was:" >&5
2326 sed 's/^/| /' conftest.
$ac_ext >&5
2330 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2332 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2333 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2334 if test "$ac_test_CFLAGS" = set; then
2335 CFLAGS
=$ac_save_CFLAGS
2336 elif test $ac_cv_prog_cc_g = yes; then
2337 if test "$GCC" = yes; then
2343 if test "$GCC" = yes; then
2349 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2350 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2351 if test "${ac_cv_prog_cc_stdc+set}" = set; then
2352 echo $ECHO_N "(cached) $ECHO_C" >&6
2354 ac_cv_prog_cc_stdc
=no
2356 cat >conftest.
$ac_ext <<_ACEOF
2359 cat confdefs.h
>>conftest.
$ac_ext
2360 cat >>conftest.
$ac_ext <<_ACEOF
2361 /* end confdefs.h. */
2364 #include <sys/types.h>
2365 #include <sys/stat.h>
2366 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2367 struct buf { int x; };
2368 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2369 static char *e (p, i)
2375 static char *f (char * (*g) (char **, int), char **p, ...)
2380 s = g (p, va_arg (v,int));
2385 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2386 function prototypes and stuff, but not '\xHH' hex character constants.
2387 These don't provoke an error unfortunately, instead are silently treated
2388 as 'x'. The following induces an error, until -std1 is added to get
2389 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2390 array size at least. It's necessary to write '\x00'==0 to get something
2391 that's true only with -std1. */
2392 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2394 int test (int i, double x);
2395 struct s1 {int (*f) (int a);};
2396 struct s2 {int (*f) (double a);};
2397 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2403 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2408 # Don't try gcc -ansi; that turns off useful extensions and
2409 # breaks some systems' header files.
2410 # AIX -qlanglvl=ansi
2411 # Ultrix and OSF/1 -std1
2412 # HP-UX 10.20 and later -Ae
2413 # HP-UX older versions -Aa -D_HPUX_SOURCE
2414 # SVR4 -Xc -D__EXTENSIONS__
2415 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2417 CC
="$ac_save_CC $ac_arg"
2418 rm -f conftest.
$ac_objext
2419 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2420 (eval $ac_compile) 2>conftest.er1
2422 grep -v '^ *+' conftest.er1
>conftest.err
2424 cat conftest.err
>&5
2425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2426 (exit $ac_status); } &&
2427 { ac_try
='test -z "$ac_c_werror_flag"
2428 || test ! -s conftest.err'
2429 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2433 (exit $ac_status); }; } &&
2434 { ac_try
='test -s conftest.$ac_objext'
2435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2439 (exit $ac_status); }; }; then
2440 ac_cv_prog_cc_stdc
=$ac_arg
2443 echo "$as_me: failed program was:" >&5
2444 sed 's/^/| /' conftest.
$ac_ext >&5
2447 rm -f conftest.err conftest.
$ac_objext
2449 rm -f conftest.
$ac_ext conftest.
$ac_objext
2454 case "x$ac_cv_prog_cc_stdc" in
2456 echo "$as_me:$LINENO: result: none needed" >&5
2457 echo "${ECHO_T}none needed" >&6 ;;
2459 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2460 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2461 CC
="$CC $ac_cv_prog_cc_stdc" ;;
2464 # Some people use a C++ compiler to compile C. Since we use `exit',
2465 # in C++ we need to declare it. In case someone uses the same compiler
2466 # for both compiling C and C++ we need to have the C++ compiler decide
2467 # the declaration of exit, since it's the most demanding environment.
2468 cat >conftest.
$ac_ext <<_ACEOF
2473 rm -f conftest.
$ac_objext
2474 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2475 (eval $ac_compile) 2>conftest.er1
2477 grep -v '^ *+' conftest.er1
>conftest.err
2479 cat conftest.err
>&5
2480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2481 (exit $ac_status); } &&
2482 { ac_try
='test -z "$ac_c_werror_flag"
2483 || test ! -s conftest.err'
2484 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2488 (exit $ac_status); }; } &&
2489 { ac_try
='test -s conftest.$ac_objext'
2490 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2494 (exit $ac_status); }; }; then
2495 for ac_declaration
in \
2497 'extern "C" void std::exit (int) throw (); using std::exit;' \
2498 'extern "C" void std::exit (int); using std::exit;' \
2499 'extern "C" void exit (int) throw ();' \
2500 'extern "C" void exit (int);' \
2503 cat >conftest.
$ac_ext <<_ACEOF
2506 cat confdefs.h
>>conftest.
$ac_ext
2507 cat >>conftest.
$ac_ext <<_ACEOF
2508 /* end confdefs.h. */
2519 rm -f conftest.
$ac_objext
2520 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2521 (eval $ac_compile) 2>conftest.er1
2523 grep -v '^ *+' conftest.er1
>conftest.err
2525 cat conftest.err
>&5
2526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2527 (exit $ac_status); } &&
2528 { ac_try
='test -z "$ac_c_werror_flag"
2529 || test ! -s conftest.err'
2530 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2534 (exit $ac_status); }; } &&
2535 { ac_try
='test -s conftest.$ac_objext'
2536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2540 (exit $ac_status); }; }; then
2543 echo "$as_me: failed program was:" >&5
2544 sed 's/^/| /' conftest.
$ac_ext >&5
2548 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2549 cat >conftest.
$ac_ext <<_ACEOF
2552 cat confdefs.h
>>conftest.
$ac_ext
2553 cat >>conftest.
$ac_ext <<_ACEOF
2554 /* end confdefs.h. */
2564 rm -f conftest.
$ac_objext
2565 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2566 (eval $ac_compile) 2>conftest.er1
2568 grep -v '^ *+' conftest.er1
>conftest.err
2570 cat conftest.err
>&5
2571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2572 (exit $ac_status); } &&
2573 { ac_try
='test -z "$ac_c_werror_flag"
2574 || test ! -s conftest.err'
2575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2579 (exit $ac_status); }; } &&
2580 { ac_try
='test -s conftest.$ac_objext'
2581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2585 (exit $ac_status); }; }; then
2588 echo "$as_me: failed program was:" >&5
2589 sed 's/^/| /' conftest.
$ac_ext >&5
2592 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2595 if test -n "$ac_declaration"; then
2596 echo '#ifdef __cplusplus' >>confdefs.h
2597 echo $ac_declaration >>confdefs.h
2598 echo '#endif' >>confdefs.h
2602 echo "$as_me: failed program was:" >&5
2603 sed 's/^/| /' conftest.
$ac_ext >&5
2606 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2608 ac_cpp
='$CPP $CPPFLAGS'
2609 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2610 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2611 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2617 if test -n "$ac_tool_prefix"; then
2618 # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
2619 set dummy
${ac_tool_prefix}as
; ac_word
=$2
2620 echo "$as_me:$LINENO: checking for $ac_word" >&5
2621 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2622 if test "${ac_cv_prog_AS+set}" = set; then
2623 echo $ECHO_N "(cached) $ECHO_C" >&6
2625 if test -n "$AS"; then
2626 ac_cv_prog_AS
="$AS" # Let the user override the test.
2628 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2632 test -z "$as_dir" && as_dir
=.
2633 for ac_exec_ext
in '' $ac_executable_extensions; do
2634 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2635 ac_cv_prog_AS
="${ac_tool_prefix}as"
2636 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2645 if test -n "$AS"; then
2646 echo "$as_me:$LINENO: result: $AS" >&5
2647 echo "${ECHO_T}$AS" >&6
2649 echo "$as_me:$LINENO: result: no" >&5
2650 echo "${ECHO_T}no" >&6
2654 if test -z "$ac_cv_prog_AS"; then
2656 # Extract the first word of "as", so it can be a program name with args.
2657 set dummy as
; ac_word
=$2
2658 echo "$as_me:$LINENO: checking for $ac_word" >&5
2659 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2660 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
2661 echo $ECHO_N "(cached) $ECHO_C" >&6
2663 if test -n "$ac_ct_AS"; then
2664 ac_cv_prog_ac_ct_AS
="$ac_ct_AS" # Let the user override the test.
2666 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2670 test -z "$as_dir" && as_dir
=.
2671 for ac_exec_ext
in '' $ac_executable_extensions; do
2672 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2673 ac_cv_prog_ac_ct_AS
="as"
2674 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2682 ac_ct_AS
=$ac_cv_prog_ac_ct_AS
2683 if test -n "$ac_ct_AS"; then
2684 echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
2685 echo "${ECHO_T}$ac_ct_AS" >&6
2687 echo "$as_me:$LINENO: result: no" >&5
2688 echo "${ECHO_T}no" >&6
2696 if test -n "$ac_tool_prefix"; then
2697 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
2698 set dummy
${ac_tool_prefix}ar; ac_word
=$2
2699 echo "$as_me:$LINENO: checking for $ac_word" >&5
2700 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2701 if test "${ac_cv_prog_AR+set}" = set; then
2702 echo $ECHO_N "(cached) $ECHO_C" >&6
2704 if test -n "$AR"; then
2705 ac_cv_prog_AR
="$AR" # Let the user override the test.
2707 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2711 test -z "$as_dir" && as_dir
=.
2712 for ac_exec_ext
in '' $ac_executable_extensions; do
2713 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2714 ac_cv_prog_AR
="${ac_tool_prefix}ar"
2715 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2724 if test -n "$AR"; then
2725 echo "$as_me:$LINENO: result: $AR" >&5
2726 echo "${ECHO_T}$AR" >&6
2728 echo "$as_me:$LINENO: result: no" >&5
2729 echo "${ECHO_T}no" >&6
2733 if test -z "$ac_cv_prog_AR"; then
2735 # Extract the first word of "ar", so it can be a program name with args.
2736 set dummy
ar; ac_word
=$2
2737 echo "$as_me:$LINENO: checking for $ac_word" >&5
2738 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2739 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
2740 echo $ECHO_N "(cached) $ECHO_C" >&6
2742 if test -n "$ac_ct_AR"; then
2743 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
2745 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2749 test -z "$as_dir" && as_dir
=.
2750 for ac_exec_ext
in '' $ac_executable_extensions; do
2751 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2752 ac_cv_prog_ac_ct_AR
="ar"
2753 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2761 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
2762 if test -n "$ac_ct_AR"; then
2763 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
2764 echo "${ECHO_T}$ac_ct_AR" >&6
2766 echo "$as_me:$LINENO: result: no" >&5
2767 echo "${ECHO_T}no" >&6
2775 if test -n "$ac_tool_prefix"; then
2776 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
2777 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
2778 echo "$as_me:$LINENO: checking for $ac_word" >&5
2779 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2780 if test "${ac_cv_prog_RANLIB+set}" = set; then
2781 echo $ECHO_N "(cached) $ECHO_C" >&6
2783 if test -n "$RANLIB"; then
2784 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
2786 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2790 test -z "$as_dir" && as_dir
=.
2791 for ac_exec_ext
in '' $ac_executable_extensions; do
2792 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2793 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
2794 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2802 RANLIB
=$ac_cv_prog_RANLIB
2803 if test -n "$RANLIB"; then
2804 echo "$as_me:$LINENO: result: $RANLIB" >&5
2805 echo "${ECHO_T}$RANLIB" >&6
2807 echo "$as_me:$LINENO: result: no" >&5
2808 echo "${ECHO_T}no" >&6
2812 if test -z "$ac_cv_prog_RANLIB"; then
2813 ac_ct_RANLIB
=$RANLIB
2814 # Extract the first word of "ranlib", so it can be a program name with args.
2815 set dummy ranlib
; ac_word
=$2
2816 echo "$as_me:$LINENO: checking for $ac_word" >&5
2817 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2818 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
2819 echo $ECHO_N "(cached) $ECHO_C" >&6
2821 if test -n "$ac_ct_RANLIB"; then
2822 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
2824 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2828 test -z "$as_dir" && as_dir
=.
2829 for ac_exec_ext
in '' $ac_executable_extensions; do
2830 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2831 ac_cv_prog_ac_ct_RANLIB
="ranlib"
2832 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2838 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
2841 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
2842 if test -n "$ac_ct_RANLIB"; then
2843 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
2844 echo "${ECHO_T}$ac_ct_RANLIB" >&6
2846 echo "$as_me:$LINENO: result: no" >&5
2847 echo "${ECHO_T}no" >&6
2850 RANLIB
=$ac_ct_RANLIB
2852 RANLIB
="$ac_cv_prog_RANLIB"
2855 # Find a good install program. We prefer a C program (faster),
2856 # so one script is as good as another. But avoid the broken or
2857 # incompatible versions:
2858 # SysV /etc/install, /usr/sbin/install
2859 # SunOS /usr/etc/install
2860 # IRIX /sbin/install
2862 # AmigaOS /C/install, which installs bootblocks on floppy discs
2863 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2864 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2865 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2866 # OS/2's system install, which has a completely different semantic
2867 # ./install, which can be erroneously created by make from ./install.sh.
2868 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2869 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
2870 if test -z "$INSTALL"; then
2871 if test "${ac_cv_path_install+set}" = set; then
2872 echo $ECHO_N "(cached) $ECHO_C" >&6
2874 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2878 test -z "$as_dir" && as_dir
=.
2879 # Account for people who put trailing slashes in PATH elements.
2881 .
/ | .
// |
/cC
/* | \
2882 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
2883 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
2886 # OSF1 and SCO ODT 3.0 have their own names for install.
2887 # Don't use installbsd from OSF since it installs stuff as root
2889 for ac_prog
in ginstall scoinst
install; do
2890 for ac_exec_ext
in '' $ac_executable_extensions; do
2891 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2892 if test $ac_prog = install &&
2893 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2894 # AIX install. It has an incompatible calling convention.
2896 elif test $ac_prog = install &&
2897 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2898 # program-specific install script used by HP pwplus--don't use.
2901 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
2913 if test "${ac_cv_path_install+set}" = set; then
2914 INSTALL
=$ac_cv_path_install
2916 # As a last resort, use the slow shell script. We don't cache a
2917 # path for INSTALL within a source directory, because that will
2918 # break other packages using the cache if that directory is
2919 # removed, or if the path is relative.
2920 INSTALL
=$ac_install_sh
2923 echo "$as_me:$LINENO: result: $INSTALL" >&5
2924 echo "${ECHO_T}$INSTALL" >&6
2926 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2927 # It thinks the first close brace ends the variable substitution.
2928 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
2930 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
2932 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
2935 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
2936 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
2937 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
2938 if test "${enable_maintainer_mode+set}" = set; then
2939 enableval
="$enable_maintainer_mode"
2940 USE_MAINTAINER_MODE
=$enableval
2942 USE_MAINTAINER_MODE
=no
2944 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
2945 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
2948 if test $USE_MAINTAINER_MODE = yes; then
2949 MAINTAINER_MODE_TRUE
=
2950 MAINTAINER_MODE_FALSE
='#'
2952 MAINTAINER_MODE_TRUE
='#'
2953 MAINTAINER_MODE_FALSE
=
2956 MAINT
=$MAINTAINER_MODE_TRUE
2960 # Enable Win32 DLL on MS Windows - FIXME
2963 # Check whether --enable-shared or --disable-shared was given.
2964 if test "${enable_shared+set}" = set; then
2965 enableval
="$enable_shared"
2966 p
=${PACKAGE-default}
2968 yes) enable_shared
=yes ;;
2969 no
) enable_shared
=no
;;
2972 # Look at the argument we got. We use all the common list separators.
2973 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
2974 for pkg
in $enableval; do
2975 if test "X$pkg" = "X$p"; then
2985 # Check whether --enable-static or --disable-static was given.
2986 if test "${enable_static+set}" = set; then
2987 enableval
="$enable_static"
2988 p
=${PACKAGE-default}
2990 yes) enable_static
=yes ;;
2991 no
) enable_static
=no
;;
2994 # Look at the argument we got. We use all the common list separators.
2995 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
2996 for pkg
in $enableval; do
2997 if test "X$pkg" = "X$p"; then
3007 # Check whether --enable-fast-install or --disable-fast-install was given.
3008 if test "${enable_fast_install+set}" = set; then
3009 enableval
="$enable_fast_install"
3010 p
=${PACKAGE-default}
3012 yes) enable_fast_install
=yes ;;
3013 no
) enable_fast_install
=no
;;
3015 enable_fast_install
=no
3016 # Look at the argument we got. We use all the common list separators.
3017 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
3018 for pkg
in $enableval; do
3019 if test "X$pkg" = "X$p"; then
3020 enable_fast_install
=yes
3027 enable_fast_install
=yes
3030 # Check whether --with-gnu-ld or --without-gnu-ld was given.
3031 if test "${with_gnu_ld+set}" = set; then
3032 withval
="$with_gnu_ld"
3033 test "$withval" = no || with_gnu_ld
=yes
3038 if test "$GCC" = yes; then
3039 # Check if gcc -print-prog-name=ld gives a path.
3040 echo "$as_me:$LINENO: checking for ld used by GCC" >&5
3041 echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
3044 # gcc leaves a trailing carriage return which upsets mingw
3045 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
3047 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
3050 # Accept absolute paths.
3051 [\\/]* |
[A-Za-z
]:[\\/]*)
3052 re_direlt
='/[^/][^/]*/\.\./'
3053 # Canonicalize the path of ld
3054 ac_prog
=`echo $ac_prog| sed 's%\\\\%/%g'`
3055 while echo $ac_prog |
grep "$re_direlt" > /dev
/null
2>&1; do
3056 ac_prog
=`echo $ac_prog| sed "s%$re_direlt%/%"`
3058 test -z "$LD" && LD
="$ac_prog"
3061 # If it fails, then pretend we aren't using GCC.
3065 # If it is relative, then search for the first ld in PATH.
3069 elif test "$with_gnu_ld" = yes; then
3070 echo "$as_me:$LINENO: checking for GNU ld" >&5
3071 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
3073 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
3074 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
3076 if test "${lt_cv_path_LD+set}" = set; then
3077 echo $ECHO_N "(cached) $ECHO_C" >&6
3079 if test -z "$LD"; then
3080 IFS
="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
3081 for ac_dir
in $PATH; do
3082 test -z "$ac_dir" && ac_dir
=.
3083 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
3084 lt_cv_path_LD
="$ac_dir/$ac_prog"
3085 # Check to see if the program is GNU ld. I'd rather use --version,
3086 # but apparently some GNU ld's only accept -v.
3087 # Break only if it was the GNU/non-GNU ld that we prefer.
3088 if "$lt_cv_path_LD" -v 2>&1 < /dev
/null |
egrep '(GNU|with BFD)' > /dev
/null
; then
3089 test "$with_gnu_ld" != no
&& break
3091 test "$with_gnu_ld" != yes && break
3097 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
3102 if test -n "$LD"; then
3103 echo "$as_me:$LINENO: result: $LD" >&5
3104 echo "${ECHO_T}$LD" >&6
3106 echo "$as_me:$LINENO: result: no" >&5
3107 echo "${ECHO_T}no" >&6
3109 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
3110 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
3111 { (exit 1); exit 1; }; }
3112 echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
3113 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
3114 if test "${lt_cv_prog_gnu_ld+set}" = set; then
3115 echo $ECHO_N "(cached) $ECHO_C" >&6
3117 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
3118 if $LD -v 2>&1 </dev
/null |
egrep '(GNU|with BFD)' 1>&5; then
3119 lt_cv_prog_gnu_ld
=yes
3121 lt_cv_prog_gnu_ld
=no
3124 echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
3125 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
3126 with_gnu_ld
=$lt_cv_prog_gnu_ld
3129 echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
3130 echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
3131 if test "${lt_cv_ld_reload_flag+set}" = set; then
3132 echo $ECHO_N "(cached) $ECHO_C" >&6
3134 lt_cv_ld_reload_flag
='-r'
3136 echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
3137 echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
3138 reload_flag
=$lt_cv_ld_reload_flag
3139 test -n "$reload_flag" && reload_flag
=" $reload_flag"
3141 echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
3142 echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
3143 if test "${lt_cv_path_NM+set}" = set; then
3144 echo $ECHO_N "(cached) $ECHO_C" >&6
3146 if test -n "$NM"; then
3147 # Let the user override the test.
3150 IFS
="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
3151 for ac_dir
in $PATH /usr
/ccs
/bin
/usr
/ucb
/bin
; do
3152 test -z "$ac_dir" && ac_dir
=.
3153 tmp_nm
=$ac_dir/${ac_tool_prefix}nm
3154 if test -f $tmp_nm ||
test -f $tmp_nm$ac_exeext ; then
3155 # Check to see if the nm accepts a BSD-compat flag.
3156 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
3157 # nm: unknown option "B" ignored
3158 # Tru64's nm complains that /dev/null is an invalid object file
3159 if ($tmp_nm -B /dev
/null
2>&1 |
sed '1q'; exit 0) |
egrep '(/dev/null|Invalid file or object type)' >/dev
/null
; then
3160 lt_cv_path_NM
="$tmp_nm -B"
3162 elif ($tmp_nm -p /dev
/null
2>&1 |
sed '1q'; exit 0) |
egrep /dev
/null
>/dev
/null
; then
3163 lt_cv_path_NM
="$tmp_nm -p"
3166 lt_cv_path_NM
=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
3167 continue # so that we can try to find one that supports BSD flags
3172 test -z "$lt_cv_path_NM" && lt_cv_path_NM
=nm
3177 echo "$as_me:$LINENO: result: $NM" >&5
3178 echo "${ECHO_T}$NM" >&6
3180 echo "$as_me:$LINENO: checking whether ln -s works" >&5
3181 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
3183 if test "$LN_S" = "ln -s"; then
3184 echo "$as_me:$LINENO: result: yes" >&5
3185 echo "${ECHO_T}yes" >&6
3187 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
3188 echo "${ECHO_T}no, using $LN_S" >&6
3191 echo "$as_me:$LINENO: checking how to recognise dependant libraries" >&5
3192 echo $ECHO_N "checking how to recognise dependant libraries... $ECHO_C" >&6
3193 if test "${lt_cv_deplibs_check_method+set}" = set; then
3194 echo $ECHO_N "(cached) $ECHO_C" >&6
3196 lt_cv_file_magic_cmd
='$MAGIC_CMD'
3197 lt_cv_file_magic_test_file
=
3198 lt_cv_deplibs_check_method
='unknown'
3199 # Need to set the preceding variable on all platforms that support
3200 # interlibrary dependencies.
3201 # 'none' -- dependencies not supported.
3202 # `unknown' -- same as none, but documents that we really don't know.
3203 # 'pass_all' -- all dependencies passed with no checks.
3204 # 'test_compile' -- check by making test program.
3205 # 'file_magic [regex]' -- check by looking for files in library path
3206 # which responds to the $file_magic_cmd with a given egrep regex.
3207 # If you have `file' or equivalent on your system and you're not sure
3208 # whether `pass_all' will *always* work, you probably want this one.
3212 lt_cv_deplibs_check_method
=pass_all
3216 lt_cv_deplibs_check_method
=pass_all
3220 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
3221 lt_cv_file_magic_cmd
='/usr/bin/file -L'
3222 lt_cv_file_magic_test_file
=/shlib
/libc.so
3225 cygwin
* | mingw
* |pw32
*)
3226 lt_cv_deplibs_check_method
='file_magic file format pei*-i386(.*architecture: i386)?'
3227 lt_cv_file_magic_cmd
='$OBJDUMP -f'
3230 darwin
* | rhapsody
*)
3231 # this will be overwritten by pass_all, but leave it in just in case
3232 lt_cv_deplibs_check_method
='file_magic Mach-O dynamically linked shared library'
3233 lt_cv_file_magic_cmd
='/usr/bin/file -L'
3235 rhapsody
* | darwin1.012
)
3236 lt_cv_file_magic_test_file
='/System/Library/Frameworks/System.framework/System'
3239 lt_cv_file_magic_test_file
='/usr/lib/libSystem.dylib'
3242 lt_cv_deplibs_check_method
=pass_all
3245 freebsd
* | kfreebsd
*-gnu)
3246 if echo __ELF__ |
$CC -E - |
grep __ELF__
> /dev
/null
; then
3249 # Not sure whether the presence of OpenBSD here was a mistake.
3250 # Let's accept both of them until this is cleared up.
3251 lt_cv_deplibs_check_method
='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
3252 lt_cv_file_magic_cmd
=/usr
/bin
/file
3253 lt_cv_file_magic_test_file
=`echo /usr/lib/libc.so.*`
3257 lt_cv_deplibs_check_method
=pass_all
3262 lt_cv_deplibs_check_method
=pass_all
3268 lt_cv_deplibs_check_method
='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
3269 lt_cv_file_magic_cmd
=/usr
/bin
/file
3270 lt_cv_file_magic_test_file
=/usr
/lib
/libc.sl
3273 lt_cv_deplibs_check_method
='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
3274 lt_cv_file_magic_cmd
=/usr
/bin
/file
3275 lt_cv_file_magic_test_file
=/usr
/lib
/hpux32
/libc.so
3283 # this will be overridden with pass_all, but let us keep it just in case
3284 lt_cv_deplibs_check_method
="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
3288 *-32|
*"-32 ") libmagic
=32-bit;;
3289 *-n32|
*"-n32 ") libmagic
=N32
;;
3290 *-64|
*"-64 ") libmagic
=64-bit;;
3291 *) libmagic
=never-match
;;
3293 # this will be overridden with pass_all, but let us keep it just in case
3294 lt_cv_deplibs_check_method
="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
3297 lt_cv_file_magic_test_file
=`echo /lib${libsuff}/libc.so*`
3298 lt_cv_deplibs_check_method
=pass_all
3301 # This must be Linux ELF.
3303 lt_cv_deplibs_check_method
=pass_all
3306 netbsd
* | knetbsd
*-gnu)
3307 if echo __ELF__ |
$CC -E - |
grep __ELF__
> /dev
/null
; then
3308 lt_cv_deplibs_check_method
='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$'
3310 lt_cv_deplibs_check_method
='match_pattern /lib[^/\.]+\.so$'
3315 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
3316 lt_cv_file_magic_cmd
=/usr
/bin
/file
3317 lt_cv_file_magic_test_file
=/usr
/lib
/libnls.so
3320 osf3
* | osf4
* | osf5
*)
3321 # this will be overridden with pass_all, but let us keep it just in case
3322 lt_cv_deplibs_check_method
='file_magic COFF format alpha shared library'
3323 lt_cv_file_magic_test_file
=/shlib
/libc.so
3324 lt_cv_deplibs_check_method
=pass_all
3328 lt_cv_deplibs_check_method
=pass_all
3332 lt_cv_deplibs_check_method
=pass_all
3333 lt_cv_file_magic_test_file
=/lib
/libc.so
3336 sysv5uw
[78]* | sysv4
*uw2
*)
3337 lt_cv_deplibs_check_method
=pass_all
3340 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
3341 case $host_vendor in
3343 lt_cv_deplibs_check_method
=pass_all
3346 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]'
3347 lt_cv_file_magic_test_file
=`echo /usr/lib/libc.so*`
3354 echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
3355 echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
3356 file_magic_cmd
=$lt_cv_file_magic_cmd
3357 deplibs_check_method
=$lt_cv_deplibs_check_method
3363 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
3365 # Only perform the check for file, if the check method requires it
3366 case $deplibs_check_method in
3368 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
3369 echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
3370 echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
3371 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
3372 echo $ECHO_N "(cached) $ECHO_C" >&6
3376 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
3379 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a dos path.
3382 ac_save_MAGIC_CMD
="$MAGIC_CMD"
3383 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
3384 ac_dummy
="/usr/bin:$PATH"
3385 for ac_dir
in $ac_dummy; do
3386 test -z "$ac_dir" && ac_dir
=.
3387 if test -f $ac_dir/${ac_tool_prefix}file; then
3388 lt_cv_path_MAGIC_CMD
="$ac_dir/${ac_tool_prefix}file"
3389 if test -n "$file_magic_test_file"; then
3390 case $deplibs_check_method in
3392 file_magic_regex
="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
3393 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
3394 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
3395 egrep "$file_magic_regex" > /dev
/null
; then
3400 *** Warning: the command libtool uses to detect shared libraries,
3401 *** $file_magic_cmd, produces output that libtool cannot recognize.
3402 *** The result is that libtool may fail to recognize shared libraries
3403 *** as such. This will affect the creation of libtool libraries that
3404 *** depend on shared libraries, but programs linked with such libtool
3405 *** libraries will work regardless of this problem. Nevertheless, you
3406 *** may want to report the problem to your system manager and/or to
3407 *** bug-libtool@gnu.org
3417 MAGIC_CMD
="$ac_save_MAGIC_CMD"
3422 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
3423 if test -n "$MAGIC_CMD"; then
3424 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
3425 echo "${ECHO_T}$MAGIC_CMD" >&6
3427 echo "$as_me:$LINENO: result: no" >&5
3428 echo "${ECHO_T}no" >&6
3431 if test -z "$lt_cv_path_MAGIC_CMD"; then
3432 if test -n "$ac_tool_prefix"; then
3433 echo "$as_me:$LINENO: checking for file" >&5
3434 echo $ECHO_N "checking for file... $ECHO_C" >&6
3435 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
3436 echo $ECHO_N "(cached) $ECHO_C" >&6
3440 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
3443 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a dos path.
3446 ac_save_MAGIC_CMD
="$MAGIC_CMD"
3447 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
3448 ac_dummy
="/usr/bin:$PATH"
3449 for ac_dir
in $ac_dummy; do
3450 test -z "$ac_dir" && ac_dir
=.
3451 if test -f $ac_dir/file; then
3452 lt_cv_path_MAGIC_CMD
="$ac_dir/file"
3453 if test -n "$file_magic_test_file"; then
3454 case $deplibs_check_method in
3456 file_magic_regex
="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
3457 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
3458 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
3459 egrep "$file_magic_regex" > /dev
/null
; then
3464 *** Warning: the command libtool uses to detect shared libraries,
3465 *** $file_magic_cmd, produces output that libtool cannot recognize.
3466 *** The result is that libtool may fail to recognize shared libraries
3467 *** as such. This will affect the creation of libtool libraries that
3468 *** depend on shared libraries, but programs linked with such libtool
3469 *** libraries will work regardless of this problem. Nevertheless, you
3470 *** may want to report the problem to your system manager and/or to
3471 *** bug-libtool@gnu.org
3481 MAGIC_CMD
="$ac_save_MAGIC_CMD"
3486 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
3487 if test -n "$MAGIC_CMD"; then
3488 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
3489 echo "${ECHO_T}$MAGIC_CMD" >&6
3491 echo "$as_me:$LINENO: result: no" >&5
3492 echo "${ECHO_T}no" >&6
3504 if test -n "$ac_tool_prefix"; then
3505 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3506 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
3507 echo "$as_me:$LINENO: checking for $ac_word" >&5
3508 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3509 if test "${ac_cv_prog_RANLIB+set}" = set; then
3510 echo $ECHO_N "(cached) $ECHO_C" >&6
3512 if test -n "$RANLIB"; then
3513 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
3515 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3519 test -z "$as_dir" && as_dir
=.
3520 for ac_exec_ext
in '' $ac_executable_extensions; do
3521 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3522 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
3523 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3531 RANLIB
=$ac_cv_prog_RANLIB
3532 if test -n "$RANLIB"; then
3533 echo "$as_me:$LINENO: result: $RANLIB" >&5
3534 echo "${ECHO_T}$RANLIB" >&6
3536 echo "$as_me:$LINENO: result: no" >&5
3537 echo "${ECHO_T}no" >&6
3541 if test -z "$ac_cv_prog_RANLIB"; then
3542 ac_ct_RANLIB
=$RANLIB
3543 # Extract the first word of "ranlib", so it can be a program name with args.
3544 set dummy ranlib
; ac_word
=$2
3545 echo "$as_me:$LINENO: checking for $ac_word" >&5
3546 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3547 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3548 echo $ECHO_N "(cached) $ECHO_C" >&6
3550 if test -n "$ac_ct_RANLIB"; then
3551 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
3553 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3557 test -z "$as_dir" && as_dir
=.
3558 for ac_exec_ext
in '' $ac_executable_extensions; do
3559 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3560 ac_cv_prog_ac_ct_RANLIB
="ranlib"
3561 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3567 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
3570 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
3571 if test -n "$ac_ct_RANLIB"; then
3572 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
3573 echo "${ECHO_T}$ac_ct_RANLIB" >&6
3575 echo "$as_me:$LINENO: result: no" >&5
3576 echo "${ECHO_T}no" >&6
3579 RANLIB
=$ac_ct_RANLIB
3581 RANLIB
="$ac_cv_prog_RANLIB"
3584 if test -n "$ac_tool_prefix"; then
3585 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3586 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
3587 echo "$as_me:$LINENO: checking for $ac_word" >&5
3588 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3589 if test "${ac_cv_prog_STRIP+set}" = set; then
3590 echo $ECHO_N "(cached) $ECHO_C" >&6
3592 if test -n "$STRIP"; then
3593 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
3595 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3599 test -z "$as_dir" && as_dir
=.
3600 for ac_exec_ext
in '' $ac_executable_extensions; do
3601 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3602 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
3603 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3611 STRIP
=$ac_cv_prog_STRIP
3612 if test -n "$STRIP"; then
3613 echo "$as_me:$LINENO: result: $STRIP" >&5
3614 echo "${ECHO_T}$STRIP" >&6
3616 echo "$as_me:$LINENO: result: no" >&5
3617 echo "${ECHO_T}no" >&6
3621 if test -z "$ac_cv_prog_STRIP"; then
3623 # Extract the first word of "strip", so it can be a program name with args.
3624 set dummy strip
; ac_word
=$2
3625 echo "$as_me:$LINENO: checking for $ac_word" >&5
3626 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3627 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
3628 echo $ECHO_N "(cached) $ECHO_C" >&6
3630 if test -n "$ac_ct_STRIP"; then
3631 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
3633 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3637 test -z "$as_dir" && as_dir
=.
3638 for ac_exec_ext
in '' $ac_executable_extensions; do
3639 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3640 ac_cv_prog_ac_ct_STRIP
="strip"
3641 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3647 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
=":"
3650 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
3651 if test -n "$ac_ct_STRIP"; then
3652 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
3653 echo "${ECHO_T}$ac_ct_STRIP" >&6
3655 echo "$as_me:$LINENO: result: no" >&5
3656 echo "${ECHO_T}no" >&6
3661 STRIP
="$ac_cv_prog_STRIP"
3665 # Check for any special flags to pass to ltconfig.
3666 libtool_flags
="--cache-file=$cache_file"
3667 test "$enable_shared" = no
&& libtool_flags
="$libtool_flags --disable-shared"
3668 test "$enable_static" = no
&& libtool_flags
="$libtool_flags --disable-static"
3669 test "$enable_fast_install" = no
&& libtool_flags
="$libtool_flags --disable-fast-install"
3670 test "$GCC" = yes && libtool_flags
="$libtool_flags --with-gcc"
3671 test "$lt_cv_prog_gnu_ld" = yes && libtool_flags
="$libtool_flags --with-gnu-ld"
3674 # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
3675 if test "${enable_libtool_lock+set}" = set; then
3676 enableval
="$enable_libtool_lock"
3679 test "x$enable_libtool_lock" = xno
&& libtool_flags
="$libtool_flags --disable-lock"
3680 test x
"$silent" = xyes
&& libtool_flags
="$libtool_flags --silent"
3683 # Check whether --with-pic or --without-pic was given.
3684 if test "${with_pic+set}" = set; then
3690 test x
"$pic_mode" = xyes
&& libtool_flags
="$libtool_flags --prefer-pic"
3691 test x
"$pic_mode" = xno
&& libtool_flags
="$libtool_flags --prefer-non-pic"
3693 # Some flags need to be propagated to the compiler or linker for good
3697 # Find out which ABI we are using.
3698 echo '#line 3698 "configure"' > conftest.
$ac_ext
3699 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3700 (eval $ac_compile) 2>&5
3702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3703 (exit $ac_status); }; then
3704 if test "$lt_cv_prog_gnu_ld" = yes; then
3705 case `/usr/bin/file conftest.$ac_objext` in
3707 LD
="${LD-ld} -melf32bsmip"
3710 LD
="${LD-ld} -melf32bmipn32"
3713 LD
="${LD-ld} -melf64bmip"
3717 case `/usr/bin/file conftest.$ac_objext` in
3734 # Find out which ABI we are using.
3735 echo 'int i;' > conftest.
$ac_ext
3736 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3737 (eval $ac_compile) 2>&5
3739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3740 (exit $ac_status); }; then
3741 case "`/usr/bin/file conftest.o`" in
3753 x86_64-
*linux
*|ppc
*-*linux
*|powerpc
*-*linux
*|s390
*-*linux
*|sparc
*-*linux
*)
3754 # Find out which ABI we are using.
3755 echo 'int i;' > conftest.
$ac_ext
3756 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3757 (eval $ac_compile) 2>&5
3759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3760 (exit $ac_status); }; then
3761 case "`/usr/bin/file conftest.o`" in
3765 LD
="${LD-ld} -m elf_i386"
3767 ppc64-
*linux
*|powerpc64-
*linux
*)
3768 LD
="${LD-ld} -m elf32ppclinux"
3771 LD
="${LD-ld} -m elf_s390"
3774 LD
="${LD-ld} -m elf32_sparc"
3781 LD
="${LD-ld} -m elf_x86_64"
3783 ppc
*-*linux
*|powerpc
*-*linux
*)
3784 LD
="${LD-ld} -m elf64ppc"
3787 LD
="${LD-ld} -m elf64_s390"
3790 LD
="${LD-ld} -m elf64_sparc"
3800 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
3801 SAVE_CFLAGS
="$CFLAGS"
3802 CFLAGS
="$CFLAGS -belf"
3803 echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
3804 echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
3805 if test "${lt_cv_cc_needs_belf+set}" = set; then
3806 echo $ECHO_N "(cached) $ECHO_C" >&6
3811 ac_cpp
='$CPP $CPPFLAGS'
3812 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3813 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3814 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3816 if test x
$gcc_no_link = xyes
; then
3817 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
3818 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
3819 { (exit 1); exit 1; }; }
3821 cat >conftest.
$ac_ext <<_ACEOF
3824 cat confdefs.h
>>conftest.
$ac_ext
3825 cat >>conftest.
$ac_ext <<_ACEOF
3826 /* end confdefs.h. */
3836 rm -f conftest.
$ac_objext conftest
$ac_exeext
3837 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3838 (eval $ac_link) 2>conftest.er1
3840 grep -v '^ *+' conftest.er1
>conftest.err
3842 cat conftest.err
>&5
3843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3844 (exit $ac_status); } &&
3845 { ac_try
='test -z "$ac_c_werror_flag"
3846 || test ! -s conftest.err'
3847 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3851 (exit $ac_status); }; } &&
3852 { ac_try
='test -s conftest$ac_exeext'
3853 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3857 (exit $ac_status); }; }; then
3858 lt_cv_cc_needs_belf
=yes
3860 echo "$as_me: failed program was:" >&5
3861 sed 's/^/| /' conftest.
$ac_ext >&5
3863 lt_cv_cc_needs_belf
=no
3865 rm -f conftest.err conftest.
$ac_objext \
3866 conftest
$ac_exeext conftest.
$ac_ext
3868 ac_cpp
='$CPP $CPPFLAGS'
3869 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3870 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3871 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3874 echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
3875 echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
3876 if test x
"$lt_cv_cc_needs_belf" != x
"yes"; then
3877 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
3878 CFLAGS
="$SAVE_CFLAGS"
3886 # Save cache, so that ltconfig can load it
3887 cat >confcache
<<\_ACEOF
3888 # This file is a shell script that caches the results of configure
3889 # tests run on this system so they can be shared between configure
3890 # scripts and configure runs, see configure's option --config-cache.
3891 # It is not useful on other systems. If it contains results you don't
3892 # want to keep, you may remove or edit it.
3894 # config.status only pays attention to the cache file if you give it
3895 # the --recheck option to rerun configure.
3897 # `ac_cv_env_foo' variables (set or unset) will be overridden when
3898 # loading this file, other *unset* `ac_cv_foo' will be assigned the
3903 # The following way of writing the cache mishandles newlines in values,
3904 # but we know of no workaround that is simple, portable, and efficient.
3905 # So, don't put newlines in cache variables' values.
3906 # Ultrix sh set writes to stderr and can't be redirected directly,
3907 # and sets the high bit in the cache file unless we assign to the vars.
3910 case `(ac_space=' '; set | grep ac_space) 2>&1` in
3912 # `set' does not quote correctly, so add quotes (double-quote
3913 # substitution turns \\\\ into \\, and sed turns \\ into \).
3916 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
3919 # `set' quotes correctly as required by POSIX, so do not add quotes.
3921 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
3928 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
3930 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
3932 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
3933 if test -w $cache_file; then
3934 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
3935 cat confcache
>$cache_file
3937 echo "not updating unwritable cache $cache_file"
3942 # Actually configure libtool. ac_aux_dir is where install-sh is found.
3943 AR
="$AR" LTCC
="$CC" CC
="$CC" CFLAGS
="$CFLAGS" CPPFLAGS
="$CPPFLAGS" \
3944 MAGIC_CMD
="$MAGIC_CMD" LD
="$LD" LDFLAGS
="$LDFLAGS" LIBS
="$LIBS" \
3945 LN_S
="$LN_S" NM
="$NM" RANLIB
="$RANLIB" STRIP
="$STRIP" \
3946 AS
="$AS" DLLTOOL
="$DLLTOOL" OBJDUMP
="$OBJDUMP" \
3947 objext
="$OBJEXT" exeext
="$EXEEXT" reload_flag
="$reload_flag" \
3948 deplibs_check_method
="$deplibs_check_method" file_magic_cmd
="$file_magic_cmd" \
3949 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig
--no-reexec \
3950 $libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh
$host \
3951 ||
{ { echo "$as_me:$LINENO: error: libtool configure failed" >&5
3952 echo "$as_me: error: libtool configure failed" >&2;}
3953 { (exit 1); exit 1; }; }
3955 # Reload cache, that may have been modified by ltconfig
3956 if test -r "$cache_file"; then
3957 # Some versions of bash will fail to source /dev/null (special
3958 # files actually), so we avoid doing that.
3959 if test -f "$cache_file"; then
3960 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
3961 echo "$as_me: loading cache $cache_file" >&6;}
3963 [\\/]* | ?
:[\\/]* ) .
$cache_file;;
3964 *) . .
/$cache_file;;
3968 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
3969 echo "$as_me: creating cache $cache_file" >&6;}
3974 # This can be used to rebuild libtool when needed
3975 LIBTOOL_DEPS
="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh $ac_aux_dir/ltcf-c.sh"
3977 # Always use our own libtool.
3978 LIBTOOL
='$(SHELL) $(top_builddir)/libtool'
3980 # Redirect the config.log output again, so that the ltconfig log is not
3981 # clobbered by the next message.
3982 exec 5>>.
/config.log
3990 if test "x$CC" != xcc
; then
3991 echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5
3992 echo $ECHO_N "checking whether $CC and cc understand -c and -o together... $ECHO_C" >&6
3994 echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5
3995 echo $ECHO_N "checking whether cc understands -c and -o together... $ECHO_C" >&6
3997 set dummy
$CC; ac_cc
=`echo $2 |
3998 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
3999 if eval "test \"\${ac_cv_prog_cc_${ac_cc}_c_o+set}\" = set"; then
4000 echo $ECHO_N "(cached) $ECHO_C" >&6
4002 cat >conftest.
$ac_ext <<_ACEOF
4005 cat confdefs.h
>>conftest.
$ac_ext
4006 cat >>conftest.
$ac_ext <<_ACEOF
4007 /* end confdefs.h. */
4017 # Make sure it works both with $CC and with simple cc.
4018 # We do the test twice because some compilers refuse to overwrite an
4019 # existing .o file with -o, though they will create one.
4020 ac_try
='$CC -c conftest.$ac_ext -o conftest.$ac_objext >&5'
4021 if { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4025 (exit $ac_status); } &&
4026 test -f conftest.
$ac_objext && { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4030 (exit $ac_status); };
4032 eval ac_cv_prog_cc_
${ac_cc}_c_o
=yes
4033 if test "x$CC" != xcc
; then
4034 # Test first that cc exists at all.
4035 if { ac_try
='cc -c conftest.$ac_ext >&5'
4036 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4040 (exit $ac_status); }; }; then
4041 ac_try
='cc -c conftest.$ac_ext -o conftest.$ac_objext >&5'
4042 if { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4046 (exit $ac_status); } &&
4047 test -f conftest.
$ac_objext && { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4051 (exit $ac_status); };
4056 # cc exists but doesn't like -o.
4057 eval ac_cv_prog_cc_
${ac_cc}_c_o
=no
4062 eval ac_cv_prog_cc_
${ac_cc}_c_o
=no
4067 if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" = yes"; then
4068 echo "$as_me:$LINENO: result: yes" >&5
4069 echo "${ECHO_T}yes" >&6
4071 echo "$as_me:$LINENO: result: no" >&5
4072 echo "${ECHO_T}no" >&6
4074 cat >>confdefs.h
<<\_ACEOF
4075 #define NO_MINUS_C_MINUS_O 1
4080 # expand $ac_aux_dir to an absolute path
4081 am_aux_dir
=`cd $ac_aux_dir && pwd`
4083 # FIXME: we rely on the cache variable name because
4084 # there is no other way.
4086 ac_cc
=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
4087 if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" != yes"; then
4088 # Losing compiler, so override with the script.
4089 # FIXME: It is wrong to rewrite CC.
4090 # But if we don't then we get into trouble of one sort or another.
4091 # A longer-term fix would be to have automake use am__CC in this case,
4092 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4093 CC
="$am_aux_dir/compile $CC"
4097 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4098 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
4099 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
4100 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
4101 echo $ECHO_N "(cached) $ECHO_C" >&6
4103 cat >conftest.
make <<\_ACEOF
4105 @
echo 'ac_maketemp="$(MAKE)"'
4107 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
4108 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
4109 if test -n "$ac_maketemp"; then
4110 eval ac_cv_prog_make_
${ac_make}_set
=yes
4112 eval ac_cv_prog_make_
${ac_make}_set
=no
4116 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
4117 echo "$as_me:$LINENO: result: yes" >&5
4118 echo "${ECHO_T}yes" >&6
4121 echo "$as_me:$LINENO: result: no" >&5
4122 echo "${ECHO_T}no" >&6
4123 SET_MAKE
="MAKE=${MAKE-make}"
4131 # Sanity check for the cross-compilation case:
4133 ac_cpp
='$CPP $CPPFLAGS'
4134 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4135 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4136 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4137 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
4138 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
4139 # On Suns, sometimes $CPP names a directory.
4140 if test -n "$CPP" && test -d "$CPP"; then
4143 if test -z "$CPP"; then
4144 if test "${ac_cv_prog_CPP+set}" = set; then
4145 echo $ECHO_N "(cached) $ECHO_C" >&6
4147 # Double quotes because CPP needs to be expanded
4148 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4151 for ac_c_preproc_warn_flag
in '' yes
4153 # Use a header file that comes with gcc, so configuring glibc
4154 # with a fresh cross-compiler works.
4155 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4156 # <limits.h> exists even on freestanding compilers.
4157 # On the NeXT, cc -E runs the code through the compiler's parser,
4158 # not just through cpp. "Syntax error" is here to catch this case.
4159 cat >conftest.
$ac_ext <<_ACEOF
4162 cat confdefs.h
>>conftest.
$ac_ext
4163 cat >>conftest.
$ac_ext <<_ACEOF
4164 /* end confdefs.h. */
4166 # include <limits.h>
4168 # include <assert.h>
4172 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4173 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
4175 grep -v '^ *+' conftest.er1
>conftest.err
4177 cat conftest.err
>&5
4178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4179 (exit $ac_status); } >/dev
/null
; then
4180 if test -s conftest.err
; then
4181 ac_cpp_err
=$ac_c_preproc_warn_flag
4182 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
4189 if test -z "$ac_cpp_err"; then
4192 echo "$as_me: failed program was:" >&5
4193 sed 's/^/| /' conftest.
$ac_ext >&5
4195 # Broken: fails on valid input.
4198 rm -f conftest.err conftest.
$ac_ext
4200 # OK, works on sane cases. Now check whether non-existent headers
4201 # can be detected and how.
4202 cat >conftest.
$ac_ext <<_ACEOF
4205 cat confdefs.h
>>conftest.
$ac_ext
4206 cat >>conftest.
$ac_ext <<_ACEOF
4207 /* end confdefs.h. */
4208 #include <ac_nonexistent.h>
4210 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4211 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
4213 grep -v '^ *+' conftest.er1
>conftest.err
4215 cat conftest.err
>&5
4216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4217 (exit $ac_status); } >/dev
/null
; then
4218 if test -s conftest.err
; then
4219 ac_cpp_err
=$ac_c_preproc_warn_flag
4220 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
4227 if test -z "$ac_cpp_err"; then
4228 # Broken: success on invalid input.
4231 echo "$as_me: failed program was:" >&5
4232 sed 's/^/| /' conftest.
$ac_ext >&5
4234 # Passes both tests.
4238 rm -f conftest.err conftest.
$ac_ext
4241 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4242 rm -f conftest.err conftest.
$ac_ext
4243 if $ac_preproc_ok; then
4255 echo "$as_me:$LINENO: result: $CPP" >&5
4256 echo "${ECHO_T}$CPP" >&6
4258 for ac_c_preproc_warn_flag
in '' yes
4260 # Use a header file that comes with gcc, so configuring glibc
4261 # with a fresh cross-compiler works.
4262 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4263 # <limits.h> exists even on freestanding compilers.
4264 # On the NeXT, cc -E runs the code through the compiler's parser,
4265 # not just through cpp. "Syntax error" is here to catch this case.
4266 cat >conftest.
$ac_ext <<_ACEOF
4269 cat confdefs.h
>>conftest.
$ac_ext
4270 cat >>conftest.
$ac_ext <<_ACEOF
4271 /* end confdefs.h. */
4273 # include <limits.h>
4275 # include <assert.h>
4279 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4280 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
4282 grep -v '^ *+' conftest.er1
>conftest.err
4284 cat conftest.err
>&5
4285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4286 (exit $ac_status); } >/dev
/null
; then
4287 if test -s conftest.err
; then
4288 ac_cpp_err
=$ac_c_preproc_warn_flag
4289 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
4296 if test -z "$ac_cpp_err"; then
4299 echo "$as_me: failed program was:" >&5
4300 sed 's/^/| /' conftest.
$ac_ext >&5
4302 # Broken: fails on valid input.
4305 rm -f conftest.err conftest.
$ac_ext
4307 # OK, works on sane cases. Now check whether non-existent headers
4308 # can be detected and how.
4309 cat >conftest.
$ac_ext <<_ACEOF
4312 cat confdefs.h
>>conftest.
$ac_ext
4313 cat >>conftest.
$ac_ext <<_ACEOF
4314 /* end confdefs.h. */
4315 #include <ac_nonexistent.h>
4317 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4318 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
4320 grep -v '^ *+' conftest.er1
>conftest.err
4322 cat conftest.err
>&5
4323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4324 (exit $ac_status); } >/dev
/null
; then
4325 if test -s conftest.err
; then
4326 ac_cpp_err
=$ac_c_preproc_warn_flag
4327 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
4334 if test -z "$ac_cpp_err"; then
4335 # Broken: success on invalid input.
4338 echo "$as_me: failed program was:" >&5
4339 sed 's/^/| /' conftest.
$ac_ext >&5
4341 # Passes both tests.
4345 rm -f conftest.err conftest.
$ac_ext
4348 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4349 rm -f conftest.err conftest.
$ac_ext
4350 if $ac_preproc_ok; then
4353 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
4354 See \`config.log' for more details." >&5
4355 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
4356 See \`config.log' for more details." >&2;}
4357 { (exit 1); exit 1; }; }
4361 ac_cpp
='$CPP $CPPFLAGS'
4362 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4363 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4364 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4367 echo "$as_me:$LINENO: checking for egrep" >&5
4368 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
4369 if test "${ac_cv_prog_egrep+set}" = set; then
4370 echo $ECHO_N "(cached) $ECHO_C" >&6
4372 if echo a |
(grep -E '(a|b)') >/dev
/null
2>&1
4373 then ac_cv_prog_egrep
='grep -E'
4374 else ac_cv_prog_egrep
='egrep'
4377 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
4378 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
4379 EGREP
=$ac_cv_prog_egrep
4382 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
4383 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
4384 if test "${ac_cv_header_stdc+set}" = set; then
4385 echo $ECHO_N "(cached) $ECHO_C" >&6
4387 cat >conftest.
$ac_ext <<_ACEOF
4390 cat confdefs.h
>>conftest.
$ac_ext
4391 cat >>conftest.
$ac_ext <<_ACEOF
4392 /* end confdefs.h. */
4406 rm -f conftest.
$ac_objext
4407 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4408 (eval $ac_compile) 2>conftest.er1
4410 grep -v '^ *+' conftest.er1
>conftest.err
4412 cat conftest.err
>&5
4413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4414 (exit $ac_status); } &&
4415 { ac_try
='test -z "$ac_c_werror_flag"
4416 || test ! -s conftest.err'
4417 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4421 (exit $ac_status); }; } &&
4422 { ac_try
='test -s conftest.$ac_objext'
4423 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4427 (exit $ac_status); }; }; then
4428 ac_cv_header_stdc
=yes
4430 echo "$as_me: failed program was:" >&5
4431 sed 's/^/| /' conftest.
$ac_ext >&5
4433 ac_cv_header_stdc
=no
4435 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4437 if test $ac_cv_header_stdc = yes; then
4438 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4439 cat >conftest.
$ac_ext <<_ACEOF
4442 cat confdefs.h
>>conftest.
$ac_ext
4443 cat >>conftest.
$ac_ext <<_ACEOF
4444 /* end confdefs.h. */
4448 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4449 $EGREP "memchr" >/dev
/null
2>&1; then
4452 ac_cv_header_stdc
=no
4458 if test $ac_cv_header_stdc = yes; then
4459 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4460 cat >conftest.
$ac_ext <<_ACEOF
4463 cat confdefs.h
>>conftest.
$ac_ext
4464 cat >>conftest.
$ac_ext <<_ACEOF
4465 /* end confdefs.h. */
4469 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4470 $EGREP "free" >/dev
/null
2>&1; then
4473 ac_cv_header_stdc
=no
4479 if test $ac_cv_header_stdc = yes; then
4480 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4481 if test "$cross_compiling" = yes; then
4484 cat >conftest.
$ac_ext <<_ACEOF
4487 cat confdefs.h
>>conftest.
$ac_ext
4488 cat >>conftest.
$ac_ext <<_ACEOF
4489 /* end confdefs.h. */
4491 #if ((' ' & 0x0FF) == 0x020)
4492 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4493 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4495 # define ISLOWER(c) \
4496 (('a' <= (c) && (c) <= 'i') \
4497 || ('j' <= (c) && (c) <= 'r') \
4498 || ('s' <= (c) && (c) <= 'z'))
4499 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4502 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4507 for (i = 0; i < 256; i++)
4508 if (XOR (islower (i), ISLOWER (i))
4509 || toupper (i) != TOUPPER (i))
4514 rm -f conftest
$ac_exeext
4515 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4516 (eval $ac_link) 2>&5
4518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4519 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
4520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4524 (exit $ac_status); }; }; then
4527 echo "$as_me: program exited with status $ac_status" >&5
4528 echo "$as_me: failed program was:" >&5
4529 sed 's/^/| /' conftest.
$ac_ext >&5
4532 ac_cv_header_stdc
=no
4534 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
4538 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
4539 echo "${ECHO_T}$ac_cv_header_stdc" >&6
4540 if test $ac_cv_header_stdc = yes; then
4542 cat >>confdefs.h
<<\_ACEOF
4543 #define STDC_HEADERS 1
4548 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4558 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
4559 inttypes.h stdint.h unistd.h
4561 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4562 echo "$as_me:$LINENO: checking for $ac_header" >&5
4563 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4564 if eval "test \"\${$as_ac_Header+set}\" = set"; then
4565 echo $ECHO_N "(cached) $ECHO_C" >&6
4567 cat >conftest.
$ac_ext <<_ACEOF
4570 cat confdefs.h
>>conftest.
$ac_ext
4571 cat >>conftest.
$ac_ext <<_ACEOF
4572 /* end confdefs.h. */
4573 $ac_includes_default
4575 #include <$ac_header>
4577 rm -f conftest.
$ac_objext
4578 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4579 (eval $ac_compile) 2>conftest.er1
4581 grep -v '^ *+' conftest.er1
>conftest.err
4583 cat conftest.err
>&5
4584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4585 (exit $ac_status); } &&
4586 { ac_try
='test -z "$ac_c_werror_flag"
4587 || test ! -s conftest.err'
4588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4592 (exit $ac_status); }; } &&
4593 { ac_try
='test -s conftest.$ac_objext'
4594 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4598 (exit $ac_status); }; }; then
4599 eval "$as_ac_Header=yes"
4601 echo "$as_me: failed program was:" >&5
4602 sed 's/^/| /' conftest.
$ac_ext >&5
4604 eval "$as_ac_Header=no"
4606 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4608 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4609 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4610 if test `eval echo '${'$as_ac_Header'}'` = yes; then
4611 cat >>confdefs.h
<<_ACEOF
4612 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4620 if test "${ac_cv_header_stdio_h+set}" = set; then
4621 echo "$as_me:$LINENO: checking for stdio.h" >&5
4622 echo $ECHO_N "checking for stdio.h... $ECHO_C" >&6
4623 if test "${ac_cv_header_stdio_h+set}" = set; then
4624 echo $ECHO_N "(cached) $ECHO_C" >&6
4626 echo "$as_me:$LINENO: result: $ac_cv_header_stdio_h" >&5
4627 echo "${ECHO_T}$ac_cv_header_stdio_h" >&6
4629 # Is the header compilable?
4630 echo "$as_me:$LINENO: checking stdio.h usability" >&5
4631 echo $ECHO_N "checking stdio.h usability... $ECHO_C" >&6
4632 cat >conftest.
$ac_ext <<_ACEOF
4635 cat confdefs.h
>>conftest.
$ac_ext
4636 cat >>conftest.
$ac_ext <<_ACEOF
4637 /* end confdefs.h. */
4638 $ac_includes_default
4641 rm -f conftest.
$ac_objext
4642 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4643 (eval $ac_compile) 2>conftest.er1
4645 grep -v '^ *+' conftest.er1
>conftest.err
4647 cat conftest.err
>&5
4648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4649 (exit $ac_status); } &&
4650 { ac_try
='test -z "$ac_c_werror_flag"
4651 || test ! -s conftest.err'
4652 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4656 (exit $ac_status); }; } &&
4657 { ac_try
='test -s conftest.$ac_objext'
4658 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4662 (exit $ac_status); }; }; then
4663 ac_header_compiler
=yes
4665 echo "$as_me: failed program was:" >&5
4666 sed 's/^/| /' conftest.
$ac_ext >&5
4668 ac_header_compiler
=no
4670 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4671 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4672 echo "${ECHO_T}$ac_header_compiler" >&6
4674 # Is the header present?
4675 echo "$as_me:$LINENO: checking stdio.h presence" >&5
4676 echo $ECHO_N "checking stdio.h presence... $ECHO_C" >&6
4677 cat >conftest.
$ac_ext <<_ACEOF
4680 cat confdefs.h
>>conftest.
$ac_ext
4681 cat >>conftest.
$ac_ext <<_ACEOF
4682 /* end confdefs.h. */
4685 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4686 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
4688 grep -v '^ *+' conftest.er1
>conftest.err
4690 cat conftest.err
>&5
4691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4692 (exit $ac_status); } >/dev
/null
; then
4693 if test -s conftest.err
; then
4694 ac_cpp_err
=$ac_c_preproc_warn_flag
4695 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
4702 if test -z "$ac_cpp_err"; then
4703 ac_header_preproc
=yes
4705 echo "$as_me: failed program was:" >&5
4706 sed 's/^/| /' conftest.
$ac_ext >&5
4708 ac_header_preproc
=no
4710 rm -f conftest.err conftest.
$ac_ext
4711 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4712 echo "${ECHO_T}$ac_header_preproc" >&6
4714 # So? What about this header?
4715 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
4717 { echo "$as_me:$LINENO: WARNING: stdio.h: accepted by the compiler, rejected by the preprocessor!" >&5
4718 echo "$as_me: WARNING: stdio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
4719 { echo "$as_me:$LINENO: WARNING: stdio.h: proceeding with the compiler's result" >&5
4720 echo "$as_me: WARNING: stdio.h: proceeding with the compiler's result" >&2;}
4721 ac_header_preproc
=yes
4724 { echo "$as_me:$LINENO: WARNING: stdio.h: present but cannot be compiled" >&5
4725 echo "$as_me: WARNING: stdio.h: present but cannot be compiled" >&2;}
4726 { echo "$as_me:$LINENO: WARNING: stdio.h: check for missing prerequisite headers?" >&5
4727 echo "$as_me: WARNING: stdio.h: check for missing prerequisite headers?" >&2;}
4728 { echo "$as_me:$LINENO: WARNING: stdio.h: see the Autoconf documentation" >&5
4729 echo "$as_me: WARNING: stdio.h: see the Autoconf documentation" >&2;}
4730 { echo "$as_me:$LINENO: WARNING: stdio.h: section \"Present But Cannot Be Compiled\"" >&5
4731 echo "$as_me: WARNING: stdio.h: section \"Present But Cannot Be Compiled\"" >&2;}
4732 { echo "$as_me:$LINENO: WARNING: stdio.h: proceeding with the preprocessor's result" >&5
4733 echo "$as_me: WARNING: stdio.h: proceeding with the preprocessor's result" >&2;}
4734 { echo "$as_me:$LINENO: WARNING: stdio.h: in the future, the compiler will take precedence" >&5
4735 echo "$as_me: WARNING: stdio.h: in the future, the compiler will take precedence" >&2;}
4738 ## ----------------------------------------- ##
4739 ## Report this to the package-unused lists. ##
4740 ## ----------------------------------------- ##
4743 sed "s/^/$as_me: WARNING: /" >&2
4746 echo "$as_me:$LINENO: checking for stdio.h" >&5
4747 echo $ECHO_N "checking for stdio.h... $ECHO_C" >&6
4748 if test "${ac_cv_header_stdio_h+set}" = set; then
4749 echo $ECHO_N "(cached) $ECHO_C" >&6
4751 ac_cv_header_stdio_h
=$ac_header_preproc
4753 echo "$as_me:$LINENO: result: $ac_cv_header_stdio_h" >&5
4754 echo "${ECHO_T}$ac_cv_header_stdio_h" >&6
4757 if test $ac_cv_header_stdio_h = yes; then
4760 { { echo "$as_me:$LINENO: error: Can't find stdio.h.
4761 You must have a usable C system for the target already installed, at least
4762 including headers and, preferably, the library, before you can configure
4763 the Objective C runtime system. If necessary, install gcc now with
4764 \`LANGUAGES=c', then the target library, then build with \`LANGUAGES=objc'." >&5
4765 echo "$as_me: error: Can't find stdio.h.
4766 You must have a usable C system for the target already installed, at least
4767 including headers and, preferably, the library, before you can configure
4768 the Objective C runtime system. If necessary, install gcc now with
4769 \`LANGUAGES=c', then the target library, then build with \`LANGUAGES=objc'." >&2;}
4770 { (exit 1); exit 1; }; }
4775 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
4776 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
4777 if test "${ac_cv_header_stdc+set}" = set; then
4778 echo $ECHO_N "(cached) $ECHO_C" >&6
4780 cat >conftest.
$ac_ext <<_ACEOF
4783 cat confdefs.h
>>conftest.
$ac_ext
4784 cat >>conftest.
$ac_ext <<_ACEOF
4785 /* end confdefs.h. */
4799 rm -f conftest.
$ac_objext
4800 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4801 (eval $ac_compile) 2>conftest.er1
4803 grep -v '^ *+' conftest.er1
>conftest.err
4805 cat conftest.err
>&5
4806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4807 (exit $ac_status); } &&
4808 { ac_try
='test -z "$ac_c_werror_flag"
4809 || test ! -s conftest.err'
4810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4814 (exit $ac_status); }; } &&
4815 { ac_try
='test -s conftest.$ac_objext'
4816 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4820 (exit $ac_status); }; }; then
4821 ac_cv_header_stdc
=yes
4823 echo "$as_me: failed program was:" >&5
4824 sed 's/^/| /' conftest.
$ac_ext >&5
4826 ac_cv_header_stdc
=no
4828 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4830 if test $ac_cv_header_stdc = yes; then
4831 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4832 cat >conftest.
$ac_ext <<_ACEOF
4835 cat confdefs.h
>>conftest.
$ac_ext
4836 cat >>conftest.
$ac_ext <<_ACEOF
4837 /* end confdefs.h. */
4841 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4842 $EGREP "memchr" >/dev
/null
2>&1; then
4845 ac_cv_header_stdc
=no
4851 if test $ac_cv_header_stdc = yes; then
4852 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4853 cat >conftest.
$ac_ext <<_ACEOF
4856 cat confdefs.h
>>conftest.
$ac_ext
4857 cat >>conftest.
$ac_ext <<_ACEOF
4858 /* end confdefs.h. */
4862 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4863 $EGREP "free" >/dev
/null
2>&1; then
4866 ac_cv_header_stdc
=no
4872 if test $ac_cv_header_stdc = yes; then
4873 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4874 if test "$cross_compiling" = yes; then
4877 cat >conftest.
$ac_ext <<_ACEOF
4880 cat confdefs.h
>>conftest.
$ac_ext
4881 cat >>conftest.
$ac_ext <<_ACEOF
4882 /* end confdefs.h. */
4884 #if ((' ' & 0x0FF) == 0x020)
4885 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4886 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4888 # define ISLOWER(c) \
4889 (('a' <= (c) && (c) <= 'i') \
4890 || ('j' <= (c) && (c) <= 'r') \
4891 || ('s' <= (c) && (c) <= 'z'))
4892 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4895 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4900 for (i = 0; i < 256; i++)
4901 if (XOR (islower (i), ISLOWER (i))
4902 || toupper (i) != TOUPPER (i))
4907 rm -f conftest
$ac_exeext
4908 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4909 (eval $ac_link) 2>&5
4911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4912 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
4913 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4917 (exit $ac_status); }; }; then
4920 echo "$as_me: program exited with status $ac_status" >&5
4921 echo "$as_me: failed program was:" >&5
4922 sed 's/^/| /' conftest.
$ac_ext >&5
4925 ac_cv_header_stdc
=no
4927 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
4931 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
4932 echo "${ECHO_T}$ac_cv_header_stdc" >&6
4933 if test $ac_cv_header_stdc = yes; then
4935 cat >>confdefs.h
<<\_ACEOF
4936 #define STDC_HEADERS 1
4943 for ac_header
in sched.h
4945 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4946 if eval "test \"\${$as_ac_Header+set}\" = set"; then
4947 echo "$as_me:$LINENO: checking for $ac_header" >&5
4948 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4949 if eval "test \"\${$as_ac_Header+set}\" = set"; then
4950 echo $ECHO_N "(cached) $ECHO_C" >&6
4952 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4953 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4955 # Is the header compilable?
4956 echo "$as_me:$LINENO: checking $ac_header usability" >&5
4957 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
4958 cat >conftest.
$ac_ext <<_ACEOF
4961 cat confdefs.h
>>conftest.
$ac_ext
4962 cat >>conftest.
$ac_ext <<_ACEOF
4963 /* end confdefs.h. */
4964 $ac_includes_default
4965 #include <$ac_header>
4967 rm -f conftest.
$ac_objext
4968 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4969 (eval $ac_compile) 2>conftest.er1
4971 grep -v '^ *+' conftest.er1
>conftest.err
4973 cat conftest.err
>&5
4974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4975 (exit $ac_status); } &&
4976 { ac_try
='test -z "$ac_c_werror_flag"
4977 || test ! -s conftest.err'
4978 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4982 (exit $ac_status); }; } &&
4983 { ac_try
='test -s conftest.$ac_objext'
4984 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4988 (exit $ac_status); }; }; then
4989 ac_header_compiler
=yes
4991 echo "$as_me: failed program was:" >&5
4992 sed 's/^/| /' conftest.
$ac_ext >&5
4994 ac_header_compiler
=no
4996 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4997 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4998 echo "${ECHO_T}$ac_header_compiler" >&6
5000 # Is the header present?
5001 echo "$as_me:$LINENO: checking $ac_header presence" >&5
5002 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
5003 cat >conftest.
$ac_ext <<_ACEOF
5006 cat confdefs.h
>>conftest.
$ac_ext
5007 cat >>conftest.
$ac_ext <<_ACEOF
5008 /* end confdefs.h. */
5009 #include <$ac_header>
5011 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5012 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5014 grep -v '^ *+' conftest.er1
>conftest.err
5016 cat conftest.err
>&5
5017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5018 (exit $ac_status); } >/dev
/null
; then
5019 if test -s conftest.err
; then
5020 ac_cpp_err
=$ac_c_preproc_warn_flag
5021 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
5028 if test -z "$ac_cpp_err"; then
5029 ac_header_preproc
=yes
5031 echo "$as_me: failed program was:" >&5
5032 sed 's/^/| /' conftest.
$ac_ext >&5
5034 ac_header_preproc
=no
5036 rm -f conftest.err conftest.
$ac_ext
5037 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5038 echo "${ECHO_T}$ac_header_preproc" >&6
5040 # So? What about this header?
5041 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5043 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5044 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5045 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5046 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5047 ac_header_preproc
=yes
5050 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5051 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5052 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
5053 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
5054 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5055 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5056 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
5057 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
5058 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5059 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5060 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5061 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5064 ## ----------------------------------------- ##
5065 ## Report this to the package-unused lists. ##
5066 ## ----------------------------------------- ##
5069 sed "s/^/$as_me: WARNING: /" >&2
5072 echo "$as_me:$LINENO: checking for $ac_header" >&5
5073 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5074 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5075 echo $ECHO_N "(cached) $ECHO_C" >&6
5077 eval "$as_ac_Header=\$ac_header_preproc"
5079 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5080 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5083 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5084 cat >>confdefs.h
<<_ACEOF
5085 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5097 echo "$as_me:$LINENO: checking for thread model used by GCC" >&5
5098 echo $ECHO_N "checking for thread model used by GCC... $ECHO_C" >&6
5099 target_thread_file
=`$CC -v 2>&1 | sed -n 's/^Thread model: //p'`
5100 echo "$as_me:$LINENO: result: $target_thread_file" >&5
5101 echo "${ECHO_T}$target_thread_file" >&6
5103 if test $target_thread_file != single
; then
5105 cat >>confdefs.h
<<\_ACEOF
5106 #define HAVE_GTHR_DEFAULT 1
5112 echo "$as_me:$LINENO: checking for exception model to use" >&5
5113 echo $ECHO_N "checking for exception model to use... $ECHO_C" >&6
5115 ac_cpp
='$CPP $CPPFLAGS'
5116 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5117 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5118 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5120 # Check whether --enable-sjlj-exceptions or --disable-sjlj-exceptions was given.
5121 if test "${enable_sjlj_exceptions+set}" = set; then
5122 enableval
="$enable_sjlj_exceptions"
5125 cat > conftest.
$ac_ext << EOF
5126 #line 5126 "configure"
5129 @implementation Frob
5142 old_CFLAGS
="$CFLAGS"
5143 CFLAGS
="-x objective-c -fgnu-runtime -fobjc-exceptions -S"
5144 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5145 (eval $ac_compile) 2>&5
5147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5148 (exit $ac_status); }; then
5149 if grep _Unwind_SjLj_Resume conftest.s
>/dev
/null
2>&1 ; then
5150 enable_sjlj_exceptions
=yes
5151 elif grep _Unwind_Resume conftest.s
>/dev
/null
2>&1 ; then
5152 enable_sjlj_exceptions
=no
5155 CFLAGS
="$old_CFLAGS"
5158 if test x
$enable_sjlj_exceptions = xyes
; then
5160 cat >>confdefs.h
<<\_ACEOF
5161 #define SJLJ_EXCEPTIONS 1
5164 ac_exception_model_name
=sjlj
5165 elif test x
$enable_sjlj_exceptions = xno
; then
5166 ac_exception_model_name
="call frame"
5168 { { echo "$as_me:$LINENO: error: unable to detect exception model" >&5
5169 echo "$as_me: error: unable to detect exception model" >&2;}
5170 { (exit 1); exit 1; }; }
5173 ac_cpp
='$CPP $CPPFLAGS'
5174 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5175 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5176 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5178 echo "$as_me:$LINENO: result: $ac_exception_model_name" >&5
5179 echo "${ECHO_T}$ac_exception_model_name" >&6
5185 ac_config_files
="$ac_config_files Makefile"
5188 ac_config_commands
="$ac_config_commands default"
5191 cat >confcache
<<\_ACEOF
5192 # This file is a shell script that caches the results of configure
5193 # tests run on this system so they can be shared between configure
5194 # scripts and configure runs, see configure's option --config-cache.
5195 # It is not useful on other systems. If it contains results you don't
5196 # want to keep, you may remove or edit it.
5198 # config.status only pays attention to the cache file if you give it
5199 # the --recheck option to rerun configure.
5201 # `ac_cv_env_foo' variables (set or unset) will be overridden when
5202 # loading this file, other *unset* `ac_cv_foo' will be assigned the
5207 # The following way of writing the cache mishandles newlines in values,
5208 # but we know of no workaround that is simple, portable, and efficient.
5209 # So, don't put newlines in cache variables' values.
5210 # Ultrix sh set writes to stderr and can't be redirected directly,
5211 # and sets the high bit in the cache file unless we assign to the vars.
5214 case `(ac_space=' '; set | grep ac_space) 2>&1` in
5216 # `set' does not quote correctly, so add quotes (double-quote
5217 # substitution turns \\\\ into \\, and sed turns \\ into \).
5220 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
5223 # `set' quotes correctly as required by POSIX, so do not add quotes.
5225 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
5232 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
5234 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
5236 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
5237 if test -w $cache_file; then
5238 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
5239 cat confcache
>$cache_file
5241 echo "not updating unwritable cache $cache_file"
5246 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
5247 # Let make expand exec_prefix.
5248 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
5250 # VPATH may cause trouble with some makes, so we remove $(srcdir),
5251 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
5252 # trailing colons and then remove the whole line if VPATH becomes empty
5253 # (actually we leave an empty line to preserve line numbers).
5254 if test "x$srcdir" = x.
; then
5255 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
5256 s/:*\$(srcdir):*/:/;
5257 s/:*\${srcdir}:*/:/;
5259 s/^\([^=]*=[ ]*\):*/\1/;
5265 DEFS
=-DHAVE_CONFIG_H
5269 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
5270 # 1. Remove the extension, and $U if already installed.
5271 ac_i
=`echo "$ac_i" |
5272 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
5274 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
5275 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
5279 LTLIBOBJS
=$ac_ltlibobjs
5282 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
5283 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
5284 Usually this means the macro was only invoked conditionally." >&5
5285 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
5286 Usually this means the macro was only invoked conditionally." >&2;}
5287 { (exit 1); exit 1; }; }
5290 : ${CONFIG_STATUS=./config.status}
5291 ac_clean_files_save
=$ac_clean_files
5292 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
5293 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
5294 echo "$as_me: creating $CONFIG_STATUS" >&6;}
5295 cat >$CONFIG_STATUS <<_ACEOF
5297 # Generated by $as_me.
5298 # Run this file to recreate the current configuration.
5299 # Compiler output produced by configure, useful for debugging
5300 # configure, is in config.log if it exists.
5305 SHELL=\${CONFIG_SHELL-$SHELL}
5308 cat >>$CONFIG_STATUS <<\_ACEOF
5309 ## --------------------- ##
5310 ## M4sh Initialization. ##
5311 ## --------------------- ##
5313 # Be Bourne compatible
5314 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
5317 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
5318 # is contrary to our usage. Disable this feature.
5319 alias -g '${1+"$@"}'='"$@"'
5320 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
5323 DUALCASE
=1; export DUALCASE
# for MKS sh
5325 # Support unset when possible.
5326 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
5333 # Work around bugs in pre-3.0 UWIN ksh.
5334 $as_unset ENV MAIL MAILPATH
5341 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
5342 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
5343 LC_TELEPHONE LC_TIME
5345 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
5346 eval $as_var=C
; export $as_var
5352 # Required to use basename.
5353 if expr a
: '\(a\)' >/dev
/null
2>&1; then
5359 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
5360 as_basename
=basename
5366 # Name of the executable.
5367 as_me
=`$as_basename "$0" ||
5368 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
5369 X"$0" : 'X\(//\)$' \| \
5370 X"$0" : 'X\(/\)$' \| \
5371 . : '\(.\)' 2>/dev/null ||
5373 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
5374 /^X\/\(\/\/\)$/{ s//\1/; q; }
5375 /^X\/\(\/\).*/{ s//\1/; q; }
5379 # PATH needs CR, and LINENO needs CR and PATH.
5380 # Avoid depending upon Character Ranges.
5381 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
5382 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
5383 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
5384 as_cr_digits
='0123456789'
5385 as_cr_alnum
=$as_cr_Letters$as_cr_digits
5387 # The user is always right.
5388 if test "${PATH_SEPARATOR+set}" != set; then
5389 echo "#! /bin/sh" >conf$$.sh
5390 echo "exit 0" >>conf$$.sh
5392 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
5403 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
5404 test "x$as_lineno_1" != "x$as_lineno_2" &&
5405 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
5406 # Find who we are. Look in the path if we contain no path at all
5409 *[\\/]* ) as_myself
=$0 ;;
5410 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5414 test -z "$as_dir" && as_dir
=.
5415 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
5420 # We did not find ourselves, most probably we were run as `sh COMMAND'
5421 # in which case we are not to be found in the path.
5422 if test "x$as_myself" = x
; then
5425 if test ! -f "$as_myself"; then
5426 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
5427 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
5428 { (exit 1); exit 1; }; }
5430 case $CONFIG_SHELL in
5432 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
5433 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
5436 test -z "$as_dir" && as_dir
=.
5437 for as_base
in sh bash ksh sh5
; do
5440 if ("$as_dir/$as_base" -c '
5443 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
5444 test "x$as_lineno_1" != "x$as_lineno_2" &&
5445 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
5446 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
5447 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
5448 CONFIG_SHELL
=$as_dir/$as_base
5450 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
5458 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
5459 # uniformly replaced by the line number. The first 'sed' inserts a
5460 # line-number line before each line; the second 'sed' does the real
5461 # work. The second script uses 'N' to pair each line-number line
5462 # with the numbered line, and appends trailing '-' during
5463 # substitution so that $LINENO is not a special case at line end.
5464 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
5465 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
5466 sed '=' <$as_myself |
5471 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
5474 s,^['$as_cr_digits']*\n,,
5476 chmod +x
$as_me.lineno ||
5477 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
5478 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
5479 { (exit 1); exit 1; }; }
5481 # Don't try to exec as it changes $[0], causing all sort of problems
5482 # (the dirname of $[0] is not the place where we might find the
5483 # original and so on. Autoconf is especially sensible to this).
5485 # Exit status is that of the last command.
5490 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
5491 *c
*,-n*) ECHO_N
= ECHO_C
='
5493 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
5494 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
5497 if expr a
: '\(a\)' >/dev
/null
2>&1; then
5503 rm -f conf$$ conf$$.exe conf$$.
file
5505 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
5506 # We could just check for DJGPP; but this test a) works b) is more generic
5507 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
5508 if test -f conf$$.exe
; then
5509 # Don't use ln at all; we don't have any links
5514 elif ln conf$$.
file conf$$
2>/dev
/null
; then
5519 rm -f conf$$ conf$$.exe conf$$.
file
5521 if mkdir
-p .
2>/dev
/null
; then
5524 test -d .
/-p && rmdir .
/-p
5528 as_executable_p
="test -f"
5530 # Sed expression to map a string onto a valid CPP name.
5531 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
5533 # Sed expression to map a string onto a valid variable name.
5534 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
5538 # We need space, tab and new line, in precisely that order.
5548 # Open the log real soon, to keep \$[0] and so on meaningful, and to
5549 # report actual input values of CONFIG_FILES etc. instead of their
5550 # values after options handling. Logging --version etc. is OK.
5554 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
5555 ## Running $as_me. ##
5560 This file was extended by package-unused $as_me version-unused, which was
5561 generated by GNU Autoconf 2.59. Invocation command line was
5563 CONFIG_FILES = $CONFIG_FILES
5564 CONFIG_HEADERS = $CONFIG_HEADERS
5565 CONFIG_LINKS = $CONFIG_LINKS
5566 CONFIG_COMMANDS = $CONFIG_COMMANDS
5570 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
5574 # Files that config.status was made for.
5575 if test -n "$ac_config_files"; then
5576 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
5579 if test -n "$ac_config_headers"; then
5580 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
5583 if test -n "$ac_config_links"; then
5584 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
5587 if test -n "$ac_config_commands"; then
5588 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
5591 cat >>$CONFIG_STATUS <<\_ACEOF
5594 \`$as_me' instantiates files from templates according to the
5595 current configuration.
5597 Usage: $0 [OPTIONS] [FILE]...
5599 -h, --help print this help, then exit
5600 -V, --version print version number, then exit
5601 -q, --quiet do not print progress messages
5602 -d, --debug don't remove temporary files
5603 --recheck update $as_me by reconfiguring in the same conditions
5604 --file=FILE[:TEMPLATE]
5605 instantiate the configuration file FILE
5606 --header=FILE[:TEMPLATE]
5607 instantiate the configuration header FILE
5609 Configuration files:
5612 Configuration headers:
5615 Configuration commands:
5618 Report bugs to <bug-autoconf@gnu.org>."
5621 cat >>$CONFIG_STATUS <<_ACEOF
5623 package-unused config.status version-unused
5624 configured by $0, generated by GNU Autoconf 2.59,
5625 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
5627 Copyright (C) 2003 Free Software Foundation, Inc.
5628 This config.status script is free software; the Free Software Foundation
5629 gives unlimited permission to copy, distribute and modify it."
5634 cat >>$CONFIG_STATUS <<\_ACEOF
5635 # If no file are specified by the user, then we need to provide default
5636 # value. By we need to know if files were specified by the user.
5642 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
5643 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
5651 *) # This is not an option, so the user has probably given explicit
5654 ac_need_defaults
=false
;;
5658 # Handling of the options.
5660 cat >>$CONFIG_STATUS <<\_ACEOF
5661 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
5663 --version |
--vers* |
-V )
5664 echo "$ac_cs_version"; exit 0 ;;
5666 # Conflict between --help and --header
5667 { { echo "$as_me:$LINENO: error: ambiguous option: $1
5668 Try \`$0 --help' for more information." >&5
5669 echo "$as_me: error: ambiguous option: $1
5670 Try \`$0 --help' for more information." >&2;}
5671 { (exit 1); exit 1; }; };;
5672 --help |
--hel |
-h )
5673 echo "$ac_cs_usage"; exit 0 ;;
5674 --debug |
--d* |
-d )
5676 --file |
--fil |
--fi |
--f )
5678 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
5679 ac_need_defaults
=false
;;
5680 --header |
--heade |
--head |
--hea )
5682 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
5683 ac_need_defaults
=false
;;
5684 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
5685 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
5689 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
5690 Try \`$0 --help' for more information." >&5
5691 echo "$as_me: error: unrecognized option: $1
5692 Try \`$0 --help' for more information." >&2;}
5693 { (exit 1); exit 1; }; } ;;
5695 *) ac_config_targets
="$ac_config_targets $1" ;;
5701 ac_configure_extra_args
=
5703 if $ac_cs_silent; then
5705 ac_configure_extra_args
="$ac_configure_extra_args --silent"
5709 cat >>$CONFIG_STATUS <<_ACEOF
5710 if \$ac_cs_recheck; then
5711 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
5712 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
5717 cat >>$CONFIG_STATUS <<_ACEOF
5719 # INIT-COMMANDS section.
5725 with_target_subdir=${with_target_subdir}
5726 with_multisubdir=${with_multisubdir}
5727 ac_configure_args="--enable-multilib ${ac_configure_args}"
5728 toplevel_srcdir=${toplevel_srcdir}
5729 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
5730 ORIGINAL_LD_FOR_MULTILIBS="${ORIGINAL_LD_FOR_MULTILIBS}"
5737 cat >>$CONFIG_STATUS <<\_ACEOF
5738 for ac_config_target
in $ac_config_targets
5740 case "$ac_config_target" in
5741 # Handling of arguments.
5742 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
5743 "default" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS default" ;;
5744 "config.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS config.h" ;;
5745 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
5746 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
5747 { (exit 1); exit 1; }; };;
5751 # If the user did not use the arguments to specify the items to instantiate,
5752 # then the envvar interface is used. Set only those that are not.
5753 # We use the long form for the default assignment because of an extremely
5754 # bizarre bug on SunOS 4.1.3.
5755 if $ac_need_defaults; then
5756 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
5757 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
5758 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
5761 # Have a temporary directory for convenience. Make it in the build tree
5762 # simply because there is no reason to put it here, and in addition,
5763 # creating and moving files from /tmp can sometimes cause problems.
5764 # Create a temporary directory, and hook for its removal unless debugging.
5767 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
5768 trap '{ (exit 1); exit 1; }' 1 2 13 15
5771 # Create a (secure) tmp directory for tmp files.
5774 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
5775 test -n "$tmp" && test -d "$tmp"
5778 tmp
=.
/confstat$$
-$RANDOM
5779 (umask 077 && mkdir
$tmp)
5782 echo "$me: cannot create a temporary directory in ." >&2
5783 { (exit 1); exit 1; }
5788 cat >>$CONFIG_STATUS <<_ACEOF
5791 # CONFIG_FILES section.
5794 # No need to generate the scripts if there are no CONFIG_FILES.
5795 # This happens for instance when ./config.status config.h
5796 if test -n "\$CONFIG_FILES"; then
5797 # Protect against being on the right side of a sed subst in config.status.
5798 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
5799 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
5800 s,@SHELL@,$SHELL,;t t
5801 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
5802 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
5803 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
5804 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
5805 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
5806 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
5807 s,@exec_prefix@,$exec_prefix,;t t
5808 s,@prefix@,$prefix,;t t
5809 s,@program_transform_name@,$program_transform_name,;t t
5810 s,@bindir@,$bindir,;t t
5811 s,@sbindir@,$sbindir,;t t
5812 s,@libexecdir@,$libexecdir,;t t
5813 s,@datadir@,$datadir,;t t
5814 s,@sysconfdir@,$sysconfdir,;t t
5815 s,@sharedstatedir@,$sharedstatedir,;t t
5816 s,@localstatedir@,$localstatedir,;t t
5817 s,@libdir@,$libdir,;t t
5818 s,@includedir@,$includedir,;t t
5819 s,@oldincludedir@,$oldincludedir,;t t
5820 s,@infodir@,$infodir,;t t
5821 s,@mandir@,$mandir,;t t
5822 s,@build_alias@,$build_alias,;t t
5823 s,@host_alias@,$host_alias,;t t
5824 s,@target_alias@,$target_alias,;t t
5826 s,@ECHO_C@,$ECHO_C,;t t
5827 s,@ECHO_N@,$ECHO_N,;t t
5828 s,@ECHO_T@,$ECHO_T,;t t
5830 s,@build@,$build,;t t
5831 s,@build_cpu@,$build_cpu,;t t
5832 s,@build_vendor@,$build_vendor,;t t
5833 s,@build_os@,$build_os,;t t
5834 s,@build_subdir@,$build_subdir,;t t
5835 s,@host_subdir@,$host_subdir,;t t
5836 s,@target_subdir@,$target_subdir,;t t
5837 s,@VERSION@,$VERSION,;t t
5838 s,@OBJC_BOEHM_GC@,$OBJC_BOEHM_GC,;t t
5839 s,@toplevel_srcdir@,$toplevel_srcdir,;t t
5841 s,@host_cpu@,$host_cpu,;t t
5842 s,@host_vendor@,$host_vendor,;t t
5843 s,@host_os@,$host_os,;t t
5844 s,@target@,$target,;t t
5845 s,@target_cpu@,$target_cpu,;t t
5846 s,@target_vendor@,$target_vendor,;t t
5847 s,@target_os@,$target_os,;t t
5848 s,@target_noncanonical@,$target_noncanonical,;t t
5849 s,@glibcpp_srcdir@,$glibcpp_srcdir,;t t
5850 s,@toolexecdir@,$toolexecdir,;t t
5851 s,@toolexeclibdir@,$toolexeclibdir,;t t
5852 s,@includedirname@,$includedirname,;t t
5853 s,@libext@,$libext,;t t
5855 s,@ac_ct_CC@,$ac_ct_CC,;t t
5856 s,@EXEEXT@,$EXEEXT,;t t
5857 s,@OBJEXT@,$OBJEXT,;t t
5858 s,@CFLAGS@,$CFLAGS,;t t
5860 s,@ac_ct_AS@,$ac_ct_AS,;t t
5862 s,@ac_ct_AR@,$ac_ct_AR,;t t
5863 s,@RANLIB@,$RANLIB,;t t
5864 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
5865 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
5866 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
5867 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
5868 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
5869 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
5870 s,@MAINT@,$MAINT,;t t
5872 s,@STRIP@,$STRIP,;t t
5873 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
5874 s,@LIBTOOL@,$LIBTOOL,;t t
5875 s,@SET_MAKE@,$SET_MAKE,;t t
5877 s,@CPPFLAGS@,$CPPFLAGS,;t t
5878 s,@EGREP@,$EGREP,;t t
5879 s,@LIBOBJS@,$LIBOBJS,;t t
5880 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
5885 cat >>$CONFIG_STATUS <<\_ACEOF
5886 # Split the substitutions into bite-sized pieces for seds with
5887 # small command number limits, like on Digital OSF/1 and HP-UX.
5889 ac_sed_frag
=1 # Number of current file.
5890 ac_beg
=1 # First line for current file.
5891 ac_end
=$ac_max_sed_lines # Line after last line for current file.
5894 while $ac_more_lines; do
5895 if test $ac_beg -gt 1; then
5896 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
5898 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
5900 if test ! -s $tmp/subs.frag
; then
5903 # The purpose of the label and of the branching condition is to
5904 # speed up the sed processing (if there are no `@' at all, there
5905 # is no need to browse any of the substitutions).
5906 # These are the two extra sed commands mentioned above.
5908 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs-
$ac_sed_frag.
sed
5909 if test -z "$ac_sed_cmds"; then
5910 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
5912 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
5914 ac_sed_frag
=`expr $ac_sed_frag + 1`
5916 ac_end
=`expr $ac_end + $ac_max_sed_lines`
5919 if test -z "$ac_sed_cmds"; then
5922 fi # test -n "$CONFIG_FILES"
5925 cat >>$CONFIG_STATUS <<\_ACEOF
5926 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
5927 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
5929 - |
*:- |
*:-:* ) # input from stdin
5931 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
5932 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
5933 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
5934 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
5935 * ) ac_file_in
=$ac_file.
in ;;
5938 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
5939 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
5940 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5941 X"$ac_file" : 'X\(//\)[^/]' \| \
5942 X"$ac_file" : 'X\(//\)$' \| \
5943 X"$ac_file" : 'X\(/\)' \| \
5944 . : '\(.\)' 2>/dev/null ||
5946 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
5947 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
5948 /^X\(\/\/\)$/{ s//\1/; q; }
5949 /^X\(\/\).*/{ s//\1/; q; }
5951 { if $as_mkdir_p; then
5956 while test ! -d "$as_dir"; do
5957 as_dirs
="$as_dir $as_dirs"
5958 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
5959 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5960 X"$as_dir" : 'X\(//\)[^/]' \| \
5961 X"$as_dir" : 'X\(//\)$' \| \
5962 X"$as_dir" : 'X\(/\)' \| \
5963 . : '\(.\)' 2>/dev/null ||
5965 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
5966 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
5967 /^X\(\/\/\)$/{ s//\1/; q; }
5968 /^X\(\/\).*/{ s//\1/; q; }
5971 test ! -n "$as_dirs" || mkdir
$as_dirs
5972 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
5973 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
5974 { (exit 1); exit 1; }; }; }
5978 if test "$ac_dir" != .
; then
5979 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
5980 # A "../" for each directory in $ac_dir_suffix.
5981 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
5983 ac_dir_suffix
= ac_top_builddir
=
5987 .
) # No --srcdir option. We are building in place.
5989 if test -z "$ac_top_builddir"; then
5992 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
5994 [\\/]* | ?
:[\\/]* ) # Absolute path.
5995 ac_srcdir
=$srcdir$ac_dir_suffix;
5996 ac_top_srcdir
=$srcdir ;;
5998 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
5999 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
6002 # Do not use `cd foo && pwd` to compute absolute paths, because
6003 # the directories may not exist.
6005 .
) ac_abs_builddir
="$ac_dir";;
6008 .
) ac_abs_builddir
=`pwd`;;
6009 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
6010 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
6013 case $ac_abs_builddir in
6014 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
6016 case ${ac_top_builddir}.
in
6017 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
6018 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
6019 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
6022 case $ac_abs_builddir in
6023 .
) ac_abs_srcdir
=$ac_srcdir;;
6026 .
) ac_abs_srcdir
=$ac_abs_builddir;;
6027 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
6028 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
6031 case $ac_abs_builddir in
6032 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
6034 case $ac_top_srcdir in
6035 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
6036 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
6037 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
6043 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
6044 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
6047 if test x
"$ac_file" != x-
; then
6048 { echo "$as_me:$LINENO: creating $ac_file" >&5
6049 echo "$as_me: creating $ac_file" >&6;}
6052 # Let's still pretend it is `configure' which instantiates (i.e., don't
6053 # use $as_me), people would be surprised to read:
6054 # /* config.h. Generated by config.status. */
6055 if test x
"$ac_file" = x-
; then
6058 configure_input
="$ac_file. "
6060 configure_input
=$configure_input"Generated from `echo $ac_file_in |
6061 sed 's,.*/,,'` by configure."
6063 # First look for the input files in the build tree, otherwise in the
6065 ac_file_inputs
=`IFS=:
6066 for f in $ac_file_in; do
6068 -) echo $tmp/stdin ;;
6070 # Absolute (can't be DOS-style, as IFS=:)
6071 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
6072 echo "$as_me: error: cannot find input file: $f" >&2;}
6073 { (exit 1); exit 1; }; }
6076 if test -f "$f"; then
6079 elif test -f "$srcdir/$f"; then
6084 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
6085 echo "$as_me: error: cannot find input file: $f" >&2;}
6086 { (exit 1); exit 1; }; }
6089 done` ||
{ (exit 1); exit 1; }
6091 cat >>$CONFIG_STATUS <<_ACEOF
6095 cat >>$CONFIG_STATUS <<\_ACEOF
6097 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
6098 s
,@configure_input@
,$configure_input,;t t
6099 s
,@srcdir@
,$ac_srcdir,;t t
6100 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
6101 s
,@top_srcdir@
,$ac_top_srcdir,;t t
6102 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
6103 s
,@builddir@
,$ac_builddir,;t t
6104 s
,@abs_builddir@
,$ac_abs_builddir,;t t
6105 s
,@top_builddir@
,$ac_top_builddir,;t t
6106 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
6107 s
,@INSTALL@
,$ac_INSTALL,;t t
6108 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
6110 if test x"$ac_file" != x-; then
6111 mv $tmp/out $ac_file
6119 cat >>$CONFIG_STATUS <<\_ACEOF
6122 # CONFIG_HEADER section.
6125 # These sed commands are passed to sed as "A NAME B NAME C VALUE D
", where
6126 # NAME is the cpp macro being defined and VALUE is the value it is being given.
6128 # ac_d sets the value in "#define NAME VALUE" lines.
6129 ac_dA
='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
6130 ac_dB
='[ ].*$,\1#\2'
6133 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
6134 ac_uA
='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
6135 ac_uB
='$,\1#\2define\3'
6139 for ac_file
in : $CONFIG_HEADERS; do test "x$ac_file" = x
: && continue
6140 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
6142 - |
*:- |
*:-:* ) # input from stdin
6144 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
6145 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
6146 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
6147 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
6148 * ) ac_file_in
=$ac_file.
in ;;
6151 test x
"$ac_file" != x-
&& { echo "$as_me:$LINENO: creating $ac_file" >&5
6152 echo "$as_me: creating $ac_file" >&6;}
6154 # First look for the input files in the build tree, otherwise in the
6156 ac_file_inputs
=`IFS=:
6157 for f in $ac_file_in; do
6159 -) echo $tmp/stdin ;;
6161 # Absolute (can't be DOS-style, as IFS=:)
6162 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
6163 echo "$as_me: error: cannot find input file: $f" >&2;}
6164 { (exit 1); exit 1; }; }
6165 # Do quote $f, to prevent DOS paths from being IFS'd.
6168 if test -f "$f"; then
6171 elif test -f "$srcdir/$f"; then
6176 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
6177 echo "$as_me: error: cannot find input file: $f" >&2;}
6178 { (exit 1); exit 1; }; }
6181 done` ||
{ (exit 1); exit 1; }
6182 # Remove the trailing spaces.
6183 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
6187 # Transform confdefs.h into two sed scripts, `conftest.defines' and
6188 # `conftest.undefs', that substitutes the proper values into
6189 # config.h.in to produce config.h. The first handles `#define'
6190 # templates, and the second `#undef' templates.
6191 # And first: Protect against being on the right side of a sed subst in
6192 # config.status. Protect against being in an unquoted here document
6194 rm -f conftest.defines conftest.undefs
6195 # Using a here document instead of a string reduces the quoting nightmare.
6196 # Putting comments in sed scripts is not portable.
6198 # `end' is used to avoid that the second main sed command (meant for
6199 # 0-ary CPP macros) applies to n-ary macro definitions.
6200 # See the Autoconf documentation for `clear'.
6201 cat >confdef2sed.
sed <<\_ACEOF
6206 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
6208 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
6211 # If some macros were called several times there might be several times
6212 # the same #defines, which is useless. Nevertheless, we may not want to
6213 # sort them, since we want the *last* AC-DEFINE to be honored.
6214 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
6215 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
6216 rm -f confdef2sed.sed
6218 # This sed command replaces #undef with comments. This is necessary, for
6219 # example, in the case of _POSIX_SOURCE, which is predefined and required
6220 # on some systems where configure will not decide to define it.
6221 cat >>conftest.undefs <<\_ACEOF
6222 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
6225 # Break up conftest.defines because some shells have a limit on the size
6226 # of here documents, and old seds have small limits too (100 cmds).
6227 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
6228 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
6229 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
6230 echo ' :' >>$CONFIG_STATUS
6232 while grep . conftest.defines >/dev/null
6234 # Write a limited-size here document to $tmp/defines.sed.
6235 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
6236 # Speed up: don't consider the non `#define' lines.
6237 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
6238 # Work around the forget-to-reset-the-flag bug.
6239 echo 't clr' >>$CONFIG_STATUS
6240 echo ': clr' >>$CONFIG_STATUS
6241 sed ${ac_max_here_lines}q conftest.defines
>>$CONFIG_STATUS
6243 sed -f $tmp/defines.sed $tmp/in >$tmp/out
6247 sed 1,${ac_max_here_lines}d conftest.defines
>conftest.
tail
6248 rm -f conftest.defines
6249 mv conftest.
tail conftest.defines
6251 rm -f conftest.defines
6252 echo ' fi # grep' >>$CONFIG_STATUS
6253 echo >>$CONFIG_STATUS
6255 # Break up conftest.undefs because some shells have a limit on the size
6256 # of here documents, and old seds have small limits too (100 cmds).
6257 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
6259 while grep . conftest.undefs
>/dev
/null
6261 # Write a limited-size here document to $tmp/undefs.sed.
6262 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
6263 # Speed up: don't consider the non
`#undef'
6264 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
6265 # Work around the forget-to-reset-the-flag bug.
6266 echo 't clr' >>$CONFIG_STATUS
6267 echo ': clr' >>$CONFIG_STATUS
6268 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
6270 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
6274 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
6275 rm -f conftest.undefs
6276 mv conftest.tail conftest.undefs
6278 rm -f conftest.undefs
6280 cat >>$CONFIG_STATUS <<\_ACEOF
6281 # Let's still pretend it is `configure
' which instantiates (i.e., don't
6282 # use $as_me), people would be surprised to read:
6283 # /* config.h. Generated by config.status. */
6284 if test x
"$ac_file" = x-
; then
6285 echo "/* Generated by configure. */" >$tmp/config.h
6287 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
6289 cat $tmp/in >>$tmp/config.h
6291 if test x
"$ac_file" != x-
; then
6292 if diff $ac_file $tmp/config.h
>/dev
/null
2>&1; then
6293 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
6294 echo "$as_me: $ac_file is unchanged" >&6;}
6296 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
6297 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6298 X"$ac_file" : 'X\(//\)[^/]' \| \
6299 X"$ac_file" : 'X\(//\)$' \| \
6300 X"$ac_file" : 'X\(/\)' \| \
6301 . : '\(.\)' 2>/dev/null ||
6303 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6304 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6305 /^X\(\/\/\)$/{ s//\1/; q; }
6306 /^X\(\/\).*/{ s//\1/; q; }
6308 { if $as_mkdir_p; then
6313 while test ! -d "$as_dir"; do
6314 as_dirs
="$as_dir $as_dirs"
6315 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
6316 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6317 X"$as_dir" : 'X\(//\)[^/]' \| \
6318 X"$as_dir" : 'X\(//\)$' \| \
6319 X"$as_dir" : 'X\(/\)' \| \
6320 . : '\(.\)' 2>/dev/null ||
6322 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6323 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6324 /^X\(\/\/\)$/{ s//\1/; q; }
6325 /^X\(\/\).*/{ s//\1/; q; }
6328 test ! -n "$as_dirs" || mkdir
$as_dirs
6329 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
6330 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
6331 { (exit 1); exit 1; }; }; }
6334 mv $tmp/config.h
$ac_file
6342 cat >>$CONFIG_STATUS <<\_ACEOF
6345 # CONFIG_COMMANDS section.
6347 for ac_file
in : $CONFIG_COMMANDS; do test "x$ac_file" = x
: && continue
6348 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
6349 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
6350 ac_dir
=`(dirname "$ac_dest") 2>/dev/null ||
6351 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6352 X"$ac_dest" : 'X\(//\)[^/]' \| \
6353 X"$ac_dest" : 'X\(//\)$' \| \
6354 X"$ac_dest" : 'X\(/\)' \| \
6355 . : '\(.\)' 2>/dev/null ||
6357 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6358 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6359 /^X\(\/\/\)$/{ s//\1/; q; }
6360 /^X\(\/\).*/{ s//\1/; q; }
6362 { if $as_mkdir_p; then
6367 while test ! -d "$as_dir"; do
6368 as_dirs
="$as_dir $as_dirs"
6369 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
6370 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6371 X"$as_dir" : 'X\(//\)[^/]' \| \
6372 X"$as_dir" : 'X\(//\)$' \| \
6373 X"$as_dir" : 'X\(/\)' \| \
6374 . : '\(.\)' 2>/dev/null ||
6376 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6377 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6378 /^X\(\/\/\)$/{ s//\1/; q; }
6379 /^X\(\/\).*/{ s//\1/; q; }
6382 test ! -n "$as_dirs" || mkdir
$as_dirs
6383 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
6384 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
6385 { (exit 1); exit 1; }; }; }
6389 if test "$ac_dir" != .
; then
6390 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
6391 # A "../" for each directory in $ac_dir_suffix.
6392 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
6394 ac_dir_suffix
= ac_top_builddir
=
6398 .
) # No --srcdir option. We are building in place.
6400 if test -z "$ac_top_builddir"; then
6403 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
6405 [\\/]* | ?
:[\\/]* ) # Absolute path.
6406 ac_srcdir
=$srcdir$ac_dir_suffix;
6407 ac_top_srcdir
=$srcdir ;;
6409 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
6410 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
6413 # Do not use `cd foo && pwd` to compute absolute paths, because
6414 # the directories may not exist.
6416 .
) ac_abs_builddir
="$ac_dir";;
6419 .
) ac_abs_builddir
=`pwd`;;
6420 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
6421 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
6424 case $ac_abs_builddir in
6425 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
6427 case ${ac_top_builddir}.
in
6428 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
6429 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
6430 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
6433 case $ac_abs_builddir in
6434 .
) ac_abs_srcdir
=$ac_srcdir;;
6437 .
) ac_abs_srcdir
=$ac_abs_builddir;;
6438 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
6439 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
6442 case $ac_abs_builddir in
6443 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
6445 case $ac_top_srcdir in
6446 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
6447 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
6448 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
6453 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
6454 echo "$as_me: executing $ac_dest commands" >&6;}
6456 default
) if test -n "$CONFIG_FILES"; then
6457 if test -n "${with_target_subdir}"; then
6458 # FIXME: We shouldn't need to set ac_file
6460 LD
="${ORIGINAL_LD_FOR_MULTILIBS}"
6461 .
${toplevel_srcdir}/config-ml.
in
6468 cat >>$CONFIG_STATUS <<\_ACEOF
6470 { (exit 0); exit 0; }
6472 chmod +x
$CONFIG_STATUS
6473 ac_clean_files
=$ac_clean_files_save
6476 # configure is writing to config.log, and then calls config.status.
6477 # config.status does its own redirection, appending to config.log.
6478 # Unfortunately, on DOS this fails, as config.log is still kept open
6479 # by configure, so config.status won't be able to write to it; its
6480 # output is simply discarded. So we exec the FD to /dev/null,
6481 # effectively closing config.log, so it can be properly (re)opened and
6482 # appended to by config.status. When coming back to configure, we
6483 # need to make the FD available again.
6484 if test "$no_create" != yes; then
6486 ac_config_status_args
=
6487 test "$silent" = yes &&
6488 ac_config_status_args
="$ac_config_status_args --quiet"
6490 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
6492 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
6493 # would make configure fail if this is the last instruction.
6494 $ac_cs_success ||
{ (exit 1); exit 1; }