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 VERSION OBJC_BOEHM_GC toplevel_srcdir build build_cpu build_vendor build_os host host_cpu host_vendor host_os target target_cpu target_vendor target_os target_noncanonical glibcpp_srcdir gcc_version 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 LN_S STRIP ac_ct_STRIP LIBTOOL SET_MAKE CPP CPPFLAGS EGREP GTHREAD_FLAGS 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-shared=PKGS build shared libraries default=yes
843 --enable-static=PKGS build static libraries default=yes
844 --enable-fast-install=PKGS optimize for fast installation default=yes
845 --disable-libtool-lock avoid locking (might break parallel builds)
848 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
849 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
850 --with-target-subdir=SUBDIR
851 configuring in a subdirectory
852 --with-cross-host=HOST configuring with a cross compiler
853 --with-gnu-ld assume the C compiler uses GNU ld default=no
854 --with-pic try to use only PIC/non-PIC objects default=use both
856 Some influential environment variables:
857 CC C compiler command
858 CFLAGS C compiler flags
859 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
860 nonstandard directory <lib dir>
861 CPPFLAGS C/C++ preprocessor flags, e.g. -I<include dir> if you have
862 headers in a nonstandard directory <include dir>
865 Use these variables to override the choices made by `configure' or to
help
866 it to
find libraries and programs with nonstandard names
/locations.
871 if test "$ac_init_help" = "recursive"; then
872 # If there are subdirs, report their specific --help.
874 for ac_dir
in : $ac_subdirs_all; do test "x$ac_dir" = x
: && continue
875 test -d $ac_dir ||
continue
878 if test "$ac_dir" != .
; then
879 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
880 # A "../" for each directory in $ac_dir_suffix.
881 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
883 ac_dir_suffix
= ac_top_builddir
=
887 .
) # No --srcdir option. We are building in place.
889 if test -z "$ac_top_builddir"; then
892 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
894 [\\/]* | ?
:[\\/]* ) # Absolute path.
895 ac_srcdir
=$srcdir$ac_dir_suffix;
896 ac_top_srcdir
=$srcdir ;;
898 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
899 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
902 # Do not use `cd foo && pwd` to compute absolute paths, because
903 # the directories may not exist.
905 .
) ac_abs_builddir
="$ac_dir";;
908 .
) ac_abs_builddir
=`pwd`;;
909 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
910 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
913 case $ac_abs_builddir in
914 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
916 case ${ac_top_builddir}.
in
917 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
918 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
919 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
922 case $ac_abs_builddir in
923 .
) ac_abs_srcdir
=$ac_srcdir;;
926 .
) ac_abs_srcdir
=$ac_abs_builddir;;
927 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
928 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
931 case $ac_abs_builddir in
932 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
934 case $ac_top_srcdir in
935 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
936 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
937 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
942 # Check for guested configure; otherwise get Cygnus style configure.
943 if test -f $ac_srcdir/configure.gnu
; then
945 $SHELL $ac_srcdir/configure.gnu
--help=recursive
946 elif test -f $ac_srcdir/configure
; then
948 $SHELL $ac_srcdir/configure
--help=recursive
949 elif test -f $ac_srcdir/configure.ac ||
950 test -f $ac_srcdir/configure.
in; then
954 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
960 test -n "$ac_init_help" && exit 0
961 if $ac_init_version; then
963 package-unused configure version-unused
964 generated by GNU Autoconf
2.59
966 Copyright
(C
) 2003 Free Software Foundation
, Inc.
967 This configure
script is free software
; the Free Software Foundation
968 gives unlimited permission to copy
, distribute and modify it.
974 This file contains any messages produced by compilers while
975 running configure, to aid debugging if configure makes a mistake.
977 It was created by package-unused $as_me version-unused, which was
978 generated by GNU Autoconf 2.59. Invocation command line was
989 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
990 uname -m = `(uname -m) 2>/dev/null || echo unknown`
991 uname -r = `(uname -r) 2>/dev/null || echo unknown`
992 uname -s = `(uname -s) 2>/dev/null || echo unknown`
993 uname -v = `(uname -v) 2>/dev/null || echo unknown`
995 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
996 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
998 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
999 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1000 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1001 hostinfo = `(hostinfo) 2>/dev/null || echo unknown`
1002 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1003 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1004 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1008 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1012 test -z "$as_dir" && as_dir
=.
1013 echo "PATH: $as_dir"
1028 # Keep a trace of the command line.
1029 # Strip out --no-create and --no-recursion so they do not pile up.
1030 # Strip out --silent because we don't want to record it for future runs.
1031 # Also quote any args containing shell meta-characters.
1032 # Make two passes to allow for proper duplicate-argument suppression.
1037 ac_must_keep_next
=false
1043 -no-create |
--no-c* |
-n |
-no-recursion |
--no-r*) continue ;;
1044 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
1045 |
-silent |
--silent |
--silen |
--sile |
--sil)
1047 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1048 ac_arg
=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1051 1) ac_configure_args0
="$ac_configure_args0 '$ac_arg'" ;;
1053 ac_configure_args1
="$ac_configure_args1 '$ac_arg'"
1054 if test $ac_must_keep_next = true
; then
1055 ac_must_keep_next
=false
# Got value, back to normal.
1058 *=* |
--config-cache |
-C |
-disable-* |
--disable-* \
1059 |
-enable-* |
--enable-* |
-gas |
--g* |
-nfp |
--nf* \
1060 |
-q |
-quiet |
--q* |
-silent |
--sil* |
-v |
-verb* \
1061 |
-with-* |
--with-* |
-without-* |
--without-* |
--x)
1062 case "$ac_configure_args0 " in
1063 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1066 -* ) ac_must_keep_next
=true
;;
1069 ac_configure_args
="$ac_configure_args$ac_sep'$ac_arg'"
1070 # Get rid of the leading space.
1076 $as_unset ac_configure_args0 ||
test "${ac_configure_args0+set}" != set ||
{ ac_configure_args0
=; export ac_configure_args0
; }
1077 $as_unset ac_configure_args1 ||
test "${ac_configure_args1+set}" != set ||
{ ac_configure_args1
=; export ac_configure_args1
; }
1079 # When interrupted or exit'd, cleanup temporary files, and complete
1080 # config.log. We remove comments because anyway the quotes in there
1081 # would cause problems or look ugly.
1082 # WARNING: Be sure not to use single quotes in there, as some shells,
1083 # such as our DU 5.0 friend, will then `close' the trap.
1084 trap 'exit_status=$?
1085 # Save into config.log some information that might help in debugging.
1090 ## ---------------- ##
1091 ## Cache variables. ##
1092 ## ---------------- ##
1095 # The following way of writing the cache mishandles newlines in values,
1098 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1101 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1102 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1106 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1113 ## ----------------- ##
1114 ## Output variables. ##
1115 ## ----------------- ##
1118 for ac_var in $ac_subst_vars
1120 eval ac_val=$`echo $ac_var`
1121 echo "$ac_var='"'"'$ac_val'"'"'"
1125 if test -n "$ac_subst_files"; then
1132 for ac_var in $ac_subst_files
1134 eval ac_val=$`echo $ac_var`
1135 echo "$ac_var='"'"'$ac_val'"'"'"
1140 if test -s confdefs.h; then
1147 sed "/^$/d" confdefs.h | sort
1150 test "$ac_signal" != 0 &&
1151 echo "$as_me: caught signal $ac_signal"
1152 echo "$as_me: exit $exit_status"
1154 rm -f core *.core &&
1155 rm -rf conftest* confdefs* conf$$* $ac_clean_files &&
1158 for ac_signal
in 1 2 13 15; do
1159 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1163 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1164 rm -rf conftest
* confdefs.h
1165 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1168 # Predefined preprocessor variables.
1170 cat >>confdefs.h
<<_ACEOF
1171 #define PACKAGE_NAME "$PACKAGE_NAME"
1175 cat >>confdefs.h
<<_ACEOF
1176 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1180 cat >>confdefs.h
<<_ACEOF
1181 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1185 cat >>confdefs.h
<<_ACEOF
1186 #define PACKAGE_STRING "$PACKAGE_STRING"
1190 cat >>confdefs.h
<<_ACEOF
1191 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1195 # Let the site file select an alternate cache file if it wants to.
1196 # Prefer explicitly selected file to automatically selected ones.
1197 if test -z "$CONFIG_SITE"; then
1198 if test "x$prefix" != xNONE
; then
1199 CONFIG_SITE
="$prefix/share/config.site $prefix/etc/config.site"
1201 CONFIG_SITE
="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1204 for ac_site_file
in $CONFIG_SITE; do
1205 if test -r "$ac_site_file"; then
1206 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1207 echo "$as_me: loading site script $ac_site_file" >&6;}
1208 sed 's/^/| /' "$ac_site_file" >&5
1213 if test -r "$cache_file"; then
1214 # Some versions of bash will fail to source /dev/null (special
1215 # files actually), so we avoid doing that.
1216 if test -f "$cache_file"; then
1217 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1218 echo "$as_me: loading cache $cache_file" >&6;}
1220 [\\/]* | ?
:[\\/]* ) .
$cache_file;;
1221 *) . .
/$cache_file;;
1225 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1226 echo "$as_me: creating cache $cache_file" >&6;}
1230 # Check that the precious variables saved in the cache have kept the same
1232 ac_cache_corrupted
=false
1233 for ac_var
in `(set) 2>&1 |
1234 sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do
1235 eval ac_old_set
=\
$ac_cv_env_${ac_var}_set
1236 eval ac_new_set
=\
$ac_env_${ac_var}_set
1237 eval ac_old_val
="\$ac_cv_env_${ac_var}_value"
1238 eval ac_new_val
="\$ac_env_${ac_var}_value"
1239 case $ac_old_set,$ac_new_set in
1241 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1242 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1243 ac_cache_corrupted
=: ;;
1245 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1246 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1247 ac_cache_corrupted
=: ;;
1250 if test "x$ac_old_val" != "x$ac_new_val"; then
1251 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1252 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1253 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1254 echo "$as_me: former value: $ac_old_val" >&2;}
1255 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1256 echo "$as_me: current value: $ac_new_val" >&2;}
1257 ac_cache_corrupted
=:
1260 # Pass precious variables to config.status.
1261 if test "$ac_new_set" = set; then
1263 *" "*|
*" "*|
*[\
[\
]\~\
#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1264 ac_arg
=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1265 *) ac_arg
=$ac_var=$ac_new_val ;;
1267 case " $ac_configure_args " in
1268 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1269 *) ac_configure_args
="$ac_configure_args '$ac_arg'" ;;
1273 if $ac_cache_corrupted; then
1274 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1275 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1276 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1277 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1278 { (exit 1); exit 1; }; }
1282 ac_cpp
='$CPP $CPPFLAGS'
1283 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1284 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1285 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1315 # We need the following definitions because AC_PROG_LIBTOOL relies on them
1317 # Version is pulled out to make it a bit easier to change using sed.
1321 # This works around the fact that libtool configuration may change LD
1322 # for this particular configuration, but some shells, instead of
1323 # keeping the changes in LD private, export them just because LD is
1325 ORIGINAL_LD_FOR_MULTILIBS
=$LD
1331 # Default to --enable-multilib
1332 # Check whether --enable-multilib or --disable-multilib was given.
1333 if test "${enable_multilib+set}" = set; then
1334 enableval
="$enable_multilib"
1335 case "${enableval}" in
1336 yes) multilib
=yes ;;
1338 *) { { echo "$as_me:$LINENO: error: bad value ${enableval} for multilib option" >&5
1339 echo "$as_me: error: bad value ${enableval} for multilib option" >&2;}
1340 { (exit 1); exit 1; }; } ;;
1346 # We use these options to decide which functions to include.
1348 # Check whether --with-target-subdir or --without-target-subdir was given.
1349 if test "${with_target_subdir+set}" = set; then
1350 withval
="$with_target_subdir"
1354 # Check whether --with-cross-host or --without-cross-host was given.
1355 if test "${with_cross_host+set}" = set; then
1356 withval
="$with_cross_host"
1360 echo "$as_me:$LINENO: checking for --enable-version-specific-runtime-libs" >&5
1361 echo $ECHO_N "checking for --enable-version-specific-runtime-libs... $ECHO_C" >&6
1362 # Check whether --enable-version-specific-runtime-libs or --disable-version-specific-runtime-libs was given.
1363 if test "${enable_version_specific_runtime_libs+set}" = set; then
1364 enableval
="$enable_version_specific_runtime_libs"
1365 case "$enableval" in
1366 yes) version_specific_libs
=yes ;;
1367 no
) version_specific_libs
=no
;;
1368 *) { { echo "$as_me:$LINENO: error: Unknown argument to enable/disable version-specific libs" >&5
1369 echo "$as_me: error: Unknown argument to enable/disable version-specific libs" >&2;}
1370 { (exit 1); exit 1; }; };;
1373 version_specific_libs
=no
1375 echo "$as_me:$LINENO: result: $version_specific_libs" >&5
1376 echo "${ECHO_T}$version_specific_libs" >&6
1378 # Check whether --enable-objc-gc or --disable-objc-gc was given.
1379 if test "${enable_objc_gc+set}" = set; then
1380 enableval
="$enable_objc_gc"
1381 case $enable_objc_gc in
1382 no
) OBJC_BOEHM_GC
='' ;;
1383 *) OBJC_BOEHM_GC
=libobjc_gc.la
;;
1394 # When building with srcdir == objdir, links to the source files will
1395 # be created in directories within the target_subdir. We have to
1396 # adjust toplevel_srcdir accordingly, so that configure finds
1397 # install-sh and other auxiliary files that live in the top-level
1399 if test "${srcdir}" = "."; then
1400 if test -z "${with_target_subdir}"; then
1403 if test "${with_target_subdir}" != "."; then
1404 toprel
="${with_multisrctop}../.."
1406 toprel
="${with_multisrctop}.."
1413 for ac_dir
in ${srcdir}/$toprel $srcdir/${srcdir}/$toprel; do
1414 if test -f $ac_dir/install-sh
; then
1416 ac_install_sh
="$ac_aux_dir/install-sh -c"
1418 elif test -f $ac_dir/install.sh
; then
1420 ac_install_sh
="$ac_aux_dir/install.sh -c"
1422 elif test -f $ac_dir/shtool
; then
1424 ac_install_sh
="$ac_aux_dir/shtool install -c"
1428 if test -z "$ac_aux_dir"; then
1429 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ${srcdir}/$toprel $srcdir/${srcdir}/$toprel" >&5
1430 echo "$as_me: error: cannot find install-sh or install.sh in ${srcdir}/$toprel $srcdir/${srcdir}/$toprel" >&2;}
1431 { (exit 1); exit 1; }; }
1433 ac_config_guess="$SHELL $ac_aux_dir/config.guess
"
1434 ac_config_sub="$SHELL $ac_aux_dir/config.sub
"
1435 ac_configure="$SHELL $ac_aux_dir/configure
" # This should be Cygnus configure.
1437 toplevel_srcdir=\${srcdir}/$toprel
1440 # Make sure we can run config.sub.
1441 $ac_config_sub sun4 >/dev/null 2>&1 ||
1442 { { echo "$as_me:$LINENO: error
: cannot run
$ac_config_sub" >&5
1443 echo "$as_me: error
: cannot run
$ac_config_sub" >&2;}
1444 { (exit 1); exit 1; }; }
1446 echo "$as_me:$LINENO: checking build system
type" >&5
1447 echo $ECHO_N "checking build system
type...
$ECHO_C" >&6
1448 if test "${ac_cv_build+set}" = set; then
1449 echo $ECHO_N "(cached
) $ECHO_C" >&6
1451 ac_cv_build_alias=$build_alias
1452 test -z "$ac_cv_build_alias" &&
1453 ac_cv_build_alias=`$ac_config_guess`
1454 test -z "$ac_cv_build_alias" &&
1455 { { echo "$as_me:$LINENO: error
: cannot guess build
type; you must specify one
" >&5
1456 echo "$as_me: error
: cannot guess build
type; you must specify one
" >&2;}
1457 { (exit 1); exit 1; }; }
1458 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1459 { { echo "$as_me:$LINENO: error
: $ac_config_sub $ac_cv_build_alias failed
" >&5
1460 echo "$as_me: error
: $ac_config_sub $ac_cv_build_alias failed
" >&2;}
1461 { (exit 1); exit 1; }; }
1464 echo "$as_me:$LINENO: result
: $ac_cv_build" >&5
1465 echo "${ECHO_T}$ac_cv_build" >&6
1467 build_cpu=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1468 build_vendor=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1469 build_os=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1472 echo "$as_me:$LINENO: checking
host system
type" >&5
1473 echo $ECHO_N "checking
host system
type...
$ECHO_C" >&6
1474 if test "${ac_cv_host+set}" = set; then
1475 echo $ECHO_N "(cached
) $ECHO_C" >&6
1477 ac_cv_host_alias=$host_alias
1478 test -z "$ac_cv_host_alias" &&
1479 ac_cv_host_alias=$ac_cv_build_alias
1480 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1481 { { echo "$as_me:$LINENO: error
: $ac_config_sub $ac_cv_host_alias failed
" >&5
1482 echo "$as_me: error
: $ac_config_sub $ac_cv_host_alias failed
" >&2;}
1483 { (exit 1); exit 1; }; }
1486 echo "$as_me:$LINENO: result
: $ac_cv_host" >&5
1487 echo "${ECHO_T}$ac_cv_host" >&6
1489 host_cpu=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1490 host_vendor=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1491 host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1494 echo "$as_me:$LINENO: checking target system
type" >&5
1495 echo $ECHO_N "checking target system
type...
$ECHO_C" >&6
1496 if test "${ac_cv_target+set}" = set; then
1497 echo $ECHO_N "(cached
) $ECHO_C" >&6
1499 ac_cv_target_alias=$target_alias
1500 test "x
$ac_cv_target_alias" = "x
" &&
1501 ac_cv_target_alias=$ac_cv_host_alias
1502 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1503 { { echo "$as_me:$LINENO: error
: $ac_config_sub $ac_cv_target_alias failed
" >&5
1504 echo "$as_me: error
: $ac_config_sub $ac_cv_target_alias failed
" >&2;}
1505 { (exit 1); exit 1; }; }
1508 echo "$as_me:$LINENO: result
: $ac_cv_target" >&5
1509 echo "${ECHO_T}$ac_cv_target" >&6
1510 target=$ac_cv_target
1511 target_cpu=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1512 target_vendor=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1513 target_os=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1516 # The aliases save the names the user supplied, while $host etc.
1517 # will get canonicalized.
1518 test -n "$target_alias" &&
1519 test "$program_prefix$program_suffix$program_transform_name" = \
1521 program_prefix=${target_alias}-
1522 case ${build_alias} in
1523 "") build_noncanonical=${build} ;;
1524 *) build_noncanonical=${build_alias} ;;
1527 case ${host_alias} in
1528 "") host_noncanonical=${build_noncanonical} ;;
1529 *) host_noncanonical=${host_alias} ;;
1532 case ${target_alias} in
1533 "") target_noncanonical=${host_noncanonical} ;;
1534 *) target_noncanonical=${target_alias} ;;
1539 # Export source directory.
1540 # These need to be absolute paths, yet at the same time need to
1541 # canonicalize only relative paths, because then amd will not unmount
1542 # drives. Thus the use of PWDCMD: set it to 'pawd' or 'amq -w' if using amd.
1544 \\/$* | ?:\\/*) glibcpp_srcdir=${srcdir} ;;
1545 *) glibcpp_srcdir=`cd "$srcdir" && ${PWDCMD-pwd} || echo "$srcdir"` ;;
1549 # Process the option "--enable-version-specific-runtime-libs"
1550 gcc_version_trigger=${srcdir}/../gcc/version.c
1551 gcc_version_full=`grep version_string ${gcc_version_trigger} | sed -e 's/.*\"\([^ \"]*\)[ \"].*/\1/'`
1552 gcc_version=`echo ${gcc_version_full} | sed -e 's/\(^ *\) .*/\1/'`
1555 # Calculate toolexeclibdir
1556 # Also toolexecdir, though it's only used in toolexeclibdir
1557 case ${version_specific_libs} in
1559 # Need the gcc compiler version to know where to install libraries
1560 # and header files if --enable-version-specific-runtime-libs option
1562 toolexecdir='$(libdir)/gcc/$(target_noncanonical)'
1563 toolexeclibdir='$(toolexecdir)/'${gcc_version}'$(MULTISUBDIR)'
1566 if test -n "$with_cross_host" &&
1567 test x"$with_cross_host" != x"no
"; then
1568 # Install a library built with a cross compiler in tooldir, not libdir.
1569 toolexecdir='$(exec_prefix)/$(target_noncanonical)'
1570 toolexeclibdir='$(toolexecdir)/lib'
1572 toolexecdir='$(libdir)/gcc-lib/$(target_noncanonical)'
1573 toolexeclibdir='$(libdir)'
1575 multi_os_directory=`$CC -print-multi-os-directory`
1576 case $multi_os_directory in
1577 .) ;; # Avoid trailing /.
1578 *) toolexeclibdir=$toolexeclibdir/$multi_os_directory ;;
1585 # Figure out if we want to name the include directory and the
1586 # library name changes differently.
1587 includedirname=include
1591 # Darwin is the only target so far that needs a different include directory.
1592 includedirname=include-gnu-runtime
1605 # We must force CC to /not/ be a precious variable; otherwise
1606 # the wrong, non-multilib-adjusted value will be used in multilibs.
1607 # As a side effect, we have to subst CFLAGS ourselves.
1611 ac_cpp='$CPP $CPPFLAGS'
1612 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1613 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1614 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1615 if test -n "$ac_tool_prefix"; then
1616 # Extract the first word of "${ac_tool_prefix}gcc
", so it can be a program name with args.
1617 set dummy ${ac_tool_prefix}gcc; ac_word=$2
1618 echo "$as_me:$LINENO: checking
for $ac_word" >&5
1619 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
1620 if test "${ac_cv_prog_CC+set}" = set; then
1621 echo $ECHO_N "(cached
) $ECHO_C" >&6
1623 if test -n "$CC"; then
1624 ac_cv_prog_CC="$CC" # Let the user override the test.
1626 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1630 test -z "$as_dir" && as_dir=.
1631 for ac_exec_ext in '' $ac_executable_extensions; do
1632 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1633 ac_cv_prog_CC="${ac_tool_prefix}gcc
"
1634 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
1643 if test -n "$CC"; then
1644 echo "$as_me:$LINENO: result
: $CC" >&5
1645 echo "${ECHO_T}$CC" >&6
1647 echo "$as_me:$LINENO: result
: no
" >&5
1648 echo "${ECHO_T}no
" >&6
1652 if test -z "$ac_cv_prog_CC"; then
1654 # Extract the first word of "gcc
", so it can be a program name with args.
1655 set dummy gcc; ac_word=$2
1656 echo "$as_me:$LINENO: checking
for $ac_word" >&5
1657 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
1658 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1659 echo $ECHO_N "(cached
) $ECHO_C" >&6
1661 if test -n "$ac_ct_CC"; then
1662 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1664 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1668 test -z "$as_dir" && as_dir=.
1669 for ac_exec_ext in '' $ac_executable_extensions; do
1670 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1671 ac_cv_prog_ac_ct_CC="gcc
"
1672 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
1680 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1681 if test -n "$ac_ct_CC"; then
1682 echo "$as_me:$LINENO: result
: $ac_ct_CC" >&5
1683 echo "${ECHO_T}$ac_ct_CC" >&6
1685 echo "$as_me:$LINENO: result
: no
" >&5
1686 echo "${ECHO_T}no
" >&6
1694 if test -z "$CC"; then
1695 if test -n "$ac_tool_prefix"; then
1696 # Extract the first word of "${ac_tool_prefix}cc
", so it can be a program name with args.
1697 set dummy ${ac_tool_prefix}cc; ac_word=$2
1698 echo "$as_me:$LINENO: checking
for $ac_word" >&5
1699 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
1700 if test "${ac_cv_prog_CC+set}" = set; then
1701 echo $ECHO_N "(cached
) $ECHO_C" >&6
1703 if test -n "$CC"; then
1704 ac_cv_prog_CC="$CC" # Let the user override the test.
1706 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1710 test -z "$as_dir" && as_dir=.
1711 for ac_exec_ext in '' $ac_executable_extensions; do
1712 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1713 ac_cv_prog_CC="${ac_tool_prefix}cc
"
1714 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
1723 if test -n "$CC"; then
1724 echo "$as_me:$LINENO: result
: $CC" >&5
1725 echo "${ECHO_T}$CC" >&6
1727 echo "$as_me:$LINENO: result
: no
" >&5
1728 echo "${ECHO_T}no
" >&6
1732 if test -z "$ac_cv_prog_CC"; then
1734 # Extract the first word of "cc
", so it can be a program name with args.
1735 set dummy cc; ac_word=$2
1736 echo "$as_me:$LINENO: checking
for $ac_word" >&5
1737 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
1738 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1739 echo $ECHO_N "(cached
) $ECHO_C" >&6
1741 if test -n "$ac_ct_CC"; then
1742 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1744 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1748 test -z "$as_dir" && as_dir=.
1749 for ac_exec_ext in '' $ac_executable_extensions; do
1750 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1751 ac_cv_prog_ac_ct_CC="cc
"
1752 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
1760 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1761 if test -n "$ac_ct_CC"; then
1762 echo "$as_me:$LINENO: result
: $ac_ct_CC" >&5
1763 echo "${ECHO_T}$ac_ct_CC" >&6
1765 echo "$as_me:$LINENO: result
: no
" >&5
1766 echo "${ECHO_T}no
" >&6
1775 if test -z "$CC"; then
1776 # Extract the first word of "cc
", so it can be a program name with args.
1777 set dummy cc; ac_word=$2
1778 echo "$as_me:$LINENO: checking
for $ac_word" >&5
1779 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
1780 if test "${ac_cv_prog_CC+set}" = set; then
1781 echo $ECHO_N "(cached
) $ECHO_C" >&6
1783 if test -n "$CC"; then
1784 ac_cv_prog_CC="$CC" # Let the user override the test.
1787 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1791 test -z "$as_dir" && as_dir=.
1792 for ac_exec_ext in '' $ac_executable_extensions; do
1793 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1794 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr
/ucb
/cc
"; then
1795 ac_prog_rejected=yes
1799 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
1805 if test $ac_prog_rejected = yes; then
1806 # We found a bogon in the path, so make sure we never use it.
1807 set dummy $ac_cv_prog_CC
1809 if test $# != 0; then
1810 # We chose a different compiler from the bogus one.
1811 # However, it has the same basename, so the bogon will be chosen
1812 # first if we set CC to just the basename; use the full file name.
1814 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@
"
1820 if test -n "$CC"; then
1821 echo "$as_me:$LINENO: result
: $CC" >&5
1822 echo "${ECHO_T}$CC" >&6
1824 echo "$as_me:$LINENO: result
: no
" >&5
1825 echo "${ECHO_T}no
" >&6
1829 if test -z "$CC"; then
1830 if test -n "$ac_tool_prefix"; then
1833 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1834 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
1835 echo "$as_me:$LINENO: checking
for $ac_word" >&5
1836 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
1837 if test "${ac_cv_prog_CC+set}" = set; then
1838 echo $ECHO_N "(cached
) $ECHO_C" >&6
1840 if test -n "$CC"; then
1841 ac_cv_prog_CC="$CC" # Let the user override the test.
1843 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1847 test -z "$as_dir" && as_dir=.
1848 for ac_exec_ext in '' $ac_executable_extensions; do
1849 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1850 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
1851 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
1860 if test -n "$CC"; then
1861 echo "$as_me:$LINENO: result
: $CC" >&5
1862 echo "${ECHO_T}$CC" >&6
1864 echo "$as_me:$LINENO: result
: no
" >&5
1865 echo "${ECHO_T}no
" >&6
1868 test -n "$CC" && break
1871 if test -z "$CC"; then
1875 # Extract the first word of "$ac_prog", so it can be a program name with args.
1876 set dummy $ac_prog; ac_word=$2
1877 echo "$as_me:$LINENO: checking
for $ac_word" >&5
1878 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
1879 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1880 echo $ECHO_N "(cached
) $ECHO_C" >&6
1882 if test -n "$ac_ct_CC"; then
1883 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
1885 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1889 test -z "$as_dir" && as_dir=.
1890 for ac_exec_ext in '' $ac_executable_extensions; do
1891 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1892 ac_cv_prog_ac_ct_CC="$ac_prog"
1893 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
1901 ac_ct_CC=$ac_cv_prog_ac_ct_CC
1902 if test -n "$ac_ct_CC"; then
1903 echo "$as_me:$LINENO: result
: $ac_ct_CC" >&5
1904 echo "${ECHO_T}$ac_ct_CC" >&6
1906 echo "$as_me:$LINENO: result
: no
" >&5
1907 echo "${ECHO_T}no
" >&6
1910 test -n "$ac_ct_CC" && break
1919 test -z "$CC" && { { echo "$as_me:$LINENO: error
: no acceptable C compiler found
in \
$PATH
1920 See \
`config.log' for more details." >&5
1921 echo "$as_me: error: no acceptable C compiler found in \$PATH
1922 See \`config.log
' for more details." >&2;}
1923 { (exit 1); exit 1; }; }
1925 # Provide some information about the compiler.
1926 echo "$as_me:$LINENO:" \
1927 "checking for C compiler version" >&5
1928 ac_compiler=`set X $ac_compile; echo $2`
1929 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
1930 (eval $ac_compiler --version </dev/null >&5) 2>&5
1932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1933 (exit $ac_status); }
1934 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
1935 (eval $ac_compiler -v </dev/null >&5) 2>&5
1937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1938 (exit $ac_status); }
1939 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
1940 (eval $ac_compiler -V </dev/null >&5) 2>&5
1942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1943 (exit $ac_status); }
1945 cat >conftest.$ac_ext <<_ACEOF
1948 cat confdefs.h >>conftest.$ac_ext
1949 cat >>conftest.$ac_ext <<_ACEOF
1950 /* end confdefs.h. */
1961 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
1962 (eval $ac_link) 2>&5
1964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1965 (exit $ac_status); }; then
1971 if test x$gcc_no_link = xyes; then
1972 # Setting cross_compile will disable run tests; it will
1973 # also disable AC_CHECK_FILE but that's generally
1974 # correct if we can't link.
1978 cat >conftest.
$ac_ext <<_ACEOF
1981 cat confdefs.h
>>conftest.
$ac_ext
1982 cat >>conftest.
$ac_ext <<_ACEOF
1983 /* end confdefs.h. */
1993 ac_clean_files_save
=$ac_clean_files
1994 ac_clean_files
="$ac_clean_files a.out a.exe b.out"
1995 # Try to create an executable without -o first, disregard a.out.
1996 # It will help us diagnose broken compilers, and finding out an intuition
1998 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
1999 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
2000 ac_link_default
=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2001 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2002 (eval $ac_link_default) 2>&5
2004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2005 (exit $ac_status); }; then
2006 # Find the output, starting from the most likely. This scheme is
2007 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
2010 # Be careful to initialize this variable, since it used to be cached.
2011 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2013 # b.out is created by i960 compilers.
2014 for ac_file
in a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
2016 test -f "$ac_file" ||
continue
2018 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
)
2021 # This is the source file.
2024 # We found the default executable, but exeext='' is most
2028 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2029 # FIXME: I believe we export ac_cv_exeext for Libtool,
2030 # but it would be cool to find out if it's true. Does anybody
2031 # maintain Libtool? --akim.
2039 echo "$as_me: failed program was:" >&5
2040 sed 's/^/| /' conftest.
$ac_ext >&5
2042 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2043 See \`config.log' for more details." >&5
2044 echo "$as_me: error: C compiler cannot create executables
2045 See \`config.log' for more details." >&2;}
2046 { (exit 77); exit 77; }; }
2049 ac_exeext
=$ac_cv_exeext
2050 echo "$as_me:$LINENO: result: $ac_file" >&5
2051 echo "${ECHO_T}$ac_file" >&6
2053 # Check the compiler produces executables we can run. If not, either
2054 # the compiler is broken, or we cross compile.
2055 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2056 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2057 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2058 # If not cross compiling, check that we can run a simple program.
2059 if test "$cross_compiling" != yes; then
2060 if { ac_try
='./$ac_file'
2061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2065 (exit $ac_status); }; }; then
2068 if test "$cross_compiling" = maybe
; then
2071 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2072 If you meant to cross compile, use \`--host'.
2073 See \`config.log' for more details." >&5
2074 echo "$as_me: error: cannot run C compiled programs.
2075 If you meant to cross compile, use \`--host'.
2076 See \`config.log' for more details." >&2;}
2077 { (exit 1); exit 1; }; }
2081 echo "$as_me:$LINENO: result: yes" >&5
2082 echo "${ECHO_T}yes" >&6
2084 rm -f a.out a.exe conftest
$ac_cv_exeext b.out
2085 ac_clean_files
=$ac_clean_files_save
2086 # Check the compiler produces executables we can run. If not, either
2087 # the compiler is broken, or we cross compile.
2088 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2089 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2090 echo "$as_me:$LINENO: result: $cross_compiling" >&5
2091 echo "${ECHO_T}$cross_compiling" >&6
2093 echo "$as_me:$LINENO: checking for suffix of executables" >&5
2094 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2095 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2096 (eval $ac_link) 2>&5
2098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2099 (exit $ac_status); }; then
2100 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2101 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2102 # work properly (i.e., refer to `conftest.exe'), while it won't with
2104 for ac_file
in conftest.exe conftest conftest.
*; do
2105 test -f "$ac_file" ||
continue
2107 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
) ;;
2108 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2115 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2116 See \`config.log' for more details." >&5
2117 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2118 See \`config.log' for more details." >&2;}
2119 { (exit 1); exit 1; }; }
2122 rm -f conftest
$ac_cv_exeext
2123 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2124 echo "${ECHO_T}$ac_cv_exeext" >&6
2126 rm -f conftest.
$ac_ext
2127 EXEEXT
=$ac_cv_exeext
2130 echo "$as_me:$LINENO: checking for suffix of object files" >&5
2131 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2132 if test "${ac_cv_objext+set}" = set; then
2133 echo $ECHO_N "(cached) $ECHO_C" >&6
2135 cat >conftest.
$ac_ext <<_ACEOF
2138 cat confdefs.h
>>conftest.
$ac_ext
2139 cat >>conftest.
$ac_ext <<_ACEOF
2140 /* end confdefs.h. */
2150 rm -f conftest.o conftest.obj
2151 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2152 (eval $ac_compile) 2>&5
2154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2155 (exit $ac_status); }; then
2156 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2158 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg
) ;;
2159 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
2164 echo "$as_me: failed program was:" >&5
2165 sed 's/^/| /' conftest.
$ac_ext >&5
2167 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2168 See \`config.log' for more details." >&5
2169 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2170 See \`config.log' for more details." >&2;}
2171 { (exit 1); exit 1; }; }
2174 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
2176 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2177 echo "${ECHO_T}$ac_cv_objext" >&6
2178 OBJEXT
=$ac_cv_objext
2180 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2181 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2182 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2183 echo $ECHO_N "(cached) $ECHO_C" >&6
2185 cat >conftest.
$ac_ext <<_ACEOF
2188 cat confdefs.h
>>conftest.
$ac_ext
2189 cat >>conftest.
$ac_ext <<_ACEOF
2190 /* end confdefs.h. */
2203 rm -f conftest.
$ac_objext
2204 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2205 (eval $ac_compile) 2>conftest.er1
2207 grep -v '^ *+' conftest.er1
>conftest.err
2209 cat conftest.err
>&5
2210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2211 (exit $ac_status); } &&
2212 { ac_try
='test -z "$ac_c_werror_flag"
2213 || test ! -s conftest.err'
2214 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2218 (exit $ac_status); }; } &&
2219 { ac_try
='test -s conftest.$ac_objext'
2220 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2224 (exit $ac_status); }; }; then
2227 echo "$as_me: failed program was:" >&5
2228 sed 's/^/| /' conftest.
$ac_ext >&5
2232 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2233 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
2236 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2237 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2238 GCC
=`test $ac_compiler_gnu = yes && echo yes`
2239 ac_test_CFLAGS
=${CFLAGS+set}
2240 ac_save_CFLAGS
=$CFLAGS
2242 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2243 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2244 if test "${ac_cv_prog_cc_g+set}" = set; then
2245 echo $ECHO_N "(cached) $ECHO_C" >&6
2247 cat >conftest.
$ac_ext <<_ACEOF
2250 cat confdefs.h
>>conftest.
$ac_ext
2251 cat >>conftest.
$ac_ext <<_ACEOF
2252 /* end confdefs.h. */
2262 rm -f conftest.
$ac_objext
2263 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2264 (eval $ac_compile) 2>conftest.er1
2266 grep -v '^ *+' conftest.er1
>conftest.err
2268 cat conftest.err
>&5
2269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2270 (exit $ac_status); } &&
2271 { ac_try
='test -z "$ac_c_werror_flag"
2272 || test ! -s conftest.err'
2273 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2277 (exit $ac_status); }; } &&
2278 { ac_try
='test -s conftest.$ac_objext'
2279 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2283 (exit $ac_status); }; }; then
2286 echo "$as_me: failed program was:" >&5
2287 sed 's/^/| /' conftest.
$ac_ext >&5
2291 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2293 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2294 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2295 if test "$ac_test_CFLAGS" = set; then
2296 CFLAGS
=$ac_save_CFLAGS
2297 elif test $ac_cv_prog_cc_g = yes; then
2298 if test "$GCC" = yes; then
2304 if test "$GCC" = yes; then
2310 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2311 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2312 if test "${ac_cv_prog_cc_stdc+set}" = set; then
2313 echo $ECHO_N "(cached) $ECHO_C" >&6
2315 ac_cv_prog_cc_stdc
=no
2317 cat >conftest.
$ac_ext <<_ACEOF
2320 cat confdefs.h
>>conftest.
$ac_ext
2321 cat >>conftest.
$ac_ext <<_ACEOF
2322 /* end confdefs.h. */
2325 #include <sys/types.h>
2326 #include <sys/stat.h>
2327 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2328 struct buf { int x; };
2329 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2330 static char *e (p, i)
2336 static char *f (char * (*g) (char **, int), char **p, ...)
2341 s = g (p, va_arg (v,int));
2346 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2347 function prototypes and stuff, but not '\xHH' hex character constants.
2348 These don't provoke an error unfortunately, instead are silently treated
2349 as 'x'. The following induces an error, until -std1 is added to get
2350 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2351 array size at least. It's necessary to write '\x00'==0 to get something
2352 that's true only with -std1. */
2353 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2355 int test (int i, double x);
2356 struct s1 {int (*f) (int a);};
2357 struct s2 {int (*f) (double a);};
2358 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2364 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2369 # Don't try gcc -ansi; that turns off useful extensions and
2370 # breaks some systems' header files.
2371 # AIX -qlanglvl=ansi
2372 # Ultrix and OSF/1 -std1
2373 # HP-UX 10.20 and later -Ae
2374 # HP-UX older versions -Aa -D_HPUX_SOURCE
2375 # SVR4 -Xc -D__EXTENSIONS__
2376 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2378 CC
="$ac_save_CC $ac_arg"
2379 rm -f conftest.
$ac_objext
2380 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2381 (eval $ac_compile) 2>conftest.er1
2383 grep -v '^ *+' conftest.er1
>conftest.err
2385 cat conftest.err
>&5
2386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2387 (exit $ac_status); } &&
2388 { ac_try
='test -z "$ac_c_werror_flag"
2389 || test ! -s conftest.err'
2390 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2394 (exit $ac_status); }; } &&
2395 { ac_try
='test -s conftest.$ac_objext'
2396 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2400 (exit $ac_status); }; }; then
2401 ac_cv_prog_cc_stdc
=$ac_arg
2404 echo "$as_me: failed program was:" >&5
2405 sed 's/^/| /' conftest.
$ac_ext >&5
2408 rm -f conftest.err conftest.
$ac_objext
2410 rm -f conftest.
$ac_ext conftest.
$ac_objext
2415 case "x$ac_cv_prog_cc_stdc" in
2417 echo "$as_me:$LINENO: result: none needed" >&5
2418 echo "${ECHO_T}none needed" >&6 ;;
2420 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2421 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2422 CC
="$CC $ac_cv_prog_cc_stdc" ;;
2425 # Some people use a C++ compiler to compile C. Since we use `exit',
2426 # in C++ we need to declare it. In case someone uses the same compiler
2427 # for both compiling C and C++ we need to have the C++ compiler decide
2428 # the declaration of exit, since it's the most demanding environment.
2429 cat >conftest.
$ac_ext <<_ACEOF
2434 rm -f conftest.
$ac_objext
2435 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2436 (eval $ac_compile) 2>conftest.er1
2438 grep -v '^ *+' conftest.er1
>conftest.err
2440 cat conftest.err
>&5
2441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2442 (exit $ac_status); } &&
2443 { ac_try
='test -z "$ac_c_werror_flag"
2444 || test ! -s conftest.err'
2445 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2449 (exit $ac_status); }; } &&
2450 { ac_try
='test -s conftest.$ac_objext'
2451 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2455 (exit $ac_status); }; }; then
2456 for ac_declaration
in \
2458 'extern "C" void std::exit (int) throw (); using std::exit;' \
2459 'extern "C" void std::exit (int); using std::exit;' \
2460 'extern "C" void exit (int) throw ();' \
2461 'extern "C" void exit (int);' \
2464 cat >conftest.
$ac_ext <<_ACEOF
2467 cat confdefs.h
>>conftest.
$ac_ext
2468 cat >>conftest.
$ac_ext <<_ACEOF
2469 /* end confdefs.h. */
2480 rm -f conftest.
$ac_objext
2481 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2482 (eval $ac_compile) 2>conftest.er1
2484 grep -v '^ *+' conftest.er1
>conftest.err
2486 cat conftest.err
>&5
2487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2488 (exit $ac_status); } &&
2489 { ac_try
='test -z "$ac_c_werror_flag"
2490 || test ! -s conftest.err'
2491 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2495 (exit $ac_status); }; } &&
2496 { ac_try
='test -s conftest.$ac_objext'
2497 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2501 (exit $ac_status); }; }; then
2504 echo "$as_me: failed program was:" >&5
2505 sed 's/^/| /' conftest.
$ac_ext >&5
2509 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2510 cat >conftest.
$ac_ext <<_ACEOF
2513 cat confdefs.h
>>conftest.
$ac_ext
2514 cat >>conftest.
$ac_ext <<_ACEOF
2515 /* end confdefs.h. */
2525 rm -f conftest.
$ac_objext
2526 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2527 (eval $ac_compile) 2>conftest.er1
2529 grep -v '^ *+' conftest.er1
>conftest.err
2531 cat conftest.err
>&5
2532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2533 (exit $ac_status); } &&
2534 { ac_try
='test -z "$ac_c_werror_flag"
2535 || test ! -s conftest.err'
2536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2540 (exit $ac_status); }; } &&
2541 { ac_try
='test -s conftest.$ac_objext'
2542 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2546 (exit $ac_status); }; }; then
2549 echo "$as_me: failed program was:" >&5
2550 sed 's/^/| /' conftest.
$ac_ext >&5
2553 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2556 if test -n "$ac_declaration"; then
2557 echo '#ifdef __cplusplus' >>confdefs.h
2558 echo $ac_declaration >>confdefs.h
2559 echo '#endif' >>confdefs.h
2563 echo "$as_me: failed program was:" >&5
2564 sed 's/^/| /' conftest.
$ac_ext >&5
2567 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2569 ac_cpp
='$CPP $CPPFLAGS'
2570 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2571 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2572 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2578 if test -n "$ac_tool_prefix"; then
2579 # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
2580 set dummy
${ac_tool_prefix}as
; ac_word
=$2
2581 echo "$as_me:$LINENO: checking for $ac_word" >&5
2582 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2583 if test "${ac_cv_prog_AS+set}" = set; then
2584 echo $ECHO_N "(cached) $ECHO_C" >&6
2586 if test -n "$AS"; then
2587 ac_cv_prog_AS
="$AS" # Let the user override the test.
2589 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2593 test -z "$as_dir" && as_dir
=.
2594 for ac_exec_ext
in '' $ac_executable_extensions; do
2595 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2596 ac_cv_prog_AS
="${ac_tool_prefix}as"
2597 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2606 if test -n "$AS"; then
2607 echo "$as_me:$LINENO: result: $AS" >&5
2608 echo "${ECHO_T}$AS" >&6
2610 echo "$as_me:$LINENO: result: no" >&5
2611 echo "${ECHO_T}no" >&6
2615 if test -z "$ac_cv_prog_AS"; then
2617 # Extract the first word of "as", so it can be a program name with args.
2618 set dummy as
; ac_word
=$2
2619 echo "$as_me:$LINENO: checking for $ac_word" >&5
2620 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2621 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
2622 echo $ECHO_N "(cached) $ECHO_C" >&6
2624 if test -n "$ac_ct_AS"; then
2625 ac_cv_prog_ac_ct_AS
="$ac_ct_AS" # Let the user override the test.
2627 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2631 test -z "$as_dir" && as_dir
=.
2632 for ac_exec_ext
in '' $ac_executable_extensions; do
2633 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2634 ac_cv_prog_ac_ct_AS
="as"
2635 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2643 ac_ct_AS
=$ac_cv_prog_ac_ct_AS
2644 if test -n "$ac_ct_AS"; then
2645 echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
2646 echo "${ECHO_T}$ac_ct_AS" >&6
2648 echo "$as_me:$LINENO: result: no" >&5
2649 echo "${ECHO_T}no" >&6
2657 if test -n "$ac_tool_prefix"; then
2658 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
2659 set dummy
${ac_tool_prefix}ar; ac_word
=$2
2660 echo "$as_me:$LINENO: checking for $ac_word" >&5
2661 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2662 if test "${ac_cv_prog_AR+set}" = set; then
2663 echo $ECHO_N "(cached) $ECHO_C" >&6
2665 if test -n "$AR"; then
2666 ac_cv_prog_AR
="$AR" # Let the user override the test.
2668 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2672 test -z "$as_dir" && as_dir
=.
2673 for ac_exec_ext
in '' $ac_executable_extensions; do
2674 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2675 ac_cv_prog_AR
="${ac_tool_prefix}ar"
2676 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2685 if test -n "$AR"; then
2686 echo "$as_me:$LINENO: result: $AR" >&5
2687 echo "${ECHO_T}$AR" >&6
2689 echo "$as_me:$LINENO: result: no" >&5
2690 echo "${ECHO_T}no" >&6
2694 if test -z "$ac_cv_prog_AR"; then
2696 # Extract the first word of "ar", so it can be a program name with args.
2697 set dummy
ar; ac_word
=$2
2698 echo "$as_me:$LINENO: checking for $ac_word" >&5
2699 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2700 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
2701 echo $ECHO_N "(cached) $ECHO_C" >&6
2703 if test -n "$ac_ct_AR"; then
2704 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
2706 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2710 test -z "$as_dir" && as_dir
=.
2711 for ac_exec_ext
in '' $ac_executable_extensions; do
2712 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2713 ac_cv_prog_ac_ct_AR
="ar"
2714 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2722 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
2723 if test -n "$ac_ct_AR"; then
2724 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
2725 echo "${ECHO_T}$ac_ct_AR" >&6
2727 echo "$as_me:$LINENO: result: no" >&5
2728 echo "${ECHO_T}no" >&6
2736 if test -n "$ac_tool_prefix"; then
2737 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
2738 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
2739 echo "$as_me:$LINENO: checking for $ac_word" >&5
2740 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2741 if test "${ac_cv_prog_RANLIB+set}" = set; then
2742 echo $ECHO_N "(cached) $ECHO_C" >&6
2744 if test -n "$RANLIB"; then
2745 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
2747 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2751 test -z "$as_dir" && as_dir
=.
2752 for ac_exec_ext
in '' $ac_executable_extensions; do
2753 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2754 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
2755 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2763 RANLIB
=$ac_cv_prog_RANLIB
2764 if test -n "$RANLIB"; then
2765 echo "$as_me:$LINENO: result: $RANLIB" >&5
2766 echo "${ECHO_T}$RANLIB" >&6
2768 echo "$as_me:$LINENO: result: no" >&5
2769 echo "${ECHO_T}no" >&6
2773 if test -z "$ac_cv_prog_RANLIB"; then
2774 ac_ct_RANLIB
=$RANLIB
2775 # Extract the first word of "ranlib", so it can be a program name with args.
2776 set dummy ranlib
; ac_word
=$2
2777 echo "$as_me:$LINENO: checking for $ac_word" >&5
2778 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2779 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
2780 echo $ECHO_N "(cached) $ECHO_C" >&6
2782 if test -n "$ac_ct_RANLIB"; then
2783 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
2785 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2789 test -z "$as_dir" && as_dir
=.
2790 for ac_exec_ext
in '' $ac_executable_extensions; do
2791 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2792 ac_cv_prog_ac_ct_RANLIB
="ranlib"
2793 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2799 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
2802 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
2803 if test -n "$ac_ct_RANLIB"; then
2804 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
2805 echo "${ECHO_T}$ac_ct_RANLIB" >&6
2807 echo "$as_me:$LINENO: result: no" >&5
2808 echo "${ECHO_T}no" >&6
2811 RANLIB
=$ac_ct_RANLIB
2813 RANLIB
="$ac_cv_prog_RANLIB"
2816 # Find a good install program. We prefer a C program (faster),
2817 # so one script is as good as another. But avoid the broken or
2818 # incompatible versions:
2819 # SysV /etc/install, /usr/sbin/install
2820 # SunOS /usr/etc/install
2821 # IRIX /sbin/install
2823 # AmigaOS /C/install, which installs bootblocks on floppy discs
2824 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2825 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2826 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2827 # OS/2's system install, which has a completely different semantic
2828 # ./install, which can be erroneously created by make from ./install.sh.
2829 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2830 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
2831 if test -z "$INSTALL"; then
2832 if test "${ac_cv_path_install+set}" = set; then
2833 echo $ECHO_N "(cached) $ECHO_C" >&6
2835 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2839 test -z "$as_dir" && as_dir
=.
2840 # Account for people who put trailing slashes in PATH elements.
2842 .
/ | .
// |
/cC
/* | \
2843 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
2844 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
2847 # OSF1 and SCO ODT 3.0 have their own names for install.
2848 # Don't use installbsd from OSF since it installs stuff as root
2850 for ac_prog
in ginstall scoinst
install; do
2851 for ac_exec_ext
in '' $ac_executable_extensions; do
2852 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2853 if test $ac_prog = install &&
2854 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2855 # AIX install. It has an incompatible calling convention.
2857 elif test $ac_prog = install &&
2858 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
2859 # program-specific install script used by HP pwplus--don't use.
2862 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
2874 if test "${ac_cv_path_install+set}" = set; then
2875 INSTALL
=$ac_cv_path_install
2877 # As a last resort, use the slow shell script. We don't cache a
2878 # path for INSTALL within a source directory, because that will
2879 # break other packages using the cache if that directory is
2880 # removed, or if the path is relative.
2881 INSTALL
=$ac_install_sh
2884 echo "$as_me:$LINENO: result: $INSTALL" >&5
2885 echo "${ECHO_T}$INSTALL" >&6
2887 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2888 # It thinks the first close brace ends the variable substitution.
2889 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
2891 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
2893 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
2896 # Enable Win32 DLL on MS Windows - FIXME
2899 # Check whether --enable-shared or --disable-shared was given.
2900 if test "${enable_shared+set}" = set; then
2901 enableval
="$enable_shared"
2902 p
=${PACKAGE-default}
2904 yes) enable_shared
=yes ;;
2905 no
) enable_shared
=no
;;
2908 # Look at the argument we got. We use all the common list separators.
2909 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
2910 for pkg
in $enableval; do
2911 if test "X$pkg" = "X$p"; then
2921 # Check whether --enable-static or --disable-static was given.
2922 if test "${enable_static+set}" = set; then
2923 enableval
="$enable_static"
2924 p
=${PACKAGE-default}
2926 yes) enable_static
=yes ;;
2927 no
) enable_static
=no
;;
2930 # Look at the argument we got. We use all the common list separators.
2931 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
2932 for pkg
in $enableval; do
2933 if test "X$pkg" = "X$p"; then
2943 # Check whether --enable-fast-install or --disable-fast-install was given.
2944 if test "${enable_fast_install+set}" = set; then
2945 enableval
="$enable_fast_install"
2946 p
=${PACKAGE-default}
2948 yes) enable_fast_install
=yes ;;
2949 no
) enable_fast_install
=no
;;
2951 enable_fast_install
=no
2952 # Look at the argument we got. We use all the common list separators.
2953 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
2954 for pkg
in $enableval; do
2955 if test "X$pkg" = "X$p"; then
2956 enable_fast_install
=yes
2963 enable_fast_install
=yes
2966 # Check whether --with-gnu-ld or --without-gnu-ld was given.
2967 if test "${with_gnu_ld+set}" = set; then
2968 withval
="$with_gnu_ld"
2969 test "$withval" = no || with_gnu_ld
=yes
2974 if test "$GCC" = yes; then
2975 # Check if gcc -print-prog-name=ld gives a path.
2976 echo "$as_me:$LINENO: checking for ld used by GCC" >&5
2977 echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
2980 # gcc leaves a trailing carriage return which upsets mingw
2981 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
2983 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
2986 # Accept absolute paths.
2987 [\\/]* |
[A-Za-z
]:[\\/]*)
2988 re_direlt
='/[^/][^/]*/\.\./'
2989 # Canonicalize the path of ld
2990 ac_prog
=`echo $ac_prog| sed 's%\\\\%/%g'`
2991 while echo $ac_prog |
grep "$re_direlt" > /dev
/null
2>&1; do
2992 ac_prog
=`echo $ac_prog| sed "s%$re_direlt%/%"`
2994 test -z "$LD" && LD
="$ac_prog"
2997 # If it fails, then pretend we aren't using GCC.
3001 # If it is relative, then search for the first ld in PATH.
3005 elif test "$with_gnu_ld" = yes; then
3006 echo "$as_me:$LINENO: checking for GNU ld" >&5
3007 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
3009 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
3010 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
3012 if test "${lt_cv_path_LD+set}" = set; then
3013 echo $ECHO_N "(cached) $ECHO_C" >&6
3015 if test -z "$LD"; then
3016 IFS
="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
3017 for ac_dir
in $PATH; do
3018 test -z "$ac_dir" && ac_dir
=.
3019 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
3020 lt_cv_path_LD
="$ac_dir/$ac_prog"
3021 # Check to see if the program is GNU ld. I'd rather use --version,
3022 # but apparently some GNU ld's only accept -v.
3023 # Break only if it was the GNU/non-GNU ld that we prefer.
3024 if "$lt_cv_path_LD" -v 2>&1 < /dev
/null |
egrep '(GNU|with BFD)' > /dev
/null
; then
3025 test "$with_gnu_ld" != no
&& break
3027 test "$with_gnu_ld" != yes && break
3033 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
3038 if test -n "$LD"; then
3039 echo "$as_me:$LINENO: result: $LD" >&5
3040 echo "${ECHO_T}$LD" >&6
3042 echo "$as_me:$LINENO: result: no" >&5
3043 echo "${ECHO_T}no" >&6
3045 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
3046 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
3047 { (exit 1); exit 1; }; }
3048 echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
3049 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
3050 if test "${lt_cv_prog_gnu_ld+set}" = set; then
3051 echo $ECHO_N "(cached) $ECHO_C" >&6
3053 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
3054 if $LD -v 2>&1 </dev
/null |
egrep '(GNU|with BFD)' 1>&5; then
3055 lt_cv_prog_gnu_ld
=yes
3057 lt_cv_prog_gnu_ld
=no
3060 echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
3061 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
3062 with_gnu_ld
=$lt_cv_prog_gnu_ld
3065 echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
3066 echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
3067 if test "${lt_cv_ld_reload_flag+set}" = set; then
3068 echo $ECHO_N "(cached) $ECHO_C" >&6
3070 lt_cv_ld_reload_flag
='-r'
3072 echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
3073 echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
3074 reload_flag
=$lt_cv_ld_reload_flag
3075 test -n "$reload_flag" && reload_flag
=" $reload_flag"
3077 echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
3078 echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
3079 if test "${lt_cv_path_NM+set}" = set; then
3080 echo $ECHO_N "(cached) $ECHO_C" >&6
3082 if test -n "$NM"; then
3083 # Let the user override the test.
3086 IFS
="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
3087 for ac_dir
in $PATH /usr
/ccs
/bin
/usr
/ucb
/bin
; do
3088 test -z "$ac_dir" && ac_dir
=.
3089 tmp_nm
=$ac_dir/${ac_tool_prefix}nm
3090 if test -f $tmp_nm ||
test -f $tmp_nm$ac_exeext ; then
3091 # Check to see if the nm accepts a BSD-compat flag.
3092 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
3093 # nm: unknown option "B" ignored
3094 # Tru64's nm complains that /dev/null is an invalid object file
3095 if ($tmp_nm -B /dev
/null
2>&1 |
sed '1q'; exit 0) |
egrep '(/dev/null|Invalid file or object type)' >/dev
/null
; then
3096 lt_cv_path_NM
="$tmp_nm -B"
3098 elif ($tmp_nm -p /dev
/null
2>&1 |
sed '1q'; exit 0) |
egrep /dev
/null
>/dev
/null
; then
3099 lt_cv_path_NM
="$tmp_nm -p"
3102 lt_cv_path_NM
=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
3103 continue # so that we can try to find one that supports BSD flags
3108 test -z "$lt_cv_path_NM" && lt_cv_path_NM
=nm
3113 echo "$as_me:$LINENO: result: $NM" >&5
3114 echo "${ECHO_T}$NM" >&6
3116 echo "$as_me:$LINENO: checking whether ln -s works" >&5
3117 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
3119 if test "$LN_S" = "ln -s"; then
3120 echo "$as_me:$LINENO: result: yes" >&5
3121 echo "${ECHO_T}yes" >&6
3123 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
3124 echo "${ECHO_T}no, using $LN_S" >&6
3127 echo "$as_me:$LINENO: checking how to recognise dependant libraries" >&5
3128 echo $ECHO_N "checking how to recognise dependant libraries... $ECHO_C" >&6
3129 if test "${lt_cv_deplibs_check_method+set}" = set; then
3130 echo $ECHO_N "(cached) $ECHO_C" >&6
3132 lt_cv_file_magic_cmd
='$MAGIC_CMD'
3133 lt_cv_file_magic_test_file
=
3134 lt_cv_deplibs_check_method
='unknown'
3135 # Need to set the preceding variable on all platforms that support
3136 # interlibrary dependencies.
3137 # 'none' -- dependencies not supported.
3138 # `unknown' -- same as none, but documents that we really don't know.
3139 # 'pass_all' -- all dependencies passed with no checks.
3140 # 'test_compile' -- check by making test program.
3141 # 'file_magic [regex]' -- check by looking for files in library path
3142 # which responds to the $file_magic_cmd with a given egrep regex.
3143 # If you have `file' or equivalent on your system and you're not sure
3144 # whether `pass_all' will *always* work, you probably want this one.
3148 lt_cv_deplibs_check_method
=pass_all
3152 lt_cv_deplibs_check_method
=pass_all
3156 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
3157 lt_cv_file_magic_cmd
='/usr/bin/file -L'
3158 lt_cv_file_magic_test_file
=/shlib
/libc.so
3161 cygwin
* | mingw
* |pw32
*)
3162 lt_cv_deplibs_check_method
='file_magic file format pei*-i386(.*architecture: i386)?'
3163 lt_cv_file_magic_cmd
='$OBJDUMP -f'
3166 darwin
* | rhapsody
*)
3167 # this will be overwritten by pass_all, but leave it in just in case
3168 lt_cv_deplibs_check_method
='file_magic Mach-O dynamically linked shared library'
3169 lt_cv_file_magic_cmd
='/usr/bin/file -L'
3171 rhapsody
* | darwin1.012
)
3172 lt_cv_file_magic_test_file
='/System/Library/Frameworks/System.framework/System'
3175 lt_cv_file_magic_test_file
='/usr/lib/libSystem.dylib'
3178 lt_cv_deplibs_check_method
=pass_all
3181 freebsd
* | kfreebsd
*-gnu)
3182 if echo __ELF__ |
$CC -E - |
grep __ELF__
> /dev
/null
; then
3185 # Not sure whether the presence of OpenBSD here was a mistake.
3186 # Let's accept both of them until this is cleared up.
3187 lt_cv_deplibs_check_method
='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
3188 lt_cv_file_magic_cmd
=/usr
/bin
/file
3189 lt_cv_file_magic_test_file
=`echo /usr/lib/libc.so.*`
3193 lt_cv_deplibs_check_method
=pass_all
3198 lt_cv_deplibs_check_method
=pass_all
3204 lt_cv_deplibs_check_method
='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
3205 lt_cv_file_magic_cmd
=/usr
/bin
/file
3206 lt_cv_file_magic_test_file
=/usr
/lib
/libc.sl
3209 lt_cv_deplibs_check_method
='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
3210 lt_cv_file_magic_cmd
=/usr
/bin
/file
3211 lt_cv_file_magic_test_file
=/usr
/lib
/hpux32
/libc.so
3219 # this will be overridden with pass_all, but let us keep it just in case
3220 lt_cv_deplibs_check_method
="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
3224 *-32|
*"-32 ") libmagic
=32-bit;;
3225 *-n32|
*"-n32 ") libmagic
=N32
;;
3226 *-64|
*"-64 ") libmagic
=64-bit;;
3227 *) libmagic
=never-match
;;
3229 # this will be overridden with pass_all, but let us keep it just in case
3230 lt_cv_deplibs_check_method
="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
3233 lt_cv_file_magic_test_file
=`echo /lib${libsuff}/libc.so*`
3234 lt_cv_deplibs_check_method
=pass_all
3237 # This must be Linux ELF.
3240 alpha
* | mips
* | hppa
* | i
*86 | powerpc
* | sparc
* | ia64
* | sh
* )
3241 lt_cv_deplibs_check_method
=pass_all
;;
3243 # glibc up to 2.1.1 does not perform some relocations on ARM
3244 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )' ;;
3246 lt_cv_file_magic_test_file
=`echo /lib/libc.so* /lib/libc-*.so`
3249 netbsd
* | knetbsd
*-gnu)
3250 if echo __ELF__ |
$CC -E - |
grep __ELF__
> /dev
/null
; then
3251 lt_cv_deplibs_check_method
='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$'
3253 lt_cv_deplibs_check_method
='match_pattern /lib[^/\.]+\.so$'
3258 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
3259 lt_cv_file_magic_cmd
=/usr
/bin
/file
3260 lt_cv_file_magic_test_file
=/usr
/lib
/libnls.so
3263 osf3
* | osf4
* | osf5
*)
3264 # this will be overridden with pass_all, but let us keep it just in case
3265 lt_cv_deplibs_check_method
='file_magic COFF format alpha shared library'
3266 lt_cv_file_magic_test_file
=/shlib
/libc.so
3267 lt_cv_deplibs_check_method
=pass_all
3271 lt_cv_deplibs_check_method
=pass_all
3275 lt_cv_deplibs_check_method
=pass_all
3276 lt_cv_file_magic_test_file
=/lib
/libc.so
3279 sysv5uw
[78]* | sysv4
*uw2
*)
3280 lt_cv_deplibs_check_method
=pass_all
3283 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
3284 case $host_vendor in
3286 lt_cv_deplibs_check_method
=pass_all
3289 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]'
3290 lt_cv_file_magic_test_file
=`echo /usr/lib/libc.so*`
3297 echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
3298 echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
3299 file_magic_cmd
=$lt_cv_file_magic_cmd
3300 deplibs_check_method
=$lt_cv_deplibs_check_method
3306 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
3308 # Only perform the check for file, if the check method requires it
3309 case $deplibs_check_method in
3311 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
3312 echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
3313 echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
3314 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
3315 echo $ECHO_N "(cached) $ECHO_C" >&6
3319 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
3322 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a dos path.
3325 ac_save_MAGIC_CMD
="$MAGIC_CMD"
3326 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
3327 ac_dummy
="/usr/bin:$PATH"
3328 for ac_dir
in $ac_dummy; do
3329 test -z "$ac_dir" && ac_dir
=.
3330 if test -f $ac_dir/${ac_tool_prefix}file; then
3331 lt_cv_path_MAGIC_CMD
="$ac_dir/${ac_tool_prefix}file"
3332 if test -n "$file_magic_test_file"; then
3333 case $deplibs_check_method in
3335 file_magic_regex
="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
3336 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
3337 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
3338 egrep "$file_magic_regex" > /dev
/null
; then
3343 *** Warning: the command libtool uses to detect shared libraries,
3344 *** $file_magic_cmd, produces output that libtool cannot recognize.
3345 *** The result is that libtool may fail to recognize shared libraries
3346 *** as such. This will affect the creation of libtool libraries that
3347 *** depend on shared libraries, but programs linked with such libtool
3348 *** libraries will work regardless of this problem. Nevertheless, you
3349 *** may want to report the problem to your system manager and/or to
3350 *** bug-libtool@gnu.org
3360 MAGIC_CMD
="$ac_save_MAGIC_CMD"
3365 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
3366 if test -n "$MAGIC_CMD"; then
3367 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
3368 echo "${ECHO_T}$MAGIC_CMD" >&6
3370 echo "$as_me:$LINENO: result: no" >&5
3371 echo "${ECHO_T}no" >&6
3374 if test -z "$lt_cv_path_MAGIC_CMD"; then
3375 if test -n "$ac_tool_prefix"; then
3376 echo "$as_me:$LINENO: checking for file" >&5
3377 echo $ECHO_N "checking for file... $ECHO_C" >&6
3378 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
3379 echo $ECHO_N "(cached) $ECHO_C" >&6
3383 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
3386 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a dos path.
3389 ac_save_MAGIC_CMD
="$MAGIC_CMD"
3390 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
3391 ac_dummy
="/usr/bin:$PATH"
3392 for ac_dir
in $ac_dummy; do
3393 test -z "$ac_dir" && ac_dir
=.
3394 if test -f $ac_dir/file; then
3395 lt_cv_path_MAGIC_CMD
="$ac_dir/file"
3396 if test -n "$file_magic_test_file"; then
3397 case $deplibs_check_method in
3399 file_magic_regex
="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
3400 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
3401 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
3402 egrep "$file_magic_regex" > /dev
/null
; then
3407 *** Warning: the command libtool uses to detect shared libraries,
3408 *** $file_magic_cmd, produces output that libtool cannot recognize.
3409 *** The result is that libtool may fail to recognize shared libraries
3410 *** as such. This will affect the creation of libtool libraries that
3411 *** depend on shared libraries, but programs linked with such libtool
3412 *** libraries will work regardless of this problem. Nevertheless, you
3413 *** may want to report the problem to your system manager and/or to
3414 *** bug-libtool@gnu.org
3424 MAGIC_CMD
="$ac_save_MAGIC_CMD"
3429 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
3430 if test -n "$MAGIC_CMD"; then
3431 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
3432 echo "${ECHO_T}$MAGIC_CMD" >&6
3434 echo "$as_me:$LINENO: result: no" >&5
3435 echo "${ECHO_T}no" >&6
3447 if test -n "$ac_tool_prefix"; then
3448 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3449 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
3450 echo "$as_me:$LINENO: checking for $ac_word" >&5
3451 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3452 if test "${ac_cv_prog_RANLIB+set}" = set; then
3453 echo $ECHO_N "(cached) $ECHO_C" >&6
3455 if test -n "$RANLIB"; then
3456 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
3458 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3462 test -z "$as_dir" && as_dir
=.
3463 for ac_exec_ext
in '' $ac_executable_extensions; do
3464 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3465 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
3466 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3474 RANLIB
=$ac_cv_prog_RANLIB
3475 if test -n "$RANLIB"; then
3476 echo "$as_me:$LINENO: result: $RANLIB" >&5
3477 echo "${ECHO_T}$RANLIB" >&6
3479 echo "$as_me:$LINENO: result: no" >&5
3480 echo "${ECHO_T}no" >&6
3484 if test -z "$ac_cv_prog_RANLIB"; then
3485 ac_ct_RANLIB
=$RANLIB
3486 # Extract the first word of "ranlib", so it can be a program name with args.
3487 set dummy ranlib
; ac_word
=$2
3488 echo "$as_me:$LINENO: checking for $ac_word" >&5
3489 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3490 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3491 echo $ECHO_N "(cached) $ECHO_C" >&6
3493 if test -n "$ac_ct_RANLIB"; then
3494 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
3496 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3500 test -z "$as_dir" && as_dir
=.
3501 for ac_exec_ext
in '' $ac_executable_extensions; do
3502 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3503 ac_cv_prog_ac_ct_RANLIB
="ranlib"
3504 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3510 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
3513 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
3514 if test -n "$ac_ct_RANLIB"; then
3515 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
3516 echo "${ECHO_T}$ac_ct_RANLIB" >&6
3518 echo "$as_me:$LINENO: result: no" >&5
3519 echo "${ECHO_T}no" >&6
3522 RANLIB
=$ac_ct_RANLIB
3524 RANLIB
="$ac_cv_prog_RANLIB"
3527 if test -n "$ac_tool_prefix"; then
3528 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3529 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
3530 echo "$as_me:$LINENO: checking for $ac_word" >&5
3531 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3532 if test "${ac_cv_prog_STRIP+set}" = set; then
3533 echo $ECHO_N "(cached) $ECHO_C" >&6
3535 if test -n "$STRIP"; then
3536 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
3538 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3542 test -z "$as_dir" && as_dir
=.
3543 for ac_exec_ext
in '' $ac_executable_extensions; do
3544 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3545 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
3546 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3554 STRIP
=$ac_cv_prog_STRIP
3555 if test -n "$STRIP"; then
3556 echo "$as_me:$LINENO: result: $STRIP" >&5
3557 echo "${ECHO_T}$STRIP" >&6
3559 echo "$as_me:$LINENO: result: no" >&5
3560 echo "${ECHO_T}no" >&6
3564 if test -z "$ac_cv_prog_STRIP"; then
3566 # Extract the first word of "strip", so it can be a program name with args.
3567 set dummy strip
; ac_word
=$2
3568 echo "$as_me:$LINENO: checking for $ac_word" >&5
3569 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3570 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
3571 echo $ECHO_N "(cached) $ECHO_C" >&6
3573 if test -n "$ac_ct_STRIP"; then
3574 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
3576 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3580 test -z "$as_dir" && as_dir
=.
3581 for ac_exec_ext
in '' $ac_executable_extensions; do
3582 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3583 ac_cv_prog_ac_ct_STRIP
="strip"
3584 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3590 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
=":"
3593 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
3594 if test -n "$ac_ct_STRIP"; then
3595 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
3596 echo "${ECHO_T}$ac_ct_STRIP" >&6
3598 echo "$as_me:$LINENO: result: no" >&5
3599 echo "${ECHO_T}no" >&6
3604 STRIP
="$ac_cv_prog_STRIP"
3608 # Check for any special flags to pass to ltconfig.
3609 libtool_flags
="--cache-file=$cache_file"
3610 test "$enable_shared" = no
&& libtool_flags
="$libtool_flags --disable-shared"
3611 test "$enable_static" = no
&& libtool_flags
="$libtool_flags --disable-static"
3612 test "$enable_fast_install" = no
&& libtool_flags
="$libtool_flags --disable-fast-install"
3613 test "$GCC" = yes && libtool_flags
="$libtool_flags --with-gcc"
3614 test "$lt_cv_prog_gnu_ld" = yes && libtool_flags
="$libtool_flags --with-gnu-ld"
3617 # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
3618 if test "${enable_libtool_lock+set}" = set; then
3619 enableval
="$enable_libtool_lock"
3622 test "x$enable_libtool_lock" = xno
&& libtool_flags
="$libtool_flags --disable-lock"
3623 test x
"$silent" = xyes
&& libtool_flags
="$libtool_flags --silent"
3626 # Check whether --with-pic or --without-pic was given.
3627 if test "${with_pic+set}" = set; then
3633 test x
"$pic_mode" = xyes
&& libtool_flags
="$libtool_flags --prefer-pic"
3634 test x
"$pic_mode" = xno
&& libtool_flags
="$libtool_flags --prefer-non-pic"
3636 # Some flags need to be propagated to the compiler or linker for good
3640 # Find out which ABI we are using.
3641 echo '#line 3641 "configure"' > conftest.
$ac_ext
3642 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3643 (eval $ac_compile) 2>&5
3645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3646 (exit $ac_status); }; then
3647 if test "$lt_cv_prog_gnu_ld" = yes; then
3648 case `/usr/bin/file conftest.$ac_objext` in
3650 LD
="${LD-ld} -melf32bsmip"
3653 LD
="${LD-ld} -melf32bmipn32"
3656 LD
="${LD-ld} -melf64bmip"
3660 case `/usr/bin/file conftest.$ac_objext` in
3677 # Find out which ABI we are using.
3678 echo 'int i;' > conftest.
$ac_ext
3679 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3680 (eval $ac_compile) 2>&5
3682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3683 (exit $ac_status); }; then
3684 case "`/usr/bin/file conftest.o`" in
3696 x86_64-
*linux
*|ppc
*-*linux
*|powerpc
*-*linux
*|s390
*-*linux
*|sparc
*-*linux
*)
3697 # Find out which ABI we are using.
3698 echo 'int i;' > 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 case "`/usr/bin/file conftest.o`" in
3708 LD
="${LD-ld} -m elf_i386"
3710 ppc64-
*linux
*|powerpc64-
*linux
*)
3711 LD
="${LD-ld} -m elf32ppclinux"
3714 LD
="${LD-ld} -m elf_s390"
3717 LD
="${LD-ld} -m elf32_sparc"
3724 LD
="${LD-ld} -m elf_x86_64"
3726 ppc
*-*linux
*|powerpc
*-*linux
*)
3727 LD
="${LD-ld} -m elf64ppc"
3730 LD
="${LD-ld} -m elf64_s390"
3733 LD
="${LD-ld} -m elf64_sparc"
3743 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
3744 SAVE_CFLAGS
="$CFLAGS"
3745 CFLAGS
="$CFLAGS -belf"
3746 echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
3747 echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
3748 if test "${lt_cv_cc_needs_belf+set}" = set; then
3749 echo $ECHO_N "(cached) $ECHO_C" >&6
3754 ac_cpp
='$CPP $CPPFLAGS'
3755 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3756 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3757 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3759 if test x
$gcc_no_link = xyes
; then
3760 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
3761 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
3762 { (exit 1); exit 1; }; }
3764 cat >conftest.
$ac_ext <<_ACEOF
3767 cat confdefs.h
>>conftest.
$ac_ext
3768 cat >>conftest.
$ac_ext <<_ACEOF
3769 /* end confdefs.h. */
3779 rm -f conftest.
$ac_objext conftest
$ac_exeext
3780 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3781 (eval $ac_link) 2>conftest.er1
3783 grep -v '^ *+' conftest.er1
>conftest.err
3785 cat conftest.err
>&5
3786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3787 (exit $ac_status); } &&
3788 { ac_try
='test -z "$ac_c_werror_flag"
3789 || test ! -s conftest.err'
3790 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3794 (exit $ac_status); }; } &&
3795 { ac_try
='test -s conftest$ac_exeext'
3796 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3800 (exit $ac_status); }; }; then
3801 lt_cv_cc_needs_belf
=yes
3803 echo "$as_me: failed program was:" >&5
3804 sed 's/^/| /' conftest.
$ac_ext >&5
3806 lt_cv_cc_needs_belf
=no
3808 rm -f conftest.err conftest.
$ac_objext \
3809 conftest
$ac_exeext conftest.
$ac_ext
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
3817 echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
3818 echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
3819 if test x
"$lt_cv_cc_needs_belf" != x
"yes"; then
3820 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
3821 CFLAGS
="$SAVE_CFLAGS"
3829 # Save cache, so that ltconfig can load it
3830 cat >confcache
<<\_ACEOF
3831 # This file is a shell script that caches the results of configure
3832 # tests run on this system so they can be shared between configure
3833 # scripts and configure runs, see configure's option --config-cache.
3834 # It is not useful on other systems. If it contains results you don't
3835 # want to keep, you may remove or edit it.
3837 # config.status only pays attention to the cache file if you give it
3838 # the --recheck option to rerun configure.
3840 # `ac_cv_env_foo' variables (set or unset) will be overridden when
3841 # loading this file, other *unset* `ac_cv_foo' will be assigned the
3846 # The following way of writing the cache mishandles newlines in values,
3847 # but we know of no workaround that is simple, portable, and efficient.
3848 # So, don't put newlines in cache variables' values.
3849 # Ultrix sh set writes to stderr and can't be redirected directly,
3850 # and sets the high bit in the cache file unless we assign to the vars.
3853 case `(ac_space=' '; set | grep ac_space) 2>&1` in
3855 # `set' does not quote correctly, so add quotes (double-quote
3856 # substitution turns \\\\ into \\, and sed turns \\ into \).
3859 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
3862 # `set' quotes correctly as required by POSIX, so do not add quotes.
3864 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
3871 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
3873 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
3875 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
3876 if test -w $cache_file; then
3877 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
3878 cat confcache
>$cache_file
3880 echo "not updating unwritable cache $cache_file"
3885 # Actually configure libtool. ac_aux_dir is where install-sh is found.
3886 AR
="$AR" LTCC
="$CC" CC
="$CC" CFLAGS
="$CFLAGS" CPPFLAGS
="$CPPFLAGS" \
3887 MAGIC_CMD
="$MAGIC_CMD" LD
="$LD" LDFLAGS
="$LDFLAGS" LIBS
="$LIBS" \
3888 LN_S
="$LN_S" NM
="$NM" RANLIB
="$RANLIB" STRIP
="$STRIP" \
3889 AS
="$AS" DLLTOOL
="$DLLTOOL" OBJDUMP
="$OBJDUMP" \
3890 objext
="$OBJEXT" exeext
="$EXEEXT" reload_flag
="$reload_flag" \
3891 deplibs_check_method
="$deplibs_check_method" file_magic_cmd
="$file_magic_cmd" \
3892 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig
--no-reexec \
3893 $libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh
$host \
3894 ||
{ { echo "$as_me:$LINENO: error: libtool configure failed" >&5
3895 echo "$as_me: error: libtool configure failed" >&2;}
3896 { (exit 1); exit 1; }; }
3898 # Reload cache, that may have been modified by ltconfig
3899 if test -r "$cache_file"; then
3900 # Some versions of bash will fail to source /dev/null (special
3901 # files actually), so we avoid doing that.
3902 if test -f "$cache_file"; then
3903 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
3904 echo "$as_me: loading cache $cache_file" >&6;}
3906 [\\/]* | ?
:[\\/]* ) .
$cache_file;;
3907 *) . .
/$cache_file;;
3911 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
3912 echo "$as_me: creating cache $cache_file" >&6;}
3917 # This can be used to rebuild libtool when needed
3918 LIBTOOL_DEPS
="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh $ac_aux_dir/ltcf-c.sh"
3920 # Always use our own libtool.
3921 LIBTOOL
='$(SHELL) $(top_builddir)/libtool'
3923 # Redirect the config.log output again, so that the ltconfig log is not
3924 # clobbered by the next message.
3925 exec 5>>.
/config.log
3933 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3934 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
3935 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
3936 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
3937 echo $ECHO_N "(cached) $ECHO_C" >&6
3939 cat >conftest.
make <<\_ACEOF
3941 @
echo 'ac_maketemp="$(MAKE)"'
3943 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3944 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
3945 if test -n "$ac_maketemp"; then
3946 eval ac_cv_prog_make_
${ac_make}_set
=yes
3948 eval ac_cv_prog_make_
${ac_make}_set
=no
3952 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
3953 echo "$as_me:$LINENO: result: yes" >&5
3954 echo "${ECHO_T}yes" >&6
3957 echo "$as_me:$LINENO: result: no" >&5
3958 echo "${ECHO_T}no" >&6
3959 SET_MAKE
="MAKE=${MAKE-make}"
3967 # Sanity check for the cross-compilation case:
3969 ac_cpp
='$CPP $CPPFLAGS'
3970 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3971 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3972 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3973 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3974 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
3975 # On Suns, sometimes $CPP names a directory.
3976 if test -n "$CPP" && test -d "$CPP"; then
3979 if test -z "$CPP"; then
3980 if test "${ac_cv_prog_CPP+set}" = set; then
3981 echo $ECHO_N "(cached) $ECHO_C" >&6
3983 # Double quotes because CPP needs to be expanded
3984 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3987 for ac_c_preproc_warn_flag
in '' yes
3989 # Use a header file that comes with gcc, so configuring glibc
3990 # with a fresh cross-compiler works.
3991 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3992 # <limits.h> exists even on freestanding compilers.
3993 # On the NeXT, cc -E runs the code through the compiler's parser,
3994 # not just through cpp. "Syntax error" is here to catch this case.
3995 cat >conftest.
$ac_ext <<_ACEOF
3998 cat confdefs.h
>>conftest.
$ac_ext
3999 cat >>conftest.
$ac_ext <<_ACEOF
4000 /* end confdefs.h. */
4002 # include <limits.h>
4004 # include <assert.h>
4008 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4009 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
4011 grep -v '^ *+' conftest.er1
>conftest.err
4013 cat conftest.err
>&5
4014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4015 (exit $ac_status); } >/dev
/null
; then
4016 if test -s conftest.err
; then
4017 ac_cpp_err
=$ac_c_preproc_warn_flag
4018 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
4025 if test -z "$ac_cpp_err"; then
4028 echo "$as_me: failed program was:" >&5
4029 sed 's/^/| /' conftest.
$ac_ext >&5
4031 # Broken: fails on valid input.
4034 rm -f conftest.err conftest.
$ac_ext
4036 # OK, works on sane cases. Now check whether non-existent headers
4037 # can be detected and how.
4038 cat >conftest.
$ac_ext <<_ACEOF
4041 cat confdefs.h
>>conftest.
$ac_ext
4042 cat >>conftest.
$ac_ext <<_ACEOF
4043 /* end confdefs.h. */
4044 #include <ac_nonexistent.h>
4046 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4047 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
4049 grep -v '^ *+' conftest.er1
>conftest.err
4051 cat conftest.err
>&5
4052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4053 (exit $ac_status); } >/dev
/null
; then
4054 if test -s conftest.err
; then
4055 ac_cpp_err
=$ac_c_preproc_warn_flag
4056 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
4063 if test -z "$ac_cpp_err"; then
4064 # Broken: success on invalid input.
4067 echo "$as_me: failed program was:" >&5
4068 sed 's/^/| /' conftest.
$ac_ext >&5
4070 # Passes both tests.
4074 rm -f conftest.err conftest.
$ac_ext
4077 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4078 rm -f conftest.err conftest.
$ac_ext
4079 if $ac_preproc_ok; then
4091 echo "$as_me:$LINENO: result: $CPP" >&5
4092 echo "${ECHO_T}$CPP" >&6
4094 for ac_c_preproc_warn_flag
in '' yes
4096 # Use a header file that comes with gcc, so configuring glibc
4097 # with a fresh cross-compiler works.
4098 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4099 # <limits.h> exists even on freestanding compilers.
4100 # On the NeXT, cc -E runs the code through the compiler's parser,
4101 # not just through cpp. "Syntax error" is here to catch this case.
4102 cat >conftest.
$ac_ext <<_ACEOF
4105 cat confdefs.h
>>conftest.
$ac_ext
4106 cat >>conftest.
$ac_ext <<_ACEOF
4107 /* end confdefs.h. */
4109 # include <limits.h>
4111 # include <assert.h>
4115 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4116 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
4118 grep -v '^ *+' conftest.er1
>conftest.err
4120 cat conftest.err
>&5
4121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4122 (exit $ac_status); } >/dev
/null
; then
4123 if test -s conftest.err
; then
4124 ac_cpp_err
=$ac_c_preproc_warn_flag
4125 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
4132 if test -z "$ac_cpp_err"; then
4135 echo "$as_me: failed program was:" >&5
4136 sed 's/^/| /' conftest.
$ac_ext >&5
4138 # Broken: fails on valid input.
4141 rm -f conftest.err conftest.
$ac_ext
4143 # OK, works on sane cases. Now check whether non-existent headers
4144 # can be detected and how.
4145 cat >conftest.
$ac_ext <<_ACEOF
4148 cat confdefs.h
>>conftest.
$ac_ext
4149 cat >>conftest.
$ac_ext <<_ACEOF
4150 /* end confdefs.h. */
4151 #include <ac_nonexistent.h>
4153 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4154 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
4156 grep -v '^ *+' conftest.er1
>conftest.err
4158 cat conftest.err
>&5
4159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4160 (exit $ac_status); } >/dev
/null
; then
4161 if test -s conftest.err
; then
4162 ac_cpp_err
=$ac_c_preproc_warn_flag
4163 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
4170 if test -z "$ac_cpp_err"; then
4171 # Broken: success on invalid input.
4174 echo "$as_me: failed program was:" >&5
4175 sed 's/^/| /' conftest.
$ac_ext >&5
4177 # Passes both tests.
4181 rm -f conftest.err conftest.
$ac_ext
4184 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4185 rm -f conftest.err conftest.
$ac_ext
4186 if $ac_preproc_ok; then
4189 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
4190 See \`config.log' for more details." >&5
4191 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
4192 See \`config.log' for more details." >&2;}
4193 { (exit 1); exit 1; }; }
4197 ac_cpp
='$CPP $CPPFLAGS'
4198 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4199 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4200 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4203 echo "$as_me:$LINENO: checking for egrep" >&5
4204 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
4205 if test "${ac_cv_prog_egrep+set}" = set; then
4206 echo $ECHO_N "(cached) $ECHO_C" >&6
4208 if echo a |
(grep -E '(a|b)') >/dev
/null
2>&1
4209 then ac_cv_prog_egrep
='grep -E'
4210 else ac_cv_prog_egrep
='egrep'
4213 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
4214 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
4215 EGREP
=$ac_cv_prog_egrep
4218 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
4219 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
4220 if test "${ac_cv_header_stdc+set}" = set; then
4221 echo $ECHO_N "(cached) $ECHO_C" >&6
4223 cat >conftest.
$ac_ext <<_ACEOF
4226 cat confdefs.h
>>conftest.
$ac_ext
4227 cat >>conftest.
$ac_ext <<_ACEOF
4228 /* end confdefs.h. */
4242 rm -f conftest.
$ac_objext
4243 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4244 (eval $ac_compile) 2>conftest.er1
4246 grep -v '^ *+' conftest.er1
>conftest.err
4248 cat conftest.err
>&5
4249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4250 (exit $ac_status); } &&
4251 { ac_try
='test -z "$ac_c_werror_flag"
4252 || test ! -s conftest.err'
4253 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4257 (exit $ac_status); }; } &&
4258 { ac_try
='test -s conftest.$ac_objext'
4259 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4263 (exit $ac_status); }; }; then
4264 ac_cv_header_stdc
=yes
4266 echo "$as_me: failed program was:" >&5
4267 sed 's/^/| /' conftest.
$ac_ext >&5
4269 ac_cv_header_stdc
=no
4271 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4273 if test $ac_cv_header_stdc = yes; then
4274 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4275 cat >conftest.
$ac_ext <<_ACEOF
4278 cat confdefs.h
>>conftest.
$ac_ext
4279 cat >>conftest.
$ac_ext <<_ACEOF
4280 /* end confdefs.h. */
4284 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4285 $EGREP "memchr" >/dev
/null
2>&1; then
4288 ac_cv_header_stdc
=no
4294 if test $ac_cv_header_stdc = yes; then
4295 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4296 cat >conftest.
$ac_ext <<_ACEOF
4299 cat confdefs.h
>>conftest.
$ac_ext
4300 cat >>conftest.
$ac_ext <<_ACEOF
4301 /* end confdefs.h. */
4305 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4306 $EGREP "free" >/dev
/null
2>&1; then
4309 ac_cv_header_stdc
=no
4315 if test $ac_cv_header_stdc = yes; then
4316 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4317 if test "$cross_compiling" = yes; then
4320 cat >conftest.
$ac_ext <<_ACEOF
4323 cat confdefs.h
>>conftest.
$ac_ext
4324 cat >>conftest.
$ac_ext <<_ACEOF
4325 /* end confdefs.h. */
4327 #if ((' ' & 0x0FF) == 0x020)
4328 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4329 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4331 # define ISLOWER(c) \
4332 (('a' <= (c) && (c) <= 'i') \
4333 || ('j' <= (c) && (c) <= 'r') \
4334 || ('s' <= (c) && (c) <= 'z'))
4335 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4338 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4343 for (i = 0; i < 256; i++)
4344 if (XOR (islower (i), ISLOWER (i))
4345 || toupper (i) != TOUPPER (i))
4350 rm -f conftest
$ac_exeext
4351 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4352 (eval $ac_link) 2>&5
4354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4355 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
4356 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4360 (exit $ac_status); }; }; then
4363 echo "$as_me: program exited with status $ac_status" >&5
4364 echo "$as_me: failed program was:" >&5
4365 sed 's/^/| /' conftest.
$ac_ext >&5
4368 ac_cv_header_stdc
=no
4370 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
4374 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
4375 echo "${ECHO_T}$ac_cv_header_stdc" >&6
4376 if test $ac_cv_header_stdc = yes; then
4378 cat >>confdefs.h
<<\_ACEOF
4379 #define STDC_HEADERS 1
4384 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4394 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
4395 inttypes.h stdint.h unistd.h
4397 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4398 echo "$as_me:$LINENO: checking for $ac_header" >&5
4399 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4400 if eval "test \"\${$as_ac_Header+set}\" = set"; then
4401 echo $ECHO_N "(cached) $ECHO_C" >&6
4403 cat >conftest.
$ac_ext <<_ACEOF
4406 cat confdefs.h
>>conftest.
$ac_ext
4407 cat >>conftest.
$ac_ext <<_ACEOF
4408 /* end confdefs.h. */
4409 $ac_includes_default
4411 #include <$ac_header>
4413 rm -f conftest.
$ac_objext
4414 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4415 (eval $ac_compile) 2>conftest.er1
4417 grep -v '^ *+' conftest.er1
>conftest.err
4419 cat conftest.err
>&5
4420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4421 (exit $ac_status); } &&
4422 { ac_try
='test -z "$ac_c_werror_flag"
4423 || test ! -s conftest.err'
4424 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4428 (exit $ac_status); }; } &&
4429 { ac_try
='test -s conftest.$ac_objext'
4430 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4434 (exit $ac_status); }; }; then
4435 eval "$as_ac_Header=yes"
4437 echo "$as_me: failed program was:" >&5
4438 sed 's/^/| /' conftest.
$ac_ext >&5
4440 eval "$as_ac_Header=no"
4442 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4444 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4445 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4446 if test `eval echo '${'$as_ac_Header'}'` = yes; then
4447 cat >>confdefs.h
<<_ACEOF
4448 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4456 if test "${ac_cv_header_stdio_h+set}" = set; then
4457 echo "$as_me:$LINENO: checking for stdio.h" >&5
4458 echo $ECHO_N "checking for stdio.h... $ECHO_C" >&6
4459 if test "${ac_cv_header_stdio_h+set}" = set; then
4460 echo $ECHO_N "(cached) $ECHO_C" >&6
4462 echo "$as_me:$LINENO: result: $ac_cv_header_stdio_h" >&5
4463 echo "${ECHO_T}$ac_cv_header_stdio_h" >&6
4465 # Is the header compilable?
4466 echo "$as_me:$LINENO: checking stdio.h usability" >&5
4467 echo $ECHO_N "checking stdio.h usability... $ECHO_C" >&6
4468 cat >conftest.
$ac_ext <<_ACEOF
4471 cat confdefs.h
>>conftest.
$ac_ext
4472 cat >>conftest.
$ac_ext <<_ACEOF
4473 /* end confdefs.h. */
4474 $ac_includes_default
4477 rm -f conftest.
$ac_objext
4478 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4479 (eval $ac_compile) 2>conftest.er1
4481 grep -v '^ *+' conftest.er1
>conftest.err
4483 cat conftest.err
>&5
4484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4485 (exit $ac_status); } &&
4486 { ac_try
='test -z "$ac_c_werror_flag"
4487 || test ! -s conftest.err'
4488 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4492 (exit $ac_status); }; } &&
4493 { ac_try
='test -s conftest.$ac_objext'
4494 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4498 (exit $ac_status); }; }; then
4499 ac_header_compiler
=yes
4501 echo "$as_me: failed program was:" >&5
4502 sed 's/^/| /' conftest.
$ac_ext >&5
4504 ac_header_compiler
=no
4506 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4507 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4508 echo "${ECHO_T}$ac_header_compiler" >&6
4510 # Is the header present?
4511 echo "$as_me:$LINENO: checking stdio.h presence" >&5
4512 echo $ECHO_N "checking stdio.h presence... $ECHO_C" >&6
4513 cat >conftest.
$ac_ext <<_ACEOF
4516 cat confdefs.h
>>conftest.
$ac_ext
4517 cat >>conftest.
$ac_ext <<_ACEOF
4518 /* end confdefs.h. */
4521 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4522 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
4524 grep -v '^ *+' conftest.er1
>conftest.err
4526 cat conftest.err
>&5
4527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4528 (exit $ac_status); } >/dev
/null
; then
4529 if test -s conftest.err
; then
4530 ac_cpp_err
=$ac_c_preproc_warn_flag
4531 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
4538 if test -z "$ac_cpp_err"; then
4539 ac_header_preproc
=yes
4541 echo "$as_me: failed program was:" >&5
4542 sed 's/^/| /' conftest.
$ac_ext >&5
4544 ac_header_preproc
=no
4546 rm -f conftest.err conftest.
$ac_ext
4547 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4548 echo "${ECHO_T}$ac_header_preproc" >&6
4550 # So? What about this header?
4551 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
4553 { echo "$as_me:$LINENO: WARNING: stdio.h: accepted by the compiler, rejected by the preprocessor!" >&5
4554 echo "$as_me: WARNING: stdio.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
4555 { echo "$as_me:$LINENO: WARNING: stdio.h: proceeding with the compiler's result" >&5
4556 echo "$as_me: WARNING: stdio.h: proceeding with the compiler's result" >&2;}
4557 ac_header_preproc
=yes
4560 { echo "$as_me:$LINENO: WARNING: stdio.h: present but cannot be compiled" >&5
4561 echo "$as_me: WARNING: stdio.h: present but cannot be compiled" >&2;}
4562 { echo "$as_me:$LINENO: WARNING: stdio.h: check for missing prerequisite headers?" >&5
4563 echo "$as_me: WARNING: stdio.h: check for missing prerequisite headers?" >&2;}
4564 { echo "$as_me:$LINENO: WARNING: stdio.h: see the Autoconf documentation" >&5
4565 echo "$as_me: WARNING: stdio.h: see the Autoconf documentation" >&2;}
4566 { echo "$as_me:$LINENO: WARNING: stdio.h: section \"Present But Cannot Be Compiled\"" >&5
4567 echo "$as_me: WARNING: stdio.h: section \"Present But Cannot Be Compiled\"" >&2;}
4568 { echo "$as_me:$LINENO: WARNING: stdio.h: proceeding with the preprocessor's result" >&5
4569 echo "$as_me: WARNING: stdio.h: proceeding with the preprocessor's result" >&2;}
4570 { echo "$as_me:$LINENO: WARNING: stdio.h: in the future, the compiler will take precedence" >&5
4571 echo "$as_me: WARNING: stdio.h: in the future, the compiler will take precedence" >&2;}
4574 ## ----------------------------------------- ##
4575 ## Report this to the package-unused lists. ##
4576 ## ----------------------------------------- ##
4579 sed "s/^/$as_me: WARNING: /" >&2
4582 echo "$as_me:$LINENO: checking for stdio.h" >&5
4583 echo $ECHO_N "checking for stdio.h... $ECHO_C" >&6
4584 if test "${ac_cv_header_stdio_h+set}" = set; then
4585 echo $ECHO_N "(cached) $ECHO_C" >&6
4587 ac_cv_header_stdio_h
=$ac_header_preproc
4589 echo "$as_me:$LINENO: result: $ac_cv_header_stdio_h" >&5
4590 echo "${ECHO_T}$ac_cv_header_stdio_h" >&6
4593 if test $ac_cv_header_stdio_h = yes; then
4596 { { echo "$as_me:$LINENO: error: Can't find stdio.h.
4597 You must have a usable C system for the target already installed, at least
4598 including headers and, preferably, the library, before you can configure
4599 the Objective C runtime system. If necessary, install gcc now with
4600 \`LANGUAGES=c', then the target library, then build with \`LANGUAGES=objc'." >&5
4601 echo "$as_me: error: Can't find stdio.h.
4602 You must have a usable C system for the target already installed, at least
4603 including headers and, preferably, the library, before you can configure
4604 the Objective C runtime system. If necessary, install gcc now with
4605 \`LANGUAGES=c', then the target library, then build with \`LANGUAGES=objc'." >&2;}
4606 { (exit 1); exit 1; }; }
4611 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
4612 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
4613 if test "${ac_cv_header_stdc+set}" = set; then
4614 echo $ECHO_N "(cached) $ECHO_C" >&6
4616 cat >conftest.
$ac_ext <<_ACEOF
4619 cat confdefs.h
>>conftest.
$ac_ext
4620 cat >>conftest.
$ac_ext <<_ACEOF
4621 /* end confdefs.h. */
4635 rm -f conftest.
$ac_objext
4636 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4637 (eval $ac_compile) 2>conftest.er1
4639 grep -v '^ *+' conftest.er1
>conftest.err
4641 cat conftest.err
>&5
4642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4643 (exit $ac_status); } &&
4644 { ac_try
='test -z "$ac_c_werror_flag"
4645 || test ! -s conftest.err'
4646 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4650 (exit $ac_status); }; } &&
4651 { ac_try
='test -s conftest.$ac_objext'
4652 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4656 (exit $ac_status); }; }; then
4657 ac_cv_header_stdc
=yes
4659 echo "$as_me: failed program was:" >&5
4660 sed 's/^/| /' conftest.
$ac_ext >&5
4662 ac_cv_header_stdc
=no
4664 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4666 if test $ac_cv_header_stdc = yes; then
4667 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4668 cat >conftest.
$ac_ext <<_ACEOF
4671 cat confdefs.h
>>conftest.
$ac_ext
4672 cat >>conftest.
$ac_ext <<_ACEOF
4673 /* end confdefs.h. */
4677 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4678 $EGREP "memchr" >/dev
/null
2>&1; then
4681 ac_cv_header_stdc
=no
4687 if test $ac_cv_header_stdc = yes; then
4688 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4689 cat >conftest.
$ac_ext <<_ACEOF
4692 cat confdefs.h
>>conftest.
$ac_ext
4693 cat >>conftest.
$ac_ext <<_ACEOF
4694 /* end confdefs.h. */
4698 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4699 $EGREP "free" >/dev
/null
2>&1; then
4702 ac_cv_header_stdc
=no
4708 if test $ac_cv_header_stdc = yes; then
4709 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4710 if test "$cross_compiling" = yes; then
4713 cat >conftest.
$ac_ext <<_ACEOF
4716 cat confdefs.h
>>conftest.
$ac_ext
4717 cat >>conftest.
$ac_ext <<_ACEOF
4718 /* end confdefs.h. */
4720 #if ((' ' & 0x0FF) == 0x020)
4721 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4722 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4724 # define ISLOWER(c) \
4725 (('a' <= (c) && (c) <= 'i') \
4726 || ('j' <= (c) && (c) <= 'r') \
4727 || ('s' <= (c) && (c) <= 'z'))
4728 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4731 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4736 for (i = 0; i < 256; i++)
4737 if (XOR (islower (i), ISLOWER (i))
4738 || toupper (i) != TOUPPER (i))
4743 rm -f conftest
$ac_exeext
4744 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4745 (eval $ac_link) 2>&5
4747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4748 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
4749 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4753 (exit $ac_status); }; }; then
4756 echo "$as_me: program exited with status $ac_status" >&5
4757 echo "$as_me: failed program was:" >&5
4758 sed 's/^/| /' conftest.
$ac_ext >&5
4761 ac_cv_header_stdc
=no
4763 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
4767 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
4768 echo "${ECHO_T}$ac_cv_header_stdc" >&6
4769 if test $ac_cv_header_stdc = yes; then
4771 cat >>confdefs.h
<<\_ACEOF
4772 #define STDC_HEADERS 1
4779 for ac_header
in sched.h
4781 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4782 if eval "test \"\${$as_ac_Header+set}\" = set"; then
4783 echo "$as_me:$LINENO: checking for $ac_header" >&5
4784 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4785 if eval "test \"\${$as_ac_Header+set}\" = set"; then
4786 echo $ECHO_N "(cached) $ECHO_C" >&6
4788 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4789 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4791 # Is the header compilable?
4792 echo "$as_me:$LINENO: checking $ac_header usability" >&5
4793 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
4794 cat >conftest.
$ac_ext <<_ACEOF
4797 cat confdefs.h
>>conftest.
$ac_ext
4798 cat >>conftest.
$ac_ext <<_ACEOF
4799 /* end confdefs.h. */
4800 $ac_includes_default
4801 #include <$ac_header>
4803 rm -f conftest.
$ac_objext
4804 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4805 (eval $ac_compile) 2>conftest.er1
4807 grep -v '^ *+' conftest.er1
>conftest.err
4809 cat conftest.err
>&5
4810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4811 (exit $ac_status); } &&
4812 { ac_try
='test -z "$ac_c_werror_flag"
4813 || test ! -s conftest.err'
4814 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4818 (exit $ac_status); }; } &&
4819 { ac_try
='test -s conftest.$ac_objext'
4820 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4824 (exit $ac_status); }; }; then
4825 ac_header_compiler
=yes
4827 echo "$as_me: failed program was:" >&5
4828 sed 's/^/| /' conftest.
$ac_ext >&5
4830 ac_header_compiler
=no
4832 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4833 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
4834 echo "${ECHO_T}$ac_header_compiler" >&6
4836 # Is the header present?
4837 echo "$as_me:$LINENO: checking $ac_header presence" >&5
4838 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
4839 cat >conftest.
$ac_ext <<_ACEOF
4842 cat confdefs.h
>>conftest.
$ac_ext
4843 cat >>conftest.
$ac_ext <<_ACEOF
4844 /* end confdefs.h. */
4845 #include <$ac_header>
4847 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4848 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
4850 grep -v '^ *+' conftest.er1
>conftest.err
4852 cat conftest.err
>&5
4853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4854 (exit $ac_status); } >/dev
/null
; then
4855 if test -s conftest.err
; then
4856 ac_cpp_err
=$ac_c_preproc_warn_flag
4857 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
4864 if test -z "$ac_cpp_err"; then
4865 ac_header_preproc
=yes
4867 echo "$as_me: failed program was:" >&5
4868 sed 's/^/| /' conftest.
$ac_ext >&5
4870 ac_header_preproc
=no
4872 rm -f conftest.err conftest.
$ac_ext
4873 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
4874 echo "${ECHO_T}$ac_header_preproc" >&6
4876 # So? What about this header?
4877 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
4879 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
4880 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
4881 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
4882 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
4883 ac_header_preproc
=yes
4886 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
4887 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
4888 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
4889 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
4890 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
4891 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
4892 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
4893 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
4894 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
4895 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
4896 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
4897 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
4900 ## ----------------------------------------- ##
4901 ## Report this to the package-unused lists. ##
4902 ## ----------------------------------------- ##
4905 sed "s/^/$as_me: WARNING: /" >&2
4908 echo "$as_me:$LINENO: checking for $ac_header" >&5
4909 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4910 if eval "test \"\${$as_ac_Header+set}\" = set"; then
4911 echo $ECHO_N "(cached) $ECHO_C" >&6
4913 eval "$as_ac_Header=\$ac_header_preproc"
4915 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4916 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4919 if test `eval echo '${'$as_ac_Header'}'` = yes; then
4920 cat >>confdefs.h
<<_ACEOF
4921 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4933 # Determine CFLAGS for gthread.
4934 # FIXME: the current implementation is dependent on the 'r' variable
4935 # passed down from the top level
4936 echo "$as_me:$LINENO: checking for gthread cflags" >&5
4937 echo $ECHO_N "checking for gthread cflags... $ECHO_C" >&6
4938 if test "${objc_cv_gthread_flags+set}" = set; then
4939 echo $ECHO_N "(cached) $ECHO_C" >&6
4941 if test -f "$r"/gcc
/Makefile
4943 objc_cv_gthread_flags
=`grep \^GTHREAD_FLAGS "$r"/gcc/Makefile | awk -F= '{ print $2 }'`
4945 { { echo "$as_me:$LINENO: error: not found" >&5
4946 echo "$as_me: error: not found" >&2;}
4947 { (exit 1); exit 1; }; }
4950 echo "$as_me:$LINENO: result: $objc_cv_gthread_flags" >&5
4951 echo "${ECHO_T}$objc_cv_gthread_flags" >&6
4952 GTHREAD_FLAGS
=$objc_cv_gthread_flags
4959 ac_config_files
="$ac_config_files Makefile"
4962 ac_config_commands
="$ac_config_commands default"
4965 cat >confcache
<<\_ACEOF
4966 # This file is a shell script that caches the results of configure
4967 # tests run on this system so they can be shared between configure
4968 # scripts and configure runs, see configure's option --config-cache.
4969 # It is not useful on other systems. If it contains results you don't
4970 # want to keep, you may remove or edit it.
4972 # config.status only pays attention to the cache file if you give it
4973 # the --recheck option to rerun configure.
4975 # `ac_cv_env_foo' variables (set or unset) will be overridden when
4976 # loading this file, other *unset* `ac_cv_foo' will be assigned the
4981 # The following way of writing the cache mishandles newlines in values,
4982 # but we know of no workaround that is simple, portable, and efficient.
4983 # So, don't put newlines in cache variables' values.
4984 # Ultrix sh set writes to stderr and can't be redirected directly,
4985 # and sets the high bit in the cache file unless we assign to the vars.
4988 case `(ac_space=' '; set | grep ac_space) 2>&1` in
4990 # `set' does not quote correctly, so add quotes (double-quote
4991 # substitution turns \\\\ into \\, and sed turns \\ into \).
4994 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
4997 # `set' quotes correctly as required by POSIX, so do not add quotes.
4999 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
5006 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
5008 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
5010 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
5011 if test -w $cache_file; then
5012 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
5013 cat confcache
>$cache_file
5015 echo "not updating unwritable cache $cache_file"
5020 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
5021 # Let make expand exec_prefix.
5022 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
5024 # VPATH may cause trouble with some makes, so we remove $(srcdir),
5025 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
5026 # trailing colons and then remove the whole line if VPATH becomes empty
5027 # (actually we leave an empty line to preserve line numbers).
5028 if test "x$srcdir" = x.
; then
5029 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
5030 s/:*\$(srcdir):*/:/;
5031 s/:*\${srcdir}:*/:/;
5033 s/^\([^=]*=[ ]*\):*/\1/;
5039 # Transform confdefs.h into DEFS.
5040 # Protect against shell expansion while executing Makefile rules.
5041 # Protect against Makefile macro expansion.
5043 # If the first sed substitution is executed (which looks for macros that
5044 # take arguments), then we branch to the quote section. Otherwise,
5045 # look for a macro that doesn't take arguments.
5046 cat >confdef2opt.
sed <<\_ACEOF
5049 s
,^
[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\),-D\1=\2,g
5051 s
,^
[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\),-D\1=\2,g
5055 s
,[ `~#$^&*(){}\\|;'"<>?],\\&,g
5061 # We use echo to avoid assuming a particular line-breaking character.
5062 # The extra dot is to prevent the shell from consuming trailing
5063 # line-breaks from the sub-command output. A line-break within
5064 # single-quotes doesn't work because, if this script is created in a
5065 # platform that uses two characters for line-breaks (e.g., DOS), tr
5067 ac_LF_and_DOT=`echo; echo .
`
5068 DEFS=`sed -n -f confdef2opt.
sed confdefs.h |
tr "$ac_LF_and_DOT" ' .'`
5069 rm -f confdef2opt.sed
5074 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
5075 # 1. Remove the extension, and $U if already installed.
5076 ac_i=`echo "$ac_i" |
5077 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
5079 ac_libobjs="$ac_libobjs $ac_i\$U.$ac_objext"
5080 ac_ltlibobjs="$ac_ltlibobjs $ac_i"'$U.lo'
5084 LTLIBOBJS=$ac_ltlibobjs
5088 : ${CONFIG_STATUS=./config.status}
5089 ac_clean_files_save=$ac_clean_files
5090 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
5091 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
5092 echo "$as_me: creating $CONFIG_STATUS" >&6;}
5093 cat >$CONFIG_STATUS <<_ACEOF
5095 # Generated by $as_me.
5096 # Run this file to recreate the current configuration.
5097 # Compiler output produced by configure, useful for debugging
5098 # configure, is in config.log if it exists.
5103 SHELL=\${CONFIG_SHELL-$SHELL}
5106 cat >>$CONFIG_STATUS <<\_ACEOF
5107 ## --------------------- ##
5108 ## M4sh Initialization. ##
5109 ## --------------------- ##
5111 # Be Bourne compatible
5112 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
5115 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
5116 # is contrary to our usage. Disable this feature.
5117 alias -g '${1+"$@"}'='"$@"'
5118 elif test -n "${BASH_VERSION+set}" && (set -o posix) >/dev/null 2>&1; then
5121 DUALCASE=1; export DUALCASE # for MKS sh
5123 # Support unset when possible.
5124 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5131 # Work around bugs in pre-3.0 UWIN ksh.
5132 $as_unset ENV MAIL MAILPATH
5139 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
5140 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
5141 LC_TELEPHONE LC_TIME
5143 if (set +x; test -z "`(eval $as_var=C
; export $as_var) 2>&1`"); then
5144 eval $as_var=C; export $as_var
5150 # Required to use basename.
5151 if expr a : '\(a\)' >/dev/null 2>&1; then
5157 if (basename /) >/dev/null 2>&1 && test "X`basename / 2>&1`" = "X/"; then
5158 as_basename=basename
5164 # Name of the executable.
5165 as_me=`$as_basename "$0" ||
5166 $as_expr X
/"$0" : '.*/\([^/][^/]*\)/*$' \| \
5167 X
"$0" : 'X\(//\)$' \| \
5168 X
"$0" : 'X\(/\)$' \| \
5169 .
: '\(.\)' 2>/dev
/null ||
5171 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
5172 /^X\/\(\/\/\)$/{ s//\1/; q; }
5173 /^X\/\(\/\).*/{ s//\1/; q; }
5177 # PATH needs CR, and LINENO needs CR and PATH.
5178 # Avoid depending upon Character Ranges.
5179 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
5180 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
5181 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
5182 as_cr_digits='0123456789'
5183 as_cr_alnum=$as_cr_Letters$as_cr_digits
5185 # The user is always right.
5186 if test "${PATH_SEPARATOR+set}" != set; then
5187 echo "#! /bin/sh" >conf$$.sh
5188 echo "exit 0" >>conf$$.sh
5190 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
5201 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev
/null
`
5202 test "x$as_lineno_1" != "x$as_lineno_2" &&
5203 test "x$as_lineno_3" = "x$as_lineno_2" || {
5204 # Find who we are. Look in the path if we contain no path at all
5207 *[\\/]* ) as_myself=$0 ;;
5208 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5212 test -z "$as_dir" && as_dir=.
5213 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
5218 # We did not find ourselves, most probably we were run as `sh COMMAND
'
5219 # in which case we are not to be found in the path.
5220 if test "x$as_myself" = x; then
5223 if test ! -f "$as_myself"; then
5224 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
5225 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
5226 { (exit 1); exit 1; }; }
5228 case $CONFIG_SHELL in
5230 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5231 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
5234 test -z "$as_dir" && as_dir=.
5235 for as_base in sh bash ksh sh5; do
5238 if ("$as_dir/$as_base" -c '
5241 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
5242 test "x$as_lineno_1" != "x$as_lineno_2" &&
5243 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev/null; then
5244 $as_unset BASH_ENV || test "${BASH_ENV+set}" != set || { BASH_ENV=; export BASH_ENV; }
5245 $as_unset ENV || test "${ENV+set}" != set || { ENV=; export ENV; }
5246 CONFIG_SHELL=$as_dir/$as_base
5248 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
5256 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
5257 # uniformly replaced by the line number. The first 'sed' inserts a
5258 # line-number line before each line; the second 'sed' does the real
5259 # work. The second script uses 'N
' to pair each line-number line
5260 # with the numbered line, and appends trailing '-' during
5261 # substitution so that $LINENO is not a special case at line end.
5262 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
5263 # second 'sed' script. Blame Lee E. McMahon for sed's syntax.
:-)
5264 sed '=' <$as_myself |
5269 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
5272 s,^['$as_cr_digits']*\n,,
5274 chmod +x
$as_me.lineno ||
5275 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
5276 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
5277 { (exit 1); exit 1; }; }
5279 # Don't try to exec as it changes $[0], causing all sort of problems
5280 # (the dirname of $[0] is not the place where we might find the
5281 # original and so on. Autoconf is especially sensible to this).
5283 # Exit status is that of the last command.
5288 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
5289 *c
*,-n*) ECHO_N
= ECHO_C
='
5291 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
5292 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
5295 if expr a
: '\(a\)' >/dev
/null
2>&1; then
5301 rm -f conf$$ conf$$.exe conf$$.
file
5303 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
5304 # We could just check for DJGPP; but this test a) works b) is more generic
5305 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
5306 if test -f conf$$.exe
; then
5307 # Don't use ln at all; we don't have any links
5312 elif ln conf$$.
file conf$$
2>/dev
/null
; then
5317 rm -f conf$$ conf$$.exe conf$$.
file
5319 if mkdir
-p .
2>/dev
/null
; then
5322 test -d .
/-p && rmdir .
/-p
5326 as_executable_p
="test -f"
5328 # Sed expression to map a string onto a valid CPP name.
5329 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
5331 # Sed expression to map a string onto a valid variable name.
5332 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
5336 # We need space, tab and new line, in precisely that order.
5346 # Open the log real soon, to keep \$[0] and so on meaningful, and to
5347 # report actual input values of CONFIG_FILES etc. instead of their
5348 # values after options handling. Logging --version etc. is OK.
5352 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
5353 ## Running $as_me. ##
5358 This file was extended by package-unused $as_me version-unused, which was
5359 generated by GNU Autoconf 2.59. Invocation command line was
5361 CONFIG_FILES = $CONFIG_FILES
5362 CONFIG_HEADERS = $CONFIG_HEADERS
5363 CONFIG_LINKS = $CONFIG_LINKS
5364 CONFIG_COMMANDS = $CONFIG_COMMANDS
5368 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
5372 # Files that config.status was made for.
5373 if test -n "$ac_config_files"; then
5374 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
5377 if test -n "$ac_config_headers"; then
5378 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
5381 if test -n "$ac_config_links"; then
5382 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
5385 if test -n "$ac_config_commands"; then
5386 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
5389 cat >>$CONFIG_STATUS <<\_ACEOF
5392 \`$as_me' instantiates files from templates according to the
5393 current configuration.
5395 Usage: $0 [OPTIONS] [FILE]...
5397 -h, --help print this help, then exit
5398 -V, --version print version number, then exit
5399 -q, --quiet do not print progress messages
5400 -d, --debug don't remove temporary files
5401 --recheck update $as_me by reconfiguring in the same conditions
5402 --file=FILE[:TEMPLATE]
5403 instantiate the configuration file FILE
5405 Configuration files:
5408 Configuration commands:
5411 Report bugs to <bug-autoconf@gnu.org>."
5414 cat >>$CONFIG_STATUS <<_ACEOF
5416 package-unused config.status version-unused
5417 configured by $0, generated by GNU Autoconf 2.59,
5418 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
5420 Copyright (C) 2003 Free Software Foundation, Inc.
5421 This config.status script is free software; the Free Software Foundation
5422 gives unlimited permission to copy, distribute and modify it."
5427 cat >>$CONFIG_STATUS <<\_ACEOF
5428 # If no file are specified by the user, then we need to provide default
5429 # value. By we need to know if files were specified by the user.
5435 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
5436 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
5444 *) # This is not an option, so the user has probably given explicit
5447 ac_need_defaults
=false
;;
5451 # Handling of the options.
5453 cat >>$CONFIG_STATUS <<\_ACEOF
5454 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
5456 --version |
--vers* |
-V )
5457 echo "$ac_cs_version"; exit 0 ;;
5459 # Conflict between --help and --header
5460 { { echo "$as_me:$LINENO: error: ambiguous option: $1
5461 Try \`$0 --help' for more information." >&5
5462 echo "$as_me: error: ambiguous option: $1
5463 Try \`$0 --help' for more information." >&2;}
5464 { (exit 1); exit 1; }; };;
5465 --help |
--hel |
-h )
5466 echo "$ac_cs_usage"; exit 0 ;;
5467 --debug |
--d* |
-d )
5469 --file |
--fil |
--fi |
--f )
5471 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
5472 ac_need_defaults
=false
;;
5473 --header |
--heade |
--head |
--hea )
5475 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
5476 ac_need_defaults
=false
;;
5477 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
5478 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
5482 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
5483 Try \`$0 --help' for more information." >&5
5484 echo "$as_me: error: unrecognized option: $1
5485 Try \`$0 --help' for more information." >&2;}
5486 { (exit 1); exit 1; }; } ;;
5488 *) ac_config_targets
="$ac_config_targets $1" ;;
5494 ac_configure_extra_args
=
5496 if $ac_cs_silent; then
5498 ac_configure_extra_args
="$ac_configure_extra_args --silent"
5502 cat >>$CONFIG_STATUS <<_ACEOF
5503 if \$ac_cs_recheck; then
5504 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
5505 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
5510 cat >>$CONFIG_STATUS <<_ACEOF
5512 # INIT-COMMANDS section.
5518 with_target_subdir=${with_target_subdir}
5519 with_multisubdir=${with_multisubdir}
5520 ac_configure_args="--enable-multilib ${ac_configure_args}"
5521 toplevel_srcdir=${toplevel_srcdir}
5522 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
5523 ORIGINAL_LD_FOR_MULTILIBS="${ORIGINAL_LD_FOR_MULTILIBS}"
5530 cat >>$CONFIG_STATUS <<\_ACEOF
5531 for ac_config_target
in $ac_config_targets
5533 case "$ac_config_target" in
5534 # Handling of arguments.
5535 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
5536 "default" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS default" ;;
5537 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
5538 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
5539 { (exit 1); exit 1; }; };;
5543 # If the user did not use the arguments to specify the items to instantiate,
5544 # then the envvar interface is used. Set only those that are not.
5545 # We use the long form for the default assignment because of an extremely
5546 # bizarre bug on SunOS 4.1.3.
5547 if $ac_need_defaults; then
5548 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
5549 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
5552 # Have a temporary directory for convenience. Make it in the build tree
5553 # simply because there is no reason to put it here, and in addition,
5554 # creating and moving files from /tmp can sometimes cause problems.
5555 # Create a temporary directory, and hook for its removal unless debugging.
5558 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
5559 trap '{ (exit 1); exit 1; }' 1 2 13 15
5562 # Create a (secure) tmp directory for tmp files.
5565 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
5566 test -n "$tmp" && test -d "$tmp"
5569 tmp
=.
/confstat$$
-$RANDOM
5570 (umask 077 && mkdir
$tmp)
5573 echo "$me: cannot create a temporary directory in ." >&2
5574 { (exit 1); exit 1; }
5579 cat >>$CONFIG_STATUS <<_ACEOF
5582 # CONFIG_FILES section.
5585 # No need to generate the scripts if there are no CONFIG_FILES.
5586 # This happens for instance when ./config.status config.h
5587 if test -n "\$CONFIG_FILES"; then
5588 # Protect against being on the right side of a sed subst in config.status.
5589 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
5590 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
5591 s,@SHELL@,$SHELL,;t t
5592 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
5593 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
5594 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
5595 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
5596 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
5597 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
5598 s,@exec_prefix@,$exec_prefix,;t t
5599 s,@prefix@,$prefix,;t t
5600 s,@program_transform_name@,$program_transform_name,;t t
5601 s,@bindir@,$bindir,;t t
5602 s,@sbindir@,$sbindir,;t t
5603 s,@libexecdir@,$libexecdir,;t t
5604 s,@datadir@,$datadir,;t t
5605 s,@sysconfdir@,$sysconfdir,;t t
5606 s,@sharedstatedir@,$sharedstatedir,;t t
5607 s,@localstatedir@,$localstatedir,;t t
5608 s,@libdir@,$libdir,;t t
5609 s,@includedir@,$includedir,;t t
5610 s,@oldincludedir@,$oldincludedir,;t t
5611 s,@infodir@,$infodir,;t t
5612 s,@mandir@,$mandir,;t t
5613 s,@build_alias@,$build_alias,;t t
5614 s,@host_alias@,$host_alias,;t t
5615 s,@target_alias@,$target_alias,;t t
5617 s,@ECHO_C@,$ECHO_C,;t t
5618 s,@ECHO_N@,$ECHO_N,;t t
5619 s,@ECHO_T@,$ECHO_T,;t t
5621 s,@VERSION@,$VERSION,;t t
5622 s,@OBJC_BOEHM_GC@,$OBJC_BOEHM_GC,;t t
5623 s,@toplevel_srcdir@,$toplevel_srcdir,;t t
5624 s,@build@,$build,;t t
5625 s,@build_cpu@,$build_cpu,;t t
5626 s,@build_vendor@,$build_vendor,;t t
5627 s,@build_os@,$build_os,;t t
5629 s,@host_cpu@,$host_cpu,;t t
5630 s,@host_vendor@,$host_vendor,;t t
5631 s,@host_os@,$host_os,;t t
5632 s,@target@,$target,;t t
5633 s,@target_cpu@,$target_cpu,;t t
5634 s,@target_vendor@,$target_vendor,;t t
5635 s,@target_os@,$target_os,;t t
5636 s,@target_noncanonical@,$target_noncanonical,;t t
5637 s,@glibcpp_srcdir@,$glibcpp_srcdir,;t t
5638 s,@gcc_version@,$gcc_version,;t t
5639 s,@toolexecdir@,$toolexecdir,;t t
5640 s,@toolexeclibdir@,$toolexeclibdir,;t t
5641 s,@includedirname@,$includedirname,;t t
5642 s,@libext@,$libext,;t t
5644 s,@ac_ct_CC@,$ac_ct_CC,;t t
5645 s,@EXEEXT@,$EXEEXT,;t t
5646 s,@OBJEXT@,$OBJEXT,;t t
5647 s,@CFLAGS@,$CFLAGS,;t t
5649 s,@ac_ct_AS@,$ac_ct_AS,;t t
5651 s,@ac_ct_AR@,$ac_ct_AR,;t t
5652 s,@RANLIB@,$RANLIB,;t t
5653 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
5654 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
5655 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
5656 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
5658 s,@STRIP@,$STRIP,;t t
5659 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
5660 s,@LIBTOOL@,$LIBTOOL,;t t
5661 s,@SET_MAKE@,$SET_MAKE,;t t
5663 s,@CPPFLAGS@,$CPPFLAGS,;t t
5664 s,@EGREP@,$EGREP,;t t
5665 s,@GTHREAD_FLAGS@,$GTHREAD_FLAGS,;t t
5666 s,@LIBOBJS@,$LIBOBJS,;t t
5667 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
5672 cat >>$CONFIG_STATUS <<\_ACEOF
5673 # Split the substitutions into bite-sized pieces for seds with
5674 # small command number limits, like on Digital OSF/1 and HP-UX.
5676 ac_sed_frag
=1 # Number of current file.
5677 ac_beg
=1 # First line for current file.
5678 ac_end
=$ac_max_sed_lines # Line after last line for current file.
5681 while $ac_more_lines; do
5682 if test $ac_beg -gt 1; then
5683 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
5685 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
5687 if test ! -s $tmp/subs.frag
; then
5690 # The purpose of the label and of the branching condition is to
5691 # speed up the sed processing (if there are no `@' at all, there
5692 # is no need to browse any of the substitutions).
5693 # These are the two extra sed commands mentioned above.
5695 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs-
$ac_sed_frag.
sed
5696 if test -z "$ac_sed_cmds"; then
5697 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
5699 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
5701 ac_sed_frag
=`expr $ac_sed_frag + 1`
5703 ac_end
=`expr $ac_end + $ac_max_sed_lines`
5706 if test -z "$ac_sed_cmds"; then
5709 fi # test -n "$CONFIG_FILES"
5712 cat >>$CONFIG_STATUS <<\_ACEOF
5713 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
5714 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
5716 - |
*:- |
*:-:* ) # input from stdin
5718 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
5719 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
5720 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
5721 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
5722 * ) ac_file_in
=$ac_file.
in ;;
5725 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
5726 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
5727 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5728 X"$ac_file" : 'X\(//\)[^/]' \| \
5729 X"$ac_file" : 'X\(//\)$' \| \
5730 X"$ac_file" : 'X\(/\)' \| \
5731 . : '\(.\)' 2>/dev/null ||
5733 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
5734 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
5735 /^X\(\/\/\)$/{ s//\1/; q; }
5736 /^X\(\/\).*/{ s//\1/; q; }
5738 { if $as_mkdir_p; then
5743 while test ! -d "$as_dir"; do
5744 as_dirs
="$as_dir $as_dirs"
5745 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
5746 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5747 X"$as_dir" : 'X\(//\)[^/]' \| \
5748 X"$as_dir" : 'X\(//\)$' \| \
5749 X"$as_dir" : 'X\(/\)' \| \
5750 . : '\(.\)' 2>/dev/null ||
5752 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
5753 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
5754 /^X\(\/\/\)$/{ s//\1/; q; }
5755 /^X\(\/\).*/{ s//\1/; q; }
5758 test ! -n "$as_dirs" || mkdir
$as_dirs
5759 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
5760 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
5761 { (exit 1); exit 1; }; }; }
5765 if test "$ac_dir" != .
; then
5766 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
5767 # A "../" for each directory in $ac_dir_suffix.
5768 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
5770 ac_dir_suffix
= ac_top_builddir
=
5774 .
) # No --srcdir option. We are building in place.
5776 if test -z "$ac_top_builddir"; then
5779 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
5781 [\\/]* | ?
:[\\/]* ) # Absolute path.
5782 ac_srcdir
=$srcdir$ac_dir_suffix;
5783 ac_top_srcdir
=$srcdir ;;
5785 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
5786 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
5789 # Do not use `cd foo && pwd` to compute absolute paths, because
5790 # the directories may not exist.
5792 .
) ac_abs_builddir
="$ac_dir";;
5795 .
) ac_abs_builddir
=`pwd`;;
5796 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
5797 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
5800 case $ac_abs_builddir in
5801 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
5803 case ${ac_top_builddir}.
in
5804 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
5805 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
5806 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
5809 case $ac_abs_builddir in
5810 .
) ac_abs_srcdir
=$ac_srcdir;;
5813 .
) ac_abs_srcdir
=$ac_abs_builddir;;
5814 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
5815 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
5818 case $ac_abs_builddir in
5819 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
5821 case $ac_top_srcdir in
5822 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
5823 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
5824 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
5830 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
5831 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
5834 if test x
"$ac_file" != x-
; then
5835 { echo "$as_me:$LINENO: creating $ac_file" >&5
5836 echo "$as_me: creating $ac_file" >&6;}
5839 # Let's still pretend it is `configure' which instantiates (i.e., don't
5840 # use $as_me), people would be surprised to read:
5841 # /* config.h. Generated by config.status. */
5842 if test x
"$ac_file" = x-
; then
5845 configure_input
="$ac_file. "
5847 configure_input
=$configure_input"Generated from `echo $ac_file_in |
5848 sed 's,.*/,,'` by configure."
5850 # First look for the input files in the build tree, otherwise in the
5852 ac_file_inputs
=`IFS=:
5853 for f in $ac_file_in; do
5855 -) echo $tmp/stdin ;;
5857 # Absolute (can't be DOS-style, as IFS=:)
5858 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
5859 echo "$as_me: error: cannot find input file: $f" >&2;}
5860 { (exit 1); exit 1; }; }
5863 if test -f "$f"; then
5866 elif test -f "$srcdir/$f"; then
5871 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
5872 echo "$as_me: error: cannot find input file: $f" >&2;}
5873 { (exit 1); exit 1; }; }
5876 done` ||
{ (exit 1); exit 1; }
5878 cat >>$CONFIG_STATUS <<_ACEOF
5882 cat >>$CONFIG_STATUS <<\_ACEOF
5884 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
5885 s
,@configure_input@
,$configure_input,;t t
5886 s
,@srcdir@
,$ac_srcdir,;t t
5887 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
5888 s
,@top_srcdir@
,$ac_top_srcdir,;t t
5889 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
5890 s
,@builddir@
,$ac_builddir,;t t
5891 s
,@abs_builddir@
,$ac_abs_builddir,;t t
5892 s
,@top_builddir@
,$ac_top_builddir,;t t
5893 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
5894 s
,@INSTALL@
,$ac_INSTALL,;t t
5895 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
5897 if test x"$ac_file" != x-; then
5898 mv $tmp/out $ac_file
5906 cat >>$CONFIG_STATUS <<\_ACEOF
5909 # CONFIG_COMMANDS section.
5911 for ac_file in : $CONFIG_COMMANDS; do test "x
$ac_file" = x: && continue
5912 ac_dest=`echo "$ac_file" | sed 's,:.*,,'`
5913 ac_source=`echo "$ac_file" | sed 's,[^:]*:,,'`
5914 ac_dir=`(dirname "$ac_dest") 2>/dev/null ||
5915 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5916 X"$ac_dest" : 'X\(//\)[^/]' \| \
5917 X"$ac_dest" : 'X\(//\)$' \| \
5918 X"$ac_dest" : 'X\(/\)' \| \
5919 . : '\(.\)' 2>/dev/null ||
5921 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
5922 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
5923 /^X\(\/\/\)$/{ s//\1/; q; }
5924 /^X\(\/\).*/{ s//\1/; q; }
5926 { if $as_mkdir_p; then
5931 while test ! -d "$as_dir"; do
5932 as_dirs="$as_dir $as_dirs"
5933 as_dir=`(dirname "$as_dir") 2>/dev/null ||
5934 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5935 X"$as_dir" : 'X\(//\)[^/]' \| \
5936 X"$as_dir" : 'X\(//\)$' \| \
5937 X"$as_dir" : 'X\(/\)' \| \
5938 . : '\(.\)' 2>/dev/null ||
5940 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
5941 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
5942 /^X\(\/\/\)$/{ s//\1/; q; }
5943 /^X\(\/\).*/{ s//\1/; q; }
5946 test ! -n "$as_dirs" || mkdir $as_dirs
5947 fi || { { echo "$as_me:$LINENO: error
: cannot create directory
\"$ac_dir\"" >&5
5948 echo "$as_me: error
: cannot create directory
\"$ac_dir\"" >&2;}
5949 { (exit 1); exit 1; }; }; }
5953 if test "$ac_dir" != .; then
5954 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
5955 # A "..
/" for each directory in $ac_dir_suffix.
5956 ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
5958 ac_dir_suffix= ac_top_builddir=
5962 .) # No --srcdir option. We are building in place.
5964 if test -z "$ac_top_builddir"; then
5967 ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`
5969 [\\/]* | ?:[\\/]* ) # Absolute path.
5970 ac_srcdir=$srcdir$ac_dir_suffix;
5971 ac_top_srcdir=$srcdir ;;
5973 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
5974 ac_top_srcdir=$ac_top_builddir$srcdir ;;
5977 # Do not use `cd foo && pwd` to compute absolute paths, because
5978 # the directories may not exist.
5980 .) ac_abs_builddir="$ac_dir";;
5983 .) ac_abs_builddir=`pwd`;;
5984 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
5985 *) ac_abs_builddir=`pwd`/"$ac_dir";;
5988 case $ac_abs_builddir in
5989 .) ac_abs_top_builddir=${ac_top_builddir}.;;
5991 case ${ac_top_builddir}. in
5992 .) ac_abs_top_builddir=$ac_abs_builddir;;
5993 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
5994 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
5997 case $ac_abs_builddir in
5998 .) ac_abs_srcdir=$ac_srcdir;;
6001 .) ac_abs_srcdir=$ac_abs_builddir;;
6002 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
6003 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
6006 case $ac_abs_builddir in
6007 .) ac_abs_top_srcdir=$ac_top_srcdir;;
6009 case $ac_top_srcdir in
6010 .) ac_abs_top_srcdir=$ac_abs_builddir;;
6011 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
6012 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
6017 { echo "$as_me:$LINENO: executing
$ac_dest commands
" >&5
6018 echo "$as_me: executing
$ac_dest commands
" >&6;}
6020 default ) if test -n "$CONFIG_FILES"; then
6021 if test -n "${with_target_subdir}"; then
6022 # FIXME: We shouldn't need to set ac_file
6024 LD="${ORIGINAL_LD_FOR_MULTILIBS}"
6025 . ${toplevel_srcdir}/config-ml.in
6032 cat >>$CONFIG_STATUS <<\_ACEOF
6034 { (exit 0); exit 0; }
6036 chmod +x $CONFIG_STATUS
6037 ac_clean_files=$ac_clean_files_save
6040 # configure is writing to config.log, and then calls config.status.
6041 # config.status does its own redirection, appending to config.log.
6042 # Unfortunately, on DOS this fails, as config.log is still kept open
6043 # by configure, so config.status won't be able to write to it; its
6044 # output is simply discarded. So we exec the FD to /dev/null,
6045 # effectively closing config.log, so it can be properly (re)opened and
6046 # appended to by config.status. When coming back to configure, we
6047 # need to make the FD available again.
6048 if test "$no_create" != yes; then
6050 ac_config_status_args=
6051 test "$silent" = yes &&
6052 ac_config_status_args="$ac_config_status_args --quiet"
6054 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
6056 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
6057 # would make configure fail if this is the last instruction.
6058 $ac_cs_success || { (exit 1); exit 1; }