2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.57.
5 # Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
6 # Free Software Foundation, Inc.
7 # This configure script is free software; the Free Software Foundation
8 # gives unlimited permission to copy, distribute and modify it.
9 ## --------------------- ##
10 ## M4sh Initialization. ##
11 ## --------------------- ##
13 # Be Bourne compatible
14 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
17 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
18 # is contrary to our usage. Disable this feature.
19 alias -g '${1+"$@"}'='"$@"'
20 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
24 # Support unset when possible.
25 if (FOO
=FOO
; unset FOO
) >/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 -n "`(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
224 as_executable_p
="test -f"
226 # Sed expression to map a string onto a valid CPP name.
227 as_tr_cpp
="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
229 # Sed expression to map a string onto a valid variable name.
230 as_tr_sh
="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
234 # We need space, tab and new line, in precisely that order.
244 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
245 # so uname gets run too.
246 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
253 ac_default_prefix
=/usr
/local
254 ac_config_libobj_dir
=.
259 SHELL
=${CONFIG_SHELL-/bin/sh}
261 # Maximum number of lines to put in a shell here document.
262 # This variable seems obsolete. It should probably be removed, and
263 # only ac_max_sed_lines should be used.
264 : ${ac_max_here_lines=38}
266 # Identity of this package.
273 ac_unique_file
="xmalloc.c"
274 # Factoring default headers for most tests.
275 ac_includes_default
="\
278 # include <sys/types.h>
281 # include <sys/stat.h>
292 # if !STDC_HEADERS && HAVE_MEMORY_H
298 # include <strings.h>
301 # include <inttypes.h>
311 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 libiberty_topdir MAINT NOTMAINT MAKEINFO BUILD_INFO PERL HAVE_PERL build build_cpu build_vendor build_os host host_cpu host_vendor host_os AR ac_ct_AR RANLIB ac_ct_RANLIB CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP ac_libiberty_warn_cflags NO_MINUS_C_MINUS_O OUTPUT_OPTION INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA EGREP LIBOBJS CHECK target_header_dir pexecute INSTALL_DEST LTLIBOBJS'
312 ac_subst_files
='host_makefile_frag'
314 # Initialize some variables set by options.
316 ac_init_version
=false
317 # The variables have the same names as the options, with
318 # dashes changed to underlines.
326 program_transform_name
=s
,x
,x
,
334 # Installation directory options.
335 # These are left unexpanded so users can "make install exec_prefix=/foo"
336 # and all the variables that are supposed to be based on exec_prefix
337 # by default will actually change.
338 # Use braces instead of parens because sh, perl, etc. also accept them.
339 bindir
='${exec_prefix}/bin'
340 sbindir
='${exec_prefix}/sbin'
341 libexecdir
='${exec_prefix}/libexec'
342 datadir
='${prefix}/share'
343 sysconfdir
='${prefix}/etc'
344 sharedstatedir
='${prefix}/com'
345 localstatedir
='${prefix}/var'
346 libdir
='${exec_prefix}/lib'
347 includedir
='${prefix}/include'
348 oldincludedir
='/usr/include'
349 infodir
='${prefix}/info'
350 mandir
='${prefix}/man'
355 # If the previous option needs an argument, assign it.
356 if test -n "$ac_prev"; then
357 eval "$ac_prev=\$ac_option"
362 ac_optarg
=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
364 # Accept the important Cygnus configure options, so we can diagnose typos.
368 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
370 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
373 -build |
--build |
--buil |
--bui |
--bu)
374 ac_prev
=build_alias
;;
375 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
376 build_alias
=$ac_optarg ;;
378 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
379 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
380 ac_prev
=cache_file
;;
381 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
382 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
383 cache_file
=$ac_optarg ;;
386 cache_file
=config.cache
;;
388 -datadir |
--datadir |
--datadi |
--datad |
--data |
--dat |
--da)
390 -datadir=* |
--datadir=* |
--datadi=* |
--datad=* |
--data=* |
--dat=* \
392 datadir
=$ac_optarg ;;
394 -disable-* |
--disable-*)
395 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
396 # Reject names that are not valid shell variable names.
397 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
398 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
399 { (exit 1); exit 1; }; }
400 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
401 eval "enable_$ac_feature=no" ;;
403 -enable-* |
--enable-*)
404 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
405 # Reject names that are not valid shell variable names.
406 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
407 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
408 { (exit 1); exit 1; }; }
409 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
411 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
414 eval "enable_$ac_feature='$ac_optarg'" ;;
416 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
417 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
418 |
--exec |
--exe |
--ex)
419 ac_prev
=exec_prefix
;;
420 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
421 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
422 |
--exec=* |
--exe=* |
--ex=*)
423 exec_prefix
=$ac_optarg ;;
425 -gas |
--gas |
--ga |
--g)
426 # Obsolete; use --with-gas.
429 -help |
--help |
--hel |
--he |
-h)
431 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
432 ac_init_help
=recursive
;;
433 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
434 ac_init_help
=short
;;
436 -host |
--host |
--hos |
--ho)
437 ac_prev
=host_alias
;;
438 -host=* |
--host=* |
--hos=* |
--ho=*)
439 host_alias
=$ac_optarg ;;
441 -includedir |
--includedir |
--includedi |
--included |
--include \
442 |
--includ |
--inclu |
--incl |
--inc)
443 ac_prev
=includedir
;;
444 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
445 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
446 includedir
=$ac_optarg ;;
448 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
450 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
451 infodir
=$ac_optarg ;;
453 -libdir |
--libdir |
--libdi |
--libd)
455 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
458 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
459 |
--libexe |
--libex |
--libe)
460 ac_prev
=libexecdir
;;
461 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
462 |
--libexe=* |
--libex=* |
--libe=*)
463 libexecdir
=$ac_optarg ;;
465 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
466 |
--localstate |
--localstat |
--localsta |
--localst \
467 |
--locals |
--local |
--loca |
--loc |
--lo)
468 ac_prev
=localstatedir
;;
469 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
470 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* \
471 |
--locals=* |
--local=* |
--loca=* |
--loc=* |
--lo=*)
472 localstatedir
=$ac_optarg ;;
474 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
476 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
480 # Obsolete; use --without-fp.
483 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
484 |
--no-cr |
--no-c |
-n)
487 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
488 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
491 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
492 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
493 |
--oldin |
--oldi |
--old |
--ol |
--o)
494 ac_prev
=oldincludedir
;;
495 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
496 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
497 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
498 oldincludedir
=$ac_optarg ;;
500 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
502 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
505 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
506 |
--program-pre |
--program-pr |
--program-p)
507 ac_prev
=program_prefix
;;
508 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
509 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
510 program_prefix
=$ac_optarg ;;
512 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
513 |
--program-suf |
--program-su |
--program-s)
514 ac_prev
=program_suffix
;;
515 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
516 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
517 program_suffix
=$ac_optarg ;;
519 -program-transform-name |
--program-transform-name \
520 |
--program-transform-nam |
--program-transform-na \
521 |
--program-transform-n |
--program-transform- \
522 |
--program-transform |
--program-transfor \
523 |
--program-transfo |
--program-transf \
524 |
--program-trans |
--program-tran \
525 |
--progr-tra |
--program-tr |
--program-t)
526 ac_prev
=program_transform_name
;;
527 -program-transform-name=* |
--program-transform-name=* \
528 |
--program-transform-nam=* |
--program-transform-na=* \
529 |
--program-transform-n=* |
--program-transform-=* \
530 |
--program-transform=* |
--program-transfor=* \
531 |
--program-transfo=* |
--program-transf=* \
532 |
--program-trans=* |
--program-tran=* \
533 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
534 program_transform_name
=$ac_optarg ;;
536 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
537 |
-silent |
--silent |
--silen |
--sile |
--sil)
540 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
542 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
544 sbindir
=$ac_optarg ;;
546 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
547 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
548 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
550 ac_prev
=sharedstatedir
;;
551 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
552 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
553 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
555 sharedstatedir
=$ac_optarg ;;
557 -site |
--site |
--sit)
559 -site=* |
--site=* |
--sit=*)
562 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
564 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
567 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
568 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
569 ac_prev
=sysconfdir
;;
570 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
571 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
572 sysconfdir
=$ac_optarg ;;
574 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
575 ac_prev
=target_alias
;;
576 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
577 target_alias
=$ac_optarg ;;
579 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
582 -version |
--version |
--versio |
--versi |
--vers |
-V)
586 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
587 # Reject names that are not valid shell variable names.
588 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
589 { echo "$as_me: error: invalid package name: $ac_package" >&2
590 { (exit 1); exit 1; }; }
591 ac_package
=`echo $ac_package| sed 's/-/_/g'`
593 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
596 eval "with_$ac_package='$ac_optarg'" ;;
598 -without-* |
--without-*)
599 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
600 # Reject names that are not valid shell variable names.
601 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
602 { echo "$as_me: error: invalid package name: $ac_package" >&2
603 { (exit 1); exit 1; }; }
604 ac_package
=`echo $ac_package | sed 's/-/_/g'`
605 eval "with_$ac_package=no" ;;
608 # Obsolete; use --with-x.
611 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
612 |
--x-incl |
--x-inc |
--x-in |
--x-i)
613 ac_prev
=x_includes
;;
614 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
615 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
616 x_includes
=$ac_optarg ;;
618 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
619 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
620 ac_prev
=x_libraries
;;
621 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
622 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
623 x_libraries
=$ac_optarg ;;
625 -*) { echo "$as_me: error: unrecognized option: $ac_option
626 Try \`$0 --help' for more information." >&2
627 { (exit 1); exit 1; }; }
631 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
632 # Reject names that are not valid shell variable names.
633 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
634 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
635 { (exit 1); exit 1; }; }
636 ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
637 eval "$ac_envvar='$ac_optarg'"
641 # FIXME: should be removed in autoconf 3.0.
642 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
643 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
644 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
645 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
651 if test -n "$ac_prev"; then
652 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
653 { echo "$as_me: error: missing argument to $ac_option" >&2
654 { (exit 1); exit 1; }; }
657 # Be sure to have absolute paths.
658 for ac_var
in exec_prefix prefix
660 eval ac_val
=$
`echo $ac_var`
662 [\\/$
]* | ?
:[\\/]* | NONE |
'' ) ;;
663 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
664 { (exit 1); exit 1; }; };;
668 # Be sure to have absolute paths.
669 for ac_var
in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
670 localstatedir libdir includedir oldincludedir infodir mandir
672 eval ac_val
=$
`echo $ac_var`
674 [\\/$
]* | ?
:[\\/]* ) ;;
675 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
676 { (exit 1); exit 1; }; };;
680 # There might be people who depend on the old broken behavior: `$host'
681 # used to hold the argument of --host etc.
682 # FIXME: To remove some day.
687 # FIXME: To remove some day.
688 if test "x$host_alias" != x
; then
689 if test "x$build_alias" = x
; then
690 cross_compiling
=maybe
691 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
692 If a cross compiler is detected then cross compile mode will be used." >&2
693 elif test "x$build_alias" != "x$host_alias"; then
699 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
701 test "$silent" = yes && exec 6>/dev
/null
704 # Find the source files, if location was not specified.
705 if test -z "$srcdir"; then
706 ac_srcdir_defaulted
=yes
707 # Try the directory containing this script, then its parent.
708 ac_confdir
=`(dirname "$0") 2>/dev/null ||
709 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
710 X"$0" : 'X\(//\)[^/]' \| \
711 X"$0" : 'X\(//\)$' \| \
712 X"$0" : 'X\(/\)' \| \
713 . : '\(.\)' 2>/dev/null ||
715 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
716 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
717 /^X\(\/\/\)$/{ s//\1/; q; }
718 /^X\(\/\).*/{ s//\1/; q; }
721 if test ! -r $srcdir/$ac_unique_file; then
725 ac_srcdir_defaulted
=no
727 if test ! -r $srcdir/$ac_unique_file; then
728 if test "$ac_srcdir_defaulted" = yes; then
729 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
730 { (exit 1); exit 1; }; }
732 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
733 { (exit 1); exit 1; }; }
736 (cd $srcdir && test -r .
/$ac_unique_file) 2>/dev
/null ||
737 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
738 { (exit 1); exit 1; }; }
739 srcdir
=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
740 ac_env_build_alias_set
=${build_alias+set}
741 ac_env_build_alias_value
=$build_alias
742 ac_cv_env_build_alias_set
=${build_alias+set}
743 ac_cv_env_build_alias_value
=$build_alias
744 ac_env_host_alias_set
=${host_alias+set}
745 ac_env_host_alias_value
=$host_alias
746 ac_cv_env_host_alias_set
=${host_alias+set}
747 ac_cv_env_host_alias_value
=$host_alias
748 ac_env_target_alias_set
=${target_alias+set}
749 ac_env_target_alias_value
=$target_alias
750 ac_cv_env_target_alias_set
=${target_alias+set}
751 ac_cv_env_target_alias_value
=$target_alias
752 ac_env_CC_set
=${CC+set}
754 ac_cv_env_CC_set
=${CC+set}
755 ac_cv_env_CC_value
=$CC
756 ac_env_CFLAGS_set
=${CFLAGS+set}
757 ac_env_CFLAGS_value
=$CFLAGS
758 ac_cv_env_CFLAGS_set
=${CFLAGS+set}
759 ac_cv_env_CFLAGS_value
=$CFLAGS
760 ac_env_LDFLAGS_set
=${LDFLAGS+set}
761 ac_env_LDFLAGS_value
=$LDFLAGS
762 ac_cv_env_LDFLAGS_set
=${LDFLAGS+set}
763 ac_cv_env_LDFLAGS_value
=$LDFLAGS
764 ac_env_CPPFLAGS_set
=${CPPFLAGS+set}
765 ac_env_CPPFLAGS_value
=$CPPFLAGS
766 ac_cv_env_CPPFLAGS_set
=${CPPFLAGS+set}
767 ac_cv_env_CPPFLAGS_value
=$CPPFLAGS
768 ac_env_CPP_set
=${CPP+set}
769 ac_env_CPP_value
=$CPP
770 ac_cv_env_CPP_set
=${CPP+set}
771 ac_cv_env_CPP_value
=$CPP
774 # Report the --help message.
776 if test "$ac_init_help" = "long"; then
777 # Omit some internal or obsolete options to make the list less imposing.
778 # This message is too long to be a string in the A/UX 3.1 sh.
780 \`configure' configures this package to adapt to many kinds of systems.
782 Usage: $0 [OPTION]... [VAR=VALUE]...
784 To assign environment variables (e.g., CC, CFLAGS...), specify them as
785 VAR=VALUE. See below for descriptions of some of the useful variables.
787 Defaults for the options are specified in brackets.
790 -h, --help display this help and exit
791 --help=short display options specific to this package
792 --help=recursive display the short help of all the included packages
793 -V, --version display version information and exit
794 -q, --quiet, --silent do not print \`checking...' messages
795 --cache-file=FILE cache test results in FILE [disabled]
796 -C, --config-cache alias for \`--cache-file=config.cache'
797 -n, --no-create do not create output files
798 --srcdir=DIR find the sources in DIR [configure dir or \`..']
803 Installation directories:
804 --prefix=PREFIX install architecture-independent files in PREFIX
806 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
809 By default, \`make install' will install all the files in
810 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
811 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
812 for instance \`--prefix=\$HOME'.
814 For better control, use the options below.
816 Fine tuning of the installation directories:
817 --bindir=DIR user executables [EPREFIX/bin]
818 --sbindir=DIR system admin executables [EPREFIX/sbin]
819 --libexecdir=DIR program executables [EPREFIX/libexec]
820 --datadir=DIR read-only architecture-independent data [PREFIX/share]
821 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
822 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
823 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
824 --libdir=DIR object code libraries [EPREFIX/lib]
825 --includedir=DIR C header files [PREFIX/include]
826 --oldincludedir=DIR C header files for non-gcc [/usr/include]
827 --infodir=DIR info documentation [PREFIX/info]
828 --mandir=DIR man documentation [PREFIX/man]
834 --build=BUILD configure
for building on BUILD
[guessed
]
835 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
839 if test -n "$ac_init_help"; then
844 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
845 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
846 --enable-maintainer-mode
847 enable make rules and dependencies not useful
848 (and sometimes confusing
) to the casual installer
849 --enable-install-libiberty Install headers
for end users
852 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
853 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
854 --with-target-subdir=SUBDIR Configuring
in a subdirectory
for target
855 --with-build-subdir=SUBDIR Configuring
in a subdirectory
for build
856 --with-cross-host=HOST Configuring with a cross compiler
857 --with-newlib Configuring with newlib
859 Some influential environment variables
:
860 CC C compiler
command
861 CFLAGS C compiler flags
862 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
863 nonstandard directory
<lib dir
>
864 CPPFLAGS C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if you have
865 headers
in a nonstandard directory
<include dir
>
868 Use these variables to override the choices made by
`configure' or to help
869 it to find libraries and programs with nonstandard names/locations.
874 if test "$ac_init_help" = "recursive"; then
875 # If there are subdirs, report their specific --help.
877 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
878 test -d $ac_dir || continue
881 if test "$ac_dir" != .; then
882 ac_dir_suffix=/`echo "$ac_dir" |
sed 's,^\.[\\/],,'`
883 # A "../" for each directory in $ac_dir_suffix.
884 ac_top_builddir=`echo "$ac_dir_suffix" |
sed 's,/[^\\/]*,../,g'`
886 ac_dir_suffix= ac_top_builddir=
890 .) # No --srcdir option. We are building in place.
892 if test -z "$ac_top_builddir"; then
895 ac_top_srcdir=`echo $ac_top_builddir |
sed 's,/$,,'`
897 [\\/]* | ?:[\\/]* ) # Absolute path.
898 ac_srcdir=$srcdir$ac_dir_suffix;
899 ac_top_srcdir=$srcdir ;;
901 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
902 ac_top_srcdir=$ac_top_builddir$srcdir ;;
904 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
906 ac_abs_builddir=`cd "$ac_dir" && cd $ac_builddir && pwd`
907 ac_abs_top_builddir=`cd "$ac_dir" && cd ${ac_top_builddir}.
&& pwd`
908 ac_abs_srcdir=`cd "$ac_dir" && cd $ac_srcdir && pwd`
909 ac_abs_top_srcdir=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
912 # Check for guested configure; otherwise get Cygnus style configure.
913 if test -f $ac_srcdir/configure.gnu; then
915 $SHELL $ac_srcdir/configure.gnu --help=recursive
916 elif test -f $ac_srcdir/configure; then
918 $SHELL $ac_srcdir/configure --help=recursive
919 elif test -f $ac_srcdir/configure.ac ||
920 test -f $ac_srcdir/configure.in; then
924 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
930 test -n "$ac_init_help" && exit 0
931 if $ac_init_version; then
934 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
935 Free Software Foundation, Inc.
936 This configure script is free software; the Free Software Foundation
937 gives unlimited permission to copy, distribute and modify it.
943 This file contains any messages produced by compilers while
944 running configure, to aid debugging if configure makes a mistake.
946 It was created by $as_me, which was
947 generated by GNU Autoconf 2.57. Invocation command line was
958 hostname = `(hostname || uname
-n) 2>/dev
/null |
sed 1q
`
959 uname -m = `(uname
-m) 2>/dev
/null ||
echo unknown
`
960 uname -r = `(uname
-r) 2>/dev
/null ||
echo unknown
`
961 uname -s = `(uname
-s) 2>/dev
/null ||
echo unknown
`
962 uname -v = `(uname
-v) 2>/dev
/null ||
echo unknown
`
964 /usr/bin/uname -p = `(/usr
/bin
/uname
-p) 2>/dev
/null ||
echo unknown
`
965 /bin/uname -X = `(/bin
/uname
-X) 2>/dev
/null ||
echo unknown
`
967 /bin/arch = `(/bin
/arch
) 2>/dev
/null ||
echo unknown
`
968 /usr/bin/arch -k = `(/usr
/bin
/arch
-k) 2>/dev
/null ||
echo unknown
`
969 /usr/convex/getsysinfo = `(/usr
/convex
/getsysinfo
) 2>/dev
/null ||
echo unknown
`
970 hostinfo = `(hostinfo
) 2>/dev
/null ||
echo unknown
`
971 /bin/machine = `(/bin
/machine
) 2>/dev
/null ||
echo unknown
`
972 /usr/bin/oslevel = `(/usr
/bin
/oslevel
) 2>/dev
/null ||
echo unknown
`
973 /bin/universe = `(/bin
/universe
) 2>/dev
/null ||
echo unknown
`
977 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
981 test -z "$as_dir" && as_dir=.
997 # Keep a trace of the command line.
998 # Strip out --no-create and --no-recursion so they do not pile up.
999 # Strip out --silent because we don't want to record it for future runs.
1000 # Also quote any args containing shell meta-characters.
1001 # Make two passes to allow for proper duplicate-argument suppression.
1006 ac_must_keep_next=false
1012 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1013 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1014 | -silent | --silent | --silen | --sile | --sil)
1016 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1017 ac_arg=`echo "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"` ;;
1020 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1022 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1023 if test $ac_must_keep_next = true; then
1024 ac_must_keep_next=false # Got value, back to normal.
1027 *=* | --config-cache | -C | -disable-* | --disable-* \
1028 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1029 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1030 | -with-* | --with-* | -without-* | --without-* | --x)
1031 case "$ac_configure_args0 " in
1032 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1035 -* ) ac_must_keep_next=true ;;
1038 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1039 # Get rid of the leading space.
1045 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1046 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1048 # When interrupted or exit'd, cleanup temporary files, and complete
1049 # config.log. We remove comments because anyway the quotes in there
1050 # would cause problems or look ugly.
1051 # WARNING: Be sure not to use single quotes in there, as some shells,
1052 # such as our DU 5.0 friend, will then `close
' the trap.
1053 trap 'exit_status
=$?
1054 # Save into config.log some information that might help in debugging.
1059 ## ---------------- ##
1060 ## Cache variables. ##
1061 ## ---------------- ##
1064 # The following way of writing the cache mishandles newlines in values,
1067 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1070 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1071 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1075 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1082 ## ----------------- ##
1083 ## Output variables. ##
1084 ## ----------------- ##
1087 for ac_var
in $ac_subst_vars
1089 eval ac_val
=$
`echo $ac_var`
1090 echo "$ac_var='"'"'$ac_val'"'"'"
1094 if test -n "$ac_subst_files"; then
1101 for ac_var
in $ac_subst_files
1103 eval ac_val
=$
`echo $ac_var`
1104 echo "$ac_var='"'"'$ac_val'"'"'"
1109 if test -s confdefs.h
; then
1116 sed "/^$/d" confdefs.h |
sort
1119 test "$ac_signal" != 0 &&
1120 echo "$as_me: caught signal $ac_signal"
1121 echo "$as_me: exit $exit_status"
1123 rm -f core core.
* *.core
&&
1124 rm -rf conftest
* confdefs
* conf$$
* $ac_clean_files &&
1127 for ac_signal in 1 2 13 15; do
1128 trap 'ac_signal
='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1132 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1133 rm -rf conftest* confdefs.h
1134 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1137 # Predefined preprocessor variables.
1139 cat >>confdefs.h <<_ACEOF
1140 #define PACKAGE_NAME "$PACKAGE_NAME"
1144 cat >>confdefs.h <<_ACEOF
1145 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1149 cat >>confdefs.h <<_ACEOF
1150 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1154 cat >>confdefs.h <<_ACEOF
1155 #define PACKAGE_STRING "$PACKAGE_STRING"
1159 cat >>confdefs.h <<_ACEOF
1160 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1164 # Let the site file select an alternate cache file if it wants to.
1165 # Prefer explicitly selected file to automatically selected ones.
1166 if test -z "$CONFIG_SITE"; then
1167 if test "x$prefix" != xNONE; then
1168 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1170 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1173 for ac_site_file in $CONFIG_SITE; do
1174 if test -r "$ac_site_file"; then
1175 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1176 echo "$as_me: loading site script $ac_site_file" >&6;}
1177 sed 's
/^
/|
/' "$ac_site_file" >&5
1182 if test -r "$cache_file"; then
1183 # Some versions of bash will fail to source /dev/null (special
1184 # files actually), so we avoid doing that.
1185 if test -f "$cache_file"; then
1186 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1187 echo "$as_me: loading cache $cache_file" >&6;}
1189 [\\/]* | ?:[\\/]* ) . $cache_file;;
1190 *) . ./$cache_file;;
1194 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1195 echo "$as_me: creating cache $cache_file" >&6;}
1199 # Check that the precious variables saved in the cache have kept the same
1201 ac_cache_corrupted=false
1202 for ac_var in `(set) 2>&1 |
1203 sed -n 's
/^ac_env_\
([a-zA-Z_0-9
]*\
)_set
=.
*/\
1/p
'`; do
1204 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1205 eval ac_new_set=\$ac_env_${ac_var}_set
1206 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1207 eval ac_new_val="\$ac_env_${ac_var}_value"
1208 case $ac_old_set,$ac_new_set in
1210 { echo "$as_me:$LINENO: error: \`$ac_var' was
set to \
`$ac_old_val' in the previous run" >&5
1211 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run
" >&2;}
1212 ac_cache_corrupted=: ;;
1214 { echo "$as_me:$LINENO: error
: \
`$ac_var' was not set in the previous run" >&5
1215 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1216 ac_cache_corrupted=: ;;
1219 if test "x$ac_old_val" != "x$ac_new_val"; then
1220 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run
:" >&5
1221 echo "$as_me: error
: \
`$ac_var' has changed since the previous run:" >&2;}
1222 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1223 echo "$as_me: former value: $ac_old_val" >&2;}
1224 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1225 echo "$as_me: current value: $ac_new_val" >&2;}
1226 ac_cache_corrupted=:
1229 # Pass precious variables to config.status.
1230 if test "$ac_new_set" = set; then
1232 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1233 ac_arg=$ac_var=`echo "$ac_new_val" |
sed "s/'/'\\\\\\\\''/g"` ;;
1234 *) ac_arg=$ac_var=$ac_new_val ;;
1236 case " $ac_configure_args " in
1237 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1238 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1242 if $ac_cache_corrupted; then
1243 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1244 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1245 { { echo "$as_me:$LINENO: error: run \`make distclean
' and/or \`rm $cache_file' and start over
" >&5
1246 echo "$as_me: error
: run \
`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1247 { (exit 1); exit 1; }; }
1251 ac_cpp='$CPP $CPPFLAGS'
1252 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
1253 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
1254 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1275 # This works around the fact that libtool configuration may change LD
1276 # for this particular configuration, but some shells, instead of
1277 # keeping the changes in LD private, export them just because LD is
1278 # exported. We don't use libtool yet
, but some day we might
, so...
1279 ORIGINAL_LD_FOR_MULTILIBS
=$LD
1282 # Check whether --with-target-subdir or --without-target-subdir was given.
1283 if test "${with_target_subdir+set}" = set; then
1284 withval
="$with_target_subdir"
1288 # Check whether --with-build-subdir or --without-build-subdir was given.
1289 if test "${with_build_subdir+set}" = set; then
1290 withval
="$with_build_subdir"
1294 # Check whether --with-cross-host or --without-cross-host was given.
1295 if test "${with_cross_host+set}" = set; then
1296 withval
="$with_cross_host"
1300 # Check whether --with-newlib or --without-newlib was given.
1301 if test "${with_newlib+set}" = set; then
1302 withval
="$with_newlib"
1306 if test "${srcdir}" = "."; then
1307 if test -n "${with_build_subdir}"; then
1308 libiberty_topdir
="${srcdir}/../.."
1310 elif test -z "${with_target_subdir}"; then
1311 libiberty_topdir
="${srcdir}/.."
1313 if test "${with_target_subdir}" != "."; then
1314 libiberty_topdir
="${srcdir}/${with_multisrctop}../.."
1316 libiberty_topdir
="${srcdir}/${with_multisrctop}.."
1320 libiberty_topdir
="${srcdir}/.."
1324 for ac_dir
in $libiberty_topdir $srcdir/$libiberty_topdir; do
1325 if test -f $ac_dir/install-sh
; then
1327 ac_install_sh
="$ac_aux_dir/install-sh -c"
1329 elif test -f $ac_dir/install.sh
; then
1331 ac_install_sh
="$ac_aux_dir/install.sh -c"
1333 elif test -f $ac_dir/shtool
; then
1335 ac_install_sh
="$ac_aux_dir/shtool install -c"
1339 if test -z "$ac_aux_dir"; then
1340 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $libiberty_topdir $srcdir/$libiberty_topdir" >&5
1341 echo "$as_me: error: cannot find install-sh or install.sh in $libiberty_topdir $srcdir/$libiberty_topdir" >&2;}
1342 { (exit 1); exit 1; }; }
1344 ac_config_guess
="$SHELL $ac_aux_dir/config.guess"
1345 ac_config_sub
="$SHELL $ac_aux_dir/config.sub"
1346 ac_configure
="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1350 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
1351 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
1352 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1353 if test "${enable_maintainer_mode+set}" = set; then
1354 enableval
="$enable_maintainer_mode"
1355 maintainer_mode
=$enableval
1360 echo "$as_me:$LINENO: result: $maintainer_mode" >&5
1361 echo "${ECHO_T}$maintainer_mode" >&6
1363 if test "$maintainer_mode" = "yes"; then
1371 # Do we have a single-tree copy of texinfo? Even if we do, we can't
1372 # rely on it - libiberty is built before texinfo.
1373 # Extract the first word of "makeinfo", so it can be a program name with args.
1374 set dummy makeinfo
; ac_word
=$2
1375 echo "$as_me:$LINENO: checking for $ac_word" >&5
1376 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1377 if test "${ac_cv_prog_MAKEINFO+set}" = set; then
1378 echo $ECHO_N "(cached) $ECHO_C" >&6
1380 if test -n "$MAKEINFO"; then
1381 ac_cv_prog_MAKEINFO
="$MAKEINFO" # Let the user override the test.
1383 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1387 test -z "$as_dir" && as_dir
=.
1388 for ac_exec_ext
in '' $ac_executable_extensions; do
1389 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1390 ac_cv_prog_MAKEINFO
="makeinfo"
1391 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1399 MAKEINFO
=$ac_cv_prog_MAKEINFO
1400 if test -n "$MAKEINFO"; then
1401 echo "$as_me:$LINENO: result: $MAKEINFO" >&5
1402 echo "${ECHO_T}$MAKEINFO" >&6
1404 echo "$as_me:$LINENO: result: no" >&5
1405 echo "${ECHO_T}no" >&6
1408 if test "x$MAKEINFO" = "x"; then
1409 MAKEINFO
="@echo makeinfo missing; true"
1414 */missing\ makeinfo
*)
1416 { echo "$as_me:$LINENO: WARNING:
1417 *** Makeinfo is missing. Info documentation will not be built." >&5
1418 echo "$as_me: WARNING:
1419 *** Makeinfo is missing. Info documentation will not be built." >&2;}
1422 case x
"`$MAKEINFO --version | grep 'GNU texinfo'`" in
1424 MAKEINFO
="@echo $MAKEINFO is too old, 4.0 or newer required; true"
1426 { echo "$as_me:$LINENO: WARNING:
1427 *** Makeinfo is too old. Info documentation will not be built." >&5
1428 echo "$as_me: WARNING:
1429 *** Makeinfo is too old. Info documentation will not be built." >&2;}
1438 # Extract the first word of "perl", so it can be a program name with args.
1439 set dummy perl
; ac_word
=$2
1440 echo "$as_me:$LINENO: checking for $ac_word" >&5
1441 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1442 if test "${ac_cv_prog_PERL+set}" = set; then
1443 echo $ECHO_N "(cached) $ECHO_C" >&6
1445 if test -n "$PERL"; then
1446 ac_cv_prog_PERL
="$PERL" # Let the user override the test.
1448 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1452 test -z "$as_dir" && as_dir
=.
1453 for ac_exec_ext
in '' $ac_executable_extensions; do
1454 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1455 ac_cv_prog_PERL
="perl"
1456 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1464 PERL
=$ac_cv_prog_PERL
1465 if test -n "$PERL"; then
1466 echo "$as_me:$LINENO: result: $PERL" >&5
1467 echo "${ECHO_T}$PERL" >&6
1469 echo "$as_me:$LINENO: result: no" >&5
1470 echo "${ECHO_T}no" >&6
1473 if test x
"$PERL" = x
""; then
1480 # Make sure we can run config.sub.
1481 $ac_config_sub sun4
>/dev
/null
2>&1 ||
1482 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1483 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1484 { (exit 1); exit 1; }; }
1486 echo "$as_me:$LINENO: checking build system type" >&5
1487 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1488 if test "${ac_cv_build+set}" = set; then
1489 echo $ECHO_N "(cached) $ECHO_C" >&6
1491 ac_cv_build_alias
=$build_alias
1492 test -z "$ac_cv_build_alias" &&
1493 ac_cv_build_alias
=`$ac_config_guess`
1494 test -z "$ac_cv_build_alias" &&
1495 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1496 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1497 { (exit 1); exit 1; }; }
1498 ac_cv_build
=`$ac_config_sub $ac_cv_build_alias` ||
1499 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1500 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1501 { (exit 1); exit 1; }; }
1504 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1505 echo "${ECHO_T}$ac_cv_build" >&6
1507 build_cpu
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1508 build_vendor
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1509 build_os
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1512 echo "$as_me:$LINENO: checking host system type" >&5
1513 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1514 if test "${ac_cv_host+set}" = set; then
1515 echo $ECHO_N "(cached) $ECHO_C" >&6
1517 ac_cv_host_alias
=$host_alias
1518 test -z "$ac_cv_host_alias" &&
1519 ac_cv_host_alias
=$ac_cv_build_alias
1520 ac_cv_host
=`$ac_config_sub $ac_cv_host_alias` ||
1521 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1522 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1523 { (exit 1); exit 1; }; }
1526 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1527 echo "${ECHO_T}$ac_cv_host" >&6
1529 host_cpu
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1530 host_vendor
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1531 host_os
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1536 if test -n "$ac_tool_prefix"; then
1537 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
1538 set dummy
${ac_tool_prefix}ar; ac_word
=$2
1539 echo "$as_me:$LINENO: checking for $ac_word" >&5
1540 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1541 if test "${ac_cv_prog_AR+set}" = set; then
1542 echo $ECHO_N "(cached) $ECHO_C" >&6
1544 if test -n "$AR"; then
1545 ac_cv_prog_AR
="$AR" # Let the user override the test.
1547 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1551 test -z "$as_dir" && as_dir
=.
1552 for ac_exec_ext
in '' $ac_executable_extensions; do
1553 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1554 ac_cv_prog_AR
="${ac_tool_prefix}ar"
1555 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1564 if test -n "$AR"; then
1565 echo "$as_me:$LINENO: result: $AR" >&5
1566 echo "${ECHO_T}$AR" >&6
1568 echo "$as_me:$LINENO: result: no" >&5
1569 echo "${ECHO_T}no" >&6
1573 if test -z "$ac_cv_prog_AR"; then
1575 # Extract the first word of "ar", so it can be a program name with args.
1576 set dummy
ar; ac_word
=$2
1577 echo "$as_me:$LINENO: checking for $ac_word" >&5
1578 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1579 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
1580 echo $ECHO_N "(cached) $ECHO_C" >&6
1582 if test -n "$ac_ct_AR"; then
1583 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
1585 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1589 test -z "$as_dir" && as_dir
=.
1590 for ac_exec_ext
in '' $ac_executable_extensions; do
1591 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1592 ac_cv_prog_ac_ct_AR
="ar"
1593 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1601 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
1602 if test -n "$ac_ct_AR"; then
1603 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
1604 echo "${ECHO_T}$ac_ct_AR" >&6
1606 echo "$as_me:$LINENO: result: no" >&5
1607 echo "${ECHO_T}no" >&6
1615 if test -n "$ac_tool_prefix"; then
1616 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
1617 set dummy
${ac_tool_prefix}ranlib
; 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_RANLIB+set}" = set; then
1621 echo $ECHO_N "(cached) $ECHO_C" >&6
1623 if test -n "$RANLIB"; then
1624 ac_cv_prog_RANLIB
="$RANLIB" # 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_RANLIB
="${ac_tool_prefix}ranlib"
1634 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1642 RANLIB
=$ac_cv_prog_RANLIB
1643 if test -n "$RANLIB"; then
1644 echo "$as_me:$LINENO: result: $RANLIB" >&5
1645 echo "${ECHO_T}$RANLIB" >&6
1647 echo "$as_me:$LINENO: result: no" >&5
1648 echo "${ECHO_T}no" >&6
1652 if test -z "$ac_cv_prog_RANLIB"; then
1653 ac_ct_RANLIB
=$RANLIB
1654 # Extract the first word of "ranlib", so it can be a program name with args.
1655 set dummy ranlib
; 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_RANLIB+set}" = set; then
1659 echo $ECHO_N "(cached) $ECHO_C" >&6
1661 if test -n "$ac_ct_RANLIB"; then
1662 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # 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_RANLIB
="ranlib"
1672 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1678 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
1681 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
1682 if test -n "$ac_ct_RANLIB"; then
1683 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
1684 echo "${ECHO_T}$ac_ct_RANLIB" >&6
1686 echo "$as_me:$LINENO: result: no" >&5
1687 echo "${ECHO_T}no" >&6
1690 RANLIB
=$ac_ct_RANLIB
1692 RANLIB
="$ac_cv_prog_RANLIB"
1698 ac_cpp
='$CPP $CPPFLAGS'
1699 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1700 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1701 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1702 if test -n "$ac_tool_prefix"; then
1703 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1704 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
1705 echo "$as_me:$LINENO: checking for $ac_word" >&5
1706 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1707 if test "${ac_cv_prog_CC+set}" = set; then
1708 echo $ECHO_N "(cached) $ECHO_C" >&6
1710 if test -n "$CC"; then
1711 ac_cv_prog_CC
="$CC" # Let the user override the test.
1713 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1717 test -z "$as_dir" && as_dir
=.
1718 for ac_exec_ext
in '' $ac_executable_extensions; do
1719 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1720 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
1721 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1730 if test -n "$CC"; then
1731 echo "$as_me:$LINENO: result: $CC" >&5
1732 echo "${ECHO_T}$CC" >&6
1734 echo "$as_me:$LINENO: result: no" >&5
1735 echo "${ECHO_T}no" >&6
1739 if test -z "$ac_cv_prog_CC"; then
1741 # Extract the first word of "gcc", so it can be a program name with args.
1742 set dummy gcc
; ac_word
=$2
1743 echo "$as_me:$LINENO: checking for $ac_word" >&5
1744 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1745 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1746 echo $ECHO_N "(cached) $ECHO_C" >&6
1748 if test -n "$ac_ct_CC"; then
1749 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
1751 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1755 test -z "$as_dir" && as_dir
=.
1756 for ac_exec_ext
in '' $ac_executable_extensions; do
1757 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1758 ac_cv_prog_ac_ct_CC
="gcc"
1759 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1767 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
1768 if test -n "$ac_ct_CC"; then
1769 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1770 echo "${ECHO_T}$ac_ct_CC" >&6
1772 echo "$as_me:$LINENO: result: no" >&5
1773 echo "${ECHO_T}no" >&6
1781 if test -z "$CC"; then
1782 if test -n "$ac_tool_prefix"; then
1783 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1784 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
1785 echo "$as_me:$LINENO: checking for $ac_word" >&5
1786 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1787 if test "${ac_cv_prog_CC+set}" = set; then
1788 echo $ECHO_N "(cached) $ECHO_C" >&6
1790 if test -n "$CC"; then
1791 ac_cv_prog_CC
="$CC" # Let the user override the test.
1793 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1797 test -z "$as_dir" && as_dir
=.
1798 for ac_exec_ext
in '' $ac_executable_extensions; do
1799 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1800 ac_cv_prog_CC
="${ac_tool_prefix}cc"
1801 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1810 if test -n "$CC"; then
1811 echo "$as_me:$LINENO: result: $CC" >&5
1812 echo "${ECHO_T}$CC" >&6
1814 echo "$as_me:$LINENO: result: no" >&5
1815 echo "${ECHO_T}no" >&6
1819 if test -z "$ac_cv_prog_CC"; then
1821 # Extract the first word of "cc", so it can be a program name with args.
1822 set dummy cc
; ac_word
=$2
1823 echo "$as_me:$LINENO: checking for $ac_word" >&5
1824 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1825 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1826 echo $ECHO_N "(cached) $ECHO_C" >&6
1828 if test -n "$ac_ct_CC"; then
1829 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
1831 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1835 test -z "$as_dir" && as_dir
=.
1836 for ac_exec_ext
in '' $ac_executable_extensions; do
1837 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1838 ac_cv_prog_ac_ct_CC
="cc"
1839 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1847 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
1848 if test -n "$ac_ct_CC"; then
1849 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1850 echo "${ECHO_T}$ac_ct_CC" >&6
1852 echo "$as_me:$LINENO: result: no" >&5
1853 echo "${ECHO_T}no" >&6
1862 if test -z "$CC"; then
1863 # Extract the first word of "cc", so it can be a program name with args.
1864 set dummy cc
; ac_word
=$2
1865 echo "$as_me:$LINENO: checking for $ac_word" >&5
1866 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1867 if test "${ac_cv_prog_CC+set}" = set; then
1868 echo $ECHO_N "(cached) $ECHO_C" >&6
1870 if test -n "$CC"; then
1871 ac_cv_prog_CC
="$CC" # Let the user override the test.
1874 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1878 test -z "$as_dir" && as_dir
=.
1879 for ac_exec_ext
in '' $ac_executable_extensions; do
1880 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1881 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1882 ac_prog_rejected
=yes
1886 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1892 if test $ac_prog_rejected = yes; then
1893 # We found a bogon in the path, so make sure we never use it.
1894 set dummy
$ac_cv_prog_CC
1896 if test $# != 0; then
1897 # We chose a different compiler from the bogus one.
1898 # However, it has the same basename, so the bogon will be chosen
1899 # first if we set CC to just the basename; use the full file name.
1901 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
1907 if test -n "$CC"; then
1908 echo "$as_me:$LINENO: result: $CC" >&5
1909 echo "${ECHO_T}$CC" >&6
1911 echo "$as_me:$LINENO: result: no" >&5
1912 echo "${ECHO_T}no" >&6
1916 if test -z "$CC"; then
1917 if test -n "$ac_tool_prefix"; then
1920 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1921 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
1922 echo "$as_me:$LINENO: checking for $ac_word" >&5
1923 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1924 if test "${ac_cv_prog_CC+set}" = set; then
1925 echo $ECHO_N "(cached) $ECHO_C" >&6
1927 if test -n "$CC"; then
1928 ac_cv_prog_CC
="$CC" # Let the user override the test.
1930 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1934 test -z "$as_dir" && as_dir
=.
1935 for ac_exec_ext
in '' $ac_executable_extensions; do
1936 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1937 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
1938 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1947 if test -n "$CC"; then
1948 echo "$as_me:$LINENO: result: $CC" >&5
1949 echo "${ECHO_T}$CC" >&6
1951 echo "$as_me:$LINENO: result: no" >&5
1952 echo "${ECHO_T}no" >&6
1955 test -n "$CC" && break
1958 if test -z "$CC"; then
1962 # Extract the first word of "$ac_prog", so it can be a program name with args.
1963 set dummy
$ac_prog; ac_word
=$2
1964 echo "$as_me:$LINENO: checking for $ac_word" >&5
1965 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1966 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1967 echo $ECHO_N "(cached) $ECHO_C" >&6
1969 if test -n "$ac_ct_CC"; then
1970 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
1972 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1976 test -z "$as_dir" && as_dir
=.
1977 for ac_exec_ext
in '' $ac_executable_extensions; do
1978 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1979 ac_cv_prog_ac_ct_CC
="$ac_prog"
1980 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1988 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
1989 if test -n "$ac_ct_CC"; then
1990 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1991 echo "${ECHO_T}$ac_ct_CC" >&6
1993 echo "$as_me:$LINENO: result: no" >&5
1994 echo "${ECHO_T}no" >&6
1997 test -n "$ac_ct_CC" && break
2006 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2007 See \`config.log' for more details." >&5
2008 echo "$as_me: error: no acceptable C compiler found in \$PATH
2009 See \`config.log' for more details." >&2;}
2010 { (exit 1); exit 1; }; }
2012 # Provide some information about the compiler.
2013 echo "$as_me:$LINENO:" \
2014 "checking for C compiler version" >&5
2015 ac_compiler
=`set X $ac_compile; echo $2`
2016 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2017 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
2019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2020 (exit $ac_status); }
2021 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2022 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
2024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2025 (exit $ac_status); }
2026 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2027 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
2029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2030 (exit $ac_status); }
2032 cat >conftest.
$ac_ext <<_ACEOF
2033 #line $LINENO "configure"
2036 cat confdefs.h
>>conftest.
$ac_ext
2037 cat >>conftest.
$ac_ext <<_ACEOF
2038 /* end confdefs.h. */
2049 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2050 (eval $ac_link) 2>&5
2052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2053 (exit $ac_status); }; then
2059 if test x
$gcc_no_link = xyes
; then
2060 # Setting cross_compile will disable run tests; it will
2061 # also disable AC_CHECK_FILE but that's generally
2062 # correct if we can't link.
2066 cat >conftest.
$ac_ext <<_ACEOF
2067 #line $LINENO "configure"
2070 cat confdefs.h
>>conftest.
$ac_ext
2071 cat >>conftest.
$ac_ext <<_ACEOF
2072 /* end confdefs.h. */
2082 ac_clean_files_save
=$ac_clean_files
2083 ac_clean_files
="$ac_clean_files a.out a.exe b.out"
2084 # Try to create an executable without -o first, disregard a.out.
2085 # It will help us diagnose broken compilers, and finding out an intuition
2087 echo "$as_me:$LINENO: checking for C compiler default output" >&5
2088 echo $ECHO_N "checking for C compiler default output... $ECHO_C" >&6
2089 ac_link_default
=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2090 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2091 (eval $ac_link_default) 2>&5
2093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2094 (exit $ac_status); }; then
2095 # Find the output, starting from the most likely. This scheme is
2096 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
2099 # Be careful to initialize this variable, since it used to be cached.
2100 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2102 # b.out is created by i960 compilers.
2103 for ac_file
in a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
2105 test -f "$ac_file" ||
continue
2107 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
)
2110 # This is the source file.
2113 # We found the default executable, but exeext='' is most
2117 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2118 # FIXME: I believe we export ac_cv_exeext for Libtool,
2119 # but it would be cool to find out if it's true. Does anybody
2120 # maintain Libtool? --akim.
2128 echo "$as_me: failed program was:" >&5
2129 sed 's/^/| /' conftest.
$ac_ext >&5
2131 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2132 See \`config.log' for more details." >&5
2133 echo "$as_me: error: C compiler cannot create executables
2134 See \`config.log' for more details." >&2;}
2135 { (exit 77); exit 77; }; }
2138 ac_exeext
=$ac_cv_exeext
2139 echo "$as_me:$LINENO: result: $ac_file" >&5
2140 echo "${ECHO_T}$ac_file" >&6
2142 # Check the compiler produces executables we can run. If not, either
2143 # the compiler is broken, or we cross compile.
2144 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2145 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2146 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2147 # If not cross compiling, check that we can run a simple program.
2148 if test "$cross_compiling" != yes; then
2149 if { ac_try
='./$ac_file'
2150 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2154 (exit $ac_status); }; }; then
2157 if test "$cross_compiling" = maybe
; then
2160 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2161 If you meant to cross compile, use \`--host'.
2162 See \`config.log' for more details." >&5
2163 echo "$as_me: error: cannot run C compiled programs.
2164 If you meant to cross compile, use \`--host'.
2165 See \`config.log' for more details." >&2;}
2166 { (exit 1); exit 1; }; }
2170 echo "$as_me:$LINENO: result: yes" >&5
2171 echo "${ECHO_T}yes" >&6
2173 rm -f a.out a.exe conftest
$ac_cv_exeext b.out
2174 ac_clean_files
=$ac_clean_files_save
2175 # Check the compiler produces executables we can run. If not, either
2176 # the compiler is broken, or we cross compile.
2177 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2178 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2179 echo "$as_me:$LINENO: result: $cross_compiling" >&5
2180 echo "${ECHO_T}$cross_compiling" >&6
2182 echo "$as_me:$LINENO: checking for suffix of executables" >&5
2183 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2184 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2185 (eval $ac_link) 2>&5
2187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2188 (exit $ac_status); }; then
2189 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2190 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2191 # work properly (i.e., refer to `conftest.exe'), while it won't with
2193 for ac_file
in conftest.exe conftest conftest.
*; do
2194 test -f "$ac_file" ||
continue
2196 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
) ;;
2197 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2204 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2205 See \`config.log' for more details." >&5
2206 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2207 See \`config.log' for more details." >&2;}
2208 { (exit 1); exit 1; }; }
2211 rm -f conftest
$ac_cv_exeext
2212 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2213 echo "${ECHO_T}$ac_cv_exeext" >&6
2215 rm -f conftest.
$ac_ext
2216 EXEEXT
=$ac_cv_exeext
2219 echo "$as_me:$LINENO: checking for suffix of object files" >&5
2220 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2221 if test "${ac_cv_objext+set}" = set; then
2222 echo $ECHO_N "(cached) $ECHO_C" >&6
2224 cat >conftest.
$ac_ext <<_ACEOF
2225 #line $LINENO "configure"
2228 cat confdefs.h
>>conftest.
$ac_ext
2229 cat >>conftest.
$ac_ext <<_ACEOF
2230 /* end confdefs.h. */
2240 rm -f conftest.o conftest.obj
2241 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2242 (eval $ac_compile) 2>&5
2244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2245 (exit $ac_status); }; then
2246 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2248 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg
) ;;
2249 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
2254 echo "$as_me: failed program was:" >&5
2255 sed 's/^/| /' conftest.
$ac_ext >&5
2257 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2258 See \`config.log' for more details." >&5
2259 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2260 See \`config.log' for more details." >&2;}
2261 { (exit 1); exit 1; }; }
2264 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
2266 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2267 echo "${ECHO_T}$ac_cv_objext" >&6
2268 OBJEXT
=$ac_cv_objext
2270 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2271 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2272 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2273 echo $ECHO_N "(cached) $ECHO_C" >&6
2275 cat >conftest.
$ac_ext <<_ACEOF
2276 #line $LINENO "configure"
2279 cat confdefs.h
>>conftest.
$ac_ext
2280 cat >>conftest.
$ac_ext <<_ACEOF
2281 /* end confdefs.h. */
2294 rm -f conftest.
$ac_objext
2295 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2296 (eval $ac_compile) 2>&5
2298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2299 (exit $ac_status); } &&
2300 { ac_try
='test -s conftest.$ac_objext'
2301 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2305 (exit $ac_status); }; }; then
2308 echo "$as_me: failed program was:" >&5
2309 sed 's/^/| /' conftest.
$ac_ext >&5
2313 rm -f conftest.
$ac_objext conftest.
$ac_ext
2314 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
2317 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2318 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2319 GCC
=`test $ac_compiler_gnu = yes && echo yes`
2320 ac_test_CFLAGS
=${CFLAGS+set}
2321 ac_save_CFLAGS
=$CFLAGS
2323 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2324 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2325 if test "${ac_cv_prog_cc_g+set}" = set; then
2326 echo $ECHO_N "(cached) $ECHO_C" >&6
2328 cat >conftest.
$ac_ext <<_ACEOF
2329 #line $LINENO "configure"
2332 cat confdefs.h
>>conftest.
$ac_ext
2333 cat >>conftest.
$ac_ext <<_ACEOF
2334 /* end confdefs.h. */
2344 rm -f conftest.
$ac_objext
2345 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2346 (eval $ac_compile) 2>&5
2348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2349 (exit $ac_status); } &&
2350 { ac_try
='test -s conftest.$ac_objext'
2351 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2355 (exit $ac_status); }; }; then
2358 echo "$as_me: failed program was:" >&5
2359 sed 's/^/| /' conftest.
$ac_ext >&5
2363 rm -f conftest.
$ac_objext conftest.
$ac_ext
2365 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2366 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2367 if test "$ac_test_CFLAGS" = set; then
2368 CFLAGS
=$ac_save_CFLAGS
2369 elif test $ac_cv_prog_cc_g = yes; then
2370 if test "$GCC" = yes; then
2376 if test "$GCC" = yes; then
2382 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2383 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2384 if test "${ac_cv_prog_cc_stdc+set}" = set; then
2385 echo $ECHO_N "(cached) $ECHO_C" >&6
2387 ac_cv_prog_cc_stdc
=no
2389 cat >conftest.
$ac_ext <<_ACEOF
2390 #line $LINENO "configure"
2393 cat confdefs.h
>>conftest.
$ac_ext
2394 cat >>conftest.
$ac_ext <<_ACEOF
2395 /* end confdefs.h. */
2398 #include <sys/types.h>
2399 #include <sys/stat.h>
2400 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2401 struct buf { int x; };
2402 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2403 static char *e (p, i)
2409 static char *f (char * (*g) (char **, int), char **p, ...)
2414 s = g (p, va_arg (v,int));
2418 int test (int i, double x);
2419 struct s1 {int (*f) (int a);};
2420 struct s2 {int (*f) (double a);};
2421 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2427 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2432 # Don't try gcc -ansi; that turns off useful extensions and
2433 # breaks some systems' header files.
2434 # AIX -qlanglvl=ansi
2435 # Ultrix and OSF/1 -std1
2436 # HP-UX 10.20 and later -Ae
2437 # HP-UX older versions -Aa -D_HPUX_SOURCE
2438 # SVR4 -Xc -D__EXTENSIONS__
2439 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2441 CC
="$ac_save_CC $ac_arg"
2442 rm -f conftest.
$ac_objext
2443 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2444 (eval $ac_compile) 2>&5
2446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2447 (exit $ac_status); } &&
2448 { ac_try
='test -s conftest.$ac_objext'
2449 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2453 (exit $ac_status); }; }; then
2454 ac_cv_prog_cc_stdc
=$ac_arg
2457 echo "$as_me: failed program was:" >&5
2458 sed 's/^/| /' conftest.
$ac_ext >&5
2461 rm -f conftest.
$ac_objext
2463 rm -f conftest.
$ac_ext conftest.
$ac_objext
2468 case "x$ac_cv_prog_cc_stdc" in
2470 echo "$as_me:$LINENO: result: none needed" >&5
2471 echo "${ECHO_T}none needed" >&6 ;;
2473 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2474 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2475 CC
="$CC $ac_cv_prog_cc_stdc" ;;
2478 # Some people use a C++ compiler to compile C. Since we use `exit',
2479 # in C++ we need to declare it. In case someone uses the same compiler
2480 # for both compiling C and C++ we need to have the C++ compiler decide
2481 # the declaration of exit, since it's the most demanding environment.
2482 cat >conftest.
$ac_ext <<_ACEOF
2487 rm -f conftest.
$ac_objext
2488 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2489 (eval $ac_compile) 2>&5
2491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2492 (exit $ac_status); } &&
2493 { ac_try
='test -s conftest.$ac_objext'
2494 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2498 (exit $ac_status); }; }; then
2499 for ac_declaration
in \
2501 '#include <stdlib.h>' \
2502 'extern "C" void std::exit (int) throw (); using std::exit;' \
2503 'extern "C" void std::exit (int); using std::exit;' \
2504 'extern "C" void exit (int) throw ();' \
2505 'extern "C" void exit (int);' \
2508 cat >conftest.
$ac_ext <<_ACEOF
2509 #line $LINENO "configure"
2512 cat confdefs.h
>>conftest.
$ac_ext
2513 cat >>conftest.
$ac_ext <<_ACEOF
2514 /* end confdefs.h. */
2525 rm -f conftest.
$ac_objext
2526 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2527 (eval $ac_compile) 2>&5
2529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2530 (exit $ac_status); } &&
2531 { ac_try
='test -s conftest.$ac_objext'
2532 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2536 (exit $ac_status); }; }; then
2539 echo "$as_me: failed program was:" >&5
2540 sed 's/^/| /' conftest.
$ac_ext >&5
2544 rm -f conftest.
$ac_objext conftest.
$ac_ext
2545 cat >conftest.
$ac_ext <<_ACEOF
2546 #line $LINENO "configure"
2549 cat confdefs.h
>>conftest.
$ac_ext
2550 cat >>conftest.
$ac_ext <<_ACEOF
2551 /* end confdefs.h. */
2561 rm -f conftest.
$ac_objext
2562 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2563 (eval $ac_compile) 2>&5
2565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2566 (exit $ac_status); } &&
2567 { ac_try
='test -s conftest.$ac_objext'
2568 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2572 (exit $ac_status); }; }; then
2575 echo "$as_me: failed program was:" >&5
2576 sed 's/^/| /' conftest.
$ac_ext >&5
2579 rm -f conftest.
$ac_objext conftest.
$ac_ext
2582 if test -n "$ac_declaration"; then
2583 echo '#ifdef __cplusplus' >>confdefs.h
2584 echo $ac_declaration >>confdefs.h
2585 echo '#endif' >>confdefs.h
2589 echo "$as_me: failed program was:" >&5
2590 sed 's/^/| /' conftest.
$ac_ext >&5
2593 rm -f conftest.
$ac_objext conftest.
$ac_ext
2595 ac_cpp
='$CPP $CPPFLAGS'
2596 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2597 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2598 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2601 ac_cpp
='$CPP $CPPFLAGS'
2602 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2603 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2604 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2605 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
2606 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
2607 # On Suns, sometimes $CPP names a directory.
2608 if test -n "$CPP" && test -d "$CPP"; then
2611 if test -z "$CPP"; then
2612 if test "${ac_cv_prog_CPP+set}" = set; then
2613 echo $ECHO_N "(cached) $ECHO_C" >&6
2615 # Double quotes because CPP needs to be expanded
2616 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
2619 for ac_c_preproc_warn_flag
in '' yes
2621 # Use a header file that comes with gcc, so configuring glibc
2622 # with a fresh cross-compiler works.
2623 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2624 # <limits.h> exists even on freestanding compilers.
2625 # On the NeXT, cc -E runs the code through the compiler's parser,
2626 # not just through cpp. "Syntax error" is here to catch this case.
2627 cat >conftest.
$ac_ext <<_ACEOF
2628 #line $LINENO "configure"
2631 cat confdefs.h
>>conftest.
$ac_ext
2632 cat >>conftest.
$ac_ext <<_ACEOF
2633 /* end confdefs.h. */
2635 # include <limits.h>
2637 # include <assert.h>
2641 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2642 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
2644 grep -v '^ *+' conftest.er1
>conftest.err
2646 cat conftest.err
>&5
2647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2648 (exit $ac_status); } >/dev
/null
; then
2649 if test -s conftest.err
; then
2650 ac_cpp_err
=$ac_c_preproc_warn_flag
2657 if test -z "$ac_cpp_err"; then
2660 echo "$as_me: failed program was:" >&5
2661 sed 's/^/| /' conftest.
$ac_ext >&5
2663 # Broken: fails on valid input.
2666 rm -f conftest.err conftest.
$ac_ext
2668 # OK, works on sane cases. Now check whether non-existent headers
2669 # can be detected and how.
2670 cat >conftest.
$ac_ext <<_ACEOF
2671 #line $LINENO "configure"
2674 cat confdefs.h
>>conftest.
$ac_ext
2675 cat >>conftest.
$ac_ext <<_ACEOF
2676 /* end confdefs.h. */
2677 #include <ac_nonexistent.h>
2679 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2680 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
2682 grep -v '^ *+' conftest.er1
>conftest.err
2684 cat conftest.err
>&5
2685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2686 (exit $ac_status); } >/dev
/null
; then
2687 if test -s conftest.err
; then
2688 ac_cpp_err
=$ac_c_preproc_warn_flag
2695 if test -z "$ac_cpp_err"; then
2696 # Broken: success on invalid input.
2699 echo "$as_me: failed program was:" >&5
2700 sed 's/^/| /' conftest.
$ac_ext >&5
2702 # Passes both tests.
2706 rm -f conftest.err conftest.
$ac_ext
2709 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2710 rm -f conftest.err conftest.
$ac_ext
2711 if $ac_preproc_ok; then
2723 echo "$as_me:$LINENO: result: $CPP" >&5
2724 echo "${ECHO_T}$CPP" >&6
2726 for ac_c_preproc_warn_flag
in '' yes
2728 # Use a header file that comes with gcc, so configuring glibc
2729 # with a fresh cross-compiler works.
2730 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2731 # <limits.h> exists even on freestanding compilers.
2732 # On the NeXT, cc -E runs the code through the compiler's parser,
2733 # not just through cpp. "Syntax error" is here to catch this case.
2734 cat >conftest.
$ac_ext <<_ACEOF
2735 #line $LINENO "configure"
2738 cat confdefs.h
>>conftest.
$ac_ext
2739 cat >>conftest.
$ac_ext <<_ACEOF
2740 /* end confdefs.h. */
2742 # include <limits.h>
2744 # include <assert.h>
2748 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2749 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
2751 grep -v '^ *+' conftest.er1
>conftest.err
2753 cat conftest.err
>&5
2754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2755 (exit $ac_status); } >/dev
/null
; then
2756 if test -s conftest.err
; then
2757 ac_cpp_err
=$ac_c_preproc_warn_flag
2764 if test -z "$ac_cpp_err"; then
2767 echo "$as_me: failed program was:" >&5
2768 sed 's/^/| /' conftest.
$ac_ext >&5
2770 # Broken: fails on valid input.
2773 rm -f conftest.err conftest.
$ac_ext
2775 # OK, works on sane cases. Now check whether non-existent headers
2776 # can be detected and how.
2777 cat >conftest.
$ac_ext <<_ACEOF
2778 #line $LINENO "configure"
2781 cat confdefs.h
>>conftest.
$ac_ext
2782 cat >>conftest.
$ac_ext <<_ACEOF
2783 /* end confdefs.h. */
2784 #include <ac_nonexistent.h>
2786 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2787 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
2789 grep -v '^ *+' conftest.er1
>conftest.err
2791 cat conftest.err
>&5
2792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2793 (exit $ac_status); } >/dev
/null
; then
2794 if test -s conftest.err
; then
2795 ac_cpp_err
=$ac_c_preproc_warn_flag
2802 if test -z "$ac_cpp_err"; then
2803 # Broken: success on invalid input.
2806 echo "$as_me: failed program was:" >&5
2807 sed 's/^/| /' conftest.
$ac_ext >&5
2809 # Passes both tests.
2813 rm -f conftest.err conftest.
$ac_ext
2816 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2817 rm -f conftest.err conftest.
$ac_ext
2818 if $ac_preproc_ok; then
2821 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
2822 See \`config.log' for more details." >&5
2823 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
2824 See \`config.log' for more details." >&2;}
2825 { (exit 1); exit 1; }; }
2829 ac_cpp
='$CPP $CPPFLAGS'
2830 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2831 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2832 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2835 ac_c_preproc_warn_flag
=yes
2837 if test x
$GCC = xyes
; then
2838 ac_libiberty_warn_cflags
='-W -Wall -Wtraditional -pedantic'
2842 if test "x$CC" != xcc
; then
2843 echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5
2844 echo $ECHO_N "checking whether $CC and cc understand -c and -o together... $ECHO_C" >&6
2846 echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5
2847 echo $ECHO_N "checking whether cc understands -c and -o together... $ECHO_C" >&6
2849 set dummy
$CC; ac_cc
=`echo $2 |
2850 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
2851 if eval "test \"\${ac_cv_prog_cc_${ac_cc}_c_o+set}\" = set"; then
2852 echo $ECHO_N "(cached) $ECHO_C" >&6
2854 cat >conftest.
$ac_ext <<_ACEOF
2855 #line $LINENO "configure"
2858 cat confdefs.h
>>conftest.
$ac_ext
2859 cat >>conftest.
$ac_ext <<_ACEOF
2860 /* end confdefs.h. */
2870 # Make sure it works both with $CC and with simple cc.
2871 # We do the test twice because some compilers refuse to overwrite an
2872 # existing .o file with -o, though they will create one.
2873 ac_try
='$CC -c conftest.$ac_ext -o conftest.$ac_objext >&5'
2874 if { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2878 (exit $ac_status); } &&
2879 test -f conftest.
$ac_objext && { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2883 (exit $ac_status); };
2885 eval ac_cv_prog_cc_
${ac_cc}_c_o
=yes
2886 if test "x$CC" != xcc
; then
2887 # Test first that cc exists at all.
2888 if { ac_try
='cc -c conftest.$ac_ext >&5'
2889 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2893 (exit $ac_status); }; }; then
2894 ac_try
='cc -c conftest.$ac_ext -o conftest.$ac_objext >&5'
2895 if { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2899 (exit $ac_status); } &&
2900 test -f conftest.
$ac_objext && { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2904 (exit $ac_status); };
2909 # cc exists but doesn't like -o.
2910 eval ac_cv_prog_cc_
${ac_cc}_c_o
=no
2915 eval ac_cv_prog_cc_
${ac_cc}_c_o
=no
2920 if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" = yes"; then
2921 echo "$as_me:$LINENO: result: yes" >&5
2922 echo "${ECHO_T}yes" >&6
2924 echo "$as_me:$LINENO: result: no" >&5
2925 echo "${ECHO_T}no" >&6
2927 cat >>confdefs.h
<<\_ACEOF
2928 #define NO_MINUS_C_MINUS_O 1
2933 # autoconf is lame and doesn't give us any substitution variable for this.
2934 if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" = no"; then
2935 NO_MINUS_C_MINUS_O
=yes
2937 OUTPUT_OPTION
='-o $@'
2943 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
2944 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
2945 if test "${ac_cv_c_const+set}" = set; then
2946 echo $ECHO_N "(cached) $ECHO_C" >&6
2948 cat >conftest.
$ac_ext <<_ACEOF
2949 #line $LINENO "configure"
2952 cat confdefs.h
>>conftest.
$ac_ext
2953 cat >>conftest.
$ac_ext <<_ACEOF
2954 /* end confdefs.h. */
2959 /* FIXME: Include the comments suggested by Paul. */
2961 /* Ultrix mips cc rejects this. */
2962 typedef int charset[2];
2964 /* SunOS 4.1.1 cc rejects this. */
2965 char const *const *ccp;
2967 /* NEC SVR4.0.2 mips cc rejects this. */
2968 struct point {int x, y;};
2969 static struct point const zero = {0,0};
2970 /* AIX XL C 1.02.0.0 rejects this.
2971 It does not let you subtract one const X* pointer from another in
2972 an arm of an if-expression whose if-part is not a constant
2974 const char *g = "string";
2975 ccp = &g + (g ? g-g : 0);
2976 /* HPUX 7.0 cc rejects these. */
2979 ccp = (char const *const *) p;
2980 { /* SCO 3.2v4 cc rejects this. */
2982 char const *s = 0 ? (char *) 0 : (char const *) 0;
2986 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
2988 const int *foo = &x[0];
2991 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
2992 typedef const int *iptr;
2996 { /* AIX XL C 1.02.0.0 rejects this saying
2997 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
2998 struct s { int j; const int *ap[3]; };
2999 struct s *b; b->j = 5;
3001 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
3010 rm -f conftest.
$ac_objext
3011 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3012 (eval $ac_compile) 2>&5
3014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3015 (exit $ac_status); } &&
3016 { ac_try
='test -s conftest.$ac_objext'
3017 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3021 (exit $ac_status); }; }; then
3024 echo "$as_me: failed program was:" >&5
3025 sed 's/^/| /' conftest.
$ac_ext >&5
3029 rm -f conftest.
$ac_objext conftest.
$ac_ext
3031 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
3032 echo "${ECHO_T}$ac_cv_c_const" >&6
3033 if test $ac_cv_c_const = no
; then
3035 cat >>confdefs.h
<<\_ACEOF
3041 echo "$as_me:$LINENO: checking for inline" >&5
3042 echo $ECHO_N "checking for inline... $ECHO_C" >&6
3043 if test "${ac_cv_c_inline+set}" = set; then
3044 echo $ECHO_N "(cached) $ECHO_C" >&6
3047 for ac_kw
in inline __inline__ __inline
; do
3048 cat >conftest.
$ac_ext <<_ACEOF
3049 #line $LINENO "configure"
3052 cat confdefs.h
>>conftest.
$ac_ext
3053 cat >>conftest.
$ac_ext <<_ACEOF
3054 /* end confdefs.h. */
3057 static $ac_kw foo_t static_foo () {return 0; }
3058 $ac_kw foo_t foo () {return 0; }
3062 rm -f conftest.
$ac_objext
3063 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3064 (eval $ac_compile) 2>&5
3066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3067 (exit $ac_status); } &&
3068 { ac_try
='test -s conftest.$ac_objext'
3069 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3073 (exit $ac_status); }; }; then
3074 ac_cv_c_inline
=$ac_kw; break
3076 echo "$as_me: failed program was:" >&5
3077 sed 's/^/| /' conftest.
$ac_ext >&5
3080 rm -f conftest.
$ac_objext conftest.
$ac_ext
3084 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
3085 echo "${ECHO_T}$ac_cv_c_inline" >&6
3086 case $ac_cv_c_inline in
3089 cat >>confdefs.h
<<\_ACEOF
3093 *) cat >>confdefs.h
<<_ACEOF
3094 #define inline $ac_cv_c_inline
3099 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
3100 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
3101 if test "${ac_cv_c_bigendian+set}" = set; then
3102 echo $ECHO_N "(cached) $ECHO_C" >&6
3104 ac_cv_c_bigendian
=unknown
3105 # See if sys/param.h defines the BYTE_ORDER macro.
3106 cat >conftest.
$ac_ext <<_ACEOF
3107 #line $LINENO "configure"
3110 cat confdefs.h
>>conftest.
$ac_ext
3111 cat >>conftest.
$ac_ext <<_ACEOF
3112 /* end confdefs.h. */
3113 #include <sys/types.h>
3114 #include <sys/param.h>
3119 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
3126 rm -f conftest.
$ac_objext
3127 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3128 (eval $ac_compile) 2>&5
3130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3131 (exit $ac_status); } &&
3132 { ac_try
='test -s conftest.$ac_objext'
3133 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3137 (exit $ac_status); }; }; then
3138 # It does; now see whether it defined to BIG_ENDIAN or not.
3139 cat >conftest.
$ac_ext <<_ACEOF
3140 #line $LINENO "configure"
3143 cat confdefs.h
>>conftest.
$ac_ext
3144 cat >>conftest.
$ac_ext <<_ACEOF
3145 /* end confdefs.h. */
3146 #include <sys/types.h>
3147 #include <sys/param.h>
3152 #if BYTE_ORDER != BIG_ENDIAN
3159 rm -f conftest.
$ac_objext
3160 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3161 (eval $ac_compile) 2>&5
3163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3164 (exit $ac_status); } &&
3165 { ac_try
='test -s conftest.$ac_objext'
3166 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3170 (exit $ac_status); }; }; then
3171 ac_cv_c_bigendian
=yes
3173 echo "$as_me: failed program was:" >&5
3174 sed 's/^/| /' conftest.
$ac_ext >&5
3176 ac_cv_c_bigendian
=no
3178 rm -f conftest.
$ac_objext conftest.
$ac_ext
3180 echo "$as_me: failed program was:" >&5
3181 sed 's/^/| /' conftest.
$ac_ext >&5
3184 rm -f conftest.
$ac_objext conftest.
$ac_ext
3185 if test $ac_cv_c_bigendian = unknown
; then
3186 if test "$cross_compiling" = yes; then
3187 echo $ac_n "cross-compiling... " 2>&6
3189 cat >conftest.
$ac_ext <<_ACEOF
3190 #line $LINENO "configure"
3193 cat confdefs.h
>>conftest.
$ac_ext
3194 cat >>conftest.
$ac_ext <<_ACEOF
3195 /* end confdefs.h. */
3197 /* Are we little or big endian? From Harbison&Steele. */
3201 char c[sizeof (long)];
3204 exit (u.c[sizeof (long) - 1] == 1);
3207 rm -f conftest
$ac_exeext
3208 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3209 (eval $ac_link) 2>&5
3211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3212 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
3213 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3217 (exit $ac_status); }; }; then
3218 ac_cv_c_bigendian
=no
3220 echo "$as_me: program exited with status $ac_status" >&5
3221 echo "$as_me: failed program was:" >&5
3222 sed 's/^/| /' conftest.
$ac_ext >&5
3225 ac_cv_c_bigendian
=yes
3227 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
3231 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
3232 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
3233 if test $ac_cv_c_bigendian = unknown
; then
3234 echo "$as_me:$LINENO: checking to probe for byte ordering" >&5
3235 echo $ECHO_N "checking to probe for byte ordering... $ECHO_C" >&6
3237 cat >conftest.c
<<EOF
3238 short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
3239 short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
3240 void _ascii() { char* s = (char*) ascii_mm; s = (char*) ascii_ii; }
3241 short ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
3242 short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
3243 void _ebcdic() { char* s = (char*) ebcdic_mm; s = (char*) ebcdic_ii; }
3244 int main() { _ascii (); _ebcdic (); return 0; }
3246 if test -f conftest.c
; then
3247 if ${CC-cc} ${CFLAGS} conftest.c
-o conftest.o
&& test -f conftest.o
; then
3248 if test `grep -l BIGenDianSyS conftest.o` ; then
3249 echo $ac_n ' big endian probe OK, ' 1>&6
3250 ac_cv_c_bigendian
=yes
3252 if test `grep -l LiTTleEnDian conftest.o` ; then
3253 echo $ac_n ' little endian probe OK, ' 1>&6
3254 if test $ac_cv_c_bigendian = yes ; then
3255 ac_cv_c_bigendian
=unknown
;
3257 ac_cv_c_bigendian
=no
3260 echo $ac_n 'guessing bigendian ... ' >&6
3263 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
3264 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
3266 if test $ac_cv_c_bigendian = yes; then
3268 cat >>confdefs.h
<<\_ACEOF
3269 #define WORDS_BIGENDIAN 1
3273 cat >>confdefs.h
<<\_ACEOF
3274 #define HOST_WORDS_BIG_ENDIAN 1
3282 cat >>confdefs.h
<<_ACEOF
3283 #define BYTEORDER $BYTEORDER
3286 if test $ac_cv_c_bigendian = unknown
; then
3287 { { echo "$as_me:$LINENO: error: unknown endianess - sorry" >&5
3288 echo "$as_me: error: unknown endianess - sorry" >&2;}
3289 { (exit please pre-set ac_cv_c_bigendian
); exit please pre-set ac_cv_c_bigendian
; }; }
3295 ac_config_headers
="$ac_config_headers config.h:config.in"
3299 # Find a good install program. We prefer a C program (faster),
3300 # so one script is as good as another. But avoid the broken or
3301 # incompatible versions:
3302 # SysV /etc/install, /usr/sbin/install
3303 # SunOS /usr/etc/install
3304 # IRIX /sbin/install
3306 # AmigaOS /C/install, which installs bootblocks on floppy discs
3307 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3308 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3309 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3310 # ./install, which can be erroneously created by make from ./install.sh.
3311 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3312 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
3313 if test -z "$INSTALL"; then
3314 if test "${ac_cv_path_install+set}" = set; then
3315 echo $ECHO_N "(cached) $ECHO_C" >&6
3317 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3321 test -z "$as_dir" && as_dir
=.
3322 # Account for people who put trailing slashes in PATH elements.
3324 .
/ | .
// |
/cC
/* | \
3325 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
3328 # OSF1 and SCO ODT 3.0 have their own names for install.
3329 # Don't use installbsd from OSF since it installs stuff as root
3331 for ac_prog
in ginstall scoinst
install; do
3332 for ac_exec_ext
in '' $ac_executable_extensions; do
3333 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3334 if test $ac_prog = install &&
3335 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
3336 # AIX install. It has an incompatible calling convention.
3338 elif test $ac_prog = install &&
3339 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
3340 # program-specific install script used by HP pwplus--don't use.
3343 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
3355 if test "${ac_cv_path_install+set}" = set; then
3356 INSTALL
=$ac_cv_path_install
3358 # As a last resort, use the slow shell script. We don't cache a
3359 # path for INSTALL within a source directory, because that will
3360 # break other packages using the cache if that directory is
3361 # removed, or if the path is relative.
3362 INSTALL
=$ac_install_sh
3365 echo "$as_me:$LINENO: result: $INSTALL" >&5
3366 echo "${ECHO_T}$INSTALL" >&6
3368 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3369 # It thinks the first close brace ends the variable substitution.
3370 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
3372 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
3374 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
3377 .
${srcdir}/config.table
3378 host_makefile_frag
=${frag}
3381 # It's OK to check for header files. Although the compiler may not be
3382 # able to link anything, it had better be able to at least compile
3407 for ac_header
in sys
/file.h sys
/param.h limits.h stdlib.h malloc.h string.h unistd.h
strings.h sys
/time.h
time.h sys
/resource.h sys
/stat.h sys
/mman.h fcntl.h alloca.h sys
/pstat.h sys
/sysmp.h sys
/sysinfo.h machine
/hal_sysinfo.h sys
/table.h sys
/sysctl.h sys
/systemcfg.h
3409 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3410 echo "$as_me:$LINENO: checking for $ac_header" >&5
3411 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3412 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3413 echo $ECHO_N "(cached) $ECHO_C" >&6
3415 cat >conftest.
$ac_ext <<_ACEOF
3416 #line $LINENO "configure"
3419 cat confdefs.h
>>conftest.
$ac_ext
3420 cat >>conftest.
$ac_ext <<_ACEOF
3421 /* end confdefs.h. */
3422 #include <$ac_header>
3424 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3425 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
3427 grep -v '^ *+' conftest.er1
>conftest.err
3429 cat conftest.err
>&5
3430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3431 (exit $ac_status); } >/dev
/null
; then
3432 if test -s conftest.err
; then
3433 ac_cpp_err
=$ac_c_preproc_warn_flag
3440 if test -z "$ac_cpp_err"; then
3441 eval "$as_ac_Header=yes"
3443 echo "$as_me: failed program was:" >&5
3444 sed 's/^/| /' conftest.
$ac_ext >&5
3446 eval "$as_ac_Header=no"
3448 rm -f conftest.err conftest.
$ac_ext
3450 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3451 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3452 if test `eval echo '${'$as_ac_Header'}'` = yes; then
3453 cat >>confdefs.h
<<_ACEOF
3454 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3460 echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
3461 echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6
3462 if test "${ac_cv_header_sys_wait_h+set}" = set; then
3463 echo $ECHO_N "(cached) $ECHO_C" >&6
3465 cat >conftest.
$ac_ext <<_ACEOF
3466 #line $LINENO "configure"
3469 cat confdefs.h
>>conftest.
$ac_ext
3470 cat >>conftest.
$ac_ext <<_ACEOF
3471 /* end confdefs.h. */
3472 #include <sys/types.h>
3473 #include <sys/wait.h>
3475 # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
3478 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
3486 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
3491 rm -f conftest.
$ac_objext
3492 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3493 (eval $ac_compile) 2>&5
3495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3496 (exit $ac_status); } &&
3497 { ac_try
='test -s conftest.$ac_objext'
3498 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3502 (exit $ac_status); }; }; then
3503 ac_cv_header_sys_wait_h
=yes
3505 echo "$as_me: failed program was:" >&5
3506 sed 's/^/| /' conftest.
$ac_ext >&5
3508 ac_cv_header_sys_wait_h
=no
3510 rm -f conftest.
$ac_objext conftest.
$ac_ext
3512 echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
3513 echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
3514 if test $ac_cv_header_sys_wait_h = yes; then
3516 cat >>confdefs.h
<<\_ACEOF
3517 #define HAVE_SYS_WAIT_H 1
3522 echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
3523 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
3524 if test "${ac_cv_header_time+set}" = set; then
3525 echo $ECHO_N "(cached) $ECHO_C" >&6
3527 cat >conftest.
$ac_ext <<_ACEOF
3528 #line $LINENO "configure"
3531 cat confdefs.h
>>conftest.
$ac_ext
3532 cat >>conftest.
$ac_ext <<_ACEOF
3533 /* end confdefs.h. */
3534 #include <sys/types.h>
3535 #include <sys/time.h>
3541 if ((struct tm *) 0)
3547 rm -f conftest.
$ac_objext
3548 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3549 (eval $ac_compile) 2>&5
3551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3552 (exit $ac_status); } &&
3553 { ac_try
='test -s conftest.$ac_objext'
3554 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3558 (exit $ac_status); }; }; then
3559 ac_cv_header_time
=yes
3561 echo "$as_me: failed program was:" >&5
3562 sed 's/^/| /' conftest.
$ac_ext >&5
3564 ac_cv_header_time
=no
3566 rm -f conftest.
$ac_objext conftest.
$ac_ext
3568 echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
3569 echo "${ECHO_T}$ac_cv_header_time" >&6
3570 if test $ac_cv_header_time = yes; then
3572 cat >>confdefs.h
<<\_ACEOF
3573 #define TIME_WITH_SYS_TIME 1
3579 echo "$as_me:$LINENO: checking whether errno must be declared" >&5
3580 echo $ECHO_N "checking whether errno must be declared... $ECHO_C" >&6
3581 if test "${libiberty_cv_declare_errno+set}" = set; then
3582 echo $ECHO_N "(cached) $ECHO_C" >&6
3584 cat >conftest.
$ac_ext <<_ACEOF
3585 #line $LINENO "configure"
3588 cat confdefs.h
>>conftest.
$ac_ext
3589 cat >>conftest.
$ac_ext <<_ACEOF
3590 /* end confdefs.h. */
3600 rm -f conftest.
$ac_objext
3601 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3602 (eval $ac_compile) 2>&5
3604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3605 (exit $ac_status); } &&
3606 { ac_try
='test -s conftest.$ac_objext'
3607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3611 (exit $ac_status); }; }; then
3612 libiberty_cv_declare_errno
=no
3614 echo "$as_me: failed program was:" >&5
3615 sed 's/^/| /' conftest.
$ac_ext >&5
3617 libiberty_cv_declare_errno
=yes
3619 rm -f conftest.
$ac_objext conftest.
$ac_ext
3621 echo "$as_me:$LINENO: result: $libiberty_cv_declare_errno" >&5
3622 echo "${ECHO_T}$libiberty_cv_declare_errno" >&6
3623 if test $libiberty_cv_declare_errno = yes
3625 cat >>confdefs.h
<<\_ACEOF
3626 #define NEED_DECLARATION_ERRNO 1
3632 echo "$as_me:$LINENO: checking for egrep" >&5
3633 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3634 if test "${ac_cv_prog_egrep+set}" = set; then
3635 echo $ECHO_N "(cached) $ECHO_C" >&6
3637 if echo a |
(grep -E '(a|b)') >/dev
/null
2>&1
3638 then ac_cv_prog_egrep
='grep -E'
3639 else ac_cv_prog_egrep
='egrep'
3642 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
3643 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
3644 EGREP
=$ac_cv_prog_egrep
3647 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
3648 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
3649 if test "${ac_cv_header_stdc+set}" = set; then
3650 echo $ECHO_N "(cached) $ECHO_C" >&6
3652 cat >conftest.
$ac_ext <<_ACEOF
3653 #line $LINENO "configure"
3656 cat confdefs.h
>>conftest.
$ac_ext
3657 cat >>conftest.
$ac_ext <<_ACEOF
3658 /* end confdefs.h. */
3672 rm -f conftest.
$ac_objext
3673 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3674 (eval $ac_compile) 2>&5
3676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3677 (exit $ac_status); } &&
3678 { ac_try
='test -s conftest.$ac_objext'
3679 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3683 (exit $ac_status); }; }; then
3684 ac_cv_header_stdc
=yes
3686 echo "$as_me: failed program was:" >&5
3687 sed 's/^/| /' conftest.
$ac_ext >&5
3689 ac_cv_header_stdc
=no
3691 rm -f conftest.
$ac_objext conftest.
$ac_ext
3693 if test $ac_cv_header_stdc = yes; then
3694 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3695 cat >conftest.
$ac_ext <<_ACEOF
3696 #line $LINENO "configure"
3699 cat confdefs.h
>>conftest.
$ac_ext
3700 cat >>conftest.
$ac_ext <<_ACEOF
3701 /* end confdefs.h. */
3705 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3706 $EGREP "memchr" >/dev
/null
2>&1; then
3709 ac_cv_header_stdc
=no
3715 if test $ac_cv_header_stdc = yes; then
3716 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3717 cat >conftest.
$ac_ext <<_ACEOF
3718 #line $LINENO "configure"
3721 cat confdefs.h
>>conftest.
$ac_ext
3722 cat >>conftest.
$ac_ext <<_ACEOF
3723 /* end confdefs.h. */
3727 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3728 $EGREP "free" >/dev
/null
2>&1; then
3731 ac_cv_header_stdc
=no
3737 if test $ac_cv_header_stdc = yes; then
3738 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3739 if test "$cross_compiling" = yes; then
3742 cat >conftest.
$ac_ext <<_ACEOF
3743 #line $LINENO "configure"
3746 cat confdefs.h
>>conftest.
$ac_ext
3747 cat >>conftest.
$ac_ext <<_ACEOF
3748 /* end confdefs.h. */
3750 #if ((' ' & 0x0FF) == 0x020)
3751 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3752 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3754 # define ISLOWER(c) \
3755 (('a' <= (c) && (c) <= 'i') \
3756 || ('j' <= (c) && (c) <= 'r') \
3757 || ('s' <= (c) && (c) <= 'z'))
3758 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3761 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3766 for (i = 0; i < 256; i++)
3767 if (XOR (islower (i), ISLOWER (i))
3768 || toupper (i) != TOUPPER (i))
3773 rm -f conftest
$ac_exeext
3774 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3775 (eval $ac_link) 2>&5
3777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3778 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
3779 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3783 (exit $ac_status); }; }; then
3786 echo "$as_me: program exited with status $ac_status" >&5
3787 echo "$as_me: failed program was:" >&5
3788 sed 's/^/| /' conftest.
$ac_ext >&5
3791 ac_cv_header_stdc
=no
3793 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
3797 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
3798 echo "${ECHO_T}$ac_cv_header_stdc" >&6
3799 if test $ac_cv_header_stdc = yes; then
3801 cat >>confdefs.h
<<\_ACEOF
3802 #define STDC_HEADERS 1
3807 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
3817 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
3818 inttypes.h stdint.h unistd.h
3820 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3821 echo "$as_me:$LINENO: checking for $ac_header" >&5
3822 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3823 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3824 echo $ECHO_N "(cached) $ECHO_C" >&6
3826 cat >conftest.
$ac_ext <<_ACEOF
3827 #line $LINENO "configure"
3830 cat confdefs.h
>>conftest.
$ac_ext
3831 cat >>conftest.
$ac_ext <<_ACEOF
3832 /* end confdefs.h. */
3833 #include <$ac_header>
3835 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3836 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
3838 grep -v '^ *+' conftest.er1
>conftest.err
3840 cat conftest.err
>&5
3841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3842 (exit $ac_status); } >/dev
/null
; then
3843 if test -s conftest.err
; then
3844 ac_cpp_err
=$ac_c_preproc_warn_flag
3851 if test -z "$ac_cpp_err"; then
3852 eval "$as_ac_Header=yes"
3854 echo "$as_me: failed program was:" >&5
3855 sed 's/^/| /' conftest.
$ac_ext >&5
3857 eval "$as_ac_Header=no"
3859 rm -f conftest.err conftest.
$ac_ext
3861 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3862 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3863 if test `eval echo '${'$as_ac_Header'}'` = yes; then
3864 cat >>confdefs.h
<<_ACEOF
3865 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3872 echo "$as_me:$LINENO: checking for uintptr_t" >&5
3873 echo $ECHO_N "checking for uintptr_t... $ECHO_C" >&6
3874 if test "${ac_cv_type_uintptr_t+set}" = set; then
3875 echo $ECHO_N "(cached) $ECHO_C" >&6
3877 cat >conftest.
$ac_ext <<_ACEOF
3878 #line $LINENO "configure"
3881 cat confdefs.h
>>conftest.
$ac_ext
3882 cat >>conftest.
$ac_ext <<_ACEOF
3883 /* end confdefs.h. */
3884 $ac_includes_default
3888 if ((uintptr_t *) 0)
3890 if (sizeof (uintptr_t))
3896 rm -f conftest.
$ac_objext
3897 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3898 (eval $ac_compile) 2>&5
3900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3901 (exit $ac_status); } &&
3902 { ac_try
='test -s conftest.$ac_objext'
3903 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3907 (exit $ac_status); }; }; then
3908 ac_cv_type_uintptr_t
=yes
3910 echo "$as_me: failed program was:" >&5
3911 sed 's/^/| /' conftest.
$ac_ext >&5
3913 ac_cv_type_uintptr_t
=no
3915 rm -f conftest.
$ac_objext conftest.
$ac_ext
3917 echo "$as_me:$LINENO: result: $ac_cv_type_uintptr_t" >&5
3918 echo "${ECHO_T}$ac_cv_type_uintptr_t" >&6
3919 if test $ac_cv_type_uintptr_t = yes; then
3923 cat >>confdefs.h
<<_ACEOF
3924 #define uintptr_t unsigned long
3929 # Given the above check, we always have uintptr_t or a fallback
3930 # definition. So define HAVE_UINTPTR_T in case any imported code
3933 cat >>confdefs.h
<<\_ACEOF
3934 #define HAVE_UINTPTR_T 1
3938 echo "$as_me:$LINENO: checking for pid_t" >&5
3939 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
3940 if test "${ac_cv_type_pid_t+set}" = set; then
3941 echo $ECHO_N "(cached) $ECHO_C" >&6
3943 cat >conftest.
$ac_ext <<_ACEOF
3944 #line $LINENO "configure"
3947 cat confdefs.h
>>conftest.
$ac_ext
3948 cat >>conftest.
$ac_ext <<_ACEOF
3949 /* end confdefs.h. */
3950 $ac_includes_default
3962 rm -f conftest.
$ac_objext
3963 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3964 (eval $ac_compile) 2>&5
3966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3967 (exit $ac_status); } &&
3968 { ac_try
='test -s conftest.$ac_objext'
3969 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3973 (exit $ac_status); }; }; then
3974 ac_cv_type_pid_t
=yes
3976 echo "$as_me: failed program was:" >&5
3977 sed 's/^/| /' conftest.
$ac_ext >&5
3981 rm -f conftest.
$ac_objext conftest.
$ac_ext
3983 echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
3984 echo "${ECHO_T}$ac_cv_type_pid_t" >&6
3985 if test $ac_cv_type_pid_t = yes; then
3989 cat >>confdefs.h
<<_ACEOF
3996 # This is the list of functions which libiberty will provide if they
3997 # are not available on the host.
4000 funcs
="$funcs atexit"
4001 funcs
="$funcs basename"
4003 funcs
="$funcs bcopy"
4004 funcs
="$funcs bsearch"
4005 funcs
="$funcs bzero"
4006 funcs
="$funcs calloc"
4007 funcs
="$funcs clock"
4009 funcs
="$funcs getcwd"
4010 funcs
="$funcs getpagesize"
4011 funcs
="$funcs index"
4012 funcs
="$funcs insque"
4013 funcs
="$funcs memchr"
4014 funcs
="$funcs memcmp"
4015 funcs
="$funcs memcpy"
4016 funcs
="$funcs memmove"
4017 funcs
="$funcs mempcpy"
4018 funcs
="$funcs memset"
4019 funcs
="$funcs mkstemps"
4020 funcs
="$funcs putenv"
4021 funcs
="$funcs random"
4022 funcs
="$funcs rename"
4023 funcs
="$funcs rindex"
4024 funcs
="$funcs setenv"
4025 funcs
="$funcs snprintf"
4026 funcs
="$funcs sigsetmask"
4027 funcs
="$funcs stpcpy"
4028 funcs
="$funcs stpncpy"
4029 funcs
="$funcs strcasecmp"
4030 funcs
="$funcs strchr"
4031 funcs
="$funcs strdup"
4032 funcs
="$funcs strncasecmp"
4033 funcs
="$funcs strrchr"
4034 funcs
="$funcs strstr"
4035 funcs
="$funcs strtod"
4036 funcs
="$funcs strtol"
4037 funcs
="$funcs strtoul"
4038 funcs
="$funcs tmpnam"
4039 funcs
="$funcs vasprintf"
4040 funcs
="$funcs vfprintf"
4041 funcs
="$funcs vprintf"
4042 funcs
="$funcs vsnprintf"
4043 funcs
="$funcs vsprintf"
4044 funcs
="$funcs waitpid"
4046 # Also in the old function.def file: alloca, vfork, getopt.
4048 vars
="sys_errlist sys_nerr sys_siglist"
4050 checkfuncs
="getrusage on_exit psignal strerror strsignal sysconf times sbrk gettimeofday"
4051 checkfuncs
="$checkfuncs realpath canonicalize_file_name pstat_getstatic pstat_getdynamic sysmp"
4052 checkfuncs
="$checkfuncs getsysinfo table sysctl"
4054 # These are neither executed nor required, but they help keep
4055 # autoheader happy without adding a bunch of text to acconfig.h.
4056 if test "x" = "y"; then
4120 for ac_func
in asprintf atexit
basename bcmp bcopy bsearch bzero calloc
clock \
4121 getcwd getpagesize index insque mkstemps memchr memcmp memcpy \
4122 memmove mempcpy memset putenv random rename rindex sigsetmask \
4123 strcasecmp setenv stpcpy stpncpy strchr strdup strncasecmp strrchr strstr \
4124 strtod strtol strtoul tmpnam vasprintf vfprintf vprintf \
4125 vsprintf waitpid getrusage on_exit psignal strerror strsignal \
4126 sysconf
times sbrk gettimeofday ffs snprintf vsnprintf \
4127 pstat_getstatic pstat_getdynamic sysmp getsysinfo table sysctl \
4128 realpath canonicalize_file_name
4130 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
4131 echo "$as_me:$LINENO: checking for $ac_func" >&5
4132 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
4133 if eval "test \"\${$as_ac_var+set}\" = set"; then
4134 echo $ECHO_N "(cached) $ECHO_C" >&6
4136 if test x
$gcc_no_link = xyes
; then
4137 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
4138 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
4139 { (exit 1); exit 1; }; }
4141 cat >conftest.
$ac_ext <<_ACEOF
4142 #line $LINENO "configure"
4145 cat confdefs.h
>>conftest.
$ac_ext
4146 cat >>conftest.
$ac_ext <<_ACEOF
4147 /* end confdefs.h. */
4148 /* System header to define __stub macros and hopefully few prototypes,
4149 which can conflict with char $ac_func (); below.
4150 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4151 <limits.h> exists even on freestanding compilers. Under hpux,
4152 including <limits.h> includes <sys/time.h> and causes problems
4153 checking for functions defined therein. */
4154 #if defined (__STDC__) && !defined (_HPUX_SOURCE)
4155 # include <limits.h>
4157 # include <assert.h>
4159 /* Override any gcc2 internal prototype to avoid an error. */
4164 /* We use char because int might match the return type of a gcc2
4165 builtin and then its argument prototype would still apply. */
4167 /* The GNU C library defines this for functions which it implements
4168 to always fail with ENOSYS. Some functions are actually named
4169 something starting with __ and the normal name is an alias. */
4170 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4173 char (*f) () = $ac_func;
4182 return f != $ac_func;
4187 rm -f conftest.
$ac_objext conftest
$ac_exeext
4188 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4189 (eval $ac_link) 2>&5
4191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4192 (exit $ac_status); } &&
4193 { ac_try
='test -s conftest$ac_exeext'
4194 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4198 (exit $ac_status); }; }; then
4199 eval "$as_ac_var=yes"
4201 echo "$as_me: failed program was:" >&5
4202 sed 's/^/| /' conftest.
$ac_ext >&5
4204 eval "$as_ac_var=no"
4206 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
4208 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
4209 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
4210 if test `eval echo '${'$as_ac_var'}'` = yes; then
4211 cat >>confdefs.h
<<_ACEOF
4212 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
4219 cat >>confdefs.h
<<\_ACEOF
4220 #define HAVE_SYS_ERRLIST 1
4224 cat >>confdefs.h
<<\_ACEOF
4225 #define HAVE_SYS_NERR 1
4229 cat >>confdefs.h
<<\_ACEOF
4230 #define HAVE_SYS_SIGLIST 1
4235 # For each of these functions, if the host does not provide the
4236 # function we want to put FN.o in LIBOBJS, and if the host does
4237 # provide the function, we want to define HAVE_FN in config.h.
4242 if test -n "${with_target_subdir}"; then
4244 # We are being configured as a target library. AC_REPLACE_FUNCS
4245 # may not work correctly, because the compiler may not be able to
4246 # link executables. Note that we may still be being configured
4249 # If we are being configured for newlib, we know which functions
4250 # newlib provide and which ones we will be expected to provide.
4252 if test "x${with_newlib}" = "xyes"; then
4253 LIBOBJS
="$LIBOBJS asprintf.$ac_objext"
4254 LIBOBJS
="$LIBOBJS basename.$ac_objext"
4255 LIBOBJS
="$LIBOBJS insque.$ac_objext"
4256 LIBOBJS
="$LIBOBJS random.$ac_objext"
4257 LIBOBJS
="$LIBOBJS strdup.$ac_objext"
4258 LIBOBJS
="$LIBOBJS vasprintf.$ac_objext"
4262 asprintf |
basename | insque | random | strdup | vasprintf
)
4265 n
=HAVE_
`echo $f | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4266 cat >>confdefs.h
<<_ACEOF
4274 # newlib doesnt provide any of the variables in $vars, so we
4275 # dont have to check them here.
4277 # Of the functions in $checkfuncs, newlib only has strerror.
4278 cat >> confdefs.h
<<\EOF
4279 #define HAVE_STRERROR 1
4287 # We may wish to install the target headers somewhere.
4288 # Check whether --enable-install-libiberty or --disable-install-libiberty was given.
4289 if test "${enable_install_libiberty+set}" = set; then
4290 enableval
="$enable_install_libiberty"
4291 enable_install_libiberty
=$enableval
4293 enable_install_libiberty
=no
4295 # Option parsed, now set things appropriately.
4296 case x
"$enable_install_libiberty" in
4298 target_header_dir
=libiberty
4304 # This could be sanity-checked in various ways...
4305 target_header_dir
="${enable_install_libiberty}"
4312 # Not a target library, so we set things up to run the test suite.
4313 CHECK
=check-cplus-dem
4321 *-*-cygwin* |
*-*-mingw*)
4322 cat >> confdefs.h
<<\EOF
4323 #define HAVE_SYS_ERRLIST 1
4326 cat >> confdefs.h
<<\EOF
4327 #define HAVE_SYS_NERR 1
4333 if test -z "${setobjs}"; then
4337 # Handle VxWorks configuration specially, since on VxWorks the
4338 # libraries are actually on the target board, not in the file
4340 LIBOBJS
="$LIBOBJS basename.$ac_objext"
4341 LIBOBJS
="$LIBOBJS getpagesize.$ac_objext"
4342 LIBOBJS
="$LIBOBJS insque.$ac_objext"
4343 LIBOBJS
="$LIBOBJS random.$ac_objext"
4344 LIBOBJS
="$LIBOBJS strcasecmp.$ac_objext"
4345 LIBOBJS
="$LIBOBJS strncasecmp.$ac_objext"
4346 LIBOBJS
="$LIBOBJS strdup.$ac_objext"
4347 LIBOBJS
="$LIBOBJS vfork.$ac_objext"
4348 LIBOBJS
="$LIBOBJS waitpid.$ac_objext"
4349 LIBOBJS
="$LIBOBJS vasprintf.$ac_objext"
4352 basename | getpagesize | insque | random | strcasecmp
)
4354 strncasecmp | strdup | vfork | waitpid | vasprintf
)
4357 n
=HAVE_
`echo $f | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
4358 cat >>confdefs.h
<<_ACEOF
4366 # VxWorks doesn't provide any of the variables in $vars, so we
4367 # don't have to check them here.
4369 # Of the functions in $checkfuncs, VxWorks only has strerror.
4370 cat >> confdefs.h
<<\EOF
4371 #define HAVE_STRERROR 1
4381 if test -z "${setobjs}"; then
4386 # The Cygwin library actually uses a couple of files from
4387 # libiberty when it is built. If we are building a native
4388 # Cygwin, and we run the tests, we will appear to have these
4389 # files. However, when we go on to build winsup, we will wind up
4390 # with a library which does not have the files, since they should
4391 # have come from libiberty.
4393 # We handle this by removing the functions the winsup library
4394 # provides from our shell variables, so that they appear to be
4397 # DJ - only if we're *building* cygwin, not just building *with* cygwin
4399 if test -n "${with_target_subdir}"
4401 funcs
="`echo $funcs | sed -e 's/random//'`"
4402 LIBOBJS
="$LIBOBJS random.$ac_objext"
4403 vars
="`echo $vars | sed -e 's/sys_siglist//'`"
4404 checkfuncs
="`echo $checkfuncs | sed -e 's/strsignal//' -e 's/psignal//'`"
4409 # Under mingw32, sys_nerr and sys_errlist exist, but they are
4410 # macros, so the test below won't find them.
4411 libiberty_cv_var_sys_nerr
=yes
4412 libiberty_cv_var_sys_errlist
=yes
4416 # Under some versions of uwin, vfork is notoriously buggy and the test
4417 # can hang configure; on other versions, vfork exists just as a stub.
4418 # FIXME: This should be removed once vfork in uwin's runtime is fixed.
4419 ac_cv_func_vfork_works
=no
4420 # Under uwin 2.0+, sys_nerr and sys_errlist exist, but they are
4421 # macros (actually, these are imported from a DLL, but the end effect
4422 # is the same), so the test below won't find them.
4423 libiberty_cv_var_sys_nerr
=yes
4424 libiberty_cv_var_sys_errlist
=yes
4428 # Under VMS, vfork works very different than on Unix. The standard test
4429 # won't work, and it isn't easily adaptable. It makes more sense to
4431 ac_cv_func_vfork_works
=yes
4436 # We haven't set the list of objects yet. Use the standard autoconf
4437 # tests. This will only work if the compiler works.
4438 echo "$as_me:$LINENO: checking for library containing strerror" >&5
4439 echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
4440 if test "${ac_cv_search_strerror+set}" = set; then
4441 echo $ECHO_N "(cached) $ECHO_C" >&6
4443 ac_func_search_save_LIBS
=$LIBS
4444 ac_cv_search_strerror
=no
4445 if test x
$gcc_no_link = xyes
; then
4446 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
4447 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
4448 { (exit 1); exit 1; }; }
4450 cat >conftest.
$ac_ext <<_ACEOF
4451 #line $LINENO "configure"
4454 cat confdefs.h
>>conftest.
$ac_ext
4455 cat >>conftest.
$ac_ext <<_ACEOF
4456 /* end confdefs.h. */
4458 /* Override any gcc2 internal prototype to avoid an error. */
4462 /* We use char because int might match the return type of a gcc2
4463 builtin and then its argument prototype would still apply. */
4473 rm -f conftest.
$ac_objext conftest
$ac_exeext
4474 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4475 (eval $ac_link) 2>&5
4477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4478 (exit $ac_status); } &&
4479 { ac_try
='test -s conftest$ac_exeext'
4480 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4484 (exit $ac_status); }; }; then
4485 ac_cv_search_strerror
="none required"
4487 echo "$as_me: failed program was:" >&5
4488 sed 's/^/| /' conftest.
$ac_ext >&5
4491 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
4492 if test "$ac_cv_search_strerror" = no
; then
4493 for ac_lib
in cposix
; do
4494 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
4495 if test x
$gcc_no_link = xyes
; then
4496 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
4497 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
4498 { (exit 1); exit 1; }; }
4500 cat >conftest.
$ac_ext <<_ACEOF
4501 #line $LINENO "configure"
4504 cat confdefs.h
>>conftest.
$ac_ext
4505 cat >>conftest.
$ac_ext <<_ACEOF
4506 /* end confdefs.h. */
4508 /* Override any gcc2 internal prototype to avoid an error. */
4512 /* We use char because int might match the return type of a gcc2
4513 builtin and then its argument prototype would still apply. */
4523 rm -f conftest.
$ac_objext conftest
$ac_exeext
4524 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4525 (eval $ac_link) 2>&5
4527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4528 (exit $ac_status); } &&
4529 { ac_try
='test -s conftest$ac_exeext'
4530 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4534 (exit $ac_status); }; }; then
4535 ac_cv_search_strerror
="-l$ac_lib"
4538 echo "$as_me: failed program was:" >&5
4539 sed 's/^/| /' conftest.
$ac_ext >&5
4542 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
4545 LIBS
=$ac_func_search_save_LIBS
4547 echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
4548 echo "${ECHO_T}$ac_cv_search_strerror" >&6
4549 if test "$ac_cv_search_strerror" != no
; then
4550 test "$ac_cv_search_strerror" = "none required" || LIBS
="$ac_cv_search_strerror $LIBS"
4555 for ac_func
in $funcs
4557 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
4558 echo "$as_me:$LINENO: checking for $ac_func" >&5
4559 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
4560 if eval "test \"\${$as_ac_var+set}\" = set"; then
4561 echo $ECHO_N "(cached) $ECHO_C" >&6
4563 if test x
$gcc_no_link = xyes
; then
4564 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
4565 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
4566 { (exit 1); exit 1; }; }
4568 cat >conftest.
$ac_ext <<_ACEOF
4569 #line $LINENO "configure"
4572 cat confdefs.h
>>conftest.
$ac_ext
4573 cat >>conftest.
$ac_ext <<_ACEOF
4574 /* end confdefs.h. */
4575 /* System header to define __stub macros and hopefully few prototypes,
4576 which can conflict with char $ac_func (); below.
4577 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4578 <limits.h> exists even on freestanding compilers. Under hpux,
4579 including <limits.h> includes <sys/time.h> and causes problems
4580 checking for functions defined therein. */
4581 #if defined (__STDC__) && !defined (_HPUX_SOURCE)
4582 # include <limits.h>
4584 # include <assert.h>
4586 /* Override any gcc2 internal prototype to avoid an error. */
4591 /* We use char because int might match the return type of a gcc2
4592 builtin and then its argument prototype would still apply. */
4594 /* The GNU C library defines this for functions which it implements
4595 to always fail with ENOSYS. Some functions are actually named
4596 something starting with __ and the normal name is an alias. */
4597 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4600 char (*f) () = $ac_func;
4609 return f != $ac_func;
4614 rm -f conftest.
$ac_objext conftest
$ac_exeext
4615 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4616 (eval $ac_link) 2>&5
4618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4619 (exit $ac_status); } &&
4620 { ac_try
='test -s conftest$ac_exeext'
4621 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4625 (exit $ac_status); }; }; then
4626 eval "$as_ac_var=yes"
4628 echo "$as_me: failed program was:" >&5
4629 sed 's/^/| /' conftest.
$ac_ext >&5
4631 eval "$as_ac_var=no"
4633 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
4635 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
4636 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
4637 if test `eval echo '${'$as_ac_var'}'` = yes; then
4638 cat >>confdefs.h
<<_ACEOF
4639 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
4643 LIBOBJS
="$LIBOBJS $ac_func.$ac_objext"
4648 echo "$as_me:$LINENO: checking whether alloca needs Cray hooks" >&5
4649 echo $ECHO_N "checking whether alloca needs Cray hooks... $ECHO_C" >&6
4650 if test "${ac_cv_os_cray+set}" = set; then
4651 echo $ECHO_N "(cached) $ECHO_C" >&6
4653 cat >conftest.
$ac_ext <<_ACEOF
4654 #line $LINENO "configure"
4657 cat confdefs.h
>>conftest.
$ac_ext
4658 cat >>conftest.
$ac_ext <<_ACEOF
4659 /* end confdefs.h. */
4660 #if defined(CRAY) && ! defined(CRAY2)
4667 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4668 $EGREP "webecray" >/dev
/null
2>&1; then
4676 echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
4677 echo "${ECHO_T}$ac_cv_os_cray" >&6
4678 if test $ac_cv_os_cray = yes; then
4679 for ac_func
in _getb67 GETB67 getb67
; do
4680 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
4681 echo "$as_me:$LINENO: checking for $ac_func" >&5
4682 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
4683 if eval "test \"\${$as_ac_var+set}\" = set"; then
4684 echo $ECHO_N "(cached) $ECHO_C" >&6
4686 if test x
$gcc_no_link = xyes
; then
4687 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
4688 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
4689 { (exit 1); exit 1; }; }
4691 cat >conftest.
$ac_ext <<_ACEOF
4692 #line $LINENO "configure"
4695 cat confdefs.h
>>conftest.
$ac_ext
4696 cat >>conftest.
$ac_ext <<_ACEOF
4697 /* end confdefs.h. */
4698 /* System header to define __stub macros and hopefully few prototypes,
4699 which can conflict with char $ac_func (); below.
4700 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4701 <limits.h> exists even on freestanding compilers. Under hpux,
4702 including <limits.h> includes <sys/time.h> and causes problems
4703 checking for functions defined therein. */
4704 #if defined (__STDC__) && !defined (_HPUX_SOURCE)
4705 # include <limits.h>
4707 # include <assert.h>
4709 /* Override any gcc2 internal prototype to avoid an error. */
4714 /* We use char because int might match the return type of a gcc2
4715 builtin and then its argument prototype would still apply. */
4717 /* The GNU C library defines this for functions which it implements
4718 to always fail with ENOSYS. Some functions are actually named
4719 something starting with __ and the normal name is an alias. */
4720 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4723 char (*f) () = $ac_func;
4732 return f != $ac_func;
4737 rm -f conftest.
$ac_objext conftest
$ac_exeext
4738 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4739 (eval $ac_link) 2>&5
4741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4742 (exit $ac_status); } &&
4743 { ac_try
='test -s conftest$ac_exeext'
4744 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4748 (exit $ac_status); }; }; then
4749 eval "$as_ac_var=yes"
4751 echo "$as_me: failed program was:" >&5
4752 sed 's/^/| /' conftest.
$ac_ext >&5
4754 eval "$as_ac_var=no"
4756 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
4758 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
4759 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
4760 if test `eval echo '${'$as_ac_var'}'` = yes; then
4762 cat >>confdefs.h
<<_ACEOF
4763 #define CRAY_STACKSEG_END $ac_func
4771 echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
4772 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
4773 if test "${ac_cv_c_stack_direction+set}" = set; then
4774 echo $ECHO_N "(cached) $ECHO_C" >&6
4776 if test "$cross_compiling" = yes; then
4777 ac_cv_c_stack_direction
=0
4779 cat >conftest.
$ac_ext <<_ACEOF
4780 #line $LINENO "configure"
4783 cat confdefs.h
>>conftest.
$ac_ext
4784 cat >>conftest.
$ac_ext <<_ACEOF
4785 /* end confdefs.h. */
4786 find_stack_direction ()
4788 static char *addr = 0;
4793 return find_stack_direction ();
4796 return (&dummy > addr) ? 1 : -1;
4800 exit (find_stack_direction() < 0);
4803 rm -f conftest
$ac_exeext
4804 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4805 (eval $ac_link) 2>&5
4807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4808 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
4809 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4813 (exit $ac_status); }; }; then
4814 ac_cv_c_stack_direction
=1
4816 echo "$as_me: program exited with status $ac_status" >&5
4817 echo "$as_me: failed program was:" >&5
4818 sed 's/^/| /' conftest.
$ac_ext >&5
4821 ac_cv_c_stack_direction
=-1
4823 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
4826 echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
4827 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
4829 cat >>confdefs.h
<<_ACEOF
4830 #define STACK_DIRECTION $ac_cv_c_stack_direction
4836 for ac_header
in unistd.h vfork.h
4838 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4839 echo "$as_me:$LINENO: checking for $ac_header" >&5
4840 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4841 if eval "test \"\${$as_ac_Header+set}\" = set"; then
4842 echo $ECHO_N "(cached) $ECHO_C" >&6
4844 cat >conftest.
$ac_ext <<_ACEOF
4845 #line $LINENO "configure"
4848 cat confdefs.h
>>conftest.
$ac_ext
4849 cat >>conftest.
$ac_ext <<_ACEOF
4850 /* end confdefs.h. */
4851 #include <$ac_header>
4853 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4854 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
4856 grep -v '^ *+' conftest.er1
>conftest.err
4858 cat conftest.err
>&5
4859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4860 (exit $ac_status); } >/dev
/null
; then
4861 if test -s conftest.err
; then
4862 ac_cpp_err
=$ac_c_preproc_warn_flag
4869 if test -z "$ac_cpp_err"; then
4870 eval "$as_ac_Header=yes"
4872 echo "$as_me: failed program was:" >&5
4873 sed 's/^/| /' conftest.
$ac_ext >&5
4875 eval "$as_ac_Header=no"
4877 rm -f conftest.err conftest.
$ac_ext
4879 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4880 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4881 if test `eval echo '${'$as_ac_Header'}'` = yes; then
4882 cat >>confdefs.h
<<_ACEOF
4883 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4891 for ac_func
in fork vfork
4893 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
4894 echo "$as_me:$LINENO: checking for $ac_func" >&5
4895 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
4896 if eval "test \"\${$as_ac_var+set}\" = set"; then
4897 echo $ECHO_N "(cached) $ECHO_C" >&6
4899 if test x
$gcc_no_link = xyes
; then
4900 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
4901 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
4902 { (exit 1); exit 1; }; }
4904 cat >conftest.
$ac_ext <<_ACEOF
4905 #line $LINENO "configure"
4908 cat confdefs.h
>>conftest.
$ac_ext
4909 cat >>conftest.
$ac_ext <<_ACEOF
4910 /* end confdefs.h. */
4911 /* System header to define __stub macros and hopefully few prototypes,
4912 which can conflict with char $ac_func (); below.
4913 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4914 <limits.h> exists even on freestanding compilers. Under hpux,
4915 including <limits.h> includes <sys/time.h> and causes problems
4916 checking for functions defined therein. */
4917 #if defined (__STDC__) && !defined (_HPUX_SOURCE)
4918 # include <limits.h>
4920 # include <assert.h>
4922 /* Override any gcc2 internal prototype to avoid an error. */
4927 /* We use char because int might match the return type of a gcc2
4928 builtin and then its argument prototype would still apply. */
4930 /* The GNU C library defines this for functions which it implements
4931 to always fail with ENOSYS. Some functions are actually named
4932 something starting with __ and the normal name is an alias. */
4933 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4936 char (*f) () = $ac_func;
4945 return f != $ac_func;
4950 rm -f conftest.
$ac_objext conftest
$ac_exeext
4951 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4952 (eval $ac_link) 2>&5
4954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4955 (exit $ac_status); } &&
4956 { ac_try
='test -s conftest$ac_exeext'
4957 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4961 (exit $ac_status); }; }; then
4962 eval "$as_ac_var=yes"
4964 echo "$as_me: failed program was:" >&5
4965 sed 's/^/| /' conftest.
$ac_ext >&5
4967 eval "$as_ac_var=no"
4969 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
4971 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
4972 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
4973 if test `eval echo '${'$as_ac_var'}'` = yes; then
4974 cat >>confdefs.h
<<_ACEOF
4975 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
4981 if test "x$ac_cv_func_fork" = xyes
; then
4982 echo "$as_me:$LINENO: checking for working fork" >&5
4983 echo $ECHO_N "checking for working fork... $ECHO_C" >&6
4984 if test "${ac_cv_func_fork_works+set}" = set; then
4985 echo $ECHO_N "(cached) $ECHO_C" >&6
4987 if test "$cross_compiling" = yes; then
4988 ac_cv_func_fork_works
=cross
4990 cat >conftest.
$ac_ext <<_ACEOF
4991 /* By Ruediger Kuhlmann. */
4992 #include <sys/types.h>
4994 # include <unistd.h>
4996 /* Some systems only have a dummy stub for fork() */
5004 rm -f conftest
$ac_exeext
5005 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5006 (eval $ac_link) 2>&5
5008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5009 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
5010 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5014 (exit $ac_status); }; }; then
5015 ac_cv_func_fork_works
=yes
5017 echo "$as_me: program exited with status $ac_status" >&5
5018 echo "$as_me: failed program was:" >&5
5019 sed 's/^/| /' conftest.
$ac_ext >&5
5022 ac_cv_func_fork_works
=no
5024 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
5027 echo "$as_me:$LINENO: result: $ac_cv_func_fork_works" >&5
5028 echo "${ECHO_T}$ac_cv_func_fork_works" >&6
5031 ac_cv_func_fork_works
=$ac_cv_func_fork
5033 if test "x$ac_cv_func_fork_works" = xcross
; then
5035 *-*-amigaos* |
*-*-msdosdjgpp*)
5036 # Override, as these systems have only a dummy fork() stub
5037 ac_cv_func_fork_works
=no
5040 ac_cv_func_fork_works
=yes
5043 { echo "$as_me:$LINENO: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&5
5044 echo "$as_me: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&2;}
5046 ac_cv_func_vfork_works
=$ac_cv_func_vfork
5047 if test "x$ac_cv_func_vfork" = xyes
; then
5048 echo "$as_me:$LINENO: checking for working vfork" >&5
5049 echo $ECHO_N "checking for working vfork... $ECHO_C" >&6
5050 if test "${ac_cv_func_vfork_works+set}" = set; then
5051 echo $ECHO_N "(cached) $ECHO_C" >&6
5053 if test "$cross_compiling" = yes; then
5054 ac_cv_func_vfork_works
=cross
5056 cat >conftest.
$ac_ext <<_ACEOF
5057 #line $LINENO "configure"
5060 cat confdefs.h
>>conftest.
$ac_ext
5061 cat >>conftest.
$ac_ext <<_ACEOF
5062 /* end confdefs.h. */
5063 /* Thanks to Paul Eggert for this test. */
5066 #include <sys/types.h>
5067 #include <sys/stat.h>
5068 #include <sys/wait.h>
5070 # include <unistd.h>
5075 /* On some sparc systems, changes by the child to local and incoming
5076 argument registers are propagated back to the parent. The compiler
5077 is told about this with #include <vfork.h>, but some compilers
5078 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
5079 static variable whose address is put into a register that is
5080 clobbered by the vfork. */
5083 sparc_address_test (int arg)
5085 sparc_address_test (arg) int arg;
5106 pid_t parent = getpid ();
5109 sparc_address_test (0);
5114 /* Here is another test for sparc vfork register problems. This
5115 test uses lots of local variables, at least as many local
5116 variables as main has allocated so far including compiler
5117 temporaries. 4 locals are enough for gcc 1.40.3 on a Solaris
5118 4.1.3 sparc, but we use 8 to be safe. A buggy compiler should
5119 reuse the register of parent for one of the local variables,
5120 since it will think that parent can't possibly be used any more
5121 in this routine. Assigning to the local variable will thus
5122 munge parent in the parent process. */
5124 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
5125 p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid();
5126 /* Convince the compiler that p..p7 are live; otherwise, it might
5127 use the same hardware register for all 8 local variables. */
5128 if (p != p1 || p != p2 || p != p3 || p != p4
5129 || p != p5 || p != p6 || p != p7)
5132 /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent
5133 from child file descriptors. If the child closes a descriptor
5134 before it execs or exits, this munges the parent's descriptor
5135 as well. Test for this by closing stdout in the child. */
5136 _exit(close(fileno(stdout)) != 0);
5141 while (wait(&status) != child)
5144 /* Was there some problem with vforking? */
5147 /* Did the child fail? (This shouldn't happen.) */
5150 /* Did the vfork/compiler bug occur? */
5151 || parent != getpid()
5153 /* Did the file descriptor bug occur? */
5154 || fstat(fileno(stdout), &st) != 0
5159 rm -f conftest
$ac_exeext
5160 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5161 (eval $ac_link) 2>&5
5163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5164 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
5165 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5169 (exit $ac_status); }; }; then
5170 ac_cv_func_vfork_works
=yes
5172 echo "$as_me: program exited with status $ac_status" >&5
5173 echo "$as_me: failed program was:" >&5
5174 sed 's/^/| /' conftest.
$ac_ext >&5
5177 ac_cv_func_vfork_works
=no
5179 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
5182 echo "$as_me:$LINENO: result: $ac_cv_func_vfork_works" >&5
5183 echo "${ECHO_T}$ac_cv_func_vfork_works" >&6
5186 if test "x$ac_cv_func_fork_works" = xcross
; then
5187 ac_cv_func_vfork_works
=ac_cv_func_vfork
5188 { echo "$as_me:$LINENO: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5
5189 echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;}
5192 if test "x$ac_cv_func_vfork_works" = xyes
; then
5194 cat >>confdefs.h
<<\_ACEOF
5195 #define HAVE_WORKING_VFORK 1
5200 cat >>confdefs.h
<<\_ACEOF
5205 if test "x$ac_cv_func_fork_works" = xyes
; then
5207 cat >>confdefs.h
<<\_ACEOF
5208 #define HAVE_WORKING_FORK 1
5213 if test $ac_cv_func_vfork_works = no
; then
5214 LIBOBJS
="$LIBOBJS vfork.$ac_objext"
5216 # We only need _doprnt if we might use it to implement v*printf.
5217 if test $ac_cv_func_vprintf != yes \
5218 ||
test $ac_cv_func_vfprintf != yes \
5219 ||
test $ac_cv_func_vsprintf != yes; then
5221 for ac_func
in _doprnt
5223 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
5224 echo "$as_me:$LINENO: checking for $ac_func" >&5
5225 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
5226 if eval "test \"\${$as_ac_var+set}\" = set"; then
5227 echo $ECHO_N "(cached) $ECHO_C" >&6
5229 if test x
$gcc_no_link = xyes
; then
5230 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
5231 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
5232 { (exit 1); exit 1; }; }
5234 cat >conftest.
$ac_ext <<_ACEOF
5235 #line $LINENO "configure"
5238 cat confdefs.h
>>conftest.
$ac_ext
5239 cat >>conftest.
$ac_ext <<_ACEOF
5240 /* end confdefs.h. */
5241 /* System header to define __stub macros and hopefully few prototypes,
5242 which can conflict with char $ac_func (); below.
5243 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5244 <limits.h> exists even on freestanding compilers. Under hpux,
5245 including <limits.h> includes <sys/time.h> and causes problems
5246 checking for functions defined therein. */
5247 #if defined (__STDC__) && !defined (_HPUX_SOURCE)
5248 # include <limits.h>
5250 # include <assert.h>
5252 /* Override any gcc2 internal prototype to avoid an error. */
5257 /* We use char because int might match the return type of a gcc2
5258 builtin and then its argument prototype would still apply. */
5260 /* The GNU C library defines this for functions which it implements
5261 to always fail with ENOSYS. Some functions are actually named
5262 something starting with __ and the normal name is an alias. */
5263 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5266 char (*f) () = $ac_func;
5275 return f != $ac_func;
5280 rm -f conftest.
$ac_objext conftest
$ac_exeext
5281 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5282 (eval $ac_link) 2>&5
5284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5285 (exit $ac_status); } &&
5286 { ac_try
='test -s conftest$ac_exeext'
5287 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5291 (exit $ac_status); }; }; then
5292 eval "$as_ac_var=yes"
5294 echo "$as_me: failed program was:" >&5
5295 sed 's/^/| /' conftest.
$ac_ext >&5
5297 eval "$as_ac_var=no"
5299 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
5301 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
5302 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
5303 if test `eval echo '${'$as_ac_var'}'` = yes; then
5304 cat >>confdefs.h
<<_ACEOF
5305 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
5309 LIBOBJS
="$LIBOBJS $ac_func.$ac_objext"
5316 for ac_func
in _doprnt
5318 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
5319 echo "$as_me:$LINENO: checking for $ac_func" >&5
5320 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
5321 if eval "test \"\${$as_ac_var+set}\" = set"; then
5322 echo $ECHO_N "(cached) $ECHO_C" >&6
5324 if test x
$gcc_no_link = xyes
; then
5325 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
5326 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
5327 { (exit 1); exit 1; }; }
5329 cat >conftest.
$ac_ext <<_ACEOF
5330 #line $LINENO "configure"
5333 cat confdefs.h
>>conftest.
$ac_ext
5334 cat >>conftest.
$ac_ext <<_ACEOF
5335 /* end confdefs.h. */
5336 /* System header to define __stub macros and hopefully few prototypes,
5337 which can conflict with char $ac_func (); below.
5338 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5339 <limits.h> exists even on freestanding compilers. Under hpux,
5340 including <limits.h> includes <sys/time.h> and causes problems
5341 checking for functions defined therein. */
5342 #if defined (__STDC__) && !defined (_HPUX_SOURCE)
5343 # include <limits.h>
5345 # include <assert.h>
5347 /* Override any gcc2 internal prototype to avoid an error. */
5352 /* We use char because int might match the return type of a gcc2
5353 builtin and then its argument prototype would still apply. */
5355 /* The GNU C library defines this for functions which it implements
5356 to always fail with ENOSYS. Some functions are actually named
5357 something starting with __ and the normal name is an alias. */
5358 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5361 char (*f) () = $ac_func;
5370 return f != $ac_func;
5375 rm -f conftest.
$ac_objext conftest
$ac_exeext
5376 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5377 (eval $ac_link) 2>&5
5379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5380 (exit $ac_status); } &&
5381 { ac_try
='test -s conftest$ac_exeext'
5382 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5386 (exit $ac_status); }; }; then
5387 eval "$as_ac_var=yes"
5389 echo "$as_me: failed program was:" >&5
5390 sed 's/^/| /' conftest.
$ac_ext >&5
5392 eval "$as_ac_var=no"
5394 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
5396 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
5397 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
5398 if test `eval echo '${'$as_ac_var'}'` = yes; then
5399 cat >>confdefs.h
<<_ACEOF
5400 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
5409 echo "$as_me:$LINENO: checking for $v" >&5
5410 echo $ECHO_N "checking for $v... $ECHO_C" >&6
5411 if eval "test \"\${libiberty_cv_var_$v+set}\" = set"; then
5412 echo $ECHO_N "(cached) $ECHO_C" >&6
5414 if test x
$gcc_no_link = xyes
; then
5415 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
5416 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
5417 { (exit 1); exit 1; }; }
5419 cat >conftest.
$ac_ext <<_ACEOF
5420 #line $LINENO "configure"
5423 cat confdefs.h
>>conftest.
$ac_ext
5424 cat >>conftest.
$ac_ext <<_ACEOF
5425 /* end confdefs.h. */
5430 extern int $v []; p = $v;
5435 rm -f conftest.
$ac_objext conftest
$ac_exeext
5436 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5437 (eval $ac_link) 2>&5
5439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5440 (exit $ac_status); } &&
5441 { ac_try
='test -s conftest$ac_exeext'
5442 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5446 (exit $ac_status); }; }; then
5447 eval "libiberty_cv_var_$v=yes"
5449 echo "$as_me: failed program was:" >&5
5450 sed 's/^/| /' conftest.
$ac_ext >&5
5452 eval "libiberty_cv_var_$v=no"
5454 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
5457 if eval "test \"`echo '$libiberty_cv_var_'$v`\" = yes"; then
5458 echo "$as_me:$LINENO: result: yes" >&5
5459 echo "${ECHO_T}yes" >&6
5460 n
=HAVE_
`echo $v | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5461 cat >>confdefs.h
<<_ACEOF
5466 echo "$as_me:$LINENO: result: no" >&5
5467 echo "${ECHO_T}no" >&6
5471 # special check for _system_configuration because AIX <4.3.2 do not
5472 # contain the `physmem' member.
5473 echo "$as_me:$LINENO: checking for external symbol _system_configuration" >&5
5474 echo $ECHO_N "checking for external symbol _system_configuration... $ECHO_C" >&6
5475 cat >conftest.
$ac_ext <<_ACEOF
5476 #line $LINENO "configure"
5479 cat confdefs.h
>>conftest.
$ac_ext
5480 cat >>conftest.
$ac_ext <<_ACEOF
5481 /* end confdefs.h. */
5482 #include <sys/systemcfg.h>
5486 double x = _system_configuration.physmem;
5491 rm -f conftest.
$ac_objext
5492 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5493 (eval $ac_compile) 2>&5
5495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5496 (exit $ac_status); } &&
5497 { ac_try
='test -s conftest.$ac_objext'
5498 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5502 (exit $ac_status); }; }; then
5503 echo "$as_me:$LINENO: result: yes" >&5
5504 echo "${ECHO_T}yes" >&6
5506 cat >>confdefs.h
<<\_ACEOF
5507 #define HAVE__SYSTEM_CONFIGURATION 1
5511 echo "$as_me: failed program was:" >&5
5512 sed 's/^/| /' conftest.
$ac_ext >&5
5514 echo "$as_me:$LINENO: result: no" >&5
5515 echo "${ECHO_T}no" >&6
5517 rm -f conftest.
$ac_objext conftest.
$ac_ext
5520 for ac_func
in $checkfuncs
5522 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
5523 echo "$as_me:$LINENO: checking for $ac_func" >&5
5524 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
5525 if eval "test \"\${$as_ac_var+set}\" = set"; then
5526 echo $ECHO_N "(cached) $ECHO_C" >&6
5528 if test x
$gcc_no_link = xyes
; then
5529 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
5530 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
5531 { (exit 1); exit 1; }; }
5533 cat >conftest.
$ac_ext <<_ACEOF
5534 #line $LINENO "configure"
5537 cat confdefs.h
>>conftest.
$ac_ext
5538 cat >>conftest.
$ac_ext <<_ACEOF
5539 /* end confdefs.h. */
5540 /* System header to define __stub macros and hopefully few prototypes,
5541 which can conflict with char $ac_func (); below.
5542 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5543 <limits.h> exists even on freestanding compilers. Under hpux,
5544 including <limits.h> includes <sys/time.h> and causes problems
5545 checking for functions defined therein. */
5546 #if defined (__STDC__) && !defined (_HPUX_SOURCE)
5547 # include <limits.h>
5549 # include <assert.h>
5551 /* Override any gcc2 internal prototype to avoid an error. */
5556 /* We use char because int might match the return type of a gcc2
5557 builtin and then its argument prototype would still apply. */
5559 /* The GNU C library defines this for functions which it implements
5560 to always fail with ENOSYS. Some functions are actually named
5561 something starting with __ and the normal name is an alias. */
5562 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5565 char (*f) () = $ac_func;
5574 return f != $ac_func;
5579 rm -f conftest.
$ac_objext conftest
$ac_exeext
5580 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5581 (eval $ac_link) 2>&5
5583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5584 (exit $ac_status); } &&
5585 { ac_try
='test -s conftest$ac_exeext'
5586 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5590 (exit $ac_status); }; }; then
5591 eval "$as_ac_var=yes"
5593 echo "$as_me: failed program was:" >&5
5594 sed 's/^/| /' conftest.
$ac_ext >&5
5596 eval "$as_ac_var=no"
5598 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
5600 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
5601 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
5602 if test `eval echo '${'$as_ac_var'}'` = yes; then
5603 cat >>confdefs.h
<<_ACEOF
5604 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
5610 echo "$as_me:$LINENO: checking whether canonicalize_file_name must be declared" >&5
5611 echo $ECHO_N "checking whether canonicalize_file_name must be declared... $ECHO_C" >&6
5612 if test "${libiberty_cv_decl_needed_canonicalize_file_name+set}" = set; then
5613 echo $ECHO_N "(cached) $ECHO_C" >&6
5615 cat >conftest.
$ac_ext <<_ACEOF
5616 #line $LINENO "configure"
5619 cat confdefs.h
>>conftest.
$ac_ext
5620 cat >>conftest.
$ac_ext <<_ACEOF
5621 /* end confdefs.h. */
5623 #include "confdefs.h"
5625 #ifdef HAVE_STRING_H
5628 #ifdef HAVE_STRINGS_H
5629 #include <strings.h>
5632 #ifdef HAVE_STDLIB_H
5635 #ifdef HAVE_UNISTD_H
5641 char *(*pfn) = (char *(*)) canonicalize_file_name
5646 rm -f conftest.
$ac_objext
5647 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5648 (eval $ac_compile) 2>&5
5650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5651 (exit $ac_status); } &&
5652 { ac_try
='test -s conftest.$ac_objext'
5653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5657 (exit $ac_status); }; }; then
5658 libiberty_cv_decl_needed_canonicalize_file_name
=no
5660 echo "$as_me: failed program was:" >&5
5661 sed 's/^/| /' conftest.
$ac_ext >&5
5663 libiberty_cv_decl_needed_canonicalize_file_name
=yes
5665 rm -f conftest.
$ac_objext conftest.
$ac_ext
5668 echo "$as_me:$LINENO: result: $libiberty_cv_decl_needed_canonicalize_file_name" >&5
5669 echo "${ECHO_T}$libiberty_cv_decl_needed_canonicalize_file_name" >&6
5670 if test $libiberty_cv_decl_needed_canonicalize_file_name = yes; then
5672 cat >>confdefs.h
<<\_ACEOF
5673 #define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1
5680 # Figure out which version of pexecute to use.
5682 *-*-mingw* |
*-*-winnt*) pexecute
=.
/pex-win32.o
;;
5683 *-*-msdosdjgpp*) pexecute
=.
/pex-djgpp.o
;;
5684 *-*-msdos*) pexecute
=.
/pex-msdos.o
;;
5685 *-*-os2-emx*) pexecute
=.
/pex-os2.o
;;
5686 *) pexecute
=.
/pex-unix.o
;;
5690 if test x
$gcc_no_link = xyes
; then
5691 if test "x${ac_cv_func_mmap_fixed_mapped+set}" != xset
; then
5692 ac_cv_func_mmap_fixed_mapped
=no
5695 if test "x${ac_cv_func_mmap_fixed_mapped+set}" != xset
; then
5698 for ac_header
in stdlib.h unistd.h
5700 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5701 echo "$as_me:$LINENO: checking for $ac_header" >&5
5702 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5703 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5704 echo $ECHO_N "(cached) $ECHO_C" >&6
5706 cat >conftest.
$ac_ext <<_ACEOF
5707 #line $LINENO "configure"
5710 cat confdefs.h
>>conftest.
$ac_ext
5711 cat >>conftest.
$ac_ext <<_ACEOF
5712 /* end confdefs.h. */
5713 #include <$ac_header>
5715 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5716 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5718 grep -v '^ *+' conftest.er1
>conftest.err
5720 cat conftest.err
>&5
5721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5722 (exit $ac_status); } >/dev
/null
; then
5723 if test -s conftest.err
; then
5724 ac_cpp_err
=$ac_c_preproc_warn_flag
5731 if test -z "$ac_cpp_err"; then
5732 eval "$as_ac_Header=yes"
5734 echo "$as_me: failed program was:" >&5
5735 sed 's/^/| /' conftest.
$ac_ext >&5
5737 eval "$as_ac_Header=no"
5739 rm -f conftest.err conftest.
$ac_ext
5741 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5742 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5743 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5744 cat >>confdefs.h
<<_ACEOF
5745 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5752 for ac_func
in getpagesize
5754 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
5755 echo "$as_me:$LINENO: checking for $ac_func" >&5
5756 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
5757 if eval "test \"\${$as_ac_var+set}\" = set"; then
5758 echo $ECHO_N "(cached) $ECHO_C" >&6
5760 if test x
$gcc_no_link = xyes
; then
5761 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
5762 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
5763 { (exit 1); exit 1; }; }
5765 cat >conftest.
$ac_ext <<_ACEOF
5766 #line $LINENO "configure"
5769 cat confdefs.h
>>conftest.
$ac_ext
5770 cat >>conftest.
$ac_ext <<_ACEOF
5771 /* end confdefs.h. */
5772 /* System header to define __stub macros and hopefully few prototypes,
5773 which can conflict with char $ac_func (); below.
5774 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5775 <limits.h> exists even on freestanding compilers. Under hpux,
5776 including <limits.h> includes <sys/time.h> and causes problems
5777 checking for functions defined therein. */
5778 #if defined (__STDC__) && !defined (_HPUX_SOURCE)
5779 # include <limits.h>
5781 # include <assert.h>
5783 /* Override any gcc2 internal prototype to avoid an error. */
5788 /* We use char because int might match the return type of a gcc2
5789 builtin and then its argument prototype would still apply. */
5791 /* The GNU C library defines this for functions which it implements
5792 to always fail with ENOSYS. Some functions are actually named
5793 something starting with __ and the normal name is an alias. */
5794 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5797 char (*f) () = $ac_func;
5806 return f != $ac_func;
5811 rm -f conftest.
$ac_objext conftest
$ac_exeext
5812 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5813 (eval $ac_link) 2>&5
5815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5816 (exit $ac_status); } &&
5817 { ac_try
='test -s conftest$ac_exeext'
5818 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5822 (exit $ac_status); }; }; then
5823 eval "$as_ac_var=yes"
5825 echo "$as_me: failed program was:" >&5
5826 sed 's/^/| /' conftest.
$ac_ext >&5
5828 eval "$as_ac_var=no"
5830 rm -f conftest.
$ac_objext conftest
$ac_exeext conftest.
$ac_ext
5832 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
5833 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
5834 if test `eval echo '${'$as_ac_var'}'` = yes; then
5835 cat >>confdefs.h
<<_ACEOF
5836 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
5842 echo "$as_me:$LINENO: checking for working mmap" >&5
5843 echo $ECHO_N "checking for working mmap... $ECHO_C" >&6
5844 if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
5845 echo $ECHO_N "(cached) $ECHO_C" >&6
5847 if test "$cross_compiling" = yes; then
5848 ac_cv_func_mmap_fixed_mapped
=no
5850 cat >conftest.
$ac_ext <<_ACEOF
5851 #line $LINENO "configure"
5854 cat confdefs.h
>>conftest.
$ac_ext
5855 cat >>conftest.
$ac_ext <<_ACEOF
5856 /* end confdefs.h. */
5857 $ac_includes_default
5858 /* malloc might have been renamed as rpl_malloc. */
5861 /* Thanks to Mike Haertel and Jim Avera for this test.
5862 Here is a matrix of mmap possibilities:
5863 mmap private not fixed
5864 mmap private fixed at somewhere currently unmapped
5865 mmap private fixed at somewhere already mapped
5866 mmap shared not fixed
5867 mmap shared fixed at somewhere currently unmapped
5868 mmap shared fixed at somewhere already mapped
5869 For private mappings, we should verify that changes cannot be read()
5870 back from the file, nor mmap's back from the file at a different
5871 address. (There have been systems where private was not correctly
5872 implemented like the infamous i386 svr4.0, and systems where the
5873 VM page cache was not coherent with the file system buffer cache
5874 like early versions of FreeBSD and possibly contemporary NetBSD.)
5875 For shared mappings, we should conversely verify that changes get
5876 propagated back to all the places they're supposed to be.
5878 Grep wants private fixed already mapped.
5879 The main things grep needs to know about mmap are:
5880 * does it exist and is it safe to write into the mmap'd area
5881 * how to use it (BSD variants) */
5884 #include <sys/mman.h>
5886 #if !STDC_HEADERS && !HAVE_STDLIB_H
5890 /* This mess was copied from the GNU getpagesize.h. */
5891 #if !HAVE_GETPAGESIZE
5892 /* Assume that all systems that can run configure have sys/param.h. */
5893 # if !HAVE_SYS_PARAM_H
5894 # define HAVE_SYS_PARAM_H 1
5897 # ifdef _SC_PAGESIZE
5898 # define getpagesize() sysconf(_SC_PAGESIZE)
5899 # else /* no _SC_PAGESIZE */
5900 # if HAVE_SYS_PARAM_H
5901 # include <sys/param.h>
5902 # ifdef EXEC_PAGESIZE
5903 # define getpagesize() EXEC_PAGESIZE
5904 # else /* no EXEC_PAGESIZE */
5906 # define getpagesize() NBPG * CLSIZE
5909 # endif /* no CLSIZE */
5910 # else /* no NBPG */
5912 # define getpagesize() NBPC
5913 # else /* no NBPC */
5915 # define getpagesize() PAGESIZE
5916 # endif /* PAGESIZE */
5917 # endif /* no NBPC */
5918 # endif /* no NBPG */
5919 # endif /* no EXEC_PAGESIZE */
5920 # else /* no HAVE_SYS_PARAM_H */
5921 # define getpagesize() 8192 /* punt totally */
5922 # endif /* no HAVE_SYS_PARAM_H */
5923 # endif /* no _SC_PAGESIZE */
5925 #endif /* no HAVE_GETPAGESIZE */
5930 char *data, *data2, *data3;
5934 pagesize = getpagesize ();
5936 /* First, make a file with some known garbage in it. */
5937 data = (char *) malloc (pagesize);
5940 for (i = 0; i < pagesize; ++i)
5941 *(data + i) = rand ();
5943 fd = creat ("conftest.mmap", 0600);
5946 if (write (fd, data, pagesize) != pagesize)
5950 /* Next, try to mmap the file at a fixed address which already has
5951 something else allocated at it. If we can, also make sure that
5952 we see the same garbage. */
5953 fd = open ("conftest.mmap", O_RDWR);
5956 data2 = (char *) malloc (2 * pagesize);
5959 data2 += (pagesize - ((int) data2 & (pagesize - 1))) & (pagesize - 1);
5960 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
5961 MAP_PRIVATE | MAP_FIXED, fd, 0L))
5963 for (i = 0; i < pagesize; ++i)
5964 if (*(data + i) != *(data2 + i))
5967 /* Finally, make sure that changes to the mapped area do not
5968 percolate back to the file as seen by read(). (This is a bug on
5969 some variants of i386 svr4.0.) */
5970 for (i = 0; i < pagesize; ++i)
5971 *(data2 + i) = *(data2 + i) + 1;
5972 data3 = (char *) malloc (pagesize);
5975 if (read (fd, data3, pagesize) != pagesize)
5977 for (i = 0; i < pagesize; ++i)
5978 if (*(data + i) != *(data3 + i))
5984 rm -f conftest
$ac_exeext
5985 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5986 (eval $ac_link) 2>&5
5988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5989 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
5990 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5994 (exit $ac_status); }; }; then
5995 ac_cv_func_mmap_fixed_mapped
=yes
5997 echo "$as_me: program exited with status $ac_status" >&5
5998 echo "$as_me: failed program was:" >&5
5999 sed 's/^/| /' conftest.
$ac_ext >&5
6002 ac_cv_func_mmap_fixed_mapped
=no
6004 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
6007 echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5
6008 echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6
6009 if test $ac_cv_func_mmap_fixed_mapped = yes; then
6011 cat >>confdefs.h
<<\_ACEOF
6020 echo "$as_me:$LINENO: checking for working strncmp" >&5
6021 echo $ECHO_N "checking for working strncmp... $ECHO_C" >&6
6022 if test "${ac_cv_func_strncmp_works+set}" = set; then
6023 echo $ECHO_N "(cached) $ECHO_C" >&6
6025 if test "$cross_compiling" = yes; then
6026 ac_cv_func_strncmp_works
=no
6028 cat >conftest.
$ac_ext <<_ACEOF
6029 #line $LINENO "configure"
6032 cat confdefs.h
>>conftest.
$ac_ext
6033 cat >>conftest.
$ac_ext <<_ACEOF
6034 /* end confdefs.h. */
6036 /* Test by Jim Wilson and Kaveh Ghazi.
6037 Check whether strncmp reads past the end of its string parameters. */
6038 #include <sys/types.h>
6044 #ifdef HAVE_SYS_MMAN_H
6045 #include <sys/mman.h>
6049 #ifdef MAP_ANONYMOUS
6050 #define MAP_ANON MAP_ANONYMOUS
6052 #define MAP_ANON MAP_FILE
6063 #define MAP_LEN 0x10000
6067 #if defined(HAVE_MMAP) || defined(HAVE_MMAP_ANYWHERE)
6071 dev_zero = open ("/dev/zero", O_RDONLY);
6075 p = (char *) mmap (0, MAP_LEN, PROT_READ|PROT_WRITE,
6076 MAP_ANON|MAP_PRIVATE, dev_zero, 0);
6077 if (p == (char *)-1)
6078 p = (char *) mmap (0, MAP_LEN, PROT_READ|PROT_WRITE,
6079 MAP_ANON|MAP_PRIVATE, -1, 0);
6080 if (p == (char *)-1)
6084 char *string = "__si_type_info";
6085 char *q = (char *) p + MAP_LEN - strlen (string) - 2;
6086 char *r = (char *) p + 0xe;
6092 #endif /* HAVE_MMAP || HAVE_MMAP_ANYWHERE */
6097 rm -f conftest
$ac_exeext
6098 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6099 (eval $ac_link) 2>&5
6101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6102 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
6103 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6107 (exit $ac_status); }; }; then
6108 ac_cv_func_strncmp_works
=yes
6110 echo "$as_me: program exited with status $ac_status" >&5
6111 echo "$as_me: failed program was:" >&5
6112 sed 's/^/| /' conftest.
$ac_ext >&5
6115 ac_cv_func_strncmp_works
=no
6117 rm -f core core.
* *.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
6119 rm -f core core.
* *.core
6121 echo "$as_me:$LINENO: result: $ac_cv_func_strncmp_works" >&5
6122 echo "${ECHO_T}$ac_cv_func_strncmp_works" >&6
6123 if test $ac_cv_func_strncmp_works = no
; then
6124 LIBOBJS
="$LIBOBJS strncmp.$ac_objext"
6128 # Install a library built with a cross compiler in $(tooldir) rather
6130 if test -z "${with_cross_host}"; then
6133 INSTALL_DEST
=tooldir
6139 for l
in x
$LIBOBJS; do
6147 # We need multilib support, but only if configuring for the target.
6148 ac_config_files
="$ac_config_files Makefile testsuite/Makefile"
6149 ac_config_commands
="$ac_config_commands default"
6150 cat >confcache
<<\_ACEOF
6151 # This file is a shell script that caches the results of configure
6152 # tests run on this system so they can be shared between configure
6153 # scripts and configure runs, see configure's option --config-cache.
6154 # It is not useful on other systems. If it contains results you don't
6155 # want to keep, you may remove or edit it.
6157 # config.status only pays attention to the cache file if you give it
6158 # the --recheck option to rerun configure.
6160 # `ac_cv_env_foo' variables (set or unset) will be overridden when
6161 # loading this file, other *unset* `ac_cv_foo' will be assigned the
6166 # The following way of writing the cache mishandles newlines in values,
6167 # but we know of no workaround that is simple, portable, and efficient.
6168 # So, don't put newlines in cache variables' values.
6169 # Ultrix sh set writes to stderr and can't be redirected directly,
6170 # and sets the high bit in the cache file unless we assign to the vars.
6173 case `(ac_space=' '; set | grep ac_space) 2>&1` in
6175 # `set' does not quote correctly, so add quotes (double-quote
6176 # substitution turns \\\\ into \\, and sed turns \\ into \).
6179 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
6182 # `set' quotes correctly as required by POSIX, so do not add quotes.
6184 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
6191 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
6193 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
6195 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
6196 if test -w $cache_file; then
6197 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
6198 cat confcache
>$cache_file
6200 echo "not updating unwritable cache $cache_file"
6205 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
6206 # Let make expand exec_prefix.
6207 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
6209 # VPATH may cause trouble with some makes, so we remove $(srcdir),
6210 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
6211 # trailing colons and then remove the whole line if VPATH becomes empty
6212 # (actually we leave an empty line to preserve line numbers).
6213 if test "x$srcdir" = x.
; then
6214 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
6215 s/:*\$(srcdir):*/:/;
6216 s/:*\${srcdir}:*/:/;
6218 s/^\([^=]*=[ ]*\):*/\1/;
6224 DEFS
=-DHAVE_CONFIG_H
6228 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
6229 # 1. Remove the extension, and $U if already installed.
6230 ac_i
=`echo "$ac_i" |
6231 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
6233 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
6234 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
6238 LTLIBOBJS
=$ac_ltlibobjs
6242 : ${CONFIG_STATUS=./config.status}
6243 ac_clean_files_save
=$ac_clean_files
6244 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
6245 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
6246 echo "$as_me: creating $CONFIG_STATUS" >&6;}
6247 cat >$CONFIG_STATUS <<_ACEOF
6249 # Generated by $as_me.
6250 # Run this file to recreate the current configuration.
6251 # Compiler output produced by configure, useful for debugging
6252 # configure, is in config.log if it exists.
6257 SHELL=\${CONFIG_SHELL-$SHELL}
6260 cat >>$CONFIG_STATUS <<\_ACEOF
6261 ## --------------------- ##
6262 ## M4sh Initialization. ##
6263 ## --------------------- ##
6265 # Be Bourne compatible
6266 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
6269 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
6270 # is contrary to our usage. Disable this feature.
6271 alias -g '${1+"$@"}'='"$@"'
6272 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
6276 # Support unset when possible.
6277 if (FOO
=FOO
; unset FOO
) >/dev
/null
2>&1; then
6284 # Work around bugs in pre-3.0 UWIN ksh.
6285 $as_unset ENV MAIL MAILPATH
6292 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
6293 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
6294 LC_TELEPHONE LC_TIME
6296 if (set +x
; test -n "`(eval $as_var=C; export $as_var) 2>&1`"); then
6297 eval $as_var=C
; export $as_var
6303 # Required to use basename.
6304 if expr a
: '\(a\)' >/dev
/null
2>&1; then
6310 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
6311 as_basename
=basename
6317 # Name of the executable.
6318 as_me
=`$as_basename "$0" ||
6319 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
6320 X"$0" : 'X\(//\)$' \| \
6321 X"$0" : 'X\(/\)$' \| \
6322 . : '\(.\)' 2>/dev/null ||
6324 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
6325 /^X\/\(\/\/\)$/{ s//\1/; q; }
6326 /^X\/\(\/\).*/{ s//\1/; q; }
6330 # PATH needs CR, and LINENO needs CR and PATH.
6331 # Avoid depending upon Character Ranges.
6332 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
6333 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
6334 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
6335 as_cr_digits
='0123456789'
6336 as_cr_alnum
=$as_cr_Letters$as_cr_digits
6338 # The user is always right.
6339 if test "${PATH_SEPARATOR+set}" != set; then
6340 echo "#! /bin/sh" >conf$$.sh
6341 echo "exit 0" >>conf$$.sh
6343 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
6354 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
6355 test "x$as_lineno_1" != "x$as_lineno_2" &&
6356 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
6357 # Find who we are. Look in the path if we contain no path at all
6360 *[\\/]* ) as_myself
=$0 ;;
6361 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6365 test -z "$as_dir" && as_dir
=.
6366 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
6371 # We did not find ourselves, most probably we were run as `sh COMMAND'
6372 # in which case we are not to be found in the path.
6373 if test "x$as_myself" = x
; then
6376 if test ! -f "$as_myself"; then
6377 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
6378 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
6379 { (exit 1); exit 1; }; }
6381 case $CONFIG_SHELL in
6383 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
6384 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
6387 test -z "$as_dir" && as_dir
=.
6388 for as_base
in sh bash ksh sh5
; do
6391 if ("$as_dir/$as_base" -c '
6394 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
6395 test "x$as_lineno_1" != "x$as_lineno_2" &&
6396 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
6397 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
6398 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
6399 CONFIG_SHELL
=$as_dir/$as_base
6401 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
6409 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
6410 # uniformly replaced by the line number. The first 'sed' inserts a
6411 # line-number line before each line; the second 'sed' does the real
6412 # work. The second script uses 'N' to pair each line-number line
6413 # with the numbered line, and appends trailing '-' during
6414 # substitution so that $LINENO is not a special case at line end.
6415 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
6416 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
6417 sed '=' <$as_myself |
6422 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
6425 s,^['$as_cr_digits']*\n,,
6427 chmod +x
$as_me.lineno ||
6428 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
6429 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
6430 { (exit 1); exit 1; }; }
6432 # Don't try to exec as it changes $[0], causing all sort of problems
6433 # (the dirname of $[0] is not the place where we might find the
6434 # original and so on. Autoconf is especially sensible to this).
6436 # Exit status is that of the last command.
6441 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
6442 *c
*,-n*) ECHO_N
= ECHO_C
='
6444 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
6445 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
6448 if expr a
: '\(a\)' >/dev
/null
2>&1; then
6454 rm -f conf$$ conf$$.exe conf$$.
file
6456 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
6457 # We could just check for DJGPP; but this test a) works b) is more generic
6458 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
6459 if test -f conf$$.exe
; then
6460 # Don't use ln at all; we don't have any links
6465 elif ln conf$$.
file conf$$
2>/dev
/null
; then
6470 rm -f conf$$ conf$$.exe conf$$.
file
6472 if mkdir
-p .
2>/dev
/null
; then
6478 as_executable_p
="test -f"
6480 # Sed expression to map a string onto a valid CPP name.
6481 as_tr_cpp
="sed y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g"
6483 # Sed expression to map a string onto a valid variable name.
6484 as_tr_sh
="sed y%*+%pp%;s%[^_$as_cr_alnum]%_%g"
6488 # We need space, tab and new line, in precisely that order.
6498 # Open the log real soon, to keep \$[0] and so on meaningful, and to
6499 # report actual input values of CONFIG_FILES etc. instead of their
6500 # values after options handling. Logging --version etc. is OK.
6504 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
6505 ## Running $as_me. ##
6510 This file was extended by $as_me, which was
6511 generated by GNU Autoconf 2.57. Invocation command line was
6513 CONFIG_FILES = $CONFIG_FILES
6514 CONFIG_HEADERS = $CONFIG_HEADERS
6515 CONFIG_LINKS = $CONFIG_LINKS
6516 CONFIG_COMMANDS = $CONFIG_COMMANDS
6520 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
6524 # Files that config.status was made for.
6525 if test -n "$ac_config_files"; then
6526 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
6529 if test -n "$ac_config_headers"; then
6530 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
6533 if test -n "$ac_config_links"; then
6534 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
6537 if test -n "$ac_config_commands"; then
6538 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
6541 cat >>$CONFIG_STATUS <<\_ACEOF
6544 \`$as_me' instantiates files from templates according to the
6545 current configuration.
6547 Usage: $0 [OPTIONS] [FILE]...
6549 -h, --help print this help, then exit
6550 -V, --version print version number, then exit
6551 -q, --quiet do not print progress messages
6552 -d, --debug don't remove temporary files
6553 --recheck update $as_me by reconfiguring in the same conditions
6554 --file=FILE[:TEMPLATE]
6555 instantiate the configuration file FILE
6556 --header=FILE[:TEMPLATE]
6557 instantiate the configuration header FILE
6559 Configuration files:
6562 Configuration headers:
6565 Configuration commands:
6568 Report bugs to <bug-autoconf@gnu.org>."
6571 cat >>$CONFIG_STATUS <<_ACEOF
6574 configured by $0, generated by GNU Autoconf 2.57,
6575 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
6577 Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001
6578 Free Software Foundation, Inc.
6579 This config.status script is free software; the Free Software Foundation
6580 gives unlimited permission to copy, distribute and modify it."
6585 cat >>$CONFIG_STATUS <<\_ACEOF
6586 # If no file are specified by the user, then we need to provide default
6587 # value. By we need to know if files were specified by the user.
6593 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
6594 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
6602 *) # This is not an option, so the user has probably given explicit
6605 ac_need_defaults
=false
;;
6609 # Handling of the options.
6611 cat >>$CONFIG_STATUS <<\_ACEOF
6612 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
6614 --version |
--vers* |
-V )
6615 echo "$ac_cs_version"; exit 0 ;;
6617 # Conflict between --help and --header
6618 { { echo "$as_me:$LINENO: error: ambiguous option: $1
6619 Try \`$0 --help' for more information." >&5
6620 echo "$as_me: error: ambiguous option: $1
6621 Try \`$0 --help' for more information." >&2;}
6622 { (exit 1); exit 1; }; };;
6623 --help |
--hel |
-h )
6624 echo "$ac_cs_usage"; exit 0 ;;
6625 --debug |
--d* |
-d )
6627 --file |
--fil |
--fi |
--f )
6629 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
6630 ac_need_defaults
=false
;;
6631 --header |
--heade |
--head |
--hea )
6633 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
6634 ac_need_defaults
=false
;;
6635 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
6636 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
6640 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
6641 Try \`$0 --help' for more information." >&5
6642 echo "$as_me: error: unrecognized option: $1
6643 Try \`$0 --help' for more information." >&2;}
6644 { (exit 1); exit 1; }; } ;;
6646 *) ac_config_targets
="$ac_config_targets $1" ;;
6652 ac_configure_extra_args
=
6654 if $ac_cs_silent; then
6656 ac_configure_extra_args
="$ac_configure_extra_args --silent"
6660 cat >>$CONFIG_STATUS <<_ACEOF
6661 if \$ac_cs_recheck; then
6662 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
6663 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
6668 cat >>$CONFIG_STATUS <<_ACEOF
6670 # INIT-COMMANDS section.
6676 with_target_subdir=${with_target_subdir}
6677 with_build_subdir=${with_build_subdir}
6678 with_multisubdir=${with_multisubdir}
6679 ac_configure_args="--enable-multilib ${ac_configure_args}"
6680 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
6681 ORIGINAL_LD_FOR_MULTILIBS="${ORIGINAL_LD_FOR_MULTILIBS}"
6682 libiberty_topdir=${libiberty_topdir}
6689 cat >>$CONFIG_STATUS <<\_ACEOF
6690 for ac_config_target
in $ac_config_targets
6692 case "$ac_config_target" in
6693 # Handling of arguments.
6694 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
6695 "testsuite/Makefile" ) CONFIG_FILES
="$CONFIG_FILES testsuite/Makefile" ;;
6696 "default" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS default" ;;
6697 "config.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS config.h:config.in" ;;
6698 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
6699 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
6700 { (exit 1); exit 1; }; };;
6704 # If the user did not use the arguments to specify the items to instantiate,
6705 # then the envvar interface is used. Set only those that are not.
6706 # We use the long form for the default assignment because of an extremely
6707 # bizarre bug on SunOS 4.1.3.
6708 if $ac_need_defaults; then
6709 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
6710 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
6711 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
6714 # Have a temporary directory for convenience. Make it in the build tree
6715 # simply because there is no reason to put it here, and in addition,
6716 # creating and moving files from /tmp can sometimes cause problems.
6717 # Create a temporary directory, and hook for its removal unless debugging.
6720 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
6721 trap '{ (exit 1); exit 1; }' 1 2 13 15
6724 # Create a (secure) tmp directory for tmp files.
6727 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
6728 test -n "$tmp" && test -d "$tmp"
6731 tmp
=.
/confstat$$
-$RANDOM
6732 (umask 077 && mkdir
$tmp)
6735 echo "$me: cannot create a temporary directory in ." >&2
6736 { (exit 1); exit 1; }
6741 cat >>$CONFIG_STATUS <<_ACEOF
6744 # CONFIG_FILES section.
6747 # No need to generate the scripts if there are no CONFIG_FILES.
6748 # This happens for instance when ./config.status config.h
6749 if test -n "\$CONFIG_FILES"; then
6750 # Protect against being on the right side of a sed subst in config.status.
6751 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
6752 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
6753 s,@SHELL@,$SHELL,;t t
6754 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
6755 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
6756 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
6757 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
6758 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
6759 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
6760 s,@exec_prefix@,$exec_prefix,;t t
6761 s,@prefix@,$prefix,;t t
6762 s,@program_transform_name@,$program_transform_name,;t t
6763 s,@bindir@,$bindir,;t t
6764 s,@sbindir@,$sbindir,;t t
6765 s,@libexecdir@,$libexecdir,;t t
6766 s,@datadir@,$datadir,;t t
6767 s,@sysconfdir@,$sysconfdir,;t t
6768 s,@sharedstatedir@,$sharedstatedir,;t t
6769 s,@localstatedir@,$localstatedir,;t t
6770 s,@libdir@,$libdir,;t t
6771 s,@includedir@,$includedir,;t t
6772 s,@oldincludedir@,$oldincludedir,;t t
6773 s,@infodir@,$infodir,;t t
6774 s,@mandir@,$mandir,;t t
6775 s,@build_alias@,$build_alias,;t t
6776 s,@host_alias@,$host_alias,;t t
6777 s,@target_alias@,$target_alias,;t t
6779 s,@ECHO_C@,$ECHO_C,;t t
6780 s,@ECHO_N@,$ECHO_N,;t t
6781 s,@ECHO_T@,$ECHO_T,;t t
6783 s,@libiberty_topdir@,$libiberty_topdir,;t t
6784 s,@MAINT@,$MAINT,;t t
6785 s,@NOTMAINT@,$NOTMAINT,;t t
6786 s,@MAKEINFO@,$MAKEINFO,;t t
6787 s,@BUILD_INFO@,$BUILD_INFO,;t t
6789 s,@HAVE_PERL@,$HAVE_PERL,;t t
6790 s,@build@,$build,;t t
6791 s,@build_cpu@,$build_cpu,;t t
6792 s,@build_vendor@,$build_vendor,;t t
6793 s,@build_os@,$build_os,;t t
6795 s,@host_cpu@,$host_cpu,;t t
6796 s,@host_vendor@,$host_vendor,;t t
6797 s,@host_os@,$host_os,;t t
6799 s,@ac_ct_AR@,$ac_ct_AR,;t t
6800 s,@RANLIB@,$RANLIB,;t t
6801 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
6803 s,@CFLAGS@,$CFLAGS,;t t
6804 s,@LDFLAGS@,$LDFLAGS,;t t
6805 s,@CPPFLAGS@,$CPPFLAGS,;t t
6806 s,@ac_ct_CC@,$ac_ct_CC,;t t
6807 s,@EXEEXT@,$EXEEXT,;t t
6808 s,@OBJEXT@,$OBJEXT,;t t
6810 s,@ac_libiberty_warn_cflags@,$ac_libiberty_warn_cflags,;t t
6811 s,@NO_MINUS_C_MINUS_O@,$NO_MINUS_C_MINUS_O,;t t
6812 s,@OUTPUT_OPTION@,$OUTPUT_OPTION,;t t
6813 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
6814 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
6815 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
6816 s,@EGREP@,$EGREP,;t t
6817 s,@LIBOBJS@,$LIBOBJS,;t t
6818 s,@CHECK@,$CHECK,;t t
6819 s,@target_header_dir@,$target_header_dir,;t t
6820 s,@pexecute@,$pexecute,;t t
6821 s,@INSTALL_DEST@,$INSTALL_DEST,;t t
6822 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
6823 /@host_makefile_frag@/r $host_makefile_frag
6824 s,@host_makefile_frag@,,;t t
6829 cat >>$CONFIG_STATUS <<\_ACEOF
6830 # Split the substitutions into bite-sized pieces for seds with
6831 # small command number limits, like on Digital OSF/1 and HP-UX.
6833 ac_sed_frag
=1 # Number of current file.
6834 ac_beg
=1 # First line for current file.
6835 ac_end
=$ac_max_sed_lines # Line after last line for current file.
6838 while $ac_more_lines; do
6839 if test $ac_beg -gt 1; then
6840 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
6842 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
6844 if test ! -s $tmp/subs.frag
; then
6847 # The purpose of the label and of the branching condition is to
6848 # speed up the sed processing (if there are no `@' at all, there
6849 # is no need to browse any of the substitutions).
6850 # These are the two extra sed commands mentioned above.
6852 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs-
$ac_sed_frag.
sed
6853 if test -z "$ac_sed_cmds"; then
6854 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
6856 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
6858 ac_sed_frag
=`expr $ac_sed_frag + 1`
6860 ac_end
=`expr $ac_end + $ac_max_sed_lines`
6863 if test -z "$ac_sed_cmds"; then
6866 fi # test -n "$CONFIG_FILES"
6869 cat >>$CONFIG_STATUS <<\_ACEOF
6870 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
6871 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
6873 - |
*:- |
*:-:* ) # input from stdin
6875 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
6876 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
6877 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
6878 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
6879 * ) ac_file_in
=$ac_file.
in ;;
6882 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
6883 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
6884 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6885 X"$ac_file" : 'X\(//\)[^/]' \| \
6886 X"$ac_file" : 'X\(//\)$' \| \
6887 X"$ac_file" : 'X\(/\)' \| \
6888 . : '\(.\)' 2>/dev/null ||
6890 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6891 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6892 /^X\(\/\/\)$/{ s//\1/; q; }
6893 /^X\(\/\).*/{ s//\1/; q; }
6895 { if $as_mkdir_p; then
6900 while test ! -d "$as_dir"; do
6901 as_dirs
="$as_dir $as_dirs"
6902 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
6903 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
6904 X"$as_dir" : 'X\(//\)[^/]' \| \
6905 X"$as_dir" : 'X\(//\)$' \| \
6906 X"$as_dir" : 'X\(/\)' \| \
6907 . : '\(.\)' 2>/dev/null ||
6909 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
6910 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
6911 /^X\(\/\/\)$/{ s//\1/; q; }
6912 /^X\(\/\).*/{ s//\1/; q; }
6915 test ! -n "$as_dirs" || mkdir
$as_dirs
6916 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
6917 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
6918 { (exit 1); exit 1; }; }; }
6922 if test "$ac_dir" != .
; then
6923 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
6924 # A "../" for each directory in $ac_dir_suffix.
6925 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
6927 ac_dir_suffix
= ac_top_builddir
=
6931 .
) # No --srcdir option. We are building in place.
6933 if test -z "$ac_top_builddir"; then
6936 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
6938 [\\/]* | ?
:[\\/]* ) # Absolute path.
6939 ac_srcdir
=$srcdir$ac_dir_suffix;
6940 ac_top_srcdir
=$srcdir ;;
6942 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
6943 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
6945 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
6947 ac_abs_builddir
=`cd "$ac_dir" && cd $ac_builddir && pwd`
6948 ac_abs_top_builddir
=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
6949 ac_abs_srcdir
=`cd "$ac_dir" && cd $ac_srcdir && pwd`
6950 ac_abs_top_srcdir
=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
6954 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
6955 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
6958 if test x
"$ac_file" != x-
; then
6959 { echo "$as_me:$LINENO: creating $ac_file" >&5
6960 echo "$as_me: creating $ac_file" >&6;}
6963 # Let's still pretend it is `configure' which instantiates (i.e., don't
6964 # use $as_me), people would be surprised to read:
6965 # /* config.h. Generated by config.status. */
6966 if test x
"$ac_file" = x-
; then
6969 configure_input
="$ac_file. "
6971 configure_input
=$configure_input"Generated from `echo $ac_file_in |
6972 sed 's,.*/,,'` by configure."
6974 # First look for the input files in the build tree, otherwise in the
6976 ac_file_inputs
=`IFS=:
6977 for f in $ac_file_in; do
6979 -) echo $tmp/stdin ;;
6981 # Absolute (can't be DOS-style, as IFS=:)
6982 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
6983 echo "$as_me: error: cannot find input file: $f" >&2;}
6984 { (exit 1); exit 1; }; }
6987 if test -f "$f"; then
6990 elif test -f "$srcdir/$f"; then
6995 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
6996 echo "$as_me: error: cannot find input file: $f" >&2;}
6997 { (exit 1); exit 1; }; }
7000 done` ||
{ (exit 1); exit 1; }
7002 cat >>$CONFIG_STATUS <<_ACEOF
7006 cat >>$CONFIG_STATUS <<\_ACEOF
7008 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
7009 s
,@configure_input@
,$configure_input,;t t
7010 s
,@srcdir@
,$ac_srcdir,;t t
7011 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
7012 s
,@top_srcdir@
,$ac_top_srcdir,;t t
7013 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
7014 s
,@builddir@
,$ac_builddir,;t t
7015 s
,@abs_builddir@
,$ac_abs_builddir,;t t
7016 s
,@top_builddir@
,$ac_top_builddir,;t t
7017 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
7018 s
,@INSTALL@
,$ac_INSTALL,;t t
7019 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
7021 if test x"$ac_file" != x-; then
7022 mv $tmp/out $ac_file
7030 cat >>$CONFIG_STATUS <<\_ACEOF
7033 # CONFIG_HEADER section.
7036 # These sed commands are passed to sed as "A NAME B NAME C VALUE D
", where
7037 # NAME is the cpp macro being defined and VALUE is the value it is being given.
7039 # ac_d sets the value in "#define NAME VALUE" lines.
7040 ac_dA
='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
7041 ac_dB
='[ ].*$,\1#\2'
7044 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
7045 ac_uA
='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
7046 ac_uB
='$,\1#\2define\3'
7050 for ac_file
in : $CONFIG_HEADERS; do test "x$ac_file" = x
: && continue
7051 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
7053 - |
*:- |
*:-:* ) # input from stdin
7055 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
7056 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
7057 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
7058 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
7059 * ) ac_file_in
=$ac_file.
in ;;
7062 test x
"$ac_file" != x-
&& { echo "$as_me:$LINENO: creating $ac_file" >&5
7063 echo "$as_me: creating $ac_file" >&6;}
7065 # First look for the input files in the build tree, otherwise in the
7067 ac_file_inputs
=`IFS=:
7068 for f in $ac_file_in; do
7070 -) echo $tmp/stdin ;;
7072 # Absolute (can't be DOS-style, as IFS=:)
7073 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
7074 echo "$as_me: error: cannot find input file: $f" >&2;}
7075 { (exit 1); exit 1; }; }
7078 if test -f "$f"; then
7081 elif test -f "$srcdir/$f"; then
7086 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
7087 echo "$as_me: error: cannot find input file: $f" >&2;}
7088 { (exit 1); exit 1; }; }
7091 done` ||
{ (exit 1); exit 1; }
7092 # Remove the trailing spaces.
7093 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
7097 # Transform confdefs.h into two sed scripts, `conftest.defines' and
7098 # `conftest.undefs', that substitutes the proper values into
7099 # config.h.in to produce config.h. The first handles `#define'
7100 # templates, and the second `#undef' templates.
7101 # And first: Protect against being on the right side of a sed subst in
7102 # config.status. Protect against being in an unquoted here document
7104 rm -f conftest.defines conftest.undefs
7105 # Using a here document instead of a string reduces the quoting nightmare.
7106 # Putting comments in sed scripts is not portable.
7108 # `end' is used to avoid that the second main sed command (meant for
7109 # 0-ary CPP macros) applies to n-ary macro definitions.
7110 # See the Autoconf documentation for `clear'.
7111 cat >confdef2sed.
sed <<\_ACEOF
7116 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
7118 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
7121 # If some macros were called several times there might be several times
7122 # the same #defines, which is useless. Nevertheless, we may not want to
7123 # sort them, since we want the *last* AC-DEFINE to be honored.
7124 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
7125 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
7126 rm -f confdef2sed.sed
7128 # This sed command replaces #undef with comments. This is necessary, for
7129 # example, in the case of _POSIX_SOURCE, which is predefined and required
7130 # on some systems where configure will not decide to define it.
7131 cat >>conftest.undefs <<\_ACEOF
7132 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
7135 # Break up conftest.defines because some shells have a limit on the size
7136 # of here documents, and old seds have small limits too (100 cmds).
7137 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
7138 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
7139 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
7140 echo ' :' >>$CONFIG_STATUS
7142 while grep . conftest.defines >/dev/null
7144 # Write a limited-size here document to $tmp/defines.sed.
7145 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
7146 # Speed up: don't consider the non `#define' lines.
7147 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
7148 # Work around the forget-to-reset-the-flag bug.
7149 echo 't clr' >>$CONFIG_STATUS
7150 echo ': clr' >>$CONFIG_STATUS
7151 sed ${ac_max_here_lines}q conftest.defines
>>$CONFIG_STATUS
7153 sed -f $tmp/defines.sed $tmp/in >$tmp/out
7157 sed 1,${ac_max_here_lines}d conftest.defines
>conftest.
tail
7158 rm -f conftest.defines
7159 mv conftest.
tail conftest.defines
7161 rm -f conftest.defines
7162 echo ' fi # grep' >>$CONFIG_STATUS
7163 echo >>$CONFIG_STATUS
7165 # Break up conftest.undefs because some shells have a limit on the size
7166 # of here documents, and old seds have small limits too (100 cmds).
7167 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
7169 while grep . conftest.undefs
>/dev
/null
7171 # Write a limited-size here document to $tmp/undefs.sed.
7172 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
7173 # Speed up: don't consider the non
`#undef'
7174 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
7175 # Work around the forget-to-reset-the-flag bug.
7176 echo 't clr' >>$CONFIG_STATUS
7177 echo ': clr' >>$CONFIG_STATUS
7178 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
7180 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
7184 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
7185 rm -f conftest.undefs
7186 mv conftest.tail conftest.undefs
7188 rm -f conftest.undefs
7190 cat >>$CONFIG_STATUS <<\_ACEOF
7191 # Let's still pretend it is `configure
' which instantiates (i.e., don't
7192 # use $as_me), people would be surprised to read:
7193 # /* config.h. Generated by config.status. */
7194 if test x
"$ac_file" = x-
; then
7195 echo "/* Generated by configure. */" >$tmp/config.h
7197 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
7199 cat $tmp/in >>$tmp/config.h
7201 if test x
"$ac_file" != x-
; then
7202 if diff $ac_file $tmp/config.h
>/dev
/null
2>&1; then
7203 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
7204 echo "$as_me: $ac_file is unchanged" >&6;}
7206 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
7207 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7208 X"$ac_file" : 'X\(//\)[^/]' \| \
7209 X"$ac_file" : 'X\(//\)$' \| \
7210 X"$ac_file" : 'X\(/\)' \| \
7211 . : '\(.\)' 2>/dev/null ||
7213 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
7214 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
7215 /^X\(\/\/\)$/{ s//\1/; q; }
7216 /^X\(\/\).*/{ s//\1/; q; }
7218 { if $as_mkdir_p; then
7223 while test ! -d "$as_dir"; do
7224 as_dirs
="$as_dir $as_dirs"
7225 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
7226 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7227 X"$as_dir" : 'X\(//\)[^/]' \| \
7228 X"$as_dir" : 'X\(//\)$' \| \
7229 X"$as_dir" : 'X\(/\)' \| \
7230 . : '\(.\)' 2>/dev/null ||
7232 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
7233 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
7234 /^X\(\/\/\)$/{ s//\1/; q; }
7235 /^X\(\/\).*/{ s//\1/; q; }
7238 test ! -n "$as_dirs" || mkdir
$as_dirs
7239 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
7240 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
7241 { (exit 1); exit 1; }; }; }
7244 mv $tmp/config.h
$ac_file
7252 cat >>$CONFIG_STATUS <<\_ACEOF
7255 # CONFIG_COMMANDS section.
7257 for ac_file
in : $CONFIG_COMMANDS; do test "x$ac_file" = x
: && continue
7258 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
7259 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
7260 ac_dir
=`(dirname "$ac_dest") 2>/dev/null ||
7261 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
7262 X"$ac_dest" : 'X\(//\)[^/]' \| \
7263 X"$ac_dest" : 'X\(//\)$' \| \
7264 X"$ac_dest" : 'X\(/\)' \| \
7265 . : '\(.\)' 2>/dev/null ||
7267 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
7268 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
7269 /^X\(\/\/\)$/{ s//\1/; q; }
7270 /^X\(\/\).*/{ s//\1/; q; }
7274 if test "$ac_dir" != .
; then
7275 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
7276 # A "../" for each directory in $ac_dir_suffix.
7277 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
7279 ac_dir_suffix
= ac_top_builddir
=
7283 .
) # No --srcdir option. We are building in place.
7285 if test -z "$ac_top_builddir"; then
7288 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
7290 [\\/]* | ?
:[\\/]* ) # Absolute path.
7291 ac_srcdir
=$srcdir$ac_dir_suffix;
7292 ac_top_srcdir
=$srcdir ;;
7294 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
7295 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
7297 # Don't blindly perform a `cd "$ac_dir"/$ac_foo && pwd` since $ac_foo can be
7299 ac_abs_builddir
=`cd "$ac_dir" && cd $ac_builddir && pwd`
7300 ac_abs_top_builddir
=`cd "$ac_dir" && cd ${ac_top_builddir}. && pwd`
7301 ac_abs_srcdir
=`cd "$ac_dir" && cd $ac_srcdir && pwd`
7302 ac_abs_top_srcdir
=`cd "$ac_dir" && cd $ac_top_srcdir && pwd`
7305 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
7306 echo "$as_me: executing $ac_dest commands" >&6;}
7308 default
) test -z "$CONFIG_HEADERS" ||
echo timestamp
> stamp-h
7309 if test -n "$CONFIG_FILES"; then
7310 if test -n "${with_build_subdir}" ||
test -n "${with_target_subdir}"; then
7311 # FIXME: We shouldn't need to set ac_file
7313 LD
="${ORIGINAL_LD_FOR_MULTILIBS}"
7314 .
${libiberty_topdir}/config-ml.
in
7321 cat >>$CONFIG_STATUS <<\_ACEOF
7323 { (exit 0); exit 0; }
7325 chmod +x
$CONFIG_STATUS
7326 ac_clean_files
=$ac_clean_files_save
7329 # configure is writing to config.log, and then calls config.status.
7330 # config.status does its own redirection, appending to config.log.
7331 # Unfortunately, on DOS this fails, as config.log is still kept open
7332 # by configure, so config.status won't be able to write to it; its
7333 # output is simply discarded. So we exec the FD to /dev/null,
7334 # effectively closing config.log, so it can be properly (re)opened and
7335 # appended to by config.status. When coming back to configure, we
7336 # need to make the FD available again.
7337 if test "$no_create" != yes; then
7339 ac_config_status_args
=
7340 test "$silent" = yes &&
7341 ac_config_status_args
="$ac_config_status_args --quiet"
7343 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
7345 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
7346 # would make configure fail if this is the last instruction.
7347 $ac_cs_success ||
{ (exit 1); exit 1; }