2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.59.
5 # Copyright (C) 2003 Free Software Foundation, Inc.
6 # This configure script is free software; the Free Software Foundation
7 # gives unlimited permission to copy, distribute and modify it.
8 ## --------------------- ##
9 ## M4sh Initialization. ##
10 ## --------------------- ##
12 # Be Bourne compatible
13 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
16 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
17 # is contrary to our usage. Disable this feature.
18 alias -g '${1+"$@"}'='"$@"'
19 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
22 DUALCASE
=1; export DUALCASE
# for MKS sh
24 # Support unset when possible.
25 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
32 # Work around bugs in pre-3.0 UWIN ksh.
33 $as_unset ENV MAIL MAILPATH
40 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
44 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45 eval $as_var=C
; export $as_var
51 # Required to use basename.
52 if expr a
: '\(a\)' >/dev
/null
2>&1; then
58 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
65 # Name of the executable.
66 as_me
=`$as_basename "$0" ||
67 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68 X"$0" : 'X\(//\)$' \| \
69 X"$0" : 'X\(/\)$' \| \
70 . : '\(.\)' 2>/dev/null ||
72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73 /^X\/\(\/\/\)$/{ s//\1/; q; }
74 /^X\/\(\/\).*/{ s//\1/; q; }
78 # PATH needs CR, and LINENO needs CR and PATH.
79 # Avoid depending upon Character Ranges.
80 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
81 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
83 as_cr_digits
='0123456789'
84 as_cr_alnum
=$as_cr_Letters$as_cr_digits
86 # The user is always right.
87 if test "${PATH_SEPARATOR+set}" != set; then
88 echo "#! /bin/sh" >conf$$.sh
89 echo "exit 0" >>conf$$.sh
91 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
102 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
103 test "x$as_lineno_1" != "x$as_lineno_2" &&
104 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
105 # Find who we are. Look in the path if we contain no path at all
108 *[\\/]* ) as_myself
=$0 ;;
109 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
113 test -z "$as_dir" && as_dir
=.
114 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
119 # We did not find ourselves, most probably we were run as `sh COMMAND'
120 # in which case we are not to be found in the path.
121 if test "x$as_myself" = x
; then
124 if test ! -f "$as_myself"; then
125 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126 { (exit 1); exit 1; }; }
128 case $CONFIG_SHELL in
130 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
131 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
134 test -z "$as_dir" && as_dir
=.
135 for as_base
in sh bash ksh sh5
; do
138 if ("$as_dir/$as_base" -c '
141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142 test "x$as_lineno_1" != "x$as_lineno_2" &&
143 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
144 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
145 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
146 CONFIG_SHELL
=$as_dir/$as_base
148 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
156 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157 # uniformly replaced by the line number. The first 'sed' inserts a
158 # line-number line before each line; the second 'sed' does the real
159 # work. The second script uses 'N' to pair each line-number line
160 # with the numbered line, and appends trailing '-' during
161 # substitution so that $LINENO is not a special case at line end.
162 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
164 sed '=' <$as_myself |
169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
172 s,^['$as_cr_digits']*\n,,
174 chmod +x
$as_me.lineno ||
175 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176 { (exit 1); exit 1; }; }
178 # Don't try to exec as it changes $[0], causing all sort of problems
179 # (the dirname of $[0] is not the place where we might find the
180 # original and so on. Autoconf is especially sensible to this).
182 # Exit status is that of the last command.
187 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188 *c
*,-n*) ECHO_N
= ECHO_C
='
190 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
191 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
194 if expr a
: '\(a\)' >/dev
/null
2>&1; then
200 rm -f conf$$ conf$$.exe conf$$.
file
202 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
203 # We could just check for DJGPP; but this test a) works b) is more generic
204 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
205 if test -f conf$$.exe
; then
206 # Don't use ln at all; we don't have any links
211 elif ln conf$$.
file conf$$
2>/dev
/null
; then
216 rm -f conf$$ conf$$.exe conf$$.
file
218 if mkdir
-p .
2>/dev
/null
; then
221 test -d .
/-p && rmdir .
/-p
225 as_executable_p
="test -f"
227 # Sed expression to map a string onto a valid CPP name.
228 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
230 # Sed expression to map a string onto a valid variable name.
231 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
235 # We need space, tab and new line, in precisely that order.
245 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
246 # so uname gets run too.
247 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
254 ac_default_prefix
=/usr
/local
255 ac_config_libobj_dir
=.
260 SHELL
=${CONFIG_SHELL-/bin/sh}
262 # Maximum number of lines to put in a shell here document.
263 # This variable seems obsolete. It should probably be removed, and
264 # only ac_max_sed_lines should be used.
265 : ${ac_max_here_lines=38}
267 # Identity of this package.
274 ac_unique_file
="xmalloc.c"
275 # Factoring default headers for most tests.
276 ac_includes_default
="\
279 # include <sys/types.h>
282 # include <sys/stat.h>
293 # if !STDC_HEADERS && HAVE_MEMORY_H
299 # include <strings.h>
302 # include <inttypes.h>
312 ac_subst_vars
='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS 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'
313 ac_subst_files
='host_makefile_frag'
315 # Initialize some variables set by options.
317 ac_init_version
=false
318 # The variables have the same names as the options, with
319 # dashes changed to underlines.
327 program_transform_name
=s
,x
,x
,
335 # Installation directory options.
336 # These are left unexpanded so users can "make install exec_prefix=/foo"
337 # and all the variables that are supposed to be based on exec_prefix
338 # by default will actually change.
339 # Use braces instead of parens because sh, perl, etc. also accept them.
340 bindir
='${exec_prefix}/bin'
341 sbindir
='${exec_prefix}/sbin'
342 libexecdir
='${exec_prefix}/libexec'
343 datadir
='${prefix}/share'
344 sysconfdir
='${prefix}/etc'
345 sharedstatedir
='${prefix}/com'
346 localstatedir
='${prefix}/var'
347 libdir
='${exec_prefix}/lib'
348 includedir
='${prefix}/include'
349 oldincludedir
='/usr/include'
350 infodir
='${prefix}/info'
351 mandir
='${prefix}/man'
356 # If the previous option needs an argument, assign it.
357 if test -n "$ac_prev"; then
358 eval "$ac_prev=\$ac_option"
363 ac_optarg
=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
365 # Accept the important Cygnus configure options, so we can diagnose typos.
369 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
371 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
374 -build |
--build |
--buil |
--bui |
--bu)
375 ac_prev
=build_alias
;;
376 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
377 build_alias
=$ac_optarg ;;
379 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
380 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
381 ac_prev
=cache_file
;;
382 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
383 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
384 cache_file
=$ac_optarg ;;
387 cache_file
=config.cache
;;
389 -datadir |
--datadir |
--datadi |
--datad |
--data |
--dat |
--da)
391 -datadir=* |
--datadir=* |
--datadi=* |
--datad=* |
--data=* |
--dat=* \
393 datadir
=$ac_optarg ;;
395 -disable-* |
--disable-*)
396 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
397 # Reject names that are not valid shell variable names.
398 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
399 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
400 { (exit 1); exit 1; }; }
401 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
402 eval "enable_$ac_feature=no" ;;
404 -enable-* |
--enable-*)
405 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
406 # Reject names that are not valid shell variable names.
407 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
408 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
409 { (exit 1); exit 1; }; }
410 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
412 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
415 eval "enable_$ac_feature='$ac_optarg'" ;;
417 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
418 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
419 |
--exec |
--exe |
--ex)
420 ac_prev
=exec_prefix
;;
421 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
422 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
423 |
--exec=* |
--exe=* |
--ex=*)
424 exec_prefix
=$ac_optarg ;;
426 -gas |
--gas |
--ga |
--g)
427 # Obsolete; use --with-gas.
430 -help |
--help |
--hel |
--he |
-h)
432 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
433 ac_init_help
=recursive
;;
434 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
435 ac_init_help
=short
;;
437 -host |
--host |
--hos |
--ho)
438 ac_prev
=host_alias
;;
439 -host=* |
--host=* |
--hos=* |
--ho=*)
440 host_alias
=$ac_optarg ;;
442 -includedir |
--includedir |
--includedi |
--included |
--include \
443 |
--includ |
--inclu |
--incl |
--inc)
444 ac_prev
=includedir
;;
445 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
446 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
447 includedir
=$ac_optarg ;;
449 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
451 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
452 infodir
=$ac_optarg ;;
454 -libdir |
--libdir |
--libdi |
--libd)
456 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
459 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
460 |
--libexe |
--libex |
--libe)
461 ac_prev
=libexecdir
;;
462 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
463 |
--libexe=* |
--libex=* |
--libe=*)
464 libexecdir
=$ac_optarg ;;
466 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
467 |
--localstate |
--localstat |
--localsta |
--localst \
468 |
--locals |
--local |
--loca |
--loc |
--lo)
469 ac_prev
=localstatedir
;;
470 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
471 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* \
472 |
--locals=* |
--local=* |
--loca=* |
--loc=* |
--lo=*)
473 localstatedir
=$ac_optarg ;;
475 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
477 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
481 # Obsolete; use --without-fp.
484 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
485 |
--no-cr |
--no-c |
-n)
488 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
489 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
492 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
493 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
494 |
--oldin |
--oldi |
--old |
--ol |
--o)
495 ac_prev
=oldincludedir
;;
496 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
497 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
498 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
499 oldincludedir
=$ac_optarg ;;
501 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
503 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
506 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
507 |
--program-pre |
--program-pr |
--program-p)
508 ac_prev
=program_prefix
;;
509 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
510 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
511 program_prefix
=$ac_optarg ;;
513 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
514 |
--program-suf |
--program-su |
--program-s)
515 ac_prev
=program_suffix
;;
516 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
517 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
518 program_suffix
=$ac_optarg ;;
520 -program-transform-name |
--program-transform-name \
521 |
--program-transform-nam |
--program-transform-na \
522 |
--program-transform-n |
--program-transform- \
523 |
--program-transform |
--program-transfor \
524 |
--program-transfo |
--program-transf \
525 |
--program-trans |
--program-tran \
526 |
--progr-tra |
--program-tr |
--program-t)
527 ac_prev
=program_transform_name
;;
528 -program-transform-name=* |
--program-transform-name=* \
529 |
--program-transform-nam=* |
--program-transform-na=* \
530 |
--program-transform-n=* |
--program-transform-=* \
531 |
--program-transform=* |
--program-transfor=* \
532 |
--program-transfo=* |
--program-transf=* \
533 |
--program-trans=* |
--program-tran=* \
534 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
535 program_transform_name
=$ac_optarg ;;
537 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
538 |
-silent |
--silent |
--silen |
--sile |
--sil)
541 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
543 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
545 sbindir
=$ac_optarg ;;
547 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
548 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
549 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
551 ac_prev
=sharedstatedir
;;
552 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
553 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
554 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
556 sharedstatedir
=$ac_optarg ;;
558 -site |
--site |
--sit)
560 -site=* |
--site=* |
--sit=*)
563 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
565 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
568 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
569 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
570 ac_prev
=sysconfdir
;;
571 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
572 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
573 sysconfdir
=$ac_optarg ;;
575 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
576 ac_prev
=target_alias
;;
577 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
578 target_alias
=$ac_optarg ;;
580 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
583 -version |
--version |
--versio |
--versi |
--vers |
-V)
587 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
588 # Reject names that are not valid shell variable names.
589 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
590 { echo "$as_me: error: invalid package name: $ac_package" >&2
591 { (exit 1); exit 1; }; }
592 ac_package
=`echo $ac_package| sed 's/-/_/g'`
594 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
597 eval "with_$ac_package='$ac_optarg'" ;;
599 -without-* |
--without-*)
600 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
601 # Reject names that are not valid shell variable names.
602 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
603 { echo "$as_me: error: invalid package name: $ac_package" >&2
604 { (exit 1); exit 1; }; }
605 ac_package
=`echo $ac_package | sed 's/-/_/g'`
606 eval "with_$ac_package=no" ;;
609 # Obsolete; use --with-x.
612 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
613 |
--x-incl |
--x-inc |
--x-in |
--x-i)
614 ac_prev
=x_includes
;;
615 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
616 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
617 x_includes
=$ac_optarg ;;
619 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
620 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
621 ac_prev
=x_libraries
;;
622 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
623 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
624 x_libraries
=$ac_optarg ;;
626 -*) { echo "$as_me: error: unrecognized option: $ac_option
627 Try \`$0 --help' for more information." >&2
628 { (exit 1); exit 1; }; }
632 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
633 # Reject names that are not valid shell variable names.
634 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
635 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
636 { (exit 1); exit 1; }; }
637 ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
638 eval "$ac_envvar='$ac_optarg'"
642 # FIXME: should be removed in autoconf 3.0.
643 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
644 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
645 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
646 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
652 if test -n "$ac_prev"; then
653 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
654 { echo "$as_me: error: missing argument to $ac_option" >&2
655 { (exit 1); exit 1; }; }
658 # Be sure to have absolute paths.
659 for ac_var
in exec_prefix prefix
661 eval ac_val
=$
`echo $ac_var`
663 [\\/$
]* | ?
:[\\/]* | NONE |
'' ) ;;
664 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
665 { (exit 1); exit 1; }; };;
669 # Be sure to have absolute paths.
670 for ac_var
in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
671 localstatedir libdir includedir oldincludedir infodir mandir
673 eval ac_val
=$
`echo $ac_var`
675 [\\/$
]* | ?
:[\\/]* ) ;;
676 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
677 { (exit 1); exit 1; }; };;
681 # There might be people who depend on the old broken behavior: `$host'
682 # used to hold the argument of --host etc.
683 # FIXME: To remove some day.
688 # FIXME: To remove some day.
689 if test "x$host_alias" != x
; then
690 if test "x$build_alias" = x
; then
691 cross_compiling
=maybe
692 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
693 If a cross compiler is detected then cross compile mode will be used." >&2
694 elif test "x$build_alias" != "x$host_alias"; then
700 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
702 test "$silent" = yes && exec 6>/dev
/null
705 # Find the source files, if location was not specified.
706 if test -z "$srcdir"; then
707 ac_srcdir_defaulted
=yes
708 # Try the directory containing this script, then its parent.
709 ac_confdir
=`(dirname "$0") 2>/dev/null ||
710 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
711 X"$0" : 'X\(//\)[^/]' \| \
712 X"$0" : 'X\(//\)$' \| \
713 X"$0" : 'X\(/\)' \| \
714 . : '\(.\)' 2>/dev/null ||
716 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
717 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
718 /^X\(\/\/\)$/{ s//\1/; q; }
719 /^X\(\/\).*/{ s//\1/; q; }
722 if test ! -r $srcdir/$ac_unique_file; then
726 ac_srcdir_defaulted
=no
728 if test ! -r $srcdir/$ac_unique_file; then
729 if test "$ac_srcdir_defaulted" = yes; then
730 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
731 { (exit 1); exit 1; }; }
733 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
734 { (exit 1); exit 1; }; }
737 (cd $srcdir && test -r .
/$ac_unique_file) 2>/dev
/null ||
738 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
739 { (exit 1); exit 1; }; }
740 srcdir
=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
741 ac_env_build_alias_set
=${build_alias+set}
742 ac_env_build_alias_value
=$build_alias
743 ac_cv_env_build_alias_set
=${build_alias+set}
744 ac_cv_env_build_alias_value
=$build_alias
745 ac_env_host_alias_set
=${host_alias+set}
746 ac_env_host_alias_value
=$host_alias
747 ac_cv_env_host_alias_set
=${host_alias+set}
748 ac_cv_env_host_alias_value
=$host_alias
749 ac_env_target_alias_set
=${target_alias+set}
750 ac_env_target_alias_value
=$target_alias
751 ac_cv_env_target_alias_set
=${target_alias+set}
752 ac_cv_env_target_alias_value
=$target_alias
753 ac_env_CC_set
=${CC+set}
755 ac_cv_env_CC_set
=${CC+set}
756 ac_cv_env_CC_value
=$CC
757 ac_env_CFLAGS_set
=${CFLAGS+set}
758 ac_env_CFLAGS_value
=$CFLAGS
759 ac_cv_env_CFLAGS_set
=${CFLAGS+set}
760 ac_cv_env_CFLAGS_value
=$CFLAGS
761 ac_env_LDFLAGS_set
=${LDFLAGS+set}
762 ac_env_LDFLAGS_value
=$LDFLAGS
763 ac_cv_env_LDFLAGS_set
=${LDFLAGS+set}
764 ac_cv_env_LDFLAGS_value
=$LDFLAGS
765 ac_env_CPPFLAGS_set
=${CPPFLAGS+set}
766 ac_env_CPPFLAGS_value
=$CPPFLAGS
767 ac_cv_env_CPPFLAGS_set
=${CPPFLAGS+set}
768 ac_cv_env_CPPFLAGS_value
=$CPPFLAGS
769 ac_env_CPP_set
=${CPP+set}
770 ac_env_CPP_value
=$CPP
771 ac_cv_env_CPP_set
=${CPP+set}
772 ac_cv_env_CPP_value
=$CPP
775 # Report the --help message.
777 if test "$ac_init_help" = "long"; then
778 # Omit some internal or obsolete options to make the list less imposing.
779 # This message is too long to be a string in the A/UX 3.1 sh.
781 \`configure' configures this package to adapt to many kinds of systems.
783 Usage: $0 [OPTION]... [VAR=VALUE]...
785 To assign environment variables (e.g., CC, CFLAGS...), specify them as
786 VAR=VALUE. See below for descriptions of some of the useful variables.
788 Defaults for the options are specified in brackets.
791 -h, --help display this help and exit
792 --help=short display options specific to this package
793 --help=recursive display the short help of all the included packages
794 -V, --version display version information and exit
795 -q, --quiet, --silent do not print \`checking...' messages
796 --cache-file=FILE cache test results in FILE [disabled]
797 -C, --config-cache alias for \`--cache-file=config.cache'
798 -n, --no-create do not create output files
799 --srcdir=DIR find the sources in DIR [configure dir or \`..']
804 Installation directories:
805 --prefix=PREFIX install architecture-independent files in PREFIX
807 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
810 By default, \`make install' will install all the files in
811 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
812 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
813 for instance \`--prefix=\$HOME'.
815 For better control, use the options below.
817 Fine tuning of the installation directories:
818 --bindir=DIR user executables [EPREFIX/bin]
819 --sbindir=DIR system admin executables [EPREFIX/sbin]
820 --libexecdir=DIR program executables [EPREFIX/libexec]
821 --datadir=DIR read-only architecture-independent data [PREFIX/share]
822 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
823 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
824 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
825 --libdir=DIR object code libraries [EPREFIX/lib]
826 --includedir=DIR C header files [PREFIX/include]
827 --oldincludedir=DIR C header files for non-gcc [/usr/include]
828 --infodir=DIR info documentation [PREFIX/info]
829 --mandir=DIR man documentation [PREFIX/man]
835 --build=BUILD configure
for building on BUILD
[guessed
]
836 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
840 if test -n "$ac_init_help"; then
845 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
846 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
847 --enable-maintainer-mode
848 enable make rules and dependencies not useful
849 (and sometimes confusing
) to the casual installer
850 --enable-install-libiberty Install headers
for end users
853 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
854 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
855 --with-target-subdir=SUBDIR Configuring
in a subdirectory
for target
856 --with-build-subdir=SUBDIR Configuring
in a subdirectory
for build
857 --with-cross-host=HOST Configuring with a cross compiler
858 --with-newlib Configuring with newlib
860 Some influential environment variables
:
861 CC C compiler
command
862 CFLAGS C compiler flags
863 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
864 nonstandard directory
<lib dir
>
865 CPPFLAGS C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if you have
866 headers
in a nonstandard directory
<include dir
>
869 Use these variables to override the choices made by
`configure' or to help
870 it to find libraries and programs with nonstandard names/locations.
875 if test "$ac_init_help" = "recursive"; then
876 # If there are subdirs, report their specific --help.
878 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
879 test -d $ac_dir || continue
882 if test "$ac_dir" != .; then
883 ac_dir_suffix=/`echo "$ac_dir" |
sed 's,^\.[\\/],,'`
884 # A "../" for each directory in $ac_dir_suffix.
885 ac_top_builddir=`echo "$ac_dir_suffix" |
sed 's,/[^\\/]*,../,g'`
887 ac_dir_suffix= ac_top_builddir=
891 .) # No --srcdir option. We are building in place.
893 if test -z "$ac_top_builddir"; then
896 ac_top_srcdir=`echo $ac_top_builddir |
sed 's,/$,,'`
898 [\\/]* | ?:[\\/]* ) # Absolute path.
899 ac_srcdir=$srcdir$ac_dir_suffix;
900 ac_top_srcdir=$srcdir ;;
902 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
903 ac_top_srcdir=$ac_top_builddir$srcdir ;;
906 # Do not use `cd foo
&& pwd` to compute absolute paths, because
907 # the directories may not exist.
909 .) ac_abs_builddir="$ac_dir";;
912 .) ac_abs_builddir=`pwd`;;
913 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
914 *) ac_abs_builddir=`pwd`/"$ac_dir";;
917 case $ac_abs_builddir in
918 .) ac_abs_top_builddir=${ac_top_builddir}.;;
920 case ${ac_top_builddir}. in
921 .) ac_abs_top_builddir=$ac_abs_builddir;;
922 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
923 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
926 case $ac_abs_builddir in
927 .) ac_abs_srcdir=$ac_srcdir;;
930 .) ac_abs_srcdir=$ac_abs_builddir;;
931 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
932 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
935 case $ac_abs_builddir in
936 .) ac_abs_top_srcdir=$ac_top_srcdir;;
938 case $ac_top_srcdir in
939 .) ac_abs_top_srcdir=$ac_abs_builddir;;
940 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
941 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
946 # Check for guested configure; otherwise get Cygnus style configure.
947 if test -f $ac_srcdir/configure.gnu; then
949 $SHELL $ac_srcdir/configure.gnu --help=recursive
950 elif test -f $ac_srcdir/configure; then
952 $SHELL $ac_srcdir/configure --help=recursive
953 elif test -f $ac_srcdir/configure.ac ||
954 test -f $ac_srcdir/configure.in; then
958 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
964 test -n "$ac_init_help" && exit 0
965 if $ac_init_version; then
968 Copyright (C) 2003 Free Software Foundation, Inc.
969 This configure script is free software; the Free Software Foundation
970 gives unlimited permission to copy, distribute and modify it.
976 This file contains any messages produced by compilers while
977 running configure, to aid debugging if configure makes a mistake.
979 It was created by $as_me, which was
980 generated by GNU Autoconf 2.59. Invocation command line was
991 hostname = `(hostname || uname
-n) 2>/dev
/null |
sed 1q
`
992 uname -m = `(uname
-m) 2>/dev
/null ||
echo unknown
`
993 uname -r = `(uname
-r) 2>/dev
/null ||
echo unknown
`
994 uname -s = `(uname
-s) 2>/dev
/null ||
echo unknown
`
995 uname -v = `(uname
-v) 2>/dev
/null ||
echo unknown
`
997 /usr/bin/uname -p = `(/usr
/bin
/uname
-p) 2>/dev
/null ||
echo unknown
`
998 /bin/uname -X = `(/bin
/uname
-X) 2>/dev
/null ||
echo unknown
`
1000 /bin/arch = `(/bin
/arch
) 2>/dev
/null ||
echo unknown
`
1001 /usr/bin/arch -k = `(/usr
/bin
/arch
-k) 2>/dev
/null ||
echo unknown
`
1002 /usr/convex/getsysinfo = `(/usr
/convex
/getsysinfo
) 2>/dev
/null ||
echo unknown
`
1003 hostinfo = `(hostinfo
) 2>/dev
/null ||
echo unknown
`
1004 /bin/machine = `(/bin
/machine
) 2>/dev
/null ||
echo unknown
`
1005 /usr/bin/oslevel = `(/usr
/bin
/oslevel
) 2>/dev
/null ||
echo unknown
`
1006 /bin/universe = `(/bin
/universe
) 2>/dev
/null ||
echo unknown
`
1010 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1014 test -z "$as_dir" && as_dir=.
1015 echo "PATH: $as_dir"
1030 # Keep a trace of the command line.
1031 # Strip out --no-create and --no-recursion so they do not pile up.
1032 # Strip out --silent because we don't want to record it for future runs.
1033 # Also quote any args containing shell meta-characters.
1034 # Make two passes to allow for proper duplicate-argument suppression.
1039 ac_must_keep_next=false
1045 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1046 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1047 | -silent | --silent | --silen | --sile | --sil)
1049 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1050 ac_arg=`echo "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"` ;;
1053 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1055 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1056 if test $ac_must_keep_next = true; then
1057 ac_must_keep_next=false # Got value, back to normal.
1060 *=* | --config-cache | -C | -disable-* | --disable-* \
1061 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1062 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1063 | -with-* | --with-* | -without-* | --without-* | --x)
1064 case "$ac_configure_args0 " in
1065 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1068 -* ) ac_must_keep_next=true ;;
1071 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1072 # Get rid of the leading space.
1078 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1079 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1081 # When interrupted or exit'd, cleanup temporary files, and complete
1082 # config.log. We remove comments because anyway the quotes in there
1083 # would cause problems or look ugly.
1084 # WARNING: Be sure not to use single quotes in there, as some shells,
1085 # such as our DU 5.0 friend, will then `close
' the trap.
1086 trap 'exit_status
=$?
1087 # Save into config.log some information that might help in debugging.
1092 ## ---------------- ##
1093 ## Cache variables. ##
1094 ## ---------------- ##
1097 # The following way of writing the cache mishandles newlines in values,
1100 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1103 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1104 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1108 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1115 ## ----------------- ##
1116 ## Output variables. ##
1117 ## ----------------- ##
1120 for ac_var
in $ac_subst_vars
1122 eval ac_val
=$
`echo $ac_var`
1123 echo "$ac_var='"'"'$ac_val'"'"'"
1127 if test -n "$ac_subst_files"; then
1134 for ac_var
in $ac_subst_files
1136 eval ac_val
=$
`echo $ac_var`
1137 echo "$ac_var='"'"'$ac_val'"'"'"
1142 if test -s confdefs.h
; then
1149 sed "/^$/d" confdefs.h |
sort
1152 test "$ac_signal" != 0 &&
1153 echo "$as_me: caught signal $ac_signal"
1154 echo "$as_me: exit $exit_status"
1156 rm -f core
*.core
&&
1157 rm -rf conftest
* confdefs
* conf$$
* $ac_clean_files &&
1160 for ac_signal in 1 2 13 15; do
1161 trap 'ac_signal
='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1165 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1166 rm -rf conftest* confdefs.h
1167 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1170 # Predefined preprocessor variables.
1172 cat >>confdefs.h <<_ACEOF
1173 #define PACKAGE_NAME "$PACKAGE_NAME"
1177 cat >>confdefs.h <<_ACEOF
1178 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1182 cat >>confdefs.h <<_ACEOF
1183 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1187 cat >>confdefs.h <<_ACEOF
1188 #define PACKAGE_STRING "$PACKAGE_STRING"
1192 cat >>confdefs.h <<_ACEOF
1193 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1197 # Let the site file select an alternate cache file if it wants to.
1198 # Prefer explicitly selected file to automatically selected ones.
1199 if test -z "$CONFIG_SITE"; then
1200 if test "x$prefix" != xNONE; then
1201 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1203 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1206 for ac_site_file in $CONFIG_SITE; do
1207 if test -r "$ac_site_file"; then
1208 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1209 echo "$as_me: loading site script $ac_site_file" >&6;}
1210 sed 's
/^
/|
/' "$ac_site_file" >&5
1215 if test -r "$cache_file"; then
1216 # Some versions of bash will fail to source /dev/null (special
1217 # files actually), so we avoid doing that.
1218 if test -f "$cache_file"; then
1219 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1220 echo "$as_me: loading cache $cache_file" >&6;}
1222 [\\/]* | ?:[\\/]* ) . $cache_file;;
1223 *) . ./$cache_file;;
1227 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1228 echo "$as_me: creating cache $cache_file" >&6;}
1232 # Check that the precious variables saved in the cache have kept the same
1234 ac_cache_corrupted=false
1235 for ac_var in `(set) 2>&1 |
1236 sed -n 's
/^ac_env_\
([a-zA-Z_0-9
]*\
)_set
=.
*/\
1/p
'`; do
1237 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1238 eval ac_new_set=\$ac_env_${ac_var}_set
1239 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1240 eval ac_new_val="\$ac_env_${ac_var}_value"
1241 case $ac_old_set,$ac_new_set in
1243 { echo "$as_me:$LINENO: error: \`$ac_var' was
set to \
`$ac_old_val' in the previous run" >&5
1244 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run
" >&2;}
1245 ac_cache_corrupted=: ;;
1247 { echo "$as_me:$LINENO: error
: \
`$ac_var' was not set in the previous run" >&5
1248 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1249 ac_cache_corrupted=: ;;
1252 if test "x$ac_old_val" != "x$ac_new_val"; then
1253 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run
:" >&5
1254 echo "$as_me: error
: \
`$ac_var' has changed since the previous run:" >&2;}
1255 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1256 echo "$as_me: former value: $ac_old_val" >&2;}
1257 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1258 echo "$as_me: current value: $ac_new_val" >&2;}
1259 ac_cache_corrupted=:
1262 # Pass precious variables to config.status.
1263 if test "$ac_new_set" = set; then
1265 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1266 ac_arg=$ac_var=`echo "$ac_new_val" |
sed "s/'/'\\\\\\\\''/g"` ;;
1267 *) ac_arg=$ac_var=$ac_new_val ;;
1269 case " $ac_configure_args " in
1270 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1271 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1275 if $ac_cache_corrupted; then
1276 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1277 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1278 { { echo "$as_me:$LINENO: error: run \`make distclean
' and/or \`rm $cache_file' and start over
" >&5
1279 echo "$as_me: error
: run \
`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1280 { (exit 1); exit 1; }; }
1284 ac_cpp='$CPP $CPPFLAGS'
1285 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
1286 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
1287 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1309 # This works around the fact that libtool configuration may change LD
1310 # for this particular configuration, but some shells, instead of
1311 # keeping the changes in LD private, export them just because LD is
1312 # exported. We don't use libtool yet
, but some day we might
, so...
1313 ORIGINAL_LD_FOR_MULTILIBS
=$LD
1316 # Check whether --with-target-subdir or --without-target-subdir was given.
1317 if test "${with_target_subdir+set}" = set; then
1318 withval
="$with_target_subdir"
1322 # Check whether --with-build-subdir or --without-build-subdir was given.
1323 if test "${with_build_subdir+set}" = set; then
1324 withval
="$with_build_subdir"
1328 # Check whether --with-cross-host or --without-cross-host was given.
1329 if test "${with_cross_host+set}" = set; then
1330 withval
="$with_cross_host"
1334 # Check whether --with-newlib or --without-newlib was given.
1335 if test "${with_newlib+set}" = set; then
1336 withval
="$with_newlib"
1340 if test "${srcdir}" = "."; then
1341 if test -n "${with_build_subdir}"; then
1342 libiberty_topdir
="${srcdir}/../.."
1344 elif test -z "${with_target_subdir}"; then
1345 libiberty_topdir
="${srcdir}/.."
1347 if test "${with_target_subdir}" != "."; then
1348 libiberty_topdir
="${srcdir}/${with_multisrctop}../.."
1350 libiberty_topdir
="${srcdir}/${with_multisrctop}.."
1354 libiberty_topdir
="${srcdir}/.."
1358 for ac_dir
in $libiberty_topdir $srcdir/$libiberty_topdir; do
1359 if test -f $ac_dir/install-sh
; then
1361 ac_install_sh
="$ac_aux_dir/install-sh -c"
1363 elif test -f $ac_dir/install.sh
; then
1365 ac_install_sh
="$ac_aux_dir/install.sh -c"
1367 elif test -f $ac_dir/shtool
; then
1369 ac_install_sh
="$ac_aux_dir/shtool install -c"
1373 if test -z "$ac_aux_dir"; then
1374 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $libiberty_topdir $srcdir/$libiberty_topdir" >&5
1375 echo "$as_me: error: cannot find install-sh or install.sh in $libiberty_topdir $srcdir/$libiberty_topdir" >&2;}
1376 { (exit 1); exit 1; }; }
1378 ac_config_guess
="$SHELL $ac_aux_dir/config.guess"
1379 ac_config_sub
="$SHELL $ac_aux_dir/config.sub"
1380 ac_configure
="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1384 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
1385 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
1386 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1387 if test "${enable_maintainer_mode+set}" = set; then
1388 enableval
="$enable_maintainer_mode"
1389 maintainer_mode
=$enableval
1394 echo "$as_me:$LINENO: result: $maintainer_mode" >&5
1395 echo "${ECHO_T}$maintainer_mode" >&6
1397 if test "$maintainer_mode" = "yes"; then
1405 # Do we have a single-tree copy of texinfo? Even if we do, we can't
1406 # rely on it - libiberty is built before texinfo.
1407 # Extract the first word of "makeinfo", so it can be a program name with args.
1408 set dummy makeinfo
; ac_word
=$2
1409 echo "$as_me:$LINENO: checking for $ac_word" >&5
1410 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1411 if test "${ac_cv_prog_MAKEINFO+set}" = set; then
1412 echo $ECHO_N "(cached) $ECHO_C" >&6
1414 if test -n "$MAKEINFO"; then
1415 ac_cv_prog_MAKEINFO
="$MAKEINFO" # Let the user override the test.
1417 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1421 test -z "$as_dir" && as_dir
=.
1422 for ac_exec_ext
in '' $ac_executable_extensions; do
1423 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1424 ac_cv_prog_MAKEINFO
="makeinfo"
1425 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1433 MAKEINFO
=$ac_cv_prog_MAKEINFO
1434 if test -n "$MAKEINFO"; then
1435 echo "$as_me:$LINENO: result: $MAKEINFO" >&5
1436 echo "${ECHO_T}$MAKEINFO" >&6
1438 echo "$as_me:$LINENO: result: no" >&5
1439 echo "${ECHO_T}no" >&6
1442 if test "x$MAKEINFO" = "x"; then
1443 MAKEINFO
="@echo makeinfo missing; true"
1448 */missing\ makeinfo
*)
1450 { echo "$as_me:$LINENO: WARNING:
1451 *** Makeinfo is missing. Info documentation will not be built." >&5
1452 echo "$as_me: WARNING:
1453 *** Makeinfo is missing. Info documentation will not be built." >&2;}
1456 case x
"`$MAKEINFO --version | grep 'GNU texinfo'`" in
1458 MAKEINFO
="@echo $MAKEINFO is too old, 4.0 or newer required; true"
1460 { echo "$as_me:$LINENO: WARNING:
1461 *** Makeinfo is too old. Info documentation will not be built." >&5
1462 echo "$as_me: WARNING:
1463 *** Makeinfo is too old. Info documentation will not be built." >&2;}
1472 # Extract the first word of "perl", so it can be a program name with args.
1473 set dummy perl
; ac_word
=$2
1474 echo "$as_me:$LINENO: checking for $ac_word" >&5
1475 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1476 if test "${ac_cv_prog_PERL+set}" = set; then
1477 echo $ECHO_N "(cached) $ECHO_C" >&6
1479 if test -n "$PERL"; then
1480 ac_cv_prog_PERL
="$PERL" # Let the user override the test.
1482 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1486 test -z "$as_dir" && as_dir
=.
1487 for ac_exec_ext
in '' $ac_executable_extensions; do
1488 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1489 ac_cv_prog_PERL
="perl"
1490 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1498 PERL
=$ac_cv_prog_PERL
1499 if test -n "$PERL"; then
1500 echo "$as_me:$LINENO: result: $PERL" >&5
1501 echo "${ECHO_T}$PERL" >&6
1503 echo "$as_me:$LINENO: result: no" >&5
1504 echo "${ECHO_T}no" >&6
1507 if test x
"$PERL" = x
""; then
1514 # Make sure we can run config.sub.
1515 $ac_config_sub sun4
>/dev
/null
2>&1 ||
1516 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1517 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1518 { (exit 1); exit 1; }; }
1520 echo "$as_me:$LINENO: checking build system type" >&5
1521 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1522 if test "${ac_cv_build+set}" = set; then
1523 echo $ECHO_N "(cached) $ECHO_C" >&6
1525 ac_cv_build_alias
=$build_alias
1526 test -z "$ac_cv_build_alias" &&
1527 ac_cv_build_alias
=`$ac_config_guess`
1528 test -z "$ac_cv_build_alias" &&
1529 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1530 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1531 { (exit 1); exit 1; }; }
1532 ac_cv_build
=`$ac_config_sub $ac_cv_build_alias` ||
1533 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1534 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1535 { (exit 1); exit 1; }; }
1538 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1539 echo "${ECHO_T}$ac_cv_build" >&6
1541 build_cpu
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1542 build_vendor
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1543 build_os
=`echo $ac_cv_build | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1546 echo "$as_me:$LINENO: checking host system type" >&5
1547 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1548 if test "${ac_cv_host+set}" = set; then
1549 echo $ECHO_N "(cached) $ECHO_C" >&6
1551 ac_cv_host_alias
=$host_alias
1552 test -z "$ac_cv_host_alias" &&
1553 ac_cv_host_alias
=$ac_cv_build_alias
1554 ac_cv_host
=`$ac_config_sub $ac_cv_host_alias` ||
1555 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1556 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1557 { (exit 1); exit 1; }; }
1560 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1561 echo "${ECHO_T}$ac_cv_host" >&6
1563 host_cpu
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1564 host_vendor
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1565 host_os
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1570 if test -n "$ac_tool_prefix"; then
1571 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
1572 set dummy
${ac_tool_prefix}ar; ac_word
=$2
1573 echo "$as_me:$LINENO: checking for $ac_word" >&5
1574 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1575 if test "${ac_cv_prog_AR+set}" = set; then
1576 echo $ECHO_N "(cached) $ECHO_C" >&6
1578 if test -n "$AR"; then
1579 ac_cv_prog_AR
="$AR" # Let the user override the test.
1581 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1585 test -z "$as_dir" && as_dir
=.
1586 for ac_exec_ext
in '' $ac_executable_extensions; do
1587 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1588 ac_cv_prog_AR
="${ac_tool_prefix}ar"
1589 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1598 if test -n "$AR"; then
1599 echo "$as_me:$LINENO: result: $AR" >&5
1600 echo "${ECHO_T}$AR" >&6
1602 echo "$as_me:$LINENO: result: no" >&5
1603 echo "${ECHO_T}no" >&6
1607 if test -z "$ac_cv_prog_AR"; then
1609 # Extract the first word of "ar", so it can be a program name with args.
1610 set dummy
ar; ac_word
=$2
1611 echo "$as_me:$LINENO: checking for $ac_word" >&5
1612 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1613 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
1614 echo $ECHO_N "(cached) $ECHO_C" >&6
1616 if test -n "$ac_ct_AR"; then
1617 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
1619 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1623 test -z "$as_dir" && as_dir
=.
1624 for ac_exec_ext
in '' $ac_executable_extensions; do
1625 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1626 ac_cv_prog_ac_ct_AR
="ar"
1627 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1635 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
1636 if test -n "$ac_ct_AR"; then
1637 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
1638 echo "${ECHO_T}$ac_ct_AR" >&6
1640 echo "$as_me:$LINENO: result: no" >&5
1641 echo "${ECHO_T}no" >&6
1649 if test -n "$ac_tool_prefix"; then
1650 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
1651 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
1652 echo "$as_me:$LINENO: checking for $ac_word" >&5
1653 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1654 if test "${ac_cv_prog_RANLIB+set}" = set; then
1655 echo $ECHO_N "(cached) $ECHO_C" >&6
1657 if test -n "$RANLIB"; then
1658 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
1660 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1664 test -z "$as_dir" && as_dir
=.
1665 for ac_exec_ext
in '' $ac_executable_extensions; do
1666 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1667 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
1668 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1676 RANLIB
=$ac_cv_prog_RANLIB
1677 if test -n "$RANLIB"; then
1678 echo "$as_me:$LINENO: result: $RANLIB" >&5
1679 echo "${ECHO_T}$RANLIB" >&6
1681 echo "$as_me:$LINENO: result: no" >&5
1682 echo "${ECHO_T}no" >&6
1686 if test -z "$ac_cv_prog_RANLIB"; then
1687 ac_ct_RANLIB
=$RANLIB
1688 # Extract the first word of "ranlib", so it can be a program name with args.
1689 set dummy ranlib
; ac_word
=$2
1690 echo "$as_me:$LINENO: checking for $ac_word" >&5
1691 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1692 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
1693 echo $ECHO_N "(cached) $ECHO_C" >&6
1695 if test -n "$ac_ct_RANLIB"; then
1696 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
1698 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1702 test -z "$as_dir" && as_dir
=.
1703 for ac_exec_ext
in '' $ac_executable_extensions; do
1704 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1705 ac_cv_prog_ac_ct_RANLIB
="ranlib"
1706 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1712 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
1715 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
1716 if test -n "$ac_ct_RANLIB"; then
1717 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
1718 echo "${ECHO_T}$ac_ct_RANLIB" >&6
1720 echo "$as_me:$LINENO: result: no" >&5
1721 echo "${ECHO_T}no" >&6
1724 RANLIB
=$ac_ct_RANLIB
1726 RANLIB
="$ac_cv_prog_RANLIB"
1732 ac_cpp
='$CPP $CPPFLAGS'
1733 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1734 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1735 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
1736 if test -n "$ac_tool_prefix"; then
1737 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
1738 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
1739 echo "$as_me:$LINENO: checking for $ac_word" >&5
1740 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1741 if test "${ac_cv_prog_CC+set}" = set; then
1742 echo $ECHO_N "(cached) $ECHO_C" >&6
1744 if test -n "$CC"; then
1745 ac_cv_prog_CC
="$CC" # Let the user override the test.
1747 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1751 test -z "$as_dir" && as_dir
=.
1752 for ac_exec_ext
in '' $ac_executable_extensions; do
1753 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1754 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
1755 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1764 if test -n "$CC"; then
1765 echo "$as_me:$LINENO: result: $CC" >&5
1766 echo "${ECHO_T}$CC" >&6
1768 echo "$as_me:$LINENO: result: no" >&5
1769 echo "${ECHO_T}no" >&6
1773 if test -z "$ac_cv_prog_CC"; then
1775 # Extract the first word of "gcc", so it can be a program name with args.
1776 set dummy gcc
; ac_word
=$2
1777 echo "$as_me:$LINENO: checking for $ac_word" >&5
1778 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1779 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1780 echo $ECHO_N "(cached) $ECHO_C" >&6
1782 if test -n "$ac_ct_CC"; then
1783 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
1785 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1789 test -z "$as_dir" && as_dir
=.
1790 for ac_exec_ext
in '' $ac_executable_extensions; do
1791 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1792 ac_cv_prog_ac_ct_CC
="gcc"
1793 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1801 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
1802 if test -n "$ac_ct_CC"; then
1803 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1804 echo "${ECHO_T}$ac_ct_CC" >&6
1806 echo "$as_me:$LINENO: result: no" >&5
1807 echo "${ECHO_T}no" >&6
1815 if test -z "$CC"; then
1816 if test -n "$ac_tool_prefix"; then
1817 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
1818 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
1819 echo "$as_me:$LINENO: checking for $ac_word" >&5
1820 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1821 if test "${ac_cv_prog_CC+set}" = set; then
1822 echo $ECHO_N "(cached) $ECHO_C" >&6
1824 if test -n "$CC"; then
1825 ac_cv_prog_CC
="$CC" # Let the user override the test.
1827 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1831 test -z "$as_dir" && as_dir
=.
1832 for ac_exec_ext
in '' $ac_executable_extensions; do
1833 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1834 ac_cv_prog_CC
="${ac_tool_prefix}cc"
1835 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1844 if test -n "$CC"; then
1845 echo "$as_me:$LINENO: result: $CC" >&5
1846 echo "${ECHO_T}$CC" >&6
1848 echo "$as_me:$LINENO: result: no" >&5
1849 echo "${ECHO_T}no" >&6
1853 if test -z "$ac_cv_prog_CC"; then
1855 # Extract the first word of "cc", so it can be a program name with args.
1856 set dummy cc
; ac_word
=$2
1857 echo "$as_me:$LINENO: checking for $ac_word" >&5
1858 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1859 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
1860 echo $ECHO_N "(cached) $ECHO_C" >&6
1862 if test -n "$ac_ct_CC"; then
1863 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
1865 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1869 test -z "$as_dir" && as_dir
=.
1870 for ac_exec_ext
in '' $ac_executable_extensions; do
1871 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1872 ac_cv_prog_ac_ct_CC
="cc"
1873 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1881 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
1882 if test -n "$ac_ct_CC"; then
1883 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
1884 echo "${ECHO_T}$ac_ct_CC" >&6
1886 echo "$as_me:$LINENO: result: no" >&5
1887 echo "${ECHO_T}no" >&6
1896 if test -z "$CC"; then
1897 # Extract the first word of "cc", so it can be a program name with args.
1898 set dummy cc
; ac_word
=$2
1899 echo "$as_me:$LINENO: checking for $ac_word" >&5
1900 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1901 if test "${ac_cv_prog_CC+set}" = set; then
1902 echo $ECHO_N "(cached) $ECHO_C" >&6
1904 if test -n "$CC"; then
1905 ac_cv_prog_CC
="$CC" # Let the user override the test.
1908 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1912 test -z "$as_dir" && as_dir
=.
1913 for ac_exec_ext
in '' $ac_executable_extensions; do
1914 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1915 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
1916 ac_prog_rejected
=yes
1920 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1926 if test $ac_prog_rejected = yes; then
1927 # We found a bogon in the path, so make sure we never use it.
1928 set dummy
$ac_cv_prog_CC
1930 if test $# != 0; then
1931 # We chose a different compiler from the bogus one.
1932 # However, it has the same basename, so the bogon will be chosen
1933 # first if we set CC to just the basename; use the full file name.
1935 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
1941 if test -n "$CC"; then
1942 echo "$as_me:$LINENO: result: $CC" >&5
1943 echo "${ECHO_T}$CC" >&6
1945 echo "$as_me:$LINENO: result: no" >&5
1946 echo "${ECHO_T}no" >&6
1950 if test -z "$CC"; then
1951 if test -n "$ac_tool_prefix"; then
1954 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
1955 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
1956 echo "$as_me:$LINENO: checking for $ac_word" >&5
1957 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1958 if test "${ac_cv_prog_CC+set}" = set; then
1959 echo $ECHO_N "(cached) $ECHO_C" >&6
1961 if test -n "$CC"; then
1962 ac_cv_prog_CC
="$CC" # Let the user override the test.
1964 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1968 test -z "$as_dir" && as_dir
=.
1969 for ac_exec_ext
in '' $ac_executable_extensions; do
1970 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1971 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
1972 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1981 if test -n "$CC"; then
1982 echo "$as_me:$LINENO: result: $CC" >&5
1983 echo "${ECHO_T}$CC" >&6
1985 echo "$as_me:$LINENO: result: no" >&5
1986 echo "${ECHO_T}no" >&6
1989 test -n "$CC" && break
1992 if test -z "$CC"; then
1996 # Extract the first word of "$ac_prog", so it can be a program name with args.
1997 set dummy
$ac_prog; ac_word
=$2
1998 echo "$as_me:$LINENO: checking for $ac_word" >&5
1999 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2000 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2001 echo $ECHO_N "(cached) $ECHO_C" >&6
2003 if test -n "$ac_ct_CC"; then
2004 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2006 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2010 test -z "$as_dir" && as_dir
=.
2011 for ac_exec_ext
in '' $ac_executable_extensions; do
2012 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2013 ac_cv_prog_ac_ct_CC
="$ac_prog"
2014 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2022 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2023 if test -n "$ac_ct_CC"; then
2024 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2025 echo "${ECHO_T}$ac_ct_CC" >&6
2027 echo "$as_me:$LINENO: result: no" >&5
2028 echo "${ECHO_T}no" >&6
2031 test -n "$ac_ct_CC" && break
2040 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2041 See \`config.log' for more details." >&5
2042 echo "$as_me: error: no acceptable C compiler found in \$PATH
2043 See \`config.log' for more details." >&2;}
2044 { (exit 1); exit 1; }; }
2046 # Provide some information about the compiler.
2047 echo "$as_me:$LINENO:" \
2048 "checking for C compiler version" >&5
2049 ac_compiler
=`set X $ac_compile; echo $2`
2050 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2051 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
2053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2054 (exit $ac_status); }
2055 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2056 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
2058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2059 (exit $ac_status); }
2060 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2061 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
2063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2064 (exit $ac_status); }
2066 cat >conftest.
$ac_ext <<_ACEOF
2069 cat confdefs.h
>>conftest.
$ac_ext
2070 cat >>conftest.
$ac_ext <<_ACEOF
2071 /* end confdefs.h. */
2082 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2083 (eval $ac_link) 2>&5
2085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2086 (exit $ac_status); }; then
2092 if test x
$gcc_no_link = xyes
; then
2093 # Setting cross_compile will disable run tests; it will
2094 # also disable AC_CHECK_FILE but that's generally
2095 # correct if we can't link.
2099 cat >conftest.
$ac_ext <<_ACEOF
2102 cat confdefs.h
>>conftest.
$ac_ext
2103 cat >>conftest.
$ac_ext <<_ACEOF
2104 /* end confdefs.h. */
2114 ac_clean_files_save
=$ac_clean_files
2115 ac_clean_files
="$ac_clean_files a.out a.exe b.out"
2116 # Try to create an executable without -o first, disregard a.out.
2117 # It will help us diagnose broken compilers, and finding out an intuition
2119 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2120 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
2121 ac_link_default
=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2122 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2123 (eval $ac_link_default) 2>&5
2125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2126 (exit $ac_status); }; then
2127 # Find the output, starting from the most likely. This scheme is
2128 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
2131 # Be careful to initialize this variable, since it used to be cached.
2132 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2134 # b.out is created by i960 compilers.
2135 for ac_file
in a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
2137 test -f "$ac_file" ||
continue
2139 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
)
2142 # This is the source file.
2145 # We found the default executable, but exeext='' is most
2149 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2150 # FIXME: I believe we export ac_cv_exeext for Libtool,
2151 # but it would be cool to find out if it's true. Does anybody
2152 # maintain Libtool? --akim.
2160 echo "$as_me: failed program was:" >&5
2161 sed 's/^/| /' conftest.
$ac_ext >&5
2163 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2164 See \`config.log' for more details." >&5
2165 echo "$as_me: error: C compiler cannot create executables
2166 See \`config.log' for more details." >&2;}
2167 { (exit 77); exit 77; }; }
2170 ac_exeext
=$ac_cv_exeext
2171 echo "$as_me:$LINENO: result: $ac_file" >&5
2172 echo "${ECHO_T}$ac_file" >&6
2174 # Check the compiler produces executables we can run. If not, either
2175 # the compiler is broken, or we cross compile.
2176 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2177 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2178 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2179 # If not cross compiling, check that we can run a simple program.
2180 if test "$cross_compiling" != yes; then
2181 if { ac_try
='./$ac_file'
2182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2186 (exit $ac_status); }; }; then
2189 if test "$cross_compiling" = maybe
; then
2192 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2193 If you meant to cross compile, use \`--host'.
2194 See \`config.log' for more details." >&5
2195 echo "$as_me: error: cannot run C compiled programs.
2196 If you meant to cross compile, use \`--host'.
2197 See \`config.log' for more details." >&2;}
2198 { (exit 1); exit 1; }; }
2202 echo "$as_me:$LINENO: result: yes" >&5
2203 echo "${ECHO_T}yes" >&6
2205 rm -f a.out a.exe conftest
$ac_cv_exeext b.out
2206 ac_clean_files
=$ac_clean_files_save
2207 # Check the compiler produces executables we can run. If not, either
2208 # the compiler is broken, or we cross compile.
2209 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2210 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2211 echo "$as_me:$LINENO: result: $cross_compiling" >&5
2212 echo "${ECHO_T}$cross_compiling" >&6
2214 echo "$as_me:$LINENO: checking for suffix of executables" >&5
2215 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2216 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2217 (eval $ac_link) 2>&5
2219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2220 (exit $ac_status); }; then
2221 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2222 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2223 # work properly (i.e., refer to `conftest.exe'), while it won't with
2225 for ac_file
in conftest.exe conftest conftest.
*; do
2226 test -f "$ac_file" ||
continue
2228 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
) ;;
2229 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2236 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2237 See \`config.log' for more details." >&5
2238 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2239 See \`config.log' for more details." >&2;}
2240 { (exit 1); exit 1; }; }
2243 rm -f conftest
$ac_cv_exeext
2244 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2245 echo "${ECHO_T}$ac_cv_exeext" >&6
2247 rm -f conftest.
$ac_ext
2248 EXEEXT
=$ac_cv_exeext
2251 echo "$as_me:$LINENO: checking for suffix of object files" >&5
2252 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2253 if test "${ac_cv_objext+set}" = set; then
2254 echo $ECHO_N "(cached) $ECHO_C" >&6
2256 cat >conftest.
$ac_ext <<_ACEOF
2259 cat confdefs.h
>>conftest.
$ac_ext
2260 cat >>conftest.
$ac_ext <<_ACEOF
2261 /* end confdefs.h. */
2271 rm -f conftest.o conftest.obj
2272 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2273 (eval $ac_compile) 2>&5
2275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2276 (exit $ac_status); }; then
2277 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2279 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg
) ;;
2280 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
2285 echo "$as_me: failed program was:" >&5
2286 sed 's/^/| /' conftest.
$ac_ext >&5
2288 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2289 See \`config.log' for more details." >&5
2290 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2291 See \`config.log' for more details." >&2;}
2292 { (exit 1); exit 1; }; }
2295 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
2297 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2298 echo "${ECHO_T}$ac_cv_objext" >&6
2299 OBJEXT
=$ac_cv_objext
2301 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2302 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2303 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2304 echo $ECHO_N "(cached) $ECHO_C" >&6
2306 cat >conftest.
$ac_ext <<_ACEOF
2309 cat confdefs.h
>>conftest.
$ac_ext
2310 cat >>conftest.
$ac_ext <<_ACEOF
2311 /* end confdefs.h. */
2324 rm -f conftest.
$ac_objext
2325 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2326 (eval $ac_compile) 2>conftest.er1
2328 grep -v '^ *+' conftest.er1
>conftest.err
2330 cat conftest.err
>&5
2331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2332 (exit $ac_status); } &&
2333 { ac_try
='test -z "$ac_c_werror_flag"
2334 || test ! -s conftest.err'
2335 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2339 (exit $ac_status); }; } &&
2340 { ac_try
='test -s conftest.$ac_objext'
2341 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2345 (exit $ac_status); }; }; then
2348 echo "$as_me: failed program was:" >&5
2349 sed 's/^/| /' conftest.
$ac_ext >&5
2353 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2354 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
2357 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2358 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2359 GCC
=`test $ac_compiler_gnu = yes && echo yes`
2360 ac_test_CFLAGS
=${CFLAGS+set}
2361 ac_save_CFLAGS
=$CFLAGS
2363 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2364 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2365 if test "${ac_cv_prog_cc_g+set}" = set; then
2366 echo $ECHO_N "(cached) $ECHO_C" >&6
2368 cat >conftest.
$ac_ext <<_ACEOF
2371 cat confdefs.h
>>conftest.
$ac_ext
2372 cat >>conftest.
$ac_ext <<_ACEOF
2373 /* end confdefs.h. */
2383 rm -f conftest.
$ac_objext
2384 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2385 (eval $ac_compile) 2>conftest.er1
2387 grep -v '^ *+' conftest.er1
>conftest.err
2389 cat conftest.err
>&5
2390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2391 (exit $ac_status); } &&
2392 { ac_try
='test -z "$ac_c_werror_flag"
2393 || test ! -s conftest.err'
2394 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2398 (exit $ac_status); }; } &&
2399 { ac_try
='test -s conftest.$ac_objext'
2400 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2404 (exit $ac_status); }; }; then
2407 echo "$as_me: failed program was:" >&5
2408 sed 's/^/| /' conftest.
$ac_ext >&5
2412 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2414 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2415 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2416 if test "$ac_test_CFLAGS" = set; then
2417 CFLAGS
=$ac_save_CFLAGS
2418 elif test $ac_cv_prog_cc_g = yes; then
2419 if test "$GCC" = yes; then
2425 if test "$GCC" = yes; then
2431 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2432 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2433 if test "${ac_cv_prog_cc_stdc+set}" = set; then
2434 echo $ECHO_N "(cached) $ECHO_C" >&6
2436 ac_cv_prog_cc_stdc
=no
2438 cat >conftest.
$ac_ext <<_ACEOF
2441 cat confdefs.h
>>conftest.
$ac_ext
2442 cat >>conftest.
$ac_ext <<_ACEOF
2443 /* end confdefs.h. */
2446 #include <sys/types.h>
2447 #include <sys/stat.h>
2448 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2449 struct buf { int x; };
2450 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2451 static char *e (p, i)
2457 static char *f (char * (*g) (char **, int), char **p, ...)
2462 s = g (p, va_arg (v,int));
2467 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2468 function prototypes and stuff, but not '\xHH' hex character constants.
2469 These don't provoke an error unfortunately, instead are silently treated
2470 as 'x'. The following induces an error, until -std1 is added to get
2471 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2472 array size at least. It's necessary to write '\x00'==0 to get something
2473 that's true only with -std1. */
2474 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2476 int test (int i, double x);
2477 struct s1 {int (*f) (int a);};
2478 struct s2 {int (*f) (double a);};
2479 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2485 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2490 # Don't try gcc -ansi; that turns off useful extensions and
2491 # breaks some systems' header files.
2492 # AIX -qlanglvl=ansi
2493 # Ultrix and OSF/1 -std1
2494 # HP-UX 10.20 and later -Ae
2495 # HP-UX older versions -Aa -D_HPUX_SOURCE
2496 # SVR4 -Xc -D__EXTENSIONS__
2497 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2499 CC
="$ac_save_CC $ac_arg"
2500 rm -f conftest.
$ac_objext
2501 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2502 (eval $ac_compile) 2>conftest.er1
2504 grep -v '^ *+' conftest.er1
>conftest.err
2506 cat conftest.err
>&5
2507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2508 (exit $ac_status); } &&
2509 { ac_try
='test -z "$ac_c_werror_flag"
2510 || test ! -s conftest.err'
2511 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2515 (exit $ac_status); }; } &&
2516 { ac_try
='test -s conftest.$ac_objext'
2517 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2521 (exit $ac_status); }; }; then
2522 ac_cv_prog_cc_stdc
=$ac_arg
2525 echo "$as_me: failed program was:" >&5
2526 sed 's/^/| /' conftest.
$ac_ext >&5
2529 rm -f conftest.err conftest.
$ac_objext
2531 rm -f conftest.
$ac_ext conftest.
$ac_objext
2536 case "x$ac_cv_prog_cc_stdc" in
2538 echo "$as_me:$LINENO: result: none needed" >&5
2539 echo "${ECHO_T}none needed" >&6 ;;
2541 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2542 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2543 CC
="$CC $ac_cv_prog_cc_stdc" ;;
2546 # Some people use a C++ compiler to compile C. Since we use `exit',
2547 # in C++ we need to declare it. In case someone uses the same compiler
2548 # for both compiling C and C++ we need to have the C++ compiler decide
2549 # the declaration of exit, since it's the most demanding environment.
2550 cat >conftest.
$ac_ext <<_ACEOF
2555 rm -f conftest.
$ac_objext
2556 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2557 (eval $ac_compile) 2>conftest.er1
2559 grep -v '^ *+' conftest.er1
>conftest.err
2561 cat conftest.err
>&5
2562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2563 (exit $ac_status); } &&
2564 { ac_try
='test -z "$ac_c_werror_flag"
2565 || test ! -s conftest.err'
2566 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2570 (exit $ac_status); }; } &&
2571 { ac_try
='test -s conftest.$ac_objext'
2572 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2576 (exit $ac_status); }; }; then
2577 for ac_declaration
in \
2579 'extern "C" void std::exit (int) throw (); using std::exit;' \
2580 'extern "C" void std::exit (int); using std::exit;' \
2581 'extern "C" void exit (int) throw ();' \
2582 'extern "C" void exit (int);' \
2585 cat >conftest.
$ac_ext <<_ACEOF
2588 cat confdefs.h
>>conftest.
$ac_ext
2589 cat >>conftest.
$ac_ext <<_ACEOF
2590 /* end confdefs.h. */
2601 rm -f conftest.
$ac_objext
2602 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2603 (eval $ac_compile) 2>conftest.er1
2605 grep -v '^ *+' conftest.er1
>conftest.err
2607 cat conftest.err
>&5
2608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2609 (exit $ac_status); } &&
2610 { ac_try
='test -z "$ac_c_werror_flag"
2611 || test ! -s conftest.err'
2612 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2616 (exit $ac_status); }; } &&
2617 { ac_try
='test -s conftest.$ac_objext'
2618 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2622 (exit $ac_status); }; }; then
2625 echo "$as_me: failed program was:" >&5
2626 sed 's/^/| /' conftest.
$ac_ext >&5
2630 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2631 cat >conftest.
$ac_ext <<_ACEOF
2634 cat confdefs.h
>>conftest.
$ac_ext
2635 cat >>conftest.
$ac_ext <<_ACEOF
2636 /* end confdefs.h. */
2646 rm -f conftest.
$ac_objext
2647 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2648 (eval $ac_compile) 2>conftest.er1
2650 grep -v '^ *+' conftest.er1
>conftest.err
2652 cat conftest.err
>&5
2653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2654 (exit $ac_status); } &&
2655 { ac_try
='test -z "$ac_c_werror_flag"
2656 || test ! -s conftest.err'
2657 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2661 (exit $ac_status); }; } &&
2662 { ac_try
='test -s conftest.$ac_objext'
2663 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2667 (exit $ac_status); }; }; then
2670 echo "$as_me: failed program was:" >&5
2671 sed 's/^/| /' conftest.
$ac_ext >&5
2674 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2677 if test -n "$ac_declaration"; then
2678 echo '#ifdef __cplusplus' >>confdefs.h
2679 echo $ac_declaration >>confdefs.h
2680 echo '#endif' >>confdefs.h
2684 echo "$as_me: failed program was:" >&5
2685 sed 's/^/| /' conftest.
$ac_ext >&5
2688 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2690 ac_cpp
='$CPP $CPPFLAGS'
2691 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2692 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2693 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2696 ac_cpp
='$CPP $CPPFLAGS'
2697 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2698 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2699 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2700 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
2701 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
2702 # On Suns, sometimes $CPP names a directory.
2703 if test -n "$CPP" && test -d "$CPP"; then
2706 if test -z "$CPP"; then
2707 if test "${ac_cv_prog_CPP+set}" = set; then
2708 echo $ECHO_N "(cached) $ECHO_C" >&6
2710 # Double quotes because CPP needs to be expanded
2711 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
2714 for ac_c_preproc_warn_flag
in '' yes
2716 # Use a header file that comes with gcc, so configuring glibc
2717 # with a fresh cross-compiler works.
2718 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2719 # <limits.h> exists even on freestanding compilers.
2720 # On the NeXT, cc -E runs the code through the compiler's parser,
2721 # not just through cpp. "Syntax error" is here to catch this case.
2722 cat >conftest.
$ac_ext <<_ACEOF
2725 cat confdefs.h
>>conftest.
$ac_ext
2726 cat >>conftest.
$ac_ext <<_ACEOF
2727 /* end confdefs.h. */
2729 # include <limits.h>
2731 # include <assert.h>
2735 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2736 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
2738 grep -v '^ *+' conftest.er1
>conftest.err
2740 cat conftest.err
>&5
2741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2742 (exit $ac_status); } >/dev
/null
; then
2743 if test -s conftest.err
; then
2744 ac_cpp_err
=$ac_c_preproc_warn_flag
2745 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
2752 if test -z "$ac_cpp_err"; then
2755 echo "$as_me: failed program was:" >&5
2756 sed 's/^/| /' conftest.
$ac_ext >&5
2758 # Broken: fails on valid input.
2761 rm -f conftest.err conftest.
$ac_ext
2763 # OK, works on sane cases. Now check whether non-existent headers
2764 # can be detected and how.
2765 cat >conftest.
$ac_ext <<_ACEOF
2768 cat confdefs.h
>>conftest.
$ac_ext
2769 cat >>conftest.
$ac_ext <<_ACEOF
2770 /* end confdefs.h. */
2771 #include <ac_nonexistent.h>
2773 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2774 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
2776 grep -v '^ *+' conftest.er1
>conftest.err
2778 cat conftest.err
>&5
2779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2780 (exit $ac_status); } >/dev
/null
; then
2781 if test -s conftest.err
; then
2782 ac_cpp_err
=$ac_c_preproc_warn_flag
2783 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
2790 if test -z "$ac_cpp_err"; then
2791 # Broken: success on invalid input.
2794 echo "$as_me: failed program was:" >&5
2795 sed 's/^/| /' conftest.
$ac_ext >&5
2797 # Passes both tests.
2801 rm -f conftest.err conftest.
$ac_ext
2804 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2805 rm -f conftest.err conftest.
$ac_ext
2806 if $ac_preproc_ok; then
2818 echo "$as_me:$LINENO: result: $CPP" >&5
2819 echo "${ECHO_T}$CPP" >&6
2821 for ac_c_preproc_warn_flag
in '' yes
2823 # Use a header file that comes with gcc, so configuring glibc
2824 # with a fresh cross-compiler works.
2825 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
2826 # <limits.h> exists even on freestanding compilers.
2827 # On the NeXT, cc -E runs the code through the compiler's parser,
2828 # not just through cpp. "Syntax error" is here to catch this case.
2829 cat >conftest.
$ac_ext <<_ACEOF
2832 cat confdefs.h
>>conftest.
$ac_ext
2833 cat >>conftest.
$ac_ext <<_ACEOF
2834 /* end confdefs.h. */
2836 # include <limits.h>
2838 # include <assert.h>
2842 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2843 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
2845 grep -v '^ *+' conftest.er1
>conftest.err
2847 cat conftest.err
>&5
2848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2849 (exit $ac_status); } >/dev
/null
; then
2850 if test -s conftest.err
; then
2851 ac_cpp_err
=$ac_c_preproc_warn_flag
2852 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
2859 if test -z "$ac_cpp_err"; then
2862 echo "$as_me: failed program was:" >&5
2863 sed 's/^/| /' conftest.
$ac_ext >&5
2865 # Broken: fails on valid input.
2868 rm -f conftest.err conftest.
$ac_ext
2870 # OK, works on sane cases. Now check whether non-existent headers
2871 # can be detected and how.
2872 cat >conftest.
$ac_ext <<_ACEOF
2875 cat confdefs.h
>>conftest.
$ac_ext
2876 cat >>conftest.
$ac_ext <<_ACEOF
2877 /* end confdefs.h. */
2878 #include <ac_nonexistent.h>
2880 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
2881 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
2883 grep -v '^ *+' conftest.er1
>conftest.err
2885 cat conftest.err
>&5
2886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2887 (exit $ac_status); } >/dev
/null
; then
2888 if test -s conftest.err
; then
2889 ac_cpp_err
=$ac_c_preproc_warn_flag
2890 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
2897 if test -z "$ac_cpp_err"; then
2898 # Broken: success on invalid input.
2901 echo "$as_me: failed program was:" >&5
2902 sed 's/^/| /' conftest.
$ac_ext >&5
2904 # Passes both tests.
2908 rm -f conftest.err conftest.
$ac_ext
2911 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
2912 rm -f conftest.err conftest.
$ac_ext
2913 if $ac_preproc_ok; then
2916 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
2917 See \`config.log' for more details." >&5
2918 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
2919 See \`config.log' for more details." >&2;}
2920 { (exit 1); exit 1; }; }
2924 ac_cpp
='$CPP $CPPFLAGS'
2925 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2926 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2927 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2930 ac_c_preproc_warn_flag
=yes
2932 if test x
$GCC = xyes
; then
2933 ac_libiberty_warn_cflags
='-W -Wall -pedantic -Wwrite-strings -Wstrict-prototypes'
2937 if test "x$CC" != xcc
; then
2938 echo "$as_me:$LINENO: checking whether $CC and cc understand -c and -o together" >&5
2939 echo $ECHO_N "checking whether $CC and cc understand -c and -o together... $ECHO_C" >&6
2941 echo "$as_me:$LINENO: checking whether cc understands -c and -o together" >&5
2942 echo $ECHO_N "checking whether cc understands -c and -o together... $ECHO_C" >&6
2944 set dummy
$CC; ac_cc
=`echo $2 |
2945 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
2946 if eval "test \"\${ac_cv_prog_cc_${ac_cc}_c_o+set}\" = set"; then
2947 echo $ECHO_N "(cached) $ECHO_C" >&6
2949 cat >conftest.
$ac_ext <<_ACEOF
2952 cat confdefs.h
>>conftest.
$ac_ext
2953 cat >>conftest.
$ac_ext <<_ACEOF
2954 /* end confdefs.h. */
2964 # Make sure it works both with $CC and with simple cc.
2965 # We do the test twice because some compilers refuse to overwrite an
2966 # existing .o file with -o, though they will create one.
2967 ac_try
='$CC -c conftest.$ac_ext -o conftest.$ac_objext >&5'
2968 if { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2972 (exit $ac_status); } &&
2973 test -f conftest.
$ac_objext && { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2977 (exit $ac_status); };
2979 eval ac_cv_prog_cc_
${ac_cc}_c_o
=yes
2980 if test "x$CC" != xcc
; then
2981 # Test first that cc exists at all.
2982 if { ac_try
='cc -c conftest.$ac_ext >&5'
2983 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2987 (exit $ac_status); }; }; then
2988 ac_try
='cc -c conftest.$ac_ext -o conftest.$ac_objext >&5'
2989 if { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2993 (exit $ac_status); } &&
2994 test -f conftest.
$ac_objext && { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2998 (exit $ac_status); };
3003 # cc exists but doesn't like -o.
3004 eval ac_cv_prog_cc_
${ac_cc}_c_o
=no
3009 eval ac_cv_prog_cc_
${ac_cc}_c_o
=no
3014 if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" = yes"; then
3015 echo "$as_me:$LINENO: result: yes" >&5
3016 echo "${ECHO_T}yes" >&6
3018 echo "$as_me:$LINENO: result: no" >&5
3019 echo "${ECHO_T}no" >&6
3021 cat >>confdefs.h
<<\_ACEOF
3022 #define NO_MINUS_C_MINUS_O 1
3027 # autoconf is lame and doesn't give us any substitution variable for this.
3028 if eval "test \"`echo '$ac_cv_prog_cc_'${ac_cc}_c_o`\" = no"; then
3029 NO_MINUS_C_MINUS_O
=yes
3031 OUTPUT_OPTION
='-o $@'
3037 echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
3038 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6
3039 if test "${ac_cv_c_const+set}" = set; then
3040 echo $ECHO_N "(cached) $ECHO_C" >&6
3042 cat >conftest.
$ac_ext <<_ACEOF
3045 cat confdefs.h
>>conftest.
$ac_ext
3046 cat >>conftest.
$ac_ext <<_ACEOF
3047 /* end confdefs.h. */
3052 /* FIXME: Include the comments suggested by Paul. */
3054 /* Ultrix mips cc rejects this. */
3055 typedef int charset[2];
3057 /* SunOS 4.1.1 cc rejects this. */
3058 char const *const *ccp;
3060 /* NEC SVR4.0.2 mips cc rejects this. */
3061 struct point {int x, y;};
3062 static struct point const zero = {0,0};
3063 /* AIX XL C 1.02.0.0 rejects this.
3064 It does not let you subtract one const X* pointer from another in
3065 an arm of an if-expression whose if-part is not a constant
3067 const char *g = "string";
3068 ccp = &g + (g ? g-g : 0);
3069 /* HPUX 7.0 cc rejects these. */
3072 ccp = (char const *const *) p;
3073 { /* SCO 3.2v4 cc rejects this. */
3075 char const *s = 0 ? (char *) 0 : (char const *) 0;
3079 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
3081 const int *foo = &x[0];
3084 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
3085 typedef const int *iptr;
3089 { /* AIX XL C 1.02.0.0 rejects this saying
3090 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
3091 struct s { int j; const int *ap[3]; };
3092 struct s *b; b->j = 5;
3094 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
3103 rm -f conftest.
$ac_objext
3104 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3105 (eval $ac_compile) 2>conftest.er1
3107 grep -v '^ *+' conftest.er1
>conftest.err
3109 cat conftest.err
>&5
3110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3111 (exit $ac_status); } &&
3112 { ac_try
='test -z "$ac_c_werror_flag"
3113 || test ! -s conftest.err'
3114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3118 (exit $ac_status); }; } &&
3119 { ac_try
='test -s conftest.$ac_objext'
3120 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3124 (exit $ac_status); }; }; then
3127 echo "$as_me: failed program was:" >&5
3128 sed 's/^/| /' conftest.
$ac_ext >&5
3132 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3134 echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
3135 echo "${ECHO_T}$ac_cv_c_const" >&6
3136 if test $ac_cv_c_const = no
; then
3138 cat >>confdefs.h
<<\_ACEOF
3144 echo "$as_me:$LINENO: checking for inline" >&5
3145 echo $ECHO_N "checking for inline... $ECHO_C" >&6
3146 if test "${ac_cv_c_inline+set}" = set; then
3147 echo $ECHO_N "(cached) $ECHO_C" >&6
3150 for ac_kw
in inline __inline__ __inline
; do
3151 cat >conftest.
$ac_ext <<_ACEOF
3154 cat confdefs.h
>>conftest.
$ac_ext
3155 cat >>conftest.
$ac_ext <<_ACEOF
3156 /* end confdefs.h. */
3159 static $ac_kw foo_t static_foo () {return 0; }
3160 $ac_kw foo_t foo () {return 0; }
3164 rm -f conftest.
$ac_objext
3165 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3166 (eval $ac_compile) 2>conftest.er1
3168 grep -v '^ *+' conftest.er1
>conftest.err
3170 cat conftest.err
>&5
3171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3172 (exit $ac_status); } &&
3173 { ac_try
='test -z "$ac_c_werror_flag"
3174 || test ! -s conftest.err'
3175 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3179 (exit $ac_status); }; } &&
3180 { ac_try
='test -s conftest.$ac_objext'
3181 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3185 (exit $ac_status); }; }; then
3186 ac_cv_c_inline
=$ac_kw; break
3188 echo "$as_me: failed program was:" >&5
3189 sed 's/^/| /' conftest.
$ac_ext >&5
3192 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3196 echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
3197 echo "${ECHO_T}$ac_cv_c_inline" >&6
3200 case $ac_cv_c_inline in
3203 case $ac_cv_c_inline in
3205 *) ac_val
=$ac_cv_c_inline;;
3207 cat >>confdefs.h
<<_ACEOF
3209 #define inline $ac_val
3215 echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5
3216 echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6
3217 if test "${ac_cv_c_bigendian+set}" = set; then
3218 echo $ECHO_N "(cached) $ECHO_C" >&6
3220 # See if sys/param.h defines the BYTE_ORDER macro.
3221 cat >conftest.
$ac_ext <<_ACEOF
3224 cat confdefs.h
>>conftest.
$ac_ext
3225 cat >>conftest.
$ac_ext <<_ACEOF
3226 /* end confdefs.h. */
3227 #include <sys/types.h>
3228 #include <sys/param.h>
3233 #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
3241 rm -f conftest.
$ac_objext
3242 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3243 (eval $ac_compile) 2>conftest.er1
3245 grep -v '^ *+' conftest.er1
>conftest.err
3247 cat conftest.err
>&5
3248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3249 (exit $ac_status); } &&
3250 { ac_try
='test -z "$ac_c_werror_flag"
3251 || test ! -s conftest.err'
3252 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3256 (exit $ac_status); }; } &&
3257 { ac_try
='test -s conftest.$ac_objext'
3258 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3262 (exit $ac_status); }; }; then
3263 # It does; now see whether it defined to BIG_ENDIAN or not.
3264 cat >conftest.
$ac_ext <<_ACEOF
3267 cat confdefs.h
>>conftest.
$ac_ext
3268 cat >>conftest.
$ac_ext <<_ACEOF
3269 /* end confdefs.h. */
3270 #include <sys/types.h>
3271 #include <sys/param.h>
3276 #if BYTE_ORDER != BIG_ENDIAN
3284 rm -f conftest.
$ac_objext
3285 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3286 (eval $ac_compile) 2>conftest.er1
3288 grep -v '^ *+' conftest.er1
>conftest.err
3290 cat conftest.err
>&5
3291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3292 (exit $ac_status); } &&
3293 { ac_try
='test -z "$ac_c_werror_flag"
3294 || test ! -s conftest.err'
3295 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3299 (exit $ac_status); }; } &&
3300 { ac_try
='test -s conftest.$ac_objext'
3301 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3305 (exit $ac_status); }; }; then
3306 ac_cv_c_bigendian
=yes
3308 echo "$as_me: failed program was:" >&5
3309 sed 's/^/| /' conftest.
$ac_ext >&5
3311 ac_cv_c_bigendian
=no
3313 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3315 echo "$as_me: failed program was:" >&5
3316 sed 's/^/| /' conftest.
$ac_ext >&5
3318 # It does not; compile a test program.
3319 if test "$cross_compiling" = yes; then
3320 # try to guess the endianness by grepping values into an object file
3321 ac_cv_c_bigendian
=unknown
3322 cat >conftest.
$ac_ext <<_ACEOF
3325 cat confdefs.h
>>conftest.
$ac_ext
3326 cat >>conftest.
$ac_ext <<_ACEOF
3327 /* end confdefs.h. */
3328 short ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
3329 short ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
3330 void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; }
3331 short ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
3332 short ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
3333 void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; }
3337 _ascii (); _ebcdic ();
3342 rm -f conftest.
$ac_objext
3343 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3344 (eval $ac_compile) 2>conftest.er1
3346 grep -v '^ *+' conftest.er1
>conftest.err
3348 cat conftest.err
>&5
3349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3350 (exit $ac_status); } &&
3351 { ac_try
='test -z "$ac_c_werror_flag"
3352 || test ! -s conftest.err'
3353 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3357 (exit $ac_status); }; } &&
3358 { ac_try
='test -s conftest.$ac_objext'
3359 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3363 (exit $ac_status); }; }; then
3364 if grep BIGenDianSyS conftest.
$ac_objext >/dev
/null
; then
3365 ac_cv_c_bigendian
=yes
3367 if grep LiTTleEnDian conftest.
$ac_objext >/dev
/null
; then
3368 if test "$ac_cv_c_bigendian" = unknown
; then
3369 ac_cv_c_bigendian
=no
3371 # finding both strings is unlikely to happen, but who knows?
3372 ac_cv_c_bigendian
=unknown
3376 echo "$as_me: failed program was:" >&5
3377 sed 's/^/| /' conftest.
$ac_ext >&5
3380 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3382 cat >conftest.
$ac_ext <<_ACEOF
3385 cat confdefs.h
>>conftest.
$ac_ext
3386 cat >>conftest.
$ac_ext <<_ACEOF
3387 /* end confdefs.h. */
3391 /* Are we little or big endian? From Harbison&Steele. */
3395 char c[sizeof (long)];
3398 exit (u.c[sizeof (long) - 1] == 1);
3401 rm -f conftest
$ac_exeext
3402 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3403 (eval $ac_link) 2>&5
3405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3406 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
3407 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3411 (exit $ac_status); }; }; then
3412 ac_cv_c_bigendian
=no
3414 echo "$as_me: program exited with status $ac_status" >&5
3415 echo "$as_me: failed program was:" >&5
3416 sed 's/^/| /' conftest.
$ac_ext >&5
3419 ac_cv_c_bigendian
=yes
3421 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
3424 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3426 echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5
3427 echo "${ECHO_T}$ac_cv_c_bigendian" >&6
3428 case $ac_cv_c_bigendian in
3431 cat >>confdefs.h
<<\_ACEOF
3432 #define WORDS_BIGENDIAN 1
3438 { { echo "$as_me:$LINENO: error: unknown endianness
3439 presetting ac_cv_c_bigendian=no (or yes) will help" >&5
3440 echo "$as_me: error: unknown endianness
3441 presetting ac_cv_c_bigendian=no (or yes) will help" >&2;}
3442 { (exit 1); exit 1; }; } ;;
3448 ac_config_headers
="$ac_config_headers config.h:config.in"
3452 # Find a good install program. We prefer a C program (faster),
3453 # so one script is as good as another. But avoid the broken or
3454 # incompatible versions:
3455 # SysV /etc/install, /usr/sbin/install
3456 # SunOS /usr/etc/install
3457 # IRIX /sbin/install
3459 # AmigaOS /C/install, which installs bootblocks on floppy discs
3460 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3461 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3462 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3463 # OS/2's system install, which has a completely different semantic
3464 # ./install, which can be erroneously created by make from ./install.sh.
3465 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3466 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
3467 if test -z "$INSTALL"; then
3468 if test "${ac_cv_path_install+set}" = set; then
3469 echo $ECHO_N "(cached) $ECHO_C" >&6
3471 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3475 test -z "$as_dir" && as_dir
=.
3476 # Account for people who put trailing slashes in PATH elements.
3478 .
/ | .
// |
/cC
/* | \
3479 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
3480 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
3483 # OSF1 and SCO ODT 3.0 have their own names for install.
3484 # Don't use installbsd from OSF since it installs stuff as root
3486 for ac_prog
in ginstall scoinst
install; do
3487 for ac_exec_ext
in '' $ac_executable_extensions; do
3488 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3489 if test $ac_prog = install &&
3490 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
3491 # AIX install. It has an incompatible calling convention.
3493 elif test $ac_prog = install &&
3494 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
3495 # program-specific install script used by HP pwplus--don't use.
3498 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
3510 if test "${ac_cv_path_install+set}" = set; then
3511 INSTALL
=$ac_cv_path_install
3513 # As a last resort, use the slow shell script. We don't cache a
3514 # path for INSTALL within a source directory, because that will
3515 # break other packages using the cache if that directory is
3516 # removed, or if the path is relative.
3517 INSTALL
=$ac_install_sh
3520 echo "$as_me:$LINENO: result: $INSTALL" >&5
3521 echo "${ECHO_T}$INSTALL" >&6
3523 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3524 # It thinks the first close brace ends the variable substitution.
3525 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
3527 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
3529 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
3532 .
${srcdir}/config.table
3533 host_makefile_frag
=${frag}
3536 # It's OK to check for header files. Although the compiler may not be
3537 # able to link anything, it had better be able to at least compile
3564 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 stdint.h stdio_ext.h
3566 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
3567 echo "$as_me:$LINENO: checking for $ac_header" >&5
3568 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
3569 if eval "test \"\${$as_ac_Header+set}\" = set"; then
3570 echo $ECHO_N "(cached) $ECHO_C" >&6
3572 cat >conftest.
$ac_ext <<_ACEOF
3575 cat confdefs.h
>>conftest.
$ac_ext
3576 cat >>conftest.
$ac_ext <<_ACEOF
3577 /* end confdefs.h. */
3578 #include <$ac_header>
3580 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3581 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
3583 grep -v '^ *+' conftest.er1
>conftest.err
3585 cat conftest.err
>&5
3586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3587 (exit $ac_status); } >/dev
/null
; then
3588 if test -s conftest.err
; then
3589 ac_cpp_err
=$ac_c_preproc_warn_flag
3590 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
3597 if test -z "$ac_cpp_err"; then
3598 eval "$as_ac_Header=yes"
3600 echo "$as_me: failed program was:" >&5
3601 sed 's/^/| /' conftest.
$ac_ext >&5
3603 eval "$as_ac_Header=no"
3605 rm -f conftest.err conftest.
$ac_ext
3607 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
3608 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
3609 if test `eval echo '${'$as_ac_Header'}'` = yes; then
3610 cat >>confdefs.h
<<_ACEOF
3611 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
3617 echo "$as_me:$LINENO: checking for sys/wait.h that is POSIX.1 compatible" >&5
3618 echo $ECHO_N "checking for sys/wait.h that is POSIX.1 compatible... $ECHO_C" >&6
3619 if test "${ac_cv_header_sys_wait_h+set}" = set; then
3620 echo $ECHO_N "(cached) $ECHO_C" >&6
3622 cat >conftest.
$ac_ext <<_ACEOF
3625 cat confdefs.h
>>conftest.
$ac_ext
3626 cat >>conftest.
$ac_ext <<_ACEOF
3627 /* end confdefs.h. */
3628 #include <sys/types.h>
3629 #include <sys/wait.h>
3631 # define WEXITSTATUS(stat_val) ((unsigned)(stat_val) >> 8)
3634 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
3642 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
3647 rm -f conftest.
$ac_objext
3648 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3649 (eval $ac_compile) 2>conftest.er1
3651 grep -v '^ *+' conftest.er1
>conftest.err
3653 cat conftest.err
>&5
3654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3655 (exit $ac_status); } &&
3656 { ac_try
='test -z "$ac_c_werror_flag"
3657 || test ! -s conftest.err'
3658 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3662 (exit $ac_status); }; } &&
3663 { ac_try
='test -s conftest.$ac_objext'
3664 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3668 (exit $ac_status); }; }; then
3669 ac_cv_header_sys_wait_h
=yes
3671 echo "$as_me: failed program was:" >&5
3672 sed 's/^/| /' conftest.
$ac_ext >&5
3674 ac_cv_header_sys_wait_h
=no
3676 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3678 echo "$as_me:$LINENO: result: $ac_cv_header_sys_wait_h" >&5
3679 echo "${ECHO_T}$ac_cv_header_sys_wait_h" >&6
3680 if test $ac_cv_header_sys_wait_h = yes; then
3682 cat >>confdefs.h
<<\_ACEOF
3683 #define HAVE_SYS_WAIT_H 1
3688 echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
3689 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
3690 if test "${ac_cv_header_time+set}" = set; then
3691 echo $ECHO_N "(cached) $ECHO_C" >&6
3693 cat >conftest.
$ac_ext <<_ACEOF
3696 cat confdefs.h
>>conftest.
$ac_ext
3697 cat >>conftest.
$ac_ext <<_ACEOF
3698 /* end confdefs.h. */
3699 #include <sys/types.h>
3700 #include <sys/time.h>
3706 if ((struct tm *) 0)
3712 rm -f conftest.
$ac_objext
3713 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3714 (eval $ac_compile) 2>conftest.er1
3716 grep -v '^ *+' conftest.er1
>conftest.err
3718 cat conftest.err
>&5
3719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3720 (exit $ac_status); } &&
3721 { ac_try
='test -z "$ac_c_werror_flag"
3722 || test ! -s conftest.err'
3723 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3727 (exit $ac_status); }; } &&
3728 { ac_try
='test -s conftest.$ac_objext'
3729 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3733 (exit $ac_status); }; }; then
3734 ac_cv_header_time
=yes
3736 echo "$as_me: failed program was:" >&5
3737 sed 's/^/| /' conftest.
$ac_ext >&5
3739 ac_cv_header_time
=no
3741 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3743 echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
3744 echo "${ECHO_T}$ac_cv_header_time" >&6
3745 if test $ac_cv_header_time = yes; then
3747 cat >>confdefs.h
<<\_ACEOF
3748 #define TIME_WITH_SYS_TIME 1
3754 echo "$as_me:$LINENO: checking whether errno must be declared" >&5
3755 echo $ECHO_N "checking whether errno must be declared... $ECHO_C" >&6
3756 if test "${libiberty_cv_declare_errno+set}" = set; then
3757 echo $ECHO_N "(cached) $ECHO_C" >&6
3759 cat >conftest.
$ac_ext <<_ACEOF
3762 cat confdefs.h
>>conftest.
$ac_ext
3763 cat >>conftest.
$ac_ext <<_ACEOF
3764 /* end confdefs.h. */
3774 rm -f conftest.
$ac_objext
3775 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3776 (eval $ac_compile) 2>conftest.er1
3778 grep -v '^ *+' conftest.er1
>conftest.err
3780 cat conftest.err
>&5
3781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3782 (exit $ac_status); } &&
3783 { ac_try
='test -z "$ac_c_werror_flag"
3784 || test ! -s conftest.err'
3785 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3789 (exit $ac_status); }; } &&
3790 { ac_try
='test -s conftest.$ac_objext'
3791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3795 (exit $ac_status); }; }; then
3796 libiberty_cv_declare_errno
=no
3798 echo "$as_me: failed program was:" >&5
3799 sed 's/^/| /' conftest.
$ac_ext >&5
3801 libiberty_cv_declare_errno
=yes
3803 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3805 echo "$as_me:$LINENO: result: $libiberty_cv_declare_errno" >&5
3806 echo "${ECHO_T}$libiberty_cv_declare_errno" >&6
3807 if test $libiberty_cv_declare_errno = yes
3809 cat >>confdefs.h
<<\_ACEOF
3810 #define NEED_DECLARATION_ERRNO 1
3816 # Determine the size of an int for struct fibnode.
3817 echo "$as_me:$LINENO: checking for egrep" >&5
3818 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
3819 if test "${ac_cv_prog_egrep+set}" = set; then
3820 echo $ECHO_N "(cached) $ECHO_C" >&6
3822 if echo a |
(grep -E '(a|b)') >/dev
/null
2>&1
3823 then ac_cv_prog_egrep
='grep -E'
3824 else ac_cv_prog_egrep
='egrep'
3827 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
3828 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
3829 EGREP
=$ac_cv_prog_egrep
3832 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
3833 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
3834 if test "${ac_cv_header_stdc+set}" = set; then
3835 echo $ECHO_N "(cached) $ECHO_C" >&6
3837 cat >conftest.
$ac_ext <<_ACEOF
3840 cat confdefs.h
>>conftest.
$ac_ext
3841 cat >>conftest.
$ac_ext <<_ACEOF
3842 /* end confdefs.h. */
3856 rm -f conftest.
$ac_objext
3857 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3858 (eval $ac_compile) 2>conftest.er1
3860 grep -v '^ *+' conftest.er1
>conftest.err
3862 cat conftest.err
>&5
3863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3864 (exit $ac_status); } &&
3865 { ac_try
='test -z "$ac_c_werror_flag"
3866 || test ! -s conftest.err'
3867 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3871 (exit $ac_status); }; } &&
3872 { ac_try
='test -s conftest.$ac_objext'
3873 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3877 (exit $ac_status); }; }; then
3878 ac_cv_header_stdc
=yes
3880 echo "$as_me: failed program was:" >&5
3881 sed 's/^/| /' conftest.
$ac_ext >&5
3883 ac_cv_header_stdc
=no
3885 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3887 if test $ac_cv_header_stdc = yes; then
3888 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3889 cat >conftest.
$ac_ext <<_ACEOF
3892 cat confdefs.h
>>conftest.
$ac_ext
3893 cat >>conftest.
$ac_ext <<_ACEOF
3894 /* end confdefs.h. */
3898 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3899 $EGREP "memchr" >/dev
/null
2>&1; then
3902 ac_cv_header_stdc
=no
3908 if test $ac_cv_header_stdc = yes; then
3909 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3910 cat >conftest.
$ac_ext <<_ACEOF
3913 cat confdefs.h
>>conftest.
$ac_ext
3914 cat >>conftest.
$ac_ext <<_ACEOF
3915 /* end confdefs.h. */
3919 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3920 $EGREP "free" >/dev
/null
2>&1; then
3923 ac_cv_header_stdc
=no
3929 if test $ac_cv_header_stdc = yes; then
3930 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
3931 if test "$cross_compiling" = yes; then
3934 cat >conftest.
$ac_ext <<_ACEOF
3937 cat confdefs.h
>>conftest.
$ac_ext
3938 cat >>conftest.
$ac_ext <<_ACEOF
3939 /* end confdefs.h. */
3941 #if ((' ' & 0x0FF) == 0x020)
3942 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
3943 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
3945 # define ISLOWER(c) \
3946 (('a' <= (c) && (c) <= 'i') \
3947 || ('j' <= (c) && (c) <= 'r') \
3948 || ('s' <= (c) && (c) <= 'z'))
3949 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
3952 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
3957 for (i = 0; i < 256; i++)
3958 if (XOR (islower (i), ISLOWER (i))
3959 || toupper (i) != TOUPPER (i))
3964 rm -f conftest
$ac_exeext
3965 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3966 (eval $ac_link) 2>&5
3968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3969 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
3970 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3974 (exit $ac_status); }; }; then
3977 echo "$as_me: program exited with status $ac_status" >&5
3978 echo "$as_me: failed program was:" >&5
3979 sed 's/^/| /' conftest.
$ac_ext >&5
3982 ac_cv_header_stdc
=no
3984 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
3988 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
3989 echo "${ECHO_T}$ac_cv_header_stdc" >&6
3990 if test $ac_cv_header_stdc = yes; then
3992 cat >>confdefs.h
<<\_ACEOF
3993 #define STDC_HEADERS 1
3998 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4008 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
4009 inttypes.h stdint.h unistd.h
4011 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
4012 echo "$as_me:$LINENO: checking for $ac_header" >&5
4013 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
4014 if eval "test \"\${$as_ac_Header+set}\" = set"; then
4015 echo $ECHO_N "(cached) $ECHO_C" >&6
4017 cat >conftest.
$ac_ext <<_ACEOF
4020 cat confdefs.h
>>conftest.
$ac_ext
4021 cat >>conftest.
$ac_ext <<_ACEOF
4022 /* end confdefs.h. */
4023 #include <$ac_header>
4025 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
4026 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
4028 grep -v '^ *+' conftest.er1
>conftest.err
4030 cat conftest.err
>&5
4031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4032 (exit $ac_status); } >/dev
/null
; then
4033 if test -s conftest.err
; then
4034 ac_cpp_err
=$ac_c_preproc_warn_flag
4035 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
4042 if test -z "$ac_cpp_err"; then
4043 eval "$as_ac_Header=yes"
4045 echo "$as_me: failed program was:" >&5
4046 sed 's/^/| /' conftest.
$ac_ext >&5
4048 eval "$as_ac_Header=no"
4050 rm -f conftest.err conftest.
$ac_ext
4052 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
4053 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
4054 if test `eval echo '${'$as_ac_Header'}'` = yes; then
4055 cat >>confdefs.h
<<_ACEOF
4056 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
4063 echo "$as_me:$LINENO: checking for int" >&5
4064 echo $ECHO_N "checking for int... $ECHO_C" >&6
4065 if test "${ac_cv_type_int+set}" = set; then
4066 echo $ECHO_N "(cached) $ECHO_C" >&6
4068 cat >conftest.
$ac_ext <<_ACEOF
4071 cat confdefs.h
>>conftest.
$ac_ext
4072 cat >>conftest.
$ac_ext <<_ACEOF
4073 /* end confdefs.h. */
4074 $ac_includes_default
4086 rm -f conftest.
$ac_objext
4087 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4088 (eval $ac_compile) 2>conftest.er1
4090 grep -v '^ *+' conftest.er1
>conftest.err
4092 cat conftest.err
>&5
4093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4094 (exit $ac_status); } &&
4095 { ac_try
='test -z "$ac_c_werror_flag"
4096 || test ! -s conftest.err'
4097 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4101 (exit $ac_status); }; } &&
4102 { ac_try
='test -s conftest.$ac_objext'
4103 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4107 (exit $ac_status); }; }; then
4110 echo "$as_me: failed program was:" >&5
4111 sed 's/^/| /' conftest.
$ac_ext >&5
4115 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4117 echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
4118 echo "${ECHO_T}$ac_cv_type_int" >&6
4120 echo "$as_me:$LINENO: checking size of int" >&5
4121 echo $ECHO_N "checking size of int... $ECHO_C" >&6
4122 if test "${ac_cv_sizeof_int+set}" = set; then
4123 echo $ECHO_N "(cached) $ECHO_C" >&6
4125 if test "$ac_cv_type_int" = yes; then
4126 # The cast to unsigned long works around a bug in the HP C Compiler
4127 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
4128 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
4129 # This bug is HP SR number 8606223364.
4130 if test "$cross_compiling" = yes; then
4131 # Depending upon the size, compute the lo and hi bounds.
4132 cat >conftest.
$ac_ext <<_ACEOF
4135 cat confdefs.h
>>conftest.
$ac_ext
4136 cat >>conftest.
$ac_ext <<_ACEOF
4137 /* end confdefs.h. */
4138 $ac_includes_default
4142 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
4149 rm -f conftest.
$ac_objext
4150 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4151 (eval $ac_compile) 2>conftest.er1
4153 grep -v '^ *+' conftest.er1
>conftest.err
4155 cat conftest.err
>&5
4156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4157 (exit $ac_status); } &&
4158 { ac_try
='test -z "$ac_c_werror_flag"
4159 || test ! -s conftest.err'
4160 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4164 (exit $ac_status); }; } &&
4165 { ac_try
='test -s conftest.$ac_objext'
4166 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4170 (exit $ac_status); }; }; then
4173 cat >conftest.
$ac_ext <<_ACEOF
4176 cat confdefs.h
>>conftest.
$ac_ext
4177 cat >>conftest.
$ac_ext <<_ACEOF
4178 /* end confdefs.h. */
4179 $ac_includes_default
4183 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
4190 rm -f conftest.
$ac_objext
4191 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4192 (eval $ac_compile) 2>conftest.er1
4194 grep -v '^ *+' conftest.er1
>conftest.err
4196 cat conftest.err
>&5
4197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4198 (exit $ac_status); } &&
4199 { ac_try
='test -z "$ac_c_werror_flag"
4200 || test ! -s conftest.err'
4201 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4205 (exit $ac_status); }; } &&
4206 { ac_try
='test -s conftest.$ac_objext'
4207 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4211 (exit $ac_status); }; }; then
4212 ac_hi
=$ac_mid; break
4214 echo "$as_me: failed program was:" >&5
4215 sed 's/^/| /' conftest.
$ac_ext >&5
4217 ac_lo
=`expr $ac_mid + 1`
4218 if test $ac_lo -le $ac_mid; then
4222 ac_mid
=`expr 2 '*' $ac_mid + 1`
4224 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4227 echo "$as_me: failed program was:" >&5
4228 sed 's/^/| /' conftest.
$ac_ext >&5
4230 cat >conftest.
$ac_ext <<_ACEOF
4233 cat confdefs.h
>>conftest.
$ac_ext
4234 cat >>conftest.
$ac_ext <<_ACEOF
4235 /* end confdefs.h. */
4236 $ac_includes_default
4240 static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
4247 rm -f conftest.
$ac_objext
4248 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4249 (eval $ac_compile) 2>conftest.er1
4251 grep -v '^ *+' conftest.er1
>conftest.err
4253 cat conftest.err
>&5
4254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4255 (exit $ac_status); } &&
4256 { ac_try
='test -z "$ac_c_werror_flag"
4257 || test ! -s conftest.err'
4258 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4262 (exit $ac_status); }; } &&
4263 { ac_try
='test -s conftest.$ac_objext'
4264 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4268 (exit $ac_status); }; }; then
4271 cat >conftest.
$ac_ext <<_ACEOF
4274 cat confdefs.h
>>conftest.
$ac_ext
4275 cat >>conftest.
$ac_ext <<_ACEOF
4276 /* end confdefs.h. */
4277 $ac_includes_default
4281 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
4288 rm -f conftest.
$ac_objext
4289 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4290 (eval $ac_compile) 2>conftest.er1
4292 grep -v '^ *+' conftest.er1
>conftest.err
4294 cat conftest.err
>&5
4295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4296 (exit $ac_status); } &&
4297 { ac_try
='test -z "$ac_c_werror_flag"
4298 || test ! -s conftest.err'
4299 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4303 (exit $ac_status); }; } &&
4304 { ac_try
='test -s conftest.$ac_objext'
4305 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4309 (exit $ac_status); }; }; then
4310 ac_lo
=$ac_mid; break
4312 echo "$as_me: failed program was:" >&5
4313 sed 's/^/| /' conftest.
$ac_ext >&5
4315 ac_hi
=`expr '(' $ac_mid ')' - 1`
4316 if test $ac_mid -le $ac_hi; then
4320 ac_mid
=`expr 2 '*' $ac_mid`
4322 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4325 echo "$as_me: failed program was:" >&5
4326 sed 's/^/| /' conftest.
$ac_ext >&5
4330 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4332 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4333 # Binary search between lo and hi bounds.
4334 while test "x$ac_lo" != "x$ac_hi"; do
4335 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
4336 cat >conftest.
$ac_ext <<_ACEOF
4339 cat confdefs.h
>>conftest.
$ac_ext
4340 cat >>conftest.
$ac_ext <<_ACEOF
4341 /* end confdefs.h. */
4342 $ac_includes_default
4346 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
4353 rm -f conftest.
$ac_objext
4354 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4355 (eval $ac_compile) 2>conftest.er1
4357 grep -v '^ *+' conftest.er1
>conftest.err
4359 cat conftest.err
>&5
4360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4361 (exit $ac_status); } &&
4362 { ac_try
='test -z "$ac_c_werror_flag"
4363 || test ! -s conftest.err'
4364 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4368 (exit $ac_status); }; } &&
4369 { ac_try
='test -s conftest.$ac_objext'
4370 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4374 (exit $ac_status); }; }; then
4377 echo "$as_me: failed program was:" >&5
4378 sed 's/^/| /' conftest.
$ac_ext >&5
4380 ac_lo
=`expr '(' $ac_mid ')' + 1`
4382 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4385 ?
*) ac_cv_sizeof_int
=$ac_lo;;
4386 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
4387 See \`config.log' for more details." >&5
4388 echo "$as_me: error: cannot compute sizeof (int), 77
4389 See \`config.log' for more details." >&2;}
4390 { (exit 1); exit 1; }; } ;;
4393 if test "$cross_compiling" = yes; then
4394 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
4395 See \`config.log' for more details." >&5
4396 echo "$as_me: error: cannot run test program while cross compiling
4397 See \`config.log' for more details." >&2;}
4398 { (exit 1); exit 1; }; }
4400 cat >conftest.
$ac_ext <<_ACEOF
4403 cat confdefs.h
>>conftest.
$ac_ext
4404 cat >>conftest.
$ac_ext <<_ACEOF
4405 /* end confdefs.h. */
4406 $ac_includes_default
4407 long longval () { return (long) (sizeof (int)); }
4408 unsigned long ulongval () { return (long) (sizeof (int)); }
4415 FILE *f = fopen ("conftest.val", "w");
4418 if (((long) (sizeof (int))) < 0)
4420 long i = longval ();
4421 if (i != ((long) (sizeof (int))))
4423 fprintf (f, "%ld\n", i);
4427 unsigned long i = ulongval ();
4428 if (i != ((long) (sizeof (int))))
4430 fprintf (f, "%lu\n", i);
4432 exit (ferror (f) || fclose (f) != 0);
4438 rm -f conftest
$ac_exeext
4439 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4440 (eval $ac_link) 2>&5
4442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4443 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
4444 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4448 (exit $ac_status); }; }; then
4449 ac_cv_sizeof_int
=`cat conftest.val`
4451 echo "$as_me: program exited with status $ac_status" >&5
4452 echo "$as_me: failed program was:" >&5
4453 sed 's/^/| /' conftest.
$ac_ext >&5
4456 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
4457 See \`config.log' for more details." >&5
4458 echo "$as_me: error: cannot compute sizeof (int), 77
4459 See \`config.log' for more details." >&2;}
4460 { (exit 1); exit 1; }; }
4462 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
4470 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
4471 echo "${ECHO_T}$ac_cv_sizeof_int" >&6
4472 cat >>confdefs.h
<<_ACEOF
4473 #define SIZEOF_INT $ac_cv_sizeof_int
4478 echo "$as_me:$LINENO: checking for uintptr_t" >&5
4479 echo $ECHO_N "checking for uintptr_t... $ECHO_C" >&6
4480 if test "${ac_cv_type_uintptr_t+set}" = set; then
4481 echo $ECHO_N "(cached) $ECHO_C" >&6
4483 cat >conftest.
$ac_ext <<_ACEOF
4486 cat confdefs.h
>>conftest.
$ac_ext
4487 cat >>conftest.
$ac_ext <<_ACEOF
4488 /* end confdefs.h. */
4489 $ac_includes_default
4493 if ((uintptr_t *) 0)
4495 if (sizeof (uintptr_t))
4501 rm -f conftest.
$ac_objext
4502 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4503 (eval $ac_compile) 2>conftest.er1
4505 grep -v '^ *+' conftest.er1
>conftest.err
4507 cat conftest.err
>&5
4508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4509 (exit $ac_status); } &&
4510 { ac_try
='test -z "$ac_c_werror_flag"
4511 || test ! -s conftest.err'
4512 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4516 (exit $ac_status); }; } &&
4517 { ac_try
='test -s conftest.$ac_objext'
4518 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4522 (exit $ac_status); }; }; then
4523 ac_cv_type_uintptr_t
=yes
4525 echo "$as_me: failed program was:" >&5
4526 sed 's/^/| /' conftest.
$ac_ext >&5
4528 ac_cv_type_uintptr_t
=no
4530 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4532 echo "$as_me:$LINENO: result: $ac_cv_type_uintptr_t" >&5
4533 echo "${ECHO_T}$ac_cv_type_uintptr_t" >&6
4534 if test $ac_cv_type_uintptr_t = yes; then
4538 cat >>confdefs.h
<<_ACEOF
4539 #define uintptr_t unsigned long
4545 # Look for a 64-bit type.
4546 echo "$as_me:$LINENO: checking for a 64-bit type" >&5
4547 echo $ECHO_N "checking for a 64-bit type... $ECHO_C" >&6
4548 if test "${liberty_cv_uint64+set}" = set; then
4549 echo $ECHO_N "(cached) $ECHO_C" >&6
4551 cat >conftest.
$ac_ext <<_ACEOF
4554 cat confdefs.h
>>conftest.
$ac_ext
4555 cat >>conftest.
$ac_ext <<_ACEOF
4556 /* end confdefs.h. */
4557 #ifdef HAVE_STDINT_H
4563 extern uint64_t foo;
4568 rm -f conftest.
$ac_objext
4569 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4570 (eval $ac_compile) 2>conftest.er1
4572 grep -v '^ *+' conftest.er1
>conftest.err
4574 cat conftest.err
>&5
4575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4576 (exit $ac_status); } &&
4577 { ac_try
='test -z "$ac_c_werror_flag"
4578 || test ! -s conftest.err'
4579 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4583 (exit $ac_status); }; } &&
4584 { ac_try
='test -s conftest.$ac_objext'
4585 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4589 (exit $ac_status); }; }; then
4590 liberty_cv_uint64
=uint64_t
4592 echo "$as_me: failed program was:" >&5
4593 sed 's/^/| /' conftest.
$ac_ext >&5
4595 cat >conftest.
$ac_ext <<_ACEOF
4598 cat confdefs.h
>>conftest.
$ac_ext
4599 cat >>conftest.
$ac_ext <<_ACEOF
4600 /* end confdefs.h. */
4601 #ifdef HAVE_LIMITS_H
4610 extern char foo[sizeof(long) * CHAR_BIT >= 64 ? 1 : -1];
4615 rm -f conftest.
$ac_objext
4616 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4617 (eval $ac_compile) 2>conftest.er1
4619 grep -v '^ *+' conftest.er1
>conftest.err
4621 cat conftest.err
>&5
4622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4623 (exit $ac_status); } &&
4624 { ac_try
='test -z "$ac_c_werror_flag"
4625 || test ! -s conftest.err'
4626 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4630 (exit $ac_status); }; } &&
4631 { ac_try
='test -s conftest.$ac_objext'
4632 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4636 (exit $ac_status); }; }; then
4637 liberty_cv_uint64
="unsigned long"
4639 echo "$as_me: failed program was:" >&5
4640 sed 's/^/| /' conftest.
$ac_ext >&5
4642 cat >conftest.
$ac_ext <<_ACEOF
4645 cat confdefs.h
>>conftest.
$ac_ext
4646 cat >>conftest.
$ac_ext <<_ACEOF
4647 /* end confdefs.h. */
4648 #ifdef HAVE_LIMITS_H
4657 extern char foo[sizeof(long long) * CHAR_BIT >= 64 ? 1 : -1];
4662 rm -f conftest.
$ac_objext
4663 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4664 (eval $ac_compile) 2>conftest.er1
4666 grep -v '^ *+' conftest.er1
>conftest.err
4668 cat conftest.err
>&5
4669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4670 (exit $ac_status); } &&
4671 { ac_try
='test -z "$ac_c_werror_flag"
4672 || test ! -s conftest.err'
4673 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4677 (exit $ac_status); }; } &&
4678 { ac_try
='test -s conftest.$ac_objext'
4679 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4683 (exit $ac_status); }; }; then
4684 liberty_cv_uint64
="unsigned long long"
4686 echo "$as_me: failed program was:" >&5
4687 sed 's/^/| /' conftest.
$ac_ext >&5
4689 liberty_cv_uint64
=none
4691 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4693 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4695 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4698 echo "$as_me:$LINENO: result: $liberty_cv_uint64" >&5
4699 echo "${ECHO_T}$liberty_cv_uint64" >&6
4700 if test "$liberty_cv_uint64" != none
; then
4702 cat >>confdefs.h
<<_ACEOF
4703 #define UNSIGNED_64BIT_TYPE $liberty_cv_uint64
4708 # Given the above check, we always have uintptr_t or a fallback
4709 # definition. So define HAVE_UINTPTR_T in case any imported code
4712 cat >>confdefs.h
<<\_ACEOF
4713 #define HAVE_UINTPTR_T 1
4717 echo "$as_me:$LINENO: checking for pid_t" >&5
4718 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6
4719 if test "${ac_cv_type_pid_t+set}" = set; then
4720 echo $ECHO_N "(cached) $ECHO_C" >&6
4722 cat >conftest.
$ac_ext <<_ACEOF
4725 cat confdefs.h
>>conftest.
$ac_ext
4726 cat >>conftest.
$ac_ext <<_ACEOF
4727 /* end confdefs.h. */
4728 $ac_includes_default
4740 rm -f conftest.
$ac_objext
4741 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4742 (eval $ac_compile) 2>conftest.er1
4744 grep -v '^ *+' conftest.er1
>conftest.err
4746 cat conftest.err
>&5
4747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4748 (exit $ac_status); } &&
4749 { ac_try
='test -z "$ac_c_werror_flag"
4750 || test ! -s conftest.err'
4751 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4755 (exit $ac_status); }; } &&
4756 { ac_try
='test -s conftest.$ac_objext'
4757 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4761 (exit $ac_status); }; }; then
4762 ac_cv_type_pid_t
=yes
4764 echo "$as_me: failed program was:" >&5
4765 sed 's/^/| /' conftest.
$ac_ext >&5
4769 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4771 echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
4772 echo "${ECHO_T}$ac_cv_type_pid_t" >&6
4773 if test $ac_cv_type_pid_t = yes; then
4777 cat >>confdefs.h
<<_ACEOF
4784 # This is the list of functions which libiberty will provide if they
4785 # are not available on the host.
4788 funcs
="$funcs atexit"
4789 funcs
="$funcs basename"
4791 funcs
="$funcs bcopy"
4792 funcs
="$funcs bsearch"
4793 funcs
="$funcs bzero"
4794 funcs
="$funcs calloc"
4795 funcs
="$funcs clock"
4797 funcs
="$funcs getcwd"
4798 funcs
="$funcs getpagesize"
4799 funcs
="$funcs gettimeofday"
4800 funcs
="$funcs index"
4801 funcs
="$funcs insque"
4802 funcs
="$funcs memchr"
4803 funcs
="$funcs memcmp"
4804 funcs
="$funcs memcpy"
4805 funcs
="$funcs memmove"
4806 funcs
="$funcs mempcpy"
4807 funcs
="$funcs memset"
4808 funcs
="$funcs mkstemps"
4809 funcs
="$funcs putenv"
4810 funcs
="$funcs random"
4811 funcs
="$funcs rename"
4812 funcs
="$funcs rindex"
4813 funcs
="$funcs setenv"
4814 funcs
="$funcs snprintf"
4815 funcs
="$funcs sigsetmask"
4816 funcs
="$funcs stpcpy"
4817 funcs
="$funcs stpncpy"
4818 funcs
="$funcs strcasecmp"
4819 funcs
="$funcs strchr"
4820 funcs
="$funcs strdup"
4821 funcs
="$funcs strncasecmp"
4822 funcs
="$funcs strndup"
4823 funcs
="$funcs strrchr"
4824 funcs
="$funcs strstr"
4825 funcs
="$funcs strtod"
4826 funcs
="$funcs strtol"
4827 funcs
="$funcs strtoul"
4828 funcs
="$funcs strverscmp"
4829 funcs
="$funcs tmpnam"
4830 funcs
="$funcs vasprintf"
4831 funcs
="$funcs vfprintf"
4832 funcs
="$funcs vprintf"
4833 funcs
="$funcs vsnprintf"
4834 funcs
="$funcs vsprintf"
4835 funcs
="$funcs waitpid"
4837 # Also in the old function.def file: alloca, vfork, getopt.
4839 vars
="sys_errlist sys_nerr sys_siglist"
4841 checkfuncs
="getrusage on_exit psignal strerror strsignal sysconf times sbrk gettimeofday"
4842 checkfuncs
="$checkfuncs realpath canonicalize_file_name pstat_getstatic pstat_getdynamic sysmp"
4843 checkfuncs
="$checkfuncs getsysinfo table sysctl wait3 wait4 __fsetlocking"
4845 # These are neither executed nor required, but they help keep
4846 # autoheader happy without adding a bunch of text to acconfig.h.
4847 if test "x" = "y"; then
4917 for ac_func
in asprintf atexit
basename bcmp bcopy bsearch bzero calloc
clock \
4918 getcwd getpagesize gettimeofday index insque mkstemps memchr memcmp memcpy \
4919 memmove mempcpy memset putenv random rename rindex sigsetmask \
4920 strcasecmp setenv stpcpy stpncpy strchr strdup strncasecmp strndup strrchr strstr \
4921 strtod strtol strtoul strverscmp tmpnam vasprintf vfprintf vprintf \
4922 vsprintf waitpid getrusage on_exit psignal strerror strsignal \
4923 sysconf
times sbrk gettimeofday ffs snprintf vsnprintf \
4924 pstat_getstatic pstat_getdynamic sysmp getsysinfo table sysctl wait3 wait4 \
4925 realpath canonicalize_file_name __fsetlocking
4927 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
4928 echo "$as_me:$LINENO: checking for $ac_func" >&5
4929 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
4930 if eval "test \"\${$as_ac_var+set}\" = set"; then
4931 echo $ECHO_N "(cached) $ECHO_C" >&6
4933 if test x
$gcc_no_link = xyes
; then
4934 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
4935 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
4936 { (exit 1); exit 1; }; }
4938 cat >conftest.
$ac_ext <<_ACEOF
4941 cat confdefs.h
>>conftest.
$ac_ext
4942 cat >>conftest.
$ac_ext <<_ACEOF
4943 /* end confdefs.h. */
4944 /* System header to define __stub macros and hopefully few prototypes,
4945 which can conflict with char $ac_func (); below.
4946 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4947 <limits.h> exists even on freestanding compilers. Under hpux,
4948 including <limits.h> includes <sys/time.h> and causes problems
4949 checking for functions defined therein. */
4950 #if defined (__STDC__) && !defined (_HPUX_SOURCE)
4951 # include <limits.h>
4953 # include <assert.h>
4955 /* Override any gcc2 internal prototype to avoid an error. */
4960 /* We use char because int might match the return type of a gcc2
4961 builtin and then its argument prototype would still apply. */
4963 /* The GNU C library defines this for functions which it implements
4964 to always fail with ENOSYS. Some functions are actually named
4965 something starting with __ and the normal name is an alias. */
4966 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
4969 char (*f) () = $ac_func;
4978 return f != $ac_func;
4983 rm -f conftest.
$ac_objext conftest
$ac_exeext
4984 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4985 (eval $ac_link) 2>conftest.er1
4987 grep -v '^ *+' conftest.er1
>conftest.err
4989 cat conftest.err
>&5
4990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4991 (exit $ac_status); } &&
4992 { ac_try
='test -z "$ac_c_werror_flag"
4993 || test ! -s conftest.err'
4994 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4998 (exit $ac_status); }; } &&
4999 { ac_try
='test -s conftest$ac_exeext'
5000 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5004 (exit $ac_status); }; }; then
5005 eval "$as_ac_var=yes"
5007 echo "$as_me: failed program was:" >&5
5008 sed 's/^/| /' conftest.
$ac_ext >&5
5010 eval "$as_ac_var=no"
5012 rm -f conftest.err conftest.
$ac_objext \
5013 conftest
$ac_exeext conftest.
$ac_ext
5015 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
5016 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
5017 if test `eval echo '${'$as_ac_var'}'` = yes; then
5018 cat >>confdefs.h
<<_ACEOF
5019 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
5025 echo "$as_me:$LINENO: checking whether basename is declared" >&5
5026 echo $ECHO_N "checking whether basename is declared... $ECHO_C" >&6
5027 if test "${ac_cv_have_decl_basename+set}" = set; then
5028 echo $ECHO_N "(cached) $ECHO_C" >&6
5030 cat >conftest.
$ac_ext <<_ACEOF
5033 cat confdefs.h
>>conftest.
$ac_ext
5034 cat >>conftest.
$ac_ext <<_ACEOF
5035 /* end confdefs.h. */
5036 $ac_includes_default
5041 char *p = (char *) basename;
5048 rm -f conftest.
$ac_objext
5049 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5050 (eval $ac_compile) 2>conftest.er1
5052 grep -v '^ *+' conftest.er1
>conftest.err
5054 cat conftest.err
>&5
5055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5056 (exit $ac_status); } &&
5057 { ac_try
='test -z "$ac_c_werror_flag"
5058 || test ! -s conftest.err'
5059 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5063 (exit $ac_status); }; } &&
5064 { ac_try
='test -s conftest.$ac_objext'
5065 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5069 (exit $ac_status); }; }; then
5070 ac_cv_have_decl_basename
=yes
5072 echo "$as_me: failed program was:" >&5
5073 sed 's/^/| /' conftest.
$ac_ext >&5
5075 ac_cv_have_decl_basename
=no
5077 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5079 echo "$as_me:$LINENO: result: $ac_cv_have_decl_basename" >&5
5080 echo "${ECHO_T}$ac_cv_have_decl_basename" >&6
5081 if test $ac_cv_have_decl_basename = yes; then
5083 cat >>confdefs.h
<<_ACEOF
5084 #define HAVE_DECL_BASENAME 1
5089 cat >>confdefs.h
<<_ACEOF
5090 #define HAVE_DECL_BASENAME 0
5095 echo "$as_me:$LINENO: checking whether ffs is declared" >&5
5096 echo $ECHO_N "checking whether ffs is declared... $ECHO_C" >&6
5097 if test "${ac_cv_have_decl_ffs+set}" = set; then
5098 echo $ECHO_N "(cached) $ECHO_C" >&6
5100 cat >conftest.
$ac_ext <<_ACEOF
5103 cat confdefs.h
>>conftest.
$ac_ext
5104 cat >>conftest.
$ac_ext <<_ACEOF
5105 /* end confdefs.h. */
5106 $ac_includes_default
5111 char *p = (char *) ffs;
5118 rm -f conftest.
$ac_objext
5119 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5120 (eval $ac_compile) 2>conftest.er1
5122 grep -v '^ *+' conftest.er1
>conftest.err
5124 cat conftest.err
>&5
5125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5126 (exit $ac_status); } &&
5127 { ac_try
='test -z "$ac_c_werror_flag"
5128 || test ! -s conftest.err'
5129 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5133 (exit $ac_status); }; } &&
5134 { ac_try
='test -s conftest.$ac_objext'
5135 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5139 (exit $ac_status); }; }; then
5140 ac_cv_have_decl_ffs
=yes
5142 echo "$as_me: failed program was:" >&5
5143 sed 's/^/| /' conftest.
$ac_ext >&5
5145 ac_cv_have_decl_ffs
=no
5147 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5149 echo "$as_me:$LINENO: result: $ac_cv_have_decl_ffs" >&5
5150 echo "${ECHO_T}$ac_cv_have_decl_ffs" >&6
5151 if test $ac_cv_have_decl_ffs = yes; then
5153 cat >>confdefs.h
<<_ACEOF
5154 #define HAVE_DECL_FFS 1
5159 cat >>confdefs.h
<<_ACEOF
5160 #define HAVE_DECL_FFS 0
5165 echo "$as_me:$LINENO: checking whether asprintf is declared" >&5
5166 echo $ECHO_N "checking whether asprintf is declared... $ECHO_C" >&6
5167 if test "${ac_cv_have_decl_asprintf+set}" = set; then
5168 echo $ECHO_N "(cached) $ECHO_C" >&6
5170 cat >conftest.
$ac_ext <<_ACEOF
5173 cat confdefs.h
>>conftest.
$ac_ext
5174 cat >>conftest.
$ac_ext <<_ACEOF
5175 /* end confdefs.h. */
5176 $ac_includes_default
5181 char *p = (char *) asprintf;
5188 rm -f conftest.
$ac_objext
5189 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5190 (eval $ac_compile) 2>conftest.er1
5192 grep -v '^ *+' conftest.er1
>conftest.err
5194 cat conftest.err
>&5
5195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5196 (exit $ac_status); } &&
5197 { ac_try
='test -z "$ac_c_werror_flag"
5198 || test ! -s conftest.err'
5199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5203 (exit $ac_status); }; } &&
5204 { ac_try
='test -s conftest.$ac_objext'
5205 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5209 (exit $ac_status); }; }; then
5210 ac_cv_have_decl_asprintf
=yes
5212 echo "$as_me: failed program was:" >&5
5213 sed 's/^/| /' conftest.
$ac_ext >&5
5215 ac_cv_have_decl_asprintf
=no
5217 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5219 echo "$as_me:$LINENO: result: $ac_cv_have_decl_asprintf" >&5
5220 echo "${ECHO_T}$ac_cv_have_decl_asprintf" >&6
5221 if test $ac_cv_have_decl_asprintf = yes; then
5223 cat >>confdefs.h
<<_ACEOF
5224 #define HAVE_DECL_ASPRINTF 1
5229 cat >>confdefs.h
<<_ACEOF
5230 #define HAVE_DECL_ASPRINTF 0
5235 echo "$as_me:$LINENO: checking whether vasprintf is declared" >&5
5236 echo $ECHO_N "checking whether vasprintf is declared... $ECHO_C" >&6
5237 if test "${ac_cv_have_decl_vasprintf+set}" = set; then
5238 echo $ECHO_N "(cached) $ECHO_C" >&6
5240 cat >conftest.
$ac_ext <<_ACEOF
5243 cat confdefs.h
>>conftest.
$ac_ext
5244 cat >>conftest.
$ac_ext <<_ACEOF
5245 /* end confdefs.h. */
5246 $ac_includes_default
5251 char *p = (char *) vasprintf;
5258 rm -f conftest.
$ac_objext
5259 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5260 (eval $ac_compile) 2>conftest.er1
5262 grep -v '^ *+' conftest.er1
>conftest.err
5264 cat conftest.err
>&5
5265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5266 (exit $ac_status); } &&
5267 { ac_try
='test -z "$ac_c_werror_flag"
5268 || test ! -s conftest.err'
5269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5273 (exit $ac_status); }; } &&
5274 { ac_try
='test -s conftest.$ac_objext'
5275 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5279 (exit $ac_status); }; }; then
5280 ac_cv_have_decl_vasprintf
=yes
5282 echo "$as_me: failed program was:" >&5
5283 sed 's/^/| /' conftest.
$ac_ext >&5
5285 ac_cv_have_decl_vasprintf
=no
5287 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5289 echo "$as_me:$LINENO: result: $ac_cv_have_decl_vasprintf" >&5
5290 echo "${ECHO_T}$ac_cv_have_decl_vasprintf" >&6
5291 if test $ac_cv_have_decl_vasprintf = yes; then
5293 cat >>confdefs.h
<<_ACEOF
5294 #define HAVE_DECL_VASPRINTF 1
5299 cat >>confdefs.h
<<_ACEOF
5300 #define HAVE_DECL_VASPRINTF 0
5305 echo "$as_me:$LINENO: checking whether snprintf is declared" >&5
5306 echo $ECHO_N "checking whether snprintf is declared... $ECHO_C" >&6
5307 if test "${ac_cv_have_decl_snprintf+set}" = set; then
5308 echo $ECHO_N "(cached) $ECHO_C" >&6
5310 cat >conftest.
$ac_ext <<_ACEOF
5313 cat confdefs.h
>>conftest.
$ac_ext
5314 cat >>conftest.
$ac_ext <<_ACEOF
5315 /* end confdefs.h. */
5316 $ac_includes_default
5321 char *p = (char *) snprintf;
5328 rm -f conftest.
$ac_objext
5329 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5330 (eval $ac_compile) 2>conftest.er1
5332 grep -v '^ *+' conftest.er1
>conftest.err
5334 cat conftest.err
>&5
5335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5336 (exit $ac_status); } &&
5337 { ac_try
='test -z "$ac_c_werror_flag"
5338 || test ! -s conftest.err'
5339 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5343 (exit $ac_status); }; } &&
5344 { ac_try
='test -s conftest.$ac_objext'
5345 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5349 (exit $ac_status); }; }; then
5350 ac_cv_have_decl_snprintf
=yes
5352 echo "$as_me: failed program was:" >&5
5353 sed 's/^/| /' conftest.
$ac_ext >&5
5355 ac_cv_have_decl_snprintf
=no
5357 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5359 echo "$as_me:$LINENO: result: $ac_cv_have_decl_snprintf" >&5
5360 echo "${ECHO_T}$ac_cv_have_decl_snprintf" >&6
5361 if test $ac_cv_have_decl_snprintf = yes; then
5363 cat >>confdefs.h
<<_ACEOF
5364 #define HAVE_DECL_SNPRINTF 1
5369 cat >>confdefs.h
<<_ACEOF
5370 #define HAVE_DECL_SNPRINTF 0
5375 echo "$as_me:$LINENO: checking whether vsnprintf is declared" >&5
5376 echo $ECHO_N "checking whether vsnprintf is declared... $ECHO_C" >&6
5377 if test "${ac_cv_have_decl_vsnprintf+set}" = set; then
5378 echo $ECHO_N "(cached) $ECHO_C" >&6
5380 cat >conftest.
$ac_ext <<_ACEOF
5383 cat confdefs.h
>>conftest.
$ac_ext
5384 cat >>conftest.
$ac_ext <<_ACEOF
5385 /* end confdefs.h. */
5386 $ac_includes_default
5391 char *p = (char *) vsnprintf;
5398 rm -f conftest.
$ac_objext
5399 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5400 (eval $ac_compile) 2>conftest.er1
5402 grep -v '^ *+' conftest.er1
>conftest.err
5404 cat conftest.err
>&5
5405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5406 (exit $ac_status); } &&
5407 { ac_try
='test -z "$ac_c_werror_flag"
5408 || test ! -s conftest.err'
5409 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5413 (exit $ac_status); }; } &&
5414 { ac_try
='test -s conftest.$ac_objext'
5415 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5419 (exit $ac_status); }; }; then
5420 ac_cv_have_decl_vsnprintf
=yes
5422 echo "$as_me: failed program was:" >&5
5423 sed 's/^/| /' conftest.
$ac_ext >&5
5425 ac_cv_have_decl_vsnprintf
=no
5427 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5429 echo "$as_me:$LINENO: result: $ac_cv_have_decl_vsnprintf" >&5
5430 echo "${ECHO_T}$ac_cv_have_decl_vsnprintf" >&6
5431 if test $ac_cv_have_decl_vsnprintf = yes; then
5433 cat >>confdefs.h
<<_ACEOF
5434 #define HAVE_DECL_VSNPRINTF 1
5439 cat >>confdefs.h
<<_ACEOF
5440 #define HAVE_DECL_VSNPRINTF 0
5448 cat >>confdefs.h
<<\_ACEOF
5449 #define HAVE_SYS_ERRLIST 1
5453 cat >>confdefs.h
<<\_ACEOF
5454 #define HAVE_SYS_NERR 1
5458 cat >>confdefs.h
<<\_ACEOF
5459 #define HAVE_SYS_SIGLIST 1
5464 # For each of these functions, if the host does not provide the
5465 # function we want to put FN.o in LIBOBJS, and if the host does
5466 # provide the function, we want to define HAVE_FN in config.h.
5471 if test -n "${with_target_subdir}"; then
5473 # We are being configured as a target library. AC_REPLACE_FUNCS
5474 # may not work correctly, because the compiler may not be able to
5475 # link executables. Note that we may still be being configured
5478 # If we are being configured for newlib, we know which functions
5479 # newlib provide and which ones we will be expected to provide.
5481 if test "x${with_newlib}" = "xyes"; then
5483 "asprintf.$ac_objext" | \
5484 *" asprintf.$ac_objext" | \
5485 "asprintf.$ac_objext "* | \
5486 *" asprintf.$ac_objext "* ) ;;
5487 *) LIBOBJS
="$LIBOBJS asprintf.$ac_objext" ;;
5491 "basename.$ac_objext" | \
5492 *" basename.$ac_objext" | \
5493 "basename.$ac_objext "* | \
5494 *" basename.$ac_objext "* ) ;;
5495 *) LIBOBJS
="$LIBOBJS basename.$ac_objext" ;;
5499 "insque.$ac_objext" | \
5500 *" insque.$ac_objext" | \
5501 "insque.$ac_objext "* | \
5502 *" insque.$ac_objext "* ) ;;
5503 *) LIBOBJS
="$LIBOBJS insque.$ac_objext" ;;
5507 "random.$ac_objext" | \
5508 *" random.$ac_objext" | \
5509 "random.$ac_objext "* | \
5510 *" random.$ac_objext "* ) ;;
5511 *) LIBOBJS
="$LIBOBJS random.$ac_objext" ;;
5515 "strdup.$ac_objext" | \
5516 *" strdup.$ac_objext" | \
5517 "strdup.$ac_objext "* | \
5518 *" strdup.$ac_objext "* ) ;;
5519 *) LIBOBJS
="$LIBOBJS strdup.$ac_objext" ;;
5523 "vasprintf.$ac_objext" | \
5524 *" vasprintf.$ac_objext" | \
5525 "vasprintf.$ac_objext "* | \
5526 *" vasprintf.$ac_objext "* ) ;;
5527 *) LIBOBJS
="$LIBOBJS vasprintf.$ac_objext" ;;
5533 asprintf |
basename | insque | random | strdup | vasprintf
)
5536 n
=HAVE_
`echo $f | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5537 cat >>confdefs.h
<<_ACEOF
5545 # newlib doesnt provide any of the variables in $vars, so we
5546 # dont have to check them here.
5548 # Of the functions in $checkfuncs, newlib only has strerror.
5549 cat >>confdefs.h
<<\_ACEOF
5550 #define HAVE_STRERROR 1
5558 # We may wish to install the target headers somewhere.
5559 # Check whether --enable-install-libiberty or --disable-install-libiberty was given.
5560 if test "${enable_install_libiberty+set}" = set; then
5561 enableval
="$enable_install_libiberty"
5562 enable_install_libiberty
=$enableval
5564 enable_install_libiberty
=no
5566 # Option parsed, now set things appropriately.
5567 case x
"$enable_install_libiberty" in
5569 target_header_dir
=libiberty
5575 # This could be sanity-checked in various ways...
5576 target_header_dir
="${enable_install_libiberty}"
5583 # Not a target library, so we set things up to run the test suite.
5592 *-*-cygwin* |
*-*-mingw*)
5593 cat >>confdefs.h
<<\_ACEOF
5594 #define HAVE_SYS_ERRLIST 1
5597 cat >>confdefs.h
<<\_ACEOF
5598 #define HAVE_SYS_NERR 1
5604 if test -z "${setobjs}"; then
5608 # Handle VxWorks configuration specially, since on VxWorks the
5609 # libraries are actually on the target board, not in the file
5612 "basename.$ac_objext" | \
5613 *" basename.$ac_objext" | \
5614 "basename.$ac_objext "* | \
5615 *" basename.$ac_objext "* ) ;;
5616 *) LIBOBJS
="$LIBOBJS basename.$ac_objext" ;;
5620 "getpagesize.$ac_objext" | \
5621 *" getpagesize.$ac_objext" | \
5622 "getpagesize.$ac_objext "* | \
5623 *" getpagesize.$ac_objext "* ) ;;
5624 *) LIBOBJS
="$LIBOBJS getpagesize.$ac_objext" ;;
5628 "insque.$ac_objext" | \
5629 *" insque.$ac_objext" | \
5630 "insque.$ac_objext "* | \
5631 *" insque.$ac_objext "* ) ;;
5632 *) LIBOBJS
="$LIBOBJS insque.$ac_objext" ;;
5636 "random.$ac_objext" | \
5637 *" random.$ac_objext" | \
5638 "random.$ac_objext "* | \
5639 *" random.$ac_objext "* ) ;;
5640 *) LIBOBJS
="$LIBOBJS random.$ac_objext" ;;
5644 "strcasecmp.$ac_objext" | \
5645 *" strcasecmp.$ac_objext" | \
5646 "strcasecmp.$ac_objext "* | \
5647 *" strcasecmp.$ac_objext "* ) ;;
5648 *) LIBOBJS
="$LIBOBJS strcasecmp.$ac_objext" ;;
5652 "strncasecmp.$ac_objext" | \
5653 *" strncasecmp.$ac_objext" | \
5654 "strncasecmp.$ac_objext "* | \
5655 *" strncasecmp.$ac_objext "* ) ;;
5656 *) LIBOBJS
="$LIBOBJS strncasecmp.$ac_objext" ;;
5660 "strdup.$ac_objext" | \
5661 *" strdup.$ac_objext" | \
5662 "strdup.$ac_objext "* | \
5663 *" strdup.$ac_objext "* ) ;;
5664 *) LIBOBJS
="$LIBOBJS strdup.$ac_objext" ;;
5668 "vfork.$ac_objext" | \
5669 *" vfork.$ac_objext" | \
5670 "vfork.$ac_objext "* | \
5671 *" vfork.$ac_objext "* ) ;;
5672 *) LIBOBJS
="$LIBOBJS vfork.$ac_objext" ;;
5676 "waitpid.$ac_objext" | \
5677 *" waitpid.$ac_objext" | \
5678 "waitpid.$ac_objext "* | \
5679 *" waitpid.$ac_objext "* ) ;;
5680 *) LIBOBJS
="$LIBOBJS waitpid.$ac_objext" ;;
5684 "vasprintf.$ac_objext" | \
5685 *" vasprintf.$ac_objext" | \
5686 "vasprintf.$ac_objext "* | \
5687 *" vasprintf.$ac_objext "* ) ;;
5688 *) LIBOBJS
="$LIBOBJS vasprintf.$ac_objext" ;;
5693 basename | getpagesize | insque | random | strcasecmp
)
5695 strncasecmp | strdup | vfork | waitpid | vasprintf
)
5698 n
=HAVE_
`echo $f | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
5699 cat >>confdefs.h
<<_ACEOF
5707 # VxWorks doesn't provide any of the variables in $vars, so we
5708 # don't have to check them here.
5710 # Of the functions in $checkfuncs, VxWorks only has strerror.
5711 cat >>confdefs.h
<<\_ACEOF
5712 #define HAVE_STRERROR 1
5722 if test -z "${setobjs}"; then
5727 # The Cygwin library actually uses a couple of files from
5728 # libiberty when it is built. If we are building a native
5729 # Cygwin, and we run the tests, we will appear to have these
5730 # files. However, when we go on to build winsup, we will wind up
5731 # with a library which does not have the files, since they should
5732 # have come from libiberty.
5734 # We handle this by removing the functions the winsup library
5735 # provides from our shell variables, so that they appear to be
5738 # DJ - only if we're *building* cygwin, not just building *with* cygwin
5740 if test -n "${with_target_subdir}"
5742 funcs
="`echo $funcs | sed -e 's/random//'`"
5744 "random.$ac_objext" | \
5745 *" random.$ac_objext" | \
5746 "random.$ac_objext "* | \
5747 *" random.$ac_objext "* ) ;;
5748 *) LIBOBJS
="$LIBOBJS random.$ac_objext" ;;
5751 vars
="`echo $vars | sed -e 's/sys_siglist//'`"
5752 checkfuncs
="`echo $checkfuncs | sed -e 's/strsignal//' -e 's/psignal//'`"
5757 # Under mingw32, sys_nerr and sys_errlist exist, but they are
5758 # macros, so the test below won't find them.
5759 libiberty_cv_var_sys_nerr
=yes
5760 libiberty_cv_var_sys_errlist
=yes
5764 # vfork and fork are stubs.
5765 ac_cv_func_vfork_works
=no
5769 # Under some versions of uwin, vfork is notoriously buggy and the test
5770 # can hang configure; on other versions, vfork exists just as a stub.
5771 # FIXME: This should be removed once vfork in uwin's runtime is fixed.
5772 ac_cv_func_vfork_works
=no
5773 # Under uwin 2.0+, sys_nerr and sys_errlist exist, but they are
5774 # macros (actually, these are imported from a DLL, but the end effect
5775 # is the same), so the test below won't find them.
5776 libiberty_cv_var_sys_nerr
=yes
5777 libiberty_cv_var_sys_errlist
=yes
5781 # Under VMS, vfork works very different than on Unix. The standard test
5782 # won't work, and it isn't easily adaptable. It makes more sense to
5784 ac_cv_func_vfork_works
=yes
5789 # We haven't set the list of objects yet. Use the standard autoconf
5790 # tests. This will only work if the compiler works.
5791 echo "$as_me:$LINENO: checking for library containing strerror" >&5
5792 echo $ECHO_N "checking for library containing strerror... $ECHO_C" >&6
5793 if test "${ac_cv_search_strerror+set}" = set; then
5794 echo $ECHO_N "(cached) $ECHO_C" >&6
5796 ac_func_search_save_LIBS
=$LIBS
5797 ac_cv_search_strerror
=no
5798 if test x
$gcc_no_link = xyes
; then
5799 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
5800 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
5801 { (exit 1); exit 1; }; }
5803 cat >conftest.
$ac_ext <<_ACEOF
5806 cat confdefs.h
>>conftest.
$ac_ext
5807 cat >>conftest.
$ac_ext <<_ACEOF
5808 /* end confdefs.h. */
5810 /* Override any gcc2 internal prototype to avoid an error. */
5814 /* We use char because int might match the return type of a gcc2
5815 builtin and then its argument prototype would still apply. */
5825 rm -f conftest.
$ac_objext conftest
$ac_exeext
5826 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5827 (eval $ac_link) 2>conftest.er1
5829 grep -v '^ *+' conftest.er1
>conftest.err
5831 cat conftest.err
>&5
5832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5833 (exit $ac_status); } &&
5834 { ac_try
='test -z "$ac_c_werror_flag"
5835 || test ! -s conftest.err'
5836 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5840 (exit $ac_status); }; } &&
5841 { ac_try
='test -s conftest$ac_exeext'
5842 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5846 (exit $ac_status); }; }; then
5847 ac_cv_search_strerror
="none required"
5849 echo "$as_me: failed program was:" >&5
5850 sed 's/^/| /' conftest.
$ac_ext >&5
5853 rm -f conftest.err conftest.
$ac_objext \
5854 conftest
$ac_exeext conftest.
$ac_ext
5855 if test "$ac_cv_search_strerror" = no
; then
5856 for ac_lib
in cposix
; do
5857 LIBS
="-l$ac_lib $ac_func_search_save_LIBS"
5858 if test x
$gcc_no_link = xyes
; then
5859 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
5860 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
5861 { (exit 1); exit 1; }; }
5863 cat >conftest.
$ac_ext <<_ACEOF
5866 cat confdefs.h
>>conftest.
$ac_ext
5867 cat >>conftest.
$ac_ext <<_ACEOF
5868 /* end confdefs.h. */
5870 /* Override any gcc2 internal prototype to avoid an error. */
5874 /* We use char because int might match the return type of a gcc2
5875 builtin and then its argument prototype would still apply. */
5885 rm -f conftest.
$ac_objext conftest
$ac_exeext
5886 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5887 (eval $ac_link) 2>conftest.er1
5889 grep -v '^ *+' conftest.er1
>conftest.err
5891 cat conftest.err
>&5
5892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5893 (exit $ac_status); } &&
5894 { ac_try
='test -z "$ac_c_werror_flag"
5895 || test ! -s conftest.err'
5896 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5900 (exit $ac_status); }; } &&
5901 { ac_try
='test -s conftest$ac_exeext'
5902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5906 (exit $ac_status); }; }; then
5907 ac_cv_search_strerror
="-l$ac_lib"
5910 echo "$as_me: failed program was:" >&5
5911 sed 's/^/| /' conftest.
$ac_ext >&5
5914 rm -f conftest.err conftest.
$ac_objext \
5915 conftest
$ac_exeext conftest.
$ac_ext
5918 LIBS
=$ac_func_search_save_LIBS
5920 echo "$as_me:$LINENO: result: $ac_cv_search_strerror" >&5
5921 echo "${ECHO_T}$ac_cv_search_strerror" >&6
5922 if test "$ac_cv_search_strerror" != no
; then
5923 test "$ac_cv_search_strerror" = "none required" || LIBS
="$ac_cv_search_strerror $LIBS"
5928 for ac_func
in $funcs
5930 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
5931 echo "$as_me:$LINENO: checking for $ac_func" >&5
5932 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
5933 if eval "test \"\${$as_ac_var+set}\" = set"; then
5934 echo $ECHO_N "(cached) $ECHO_C" >&6
5936 if test x
$gcc_no_link = xyes
; then
5937 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
5938 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
5939 { (exit 1); exit 1; }; }
5941 cat >conftest.
$ac_ext <<_ACEOF
5944 cat confdefs.h
>>conftest.
$ac_ext
5945 cat >>conftest.
$ac_ext <<_ACEOF
5946 /* end confdefs.h. */
5947 /* System header to define __stub macros and hopefully few prototypes,
5948 which can conflict with char $ac_func (); below.
5949 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5950 <limits.h> exists even on freestanding compilers. Under hpux,
5951 including <limits.h> includes <sys/time.h> and causes problems
5952 checking for functions defined therein. */
5953 #if defined (__STDC__) && !defined (_HPUX_SOURCE)
5954 # include <limits.h>
5956 # include <assert.h>
5958 /* Override any gcc2 internal prototype to avoid an error. */
5963 /* We use char because int might match the return type of a gcc2
5964 builtin and then its argument prototype would still apply. */
5966 /* The GNU C library defines this for functions which it implements
5967 to always fail with ENOSYS. Some functions are actually named
5968 something starting with __ and the normal name is an alias. */
5969 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
5972 char (*f) () = $ac_func;
5981 return f != $ac_func;
5986 rm -f conftest.
$ac_objext conftest
$ac_exeext
5987 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5988 (eval $ac_link) 2>conftest.er1
5990 grep -v '^ *+' conftest.er1
>conftest.err
5992 cat conftest.err
>&5
5993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5994 (exit $ac_status); } &&
5995 { ac_try
='test -z "$ac_c_werror_flag"
5996 || test ! -s conftest.err'
5997 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6001 (exit $ac_status); }; } &&
6002 { ac_try
='test -s conftest$ac_exeext'
6003 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6007 (exit $ac_status); }; }; then
6008 eval "$as_ac_var=yes"
6010 echo "$as_me: failed program was:" >&5
6011 sed 's/^/| /' conftest.
$ac_ext >&5
6013 eval "$as_ac_var=no"
6015 rm -f conftest.err conftest.
$ac_objext \
6016 conftest
$ac_exeext conftest.
$ac_ext
6018 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
6019 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6020 if test `eval echo '${'$as_ac_var'}'` = yes; then
6021 cat >>confdefs.h
<<_ACEOF
6022 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
6027 "$ac_func.$ac_objext" | \
6028 *" $ac_func.$ac_objext" | \
6029 "$ac_func.$ac_objext "* | \
6030 *" $ac_func.$ac_objext "* ) ;;
6031 *) LIBOBJS
="$LIBOBJS $ac_func.$ac_objext" ;;
6038 echo "$as_me:$LINENO: checking whether alloca needs Cray hooks" >&5
6039 echo $ECHO_N "checking whether alloca needs Cray hooks... $ECHO_C" >&6
6040 if test "${ac_cv_os_cray+set}" = set; then
6041 echo $ECHO_N "(cached) $ECHO_C" >&6
6043 cat >conftest.
$ac_ext <<_ACEOF
6046 cat confdefs.h
>>conftest.
$ac_ext
6047 cat >>conftest.
$ac_ext <<_ACEOF
6048 /* end confdefs.h. */
6049 #if defined(CRAY) && ! defined(CRAY2)
6056 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6057 $EGREP "webecray" >/dev
/null
2>&1; then
6065 echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5
6066 echo "${ECHO_T}$ac_cv_os_cray" >&6
6067 if test $ac_cv_os_cray = yes; then
6068 for ac_func
in _getb67 GETB67 getb67
; do
6069 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6070 echo "$as_me:$LINENO: checking for $ac_func" >&5
6071 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6072 if eval "test \"\${$as_ac_var+set}\" = set"; then
6073 echo $ECHO_N "(cached) $ECHO_C" >&6
6075 if test x
$gcc_no_link = xyes
; then
6076 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
6077 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
6078 { (exit 1); exit 1; }; }
6080 cat >conftest.
$ac_ext <<_ACEOF
6083 cat confdefs.h
>>conftest.
$ac_ext
6084 cat >>conftest.
$ac_ext <<_ACEOF
6085 /* end confdefs.h. */
6086 /* System header to define __stub macros and hopefully few prototypes,
6087 which can conflict with char $ac_func (); below.
6088 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6089 <limits.h> exists even on freestanding compilers. Under hpux,
6090 including <limits.h> includes <sys/time.h> and causes problems
6091 checking for functions defined therein. */
6092 #if defined (__STDC__) && !defined (_HPUX_SOURCE)
6093 # include <limits.h>
6095 # include <assert.h>
6097 /* Override any gcc2 internal prototype to avoid an error. */
6102 /* We use char because int might match the return type of a gcc2
6103 builtin and then its argument prototype would still apply. */
6105 /* The GNU C library defines this for functions which it implements
6106 to always fail with ENOSYS. Some functions are actually named
6107 something starting with __ and the normal name is an alias. */
6108 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6111 char (*f) () = $ac_func;
6120 return f != $ac_func;
6125 rm -f conftest.
$ac_objext conftest
$ac_exeext
6126 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6127 (eval $ac_link) 2>conftest.er1
6129 grep -v '^ *+' conftest.er1
>conftest.err
6131 cat conftest.err
>&5
6132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6133 (exit $ac_status); } &&
6134 { ac_try
='test -z "$ac_c_werror_flag"
6135 || test ! -s conftest.err'
6136 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6140 (exit $ac_status); }; } &&
6141 { ac_try
='test -s conftest$ac_exeext'
6142 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6146 (exit $ac_status); }; }; then
6147 eval "$as_ac_var=yes"
6149 echo "$as_me: failed program was:" >&5
6150 sed 's/^/| /' conftest.
$ac_ext >&5
6152 eval "$as_ac_var=no"
6154 rm -f conftest.err conftest.
$ac_objext \
6155 conftest
$ac_exeext conftest.
$ac_ext
6157 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
6158 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6159 if test `eval echo '${'$as_ac_var'}'` = yes; then
6161 cat >>confdefs.h
<<_ACEOF
6162 #define CRAY_STACKSEG_END $ac_func
6170 echo "$as_me:$LINENO: checking stack direction for C alloca" >&5
6171 echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6
6172 if test "${ac_cv_c_stack_direction+set}" = set; then
6173 echo $ECHO_N "(cached) $ECHO_C" >&6
6175 if test "$cross_compiling" = yes; then
6176 ac_cv_c_stack_direction
=0
6178 cat >conftest.
$ac_ext <<_ACEOF
6181 cat confdefs.h
>>conftest.
$ac_ext
6182 cat >>conftest.
$ac_ext <<_ACEOF
6183 /* end confdefs.h. */
6184 find_stack_direction ()
6186 static char *addr = 0;
6191 return find_stack_direction ();
6194 return (&dummy > addr) ? 1 : -1;
6198 exit (find_stack_direction() < 0);
6201 rm -f conftest
$ac_exeext
6202 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6203 (eval $ac_link) 2>&5
6205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6206 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
6207 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6211 (exit $ac_status); }; }; then
6212 ac_cv_c_stack_direction
=1
6214 echo "$as_me: program exited with status $ac_status" >&5
6215 echo "$as_me: failed program was:" >&5
6216 sed 's/^/| /' conftest.
$ac_ext >&5
6219 ac_cv_c_stack_direction
=-1
6221 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
6224 echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5
6225 echo "${ECHO_T}$ac_cv_c_stack_direction" >&6
6227 cat >>confdefs.h
<<_ACEOF
6228 #define STACK_DIRECTION $ac_cv_c_stack_direction
6234 for ac_header
in unistd.h vfork.h
6236 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6237 echo "$as_me:$LINENO: checking for $ac_header" >&5
6238 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6239 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6240 echo $ECHO_N "(cached) $ECHO_C" >&6
6242 cat >conftest.
$ac_ext <<_ACEOF
6245 cat confdefs.h
>>conftest.
$ac_ext
6246 cat >>conftest.
$ac_ext <<_ACEOF
6247 /* end confdefs.h. */
6248 #include <$ac_header>
6250 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6251 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
6253 grep -v '^ *+' conftest.er1
>conftest.err
6255 cat conftest.err
>&5
6256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6257 (exit $ac_status); } >/dev
/null
; then
6258 if test -s conftest.err
; then
6259 ac_cpp_err
=$ac_c_preproc_warn_flag
6260 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
6267 if test -z "$ac_cpp_err"; then
6268 eval "$as_ac_Header=yes"
6270 echo "$as_me: failed program was:" >&5
6271 sed 's/^/| /' conftest.
$ac_ext >&5
6273 eval "$as_ac_Header=no"
6275 rm -f conftest.err conftest.
$ac_ext
6277 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6278 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6279 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6280 cat >>confdefs.h
<<_ACEOF
6281 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6289 for ac_func
in fork vfork
6291 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6292 echo "$as_me:$LINENO: checking for $ac_func" >&5
6293 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6294 if eval "test \"\${$as_ac_var+set}\" = set"; then
6295 echo $ECHO_N "(cached) $ECHO_C" >&6
6297 if test x
$gcc_no_link = xyes
; then
6298 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
6299 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
6300 { (exit 1); exit 1; }; }
6302 cat >conftest.
$ac_ext <<_ACEOF
6305 cat confdefs.h
>>conftest.
$ac_ext
6306 cat >>conftest.
$ac_ext <<_ACEOF
6307 /* end confdefs.h. */
6308 /* System header to define __stub macros and hopefully few prototypes,
6309 which can conflict with char $ac_func (); below.
6310 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6311 <limits.h> exists even on freestanding compilers. Under hpux,
6312 including <limits.h> includes <sys/time.h> and causes problems
6313 checking for functions defined therein. */
6314 #if defined (__STDC__) && !defined (_HPUX_SOURCE)
6315 # include <limits.h>
6317 # include <assert.h>
6319 /* Override any gcc2 internal prototype to avoid an error. */
6324 /* We use char because int might match the return type of a gcc2
6325 builtin and then its argument prototype would still apply. */
6327 /* The GNU C library defines this for functions which it implements
6328 to always fail with ENOSYS. Some functions are actually named
6329 something starting with __ and the normal name is an alias. */
6330 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6333 char (*f) () = $ac_func;
6342 return f != $ac_func;
6347 rm -f conftest.
$ac_objext conftest
$ac_exeext
6348 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6349 (eval $ac_link) 2>conftest.er1
6351 grep -v '^ *+' conftest.er1
>conftest.err
6353 cat conftest.err
>&5
6354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6355 (exit $ac_status); } &&
6356 { ac_try
='test -z "$ac_c_werror_flag"
6357 || test ! -s conftest.err'
6358 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6362 (exit $ac_status); }; } &&
6363 { ac_try
='test -s conftest$ac_exeext'
6364 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6368 (exit $ac_status); }; }; then
6369 eval "$as_ac_var=yes"
6371 echo "$as_me: failed program was:" >&5
6372 sed 's/^/| /' conftest.
$ac_ext >&5
6374 eval "$as_ac_var=no"
6376 rm -f conftest.err conftest.
$ac_objext \
6377 conftest
$ac_exeext conftest.
$ac_ext
6379 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
6380 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6381 if test `eval echo '${'$as_ac_var'}'` = yes; then
6382 cat >>confdefs.h
<<_ACEOF
6383 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
6389 if test "x$ac_cv_func_fork" = xyes
; then
6390 echo "$as_me:$LINENO: checking for working fork" >&5
6391 echo $ECHO_N "checking for working fork... $ECHO_C" >&6
6392 if test "${ac_cv_func_fork_works+set}" = set; then
6393 echo $ECHO_N "(cached) $ECHO_C" >&6
6395 if test "$cross_compiling" = yes; then
6396 ac_cv_func_fork_works
=cross
6398 cat >conftest.
$ac_ext <<_ACEOF
6399 /* By Ruediger Kuhlmann. */
6400 #include <sys/types.h>
6402 # include <unistd.h>
6404 /* Some systems only have a dummy stub for fork() */
6412 rm -f conftest
$ac_exeext
6413 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6414 (eval $ac_link) 2>&5
6416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6417 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
6418 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6422 (exit $ac_status); }; }; then
6423 ac_cv_func_fork_works
=yes
6425 echo "$as_me: program exited with status $ac_status" >&5
6426 echo "$as_me: failed program was:" >&5
6427 sed 's/^/| /' conftest.
$ac_ext >&5
6430 ac_cv_func_fork_works
=no
6432 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
6435 echo "$as_me:$LINENO: result: $ac_cv_func_fork_works" >&5
6436 echo "${ECHO_T}$ac_cv_func_fork_works" >&6
6439 ac_cv_func_fork_works
=$ac_cv_func_fork
6441 if test "x$ac_cv_func_fork_works" = xcross
; then
6443 *-*-amigaos* |
*-*-msdosdjgpp*)
6444 # Override, as these systems have only a dummy fork() stub
6445 ac_cv_func_fork_works
=no
6448 ac_cv_func_fork_works
=yes
6451 { echo "$as_me:$LINENO: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&5
6452 echo "$as_me: WARNING: result $ac_cv_func_fork_works guessed because of cross compilation" >&2;}
6454 ac_cv_func_vfork_works
=$ac_cv_func_vfork
6455 if test "x$ac_cv_func_vfork" = xyes
; then
6456 echo "$as_me:$LINENO: checking for working vfork" >&5
6457 echo $ECHO_N "checking for working vfork... $ECHO_C" >&6
6458 if test "${ac_cv_func_vfork_works+set}" = set; then
6459 echo $ECHO_N "(cached) $ECHO_C" >&6
6461 if test "$cross_compiling" = yes; then
6462 ac_cv_func_vfork_works
=cross
6464 cat >conftest.
$ac_ext <<_ACEOF
6467 cat confdefs.h
>>conftest.
$ac_ext
6468 cat >>conftest.
$ac_ext <<_ACEOF
6469 /* end confdefs.h. */
6470 /* Thanks to Paul Eggert for this test. */
6473 #include <sys/types.h>
6474 #include <sys/stat.h>
6475 #include <sys/wait.h>
6477 # include <unistd.h>
6482 /* On some sparc systems, changes by the child to local and incoming
6483 argument registers are propagated back to the parent. The compiler
6484 is told about this with #include <vfork.h>, but some compilers
6485 (e.g. gcc -O) don't grok <vfork.h>. Test for this by using a
6486 static variable whose address is put into a register that is
6487 clobbered by the vfork. */
6490 sparc_address_test (int arg)
6492 sparc_address_test (arg) int arg;
6513 pid_t parent = getpid ();
6516 sparc_address_test (0);
6521 /* Here is another test for sparc vfork register problems. This
6522 test uses lots of local variables, at least as many local
6523 variables as main has allocated so far including compiler
6524 temporaries. 4 locals are enough for gcc 1.40.3 on a Solaris
6525 4.1.3 sparc, but we use 8 to be safe. A buggy compiler should
6526 reuse the register of parent for one of the local variables,
6527 since it will think that parent can't possibly be used any more
6528 in this routine. Assigning to the local variable will thus
6529 munge parent in the parent process. */
6531 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
6532 p4 = getpid(), p5 = getpid(), p6 = getpid(), p7 = getpid();
6533 /* Convince the compiler that p..p7 are live; otherwise, it might
6534 use the same hardware register for all 8 local variables. */
6535 if (p != p1 || p != p2 || p != p3 || p != p4
6536 || p != p5 || p != p6 || p != p7)
6539 /* On some systems (e.g. IRIX 3.3), vfork doesn't separate parent
6540 from child file descriptors. If the child closes a descriptor
6541 before it execs or exits, this munges the parent's descriptor
6542 as well. Test for this by closing stdout in the child. */
6543 _exit(close(fileno(stdout)) != 0);
6548 while (wait(&status) != child)
6551 /* Was there some problem with vforking? */
6554 /* Did the child fail? (This shouldn't happen.) */
6557 /* Did the vfork/compiler bug occur? */
6558 || parent != getpid()
6560 /* Did the file descriptor bug occur? */
6561 || fstat(fileno(stdout), &st) != 0
6566 rm -f conftest
$ac_exeext
6567 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6568 (eval $ac_link) 2>&5
6570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6571 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
6572 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6576 (exit $ac_status); }; }; then
6577 ac_cv_func_vfork_works
=yes
6579 echo "$as_me: program exited with status $ac_status" >&5
6580 echo "$as_me: failed program was:" >&5
6581 sed 's/^/| /' conftest.
$ac_ext >&5
6584 ac_cv_func_vfork_works
=no
6586 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
6589 echo "$as_me:$LINENO: result: $ac_cv_func_vfork_works" >&5
6590 echo "${ECHO_T}$ac_cv_func_vfork_works" >&6
6593 if test "x$ac_cv_func_fork_works" = xcross
; then
6594 ac_cv_func_vfork_works
=$ac_cv_func_vfork
6595 { echo "$as_me:$LINENO: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&5
6596 echo "$as_me: WARNING: result $ac_cv_func_vfork_works guessed because of cross compilation" >&2;}
6599 if test "x$ac_cv_func_vfork_works" = xyes
; then
6601 cat >>confdefs.h
<<\_ACEOF
6602 #define HAVE_WORKING_VFORK 1
6607 cat >>confdefs.h
<<\_ACEOF
6612 if test "x$ac_cv_func_fork_works" = xyes
; then
6614 cat >>confdefs.h
<<\_ACEOF
6615 #define HAVE_WORKING_FORK 1
6620 if test $ac_cv_func_vfork_works = no
; then
6622 "vfork.$ac_objext" | \
6623 *" vfork.$ac_objext" | \
6624 "vfork.$ac_objext "* | \
6625 *" vfork.$ac_objext "* ) ;;
6626 *) LIBOBJS
="$LIBOBJS vfork.$ac_objext" ;;
6630 # We only need _doprnt if we might use it to implement v*printf.
6631 if test $ac_cv_func_vprintf != yes \
6632 ||
test $ac_cv_func_vfprintf != yes \
6633 ||
test $ac_cv_func_vsprintf != yes; then
6635 for ac_func
in _doprnt
6637 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6638 echo "$as_me:$LINENO: checking for $ac_func" >&5
6639 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6640 if eval "test \"\${$as_ac_var+set}\" = set"; then
6641 echo $ECHO_N "(cached) $ECHO_C" >&6
6643 if test x
$gcc_no_link = xyes
; then
6644 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
6645 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
6646 { (exit 1); exit 1; }; }
6648 cat >conftest.
$ac_ext <<_ACEOF
6651 cat confdefs.h
>>conftest.
$ac_ext
6652 cat >>conftest.
$ac_ext <<_ACEOF
6653 /* end confdefs.h. */
6654 /* System header to define __stub macros and hopefully few prototypes,
6655 which can conflict with char $ac_func (); below.
6656 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6657 <limits.h> exists even on freestanding compilers. Under hpux,
6658 including <limits.h> includes <sys/time.h> and causes problems
6659 checking for functions defined therein. */
6660 #if defined (__STDC__) && !defined (_HPUX_SOURCE)
6661 # include <limits.h>
6663 # include <assert.h>
6665 /* Override any gcc2 internal prototype to avoid an error. */
6670 /* We use char because int might match the return type of a gcc2
6671 builtin and then its argument prototype would still apply. */
6673 /* The GNU C library defines this for functions which it implements
6674 to always fail with ENOSYS. Some functions are actually named
6675 something starting with __ and the normal name is an alias. */
6676 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6679 char (*f) () = $ac_func;
6688 return f != $ac_func;
6693 rm -f conftest.
$ac_objext conftest
$ac_exeext
6694 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6695 (eval $ac_link) 2>conftest.er1
6697 grep -v '^ *+' conftest.er1
>conftest.err
6699 cat conftest.err
>&5
6700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6701 (exit $ac_status); } &&
6702 { ac_try
='test -z "$ac_c_werror_flag"
6703 || test ! -s conftest.err'
6704 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6708 (exit $ac_status); }; } &&
6709 { ac_try
='test -s conftest$ac_exeext'
6710 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6714 (exit $ac_status); }; }; then
6715 eval "$as_ac_var=yes"
6717 echo "$as_me: failed program was:" >&5
6718 sed 's/^/| /' conftest.
$ac_ext >&5
6720 eval "$as_ac_var=no"
6722 rm -f conftest.err conftest.
$ac_objext \
6723 conftest
$ac_exeext conftest.
$ac_ext
6725 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
6726 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6727 if test `eval echo '${'$as_ac_var'}'` = yes; then
6728 cat >>confdefs.h
<<_ACEOF
6729 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
6734 "$ac_func.$ac_objext" | \
6735 *" $ac_func.$ac_objext" | \
6736 "$ac_func.$ac_objext "* | \
6737 *" $ac_func.$ac_objext "* ) ;;
6738 *) LIBOBJS
="$LIBOBJS $ac_func.$ac_objext" ;;
6747 for ac_func
in _doprnt
6749 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6750 echo "$as_me:$LINENO: checking for $ac_func" >&5
6751 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6752 if eval "test \"\${$as_ac_var+set}\" = set"; then
6753 echo $ECHO_N "(cached) $ECHO_C" >&6
6755 if test x
$gcc_no_link = xyes
; then
6756 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
6757 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
6758 { (exit 1); exit 1; }; }
6760 cat >conftest.
$ac_ext <<_ACEOF
6763 cat confdefs.h
>>conftest.
$ac_ext
6764 cat >>conftest.
$ac_ext <<_ACEOF
6765 /* end confdefs.h. */
6766 /* System header to define __stub macros and hopefully few prototypes,
6767 which can conflict with char $ac_func (); below.
6768 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6769 <limits.h> exists even on freestanding compilers. Under hpux,
6770 including <limits.h> includes <sys/time.h> and causes problems
6771 checking for functions defined therein. */
6772 #if defined (__STDC__) && !defined (_HPUX_SOURCE)
6773 # include <limits.h>
6775 # include <assert.h>
6777 /* Override any gcc2 internal prototype to avoid an error. */
6782 /* We use char because int might match the return type of a gcc2
6783 builtin and then its argument prototype would still apply. */
6785 /* The GNU C library defines this for functions which it implements
6786 to always fail with ENOSYS. Some functions are actually named
6787 something starting with __ and the normal name is an alias. */
6788 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
6791 char (*f) () = $ac_func;
6800 return f != $ac_func;
6805 rm -f conftest.
$ac_objext conftest
$ac_exeext
6806 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6807 (eval $ac_link) 2>conftest.er1
6809 grep -v '^ *+' conftest.er1
>conftest.err
6811 cat conftest.err
>&5
6812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6813 (exit $ac_status); } &&
6814 { ac_try
='test -z "$ac_c_werror_flag"
6815 || test ! -s conftest.err'
6816 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6820 (exit $ac_status); }; } &&
6821 { ac_try
='test -s conftest$ac_exeext'
6822 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6826 (exit $ac_status); }; }; then
6827 eval "$as_ac_var=yes"
6829 echo "$as_me: failed program was:" >&5
6830 sed 's/^/| /' conftest.
$ac_ext >&5
6832 eval "$as_ac_var=no"
6834 rm -f conftest.err conftest.
$ac_objext \
6835 conftest
$ac_exeext conftest.
$ac_ext
6837 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
6838 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
6839 if test `eval echo '${'$as_ac_var'}'` = yes; then
6840 cat >>confdefs.h
<<_ACEOF
6841 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
6850 echo "$as_me:$LINENO: checking for $v" >&5
6851 echo $ECHO_N "checking for $v... $ECHO_C" >&6
6852 if eval "test \"\${libiberty_cv_var_$v+set}\" = set"; then
6853 echo $ECHO_N "(cached) $ECHO_C" >&6
6855 if test x
$gcc_no_link = xyes
; then
6856 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
6857 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
6858 { (exit 1); exit 1; }; }
6860 cat >conftest.
$ac_ext <<_ACEOF
6863 cat confdefs.h
>>conftest.
$ac_ext
6864 cat >>conftest.
$ac_ext <<_ACEOF
6865 /* end confdefs.h. */
6870 extern int $v []; p = $v;
6875 rm -f conftest.
$ac_objext conftest
$ac_exeext
6876 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6877 (eval $ac_link) 2>conftest.er1
6879 grep -v '^ *+' conftest.er1
>conftest.err
6881 cat conftest.err
>&5
6882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6883 (exit $ac_status); } &&
6884 { ac_try
='test -z "$ac_c_werror_flag"
6885 || test ! -s conftest.err'
6886 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6890 (exit $ac_status); }; } &&
6891 { ac_try
='test -s conftest$ac_exeext'
6892 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6896 (exit $ac_status); }; }; then
6897 eval "libiberty_cv_var_$v=yes"
6899 echo "$as_me: failed program was:" >&5
6900 sed 's/^/| /' conftest.
$ac_ext >&5
6902 eval "libiberty_cv_var_$v=no"
6904 rm -f conftest.err conftest.
$ac_objext \
6905 conftest
$ac_exeext conftest.
$ac_ext
6908 if eval "test \"`echo '$libiberty_cv_var_'$v`\" = yes"; then
6909 echo "$as_me:$LINENO: result: yes" >&5
6910 echo "${ECHO_T}yes" >&6
6911 n
=HAVE_
`echo $v | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
6912 cat >>confdefs.h
<<_ACEOF
6917 echo "$as_me:$LINENO: result: no" >&5
6918 echo "${ECHO_T}no" >&6
6922 # special check for _system_configuration because AIX <4.3.2 do not
6923 # contain the `physmem' member.
6924 echo "$as_me:$LINENO: checking for external symbol _system_configuration" >&5
6925 echo $ECHO_N "checking for external symbol _system_configuration... $ECHO_C" >&6
6926 cat >conftest.
$ac_ext <<_ACEOF
6929 cat confdefs.h
>>conftest.
$ac_ext
6930 cat >>conftest.
$ac_ext <<_ACEOF
6931 /* end confdefs.h. */
6932 #include <sys/systemcfg.h>
6936 double x = _system_configuration.physmem;
6941 rm -f conftest.
$ac_objext
6942 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6943 (eval $ac_compile) 2>conftest.er1
6945 grep -v '^ *+' conftest.er1
>conftest.err
6947 cat conftest.err
>&5
6948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6949 (exit $ac_status); } &&
6950 { ac_try
='test -z "$ac_c_werror_flag"
6951 || test ! -s conftest.err'
6952 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6956 (exit $ac_status); }; } &&
6957 { ac_try
='test -s conftest.$ac_objext'
6958 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6962 (exit $ac_status); }; }; then
6963 echo "$as_me:$LINENO: result: yes" >&5
6964 echo "${ECHO_T}yes" >&6
6966 cat >>confdefs.h
<<\_ACEOF
6967 #define HAVE__SYSTEM_CONFIGURATION 1
6971 echo "$as_me: failed program was:" >&5
6972 sed 's/^/| /' conftest.
$ac_ext >&5
6974 echo "$as_me:$LINENO: result: no" >&5
6975 echo "${ECHO_T}no" >&6
6977 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6980 for ac_func
in $checkfuncs
6982 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6983 echo "$as_me:$LINENO: checking for $ac_func" >&5
6984 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
6985 if eval "test \"\${$as_ac_var+set}\" = set"; then
6986 echo $ECHO_N "(cached) $ECHO_C" >&6
6988 if test x
$gcc_no_link = xyes
; then
6989 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
6990 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
6991 { (exit 1); exit 1; }; }
6993 cat >conftest.
$ac_ext <<_ACEOF
6996 cat confdefs.h
>>conftest.
$ac_ext
6997 cat >>conftest.
$ac_ext <<_ACEOF
6998 /* end confdefs.h. */
6999 /* System header to define __stub macros and hopefully few prototypes,
7000 which can conflict with char $ac_func (); below.
7001 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7002 <limits.h> exists even on freestanding compilers. Under hpux,
7003 including <limits.h> includes <sys/time.h> and causes problems
7004 checking for functions defined therein. */
7005 #if defined (__STDC__) && !defined (_HPUX_SOURCE)
7006 # include <limits.h>
7008 # include <assert.h>
7010 /* Override any gcc2 internal prototype to avoid an error. */
7015 /* We use char because int might match the return type of a gcc2
7016 builtin and then its argument prototype would still apply. */
7018 /* The GNU C library defines this for functions which it implements
7019 to always fail with ENOSYS. Some functions are actually named
7020 something starting with __ and the normal name is an alias. */
7021 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
7024 char (*f) () = $ac_func;
7033 return f != $ac_func;
7038 rm -f conftest.
$ac_objext conftest
$ac_exeext
7039 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7040 (eval $ac_link) 2>conftest.er1
7042 grep -v '^ *+' conftest.er1
>conftest.err
7044 cat conftest.err
>&5
7045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7046 (exit $ac_status); } &&
7047 { ac_try
='test -z "$ac_c_werror_flag"
7048 || test ! -s conftest.err'
7049 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7053 (exit $ac_status); }; } &&
7054 { ac_try
='test -s conftest$ac_exeext'
7055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7059 (exit $ac_status); }; }; then
7060 eval "$as_ac_var=yes"
7062 echo "$as_me: failed program was:" >&5
7063 sed 's/^/| /' conftest.
$ac_ext >&5
7065 eval "$as_ac_var=no"
7067 rm -f conftest.err conftest.
$ac_objext \
7068 conftest
$ac_exeext conftest.
$ac_ext
7070 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
7071 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
7072 if test `eval echo '${'$as_ac_var'}'` = yes; then
7073 cat >>confdefs.h
<<_ACEOF
7074 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7080 echo "$as_me:$LINENO: checking whether basename is declared" >&5
7081 echo $ECHO_N "checking whether basename is declared... $ECHO_C" >&6
7082 if test "${ac_cv_have_decl_basename+set}" = set; then
7083 echo $ECHO_N "(cached) $ECHO_C" >&6
7085 cat >conftest.
$ac_ext <<_ACEOF
7088 cat confdefs.h
>>conftest.
$ac_ext
7089 cat >>conftest.
$ac_ext <<_ACEOF
7090 /* end confdefs.h. */
7091 $ac_includes_default
7096 char *p = (char *) basename;
7103 rm -f conftest.
$ac_objext
7104 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7105 (eval $ac_compile) 2>conftest.er1
7107 grep -v '^ *+' conftest.er1
>conftest.err
7109 cat conftest.err
>&5
7110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7111 (exit $ac_status); } &&
7112 { ac_try
='test -z "$ac_c_werror_flag"
7113 || test ! -s conftest.err'
7114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7118 (exit $ac_status); }; } &&
7119 { ac_try
='test -s conftest.$ac_objext'
7120 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7124 (exit $ac_status); }; }; then
7125 ac_cv_have_decl_basename
=yes
7127 echo "$as_me: failed program was:" >&5
7128 sed 's/^/| /' conftest.
$ac_ext >&5
7130 ac_cv_have_decl_basename
=no
7132 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7134 echo "$as_me:$LINENO: result: $ac_cv_have_decl_basename" >&5
7135 echo "${ECHO_T}$ac_cv_have_decl_basename" >&6
7136 if test $ac_cv_have_decl_basename = yes; then
7138 cat >>confdefs.h
<<_ACEOF
7139 #define HAVE_DECL_BASENAME 1
7144 cat >>confdefs.h
<<_ACEOF
7145 #define HAVE_DECL_BASENAME 0
7150 echo "$as_me:$LINENO: checking whether ffs is declared" >&5
7151 echo $ECHO_N "checking whether ffs is declared... $ECHO_C" >&6
7152 if test "${ac_cv_have_decl_ffs+set}" = set; then
7153 echo $ECHO_N "(cached) $ECHO_C" >&6
7155 cat >conftest.
$ac_ext <<_ACEOF
7158 cat confdefs.h
>>conftest.
$ac_ext
7159 cat >>conftest.
$ac_ext <<_ACEOF
7160 /* end confdefs.h. */
7161 $ac_includes_default
7166 char *p = (char *) ffs;
7173 rm -f conftest.
$ac_objext
7174 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7175 (eval $ac_compile) 2>conftest.er1
7177 grep -v '^ *+' conftest.er1
>conftest.err
7179 cat conftest.err
>&5
7180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7181 (exit $ac_status); } &&
7182 { ac_try
='test -z "$ac_c_werror_flag"
7183 || test ! -s conftest.err'
7184 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7188 (exit $ac_status); }; } &&
7189 { ac_try
='test -s conftest.$ac_objext'
7190 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7194 (exit $ac_status); }; }; then
7195 ac_cv_have_decl_ffs
=yes
7197 echo "$as_me: failed program was:" >&5
7198 sed 's/^/| /' conftest.
$ac_ext >&5
7200 ac_cv_have_decl_ffs
=no
7202 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7204 echo "$as_me:$LINENO: result: $ac_cv_have_decl_ffs" >&5
7205 echo "${ECHO_T}$ac_cv_have_decl_ffs" >&6
7206 if test $ac_cv_have_decl_ffs = yes; then
7208 cat >>confdefs.h
<<_ACEOF
7209 #define HAVE_DECL_FFS 1
7214 cat >>confdefs.h
<<_ACEOF
7215 #define HAVE_DECL_FFS 0
7220 echo "$as_me:$LINENO: checking whether asprintf is declared" >&5
7221 echo $ECHO_N "checking whether asprintf is declared... $ECHO_C" >&6
7222 if test "${ac_cv_have_decl_asprintf+set}" = set; then
7223 echo $ECHO_N "(cached) $ECHO_C" >&6
7225 cat >conftest.
$ac_ext <<_ACEOF
7228 cat confdefs.h
>>conftest.
$ac_ext
7229 cat >>conftest.
$ac_ext <<_ACEOF
7230 /* end confdefs.h. */
7231 $ac_includes_default
7236 char *p = (char *) asprintf;
7243 rm -f conftest.
$ac_objext
7244 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7245 (eval $ac_compile) 2>conftest.er1
7247 grep -v '^ *+' conftest.er1
>conftest.err
7249 cat conftest.err
>&5
7250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7251 (exit $ac_status); } &&
7252 { ac_try
='test -z "$ac_c_werror_flag"
7253 || test ! -s conftest.err'
7254 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7258 (exit $ac_status); }; } &&
7259 { ac_try
='test -s conftest.$ac_objext'
7260 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7264 (exit $ac_status); }; }; then
7265 ac_cv_have_decl_asprintf
=yes
7267 echo "$as_me: failed program was:" >&5
7268 sed 's/^/| /' conftest.
$ac_ext >&5
7270 ac_cv_have_decl_asprintf
=no
7272 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7274 echo "$as_me:$LINENO: result: $ac_cv_have_decl_asprintf" >&5
7275 echo "${ECHO_T}$ac_cv_have_decl_asprintf" >&6
7276 if test $ac_cv_have_decl_asprintf = yes; then
7278 cat >>confdefs.h
<<_ACEOF
7279 #define HAVE_DECL_ASPRINTF 1
7284 cat >>confdefs.h
<<_ACEOF
7285 #define HAVE_DECL_ASPRINTF 0
7290 echo "$as_me:$LINENO: checking whether vasprintf is declared" >&5
7291 echo $ECHO_N "checking whether vasprintf is declared... $ECHO_C" >&6
7292 if test "${ac_cv_have_decl_vasprintf+set}" = set; then
7293 echo $ECHO_N "(cached) $ECHO_C" >&6
7295 cat >conftest.
$ac_ext <<_ACEOF
7298 cat confdefs.h
>>conftest.
$ac_ext
7299 cat >>conftest.
$ac_ext <<_ACEOF
7300 /* end confdefs.h. */
7301 $ac_includes_default
7306 char *p = (char *) vasprintf;
7313 rm -f conftest.
$ac_objext
7314 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7315 (eval $ac_compile) 2>conftest.er1
7317 grep -v '^ *+' conftest.er1
>conftest.err
7319 cat conftest.err
>&5
7320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7321 (exit $ac_status); } &&
7322 { ac_try
='test -z "$ac_c_werror_flag"
7323 || test ! -s conftest.err'
7324 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7328 (exit $ac_status); }; } &&
7329 { ac_try
='test -s conftest.$ac_objext'
7330 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7334 (exit $ac_status); }; }; then
7335 ac_cv_have_decl_vasprintf
=yes
7337 echo "$as_me: failed program was:" >&5
7338 sed 's/^/| /' conftest.
$ac_ext >&5
7340 ac_cv_have_decl_vasprintf
=no
7342 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7344 echo "$as_me:$LINENO: result: $ac_cv_have_decl_vasprintf" >&5
7345 echo "${ECHO_T}$ac_cv_have_decl_vasprintf" >&6
7346 if test $ac_cv_have_decl_vasprintf = yes; then
7348 cat >>confdefs.h
<<_ACEOF
7349 #define HAVE_DECL_VASPRINTF 1
7354 cat >>confdefs.h
<<_ACEOF
7355 #define HAVE_DECL_VASPRINTF 0
7360 echo "$as_me:$LINENO: checking whether snprintf is declared" >&5
7361 echo $ECHO_N "checking whether snprintf is declared... $ECHO_C" >&6
7362 if test "${ac_cv_have_decl_snprintf+set}" = set; then
7363 echo $ECHO_N "(cached) $ECHO_C" >&6
7365 cat >conftest.
$ac_ext <<_ACEOF
7368 cat confdefs.h
>>conftest.
$ac_ext
7369 cat >>conftest.
$ac_ext <<_ACEOF
7370 /* end confdefs.h. */
7371 $ac_includes_default
7376 char *p = (char *) snprintf;
7383 rm -f conftest.
$ac_objext
7384 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7385 (eval $ac_compile) 2>conftest.er1
7387 grep -v '^ *+' conftest.er1
>conftest.err
7389 cat conftest.err
>&5
7390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7391 (exit $ac_status); } &&
7392 { ac_try
='test -z "$ac_c_werror_flag"
7393 || test ! -s conftest.err'
7394 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7398 (exit $ac_status); }; } &&
7399 { ac_try
='test -s conftest.$ac_objext'
7400 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7404 (exit $ac_status); }; }; then
7405 ac_cv_have_decl_snprintf
=yes
7407 echo "$as_me: failed program was:" >&5
7408 sed 's/^/| /' conftest.
$ac_ext >&5
7410 ac_cv_have_decl_snprintf
=no
7412 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7414 echo "$as_me:$LINENO: result: $ac_cv_have_decl_snprintf" >&5
7415 echo "${ECHO_T}$ac_cv_have_decl_snprintf" >&6
7416 if test $ac_cv_have_decl_snprintf = yes; then
7418 cat >>confdefs.h
<<_ACEOF
7419 #define HAVE_DECL_SNPRINTF 1
7424 cat >>confdefs.h
<<_ACEOF
7425 #define HAVE_DECL_SNPRINTF 0
7430 echo "$as_me:$LINENO: checking whether vsnprintf is declared" >&5
7431 echo $ECHO_N "checking whether vsnprintf is declared... $ECHO_C" >&6
7432 if test "${ac_cv_have_decl_vsnprintf+set}" = set; then
7433 echo $ECHO_N "(cached) $ECHO_C" >&6
7435 cat >conftest.
$ac_ext <<_ACEOF
7438 cat confdefs.h
>>conftest.
$ac_ext
7439 cat >>conftest.
$ac_ext <<_ACEOF
7440 /* end confdefs.h. */
7441 $ac_includes_default
7446 char *p = (char *) vsnprintf;
7453 rm -f conftest.
$ac_objext
7454 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7455 (eval $ac_compile) 2>conftest.er1
7457 grep -v '^ *+' conftest.er1
>conftest.err
7459 cat conftest.err
>&5
7460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7461 (exit $ac_status); } &&
7462 { ac_try
='test -z "$ac_c_werror_flag"
7463 || test ! -s conftest.err'
7464 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7468 (exit $ac_status); }; } &&
7469 { ac_try
='test -s conftest.$ac_objext'
7470 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7474 (exit $ac_status); }; }; then
7475 ac_cv_have_decl_vsnprintf
=yes
7477 echo "$as_me: failed program was:" >&5
7478 sed 's/^/| /' conftest.
$ac_ext >&5
7480 ac_cv_have_decl_vsnprintf
=no
7482 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7484 echo "$as_me:$LINENO: result: $ac_cv_have_decl_vsnprintf" >&5
7485 echo "${ECHO_T}$ac_cv_have_decl_vsnprintf" >&6
7486 if test $ac_cv_have_decl_vsnprintf = yes; then
7488 cat >>confdefs.h
<<_ACEOF
7489 #define HAVE_DECL_VSNPRINTF 1
7494 cat >>confdefs.h
<<_ACEOF
7495 #define HAVE_DECL_VSNPRINTF 0
7502 echo "$as_me:$LINENO: checking whether calloc is declared" >&5
7503 echo $ECHO_N "checking whether calloc is declared... $ECHO_C" >&6
7504 if test "${ac_cv_have_decl_calloc+set}" = set; then
7505 echo $ECHO_N "(cached) $ECHO_C" >&6
7507 cat >conftest.
$ac_ext <<_ACEOF
7510 cat confdefs.h
>>conftest.
$ac_ext
7511 cat >>conftest.
$ac_ext <<_ACEOF
7512 /* end confdefs.h. */
7513 $ac_includes_default
7518 char *p = (char *) calloc;
7525 rm -f conftest.
$ac_objext
7526 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7527 (eval $ac_compile) 2>conftest.er1
7529 grep -v '^ *+' conftest.er1
>conftest.err
7531 cat conftest.err
>&5
7532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7533 (exit $ac_status); } &&
7534 { ac_try
='test -z "$ac_c_werror_flag"
7535 || test ! -s conftest.err'
7536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7540 (exit $ac_status); }; } &&
7541 { ac_try
='test -s conftest.$ac_objext'
7542 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7546 (exit $ac_status); }; }; then
7547 ac_cv_have_decl_calloc
=yes
7549 echo "$as_me: failed program was:" >&5
7550 sed 's/^/| /' conftest.
$ac_ext >&5
7552 ac_cv_have_decl_calloc
=no
7554 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7556 echo "$as_me:$LINENO: result: $ac_cv_have_decl_calloc" >&5
7557 echo "${ECHO_T}$ac_cv_have_decl_calloc" >&6
7558 if test $ac_cv_have_decl_calloc = yes; then
7560 cat >>confdefs.h
<<_ACEOF
7561 #define HAVE_DECL_CALLOC 1
7566 cat >>confdefs.h
<<_ACEOF
7567 #define HAVE_DECL_CALLOC 0
7572 echo "$as_me:$LINENO: checking whether getenv is declared" >&5
7573 echo $ECHO_N "checking whether getenv is declared... $ECHO_C" >&6
7574 if test "${ac_cv_have_decl_getenv+set}" = set; then
7575 echo $ECHO_N "(cached) $ECHO_C" >&6
7577 cat >conftest.
$ac_ext <<_ACEOF
7580 cat confdefs.h
>>conftest.
$ac_ext
7581 cat >>conftest.
$ac_ext <<_ACEOF
7582 /* end confdefs.h. */
7583 $ac_includes_default
7588 char *p = (char *) getenv;
7595 rm -f conftest.
$ac_objext
7596 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7597 (eval $ac_compile) 2>conftest.er1
7599 grep -v '^ *+' conftest.er1
>conftest.err
7601 cat conftest.err
>&5
7602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7603 (exit $ac_status); } &&
7604 { ac_try
='test -z "$ac_c_werror_flag"
7605 || test ! -s conftest.err'
7606 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7610 (exit $ac_status); }; } &&
7611 { ac_try
='test -s conftest.$ac_objext'
7612 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7616 (exit $ac_status); }; }; then
7617 ac_cv_have_decl_getenv
=yes
7619 echo "$as_me: failed program was:" >&5
7620 sed 's/^/| /' conftest.
$ac_ext >&5
7622 ac_cv_have_decl_getenv
=no
7624 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7626 echo "$as_me:$LINENO: result: $ac_cv_have_decl_getenv" >&5
7627 echo "${ECHO_T}$ac_cv_have_decl_getenv" >&6
7628 if test $ac_cv_have_decl_getenv = yes; then
7630 cat >>confdefs.h
<<_ACEOF
7631 #define HAVE_DECL_GETENV 1
7636 cat >>confdefs.h
<<_ACEOF
7637 #define HAVE_DECL_GETENV 0
7642 echo "$as_me:$LINENO: checking whether malloc is declared" >&5
7643 echo $ECHO_N "checking whether malloc is declared... $ECHO_C" >&6
7644 if test "${ac_cv_have_decl_malloc+set}" = set; then
7645 echo $ECHO_N "(cached) $ECHO_C" >&6
7647 cat >conftest.
$ac_ext <<_ACEOF
7650 cat confdefs.h
>>conftest.
$ac_ext
7651 cat >>conftest.
$ac_ext <<_ACEOF
7652 /* end confdefs.h. */
7653 $ac_includes_default
7658 char *p = (char *) malloc;
7665 rm -f conftest.
$ac_objext
7666 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7667 (eval $ac_compile) 2>conftest.er1
7669 grep -v '^ *+' conftest.er1
>conftest.err
7671 cat conftest.err
>&5
7672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7673 (exit $ac_status); } &&
7674 { ac_try
='test -z "$ac_c_werror_flag"
7675 || test ! -s conftest.err'
7676 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7680 (exit $ac_status); }; } &&
7681 { ac_try
='test -s conftest.$ac_objext'
7682 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7686 (exit $ac_status); }; }; then
7687 ac_cv_have_decl_malloc
=yes
7689 echo "$as_me: failed program was:" >&5
7690 sed 's/^/| /' conftest.
$ac_ext >&5
7692 ac_cv_have_decl_malloc
=no
7694 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7696 echo "$as_me:$LINENO: result: $ac_cv_have_decl_malloc" >&5
7697 echo "${ECHO_T}$ac_cv_have_decl_malloc" >&6
7698 if test $ac_cv_have_decl_malloc = yes; then
7700 cat >>confdefs.h
<<_ACEOF
7701 #define HAVE_DECL_MALLOC 1
7706 cat >>confdefs.h
<<_ACEOF
7707 #define HAVE_DECL_MALLOC 0
7712 echo "$as_me:$LINENO: checking whether realloc is declared" >&5
7713 echo $ECHO_N "checking whether realloc is declared... $ECHO_C" >&6
7714 if test "${ac_cv_have_decl_realloc+set}" = set; then
7715 echo $ECHO_N "(cached) $ECHO_C" >&6
7717 cat >conftest.
$ac_ext <<_ACEOF
7720 cat confdefs.h
>>conftest.
$ac_ext
7721 cat >>conftest.
$ac_ext <<_ACEOF
7722 /* end confdefs.h. */
7723 $ac_includes_default
7728 char *p = (char *) realloc;
7735 rm -f conftest.
$ac_objext
7736 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7737 (eval $ac_compile) 2>conftest.er1
7739 grep -v '^ *+' conftest.er1
>conftest.err
7741 cat conftest.err
>&5
7742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7743 (exit $ac_status); } &&
7744 { ac_try
='test -z "$ac_c_werror_flag"
7745 || test ! -s conftest.err'
7746 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7750 (exit $ac_status); }; } &&
7751 { ac_try
='test -s conftest.$ac_objext'
7752 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7756 (exit $ac_status); }; }; then
7757 ac_cv_have_decl_realloc
=yes
7759 echo "$as_me: failed program was:" >&5
7760 sed 's/^/| /' conftest.
$ac_ext >&5
7762 ac_cv_have_decl_realloc
=no
7764 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7766 echo "$as_me:$LINENO: result: $ac_cv_have_decl_realloc" >&5
7767 echo "${ECHO_T}$ac_cv_have_decl_realloc" >&6
7768 if test $ac_cv_have_decl_realloc = yes; then
7770 cat >>confdefs.h
<<_ACEOF
7771 #define HAVE_DECL_REALLOC 1
7776 cat >>confdefs.h
<<_ACEOF
7777 #define HAVE_DECL_REALLOC 0
7782 echo "$as_me:$LINENO: checking whether sbrk is declared" >&5
7783 echo $ECHO_N "checking whether sbrk is declared... $ECHO_C" >&6
7784 if test "${ac_cv_have_decl_sbrk+set}" = set; then
7785 echo $ECHO_N "(cached) $ECHO_C" >&6
7787 cat >conftest.
$ac_ext <<_ACEOF
7790 cat confdefs.h
>>conftest.
$ac_ext
7791 cat >>conftest.
$ac_ext <<_ACEOF
7792 /* end confdefs.h. */
7793 $ac_includes_default
7798 char *p = (char *) sbrk;
7805 rm -f conftest.
$ac_objext
7806 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7807 (eval $ac_compile) 2>conftest.er1
7809 grep -v '^ *+' conftest.er1
>conftest.err
7811 cat conftest.err
>&5
7812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7813 (exit $ac_status); } &&
7814 { ac_try
='test -z "$ac_c_werror_flag"
7815 || test ! -s conftest.err'
7816 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7820 (exit $ac_status); }; } &&
7821 { ac_try
='test -s conftest.$ac_objext'
7822 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7826 (exit $ac_status); }; }; then
7827 ac_cv_have_decl_sbrk
=yes
7829 echo "$as_me: failed program was:" >&5
7830 sed 's/^/| /' conftest.
$ac_ext >&5
7832 ac_cv_have_decl_sbrk
=no
7834 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7836 echo "$as_me:$LINENO: result: $ac_cv_have_decl_sbrk" >&5
7837 echo "${ECHO_T}$ac_cv_have_decl_sbrk" >&6
7838 if test $ac_cv_have_decl_sbrk = yes; then
7840 cat >>confdefs.h
<<_ACEOF
7841 #define HAVE_DECL_SBRK 1
7846 cat >>confdefs.h
<<_ACEOF
7847 #define HAVE_DECL_SBRK 0
7854 echo "$as_me:$LINENO: checking whether strverscmp is declared" >&5
7855 echo $ECHO_N "checking whether strverscmp is declared... $ECHO_C" >&6
7856 if test "${ac_cv_have_decl_strverscmp+set}" = set; then
7857 echo $ECHO_N "(cached) $ECHO_C" >&6
7859 cat >conftest.
$ac_ext <<_ACEOF
7862 cat confdefs.h
>>conftest.
$ac_ext
7863 cat >>conftest.
$ac_ext <<_ACEOF
7864 /* end confdefs.h. */
7865 $ac_includes_default
7870 char *p = (char *) strverscmp;
7877 rm -f conftest.
$ac_objext
7878 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7879 (eval $ac_compile) 2>conftest.er1
7881 grep -v '^ *+' conftest.er1
>conftest.err
7883 cat conftest.err
>&5
7884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7885 (exit $ac_status); } &&
7886 { ac_try
='test -z "$ac_c_werror_flag"
7887 || test ! -s conftest.err'
7888 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7892 (exit $ac_status); }; } &&
7893 { ac_try
='test -s conftest.$ac_objext'
7894 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7898 (exit $ac_status); }; }; then
7899 ac_cv_have_decl_strverscmp
=yes
7901 echo "$as_me: failed program was:" >&5
7902 sed 's/^/| /' conftest.
$ac_ext >&5
7904 ac_cv_have_decl_strverscmp
=no
7906 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7908 echo "$as_me:$LINENO: result: $ac_cv_have_decl_strverscmp" >&5
7909 echo "${ECHO_T}$ac_cv_have_decl_strverscmp" >&6
7910 if test $ac_cv_have_decl_strverscmp = yes; then
7912 cat >>confdefs.h
<<_ACEOF
7913 #define HAVE_DECL_STRVERSCMP 1
7918 cat >>confdefs.h
<<_ACEOF
7919 #define HAVE_DECL_STRVERSCMP 0
7926 echo "$as_me:$LINENO: checking whether canonicalize_file_name must be declared" >&5
7927 echo $ECHO_N "checking whether canonicalize_file_name must be declared... $ECHO_C" >&6
7928 if test "${libiberty_cv_decl_needed_canonicalize_file_name+set}" = set; then
7929 echo $ECHO_N "(cached) $ECHO_C" >&6
7931 cat >conftest.
$ac_ext <<_ACEOF
7934 cat confdefs.h
>>conftest.
$ac_ext
7935 cat >>conftest.
$ac_ext <<_ACEOF
7936 /* end confdefs.h. */
7938 #include "confdefs.h"
7940 #ifdef HAVE_STRING_H
7943 #ifdef HAVE_STRINGS_H
7944 #include <strings.h>
7947 #ifdef HAVE_STDLIB_H
7950 #ifdef HAVE_UNISTD_H
7956 char *(*pfn) = (char *(*)) canonicalize_file_name
7961 rm -f conftest.
$ac_objext
7962 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7963 (eval $ac_compile) 2>conftest.er1
7965 grep -v '^ *+' conftest.er1
>conftest.err
7967 cat conftest.err
>&5
7968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7969 (exit $ac_status); } &&
7970 { ac_try
='test -z "$ac_c_werror_flag"
7971 || test ! -s conftest.err'
7972 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7976 (exit $ac_status); }; } &&
7977 { ac_try
='test -s conftest.$ac_objext'
7978 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7982 (exit $ac_status); }; }; then
7983 libiberty_cv_decl_needed_canonicalize_file_name
=no
7985 echo "$as_me: failed program was:" >&5
7986 sed 's/^/| /' conftest.
$ac_ext >&5
7988 libiberty_cv_decl_needed_canonicalize_file_name
=yes
7990 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7993 echo "$as_me:$LINENO: result: $libiberty_cv_decl_needed_canonicalize_file_name" >&5
7994 echo "${ECHO_T}$libiberty_cv_decl_needed_canonicalize_file_name" >&6
7995 if test $libiberty_cv_decl_needed_canonicalize_file_name = yes; then
7997 cat >>confdefs.h
<<\_ACEOF
7998 #define NEED_DECLARATION_CANONICALIZE_FILE_NAME 1
8005 # Figure out which version of pexecute to use.
8007 *-*-mingw* |
*-*-winnt*) pexecute
=.
/pex-win32.o
;;
8008 *-*-msdosdjgpp*) pexecute
=.
/pex-djgpp.o
;;
8009 *-*-msdos*) pexecute
=.
/pex-msdos.o
;;
8010 *) pexecute
=.
/pex-unix.o
;;
8014 if test x
$gcc_no_link = xyes
; then
8015 if test "x${ac_cv_func_mmap_fixed_mapped+set}" != xset
; then
8016 ac_cv_func_mmap_fixed_mapped
=no
8019 if test "x${ac_cv_func_mmap_fixed_mapped}" != xno
; then
8022 for ac_header
in stdlib.h unistd.h
8024 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8025 echo "$as_me:$LINENO: checking for $ac_header" >&5
8026 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
8027 if eval "test \"\${$as_ac_Header+set}\" = set"; then
8028 echo $ECHO_N "(cached) $ECHO_C" >&6
8030 cat >conftest.
$ac_ext <<_ACEOF
8033 cat confdefs.h
>>conftest.
$ac_ext
8034 cat >>conftest.
$ac_ext <<_ACEOF
8035 /* end confdefs.h. */
8036 #include <$ac_header>
8038 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
8039 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
8041 grep -v '^ *+' conftest.er1
>conftest.err
8043 cat conftest.err
>&5
8044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8045 (exit $ac_status); } >/dev
/null
; then
8046 if test -s conftest.err
; then
8047 ac_cpp_err
=$ac_c_preproc_warn_flag
8048 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
8055 if test -z "$ac_cpp_err"; then
8056 eval "$as_ac_Header=yes"
8058 echo "$as_me: failed program was:" >&5
8059 sed 's/^/| /' conftest.
$ac_ext >&5
8061 eval "$as_ac_Header=no"
8063 rm -f conftest.err conftest.
$ac_ext
8065 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
8066 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
8067 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8068 cat >>confdefs.h
<<_ACEOF
8069 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8076 for ac_func
in getpagesize
8078 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
8079 echo "$as_me:$LINENO: checking for $ac_func" >&5
8080 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
8081 if eval "test \"\${$as_ac_var+set}\" = set"; then
8082 echo $ECHO_N "(cached) $ECHO_C" >&6
8084 if test x
$gcc_no_link = xyes
; then
8085 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
8086 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
8087 { (exit 1); exit 1; }; }
8089 cat >conftest.
$ac_ext <<_ACEOF
8092 cat confdefs.h
>>conftest.
$ac_ext
8093 cat >>conftest.
$ac_ext <<_ACEOF
8094 /* end confdefs.h. */
8095 /* System header to define __stub macros and hopefully few prototypes,
8096 which can conflict with char $ac_func (); below.
8097 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8098 <limits.h> exists even on freestanding compilers. Under hpux,
8099 including <limits.h> includes <sys/time.h> and causes problems
8100 checking for functions defined therein. */
8101 #if defined (__STDC__) && !defined (_HPUX_SOURCE)
8102 # include <limits.h>
8104 # include <assert.h>
8106 /* Override any gcc2 internal prototype to avoid an error. */
8111 /* We use char because int might match the return type of a gcc2
8112 builtin and then its argument prototype would still apply. */
8114 /* The GNU C library defines this for functions which it implements
8115 to always fail with ENOSYS. Some functions are actually named
8116 something starting with __ and the normal name is an alias. */
8117 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
8120 char (*f) () = $ac_func;
8129 return f != $ac_func;
8134 rm -f conftest.
$ac_objext conftest
$ac_exeext
8135 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8136 (eval $ac_link) 2>conftest.er1
8138 grep -v '^ *+' conftest.er1
>conftest.err
8140 cat conftest.err
>&5
8141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8142 (exit $ac_status); } &&
8143 { ac_try
='test -z "$ac_c_werror_flag"
8144 || test ! -s conftest.err'
8145 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8149 (exit $ac_status); }; } &&
8150 { ac_try
='test -s conftest$ac_exeext'
8151 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8155 (exit $ac_status); }; }; then
8156 eval "$as_ac_var=yes"
8158 echo "$as_me: failed program was:" >&5
8159 sed 's/^/| /' conftest.
$ac_ext >&5
8161 eval "$as_ac_var=no"
8163 rm -f conftest.err conftest.
$ac_objext \
8164 conftest
$ac_exeext conftest.
$ac_ext
8166 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
8167 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
8168 if test `eval echo '${'$as_ac_var'}'` = yes; then
8169 cat >>confdefs.h
<<_ACEOF
8170 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
8176 echo "$as_me:$LINENO: checking for working mmap" >&5
8177 echo $ECHO_N "checking for working mmap... $ECHO_C" >&6
8178 if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then
8179 echo $ECHO_N "(cached) $ECHO_C" >&6
8181 if test "$cross_compiling" = yes; then
8182 ac_cv_func_mmap_fixed_mapped
=no
8184 cat >conftest.
$ac_ext <<_ACEOF
8187 cat confdefs.h
>>conftest.
$ac_ext
8188 cat >>conftest.
$ac_ext <<_ACEOF
8189 /* end confdefs.h. */
8190 $ac_includes_default
8191 /* malloc might have been renamed as rpl_malloc. */
8194 /* Thanks to Mike Haertel and Jim Avera for this test.
8195 Here is a matrix of mmap possibilities:
8196 mmap private not fixed
8197 mmap private fixed at somewhere currently unmapped
8198 mmap private fixed at somewhere already mapped
8199 mmap shared not fixed
8200 mmap shared fixed at somewhere currently unmapped
8201 mmap shared fixed at somewhere already mapped
8202 For private mappings, we should verify that changes cannot be read()
8203 back from the file, nor mmap's back from the file at a different
8204 address. (There have been systems where private was not correctly
8205 implemented like the infamous i386 svr4.0, and systems where the
8206 VM page cache was not coherent with the file system buffer cache
8207 like early versions of FreeBSD and possibly contemporary NetBSD.)
8208 For shared mappings, we should conversely verify that changes get
8209 propagated back to all the places they're supposed to be.
8211 Grep wants private fixed already mapped.
8212 The main things grep needs to know about mmap are:
8213 * does it exist and is it safe to write into the mmap'd area
8214 * how to use it (BSD variants) */
8217 #include <sys/mman.h>
8219 #if !STDC_HEADERS && !HAVE_STDLIB_H
8223 /* This mess was copied from the GNU getpagesize.h. */
8224 #if !HAVE_GETPAGESIZE
8225 /* Assume that all systems that can run configure have sys/param.h. */
8226 # if !HAVE_SYS_PARAM_H
8227 # define HAVE_SYS_PARAM_H 1
8230 # ifdef _SC_PAGESIZE
8231 # define getpagesize() sysconf(_SC_PAGESIZE)
8232 # else /* no _SC_PAGESIZE */
8233 # if HAVE_SYS_PARAM_H
8234 # include <sys/param.h>
8235 # ifdef EXEC_PAGESIZE
8236 # define getpagesize() EXEC_PAGESIZE
8237 # else /* no EXEC_PAGESIZE */
8239 # define getpagesize() NBPG * CLSIZE
8242 # endif /* no CLSIZE */
8243 # else /* no NBPG */
8245 # define getpagesize() NBPC
8246 # else /* no NBPC */
8248 # define getpagesize() PAGESIZE
8249 # endif /* PAGESIZE */
8250 # endif /* no NBPC */
8251 # endif /* no NBPG */
8252 # endif /* no EXEC_PAGESIZE */
8253 # else /* no HAVE_SYS_PARAM_H */
8254 # define getpagesize() 8192 /* punt totally */
8255 # endif /* no HAVE_SYS_PARAM_H */
8256 # endif /* no _SC_PAGESIZE */
8258 #endif /* no HAVE_GETPAGESIZE */
8263 char *data, *data2, *data3;
8267 pagesize = getpagesize ();
8269 /* First, make a file with some known garbage in it. */
8270 data = (char *) malloc (pagesize);
8273 for (i = 0; i < pagesize; ++i)
8274 *(data + i) = rand ();
8276 fd = creat ("conftest.mmap", 0600);
8279 if (write (fd, data, pagesize) != pagesize)
8283 /* Next, try to mmap the file at a fixed address which already has
8284 something else allocated at it. If we can, also make sure that
8285 we see the same garbage. */
8286 fd = open ("conftest.mmap", O_RDWR);
8289 data2 = (char *) malloc (2 * pagesize);
8292 data2 += (pagesize - ((long) data2 & (pagesize - 1))) & (pagesize - 1);
8293 if (data2 != mmap (data2, pagesize, PROT_READ | PROT_WRITE,
8294 MAP_PRIVATE | MAP_FIXED, fd, 0L))
8296 for (i = 0; i < pagesize; ++i)
8297 if (*(data + i) != *(data2 + i))
8300 /* Finally, make sure that changes to the mapped area do not
8301 percolate back to the file as seen by read(). (This is a bug on
8302 some variants of i386 svr4.0.) */
8303 for (i = 0; i < pagesize; ++i)
8304 *(data2 + i) = *(data2 + i) + 1;
8305 data3 = (char *) malloc (pagesize);
8308 if (read (fd, data3, pagesize) != pagesize)
8310 for (i = 0; i < pagesize; ++i)
8311 if (*(data + i) != *(data3 + i))
8317 rm -f conftest
$ac_exeext
8318 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8319 (eval $ac_link) 2>&5
8321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8322 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
8323 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8327 (exit $ac_status); }; }; then
8328 ac_cv_func_mmap_fixed_mapped
=yes
8330 echo "$as_me: program exited with status $ac_status" >&5
8331 echo "$as_me: failed program was:" >&5
8332 sed 's/^/| /' conftest.
$ac_ext >&5
8335 ac_cv_func_mmap_fixed_mapped
=no
8337 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
8340 echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5
8341 echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6
8342 if test $ac_cv_func_mmap_fixed_mapped = yes; then
8344 cat >>confdefs.h
<<\_ACEOF
8353 echo "$as_me:$LINENO: checking for working strncmp" >&5
8354 echo $ECHO_N "checking for working strncmp... $ECHO_C" >&6
8355 if test "${ac_cv_func_strncmp_works+set}" = set; then
8356 echo $ECHO_N "(cached) $ECHO_C" >&6
8358 if test "$cross_compiling" = yes; then
8359 ac_cv_func_strncmp_works
=no
8361 cat >conftest.
$ac_ext <<_ACEOF
8364 cat confdefs.h
>>conftest.
$ac_ext
8365 cat >>conftest.
$ac_ext <<_ACEOF
8366 /* end confdefs.h. */
8368 /* Test by Jim Wilson and Kaveh Ghazi.
8369 Check whether strncmp reads past the end of its string parameters. */
8370 #include <sys/types.h>
8376 #ifdef HAVE_SYS_MMAN_H
8377 #include <sys/mman.h>
8381 #ifdef MAP_ANONYMOUS
8382 #define MAP_ANON MAP_ANONYMOUS
8384 #define MAP_ANON MAP_FILE
8395 #define MAP_LEN 0x10000
8399 #if defined(HAVE_MMAP) || defined(HAVE_MMAP_ANYWHERE)
8403 dev_zero = open ("/dev/zero", O_RDONLY);
8407 p = (char *) mmap (0, MAP_LEN, PROT_READ|PROT_WRITE,
8408 MAP_ANON|MAP_PRIVATE, dev_zero, 0);
8409 if (p == (char *)-1)
8410 p = (char *) mmap (0, MAP_LEN, PROT_READ|PROT_WRITE,
8411 MAP_ANON|MAP_PRIVATE, -1, 0);
8412 if (p == (char *)-1)
8416 char *string = "__si_type_info";
8417 char *q = (char *) p + MAP_LEN - strlen (string) - 2;
8418 char *r = (char *) p + 0xe;
8424 #endif /* HAVE_MMAP || HAVE_MMAP_ANYWHERE */
8429 rm -f conftest
$ac_exeext
8430 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8431 (eval $ac_link) 2>&5
8433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8434 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
8435 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8439 (exit $ac_status); }; }; then
8440 ac_cv_func_strncmp_works
=yes
8442 echo "$as_me: program exited with status $ac_status" >&5
8443 echo "$as_me: failed program was:" >&5
8444 sed 's/^/| /' conftest.
$ac_ext >&5
8447 ac_cv_func_strncmp_works
=no
8449 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
8451 rm -f core core.
* *.core
8453 echo "$as_me:$LINENO: result: $ac_cv_func_strncmp_works" >&5
8454 echo "${ECHO_T}$ac_cv_func_strncmp_works" >&6
8455 if test $ac_cv_func_strncmp_works = no
; then
8457 "strncmp.$ac_objext" | \
8458 *" strncmp.$ac_objext" | \
8459 "strncmp.$ac_objext "* | \
8460 *" strncmp.$ac_objext "* ) ;;
8461 *) LIBOBJS
="$LIBOBJS strncmp.$ac_objext" ;;
8467 # Install a library built with a cross compiler in $(tooldir) rather
8469 if test -z "${with_cross_host}"; then
8472 INSTALL_DEST
=tooldir
8478 for l
in x
$LIBOBJS; do
8486 # We need multilib support, but only if configuring for the target.
8487 ac_config_files
="$ac_config_files Makefile testsuite/Makefile"
8489 ac_config_commands
="$ac_config_commands default"
8491 cat >confcache
<<\_ACEOF
8492 # This file is a shell script that caches the results of configure
8493 # tests run on this system so they can be shared between configure
8494 # scripts and configure runs, see configure's option --config-cache.
8495 # It is not useful on other systems. If it contains results you don't
8496 # want to keep, you may remove or edit it.
8498 # config.status only pays attention to the cache file if you give it
8499 # the --recheck option to rerun configure.
8501 # `ac_cv_env_foo' variables (set or unset) will be overridden when
8502 # loading this file, other *unset* `ac_cv_foo' will be assigned the
8507 # The following way of writing the cache mishandles newlines in values,
8508 # but we know of no workaround that is simple, portable, and efficient.
8509 # So, don't put newlines in cache variables' values.
8510 # Ultrix sh set writes to stderr and can't be redirected directly,
8511 # and sets the high bit in the cache file unless we assign to the vars.
8514 case `(ac_space=' '; set | grep ac_space) 2>&1` in
8516 # `set' does not quote correctly, so add quotes (double-quote
8517 # substitution turns \\\\ into \\, and sed turns \\ into \).
8520 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
8523 # `set' quotes correctly as required by POSIX, so do not add quotes.
8525 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
8532 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
8534 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
8536 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
8537 if test -w $cache_file; then
8538 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
8539 cat confcache
>$cache_file
8541 echo "not updating unwritable cache $cache_file"
8546 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
8547 # Let make expand exec_prefix.
8548 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
8550 # VPATH may cause trouble with some makes, so we remove $(srcdir),
8551 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
8552 # trailing colons and then remove the whole line if VPATH becomes empty
8553 # (actually we leave an empty line to preserve line numbers).
8554 if test "x$srcdir" = x.
; then
8555 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
8556 s/:*\$(srcdir):*/:/;
8557 s/:*\${srcdir}:*/:/;
8559 s/^\([^=]*=[ ]*\):*/\1/;
8565 DEFS
=-DHAVE_CONFIG_H
8569 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
8570 # 1. Remove the extension, and $U if already installed.
8571 ac_i
=`echo "$ac_i" |
8572 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
8574 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
8575 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
8579 LTLIBOBJS
=$ac_ltlibobjs
8583 : ${CONFIG_STATUS=./config.status}
8584 ac_clean_files_save
=$ac_clean_files
8585 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
8586 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
8587 echo "$as_me: creating $CONFIG_STATUS" >&6;}
8588 cat >$CONFIG_STATUS <<_ACEOF
8590 # Generated by $as_me.
8591 # Run this file to recreate the current configuration.
8592 # Compiler output produced by configure, useful for debugging
8593 # configure, is in config.log if it exists.
8598 SHELL=\${CONFIG_SHELL-$SHELL}
8601 cat >>$CONFIG_STATUS <<\_ACEOF
8602 ## --------------------- ##
8603 ## M4sh Initialization. ##
8604 ## --------------------- ##
8606 # Be Bourne compatible
8607 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
8610 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
8611 # is contrary to our usage. Disable this feature.
8612 alias -g '${1+"$@"}'='"$@"'
8613 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
8616 DUALCASE
=1; export DUALCASE
# for MKS sh
8618 # Support unset when possible.
8619 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
8626 # Work around bugs in pre-3.0 UWIN ksh.
8627 $as_unset ENV MAIL MAILPATH
8634 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
8635 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
8636 LC_TELEPHONE LC_TIME
8638 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
8639 eval $as_var=C
; export $as_var
8645 # Required to use basename.
8646 if expr a
: '\(a\)' >/dev
/null
2>&1; then
8652 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
8653 as_basename
=basename
8659 # Name of the executable.
8660 as_me
=`$as_basename "$0" ||
8661 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
8662 X"$0" : 'X\(//\)$' \| \
8663 X"$0" : 'X\(/\)$' \| \
8664 . : '\(.\)' 2>/dev/null ||
8666 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
8667 /^X\/\(\/\/\)$/{ s//\1/; q; }
8668 /^X\/\(\/\).*/{ s//\1/; q; }
8672 # PATH needs CR, and LINENO needs CR and PATH.
8673 # Avoid depending upon Character Ranges.
8674 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
8675 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
8676 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
8677 as_cr_digits
='0123456789'
8678 as_cr_alnum
=$as_cr_Letters$as_cr_digits
8680 # The user is always right.
8681 if test "${PATH_SEPARATOR+set}" != set; then
8682 echo "#! /bin/sh" >conf$$.sh
8683 echo "exit 0" >>conf$$.sh
8685 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
8696 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
8697 test "x$as_lineno_1" != "x$as_lineno_2" &&
8698 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
8699 # Find who we are. Look in the path if we contain no path at all
8702 *[\\/]* ) as_myself
=$0 ;;
8703 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8707 test -z "$as_dir" && as_dir
=.
8708 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
8713 # We did not find ourselves, most probably we were run as `sh COMMAND'
8714 # in which case we are not to be found in the path.
8715 if test "x$as_myself" = x
; then
8718 if test ! -f "$as_myself"; then
8719 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
8720 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
8721 { (exit 1); exit 1; }; }
8723 case $CONFIG_SHELL in
8725 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
8726 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
8729 test -z "$as_dir" && as_dir
=.
8730 for as_base
in sh bash ksh sh5
; do
8733 if ("$as_dir/$as_base" -c '
8736 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
8737 test "x$as_lineno_1" != "x$as_lineno_2" &&
8738 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
8739 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
8740 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
8741 CONFIG_SHELL
=$as_dir/$as_base
8743 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
8751 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
8752 # uniformly replaced by the line number. The first 'sed' inserts a
8753 # line-number line before each line; the second 'sed' does the real
8754 # work. The second script uses 'N' to pair each line-number line
8755 # with the numbered line, and appends trailing '-' during
8756 # substitution so that $LINENO is not a special case at line end.
8757 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
8758 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
8759 sed '=' <$as_myself |
8764 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
8767 s,^['$as_cr_digits']*\n,,
8769 chmod +x
$as_me.lineno ||
8770 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
8771 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
8772 { (exit 1); exit 1; }; }
8774 # Don't try to exec as it changes $[0], causing all sort of problems
8775 # (the dirname of $[0] is not the place where we might find the
8776 # original and so on. Autoconf is especially sensible to this).
8778 # Exit status is that of the last command.
8783 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
8784 *c
*,-n*) ECHO_N
= ECHO_C
='
8786 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
8787 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
8790 if expr a
: '\(a\)' >/dev
/null
2>&1; then
8796 rm -f conf$$ conf$$.exe conf$$.
file
8798 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
8799 # We could just check for DJGPP; but this test a) works b) is more generic
8800 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
8801 if test -f conf$$.exe
; then
8802 # Don't use ln at all; we don't have any links
8807 elif ln conf$$.
file conf$$
2>/dev
/null
; then
8812 rm -f conf$$ conf$$.exe conf$$.
file
8814 if mkdir
-p .
2>/dev
/null
; then
8817 test -d .
/-p && rmdir .
/-p
8821 as_executable_p
="test -f"
8823 # Sed expression to map a string onto a valid CPP name.
8824 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
8826 # Sed expression to map a string onto a valid variable name.
8827 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
8831 # We need space, tab and new line, in precisely that order.
8841 # Open the log real soon, to keep \$[0] and so on meaningful, and to
8842 # report actual input values of CONFIG_FILES etc. instead of their
8843 # values after options handling. Logging --version etc. is OK.
8847 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
8848 ## Running $as_me. ##
8853 This file was extended by $as_me, which was
8854 generated by GNU Autoconf 2.59. Invocation command line was
8856 CONFIG_FILES = $CONFIG_FILES
8857 CONFIG_HEADERS = $CONFIG_HEADERS
8858 CONFIG_LINKS = $CONFIG_LINKS
8859 CONFIG_COMMANDS = $CONFIG_COMMANDS
8863 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
8867 # Files that config.status was made for.
8868 if test -n "$ac_config_files"; then
8869 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
8872 if test -n "$ac_config_headers"; then
8873 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
8876 if test -n "$ac_config_links"; then
8877 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
8880 if test -n "$ac_config_commands"; then
8881 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
8884 cat >>$CONFIG_STATUS <<\_ACEOF
8887 \`$as_me' instantiates files from templates according to the
8888 current configuration.
8890 Usage: $0 [OPTIONS] [FILE]...
8892 -h, --help print this help, then exit
8893 -V, --version print version number, then exit
8894 -q, --quiet do not print progress messages
8895 -d, --debug don't remove temporary files
8896 --recheck update $as_me by reconfiguring in the same conditions
8897 --file=FILE[:TEMPLATE]
8898 instantiate the configuration file FILE
8899 --header=FILE[:TEMPLATE]
8900 instantiate the configuration header FILE
8902 Configuration files:
8905 Configuration headers:
8908 Configuration commands:
8911 Report bugs to <bug-autoconf@gnu.org>."
8914 cat >>$CONFIG_STATUS <<_ACEOF
8917 configured by $0, generated by GNU Autoconf 2.59,
8918 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
8920 Copyright (C) 2003 Free Software Foundation, Inc.
8921 This config.status script is free software; the Free Software Foundation
8922 gives unlimited permission to copy, distribute and modify it."
8927 cat >>$CONFIG_STATUS <<\_ACEOF
8928 # If no file are specified by the user, then we need to provide default
8929 # value. By we need to know if files were specified by the user.
8935 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
8936 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
8944 *) # This is not an option, so the user has probably given explicit
8947 ac_need_defaults
=false
;;
8951 # Handling of the options.
8953 cat >>$CONFIG_STATUS <<\_ACEOF
8954 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
8956 --version |
--vers* |
-V )
8957 echo "$ac_cs_version"; exit 0 ;;
8959 # Conflict between --help and --header
8960 { { echo "$as_me:$LINENO: error: ambiguous option: $1
8961 Try \`$0 --help' for more information." >&5
8962 echo "$as_me: error: ambiguous option: $1
8963 Try \`$0 --help' for more information." >&2;}
8964 { (exit 1); exit 1; }; };;
8965 --help |
--hel |
-h )
8966 echo "$ac_cs_usage"; exit 0 ;;
8967 --debug |
--d* |
-d )
8969 --file |
--fil |
--fi |
--f )
8971 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
8972 ac_need_defaults
=false
;;
8973 --header |
--heade |
--head |
--hea )
8975 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
8976 ac_need_defaults
=false
;;
8977 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
8978 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
8982 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
8983 Try \`$0 --help' for more information." >&5
8984 echo "$as_me: error: unrecognized option: $1
8985 Try \`$0 --help' for more information." >&2;}
8986 { (exit 1); exit 1; }; } ;;
8988 *) ac_config_targets
="$ac_config_targets $1" ;;
8994 ac_configure_extra_args
=
8996 if $ac_cs_silent; then
8998 ac_configure_extra_args
="$ac_configure_extra_args --silent"
9002 cat >>$CONFIG_STATUS <<_ACEOF
9003 if \$ac_cs_recheck; then
9004 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
9005 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
9010 cat >>$CONFIG_STATUS <<_ACEOF
9012 # INIT-COMMANDS section.
9018 with_target_subdir=${with_target_subdir}
9019 with_multisubdir=${with_multisubdir}
9020 ac_configure_args="--enable-multilib ${ac_configure_args}"
9021 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
9022 ORIGINAL_LD_FOR_MULTILIBS="${ORIGINAL_LD_FOR_MULTILIBS}"
9023 libiberty_topdir=${libiberty_topdir}
9030 cat >>$CONFIG_STATUS <<\_ACEOF
9031 for ac_config_target
in $ac_config_targets
9033 case "$ac_config_target" in
9034 # Handling of arguments.
9035 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
9036 "testsuite/Makefile" ) CONFIG_FILES
="$CONFIG_FILES testsuite/Makefile" ;;
9037 "default" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS default" ;;
9038 "config.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS config.h:config.in" ;;
9039 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
9040 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
9041 { (exit 1); exit 1; }; };;
9045 # If the user did not use the arguments to specify the items to instantiate,
9046 # then the envvar interface is used. Set only those that are not.
9047 # We use the long form for the default assignment because of an extremely
9048 # bizarre bug on SunOS 4.1.3.
9049 if $ac_need_defaults; then
9050 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
9051 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
9052 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
9055 # Have a temporary directory for convenience. Make it in the build tree
9056 # simply because there is no reason to put it here, and in addition,
9057 # creating and moving files from /tmp can sometimes cause problems.
9058 # Create a temporary directory, and hook for its removal unless debugging.
9061 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
9062 trap '{ (exit 1); exit 1; }' 1 2 13 15
9065 # Create a (secure) tmp directory for tmp files.
9068 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
9069 test -n "$tmp" && test -d "$tmp"
9072 tmp
=.
/confstat$$
-$RANDOM
9073 (umask 077 && mkdir
$tmp)
9076 echo "$me: cannot create a temporary directory in ." >&2
9077 { (exit 1); exit 1; }
9082 cat >>$CONFIG_STATUS <<_ACEOF
9085 # CONFIG_FILES section.
9088 # No need to generate the scripts if there are no CONFIG_FILES.
9089 # This happens for instance when ./config.status config.h
9090 if test -n "\$CONFIG_FILES"; then
9091 # Protect against being on the right side of a sed subst in config.status.
9092 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
9093 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
9094 s,@SHELL@,$SHELL,;t t
9095 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
9096 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
9097 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
9098 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
9099 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
9100 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
9101 s,@exec_prefix@,$exec_prefix,;t t
9102 s,@prefix@,$prefix,;t t
9103 s,@program_transform_name@,$program_transform_name,;t t
9104 s,@bindir@,$bindir,;t t
9105 s,@sbindir@,$sbindir,;t t
9106 s,@libexecdir@,$libexecdir,;t t
9107 s,@datadir@,$datadir,;t t
9108 s,@sysconfdir@,$sysconfdir,;t t
9109 s,@sharedstatedir@,$sharedstatedir,;t t
9110 s,@localstatedir@,$localstatedir,;t t
9111 s,@libdir@,$libdir,;t t
9112 s,@includedir@,$includedir,;t t
9113 s,@oldincludedir@,$oldincludedir,;t t
9114 s,@infodir@,$infodir,;t t
9115 s,@mandir@,$mandir,;t t
9116 s,@build_alias@,$build_alias,;t t
9117 s,@host_alias@,$host_alias,;t t
9118 s,@target_alias@,$target_alias,;t t
9120 s,@ECHO_C@,$ECHO_C,;t t
9121 s,@ECHO_N@,$ECHO_N,;t t
9122 s,@ECHO_T@,$ECHO_T,;t t
9124 s,@libiberty_topdir@,$libiberty_topdir,;t t
9125 s,@MAINT@,$MAINT,;t t
9126 s,@NOTMAINT@,$NOTMAINT,;t t
9127 s,@MAKEINFO@,$MAKEINFO,;t t
9128 s,@BUILD_INFO@,$BUILD_INFO,;t t
9130 s,@HAVE_PERL@,$HAVE_PERL,;t t
9131 s,@build@,$build,;t t
9132 s,@build_cpu@,$build_cpu,;t t
9133 s,@build_vendor@,$build_vendor,;t t
9134 s,@build_os@,$build_os,;t t
9136 s,@host_cpu@,$host_cpu,;t t
9137 s,@host_vendor@,$host_vendor,;t t
9138 s,@host_os@,$host_os,;t t
9140 s,@ac_ct_AR@,$ac_ct_AR,;t t
9141 s,@RANLIB@,$RANLIB,;t t
9142 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
9144 s,@CFLAGS@,$CFLAGS,;t t
9145 s,@LDFLAGS@,$LDFLAGS,;t t
9146 s,@CPPFLAGS@,$CPPFLAGS,;t t
9147 s,@ac_ct_CC@,$ac_ct_CC,;t t
9148 s,@EXEEXT@,$EXEEXT,;t t
9149 s,@OBJEXT@,$OBJEXT,;t t
9151 s,@ac_libiberty_warn_cflags@,$ac_libiberty_warn_cflags,;t t
9152 s,@NO_MINUS_C_MINUS_O@,$NO_MINUS_C_MINUS_O,;t t
9153 s,@OUTPUT_OPTION@,$OUTPUT_OPTION,;t t
9154 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
9155 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
9156 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
9157 s,@EGREP@,$EGREP,;t t
9158 s,@LIBOBJS@,$LIBOBJS,;t t
9159 s,@CHECK@,$CHECK,;t t
9160 s,@target_header_dir@,$target_header_dir,;t t
9161 s,@pexecute@,$pexecute,;t t
9162 s,@INSTALL_DEST@,$INSTALL_DEST,;t t
9163 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
9164 /@host_makefile_frag@/r $host_makefile_frag
9165 s,@host_makefile_frag@,,;t t
9170 cat >>$CONFIG_STATUS <<\_ACEOF
9171 # Split the substitutions into bite-sized pieces for seds with
9172 # small command number limits, like on Digital OSF/1 and HP-UX.
9174 ac_sed_frag
=1 # Number of current file.
9175 ac_beg
=1 # First line for current file.
9176 ac_end
=$ac_max_sed_lines # Line after last line for current file.
9179 while $ac_more_lines; do
9180 if test $ac_beg -gt 1; then
9181 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
9183 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
9185 if test ! -s $tmp/subs.frag
; then
9188 # The purpose of the label and of the branching condition is to
9189 # speed up the sed processing (if there are no `@' at all, there
9190 # is no need to browse any of the substitutions).
9191 # These are the two extra sed commands mentioned above.
9193 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs-
$ac_sed_frag.
sed
9194 if test -z "$ac_sed_cmds"; then
9195 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
9197 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
9199 ac_sed_frag
=`expr $ac_sed_frag + 1`
9201 ac_end
=`expr $ac_end + $ac_max_sed_lines`
9204 if test -z "$ac_sed_cmds"; then
9207 fi # test -n "$CONFIG_FILES"
9210 cat >>$CONFIG_STATUS <<\_ACEOF
9211 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
9212 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
9214 - |
*:- |
*:-:* ) # input from stdin
9216 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
9217 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
9218 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
9219 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
9220 * ) ac_file_in
=$ac_file.
in ;;
9223 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
9224 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
9225 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9226 X"$ac_file" : 'X\(//\)[^/]' \| \
9227 X"$ac_file" : 'X\(//\)$' \| \
9228 X"$ac_file" : 'X\(/\)' \| \
9229 . : '\(.\)' 2>/dev/null ||
9231 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9232 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9233 /^X\(\/\/\)$/{ s//\1/; q; }
9234 /^X\(\/\).*/{ s//\1/; q; }
9236 { if $as_mkdir_p; then
9241 while test ! -d "$as_dir"; do
9242 as_dirs
="$as_dir $as_dirs"
9243 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
9244 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9245 X"$as_dir" : 'X\(//\)[^/]' \| \
9246 X"$as_dir" : 'X\(//\)$' \| \
9247 X"$as_dir" : 'X\(/\)' \| \
9248 . : '\(.\)' 2>/dev/null ||
9250 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9251 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9252 /^X\(\/\/\)$/{ s//\1/; q; }
9253 /^X\(\/\).*/{ s//\1/; q; }
9256 test ! -n "$as_dirs" || mkdir
$as_dirs
9257 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
9258 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
9259 { (exit 1); exit 1; }; }; }
9263 if test "$ac_dir" != .
; then
9264 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
9265 # A "../" for each directory in $ac_dir_suffix.
9266 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
9268 ac_dir_suffix
= ac_top_builddir
=
9272 .
) # No --srcdir option. We are building in place.
9274 if test -z "$ac_top_builddir"; then
9277 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
9279 [\\/]* | ?
:[\\/]* ) # Absolute path.
9280 ac_srcdir
=$srcdir$ac_dir_suffix;
9281 ac_top_srcdir
=$srcdir ;;
9283 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
9284 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
9287 # Do not use `cd foo && pwd` to compute absolute paths, because
9288 # the directories may not exist.
9290 .
) ac_abs_builddir
="$ac_dir";;
9293 .
) ac_abs_builddir
=`pwd`;;
9294 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
9295 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
9298 case $ac_abs_builddir in
9299 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
9301 case ${ac_top_builddir}.
in
9302 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
9303 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
9304 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
9307 case $ac_abs_builddir in
9308 .
) ac_abs_srcdir
=$ac_srcdir;;
9311 .
) ac_abs_srcdir
=$ac_abs_builddir;;
9312 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
9313 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
9316 case $ac_abs_builddir in
9317 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
9319 case $ac_top_srcdir in
9320 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
9321 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
9322 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
9328 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
9329 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
9332 if test x
"$ac_file" != x-
; then
9333 { echo "$as_me:$LINENO: creating $ac_file" >&5
9334 echo "$as_me: creating $ac_file" >&6;}
9337 # Let's still pretend it is `configure' which instantiates (i.e., don't
9338 # use $as_me), people would be surprised to read:
9339 # /* config.h. Generated by config.status. */
9340 if test x
"$ac_file" = x-
; then
9343 configure_input
="$ac_file. "
9345 configure_input
=$configure_input"Generated from `echo $ac_file_in |
9346 sed 's,.*/,,'` by configure."
9348 # First look for the input files in the build tree, otherwise in the
9350 ac_file_inputs
=`IFS=:
9351 for f in $ac_file_in; do
9353 -) echo $tmp/stdin ;;
9355 # Absolute (can't be DOS-style, as IFS=:)
9356 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
9357 echo "$as_me: error: cannot find input file: $f" >&2;}
9358 { (exit 1); exit 1; }; }
9361 if test -f "$f"; then
9364 elif test -f "$srcdir/$f"; then
9369 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
9370 echo "$as_me: error: cannot find input file: $f" >&2;}
9371 { (exit 1); exit 1; }; }
9374 done` ||
{ (exit 1); exit 1; }
9376 cat >>$CONFIG_STATUS <<_ACEOF
9380 cat >>$CONFIG_STATUS <<\_ACEOF
9382 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
9383 s
,@configure_input@
,$configure_input,;t t
9384 s
,@srcdir@
,$ac_srcdir,;t t
9385 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
9386 s
,@top_srcdir@
,$ac_top_srcdir,;t t
9387 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
9388 s
,@builddir@
,$ac_builddir,;t t
9389 s
,@abs_builddir@
,$ac_abs_builddir,;t t
9390 s
,@top_builddir@
,$ac_top_builddir,;t t
9391 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
9392 s
,@INSTALL@
,$ac_INSTALL,;t t
9393 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
9395 if test x"$ac_file" != x-; then
9396 mv $tmp/out $ac_file
9404 cat >>$CONFIG_STATUS <<\_ACEOF
9407 # CONFIG_HEADER section.
9410 # These sed commands are passed to sed as "A NAME B NAME C VALUE D
", where
9411 # NAME is the cpp macro being defined and VALUE is the value it is being given.
9413 # ac_d sets the value in "#define NAME VALUE" lines.
9414 ac_dA
='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
9415 ac_dB
='[ ].*$,\1#\2'
9418 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
9419 ac_uA
='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
9420 ac_uB
='$,\1#\2define\3'
9424 for ac_file
in : $CONFIG_HEADERS; do test "x$ac_file" = x
: && continue
9425 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
9427 - |
*:- |
*:-:* ) # input from stdin
9429 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
9430 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
9431 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
9432 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
9433 * ) ac_file_in
=$ac_file.
in ;;
9436 test x
"$ac_file" != x-
&& { echo "$as_me:$LINENO: creating $ac_file" >&5
9437 echo "$as_me: creating $ac_file" >&6;}
9439 # First look for the input files in the build tree, otherwise in the
9441 ac_file_inputs
=`IFS=:
9442 for f in $ac_file_in; do
9444 -) echo $tmp/stdin ;;
9446 # Absolute (can't be DOS-style, as IFS=:)
9447 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
9448 echo "$as_me: error: cannot find input file: $f" >&2;}
9449 { (exit 1); exit 1; }; }
9450 # Do quote $f, to prevent DOS paths from being IFS'd.
9453 if test -f "$f"; then
9456 elif test -f "$srcdir/$f"; then
9461 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
9462 echo "$as_me: error: cannot find input file: $f" >&2;}
9463 { (exit 1); exit 1; }; }
9466 done` ||
{ (exit 1); exit 1; }
9467 # Remove the trailing spaces.
9468 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
9472 # Transform confdefs.h into two sed scripts, `conftest.defines' and
9473 # `conftest.undefs', that substitutes the proper values into
9474 # config.h.in to produce config.h. The first handles `#define'
9475 # templates, and the second `#undef' templates.
9476 # And first: Protect against being on the right side of a sed subst in
9477 # config.status. Protect against being in an unquoted here document
9479 rm -f conftest.defines conftest.undefs
9480 # Using a here document instead of a string reduces the quoting nightmare.
9481 # Putting comments in sed scripts is not portable.
9483 # `end' is used to avoid that the second main sed command (meant for
9484 # 0-ary CPP macros) applies to n-ary macro definitions.
9485 # See the Autoconf documentation for `clear'.
9486 cat >confdef2sed.
sed <<\_ACEOF
9491 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
9493 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
9496 # If some macros were called several times there might be several times
9497 # the same #defines, which is useless. Nevertheless, we may not want to
9498 # sort them, since we want the *last* AC-DEFINE to be honored.
9499 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
9500 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
9501 rm -f confdef2sed.sed
9503 # This sed command replaces #undef with comments. This is necessary, for
9504 # example, in the case of _POSIX_SOURCE, which is predefined and required
9505 # on some systems where configure will not decide to define it.
9506 cat >>conftest.undefs <<\_ACEOF
9507 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
9510 # Break up conftest.defines because some shells have a limit on the size
9511 # of here documents, and old seds have small limits too (100 cmds).
9512 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
9513 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
9514 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
9515 echo ' :' >>$CONFIG_STATUS
9517 while grep . conftest.defines >/dev/null
9519 # Write a limited-size here document to $tmp/defines.sed.
9520 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
9521 # Speed up: don't consider the non `#define' lines.
9522 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
9523 # Work around the forget-to-reset-the-flag bug.
9524 echo 't clr' >>$CONFIG_STATUS
9525 echo ': clr' >>$CONFIG_STATUS
9526 sed ${ac_max_here_lines}q conftest.defines
>>$CONFIG_STATUS
9528 sed -f $tmp/defines.sed $tmp/in >$tmp/out
9532 sed 1,${ac_max_here_lines}d conftest.defines
>conftest.
tail
9533 rm -f conftest.defines
9534 mv conftest.
tail conftest.defines
9536 rm -f conftest.defines
9537 echo ' fi # grep' >>$CONFIG_STATUS
9538 echo >>$CONFIG_STATUS
9540 # Break up conftest.undefs because some shells have a limit on the size
9541 # of here documents, and old seds have small limits too (100 cmds).
9542 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
9544 while grep . conftest.undefs
>/dev
/null
9546 # Write a limited-size here document to $tmp/undefs.sed.
9547 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
9548 # Speed up: don't consider the non
`#undef'
9549 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
9550 # Work around the forget-to-reset-the-flag bug.
9551 echo 't clr' >>$CONFIG_STATUS
9552 echo ': clr' >>$CONFIG_STATUS
9553 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
9555 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
9559 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
9560 rm -f conftest.undefs
9561 mv conftest.tail conftest.undefs
9563 rm -f conftest.undefs
9565 cat >>$CONFIG_STATUS <<\_ACEOF
9566 # Let's still pretend it is `configure
' which instantiates (i.e., don't
9567 # use $as_me), people would be surprised to read:
9568 # /* config.h. Generated by config.status. */
9569 if test x
"$ac_file" = x-
; then
9570 echo "/* Generated by configure. */" >$tmp/config.h
9572 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
9574 cat $tmp/in >>$tmp/config.h
9576 if test x
"$ac_file" != x-
; then
9577 if diff $ac_file $tmp/config.h
>/dev
/null
2>&1; then
9578 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
9579 echo "$as_me: $ac_file is unchanged" >&6;}
9581 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
9582 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9583 X"$ac_file" : 'X\(//\)[^/]' \| \
9584 X"$ac_file" : 'X\(//\)$' \| \
9585 X"$ac_file" : 'X\(/\)' \| \
9586 . : '\(.\)' 2>/dev/null ||
9588 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9589 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9590 /^X\(\/\/\)$/{ s//\1/; q; }
9591 /^X\(\/\).*/{ s//\1/; q; }
9593 { if $as_mkdir_p; then
9598 while test ! -d "$as_dir"; do
9599 as_dirs
="$as_dir $as_dirs"
9600 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
9601 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9602 X"$as_dir" : 'X\(//\)[^/]' \| \
9603 X"$as_dir" : 'X\(//\)$' \| \
9604 X"$as_dir" : 'X\(/\)' \| \
9605 . : '\(.\)' 2>/dev/null ||
9607 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9608 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9609 /^X\(\/\/\)$/{ s//\1/; q; }
9610 /^X\(\/\).*/{ s//\1/; q; }
9613 test ! -n "$as_dirs" || mkdir
$as_dirs
9614 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
9615 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
9616 { (exit 1); exit 1; }; }; }
9619 mv $tmp/config.h
$ac_file
9627 cat >>$CONFIG_STATUS <<\_ACEOF
9630 # CONFIG_COMMANDS section.
9632 for ac_file
in : $CONFIG_COMMANDS; do test "x$ac_file" = x
: && continue
9633 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
9634 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
9635 ac_dir
=`(dirname "$ac_dest") 2>/dev/null ||
9636 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9637 X"$ac_dest" : 'X\(//\)[^/]' \| \
9638 X"$ac_dest" : 'X\(//\)$' \| \
9639 X"$ac_dest" : 'X\(/\)' \| \
9640 . : '\(.\)' 2>/dev/null ||
9642 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9643 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9644 /^X\(\/\/\)$/{ s//\1/; q; }
9645 /^X\(\/\).*/{ s//\1/; q; }
9647 { if $as_mkdir_p; then
9652 while test ! -d "$as_dir"; do
9653 as_dirs
="$as_dir $as_dirs"
9654 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
9655 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
9656 X"$as_dir" : 'X\(//\)[^/]' \| \
9657 X"$as_dir" : 'X\(//\)$' \| \
9658 X"$as_dir" : 'X\(/\)' \| \
9659 . : '\(.\)' 2>/dev/null ||
9661 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
9662 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
9663 /^X\(\/\/\)$/{ s//\1/; q; }
9664 /^X\(\/\).*/{ s//\1/; q; }
9667 test ! -n "$as_dirs" || mkdir
$as_dirs
9668 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
9669 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
9670 { (exit 1); exit 1; }; }; }
9674 if test "$ac_dir" != .
; then
9675 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
9676 # A "../" for each directory in $ac_dir_suffix.
9677 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
9679 ac_dir_suffix
= ac_top_builddir
=
9683 .
) # No --srcdir option. We are building in place.
9685 if test -z "$ac_top_builddir"; then
9688 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
9690 [\\/]* | ?
:[\\/]* ) # Absolute path.
9691 ac_srcdir
=$srcdir$ac_dir_suffix;
9692 ac_top_srcdir
=$srcdir ;;
9694 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
9695 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
9698 # Do not use `cd foo && pwd` to compute absolute paths, because
9699 # the directories may not exist.
9701 .
) ac_abs_builddir
="$ac_dir";;
9704 .
) ac_abs_builddir
=`pwd`;;
9705 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
9706 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
9709 case $ac_abs_builddir in
9710 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
9712 case ${ac_top_builddir}.
in
9713 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
9714 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
9715 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
9718 case $ac_abs_builddir in
9719 .
) ac_abs_srcdir
=$ac_srcdir;;
9722 .
) ac_abs_srcdir
=$ac_abs_builddir;;
9723 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
9724 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
9727 case $ac_abs_builddir in
9728 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
9730 case $ac_top_srcdir in
9731 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
9732 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
9733 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
9738 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
9739 echo "$as_me: executing $ac_dest commands" >&6;}
9741 default
) test -z "$CONFIG_HEADERS" ||
echo timestamp
> stamp-h
9742 if test -n "$CONFIG_FILES"; then
9743 if test -n "${with_target_subdir}"; then
9744 # FIXME: We shouldn't need to set ac_file
9746 LD
="${ORIGINAL_LD_FOR_MULTILIBS}"
9747 .
${libiberty_topdir}/config-ml.
in
9754 cat >>$CONFIG_STATUS <<\_ACEOF
9756 { (exit 0); exit 0; }
9758 chmod +x
$CONFIG_STATUS
9759 ac_clean_files
=$ac_clean_files_save
9762 # configure is writing to config.log, and then calls config.status.
9763 # config.status does its own redirection, appending to config.log.
9764 # Unfortunately, on DOS this fails, as config.log is still kept open
9765 # by configure, so config.status won't be able to write to it; its
9766 # output is simply discarded. So we exec the FD to /dev/null,
9767 # effectively closing config.log, so it can be properly (re)opened and
9768 # appended to by config.status. When coming back to configure, we
9769 # need to make the FD available again.
9770 if test "$no_create" != yes; then
9772 ac_config_status_args
=
9773 test "$silent" = yes &&
9774 ac_config_status_args
="$ac_config_status_args --quiet"
9776 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
9778 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
9779 # would make configure fail if this is the last instruction.
9780 $ac_cs_success ||
{ (exit 1); exit 1; }