2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.59 for GNU Fortran Runtime Library 0.2.
5 # Copyright (C) 2003 Free Software Foundation, Inc.
6 # This configure script is free software; the Free Software Foundation
7 # gives unlimited permission to copy, distribute and modify it.
8 ## --------------------- ##
9 ## M4sh Initialization. ##
10 ## --------------------- ##
12 # Be Bourne compatible
13 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
16 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
17 # is contrary to our usage. Disable this feature.
18 alias -g '${1+"$@"}'='"$@"'
19 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
22 DUALCASE
=1; export DUALCASE
# for MKS sh
24 # Support unset when possible.
25 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
32 # Work around bugs in pre-3.0 UWIN ksh.
33 $as_unset ENV MAIL MAILPATH
40 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
41 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
44 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
45 eval $as_var=C
; export $as_var
51 # Required to use basename.
52 if expr a
: '\(a\)' >/dev
/null
2>&1; then
58 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
65 # Name of the executable.
66 as_me
=`$as_basename "$0" ||
67 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
68 X"$0" : 'X\(//\)$' \| \
69 X"$0" : 'X\(/\)$' \| \
70 . : '\(.\)' 2>/dev/null ||
72 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
73 /^X\/\(\/\/\)$/{ s//\1/; q; }
74 /^X\/\(\/\).*/{ s//\1/; q; }
78 # PATH needs CR, and LINENO needs CR and PATH.
79 # Avoid depending upon Character Ranges.
80 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
81 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
82 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
83 as_cr_digits
='0123456789'
84 as_cr_alnum
=$as_cr_Letters$as_cr_digits
86 # The user is always right.
87 if test "${PATH_SEPARATOR+set}" != set; then
88 echo "#! /bin/sh" >conf$$.sh
89 echo "exit 0" >>conf$$.sh
91 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
102 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
103 test "x$as_lineno_1" != "x$as_lineno_2" &&
104 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
105 # Find who we are. Look in the path if we contain no path at all
108 *[\\/]* ) as_myself
=$0 ;;
109 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
113 test -z "$as_dir" && as_dir
=.
114 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
119 # We did not find ourselves, most probably we were run as `sh COMMAND'
120 # in which case we are not to be found in the path.
121 if test "x$as_myself" = x
; then
124 if test ! -f "$as_myself"; then
125 { echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2
126 { (exit 1); exit 1; }; }
128 case $CONFIG_SHELL in
130 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
131 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
134 test -z "$as_dir" && as_dir
=.
135 for as_base
in sh bash ksh sh5
; do
138 if ("$as_dir/$as_base" -c '
141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
142 test "x$as_lineno_1" != "x$as_lineno_2" &&
143 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
144 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
145 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
146 CONFIG_SHELL
=$as_dir/$as_base
148 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
156 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
157 # uniformly replaced by the line number. The first 'sed' inserts a
158 # line-number line before each line; the second 'sed' does the real
159 # work. The second script uses 'N' to pair each line-number line
160 # with the numbered line, and appends trailing '-' during
161 # substitution so that $LINENO is not a special case at line end.
162 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
163 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
164 sed '=' <$as_myself |
169 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
172 s,^['$as_cr_digits']*\n,,
174 chmod +x
$as_me.lineno ||
175 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
176 { (exit 1); exit 1; }; }
178 # Don't try to exec as it changes $[0], causing all sort of problems
179 # (the dirname of $[0] is not the place where we might find the
180 # original and so on. Autoconf is especially sensible to this).
182 # Exit status is that of the last command.
187 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
188 *c
*,-n*) ECHO_N
= ECHO_C
='
190 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
191 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
194 if expr a
: '\(a\)' >/dev
/null
2>&1; then
200 rm -f conf$$ conf$$.exe conf$$.
file
202 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
203 # We could just check for DJGPP; but this test a) works b) is more generic
204 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
205 if test -f conf$$.exe
; then
206 # Don't use ln at all; we don't have any links
211 elif ln conf$$.
file conf$$
2>/dev
/null
; then
216 rm -f conf$$ conf$$.exe conf$$.
file
218 if mkdir
-p .
2>/dev
/null
; then
221 test -d .
/-p && rmdir .
/-p
225 as_executable_p
="test -f"
227 # Sed expression to map a string onto a valid CPP name.
228 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
230 # Sed expression to map a string onto a valid variable name.
231 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
235 # We need space, tab and new line, in precisely that order.
245 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
246 # so uname gets run too.
247 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
254 ac_default_prefix
=/usr
/local
255 ac_config_libobj_dir
=.
260 SHELL
=${CONFIG_SHELL-/bin/sh}
262 # Maximum number of lines to put in a shell here document.
263 # This variable seems obsolete. It should probably be removed, and
264 # only ac_max_sed_lines should be used.
265 : ${ac_max_here_lines=38}
267 # Identity of this package.
268 PACKAGE_NAME
='GNU Fortran Runtime Library'
269 PACKAGE_TARNAME
='libgfortran'
270 PACKAGE_VERSION
='0.2'
271 PACKAGE_STRING
='GNU Fortran Runtime Library 0.2'
274 # Factoring default headers for most tests.
275 ac_includes_default
="\
278 # include <sys/types.h>
281 # include <sys/stat.h>
292 # if !STDC_HEADERS && HAVE_MEMORY_H
298 # include <strings.h>
301 # include <inttypes.h>
311 ac_subst_vars
='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os build_libsubdir build_subdir host_subdir target_subdir host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT multi_basedir toolexecdir toolexeclibdir CC ac_ct_CC EXEEXT OBJEXT AM_FCFLAGS AM_CFLAGS AS ac_ct_AS AR ac_ct_AR RANLIB ac_ct_RANLIB LN_S LIBTOOL enable_shared enable_static FC FCFLAGS LDFLAGS ac_ct_FC extra_ldflags_libgfortran CPP CPPFLAGS EGREP FPU_HOST_HEADER LIBOBJS LTLIBOBJS'
314 # Initialize some variables set by options.
316 ac_init_version
=false
317 # The variables have the same names as the options, with
318 # dashes changed to underlines.
326 program_transform_name
=s
,x
,x
,
334 # Installation directory options.
335 # These are left unexpanded so users can "make install exec_prefix=/foo"
336 # and all the variables that are supposed to be based on exec_prefix
337 # by default will actually change.
338 # Use braces instead of parens because sh, perl, etc. also accept them.
339 bindir
='${exec_prefix}/bin'
340 sbindir
='${exec_prefix}/sbin'
341 libexecdir
='${exec_prefix}/libexec'
342 datadir
='${prefix}/share'
343 sysconfdir
='${prefix}/etc'
344 sharedstatedir
='${prefix}/com'
345 localstatedir
='${prefix}/var'
346 libdir
='${exec_prefix}/lib'
347 includedir
='${prefix}/include'
348 oldincludedir
='/usr/include'
349 infodir
='${prefix}/info'
350 mandir
='${prefix}/man'
355 # If the previous option needs an argument, assign it.
356 if test -n "$ac_prev"; then
357 eval "$ac_prev=\$ac_option"
362 ac_optarg
=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
364 # Accept the important Cygnus configure options, so we can diagnose typos.
368 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
370 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
373 -build |
--build |
--buil |
--bui |
--bu)
374 ac_prev
=build_alias
;;
375 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
376 build_alias
=$ac_optarg ;;
378 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
379 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
380 ac_prev
=cache_file
;;
381 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
382 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
383 cache_file
=$ac_optarg ;;
386 cache_file
=config.cache
;;
388 -datadir |
--datadir |
--datadi |
--datad |
--data |
--dat |
--da)
390 -datadir=* |
--datadir=* |
--datadi=* |
--datad=* |
--data=* |
--dat=* \
392 datadir
=$ac_optarg ;;
394 -disable-* |
--disable-*)
395 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
396 # Reject names that are not valid shell variable names.
397 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
398 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
399 { (exit 1); exit 1; }; }
400 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
401 eval "enable_$ac_feature=no" ;;
403 -enable-* |
--enable-*)
404 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
405 # Reject names that are not valid shell variable names.
406 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
407 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
408 { (exit 1); exit 1; }; }
409 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
411 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
414 eval "enable_$ac_feature='$ac_optarg'" ;;
416 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
417 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
418 |
--exec |
--exe |
--ex)
419 ac_prev
=exec_prefix
;;
420 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
421 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
422 |
--exec=* |
--exe=* |
--ex=*)
423 exec_prefix
=$ac_optarg ;;
425 -gas |
--gas |
--ga |
--g)
426 # Obsolete; use --with-gas.
429 -help |
--help |
--hel |
--he |
-h)
431 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
432 ac_init_help
=recursive
;;
433 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
434 ac_init_help
=short
;;
436 -host |
--host |
--hos |
--ho)
437 ac_prev
=host_alias
;;
438 -host=* |
--host=* |
--hos=* |
--ho=*)
439 host_alias
=$ac_optarg ;;
441 -includedir |
--includedir |
--includedi |
--included |
--include \
442 |
--includ |
--inclu |
--incl |
--inc)
443 ac_prev
=includedir
;;
444 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
445 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
446 includedir
=$ac_optarg ;;
448 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
450 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
451 infodir
=$ac_optarg ;;
453 -libdir |
--libdir |
--libdi |
--libd)
455 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
458 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
459 |
--libexe |
--libex |
--libe)
460 ac_prev
=libexecdir
;;
461 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
462 |
--libexe=* |
--libex=* |
--libe=*)
463 libexecdir
=$ac_optarg ;;
465 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
466 |
--localstate |
--localstat |
--localsta |
--localst \
467 |
--locals |
--local |
--loca |
--loc |
--lo)
468 ac_prev
=localstatedir
;;
469 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
470 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* \
471 |
--locals=* |
--local=* |
--loca=* |
--loc=* |
--lo=*)
472 localstatedir
=$ac_optarg ;;
474 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
476 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
480 # Obsolete; use --without-fp.
483 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
484 |
--no-cr |
--no-c |
-n)
487 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
488 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
491 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
492 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
493 |
--oldin |
--oldi |
--old |
--ol |
--o)
494 ac_prev
=oldincludedir
;;
495 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
496 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
497 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
498 oldincludedir
=$ac_optarg ;;
500 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
502 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
505 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
506 |
--program-pre |
--program-pr |
--program-p)
507 ac_prev
=program_prefix
;;
508 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
509 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
510 program_prefix
=$ac_optarg ;;
512 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
513 |
--program-suf |
--program-su |
--program-s)
514 ac_prev
=program_suffix
;;
515 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
516 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
517 program_suffix
=$ac_optarg ;;
519 -program-transform-name |
--program-transform-name \
520 |
--program-transform-nam |
--program-transform-na \
521 |
--program-transform-n |
--program-transform- \
522 |
--program-transform |
--program-transfor \
523 |
--program-transfo |
--program-transf \
524 |
--program-trans |
--program-tran \
525 |
--progr-tra |
--program-tr |
--program-t)
526 ac_prev
=program_transform_name
;;
527 -program-transform-name=* |
--program-transform-name=* \
528 |
--program-transform-nam=* |
--program-transform-na=* \
529 |
--program-transform-n=* |
--program-transform-=* \
530 |
--program-transform=* |
--program-transfor=* \
531 |
--program-transfo=* |
--program-transf=* \
532 |
--program-trans=* |
--program-tran=* \
533 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
534 program_transform_name
=$ac_optarg ;;
536 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
537 |
-silent |
--silent |
--silen |
--sile |
--sil)
540 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
542 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
544 sbindir
=$ac_optarg ;;
546 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
547 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
548 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
550 ac_prev
=sharedstatedir
;;
551 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
552 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
553 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
555 sharedstatedir
=$ac_optarg ;;
557 -site |
--site |
--sit)
559 -site=* |
--site=* |
--sit=*)
562 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
564 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
567 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
568 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
569 ac_prev
=sysconfdir
;;
570 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
571 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
572 sysconfdir
=$ac_optarg ;;
574 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
575 ac_prev
=target_alias
;;
576 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
577 target_alias
=$ac_optarg ;;
579 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
582 -version |
--version |
--versio |
--versi |
--vers |
-V)
586 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
587 # Reject names that are not valid shell variable names.
588 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
589 { echo "$as_me: error: invalid package name: $ac_package" >&2
590 { (exit 1); exit 1; }; }
591 ac_package
=`echo $ac_package| sed 's/-/_/g'`
593 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
596 eval "with_$ac_package='$ac_optarg'" ;;
598 -without-* |
--without-*)
599 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
600 # Reject names that are not valid shell variable names.
601 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
602 { echo "$as_me: error: invalid package name: $ac_package" >&2
603 { (exit 1); exit 1; }; }
604 ac_package
=`echo $ac_package | sed 's/-/_/g'`
605 eval "with_$ac_package=no" ;;
608 # Obsolete; use --with-x.
611 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
612 |
--x-incl |
--x-inc |
--x-in |
--x-i)
613 ac_prev
=x_includes
;;
614 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
615 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
616 x_includes
=$ac_optarg ;;
618 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
619 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
620 ac_prev
=x_libraries
;;
621 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
622 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
623 x_libraries
=$ac_optarg ;;
625 -*) { echo "$as_me: error: unrecognized option: $ac_option
626 Try \`$0 --help' for more information." >&2
627 { (exit 1); exit 1; }; }
631 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
632 # Reject names that are not valid shell variable names.
633 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
634 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
635 { (exit 1); exit 1; }; }
636 ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
637 eval "$ac_envvar='$ac_optarg'"
641 # FIXME: should be removed in autoconf 3.0.
642 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
643 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
644 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
645 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
651 if test -n "$ac_prev"; then
652 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
653 { echo "$as_me: error: missing argument to $ac_option" >&2
654 { (exit 1); exit 1; }; }
657 # Be sure to have absolute paths.
658 for ac_var
in exec_prefix prefix
660 eval ac_val
=$
`echo $ac_var`
662 [\\/$
]* | ?
:[\\/]* | NONE |
'' ) ;;
663 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
664 { (exit 1); exit 1; }; };;
668 # Be sure to have absolute paths.
669 for ac_var
in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
670 localstatedir libdir includedir oldincludedir infodir mandir
672 eval ac_val
=$
`echo $ac_var`
674 [\\/$
]* | ?
:[\\/]* ) ;;
675 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
676 { (exit 1); exit 1; }; };;
680 # There might be people who depend on the old broken behavior: `$host'
681 # used to hold the argument of --host etc.
682 # FIXME: To remove some day.
687 # FIXME: To remove some day.
688 if test "x$host_alias" != x
; then
689 if test "x$build_alias" = x
; then
690 cross_compiling
=maybe
691 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
692 If a cross compiler is detected then cross compile mode will be used." >&2
693 elif test "x$build_alias" != "x$host_alias"; then
699 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
701 test "$silent" = yes && exec 6>/dev
/null
704 # Find the source files, if location was not specified.
705 if test -z "$srcdir"; then
706 ac_srcdir_defaulted
=yes
707 # Try the directory containing this script, then its parent.
708 ac_confdir
=`(dirname "$0") 2>/dev/null ||
709 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
710 X"$0" : 'X\(//\)[^/]' \| \
711 X"$0" : 'X\(//\)$' \| \
712 X"$0" : 'X\(/\)' \| \
713 . : '\(.\)' 2>/dev/null ||
715 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
716 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
717 /^X\(\/\/\)$/{ s//\1/; q; }
718 /^X\(\/\).*/{ s//\1/; q; }
721 if test ! -r $srcdir/$ac_unique_file; then
725 ac_srcdir_defaulted
=no
727 if test ! -r $srcdir/$ac_unique_file; then
728 if test "$ac_srcdir_defaulted" = yes; then
729 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
730 { (exit 1); exit 1; }; }
732 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
733 { (exit 1); exit 1; }; }
736 (cd $srcdir && test -r .
/$ac_unique_file) 2>/dev
/null ||
737 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
738 { (exit 1); exit 1; }; }
739 srcdir
=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
740 ac_env_build_alias_set
=${build_alias+set}
741 ac_env_build_alias_value
=$build_alias
742 ac_cv_env_build_alias_set
=${build_alias+set}
743 ac_cv_env_build_alias_value
=$build_alias
744 ac_env_host_alias_set
=${host_alias+set}
745 ac_env_host_alias_value
=$host_alias
746 ac_cv_env_host_alias_set
=${host_alias+set}
747 ac_cv_env_host_alias_value
=$host_alias
748 ac_env_target_alias_set
=${target_alias+set}
749 ac_env_target_alias_value
=$target_alias
750 ac_cv_env_target_alias_set
=${target_alias+set}
751 ac_cv_env_target_alias_value
=$target_alias
752 ac_env_FC_set
=${FC+set}
754 ac_cv_env_FC_set
=${FC+set}
755 ac_cv_env_FC_value
=$FC
756 ac_env_FCFLAGS_set
=${FCFLAGS+set}
757 ac_env_FCFLAGS_value
=$FCFLAGS
758 ac_cv_env_FCFLAGS_set
=${FCFLAGS+set}
759 ac_cv_env_FCFLAGS_value
=$FCFLAGS
760 ac_env_LDFLAGS_set
=${LDFLAGS+set}
761 ac_env_LDFLAGS_value
=$LDFLAGS
762 ac_cv_env_LDFLAGS_set
=${LDFLAGS+set}
763 ac_cv_env_LDFLAGS_value
=$LDFLAGS
764 ac_env_CPP_set
=${CPP+set}
765 ac_env_CPP_value
=$CPP
766 ac_cv_env_CPP_set
=${CPP+set}
767 ac_cv_env_CPP_value
=$CPP
768 ac_env_CPPFLAGS_set
=${CPPFLAGS+set}
769 ac_env_CPPFLAGS_value
=$CPPFLAGS
770 ac_cv_env_CPPFLAGS_set
=${CPPFLAGS+set}
771 ac_cv_env_CPPFLAGS_value
=$CPPFLAGS
774 # Report the --help message.
776 if test "$ac_init_help" = "long"; then
777 # Omit some internal or obsolete options to make the list less imposing.
778 # This message is too long to be a string in the A/UX 3.1 sh.
780 \`configure' configures GNU Fortran Runtime Library 0.2 to adapt to many kinds of systems.
782 Usage: $0 [OPTION]... [VAR=VALUE]...
784 To assign environment variables (e.g., CC, CFLAGS...), specify them as
785 VAR=VALUE. See below for descriptions of some of the useful variables.
787 Defaults for the options are specified in brackets.
790 -h, --help display this help and exit
791 --help=short display options specific to this package
792 --help=recursive display the short help of all the included packages
793 -V, --version display version information and exit
794 -q, --quiet, --silent do not print \`checking...' messages
795 --cache-file=FILE cache test results in FILE [disabled]
796 -C, --config-cache alias for \`--cache-file=config.cache'
797 -n, --no-create do not create output files
798 --srcdir=DIR find the sources in DIR [configure dir or \`..']
803 Installation directories:
804 --prefix=PREFIX install architecture-independent files in PREFIX
806 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
809 By default, \`make install' will install all the files in
810 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
811 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
812 for instance \`--prefix=\$HOME'.
814 For better control, use the options below.
816 Fine tuning of the installation directories:
817 --bindir=DIR user executables [EPREFIX/bin]
818 --sbindir=DIR system admin executables [EPREFIX/sbin]
819 --libexecdir=DIR program executables [EPREFIX/libexec]
820 --datadir=DIR read-only architecture-independent data [PREFIX/share]
821 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
822 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
823 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
824 --libdir=DIR object code libraries [EPREFIX/lib]
825 --includedir=DIR C header files [PREFIX/include]
826 --oldincludedir=DIR C header files for non-gcc [/usr/include]
827 --infodir=DIR info documentation [PREFIX/info]
828 --mandir=DIR man documentation [PREFIX/man]
834 --program-prefix=PREFIX prepend PREFIX to installed program names
835 --program-suffix=SUFFIX append SUFFIX to installed program names
836 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
839 --build=BUILD configure
for building on BUILD
[guessed
]
840 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
841 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
845 if test -n "$ac_init_help"; then
846 case $ac_init_help in
847 short | recursive
) echo "Configuration of GNU Fortran Runtime Library 0.2:";;
852 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
853 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
854 --enable-version-specific-runtime-libs Specify that runtime libraries should be installed
in a compiler-specific directory
855 --enable-maintainer-mode enable make rules and dependencies not useful
856 (and sometimes confusing
) to the casual installer
857 --enable-multilib build many library versions
(default
)
858 --enable-shared=PKGS build shared libraries default
=yes
859 --enable-static=PKGS build static libraries default
=yes
860 --enable-fast-install=PKGS optimize
for fast installation default
=yes
861 --disable-libtool-lock avoid locking
(might
break parallel builds
)
862 --disable-largefile omit support
for large files
865 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
866 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
867 --with-build-libsubdir=DIR Directory where to
find libraries
for build system
868 --with-gnu-ld assume the C compiler uses GNU ld default
=no
869 --with-pic try to use only PIC
/non-PIC objects default
=use both
871 Some influential environment variables
:
872 CC C compiler
command
873 CFLAGS C compiler flags
874 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
875 nonstandard directory
<lib dir
>
876 CPPFLAGS C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if you have
877 headers
in a nonstandard directory
<include dir
>
878 FC Fortran compiler
command
879 FCFLAGS Fortran compiler flags
882 Use these variables to override the choices made by
`configure' or to help
883 it to find libraries and programs with nonstandard names/locations.
888 if test "$ac_init_help" = "recursive"; then
889 # If there are subdirs, report their specific --help.
891 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
892 test -d $ac_dir || continue
895 if test "$ac_dir" != .; then
896 ac_dir_suffix=/`echo "$ac_dir" |
sed 's,^\.[\\/],,'`
897 # A "../" for each directory in $ac_dir_suffix.
898 ac_top_builddir=`echo "$ac_dir_suffix" |
sed 's,/[^\\/]*,../,g'`
900 ac_dir_suffix= ac_top_builddir=
904 .) # No --srcdir option. We are building in place.
906 if test -z "$ac_top_builddir"; then
909 ac_top_srcdir=`echo $ac_top_builddir |
sed 's,/$,,'`
911 [\\/]* | ?:[\\/]* ) # Absolute path.
912 ac_srcdir=$srcdir$ac_dir_suffix;
913 ac_top_srcdir=$srcdir ;;
915 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
916 ac_top_srcdir=$ac_top_builddir$srcdir ;;
919 # Do not use `cd foo
&& pwd` to compute absolute paths, because
920 # the directories may not exist.
922 .) ac_abs_builddir="$ac_dir";;
925 .) ac_abs_builddir=`pwd`;;
926 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
927 *) ac_abs_builddir=`pwd`/"$ac_dir";;
930 case $ac_abs_builddir in
931 .) ac_abs_top_builddir=${ac_top_builddir}.;;
933 case ${ac_top_builddir}. in
934 .) ac_abs_top_builddir=$ac_abs_builddir;;
935 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
936 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
939 case $ac_abs_builddir in
940 .) ac_abs_srcdir=$ac_srcdir;;
943 .) ac_abs_srcdir=$ac_abs_builddir;;
944 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
945 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
948 case $ac_abs_builddir in
949 .) ac_abs_top_srcdir=$ac_top_srcdir;;
951 case $ac_top_srcdir in
952 .) ac_abs_top_srcdir=$ac_abs_builddir;;
953 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
954 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
959 # Check for guested configure; otherwise get Cygnus style configure.
960 if test -f $ac_srcdir/configure.gnu; then
962 $SHELL $ac_srcdir/configure.gnu --help=recursive
963 elif test -f $ac_srcdir/configure; then
965 $SHELL $ac_srcdir/configure --help=recursive
966 elif test -f $ac_srcdir/configure.ac ||
967 test -f $ac_srcdir/configure.in; then
971 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
977 test -n "$ac_init_help" && exit 0
978 if $ac_init_version; then
980 GNU Fortran Runtime Library configure 0.2
981 generated by GNU Autoconf 2.59
983 Copyright (C) 2003 Free Software Foundation, Inc.
984 This configure script is free software; the Free Software Foundation
985 gives unlimited permission to copy, distribute and modify it.
991 This file contains any messages produced by compilers while
992 running configure, to aid debugging if configure makes a mistake.
994 It was created by GNU Fortran Runtime Library $as_me 0.2, which was
995 generated by GNU Autoconf 2.59. Invocation command line was
1006 hostname = `(hostname || uname
-n) 2>/dev
/null |
sed 1q
`
1007 uname -m = `(uname
-m) 2>/dev
/null ||
echo unknown
`
1008 uname -r = `(uname
-r) 2>/dev
/null ||
echo unknown
`
1009 uname -s = `(uname
-s) 2>/dev
/null ||
echo unknown
`
1010 uname -v = `(uname
-v) 2>/dev
/null ||
echo unknown
`
1012 /usr/bin/uname -p = `(/usr
/bin
/uname
-p) 2>/dev
/null ||
echo unknown
`
1013 /bin/uname -X = `(/bin
/uname
-X) 2>/dev
/null ||
echo unknown
`
1015 /bin/arch = `(/bin
/arch
) 2>/dev
/null ||
echo unknown
`
1016 /usr/bin/arch -k = `(/usr
/bin
/arch
-k) 2>/dev
/null ||
echo unknown
`
1017 /usr/convex/getsysinfo = `(/usr
/convex
/getsysinfo
) 2>/dev
/null ||
echo unknown
`
1018 hostinfo = `(hostinfo
) 2>/dev
/null ||
echo unknown
`
1019 /bin/machine = `(/bin
/machine
) 2>/dev
/null ||
echo unknown
`
1020 /usr/bin/oslevel = `(/usr
/bin
/oslevel
) 2>/dev
/null ||
echo unknown
`
1021 /bin/universe = `(/bin
/universe
) 2>/dev
/null ||
echo unknown
`
1025 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1029 test -z "$as_dir" && as_dir=.
1030 echo "PATH: $as_dir"
1045 # Keep a trace of the command line.
1046 # Strip out --no-create and --no-recursion so they do not pile up.
1047 # Strip out --silent because we don't want to record it for future runs.
1048 # Also quote any args containing shell meta-characters.
1049 # Make two passes to allow for proper duplicate-argument suppression.
1054 ac_must_keep_next=false
1060 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1061 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1062 | -silent | --silent | --silen | --sile | --sil)
1064 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1065 ac_arg=`echo "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"` ;;
1068 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1070 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1071 if test $ac_must_keep_next = true; then
1072 ac_must_keep_next=false # Got value, back to normal.
1075 *=* | --config-cache | -C | -disable-* | --disable-* \
1076 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1077 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1078 | -with-* | --with-* | -without-* | --without-* | --x)
1079 case "$ac_configure_args0 " in
1080 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1083 -* ) ac_must_keep_next=true ;;
1086 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1087 # Get rid of the leading space.
1093 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1094 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1096 # When interrupted or exit'd, cleanup temporary files, and complete
1097 # config.log. We remove comments because anyway the quotes in there
1098 # would cause problems or look ugly.
1099 # WARNING: Be sure not to use single quotes in there, as some shells,
1100 # such as our DU 5.0 friend, will then `close
' the trap.
1101 trap 'exit_status
=$?
1102 # Save into config.log some information that might help in debugging.
1107 ## ---------------- ##
1108 ## Cache variables. ##
1109 ## ---------------- ##
1112 # The following way of writing the cache mishandles newlines in values,
1115 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1118 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1119 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1123 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1130 ## ----------------- ##
1131 ## Output variables. ##
1132 ## ----------------- ##
1135 for ac_var
in $ac_subst_vars
1137 eval ac_val
=$
`echo $ac_var`
1138 echo "$ac_var='"'"'$ac_val'"'"'"
1142 if test -n "$ac_subst_files"; then
1149 for ac_var
in $ac_subst_files
1151 eval ac_val
=$
`echo $ac_var`
1152 echo "$ac_var='"'"'$ac_val'"'"'"
1157 if test -s confdefs.h
; then
1164 sed "/^$/d" confdefs.h |
sort
1167 test "$ac_signal" != 0 &&
1168 echo "$as_me: caught signal $ac_signal"
1169 echo "$as_me: exit $exit_status"
1171 rm -f core
*.core
&&
1172 rm -rf conftest
* confdefs
* conf$$
* $ac_clean_files &&
1175 for ac_signal in 1 2 13 15; do
1176 trap 'ac_signal
='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1180 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1181 rm -rf conftest* confdefs.h
1182 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1185 # Predefined preprocessor variables.
1187 cat >>confdefs.h <<_ACEOF
1188 #define PACKAGE_NAME "$PACKAGE_NAME"
1192 cat >>confdefs.h <<_ACEOF
1193 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1197 cat >>confdefs.h <<_ACEOF
1198 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1202 cat >>confdefs.h <<_ACEOF
1203 #define PACKAGE_STRING "$PACKAGE_STRING"
1207 cat >>confdefs.h <<_ACEOF
1208 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1212 # Let the site file select an alternate cache file if it wants to.
1213 # Prefer explicitly selected file to automatically selected ones.
1214 if test -z "$CONFIG_SITE"; then
1215 if test "x$prefix" != xNONE; then
1216 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1218 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1221 for ac_site_file in $CONFIG_SITE; do
1222 if test -r "$ac_site_file"; then
1223 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1224 echo "$as_me: loading site script $ac_site_file" >&6;}
1225 sed 's
/^
/|
/' "$ac_site_file" >&5
1230 if test -r "$cache_file"; then
1231 # Some versions of bash will fail to source /dev/null (special
1232 # files actually), so we avoid doing that.
1233 if test -f "$cache_file"; then
1234 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1235 echo "$as_me: loading cache $cache_file" >&6;}
1237 [\\/]* | ?:[\\/]* ) . $cache_file;;
1238 *) . ./$cache_file;;
1242 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1243 echo "$as_me: creating cache $cache_file" >&6;}
1247 # Check that the precious variables saved in the cache have kept the same
1249 ac_cache_corrupted=false
1250 for ac_var in `(set) 2>&1 |
1251 sed -n 's
/^ac_env_\
([a-zA-Z_0-9
]*\
)_set
=.
*/\
1/p
'`; do
1252 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1253 eval ac_new_set=\$ac_env_${ac_var}_set
1254 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1255 eval ac_new_val="\$ac_env_${ac_var}_value"
1256 case $ac_old_set,$ac_new_set in
1258 { echo "$as_me:$LINENO: error: \`$ac_var' was
set to \
`$ac_old_val' in the previous run" >&5
1259 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run
" >&2;}
1260 ac_cache_corrupted=: ;;
1262 { echo "$as_me:$LINENO: error
: \
`$ac_var' was not set in the previous run" >&5
1263 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1264 ac_cache_corrupted=: ;;
1267 if test "x$ac_old_val" != "x$ac_new_val"; then
1268 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run
:" >&5
1269 echo "$as_me: error
: \
`$ac_var' has changed since the previous run:" >&2;}
1270 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1271 echo "$as_me: former value: $ac_old_val" >&2;}
1272 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1273 echo "$as_me: current value: $ac_new_val" >&2;}
1274 ac_cache_corrupted=:
1277 # Pass precious variables to config.status.
1278 if test "$ac_new_set" = set; then
1280 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1281 ac_arg=$ac_var=`echo "$ac_new_val" |
sed "s/'/'\\\\\\\\''/g"` ;;
1282 *) ac_arg=$ac_var=$ac_new_val ;;
1284 case " $ac_configure_args " in
1285 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1286 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1290 if $ac_cache_corrupted; then
1291 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1292 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1293 { { echo "$as_me:$LINENO: error: run \`make distclean
' and/or \`rm $cache_file' and start over
" >&5
1294 echo "$as_me: error
: run \
`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1295 { (exit 1); exit 1; }; }
1299 ac_cpp='$CPP $CPPFLAGS'
1300 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
1301 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
1302 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1330 ac_config_headers="$ac_config_headers config.h"
1333 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1334 if test -f $ac_dir/install-sh; then
1336 ac_install_sh="$ac_aux_dir/install-sh -c"
1338 elif test -f $ac_dir/install.sh; then
1340 ac_install_sh="$ac_aux_dir/install.sh -c"
1342 elif test -f $ac_dir/shtool; then
1344 ac_install_sh="$ac_aux_dir/shtool install -c"
1348 if test -z "$ac_aux_dir"; then
1349 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1350 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1351 { (exit 1); exit 1; }; }
1353 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1354 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1355 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1357 # Make sure we can run config.sub.
1358 $ac_config_sub sun4 >/dev/null 2>&1 ||
1359 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1360 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1361 { (exit 1); exit 1; }; }
1363 echo "$as_me:$LINENO: checking build system type" >&5
1364 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1365 if test "${ac_cv_build+set}" = set; then
1366 echo $ECHO_N "(cached) $ECHO_C" >&6
1368 ac_cv_build_alias=$build_alias
1369 test -z "$ac_cv_build_alias" &&
1370 ac_cv_build_alias=`$ac_config_guess`
1371 test -z "$ac_cv_build_alias" &&
1372 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1373 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1374 { (exit 1); exit 1; }; }
1375 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1376 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1377 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1378 { (exit 1); exit 1; }; }
1381 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1382 echo "${ECHO_T}$ac_cv_build" >&6
1384 build_cpu=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
1/'`
1385 build_vendor=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
2/'`
1386 build_os=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
3/'`
1389 case ${build_alias} in
1390 "") build_noncanonical=${build} ;;
1391 *) build_noncanonical=${build_alias} ;;
1394 case ${host_alias} in
1395 "") host_noncanonical=${build_noncanonical} ;;
1396 *) host_noncanonical=${host_alias} ;;
1399 case ${target_alias} in
1400 "") target_noncanonical=${host_noncanonical} ;;
1401 *) target_noncanonical=${target_alias} ;;
1405 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to
1406 # have matching libraries, they should use host libraries: Makefile.tpl
1407 # arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
1408 # However, they still use the build modules, because the corresponding
1409 # host modules (e.g. bison) are only built for the host when bootstrap
1411 # - build_subdir is where we find build modules, and never changes.
1412 # - build_libsubdir is where we find build libraries, and can be overridden.
1414 # Prefix 'build-
' so this never conflicts with target_subdir.
1415 build_subdir="build-${build_noncanonical}"
1417 # Check whether --with-build-libsubdir or --without-build-libsubdir was given.
1418 if test "${with_build_libsubdir+set}" = set; then
1419 withval="$with_build_libsubdir"
1420 build_libsubdir="$withval"
1422 build_libsubdir="$build_subdir"
1424 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
1425 if ( test $srcdir = . && test -d gcc ) \
1426 || test -d $srcdir/../host-${host_noncanonical}; then
1427 host_subdir="host-${host_noncanonical}"
1432 target_subdir=${target_noncanonical}
1439 echo "$as_me:$LINENO: checking for --enable-version-specific-runtime-libs" >&5
1440 echo $ECHO_N "checking for --enable-version-specific-runtime-libs... $ECHO_C" >&6
1441 # Check whether --enable-version-specific-runtime-libs or --disable-version-specific-runtime-libs was given.
1442 if test "${enable_version_specific_runtime_libs+set}" = set; then
1443 enableval="$enable_version_specific_runtime_libs"
1444 case "$enableval" in
1445 yes) version_specific_libs=yes ;;
1446 no) version_specific_libs=no ;;
1447 *) { { echo "$as_me:$LINENO: error: Unknown argument to enable/disable version-specific libs" >&5
1448 echo "$as_me: error: Unknown argument to enable/disable version-specific libs" >&2;}
1449 { (exit 1); exit 1; }; };;
1452 version_specific_libs=no
1454 echo "$as_me:$LINENO: result: $version_specific_libs" >&5
1455 echo "${ECHO_T}$version_specific_libs" >&6
1458 # Gets build, host, target, *_vendor, *_cpu, *_os, etc.
1460 # You will slowly go insane if you do not grok the following fact: when
1461 # building this library, the top-level /target/ becomes the library's
/host
/.
1463 # configure then causes --target to default to --host, exactly like any
1464 # other package using autoconf. Therefore, 'target' and 'host' will
1465 # always be the same. This makes sense both for native and cross compilers
1466 # just think about it for a little while. :-)
1468 # Also, if this library is being configured as part of a cross compiler, the
1469 # top-level configure script will pass the "real" host as $with_cross_host.
1471 # Do not delete or change the following two lines. For why, see
1472 # http://gcc.gnu.org/ml/libstdc++/2003-07/msg00451.html
1473 echo "$as_me:$LINENO: checking host system type" >&5
1474 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1475 if test "${ac_cv_host+set}" = set; then
1476 echo $ECHO_N "(cached) $ECHO_C" >&6
1478 ac_cv_host_alias
=$host_alias
1479 test -z "$ac_cv_host_alias" &&
1480 ac_cv_host_alias
=$ac_cv_build_alias
1481 ac_cv_host
=`$ac_config_sub $ac_cv_host_alias` ||
1482 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1483 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1484 { (exit 1); exit 1; }; }
1487 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1488 echo "${ECHO_T}$ac_cv_host" >&6
1490 host_cpu
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1491 host_vendor
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1492 host_os
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1495 echo "$as_me:$LINENO: checking target system type" >&5
1496 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1497 if test "${ac_cv_target+set}" = set; then
1498 echo $ECHO_N "(cached) $ECHO_C" >&6
1500 ac_cv_target_alias
=$target_alias
1501 test "x$ac_cv_target_alias" = "x" &&
1502 ac_cv_target_alias
=$ac_cv_host_alias
1503 ac_cv_target
=`$ac_config_sub $ac_cv_target_alias` ||
1504 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1505 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1506 { (exit 1); exit 1; }; }
1509 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1510 echo "${ECHO_T}$ac_cv_target" >&6
1511 target
=$ac_cv_target
1512 target_cpu
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1513 target_vendor
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1514 target_os
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1517 # The aliases save the names the user supplied, while $host etc.
1518 # will get canonicalized.
1519 test -n "$target_alias" &&
1520 test "$program_prefix$program_suffix$program_transform_name" = \
1522 program_prefix
=${target_alias}-
1523 target_alias
=${target_alias-$host_alias}
1525 # Sets up automake. Must come after AC_CANONICAL_SYSTEM. Each of the
1526 # following is magically included in AUTOMAKE_OPTIONS in each Makefile.am.
1527 # 1.8.2: minimum required version
1528 # no-define: PACKAGE and VERSION will not be #define'd in config.h (a bunch
1529 # of other PACKAGE_* variables will, however, and there's nothing
1530 # we can do about that; they come from AC_INIT).
1531 # foreign: we don't follow the normal rules for GNU packages (no COPYING
1532 # file in the top srcdir, etc, etc), so stop complaining.
1533 # no-dependencies: turns off auto dependency generation (just for now)
1534 # -Wall: turns on all automake warnings...
1535 # -Wno-portability: ...except this one, since GNU make is required.
1536 am__api_version
="1.9"
1537 # Find a good install program. We prefer a C program (faster),
1538 # so one script is as good as another. But avoid the broken or
1539 # incompatible versions:
1540 # SysV /etc/install, /usr/sbin/install
1541 # SunOS /usr/etc/install
1542 # IRIX /sbin/install
1544 # AmigaOS /C/install, which installs bootblocks on floppy discs
1545 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1546 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1547 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1548 # OS/2's system install, which has a completely different semantic
1549 # ./install, which can be erroneously created by make from ./install.sh.
1550 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1551 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1552 if test -z "$INSTALL"; then
1553 if test "${ac_cv_path_install+set}" = set; then
1554 echo $ECHO_N "(cached) $ECHO_C" >&6
1556 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1560 test -z "$as_dir" && as_dir
=.
1561 # Account for people who put trailing slashes in PATH elements.
1563 .
/ | .
// |
/cC
/* | \
1564 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
1565 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
1568 # OSF1 and SCO ODT 3.0 have their own names for install.
1569 # Don't use installbsd from OSF since it installs stuff as root
1571 for ac_prog
in ginstall scoinst
install; do
1572 for ac_exec_ext
in '' $ac_executable_extensions; do
1573 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1574 if test $ac_prog = install &&
1575 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
1576 # AIX install. It has an incompatible calling convention.
1578 elif test $ac_prog = install &&
1579 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
1580 # program-specific install script used by HP pwplus--don't use.
1583 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
1595 if test "${ac_cv_path_install+set}" = set; then
1596 INSTALL
=$ac_cv_path_install
1598 # As a last resort, use the slow shell script. We don't cache a
1599 # path for INSTALL within a source directory, because that will
1600 # break other packages using the cache if that directory is
1601 # removed, or if the path is relative.
1602 INSTALL
=$ac_install_sh
1605 echo "$as_me:$LINENO: result: $INSTALL" >&5
1606 echo "${ECHO_T}$INSTALL" >&6
1608 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1609 # It thinks the first close brace ends the variable substitution.
1610 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
1612 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
1614 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
1616 echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1617 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1620 echo timestamp
> conftest.
file
1621 # Do `set' in a subshell so we don't clobber the current shell's
1622 # arguments. Must try -L first in case configure is actually a
1623 # symlink; some systems play weird games with the mod time of symlinks
1624 # (eg FreeBSD returns the mod time of the symlink's containing
1627 set X
`ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1628 if test "$*" = "X"; then
1630 set X
`ls -t $srcdir/configure conftest.file`
1633 if test "$*" != "X $srcdir/configure conftest.file" \
1634 && test "$*" != "X conftest.file $srcdir/configure"; then
1636 # If neither matched, then we have a broken ls. This can happen
1637 # if, for instance, CONFIG_SHELL is bash and it inherits a
1638 # broken ls alias from the environment. This has actually
1639 # happened. Such a system could not be considered "sane".
1640 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
1641 alias in your environment" >&5
1642 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
1643 alias in your environment" >&2;}
1644 { (exit 1); exit 1; }; }
1647 test "$2" = conftest.
file
1653 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1654 Check your system clock" >&5
1655 echo "$as_me: error: newly created file is older than distributed files!
1656 Check your system clock" >&2;}
1657 { (exit 1); exit 1; }; }
1659 echo "$as_me:$LINENO: result: yes" >&5
1660 echo "${ECHO_T}yes" >&6
1661 test "$program_prefix" != NONE
&&
1662 program_transform_name
="s,^,$program_prefix,;$program_transform_name"
1663 # Use a double $ so make ignores it.
1664 test "$program_suffix" != NONE
&&
1665 program_transform_name
="s,\$,$program_suffix,;$program_transform_name"
1666 # Double any \ or $. echo might interpret backslashes.
1667 # By default was `s,x,x', remove it if useless.
1668 cat <<\_ACEOF
>conftest.
sed
1669 s
/[\\$
]/&&/g
;s
/;s
,x
,x
,$
//
1671 program_transform_name
=`echo $program_transform_name | sed -f conftest.sed`
1674 # expand $ac_aux_dir to an absolute path
1675 am_aux_dir
=`cd $ac_aux_dir && pwd`
1677 test x
"${MISSING+set}" = xset || MISSING
="\${SHELL} $am_aux_dir/missing"
1678 # Use eval to expand $SHELL
1679 if eval "$MISSING --run true"; then
1680 am_missing_run
="$MISSING --run "
1683 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1684 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1687 if mkdir
-p --version .
>/dev
/null
2>&1 && test ! -d .
/--version; then
1688 # We used to keeping the `.' as first argument, in order to
1689 # allow $(mkdir_p) to be used without argument. As in
1690 # $(mkdir_p) $(somedir)
1691 # where $(somedir) is conditionally defined. However this is wrong
1693 # 1. if the package is installed by a user who cannot write `.'
1694 # make install will fail,
1695 # 2. the above comment should most certainly read
1696 # $(mkdir_p) $(DESTDIR)$(somedir)
1697 # so it does not work when $(somedir) is undefined and
1698 # $(DESTDIR) is not.
1699 # To support the latter case, we have to write
1700 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
1701 # so the `.' trick is pointless.
1702 mkdir_p
='mkdir -p --'
1704 # On NextStep and OpenStep, the `mkdir' command does not
1705 # recognize any option. It will interpret all options as
1706 # directories to create, and then abort because `.' already
1708 for d
in .
/-p .
/--version;
1710 test -d $d && rmdir $d
1712 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
1713 if test -f "$ac_aux_dir/mkinstalldirs"; then
1714 mkdir_p
='$(mkinstalldirs)'
1716 mkdir_p
='$(install_sh) -d'
1720 for ac_prog
in gawk mawk nawk
awk
1722 # Extract the first word of "$ac_prog", so it can be a program name with args.
1723 set dummy
$ac_prog; ac_word
=$2
1724 echo "$as_me:$LINENO: checking for $ac_word" >&5
1725 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1726 if test "${ac_cv_prog_AWK+set}" = set; then
1727 echo $ECHO_N "(cached) $ECHO_C" >&6
1729 if test -n "$AWK"; then
1730 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
1732 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1736 test -z "$as_dir" && as_dir
=.
1737 for ac_exec_ext
in '' $ac_executable_extensions; do
1738 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1739 ac_cv_prog_AWK
="$ac_prog"
1740 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1749 if test -n "$AWK"; then
1750 echo "$as_me:$LINENO: result: $AWK" >&5
1751 echo "${ECHO_T}$AWK" >&6
1753 echo "$as_me:$LINENO: result: no" >&5
1754 echo "${ECHO_T}no" >&6
1757 test -n "$AWK" && break
1760 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1761 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1762 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
1763 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1764 echo $ECHO_N "(cached) $ECHO_C" >&6
1766 cat >conftest.
make <<\_ACEOF
1768 @
echo 'ac_maketemp="$(MAKE)"'
1770 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1771 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1772 if test -n "$ac_maketemp"; then
1773 eval ac_cv_prog_make_
${ac_make}_set
=yes
1775 eval ac_cv_prog_make_
${ac_make}_set
=no
1779 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1780 echo "$as_me:$LINENO: result: yes" >&5
1781 echo "${ECHO_T}yes" >&6
1784 echo "$as_me:$LINENO: result: no" >&5
1785 echo "${ECHO_T}no" >&6
1786 SET_MAKE
="MAKE=${MAKE-make}"
1789 rm -rf .tst
2>/dev
/null
1790 mkdir .tst
2>/dev
/null
1791 if test -d .tst
; then
1796 rmdir .tst
2>/dev
/null
1798 # test to see if srcdir already configured
1799 if test "`cd $srcdir && pwd`" != "`pwd`" &&
1800 test -f $srcdir/config.status
; then
1801 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1802 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1803 { (exit 1); exit 1; }; }
1806 # test whether we have cygpath
1807 if test -z "$CYGPATH_W"; then
1808 if (cygpath
--version) >/dev
/null
2>/dev
/null
; then
1809 CYGPATH_W
='cygpath -w'
1816 # Define the identity of the package.
1817 PACKAGE
='libgfortran'
1821 # Some tools Automake needs.
1823 ACLOCAL
=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1826 AUTOCONF
=${AUTOCONF-"${am_missing_run}autoconf"}
1829 AUTOMAKE
=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1832 AUTOHEADER
=${AUTOHEADER-"${am_missing_run}autoheader"}
1835 MAKEINFO
=${MAKEINFO-"${am_missing_run}makeinfo"}
1837 install_sh
=${install_sh-"$am_aux_dir/install-sh"}
1839 # Installed binaries are usually stripped using `strip' when the user
1840 # run `make install-strip'. However `strip' might not be the right
1841 # tool to use in cross-compilation environments, therefore Automake
1842 # will honor the `STRIP' environment variable to overrule this program.
1843 if test "$cross_compiling" != no
; then
1844 if test -n "$ac_tool_prefix"; then
1845 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1846 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
1847 echo "$as_me:$LINENO: checking for $ac_word" >&5
1848 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1849 if test "${ac_cv_prog_STRIP+set}" = set; then
1850 echo $ECHO_N "(cached) $ECHO_C" >&6
1852 if test -n "$STRIP"; then
1853 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
1855 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1859 test -z "$as_dir" && as_dir
=.
1860 for ac_exec_ext
in '' $ac_executable_extensions; do
1861 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1862 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
1863 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1871 STRIP
=$ac_cv_prog_STRIP
1872 if test -n "$STRIP"; then
1873 echo "$as_me:$LINENO: result: $STRIP" >&5
1874 echo "${ECHO_T}$STRIP" >&6
1876 echo "$as_me:$LINENO: result: no" >&5
1877 echo "${ECHO_T}no" >&6
1881 if test -z "$ac_cv_prog_STRIP"; then
1883 # Extract the first word of "strip", so it can be a program name with args.
1884 set dummy strip
; ac_word
=$2
1885 echo "$as_me:$LINENO: checking for $ac_word" >&5
1886 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1887 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1888 echo $ECHO_N "(cached) $ECHO_C" >&6
1890 if test -n "$ac_ct_STRIP"; then
1891 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
1893 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1897 test -z "$as_dir" && as_dir
=.
1898 for ac_exec_ext
in '' $ac_executable_extensions; do
1899 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1900 ac_cv_prog_ac_ct_STRIP
="strip"
1901 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1907 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
=":"
1910 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
1911 if test -n "$ac_ct_STRIP"; then
1912 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1913 echo "${ECHO_T}$ac_ct_STRIP" >&6
1915 echo "$as_me:$LINENO: result: no" >&5
1916 echo "${ECHO_T}no" >&6
1921 STRIP
="$ac_cv_prog_STRIP"
1925 INSTALL_STRIP_PROGRAM
="\${SHELL} \$(install_sh) -c -s"
1927 # We need awk for the "check" target. The system "awk" is bad on
1929 # Always define AMTAR for backward compatibility.
1931 AMTAR
=${AMTAR-"${am_missing_run}tar"}
1933 am__tar
='${AMTAR} chof - "$$tardir"'; am__untar
='${AMTAR} xf -'
1940 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
1941 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
1942 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1943 if test "${enable_maintainer_mode+set}" = set; then
1944 enableval
="$enable_maintainer_mode"
1945 USE_MAINTAINER_MODE
=$enableval
1947 USE_MAINTAINER_MODE
=no
1949 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
1950 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
1953 if test $USE_MAINTAINER_MODE = yes; then
1954 MAINTAINER_MODE_TRUE
=
1955 MAINTAINER_MODE_FALSE
='#'
1957 MAINTAINER_MODE_TRUE
='#'
1958 MAINTAINER_MODE_FALSE
=
1961 MAINT
=$MAINTAINER_MODE_TRUE
1964 # Default to --enable-multilib
1965 # Check whether --enable-multilib or --disable-multilib was given.
1966 if test "${enable_multilib+set}" = set; then
1967 enableval
="$enable_multilib"
1968 case "$enableval" in
1969 yes) multilib
=yes ;;
1971 *) { { echo "$as_me:$LINENO: error: bad value $enableval for multilib option" >&5
1972 echo "$as_me: error: bad value $enableval for multilib option" >&2;}
1973 { (exit 1); exit 1; }; } ;;
1979 # We may get other options which we leave undocumented:
1980 # --with-target-subdir, --with-multisrctop, --with-multisubdir
1981 # See config-ml.in if you want the gory details.
1983 if test "$srcdir" = "."; then
1984 if test "$with_target_subdir" != "."; then
1985 multi_basedir
="$srcdir/$with_multisrctop../.."
1987 multi_basedir
="$srcdir/$with_multisrctop.."
1990 multi_basedir
="$srcdir/.."
1994 # Even if the default multilib is not a cross compilation,
1995 # it may be that some of the other multilibs are.
1996 if test $cross_compiling = no
&& test $multilib = yes \
1997 && test "x${with_multisubdir}" != x
; then
1998 cross_compiling
=maybe
2001 ac_config_commands
="$ac_config_commands default-1"
2004 # Handy for debugging:
2005 #AC_MSG_NOTICE($build / $host / $target / $host_alias / $target_alias); sleep 5
2007 # Are we being configured with some form of cross compiler?
2008 # NB: We don't actually need to know this just now, but when, say, a test
2009 # suite is included, we'll have to know.
2010 if test "$build" != "$host"; then
2011 LIBGFOR_IS_NATIVE
=false
2014 LIBGFOR_IS_NATIVE
=true
2017 # Calculate toolexeclibdir
2018 # Also toolexecdir, though it's only used in toolexeclibdir
2019 case ${version_specific_libs} in
2021 # Need the gcc compiler version to know where to install libraries
2022 # and header files if --enable-version-specific-runtime-libs option
2024 toolexecdir
='$(libdir)/gcc/$(target_alias)'
2025 toolexeclibdir
='$(toolexecdir)/$(gcc_version)$(MULTISUBDIR)'
2028 if test -n "$with_cross_host" &&
2029 test x
"$with_cross_host" != x
"no"; then
2030 # Install a library built with a cross compiler in tooldir, not libdir.
2031 toolexecdir
='$(exec_prefix)/$(target_alias)'
2032 toolexeclibdir
='$(toolexecdir)/lib'
2034 toolexecdir
='$(libdir)/gcc-lib/$(target_alias)'
2035 toolexeclibdir
='$(libdir)'
2037 multi_os_directory
=`$CC -print-multi-os-directory`
2038 case $multi_os_directory in
2039 .
) ;; # Avoid trailing /.
2040 *) toolexeclibdir
=$toolexeclibdir/$multi_os_directory ;;
2047 # Check the compiler.
2048 # The same as in boehm-gc and libstdc++. Have to borrow it from there.
2049 # We must force CC to /not/ be precious variables; otherwise
2050 # the wrong, non-multilib-adjusted value will be used in multilibs.
2051 # As a side effect, we have to subst CFLAGS ourselves.
2056 ac_cpp
='$CPP $CPPFLAGS'
2057 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2058 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2059 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2060 if test -n "$ac_tool_prefix"; then
2061 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2062 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2063 echo "$as_me:$LINENO: checking for $ac_word" >&5
2064 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2065 if test "${ac_cv_prog_CC+set}" = set; then
2066 echo $ECHO_N "(cached) $ECHO_C" >&6
2068 if test -n "$CC"; then
2069 ac_cv_prog_CC
="$CC" # Let the user override the test.
2071 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2075 test -z "$as_dir" && as_dir
=.
2076 for ac_exec_ext
in '' $ac_executable_extensions; do
2077 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2078 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2079 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2088 if test -n "$CC"; then
2089 echo "$as_me:$LINENO: result: $CC" >&5
2090 echo "${ECHO_T}$CC" >&6
2092 echo "$as_me:$LINENO: result: no" >&5
2093 echo "${ECHO_T}no" >&6
2097 if test -z "$ac_cv_prog_CC"; then
2099 # Extract the first word of "gcc", so it can be a program name with args.
2100 set dummy gcc
; ac_word
=$2
2101 echo "$as_me:$LINENO: checking for $ac_word" >&5
2102 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2103 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2104 echo $ECHO_N "(cached) $ECHO_C" >&6
2106 if test -n "$ac_ct_CC"; then
2107 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2109 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2113 test -z "$as_dir" && as_dir
=.
2114 for ac_exec_ext
in '' $ac_executable_extensions; do
2115 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2116 ac_cv_prog_ac_ct_CC
="gcc"
2117 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2125 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2126 if test -n "$ac_ct_CC"; then
2127 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2128 echo "${ECHO_T}$ac_ct_CC" >&6
2130 echo "$as_me:$LINENO: result: no" >&5
2131 echo "${ECHO_T}no" >&6
2139 if test -z "$CC"; then
2140 if test -n "$ac_tool_prefix"; then
2141 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2142 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
2143 echo "$as_me:$LINENO: checking for $ac_word" >&5
2144 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2145 if test "${ac_cv_prog_CC+set}" = set; then
2146 echo $ECHO_N "(cached) $ECHO_C" >&6
2148 if test -n "$CC"; then
2149 ac_cv_prog_CC
="$CC" # Let the user override the test.
2151 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2155 test -z "$as_dir" && as_dir
=.
2156 for ac_exec_ext
in '' $ac_executable_extensions; do
2157 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2158 ac_cv_prog_CC
="${ac_tool_prefix}cc"
2159 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2168 if test -n "$CC"; then
2169 echo "$as_me:$LINENO: result: $CC" >&5
2170 echo "${ECHO_T}$CC" >&6
2172 echo "$as_me:$LINENO: result: no" >&5
2173 echo "${ECHO_T}no" >&6
2177 if test -z "$ac_cv_prog_CC"; then
2179 # Extract the first word of "cc", so it can be a program name with args.
2180 set dummy cc
; ac_word
=$2
2181 echo "$as_me:$LINENO: checking for $ac_word" >&5
2182 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2183 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2184 echo $ECHO_N "(cached) $ECHO_C" >&6
2186 if test -n "$ac_ct_CC"; then
2187 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2189 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2193 test -z "$as_dir" && as_dir
=.
2194 for ac_exec_ext
in '' $ac_executable_extensions; do
2195 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2196 ac_cv_prog_ac_ct_CC
="cc"
2197 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2205 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2206 if test -n "$ac_ct_CC"; then
2207 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2208 echo "${ECHO_T}$ac_ct_CC" >&6
2210 echo "$as_me:$LINENO: result: no" >&5
2211 echo "${ECHO_T}no" >&6
2220 if test -z "$CC"; then
2221 # Extract the first word of "cc", so it can be a program name with args.
2222 set dummy cc
; ac_word
=$2
2223 echo "$as_me:$LINENO: checking for $ac_word" >&5
2224 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2225 if test "${ac_cv_prog_CC+set}" = set; then
2226 echo $ECHO_N "(cached) $ECHO_C" >&6
2228 if test -n "$CC"; then
2229 ac_cv_prog_CC
="$CC" # Let the user override the test.
2232 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2236 test -z "$as_dir" && as_dir
=.
2237 for ac_exec_ext
in '' $ac_executable_extensions; do
2238 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2239 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2240 ac_prog_rejected
=yes
2244 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2250 if test $ac_prog_rejected = yes; then
2251 # We found a bogon in the path, so make sure we never use it.
2252 set dummy
$ac_cv_prog_CC
2254 if test $# != 0; then
2255 # We chose a different compiler from the bogus one.
2256 # However, it has the same basename, so the bogon will be chosen
2257 # first if we set CC to just the basename; use the full file name.
2259 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
2265 if test -n "$CC"; then
2266 echo "$as_me:$LINENO: result: $CC" >&5
2267 echo "${ECHO_T}$CC" >&6
2269 echo "$as_me:$LINENO: result: no" >&5
2270 echo "${ECHO_T}no" >&6
2274 if test -z "$CC"; then
2275 if test -n "$ac_tool_prefix"; then
2278 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2279 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2280 echo "$as_me:$LINENO: checking for $ac_word" >&5
2281 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2282 if test "${ac_cv_prog_CC+set}" = set; then
2283 echo $ECHO_N "(cached) $ECHO_C" >&6
2285 if test -n "$CC"; then
2286 ac_cv_prog_CC
="$CC" # Let the user override the test.
2288 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2292 test -z "$as_dir" && as_dir
=.
2293 for ac_exec_ext
in '' $ac_executable_extensions; do
2294 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2295 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
2296 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2305 if test -n "$CC"; then
2306 echo "$as_me:$LINENO: result: $CC" >&5
2307 echo "${ECHO_T}$CC" >&6
2309 echo "$as_me:$LINENO: result: no" >&5
2310 echo "${ECHO_T}no" >&6
2313 test -n "$CC" && break
2316 if test -z "$CC"; then
2320 # Extract the first word of "$ac_prog", so it can be a program name with args.
2321 set dummy
$ac_prog; ac_word
=$2
2322 echo "$as_me:$LINENO: checking for $ac_word" >&5
2323 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2324 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2325 echo $ECHO_N "(cached) $ECHO_C" >&6
2327 if test -n "$ac_ct_CC"; then
2328 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2330 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2334 test -z "$as_dir" && as_dir
=.
2335 for ac_exec_ext
in '' $ac_executable_extensions; do
2336 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2337 ac_cv_prog_ac_ct_CC
="$ac_prog"
2338 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2346 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2347 if test -n "$ac_ct_CC"; then
2348 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2349 echo "${ECHO_T}$ac_ct_CC" >&6
2351 echo "$as_me:$LINENO: result: no" >&5
2352 echo "${ECHO_T}no" >&6
2355 test -n "$ac_ct_CC" && break
2364 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2365 See \`config.log' for more details." >&5
2366 echo "$as_me: error: no acceptable C compiler found in \$PATH
2367 See \`config.log' for more details." >&2;}
2368 { (exit 1); exit 1; }; }
2370 # Provide some information about the compiler.
2371 echo "$as_me:$LINENO:" \
2372 "checking for C compiler version" >&5
2373 ac_compiler
=`set X $ac_compile; echo $2`
2374 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2375 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
2377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2378 (exit $ac_status); }
2379 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2380 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
2382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2383 (exit $ac_status); }
2384 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2385 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
2387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2388 (exit $ac_status); }
2390 cat >conftest.
$ac_ext <<_ACEOF
2393 cat confdefs.h
>>conftest.
$ac_ext
2394 cat >>conftest.
$ac_ext <<_ACEOF
2395 /* end confdefs.h. */
2406 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2407 (eval $ac_link) 2>&5
2409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2410 (exit $ac_status); }; then
2416 if test x
$gcc_no_link = xyes
; then
2417 # Setting cross_compile will disable run tests; it will
2418 # also disable AC_CHECK_FILE but that's generally
2419 # correct if we can't link.
2423 cat >conftest.
$ac_ext <<_ACEOF
2426 cat confdefs.h
>>conftest.
$ac_ext
2427 cat >>conftest.
$ac_ext <<_ACEOF
2428 /* end confdefs.h. */
2438 ac_clean_files_save
=$ac_clean_files
2439 ac_clean_files
="$ac_clean_files a.out a.exe b.out"
2440 # Try to create an executable without -o first, disregard a.out.
2441 # It will help us diagnose broken compilers, and finding out an intuition
2443 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2444 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
2445 ac_link_default
=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2446 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2447 (eval $ac_link_default) 2>&5
2449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2450 (exit $ac_status); }; then
2451 # Find the output, starting from the most likely. This scheme is
2452 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
2455 # Be careful to initialize this variable, since it used to be cached.
2456 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2458 # b.out is created by i960 compilers.
2459 for ac_file
in a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
2461 test -f "$ac_file" ||
continue
2463 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
)
2466 # This is the source file.
2469 # We found the default executable, but exeext='' is most
2473 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2474 # FIXME: I believe we export ac_cv_exeext for Libtool,
2475 # but it would be cool to find out if it's true. Does anybody
2476 # maintain Libtool? --akim.
2484 echo "$as_me: failed program was:" >&5
2485 sed 's/^/| /' conftest.
$ac_ext >&5
2487 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2488 See \`config.log' for more details." >&5
2489 echo "$as_me: error: C compiler cannot create executables
2490 See \`config.log' for more details." >&2;}
2491 { (exit 77); exit 77; }; }
2494 ac_exeext
=$ac_cv_exeext
2495 echo "$as_me:$LINENO: result: $ac_file" >&5
2496 echo "${ECHO_T}$ac_file" >&6
2498 # Check the compiler produces executables we can run. If not, either
2499 # the compiler is broken, or we cross compile.
2500 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2501 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2502 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2503 # If not cross compiling, check that we can run a simple program.
2504 if test "$cross_compiling" != yes; then
2505 if { ac_try
='./$ac_file'
2506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2510 (exit $ac_status); }; }; then
2513 if test "$cross_compiling" = maybe
; then
2516 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2517 If you meant to cross compile, use \`--host'.
2518 See \`config.log' for more details." >&5
2519 echo "$as_me: error: cannot run C compiled programs.
2520 If you meant to cross compile, use \`--host'.
2521 See \`config.log' for more details." >&2;}
2522 { (exit 1); exit 1; }; }
2526 echo "$as_me:$LINENO: result: yes" >&5
2527 echo "${ECHO_T}yes" >&6
2529 rm -f a.out a.exe conftest
$ac_cv_exeext b.out
2530 ac_clean_files
=$ac_clean_files_save
2531 # Check the compiler produces executables we can run. If not, either
2532 # the compiler is broken, or we cross compile.
2533 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2534 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2535 echo "$as_me:$LINENO: result: $cross_compiling" >&5
2536 echo "${ECHO_T}$cross_compiling" >&6
2538 echo "$as_me:$LINENO: checking for suffix of executables" >&5
2539 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2540 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2541 (eval $ac_link) 2>&5
2543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2544 (exit $ac_status); }; then
2545 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2546 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2547 # work properly (i.e., refer to `conftest.exe'), while it won't with
2549 for ac_file
in conftest.exe conftest conftest.
*; do
2550 test -f "$ac_file" ||
continue
2552 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
) ;;
2553 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2560 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2561 See \`config.log' for more details." >&5
2562 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2563 See \`config.log' for more details." >&2;}
2564 { (exit 1); exit 1; }; }
2567 rm -f conftest
$ac_cv_exeext
2568 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2569 echo "${ECHO_T}$ac_cv_exeext" >&6
2571 rm -f conftest.
$ac_ext
2572 EXEEXT
=$ac_cv_exeext
2575 echo "$as_me:$LINENO: checking for suffix of object files" >&5
2576 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2577 if test "${ac_cv_objext+set}" = set; then
2578 echo $ECHO_N "(cached) $ECHO_C" >&6
2580 cat >conftest.
$ac_ext <<_ACEOF
2583 cat confdefs.h
>>conftest.
$ac_ext
2584 cat >>conftest.
$ac_ext <<_ACEOF
2585 /* end confdefs.h. */
2595 rm -f conftest.o conftest.obj
2596 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2597 (eval $ac_compile) 2>&5
2599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2600 (exit $ac_status); }; then
2601 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2603 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg
) ;;
2604 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
2609 echo "$as_me: failed program was:" >&5
2610 sed 's/^/| /' conftest.
$ac_ext >&5
2612 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2613 See \`config.log' for more details." >&5
2614 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2615 See \`config.log' for more details." >&2;}
2616 { (exit 1); exit 1; }; }
2619 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
2621 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2622 echo "${ECHO_T}$ac_cv_objext" >&6
2623 OBJEXT
=$ac_cv_objext
2625 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2626 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2627 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2628 echo $ECHO_N "(cached) $ECHO_C" >&6
2630 cat >conftest.
$ac_ext <<_ACEOF
2633 cat confdefs.h
>>conftest.
$ac_ext
2634 cat >>conftest.
$ac_ext <<_ACEOF
2635 /* end confdefs.h. */
2648 rm -f conftest.
$ac_objext
2649 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2650 (eval $ac_compile) 2>conftest.er1
2652 grep -v '^ *+' conftest.er1
>conftest.err
2654 cat conftest.err
>&5
2655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2656 (exit $ac_status); } &&
2657 { ac_try
='test -z "$ac_c_werror_flag"
2658 || test ! -s conftest.err'
2659 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2663 (exit $ac_status); }; } &&
2664 { ac_try
='test -s conftest.$ac_objext'
2665 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2669 (exit $ac_status); }; }; then
2672 echo "$as_me: failed program was:" >&5
2673 sed 's/^/| /' conftest.
$ac_ext >&5
2677 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2678 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
2681 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2682 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2683 GCC
=`test $ac_compiler_gnu = yes && echo yes`
2684 ac_test_CFLAGS
=${CFLAGS+set}
2685 ac_save_CFLAGS
=$CFLAGS
2687 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2688 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2689 if test "${ac_cv_prog_cc_g+set}" = set; then
2690 echo $ECHO_N "(cached) $ECHO_C" >&6
2692 cat >conftest.
$ac_ext <<_ACEOF
2695 cat confdefs.h
>>conftest.
$ac_ext
2696 cat >>conftest.
$ac_ext <<_ACEOF
2697 /* end confdefs.h. */
2707 rm -f conftest.
$ac_objext
2708 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2709 (eval $ac_compile) 2>conftest.er1
2711 grep -v '^ *+' conftest.er1
>conftest.err
2713 cat conftest.err
>&5
2714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2715 (exit $ac_status); } &&
2716 { ac_try
='test -z "$ac_c_werror_flag"
2717 || test ! -s conftest.err'
2718 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2722 (exit $ac_status); }; } &&
2723 { ac_try
='test -s conftest.$ac_objext'
2724 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2728 (exit $ac_status); }; }; then
2731 echo "$as_me: failed program was:" >&5
2732 sed 's/^/| /' conftest.
$ac_ext >&5
2736 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2738 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2739 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2740 if test "$ac_test_CFLAGS" = set; then
2741 CFLAGS
=$ac_save_CFLAGS
2742 elif test $ac_cv_prog_cc_g = yes; then
2743 if test "$GCC" = yes; then
2749 if test "$GCC" = yes; then
2755 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2756 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2757 if test "${ac_cv_prog_cc_stdc+set}" = set; then
2758 echo $ECHO_N "(cached) $ECHO_C" >&6
2760 ac_cv_prog_cc_stdc
=no
2762 cat >conftest.
$ac_ext <<_ACEOF
2765 cat confdefs.h
>>conftest.
$ac_ext
2766 cat >>conftest.
$ac_ext <<_ACEOF
2767 /* end confdefs.h. */
2770 #include <sys/types.h>
2771 #include <sys/stat.h>
2772 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2773 struct buf { int x; };
2774 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2775 static char *e (p, i)
2781 static char *f (char * (*g) (char **, int), char **p, ...)
2786 s = g (p, va_arg (v,int));
2791 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2792 function prototypes and stuff, but not '\xHH' hex character constants.
2793 These don't provoke an error unfortunately, instead are silently treated
2794 as 'x'. The following induces an error, until -std1 is added to get
2795 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2796 array size at least. It's necessary to write '\x00'==0 to get something
2797 that's true only with -std1. */
2798 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2800 int test (int i, double x);
2801 struct s1 {int (*f) (int a);};
2802 struct s2 {int (*f) (double a);};
2803 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2809 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2814 # Don't try gcc -ansi; that turns off useful extensions and
2815 # breaks some systems' header files.
2816 # AIX -qlanglvl=ansi
2817 # Ultrix and OSF/1 -std1
2818 # HP-UX 10.20 and later -Ae
2819 # HP-UX older versions -Aa -D_HPUX_SOURCE
2820 # SVR4 -Xc -D__EXTENSIONS__
2821 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2823 CC
="$ac_save_CC $ac_arg"
2824 rm -f conftest.
$ac_objext
2825 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2826 (eval $ac_compile) 2>conftest.er1
2828 grep -v '^ *+' conftest.er1
>conftest.err
2830 cat conftest.err
>&5
2831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2832 (exit $ac_status); } &&
2833 { ac_try
='test -z "$ac_c_werror_flag"
2834 || test ! -s conftest.err'
2835 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2839 (exit $ac_status); }; } &&
2840 { ac_try
='test -s conftest.$ac_objext'
2841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2845 (exit $ac_status); }; }; then
2846 ac_cv_prog_cc_stdc
=$ac_arg
2849 echo "$as_me: failed program was:" >&5
2850 sed 's/^/| /' conftest.
$ac_ext >&5
2853 rm -f conftest.err conftest.
$ac_objext
2855 rm -f conftest.
$ac_ext conftest.
$ac_objext
2860 case "x$ac_cv_prog_cc_stdc" in
2862 echo "$as_me:$LINENO: result: none needed" >&5
2863 echo "${ECHO_T}none needed" >&6 ;;
2865 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2866 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2867 CC
="$CC $ac_cv_prog_cc_stdc" ;;
2870 # Some people use a C++ compiler to compile C. Since we use `exit',
2871 # in C++ we need to declare it. In case someone uses the same compiler
2872 # for both compiling C and C++ we need to have the C++ compiler decide
2873 # the declaration of exit, since it's the most demanding environment.
2874 cat >conftest.
$ac_ext <<_ACEOF
2879 rm -f conftest.
$ac_objext
2880 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2881 (eval $ac_compile) 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); } &&
2888 { ac_try
='test -z "$ac_c_werror_flag"
2889 || test ! -s conftest.err'
2890 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2894 (exit $ac_status); }; } &&
2895 { ac_try
='test -s conftest.$ac_objext'
2896 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2900 (exit $ac_status); }; }; then
2901 for ac_declaration
in \
2903 'extern "C" void std::exit (int) throw (); using std::exit;' \
2904 'extern "C" void std::exit (int); using std::exit;' \
2905 'extern "C" void exit (int) throw ();' \
2906 'extern "C" void exit (int);' \
2909 cat >conftest.
$ac_ext <<_ACEOF
2912 cat confdefs.h
>>conftest.
$ac_ext
2913 cat >>conftest.
$ac_ext <<_ACEOF
2914 /* end confdefs.h. */
2925 rm -f conftest.
$ac_objext
2926 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2927 (eval $ac_compile) 2>conftest.er1
2929 grep -v '^ *+' conftest.er1
>conftest.err
2931 cat conftest.err
>&5
2932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2933 (exit $ac_status); } &&
2934 { ac_try
='test -z "$ac_c_werror_flag"
2935 || test ! -s conftest.err'
2936 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2940 (exit $ac_status); }; } &&
2941 { ac_try
='test -s conftest.$ac_objext'
2942 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2946 (exit $ac_status); }; }; then
2949 echo "$as_me: failed program was:" >&5
2950 sed 's/^/| /' conftest.
$ac_ext >&5
2954 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2955 cat >conftest.
$ac_ext <<_ACEOF
2958 cat confdefs.h
>>conftest.
$ac_ext
2959 cat >>conftest.
$ac_ext <<_ACEOF
2960 /* end confdefs.h. */
2970 rm -f conftest.
$ac_objext
2971 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2972 (eval $ac_compile) 2>conftest.er1
2974 grep -v '^ *+' conftest.er1
>conftest.err
2976 cat conftest.err
>&5
2977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2978 (exit $ac_status); } &&
2979 { ac_try
='test -z "$ac_c_werror_flag"
2980 || test ! -s conftest.err'
2981 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2985 (exit $ac_status); }; } &&
2986 { ac_try
='test -s conftest.$ac_objext'
2987 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2991 (exit $ac_status); }; }; then
2994 echo "$as_me: failed program was:" >&5
2995 sed 's/^/| /' conftest.
$ac_ext >&5
2998 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3001 if test -n "$ac_declaration"; then
3002 echo '#ifdef __cplusplus' >>confdefs.h
3003 echo $ac_declaration >>confdefs.h
3004 echo '#endif' >>confdefs.h
3008 echo "$as_me: failed program was:" >&5
3009 sed 's/^/| /' conftest.
$ac_ext >&5
3012 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3014 ac_cpp
='$CPP $CPPFLAGS'
3015 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3016 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3017 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3021 # Add -Wall -fno-repack-arrays -fno-underscoring if we are using GCC.
3022 if test "x$GCC" = "xyes"; then
3023 AM_FCFLAGS
="-I . -Wall -fno-repack-arrays -fno-underscoring"
3024 ## We like to use C99 routines when available. This makes sure that
3025 ## __STDC_VERSION__ is set such that libc includes make them available.
3026 AM_CFLAGS
="-std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings"
3027 ## Compile the following tests with the same system header contents
3028 ## that we'll encounter when compiling our own source files.
3029 CFLAGS
="-std=gnu99 $CFLAGS"
3034 # Find other programs we need.
3035 if test -n "$ac_tool_prefix"; then
3036 # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
3037 set dummy
${ac_tool_prefix}as
; ac_word
=$2
3038 echo "$as_me:$LINENO: checking for $ac_word" >&5
3039 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3040 if test "${ac_cv_prog_AS+set}" = set; then
3041 echo $ECHO_N "(cached) $ECHO_C" >&6
3043 if test -n "$AS"; then
3044 ac_cv_prog_AS
="$AS" # Let the user override the test.
3046 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3050 test -z "$as_dir" && as_dir
=.
3051 for ac_exec_ext
in '' $ac_executable_extensions; do
3052 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3053 ac_cv_prog_AS
="${ac_tool_prefix}as"
3054 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3063 if test -n "$AS"; then
3064 echo "$as_me:$LINENO: result: $AS" >&5
3065 echo "${ECHO_T}$AS" >&6
3067 echo "$as_me:$LINENO: result: no" >&5
3068 echo "${ECHO_T}no" >&6
3072 if test -z "$ac_cv_prog_AS"; then
3074 # Extract the first word of "as", so it can be a program name with args.
3075 set dummy as
; ac_word
=$2
3076 echo "$as_me:$LINENO: checking for $ac_word" >&5
3077 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3078 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
3079 echo $ECHO_N "(cached) $ECHO_C" >&6
3081 if test -n "$ac_ct_AS"; then
3082 ac_cv_prog_ac_ct_AS
="$ac_ct_AS" # Let the user override the test.
3084 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3088 test -z "$as_dir" && as_dir
=.
3089 for ac_exec_ext
in '' $ac_executable_extensions; do
3090 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3091 ac_cv_prog_ac_ct_AS
="as"
3092 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3100 ac_ct_AS
=$ac_cv_prog_ac_ct_AS
3101 if test -n "$ac_ct_AS"; then
3102 echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
3103 echo "${ECHO_T}$ac_ct_AS" >&6
3105 echo "$as_me:$LINENO: result: no" >&5
3106 echo "${ECHO_T}no" >&6
3114 if test -n "$ac_tool_prefix"; then
3115 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
3116 set dummy
${ac_tool_prefix}ar; ac_word
=$2
3117 echo "$as_me:$LINENO: checking for $ac_word" >&5
3118 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3119 if test "${ac_cv_prog_AR+set}" = set; then
3120 echo $ECHO_N "(cached) $ECHO_C" >&6
3122 if test -n "$AR"; then
3123 ac_cv_prog_AR
="$AR" # Let the user override the test.
3125 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3129 test -z "$as_dir" && as_dir
=.
3130 for ac_exec_ext
in '' $ac_executable_extensions; do
3131 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3132 ac_cv_prog_AR
="${ac_tool_prefix}ar"
3133 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3142 if test -n "$AR"; then
3143 echo "$as_me:$LINENO: result: $AR" >&5
3144 echo "${ECHO_T}$AR" >&6
3146 echo "$as_me:$LINENO: result: no" >&5
3147 echo "${ECHO_T}no" >&6
3151 if test -z "$ac_cv_prog_AR"; then
3153 # Extract the first word of "ar", so it can be a program name with args.
3154 set dummy
ar; ac_word
=$2
3155 echo "$as_me:$LINENO: checking for $ac_word" >&5
3156 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3157 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
3158 echo $ECHO_N "(cached) $ECHO_C" >&6
3160 if test -n "$ac_ct_AR"; then
3161 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
3163 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3167 test -z "$as_dir" && as_dir
=.
3168 for ac_exec_ext
in '' $ac_executable_extensions; do
3169 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3170 ac_cv_prog_ac_ct_AR
="ar"
3171 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3179 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
3180 if test -n "$ac_ct_AR"; then
3181 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
3182 echo "${ECHO_T}$ac_ct_AR" >&6
3184 echo "$as_me:$LINENO: result: no" >&5
3185 echo "${ECHO_T}no" >&6
3193 if test -n "$ac_tool_prefix"; then
3194 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3195 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
3196 echo "$as_me:$LINENO: checking for $ac_word" >&5
3197 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3198 if test "${ac_cv_prog_RANLIB+set}" = set; then
3199 echo $ECHO_N "(cached) $ECHO_C" >&6
3201 if test -n "$RANLIB"; then
3202 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
3204 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3208 test -z "$as_dir" && as_dir
=.
3209 for ac_exec_ext
in '' $ac_executable_extensions; do
3210 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3211 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
3212 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3220 RANLIB
=$ac_cv_prog_RANLIB
3221 if test -n "$RANLIB"; then
3222 echo "$as_me:$LINENO: result: $RANLIB" >&5
3223 echo "${ECHO_T}$RANLIB" >&6
3225 echo "$as_me:$LINENO: result: no" >&5
3226 echo "${ECHO_T}no" >&6
3230 if test -z "$ac_cv_prog_RANLIB"; then
3231 ac_ct_RANLIB
=$RANLIB
3232 # Extract the first word of "ranlib", so it can be a program name with args.
3233 set dummy ranlib
; ac_word
=$2
3234 echo "$as_me:$LINENO: checking for $ac_word" >&5
3235 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3236 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3237 echo $ECHO_N "(cached) $ECHO_C" >&6
3239 if test -n "$ac_ct_RANLIB"; then
3240 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
3242 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3246 test -z "$as_dir" && as_dir
=.
3247 for ac_exec_ext
in '' $ac_executable_extensions; do
3248 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3249 ac_cv_prog_ac_ct_RANLIB
="ranlib"
3250 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3256 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
="ranlib-not-found-in-path-error"
3259 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
3260 if test -n "$ac_ct_RANLIB"; then
3261 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
3262 echo "${ECHO_T}$ac_ct_RANLIB" >&6
3264 echo "$as_me:$LINENO: result: no" >&5
3265 echo "${ECHO_T}no" >&6
3268 RANLIB
=$ac_ct_RANLIB
3270 RANLIB
="$ac_cv_prog_RANLIB"
3273 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3274 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
3275 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
3276 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
3277 echo $ECHO_N "(cached) $ECHO_C" >&6
3279 cat >conftest.
make <<\_ACEOF
3281 @
echo 'ac_maketemp="$(MAKE)"'
3283 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3284 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
3285 if test -n "$ac_maketemp"; then
3286 eval ac_cv_prog_make_
${ac_make}_set
=yes
3288 eval ac_cv_prog_make_
${ac_make}_set
=no
3292 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
3293 echo "$as_me:$LINENO: result: yes" >&5
3294 echo "${ECHO_T}yes" >&6
3297 echo "$as_me:$LINENO: result: no" >&5
3298 echo "${ECHO_T}no" >&6
3299 SET_MAKE
="MAKE=${MAKE-make}"
3302 # Find a good install program. We prefer a C program (faster),
3303 # so one script is as good as another. But avoid the broken or
3304 # incompatible versions:
3305 # SysV /etc/install, /usr/sbin/install
3306 # SunOS /usr/etc/install
3307 # IRIX /sbin/install
3309 # AmigaOS /C/install, which installs bootblocks on floppy discs
3310 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3311 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3312 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3313 # OS/2's system install, which has a completely different semantic
3314 # ./install, which can be erroneously created by make from ./install.sh.
3315 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3316 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
3317 if test -z "$INSTALL"; then
3318 if test "${ac_cv_path_install+set}" = set; then
3319 echo $ECHO_N "(cached) $ECHO_C" >&6
3321 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3325 test -z "$as_dir" && as_dir
=.
3326 # Account for people who put trailing slashes in PATH elements.
3328 .
/ | .
// |
/cC
/* | \
3329 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
3330 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
3333 # OSF1 and SCO ODT 3.0 have their own names for install.
3334 # Don't use installbsd from OSF since it installs stuff as root
3336 for ac_prog
in ginstall scoinst
install; do
3337 for ac_exec_ext
in '' $ac_executable_extensions; do
3338 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3339 if test $ac_prog = install &&
3340 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
3341 # AIX install. It has an incompatible calling convention.
3343 elif test $ac_prog = install &&
3344 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
3345 # program-specific install script used by HP pwplus--don't use.
3348 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
3360 if test "${ac_cv_path_install+set}" = set; then
3361 INSTALL
=$ac_cv_path_install
3363 # As a last resort, use the slow shell script. We don't cache a
3364 # path for INSTALL within a source directory, because that will
3365 # break other packages using the cache if that directory is
3366 # removed, or if the path is relative.
3367 INSTALL
=$ac_install_sh
3370 echo "$as_me:$LINENO: result: $INSTALL" >&5
3371 echo "${ECHO_T}$INSTALL" >&6
3373 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3374 # It thinks the first close brace ends the variable substitution.
3375 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
3377 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
3379 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
3383 #AC_MSG_NOTICE([====== Starting libtool configuration])
3385 # Check whether --enable-shared or --disable-shared was given.
3386 if test "${enable_shared+set}" = set; then
3387 enableval
="$enable_shared"
3388 p
=${PACKAGE-default}
3390 yes) enable_shared
=yes ;;
3391 no
) enable_shared
=no
;;
3394 # Look at the argument we got. We use all the common list separators.
3395 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
3396 for pkg
in $enableval; do
3397 if test "X$pkg" = "X$p"; then
3407 # Check whether --enable-static or --disable-static was given.
3408 if test "${enable_static+set}" = set; then
3409 enableval
="$enable_static"
3410 p
=${PACKAGE-default}
3412 yes) enable_static
=yes ;;
3413 no
) enable_static
=no
;;
3416 # Look at the argument we got. We use all the common list separators.
3417 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
3418 for pkg
in $enableval; do
3419 if test "X$pkg" = "X$p"; then
3429 # Check whether --enable-fast-install or --disable-fast-install was given.
3430 if test "${enable_fast_install+set}" = set; then
3431 enableval
="$enable_fast_install"
3432 p
=${PACKAGE-default}
3434 yes) enable_fast_install
=yes ;;
3435 no
) enable_fast_install
=no
;;
3437 enable_fast_install
=no
3438 # Look at the argument we got. We use all the common list separators.
3439 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
3440 for pkg
in $enableval; do
3441 if test "X$pkg" = "X$p"; then
3442 enable_fast_install
=yes
3449 enable_fast_install
=yes
3452 # Check whether --with-gnu-ld or --without-gnu-ld was given.
3453 if test "${with_gnu_ld+set}" = set; then
3454 withval
="$with_gnu_ld"
3455 test "$withval" = no || with_gnu_ld
=yes
3460 if test "$GCC" = yes; then
3461 # Check if gcc -print-prog-name=ld gives a path.
3462 echo "$as_me:$LINENO: checking for ld used by GCC" >&5
3463 echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
3466 # gcc leaves a trailing carriage return which upsets mingw
3467 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
3469 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
3472 # Accept absolute paths.
3473 [\\/]* |
[A-Za-z
]:[\\/]*)
3474 re_direlt
='/[^/][^/]*/\.\./'
3475 # Canonicalize the path of ld
3476 ac_prog
=`echo $ac_prog| sed 's%\\\\%/%g'`
3477 while echo $ac_prog |
grep "$re_direlt" > /dev
/null
2>&1; do
3478 ac_prog
=`echo $ac_prog| sed "s%$re_direlt%/%"`
3480 test -z "$LD" && LD
="$ac_prog"
3483 # If it fails, then pretend we aren't using GCC.
3487 # If it is relative, then search for the first ld in PATH.
3491 elif test "$with_gnu_ld" = yes; then
3492 echo "$as_me:$LINENO: checking for GNU ld" >&5
3493 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
3495 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
3496 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
3498 if test "${lt_cv_path_LD+set}" = set; then
3499 echo $ECHO_N "(cached) $ECHO_C" >&6
3501 if test -z "$LD"; then
3502 IFS
="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
3503 for ac_dir
in $PATH; do
3504 test -z "$ac_dir" && ac_dir
=.
3505 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
3506 lt_cv_path_LD
="$ac_dir/$ac_prog"
3507 # Check to see if the program is GNU ld. I'd rather use --version,
3508 # but apparently some GNU ld's only accept -v.
3509 # Break only if it was the GNU/non-GNU ld that we prefer.
3510 if "$lt_cv_path_LD" -v 2>&1 < /dev
/null |
egrep '(GNU|with BFD)' > /dev
/null
; then
3511 test "$with_gnu_ld" != no
&& break
3513 test "$with_gnu_ld" != yes && break
3519 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
3524 if test -n "$LD"; then
3525 echo "$as_me:$LINENO: result: $LD" >&5
3526 echo "${ECHO_T}$LD" >&6
3528 echo "$as_me:$LINENO: result: no" >&5
3529 echo "${ECHO_T}no" >&6
3531 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
3532 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
3533 { (exit 1); exit 1; }; }
3534 echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
3535 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
3536 if test "${lt_cv_prog_gnu_ld+set}" = set; then
3537 echo $ECHO_N "(cached) $ECHO_C" >&6
3539 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
3540 if $LD -v 2>&1 </dev
/null |
egrep '(GNU|with BFD)' 1>&5; then
3541 lt_cv_prog_gnu_ld
=yes
3543 lt_cv_prog_gnu_ld
=no
3546 echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
3547 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
3548 with_gnu_ld
=$lt_cv_prog_gnu_ld
3551 echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
3552 echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
3553 if test "${lt_cv_ld_reload_flag+set}" = set; then
3554 echo $ECHO_N "(cached) $ECHO_C" >&6
3556 lt_cv_ld_reload_flag
='-r'
3558 echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
3559 echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
3560 reload_flag
=$lt_cv_ld_reload_flag
3561 test -n "$reload_flag" && reload_flag
=" $reload_flag"
3563 echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
3564 echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
3565 if test "${lt_cv_path_NM+set}" = set; then
3566 echo $ECHO_N "(cached) $ECHO_C" >&6
3568 if test -n "$NM"; then
3569 # Let the user override the test.
3572 IFS
="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
3573 for ac_dir
in $PATH /usr
/ccs
/bin
/usr
/ucb
/bin
; do
3574 test -z "$ac_dir" && ac_dir
=.
3575 tmp_nm
=$ac_dir/${ac_tool_prefix}nm
3576 if test -f $tmp_nm ||
test -f $tmp_nm$ac_exeext ; then
3577 # Check to see if the nm accepts a BSD-compat flag.
3578 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
3579 # nm: unknown option "B" ignored
3580 # Tru64's nm complains that /dev/null is an invalid object file
3581 if ($tmp_nm -B /dev
/null
2>&1 |
sed '1q'; exit 0) |
egrep '(/dev/null|Invalid file or object type)' >/dev
/null
; then
3582 lt_cv_path_NM
="$tmp_nm -B"
3584 elif ($tmp_nm -p /dev
/null
2>&1 |
sed '1q'; exit 0) |
egrep /dev
/null
>/dev
/null
; then
3585 lt_cv_path_NM
="$tmp_nm -p"
3588 lt_cv_path_NM
=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
3589 continue # so that we can try to find one that supports BSD flags
3594 test -z "$lt_cv_path_NM" && lt_cv_path_NM
=nm
3599 echo "$as_me:$LINENO: result: $NM" >&5
3600 echo "${ECHO_T}$NM" >&6
3602 echo "$as_me:$LINENO: checking whether ln -s works" >&5
3603 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
3605 if test "$LN_S" = "ln -s"; then
3606 echo "$as_me:$LINENO: result: yes" >&5
3607 echo "${ECHO_T}yes" >&6
3609 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
3610 echo "${ECHO_T}no, using $LN_S" >&6
3613 echo "$as_me:$LINENO: checking how to recognise dependant libraries" >&5
3614 echo $ECHO_N "checking how to recognise dependant libraries... $ECHO_C" >&6
3615 if test "${lt_cv_deplibs_check_method+set}" = set; then
3616 echo $ECHO_N "(cached) $ECHO_C" >&6
3618 lt_cv_file_magic_cmd
='$MAGIC_CMD'
3619 lt_cv_file_magic_test_file
=
3620 lt_cv_deplibs_check_method
='unknown'
3621 # Need to set the preceding variable on all platforms that support
3622 # interlibrary dependencies.
3623 # 'none' -- dependencies not supported.
3624 # `unknown' -- same as none, but documents that we really don't know.
3625 # 'pass_all' -- all dependencies passed with no checks.
3626 # 'test_compile' -- check by making test program.
3627 # 'file_magic [regex]' -- check by looking for files in library path
3628 # which responds to the $file_magic_cmd with a given egrep regex.
3629 # If you have `file' or equivalent on your system and you're not sure
3630 # whether `pass_all' will *always* work, you probably want this one.
3634 lt_cv_deplibs_check_method
=pass_all
3638 lt_cv_deplibs_check_method
=pass_all
3642 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
3643 lt_cv_file_magic_cmd
='/usr/bin/file -L'
3644 lt_cv_file_magic_test_file
=/shlib
/libc.so
3647 cygwin
* | mingw
* |pw32
*)
3648 lt_cv_deplibs_check_method
='file_magic file format pei*-i386(.*architecture: i386)?'
3649 lt_cv_file_magic_cmd
='$OBJDUMP -f'
3652 darwin
* | rhapsody
*)
3653 # this will be overwritten by pass_all, but leave it in just in case
3654 lt_cv_deplibs_check_method
='file_magic Mach-O dynamically linked shared library'
3655 lt_cv_file_magic_cmd
='/usr/bin/file -L'
3657 rhapsody
* | darwin1.012
)
3658 lt_cv_file_magic_test_file
='/System/Library/Frameworks/System.framework/System'
3661 lt_cv_file_magic_test_file
='/usr/lib/libSystem.dylib'
3664 lt_cv_deplibs_check_method
=pass_all
3667 freebsd
* | kfreebsd
*-gnu)
3668 if echo __ELF__ |
$CC -E - |
grep __ELF__
> /dev
/null
; then
3671 # Not sure whether the presence of OpenBSD here was a mistake.
3672 # Let's accept both of them until this is cleared up.
3673 lt_cv_deplibs_check_method
='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
3674 lt_cv_file_magic_cmd
=/usr
/bin
/file
3675 lt_cv_file_magic_test_file
=`echo /usr/lib/libc.so.*`
3679 lt_cv_deplibs_check_method
=pass_all
3684 lt_cv_deplibs_check_method
=pass_all
3690 lt_cv_deplibs_check_method
='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
3691 lt_cv_file_magic_cmd
=/usr
/bin
/file
3692 lt_cv_file_magic_test_file
=/usr
/lib
/libc.sl
3695 lt_cv_deplibs_check_method
='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
3696 lt_cv_file_magic_cmd
=/usr
/bin
/file
3697 lt_cv_file_magic_test_file
=/usr
/lib
/hpux32
/libc.so
3705 # this will be overridden with pass_all, but let us keep it just in case
3706 lt_cv_deplibs_check_method
="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
3710 *-32|
*"-32 ") libmagic
=32-bit;;
3711 *-n32|
*"-n32 ") libmagic
=N32
;;
3712 *-64|
*"-64 ") libmagic
=64-bit;;
3713 *) libmagic
=never-match
;;
3715 # this will be overridden with pass_all, but let us keep it just in case
3716 lt_cv_deplibs_check_method
="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
3719 lt_cv_file_magic_test_file
=`echo /lib${libsuff}/libc.so*`
3720 lt_cv_deplibs_check_method
=pass_all
3723 # This must be Linux ELF.
3725 lt_cv_deplibs_check_method
=pass_all
3728 netbsd
* | knetbsd
*-gnu)
3729 if echo __ELF__ |
$CC -E - |
grep __ELF__
> /dev
/null
; then
3730 lt_cv_deplibs_check_method
='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$'
3732 lt_cv_deplibs_check_method
='match_pattern /lib[^/\.]+\.so$'
3737 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
3738 lt_cv_file_magic_cmd
=/usr
/bin
/file
3739 lt_cv_file_magic_test_file
=/usr
/lib
/libnls.so
3742 osf3
* | osf4
* | osf5
*)
3743 # this will be overridden with pass_all, but let us keep it just in case
3744 lt_cv_deplibs_check_method
='file_magic COFF format alpha shared library'
3745 lt_cv_file_magic_test_file
=/shlib
/libc.so
3746 lt_cv_deplibs_check_method
=pass_all
3750 lt_cv_deplibs_check_method
=pass_all
3754 lt_cv_deplibs_check_method
=pass_all
3755 lt_cv_file_magic_test_file
=/lib
/libc.so
3758 sysv5uw
[78]* | sysv4
*uw2
*)
3759 lt_cv_deplibs_check_method
=pass_all
3762 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
3763 case $host_vendor in
3765 lt_cv_deplibs_check_method
=pass_all
3768 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib) M[0-9][0-9]* Version [0-9]'
3769 lt_cv_file_magic_test_file
=`echo /usr/lib/libc.so*`
3776 echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
3777 echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
3778 file_magic_cmd
=$lt_cv_file_magic_cmd
3779 deplibs_check_method
=$lt_cv_deplibs_check_method
3785 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
3787 # find the maximum length of command line arguments
3788 echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
3789 echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6
3790 if test "${lt_cv_sys_max_cmd_len+set}" = set; then
3791 echo $ECHO_N "(cached) $ECHO_C" >&6
3798 # On DJGPP, this test can blow up pretty badly due to problems in libc
3799 # (any single argument exceeding 2000 bytes causes a buffer overrun
3800 # during glob expansion). Even if it were fixed, the result of this
3801 # check would be larger than it should be.
3802 lt_cv_sys_max_cmd_len
=12288; # 12K is about right
3806 # On Win9x/ME, this test blows up -- it succeeds, but takes
3807 # about 5 minutes as the teststring grows exponentially.
3808 # Worse, since 9x/ME are not pre-emptively multitasking,
3809 # you end up with a "frozen" computer, even though with patience
3810 # the test eventually succeeds (with a max line length of 256k).
3811 # Instead, let's just punt: use the minimum linelength reported by
3812 # all of the supported platforms: 8192 (on NT/2K/XP).
3813 lt_cv_sys_max_cmd_len
=8192;
3817 # On AmigaOS with pdksh, this test takes hours, literally.
3818 # So we just punt and use a minimum line length of 8192.
3819 lt_cv_sys_max_cmd_len
=8192;
3822 netbsd
* | freebsd
* | openbsd
* | darwin
* | dragonfly
*)
3823 # This has been around since 386BSD, at least. Likely further.
3824 if test -x /sbin
/sysctl
; then
3825 lt_cv_sys_max_cmd_len
=`/sbin/sysctl -n kern.argmax`
3826 elif test -x /usr
/sbin
/sysctl
; then
3827 lt_cv_sys_max_cmd_len
=`/usr/sbin/sysctl -n kern.argmax`
3829 lt_cv_sys_max_cmd_len
=65536 # usable default for *BSD
3831 # And add a safety zone
3832 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
3833 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
3839 if test -n "$lt_cv_sys_max_cmd_len" ; then
3840 echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
3841 echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6
3843 echo "$as_me:$LINENO: result: none" >&5
3844 echo "${ECHO_T}none" >&6
3848 # Only perform the check for file, if the check method requires it
3849 case $deplibs_check_method in
3851 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
3852 echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
3853 echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
3854 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
3855 echo $ECHO_N "(cached) $ECHO_C" >&6
3859 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
3862 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a dos path.
3865 ac_save_MAGIC_CMD
="$MAGIC_CMD"
3866 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
3867 ac_dummy
="/usr/bin:$PATH"
3868 for ac_dir
in $ac_dummy; do
3869 test -z "$ac_dir" && ac_dir
=.
3870 if test -f $ac_dir/${ac_tool_prefix}file; then
3871 lt_cv_path_MAGIC_CMD
="$ac_dir/${ac_tool_prefix}file"
3872 if test -n "$file_magic_test_file"; then
3873 case $deplibs_check_method in
3875 file_magic_regex
="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
3876 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
3877 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
3878 egrep "$file_magic_regex" > /dev
/null
; then
3883 *** Warning: the command libtool uses to detect shared libraries,
3884 *** $file_magic_cmd, produces output that libtool cannot recognize.
3885 *** The result is that libtool may fail to recognize shared libraries
3886 *** as such. This will affect the creation of libtool libraries that
3887 *** depend on shared libraries, but programs linked with such libtool
3888 *** libraries will work regardless of this problem. Nevertheless, you
3889 *** may want to report the problem to your system manager and/or to
3890 *** bug-libtool@gnu.org
3900 MAGIC_CMD
="$ac_save_MAGIC_CMD"
3905 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
3906 if test -n "$MAGIC_CMD"; then
3907 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
3908 echo "${ECHO_T}$MAGIC_CMD" >&6
3910 echo "$as_me:$LINENO: result: no" >&5
3911 echo "${ECHO_T}no" >&6
3914 if test -z "$lt_cv_path_MAGIC_CMD"; then
3915 if test -n "$ac_tool_prefix"; then
3916 echo "$as_me:$LINENO: checking for file" >&5
3917 echo $ECHO_N "checking for file... $ECHO_C" >&6
3918 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
3919 echo $ECHO_N "(cached) $ECHO_C" >&6
3923 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
3926 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a dos path.
3929 ac_save_MAGIC_CMD
="$MAGIC_CMD"
3930 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
3931 ac_dummy
="/usr/bin:$PATH"
3932 for ac_dir
in $ac_dummy; do
3933 test -z "$ac_dir" && ac_dir
=.
3934 if test -f $ac_dir/file; then
3935 lt_cv_path_MAGIC_CMD
="$ac_dir/file"
3936 if test -n "$file_magic_test_file"; then
3937 case $deplibs_check_method in
3939 file_magic_regex
="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
3940 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
3941 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
3942 egrep "$file_magic_regex" > /dev
/null
; then
3947 *** Warning: the command libtool uses to detect shared libraries,
3948 *** $file_magic_cmd, produces output that libtool cannot recognize.
3949 *** The result is that libtool may fail to recognize shared libraries
3950 *** as such. This will affect the creation of libtool libraries that
3951 *** depend on shared libraries, but programs linked with such libtool
3952 *** libraries will work regardless of this problem. Nevertheless, you
3953 *** may want to report the problem to your system manager and/or to
3954 *** bug-libtool@gnu.org
3964 MAGIC_CMD
="$ac_save_MAGIC_CMD"
3969 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
3970 if test -n "$MAGIC_CMD"; then
3971 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
3972 echo "${ECHO_T}$MAGIC_CMD" >&6
3974 echo "$as_me:$LINENO: result: no" >&5
3975 echo "${ECHO_T}no" >&6
3987 if test -n "$ac_tool_prefix"; then
3988 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3989 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
3990 echo "$as_me:$LINENO: checking for $ac_word" >&5
3991 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3992 if test "${ac_cv_prog_RANLIB+set}" = set; then
3993 echo $ECHO_N "(cached) $ECHO_C" >&6
3995 if test -n "$RANLIB"; then
3996 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
3998 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4002 test -z "$as_dir" && as_dir
=.
4003 for ac_exec_ext
in '' $ac_executable_extensions; do
4004 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4005 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
4006 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4014 RANLIB
=$ac_cv_prog_RANLIB
4015 if test -n "$RANLIB"; then
4016 echo "$as_me:$LINENO: result: $RANLIB" >&5
4017 echo "${ECHO_T}$RANLIB" >&6
4019 echo "$as_me:$LINENO: result: no" >&5
4020 echo "${ECHO_T}no" >&6
4024 if test -z "$ac_cv_prog_RANLIB"; then
4025 ac_ct_RANLIB
=$RANLIB
4026 # Extract the first word of "ranlib", so it can be a program name with args.
4027 set dummy ranlib
; ac_word
=$2
4028 echo "$as_me:$LINENO: checking for $ac_word" >&5
4029 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4030 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4031 echo $ECHO_N "(cached) $ECHO_C" >&6
4033 if test -n "$ac_ct_RANLIB"; then
4034 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
4036 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4040 test -z "$as_dir" && as_dir
=.
4041 for ac_exec_ext
in '' $ac_executable_extensions; do
4042 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4043 ac_cv_prog_ac_ct_RANLIB
="ranlib"
4044 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4050 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
4053 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
4054 if test -n "$ac_ct_RANLIB"; then
4055 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4056 echo "${ECHO_T}$ac_ct_RANLIB" >&6
4058 echo "$as_me:$LINENO: result: no" >&5
4059 echo "${ECHO_T}no" >&6
4062 RANLIB
=$ac_ct_RANLIB
4064 RANLIB
="$ac_cv_prog_RANLIB"
4067 if test -n "$ac_tool_prefix"; then
4068 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4069 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
4070 echo "$as_me:$LINENO: checking for $ac_word" >&5
4071 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4072 if test "${ac_cv_prog_STRIP+set}" = set; then
4073 echo $ECHO_N "(cached) $ECHO_C" >&6
4075 if test -n "$STRIP"; then
4076 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
4078 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4082 test -z "$as_dir" && as_dir
=.
4083 for ac_exec_ext
in '' $ac_executable_extensions; do
4084 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4085 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
4086 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4094 STRIP
=$ac_cv_prog_STRIP
4095 if test -n "$STRIP"; then
4096 echo "$as_me:$LINENO: result: $STRIP" >&5
4097 echo "${ECHO_T}$STRIP" >&6
4099 echo "$as_me:$LINENO: result: no" >&5
4100 echo "${ECHO_T}no" >&6
4104 if test -z "$ac_cv_prog_STRIP"; then
4106 # Extract the first word of "strip", so it can be a program name with args.
4107 set dummy strip
; ac_word
=$2
4108 echo "$as_me:$LINENO: checking for $ac_word" >&5
4109 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4110 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4111 echo $ECHO_N "(cached) $ECHO_C" >&6
4113 if test -n "$ac_ct_STRIP"; then
4114 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
4116 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4120 test -z "$as_dir" && as_dir
=.
4121 for ac_exec_ext
in '' $ac_executable_extensions; do
4122 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4123 ac_cv_prog_ac_ct_STRIP
="strip"
4124 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4130 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
=":"
4133 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
4134 if test -n "$ac_ct_STRIP"; then
4135 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4136 echo "${ECHO_T}$ac_ct_STRIP" >&6
4138 echo "$as_me:$LINENO: result: no" >&5
4139 echo "${ECHO_T}no" >&6
4144 STRIP
="$ac_cv_prog_STRIP"
4148 # Check for any special flags to pass to ltconfig.
4149 libtool_flags
="--cache-file=$cache_file"
4150 test "$enable_shared" = no
&& libtool_flags
="$libtool_flags --disable-shared"
4151 test "$enable_static" = no
&& libtool_flags
="$libtool_flags --disable-static"
4152 test "$enable_fast_install" = no
&& libtool_flags
="$libtool_flags --disable-fast-install"
4153 test "$GCC" = yes && libtool_flags
="$libtool_flags --with-gcc"
4154 test "$lt_cv_prog_gnu_ld" = yes && libtool_flags
="$libtool_flags --with-gnu-ld"
4157 # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
4158 if test "${enable_libtool_lock+set}" = set; then
4159 enableval
="$enable_libtool_lock"
4162 test "x$enable_libtool_lock" = xno
&& libtool_flags
="$libtool_flags --disable-lock"
4163 test x
"$silent" = xyes
&& libtool_flags
="$libtool_flags --silent"
4166 # Check whether --with-pic or --without-pic was given.
4167 if test "${with_pic+set}" = set; then
4173 test x
"$pic_mode" = xyes
&& libtool_flags
="$libtool_flags --prefer-pic"
4174 test x
"$pic_mode" = xno
&& libtool_flags
="$libtool_flags --prefer-non-pic"
4176 # Some flags need to be propagated to the compiler or linker for good
4180 # Find out which ABI we are using.
4181 echo '#line 4181 "configure"' > conftest.
$ac_ext
4182 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4183 (eval $ac_compile) 2>&5
4185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4186 (exit $ac_status); }; then
4187 if test "$lt_cv_prog_gnu_ld" = yes; then
4188 case `/usr/bin/file conftest.$ac_objext` in
4190 LD
="${LD-ld} -melf32bsmip"
4193 LD
="${LD-ld} -melf32bmipn32"
4196 LD
="${LD-ld} -melf64bmip"
4200 case `/usr/bin/file conftest.$ac_objext` in
4217 # Find out which ABI we are using.
4218 echo 'int i;' > conftest.
$ac_ext
4219 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4220 (eval $ac_compile) 2>&5
4222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4223 (exit $ac_status); }; then
4224 case "`/usr/bin/file conftest.o`" in
4236 x86_64-
*linux
*|ppc
*-*linux
*|powerpc
*-*linux
*|s390
*-*linux
*|sparc
*-*linux
*)
4237 # Find out which ABI we are using.
4238 echo 'int i;' > conftest.
$ac_ext
4239 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4240 (eval $ac_compile) 2>&5
4242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4243 (exit $ac_status); }; then
4244 case "`/usr/bin/file conftest.o`" in
4248 LD
="${LD-ld} -m elf_i386"
4250 ppc64-
*linux
*|powerpc64-
*linux
*)
4251 LD
="${LD-ld} -m elf32ppclinux"
4254 LD
="${LD-ld} -m elf_s390"
4257 LD
="${LD-ld} -m elf32_sparc"
4264 LD
="${LD-ld} -m elf_x86_64"
4266 ppc
*-*linux
*|powerpc
*-*linux
*)
4267 LD
="${LD-ld} -m elf64ppc"
4270 LD
="${LD-ld} -m elf64_s390"
4273 LD
="${LD-ld} -m elf64_sparc"
4283 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
4284 SAVE_CFLAGS
="$CFLAGS"
4285 CFLAGS
="$CFLAGS -belf"
4286 echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
4287 echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
4288 if test "${lt_cv_cc_needs_belf+set}" = set; then
4289 echo $ECHO_N "(cached) $ECHO_C" >&6
4294 ac_cpp
='$CPP $CPPFLAGS'
4295 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4296 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4297 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4299 if test x
$gcc_no_link = xyes
; then
4300 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
4301 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
4302 { (exit 1); exit 1; }; }
4304 cat >conftest.
$ac_ext <<_ACEOF
4307 cat confdefs.h
>>conftest.
$ac_ext
4308 cat >>conftest.
$ac_ext <<_ACEOF
4309 /* end confdefs.h. */
4319 rm -f conftest.
$ac_objext conftest
$ac_exeext
4320 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4321 (eval $ac_link) 2>conftest.er1
4323 grep -v '^ *+' conftest.er1
>conftest.err
4325 cat conftest.err
>&5
4326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4327 (exit $ac_status); } &&
4328 { ac_try
='test -z "$ac_c_werror_flag"
4329 || test ! -s conftest.err'
4330 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4334 (exit $ac_status); }; } &&
4335 { ac_try
='test -s conftest$ac_exeext'
4336 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4340 (exit $ac_status); }; }; then
4341 lt_cv_cc_needs_belf
=yes
4343 echo "$as_me: failed program was:" >&5
4344 sed 's/^/| /' conftest.
$ac_ext >&5
4346 lt_cv_cc_needs_belf
=no
4348 rm -f conftest.err conftest.
$ac_objext \
4349 conftest
$ac_exeext conftest.
$ac_ext
4351 ac_cpp
='$CPP $CPPFLAGS'
4352 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4353 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4354 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4357 echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
4358 echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
4359 if test x
"$lt_cv_cc_needs_belf" != x
"yes"; then
4360 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
4361 CFLAGS
="$SAVE_CFLAGS"
4369 # Save cache, so that ltconfig can load it
4370 cat >confcache
<<\_ACEOF
4371 # This file is a shell script that caches the results of configure
4372 # tests run on this system so they can be shared between configure
4373 # scripts and configure runs, see configure's option --config-cache.
4374 # It is not useful on other systems. If it contains results you don't
4375 # want to keep, you may remove or edit it.
4377 # config.status only pays attention to the cache file if you give it
4378 # the --recheck option to rerun configure.
4380 # `ac_cv_env_foo' variables (set or unset) will be overridden when
4381 # loading this file, other *unset* `ac_cv_foo' will be assigned the
4386 # The following way of writing the cache mishandles newlines in values,
4387 # but we know of no workaround that is simple, portable, and efficient.
4388 # So, don't put newlines in cache variables' values.
4389 # Ultrix sh set writes to stderr and can't be redirected directly,
4390 # and sets the high bit in the cache file unless we assign to the vars.
4393 case `(ac_space=' '; set | grep ac_space) 2>&1` in
4395 # `set' does not quote correctly, so add quotes (double-quote
4396 # substitution turns \\\\ into \\, and sed turns \\ into \).
4399 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
4402 # `set' quotes correctly as required by POSIX, so do not add quotes.
4404 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
4411 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
4413 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
4415 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
4416 if test -w $cache_file; then
4417 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
4418 cat confcache
>$cache_file
4420 echo "not updating unwritable cache $cache_file"
4425 # Actually configure libtool. ac_aux_dir is where install-sh is found.
4426 AR
="$AR" LTCC
="$CC" CC
="$CC" CFLAGS
="$CFLAGS" CPPFLAGS
="$CPPFLAGS" \
4427 MAGIC_CMD
="$MAGIC_CMD" LD
="$LD" LDFLAGS
="$LDFLAGS" LIBS
="$LIBS" \
4428 LN_S
="$LN_S" NM
="$NM" RANLIB
="$RANLIB" STRIP
="$STRIP" \
4429 AS
="$AS" DLLTOOL
="$DLLTOOL" OBJDUMP
="$OBJDUMP" \
4430 objext
="$OBJEXT" exeext
="$EXEEXT" reload_flag
="$reload_flag" \
4431 deplibs_check_method
="$deplibs_check_method" file_magic_cmd
="$file_magic_cmd" \
4432 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig
--no-reexec \
4433 $libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh
$host \
4434 ||
{ { echo "$as_me:$LINENO: error: libtool configure failed" >&5
4435 echo "$as_me: error: libtool configure failed" >&2;}
4436 { (exit 1); exit 1; }; }
4438 # Reload cache, that may have been modified by ltconfig
4439 if test -r "$cache_file"; then
4440 # Some versions of bash will fail to source /dev/null (special
4441 # files actually), so we avoid doing that.
4442 if test -f "$cache_file"; then
4443 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
4444 echo "$as_me: loading cache $cache_file" >&6;}
4446 [\\/]* | ?
:[\\/]* ) .
$cache_file;;
4447 *) . .
/$cache_file;;
4451 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
4452 echo "$as_me: creating cache $cache_file" >&6;}
4457 # This can be used to rebuild libtool when needed
4458 LIBTOOL_DEPS
="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh $ac_aux_dir/ltcf-c.sh"
4460 # Always use our own libtool.
4461 LIBTOOL
='$(SHELL) $(top_builddir)/libtool'
4463 # Redirect the config.log output again, so that the ltconfig log is not
4464 # clobbered by the next message.
4465 exec 5>>.
/config.log
4474 #AC_MSG_NOTICE([====== Finished libtool configuration]) ; sleep 10
4476 # We need gfortran to compile parts of the library
4477 #AC_PROG_FC(gfortran)
4479 ac_ext
=${FC_SRCEXT-f}
4480 ac_compile
='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5'
4481 ac_link
='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5'
4482 ac_compiler_gnu
=$ac_cv_fc_compiler_gnu
4483 if test -n "$ac_tool_prefix"; then
4484 for ac_prog
in gfortran
4486 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4487 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4488 echo "$as_me:$LINENO: checking for $ac_word" >&5
4489 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4490 if test "${ac_cv_prog_FC+set}" = set; then
4491 echo $ECHO_N "(cached) $ECHO_C" >&6
4493 if test -n "$FC"; then
4494 ac_cv_prog_FC
="$FC" # Let the user override the test.
4496 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4500 test -z "$as_dir" && as_dir
=.
4501 for ac_exec_ext
in '' $ac_executable_extensions; do
4502 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4503 ac_cv_prog_FC
="$ac_tool_prefix$ac_prog"
4504 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4513 if test -n "$FC"; then
4514 echo "$as_me:$LINENO: result: $FC" >&5
4515 echo "${ECHO_T}$FC" >&6
4517 echo "$as_me:$LINENO: result: no" >&5
4518 echo "${ECHO_T}no" >&6
4521 test -n "$FC" && break
4524 if test -z "$FC"; then
4526 for ac_prog
in gfortran
4528 # Extract the first word of "$ac_prog", so it can be a program name with args.
4529 set dummy
$ac_prog; ac_word
=$2
4530 echo "$as_me:$LINENO: checking for $ac_word" >&5
4531 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4532 if test "${ac_cv_prog_ac_ct_FC+set}" = set; then
4533 echo $ECHO_N "(cached) $ECHO_C" >&6
4535 if test -n "$ac_ct_FC"; then
4536 ac_cv_prog_ac_ct_FC
="$ac_ct_FC" # Let the user override the test.
4538 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4542 test -z "$as_dir" && as_dir
=.
4543 for ac_exec_ext
in '' $ac_executable_extensions; do
4544 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4545 ac_cv_prog_ac_ct_FC
="$ac_prog"
4546 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4554 ac_ct_FC
=$ac_cv_prog_ac_ct_FC
4555 if test -n "$ac_ct_FC"; then
4556 echo "$as_me:$LINENO: result: $ac_ct_FC" >&5
4557 echo "${ECHO_T}$ac_ct_FC" >&6
4559 echo "$as_me:$LINENO: result: no" >&5
4560 echo "${ECHO_T}no" >&6
4563 test -n "$ac_ct_FC" && break
4570 # Provide some information about the compiler.
4571 echo "$as_me:4571:" \
4572 "checking for Fortran compiler version" >&5
4573 ac_compiler
=`set X $ac_compile; echo $2`
4574 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
4575 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
4577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4578 (exit $ac_status); }
4579 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
4580 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
4582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4583 (exit $ac_status); }
4584 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
4585 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
4587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4588 (exit $ac_status); }
4591 # If we don't use `.F' as extension, the preprocessor is not run on the
4592 # input file. (Note that this only needs to work for GNU compilers.)
4595 echo "$as_me:$LINENO: checking whether we are using the GNU Fortran compiler" >&5
4596 echo $ECHO_N "checking whether we are using the GNU Fortran compiler... $ECHO_C" >&6
4597 if test "${ac_cv_fc_compiler_gnu+set}" = set; then
4598 echo $ECHO_N "(cached) $ECHO_C" >&6
4600 cat >conftest.
$ac_ext <<_ACEOF
4608 rm -f conftest.
$ac_objext
4609 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4610 (eval $ac_compile) 2>conftest.er1
4612 grep -v '^ *+' conftest.er1
>conftest.err
4614 cat conftest.err
>&5
4615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4616 (exit $ac_status); } &&
4617 { ac_try
='test -z "$ac_fc_werror_flag"
4618 || test ! -s conftest.err'
4619 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4623 (exit $ac_status); }; } &&
4624 { ac_try
='test -s conftest.$ac_objext'
4625 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4629 (exit $ac_status); }; }; then
4632 echo "$as_me: failed program was:" >&5
4633 sed 's/^/| /' conftest.
$ac_ext >&5
4637 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4638 ac_cv_fc_compiler_gnu
=$ac_compiler_gnu
4641 echo "$as_me:$LINENO: result: $ac_cv_fc_compiler_gnu" >&5
4642 echo "${ECHO_T}$ac_cv_fc_compiler_gnu" >&6
4644 ac_test_FFLAGS
=${FCFLAGS+set}
4645 ac_save_FFLAGS
=$FCFLAGS
4647 echo "$as_me:$LINENO: checking whether $FC accepts -g" >&5
4648 echo $ECHO_N "checking whether $FC accepts -g... $ECHO_C" >&6
4649 if test "${ac_cv_prog_fc_g+set}" = set; then
4650 echo $ECHO_N "(cached) $ECHO_C" >&6
4653 cat >conftest.
$ac_ext <<_ACEOF
4658 rm -f conftest.
$ac_objext
4659 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4660 (eval $ac_compile) 2>conftest.er1
4662 grep -v '^ *+' conftest.er1
>conftest.err
4664 cat conftest.err
>&5
4665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4666 (exit $ac_status); } &&
4667 { ac_try
='test -z "$ac_fc_werror_flag"
4668 || test ! -s conftest.err'
4669 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4673 (exit $ac_status); }; } &&
4674 { ac_try
='test -s conftest.$ac_objext'
4675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4679 (exit $ac_status); }; }; then
4682 echo "$as_me: failed program was:" >&5
4683 sed 's/^/| /' conftest.
$ac_ext >&5
4687 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4690 echo "$as_me:$LINENO: result: $ac_cv_prog_fc_g" >&5
4691 echo "${ECHO_T}$ac_cv_prog_fc_g" >&6
4692 if test "$ac_test_FFLAGS" = set; then
4693 FCFLAGS
=$ac_save_FFLAGS
4694 elif test $ac_cv_prog_fc_g = yes; then
4695 if test "x$ac_cv_fc_compiler_gnu" = xyes
; then
4701 if test "x$ac_cv_fc_compiler_gnu" = xyes
; then
4709 ac_cpp
='$CPP $CPPFLAGS'
4710 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4711 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4712 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4715 # extra LD Flags which are required for targets
4718 # Darwin needs -single_module when linking libgfortran
4719 extra_ldflags_libgfortran
=-Wl,-single_module
4724 # Check whether --enable-largefile or --disable-largefile was given.
4725 if test "${enable_largefile+set}" = set; then
4726 enableval
="$enable_largefile"
4729 if test "$enable_largefile" != no
; then
4731 echo "$as_me:$LINENO: checking for special C compiler options needed for large files" >&5
4732 echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6
4733 if test "${ac_cv_sys_largefile_CC+set}" = set; then
4734 echo $ECHO_N "(cached) $ECHO_C" >&6
4736 ac_cv_sys_largefile_CC
=no
4737 if test "$GCC" != yes; then
4740 # IRIX 6.2 and later do not support large files by default,
4741 # so use the C compiler's -n32 option if that helps.
4742 cat >conftest.
$ac_ext <<_ACEOF
4745 cat confdefs.h
>>conftest.
$ac_ext
4746 cat >>conftest.
$ac_ext <<_ACEOF
4747 /* end confdefs.h. */
4748 #include <sys/types.h>
4749 /* Check that off_t can represent 2**63 - 1 correctly.
4750 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4751 since some C++ compilers masquerading as C compilers
4752 incorrectly reject 9223372036854775807. */
4753 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4754 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4755 && LARGE_OFF_T % 2147483647 == 1)
4765 rm -f conftest.
$ac_objext
4766 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4767 (eval $ac_compile) 2>conftest.er1
4769 grep -v '^ *+' conftest.er1
>conftest.err
4771 cat conftest.err
>&5
4772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4773 (exit $ac_status); } &&
4774 { ac_try
='test -z "$ac_c_werror_flag"
4775 || test ! -s conftest.err'
4776 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4780 (exit $ac_status); }; } &&
4781 { ac_try
='test -s conftest.$ac_objext'
4782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4786 (exit $ac_status); }; }; then
4789 echo "$as_me: failed program was:" >&5
4790 sed 's/^/| /' conftest.
$ac_ext >&5
4793 rm -f conftest.err conftest.
$ac_objext
4795 rm -f conftest.
$ac_objext
4796 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4797 (eval $ac_compile) 2>conftest.er1
4799 grep -v '^ *+' conftest.er1
>conftest.err
4801 cat conftest.err
>&5
4802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4803 (exit $ac_status); } &&
4804 { ac_try
='test -z "$ac_c_werror_flag"
4805 || test ! -s conftest.err'
4806 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4810 (exit $ac_status); }; } &&
4811 { ac_try
='test -s conftest.$ac_objext'
4812 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4816 (exit $ac_status); }; }; then
4817 ac_cv_sys_largefile_CC
=' -n32'; break
4819 echo "$as_me: failed program was:" >&5
4820 sed 's/^/| /' conftest.
$ac_ext >&5
4823 rm -f conftest.err conftest.
$ac_objext
4827 rm -f conftest.
$ac_ext
4830 echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_CC" >&5
4831 echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6
4832 if test "$ac_cv_sys_largefile_CC" != no
; then
4833 CC
=$CC$ac_cv_sys_largefile_CC
4836 echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
4837 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
4838 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
4839 echo $ECHO_N "(cached) $ECHO_C" >&6
4842 ac_cv_sys_file_offset_bits
=no
4843 cat >conftest.
$ac_ext <<_ACEOF
4846 cat confdefs.h
>>conftest.
$ac_ext
4847 cat >>conftest.
$ac_ext <<_ACEOF
4848 /* end confdefs.h. */
4849 #include <sys/types.h>
4850 /* Check that off_t can represent 2**63 - 1 correctly.
4851 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4852 since some C++ compilers masquerading as C compilers
4853 incorrectly reject 9223372036854775807. */
4854 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4855 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4856 && LARGE_OFF_T % 2147483647 == 1)
4866 rm -f conftest.
$ac_objext
4867 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4868 (eval $ac_compile) 2>conftest.er1
4870 grep -v '^ *+' conftest.er1
>conftest.err
4872 cat conftest.err
>&5
4873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4874 (exit $ac_status); } &&
4875 { ac_try
='test -z "$ac_c_werror_flag"
4876 || test ! -s conftest.err'
4877 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4881 (exit $ac_status); }; } &&
4882 { ac_try
='test -s conftest.$ac_objext'
4883 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4887 (exit $ac_status); }; }; then
4890 echo "$as_me: failed program was:" >&5
4891 sed 's/^/| /' conftest.
$ac_ext >&5
4894 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4895 cat >conftest.
$ac_ext <<_ACEOF
4898 cat confdefs.h
>>conftest.
$ac_ext
4899 cat >>conftest.
$ac_ext <<_ACEOF
4900 /* end confdefs.h. */
4901 #define _FILE_OFFSET_BITS 64
4902 #include <sys/types.h>
4903 /* Check that off_t can represent 2**63 - 1 correctly.
4904 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4905 since some C++ compilers masquerading as C compilers
4906 incorrectly reject 9223372036854775807. */
4907 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4908 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4909 && LARGE_OFF_T % 2147483647 == 1)
4919 rm -f conftest.
$ac_objext
4920 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4921 (eval $ac_compile) 2>conftest.er1
4923 grep -v '^ *+' conftest.er1
>conftest.err
4925 cat conftest.err
>&5
4926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4927 (exit $ac_status); } &&
4928 { ac_try
='test -z "$ac_c_werror_flag"
4929 || test ! -s conftest.err'
4930 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4934 (exit $ac_status); }; } &&
4935 { ac_try
='test -s conftest.$ac_objext'
4936 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4940 (exit $ac_status); }; }; then
4941 ac_cv_sys_file_offset_bits
=64; break
4943 echo "$as_me: failed program was:" >&5
4944 sed 's/^/| /' conftest.
$ac_ext >&5
4947 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4951 echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
4952 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
4953 if test "$ac_cv_sys_file_offset_bits" != no
; then
4955 cat >>confdefs.h
<<_ACEOF
4956 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
4961 echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
4962 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
4963 if test "${ac_cv_sys_large_files+set}" = set; then
4964 echo $ECHO_N "(cached) $ECHO_C" >&6
4967 ac_cv_sys_large_files
=no
4968 cat >conftest.
$ac_ext <<_ACEOF
4971 cat confdefs.h
>>conftest.
$ac_ext
4972 cat >>conftest.
$ac_ext <<_ACEOF
4973 /* end confdefs.h. */
4974 #include <sys/types.h>
4975 /* Check that off_t can represent 2**63 - 1 correctly.
4976 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4977 since some C++ compilers masquerading as C compilers
4978 incorrectly reject 9223372036854775807. */
4979 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4980 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4981 && LARGE_OFF_T % 2147483647 == 1)
4991 rm -f conftest.
$ac_objext
4992 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4993 (eval $ac_compile) 2>conftest.er1
4995 grep -v '^ *+' conftest.er1
>conftest.err
4997 cat conftest.err
>&5
4998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4999 (exit $ac_status); } &&
5000 { ac_try
='test -z "$ac_c_werror_flag"
5001 || test ! -s conftest.err'
5002 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5006 (exit $ac_status); }; } &&
5007 { ac_try
='test -s conftest.$ac_objext'
5008 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5012 (exit $ac_status); }; }; then
5015 echo "$as_me: failed program was:" >&5
5016 sed 's/^/| /' conftest.
$ac_ext >&5
5019 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5020 cat >conftest.
$ac_ext <<_ACEOF
5023 cat confdefs.h
>>conftest.
$ac_ext
5024 cat >>conftest.
$ac_ext <<_ACEOF
5025 /* end confdefs.h. */
5026 #define _LARGE_FILES 1
5027 #include <sys/types.h>
5028 /* Check that off_t can represent 2**63 - 1 correctly.
5029 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5030 since some C++ compilers masquerading as C compilers
5031 incorrectly reject 9223372036854775807. */
5032 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5033 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5034 && LARGE_OFF_T % 2147483647 == 1)
5044 rm -f conftest.
$ac_objext
5045 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5046 (eval $ac_compile) 2>conftest.er1
5048 grep -v '^ *+' conftest.er1
>conftest.err
5050 cat conftest.err
>&5
5051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5052 (exit $ac_status); } &&
5053 { ac_try
='test -z "$ac_c_werror_flag"
5054 || test ! -s conftest.err'
5055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5059 (exit $ac_status); }; } &&
5060 { ac_try
='test -s conftest.$ac_objext'
5061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5065 (exit $ac_status); }; }; then
5066 ac_cv_sys_large_files
=1; break
5068 echo "$as_me: failed program was:" >&5
5069 sed 's/^/| /' conftest.
$ac_ext >&5
5072 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5076 echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
5077 echo "${ECHO_T}$ac_cv_sys_large_files" >&6
5078 if test "$ac_cv_sys_large_files" != no
; then
5080 cat >>confdefs.h
<<_ACEOF
5081 #define _LARGE_FILES $ac_cv_sys_large_files
5089 ac_cpp
='$CPP $CPPFLAGS'
5090 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5091 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5092 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5093 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5094 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
5095 # On Suns, sometimes $CPP names a directory.
5096 if test -n "$CPP" && test -d "$CPP"; then
5099 if test -z "$CPP"; then
5100 if test "${ac_cv_prog_CPP+set}" = set; then
5101 echo $ECHO_N "(cached) $ECHO_C" >&6
5103 # Double quotes because CPP needs to be expanded
5104 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5107 for ac_c_preproc_warn_flag
in '' yes
5109 # Use a header file that comes with gcc, so configuring glibc
5110 # with a fresh cross-compiler works.
5111 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5112 # <limits.h> exists even on freestanding compilers.
5113 # On the NeXT, cc -E runs the code through the compiler's parser,
5114 # not just through cpp. "Syntax error" is here to catch this case.
5115 cat >conftest.
$ac_ext <<_ACEOF
5118 cat confdefs.h
>>conftest.
$ac_ext
5119 cat >>conftest.
$ac_ext <<_ACEOF
5120 /* end confdefs.h. */
5122 # include <limits.h>
5124 # include <assert.h>
5128 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5129 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5131 grep -v '^ *+' conftest.er1
>conftest.err
5133 cat conftest.err
>&5
5134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5135 (exit $ac_status); } >/dev
/null
; then
5136 if test -s conftest.err
; then
5137 ac_cpp_err
=$ac_c_preproc_warn_flag
5138 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
5145 if test -z "$ac_cpp_err"; then
5148 echo "$as_me: failed program was:" >&5
5149 sed 's/^/| /' conftest.
$ac_ext >&5
5151 # Broken: fails on valid input.
5154 rm -f conftest.err conftest.
$ac_ext
5156 # OK, works on sane cases. Now check whether non-existent headers
5157 # can be detected and how.
5158 cat >conftest.
$ac_ext <<_ACEOF
5161 cat confdefs.h
>>conftest.
$ac_ext
5162 cat >>conftest.
$ac_ext <<_ACEOF
5163 /* end confdefs.h. */
5164 #include <ac_nonexistent.h>
5166 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5167 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5169 grep -v '^ *+' conftest.er1
>conftest.err
5171 cat conftest.err
>&5
5172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5173 (exit $ac_status); } >/dev
/null
; then
5174 if test -s conftest.err
; then
5175 ac_cpp_err
=$ac_c_preproc_warn_flag
5176 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
5183 if test -z "$ac_cpp_err"; then
5184 # Broken: success on invalid input.
5187 echo "$as_me: failed program was:" >&5
5188 sed 's/^/| /' conftest.
$ac_ext >&5
5190 # Passes both tests.
5194 rm -f conftest.err conftest.
$ac_ext
5197 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5198 rm -f conftest.err conftest.
$ac_ext
5199 if $ac_preproc_ok; then
5211 echo "$as_me:$LINENO: result: $CPP" >&5
5212 echo "${ECHO_T}$CPP" >&6
5214 for ac_c_preproc_warn_flag
in '' yes
5216 # Use a header file that comes with gcc, so configuring glibc
5217 # with a fresh cross-compiler works.
5218 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5219 # <limits.h> exists even on freestanding compilers.
5220 # On the NeXT, cc -E runs the code through the compiler's parser,
5221 # not just through cpp. "Syntax error" is here to catch this case.
5222 cat >conftest.
$ac_ext <<_ACEOF
5225 cat confdefs.h
>>conftest.
$ac_ext
5226 cat >>conftest.
$ac_ext <<_ACEOF
5227 /* end confdefs.h. */
5229 # include <limits.h>
5231 # include <assert.h>
5235 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5236 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5238 grep -v '^ *+' conftest.er1
>conftest.err
5240 cat conftest.err
>&5
5241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5242 (exit $ac_status); } >/dev
/null
; then
5243 if test -s conftest.err
; then
5244 ac_cpp_err
=$ac_c_preproc_warn_flag
5245 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
5252 if test -z "$ac_cpp_err"; then
5255 echo "$as_me: failed program was:" >&5
5256 sed 's/^/| /' conftest.
$ac_ext >&5
5258 # Broken: fails on valid input.
5261 rm -f conftest.err conftest.
$ac_ext
5263 # OK, works on sane cases. Now check whether non-existent headers
5264 # can be detected and how.
5265 cat >conftest.
$ac_ext <<_ACEOF
5268 cat confdefs.h
>>conftest.
$ac_ext
5269 cat >>conftest.
$ac_ext <<_ACEOF
5270 /* end confdefs.h. */
5271 #include <ac_nonexistent.h>
5273 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5274 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5276 grep -v '^ *+' conftest.er1
>conftest.err
5278 cat conftest.err
>&5
5279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5280 (exit $ac_status); } >/dev
/null
; then
5281 if test -s conftest.err
; then
5282 ac_cpp_err
=$ac_c_preproc_warn_flag
5283 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
5290 if test -z "$ac_cpp_err"; then
5291 # Broken: success on invalid input.
5294 echo "$as_me: failed program was:" >&5
5295 sed 's/^/| /' conftest.
$ac_ext >&5
5297 # Passes both tests.
5301 rm -f conftest.err conftest.
$ac_ext
5304 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5305 rm -f conftest.err conftest.
$ac_ext
5306 if $ac_preproc_ok; then
5309 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5310 See \`config.log' for more details." >&5
5311 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5312 See \`config.log' for more details." >&2;}
5313 { (exit 1); exit 1; }; }
5317 ac_cpp
='$CPP $CPPFLAGS'
5318 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5319 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5320 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5323 echo "$as_me:$LINENO: checking for egrep" >&5
5324 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
5325 if test "${ac_cv_prog_egrep+set}" = set; then
5326 echo $ECHO_N "(cached) $ECHO_C" >&6
5328 if echo a |
(grep -E '(a|b)') >/dev
/null
2>&1
5329 then ac_cv_prog_egrep
='grep -E'
5330 else ac_cv_prog_egrep
='egrep'
5333 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
5334 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
5335 EGREP
=$ac_cv_prog_egrep
5338 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5339 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
5340 if test "${ac_cv_header_stdc+set}" = set; then
5341 echo $ECHO_N "(cached) $ECHO_C" >&6
5343 cat >conftest.
$ac_ext <<_ACEOF
5346 cat confdefs.h
>>conftest.
$ac_ext
5347 cat >>conftest.
$ac_ext <<_ACEOF
5348 /* end confdefs.h. */
5362 rm -f conftest.
$ac_objext
5363 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5364 (eval $ac_compile) 2>conftest.er1
5366 grep -v '^ *+' conftest.er1
>conftest.err
5368 cat conftest.err
>&5
5369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5370 (exit $ac_status); } &&
5371 { ac_try
='test -z "$ac_c_werror_flag"
5372 || test ! -s conftest.err'
5373 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5377 (exit $ac_status); }; } &&
5378 { ac_try
='test -s conftest.$ac_objext'
5379 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5383 (exit $ac_status); }; }; then
5384 ac_cv_header_stdc
=yes
5386 echo "$as_me: failed program was:" >&5
5387 sed 's/^/| /' conftest.
$ac_ext >&5
5389 ac_cv_header_stdc
=no
5391 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5393 if test $ac_cv_header_stdc = yes; then
5394 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5395 cat >conftest.
$ac_ext <<_ACEOF
5398 cat confdefs.h
>>conftest.
$ac_ext
5399 cat >>conftest.
$ac_ext <<_ACEOF
5400 /* end confdefs.h. */
5404 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5405 $EGREP "memchr" >/dev
/null
2>&1; then
5408 ac_cv_header_stdc
=no
5414 if test $ac_cv_header_stdc = yes; then
5415 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5416 cat >conftest.
$ac_ext <<_ACEOF
5419 cat confdefs.h
>>conftest.
$ac_ext
5420 cat >>conftest.
$ac_ext <<_ACEOF
5421 /* end confdefs.h. */
5425 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5426 $EGREP "free" >/dev
/null
2>&1; then
5429 ac_cv_header_stdc
=no
5435 if test $ac_cv_header_stdc = yes; then
5436 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5437 if test "$cross_compiling" = yes; then
5440 cat >conftest.
$ac_ext <<_ACEOF
5443 cat confdefs.h
>>conftest.
$ac_ext
5444 cat >>conftest.
$ac_ext <<_ACEOF
5445 /* end confdefs.h. */
5447 #if ((' ' & 0x0FF) == 0x020)
5448 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5449 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5451 # define ISLOWER(c) \
5452 (('a' <= (c) && (c) <= 'i') \
5453 || ('j' <= (c) && (c) <= 'r') \
5454 || ('s' <= (c) && (c) <= 'z'))
5455 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5458 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5463 for (i = 0; i < 256; i++)
5464 if (XOR (islower (i), ISLOWER (i))
5465 || toupper (i) != TOUPPER (i))
5470 rm -f conftest
$ac_exeext
5471 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5472 (eval $ac_link) 2>&5
5474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5475 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
5476 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5480 (exit $ac_status); }; }; then
5483 echo "$as_me: program exited with status $ac_status" >&5
5484 echo "$as_me: failed program was:" >&5
5485 sed 's/^/| /' conftest.
$ac_ext >&5
5488 ac_cv_header_stdc
=no
5490 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
5494 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5495 echo "${ECHO_T}$ac_cv_header_stdc" >&6
5496 if test $ac_cv_header_stdc = yes; then
5498 cat >>confdefs.h
<<\_ACEOF
5499 #define STDC_HEADERS 1
5504 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5514 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
5515 inttypes.h stdint.h unistd.h
5517 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5518 echo "$as_me:$LINENO: checking for $ac_header" >&5
5519 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5520 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5521 echo $ECHO_N "(cached) $ECHO_C" >&6
5523 cat >conftest.
$ac_ext <<_ACEOF
5526 cat confdefs.h
>>conftest.
$ac_ext
5527 cat >>conftest.
$ac_ext <<_ACEOF
5528 /* end confdefs.h. */
5529 $ac_includes_default
5531 #include <$ac_header>
5533 rm -f conftest.
$ac_objext
5534 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5535 (eval $ac_compile) 2>conftest.er1
5537 grep -v '^ *+' conftest.er1
>conftest.err
5539 cat conftest.err
>&5
5540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5541 (exit $ac_status); } &&
5542 { ac_try
='test -z "$ac_c_werror_flag"
5543 || test ! -s conftest.err'
5544 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5548 (exit $ac_status); }; } &&
5549 { ac_try
='test -s conftest.$ac_objext'
5550 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5554 (exit $ac_status); }; }; then
5555 eval "$as_ac_Header=yes"
5557 echo "$as_me: failed program was:" >&5
5558 sed 's/^/| /' conftest.
$ac_ext >&5
5560 eval "$as_ac_Header=no"
5562 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5564 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5565 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5566 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5567 cat >>confdefs.h
<<_ACEOF
5568 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5576 echo "$as_me:$LINENO: checking for off_t" >&5
5577 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
5578 if test "${ac_cv_type_off_t+set}" = set; then
5579 echo $ECHO_N "(cached) $ECHO_C" >&6
5581 cat >conftest.
$ac_ext <<_ACEOF
5584 cat confdefs.h
>>conftest.
$ac_ext
5585 cat >>conftest.
$ac_ext <<_ACEOF
5586 /* end confdefs.h. */
5587 $ac_includes_default
5599 rm -f conftest.
$ac_objext
5600 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5601 (eval $ac_compile) 2>conftest.er1
5603 grep -v '^ *+' conftest.er1
>conftest.err
5605 cat conftest.err
>&5
5606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5607 (exit $ac_status); } &&
5608 { ac_try
='test -z "$ac_c_werror_flag"
5609 || test ! -s conftest.err'
5610 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5614 (exit $ac_status); }; } &&
5615 { ac_try
='test -s conftest.$ac_objext'
5616 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5620 (exit $ac_status); }; }; then
5621 ac_cv_type_off_t
=yes
5623 echo "$as_me: failed program was:" >&5
5624 sed 's/^/| /' conftest.
$ac_ext >&5
5628 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5630 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
5631 echo "${ECHO_T}$ac_cv_type_off_t" >&6
5632 if test $ac_cv_type_off_t = yes; then
5636 cat >>confdefs.h
<<_ACEOF
5643 # check header files
5644 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5645 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
5646 if test "${ac_cv_header_stdc+set}" = set; then
5647 echo $ECHO_N "(cached) $ECHO_C" >&6
5649 cat >conftest.
$ac_ext <<_ACEOF
5652 cat confdefs.h
>>conftest.
$ac_ext
5653 cat >>conftest.
$ac_ext <<_ACEOF
5654 /* end confdefs.h. */
5668 rm -f conftest.
$ac_objext
5669 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5670 (eval $ac_compile) 2>conftest.er1
5672 grep -v '^ *+' conftest.er1
>conftest.err
5674 cat conftest.err
>&5
5675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5676 (exit $ac_status); } &&
5677 { ac_try
='test -z "$ac_c_werror_flag"
5678 || test ! -s conftest.err'
5679 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5683 (exit $ac_status); }; } &&
5684 { ac_try
='test -s conftest.$ac_objext'
5685 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5689 (exit $ac_status); }; }; then
5690 ac_cv_header_stdc
=yes
5692 echo "$as_me: failed program was:" >&5
5693 sed 's/^/| /' conftest.
$ac_ext >&5
5695 ac_cv_header_stdc
=no
5697 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5699 if test $ac_cv_header_stdc = yes; then
5700 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5701 cat >conftest.
$ac_ext <<_ACEOF
5704 cat confdefs.h
>>conftest.
$ac_ext
5705 cat >>conftest.
$ac_ext <<_ACEOF
5706 /* end confdefs.h. */
5710 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5711 $EGREP "memchr" >/dev
/null
2>&1; then
5714 ac_cv_header_stdc
=no
5720 if test $ac_cv_header_stdc = yes; then
5721 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5722 cat >conftest.
$ac_ext <<_ACEOF
5725 cat confdefs.h
>>conftest.
$ac_ext
5726 cat >>conftest.
$ac_ext <<_ACEOF
5727 /* end confdefs.h. */
5731 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5732 $EGREP "free" >/dev
/null
2>&1; then
5735 ac_cv_header_stdc
=no
5741 if test $ac_cv_header_stdc = yes; then
5742 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5743 if test "$cross_compiling" = yes; then
5746 cat >conftest.
$ac_ext <<_ACEOF
5749 cat confdefs.h
>>conftest.
$ac_ext
5750 cat >>conftest.
$ac_ext <<_ACEOF
5751 /* end confdefs.h. */
5753 #if ((' ' & 0x0FF) == 0x020)
5754 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5755 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5757 # define ISLOWER(c) \
5758 (('a' <= (c) && (c) <= 'i') \
5759 || ('j' <= (c) && (c) <= 'r') \
5760 || ('s' <= (c) && (c) <= 'z'))
5761 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5764 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5769 for (i = 0; i < 256; i++)
5770 if (XOR (islower (i), ISLOWER (i))
5771 || toupper (i) != TOUPPER (i))
5776 rm -f conftest
$ac_exeext
5777 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5778 (eval $ac_link) 2>&5
5780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5781 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
5782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5786 (exit $ac_status); }; }; then
5789 echo "$as_me: program exited with status $ac_status" >&5
5790 echo "$as_me: failed program was:" >&5
5791 sed 's/^/| /' conftest.
$ac_ext >&5
5794 ac_cv_header_stdc
=no
5796 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
5800 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5801 echo "${ECHO_T}$ac_cv_header_stdc" >&6
5802 if test $ac_cv_header_stdc = yes; then
5804 cat >>confdefs.h
<<\_ACEOF
5805 #define STDC_HEADERS 1
5817 for ac_header
in stdlib.h stdio.h string.h stddef.h math.h unistd.h signal.h
5819 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5820 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5821 echo "$as_me:$LINENO: checking for $ac_header" >&5
5822 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5823 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5824 echo $ECHO_N "(cached) $ECHO_C" >&6
5826 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5827 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5829 # Is the header compilable?
5830 echo "$as_me:$LINENO: checking $ac_header usability" >&5
5831 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
5832 cat >conftest.
$ac_ext <<_ACEOF
5835 cat confdefs.h
>>conftest.
$ac_ext
5836 cat >>conftest.
$ac_ext <<_ACEOF
5837 /* end confdefs.h. */
5838 $ac_includes_default
5839 #include <$ac_header>
5841 rm -f conftest.
$ac_objext
5842 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5843 (eval $ac_compile) 2>conftest.er1
5845 grep -v '^ *+' conftest.er1
>conftest.err
5847 cat conftest.err
>&5
5848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5849 (exit $ac_status); } &&
5850 { ac_try
='test -z "$ac_c_werror_flag"
5851 || test ! -s conftest.err'
5852 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5856 (exit $ac_status); }; } &&
5857 { ac_try
='test -s conftest.$ac_objext'
5858 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5862 (exit $ac_status); }; }; then
5863 ac_header_compiler
=yes
5865 echo "$as_me: failed program was:" >&5
5866 sed 's/^/| /' conftest.
$ac_ext >&5
5868 ac_header_compiler
=no
5870 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5871 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5872 echo "${ECHO_T}$ac_header_compiler" >&6
5874 # Is the header present?
5875 echo "$as_me:$LINENO: checking $ac_header presence" >&5
5876 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
5877 cat >conftest.
$ac_ext <<_ACEOF
5880 cat confdefs.h
>>conftest.
$ac_ext
5881 cat >>conftest.
$ac_ext <<_ACEOF
5882 /* end confdefs.h. */
5883 #include <$ac_header>
5885 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5886 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5888 grep -v '^ *+' conftest.er1
>conftest.err
5890 cat conftest.err
>&5
5891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5892 (exit $ac_status); } >/dev
/null
; then
5893 if test -s conftest.err
; then
5894 ac_cpp_err
=$ac_c_preproc_warn_flag
5895 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
5902 if test -z "$ac_cpp_err"; then
5903 ac_header_preproc
=yes
5905 echo "$as_me: failed program was:" >&5
5906 sed 's/^/| /' conftest.
$ac_ext >&5
5908 ac_header_preproc
=no
5910 rm -f conftest.err conftest.
$ac_ext
5911 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5912 echo "${ECHO_T}$ac_header_preproc" >&6
5914 # So? What about this header?
5915 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5917 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5918 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5919 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5920 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5921 ac_header_preproc
=yes
5924 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5925 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5926 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
5927 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
5928 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5929 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5930 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
5931 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
5932 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5933 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5934 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5935 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5938 ## ------------------------------------------------------ ##
5939 ## Report this to the GNU Fortran Runtime Library lists. ##
5940 ## ------------------------------------------------------ ##
5943 sed "s/^/$as_me: WARNING: /" >&2
5946 echo "$as_me:$LINENO: checking for $ac_header" >&5
5947 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5948 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5949 echo $ECHO_N "(cached) $ECHO_C" >&6
5951 eval "$as_ac_Header=\$ac_header_preproc"
5953 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5954 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5957 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5958 cat >>confdefs.h
<<_ACEOF
5959 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5971 for ac_header
in time.h sys
/params.h sys
/time.h sys
/times.h sys
/resource.h
5973 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5974 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5975 echo "$as_me:$LINENO: checking for $ac_header" >&5
5976 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5977 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5978 echo $ECHO_N "(cached) $ECHO_C" >&6
5980 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5981 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5983 # Is the header compilable?
5984 echo "$as_me:$LINENO: checking $ac_header usability" >&5
5985 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
5986 cat >conftest.
$ac_ext <<_ACEOF
5989 cat confdefs.h
>>conftest.
$ac_ext
5990 cat >>conftest.
$ac_ext <<_ACEOF
5991 /* end confdefs.h. */
5992 $ac_includes_default
5993 #include <$ac_header>
5995 rm -f conftest.
$ac_objext
5996 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5997 (eval $ac_compile) 2>conftest.er1
5999 grep -v '^ *+' conftest.er1
>conftest.err
6001 cat conftest.err
>&5
6002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6003 (exit $ac_status); } &&
6004 { ac_try
='test -z "$ac_c_werror_flag"
6005 || test ! -s conftest.err'
6006 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6010 (exit $ac_status); }; } &&
6011 { ac_try
='test -s conftest.$ac_objext'
6012 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6016 (exit $ac_status); }; }; then
6017 ac_header_compiler
=yes
6019 echo "$as_me: failed program was:" >&5
6020 sed 's/^/| /' conftest.
$ac_ext >&5
6022 ac_header_compiler
=no
6024 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6025 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6026 echo "${ECHO_T}$ac_header_compiler" >&6
6028 # Is the header present?
6029 echo "$as_me:$LINENO: checking $ac_header presence" >&5
6030 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6031 cat >conftest.
$ac_ext <<_ACEOF
6034 cat confdefs.h
>>conftest.
$ac_ext
6035 cat >>conftest.
$ac_ext <<_ACEOF
6036 /* end confdefs.h. */
6037 #include <$ac_header>
6039 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6040 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
6042 grep -v '^ *+' conftest.er1
>conftest.err
6044 cat conftest.err
>&5
6045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6046 (exit $ac_status); } >/dev
/null
; then
6047 if test -s conftest.err
; then
6048 ac_cpp_err
=$ac_c_preproc_warn_flag
6049 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
6056 if test -z "$ac_cpp_err"; then
6057 ac_header_preproc
=yes
6059 echo "$as_me: failed program was:" >&5
6060 sed 's/^/| /' conftest.
$ac_ext >&5
6062 ac_header_preproc
=no
6064 rm -f conftest.err conftest.
$ac_ext
6065 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6066 echo "${ECHO_T}$ac_header_preproc" >&6
6068 # So? What about this header?
6069 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6071 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6072 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6073 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6074 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6075 ac_header_preproc
=yes
6078 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6079 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6080 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6081 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6082 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6083 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6084 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6085 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6086 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6087 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6088 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6089 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6092 ## ------------------------------------------------------ ##
6093 ## Report this to the GNU Fortran Runtime Library lists. ##
6094 ## ------------------------------------------------------ ##
6097 sed "s/^/$as_me: WARNING: /" >&2
6100 echo "$as_me:$LINENO: checking for $ac_header" >&5
6101 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6102 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6103 echo $ECHO_N "(cached) $ECHO_C" >&6
6105 eval "$as_ac_Header=\$ac_header_preproc"
6107 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6108 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6111 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6112 cat >>confdefs.h
<<_ACEOF
6113 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6125 for ac_header
in sys
/types.h sys
/stat.h sys
/wait.h floatingpoint.h ieeefp.h
6127 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6128 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6129 echo "$as_me:$LINENO: checking for $ac_header" >&5
6130 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6131 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6132 echo $ECHO_N "(cached) $ECHO_C" >&6
6134 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6135 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6137 # Is the header compilable?
6138 echo "$as_me:$LINENO: checking $ac_header usability" >&5
6139 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6140 cat >conftest.
$ac_ext <<_ACEOF
6143 cat confdefs.h
>>conftest.
$ac_ext
6144 cat >>conftest.
$ac_ext <<_ACEOF
6145 /* end confdefs.h. */
6146 $ac_includes_default
6147 #include <$ac_header>
6149 rm -f conftest.
$ac_objext
6150 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6151 (eval $ac_compile) 2>conftest.er1
6153 grep -v '^ *+' conftest.er1
>conftest.err
6155 cat conftest.err
>&5
6156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6157 (exit $ac_status); } &&
6158 { ac_try
='test -z "$ac_c_werror_flag"
6159 || test ! -s conftest.err'
6160 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6164 (exit $ac_status); }; } &&
6165 { ac_try
='test -s conftest.$ac_objext'
6166 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6170 (exit $ac_status); }; }; then
6171 ac_header_compiler
=yes
6173 echo "$as_me: failed program was:" >&5
6174 sed 's/^/| /' conftest.
$ac_ext >&5
6176 ac_header_compiler
=no
6178 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6179 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6180 echo "${ECHO_T}$ac_header_compiler" >&6
6182 # Is the header present?
6183 echo "$as_me:$LINENO: checking $ac_header presence" >&5
6184 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6185 cat >conftest.
$ac_ext <<_ACEOF
6188 cat confdefs.h
>>conftest.
$ac_ext
6189 cat >>conftest.
$ac_ext <<_ACEOF
6190 /* end confdefs.h. */
6191 #include <$ac_header>
6193 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6194 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
6196 grep -v '^ *+' conftest.er1
>conftest.err
6198 cat conftest.err
>&5
6199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6200 (exit $ac_status); } >/dev
/null
; then
6201 if test -s conftest.err
; then
6202 ac_cpp_err
=$ac_c_preproc_warn_flag
6203 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
6210 if test -z "$ac_cpp_err"; then
6211 ac_header_preproc
=yes
6213 echo "$as_me: failed program was:" >&5
6214 sed 's/^/| /' conftest.
$ac_ext >&5
6216 ac_header_preproc
=no
6218 rm -f conftest.err conftest.
$ac_ext
6219 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6220 echo "${ECHO_T}$ac_header_preproc" >&6
6222 # So? What about this header?
6223 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6225 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6226 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6227 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6228 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6229 ac_header_preproc
=yes
6232 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6233 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6234 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6235 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6236 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6237 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6238 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6239 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6240 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6241 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6242 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6243 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6246 ## ------------------------------------------------------ ##
6247 ## Report this to the GNU Fortran Runtime Library lists. ##
6248 ## ------------------------------------------------------ ##
6251 sed "s/^/$as_me: WARNING: /" >&2
6254 echo "$as_me:$LINENO: checking for $ac_header" >&5
6255 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6256 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6257 echo $ECHO_N "(cached) $ECHO_C" >&6
6259 eval "$as_ac_Header=\$ac_header_preproc"
6261 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6262 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6265 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6266 cat >>confdefs.h
<<_ACEOF
6267 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6277 for ac_header
in fenv.h fptrap.h float.h
6279 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6280 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6281 echo "$as_me:$LINENO: checking for $ac_header" >&5
6282 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6283 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6284 echo $ECHO_N "(cached) $ECHO_C" >&6
6286 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6287 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6289 # Is the header compilable?
6290 echo "$as_me:$LINENO: checking $ac_header usability" >&5
6291 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6292 cat >conftest.
$ac_ext <<_ACEOF
6295 cat confdefs.h
>>conftest.
$ac_ext
6296 cat >>conftest.
$ac_ext <<_ACEOF
6297 /* end confdefs.h. */
6298 $ac_includes_default
6299 #include <$ac_header>
6301 rm -f conftest.
$ac_objext
6302 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6303 (eval $ac_compile) 2>conftest.er1
6305 grep -v '^ *+' conftest.er1
>conftest.err
6307 cat conftest.err
>&5
6308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6309 (exit $ac_status); } &&
6310 { ac_try
='test -z "$ac_c_werror_flag"
6311 || test ! -s conftest.err'
6312 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6316 (exit $ac_status); }; } &&
6317 { ac_try
='test -s conftest.$ac_objext'
6318 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6322 (exit $ac_status); }; }; then
6323 ac_header_compiler
=yes
6325 echo "$as_me: failed program was:" >&5
6326 sed 's/^/| /' conftest.
$ac_ext >&5
6328 ac_header_compiler
=no
6330 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6331 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6332 echo "${ECHO_T}$ac_header_compiler" >&6
6334 # Is the header present?
6335 echo "$as_me:$LINENO: checking $ac_header presence" >&5
6336 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6337 cat >conftest.
$ac_ext <<_ACEOF
6340 cat confdefs.h
>>conftest.
$ac_ext
6341 cat >>conftest.
$ac_ext <<_ACEOF
6342 /* end confdefs.h. */
6343 #include <$ac_header>
6345 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6346 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
6348 grep -v '^ *+' conftest.er1
>conftest.err
6350 cat conftest.err
>&5
6351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6352 (exit $ac_status); } >/dev
/null
; then
6353 if test -s conftest.err
; then
6354 ac_cpp_err
=$ac_c_preproc_warn_flag
6355 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
6362 if test -z "$ac_cpp_err"; then
6363 ac_header_preproc
=yes
6365 echo "$as_me: failed program was:" >&5
6366 sed 's/^/| /' conftest.
$ac_ext >&5
6368 ac_header_preproc
=no
6370 rm -f conftest.err conftest.
$ac_ext
6371 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6372 echo "${ECHO_T}$ac_header_preproc" >&6
6374 # So? What about this header?
6375 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6377 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6378 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6379 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6380 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6381 ac_header_preproc
=yes
6384 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6385 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6386 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6387 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6388 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6389 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6390 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6391 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6392 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6393 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6394 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6395 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6398 ## ------------------------------------------------------ ##
6399 ## Report this to the GNU Fortran Runtime Library lists. ##
6400 ## ------------------------------------------------------ ##
6403 sed "s/^/$as_me: WARNING: /" >&2
6406 echo "$as_me:$LINENO: checking for $ac_header" >&5
6407 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6408 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6409 echo $ECHO_N "(cached) $ECHO_C" >&6
6411 eval "$as_ac_Header=\$ac_header_preproc"
6413 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6414 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6417 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6418 cat >>confdefs.h
<<_ACEOF
6419 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6426 if test "${ac_cv_header_complex_h+set}" = set; then
6427 echo "$as_me:$LINENO: checking for complex.h" >&5
6428 echo $ECHO_N "checking for complex.h... $ECHO_C" >&6
6429 if test "${ac_cv_header_complex_h+set}" = set; then
6430 echo $ECHO_N "(cached) $ECHO_C" >&6
6432 echo "$as_me:$LINENO: result: $ac_cv_header_complex_h" >&5
6433 echo "${ECHO_T}$ac_cv_header_complex_h" >&6
6435 # Is the header compilable?
6436 echo "$as_me:$LINENO: checking complex.h usability" >&5
6437 echo $ECHO_N "checking complex.h usability... $ECHO_C" >&6
6438 cat >conftest.
$ac_ext <<_ACEOF
6441 cat confdefs.h
>>conftest.
$ac_ext
6442 cat >>conftest.
$ac_ext <<_ACEOF
6443 /* end confdefs.h. */
6444 $ac_includes_default
6445 #include <complex.h>
6447 rm -f conftest.
$ac_objext
6448 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6449 (eval $ac_compile) 2>conftest.er1
6451 grep -v '^ *+' conftest.er1
>conftest.err
6453 cat conftest.err
>&5
6454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6455 (exit $ac_status); } &&
6456 { ac_try
='test -z "$ac_c_werror_flag"
6457 || test ! -s conftest.err'
6458 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6462 (exit $ac_status); }; } &&
6463 { ac_try
='test -s conftest.$ac_objext'
6464 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6468 (exit $ac_status); }; }; then
6469 ac_header_compiler
=yes
6471 echo "$as_me: failed program was:" >&5
6472 sed 's/^/| /' conftest.
$ac_ext >&5
6474 ac_header_compiler
=no
6476 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6477 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6478 echo "${ECHO_T}$ac_header_compiler" >&6
6480 # Is the header present?
6481 echo "$as_me:$LINENO: checking complex.h presence" >&5
6482 echo $ECHO_N "checking complex.h presence... $ECHO_C" >&6
6483 cat >conftest.
$ac_ext <<_ACEOF
6486 cat confdefs.h
>>conftest.
$ac_ext
6487 cat >>conftest.
$ac_ext <<_ACEOF
6488 /* end confdefs.h. */
6489 #include <complex.h>
6491 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6492 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
6494 grep -v '^ *+' conftest.er1
>conftest.err
6496 cat conftest.err
>&5
6497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6498 (exit $ac_status); } >/dev
/null
; then
6499 if test -s conftest.err
; then
6500 ac_cpp_err
=$ac_c_preproc_warn_flag
6501 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
6508 if test -z "$ac_cpp_err"; then
6509 ac_header_preproc
=yes
6511 echo "$as_me: failed program was:" >&5
6512 sed 's/^/| /' conftest.
$ac_ext >&5
6514 ac_header_preproc
=no
6516 rm -f conftest.err conftest.
$ac_ext
6517 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6518 echo "${ECHO_T}$ac_header_preproc" >&6
6520 # So? What about this header?
6521 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6523 { echo "$as_me:$LINENO: WARNING: complex.h: accepted by the compiler, rejected by the preprocessor!" >&5
6524 echo "$as_me: WARNING: complex.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
6525 { echo "$as_me:$LINENO: WARNING: complex.h: proceeding with the compiler's result" >&5
6526 echo "$as_me: WARNING: complex.h: proceeding with the compiler's result" >&2;}
6527 ac_header_preproc
=yes
6530 { echo "$as_me:$LINENO: WARNING: complex.h: present but cannot be compiled" >&5
6531 echo "$as_me: WARNING: complex.h: present but cannot be compiled" >&2;}
6532 { echo "$as_me:$LINENO: WARNING: complex.h: check for missing prerequisite headers?" >&5
6533 echo "$as_me: WARNING: complex.h: check for missing prerequisite headers?" >&2;}
6534 { echo "$as_me:$LINENO: WARNING: complex.h: see the Autoconf documentation" >&5
6535 echo "$as_me: WARNING: complex.h: see the Autoconf documentation" >&2;}
6536 { echo "$as_me:$LINENO: WARNING: complex.h: section \"Present But Cannot Be Compiled\"" >&5
6537 echo "$as_me: WARNING: complex.h: section \"Present But Cannot Be Compiled\"" >&2;}
6538 { echo "$as_me:$LINENO: WARNING: complex.h: proceeding with the preprocessor's result" >&5
6539 echo "$as_me: WARNING: complex.h: proceeding with the preprocessor's result" >&2;}
6540 { echo "$as_me:$LINENO: WARNING: complex.h: in the future, the compiler will take precedence" >&5
6541 echo "$as_me: WARNING: complex.h: in the future, the compiler will take precedence" >&2;}
6544 ## ------------------------------------------------------ ##
6545 ## Report this to the GNU Fortran Runtime Library lists. ##
6546 ## ------------------------------------------------------ ##
6549 sed "s/^/$as_me: WARNING: /" >&2
6552 echo "$as_me:$LINENO: checking for complex.h" >&5
6553 echo $ECHO_N "checking for complex.h... $ECHO_C" >&6
6554 if test "${ac_cv_header_complex_h+set}" = set; then
6555 echo $ECHO_N "(cached) $ECHO_C" >&6
6557 ac_cv_header_complex_h
=$ac_header_preproc
6559 echo "$as_me:$LINENO: result: $ac_cv_header_complex_h" >&5
6560 echo "${ECHO_T}$ac_cv_header_complex_h" >&6
6563 if test $ac_cv_header_complex_h = yes; then
6565 cat >>confdefs.h
<<\_ACEOF
6566 #define HAVE_COMPLEX_H 1
6574 inttype_headers
=`echo inttypes.h sys/inttypes.h | sed -e 's/,/ /g'`
6576 acx_cv_header_stdint
=stddef.h
6577 acx_cv_header_stdint_kind
="(already complete)"
6578 for i
in stdint.h
$inttype_headers; do
6579 unset ac_cv_type_uintptr_t
6580 unset ac_cv_type_uintmax_t
6581 unset ac_cv_type_int_least32_t
6582 unset ac_cv_type_int_fast32_t
6583 unset ac_cv_type_uint64_t
6584 echo $ECHO_N "looking for a compliant stdint.h in $i, $ECHO_C" >&6
6585 echo "$as_me:$LINENO: checking for uintmax_t" >&5
6586 echo $ECHO_N "checking for uintmax_t... $ECHO_C" >&6
6587 if test "${ac_cv_type_uintmax_t+set}" = set; then
6588 echo $ECHO_N "(cached) $ECHO_C" >&6
6590 cat >conftest.
$ac_ext <<_ACEOF
6593 cat confdefs.h
>>conftest.
$ac_ext
6594 cat >>conftest.
$ac_ext <<_ACEOF
6595 /* end confdefs.h. */
6596 #include <sys/types.h>
6602 if ((uintmax_t *) 0)
6604 if (sizeof (uintmax_t))
6610 rm -f conftest.
$ac_objext
6611 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6612 (eval $ac_compile) 2>conftest.er1
6614 grep -v '^ *+' conftest.er1
>conftest.err
6616 cat conftest.err
>&5
6617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6618 (exit $ac_status); } &&
6619 { ac_try
='test -z "$ac_c_werror_flag"
6620 || test ! -s conftest.err'
6621 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6625 (exit $ac_status); }; } &&
6626 { ac_try
='test -s conftest.$ac_objext'
6627 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6631 (exit $ac_status); }; }; then
6632 ac_cv_type_uintmax_t
=yes
6634 echo "$as_me: failed program was:" >&5
6635 sed 's/^/| /' conftest.
$ac_ext >&5
6637 ac_cv_type_uintmax_t
=no
6639 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6641 echo "$as_me:$LINENO: result: $ac_cv_type_uintmax_t" >&5
6642 echo "${ECHO_T}$ac_cv_type_uintmax_t" >&6
6643 if test $ac_cv_type_uintmax_t = yes; then
6644 acx_cv_header_stdint
=$i
6649 echo "$as_me:$LINENO: checking for uintptr_t" >&5
6650 echo $ECHO_N "checking for uintptr_t... $ECHO_C" >&6
6651 if test "${ac_cv_type_uintptr_t+set}" = set; then
6652 echo $ECHO_N "(cached) $ECHO_C" >&6
6654 cat >conftest.
$ac_ext <<_ACEOF
6657 cat confdefs.h
>>conftest.
$ac_ext
6658 cat >>conftest.
$ac_ext <<_ACEOF
6659 /* end confdefs.h. */
6660 #include <sys/types.h>
6666 if ((uintptr_t *) 0)
6668 if (sizeof (uintptr_t))
6674 rm -f conftest.
$ac_objext
6675 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6676 (eval $ac_compile) 2>conftest.er1
6678 grep -v '^ *+' conftest.er1
>conftest.err
6680 cat conftest.err
>&5
6681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6682 (exit $ac_status); } &&
6683 { ac_try
='test -z "$ac_c_werror_flag"
6684 || test ! -s conftest.err'
6685 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6689 (exit $ac_status); }; } &&
6690 { ac_try
='test -s conftest.$ac_objext'
6691 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6695 (exit $ac_status); }; }; then
6696 ac_cv_type_uintptr_t
=yes
6698 echo "$as_me: failed program was:" >&5
6699 sed 's/^/| /' conftest.
$ac_ext >&5
6701 ac_cv_type_uintptr_t
=no
6703 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6705 echo "$as_me:$LINENO: result: $ac_cv_type_uintptr_t" >&5
6706 echo "${ECHO_T}$ac_cv_type_uintptr_t" >&6
6707 if test $ac_cv_type_uintptr_t = yes; then
6710 acx_cv_header_stdint_kind
="(mostly complete)"
6713 echo "$as_me:$LINENO: checking for int_least32_t" >&5
6714 echo $ECHO_N "checking for int_least32_t... $ECHO_C" >&6
6715 if test "${ac_cv_type_int_least32_t+set}" = set; then
6716 echo $ECHO_N "(cached) $ECHO_C" >&6
6718 cat >conftest.
$ac_ext <<_ACEOF
6721 cat confdefs.h
>>conftest.
$ac_ext
6722 cat >>conftest.
$ac_ext <<_ACEOF
6723 /* end confdefs.h. */
6724 #include <sys/types.h>
6730 if ((int_least32_t *) 0)
6732 if (sizeof (int_least32_t))
6738 rm -f conftest.
$ac_objext
6739 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6740 (eval $ac_compile) 2>conftest.er1
6742 grep -v '^ *+' conftest.er1
>conftest.err
6744 cat conftest.err
>&5
6745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6746 (exit $ac_status); } &&
6747 { ac_try
='test -z "$ac_c_werror_flag"
6748 || test ! -s conftest.err'
6749 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6753 (exit $ac_status); }; } &&
6754 { ac_try
='test -s conftest.$ac_objext'
6755 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6759 (exit $ac_status); }; }; then
6760 ac_cv_type_int_least32_t
=yes
6762 echo "$as_me: failed program was:" >&5
6763 sed 's/^/| /' conftest.
$ac_ext >&5
6765 ac_cv_type_int_least32_t
=no
6767 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6769 echo "$as_me:$LINENO: result: $ac_cv_type_int_least32_t" >&5
6770 echo "${ECHO_T}$ac_cv_type_int_least32_t" >&6
6771 if test $ac_cv_type_int_least32_t = yes; then
6774 acx_cv_header_stdint_kind
="(mostly complete)"
6777 echo "$as_me:$LINENO: checking for int_fast32_t" >&5
6778 echo $ECHO_N "checking for int_fast32_t... $ECHO_C" >&6
6779 if test "${ac_cv_type_int_fast32_t+set}" = set; then
6780 echo $ECHO_N "(cached) $ECHO_C" >&6
6782 cat >conftest.
$ac_ext <<_ACEOF
6785 cat confdefs.h
>>conftest.
$ac_ext
6786 cat >>conftest.
$ac_ext <<_ACEOF
6787 /* end confdefs.h. */
6788 #include <sys/types.h>
6794 if ((int_fast32_t *) 0)
6796 if (sizeof (int_fast32_t))
6802 rm -f conftest.
$ac_objext
6803 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6804 (eval $ac_compile) 2>conftest.er1
6806 grep -v '^ *+' conftest.er1
>conftest.err
6808 cat conftest.err
>&5
6809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6810 (exit $ac_status); } &&
6811 { ac_try
='test -z "$ac_c_werror_flag"
6812 || test ! -s conftest.err'
6813 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6817 (exit $ac_status); }; } &&
6818 { ac_try
='test -s conftest.$ac_objext'
6819 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6823 (exit $ac_status); }; }; then
6824 ac_cv_type_int_fast32_t
=yes
6826 echo "$as_me: failed program was:" >&5
6827 sed 's/^/| /' conftest.
$ac_ext >&5
6829 ac_cv_type_int_fast32_t
=no
6831 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6833 echo "$as_me:$LINENO: result: $ac_cv_type_int_fast32_t" >&5
6834 echo "${ECHO_T}$ac_cv_type_int_fast32_t" >&6
6835 if test $ac_cv_type_int_fast32_t = yes; then
6838 acx_cv_header_stdint_kind
="(mostly complete)"
6841 echo "$as_me:$LINENO: checking for uint64_t" >&5
6842 echo $ECHO_N "checking for uint64_t... $ECHO_C" >&6
6843 if test "${ac_cv_type_uint64_t+set}" = set; then
6844 echo $ECHO_N "(cached) $ECHO_C" >&6
6846 cat >conftest.
$ac_ext <<_ACEOF
6849 cat confdefs.h
>>conftest.
$ac_ext
6850 cat >>conftest.
$ac_ext <<_ACEOF
6851 /* end confdefs.h. */
6852 #include <sys/types.h>
6860 if (sizeof (uint64_t))
6866 rm -f conftest.
$ac_objext
6867 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6868 (eval $ac_compile) 2>conftest.er1
6870 grep -v '^ *+' conftest.er1
>conftest.err
6872 cat conftest.err
>&5
6873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6874 (exit $ac_status); } &&
6875 { ac_try
='test -z "$ac_c_werror_flag"
6876 || test ! -s conftest.err'
6877 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6881 (exit $ac_status); }; } &&
6882 { ac_try
='test -s conftest.$ac_objext'
6883 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6887 (exit $ac_status); }; }; then
6888 ac_cv_type_uint64_t
=yes
6890 echo "$as_me: failed program was:" >&5
6891 sed 's/^/| /' conftest.
$ac_ext >&5
6893 ac_cv_type_uint64_t
=no
6895 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6897 echo "$as_me:$LINENO: result: $ac_cv_type_uint64_t" >&5
6898 echo "${ECHO_T}$ac_cv_type_uint64_t" >&6
6899 if test $ac_cv_type_uint64_t = yes; then
6902 acx_cv_header_stdint_kind
="(lacks uint64_t)"
6907 if test "$acx_cv_header_stdint" = stddef.h
; then
6908 acx_cv_header_stdint_kind
="(lacks uintmax_t)"
6909 for i
in stdint.h
$inttype_headers; do
6910 unset ac_cv_type_uintptr_t
6911 unset ac_cv_type_uint32_t
6912 unset ac_cv_type_uint64_t
6913 echo $ECHO_N "looking for an incomplete stdint.h in $i, $ECHO_C" >&6
6914 echo "$as_me:$LINENO: checking for uint32_t" >&5
6915 echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6
6916 if test "${ac_cv_type_uint32_t+set}" = set; then
6917 echo $ECHO_N "(cached) $ECHO_C" >&6
6919 cat >conftest.
$ac_ext <<_ACEOF
6922 cat confdefs.h
>>conftest.
$ac_ext
6923 cat >>conftest.
$ac_ext <<_ACEOF
6924 /* end confdefs.h. */
6925 #include <sys/types.h>
6933 if (sizeof (uint32_t))
6939 rm -f conftest.
$ac_objext
6940 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6941 (eval $ac_compile) 2>conftest.er1
6943 grep -v '^ *+' conftest.er1
>conftest.err
6945 cat conftest.err
>&5
6946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6947 (exit $ac_status); } &&
6948 { ac_try
='test -z "$ac_c_werror_flag"
6949 || test ! -s conftest.err'
6950 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6954 (exit $ac_status); }; } &&
6955 { ac_try
='test -s conftest.$ac_objext'
6956 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6960 (exit $ac_status); }; }; then
6961 ac_cv_type_uint32_t
=yes
6963 echo "$as_me: failed program was:" >&5
6964 sed 's/^/| /' conftest.
$ac_ext >&5
6966 ac_cv_type_uint32_t
=no
6968 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6970 echo "$as_me:$LINENO: result: $ac_cv_type_uint32_t" >&5
6971 echo "${ECHO_T}$ac_cv_type_uint32_t" >&6
6972 if test $ac_cv_type_uint32_t = yes; then
6973 acx_cv_header_stdint
=$i
6978 echo "$as_me:$LINENO: checking for uint64_t" >&5
6979 echo $ECHO_N "checking for uint64_t... $ECHO_C" >&6
6980 if test "${ac_cv_type_uint64_t+set}" = set; then
6981 echo $ECHO_N "(cached) $ECHO_C" >&6
6983 cat >conftest.
$ac_ext <<_ACEOF
6986 cat confdefs.h
>>conftest.
$ac_ext
6987 cat >>conftest.
$ac_ext <<_ACEOF
6988 /* end confdefs.h. */
6989 #include <sys/types.h>
6997 if (sizeof (uint64_t))
7003 rm -f conftest.
$ac_objext
7004 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7005 (eval $ac_compile) 2>conftest.er1
7007 grep -v '^ *+' conftest.er1
>conftest.err
7009 cat conftest.err
>&5
7010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7011 (exit $ac_status); } &&
7012 { ac_try
='test -z "$ac_c_werror_flag"
7013 || test ! -s conftest.err'
7014 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7018 (exit $ac_status); }; } &&
7019 { ac_try
='test -s conftest.$ac_objext'
7020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7024 (exit $ac_status); }; }; then
7025 ac_cv_type_uint64_t
=yes
7027 echo "$as_me: failed program was:" >&5
7028 sed 's/^/| /' conftest.
$ac_ext >&5
7030 ac_cv_type_uint64_t
=no
7032 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7034 echo "$as_me:$LINENO: result: $ac_cv_type_uint64_t" >&5
7035 echo "${ECHO_T}$ac_cv_type_uint64_t" >&6
7037 echo "$as_me:$LINENO: checking for uintptr_t" >&5
7038 echo $ECHO_N "checking for uintptr_t... $ECHO_C" >&6
7039 if test "${ac_cv_type_uintptr_t+set}" = set; then
7040 echo $ECHO_N "(cached) $ECHO_C" >&6
7042 cat >conftest.
$ac_ext <<_ACEOF
7045 cat confdefs.h
>>conftest.
$ac_ext
7046 cat >>conftest.
$ac_ext <<_ACEOF
7047 /* end confdefs.h. */
7048 #include <sys/types.h>
7054 if ((uintptr_t *) 0)
7056 if (sizeof (uintptr_t))
7062 rm -f conftest.
$ac_objext
7063 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7064 (eval $ac_compile) 2>conftest.er1
7066 grep -v '^ *+' conftest.er1
>conftest.err
7068 cat conftest.err
>&5
7069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7070 (exit $ac_status); } &&
7071 { ac_try
='test -z "$ac_c_werror_flag"
7072 || test ! -s conftest.err'
7073 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7077 (exit $ac_status); }; } &&
7078 { ac_try
='test -s conftest.$ac_objext'
7079 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7083 (exit $ac_status); }; }; then
7084 ac_cv_type_uintptr_t
=yes
7086 echo "$as_me: failed program was:" >&5
7087 sed 's/^/| /' conftest.
$ac_ext >&5
7089 ac_cv_type_uintptr_t
=no
7091 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7093 echo "$as_me:$LINENO: result: $ac_cv_type_uintptr_t" >&5
7094 echo "${ECHO_T}$ac_cv_type_uintptr_t" >&6
7099 if test "$acx_cv_header_stdint" = stddef.h
; then
7100 acx_cv_header_stdint_kind
="(u_intXX_t style)"
7101 for i
in sys
/types.h
$inttype_headers; do
7102 unset ac_cv_type_u_int32_t
7103 unset ac_cv_type_u_int64_t
7104 echo $ECHO_N "looking for u_intXX_t types in $i, $ECHO_C" >&6
7105 echo "$as_me:$LINENO: checking for u_int32_t" >&5
7106 echo $ECHO_N "checking for u_int32_t... $ECHO_C" >&6
7107 if test "${ac_cv_type_u_int32_t+set}" = set; then
7108 echo $ECHO_N "(cached) $ECHO_C" >&6
7110 cat >conftest.
$ac_ext <<_ACEOF
7113 cat confdefs.h
>>conftest.
$ac_ext
7114 cat >>conftest.
$ac_ext <<_ACEOF
7115 /* end confdefs.h. */
7116 #include <sys/types.h>
7122 if ((u_int32_t *) 0)
7124 if (sizeof (u_int32_t))
7130 rm -f conftest.
$ac_objext
7131 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7132 (eval $ac_compile) 2>conftest.er1
7134 grep -v '^ *+' conftest.er1
>conftest.err
7136 cat conftest.err
>&5
7137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7138 (exit $ac_status); } &&
7139 { ac_try
='test -z "$ac_c_werror_flag"
7140 || test ! -s conftest.err'
7141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7145 (exit $ac_status); }; } &&
7146 { ac_try
='test -s conftest.$ac_objext'
7147 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7151 (exit $ac_status); }; }; then
7152 ac_cv_type_u_int32_t
=yes
7154 echo "$as_me: failed program was:" >&5
7155 sed 's/^/| /' conftest.
$ac_ext >&5
7157 ac_cv_type_u_int32_t
=no
7159 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7161 echo "$as_me:$LINENO: result: $ac_cv_type_u_int32_t" >&5
7162 echo "${ECHO_T}$ac_cv_type_u_int32_t" >&6
7163 if test $ac_cv_type_u_int32_t = yes; then
7164 acx_cv_header_stdint
=$i
7169 echo "$as_me:$LINENO: checking for u_int64_t" >&5
7170 echo $ECHO_N "checking for u_int64_t... $ECHO_C" >&6
7171 if test "${ac_cv_type_u_int64_t+set}" = set; then
7172 echo $ECHO_N "(cached) $ECHO_C" >&6
7174 cat >conftest.
$ac_ext <<_ACEOF
7177 cat confdefs.h
>>conftest.
$ac_ext
7178 cat >>conftest.
$ac_ext <<_ACEOF
7179 /* end confdefs.h. */
7180 #include <sys/types.h>
7186 if ((u_int64_t *) 0)
7188 if (sizeof (u_int64_t))
7194 rm -f conftest.
$ac_objext
7195 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7196 (eval $ac_compile) 2>conftest.er1
7198 grep -v '^ *+' conftest.er1
>conftest.err
7200 cat conftest.err
>&5
7201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7202 (exit $ac_status); } &&
7203 { ac_try
='test -z "$ac_c_werror_flag"
7204 || test ! -s conftest.err'
7205 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7209 (exit $ac_status); }; } &&
7210 { ac_try
='test -s conftest.$ac_objext'
7211 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7215 (exit $ac_status); }; }; then
7216 ac_cv_type_u_int64_t
=yes
7218 echo "$as_me: failed program was:" >&5
7219 sed 's/^/| /' conftest.
$ac_ext >&5
7221 ac_cv_type_u_int64_t
=no
7223 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7225 echo "$as_me:$LINENO: result: $ac_cv_type_u_int64_t" >&5
7226 echo "${ECHO_T}$ac_cv_type_u_int64_t" >&6
7231 if test "$acx_cv_header_stdint" = stddef.h
; then
7232 acx_cv_header_stdint_kind
="(using manual detection)"
7235 test -z "$ac_cv_type_uintptr_t" && ac_cv_type_uintptr_t
=no
7236 test -z "$ac_cv_type_uint64_t" && ac_cv_type_uint64_t
=no
7237 test -z "$ac_cv_type_u_int64_t" && ac_cv_type_u_int64_t
=no
7238 test -z "$ac_cv_type_int_least32_t" && ac_cv_type_int_least32_t
=no
7239 test -z "$ac_cv_type_int_fast32_t" && ac_cv_type_int_fast32_t
=no
7241 # ----------------- Summarize what we found so far
7243 echo "$as_me:$LINENO: checking what to include in gstdint.h" >&5
7244 echo $ECHO_N "checking what to include in gstdint.h... $ECHO_C" >&6
7246 case `$as_basename gstdint.h ||
7247 $as_expr X/gstdint.h : '.*/\([^/][^/]*\)/*$' \| \
7248 Xgstdint.h : 'X\(//\)$' \| \
7249 Xgstdint.h : 'X\(/\)$' \| \
7250 . : '\(.\)' 2>/dev/null ||
7252 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
7253 /^X\/\(\/\/\)$/{ s//\1/; q; }
7254 /^X\/\(\/\).*/{ s//\1/; q; }
7256 stdint.h
) { echo "$as_me:$LINENO: WARNING: are you sure you want it there?" >&5
7257 echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
7258 inttypes.h
) { echo "$as_me:$LINENO: WARNING: are you sure you want it there?" >&5
7259 echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
7263 echo "$as_me:$LINENO: result: $acx_cv_header_stdint $acx_cv_header_stdint_kind" >&5
7264 echo "${ECHO_T}$acx_cv_header_stdint $acx_cv_header_stdint_kind" >&6
7266 # ----------------- done included file, check C basic types --------
7268 # Lacking an uintptr_t? Test size of void *
7269 case "$acx_cv_header_stdint:$ac_cv_type_uintptr_t" in
7270 stddef.h
:* |
*:no
) echo "$as_me:$LINENO: checking for void *" >&5
7271 echo $ECHO_N "checking for void *... $ECHO_C" >&6
7272 if test "${ac_cv_type_void_p+set}" = set; then
7273 echo $ECHO_N "(cached) $ECHO_C" >&6
7275 cat >conftest.
$ac_ext <<_ACEOF
7278 cat confdefs.h
>>conftest.
$ac_ext
7279 cat >>conftest.
$ac_ext <<_ACEOF
7280 /* end confdefs.h. */
7281 $ac_includes_default
7287 if (sizeof (void *))
7293 rm -f conftest.
$ac_objext
7294 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7295 (eval $ac_compile) 2>conftest.er1
7297 grep -v '^ *+' conftest.er1
>conftest.err
7299 cat conftest.err
>&5
7300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7301 (exit $ac_status); } &&
7302 { ac_try
='test -z "$ac_c_werror_flag"
7303 || test ! -s conftest.err'
7304 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7308 (exit $ac_status); }; } &&
7309 { ac_try
='test -s conftest.$ac_objext'
7310 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7314 (exit $ac_status); }; }; then
7315 ac_cv_type_void_p
=yes
7317 echo "$as_me: failed program was:" >&5
7318 sed 's/^/| /' conftest.
$ac_ext >&5
7320 ac_cv_type_void_p
=no
7322 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7324 echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
7325 echo "${ECHO_T}$ac_cv_type_void_p" >&6
7327 echo "$as_me:$LINENO: checking size of void *" >&5
7328 echo $ECHO_N "checking size of void *... $ECHO_C" >&6
7329 if test "${ac_cv_sizeof_void_p+set}" = set; then
7330 echo $ECHO_N "(cached) $ECHO_C" >&6
7332 if test "$ac_cv_type_void_p" = yes; then
7333 # The cast to unsigned long works around a bug in the HP C Compiler
7334 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
7335 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
7336 # This bug is HP SR number 8606223364.
7337 if test "$cross_compiling" = yes; then
7338 # Depending upon the size, compute the lo and hi bounds.
7339 cat >conftest.
$ac_ext <<_ACEOF
7342 cat confdefs.h
>>conftest.
$ac_ext
7343 cat >>conftest.
$ac_ext <<_ACEOF
7344 /* end confdefs.h. */
7345 $ac_includes_default
7349 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)];
7356 rm -f conftest.
$ac_objext
7357 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7358 (eval $ac_compile) 2>conftest.er1
7360 grep -v '^ *+' conftest.er1
>conftest.err
7362 cat conftest.err
>&5
7363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7364 (exit $ac_status); } &&
7365 { ac_try
='test -z "$ac_c_werror_flag"
7366 || test ! -s conftest.err'
7367 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7371 (exit $ac_status); }; } &&
7372 { ac_try
='test -s conftest.$ac_objext'
7373 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7377 (exit $ac_status); }; }; then
7380 cat >conftest.
$ac_ext <<_ACEOF
7383 cat confdefs.h
>>conftest.
$ac_ext
7384 cat >>conftest.
$ac_ext <<_ACEOF
7385 /* end confdefs.h. */
7386 $ac_includes_default
7390 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
7397 rm -f conftest.
$ac_objext
7398 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7399 (eval $ac_compile) 2>conftest.er1
7401 grep -v '^ *+' conftest.er1
>conftest.err
7403 cat conftest.err
>&5
7404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7405 (exit $ac_status); } &&
7406 { ac_try
='test -z "$ac_c_werror_flag"
7407 || test ! -s conftest.err'
7408 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7412 (exit $ac_status); }; } &&
7413 { ac_try
='test -s conftest.$ac_objext'
7414 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7418 (exit $ac_status); }; }; then
7419 ac_hi
=$ac_mid; break
7421 echo "$as_me: failed program was:" >&5
7422 sed 's/^/| /' conftest.
$ac_ext >&5
7424 ac_lo
=`expr $ac_mid + 1`
7425 if test $ac_lo -le $ac_mid; then
7429 ac_mid
=`expr 2 '*' $ac_mid + 1`
7431 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7434 echo "$as_me: failed program was:" >&5
7435 sed 's/^/| /' conftest.
$ac_ext >&5
7437 cat >conftest.
$ac_ext <<_ACEOF
7440 cat confdefs.h
>>conftest.
$ac_ext
7441 cat >>conftest.
$ac_ext <<_ACEOF
7442 /* end confdefs.h. */
7443 $ac_includes_default
7447 static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)];
7454 rm -f conftest.
$ac_objext
7455 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7456 (eval $ac_compile) 2>conftest.er1
7458 grep -v '^ *+' conftest.er1
>conftest.err
7460 cat conftest.err
>&5
7461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7462 (exit $ac_status); } &&
7463 { ac_try
='test -z "$ac_c_werror_flag"
7464 || test ! -s conftest.err'
7465 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7469 (exit $ac_status); }; } &&
7470 { ac_try
='test -s conftest.$ac_objext'
7471 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7475 (exit $ac_status); }; }; then
7478 cat >conftest.
$ac_ext <<_ACEOF
7481 cat confdefs.h
>>conftest.
$ac_ext
7482 cat >>conftest.
$ac_ext <<_ACEOF
7483 /* end confdefs.h. */
7484 $ac_includes_default
7488 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)];
7495 rm -f conftest.
$ac_objext
7496 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7497 (eval $ac_compile) 2>conftest.er1
7499 grep -v '^ *+' conftest.er1
>conftest.err
7501 cat conftest.err
>&5
7502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7503 (exit $ac_status); } &&
7504 { ac_try
='test -z "$ac_c_werror_flag"
7505 || test ! -s conftest.err'
7506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7510 (exit $ac_status); }; } &&
7511 { ac_try
='test -s conftest.$ac_objext'
7512 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7516 (exit $ac_status); }; }; then
7517 ac_lo
=$ac_mid; break
7519 echo "$as_me: failed program was:" >&5
7520 sed 's/^/| /' conftest.
$ac_ext >&5
7522 ac_hi
=`expr '(' $ac_mid ')' - 1`
7523 if test $ac_mid -le $ac_hi; then
7527 ac_mid
=`expr 2 '*' $ac_mid`
7529 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7532 echo "$as_me: failed program was:" >&5
7533 sed 's/^/| /' conftest.
$ac_ext >&5
7537 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7539 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7540 # Binary search between lo and hi bounds.
7541 while test "x$ac_lo" != "x$ac_hi"; do
7542 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
7543 cat >conftest.
$ac_ext <<_ACEOF
7546 cat confdefs.h
>>conftest.
$ac_ext
7547 cat >>conftest.
$ac_ext <<_ACEOF
7548 /* end confdefs.h. */
7549 $ac_includes_default
7553 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
7560 rm -f conftest.
$ac_objext
7561 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7562 (eval $ac_compile) 2>conftest.er1
7564 grep -v '^ *+' conftest.er1
>conftest.err
7566 cat conftest.err
>&5
7567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7568 (exit $ac_status); } &&
7569 { ac_try
='test -z "$ac_c_werror_flag"
7570 || test ! -s conftest.err'
7571 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7575 (exit $ac_status); }; } &&
7576 { ac_try
='test -s conftest.$ac_objext'
7577 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7581 (exit $ac_status); }; }; then
7584 echo "$as_me: failed program was:" >&5
7585 sed 's/^/| /' conftest.
$ac_ext >&5
7587 ac_lo
=`expr '(' $ac_mid ')' + 1`
7589 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7592 ?
*) ac_cv_sizeof_void_p
=$ac_lo;;
7593 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
7594 See \`config.log' for more details." >&5
7595 echo "$as_me: error: cannot compute sizeof (void *), 77
7596 See \`config.log' for more details." >&2;}
7597 { (exit 1); exit 1; }; } ;;
7600 if test "$cross_compiling" = yes; then
7601 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
7602 See \`config.log' for more details." >&5
7603 echo "$as_me: error: cannot run test program while cross compiling
7604 See \`config.log' for more details." >&2;}
7605 { (exit 1); exit 1; }; }
7607 cat >conftest.
$ac_ext <<_ACEOF
7610 cat confdefs.h
>>conftest.
$ac_ext
7611 cat >>conftest.
$ac_ext <<_ACEOF
7612 /* end confdefs.h. */
7613 $ac_includes_default
7614 long longval () { return (long) (sizeof (void *)); }
7615 unsigned long ulongval () { return (long) (sizeof (void *)); }
7622 FILE *f = fopen ("conftest.val", "w");
7625 if (((long) (sizeof (void *))) < 0)
7627 long i = longval ();
7628 if (i != ((long) (sizeof (void *))))
7630 fprintf (f, "%ld\n", i);
7634 unsigned long i = ulongval ();
7635 if (i != ((long) (sizeof (void *))))
7637 fprintf (f, "%lu\n", i);
7639 exit (ferror (f) || fclose (f) != 0);
7645 rm -f conftest
$ac_exeext
7646 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7647 (eval $ac_link) 2>&5
7649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7650 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
7651 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7655 (exit $ac_status); }; }; then
7656 ac_cv_sizeof_void_p
=`cat conftest.val`
7658 echo "$as_me: program exited with status $ac_status" >&5
7659 echo "$as_me: failed program was:" >&5
7660 sed 's/^/| /' conftest.
$ac_ext >&5
7663 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
7664 See \`config.log' for more details." >&5
7665 echo "$as_me: error: cannot compute sizeof (void *), 77
7666 See \`config.log' for more details." >&2;}
7667 { (exit 1); exit 1; }; }
7669 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
7674 ac_cv_sizeof_void_p
=0
7677 echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
7678 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6
7679 cat >>confdefs.h
<<_ACEOF
7680 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
7686 # Lacking an uint64_t? Test size of long
7687 case "$acx_cv_header_stdint:$ac_cv_type_uint64_t:$ac_cv_type_u_int64_t" in
7688 stddef.h
:*:* |
*:no
:no
) echo "$as_me:$LINENO: checking for long" >&5
7689 echo $ECHO_N "checking for long... $ECHO_C" >&6
7690 if test "${ac_cv_type_long+set}" = set; then
7691 echo $ECHO_N "(cached) $ECHO_C" >&6
7693 cat >conftest.
$ac_ext <<_ACEOF
7696 cat confdefs.h
>>conftest.
$ac_ext
7697 cat >>conftest.
$ac_ext <<_ACEOF
7698 /* end confdefs.h. */
7699 $ac_includes_default
7711 rm -f conftest.
$ac_objext
7712 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7713 (eval $ac_compile) 2>conftest.er1
7715 grep -v '^ *+' conftest.er1
>conftest.err
7717 cat conftest.err
>&5
7718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7719 (exit $ac_status); } &&
7720 { ac_try
='test -z "$ac_c_werror_flag"
7721 || test ! -s conftest.err'
7722 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7726 (exit $ac_status); }; } &&
7727 { ac_try
='test -s conftest.$ac_objext'
7728 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7732 (exit $ac_status); }; }; then
7735 echo "$as_me: failed program was:" >&5
7736 sed 's/^/| /' conftest.
$ac_ext >&5
7740 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7742 echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
7743 echo "${ECHO_T}$ac_cv_type_long" >&6
7745 echo "$as_me:$LINENO: checking size of long" >&5
7746 echo $ECHO_N "checking size of long... $ECHO_C" >&6
7747 if test "${ac_cv_sizeof_long+set}" = set; then
7748 echo $ECHO_N "(cached) $ECHO_C" >&6
7750 if test "$ac_cv_type_long" = yes; then
7751 # The cast to unsigned long works around a bug in the HP C Compiler
7752 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
7753 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
7754 # This bug is HP SR number 8606223364.
7755 if test "$cross_compiling" = yes; then
7756 # Depending upon the size, compute the lo and hi bounds.
7757 cat >conftest.
$ac_ext <<_ACEOF
7760 cat confdefs.h
>>conftest.
$ac_ext
7761 cat >>conftest.
$ac_ext <<_ACEOF
7762 /* end confdefs.h. */
7763 $ac_includes_default
7767 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
7774 rm -f conftest.
$ac_objext
7775 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7776 (eval $ac_compile) 2>conftest.er1
7778 grep -v '^ *+' conftest.er1
>conftest.err
7780 cat conftest.err
>&5
7781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7782 (exit $ac_status); } &&
7783 { ac_try
='test -z "$ac_c_werror_flag"
7784 || test ! -s conftest.err'
7785 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7789 (exit $ac_status); }; } &&
7790 { ac_try
='test -s conftest.$ac_objext'
7791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7795 (exit $ac_status); }; }; then
7798 cat >conftest.
$ac_ext <<_ACEOF
7801 cat confdefs.h
>>conftest.
$ac_ext
7802 cat >>conftest.
$ac_ext <<_ACEOF
7803 /* end confdefs.h. */
7804 $ac_includes_default
7808 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
7815 rm -f conftest.
$ac_objext
7816 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7817 (eval $ac_compile) 2>conftest.er1
7819 grep -v '^ *+' conftest.er1
>conftest.err
7821 cat conftest.err
>&5
7822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7823 (exit $ac_status); } &&
7824 { ac_try
='test -z "$ac_c_werror_flag"
7825 || test ! -s conftest.err'
7826 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7830 (exit $ac_status); }; } &&
7831 { ac_try
='test -s conftest.$ac_objext'
7832 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7836 (exit $ac_status); }; }; then
7837 ac_hi
=$ac_mid; break
7839 echo "$as_me: failed program was:" >&5
7840 sed 's/^/| /' conftest.
$ac_ext >&5
7842 ac_lo
=`expr $ac_mid + 1`
7843 if test $ac_lo -le $ac_mid; then
7847 ac_mid
=`expr 2 '*' $ac_mid + 1`
7849 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7852 echo "$as_me: failed program was:" >&5
7853 sed 's/^/| /' conftest.
$ac_ext >&5
7855 cat >conftest.
$ac_ext <<_ACEOF
7858 cat confdefs.h
>>conftest.
$ac_ext
7859 cat >>conftest.
$ac_ext <<_ACEOF
7860 /* end confdefs.h. */
7861 $ac_includes_default
7865 static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
7872 rm -f conftest.
$ac_objext
7873 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7874 (eval $ac_compile) 2>conftest.er1
7876 grep -v '^ *+' conftest.er1
>conftest.err
7878 cat conftest.err
>&5
7879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7880 (exit $ac_status); } &&
7881 { ac_try
='test -z "$ac_c_werror_flag"
7882 || test ! -s conftest.err'
7883 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7887 (exit $ac_status); }; } &&
7888 { ac_try
='test -s conftest.$ac_objext'
7889 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7893 (exit $ac_status); }; }; then
7896 cat >conftest.
$ac_ext <<_ACEOF
7899 cat confdefs.h
>>conftest.
$ac_ext
7900 cat >>conftest.
$ac_ext <<_ACEOF
7901 /* end confdefs.h. */
7902 $ac_includes_default
7906 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
7913 rm -f conftest.
$ac_objext
7914 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7915 (eval $ac_compile) 2>conftest.er1
7917 grep -v '^ *+' conftest.er1
>conftest.err
7919 cat conftest.err
>&5
7920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7921 (exit $ac_status); } &&
7922 { ac_try
='test -z "$ac_c_werror_flag"
7923 || test ! -s conftest.err'
7924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7928 (exit $ac_status); }; } &&
7929 { ac_try
='test -s conftest.$ac_objext'
7930 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7934 (exit $ac_status); }; }; then
7935 ac_lo
=$ac_mid; break
7937 echo "$as_me: failed program was:" >&5
7938 sed 's/^/| /' conftest.
$ac_ext >&5
7940 ac_hi
=`expr '(' $ac_mid ')' - 1`
7941 if test $ac_mid -le $ac_hi; then
7945 ac_mid
=`expr 2 '*' $ac_mid`
7947 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7950 echo "$as_me: failed program was:" >&5
7951 sed 's/^/| /' conftest.
$ac_ext >&5
7955 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7957 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7958 # Binary search between lo and hi bounds.
7959 while test "x$ac_lo" != "x$ac_hi"; do
7960 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
7961 cat >conftest.
$ac_ext <<_ACEOF
7964 cat confdefs.h
>>conftest.
$ac_ext
7965 cat >>conftest.
$ac_ext <<_ACEOF
7966 /* end confdefs.h. */
7967 $ac_includes_default
7971 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
7978 rm -f conftest.
$ac_objext
7979 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7980 (eval $ac_compile) 2>conftest.er1
7982 grep -v '^ *+' conftest.er1
>conftest.err
7984 cat conftest.err
>&5
7985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7986 (exit $ac_status); } &&
7987 { ac_try
='test -z "$ac_c_werror_flag"
7988 || test ! -s conftest.err'
7989 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7993 (exit $ac_status); }; } &&
7994 { ac_try
='test -s conftest.$ac_objext'
7995 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7999 (exit $ac_status); }; }; then
8002 echo "$as_me: failed program was:" >&5
8003 sed 's/^/| /' conftest.
$ac_ext >&5
8005 ac_lo
=`expr '(' $ac_mid ')' + 1`
8007 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8010 ?
*) ac_cv_sizeof_long
=$ac_lo;;
8011 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
8012 See \`config.log' for more details." >&5
8013 echo "$as_me: error: cannot compute sizeof (long), 77
8014 See \`config.log' for more details." >&2;}
8015 { (exit 1); exit 1; }; } ;;
8018 if test "$cross_compiling" = yes; then
8019 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
8020 See \`config.log' for more details." >&5
8021 echo "$as_me: error: cannot run test program while cross compiling
8022 See \`config.log' for more details." >&2;}
8023 { (exit 1); exit 1; }; }
8025 cat >conftest.
$ac_ext <<_ACEOF
8028 cat confdefs.h
>>conftest.
$ac_ext
8029 cat >>conftest.
$ac_ext <<_ACEOF
8030 /* end confdefs.h. */
8031 $ac_includes_default
8032 long longval () { return (long) (sizeof (long)); }
8033 unsigned long ulongval () { return (long) (sizeof (long)); }
8040 FILE *f = fopen ("conftest.val", "w");
8043 if (((long) (sizeof (long))) < 0)
8045 long i = longval ();
8046 if (i != ((long) (sizeof (long))))
8048 fprintf (f, "%ld\n", i);
8052 unsigned long i = ulongval ();
8053 if (i != ((long) (sizeof (long))))
8055 fprintf (f, "%lu\n", i);
8057 exit (ferror (f) || fclose (f) != 0);
8063 rm -f conftest
$ac_exeext
8064 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8065 (eval $ac_link) 2>&5
8067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8068 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
8069 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8073 (exit $ac_status); }; }; then
8074 ac_cv_sizeof_long
=`cat conftest.val`
8076 echo "$as_me: program exited with status $ac_status" >&5
8077 echo "$as_me: failed program was:" >&5
8078 sed 's/^/| /' conftest.
$ac_ext >&5
8081 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
8082 See \`config.log' for more details." >&5
8083 echo "$as_me: error: cannot compute sizeof (long), 77
8084 See \`config.log' for more details." >&2;}
8085 { (exit 1); exit 1; }; }
8087 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
8095 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
8096 echo "${ECHO_T}$ac_cv_sizeof_long" >&6
8097 cat >>confdefs.h
<<_ACEOF
8098 #define SIZEOF_LONG $ac_cv_sizeof_long
8104 if test $acx_cv_header_stdint = stddef.h
; then
8105 # Lacking a good header? Test size of everything and deduce all types.
8106 echo "$as_me:$LINENO: checking for int" >&5
8107 echo $ECHO_N "checking for int... $ECHO_C" >&6
8108 if test "${ac_cv_type_int+set}" = set; then
8109 echo $ECHO_N "(cached) $ECHO_C" >&6
8111 cat >conftest.
$ac_ext <<_ACEOF
8114 cat confdefs.h
>>conftest.
$ac_ext
8115 cat >>conftest.
$ac_ext <<_ACEOF
8116 /* end confdefs.h. */
8117 $ac_includes_default
8129 rm -f conftest.
$ac_objext
8130 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8131 (eval $ac_compile) 2>conftest.er1
8133 grep -v '^ *+' conftest.er1
>conftest.err
8135 cat conftest.err
>&5
8136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8137 (exit $ac_status); } &&
8138 { ac_try
='test -z "$ac_c_werror_flag"
8139 || test ! -s conftest.err'
8140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8144 (exit $ac_status); }; } &&
8145 { ac_try
='test -s conftest.$ac_objext'
8146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8150 (exit $ac_status); }; }; then
8153 echo "$as_me: failed program was:" >&5
8154 sed 's/^/| /' conftest.
$ac_ext >&5
8158 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8160 echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
8161 echo "${ECHO_T}$ac_cv_type_int" >&6
8163 echo "$as_me:$LINENO: checking size of int" >&5
8164 echo $ECHO_N "checking size of int... $ECHO_C" >&6
8165 if test "${ac_cv_sizeof_int+set}" = set; then
8166 echo $ECHO_N "(cached) $ECHO_C" >&6
8168 if test "$ac_cv_type_int" = yes; then
8169 # The cast to unsigned long works around a bug in the HP C Compiler
8170 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8171 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8172 # This bug is HP SR number 8606223364.
8173 if test "$cross_compiling" = yes; then
8174 # Depending upon the size, compute the lo and hi bounds.
8175 cat >conftest.
$ac_ext <<_ACEOF
8178 cat confdefs.h
>>conftest.
$ac_ext
8179 cat >>conftest.
$ac_ext <<_ACEOF
8180 /* end confdefs.h. */
8181 $ac_includes_default
8185 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
8192 rm -f conftest.
$ac_objext
8193 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8194 (eval $ac_compile) 2>conftest.er1
8196 grep -v '^ *+' conftest.er1
>conftest.err
8198 cat conftest.err
>&5
8199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8200 (exit $ac_status); } &&
8201 { ac_try
='test -z "$ac_c_werror_flag"
8202 || test ! -s conftest.err'
8203 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8207 (exit $ac_status); }; } &&
8208 { ac_try
='test -s conftest.$ac_objext'
8209 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8213 (exit $ac_status); }; }; then
8216 cat >conftest.
$ac_ext <<_ACEOF
8219 cat confdefs.h
>>conftest.
$ac_ext
8220 cat >>conftest.
$ac_ext <<_ACEOF
8221 /* end confdefs.h. */
8222 $ac_includes_default
8226 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
8233 rm -f conftest.
$ac_objext
8234 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8235 (eval $ac_compile) 2>conftest.er1
8237 grep -v '^ *+' conftest.er1
>conftest.err
8239 cat conftest.err
>&5
8240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8241 (exit $ac_status); } &&
8242 { ac_try
='test -z "$ac_c_werror_flag"
8243 || test ! -s conftest.err'
8244 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8248 (exit $ac_status); }; } &&
8249 { ac_try
='test -s conftest.$ac_objext'
8250 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8254 (exit $ac_status); }; }; then
8255 ac_hi
=$ac_mid; break
8257 echo "$as_me: failed program was:" >&5
8258 sed 's/^/| /' conftest.
$ac_ext >&5
8260 ac_lo
=`expr $ac_mid + 1`
8261 if test $ac_lo -le $ac_mid; then
8265 ac_mid
=`expr 2 '*' $ac_mid + 1`
8267 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8270 echo "$as_me: failed program was:" >&5
8271 sed 's/^/| /' conftest.
$ac_ext >&5
8273 cat >conftest.
$ac_ext <<_ACEOF
8276 cat confdefs.h
>>conftest.
$ac_ext
8277 cat >>conftest.
$ac_ext <<_ACEOF
8278 /* end confdefs.h. */
8279 $ac_includes_default
8283 static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
8290 rm -f conftest.
$ac_objext
8291 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8292 (eval $ac_compile) 2>conftest.er1
8294 grep -v '^ *+' conftest.er1
>conftest.err
8296 cat conftest.err
>&5
8297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8298 (exit $ac_status); } &&
8299 { ac_try
='test -z "$ac_c_werror_flag"
8300 || test ! -s conftest.err'
8301 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8305 (exit $ac_status); }; } &&
8306 { ac_try
='test -s conftest.$ac_objext'
8307 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8311 (exit $ac_status); }; }; then
8314 cat >conftest.
$ac_ext <<_ACEOF
8317 cat confdefs.h
>>conftest.
$ac_ext
8318 cat >>conftest.
$ac_ext <<_ACEOF
8319 /* end confdefs.h. */
8320 $ac_includes_default
8324 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
8331 rm -f conftest.
$ac_objext
8332 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8333 (eval $ac_compile) 2>conftest.er1
8335 grep -v '^ *+' conftest.er1
>conftest.err
8337 cat conftest.err
>&5
8338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8339 (exit $ac_status); } &&
8340 { ac_try
='test -z "$ac_c_werror_flag"
8341 || test ! -s conftest.err'
8342 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8346 (exit $ac_status); }; } &&
8347 { ac_try
='test -s conftest.$ac_objext'
8348 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8352 (exit $ac_status); }; }; then
8353 ac_lo
=$ac_mid; break
8355 echo "$as_me: failed program was:" >&5
8356 sed 's/^/| /' conftest.
$ac_ext >&5
8358 ac_hi
=`expr '(' $ac_mid ')' - 1`
8359 if test $ac_mid -le $ac_hi; then
8363 ac_mid
=`expr 2 '*' $ac_mid`
8365 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8368 echo "$as_me: failed program was:" >&5
8369 sed 's/^/| /' conftest.
$ac_ext >&5
8373 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8375 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8376 # Binary search between lo and hi bounds.
8377 while test "x$ac_lo" != "x$ac_hi"; do
8378 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
8379 cat >conftest.
$ac_ext <<_ACEOF
8382 cat confdefs.h
>>conftest.
$ac_ext
8383 cat >>conftest.
$ac_ext <<_ACEOF
8384 /* end confdefs.h. */
8385 $ac_includes_default
8389 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
8396 rm -f conftest.
$ac_objext
8397 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8398 (eval $ac_compile) 2>conftest.er1
8400 grep -v '^ *+' conftest.er1
>conftest.err
8402 cat conftest.err
>&5
8403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8404 (exit $ac_status); } &&
8405 { ac_try
='test -z "$ac_c_werror_flag"
8406 || test ! -s conftest.err'
8407 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8411 (exit $ac_status); }; } &&
8412 { ac_try
='test -s conftest.$ac_objext'
8413 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8417 (exit $ac_status); }; }; then
8420 echo "$as_me: failed program was:" >&5
8421 sed 's/^/| /' conftest.
$ac_ext >&5
8423 ac_lo
=`expr '(' $ac_mid ')' + 1`
8425 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8428 ?
*) ac_cv_sizeof_int
=$ac_lo;;
8429 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
8430 See \`config.log' for more details." >&5
8431 echo "$as_me: error: cannot compute sizeof (int), 77
8432 See \`config.log' for more details." >&2;}
8433 { (exit 1); exit 1; }; } ;;
8436 if test "$cross_compiling" = yes; then
8437 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
8438 See \`config.log' for more details." >&5
8439 echo "$as_me: error: cannot run test program while cross compiling
8440 See \`config.log' for more details." >&2;}
8441 { (exit 1); exit 1; }; }
8443 cat >conftest.
$ac_ext <<_ACEOF
8446 cat confdefs.h
>>conftest.
$ac_ext
8447 cat >>conftest.
$ac_ext <<_ACEOF
8448 /* end confdefs.h. */
8449 $ac_includes_default
8450 long longval () { return (long) (sizeof (int)); }
8451 unsigned long ulongval () { return (long) (sizeof (int)); }
8458 FILE *f = fopen ("conftest.val", "w");
8461 if (((long) (sizeof (int))) < 0)
8463 long i = longval ();
8464 if (i != ((long) (sizeof (int))))
8466 fprintf (f, "%ld\n", i);
8470 unsigned long i = ulongval ();
8471 if (i != ((long) (sizeof (int))))
8473 fprintf (f, "%lu\n", i);
8475 exit (ferror (f) || fclose (f) != 0);
8481 rm -f conftest
$ac_exeext
8482 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8483 (eval $ac_link) 2>&5
8485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8486 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
8487 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8491 (exit $ac_status); }; }; then
8492 ac_cv_sizeof_int
=`cat conftest.val`
8494 echo "$as_me: program exited with status $ac_status" >&5
8495 echo "$as_me: failed program was:" >&5
8496 sed 's/^/| /' conftest.
$ac_ext >&5
8499 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
8500 See \`config.log' for more details." >&5
8501 echo "$as_me: error: cannot compute sizeof (int), 77
8502 See \`config.log' for more details." >&2;}
8503 { (exit 1); exit 1; }; }
8505 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
8513 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
8514 echo "${ECHO_T}$ac_cv_sizeof_int" >&6
8515 cat >>confdefs.h
<<_ACEOF
8516 #define SIZEOF_INT $ac_cv_sizeof_int
8520 echo "$as_me:$LINENO: checking for short" >&5
8521 echo $ECHO_N "checking for short... $ECHO_C" >&6
8522 if test "${ac_cv_type_short+set}" = set; then
8523 echo $ECHO_N "(cached) $ECHO_C" >&6
8525 cat >conftest.
$ac_ext <<_ACEOF
8528 cat confdefs.h
>>conftest.
$ac_ext
8529 cat >>conftest.
$ac_ext <<_ACEOF
8530 /* end confdefs.h. */
8531 $ac_includes_default
8543 rm -f conftest.
$ac_objext
8544 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8545 (eval $ac_compile) 2>conftest.er1
8547 grep -v '^ *+' conftest.er1
>conftest.err
8549 cat conftest.err
>&5
8550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8551 (exit $ac_status); } &&
8552 { ac_try
='test -z "$ac_c_werror_flag"
8553 || test ! -s conftest.err'
8554 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8558 (exit $ac_status); }; } &&
8559 { ac_try
='test -s conftest.$ac_objext'
8560 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8564 (exit $ac_status); }; }; then
8565 ac_cv_type_short
=yes
8567 echo "$as_me: failed program was:" >&5
8568 sed 's/^/| /' conftest.
$ac_ext >&5
8572 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8574 echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
8575 echo "${ECHO_T}$ac_cv_type_short" >&6
8577 echo "$as_me:$LINENO: checking size of short" >&5
8578 echo $ECHO_N "checking size of short... $ECHO_C" >&6
8579 if test "${ac_cv_sizeof_short+set}" = set; then
8580 echo $ECHO_N "(cached) $ECHO_C" >&6
8582 if test "$ac_cv_type_short" = yes; then
8583 # The cast to unsigned long works around a bug in the HP C Compiler
8584 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8585 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8586 # This bug is HP SR number 8606223364.
8587 if test "$cross_compiling" = yes; then
8588 # Depending upon the size, compute the lo and hi bounds.
8589 cat >conftest.
$ac_ext <<_ACEOF
8592 cat confdefs.h
>>conftest.
$ac_ext
8593 cat >>conftest.
$ac_ext <<_ACEOF
8594 /* end confdefs.h. */
8595 $ac_includes_default
8599 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
8606 rm -f conftest.
$ac_objext
8607 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8608 (eval $ac_compile) 2>conftest.er1
8610 grep -v '^ *+' conftest.er1
>conftest.err
8612 cat conftest.err
>&5
8613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8614 (exit $ac_status); } &&
8615 { ac_try
='test -z "$ac_c_werror_flag"
8616 || test ! -s conftest.err'
8617 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8621 (exit $ac_status); }; } &&
8622 { ac_try
='test -s conftest.$ac_objext'
8623 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8627 (exit $ac_status); }; }; then
8630 cat >conftest.
$ac_ext <<_ACEOF
8633 cat confdefs.h
>>conftest.
$ac_ext
8634 cat >>conftest.
$ac_ext <<_ACEOF
8635 /* end confdefs.h. */
8636 $ac_includes_default
8640 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
8647 rm -f conftest.
$ac_objext
8648 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8649 (eval $ac_compile) 2>conftest.er1
8651 grep -v '^ *+' conftest.er1
>conftest.err
8653 cat conftest.err
>&5
8654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8655 (exit $ac_status); } &&
8656 { ac_try
='test -z "$ac_c_werror_flag"
8657 || test ! -s conftest.err'
8658 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8662 (exit $ac_status); }; } &&
8663 { ac_try
='test -s conftest.$ac_objext'
8664 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8668 (exit $ac_status); }; }; then
8669 ac_hi
=$ac_mid; break
8671 echo "$as_me: failed program was:" >&5
8672 sed 's/^/| /' conftest.
$ac_ext >&5
8674 ac_lo
=`expr $ac_mid + 1`
8675 if test $ac_lo -le $ac_mid; then
8679 ac_mid
=`expr 2 '*' $ac_mid + 1`
8681 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8684 echo "$as_me: failed program was:" >&5
8685 sed 's/^/| /' conftest.
$ac_ext >&5
8687 cat >conftest.
$ac_ext <<_ACEOF
8690 cat confdefs.h
>>conftest.
$ac_ext
8691 cat >>conftest.
$ac_ext <<_ACEOF
8692 /* end confdefs.h. */
8693 $ac_includes_default
8697 static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
8704 rm -f conftest.
$ac_objext
8705 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8706 (eval $ac_compile) 2>conftest.er1
8708 grep -v '^ *+' conftest.er1
>conftest.err
8710 cat conftest.err
>&5
8711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8712 (exit $ac_status); } &&
8713 { ac_try
='test -z "$ac_c_werror_flag"
8714 || test ! -s conftest.err'
8715 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8719 (exit $ac_status); }; } &&
8720 { ac_try
='test -s conftest.$ac_objext'
8721 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8725 (exit $ac_status); }; }; then
8728 cat >conftest.
$ac_ext <<_ACEOF
8731 cat confdefs.h
>>conftest.
$ac_ext
8732 cat >>conftest.
$ac_ext <<_ACEOF
8733 /* end confdefs.h. */
8734 $ac_includes_default
8738 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
8745 rm -f conftest.
$ac_objext
8746 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8747 (eval $ac_compile) 2>conftest.er1
8749 grep -v '^ *+' conftest.er1
>conftest.err
8751 cat conftest.err
>&5
8752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8753 (exit $ac_status); } &&
8754 { ac_try
='test -z "$ac_c_werror_flag"
8755 || test ! -s conftest.err'
8756 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8760 (exit $ac_status); }; } &&
8761 { ac_try
='test -s conftest.$ac_objext'
8762 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8766 (exit $ac_status); }; }; then
8767 ac_lo
=$ac_mid; break
8769 echo "$as_me: failed program was:" >&5
8770 sed 's/^/| /' conftest.
$ac_ext >&5
8772 ac_hi
=`expr '(' $ac_mid ')' - 1`
8773 if test $ac_mid -le $ac_hi; then
8777 ac_mid
=`expr 2 '*' $ac_mid`
8779 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8782 echo "$as_me: failed program was:" >&5
8783 sed 's/^/| /' conftest.
$ac_ext >&5
8787 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8789 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8790 # Binary search between lo and hi bounds.
8791 while test "x$ac_lo" != "x$ac_hi"; do
8792 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
8793 cat >conftest.
$ac_ext <<_ACEOF
8796 cat confdefs.h
>>conftest.
$ac_ext
8797 cat >>conftest.
$ac_ext <<_ACEOF
8798 /* end confdefs.h. */
8799 $ac_includes_default
8803 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
8810 rm -f conftest.
$ac_objext
8811 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8812 (eval $ac_compile) 2>conftest.er1
8814 grep -v '^ *+' conftest.er1
>conftest.err
8816 cat conftest.err
>&5
8817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8818 (exit $ac_status); } &&
8819 { ac_try
='test -z "$ac_c_werror_flag"
8820 || test ! -s conftest.err'
8821 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8825 (exit $ac_status); }; } &&
8826 { ac_try
='test -s conftest.$ac_objext'
8827 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8831 (exit $ac_status); }; }; then
8834 echo "$as_me: failed program was:" >&5
8835 sed 's/^/| /' conftest.
$ac_ext >&5
8837 ac_lo
=`expr '(' $ac_mid ')' + 1`
8839 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8842 ?
*) ac_cv_sizeof_short
=$ac_lo;;
8843 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
8844 See \`config.log' for more details." >&5
8845 echo "$as_me: error: cannot compute sizeof (short), 77
8846 See \`config.log' for more details." >&2;}
8847 { (exit 1); exit 1; }; } ;;
8850 if test "$cross_compiling" = yes; then
8851 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
8852 See \`config.log' for more details." >&5
8853 echo "$as_me: error: cannot run test program while cross compiling
8854 See \`config.log' for more details." >&2;}
8855 { (exit 1); exit 1; }; }
8857 cat >conftest.
$ac_ext <<_ACEOF
8860 cat confdefs.h
>>conftest.
$ac_ext
8861 cat >>conftest.
$ac_ext <<_ACEOF
8862 /* end confdefs.h. */
8863 $ac_includes_default
8864 long longval () { return (long) (sizeof (short)); }
8865 unsigned long ulongval () { return (long) (sizeof (short)); }
8872 FILE *f = fopen ("conftest.val", "w");
8875 if (((long) (sizeof (short))) < 0)
8877 long i = longval ();
8878 if (i != ((long) (sizeof (short))))
8880 fprintf (f, "%ld\n", i);
8884 unsigned long i = ulongval ();
8885 if (i != ((long) (sizeof (short))))
8887 fprintf (f, "%lu\n", i);
8889 exit (ferror (f) || fclose (f) != 0);
8895 rm -f conftest
$ac_exeext
8896 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8897 (eval $ac_link) 2>&5
8899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8900 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
8901 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8905 (exit $ac_status); }; }; then
8906 ac_cv_sizeof_short
=`cat conftest.val`
8908 echo "$as_me: program exited with status $ac_status" >&5
8909 echo "$as_me: failed program was:" >&5
8910 sed 's/^/| /' conftest.
$ac_ext >&5
8913 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
8914 See \`config.log' for more details." >&5
8915 echo "$as_me: error: cannot compute sizeof (short), 77
8916 See \`config.log' for more details." >&2;}
8917 { (exit 1); exit 1; }; }
8919 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
8924 ac_cv_sizeof_short
=0
8927 echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
8928 echo "${ECHO_T}$ac_cv_sizeof_short" >&6
8929 cat >>confdefs.h
<<_ACEOF
8930 #define SIZEOF_SHORT $ac_cv_sizeof_short
8934 echo "$as_me:$LINENO: checking for char" >&5
8935 echo $ECHO_N "checking for char... $ECHO_C" >&6
8936 if test "${ac_cv_type_char+set}" = set; then
8937 echo $ECHO_N "(cached) $ECHO_C" >&6
8939 cat >conftest.
$ac_ext <<_ACEOF
8942 cat confdefs.h
>>conftest.
$ac_ext
8943 cat >>conftest.
$ac_ext <<_ACEOF
8944 /* end confdefs.h. */
8945 $ac_includes_default
8957 rm -f conftest.
$ac_objext
8958 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8959 (eval $ac_compile) 2>conftest.er1
8961 grep -v '^ *+' conftest.er1
>conftest.err
8963 cat conftest.err
>&5
8964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8965 (exit $ac_status); } &&
8966 { ac_try
='test -z "$ac_c_werror_flag"
8967 || test ! -s conftest.err'
8968 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8972 (exit $ac_status); }; } &&
8973 { ac_try
='test -s conftest.$ac_objext'
8974 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8978 (exit $ac_status); }; }; then
8981 echo "$as_me: failed program was:" >&5
8982 sed 's/^/| /' conftest.
$ac_ext >&5
8986 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8988 echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
8989 echo "${ECHO_T}$ac_cv_type_char" >&6
8991 echo "$as_me:$LINENO: checking size of char" >&5
8992 echo $ECHO_N "checking size of char... $ECHO_C" >&6
8993 if test "${ac_cv_sizeof_char+set}" = set; then
8994 echo $ECHO_N "(cached) $ECHO_C" >&6
8996 if test "$ac_cv_type_char" = yes; then
8997 # The cast to unsigned long works around a bug in the HP C Compiler
8998 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8999 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
9000 # This bug is HP SR number 8606223364.
9001 if test "$cross_compiling" = yes; then
9002 # Depending upon the size, compute the lo and hi bounds.
9003 cat >conftest.
$ac_ext <<_ACEOF
9006 cat confdefs.h
>>conftest.
$ac_ext
9007 cat >>conftest.
$ac_ext <<_ACEOF
9008 /* end confdefs.h. */
9009 $ac_includes_default
9013 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
9020 rm -f conftest.
$ac_objext
9021 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9022 (eval $ac_compile) 2>conftest.er1
9024 grep -v '^ *+' conftest.er1
>conftest.err
9026 cat conftest.err
>&5
9027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9028 (exit $ac_status); } &&
9029 { ac_try
='test -z "$ac_c_werror_flag"
9030 || test ! -s conftest.err'
9031 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9035 (exit $ac_status); }; } &&
9036 { ac_try
='test -s conftest.$ac_objext'
9037 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9041 (exit $ac_status); }; }; then
9044 cat >conftest.
$ac_ext <<_ACEOF
9047 cat confdefs.h
>>conftest.
$ac_ext
9048 cat >>conftest.
$ac_ext <<_ACEOF
9049 /* end confdefs.h. */
9050 $ac_includes_default
9054 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
9061 rm -f conftest.
$ac_objext
9062 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9063 (eval $ac_compile) 2>conftest.er1
9065 grep -v '^ *+' conftest.er1
>conftest.err
9067 cat conftest.err
>&5
9068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9069 (exit $ac_status); } &&
9070 { ac_try
='test -z "$ac_c_werror_flag"
9071 || test ! -s conftest.err'
9072 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9076 (exit $ac_status); }; } &&
9077 { ac_try
='test -s conftest.$ac_objext'
9078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9082 (exit $ac_status); }; }; then
9083 ac_hi
=$ac_mid; break
9085 echo "$as_me: failed program was:" >&5
9086 sed 's/^/| /' conftest.
$ac_ext >&5
9088 ac_lo
=`expr $ac_mid + 1`
9089 if test $ac_lo -le $ac_mid; then
9093 ac_mid
=`expr 2 '*' $ac_mid + 1`
9095 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9098 echo "$as_me: failed program was:" >&5
9099 sed 's/^/| /' conftest.
$ac_ext >&5
9101 cat >conftest.
$ac_ext <<_ACEOF
9104 cat confdefs.h
>>conftest.
$ac_ext
9105 cat >>conftest.
$ac_ext <<_ACEOF
9106 /* end confdefs.h. */
9107 $ac_includes_default
9111 static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
9118 rm -f conftest.
$ac_objext
9119 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9120 (eval $ac_compile) 2>conftest.er1
9122 grep -v '^ *+' conftest.er1
>conftest.err
9124 cat conftest.err
>&5
9125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9126 (exit $ac_status); } &&
9127 { ac_try
='test -z "$ac_c_werror_flag"
9128 || test ! -s conftest.err'
9129 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9133 (exit $ac_status); }; } &&
9134 { ac_try
='test -s conftest.$ac_objext'
9135 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9139 (exit $ac_status); }; }; then
9142 cat >conftest.
$ac_ext <<_ACEOF
9145 cat confdefs.h
>>conftest.
$ac_ext
9146 cat >>conftest.
$ac_ext <<_ACEOF
9147 /* end confdefs.h. */
9148 $ac_includes_default
9152 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
9159 rm -f conftest.
$ac_objext
9160 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9161 (eval $ac_compile) 2>conftest.er1
9163 grep -v '^ *+' conftest.er1
>conftest.err
9165 cat conftest.err
>&5
9166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9167 (exit $ac_status); } &&
9168 { ac_try
='test -z "$ac_c_werror_flag"
9169 || test ! -s conftest.err'
9170 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9174 (exit $ac_status); }; } &&
9175 { ac_try
='test -s conftest.$ac_objext'
9176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9180 (exit $ac_status); }; }; then
9181 ac_lo
=$ac_mid; break
9183 echo "$as_me: failed program was:" >&5
9184 sed 's/^/| /' conftest.
$ac_ext >&5
9186 ac_hi
=`expr '(' $ac_mid ')' - 1`
9187 if test $ac_mid -le $ac_hi; then
9191 ac_mid
=`expr 2 '*' $ac_mid`
9193 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9196 echo "$as_me: failed program was:" >&5
9197 sed 's/^/| /' conftest.
$ac_ext >&5
9201 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9203 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9204 # Binary search between lo and hi bounds.
9205 while test "x$ac_lo" != "x$ac_hi"; do
9206 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
9207 cat >conftest.
$ac_ext <<_ACEOF
9210 cat confdefs.h
>>conftest.
$ac_ext
9211 cat >>conftest.
$ac_ext <<_ACEOF
9212 /* end confdefs.h. */
9213 $ac_includes_default
9217 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
9224 rm -f conftest.
$ac_objext
9225 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9226 (eval $ac_compile) 2>conftest.er1
9228 grep -v '^ *+' conftest.er1
>conftest.err
9230 cat conftest.err
>&5
9231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9232 (exit $ac_status); } &&
9233 { ac_try
='test -z "$ac_c_werror_flag"
9234 || test ! -s conftest.err'
9235 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9239 (exit $ac_status); }; } &&
9240 { ac_try
='test -s conftest.$ac_objext'
9241 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9245 (exit $ac_status); }; }; then
9248 echo "$as_me: failed program was:" >&5
9249 sed 's/^/| /' conftest.
$ac_ext >&5
9251 ac_lo
=`expr '(' $ac_mid ')' + 1`
9253 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9256 ?
*) ac_cv_sizeof_char
=$ac_lo;;
9257 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
9258 See \`config.log' for more details." >&5
9259 echo "$as_me: error: cannot compute sizeof (char), 77
9260 See \`config.log' for more details." >&2;}
9261 { (exit 1); exit 1; }; } ;;
9264 if test "$cross_compiling" = yes; then
9265 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
9266 See \`config.log' for more details." >&5
9267 echo "$as_me: error: cannot run test program while cross compiling
9268 See \`config.log' for more details." >&2;}
9269 { (exit 1); exit 1; }; }
9271 cat >conftest.
$ac_ext <<_ACEOF
9274 cat confdefs.h
>>conftest.
$ac_ext
9275 cat >>conftest.
$ac_ext <<_ACEOF
9276 /* end confdefs.h. */
9277 $ac_includes_default
9278 long longval () { return (long) (sizeof (char)); }
9279 unsigned long ulongval () { return (long) (sizeof (char)); }
9286 FILE *f = fopen ("conftest.val", "w");
9289 if (((long) (sizeof (char))) < 0)
9291 long i = longval ();
9292 if (i != ((long) (sizeof (char))))
9294 fprintf (f, "%ld\n", i);
9298 unsigned long i = ulongval ();
9299 if (i != ((long) (sizeof (char))))
9301 fprintf (f, "%lu\n", i);
9303 exit (ferror (f) || fclose (f) != 0);
9309 rm -f conftest
$ac_exeext
9310 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9311 (eval $ac_link) 2>&5
9313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9314 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
9315 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9319 (exit $ac_status); }; }; then
9320 ac_cv_sizeof_char
=`cat conftest.val`
9322 echo "$as_me: program exited with status $ac_status" >&5
9323 echo "$as_me: failed program was:" >&5
9324 sed 's/^/| /' conftest.
$ac_ext >&5
9327 { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
9328 See \`config.log' for more details." >&5
9329 echo "$as_me: error: cannot compute sizeof (char), 77
9330 See \`config.log' for more details." >&2;}
9331 { (exit 1); exit 1; }; }
9333 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
9341 echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
9342 echo "${ECHO_T}$ac_cv_sizeof_char" >&6
9343 cat >>confdefs.h
<<_ACEOF
9344 #define SIZEOF_CHAR $ac_cv_sizeof_char
9349 echo "$as_me:$LINENO: checking for type equivalent to int8_t" >&5
9350 echo $ECHO_N "checking for type equivalent to int8_t... $ECHO_C" >&6
9351 case "$ac_cv_sizeof_char" in
9352 1) acx_cv_type_int8_t
=char
;;
9353 *) { { echo "$as_me:$LINENO: error: no 8-bit type" >&5
9354 echo "$as_me: error: no 8-bit type" >&2;}
9355 { (exit please report a bug
); exit please report a bug
; }; }
9357 echo "$as_me:$LINENO: result: $acx_cv_type_int8_t" >&5
9358 echo "${ECHO_T}$acx_cv_type_int8_t" >&6
9360 echo "$as_me:$LINENO: checking for type equivalent to int16_t" >&5
9361 echo $ECHO_N "checking for type equivalent to int16_t... $ECHO_C" >&6
9362 case "$ac_cv_sizeof_int:$ac_cv_sizeof_short" in
9363 2:*) acx_cv_type_int16_t
=int
;;
9364 *:2) acx_cv_type_int16_t
=short
;;
9365 *) { { echo "$as_me:$LINENO: error: no 16-bit type" >&5
9366 echo "$as_me: error: no 16-bit type" >&2;}
9367 { (exit please report a bug
); exit please report a bug
; }; }
9369 echo "$as_me:$LINENO: result: $acx_cv_type_int16_t" >&5
9370 echo "${ECHO_T}$acx_cv_type_int16_t" >&6
9372 echo "$as_me:$LINENO: checking for type equivalent to int32_t" >&5
9373 echo $ECHO_N "checking for type equivalent to int32_t... $ECHO_C" >&6
9374 case "$ac_cv_sizeof_int:$ac_cv_sizeof_long" in
9375 4:*) acx_cv_type_int32_t
=int
;;
9376 *:4) acx_cv_type_int32_t
=long
;;
9377 *) { { echo "$as_me:$LINENO: error: no 32-bit type" >&5
9378 echo "$as_me: error: no 32-bit type" >&2;}
9379 { (exit please report a bug
); exit please report a bug
; }; }
9381 echo "$as_me:$LINENO: result: $acx_cv_type_int32_t" >&5
9382 echo "${ECHO_T}$acx_cv_type_int32_t" >&6
9385 # These tests are here to make the output prettier
9387 if test "$ac_cv_type_uint64_t" != yes && test "$ac_cv_type_u_int64_t" != yes; then
9388 case "$ac_cv_sizeof_long" in
9389 8) acx_cv_type_int64_t
=long
;;
9391 echo "$as_me:$LINENO: checking for type equivalent to int64_t" >&5
9392 echo $ECHO_N "checking for type equivalent to int64_t... $ECHO_C" >&6
9393 echo "$as_me:$LINENO: result: ${acx_cv_type_int64_t-'using preprocessor symbols'}" >&5
9394 echo "${ECHO_T}${acx_cv_type_int64_t-'using preprocessor symbols'}" >&6
9397 # Now we can use the above types
9399 if test "$ac_cv_type_uintptr_t" != yes; then
9400 echo "$as_me:$LINENO: checking for type equivalent to intptr_t" >&5
9401 echo $ECHO_N "checking for type equivalent to intptr_t... $ECHO_C" >&6
9402 case $ac_cv_sizeof_void_p in
9403 2) acx_cv_type_intptr_t
=int16_t
;;
9404 4) acx_cv_type_intptr_t
=int32_t
;;
9405 8) acx_cv_type_intptr_t
=int64_t
;;
9406 *) { { echo "$as_me:$LINENO: error: no equivalent for intptr_t" >&5
9407 echo "$as_me: error: no equivalent for intptr_t" >&2;}
9408 { (exit please report a bug
); exit please report a bug
; }; }
9410 echo "$as_me:$LINENO: result: $acx_cv_type_intptr_t" >&5
9411 echo "${ECHO_T}$acx_cv_type_intptr_t" >&6
9414 # ----------------- done all checks, emit header -------------
9415 ac_config_commands
="$ac_config_commands gstdint.h"
9420 echo "$as_me:$LINENO: checking for struct stat.st_blksize" >&5
9421 echo $ECHO_N "checking for struct stat.st_blksize... $ECHO_C" >&6
9422 if test "${ac_cv_member_struct_stat_st_blksize+set}" = set; then
9423 echo $ECHO_N "(cached) $ECHO_C" >&6
9425 cat >conftest.
$ac_ext <<_ACEOF
9428 cat confdefs.h
>>conftest.
$ac_ext
9429 cat >>conftest.
$ac_ext <<_ACEOF
9430 /* end confdefs.h. */
9431 $ac_includes_default
9435 static struct stat ac_aggr;
9436 if (ac_aggr.st_blksize)
9442 rm -f conftest.
$ac_objext
9443 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9444 (eval $ac_compile) 2>conftest.er1
9446 grep -v '^ *+' conftest.er1
>conftest.err
9448 cat conftest.err
>&5
9449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9450 (exit $ac_status); } &&
9451 { ac_try
='test -z "$ac_c_werror_flag"
9452 || test ! -s conftest.err'
9453 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9457 (exit $ac_status); }; } &&
9458 { ac_try
='test -s conftest.$ac_objext'
9459 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9463 (exit $ac_status); }; }; then
9464 ac_cv_member_struct_stat_st_blksize
=yes
9466 echo "$as_me: failed program was:" >&5
9467 sed 's/^/| /' conftest.
$ac_ext >&5
9469 cat >conftest.
$ac_ext <<_ACEOF
9472 cat confdefs.h
>>conftest.
$ac_ext
9473 cat >>conftest.
$ac_ext <<_ACEOF
9474 /* end confdefs.h. */
9475 $ac_includes_default
9479 static struct stat ac_aggr;
9480 if (sizeof ac_aggr.st_blksize)
9486 rm -f conftest.
$ac_objext
9487 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9488 (eval $ac_compile) 2>conftest.er1
9490 grep -v '^ *+' conftest.er1
>conftest.err
9492 cat conftest.err
>&5
9493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9494 (exit $ac_status); } &&
9495 { ac_try
='test -z "$ac_c_werror_flag"
9496 || test ! -s conftest.err'
9497 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9501 (exit $ac_status); }; } &&
9502 { ac_try
='test -s conftest.$ac_objext'
9503 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9507 (exit $ac_status); }; }; then
9508 ac_cv_member_struct_stat_st_blksize
=yes
9510 echo "$as_me: failed program was:" >&5
9511 sed 's/^/| /' conftest.
$ac_ext >&5
9513 ac_cv_member_struct_stat_st_blksize
=no
9515 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9517 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9519 echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blksize" >&5
9520 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blksize" >&6
9521 if test $ac_cv_member_struct_stat_st_blksize = yes; then
9523 cat >>confdefs.h
<<_ACEOF
9524 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
9530 echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
9531 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6
9532 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
9533 echo $ECHO_N "(cached) $ECHO_C" >&6
9535 cat >conftest.
$ac_ext <<_ACEOF
9538 cat confdefs.h
>>conftest.
$ac_ext
9539 cat >>conftest.
$ac_ext <<_ACEOF
9540 /* end confdefs.h. */
9541 $ac_includes_default
9545 static struct stat ac_aggr;
9546 if (ac_aggr.st_blocks)
9552 rm -f conftest.
$ac_objext
9553 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9554 (eval $ac_compile) 2>conftest.er1
9556 grep -v '^ *+' conftest.er1
>conftest.err
9558 cat conftest.err
>&5
9559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9560 (exit $ac_status); } &&
9561 { ac_try
='test -z "$ac_c_werror_flag"
9562 || test ! -s conftest.err'
9563 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9567 (exit $ac_status); }; } &&
9568 { ac_try
='test -s conftest.$ac_objext'
9569 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9573 (exit $ac_status); }; }; then
9574 ac_cv_member_struct_stat_st_blocks
=yes
9576 echo "$as_me: failed program was:" >&5
9577 sed 's/^/| /' conftest.
$ac_ext >&5
9579 cat >conftest.
$ac_ext <<_ACEOF
9582 cat confdefs.h
>>conftest.
$ac_ext
9583 cat >>conftest.
$ac_ext <<_ACEOF
9584 /* end confdefs.h. */
9585 $ac_includes_default
9589 static struct stat ac_aggr;
9590 if (sizeof ac_aggr.st_blocks)
9596 rm -f conftest.
$ac_objext
9597 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9598 (eval $ac_compile) 2>conftest.er1
9600 grep -v '^ *+' conftest.er1
>conftest.err
9602 cat conftest.err
>&5
9603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9604 (exit $ac_status); } &&
9605 { ac_try
='test -z "$ac_c_werror_flag"
9606 || test ! -s conftest.err'
9607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9611 (exit $ac_status); }; } &&
9612 { ac_try
='test -s conftest.$ac_objext'
9613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9617 (exit $ac_status); }; }; then
9618 ac_cv_member_struct_stat_st_blocks
=yes
9620 echo "$as_me: failed program was:" >&5
9621 sed 's/^/| /' conftest.
$ac_ext >&5
9623 ac_cv_member_struct_stat_st_blocks
=no
9625 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9627 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9629 echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
9630 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6
9631 if test $ac_cv_member_struct_stat_st_blocks = yes; then
9633 cat >>confdefs.h
<<_ACEOF
9634 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
9640 echo "$as_me:$LINENO: checking for struct stat.st_rdev" >&5
9641 echo $ECHO_N "checking for struct stat.st_rdev... $ECHO_C" >&6
9642 if test "${ac_cv_member_struct_stat_st_rdev+set}" = set; then
9643 echo $ECHO_N "(cached) $ECHO_C" >&6
9645 cat >conftest.
$ac_ext <<_ACEOF
9648 cat confdefs.h
>>conftest.
$ac_ext
9649 cat >>conftest.
$ac_ext <<_ACEOF
9650 /* end confdefs.h. */
9651 $ac_includes_default
9655 static struct stat ac_aggr;
9656 if (ac_aggr.st_rdev)
9662 rm -f conftest.
$ac_objext
9663 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9664 (eval $ac_compile) 2>conftest.er1
9666 grep -v '^ *+' conftest.er1
>conftest.err
9668 cat conftest.err
>&5
9669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9670 (exit $ac_status); } &&
9671 { ac_try
='test -z "$ac_c_werror_flag"
9672 || test ! -s conftest.err'
9673 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9677 (exit $ac_status); }; } &&
9678 { ac_try
='test -s conftest.$ac_objext'
9679 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9683 (exit $ac_status); }; }; then
9684 ac_cv_member_struct_stat_st_rdev
=yes
9686 echo "$as_me: failed program was:" >&5
9687 sed 's/^/| /' conftest.
$ac_ext >&5
9689 cat >conftest.
$ac_ext <<_ACEOF
9692 cat confdefs.h
>>conftest.
$ac_ext
9693 cat >>conftest.
$ac_ext <<_ACEOF
9694 /* end confdefs.h. */
9695 $ac_includes_default
9699 static struct stat ac_aggr;
9700 if (sizeof ac_aggr.st_rdev)
9706 rm -f conftest.
$ac_objext
9707 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9708 (eval $ac_compile) 2>conftest.er1
9710 grep -v '^ *+' conftest.er1
>conftest.err
9712 cat conftest.err
>&5
9713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9714 (exit $ac_status); } &&
9715 { ac_try
='test -z "$ac_c_werror_flag"
9716 || test ! -s conftest.err'
9717 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9721 (exit $ac_status); }; } &&
9722 { ac_try
='test -s conftest.$ac_objext'
9723 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9727 (exit $ac_status); }; }; then
9728 ac_cv_member_struct_stat_st_rdev
=yes
9730 echo "$as_me: failed program was:" >&5
9731 sed 's/^/| /' conftest.
$ac_ext >&5
9733 ac_cv_member_struct_stat_st_rdev
=no
9735 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9737 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9739 echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_rdev" >&5
9740 echo "${ECHO_T}$ac_cv_member_struct_stat_st_rdev" >&6
9741 if test $ac_cv_member_struct_stat_st_rdev = yes; then
9743 cat >>confdefs.h
<<_ACEOF
9744 #define HAVE_STRUCT_STAT_ST_RDEV 1
9751 # Check for library functions.
9760 for ac_func
in getrusage
times mkstemp strtof strtold snprintf ftruncate chsize
9762 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9763 echo "$as_me:$LINENO: checking for $ac_func" >&5
9764 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9765 if eval "test \"\${$as_ac_var+set}\" = set"; then
9766 echo $ECHO_N "(cached) $ECHO_C" >&6
9768 if test x
$gcc_no_link = xyes
; then
9769 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
9770 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
9771 { (exit 1); exit 1; }; }
9773 cat >conftest.
$ac_ext <<_ACEOF
9776 cat confdefs.h
>>conftest.
$ac_ext
9777 cat >>conftest.
$ac_ext <<_ACEOF
9778 /* end confdefs.h. */
9779 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9780 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9781 #define $ac_func innocuous_$ac_func
9783 /* System header to define __stub macros and hopefully few prototypes,
9784 which can conflict with char $ac_func (); below.
9785 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9786 <limits.h> exists even on freestanding compilers. */
9789 # include <limits.h>
9791 # include <assert.h>
9796 /* Override any gcc2 internal prototype to avoid an error. */
9801 /* We use char because int might match the return type of a gcc2
9802 builtin and then its argument prototype would still apply. */
9804 /* The GNU C library defines this for functions which it implements
9805 to always fail with ENOSYS. Some functions are actually named
9806 something starting with __ and the normal name is an alias. */
9807 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9810 char (*f) () = $ac_func;
9819 return f != $ac_func;
9824 rm -f conftest.
$ac_objext conftest
$ac_exeext
9825 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9826 (eval $ac_link) 2>conftest.er1
9828 grep -v '^ *+' conftest.er1
>conftest.err
9830 cat conftest.err
>&5
9831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9832 (exit $ac_status); } &&
9833 { ac_try
='test -z "$ac_c_werror_flag"
9834 || test ! -s conftest.err'
9835 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9839 (exit $ac_status); }; } &&
9840 { ac_try
='test -s conftest$ac_exeext'
9841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9845 (exit $ac_status); }; }; then
9846 eval "$as_ac_var=yes"
9848 echo "$as_me: failed program was:" >&5
9849 sed 's/^/| /' conftest.
$ac_ext >&5
9851 eval "$as_ac_var=no"
9853 rm -f conftest.err conftest.
$ac_objext \
9854 conftest
$ac_exeext conftest.
$ac_ext
9856 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9857 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9858 if test `eval echo '${'$as_ac_var'}'` = yes; then
9859 cat >>confdefs.h
<<_ACEOF
9860 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9874 for ac_func
in chdir strerror getlogin gethostname
kill link symlink perror
9876 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9877 echo "$as_me:$LINENO: checking for $ac_func" >&5
9878 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9879 if eval "test \"\${$as_ac_var+set}\" = set"; then
9880 echo $ECHO_N "(cached) $ECHO_C" >&6
9882 if test x
$gcc_no_link = xyes
; then
9883 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
9884 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
9885 { (exit 1); exit 1; }; }
9887 cat >conftest.
$ac_ext <<_ACEOF
9890 cat confdefs.h
>>conftest.
$ac_ext
9891 cat >>conftest.
$ac_ext <<_ACEOF
9892 /* end confdefs.h. */
9893 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9894 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9895 #define $ac_func innocuous_$ac_func
9897 /* System header to define __stub macros and hopefully few prototypes,
9898 which can conflict with char $ac_func (); below.
9899 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9900 <limits.h> exists even on freestanding compilers. */
9903 # include <limits.h>
9905 # include <assert.h>
9910 /* Override any gcc2 internal prototype to avoid an error. */
9915 /* We use char because int might match the return type of a gcc2
9916 builtin and then its argument prototype would still apply. */
9918 /* The GNU C library defines this for functions which it implements
9919 to always fail with ENOSYS. Some functions are actually named
9920 something starting with __ and the normal name is an alias. */
9921 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9924 char (*f) () = $ac_func;
9933 return f != $ac_func;
9938 rm -f conftest.
$ac_objext conftest
$ac_exeext
9939 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9940 (eval $ac_link) 2>conftest.er1
9942 grep -v '^ *+' conftest.er1
>conftest.err
9944 cat conftest.err
>&5
9945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9946 (exit $ac_status); } &&
9947 { ac_try
='test -z "$ac_c_werror_flag"
9948 || test ! -s conftest.err'
9949 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9953 (exit $ac_status); }; } &&
9954 { ac_try
='test -s conftest$ac_exeext'
9955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9959 (exit $ac_status); }; }; then
9960 eval "$as_ac_var=yes"
9962 echo "$as_me: failed program was:" >&5
9963 sed 's/^/| /' conftest.
$ac_ext >&5
9965 eval "$as_ac_var=no"
9967 rm -f conftest.err conftest.
$ac_objext \
9968 conftest
$ac_exeext conftest.
$ac_ext
9970 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9971 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9972 if test `eval echo '${'$as_ac_var'}'` = yes; then
9973 cat >>confdefs.h
<<_ACEOF
9974 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9990 for ac_func
in sleep time ttyname signal alarm ctime
clock access fork execl
9992 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9993 echo "$as_me:$LINENO: checking for $ac_func" >&5
9994 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9995 if eval "test \"\${$as_ac_var+set}\" = set"; then
9996 echo $ECHO_N "(cached) $ECHO_C" >&6
9998 if test x
$gcc_no_link = xyes
; then
9999 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10000 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10001 { (exit 1); exit 1; }; }
10003 cat >conftest.
$ac_ext <<_ACEOF
10006 cat confdefs.h
>>conftest.
$ac_ext
10007 cat >>conftest.
$ac_ext <<_ACEOF
10008 /* end confdefs.h. */
10009 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10010 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10011 #define $ac_func innocuous_$ac_func
10013 /* System header to define __stub macros and hopefully few prototypes,
10014 which can conflict with char $ac_func (); below.
10015 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10016 <limits.h> exists even on freestanding compilers. */
10019 # include <limits.h>
10021 # include <assert.h>
10026 /* Override any gcc2 internal prototype to avoid an error. */
10031 /* We use char because int might match the return type of a gcc2
10032 builtin and then its argument prototype would still apply. */
10034 /* The GNU C library defines this for functions which it implements
10035 to always fail with ENOSYS. Some functions are actually named
10036 something starting with __ and the normal name is an alias. */
10037 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10040 char (*f) () = $ac_func;
10049 return f != $ac_func;
10054 rm -f conftest.
$ac_objext conftest
$ac_exeext
10055 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10056 (eval $ac_link) 2>conftest.er1
10058 grep -v '^ *+' conftest.er1
>conftest.err
10060 cat conftest.err
>&5
10061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10062 (exit $ac_status); } &&
10063 { ac_try
='test -z "$ac_c_werror_flag"
10064 || test ! -s conftest.err'
10065 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10066 (eval $ac_try) 2>&5
10068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10069 (exit $ac_status); }; } &&
10070 { ac_try
='test -s conftest$ac_exeext'
10071 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10072 (eval $ac_try) 2>&5
10074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10075 (exit $ac_status); }; }; then
10076 eval "$as_ac_var=yes"
10078 echo "$as_me: failed program was:" >&5
10079 sed 's/^/| /' conftest.
$ac_ext >&5
10081 eval "$as_ac_var=no"
10083 rm -f conftest.err conftest.
$ac_objext \
10084 conftest
$ac_exeext conftest.
$ac_ext
10086 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
10087 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
10088 if test `eval echo '${'$as_ac_var'}'` = yes; then
10089 cat >>confdefs.h
<<_ACEOF
10090 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10098 for ac_func
in wait setmode
10100 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10101 echo "$as_me:$LINENO: checking for $ac_func" >&5
10102 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
10103 if eval "test \"\${$as_ac_var+set}\" = set"; then
10104 echo $ECHO_N "(cached) $ECHO_C" >&6
10106 if test x
$gcc_no_link = xyes
; then
10107 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10108 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10109 { (exit 1); exit 1; }; }
10111 cat >conftest.
$ac_ext <<_ACEOF
10114 cat confdefs.h
>>conftest.
$ac_ext
10115 cat >>conftest.
$ac_ext <<_ACEOF
10116 /* end confdefs.h. */
10117 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10118 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10119 #define $ac_func innocuous_$ac_func
10121 /* System header to define __stub macros and hopefully few prototypes,
10122 which can conflict with char $ac_func (); below.
10123 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10124 <limits.h> exists even on freestanding compilers. */
10127 # include <limits.h>
10129 # include <assert.h>
10134 /* Override any gcc2 internal prototype to avoid an error. */
10139 /* We use char because int might match the return type of a gcc2
10140 builtin and then its argument prototype would still apply. */
10142 /* The GNU C library defines this for functions which it implements
10143 to always fail with ENOSYS. Some functions are actually named
10144 something starting with __ and the normal name is an alias. */
10145 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10148 char (*f) () = $ac_func;
10157 return f != $ac_func;
10162 rm -f conftest.
$ac_objext conftest
$ac_exeext
10163 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10164 (eval $ac_link) 2>conftest.er1
10166 grep -v '^ *+' conftest.er1
>conftest.err
10168 cat conftest.err
>&5
10169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10170 (exit $ac_status); } &&
10171 { ac_try
='test -z "$ac_c_werror_flag"
10172 || test ! -s conftest.err'
10173 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10174 (eval $ac_try) 2>&5
10176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10177 (exit $ac_status); }; } &&
10178 { ac_try
='test -s conftest$ac_exeext'
10179 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10180 (eval $ac_try) 2>&5
10182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10183 (exit $ac_status); }; }; then
10184 eval "$as_ac_var=yes"
10186 echo "$as_me: failed program was:" >&5
10187 sed 's/^/| /' conftest.
$ac_ext >&5
10189 eval "$as_ac_var=no"
10191 rm -f conftest.err conftest.
$ac_objext \
10192 conftest
$ac_exeext conftest.
$ac_ext
10194 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
10195 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
10196 if test `eval echo '${'$as_ac_var'}'` = yes; then
10197 cat >>confdefs.h
<<_ACEOF
10198 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10206 echo "$as_me:$LINENO: checking for intptr_t" >&5
10207 echo $ECHO_N "checking for intptr_t... $ECHO_C" >&6
10208 if test "${ac_cv_type_intptr_t+set}" = set; then
10209 echo $ECHO_N "(cached) $ECHO_C" >&6
10211 cat >conftest.
$ac_ext <<_ACEOF
10214 cat confdefs.h
>>conftest.
$ac_ext
10215 cat >>conftest.
$ac_ext <<_ACEOF
10216 /* end confdefs.h. */
10217 $ac_includes_default
10221 if ((intptr_t *) 0)
10223 if (sizeof (intptr_t))
10229 rm -f conftest.
$ac_objext
10230 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10231 (eval $ac_compile) 2>conftest.er1
10233 grep -v '^ *+' conftest.er1
>conftest.err
10235 cat conftest.err
>&5
10236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10237 (exit $ac_status); } &&
10238 { ac_try
='test -z "$ac_c_werror_flag"
10239 || test ! -s conftest.err'
10240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10241 (eval $ac_try) 2>&5
10243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10244 (exit $ac_status); }; } &&
10245 { ac_try
='test -s conftest.$ac_objext'
10246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10247 (eval $ac_try) 2>&5
10249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10250 (exit $ac_status); }; }; then
10251 ac_cv_type_intptr_t
=yes
10253 echo "$as_me: failed program was:" >&5
10254 sed 's/^/| /' conftest.
$ac_ext >&5
10256 ac_cv_type_intptr_t
=no
10258 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10260 echo "$as_me:$LINENO: result: $ac_cv_type_intptr_t" >&5
10261 echo "${ECHO_T}$ac_cv_type_intptr_t" >&6
10262 if test $ac_cv_type_intptr_t = yes; then
10264 cat >>confdefs.h
<<_ACEOF
10265 #define HAVE_INTPTR_T 1
10272 # Check libc for getgid, getpid, getuid
10273 echo "$as_me:$LINENO: checking for getgid in -lc" >&5
10274 echo $ECHO_N "checking for getgid in -lc... $ECHO_C" >&6
10275 if test "${ac_cv_lib_c_getgid+set}" = set; then
10276 echo $ECHO_N "(cached) $ECHO_C" >&6
10278 ac_check_lib_save_LIBS
=$LIBS
10280 if test x
$gcc_no_link = xyes
; then
10281 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10282 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10283 { (exit 1); exit 1; }; }
10285 cat >conftest.
$ac_ext <<_ACEOF
10288 cat confdefs.h
>>conftest.
$ac_ext
10289 cat >>conftest.
$ac_ext <<_ACEOF
10290 /* end confdefs.h. */
10292 /* Override any gcc2 internal prototype to avoid an error. */
10296 /* We use char because int might match the return type of a gcc2
10297 builtin and then its argument prototype would still apply. */
10307 rm -f conftest.
$ac_objext conftest
$ac_exeext
10308 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10309 (eval $ac_link) 2>conftest.er1
10311 grep -v '^ *+' conftest.er1
>conftest.err
10313 cat conftest.err
>&5
10314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10315 (exit $ac_status); } &&
10316 { ac_try
='test -z "$ac_c_werror_flag"
10317 || test ! -s conftest.err'
10318 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10319 (eval $ac_try) 2>&5
10321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10322 (exit $ac_status); }; } &&
10323 { ac_try
='test -s conftest$ac_exeext'
10324 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10325 (eval $ac_try) 2>&5
10327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10328 (exit $ac_status); }; }; then
10329 ac_cv_lib_c_getgid
=yes
10331 echo "$as_me: failed program was:" >&5
10332 sed 's/^/| /' conftest.
$ac_ext >&5
10334 ac_cv_lib_c_getgid
=no
10336 rm -f conftest.err conftest.
$ac_objext \
10337 conftest
$ac_exeext conftest.
$ac_ext
10338 LIBS
=$ac_check_lib_save_LIBS
10340 echo "$as_me:$LINENO: result: $ac_cv_lib_c_getgid" >&5
10341 echo "${ECHO_T}$ac_cv_lib_c_getgid" >&6
10342 if test $ac_cv_lib_c_getgid = yes; then
10344 cat >>confdefs.h
<<\_ACEOF
10345 #define HAVE_GETGID 1
10350 echo "$as_me:$LINENO: checking for getpid in -lc" >&5
10351 echo $ECHO_N "checking for getpid in -lc... $ECHO_C" >&6
10352 if test "${ac_cv_lib_c_getpid+set}" = set; then
10353 echo $ECHO_N "(cached) $ECHO_C" >&6
10355 ac_check_lib_save_LIBS
=$LIBS
10357 if test x
$gcc_no_link = xyes
; then
10358 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10359 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10360 { (exit 1); exit 1; }; }
10362 cat >conftest.
$ac_ext <<_ACEOF
10365 cat confdefs.h
>>conftest.
$ac_ext
10366 cat >>conftest.
$ac_ext <<_ACEOF
10367 /* end confdefs.h. */
10369 /* Override any gcc2 internal prototype to avoid an error. */
10373 /* We use char because int might match the return type of a gcc2
10374 builtin and then its argument prototype would still apply. */
10384 rm -f conftest.
$ac_objext conftest
$ac_exeext
10385 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10386 (eval $ac_link) 2>conftest.er1
10388 grep -v '^ *+' conftest.er1
>conftest.err
10390 cat conftest.err
>&5
10391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10392 (exit $ac_status); } &&
10393 { ac_try
='test -z "$ac_c_werror_flag"
10394 || test ! -s conftest.err'
10395 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10396 (eval $ac_try) 2>&5
10398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10399 (exit $ac_status); }; } &&
10400 { ac_try
='test -s conftest$ac_exeext'
10401 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10402 (eval $ac_try) 2>&5
10404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10405 (exit $ac_status); }; }; then
10406 ac_cv_lib_c_getpid
=yes
10408 echo "$as_me: failed program was:" >&5
10409 sed 's/^/| /' conftest.
$ac_ext >&5
10411 ac_cv_lib_c_getpid
=no
10413 rm -f conftest.err conftest.
$ac_objext \
10414 conftest
$ac_exeext conftest.
$ac_ext
10415 LIBS
=$ac_check_lib_save_LIBS
10417 echo "$as_me:$LINENO: result: $ac_cv_lib_c_getpid" >&5
10418 echo "${ECHO_T}$ac_cv_lib_c_getpid" >&6
10419 if test $ac_cv_lib_c_getpid = yes; then
10421 cat >>confdefs.h
<<\_ACEOF
10422 #define HAVE_GETPID 1
10427 echo "$as_me:$LINENO: checking for getuid in -lc" >&5
10428 echo $ECHO_N "checking for getuid in -lc... $ECHO_C" >&6
10429 if test "${ac_cv_lib_c_getuid+set}" = set; then
10430 echo $ECHO_N "(cached) $ECHO_C" >&6
10432 ac_check_lib_save_LIBS
=$LIBS
10434 if test x
$gcc_no_link = xyes
; then
10435 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10436 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10437 { (exit 1); exit 1; }; }
10439 cat >conftest.
$ac_ext <<_ACEOF
10442 cat confdefs.h
>>conftest.
$ac_ext
10443 cat >>conftest.
$ac_ext <<_ACEOF
10444 /* end confdefs.h. */
10446 /* Override any gcc2 internal prototype to avoid an error. */
10450 /* We use char because int might match the return type of a gcc2
10451 builtin and then its argument prototype would still apply. */
10461 rm -f conftest.
$ac_objext conftest
$ac_exeext
10462 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10463 (eval $ac_link) 2>conftest.er1
10465 grep -v '^ *+' conftest.er1
>conftest.err
10467 cat conftest.err
>&5
10468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10469 (exit $ac_status); } &&
10470 { ac_try
='test -z "$ac_c_werror_flag"
10471 || test ! -s conftest.err'
10472 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10473 (eval $ac_try) 2>&5
10475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10476 (exit $ac_status); }; } &&
10477 { ac_try
='test -s conftest$ac_exeext'
10478 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10479 (eval $ac_try) 2>&5
10481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10482 (exit $ac_status); }; }; then
10483 ac_cv_lib_c_getuid
=yes
10485 echo "$as_me: failed program was:" >&5
10486 sed 's/^/| /' conftest.
$ac_ext >&5
10488 ac_cv_lib_c_getuid
=no
10490 rm -f conftest.err conftest.
$ac_objext \
10491 conftest
$ac_exeext conftest.
$ac_ext
10492 LIBS
=$ac_check_lib_save_LIBS
10494 echo "$as_me:$LINENO: result: $ac_cv_lib_c_getuid" >&5
10495 echo "${ECHO_T}$ac_cv_lib_c_getuid" >&6
10496 if test $ac_cv_lib_c_getuid = yes; then
10498 cat >>confdefs.h
<<\_ACEOF
10499 #define HAVE_GETUID 1
10505 # Check for C99 (and other IEEE) math functions
10506 # ??? This list seems awful long. Is there a better way to test for these?
10507 echo "$as_me:$LINENO: checking for acosf in -lm" >&5
10508 echo $ECHO_N "checking for acosf in -lm... $ECHO_C" >&6
10509 if test "${ac_cv_lib_m_acosf+set}" = set; then
10510 echo $ECHO_N "(cached) $ECHO_C" >&6
10512 ac_check_lib_save_LIBS
=$LIBS
10514 if test x
$gcc_no_link = xyes
; then
10515 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10516 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10517 { (exit 1); exit 1; }; }
10519 cat >conftest.
$ac_ext <<_ACEOF
10522 cat confdefs.h
>>conftest.
$ac_ext
10523 cat >>conftest.
$ac_ext <<_ACEOF
10524 /* end confdefs.h. */
10526 /* Override any gcc2 internal prototype to avoid an error. */
10530 /* We use char because int might match the return type of a gcc2
10531 builtin and then its argument prototype would still apply. */
10541 rm -f conftest.
$ac_objext conftest
$ac_exeext
10542 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10543 (eval $ac_link) 2>conftest.er1
10545 grep -v '^ *+' conftest.er1
>conftest.err
10547 cat conftest.err
>&5
10548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10549 (exit $ac_status); } &&
10550 { ac_try
='test -z "$ac_c_werror_flag"
10551 || test ! -s conftest.err'
10552 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10553 (eval $ac_try) 2>&5
10555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10556 (exit $ac_status); }; } &&
10557 { ac_try
='test -s conftest$ac_exeext'
10558 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10559 (eval $ac_try) 2>&5
10561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10562 (exit $ac_status); }; }; then
10563 ac_cv_lib_m_acosf
=yes
10565 echo "$as_me: failed program was:" >&5
10566 sed 's/^/| /' conftest.
$ac_ext >&5
10568 ac_cv_lib_m_acosf
=no
10570 rm -f conftest.err conftest.
$ac_objext \
10571 conftest
$ac_exeext conftest.
$ac_ext
10572 LIBS
=$ac_check_lib_save_LIBS
10574 echo "$as_me:$LINENO: result: $ac_cv_lib_m_acosf" >&5
10575 echo "${ECHO_T}$ac_cv_lib_m_acosf" >&6
10576 if test $ac_cv_lib_m_acosf = yes; then
10578 cat >>confdefs.h
<<\_ACEOF
10579 #define HAVE_ACOSF 1
10584 echo "$as_me:$LINENO: checking for acos in -lm" >&5
10585 echo $ECHO_N "checking for acos in -lm... $ECHO_C" >&6
10586 if test "${ac_cv_lib_m_acos+set}" = set; then
10587 echo $ECHO_N "(cached) $ECHO_C" >&6
10589 ac_check_lib_save_LIBS
=$LIBS
10591 if test x
$gcc_no_link = xyes
; then
10592 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10593 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10594 { (exit 1); exit 1; }; }
10596 cat >conftest.
$ac_ext <<_ACEOF
10599 cat confdefs.h
>>conftest.
$ac_ext
10600 cat >>conftest.
$ac_ext <<_ACEOF
10601 /* end confdefs.h. */
10603 /* Override any gcc2 internal prototype to avoid an error. */
10607 /* We use char because int might match the return type of a gcc2
10608 builtin and then its argument prototype would still apply. */
10618 rm -f conftest.
$ac_objext conftest
$ac_exeext
10619 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10620 (eval $ac_link) 2>conftest.er1
10622 grep -v '^ *+' conftest.er1
>conftest.err
10624 cat conftest.err
>&5
10625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10626 (exit $ac_status); } &&
10627 { ac_try
='test -z "$ac_c_werror_flag"
10628 || test ! -s conftest.err'
10629 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10630 (eval $ac_try) 2>&5
10632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10633 (exit $ac_status); }; } &&
10634 { ac_try
='test -s conftest$ac_exeext'
10635 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10636 (eval $ac_try) 2>&5
10638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10639 (exit $ac_status); }; }; then
10640 ac_cv_lib_m_acos
=yes
10642 echo "$as_me: failed program was:" >&5
10643 sed 's/^/| /' conftest.
$ac_ext >&5
10645 ac_cv_lib_m_acos
=no
10647 rm -f conftest.err conftest.
$ac_objext \
10648 conftest
$ac_exeext conftest.
$ac_ext
10649 LIBS
=$ac_check_lib_save_LIBS
10651 echo "$as_me:$LINENO: result: $ac_cv_lib_m_acos" >&5
10652 echo "${ECHO_T}$ac_cv_lib_m_acos" >&6
10653 if test $ac_cv_lib_m_acos = yes; then
10655 cat >>confdefs.h
<<\_ACEOF
10656 #define HAVE_ACOS 1
10661 echo "$as_me:$LINENO: checking for acosl in -lm" >&5
10662 echo $ECHO_N "checking for acosl in -lm... $ECHO_C" >&6
10663 if test "${ac_cv_lib_m_acosl+set}" = set; then
10664 echo $ECHO_N "(cached) $ECHO_C" >&6
10666 ac_check_lib_save_LIBS
=$LIBS
10668 if test x
$gcc_no_link = xyes
; then
10669 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10670 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10671 { (exit 1); exit 1; }; }
10673 cat >conftest.
$ac_ext <<_ACEOF
10676 cat confdefs.h
>>conftest.
$ac_ext
10677 cat >>conftest.
$ac_ext <<_ACEOF
10678 /* end confdefs.h. */
10680 /* Override any gcc2 internal prototype to avoid an error. */
10684 /* We use char because int might match the return type of a gcc2
10685 builtin and then its argument prototype would still apply. */
10695 rm -f conftest.
$ac_objext conftest
$ac_exeext
10696 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10697 (eval $ac_link) 2>conftest.er1
10699 grep -v '^ *+' conftest.er1
>conftest.err
10701 cat conftest.err
>&5
10702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10703 (exit $ac_status); } &&
10704 { ac_try
='test -z "$ac_c_werror_flag"
10705 || test ! -s conftest.err'
10706 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10707 (eval $ac_try) 2>&5
10709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10710 (exit $ac_status); }; } &&
10711 { ac_try
='test -s conftest$ac_exeext'
10712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10713 (eval $ac_try) 2>&5
10715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10716 (exit $ac_status); }; }; then
10717 ac_cv_lib_m_acosl
=yes
10719 echo "$as_me: failed program was:" >&5
10720 sed 's/^/| /' conftest.
$ac_ext >&5
10722 ac_cv_lib_m_acosl
=no
10724 rm -f conftest.err conftest.
$ac_objext \
10725 conftest
$ac_exeext conftest.
$ac_ext
10726 LIBS
=$ac_check_lib_save_LIBS
10728 echo "$as_me:$LINENO: result: $ac_cv_lib_m_acosl" >&5
10729 echo "${ECHO_T}$ac_cv_lib_m_acosl" >&6
10730 if test $ac_cv_lib_m_acosl = yes; then
10732 cat >>confdefs.h
<<\_ACEOF
10733 #define HAVE_ACOSL 1
10738 echo "$as_me:$LINENO: checking for acoshf in -lm" >&5
10739 echo $ECHO_N "checking for acoshf in -lm... $ECHO_C" >&6
10740 if test "${ac_cv_lib_m_acoshf+set}" = set; then
10741 echo $ECHO_N "(cached) $ECHO_C" >&6
10743 ac_check_lib_save_LIBS
=$LIBS
10745 if test x
$gcc_no_link = xyes
; then
10746 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10747 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10748 { (exit 1); exit 1; }; }
10750 cat >conftest.
$ac_ext <<_ACEOF
10753 cat confdefs.h
>>conftest.
$ac_ext
10754 cat >>conftest.
$ac_ext <<_ACEOF
10755 /* end confdefs.h. */
10757 /* Override any gcc2 internal prototype to avoid an error. */
10761 /* We use char because int might match the return type of a gcc2
10762 builtin and then its argument prototype would still apply. */
10772 rm -f conftest.
$ac_objext conftest
$ac_exeext
10773 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10774 (eval $ac_link) 2>conftest.er1
10776 grep -v '^ *+' conftest.er1
>conftest.err
10778 cat conftest.err
>&5
10779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10780 (exit $ac_status); } &&
10781 { ac_try
='test -z "$ac_c_werror_flag"
10782 || test ! -s conftest.err'
10783 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10784 (eval $ac_try) 2>&5
10786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10787 (exit $ac_status); }; } &&
10788 { ac_try
='test -s conftest$ac_exeext'
10789 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10790 (eval $ac_try) 2>&5
10792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10793 (exit $ac_status); }; }; then
10794 ac_cv_lib_m_acoshf
=yes
10796 echo "$as_me: failed program was:" >&5
10797 sed 's/^/| /' conftest.
$ac_ext >&5
10799 ac_cv_lib_m_acoshf
=no
10801 rm -f conftest.err conftest.
$ac_objext \
10802 conftest
$ac_exeext conftest.
$ac_ext
10803 LIBS
=$ac_check_lib_save_LIBS
10805 echo "$as_me:$LINENO: result: $ac_cv_lib_m_acoshf" >&5
10806 echo "${ECHO_T}$ac_cv_lib_m_acoshf" >&6
10807 if test $ac_cv_lib_m_acoshf = yes; then
10809 cat >>confdefs.h
<<\_ACEOF
10810 #define HAVE_ACOSHF 1
10815 echo "$as_me:$LINENO: checking for acosh in -lm" >&5
10816 echo $ECHO_N "checking for acosh in -lm... $ECHO_C" >&6
10817 if test "${ac_cv_lib_m_acosh+set}" = set; then
10818 echo $ECHO_N "(cached) $ECHO_C" >&6
10820 ac_check_lib_save_LIBS
=$LIBS
10822 if test x
$gcc_no_link = xyes
; then
10823 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10824 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10825 { (exit 1); exit 1; }; }
10827 cat >conftest.
$ac_ext <<_ACEOF
10830 cat confdefs.h
>>conftest.
$ac_ext
10831 cat >>conftest.
$ac_ext <<_ACEOF
10832 /* end confdefs.h. */
10834 /* Override any gcc2 internal prototype to avoid an error. */
10838 /* We use char because int might match the return type of a gcc2
10839 builtin and then its argument prototype would still apply. */
10849 rm -f conftest.
$ac_objext conftest
$ac_exeext
10850 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10851 (eval $ac_link) 2>conftest.er1
10853 grep -v '^ *+' conftest.er1
>conftest.err
10855 cat conftest.err
>&5
10856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10857 (exit $ac_status); } &&
10858 { ac_try
='test -z "$ac_c_werror_flag"
10859 || test ! -s conftest.err'
10860 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10861 (eval $ac_try) 2>&5
10863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10864 (exit $ac_status); }; } &&
10865 { ac_try
='test -s conftest$ac_exeext'
10866 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10867 (eval $ac_try) 2>&5
10869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10870 (exit $ac_status); }; }; then
10871 ac_cv_lib_m_acosh
=yes
10873 echo "$as_me: failed program was:" >&5
10874 sed 's/^/| /' conftest.
$ac_ext >&5
10876 ac_cv_lib_m_acosh
=no
10878 rm -f conftest.err conftest.
$ac_objext \
10879 conftest
$ac_exeext conftest.
$ac_ext
10880 LIBS
=$ac_check_lib_save_LIBS
10882 echo "$as_me:$LINENO: result: $ac_cv_lib_m_acosh" >&5
10883 echo "${ECHO_T}$ac_cv_lib_m_acosh" >&6
10884 if test $ac_cv_lib_m_acosh = yes; then
10886 cat >>confdefs.h
<<\_ACEOF
10887 #define HAVE_ACOSH 1
10892 echo "$as_me:$LINENO: checking for acoshl in -lm" >&5
10893 echo $ECHO_N "checking for acoshl in -lm... $ECHO_C" >&6
10894 if test "${ac_cv_lib_m_acoshl+set}" = set; then
10895 echo $ECHO_N "(cached) $ECHO_C" >&6
10897 ac_check_lib_save_LIBS
=$LIBS
10899 if test x
$gcc_no_link = xyes
; then
10900 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10901 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10902 { (exit 1); exit 1; }; }
10904 cat >conftest.
$ac_ext <<_ACEOF
10907 cat confdefs.h
>>conftest.
$ac_ext
10908 cat >>conftest.
$ac_ext <<_ACEOF
10909 /* end confdefs.h. */
10911 /* Override any gcc2 internal prototype to avoid an error. */
10915 /* We use char because int might match the return type of a gcc2
10916 builtin and then its argument prototype would still apply. */
10926 rm -f conftest.
$ac_objext conftest
$ac_exeext
10927 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10928 (eval $ac_link) 2>conftest.er1
10930 grep -v '^ *+' conftest.er1
>conftest.err
10932 cat conftest.err
>&5
10933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10934 (exit $ac_status); } &&
10935 { ac_try
='test -z "$ac_c_werror_flag"
10936 || test ! -s conftest.err'
10937 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10938 (eval $ac_try) 2>&5
10940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10941 (exit $ac_status); }; } &&
10942 { ac_try
='test -s conftest$ac_exeext'
10943 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10944 (eval $ac_try) 2>&5
10946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10947 (exit $ac_status); }; }; then
10948 ac_cv_lib_m_acoshl
=yes
10950 echo "$as_me: failed program was:" >&5
10951 sed 's/^/| /' conftest.
$ac_ext >&5
10953 ac_cv_lib_m_acoshl
=no
10955 rm -f conftest.err conftest.
$ac_objext \
10956 conftest
$ac_exeext conftest.
$ac_ext
10957 LIBS
=$ac_check_lib_save_LIBS
10959 echo "$as_me:$LINENO: result: $ac_cv_lib_m_acoshl" >&5
10960 echo "${ECHO_T}$ac_cv_lib_m_acoshl" >&6
10961 if test $ac_cv_lib_m_acoshl = yes; then
10963 cat >>confdefs.h
<<\_ACEOF
10964 #define HAVE_ACOSHL 1
10969 echo "$as_me:$LINENO: checking for asinf in -lm" >&5
10970 echo $ECHO_N "checking for asinf in -lm... $ECHO_C" >&6
10971 if test "${ac_cv_lib_m_asinf+set}" = set; then
10972 echo $ECHO_N "(cached) $ECHO_C" >&6
10974 ac_check_lib_save_LIBS
=$LIBS
10976 if test x
$gcc_no_link = xyes
; then
10977 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10978 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10979 { (exit 1); exit 1; }; }
10981 cat >conftest.
$ac_ext <<_ACEOF
10984 cat confdefs.h
>>conftest.
$ac_ext
10985 cat >>conftest.
$ac_ext <<_ACEOF
10986 /* end confdefs.h. */
10988 /* Override any gcc2 internal prototype to avoid an error. */
10992 /* We use char because int might match the return type of a gcc2
10993 builtin and then its argument prototype would still apply. */
11003 rm -f conftest.
$ac_objext conftest
$ac_exeext
11004 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11005 (eval $ac_link) 2>conftest.er1
11007 grep -v '^ *+' conftest.er1
>conftest.err
11009 cat conftest.err
>&5
11010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11011 (exit $ac_status); } &&
11012 { ac_try
='test -z "$ac_c_werror_flag"
11013 || test ! -s conftest.err'
11014 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11015 (eval $ac_try) 2>&5
11017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11018 (exit $ac_status); }; } &&
11019 { ac_try
='test -s conftest$ac_exeext'
11020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11021 (eval $ac_try) 2>&5
11023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11024 (exit $ac_status); }; }; then
11025 ac_cv_lib_m_asinf
=yes
11027 echo "$as_me: failed program was:" >&5
11028 sed 's/^/| /' conftest.
$ac_ext >&5
11030 ac_cv_lib_m_asinf
=no
11032 rm -f conftest.err conftest.
$ac_objext \
11033 conftest
$ac_exeext conftest.
$ac_ext
11034 LIBS
=$ac_check_lib_save_LIBS
11036 echo "$as_me:$LINENO: result: $ac_cv_lib_m_asinf" >&5
11037 echo "${ECHO_T}$ac_cv_lib_m_asinf" >&6
11038 if test $ac_cv_lib_m_asinf = yes; then
11040 cat >>confdefs.h
<<\_ACEOF
11041 #define HAVE_ASINF 1
11046 echo "$as_me:$LINENO: checking for asin in -lm" >&5
11047 echo $ECHO_N "checking for asin in -lm... $ECHO_C" >&6
11048 if test "${ac_cv_lib_m_asin+set}" = set; then
11049 echo $ECHO_N "(cached) $ECHO_C" >&6
11051 ac_check_lib_save_LIBS
=$LIBS
11053 if test x
$gcc_no_link = xyes
; then
11054 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11055 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11056 { (exit 1); exit 1; }; }
11058 cat >conftest.
$ac_ext <<_ACEOF
11061 cat confdefs.h
>>conftest.
$ac_ext
11062 cat >>conftest.
$ac_ext <<_ACEOF
11063 /* end confdefs.h. */
11065 /* Override any gcc2 internal prototype to avoid an error. */
11069 /* We use char because int might match the return type of a gcc2
11070 builtin and then its argument prototype would still apply. */
11080 rm -f conftest.
$ac_objext conftest
$ac_exeext
11081 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11082 (eval $ac_link) 2>conftest.er1
11084 grep -v '^ *+' conftest.er1
>conftest.err
11086 cat conftest.err
>&5
11087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11088 (exit $ac_status); } &&
11089 { ac_try
='test -z "$ac_c_werror_flag"
11090 || test ! -s conftest.err'
11091 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11092 (eval $ac_try) 2>&5
11094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11095 (exit $ac_status); }; } &&
11096 { ac_try
='test -s conftest$ac_exeext'
11097 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11098 (eval $ac_try) 2>&5
11100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11101 (exit $ac_status); }; }; then
11102 ac_cv_lib_m_asin
=yes
11104 echo "$as_me: failed program was:" >&5
11105 sed 's/^/| /' conftest.
$ac_ext >&5
11107 ac_cv_lib_m_asin
=no
11109 rm -f conftest.err conftest.
$ac_objext \
11110 conftest
$ac_exeext conftest.
$ac_ext
11111 LIBS
=$ac_check_lib_save_LIBS
11113 echo "$as_me:$LINENO: result: $ac_cv_lib_m_asin" >&5
11114 echo "${ECHO_T}$ac_cv_lib_m_asin" >&6
11115 if test $ac_cv_lib_m_asin = yes; then
11117 cat >>confdefs.h
<<\_ACEOF
11118 #define HAVE_ASIN 1
11123 echo "$as_me:$LINENO: checking for asinl in -lm" >&5
11124 echo $ECHO_N "checking for asinl in -lm... $ECHO_C" >&6
11125 if test "${ac_cv_lib_m_asinl+set}" = set; then
11126 echo $ECHO_N "(cached) $ECHO_C" >&6
11128 ac_check_lib_save_LIBS
=$LIBS
11130 if test x
$gcc_no_link = xyes
; then
11131 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11132 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11133 { (exit 1); exit 1; }; }
11135 cat >conftest.
$ac_ext <<_ACEOF
11138 cat confdefs.h
>>conftest.
$ac_ext
11139 cat >>conftest.
$ac_ext <<_ACEOF
11140 /* end confdefs.h. */
11142 /* Override any gcc2 internal prototype to avoid an error. */
11146 /* We use char because int might match the return type of a gcc2
11147 builtin and then its argument prototype would still apply. */
11157 rm -f conftest.
$ac_objext conftest
$ac_exeext
11158 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11159 (eval $ac_link) 2>conftest.er1
11161 grep -v '^ *+' conftest.er1
>conftest.err
11163 cat conftest.err
>&5
11164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11165 (exit $ac_status); } &&
11166 { ac_try
='test -z "$ac_c_werror_flag"
11167 || test ! -s conftest.err'
11168 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11169 (eval $ac_try) 2>&5
11171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11172 (exit $ac_status); }; } &&
11173 { ac_try
='test -s conftest$ac_exeext'
11174 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11175 (eval $ac_try) 2>&5
11177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11178 (exit $ac_status); }; }; then
11179 ac_cv_lib_m_asinl
=yes
11181 echo "$as_me: failed program was:" >&5
11182 sed 's/^/| /' conftest.
$ac_ext >&5
11184 ac_cv_lib_m_asinl
=no
11186 rm -f conftest.err conftest.
$ac_objext \
11187 conftest
$ac_exeext conftest.
$ac_ext
11188 LIBS
=$ac_check_lib_save_LIBS
11190 echo "$as_me:$LINENO: result: $ac_cv_lib_m_asinl" >&5
11191 echo "${ECHO_T}$ac_cv_lib_m_asinl" >&6
11192 if test $ac_cv_lib_m_asinl = yes; then
11194 cat >>confdefs.h
<<\_ACEOF
11195 #define HAVE_ASINL 1
11200 echo "$as_me:$LINENO: checking for asinhf in -lm" >&5
11201 echo $ECHO_N "checking for asinhf in -lm... $ECHO_C" >&6
11202 if test "${ac_cv_lib_m_asinhf+set}" = set; then
11203 echo $ECHO_N "(cached) $ECHO_C" >&6
11205 ac_check_lib_save_LIBS
=$LIBS
11207 if test x
$gcc_no_link = xyes
; then
11208 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11209 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11210 { (exit 1); exit 1; }; }
11212 cat >conftest.
$ac_ext <<_ACEOF
11215 cat confdefs.h
>>conftest.
$ac_ext
11216 cat >>conftest.
$ac_ext <<_ACEOF
11217 /* end confdefs.h. */
11219 /* Override any gcc2 internal prototype to avoid an error. */
11223 /* We use char because int might match the return type of a gcc2
11224 builtin and then its argument prototype would still apply. */
11234 rm -f conftest.
$ac_objext conftest
$ac_exeext
11235 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11236 (eval $ac_link) 2>conftest.er1
11238 grep -v '^ *+' conftest.er1
>conftest.err
11240 cat conftest.err
>&5
11241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11242 (exit $ac_status); } &&
11243 { ac_try
='test -z "$ac_c_werror_flag"
11244 || test ! -s conftest.err'
11245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11246 (eval $ac_try) 2>&5
11248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11249 (exit $ac_status); }; } &&
11250 { ac_try
='test -s conftest$ac_exeext'
11251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11252 (eval $ac_try) 2>&5
11254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11255 (exit $ac_status); }; }; then
11256 ac_cv_lib_m_asinhf
=yes
11258 echo "$as_me: failed program was:" >&5
11259 sed 's/^/| /' conftest.
$ac_ext >&5
11261 ac_cv_lib_m_asinhf
=no
11263 rm -f conftest.err conftest.
$ac_objext \
11264 conftest
$ac_exeext conftest.
$ac_ext
11265 LIBS
=$ac_check_lib_save_LIBS
11267 echo "$as_me:$LINENO: result: $ac_cv_lib_m_asinhf" >&5
11268 echo "${ECHO_T}$ac_cv_lib_m_asinhf" >&6
11269 if test $ac_cv_lib_m_asinhf = yes; then
11271 cat >>confdefs.h
<<\_ACEOF
11272 #define HAVE_ASINHF 1
11277 echo "$as_me:$LINENO: checking for asinh in -lm" >&5
11278 echo $ECHO_N "checking for asinh in -lm... $ECHO_C" >&6
11279 if test "${ac_cv_lib_m_asinh+set}" = set; then
11280 echo $ECHO_N "(cached) $ECHO_C" >&6
11282 ac_check_lib_save_LIBS
=$LIBS
11284 if test x
$gcc_no_link = xyes
; then
11285 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11286 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11287 { (exit 1); exit 1; }; }
11289 cat >conftest.
$ac_ext <<_ACEOF
11292 cat confdefs.h
>>conftest.
$ac_ext
11293 cat >>conftest.
$ac_ext <<_ACEOF
11294 /* end confdefs.h. */
11296 /* Override any gcc2 internal prototype to avoid an error. */
11300 /* We use char because int might match the return type of a gcc2
11301 builtin and then its argument prototype would still apply. */
11311 rm -f conftest.
$ac_objext conftest
$ac_exeext
11312 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11313 (eval $ac_link) 2>conftest.er1
11315 grep -v '^ *+' conftest.er1
>conftest.err
11317 cat conftest.err
>&5
11318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11319 (exit $ac_status); } &&
11320 { ac_try
='test -z "$ac_c_werror_flag"
11321 || test ! -s conftest.err'
11322 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11323 (eval $ac_try) 2>&5
11325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11326 (exit $ac_status); }; } &&
11327 { ac_try
='test -s conftest$ac_exeext'
11328 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11329 (eval $ac_try) 2>&5
11331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11332 (exit $ac_status); }; }; then
11333 ac_cv_lib_m_asinh
=yes
11335 echo "$as_me: failed program was:" >&5
11336 sed 's/^/| /' conftest.
$ac_ext >&5
11338 ac_cv_lib_m_asinh
=no
11340 rm -f conftest.err conftest.
$ac_objext \
11341 conftest
$ac_exeext conftest.
$ac_ext
11342 LIBS
=$ac_check_lib_save_LIBS
11344 echo "$as_me:$LINENO: result: $ac_cv_lib_m_asinh" >&5
11345 echo "${ECHO_T}$ac_cv_lib_m_asinh" >&6
11346 if test $ac_cv_lib_m_asinh = yes; then
11348 cat >>confdefs.h
<<\_ACEOF
11349 #define HAVE_ASINH 1
11354 echo "$as_me:$LINENO: checking for asinhl in -lm" >&5
11355 echo $ECHO_N "checking for asinhl in -lm... $ECHO_C" >&6
11356 if test "${ac_cv_lib_m_asinhl+set}" = set; then
11357 echo $ECHO_N "(cached) $ECHO_C" >&6
11359 ac_check_lib_save_LIBS
=$LIBS
11361 if test x
$gcc_no_link = xyes
; then
11362 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11363 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11364 { (exit 1); exit 1; }; }
11366 cat >conftest.
$ac_ext <<_ACEOF
11369 cat confdefs.h
>>conftest.
$ac_ext
11370 cat >>conftest.
$ac_ext <<_ACEOF
11371 /* end confdefs.h. */
11373 /* Override any gcc2 internal prototype to avoid an error. */
11377 /* We use char because int might match the return type of a gcc2
11378 builtin and then its argument prototype would still apply. */
11388 rm -f conftest.
$ac_objext conftest
$ac_exeext
11389 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11390 (eval $ac_link) 2>conftest.er1
11392 grep -v '^ *+' conftest.er1
>conftest.err
11394 cat conftest.err
>&5
11395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11396 (exit $ac_status); } &&
11397 { ac_try
='test -z "$ac_c_werror_flag"
11398 || test ! -s conftest.err'
11399 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11400 (eval $ac_try) 2>&5
11402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11403 (exit $ac_status); }; } &&
11404 { ac_try
='test -s conftest$ac_exeext'
11405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11406 (eval $ac_try) 2>&5
11408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11409 (exit $ac_status); }; }; then
11410 ac_cv_lib_m_asinhl
=yes
11412 echo "$as_me: failed program was:" >&5
11413 sed 's/^/| /' conftest.
$ac_ext >&5
11415 ac_cv_lib_m_asinhl
=no
11417 rm -f conftest.err conftest.
$ac_objext \
11418 conftest
$ac_exeext conftest.
$ac_ext
11419 LIBS
=$ac_check_lib_save_LIBS
11421 echo "$as_me:$LINENO: result: $ac_cv_lib_m_asinhl" >&5
11422 echo "${ECHO_T}$ac_cv_lib_m_asinhl" >&6
11423 if test $ac_cv_lib_m_asinhl = yes; then
11425 cat >>confdefs.h
<<\_ACEOF
11426 #define HAVE_ASINHL 1
11431 echo "$as_me:$LINENO: checking for atan2f in -lm" >&5
11432 echo $ECHO_N "checking for atan2f in -lm... $ECHO_C" >&6
11433 if test "${ac_cv_lib_m_atan2f+set}" = set; then
11434 echo $ECHO_N "(cached) $ECHO_C" >&6
11436 ac_check_lib_save_LIBS
=$LIBS
11438 if test x
$gcc_no_link = xyes
; then
11439 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11440 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11441 { (exit 1); exit 1; }; }
11443 cat >conftest.
$ac_ext <<_ACEOF
11446 cat confdefs.h
>>conftest.
$ac_ext
11447 cat >>conftest.
$ac_ext <<_ACEOF
11448 /* end confdefs.h. */
11450 /* Override any gcc2 internal prototype to avoid an error. */
11454 /* We use char because int might match the return type of a gcc2
11455 builtin and then its argument prototype would still apply. */
11465 rm -f conftest.
$ac_objext conftest
$ac_exeext
11466 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11467 (eval $ac_link) 2>conftest.er1
11469 grep -v '^ *+' conftest.er1
>conftest.err
11471 cat conftest.err
>&5
11472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11473 (exit $ac_status); } &&
11474 { ac_try
='test -z "$ac_c_werror_flag"
11475 || test ! -s conftest.err'
11476 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11477 (eval $ac_try) 2>&5
11479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11480 (exit $ac_status); }; } &&
11481 { ac_try
='test -s conftest$ac_exeext'
11482 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11483 (eval $ac_try) 2>&5
11485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11486 (exit $ac_status); }; }; then
11487 ac_cv_lib_m_atan2f
=yes
11489 echo "$as_me: failed program was:" >&5
11490 sed 's/^/| /' conftest.
$ac_ext >&5
11492 ac_cv_lib_m_atan2f
=no
11494 rm -f conftest.err conftest.
$ac_objext \
11495 conftest
$ac_exeext conftest.
$ac_ext
11496 LIBS
=$ac_check_lib_save_LIBS
11498 echo "$as_me:$LINENO: result: $ac_cv_lib_m_atan2f" >&5
11499 echo "${ECHO_T}$ac_cv_lib_m_atan2f" >&6
11500 if test $ac_cv_lib_m_atan2f = yes; then
11502 cat >>confdefs.h
<<\_ACEOF
11503 #define HAVE_ATAN2F 1
11508 echo "$as_me:$LINENO: checking for atan2 in -lm" >&5
11509 echo $ECHO_N "checking for atan2 in -lm... $ECHO_C" >&6
11510 if test "${ac_cv_lib_m_atan2+set}" = set; then
11511 echo $ECHO_N "(cached) $ECHO_C" >&6
11513 ac_check_lib_save_LIBS
=$LIBS
11515 if test x
$gcc_no_link = xyes
; then
11516 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11517 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11518 { (exit 1); exit 1; }; }
11520 cat >conftest.
$ac_ext <<_ACEOF
11523 cat confdefs.h
>>conftest.
$ac_ext
11524 cat >>conftest.
$ac_ext <<_ACEOF
11525 /* end confdefs.h. */
11527 /* Override any gcc2 internal prototype to avoid an error. */
11531 /* We use char because int might match the return type of a gcc2
11532 builtin and then its argument prototype would still apply. */
11542 rm -f conftest.
$ac_objext conftest
$ac_exeext
11543 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11544 (eval $ac_link) 2>conftest.er1
11546 grep -v '^ *+' conftest.er1
>conftest.err
11548 cat conftest.err
>&5
11549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11550 (exit $ac_status); } &&
11551 { ac_try
='test -z "$ac_c_werror_flag"
11552 || test ! -s conftest.err'
11553 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11554 (eval $ac_try) 2>&5
11556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11557 (exit $ac_status); }; } &&
11558 { ac_try
='test -s conftest$ac_exeext'
11559 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11560 (eval $ac_try) 2>&5
11562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11563 (exit $ac_status); }; }; then
11564 ac_cv_lib_m_atan2
=yes
11566 echo "$as_me: failed program was:" >&5
11567 sed 's/^/| /' conftest.
$ac_ext >&5
11569 ac_cv_lib_m_atan2
=no
11571 rm -f conftest.err conftest.
$ac_objext \
11572 conftest
$ac_exeext conftest.
$ac_ext
11573 LIBS
=$ac_check_lib_save_LIBS
11575 echo "$as_me:$LINENO: result: $ac_cv_lib_m_atan2" >&5
11576 echo "${ECHO_T}$ac_cv_lib_m_atan2" >&6
11577 if test $ac_cv_lib_m_atan2 = yes; then
11579 cat >>confdefs.h
<<\_ACEOF
11580 #define HAVE_ATAN2 1
11585 echo "$as_me:$LINENO: checking for atan2l in -lm" >&5
11586 echo $ECHO_N "checking for atan2l in -lm... $ECHO_C" >&6
11587 if test "${ac_cv_lib_m_atan2l+set}" = set; then
11588 echo $ECHO_N "(cached) $ECHO_C" >&6
11590 ac_check_lib_save_LIBS
=$LIBS
11592 if test x
$gcc_no_link = xyes
; then
11593 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11594 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11595 { (exit 1); exit 1; }; }
11597 cat >conftest.
$ac_ext <<_ACEOF
11600 cat confdefs.h
>>conftest.
$ac_ext
11601 cat >>conftest.
$ac_ext <<_ACEOF
11602 /* end confdefs.h. */
11604 /* Override any gcc2 internal prototype to avoid an error. */
11608 /* We use char because int might match the return type of a gcc2
11609 builtin and then its argument prototype would still apply. */
11619 rm -f conftest.
$ac_objext conftest
$ac_exeext
11620 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11621 (eval $ac_link) 2>conftest.er1
11623 grep -v '^ *+' conftest.er1
>conftest.err
11625 cat conftest.err
>&5
11626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11627 (exit $ac_status); } &&
11628 { ac_try
='test -z "$ac_c_werror_flag"
11629 || test ! -s conftest.err'
11630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11631 (eval $ac_try) 2>&5
11633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11634 (exit $ac_status); }; } &&
11635 { ac_try
='test -s conftest$ac_exeext'
11636 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11637 (eval $ac_try) 2>&5
11639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11640 (exit $ac_status); }; }; then
11641 ac_cv_lib_m_atan2l
=yes
11643 echo "$as_me: failed program was:" >&5
11644 sed 's/^/| /' conftest.
$ac_ext >&5
11646 ac_cv_lib_m_atan2l
=no
11648 rm -f conftest.err conftest.
$ac_objext \
11649 conftest
$ac_exeext conftest.
$ac_ext
11650 LIBS
=$ac_check_lib_save_LIBS
11652 echo "$as_me:$LINENO: result: $ac_cv_lib_m_atan2l" >&5
11653 echo "${ECHO_T}$ac_cv_lib_m_atan2l" >&6
11654 if test $ac_cv_lib_m_atan2l = yes; then
11656 cat >>confdefs.h
<<\_ACEOF
11657 #define HAVE_ATAN2L 1
11662 echo "$as_me:$LINENO: checking for atanf in -lm" >&5
11663 echo $ECHO_N "checking for atanf in -lm... $ECHO_C" >&6
11664 if test "${ac_cv_lib_m_atanf+set}" = set; then
11665 echo $ECHO_N "(cached) $ECHO_C" >&6
11667 ac_check_lib_save_LIBS
=$LIBS
11669 if test x
$gcc_no_link = xyes
; then
11670 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11671 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11672 { (exit 1); exit 1; }; }
11674 cat >conftest.
$ac_ext <<_ACEOF
11677 cat confdefs.h
>>conftest.
$ac_ext
11678 cat >>conftest.
$ac_ext <<_ACEOF
11679 /* end confdefs.h. */
11681 /* Override any gcc2 internal prototype to avoid an error. */
11685 /* We use char because int might match the return type of a gcc2
11686 builtin and then its argument prototype would still apply. */
11696 rm -f conftest.
$ac_objext conftest
$ac_exeext
11697 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11698 (eval $ac_link) 2>conftest.er1
11700 grep -v '^ *+' conftest.er1
>conftest.err
11702 cat conftest.err
>&5
11703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11704 (exit $ac_status); } &&
11705 { ac_try
='test -z "$ac_c_werror_flag"
11706 || test ! -s conftest.err'
11707 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11708 (eval $ac_try) 2>&5
11710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11711 (exit $ac_status); }; } &&
11712 { ac_try
='test -s conftest$ac_exeext'
11713 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11714 (eval $ac_try) 2>&5
11716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11717 (exit $ac_status); }; }; then
11718 ac_cv_lib_m_atanf
=yes
11720 echo "$as_me: failed program was:" >&5
11721 sed 's/^/| /' conftest.
$ac_ext >&5
11723 ac_cv_lib_m_atanf
=no
11725 rm -f conftest.err conftest.
$ac_objext \
11726 conftest
$ac_exeext conftest.
$ac_ext
11727 LIBS
=$ac_check_lib_save_LIBS
11729 echo "$as_me:$LINENO: result: $ac_cv_lib_m_atanf" >&5
11730 echo "${ECHO_T}$ac_cv_lib_m_atanf" >&6
11731 if test $ac_cv_lib_m_atanf = yes; then
11733 cat >>confdefs.h
<<\_ACEOF
11734 #define HAVE_ATANF 1
11739 echo "$as_me:$LINENO: checking for atan in -lm" >&5
11740 echo $ECHO_N "checking for atan in -lm... $ECHO_C" >&6
11741 if test "${ac_cv_lib_m_atan+set}" = set; then
11742 echo $ECHO_N "(cached) $ECHO_C" >&6
11744 ac_check_lib_save_LIBS
=$LIBS
11746 if test x
$gcc_no_link = xyes
; then
11747 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11748 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11749 { (exit 1); exit 1; }; }
11751 cat >conftest.
$ac_ext <<_ACEOF
11754 cat confdefs.h
>>conftest.
$ac_ext
11755 cat >>conftest.
$ac_ext <<_ACEOF
11756 /* end confdefs.h. */
11758 /* Override any gcc2 internal prototype to avoid an error. */
11762 /* We use char because int might match the return type of a gcc2
11763 builtin and then its argument prototype would still apply. */
11773 rm -f conftest.
$ac_objext conftest
$ac_exeext
11774 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11775 (eval $ac_link) 2>conftest.er1
11777 grep -v '^ *+' conftest.er1
>conftest.err
11779 cat conftest.err
>&5
11780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11781 (exit $ac_status); } &&
11782 { ac_try
='test -z "$ac_c_werror_flag"
11783 || test ! -s conftest.err'
11784 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11785 (eval $ac_try) 2>&5
11787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11788 (exit $ac_status); }; } &&
11789 { ac_try
='test -s conftest$ac_exeext'
11790 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11791 (eval $ac_try) 2>&5
11793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11794 (exit $ac_status); }; }; then
11795 ac_cv_lib_m_atan
=yes
11797 echo "$as_me: failed program was:" >&5
11798 sed 's/^/| /' conftest.
$ac_ext >&5
11800 ac_cv_lib_m_atan
=no
11802 rm -f conftest.err conftest.
$ac_objext \
11803 conftest
$ac_exeext conftest.
$ac_ext
11804 LIBS
=$ac_check_lib_save_LIBS
11806 echo "$as_me:$LINENO: result: $ac_cv_lib_m_atan" >&5
11807 echo "${ECHO_T}$ac_cv_lib_m_atan" >&6
11808 if test $ac_cv_lib_m_atan = yes; then
11810 cat >>confdefs.h
<<\_ACEOF
11811 #define HAVE_ATAN 1
11816 echo "$as_me:$LINENO: checking for atanl in -lm" >&5
11817 echo $ECHO_N "checking for atanl in -lm... $ECHO_C" >&6
11818 if test "${ac_cv_lib_m_atanl+set}" = set; then
11819 echo $ECHO_N "(cached) $ECHO_C" >&6
11821 ac_check_lib_save_LIBS
=$LIBS
11823 if test x
$gcc_no_link = xyes
; then
11824 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11825 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11826 { (exit 1); exit 1; }; }
11828 cat >conftest.
$ac_ext <<_ACEOF
11831 cat confdefs.h
>>conftest.
$ac_ext
11832 cat >>conftest.
$ac_ext <<_ACEOF
11833 /* end confdefs.h. */
11835 /* Override any gcc2 internal prototype to avoid an error. */
11839 /* We use char because int might match the return type of a gcc2
11840 builtin and then its argument prototype would still apply. */
11850 rm -f conftest.
$ac_objext conftest
$ac_exeext
11851 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11852 (eval $ac_link) 2>conftest.er1
11854 grep -v '^ *+' conftest.er1
>conftest.err
11856 cat conftest.err
>&5
11857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11858 (exit $ac_status); } &&
11859 { ac_try
='test -z "$ac_c_werror_flag"
11860 || test ! -s conftest.err'
11861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11862 (eval $ac_try) 2>&5
11864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11865 (exit $ac_status); }; } &&
11866 { ac_try
='test -s conftest$ac_exeext'
11867 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11868 (eval $ac_try) 2>&5
11870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11871 (exit $ac_status); }; }; then
11872 ac_cv_lib_m_atanl
=yes
11874 echo "$as_me: failed program was:" >&5
11875 sed 's/^/| /' conftest.
$ac_ext >&5
11877 ac_cv_lib_m_atanl
=no
11879 rm -f conftest.err conftest.
$ac_objext \
11880 conftest
$ac_exeext conftest.
$ac_ext
11881 LIBS
=$ac_check_lib_save_LIBS
11883 echo "$as_me:$LINENO: result: $ac_cv_lib_m_atanl" >&5
11884 echo "${ECHO_T}$ac_cv_lib_m_atanl" >&6
11885 if test $ac_cv_lib_m_atanl = yes; then
11887 cat >>confdefs.h
<<\_ACEOF
11888 #define HAVE_ATANL 1
11893 echo "$as_me:$LINENO: checking for atanhf in -lm" >&5
11894 echo $ECHO_N "checking for atanhf in -lm... $ECHO_C" >&6
11895 if test "${ac_cv_lib_m_atanhf+set}" = set; then
11896 echo $ECHO_N "(cached) $ECHO_C" >&6
11898 ac_check_lib_save_LIBS
=$LIBS
11900 if test x
$gcc_no_link = xyes
; then
11901 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11902 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11903 { (exit 1); exit 1; }; }
11905 cat >conftest.
$ac_ext <<_ACEOF
11908 cat confdefs.h
>>conftest.
$ac_ext
11909 cat >>conftest.
$ac_ext <<_ACEOF
11910 /* end confdefs.h. */
11912 /* Override any gcc2 internal prototype to avoid an error. */
11916 /* We use char because int might match the return type of a gcc2
11917 builtin and then its argument prototype would still apply. */
11927 rm -f conftest.
$ac_objext conftest
$ac_exeext
11928 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11929 (eval $ac_link) 2>conftest.er1
11931 grep -v '^ *+' conftest.er1
>conftest.err
11933 cat conftest.err
>&5
11934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11935 (exit $ac_status); } &&
11936 { ac_try
='test -z "$ac_c_werror_flag"
11937 || test ! -s conftest.err'
11938 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11939 (eval $ac_try) 2>&5
11941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11942 (exit $ac_status); }; } &&
11943 { ac_try
='test -s conftest$ac_exeext'
11944 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11945 (eval $ac_try) 2>&5
11947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11948 (exit $ac_status); }; }; then
11949 ac_cv_lib_m_atanhf
=yes
11951 echo "$as_me: failed program was:" >&5
11952 sed 's/^/| /' conftest.
$ac_ext >&5
11954 ac_cv_lib_m_atanhf
=no
11956 rm -f conftest.err conftest.
$ac_objext \
11957 conftest
$ac_exeext conftest.
$ac_ext
11958 LIBS
=$ac_check_lib_save_LIBS
11960 echo "$as_me:$LINENO: result: $ac_cv_lib_m_atanhf" >&5
11961 echo "${ECHO_T}$ac_cv_lib_m_atanhf" >&6
11962 if test $ac_cv_lib_m_atanhf = yes; then
11964 cat >>confdefs.h
<<\_ACEOF
11965 #define HAVE_ATANHF 1
11970 echo "$as_me:$LINENO: checking for atanh in -lm" >&5
11971 echo $ECHO_N "checking for atanh in -lm... $ECHO_C" >&6
11972 if test "${ac_cv_lib_m_atanh+set}" = set; then
11973 echo $ECHO_N "(cached) $ECHO_C" >&6
11975 ac_check_lib_save_LIBS
=$LIBS
11977 if test x
$gcc_no_link = xyes
; then
11978 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11979 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11980 { (exit 1); exit 1; }; }
11982 cat >conftest.
$ac_ext <<_ACEOF
11985 cat confdefs.h
>>conftest.
$ac_ext
11986 cat >>conftest.
$ac_ext <<_ACEOF
11987 /* end confdefs.h. */
11989 /* Override any gcc2 internal prototype to avoid an error. */
11993 /* We use char because int might match the return type of a gcc2
11994 builtin and then its argument prototype would still apply. */
12004 rm -f conftest.
$ac_objext conftest
$ac_exeext
12005 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12006 (eval $ac_link) 2>conftest.er1
12008 grep -v '^ *+' conftest.er1
>conftest.err
12010 cat conftest.err
>&5
12011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12012 (exit $ac_status); } &&
12013 { ac_try
='test -z "$ac_c_werror_flag"
12014 || test ! -s conftest.err'
12015 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12016 (eval $ac_try) 2>&5
12018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12019 (exit $ac_status); }; } &&
12020 { ac_try
='test -s conftest$ac_exeext'
12021 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12022 (eval $ac_try) 2>&5
12024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12025 (exit $ac_status); }; }; then
12026 ac_cv_lib_m_atanh
=yes
12028 echo "$as_me: failed program was:" >&5
12029 sed 's/^/| /' conftest.
$ac_ext >&5
12031 ac_cv_lib_m_atanh
=no
12033 rm -f conftest.err conftest.
$ac_objext \
12034 conftest
$ac_exeext conftest.
$ac_ext
12035 LIBS
=$ac_check_lib_save_LIBS
12037 echo "$as_me:$LINENO: result: $ac_cv_lib_m_atanh" >&5
12038 echo "${ECHO_T}$ac_cv_lib_m_atanh" >&6
12039 if test $ac_cv_lib_m_atanh = yes; then
12041 cat >>confdefs.h
<<\_ACEOF
12042 #define HAVE_ATANH 1
12047 echo "$as_me:$LINENO: checking for atanhl in -lm" >&5
12048 echo $ECHO_N "checking for atanhl in -lm... $ECHO_C" >&6
12049 if test "${ac_cv_lib_m_atanhl+set}" = set; then
12050 echo $ECHO_N "(cached) $ECHO_C" >&6
12052 ac_check_lib_save_LIBS
=$LIBS
12054 if test x
$gcc_no_link = xyes
; then
12055 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12056 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12057 { (exit 1); exit 1; }; }
12059 cat >conftest.
$ac_ext <<_ACEOF
12062 cat confdefs.h
>>conftest.
$ac_ext
12063 cat >>conftest.
$ac_ext <<_ACEOF
12064 /* end confdefs.h. */
12066 /* Override any gcc2 internal prototype to avoid an error. */
12070 /* We use char because int might match the return type of a gcc2
12071 builtin and then its argument prototype would still apply. */
12081 rm -f conftest.
$ac_objext conftest
$ac_exeext
12082 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12083 (eval $ac_link) 2>conftest.er1
12085 grep -v '^ *+' conftest.er1
>conftest.err
12087 cat conftest.err
>&5
12088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12089 (exit $ac_status); } &&
12090 { ac_try
='test -z "$ac_c_werror_flag"
12091 || test ! -s conftest.err'
12092 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12093 (eval $ac_try) 2>&5
12095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12096 (exit $ac_status); }; } &&
12097 { ac_try
='test -s conftest$ac_exeext'
12098 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12099 (eval $ac_try) 2>&5
12101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12102 (exit $ac_status); }; }; then
12103 ac_cv_lib_m_atanhl
=yes
12105 echo "$as_me: failed program was:" >&5
12106 sed 's/^/| /' conftest.
$ac_ext >&5
12108 ac_cv_lib_m_atanhl
=no
12110 rm -f conftest.err conftest.
$ac_objext \
12111 conftest
$ac_exeext conftest.
$ac_ext
12112 LIBS
=$ac_check_lib_save_LIBS
12114 echo "$as_me:$LINENO: result: $ac_cv_lib_m_atanhl" >&5
12115 echo "${ECHO_T}$ac_cv_lib_m_atanhl" >&6
12116 if test $ac_cv_lib_m_atanhl = yes; then
12118 cat >>confdefs.h
<<\_ACEOF
12119 #define HAVE_ATANHL 1
12124 echo "$as_me:$LINENO: checking for cargf in -lm" >&5
12125 echo $ECHO_N "checking for cargf in -lm... $ECHO_C" >&6
12126 if test "${ac_cv_lib_m_cargf+set}" = set; then
12127 echo $ECHO_N "(cached) $ECHO_C" >&6
12129 ac_check_lib_save_LIBS
=$LIBS
12131 if test x
$gcc_no_link = xyes
; then
12132 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12133 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12134 { (exit 1); exit 1; }; }
12136 cat >conftest.
$ac_ext <<_ACEOF
12139 cat confdefs.h
>>conftest.
$ac_ext
12140 cat >>conftest.
$ac_ext <<_ACEOF
12141 /* end confdefs.h. */
12143 /* Override any gcc2 internal prototype to avoid an error. */
12147 /* We use char because int might match the return type of a gcc2
12148 builtin and then its argument prototype would still apply. */
12158 rm -f conftest.
$ac_objext conftest
$ac_exeext
12159 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12160 (eval $ac_link) 2>conftest.er1
12162 grep -v '^ *+' conftest.er1
>conftest.err
12164 cat conftest.err
>&5
12165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12166 (exit $ac_status); } &&
12167 { ac_try
='test -z "$ac_c_werror_flag"
12168 || test ! -s conftest.err'
12169 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12170 (eval $ac_try) 2>&5
12172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12173 (exit $ac_status); }; } &&
12174 { ac_try
='test -s conftest$ac_exeext'
12175 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12176 (eval $ac_try) 2>&5
12178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12179 (exit $ac_status); }; }; then
12180 ac_cv_lib_m_cargf
=yes
12182 echo "$as_me: failed program was:" >&5
12183 sed 's/^/| /' conftest.
$ac_ext >&5
12185 ac_cv_lib_m_cargf
=no
12187 rm -f conftest.err conftest.
$ac_objext \
12188 conftest
$ac_exeext conftest.
$ac_ext
12189 LIBS
=$ac_check_lib_save_LIBS
12191 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cargf" >&5
12192 echo "${ECHO_T}$ac_cv_lib_m_cargf" >&6
12193 if test $ac_cv_lib_m_cargf = yes; then
12195 cat >>confdefs.h
<<\_ACEOF
12196 #define HAVE_CARGF 1
12201 echo "$as_me:$LINENO: checking for carg in -lm" >&5
12202 echo $ECHO_N "checking for carg in -lm... $ECHO_C" >&6
12203 if test "${ac_cv_lib_m_carg+set}" = set; then
12204 echo $ECHO_N "(cached) $ECHO_C" >&6
12206 ac_check_lib_save_LIBS
=$LIBS
12208 if test x
$gcc_no_link = xyes
; then
12209 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12210 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12211 { (exit 1); exit 1; }; }
12213 cat >conftest.
$ac_ext <<_ACEOF
12216 cat confdefs.h
>>conftest.
$ac_ext
12217 cat >>conftest.
$ac_ext <<_ACEOF
12218 /* end confdefs.h. */
12220 /* Override any gcc2 internal prototype to avoid an error. */
12224 /* We use char because int might match the return type of a gcc2
12225 builtin and then its argument prototype would still apply. */
12235 rm -f conftest.
$ac_objext conftest
$ac_exeext
12236 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12237 (eval $ac_link) 2>conftest.er1
12239 grep -v '^ *+' conftest.er1
>conftest.err
12241 cat conftest.err
>&5
12242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12243 (exit $ac_status); } &&
12244 { ac_try
='test -z "$ac_c_werror_flag"
12245 || test ! -s conftest.err'
12246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12247 (eval $ac_try) 2>&5
12249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12250 (exit $ac_status); }; } &&
12251 { ac_try
='test -s conftest$ac_exeext'
12252 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12253 (eval $ac_try) 2>&5
12255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12256 (exit $ac_status); }; }; then
12257 ac_cv_lib_m_carg
=yes
12259 echo "$as_me: failed program was:" >&5
12260 sed 's/^/| /' conftest.
$ac_ext >&5
12262 ac_cv_lib_m_carg
=no
12264 rm -f conftest.err conftest.
$ac_objext \
12265 conftest
$ac_exeext conftest.
$ac_ext
12266 LIBS
=$ac_check_lib_save_LIBS
12268 echo "$as_me:$LINENO: result: $ac_cv_lib_m_carg" >&5
12269 echo "${ECHO_T}$ac_cv_lib_m_carg" >&6
12270 if test $ac_cv_lib_m_carg = yes; then
12272 cat >>confdefs.h
<<\_ACEOF
12273 #define HAVE_CARG 1
12278 echo "$as_me:$LINENO: checking for cargl in -lm" >&5
12279 echo $ECHO_N "checking for cargl in -lm... $ECHO_C" >&6
12280 if test "${ac_cv_lib_m_cargl+set}" = set; then
12281 echo $ECHO_N "(cached) $ECHO_C" >&6
12283 ac_check_lib_save_LIBS
=$LIBS
12285 if test x
$gcc_no_link = xyes
; then
12286 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12287 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12288 { (exit 1); exit 1; }; }
12290 cat >conftest.
$ac_ext <<_ACEOF
12293 cat confdefs.h
>>conftest.
$ac_ext
12294 cat >>conftest.
$ac_ext <<_ACEOF
12295 /* end confdefs.h. */
12297 /* Override any gcc2 internal prototype to avoid an error. */
12301 /* We use char because int might match the return type of a gcc2
12302 builtin and then its argument prototype would still apply. */
12312 rm -f conftest.
$ac_objext conftest
$ac_exeext
12313 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12314 (eval $ac_link) 2>conftest.er1
12316 grep -v '^ *+' conftest.er1
>conftest.err
12318 cat conftest.err
>&5
12319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12320 (exit $ac_status); } &&
12321 { ac_try
='test -z "$ac_c_werror_flag"
12322 || test ! -s conftest.err'
12323 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12324 (eval $ac_try) 2>&5
12326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12327 (exit $ac_status); }; } &&
12328 { ac_try
='test -s conftest$ac_exeext'
12329 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12330 (eval $ac_try) 2>&5
12332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12333 (exit $ac_status); }; }; then
12334 ac_cv_lib_m_cargl
=yes
12336 echo "$as_me: failed program was:" >&5
12337 sed 's/^/| /' conftest.
$ac_ext >&5
12339 ac_cv_lib_m_cargl
=no
12341 rm -f conftest.err conftest.
$ac_objext \
12342 conftest
$ac_exeext conftest.
$ac_ext
12343 LIBS
=$ac_check_lib_save_LIBS
12345 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cargl" >&5
12346 echo "${ECHO_T}$ac_cv_lib_m_cargl" >&6
12347 if test $ac_cv_lib_m_cargl = yes; then
12349 cat >>confdefs.h
<<\_ACEOF
12350 #define HAVE_CARGL 1
12355 echo "$as_me:$LINENO: checking for ceilf in -lm" >&5
12356 echo $ECHO_N "checking for ceilf in -lm... $ECHO_C" >&6
12357 if test "${ac_cv_lib_m_ceilf+set}" = set; then
12358 echo $ECHO_N "(cached) $ECHO_C" >&6
12360 ac_check_lib_save_LIBS
=$LIBS
12362 if test x
$gcc_no_link = xyes
; then
12363 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12364 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12365 { (exit 1); exit 1; }; }
12367 cat >conftest.
$ac_ext <<_ACEOF
12370 cat confdefs.h
>>conftest.
$ac_ext
12371 cat >>conftest.
$ac_ext <<_ACEOF
12372 /* end confdefs.h. */
12374 /* Override any gcc2 internal prototype to avoid an error. */
12378 /* We use char because int might match the return type of a gcc2
12379 builtin and then its argument prototype would still apply. */
12389 rm -f conftest.
$ac_objext conftest
$ac_exeext
12390 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12391 (eval $ac_link) 2>conftest.er1
12393 grep -v '^ *+' conftest.er1
>conftest.err
12395 cat conftest.err
>&5
12396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12397 (exit $ac_status); } &&
12398 { ac_try
='test -z "$ac_c_werror_flag"
12399 || test ! -s conftest.err'
12400 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12401 (eval $ac_try) 2>&5
12403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12404 (exit $ac_status); }; } &&
12405 { ac_try
='test -s conftest$ac_exeext'
12406 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12407 (eval $ac_try) 2>&5
12409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12410 (exit $ac_status); }; }; then
12411 ac_cv_lib_m_ceilf
=yes
12413 echo "$as_me: failed program was:" >&5
12414 sed 's/^/| /' conftest.
$ac_ext >&5
12416 ac_cv_lib_m_ceilf
=no
12418 rm -f conftest.err conftest.
$ac_objext \
12419 conftest
$ac_exeext conftest.
$ac_ext
12420 LIBS
=$ac_check_lib_save_LIBS
12422 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ceilf" >&5
12423 echo "${ECHO_T}$ac_cv_lib_m_ceilf" >&6
12424 if test $ac_cv_lib_m_ceilf = yes; then
12426 cat >>confdefs.h
<<\_ACEOF
12427 #define HAVE_CEILF 1
12432 echo "$as_me:$LINENO: checking for ceil in -lm" >&5
12433 echo $ECHO_N "checking for ceil in -lm... $ECHO_C" >&6
12434 if test "${ac_cv_lib_m_ceil+set}" = set; then
12435 echo $ECHO_N "(cached) $ECHO_C" >&6
12437 ac_check_lib_save_LIBS
=$LIBS
12439 if test x
$gcc_no_link = xyes
; then
12440 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12441 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12442 { (exit 1); exit 1; }; }
12444 cat >conftest.
$ac_ext <<_ACEOF
12447 cat confdefs.h
>>conftest.
$ac_ext
12448 cat >>conftest.
$ac_ext <<_ACEOF
12449 /* end confdefs.h. */
12451 /* Override any gcc2 internal prototype to avoid an error. */
12455 /* We use char because int might match the return type of a gcc2
12456 builtin and then its argument prototype would still apply. */
12466 rm -f conftest.
$ac_objext conftest
$ac_exeext
12467 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12468 (eval $ac_link) 2>conftest.er1
12470 grep -v '^ *+' conftest.er1
>conftest.err
12472 cat conftest.err
>&5
12473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12474 (exit $ac_status); } &&
12475 { ac_try
='test -z "$ac_c_werror_flag"
12476 || test ! -s conftest.err'
12477 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12478 (eval $ac_try) 2>&5
12480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12481 (exit $ac_status); }; } &&
12482 { ac_try
='test -s conftest$ac_exeext'
12483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12484 (eval $ac_try) 2>&5
12486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12487 (exit $ac_status); }; }; then
12488 ac_cv_lib_m_ceil
=yes
12490 echo "$as_me: failed program was:" >&5
12491 sed 's/^/| /' conftest.
$ac_ext >&5
12493 ac_cv_lib_m_ceil
=no
12495 rm -f conftest.err conftest.
$ac_objext \
12496 conftest
$ac_exeext conftest.
$ac_ext
12497 LIBS
=$ac_check_lib_save_LIBS
12499 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ceil" >&5
12500 echo "${ECHO_T}$ac_cv_lib_m_ceil" >&6
12501 if test $ac_cv_lib_m_ceil = yes; then
12503 cat >>confdefs.h
<<\_ACEOF
12504 #define HAVE_CEIL 1
12509 echo "$as_me:$LINENO: checking for ceill in -lm" >&5
12510 echo $ECHO_N "checking for ceill in -lm... $ECHO_C" >&6
12511 if test "${ac_cv_lib_m_ceill+set}" = set; then
12512 echo $ECHO_N "(cached) $ECHO_C" >&6
12514 ac_check_lib_save_LIBS
=$LIBS
12516 if test x
$gcc_no_link = xyes
; then
12517 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12518 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12519 { (exit 1); exit 1; }; }
12521 cat >conftest.
$ac_ext <<_ACEOF
12524 cat confdefs.h
>>conftest.
$ac_ext
12525 cat >>conftest.
$ac_ext <<_ACEOF
12526 /* end confdefs.h. */
12528 /* Override any gcc2 internal prototype to avoid an error. */
12532 /* We use char because int might match the return type of a gcc2
12533 builtin and then its argument prototype would still apply. */
12543 rm -f conftest.
$ac_objext conftest
$ac_exeext
12544 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12545 (eval $ac_link) 2>conftest.er1
12547 grep -v '^ *+' conftest.er1
>conftest.err
12549 cat conftest.err
>&5
12550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12551 (exit $ac_status); } &&
12552 { ac_try
='test -z "$ac_c_werror_flag"
12553 || test ! -s conftest.err'
12554 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12555 (eval $ac_try) 2>&5
12557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12558 (exit $ac_status); }; } &&
12559 { ac_try
='test -s conftest$ac_exeext'
12560 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12561 (eval $ac_try) 2>&5
12563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12564 (exit $ac_status); }; }; then
12565 ac_cv_lib_m_ceill
=yes
12567 echo "$as_me: failed program was:" >&5
12568 sed 's/^/| /' conftest.
$ac_ext >&5
12570 ac_cv_lib_m_ceill
=no
12572 rm -f conftest.err conftest.
$ac_objext \
12573 conftest
$ac_exeext conftest.
$ac_ext
12574 LIBS
=$ac_check_lib_save_LIBS
12576 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ceill" >&5
12577 echo "${ECHO_T}$ac_cv_lib_m_ceill" >&6
12578 if test $ac_cv_lib_m_ceill = yes; then
12580 cat >>confdefs.h
<<\_ACEOF
12581 #define HAVE_CEILL 1
12586 echo "$as_me:$LINENO: checking for copysignf in -lm" >&5
12587 echo $ECHO_N "checking for copysignf in -lm... $ECHO_C" >&6
12588 if test "${ac_cv_lib_m_copysignf+set}" = set; then
12589 echo $ECHO_N "(cached) $ECHO_C" >&6
12591 ac_check_lib_save_LIBS
=$LIBS
12593 if test x
$gcc_no_link = xyes
; then
12594 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12595 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12596 { (exit 1); exit 1; }; }
12598 cat >conftest.
$ac_ext <<_ACEOF
12601 cat confdefs.h
>>conftest.
$ac_ext
12602 cat >>conftest.
$ac_ext <<_ACEOF
12603 /* end confdefs.h. */
12605 /* Override any gcc2 internal prototype to avoid an error. */
12609 /* We use char because int might match the return type of a gcc2
12610 builtin and then its argument prototype would still apply. */
12620 rm -f conftest.
$ac_objext conftest
$ac_exeext
12621 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12622 (eval $ac_link) 2>conftest.er1
12624 grep -v '^ *+' conftest.er1
>conftest.err
12626 cat conftest.err
>&5
12627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12628 (exit $ac_status); } &&
12629 { ac_try
='test -z "$ac_c_werror_flag"
12630 || test ! -s conftest.err'
12631 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12632 (eval $ac_try) 2>&5
12634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12635 (exit $ac_status); }; } &&
12636 { ac_try
='test -s conftest$ac_exeext'
12637 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12638 (eval $ac_try) 2>&5
12640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12641 (exit $ac_status); }; }; then
12642 ac_cv_lib_m_copysignf
=yes
12644 echo "$as_me: failed program was:" >&5
12645 sed 's/^/| /' conftest.
$ac_ext >&5
12647 ac_cv_lib_m_copysignf
=no
12649 rm -f conftest.err conftest.
$ac_objext \
12650 conftest
$ac_exeext conftest.
$ac_ext
12651 LIBS
=$ac_check_lib_save_LIBS
12653 echo "$as_me:$LINENO: result: $ac_cv_lib_m_copysignf" >&5
12654 echo "${ECHO_T}$ac_cv_lib_m_copysignf" >&6
12655 if test $ac_cv_lib_m_copysignf = yes; then
12657 cat >>confdefs.h
<<\_ACEOF
12658 #define HAVE_COPYSIGNF 1
12663 echo "$as_me:$LINENO: checking for copysign in -lm" >&5
12664 echo $ECHO_N "checking for copysign in -lm... $ECHO_C" >&6
12665 if test "${ac_cv_lib_m_copysign+set}" = set; then
12666 echo $ECHO_N "(cached) $ECHO_C" >&6
12668 ac_check_lib_save_LIBS
=$LIBS
12670 if test x
$gcc_no_link = xyes
; then
12671 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12672 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12673 { (exit 1); exit 1; }; }
12675 cat >conftest.
$ac_ext <<_ACEOF
12678 cat confdefs.h
>>conftest.
$ac_ext
12679 cat >>conftest.
$ac_ext <<_ACEOF
12680 /* end confdefs.h. */
12682 /* Override any gcc2 internal prototype to avoid an error. */
12686 /* We use char because int might match the return type of a gcc2
12687 builtin and then its argument prototype would still apply. */
12697 rm -f conftest.
$ac_objext conftest
$ac_exeext
12698 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12699 (eval $ac_link) 2>conftest.er1
12701 grep -v '^ *+' conftest.er1
>conftest.err
12703 cat conftest.err
>&5
12704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12705 (exit $ac_status); } &&
12706 { ac_try
='test -z "$ac_c_werror_flag"
12707 || test ! -s conftest.err'
12708 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12709 (eval $ac_try) 2>&5
12711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12712 (exit $ac_status); }; } &&
12713 { ac_try
='test -s conftest$ac_exeext'
12714 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12715 (eval $ac_try) 2>&5
12717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12718 (exit $ac_status); }; }; then
12719 ac_cv_lib_m_copysign
=yes
12721 echo "$as_me: failed program was:" >&5
12722 sed 's/^/| /' conftest.
$ac_ext >&5
12724 ac_cv_lib_m_copysign
=no
12726 rm -f conftest.err conftest.
$ac_objext \
12727 conftest
$ac_exeext conftest.
$ac_ext
12728 LIBS
=$ac_check_lib_save_LIBS
12730 echo "$as_me:$LINENO: result: $ac_cv_lib_m_copysign" >&5
12731 echo "${ECHO_T}$ac_cv_lib_m_copysign" >&6
12732 if test $ac_cv_lib_m_copysign = yes; then
12734 cat >>confdefs.h
<<\_ACEOF
12735 #define HAVE_COPYSIGN 1
12740 echo "$as_me:$LINENO: checking for copysignl in -lm" >&5
12741 echo $ECHO_N "checking for copysignl in -lm... $ECHO_C" >&6
12742 if test "${ac_cv_lib_m_copysignl+set}" = set; then
12743 echo $ECHO_N "(cached) $ECHO_C" >&6
12745 ac_check_lib_save_LIBS
=$LIBS
12747 if test x
$gcc_no_link = xyes
; then
12748 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12749 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12750 { (exit 1); exit 1; }; }
12752 cat >conftest.
$ac_ext <<_ACEOF
12755 cat confdefs.h
>>conftest.
$ac_ext
12756 cat >>conftest.
$ac_ext <<_ACEOF
12757 /* end confdefs.h. */
12759 /* Override any gcc2 internal prototype to avoid an error. */
12763 /* We use char because int might match the return type of a gcc2
12764 builtin and then its argument prototype would still apply. */
12774 rm -f conftest.
$ac_objext conftest
$ac_exeext
12775 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12776 (eval $ac_link) 2>conftest.er1
12778 grep -v '^ *+' conftest.er1
>conftest.err
12780 cat conftest.err
>&5
12781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12782 (exit $ac_status); } &&
12783 { ac_try
='test -z "$ac_c_werror_flag"
12784 || test ! -s conftest.err'
12785 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12786 (eval $ac_try) 2>&5
12788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12789 (exit $ac_status); }; } &&
12790 { ac_try
='test -s conftest$ac_exeext'
12791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12792 (eval $ac_try) 2>&5
12794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12795 (exit $ac_status); }; }; then
12796 ac_cv_lib_m_copysignl
=yes
12798 echo "$as_me: failed program was:" >&5
12799 sed 's/^/| /' conftest.
$ac_ext >&5
12801 ac_cv_lib_m_copysignl
=no
12803 rm -f conftest.err conftest.
$ac_objext \
12804 conftest
$ac_exeext conftest.
$ac_ext
12805 LIBS
=$ac_check_lib_save_LIBS
12807 echo "$as_me:$LINENO: result: $ac_cv_lib_m_copysignl" >&5
12808 echo "${ECHO_T}$ac_cv_lib_m_copysignl" >&6
12809 if test $ac_cv_lib_m_copysignl = yes; then
12811 cat >>confdefs.h
<<\_ACEOF
12812 #define HAVE_COPYSIGNL 1
12817 echo "$as_me:$LINENO: checking for cosf in -lm" >&5
12818 echo $ECHO_N "checking for cosf in -lm... $ECHO_C" >&6
12819 if test "${ac_cv_lib_m_cosf+set}" = set; then
12820 echo $ECHO_N "(cached) $ECHO_C" >&6
12822 ac_check_lib_save_LIBS
=$LIBS
12824 if test x
$gcc_no_link = xyes
; then
12825 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12826 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12827 { (exit 1); exit 1; }; }
12829 cat >conftest.
$ac_ext <<_ACEOF
12832 cat confdefs.h
>>conftest.
$ac_ext
12833 cat >>conftest.
$ac_ext <<_ACEOF
12834 /* end confdefs.h. */
12836 /* Override any gcc2 internal prototype to avoid an error. */
12840 /* We use char because int might match the return type of a gcc2
12841 builtin and then its argument prototype would still apply. */
12851 rm -f conftest.
$ac_objext conftest
$ac_exeext
12852 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12853 (eval $ac_link) 2>conftest.er1
12855 grep -v '^ *+' conftest.er1
>conftest.err
12857 cat conftest.err
>&5
12858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12859 (exit $ac_status); } &&
12860 { ac_try
='test -z "$ac_c_werror_flag"
12861 || test ! -s conftest.err'
12862 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12863 (eval $ac_try) 2>&5
12865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12866 (exit $ac_status); }; } &&
12867 { ac_try
='test -s conftest$ac_exeext'
12868 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12869 (eval $ac_try) 2>&5
12871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12872 (exit $ac_status); }; }; then
12873 ac_cv_lib_m_cosf
=yes
12875 echo "$as_me: failed program was:" >&5
12876 sed 's/^/| /' conftest.
$ac_ext >&5
12878 ac_cv_lib_m_cosf
=no
12880 rm -f conftest.err conftest.
$ac_objext \
12881 conftest
$ac_exeext conftest.
$ac_ext
12882 LIBS
=$ac_check_lib_save_LIBS
12884 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cosf" >&5
12885 echo "${ECHO_T}$ac_cv_lib_m_cosf" >&6
12886 if test $ac_cv_lib_m_cosf = yes; then
12888 cat >>confdefs.h
<<\_ACEOF
12889 #define HAVE_COSF 1
12894 echo "$as_me:$LINENO: checking for cos in -lm" >&5
12895 echo $ECHO_N "checking for cos in -lm... $ECHO_C" >&6
12896 if test "${ac_cv_lib_m_cos+set}" = set; then
12897 echo $ECHO_N "(cached) $ECHO_C" >&6
12899 ac_check_lib_save_LIBS
=$LIBS
12901 if test x
$gcc_no_link = xyes
; then
12902 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12903 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12904 { (exit 1); exit 1; }; }
12906 cat >conftest.
$ac_ext <<_ACEOF
12909 cat confdefs.h
>>conftest.
$ac_ext
12910 cat >>conftest.
$ac_ext <<_ACEOF
12911 /* end confdefs.h. */
12913 /* Override any gcc2 internal prototype to avoid an error. */
12917 /* We use char because int might match the return type of a gcc2
12918 builtin and then its argument prototype would still apply. */
12928 rm -f conftest.
$ac_objext conftest
$ac_exeext
12929 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12930 (eval $ac_link) 2>conftest.er1
12932 grep -v '^ *+' conftest.er1
>conftest.err
12934 cat conftest.err
>&5
12935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12936 (exit $ac_status); } &&
12937 { ac_try
='test -z "$ac_c_werror_flag"
12938 || test ! -s conftest.err'
12939 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12940 (eval $ac_try) 2>&5
12942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12943 (exit $ac_status); }; } &&
12944 { ac_try
='test -s conftest$ac_exeext'
12945 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12946 (eval $ac_try) 2>&5
12948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12949 (exit $ac_status); }; }; then
12950 ac_cv_lib_m_cos
=yes
12952 echo "$as_me: failed program was:" >&5
12953 sed 's/^/| /' conftest.
$ac_ext >&5
12957 rm -f conftest.err conftest.
$ac_objext \
12958 conftest
$ac_exeext conftest.
$ac_ext
12959 LIBS
=$ac_check_lib_save_LIBS
12961 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cos" >&5
12962 echo "${ECHO_T}$ac_cv_lib_m_cos" >&6
12963 if test $ac_cv_lib_m_cos = yes; then
12965 cat >>confdefs.h
<<\_ACEOF
12971 echo "$as_me:$LINENO: checking for cosl in -lm" >&5
12972 echo $ECHO_N "checking for cosl in -lm... $ECHO_C" >&6
12973 if test "${ac_cv_lib_m_cosl+set}" = set; then
12974 echo $ECHO_N "(cached) $ECHO_C" >&6
12976 ac_check_lib_save_LIBS
=$LIBS
12978 if test x
$gcc_no_link = xyes
; then
12979 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12980 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12981 { (exit 1); exit 1; }; }
12983 cat >conftest.
$ac_ext <<_ACEOF
12986 cat confdefs.h
>>conftest.
$ac_ext
12987 cat >>conftest.
$ac_ext <<_ACEOF
12988 /* end confdefs.h. */
12990 /* Override any gcc2 internal prototype to avoid an error. */
12994 /* We use char because int might match the return type of a gcc2
12995 builtin and then its argument prototype would still apply. */
13005 rm -f conftest.
$ac_objext conftest
$ac_exeext
13006 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13007 (eval $ac_link) 2>conftest.er1
13009 grep -v '^ *+' conftest.er1
>conftest.err
13011 cat conftest.err
>&5
13012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13013 (exit $ac_status); } &&
13014 { ac_try
='test -z "$ac_c_werror_flag"
13015 || test ! -s conftest.err'
13016 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13017 (eval $ac_try) 2>&5
13019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13020 (exit $ac_status); }; } &&
13021 { ac_try
='test -s conftest$ac_exeext'
13022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13023 (eval $ac_try) 2>&5
13025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13026 (exit $ac_status); }; }; then
13027 ac_cv_lib_m_cosl
=yes
13029 echo "$as_me: failed program was:" >&5
13030 sed 's/^/| /' conftest.
$ac_ext >&5
13032 ac_cv_lib_m_cosl
=no
13034 rm -f conftest.err conftest.
$ac_objext \
13035 conftest
$ac_exeext conftest.
$ac_ext
13036 LIBS
=$ac_check_lib_save_LIBS
13038 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cosl" >&5
13039 echo "${ECHO_T}$ac_cv_lib_m_cosl" >&6
13040 if test $ac_cv_lib_m_cosl = yes; then
13042 cat >>confdefs.h
<<\_ACEOF
13043 #define HAVE_COSL 1
13048 echo "$as_me:$LINENO: checking for ccosf in -lm" >&5
13049 echo $ECHO_N "checking for ccosf in -lm... $ECHO_C" >&6
13050 if test "${ac_cv_lib_m_ccosf+set}" = set; then
13051 echo $ECHO_N "(cached) $ECHO_C" >&6
13053 ac_check_lib_save_LIBS
=$LIBS
13055 if test x
$gcc_no_link = xyes
; then
13056 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13057 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13058 { (exit 1); exit 1; }; }
13060 cat >conftest.
$ac_ext <<_ACEOF
13063 cat confdefs.h
>>conftest.
$ac_ext
13064 cat >>conftest.
$ac_ext <<_ACEOF
13065 /* end confdefs.h. */
13067 /* Override any gcc2 internal prototype to avoid an error. */
13071 /* We use char because int might match the return type of a gcc2
13072 builtin and then its argument prototype would still apply. */
13082 rm -f conftest.
$ac_objext conftest
$ac_exeext
13083 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13084 (eval $ac_link) 2>conftest.er1
13086 grep -v '^ *+' conftest.er1
>conftest.err
13088 cat conftest.err
>&5
13089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13090 (exit $ac_status); } &&
13091 { ac_try
='test -z "$ac_c_werror_flag"
13092 || test ! -s conftest.err'
13093 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13094 (eval $ac_try) 2>&5
13096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13097 (exit $ac_status); }; } &&
13098 { ac_try
='test -s conftest$ac_exeext'
13099 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13100 (eval $ac_try) 2>&5
13102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13103 (exit $ac_status); }; }; then
13104 ac_cv_lib_m_ccosf
=yes
13106 echo "$as_me: failed program was:" >&5
13107 sed 's/^/| /' conftest.
$ac_ext >&5
13109 ac_cv_lib_m_ccosf
=no
13111 rm -f conftest.err conftest.
$ac_objext \
13112 conftest
$ac_exeext conftest.
$ac_ext
13113 LIBS
=$ac_check_lib_save_LIBS
13115 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ccosf" >&5
13116 echo "${ECHO_T}$ac_cv_lib_m_ccosf" >&6
13117 if test $ac_cv_lib_m_ccosf = yes; then
13119 cat >>confdefs.h
<<\_ACEOF
13120 #define HAVE_CCOSF 1
13125 echo "$as_me:$LINENO: checking for ccos in -lm" >&5
13126 echo $ECHO_N "checking for ccos in -lm... $ECHO_C" >&6
13127 if test "${ac_cv_lib_m_ccos+set}" = set; then
13128 echo $ECHO_N "(cached) $ECHO_C" >&6
13130 ac_check_lib_save_LIBS
=$LIBS
13132 if test x
$gcc_no_link = xyes
; then
13133 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13134 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13135 { (exit 1); exit 1; }; }
13137 cat >conftest.
$ac_ext <<_ACEOF
13140 cat confdefs.h
>>conftest.
$ac_ext
13141 cat >>conftest.
$ac_ext <<_ACEOF
13142 /* end confdefs.h. */
13144 /* Override any gcc2 internal prototype to avoid an error. */
13148 /* We use char because int might match the return type of a gcc2
13149 builtin and then its argument prototype would still apply. */
13159 rm -f conftest.
$ac_objext conftest
$ac_exeext
13160 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13161 (eval $ac_link) 2>conftest.er1
13163 grep -v '^ *+' conftest.er1
>conftest.err
13165 cat conftest.err
>&5
13166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13167 (exit $ac_status); } &&
13168 { ac_try
='test -z "$ac_c_werror_flag"
13169 || test ! -s conftest.err'
13170 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13171 (eval $ac_try) 2>&5
13173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13174 (exit $ac_status); }; } &&
13175 { ac_try
='test -s conftest$ac_exeext'
13176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13177 (eval $ac_try) 2>&5
13179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13180 (exit $ac_status); }; }; then
13181 ac_cv_lib_m_ccos
=yes
13183 echo "$as_me: failed program was:" >&5
13184 sed 's/^/| /' conftest.
$ac_ext >&5
13186 ac_cv_lib_m_ccos
=no
13188 rm -f conftest.err conftest.
$ac_objext \
13189 conftest
$ac_exeext conftest.
$ac_ext
13190 LIBS
=$ac_check_lib_save_LIBS
13192 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ccos" >&5
13193 echo "${ECHO_T}$ac_cv_lib_m_ccos" >&6
13194 if test $ac_cv_lib_m_ccos = yes; then
13196 cat >>confdefs.h
<<\_ACEOF
13197 #define HAVE_CCOS 1
13202 echo "$as_me:$LINENO: checking for ccosl in -lm" >&5
13203 echo $ECHO_N "checking for ccosl in -lm... $ECHO_C" >&6
13204 if test "${ac_cv_lib_m_ccosl+set}" = set; then
13205 echo $ECHO_N "(cached) $ECHO_C" >&6
13207 ac_check_lib_save_LIBS
=$LIBS
13209 if test x
$gcc_no_link = xyes
; then
13210 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13211 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13212 { (exit 1); exit 1; }; }
13214 cat >conftest.
$ac_ext <<_ACEOF
13217 cat confdefs.h
>>conftest.
$ac_ext
13218 cat >>conftest.
$ac_ext <<_ACEOF
13219 /* end confdefs.h. */
13221 /* Override any gcc2 internal prototype to avoid an error. */
13225 /* We use char because int might match the return type of a gcc2
13226 builtin and then its argument prototype would still apply. */
13236 rm -f conftest.
$ac_objext conftest
$ac_exeext
13237 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13238 (eval $ac_link) 2>conftest.er1
13240 grep -v '^ *+' conftest.er1
>conftest.err
13242 cat conftest.err
>&5
13243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13244 (exit $ac_status); } &&
13245 { ac_try
='test -z "$ac_c_werror_flag"
13246 || test ! -s conftest.err'
13247 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13248 (eval $ac_try) 2>&5
13250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13251 (exit $ac_status); }; } &&
13252 { ac_try
='test -s conftest$ac_exeext'
13253 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13254 (eval $ac_try) 2>&5
13256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13257 (exit $ac_status); }; }; then
13258 ac_cv_lib_m_ccosl
=yes
13260 echo "$as_me: failed program was:" >&5
13261 sed 's/^/| /' conftest.
$ac_ext >&5
13263 ac_cv_lib_m_ccosl
=no
13265 rm -f conftest.err conftest.
$ac_objext \
13266 conftest
$ac_exeext conftest.
$ac_ext
13267 LIBS
=$ac_check_lib_save_LIBS
13269 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ccosl" >&5
13270 echo "${ECHO_T}$ac_cv_lib_m_ccosl" >&6
13271 if test $ac_cv_lib_m_ccosl = yes; then
13273 cat >>confdefs.h
<<\_ACEOF
13274 #define HAVE_CCOSL 1
13279 echo "$as_me:$LINENO: checking for coshf in -lm" >&5
13280 echo $ECHO_N "checking for coshf in -lm... $ECHO_C" >&6
13281 if test "${ac_cv_lib_m_coshf+set}" = set; then
13282 echo $ECHO_N "(cached) $ECHO_C" >&6
13284 ac_check_lib_save_LIBS
=$LIBS
13286 if test x
$gcc_no_link = xyes
; then
13287 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13288 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13289 { (exit 1); exit 1; }; }
13291 cat >conftest.
$ac_ext <<_ACEOF
13294 cat confdefs.h
>>conftest.
$ac_ext
13295 cat >>conftest.
$ac_ext <<_ACEOF
13296 /* end confdefs.h. */
13298 /* Override any gcc2 internal prototype to avoid an error. */
13302 /* We use char because int might match the return type of a gcc2
13303 builtin and then its argument prototype would still apply. */
13313 rm -f conftest.
$ac_objext conftest
$ac_exeext
13314 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13315 (eval $ac_link) 2>conftest.er1
13317 grep -v '^ *+' conftest.er1
>conftest.err
13319 cat conftest.err
>&5
13320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13321 (exit $ac_status); } &&
13322 { ac_try
='test -z "$ac_c_werror_flag"
13323 || test ! -s conftest.err'
13324 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13325 (eval $ac_try) 2>&5
13327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13328 (exit $ac_status); }; } &&
13329 { ac_try
='test -s conftest$ac_exeext'
13330 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13331 (eval $ac_try) 2>&5
13333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13334 (exit $ac_status); }; }; then
13335 ac_cv_lib_m_coshf
=yes
13337 echo "$as_me: failed program was:" >&5
13338 sed 's/^/| /' conftest.
$ac_ext >&5
13340 ac_cv_lib_m_coshf
=no
13342 rm -f conftest.err conftest.
$ac_objext \
13343 conftest
$ac_exeext conftest.
$ac_ext
13344 LIBS
=$ac_check_lib_save_LIBS
13346 echo "$as_me:$LINENO: result: $ac_cv_lib_m_coshf" >&5
13347 echo "${ECHO_T}$ac_cv_lib_m_coshf" >&6
13348 if test $ac_cv_lib_m_coshf = yes; then
13350 cat >>confdefs.h
<<\_ACEOF
13351 #define HAVE_COSHF 1
13356 echo "$as_me:$LINENO: checking for cosh in -lm" >&5
13357 echo $ECHO_N "checking for cosh in -lm... $ECHO_C" >&6
13358 if test "${ac_cv_lib_m_cosh+set}" = set; then
13359 echo $ECHO_N "(cached) $ECHO_C" >&6
13361 ac_check_lib_save_LIBS
=$LIBS
13363 if test x
$gcc_no_link = xyes
; then
13364 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13365 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13366 { (exit 1); exit 1; }; }
13368 cat >conftest.
$ac_ext <<_ACEOF
13371 cat confdefs.h
>>conftest.
$ac_ext
13372 cat >>conftest.
$ac_ext <<_ACEOF
13373 /* end confdefs.h. */
13375 /* Override any gcc2 internal prototype to avoid an error. */
13379 /* We use char because int might match the return type of a gcc2
13380 builtin and then its argument prototype would still apply. */
13390 rm -f conftest.
$ac_objext conftest
$ac_exeext
13391 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13392 (eval $ac_link) 2>conftest.er1
13394 grep -v '^ *+' conftest.er1
>conftest.err
13396 cat conftest.err
>&5
13397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13398 (exit $ac_status); } &&
13399 { ac_try
='test -z "$ac_c_werror_flag"
13400 || test ! -s conftest.err'
13401 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13402 (eval $ac_try) 2>&5
13404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13405 (exit $ac_status); }; } &&
13406 { ac_try
='test -s conftest$ac_exeext'
13407 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13408 (eval $ac_try) 2>&5
13410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13411 (exit $ac_status); }; }; then
13412 ac_cv_lib_m_cosh
=yes
13414 echo "$as_me: failed program was:" >&5
13415 sed 's/^/| /' conftest.
$ac_ext >&5
13417 ac_cv_lib_m_cosh
=no
13419 rm -f conftest.err conftest.
$ac_objext \
13420 conftest
$ac_exeext conftest.
$ac_ext
13421 LIBS
=$ac_check_lib_save_LIBS
13423 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cosh" >&5
13424 echo "${ECHO_T}$ac_cv_lib_m_cosh" >&6
13425 if test $ac_cv_lib_m_cosh = yes; then
13427 cat >>confdefs.h
<<\_ACEOF
13428 #define HAVE_COSH 1
13433 echo "$as_me:$LINENO: checking for coshl in -lm" >&5
13434 echo $ECHO_N "checking for coshl in -lm... $ECHO_C" >&6
13435 if test "${ac_cv_lib_m_coshl+set}" = set; then
13436 echo $ECHO_N "(cached) $ECHO_C" >&6
13438 ac_check_lib_save_LIBS
=$LIBS
13440 if test x
$gcc_no_link = xyes
; then
13441 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13442 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13443 { (exit 1); exit 1; }; }
13445 cat >conftest.
$ac_ext <<_ACEOF
13448 cat confdefs.h
>>conftest.
$ac_ext
13449 cat >>conftest.
$ac_ext <<_ACEOF
13450 /* end confdefs.h. */
13452 /* Override any gcc2 internal prototype to avoid an error. */
13456 /* We use char because int might match the return type of a gcc2
13457 builtin and then its argument prototype would still apply. */
13467 rm -f conftest.
$ac_objext conftest
$ac_exeext
13468 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13469 (eval $ac_link) 2>conftest.er1
13471 grep -v '^ *+' conftest.er1
>conftest.err
13473 cat conftest.err
>&5
13474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13475 (exit $ac_status); } &&
13476 { ac_try
='test -z "$ac_c_werror_flag"
13477 || test ! -s conftest.err'
13478 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13479 (eval $ac_try) 2>&5
13481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13482 (exit $ac_status); }; } &&
13483 { ac_try
='test -s conftest$ac_exeext'
13484 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13485 (eval $ac_try) 2>&5
13487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13488 (exit $ac_status); }; }; then
13489 ac_cv_lib_m_coshl
=yes
13491 echo "$as_me: failed program was:" >&5
13492 sed 's/^/| /' conftest.
$ac_ext >&5
13494 ac_cv_lib_m_coshl
=no
13496 rm -f conftest.err conftest.
$ac_objext \
13497 conftest
$ac_exeext conftest.
$ac_ext
13498 LIBS
=$ac_check_lib_save_LIBS
13500 echo "$as_me:$LINENO: result: $ac_cv_lib_m_coshl" >&5
13501 echo "${ECHO_T}$ac_cv_lib_m_coshl" >&6
13502 if test $ac_cv_lib_m_coshl = yes; then
13504 cat >>confdefs.h
<<\_ACEOF
13505 #define HAVE_COSHL 1
13510 echo "$as_me:$LINENO: checking for ccoshf in -lm" >&5
13511 echo $ECHO_N "checking for ccoshf in -lm... $ECHO_C" >&6
13512 if test "${ac_cv_lib_m_ccoshf+set}" = set; then
13513 echo $ECHO_N "(cached) $ECHO_C" >&6
13515 ac_check_lib_save_LIBS
=$LIBS
13517 if test x
$gcc_no_link = xyes
; then
13518 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13519 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13520 { (exit 1); exit 1; }; }
13522 cat >conftest.
$ac_ext <<_ACEOF
13525 cat confdefs.h
>>conftest.
$ac_ext
13526 cat >>conftest.
$ac_ext <<_ACEOF
13527 /* end confdefs.h. */
13529 /* Override any gcc2 internal prototype to avoid an error. */
13533 /* We use char because int might match the return type of a gcc2
13534 builtin and then its argument prototype would still apply. */
13544 rm -f conftest.
$ac_objext conftest
$ac_exeext
13545 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13546 (eval $ac_link) 2>conftest.er1
13548 grep -v '^ *+' conftest.er1
>conftest.err
13550 cat conftest.err
>&5
13551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13552 (exit $ac_status); } &&
13553 { ac_try
='test -z "$ac_c_werror_flag"
13554 || test ! -s conftest.err'
13555 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13556 (eval $ac_try) 2>&5
13558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13559 (exit $ac_status); }; } &&
13560 { ac_try
='test -s conftest$ac_exeext'
13561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13562 (eval $ac_try) 2>&5
13564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13565 (exit $ac_status); }; }; then
13566 ac_cv_lib_m_ccoshf
=yes
13568 echo "$as_me: failed program was:" >&5
13569 sed 's/^/| /' conftest.
$ac_ext >&5
13571 ac_cv_lib_m_ccoshf
=no
13573 rm -f conftest.err conftest.
$ac_objext \
13574 conftest
$ac_exeext conftest.
$ac_ext
13575 LIBS
=$ac_check_lib_save_LIBS
13577 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ccoshf" >&5
13578 echo "${ECHO_T}$ac_cv_lib_m_ccoshf" >&6
13579 if test $ac_cv_lib_m_ccoshf = yes; then
13581 cat >>confdefs.h
<<\_ACEOF
13582 #define HAVE_CCOSHF 1
13587 echo "$as_me:$LINENO: checking for ccosh in -lm" >&5
13588 echo $ECHO_N "checking for ccosh in -lm... $ECHO_C" >&6
13589 if test "${ac_cv_lib_m_ccosh+set}" = set; then
13590 echo $ECHO_N "(cached) $ECHO_C" >&6
13592 ac_check_lib_save_LIBS
=$LIBS
13594 if test x
$gcc_no_link = xyes
; then
13595 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13596 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13597 { (exit 1); exit 1; }; }
13599 cat >conftest.
$ac_ext <<_ACEOF
13602 cat confdefs.h
>>conftest.
$ac_ext
13603 cat >>conftest.
$ac_ext <<_ACEOF
13604 /* end confdefs.h. */
13606 /* Override any gcc2 internal prototype to avoid an error. */
13610 /* We use char because int might match the return type of a gcc2
13611 builtin and then its argument prototype would still apply. */
13621 rm -f conftest.
$ac_objext conftest
$ac_exeext
13622 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13623 (eval $ac_link) 2>conftest.er1
13625 grep -v '^ *+' conftest.er1
>conftest.err
13627 cat conftest.err
>&5
13628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13629 (exit $ac_status); } &&
13630 { ac_try
='test -z "$ac_c_werror_flag"
13631 || test ! -s conftest.err'
13632 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13633 (eval $ac_try) 2>&5
13635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13636 (exit $ac_status); }; } &&
13637 { ac_try
='test -s conftest$ac_exeext'
13638 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13639 (eval $ac_try) 2>&5
13641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13642 (exit $ac_status); }; }; then
13643 ac_cv_lib_m_ccosh
=yes
13645 echo "$as_me: failed program was:" >&5
13646 sed 's/^/| /' conftest.
$ac_ext >&5
13648 ac_cv_lib_m_ccosh
=no
13650 rm -f conftest.err conftest.
$ac_objext \
13651 conftest
$ac_exeext conftest.
$ac_ext
13652 LIBS
=$ac_check_lib_save_LIBS
13654 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ccosh" >&5
13655 echo "${ECHO_T}$ac_cv_lib_m_ccosh" >&6
13656 if test $ac_cv_lib_m_ccosh = yes; then
13658 cat >>confdefs.h
<<\_ACEOF
13659 #define HAVE_CCOSH 1
13664 echo "$as_me:$LINENO: checking for ccoshl in -lm" >&5
13665 echo $ECHO_N "checking for ccoshl in -lm... $ECHO_C" >&6
13666 if test "${ac_cv_lib_m_ccoshl+set}" = set; then
13667 echo $ECHO_N "(cached) $ECHO_C" >&6
13669 ac_check_lib_save_LIBS
=$LIBS
13671 if test x
$gcc_no_link = xyes
; then
13672 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13673 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13674 { (exit 1); exit 1; }; }
13676 cat >conftest.
$ac_ext <<_ACEOF
13679 cat confdefs.h
>>conftest.
$ac_ext
13680 cat >>conftest.
$ac_ext <<_ACEOF
13681 /* end confdefs.h. */
13683 /* Override any gcc2 internal prototype to avoid an error. */
13687 /* We use char because int might match the return type of a gcc2
13688 builtin and then its argument prototype would still apply. */
13698 rm -f conftest.
$ac_objext conftest
$ac_exeext
13699 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13700 (eval $ac_link) 2>conftest.er1
13702 grep -v '^ *+' conftest.er1
>conftest.err
13704 cat conftest.err
>&5
13705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13706 (exit $ac_status); } &&
13707 { ac_try
='test -z "$ac_c_werror_flag"
13708 || test ! -s conftest.err'
13709 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13710 (eval $ac_try) 2>&5
13712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13713 (exit $ac_status); }; } &&
13714 { ac_try
='test -s conftest$ac_exeext'
13715 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13716 (eval $ac_try) 2>&5
13718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13719 (exit $ac_status); }; }; then
13720 ac_cv_lib_m_ccoshl
=yes
13722 echo "$as_me: failed program was:" >&5
13723 sed 's/^/| /' conftest.
$ac_ext >&5
13725 ac_cv_lib_m_ccoshl
=no
13727 rm -f conftest.err conftest.
$ac_objext \
13728 conftest
$ac_exeext conftest.
$ac_ext
13729 LIBS
=$ac_check_lib_save_LIBS
13731 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ccoshl" >&5
13732 echo "${ECHO_T}$ac_cv_lib_m_ccoshl" >&6
13733 if test $ac_cv_lib_m_ccoshl = yes; then
13735 cat >>confdefs.h
<<\_ACEOF
13736 #define HAVE_CCOSHL 1
13741 echo "$as_me:$LINENO: checking for expf in -lm" >&5
13742 echo $ECHO_N "checking for expf in -lm... $ECHO_C" >&6
13743 if test "${ac_cv_lib_m_expf+set}" = set; then
13744 echo $ECHO_N "(cached) $ECHO_C" >&6
13746 ac_check_lib_save_LIBS
=$LIBS
13748 if test x
$gcc_no_link = xyes
; then
13749 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13750 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13751 { (exit 1); exit 1; }; }
13753 cat >conftest.
$ac_ext <<_ACEOF
13756 cat confdefs.h
>>conftest.
$ac_ext
13757 cat >>conftest.
$ac_ext <<_ACEOF
13758 /* end confdefs.h. */
13760 /* Override any gcc2 internal prototype to avoid an error. */
13764 /* We use char because int might match the return type of a gcc2
13765 builtin and then its argument prototype would still apply. */
13775 rm -f conftest.
$ac_objext conftest
$ac_exeext
13776 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13777 (eval $ac_link) 2>conftest.er1
13779 grep -v '^ *+' conftest.er1
>conftest.err
13781 cat conftest.err
>&5
13782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13783 (exit $ac_status); } &&
13784 { ac_try
='test -z "$ac_c_werror_flag"
13785 || test ! -s conftest.err'
13786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13787 (eval $ac_try) 2>&5
13789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13790 (exit $ac_status); }; } &&
13791 { ac_try
='test -s conftest$ac_exeext'
13792 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13793 (eval $ac_try) 2>&5
13795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13796 (exit $ac_status); }; }; then
13797 ac_cv_lib_m_expf
=yes
13799 echo "$as_me: failed program was:" >&5
13800 sed 's/^/| /' conftest.
$ac_ext >&5
13802 ac_cv_lib_m_expf
=no
13804 rm -f conftest.err conftest.
$ac_objext \
13805 conftest
$ac_exeext conftest.
$ac_ext
13806 LIBS
=$ac_check_lib_save_LIBS
13808 echo "$as_me:$LINENO: result: $ac_cv_lib_m_expf" >&5
13809 echo "${ECHO_T}$ac_cv_lib_m_expf" >&6
13810 if test $ac_cv_lib_m_expf = yes; then
13812 cat >>confdefs.h
<<\_ACEOF
13813 #define HAVE_EXPF 1
13818 echo "$as_me:$LINENO: checking for exp in -lm" >&5
13819 echo $ECHO_N "checking for exp in -lm... $ECHO_C" >&6
13820 if test "${ac_cv_lib_m_exp+set}" = set; then
13821 echo $ECHO_N "(cached) $ECHO_C" >&6
13823 ac_check_lib_save_LIBS
=$LIBS
13825 if test x
$gcc_no_link = xyes
; then
13826 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13827 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13828 { (exit 1); exit 1; }; }
13830 cat >conftest.
$ac_ext <<_ACEOF
13833 cat confdefs.h
>>conftest.
$ac_ext
13834 cat >>conftest.
$ac_ext <<_ACEOF
13835 /* end confdefs.h. */
13837 /* Override any gcc2 internal prototype to avoid an error. */
13841 /* We use char because int might match the return type of a gcc2
13842 builtin and then its argument prototype would still apply. */
13852 rm -f conftest.
$ac_objext conftest
$ac_exeext
13853 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13854 (eval $ac_link) 2>conftest.er1
13856 grep -v '^ *+' conftest.er1
>conftest.err
13858 cat conftest.err
>&5
13859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13860 (exit $ac_status); } &&
13861 { ac_try
='test -z "$ac_c_werror_flag"
13862 || test ! -s conftest.err'
13863 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13864 (eval $ac_try) 2>&5
13866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13867 (exit $ac_status); }; } &&
13868 { ac_try
='test -s conftest$ac_exeext'
13869 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13870 (eval $ac_try) 2>&5
13872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13873 (exit $ac_status); }; }; then
13874 ac_cv_lib_m_exp
=yes
13876 echo "$as_me: failed program was:" >&5
13877 sed 's/^/| /' conftest.
$ac_ext >&5
13881 rm -f conftest.err conftest.
$ac_objext \
13882 conftest
$ac_exeext conftest.
$ac_ext
13883 LIBS
=$ac_check_lib_save_LIBS
13885 echo "$as_me:$LINENO: result: $ac_cv_lib_m_exp" >&5
13886 echo "${ECHO_T}$ac_cv_lib_m_exp" >&6
13887 if test $ac_cv_lib_m_exp = yes; then
13889 cat >>confdefs.h
<<\_ACEOF
13895 echo "$as_me:$LINENO: checking for expl in -lm" >&5
13896 echo $ECHO_N "checking for expl in -lm... $ECHO_C" >&6
13897 if test "${ac_cv_lib_m_expl+set}" = set; then
13898 echo $ECHO_N "(cached) $ECHO_C" >&6
13900 ac_check_lib_save_LIBS
=$LIBS
13902 if test x
$gcc_no_link = xyes
; then
13903 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13904 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13905 { (exit 1); exit 1; }; }
13907 cat >conftest.
$ac_ext <<_ACEOF
13910 cat confdefs.h
>>conftest.
$ac_ext
13911 cat >>conftest.
$ac_ext <<_ACEOF
13912 /* end confdefs.h. */
13914 /* Override any gcc2 internal prototype to avoid an error. */
13918 /* We use char because int might match the return type of a gcc2
13919 builtin and then its argument prototype would still apply. */
13929 rm -f conftest.
$ac_objext conftest
$ac_exeext
13930 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13931 (eval $ac_link) 2>conftest.er1
13933 grep -v '^ *+' conftest.er1
>conftest.err
13935 cat conftest.err
>&5
13936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13937 (exit $ac_status); } &&
13938 { ac_try
='test -z "$ac_c_werror_flag"
13939 || test ! -s conftest.err'
13940 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13941 (eval $ac_try) 2>&5
13943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13944 (exit $ac_status); }; } &&
13945 { ac_try
='test -s conftest$ac_exeext'
13946 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13947 (eval $ac_try) 2>&5
13949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13950 (exit $ac_status); }; }; then
13951 ac_cv_lib_m_expl
=yes
13953 echo "$as_me: failed program was:" >&5
13954 sed 's/^/| /' conftest.
$ac_ext >&5
13956 ac_cv_lib_m_expl
=no
13958 rm -f conftest.err conftest.
$ac_objext \
13959 conftest
$ac_exeext conftest.
$ac_ext
13960 LIBS
=$ac_check_lib_save_LIBS
13962 echo "$as_me:$LINENO: result: $ac_cv_lib_m_expl" >&5
13963 echo "${ECHO_T}$ac_cv_lib_m_expl" >&6
13964 if test $ac_cv_lib_m_expl = yes; then
13966 cat >>confdefs.h
<<\_ACEOF
13967 #define HAVE_EXPL 1
13972 echo "$as_me:$LINENO: checking for cexpf in -lm" >&5
13973 echo $ECHO_N "checking for cexpf in -lm... $ECHO_C" >&6
13974 if test "${ac_cv_lib_m_cexpf+set}" = set; then
13975 echo $ECHO_N "(cached) $ECHO_C" >&6
13977 ac_check_lib_save_LIBS
=$LIBS
13979 if test x
$gcc_no_link = xyes
; then
13980 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13981 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13982 { (exit 1); exit 1; }; }
13984 cat >conftest.
$ac_ext <<_ACEOF
13987 cat confdefs.h
>>conftest.
$ac_ext
13988 cat >>conftest.
$ac_ext <<_ACEOF
13989 /* end confdefs.h. */
13991 /* Override any gcc2 internal prototype to avoid an error. */
13995 /* We use char because int might match the return type of a gcc2
13996 builtin and then its argument prototype would still apply. */
14006 rm -f conftest.
$ac_objext conftest
$ac_exeext
14007 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14008 (eval $ac_link) 2>conftest.er1
14010 grep -v '^ *+' conftest.er1
>conftest.err
14012 cat conftest.err
>&5
14013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14014 (exit $ac_status); } &&
14015 { ac_try
='test -z "$ac_c_werror_flag"
14016 || test ! -s conftest.err'
14017 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14018 (eval $ac_try) 2>&5
14020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14021 (exit $ac_status); }; } &&
14022 { ac_try
='test -s conftest$ac_exeext'
14023 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14024 (eval $ac_try) 2>&5
14026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14027 (exit $ac_status); }; }; then
14028 ac_cv_lib_m_cexpf
=yes
14030 echo "$as_me: failed program was:" >&5
14031 sed 's/^/| /' conftest.
$ac_ext >&5
14033 ac_cv_lib_m_cexpf
=no
14035 rm -f conftest.err conftest.
$ac_objext \
14036 conftest
$ac_exeext conftest.
$ac_ext
14037 LIBS
=$ac_check_lib_save_LIBS
14039 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cexpf" >&5
14040 echo "${ECHO_T}$ac_cv_lib_m_cexpf" >&6
14041 if test $ac_cv_lib_m_cexpf = yes; then
14043 cat >>confdefs.h
<<\_ACEOF
14044 #define HAVE_CEXPF 1
14049 echo "$as_me:$LINENO: checking for cexp in -lm" >&5
14050 echo $ECHO_N "checking for cexp in -lm... $ECHO_C" >&6
14051 if test "${ac_cv_lib_m_cexp+set}" = set; then
14052 echo $ECHO_N "(cached) $ECHO_C" >&6
14054 ac_check_lib_save_LIBS
=$LIBS
14056 if test x
$gcc_no_link = xyes
; then
14057 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
14058 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
14059 { (exit 1); exit 1; }; }
14061 cat >conftest.
$ac_ext <<_ACEOF
14064 cat confdefs.h
>>conftest.
$ac_ext
14065 cat >>conftest.
$ac_ext <<_ACEOF
14066 /* end confdefs.h. */
14068 /* Override any gcc2 internal prototype to avoid an error. */
14072 /* We use char because int might match the return type of a gcc2
14073 builtin and then its argument prototype would still apply. */
14083 rm -f conftest.
$ac_objext conftest
$ac_exeext
14084 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14085 (eval $ac_link) 2>conftest.er1
14087 grep -v '^ *+' conftest.er1
>conftest.err
14089 cat conftest.err
>&5
14090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14091 (exit $ac_status); } &&
14092 { ac_try
='test -z "$ac_c_werror_flag"
14093 || test ! -s conftest.err'
14094 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14095 (eval $ac_try) 2>&5
14097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14098 (exit $ac_status); }; } &&
14099 { ac_try
='test -s conftest$ac_exeext'
14100 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14101 (eval $ac_try) 2>&5
14103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14104 (exit $ac_status); }; }; then
14105 ac_cv_lib_m_cexp
=yes
14107 echo "$as_me: failed program was:" >&5
14108 sed 's/^/| /' conftest.
$ac_ext >&5
14110 ac_cv_lib_m_cexp
=no
14112 rm -f conftest.err conftest.
$ac_objext \
14113 conftest
$ac_exeext conftest.
$ac_ext
14114 LIBS
=$ac_check_lib_save_LIBS
14116 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cexp" >&5
14117 echo "${ECHO_T}$ac_cv_lib_m_cexp" >&6
14118 if test $ac_cv_lib_m_cexp = yes; then
14120 cat >>confdefs.h
<<\_ACEOF
14121 #define HAVE_CEXP 1
14126 echo "$as_me:$LINENO: checking for cexpl in -lm" >&5
14127 echo $ECHO_N "checking for cexpl in -lm... $ECHO_C" >&6
14128 if test "${ac_cv_lib_m_cexpl+set}" = set; then
14129 echo $ECHO_N "(cached) $ECHO_C" >&6
14131 ac_check_lib_save_LIBS
=$LIBS
14133 if test x
$gcc_no_link = xyes
; then
14134 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
14135 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
14136 { (exit 1); exit 1; }; }
14138 cat >conftest.
$ac_ext <<_ACEOF
14141 cat confdefs.h
>>conftest.
$ac_ext
14142 cat >>conftest.
$ac_ext <<_ACEOF
14143 /* end confdefs.h. */
14145 /* Override any gcc2 internal prototype to avoid an error. */
14149 /* We use char because int might match the return type of a gcc2
14150 builtin and then its argument prototype would still apply. */
14160 rm -f conftest.
$ac_objext conftest
$ac_exeext
14161 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14162 (eval $ac_link) 2>conftest.er1
14164 grep -v '^ *+' conftest.er1
>conftest.err
14166 cat conftest.err
>&5
14167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14168 (exit $ac_status); } &&
14169 { ac_try
='test -z "$ac_c_werror_flag"
14170 || test ! -s conftest.err'
14171 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14172 (eval $ac_try) 2>&5
14174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14175 (exit $ac_status); }; } &&
14176 { ac_try
='test -s conftest$ac_exeext'
14177 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14178 (eval $ac_try) 2>&5
14180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14181 (exit $ac_status); }; }; then
14182 ac_cv_lib_m_cexpl
=yes
14184 echo "$as_me: failed program was:" >&5
14185 sed 's/^/| /' conftest.
$ac_ext >&5
14187 ac_cv_lib_m_cexpl
=no
14189 rm -f conftest.err conftest.
$ac_objext \
14190 conftest
$ac_exeext conftest.
$ac_ext
14191 LIBS
=$ac_check_lib_save_LIBS
14193 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cexpl" >&5
14194 echo "${ECHO_T}$ac_cv_lib_m_cexpl" >&6
14195 if test $ac_cv_lib_m_cexpl = yes; then
14197 cat >>confdefs.h
<<\_ACEOF
14198 #define HAVE_CEXPL 1
14203 echo "$as_me:$LINENO: checking for fabsf in -lm" >&5
14204 echo $ECHO_N "checking for fabsf in -lm... $ECHO_C" >&6
14205 if test "${ac_cv_lib_m_fabsf+set}" = set; then
14206 echo $ECHO_N "(cached) $ECHO_C" >&6
14208 ac_check_lib_save_LIBS
=$LIBS
14210 if test x
$gcc_no_link = xyes
; then
14211 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
14212 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
14213 { (exit 1); exit 1; }; }
14215 cat >conftest.
$ac_ext <<_ACEOF
14218 cat confdefs.h
>>conftest.
$ac_ext
14219 cat >>conftest.
$ac_ext <<_ACEOF
14220 /* end confdefs.h. */
14222 /* Override any gcc2 internal prototype to avoid an error. */
14226 /* We use char because int might match the return type of a gcc2
14227 builtin and then its argument prototype would still apply. */
14237 rm -f conftest.
$ac_objext conftest
$ac_exeext
14238 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14239 (eval $ac_link) 2>conftest.er1
14241 grep -v '^ *+' conftest.er1
>conftest.err
14243 cat conftest.err
>&5
14244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14245 (exit $ac_status); } &&
14246 { ac_try
='test -z "$ac_c_werror_flag"
14247 || test ! -s conftest.err'
14248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14249 (eval $ac_try) 2>&5
14251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14252 (exit $ac_status); }; } &&
14253 { ac_try
='test -s conftest$ac_exeext'
14254 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14255 (eval $ac_try) 2>&5
14257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14258 (exit $ac_status); }; }; then
14259 ac_cv_lib_m_fabsf
=yes
14261 echo "$as_me: failed program was:" >&5
14262 sed 's/^/| /' conftest.
$ac_ext >&5
14264 ac_cv_lib_m_fabsf
=no
14266 rm -f conftest.err conftest.
$ac_objext \
14267 conftest
$ac_exeext conftest.
$ac_ext
14268 LIBS
=$ac_check_lib_save_LIBS
14270 echo "$as_me:$LINENO: result: $ac_cv_lib_m_fabsf" >&5
14271 echo "${ECHO_T}$ac_cv_lib_m_fabsf" >&6
14272 if test $ac_cv_lib_m_fabsf = yes; then
14274 cat >>confdefs.h
<<\_ACEOF
14275 #define HAVE_FABSF 1
14280 echo "$as_me:$LINENO: checking for fabs in -lm" >&5
14281 echo $ECHO_N "checking for fabs in -lm... $ECHO_C" >&6
14282 if test "${ac_cv_lib_m_fabs+set}" = set; then
14283 echo $ECHO_N "(cached) $ECHO_C" >&6
14285 ac_check_lib_save_LIBS
=$LIBS
14287 if test x
$gcc_no_link = xyes
; then
14288 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
14289 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
14290 { (exit 1); exit 1; }; }
14292 cat >conftest.
$ac_ext <<_ACEOF
14295 cat confdefs.h
>>conftest.
$ac_ext
14296 cat >>conftest.
$ac_ext <<_ACEOF
14297 /* end confdefs.h. */
14299 /* Override any gcc2 internal prototype to avoid an error. */
14303 /* We use char because int might match the return type of a gcc2
14304 builtin and then its argument prototype would still apply. */
14314 rm -f conftest.
$ac_objext conftest
$ac_exeext
14315 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14316 (eval $ac_link) 2>conftest.er1
14318 grep -v '^ *+' conftest.er1
>conftest.err
14320 cat conftest.err
>&5
14321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14322 (exit $ac_status); } &&
14323 { ac_try
='test -z "$ac_c_werror_flag"
14324 || test ! -s conftest.err'
14325 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14326 (eval $ac_try) 2>&5
14328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14329 (exit $ac_status); }; } &&
14330 { ac_try
='test -s conftest$ac_exeext'
14331 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14332 (eval $ac_try) 2>&5
14334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14335 (exit $ac_status); }; }; then
14336 ac_cv_lib_m_fabs
=yes
14338 echo "$as_me: failed program was:" >&5
14339 sed 's/^/| /' conftest.
$ac_ext >&5
14341 ac_cv_lib_m_fabs
=no
14343 rm -f conftest.err conftest.
$ac_objext \
14344 conftest
$ac_exeext conftest.
$ac_ext
14345 LIBS
=$ac_check_lib_save_LIBS
14347 echo "$as_me:$LINENO: result: $ac_cv_lib_m_fabs" >&5
14348 echo "${ECHO_T}$ac_cv_lib_m_fabs" >&6
14349 if test $ac_cv_lib_m_fabs = yes; then
14351 cat >>confdefs.h
<<\_ACEOF
14352 #define HAVE_FABS 1
14357 echo "$as_me:$LINENO: checking for fabsl in -lm" >&5
14358 echo $ECHO_N "checking for fabsl in -lm... $ECHO_C" >&6
14359 if test "${ac_cv_lib_m_fabsl+set}" = set; then
14360 echo $ECHO_N "(cached) $ECHO_C" >&6
14362 ac_check_lib_save_LIBS
=$LIBS
14364 if test x
$gcc_no_link = xyes
; then
14365 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
14366 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
14367 { (exit 1); exit 1; }; }
14369 cat >conftest.
$ac_ext <<_ACEOF
14372 cat confdefs.h
>>conftest.
$ac_ext
14373 cat >>conftest.
$ac_ext <<_ACEOF
14374 /* end confdefs.h. */
14376 /* Override any gcc2 internal prototype to avoid an error. */
14380 /* We use char because int might match the return type of a gcc2
14381 builtin and then its argument prototype would still apply. */
14391 rm -f conftest.
$ac_objext conftest
$ac_exeext
14392 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14393 (eval $ac_link) 2>conftest.er1
14395 grep -v '^ *+' conftest.er1
>conftest.err
14397 cat conftest.err
>&5
14398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14399 (exit $ac_status); } &&
14400 { ac_try
='test -z "$ac_c_werror_flag"
14401 || test ! -s conftest.err'
14402 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14403 (eval $ac_try) 2>&5
14405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14406 (exit $ac_status); }; } &&
14407 { ac_try
='test -s conftest$ac_exeext'
14408 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14409 (eval $ac_try) 2>&5
14411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14412 (exit $ac_status); }; }; then
14413 ac_cv_lib_m_fabsl
=yes
14415 echo "$as_me: failed program was:" >&5
14416 sed 's/^/| /' conftest.
$ac_ext >&5
14418 ac_cv_lib_m_fabsl
=no
14420 rm -f conftest.err conftest.
$ac_objext \
14421 conftest
$ac_exeext conftest.
$ac_ext
14422 LIBS
=$ac_check_lib_save_LIBS
14424 echo "$as_me:$LINENO: result: $ac_cv_lib_m_fabsl" >&5
14425 echo "${ECHO_T}$ac_cv_lib_m_fabsl" >&6
14426 if test $ac_cv_lib_m_fabsl = yes; then
14428 cat >>confdefs.h
<<\_ACEOF
14429 #define HAVE_FABSL 1
14434 echo "$as_me:$LINENO: checking for cabsf in -lm" >&5
14435 echo $ECHO_N "checking for cabsf in -lm... $ECHO_C" >&6
14436 if test "${ac_cv_lib_m_cabsf+set}" = set; then
14437 echo $ECHO_N "(cached) $ECHO_C" >&6
14439 ac_check_lib_save_LIBS
=$LIBS
14441 if test x
$gcc_no_link = xyes
; then
14442 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
14443 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
14444 { (exit 1); exit 1; }; }
14446 cat >conftest.
$ac_ext <<_ACEOF
14449 cat confdefs.h
>>conftest.
$ac_ext
14450 cat >>conftest.
$ac_ext <<_ACEOF
14451 /* end confdefs.h. */
14453 /* Override any gcc2 internal prototype to avoid an error. */
14457 /* We use char because int might match the return type of a gcc2
14458 builtin and then its argument prototype would still apply. */
14468 rm -f conftest.
$ac_objext conftest
$ac_exeext
14469 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14470 (eval $ac_link) 2>conftest.er1
14472 grep -v '^ *+' conftest.er1
>conftest.err
14474 cat conftest.err
>&5
14475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14476 (exit $ac_status); } &&
14477 { ac_try
='test -z "$ac_c_werror_flag"
14478 || test ! -s conftest.err'
14479 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14480 (eval $ac_try) 2>&5
14482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14483 (exit $ac_status); }; } &&
14484 { ac_try
='test -s conftest$ac_exeext'
14485 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14486 (eval $ac_try) 2>&5
14488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14489 (exit $ac_status); }; }; then
14490 ac_cv_lib_m_cabsf
=yes
14492 echo "$as_me: failed program was:" >&5
14493 sed 's/^/| /' conftest.
$ac_ext >&5
14495 ac_cv_lib_m_cabsf
=no
14497 rm -f conftest.err conftest.
$ac_objext \
14498 conftest
$ac_exeext conftest.
$ac_ext
14499 LIBS
=$ac_check_lib_save_LIBS
14501 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cabsf" >&5
14502 echo "${ECHO_T}$ac_cv_lib_m_cabsf" >&6
14503 if test $ac_cv_lib_m_cabsf = yes; then
14505 cat >>confdefs.h
<<\_ACEOF
14506 #define HAVE_CABSF 1
14511 echo "$as_me:$LINENO: checking for cabs in -lm" >&5
14512 echo $ECHO_N "checking for cabs in -lm... $ECHO_C" >&6
14513 if test "${ac_cv_lib_m_cabs+set}" = set; then
14514 echo $ECHO_N "(cached) $ECHO_C" >&6
14516 ac_check_lib_save_LIBS
=$LIBS
14518 if test x
$gcc_no_link = xyes
; then
14519 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
14520 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
14521 { (exit 1); exit 1; }; }
14523 cat >conftest.
$ac_ext <<_ACEOF
14526 cat confdefs.h
>>conftest.
$ac_ext
14527 cat >>conftest.
$ac_ext <<_ACEOF
14528 /* end confdefs.h. */
14530 /* Override any gcc2 internal prototype to avoid an error. */
14534 /* We use char because int might match the return type of a gcc2
14535 builtin and then its argument prototype would still apply. */
14545 rm -f conftest.
$ac_objext conftest
$ac_exeext
14546 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14547 (eval $ac_link) 2>conftest.er1
14549 grep -v '^ *+' conftest.er1
>conftest.err
14551 cat conftest.err
>&5
14552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14553 (exit $ac_status); } &&
14554 { ac_try
='test -z "$ac_c_werror_flag"
14555 || test ! -s conftest.err'
14556 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14557 (eval $ac_try) 2>&5
14559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14560 (exit $ac_status); }; } &&
14561 { ac_try
='test -s conftest$ac_exeext'
14562 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14563 (eval $ac_try) 2>&5
14565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14566 (exit $ac_status); }; }; then
14567 ac_cv_lib_m_cabs
=yes
14569 echo "$as_me: failed program was:" >&5
14570 sed 's/^/| /' conftest.
$ac_ext >&5
14572 ac_cv_lib_m_cabs
=no
14574 rm -f conftest.err conftest.
$ac_objext \
14575 conftest
$ac_exeext conftest.
$ac_ext
14576 LIBS
=$ac_check_lib_save_LIBS
14578 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cabs" >&5
14579 echo "${ECHO_T}$ac_cv_lib_m_cabs" >&6
14580 if test $ac_cv_lib_m_cabs = yes; then
14582 cat >>confdefs.h
<<\_ACEOF
14583 #define HAVE_CABS 1
14588 echo "$as_me:$LINENO: checking for cabsl in -lm" >&5
14589 echo $ECHO_N "checking for cabsl in -lm... $ECHO_C" >&6
14590 if test "${ac_cv_lib_m_cabsl+set}" = set; then
14591 echo $ECHO_N "(cached) $ECHO_C" >&6
14593 ac_check_lib_save_LIBS
=$LIBS
14595 if test x
$gcc_no_link = xyes
; then
14596 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
14597 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
14598 { (exit 1); exit 1; }; }
14600 cat >conftest.
$ac_ext <<_ACEOF
14603 cat confdefs.h
>>conftest.
$ac_ext
14604 cat >>conftest.
$ac_ext <<_ACEOF
14605 /* end confdefs.h. */
14607 /* Override any gcc2 internal prototype to avoid an error. */
14611 /* We use char because int might match the return type of a gcc2
14612 builtin and then its argument prototype would still apply. */
14622 rm -f conftest.
$ac_objext conftest
$ac_exeext
14623 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14624 (eval $ac_link) 2>conftest.er1
14626 grep -v '^ *+' conftest.er1
>conftest.err
14628 cat conftest.err
>&5
14629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14630 (exit $ac_status); } &&
14631 { ac_try
='test -z "$ac_c_werror_flag"
14632 || test ! -s conftest.err'
14633 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14634 (eval $ac_try) 2>&5
14636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14637 (exit $ac_status); }; } &&
14638 { ac_try
='test -s conftest$ac_exeext'
14639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14640 (eval $ac_try) 2>&5
14642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14643 (exit $ac_status); }; }; then
14644 ac_cv_lib_m_cabsl
=yes
14646 echo "$as_me: failed program was:" >&5
14647 sed 's/^/| /' conftest.
$ac_ext >&5
14649 ac_cv_lib_m_cabsl
=no
14651 rm -f conftest.err conftest.
$ac_objext \
14652 conftest
$ac_exeext conftest.
$ac_ext
14653 LIBS
=$ac_check_lib_save_LIBS
14655 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cabsl" >&5
14656 echo "${ECHO_T}$ac_cv_lib_m_cabsl" >&6
14657 if test $ac_cv_lib_m_cabsl = yes; then
14659 cat >>confdefs.h
<<\_ACEOF
14660 #define HAVE_CABSL 1
14665 echo "$as_me:$LINENO: checking for floorf in -lm" >&5
14666 echo $ECHO_N "checking for floorf in -lm... $ECHO_C" >&6
14667 if test "${ac_cv_lib_m_floorf+set}" = set; then
14668 echo $ECHO_N "(cached) $ECHO_C" >&6
14670 ac_check_lib_save_LIBS
=$LIBS
14672 if test x
$gcc_no_link = xyes
; then
14673 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
14674 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
14675 { (exit 1); exit 1; }; }
14677 cat >conftest.
$ac_ext <<_ACEOF
14680 cat confdefs.h
>>conftest.
$ac_ext
14681 cat >>conftest.
$ac_ext <<_ACEOF
14682 /* end confdefs.h. */
14684 /* Override any gcc2 internal prototype to avoid an error. */
14688 /* We use char because int might match the return type of a gcc2
14689 builtin and then its argument prototype would still apply. */
14699 rm -f conftest.
$ac_objext conftest
$ac_exeext
14700 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14701 (eval $ac_link) 2>conftest.er1
14703 grep -v '^ *+' conftest.er1
>conftest.err
14705 cat conftest.err
>&5
14706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14707 (exit $ac_status); } &&
14708 { ac_try
='test -z "$ac_c_werror_flag"
14709 || test ! -s conftest.err'
14710 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14711 (eval $ac_try) 2>&5
14713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14714 (exit $ac_status); }; } &&
14715 { ac_try
='test -s conftest$ac_exeext'
14716 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14717 (eval $ac_try) 2>&5
14719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14720 (exit $ac_status); }; }; then
14721 ac_cv_lib_m_floorf
=yes
14723 echo "$as_me: failed program was:" >&5
14724 sed 's/^/| /' conftest.
$ac_ext >&5
14726 ac_cv_lib_m_floorf
=no
14728 rm -f conftest.err conftest.
$ac_objext \
14729 conftest
$ac_exeext conftest.
$ac_ext
14730 LIBS
=$ac_check_lib_save_LIBS
14732 echo "$as_me:$LINENO: result: $ac_cv_lib_m_floorf" >&5
14733 echo "${ECHO_T}$ac_cv_lib_m_floorf" >&6
14734 if test $ac_cv_lib_m_floorf = yes; then
14736 cat >>confdefs.h
<<\_ACEOF
14737 #define HAVE_FLOORF 1
14742 echo "$as_me:$LINENO: checking for floor in -lm" >&5
14743 echo $ECHO_N "checking for floor in -lm... $ECHO_C" >&6
14744 if test "${ac_cv_lib_m_floor+set}" = set; then
14745 echo $ECHO_N "(cached) $ECHO_C" >&6
14747 ac_check_lib_save_LIBS
=$LIBS
14749 if test x
$gcc_no_link = xyes
; then
14750 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
14751 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
14752 { (exit 1); exit 1; }; }
14754 cat >conftest.
$ac_ext <<_ACEOF
14757 cat confdefs.h
>>conftest.
$ac_ext
14758 cat >>conftest.
$ac_ext <<_ACEOF
14759 /* end confdefs.h. */
14761 /* Override any gcc2 internal prototype to avoid an error. */
14765 /* We use char because int might match the return type of a gcc2
14766 builtin and then its argument prototype would still apply. */
14776 rm -f conftest.
$ac_objext conftest
$ac_exeext
14777 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14778 (eval $ac_link) 2>conftest.er1
14780 grep -v '^ *+' conftest.er1
>conftest.err
14782 cat conftest.err
>&5
14783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14784 (exit $ac_status); } &&
14785 { ac_try
='test -z "$ac_c_werror_flag"
14786 || test ! -s conftest.err'
14787 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14788 (eval $ac_try) 2>&5
14790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14791 (exit $ac_status); }; } &&
14792 { ac_try
='test -s conftest$ac_exeext'
14793 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14794 (eval $ac_try) 2>&5
14796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14797 (exit $ac_status); }; }; then
14798 ac_cv_lib_m_floor
=yes
14800 echo "$as_me: failed program was:" >&5
14801 sed 's/^/| /' conftest.
$ac_ext >&5
14803 ac_cv_lib_m_floor
=no
14805 rm -f conftest.err conftest.
$ac_objext \
14806 conftest
$ac_exeext conftest.
$ac_ext
14807 LIBS
=$ac_check_lib_save_LIBS
14809 echo "$as_me:$LINENO: result: $ac_cv_lib_m_floor" >&5
14810 echo "${ECHO_T}$ac_cv_lib_m_floor" >&6
14811 if test $ac_cv_lib_m_floor = yes; then
14813 cat >>confdefs.h
<<\_ACEOF
14814 #define HAVE_FLOOR 1
14819 echo "$as_me:$LINENO: checking for floorl in -lm" >&5
14820 echo $ECHO_N "checking for floorl in -lm... $ECHO_C" >&6
14821 if test "${ac_cv_lib_m_floorl+set}" = set; then
14822 echo $ECHO_N "(cached) $ECHO_C" >&6
14824 ac_check_lib_save_LIBS
=$LIBS
14826 if test x
$gcc_no_link = xyes
; then
14827 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
14828 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
14829 { (exit 1); exit 1; }; }
14831 cat >conftest.
$ac_ext <<_ACEOF
14834 cat confdefs.h
>>conftest.
$ac_ext
14835 cat >>conftest.
$ac_ext <<_ACEOF
14836 /* end confdefs.h. */
14838 /* Override any gcc2 internal prototype to avoid an error. */
14842 /* We use char because int might match the return type of a gcc2
14843 builtin and then its argument prototype would still apply. */
14853 rm -f conftest.
$ac_objext conftest
$ac_exeext
14854 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14855 (eval $ac_link) 2>conftest.er1
14857 grep -v '^ *+' conftest.er1
>conftest.err
14859 cat conftest.err
>&5
14860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14861 (exit $ac_status); } &&
14862 { ac_try
='test -z "$ac_c_werror_flag"
14863 || test ! -s conftest.err'
14864 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14865 (eval $ac_try) 2>&5
14867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14868 (exit $ac_status); }; } &&
14869 { ac_try
='test -s conftest$ac_exeext'
14870 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14871 (eval $ac_try) 2>&5
14873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14874 (exit $ac_status); }; }; then
14875 ac_cv_lib_m_floorl
=yes
14877 echo "$as_me: failed program was:" >&5
14878 sed 's/^/| /' conftest.
$ac_ext >&5
14880 ac_cv_lib_m_floorl
=no
14882 rm -f conftest.err conftest.
$ac_objext \
14883 conftest
$ac_exeext conftest.
$ac_ext
14884 LIBS
=$ac_check_lib_save_LIBS
14886 echo "$as_me:$LINENO: result: $ac_cv_lib_m_floorl" >&5
14887 echo "${ECHO_T}$ac_cv_lib_m_floorl" >&6
14888 if test $ac_cv_lib_m_floorl = yes; then
14890 cat >>confdefs.h
<<\_ACEOF
14891 #define HAVE_FLOORL 1
14896 echo "$as_me:$LINENO: checking for fmodf in -lm" >&5
14897 echo $ECHO_N "checking for fmodf in -lm... $ECHO_C" >&6
14898 if test "${ac_cv_lib_m_fmodf+set}" = set; then
14899 echo $ECHO_N "(cached) $ECHO_C" >&6
14901 ac_check_lib_save_LIBS
=$LIBS
14903 if test x
$gcc_no_link = xyes
; then
14904 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
14905 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
14906 { (exit 1); exit 1; }; }
14908 cat >conftest.
$ac_ext <<_ACEOF
14911 cat confdefs.h
>>conftest.
$ac_ext
14912 cat >>conftest.
$ac_ext <<_ACEOF
14913 /* end confdefs.h. */
14915 /* Override any gcc2 internal prototype to avoid an error. */
14919 /* We use char because int might match the return type of a gcc2
14920 builtin and then its argument prototype would still apply. */
14930 rm -f conftest.
$ac_objext conftest
$ac_exeext
14931 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14932 (eval $ac_link) 2>conftest.er1
14934 grep -v '^ *+' conftest.er1
>conftest.err
14936 cat conftest.err
>&5
14937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14938 (exit $ac_status); } &&
14939 { ac_try
='test -z "$ac_c_werror_flag"
14940 || test ! -s conftest.err'
14941 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14942 (eval $ac_try) 2>&5
14944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14945 (exit $ac_status); }; } &&
14946 { ac_try
='test -s conftest$ac_exeext'
14947 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14948 (eval $ac_try) 2>&5
14950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14951 (exit $ac_status); }; }; then
14952 ac_cv_lib_m_fmodf
=yes
14954 echo "$as_me: failed program was:" >&5
14955 sed 's/^/| /' conftest.
$ac_ext >&5
14957 ac_cv_lib_m_fmodf
=no
14959 rm -f conftest.err conftest.
$ac_objext \
14960 conftest
$ac_exeext conftest.
$ac_ext
14961 LIBS
=$ac_check_lib_save_LIBS
14963 echo "$as_me:$LINENO: result: $ac_cv_lib_m_fmodf" >&5
14964 echo "${ECHO_T}$ac_cv_lib_m_fmodf" >&6
14965 if test $ac_cv_lib_m_fmodf = yes; then
14967 cat >>confdefs.h
<<\_ACEOF
14968 #define HAVE_FMODF 1
14973 echo "$as_me:$LINENO: checking for fmod in -lm" >&5
14974 echo $ECHO_N "checking for fmod in -lm... $ECHO_C" >&6
14975 if test "${ac_cv_lib_m_fmod+set}" = set; then
14976 echo $ECHO_N "(cached) $ECHO_C" >&6
14978 ac_check_lib_save_LIBS
=$LIBS
14980 if test x
$gcc_no_link = xyes
; then
14981 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
14982 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
14983 { (exit 1); exit 1; }; }
14985 cat >conftest.
$ac_ext <<_ACEOF
14988 cat confdefs.h
>>conftest.
$ac_ext
14989 cat >>conftest.
$ac_ext <<_ACEOF
14990 /* end confdefs.h. */
14992 /* Override any gcc2 internal prototype to avoid an error. */
14996 /* We use char because int might match the return type of a gcc2
14997 builtin and then its argument prototype would still apply. */
15007 rm -f conftest.
$ac_objext conftest
$ac_exeext
15008 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15009 (eval $ac_link) 2>conftest.er1
15011 grep -v '^ *+' conftest.er1
>conftest.err
15013 cat conftest.err
>&5
15014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15015 (exit $ac_status); } &&
15016 { ac_try
='test -z "$ac_c_werror_flag"
15017 || test ! -s conftest.err'
15018 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15019 (eval $ac_try) 2>&5
15021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15022 (exit $ac_status); }; } &&
15023 { ac_try
='test -s conftest$ac_exeext'
15024 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15025 (eval $ac_try) 2>&5
15027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15028 (exit $ac_status); }; }; then
15029 ac_cv_lib_m_fmod
=yes
15031 echo "$as_me: failed program was:" >&5
15032 sed 's/^/| /' conftest.
$ac_ext >&5
15034 ac_cv_lib_m_fmod
=no
15036 rm -f conftest.err conftest.
$ac_objext \
15037 conftest
$ac_exeext conftest.
$ac_ext
15038 LIBS
=$ac_check_lib_save_LIBS
15040 echo "$as_me:$LINENO: result: $ac_cv_lib_m_fmod" >&5
15041 echo "${ECHO_T}$ac_cv_lib_m_fmod" >&6
15042 if test $ac_cv_lib_m_fmod = yes; then
15044 cat >>confdefs.h
<<\_ACEOF
15045 #define HAVE_FMOD 1
15050 echo "$as_me:$LINENO: checking for fmodl in -lm" >&5
15051 echo $ECHO_N "checking for fmodl in -lm... $ECHO_C" >&6
15052 if test "${ac_cv_lib_m_fmodl+set}" = set; then
15053 echo $ECHO_N "(cached) $ECHO_C" >&6
15055 ac_check_lib_save_LIBS
=$LIBS
15057 if test x
$gcc_no_link = xyes
; then
15058 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
15059 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
15060 { (exit 1); exit 1; }; }
15062 cat >conftest.
$ac_ext <<_ACEOF
15065 cat confdefs.h
>>conftest.
$ac_ext
15066 cat >>conftest.
$ac_ext <<_ACEOF
15067 /* end confdefs.h. */
15069 /* Override any gcc2 internal prototype to avoid an error. */
15073 /* We use char because int might match the return type of a gcc2
15074 builtin and then its argument prototype would still apply. */
15084 rm -f conftest.
$ac_objext conftest
$ac_exeext
15085 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15086 (eval $ac_link) 2>conftest.er1
15088 grep -v '^ *+' conftest.er1
>conftest.err
15090 cat conftest.err
>&5
15091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15092 (exit $ac_status); } &&
15093 { ac_try
='test -z "$ac_c_werror_flag"
15094 || test ! -s conftest.err'
15095 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15096 (eval $ac_try) 2>&5
15098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15099 (exit $ac_status); }; } &&
15100 { ac_try
='test -s conftest$ac_exeext'
15101 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15102 (eval $ac_try) 2>&5
15104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15105 (exit $ac_status); }; }; then
15106 ac_cv_lib_m_fmodl
=yes
15108 echo "$as_me: failed program was:" >&5
15109 sed 's/^/| /' conftest.
$ac_ext >&5
15111 ac_cv_lib_m_fmodl
=no
15113 rm -f conftest.err conftest.
$ac_objext \
15114 conftest
$ac_exeext conftest.
$ac_ext
15115 LIBS
=$ac_check_lib_save_LIBS
15117 echo "$as_me:$LINENO: result: $ac_cv_lib_m_fmodl" >&5
15118 echo "${ECHO_T}$ac_cv_lib_m_fmodl" >&6
15119 if test $ac_cv_lib_m_fmodl = yes; then
15121 cat >>confdefs.h
<<\_ACEOF
15122 #define HAVE_FMODL 1
15127 echo "$as_me:$LINENO: checking for frexpf in -lm" >&5
15128 echo $ECHO_N "checking for frexpf in -lm... $ECHO_C" >&6
15129 if test "${ac_cv_lib_m_frexpf+set}" = set; then
15130 echo $ECHO_N "(cached) $ECHO_C" >&6
15132 ac_check_lib_save_LIBS
=$LIBS
15134 if test x
$gcc_no_link = xyes
; then
15135 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
15136 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
15137 { (exit 1); exit 1; }; }
15139 cat >conftest.
$ac_ext <<_ACEOF
15142 cat confdefs.h
>>conftest.
$ac_ext
15143 cat >>conftest.
$ac_ext <<_ACEOF
15144 /* end confdefs.h. */
15146 /* Override any gcc2 internal prototype to avoid an error. */
15150 /* We use char because int might match the return type of a gcc2
15151 builtin and then its argument prototype would still apply. */
15161 rm -f conftest.
$ac_objext conftest
$ac_exeext
15162 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15163 (eval $ac_link) 2>conftest.er1
15165 grep -v '^ *+' conftest.er1
>conftest.err
15167 cat conftest.err
>&5
15168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15169 (exit $ac_status); } &&
15170 { ac_try
='test -z "$ac_c_werror_flag"
15171 || test ! -s conftest.err'
15172 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15173 (eval $ac_try) 2>&5
15175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15176 (exit $ac_status); }; } &&
15177 { ac_try
='test -s conftest$ac_exeext'
15178 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15179 (eval $ac_try) 2>&5
15181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15182 (exit $ac_status); }; }; then
15183 ac_cv_lib_m_frexpf
=yes
15185 echo "$as_me: failed program was:" >&5
15186 sed 's/^/| /' conftest.
$ac_ext >&5
15188 ac_cv_lib_m_frexpf
=no
15190 rm -f conftest.err conftest.
$ac_objext \
15191 conftest
$ac_exeext conftest.
$ac_ext
15192 LIBS
=$ac_check_lib_save_LIBS
15194 echo "$as_me:$LINENO: result: $ac_cv_lib_m_frexpf" >&5
15195 echo "${ECHO_T}$ac_cv_lib_m_frexpf" >&6
15196 if test $ac_cv_lib_m_frexpf = yes; then
15198 cat >>confdefs.h
<<\_ACEOF
15199 #define HAVE_FREXPF 1
15204 echo "$as_me:$LINENO: checking for frexp in -lm" >&5
15205 echo $ECHO_N "checking for frexp in -lm... $ECHO_C" >&6
15206 if test "${ac_cv_lib_m_frexp+set}" = set; then
15207 echo $ECHO_N "(cached) $ECHO_C" >&6
15209 ac_check_lib_save_LIBS
=$LIBS
15211 if test x
$gcc_no_link = xyes
; then
15212 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
15213 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
15214 { (exit 1); exit 1; }; }
15216 cat >conftest.
$ac_ext <<_ACEOF
15219 cat confdefs.h
>>conftest.
$ac_ext
15220 cat >>conftest.
$ac_ext <<_ACEOF
15221 /* end confdefs.h. */
15223 /* Override any gcc2 internal prototype to avoid an error. */
15227 /* We use char because int might match the return type of a gcc2
15228 builtin and then its argument prototype would still apply. */
15238 rm -f conftest.
$ac_objext conftest
$ac_exeext
15239 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15240 (eval $ac_link) 2>conftest.er1
15242 grep -v '^ *+' conftest.er1
>conftest.err
15244 cat conftest.err
>&5
15245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15246 (exit $ac_status); } &&
15247 { ac_try
='test -z "$ac_c_werror_flag"
15248 || test ! -s conftest.err'
15249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15250 (eval $ac_try) 2>&5
15252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15253 (exit $ac_status); }; } &&
15254 { ac_try
='test -s conftest$ac_exeext'
15255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15256 (eval $ac_try) 2>&5
15258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15259 (exit $ac_status); }; }; then
15260 ac_cv_lib_m_frexp
=yes
15262 echo "$as_me: failed program was:" >&5
15263 sed 's/^/| /' conftest.
$ac_ext >&5
15265 ac_cv_lib_m_frexp
=no
15267 rm -f conftest.err conftest.
$ac_objext \
15268 conftest
$ac_exeext conftest.
$ac_ext
15269 LIBS
=$ac_check_lib_save_LIBS
15271 echo "$as_me:$LINENO: result: $ac_cv_lib_m_frexp" >&5
15272 echo "${ECHO_T}$ac_cv_lib_m_frexp" >&6
15273 if test $ac_cv_lib_m_frexp = yes; then
15275 cat >>confdefs.h
<<\_ACEOF
15276 #define HAVE_FREXP 1
15281 echo "$as_me:$LINENO: checking for frexpl in -lm" >&5
15282 echo $ECHO_N "checking for frexpl in -lm... $ECHO_C" >&6
15283 if test "${ac_cv_lib_m_frexpl+set}" = set; then
15284 echo $ECHO_N "(cached) $ECHO_C" >&6
15286 ac_check_lib_save_LIBS
=$LIBS
15288 if test x
$gcc_no_link = xyes
; then
15289 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
15290 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
15291 { (exit 1); exit 1; }; }
15293 cat >conftest.
$ac_ext <<_ACEOF
15296 cat confdefs.h
>>conftest.
$ac_ext
15297 cat >>conftest.
$ac_ext <<_ACEOF
15298 /* end confdefs.h. */
15300 /* Override any gcc2 internal prototype to avoid an error. */
15304 /* We use char because int might match the return type of a gcc2
15305 builtin and then its argument prototype would still apply. */
15315 rm -f conftest.
$ac_objext conftest
$ac_exeext
15316 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15317 (eval $ac_link) 2>conftest.er1
15319 grep -v '^ *+' conftest.er1
>conftest.err
15321 cat conftest.err
>&5
15322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15323 (exit $ac_status); } &&
15324 { ac_try
='test -z "$ac_c_werror_flag"
15325 || test ! -s conftest.err'
15326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15327 (eval $ac_try) 2>&5
15329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15330 (exit $ac_status); }; } &&
15331 { ac_try
='test -s conftest$ac_exeext'
15332 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15333 (eval $ac_try) 2>&5
15335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15336 (exit $ac_status); }; }; then
15337 ac_cv_lib_m_frexpl
=yes
15339 echo "$as_me: failed program was:" >&5
15340 sed 's/^/| /' conftest.
$ac_ext >&5
15342 ac_cv_lib_m_frexpl
=no
15344 rm -f conftest.err conftest.
$ac_objext \
15345 conftest
$ac_exeext conftest.
$ac_ext
15346 LIBS
=$ac_check_lib_save_LIBS
15348 echo "$as_me:$LINENO: result: $ac_cv_lib_m_frexpl" >&5
15349 echo "${ECHO_T}$ac_cv_lib_m_frexpl" >&6
15350 if test $ac_cv_lib_m_frexpl = yes; then
15352 cat >>confdefs.h
<<\_ACEOF
15353 #define HAVE_FREXPL 1
15358 echo "$as_me:$LINENO: checking for hypotf in -lm" >&5
15359 echo $ECHO_N "checking for hypotf in -lm... $ECHO_C" >&6
15360 if test "${ac_cv_lib_m_hypotf+set}" = set; then
15361 echo $ECHO_N "(cached) $ECHO_C" >&6
15363 ac_check_lib_save_LIBS
=$LIBS
15365 if test x
$gcc_no_link = xyes
; then
15366 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
15367 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
15368 { (exit 1); exit 1; }; }
15370 cat >conftest.
$ac_ext <<_ACEOF
15373 cat confdefs.h
>>conftest.
$ac_ext
15374 cat >>conftest.
$ac_ext <<_ACEOF
15375 /* end confdefs.h. */
15377 /* Override any gcc2 internal prototype to avoid an error. */
15381 /* We use char because int might match the return type of a gcc2
15382 builtin and then its argument prototype would still apply. */
15392 rm -f conftest.
$ac_objext conftest
$ac_exeext
15393 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15394 (eval $ac_link) 2>conftest.er1
15396 grep -v '^ *+' conftest.er1
>conftest.err
15398 cat conftest.err
>&5
15399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15400 (exit $ac_status); } &&
15401 { ac_try
='test -z "$ac_c_werror_flag"
15402 || test ! -s conftest.err'
15403 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15404 (eval $ac_try) 2>&5
15406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15407 (exit $ac_status); }; } &&
15408 { ac_try
='test -s conftest$ac_exeext'
15409 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15410 (eval $ac_try) 2>&5
15412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15413 (exit $ac_status); }; }; then
15414 ac_cv_lib_m_hypotf
=yes
15416 echo "$as_me: failed program was:" >&5
15417 sed 's/^/| /' conftest.
$ac_ext >&5
15419 ac_cv_lib_m_hypotf
=no
15421 rm -f conftest.err conftest.
$ac_objext \
15422 conftest
$ac_exeext conftest.
$ac_ext
15423 LIBS
=$ac_check_lib_save_LIBS
15425 echo "$as_me:$LINENO: result: $ac_cv_lib_m_hypotf" >&5
15426 echo "${ECHO_T}$ac_cv_lib_m_hypotf" >&6
15427 if test $ac_cv_lib_m_hypotf = yes; then
15429 cat >>confdefs.h
<<\_ACEOF
15430 #define HAVE_HYPOTF 1
15435 echo "$as_me:$LINENO: checking for hypot in -lm" >&5
15436 echo $ECHO_N "checking for hypot in -lm... $ECHO_C" >&6
15437 if test "${ac_cv_lib_m_hypot+set}" = set; then
15438 echo $ECHO_N "(cached) $ECHO_C" >&6
15440 ac_check_lib_save_LIBS
=$LIBS
15442 if test x
$gcc_no_link = xyes
; then
15443 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
15444 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
15445 { (exit 1); exit 1; }; }
15447 cat >conftest.
$ac_ext <<_ACEOF
15450 cat confdefs.h
>>conftest.
$ac_ext
15451 cat >>conftest.
$ac_ext <<_ACEOF
15452 /* end confdefs.h. */
15454 /* Override any gcc2 internal prototype to avoid an error. */
15458 /* We use char because int might match the return type of a gcc2
15459 builtin and then its argument prototype would still apply. */
15469 rm -f conftest.
$ac_objext conftest
$ac_exeext
15470 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15471 (eval $ac_link) 2>conftest.er1
15473 grep -v '^ *+' conftest.er1
>conftest.err
15475 cat conftest.err
>&5
15476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15477 (exit $ac_status); } &&
15478 { ac_try
='test -z "$ac_c_werror_flag"
15479 || test ! -s conftest.err'
15480 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15481 (eval $ac_try) 2>&5
15483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15484 (exit $ac_status); }; } &&
15485 { ac_try
='test -s conftest$ac_exeext'
15486 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15487 (eval $ac_try) 2>&5
15489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15490 (exit $ac_status); }; }; then
15491 ac_cv_lib_m_hypot
=yes
15493 echo "$as_me: failed program was:" >&5
15494 sed 's/^/| /' conftest.
$ac_ext >&5
15496 ac_cv_lib_m_hypot
=no
15498 rm -f conftest.err conftest.
$ac_objext \
15499 conftest
$ac_exeext conftest.
$ac_ext
15500 LIBS
=$ac_check_lib_save_LIBS
15502 echo "$as_me:$LINENO: result: $ac_cv_lib_m_hypot" >&5
15503 echo "${ECHO_T}$ac_cv_lib_m_hypot" >&6
15504 if test $ac_cv_lib_m_hypot = yes; then
15506 cat >>confdefs.h
<<\_ACEOF
15507 #define HAVE_HYPOT 1
15512 echo "$as_me:$LINENO: checking for hypotl in -lm" >&5
15513 echo $ECHO_N "checking for hypotl in -lm... $ECHO_C" >&6
15514 if test "${ac_cv_lib_m_hypotl+set}" = set; then
15515 echo $ECHO_N "(cached) $ECHO_C" >&6
15517 ac_check_lib_save_LIBS
=$LIBS
15519 if test x
$gcc_no_link = xyes
; then
15520 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
15521 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
15522 { (exit 1); exit 1; }; }
15524 cat >conftest.
$ac_ext <<_ACEOF
15527 cat confdefs.h
>>conftest.
$ac_ext
15528 cat >>conftest.
$ac_ext <<_ACEOF
15529 /* end confdefs.h. */
15531 /* Override any gcc2 internal prototype to avoid an error. */
15535 /* We use char because int might match the return type of a gcc2
15536 builtin and then its argument prototype would still apply. */
15546 rm -f conftest.
$ac_objext conftest
$ac_exeext
15547 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15548 (eval $ac_link) 2>conftest.er1
15550 grep -v '^ *+' conftest.er1
>conftest.err
15552 cat conftest.err
>&5
15553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15554 (exit $ac_status); } &&
15555 { ac_try
='test -z "$ac_c_werror_flag"
15556 || test ! -s conftest.err'
15557 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15558 (eval $ac_try) 2>&5
15560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15561 (exit $ac_status); }; } &&
15562 { ac_try
='test -s conftest$ac_exeext'
15563 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15564 (eval $ac_try) 2>&5
15566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15567 (exit $ac_status); }; }; then
15568 ac_cv_lib_m_hypotl
=yes
15570 echo "$as_me: failed program was:" >&5
15571 sed 's/^/| /' conftest.
$ac_ext >&5
15573 ac_cv_lib_m_hypotl
=no
15575 rm -f conftest.err conftest.
$ac_objext \
15576 conftest
$ac_exeext conftest.
$ac_ext
15577 LIBS
=$ac_check_lib_save_LIBS
15579 echo "$as_me:$LINENO: result: $ac_cv_lib_m_hypotl" >&5
15580 echo "${ECHO_T}$ac_cv_lib_m_hypotl" >&6
15581 if test $ac_cv_lib_m_hypotl = yes; then
15583 cat >>confdefs.h
<<\_ACEOF
15584 #define HAVE_HYPOTL 1
15589 echo "$as_me:$LINENO: checking for ldexpf in -lm" >&5
15590 echo $ECHO_N "checking for ldexpf in -lm... $ECHO_C" >&6
15591 if test "${ac_cv_lib_m_ldexpf+set}" = set; then
15592 echo $ECHO_N "(cached) $ECHO_C" >&6
15594 ac_check_lib_save_LIBS
=$LIBS
15596 if test x
$gcc_no_link = xyes
; then
15597 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
15598 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
15599 { (exit 1); exit 1; }; }
15601 cat >conftest.
$ac_ext <<_ACEOF
15604 cat confdefs.h
>>conftest.
$ac_ext
15605 cat >>conftest.
$ac_ext <<_ACEOF
15606 /* end confdefs.h. */
15608 /* Override any gcc2 internal prototype to avoid an error. */
15612 /* We use char because int might match the return type of a gcc2
15613 builtin and then its argument prototype would still apply. */
15623 rm -f conftest.
$ac_objext conftest
$ac_exeext
15624 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15625 (eval $ac_link) 2>conftest.er1
15627 grep -v '^ *+' conftest.er1
>conftest.err
15629 cat conftest.err
>&5
15630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15631 (exit $ac_status); } &&
15632 { ac_try
='test -z "$ac_c_werror_flag"
15633 || test ! -s conftest.err'
15634 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15635 (eval $ac_try) 2>&5
15637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15638 (exit $ac_status); }; } &&
15639 { ac_try
='test -s conftest$ac_exeext'
15640 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15641 (eval $ac_try) 2>&5
15643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15644 (exit $ac_status); }; }; then
15645 ac_cv_lib_m_ldexpf
=yes
15647 echo "$as_me: failed program was:" >&5
15648 sed 's/^/| /' conftest.
$ac_ext >&5
15650 ac_cv_lib_m_ldexpf
=no
15652 rm -f conftest.err conftest.
$ac_objext \
15653 conftest
$ac_exeext conftest.
$ac_ext
15654 LIBS
=$ac_check_lib_save_LIBS
15656 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ldexpf" >&5
15657 echo "${ECHO_T}$ac_cv_lib_m_ldexpf" >&6
15658 if test $ac_cv_lib_m_ldexpf = yes; then
15660 cat >>confdefs.h
<<\_ACEOF
15661 #define HAVE_LDEXPF 1
15666 echo "$as_me:$LINENO: checking for ldexp in -lm" >&5
15667 echo $ECHO_N "checking for ldexp in -lm... $ECHO_C" >&6
15668 if test "${ac_cv_lib_m_ldexp+set}" = set; then
15669 echo $ECHO_N "(cached) $ECHO_C" >&6
15671 ac_check_lib_save_LIBS
=$LIBS
15673 if test x
$gcc_no_link = xyes
; then
15674 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
15675 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
15676 { (exit 1); exit 1; }; }
15678 cat >conftest.
$ac_ext <<_ACEOF
15681 cat confdefs.h
>>conftest.
$ac_ext
15682 cat >>conftest.
$ac_ext <<_ACEOF
15683 /* end confdefs.h. */
15685 /* Override any gcc2 internal prototype to avoid an error. */
15689 /* We use char because int might match the return type of a gcc2
15690 builtin and then its argument prototype would still apply. */
15700 rm -f conftest.
$ac_objext conftest
$ac_exeext
15701 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15702 (eval $ac_link) 2>conftest.er1
15704 grep -v '^ *+' conftest.er1
>conftest.err
15706 cat conftest.err
>&5
15707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15708 (exit $ac_status); } &&
15709 { ac_try
='test -z "$ac_c_werror_flag"
15710 || test ! -s conftest.err'
15711 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15712 (eval $ac_try) 2>&5
15714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15715 (exit $ac_status); }; } &&
15716 { ac_try
='test -s conftest$ac_exeext'
15717 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15718 (eval $ac_try) 2>&5
15720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15721 (exit $ac_status); }; }; then
15722 ac_cv_lib_m_ldexp
=yes
15724 echo "$as_me: failed program was:" >&5
15725 sed 's/^/| /' conftest.
$ac_ext >&5
15727 ac_cv_lib_m_ldexp
=no
15729 rm -f conftest.err conftest.
$ac_objext \
15730 conftest
$ac_exeext conftest.
$ac_ext
15731 LIBS
=$ac_check_lib_save_LIBS
15733 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ldexp" >&5
15734 echo "${ECHO_T}$ac_cv_lib_m_ldexp" >&6
15735 if test $ac_cv_lib_m_ldexp = yes; then
15737 cat >>confdefs.h
<<\_ACEOF
15738 #define HAVE_LDEXP 1
15743 echo "$as_me:$LINENO: checking for ldexpl in -lm" >&5
15744 echo $ECHO_N "checking for ldexpl in -lm... $ECHO_C" >&6
15745 if test "${ac_cv_lib_m_ldexpl+set}" = set; then
15746 echo $ECHO_N "(cached) $ECHO_C" >&6
15748 ac_check_lib_save_LIBS
=$LIBS
15750 if test x
$gcc_no_link = xyes
; then
15751 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
15752 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
15753 { (exit 1); exit 1; }; }
15755 cat >conftest.
$ac_ext <<_ACEOF
15758 cat confdefs.h
>>conftest.
$ac_ext
15759 cat >>conftest.
$ac_ext <<_ACEOF
15760 /* end confdefs.h. */
15762 /* Override any gcc2 internal prototype to avoid an error. */
15766 /* We use char because int might match the return type of a gcc2
15767 builtin and then its argument prototype would still apply. */
15777 rm -f conftest.
$ac_objext conftest
$ac_exeext
15778 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15779 (eval $ac_link) 2>conftest.er1
15781 grep -v '^ *+' conftest.er1
>conftest.err
15783 cat conftest.err
>&5
15784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15785 (exit $ac_status); } &&
15786 { ac_try
='test -z "$ac_c_werror_flag"
15787 || test ! -s conftest.err'
15788 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15789 (eval $ac_try) 2>&5
15791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15792 (exit $ac_status); }; } &&
15793 { ac_try
='test -s conftest$ac_exeext'
15794 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15795 (eval $ac_try) 2>&5
15797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15798 (exit $ac_status); }; }; then
15799 ac_cv_lib_m_ldexpl
=yes
15801 echo "$as_me: failed program was:" >&5
15802 sed 's/^/| /' conftest.
$ac_ext >&5
15804 ac_cv_lib_m_ldexpl
=no
15806 rm -f conftest.err conftest.
$ac_objext \
15807 conftest
$ac_exeext conftest.
$ac_ext
15808 LIBS
=$ac_check_lib_save_LIBS
15810 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ldexpl" >&5
15811 echo "${ECHO_T}$ac_cv_lib_m_ldexpl" >&6
15812 if test $ac_cv_lib_m_ldexpl = yes; then
15814 cat >>confdefs.h
<<\_ACEOF
15815 #define HAVE_LDEXPL 1
15820 echo "$as_me:$LINENO: checking for logf in -lm" >&5
15821 echo $ECHO_N "checking for logf in -lm... $ECHO_C" >&6
15822 if test "${ac_cv_lib_m_logf+set}" = set; then
15823 echo $ECHO_N "(cached) $ECHO_C" >&6
15825 ac_check_lib_save_LIBS
=$LIBS
15827 if test x
$gcc_no_link = xyes
; then
15828 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
15829 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
15830 { (exit 1); exit 1; }; }
15832 cat >conftest.
$ac_ext <<_ACEOF
15835 cat confdefs.h
>>conftest.
$ac_ext
15836 cat >>conftest.
$ac_ext <<_ACEOF
15837 /* end confdefs.h. */
15839 /* Override any gcc2 internal prototype to avoid an error. */
15843 /* We use char because int might match the return type of a gcc2
15844 builtin and then its argument prototype would still apply. */
15854 rm -f conftest.
$ac_objext conftest
$ac_exeext
15855 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15856 (eval $ac_link) 2>conftest.er1
15858 grep -v '^ *+' conftest.er1
>conftest.err
15860 cat conftest.err
>&5
15861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15862 (exit $ac_status); } &&
15863 { ac_try
='test -z "$ac_c_werror_flag"
15864 || test ! -s conftest.err'
15865 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15866 (eval $ac_try) 2>&5
15868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15869 (exit $ac_status); }; } &&
15870 { ac_try
='test -s conftest$ac_exeext'
15871 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15872 (eval $ac_try) 2>&5
15874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15875 (exit $ac_status); }; }; then
15876 ac_cv_lib_m_logf
=yes
15878 echo "$as_me: failed program was:" >&5
15879 sed 's/^/| /' conftest.
$ac_ext >&5
15881 ac_cv_lib_m_logf
=no
15883 rm -f conftest.err conftest.
$ac_objext \
15884 conftest
$ac_exeext conftest.
$ac_ext
15885 LIBS
=$ac_check_lib_save_LIBS
15887 echo "$as_me:$LINENO: result: $ac_cv_lib_m_logf" >&5
15888 echo "${ECHO_T}$ac_cv_lib_m_logf" >&6
15889 if test $ac_cv_lib_m_logf = yes; then
15891 cat >>confdefs.h
<<\_ACEOF
15892 #define HAVE_LOGF 1
15897 echo "$as_me:$LINENO: checking for log in -lm" >&5
15898 echo $ECHO_N "checking for log in -lm... $ECHO_C" >&6
15899 if test "${ac_cv_lib_m_log+set}" = set; then
15900 echo $ECHO_N "(cached) $ECHO_C" >&6
15902 ac_check_lib_save_LIBS
=$LIBS
15904 if test x
$gcc_no_link = xyes
; then
15905 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
15906 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
15907 { (exit 1); exit 1; }; }
15909 cat >conftest.
$ac_ext <<_ACEOF
15912 cat confdefs.h
>>conftest.
$ac_ext
15913 cat >>conftest.
$ac_ext <<_ACEOF
15914 /* end confdefs.h. */
15916 /* Override any gcc2 internal prototype to avoid an error. */
15920 /* We use char because int might match the return type of a gcc2
15921 builtin and then its argument prototype would still apply. */
15931 rm -f conftest.
$ac_objext conftest
$ac_exeext
15932 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15933 (eval $ac_link) 2>conftest.er1
15935 grep -v '^ *+' conftest.er1
>conftest.err
15937 cat conftest.err
>&5
15938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15939 (exit $ac_status); } &&
15940 { ac_try
='test -z "$ac_c_werror_flag"
15941 || test ! -s conftest.err'
15942 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15943 (eval $ac_try) 2>&5
15945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15946 (exit $ac_status); }; } &&
15947 { ac_try
='test -s conftest$ac_exeext'
15948 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15949 (eval $ac_try) 2>&5
15951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15952 (exit $ac_status); }; }; then
15953 ac_cv_lib_m_log
=yes
15955 echo "$as_me: failed program was:" >&5
15956 sed 's/^/| /' conftest.
$ac_ext >&5
15960 rm -f conftest.err conftest.
$ac_objext \
15961 conftest
$ac_exeext conftest.
$ac_ext
15962 LIBS
=$ac_check_lib_save_LIBS
15964 echo "$as_me:$LINENO: result: $ac_cv_lib_m_log" >&5
15965 echo "${ECHO_T}$ac_cv_lib_m_log" >&6
15966 if test $ac_cv_lib_m_log = yes; then
15968 cat >>confdefs.h
<<\_ACEOF
15974 echo "$as_me:$LINENO: checking for logl in -lm" >&5
15975 echo $ECHO_N "checking for logl in -lm... $ECHO_C" >&6
15976 if test "${ac_cv_lib_m_logl+set}" = set; then
15977 echo $ECHO_N "(cached) $ECHO_C" >&6
15979 ac_check_lib_save_LIBS
=$LIBS
15981 if test x
$gcc_no_link = xyes
; then
15982 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
15983 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
15984 { (exit 1); exit 1; }; }
15986 cat >conftest.
$ac_ext <<_ACEOF
15989 cat confdefs.h
>>conftest.
$ac_ext
15990 cat >>conftest.
$ac_ext <<_ACEOF
15991 /* end confdefs.h. */
15993 /* Override any gcc2 internal prototype to avoid an error. */
15997 /* We use char because int might match the return type of a gcc2
15998 builtin and then its argument prototype would still apply. */
16008 rm -f conftest.
$ac_objext conftest
$ac_exeext
16009 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16010 (eval $ac_link) 2>conftest.er1
16012 grep -v '^ *+' conftest.er1
>conftest.err
16014 cat conftest.err
>&5
16015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16016 (exit $ac_status); } &&
16017 { ac_try
='test -z "$ac_c_werror_flag"
16018 || test ! -s conftest.err'
16019 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16020 (eval $ac_try) 2>&5
16022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16023 (exit $ac_status); }; } &&
16024 { ac_try
='test -s conftest$ac_exeext'
16025 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16026 (eval $ac_try) 2>&5
16028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16029 (exit $ac_status); }; }; then
16030 ac_cv_lib_m_logl
=yes
16032 echo "$as_me: failed program was:" >&5
16033 sed 's/^/| /' conftest.
$ac_ext >&5
16035 ac_cv_lib_m_logl
=no
16037 rm -f conftest.err conftest.
$ac_objext \
16038 conftest
$ac_exeext conftest.
$ac_ext
16039 LIBS
=$ac_check_lib_save_LIBS
16041 echo "$as_me:$LINENO: result: $ac_cv_lib_m_logl" >&5
16042 echo "${ECHO_T}$ac_cv_lib_m_logl" >&6
16043 if test $ac_cv_lib_m_logl = yes; then
16045 cat >>confdefs.h
<<\_ACEOF
16046 #define HAVE_LOGL 1
16051 echo "$as_me:$LINENO: checking for clogf in -lm" >&5
16052 echo $ECHO_N "checking for clogf in -lm... $ECHO_C" >&6
16053 if test "${ac_cv_lib_m_clogf+set}" = set; then
16054 echo $ECHO_N "(cached) $ECHO_C" >&6
16056 ac_check_lib_save_LIBS
=$LIBS
16058 if test x
$gcc_no_link = xyes
; then
16059 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
16060 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
16061 { (exit 1); exit 1; }; }
16063 cat >conftest.
$ac_ext <<_ACEOF
16066 cat confdefs.h
>>conftest.
$ac_ext
16067 cat >>conftest.
$ac_ext <<_ACEOF
16068 /* end confdefs.h. */
16070 /* Override any gcc2 internal prototype to avoid an error. */
16074 /* We use char because int might match the return type of a gcc2
16075 builtin and then its argument prototype would still apply. */
16085 rm -f conftest.
$ac_objext conftest
$ac_exeext
16086 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16087 (eval $ac_link) 2>conftest.er1
16089 grep -v '^ *+' conftest.er1
>conftest.err
16091 cat conftest.err
>&5
16092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16093 (exit $ac_status); } &&
16094 { ac_try
='test -z "$ac_c_werror_flag"
16095 || test ! -s conftest.err'
16096 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16097 (eval $ac_try) 2>&5
16099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16100 (exit $ac_status); }; } &&
16101 { ac_try
='test -s conftest$ac_exeext'
16102 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16103 (eval $ac_try) 2>&5
16105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16106 (exit $ac_status); }; }; then
16107 ac_cv_lib_m_clogf
=yes
16109 echo "$as_me: failed program was:" >&5
16110 sed 's/^/| /' conftest.
$ac_ext >&5
16112 ac_cv_lib_m_clogf
=no
16114 rm -f conftest.err conftest.
$ac_objext \
16115 conftest
$ac_exeext conftest.
$ac_ext
16116 LIBS
=$ac_check_lib_save_LIBS
16118 echo "$as_me:$LINENO: result: $ac_cv_lib_m_clogf" >&5
16119 echo "${ECHO_T}$ac_cv_lib_m_clogf" >&6
16120 if test $ac_cv_lib_m_clogf = yes; then
16122 cat >>confdefs.h
<<\_ACEOF
16123 #define HAVE_CLOGF 1
16128 echo "$as_me:$LINENO: checking for clog in -lm" >&5
16129 echo $ECHO_N "checking for clog in -lm... $ECHO_C" >&6
16130 if test "${ac_cv_lib_m_clog+set}" = set; then
16131 echo $ECHO_N "(cached) $ECHO_C" >&6
16133 ac_check_lib_save_LIBS
=$LIBS
16135 if test x
$gcc_no_link = xyes
; then
16136 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
16137 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
16138 { (exit 1); exit 1; }; }
16140 cat >conftest.
$ac_ext <<_ACEOF
16143 cat confdefs.h
>>conftest.
$ac_ext
16144 cat >>conftest.
$ac_ext <<_ACEOF
16145 /* end confdefs.h. */
16147 /* Override any gcc2 internal prototype to avoid an error. */
16151 /* We use char because int might match the return type of a gcc2
16152 builtin and then its argument prototype would still apply. */
16162 rm -f conftest.
$ac_objext conftest
$ac_exeext
16163 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16164 (eval $ac_link) 2>conftest.er1
16166 grep -v '^ *+' conftest.er1
>conftest.err
16168 cat conftest.err
>&5
16169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16170 (exit $ac_status); } &&
16171 { ac_try
='test -z "$ac_c_werror_flag"
16172 || test ! -s conftest.err'
16173 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16174 (eval $ac_try) 2>&5
16176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16177 (exit $ac_status); }; } &&
16178 { ac_try
='test -s conftest$ac_exeext'
16179 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16180 (eval $ac_try) 2>&5
16182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16183 (exit $ac_status); }; }; then
16184 ac_cv_lib_m_clog
=yes
16186 echo "$as_me: failed program was:" >&5
16187 sed 's/^/| /' conftest.
$ac_ext >&5
16189 ac_cv_lib_m_clog
=no
16191 rm -f conftest.err conftest.
$ac_objext \
16192 conftest
$ac_exeext conftest.
$ac_ext
16193 LIBS
=$ac_check_lib_save_LIBS
16195 echo "$as_me:$LINENO: result: $ac_cv_lib_m_clog" >&5
16196 echo "${ECHO_T}$ac_cv_lib_m_clog" >&6
16197 if test $ac_cv_lib_m_clog = yes; then
16199 cat >>confdefs.h
<<\_ACEOF
16200 #define HAVE_CLOG 1
16205 echo "$as_me:$LINENO: checking for clogl in -lm" >&5
16206 echo $ECHO_N "checking for clogl in -lm... $ECHO_C" >&6
16207 if test "${ac_cv_lib_m_clogl+set}" = set; then
16208 echo $ECHO_N "(cached) $ECHO_C" >&6
16210 ac_check_lib_save_LIBS
=$LIBS
16212 if test x
$gcc_no_link = xyes
; then
16213 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
16214 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
16215 { (exit 1); exit 1; }; }
16217 cat >conftest.
$ac_ext <<_ACEOF
16220 cat confdefs.h
>>conftest.
$ac_ext
16221 cat >>conftest.
$ac_ext <<_ACEOF
16222 /* end confdefs.h. */
16224 /* Override any gcc2 internal prototype to avoid an error. */
16228 /* We use char because int might match the return type of a gcc2
16229 builtin and then its argument prototype would still apply. */
16239 rm -f conftest.
$ac_objext conftest
$ac_exeext
16240 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16241 (eval $ac_link) 2>conftest.er1
16243 grep -v '^ *+' conftest.er1
>conftest.err
16245 cat conftest.err
>&5
16246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16247 (exit $ac_status); } &&
16248 { ac_try
='test -z "$ac_c_werror_flag"
16249 || test ! -s conftest.err'
16250 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16251 (eval $ac_try) 2>&5
16253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16254 (exit $ac_status); }; } &&
16255 { ac_try
='test -s conftest$ac_exeext'
16256 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16257 (eval $ac_try) 2>&5
16259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16260 (exit $ac_status); }; }; then
16261 ac_cv_lib_m_clogl
=yes
16263 echo "$as_me: failed program was:" >&5
16264 sed 's/^/| /' conftest.
$ac_ext >&5
16266 ac_cv_lib_m_clogl
=no
16268 rm -f conftest.err conftest.
$ac_objext \
16269 conftest
$ac_exeext conftest.
$ac_ext
16270 LIBS
=$ac_check_lib_save_LIBS
16272 echo "$as_me:$LINENO: result: $ac_cv_lib_m_clogl" >&5
16273 echo "${ECHO_T}$ac_cv_lib_m_clogl" >&6
16274 if test $ac_cv_lib_m_clogl = yes; then
16276 cat >>confdefs.h
<<\_ACEOF
16277 #define HAVE_CLOGL 1
16282 echo "$as_me:$LINENO: checking for log10f in -lm" >&5
16283 echo $ECHO_N "checking for log10f in -lm... $ECHO_C" >&6
16284 if test "${ac_cv_lib_m_log10f+set}" = set; then
16285 echo $ECHO_N "(cached) $ECHO_C" >&6
16287 ac_check_lib_save_LIBS
=$LIBS
16289 if test x
$gcc_no_link = xyes
; then
16290 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
16291 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
16292 { (exit 1); exit 1; }; }
16294 cat >conftest.
$ac_ext <<_ACEOF
16297 cat confdefs.h
>>conftest.
$ac_ext
16298 cat >>conftest.
$ac_ext <<_ACEOF
16299 /* end confdefs.h. */
16301 /* Override any gcc2 internal prototype to avoid an error. */
16305 /* We use char because int might match the return type of a gcc2
16306 builtin and then its argument prototype would still apply. */
16316 rm -f conftest.
$ac_objext conftest
$ac_exeext
16317 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16318 (eval $ac_link) 2>conftest.er1
16320 grep -v '^ *+' conftest.er1
>conftest.err
16322 cat conftest.err
>&5
16323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16324 (exit $ac_status); } &&
16325 { ac_try
='test -z "$ac_c_werror_flag"
16326 || test ! -s conftest.err'
16327 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16328 (eval $ac_try) 2>&5
16330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16331 (exit $ac_status); }; } &&
16332 { ac_try
='test -s conftest$ac_exeext'
16333 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16334 (eval $ac_try) 2>&5
16336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16337 (exit $ac_status); }; }; then
16338 ac_cv_lib_m_log10f
=yes
16340 echo "$as_me: failed program was:" >&5
16341 sed 's/^/| /' conftest.
$ac_ext >&5
16343 ac_cv_lib_m_log10f
=no
16345 rm -f conftest.err conftest.
$ac_objext \
16346 conftest
$ac_exeext conftest.
$ac_ext
16347 LIBS
=$ac_check_lib_save_LIBS
16349 echo "$as_me:$LINENO: result: $ac_cv_lib_m_log10f" >&5
16350 echo "${ECHO_T}$ac_cv_lib_m_log10f" >&6
16351 if test $ac_cv_lib_m_log10f = yes; then
16353 cat >>confdefs.h
<<\_ACEOF
16354 #define HAVE_LOG10F 1
16359 echo "$as_me:$LINENO: checking for log10 in -lm" >&5
16360 echo $ECHO_N "checking for log10 in -lm... $ECHO_C" >&6
16361 if test "${ac_cv_lib_m_log10+set}" = set; then
16362 echo $ECHO_N "(cached) $ECHO_C" >&6
16364 ac_check_lib_save_LIBS
=$LIBS
16366 if test x
$gcc_no_link = xyes
; then
16367 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
16368 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
16369 { (exit 1); exit 1; }; }
16371 cat >conftest.
$ac_ext <<_ACEOF
16374 cat confdefs.h
>>conftest.
$ac_ext
16375 cat >>conftest.
$ac_ext <<_ACEOF
16376 /* end confdefs.h. */
16378 /* Override any gcc2 internal prototype to avoid an error. */
16382 /* We use char because int might match the return type of a gcc2
16383 builtin and then its argument prototype would still apply. */
16393 rm -f conftest.
$ac_objext conftest
$ac_exeext
16394 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16395 (eval $ac_link) 2>conftest.er1
16397 grep -v '^ *+' conftest.er1
>conftest.err
16399 cat conftest.err
>&5
16400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16401 (exit $ac_status); } &&
16402 { ac_try
='test -z "$ac_c_werror_flag"
16403 || test ! -s conftest.err'
16404 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16405 (eval $ac_try) 2>&5
16407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16408 (exit $ac_status); }; } &&
16409 { ac_try
='test -s conftest$ac_exeext'
16410 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16411 (eval $ac_try) 2>&5
16413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16414 (exit $ac_status); }; }; then
16415 ac_cv_lib_m_log10
=yes
16417 echo "$as_me: failed program was:" >&5
16418 sed 's/^/| /' conftest.
$ac_ext >&5
16420 ac_cv_lib_m_log10
=no
16422 rm -f conftest.err conftest.
$ac_objext \
16423 conftest
$ac_exeext conftest.
$ac_ext
16424 LIBS
=$ac_check_lib_save_LIBS
16426 echo "$as_me:$LINENO: result: $ac_cv_lib_m_log10" >&5
16427 echo "${ECHO_T}$ac_cv_lib_m_log10" >&6
16428 if test $ac_cv_lib_m_log10 = yes; then
16430 cat >>confdefs.h
<<\_ACEOF
16431 #define HAVE_LOG10 1
16436 echo "$as_me:$LINENO: checking for log10l in -lm" >&5
16437 echo $ECHO_N "checking for log10l in -lm... $ECHO_C" >&6
16438 if test "${ac_cv_lib_m_log10l+set}" = set; then
16439 echo $ECHO_N "(cached) $ECHO_C" >&6
16441 ac_check_lib_save_LIBS
=$LIBS
16443 if test x
$gcc_no_link = xyes
; then
16444 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
16445 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
16446 { (exit 1); exit 1; }; }
16448 cat >conftest.
$ac_ext <<_ACEOF
16451 cat confdefs.h
>>conftest.
$ac_ext
16452 cat >>conftest.
$ac_ext <<_ACEOF
16453 /* end confdefs.h. */
16455 /* Override any gcc2 internal prototype to avoid an error. */
16459 /* We use char because int might match the return type of a gcc2
16460 builtin and then its argument prototype would still apply. */
16470 rm -f conftest.
$ac_objext conftest
$ac_exeext
16471 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16472 (eval $ac_link) 2>conftest.er1
16474 grep -v '^ *+' conftest.er1
>conftest.err
16476 cat conftest.err
>&5
16477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16478 (exit $ac_status); } &&
16479 { ac_try
='test -z "$ac_c_werror_flag"
16480 || test ! -s conftest.err'
16481 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16482 (eval $ac_try) 2>&5
16484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16485 (exit $ac_status); }; } &&
16486 { ac_try
='test -s conftest$ac_exeext'
16487 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16488 (eval $ac_try) 2>&5
16490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16491 (exit $ac_status); }; }; then
16492 ac_cv_lib_m_log10l
=yes
16494 echo "$as_me: failed program was:" >&5
16495 sed 's/^/| /' conftest.
$ac_ext >&5
16497 ac_cv_lib_m_log10l
=no
16499 rm -f conftest.err conftest.
$ac_objext \
16500 conftest
$ac_exeext conftest.
$ac_ext
16501 LIBS
=$ac_check_lib_save_LIBS
16503 echo "$as_me:$LINENO: result: $ac_cv_lib_m_log10l" >&5
16504 echo "${ECHO_T}$ac_cv_lib_m_log10l" >&6
16505 if test $ac_cv_lib_m_log10l = yes; then
16507 cat >>confdefs.h
<<\_ACEOF
16508 #define HAVE_LOG10L 1
16513 echo "$as_me:$LINENO: checking for clog10f in -lm" >&5
16514 echo $ECHO_N "checking for clog10f in -lm... $ECHO_C" >&6
16515 if test "${ac_cv_lib_m_clog10f+set}" = set; then
16516 echo $ECHO_N "(cached) $ECHO_C" >&6
16518 ac_check_lib_save_LIBS
=$LIBS
16520 if test x
$gcc_no_link = xyes
; then
16521 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
16522 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
16523 { (exit 1); exit 1; }; }
16525 cat >conftest.
$ac_ext <<_ACEOF
16528 cat confdefs.h
>>conftest.
$ac_ext
16529 cat >>conftest.
$ac_ext <<_ACEOF
16530 /* end confdefs.h. */
16532 /* Override any gcc2 internal prototype to avoid an error. */
16536 /* We use char because int might match the return type of a gcc2
16537 builtin and then its argument prototype would still apply. */
16547 rm -f conftest.
$ac_objext conftest
$ac_exeext
16548 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16549 (eval $ac_link) 2>conftest.er1
16551 grep -v '^ *+' conftest.er1
>conftest.err
16553 cat conftest.err
>&5
16554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16555 (exit $ac_status); } &&
16556 { ac_try
='test -z "$ac_c_werror_flag"
16557 || test ! -s conftest.err'
16558 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16559 (eval $ac_try) 2>&5
16561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16562 (exit $ac_status); }; } &&
16563 { ac_try
='test -s conftest$ac_exeext'
16564 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16565 (eval $ac_try) 2>&5
16567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16568 (exit $ac_status); }; }; then
16569 ac_cv_lib_m_clog10f
=yes
16571 echo "$as_me: failed program was:" >&5
16572 sed 's/^/| /' conftest.
$ac_ext >&5
16574 ac_cv_lib_m_clog10f
=no
16576 rm -f conftest.err conftest.
$ac_objext \
16577 conftest
$ac_exeext conftest.
$ac_ext
16578 LIBS
=$ac_check_lib_save_LIBS
16580 echo "$as_me:$LINENO: result: $ac_cv_lib_m_clog10f" >&5
16581 echo "${ECHO_T}$ac_cv_lib_m_clog10f" >&6
16582 if test $ac_cv_lib_m_clog10f = yes; then
16584 cat >>confdefs.h
<<\_ACEOF
16585 #define HAVE_CLOG10F 1
16590 echo "$as_me:$LINENO: checking for clog10 in -lm" >&5
16591 echo $ECHO_N "checking for clog10 in -lm... $ECHO_C" >&6
16592 if test "${ac_cv_lib_m_clog10+set}" = set; then
16593 echo $ECHO_N "(cached) $ECHO_C" >&6
16595 ac_check_lib_save_LIBS
=$LIBS
16597 if test x
$gcc_no_link = xyes
; then
16598 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
16599 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
16600 { (exit 1); exit 1; }; }
16602 cat >conftest.
$ac_ext <<_ACEOF
16605 cat confdefs.h
>>conftest.
$ac_ext
16606 cat >>conftest.
$ac_ext <<_ACEOF
16607 /* end confdefs.h. */
16609 /* Override any gcc2 internal prototype to avoid an error. */
16613 /* We use char because int might match the return type of a gcc2
16614 builtin and then its argument prototype would still apply. */
16624 rm -f conftest.
$ac_objext conftest
$ac_exeext
16625 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16626 (eval $ac_link) 2>conftest.er1
16628 grep -v '^ *+' conftest.er1
>conftest.err
16630 cat conftest.err
>&5
16631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16632 (exit $ac_status); } &&
16633 { ac_try
='test -z "$ac_c_werror_flag"
16634 || test ! -s conftest.err'
16635 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16636 (eval $ac_try) 2>&5
16638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16639 (exit $ac_status); }; } &&
16640 { ac_try
='test -s conftest$ac_exeext'
16641 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16642 (eval $ac_try) 2>&5
16644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16645 (exit $ac_status); }; }; then
16646 ac_cv_lib_m_clog10
=yes
16648 echo "$as_me: failed program was:" >&5
16649 sed 's/^/| /' conftest.
$ac_ext >&5
16651 ac_cv_lib_m_clog10
=no
16653 rm -f conftest.err conftest.
$ac_objext \
16654 conftest
$ac_exeext conftest.
$ac_ext
16655 LIBS
=$ac_check_lib_save_LIBS
16657 echo "$as_me:$LINENO: result: $ac_cv_lib_m_clog10" >&5
16658 echo "${ECHO_T}$ac_cv_lib_m_clog10" >&6
16659 if test $ac_cv_lib_m_clog10 = yes; then
16661 cat >>confdefs.h
<<\_ACEOF
16662 #define HAVE_CLOG10 1
16667 echo "$as_me:$LINENO: checking for clog10l in -lm" >&5
16668 echo $ECHO_N "checking for clog10l in -lm... $ECHO_C" >&6
16669 if test "${ac_cv_lib_m_clog10l+set}" = set; then
16670 echo $ECHO_N "(cached) $ECHO_C" >&6
16672 ac_check_lib_save_LIBS
=$LIBS
16674 if test x
$gcc_no_link = xyes
; then
16675 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
16676 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
16677 { (exit 1); exit 1; }; }
16679 cat >conftest.
$ac_ext <<_ACEOF
16682 cat confdefs.h
>>conftest.
$ac_ext
16683 cat >>conftest.
$ac_ext <<_ACEOF
16684 /* end confdefs.h. */
16686 /* Override any gcc2 internal prototype to avoid an error. */
16690 /* We use char because int might match the return type of a gcc2
16691 builtin and then its argument prototype would still apply. */
16701 rm -f conftest.
$ac_objext conftest
$ac_exeext
16702 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16703 (eval $ac_link) 2>conftest.er1
16705 grep -v '^ *+' conftest.er1
>conftest.err
16707 cat conftest.err
>&5
16708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16709 (exit $ac_status); } &&
16710 { ac_try
='test -z "$ac_c_werror_flag"
16711 || test ! -s conftest.err'
16712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16713 (eval $ac_try) 2>&5
16715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16716 (exit $ac_status); }; } &&
16717 { ac_try
='test -s conftest$ac_exeext'
16718 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16719 (eval $ac_try) 2>&5
16721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16722 (exit $ac_status); }; }; then
16723 ac_cv_lib_m_clog10l
=yes
16725 echo "$as_me: failed program was:" >&5
16726 sed 's/^/| /' conftest.
$ac_ext >&5
16728 ac_cv_lib_m_clog10l
=no
16730 rm -f conftest.err conftest.
$ac_objext \
16731 conftest
$ac_exeext conftest.
$ac_ext
16732 LIBS
=$ac_check_lib_save_LIBS
16734 echo "$as_me:$LINENO: result: $ac_cv_lib_m_clog10l" >&5
16735 echo "${ECHO_T}$ac_cv_lib_m_clog10l" >&6
16736 if test $ac_cv_lib_m_clog10l = yes; then
16738 cat >>confdefs.h
<<\_ACEOF
16739 #define HAVE_CLOG10L 1
16744 echo "$as_me:$LINENO: checking for nextafterf in -lm" >&5
16745 echo $ECHO_N "checking for nextafterf in -lm... $ECHO_C" >&6
16746 if test "${ac_cv_lib_m_nextafterf+set}" = set; then
16747 echo $ECHO_N "(cached) $ECHO_C" >&6
16749 ac_check_lib_save_LIBS
=$LIBS
16751 if test x
$gcc_no_link = xyes
; then
16752 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
16753 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
16754 { (exit 1); exit 1; }; }
16756 cat >conftest.
$ac_ext <<_ACEOF
16759 cat confdefs.h
>>conftest.
$ac_ext
16760 cat >>conftest.
$ac_ext <<_ACEOF
16761 /* end confdefs.h. */
16763 /* Override any gcc2 internal prototype to avoid an error. */
16767 /* We use char because int might match the return type of a gcc2
16768 builtin and then its argument prototype would still apply. */
16769 char nextafterf ();
16778 rm -f conftest.
$ac_objext conftest
$ac_exeext
16779 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16780 (eval $ac_link) 2>conftest.er1
16782 grep -v '^ *+' conftest.er1
>conftest.err
16784 cat conftest.err
>&5
16785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16786 (exit $ac_status); } &&
16787 { ac_try
='test -z "$ac_c_werror_flag"
16788 || test ! -s conftest.err'
16789 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16790 (eval $ac_try) 2>&5
16792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16793 (exit $ac_status); }; } &&
16794 { ac_try
='test -s conftest$ac_exeext'
16795 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16796 (eval $ac_try) 2>&5
16798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16799 (exit $ac_status); }; }; then
16800 ac_cv_lib_m_nextafterf
=yes
16802 echo "$as_me: failed program was:" >&5
16803 sed 's/^/| /' conftest.
$ac_ext >&5
16805 ac_cv_lib_m_nextafterf
=no
16807 rm -f conftest.err conftest.
$ac_objext \
16808 conftest
$ac_exeext conftest.
$ac_ext
16809 LIBS
=$ac_check_lib_save_LIBS
16811 echo "$as_me:$LINENO: result: $ac_cv_lib_m_nextafterf" >&5
16812 echo "${ECHO_T}$ac_cv_lib_m_nextafterf" >&6
16813 if test $ac_cv_lib_m_nextafterf = yes; then
16815 cat >>confdefs.h
<<\_ACEOF
16816 #define HAVE_NEXTAFTERF 1
16821 echo "$as_me:$LINENO: checking for nextafter in -lm" >&5
16822 echo $ECHO_N "checking for nextafter in -lm... $ECHO_C" >&6
16823 if test "${ac_cv_lib_m_nextafter+set}" = set; then
16824 echo $ECHO_N "(cached) $ECHO_C" >&6
16826 ac_check_lib_save_LIBS
=$LIBS
16828 if test x
$gcc_no_link = xyes
; then
16829 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
16830 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
16831 { (exit 1); exit 1; }; }
16833 cat >conftest.
$ac_ext <<_ACEOF
16836 cat confdefs.h
>>conftest.
$ac_ext
16837 cat >>conftest.
$ac_ext <<_ACEOF
16838 /* end confdefs.h. */
16840 /* Override any gcc2 internal prototype to avoid an error. */
16844 /* We use char because int might match the return type of a gcc2
16845 builtin and then its argument prototype would still apply. */
16855 rm -f conftest.
$ac_objext conftest
$ac_exeext
16856 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16857 (eval $ac_link) 2>conftest.er1
16859 grep -v '^ *+' conftest.er1
>conftest.err
16861 cat conftest.err
>&5
16862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16863 (exit $ac_status); } &&
16864 { ac_try
='test -z "$ac_c_werror_flag"
16865 || test ! -s conftest.err'
16866 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16867 (eval $ac_try) 2>&5
16869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16870 (exit $ac_status); }; } &&
16871 { ac_try
='test -s conftest$ac_exeext'
16872 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16873 (eval $ac_try) 2>&5
16875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16876 (exit $ac_status); }; }; then
16877 ac_cv_lib_m_nextafter
=yes
16879 echo "$as_me: failed program was:" >&5
16880 sed 's/^/| /' conftest.
$ac_ext >&5
16882 ac_cv_lib_m_nextafter
=no
16884 rm -f conftest.err conftest.
$ac_objext \
16885 conftest
$ac_exeext conftest.
$ac_ext
16886 LIBS
=$ac_check_lib_save_LIBS
16888 echo "$as_me:$LINENO: result: $ac_cv_lib_m_nextafter" >&5
16889 echo "${ECHO_T}$ac_cv_lib_m_nextafter" >&6
16890 if test $ac_cv_lib_m_nextafter = yes; then
16892 cat >>confdefs.h
<<\_ACEOF
16893 #define HAVE_NEXTAFTER 1
16898 echo "$as_me:$LINENO: checking for nextafterl in -lm" >&5
16899 echo $ECHO_N "checking for nextafterl in -lm... $ECHO_C" >&6
16900 if test "${ac_cv_lib_m_nextafterl+set}" = set; then
16901 echo $ECHO_N "(cached) $ECHO_C" >&6
16903 ac_check_lib_save_LIBS
=$LIBS
16905 if test x
$gcc_no_link = xyes
; then
16906 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
16907 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
16908 { (exit 1); exit 1; }; }
16910 cat >conftest.
$ac_ext <<_ACEOF
16913 cat confdefs.h
>>conftest.
$ac_ext
16914 cat >>conftest.
$ac_ext <<_ACEOF
16915 /* end confdefs.h. */
16917 /* Override any gcc2 internal prototype to avoid an error. */
16921 /* We use char because int might match the return type of a gcc2
16922 builtin and then its argument prototype would still apply. */
16923 char nextafterl ();
16932 rm -f conftest.
$ac_objext conftest
$ac_exeext
16933 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16934 (eval $ac_link) 2>conftest.er1
16936 grep -v '^ *+' conftest.er1
>conftest.err
16938 cat conftest.err
>&5
16939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16940 (exit $ac_status); } &&
16941 { ac_try
='test -z "$ac_c_werror_flag"
16942 || test ! -s conftest.err'
16943 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16944 (eval $ac_try) 2>&5
16946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16947 (exit $ac_status); }; } &&
16948 { ac_try
='test -s conftest$ac_exeext'
16949 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16950 (eval $ac_try) 2>&5
16952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16953 (exit $ac_status); }; }; then
16954 ac_cv_lib_m_nextafterl
=yes
16956 echo "$as_me: failed program was:" >&5
16957 sed 's/^/| /' conftest.
$ac_ext >&5
16959 ac_cv_lib_m_nextafterl
=no
16961 rm -f conftest.err conftest.
$ac_objext \
16962 conftest
$ac_exeext conftest.
$ac_ext
16963 LIBS
=$ac_check_lib_save_LIBS
16965 echo "$as_me:$LINENO: result: $ac_cv_lib_m_nextafterl" >&5
16966 echo "${ECHO_T}$ac_cv_lib_m_nextafterl" >&6
16967 if test $ac_cv_lib_m_nextafterl = yes; then
16969 cat >>confdefs.h
<<\_ACEOF
16970 #define HAVE_NEXTAFTERL 1
16975 echo "$as_me:$LINENO: checking for powf in -lm" >&5
16976 echo $ECHO_N "checking for powf in -lm... $ECHO_C" >&6
16977 if test "${ac_cv_lib_m_powf+set}" = set; then
16978 echo $ECHO_N "(cached) $ECHO_C" >&6
16980 ac_check_lib_save_LIBS
=$LIBS
16982 if test x
$gcc_no_link = xyes
; then
16983 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
16984 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
16985 { (exit 1); exit 1; }; }
16987 cat >conftest.
$ac_ext <<_ACEOF
16990 cat confdefs.h
>>conftest.
$ac_ext
16991 cat >>conftest.
$ac_ext <<_ACEOF
16992 /* end confdefs.h. */
16994 /* Override any gcc2 internal prototype to avoid an error. */
16998 /* We use char because int might match the return type of a gcc2
16999 builtin and then its argument prototype would still apply. */
17009 rm -f conftest.
$ac_objext conftest
$ac_exeext
17010 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17011 (eval $ac_link) 2>conftest.er1
17013 grep -v '^ *+' conftest.er1
>conftest.err
17015 cat conftest.err
>&5
17016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17017 (exit $ac_status); } &&
17018 { ac_try
='test -z "$ac_c_werror_flag"
17019 || test ! -s conftest.err'
17020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17021 (eval $ac_try) 2>&5
17023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17024 (exit $ac_status); }; } &&
17025 { ac_try
='test -s conftest$ac_exeext'
17026 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17027 (eval $ac_try) 2>&5
17029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17030 (exit $ac_status); }; }; then
17031 ac_cv_lib_m_powf
=yes
17033 echo "$as_me: failed program was:" >&5
17034 sed 's/^/| /' conftest.
$ac_ext >&5
17036 ac_cv_lib_m_powf
=no
17038 rm -f conftest.err conftest.
$ac_objext \
17039 conftest
$ac_exeext conftest.
$ac_ext
17040 LIBS
=$ac_check_lib_save_LIBS
17042 echo "$as_me:$LINENO: result: $ac_cv_lib_m_powf" >&5
17043 echo "${ECHO_T}$ac_cv_lib_m_powf" >&6
17044 if test $ac_cv_lib_m_powf = yes; then
17046 cat >>confdefs.h
<<\_ACEOF
17047 #define HAVE_POWF 1
17052 echo "$as_me:$LINENO: checking for pow in -lm" >&5
17053 echo $ECHO_N "checking for pow in -lm... $ECHO_C" >&6
17054 if test "${ac_cv_lib_m_pow+set}" = set; then
17055 echo $ECHO_N "(cached) $ECHO_C" >&6
17057 ac_check_lib_save_LIBS
=$LIBS
17059 if test x
$gcc_no_link = xyes
; then
17060 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
17061 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
17062 { (exit 1); exit 1; }; }
17064 cat >conftest.
$ac_ext <<_ACEOF
17067 cat confdefs.h
>>conftest.
$ac_ext
17068 cat >>conftest.
$ac_ext <<_ACEOF
17069 /* end confdefs.h. */
17071 /* Override any gcc2 internal prototype to avoid an error. */
17075 /* We use char because int might match the return type of a gcc2
17076 builtin and then its argument prototype would still apply. */
17086 rm -f conftest.
$ac_objext conftest
$ac_exeext
17087 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17088 (eval $ac_link) 2>conftest.er1
17090 grep -v '^ *+' conftest.er1
>conftest.err
17092 cat conftest.err
>&5
17093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17094 (exit $ac_status); } &&
17095 { ac_try
='test -z "$ac_c_werror_flag"
17096 || test ! -s conftest.err'
17097 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17098 (eval $ac_try) 2>&5
17100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17101 (exit $ac_status); }; } &&
17102 { ac_try
='test -s conftest$ac_exeext'
17103 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17104 (eval $ac_try) 2>&5
17106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17107 (exit $ac_status); }; }; then
17108 ac_cv_lib_m_pow
=yes
17110 echo "$as_me: failed program was:" >&5
17111 sed 's/^/| /' conftest.
$ac_ext >&5
17115 rm -f conftest.err conftest.
$ac_objext \
17116 conftest
$ac_exeext conftest.
$ac_ext
17117 LIBS
=$ac_check_lib_save_LIBS
17119 echo "$as_me:$LINENO: result: $ac_cv_lib_m_pow" >&5
17120 echo "${ECHO_T}$ac_cv_lib_m_pow" >&6
17121 if test $ac_cv_lib_m_pow = yes; then
17123 cat >>confdefs.h
<<\_ACEOF
17129 echo "$as_me:$LINENO: checking for powl in -lm" >&5
17130 echo $ECHO_N "checking for powl in -lm... $ECHO_C" >&6
17131 if test "${ac_cv_lib_m_powl+set}" = set; then
17132 echo $ECHO_N "(cached) $ECHO_C" >&6
17134 ac_check_lib_save_LIBS
=$LIBS
17136 if test x
$gcc_no_link = xyes
; then
17137 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
17138 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
17139 { (exit 1); exit 1; }; }
17141 cat >conftest.
$ac_ext <<_ACEOF
17144 cat confdefs.h
>>conftest.
$ac_ext
17145 cat >>conftest.
$ac_ext <<_ACEOF
17146 /* end confdefs.h. */
17148 /* Override any gcc2 internal prototype to avoid an error. */
17152 /* We use char because int might match the return type of a gcc2
17153 builtin and then its argument prototype would still apply. */
17163 rm -f conftest.
$ac_objext conftest
$ac_exeext
17164 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17165 (eval $ac_link) 2>conftest.er1
17167 grep -v '^ *+' conftest.er1
>conftest.err
17169 cat conftest.err
>&5
17170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17171 (exit $ac_status); } &&
17172 { ac_try
='test -z "$ac_c_werror_flag"
17173 || test ! -s conftest.err'
17174 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17175 (eval $ac_try) 2>&5
17177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17178 (exit $ac_status); }; } &&
17179 { ac_try
='test -s conftest$ac_exeext'
17180 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17181 (eval $ac_try) 2>&5
17183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17184 (exit $ac_status); }; }; then
17185 ac_cv_lib_m_powl
=yes
17187 echo "$as_me: failed program was:" >&5
17188 sed 's/^/| /' conftest.
$ac_ext >&5
17190 ac_cv_lib_m_powl
=no
17192 rm -f conftest.err conftest.
$ac_objext \
17193 conftest
$ac_exeext conftest.
$ac_ext
17194 LIBS
=$ac_check_lib_save_LIBS
17196 echo "$as_me:$LINENO: result: $ac_cv_lib_m_powl" >&5
17197 echo "${ECHO_T}$ac_cv_lib_m_powl" >&6
17198 if test $ac_cv_lib_m_powl = yes; then
17200 cat >>confdefs.h
<<\_ACEOF
17201 #define HAVE_POWL 1
17206 echo "$as_me:$LINENO: checking for cpowf in -lm" >&5
17207 echo $ECHO_N "checking for cpowf in -lm... $ECHO_C" >&6
17208 if test "${ac_cv_lib_m_cpowf+set}" = set; then
17209 echo $ECHO_N "(cached) $ECHO_C" >&6
17211 ac_check_lib_save_LIBS
=$LIBS
17213 if test x
$gcc_no_link = xyes
; then
17214 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
17215 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
17216 { (exit 1); exit 1; }; }
17218 cat >conftest.
$ac_ext <<_ACEOF
17221 cat confdefs.h
>>conftest.
$ac_ext
17222 cat >>conftest.
$ac_ext <<_ACEOF
17223 /* end confdefs.h. */
17225 /* Override any gcc2 internal prototype to avoid an error. */
17229 /* We use char because int might match the return type of a gcc2
17230 builtin and then its argument prototype would still apply. */
17240 rm -f conftest.
$ac_objext conftest
$ac_exeext
17241 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17242 (eval $ac_link) 2>conftest.er1
17244 grep -v '^ *+' conftest.er1
>conftest.err
17246 cat conftest.err
>&5
17247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17248 (exit $ac_status); } &&
17249 { ac_try
='test -z "$ac_c_werror_flag"
17250 || test ! -s conftest.err'
17251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17252 (eval $ac_try) 2>&5
17254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17255 (exit $ac_status); }; } &&
17256 { ac_try
='test -s conftest$ac_exeext'
17257 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17258 (eval $ac_try) 2>&5
17260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17261 (exit $ac_status); }; }; then
17262 ac_cv_lib_m_cpowf
=yes
17264 echo "$as_me: failed program was:" >&5
17265 sed 's/^/| /' conftest.
$ac_ext >&5
17267 ac_cv_lib_m_cpowf
=no
17269 rm -f conftest.err conftest.
$ac_objext \
17270 conftest
$ac_exeext conftest.
$ac_ext
17271 LIBS
=$ac_check_lib_save_LIBS
17273 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cpowf" >&5
17274 echo "${ECHO_T}$ac_cv_lib_m_cpowf" >&6
17275 if test $ac_cv_lib_m_cpowf = yes; then
17277 cat >>confdefs.h
<<\_ACEOF
17278 #define HAVE_CPOWF 1
17283 echo "$as_me:$LINENO: checking for cpow in -lm" >&5
17284 echo $ECHO_N "checking for cpow in -lm... $ECHO_C" >&6
17285 if test "${ac_cv_lib_m_cpow+set}" = set; then
17286 echo $ECHO_N "(cached) $ECHO_C" >&6
17288 ac_check_lib_save_LIBS
=$LIBS
17290 if test x
$gcc_no_link = xyes
; then
17291 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
17292 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
17293 { (exit 1); exit 1; }; }
17295 cat >conftest.
$ac_ext <<_ACEOF
17298 cat confdefs.h
>>conftest.
$ac_ext
17299 cat >>conftest.
$ac_ext <<_ACEOF
17300 /* end confdefs.h. */
17302 /* Override any gcc2 internal prototype to avoid an error. */
17306 /* We use char because int might match the return type of a gcc2
17307 builtin and then its argument prototype would still apply. */
17317 rm -f conftest.
$ac_objext conftest
$ac_exeext
17318 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17319 (eval $ac_link) 2>conftest.er1
17321 grep -v '^ *+' conftest.er1
>conftest.err
17323 cat conftest.err
>&5
17324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17325 (exit $ac_status); } &&
17326 { ac_try
='test -z "$ac_c_werror_flag"
17327 || test ! -s conftest.err'
17328 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17329 (eval $ac_try) 2>&5
17331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17332 (exit $ac_status); }; } &&
17333 { ac_try
='test -s conftest$ac_exeext'
17334 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17335 (eval $ac_try) 2>&5
17337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17338 (exit $ac_status); }; }; then
17339 ac_cv_lib_m_cpow
=yes
17341 echo "$as_me: failed program was:" >&5
17342 sed 's/^/| /' conftest.
$ac_ext >&5
17344 ac_cv_lib_m_cpow
=no
17346 rm -f conftest.err conftest.
$ac_objext \
17347 conftest
$ac_exeext conftest.
$ac_ext
17348 LIBS
=$ac_check_lib_save_LIBS
17350 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cpow" >&5
17351 echo "${ECHO_T}$ac_cv_lib_m_cpow" >&6
17352 if test $ac_cv_lib_m_cpow = yes; then
17354 cat >>confdefs.h
<<\_ACEOF
17355 #define HAVE_CPOW 1
17360 echo "$as_me:$LINENO: checking for cpowl in -lm" >&5
17361 echo $ECHO_N "checking for cpowl in -lm... $ECHO_C" >&6
17362 if test "${ac_cv_lib_m_cpowl+set}" = set; then
17363 echo $ECHO_N "(cached) $ECHO_C" >&6
17365 ac_check_lib_save_LIBS
=$LIBS
17367 if test x
$gcc_no_link = xyes
; then
17368 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
17369 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
17370 { (exit 1); exit 1; }; }
17372 cat >conftest.
$ac_ext <<_ACEOF
17375 cat confdefs.h
>>conftest.
$ac_ext
17376 cat >>conftest.
$ac_ext <<_ACEOF
17377 /* end confdefs.h. */
17379 /* Override any gcc2 internal prototype to avoid an error. */
17383 /* We use char because int might match the return type of a gcc2
17384 builtin and then its argument prototype would still apply. */
17394 rm -f conftest.
$ac_objext conftest
$ac_exeext
17395 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17396 (eval $ac_link) 2>conftest.er1
17398 grep -v '^ *+' conftest.er1
>conftest.err
17400 cat conftest.err
>&5
17401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17402 (exit $ac_status); } &&
17403 { ac_try
='test -z "$ac_c_werror_flag"
17404 || test ! -s conftest.err'
17405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17406 (eval $ac_try) 2>&5
17408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17409 (exit $ac_status); }; } &&
17410 { ac_try
='test -s conftest$ac_exeext'
17411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17412 (eval $ac_try) 2>&5
17414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17415 (exit $ac_status); }; }; then
17416 ac_cv_lib_m_cpowl
=yes
17418 echo "$as_me: failed program was:" >&5
17419 sed 's/^/| /' conftest.
$ac_ext >&5
17421 ac_cv_lib_m_cpowl
=no
17423 rm -f conftest.err conftest.
$ac_objext \
17424 conftest
$ac_exeext conftest.
$ac_ext
17425 LIBS
=$ac_check_lib_save_LIBS
17427 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cpowl" >&5
17428 echo "${ECHO_T}$ac_cv_lib_m_cpowl" >&6
17429 if test $ac_cv_lib_m_cpowl = yes; then
17431 cat >>confdefs.h
<<\_ACEOF
17432 #define HAVE_CPOWL 1
17437 echo "$as_me:$LINENO: checking for roundf in -lm" >&5
17438 echo $ECHO_N "checking for roundf in -lm... $ECHO_C" >&6
17439 if test "${ac_cv_lib_m_roundf+set}" = set; then
17440 echo $ECHO_N "(cached) $ECHO_C" >&6
17442 ac_check_lib_save_LIBS
=$LIBS
17444 if test x
$gcc_no_link = xyes
; then
17445 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
17446 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
17447 { (exit 1); exit 1; }; }
17449 cat >conftest.
$ac_ext <<_ACEOF
17452 cat confdefs.h
>>conftest.
$ac_ext
17453 cat >>conftest.
$ac_ext <<_ACEOF
17454 /* end confdefs.h. */
17456 /* Override any gcc2 internal prototype to avoid an error. */
17460 /* We use char because int might match the return type of a gcc2
17461 builtin and then its argument prototype would still apply. */
17471 rm -f conftest.
$ac_objext conftest
$ac_exeext
17472 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17473 (eval $ac_link) 2>conftest.er1
17475 grep -v '^ *+' conftest.er1
>conftest.err
17477 cat conftest.err
>&5
17478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17479 (exit $ac_status); } &&
17480 { ac_try
='test -z "$ac_c_werror_flag"
17481 || test ! -s conftest.err'
17482 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17483 (eval $ac_try) 2>&5
17485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17486 (exit $ac_status); }; } &&
17487 { ac_try
='test -s conftest$ac_exeext'
17488 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17489 (eval $ac_try) 2>&5
17491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17492 (exit $ac_status); }; }; then
17493 ac_cv_lib_m_roundf
=yes
17495 echo "$as_me: failed program was:" >&5
17496 sed 's/^/| /' conftest.
$ac_ext >&5
17498 ac_cv_lib_m_roundf
=no
17500 rm -f conftest.err conftest.
$ac_objext \
17501 conftest
$ac_exeext conftest.
$ac_ext
17502 LIBS
=$ac_check_lib_save_LIBS
17504 echo "$as_me:$LINENO: result: $ac_cv_lib_m_roundf" >&5
17505 echo "${ECHO_T}$ac_cv_lib_m_roundf" >&6
17506 if test $ac_cv_lib_m_roundf = yes; then
17508 cat >>confdefs.h
<<\_ACEOF
17509 #define HAVE_ROUNDF 1
17514 echo "$as_me:$LINENO: checking for round in -lm" >&5
17515 echo $ECHO_N "checking for round in -lm... $ECHO_C" >&6
17516 if test "${ac_cv_lib_m_round+set}" = set; then
17517 echo $ECHO_N "(cached) $ECHO_C" >&6
17519 ac_check_lib_save_LIBS
=$LIBS
17521 if test x
$gcc_no_link = xyes
; then
17522 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
17523 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
17524 { (exit 1); exit 1; }; }
17526 cat >conftest.
$ac_ext <<_ACEOF
17529 cat confdefs.h
>>conftest.
$ac_ext
17530 cat >>conftest.
$ac_ext <<_ACEOF
17531 /* end confdefs.h. */
17533 /* Override any gcc2 internal prototype to avoid an error. */
17537 /* We use char because int might match the return type of a gcc2
17538 builtin and then its argument prototype would still apply. */
17548 rm -f conftest.
$ac_objext conftest
$ac_exeext
17549 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17550 (eval $ac_link) 2>conftest.er1
17552 grep -v '^ *+' conftest.er1
>conftest.err
17554 cat conftest.err
>&5
17555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17556 (exit $ac_status); } &&
17557 { ac_try
='test -z "$ac_c_werror_flag"
17558 || test ! -s conftest.err'
17559 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17560 (eval $ac_try) 2>&5
17562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17563 (exit $ac_status); }; } &&
17564 { ac_try
='test -s conftest$ac_exeext'
17565 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17566 (eval $ac_try) 2>&5
17568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17569 (exit $ac_status); }; }; then
17570 ac_cv_lib_m_round
=yes
17572 echo "$as_me: failed program was:" >&5
17573 sed 's/^/| /' conftest.
$ac_ext >&5
17575 ac_cv_lib_m_round
=no
17577 rm -f conftest.err conftest.
$ac_objext \
17578 conftest
$ac_exeext conftest.
$ac_ext
17579 LIBS
=$ac_check_lib_save_LIBS
17581 echo "$as_me:$LINENO: result: $ac_cv_lib_m_round" >&5
17582 echo "${ECHO_T}$ac_cv_lib_m_round" >&6
17583 if test $ac_cv_lib_m_round = yes; then
17585 cat >>confdefs.h
<<\_ACEOF
17586 #define HAVE_ROUND 1
17591 echo "$as_me:$LINENO: checking for roundl in -lm" >&5
17592 echo $ECHO_N "checking for roundl in -lm... $ECHO_C" >&6
17593 if test "${ac_cv_lib_m_roundl+set}" = set; then
17594 echo $ECHO_N "(cached) $ECHO_C" >&6
17596 ac_check_lib_save_LIBS
=$LIBS
17598 if test x
$gcc_no_link = xyes
; then
17599 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
17600 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
17601 { (exit 1); exit 1; }; }
17603 cat >conftest.
$ac_ext <<_ACEOF
17606 cat confdefs.h
>>conftest.
$ac_ext
17607 cat >>conftest.
$ac_ext <<_ACEOF
17608 /* end confdefs.h. */
17610 /* Override any gcc2 internal prototype to avoid an error. */
17614 /* We use char because int might match the return type of a gcc2
17615 builtin and then its argument prototype would still apply. */
17625 rm -f conftest.
$ac_objext conftest
$ac_exeext
17626 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17627 (eval $ac_link) 2>conftest.er1
17629 grep -v '^ *+' conftest.er1
>conftest.err
17631 cat conftest.err
>&5
17632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17633 (exit $ac_status); } &&
17634 { ac_try
='test -z "$ac_c_werror_flag"
17635 || test ! -s conftest.err'
17636 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17637 (eval $ac_try) 2>&5
17639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17640 (exit $ac_status); }; } &&
17641 { ac_try
='test -s conftest$ac_exeext'
17642 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17643 (eval $ac_try) 2>&5
17645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17646 (exit $ac_status); }; }; then
17647 ac_cv_lib_m_roundl
=yes
17649 echo "$as_me: failed program was:" >&5
17650 sed 's/^/| /' conftest.
$ac_ext >&5
17652 ac_cv_lib_m_roundl
=no
17654 rm -f conftest.err conftest.
$ac_objext \
17655 conftest
$ac_exeext conftest.
$ac_ext
17656 LIBS
=$ac_check_lib_save_LIBS
17658 echo "$as_me:$LINENO: result: $ac_cv_lib_m_roundl" >&5
17659 echo "${ECHO_T}$ac_cv_lib_m_roundl" >&6
17660 if test $ac_cv_lib_m_roundl = yes; then
17662 cat >>confdefs.h
<<\_ACEOF
17663 #define HAVE_ROUNDL 1
17668 echo "$as_me:$LINENO: checking for scalbnf in -lm" >&5
17669 echo $ECHO_N "checking for scalbnf in -lm... $ECHO_C" >&6
17670 if test "${ac_cv_lib_m_scalbnf+set}" = set; then
17671 echo $ECHO_N "(cached) $ECHO_C" >&6
17673 ac_check_lib_save_LIBS
=$LIBS
17675 if test x
$gcc_no_link = xyes
; then
17676 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
17677 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
17678 { (exit 1); exit 1; }; }
17680 cat >conftest.
$ac_ext <<_ACEOF
17683 cat confdefs.h
>>conftest.
$ac_ext
17684 cat >>conftest.
$ac_ext <<_ACEOF
17685 /* end confdefs.h. */
17687 /* Override any gcc2 internal prototype to avoid an error. */
17691 /* We use char because int might match the return type of a gcc2
17692 builtin and then its argument prototype would still apply. */
17702 rm -f conftest.
$ac_objext conftest
$ac_exeext
17703 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17704 (eval $ac_link) 2>conftest.er1
17706 grep -v '^ *+' conftest.er1
>conftest.err
17708 cat conftest.err
>&5
17709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17710 (exit $ac_status); } &&
17711 { ac_try
='test -z "$ac_c_werror_flag"
17712 || test ! -s conftest.err'
17713 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17714 (eval $ac_try) 2>&5
17716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17717 (exit $ac_status); }; } &&
17718 { ac_try
='test -s conftest$ac_exeext'
17719 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17720 (eval $ac_try) 2>&5
17722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17723 (exit $ac_status); }; }; then
17724 ac_cv_lib_m_scalbnf
=yes
17726 echo "$as_me: failed program was:" >&5
17727 sed 's/^/| /' conftest.
$ac_ext >&5
17729 ac_cv_lib_m_scalbnf
=no
17731 rm -f conftest.err conftest.
$ac_objext \
17732 conftest
$ac_exeext conftest.
$ac_ext
17733 LIBS
=$ac_check_lib_save_LIBS
17735 echo "$as_me:$LINENO: result: $ac_cv_lib_m_scalbnf" >&5
17736 echo "${ECHO_T}$ac_cv_lib_m_scalbnf" >&6
17737 if test $ac_cv_lib_m_scalbnf = yes; then
17739 cat >>confdefs.h
<<\_ACEOF
17740 #define HAVE_SCALBNF 1
17745 echo "$as_me:$LINENO: checking for scalbn in -lm" >&5
17746 echo $ECHO_N "checking for scalbn in -lm... $ECHO_C" >&6
17747 if test "${ac_cv_lib_m_scalbn+set}" = set; then
17748 echo $ECHO_N "(cached) $ECHO_C" >&6
17750 ac_check_lib_save_LIBS
=$LIBS
17752 if test x
$gcc_no_link = xyes
; then
17753 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
17754 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
17755 { (exit 1); exit 1; }; }
17757 cat >conftest.
$ac_ext <<_ACEOF
17760 cat confdefs.h
>>conftest.
$ac_ext
17761 cat >>conftest.
$ac_ext <<_ACEOF
17762 /* end confdefs.h. */
17764 /* Override any gcc2 internal prototype to avoid an error. */
17768 /* We use char because int might match the return type of a gcc2
17769 builtin and then its argument prototype would still apply. */
17779 rm -f conftest.
$ac_objext conftest
$ac_exeext
17780 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17781 (eval $ac_link) 2>conftest.er1
17783 grep -v '^ *+' conftest.er1
>conftest.err
17785 cat conftest.err
>&5
17786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17787 (exit $ac_status); } &&
17788 { ac_try
='test -z "$ac_c_werror_flag"
17789 || test ! -s conftest.err'
17790 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17791 (eval $ac_try) 2>&5
17793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17794 (exit $ac_status); }; } &&
17795 { ac_try
='test -s conftest$ac_exeext'
17796 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17797 (eval $ac_try) 2>&5
17799 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17800 (exit $ac_status); }; }; then
17801 ac_cv_lib_m_scalbn
=yes
17803 echo "$as_me: failed program was:" >&5
17804 sed 's/^/| /' conftest.
$ac_ext >&5
17806 ac_cv_lib_m_scalbn
=no
17808 rm -f conftest.err conftest.
$ac_objext \
17809 conftest
$ac_exeext conftest.
$ac_ext
17810 LIBS
=$ac_check_lib_save_LIBS
17812 echo "$as_me:$LINENO: result: $ac_cv_lib_m_scalbn" >&5
17813 echo "${ECHO_T}$ac_cv_lib_m_scalbn" >&6
17814 if test $ac_cv_lib_m_scalbn = yes; then
17816 cat >>confdefs.h
<<\_ACEOF
17817 #define HAVE_SCALBN 1
17822 echo "$as_me:$LINENO: checking for scalbnl in -lm" >&5
17823 echo $ECHO_N "checking for scalbnl in -lm... $ECHO_C" >&6
17824 if test "${ac_cv_lib_m_scalbnl+set}" = set; then
17825 echo $ECHO_N "(cached) $ECHO_C" >&6
17827 ac_check_lib_save_LIBS
=$LIBS
17829 if test x
$gcc_no_link = xyes
; then
17830 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
17831 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
17832 { (exit 1); exit 1; }; }
17834 cat >conftest.
$ac_ext <<_ACEOF
17837 cat confdefs.h
>>conftest.
$ac_ext
17838 cat >>conftest.
$ac_ext <<_ACEOF
17839 /* end confdefs.h. */
17841 /* Override any gcc2 internal prototype to avoid an error. */
17845 /* We use char because int might match the return type of a gcc2
17846 builtin and then its argument prototype would still apply. */
17856 rm -f conftest.
$ac_objext conftest
$ac_exeext
17857 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17858 (eval $ac_link) 2>conftest.er1
17860 grep -v '^ *+' conftest.er1
>conftest.err
17862 cat conftest.err
>&5
17863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17864 (exit $ac_status); } &&
17865 { ac_try
='test -z "$ac_c_werror_flag"
17866 || test ! -s conftest.err'
17867 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17868 (eval $ac_try) 2>&5
17870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17871 (exit $ac_status); }; } &&
17872 { ac_try
='test -s conftest$ac_exeext'
17873 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17874 (eval $ac_try) 2>&5
17876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17877 (exit $ac_status); }; }; then
17878 ac_cv_lib_m_scalbnl
=yes
17880 echo "$as_me: failed program was:" >&5
17881 sed 's/^/| /' conftest.
$ac_ext >&5
17883 ac_cv_lib_m_scalbnl
=no
17885 rm -f conftest.err conftest.
$ac_objext \
17886 conftest
$ac_exeext conftest.
$ac_ext
17887 LIBS
=$ac_check_lib_save_LIBS
17889 echo "$as_me:$LINENO: result: $ac_cv_lib_m_scalbnl" >&5
17890 echo "${ECHO_T}$ac_cv_lib_m_scalbnl" >&6
17891 if test $ac_cv_lib_m_scalbnl = yes; then
17893 cat >>confdefs.h
<<\_ACEOF
17894 #define HAVE_SCALBNL 1
17899 echo "$as_me:$LINENO: checking for sinf in -lm" >&5
17900 echo $ECHO_N "checking for sinf in -lm... $ECHO_C" >&6
17901 if test "${ac_cv_lib_m_sinf+set}" = set; then
17902 echo $ECHO_N "(cached) $ECHO_C" >&6
17904 ac_check_lib_save_LIBS
=$LIBS
17906 if test x
$gcc_no_link = xyes
; then
17907 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
17908 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
17909 { (exit 1); exit 1; }; }
17911 cat >conftest.
$ac_ext <<_ACEOF
17914 cat confdefs.h
>>conftest.
$ac_ext
17915 cat >>conftest.
$ac_ext <<_ACEOF
17916 /* end confdefs.h. */
17918 /* Override any gcc2 internal prototype to avoid an error. */
17922 /* We use char because int might match the return type of a gcc2
17923 builtin and then its argument prototype would still apply. */
17933 rm -f conftest.
$ac_objext conftest
$ac_exeext
17934 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17935 (eval $ac_link) 2>conftest.er1
17937 grep -v '^ *+' conftest.er1
>conftest.err
17939 cat conftest.err
>&5
17940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17941 (exit $ac_status); } &&
17942 { ac_try
='test -z "$ac_c_werror_flag"
17943 || test ! -s conftest.err'
17944 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17945 (eval $ac_try) 2>&5
17947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17948 (exit $ac_status); }; } &&
17949 { ac_try
='test -s conftest$ac_exeext'
17950 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17951 (eval $ac_try) 2>&5
17953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17954 (exit $ac_status); }; }; then
17955 ac_cv_lib_m_sinf
=yes
17957 echo "$as_me: failed program was:" >&5
17958 sed 's/^/| /' conftest.
$ac_ext >&5
17960 ac_cv_lib_m_sinf
=no
17962 rm -f conftest.err conftest.
$ac_objext \
17963 conftest
$ac_exeext conftest.
$ac_ext
17964 LIBS
=$ac_check_lib_save_LIBS
17966 echo "$as_me:$LINENO: result: $ac_cv_lib_m_sinf" >&5
17967 echo "${ECHO_T}$ac_cv_lib_m_sinf" >&6
17968 if test $ac_cv_lib_m_sinf = yes; then
17970 cat >>confdefs.h
<<\_ACEOF
17971 #define HAVE_SINF 1
17976 echo "$as_me:$LINENO: checking for sin in -lm" >&5
17977 echo $ECHO_N "checking for sin in -lm... $ECHO_C" >&6
17978 if test "${ac_cv_lib_m_sin+set}" = set; then
17979 echo $ECHO_N "(cached) $ECHO_C" >&6
17981 ac_check_lib_save_LIBS
=$LIBS
17983 if test x
$gcc_no_link = xyes
; then
17984 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
17985 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
17986 { (exit 1); exit 1; }; }
17988 cat >conftest.
$ac_ext <<_ACEOF
17991 cat confdefs.h
>>conftest.
$ac_ext
17992 cat >>conftest.
$ac_ext <<_ACEOF
17993 /* end confdefs.h. */
17995 /* Override any gcc2 internal prototype to avoid an error. */
17999 /* We use char because int might match the return type of a gcc2
18000 builtin and then its argument prototype would still apply. */
18010 rm -f conftest.
$ac_objext conftest
$ac_exeext
18011 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18012 (eval $ac_link) 2>conftest.er1
18014 grep -v '^ *+' conftest.er1
>conftest.err
18016 cat conftest.err
>&5
18017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18018 (exit $ac_status); } &&
18019 { ac_try
='test -z "$ac_c_werror_flag"
18020 || test ! -s conftest.err'
18021 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18022 (eval $ac_try) 2>&5
18024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18025 (exit $ac_status); }; } &&
18026 { ac_try
='test -s conftest$ac_exeext'
18027 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18028 (eval $ac_try) 2>&5
18030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18031 (exit $ac_status); }; }; then
18032 ac_cv_lib_m_sin
=yes
18034 echo "$as_me: failed program was:" >&5
18035 sed 's/^/| /' conftest.
$ac_ext >&5
18039 rm -f conftest.err conftest.
$ac_objext \
18040 conftest
$ac_exeext conftest.
$ac_ext
18041 LIBS
=$ac_check_lib_save_LIBS
18043 echo "$as_me:$LINENO: result: $ac_cv_lib_m_sin" >&5
18044 echo "${ECHO_T}$ac_cv_lib_m_sin" >&6
18045 if test $ac_cv_lib_m_sin = yes; then
18047 cat >>confdefs.h
<<\_ACEOF
18053 echo "$as_me:$LINENO: checking for sinl in -lm" >&5
18054 echo $ECHO_N "checking for sinl in -lm... $ECHO_C" >&6
18055 if test "${ac_cv_lib_m_sinl+set}" = set; then
18056 echo $ECHO_N "(cached) $ECHO_C" >&6
18058 ac_check_lib_save_LIBS
=$LIBS
18060 if test x
$gcc_no_link = xyes
; then
18061 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
18062 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
18063 { (exit 1); exit 1; }; }
18065 cat >conftest.
$ac_ext <<_ACEOF
18068 cat confdefs.h
>>conftest.
$ac_ext
18069 cat >>conftest.
$ac_ext <<_ACEOF
18070 /* end confdefs.h. */
18072 /* Override any gcc2 internal prototype to avoid an error. */
18076 /* We use char because int might match the return type of a gcc2
18077 builtin and then its argument prototype would still apply. */
18087 rm -f conftest.
$ac_objext conftest
$ac_exeext
18088 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18089 (eval $ac_link) 2>conftest.er1
18091 grep -v '^ *+' conftest.er1
>conftest.err
18093 cat conftest.err
>&5
18094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18095 (exit $ac_status); } &&
18096 { ac_try
='test -z "$ac_c_werror_flag"
18097 || test ! -s conftest.err'
18098 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18099 (eval $ac_try) 2>&5
18101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18102 (exit $ac_status); }; } &&
18103 { ac_try
='test -s conftest$ac_exeext'
18104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18105 (eval $ac_try) 2>&5
18107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18108 (exit $ac_status); }; }; then
18109 ac_cv_lib_m_sinl
=yes
18111 echo "$as_me: failed program was:" >&5
18112 sed 's/^/| /' conftest.
$ac_ext >&5
18114 ac_cv_lib_m_sinl
=no
18116 rm -f conftest.err conftest.
$ac_objext \
18117 conftest
$ac_exeext conftest.
$ac_ext
18118 LIBS
=$ac_check_lib_save_LIBS
18120 echo "$as_me:$LINENO: result: $ac_cv_lib_m_sinl" >&5
18121 echo "${ECHO_T}$ac_cv_lib_m_sinl" >&6
18122 if test $ac_cv_lib_m_sinl = yes; then
18124 cat >>confdefs.h
<<\_ACEOF
18125 #define HAVE_SINL 1
18130 echo "$as_me:$LINENO: checking for csinf in -lm" >&5
18131 echo $ECHO_N "checking for csinf in -lm... $ECHO_C" >&6
18132 if test "${ac_cv_lib_m_csinf+set}" = set; then
18133 echo $ECHO_N "(cached) $ECHO_C" >&6
18135 ac_check_lib_save_LIBS
=$LIBS
18137 if test x
$gcc_no_link = xyes
; then
18138 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
18139 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
18140 { (exit 1); exit 1; }; }
18142 cat >conftest.
$ac_ext <<_ACEOF
18145 cat confdefs.h
>>conftest.
$ac_ext
18146 cat >>conftest.
$ac_ext <<_ACEOF
18147 /* end confdefs.h. */
18149 /* Override any gcc2 internal prototype to avoid an error. */
18153 /* We use char because int might match the return type of a gcc2
18154 builtin and then its argument prototype would still apply. */
18164 rm -f conftest.
$ac_objext conftest
$ac_exeext
18165 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18166 (eval $ac_link) 2>conftest.er1
18168 grep -v '^ *+' conftest.er1
>conftest.err
18170 cat conftest.err
>&5
18171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18172 (exit $ac_status); } &&
18173 { ac_try
='test -z "$ac_c_werror_flag"
18174 || test ! -s conftest.err'
18175 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18176 (eval $ac_try) 2>&5
18178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18179 (exit $ac_status); }; } &&
18180 { ac_try
='test -s conftest$ac_exeext'
18181 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18182 (eval $ac_try) 2>&5
18184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18185 (exit $ac_status); }; }; then
18186 ac_cv_lib_m_csinf
=yes
18188 echo "$as_me: failed program was:" >&5
18189 sed 's/^/| /' conftest.
$ac_ext >&5
18191 ac_cv_lib_m_csinf
=no
18193 rm -f conftest.err conftest.
$ac_objext \
18194 conftest
$ac_exeext conftest.
$ac_ext
18195 LIBS
=$ac_check_lib_save_LIBS
18197 echo "$as_me:$LINENO: result: $ac_cv_lib_m_csinf" >&5
18198 echo "${ECHO_T}$ac_cv_lib_m_csinf" >&6
18199 if test $ac_cv_lib_m_csinf = yes; then
18201 cat >>confdefs.h
<<\_ACEOF
18202 #define HAVE_CSINF 1
18207 echo "$as_me:$LINENO: checking for csin in -lm" >&5
18208 echo $ECHO_N "checking for csin in -lm... $ECHO_C" >&6
18209 if test "${ac_cv_lib_m_csin+set}" = set; then
18210 echo $ECHO_N "(cached) $ECHO_C" >&6
18212 ac_check_lib_save_LIBS
=$LIBS
18214 if test x
$gcc_no_link = xyes
; then
18215 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
18216 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
18217 { (exit 1); exit 1; }; }
18219 cat >conftest.
$ac_ext <<_ACEOF
18222 cat confdefs.h
>>conftest.
$ac_ext
18223 cat >>conftest.
$ac_ext <<_ACEOF
18224 /* end confdefs.h. */
18226 /* Override any gcc2 internal prototype to avoid an error. */
18230 /* We use char because int might match the return type of a gcc2
18231 builtin and then its argument prototype would still apply. */
18241 rm -f conftest.
$ac_objext conftest
$ac_exeext
18242 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18243 (eval $ac_link) 2>conftest.er1
18245 grep -v '^ *+' conftest.er1
>conftest.err
18247 cat conftest.err
>&5
18248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18249 (exit $ac_status); } &&
18250 { ac_try
='test -z "$ac_c_werror_flag"
18251 || test ! -s conftest.err'
18252 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18253 (eval $ac_try) 2>&5
18255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18256 (exit $ac_status); }; } &&
18257 { ac_try
='test -s conftest$ac_exeext'
18258 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18259 (eval $ac_try) 2>&5
18261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18262 (exit $ac_status); }; }; then
18263 ac_cv_lib_m_csin
=yes
18265 echo "$as_me: failed program was:" >&5
18266 sed 's/^/| /' conftest.
$ac_ext >&5
18268 ac_cv_lib_m_csin
=no
18270 rm -f conftest.err conftest.
$ac_objext \
18271 conftest
$ac_exeext conftest.
$ac_ext
18272 LIBS
=$ac_check_lib_save_LIBS
18274 echo "$as_me:$LINENO: result: $ac_cv_lib_m_csin" >&5
18275 echo "${ECHO_T}$ac_cv_lib_m_csin" >&6
18276 if test $ac_cv_lib_m_csin = yes; then
18278 cat >>confdefs.h
<<\_ACEOF
18279 #define HAVE_CSIN 1
18284 echo "$as_me:$LINENO: checking for csinl in -lm" >&5
18285 echo $ECHO_N "checking for csinl in -lm... $ECHO_C" >&6
18286 if test "${ac_cv_lib_m_csinl+set}" = set; then
18287 echo $ECHO_N "(cached) $ECHO_C" >&6
18289 ac_check_lib_save_LIBS
=$LIBS
18291 if test x
$gcc_no_link = xyes
; then
18292 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
18293 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
18294 { (exit 1); exit 1; }; }
18296 cat >conftest.
$ac_ext <<_ACEOF
18299 cat confdefs.h
>>conftest.
$ac_ext
18300 cat >>conftest.
$ac_ext <<_ACEOF
18301 /* end confdefs.h. */
18303 /* Override any gcc2 internal prototype to avoid an error. */
18307 /* We use char because int might match the return type of a gcc2
18308 builtin and then its argument prototype would still apply. */
18318 rm -f conftest.
$ac_objext conftest
$ac_exeext
18319 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18320 (eval $ac_link) 2>conftest.er1
18322 grep -v '^ *+' conftest.er1
>conftest.err
18324 cat conftest.err
>&5
18325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18326 (exit $ac_status); } &&
18327 { ac_try
='test -z "$ac_c_werror_flag"
18328 || test ! -s conftest.err'
18329 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18330 (eval $ac_try) 2>&5
18332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18333 (exit $ac_status); }; } &&
18334 { ac_try
='test -s conftest$ac_exeext'
18335 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18336 (eval $ac_try) 2>&5
18338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18339 (exit $ac_status); }; }; then
18340 ac_cv_lib_m_csinl
=yes
18342 echo "$as_me: failed program was:" >&5
18343 sed 's/^/| /' conftest.
$ac_ext >&5
18345 ac_cv_lib_m_csinl
=no
18347 rm -f conftest.err conftest.
$ac_objext \
18348 conftest
$ac_exeext conftest.
$ac_ext
18349 LIBS
=$ac_check_lib_save_LIBS
18351 echo "$as_me:$LINENO: result: $ac_cv_lib_m_csinl" >&5
18352 echo "${ECHO_T}$ac_cv_lib_m_csinl" >&6
18353 if test $ac_cv_lib_m_csinl = yes; then
18355 cat >>confdefs.h
<<\_ACEOF
18356 #define HAVE_CSINL 1
18361 echo "$as_me:$LINENO: checking for sinhf in -lm" >&5
18362 echo $ECHO_N "checking for sinhf in -lm... $ECHO_C" >&6
18363 if test "${ac_cv_lib_m_sinhf+set}" = set; then
18364 echo $ECHO_N "(cached) $ECHO_C" >&6
18366 ac_check_lib_save_LIBS
=$LIBS
18368 if test x
$gcc_no_link = xyes
; then
18369 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
18370 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
18371 { (exit 1); exit 1; }; }
18373 cat >conftest.
$ac_ext <<_ACEOF
18376 cat confdefs.h
>>conftest.
$ac_ext
18377 cat >>conftest.
$ac_ext <<_ACEOF
18378 /* end confdefs.h. */
18380 /* Override any gcc2 internal prototype to avoid an error. */
18384 /* We use char because int might match the return type of a gcc2
18385 builtin and then its argument prototype would still apply. */
18395 rm -f conftest.
$ac_objext conftest
$ac_exeext
18396 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18397 (eval $ac_link) 2>conftest.er1
18399 grep -v '^ *+' conftest.er1
>conftest.err
18401 cat conftest.err
>&5
18402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18403 (exit $ac_status); } &&
18404 { ac_try
='test -z "$ac_c_werror_flag"
18405 || test ! -s conftest.err'
18406 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18407 (eval $ac_try) 2>&5
18409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18410 (exit $ac_status); }; } &&
18411 { ac_try
='test -s conftest$ac_exeext'
18412 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18413 (eval $ac_try) 2>&5
18415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18416 (exit $ac_status); }; }; then
18417 ac_cv_lib_m_sinhf
=yes
18419 echo "$as_me: failed program was:" >&5
18420 sed 's/^/| /' conftest.
$ac_ext >&5
18422 ac_cv_lib_m_sinhf
=no
18424 rm -f conftest.err conftest.
$ac_objext \
18425 conftest
$ac_exeext conftest.
$ac_ext
18426 LIBS
=$ac_check_lib_save_LIBS
18428 echo "$as_me:$LINENO: result: $ac_cv_lib_m_sinhf" >&5
18429 echo "${ECHO_T}$ac_cv_lib_m_sinhf" >&6
18430 if test $ac_cv_lib_m_sinhf = yes; then
18432 cat >>confdefs.h
<<\_ACEOF
18433 #define HAVE_SINHF 1
18438 echo "$as_me:$LINENO: checking for sinh in -lm" >&5
18439 echo $ECHO_N "checking for sinh in -lm... $ECHO_C" >&6
18440 if test "${ac_cv_lib_m_sinh+set}" = set; then
18441 echo $ECHO_N "(cached) $ECHO_C" >&6
18443 ac_check_lib_save_LIBS
=$LIBS
18445 if test x
$gcc_no_link = xyes
; then
18446 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
18447 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
18448 { (exit 1); exit 1; }; }
18450 cat >conftest.
$ac_ext <<_ACEOF
18453 cat confdefs.h
>>conftest.
$ac_ext
18454 cat >>conftest.
$ac_ext <<_ACEOF
18455 /* end confdefs.h. */
18457 /* Override any gcc2 internal prototype to avoid an error. */
18461 /* We use char because int might match the return type of a gcc2
18462 builtin and then its argument prototype would still apply. */
18472 rm -f conftest.
$ac_objext conftest
$ac_exeext
18473 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18474 (eval $ac_link) 2>conftest.er1
18476 grep -v '^ *+' conftest.er1
>conftest.err
18478 cat conftest.err
>&5
18479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18480 (exit $ac_status); } &&
18481 { ac_try
='test -z "$ac_c_werror_flag"
18482 || test ! -s conftest.err'
18483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18484 (eval $ac_try) 2>&5
18486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18487 (exit $ac_status); }; } &&
18488 { ac_try
='test -s conftest$ac_exeext'
18489 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18490 (eval $ac_try) 2>&5
18492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18493 (exit $ac_status); }; }; then
18494 ac_cv_lib_m_sinh
=yes
18496 echo "$as_me: failed program was:" >&5
18497 sed 's/^/| /' conftest.
$ac_ext >&5
18499 ac_cv_lib_m_sinh
=no
18501 rm -f conftest.err conftest.
$ac_objext \
18502 conftest
$ac_exeext conftest.
$ac_ext
18503 LIBS
=$ac_check_lib_save_LIBS
18505 echo "$as_me:$LINENO: result: $ac_cv_lib_m_sinh" >&5
18506 echo "${ECHO_T}$ac_cv_lib_m_sinh" >&6
18507 if test $ac_cv_lib_m_sinh = yes; then
18509 cat >>confdefs.h
<<\_ACEOF
18510 #define HAVE_SINH 1
18515 echo "$as_me:$LINENO: checking for sinhl in -lm" >&5
18516 echo $ECHO_N "checking for sinhl in -lm... $ECHO_C" >&6
18517 if test "${ac_cv_lib_m_sinhl+set}" = set; then
18518 echo $ECHO_N "(cached) $ECHO_C" >&6
18520 ac_check_lib_save_LIBS
=$LIBS
18522 if test x
$gcc_no_link = xyes
; then
18523 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
18524 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
18525 { (exit 1); exit 1; }; }
18527 cat >conftest.
$ac_ext <<_ACEOF
18530 cat confdefs.h
>>conftest.
$ac_ext
18531 cat >>conftest.
$ac_ext <<_ACEOF
18532 /* end confdefs.h. */
18534 /* Override any gcc2 internal prototype to avoid an error. */
18538 /* We use char because int might match the return type of a gcc2
18539 builtin and then its argument prototype would still apply. */
18549 rm -f conftest.
$ac_objext conftest
$ac_exeext
18550 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18551 (eval $ac_link) 2>conftest.er1
18553 grep -v '^ *+' conftest.er1
>conftest.err
18555 cat conftest.err
>&5
18556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18557 (exit $ac_status); } &&
18558 { ac_try
='test -z "$ac_c_werror_flag"
18559 || test ! -s conftest.err'
18560 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18561 (eval $ac_try) 2>&5
18563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18564 (exit $ac_status); }; } &&
18565 { ac_try
='test -s conftest$ac_exeext'
18566 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18567 (eval $ac_try) 2>&5
18569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18570 (exit $ac_status); }; }; then
18571 ac_cv_lib_m_sinhl
=yes
18573 echo "$as_me: failed program was:" >&5
18574 sed 's/^/| /' conftest.
$ac_ext >&5
18576 ac_cv_lib_m_sinhl
=no
18578 rm -f conftest.err conftest.
$ac_objext \
18579 conftest
$ac_exeext conftest.
$ac_ext
18580 LIBS
=$ac_check_lib_save_LIBS
18582 echo "$as_me:$LINENO: result: $ac_cv_lib_m_sinhl" >&5
18583 echo "${ECHO_T}$ac_cv_lib_m_sinhl" >&6
18584 if test $ac_cv_lib_m_sinhl = yes; then
18586 cat >>confdefs.h
<<\_ACEOF
18587 #define HAVE_SINHL 1
18592 echo "$as_me:$LINENO: checking for csinhf in -lm" >&5
18593 echo $ECHO_N "checking for csinhf in -lm... $ECHO_C" >&6
18594 if test "${ac_cv_lib_m_csinhf+set}" = set; then
18595 echo $ECHO_N "(cached) $ECHO_C" >&6
18597 ac_check_lib_save_LIBS
=$LIBS
18599 if test x
$gcc_no_link = xyes
; then
18600 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
18601 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
18602 { (exit 1); exit 1; }; }
18604 cat >conftest.
$ac_ext <<_ACEOF
18607 cat confdefs.h
>>conftest.
$ac_ext
18608 cat >>conftest.
$ac_ext <<_ACEOF
18609 /* end confdefs.h. */
18611 /* Override any gcc2 internal prototype to avoid an error. */
18615 /* We use char because int might match the return type of a gcc2
18616 builtin and then its argument prototype would still apply. */
18626 rm -f conftest.
$ac_objext conftest
$ac_exeext
18627 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18628 (eval $ac_link) 2>conftest.er1
18630 grep -v '^ *+' conftest.er1
>conftest.err
18632 cat conftest.err
>&5
18633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18634 (exit $ac_status); } &&
18635 { ac_try
='test -z "$ac_c_werror_flag"
18636 || test ! -s conftest.err'
18637 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18638 (eval $ac_try) 2>&5
18640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18641 (exit $ac_status); }; } &&
18642 { ac_try
='test -s conftest$ac_exeext'
18643 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18644 (eval $ac_try) 2>&5
18646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18647 (exit $ac_status); }; }; then
18648 ac_cv_lib_m_csinhf
=yes
18650 echo "$as_me: failed program was:" >&5
18651 sed 's/^/| /' conftest.
$ac_ext >&5
18653 ac_cv_lib_m_csinhf
=no
18655 rm -f conftest.err conftest.
$ac_objext \
18656 conftest
$ac_exeext conftest.
$ac_ext
18657 LIBS
=$ac_check_lib_save_LIBS
18659 echo "$as_me:$LINENO: result: $ac_cv_lib_m_csinhf" >&5
18660 echo "${ECHO_T}$ac_cv_lib_m_csinhf" >&6
18661 if test $ac_cv_lib_m_csinhf = yes; then
18663 cat >>confdefs.h
<<\_ACEOF
18664 #define HAVE_CSINHF 1
18669 echo "$as_me:$LINENO: checking for csinh in -lm" >&5
18670 echo $ECHO_N "checking for csinh in -lm... $ECHO_C" >&6
18671 if test "${ac_cv_lib_m_csinh+set}" = set; then
18672 echo $ECHO_N "(cached) $ECHO_C" >&6
18674 ac_check_lib_save_LIBS
=$LIBS
18676 if test x
$gcc_no_link = xyes
; then
18677 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
18678 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
18679 { (exit 1); exit 1; }; }
18681 cat >conftest.
$ac_ext <<_ACEOF
18684 cat confdefs.h
>>conftest.
$ac_ext
18685 cat >>conftest.
$ac_ext <<_ACEOF
18686 /* end confdefs.h. */
18688 /* Override any gcc2 internal prototype to avoid an error. */
18692 /* We use char because int might match the return type of a gcc2
18693 builtin and then its argument prototype would still apply. */
18703 rm -f conftest.
$ac_objext conftest
$ac_exeext
18704 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18705 (eval $ac_link) 2>conftest.er1
18707 grep -v '^ *+' conftest.er1
>conftest.err
18709 cat conftest.err
>&5
18710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18711 (exit $ac_status); } &&
18712 { ac_try
='test -z "$ac_c_werror_flag"
18713 || test ! -s conftest.err'
18714 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18715 (eval $ac_try) 2>&5
18717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18718 (exit $ac_status); }; } &&
18719 { ac_try
='test -s conftest$ac_exeext'
18720 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18721 (eval $ac_try) 2>&5
18723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18724 (exit $ac_status); }; }; then
18725 ac_cv_lib_m_csinh
=yes
18727 echo "$as_me: failed program was:" >&5
18728 sed 's/^/| /' conftest.
$ac_ext >&5
18730 ac_cv_lib_m_csinh
=no
18732 rm -f conftest.err conftest.
$ac_objext \
18733 conftest
$ac_exeext conftest.
$ac_ext
18734 LIBS
=$ac_check_lib_save_LIBS
18736 echo "$as_me:$LINENO: result: $ac_cv_lib_m_csinh" >&5
18737 echo "${ECHO_T}$ac_cv_lib_m_csinh" >&6
18738 if test $ac_cv_lib_m_csinh = yes; then
18740 cat >>confdefs.h
<<\_ACEOF
18741 #define HAVE_CSINH 1
18746 echo "$as_me:$LINENO: checking for csinhl in -lm" >&5
18747 echo $ECHO_N "checking for csinhl in -lm... $ECHO_C" >&6
18748 if test "${ac_cv_lib_m_csinhl+set}" = set; then
18749 echo $ECHO_N "(cached) $ECHO_C" >&6
18751 ac_check_lib_save_LIBS
=$LIBS
18753 if test x
$gcc_no_link = xyes
; then
18754 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
18755 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
18756 { (exit 1); exit 1; }; }
18758 cat >conftest.
$ac_ext <<_ACEOF
18761 cat confdefs.h
>>conftest.
$ac_ext
18762 cat >>conftest.
$ac_ext <<_ACEOF
18763 /* end confdefs.h. */
18765 /* Override any gcc2 internal prototype to avoid an error. */
18769 /* We use char because int might match the return type of a gcc2
18770 builtin and then its argument prototype would still apply. */
18780 rm -f conftest.
$ac_objext conftest
$ac_exeext
18781 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18782 (eval $ac_link) 2>conftest.er1
18784 grep -v '^ *+' conftest.er1
>conftest.err
18786 cat conftest.err
>&5
18787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18788 (exit $ac_status); } &&
18789 { ac_try
='test -z "$ac_c_werror_flag"
18790 || test ! -s conftest.err'
18791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18792 (eval $ac_try) 2>&5
18794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18795 (exit $ac_status); }; } &&
18796 { ac_try
='test -s conftest$ac_exeext'
18797 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18798 (eval $ac_try) 2>&5
18800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18801 (exit $ac_status); }; }; then
18802 ac_cv_lib_m_csinhl
=yes
18804 echo "$as_me: failed program was:" >&5
18805 sed 's/^/| /' conftest.
$ac_ext >&5
18807 ac_cv_lib_m_csinhl
=no
18809 rm -f conftest.err conftest.
$ac_objext \
18810 conftest
$ac_exeext conftest.
$ac_ext
18811 LIBS
=$ac_check_lib_save_LIBS
18813 echo "$as_me:$LINENO: result: $ac_cv_lib_m_csinhl" >&5
18814 echo "${ECHO_T}$ac_cv_lib_m_csinhl" >&6
18815 if test $ac_cv_lib_m_csinhl = yes; then
18817 cat >>confdefs.h
<<\_ACEOF
18818 #define HAVE_CSINHL 1
18823 echo "$as_me:$LINENO: checking for sqrtf in -lm" >&5
18824 echo $ECHO_N "checking for sqrtf in -lm... $ECHO_C" >&6
18825 if test "${ac_cv_lib_m_sqrtf+set}" = set; then
18826 echo $ECHO_N "(cached) $ECHO_C" >&6
18828 ac_check_lib_save_LIBS
=$LIBS
18830 if test x
$gcc_no_link = xyes
; then
18831 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
18832 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
18833 { (exit 1); exit 1; }; }
18835 cat >conftest.
$ac_ext <<_ACEOF
18838 cat confdefs.h
>>conftest.
$ac_ext
18839 cat >>conftest.
$ac_ext <<_ACEOF
18840 /* end confdefs.h. */
18842 /* Override any gcc2 internal prototype to avoid an error. */
18846 /* We use char because int might match the return type of a gcc2
18847 builtin and then its argument prototype would still apply. */
18857 rm -f conftest.
$ac_objext conftest
$ac_exeext
18858 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18859 (eval $ac_link) 2>conftest.er1
18861 grep -v '^ *+' conftest.er1
>conftest.err
18863 cat conftest.err
>&5
18864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18865 (exit $ac_status); } &&
18866 { ac_try
='test -z "$ac_c_werror_flag"
18867 || test ! -s conftest.err'
18868 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18869 (eval $ac_try) 2>&5
18871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18872 (exit $ac_status); }; } &&
18873 { ac_try
='test -s conftest$ac_exeext'
18874 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18875 (eval $ac_try) 2>&5
18877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18878 (exit $ac_status); }; }; then
18879 ac_cv_lib_m_sqrtf
=yes
18881 echo "$as_me: failed program was:" >&5
18882 sed 's/^/| /' conftest.
$ac_ext >&5
18884 ac_cv_lib_m_sqrtf
=no
18886 rm -f conftest.err conftest.
$ac_objext \
18887 conftest
$ac_exeext conftest.
$ac_ext
18888 LIBS
=$ac_check_lib_save_LIBS
18890 echo "$as_me:$LINENO: result: $ac_cv_lib_m_sqrtf" >&5
18891 echo "${ECHO_T}$ac_cv_lib_m_sqrtf" >&6
18892 if test $ac_cv_lib_m_sqrtf = yes; then
18894 cat >>confdefs.h
<<\_ACEOF
18895 #define HAVE_SQRTF 1
18900 echo "$as_me:$LINENO: checking for sqrt in -lm" >&5
18901 echo $ECHO_N "checking for sqrt in -lm... $ECHO_C" >&6
18902 if test "${ac_cv_lib_m_sqrt+set}" = set; then
18903 echo $ECHO_N "(cached) $ECHO_C" >&6
18905 ac_check_lib_save_LIBS
=$LIBS
18907 if test x
$gcc_no_link = xyes
; then
18908 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
18909 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
18910 { (exit 1); exit 1; }; }
18912 cat >conftest.
$ac_ext <<_ACEOF
18915 cat confdefs.h
>>conftest.
$ac_ext
18916 cat >>conftest.
$ac_ext <<_ACEOF
18917 /* end confdefs.h. */
18919 /* Override any gcc2 internal prototype to avoid an error. */
18923 /* We use char because int might match the return type of a gcc2
18924 builtin and then its argument prototype would still apply. */
18934 rm -f conftest.
$ac_objext conftest
$ac_exeext
18935 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18936 (eval $ac_link) 2>conftest.er1
18938 grep -v '^ *+' conftest.er1
>conftest.err
18940 cat conftest.err
>&5
18941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18942 (exit $ac_status); } &&
18943 { ac_try
='test -z "$ac_c_werror_flag"
18944 || test ! -s conftest.err'
18945 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18946 (eval $ac_try) 2>&5
18948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18949 (exit $ac_status); }; } &&
18950 { ac_try
='test -s conftest$ac_exeext'
18951 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18952 (eval $ac_try) 2>&5
18954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18955 (exit $ac_status); }; }; then
18956 ac_cv_lib_m_sqrt
=yes
18958 echo "$as_me: failed program was:" >&5
18959 sed 's/^/| /' conftest.
$ac_ext >&5
18961 ac_cv_lib_m_sqrt
=no
18963 rm -f conftest.err conftest.
$ac_objext \
18964 conftest
$ac_exeext conftest.
$ac_ext
18965 LIBS
=$ac_check_lib_save_LIBS
18967 echo "$as_me:$LINENO: result: $ac_cv_lib_m_sqrt" >&5
18968 echo "${ECHO_T}$ac_cv_lib_m_sqrt" >&6
18969 if test $ac_cv_lib_m_sqrt = yes; then
18971 cat >>confdefs.h
<<\_ACEOF
18972 #define HAVE_SQRT 1
18977 echo "$as_me:$LINENO: checking for sqrtl in -lm" >&5
18978 echo $ECHO_N "checking for sqrtl in -lm... $ECHO_C" >&6
18979 if test "${ac_cv_lib_m_sqrtl+set}" = set; then
18980 echo $ECHO_N "(cached) $ECHO_C" >&6
18982 ac_check_lib_save_LIBS
=$LIBS
18984 if test x
$gcc_no_link = xyes
; then
18985 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
18986 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
18987 { (exit 1); exit 1; }; }
18989 cat >conftest.
$ac_ext <<_ACEOF
18992 cat confdefs.h
>>conftest.
$ac_ext
18993 cat >>conftest.
$ac_ext <<_ACEOF
18994 /* end confdefs.h. */
18996 /* Override any gcc2 internal prototype to avoid an error. */
19000 /* We use char because int might match the return type of a gcc2
19001 builtin and then its argument prototype would still apply. */
19011 rm -f conftest.
$ac_objext conftest
$ac_exeext
19012 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19013 (eval $ac_link) 2>conftest.er1
19015 grep -v '^ *+' conftest.er1
>conftest.err
19017 cat conftest.err
>&5
19018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19019 (exit $ac_status); } &&
19020 { ac_try
='test -z "$ac_c_werror_flag"
19021 || test ! -s conftest.err'
19022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19023 (eval $ac_try) 2>&5
19025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19026 (exit $ac_status); }; } &&
19027 { ac_try
='test -s conftest$ac_exeext'
19028 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19029 (eval $ac_try) 2>&5
19031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19032 (exit $ac_status); }; }; then
19033 ac_cv_lib_m_sqrtl
=yes
19035 echo "$as_me: failed program was:" >&5
19036 sed 's/^/| /' conftest.
$ac_ext >&5
19038 ac_cv_lib_m_sqrtl
=no
19040 rm -f conftest.err conftest.
$ac_objext \
19041 conftest
$ac_exeext conftest.
$ac_ext
19042 LIBS
=$ac_check_lib_save_LIBS
19044 echo "$as_me:$LINENO: result: $ac_cv_lib_m_sqrtl" >&5
19045 echo "${ECHO_T}$ac_cv_lib_m_sqrtl" >&6
19046 if test $ac_cv_lib_m_sqrtl = yes; then
19048 cat >>confdefs.h
<<\_ACEOF
19049 #define HAVE_SQRTL 1
19054 echo "$as_me:$LINENO: checking for csqrtf in -lm" >&5
19055 echo $ECHO_N "checking for csqrtf in -lm... $ECHO_C" >&6
19056 if test "${ac_cv_lib_m_csqrtf+set}" = set; then
19057 echo $ECHO_N "(cached) $ECHO_C" >&6
19059 ac_check_lib_save_LIBS
=$LIBS
19061 if test x
$gcc_no_link = xyes
; then
19062 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19063 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19064 { (exit 1); exit 1; }; }
19066 cat >conftest.
$ac_ext <<_ACEOF
19069 cat confdefs.h
>>conftest.
$ac_ext
19070 cat >>conftest.
$ac_ext <<_ACEOF
19071 /* end confdefs.h. */
19073 /* Override any gcc2 internal prototype to avoid an error. */
19077 /* We use char because int might match the return type of a gcc2
19078 builtin and then its argument prototype would still apply. */
19088 rm -f conftest.
$ac_objext conftest
$ac_exeext
19089 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19090 (eval $ac_link) 2>conftest.er1
19092 grep -v '^ *+' conftest.er1
>conftest.err
19094 cat conftest.err
>&5
19095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19096 (exit $ac_status); } &&
19097 { ac_try
='test -z "$ac_c_werror_flag"
19098 || test ! -s conftest.err'
19099 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19100 (eval $ac_try) 2>&5
19102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19103 (exit $ac_status); }; } &&
19104 { ac_try
='test -s conftest$ac_exeext'
19105 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19106 (eval $ac_try) 2>&5
19108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19109 (exit $ac_status); }; }; then
19110 ac_cv_lib_m_csqrtf
=yes
19112 echo "$as_me: failed program was:" >&5
19113 sed 's/^/| /' conftest.
$ac_ext >&5
19115 ac_cv_lib_m_csqrtf
=no
19117 rm -f conftest.err conftest.
$ac_objext \
19118 conftest
$ac_exeext conftest.
$ac_ext
19119 LIBS
=$ac_check_lib_save_LIBS
19121 echo "$as_me:$LINENO: result: $ac_cv_lib_m_csqrtf" >&5
19122 echo "${ECHO_T}$ac_cv_lib_m_csqrtf" >&6
19123 if test $ac_cv_lib_m_csqrtf = yes; then
19125 cat >>confdefs.h
<<\_ACEOF
19126 #define HAVE_CSQRTF 1
19131 echo "$as_me:$LINENO: checking for csqrt in -lm" >&5
19132 echo $ECHO_N "checking for csqrt in -lm... $ECHO_C" >&6
19133 if test "${ac_cv_lib_m_csqrt+set}" = set; then
19134 echo $ECHO_N "(cached) $ECHO_C" >&6
19136 ac_check_lib_save_LIBS
=$LIBS
19138 if test x
$gcc_no_link = xyes
; then
19139 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19140 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19141 { (exit 1); exit 1; }; }
19143 cat >conftest.
$ac_ext <<_ACEOF
19146 cat confdefs.h
>>conftest.
$ac_ext
19147 cat >>conftest.
$ac_ext <<_ACEOF
19148 /* end confdefs.h. */
19150 /* Override any gcc2 internal prototype to avoid an error. */
19154 /* We use char because int might match the return type of a gcc2
19155 builtin and then its argument prototype would still apply. */
19165 rm -f conftest.
$ac_objext conftest
$ac_exeext
19166 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19167 (eval $ac_link) 2>conftest.er1
19169 grep -v '^ *+' conftest.er1
>conftest.err
19171 cat conftest.err
>&5
19172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19173 (exit $ac_status); } &&
19174 { ac_try
='test -z "$ac_c_werror_flag"
19175 || test ! -s conftest.err'
19176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19177 (eval $ac_try) 2>&5
19179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19180 (exit $ac_status); }; } &&
19181 { ac_try
='test -s conftest$ac_exeext'
19182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19183 (eval $ac_try) 2>&5
19185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19186 (exit $ac_status); }; }; then
19187 ac_cv_lib_m_csqrt
=yes
19189 echo "$as_me: failed program was:" >&5
19190 sed 's/^/| /' conftest.
$ac_ext >&5
19192 ac_cv_lib_m_csqrt
=no
19194 rm -f conftest.err conftest.
$ac_objext \
19195 conftest
$ac_exeext conftest.
$ac_ext
19196 LIBS
=$ac_check_lib_save_LIBS
19198 echo "$as_me:$LINENO: result: $ac_cv_lib_m_csqrt" >&5
19199 echo "${ECHO_T}$ac_cv_lib_m_csqrt" >&6
19200 if test $ac_cv_lib_m_csqrt = yes; then
19202 cat >>confdefs.h
<<\_ACEOF
19203 #define HAVE_CSQRT 1
19208 echo "$as_me:$LINENO: checking for csqrtl in -lm" >&5
19209 echo $ECHO_N "checking for csqrtl in -lm... $ECHO_C" >&6
19210 if test "${ac_cv_lib_m_csqrtl+set}" = set; then
19211 echo $ECHO_N "(cached) $ECHO_C" >&6
19213 ac_check_lib_save_LIBS
=$LIBS
19215 if test x
$gcc_no_link = xyes
; then
19216 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19217 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19218 { (exit 1); exit 1; }; }
19220 cat >conftest.
$ac_ext <<_ACEOF
19223 cat confdefs.h
>>conftest.
$ac_ext
19224 cat >>conftest.
$ac_ext <<_ACEOF
19225 /* end confdefs.h. */
19227 /* Override any gcc2 internal prototype to avoid an error. */
19231 /* We use char because int might match the return type of a gcc2
19232 builtin and then its argument prototype would still apply. */
19242 rm -f conftest.
$ac_objext conftest
$ac_exeext
19243 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19244 (eval $ac_link) 2>conftest.er1
19246 grep -v '^ *+' conftest.er1
>conftest.err
19248 cat conftest.err
>&5
19249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19250 (exit $ac_status); } &&
19251 { ac_try
='test -z "$ac_c_werror_flag"
19252 || test ! -s conftest.err'
19253 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19254 (eval $ac_try) 2>&5
19256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19257 (exit $ac_status); }; } &&
19258 { ac_try
='test -s conftest$ac_exeext'
19259 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19260 (eval $ac_try) 2>&5
19262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19263 (exit $ac_status); }; }; then
19264 ac_cv_lib_m_csqrtl
=yes
19266 echo "$as_me: failed program was:" >&5
19267 sed 's/^/| /' conftest.
$ac_ext >&5
19269 ac_cv_lib_m_csqrtl
=no
19271 rm -f conftest.err conftest.
$ac_objext \
19272 conftest
$ac_exeext conftest.
$ac_ext
19273 LIBS
=$ac_check_lib_save_LIBS
19275 echo "$as_me:$LINENO: result: $ac_cv_lib_m_csqrtl" >&5
19276 echo "${ECHO_T}$ac_cv_lib_m_csqrtl" >&6
19277 if test $ac_cv_lib_m_csqrtl = yes; then
19279 cat >>confdefs.h
<<\_ACEOF
19280 #define HAVE_CSQRTL 1
19285 echo "$as_me:$LINENO: checking for tanf in -lm" >&5
19286 echo $ECHO_N "checking for tanf in -lm... $ECHO_C" >&6
19287 if test "${ac_cv_lib_m_tanf+set}" = set; then
19288 echo $ECHO_N "(cached) $ECHO_C" >&6
19290 ac_check_lib_save_LIBS
=$LIBS
19292 if test x
$gcc_no_link = xyes
; then
19293 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19294 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19295 { (exit 1); exit 1; }; }
19297 cat >conftest.
$ac_ext <<_ACEOF
19300 cat confdefs.h
>>conftest.
$ac_ext
19301 cat >>conftest.
$ac_ext <<_ACEOF
19302 /* end confdefs.h. */
19304 /* Override any gcc2 internal prototype to avoid an error. */
19308 /* We use char because int might match the return type of a gcc2
19309 builtin and then its argument prototype would still apply. */
19319 rm -f conftest.
$ac_objext conftest
$ac_exeext
19320 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19321 (eval $ac_link) 2>conftest.er1
19323 grep -v '^ *+' conftest.er1
>conftest.err
19325 cat conftest.err
>&5
19326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19327 (exit $ac_status); } &&
19328 { ac_try
='test -z "$ac_c_werror_flag"
19329 || test ! -s conftest.err'
19330 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19331 (eval $ac_try) 2>&5
19333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19334 (exit $ac_status); }; } &&
19335 { ac_try
='test -s conftest$ac_exeext'
19336 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19337 (eval $ac_try) 2>&5
19339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19340 (exit $ac_status); }; }; then
19341 ac_cv_lib_m_tanf
=yes
19343 echo "$as_me: failed program was:" >&5
19344 sed 's/^/| /' conftest.
$ac_ext >&5
19346 ac_cv_lib_m_tanf
=no
19348 rm -f conftest.err conftest.
$ac_objext \
19349 conftest
$ac_exeext conftest.
$ac_ext
19350 LIBS
=$ac_check_lib_save_LIBS
19352 echo "$as_me:$LINENO: result: $ac_cv_lib_m_tanf" >&5
19353 echo "${ECHO_T}$ac_cv_lib_m_tanf" >&6
19354 if test $ac_cv_lib_m_tanf = yes; then
19356 cat >>confdefs.h
<<\_ACEOF
19357 #define HAVE_TANF 1
19362 echo "$as_me:$LINENO: checking for tan in -lm" >&5
19363 echo $ECHO_N "checking for tan in -lm... $ECHO_C" >&6
19364 if test "${ac_cv_lib_m_tan+set}" = set; then
19365 echo $ECHO_N "(cached) $ECHO_C" >&6
19367 ac_check_lib_save_LIBS
=$LIBS
19369 if test x
$gcc_no_link = xyes
; then
19370 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19371 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19372 { (exit 1); exit 1; }; }
19374 cat >conftest.
$ac_ext <<_ACEOF
19377 cat confdefs.h
>>conftest.
$ac_ext
19378 cat >>conftest.
$ac_ext <<_ACEOF
19379 /* end confdefs.h. */
19381 /* Override any gcc2 internal prototype to avoid an error. */
19385 /* We use char because int might match the return type of a gcc2
19386 builtin and then its argument prototype would still apply. */
19396 rm -f conftest.
$ac_objext conftest
$ac_exeext
19397 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19398 (eval $ac_link) 2>conftest.er1
19400 grep -v '^ *+' conftest.er1
>conftest.err
19402 cat conftest.err
>&5
19403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19404 (exit $ac_status); } &&
19405 { ac_try
='test -z "$ac_c_werror_flag"
19406 || test ! -s conftest.err'
19407 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19408 (eval $ac_try) 2>&5
19410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19411 (exit $ac_status); }; } &&
19412 { ac_try
='test -s conftest$ac_exeext'
19413 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19414 (eval $ac_try) 2>&5
19416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19417 (exit $ac_status); }; }; then
19418 ac_cv_lib_m_tan
=yes
19420 echo "$as_me: failed program was:" >&5
19421 sed 's/^/| /' conftest.
$ac_ext >&5
19425 rm -f conftest.err conftest.
$ac_objext \
19426 conftest
$ac_exeext conftest.
$ac_ext
19427 LIBS
=$ac_check_lib_save_LIBS
19429 echo "$as_me:$LINENO: result: $ac_cv_lib_m_tan" >&5
19430 echo "${ECHO_T}$ac_cv_lib_m_tan" >&6
19431 if test $ac_cv_lib_m_tan = yes; then
19433 cat >>confdefs.h
<<\_ACEOF
19439 echo "$as_me:$LINENO: checking for tanl in -lm" >&5
19440 echo $ECHO_N "checking for tanl in -lm... $ECHO_C" >&6
19441 if test "${ac_cv_lib_m_tanl+set}" = set; then
19442 echo $ECHO_N "(cached) $ECHO_C" >&6
19444 ac_check_lib_save_LIBS
=$LIBS
19446 if test x
$gcc_no_link = xyes
; then
19447 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19448 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19449 { (exit 1); exit 1; }; }
19451 cat >conftest.
$ac_ext <<_ACEOF
19454 cat confdefs.h
>>conftest.
$ac_ext
19455 cat >>conftest.
$ac_ext <<_ACEOF
19456 /* end confdefs.h. */
19458 /* Override any gcc2 internal prototype to avoid an error. */
19462 /* We use char because int might match the return type of a gcc2
19463 builtin and then its argument prototype would still apply. */
19473 rm -f conftest.
$ac_objext conftest
$ac_exeext
19474 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19475 (eval $ac_link) 2>conftest.er1
19477 grep -v '^ *+' conftest.er1
>conftest.err
19479 cat conftest.err
>&5
19480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19481 (exit $ac_status); } &&
19482 { ac_try
='test -z "$ac_c_werror_flag"
19483 || test ! -s conftest.err'
19484 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19485 (eval $ac_try) 2>&5
19487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19488 (exit $ac_status); }; } &&
19489 { ac_try
='test -s conftest$ac_exeext'
19490 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19491 (eval $ac_try) 2>&5
19493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19494 (exit $ac_status); }; }; then
19495 ac_cv_lib_m_tanl
=yes
19497 echo "$as_me: failed program was:" >&5
19498 sed 's/^/| /' conftest.
$ac_ext >&5
19500 ac_cv_lib_m_tanl
=no
19502 rm -f conftest.err conftest.
$ac_objext \
19503 conftest
$ac_exeext conftest.
$ac_ext
19504 LIBS
=$ac_check_lib_save_LIBS
19506 echo "$as_me:$LINENO: result: $ac_cv_lib_m_tanl" >&5
19507 echo "${ECHO_T}$ac_cv_lib_m_tanl" >&6
19508 if test $ac_cv_lib_m_tanl = yes; then
19510 cat >>confdefs.h
<<\_ACEOF
19511 #define HAVE_TANL 1
19516 echo "$as_me:$LINENO: checking for ctanf in -lm" >&5
19517 echo $ECHO_N "checking for ctanf in -lm... $ECHO_C" >&6
19518 if test "${ac_cv_lib_m_ctanf+set}" = set; then
19519 echo $ECHO_N "(cached) $ECHO_C" >&6
19521 ac_check_lib_save_LIBS
=$LIBS
19523 if test x
$gcc_no_link = xyes
; then
19524 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19525 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19526 { (exit 1); exit 1; }; }
19528 cat >conftest.
$ac_ext <<_ACEOF
19531 cat confdefs.h
>>conftest.
$ac_ext
19532 cat >>conftest.
$ac_ext <<_ACEOF
19533 /* end confdefs.h. */
19535 /* Override any gcc2 internal prototype to avoid an error. */
19539 /* We use char because int might match the return type of a gcc2
19540 builtin and then its argument prototype would still apply. */
19550 rm -f conftest.
$ac_objext conftest
$ac_exeext
19551 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19552 (eval $ac_link) 2>conftest.er1
19554 grep -v '^ *+' conftest.er1
>conftest.err
19556 cat conftest.err
>&5
19557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19558 (exit $ac_status); } &&
19559 { ac_try
='test -z "$ac_c_werror_flag"
19560 || test ! -s conftest.err'
19561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19562 (eval $ac_try) 2>&5
19564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19565 (exit $ac_status); }; } &&
19566 { ac_try
='test -s conftest$ac_exeext'
19567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19568 (eval $ac_try) 2>&5
19570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19571 (exit $ac_status); }; }; then
19572 ac_cv_lib_m_ctanf
=yes
19574 echo "$as_me: failed program was:" >&5
19575 sed 's/^/| /' conftest.
$ac_ext >&5
19577 ac_cv_lib_m_ctanf
=no
19579 rm -f conftest.err conftest.
$ac_objext \
19580 conftest
$ac_exeext conftest.
$ac_ext
19581 LIBS
=$ac_check_lib_save_LIBS
19583 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ctanf" >&5
19584 echo "${ECHO_T}$ac_cv_lib_m_ctanf" >&6
19585 if test $ac_cv_lib_m_ctanf = yes; then
19587 cat >>confdefs.h
<<\_ACEOF
19588 #define HAVE_CTANF 1
19593 echo "$as_me:$LINENO: checking for ctan in -lm" >&5
19594 echo $ECHO_N "checking for ctan in -lm... $ECHO_C" >&6
19595 if test "${ac_cv_lib_m_ctan+set}" = set; then
19596 echo $ECHO_N "(cached) $ECHO_C" >&6
19598 ac_check_lib_save_LIBS
=$LIBS
19600 if test x
$gcc_no_link = xyes
; then
19601 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19602 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19603 { (exit 1); exit 1; }; }
19605 cat >conftest.
$ac_ext <<_ACEOF
19608 cat confdefs.h
>>conftest.
$ac_ext
19609 cat >>conftest.
$ac_ext <<_ACEOF
19610 /* end confdefs.h. */
19612 /* Override any gcc2 internal prototype to avoid an error. */
19616 /* We use char because int might match the return type of a gcc2
19617 builtin and then its argument prototype would still apply. */
19627 rm -f conftest.
$ac_objext conftest
$ac_exeext
19628 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19629 (eval $ac_link) 2>conftest.er1
19631 grep -v '^ *+' conftest.er1
>conftest.err
19633 cat conftest.err
>&5
19634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19635 (exit $ac_status); } &&
19636 { ac_try
='test -z "$ac_c_werror_flag"
19637 || test ! -s conftest.err'
19638 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19639 (eval $ac_try) 2>&5
19641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19642 (exit $ac_status); }; } &&
19643 { ac_try
='test -s conftest$ac_exeext'
19644 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19645 (eval $ac_try) 2>&5
19647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19648 (exit $ac_status); }; }; then
19649 ac_cv_lib_m_ctan
=yes
19651 echo "$as_me: failed program was:" >&5
19652 sed 's/^/| /' conftest.
$ac_ext >&5
19654 ac_cv_lib_m_ctan
=no
19656 rm -f conftest.err conftest.
$ac_objext \
19657 conftest
$ac_exeext conftest.
$ac_ext
19658 LIBS
=$ac_check_lib_save_LIBS
19660 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ctan" >&5
19661 echo "${ECHO_T}$ac_cv_lib_m_ctan" >&6
19662 if test $ac_cv_lib_m_ctan = yes; then
19664 cat >>confdefs.h
<<\_ACEOF
19665 #define HAVE_CTAN 1
19670 echo "$as_me:$LINENO: checking for ctanl in -lm" >&5
19671 echo $ECHO_N "checking for ctanl in -lm... $ECHO_C" >&6
19672 if test "${ac_cv_lib_m_ctanl+set}" = set; then
19673 echo $ECHO_N "(cached) $ECHO_C" >&6
19675 ac_check_lib_save_LIBS
=$LIBS
19677 if test x
$gcc_no_link = xyes
; then
19678 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19679 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19680 { (exit 1); exit 1; }; }
19682 cat >conftest.
$ac_ext <<_ACEOF
19685 cat confdefs.h
>>conftest.
$ac_ext
19686 cat >>conftest.
$ac_ext <<_ACEOF
19687 /* end confdefs.h. */
19689 /* Override any gcc2 internal prototype to avoid an error. */
19693 /* We use char because int might match the return type of a gcc2
19694 builtin and then its argument prototype would still apply. */
19704 rm -f conftest.
$ac_objext conftest
$ac_exeext
19705 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19706 (eval $ac_link) 2>conftest.er1
19708 grep -v '^ *+' conftest.er1
>conftest.err
19710 cat conftest.err
>&5
19711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19712 (exit $ac_status); } &&
19713 { ac_try
='test -z "$ac_c_werror_flag"
19714 || test ! -s conftest.err'
19715 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19716 (eval $ac_try) 2>&5
19718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19719 (exit $ac_status); }; } &&
19720 { ac_try
='test -s conftest$ac_exeext'
19721 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19722 (eval $ac_try) 2>&5
19724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19725 (exit $ac_status); }; }; then
19726 ac_cv_lib_m_ctanl
=yes
19728 echo "$as_me: failed program was:" >&5
19729 sed 's/^/| /' conftest.
$ac_ext >&5
19731 ac_cv_lib_m_ctanl
=no
19733 rm -f conftest.err conftest.
$ac_objext \
19734 conftest
$ac_exeext conftest.
$ac_ext
19735 LIBS
=$ac_check_lib_save_LIBS
19737 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ctanl" >&5
19738 echo "${ECHO_T}$ac_cv_lib_m_ctanl" >&6
19739 if test $ac_cv_lib_m_ctanl = yes; then
19741 cat >>confdefs.h
<<\_ACEOF
19742 #define HAVE_CTANL 1
19747 echo "$as_me:$LINENO: checking for tanhf in -lm" >&5
19748 echo $ECHO_N "checking for tanhf in -lm... $ECHO_C" >&6
19749 if test "${ac_cv_lib_m_tanhf+set}" = set; then
19750 echo $ECHO_N "(cached) $ECHO_C" >&6
19752 ac_check_lib_save_LIBS
=$LIBS
19754 if test x
$gcc_no_link = xyes
; then
19755 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19756 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19757 { (exit 1); exit 1; }; }
19759 cat >conftest.
$ac_ext <<_ACEOF
19762 cat confdefs.h
>>conftest.
$ac_ext
19763 cat >>conftest.
$ac_ext <<_ACEOF
19764 /* end confdefs.h. */
19766 /* Override any gcc2 internal prototype to avoid an error. */
19770 /* We use char because int might match the return type of a gcc2
19771 builtin and then its argument prototype would still apply. */
19781 rm -f conftest.
$ac_objext conftest
$ac_exeext
19782 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19783 (eval $ac_link) 2>conftest.er1
19785 grep -v '^ *+' conftest.er1
>conftest.err
19787 cat conftest.err
>&5
19788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19789 (exit $ac_status); } &&
19790 { ac_try
='test -z "$ac_c_werror_flag"
19791 || test ! -s conftest.err'
19792 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19793 (eval $ac_try) 2>&5
19795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19796 (exit $ac_status); }; } &&
19797 { ac_try
='test -s conftest$ac_exeext'
19798 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19799 (eval $ac_try) 2>&5
19801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19802 (exit $ac_status); }; }; then
19803 ac_cv_lib_m_tanhf
=yes
19805 echo "$as_me: failed program was:" >&5
19806 sed 's/^/| /' conftest.
$ac_ext >&5
19808 ac_cv_lib_m_tanhf
=no
19810 rm -f conftest.err conftest.
$ac_objext \
19811 conftest
$ac_exeext conftest.
$ac_ext
19812 LIBS
=$ac_check_lib_save_LIBS
19814 echo "$as_me:$LINENO: result: $ac_cv_lib_m_tanhf" >&5
19815 echo "${ECHO_T}$ac_cv_lib_m_tanhf" >&6
19816 if test $ac_cv_lib_m_tanhf = yes; then
19818 cat >>confdefs.h
<<\_ACEOF
19819 #define HAVE_TANHF 1
19824 echo "$as_me:$LINENO: checking for tanh in -lm" >&5
19825 echo $ECHO_N "checking for tanh in -lm... $ECHO_C" >&6
19826 if test "${ac_cv_lib_m_tanh+set}" = set; then
19827 echo $ECHO_N "(cached) $ECHO_C" >&6
19829 ac_check_lib_save_LIBS
=$LIBS
19831 if test x
$gcc_no_link = xyes
; then
19832 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19833 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19834 { (exit 1); exit 1; }; }
19836 cat >conftest.
$ac_ext <<_ACEOF
19839 cat confdefs.h
>>conftest.
$ac_ext
19840 cat >>conftest.
$ac_ext <<_ACEOF
19841 /* end confdefs.h. */
19843 /* Override any gcc2 internal prototype to avoid an error. */
19847 /* We use char because int might match the return type of a gcc2
19848 builtin and then its argument prototype would still apply. */
19858 rm -f conftest.
$ac_objext conftest
$ac_exeext
19859 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19860 (eval $ac_link) 2>conftest.er1
19862 grep -v '^ *+' conftest.er1
>conftest.err
19864 cat conftest.err
>&5
19865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19866 (exit $ac_status); } &&
19867 { ac_try
='test -z "$ac_c_werror_flag"
19868 || test ! -s conftest.err'
19869 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19870 (eval $ac_try) 2>&5
19872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19873 (exit $ac_status); }; } &&
19874 { ac_try
='test -s conftest$ac_exeext'
19875 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19876 (eval $ac_try) 2>&5
19878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19879 (exit $ac_status); }; }; then
19880 ac_cv_lib_m_tanh
=yes
19882 echo "$as_me: failed program was:" >&5
19883 sed 's/^/| /' conftest.
$ac_ext >&5
19885 ac_cv_lib_m_tanh
=no
19887 rm -f conftest.err conftest.
$ac_objext \
19888 conftest
$ac_exeext conftest.
$ac_ext
19889 LIBS
=$ac_check_lib_save_LIBS
19891 echo "$as_me:$LINENO: result: $ac_cv_lib_m_tanh" >&5
19892 echo "${ECHO_T}$ac_cv_lib_m_tanh" >&6
19893 if test $ac_cv_lib_m_tanh = yes; then
19895 cat >>confdefs.h
<<\_ACEOF
19896 #define HAVE_TANH 1
19901 echo "$as_me:$LINENO: checking for tanhl in -lm" >&5
19902 echo $ECHO_N "checking for tanhl in -lm... $ECHO_C" >&6
19903 if test "${ac_cv_lib_m_tanhl+set}" = set; then
19904 echo $ECHO_N "(cached) $ECHO_C" >&6
19906 ac_check_lib_save_LIBS
=$LIBS
19908 if test x
$gcc_no_link = xyes
; then
19909 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19910 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19911 { (exit 1); exit 1; }; }
19913 cat >conftest.
$ac_ext <<_ACEOF
19916 cat confdefs.h
>>conftest.
$ac_ext
19917 cat >>conftest.
$ac_ext <<_ACEOF
19918 /* end confdefs.h. */
19920 /* Override any gcc2 internal prototype to avoid an error. */
19924 /* We use char because int might match the return type of a gcc2
19925 builtin and then its argument prototype would still apply. */
19935 rm -f conftest.
$ac_objext conftest
$ac_exeext
19936 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19937 (eval $ac_link) 2>conftest.er1
19939 grep -v '^ *+' conftest.er1
>conftest.err
19941 cat conftest.err
>&5
19942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19943 (exit $ac_status); } &&
19944 { ac_try
='test -z "$ac_c_werror_flag"
19945 || test ! -s conftest.err'
19946 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19947 (eval $ac_try) 2>&5
19949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19950 (exit $ac_status); }; } &&
19951 { ac_try
='test -s conftest$ac_exeext'
19952 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19953 (eval $ac_try) 2>&5
19955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19956 (exit $ac_status); }; }; then
19957 ac_cv_lib_m_tanhl
=yes
19959 echo "$as_me: failed program was:" >&5
19960 sed 's/^/| /' conftest.
$ac_ext >&5
19962 ac_cv_lib_m_tanhl
=no
19964 rm -f conftest.err conftest.
$ac_objext \
19965 conftest
$ac_exeext conftest.
$ac_ext
19966 LIBS
=$ac_check_lib_save_LIBS
19968 echo "$as_me:$LINENO: result: $ac_cv_lib_m_tanhl" >&5
19969 echo "${ECHO_T}$ac_cv_lib_m_tanhl" >&6
19970 if test $ac_cv_lib_m_tanhl = yes; then
19972 cat >>confdefs.h
<<\_ACEOF
19973 #define HAVE_TANHL 1
19978 echo "$as_me:$LINENO: checking for ctanhf in -lm" >&5
19979 echo $ECHO_N "checking for ctanhf in -lm... $ECHO_C" >&6
19980 if test "${ac_cv_lib_m_ctanhf+set}" = set; then
19981 echo $ECHO_N "(cached) $ECHO_C" >&6
19983 ac_check_lib_save_LIBS
=$LIBS
19985 if test x
$gcc_no_link = xyes
; then
19986 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19987 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19988 { (exit 1); exit 1; }; }
19990 cat >conftest.
$ac_ext <<_ACEOF
19993 cat confdefs.h
>>conftest.
$ac_ext
19994 cat >>conftest.
$ac_ext <<_ACEOF
19995 /* end confdefs.h. */
19997 /* Override any gcc2 internal prototype to avoid an error. */
20001 /* We use char because int might match the return type of a gcc2
20002 builtin and then its argument prototype would still apply. */
20012 rm -f conftest.
$ac_objext conftest
$ac_exeext
20013 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20014 (eval $ac_link) 2>conftest.er1
20016 grep -v '^ *+' conftest.er1
>conftest.err
20018 cat conftest.err
>&5
20019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20020 (exit $ac_status); } &&
20021 { ac_try
='test -z "$ac_c_werror_flag"
20022 || test ! -s conftest.err'
20023 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20024 (eval $ac_try) 2>&5
20026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20027 (exit $ac_status); }; } &&
20028 { ac_try
='test -s conftest$ac_exeext'
20029 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20030 (eval $ac_try) 2>&5
20032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20033 (exit $ac_status); }; }; then
20034 ac_cv_lib_m_ctanhf
=yes
20036 echo "$as_me: failed program was:" >&5
20037 sed 's/^/| /' conftest.
$ac_ext >&5
20039 ac_cv_lib_m_ctanhf
=no
20041 rm -f conftest.err conftest.
$ac_objext \
20042 conftest
$ac_exeext conftest.
$ac_ext
20043 LIBS
=$ac_check_lib_save_LIBS
20045 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ctanhf" >&5
20046 echo "${ECHO_T}$ac_cv_lib_m_ctanhf" >&6
20047 if test $ac_cv_lib_m_ctanhf = yes; then
20049 cat >>confdefs.h
<<\_ACEOF
20050 #define HAVE_CTANHF 1
20055 echo "$as_me:$LINENO: checking for ctanh in -lm" >&5
20056 echo $ECHO_N "checking for ctanh in -lm... $ECHO_C" >&6
20057 if test "${ac_cv_lib_m_ctanh+set}" = set; then
20058 echo $ECHO_N "(cached) $ECHO_C" >&6
20060 ac_check_lib_save_LIBS
=$LIBS
20062 if test x
$gcc_no_link = xyes
; then
20063 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20064 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20065 { (exit 1); exit 1; }; }
20067 cat >conftest.
$ac_ext <<_ACEOF
20070 cat confdefs.h
>>conftest.
$ac_ext
20071 cat >>conftest.
$ac_ext <<_ACEOF
20072 /* end confdefs.h. */
20074 /* Override any gcc2 internal prototype to avoid an error. */
20078 /* We use char because int might match the return type of a gcc2
20079 builtin and then its argument prototype would still apply. */
20089 rm -f conftest.
$ac_objext conftest
$ac_exeext
20090 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20091 (eval $ac_link) 2>conftest.er1
20093 grep -v '^ *+' conftest.er1
>conftest.err
20095 cat conftest.err
>&5
20096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20097 (exit $ac_status); } &&
20098 { ac_try
='test -z "$ac_c_werror_flag"
20099 || test ! -s conftest.err'
20100 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20101 (eval $ac_try) 2>&5
20103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20104 (exit $ac_status); }; } &&
20105 { ac_try
='test -s conftest$ac_exeext'
20106 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20107 (eval $ac_try) 2>&5
20109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20110 (exit $ac_status); }; }; then
20111 ac_cv_lib_m_ctanh
=yes
20113 echo "$as_me: failed program was:" >&5
20114 sed 's/^/| /' conftest.
$ac_ext >&5
20116 ac_cv_lib_m_ctanh
=no
20118 rm -f conftest.err conftest.
$ac_objext \
20119 conftest
$ac_exeext conftest.
$ac_ext
20120 LIBS
=$ac_check_lib_save_LIBS
20122 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ctanh" >&5
20123 echo "${ECHO_T}$ac_cv_lib_m_ctanh" >&6
20124 if test $ac_cv_lib_m_ctanh = yes; then
20126 cat >>confdefs.h
<<\_ACEOF
20127 #define HAVE_CTANH 1
20132 echo "$as_me:$LINENO: checking for ctanhl in -lm" >&5
20133 echo $ECHO_N "checking for ctanhl in -lm... $ECHO_C" >&6
20134 if test "${ac_cv_lib_m_ctanhl+set}" = set; then
20135 echo $ECHO_N "(cached) $ECHO_C" >&6
20137 ac_check_lib_save_LIBS
=$LIBS
20139 if test x
$gcc_no_link = xyes
; then
20140 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20141 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20142 { (exit 1); exit 1; }; }
20144 cat >conftest.
$ac_ext <<_ACEOF
20147 cat confdefs.h
>>conftest.
$ac_ext
20148 cat >>conftest.
$ac_ext <<_ACEOF
20149 /* end confdefs.h. */
20151 /* Override any gcc2 internal prototype to avoid an error. */
20155 /* We use char because int might match the return type of a gcc2
20156 builtin and then its argument prototype would still apply. */
20166 rm -f conftest.
$ac_objext conftest
$ac_exeext
20167 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20168 (eval $ac_link) 2>conftest.er1
20170 grep -v '^ *+' conftest.er1
>conftest.err
20172 cat conftest.err
>&5
20173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20174 (exit $ac_status); } &&
20175 { ac_try
='test -z "$ac_c_werror_flag"
20176 || test ! -s conftest.err'
20177 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20178 (eval $ac_try) 2>&5
20180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20181 (exit $ac_status); }; } &&
20182 { ac_try
='test -s conftest$ac_exeext'
20183 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20184 (eval $ac_try) 2>&5
20186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20187 (exit $ac_status); }; }; then
20188 ac_cv_lib_m_ctanhl
=yes
20190 echo "$as_me: failed program was:" >&5
20191 sed 's/^/| /' conftest.
$ac_ext >&5
20193 ac_cv_lib_m_ctanhl
=no
20195 rm -f conftest.err conftest.
$ac_objext \
20196 conftest
$ac_exeext conftest.
$ac_ext
20197 LIBS
=$ac_check_lib_save_LIBS
20199 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ctanhl" >&5
20200 echo "${ECHO_T}$ac_cv_lib_m_ctanhl" >&6
20201 if test $ac_cv_lib_m_ctanhl = yes; then
20203 cat >>confdefs.h
<<\_ACEOF
20204 #define HAVE_CTANHL 1
20209 echo "$as_me:$LINENO: checking for truncf in -lm" >&5
20210 echo $ECHO_N "checking for truncf in -lm... $ECHO_C" >&6
20211 if test "${ac_cv_lib_m_truncf+set}" = set; then
20212 echo $ECHO_N "(cached) $ECHO_C" >&6
20214 ac_check_lib_save_LIBS
=$LIBS
20216 if test x
$gcc_no_link = xyes
; then
20217 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20218 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20219 { (exit 1); exit 1; }; }
20221 cat >conftest.
$ac_ext <<_ACEOF
20224 cat confdefs.h
>>conftest.
$ac_ext
20225 cat >>conftest.
$ac_ext <<_ACEOF
20226 /* end confdefs.h. */
20228 /* Override any gcc2 internal prototype to avoid an error. */
20232 /* We use char because int might match the return type of a gcc2
20233 builtin and then its argument prototype would still apply. */
20243 rm -f conftest.
$ac_objext conftest
$ac_exeext
20244 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20245 (eval $ac_link) 2>conftest.er1
20247 grep -v '^ *+' conftest.er1
>conftest.err
20249 cat conftest.err
>&5
20250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20251 (exit $ac_status); } &&
20252 { ac_try
='test -z "$ac_c_werror_flag"
20253 || test ! -s conftest.err'
20254 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20255 (eval $ac_try) 2>&5
20257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20258 (exit $ac_status); }; } &&
20259 { ac_try
='test -s conftest$ac_exeext'
20260 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20261 (eval $ac_try) 2>&5
20263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20264 (exit $ac_status); }; }; then
20265 ac_cv_lib_m_truncf
=yes
20267 echo "$as_me: failed program was:" >&5
20268 sed 's/^/| /' conftest.
$ac_ext >&5
20270 ac_cv_lib_m_truncf
=no
20272 rm -f conftest.err conftest.
$ac_objext \
20273 conftest
$ac_exeext conftest.
$ac_ext
20274 LIBS
=$ac_check_lib_save_LIBS
20276 echo "$as_me:$LINENO: result: $ac_cv_lib_m_truncf" >&5
20277 echo "${ECHO_T}$ac_cv_lib_m_truncf" >&6
20278 if test $ac_cv_lib_m_truncf = yes; then
20280 cat >>confdefs.h
<<\_ACEOF
20281 #define HAVE_TRUNCF 1
20286 echo "$as_me:$LINENO: checking for trunc in -lm" >&5
20287 echo $ECHO_N "checking for trunc in -lm... $ECHO_C" >&6
20288 if test "${ac_cv_lib_m_trunc+set}" = set; then
20289 echo $ECHO_N "(cached) $ECHO_C" >&6
20291 ac_check_lib_save_LIBS
=$LIBS
20293 if test x
$gcc_no_link = xyes
; then
20294 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20295 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20296 { (exit 1); exit 1; }; }
20298 cat >conftest.
$ac_ext <<_ACEOF
20301 cat confdefs.h
>>conftest.
$ac_ext
20302 cat >>conftest.
$ac_ext <<_ACEOF
20303 /* end confdefs.h. */
20305 /* Override any gcc2 internal prototype to avoid an error. */
20309 /* We use char because int might match the return type of a gcc2
20310 builtin and then its argument prototype would still apply. */
20320 rm -f conftest.
$ac_objext conftest
$ac_exeext
20321 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20322 (eval $ac_link) 2>conftest.er1
20324 grep -v '^ *+' conftest.er1
>conftest.err
20326 cat conftest.err
>&5
20327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20328 (exit $ac_status); } &&
20329 { ac_try
='test -z "$ac_c_werror_flag"
20330 || test ! -s conftest.err'
20331 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20332 (eval $ac_try) 2>&5
20334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20335 (exit $ac_status); }; } &&
20336 { ac_try
='test -s conftest$ac_exeext'
20337 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20338 (eval $ac_try) 2>&5
20340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20341 (exit $ac_status); }; }; then
20342 ac_cv_lib_m_trunc
=yes
20344 echo "$as_me: failed program was:" >&5
20345 sed 's/^/| /' conftest.
$ac_ext >&5
20347 ac_cv_lib_m_trunc
=no
20349 rm -f conftest.err conftest.
$ac_objext \
20350 conftest
$ac_exeext conftest.
$ac_ext
20351 LIBS
=$ac_check_lib_save_LIBS
20353 echo "$as_me:$LINENO: result: $ac_cv_lib_m_trunc" >&5
20354 echo "${ECHO_T}$ac_cv_lib_m_trunc" >&6
20355 if test $ac_cv_lib_m_trunc = yes; then
20357 cat >>confdefs.h
<<\_ACEOF
20358 #define HAVE_TRUNC 1
20363 echo "$as_me:$LINENO: checking for truncl in -lm" >&5
20364 echo $ECHO_N "checking for truncl in -lm... $ECHO_C" >&6
20365 if test "${ac_cv_lib_m_truncl+set}" = set; then
20366 echo $ECHO_N "(cached) $ECHO_C" >&6
20368 ac_check_lib_save_LIBS
=$LIBS
20370 if test x
$gcc_no_link = xyes
; then
20371 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20372 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20373 { (exit 1); exit 1; }; }
20375 cat >conftest.
$ac_ext <<_ACEOF
20378 cat confdefs.h
>>conftest.
$ac_ext
20379 cat >>conftest.
$ac_ext <<_ACEOF
20380 /* end confdefs.h. */
20382 /* Override any gcc2 internal prototype to avoid an error. */
20386 /* We use char because int might match the return type of a gcc2
20387 builtin and then its argument prototype would still apply. */
20397 rm -f conftest.
$ac_objext conftest
$ac_exeext
20398 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20399 (eval $ac_link) 2>conftest.er1
20401 grep -v '^ *+' conftest.er1
>conftest.err
20403 cat conftest.err
>&5
20404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20405 (exit $ac_status); } &&
20406 { ac_try
='test -z "$ac_c_werror_flag"
20407 || test ! -s conftest.err'
20408 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20409 (eval $ac_try) 2>&5
20411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20412 (exit $ac_status); }; } &&
20413 { ac_try
='test -s conftest$ac_exeext'
20414 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20415 (eval $ac_try) 2>&5
20417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20418 (exit $ac_status); }; }; then
20419 ac_cv_lib_m_truncl
=yes
20421 echo "$as_me: failed program was:" >&5
20422 sed 's/^/| /' conftest.
$ac_ext >&5
20424 ac_cv_lib_m_truncl
=no
20426 rm -f conftest.err conftest.
$ac_objext \
20427 conftest
$ac_exeext conftest.
$ac_ext
20428 LIBS
=$ac_check_lib_save_LIBS
20430 echo "$as_me:$LINENO: result: $ac_cv_lib_m_truncl" >&5
20431 echo "${ECHO_T}$ac_cv_lib_m_truncl" >&6
20432 if test $ac_cv_lib_m_truncl = yes; then
20434 cat >>confdefs.h
<<\_ACEOF
20435 #define HAVE_TRUNCL 1
20440 echo "$as_me:$LINENO: checking for erff in -lm" >&5
20441 echo $ECHO_N "checking for erff in -lm... $ECHO_C" >&6
20442 if test "${ac_cv_lib_m_erff+set}" = set; then
20443 echo $ECHO_N "(cached) $ECHO_C" >&6
20445 ac_check_lib_save_LIBS
=$LIBS
20447 if test x
$gcc_no_link = xyes
; then
20448 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20449 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20450 { (exit 1); exit 1; }; }
20452 cat >conftest.
$ac_ext <<_ACEOF
20455 cat confdefs.h
>>conftest.
$ac_ext
20456 cat >>conftest.
$ac_ext <<_ACEOF
20457 /* end confdefs.h. */
20459 /* Override any gcc2 internal prototype to avoid an error. */
20463 /* We use char because int might match the return type of a gcc2
20464 builtin and then its argument prototype would still apply. */
20474 rm -f conftest.
$ac_objext conftest
$ac_exeext
20475 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20476 (eval $ac_link) 2>conftest.er1
20478 grep -v '^ *+' conftest.er1
>conftest.err
20480 cat conftest.err
>&5
20481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20482 (exit $ac_status); } &&
20483 { ac_try
='test -z "$ac_c_werror_flag"
20484 || test ! -s conftest.err'
20485 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20486 (eval $ac_try) 2>&5
20488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20489 (exit $ac_status); }; } &&
20490 { ac_try
='test -s conftest$ac_exeext'
20491 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20492 (eval $ac_try) 2>&5
20494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20495 (exit $ac_status); }; }; then
20496 ac_cv_lib_m_erff
=yes
20498 echo "$as_me: failed program was:" >&5
20499 sed 's/^/| /' conftest.
$ac_ext >&5
20501 ac_cv_lib_m_erff
=no
20503 rm -f conftest.err conftest.
$ac_objext \
20504 conftest
$ac_exeext conftest.
$ac_ext
20505 LIBS
=$ac_check_lib_save_LIBS
20507 echo "$as_me:$LINENO: result: $ac_cv_lib_m_erff" >&5
20508 echo "${ECHO_T}$ac_cv_lib_m_erff" >&6
20509 if test $ac_cv_lib_m_erff = yes; then
20511 cat >>confdefs.h
<<\_ACEOF
20512 #define HAVE_ERFF 1
20517 echo "$as_me:$LINENO: checking for erf in -lm" >&5
20518 echo $ECHO_N "checking for erf in -lm... $ECHO_C" >&6
20519 if test "${ac_cv_lib_m_erf+set}" = set; then
20520 echo $ECHO_N "(cached) $ECHO_C" >&6
20522 ac_check_lib_save_LIBS
=$LIBS
20524 if test x
$gcc_no_link = xyes
; then
20525 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20526 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20527 { (exit 1); exit 1; }; }
20529 cat >conftest.
$ac_ext <<_ACEOF
20532 cat confdefs.h
>>conftest.
$ac_ext
20533 cat >>conftest.
$ac_ext <<_ACEOF
20534 /* end confdefs.h. */
20536 /* Override any gcc2 internal prototype to avoid an error. */
20540 /* We use char because int might match the return type of a gcc2
20541 builtin and then its argument prototype would still apply. */
20551 rm -f conftest.
$ac_objext conftest
$ac_exeext
20552 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20553 (eval $ac_link) 2>conftest.er1
20555 grep -v '^ *+' conftest.er1
>conftest.err
20557 cat conftest.err
>&5
20558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20559 (exit $ac_status); } &&
20560 { ac_try
='test -z "$ac_c_werror_flag"
20561 || test ! -s conftest.err'
20562 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20563 (eval $ac_try) 2>&5
20565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20566 (exit $ac_status); }; } &&
20567 { ac_try
='test -s conftest$ac_exeext'
20568 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20569 (eval $ac_try) 2>&5
20571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20572 (exit $ac_status); }; }; then
20573 ac_cv_lib_m_erf
=yes
20575 echo "$as_me: failed program was:" >&5
20576 sed 's/^/| /' conftest.
$ac_ext >&5
20580 rm -f conftest.err conftest.
$ac_objext \
20581 conftest
$ac_exeext conftest.
$ac_ext
20582 LIBS
=$ac_check_lib_save_LIBS
20584 echo "$as_me:$LINENO: result: $ac_cv_lib_m_erf" >&5
20585 echo "${ECHO_T}$ac_cv_lib_m_erf" >&6
20586 if test $ac_cv_lib_m_erf = yes; then
20588 cat >>confdefs.h
<<\_ACEOF
20594 echo "$as_me:$LINENO: checking for erfl in -lm" >&5
20595 echo $ECHO_N "checking for erfl in -lm... $ECHO_C" >&6
20596 if test "${ac_cv_lib_m_erfl+set}" = set; then
20597 echo $ECHO_N "(cached) $ECHO_C" >&6
20599 ac_check_lib_save_LIBS
=$LIBS
20601 if test x
$gcc_no_link = xyes
; then
20602 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20603 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20604 { (exit 1); exit 1; }; }
20606 cat >conftest.
$ac_ext <<_ACEOF
20609 cat confdefs.h
>>conftest.
$ac_ext
20610 cat >>conftest.
$ac_ext <<_ACEOF
20611 /* end confdefs.h. */
20613 /* Override any gcc2 internal prototype to avoid an error. */
20617 /* We use char because int might match the return type of a gcc2
20618 builtin and then its argument prototype would still apply. */
20628 rm -f conftest.
$ac_objext conftest
$ac_exeext
20629 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20630 (eval $ac_link) 2>conftest.er1
20632 grep -v '^ *+' conftest.er1
>conftest.err
20634 cat conftest.err
>&5
20635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20636 (exit $ac_status); } &&
20637 { ac_try
='test -z "$ac_c_werror_flag"
20638 || test ! -s conftest.err'
20639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20640 (eval $ac_try) 2>&5
20642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20643 (exit $ac_status); }; } &&
20644 { ac_try
='test -s conftest$ac_exeext'
20645 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20646 (eval $ac_try) 2>&5
20648 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20649 (exit $ac_status); }; }; then
20650 ac_cv_lib_m_erfl
=yes
20652 echo "$as_me: failed program was:" >&5
20653 sed 's/^/| /' conftest.
$ac_ext >&5
20655 ac_cv_lib_m_erfl
=no
20657 rm -f conftest.err conftest.
$ac_objext \
20658 conftest
$ac_exeext conftest.
$ac_ext
20659 LIBS
=$ac_check_lib_save_LIBS
20661 echo "$as_me:$LINENO: result: $ac_cv_lib_m_erfl" >&5
20662 echo "${ECHO_T}$ac_cv_lib_m_erfl" >&6
20663 if test $ac_cv_lib_m_erfl = yes; then
20665 cat >>confdefs.h
<<\_ACEOF
20666 #define HAVE_ERFL 1
20671 echo "$as_me:$LINENO: checking for erfcf in -lm" >&5
20672 echo $ECHO_N "checking for erfcf in -lm... $ECHO_C" >&6
20673 if test "${ac_cv_lib_m_erfcf+set}" = set; then
20674 echo $ECHO_N "(cached) $ECHO_C" >&6
20676 ac_check_lib_save_LIBS
=$LIBS
20678 if test x
$gcc_no_link = xyes
; then
20679 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20680 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20681 { (exit 1); exit 1; }; }
20683 cat >conftest.
$ac_ext <<_ACEOF
20686 cat confdefs.h
>>conftest.
$ac_ext
20687 cat >>conftest.
$ac_ext <<_ACEOF
20688 /* end confdefs.h. */
20690 /* Override any gcc2 internal prototype to avoid an error. */
20694 /* We use char because int might match the return type of a gcc2
20695 builtin and then its argument prototype would still apply. */
20705 rm -f conftest.
$ac_objext conftest
$ac_exeext
20706 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20707 (eval $ac_link) 2>conftest.er1
20709 grep -v '^ *+' conftest.er1
>conftest.err
20711 cat conftest.err
>&5
20712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20713 (exit $ac_status); } &&
20714 { ac_try
='test -z "$ac_c_werror_flag"
20715 || test ! -s conftest.err'
20716 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20717 (eval $ac_try) 2>&5
20719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20720 (exit $ac_status); }; } &&
20721 { ac_try
='test -s conftest$ac_exeext'
20722 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20723 (eval $ac_try) 2>&5
20725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20726 (exit $ac_status); }; }; then
20727 ac_cv_lib_m_erfcf
=yes
20729 echo "$as_me: failed program was:" >&5
20730 sed 's/^/| /' conftest.
$ac_ext >&5
20732 ac_cv_lib_m_erfcf
=no
20734 rm -f conftest.err conftest.
$ac_objext \
20735 conftest
$ac_exeext conftest.
$ac_ext
20736 LIBS
=$ac_check_lib_save_LIBS
20738 echo "$as_me:$LINENO: result: $ac_cv_lib_m_erfcf" >&5
20739 echo "${ECHO_T}$ac_cv_lib_m_erfcf" >&6
20740 if test $ac_cv_lib_m_erfcf = yes; then
20742 cat >>confdefs.h
<<\_ACEOF
20743 #define HAVE_ERFCF 1
20748 echo "$as_me:$LINENO: checking for erfc in -lm" >&5
20749 echo $ECHO_N "checking for erfc in -lm... $ECHO_C" >&6
20750 if test "${ac_cv_lib_m_erfc+set}" = set; then
20751 echo $ECHO_N "(cached) $ECHO_C" >&6
20753 ac_check_lib_save_LIBS
=$LIBS
20755 if test x
$gcc_no_link = xyes
; then
20756 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20757 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20758 { (exit 1); exit 1; }; }
20760 cat >conftest.
$ac_ext <<_ACEOF
20763 cat confdefs.h
>>conftest.
$ac_ext
20764 cat >>conftest.
$ac_ext <<_ACEOF
20765 /* end confdefs.h. */
20767 /* Override any gcc2 internal prototype to avoid an error. */
20771 /* We use char because int might match the return type of a gcc2
20772 builtin and then its argument prototype would still apply. */
20782 rm -f conftest.
$ac_objext conftest
$ac_exeext
20783 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20784 (eval $ac_link) 2>conftest.er1
20786 grep -v '^ *+' conftest.er1
>conftest.err
20788 cat conftest.err
>&5
20789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20790 (exit $ac_status); } &&
20791 { ac_try
='test -z "$ac_c_werror_flag"
20792 || test ! -s conftest.err'
20793 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20794 (eval $ac_try) 2>&5
20796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20797 (exit $ac_status); }; } &&
20798 { ac_try
='test -s conftest$ac_exeext'
20799 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20800 (eval $ac_try) 2>&5
20802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20803 (exit $ac_status); }; }; then
20804 ac_cv_lib_m_erfc
=yes
20806 echo "$as_me: failed program was:" >&5
20807 sed 's/^/| /' conftest.
$ac_ext >&5
20809 ac_cv_lib_m_erfc
=no
20811 rm -f conftest.err conftest.
$ac_objext \
20812 conftest
$ac_exeext conftest.
$ac_ext
20813 LIBS
=$ac_check_lib_save_LIBS
20815 echo "$as_me:$LINENO: result: $ac_cv_lib_m_erfc" >&5
20816 echo "${ECHO_T}$ac_cv_lib_m_erfc" >&6
20817 if test $ac_cv_lib_m_erfc = yes; then
20819 cat >>confdefs.h
<<\_ACEOF
20820 #define HAVE_ERFC 1
20825 echo "$as_me:$LINENO: checking for erfcl in -lm" >&5
20826 echo $ECHO_N "checking for erfcl in -lm... $ECHO_C" >&6
20827 if test "${ac_cv_lib_m_erfcl+set}" = set; then
20828 echo $ECHO_N "(cached) $ECHO_C" >&6
20830 ac_check_lib_save_LIBS
=$LIBS
20832 if test x
$gcc_no_link = xyes
; then
20833 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20834 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20835 { (exit 1); exit 1; }; }
20837 cat >conftest.
$ac_ext <<_ACEOF
20840 cat confdefs.h
>>conftest.
$ac_ext
20841 cat >>conftest.
$ac_ext <<_ACEOF
20842 /* end confdefs.h. */
20844 /* Override any gcc2 internal prototype to avoid an error. */
20848 /* We use char because int might match the return type of a gcc2
20849 builtin and then its argument prototype would still apply. */
20859 rm -f conftest.
$ac_objext conftest
$ac_exeext
20860 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20861 (eval $ac_link) 2>conftest.er1
20863 grep -v '^ *+' conftest.er1
>conftest.err
20865 cat conftest.err
>&5
20866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20867 (exit $ac_status); } &&
20868 { ac_try
='test -z "$ac_c_werror_flag"
20869 || test ! -s conftest.err'
20870 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20871 (eval $ac_try) 2>&5
20873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20874 (exit $ac_status); }; } &&
20875 { ac_try
='test -s conftest$ac_exeext'
20876 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20877 (eval $ac_try) 2>&5
20879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20880 (exit $ac_status); }; }; then
20881 ac_cv_lib_m_erfcl
=yes
20883 echo "$as_me: failed program was:" >&5
20884 sed 's/^/| /' conftest.
$ac_ext >&5
20886 ac_cv_lib_m_erfcl
=no
20888 rm -f conftest.err conftest.
$ac_objext \
20889 conftest
$ac_exeext conftest.
$ac_ext
20890 LIBS
=$ac_check_lib_save_LIBS
20892 echo "$as_me:$LINENO: result: $ac_cv_lib_m_erfcl" >&5
20893 echo "${ECHO_T}$ac_cv_lib_m_erfcl" >&6
20894 if test $ac_cv_lib_m_erfcl = yes; then
20896 cat >>confdefs.h
<<\_ACEOF
20897 #define HAVE_ERFCL 1
20902 echo "$as_me:$LINENO: checking for j0f in -lm" >&5
20903 echo $ECHO_N "checking for j0f in -lm... $ECHO_C" >&6
20904 if test "${ac_cv_lib_m_j0f+set}" = set; then
20905 echo $ECHO_N "(cached) $ECHO_C" >&6
20907 ac_check_lib_save_LIBS
=$LIBS
20909 if test x
$gcc_no_link = xyes
; then
20910 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20911 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20912 { (exit 1); exit 1; }; }
20914 cat >conftest.
$ac_ext <<_ACEOF
20917 cat confdefs.h
>>conftest.
$ac_ext
20918 cat >>conftest.
$ac_ext <<_ACEOF
20919 /* end confdefs.h. */
20921 /* Override any gcc2 internal prototype to avoid an error. */
20925 /* We use char because int might match the return type of a gcc2
20926 builtin and then its argument prototype would still apply. */
20936 rm -f conftest.
$ac_objext conftest
$ac_exeext
20937 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20938 (eval $ac_link) 2>conftest.er1
20940 grep -v '^ *+' conftest.er1
>conftest.err
20942 cat conftest.err
>&5
20943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20944 (exit $ac_status); } &&
20945 { ac_try
='test -z "$ac_c_werror_flag"
20946 || test ! -s conftest.err'
20947 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20948 (eval $ac_try) 2>&5
20950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20951 (exit $ac_status); }; } &&
20952 { ac_try
='test -s conftest$ac_exeext'
20953 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20954 (eval $ac_try) 2>&5
20956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20957 (exit $ac_status); }; }; then
20958 ac_cv_lib_m_j0f
=yes
20960 echo "$as_me: failed program was:" >&5
20961 sed 's/^/| /' conftest.
$ac_ext >&5
20965 rm -f conftest.err conftest.
$ac_objext \
20966 conftest
$ac_exeext conftest.
$ac_ext
20967 LIBS
=$ac_check_lib_save_LIBS
20969 echo "$as_me:$LINENO: result: $ac_cv_lib_m_j0f" >&5
20970 echo "${ECHO_T}$ac_cv_lib_m_j0f" >&6
20971 if test $ac_cv_lib_m_j0f = yes; then
20973 cat >>confdefs.h
<<\_ACEOF
20979 echo "$as_me:$LINENO: checking for j0 in -lm" >&5
20980 echo $ECHO_N "checking for j0 in -lm... $ECHO_C" >&6
20981 if test "${ac_cv_lib_m_j0+set}" = set; then
20982 echo $ECHO_N "(cached) $ECHO_C" >&6
20984 ac_check_lib_save_LIBS
=$LIBS
20986 if test x
$gcc_no_link = xyes
; then
20987 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20988 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20989 { (exit 1); exit 1; }; }
20991 cat >conftest.
$ac_ext <<_ACEOF
20994 cat confdefs.h
>>conftest.
$ac_ext
20995 cat >>conftest.
$ac_ext <<_ACEOF
20996 /* end confdefs.h. */
20998 /* Override any gcc2 internal prototype to avoid an error. */
21002 /* We use char because int might match the return type of a gcc2
21003 builtin and then its argument prototype would still apply. */
21013 rm -f conftest.
$ac_objext conftest
$ac_exeext
21014 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21015 (eval $ac_link) 2>conftest.er1
21017 grep -v '^ *+' conftest.er1
>conftest.err
21019 cat conftest.err
>&5
21020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21021 (exit $ac_status); } &&
21022 { ac_try
='test -z "$ac_c_werror_flag"
21023 || test ! -s conftest.err'
21024 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21025 (eval $ac_try) 2>&5
21027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21028 (exit $ac_status); }; } &&
21029 { ac_try
='test -s conftest$ac_exeext'
21030 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21031 (eval $ac_try) 2>&5
21033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21034 (exit $ac_status); }; }; then
21037 echo "$as_me: failed program was:" >&5
21038 sed 's/^/| /' conftest.
$ac_ext >&5
21042 rm -f conftest.err conftest.
$ac_objext \
21043 conftest
$ac_exeext conftest.
$ac_ext
21044 LIBS
=$ac_check_lib_save_LIBS
21046 echo "$as_me:$LINENO: result: $ac_cv_lib_m_j0" >&5
21047 echo "${ECHO_T}$ac_cv_lib_m_j0" >&6
21048 if test $ac_cv_lib_m_j0 = yes; then
21050 cat >>confdefs.h
<<\_ACEOF
21056 echo "$as_me:$LINENO: checking for j0l in -lm" >&5
21057 echo $ECHO_N "checking for j0l in -lm... $ECHO_C" >&6
21058 if test "${ac_cv_lib_m_j0l+set}" = set; then
21059 echo $ECHO_N "(cached) $ECHO_C" >&6
21061 ac_check_lib_save_LIBS
=$LIBS
21063 if test x
$gcc_no_link = xyes
; then
21064 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21065 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21066 { (exit 1); exit 1; }; }
21068 cat >conftest.
$ac_ext <<_ACEOF
21071 cat confdefs.h
>>conftest.
$ac_ext
21072 cat >>conftest.
$ac_ext <<_ACEOF
21073 /* end confdefs.h. */
21075 /* Override any gcc2 internal prototype to avoid an error. */
21079 /* We use char because int might match the return type of a gcc2
21080 builtin and then its argument prototype would still apply. */
21090 rm -f conftest.
$ac_objext conftest
$ac_exeext
21091 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21092 (eval $ac_link) 2>conftest.er1
21094 grep -v '^ *+' conftest.er1
>conftest.err
21096 cat conftest.err
>&5
21097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21098 (exit $ac_status); } &&
21099 { ac_try
='test -z "$ac_c_werror_flag"
21100 || test ! -s conftest.err'
21101 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21102 (eval $ac_try) 2>&5
21104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21105 (exit $ac_status); }; } &&
21106 { ac_try
='test -s conftest$ac_exeext'
21107 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21108 (eval $ac_try) 2>&5
21110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21111 (exit $ac_status); }; }; then
21112 ac_cv_lib_m_j0l
=yes
21114 echo "$as_me: failed program was:" >&5
21115 sed 's/^/| /' conftest.
$ac_ext >&5
21119 rm -f conftest.err conftest.
$ac_objext \
21120 conftest
$ac_exeext conftest.
$ac_ext
21121 LIBS
=$ac_check_lib_save_LIBS
21123 echo "$as_me:$LINENO: result: $ac_cv_lib_m_j0l" >&5
21124 echo "${ECHO_T}$ac_cv_lib_m_j0l" >&6
21125 if test $ac_cv_lib_m_j0l = yes; then
21127 cat >>confdefs.h
<<\_ACEOF
21133 echo "$as_me:$LINENO: checking for j1f in -lm" >&5
21134 echo $ECHO_N "checking for j1f in -lm... $ECHO_C" >&6
21135 if test "${ac_cv_lib_m_j1f+set}" = set; then
21136 echo $ECHO_N "(cached) $ECHO_C" >&6
21138 ac_check_lib_save_LIBS
=$LIBS
21140 if test x
$gcc_no_link = xyes
; then
21141 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21142 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21143 { (exit 1); exit 1; }; }
21145 cat >conftest.
$ac_ext <<_ACEOF
21148 cat confdefs.h
>>conftest.
$ac_ext
21149 cat >>conftest.
$ac_ext <<_ACEOF
21150 /* end confdefs.h. */
21152 /* Override any gcc2 internal prototype to avoid an error. */
21156 /* We use char because int might match the return type of a gcc2
21157 builtin and then its argument prototype would still apply. */
21167 rm -f conftest.
$ac_objext conftest
$ac_exeext
21168 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21169 (eval $ac_link) 2>conftest.er1
21171 grep -v '^ *+' conftest.er1
>conftest.err
21173 cat conftest.err
>&5
21174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21175 (exit $ac_status); } &&
21176 { ac_try
='test -z "$ac_c_werror_flag"
21177 || test ! -s conftest.err'
21178 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21179 (eval $ac_try) 2>&5
21181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21182 (exit $ac_status); }; } &&
21183 { ac_try
='test -s conftest$ac_exeext'
21184 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21185 (eval $ac_try) 2>&5
21187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21188 (exit $ac_status); }; }; then
21189 ac_cv_lib_m_j1f
=yes
21191 echo "$as_me: failed program was:" >&5
21192 sed 's/^/| /' conftest.
$ac_ext >&5
21196 rm -f conftest.err conftest.
$ac_objext \
21197 conftest
$ac_exeext conftest.
$ac_ext
21198 LIBS
=$ac_check_lib_save_LIBS
21200 echo "$as_me:$LINENO: result: $ac_cv_lib_m_j1f" >&5
21201 echo "${ECHO_T}$ac_cv_lib_m_j1f" >&6
21202 if test $ac_cv_lib_m_j1f = yes; then
21204 cat >>confdefs.h
<<\_ACEOF
21210 echo "$as_me:$LINENO: checking for j1 in -lm" >&5
21211 echo $ECHO_N "checking for j1 in -lm... $ECHO_C" >&6
21212 if test "${ac_cv_lib_m_j1+set}" = set; then
21213 echo $ECHO_N "(cached) $ECHO_C" >&6
21215 ac_check_lib_save_LIBS
=$LIBS
21217 if test x
$gcc_no_link = xyes
; then
21218 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21219 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21220 { (exit 1); exit 1; }; }
21222 cat >conftest.
$ac_ext <<_ACEOF
21225 cat confdefs.h
>>conftest.
$ac_ext
21226 cat >>conftest.
$ac_ext <<_ACEOF
21227 /* end confdefs.h. */
21229 /* Override any gcc2 internal prototype to avoid an error. */
21233 /* We use char because int might match the return type of a gcc2
21234 builtin and then its argument prototype would still apply. */
21244 rm -f conftest.
$ac_objext conftest
$ac_exeext
21245 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21246 (eval $ac_link) 2>conftest.er1
21248 grep -v '^ *+' conftest.er1
>conftest.err
21250 cat conftest.err
>&5
21251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21252 (exit $ac_status); } &&
21253 { ac_try
='test -z "$ac_c_werror_flag"
21254 || test ! -s conftest.err'
21255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21256 (eval $ac_try) 2>&5
21258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21259 (exit $ac_status); }; } &&
21260 { ac_try
='test -s conftest$ac_exeext'
21261 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21262 (eval $ac_try) 2>&5
21264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21265 (exit $ac_status); }; }; then
21268 echo "$as_me: failed program was:" >&5
21269 sed 's/^/| /' conftest.
$ac_ext >&5
21273 rm -f conftest.err conftest.
$ac_objext \
21274 conftest
$ac_exeext conftest.
$ac_ext
21275 LIBS
=$ac_check_lib_save_LIBS
21277 echo "$as_me:$LINENO: result: $ac_cv_lib_m_j1" >&5
21278 echo "${ECHO_T}$ac_cv_lib_m_j1" >&6
21279 if test $ac_cv_lib_m_j1 = yes; then
21281 cat >>confdefs.h
<<\_ACEOF
21287 echo "$as_me:$LINENO: checking for j1l in -lm" >&5
21288 echo $ECHO_N "checking for j1l in -lm... $ECHO_C" >&6
21289 if test "${ac_cv_lib_m_j1l+set}" = set; then
21290 echo $ECHO_N "(cached) $ECHO_C" >&6
21292 ac_check_lib_save_LIBS
=$LIBS
21294 if test x
$gcc_no_link = xyes
; then
21295 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21296 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21297 { (exit 1); exit 1; }; }
21299 cat >conftest.
$ac_ext <<_ACEOF
21302 cat confdefs.h
>>conftest.
$ac_ext
21303 cat >>conftest.
$ac_ext <<_ACEOF
21304 /* end confdefs.h. */
21306 /* Override any gcc2 internal prototype to avoid an error. */
21310 /* We use char because int might match the return type of a gcc2
21311 builtin and then its argument prototype would still apply. */
21321 rm -f conftest.
$ac_objext conftest
$ac_exeext
21322 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21323 (eval $ac_link) 2>conftest.er1
21325 grep -v '^ *+' conftest.er1
>conftest.err
21327 cat conftest.err
>&5
21328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21329 (exit $ac_status); } &&
21330 { ac_try
='test -z "$ac_c_werror_flag"
21331 || test ! -s conftest.err'
21332 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21333 (eval $ac_try) 2>&5
21335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21336 (exit $ac_status); }; } &&
21337 { ac_try
='test -s conftest$ac_exeext'
21338 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21339 (eval $ac_try) 2>&5
21341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21342 (exit $ac_status); }; }; then
21343 ac_cv_lib_m_j1l
=yes
21345 echo "$as_me: failed program was:" >&5
21346 sed 's/^/| /' conftest.
$ac_ext >&5
21350 rm -f conftest.err conftest.
$ac_objext \
21351 conftest
$ac_exeext conftest.
$ac_ext
21352 LIBS
=$ac_check_lib_save_LIBS
21354 echo "$as_me:$LINENO: result: $ac_cv_lib_m_j1l" >&5
21355 echo "${ECHO_T}$ac_cv_lib_m_j1l" >&6
21356 if test $ac_cv_lib_m_j1l = yes; then
21358 cat >>confdefs.h
<<\_ACEOF
21364 echo "$as_me:$LINENO: checking for jnf in -lm" >&5
21365 echo $ECHO_N "checking for jnf in -lm... $ECHO_C" >&6
21366 if test "${ac_cv_lib_m_jnf+set}" = set; then
21367 echo $ECHO_N "(cached) $ECHO_C" >&6
21369 ac_check_lib_save_LIBS
=$LIBS
21371 if test x
$gcc_no_link = xyes
; then
21372 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21373 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21374 { (exit 1); exit 1; }; }
21376 cat >conftest.
$ac_ext <<_ACEOF
21379 cat confdefs.h
>>conftest.
$ac_ext
21380 cat >>conftest.
$ac_ext <<_ACEOF
21381 /* end confdefs.h. */
21383 /* Override any gcc2 internal prototype to avoid an error. */
21387 /* We use char because int might match the return type of a gcc2
21388 builtin and then its argument prototype would still apply. */
21398 rm -f conftest.
$ac_objext conftest
$ac_exeext
21399 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21400 (eval $ac_link) 2>conftest.er1
21402 grep -v '^ *+' conftest.er1
>conftest.err
21404 cat conftest.err
>&5
21405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21406 (exit $ac_status); } &&
21407 { ac_try
='test -z "$ac_c_werror_flag"
21408 || test ! -s conftest.err'
21409 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21410 (eval $ac_try) 2>&5
21412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21413 (exit $ac_status); }; } &&
21414 { ac_try
='test -s conftest$ac_exeext'
21415 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21416 (eval $ac_try) 2>&5
21418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21419 (exit $ac_status); }; }; then
21420 ac_cv_lib_m_jnf
=yes
21422 echo "$as_me: failed program was:" >&5
21423 sed 's/^/| /' conftest.
$ac_ext >&5
21427 rm -f conftest.err conftest.
$ac_objext \
21428 conftest
$ac_exeext conftest.
$ac_ext
21429 LIBS
=$ac_check_lib_save_LIBS
21431 echo "$as_me:$LINENO: result: $ac_cv_lib_m_jnf" >&5
21432 echo "${ECHO_T}$ac_cv_lib_m_jnf" >&6
21433 if test $ac_cv_lib_m_jnf = yes; then
21435 cat >>confdefs.h
<<\_ACEOF
21441 echo "$as_me:$LINENO: checking for jn in -lm" >&5
21442 echo $ECHO_N "checking for jn in -lm... $ECHO_C" >&6
21443 if test "${ac_cv_lib_m_jn+set}" = set; then
21444 echo $ECHO_N "(cached) $ECHO_C" >&6
21446 ac_check_lib_save_LIBS
=$LIBS
21448 if test x
$gcc_no_link = xyes
; then
21449 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21450 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21451 { (exit 1); exit 1; }; }
21453 cat >conftest.
$ac_ext <<_ACEOF
21456 cat confdefs.h
>>conftest.
$ac_ext
21457 cat >>conftest.
$ac_ext <<_ACEOF
21458 /* end confdefs.h. */
21460 /* Override any gcc2 internal prototype to avoid an error. */
21464 /* We use char because int might match the return type of a gcc2
21465 builtin and then its argument prototype would still apply. */
21475 rm -f conftest.
$ac_objext conftest
$ac_exeext
21476 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21477 (eval $ac_link) 2>conftest.er1
21479 grep -v '^ *+' conftest.er1
>conftest.err
21481 cat conftest.err
>&5
21482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21483 (exit $ac_status); } &&
21484 { ac_try
='test -z "$ac_c_werror_flag"
21485 || test ! -s conftest.err'
21486 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21487 (eval $ac_try) 2>&5
21489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21490 (exit $ac_status); }; } &&
21491 { ac_try
='test -s conftest$ac_exeext'
21492 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21493 (eval $ac_try) 2>&5
21495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21496 (exit $ac_status); }; }; then
21499 echo "$as_me: failed program was:" >&5
21500 sed 's/^/| /' conftest.
$ac_ext >&5
21504 rm -f conftest.err conftest.
$ac_objext \
21505 conftest
$ac_exeext conftest.
$ac_ext
21506 LIBS
=$ac_check_lib_save_LIBS
21508 echo "$as_me:$LINENO: result: $ac_cv_lib_m_jn" >&5
21509 echo "${ECHO_T}$ac_cv_lib_m_jn" >&6
21510 if test $ac_cv_lib_m_jn = yes; then
21512 cat >>confdefs.h
<<\_ACEOF
21518 echo "$as_me:$LINENO: checking for jnl in -lm" >&5
21519 echo $ECHO_N "checking for jnl in -lm... $ECHO_C" >&6
21520 if test "${ac_cv_lib_m_jnl+set}" = set; then
21521 echo $ECHO_N "(cached) $ECHO_C" >&6
21523 ac_check_lib_save_LIBS
=$LIBS
21525 if test x
$gcc_no_link = xyes
; then
21526 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21527 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21528 { (exit 1); exit 1; }; }
21530 cat >conftest.
$ac_ext <<_ACEOF
21533 cat confdefs.h
>>conftest.
$ac_ext
21534 cat >>conftest.
$ac_ext <<_ACEOF
21535 /* end confdefs.h. */
21537 /* Override any gcc2 internal prototype to avoid an error. */
21541 /* We use char because int might match the return type of a gcc2
21542 builtin and then its argument prototype would still apply. */
21552 rm -f conftest.
$ac_objext conftest
$ac_exeext
21553 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21554 (eval $ac_link) 2>conftest.er1
21556 grep -v '^ *+' conftest.er1
>conftest.err
21558 cat conftest.err
>&5
21559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21560 (exit $ac_status); } &&
21561 { ac_try
='test -z "$ac_c_werror_flag"
21562 || test ! -s conftest.err'
21563 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21564 (eval $ac_try) 2>&5
21566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21567 (exit $ac_status); }; } &&
21568 { ac_try
='test -s conftest$ac_exeext'
21569 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21570 (eval $ac_try) 2>&5
21572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21573 (exit $ac_status); }; }; then
21574 ac_cv_lib_m_jnl
=yes
21576 echo "$as_me: failed program was:" >&5
21577 sed 's/^/| /' conftest.
$ac_ext >&5
21581 rm -f conftest.err conftest.
$ac_objext \
21582 conftest
$ac_exeext conftest.
$ac_ext
21583 LIBS
=$ac_check_lib_save_LIBS
21585 echo "$as_me:$LINENO: result: $ac_cv_lib_m_jnl" >&5
21586 echo "${ECHO_T}$ac_cv_lib_m_jnl" >&6
21587 if test $ac_cv_lib_m_jnl = yes; then
21589 cat >>confdefs.h
<<\_ACEOF
21595 echo "$as_me:$LINENO: checking for y0f in -lm" >&5
21596 echo $ECHO_N "checking for y0f in -lm... $ECHO_C" >&6
21597 if test "${ac_cv_lib_m_y0f+set}" = set; then
21598 echo $ECHO_N "(cached) $ECHO_C" >&6
21600 ac_check_lib_save_LIBS
=$LIBS
21602 if test x
$gcc_no_link = xyes
; then
21603 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21604 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21605 { (exit 1); exit 1; }; }
21607 cat >conftest.
$ac_ext <<_ACEOF
21610 cat confdefs.h
>>conftest.
$ac_ext
21611 cat >>conftest.
$ac_ext <<_ACEOF
21612 /* end confdefs.h. */
21614 /* Override any gcc2 internal prototype to avoid an error. */
21618 /* We use char because int might match the return type of a gcc2
21619 builtin and then its argument prototype would still apply. */
21629 rm -f conftest.
$ac_objext conftest
$ac_exeext
21630 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21631 (eval $ac_link) 2>conftest.er1
21633 grep -v '^ *+' conftest.er1
>conftest.err
21635 cat conftest.err
>&5
21636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21637 (exit $ac_status); } &&
21638 { ac_try
='test -z "$ac_c_werror_flag"
21639 || test ! -s conftest.err'
21640 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21641 (eval $ac_try) 2>&5
21643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21644 (exit $ac_status); }; } &&
21645 { ac_try
='test -s conftest$ac_exeext'
21646 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21647 (eval $ac_try) 2>&5
21649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21650 (exit $ac_status); }; }; then
21651 ac_cv_lib_m_y0f
=yes
21653 echo "$as_me: failed program was:" >&5
21654 sed 's/^/| /' conftest.
$ac_ext >&5
21658 rm -f conftest.err conftest.
$ac_objext \
21659 conftest
$ac_exeext conftest.
$ac_ext
21660 LIBS
=$ac_check_lib_save_LIBS
21662 echo "$as_me:$LINENO: result: $ac_cv_lib_m_y0f" >&5
21663 echo "${ECHO_T}$ac_cv_lib_m_y0f" >&6
21664 if test $ac_cv_lib_m_y0f = yes; then
21666 cat >>confdefs.h
<<\_ACEOF
21672 echo "$as_me:$LINENO: checking for y0 in -lm" >&5
21673 echo $ECHO_N "checking for y0 in -lm... $ECHO_C" >&6
21674 if test "${ac_cv_lib_m_y0+set}" = set; then
21675 echo $ECHO_N "(cached) $ECHO_C" >&6
21677 ac_check_lib_save_LIBS
=$LIBS
21679 if test x
$gcc_no_link = xyes
; then
21680 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21681 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21682 { (exit 1); exit 1; }; }
21684 cat >conftest.
$ac_ext <<_ACEOF
21687 cat confdefs.h
>>conftest.
$ac_ext
21688 cat >>conftest.
$ac_ext <<_ACEOF
21689 /* end confdefs.h. */
21691 /* Override any gcc2 internal prototype to avoid an error. */
21695 /* We use char because int might match the return type of a gcc2
21696 builtin and then its argument prototype would still apply. */
21706 rm -f conftest.
$ac_objext conftest
$ac_exeext
21707 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21708 (eval $ac_link) 2>conftest.er1
21710 grep -v '^ *+' conftest.er1
>conftest.err
21712 cat conftest.err
>&5
21713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21714 (exit $ac_status); } &&
21715 { ac_try
='test -z "$ac_c_werror_flag"
21716 || test ! -s conftest.err'
21717 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21718 (eval $ac_try) 2>&5
21720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21721 (exit $ac_status); }; } &&
21722 { ac_try
='test -s conftest$ac_exeext'
21723 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21724 (eval $ac_try) 2>&5
21726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21727 (exit $ac_status); }; }; then
21730 echo "$as_me: failed program was:" >&5
21731 sed 's/^/| /' conftest.
$ac_ext >&5
21735 rm -f conftest.err conftest.
$ac_objext \
21736 conftest
$ac_exeext conftest.
$ac_ext
21737 LIBS
=$ac_check_lib_save_LIBS
21739 echo "$as_me:$LINENO: result: $ac_cv_lib_m_y0" >&5
21740 echo "${ECHO_T}$ac_cv_lib_m_y0" >&6
21741 if test $ac_cv_lib_m_y0 = yes; then
21743 cat >>confdefs.h
<<\_ACEOF
21749 echo "$as_me:$LINENO: checking for y0l in -lm" >&5
21750 echo $ECHO_N "checking for y0l in -lm... $ECHO_C" >&6
21751 if test "${ac_cv_lib_m_y0l+set}" = set; then
21752 echo $ECHO_N "(cached) $ECHO_C" >&6
21754 ac_check_lib_save_LIBS
=$LIBS
21756 if test x
$gcc_no_link = xyes
; then
21757 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21758 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21759 { (exit 1); exit 1; }; }
21761 cat >conftest.
$ac_ext <<_ACEOF
21764 cat confdefs.h
>>conftest.
$ac_ext
21765 cat >>conftest.
$ac_ext <<_ACEOF
21766 /* end confdefs.h. */
21768 /* Override any gcc2 internal prototype to avoid an error. */
21772 /* We use char because int might match the return type of a gcc2
21773 builtin and then its argument prototype would still apply. */
21783 rm -f conftest.
$ac_objext conftest
$ac_exeext
21784 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21785 (eval $ac_link) 2>conftest.er1
21787 grep -v '^ *+' conftest.er1
>conftest.err
21789 cat conftest.err
>&5
21790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21791 (exit $ac_status); } &&
21792 { ac_try
='test -z "$ac_c_werror_flag"
21793 || test ! -s conftest.err'
21794 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21795 (eval $ac_try) 2>&5
21797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21798 (exit $ac_status); }; } &&
21799 { ac_try
='test -s conftest$ac_exeext'
21800 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21801 (eval $ac_try) 2>&5
21803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21804 (exit $ac_status); }; }; then
21805 ac_cv_lib_m_y0l
=yes
21807 echo "$as_me: failed program was:" >&5
21808 sed 's/^/| /' conftest.
$ac_ext >&5
21812 rm -f conftest.err conftest.
$ac_objext \
21813 conftest
$ac_exeext conftest.
$ac_ext
21814 LIBS
=$ac_check_lib_save_LIBS
21816 echo "$as_me:$LINENO: result: $ac_cv_lib_m_y0l" >&5
21817 echo "${ECHO_T}$ac_cv_lib_m_y0l" >&6
21818 if test $ac_cv_lib_m_y0l = yes; then
21820 cat >>confdefs.h
<<\_ACEOF
21826 echo "$as_me:$LINENO: checking for y1f in -lm" >&5
21827 echo $ECHO_N "checking for y1f in -lm... $ECHO_C" >&6
21828 if test "${ac_cv_lib_m_y1f+set}" = set; then
21829 echo $ECHO_N "(cached) $ECHO_C" >&6
21831 ac_check_lib_save_LIBS
=$LIBS
21833 if test x
$gcc_no_link = xyes
; then
21834 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21835 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21836 { (exit 1); exit 1; }; }
21838 cat >conftest.
$ac_ext <<_ACEOF
21841 cat confdefs.h
>>conftest.
$ac_ext
21842 cat >>conftest.
$ac_ext <<_ACEOF
21843 /* end confdefs.h. */
21845 /* Override any gcc2 internal prototype to avoid an error. */
21849 /* We use char because int might match the return type of a gcc2
21850 builtin and then its argument prototype would still apply. */
21860 rm -f conftest.
$ac_objext conftest
$ac_exeext
21861 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21862 (eval $ac_link) 2>conftest.er1
21864 grep -v '^ *+' conftest.er1
>conftest.err
21866 cat conftest.err
>&5
21867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21868 (exit $ac_status); } &&
21869 { ac_try
='test -z "$ac_c_werror_flag"
21870 || test ! -s conftest.err'
21871 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21872 (eval $ac_try) 2>&5
21874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21875 (exit $ac_status); }; } &&
21876 { ac_try
='test -s conftest$ac_exeext'
21877 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21878 (eval $ac_try) 2>&5
21880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21881 (exit $ac_status); }; }; then
21882 ac_cv_lib_m_y1f
=yes
21884 echo "$as_me: failed program was:" >&5
21885 sed 's/^/| /' conftest.
$ac_ext >&5
21889 rm -f conftest.err conftest.
$ac_objext \
21890 conftest
$ac_exeext conftest.
$ac_ext
21891 LIBS
=$ac_check_lib_save_LIBS
21893 echo "$as_me:$LINENO: result: $ac_cv_lib_m_y1f" >&5
21894 echo "${ECHO_T}$ac_cv_lib_m_y1f" >&6
21895 if test $ac_cv_lib_m_y1f = yes; then
21897 cat >>confdefs.h
<<\_ACEOF
21903 echo "$as_me:$LINENO: checking for y1 in -lm" >&5
21904 echo $ECHO_N "checking for y1 in -lm... $ECHO_C" >&6
21905 if test "${ac_cv_lib_m_y1+set}" = set; then
21906 echo $ECHO_N "(cached) $ECHO_C" >&6
21908 ac_check_lib_save_LIBS
=$LIBS
21910 if test x
$gcc_no_link = xyes
; then
21911 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21912 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21913 { (exit 1); exit 1; }; }
21915 cat >conftest.
$ac_ext <<_ACEOF
21918 cat confdefs.h
>>conftest.
$ac_ext
21919 cat >>conftest.
$ac_ext <<_ACEOF
21920 /* end confdefs.h. */
21922 /* Override any gcc2 internal prototype to avoid an error. */
21926 /* We use char because int might match the return type of a gcc2
21927 builtin and then its argument prototype would still apply. */
21937 rm -f conftest.
$ac_objext conftest
$ac_exeext
21938 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21939 (eval $ac_link) 2>conftest.er1
21941 grep -v '^ *+' conftest.er1
>conftest.err
21943 cat conftest.err
>&5
21944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21945 (exit $ac_status); } &&
21946 { ac_try
='test -z "$ac_c_werror_flag"
21947 || test ! -s conftest.err'
21948 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21949 (eval $ac_try) 2>&5
21951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21952 (exit $ac_status); }; } &&
21953 { ac_try
='test -s conftest$ac_exeext'
21954 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21955 (eval $ac_try) 2>&5
21957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21958 (exit $ac_status); }; }; then
21961 echo "$as_me: failed program was:" >&5
21962 sed 's/^/| /' conftest.
$ac_ext >&5
21966 rm -f conftest.err conftest.
$ac_objext \
21967 conftest
$ac_exeext conftest.
$ac_ext
21968 LIBS
=$ac_check_lib_save_LIBS
21970 echo "$as_me:$LINENO: result: $ac_cv_lib_m_y1" >&5
21971 echo "${ECHO_T}$ac_cv_lib_m_y1" >&6
21972 if test $ac_cv_lib_m_y1 = yes; then
21974 cat >>confdefs.h
<<\_ACEOF
21980 echo "$as_me:$LINENO: checking for y1l in -lm" >&5
21981 echo $ECHO_N "checking for y1l in -lm... $ECHO_C" >&6
21982 if test "${ac_cv_lib_m_y1l+set}" = set; then
21983 echo $ECHO_N "(cached) $ECHO_C" >&6
21985 ac_check_lib_save_LIBS
=$LIBS
21987 if test x
$gcc_no_link = xyes
; then
21988 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21989 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21990 { (exit 1); exit 1; }; }
21992 cat >conftest.
$ac_ext <<_ACEOF
21995 cat confdefs.h
>>conftest.
$ac_ext
21996 cat >>conftest.
$ac_ext <<_ACEOF
21997 /* end confdefs.h. */
21999 /* Override any gcc2 internal prototype to avoid an error. */
22003 /* We use char because int might match the return type of a gcc2
22004 builtin and then its argument prototype would still apply. */
22014 rm -f conftest.
$ac_objext conftest
$ac_exeext
22015 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22016 (eval $ac_link) 2>conftest.er1
22018 grep -v '^ *+' conftest.er1
>conftest.err
22020 cat conftest.err
>&5
22021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22022 (exit $ac_status); } &&
22023 { ac_try
='test -z "$ac_c_werror_flag"
22024 || test ! -s conftest.err'
22025 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22026 (eval $ac_try) 2>&5
22028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22029 (exit $ac_status); }; } &&
22030 { ac_try
='test -s conftest$ac_exeext'
22031 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22032 (eval $ac_try) 2>&5
22034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22035 (exit $ac_status); }; }; then
22036 ac_cv_lib_m_y1l
=yes
22038 echo "$as_me: failed program was:" >&5
22039 sed 's/^/| /' conftest.
$ac_ext >&5
22043 rm -f conftest.err conftest.
$ac_objext \
22044 conftest
$ac_exeext conftest.
$ac_ext
22045 LIBS
=$ac_check_lib_save_LIBS
22047 echo "$as_me:$LINENO: result: $ac_cv_lib_m_y1l" >&5
22048 echo "${ECHO_T}$ac_cv_lib_m_y1l" >&6
22049 if test $ac_cv_lib_m_y1l = yes; then
22051 cat >>confdefs.h
<<\_ACEOF
22057 echo "$as_me:$LINENO: checking for ynf in -lm" >&5
22058 echo $ECHO_N "checking for ynf in -lm... $ECHO_C" >&6
22059 if test "${ac_cv_lib_m_ynf+set}" = set; then
22060 echo $ECHO_N "(cached) $ECHO_C" >&6
22062 ac_check_lib_save_LIBS
=$LIBS
22064 if test x
$gcc_no_link = xyes
; then
22065 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
22066 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
22067 { (exit 1); exit 1; }; }
22069 cat >conftest.
$ac_ext <<_ACEOF
22072 cat confdefs.h
>>conftest.
$ac_ext
22073 cat >>conftest.
$ac_ext <<_ACEOF
22074 /* end confdefs.h. */
22076 /* Override any gcc2 internal prototype to avoid an error. */
22080 /* We use char because int might match the return type of a gcc2
22081 builtin and then its argument prototype would still apply. */
22091 rm -f conftest.
$ac_objext conftest
$ac_exeext
22092 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22093 (eval $ac_link) 2>conftest.er1
22095 grep -v '^ *+' conftest.er1
>conftest.err
22097 cat conftest.err
>&5
22098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22099 (exit $ac_status); } &&
22100 { ac_try
='test -z "$ac_c_werror_flag"
22101 || test ! -s conftest.err'
22102 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22103 (eval $ac_try) 2>&5
22105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22106 (exit $ac_status); }; } &&
22107 { ac_try
='test -s conftest$ac_exeext'
22108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22109 (eval $ac_try) 2>&5
22111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22112 (exit $ac_status); }; }; then
22113 ac_cv_lib_m_ynf
=yes
22115 echo "$as_me: failed program was:" >&5
22116 sed 's/^/| /' conftest.
$ac_ext >&5
22120 rm -f conftest.err conftest.
$ac_objext \
22121 conftest
$ac_exeext conftest.
$ac_ext
22122 LIBS
=$ac_check_lib_save_LIBS
22124 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ynf" >&5
22125 echo "${ECHO_T}$ac_cv_lib_m_ynf" >&6
22126 if test $ac_cv_lib_m_ynf = yes; then
22128 cat >>confdefs.h
<<\_ACEOF
22134 echo "$as_me:$LINENO: checking for yn in -lm" >&5
22135 echo $ECHO_N "checking for yn in -lm... $ECHO_C" >&6
22136 if test "${ac_cv_lib_m_yn+set}" = set; then
22137 echo $ECHO_N "(cached) $ECHO_C" >&6
22139 ac_check_lib_save_LIBS
=$LIBS
22141 if test x
$gcc_no_link = xyes
; then
22142 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
22143 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
22144 { (exit 1); exit 1; }; }
22146 cat >conftest.
$ac_ext <<_ACEOF
22149 cat confdefs.h
>>conftest.
$ac_ext
22150 cat >>conftest.
$ac_ext <<_ACEOF
22151 /* end confdefs.h. */
22153 /* Override any gcc2 internal prototype to avoid an error. */
22157 /* We use char because int might match the return type of a gcc2
22158 builtin and then its argument prototype would still apply. */
22168 rm -f conftest.
$ac_objext conftest
$ac_exeext
22169 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22170 (eval $ac_link) 2>conftest.er1
22172 grep -v '^ *+' conftest.er1
>conftest.err
22174 cat conftest.err
>&5
22175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22176 (exit $ac_status); } &&
22177 { ac_try
='test -z "$ac_c_werror_flag"
22178 || test ! -s conftest.err'
22179 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22180 (eval $ac_try) 2>&5
22182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22183 (exit $ac_status); }; } &&
22184 { ac_try
='test -s conftest$ac_exeext'
22185 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22186 (eval $ac_try) 2>&5
22188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22189 (exit $ac_status); }; }; then
22192 echo "$as_me: failed program was:" >&5
22193 sed 's/^/| /' conftest.
$ac_ext >&5
22197 rm -f conftest.err conftest.
$ac_objext \
22198 conftest
$ac_exeext conftest.
$ac_ext
22199 LIBS
=$ac_check_lib_save_LIBS
22201 echo "$as_me:$LINENO: result: $ac_cv_lib_m_yn" >&5
22202 echo "${ECHO_T}$ac_cv_lib_m_yn" >&6
22203 if test $ac_cv_lib_m_yn = yes; then
22205 cat >>confdefs.h
<<\_ACEOF
22211 echo "$as_me:$LINENO: checking for ynl in -lm" >&5
22212 echo $ECHO_N "checking for ynl in -lm... $ECHO_C" >&6
22213 if test "${ac_cv_lib_m_ynl+set}" = set; then
22214 echo $ECHO_N "(cached) $ECHO_C" >&6
22216 ac_check_lib_save_LIBS
=$LIBS
22218 if test x
$gcc_no_link = xyes
; then
22219 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
22220 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
22221 { (exit 1); exit 1; }; }
22223 cat >conftest.
$ac_ext <<_ACEOF
22226 cat confdefs.h
>>conftest.
$ac_ext
22227 cat >>conftest.
$ac_ext <<_ACEOF
22228 /* end confdefs.h. */
22230 /* Override any gcc2 internal prototype to avoid an error. */
22234 /* We use char because int might match the return type of a gcc2
22235 builtin and then its argument prototype would still apply. */
22245 rm -f conftest.
$ac_objext conftest
$ac_exeext
22246 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22247 (eval $ac_link) 2>conftest.er1
22249 grep -v '^ *+' conftest.er1
>conftest.err
22251 cat conftest.err
>&5
22252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22253 (exit $ac_status); } &&
22254 { ac_try
='test -z "$ac_c_werror_flag"
22255 || test ! -s conftest.err'
22256 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22257 (eval $ac_try) 2>&5
22259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22260 (exit $ac_status); }; } &&
22261 { ac_try
='test -s conftest$ac_exeext'
22262 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22263 (eval $ac_try) 2>&5
22265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22266 (exit $ac_status); }; }; then
22267 ac_cv_lib_m_ynl
=yes
22269 echo "$as_me: failed program was:" >&5
22270 sed 's/^/| /' conftest.
$ac_ext >&5
22274 rm -f conftest.err conftest.
$ac_objext \
22275 conftest
$ac_exeext conftest.
$ac_ext
22276 LIBS
=$ac_check_lib_save_LIBS
22278 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ynl" >&5
22279 echo "${ECHO_T}$ac_cv_lib_m_ynl" >&6
22280 if test $ac_cv_lib_m_ynl = yes; then
22282 cat >>confdefs.h
<<\_ACEOF
22289 # On AIX, clog is present in libm as __clog
22290 echo "$as_me:$LINENO: checking for __clog in -lm" >&5
22291 echo $ECHO_N "checking for __clog in -lm... $ECHO_C" >&6
22292 if test "${ac_cv_lib_m___clog+set}" = set; then
22293 echo $ECHO_N "(cached) $ECHO_C" >&6
22295 ac_check_lib_save_LIBS
=$LIBS
22297 if test x
$gcc_no_link = xyes
; then
22298 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
22299 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
22300 { (exit 1); exit 1; }; }
22302 cat >conftest.
$ac_ext <<_ACEOF
22305 cat confdefs.h
>>conftest.
$ac_ext
22306 cat >>conftest.
$ac_ext <<_ACEOF
22307 /* end confdefs.h. */
22309 /* Override any gcc2 internal prototype to avoid an error. */
22313 /* We use char because int might match the return type of a gcc2
22314 builtin and then its argument prototype would still apply. */
22324 rm -f conftest.
$ac_objext conftest
$ac_exeext
22325 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22326 (eval $ac_link) 2>conftest.er1
22328 grep -v '^ *+' conftest.er1
>conftest.err
22330 cat conftest.err
>&5
22331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22332 (exit $ac_status); } &&
22333 { ac_try
='test -z "$ac_c_werror_flag"
22334 || test ! -s conftest.err'
22335 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22336 (eval $ac_try) 2>&5
22338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22339 (exit $ac_status); }; } &&
22340 { ac_try
='test -s conftest$ac_exeext'
22341 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22342 (eval $ac_try) 2>&5
22344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22345 (exit $ac_status); }; }; then
22346 ac_cv_lib_m___clog
=yes
22348 echo "$as_me: failed program was:" >&5
22349 sed 's/^/| /' conftest.
$ac_ext >&5
22351 ac_cv_lib_m___clog
=no
22353 rm -f conftest.err conftest.
$ac_objext \
22354 conftest
$ac_exeext conftest.
$ac_ext
22355 LIBS
=$ac_check_lib_save_LIBS
22357 echo "$as_me:$LINENO: result: $ac_cv_lib_m___clog" >&5
22358 echo "${ECHO_T}$ac_cv_lib_m___clog" >&6
22359 if test $ac_cv_lib_m___clog = yes; then
22361 cat >>confdefs.h
<<\_ACEOF
22362 #define HAVE_CLOG 1
22368 # Check for a isfinite macro that works on long doubles.
22370 echo "$as_me:$LINENO: checking whether isfinite is broken" >&5
22371 echo $ECHO_N "checking whether isfinite is broken... $ECHO_C" >&6
22372 if test "${have_broken_isfinite+set}" = set; then
22373 echo $ECHO_N "(cached) $ECHO_C" >&6
22376 libgfor_check_for_broken_isfinite_save_LIBS
=$LIBS
22378 if test "$cross_compiling" = yes; then
22380 case "${target}" in
22381 hppa
*-*-hpux*) have_broken_isfinite
=yes ;;
22382 *) have_broken_isfinite
=no
;;
22385 cat >conftest.
$ac_ext <<_ACEOF
22388 cat confdefs.h
>>conftest.
$ac_ext
22389 cat >>conftest.
$ac_ext <<_ACEOF
22390 /* end confdefs.h. */
22400 if (!isfinite(LDBL_MAX)) return 1;
22403 if (!isfinite(DBL_MAX)) return 1;
22409 rm -f conftest
$ac_exeext
22410 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22411 (eval $ac_link) 2>&5
22413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22414 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
22415 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22416 (eval $ac_try) 2>&5
22418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22419 (exit $ac_status); }; }; then
22420 have_broken_isfinite
=no
22422 echo "$as_me: program exited with status $ac_status" >&5
22423 echo "$as_me: failed program was:" >&5
22424 sed 's/^/| /' conftest.
$ac_ext >&5
22426 ( exit $ac_status )
22427 have_broken_isfinite
=yes
22429 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
22431 LIBS
=$libgfor_check_for_broken_isfinite_save_LIBS
22433 echo "$as_me:$LINENO: result: $have_broken_isfinite" >&5
22434 echo "${ECHO_T}$have_broken_isfinite" >&6
22435 if test x
"$have_broken_isfinite" = xyes
; then
22437 cat >>confdefs.h
<<\_ACEOF
22438 #define HAVE_BROKEN_ISFINITE 1
22443 # Check for a isnan macro that works on long doubles.
22445 echo "$as_me:$LINENO: checking whether isnan is broken" >&5
22446 echo $ECHO_N "checking whether isnan is broken... $ECHO_C" >&6
22447 if test "${have_broken_isnan+set}" = set; then
22448 echo $ECHO_N "(cached) $ECHO_C" >&6
22451 libgfor_check_for_broken_isnan_save_LIBS
=$LIBS
22453 if test "$cross_compiling" = yes; then
22455 case "${target}" in
22456 hppa
*-*-hpux*) have_broken_isnan
=yes ;;
22457 *) have_broken_isnan
=no
;;
22460 cat >conftest.
$ac_ext <<_ACEOF
22463 cat confdefs.h
>>conftest.
$ac_ext
22464 cat >>conftest.
$ac_ext <<_ACEOF
22465 /* end confdefs.h. */
22477 x = __builtin_nanl ("");
22478 if (!isnan(x)) return 1;
22479 if (isnan(LDBL_MAX)) return 1;
22481 x = (long double) NAN;
22482 if (!isnan(x)) return 1;
22489 y = __builtin_nan ("");
22490 if (!isnan(y)) return 1;
22491 if (isnan(DBL_MAX)) return 1;
22494 if (!isnan(y)) return 1;
22502 rm -f conftest
$ac_exeext
22503 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22504 (eval $ac_link) 2>&5
22506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22507 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
22508 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22509 (eval $ac_try) 2>&5
22511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22512 (exit $ac_status); }; }; then
22513 have_broken_isnan
=no
22515 echo "$as_me: program exited with status $ac_status" >&5
22516 echo "$as_me: failed program was:" >&5
22517 sed 's/^/| /' conftest.
$ac_ext >&5
22519 ( exit $ac_status )
22520 have_broken_isnan
=yes
22522 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
22524 LIBS
=$libgfor_check_for_broken_isnan_save_LIBS
22526 echo "$as_me:$LINENO: result: $have_broken_isnan" >&5
22527 echo "${ECHO_T}$have_broken_isnan" >&6
22528 if test x
"$have_broken_isnan" = xyes
; then
22530 cat >>confdefs.h
<<\_ACEOF
22531 #define HAVE_BROKEN_ISNAN 1
22536 # Check for a fpclassify macro that works on long doubles.
22538 echo "$as_me:$LINENO: checking whether fpclassify is broken" >&5
22539 echo $ECHO_N "checking whether fpclassify is broken... $ECHO_C" >&6
22540 if test "${have_broken_fpclassify+set}" = set; then
22541 echo $ECHO_N "(cached) $ECHO_C" >&6
22544 libgfor_check_for_broken_fpclassify_save_LIBS
=$LIBS
22546 if test "$cross_compiling" = yes; then
22548 case "${target}" in
22549 hppa
*-*-hpux*) have_broken_fpclassify
=yes ;;
22550 *) have_broken_fpclassify
=no
;;
22553 cat >conftest.
$ac_ext <<_ACEOF
22556 cat confdefs.h
>>conftest.
$ac_ext
22557 cat >>conftest.
$ac_ext <<_ACEOF
22558 /* end confdefs.h. */
22568 if (fpclassify(LDBL_MAX) == FP_NAN
22569 || fpclassify(LDBL_MAX) == FP_INFINITE) return 1;
22572 if (fpclassify(DBL_MAX) == FP_NAN
22573 || fpclassify(DBL_MAX) == FP_INFINITE) return 1;
22579 rm -f conftest
$ac_exeext
22580 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22581 (eval $ac_link) 2>&5
22583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22584 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
22585 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22586 (eval $ac_try) 2>&5
22588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22589 (exit $ac_status); }; }; then
22590 have_broken_fpclassify
=no
22592 echo "$as_me: program exited with status $ac_status" >&5
22593 echo "$as_me: failed program was:" >&5
22594 sed 's/^/| /' conftest.
$ac_ext >&5
22596 ( exit $ac_status )
22597 have_broken_fpclassify
=yes
22599 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
22601 LIBS
=$libgfor_check_for_broken_fpclassify_save_LIBS
22603 echo "$as_me:$LINENO: result: $have_broken_fpclassify" >&5
22604 echo "${ECHO_T}$have_broken_fpclassify" >&6
22605 if test x
"$have_broken_fpclassify" = xyes
; then
22607 cat >>confdefs.h
<<\_ACEOF
22608 #define HAVE_BROKEN_FPCLASSIFY 1
22613 # Check whether the system has a working stat()
22615 echo "$as_me:$LINENO: checking whether the target stat is reliable" >&5
22616 echo $ECHO_N "checking whether the target stat is reliable... $ECHO_C" >&6
22617 if test "${have_working_stat+set}" = set; then
22618 echo $ECHO_N "(cached) $ECHO_C" >&6
22621 if test "$cross_compiling" = yes; then
22623 case "${target}" in
22624 *mingw
*) have_working_stat
=no
;;
22625 *) have_working_stat
=yes;;
22628 cat >conftest.
$ac_ext <<_ACEOF
22631 cat confdefs.h
>>conftest.
$ac_ext
22632 cat >>conftest.
$ac_ext <<_ACEOF
22633 /* end confdefs.h. */
22636 #include <sys/types.h>
22637 #include <sys/stat.h>
22638 #include <unistd.h>
22643 struct stat st1, st2;
22645 f = fopen ("foo", "w");
22646 g = fopen ("bar", "w");
22647 if (stat ("foo", &st1) != 0 || stat ("bar", &st2))
22649 if (st1.st_dev == st2.st_dev && st1.st_ino == st2.st_ino)
22656 rm -f conftest
$ac_exeext
22657 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22658 (eval $ac_link) 2>&5
22660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22661 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
22662 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22663 (eval $ac_try) 2>&5
22665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22666 (exit $ac_status); }; }; then
22667 have_working_stat
=yes
22669 echo "$as_me: program exited with status $ac_status" >&5
22670 echo "$as_me: failed program was:" >&5
22671 sed 's/^/| /' conftest.
$ac_ext >&5
22673 ( exit $ac_status )
22674 have_working_stat
=no
22676 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
22679 echo "$as_me:$LINENO: result: $have_working_stat" >&5
22680 echo "${ECHO_T}$have_working_stat" >&6
22681 if test x
"$have_working_stat" = xyes
; then
22683 cat >>confdefs.h
<<\_ACEOF
22684 #define HAVE_WORKING_STAT 1
22689 # Fallback in case isfinite is not available.
22690 echo "$as_me:$LINENO: checking for finite in -lm" >&5
22691 echo $ECHO_N "checking for finite in -lm... $ECHO_C" >&6
22692 if test "${ac_cv_lib_m_finite+set}" = set; then
22693 echo $ECHO_N "(cached) $ECHO_C" >&6
22695 ac_check_lib_save_LIBS
=$LIBS
22697 if test x
$gcc_no_link = xyes
; then
22698 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
22699 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
22700 { (exit 1); exit 1; }; }
22702 cat >conftest.
$ac_ext <<_ACEOF
22705 cat confdefs.h
>>conftest.
$ac_ext
22706 cat >>conftest.
$ac_ext <<_ACEOF
22707 /* end confdefs.h. */
22709 /* Override any gcc2 internal prototype to avoid an error. */
22713 /* We use char because int might match the return type of a gcc2
22714 builtin and then its argument prototype would still apply. */
22724 rm -f conftest.
$ac_objext conftest
$ac_exeext
22725 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22726 (eval $ac_link) 2>conftest.er1
22728 grep -v '^ *+' conftest.er1
>conftest.err
22730 cat conftest.err
>&5
22731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22732 (exit $ac_status); } &&
22733 { ac_try
='test -z "$ac_c_werror_flag"
22734 || test ! -s conftest.err'
22735 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22736 (eval $ac_try) 2>&5
22738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22739 (exit $ac_status); }; } &&
22740 { ac_try
='test -s conftest$ac_exeext'
22741 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22742 (eval $ac_try) 2>&5
22744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22745 (exit $ac_status); }; }; then
22746 ac_cv_lib_m_finite
=yes
22748 echo "$as_me: failed program was:" >&5
22749 sed 's/^/| /' conftest.
$ac_ext >&5
22751 ac_cv_lib_m_finite
=no
22753 rm -f conftest.err conftest.
$ac_objext \
22754 conftest
$ac_exeext conftest.
$ac_ext
22755 LIBS
=$ac_check_lib_save_LIBS
22757 echo "$as_me:$LINENO: result: $ac_cv_lib_m_finite" >&5
22758 echo "${ECHO_T}$ac_cv_lib_m_finite" >&6
22759 if test $ac_cv_lib_m_finite = yes; then
22761 cat >>confdefs.h
<<\_ACEOF
22762 #define HAVE_FINITE 1
22768 # Check for GNU libc feenableexcept
22769 echo "$as_me:$LINENO: checking for feenableexcept in -lm" >&5
22770 echo $ECHO_N "checking for feenableexcept in -lm... $ECHO_C" >&6
22771 if test "${ac_cv_lib_m_feenableexcept+set}" = set; then
22772 echo $ECHO_N "(cached) $ECHO_C" >&6
22774 ac_check_lib_save_LIBS
=$LIBS
22776 if test x
$gcc_no_link = xyes
; then
22777 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
22778 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
22779 { (exit 1); exit 1; }; }
22781 cat >conftest.
$ac_ext <<_ACEOF
22784 cat confdefs.h
>>conftest.
$ac_ext
22785 cat >>conftest.
$ac_ext <<_ACEOF
22786 /* end confdefs.h. */
22788 /* Override any gcc2 internal prototype to avoid an error. */
22792 /* We use char because int might match the return type of a gcc2
22793 builtin and then its argument prototype would still apply. */
22794 char feenableexcept ();
22803 rm -f conftest.
$ac_objext conftest
$ac_exeext
22804 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22805 (eval $ac_link) 2>conftest.er1
22807 grep -v '^ *+' conftest.er1
>conftest.err
22809 cat conftest.err
>&5
22810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22811 (exit $ac_status); } &&
22812 { ac_try
='test -z "$ac_c_werror_flag"
22813 || test ! -s conftest.err'
22814 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22815 (eval $ac_try) 2>&5
22817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22818 (exit $ac_status); }; } &&
22819 { ac_try
='test -s conftest$ac_exeext'
22820 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22821 (eval $ac_try) 2>&5
22823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22824 (exit $ac_status); }; }; then
22825 ac_cv_lib_m_feenableexcept
=yes
22827 echo "$as_me: failed program was:" >&5
22828 sed 's/^/| /' conftest.
$ac_ext >&5
22830 ac_cv_lib_m_feenableexcept
=no
22832 rm -f conftest.err conftest.
$ac_objext \
22833 conftest
$ac_exeext conftest.
$ac_ext
22834 LIBS
=$ac_check_lib_save_LIBS
22836 echo "$as_me:$LINENO: result: $ac_cv_lib_m_feenableexcept" >&5
22837 echo "${ECHO_T}$ac_cv_lib_m_feenableexcept" >&6
22838 if test $ac_cv_lib_m_feenableexcept = yes; then
22839 have_feenableexcept
=yes
22840 cat >>confdefs.h
<<\_ACEOF
22841 #define HAVE_FEENABLEEXCEPT 1
22847 # Check for SysV fpsetmask
22849 echo "$as_me:$LINENO: checking whether fpsetmask is present" >&5
22850 echo $ECHO_N "checking whether fpsetmask is present... $ECHO_C" >&6
22851 if test "${have_fpsetmask+set}" = set; then
22852 echo $ECHO_N "(cached) $ECHO_C" >&6
22855 if test x
$gcc_no_link = xyes
; then
22856 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
22857 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
22858 { (exit 1); exit 1; }; }
22860 cat >conftest.
$ac_ext <<_ACEOF
22863 cat confdefs.h
>>conftest.
$ac_ext
22864 cat >>conftest.
$ac_ext <<_ACEOF
22865 /* end confdefs.h. */
22867 #if HAVE_FLOATINGPOINT_H
22868 # include <floatingpoint.h>
22869 #endif /* HAVE_FLOATINGPOINT_H */
22871 # include <ieeefp.h>
22872 #endif /* HAVE_IEEEFP_H */
22881 rm -f conftest.
$ac_objext conftest
$ac_exeext
22882 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22883 (eval $ac_link) 2>conftest.er1
22885 grep -v '^ *+' conftest.er1
>conftest.err
22887 cat conftest.err
>&5
22888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22889 (exit $ac_status); } &&
22890 { ac_try
='test -z "$ac_c_werror_flag"
22891 || test ! -s conftest.err'
22892 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22893 (eval $ac_try) 2>&5
22895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22896 (exit $ac_status); }; } &&
22897 { ac_try
='test -s conftest$ac_exeext'
22898 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22899 (eval $ac_try) 2>&5
22901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22902 (exit $ac_status); }; }; then
22903 eval "have_fpsetmask=yes"
22905 echo "$as_me: failed program was:" >&5
22906 sed 's/^/| /' conftest.
$ac_ext >&5
22908 eval "have_fpsetmask=no"
22910 rm -f conftest.err conftest.
$ac_objext \
22911 conftest
$ac_exeext conftest.
$ac_ext
22914 echo "$as_me:$LINENO: result: $have_fpsetmask" >&5
22915 echo "${ECHO_T}$have_fpsetmask" >&6
22916 if test x
"$have_fpsetmask" = xyes
; then
22918 cat >>confdefs.h
<<\_ACEOF
22919 #define HAVE_FPSETMASK 1
22925 # Check for AIX fp_trap and fp_enable
22926 echo "$as_me:$LINENO: checking for fp_trap" >&5
22927 echo $ECHO_N "checking for fp_trap... $ECHO_C" >&6
22928 if test "${ac_cv_func_fp_trap+set}" = set; then
22929 echo $ECHO_N "(cached) $ECHO_C" >&6
22931 if test x
$gcc_no_link = xyes
; then
22932 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
22933 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
22934 { (exit 1); exit 1; }; }
22936 cat >conftest.
$ac_ext <<_ACEOF
22939 cat confdefs.h
>>conftest.
$ac_ext
22940 cat >>conftest.
$ac_ext <<_ACEOF
22941 /* end confdefs.h. */
22942 /* Define fp_trap to an innocuous variant, in case <limits.h> declares fp_trap.
22943 For example, HP-UX 11i <limits.h> declares gettimeofday. */
22944 #define fp_trap innocuous_fp_trap
22946 /* System header to define __stub macros and hopefully few prototypes,
22947 which can conflict with char fp_trap (); below.
22948 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
22949 <limits.h> exists even on freestanding compilers. */
22952 # include <limits.h>
22954 # include <assert.h>
22959 /* Override any gcc2 internal prototype to avoid an error. */
22964 /* We use char because int might match the return type of a gcc2
22965 builtin and then its argument prototype would still apply. */
22967 /* The GNU C library defines this for functions which it implements
22968 to always fail with ENOSYS. Some functions are actually named
22969 something starting with __ and the normal name is an alias. */
22970 #if defined (__stub_fp_trap) || defined (__stub___fp_trap)
22973 char (*f) () = fp_trap;
22982 return f != fp_trap;
22987 rm -f conftest.
$ac_objext conftest
$ac_exeext
22988 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22989 (eval $ac_link) 2>conftest.er1
22991 grep -v '^ *+' conftest.er1
>conftest.err
22993 cat conftest.err
>&5
22994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22995 (exit $ac_status); } &&
22996 { ac_try
='test -z "$ac_c_werror_flag"
22997 || test ! -s conftest.err'
22998 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22999 (eval $ac_try) 2>&5
23001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23002 (exit $ac_status); }; } &&
23003 { ac_try
='test -s conftest$ac_exeext'
23004 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23005 (eval $ac_try) 2>&5
23007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23008 (exit $ac_status); }; }; then
23009 ac_cv_func_fp_trap
=yes
23011 echo "$as_me: failed program was:" >&5
23012 sed 's/^/| /' conftest.
$ac_ext >&5
23014 ac_cv_func_fp_trap
=no
23016 rm -f conftest.err conftest.
$ac_objext \
23017 conftest
$ac_exeext conftest.
$ac_ext
23019 echo "$as_me:$LINENO: result: $ac_cv_func_fp_trap" >&5
23020 echo "${ECHO_T}$ac_cv_func_fp_trap" >&6
23021 if test $ac_cv_func_fp_trap = yes; then
23023 cat >>confdefs.h
<<\_ACEOF
23024 #define HAVE_FP_TRAP 1
23029 echo "$as_me:$LINENO: checking for fp_enable" >&5
23030 echo $ECHO_N "checking for fp_enable... $ECHO_C" >&6
23031 if test "${ac_cv_func_fp_enable+set}" = set; then
23032 echo $ECHO_N "(cached) $ECHO_C" >&6
23034 if test x
$gcc_no_link = xyes
; then
23035 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
23036 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
23037 { (exit 1); exit 1; }; }
23039 cat >conftest.
$ac_ext <<_ACEOF
23042 cat confdefs.h
>>conftest.
$ac_ext
23043 cat >>conftest.
$ac_ext <<_ACEOF
23044 /* end confdefs.h. */
23045 /* Define fp_enable to an innocuous variant, in case <limits.h> declares fp_enable.
23046 For example, HP-UX 11i <limits.h> declares gettimeofday. */
23047 #define fp_enable innocuous_fp_enable
23049 /* System header to define __stub macros and hopefully few prototypes,
23050 which can conflict with char fp_enable (); below.
23051 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23052 <limits.h> exists even on freestanding compilers. */
23055 # include <limits.h>
23057 # include <assert.h>
23062 /* Override any gcc2 internal prototype to avoid an error. */
23067 /* We use char because int might match the return type of a gcc2
23068 builtin and then its argument prototype would still apply. */
23070 /* The GNU C library defines this for functions which it implements
23071 to always fail with ENOSYS. Some functions are actually named
23072 something starting with __ and the normal name is an alias. */
23073 #if defined (__stub_fp_enable) || defined (__stub___fp_enable)
23076 char (*f) () = fp_enable;
23085 return f != fp_enable;
23090 rm -f conftest.
$ac_objext conftest
$ac_exeext
23091 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23092 (eval $ac_link) 2>conftest.er1
23094 grep -v '^ *+' conftest.er1
>conftest.err
23096 cat conftest.err
>&5
23097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23098 (exit $ac_status); } &&
23099 { ac_try
='test -z "$ac_c_werror_flag"
23100 || test ! -s conftest.err'
23101 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23102 (eval $ac_try) 2>&5
23104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23105 (exit $ac_status); }; } &&
23106 { ac_try
='test -s conftest$ac_exeext'
23107 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23108 (eval $ac_try) 2>&5
23110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23111 (exit $ac_status); }; }; then
23112 ac_cv_func_fp_enable
=yes
23114 echo "$as_me: failed program was:" >&5
23115 sed 's/^/| /' conftest.
$ac_ext >&5
23117 ac_cv_func_fp_enable
=no
23119 rm -f conftest.err conftest.
$ac_objext \
23120 conftest
$ac_exeext conftest.
$ac_ext
23122 echo "$as_me:$LINENO: result: $ac_cv_func_fp_enable" >&5
23123 echo "${ECHO_T}$ac_cv_func_fp_enable" >&6
23124 if test $ac_cv_func_fp_enable = yes; then
23126 cat >>confdefs.h
<<\_ACEOF
23127 #define HAVE_FP_ENABLE 1
23133 # Runs configure.host to set up necessary host-dependent shell variables.
23134 # We then display a message about it, and propagate them through the
23136 .
${srcdir}/configure.
host
23137 { echo "$as_me:$LINENO: FPU dependent file will be ${fpu_host}.h" >&5
23138 echo "$as_me: FPU dependent file will be ${fpu_host}.h" >&6;}
23139 FPU_HOST_HEADER
=config
/${fpu_host}.h
23142 # The standard autoconf HAVE_STRUCT_TIMEZONE doesn't actually check
23143 # for struct timezone, as you might think. We also need to check how
23144 # to call gettimeofday if we have it.
23145 echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
23146 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
23147 if test "${ac_cv_header_time+set}" = set; then
23148 echo $ECHO_N "(cached) $ECHO_C" >&6
23150 cat >conftest.
$ac_ext <<_ACEOF
23153 cat confdefs.h
>>conftest.
$ac_ext
23154 cat >>conftest.
$ac_ext <<_ACEOF
23155 /* end confdefs.h. */
23156 #include <sys/types.h>
23157 #include <sys/time.h>
23163 if ((struct tm *) 0)
23169 rm -f conftest.
$ac_objext
23170 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23171 (eval $ac_compile) 2>conftest.er1
23173 grep -v '^ *+' conftest.er1
>conftest.err
23175 cat conftest.err
>&5
23176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23177 (exit $ac_status); } &&
23178 { ac_try
='test -z "$ac_c_werror_flag"
23179 || test ! -s conftest.err'
23180 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23181 (eval $ac_try) 2>&5
23183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23184 (exit $ac_status); }; } &&
23185 { ac_try
='test -s conftest.$ac_objext'
23186 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23187 (eval $ac_try) 2>&5
23189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23190 (exit $ac_status); }; }; then
23191 ac_cv_header_time
=yes
23193 echo "$as_me: failed program was:" >&5
23194 sed 's/^/| /' conftest.
$ac_ext >&5
23196 ac_cv_header_time
=no
23198 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23200 echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
23201 echo "${ECHO_T}$ac_cv_header_time" >&6
23202 if test $ac_cv_header_time = yes; then
23204 cat >>confdefs.h
<<\_ACEOF
23205 #define TIME_WITH_SYS_TIME 1
23212 for ac_func
in gettimeofday
23214 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
23215 echo "$as_me:$LINENO: checking for $ac_func" >&5
23216 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
23217 if eval "test \"\${$as_ac_var+set}\" = set"; then
23218 echo $ECHO_N "(cached) $ECHO_C" >&6
23220 if test x
$gcc_no_link = xyes
; then
23221 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
23222 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
23223 { (exit 1); exit 1; }; }
23225 cat >conftest.
$ac_ext <<_ACEOF
23228 cat confdefs.h
>>conftest.
$ac_ext
23229 cat >>conftest.
$ac_ext <<_ACEOF
23230 /* end confdefs.h. */
23231 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
23232 For example, HP-UX 11i <limits.h> declares gettimeofday. */
23233 #define $ac_func innocuous_$ac_func
23235 /* System header to define __stub macros and hopefully few prototypes,
23236 which can conflict with char $ac_func (); below.
23237 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23238 <limits.h> exists even on freestanding compilers. */
23241 # include <limits.h>
23243 # include <assert.h>
23248 /* Override any gcc2 internal prototype to avoid an error. */
23253 /* We use char because int might match the return type of a gcc2
23254 builtin and then its argument prototype would still apply. */
23256 /* The GNU C library defines this for functions which it implements
23257 to always fail with ENOSYS. Some functions are actually named
23258 something starting with __ and the normal name is an alias. */
23259 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
23262 char (*f) () = $ac_func;
23271 return f != $ac_func;
23276 rm -f conftest.
$ac_objext conftest
$ac_exeext
23277 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23278 (eval $ac_link) 2>conftest.er1
23280 grep -v '^ *+' conftest.er1
>conftest.err
23282 cat conftest.err
>&5
23283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23284 (exit $ac_status); } &&
23285 { ac_try
='test -z "$ac_c_werror_flag"
23286 || test ! -s conftest.err'
23287 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23288 (eval $ac_try) 2>&5
23290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23291 (exit $ac_status); }; } &&
23292 { ac_try
='test -s conftest$ac_exeext'
23293 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23294 (eval $ac_try) 2>&5
23296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23297 (exit $ac_status); }; }; then
23298 eval "$as_ac_var=yes"
23300 echo "$as_me: failed program was:" >&5
23301 sed 's/^/| /' conftest.
$ac_ext >&5
23303 eval "$as_ac_var=no"
23305 rm -f conftest.err conftest.
$ac_objext \
23306 conftest
$ac_exeext conftest.
$ac_ext
23308 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
23309 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
23310 if test `eval echo '${'$as_ac_var'}'` = yes; then
23311 cat >>confdefs.h
<<_ACEOF
23312 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
23318 if test "$ac_cv_func_gettimeofday" = yes; then
23319 echo "$as_me:$LINENO: checking for struct timezone" >&5
23320 echo $ECHO_N "checking for struct timezone... $ECHO_C" >&6
23321 if test "${gfor_cv_struct_timezone+set}" = set; then
23322 echo $ECHO_N "(cached) $ECHO_C" >&6
23324 cat >conftest.
$ac_ext <<_ACEOF
23327 cat confdefs.h
>>conftest.
$ac_ext
23328 cat >>conftest.
$ac_ext <<_ACEOF
23329 /* end confdefs.h. */
23330 #include <sys/time.h>
23334 struct timezone tz;
23339 rm -f conftest.
$ac_objext
23340 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23341 (eval $ac_compile) 2>conftest.er1
23343 grep -v '^ *+' conftest.er1
>conftest.err
23345 cat conftest.err
>&5
23346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23347 (exit $ac_status); } &&
23348 { ac_try
='test -z "$ac_c_werror_flag"
23349 || test ! -s conftest.err'
23350 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23351 (eval $ac_try) 2>&5
23353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23354 (exit $ac_status); }; } &&
23355 { ac_try
='test -s conftest.$ac_objext'
23356 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23357 (eval $ac_try) 2>&5
23359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23360 (exit $ac_status); }; }; then
23361 gfor_cv_struct_timezone
=yes
23363 echo "$as_me: failed program was:" >&5
23364 sed 's/^/| /' conftest.
$ac_ext >&5
23366 gfor_cv_struct_timezone
=no
23368 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23370 echo "$as_me:$LINENO: result: $gfor_cv_struct_timezone" >&5
23371 echo "${ECHO_T}$gfor_cv_struct_timezone" >&6
23372 if test $gfor_cv_struct_timezone = yes; then
23373 if test "$cross_compiling" = yes; then
23374 gfor_have_struct_timezone
=yes
23376 cat >conftest.
$ac_ext <<_ACEOF
23379 cat confdefs.h
>>conftest.
$ac_ext
23380 cat >>conftest.
$ac_ext <<_ACEOF
23381 /* end confdefs.h. */
23383 #ifdef TIME_WITH_SYS_TIME
23384 #include <sys/time.h>
23387 #ifdef HAVE_SYS_TIME_H
23388 #include <sys/time.h>
23395 struct timeval time;
23396 struct timezone dummy;
23397 if (gettimeofday (&time, &dummy))
23403 rm -f conftest
$ac_exeext
23404 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23405 (eval $ac_link) 2>&5
23407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23408 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
23409 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23410 (eval $ac_try) 2>&5
23412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23413 (exit $ac_status); }; }; then
23414 gfor_have_struct_timezone
=yes
23416 echo "$as_me: program exited with status $ac_status" >&5
23417 echo "$as_me: failed program was:" >&5
23418 sed 's/^/| /' conftest.
$ac_ext >&5
23420 ( exit $ac_status )
23421 gfor_have_struct_timezone
=no
23423 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
23425 if test $gfor_have_struct_timezone = yes; then
23427 cat >>confdefs.h
<<\_ACEOF
23428 #define HAVE_TIMEZONE 1
23434 echo "$as_me:$LINENO: checking whether gettimeofday can accept two arguments" >&5
23435 echo $ECHO_N "checking whether gettimeofday can accept two arguments... $ECHO_C" >&6
23436 if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then
23437 echo $ECHO_N "(cached) $ECHO_C" >&6
23439 if test x
$gcc_no_link = xyes
; then
23440 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
23441 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
23442 { (exit 1); exit 1; }; }
23444 cat >conftest.
$ac_ext <<_ACEOF
23447 cat confdefs.h
>>conftest.
$ac_ext
23448 cat >>conftest.
$ac_ext <<_ACEOF
23449 /* end confdefs.h. */
23451 #ifdef TIME_WITH_SYS_TIME
23452 #include <sys/time.h>
23455 #ifdef HAVE_SYS_TIME_H
23456 #include <sys/time.h>
23466 struct timeval time;
23467 #ifdef HAVE_TIMEZONE
23468 struct timezone dummy;
23469 #define DUMMY &dummy
23473 gettimeofday (&time, DUMMY);
23478 rm -f conftest.
$ac_objext conftest
$ac_exeext
23479 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23480 (eval $ac_link) 2>conftest.er1
23482 grep -v '^ *+' conftest.er1
>conftest.err
23484 cat conftest.err
>&5
23485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23486 (exit $ac_status); } &&
23487 { ac_try
='test -z "$ac_c_werror_flag"
23488 || test ! -s conftest.err'
23489 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23490 (eval $ac_try) 2>&5
23492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23493 (exit $ac_status); }; } &&
23494 { ac_try
='test -s conftest$ac_exeext'
23495 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23496 (eval $ac_try) 2>&5
23498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23499 (exit $ac_status); }; }; then
23500 emacs_cv_gettimeofday_two_arguments
=yes
23502 echo "$as_me: failed program was:" >&5
23503 sed 's/^/| /' conftest.
$ac_ext >&5
23505 emacs_cv_gettimeofday_two_arguments
=no
23507 rm -f conftest.err conftest.
$ac_objext \
23508 conftest
$ac_exeext conftest.
$ac_ext
23510 echo "$as_me:$LINENO: result: $emacs_cv_gettimeofday_two_arguments" >&5
23511 echo "${ECHO_T}$emacs_cv_gettimeofday_two_arguments" >&6
23512 if test $emacs_cv_gettimeofday_two_arguments = no
; then
23514 cat >>confdefs.h
<<\_ACEOF
23515 #define GETTIMEOFDAY_ONE_ARGUMENT 1
23521 # Attempt to assert that the target is of common type in case we don't
23522 # have C99 integer types at all.
23524 echo "$as_me:$LINENO: checking whether the target is ILP32" >&5
23525 echo $ECHO_N "checking whether the target is ILP32... $ECHO_C" >&6
23526 if test "${target_ilp32+set}" = set; then
23527 echo $ECHO_N "(cached) $ECHO_C" >&6
23530 save_CFLAGS
="$CFLAGS"
23532 if test x
$gcc_no_link = xyes
; then
23533 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
23534 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
23535 { (exit 1); exit 1; }; }
23537 cat >conftest.
$ac_ext <<_ACEOF
23540 cat confdefs.h
>>conftest.
$ac_ext
23541 cat >>conftest.
$ac_ext <<_ACEOF
23542 /* end confdefs.h. */
23548 if (sizeof(int) == 4 && sizeof(long) == 4 && sizeof(void *) == 4)
23551 undefined_function ();
23557 rm -f conftest.
$ac_objext conftest
$ac_exeext
23558 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23559 (eval $ac_link) 2>conftest.er1
23561 grep -v '^ *+' conftest.er1
>conftest.err
23563 cat conftest.err
>&5
23564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23565 (exit $ac_status); } &&
23566 { ac_try
='test -z "$ac_c_werror_flag"
23567 || test ! -s conftest.err'
23568 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23569 (eval $ac_try) 2>&5
23571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23572 (exit $ac_status); }; } &&
23573 { ac_try
='test -s conftest$ac_exeext'
23574 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23575 (eval $ac_try) 2>&5
23577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23578 (exit $ac_status); }; }; then
23581 echo "$as_me: failed program was:" >&5
23582 sed 's/^/| /' conftest.
$ac_ext >&5
23586 rm -f conftest.err conftest.
$ac_objext \
23587 conftest
$ac_exeext conftest.
$ac_ext
23588 CFLAGS
="$save_CFLAGS"
23590 echo "$as_me:$LINENO: result: $target_ilp32" >&5
23591 echo "${ECHO_T}$target_ilp32" >&6
23592 if test $target_ilp32 = yes; then
23594 cat >>confdefs.h
<<\_ACEOF
23595 #define TARGET_ILP32 1
23601 # Check out attribute support.
23603 echo "$as_me:$LINENO: checking whether the target supports hidden visibility" >&5
23604 echo $ECHO_N "checking whether the target supports hidden visibility... $ECHO_C" >&6
23605 if test "${have_attribute_visibility+set}" = set; then
23606 echo $ECHO_N "(cached) $ECHO_C" >&6
23609 save_CFLAGS
="$CFLAGS"
23610 CFLAGS
="$CFLAGS -Werror"
23611 cat >conftest.
$ac_ext <<_ACEOF
23614 cat confdefs.h
>>conftest.
$ac_ext
23615 cat >>conftest.
$ac_ext <<_ACEOF
23616 /* end confdefs.h. */
23617 void __attribute__((visibility("hidden"))) foo(void) { }
23626 rm -f conftest.
$ac_objext
23627 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23628 (eval $ac_compile) 2>conftest.er1
23630 grep -v '^ *+' conftest.er1
>conftest.err
23632 cat conftest.err
>&5
23633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23634 (exit $ac_status); } &&
23635 { ac_try
='test -z "$ac_c_werror_flag"
23636 || test ! -s conftest.err'
23637 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23638 (eval $ac_try) 2>&5
23640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23641 (exit $ac_status); }; } &&
23642 { ac_try
='test -s conftest.$ac_objext'
23643 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23644 (eval $ac_try) 2>&5
23646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23647 (exit $ac_status); }; }; then
23648 have_attribute_visibility
=yes
23650 echo "$as_me: failed program was:" >&5
23651 sed 's/^/| /' conftest.
$ac_ext >&5
23653 have_attribute_visibility
=no
23655 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23656 CFLAGS
="$save_CFLAGS"
23658 echo "$as_me:$LINENO: result: $have_attribute_visibility" >&5
23659 echo "${ECHO_T}$have_attribute_visibility" >&6
23660 if test $have_attribute_visibility = yes; then
23662 cat >>confdefs.h
<<\_ACEOF
23663 #define HAVE_ATTRIBUTE_VISIBILITY 1
23668 echo "$as_me:$LINENO: checking whether the target supports dllexport" >&5
23669 echo $ECHO_N "checking whether the target supports dllexport... $ECHO_C" >&6
23670 if test "${have_attribute_dllexport+set}" = set; then
23671 echo $ECHO_N "(cached) $ECHO_C" >&6
23674 save_CFLAGS
="$CFLAGS"
23675 CFLAGS
="$CFLAGS -Werror"
23676 cat >conftest.
$ac_ext <<_ACEOF
23679 cat confdefs.h
>>conftest.
$ac_ext
23680 cat >>conftest.
$ac_ext <<_ACEOF
23681 /* end confdefs.h. */
23682 void __attribute__((dllexport)) foo(void) { }
23691 rm -f conftest.
$ac_objext
23692 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23693 (eval $ac_compile) 2>conftest.er1
23695 grep -v '^ *+' conftest.er1
>conftest.err
23697 cat conftest.err
>&5
23698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23699 (exit $ac_status); } &&
23700 { ac_try
='test -z "$ac_c_werror_flag"
23701 || test ! -s conftest.err'
23702 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23703 (eval $ac_try) 2>&5
23705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23706 (exit $ac_status); }; } &&
23707 { ac_try
='test -s conftest.$ac_objext'
23708 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23709 (eval $ac_try) 2>&5
23711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23712 (exit $ac_status); }; }; then
23713 have_attribute_dllexport
=yes
23715 echo "$as_me: failed program was:" >&5
23716 sed 's/^/| /' conftest.
$ac_ext >&5
23718 have_attribute_dllexport
=no
23720 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23721 CFLAGS
="$save_CFLAGS"
23723 echo "$as_me:$LINENO: result: $have_attribute_dllexport" >&5
23724 echo "${ECHO_T}$have_attribute_dllexport" >&6
23725 if test $have_attribute_dllexport = yes; then
23727 cat >>confdefs.h
<<\_ACEOF
23728 #define HAVE_ATTRIBUTE_DLLEXPORT 1
23733 echo "$as_me:$LINENO: checking whether the target supports symbol aliases" >&5
23734 echo $ECHO_N "checking whether the target supports symbol aliases... $ECHO_C" >&6
23735 if test "${have_attribute_alias+set}" = set; then
23736 echo $ECHO_N "(cached) $ECHO_C" >&6
23739 if test x
$gcc_no_link = xyes
; then
23740 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
23741 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
23742 { (exit 1); exit 1; }; }
23744 cat >conftest.
$ac_ext <<_ACEOF
23747 cat confdefs.h
>>conftest.
$ac_ext
23748 cat >>conftest.
$ac_ext <<_ACEOF
23749 /* end confdefs.h. */
23752 extern void bar(void) __attribute__((alias("foo")));
23761 rm -f conftest.
$ac_objext conftest
$ac_exeext
23762 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23763 (eval $ac_link) 2>conftest.er1
23765 grep -v '^ *+' conftest.er1
>conftest.err
23767 cat conftest.err
>&5
23768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23769 (exit $ac_status); } &&
23770 { ac_try
='test -z "$ac_c_werror_flag"
23771 || test ! -s conftest.err'
23772 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23773 (eval $ac_try) 2>&5
23775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23776 (exit $ac_status); }; } &&
23777 { ac_try
='test -s conftest$ac_exeext'
23778 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23779 (eval $ac_try) 2>&5
23781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23782 (exit $ac_status); }; }; then
23783 have_attribute_alias
=yes
23785 echo "$as_me: failed program was:" >&5
23786 sed 's/^/| /' conftest.
$ac_ext >&5
23788 have_attribute_alias
=no
23790 rm -f conftest.err conftest.
$ac_objext \
23791 conftest
$ac_exeext conftest.
$ac_ext
23793 echo "$as_me:$LINENO: result: $have_attribute_alias" >&5
23794 echo "${ECHO_T}$have_attribute_alias" >&6
23795 if test $have_attribute_alias = yes; then
23797 cat >>confdefs.h
<<\_ACEOF
23798 #define HAVE_ATTRIBUTE_ALIAS 1
23803 # Check out sync builtins support.
23805 echo "$as_me:$LINENO: checking whether the target supports __sync_fetch_and_add" >&5
23806 echo $ECHO_N "checking whether the target supports __sync_fetch_and_add... $ECHO_C" >&6
23807 if test "${have_sync_fetch_and_add+set}" = set; then
23808 echo $ECHO_N "(cached) $ECHO_C" >&6
23811 if test x
$gcc_no_link = xyes
; then
23812 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
23813 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
23814 { (exit 1); exit 1; }; }
23816 cat >conftest.
$ac_ext <<_ACEOF
23819 cat confdefs.h
>>conftest.
$ac_ext
23820 cat >>conftest.
$ac_ext <<_ACEOF
23821 /* end confdefs.h. */
23827 if (foovar <= 0) return __sync_fetch_and_add (&foovar, 1);
23828 if (foovar > 10) return __sync_add_and_fetch (&foovar, -1);
23833 rm -f conftest.
$ac_objext conftest
$ac_exeext
23834 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23835 (eval $ac_link) 2>conftest.er1
23837 grep -v '^ *+' conftest.er1
>conftest.err
23839 cat conftest.err
>&5
23840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23841 (exit $ac_status); } &&
23842 { ac_try
='test -z "$ac_c_werror_flag"
23843 || test ! -s conftest.err'
23844 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23845 (eval $ac_try) 2>&5
23847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23848 (exit $ac_status); }; } &&
23849 { ac_try
='test -s conftest$ac_exeext'
23850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23851 (eval $ac_try) 2>&5
23853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23854 (exit $ac_status); }; }; then
23855 have_sync_fetch_and_add
=yes
23857 echo "$as_me: failed program was:" >&5
23858 sed 's/^/| /' conftest.
$ac_ext >&5
23860 have_sync_fetch_and_add
=no
23862 rm -f conftest.err conftest.
$ac_objext \
23863 conftest
$ac_exeext conftest.
$ac_ext
23865 echo "$as_me:$LINENO: result: $have_sync_fetch_and_add" >&5
23866 echo "${ECHO_T}$have_sync_fetch_and_add" >&6
23867 if test $have_sync_fetch_and_add = yes; then
23869 cat >>confdefs.h
<<\_ACEOF
23870 #define HAVE_SYNC_FETCH_AND_ADD 1
23875 # Check out thread support.
23877 echo "$as_me:$LINENO: checking configured target thread model" >&5
23878 echo $ECHO_N "checking configured target thread model... $ECHO_C" >&6
23879 if test "${target_thread_file+set}" = set; then
23880 echo $ECHO_N "(cached) $ECHO_C" >&6
23883 target_thread_file
=`$CC -v 2>&1 | sed -n 's/^Thread model: //p'`
23885 echo "$as_me:$LINENO: result: $target_thread_file" >&5
23886 echo "${ECHO_T}$target_thread_file" >&6
23888 if test $target_thread_file != single
; then
23890 cat >>confdefs.h
<<\_ACEOF
23891 #define HAVE_GTHR_DEFAULT 1
23896 # Check out #pragma weak.
23898 echo "$as_me:$LINENO: checking whether pragma weak works" >&5
23899 echo $ECHO_N "checking whether pragma weak works... $ECHO_C" >&6
23900 if test "${have_pragma_weak+set}" = set; then
23901 echo $ECHO_N "(cached) $ECHO_C" >&6
23904 gfor_save_CFLAGS
="$CFLAGS"
23905 CFLAGS
="$CFLAGS -Wunknown-pragmas"
23906 cat >conftest.
$ac_ext <<_ACEOF
23909 cat confdefs.h
>>conftest.
$ac_ext
23910 cat >>conftest.
$ac_ext <<_ACEOF
23911 /* end confdefs.h. */
23922 rm -f conftest.
$ac_objext
23923 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23924 (eval $ac_compile) 2>conftest.er1
23926 grep -v '^ *+' conftest.er1
>conftest.err
23928 cat conftest.err
>&5
23929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23930 (exit $ac_status); } &&
23931 { ac_try
='test -z "$ac_c_werror_flag"
23932 || test ! -s conftest.err'
23933 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23934 (eval $ac_try) 2>&5
23936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23937 (exit $ac_status); }; } &&
23938 { ac_try
='test -s conftest.$ac_objext'
23939 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23940 (eval $ac_try) 2>&5
23942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23943 (exit $ac_status); }; }; then
23944 have_pragma_weak
=yes
23946 echo "$as_me: failed program was:" >&5
23947 sed 's/^/| /' conftest.
$ac_ext >&5
23949 have_pragma_weak
=no
23951 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23953 echo "$as_me:$LINENO: result: $have_pragma_weak" >&5
23954 echo "${ECHO_T}$have_pragma_weak" >&6
23955 if test $have_pragma_weak = yes; then
23957 cat >>confdefs.h
<<\_ACEOF
23958 #define SUPPORTS_WEAK 1
23963 *-*-darwin* |
*-*-hpux* |
*-*-cygwin*)
23965 cat >>confdefs.h
<<\_ACEOF
23966 #define GTHREAD_USE_WEAK 0
23972 # Various other checks on target
23974 echo "$as_me:$LINENO: checking whether the target can unlink an open file" >&5
23975 echo $ECHO_N "checking whether the target can unlink an open file... $ECHO_C" >&6
23976 if test "${have_unlink_open_file+set}" = set; then
23977 echo $ECHO_N "(cached) $ECHO_C" >&6
23980 if test "$cross_compiling" = yes; then
23982 case "${target}" in
23983 *mingw
*) have_unlink_open_file
=no
;;
23984 *) have_unlink_open_file
=yes;;
23987 cat >conftest.
$ac_ext <<_ACEOF
23990 cat confdefs.h
>>conftest.
$ac_ext
23991 cat >>conftest.
$ac_ext <<_ACEOF
23992 /* end confdefs.h. */
23996 #include <unistd.h>
23997 #include <sys/stat.h>
24003 fd = open ("testfile", O_RDWR | O_CREAT, S_IWRITE | S_IREAD);
24006 if (unlink ("testfile") == -1)
24008 write (fd, "This is a test\n", 15);
24011 if (open ("testfile", O_RDONLY, S_IWRITE | S_IREAD) == -1 && errno == ENOENT)
24017 rm -f conftest
$ac_exeext
24018 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24019 (eval $ac_link) 2>&5
24021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24022 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
24023 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24024 (eval $ac_try) 2>&5
24026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24027 (exit $ac_status); }; }; then
24028 have_unlink_open_file
=yes
24030 echo "$as_me: program exited with status $ac_status" >&5
24031 echo "$as_me: failed program was:" >&5
24032 sed 's/^/| /' conftest.
$ac_ext >&5
24034 ( exit $ac_status )
24035 have_unlink_open_file
=no
24037 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
24040 echo "$as_me:$LINENO: result: $have_unlink_open_file" >&5
24041 echo "${ECHO_T}$have_unlink_open_file" >&6
24042 if test x
"$have_unlink_open_file" = xyes
; then
24044 cat >>confdefs.h
<<\_ACEOF
24045 #define HAVE_UNLINK_OPEN_FILE 1
24050 # Check whether line terminator is LF or CRLF
24052 echo "$as_me:$LINENO: checking whether the target has CRLF as line terminator" >&5
24053 echo $ECHO_N "checking whether the target has CRLF as line terminator... $ECHO_C" >&6
24054 if test "${have_crlf+set}" = set; then
24055 echo $ECHO_N "(cached) $ECHO_C" >&6
24058 if test "$cross_compiling" = yes; then
24060 case "${target}" in
24061 *mingw
*) have_crlf
=yes ;;
24065 cat >conftest.
$ac_ext <<_ACEOF
24068 cat confdefs.h
>>conftest.
$ac_ext
24069 cat >>conftest.
$ac_ext <<_ACEOF
24070 /* end confdefs.h. */
24072 /* This test program should exit with status 0 if system uses a CRLF as
24073 line terminator, and status 1 otherwise.
24074 Since it is used to check for mingw systems, and should return 0 in any
24075 other case, in case of a failure we will not use CRLF. */
24076 #include <sys/stat.h>
24077 #include <stdlib.h>
24089 fd = open ("foo", O_WRONLY | O_CREAT | O_TRUNC, S_IRWXU);
24092 if (write (fd, "\n", 1) < 0)
24097 if ((fd = open ("foo", O_RDONLY | O_BINARY, S_IRWXU)) < 0)
24099 bytes = read (fd, buff, 5);
24100 if (bytes == 2 && buff[0] == '\r' && buff[1] == '\n')
24107 rm -f conftest
$ac_exeext
24108 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24109 (eval $ac_link) 2>&5
24111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24112 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
24113 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24114 (eval $ac_try) 2>&5
24116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24117 (exit $ac_status); }; }; then
24120 echo "$as_me: program exited with status $ac_status" >&5
24121 echo "$as_me: failed program was:" >&5
24122 sed 's/^/| /' conftest.
$ac_ext >&5
24124 ( exit $ac_status )
24127 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
24130 echo "$as_me:$LINENO: result: $have_crlf" >&5
24131 echo "${ECHO_T}$have_crlf" >&6
24132 if test x
"$have_crlf" = xyes
; then
24134 cat >>confdefs.h
<<\_ACEOF
24135 #define HAVE_CRLF 1
24140 cat >confcache
<<\_ACEOF
24141 # This file is a shell script that caches the results of configure
24142 # tests run on this system so they can be shared between configure
24143 # scripts and configure runs, see configure's option --config-cache.
24144 # It is not useful on other systems. If it contains results you don't
24145 # want to keep, you may remove or edit it.
24147 # config.status only pays attention to the cache file if you give it
24148 # the --recheck option to rerun configure.
24150 # `ac_cv_env_foo' variables (set or unset) will be overridden when
24151 # loading this file, other *unset* `ac_cv_foo' will be assigned the
24152 # following values.
24156 # The following way of writing the cache mishandles newlines in values,
24157 # but we know of no workaround that is simple, portable, and efficient.
24158 # So, don't put newlines in cache variables' values.
24159 # Ultrix sh set writes to stderr and can't be redirected directly,
24160 # and sets the high bit in the cache file unless we assign to the vars.
24163 case `(ac_space=' '; set | grep ac_space) 2>&1` in
24165 # `set' does not quote correctly, so add quotes (double-quote
24166 # substitution turns \\\\ into \\, and sed turns \\ into \).
24169 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
24172 # `set' quotes correctly as required by POSIX, so do not add quotes.
24174 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
24181 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
24183 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
24185 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
24186 if test -w $cache_file; then
24187 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
24188 cat confcache
>$cache_file
24190 echo "not updating unwritable cache $cache_file"
24195 if test ${multilib} = yes; then
24196 multilib_arg
="--enable-multilib"
24201 # Write our Makefile.
24202 ac_config_files
="$ac_config_files Makefile"
24204 cat >confcache
<<\_ACEOF
24205 # This file is a shell script that caches the results of configure
24206 # tests run on this system so they can be shared between configure
24207 # scripts and configure runs, see configure's option --config-cache.
24208 # It is not useful on other systems. If it contains results you don't
24209 # want to keep, you may remove or edit it.
24211 # config.status only pays attention to the cache file if you give it
24212 # the --recheck option to rerun configure.
24214 # `ac_cv_env_foo' variables (set or unset) will be overridden when
24215 # loading this file, other *unset* `ac_cv_foo' will be assigned the
24216 # following values.
24220 # The following way of writing the cache mishandles newlines in values,
24221 # but we know of no workaround that is simple, portable, and efficient.
24222 # So, don't put newlines in cache variables' values.
24223 # Ultrix sh set writes to stderr and can't be redirected directly,
24224 # and sets the high bit in the cache file unless we assign to the vars.
24227 case `(ac_space=' '; set | grep ac_space) 2>&1` in
24229 # `set' does not quote correctly, so add quotes (double-quote
24230 # substitution turns \\\\ into \\, and sed turns \\ into \).
24233 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
24236 # `set' quotes correctly as required by POSIX, so do not add quotes.
24238 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
24245 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
24247 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
24249 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
24250 if test -w $cache_file; then
24251 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
24252 cat confcache
>$cache_file
24254 echo "not updating unwritable cache $cache_file"
24259 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
24260 # Let make expand exec_prefix.
24261 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
24263 # VPATH may cause trouble with some makes, so we remove $(srcdir),
24264 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
24265 # trailing colons and then remove the whole line if VPATH becomes empty
24266 # (actually we leave an empty line to preserve line numbers).
24267 if test "x$srcdir" = x.
; then
24268 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
24269 s/:*\$(srcdir):*/:/;
24270 s/:*\${srcdir}:*/:/;
24272 s/^\([^=]*=[ ]*\):*/\1/;
24278 DEFS
=-DHAVE_CONFIG_H
24282 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
24283 # 1. Remove the extension, and $U if already installed.
24284 ac_i
=`echo "$ac_i" |
24285 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
24287 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
24288 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
24290 LIBOBJS
=$ac_libobjs
24292 LTLIBOBJS
=$ac_ltlibobjs
24295 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
24296 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
24297 Usually this means the macro was only invoked conditionally." >&5
24298 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
24299 Usually this means the macro was only invoked conditionally." >&2;}
24300 { (exit 1); exit 1; }; }
24303 : ${CONFIG_STATUS=./config.status}
24304 ac_clean_files_save
=$ac_clean_files
24305 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
24306 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
24307 echo "$as_me: creating $CONFIG_STATUS" >&6;}
24308 cat >$CONFIG_STATUS <<_ACEOF
24310 # Generated by $as_me.
24311 # Run this file to recreate the current configuration.
24312 # Compiler output produced by configure, useful for debugging
24313 # configure, is in config.log if it exists.
24316 ac_cs_recheck=false
24318 SHELL=\${CONFIG_SHELL-$SHELL}
24321 cat >>$CONFIG_STATUS <<\_ACEOF
24322 ## --------------------- ##
24323 ## M4sh Initialization. ##
24324 ## --------------------- ##
24326 # Be Bourne compatible
24327 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
24330 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
24331 # is contrary to our usage. Disable this feature.
24332 alias -g '${1+"$@"}'='"$@"'
24333 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
24336 DUALCASE
=1; export DUALCASE
# for MKS sh
24338 # Support unset when possible.
24339 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
24346 # Work around bugs in pre-3.0 UWIN ksh.
24347 $as_unset ENV MAIL MAILPATH
24354 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
24355 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
24356 LC_TELEPHONE LC_TIME
24358 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
24359 eval $as_var=C
; export $as_var
24365 # Required to use basename.
24366 if expr a
: '\(a\)' >/dev
/null
2>&1; then
24372 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
24373 as_basename
=basename
24379 # Name of the executable.
24380 as_me
=`$as_basename "$0" ||
24381 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
24382 X"$0" : 'X\(//\)$' \| \
24383 X"$0" : 'X\(/\)$' \| \
24384 . : '\(.\)' 2>/dev/null ||
24386 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
24387 /^X\/\(\/\/\)$/{ s//\1/; q; }
24388 /^X\/\(\/\).*/{ s//\1/; q; }
24392 # PATH needs CR, and LINENO needs CR and PATH.
24393 # Avoid depending upon Character Ranges.
24394 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
24395 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
24396 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
24397 as_cr_digits
='0123456789'
24398 as_cr_alnum
=$as_cr_Letters$as_cr_digits
24400 # The user is always right.
24401 if test "${PATH_SEPARATOR+set}" != set; then
24402 echo "#! /bin/sh" >conf$$.sh
24403 echo "exit 0" >>conf$$.sh
24405 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
24414 as_lineno_1
=$LINENO
24415 as_lineno_2
=$LINENO
24416 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
24417 test "x$as_lineno_1" != "x$as_lineno_2" &&
24418 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
24419 # Find who we are. Look in the path if we contain no path at all
24422 *[\\/]* ) as_myself
=$0 ;;
24423 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
24424 for as_dir
in $PATH
24427 test -z "$as_dir" && as_dir
=.
24428 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
24433 # We did not find ourselves, most probably we were run as `sh COMMAND'
24434 # in which case we are not to be found in the path.
24435 if test "x$as_myself" = x
; then
24438 if test ! -f "$as_myself"; then
24439 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
24440 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
24441 { (exit 1); exit 1; }; }
24443 case $CONFIG_SHELL in
24445 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
24446 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
24449 test -z "$as_dir" && as_dir
=.
24450 for as_base
in sh bash ksh sh5
; do
24453 if ("$as_dir/$as_base" -c '
24454 as_lineno_1=$LINENO
24455 as_lineno_2=$LINENO
24456 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
24457 test "x$as_lineno_1" != "x$as_lineno_2" &&
24458 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
24459 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
24460 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
24461 CONFIG_SHELL
=$as_dir/$as_base
24462 export CONFIG_SHELL
24463 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
24471 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
24472 # uniformly replaced by the line number. The first 'sed' inserts a
24473 # line-number line before each line; the second 'sed' does the real
24474 # work. The second script uses 'N' to pair each line-number line
24475 # with the numbered line, and appends trailing '-' during
24476 # substitution so that $LINENO is not a special case at line end.
24477 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
24478 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
24479 sed '=' <$as_myself |
24484 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
24487 s,^['$as_cr_digits']*\n,,
24488 ' >$as_me.lineno
&&
24489 chmod +x
$as_me.lineno ||
24490 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
24491 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
24492 { (exit 1); exit 1; }; }
24494 # Don't try to exec as it changes $[0], causing all sort of problems
24495 # (the dirname of $[0] is not the place where we might find the
24496 # original and so on. Autoconf is especially sensible to this).
24498 # Exit status is that of the last command.
24503 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
24504 *c
*,-n*) ECHO_N
= ECHO_C
='
24506 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
24507 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
24510 if expr a
: '\(a\)' >/dev
/null
2>&1; then
24516 rm -f conf$$ conf$$.exe conf$$.
file
24518 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
24519 # We could just check for DJGPP; but this test a) works b) is more generic
24520 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
24521 if test -f conf$$.exe
; then
24522 # Don't use ln at all; we don't have any links
24527 elif ln conf$$.
file conf$$
2>/dev
/null
; then
24532 rm -f conf$$ conf$$.exe conf$$.
file
24534 if mkdir
-p .
2>/dev
/null
; then
24537 test -d .
/-p && rmdir .
/-p
24541 as_executable_p
="test -f"
24543 # Sed expression to map a string onto a valid CPP name.
24544 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
24546 # Sed expression to map a string onto a valid variable name.
24547 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
24551 # We need space, tab and new line, in precisely that order.
24561 # Open the log real soon, to keep \$[0] and so on meaningful, and to
24562 # report actual input values of CONFIG_FILES etc. instead of their
24563 # values after options handling. Logging --version etc. is OK.
24567 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
24568 ## Running $as_me. ##
24573 This file was extended by GNU Fortran Runtime Library $as_me 0.2, which was
24574 generated by GNU Autoconf 2.59. Invocation command line was
24576 CONFIG_FILES = $CONFIG_FILES
24577 CONFIG_HEADERS = $CONFIG_HEADERS
24578 CONFIG_LINKS = $CONFIG_LINKS
24579 CONFIG_COMMANDS = $CONFIG_COMMANDS
24583 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
24587 # Files that config.status was made for.
24588 if test -n "$ac_config_files"; then
24589 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
24592 if test -n "$ac_config_headers"; then
24593 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
24596 if test -n "$ac_config_links"; then
24597 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
24600 if test -n "$ac_config_commands"; then
24601 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
24604 cat >>$CONFIG_STATUS <<\_ACEOF
24607 \`$as_me' instantiates files from templates according to the
24608 current configuration.
24610 Usage: $0 [OPTIONS] [FILE]...
24612 -h, --help print this help, then exit
24613 -V, --version print version number, then exit
24614 -q, --quiet do not print progress messages
24615 -d, --debug don't remove temporary files
24616 --recheck update $as_me by reconfiguring in the same conditions
24617 --file=FILE[:TEMPLATE]
24618 instantiate the configuration file FILE
24619 --header=FILE[:TEMPLATE]
24620 instantiate the configuration header FILE
24622 Configuration files:
24625 Configuration headers:
24628 Configuration commands:
24631 Report bugs to <bug-autoconf@gnu.org>."
24634 cat >>$CONFIG_STATUS <<_ACEOF
24636 GNU Fortran Runtime Library config.status 0.2
24637 configured by $0, generated by GNU Autoconf 2.59,
24638 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
24640 Copyright (C) 2003 Free Software Foundation, Inc.
24641 This config.status script is free software; the Free Software Foundation
24642 gives unlimited permission to copy, distribute and modify it."
24647 cat >>$CONFIG_STATUS <<\_ACEOF
24648 # If no file are specified by the user, then we need to provide default
24649 # value. By we need to know if files were specified by the user.
24655 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
24656 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
24664 *) # This is not an option, so the user has probably given explicit
24667 ac_need_defaults
=false
;;
24671 # Handling of the options.
24673 cat >>$CONFIG_STATUS <<\_ACEOF
24674 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
24676 --version |
--vers* |
-V )
24677 echo "$ac_cs_version"; exit 0 ;;
24679 # Conflict between --help and --header
24680 { { echo "$as_me:$LINENO: error: ambiguous option: $1
24681 Try \`$0 --help' for more information." >&5
24682 echo "$as_me: error: ambiguous option: $1
24683 Try \`$0 --help' for more information." >&2;}
24684 { (exit 1); exit 1; }; };;
24685 --help |
--hel |
-h )
24686 echo "$ac_cs_usage"; exit 0 ;;
24687 --debug |
--d* |
-d )
24689 --file |
--fil |
--fi |
--f )
24691 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
24692 ac_need_defaults
=false
;;
24693 --header |
--heade |
--head |
--hea )
24695 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
24696 ac_need_defaults
=false
;;
24697 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
24698 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
24701 # This is an error.
24702 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
24703 Try \`$0 --help' for more information." >&5
24704 echo "$as_me: error: unrecognized option: $1
24705 Try \`$0 --help' for more information." >&2;}
24706 { (exit 1); exit 1; }; } ;;
24708 *) ac_config_targets
="$ac_config_targets $1" ;;
24714 ac_configure_extra_args
=
24716 if $ac_cs_silent; then
24718 ac_configure_extra_args
="$ac_configure_extra_args --silent"
24722 cat >>$CONFIG_STATUS <<_ACEOF
24723 if \$ac_cs_recheck; then
24724 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
24725 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
24730 cat >>$CONFIG_STATUS <<_ACEOF
24732 # INIT-COMMANDS section.
24739 with_multisubdir="$with_multisubdir"
24740 with_multisrctop="$with_multisrctop"
24741 with_target_subdir="$with_target_subdir"
24742 ac_configure_args="${multilib_arg} ${ac_configure_args}"
24743 multi_basedir="$multi_basedir"
24744 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
24749 acx_cv_header_stdint="$acx_cv_header_stdint"
24750 acx_cv_type_int8_t="$acx_cv_type_int8_t"
24751 acx_cv_type_int16_t="$acx_cv_type_int16_t"
24752 acx_cv_type_int32_t="$acx_cv_type_int32_t"
24753 acx_cv_type_int64_t="$acx_cv_type_int64_t"
24754 acx_cv_type_intptr_t="$acx_cv_type_intptr_t"
24755 ac_cv_type_uintmax_t="$ac_cv_type_uintmax_t"
24756 ac_cv_type_uintptr_t="$ac_cv_type_uintptr_t"
24757 ac_cv_type_uint64_t="$ac_cv_type_uint64_t"
24758 ac_cv_type_u_int64_t="$ac_cv_type_u_int64_t"
24759 ac_cv_type_u_int32_t="$ac_cv_type_u_int32_t"
24760 ac_cv_type_int_least32_t="$ac_cv_type_int_least32_t"
24761 ac_cv_type_int_fast32_t="$ac_cv_type_int_fast32_t"
24762 ac_cv_sizeof_void_p="$ac_cv_sizeof_void_p"
24769 cat >>$CONFIG_STATUS <<\_ACEOF
24770 for ac_config_target
in $ac_config_targets
24772 case "$ac_config_target" in
24773 # Handling of arguments.
24774 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
24775 "default-1" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS default-1" ;;
24776 "gstdint.h" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS gstdint.h" ;;
24777 "config.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS config.h" ;;
24778 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
24779 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
24780 { (exit 1); exit 1; }; };;
24784 # If the user did not use the arguments to specify the items to instantiate,
24785 # then the envvar interface is used. Set only those that are not.
24786 # We use the long form for the default assignment because of an extremely
24787 # bizarre bug on SunOS 4.1.3.
24788 if $ac_need_defaults; then
24789 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
24790 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
24791 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
24794 # Have a temporary directory for convenience. Make it in the build tree
24795 # simply because there is no reason to put it here, and in addition,
24796 # creating and moving files from /tmp can sometimes cause problems.
24797 # Create a temporary directory, and hook for its removal unless debugging.
24800 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
24801 trap '{ (exit 1); exit 1; }' 1 2 13 15
24804 # Create a (secure) tmp directory for tmp files.
24807 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
24808 test -n "$tmp" && test -d "$tmp"
24811 tmp
=.
/confstat$$
-$RANDOM
24812 (umask 077 && mkdir
$tmp)
24815 echo "$me: cannot create a temporary directory in ." >&2
24816 { (exit 1); exit 1; }
24821 cat >>$CONFIG_STATUS <<_ACEOF
24824 # CONFIG_FILES section.
24827 # No need to generate the scripts if there are no CONFIG_FILES.
24828 # This happens for instance when ./config.status config.h
24829 if test -n "\$CONFIG_FILES"; then
24830 # Protect against being on the right side of a sed subst in config.status.
24831 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
24832 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
24833 s,@SHELL@,$SHELL,;t t
24834 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
24835 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
24836 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
24837 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
24838 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
24839 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
24840 s,@exec_prefix@,$exec_prefix,;t t
24841 s,@prefix@,$prefix,;t t
24842 s,@program_transform_name@,$program_transform_name,;t t
24843 s,@bindir@,$bindir,;t t
24844 s,@sbindir@,$sbindir,;t t
24845 s,@libexecdir@,$libexecdir,;t t
24846 s,@datadir@,$datadir,;t t
24847 s,@sysconfdir@,$sysconfdir,;t t
24848 s,@sharedstatedir@,$sharedstatedir,;t t
24849 s,@localstatedir@,$localstatedir,;t t
24850 s,@libdir@,$libdir,;t t
24851 s,@includedir@,$includedir,;t t
24852 s,@oldincludedir@,$oldincludedir,;t t
24853 s,@infodir@,$infodir,;t t
24854 s,@mandir@,$mandir,;t t
24855 s,@build_alias@,$build_alias,;t t
24856 s,@host_alias@,$host_alias,;t t
24857 s,@target_alias@,$target_alias,;t t
24858 s,@DEFS@,$DEFS,;t t
24859 s,@ECHO_C@,$ECHO_C,;t t
24860 s,@ECHO_N@,$ECHO_N,;t t
24861 s,@ECHO_T@,$ECHO_T,;t t
24862 s,@LIBS@,$LIBS,;t t
24863 s,@build@,$build,;t t
24864 s,@build_cpu@,$build_cpu,;t t
24865 s,@build_vendor@,$build_vendor,;t t
24866 s,@build_os@,$build_os,;t t
24867 s,@build_libsubdir@,$build_libsubdir,;t t
24868 s,@build_subdir@,$build_subdir,;t t
24869 s,@host_subdir@,$host_subdir,;t t
24870 s,@target_subdir@,$target_subdir,;t t
24871 s,@host@,$host,;t t
24872 s,@host_cpu@,$host_cpu,;t t
24873 s,@host_vendor@,$host_vendor,;t t
24874 s,@host_os@,$host_os,;t t
24875 s,@target@,$target,;t t
24876 s,@target_cpu@,$target_cpu,;t t
24877 s,@target_vendor@,$target_vendor,;t t
24878 s,@target_os@,$target_os,;t t
24879 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
24880 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
24881 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
24882 s,@CYGPATH_W@,$CYGPATH_W,;t t
24883 s,@PACKAGE@,$PACKAGE,;t t
24884 s,@VERSION@,$VERSION,;t t
24885 s,@ACLOCAL@,$ACLOCAL,;t t
24886 s,@AUTOCONF@,$AUTOCONF,;t t
24887 s,@AUTOMAKE@,$AUTOMAKE,;t t
24888 s,@AUTOHEADER@,$AUTOHEADER,;t t
24889 s,@MAKEINFO@,$MAKEINFO,;t t
24890 s,@install_sh@,$install_sh,;t t
24891 s,@STRIP@,$STRIP,;t t
24892 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
24893 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
24894 s,@mkdir_p@,$mkdir_p,;t t
24896 s,@SET_MAKE@,$SET_MAKE,;t t
24897 s,@am__leading_dot@,$am__leading_dot,;t t
24898 s,@AMTAR@,$AMTAR,;t t
24899 s,@am__tar@,$am__tar,;t t
24900 s,@am__untar@,$am__untar,;t t
24901 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
24902 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
24903 s,@MAINT@,$MAINT,;t t
24904 s,@multi_basedir@,$multi_basedir,;t t
24905 s,@toolexecdir@,$toolexecdir,;t t
24906 s,@toolexeclibdir@,$toolexeclibdir,;t t
24908 s,@ac_ct_CC@,$ac_ct_CC,;t t
24909 s,@EXEEXT@,$EXEEXT,;t t
24910 s,@OBJEXT@,$OBJEXT,;t t
24911 s,@AM_FCFLAGS@,$AM_FCFLAGS,;t t
24912 s,@AM_CFLAGS@,$AM_CFLAGS,;t t
24914 s,@ac_ct_AS@,$ac_ct_AS,;t t
24916 s,@ac_ct_AR@,$ac_ct_AR,;t t
24917 s,@RANLIB@,$RANLIB,;t t
24918 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
24919 s,@LN_S@,$LN_S,;t t
24920 s,@LIBTOOL@,$LIBTOOL,;t t
24921 s,@enable_shared@,$enable_shared,;t t
24922 s,@enable_static@,$enable_static,;t t
24924 s,@FCFLAGS@,$FCFLAGS,;t t
24925 s,@LDFLAGS@,$LDFLAGS,;t t
24926 s,@ac_ct_FC@,$ac_ct_FC,;t t
24927 s,@extra_ldflags_libgfortran@,$extra_ldflags_libgfortran,;t t
24929 s,@CPPFLAGS@,$CPPFLAGS,;t t
24930 s,@EGREP@,$EGREP,;t t
24931 s,@FPU_HOST_HEADER@,$FPU_HOST_HEADER,;t t
24932 s,@LIBOBJS@,$LIBOBJS,;t t
24933 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
24938 cat >>$CONFIG_STATUS <<\_ACEOF
24939 # Split the substitutions into bite-sized pieces for seds with
24940 # small command number limits, like on Digital OSF/1 and HP-UX.
24941 ac_max_sed_lines
=48
24942 ac_sed_frag
=1 # Number of current file.
24943 ac_beg
=1 # First line for current file.
24944 ac_end
=$ac_max_sed_lines # Line after last line for current file.
24947 while $ac_more_lines; do
24948 if test $ac_beg -gt 1; then
24949 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
24951 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
24953 if test ! -s $tmp/subs.frag
; then
24954 ac_more_lines
=false
24956 # The purpose of the label and of the branching condition is to
24957 # speed up the sed processing (if there are no `@' at all, there
24958 # is no need to browse any of the substitutions).
24959 # These are the two extra sed commands mentioned above.
24961 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs-
$ac_sed_frag.
sed
24962 if test -z "$ac_sed_cmds"; then
24963 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
24965 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
24967 ac_sed_frag
=`expr $ac_sed_frag + 1`
24969 ac_end
=`expr $ac_end + $ac_max_sed_lines`
24972 if test -z "$ac_sed_cmds"; then
24975 fi # test -n "$CONFIG_FILES"
24978 cat >>$CONFIG_STATUS <<\_ACEOF
24979 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
24980 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
24982 - |
*:- |
*:-:* ) # input from stdin
24984 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
24985 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
24986 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
24987 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
24988 * ) ac_file_in
=$ac_file.
in ;;
24991 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
24992 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
24993 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
24994 X"$ac_file" : 'X\(//\)[^/]' \| \
24995 X"$ac_file" : 'X\(//\)$' \| \
24996 X"$ac_file" : 'X\(/\)' \| \
24997 . : '\(.\)' 2>/dev/null ||
24999 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
25000 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
25001 /^X\(\/\/\)$/{ s//\1/; q; }
25002 /^X\(\/\).*/{ s//\1/; q; }
25004 { if $as_mkdir_p; then
25009 while test ! -d "$as_dir"; do
25010 as_dirs
="$as_dir $as_dirs"
25011 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
25012 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
25013 X"$as_dir" : 'X\(//\)[^/]' \| \
25014 X"$as_dir" : 'X\(//\)$' \| \
25015 X"$as_dir" : 'X\(/\)' \| \
25016 . : '\(.\)' 2>/dev/null ||
25018 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
25019 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
25020 /^X\(\/\/\)$/{ s//\1/; q; }
25021 /^X\(\/\).*/{ s//\1/; q; }
25024 test ! -n "$as_dirs" || mkdir
$as_dirs
25025 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
25026 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
25027 { (exit 1); exit 1; }; }; }
25031 if test "$ac_dir" != .
; then
25032 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
25033 # A "../" for each directory in $ac_dir_suffix.
25034 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
25036 ac_dir_suffix
= ac_top_builddir
=
25040 .
) # No --srcdir option. We are building in place.
25042 if test -z "$ac_top_builddir"; then
25045 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
25047 [\\/]* | ?
:[\\/]* ) # Absolute path.
25048 ac_srcdir
=$srcdir$ac_dir_suffix;
25049 ac_top_srcdir
=$srcdir ;;
25050 *) # Relative path.
25051 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
25052 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
25055 # Do not use `cd foo && pwd` to compute absolute paths, because
25056 # the directories may not exist.
25058 .
) ac_abs_builddir
="$ac_dir";;
25061 .
) ac_abs_builddir
=`pwd`;;
25062 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
25063 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
25066 case $ac_abs_builddir in
25067 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
25069 case ${ac_top_builddir}.
in
25070 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
25071 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
25072 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
25075 case $ac_abs_builddir in
25076 .
) ac_abs_srcdir
=$ac_srcdir;;
25079 .
) ac_abs_srcdir
=$ac_abs_builddir;;
25080 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
25081 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
25084 case $ac_abs_builddir in
25085 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
25087 case $ac_top_srcdir in
25088 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
25089 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
25090 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
25096 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
25097 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
25100 if test x
"$ac_file" != x-
; then
25101 { echo "$as_me:$LINENO: creating $ac_file" >&5
25102 echo "$as_me: creating $ac_file" >&6;}
25105 # Let's still pretend it is `configure' which instantiates (i.e., don't
25106 # use $as_me), people would be surprised to read:
25107 # /* config.h. Generated by config.status. */
25108 if test x
"$ac_file" = x-
; then
25111 configure_input
="$ac_file. "
25113 configure_input
=$configure_input"Generated from `echo $ac_file_in |
25114 sed 's,.*/,,'` by configure."
25116 # First look for the input files in the build tree, otherwise in the
25118 ac_file_inputs
=`IFS=:
25119 for f in $ac_file_in; do
25121 -) echo $tmp/stdin ;;
25123 # Absolute (can't be DOS-style, as IFS=:)
25124 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
25125 echo "$as_me: error: cannot find input file: $f" >&2;}
25126 { (exit 1); exit 1; }; }
25129 if test -f "$f"; then
25132 elif test -f "$srcdir/$f"; then
25137 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
25138 echo "$as_me: error: cannot find input file: $f" >&2;}
25139 { (exit 1); exit 1; }; }
25142 done` ||
{ (exit 1); exit 1; }
25144 cat >>$CONFIG_STATUS <<_ACEOF
25148 cat >>$CONFIG_STATUS <<\_ACEOF
25150 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
25151 s
,@configure_input@
,$configure_input,;t t
25152 s
,@srcdir@
,$ac_srcdir,;t t
25153 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
25154 s
,@top_srcdir@
,$ac_top_srcdir,;t t
25155 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
25156 s
,@builddir@
,$ac_builddir,;t t
25157 s
,@abs_builddir@
,$ac_abs_builddir,;t t
25158 s
,@top_builddir@
,$ac_top_builddir,;t t
25159 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
25160 s
,@INSTALL@
,$ac_INSTALL,;t t
25161 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
25163 if test x"$ac_file" != x-; then
25164 mv $tmp/out $ac_file
25172 cat >>$CONFIG_STATUS <<\_ACEOF
25175 # CONFIG_HEADER section.
25178 # These sed commands are passed to sed as "A NAME B NAME C VALUE D
", where
25179 # NAME is the cpp macro being defined and VALUE is the value it is being given.
25181 # ac_d sets the value in "#define NAME VALUE" lines.
25182 ac_dA
='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
25183 ac_dB
='[ ].*$,\1#\2'
25186 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
25187 ac_uA
='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
25188 ac_uB
='$,\1#\2define\3'
25192 for ac_file
in : $CONFIG_HEADERS; do test "x$ac_file" = x
: && continue
25193 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
25195 - |
*:- |
*:-:* ) # input from stdin
25197 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
25198 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
25199 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
25200 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
25201 * ) ac_file_in
=$ac_file.
in ;;
25204 test x
"$ac_file" != x-
&& { echo "$as_me:$LINENO: creating $ac_file" >&5
25205 echo "$as_me: creating $ac_file" >&6;}
25207 # First look for the input files in the build tree, otherwise in the
25209 ac_file_inputs
=`IFS=:
25210 for f in $ac_file_in; do
25212 -) echo $tmp/stdin ;;
25214 # Absolute (can't be DOS-style, as IFS=:)
25215 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
25216 echo "$as_me: error: cannot find input file: $f" >&2;}
25217 { (exit 1); exit 1; }; }
25218 # Do quote $f, to prevent DOS paths from being IFS'd.
25221 if test -f "$f"; then
25224 elif test -f "$srcdir/$f"; then
25229 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
25230 echo "$as_me: error: cannot find input file: $f" >&2;}
25231 { (exit 1); exit 1; }; }
25234 done` ||
{ (exit 1); exit 1; }
25235 # Remove the trailing spaces.
25236 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
25240 # Transform confdefs.h into two sed scripts, `conftest.defines' and
25241 # `conftest.undefs', that substitutes the proper values into
25242 # config.h.in to produce config.h. The first handles `#define'
25243 # templates, and the second `#undef' templates.
25244 # And first: Protect against being on the right side of a sed subst in
25245 # config.status. Protect against being in an unquoted here document
25246 # in config.status.
25247 rm -f conftest.defines conftest.undefs
25248 # Using a here document instead of a string reduces the quoting nightmare.
25249 # Putting comments in sed scripts is not portable.
25251 # `end' is used to avoid that the second main sed command (meant for
25252 # 0-ary CPP macros) applies to n-ary macro definitions.
25253 # See the Autoconf documentation for `clear'.
25254 cat >confdef2sed.
sed <<\_ACEOF
25259 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
25261 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
25264 # If some macros were called several times there might be several times
25265 # the same #defines, which is useless. Nevertheless, we may not want to
25266 # sort them, since we want the *last* AC-DEFINE to be honored.
25267 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
25268 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
25269 rm -f confdef2sed.sed
25271 # This sed command replaces #undef with comments. This is necessary, for
25272 # example, in the case of _POSIX_SOURCE, which is predefined and required
25273 # on some systems where configure will not decide to define it.
25274 cat >>conftest.undefs <<\_ACEOF
25275 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
25278 # Break up conftest.defines because some shells have a limit on the size
25279 # of here documents, and old seds have small limits too (100 cmds).
25280 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
25281 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
25282 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
25283 echo ' :' >>$CONFIG_STATUS
25284 rm -f conftest.tail
25285 while grep . conftest.defines >/dev/null
25287 # Write a limited-size here document to $tmp/defines.sed.
25288 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
25289 # Speed up: don't consider the non `#define' lines.
25290 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
25291 # Work around the forget-to-reset-the-flag bug.
25292 echo 't clr' >>$CONFIG_STATUS
25293 echo ': clr' >>$CONFIG_STATUS
25294 sed ${ac_max_here_lines}q conftest.defines
>>$CONFIG_STATUS
25296 sed -f $tmp/defines.sed $tmp/in >$tmp/out
25298 mv $tmp/out $tmp/in
25300 sed 1,${ac_max_here_lines}d conftest.defines
>conftest.
tail
25301 rm -f conftest.defines
25302 mv conftest.
tail conftest.defines
25304 rm -f conftest.defines
25305 echo ' fi # grep' >>$CONFIG_STATUS
25306 echo >>$CONFIG_STATUS
25308 # Break up conftest.undefs because some shells have a limit on the size
25309 # of here documents, and old seds have small limits too (100 cmds).
25310 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
25311 rm -f conftest.
tail
25312 while grep . conftest.undefs
>/dev
/null
25314 # Write a limited-size here document to $tmp/undefs.sed.
25315 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
25316 # Speed up: don't consider the non
`#undef'
25317 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
25318 # Work around the forget-to-reset-the-flag bug.
25319 echo 't clr' >>$CONFIG_STATUS
25320 echo ': clr' >>$CONFIG_STATUS
25321 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
25323 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
25325 mv $tmp/out $tmp/in
25327 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
25328 rm -f conftest.undefs
25329 mv conftest.tail conftest.undefs
25331 rm -f conftest.undefs
25333 cat >>$CONFIG_STATUS <<\_ACEOF
25334 # Let's still pretend it is `configure
' which instantiates (i.e., don't
25335 # use $as_me), people would be surprised to read:
25336 # /* config.h. Generated by config.status. */
25337 if test x
"$ac_file" = x-
; then
25338 echo "/* Generated by configure. */" >$tmp/config.h
25340 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
25342 cat $tmp/in >>$tmp/config.h
25344 if test x
"$ac_file" != x-
; then
25345 if diff $ac_file $tmp/config.h
>/dev
/null
2>&1; then
25346 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
25347 echo "$as_me: $ac_file is unchanged" >&6;}
25349 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
25350 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
25351 X"$ac_file" : 'X\(//\)[^/]' \| \
25352 X"$ac_file" : 'X\(//\)$' \| \
25353 X"$ac_file" : 'X\(/\)' \| \
25354 . : '\(.\)' 2>/dev/null ||
25356 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
25357 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
25358 /^X\(\/\/\)$/{ s//\1/; q; }
25359 /^X\(\/\).*/{ s//\1/; q; }
25361 { if $as_mkdir_p; then
25366 while test ! -d "$as_dir"; do
25367 as_dirs
="$as_dir $as_dirs"
25368 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
25369 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
25370 X"$as_dir" : 'X\(//\)[^/]' \| \
25371 X"$as_dir" : 'X\(//\)$' \| \
25372 X"$as_dir" : 'X\(/\)' \| \
25373 . : '\(.\)' 2>/dev/null ||
25375 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
25376 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
25377 /^X\(\/\/\)$/{ s//\1/; q; }
25378 /^X\(\/\).*/{ s//\1/; q; }
25381 test ! -n "$as_dirs" || mkdir
$as_dirs
25382 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
25383 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
25384 { (exit 1); exit 1; }; }; }
25387 mv $tmp/config.h
$ac_file
25391 rm -f $tmp/config.h
25393 # Compute $ac_file's index in $config_headers.
25395 for _am_header
in $config_headers :; do
25396 case $_am_header in
25397 $ac_file |
$ac_file:* )
25400 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
25403 echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
25404 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
25405 X$ac_file : 'X\(//\)[^/]' \| \
25406 X$ac_file : 'X\(//\)$' \| \
25407 X$ac_file : 'X\(/\)' \| \
25408 . : '\(.\)' 2>/dev/null ||
25410 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
25411 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
25412 /^X\(\/\/\)$/{ s//\1/; q; }
25413 /^X\(\/\).*/{ s//\1/; q; }
25414 s/.*/./; q'`/stamp-h
$_am_stamp_count
25417 cat >>$CONFIG_STATUS <<\_ACEOF
25420 # CONFIG_COMMANDS section.
25422 for ac_file
in : $CONFIG_COMMANDS; do test "x$ac_file" = x
: && continue
25423 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
25424 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
25425 ac_dir
=`(dirname "$ac_dest") 2>/dev/null ||
25426 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
25427 X"$ac_dest" : 'X\(//\)[^/]' \| \
25428 X"$ac_dest" : 'X\(//\)$' \| \
25429 X"$ac_dest" : 'X\(/\)' \| \
25430 . : '\(.\)' 2>/dev/null ||
25432 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
25433 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
25434 /^X\(\/\/\)$/{ s//\1/; q; }
25435 /^X\(\/\).*/{ s//\1/; q; }
25437 { if $as_mkdir_p; then
25442 while test ! -d "$as_dir"; do
25443 as_dirs
="$as_dir $as_dirs"
25444 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
25445 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
25446 X"$as_dir" : 'X\(//\)[^/]' \| \
25447 X"$as_dir" : 'X\(//\)$' \| \
25448 X"$as_dir" : 'X\(/\)' \| \
25449 . : '\(.\)' 2>/dev/null ||
25451 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
25452 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
25453 /^X\(\/\/\)$/{ s//\1/; q; }
25454 /^X\(\/\).*/{ s//\1/; q; }
25457 test ! -n "$as_dirs" || mkdir
$as_dirs
25458 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
25459 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
25460 { (exit 1); exit 1; }; }; }
25464 if test "$ac_dir" != .
; then
25465 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
25466 # A "../" for each directory in $ac_dir_suffix.
25467 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
25469 ac_dir_suffix
= ac_top_builddir
=
25473 .
) # No --srcdir option. We are building in place.
25475 if test -z "$ac_top_builddir"; then
25478 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
25480 [\\/]* | ?
:[\\/]* ) # Absolute path.
25481 ac_srcdir
=$srcdir$ac_dir_suffix;
25482 ac_top_srcdir
=$srcdir ;;
25483 *) # Relative path.
25484 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
25485 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
25488 # Do not use `cd foo && pwd` to compute absolute paths, because
25489 # the directories may not exist.
25491 .
) ac_abs_builddir
="$ac_dir";;
25494 .
) ac_abs_builddir
=`pwd`;;
25495 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
25496 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
25499 case $ac_abs_builddir in
25500 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
25502 case ${ac_top_builddir}.
in
25503 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
25504 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
25505 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
25508 case $ac_abs_builddir in
25509 .
) ac_abs_srcdir
=$ac_srcdir;;
25512 .
) ac_abs_srcdir
=$ac_abs_builddir;;
25513 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
25514 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
25517 case $ac_abs_builddir in
25518 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
25520 case $ac_top_srcdir in
25521 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
25522 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
25523 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
25528 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
25529 echo "$as_me: executing $ac_dest commands" >&6;}
25532 # Only add multilib support code if we just rebuilt the top-level
25534 case " $CONFIG_FILES " in
25536 ac_file
=Makefile .
${multi_basedir}/config-ml.
in
25540 if test "$GCC" = yes; then
25541 echo "/* generated for " `$CC --version | sed 1q` "*/" > tmp-stdint.h
25543 echo "/* generated for $CC */" > tmp-stdint.h
25546 sed 's/^ *//' >> tmp-stdint.h
<<EOF
25548 #ifndef GCC_GENERATED_STDINT_H
25549 #define GCC_GENERATED_STDINT_H 1
25551 #include <sys/types.h>
25554 if test "$acx_cv_header_stdint" != stdint.h
; then
25555 echo "#include <stddef.h>" >> tmp-stdint.h
25557 if test "$acx_cv_header_stdint" != stddef.h
; then
25558 echo "#include <$acx_cv_header_stdint>" >> tmp-stdint.h
25561 sed 's/^ *//' >> tmp-stdint.h
<<EOF
25562 /* glibc uses these symbols as guards to prevent redefinitions. */
25563 #ifdef __int8_t_defined
25568 #ifdef __uint32_t_defined
25574 # ----------------- done header, emit basic int types -------------
25575 if test "$acx_cv_header_stdint" = stddef.h
; then
25576 sed 's/^ *//' >> tmp-stdint.h
<<EOF
25580 typedef unsigned $acx_cv_type_int8_t uint8_t;
25585 typedef unsigned $acx_cv_type_int16_t uint16_t;
25590 typedef unsigned $acx_cv_type_int32_t uint32_t;
25595 typedef $acx_cv_type_int8_t int8_t;
25600 typedef $acx_cv_type_int16_t int16_t;
25605 typedef $acx_cv_type_int32_t int32_t;
25608 elif test "$ac_cv_type_u_int32_t" = yes; then
25609 sed 's/^ *//' >> tmp-stdint.h
<<EOF
25611 /* int8_t int16_t int32_t defined by inet code, we do the u_intXX types */
25624 typedef u_int8_t uint8_t;
25629 typedef u_int16_t uint16_t;
25634 typedef u_int32_t uint32_t;
25638 sed 's/^ *//' >> tmp-stdint.h
<<EOF
25640 /* Some systems have guard macros to prevent redefinitions, define them. */
25662 # ------------- done basic int types, emit int64_t types ------------
25663 if test "$ac_cv_type_uint64_t" = yes; then
25664 sed 's/^ *//' >> tmp-stdint.h
<<EOF
25666 /* system headers have good uint64_t and int64_t */
25674 elif test "$ac_cv_type_u_int64_t" = yes; then
25675 sed 's/^ *//' >> tmp-stdint.h
<<EOF
25677 /* system headers have an u_int64_t (and int64_t) */
25683 typedef u_int64_t uint64_t;
25686 elif test -n "$acx_cv_type_int64_t"; then
25687 sed 's/^ *//' >> tmp-stdint.h
<<EOF
25689 /* architecture has a 64-bit type, $acx_cv_type_int64_t */
25692 typedef $acx_cv_type_int64_t int64_t;
25696 typedef unsigned $acx_cv_type_int64_t uint64_t;
25700 sed 's/^ *//' >> tmp-stdint.h
<<EOF
25702 /* some common heuristics for int64_t, using compiler-specific tests */
25703 #if defined __STDC_VERSION__ && (__STDC_VERSION__-0) >= 199901L
25706 typedef long long int64_t;
25710 typedef unsigned long long uint64_t;
25713 #elif defined __GNUC__ && defined (__STDC__) && __STDC__-0
25714 /* NextStep 2.0 cc is really gcc 1.93 but it defines __GNUC__ = 2 and
25715 does not implement __extension__. But that compiler doesn't define
25717 # if __GNUC__ < 2 || (__NeXT__ && !__GNUC_MINOR__)
25718 # define __extension__
25723 __extension__ typedef long long int64_t;
25727 __extension__ typedef unsigned long long uint64_t;
25730 #elif !defined __STRICT_ANSI__
25731 # if defined _MSC_VER || defined __WATCOMC__ || defined __BORLANDC__
25735 typedef __int64 int64_t;
25739 typedef unsigned __int64 uint64_t;
25741 # endif /* compiler */
25743 #endif /* ANSI version */
25747 # ------------- done int64_t types, emit intptr types ------------
25748 if test "$ac_cv_type_uintptr_t" != yes; then
25749 sed 's/^ *//' >> tmp-stdint.h
<<EOF
25751 /* Define intptr_t based on sizeof(void*) = $ac_cv_sizeof_void_p */
25752 typedef u$acx_cv_type_intptr_t uintptr_t;
25753 typedef $acx_cv_type_intptr_t intptr_t;
25757 # ------------- done intptr types, emit int_least types ------------
25758 if test "$ac_cv_type_int_least32_t" != yes; then
25759 sed 's/^ *//' >> tmp-stdint.h
<<EOF
25761 /* Define int_least types */
25762 typedef int8_t int_least8_t;
25763 typedef int16_t int_least16_t;
25764 typedef int32_t int_least32_t;
25766 typedef int64_t int_least64_t;
25769 typedef uint8_t uint_least8_t;
25770 typedef uint16_t uint_least16_t;
25771 typedef uint32_t uint_least32_t;
25773 typedef uint64_t uint_least64_t;
25778 # ------------- done intptr types, emit int_fast types ------------
25779 if test "$ac_cv_type_int_fast32_t" != yes; then
25780 sed 's/^ *//' >> tmp-stdint.h
<<EOF
25782 /* Define int_fast types. short is often slow */
25783 typedef int8_t int_fast8_t;
25784 typedef int int_fast16_t;
25785 typedef int32_t int_fast32_t;
25787 typedef int64_t int_fast64_t;
25790 typedef uint8_t uint_fast8_t;
25791 typedef unsigned int uint_fast16_t;
25792 typedef uint32_t uint_fast32_t;
25794 typedef uint64_t uint_fast64_t;
25799 if test "$ac_cv_type_uintmax_t" != yes; then
25800 sed 's/^ *//' >> tmp-stdint.h
<<EOF
25802 /* Define intmax based on what we found */
25804 typedef int64_t intmax_t;
25806 typedef long intmax_t;
25809 typedef uint64_t uintmax_t;
25811 typedef unsigned long uintmax_t;
25816 sed 's/^ *//' >> tmp-stdint.h
<<EOF
25818 #endif /* GCC_GENERATED_STDINT_H */
25821 if test -r gstdint.h
&& cmp -s tmp-stdint.h gstdint.h
; then
25824 mv -f tmp-stdint.h gstdint.h
25832 cat >>$CONFIG_STATUS <<\_ACEOF
25834 { (exit 0); exit 0; }
25836 chmod +x
$CONFIG_STATUS
25837 ac_clean_files
=$ac_clean_files_save
25840 # configure is writing to config.log, and then calls config.status.
25841 # config.status does its own redirection, appending to config.log.
25842 # Unfortunately, on DOS this fails, as config.log is still kept open
25843 # by configure, so config.status won't be able to write to it; its
25844 # output is simply discarded. So we exec the FD to /dev/null,
25845 # effectively closing config.log, so it can be properly (re)opened and
25846 # appended to by config.status. When coming back to configure, we
25847 # need to make the FD available again.
25848 if test "$no_create" != yes; then
25850 ac_config_status_args
=
25851 test "$silent" = yes &&
25852 ac_config_status_args
="$ac_config_status_args --quiet"
25854 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
25856 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
25857 # would make configure fail if this is the last instruction.
25858 $ac_cs_success ||
{ (exit 1); exit 1; }