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_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-gnu-ld assume the C compiler uses GNU ld default
=no
868 --with-pic try to use only PIC
/non-PIC objects default
=use both
870 Some influential environment variables
:
871 CC C compiler
command
872 CFLAGS C compiler flags
873 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
874 nonstandard directory
<lib dir
>
875 CPPFLAGS C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if you have
876 headers
in a nonstandard directory
<include dir
>
877 FC Fortran compiler
command
878 FCFLAGS Fortran compiler flags
881 Use these variables to override the choices made by
`configure' or to help
882 it to find libraries and programs with nonstandard names/locations.
887 if test "$ac_init_help" = "recursive"; then
888 # If there are subdirs, report their specific --help.
890 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
891 test -d $ac_dir || continue
894 if test "$ac_dir" != .; then
895 ac_dir_suffix=/`echo "$ac_dir" |
sed 's,^\.[\\/],,'`
896 # A "../" for each directory in $ac_dir_suffix.
897 ac_top_builddir=`echo "$ac_dir_suffix" |
sed 's,/[^\\/]*,../,g'`
899 ac_dir_suffix= ac_top_builddir=
903 .) # No --srcdir option. We are building in place.
905 if test -z "$ac_top_builddir"; then
908 ac_top_srcdir=`echo $ac_top_builddir |
sed 's,/$,,'`
910 [\\/]* | ?:[\\/]* ) # Absolute path.
911 ac_srcdir=$srcdir$ac_dir_suffix;
912 ac_top_srcdir=$srcdir ;;
914 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
915 ac_top_srcdir=$ac_top_builddir$srcdir ;;
918 # Do not use `cd foo
&& pwd` to compute absolute paths, because
919 # the directories may not exist.
921 .) ac_abs_builddir="$ac_dir";;
924 .) ac_abs_builddir=`pwd`;;
925 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
926 *) ac_abs_builddir=`pwd`/"$ac_dir";;
929 case $ac_abs_builddir in
930 .) ac_abs_top_builddir=${ac_top_builddir}.;;
932 case ${ac_top_builddir}. in
933 .) ac_abs_top_builddir=$ac_abs_builddir;;
934 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
935 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
938 case $ac_abs_builddir in
939 .) ac_abs_srcdir=$ac_srcdir;;
942 .) ac_abs_srcdir=$ac_abs_builddir;;
943 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
944 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
947 case $ac_abs_builddir in
948 .) ac_abs_top_srcdir=$ac_top_srcdir;;
950 case $ac_top_srcdir in
951 .) ac_abs_top_srcdir=$ac_abs_builddir;;
952 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
953 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
958 # Check for guested configure; otherwise get Cygnus style configure.
959 if test -f $ac_srcdir/configure.gnu; then
961 $SHELL $ac_srcdir/configure.gnu --help=recursive
962 elif test -f $ac_srcdir/configure; then
964 $SHELL $ac_srcdir/configure --help=recursive
965 elif test -f $ac_srcdir/configure.ac ||
966 test -f $ac_srcdir/configure.in; then
970 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
976 test -n "$ac_init_help" && exit 0
977 if $ac_init_version; then
979 GNU Fortran Runtime Library configure 0.2
980 generated by GNU Autoconf 2.59
982 Copyright (C) 2003 Free Software Foundation, Inc.
983 This configure script is free software; the Free Software Foundation
984 gives unlimited permission to copy, distribute and modify it.
990 This file contains any messages produced by compilers while
991 running configure, to aid debugging if configure makes a mistake.
993 It was created by GNU Fortran Runtime Library $as_me 0.2, which was
994 generated by GNU Autoconf 2.59. Invocation command line was
1005 hostname = `(hostname || uname
-n) 2>/dev
/null |
sed 1q
`
1006 uname -m = `(uname
-m) 2>/dev
/null ||
echo unknown
`
1007 uname -r = `(uname
-r) 2>/dev
/null ||
echo unknown
`
1008 uname -s = `(uname
-s) 2>/dev
/null ||
echo unknown
`
1009 uname -v = `(uname
-v) 2>/dev
/null ||
echo unknown
`
1011 /usr/bin/uname -p = `(/usr
/bin
/uname
-p) 2>/dev
/null ||
echo unknown
`
1012 /bin/uname -X = `(/bin
/uname
-X) 2>/dev
/null ||
echo unknown
`
1014 /bin/arch = `(/bin
/arch
) 2>/dev
/null ||
echo unknown
`
1015 /usr/bin/arch -k = `(/usr
/bin
/arch
-k) 2>/dev
/null ||
echo unknown
`
1016 /usr/convex/getsysinfo = `(/usr
/convex
/getsysinfo
) 2>/dev
/null ||
echo unknown
`
1017 hostinfo = `(hostinfo
) 2>/dev
/null ||
echo unknown
`
1018 /bin/machine = `(/bin
/machine
) 2>/dev
/null ||
echo unknown
`
1019 /usr/bin/oslevel = `(/usr
/bin
/oslevel
) 2>/dev
/null ||
echo unknown
`
1020 /bin/universe = `(/bin
/universe
) 2>/dev
/null ||
echo unknown
`
1024 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1028 test -z "$as_dir" && as_dir=.
1029 echo "PATH: $as_dir"
1044 # Keep a trace of the command line.
1045 # Strip out --no-create and --no-recursion so they do not pile up.
1046 # Strip out --silent because we don't want to record it for future runs.
1047 # Also quote any args containing shell meta-characters.
1048 # Make two passes to allow for proper duplicate-argument suppression.
1053 ac_must_keep_next=false
1059 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1060 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1061 | -silent | --silent | --silen | --sile | --sil)
1063 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1064 ac_arg=`echo "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"` ;;
1067 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1069 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1070 if test $ac_must_keep_next = true; then
1071 ac_must_keep_next=false # Got value, back to normal.
1074 *=* | --config-cache | -C | -disable-* | --disable-* \
1075 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1076 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1077 | -with-* | --with-* | -without-* | --without-* | --x)
1078 case "$ac_configure_args0 " in
1079 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1082 -* ) ac_must_keep_next=true ;;
1085 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1086 # Get rid of the leading space.
1092 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1093 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1095 # When interrupted or exit'd, cleanup temporary files, and complete
1096 # config.log. We remove comments because anyway the quotes in there
1097 # would cause problems or look ugly.
1098 # WARNING: Be sure not to use single quotes in there, as some shells,
1099 # such as our DU 5.0 friend, will then `close
' the trap.
1100 trap 'exit_status
=$?
1101 # Save into config.log some information that might help in debugging.
1106 ## ---------------- ##
1107 ## Cache variables. ##
1108 ## ---------------- ##
1111 # The following way of writing the cache mishandles newlines in values,
1114 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1117 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1118 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1122 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1129 ## ----------------- ##
1130 ## Output variables. ##
1131 ## ----------------- ##
1134 for ac_var
in $ac_subst_vars
1136 eval ac_val
=$
`echo $ac_var`
1137 echo "$ac_var='"'"'$ac_val'"'"'"
1141 if test -n "$ac_subst_files"; then
1148 for ac_var
in $ac_subst_files
1150 eval ac_val
=$
`echo $ac_var`
1151 echo "$ac_var='"'"'$ac_val'"'"'"
1156 if test -s confdefs.h
; then
1163 sed "/^$/d" confdefs.h |
sort
1166 test "$ac_signal" != 0 &&
1167 echo "$as_me: caught signal $ac_signal"
1168 echo "$as_me: exit $exit_status"
1170 rm -f core
*.core
&&
1171 rm -rf conftest
* confdefs
* conf$$
* $ac_clean_files &&
1174 for ac_signal in 1 2 13 15; do
1175 trap 'ac_signal
='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1179 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1180 rm -rf conftest* confdefs.h
1181 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1184 # Predefined preprocessor variables.
1186 cat >>confdefs.h <<_ACEOF
1187 #define PACKAGE_NAME "$PACKAGE_NAME"
1191 cat >>confdefs.h <<_ACEOF
1192 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1196 cat >>confdefs.h <<_ACEOF
1197 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1201 cat >>confdefs.h <<_ACEOF
1202 #define PACKAGE_STRING "$PACKAGE_STRING"
1206 cat >>confdefs.h <<_ACEOF
1207 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1211 # Let the site file select an alternate cache file if it wants to.
1212 # Prefer explicitly selected file to automatically selected ones.
1213 if test -z "$CONFIG_SITE"; then
1214 if test "x$prefix" != xNONE; then
1215 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1217 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1220 for ac_site_file in $CONFIG_SITE; do
1221 if test -r "$ac_site_file"; then
1222 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1223 echo "$as_me: loading site script $ac_site_file" >&6;}
1224 sed 's
/^
/|
/' "$ac_site_file" >&5
1229 if test -r "$cache_file"; then
1230 # Some versions of bash will fail to source /dev/null (special
1231 # files actually), so we avoid doing that.
1232 if test -f "$cache_file"; then
1233 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1234 echo "$as_me: loading cache $cache_file" >&6;}
1236 [\\/]* | ?:[\\/]* ) . $cache_file;;
1237 *) . ./$cache_file;;
1241 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1242 echo "$as_me: creating cache $cache_file" >&6;}
1246 # Check that the precious variables saved in the cache have kept the same
1248 ac_cache_corrupted=false
1249 for ac_var in `(set) 2>&1 |
1250 sed -n 's
/^ac_env_\
([a-zA-Z_0-9
]*\
)_set
=.
*/\
1/p
'`; do
1251 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1252 eval ac_new_set=\$ac_env_${ac_var}_set
1253 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1254 eval ac_new_val="\$ac_env_${ac_var}_value"
1255 case $ac_old_set,$ac_new_set in
1257 { echo "$as_me:$LINENO: error: \`$ac_var' was
set to \
`$ac_old_val' in the previous run" >&5
1258 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run
" >&2;}
1259 ac_cache_corrupted=: ;;
1261 { echo "$as_me:$LINENO: error
: \
`$ac_var' was not set in the previous run" >&5
1262 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1263 ac_cache_corrupted=: ;;
1266 if test "x$ac_old_val" != "x$ac_new_val"; then
1267 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run
:" >&5
1268 echo "$as_me: error
: \
`$ac_var' has changed since the previous run:" >&2;}
1269 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1270 echo "$as_me: former value: $ac_old_val" >&2;}
1271 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1272 echo "$as_me: current value: $ac_new_val" >&2;}
1273 ac_cache_corrupted=:
1276 # Pass precious variables to config.status.
1277 if test "$ac_new_set" = set; then
1279 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1280 ac_arg=$ac_var=`echo "$ac_new_val" |
sed "s/'/'\\\\\\\\''/g"` ;;
1281 *) ac_arg=$ac_var=$ac_new_val ;;
1283 case " $ac_configure_args " in
1284 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1285 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1289 if $ac_cache_corrupted; then
1290 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1291 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1292 { { echo "$as_me:$LINENO: error: run \`make distclean
' and/or \`rm $cache_file' and start over
" >&5
1293 echo "$as_me: error
: run \
`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1294 { (exit 1); exit 1; }; }
1298 ac_cpp='$CPP $CPPFLAGS'
1299 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
1300 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
1301 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1329 ac_config_headers="$ac_config_headers config.h"
1332 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1333 if test -f $ac_dir/install-sh; then
1335 ac_install_sh="$ac_aux_dir/install-sh -c"
1337 elif test -f $ac_dir/install.sh; then
1339 ac_install_sh="$ac_aux_dir/install.sh -c"
1341 elif test -f $ac_dir/shtool; then
1343 ac_install_sh="$ac_aux_dir/shtool install -c"
1347 if test -z "$ac_aux_dir"; then
1348 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1349 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1350 { (exit 1); exit 1; }; }
1352 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1353 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1354 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1356 # Make sure we can run config.sub.
1357 $ac_config_sub sun4 >/dev/null 2>&1 ||
1358 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1359 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1360 { (exit 1); exit 1; }; }
1362 echo "$as_me:$LINENO: checking build system type" >&5
1363 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1364 if test "${ac_cv_build+set}" = set; then
1365 echo $ECHO_N "(cached) $ECHO_C" >&6
1367 ac_cv_build_alias=$build_alias
1368 test -z "$ac_cv_build_alias" &&
1369 ac_cv_build_alias=`$ac_config_guess`
1370 test -z "$ac_cv_build_alias" &&
1371 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1372 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1373 { (exit 1); exit 1; }; }
1374 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1375 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1376 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1377 { (exit 1); exit 1; }; }
1380 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1381 echo "${ECHO_T}$ac_cv_build" >&6
1383 build_cpu=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
1/'`
1384 build_vendor=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
2/'`
1385 build_os=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
3/'`
1388 case ${build_alias} in
1389 "") build_noncanonical=${build} ;;
1390 *) build_noncanonical=${build_alias} ;;
1393 case ${host_alias} in
1394 "") host_noncanonical=${build_noncanonical} ;;
1395 *) host_noncanonical=${host_alias} ;;
1398 case ${target_alias} in
1399 "") target_noncanonical=${host_noncanonical} ;;
1400 *) target_noncanonical=${target_alias} ;;
1403 # Prefix 'build-
' so this never conflicts with target_subdir.
1404 build_subdir="build-${build_noncanonical}"
1405 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
1406 if ( test $srcdir = . && test -d gcc ) \
1407 || test -d $srcdir/../host-${host_noncanonical}; then
1408 host_subdir="host-${host_noncanonical}"
1413 target_subdir=${target_noncanonical}
1420 echo "$as_me:$LINENO: checking for --enable-version-specific-runtime-libs" >&5
1421 echo $ECHO_N "checking for --enable-version-specific-runtime-libs... $ECHO_C" >&6
1422 # Check whether --enable-version-specific-runtime-libs or --disable-version-specific-runtime-libs was given.
1423 if test "${enable_version_specific_runtime_libs+set}" = set; then
1424 enableval="$enable_version_specific_runtime_libs"
1425 case "$enableval" in
1426 yes) version_specific_libs=yes ;;
1427 no) version_specific_libs=no ;;
1428 *) { { echo "$as_me:$LINENO: error: Unknown argument to enable/disable version-specific libs" >&5
1429 echo "$as_me: error: Unknown argument to enable/disable version-specific libs" >&2;}
1430 { (exit 1); exit 1; }; };;
1433 version_specific_libs=no
1435 echo "$as_me:$LINENO: result: $version_specific_libs" >&5
1436 echo "${ECHO_T}$version_specific_libs" >&6
1439 # Gets build, host, target, *_vendor, *_cpu, *_os, etc.
1441 # You will slowly go insane if you do not grok the following fact: when
1442 # building this library, the top-level /target/ becomes the library's
/host
/.
1444 # configure then causes --target to default to --host, exactly like any
1445 # other package using autoconf. Therefore, 'target' and 'host' will
1446 # always be the same. This makes sense both for native and cross compilers
1447 # just think about it for a little while. :-)
1449 # Also, if this library is being configured as part of a cross compiler, the
1450 # top-level configure script will pass the "real" host as $with_cross_host.
1452 # Do not delete or change the following two lines. For why, see
1453 # http://gcc.gnu.org/ml/libstdc++/2003-07/msg00451.html
1454 echo "$as_me:$LINENO: checking host system type" >&5
1455 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1456 if test "${ac_cv_host+set}" = set; then
1457 echo $ECHO_N "(cached) $ECHO_C" >&6
1459 ac_cv_host_alias
=$host_alias
1460 test -z "$ac_cv_host_alias" &&
1461 ac_cv_host_alias
=$ac_cv_build_alias
1462 ac_cv_host
=`$ac_config_sub $ac_cv_host_alias` ||
1463 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1464 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1465 { (exit 1); exit 1; }; }
1468 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1469 echo "${ECHO_T}$ac_cv_host" >&6
1471 host_cpu
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1472 host_vendor
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1473 host_os
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1476 echo "$as_me:$LINENO: checking target system type" >&5
1477 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1478 if test "${ac_cv_target+set}" = set; then
1479 echo $ECHO_N "(cached) $ECHO_C" >&6
1481 ac_cv_target_alias
=$target_alias
1482 test "x$ac_cv_target_alias" = "x" &&
1483 ac_cv_target_alias
=$ac_cv_host_alias
1484 ac_cv_target
=`$ac_config_sub $ac_cv_target_alias` ||
1485 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1486 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1487 { (exit 1); exit 1; }; }
1490 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1491 echo "${ECHO_T}$ac_cv_target" >&6
1492 target
=$ac_cv_target
1493 target_cpu
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1494 target_vendor
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1495 target_os
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1498 # The aliases save the names the user supplied, while $host etc.
1499 # will get canonicalized.
1500 test -n "$target_alias" &&
1501 test "$program_prefix$program_suffix$program_transform_name" = \
1503 program_prefix
=${target_alias}-
1504 target_alias
=${target_alias-$host_alias}
1506 # Sets up automake. Must come after AC_CANONICAL_SYSTEM. Each of the
1507 # following is magically included in AUTOMAKE_OPTIONS in each Makefile.am.
1508 # 1.8.2: minimum required version
1509 # no-define: PACKAGE and VERSION will not be #define'd in config.h (a bunch
1510 # of other PACKAGE_* variables will, however, and there's nothing
1511 # we can do about that; they come from AC_INIT).
1512 # foreign: we don't follow the normal rules for GNU packages (no COPYING
1513 # file in the top srcdir, etc, etc), so stop complaining.
1514 # no-dependencies: turns off auto dependency generation (just for now)
1515 # -Wall: turns on all automake warnings...
1516 # -Wno-portability: ...except this one, since GNU make is required.
1517 am__api_version
="1.9"
1518 # Find a good install program. We prefer a C program (faster),
1519 # so one script is as good as another. But avoid the broken or
1520 # incompatible versions:
1521 # SysV /etc/install, /usr/sbin/install
1522 # SunOS /usr/etc/install
1523 # IRIX /sbin/install
1525 # AmigaOS /C/install, which installs bootblocks on floppy discs
1526 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1527 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1528 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1529 # OS/2's system install, which has a completely different semantic
1530 # ./install, which can be erroneously created by make from ./install.sh.
1531 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1532 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1533 if test -z "$INSTALL"; then
1534 if test "${ac_cv_path_install+set}" = set; then
1535 echo $ECHO_N "(cached) $ECHO_C" >&6
1537 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1541 test -z "$as_dir" && as_dir
=.
1542 # Account for people who put trailing slashes in PATH elements.
1544 .
/ | .
// |
/cC
/* | \
1545 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
1546 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
1549 # OSF1 and SCO ODT 3.0 have their own names for install.
1550 # Don't use installbsd from OSF since it installs stuff as root
1552 for ac_prog
in ginstall scoinst
install; do
1553 for ac_exec_ext
in '' $ac_executable_extensions; do
1554 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1555 if test $ac_prog = install &&
1556 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
1557 # AIX install. It has an incompatible calling convention.
1559 elif test $ac_prog = install &&
1560 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
1561 # program-specific install script used by HP pwplus--don't use.
1564 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
1576 if test "${ac_cv_path_install+set}" = set; then
1577 INSTALL
=$ac_cv_path_install
1579 # As a last resort, use the slow shell script. We don't cache a
1580 # path for INSTALL within a source directory, because that will
1581 # break other packages using the cache if that directory is
1582 # removed, or if the path is relative.
1583 INSTALL
=$ac_install_sh
1586 echo "$as_me:$LINENO: result: $INSTALL" >&5
1587 echo "${ECHO_T}$INSTALL" >&6
1589 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1590 # It thinks the first close brace ends the variable substitution.
1591 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
1593 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
1595 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
1597 echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1598 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1601 echo timestamp
> conftest.
file
1602 # Do `set' in a subshell so we don't clobber the current shell's
1603 # arguments. Must try -L first in case configure is actually a
1604 # symlink; some systems play weird games with the mod time of symlinks
1605 # (eg FreeBSD returns the mod time of the symlink's containing
1608 set X
`ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1609 if test "$*" = "X"; then
1611 set X
`ls -t $srcdir/configure conftest.file`
1614 if test "$*" != "X $srcdir/configure conftest.file" \
1615 && test "$*" != "X conftest.file $srcdir/configure"; then
1617 # If neither matched, then we have a broken ls. This can happen
1618 # if, for instance, CONFIG_SHELL is bash and it inherits a
1619 # broken ls alias from the environment. This has actually
1620 # happened. Such a system could not be considered "sane".
1621 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
1622 alias in your environment" >&5
1623 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
1624 alias in your environment" >&2;}
1625 { (exit 1); exit 1; }; }
1628 test "$2" = conftest.
file
1634 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1635 Check your system clock" >&5
1636 echo "$as_me: error: newly created file is older than distributed files!
1637 Check your system clock" >&2;}
1638 { (exit 1); exit 1; }; }
1640 echo "$as_me:$LINENO: result: yes" >&5
1641 echo "${ECHO_T}yes" >&6
1642 test "$program_prefix" != NONE
&&
1643 program_transform_name
="s,^,$program_prefix,;$program_transform_name"
1644 # Use a double $ so make ignores it.
1645 test "$program_suffix" != NONE
&&
1646 program_transform_name
="s,\$,$program_suffix,;$program_transform_name"
1647 # Double any \ or $. echo might interpret backslashes.
1648 # By default was `s,x,x', remove it if useless.
1649 cat <<\_ACEOF
>conftest.
sed
1650 s
/[\\$
]/&&/g
;s
/;s
,x
,x
,$
//
1652 program_transform_name
=`echo $program_transform_name | sed -f conftest.sed`
1655 # expand $ac_aux_dir to an absolute path
1656 am_aux_dir
=`cd $ac_aux_dir && pwd`
1658 test x
"${MISSING+set}" = xset || MISSING
="\${SHELL} $am_aux_dir/missing"
1659 # Use eval to expand $SHELL
1660 if eval "$MISSING --run true"; then
1661 am_missing_run
="$MISSING --run "
1664 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1665 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1668 if mkdir
-p --version .
>/dev
/null
2>&1 && test ! -d .
/--version; then
1669 # We used to keeping the `.' as first argument, in order to
1670 # allow $(mkdir_p) to be used without argument. As in
1671 # $(mkdir_p) $(somedir)
1672 # where $(somedir) is conditionally defined. However this is wrong
1674 # 1. if the package is installed by a user who cannot write `.'
1675 # make install will fail,
1676 # 2. the above comment should most certainly read
1677 # $(mkdir_p) $(DESTDIR)$(somedir)
1678 # so it does not work when $(somedir) is undefined and
1679 # $(DESTDIR) is not.
1680 # To support the latter case, we have to write
1681 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
1682 # so the `.' trick is pointless.
1683 mkdir_p
='mkdir -p --'
1685 # On NextStep and OpenStep, the `mkdir' command does not
1686 # recognize any option. It will interpret all options as
1687 # directories to create, and then abort because `.' already
1689 for d
in .
/-p .
/--version;
1691 test -d $d && rmdir $d
1693 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
1694 if test -f "$ac_aux_dir/mkinstalldirs"; then
1695 mkdir_p
='$(mkinstalldirs)'
1697 mkdir_p
='$(install_sh) -d'
1701 for ac_prog
in gawk mawk nawk
awk
1703 # Extract the first word of "$ac_prog", so it can be a program name with args.
1704 set dummy
$ac_prog; ac_word
=$2
1705 echo "$as_me:$LINENO: checking for $ac_word" >&5
1706 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1707 if test "${ac_cv_prog_AWK+set}" = set; then
1708 echo $ECHO_N "(cached) $ECHO_C" >&6
1710 if test -n "$AWK"; then
1711 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
1713 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1717 test -z "$as_dir" && as_dir
=.
1718 for ac_exec_ext
in '' $ac_executable_extensions; do
1719 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1720 ac_cv_prog_AWK
="$ac_prog"
1721 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1730 if test -n "$AWK"; then
1731 echo "$as_me:$LINENO: result: $AWK" >&5
1732 echo "${ECHO_T}$AWK" >&6
1734 echo "$as_me:$LINENO: result: no" >&5
1735 echo "${ECHO_T}no" >&6
1738 test -n "$AWK" && break
1741 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1742 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1743 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
1744 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1745 echo $ECHO_N "(cached) $ECHO_C" >&6
1747 cat >conftest.
make <<\_ACEOF
1749 @
echo 'ac_maketemp="$(MAKE)"'
1751 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1752 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1753 if test -n "$ac_maketemp"; then
1754 eval ac_cv_prog_make_
${ac_make}_set
=yes
1756 eval ac_cv_prog_make_
${ac_make}_set
=no
1760 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1761 echo "$as_me:$LINENO: result: yes" >&5
1762 echo "${ECHO_T}yes" >&6
1765 echo "$as_me:$LINENO: result: no" >&5
1766 echo "${ECHO_T}no" >&6
1767 SET_MAKE
="MAKE=${MAKE-make}"
1770 rm -rf .tst
2>/dev
/null
1771 mkdir .tst
2>/dev
/null
1772 if test -d .tst
; then
1777 rmdir .tst
2>/dev
/null
1779 # test to see if srcdir already configured
1780 if test "`cd $srcdir && pwd`" != "`pwd`" &&
1781 test -f $srcdir/config.status
; then
1782 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1783 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1784 { (exit 1); exit 1; }; }
1787 # test whether we have cygpath
1788 if test -z "$CYGPATH_W"; then
1789 if (cygpath
--version) >/dev
/null
2>/dev
/null
; then
1790 CYGPATH_W
='cygpath -w'
1797 # Define the identity of the package.
1798 PACKAGE
='libgfortran'
1802 # Some tools Automake needs.
1804 ACLOCAL
=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1807 AUTOCONF
=${AUTOCONF-"${am_missing_run}autoconf"}
1810 AUTOMAKE
=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1813 AUTOHEADER
=${AUTOHEADER-"${am_missing_run}autoheader"}
1816 MAKEINFO
=${MAKEINFO-"${am_missing_run}makeinfo"}
1818 install_sh
=${install_sh-"$am_aux_dir/install-sh"}
1820 # Installed binaries are usually stripped using `strip' when the user
1821 # run `make install-strip'. However `strip' might not be the right
1822 # tool to use in cross-compilation environments, therefore Automake
1823 # will honor the `STRIP' environment variable to overrule this program.
1824 if test "$cross_compiling" != no
; then
1825 if test -n "$ac_tool_prefix"; then
1826 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1827 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
1828 echo "$as_me:$LINENO: checking for $ac_word" >&5
1829 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1830 if test "${ac_cv_prog_STRIP+set}" = set; then
1831 echo $ECHO_N "(cached) $ECHO_C" >&6
1833 if test -n "$STRIP"; then
1834 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
1836 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1840 test -z "$as_dir" && as_dir
=.
1841 for ac_exec_ext
in '' $ac_executable_extensions; do
1842 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1843 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
1844 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1852 STRIP
=$ac_cv_prog_STRIP
1853 if test -n "$STRIP"; then
1854 echo "$as_me:$LINENO: result: $STRIP" >&5
1855 echo "${ECHO_T}$STRIP" >&6
1857 echo "$as_me:$LINENO: result: no" >&5
1858 echo "${ECHO_T}no" >&6
1862 if test -z "$ac_cv_prog_STRIP"; then
1864 # Extract the first word of "strip", so it can be a program name with args.
1865 set dummy strip
; ac_word
=$2
1866 echo "$as_me:$LINENO: checking for $ac_word" >&5
1867 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1868 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1869 echo $ECHO_N "(cached) $ECHO_C" >&6
1871 if test -n "$ac_ct_STRIP"; then
1872 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
1874 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1878 test -z "$as_dir" && as_dir
=.
1879 for ac_exec_ext
in '' $ac_executable_extensions; do
1880 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1881 ac_cv_prog_ac_ct_STRIP
="strip"
1882 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1888 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
=":"
1891 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
1892 if test -n "$ac_ct_STRIP"; then
1893 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1894 echo "${ECHO_T}$ac_ct_STRIP" >&6
1896 echo "$as_me:$LINENO: result: no" >&5
1897 echo "${ECHO_T}no" >&6
1902 STRIP
="$ac_cv_prog_STRIP"
1906 INSTALL_STRIP_PROGRAM
="\${SHELL} \$(install_sh) -c -s"
1908 # We need awk for the "check" target. The system "awk" is bad on
1910 # Always define AMTAR for backward compatibility.
1912 AMTAR
=${AMTAR-"${am_missing_run}tar"}
1914 am__tar
='${AMTAR} chof - "$$tardir"'; am__untar
='${AMTAR} xf -'
1921 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
1922 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
1923 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1924 if test "${enable_maintainer_mode+set}" = set; then
1925 enableval
="$enable_maintainer_mode"
1926 USE_MAINTAINER_MODE
=$enableval
1928 USE_MAINTAINER_MODE
=no
1930 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
1931 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
1934 if test $USE_MAINTAINER_MODE = yes; then
1935 MAINTAINER_MODE_TRUE
=
1936 MAINTAINER_MODE_FALSE
='#'
1938 MAINTAINER_MODE_TRUE
='#'
1939 MAINTAINER_MODE_FALSE
=
1942 MAINT
=$MAINTAINER_MODE_TRUE
1945 # Default to --enable-multilib
1946 # Check whether --enable-multilib or --disable-multilib was given.
1947 if test "${enable_multilib+set}" = set; then
1948 enableval
="$enable_multilib"
1949 case "$enableval" in
1950 yes) multilib
=yes ;;
1952 *) { { echo "$as_me:$LINENO: error: bad value $enableval for multilib option" >&5
1953 echo "$as_me: error: bad value $enableval for multilib option" >&2;}
1954 { (exit 1); exit 1; }; } ;;
1960 # We may get other options which we leave undocumented:
1961 # --with-target-subdir, --with-multisrctop, --with-multisubdir
1962 # See config-ml.in if you want the gory details.
1964 if test "$srcdir" = "."; then
1965 if test "$with_target_subdir" != "."; then
1966 multi_basedir
="$srcdir/$with_multisrctop../.."
1968 multi_basedir
="$srcdir/$with_multisrctop.."
1971 multi_basedir
="$srcdir/.."
1975 ac_config_commands
="$ac_config_commands default-1"
1978 # Handy for debugging:
1979 #AC_MSG_NOTICE($build / $host / $target / $host_alias / $target_alias); sleep 5
1981 # Are we being configured with some form of cross compiler?
1982 # NB: We don't actually need to know this just now, but when, say, a test
1983 # suite is included, we'll have to know.
1984 if test "$build" != "$host"; then
1985 LIBGFOR_IS_NATIVE
=false
1988 LIBGFOR_IS_NATIVE
=true
1991 # Calculate toolexeclibdir
1992 # Also toolexecdir, though it's only used in toolexeclibdir
1993 case ${version_specific_libs} in
1995 # Need the gcc compiler version to know where to install libraries
1996 # and header files if --enable-version-specific-runtime-libs option
1998 toolexecdir
='$(libdir)/gcc/$(target_alias)'
1999 toolexeclibdir
='$(toolexecdir)/$(gcc_version)$(MULTISUBDIR)'
2002 if test -n "$with_cross_host" &&
2003 test x
"$with_cross_host" != x
"no"; then
2004 # Install a library built with a cross compiler in tooldir, not libdir.
2005 toolexecdir
='$(exec_prefix)/$(target_alias)'
2006 toolexeclibdir
='$(toolexecdir)/lib'
2008 toolexecdir
='$(libdir)/gcc-lib/$(target_alias)'
2009 toolexeclibdir
='$(libdir)'
2011 multi_os_directory
=`$CC -print-multi-os-directory`
2012 case $multi_os_directory in
2013 .
) ;; # Avoid trailing /.
2014 *) toolexeclibdir
=$toolexeclibdir/$multi_os_directory ;;
2021 # Check the compiler.
2022 # The same as in boehm-gc and libstdc++. Have to borrow it from there.
2023 # We must force CC to /not/ be precious variables; otherwise
2024 # the wrong, non-multilib-adjusted value will be used in multilibs.
2025 # As a side effect, we have to subst CFLAGS ourselves.
2030 ac_cpp
='$CPP $CPPFLAGS'
2031 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2032 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2033 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2034 if test -n "$ac_tool_prefix"; then
2035 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2036 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2037 echo "$as_me:$LINENO: checking for $ac_word" >&5
2038 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2039 if test "${ac_cv_prog_CC+set}" = set; then
2040 echo $ECHO_N "(cached) $ECHO_C" >&6
2042 if test -n "$CC"; then
2043 ac_cv_prog_CC
="$CC" # Let the user override the test.
2045 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2049 test -z "$as_dir" && as_dir
=.
2050 for ac_exec_ext
in '' $ac_executable_extensions; do
2051 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2052 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2053 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2062 if test -n "$CC"; then
2063 echo "$as_me:$LINENO: result: $CC" >&5
2064 echo "${ECHO_T}$CC" >&6
2066 echo "$as_me:$LINENO: result: no" >&5
2067 echo "${ECHO_T}no" >&6
2071 if test -z "$ac_cv_prog_CC"; then
2073 # Extract the first word of "gcc", so it can be a program name with args.
2074 set dummy gcc
; ac_word
=$2
2075 echo "$as_me:$LINENO: checking for $ac_word" >&5
2076 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2077 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2078 echo $ECHO_N "(cached) $ECHO_C" >&6
2080 if test -n "$ac_ct_CC"; then
2081 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2083 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2087 test -z "$as_dir" && as_dir
=.
2088 for ac_exec_ext
in '' $ac_executable_extensions; do
2089 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2090 ac_cv_prog_ac_ct_CC
="gcc"
2091 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2099 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2100 if test -n "$ac_ct_CC"; then
2101 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2102 echo "${ECHO_T}$ac_ct_CC" >&6
2104 echo "$as_me:$LINENO: result: no" >&5
2105 echo "${ECHO_T}no" >&6
2113 if test -z "$CC"; then
2114 if test -n "$ac_tool_prefix"; then
2115 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2116 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
2117 echo "$as_me:$LINENO: checking for $ac_word" >&5
2118 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2119 if test "${ac_cv_prog_CC+set}" = set; then
2120 echo $ECHO_N "(cached) $ECHO_C" >&6
2122 if test -n "$CC"; then
2123 ac_cv_prog_CC
="$CC" # Let the user override the test.
2125 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2129 test -z "$as_dir" && as_dir
=.
2130 for ac_exec_ext
in '' $ac_executable_extensions; do
2131 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2132 ac_cv_prog_CC
="${ac_tool_prefix}cc"
2133 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2142 if test -n "$CC"; then
2143 echo "$as_me:$LINENO: result: $CC" >&5
2144 echo "${ECHO_T}$CC" >&6
2146 echo "$as_me:$LINENO: result: no" >&5
2147 echo "${ECHO_T}no" >&6
2151 if test -z "$ac_cv_prog_CC"; then
2153 # Extract the first word of "cc", so it can be a program name with args.
2154 set dummy cc
; ac_word
=$2
2155 echo "$as_me:$LINENO: checking for $ac_word" >&5
2156 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2157 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2158 echo $ECHO_N "(cached) $ECHO_C" >&6
2160 if test -n "$ac_ct_CC"; then
2161 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2163 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2167 test -z "$as_dir" && as_dir
=.
2168 for ac_exec_ext
in '' $ac_executable_extensions; do
2169 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2170 ac_cv_prog_ac_ct_CC
="cc"
2171 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2179 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2180 if test -n "$ac_ct_CC"; then
2181 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2182 echo "${ECHO_T}$ac_ct_CC" >&6
2184 echo "$as_me:$LINENO: result: no" >&5
2185 echo "${ECHO_T}no" >&6
2194 if test -z "$CC"; then
2195 # Extract the first word of "cc", so it can be a program name with args.
2196 set dummy cc
; ac_word
=$2
2197 echo "$as_me:$LINENO: checking for $ac_word" >&5
2198 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2199 if test "${ac_cv_prog_CC+set}" = set; then
2200 echo $ECHO_N "(cached) $ECHO_C" >&6
2202 if test -n "$CC"; then
2203 ac_cv_prog_CC
="$CC" # Let the user override the test.
2206 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2210 test -z "$as_dir" && as_dir
=.
2211 for ac_exec_ext
in '' $ac_executable_extensions; do
2212 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2213 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2214 ac_prog_rejected
=yes
2218 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2224 if test $ac_prog_rejected = yes; then
2225 # We found a bogon in the path, so make sure we never use it.
2226 set dummy
$ac_cv_prog_CC
2228 if test $# != 0; then
2229 # We chose a different compiler from the bogus one.
2230 # However, it has the same basename, so the bogon will be chosen
2231 # first if we set CC to just the basename; use the full file name.
2233 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
2239 if test -n "$CC"; then
2240 echo "$as_me:$LINENO: result: $CC" >&5
2241 echo "${ECHO_T}$CC" >&6
2243 echo "$as_me:$LINENO: result: no" >&5
2244 echo "${ECHO_T}no" >&6
2248 if test -z "$CC"; then
2249 if test -n "$ac_tool_prefix"; then
2252 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2253 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2254 echo "$as_me:$LINENO: checking for $ac_word" >&5
2255 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2256 if test "${ac_cv_prog_CC+set}" = set; then
2257 echo $ECHO_N "(cached) $ECHO_C" >&6
2259 if test -n "$CC"; then
2260 ac_cv_prog_CC
="$CC" # Let the user override the test.
2262 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2266 test -z "$as_dir" && as_dir
=.
2267 for ac_exec_ext
in '' $ac_executable_extensions; do
2268 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2269 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
2270 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2279 if test -n "$CC"; then
2280 echo "$as_me:$LINENO: result: $CC" >&5
2281 echo "${ECHO_T}$CC" >&6
2283 echo "$as_me:$LINENO: result: no" >&5
2284 echo "${ECHO_T}no" >&6
2287 test -n "$CC" && break
2290 if test -z "$CC"; then
2294 # Extract the first word of "$ac_prog", so it can be a program name with args.
2295 set dummy
$ac_prog; ac_word
=$2
2296 echo "$as_me:$LINENO: checking for $ac_word" >&5
2297 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2298 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2299 echo $ECHO_N "(cached) $ECHO_C" >&6
2301 if test -n "$ac_ct_CC"; then
2302 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2304 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2308 test -z "$as_dir" && as_dir
=.
2309 for ac_exec_ext
in '' $ac_executable_extensions; do
2310 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2311 ac_cv_prog_ac_ct_CC
="$ac_prog"
2312 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2320 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2321 if test -n "$ac_ct_CC"; then
2322 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2323 echo "${ECHO_T}$ac_ct_CC" >&6
2325 echo "$as_me:$LINENO: result: no" >&5
2326 echo "${ECHO_T}no" >&6
2329 test -n "$ac_ct_CC" && break
2338 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2339 See \`config.log' for more details." >&5
2340 echo "$as_me: error: no acceptable C compiler found in \$PATH
2341 See \`config.log' for more details." >&2;}
2342 { (exit 1); exit 1; }; }
2344 # Provide some information about the compiler.
2345 echo "$as_me:$LINENO:" \
2346 "checking for C compiler version" >&5
2347 ac_compiler
=`set X $ac_compile; echo $2`
2348 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2349 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
2351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2352 (exit $ac_status); }
2353 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2354 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
2356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2357 (exit $ac_status); }
2358 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2359 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
2361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2362 (exit $ac_status); }
2364 cat >conftest.
$ac_ext <<_ACEOF
2367 cat confdefs.h
>>conftest.
$ac_ext
2368 cat >>conftest.
$ac_ext <<_ACEOF
2369 /* end confdefs.h. */
2380 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2381 (eval $ac_link) 2>&5
2383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2384 (exit $ac_status); }; then
2390 if test x
$gcc_no_link = xyes
; then
2391 # Setting cross_compile will disable run tests; it will
2392 # also disable AC_CHECK_FILE but that's generally
2393 # correct if we can't link.
2397 cat >conftest.
$ac_ext <<_ACEOF
2400 cat confdefs.h
>>conftest.
$ac_ext
2401 cat >>conftest.
$ac_ext <<_ACEOF
2402 /* end confdefs.h. */
2412 ac_clean_files_save
=$ac_clean_files
2413 ac_clean_files
="$ac_clean_files a.out a.exe b.out"
2414 # Try to create an executable without -o first, disregard a.out.
2415 # It will help us diagnose broken compilers, and finding out an intuition
2417 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2418 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
2419 ac_link_default
=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2420 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2421 (eval $ac_link_default) 2>&5
2423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2424 (exit $ac_status); }; then
2425 # Find the output, starting from the most likely. This scheme is
2426 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
2429 # Be careful to initialize this variable, since it used to be cached.
2430 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2432 # b.out is created by i960 compilers.
2433 for ac_file
in a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
2435 test -f "$ac_file" ||
continue
2437 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
)
2440 # This is the source file.
2443 # We found the default executable, but exeext='' is most
2447 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2448 # FIXME: I believe we export ac_cv_exeext for Libtool,
2449 # but it would be cool to find out if it's true. Does anybody
2450 # maintain Libtool? --akim.
2458 echo "$as_me: failed program was:" >&5
2459 sed 's/^/| /' conftest.
$ac_ext >&5
2461 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2462 See \`config.log' for more details." >&5
2463 echo "$as_me: error: C compiler cannot create executables
2464 See \`config.log' for more details." >&2;}
2465 { (exit 77); exit 77; }; }
2468 ac_exeext
=$ac_cv_exeext
2469 echo "$as_me:$LINENO: result: $ac_file" >&5
2470 echo "${ECHO_T}$ac_file" >&6
2472 # Check the compiler produces executables we can run. If not, either
2473 # the compiler is broken, or we cross compile.
2474 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2475 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2476 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2477 # If not cross compiling, check that we can run a simple program.
2478 if test "$cross_compiling" != yes; then
2479 if { ac_try
='./$ac_file'
2480 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2484 (exit $ac_status); }; }; then
2487 if test "$cross_compiling" = maybe
; then
2490 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2491 If you meant to cross compile, use \`--host'.
2492 See \`config.log' for more details." >&5
2493 echo "$as_me: error: cannot run C compiled programs.
2494 If you meant to cross compile, use \`--host'.
2495 See \`config.log' for more details." >&2;}
2496 { (exit 1); exit 1; }; }
2500 echo "$as_me:$LINENO: result: yes" >&5
2501 echo "${ECHO_T}yes" >&6
2503 rm -f a.out a.exe conftest
$ac_cv_exeext b.out
2504 ac_clean_files
=$ac_clean_files_save
2505 # Check the compiler produces executables we can run. If not, either
2506 # the compiler is broken, or we cross compile.
2507 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2508 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2509 echo "$as_me:$LINENO: result: $cross_compiling" >&5
2510 echo "${ECHO_T}$cross_compiling" >&6
2512 echo "$as_me:$LINENO: checking for suffix of executables" >&5
2513 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2514 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2515 (eval $ac_link) 2>&5
2517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2518 (exit $ac_status); }; then
2519 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2520 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2521 # work properly (i.e., refer to `conftest.exe'), while it won't with
2523 for ac_file
in conftest.exe conftest conftest.
*; do
2524 test -f "$ac_file" ||
continue
2526 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
) ;;
2527 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2534 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2535 See \`config.log' for more details." >&5
2536 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2537 See \`config.log' for more details." >&2;}
2538 { (exit 1); exit 1; }; }
2541 rm -f conftest
$ac_cv_exeext
2542 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2543 echo "${ECHO_T}$ac_cv_exeext" >&6
2545 rm -f conftest.
$ac_ext
2546 EXEEXT
=$ac_cv_exeext
2549 echo "$as_me:$LINENO: checking for suffix of object files" >&5
2550 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2551 if test "${ac_cv_objext+set}" = set; then
2552 echo $ECHO_N "(cached) $ECHO_C" >&6
2554 cat >conftest.
$ac_ext <<_ACEOF
2557 cat confdefs.h
>>conftest.
$ac_ext
2558 cat >>conftest.
$ac_ext <<_ACEOF
2559 /* end confdefs.h. */
2569 rm -f conftest.o conftest.obj
2570 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2571 (eval $ac_compile) 2>&5
2573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2574 (exit $ac_status); }; then
2575 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2577 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg
) ;;
2578 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
2583 echo "$as_me: failed program was:" >&5
2584 sed 's/^/| /' conftest.
$ac_ext >&5
2586 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2587 See \`config.log' for more details." >&5
2588 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2589 See \`config.log' for more details." >&2;}
2590 { (exit 1); exit 1; }; }
2593 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
2595 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2596 echo "${ECHO_T}$ac_cv_objext" >&6
2597 OBJEXT
=$ac_cv_objext
2599 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2600 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2601 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2602 echo $ECHO_N "(cached) $ECHO_C" >&6
2604 cat >conftest.
$ac_ext <<_ACEOF
2607 cat confdefs.h
>>conftest.
$ac_ext
2608 cat >>conftest.
$ac_ext <<_ACEOF
2609 /* end confdefs.h. */
2622 rm -f conftest.
$ac_objext
2623 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2624 (eval $ac_compile) 2>conftest.er1
2626 grep -v '^ *+' conftest.er1
>conftest.err
2628 cat conftest.err
>&5
2629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2630 (exit $ac_status); } &&
2631 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2632 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2636 (exit $ac_status); }; } &&
2637 { ac_try
='test -s conftest.$ac_objext'
2638 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2642 (exit $ac_status); }; }; then
2645 echo "$as_me: failed program was:" >&5
2646 sed 's/^/| /' conftest.
$ac_ext >&5
2650 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2651 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
2654 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2655 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2656 GCC
=`test $ac_compiler_gnu = yes && echo yes`
2657 ac_test_CFLAGS
=${CFLAGS+set}
2658 ac_save_CFLAGS
=$CFLAGS
2660 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2661 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2662 if test "${ac_cv_prog_cc_g+set}" = set; then
2663 echo $ECHO_N "(cached) $ECHO_C" >&6
2665 cat >conftest.
$ac_ext <<_ACEOF
2668 cat confdefs.h
>>conftest.
$ac_ext
2669 cat >>conftest.
$ac_ext <<_ACEOF
2670 /* end confdefs.h. */
2680 rm -f conftest.
$ac_objext
2681 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2682 (eval $ac_compile) 2>conftest.er1
2684 grep -v '^ *+' conftest.er1
>conftest.err
2686 cat conftest.err
>&5
2687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2688 (exit $ac_status); } &&
2689 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2690 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2694 (exit $ac_status); }; } &&
2695 { ac_try
='test -s conftest.$ac_objext'
2696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2700 (exit $ac_status); }; }; then
2703 echo "$as_me: failed program was:" >&5
2704 sed 's/^/| /' conftest.
$ac_ext >&5
2708 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2710 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2711 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2712 if test "$ac_test_CFLAGS" = set; then
2713 CFLAGS
=$ac_save_CFLAGS
2714 elif test $ac_cv_prog_cc_g = yes; then
2715 if test "$GCC" = yes; then
2721 if test "$GCC" = yes; then
2727 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2728 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2729 if test "${ac_cv_prog_cc_stdc+set}" = set; then
2730 echo $ECHO_N "(cached) $ECHO_C" >&6
2732 ac_cv_prog_cc_stdc
=no
2734 cat >conftest.
$ac_ext <<_ACEOF
2737 cat confdefs.h
>>conftest.
$ac_ext
2738 cat >>conftest.
$ac_ext <<_ACEOF
2739 /* end confdefs.h. */
2742 #include <sys/types.h>
2743 #include <sys/stat.h>
2744 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2745 struct buf { int x; };
2746 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2747 static char *e (p, i)
2753 static char *f (char * (*g) (char **, int), char **p, ...)
2758 s = g (p, va_arg (v,int));
2763 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2764 function prototypes and stuff, but not '\xHH' hex character constants.
2765 These don't provoke an error unfortunately, instead are silently treated
2766 as 'x'. The following induces an error, until -std1 is added to get
2767 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2768 array size at least. It's necessary to write '\x00'==0 to get something
2769 that's true only with -std1. */
2770 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2772 int test (int i, double x);
2773 struct s1 {int (*f) (int a);};
2774 struct s2 {int (*f) (double a);};
2775 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2781 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2786 # Don't try gcc -ansi; that turns off useful extensions and
2787 # breaks some systems' header files.
2788 # AIX -qlanglvl=ansi
2789 # Ultrix and OSF/1 -std1
2790 # HP-UX 10.20 and later -Ae
2791 # HP-UX older versions -Aa -D_HPUX_SOURCE
2792 # SVR4 -Xc -D__EXTENSIONS__
2793 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2795 CC
="$ac_save_CC $ac_arg"
2796 rm -f conftest.
$ac_objext
2797 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2798 (eval $ac_compile) 2>conftest.er1
2800 grep -v '^ *+' conftest.er1
>conftest.err
2802 cat conftest.err
>&5
2803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2804 (exit $ac_status); } &&
2805 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2806 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2810 (exit $ac_status); }; } &&
2811 { ac_try
='test -s conftest.$ac_objext'
2812 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2816 (exit $ac_status); }; }; then
2817 ac_cv_prog_cc_stdc
=$ac_arg
2820 echo "$as_me: failed program was:" >&5
2821 sed 's/^/| /' conftest.
$ac_ext >&5
2824 rm -f conftest.err conftest.
$ac_objext
2826 rm -f conftest.
$ac_ext conftest.
$ac_objext
2831 case "x$ac_cv_prog_cc_stdc" in
2833 echo "$as_me:$LINENO: result: none needed" >&5
2834 echo "${ECHO_T}none needed" >&6 ;;
2836 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2837 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2838 CC
="$CC $ac_cv_prog_cc_stdc" ;;
2841 # Some people use a C++ compiler to compile C. Since we use `exit',
2842 # in C++ we need to declare it. In case someone uses the same compiler
2843 # for both compiling C and C++ we need to have the C++ compiler decide
2844 # the declaration of exit, since it's the most demanding environment.
2845 cat >conftest.
$ac_ext <<_ACEOF
2850 rm -f conftest.
$ac_objext
2851 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2852 (eval $ac_compile) 2>conftest.er1
2854 grep -v '^ *+' conftest.er1
>conftest.err
2856 cat conftest.err
>&5
2857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2858 (exit $ac_status); } &&
2859 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2860 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2864 (exit $ac_status); }; } &&
2865 { ac_try
='test -s conftest.$ac_objext'
2866 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2870 (exit $ac_status); }; }; then
2871 for ac_declaration
in \
2873 'extern "C" void std::exit (int) throw (); using std::exit;' \
2874 'extern "C" void std::exit (int); using std::exit;' \
2875 'extern "C" void exit (int) throw ();' \
2876 'extern "C" void exit (int);' \
2879 cat >conftest.
$ac_ext <<_ACEOF
2882 cat confdefs.h
>>conftest.
$ac_ext
2883 cat >>conftest.
$ac_ext <<_ACEOF
2884 /* end confdefs.h. */
2895 rm -f conftest.
$ac_objext
2896 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2897 (eval $ac_compile) 2>conftest.er1
2899 grep -v '^ *+' conftest.er1
>conftest.err
2901 cat conftest.err
>&5
2902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2903 (exit $ac_status); } &&
2904 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2905 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2909 (exit $ac_status); }; } &&
2910 { ac_try
='test -s conftest.$ac_objext'
2911 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2915 (exit $ac_status); }; }; then
2918 echo "$as_me: failed program was:" >&5
2919 sed 's/^/| /' conftest.
$ac_ext >&5
2923 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2924 cat >conftest.
$ac_ext <<_ACEOF
2927 cat confdefs.h
>>conftest.
$ac_ext
2928 cat >>conftest.
$ac_ext <<_ACEOF
2929 /* end confdefs.h. */
2939 rm -f conftest.
$ac_objext
2940 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2941 (eval $ac_compile) 2>conftest.er1
2943 grep -v '^ *+' conftest.er1
>conftest.err
2945 cat conftest.err
>&5
2946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2947 (exit $ac_status); } &&
2948 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
2949 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2953 (exit $ac_status); }; } &&
2954 { ac_try
='test -s conftest.$ac_objext'
2955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2959 (exit $ac_status); }; }; then
2962 echo "$as_me: failed program was:" >&5
2963 sed 's/^/| /' conftest.
$ac_ext >&5
2966 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2969 if test -n "$ac_declaration"; then
2970 echo '#ifdef __cplusplus' >>confdefs.h
2971 echo $ac_declaration >>confdefs.h
2972 echo '#endif' >>confdefs.h
2976 echo "$as_me: failed program was:" >&5
2977 sed 's/^/| /' conftest.
$ac_ext >&5
2980 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2982 ac_cpp
='$CPP $CPPFLAGS'
2983 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2984 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2985 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2989 # Add -Wall -fno-repack-arrays -fno-underscoring if we are using GCC.
2990 if test "x$GCC" = "xyes"; then
2991 AM_FCFLAGS
="-I . -Wall -fno-repack-arrays -fno-underscoring"
2992 ## We like to use C99 routines when available. This makes sure that
2993 ## __STDC_VERSION__ is set such that libc includes make them available.
2994 AM_CFLAGS
="-std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings"
2995 ## Compile the following tests with the same system header contents
2996 ## that we'll encounter when compiling our own source files.
2997 CFLAGS
="-std=gnu99 $CFLAGS"
3002 # Find other programs we need.
3003 if test -n "$ac_tool_prefix"; then
3004 # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
3005 set dummy
${ac_tool_prefix}as
; ac_word
=$2
3006 echo "$as_me:$LINENO: checking for $ac_word" >&5
3007 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3008 if test "${ac_cv_prog_AS+set}" = set; then
3009 echo $ECHO_N "(cached) $ECHO_C" >&6
3011 if test -n "$AS"; then
3012 ac_cv_prog_AS
="$AS" # Let the user override the test.
3014 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3018 test -z "$as_dir" && as_dir
=.
3019 for ac_exec_ext
in '' $ac_executable_extensions; do
3020 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3021 ac_cv_prog_AS
="${ac_tool_prefix}as"
3022 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3031 if test -n "$AS"; then
3032 echo "$as_me:$LINENO: result: $AS" >&5
3033 echo "${ECHO_T}$AS" >&6
3035 echo "$as_me:$LINENO: result: no" >&5
3036 echo "${ECHO_T}no" >&6
3040 if test -z "$ac_cv_prog_AS"; then
3042 # Extract the first word of "as", so it can be a program name with args.
3043 set dummy as
; ac_word
=$2
3044 echo "$as_me:$LINENO: checking for $ac_word" >&5
3045 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3046 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
3047 echo $ECHO_N "(cached) $ECHO_C" >&6
3049 if test -n "$ac_ct_AS"; then
3050 ac_cv_prog_ac_ct_AS
="$ac_ct_AS" # Let the user override the test.
3052 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3056 test -z "$as_dir" && as_dir
=.
3057 for ac_exec_ext
in '' $ac_executable_extensions; do
3058 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3059 ac_cv_prog_ac_ct_AS
="as"
3060 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3068 ac_ct_AS
=$ac_cv_prog_ac_ct_AS
3069 if test -n "$ac_ct_AS"; then
3070 echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
3071 echo "${ECHO_T}$ac_ct_AS" >&6
3073 echo "$as_me:$LINENO: result: no" >&5
3074 echo "${ECHO_T}no" >&6
3082 if test -n "$ac_tool_prefix"; then
3083 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
3084 set dummy
${ac_tool_prefix}ar; ac_word
=$2
3085 echo "$as_me:$LINENO: checking for $ac_word" >&5
3086 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3087 if test "${ac_cv_prog_AR+set}" = set; then
3088 echo $ECHO_N "(cached) $ECHO_C" >&6
3090 if test -n "$AR"; then
3091 ac_cv_prog_AR
="$AR" # Let the user override the test.
3093 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3097 test -z "$as_dir" && as_dir
=.
3098 for ac_exec_ext
in '' $ac_executable_extensions; do
3099 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3100 ac_cv_prog_AR
="${ac_tool_prefix}ar"
3101 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3110 if test -n "$AR"; then
3111 echo "$as_me:$LINENO: result: $AR" >&5
3112 echo "${ECHO_T}$AR" >&6
3114 echo "$as_me:$LINENO: result: no" >&5
3115 echo "${ECHO_T}no" >&6
3119 if test -z "$ac_cv_prog_AR"; then
3121 # Extract the first word of "ar", so it can be a program name with args.
3122 set dummy
ar; ac_word
=$2
3123 echo "$as_me:$LINENO: checking for $ac_word" >&5
3124 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3125 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
3126 echo $ECHO_N "(cached) $ECHO_C" >&6
3128 if test -n "$ac_ct_AR"; then
3129 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
3131 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3135 test -z "$as_dir" && as_dir
=.
3136 for ac_exec_ext
in '' $ac_executable_extensions; do
3137 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3138 ac_cv_prog_ac_ct_AR
="ar"
3139 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3147 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
3148 if test -n "$ac_ct_AR"; then
3149 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
3150 echo "${ECHO_T}$ac_ct_AR" >&6
3152 echo "$as_me:$LINENO: result: no" >&5
3153 echo "${ECHO_T}no" >&6
3161 if test -n "$ac_tool_prefix"; then
3162 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3163 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
3164 echo "$as_me:$LINENO: checking for $ac_word" >&5
3165 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3166 if test "${ac_cv_prog_RANLIB+set}" = set; then
3167 echo $ECHO_N "(cached) $ECHO_C" >&6
3169 if test -n "$RANLIB"; then
3170 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
3172 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3176 test -z "$as_dir" && as_dir
=.
3177 for ac_exec_ext
in '' $ac_executable_extensions; do
3178 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3179 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
3180 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3188 RANLIB
=$ac_cv_prog_RANLIB
3189 if test -n "$RANLIB"; then
3190 echo "$as_me:$LINENO: result: $RANLIB" >&5
3191 echo "${ECHO_T}$RANLIB" >&6
3193 echo "$as_me:$LINENO: result: no" >&5
3194 echo "${ECHO_T}no" >&6
3198 if test -z "$ac_cv_prog_RANLIB"; then
3199 ac_ct_RANLIB
=$RANLIB
3200 # Extract the first word of "ranlib", so it can be a program name with args.
3201 set dummy ranlib
; ac_word
=$2
3202 echo "$as_me:$LINENO: checking for $ac_word" >&5
3203 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3204 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3205 echo $ECHO_N "(cached) $ECHO_C" >&6
3207 if test -n "$ac_ct_RANLIB"; then
3208 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
3210 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3214 test -z "$as_dir" && as_dir
=.
3215 for ac_exec_ext
in '' $ac_executable_extensions; do
3216 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3217 ac_cv_prog_ac_ct_RANLIB
="ranlib"
3218 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3224 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
="ranlib-not-found-in-path-error"
3227 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
3228 if test -n "$ac_ct_RANLIB"; then
3229 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
3230 echo "${ECHO_T}$ac_ct_RANLIB" >&6
3232 echo "$as_me:$LINENO: result: no" >&5
3233 echo "${ECHO_T}no" >&6
3236 RANLIB
=$ac_ct_RANLIB
3238 RANLIB
="$ac_cv_prog_RANLIB"
3241 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3242 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
3243 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
3244 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
3245 echo $ECHO_N "(cached) $ECHO_C" >&6
3247 cat >conftest.
make <<\_ACEOF
3249 @
echo 'ac_maketemp="$(MAKE)"'
3251 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3252 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
3253 if test -n "$ac_maketemp"; then
3254 eval ac_cv_prog_make_
${ac_make}_set
=yes
3256 eval ac_cv_prog_make_
${ac_make}_set
=no
3260 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
3261 echo "$as_me:$LINENO: result: yes" >&5
3262 echo "${ECHO_T}yes" >&6
3265 echo "$as_me:$LINENO: result: no" >&5
3266 echo "${ECHO_T}no" >&6
3267 SET_MAKE
="MAKE=${MAKE-make}"
3270 # Find a good install program. We prefer a C program (faster),
3271 # so one script is as good as another. But avoid the broken or
3272 # incompatible versions:
3273 # SysV /etc/install, /usr/sbin/install
3274 # SunOS /usr/etc/install
3275 # IRIX /sbin/install
3277 # AmigaOS /C/install, which installs bootblocks on floppy discs
3278 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3279 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3280 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3281 # OS/2's system install, which has a completely different semantic
3282 # ./install, which can be erroneously created by make from ./install.sh.
3283 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3284 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
3285 if test -z "$INSTALL"; then
3286 if test "${ac_cv_path_install+set}" = set; then
3287 echo $ECHO_N "(cached) $ECHO_C" >&6
3289 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3293 test -z "$as_dir" && as_dir
=.
3294 # Account for people who put trailing slashes in PATH elements.
3296 .
/ | .
// |
/cC
/* | \
3297 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
3298 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
3301 # OSF1 and SCO ODT 3.0 have their own names for install.
3302 # Don't use installbsd from OSF since it installs stuff as root
3304 for ac_prog
in ginstall scoinst
install; do
3305 for ac_exec_ext
in '' $ac_executable_extensions; do
3306 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3307 if test $ac_prog = install &&
3308 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
3309 # AIX install. It has an incompatible calling convention.
3311 elif test $ac_prog = install &&
3312 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
3313 # program-specific install script used by HP pwplus--don't use.
3316 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
3328 if test "${ac_cv_path_install+set}" = set; then
3329 INSTALL
=$ac_cv_path_install
3331 # As a last resort, use the slow shell script. We don't cache a
3332 # path for INSTALL within a source directory, because that will
3333 # break other packages using the cache if that directory is
3334 # removed, or if the path is relative.
3335 INSTALL
=$ac_install_sh
3338 echo "$as_me:$LINENO: result: $INSTALL" >&5
3339 echo "${ECHO_T}$INSTALL" >&6
3341 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3342 # It thinks the first close brace ends the variable substitution.
3343 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
3345 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
3347 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
3351 #AC_MSG_NOTICE([====== Starting libtool configuration])
3353 # Check whether --enable-shared or --disable-shared was given.
3354 if test "${enable_shared+set}" = set; then
3355 enableval
="$enable_shared"
3356 p
=${PACKAGE-default}
3358 yes) enable_shared
=yes ;;
3359 no
) enable_shared
=no
;;
3362 # Look at the argument we got. We use all the common list separators.
3363 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
3364 for pkg
in $enableval; do
3365 if test "X$pkg" = "X$p"; then
3375 # Check whether --enable-static or --disable-static was given.
3376 if test "${enable_static+set}" = set; then
3377 enableval
="$enable_static"
3378 p
=${PACKAGE-default}
3380 yes) enable_static
=yes ;;
3381 no
) enable_static
=no
;;
3384 # Look at the argument we got. We use all the common list separators.
3385 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
3386 for pkg
in $enableval; do
3387 if test "X$pkg" = "X$p"; then
3397 # Check whether --enable-fast-install or --disable-fast-install was given.
3398 if test "${enable_fast_install+set}" = set; then
3399 enableval
="$enable_fast_install"
3400 p
=${PACKAGE-default}
3402 yes) enable_fast_install
=yes ;;
3403 no
) enable_fast_install
=no
;;
3405 enable_fast_install
=no
3406 # Look at the argument we got. We use all the common list separators.
3407 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
3408 for pkg
in $enableval; do
3409 if test "X$pkg" = "X$p"; then
3410 enable_fast_install
=yes
3417 enable_fast_install
=yes
3420 # Check whether --with-gnu-ld or --without-gnu-ld was given.
3421 if test "${with_gnu_ld+set}" = set; then
3422 withval
="$with_gnu_ld"
3423 test "$withval" = no || with_gnu_ld
=yes
3428 if test "$GCC" = yes; then
3429 # Check if gcc -print-prog-name=ld gives a path.
3430 echo "$as_me:$LINENO: checking for ld used by GCC" >&5
3431 echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
3434 # gcc leaves a trailing carriage return which upsets mingw
3435 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
3437 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
3440 # Accept absolute paths.
3441 [\\/]* |
[A-Za-z
]:[\\/]*)
3442 re_direlt
='/[^/][^/]*/\.\./'
3443 # Canonicalize the path of ld
3444 ac_prog
=`echo $ac_prog| sed 's%\\\\%/%g'`
3445 while echo $ac_prog |
grep "$re_direlt" > /dev
/null
2>&1; do
3446 ac_prog
=`echo $ac_prog| sed "s%$re_direlt%/%"`
3448 test -z "$LD" && LD
="$ac_prog"
3451 # If it fails, then pretend we aren't using GCC.
3455 # If it is relative, then search for the first ld in PATH.
3459 elif test "$with_gnu_ld" = yes; then
3460 echo "$as_me:$LINENO: checking for GNU ld" >&5
3461 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
3463 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
3464 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
3466 if test "${lt_cv_path_LD+set}" = set; then
3467 echo $ECHO_N "(cached) $ECHO_C" >&6
3469 if test -z "$LD"; then
3470 IFS
="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
3471 for ac_dir
in $PATH; do
3472 test -z "$ac_dir" && ac_dir
=.
3473 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
3474 lt_cv_path_LD
="$ac_dir/$ac_prog"
3475 # Check to see if the program is GNU ld. I'd rather use --version,
3476 # but apparently some GNU ld's only accept -v.
3477 # Break only if it was the GNU/non-GNU ld that we prefer.
3478 if "$lt_cv_path_LD" -v 2>&1 < /dev
/null |
egrep '(GNU|with BFD)' > /dev
/null
; then
3479 test "$with_gnu_ld" != no
&& break
3481 test "$with_gnu_ld" != yes && break
3487 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
3492 if test -n "$LD"; then
3493 echo "$as_me:$LINENO: result: $LD" >&5
3494 echo "${ECHO_T}$LD" >&6
3496 echo "$as_me:$LINENO: result: no" >&5
3497 echo "${ECHO_T}no" >&6
3499 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
3500 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
3501 { (exit 1); exit 1; }; }
3502 echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
3503 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
3504 if test "${lt_cv_prog_gnu_ld+set}" = set; then
3505 echo $ECHO_N "(cached) $ECHO_C" >&6
3507 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
3508 if $LD -v 2>&1 </dev
/null |
egrep '(GNU|with BFD)' 1>&5; then
3509 lt_cv_prog_gnu_ld
=yes
3511 lt_cv_prog_gnu_ld
=no
3514 echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
3515 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
3516 with_gnu_ld
=$lt_cv_prog_gnu_ld
3519 echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
3520 echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
3521 if test "${lt_cv_ld_reload_flag+set}" = set; then
3522 echo $ECHO_N "(cached) $ECHO_C" >&6
3524 lt_cv_ld_reload_flag
='-r'
3526 echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
3527 echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
3528 reload_flag
=$lt_cv_ld_reload_flag
3529 test -n "$reload_flag" && reload_flag
=" $reload_flag"
3531 echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
3532 echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
3533 if test "${lt_cv_path_NM+set}" = set; then
3534 echo $ECHO_N "(cached) $ECHO_C" >&6
3536 if test -n "$NM"; then
3537 # Let the user override the test.
3540 IFS
="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
3541 for ac_dir
in $PATH /usr
/ccs
/bin
/usr
/ucb
/bin
; do
3542 test -z "$ac_dir" && ac_dir
=.
3543 tmp_nm
=$ac_dir/${ac_tool_prefix}nm
3544 if test -f $tmp_nm ||
test -f $tmp_nm$ac_exeext ; then
3545 # Check to see if the nm accepts a BSD-compat flag.
3546 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
3547 # nm: unknown option "B" ignored
3548 # Tru64's nm complains that /dev/null is an invalid object file
3549 if ($tmp_nm -B /dev
/null
2>&1 |
sed '1q'; exit 0) |
egrep '(/dev/null|Invalid file or object type)' >/dev
/null
; then
3550 lt_cv_path_NM
="$tmp_nm -B"
3552 elif ($tmp_nm -p /dev
/null
2>&1 |
sed '1q'; exit 0) |
egrep /dev
/null
>/dev
/null
; then
3553 lt_cv_path_NM
="$tmp_nm -p"
3556 lt_cv_path_NM
=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
3557 continue # so that we can try to find one that supports BSD flags
3562 test -z "$lt_cv_path_NM" && lt_cv_path_NM
=nm
3567 echo "$as_me:$LINENO: result: $NM" >&5
3568 echo "${ECHO_T}$NM" >&6
3570 echo "$as_me:$LINENO: checking whether ln -s works" >&5
3571 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
3573 if test "$LN_S" = "ln -s"; then
3574 echo "$as_me:$LINENO: result: yes" >&5
3575 echo "${ECHO_T}yes" >&6
3577 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
3578 echo "${ECHO_T}no, using $LN_S" >&6
3581 echo "$as_me:$LINENO: checking how to recognise dependant libraries" >&5
3582 echo $ECHO_N "checking how to recognise dependant libraries... $ECHO_C" >&6
3583 if test "${lt_cv_deplibs_check_method+set}" = set; then
3584 echo $ECHO_N "(cached) $ECHO_C" >&6
3586 lt_cv_file_magic_cmd
='$MAGIC_CMD'
3587 lt_cv_file_magic_test_file
=
3588 lt_cv_deplibs_check_method
='unknown'
3589 # Need to set the preceding variable on all platforms that support
3590 # interlibrary dependencies.
3591 # 'none' -- dependencies not supported.
3592 # `unknown' -- same as none, but documents that we really don't know.
3593 # 'pass_all' -- all dependencies passed with no checks.
3594 # 'test_compile' -- check by making test program.
3595 # 'file_magic [regex]' -- check by looking for files in library path
3596 # which responds to the $file_magic_cmd with a given egrep regex.
3597 # If you have `file' or equivalent on your system and you're not sure
3598 # whether `pass_all' will *always* work, you probably want this one.
3602 lt_cv_deplibs_check_method
=pass_all
3606 lt_cv_deplibs_check_method
=pass_all
3610 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
3611 lt_cv_file_magic_cmd
='/usr/bin/file -L'
3612 lt_cv_file_magic_test_file
=/shlib
/libc.so
3615 cygwin
* | mingw
* |pw32
*)
3616 lt_cv_deplibs_check_method
='file_magic file format pei*-i386(.*architecture: i386)?'
3617 lt_cv_file_magic_cmd
='$OBJDUMP -f'
3620 darwin
* | rhapsody
*)
3621 # this will be overwritten by pass_all, but leave it in just in case
3622 lt_cv_deplibs_check_method
='file_magic Mach-O dynamically linked shared library'
3623 lt_cv_file_magic_cmd
='/usr/bin/file -L'
3625 rhapsody
* | darwin1.012
)
3626 lt_cv_file_magic_test_file
='/System/Library/Frameworks/System.framework/System'
3629 lt_cv_file_magic_test_file
='/usr/lib/libSystem.dylib'
3632 lt_cv_deplibs_check_method
=pass_all
3635 freebsd
* | kfreebsd
*-gnu)
3636 if echo __ELF__ |
$CC -E - |
grep __ELF__
> /dev
/null
; then
3639 # Not sure whether the presence of OpenBSD here was a mistake.
3640 # Let's accept both of them until this is cleared up.
3641 lt_cv_deplibs_check_method
='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
3642 lt_cv_file_magic_cmd
=/usr
/bin
/file
3643 lt_cv_file_magic_test_file
=`echo /usr/lib/libc.so.*`
3647 lt_cv_deplibs_check_method
=pass_all
3652 lt_cv_deplibs_check_method
=pass_all
3658 lt_cv_deplibs_check_method
='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
3659 lt_cv_file_magic_cmd
=/usr
/bin
/file
3660 lt_cv_file_magic_test_file
=/usr
/lib
/libc.sl
3663 lt_cv_deplibs_check_method
='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
3664 lt_cv_file_magic_cmd
=/usr
/bin
/file
3665 lt_cv_file_magic_test_file
=/usr
/lib
/hpux32
/libc.so
3673 # this will be overridden with pass_all, but let us keep it just in case
3674 lt_cv_deplibs_check_method
="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
3678 *-32|
*"-32 ") libmagic
=32-bit;;
3679 *-n32|
*"-n32 ") libmagic
=N32
;;
3680 *-64|
*"-64 ") libmagic
=64-bit;;
3681 *) libmagic
=never-match
;;
3683 # this will be overridden with pass_all, but let us keep it just in case
3684 lt_cv_deplibs_check_method
="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
3687 lt_cv_file_magic_test_file
=`echo /lib${libsuff}/libc.so*`
3688 lt_cv_deplibs_check_method
=pass_all
3691 # This must be Linux ELF.
3693 lt_cv_deplibs_check_method
=pass_all
3696 netbsd
* | knetbsd
*-gnu)
3697 if echo __ELF__ |
$CC -E - |
grep __ELF__
> /dev
/null
; then
3698 lt_cv_deplibs_check_method
='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$'
3700 lt_cv_deplibs_check_method
='match_pattern /lib[^/\.]+\.so$'
3705 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
3706 lt_cv_file_magic_cmd
=/usr
/bin
/file
3707 lt_cv_file_magic_test_file
=/usr
/lib
/libnls.so
3710 osf3
* | osf4
* | osf5
*)
3711 # this will be overridden with pass_all, but let us keep it just in case
3712 lt_cv_deplibs_check_method
='file_magic COFF format alpha shared library'
3713 lt_cv_file_magic_test_file
=/shlib
/libc.so
3714 lt_cv_deplibs_check_method
=pass_all
3718 lt_cv_deplibs_check_method
=pass_all
3722 lt_cv_deplibs_check_method
=pass_all
3723 lt_cv_file_magic_test_file
=/lib
/libc.so
3726 sysv5uw
[78]* | sysv4
*uw2
*)
3727 lt_cv_deplibs_check_method
=pass_all
3730 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
3731 case $host_vendor in
3733 lt_cv_deplibs_check_method
=pass_all
3736 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]'
3737 lt_cv_file_magic_test_file
=`echo /usr/lib/libc.so*`
3744 echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
3745 echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
3746 file_magic_cmd
=$lt_cv_file_magic_cmd
3747 deplibs_check_method
=$lt_cv_deplibs_check_method
3753 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
3755 # find the maximum length of command line arguments
3756 echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
3757 echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6
3758 if test "${lt_cv_sys_max_cmd_len+set}" = set; then
3759 echo $ECHO_N "(cached) $ECHO_C" >&6
3766 # On DJGPP, this test can blow up pretty badly due to problems in libc
3767 # (any single argument exceeding 2000 bytes causes a buffer overrun
3768 # during glob expansion). Even if it were fixed, the result of this
3769 # check would be larger than it should be.
3770 lt_cv_sys_max_cmd_len
=12288; # 12K is about right
3774 # On Win9x/ME, this test blows up -- it succeeds, but takes
3775 # about 5 minutes as the teststring grows exponentially.
3776 # Worse, since 9x/ME are not pre-emptively multitasking,
3777 # you end up with a "frozen" computer, even though with patience
3778 # the test eventually succeeds (with a max line length of 256k).
3779 # Instead, let's just punt: use the minimum linelength reported by
3780 # all of the supported platforms: 8192 (on NT/2K/XP).
3781 lt_cv_sys_max_cmd_len
=8192;
3785 # On AmigaOS with pdksh, this test takes hours, literally.
3786 # So we just punt and use a minimum line length of 8192.
3787 lt_cv_sys_max_cmd_len
=8192;
3790 netbsd
* | freebsd
* | openbsd
* | darwin
* | dragonfly
*)
3791 # This has been around since 386BSD, at least. Likely further.
3792 if test -x /sbin
/sysctl
; then
3793 lt_cv_sys_max_cmd_len
=`/sbin/sysctl -n kern.argmax`
3794 elif test -x /usr
/sbin
/sysctl
; then
3795 lt_cv_sys_max_cmd_len
=`/usr/sbin/sysctl -n kern.argmax`
3797 lt_cv_sys_max_cmd_len
=65536 # usable default for *BSD
3799 # And add a safety zone
3800 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
3801 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
3807 if test -n "$lt_cv_sys_max_cmd_len" ; then
3808 echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
3809 echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6
3811 echo "$as_me:$LINENO: result: none" >&5
3812 echo "${ECHO_T}none" >&6
3816 # Only perform the check for file, if the check method requires it
3817 case $deplibs_check_method in
3819 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
3820 echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
3821 echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
3822 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
3823 echo $ECHO_N "(cached) $ECHO_C" >&6
3827 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
3830 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a dos path.
3833 ac_save_MAGIC_CMD
="$MAGIC_CMD"
3834 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
3835 ac_dummy
="/usr/bin:$PATH"
3836 for ac_dir
in $ac_dummy; do
3837 test -z "$ac_dir" && ac_dir
=.
3838 if test -f $ac_dir/${ac_tool_prefix}file; then
3839 lt_cv_path_MAGIC_CMD
="$ac_dir/${ac_tool_prefix}file"
3840 if test -n "$file_magic_test_file"; then
3841 case $deplibs_check_method in
3843 file_magic_regex
="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
3844 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
3845 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
3846 egrep "$file_magic_regex" > /dev
/null
; then
3851 *** Warning: the command libtool uses to detect shared libraries,
3852 *** $file_magic_cmd, produces output that libtool cannot recognize.
3853 *** The result is that libtool may fail to recognize shared libraries
3854 *** as such. This will affect the creation of libtool libraries that
3855 *** depend on shared libraries, but programs linked with such libtool
3856 *** libraries will work regardless of this problem. Nevertheless, you
3857 *** may want to report the problem to your system manager and/or to
3858 *** bug-libtool@gnu.org
3868 MAGIC_CMD
="$ac_save_MAGIC_CMD"
3873 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
3874 if test -n "$MAGIC_CMD"; then
3875 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
3876 echo "${ECHO_T}$MAGIC_CMD" >&6
3878 echo "$as_me:$LINENO: result: no" >&5
3879 echo "${ECHO_T}no" >&6
3882 if test -z "$lt_cv_path_MAGIC_CMD"; then
3883 if test -n "$ac_tool_prefix"; then
3884 echo "$as_me:$LINENO: checking for file" >&5
3885 echo $ECHO_N "checking for file... $ECHO_C" >&6
3886 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
3887 echo $ECHO_N "(cached) $ECHO_C" >&6
3891 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
3894 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a dos path.
3897 ac_save_MAGIC_CMD
="$MAGIC_CMD"
3898 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
3899 ac_dummy
="/usr/bin:$PATH"
3900 for ac_dir
in $ac_dummy; do
3901 test -z "$ac_dir" && ac_dir
=.
3902 if test -f $ac_dir/file; then
3903 lt_cv_path_MAGIC_CMD
="$ac_dir/file"
3904 if test -n "$file_magic_test_file"; then
3905 case $deplibs_check_method in
3907 file_magic_regex
="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
3908 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
3909 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
3910 egrep "$file_magic_regex" > /dev
/null
; then
3915 *** Warning: the command libtool uses to detect shared libraries,
3916 *** $file_magic_cmd, produces output that libtool cannot recognize.
3917 *** The result is that libtool may fail to recognize shared libraries
3918 *** as such. This will affect the creation of libtool libraries that
3919 *** depend on shared libraries, but programs linked with such libtool
3920 *** libraries will work regardless of this problem. Nevertheless, you
3921 *** may want to report the problem to your system manager and/or to
3922 *** bug-libtool@gnu.org
3932 MAGIC_CMD
="$ac_save_MAGIC_CMD"
3937 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
3938 if test -n "$MAGIC_CMD"; then
3939 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
3940 echo "${ECHO_T}$MAGIC_CMD" >&6
3942 echo "$as_me:$LINENO: result: no" >&5
3943 echo "${ECHO_T}no" >&6
3955 if test -n "$ac_tool_prefix"; then
3956 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3957 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
3958 echo "$as_me:$LINENO: checking for $ac_word" >&5
3959 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3960 if test "${ac_cv_prog_RANLIB+set}" = set; then
3961 echo $ECHO_N "(cached) $ECHO_C" >&6
3963 if test -n "$RANLIB"; then
3964 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
3966 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3970 test -z "$as_dir" && as_dir
=.
3971 for ac_exec_ext
in '' $ac_executable_extensions; do
3972 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3973 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
3974 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3982 RANLIB
=$ac_cv_prog_RANLIB
3983 if test -n "$RANLIB"; then
3984 echo "$as_me:$LINENO: result: $RANLIB" >&5
3985 echo "${ECHO_T}$RANLIB" >&6
3987 echo "$as_me:$LINENO: result: no" >&5
3988 echo "${ECHO_T}no" >&6
3992 if test -z "$ac_cv_prog_RANLIB"; then
3993 ac_ct_RANLIB
=$RANLIB
3994 # Extract the first word of "ranlib", so it can be a program name with args.
3995 set dummy ranlib
; ac_word
=$2
3996 echo "$as_me:$LINENO: checking for $ac_word" >&5
3997 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3998 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3999 echo $ECHO_N "(cached) $ECHO_C" >&6
4001 if test -n "$ac_ct_RANLIB"; then
4002 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
4004 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4008 test -z "$as_dir" && as_dir
=.
4009 for ac_exec_ext
in '' $ac_executable_extensions; do
4010 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4011 ac_cv_prog_ac_ct_RANLIB
="ranlib"
4012 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4018 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
4021 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
4022 if test -n "$ac_ct_RANLIB"; then
4023 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4024 echo "${ECHO_T}$ac_ct_RANLIB" >&6
4026 echo "$as_me:$LINENO: result: no" >&5
4027 echo "${ECHO_T}no" >&6
4030 RANLIB
=$ac_ct_RANLIB
4032 RANLIB
="$ac_cv_prog_RANLIB"
4035 if test -n "$ac_tool_prefix"; then
4036 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4037 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
4038 echo "$as_me:$LINENO: checking for $ac_word" >&5
4039 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4040 if test "${ac_cv_prog_STRIP+set}" = set; then
4041 echo $ECHO_N "(cached) $ECHO_C" >&6
4043 if test -n "$STRIP"; then
4044 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
4046 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4050 test -z "$as_dir" && as_dir
=.
4051 for ac_exec_ext
in '' $ac_executable_extensions; do
4052 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4053 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
4054 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4062 STRIP
=$ac_cv_prog_STRIP
4063 if test -n "$STRIP"; then
4064 echo "$as_me:$LINENO: result: $STRIP" >&5
4065 echo "${ECHO_T}$STRIP" >&6
4067 echo "$as_me:$LINENO: result: no" >&5
4068 echo "${ECHO_T}no" >&6
4072 if test -z "$ac_cv_prog_STRIP"; then
4074 # Extract the first word of "strip", so it can be a program name with args.
4075 set dummy strip
; ac_word
=$2
4076 echo "$as_me:$LINENO: checking for $ac_word" >&5
4077 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4078 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4079 echo $ECHO_N "(cached) $ECHO_C" >&6
4081 if test -n "$ac_ct_STRIP"; then
4082 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
4084 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4088 test -z "$as_dir" && as_dir
=.
4089 for ac_exec_ext
in '' $ac_executable_extensions; do
4090 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4091 ac_cv_prog_ac_ct_STRIP
="strip"
4092 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4098 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
=":"
4101 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
4102 if test -n "$ac_ct_STRIP"; then
4103 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4104 echo "${ECHO_T}$ac_ct_STRIP" >&6
4106 echo "$as_me:$LINENO: result: no" >&5
4107 echo "${ECHO_T}no" >&6
4112 STRIP
="$ac_cv_prog_STRIP"
4116 # Check for any special flags to pass to ltconfig.
4117 libtool_flags
="--cache-file=$cache_file"
4118 test "$enable_shared" = no
&& libtool_flags
="$libtool_flags --disable-shared"
4119 test "$enable_static" = no
&& libtool_flags
="$libtool_flags --disable-static"
4120 test "$enable_fast_install" = no
&& libtool_flags
="$libtool_flags --disable-fast-install"
4121 test "$GCC" = yes && libtool_flags
="$libtool_flags --with-gcc"
4122 test "$lt_cv_prog_gnu_ld" = yes && libtool_flags
="$libtool_flags --with-gnu-ld"
4125 # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
4126 if test "${enable_libtool_lock+set}" = set; then
4127 enableval
="$enable_libtool_lock"
4130 test "x$enable_libtool_lock" = xno
&& libtool_flags
="$libtool_flags --disable-lock"
4131 test x
"$silent" = xyes
&& libtool_flags
="$libtool_flags --silent"
4134 # Check whether --with-pic or --without-pic was given.
4135 if test "${with_pic+set}" = set; then
4141 test x
"$pic_mode" = xyes
&& libtool_flags
="$libtool_flags --prefer-pic"
4142 test x
"$pic_mode" = xno
&& libtool_flags
="$libtool_flags --prefer-non-pic"
4144 # Some flags need to be propagated to the compiler or linker for good
4148 # Find out which ABI we are using.
4149 echo '#line 4149 "configure"' > conftest.
$ac_ext
4150 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4151 (eval $ac_compile) 2>&5
4153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4154 (exit $ac_status); }; then
4155 if test "$lt_cv_prog_gnu_ld" = yes; then
4156 case `/usr/bin/file conftest.$ac_objext` in
4158 LD
="${LD-ld} -melf32bsmip"
4161 LD
="${LD-ld} -melf32bmipn32"
4164 LD
="${LD-ld} -melf64bmip"
4168 case `/usr/bin/file conftest.$ac_objext` in
4185 # Find out which ABI we are using.
4186 echo 'int i;' > conftest.
$ac_ext
4187 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4188 (eval $ac_compile) 2>&5
4190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4191 (exit $ac_status); }; then
4192 case "`/usr/bin/file conftest.o`" in
4204 x86_64-
*linux
*|ppc
*-*linux
*|powerpc
*-*linux
*|s390
*-*linux
*|sparc
*-*linux
*)
4205 # Find out which ABI we are using.
4206 echo 'int i;' > conftest.
$ac_ext
4207 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4208 (eval $ac_compile) 2>&5
4210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4211 (exit $ac_status); }; then
4212 case "`/usr/bin/file conftest.o`" in
4216 LD
="${LD-ld} -m elf_i386"
4218 ppc64-
*linux
*|powerpc64-
*linux
*)
4219 LD
="${LD-ld} -m elf32ppclinux"
4222 LD
="${LD-ld} -m elf_s390"
4225 LD
="${LD-ld} -m elf32_sparc"
4232 LD
="${LD-ld} -m elf_x86_64"
4234 ppc
*-*linux
*|powerpc
*-*linux
*)
4235 LD
="${LD-ld} -m elf64ppc"
4238 LD
="${LD-ld} -m elf64_s390"
4241 LD
="${LD-ld} -m elf64_sparc"
4251 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
4252 SAVE_CFLAGS
="$CFLAGS"
4253 CFLAGS
="$CFLAGS -belf"
4254 echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
4255 echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
4256 if test "${lt_cv_cc_needs_belf+set}" = set; then
4257 echo $ECHO_N "(cached) $ECHO_C" >&6
4262 ac_cpp
='$CPP $CPPFLAGS'
4263 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4264 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4265 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4267 if test x
$gcc_no_link = xyes
; then
4268 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
4269 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
4270 { (exit 1); exit 1; }; }
4272 cat >conftest.
$ac_ext <<_ACEOF
4275 cat confdefs.h
>>conftest.
$ac_ext
4276 cat >>conftest.
$ac_ext <<_ACEOF
4277 /* end confdefs.h. */
4287 rm -f conftest.
$ac_objext conftest
$ac_exeext
4288 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4289 (eval $ac_link) 2>conftest.er1
4291 grep -v '^ *+' conftest.er1
>conftest.err
4293 cat conftest.err
>&5
4294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4295 (exit $ac_status); } &&
4296 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4297 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4301 (exit $ac_status); }; } &&
4302 { ac_try
='test -s conftest$ac_exeext'
4303 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4307 (exit $ac_status); }; }; then
4308 lt_cv_cc_needs_belf
=yes
4310 echo "$as_me: failed program was:" >&5
4311 sed 's/^/| /' conftest.
$ac_ext >&5
4313 lt_cv_cc_needs_belf
=no
4315 rm -f conftest.err conftest.
$ac_objext \
4316 conftest
$ac_exeext conftest.
$ac_ext
4318 ac_cpp
='$CPP $CPPFLAGS'
4319 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4320 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4321 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4324 echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
4325 echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
4326 if test x
"$lt_cv_cc_needs_belf" != x
"yes"; then
4327 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
4328 CFLAGS
="$SAVE_CFLAGS"
4336 # Save cache, so that ltconfig can load it
4337 cat >confcache
<<\_ACEOF
4338 # This file is a shell script that caches the results of configure
4339 # tests run on this system so they can be shared between configure
4340 # scripts and configure runs, see configure's option --config-cache.
4341 # It is not useful on other systems. If it contains results you don't
4342 # want to keep, you may remove or edit it.
4344 # config.status only pays attention to the cache file if you give it
4345 # the --recheck option to rerun configure.
4347 # `ac_cv_env_foo' variables (set or unset) will be overridden when
4348 # loading this file, other *unset* `ac_cv_foo' will be assigned the
4353 # The following way of writing the cache mishandles newlines in values,
4354 # but we know of no workaround that is simple, portable, and efficient.
4355 # So, don't put newlines in cache variables' values.
4356 # Ultrix sh set writes to stderr and can't be redirected directly,
4357 # and sets the high bit in the cache file unless we assign to the vars.
4360 case `(ac_space=' '; set | grep ac_space) 2>&1` in
4362 # `set' does not quote correctly, so add quotes (double-quote
4363 # substitution turns \\\\ into \\, and sed turns \\ into \).
4366 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
4369 # `set' quotes correctly as required by POSIX, so do not add quotes.
4371 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
4378 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
4380 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
4382 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
4383 if test -w $cache_file; then
4384 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
4385 cat confcache
>$cache_file
4387 echo "not updating unwritable cache $cache_file"
4392 # Actually configure libtool. ac_aux_dir is where install-sh is found.
4393 AR
="$AR" LTCC
="$CC" CC
="$CC" CFLAGS
="$CFLAGS" CPPFLAGS
="$CPPFLAGS" \
4394 MAGIC_CMD
="$MAGIC_CMD" LD
="$LD" LDFLAGS
="$LDFLAGS" LIBS
="$LIBS" \
4395 LN_S
="$LN_S" NM
="$NM" RANLIB
="$RANLIB" STRIP
="$STRIP" \
4396 AS
="$AS" DLLTOOL
="$DLLTOOL" OBJDUMP
="$OBJDUMP" \
4397 objext
="$OBJEXT" exeext
="$EXEEXT" reload_flag
="$reload_flag" \
4398 deplibs_check_method
="$deplibs_check_method" file_magic_cmd
="$file_magic_cmd" \
4399 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig
--no-reexec \
4400 $libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh
$host \
4401 ||
{ { echo "$as_me:$LINENO: error: libtool configure failed" >&5
4402 echo "$as_me: error: libtool configure failed" >&2;}
4403 { (exit 1); exit 1; }; }
4405 # Reload cache, that may have been modified by ltconfig
4406 if test -r "$cache_file"; then
4407 # Some versions of bash will fail to source /dev/null (special
4408 # files actually), so we avoid doing that.
4409 if test -f "$cache_file"; then
4410 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
4411 echo "$as_me: loading cache $cache_file" >&6;}
4413 [\\/]* | ?
:[\\/]* ) .
$cache_file;;
4414 *) . .
/$cache_file;;
4418 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
4419 echo "$as_me: creating cache $cache_file" >&6;}
4424 # This can be used to rebuild libtool when needed
4425 LIBTOOL_DEPS
="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh $ac_aux_dir/ltcf-c.sh"
4427 # Always use our own libtool.
4428 LIBTOOL
='$(SHELL) $(top_builddir)/libtool'
4430 # Redirect the config.log output again, so that the ltconfig log is not
4431 # clobbered by the next message.
4432 exec 5>>.
/config.log
4441 #AC_MSG_NOTICE([====== Finished libtool configuration]) ; sleep 10
4443 # We need gfortran to compile parts of the library
4444 #AC_PROG_FC(gfortran)
4446 ac_ext
=${FC_SRCEXT-f}
4447 ac_compile
='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5'
4448 ac_link
='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5'
4449 ac_compiler_gnu
=$ac_cv_fc_compiler_gnu
4450 if test -n "$ac_tool_prefix"; then
4451 for ac_prog
in gfortran
4453 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4454 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4455 echo "$as_me:$LINENO: checking for $ac_word" >&5
4456 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4457 if test "${ac_cv_prog_FC+set}" = set; then
4458 echo $ECHO_N "(cached) $ECHO_C" >&6
4460 if test -n "$FC"; then
4461 ac_cv_prog_FC
="$FC" # Let the user override the test.
4463 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4467 test -z "$as_dir" && as_dir
=.
4468 for ac_exec_ext
in '' $ac_executable_extensions; do
4469 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4470 ac_cv_prog_FC
="$ac_tool_prefix$ac_prog"
4471 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4480 if test -n "$FC"; then
4481 echo "$as_me:$LINENO: result: $FC" >&5
4482 echo "${ECHO_T}$FC" >&6
4484 echo "$as_me:$LINENO: result: no" >&5
4485 echo "${ECHO_T}no" >&6
4488 test -n "$FC" && break
4491 if test -z "$FC"; then
4493 for ac_prog
in gfortran
4495 # Extract the first word of "$ac_prog", so it can be a program name with args.
4496 set dummy
$ac_prog; ac_word
=$2
4497 echo "$as_me:$LINENO: checking for $ac_word" >&5
4498 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4499 if test "${ac_cv_prog_ac_ct_FC+set}" = set; then
4500 echo $ECHO_N "(cached) $ECHO_C" >&6
4502 if test -n "$ac_ct_FC"; then
4503 ac_cv_prog_ac_ct_FC
="$ac_ct_FC" # Let the user override the test.
4505 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4509 test -z "$as_dir" && as_dir
=.
4510 for ac_exec_ext
in '' $ac_executable_extensions; do
4511 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4512 ac_cv_prog_ac_ct_FC
="$ac_prog"
4513 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4521 ac_ct_FC
=$ac_cv_prog_ac_ct_FC
4522 if test -n "$ac_ct_FC"; then
4523 echo "$as_me:$LINENO: result: $ac_ct_FC" >&5
4524 echo "${ECHO_T}$ac_ct_FC" >&6
4526 echo "$as_me:$LINENO: result: no" >&5
4527 echo "${ECHO_T}no" >&6
4530 test -n "$ac_ct_FC" && break
4537 # Provide some information about the compiler.
4538 echo "$as_me:4538:" \
4539 "checking for Fortran compiler version" >&5
4540 ac_compiler
=`set X $ac_compile; echo $2`
4541 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
4542 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
4544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4545 (exit $ac_status); }
4546 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
4547 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
4549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4550 (exit $ac_status); }
4551 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
4552 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
4554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4555 (exit $ac_status); }
4558 # If we don't use `.F' as extension, the preprocessor is not run on the
4559 # input file. (Note that this only needs to work for GNU compilers.)
4562 echo "$as_me:$LINENO: checking whether we are using the GNU Fortran compiler" >&5
4563 echo $ECHO_N "checking whether we are using the GNU Fortran compiler... $ECHO_C" >&6
4564 if test "${ac_cv_fc_compiler_gnu+set}" = set; then
4565 echo $ECHO_N "(cached) $ECHO_C" >&6
4567 cat >conftest.
$ac_ext <<_ACEOF
4575 rm -f conftest.
$ac_objext
4576 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4577 (eval $ac_compile) 2>conftest.er1
4579 grep -v '^ *+' conftest.er1
>conftest.err
4581 cat conftest.err
>&5
4582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4583 (exit $ac_status); } &&
4584 { ac_try
='test -z "$ac_fc_werror_flag" || test ! -s conftest.err'
4585 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4589 (exit $ac_status); }; } &&
4590 { ac_try
='test -s conftest.$ac_objext'
4591 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4595 (exit $ac_status); }; }; then
4598 echo "$as_me: failed program was:" >&5
4599 sed 's/^/| /' conftest.
$ac_ext >&5
4603 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4604 ac_cv_fc_compiler_gnu
=$ac_compiler_gnu
4607 echo "$as_me:$LINENO: result: $ac_cv_fc_compiler_gnu" >&5
4608 echo "${ECHO_T}$ac_cv_fc_compiler_gnu" >&6
4610 ac_test_FFLAGS
=${FCFLAGS+set}
4611 ac_save_FFLAGS
=$FCFLAGS
4613 echo "$as_me:$LINENO: checking whether $FC accepts -g" >&5
4614 echo $ECHO_N "checking whether $FC accepts -g... $ECHO_C" >&6
4615 if test "${ac_cv_prog_fc_g+set}" = set; then
4616 echo $ECHO_N "(cached) $ECHO_C" >&6
4619 cat >conftest.
$ac_ext <<_ACEOF
4624 rm -f conftest.
$ac_objext
4625 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4626 (eval $ac_compile) 2>conftest.er1
4628 grep -v '^ *+' conftest.er1
>conftest.err
4630 cat conftest.err
>&5
4631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4632 (exit $ac_status); } &&
4633 { ac_try
='test -z "$ac_fc_werror_flag" || test ! -s conftest.err'
4634 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4638 (exit $ac_status); }; } &&
4639 { ac_try
='test -s conftest.$ac_objext'
4640 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4644 (exit $ac_status); }; }; then
4647 echo "$as_me: failed program was:" >&5
4648 sed 's/^/| /' conftest.
$ac_ext >&5
4652 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4655 echo "$as_me:$LINENO: result: $ac_cv_prog_fc_g" >&5
4656 echo "${ECHO_T}$ac_cv_prog_fc_g" >&6
4657 if test "$ac_test_FFLAGS" = set; then
4658 FCFLAGS
=$ac_save_FFLAGS
4659 elif test $ac_cv_prog_fc_g = yes; then
4660 if test "x$ac_cv_fc_compiler_gnu" = xyes
; then
4666 if test "x$ac_cv_fc_compiler_gnu" = xyes
; then
4674 ac_cpp
='$CPP $CPPFLAGS'
4675 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4676 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4677 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4680 # extra LD Flags which are required for targets
4683 # Darwin needs -single_module when linking libgfortran
4684 extra_ldflags_libgfortran
=-Wl,-single_module
4689 # Check whether --enable-largefile or --disable-largefile was given.
4690 if test "${enable_largefile+set}" = set; then
4691 enableval
="$enable_largefile"
4694 if test "$enable_largefile" != no
; then
4696 echo "$as_me:$LINENO: checking for special C compiler options needed for large files" >&5
4697 echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6
4698 if test "${ac_cv_sys_largefile_CC+set}" = set; then
4699 echo $ECHO_N "(cached) $ECHO_C" >&6
4701 ac_cv_sys_largefile_CC
=no
4702 if test "$GCC" != yes; then
4705 # IRIX 6.2 and later do not support large files by default,
4706 # so use the C compiler's -n32 option if that helps.
4707 cat >conftest.
$ac_ext <<_ACEOF
4710 cat confdefs.h
>>conftest.
$ac_ext
4711 cat >>conftest.
$ac_ext <<_ACEOF
4712 /* end confdefs.h. */
4713 #include <sys/types.h>
4714 /* Check that off_t can represent 2**63 - 1 correctly.
4715 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4716 since some C++ compilers masquerading as C compilers
4717 incorrectly reject 9223372036854775807. */
4718 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4719 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4720 && LARGE_OFF_T % 2147483647 == 1)
4730 rm -f conftest.
$ac_objext
4731 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4732 (eval $ac_compile) 2>conftest.er1
4734 grep -v '^ *+' conftest.er1
>conftest.err
4736 cat conftest.err
>&5
4737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4738 (exit $ac_status); } &&
4739 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4740 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4744 (exit $ac_status); }; } &&
4745 { ac_try
='test -s conftest.$ac_objext'
4746 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4750 (exit $ac_status); }; }; then
4753 echo "$as_me: failed program was:" >&5
4754 sed 's/^/| /' conftest.
$ac_ext >&5
4757 rm -f conftest.err conftest.
$ac_objext
4759 rm -f conftest.
$ac_objext
4760 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4761 (eval $ac_compile) 2>conftest.er1
4763 grep -v '^ *+' conftest.er1
>conftest.err
4765 cat conftest.err
>&5
4766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4767 (exit $ac_status); } &&
4768 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4769 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4773 (exit $ac_status); }; } &&
4774 { ac_try
='test -s conftest.$ac_objext'
4775 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4779 (exit $ac_status); }; }; then
4780 ac_cv_sys_largefile_CC
=' -n32'; break
4782 echo "$as_me: failed program was:" >&5
4783 sed 's/^/| /' conftest.
$ac_ext >&5
4786 rm -f conftest.err conftest.
$ac_objext
4790 rm -f conftest.
$ac_ext
4793 echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_CC" >&5
4794 echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6
4795 if test "$ac_cv_sys_largefile_CC" != no
; then
4796 CC
=$CC$ac_cv_sys_largefile_CC
4799 echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
4800 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
4801 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
4802 echo $ECHO_N "(cached) $ECHO_C" >&6
4805 ac_cv_sys_file_offset_bits
=no
4806 cat >conftest.
$ac_ext <<_ACEOF
4809 cat confdefs.h
>>conftest.
$ac_ext
4810 cat >>conftest.
$ac_ext <<_ACEOF
4811 /* end confdefs.h. */
4812 #include <sys/types.h>
4813 /* Check that off_t can represent 2**63 - 1 correctly.
4814 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4815 since some C++ compilers masquerading as C compilers
4816 incorrectly reject 9223372036854775807. */
4817 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4818 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4819 && LARGE_OFF_T % 2147483647 == 1)
4829 rm -f conftest.
$ac_objext
4830 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4831 (eval $ac_compile) 2>conftest.er1
4833 grep -v '^ *+' conftest.er1
>conftest.err
4835 cat conftest.err
>&5
4836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4837 (exit $ac_status); } &&
4838 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4839 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4843 (exit $ac_status); }; } &&
4844 { ac_try
='test -s conftest.$ac_objext'
4845 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4849 (exit $ac_status); }; }; then
4852 echo "$as_me: failed program was:" >&5
4853 sed 's/^/| /' conftest.
$ac_ext >&5
4856 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4857 cat >conftest.
$ac_ext <<_ACEOF
4860 cat confdefs.h
>>conftest.
$ac_ext
4861 cat >>conftest.
$ac_ext <<_ACEOF
4862 /* end confdefs.h. */
4863 #define _FILE_OFFSET_BITS 64
4864 #include <sys/types.h>
4865 /* Check that off_t can represent 2**63 - 1 correctly.
4866 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4867 since some C++ compilers masquerading as C compilers
4868 incorrectly reject 9223372036854775807. */
4869 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4870 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4871 && LARGE_OFF_T % 2147483647 == 1)
4881 rm -f conftest.
$ac_objext
4882 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4883 (eval $ac_compile) 2>conftest.er1
4885 grep -v '^ *+' conftest.er1
>conftest.err
4887 cat conftest.err
>&5
4888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4889 (exit $ac_status); } &&
4890 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4891 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4895 (exit $ac_status); }; } &&
4896 { ac_try
='test -s conftest.$ac_objext'
4897 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4901 (exit $ac_status); }; }; then
4902 ac_cv_sys_file_offset_bits
=64; break
4904 echo "$as_me: failed program was:" >&5
4905 sed 's/^/| /' conftest.
$ac_ext >&5
4908 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4912 echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
4913 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
4914 if test "$ac_cv_sys_file_offset_bits" != no
; then
4916 cat >>confdefs.h
<<_ACEOF
4917 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
4922 echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
4923 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
4924 if test "${ac_cv_sys_large_files+set}" = set; then
4925 echo $ECHO_N "(cached) $ECHO_C" >&6
4928 ac_cv_sys_large_files
=no
4929 cat >conftest.
$ac_ext <<_ACEOF
4932 cat confdefs.h
>>conftest.
$ac_ext
4933 cat >>conftest.
$ac_ext <<_ACEOF
4934 /* end confdefs.h. */
4935 #include <sys/types.h>
4936 /* Check that off_t can represent 2**63 - 1 correctly.
4937 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4938 since some C++ compilers masquerading as C compilers
4939 incorrectly reject 9223372036854775807. */
4940 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4941 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4942 && LARGE_OFF_T % 2147483647 == 1)
4952 rm -f conftest.
$ac_objext
4953 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4954 (eval $ac_compile) 2>conftest.er1
4956 grep -v '^ *+' conftest.er1
>conftest.err
4958 cat conftest.err
>&5
4959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4960 (exit $ac_status); } &&
4961 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
4962 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4966 (exit $ac_status); }; } &&
4967 { ac_try
='test -s conftest.$ac_objext'
4968 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4972 (exit $ac_status); }; }; then
4975 echo "$as_me: failed program was:" >&5
4976 sed 's/^/| /' conftest.
$ac_ext >&5
4979 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4980 cat >conftest.
$ac_ext <<_ACEOF
4983 cat confdefs.h
>>conftest.
$ac_ext
4984 cat >>conftest.
$ac_ext <<_ACEOF
4985 /* end confdefs.h. */
4986 #define _LARGE_FILES 1
4987 #include <sys/types.h>
4988 /* Check that off_t can represent 2**63 - 1 correctly.
4989 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4990 since some C++ compilers masquerading as C compilers
4991 incorrectly reject 9223372036854775807. */
4992 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4993 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4994 && LARGE_OFF_T % 2147483647 == 1)
5004 rm -f conftest.
$ac_objext
5005 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5006 (eval $ac_compile) 2>conftest.er1
5008 grep -v '^ *+' conftest.er1
>conftest.err
5010 cat conftest.err
>&5
5011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5012 (exit $ac_status); } &&
5013 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5014 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5018 (exit $ac_status); }; } &&
5019 { ac_try
='test -s conftest.$ac_objext'
5020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5024 (exit $ac_status); }; }; then
5025 ac_cv_sys_large_files
=1; break
5027 echo "$as_me: failed program was:" >&5
5028 sed 's/^/| /' conftest.
$ac_ext >&5
5031 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5035 echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
5036 echo "${ECHO_T}$ac_cv_sys_large_files" >&6
5037 if test "$ac_cv_sys_large_files" != no
; then
5039 cat >>confdefs.h
<<_ACEOF
5040 #define _LARGE_FILES $ac_cv_sys_large_files
5048 ac_cpp
='$CPP $CPPFLAGS'
5049 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5050 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5051 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5052 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5053 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
5054 # On Suns, sometimes $CPP names a directory.
5055 if test -n "$CPP" && test -d "$CPP"; then
5058 if test -z "$CPP"; then
5059 if test "${ac_cv_prog_CPP+set}" = set; then
5060 echo $ECHO_N "(cached) $ECHO_C" >&6
5062 # Double quotes because CPP needs to be expanded
5063 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5066 for ac_c_preproc_warn_flag
in '' yes
5068 # Use a header file that comes with gcc, so configuring glibc
5069 # with a fresh cross-compiler works.
5070 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5071 # <limits.h> exists even on freestanding compilers.
5072 # On the NeXT, cc -E runs the code through the compiler's parser,
5073 # not just through cpp. "Syntax error" is here to catch this case.
5074 cat >conftest.
$ac_ext <<_ACEOF
5077 cat confdefs.h
>>conftest.
$ac_ext
5078 cat >>conftest.
$ac_ext <<_ACEOF
5079 /* end confdefs.h. */
5081 # include <limits.h>
5083 # include <assert.h>
5087 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5088 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5090 grep -v '^ *+' conftest.er1
>conftest.err
5092 cat conftest.err
>&5
5093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5094 (exit $ac_status); } >/dev
/null
; then
5095 if test -s conftest.err
; then
5096 ac_cpp_err
=$ac_c_preproc_warn_flag
5097 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
5104 if test -z "$ac_cpp_err"; then
5107 echo "$as_me: failed program was:" >&5
5108 sed 's/^/| /' conftest.
$ac_ext >&5
5110 # Broken: fails on valid input.
5113 rm -f conftest.err conftest.
$ac_ext
5115 # OK, works on sane cases. Now check whether non-existent headers
5116 # can be detected and how.
5117 cat >conftest.
$ac_ext <<_ACEOF
5120 cat confdefs.h
>>conftest.
$ac_ext
5121 cat >>conftest.
$ac_ext <<_ACEOF
5122 /* end confdefs.h. */
5123 #include <ac_nonexistent.h>
5125 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5126 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5128 grep -v '^ *+' conftest.er1
>conftest.err
5130 cat conftest.err
>&5
5131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5132 (exit $ac_status); } >/dev
/null
; then
5133 if test -s conftest.err
; then
5134 ac_cpp_err
=$ac_c_preproc_warn_flag
5135 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
5142 if test -z "$ac_cpp_err"; then
5143 # Broken: success on invalid input.
5146 echo "$as_me: failed program was:" >&5
5147 sed 's/^/| /' conftest.
$ac_ext >&5
5149 # Passes both tests.
5153 rm -f conftest.err conftest.
$ac_ext
5156 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5157 rm -f conftest.err conftest.
$ac_ext
5158 if $ac_preproc_ok; then
5170 echo "$as_me:$LINENO: result: $CPP" >&5
5171 echo "${ECHO_T}$CPP" >&6
5173 for ac_c_preproc_warn_flag
in '' yes
5175 # Use a header file that comes with gcc, so configuring glibc
5176 # with a fresh cross-compiler works.
5177 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5178 # <limits.h> exists even on freestanding compilers.
5179 # On the NeXT, cc -E runs the code through the compiler's parser,
5180 # not just through cpp. "Syntax error" is here to catch this case.
5181 cat >conftest.
$ac_ext <<_ACEOF
5184 cat confdefs.h
>>conftest.
$ac_ext
5185 cat >>conftest.
$ac_ext <<_ACEOF
5186 /* end confdefs.h. */
5188 # include <limits.h>
5190 # include <assert.h>
5194 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5195 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5197 grep -v '^ *+' conftest.er1
>conftest.err
5199 cat conftest.err
>&5
5200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5201 (exit $ac_status); } >/dev
/null
; then
5202 if test -s conftest.err
; then
5203 ac_cpp_err
=$ac_c_preproc_warn_flag
5204 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
5211 if test -z "$ac_cpp_err"; then
5214 echo "$as_me: failed program was:" >&5
5215 sed 's/^/| /' conftest.
$ac_ext >&5
5217 # Broken: fails on valid input.
5220 rm -f conftest.err conftest.
$ac_ext
5222 # OK, works on sane cases. Now check whether non-existent headers
5223 # can be detected and how.
5224 cat >conftest.
$ac_ext <<_ACEOF
5227 cat confdefs.h
>>conftest.
$ac_ext
5228 cat >>conftest.
$ac_ext <<_ACEOF
5229 /* end confdefs.h. */
5230 #include <ac_nonexistent.h>
5232 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5233 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5235 grep -v '^ *+' conftest.er1
>conftest.err
5237 cat conftest.err
>&5
5238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5239 (exit $ac_status); } >/dev
/null
; then
5240 if test -s conftest.err
; then
5241 ac_cpp_err
=$ac_c_preproc_warn_flag
5242 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
5249 if test -z "$ac_cpp_err"; then
5250 # Broken: success on invalid input.
5253 echo "$as_me: failed program was:" >&5
5254 sed 's/^/| /' conftest.
$ac_ext >&5
5256 # Passes both tests.
5260 rm -f conftest.err conftest.
$ac_ext
5263 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5264 rm -f conftest.err conftest.
$ac_ext
5265 if $ac_preproc_ok; then
5268 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5269 See \`config.log' for more details." >&5
5270 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5271 See \`config.log' for more details." >&2;}
5272 { (exit 1); exit 1; }; }
5276 ac_cpp
='$CPP $CPPFLAGS'
5277 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5278 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5279 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5282 echo "$as_me:$LINENO: checking for egrep" >&5
5283 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
5284 if test "${ac_cv_prog_egrep+set}" = set; then
5285 echo $ECHO_N "(cached) $ECHO_C" >&6
5287 if echo a |
(grep -E '(a|b)') >/dev
/null
2>&1
5288 then ac_cv_prog_egrep
='grep -E'
5289 else ac_cv_prog_egrep
='egrep'
5292 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
5293 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
5294 EGREP
=$ac_cv_prog_egrep
5297 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5298 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
5299 if test "${ac_cv_header_stdc+set}" = set; then
5300 echo $ECHO_N "(cached) $ECHO_C" >&6
5302 cat >conftest.
$ac_ext <<_ACEOF
5305 cat confdefs.h
>>conftest.
$ac_ext
5306 cat >>conftest.
$ac_ext <<_ACEOF
5307 /* end confdefs.h. */
5321 rm -f conftest.
$ac_objext
5322 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5323 (eval $ac_compile) 2>conftest.er1
5325 grep -v '^ *+' conftest.er1
>conftest.err
5327 cat conftest.err
>&5
5328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5329 (exit $ac_status); } &&
5330 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5331 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5335 (exit $ac_status); }; } &&
5336 { ac_try
='test -s conftest.$ac_objext'
5337 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5341 (exit $ac_status); }; }; then
5342 ac_cv_header_stdc
=yes
5344 echo "$as_me: failed program was:" >&5
5345 sed 's/^/| /' conftest.
$ac_ext >&5
5347 ac_cv_header_stdc
=no
5349 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5351 if test $ac_cv_header_stdc = yes; then
5352 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5353 cat >conftest.
$ac_ext <<_ACEOF
5356 cat confdefs.h
>>conftest.
$ac_ext
5357 cat >>conftest.
$ac_ext <<_ACEOF
5358 /* end confdefs.h. */
5362 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5363 $EGREP "memchr" >/dev
/null
2>&1; then
5366 ac_cv_header_stdc
=no
5372 if test $ac_cv_header_stdc = yes; then
5373 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5374 cat >conftest.
$ac_ext <<_ACEOF
5377 cat confdefs.h
>>conftest.
$ac_ext
5378 cat >>conftest.
$ac_ext <<_ACEOF
5379 /* end confdefs.h. */
5383 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5384 $EGREP "free" >/dev
/null
2>&1; then
5387 ac_cv_header_stdc
=no
5393 if test $ac_cv_header_stdc = yes; then
5394 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5395 if test "$cross_compiling" = yes; then
5398 cat >conftest.
$ac_ext <<_ACEOF
5401 cat confdefs.h
>>conftest.
$ac_ext
5402 cat >>conftest.
$ac_ext <<_ACEOF
5403 /* end confdefs.h. */
5405 #if ((' ' & 0x0FF) == 0x020)
5406 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5407 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5409 # define ISLOWER(c) \
5410 (('a' <= (c) && (c) <= 'i') \
5411 || ('j' <= (c) && (c) <= 'r') \
5412 || ('s' <= (c) && (c) <= 'z'))
5413 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5416 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5421 for (i = 0; i < 256; i++)
5422 if (XOR (islower (i), ISLOWER (i))
5423 || toupper (i) != TOUPPER (i))
5428 rm -f conftest
$ac_exeext
5429 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5430 (eval $ac_link) 2>&5
5432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5433 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
5434 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5438 (exit $ac_status); }; }; then
5441 echo "$as_me: program exited with status $ac_status" >&5
5442 echo "$as_me: failed program was:" >&5
5443 sed 's/^/| /' conftest.
$ac_ext >&5
5446 ac_cv_header_stdc
=no
5448 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
5452 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5453 echo "${ECHO_T}$ac_cv_header_stdc" >&6
5454 if test $ac_cv_header_stdc = yes; then
5456 cat >>confdefs.h
<<\_ACEOF
5457 #define STDC_HEADERS 1
5462 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5472 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
5473 inttypes.h stdint.h unistd.h
5475 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5476 echo "$as_me:$LINENO: checking for $ac_header" >&5
5477 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5478 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5479 echo $ECHO_N "(cached) $ECHO_C" >&6
5481 cat >conftest.
$ac_ext <<_ACEOF
5484 cat confdefs.h
>>conftest.
$ac_ext
5485 cat >>conftest.
$ac_ext <<_ACEOF
5486 /* end confdefs.h. */
5487 $ac_includes_default
5489 #include <$ac_header>
5491 rm -f conftest.
$ac_objext
5492 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5493 (eval $ac_compile) 2>conftest.er1
5495 grep -v '^ *+' conftest.er1
>conftest.err
5497 cat conftest.err
>&5
5498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5499 (exit $ac_status); } &&
5500 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5501 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5505 (exit $ac_status); }; } &&
5506 { ac_try
='test -s conftest.$ac_objext'
5507 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5511 (exit $ac_status); }; }; then
5512 eval "$as_ac_Header=yes"
5514 echo "$as_me: failed program was:" >&5
5515 sed 's/^/| /' conftest.
$ac_ext >&5
5517 eval "$as_ac_Header=no"
5519 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5521 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5522 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5523 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5524 cat >>confdefs.h
<<_ACEOF
5525 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5533 echo "$as_me:$LINENO: checking for off_t" >&5
5534 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
5535 if test "${ac_cv_type_off_t+set}" = set; then
5536 echo $ECHO_N "(cached) $ECHO_C" >&6
5538 cat >conftest.
$ac_ext <<_ACEOF
5541 cat confdefs.h
>>conftest.
$ac_ext
5542 cat >>conftest.
$ac_ext <<_ACEOF
5543 /* end confdefs.h. */
5544 $ac_includes_default
5556 rm -f conftest.
$ac_objext
5557 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5558 (eval $ac_compile) 2>conftest.er1
5560 grep -v '^ *+' conftest.er1
>conftest.err
5562 cat conftest.err
>&5
5563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5564 (exit $ac_status); } &&
5565 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5566 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5570 (exit $ac_status); }; } &&
5571 { ac_try
='test -s conftest.$ac_objext'
5572 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5576 (exit $ac_status); }; }; then
5577 ac_cv_type_off_t
=yes
5579 echo "$as_me: failed program was:" >&5
5580 sed 's/^/| /' conftest.
$ac_ext >&5
5584 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5586 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
5587 echo "${ECHO_T}$ac_cv_type_off_t" >&6
5588 if test $ac_cv_type_off_t = yes; then
5592 cat >>confdefs.h
<<_ACEOF
5599 # check header files
5600 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5601 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
5602 if test "${ac_cv_header_stdc+set}" = set; then
5603 echo $ECHO_N "(cached) $ECHO_C" >&6
5605 cat >conftest.
$ac_ext <<_ACEOF
5608 cat confdefs.h
>>conftest.
$ac_ext
5609 cat >>conftest.
$ac_ext <<_ACEOF
5610 /* end confdefs.h. */
5624 rm -f conftest.
$ac_objext
5625 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5626 (eval $ac_compile) 2>conftest.er1
5628 grep -v '^ *+' conftest.er1
>conftest.err
5630 cat conftest.err
>&5
5631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5632 (exit $ac_status); } &&
5633 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5634 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5638 (exit $ac_status); }; } &&
5639 { ac_try
='test -s conftest.$ac_objext'
5640 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5644 (exit $ac_status); }; }; then
5645 ac_cv_header_stdc
=yes
5647 echo "$as_me: failed program was:" >&5
5648 sed 's/^/| /' conftest.
$ac_ext >&5
5650 ac_cv_header_stdc
=no
5652 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5654 if test $ac_cv_header_stdc = yes; then
5655 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5656 cat >conftest.
$ac_ext <<_ACEOF
5659 cat confdefs.h
>>conftest.
$ac_ext
5660 cat >>conftest.
$ac_ext <<_ACEOF
5661 /* end confdefs.h. */
5665 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5666 $EGREP "memchr" >/dev
/null
2>&1; then
5669 ac_cv_header_stdc
=no
5675 if test $ac_cv_header_stdc = yes; then
5676 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5677 cat >conftest.
$ac_ext <<_ACEOF
5680 cat confdefs.h
>>conftest.
$ac_ext
5681 cat >>conftest.
$ac_ext <<_ACEOF
5682 /* end confdefs.h. */
5686 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5687 $EGREP "free" >/dev
/null
2>&1; then
5690 ac_cv_header_stdc
=no
5696 if test $ac_cv_header_stdc = yes; then
5697 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5698 if test "$cross_compiling" = yes; then
5701 cat >conftest.
$ac_ext <<_ACEOF
5704 cat confdefs.h
>>conftest.
$ac_ext
5705 cat >>conftest.
$ac_ext <<_ACEOF
5706 /* end confdefs.h. */
5708 #if ((' ' & 0x0FF) == 0x020)
5709 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5710 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5712 # define ISLOWER(c) \
5713 (('a' <= (c) && (c) <= 'i') \
5714 || ('j' <= (c) && (c) <= 'r') \
5715 || ('s' <= (c) && (c) <= 'z'))
5716 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5719 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5724 for (i = 0; i < 256; i++)
5725 if (XOR (islower (i), ISLOWER (i))
5726 || toupper (i) != TOUPPER (i))
5731 rm -f conftest
$ac_exeext
5732 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5733 (eval $ac_link) 2>&5
5735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5736 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
5737 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5741 (exit $ac_status); }; }; then
5744 echo "$as_me: program exited with status $ac_status" >&5
5745 echo "$as_me: failed program was:" >&5
5746 sed 's/^/| /' conftest.
$ac_ext >&5
5749 ac_cv_header_stdc
=no
5751 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
5755 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5756 echo "${ECHO_T}$ac_cv_header_stdc" >&6
5757 if test $ac_cv_header_stdc = yes; then
5759 cat >>confdefs.h
<<\_ACEOF
5760 #define STDC_HEADERS 1
5772 for ac_header
in stdlib.h stdio.h string.h stddef.h math.h unistd.h signal.h
5774 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5775 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5776 echo "$as_me:$LINENO: checking for $ac_header" >&5
5777 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5778 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5779 echo $ECHO_N "(cached) $ECHO_C" >&6
5781 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5782 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5784 # Is the header compilable?
5785 echo "$as_me:$LINENO: checking $ac_header usability" >&5
5786 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
5787 cat >conftest.
$ac_ext <<_ACEOF
5790 cat confdefs.h
>>conftest.
$ac_ext
5791 cat >>conftest.
$ac_ext <<_ACEOF
5792 /* end confdefs.h. */
5793 $ac_includes_default
5794 #include <$ac_header>
5796 rm -f conftest.
$ac_objext
5797 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5798 (eval $ac_compile) 2>conftest.er1
5800 grep -v '^ *+' conftest.er1
>conftest.err
5802 cat conftest.err
>&5
5803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5804 (exit $ac_status); } &&
5805 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5806 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5810 (exit $ac_status); }; } &&
5811 { ac_try
='test -s conftest.$ac_objext'
5812 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5816 (exit $ac_status); }; }; then
5817 ac_header_compiler
=yes
5819 echo "$as_me: failed program was:" >&5
5820 sed 's/^/| /' conftest.
$ac_ext >&5
5822 ac_header_compiler
=no
5824 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5825 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5826 echo "${ECHO_T}$ac_header_compiler" >&6
5828 # Is the header present?
5829 echo "$as_me:$LINENO: checking $ac_header presence" >&5
5830 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
5831 cat >conftest.
$ac_ext <<_ACEOF
5834 cat confdefs.h
>>conftest.
$ac_ext
5835 cat >>conftest.
$ac_ext <<_ACEOF
5836 /* end confdefs.h. */
5837 #include <$ac_header>
5839 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5840 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5842 grep -v '^ *+' conftest.er1
>conftest.err
5844 cat conftest.err
>&5
5845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5846 (exit $ac_status); } >/dev
/null
; then
5847 if test -s conftest.err
; then
5848 ac_cpp_err
=$ac_c_preproc_warn_flag
5849 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
5856 if test -z "$ac_cpp_err"; then
5857 ac_header_preproc
=yes
5859 echo "$as_me: failed program was:" >&5
5860 sed 's/^/| /' conftest.
$ac_ext >&5
5862 ac_header_preproc
=no
5864 rm -f conftest.err conftest.
$ac_ext
5865 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5866 echo "${ECHO_T}$ac_header_preproc" >&6
5868 # So? What about this header?
5869 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5871 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5872 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5873 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5874 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5875 ac_header_preproc
=yes
5878 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5879 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5880 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
5881 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
5882 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5883 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5884 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
5885 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
5886 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5887 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5888 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5889 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5892 ## ------------------------------------------------------ ##
5893 ## Report this to the GNU Fortran Runtime Library lists. ##
5894 ## ------------------------------------------------------ ##
5897 sed "s/^/$as_me: WARNING: /" >&2
5900 echo "$as_me:$LINENO: checking for $ac_header" >&5
5901 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5902 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5903 echo $ECHO_N "(cached) $ECHO_C" >&6
5905 eval "$as_ac_Header=\$ac_header_preproc"
5907 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5908 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5911 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5912 cat >>confdefs.h
<<_ACEOF
5913 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5925 for ac_header
in time.h sys
/params.h sys
/time.h sys
/times.h sys
/resource.h
5927 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5928 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5929 echo "$as_me:$LINENO: checking for $ac_header" >&5
5930 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5931 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5932 echo $ECHO_N "(cached) $ECHO_C" >&6
5934 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5935 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5937 # Is the header compilable?
5938 echo "$as_me:$LINENO: checking $ac_header usability" >&5
5939 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
5940 cat >conftest.
$ac_ext <<_ACEOF
5943 cat confdefs.h
>>conftest.
$ac_ext
5944 cat >>conftest.
$ac_ext <<_ACEOF
5945 /* end confdefs.h. */
5946 $ac_includes_default
5947 #include <$ac_header>
5949 rm -f conftest.
$ac_objext
5950 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5951 (eval $ac_compile) 2>conftest.er1
5953 grep -v '^ *+' conftest.er1
>conftest.err
5955 cat conftest.err
>&5
5956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5957 (exit $ac_status); } &&
5958 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
5959 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5963 (exit $ac_status); }; } &&
5964 { ac_try
='test -s conftest.$ac_objext'
5965 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5969 (exit $ac_status); }; }; then
5970 ac_header_compiler
=yes
5972 echo "$as_me: failed program was:" >&5
5973 sed 's/^/| /' conftest.
$ac_ext >&5
5975 ac_header_compiler
=no
5977 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5978 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5979 echo "${ECHO_T}$ac_header_compiler" >&6
5981 # Is the header present?
5982 echo "$as_me:$LINENO: checking $ac_header presence" >&5
5983 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
5984 cat >conftest.
$ac_ext <<_ACEOF
5987 cat confdefs.h
>>conftest.
$ac_ext
5988 cat >>conftest.
$ac_ext <<_ACEOF
5989 /* end confdefs.h. */
5990 #include <$ac_header>
5992 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5993 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5995 grep -v '^ *+' conftest.er1
>conftest.err
5997 cat conftest.err
>&5
5998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5999 (exit $ac_status); } >/dev
/null
; then
6000 if test -s conftest.err
; then
6001 ac_cpp_err
=$ac_c_preproc_warn_flag
6002 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
6009 if test -z "$ac_cpp_err"; then
6010 ac_header_preproc
=yes
6012 echo "$as_me: failed program was:" >&5
6013 sed 's/^/| /' conftest.
$ac_ext >&5
6015 ac_header_preproc
=no
6017 rm -f conftest.err conftest.
$ac_ext
6018 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6019 echo "${ECHO_T}$ac_header_preproc" >&6
6021 # So? What about this header?
6022 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6024 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6025 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6026 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6027 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6028 ac_header_preproc
=yes
6031 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6032 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6033 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6034 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6035 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6036 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6037 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6038 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6039 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6040 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6041 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6042 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6045 ## ------------------------------------------------------ ##
6046 ## Report this to the GNU Fortran Runtime Library lists. ##
6047 ## ------------------------------------------------------ ##
6050 sed "s/^/$as_me: WARNING: /" >&2
6053 echo "$as_me:$LINENO: checking for $ac_header" >&5
6054 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6055 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6056 echo $ECHO_N "(cached) $ECHO_C" >&6
6058 eval "$as_ac_Header=\$ac_header_preproc"
6060 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6061 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6064 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6065 cat >>confdefs.h
<<_ACEOF
6066 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6077 for ac_header
in sys
/types.h sys
/stat.h floatingpoint.h ieeefp.h
6079 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6080 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6081 echo "$as_me:$LINENO: checking for $ac_header" >&5
6082 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6083 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6084 echo $ECHO_N "(cached) $ECHO_C" >&6
6086 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6087 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6089 # Is the header compilable?
6090 echo "$as_me:$LINENO: checking $ac_header usability" >&5
6091 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6092 cat >conftest.
$ac_ext <<_ACEOF
6095 cat confdefs.h
>>conftest.
$ac_ext
6096 cat >>conftest.
$ac_ext <<_ACEOF
6097 /* end confdefs.h. */
6098 $ac_includes_default
6099 #include <$ac_header>
6101 rm -f conftest.
$ac_objext
6102 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6103 (eval $ac_compile) 2>conftest.er1
6105 grep -v '^ *+' conftest.er1
>conftest.err
6107 cat conftest.err
>&5
6108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6109 (exit $ac_status); } &&
6110 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6111 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6115 (exit $ac_status); }; } &&
6116 { ac_try
='test -s conftest.$ac_objext'
6117 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6121 (exit $ac_status); }; }; then
6122 ac_header_compiler
=yes
6124 echo "$as_me: failed program was:" >&5
6125 sed 's/^/| /' conftest.
$ac_ext >&5
6127 ac_header_compiler
=no
6129 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6130 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6131 echo "${ECHO_T}$ac_header_compiler" >&6
6133 # Is the header present?
6134 echo "$as_me:$LINENO: checking $ac_header presence" >&5
6135 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6136 cat >conftest.
$ac_ext <<_ACEOF
6139 cat confdefs.h
>>conftest.
$ac_ext
6140 cat >>conftest.
$ac_ext <<_ACEOF
6141 /* end confdefs.h. */
6142 #include <$ac_header>
6144 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6145 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
6147 grep -v '^ *+' conftest.er1
>conftest.err
6149 cat conftest.err
>&5
6150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6151 (exit $ac_status); } >/dev
/null
; then
6152 if test -s conftest.err
; then
6153 ac_cpp_err
=$ac_c_preproc_warn_flag
6154 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
6161 if test -z "$ac_cpp_err"; then
6162 ac_header_preproc
=yes
6164 echo "$as_me: failed program was:" >&5
6165 sed 's/^/| /' conftest.
$ac_ext >&5
6167 ac_header_preproc
=no
6169 rm -f conftest.err conftest.
$ac_ext
6170 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6171 echo "${ECHO_T}$ac_header_preproc" >&6
6173 # So? What about this header?
6174 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6176 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6177 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6178 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6179 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6180 ac_header_preproc
=yes
6183 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6184 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6185 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6186 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6187 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6188 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6189 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6190 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6191 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6192 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6193 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6194 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6197 ## ------------------------------------------------------ ##
6198 ## Report this to the GNU Fortran Runtime Library lists. ##
6199 ## ------------------------------------------------------ ##
6202 sed "s/^/$as_me: WARNING: /" >&2
6205 echo "$as_me:$LINENO: checking for $ac_header" >&5
6206 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6207 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6208 echo $ECHO_N "(cached) $ECHO_C" >&6
6210 eval "$as_ac_Header=\$ac_header_preproc"
6212 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6213 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6216 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6217 cat >>confdefs.h
<<_ACEOF
6218 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6228 for ac_header
in fenv.h fptrap.h float.h
6230 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6231 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6232 echo "$as_me:$LINENO: checking for $ac_header" >&5
6233 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6234 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6235 echo $ECHO_N "(cached) $ECHO_C" >&6
6237 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6238 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6240 # Is the header compilable?
6241 echo "$as_me:$LINENO: checking $ac_header usability" >&5
6242 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6243 cat >conftest.
$ac_ext <<_ACEOF
6246 cat confdefs.h
>>conftest.
$ac_ext
6247 cat >>conftest.
$ac_ext <<_ACEOF
6248 /* end confdefs.h. */
6249 $ac_includes_default
6250 #include <$ac_header>
6252 rm -f conftest.
$ac_objext
6253 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6254 (eval $ac_compile) 2>conftest.er1
6256 grep -v '^ *+' conftest.er1
>conftest.err
6258 cat conftest.err
>&5
6259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6260 (exit $ac_status); } &&
6261 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6262 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6266 (exit $ac_status); }; } &&
6267 { ac_try
='test -s conftest.$ac_objext'
6268 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6272 (exit $ac_status); }; }; then
6273 ac_header_compiler
=yes
6275 echo "$as_me: failed program was:" >&5
6276 sed 's/^/| /' conftest.
$ac_ext >&5
6278 ac_header_compiler
=no
6280 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6281 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6282 echo "${ECHO_T}$ac_header_compiler" >&6
6284 # Is the header present?
6285 echo "$as_me:$LINENO: checking $ac_header presence" >&5
6286 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6287 cat >conftest.
$ac_ext <<_ACEOF
6290 cat confdefs.h
>>conftest.
$ac_ext
6291 cat >>conftest.
$ac_ext <<_ACEOF
6292 /* end confdefs.h. */
6293 #include <$ac_header>
6295 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6296 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
6298 grep -v '^ *+' conftest.er1
>conftest.err
6300 cat conftest.err
>&5
6301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6302 (exit $ac_status); } >/dev
/null
; then
6303 if test -s conftest.err
; then
6304 ac_cpp_err
=$ac_c_preproc_warn_flag
6305 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
6312 if test -z "$ac_cpp_err"; then
6313 ac_header_preproc
=yes
6315 echo "$as_me: failed program was:" >&5
6316 sed 's/^/| /' conftest.
$ac_ext >&5
6318 ac_header_preproc
=no
6320 rm -f conftest.err conftest.
$ac_ext
6321 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6322 echo "${ECHO_T}$ac_header_preproc" >&6
6324 # So? What about this header?
6325 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6327 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6328 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6329 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6330 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6331 ac_header_preproc
=yes
6334 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6335 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6336 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6337 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6338 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6339 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6340 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6341 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6342 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6343 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6344 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6345 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6348 ## ------------------------------------------------------ ##
6349 ## Report this to the GNU Fortran Runtime Library lists. ##
6350 ## ------------------------------------------------------ ##
6353 sed "s/^/$as_me: WARNING: /" >&2
6356 echo "$as_me:$LINENO: checking for $ac_header" >&5
6357 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6358 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6359 echo $ECHO_N "(cached) $ECHO_C" >&6
6361 eval "$as_ac_Header=\$ac_header_preproc"
6363 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6364 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6367 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6368 cat >>confdefs.h
<<_ACEOF
6369 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6376 if test "${ac_cv_header_complex_h+set}" = set; then
6377 echo "$as_me:$LINENO: checking for complex.h" >&5
6378 echo $ECHO_N "checking for complex.h... $ECHO_C" >&6
6379 if test "${ac_cv_header_complex_h+set}" = set; then
6380 echo $ECHO_N "(cached) $ECHO_C" >&6
6382 echo "$as_me:$LINENO: result: $ac_cv_header_complex_h" >&5
6383 echo "${ECHO_T}$ac_cv_header_complex_h" >&6
6385 # Is the header compilable?
6386 echo "$as_me:$LINENO: checking complex.h usability" >&5
6387 echo $ECHO_N "checking complex.h usability... $ECHO_C" >&6
6388 cat >conftest.
$ac_ext <<_ACEOF
6391 cat confdefs.h
>>conftest.
$ac_ext
6392 cat >>conftest.
$ac_ext <<_ACEOF
6393 /* end confdefs.h. */
6394 $ac_includes_default
6395 #include <complex.h>
6397 rm -f conftest.
$ac_objext
6398 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6399 (eval $ac_compile) 2>conftest.er1
6401 grep -v '^ *+' conftest.er1
>conftest.err
6403 cat conftest.err
>&5
6404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6405 (exit $ac_status); } &&
6406 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6407 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6411 (exit $ac_status); }; } &&
6412 { ac_try
='test -s conftest.$ac_objext'
6413 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6417 (exit $ac_status); }; }; then
6418 ac_header_compiler
=yes
6420 echo "$as_me: failed program was:" >&5
6421 sed 's/^/| /' conftest.
$ac_ext >&5
6423 ac_header_compiler
=no
6425 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6426 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6427 echo "${ECHO_T}$ac_header_compiler" >&6
6429 # Is the header present?
6430 echo "$as_me:$LINENO: checking complex.h presence" >&5
6431 echo $ECHO_N "checking complex.h presence... $ECHO_C" >&6
6432 cat >conftest.
$ac_ext <<_ACEOF
6435 cat confdefs.h
>>conftest.
$ac_ext
6436 cat >>conftest.
$ac_ext <<_ACEOF
6437 /* end confdefs.h. */
6438 #include <complex.h>
6440 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6441 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
6443 grep -v '^ *+' conftest.er1
>conftest.err
6445 cat conftest.err
>&5
6446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6447 (exit $ac_status); } >/dev
/null
; then
6448 if test -s conftest.err
; then
6449 ac_cpp_err
=$ac_c_preproc_warn_flag
6450 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
6457 if test -z "$ac_cpp_err"; then
6458 ac_header_preproc
=yes
6460 echo "$as_me: failed program was:" >&5
6461 sed 's/^/| /' conftest.
$ac_ext >&5
6463 ac_header_preproc
=no
6465 rm -f conftest.err conftest.
$ac_ext
6466 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6467 echo "${ECHO_T}$ac_header_preproc" >&6
6469 # So? What about this header?
6470 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6472 { echo "$as_me:$LINENO: WARNING: complex.h: accepted by the compiler, rejected by the preprocessor!" >&5
6473 echo "$as_me: WARNING: complex.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
6474 { echo "$as_me:$LINENO: WARNING: complex.h: proceeding with the compiler's result" >&5
6475 echo "$as_me: WARNING: complex.h: proceeding with the compiler's result" >&2;}
6476 ac_header_preproc
=yes
6479 { echo "$as_me:$LINENO: WARNING: complex.h: present but cannot be compiled" >&5
6480 echo "$as_me: WARNING: complex.h: present but cannot be compiled" >&2;}
6481 { echo "$as_me:$LINENO: WARNING: complex.h: check for missing prerequisite headers?" >&5
6482 echo "$as_me: WARNING: complex.h: check for missing prerequisite headers?" >&2;}
6483 { echo "$as_me:$LINENO: WARNING: complex.h: see the Autoconf documentation" >&5
6484 echo "$as_me: WARNING: complex.h: see the Autoconf documentation" >&2;}
6485 { echo "$as_me:$LINENO: WARNING: complex.h: section \"Present But Cannot Be Compiled\"" >&5
6486 echo "$as_me: WARNING: complex.h: section \"Present But Cannot Be Compiled\"" >&2;}
6487 { echo "$as_me:$LINENO: WARNING: complex.h: proceeding with the preprocessor's result" >&5
6488 echo "$as_me: WARNING: complex.h: proceeding with the preprocessor's result" >&2;}
6489 { echo "$as_me:$LINENO: WARNING: complex.h: in the future, the compiler will take precedence" >&5
6490 echo "$as_me: WARNING: complex.h: in the future, the compiler will take precedence" >&2;}
6493 ## ------------------------------------------------------ ##
6494 ## Report this to the GNU Fortran Runtime Library lists. ##
6495 ## ------------------------------------------------------ ##
6498 sed "s/^/$as_me: WARNING: /" >&2
6501 echo "$as_me:$LINENO: checking for complex.h" >&5
6502 echo $ECHO_N "checking for complex.h... $ECHO_C" >&6
6503 if test "${ac_cv_header_complex_h+set}" = set; then
6504 echo $ECHO_N "(cached) $ECHO_C" >&6
6506 ac_cv_header_complex_h
=$ac_header_preproc
6508 echo "$as_me:$LINENO: result: $ac_cv_header_complex_h" >&5
6509 echo "${ECHO_T}$ac_cv_header_complex_h" >&6
6512 if test $ac_cv_header_complex_h = yes; then
6514 cat >>confdefs.h
<<\_ACEOF
6515 #define HAVE_COMPLEX_H 1
6523 inttype_headers
=`echo inttypes.h sys/inttypes.h | sed -e 's/,/ /g'`
6525 acx_cv_header_stdint
=stddef.h
6526 acx_cv_header_stdint_kind
="(already complete)"
6527 for i
in stdint.h
$inttype_headers; do
6528 unset ac_cv_type_uintptr_t
6529 unset ac_cv_type_uintmax_t
6530 unset ac_cv_type_int_least32_t
6531 unset ac_cv_type_int_fast32_t
6532 unset ac_cv_type_uint64_t
6533 echo $ECHO_N "looking for a compliant stdint.h in $i, $ECHO_C" >&6
6534 echo "$as_me:$LINENO: checking for uintmax_t" >&5
6535 echo $ECHO_N "checking for uintmax_t... $ECHO_C" >&6
6536 if test "${ac_cv_type_uintmax_t+set}" = set; then
6537 echo $ECHO_N "(cached) $ECHO_C" >&6
6539 cat >conftest.
$ac_ext <<_ACEOF
6542 cat confdefs.h
>>conftest.
$ac_ext
6543 cat >>conftest.
$ac_ext <<_ACEOF
6544 /* end confdefs.h. */
6545 #include <sys/types.h>
6551 if ((uintmax_t *) 0)
6553 if (sizeof (uintmax_t))
6559 rm -f conftest.
$ac_objext
6560 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6561 (eval $ac_compile) 2>conftest.er1
6563 grep -v '^ *+' conftest.er1
>conftest.err
6565 cat conftest.err
>&5
6566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6567 (exit $ac_status); } &&
6568 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6569 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6573 (exit $ac_status); }; } &&
6574 { ac_try
='test -s conftest.$ac_objext'
6575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6579 (exit $ac_status); }; }; then
6580 ac_cv_type_uintmax_t
=yes
6582 echo "$as_me: failed program was:" >&5
6583 sed 's/^/| /' conftest.
$ac_ext >&5
6585 ac_cv_type_uintmax_t
=no
6587 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6589 echo "$as_me:$LINENO: result: $ac_cv_type_uintmax_t" >&5
6590 echo "${ECHO_T}$ac_cv_type_uintmax_t" >&6
6591 if test $ac_cv_type_uintmax_t = yes; then
6592 acx_cv_header_stdint
=$i
6597 echo "$as_me:$LINENO: checking for uintptr_t" >&5
6598 echo $ECHO_N "checking for uintptr_t... $ECHO_C" >&6
6599 if test "${ac_cv_type_uintptr_t+set}" = set; then
6600 echo $ECHO_N "(cached) $ECHO_C" >&6
6602 cat >conftest.
$ac_ext <<_ACEOF
6605 cat confdefs.h
>>conftest.
$ac_ext
6606 cat >>conftest.
$ac_ext <<_ACEOF
6607 /* end confdefs.h. */
6608 #include <sys/types.h>
6614 if ((uintptr_t *) 0)
6616 if (sizeof (uintptr_t))
6622 rm -f conftest.
$ac_objext
6623 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6624 (eval $ac_compile) 2>conftest.er1
6626 grep -v '^ *+' conftest.er1
>conftest.err
6628 cat conftest.err
>&5
6629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6630 (exit $ac_status); } &&
6631 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6632 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6636 (exit $ac_status); }; } &&
6637 { ac_try
='test -s conftest.$ac_objext'
6638 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6642 (exit $ac_status); }; }; then
6643 ac_cv_type_uintptr_t
=yes
6645 echo "$as_me: failed program was:" >&5
6646 sed 's/^/| /' conftest.
$ac_ext >&5
6648 ac_cv_type_uintptr_t
=no
6650 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6652 echo "$as_me:$LINENO: result: $ac_cv_type_uintptr_t" >&5
6653 echo "${ECHO_T}$ac_cv_type_uintptr_t" >&6
6654 if test $ac_cv_type_uintptr_t = yes; then
6657 acx_cv_header_stdint_kind
="(mostly complete)"
6660 echo "$as_me:$LINENO: checking for int_least32_t" >&5
6661 echo $ECHO_N "checking for int_least32_t... $ECHO_C" >&6
6662 if test "${ac_cv_type_int_least32_t+set}" = set; then
6663 echo $ECHO_N "(cached) $ECHO_C" >&6
6665 cat >conftest.
$ac_ext <<_ACEOF
6668 cat confdefs.h
>>conftest.
$ac_ext
6669 cat >>conftest.
$ac_ext <<_ACEOF
6670 /* end confdefs.h. */
6671 #include <sys/types.h>
6677 if ((int_least32_t *) 0)
6679 if (sizeof (int_least32_t))
6685 rm -f conftest.
$ac_objext
6686 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6687 (eval $ac_compile) 2>conftest.er1
6689 grep -v '^ *+' conftest.er1
>conftest.err
6691 cat conftest.err
>&5
6692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6693 (exit $ac_status); } &&
6694 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6695 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6699 (exit $ac_status); }; } &&
6700 { ac_try
='test -s conftest.$ac_objext'
6701 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6705 (exit $ac_status); }; }; then
6706 ac_cv_type_int_least32_t
=yes
6708 echo "$as_me: failed program was:" >&5
6709 sed 's/^/| /' conftest.
$ac_ext >&5
6711 ac_cv_type_int_least32_t
=no
6713 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6715 echo "$as_me:$LINENO: result: $ac_cv_type_int_least32_t" >&5
6716 echo "${ECHO_T}$ac_cv_type_int_least32_t" >&6
6717 if test $ac_cv_type_int_least32_t = yes; then
6720 acx_cv_header_stdint_kind
="(mostly complete)"
6723 echo "$as_me:$LINENO: checking for int_fast32_t" >&5
6724 echo $ECHO_N "checking for int_fast32_t... $ECHO_C" >&6
6725 if test "${ac_cv_type_int_fast32_t+set}" = set; then
6726 echo $ECHO_N "(cached) $ECHO_C" >&6
6728 cat >conftest.
$ac_ext <<_ACEOF
6731 cat confdefs.h
>>conftest.
$ac_ext
6732 cat >>conftest.
$ac_ext <<_ACEOF
6733 /* end confdefs.h. */
6734 #include <sys/types.h>
6740 if ((int_fast32_t *) 0)
6742 if (sizeof (int_fast32_t))
6748 rm -f conftest.
$ac_objext
6749 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6750 (eval $ac_compile) 2>conftest.er1
6752 grep -v '^ *+' conftest.er1
>conftest.err
6754 cat conftest.err
>&5
6755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6756 (exit $ac_status); } &&
6757 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6758 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6762 (exit $ac_status); }; } &&
6763 { ac_try
='test -s conftest.$ac_objext'
6764 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6768 (exit $ac_status); }; }; then
6769 ac_cv_type_int_fast32_t
=yes
6771 echo "$as_me: failed program was:" >&5
6772 sed 's/^/| /' conftest.
$ac_ext >&5
6774 ac_cv_type_int_fast32_t
=no
6776 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6778 echo "$as_me:$LINENO: result: $ac_cv_type_int_fast32_t" >&5
6779 echo "${ECHO_T}$ac_cv_type_int_fast32_t" >&6
6780 if test $ac_cv_type_int_fast32_t = yes; then
6783 acx_cv_header_stdint_kind
="(mostly complete)"
6786 echo "$as_me:$LINENO: checking for uint64_t" >&5
6787 echo $ECHO_N "checking for uint64_t... $ECHO_C" >&6
6788 if test "${ac_cv_type_uint64_t+set}" = set; then
6789 echo $ECHO_N "(cached) $ECHO_C" >&6
6791 cat >conftest.
$ac_ext <<_ACEOF
6794 cat confdefs.h
>>conftest.
$ac_ext
6795 cat >>conftest.
$ac_ext <<_ACEOF
6796 /* end confdefs.h. */
6797 #include <sys/types.h>
6805 if (sizeof (uint64_t))
6811 rm -f conftest.
$ac_objext
6812 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6813 (eval $ac_compile) 2>conftest.er1
6815 grep -v '^ *+' conftest.er1
>conftest.err
6817 cat conftest.err
>&5
6818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6819 (exit $ac_status); } &&
6820 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6821 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6825 (exit $ac_status); }; } &&
6826 { ac_try
='test -s conftest.$ac_objext'
6827 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6831 (exit $ac_status); }; }; then
6832 ac_cv_type_uint64_t
=yes
6834 echo "$as_me: failed program was:" >&5
6835 sed 's/^/| /' conftest.
$ac_ext >&5
6837 ac_cv_type_uint64_t
=no
6839 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6841 echo "$as_me:$LINENO: result: $ac_cv_type_uint64_t" >&5
6842 echo "${ECHO_T}$ac_cv_type_uint64_t" >&6
6843 if test $ac_cv_type_uint64_t = yes; then
6846 acx_cv_header_stdint_kind
="(lacks uint64_t)"
6851 if test "$acx_cv_header_stdint" = stddef.h
; then
6852 acx_cv_header_stdint_kind
="(lacks uintptr_t)"
6853 for i
in stdint.h
$inttype_headers; do
6854 unset ac_cv_type_uint32_t
6855 unset ac_cv_type_uint64_t
6856 echo $ECHO_N "looking for an incomplete stdint.h in $i, $ECHO_C" >&6
6857 echo "$as_me:$LINENO: checking for uint32_t" >&5
6858 echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6
6859 if test "${ac_cv_type_uint32_t+set}" = set; then
6860 echo $ECHO_N "(cached) $ECHO_C" >&6
6862 cat >conftest.
$ac_ext <<_ACEOF
6865 cat confdefs.h
>>conftest.
$ac_ext
6866 cat >>conftest.
$ac_ext <<_ACEOF
6867 /* end confdefs.h. */
6868 #include <sys/types.h>
6876 if (sizeof (uint32_t))
6882 rm -f conftest.
$ac_objext
6883 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6884 (eval $ac_compile) 2>conftest.er1
6886 grep -v '^ *+' conftest.er1
>conftest.err
6888 cat conftest.err
>&5
6889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6890 (exit $ac_status); } &&
6891 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6892 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6896 (exit $ac_status); }; } &&
6897 { ac_try
='test -s conftest.$ac_objext'
6898 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6902 (exit $ac_status); }; }; then
6903 ac_cv_type_uint32_t
=yes
6905 echo "$as_me: failed program was:" >&5
6906 sed 's/^/| /' conftest.
$ac_ext >&5
6908 ac_cv_type_uint32_t
=no
6910 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6912 echo "$as_me:$LINENO: result: $ac_cv_type_uint32_t" >&5
6913 echo "${ECHO_T}$ac_cv_type_uint32_t" >&6
6914 if test $ac_cv_type_uint32_t = yes; then
6915 acx_cv_header_stdint
=$i
6920 echo "$as_me:$LINENO: checking for uint64_t" >&5
6921 echo $ECHO_N "checking for uint64_t... $ECHO_C" >&6
6922 if test "${ac_cv_type_uint64_t+set}" = set; then
6923 echo $ECHO_N "(cached) $ECHO_C" >&6
6925 cat >conftest.
$ac_ext <<_ACEOF
6928 cat confdefs.h
>>conftest.
$ac_ext
6929 cat >>conftest.
$ac_ext <<_ACEOF
6930 /* end confdefs.h. */
6931 #include <sys/types.h>
6939 if (sizeof (uint64_t))
6945 rm -f conftest.
$ac_objext
6946 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6947 (eval $ac_compile) 2>conftest.er1
6949 grep -v '^ *+' conftest.er1
>conftest.err
6951 cat conftest.err
>&5
6952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6953 (exit $ac_status); } &&
6954 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
6955 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6959 (exit $ac_status); }; } &&
6960 { ac_try
='test -s conftest.$ac_objext'
6961 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6965 (exit $ac_status); }; }; then
6966 ac_cv_type_uint64_t
=yes
6968 echo "$as_me: failed program was:" >&5
6969 sed 's/^/| /' conftest.
$ac_ext >&5
6971 ac_cv_type_uint64_t
=no
6973 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6975 echo "$as_me:$LINENO: result: $ac_cv_type_uint64_t" >&5
6976 echo "${ECHO_T}$ac_cv_type_uint64_t" >&6
6977 if test $ac_cv_type_uint64_t = yes; then
6980 acx_cv_header_stdint_kind
="(lacks uintptr_t and uint64_t)"
6986 if test "$acx_cv_header_stdint" = stddef.h
; then
6987 acx_cv_header_stdint_kind
="(u_intXX_t style)"
6988 for i
in sys
/types.h
$inttype_headers; do
6989 unset ac_cv_type_u_int32_t
6990 unset ac_cv_type_u_int64_t
6991 echo $ECHO_N "looking for u_intXX_t types in $i, $ECHO_C" >&6
6992 echo "$as_me:$LINENO: checking for u_int32_t" >&5
6993 echo $ECHO_N "checking for u_int32_t... $ECHO_C" >&6
6994 if test "${ac_cv_type_u_int32_t+set}" = set; then
6995 echo $ECHO_N "(cached) $ECHO_C" >&6
6997 cat >conftest.
$ac_ext <<_ACEOF
7000 cat confdefs.h
>>conftest.
$ac_ext
7001 cat >>conftest.
$ac_ext <<_ACEOF
7002 /* end confdefs.h. */
7003 #include <sys/types.h>
7009 if ((u_int32_t *) 0)
7011 if (sizeof (u_int32_t))
7017 rm -f conftest.
$ac_objext
7018 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7019 (eval $ac_compile) 2>conftest.er1
7021 grep -v '^ *+' conftest.er1
>conftest.err
7023 cat conftest.err
>&5
7024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7025 (exit $ac_status); } &&
7026 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7027 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7031 (exit $ac_status); }; } &&
7032 { ac_try
='test -s conftest.$ac_objext'
7033 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7037 (exit $ac_status); }; }; then
7038 ac_cv_type_u_int32_t
=yes
7040 echo "$as_me: failed program was:" >&5
7041 sed 's/^/| /' conftest.
$ac_ext >&5
7043 ac_cv_type_u_int32_t
=no
7045 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7047 echo "$as_me:$LINENO: result: $ac_cv_type_u_int32_t" >&5
7048 echo "${ECHO_T}$ac_cv_type_u_int32_t" >&6
7049 if test $ac_cv_type_u_int32_t = yes; then
7050 acx_cv_header_stdint
=$i
7055 echo "$as_me:$LINENO: checking for u_int64_t" >&5
7056 echo $ECHO_N "checking for u_int64_t... $ECHO_C" >&6
7057 if test "${ac_cv_type_u_int64_t+set}" = set; then
7058 echo $ECHO_N "(cached) $ECHO_C" >&6
7060 cat >conftest.
$ac_ext <<_ACEOF
7063 cat confdefs.h
>>conftest.
$ac_ext
7064 cat >>conftest.
$ac_ext <<_ACEOF
7065 /* end confdefs.h. */
7066 #include <sys/types.h>
7072 if ((u_int64_t *) 0)
7074 if (sizeof (u_int64_t))
7080 rm -f conftest.
$ac_objext
7081 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7082 (eval $ac_compile) 2>conftest.er1
7084 grep -v '^ *+' conftest.er1
>conftest.err
7086 cat conftest.err
>&5
7087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7088 (exit $ac_status); } &&
7089 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7090 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7094 (exit $ac_status); }; } &&
7095 { ac_try
='test -s conftest.$ac_objext'
7096 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7100 (exit $ac_status); }; }; then
7101 ac_cv_type_u_int64_t
=yes
7103 echo "$as_me: failed program was:" >&5
7104 sed 's/^/| /' conftest.
$ac_ext >&5
7106 ac_cv_type_u_int64_t
=no
7108 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7110 echo "$as_me:$LINENO: result: $ac_cv_type_u_int64_t" >&5
7111 echo "${ECHO_T}$ac_cv_type_u_int64_t" >&6
7112 if test $ac_cv_type_u_int64_t = yes; then
7115 acx_cv_header_stdint_kind
="(u_intXX_t style, lacks u_int64_t)"
7121 if test "$acx_cv_header_stdint" = stddef.h
; then
7122 acx_cv_header_stdint_kind
="(using manual detection)"
7125 test -z "$ac_cv_type_uintptr_t" && ac_cv_type_uintptr_t
=no
7126 test -z "$ac_cv_type_uint64_t" && ac_cv_type_uint64_t
=no
7127 test -z "$ac_cv_type_u_int64_t" && ac_cv_type_u_int64_t
=no
7128 test -z "$ac_cv_type_int_least32_t" && ac_cv_type_int_least32_t
=no
7129 test -z "$ac_cv_type_int_fast32_t" && ac_cv_type_int_fast32_t
=no
7131 # ----------------- Summarize what we found so far
7133 echo "$as_me:$LINENO: checking what to include in gstdint.h" >&5
7134 echo $ECHO_N "checking what to include in gstdint.h... $ECHO_C" >&6
7136 case `$as_basename gstdint.h ||
7137 $as_expr X/gstdint.h : '.*/\([^/][^/]*\)/*$' \| \
7138 Xgstdint.h : 'X\(//\)$' \| \
7139 Xgstdint.h : 'X\(/\)$' \| \
7140 . : '\(.\)' 2>/dev/null ||
7142 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
7143 /^X\/\(\/\/\)$/{ s//\1/; q; }
7144 /^X\/\(\/\).*/{ s//\1/; q; }
7146 stdint.h
) { echo "$as_me:$LINENO: WARNING: are you sure you want it there?" >&5
7147 echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
7148 inttypes.h
) { echo "$as_me:$LINENO: WARNING: are you sure you want it there?" >&5
7149 echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
7153 echo "$as_me:$LINENO: result: $acx_cv_header_stdint $acx_cv_header_stdint_kind" >&5
7154 echo "${ECHO_T}$acx_cv_header_stdint $acx_cv_header_stdint_kind" >&6
7156 # ----------------- done included file, check C basic types --------
7158 # Lacking an uintptr_t? Test size of void *
7159 case "$acx_cv_header_stdint:$ac_cv_type_uintptr_t" in
7160 stddef.h
:* |
*:no
) echo "$as_me:$LINENO: checking for void *" >&5
7161 echo $ECHO_N "checking for void *... $ECHO_C" >&6
7162 if test "${ac_cv_type_void_p+set}" = set; then
7163 echo $ECHO_N "(cached) $ECHO_C" >&6
7165 cat >conftest.
$ac_ext <<_ACEOF
7168 cat confdefs.h
>>conftest.
$ac_ext
7169 cat >>conftest.
$ac_ext <<_ACEOF
7170 /* end confdefs.h. */
7171 $ac_includes_default
7177 if (sizeof (void *))
7183 rm -f conftest.
$ac_objext
7184 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7185 (eval $ac_compile) 2>conftest.er1
7187 grep -v '^ *+' conftest.er1
>conftest.err
7189 cat conftest.err
>&5
7190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7191 (exit $ac_status); } &&
7192 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7193 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7197 (exit $ac_status); }; } &&
7198 { ac_try
='test -s conftest.$ac_objext'
7199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7203 (exit $ac_status); }; }; then
7204 ac_cv_type_void_p
=yes
7206 echo "$as_me: failed program was:" >&5
7207 sed 's/^/| /' conftest.
$ac_ext >&5
7209 ac_cv_type_void_p
=no
7211 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7213 echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
7214 echo "${ECHO_T}$ac_cv_type_void_p" >&6
7216 echo "$as_me:$LINENO: checking size of void *" >&5
7217 echo $ECHO_N "checking size of void *... $ECHO_C" >&6
7218 if test "${ac_cv_sizeof_void_p+set}" = set; then
7219 echo $ECHO_N "(cached) $ECHO_C" >&6
7221 if test "$ac_cv_type_void_p" = yes; then
7222 # The cast to unsigned long works around a bug in the HP C Compiler
7223 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
7224 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
7225 # This bug is HP SR number 8606223364.
7226 if test "$cross_compiling" = yes; then
7227 # Depending upon the size, compute the lo and hi bounds.
7228 cat >conftest.
$ac_ext <<_ACEOF
7231 cat confdefs.h
>>conftest.
$ac_ext
7232 cat >>conftest.
$ac_ext <<_ACEOF
7233 /* end confdefs.h. */
7234 $ac_includes_default
7238 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)];
7245 rm -f conftest.
$ac_objext
7246 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7247 (eval $ac_compile) 2>conftest.er1
7249 grep -v '^ *+' conftest.er1
>conftest.err
7251 cat conftest.err
>&5
7252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7253 (exit $ac_status); } &&
7254 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7259 (exit $ac_status); }; } &&
7260 { ac_try
='test -s conftest.$ac_objext'
7261 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7265 (exit $ac_status); }; }; then
7268 cat >conftest.
$ac_ext <<_ACEOF
7271 cat confdefs.h
>>conftest.
$ac_ext
7272 cat >>conftest.
$ac_ext <<_ACEOF
7273 /* end confdefs.h. */
7274 $ac_includes_default
7278 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
7285 rm -f conftest.
$ac_objext
7286 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7287 (eval $ac_compile) 2>conftest.er1
7289 grep -v '^ *+' conftest.er1
>conftest.err
7291 cat conftest.err
>&5
7292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7293 (exit $ac_status); } &&
7294 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7295 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7299 (exit $ac_status); }; } &&
7300 { ac_try
='test -s conftest.$ac_objext'
7301 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7305 (exit $ac_status); }; }; then
7306 ac_hi
=$ac_mid; break
7308 echo "$as_me: failed program was:" >&5
7309 sed 's/^/| /' conftest.
$ac_ext >&5
7311 ac_lo
=`expr $ac_mid + 1`
7312 if test $ac_lo -le $ac_mid; then
7316 ac_mid
=`expr 2 '*' $ac_mid + 1`
7318 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7321 echo "$as_me: failed program was:" >&5
7322 sed 's/^/| /' conftest.
$ac_ext >&5
7324 cat >conftest.
$ac_ext <<_ACEOF
7327 cat confdefs.h
>>conftest.
$ac_ext
7328 cat >>conftest.
$ac_ext <<_ACEOF
7329 /* end confdefs.h. */
7330 $ac_includes_default
7334 static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)];
7341 rm -f conftest.
$ac_objext
7342 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7343 (eval $ac_compile) 2>conftest.er1
7345 grep -v '^ *+' conftest.er1
>conftest.err
7347 cat conftest.err
>&5
7348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7349 (exit $ac_status); } &&
7350 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7351 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7355 (exit $ac_status); }; } &&
7356 { ac_try
='test -s conftest.$ac_objext'
7357 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7361 (exit $ac_status); }; }; then
7364 cat >conftest.
$ac_ext <<_ACEOF
7367 cat confdefs.h
>>conftest.
$ac_ext
7368 cat >>conftest.
$ac_ext <<_ACEOF
7369 /* end confdefs.h. */
7370 $ac_includes_default
7374 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)];
7381 rm -f conftest.
$ac_objext
7382 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7383 (eval $ac_compile) 2>conftest.er1
7385 grep -v '^ *+' conftest.er1
>conftest.err
7387 cat conftest.err
>&5
7388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7389 (exit $ac_status); } &&
7390 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7391 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7395 (exit $ac_status); }; } &&
7396 { ac_try
='test -s conftest.$ac_objext'
7397 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7401 (exit $ac_status); }; }; then
7402 ac_lo
=$ac_mid; break
7404 echo "$as_me: failed program was:" >&5
7405 sed 's/^/| /' conftest.
$ac_ext >&5
7407 ac_hi
=`expr '(' $ac_mid ')' - 1`
7408 if test $ac_mid -le $ac_hi; then
7412 ac_mid
=`expr 2 '*' $ac_mid`
7414 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7417 echo "$as_me: failed program was:" >&5
7418 sed 's/^/| /' conftest.
$ac_ext >&5
7422 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7424 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7425 # Binary search between lo and hi bounds.
7426 while test "x$ac_lo" != "x$ac_hi"; do
7427 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
7428 cat >conftest.
$ac_ext <<_ACEOF
7431 cat confdefs.h
>>conftest.
$ac_ext
7432 cat >>conftest.
$ac_ext <<_ACEOF
7433 /* end confdefs.h. */
7434 $ac_includes_default
7438 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
7445 rm -f conftest.
$ac_objext
7446 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7447 (eval $ac_compile) 2>conftest.er1
7449 grep -v '^ *+' conftest.er1
>conftest.err
7451 cat conftest.err
>&5
7452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7453 (exit $ac_status); } &&
7454 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7459 (exit $ac_status); }; } &&
7460 { ac_try
='test -s conftest.$ac_objext'
7461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7465 (exit $ac_status); }; }; then
7468 echo "$as_me: failed program was:" >&5
7469 sed 's/^/| /' conftest.
$ac_ext >&5
7471 ac_lo
=`expr '(' $ac_mid ')' + 1`
7473 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7476 ?
*) ac_cv_sizeof_void_p
=$ac_lo;;
7477 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
7478 See \`config.log' for more details." >&5
7479 echo "$as_me: error: cannot compute sizeof (void *), 77
7480 See \`config.log' for more details." >&2;}
7481 { (exit 1); exit 1; }; } ;;
7484 if test "$cross_compiling" = yes; then
7485 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
7486 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
7487 { (exit 1); exit 1; }; }
7489 cat >conftest.
$ac_ext <<_ACEOF
7492 cat confdefs.h
>>conftest.
$ac_ext
7493 cat >>conftest.
$ac_ext <<_ACEOF
7494 /* end confdefs.h. */
7495 $ac_includes_default
7496 long longval () { return (long) (sizeof (void *)); }
7497 unsigned long ulongval () { return (long) (sizeof (void *)); }
7504 FILE *f = fopen ("conftest.val", "w");
7507 if (((long) (sizeof (void *))) < 0)
7509 long i = longval ();
7510 if (i != ((long) (sizeof (void *))))
7512 fprintf (f, "%ld\n", i);
7516 unsigned long i = ulongval ();
7517 if (i != ((long) (sizeof (void *))))
7519 fprintf (f, "%lu\n", i);
7521 exit (ferror (f) || fclose (f) != 0);
7527 rm -f conftest
$ac_exeext
7528 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7529 (eval $ac_link) 2>&5
7531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7532 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
7533 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7537 (exit $ac_status); }; }; then
7538 ac_cv_sizeof_void_p
=`cat conftest.val`
7540 echo "$as_me: program exited with status $ac_status" >&5
7541 echo "$as_me: failed program was:" >&5
7542 sed 's/^/| /' conftest.
$ac_ext >&5
7545 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
7546 See \`config.log' for more details." >&5
7547 echo "$as_me: error: cannot compute sizeof (void *), 77
7548 See \`config.log' for more details." >&2;}
7549 { (exit 1); exit 1; }; }
7551 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
7556 ac_cv_sizeof_void_p
=0
7559 echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
7560 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6
7561 cat >>confdefs.h
<<_ACEOF
7562 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
7568 # Lacking an uint64_t? Test size of long
7569 case "$acx_cv_header_stdint:$ac_cv_type_uint64_t:$ac_cv_type_u_int64_t" in
7570 stddef.h
:*:* |
*:no
:no
) echo "$as_me:$LINENO: checking for long" >&5
7571 echo $ECHO_N "checking for long... $ECHO_C" >&6
7572 if test "${ac_cv_type_long+set}" = set; then
7573 echo $ECHO_N "(cached) $ECHO_C" >&6
7575 cat >conftest.
$ac_ext <<_ACEOF
7578 cat confdefs.h
>>conftest.
$ac_ext
7579 cat >>conftest.
$ac_ext <<_ACEOF
7580 /* end confdefs.h. */
7581 $ac_includes_default
7593 rm -f conftest.
$ac_objext
7594 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7595 (eval $ac_compile) 2>conftest.er1
7597 grep -v '^ *+' conftest.er1
>conftest.err
7599 cat conftest.err
>&5
7600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7601 (exit $ac_status); } &&
7602 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7603 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7607 (exit $ac_status); }; } &&
7608 { ac_try
='test -s conftest.$ac_objext'
7609 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7613 (exit $ac_status); }; }; then
7616 echo "$as_me: failed program was:" >&5
7617 sed 's/^/| /' conftest.
$ac_ext >&5
7621 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7623 echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
7624 echo "${ECHO_T}$ac_cv_type_long" >&6
7626 echo "$as_me:$LINENO: checking size of long" >&5
7627 echo $ECHO_N "checking size of long... $ECHO_C" >&6
7628 if test "${ac_cv_sizeof_long+set}" = set; then
7629 echo $ECHO_N "(cached) $ECHO_C" >&6
7631 if test "$ac_cv_type_long" = yes; then
7632 # The cast to unsigned long works around a bug in the HP C Compiler
7633 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
7634 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
7635 # This bug is HP SR number 8606223364.
7636 if test "$cross_compiling" = yes; then
7637 # Depending upon the size, compute the lo and hi bounds.
7638 cat >conftest.
$ac_ext <<_ACEOF
7641 cat confdefs.h
>>conftest.
$ac_ext
7642 cat >>conftest.
$ac_ext <<_ACEOF
7643 /* end confdefs.h. */
7644 $ac_includes_default
7648 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
7655 rm -f conftest.
$ac_objext
7656 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7657 (eval $ac_compile) 2>conftest.er1
7659 grep -v '^ *+' conftest.er1
>conftest.err
7661 cat conftest.err
>&5
7662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7663 (exit $ac_status); } &&
7664 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7665 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7669 (exit $ac_status); }; } &&
7670 { ac_try
='test -s conftest.$ac_objext'
7671 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7675 (exit $ac_status); }; }; then
7678 cat >conftest.
$ac_ext <<_ACEOF
7681 cat confdefs.h
>>conftest.
$ac_ext
7682 cat >>conftest.
$ac_ext <<_ACEOF
7683 /* end confdefs.h. */
7684 $ac_includes_default
7688 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
7695 rm -f conftest.
$ac_objext
7696 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7697 (eval $ac_compile) 2>conftest.er1
7699 grep -v '^ *+' conftest.er1
>conftest.err
7701 cat conftest.err
>&5
7702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7703 (exit $ac_status); } &&
7704 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7705 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7709 (exit $ac_status); }; } &&
7710 { ac_try
='test -s conftest.$ac_objext'
7711 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7715 (exit $ac_status); }; }; then
7716 ac_hi
=$ac_mid; break
7718 echo "$as_me: failed program was:" >&5
7719 sed 's/^/| /' conftest.
$ac_ext >&5
7721 ac_lo
=`expr $ac_mid + 1`
7722 if test $ac_lo -le $ac_mid; then
7726 ac_mid
=`expr 2 '*' $ac_mid + 1`
7728 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7731 echo "$as_me: failed program was:" >&5
7732 sed 's/^/| /' conftest.
$ac_ext >&5
7734 cat >conftest.
$ac_ext <<_ACEOF
7737 cat confdefs.h
>>conftest.
$ac_ext
7738 cat >>conftest.
$ac_ext <<_ACEOF
7739 /* end confdefs.h. */
7740 $ac_includes_default
7744 static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
7751 rm -f conftest.
$ac_objext
7752 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7753 (eval $ac_compile) 2>conftest.er1
7755 grep -v '^ *+' conftest.er1
>conftest.err
7757 cat conftest.err
>&5
7758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7759 (exit $ac_status); } &&
7760 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7761 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7765 (exit $ac_status); }; } &&
7766 { ac_try
='test -s conftest.$ac_objext'
7767 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7771 (exit $ac_status); }; }; then
7774 cat >conftest.
$ac_ext <<_ACEOF
7777 cat confdefs.h
>>conftest.
$ac_ext
7778 cat >>conftest.
$ac_ext <<_ACEOF
7779 /* end confdefs.h. */
7780 $ac_includes_default
7784 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
7791 rm -f conftest.
$ac_objext
7792 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7793 (eval $ac_compile) 2>conftest.er1
7795 grep -v '^ *+' conftest.er1
>conftest.err
7797 cat conftest.err
>&5
7798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7799 (exit $ac_status); } &&
7800 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7801 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7805 (exit $ac_status); }; } &&
7806 { ac_try
='test -s conftest.$ac_objext'
7807 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7811 (exit $ac_status); }; }; then
7812 ac_lo
=$ac_mid; break
7814 echo "$as_me: failed program was:" >&5
7815 sed 's/^/| /' conftest.
$ac_ext >&5
7817 ac_hi
=`expr '(' $ac_mid ')' - 1`
7818 if test $ac_mid -le $ac_hi; then
7822 ac_mid
=`expr 2 '*' $ac_mid`
7824 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7827 echo "$as_me: failed program was:" >&5
7828 sed 's/^/| /' conftest.
$ac_ext >&5
7832 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7834 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7835 # Binary search between lo and hi bounds.
7836 while test "x$ac_lo" != "x$ac_hi"; do
7837 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
7838 cat >conftest.
$ac_ext <<_ACEOF
7841 cat confdefs.h
>>conftest.
$ac_ext
7842 cat >>conftest.
$ac_ext <<_ACEOF
7843 /* end confdefs.h. */
7844 $ac_includes_default
7848 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
7855 rm -f conftest.
$ac_objext
7856 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7857 (eval $ac_compile) 2>conftest.er1
7859 grep -v '^ *+' conftest.er1
>conftest.err
7861 cat conftest.err
>&5
7862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7863 (exit $ac_status); } &&
7864 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
7865 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7869 (exit $ac_status); }; } &&
7870 { ac_try
='test -s conftest.$ac_objext'
7871 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7875 (exit $ac_status); }; }; then
7878 echo "$as_me: failed program was:" >&5
7879 sed 's/^/| /' conftest.
$ac_ext >&5
7881 ac_lo
=`expr '(' $ac_mid ')' + 1`
7883 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7886 ?
*) ac_cv_sizeof_long
=$ac_lo;;
7887 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
7888 See \`config.log' for more details." >&5
7889 echo "$as_me: error: cannot compute sizeof (long), 77
7890 See \`config.log' for more details." >&2;}
7891 { (exit 1); exit 1; }; } ;;
7894 if test "$cross_compiling" = yes; then
7895 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
7896 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
7897 { (exit 1); exit 1; }; }
7899 cat >conftest.
$ac_ext <<_ACEOF
7902 cat confdefs.h
>>conftest.
$ac_ext
7903 cat >>conftest.
$ac_ext <<_ACEOF
7904 /* end confdefs.h. */
7905 $ac_includes_default
7906 long longval () { return (long) (sizeof (long)); }
7907 unsigned long ulongval () { return (long) (sizeof (long)); }
7914 FILE *f = fopen ("conftest.val", "w");
7917 if (((long) (sizeof (long))) < 0)
7919 long i = longval ();
7920 if (i != ((long) (sizeof (long))))
7922 fprintf (f, "%ld\n", i);
7926 unsigned long i = ulongval ();
7927 if (i != ((long) (sizeof (long))))
7929 fprintf (f, "%lu\n", i);
7931 exit (ferror (f) || fclose (f) != 0);
7937 rm -f conftest
$ac_exeext
7938 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7939 (eval $ac_link) 2>&5
7941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7942 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
7943 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7947 (exit $ac_status); }; }; then
7948 ac_cv_sizeof_long
=`cat conftest.val`
7950 echo "$as_me: program exited with status $ac_status" >&5
7951 echo "$as_me: failed program was:" >&5
7952 sed 's/^/| /' conftest.
$ac_ext >&5
7955 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
7956 See \`config.log' for more details." >&5
7957 echo "$as_me: error: cannot compute sizeof (long), 77
7958 See \`config.log' for more details." >&2;}
7959 { (exit 1); exit 1; }; }
7961 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
7969 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
7970 echo "${ECHO_T}$ac_cv_sizeof_long" >&6
7971 cat >>confdefs.h
<<_ACEOF
7972 #define SIZEOF_LONG $ac_cv_sizeof_long
7978 if test $acx_cv_header_stdint = stddef.h
; then
7979 # Lacking a good header? Test size of everything and deduce all types.
7980 echo "$as_me:$LINENO: checking for int" >&5
7981 echo $ECHO_N "checking for int... $ECHO_C" >&6
7982 if test "${ac_cv_type_int+set}" = set; then
7983 echo $ECHO_N "(cached) $ECHO_C" >&6
7985 cat >conftest.
$ac_ext <<_ACEOF
7988 cat confdefs.h
>>conftest.
$ac_ext
7989 cat >>conftest.
$ac_ext <<_ACEOF
7990 /* end confdefs.h. */
7991 $ac_includes_default
8003 rm -f conftest.
$ac_objext
8004 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8005 (eval $ac_compile) 2>conftest.er1
8007 grep -v '^ *+' conftest.er1
>conftest.err
8009 cat conftest.err
>&5
8010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8011 (exit $ac_status); } &&
8012 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8013 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8017 (exit $ac_status); }; } &&
8018 { ac_try
='test -s conftest.$ac_objext'
8019 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8023 (exit $ac_status); }; }; then
8026 echo "$as_me: failed program was:" >&5
8027 sed 's/^/| /' conftest.
$ac_ext >&5
8031 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8033 echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
8034 echo "${ECHO_T}$ac_cv_type_int" >&6
8036 echo "$as_me:$LINENO: checking size of int" >&5
8037 echo $ECHO_N "checking size of int... $ECHO_C" >&6
8038 if test "${ac_cv_sizeof_int+set}" = set; then
8039 echo $ECHO_N "(cached) $ECHO_C" >&6
8041 if test "$ac_cv_type_int" = yes; then
8042 # The cast to unsigned long works around a bug in the HP C Compiler
8043 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8044 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8045 # This bug is HP SR number 8606223364.
8046 if test "$cross_compiling" = yes; then
8047 # Depending upon the size, compute the lo and hi bounds.
8048 cat >conftest.
$ac_ext <<_ACEOF
8051 cat confdefs.h
>>conftest.
$ac_ext
8052 cat >>conftest.
$ac_ext <<_ACEOF
8053 /* end confdefs.h. */
8054 $ac_includes_default
8058 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
8065 rm -f conftest.
$ac_objext
8066 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8067 (eval $ac_compile) 2>conftest.er1
8069 grep -v '^ *+' conftest.er1
>conftest.err
8071 cat conftest.err
>&5
8072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8073 (exit $ac_status); } &&
8074 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8075 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8079 (exit $ac_status); }; } &&
8080 { ac_try
='test -s conftest.$ac_objext'
8081 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8085 (exit $ac_status); }; }; then
8088 cat >conftest.
$ac_ext <<_ACEOF
8091 cat confdefs.h
>>conftest.
$ac_ext
8092 cat >>conftest.
$ac_ext <<_ACEOF
8093 /* end confdefs.h. */
8094 $ac_includes_default
8098 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
8105 rm -f conftest.
$ac_objext
8106 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8107 (eval $ac_compile) 2>conftest.er1
8109 grep -v '^ *+' conftest.er1
>conftest.err
8111 cat conftest.err
>&5
8112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8113 (exit $ac_status); } &&
8114 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8115 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8119 (exit $ac_status); }; } &&
8120 { ac_try
='test -s conftest.$ac_objext'
8121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8125 (exit $ac_status); }; }; then
8126 ac_hi
=$ac_mid; break
8128 echo "$as_me: failed program was:" >&5
8129 sed 's/^/| /' conftest.
$ac_ext >&5
8131 ac_lo
=`expr $ac_mid + 1`
8132 if test $ac_lo -le $ac_mid; then
8136 ac_mid
=`expr 2 '*' $ac_mid + 1`
8138 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8141 echo "$as_me: failed program was:" >&5
8142 sed 's/^/| /' conftest.
$ac_ext >&5
8144 cat >conftest.
$ac_ext <<_ACEOF
8147 cat confdefs.h
>>conftest.
$ac_ext
8148 cat >>conftest.
$ac_ext <<_ACEOF
8149 /* end confdefs.h. */
8150 $ac_includes_default
8154 static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
8161 rm -f conftest.
$ac_objext
8162 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8163 (eval $ac_compile) 2>conftest.er1
8165 grep -v '^ *+' conftest.er1
>conftest.err
8167 cat conftest.err
>&5
8168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8169 (exit $ac_status); } &&
8170 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8171 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8175 (exit $ac_status); }; } &&
8176 { ac_try
='test -s conftest.$ac_objext'
8177 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8181 (exit $ac_status); }; }; then
8184 cat >conftest.
$ac_ext <<_ACEOF
8187 cat confdefs.h
>>conftest.
$ac_ext
8188 cat >>conftest.
$ac_ext <<_ACEOF
8189 /* end confdefs.h. */
8190 $ac_includes_default
8194 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
8201 rm -f conftest.
$ac_objext
8202 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8203 (eval $ac_compile) 2>conftest.er1
8205 grep -v '^ *+' conftest.er1
>conftest.err
8207 cat conftest.err
>&5
8208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8209 (exit $ac_status); } &&
8210 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8211 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8215 (exit $ac_status); }; } &&
8216 { ac_try
='test -s conftest.$ac_objext'
8217 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8221 (exit $ac_status); }; }; then
8222 ac_lo
=$ac_mid; break
8224 echo "$as_me: failed program was:" >&5
8225 sed 's/^/| /' conftest.
$ac_ext >&5
8227 ac_hi
=`expr '(' $ac_mid ')' - 1`
8228 if test $ac_mid -le $ac_hi; then
8232 ac_mid
=`expr 2 '*' $ac_mid`
8234 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8237 echo "$as_me: failed program was:" >&5
8238 sed 's/^/| /' conftest.
$ac_ext >&5
8242 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8244 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8245 # Binary search between lo and hi bounds.
8246 while test "x$ac_lo" != "x$ac_hi"; do
8247 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
8248 cat >conftest.
$ac_ext <<_ACEOF
8251 cat confdefs.h
>>conftest.
$ac_ext
8252 cat >>conftest.
$ac_ext <<_ACEOF
8253 /* end confdefs.h. */
8254 $ac_includes_default
8258 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
8265 rm -f conftest.
$ac_objext
8266 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8267 (eval $ac_compile) 2>conftest.er1
8269 grep -v '^ *+' conftest.er1
>conftest.err
8271 cat conftest.err
>&5
8272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8273 (exit $ac_status); } &&
8274 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8275 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8279 (exit $ac_status); }; } &&
8280 { ac_try
='test -s conftest.$ac_objext'
8281 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8285 (exit $ac_status); }; }; then
8288 echo "$as_me: failed program was:" >&5
8289 sed 's/^/| /' conftest.
$ac_ext >&5
8291 ac_lo
=`expr '(' $ac_mid ')' + 1`
8293 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8296 ?
*) ac_cv_sizeof_int
=$ac_lo;;
8297 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
8298 See \`config.log' for more details." >&5
8299 echo "$as_me: error: cannot compute sizeof (int), 77
8300 See \`config.log' for more details." >&2;}
8301 { (exit 1); exit 1; }; } ;;
8304 if test "$cross_compiling" = yes; then
8305 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
8306 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
8307 { (exit 1); exit 1; }; }
8309 cat >conftest.
$ac_ext <<_ACEOF
8312 cat confdefs.h
>>conftest.
$ac_ext
8313 cat >>conftest.
$ac_ext <<_ACEOF
8314 /* end confdefs.h. */
8315 $ac_includes_default
8316 long longval () { return (long) (sizeof (int)); }
8317 unsigned long ulongval () { return (long) (sizeof (int)); }
8324 FILE *f = fopen ("conftest.val", "w");
8327 if (((long) (sizeof (int))) < 0)
8329 long i = longval ();
8330 if (i != ((long) (sizeof (int))))
8332 fprintf (f, "%ld\n", i);
8336 unsigned long i = ulongval ();
8337 if (i != ((long) (sizeof (int))))
8339 fprintf (f, "%lu\n", i);
8341 exit (ferror (f) || fclose (f) != 0);
8347 rm -f conftest
$ac_exeext
8348 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8349 (eval $ac_link) 2>&5
8351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8352 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
8353 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8357 (exit $ac_status); }; }; then
8358 ac_cv_sizeof_int
=`cat conftest.val`
8360 echo "$as_me: program exited with status $ac_status" >&5
8361 echo "$as_me: failed program was:" >&5
8362 sed 's/^/| /' conftest.
$ac_ext >&5
8365 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
8366 See \`config.log' for more details." >&5
8367 echo "$as_me: error: cannot compute sizeof (int), 77
8368 See \`config.log' for more details." >&2;}
8369 { (exit 1); exit 1; }; }
8371 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
8379 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
8380 echo "${ECHO_T}$ac_cv_sizeof_int" >&6
8381 cat >>confdefs.h
<<_ACEOF
8382 #define SIZEOF_INT $ac_cv_sizeof_int
8386 echo "$as_me:$LINENO: checking for short" >&5
8387 echo $ECHO_N "checking for short... $ECHO_C" >&6
8388 if test "${ac_cv_type_short+set}" = set; then
8389 echo $ECHO_N "(cached) $ECHO_C" >&6
8391 cat >conftest.
$ac_ext <<_ACEOF
8394 cat confdefs.h
>>conftest.
$ac_ext
8395 cat >>conftest.
$ac_ext <<_ACEOF
8396 /* end confdefs.h. */
8397 $ac_includes_default
8409 rm -f conftest.
$ac_objext
8410 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8411 (eval $ac_compile) 2>conftest.er1
8413 grep -v '^ *+' conftest.er1
>conftest.err
8415 cat conftest.err
>&5
8416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8417 (exit $ac_status); } &&
8418 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8419 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8423 (exit $ac_status); }; } &&
8424 { ac_try
='test -s conftest.$ac_objext'
8425 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8429 (exit $ac_status); }; }; then
8430 ac_cv_type_short
=yes
8432 echo "$as_me: failed program was:" >&5
8433 sed 's/^/| /' conftest.
$ac_ext >&5
8437 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8439 echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
8440 echo "${ECHO_T}$ac_cv_type_short" >&6
8442 echo "$as_me:$LINENO: checking size of short" >&5
8443 echo $ECHO_N "checking size of short... $ECHO_C" >&6
8444 if test "${ac_cv_sizeof_short+set}" = set; then
8445 echo $ECHO_N "(cached) $ECHO_C" >&6
8447 if test "$ac_cv_type_short" = yes; then
8448 # The cast to unsigned long works around a bug in the HP C Compiler
8449 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8450 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8451 # This bug is HP SR number 8606223364.
8452 if test "$cross_compiling" = yes; then
8453 # Depending upon the size, compute the lo and hi bounds.
8454 cat >conftest.
$ac_ext <<_ACEOF
8457 cat confdefs.h
>>conftest.
$ac_ext
8458 cat >>conftest.
$ac_ext <<_ACEOF
8459 /* end confdefs.h. */
8460 $ac_includes_default
8464 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
8471 rm -f conftest.
$ac_objext
8472 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8473 (eval $ac_compile) 2>conftest.er1
8475 grep -v '^ *+' conftest.er1
>conftest.err
8477 cat conftest.err
>&5
8478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8479 (exit $ac_status); } &&
8480 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8481 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8485 (exit $ac_status); }; } &&
8486 { ac_try
='test -s conftest.$ac_objext'
8487 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8491 (exit $ac_status); }; }; then
8494 cat >conftest.
$ac_ext <<_ACEOF
8497 cat confdefs.h
>>conftest.
$ac_ext
8498 cat >>conftest.
$ac_ext <<_ACEOF
8499 /* end confdefs.h. */
8500 $ac_includes_default
8504 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
8511 rm -f conftest.
$ac_objext
8512 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8513 (eval $ac_compile) 2>conftest.er1
8515 grep -v '^ *+' conftest.er1
>conftest.err
8517 cat conftest.err
>&5
8518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8519 (exit $ac_status); } &&
8520 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8521 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8525 (exit $ac_status); }; } &&
8526 { ac_try
='test -s conftest.$ac_objext'
8527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8531 (exit $ac_status); }; }; then
8532 ac_hi
=$ac_mid; break
8534 echo "$as_me: failed program was:" >&5
8535 sed 's/^/| /' conftest.
$ac_ext >&5
8537 ac_lo
=`expr $ac_mid + 1`
8538 if test $ac_lo -le $ac_mid; then
8542 ac_mid
=`expr 2 '*' $ac_mid + 1`
8544 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8547 echo "$as_me: failed program was:" >&5
8548 sed 's/^/| /' conftest.
$ac_ext >&5
8550 cat >conftest.
$ac_ext <<_ACEOF
8553 cat confdefs.h
>>conftest.
$ac_ext
8554 cat >>conftest.
$ac_ext <<_ACEOF
8555 /* end confdefs.h. */
8556 $ac_includes_default
8560 static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
8567 rm -f conftest.
$ac_objext
8568 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8569 (eval $ac_compile) 2>conftest.er1
8571 grep -v '^ *+' conftest.er1
>conftest.err
8573 cat conftest.err
>&5
8574 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8575 (exit $ac_status); } &&
8576 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8577 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8581 (exit $ac_status); }; } &&
8582 { ac_try
='test -s conftest.$ac_objext'
8583 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8587 (exit $ac_status); }; }; then
8590 cat >conftest.
$ac_ext <<_ACEOF
8593 cat confdefs.h
>>conftest.
$ac_ext
8594 cat >>conftest.
$ac_ext <<_ACEOF
8595 /* end confdefs.h. */
8596 $ac_includes_default
8600 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
8607 rm -f conftest.
$ac_objext
8608 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8609 (eval $ac_compile) 2>conftest.er1
8611 grep -v '^ *+' conftest.er1
>conftest.err
8613 cat conftest.err
>&5
8614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8615 (exit $ac_status); } &&
8616 { ac_try
='test -z "$ac_c_werror_flag" || 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
8628 ac_lo
=$ac_mid; break
8630 echo "$as_me: failed program was:" >&5
8631 sed 's/^/| /' conftest.
$ac_ext >&5
8633 ac_hi
=`expr '(' $ac_mid ')' - 1`
8634 if test $ac_mid -le $ac_hi; then
8638 ac_mid
=`expr 2 '*' $ac_mid`
8640 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8643 echo "$as_me: failed program was:" >&5
8644 sed 's/^/| /' conftest.
$ac_ext >&5
8648 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8650 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8651 # Binary search between lo and hi bounds.
8652 while test "x$ac_lo" != "x$ac_hi"; do
8653 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
8654 cat >conftest.
$ac_ext <<_ACEOF
8657 cat confdefs.h
>>conftest.
$ac_ext
8658 cat >>conftest.
$ac_ext <<_ACEOF
8659 /* end confdefs.h. */
8660 $ac_includes_default
8664 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
8671 rm -f conftest.
$ac_objext
8672 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8673 (eval $ac_compile) 2>conftest.er1
8675 grep -v '^ *+' conftest.er1
>conftest.err
8677 cat conftest.err
>&5
8678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8679 (exit $ac_status); } &&
8680 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8681 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8685 (exit $ac_status); }; } &&
8686 { ac_try
='test -s conftest.$ac_objext'
8687 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8691 (exit $ac_status); }; }; then
8694 echo "$as_me: failed program was:" >&5
8695 sed 's/^/| /' conftest.
$ac_ext >&5
8697 ac_lo
=`expr '(' $ac_mid ')' + 1`
8699 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8702 ?
*) ac_cv_sizeof_short
=$ac_lo;;
8703 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
8704 See \`config.log' for more details." >&5
8705 echo "$as_me: error: cannot compute sizeof (short), 77
8706 See \`config.log' for more details." >&2;}
8707 { (exit 1); exit 1; }; } ;;
8710 if test "$cross_compiling" = yes; then
8711 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
8712 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
8713 { (exit 1); exit 1; }; }
8715 cat >conftest.
$ac_ext <<_ACEOF
8718 cat confdefs.h
>>conftest.
$ac_ext
8719 cat >>conftest.
$ac_ext <<_ACEOF
8720 /* end confdefs.h. */
8721 $ac_includes_default
8722 long longval () { return (long) (sizeof (short)); }
8723 unsigned long ulongval () { return (long) (sizeof (short)); }
8730 FILE *f = fopen ("conftest.val", "w");
8733 if (((long) (sizeof (short))) < 0)
8735 long i = longval ();
8736 if (i != ((long) (sizeof (short))))
8738 fprintf (f, "%ld\n", i);
8742 unsigned long i = ulongval ();
8743 if (i != ((long) (sizeof (short))))
8745 fprintf (f, "%lu\n", i);
8747 exit (ferror (f) || fclose (f) != 0);
8753 rm -f conftest
$ac_exeext
8754 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8755 (eval $ac_link) 2>&5
8757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8758 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
8759 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8763 (exit $ac_status); }; }; then
8764 ac_cv_sizeof_short
=`cat conftest.val`
8766 echo "$as_me: program exited with status $ac_status" >&5
8767 echo "$as_me: failed program was:" >&5
8768 sed 's/^/| /' conftest.
$ac_ext >&5
8771 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
8772 See \`config.log' for more details." >&5
8773 echo "$as_me: error: cannot compute sizeof (short), 77
8774 See \`config.log' for more details." >&2;}
8775 { (exit 1); exit 1; }; }
8777 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
8782 ac_cv_sizeof_short
=0
8785 echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
8786 echo "${ECHO_T}$ac_cv_sizeof_short" >&6
8787 cat >>confdefs.h
<<_ACEOF
8788 #define SIZEOF_SHORT $ac_cv_sizeof_short
8792 echo "$as_me:$LINENO: checking for char" >&5
8793 echo $ECHO_N "checking for char... $ECHO_C" >&6
8794 if test "${ac_cv_type_char+set}" = set; then
8795 echo $ECHO_N "(cached) $ECHO_C" >&6
8797 cat >conftest.
$ac_ext <<_ACEOF
8800 cat confdefs.h
>>conftest.
$ac_ext
8801 cat >>conftest.
$ac_ext <<_ACEOF
8802 /* end confdefs.h. */
8803 $ac_includes_default
8815 rm -f conftest.
$ac_objext
8816 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8817 (eval $ac_compile) 2>conftest.er1
8819 grep -v '^ *+' conftest.er1
>conftest.err
8821 cat conftest.err
>&5
8822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8823 (exit $ac_status); } &&
8824 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8825 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8829 (exit $ac_status); }; } &&
8830 { ac_try
='test -s conftest.$ac_objext'
8831 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8835 (exit $ac_status); }; }; then
8838 echo "$as_me: failed program was:" >&5
8839 sed 's/^/| /' conftest.
$ac_ext >&5
8843 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8845 echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
8846 echo "${ECHO_T}$ac_cv_type_char" >&6
8848 echo "$as_me:$LINENO: checking size of char" >&5
8849 echo $ECHO_N "checking size of char... $ECHO_C" >&6
8850 if test "${ac_cv_sizeof_char+set}" = set; then
8851 echo $ECHO_N "(cached) $ECHO_C" >&6
8853 if test "$ac_cv_type_char" = yes; then
8854 # The cast to unsigned long works around a bug in the HP C Compiler
8855 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8856 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8857 # This bug is HP SR number 8606223364.
8858 if test "$cross_compiling" = yes; then
8859 # Depending upon the size, compute the lo and hi bounds.
8860 cat >conftest.
$ac_ext <<_ACEOF
8863 cat confdefs.h
>>conftest.
$ac_ext
8864 cat >>conftest.
$ac_ext <<_ACEOF
8865 /* end confdefs.h. */
8866 $ac_includes_default
8870 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
8877 rm -f conftest.
$ac_objext
8878 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8879 (eval $ac_compile) 2>conftest.er1
8881 grep -v '^ *+' conftest.er1
>conftest.err
8883 cat conftest.err
>&5
8884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8885 (exit $ac_status); } &&
8886 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8887 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8891 (exit $ac_status); }; } &&
8892 { ac_try
='test -s conftest.$ac_objext'
8893 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8897 (exit $ac_status); }; }; then
8900 cat >conftest.
$ac_ext <<_ACEOF
8903 cat confdefs.h
>>conftest.
$ac_ext
8904 cat >>conftest.
$ac_ext <<_ACEOF
8905 /* end confdefs.h. */
8906 $ac_includes_default
8910 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
8917 rm -f conftest.
$ac_objext
8918 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8919 (eval $ac_compile) 2>conftest.er1
8921 grep -v '^ *+' conftest.er1
>conftest.err
8923 cat conftest.err
>&5
8924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8925 (exit $ac_status); } &&
8926 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8927 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8931 (exit $ac_status); }; } &&
8932 { ac_try
='test -s conftest.$ac_objext'
8933 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8937 (exit $ac_status); }; }; then
8938 ac_hi
=$ac_mid; break
8940 echo "$as_me: failed program was:" >&5
8941 sed 's/^/| /' conftest.
$ac_ext >&5
8943 ac_lo
=`expr $ac_mid + 1`
8944 if test $ac_lo -le $ac_mid; then
8948 ac_mid
=`expr 2 '*' $ac_mid + 1`
8950 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8953 echo "$as_me: failed program was:" >&5
8954 sed 's/^/| /' conftest.
$ac_ext >&5
8956 cat >conftest.
$ac_ext <<_ACEOF
8959 cat confdefs.h
>>conftest.
$ac_ext
8960 cat >>conftest.
$ac_ext <<_ACEOF
8961 /* end confdefs.h. */
8962 $ac_includes_default
8966 static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
8973 rm -f conftest.
$ac_objext
8974 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8975 (eval $ac_compile) 2>conftest.er1
8977 grep -v '^ *+' conftest.er1
>conftest.err
8979 cat conftest.err
>&5
8980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8981 (exit $ac_status); } &&
8982 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
8983 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8987 (exit $ac_status); }; } &&
8988 { ac_try
='test -s conftest.$ac_objext'
8989 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8993 (exit $ac_status); }; }; then
8996 cat >conftest.
$ac_ext <<_ACEOF
8999 cat confdefs.h
>>conftest.
$ac_ext
9000 cat >>conftest.
$ac_ext <<_ACEOF
9001 /* end confdefs.h. */
9002 $ac_includes_default
9006 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
9013 rm -f conftest.
$ac_objext
9014 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9015 (eval $ac_compile) 2>conftest.er1
9017 grep -v '^ *+' conftest.er1
>conftest.err
9019 cat conftest.err
>&5
9020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9021 (exit $ac_status); } &&
9022 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9023 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9027 (exit $ac_status); }; } &&
9028 { ac_try
='test -s conftest.$ac_objext'
9029 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9033 (exit $ac_status); }; }; then
9034 ac_lo
=$ac_mid; break
9036 echo "$as_me: failed program was:" >&5
9037 sed 's/^/| /' conftest.
$ac_ext >&5
9039 ac_hi
=`expr '(' $ac_mid ')' - 1`
9040 if test $ac_mid -le $ac_hi; then
9044 ac_mid
=`expr 2 '*' $ac_mid`
9046 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9049 echo "$as_me: failed program was:" >&5
9050 sed 's/^/| /' conftest.
$ac_ext >&5
9054 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9056 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9057 # Binary search between lo and hi bounds.
9058 while test "x$ac_lo" != "x$ac_hi"; do
9059 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
9060 cat >conftest.
$ac_ext <<_ACEOF
9063 cat confdefs.h
>>conftest.
$ac_ext
9064 cat >>conftest.
$ac_ext <<_ACEOF
9065 /* end confdefs.h. */
9066 $ac_includes_default
9070 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
9077 rm -f conftest.
$ac_objext
9078 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9079 (eval $ac_compile) 2>conftest.er1
9081 grep -v '^ *+' conftest.er1
>conftest.err
9083 cat conftest.err
>&5
9084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9085 (exit $ac_status); } &&
9086 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9087 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9091 (exit $ac_status); }; } &&
9092 { ac_try
='test -s conftest.$ac_objext'
9093 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9097 (exit $ac_status); }; }; then
9100 echo "$as_me: failed program was:" >&5
9101 sed 's/^/| /' conftest.
$ac_ext >&5
9103 ac_lo
=`expr '(' $ac_mid ')' + 1`
9105 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9108 ?
*) ac_cv_sizeof_char
=$ac_lo;;
9109 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
9110 See \`config.log' for more details." >&5
9111 echo "$as_me: error: cannot compute sizeof (char), 77
9112 See \`config.log' for more details." >&2;}
9113 { (exit 1); exit 1; }; } ;;
9116 if test "$cross_compiling" = yes; then
9117 { { echo "$as_me:$LINENO: error: internal error: not reached in cross-compile" >&5
9118 echo "$as_me: error: internal error: not reached in cross-compile" >&2;}
9119 { (exit 1); exit 1; }; }
9121 cat >conftest.
$ac_ext <<_ACEOF
9124 cat confdefs.h
>>conftest.
$ac_ext
9125 cat >>conftest.
$ac_ext <<_ACEOF
9126 /* end confdefs.h. */
9127 $ac_includes_default
9128 long longval () { return (long) (sizeof (char)); }
9129 unsigned long ulongval () { return (long) (sizeof (char)); }
9136 FILE *f = fopen ("conftest.val", "w");
9139 if (((long) (sizeof (char))) < 0)
9141 long i = longval ();
9142 if (i != ((long) (sizeof (char))))
9144 fprintf (f, "%ld\n", i);
9148 unsigned long i = ulongval ();
9149 if (i != ((long) (sizeof (char))))
9151 fprintf (f, "%lu\n", i);
9153 exit (ferror (f) || fclose (f) != 0);
9159 rm -f conftest
$ac_exeext
9160 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9161 (eval $ac_link) 2>&5
9163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9164 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
9165 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9169 (exit $ac_status); }; }; then
9170 ac_cv_sizeof_char
=`cat conftest.val`
9172 echo "$as_me: program exited with status $ac_status" >&5
9173 echo "$as_me: failed program was:" >&5
9174 sed 's/^/| /' conftest.
$ac_ext >&5
9177 { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
9178 See \`config.log' for more details." >&5
9179 echo "$as_me: error: cannot compute sizeof (char), 77
9180 See \`config.log' for more details." >&2;}
9181 { (exit 1); exit 1; }; }
9183 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
9191 echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
9192 echo "${ECHO_T}$ac_cv_sizeof_char" >&6
9193 cat >>confdefs.h
<<_ACEOF
9194 #define SIZEOF_CHAR $ac_cv_sizeof_char
9199 echo "$as_me:$LINENO: checking for type equivalent to int8_t" >&5
9200 echo $ECHO_N "checking for type equivalent to int8_t... $ECHO_C" >&6
9201 case "$ac_cv_sizeof_char" in
9202 1) acx_cv_type_int8_t
=char
;;
9203 *) { { echo "$as_me:$LINENO: error: no 8-bit type" >&5
9204 echo "$as_me: error: no 8-bit type" >&2;}
9205 { (exit please report a bug
); exit please report a bug
; }; }
9207 echo "$as_me:$LINENO: result: $acx_cv_type_int8_t" >&5
9208 echo "${ECHO_T}$acx_cv_type_int8_t" >&6
9210 echo "$as_me:$LINENO: checking for type equivalent to int16_t" >&5
9211 echo $ECHO_N "checking for type equivalent to int16_t... $ECHO_C" >&6
9212 case "$ac_cv_sizeof_int:$ac_cv_sizeof_short" in
9213 2:*) acx_cv_type_int16_t
=int
;;
9214 *:2) acx_cv_type_int16_t
=short
;;
9215 *) { { echo "$as_me:$LINENO: error: no 16-bit type" >&5
9216 echo "$as_me: error: no 16-bit type" >&2;}
9217 { (exit please report a bug
); exit please report a bug
; }; }
9219 echo "$as_me:$LINENO: result: $acx_cv_type_int16_t" >&5
9220 echo "${ECHO_T}$acx_cv_type_int16_t" >&6
9222 echo "$as_me:$LINENO: checking for type equivalent to int32_t" >&5
9223 echo $ECHO_N "checking for type equivalent to int32_t... $ECHO_C" >&6
9224 case "$ac_cv_sizeof_int:$ac_cv_sizeof_long" in
9225 4:*) acx_cv_type_int32_t
=int
;;
9226 *:4) acx_cv_type_int32_t
=long
;;
9227 *) { { echo "$as_me:$LINENO: error: no 32-bit type" >&5
9228 echo "$as_me: error: no 32-bit type" >&2;}
9229 { (exit please report a bug
); exit please report a bug
; }; }
9231 echo "$as_me:$LINENO: result: $acx_cv_type_int32_t" >&5
9232 echo "${ECHO_T}$acx_cv_type_int32_t" >&6
9235 # These tests are here to make the output prettier
9237 if test "$ac_cv_type_uint64_t" != yes && test "$ac_cv_type_u_int64_t" != yes; then
9238 case "$ac_cv_sizeof_long" in
9239 8) acx_cv_type_int64_t
=long
;;
9241 echo "$as_me:$LINENO: checking for type equivalent to int64_t" >&5
9242 echo $ECHO_N "checking for type equivalent to int64_t... $ECHO_C" >&6
9243 echo "$as_me:$LINENO: result: ${acx_cv_type_int64_t-'using preprocessor symbols'}" >&5
9244 echo "${ECHO_T}${acx_cv_type_int64_t-'using preprocessor symbols'}" >&6
9247 # Now we can use the above types
9249 if test "$ac_cv_type_uintptr_t" != yes; then
9250 echo "$as_me:$LINENO: checking for type equivalent to intptr_t" >&5
9251 echo $ECHO_N "checking for type equivalent to intptr_t... $ECHO_C" >&6
9252 case $ac_cv_sizeof_void_p in
9253 2) acx_cv_type_intptr_t
=int16_t
;;
9254 4) acx_cv_type_intptr_t
=int32_t
;;
9255 8) acx_cv_type_intptr_t
=int64_t
;;
9256 *) { { echo "$as_me:$LINENO: error: no equivalent for intptr_t" >&5
9257 echo "$as_me: error: no equivalent for intptr_t" >&2;}
9258 { (exit please report a bug
); exit please report a bug
; }; }
9260 echo "$as_me:$LINENO: result: $acx_cv_type_intptr_t" >&5
9261 echo "${ECHO_T}$acx_cv_type_intptr_t" >&6
9264 # ----------------- done all checks, emit header -------------
9265 ac_config_commands
="$ac_config_commands gstdint.h"
9270 echo "$as_me:$LINENO: checking for struct stat.st_blksize" >&5
9271 echo $ECHO_N "checking for struct stat.st_blksize... $ECHO_C" >&6
9272 if test "${ac_cv_member_struct_stat_st_blksize+set}" = set; then
9273 echo $ECHO_N "(cached) $ECHO_C" >&6
9275 cat >conftest.
$ac_ext <<_ACEOF
9278 cat confdefs.h
>>conftest.
$ac_ext
9279 cat >>conftest.
$ac_ext <<_ACEOF
9280 /* end confdefs.h. */
9281 $ac_includes_default
9285 static struct stat ac_aggr;
9286 if (ac_aggr.st_blksize)
9292 rm -f conftest.
$ac_objext
9293 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9294 (eval $ac_compile) 2>conftest.er1
9296 grep -v '^ *+' conftest.er1
>conftest.err
9298 cat conftest.err
>&5
9299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9300 (exit $ac_status); } &&
9301 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9302 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9306 (exit $ac_status); }; } &&
9307 { ac_try
='test -s conftest.$ac_objext'
9308 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9312 (exit $ac_status); }; }; then
9313 ac_cv_member_struct_stat_st_blksize
=yes
9315 echo "$as_me: failed program was:" >&5
9316 sed 's/^/| /' conftest.
$ac_ext >&5
9318 cat >conftest.
$ac_ext <<_ACEOF
9321 cat confdefs.h
>>conftest.
$ac_ext
9322 cat >>conftest.
$ac_ext <<_ACEOF
9323 /* end confdefs.h. */
9324 $ac_includes_default
9328 static struct stat ac_aggr;
9329 if (sizeof ac_aggr.st_blksize)
9335 rm -f conftest.
$ac_objext
9336 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9337 (eval $ac_compile) 2>conftest.er1
9339 grep -v '^ *+' conftest.er1
>conftest.err
9341 cat conftest.err
>&5
9342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9343 (exit $ac_status); } &&
9344 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9345 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9349 (exit $ac_status); }; } &&
9350 { ac_try
='test -s conftest.$ac_objext'
9351 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9355 (exit $ac_status); }; }; then
9356 ac_cv_member_struct_stat_st_blksize
=yes
9358 echo "$as_me: failed program was:" >&5
9359 sed 's/^/| /' conftest.
$ac_ext >&5
9361 ac_cv_member_struct_stat_st_blksize
=no
9363 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9365 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9367 echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blksize" >&5
9368 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blksize" >&6
9369 if test $ac_cv_member_struct_stat_st_blksize = yes; then
9371 cat >>confdefs.h
<<_ACEOF
9372 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
9378 echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
9379 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6
9380 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
9381 echo $ECHO_N "(cached) $ECHO_C" >&6
9383 cat >conftest.
$ac_ext <<_ACEOF
9386 cat confdefs.h
>>conftest.
$ac_ext
9387 cat >>conftest.
$ac_ext <<_ACEOF
9388 /* end confdefs.h. */
9389 $ac_includes_default
9393 static struct stat ac_aggr;
9394 if (ac_aggr.st_blocks)
9400 rm -f conftest.
$ac_objext
9401 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9402 (eval $ac_compile) 2>conftest.er1
9404 grep -v '^ *+' conftest.er1
>conftest.err
9406 cat conftest.err
>&5
9407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9408 (exit $ac_status); } &&
9409 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9410 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9414 (exit $ac_status); }; } &&
9415 { ac_try
='test -s conftest.$ac_objext'
9416 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9420 (exit $ac_status); }; }; then
9421 ac_cv_member_struct_stat_st_blocks
=yes
9423 echo "$as_me: failed program was:" >&5
9424 sed 's/^/| /' conftest.
$ac_ext >&5
9426 cat >conftest.
$ac_ext <<_ACEOF
9429 cat confdefs.h
>>conftest.
$ac_ext
9430 cat >>conftest.
$ac_ext <<_ACEOF
9431 /* end confdefs.h. */
9432 $ac_includes_default
9436 static struct stat ac_aggr;
9437 if (sizeof ac_aggr.st_blocks)
9443 rm -f conftest.
$ac_objext
9444 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9445 (eval $ac_compile) 2>conftest.er1
9447 grep -v '^ *+' conftest.er1
>conftest.err
9449 cat conftest.err
>&5
9450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9451 (exit $ac_status); } &&
9452 { ac_try
='test -z "$ac_c_werror_flag" || 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_blocks
=yes
9466 echo "$as_me: failed program was:" >&5
9467 sed 's/^/| /' conftest.
$ac_ext >&5
9469 ac_cv_member_struct_stat_st_blocks
=no
9471 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9473 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9475 echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
9476 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6
9477 if test $ac_cv_member_struct_stat_st_blocks = yes; then
9479 cat >>confdefs.h
<<_ACEOF
9480 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
9486 echo "$as_me:$LINENO: checking for struct stat.st_rdev" >&5
9487 echo $ECHO_N "checking for struct stat.st_rdev... $ECHO_C" >&6
9488 if test "${ac_cv_member_struct_stat_st_rdev+set}" = set; then
9489 echo $ECHO_N "(cached) $ECHO_C" >&6
9491 cat >conftest.
$ac_ext <<_ACEOF
9494 cat confdefs.h
>>conftest.
$ac_ext
9495 cat >>conftest.
$ac_ext <<_ACEOF
9496 /* end confdefs.h. */
9497 $ac_includes_default
9501 static struct stat ac_aggr;
9502 if (ac_aggr.st_rdev)
9508 rm -f conftest.
$ac_objext
9509 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9510 (eval $ac_compile) 2>conftest.er1
9512 grep -v '^ *+' conftest.er1
>conftest.err
9514 cat conftest.err
>&5
9515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9516 (exit $ac_status); } &&
9517 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9518 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9522 (exit $ac_status); }; } &&
9523 { ac_try
='test -s conftest.$ac_objext'
9524 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9528 (exit $ac_status); }; }; then
9529 ac_cv_member_struct_stat_st_rdev
=yes
9531 echo "$as_me: failed program was:" >&5
9532 sed 's/^/| /' conftest.
$ac_ext >&5
9534 cat >conftest.
$ac_ext <<_ACEOF
9537 cat confdefs.h
>>conftest.
$ac_ext
9538 cat >>conftest.
$ac_ext <<_ACEOF
9539 /* end confdefs.h. */
9540 $ac_includes_default
9544 static struct stat ac_aggr;
9545 if (sizeof ac_aggr.st_rdev)
9551 rm -f conftest.
$ac_objext
9552 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9553 (eval $ac_compile) 2>conftest.er1
9555 grep -v '^ *+' conftest.er1
>conftest.err
9557 cat conftest.err
>&5
9558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9559 (exit $ac_status); } &&
9560 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9565 (exit $ac_status); }; } &&
9566 { ac_try
='test -s conftest.$ac_objext'
9567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9571 (exit $ac_status); }; }; then
9572 ac_cv_member_struct_stat_st_rdev
=yes
9574 echo "$as_me: failed program was:" >&5
9575 sed 's/^/| /' conftest.
$ac_ext >&5
9577 ac_cv_member_struct_stat_st_rdev
=no
9579 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9581 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9583 echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_rdev" >&5
9584 echo "${ECHO_T}$ac_cv_member_struct_stat_st_rdev" >&6
9585 if test $ac_cv_member_struct_stat_st_rdev = yes; then
9587 cat >>confdefs.h
<<_ACEOF
9588 #define HAVE_STRUCT_STAT_ST_RDEV 1
9595 # Check for library functions.
9604 for ac_func
in getrusage
times mkstemp strtof strtold snprintf ftruncate chsize
9606 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9607 echo "$as_me:$LINENO: checking for $ac_func" >&5
9608 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9609 if eval "test \"\${$as_ac_var+set}\" = set"; then
9610 echo $ECHO_N "(cached) $ECHO_C" >&6
9612 if test x
$gcc_no_link = xyes
; then
9613 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
9614 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
9615 { (exit 1); exit 1; }; }
9617 cat >conftest.
$ac_ext <<_ACEOF
9620 cat confdefs.h
>>conftest.
$ac_ext
9621 cat >>conftest.
$ac_ext <<_ACEOF
9622 /* end confdefs.h. */
9623 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9624 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9625 #define $ac_func innocuous_$ac_func
9627 /* System header to define __stub macros and hopefully few prototypes,
9628 which can conflict with char $ac_func (); below.
9629 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9630 <limits.h> exists even on freestanding compilers. */
9633 # include <limits.h>
9635 # include <assert.h>
9640 /* Override any gcc2 internal prototype to avoid an error. */
9645 /* We use char because int might match the return type of a gcc2
9646 builtin and then its argument prototype would still apply. */
9648 /* The GNU C library defines this for functions which it implements
9649 to always fail with ENOSYS. Some functions are actually named
9650 something starting with __ and the normal name is an alias. */
9651 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9654 char (*f) () = $ac_func;
9663 return f != $ac_func;
9668 rm -f conftest.
$ac_objext conftest
$ac_exeext
9669 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9670 (eval $ac_link) 2>conftest.er1
9672 grep -v '^ *+' conftest.er1
>conftest.err
9674 cat conftest.err
>&5
9675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9676 (exit $ac_status); } &&
9677 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9682 (exit $ac_status); }; } &&
9683 { ac_try
='test -s conftest$ac_exeext'
9684 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9688 (exit $ac_status); }; }; then
9689 eval "$as_ac_var=yes"
9691 echo "$as_me: failed program was:" >&5
9692 sed 's/^/| /' conftest.
$ac_ext >&5
9694 eval "$as_ac_var=no"
9696 rm -f conftest.err conftest.
$ac_objext \
9697 conftest
$ac_exeext conftest.
$ac_ext
9699 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9700 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9701 if test `eval echo '${'$as_ac_var'}'` = yes; then
9702 cat >>confdefs.h
<<_ACEOF
9703 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9717 for ac_func
in chdir strerror getlogin gethostname
kill link symlink perror
9719 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9720 echo "$as_me:$LINENO: checking for $ac_func" >&5
9721 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9722 if eval "test \"\${$as_ac_var+set}\" = set"; then
9723 echo $ECHO_N "(cached) $ECHO_C" >&6
9725 if test x
$gcc_no_link = xyes
; then
9726 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
9727 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
9728 { (exit 1); exit 1; }; }
9730 cat >conftest.
$ac_ext <<_ACEOF
9733 cat confdefs.h
>>conftest.
$ac_ext
9734 cat >>conftest.
$ac_ext <<_ACEOF
9735 /* end confdefs.h. */
9736 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9737 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9738 #define $ac_func innocuous_$ac_func
9740 /* System header to define __stub macros and hopefully few prototypes,
9741 which can conflict with char $ac_func (); below.
9742 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9743 <limits.h> exists even on freestanding compilers. */
9746 # include <limits.h>
9748 # include <assert.h>
9753 /* Override any gcc2 internal prototype to avoid an error. */
9758 /* We use char because int might match the return type of a gcc2
9759 builtin and then its argument prototype would still apply. */
9761 /* The GNU C library defines this for functions which it implements
9762 to always fail with ENOSYS. Some functions are actually named
9763 something starting with __ and the normal name is an alias. */
9764 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9767 char (*f) () = $ac_func;
9776 return f != $ac_func;
9781 rm -f conftest.
$ac_objext conftest
$ac_exeext
9782 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9783 (eval $ac_link) 2>conftest.er1
9785 grep -v '^ *+' conftest.er1
>conftest.err
9787 cat conftest.err
>&5
9788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9789 (exit $ac_status); } &&
9790 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9795 (exit $ac_status); }; } &&
9796 { ac_try
='test -s conftest$ac_exeext'
9797 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9801 (exit $ac_status); }; }; then
9802 eval "$as_ac_var=yes"
9804 echo "$as_me: failed program was:" >&5
9805 sed 's/^/| /' conftest.
$ac_ext >&5
9807 eval "$as_ac_var=no"
9809 rm -f conftest.err conftest.
$ac_objext \
9810 conftest
$ac_exeext conftest.
$ac_ext
9812 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9813 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9814 if test `eval echo '${'$as_ac_var'}'` = yes; then
9815 cat >>confdefs.h
<<_ACEOF
9816 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9828 for ac_func
in sleep time ttyname signal alarm ctime
9830 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
9831 echo "$as_me:$LINENO: checking for $ac_func" >&5
9832 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
9833 if eval "test \"\${$as_ac_var+set}\" = set"; then
9834 echo $ECHO_N "(cached) $ECHO_C" >&6
9836 if test x
$gcc_no_link = xyes
; then
9837 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
9838 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
9839 { (exit 1); exit 1; }; }
9841 cat >conftest.
$ac_ext <<_ACEOF
9844 cat confdefs.h
>>conftest.
$ac_ext
9845 cat >>conftest.
$ac_ext <<_ACEOF
9846 /* end confdefs.h. */
9847 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
9848 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9849 #define $ac_func innocuous_$ac_func
9851 /* System header to define __stub macros and hopefully few prototypes,
9852 which can conflict with char $ac_func (); below.
9853 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9854 <limits.h> exists even on freestanding compilers. */
9857 # include <limits.h>
9859 # include <assert.h>
9864 /* Override any gcc2 internal prototype to avoid an error. */
9869 /* We use char because int might match the return type of a gcc2
9870 builtin and then its argument prototype would still apply. */
9872 /* The GNU C library defines this for functions which it implements
9873 to always fail with ENOSYS. Some functions are actually named
9874 something starting with __ and the normal name is an alias. */
9875 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
9878 char (*f) () = $ac_func;
9887 return f != $ac_func;
9892 rm -f conftest.
$ac_objext conftest
$ac_exeext
9893 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9894 (eval $ac_link) 2>conftest.er1
9896 grep -v '^ *+' conftest.er1
>conftest.err
9898 cat conftest.err
>&5
9899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9900 (exit $ac_status); } &&
9901 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9906 (exit $ac_status); }; } &&
9907 { ac_try
='test -s conftest$ac_exeext'
9908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9912 (exit $ac_status); }; }; then
9913 eval "$as_ac_var=yes"
9915 echo "$as_me: failed program was:" >&5
9916 sed 's/^/| /' conftest.
$ac_ext >&5
9918 eval "$as_ac_var=no"
9920 rm -f conftest.err conftest.
$ac_objext \
9921 conftest
$ac_exeext conftest.
$ac_ext
9923 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
9924 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
9925 if test `eval echo '${'$as_ac_var'}'` = yes; then
9926 cat >>confdefs.h
<<_ACEOF
9927 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
9934 # Check libc for getgid, getpid, getuid
9935 echo "$as_me:$LINENO: checking for getgid in -lc" >&5
9936 echo $ECHO_N "checking for getgid in -lc... $ECHO_C" >&6
9937 if test "${ac_cv_lib_c_getgid+set}" = set; then
9938 echo $ECHO_N "(cached) $ECHO_C" >&6
9940 ac_check_lib_save_LIBS
=$LIBS
9942 if test x
$gcc_no_link = xyes
; then
9943 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
9944 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
9945 { (exit 1); exit 1; }; }
9947 cat >conftest.
$ac_ext <<_ACEOF
9950 cat confdefs.h
>>conftest.
$ac_ext
9951 cat >>conftest.
$ac_ext <<_ACEOF
9952 /* end confdefs.h. */
9954 /* Override any gcc2 internal prototype to avoid an error. */
9958 /* We use char because int might match the return type of a gcc2
9959 builtin and then its argument prototype would still apply. */
9969 rm -f conftest.
$ac_objext conftest
$ac_exeext
9970 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9971 (eval $ac_link) 2>conftest.er1
9973 grep -v '^ *+' conftest.er1
>conftest.err
9975 cat conftest.err
>&5
9976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9977 (exit $ac_status); } &&
9978 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
9979 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9983 (exit $ac_status); }; } &&
9984 { ac_try
='test -s conftest$ac_exeext'
9985 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9989 (exit $ac_status); }; }; then
9990 ac_cv_lib_c_getgid
=yes
9992 echo "$as_me: failed program was:" >&5
9993 sed 's/^/| /' conftest.
$ac_ext >&5
9995 ac_cv_lib_c_getgid
=no
9997 rm -f conftest.err conftest.
$ac_objext \
9998 conftest
$ac_exeext conftest.
$ac_ext
9999 LIBS
=$ac_check_lib_save_LIBS
10001 echo "$as_me:$LINENO: result: $ac_cv_lib_c_getgid" >&5
10002 echo "${ECHO_T}$ac_cv_lib_c_getgid" >&6
10003 if test $ac_cv_lib_c_getgid = yes; then
10005 cat >>confdefs.h
<<\_ACEOF
10006 #define HAVE_GETGID 1
10011 echo "$as_me:$LINENO: checking for getpid in -lc" >&5
10012 echo $ECHO_N "checking for getpid in -lc... $ECHO_C" >&6
10013 if test "${ac_cv_lib_c_getpid+set}" = set; then
10014 echo $ECHO_N "(cached) $ECHO_C" >&6
10016 ac_check_lib_save_LIBS
=$LIBS
10018 if test x
$gcc_no_link = xyes
; then
10019 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10020 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10021 { (exit 1); exit 1; }; }
10023 cat >conftest.
$ac_ext <<_ACEOF
10026 cat confdefs.h
>>conftest.
$ac_ext
10027 cat >>conftest.
$ac_ext <<_ACEOF
10028 /* end confdefs.h. */
10030 /* Override any gcc2 internal prototype to avoid an error. */
10034 /* We use char because int might match the return type of a gcc2
10035 builtin and then its argument prototype would still apply. */
10045 rm -f conftest.
$ac_objext conftest
$ac_exeext
10046 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10047 (eval $ac_link) 2>conftest.er1
10049 grep -v '^ *+' conftest.er1
>conftest.err
10051 cat conftest.err
>&5
10052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10053 (exit $ac_status); } &&
10054 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10056 (eval $ac_try) 2>&5
10058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10059 (exit $ac_status); }; } &&
10060 { ac_try
='test -s conftest$ac_exeext'
10061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10062 (eval $ac_try) 2>&5
10064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10065 (exit $ac_status); }; }; then
10066 ac_cv_lib_c_getpid
=yes
10068 echo "$as_me: failed program was:" >&5
10069 sed 's/^/| /' conftest.
$ac_ext >&5
10071 ac_cv_lib_c_getpid
=no
10073 rm -f conftest.err conftest.
$ac_objext \
10074 conftest
$ac_exeext conftest.
$ac_ext
10075 LIBS
=$ac_check_lib_save_LIBS
10077 echo "$as_me:$LINENO: result: $ac_cv_lib_c_getpid" >&5
10078 echo "${ECHO_T}$ac_cv_lib_c_getpid" >&6
10079 if test $ac_cv_lib_c_getpid = yes; then
10081 cat >>confdefs.h
<<\_ACEOF
10082 #define HAVE_GETPID 1
10087 echo "$as_me:$LINENO: checking for getuid in -lc" >&5
10088 echo $ECHO_N "checking for getuid in -lc... $ECHO_C" >&6
10089 if test "${ac_cv_lib_c_getuid+set}" = set; then
10090 echo $ECHO_N "(cached) $ECHO_C" >&6
10092 ac_check_lib_save_LIBS
=$LIBS
10094 if test x
$gcc_no_link = xyes
; then
10095 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10096 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10097 { (exit 1); exit 1; }; }
10099 cat >conftest.
$ac_ext <<_ACEOF
10102 cat confdefs.h
>>conftest.
$ac_ext
10103 cat >>conftest.
$ac_ext <<_ACEOF
10104 /* end confdefs.h. */
10106 /* Override any gcc2 internal prototype to avoid an error. */
10110 /* We use char because int might match the return type of a gcc2
10111 builtin and then its argument prototype would still apply. */
10121 rm -f conftest.
$ac_objext conftest
$ac_exeext
10122 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10123 (eval $ac_link) 2>conftest.er1
10125 grep -v '^ *+' conftest.er1
>conftest.err
10127 cat conftest.err
>&5
10128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10129 (exit $ac_status); } &&
10130 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10131 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10132 (eval $ac_try) 2>&5
10134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10135 (exit $ac_status); }; } &&
10136 { ac_try
='test -s conftest$ac_exeext'
10137 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10138 (eval $ac_try) 2>&5
10140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10141 (exit $ac_status); }; }; then
10142 ac_cv_lib_c_getuid
=yes
10144 echo "$as_me: failed program was:" >&5
10145 sed 's/^/| /' conftest.
$ac_ext >&5
10147 ac_cv_lib_c_getuid
=no
10149 rm -f conftest.err conftest.
$ac_objext \
10150 conftest
$ac_exeext conftest.
$ac_ext
10151 LIBS
=$ac_check_lib_save_LIBS
10153 echo "$as_me:$LINENO: result: $ac_cv_lib_c_getuid" >&5
10154 echo "${ECHO_T}$ac_cv_lib_c_getuid" >&6
10155 if test $ac_cv_lib_c_getuid = yes; then
10157 cat >>confdefs.h
<<\_ACEOF
10158 #define HAVE_GETUID 1
10164 # Check for C99 (and other IEEE) math functions
10165 # ??? This list seems awful long. Is there a better way to test for these?
10166 echo "$as_me:$LINENO: checking for acosf in -lm" >&5
10167 echo $ECHO_N "checking for acosf in -lm... $ECHO_C" >&6
10168 if test "${ac_cv_lib_m_acosf+set}" = set; then
10169 echo $ECHO_N "(cached) $ECHO_C" >&6
10171 ac_check_lib_save_LIBS
=$LIBS
10173 if test x
$gcc_no_link = xyes
; then
10174 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10175 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10176 { (exit 1); exit 1; }; }
10178 cat >conftest.
$ac_ext <<_ACEOF
10181 cat confdefs.h
>>conftest.
$ac_ext
10182 cat >>conftest.
$ac_ext <<_ACEOF
10183 /* end confdefs.h. */
10185 /* Override any gcc2 internal prototype to avoid an error. */
10189 /* We use char because int might match the return type of a gcc2
10190 builtin and then its argument prototype would still apply. */
10200 rm -f conftest.
$ac_objext conftest
$ac_exeext
10201 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10202 (eval $ac_link) 2>conftest.er1
10204 grep -v '^ *+' conftest.er1
>conftest.err
10206 cat conftest.err
>&5
10207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10208 (exit $ac_status); } &&
10209 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10210 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10211 (eval $ac_try) 2>&5
10213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10214 (exit $ac_status); }; } &&
10215 { ac_try
='test -s conftest$ac_exeext'
10216 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10217 (eval $ac_try) 2>&5
10219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10220 (exit $ac_status); }; }; then
10221 ac_cv_lib_m_acosf
=yes
10223 echo "$as_me: failed program was:" >&5
10224 sed 's/^/| /' conftest.
$ac_ext >&5
10226 ac_cv_lib_m_acosf
=no
10228 rm -f conftest.err conftest.
$ac_objext \
10229 conftest
$ac_exeext conftest.
$ac_ext
10230 LIBS
=$ac_check_lib_save_LIBS
10232 echo "$as_me:$LINENO: result: $ac_cv_lib_m_acosf" >&5
10233 echo "${ECHO_T}$ac_cv_lib_m_acosf" >&6
10234 if test $ac_cv_lib_m_acosf = yes; then
10236 cat >>confdefs.h
<<\_ACEOF
10237 #define HAVE_ACOSF 1
10242 echo "$as_me:$LINENO: checking for acos in -lm" >&5
10243 echo $ECHO_N "checking for acos in -lm... $ECHO_C" >&6
10244 if test "${ac_cv_lib_m_acos+set}" = set; then
10245 echo $ECHO_N "(cached) $ECHO_C" >&6
10247 ac_check_lib_save_LIBS
=$LIBS
10249 if test x
$gcc_no_link = xyes
; then
10250 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10251 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10252 { (exit 1); exit 1; }; }
10254 cat >conftest.
$ac_ext <<_ACEOF
10257 cat confdefs.h
>>conftest.
$ac_ext
10258 cat >>conftest.
$ac_ext <<_ACEOF
10259 /* end confdefs.h. */
10261 /* Override any gcc2 internal prototype to avoid an error. */
10265 /* We use char because int might match the return type of a gcc2
10266 builtin and then its argument prototype would still apply. */
10276 rm -f conftest.
$ac_objext conftest
$ac_exeext
10277 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10278 (eval $ac_link) 2>conftest.er1
10280 grep -v '^ *+' conftest.er1
>conftest.err
10282 cat conftest.err
>&5
10283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10284 (exit $ac_status); } &&
10285 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10286 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10287 (eval $ac_try) 2>&5
10289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10290 (exit $ac_status); }; } &&
10291 { ac_try
='test -s conftest$ac_exeext'
10292 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10293 (eval $ac_try) 2>&5
10295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10296 (exit $ac_status); }; }; then
10297 ac_cv_lib_m_acos
=yes
10299 echo "$as_me: failed program was:" >&5
10300 sed 's/^/| /' conftest.
$ac_ext >&5
10302 ac_cv_lib_m_acos
=no
10304 rm -f conftest.err conftest.
$ac_objext \
10305 conftest
$ac_exeext conftest.
$ac_ext
10306 LIBS
=$ac_check_lib_save_LIBS
10308 echo "$as_me:$LINENO: result: $ac_cv_lib_m_acos" >&5
10309 echo "${ECHO_T}$ac_cv_lib_m_acos" >&6
10310 if test $ac_cv_lib_m_acos = yes; then
10312 cat >>confdefs.h
<<\_ACEOF
10313 #define HAVE_ACOS 1
10318 echo "$as_me:$LINENO: checking for acosl in -lm" >&5
10319 echo $ECHO_N "checking for acosl in -lm... $ECHO_C" >&6
10320 if test "${ac_cv_lib_m_acosl+set}" = set; then
10321 echo $ECHO_N "(cached) $ECHO_C" >&6
10323 ac_check_lib_save_LIBS
=$LIBS
10325 if test x
$gcc_no_link = xyes
; then
10326 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10327 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10328 { (exit 1); exit 1; }; }
10330 cat >conftest.
$ac_ext <<_ACEOF
10333 cat confdefs.h
>>conftest.
$ac_ext
10334 cat >>conftest.
$ac_ext <<_ACEOF
10335 /* end confdefs.h. */
10337 /* Override any gcc2 internal prototype to avoid an error. */
10341 /* We use char because int might match the return type of a gcc2
10342 builtin and then its argument prototype would still apply. */
10352 rm -f conftest.
$ac_objext conftest
$ac_exeext
10353 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10354 (eval $ac_link) 2>conftest.er1
10356 grep -v '^ *+' conftest.er1
>conftest.err
10358 cat conftest.err
>&5
10359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10360 (exit $ac_status); } &&
10361 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10362 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10363 (eval $ac_try) 2>&5
10365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10366 (exit $ac_status); }; } &&
10367 { ac_try
='test -s conftest$ac_exeext'
10368 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10369 (eval $ac_try) 2>&5
10371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10372 (exit $ac_status); }; }; then
10373 ac_cv_lib_m_acosl
=yes
10375 echo "$as_me: failed program was:" >&5
10376 sed 's/^/| /' conftest.
$ac_ext >&5
10378 ac_cv_lib_m_acosl
=no
10380 rm -f conftest.err conftest.
$ac_objext \
10381 conftest
$ac_exeext conftest.
$ac_ext
10382 LIBS
=$ac_check_lib_save_LIBS
10384 echo "$as_me:$LINENO: result: $ac_cv_lib_m_acosl" >&5
10385 echo "${ECHO_T}$ac_cv_lib_m_acosl" >&6
10386 if test $ac_cv_lib_m_acosl = yes; then
10388 cat >>confdefs.h
<<\_ACEOF
10389 #define HAVE_ACOSL 1
10394 echo "$as_me:$LINENO: checking for acoshf in -lm" >&5
10395 echo $ECHO_N "checking for acoshf in -lm... $ECHO_C" >&6
10396 if test "${ac_cv_lib_m_acoshf+set}" = set; then
10397 echo $ECHO_N "(cached) $ECHO_C" >&6
10399 ac_check_lib_save_LIBS
=$LIBS
10401 if test x
$gcc_no_link = xyes
; then
10402 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10403 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10404 { (exit 1); exit 1; }; }
10406 cat >conftest.
$ac_ext <<_ACEOF
10409 cat confdefs.h
>>conftest.
$ac_ext
10410 cat >>conftest.
$ac_ext <<_ACEOF
10411 /* end confdefs.h. */
10413 /* Override any gcc2 internal prototype to avoid an error. */
10417 /* We use char because int might match the return type of a gcc2
10418 builtin and then its argument prototype would still apply. */
10428 rm -f conftest.
$ac_objext conftest
$ac_exeext
10429 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10430 (eval $ac_link) 2>conftest.er1
10432 grep -v '^ *+' conftest.er1
>conftest.err
10434 cat conftest.err
>&5
10435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10436 (exit $ac_status); } &&
10437 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10438 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10439 (eval $ac_try) 2>&5
10441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10442 (exit $ac_status); }; } &&
10443 { ac_try
='test -s conftest$ac_exeext'
10444 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10445 (eval $ac_try) 2>&5
10447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10448 (exit $ac_status); }; }; then
10449 ac_cv_lib_m_acoshf
=yes
10451 echo "$as_me: failed program was:" >&5
10452 sed 's/^/| /' conftest.
$ac_ext >&5
10454 ac_cv_lib_m_acoshf
=no
10456 rm -f conftest.err conftest.
$ac_objext \
10457 conftest
$ac_exeext conftest.
$ac_ext
10458 LIBS
=$ac_check_lib_save_LIBS
10460 echo "$as_me:$LINENO: result: $ac_cv_lib_m_acoshf" >&5
10461 echo "${ECHO_T}$ac_cv_lib_m_acoshf" >&6
10462 if test $ac_cv_lib_m_acoshf = yes; then
10464 cat >>confdefs.h
<<\_ACEOF
10465 #define HAVE_ACOSHF 1
10470 echo "$as_me:$LINENO: checking for acosh in -lm" >&5
10471 echo $ECHO_N "checking for acosh in -lm... $ECHO_C" >&6
10472 if test "${ac_cv_lib_m_acosh+set}" = set; then
10473 echo $ECHO_N "(cached) $ECHO_C" >&6
10475 ac_check_lib_save_LIBS
=$LIBS
10477 if test x
$gcc_no_link = xyes
; then
10478 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10479 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10480 { (exit 1); exit 1; }; }
10482 cat >conftest.
$ac_ext <<_ACEOF
10485 cat confdefs.h
>>conftest.
$ac_ext
10486 cat >>conftest.
$ac_ext <<_ACEOF
10487 /* end confdefs.h. */
10489 /* Override any gcc2 internal prototype to avoid an error. */
10493 /* We use char because int might match the return type of a gcc2
10494 builtin and then its argument prototype would still apply. */
10504 rm -f conftest.
$ac_objext conftest
$ac_exeext
10505 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10506 (eval $ac_link) 2>conftest.er1
10508 grep -v '^ *+' conftest.er1
>conftest.err
10510 cat conftest.err
>&5
10511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10512 (exit $ac_status); } &&
10513 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10514 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10515 (eval $ac_try) 2>&5
10517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10518 (exit $ac_status); }; } &&
10519 { ac_try
='test -s conftest$ac_exeext'
10520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10521 (eval $ac_try) 2>&5
10523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10524 (exit $ac_status); }; }; then
10525 ac_cv_lib_m_acosh
=yes
10527 echo "$as_me: failed program was:" >&5
10528 sed 's/^/| /' conftest.
$ac_ext >&5
10530 ac_cv_lib_m_acosh
=no
10532 rm -f conftest.err conftest.
$ac_objext \
10533 conftest
$ac_exeext conftest.
$ac_ext
10534 LIBS
=$ac_check_lib_save_LIBS
10536 echo "$as_me:$LINENO: result: $ac_cv_lib_m_acosh" >&5
10537 echo "${ECHO_T}$ac_cv_lib_m_acosh" >&6
10538 if test $ac_cv_lib_m_acosh = yes; then
10540 cat >>confdefs.h
<<\_ACEOF
10541 #define HAVE_ACOSH 1
10546 echo "$as_me:$LINENO: checking for acoshl in -lm" >&5
10547 echo $ECHO_N "checking for acoshl in -lm... $ECHO_C" >&6
10548 if test "${ac_cv_lib_m_acoshl+set}" = set; then
10549 echo $ECHO_N "(cached) $ECHO_C" >&6
10551 ac_check_lib_save_LIBS
=$LIBS
10553 if test x
$gcc_no_link = xyes
; then
10554 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10555 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10556 { (exit 1); exit 1; }; }
10558 cat >conftest.
$ac_ext <<_ACEOF
10561 cat confdefs.h
>>conftest.
$ac_ext
10562 cat >>conftest.
$ac_ext <<_ACEOF
10563 /* end confdefs.h. */
10565 /* Override any gcc2 internal prototype to avoid an error. */
10569 /* We use char because int might match the return type of a gcc2
10570 builtin and then its argument prototype would still apply. */
10580 rm -f conftest.
$ac_objext conftest
$ac_exeext
10581 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10582 (eval $ac_link) 2>conftest.er1
10584 grep -v '^ *+' conftest.er1
>conftest.err
10586 cat conftest.err
>&5
10587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10588 (exit $ac_status); } &&
10589 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10590 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10591 (eval $ac_try) 2>&5
10593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10594 (exit $ac_status); }; } &&
10595 { ac_try
='test -s conftest$ac_exeext'
10596 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10597 (eval $ac_try) 2>&5
10599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10600 (exit $ac_status); }; }; then
10601 ac_cv_lib_m_acoshl
=yes
10603 echo "$as_me: failed program was:" >&5
10604 sed 's/^/| /' conftest.
$ac_ext >&5
10606 ac_cv_lib_m_acoshl
=no
10608 rm -f conftest.err conftest.
$ac_objext \
10609 conftest
$ac_exeext conftest.
$ac_ext
10610 LIBS
=$ac_check_lib_save_LIBS
10612 echo "$as_me:$LINENO: result: $ac_cv_lib_m_acoshl" >&5
10613 echo "${ECHO_T}$ac_cv_lib_m_acoshl" >&6
10614 if test $ac_cv_lib_m_acoshl = yes; then
10616 cat >>confdefs.h
<<\_ACEOF
10617 #define HAVE_ACOSHL 1
10622 echo "$as_me:$LINENO: checking for asinf in -lm" >&5
10623 echo $ECHO_N "checking for asinf in -lm... $ECHO_C" >&6
10624 if test "${ac_cv_lib_m_asinf+set}" = set; then
10625 echo $ECHO_N "(cached) $ECHO_C" >&6
10627 ac_check_lib_save_LIBS
=$LIBS
10629 if test x
$gcc_no_link = xyes
; then
10630 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10631 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10632 { (exit 1); exit 1; }; }
10634 cat >conftest.
$ac_ext <<_ACEOF
10637 cat confdefs.h
>>conftest.
$ac_ext
10638 cat >>conftest.
$ac_ext <<_ACEOF
10639 /* end confdefs.h. */
10641 /* Override any gcc2 internal prototype to avoid an error. */
10645 /* We use char because int might match the return type of a gcc2
10646 builtin and then its argument prototype would still apply. */
10656 rm -f conftest.
$ac_objext conftest
$ac_exeext
10657 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10658 (eval $ac_link) 2>conftest.er1
10660 grep -v '^ *+' conftest.er1
>conftest.err
10662 cat conftest.err
>&5
10663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10664 (exit $ac_status); } &&
10665 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10666 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10667 (eval $ac_try) 2>&5
10669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10670 (exit $ac_status); }; } &&
10671 { ac_try
='test -s conftest$ac_exeext'
10672 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10673 (eval $ac_try) 2>&5
10675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10676 (exit $ac_status); }; }; then
10677 ac_cv_lib_m_asinf
=yes
10679 echo "$as_me: failed program was:" >&5
10680 sed 's/^/| /' conftest.
$ac_ext >&5
10682 ac_cv_lib_m_asinf
=no
10684 rm -f conftest.err conftest.
$ac_objext \
10685 conftest
$ac_exeext conftest.
$ac_ext
10686 LIBS
=$ac_check_lib_save_LIBS
10688 echo "$as_me:$LINENO: result: $ac_cv_lib_m_asinf" >&5
10689 echo "${ECHO_T}$ac_cv_lib_m_asinf" >&6
10690 if test $ac_cv_lib_m_asinf = yes; then
10692 cat >>confdefs.h
<<\_ACEOF
10693 #define HAVE_ASINF 1
10698 echo "$as_me:$LINENO: checking for asin in -lm" >&5
10699 echo $ECHO_N "checking for asin in -lm... $ECHO_C" >&6
10700 if test "${ac_cv_lib_m_asin+set}" = set; then
10701 echo $ECHO_N "(cached) $ECHO_C" >&6
10703 ac_check_lib_save_LIBS
=$LIBS
10705 if test x
$gcc_no_link = xyes
; then
10706 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10707 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10708 { (exit 1); exit 1; }; }
10710 cat >conftest.
$ac_ext <<_ACEOF
10713 cat confdefs.h
>>conftest.
$ac_ext
10714 cat >>conftest.
$ac_ext <<_ACEOF
10715 /* end confdefs.h. */
10717 /* Override any gcc2 internal prototype to avoid an error. */
10721 /* We use char because int might match the return type of a gcc2
10722 builtin and then its argument prototype would still apply. */
10732 rm -f conftest.
$ac_objext conftest
$ac_exeext
10733 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10734 (eval $ac_link) 2>conftest.er1
10736 grep -v '^ *+' conftest.er1
>conftest.err
10738 cat conftest.err
>&5
10739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10740 (exit $ac_status); } &&
10741 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10742 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10743 (eval $ac_try) 2>&5
10745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10746 (exit $ac_status); }; } &&
10747 { ac_try
='test -s conftest$ac_exeext'
10748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10749 (eval $ac_try) 2>&5
10751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10752 (exit $ac_status); }; }; then
10753 ac_cv_lib_m_asin
=yes
10755 echo "$as_me: failed program was:" >&5
10756 sed 's/^/| /' conftest.
$ac_ext >&5
10758 ac_cv_lib_m_asin
=no
10760 rm -f conftest.err conftest.
$ac_objext \
10761 conftest
$ac_exeext conftest.
$ac_ext
10762 LIBS
=$ac_check_lib_save_LIBS
10764 echo "$as_me:$LINENO: result: $ac_cv_lib_m_asin" >&5
10765 echo "${ECHO_T}$ac_cv_lib_m_asin" >&6
10766 if test $ac_cv_lib_m_asin = yes; then
10768 cat >>confdefs.h
<<\_ACEOF
10769 #define HAVE_ASIN 1
10774 echo "$as_me:$LINENO: checking for asinl in -lm" >&5
10775 echo $ECHO_N "checking for asinl in -lm... $ECHO_C" >&6
10776 if test "${ac_cv_lib_m_asinl+set}" = set; then
10777 echo $ECHO_N "(cached) $ECHO_C" >&6
10779 ac_check_lib_save_LIBS
=$LIBS
10781 if test x
$gcc_no_link = xyes
; then
10782 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10783 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10784 { (exit 1); exit 1; }; }
10786 cat >conftest.
$ac_ext <<_ACEOF
10789 cat confdefs.h
>>conftest.
$ac_ext
10790 cat >>conftest.
$ac_ext <<_ACEOF
10791 /* end confdefs.h. */
10793 /* Override any gcc2 internal prototype to avoid an error. */
10797 /* We use char because int might match the return type of a gcc2
10798 builtin and then its argument prototype would still apply. */
10808 rm -f conftest.
$ac_objext conftest
$ac_exeext
10809 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10810 (eval $ac_link) 2>conftest.er1
10812 grep -v '^ *+' conftest.er1
>conftest.err
10814 cat conftest.err
>&5
10815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10816 (exit $ac_status); } &&
10817 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10818 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10819 (eval $ac_try) 2>&5
10821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10822 (exit $ac_status); }; } &&
10823 { ac_try
='test -s conftest$ac_exeext'
10824 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10825 (eval $ac_try) 2>&5
10827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10828 (exit $ac_status); }; }; then
10829 ac_cv_lib_m_asinl
=yes
10831 echo "$as_me: failed program was:" >&5
10832 sed 's/^/| /' conftest.
$ac_ext >&5
10834 ac_cv_lib_m_asinl
=no
10836 rm -f conftest.err conftest.
$ac_objext \
10837 conftest
$ac_exeext conftest.
$ac_ext
10838 LIBS
=$ac_check_lib_save_LIBS
10840 echo "$as_me:$LINENO: result: $ac_cv_lib_m_asinl" >&5
10841 echo "${ECHO_T}$ac_cv_lib_m_asinl" >&6
10842 if test $ac_cv_lib_m_asinl = yes; then
10844 cat >>confdefs.h
<<\_ACEOF
10845 #define HAVE_ASINL 1
10850 echo "$as_me:$LINENO: checking for asinhf in -lm" >&5
10851 echo $ECHO_N "checking for asinhf in -lm... $ECHO_C" >&6
10852 if test "${ac_cv_lib_m_asinhf+set}" = set; then
10853 echo $ECHO_N "(cached) $ECHO_C" >&6
10855 ac_check_lib_save_LIBS
=$LIBS
10857 if test x
$gcc_no_link = xyes
; then
10858 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10859 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10860 { (exit 1); exit 1; }; }
10862 cat >conftest.
$ac_ext <<_ACEOF
10865 cat confdefs.h
>>conftest.
$ac_ext
10866 cat >>conftest.
$ac_ext <<_ACEOF
10867 /* end confdefs.h. */
10869 /* Override any gcc2 internal prototype to avoid an error. */
10873 /* We use char because int might match the return type of a gcc2
10874 builtin and then its argument prototype would still apply. */
10884 rm -f conftest.
$ac_objext conftest
$ac_exeext
10885 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10886 (eval $ac_link) 2>conftest.er1
10888 grep -v '^ *+' conftest.er1
>conftest.err
10890 cat conftest.err
>&5
10891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10892 (exit $ac_status); } &&
10893 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10894 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10895 (eval $ac_try) 2>&5
10897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10898 (exit $ac_status); }; } &&
10899 { ac_try
='test -s conftest$ac_exeext'
10900 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10901 (eval $ac_try) 2>&5
10903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10904 (exit $ac_status); }; }; then
10905 ac_cv_lib_m_asinhf
=yes
10907 echo "$as_me: failed program was:" >&5
10908 sed 's/^/| /' conftest.
$ac_ext >&5
10910 ac_cv_lib_m_asinhf
=no
10912 rm -f conftest.err conftest.
$ac_objext \
10913 conftest
$ac_exeext conftest.
$ac_ext
10914 LIBS
=$ac_check_lib_save_LIBS
10916 echo "$as_me:$LINENO: result: $ac_cv_lib_m_asinhf" >&5
10917 echo "${ECHO_T}$ac_cv_lib_m_asinhf" >&6
10918 if test $ac_cv_lib_m_asinhf = yes; then
10920 cat >>confdefs.h
<<\_ACEOF
10921 #define HAVE_ASINHF 1
10926 echo "$as_me:$LINENO: checking for asinh in -lm" >&5
10927 echo $ECHO_N "checking for asinh in -lm... $ECHO_C" >&6
10928 if test "${ac_cv_lib_m_asinh+set}" = set; then
10929 echo $ECHO_N "(cached) $ECHO_C" >&6
10931 ac_check_lib_save_LIBS
=$LIBS
10933 if test x
$gcc_no_link = xyes
; then
10934 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10935 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10936 { (exit 1); exit 1; }; }
10938 cat >conftest.
$ac_ext <<_ACEOF
10941 cat confdefs.h
>>conftest.
$ac_ext
10942 cat >>conftest.
$ac_ext <<_ACEOF
10943 /* end confdefs.h. */
10945 /* Override any gcc2 internal prototype to avoid an error. */
10949 /* We use char because int might match the return type of a gcc2
10950 builtin and then its argument prototype would still apply. */
10960 rm -f conftest.
$ac_objext conftest
$ac_exeext
10961 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10962 (eval $ac_link) 2>conftest.er1
10964 grep -v '^ *+' conftest.er1
>conftest.err
10966 cat conftest.err
>&5
10967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10968 (exit $ac_status); } &&
10969 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
10970 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10971 (eval $ac_try) 2>&5
10973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10974 (exit $ac_status); }; } &&
10975 { ac_try
='test -s conftest$ac_exeext'
10976 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10977 (eval $ac_try) 2>&5
10979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10980 (exit $ac_status); }; }; then
10981 ac_cv_lib_m_asinh
=yes
10983 echo "$as_me: failed program was:" >&5
10984 sed 's/^/| /' conftest.
$ac_ext >&5
10986 ac_cv_lib_m_asinh
=no
10988 rm -f conftest.err conftest.
$ac_objext \
10989 conftest
$ac_exeext conftest.
$ac_ext
10990 LIBS
=$ac_check_lib_save_LIBS
10992 echo "$as_me:$LINENO: result: $ac_cv_lib_m_asinh" >&5
10993 echo "${ECHO_T}$ac_cv_lib_m_asinh" >&6
10994 if test $ac_cv_lib_m_asinh = yes; then
10996 cat >>confdefs.h
<<\_ACEOF
10997 #define HAVE_ASINH 1
11002 echo "$as_me:$LINENO: checking for asinhl in -lm" >&5
11003 echo $ECHO_N "checking for asinhl in -lm... $ECHO_C" >&6
11004 if test "${ac_cv_lib_m_asinhl+set}" = set; then
11005 echo $ECHO_N "(cached) $ECHO_C" >&6
11007 ac_check_lib_save_LIBS
=$LIBS
11009 if test x
$gcc_no_link = xyes
; then
11010 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11011 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11012 { (exit 1); exit 1; }; }
11014 cat >conftest.
$ac_ext <<_ACEOF
11017 cat confdefs.h
>>conftest.
$ac_ext
11018 cat >>conftest.
$ac_ext <<_ACEOF
11019 /* end confdefs.h. */
11021 /* Override any gcc2 internal prototype to avoid an error. */
11025 /* We use char because int might match the return type of a gcc2
11026 builtin and then its argument prototype would still apply. */
11036 rm -f conftest.
$ac_objext conftest
$ac_exeext
11037 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11038 (eval $ac_link) 2>conftest.er1
11040 grep -v '^ *+' conftest.er1
>conftest.err
11042 cat conftest.err
>&5
11043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11044 (exit $ac_status); } &&
11045 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11046 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11047 (eval $ac_try) 2>&5
11049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11050 (exit $ac_status); }; } &&
11051 { ac_try
='test -s conftest$ac_exeext'
11052 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11053 (eval $ac_try) 2>&5
11055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11056 (exit $ac_status); }; }; then
11057 ac_cv_lib_m_asinhl
=yes
11059 echo "$as_me: failed program was:" >&5
11060 sed 's/^/| /' conftest.
$ac_ext >&5
11062 ac_cv_lib_m_asinhl
=no
11064 rm -f conftest.err conftest.
$ac_objext \
11065 conftest
$ac_exeext conftest.
$ac_ext
11066 LIBS
=$ac_check_lib_save_LIBS
11068 echo "$as_me:$LINENO: result: $ac_cv_lib_m_asinhl" >&5
11069 echo "${ECHO_T}$ac_cv_lib_m_asinhl" >&6
11070 if test $ac_cv_lib_m_asinhl = yes; then
11072 cat >>confdefs.h
<<\_ACEOF
11073 #define HAVE_ASINHL 1
11078 echo "$as_me:$LINENO: checking for atan2f in -lm" >&5
11079 echo $ECHO_N "checking for atan2f in -lm... $ECHO_C" >&6
11080 if test "${ac_cv_lib_m_atan2f+set}" = set; then
11081 echo $ECHO_N "(cached) $ECHO_C" >&6
11083 ac_check_lib_save_LIBS
=$LIBS
11085 if test x
$gcc_no_link = xyes
; then
11086 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11087 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11088 { (exit 1); exit 1; }; }
11090 cat >conftest.
$ac_ext <<_ACEOF
11093 cat confdefs.h
>>conftest.
$ac_ext
11094 cat >>conftest.
$ac_ext <<_ACEOF
11095 /* end confdefs.h. */
11097 /* Override any gcc2 internal prototype to avoid an error. */
11101 /* We use char because int might match the return type of a gcc2
11102 builtin and then its argument prototype would still apply. */
11112 rm -f conftest.
$ac_objext conftest
$ac_exeext
11113 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11114 (eval $ac_link) 2>conftest.er1
11116 grep -v '^ *+' conftest.er1
>conftest.err
11118 cat conftest.err
>&5
11119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11120 (exit $ac_status); } &&
11121 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11122 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11123 (eval $ac_try) 2>&5
11125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11126 (exit $ac_status); }; } &&
11127 { ac_try
='test -s conftest$ac_exeext'
11128 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11129 (eval $ac_try) 2>&5
11131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11132 (exit $ac_status); }; }; then
11133 ac_cv_lib_m_atan2f
=yes
11135 echo "$as_me: failed program was:" >&5
11136 sed 's/^/| /' conftest.
$ac_ext >&5
11138 ac_cv_lib_m_atan2f
=no
11140 rm -f conftest.err conftest.
$ac_objext \
11141 conftest
$ac_exeext conftest.
$ac_ext
11142 LIBS
=$ac_check_lib_save_LIBS
11144 echo "$as_me:$LINENO: result: $ac_cv_lib_m_atan2f" >&5
11145 echo "${ECHO_T}$ac_cv_lib_m_atan2f" >&6
11146 if test $ac_cv_lib_m_atan2f = yes; then
11148 cat >>confdefs.h
<<\_ACEOF
11149 #define HAVE_ATAN2F 1
11154 echo "$as_me:$LINENO: checking for atan2 in -lm" >&5
11155 echo $ECHO_N "checking for atan2 in -lm... $ECHO_C" >&6
11156 if test "${ac_cv_lib_m_atan2+set}" = set; then
11157 echo $ECHO_N "(cached) $ECHO_C" >&6
11159 ac_check_lib_save_LIBS
=$LIBS
11161 if test x
$gcc_no_link = xyes
; then
11162 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11163 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11164 { (exit 1); exit 1; }; }
11166 cat >conftest.
$ac_ext <<_ACEOF
11169 cat confdefs.h
>>conftest.
$ac_ext
11170 cat >>conftest.
$ac_ext <<_ACEOF
11171 /* end confdefs.h. */
11173 /* Override any gcc2 internal prototype to avoid an error. */
11177 /* We use char because int might match the return type of a gcc2
11178 builtin and then its argument prototype would still apply. */
11188 rm -f conftest.
$ac_objext conftest
$ac_exeext
11189 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11190 (eval $ac_link) 2>conftest.er1
11192 grep -v '^ *+' conftest.er1
>conftest.err
11194 cat conftest.err
>&5
11195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11196 (exit $ac_status); } &&
11197 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11198 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11199 (eval $ac_try) 2>&5
11201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11202 (exit $ac_status); }; } &&
11203 { ac_try
='test -s conftest$ac_exeext'
11204 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11205 (eval $ac_try) 2>&5
11207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11208 (exit $ac_status); }; }; then
11209 ac_cv_lib_m_atan2
=yes
11211 echo "$as_me: failed program was:" >&5
11212 sed 's/^/| /' conftest.
$ac_ext >&5
11214 ac_cv_lib_m_atan2
=no
11216 rm -f conftest.err conftest.
$ac_objext \
11217 conftest
$ac_exeext conftest.
$ac_ext
11218 LIBS
=$ac_check_lib_save_LIBS
11220 echo "$as_me:$LINENO: result: $ac_cv_lib_m_atan2" >&5
11221 echo "${ECHO_T}$ac_cv_lib_m_atan2" >&6
11222 if test $ac_cv_lib_m_atan2 = yes; then
11224 cat >>confdefs.h
<<\_ACEOF
11225 #define HAVE_ATAN2 1
11230 echo "$as_me:$LINENO: checking for atan2l in -lm" >&5
11231 echo $ECHO_N "checking for atan2l in -lm... $ECHO_C" >&6
11232 if test "${ac_cv_lib_m_atan2l+set}" = set; then
11233 echo $ECHO_N "(cached) $ECHO_C" >&6
11235 ac_check_lib_save_LIBS
=$LIBS
11237 if test x
$gcc_no_link = xyes
; then
11238 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11239 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11240 { (exit 1); exit 1; }; }
11242 cat >conftest.
$ac_ext <<_ACEOF
11245 cat confdefs.h
>>conftest.
$ac_ext
11246 cat >>conftest.
$ac_ext <<_ACEOF
11247 /* end confdefs.h. */
11249 /* Override any gcc2 internal prototype to avoid an error. */
11253 /* We use char because int might match the return type of a gcc2
11254 builtin and then its argument prototype would still apply. */
11264 rm -f conftest.
$ac_objext conftest
$ac_exeext
11265 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11266 (eval $ac_link) 2>conftest.er1
11268 grep -v '^ *+' conftest.er1
>conftest.err
11270 cat conftest.err
>&5
11271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11272 (exit $ac_status); } &&
11273 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11274 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11275 (eval $ac_try) 2>&5
11277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11278 (exit $ac_status); }; } &&
11279 { ac_try
='test -s conftest$ac_exeext'
11280 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11281 (eval $ac_try) 2>&5
11283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11284 (exit $ac_status); }; }; then
11285 ac_cv_lib_m_atan2l
=yes
11287 echo "$as_me: failed program was:" >&5
11288 sed 's/^/| /' conftest.
$ac_ext >&5
11290 ac_cv_lib_m_atan2l
=no
11292 rm -f conftest.err conftest.
$ac_objext \
11293 conftest
$ac_exeext conftest.
$ac_ext
11294 LIBS
=$ac_check_lib_save_LIBS
11296 echo "$as_me:$LINENO: result: $ac_cv_lib_m_atan2l" >&5
11297 echo "${ECHO_T}$ac_cv_lib_m_atan2l" >&6
11298 if test $ac_cv_lib_m_atan2l = yes; then
11300 cat >>confdefs.h
<<\_ACEOF
11301 #define HAVE_ATAN2L 1
11306 echo "$as_me:$LINENO: checking for atanf in -lm" >&5
11307 echo $ECHO_N "checking for atanf in -lm... $ECHO_C" >&6
11308 if test "${ac_cv_lib_m_atanf+set}" = set; then
11309 echo $ECHO_N "(cached) $ECHO_C" >&6
11311 ac_check_lib_save_LIBS
=$LIBS
11313 if test x
$gcc_no_link = xyes
; then
11314 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11315 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11316 { (exit 1); exit 1; }; }
11318 cat >conftest.
$ac_ext <<_ACEOF
11321 cat confdefs.h
>>conftest.
$ac_ext
11322 cat >>conftest.
$ac_ext <<_ACEOF
11323 /* end confdefs.h. */
11325 /* Override any gcc2 internal prototype to avoid an error. */
11329 /* We use char because int might match the return type of a gcc2
11330 builtin and then its argument prototype would still apply. */
11340 rm -f conftest.
$ac_objext conftest
$ac_exeext
11341 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11342 (eval $ac_link) 2>conftest.er1
11344 grep -v '^ *+' conftest.er1
>conftest.err
11346 cat conftest.err
>&5
11347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11348 (exit $ac_status); } &&
11349 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11350 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11351 (eval $ac_try) 2>&5
11353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11354 (exit $ac_status); }; } &&
11355 { ac_try
='test -s conftest$ac_exeext'
11356 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11357 (eval $ac_try) 2>&5
11359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11360 (exit $ac_status); }; }; then
11361 ac_cv_lib_m_atanf
=yes
11363 echo "$as_me: failed program was:" >&5
11364 sed 's/^/| /' conftest.
$ac_ext >&5
11366 ac_cv_lib_m_atanf
=no
11368 rm -f conftest.err conftest.
$ac_objext \
11369 conftest
$ac_exeext conftest.
$ac_ext
11370 LIBS
=$ac_check_lib_save_LIBS
11372 echo "$as_me:$LINENO: result: $ac_cv_lib_m_atanf" >&5
11373 echo "${ECHO_T}$ac_cv_lib_m_atanf" >&6
11374 if test $ac_cv_lib_m_atanf = yes; then
11376 cat >>confdefs.h
<<\_ACEOF
11377 #define HAVE_ATANF 1
11382 echo "$as_me:$LINENO: checking for atan in -lm" >&5
11383 echo $ECHO_N "checking for atan in -lm... $ECHO_C" >&6
11384 if test "${ac_cv_lib_m_atan+set}" = set; then
11385 echo $ECHO_N "(cached) $ECHO_C" >&6
11387 ac_check_lib_save_LIBS
=$LIBS
11389 if test x
$gcc_no_link = xyes
; then
11390 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11391 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11392 { (exit 1); exit 1; }; }
11394 cat >conftest.
$ac_ext <<_ACEOF
11397 cat confdefs.h
>>conftest.
$ac_ext
11398 cat >>conftest.
$ac_ext <<_ACEOF
11399 /* end confdefs.h. */
11401 /* Override any gcc2 internal prototype to avoid an error. */
11405 /* We use char because int might match the return type of a gcc2
11406 builtin and then its argument prototype would still apply. */
11416 rm -f conftest.
$ac_objext conftest
$ac_exeext
11417 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11418 (eval $ac_link) 2>conftest.er1
11420 grep -v '^ *+' conftest.er1
>conftest.err
11422 cat conftest.err
>&5
11423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11424 (exit $ac_status); } &&
11425 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11426 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11427 (eval $ac_try) 2>&5
11429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11430 (exit $ac_status); }; } &&
11431 { ac_try
='test -s conftest$ac_exeext'
11432 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11433 (eval $ac_try) 2>&5
11435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11436 (exit $ac_status); }; }; then
11437 ac_cv_lib_m_atan
=yes
11439 echo "$as_me: failed program was:" >&5
11440 sed 's/^/| /' conftest.
$ac_ext >&5
11442 ac_cv_lib_m_atan
=no
11444 rm -f conftest.err conftest.
$ac_objext \
11445 conftest
$ac_exeext conftest.
$ac_ext
11446 LIBS
=$ac_check_lib_save_LIBS
11448 echo "$as_me:$LINENO: result: $ac_cv_lib_m_atan" >&5
11449 echo "${ECHO_T}$ac_cv_lib_m_atan" >&6
11450 if test $ac_cv_lib_m_atan = yes; then
11452 cat >>confdefs.h
<<\_ACEOF
11453 #define HAVE_ATAN 1
11458 echo "$as_me:$LINENO: checking for atanl in -lm" >&5
11459 echo $ECHO_N "checking for atanl in -lm... $ECHO_C" >&6
11460 if test "${ac_cv_lib_m_atanl+set}" = set; then
11461 echo $ECHO_N "(cached) $ECHO_C" >&6
11463 ac_check_lib_save_LIBS
=$LIBS
11465 if test x
$gcc_no_link = xyes
; then
11466 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11467 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11468 { (exit 1); exit 1; }; }
11470 cat >conftest.
$ac_ext <<_ACEOF
11473 cat confdefs.h
>>conftest.
$ac_ext
11474 cat >>conftest.
$ac_ext <<_ACEOF
11475 /* end confdefs.h. */
11477 /* Override any gcc2 internal prototype to avoid an error. */
11481 /* We use char because int might match the return type of a gcc2
11482 builtin and then its argument prototype would still apply. */
11492 rm -f conftest.
$ac_objext conftest
$ac_exeext
11493 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11494 (eval $ac_link) 2>conftest.er1
11496 grep -v '^ *+' conftest.er1
>conftest.err
11498 cat conftest.err
>&5
11499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11500 (exit $ac_status); } &&
11501 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11502 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11503 (eval $ac_try) 2>&5
11505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11506 (exit $ac_status); }; } &&
11507 { ac_try
='test -s conftest$ac_exeext'
11508 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11509 (eval $ac_try) 2>&5
11511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11512 (exit $ac_status); }; }; then
11513 ac_cv_lib_m_atanl
=yes
11515 echo "$as_me: failed program was:" >&5
11516 sed 's/^/| /' conftest.
$ac_ext >&5
11518 ac_cv_lib_m_atanl
=no
11520 rm -f conftest.err conftest.
$ac_objext \
11521 conftest
$ac_exeext conftest.
$ac_ext
11522 LIBS
=$ac_check_lib_save_LIBS
11524 echo "$as_me:$LINENO: result: $ac_cv_lib_m_atanl" >&5
11525 echo "${ECHO_T}$ac_cv_lib_m_atanl" >&6
11526 if test $ac_cv_lib_m_atanl = yes; then
11528 cat >>confdefs.h
<<\_ACEOF
11529 #define HAVE_ATANL 1
11534 echo "$as_me:$LINENO: checking for atanhf in -lm" >&5
11535 echo $ECHO_N "checking for atanhf in -lm... $ECHO_C" >&6
11536 if test "${ac_cv_lib_m_atanhf+set}" = set; then
11537 echo $ECHO_N "(cached) $ECHO_C" >&6
11539 ac_check_lib_save_LIBS
=$LIBS
11541 if test x
$gcc_no_link = xyes
; then
11542 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11543 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11544 { (exit 1); exit 1; }; }
11546 cat >conftest.
$ac_ext <<_ACEOF
11549 cat confdefs.h
>>conftest.
$ac_ext
11550 cat >>conftest.
$ac_ext <<_ACEOF
11551 /* end confdefs.h. */
11553 /* Override any gcc2 internal prototype to avoid an error. */
11557 /* We use char because int might match the return type of a gcc2
11558 builtin and then its argument prototype would still apply. */
11568 rm -f conftest.
$ac_objext conftest
$ac_exeext
11569 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11570 (eval $ac_link) 2>conftest.er1
11572 grep -v '^ *+' conftest.er1
>conftest.err
11574 cat conftest.err
>&5
11575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11576 (exit $ac_status); } &&
11577 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11578 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11579 (eval $ac_try) 2>&5
11581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11582 (exit $ac_status); }; } &&
11583 { ac_try
='test -s conftest$ac_exeext'
11584 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11585 (eval $ac_try) 2>&5
11587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11588 (exit $ac_status); }; }; then
11589 ac_cv_lib_m_atanhf
=yes
11591 echo "$as_me: failed program was:" >&5
11592 sed 's/^/| /' conftest.
$ac_ext >&5
11594 ac_cv_lib_m_atanhf
=no
11596 rm -f conftest.err conftest.
$ac_objext \
11597 conftest
$ac_exeext conftest.
$ac_ext
11598 LIBS
=$ac_check_lib_save_LIBS
11600 echo "$as_me:$LINENO: result: $ac_cv_lib_m_atanhf" >&5
11601 echo "${ECHO_T}$ac_cv_lib_m_atanhf" >&6
11602 if test $ac_cv_lib_m_atanhf = yes; then
11604 cat >>confdefs.h
<<\_ACEOF
11605 #define HAVE_ATANHF 1
11610 echo "$as_me:$LINENO: checking for atanh in -lm" >&5
11611 echo $ECHO_N "checking for atanh in -lm... $ECHO_C" >&6
11612 if test "${ac_cv_lib_m_atanh+set}" = set; then
11613 echo $ECHO_N "(cached) $ECHO_C" >&6
11615 ac_check_lib_save_LIBS
=$LIBS
11617 if test x
$gcc_no_link = xyes
; then
11618 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11619 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11620 { (exit 1); exit 1; }; }
11622 cat >conftest.
$ac_ext <<_ACEOF
11625 cat confdefs.h
>>conftest.
$ac_ext
11626 cat >>conftest.
$ac_ext <<_ACEOF
11627 /* end confdefs.h. */
11629 /* Override any gcc2 internal prototype to avoid an error. */
11633 /* We use char because int might match the return type of a gcc2
11634 builtin and then its argument prototype would still apply. */
11644 rm -f conftest.
$ac_objext conftest
$ac_exeext
11645 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11646 (eval $ac_link) 2>conftest.er1
11648 grep -v '^ *+' conftest.er1
>conftest.err
11650 cat conftest.err
>&5
11651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11652 (exit $ac_status); } &&
11653 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11655 (eval $ac_try) 2>&5
11657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11658 (exit $ac_status); }; } &&
11659 { ac_try
='test -s conftest$ac_exeext'
11660 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11661 (eval $ac_try) 2>&5
11663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11664 (exit $ac_status); }; }; then
11665 ac_cv_lib_m_atanh
=yes
11667 echo "$as_me: failed program was:" >&5
11668 sed 's/^/| /' conftest.
$ac_ext >&5
11670 ac_cv_lib_m_atanh
=no
11672 rm -f conftest.err conftest.
$ac_objext \
11673 conftest
$ac_exeext conftest.
$ac_ext
11674 LIBS
=$ac_check_lib_save_LIBS
11676 echo "$as_me:$LINENO: result: $ac_cv_lib_m_atanh" >&5
11677 echo "${ECHO_T}$ac_cv_lib_m_atanh" >&6
11678 if test $ac_cv_lib_m_atanh = yes; then
11680 cat >>confdefs.h
<<\_ACEOF
11681 #define HAVE_ATANH 1
11686 echo "$as_me:$LINENO: checking for atanhl in -lm" >&5
11687 echo $ECHO_N "checking for atanhl in -lm... $ECHO_C" >&6
11688 if test "${ac_cv_lib_m_atanhl+set}" = set; then
11689 echo $ECHO_N "(cached) $ECHO_C" >&6
11691 ac_check_lib_save_LIBS
=$LIBS
11693 if test x
$gcc_no_link = xyes
; then
11694 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11695 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11696 { (exit 1); exit 1; }; }
11698 cat >conftest.
$ac_ext <<_ACEOF
11701 cat confdefs.h
>>conftest.
$ac_ext
11702 cat >>conftest.
$ac_ext <<_ACEOF
11703 /* end confdefs.h. */
11705 /* Override any gcc2 internal prototype to avoid an error. */
11709 /* We use char because int might match the return type of a gcc2
11710 builtin and then its argument prototype would still apply. */
11720 rm -f conftest.
$ac_objext conftest
$ac_exeext
11721 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11722 (eval $ac_link) 2>conftest.er1
11724 grep -v '^ *+' conftest.er1
>conftest.err
11726 cat conftest.err
>&5
11727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11728 (exit $ac_status); } &&
11729 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11730 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11731 (eval $ac_try) 2>&5
11733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11734 (exit $ac_status); }; } &&
11735 { ac_try
='test -s conftest$ac_exeext'
11736 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11737 (eval $ac_try) 2>&5
11739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11740 (exit $ac_status); }; }; then
11741 ac_cv_lib_m_atanhl
=yes
11743 echo "$as_me: failed program was:" >&5
11744 sed 's/^/| /' conftest.
$ac_ext >&5
11746 ac_cv_lib_m_atanhl
=no
11748 rm -f conftest.err conftest.
$ac_objext \
11749 conftest
$ac_exeext conftest.
$ac_ext
11750 LIBS
=$ac_check_lib_save_LIBS
11752 echo "$as_me:$LINENO: result: $ac_cv_lib_m_atanhl" >&5
11753 echo "${ECHO_T}$ac_cv_lib_m_atanhl" >&6
11754 if test $ac_cv_lib_m_atanhl = yes; then
11756 cat >>confdefs.h
<<\_ACEOF
11757 #define HAVE_ATANHL 1
11762 echo "$as_me:$LINENO: checking for cargf in -lm" >&5
11763 echo $ECHO_N "checking for cargf in -lm... $ECHO_C" >&6
11764 if test "${ac_cv_lib_m_cargf+set}" = set; then
11765 echo $ECHO_N "(cached) $ECHO_C" >&6
11767 ac_check_lib_save_LIBS
=$LIBS
11769 if test x
$gcc_no_link = xyes
; then
11770 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11771 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11772 { (exit 1); exit 1; }; }
11774 cat >conftest.
$ac_ext <<_ACEOF
11777 cat confdefs.h
>>conftest.
$ac_ext
11778 cat >>conftest.
$ac_ext <<_ACEOF
11779 /* end confdefs.h. */
11781 /* Override any gcc2 internal prototype to avoid an error. */
11785 /* We use char because int might match the return type of a gcc2
11786 builtin and then its argument prototype would still apply. */
11796 rm -f conftest.
$ac_objext conftest
$ac_exeext
11797 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11798 (eval $ac_link) 2>conftest.er1
11800 grep -v '^ *+' conftest.er1
>conftest.err
11802 cat conftest.err
>&5
11803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11804 (exit $ac_status); } &&
11805 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11806 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11807 (eval $ac_try) 2>&5
11809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11810 (exit $ac_status); }; } &&
11811 { ac_try
='test -s conftest$ac_exeext'
11812 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11813 (eval $ac_try) 2>&5
11815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11816 (exit $ac_status); }; }; then
11817 ac_cv_lib_m_cargf
=yes
11819 echo "$as_me: failed program was:" >&5
11820 sed 's/^/| /' conftest.
$ac_ext >&5
11822 ac_cv_lib_m_cargf
=no
11824 rm -f conftest.err conftest.
$ac_objext \
11825 conftest
$ac_exeext conftest.
$ac_ext
11826 LIBS
=$ac_check_lib_save_LIBS
11828 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cargf" >&5
11829 echo "${ECHO_T}$ac_cv_lib_m_cargf" >&6
11830 if test $ac_cv_lib_m_cargf = yes; then
11832 cat >>confdefs.h
<<\_ACEOF
11833 #define HAVE_CARGF 1
11838 echo "$as_me:$LINENO: checking for carg in -lm" >&5
11839 echo $ECHO_N "checking for carg in -lm... $ECHO_C" >&6
11840 if test "${ac_cv_lib_m_carg+set}" = set; then
11841 echo $ECHO_N "(cached) $ECHO_C" >&6
11843 ac_check_lib_save_LIBS
=$LIBS
11845 if test x
$gcc_no_link = xyes
; then
11846 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11847 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11848 { (exit 1); exit 1; }; }
11850 cat >conftest.
$ac_ext <<_ACEOF
11853 cat confdefs.h
>>conftest.
$ac_ext
11854 cat >>conftest.
$ac_ext <<_ACEOF
11855 /* end confdefs.h. */
11857 /* Override any gcc2 internal prototype to avoid an error. */
11861 /* We use char because int might match the return type of a gcc2
11862 builtin and then its argument prototype would still apply. */
11872 rm -f conftest.
$ac_objext conftest
$ac_exeext
11873 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11874 (eval $ac_link) 2>conftest.er1
11876 grep -v '^ *+' conftest.er1
>conftest.err
11878 cat conftest.err
>&5
11879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11880 (exit $ac_status); } &&
11881 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11882 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11883 (eval $ac_try) 2>&5
11885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11886 (exit $ac_status); }; } &&
11887 { ac_try
='test -s conftest$ac_exeext'
11888 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11889 (eval $ac_try) 2>&5
11891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11892 (exit $ac_status); }; }; then
11893 ac_cv_lib_m_carg
=yes
11895 echo "$as_me: failed program was:" >&5
11896 sed 's/^/| /' conftest.
$ac_ext >&5
11898 ac_cv_lib_m_carg
=no
11900 rm -f conftest.err conftest.
$ac_objext \
11901 conftest
$ac_exeext conftest.
$ac_ext
11902 LIBS
=$ac_check_lib_save_LIBS
11904 echo "$as_me:$LINENO: result: $ac_cv_lib_m_carg" >&5
11905 echo "${ECHO_T}$ac_cv_lib_m_carg" >&6
11906 if test $ac_cv_lib_m_carg = yes; then
11908 cat >>confdefs.h
<<\_ACEOF
11909 #define HAVE_CARG 1
11914 echo "$as_me:$LINENO: checking for cargl in -lm" >&5
11915 echo $ECHO_N "checking for cargl in -lm... $ECHO_C" >&6
11916 if test "${ac_cv_lib_m_cargl+set}" = set; then
11917 echo $ECHO_N "(cached) $ECHO_C" >&6
11919 ac_check_lib_save_LIBS
=$LIBS
11921 if test x
$gcc_no_link = xyes
; then
11922 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11923 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11924 { (exit 1); exit 1; }; }
11926 cat >conftest.
$ac_ext <<_ACEOF
11929 cat confdefs.h
>>conftest.
$ac_ext
11930 cat >>conftest.
$ac_ext <<_ACEOF
11931 /* end confdefs.h. */
11933 /* Override any gcc2 internal prototype to avoid an error. */
11937 /* We use char because int might match the return type of a gcc2
11938 builtin and then its argument prototype would still apply. */
11948 rm -f conftest.
$ac_objext conftest
$ac_exeext
11949 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11950 (eval $ac_link) 2>conftest.er1
11952 grep -v '^ *+' conftest.er1
>conftest.err
11954 cat conftest.err
>&5
11955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11956 (exit $ac_status); } &&
11957 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
11958 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11959 (eval $ac_try) 2>&5
11961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11962 (exit $ac_status); }; } &&
11963 { ac_try
='test -s conftest$ac_exeext'
11964 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11965 (eval $ac_try) 2>&5
11967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11968 (exit $ac_status); }; }; then
11969 ac_cv_lib_m_cargl
=yes
11971 echo "$as_me: failed program was:" >&5
11972 sed 's/^/| /' conftest.
$ac_ext >&5
11974 ac_cv_lib_m_cargl
=no
11976 rm -f conftest.err conftest.
$ac_objext \
11977 conftest
$ac_exeext conftest.
$ac_ext
11978 LIBS
=$ac_check_lib_save_LIBS
11980 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cargl" >&5
11981 echo "${ECHO_T}$ac_cv_lib_m_cargl" >&6
11982 if test $ac_cv_lib_m_cargl = yes; then
11984 cat >>confdefs.h
<<\_ACEOF
11985 #define HAVE_CARGL 1
11990 echo "$as_me:$LINENO: checking for ceilf in -lm" >&5
11991 echo $ECHO_N "checking for ceilf in -lm... $ECHO_C" >&6
11992 if test "${ac_cv_lib_m_ceilf+set}" = set; then
11993 echo $ECHO_N "(cached) $ECHO_C" >&6
11995 ac_check_lib_save_LIBS
=$LIBS
11997 if test x
$gcc_no_link = xyes
; then
11998 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11999 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12000 { (exit 1); exit 1; }; }
12002 cat >conftest.
$ac_ext <<_ACEOF
12005 cat confdefs.h
>>conftest.
$ac_ext
12006 cat >>conftest.
$ac_ext <<_ACEOF
12007 /* end confdefs.h. */
12009 /* Override any gcc2 internal prototype to avoid an error. */
12013 /* We use char because int might match the return type of a gcc2
12014 builtin and then its argument prototype would still apply. */
12024 rm -f conftest.
$ac_objext conftest
$ac_exeext
12025 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12026 (eval $ac_link) 2>conftest.er1
12028 grep -v '^ *+' conftest.er1
>conftest.err
12030 cat conftest.err
>&5
12031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12032 (exit $ac_status); } &&
12033 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12034 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12035 (eval $ac_try) 2>&5
12037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12038 (exit $ac_status); }; } &&
12039 { ac_try
='test -s conftest$ac_exeext'
12040 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12041 (eval $ac_try) 2>&5
12043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12044 (exit $ac_status); }; }; then
12045 ac_cv_lib_m_ceilf
=yes
12047 echo "$as_me: failed program was:" >&5
12048 sed 's/^/| /' conftest.
$ac_ext >&5
12050 ac_cv_lib_m_ceilf
=no
12052 rm -f conftest.err conftest.
$ac_objext \
12053 conftest
$ac_exeext conftest.
$ac_ext
12054 LIBS
=$ac_check_lib_save_LIBS
12056 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ceilf" >&5
12057 echo "${ECHO_T}$ac_cv_lib_m_ceilf" >&6
12058 if test $ac_cv_lib_m_ceilf = yes; then
12060 cat >>confdefs.h
<<\_ACEOF
12061 #define HAVE_CEILF 1
12066 echo "$as_me:$LINENO: checking for ceil in -lm" >&5
12067 echo $ECHO_N "checking for ceil in -lm... $ECHO_C" >&6
12068 if test "${ac_cv_lib_m_ceil+set}" = set; then
12069 echo $ECHO_N "(cached) $ECHO_C" >&6
12071 ac_check_lib_save_LIBS
=$LIBS
12073 if test x
$gcc_no_link = xyes
; then
12074 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12075 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12076 { (exit 1); exit 1; }; }
12078 cat >conftest.
$ac_ext <<_ACEOF
12081 cat confdefs.h
>>conftest.
$ac_ext
12082 cat >>conftest.
$ac_ext <<_ACEOF
12083 /* end confdefs.h. */
12085 /* Override any gcc2 internal prototype to avoid an error. */
12089 /* We use char because int might match the return type of a gcc2
12090 builtin and then its argument prototype would still apply. */
12100 rm -f conftest.
$ac_objext conftest
$ac_exeext
12101 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12102 (eval $ac_link) 2>conftest.er1
12104 grep -v '^ *+' conftest.er1
>conftest.err
12106 cat conftest.err
>&5
12107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12108 (exit $ac_status); } &&
12109 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12110 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12111 (eval $ac_try) 2>&5
12113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12114 (exit $ac_status); }; } &&
12115 { ac_try
='test -s conftest$ac_exeext'
12116 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12117 (eval $ac_try) 2>&5
12119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12120 (exit $ac_status); }; }; then
12121 ac_cv_lib_m_ceil
=yes
12123 echo "$as_me: failed program was:" >&5
12124 sed 's/^/| /' conftest.
$ac_ext >&5
12126 ac_cv_lib_m_ceil
=no
12128 rm -f conftest.err conftest.
$ac_objext \
12129 conftest
$ac_exeext conftest.
$ac_ext
12130 LIBS
=$ac_check_lib_save_LIBS
12132 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ceil" >&5
12133 echo "${ECHO_T}$ac_cv_lib_m_ceil" >&6
12134 if test $ac_cv_lib_m_ceil = yes; then
12136 cat >>confdefs.h
<<\_ACEOF
12137 #define HAVE_CEIL 1
12142 echo "$as_me:$LINENO: checking for ceill in -lm" >&5
12143 echo $ECHO_N "checking for ceill in -lm... $ECHO_C" >&6
12144 if test "${ac_cv_lib_m_ceill+set}" = set; then
12145 echo $ECHO_N "(cached) $ECHO_C" >&6
12147 ac_check_lib_save_LIBS
=$LIBS
12149 if test x
$gcc_no_link = xyes
; then
12150 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12151 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12152 { (exit 1); exit 1; }; }
12154 cat >conftest.
$ac_ext <<_ACEOF
12157 cat confdefs.h
>>conftest.
$ac_ext
12158 cat >>conftest.
$ac_ext <<_ACEOF
12159 /* end confdefs.h. */
12161 /* Override any gcc2 internal prototype to avoid an error. */
12165 /* We use char because int might match the return type of a gcc2
12166 builtin and then its argument prototype would still apply. */
12176 rm -f conftest.
$ac_objext conftest
$ac_exeext
12177 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12178 (eval $ac_link) 2>conftest.er1
12180 grep -v '^ *+' conftest.er1
>conftest.err
12182 cat conftest.err
>&5
12183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12184 (exit $ac_status); } &&
12185 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12186 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12187 (eval $ac_try) 2>&5
12189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12190 (exit $ac_status); }; } &&
12191 { ac_try
='test -s conftest$ac_exeext'
12192 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12193 (eval $ac_try) 2>&5
12195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12196 (exit $ac_status); }; }; then
12197 ac_cv_lib_m_ceill
=yes
12199 echo "$as_me: failed program was:" >&5
12200 sed 's/^/| /' conftest.
$ac_ext >&5
12202 ac_cv_lib_m_ceill
=no
12204 rm -f conftest.err conftest.
$ac_objext \
12205 conftest
$ac_exeext conftest.
$ac_ext
12206 LIBS
=$ac_check_lib_save_LIBS
12208 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ceill" >&5
12209 echo "${ECHO_T}$ac_cv_lib_m_ceill" >&6
12210 if test $ac_cv_lib_m_ceill = yes; then
12212 cat >>confdefs.h
<<\_ACEOF
12213 #define HAVE_CEILL 1
12218 echo "$as_me:$LINENO: checking for copysignf in -lm" >&5
12219 echo $ECHO_N "checking for copysignf in -lm... $ECHO_C" >&6
12220 if test "${ac_cv_lib_m_copysignf+set}" = set; then
12221 echo $ECHO_N "(cached) $ECHO_C" >&6
12223 ac_check_lib_save_LIBS
=$LIBS
12225 if test x
$gcc_no_link = xyes
; then
12226 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12227 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12228 { (exit 1); exit 1; }; }
12230 cat >conftest.
$ac_ext <<_ACEOF
12233 cat confdefs.h
>>conftest.
$ac_ext
12234 cat >>conftest.
$ac_ext <<_ACEOF
12235 /* end confdefs.h. */
12237 /* Override any gcc2 internal prototype to avoid an error. */
12241 /* We use char because int might match the return type of a gcc2
12242 builtin and then its argument prototype would still apply. */
12252 rm -f conftest.
$ac_objext conftest
$ac_exeext
12253 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12254 (eval $ac_link) 2>conftest.er1
12256 grep -v '^ *+' conftest.er1
>conftest.err
12258 cat conftest.err
>&5
12259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12260 (exit $ac_status); } &&
12261 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12262 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12263 (eval $ac_try) 2>&5
12265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12266 (exit $ac_status); }; } &&
12267 { ac_try
='test -s conftest$ac_exeext'
12268 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12269 (eval $ac_try) 2>&5
12271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12272 (exit $ac_status); }; }; then
12273 ac_cv_lib_m_copysignf
=yes
12275 echo "$as_me: failed program was:" >&5
12276 sed 's/^/| /' conftest.
$ac_ext >&5
12278 ac_cv_lib_m_copysignf
=no
12280 rm -f conftest.err conftest.
$ac_objext \
12281 conftest
$ac_exeext conftest.
$ac_ext
12282 LIBS
=$ac_check_lib_save_LIBS
12284 echo "$as_me:$LINENO: result: $ac_cv_lib_m_copysignf" >&5
12285 echo "${ECHO_T}$ac_cv_lib_m_copysignf" >&6
12286 if test $ac_cv_lib_m_copysignf = yes; then
12288 cat >>confdefs.h
<<\_ACEOF
12289 #define HAVE_COPYSIGNF 1
12294 echo "$as_me:$LINENO: checking for copysign in -lm" >&5
12295 echo $ECHO_N "checking for copysign in -lm... $ECHO_C" >&6
12296 if test "${ac_cv_lib_m_copysign+set}" = set; then
12297 echo $ECHO_N "(cached) $ECHO_C" >&6
12299 ac_check_lib_save_LIBS
=$LIBS
12301 if test x
$gcc_no_link = xyes
; then
12302 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12303 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12304 { (exit 1); exit 1; }; }
12306 cat >conftest.
$ac_ext <<_ACEOF
12309 cat confdefs.h
>>conftest.
$ac_ext
12310 cat >>conftest.
$ac_ext <<_ACEOF
12311 /* end confdefs.h. */
12313 /* Override any gcc2 internal prototype to avoid an error. */
12317 /* We use char because int might match the return type of a gcc2
12318 builtin and then its argument prototype would still apply. */
12328 rm -f conftest.
$ac_objext conftest
$ac_exeext
12329 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12330 (eval $ac_link) 2>conftest.er1
12332 grep -v '^ *+' conftest.er1
>conftest.err
12334 cat conftest.err
>&5
12335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12336 (exit $ac_status); } &&
12337 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12338 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12339 (eval $ac_try) 2>&5
12341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12342 (exit $ac_status); }; } &&
12343 { ac_try
='test -s conftest$ac_exeext'
12344 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12345 (eval $ac_try) 2>&5
12347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12348 (exit $ac_status); }; }; then
12349 ac_cv_lib_m_copysign
=yes
12351 echo "$as_me: failed program was:" >&5
12352 sed 's/^/| /' conftest.
$ac_ext >&5
12354 ac_cv_lib_m_copysign
=no
12356 rm -f conftest.err conftest.
$ac_objext \
12357 conftest
$ac_exeext conftest.
$ac_ext
12358 LIBS
=$ac_check_lib_save_LIBS
12360 echo "$as_me:$LINENO: result: $ac_cv_lib_m_copysign" >&5
12361 echo "${ECHO_T}$ac_cv_lib_m_copysign" >&6
12362 if test $ac_cv_lib_m_copysign = yes; then
12364 cat >>confdefs.h
<<\_ACEOF
12365 #define HAVE_COPYSIGN 1
12370 echo "$as_me:$LINENO: checking for copysignl in -lm" >&5
12371 echo $ECHO_N "checking for copysignl in -lm... $ECHO_C" >&6
12372 if test "${ac_cv_lib_m_copysignl+set}" = set; then
12373 echo $ECHO_N "(cached) $ECHO_C" >&6
12375 ac_check_lib_save_LIBS
=$LIBS
12377 if test x
$gcc_no_link = xyes
; then
12378 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12379 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12380 { (exit 1); exit 1; }; }
12382 cat >conftest.
$ac_ext <<_ACEOF
12385 cat confdefs.h
>>conftest.
$ac_ext
12386 cat >>conftest.
$ac_ext <<_ACEOF
12387 /* end confdefs.h. */
12389 /* Override any gcc2 internal prototype to avoid an error. */
12393 /* We use char because int might match the return type of a gcc2
12394 builtin and then its argument prototype would still apply. */
12404 rm -f conftest.
$ac_objext conftest
$ac_exeext
12405 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12406 (eval $ac_link) 2>conftest.er1
12408 grep -v '^ *+' conftest.er1
>conftest.err
12410 cat conftest.err
>&5
12411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12412 (exit $ac_status); } &&
12413 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12414 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12415 (eval $ac_try) 2>&5
12417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12418 (exit $ac_status); }; } &&
12419 { ac_try
='test -s conftest$ac_exeext'
12420 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12421 (eval $ac_try) 2>&5
12423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12424 (exit $ac_status); }; }; then
12425 ac_cv_lib_m_copysignl
=yes
12427 echo "$as_me: failed program was:" >&5
12428 sed 's/^/| /' conftest.
$ac_ext >&5
12430 ac_cv_lib_m_copysignl
=no
12432 rm -f conftest.err conftest.
$ac_objext \
12433 conftest
$ac_exeext conftest.
$ac_ext
12434 LIBS
=$ac_check_lib_save_LIBS
12436 echo "$as_me:$LINENO: result: $ac_cv_lib_m_copysignl" >&5
12437 echo "${ECHO_T}$ac_cv_lib_m_copysignl" >&6
12438 if test $ac_cv_lib_m_copysignl = yes; then
12440 cat >>confdefs.h
<<\_ACEOF
12441 #define HAVE_COPYSIGNL 1
12446 echo "$as_me:$LINENO: checking for cosf in -lm" >&5
12447 echo $ECHO_N "checking for cosf in -lm... $ECHO_C" >&6
12448 if test "${ac_cv_lib_m_cosf+set}" = set; then
12449 echo $ECHO_N "(cached) $ECHO_C" >&6
12451 ac_check_lib_save_LIBS
=$LIBS
12453 if test x
$gcc_no_link = xyes
; then
12454 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12455 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12456 { (exit 1); exit 1; }; }
12458 cat >conftest.
$ac_ext <<_ACEOF
12461 cat confdefs.h
>>conftest.
$ac_ext
12462 cat >>conftest.
$ac_ext <<_ACEOF
12463 /* end confdefs.h. */
12465 /* Override any gcc2 internal prototype to avoid an error. */
12469 /* We use char because int might match the return type of a gcc2
12470 builtin and then its argument prototype would still apply. */
12480 rm -f conftest.
$ac_objext conftest
$ac_exeext
12481 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12482 (eval $ac_link) 2>conftest.er1
12484 grep -v '^ *+' conftest.er1
>conftest.err
12486 cat conftest.err
>&5
12487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12488 (exit $ac_status); } &&
12489 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12490 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12491 (eval $ac_try) 2>&5
12493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12494 (exit $ac_status); }; } &&
12495 { ac_try
='test -s conftest$ac_exeext'
12496 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12497 (eval $ac_try) 2>&5
12499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12500 (exit $ac_status); }; }; then
12501 ac_cv_lib_m_cosf
=yes
12503 echo "$as_me: failed program was:" >&5
12504 sed 's/^/| /' conftest.
$ac_ext >&5
12506 ac_cv_lib_m_cosf
=no
12508 rm -f conftest.err conftest.
$ac_objext \
12509 conftest
$ac_exeext conftest.
$ac_ext
12510 LIBS
=$ac_check_lib_save_LIBS
12512 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cosf" >&5
12513 echo "${ECHO_T}$ac_cv_lib_m_cosf" >&6
12514 if test $ac_cv_lib_m_cosf = yes; then
12516 cat >>confdefs.h
<<\_ACEOF
12517 #define HAVE_COSF 1
12522 echo "$as_me:$LINENO: checking for cos in -lm" >&5
12523 echo $ECHO_N "checking for cos in -lm... $ECHO_C" >&6
12524 if test "${ac_cv_lib_m_cos+set}" = set; then
12525 echo $ECHO_N "(cached) $ECHO_C" >&6
12527 ac_check_lib_save_LIBS
=$LIBS
12529 if test x
$gcc_no_link = xyes
; then
12530 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12531 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12532 { (exit 1); exit 1; }; }
12534 cat >conftest.
$ac_ext <<_ACEOF
12537 cat confdefs.h
>>conftest.
$ac_ext
12538 cat >>conftest.
$ac_ext <<_ACEOF
12539 /* end confdefs.h. */
12541 /* Override any gcc2 internal prototype to avoid an error. */
12545 /* We use char because int might match the return type of a gcc2
12546 builtin and then its argument prototype would still apply. */
12556 rm -f conftest.
$ac_objext conftest
$ac_exeext
12557 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12558 (eval $ac_link) 2>conftest.er1
12560 grep -v '^ *+' conftest.er1
>conftest.err
12562 cat conftest.err
>&5
12563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12564 (exit $ac_status); } &&
12565 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12566 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12567 (eval $ac_try) 2>&5
12569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12570 (exit $ac_status); }; } &&
12571 { ac_try
='test -s conftest$ac_exeext'
12572 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12573 (eval $ac_try) 2>&5
12575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12576 (exit $ac_status); }; }; then
12577 ac_cv_lib_m_cos
=yes
12579 echo "$as_me: failed program was:" >&5
12580 sed 's/^/| /' conftest.
$ac_ext >&5
12584 rm -f conftest.err conftest.
$ac_objext \
12585 conftest
$ac_exeext conftest.
$ac_ext
12586 LIBS
=$ac_check_lib_save_LIBS
12588 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cos" >&5
12589 echo "${ECHO_T}$ac_cv_lib_m_cos" >&6
12590 if test $ac_cv_lib_m_cos = yes; then
12592 cat >>confdefs.h
<<\_ACEOF
12598 echo "$as_me:$LINENO: checking for cosl in -lm" >&5
12599 echo $ECHO_N "checking for cosl in -lm... $ECHO_C" >&6
12600 if test "${ac_cv_lib_m_cosl+set}" = set; then
12601 echo $ECHO_N "(cached) $ECHO_C" >&6
12603 ac_check_lib_save_LIBS
=$LIBS
12605 if test x
$gcc_no_link = xyes
; then
12606 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12607 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12608 { (exit 1); exit 1; }; }
12610 cat >conftest.
$ac_ext <<_ACEOF
12613 cat confdefs.h
>>conftest.
$ac_ext
12614 cat >>conftest.
$ac_ext <<_ACEOF
12615 /* end confdefs.h. */
12617 /* Override any gcc2 internal prototype to avoid an error. */
12621 /* We use char because int might match the return type of a gcc2
12622 builtin and then its argument prototype would still apply. */
12632 rm -f conftest.
$ac_objext conftest
$ac_exeext
12633 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12634 (eval $ac_link) 2>conftest.er1
12636 grep -v '^ *+' conftest.er1
>conftest.err
12638 cat conftest.err
>&5
12639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12640 (exit $ac_status); } &&
12641 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12642 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12643 (eval $ac_try) 2>&5
12645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12646 (exit $ac_status); }; } &&
12647 { ac_try
='test -s conftest$ac_exeext'
12648 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12649 (eval $ac_try) 2>&5
12651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12652 (exit $ac_status); }; }; then
12653 ac_cv_lib_m_cosl
=yes
12655 echo "$as_me: failed program was:" >&5
12656 sed 's/^/| /' conftest.
$ac_ext >&5
12658 ac_cv_lib_m_cosl
=no
12660 rm -f conftest.err conftest.
$ac_objext \
12661 conftest
$ac_exeext conftest.
$ac_ext
12662 LIBS
=$ac_check_lib_save_LIBS
12664 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cosl" >&5
12665 echo "${ECHO_T}$ac_cv_lib_m_cosl" >&6
12666 if test $ac_cv_lib_m_cosl = yes; then
12668 cat >>confdefs.h
<<\_ACEOF
12669 #define HAVE_COSL 1
12674 echo "$as_me:$LINENO: checking for ccosf in -lm" >&5
12675 echo $ECHO_N "checking for ccosf in -lm... $ECHO_C" >&6
12676 if test "${ac_cv_lib_m_ccosf+set}" = set; then
12677 echo $ECHO_N "(cached) $ECHO_C" >&6
12679 ac_check_lib_save_LIBS
=$LIBS
12681 if test x
$gcc_no_link = xyes
; then
12682 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12683 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12684 { (exit 1); exit 1; }; }
12686 cat >conftest.
$ac_ext <<_ACEOF
12689 cat confdefs.h
>>conftest.
$ac_ext
12690 cat >>conftest.
$ac_ext <<_ACEOF
12691 /* end confdefs.h. */
12693 /* Override any gcc2 internal prototype to avoid an error. */
12697 /* We use char because int might match the return type of a gcc2
12698 builtin and then its argument prototype would still apply. */
12708 rm -f conftest.
$ac_objext conftest
$ac_exeext
12709 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12710 (eval $ac_link) 2>conftest.er1
12712 grep -v '^ *+' conftest.er1
>conftest.err
12714 cat conftest.err
>&5
12715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12716 (exit $ac_status); } &&
12717 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12718 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12719 (eval $ac_try) 2>&5
12721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12722 (exit $ac_status); }; } &&
12723 { ac_try
='test -s conftest$ac_exeext'
12724 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12725 (eval $ac_try) 2>&5
12727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12728 (exit $ac_status); }; }; then
12729 ac_cv_lib_m_ccosf
=yes
12731 echo "$as_me: failed program was:" >&5
12732 sed 's/^/| /' conftest.
$ac_ext >&5
12734 ac_cv_lib_m_ccosf
=no
12736 rm -f conftest.err conftest.
$ac_objext \
12737 conftest
$ac_exeext conftest.
$ac_ext
12738 LIBS
=$ac_check_lib_save_LIBS
12740 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ccosf" >&5
12741 echo "${ECHO_T}$ac_cv_lib_m_ccosf" >&6
12742 if test $ac_cv_lib_m_ccosf = yes; then
12744 cat >>confdefs.h
<<\_ACEOF
12745 #define HAVE_CCOSF 1
12750 echo "$as_me:$LINENO: checking for ccos in -lm" >&5
12751 echo $ECHO_N "checking for ccos in -lm... $ECHO_C" >&6
12752 if test "${ac_cv_lib_m_ccos+set}" = set; then
12753 echo $ECHO_N "(cached) $ECHO_C" >&6
12755 ac_check_lib_save_LIBS
=$LIBS
12757 if test x
$gcc_no_link = xyes
; then
12758 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12759 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12760 { (exit 1); exit 1; }; }
12762 cat >conftest.
$ac_ext <<_ACEOF
12765 cat confdefs.h
>>conftest.
$ac_ext
12766 cat >>conftest.
$ac_ext <<_ACEOF
12767 /* end confdefs.h. */
12769 /* Override any gcc2 internal prototype to avoid an error. */
12773 /* We use char because int might match the return type of a gcc2
12774 builtin and then its argument prototype would still apply. */
12784 rm -f conftest.
$ac_objext conftest
$ac_exeext
12785 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12786 (eval $ac_link) 2>conftest.er1
12788 grep -v '^ *+' conftest.er1
>conftest.err
12790 cat conftest.err
>&5
12791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12792 (exit $ac_status); } &&
12793 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12794 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12795 (eval $ac_try) 2>&5
12797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12798 (exit $ac_status); }; } &&
12799 { ac_try
='test -s conftest$ac_exeext'
12800 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12801 (eval $ac_try) 2>&5
12803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12804 (exit $ac_status); }; }; then
12805 ac_cv_lib_m_ccos
=yes
12807 echo "$as_me: failed program was:" >&5
12808 sed 's/^/| /' conftest.
$ac_ext >&5
12810 ac_cv_lib_m_ccos
=no
12812 rm -f conftest.err conftest.
$ac_objext \
12813 conftest
$ac_exeext conftest.
$ac_ext
12814 LIBS
=$ac_check_lib_save_LIBS
12816 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ccos" >&5
12817 echo "${ECHO_T}$ac_cv_lib_m_ccos" >&6
12818 if test $ac_cv_lib_m_ccos = yes; then
12820 cat >>confdefs.h
<<\_ACEOF
12821 #define HAVE_CCOS 1
12826 echo "$as_me:$LINENO: checking for ccosl in -lm" >&5
12827 echo $ECHO_N "checking for ccosl in -lm... $ECHO_C" >&6
12828 if test "${ac_cv_lib_m_ccosl+set}" = set; then
12829 echo $ECHO_N "(cached) $ECHO_C" >&6
12831 ac_check_lib_save_LIBS
=$LIBS
12833 if test x
$gcc_no_link = xyes
; then
12834 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12835 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12836 { (exit 1); exit 1; }; }
12838 cat >conftest.
$ac_ext <<_ACEOF
12841 cat confdefs.h
>>conftest.
$ac_ext
12842 cat >>conftest.
$ac_ext <<_ACEOF
12843 /* end confdefs.h. */
12845 /* Override any gcc2 internal prototype to avoid an error. */
12849 /* We use char because int might match the return type of a gcc2
12850 builtin and then its argument prototype would still apply. */
12860 rm -f conftest.
$ac_objext conftest
$ac_exeext
12861 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12862 (eval $ac_link) 2>conftest.er1
12864 grep -v '^ *+' conftest.er1
>conftest.err
12866 cat conftest.err
>&5
12867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12868 (exit $ac_status); } &&
12869 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12870 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12871 (eval $ac_try) 2>&5
12873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12874 (exit $ac_status); }; } &&
12875 { ac_try
='test -s conftest$ac_exeext'
12876 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12877 (eval $ac_try) 2>&5
12879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12880 (exit $ac_status); }; }; then
12881 ac_cv_lib_m_ccosl
=yes
12883 echo "$as_me: failed program was:" >&5
12884 sed 's/^/| /' conftest.
$ac_ext >&5
12886 ac_cv_lib_m_ccosl
=no
12888 rm -f conftest.err conftest.
$ac_objext \
12889 conftest
$ac_exeext conftest.
$ac_ext
12890 LIBS
=$ac_check_lib_save_LIBS
12892 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ccosl" >&5
12893 echo "${ECHO_T}$ac_cv_lib_m_ccosl" >&6
12894 if test $ac_cv_lib_m_ccosl = yes; then
12896 cat >>confdefs.h
<<\_ACEOF
12897 #define HAVE_CCOSL 1
12902 echo "$as_me:$LINENO: checking for coshf in -lm" >&5
12903 echo $ECHO_N "checking for coshf in -lm... $ECHO_C" >&6
12904 if test "${ac_cv_lib_m_coshf+set}" = set; then
12905 echo $ECHO_N "(cached) $ECHO_C" >&6
12907 ac_check_lib_save_LIBS
=$LIBS
12909 if test x
$gcc_no_link = xyes
; then
12910 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12911 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12912 { (exit 1); exit 1; }; }
12914 cat >conftest.
$ac_ext <<_ACEOF
12917 cat confdefs.h
>>conftest.
$ac_ext
12918 cat >>conftest.
$ac_ext <<_ACEOF
12919 /* end confdefs.h. */
12921 /* Override any gcc2 internal prototype to avoid an error. */
12925 /* We use char because int might match the return type of a gcc2
12926 builtin and then its argument prototype would still apply. */
12936 rm -f conftest.
$ac_objext conftest
$ac_exeext
12937 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12938 (eval $ac_link) 2>conftest.er1
12940 grep -v '^ *+' conftest.er1
>conftest.err
12942 cat conftest.err
>&5
12943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12944 (exit $ac_status); } &&
12945 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
12946 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12947 (eval $ac_try) 2>&5
12949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12950 (exit $ac_status); }; } &&
12951 { ac_try
='test -s conftest$ac_exeext'
12952 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12953 (eval $ac_try) 2>&5
12955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12956 (exit $ac_status); }; }; then
12957 ac_cv_lib_m_coshf
=yes
12959 echo "$as_me: failed program was:" >&5
12960 sed 's/^/| /' conftest.
$ac_ext >&5
12962 ac_cv_lib_m_coshf
=no
12964 rm -f conftest.err conftest.
$ac_objext \
12965 conftest
$ac_exeext conftest.
$ac_ext
12966 LIBS
=$ac_check_lib_save_LIBS
12968 echo "$as_me:$LINENO: result: $ac_cv_lib_m_coshf" >&5
12969 echo "${ECHO_T}$ac_cv_lib_m_coshf" >&6
12970 if test $ac_cv_lib_m_coshf = yes; then
12972 cat >>confdefs.h
<<\_ACEOF
12973 #define HAVE_COSHF 1
12978 echo "$as_me:$LINENO: checking for cosh in -lm" >&5
12979 echo $ECHO_N "checking for cosh in -lm... $ECHO_C" >&6
12980 if test "${ac_cv_lib_m_cosh+set}" = set; then
12981 echo $ECHO_N "(cached) $ECHO_C" >&6
12983 ac_check_lib_save_LIBS
=$LIBS
12985 if test x
$gcc_no_link = xyes
; then
12986 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12987 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12988 { (exit 1); exit 1; }; }
12990 cat >conftest.
$ac_ext <<_ACEOF
12993 cat confdefs.h
>>conftest.
$ac_ext
12994 cat >>conftest.
$ac_ext <<_ACEOF
12995 /* end confdefs.h. */
12997 /* Override any gcc2 internal prototype to avoid an error. */
13001 /* We use char because int might match the return type of a gcc2
13002 builtin and then its argument prototype would still apply. */
13012 rm -f conftest.
$ac_objext conftest
$ac_exeext
13013 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13014 (eval $ac_link) 2>conftest.er1
13016 grep -v '^ *+' conftest.er1
>conftest.err
13018 cat conftest.err
>&5
13019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13020 (exit $ac_status); } &&
13021 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
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); }; } &&
13027 { ac_try
='test -s conftest$ac_exeext'
13028 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13029 (eval $ac_try) 2>&5
13031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13032 (exit $ac_status); }; }; then
13033 ac_cv_lib_m_cosh
=yes
13035 echo "$as_me: failed program was:" >&5
13036 sed 's/^/| /' conftest.
$ac_ext >&5
13038 ac_cv_lib_m_cosh
=no
13040 rm -f conftest.err conftest.
$ac_objext \
13041 conftest
$ac_exeext conftest.
$ac_ext
13042 LIBS
=$ac_check_lib_save_LIBS
13044 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cosh" >&5
13045 echo "${ECHO_T}$ac_cv_lib_m_cosh" >&6
13046 if test $ac_cv_lib_m_cosh = yes; then
13048 cat >>confdefs.h
<<\_ACEOF
13049 #define HAVE_COSH 1
13054 echo "$as_me:$LINENO: checking for coshl in -lm" >&5
13055 echo $ECHO_N "checking for coshl in -lm... $ECHO_C" >&6
13056 if test "${ac_cv_lib_m_coshl+set}" = set; then
13057 echo $ECHO_N "(cached) $ECHO_C" >&6
13059 ac_check_lib_save_LIBS
=$LIBS
13061 if test x
$gcc_no_link = xyes
; then
13062 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13063 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13064 { (exit 1); exit 1; }; }
13066 cat >conftest.
$ac_ext <<_ACEOF
13069 cat confdefs.h
>>conftest.
$ac_ext
13070 cat >>conftest.
$ac_ext <<_ACEOF
13071 /* end confdefs.h. */
13073 /* Override any gcc2 internal prototype to avoid an error. */
13077 /* We use char because int might match the return type of a gcc2
13078 builtin and then its argument prototype would still apply. */
13088 rm -f conftest.
$ac_objext conftest
$ac_exeext
13089 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13090 (eval $ac_link) 2>conftest.er1
13092 grep -v '^ *+' conftest.er1
>conftest.err
13094 cat conftest.err
>&5
13095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13096 (exit $ac_status); } &&
13097 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13098 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13099 (eval $ac_try) 2>&5
13101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13102 (exit $ac_status); }; } &&
13103 { ac_try
='test -s conftest$ac_exeext'
13104 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13105 (eval $ac_try) 2>&5
13107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13108 (exit $ac_status); }; }; then
13109 ac_cv_lib_m_coshl
=yes
13111 echo "$as_me: failed program was:" >&5
13112 sed 's/^/| /' conftest.
$ac_ext >&5
13114 ac_cv_lib_m_coshl
=no
13116 rm -f conftest.err conftest.
$ac_objext \
13117 conftest
$ac_exeext conftest.
$ac_ext
13118 LIBS
=$ac_check_lib_save_LIBS
13120 echo "$as_me:$LINENO: result: $ac_cv_lib_m_coshl" >&5
13121 echo "${ECHO_T}$ac_cv_lib_m_coshl" >&6
13122 if test $ac_cv_lib_m_coshl = yes; then
13124 cat >>confdefs.h
<<\_ACEOF
13125 #define HAVE_COSHL 1
13130 echo "$as_me:$LINENO: checking for ccoshf in -lm" >&5
13131 echo $ECHO_N "checking for ccoshf in -lm... $ECHO_C" >&6
13132 if test "${ac_cv_lib_m_ccoshf+set}" = set; then
13133 echo $ECHO_N "(cached) $ECHO_C" >&6
13135 ac_check_lib_save_LIBS
=$LIBS
13137 if test x
$gcc_no_link = xyes
; then
13138 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13139 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13140 { (exit 1); exit 1; }; }
13142 cat >conftest.
$ac_ext <<_ACEOF
13145 cat confdefs.h
>>conftest.
$ac_ext
13146 cat >>conftest.
$ac_ext <<_ACEOF
13147 /* end confdefs.h. */
13149 /* Override any gcc2 internal prototype to avoid an error. */
13153 /* We use char because int might match the return type of a gcc2
13154 builtin and then its argument prototype would still apply. */
13164 rm -f conftest.
$ac_objext conftest
$ac_exeext
13165 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13166 (eval $ac_link) 2>conftest.er1
13168 grep -v '^ *+' conftest.er1
>conftest.err
13170 cat conftest.err
>&5
13171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13172 (exit $ac_status); } &&
13173 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13174 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13175 (eval $ac_try) 2>&5
13177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13178 (exit $ac_status); }; } &&
13179 { ac_try
='test -s conftest$ac_exeext'
13180 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13181 (eval $ac_try) 2>&5
13183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13184 (exit $ac_status); }; }; then
13185 ac_cv_lib_m_ccoshf
=yes
13187 echo "$as_me: failed program was:" >&5
13188 sed 's/^/| /' conftest.
$ac_ext >&5
13190 ac_cv_lib_m_ccoshf
=no
13192 rm -f conftest.err conftest.
$ac_objext \
13193 conftest
$ac_exeext conftest.
$ac_ext
13194 LIBS
=$ac_check_lib_save_LIBS
13196 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ccoshf" >&5
13197 echo "${ECHO_T}$ac_cv_lib_m_ccoshf" >&6
13198 if test $ac_cv_lib_m_ccoshf = yes; then
13200 cat >>confdefs.h
<<\_ACEOF
13201 #define HAVE_CCOSHF 1
13206 echo "$as_me:$LINENO: checking for ccosh in -lm" >&5
13207 echo $ECHO_N "checking for ccosh in -lm... $ECHO_C" >&6
13208 if test "${ac_cv_lib_m_ccosh+set}" = set; then
13209 echo $ECHO_N "(cached) $ECHO_C" >&6
13211 ac_check_lib_save_LIBS
=$LIBS
13213 if test x
$gcc_no_link = xyes
; then
13214 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13215 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13216 { (exit 1); exit 1; }; }
13218 cat >conftest.
$ac_ext <<_ACEOF
13221 cat confdefs.h
>>conftest.
$ac_ext
13222 cat >>conftest.
$ac_ext <<_ACEOF
13223 /* end confdefs.h. */
13225 /* Override any gcc2 internal prototype to avoid an error. */
13229 /* We use char because int might match the return type of a gcc2
13230 builtin and then its argument prototype would still apply. */
13240 rm -f conftest.
$ac_objext conftest
$ac_exeext
13241 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13242 (eval $ac_link) 2>conftest.er1
13244 grep -v '^ *+' conftest.er1
>conftest.err
13246 cat conftest.err
>&5
13247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13248 (exit $ac_status); } &&
13249 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13250 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13251 (eval $ac_try) 2>&5
13253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13254 (exit $ac_status); }; } &&
13255 { ac_try
='test -s conftest$ac_exeext'
13256 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13257 (eval $ac_try) 2>&5
13259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13260 (exit $ac_status); }; }; then
13261 ac_cv_lib_m_ccosh
=yes
13263 echo "$as_me: failed program was:" >&5
13264 sed 's/^/| /' conftest.
$ac_ext >&5
13266 ac_cv_lib_m_ccosh
=no
13268 rm -f conftest.err conftest.
$ac_objext \
13269 conftest
$ac_exeext conftest.
$ac_ext
13270 LIBS
=$ac_check_lib_save_LIBS
13272 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ccosh" >&5
13273 echo "${ECHO_T}$ac_cv_lib_m_ccosh" >&6
13274 if test $ac_cv_lib_m_ccosh = yes; then
13276 cat >>confdefs.h
<<\_ACEOF
13277 #define HAVE_CCOSH 1
13282 echo "$as_me:$LINENO: checking for ccoshl in -lm" >&5
13283 echo $ECHO_N "checking for ccoshl in -lm... $ECHO_C" >&6
13284 if test "${ac_cv_lib_m_ccoshl+set}" = set; then
13285 echo $ECHO_N "(cached) $ECHO_C" >&6
13287 ac_check_lib_save_LIBS
=$LIBS
13289 if test x
$gcc_no_link = xyes
; then
13290 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13291 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13292 { (exit 1); exit 1; }; }
13294 cat >conftest.
$ac_ext <<_ACEOF
13297 cat confdefs.h
>>conftest.
$ac_ext
13298 cat >>conftest.
$ac_ext <<_ACEOF
13299 /* end confdefs.h. */
13301 /* Override any gcc2 internal prototype to avoid an error. */
13305 /* We use char because int might match the return type of a gcc2
13306 builtin and then its argument prototype would still apply. */
13316 rm -f conftest.
$ac_objext conftest
$ac_exeext
13317 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13318 (eval $ac_link) 2>conftest.er1
13320 grep -v '^ *+' conftest.er1
>conftest.err
13322 cat conftest.err
>&5
13323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13324 (exit $ac_status); } &&
13325 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13327 (eval $ac_try) 2>&5
13329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13330 (exit $ac_status); }; } &&
13331 { ac_try
='test -s conftest$ac_exeext'
13332 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13333 (eval $ac_try) 2>&5
13335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13336 (exit $ac_status); }; }; then
13337 ac_cv_lib_m_ccoshl
=yes
13339 echo "$as_me: failed program was:" >&5
13340 sed 's/^/| /' conftest.
$ac_ext >&5
13342 ac_cv_lib_m_ccoshl
=no
13344 rm -f conftest.err conftest.
$ac_objext \
13345 conftest
$ac_exeext conftest.
$ac_ext
13346 LIBS
=$ac_check_lib_save_LIBS
13348 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ccoshl" >&5
13349 echo "${ECHO_T}$ac_cv_lib_m_ccoshl" >&6
13350 if test $ac_cv_lib_m_ccoshl = yes; then
13352 cat >>confdefs.h
<<\_ACEOF
13353 #define HAVE_CCOSHL 1
13358 echo "$as_me:$LINENO: checking for expf in -lm" >&5
13359 echo $ECHO_N "checking for expf in -lm... $ECHO_C" >&6
13360 if test "${ac_cv_lib_m_expf+set}" = set; then
13361 echo $ECHO_N "(cached) $ECHO_C" >&6
13363 ac_check_lib_save_LIBS
=$LIBS
13365 if test x
$gcc_no_link = xyes
; then
13366 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13367 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13368 { (exit 1); exit 1; }; }
13370 cat >conftest.
$ac_ext <<_ACEOF
13373 cat confdefs.h
>>conftest.
$ac_ext
13374 cat >>conftest.
$ac_ext <<_ACEOF
13375 /* end confdefs.h. */
13377 /* Override any gcc2 internal prototype to avoid an error. */
13381 /* We use char because int might match the return type of a gcc2
13382 builtin and then its argument prototype would still apply. */
13392 rm -f conftest.
$ac_objext conftest
$ac_exeext
13393 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13394 (eval $ac_link) 2>conftest.er1
13396 grep -v '^ *+' conftest.er1
>conftest.err
13398 cat conftest.err
>&5
13399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13400 (exit $ac_status); } &&
13401 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13402 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13403 (eval $ac_try) 2>&5
13405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13406 (exit $ac_status); }; } &&
13407 { ac_try
='test -s conftest$ac_exeext'
13408 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13409 (eval $ac_try) 2>&5
13411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13412 (exit $ac_status); }; }; then
13413 ac_cv_lib_m_expf
=yes
13415 echo "$as_me: failed program was:" >&5
13416 sed 's/^/| /' conftest.
$ac_ext >&5
13418 ac_cv_lib_m_expf
=no
13420 rm -f conftest.err conftest.
$ac_objext \
13421 conftest
$ac_exeext conftest.
$ac_ext
13422 LIBS
=$ac_check_lib_save_LIBS
13424 echo "$as_me:$LINENO: result: $ac_cv_lib_m_expf" >&5
13425 echo "${ECHO_T}$ac_cv_lib_m_expf" >&6
13426 if test $ac_cv_lib_m_expf = yes; then
13428 cat >>confdefs.h
<<\_ACEOF
13429 #define HAVE_EXPF 1
13434 echo "$as_me:$LINENO: checking for exp in -lm" >&5
13435 echo $ECHO_N "checking for exp in -lm... $ECHO_C" >&6
13436 if test "${ac_cv_lib_m_exp+set}" = set; then
13437 echo $ECHO_N "(cached) $ECHO_C" >&6
13439 ac_check_lib_save_LIBS
=$LIBS
13441 if test x
$gcc_no_link = xyes
; then
13442 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13443 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13444 { (exit 1); exit 1; }; }
13446 cat >conftest.
$ac_ext <<_ACEOF
13449 cat confdefs.h
>>conftest.
$ac_ext
13450 cat >>conftest.
$ac_ext <<_ACEOF
13451 /* end confdefs.h. */
13453 /* Override any gcc2 internal prototype to avoid an error. */
13457 /* We use char because int might match the return type of a gcc2
13458 builtin and then its argument prototype would still apply. */
13468 rm -f conftest.
$ac_objext conftest
$ac_exeext
13469 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13470 (eval $ac_link) 2>conftest.er1
13472 grep -v '^ *+' conftest.er1
>conftest.err
13474 cat conftest.err
>&5
13475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13476 (exit $ac_status); } &&
13477 { ac_try
='test -z "$ac_c_werror_flag" || 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_exp
=yes
13491 echo "$as_me: failed program was:" >&5
13492 sed 's/^/| /' conftest.
$ac_ext >&5
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_exp" >&5
13501 echo "${ECHO_T}$ac_cv_lib_m_exp" >&6
13502 if test $ac_cv_lib_m_exp = yes; then
13504 cat >>confdefs.h
<<\_ACEOF
13510 echo "$as_me:$LINENO: checking for expl in -lm" >&5
13511 echo $ECHO_N "checking for expl in -lm... $ECHO_C" >&6
13512 if test "${ac_cv_lib_m_expl+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" || test ! -s conftest.err'
13554 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13555 (eval $ac_try) 2>&5
13557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13558 (exit $ac_status); }; } &&
13559 { ac_try
='test -s conftest$ac_exeext'
13560 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13561 (eval $ac_try) 2>&5
13563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13564 (exit $ac_status); }; }; then
13565 ac_cv_lib_m_expl
=yes
13567 echo "$as_me: failed program was:" >&5
13568 sed 's/^/| /' conftest.
$ac_ext >&5
13570 ac_cv_lib_m_expl
=no
13572 rm -f conftest.err conftest.
$ac_objext \
13573 conftest
$ac_exeext conftest.
$ac_ext
13574 LIBS
=$ac_check_lib_save_LIBS
13576 echo "$as_me:$LINENO: result: $ac_cv_lib_m_expl" >&5
13577 echo "${ECHO_T}$ac_cv_lib_m_expl" >&6
13578 if test $ac_cv_lib_m_expl = yes; then
13580 cat >>confdefs.h
<<\_ACEOF
13581 #define HAVE_EXPL 1
13586 echo "$as_me:$LINENO: checking for cexpf in -lm" >&5
13587 echo $ECHO_N "checking for cexpf in -lm... $ECHO_C" >&6
13588 if test "${ac_cv_lib_m_cexpf+set}" = set; then
13589 echo $ECHO_N "(cached) $ECHO_C" >&6
13591 ac_check_lib_save_LIBS
=$LIBS
13593 if test x
$gcc_no_link = xyes
; then
13594 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13595 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13596 { (exit 1); exit 1; }; }
13598 cat >conftest.
$ac_ext <<_ACEOF
13601 cat confdefs.h
>>conftest.
$ac_ext
13602 cat >>conftest.
$ac_ext <<_ACEOF
13603 /* end confdefs.h. */
13605 /* Override any gcc2 internal prototype to avoid an error. */
13609 /* We use char because int might match the return type of a gcc2
13610 builtin and then its argument prototype would still apply. */
13620 rm -f conftest.
$ac_objext conftest
$ac_exeext
13621 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13622 (eval $ac_link) 2>conftest.er1
13624 grep -v '^ *+' conftest.er1
>conftest.err
13626 cat conftest.err
>&5
13627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13628 (exit $ac_status); } &&
13629 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13631 (eval $ac_try) 2>&5
13633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13634 (exit $ac_status); }; } &&
13635 { ac_try
='test -s conftest$ac_exeext'
13636 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13637 (eval $ac_try) 2>&5
13639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13640 (exit $ac_status); }; }; then
13641 ac_cv_lib_m_cexpf
=yes
13643 echo "$as_me: failed program was:" >&5
13644 sed 's/^/| /' conftest.
$ac_ext >&5
13646 ac_cv_lib_m_cexpf
=no
13648 rm -f conftest.err conftest.
$ac_objext \
13649 conftest
$ac_exeext conftest.
$ac_ext
13650 LIBS
=$ac_check_lib_save_LIBS
13652 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cexpf" >&5
13653 echo "${ECHO_T}$ac_cv_lib_m_cexpf" >&6
13654 if test $ac_cv_lib_m_cexpf = yes; then
13656 cat >>confdefs.h
<<\_ACEOF
13657 #define HAVE_CEXPF 1
13662 echo "$as_me:$LINENO: checking for cexp in -lm" >&5
13663 echo $ECHO_N "checking for cexp in -lm... $ECHO_C" >&6
13664 if test "${ac_cv_lib_m_cexp+set}" = set; then
13665 echo $ECHO_N "(cached) $ECHO_C" >&6
13667 ac_check_lib_save_LIBS
=$LIBS
13669 if test x
$gcc_no_link = xyes
; then
13670 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13671 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13672 { (exit 1); exit 1; }; }
13674 cat >conftest.
$ac_ext <<_ACEOF
13677 cat confdefs.h
>>conftest.
$ac_ext
13678 cat >>conftest.
$ac_ext <<_ACEOF
13679 /* end confdefs.h. */
13681 /* Override any gcc2 internal prototype to avoid an error. */
13685 /* We use char because int might match the return type of a gcc2
13686 builtin and then its argument prototype would still apply. */
13696 rm -f conftest.
$ac_objext conftest
$ac_exeext
13697 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13698 (eval $ac_link) 2>conftest.er1
13700 grep -v '^ *+' conftest.er1
>conftest.err
13702 cat conftest.err
>&5
13703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13704 (exit $ac_status); } &&
13705 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13706 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13707 (eval $ac_try) 2>&5
13709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13710 (exit $ac_status); }; } &&
13711 { ac_try
='test -s conftest$ac_exeext'
13712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13713 (eval $ac_try) 2>&5
13715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13716 (exit $ac_status); }; }; then
13717 ac_cv_lib_m_cexp
=yes
13719 echo "$as_me: failed program was:" >&5
13720 sed 's/^/| /' conftest.
$ac_ext >&5
13722 ac_cv_lib_m_cexp
=no
13724 rm -f conftest.err conftest.
$ac_objext \
13725 conftest
$ac_exeext conftest.
$ac_ext
13726 LIBS
=$ac_check_lib_save_LIBS
13728 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cexp" >&5
13729 echo "${ECHO_T}$ac_cv_lib_m_cexp" >&6
13730 if test $ac_cv_lib_m_cexp = yes; then
13732 cat >>confdefs.h
<<\_ACEOF
13733 #define HAVE_CEXP 1
13738 echo "$as_me:$LINENO: checking for cexpl in -lm" >&5
13739 echo $ECHO_N "checking for cexpl in -lm... $ECHO_C" >&6
13740 if test "${ac_cv_lib_m_cexpl+set}" = set; then
13741 echo $ECHO_N "(cached) $ECHO_C" >&6
13743 ac_check_lib_save_LIBS
=$LIBS
13745 if test x
$gcc_no_link = xyes
; then
13746 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13747 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13748 { (exit 1); exit 1; }; }
13750 cat >conftest.
$ac_ext <<_ACEOF
13753 cat confdefs.h
>>conftest.
$ac_ext
13754 cat >>conftest.
$ac_ext <<_ACEOF
13755 /* end confdefs.h. */
13757 /* Override any gcc2 internal prototype to avoid an error. */
13761 /* We use char because int might match the return type of a gcc2
13762 builtin and then its argument prototype would still apply. */
13772 rm -f conftest.
$ac_objext conftest
$ac_exeext
13773 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13774 (eval $ac_link) 2>conftest.er1
13776 grep -v '^ *+' conftest.er1
>conftest.err
13778 cat conftest.err
>&5
13779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13780 (exit $ac_status); } &&
13781 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13783 (eval $ac_try) 2>&5
13785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13786 (exit $ac_status); }; } &&
13787 { ac_try
='test -s conftest$ac_exeext'
13788 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13789 (eval $ac_try) 2>&5
13791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13792 (exit $ac_status); }; }; then
13793 ac_cv_lib_m_cexpl
=yes
13795 echo "$as_me: failed program was:" >&5
13796 sed 's/^/| /' conftest.
$ac_ext >&5
13798 ac_cv_lib_m_cexpl
=no
13800 rm -f conftest.err conftest.
$ac_objext \
13801 conftest
$ac_exeext conftest.
$ac_ext
13802 LIBS
=$ac_check_lib_save_LIBS
13804 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cexpl" >&5
13805 echo "${ECHO_T}$ac_cv_lib_m_cexpl" >&6
13806 if test $ac_cv_lib_m_cexpl = yes; then
13808 cat >>confdefs.h
<<\_ACEOF
13809 #define HAVE_CEXPL 1
13814 echo "$as_me:$LINENO: checking for fabsf in -lm" >&5
13815 echo $ECHO_N "checking for fabsf in -lm... $ECHO_C" >&6
13816 if test "${ac_cv_lib_m_fabsf+set}" = set; then
13817 echo $ECHO_N "(cached) $ECHO_C" >&6
13819 ac_check_lib_save_LIBS
=$LIBS
13821 if test x
$gcc_no_link = xyes
; then
13822 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13823 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13824 { (exit 1); exit 1; }; }
13826 cat >conftest.
$ac_ext <<_ACEOF
13829 cat confdefs.h
>>conftest.
$ac_ext
13830 cat >>conftest.
$ac_ext <<_ACEOF
13831 /* end confdefs.h. */
13833 /* Override any gcc2 internal prototype to avoid an error. */
13837 /* We use char because int might match the return type of a gcc2
13838 builtin and then its argument prototype would still apply. */
13848 rm -f conftest.
$ac_objext conftest
$ac_exeext
13849 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13850 (eval $ac_link) 2>conftest.er1
13852 grep -v '^ *+' conftest.er1
>conftest.err
13854 cat conftest.err
>&5
13855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13856 (exit $ac_status); } &&
13857 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13858 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13859 (eval $ac_try) 2>&5
13861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13862 (exit $ac_status); }; } &&
13863 { ac_try
='test -s conftest$ac_exeext'
13864 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13865 (eval $ac_try) 2>&5
13867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13868 (exit $ac_status); }; }; then
13869 ac_cv_lib_m_fabsf
=yes
13871 echo "$as_me: failed program was:" >&5
13872 sed 's/^/| /' conftest.
$ac_ext >&5
13874 ac_cv_lib_m_fabsf
=no
13876 rm -f conftest.err conftest.
$ac_objext \
13877 conftest
$ac_exeext conftest.
$ac_ext
13878 LIBS
=$ac_check_lib_save_LIBS
13880 echo "$as_me:$LINENO: result: $ac_cv_lib_m_fabsf" >&5
13881 echo "${ECHO_T}$ac_cv_lib_m_fabsf" >&6
13882 if test $ac_cv_lib_m_fabsf = yes; then
13884 cat >>confdefs.h
<<\_ACEOF
13885 #define HAVE_FABSF 1
13890 echo "$as_me:$LINENO: checking for fabs in -lm" >&5
13891 echo $ECHO_N "checking for fabs in -lm... $ECHO_C" >&6
13892 if test "${ac_cv_lib_m_fabs+set}" = set; then
13893 echo $ECHO_N "(cached) $ECHO_C" >&6
13895 ac_check_lib_save_LIBS
=$LIBS
13897 if test x
$gcc_no_link = xyes
; then
13898 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13899 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13900 { (exit 1); exit 1; }; }
13902 cat >conftest.
$ac_ext <<_ACEOF
13905 cat confdefs.h
>>conftest.
$ac_ext
13906 cat >>conftest.
$ac_ext <<_ACEOF
13907 /* end confdefs.h. */
13909 /* Override any gcc2 internal prototype to avoid an error. */
13913 /* We use char because int might match the return type of a gcc2
13914 builtin and then its argument prototype would still apply. */
13924 rm -f conftest.
$ac_objext conftest
$ac_exeext
13925 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13926 (eval $ac_link) 2>conftest.er1
13928 grep -v '^ *+' conftest.er1
>conftest.err
13930 cat conftest.err
>&5
13931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13932 (exit $ac_status); } &&
13933 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
13934 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13935 (eval $ac_try) 2>&5
13937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13938 (exit $ac_status); }; } &&
13939 { ac_try
='test -s conftest$ac_exeext'
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); }; }; then
13945 ac_cv_lib_m_fabs
=yes
13947 echo "$as_me: failed program was:" >&5
13948 sed 's/^/| /' conftest.
$ac_ext >&5
13950 ac_cv_lib_m_fabs
=no
13952 rm -f conftest.err conftest.
$ac_objext \
13953 conftest
$ac_exeext conftest.
$ac_ext
13954 LIBS
=$ac_check_lib_save_LIBS
13956 echo "$as_me:$LINENO: result: $ac_cv_lib_m_fabs" >&5
13957 echo "${ECHO_T}$ac_cv_lib_m_fabs" >&6
13958 if test $ac_cv_lib_m_fabs = yes; then
13960 cat >>confdefs.h
<<\_ACEOF
13961 #define HAVE_FABS 1
13966 echo "$as_me:$LINENO: checking for fabsl in -lm" >&5
13967 echo $ECHO_N "checking for fabsl in -lm... $ECHO_C" >&6
13968 if test "${ac_cv_lib_m_fabsl+set}" = set; then
13969 echo $ECHO_N "(cached) $ECHO_C" >&6
13971 ac_check_lib_save_LIBS
=$LIBS
13973 if test x
$gcc_no_link = xyes
; then
13974 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13975 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13976 { (exit 1); exit 1; }; }
13978 cat >conftest.
$ac_ext <<_ACEOF
13981 cat confdefs.h
>>conftest.
$ac_ext
13982 cat >>conftest.
$ac_ext <<_ACEOF
13983 /* end confdefs.h. */
13985 /* Override any gcc2 internal prototype to avoid an error. */
13989 /* We use char because int might match the return type of a gcc2
13990 builtin and then its argument prototype would still apply. */
14000 rm -f conftest.
$ac_objext conftest
$ac_exeext
14001 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14002 (eval $ac_link) 2>conftest.er1
14004 grep -v '^ *+' conftest.er1
>conftest.err
14006 cat conftest.err
>&5
14007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14008 (exit $ac_status); } &&
14009 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14010 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14011 (eval $ac_try) 2>&5
14013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14014 (exit $ac_status); }; } &&
14015 { ac_try
='test -s conftest$ac_exeext'
14016 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14017 (eval $ac_try) 2>&5
14019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14020 (exit $ac_status); }; }; then
14021 ac_cv_lib_m_fabsl
=yes
14023 echo "$as_me: failed program was:" >&5
14024 sed 's/^/| /' conftest.
$ac_ext >&5
14026 ac_cv_lib_m_fabsl
=no
14028 rm -f conftest.err conftest.
$ac_objext \
14029 conftest
$ac_exeext conftest.
$ac_ext
14030 LIBS
=$ac_check_lib_save_LIBS
14032 echo "$as_me:$LINENO: result: $ac_cv_lib_m_fabsl" >&5
14033 echo "${ECHO_T}$ac_cv_lib_m_fabsl" >&6
14034 if test $ac_cv_lib_m_fabsl = yes; then
14036 cat >>confdefs.h
<<\_ACEOF
14037 #define HAVE_FABSL 1
14042 echo "$as_me:$LINENO: checking for cabsf in -lm" >&5
14043 echo $ECHO_N "checking for cabsf in -lm... $ECHO_C" >&6
14044 if test "${ac_cv_lib_m_cabsf+set}" = set; then
14045 echo $ECHO_N "(cached) $ECHO_C" >&6
14047 ac_check_lib_save_LIBS
=$LIBS
14049 if test x
$gcc_no_link = xyes
; then
14050 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
14051 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
14052 { (exit 1); exit 1; }; }
14054 cat >conftest.
$ac_ext <<_ACEOF
14057 cat confdefs.h
>>conftest.
$ac_ext
14058 cat >>conftest.
$ac_ext <<_ACEOF
14059 /* end confdefs.h. */
14061 /* Override any gcc2 internal prototype to avoid an error. */
14065 /* We use char because int might match the return type of a gcc2
14066 builtin and then its argument prototype would still apply. */
14076 rm -f conftest.
$ac_objext conftest
$ac_exeext
14077 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14078 (eval $ac_link) 2>conftest.er1
14080 grep -v '^ *+' conftest.er1
>conftest.err
14082 cat conftest.err
>&5
14083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14084 (exit $ac_status); } &&
14085 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14086 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14087 (eval $ac_try) 2>&5
14089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14090 (exit $ac_status); }; } &&
14091 { ac_try
='test -s conftest$ac_exeext'
14092 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14093 (eval $ac_try) 2>&5
14095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14096 (exit $ac_status); }; }; then
14097 ac_cv_lib_m_cabsf
=yes
14099 echo "$as_me: failed program was:" >&5
14100 sed 's/^/| /' conftest.
$ac_ext >&5
14102 ac_cv_lib_m_cabsf
=no
14104 rm -f conftest.err conftest.
$ac_objext \
14105 conftest
$ac_exeext conftest.
$ac_ext
14106 LIBS
=$ac_check_lib_save_LIBS
14108 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cabsf" >&5
14109 echo "${ECHO_T}$ac_cv_lib_m_cabsf" >&6
14110 if test $ac_cv_lib_m_cabsf = yes; then
14112 cat >>confdefs.h
<<\_ACEOF
14113 #define HAVE_CABSF 1
14118 echo "$as_me:$LINENO: checking for cabs in -lm" >&5
14119 echo $ECHO_N "checking for cabs in -lm... $ECHO_C" >&6
14120 if test "${ac_cv_lib_m_cabs+set}" = set; then
14121 echo $ECHO_N "(cached) $ECHO_C" >&6
14123 ac_check_lib_save_LIBS
=$LIBS
14125 if test x
$gcc_no_link = xyes
; then
14126 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
14127 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
14128 { (exit 1); exit 1; }; }
14130 cat >conftest.
$ac_ext <<_ACEOF
14133 cat confdefs.h
>>conftest.
$ac_ext
14134 cat >>conftest.
$ac_ext <<_ACEOF
14135 /* end confdefs.h. */
14137 /* Override any gcc2 internal prototype to avoid an error. */
14141 /* We use char because int might match the return type of a gcc2
14142 builtin and then its argument prototype would still apply. */
14152 rm -f conftest.
$ac_objext conftest
$ac_exeext
14153 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14154 (eval $ac_link) 2>conftest.er1
14156 grep -v '^ *+' conftest.er1
>conftest.err
14158 cat conftest.err
>&5
14159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14160 (exit $ac_status); } &&
14161 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14162 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14163 (eval $ac_try) 2>&5
14165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14166 (exit $ac_status); }; } &&
14167 { ac_try
='test -s conftest$ac_exeext'
14168 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14169 (eval $ac_try) 2>&5
14171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14172 (exit $ac_status); }; }; then
14173 ac_cv_lib_m_cabs
=yes
14175 echo "$as_me: failed program was:" >&5
14176 sed 's/^/| /' conftest.
$ac_ext >&5
14178 ac_cv_lib_m_cabs
=no
14180 rm -f conftest.err conftest.
$ac_objext \
14181 conftest
$ac_exeext conftest.
$ac_ext
14182 LIBS
=$ac_check_lib_save_LIBS
14184 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cabs" >&5
14185 echo "${ECHO_T}$ac_cv_lib_m_cabs" >&6
14186 if test $ac_cv_lib_m_cabs = yes; then
14188 cat >>confdefs.h
<<\_ACEOF
14189 #define HAVE_CABS 1
14194 echo "$as_me:$LINENO: checking for cabsl in -lm" >&5
14195 echo $ECHO_N "checking for cabsl in -lm... $ECHO_C" >&6
14196 if test "${ac_cv_lib_m_cabsl+set}" = set; then
14197 echo $ECHO_N "(cached) $ECHO_C" >&6
14199 ac_check_lib_save_LIBS
=$LIBS
14201 if test x
$gcc_no_link = xyes
; then
14202 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
14203 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
14204 { (exit 1); exit 1; }; }
14206 cat >conftest.
$ac_ext <<_ACEOF
14209 cat confdefs.h
>>conftest.
$ac_ext
14210 cat >>conftest.
$ac_ext <<_ACEOF
14211 /* end confdefs.h. */
14213 /* Override any gcc2 internal prototype to avoid an error. */
14217 /* We use char because int might match the return type of a gcc2
14218 builtin and then its argument prototype would still apply. */
14228 rm -f conftest.
$ac_objext conftest
$ac_exeext
14229 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14230 (eval $ac_link) 2>conftest.er1
14232 grep -v '^ *+' conftest.er1
>conftest.err
14234 cat conftest.err
>&5
14235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14236 (exit $ac_status); } &&
14237 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14238 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14239 (eval $ac_try) 2>&5
14241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14242 (exit $ac_status); }; } &&
14243 { ac_try
='test -s conftest$ac_exeext'
14244 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14245 (eval $ac_try) 2>&5
14247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14248 (exit $ac_status); }; }; then
14249 ac_cv_lib_m_cabsl
=yes
14251 echo "$as_me: failed program was:" >&5
14252 sed 's/^/| /' conftest.
$ac_ext >&5
14254 ac_cv_lib_m_cabsl
=no
14256 rm -f conftest.err conftest.
$ac_objext \
14257 conftest
$ac_exeext conftest.
$ac_ext
14258 LIBS
=$ac_check_lib_save_LIBS
14260 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cabsl" >&5
14261 echo "${ECHO_T}$ac_cv_lib_m_cabsl" >&6
14262 if test $ac_cv_lib_m_cabsl = yes; then
14264 cat >>confdefs.h
<<\_ACEOF
14265 #define HAVE_CABSL 1
14270 echo "$as_me:$LINENO: checking for floorf in -lm" >&5
14271 echo $ECHO_N "checking for floorf in -lm... $ECHO_C" >&6
14272 if test "${ac_cv_lib_m_floorf+set}" = set; then
14273 echo $ECHO_N "(cached) $ECHO_C" >&6
14275 ac_check_lib_save_LIBS
=$LIBS
14277 if test x
$gcc_no_link = xyes
; then
14278 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
14279 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
14280 { (exit 1); exit 1; }; }
14282 cat >conftest.
$ac_ext <<_ACEOF
14285 cat confdefs.h
>>conftest.
$ac_ext
14286 cat >>conftest.
$ac_ext <<_ACEOF
14287 /* end confdefs.h. */
14289 /* Override any gcc2 internal prototype to avoid an error. */
14293 /* We use char because int might match the return type of a gcc2
14294 builtin and then its argument prototype would still apply. */
14304 rm -f conftest.
$ac_objext conftest
$ac_exeext
14305 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14306 (eval $ac_link) 2>conftest.er1
14308 grep -v '^ *+' conftest.er1
>conftest.err
14310 cat conftest.err
>&5
14311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14312 (exit $ac_status); } &&
14313 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14314 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14315 (eval $ac_try) 2>&5
14317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14318 (exit $ac_status); }; } &&
14319 { ac_try
='test -s conftest$ac_exeext'
14320 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14321 (eval $ac_try) 2>&5
14323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14324 (exit $ac_status); }; }; then
14325 ac_cv_lib_m_floorf
=yes
14327 echo "$as_me: failed program was:" >&5
14328 sed 's/^/| /' conftest.
$ac_ext >&5
14330 ac_cv_lib_m_floorf
=no
14332 rm -f conftest.err conftest.
$ac_objext \
14333 conftest
$ac_exeext conftest.
$ac_ext
14334 LIBS
=$ac_check_lib_save_LIBS
14336 echo "$as_me:$LINENO: result: $ac_cv_lib_m_floorf" >&5
14337 echo "${ECHO_T}$ac_cv_lib_m_floorf" >&6
14338 if test $ac_cv_lib_m_floorf = yes; then
14340 cat >>confdefs.h
<<\_ACEOF
14341 #define HAVE_FLOORF 1
14346 echo "$as_me:$LINENO: checking for floor in -lm" >&5
14347 echo $ECHO_N "checking for floor in -lm... $ECHO_C" >&6
14348 if test "${ac_cv_lib_m_floor+set}" = set; then
14349 echo $ECHO_N "(cached) $ECHO_C" >&6
14351 ac_check_lib_save_LIBS
=$LIBS
14353 if test x
$gcc_no_link = xyes
; then
14354 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
14355 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
14356 { (exit 1); exit 1; }; }
14358 cat >conftest.
$ac_ext <<_ACEOF
14361 cat confdefs.h
>>conftest.
$ac_ext
14362 cat >>conftest.
$ac_ext <<_ACEOF
14363 /* end confdefs.h. */
14365 /* Override any gcc2 internal prototype to avoid an error. */
14369 /* We use char because int might match the return type of a gcc2
14370 builtin and then its argument prototype would still apply. */
14380 rm -f conftest.
$ac_objext conftest
$ac_exeext
14381 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14382 (eval $ac_link) 2>conftest.er1
14384 grep -v '^ *+' conftest.er1
>conftest.err
14386 cat conftest.err
>&5
14387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14388 (exit $ac_status); } &&
14389 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14390 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14391 (eval $ac_try) 2>&5
14393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14394 (exit $ac_status); }; } &&
14395 { ac_try
='test -s conftest$ac_exeext'
14396 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14397 (eval $ac_try) 2>&5
14399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14400 (exit $ac_status); }; }; then
14401 ac_cv_lib_m_floor
=yes
14403 echo "$as_me: failed program was:" >&5
14404 sed 's/^/| /' conftest.
$ac_ext >&5
14406 ac_cv_lib_m_floor
=no
14408 rm -f conftest.err conftest.
$ac_objext \
14409 conftest
$ac_exeext conftest.
$ac_ext
14410 LIBS
=$ac_check_lib_save_LIBS
14412 echo "$as_me:$LINENO: result: $ac_cv_lib_m_floor" >&5
14413 echo "${ECHO_T}$ac_cv_lib_m_floor" >&6
14414 if test $ac_cv_lib_m_floor = yes; then
14416 cat >>confdefs.h
<<\_ACEOF
14417 #define HAVE_FLOOR 1
14422 echo "$as_me:$LINENO: checking for floorl in -lm" >&5
14423 echo $ECHO_N "checking for floorl in -lm... $ECHO_C" >&6
14424 if test "${ac_cv_lib_m_floorl+set}" = set; then
14425 echo $ECHO_N "(cached) $ECHO_C" >&6
14427 ac_check_lib_save_LIBS
=$LIBS
14429 if test x
$gcc_no_link = xyes
; then
14430 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
14431 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
14432 { (exit 1); exit 1; }; }
14434 cat >conftest.
$ac_ext <<_ACEOF
14437 cat confdefs.h
>>conftest.
$ac_ext
14438 cat >>conftest.
$ac_ext <<_ACEOF
14439 /* end confdefs.h. */
14441 /* Override any gcc2 internal prototype to avoid an error. */
14445 /* We use char because int might match the return type of a gcc2
14446 builtin and then its argument prototype would still apply. */
14456 rm -f conftest.
$ac_objext conftest
$ac_exeext
14457 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14458 (eval $ac_link) 2>conftest.er1
14460 grep -v '^ *+' conftest.er1
>conftest.err
14462 cat conftest.err
>&5
14463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14464 (exit $ac_status); } &&
14465 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14466 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14467 (eval $ac_try) 2>&5
14469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14470 (exit $ac_status); }; } &&
14471 { ac_try
='test -s conftest$ac_exeext'
14472 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14473 (eval $ac_try) 2>&5
14475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14476 (exit $ac_status); }; }; then
14477 ac_cv_lib_m_floorl
=yes
14479 echo "$as_me: failed program was:" >&5
14480 sed 's/^/| /' conftest.
$ac_ext >&5
14482 ac_cv_lib_m_floorl
=no
14484 rm -f conftest.err conftest.
$ac_objext \
14485 conftest
$ac_exeext conftest.
$ac_ext
14486 LIBS
=$ac_check_lib_save_LIBS
14488 echo "$as_me:$LINENO: result: $ac_cv_lib_m_floorl" >&5
14489 echo "${ECHO_T}$ac_cv_lib_m_floorl" >&6
14490 if test $ac_cv_lib_m_floorl = yes; then
14492 cat >>confdefs.h
<<\_ACEOF
14493 #define HAVE_FLOORL 1
14498 echo "$as_me:$LINENO: checking for frexpf in -lm" >&5
14499 echo $ECHO_N "checking for frexpf in -lm... $ECHO_C" >&6
14500 if test "${ac_cv_lib_m_frexpf+set}" = set; then
14501 echo $ECHO_N "(cached) $ECHO_C" >&6
14503 ac_check_lib_save_LIBS
=$LIBS
14505 if test x
$gcc_no_link = xyes
; then
14506 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
14507 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
14508 { (exit 1); exit 1; }; }
14510 cat >conftest.
$ac_ext <<_ACEOF
14513 cat confdefs.h
>>conftest.
$ac_ext
14514 cat >>conftest.
$ac_ext <<_ACEOF
14515 /* end confdefs.h. */
14517 /* Override any gcc2 internal prototype to avoid an error. */
14521 /* We use char because int might match the return type of a gcc2
14522 builtin and then its argument prototype would still apply. */
14532 rm -f conftest.
$ac_objext conftest
$ac_exeext
14533 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14534 (eval $ac_link) 2>conftest.er1
14536 grep -v '^ *+' conftest.er1
>conftest.err
14538 cat conftest.err
>&5
14539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14540 (exit $ac_status); } &&
14541 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14542 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14543 (eval $ac_try) 2>&5
14545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14546 (exit $ac_status); }; } &&
14547 { ac_try
='test -s conftest$ac_exeext'
14548 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14549 (eval $ac_try) 2>&5
14551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14552 (exit $ac_status); }; }; then
14553 ac_cv_lib_m_frexpf
=yes
14555 echo "$as_me: failed program was:" >&5
14556 sed 's/^/| /' conftest.
$ac_ext >&5
14558 ac_cv_lib_m_frexpf
=no
14560 rm -f conftest.err conftest.
$ac_objext \
14561 conftest
$ac_exeext conftest.
$ac_ext
14562 LIBS
=$ac_check_lib_save_LIBS
14564 echo "$as_me:$LINENO: result: $ac_cv_lib_m_frexpf" >&5
14565 echo "${ECHO_T}$ac_cv_lib_m_frexpf" >&6
14566 if test $ac_cv_lib_m_frexpf = yes; then
14568 cat >>confdefs.h
<<\_ACEOF
14569 #define HAVE_FREXPF 1
14574 echo "$as_me:$LINENO: checking for frexp in -lm" >&5
14575 echo $ECHO_N "checking for frexp in -lm... $ECHO_C" >&6
14576 if test "${ac_cv_lib_m_frexp+set}" = set; then
14577 echo $ECHO_N "(cached) $ECHO_C" >&6
14579 ac_check_lib_save_LIBS
=$LIBS
14581 if test x
$gcc_no_link = xyes
; then
14582 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
14583 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
14584 { (exit 1); exit 1; }; }
14586 cat >conftest.
$ac_ext <<_ACEOF
14589 cat confdefs.h
>>conftest.
$ac_ext
14590 cat >>conftest.
$ac_ext <<_ACEOF
14591 /* end confdefs.h. */
14593 /* Override any gcc2 internal prototype to avoid an error. */
14597 /* We use char because int might match the return type of a gcc2
14598 builtin and then its argument prototype would still apply. */
14608 rm -f conftest.
$ac_objext conftest
$ac_exeext
14609 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14610 (eval $ac_link) 2>conftest.er1
14612 grep -v '^ *+' conftest.er1
>conftest.err
14614 cat conftest.err
>&5
14615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14616 (exit $ac_status); } &&
14617 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14618 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14619 (eval $ac_try) 2>&5
14621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14622 (exit $ac_status); }; } &&
14623 { ac_try
='test -s conftest$ac_exeext'
14624 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14625 (eval $ac_try) 2>&5
14627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14628 (exit $ac_status); }; }; then
14629 ac_cv_lib_m_frexp
=yes
14631 echo "$as_me: failed program was:" >&5
14632 sed 's/^/| /' conftest.
$ac_ext >&5
14634 ac_cv_lib_m_frexp
=no
14636 rm -f conftest.err conftest.
$ac_objext \
14637 conftest
$ac_exeext conftest.
$ac_ext
14638 LIBS
=$ac_check_lib_save_LIBS
14640 echo "$as_me:$LINENO: result: $ac_cv_lib_m_frexp" >&5
14641 echo "${ECHO_T}$ac_cv_lib_m_frexp" >&6
14642 if test $ac_cv_lib_m_frexp = yes; then
14644 cat >>confdefs.h
<<\_ACEOF
14645 #define HAVE_FREXP 1
14650 echo "$as_me:$LINENO: checking for frexpl in -lm" >&5
14651 echo $ECHO_N "checking for frexpl in -lm... $ECHO_C" >&6
14652 if test "${ac_cv_lib_m_frexpl+set}" = set; then
14653 echo $ECHO_N "(cached) $ECHO_C" >&6
14655 ac_check_lib_save_LIBS
=$LIBS
14657 if test x
$gcc_no_link = xyes
; then
14658 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
14659 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
14660 { (exit 1); exit 1; }; }
14662 cat >conftest.
$ac_ext <<_ACEOF
14665 cat confdefs.h
>>conftest.
$ac_ext
14666 cat >>conftest.
$ac_ext <<_ACEOF
14667 /* end confdefs.h. */
14669 /* Override any gcc2 internal prototype to avoid an error. */
14673 /* We use char because int might match the return type of a gcc2
14674 builtin and then its argument prototype would still apply. */
14684 rm -f conftest.
$ac_objext conftest
$ac_exeext
14685 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14686 (eval $ac_link) 2>conftest.er1
14688 grep -v '^ *+' conftest.er1
>conftest.err
14690 cat conftest.err
>&5
14691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14692 (exit $ac_status); } &&
14693 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14694 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14695 (eval $ac_try) 2>&5
14697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14698 (exit $ac_status); }; } &&
14699 { ac_try
='test -s conftest$ac_exeext'
14700 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14701 (eval $ac_try) 2>&5
14703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14704 (exit $ac_status); }; }; then
14705 ac_cv_lib_m_frexpl
=yes
14707 echo "$as_me: failed program was:" >&5
14708 sed 's/^/| /' conftest.
$ac_ext >&5
14710 ac_cv_lib_m_frexpl
=no
14712 rm -f conftest.err conftest.
$ac_objext \
14713 conftest
$ac_exeext conftest.
$ac_ext
14714 LIBS
=$ac_check_lib_save_LIBS
14716 echo "$as_me:$LINENO: result: $ac_cv_lib_m_frexpl" >&5
14717 echo "${ECHO_T}$ac_cv_lib_m_frexpl" >&6
14718 if test $ac_cv_lib_m_frexpl = yes; then
14720 cat >>confdefs.h
<<\_ACEOF
14721 #define HAVE_FREXPL 1
14726 echo "$as_me:$LINENO: checking for hypotf in -lm" >&5
14727 echo $ECHO_N "checking for hypotf in -lm... $ECHO_C" >&6
14728 if test "${ac_cv_lib_m_hypotf+set}" = set; then
14729 echo $ECHO_N "(cached) $ECHO_C" >&6
14731 ac_check_lib_save_LIBS
=$LIBS
14733 if test x
$gcc_no_link = xyes
; then
14734 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
14735 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
14736 { (exit 1); exit 1; }; }
14738 cat >conftest.
$ac_ext <<_ACEOF
14741 cat confdefs.h
>>conftest.
$ac_ext
14742 cat >>conftest.
$ac_ext <<_ACEOF
14743 /* end confdefs.h. */
14745 /* Override any gcc2 internal prototype to avoid an error. */
14749 /* We use char because int might match the return type of a gcc2
14750 builtin and then its argument prototype would still apply. */
14760 rm -f conftest.
$ac_objext conftest
$ac_exeext
14761 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14762 (eval $ac_link) 2>conftest.er1
14764 grep -v '^ *+' conftest.er1
>conftest.err
14766 cat conftest.err
>&5
14767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14768 (exit $ac_status); } &&
14769 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14771 (eval $ac_try) 2>&5
14773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14774 (exit $ac_status); }; } &&
14775 { ac_try
='test -s conftest$ac_exeext'
14776 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14777 (eval $ac_try) 2>&5
14779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14780 (exit $ac_status); }; }; then
14781 ac_cv_lib_m_hypotf
=yes
14783 echo "$as_me: failed program was:" >&5
14784 sed 's/^/| /' conftest.
$ac_ext >&5
14786 ac_cv_lib_m_hypotf
=no
14788 rm -f conftest.err conftest.
$ac_objext \
14789 conftest
$ac_exeext conftest.
$ac_ext
14790 LIBS
=$ac_check_lib_save_LIBS
14792 echo "$as_me:$LINENO: result: $ac_cv_lib_m_hypotf" >&5
14793 echo "${ECHO_T}$ac_cv_lib_m_hypotf" >&6
14794 if test $ac_cv_lib_m_hypotf = yes; then
14796 cat >>confdefs.h
<<\_ACEOF
14797 #define HAVE_HYPOTF 1
14802 echo "$as_me:$LINENO: checking for hypot in -lm" >&5
14803 echo $ECHO_N "checking for hypot in -lm... $ECHO_C" >&6
14804 if test "${ac_cv_lib_m_hypot+set}" = set; then
14805 echo $ECHO_N "(cached) $ECHO_C" >&6
14807 ac_check_lib_save_LIBS
=$LIBS
14809 if test x
$gcc_no_link = xyes
; then
14810 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
14811 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
14812 { (exit 1); exit 1; }; }
14814 cat >conftest.
$ac_ext <<_ACEOF
14817 cat confdefs.h
>>conftest.
$ac_ext
14818 cat >>conftest.
$ac_ext <<_ACEOF
14819 /* end confdefs.h. */
14821 /* Override any gcc2 internal prototype to avoid an error. */
14825 /* We use char because int might match the return type of a gcc2
14826 builtin and then its argument prototype would still apply. */
14836 rm -f conftest.
$ac_objext conftest
$ac_exeext
14837 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14838 (eval $ac_link) 2>conftest.er1
14840 grep -v '^ *+' conftest.er1
>conftest.err
14842 cat conftest.err
>&5
14843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14844 (exit $ac_status); } &&
14845 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14846 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14847 (eval $ac_try) 2>&5
14849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14850 (exit $ac_status); }; } &&
14851 { ac_try
='test -s conftest$ac_exeext'
14852 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14853 (eval $ac_try) 2>&5
14855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14856 (exit $ac_status); }; }; then
14857 ac_cv_lib_m_hypot
=yes
14859 echo "$as_me: failed program was:" >&5
14860 sed 's/^/| /' conftest.
$ac_ext >&5
14862 ac_cv_lib_m_hypot
=no
14864 rm -f conftest.err conftest.
$ac_objext \
14865 conftest
$ac_exeext conftest.
$ac_ext
14866 LIBS
=$ac_check_lib_save_LIBS
14868 echo "$as_me:$LINENO: result: $ac_cv_lib_m_hypot" >&5
14869 echo "${ECHO_T}$ac_cv_lib_m_hypot" >&6
14870 if test $ac_cv_lib_m_hypot = yes; then
14872 cat >>confdefs.h
<<\_ACEOF
14873 #define HAVE_HYPOT 1
14878 echo "$as_me:$LINENO: checking for hypotl in -lm" >&5
14879 echo $ECHO_N "checking for hypotl in -lm... $ECHO_C" >&6
14880 if test "${ac_cv_lib_m_hypotl+set}" = set; then
14881 echo $ECHO_N "(cached) $ECHO_C" >&6
14883 ac_check_lib_save_LIBS
=$LIBS
14885 if test x
$gcc_no_link = xyes
; then
14886 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
14887 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
14888 { (exit 1); exit 1; }; }
14890 cat >conftest.
$ac_ext <<_ACEOF
14893 cat confdefs.h
>>conftest.
$ac_ext
14894 cat >>conftest.
$ac_ext <<_ACEOF
14895 /* end confdefs.h. */
14897 /* Override any gcc2 internal prototype to avoid an error. */
14901 /* We use char because int might match the return type of a gcc2
14902 builtin and then its argument prototype would still apply. */
14912 rm -f conftest.
$ac_objext conftest
$ac_exeext
14913 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14914 (eval $ac_link) 2>conftest.er1
14916 grep -v '^ *+' conftest.er1
>conftest.err
14918 cat conftest.err
>&5
14919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14920 (exit $ac_status); } &&
14921 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14923 (eval $ac_try) 2>&5
14925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14926 (exit $ac_status); }; } &&
14927 { ac_try
='test -s conftest$ac_exeext'
14928 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14929 (eval $ac_try) 2>&5
14931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14932 (exit $ac_status); }; }; then
14933 ac_cv_lib_m_hypotl
=yes
14935 echo "$as_me: failed program was:" >&5
14936 sed 's/^/| /' conftest.
$ac_ext >&5
14938 ac_cv_lib_m_hypotl
=no
14940 rm -f conftest.err conftest.
$ac_objext \
14941 conftest
$ac_exeext conftest.
$ac_ext
14942 LIBS
=$ac_check_lib_save_LIBS
14944 echo "$as_me:$LINENO: result: $ac_cv_lib_m_hypotl" >&5
14945 echo "${ECHO_T}$ac_cv_lib_m_hypotl" >&6
14946 if test $ac_cv_lib_m_hypotl = yes; then
14948 cat >>confdefs.h
<<\_ACEOF
14949 #define HAVE_HYPOTL 1
14954 echo "$as_me:$LINENO: checking for logf in -lm" >&5
14955 echo $ECHO_N "checking for logf in -lm... $ECHO_C" >&6
14956 if test "${ac_cv_lib_m_logf+set}" = set; then
14957 echo $ECHO_N "(cached) $ECHO_C" >&6
14959 ac_check_lib_save_LIBS
=$LIBS
14961 if test x
$gcc_no_link = xyes
; then
14962 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
14963 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
14964 { (exit 1); exit 1; }; }
14966 cat >conftest.
$ac_ext <<_ACEOF
14969 cat confdefs.h
>>conftest.
$ac_ext
14970 cat >>conftest.
$ac_ext <<_ACEOF
14971 /* end confdefs.h. */
14973 /* Override any gcc2 internal prototype to avoid an error. */
14977 /* We use char because int might match the return type of a gcc2
14978 builtin and then its argument prototype would still apply. */
14988 rm -f conftest.
$ac_objext conftest
$ac_exeext
14989 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14990 (eval $ac_link) 2>conftest.er1
14992 grep -v '^ *+' conftest.er1
>conftest.err
14994 cat conftest.err
>&5
14995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14996 (exit $ac_status); } &&
14997 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
14998 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14999 (eval $ac_try) 2>&5
15001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15002 (exit $ac_status); }; } &&
15003 { ac_try
='test -s conftest$ac_exeext'
15004 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15005 (eval $ac_try) 2>&5
15007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15008 (exit $ac_status); }; }; then
15009 ac_cv_lib_m_logf
=yes
15011 echo "$as_me: failed program was:" >&5
15012 sed 's/^/| /' conftest.
$ac_ext >&5
15014 ac_cv_lib_m_logf
=no
15016 rm -f conftest.err conftest.
$ac_objext \
15017 conftest
$ac_exeext conftest.
$ac_ext
15018 LIBS
=$ac_check_lib_save_LIBS
15020 echo "$as_me:$LINENO: result: $ac_cv_lib_m_logf" >&5
15021 echo "${ECHO_T}$ac_cv_lib_m_logf" >&6
15022 if test $ac_cv_lib_m_logf = yes; then
15024 cat >>confdefs.h
<<\_ACEOF
15025 #define HAVE_LOGF 1
15030 echo "$as_me:$LINENO: checking for log in -lm" >&5
15031 echo $ECHO_N "checking for log in -lm... $ECHO_C" >&6
15032 if test "${ac_cv_lib_m_log+set}" = set; then
15033 echo $ECHO_N "(cached) $ECHO_C" >&6
15035 ac_check_lib_save_LIBS
=$LIBS
15037 if test x
$gcc_no_link = xyes
; then
15038 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
15039 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
15040 { (exit 1); exit 1; }; }
15042 cat >conftest.
$ac_ext <<_ACEOF
15045 cat confdefs.h
>>conftest.
$ac_ext
15046 cat >>conftest.
$ac_ext <<_ACEOF
15047 /* end confdefs.h. */
15049 /* Override any gcc2 internal prototype to avoid an error. */
15053 /* We use char because int might match the return type of a gcc2
15054 builtin and then its argument prototype would still apply. */
15064 rm -f conftest.
$ac_objext conftest
$ac_exeext
15065 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15066 (eval $ac_link) 2>conftest.er1
15068 grep -v '^ *+' conftest.er1
>conftest.err
15070 cat conftest.err
>&5
15071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15072 (exit $ac_status); } &&
15073 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15074 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15075 (eval $ac_try) 2>&5
15077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15078 (exit $ac_status); }; } &&
15079 { ac_try
='test -s conftest$ac_exeext'
15080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15081 (eval $ac_try) 2>&5
15083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15084 (exit $ac_status); }; }; then
15085 ac_cv_lib_m_log
=yes
15087 echo "$as_me: failed program was:" >&5
15088 sed 's/^/| /' conftest.
$ac_ext >&5
15092 rm -f conftest.err conftest.
$ac_objext \
15093 conftest
$ac_exeext conftest.
$ac_ext
15094 LIBS
=$ac_check_lib_save_LIBS
15096 echo "$as_me:$LINENO: result: $ac_cv_lib_m_log" >&5
15097 echo "${ECHO_T}$ac_cv_lib_m_log" >&6
15098 if test $ac_cv_lib_m_log = yes; then
15100 cat >>confdefs.h
<<\_ACEOF
15106 echo "$as_me:$LINENO: checking for logl in -lm" >&5
15107 echo $ECHO_N "checking for logl in -lm... $ECHO_C" >&6
15108 if test "${ac_cv_lib_m_logl+set}" = set; then
15109 echo $ECHO_N "(cached) $ECHO_C" >&6
15111 ac_check_lib_save_LIBS
=$LIBS
15113 if test x
$gcc_no_link = xyes
; then
15114 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
15115 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
15116 { (exit 1); exit 1; }; }
15118 cat >conftest.
$ac_ext <<_ACEOF
15121 cat confdefs.h
>>conftest.
$ac_ext
15122 cat >>conftest.
$ac_ext <<_ACEOF
15123 /* end confdefs.h. */
15125 /* Override any gcc2 internal prototype to avoid an error. */
15129 /* We use char because int might match the return type of a gcc2
15130 builtin and then its argument prototype would still apply. */
15140 rm -f conftest.
$ac_objext conftest
$ac_exeext
15141 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15142 (eval $ac_link) 2>conftest.er1
15144 grep -v '^ *+' conftest.er1
>conftest.err
15146 cat conftest.err
>&5
15147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15148 (exit $ac_status); } &&
15149 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15150 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15151 (eval $ac_try) 2>&5
15153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15154 (exit $ac_status); }; } &&
15155 { ac_try
='test -s conftest$ac_exeext'
15156 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15157 (eval $ac_try) 2>&5
15159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15160 (exit $ac_status); }; }; then
15161 ac_cv_lib_m_logl
=yes
15163 echo "$as_me: failed program was:" >&5
15164 sed 's/^/| /' conftest.
$ac_ext >&5
15166 ac_cv_lib_m_logl
=no
15168 rm -f conftest.err conftest.
$ac_objext \
15169 conftest
$ac_exeext conftest.
$ac_ext
15170 LIBS
=$ac_check_lib_save_LIBS
15172 echo "$as_me:$LINENO: result: $ac_cv_lib_m_logl" >&5
15173 echo "${ECHO_T}$ac_cv_lib_m_logl" >&6
15174 if test $ac_cv_lib_m_logl = yes; then
15176 cat >>confdefs.h
<<\_ACEOF
15177 #define HAVE_LOGL 1
15182 echo "$as_me:$LINENO: checking for clogf in -lm" >&5
15183 echo $ECHO_N "checking for clogf in -lm... $ECHO_C" >&6
15184 if test "${ac_cv_lib_m_clogf+set}" = set; then
15185 echo $ECHO_N "(cached) $ECHO_C" >&6
15187 ac_check_lib_save_LIBS
=$LIBS
15189 if test x
$gcc_no_link = xyes
; then
15190 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
15191 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
15192 { (exit 1); exit 1; }; }
15194 cat >conftest.
$ac_ext <<_ACEOF
15197 cat confdefs.h
>>conftest.
$ac_ext
15198 cat >>conftest.
$ac_ext <<_ACEOF
15199 /* end confdefs.h. */
15201 /* Override any gcc2 internal prototype to avoid an error. */
15205 /* We use char because int might match the return type of a gcc2
15206 builtin and then its argument prototype would still apply. */
15216 rm -f conftest.
$ac_objext conftest
$ac_exeext
15217 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15218 (eval $ac_link) 2>conftest.er1
15220 grep -v '^ *+' conftest.er1
>conftest.err
15222 cat conftest.err
>&5
15223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15224 (exit $ac_status); } &&
15225 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15226 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15227 (eval $ac_try) 2>&5
15229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15230 (exit $ac_status); }; } &&
15231 { ac_try
='test -s conftest$ac_exeext'
15232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15233 (eval $ac_try) 2>&5
15235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15236 (exit $ac_status); }; }; then
15237 ac_cv_lib_m_clogf
=yes
15239 echo "$as_me: failed program was:" >&5
15240 sed 's/^/| /' conftest.
$ac_ext >&5
15242 ac_cv_lib_m_clogf
=no
15244 rm -f conftest.err conftest.
$ac_objext \
15245 conftest
$ac_exeext conftest.
$ac_ext
15246 LIBS
=$ac_check_lib_save_LIBS
15248 echo "$as_me:$LINENO: result: $ac_cv_lib_m_clogf" >&5
15249 echo "${ECHO_T}$ac_cv_lib_m_clogf" >&6
15250 if test $ac_cv_lib_m_clogf = yes; then
15252 cat >>confdefs.h
<<\_ACEOF
15253 #define HAVE_CLOGF 1
15258 echo "$as_me:$LINENO: checking for clog in -lm" >&5
15259 echo $ECHO_N "checking for clog in -lm... $ECHO_C" >&6
15260 if test "${ac_cv_lib_m_clog+set}" = set; then
15261 echo $ECHO_N "(cached) $ECHO_C" >&6
15263 ac_check_lib_save_LIBS
=$LIBS
15265 if test x
$gcc_no_link = xyes
; then
15266 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
15267 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
15268 { (exit 1); exit 1; }; }
15270 cat >conftest.
$ac_ext <<_ACEOF
15273 cat confdefs.h
>>conftest.
$ac_ext
15274 cat >>conftest.
$ac_ext <<_ACEOF
15275 /* end confdefs.h. */
15277 /* Override any gcc2 internal prototype to avoid an error. */
15281 /* We use char because int might match the return type of a gcc2
15282 builtin and then its argument prototype would still apply. */
15292 rm -f conftest.
$ac_objext conftest
$ac_exeext
15293 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15294 (eval $ac_link) 2>conftest.er1
15296 grep -v '^ *+' conftest.er1
>conftest.err
15298 cat conftest.err
>&5
15299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15300 (exit $ac_status); } &&
15301 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15302 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15303 (eval $ac_try) 2>&5
15305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15306 (exit $ac_status); }; } &&
15307 { ac_try
='test -s conftest$ac_exeext'
15308 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15309 (eval $ac_try) 2>&5
15311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15312 (exit $ac_status); }; }; then
15313 ac_cv_lib_m_clog
=yes
15315 echo "$as_me: failed program was:" >&5
15316 sed 's/^/| /' conftest.
$ac_ext >&5
15318 ac_cv_lib_m_clog
=no
15320 rm -f conftest.err conftest.
$ac_objext \
15321 conftest
$ac_exeext conftest.
$ac_ext
15322 LIBS
=$ac_check_lib_save_LIBS
15324 echo "$as_me:$LINENO: result: $ac_cv_lib_m_clog" >&5
15325 echo "${ECHO_T}$ac_cv_lib_m_clog" >&6
15326 if test $ac_cv_lib_m_clog = yes; then
15328 cat >>confdefs.h
<<\_ACEOF
15329 #define HAVE_CLOG 1
15334 echo "$as_me:$LINENO: checking for clogl in -lm" >&5
15335 echo $ECHO_N "checking for clogl in -lm... $ECHO_C" >&6
15336 if test "${ac_cv_lib_m_clogl+set}" = set; then
15337 echo $ECHO_N "(cached) $ECHO_C" >&6
15339 ac_check_lib_save_LIBS
=$LIBS
15341 if test x
$gcc_no_link = xyes
; then
15342 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
15343 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
15344 { (exit 1); exit 1; }; }
15346 cat >conftest.
$ac_ext <<_ACEOF
15349 cat confdefs.h
>>conftest.
$ac_ext
15350 cat >>conftest.
$ac_ext <<_ACEOF
15351 /* end confdefs.h. */
15353 /* Override any gcc2 internal prototype to avoid an error. */
15357 /* We use char because int might match the return type of a gcc2
15358 builtin and then its argument prototype would still apply. */
15368 rm -f conftest.
$ac_objext conftest
$ac_exeext
15369 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15370 (eval $ac_link) 2>conftest.er1
15372 grep -v '^ *+' conftest.er1
>conftest.err
15374 cat conftest.err
>&5
15375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15376 (exit $ac_status); } &&
15377 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15378 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15379 (eval $ac_try) 2>&5
15381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15382 (exit $ac_status); }; } &&
15383 { ac_try
='test -s conftest$ac_exeext'
15384 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15385 (eval $ac_try) 2>&5
15387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15388 (exit $ac_status); }; }; then
15389 ac_cv_lib_m_clogl
=yes
15391 echo "$as_me: failed program was:" >&5
15392 sed 's/^/| /' conftest.
$ac_ext >&5
15394 ac_cv_lib_m_clogl
=no
15396 rm -f conftest.err conftest.
$ac_objext \
15397 conftest
$ac_exeext conftest.
$ac_ext
15398 LIBS
=$ac_check_lib_save_LIBS
15400 echo "$as_me:$LINENO: result: $ac_cv_lib_m_clogl" >&5
15401 echo "${ECHO_T}$ac_cv_lib_m_clogl" >&6
15402 if test $ac_cv_lib_m_clogl = yes; then
15404 cat >>confdefs.h
<<\_ACEOF
15405 #define HAVE_CLOGL 1
15410 echo "$as_me:$LINENO: checking for log10f in -lm" >&5
15411 echo $ECHO_N "checking for log10f in -lm... $ECHO_C" >&6
15412 if test "${ac_cv_lib_m_log10f+set}" = set; then
15413 echo $ECHO_N "(cached) $ECHO_C" >&6
15415 ac_check_lib_save_LIBS
=$LIBS
15417 if test x
$gcc_no_link = xyes
; then
15418 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
15419 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
15420 { (exit 1); exit 1; }; }
15422 cat >conftest.
$ac_ext <<_ACEOF
15425 cat confdefs.h
>>conftest.
$ac_ext
15426 cat >>conftest.
$ac_ext <<_ACEOF
15427 /* end confdefs.h. */
15429 /* Override any gcc2 internal prototype to avoid an error. */
15433 /* We use char because int might match the return type of a gcc2
15434 builtin and then its argument prototype would still apply. */
15444 rm -f conftest.
$ac_objext conftest
$ac_exeext
15445 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15446 (eval $ac_link) 2>conftest.er1
15448 grep -v '^ *+' conftest.er1
>conftest.err
15450 cat conftest.err
>&5
15451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15452 (exit $ac_status); } &&
15453 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15454 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15455 (eval $ac_try) 2>&5
15457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15458 (exit $ac_status); }; } &&
15459 { ac_try
='test -s conftest$ac_exeext'
15460 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15461 (eval $ac_try) 2>&5
15463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15464 (exit $ac_status); }; }; then
15465 ac_cv_lib_m_log10f
=yes
15467 echo "$as_me: failed program was:" >&5
15468 sed 's/^/| /' conftest.
$ac_ext >&5
15470 ac_cv_lib_m_log10f
=no
15472 rm -f conftest.err conftest.
$ac_objext \
15473 conftest
$ac_exeext conftest.
$ac_ext
15474 LIBS
=$ac_check_lib_save_LIBS
15476 echo "$as_me:$LINENO: result: $ac_cv_lib_m_log10f" >&5
15477 echo "${ECHO_T}$ac_cv_lib_m_log10f" >&6
15478 if test $ac_cv_lib_m_log10f = yes; then
15480 cat >>confdefs.h
<<\_ACEOF
15481 #define HAVE_LOG10F 1
15486 echo "$as_me:$LINENO: checking for log10 in -lm" >&5
15487 echo $ECHO_N "checking for log10 in -lm... $ECHO_C" >&6
15488 if test "${ac_cv_lib_m_log10+set}" = set; then
15489 echo $ECHO_N "(cached) $ECHO_C" >&6
15491 ac_check_lib_save_LIBS
=$LIBS
15493 if test x
$gcc_no_link = xyes
; then
15494 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
15495 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
15496 { (exit 1); exit 1; }; }
15498 cat >conftest.
$ac_ext <<_ACEOF
15501 cat confdefs.h
>>conftest.
$ac_ext
15502 cat >>conftest.
$ac_ext <<_ACEOF
15503 /* end confdefs.h. */
15505 /* Override any gcc2 internal prototype to avoid an error. */
15509 /* We use char because int might match the return type of a gcc2
15510 builtin and then its argument prototype would still apply. */
15520 rm -f conftest.
$ac_objext conftest
$ac_exeext
15521 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15522 (eval $ac_link) 2>conftest.er1
15524 grep -v '^ *+' conftest.er1
>conftest.err
15526 cat conftest.err
>&5
15527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15528 (exit $ac_status); } &&
15529 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15530 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15531 (eval $ac_try) 2>&5
15533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15534 (exit $ac_status); }; } &&
15535 { ac_try
='test -s conftest$ac_exeext'
15536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15537 (eval $ac_try) 2>&5
15539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15540 (exit $ac_status); }; }; then
15541 ac_cv_lib_m_log10
=yes
15543 echo "$as_me: failed program was:" >&5
15544 sed 's/^/| /' conftest.
$ac_ext >&5
15546 ac_cv_lib_m_log10
=no
15548 rm -f conftest.err conftest.
$ac_objext \
15549 conftest
$ac_exeext conftest.
$ac_ext
15550 LIBS
=$ac_check_lib_save_LIBS
15552 echo "$as_me:$LINENO: result: $ac_cv_lib_m_log10" >&5
15553 echo "${ECHO_T}$ac_cv_lib_m_log10" >&6
15554 if test $ac_cv_lib_m_log10 = yes; then
15556 cat >>confdefs.h
<<\_ACEOF
15557 #define HAVE_LOG10 1
15562 echo "$as_me:$LINENO: checking for log10l in -lm" >&5
15563 echo $ECHO_N "checking for log10l in -lm... $ECHO_C" >&6
15564 if test "${ac_cv_lib_m_log10l+set}" = set; then
15565 echo $ECHO_N "(cached) $ECHO_C" >&6
15567 ac_check_lib_save_LIBS
=$LIBS
15569 if test x
$gcc_no_link = xyes
; then
15570 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
15571 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
15572 { (exit 1); exit 1; }; }
15574 cat >conftest.
$ac_ext <<_ACEOF
15577 cat confdefs.h
>>conftest.
$ac_ext
15578 cat >>conftest.
$ac_ext <<_ACEOF
15579 /* end confdefs.h. */
15581 /* Override any gcc2 internal prototype to avoid an error. */
15585 /* We use char because int might match the return type of a gcc2
15586 builtin and then its argument prototype would still apply. */
15596 rm -f conftest.
$ac_objext conftest
$ac_exeext
15597 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15598 (eval $ac_link) 2>conftest.er1
15600 grep -v '^ *+' conftest.er1
>conftest.err
15602 cat conftest.err
>&5
15603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15604 (exit $ac_status); } &&
15605 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15606 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15607 (eval $ac_try) 2>&5
15609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15610 (exit $ac_status); }; } &&
15611 { ac_try
='test -s conftest$ac_exeext'
15612 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15613 (eval $ac_try) 2>&5
15615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15616 (exit $ac_status); }; }; then
15617 ac_cv_lib_m_log10l
=yes
15619 echo "$as_me: failed program was:" >&5
15620 sed 's/^/| /' conftest.
$ac_ext >&5
15622 ac_cv_lib_m_log10l
=no
15624 rm -f conftest.err conftest.
$ac_objext \
15625 conftest
$ac_exeext conftest.
$ac_ext
15626 LIBS
=$ac_check_lib_save_LIBS
15628 echo "$as_me:$LINENO: result: $ac_cv_lib_m_log10l" >&5
15629 echo "${ECHO_T}$ac_cv_lib_m_log10l" >&6
15630 if test $ac_cv_lib_m_log10l = yes; then
15632 cat >>confdefs.h
<<\_ACEOF
15633 #define HAVE_LOG10L 1
15638 echo "$as_me:$LINENO: checking for clog10f in -lm" >&5
15639 echo $ECHO_N "checking for clog10f in -lm... $ECHO_C" >&6
15640 if test "${ac_cv_lib_m_clog10f+set}" = set; then
15641 echo $ECHO_N "(cached) $ECHO_C" >&6
15643 ac_check_lib_save_LIBS
=$LIBS
15645 if test x
$gcc_no_link = xyes
; then
15646 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
15647 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
15648 { (exit 1); exit 1; }; }
15650 cat >conftest.
$ac_ext <<_ACEOF
15653 cat confdefs.h
>>conftest.
$ac_ext
15654 cat >>conftest.
$ac_ext <<_ACEOF
15655 /* end confdefs.h. */
15657 /* Override any gcc2 internal prototype to avoid an error. */
15661 /* We use char because int might match the return type of a gcc2
15662 builtin and then its argument prototype would still apply. */
15672 rm -f conftest.
$ac_objext conftest
$ac_exeext
15673 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15674 (eval $ac_link) 2>conftest.er1
15676 grep -v '^ *+' conftest.er1
>conftest.err
15678 cat conftest.err
>&5
15679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15680 (exit $ac_status); } &&
15681 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15682 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15683 (eval $ac_try) 2>&5
15685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15686 (exit $ac_status); }; } &&
15687 { ac_try
='test -s conftest$ac_exeext'
15688 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15689 (eval $ac_try) 2>&5
15691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15692 (exit $ac_status); }; }; then
15693 ac_cv_lib_m_clog10f
=yes
15695 echo "$as_me: failed program was:" >&5
15696 sed 's/^/| /' conftest.
$ac_ext >&5
15698 ac_cv_lib_m_clog10f
=no
15700 rm -f conftest.err conftest.
$ac_objext \
15701 conftest
$ac_exeext conftest.
$ac_ext
15702 LIBS
=$ac_check_lib_save_LIBS
15704 echo "$as_me:$LINENO: result: $ac_cv_lib_m_clog10f" >&5
15705 echo "${ECHO_T}$ac_cv_lib_m_clog10f" >&6
15706 if test $ac_cv_lib_m_clog10f = yes; then
15708 cat >>confdefs.h
<<\_ACEOF
15709 #define HAVE_CLOG10F 1
15714 echo "$as_me:$LINENO: checking for clog10 in -lm" >&5
15715 echo $ECHO_N "checking for clog10 in -lm... $ECHO_C" >&6
15716 if test "${ac_cv_lib_m_clog10+set}" = set; then
15717 echo $ECHO_N "(cached) $ECHO_C" >&6
15719 ac_check_lib_save_LIBS
=$LIBS
15721 if test x
$gcc_no_link = xyes
; then
15722 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
15723 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
15724 { (exit 1); exit 1; }; }
15726 cat >conftest.
$ac_ext <<_ACEOF
15729 cat confdefs.h
>>conftest.
$ac_ext
15730 cat >>conftest.
$ac_ext <<_ACEOF
15731 /* end confdefs.h. */
15733 /* Override any gcc2 internal prototype to avoid an error. */
15737 /* We use char because int might match the return type of a gcc2
15738 builtin and then its argument prototype would still apply. */
15748 rm -f conftest.
$ac_objext conftest
$ac_exeext
15749 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15750 (eval $ac_link) 2>conftest.er1
15752 grep -v '^ *+' conftest.er1
>conftest.err
15754 cat conftest.err
>&5
15755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15756 (exit $ac_status); } &&
15757 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15758 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15759 (eval $ac_try) 2>&5
15761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15762 (exit $ac_status); }; } &&
15763 { ac_try
='test -s conftest$ac_exeext'
15764 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15765 (eval $ac_try) 2>&5
15767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15768 (exit $ac_status); }; }; then
15769 ac_cv_lib_m_clog10
=yes
15771 echo "$as_me: failed program was:" >&5
15772 sed 's/^/| /' conftest.
$ac_ext >&5
15774 ac_cv_lib_m_clog10
=no
15776 rm -f conftest.err conftest.
$ac_objext \
15777 conftest
$ac_exeext conftest.
$ac_ext
15778 LIBS
=$ac_check_lib_save_LIBS
15780 echo "$as_me:$LINENO: result: $ac_cv_lib_m_clog10" >&5
15781 echo "${ECHO_T}$ac_cv_lib_m_clog10" >&6
15782 if test $ac_cv_lib_m_clog10 = yes; then
15784 cat >>confdefs.h
<<\_ACEOF
15785 #define HAVE_CLOG10 1
15790 echo "$as_me:$LINENO: checking for clog10l in -lm" >&5
15791 echo $ECHO_N "checking for clog10l in -lm... $ECHO_C" >&6
15792 if test "${ac_cv_lib_m_clog10l+set}" = set; then
15793 echo $ECHO_N "(cached) $ECHO_C" >&6
15795 ac_check_lib_save_LIBS
=$LIBS
15797 if test x
$gcc_no_link = xyes
; then
15798 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
15799 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
15800 { (exit 1); exit 1; }; }
15802 cat >conftest.
$ac_ext <<_ACEOF
15805 cat confdefs.h
>>conftest.
$ac_ext
15806 cat >>conftest.
$ac_ext <<_ACEOF
15807 /* end confdefs.h. */
15809 /* Override any gcc2 internal prototype to avoid an error. */
15813 /* We use char because int might match the return type of a gcc2
15814 builtin and then its argument prototype would still apply. */
15824 rm -f conftest.
$ac_objext conftest
$ac_exeext
15825 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15826 (eval $ac_link) 2>conftest.er1
15828 grep -v '^ *+' conftest.er1
>conftest.err
15830 cat conftest.err
>&5
15831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15832 (exit $ac_status); } &&
15833 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15834 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15835 (eval $ac_try) 2>&5
15837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15838 (exit $ac_status); }; } &&
15839 { ac_try
='test -s conftest$ac_exeext'
15840 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15841 (eval $ac_try) 2>&5
15843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15844 (exit $ac_status); }; }; then
15845 ac_cv_lib_m_clog10l
=yes
15847 echo "$as_me: failed program was:" >&5
15848 sed 's/^/| /' conftest.
$ac_ext >&5
15850 ac_cv_lib_m_clog10l
=no
15852 rm -f conftest.err conftest.
$ac_objext \
15853 conftest
$ac_exeext conftest.
$ac_ext
15854 LIBS
=$ac_check_lib_save_LIBS
15856 echo "$as_me:$LINENO: result: $ac_cv_lib_m_clog10l" >&5
15857 echo "${ECHO_T}$ac_cv_lib_m_clog10l" >&6
15858 if test $ac_cv_lib_m_clog10l = yes; then
15860 cat >>confdefs.h
<<\_ACEOF
15861 #define HAVE_CLOG10L 1
15866 echo "$as_me:$LINENO: checking for nextafterf in -lm" >&5
15867 echo $ECHO_N "checking for nextafterf in -lm... $ECHO_C" >&6
15868 if test "${ac_cv_lib_m_nextafterf+set}" = set; then
15869 echo $ECHO_N "(cached) $ECHO_C" >&6
15871 ac_check_lib_save_LIBS
=$LIBS
15873 if test x
$gcc_no_link = xyes
; then
15874 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
15875 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
15876 { (exit 1); exit 1; }; }
15878 cat >conftest.
$ac_ext <<_ACEOF
15881 cat confdefs.h
>>conftest.
$ac_ext
15882 cat >>conftest.
$ac_ext <<_ACEOF
15883 /* end confdefs.h. */
15885 /* Override any gcc2 internal prototype to avoid an error. */
15889 /* We use char because int might match the return type of a gcc2
15890 builtin and then its argument prototype would still apply. */
15891 char nextafterf ();
15900 rm -f conftest.
$ac_objext conftest
$ac_exeext
15901 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15902 (eval $ac_link) 2>conftest.er1
15904 grep -v '^ *+' conftest.er1
>conftest.err
15906 cat conftest.err
>&5
15907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15908 (exit $ac_status); } &&
15909 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15910 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15911 (eval $ac_try) 2>&5
15913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15914 (exit $ac_status); }; } &&
15915 { ac_try
='test -s conftest$ac_exeext'
15916 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15917 (eval $ac_try) 2>&5
15919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15920 (exit $ac_status); }; }; then
15921 ac_cv_lib_m_nextafterf
=yes
15923 echo "$as_me: failed program was:" >&5
15924 sed 's/^/| /' conftest.
$ac_ext >&5
15926 ac_cv_lib_m_nextafterf
=no
15928 rm -f conftest.err conftest.
$ac_objext \
15929 conftest
$ac_exeext conftest.
$ac_ext
15930 LIBS
=$ac_check_lib_save_LIBS
15932 echo "$as_me:$LINENO: result: $ac_cv_lib_m_nextafterf" >&5
15933 echo "${ECHO_T}$ac_cv_lib_m_nextafterf" >&6
15934 if test $ac_cv_lib_m_nextafterf = yes; then
15936 cat >>confdefs.h
<<\_ACEOF
15937 #define HAVE_NEXTAFTERF 1
15942 echo "$as_me:$LINENO: checking for nextafter in -lm" >&5
15943 echo $ECHO_N "checking for nextafter in -lm... $ECHO_C" >&6
15944 if test "${ac_cv_lib_m_nextafter+set}" = set; then
15945 echo $ECHO_N "(cached) $ECHO_C" >&6
15947 ac_check_lib_save_LIBS
=$LIBS
15949 if test x
$gcc_no_link = xyes
; then
15950 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
15951 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
15952 { (exit 1); exit 1; }; }
15954 cat >conftest.
$ac_ext <<_ACEOF
15957 cat confdefs.h
>>conftest.
$ac_ext
15958 cat >>conftest.
$ac_ext <<_ACEOF
15959 /* end confdefs.h. */
15961 /* Override any gcc2 internal prototype to avoid an error. */
15965 /* We use char because int might match the return type of a gcc2
15966 builtin and then its argument prototype would still apply. */
15976 rm -f conftest.
$ac_objext conftest
$ac_exeext
15977 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15978 (eval $ac_link) 2>conftest.er1
15980 grep -v '^ *+' conftest.er1
>conftest.err
15982 cat conftest.err
>&5
15983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15984 (exit $ac_status); } &&
15985 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
15986 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15987 (eval $ac_try) 2>&5
15989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15990 (exit $ac_status); }; } &&
15991 { ac_try
='test -s conftest$ac_exeext'
15992 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15993 (eval $ac_try) 2>&5
15995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15996 (exit $ac_status); }; }; then
15997 ac_cv_lib_m_nextafter
=yes
15999 echo "$as_me: failed program was:" >&5
16000 sed 's/^/| /' conftest.
$ac_ext >&5
16002 ac_cv_lib_m_nextafter
=no
16004 rm -f conftest.err conftest.
$ac_objext \
16005 conftest
$ac_exeext conftest.
$ac_ext
16006 LIBS
=$ac_check_lib_save_LIBS
16008 echo "$as_me:$LINENO: result: $ac_cv_lib_m_nextafter" >&5
16009 echo "${ECHO_T}$ac_cv_lib_m_nextafter" >&6
16010 if test $ac_cv_lib_m_nextafter = yes; then
16012 cat >>confdefs.h
<<\_ACEOF
16013 #define HAVE_NEXTAFTER 1
16018 echo "$as_me:$LINENO: checking for nextafterl in -lm" >&5
16019 echo $ECHO_N "checking for nextafterl in -lm... $ECHO_C" >&6
16020 if test "${ac_cv_lib_m_nextafterl+set}" = set; then
16021 echo $ECHO_N "(cached) $ECHO_C" >&6
16023 ac_check_lib_save_LIBS
=$LIBS
16025 if test x
$gcc_no_link = xyes
; then
16026 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
16027 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
16028 { (exit 1); exit 1; }; }
16030 cat >conftest.
$ac_ext <<_ACEOF
16033 cat confdefs.h
>>conftest.
$ac_ext
16034 cat >>conftest.
$ac_ext <<_ACEOF
16035 /* end confdefs.h. */
16037 /* Override any gcc2 internal prototype to avoid an error. */
16041 /* We use char because int might match the return type of a gcc2
16042 builtin and then its argument prototype would still apply. */
16043 char nextafterl ();
16052 rm -f conftest.
$ac_objext conftest
$ac_exeext
16053 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16054 (eval $ac_link) 2>conftest.er1
16056 grep -v '^ *+' conftest.er1
>conftest.err
16058 cat conftest.err
>&5
16059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16060 (exit $ac_status); } &&
16061 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16063 (eval $ac_try) 2>&5
16065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16066 (exit $ac_status); }; } &&
16067 { ac_try
='test -s conftest$ac_exeext'
16068 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16069 (eval $ac_try) 2>&5
16071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16072 (exit $ac_status); }; }; then
16073 ac_cv_lib_m_nextafterl
=yes
16075 echo "$as_me: failed program was:" >&5
16076 sed 's/^/| /' conftest.
$ac_ext >&5
16078 ac_cv_lib_m_nextafterl
=no
16080 rm -f conftest.err conftest.
$ac_objext \
16081 conftest
$ac_exeext conftest.
$ac_ext
16082 LIBS
=$ac_check_lib_save_LIBS
16084 echo "$as_me:$LINENO: result: $ac_cv_lib_m_nextafterl" >&5
16085 echo "${ECHO_T}$ac_cv_lib_m_nextafterl" >&6
16086 if test $ac_cv_lib_m_nextafterl = yes; then
16088 cat >>confdefs.h
<<\_ACEOF
16089 #define HAVE_NEXTAFTERL 1
16094 echo "$as_me:$LINENO: checking for powf in -lm" >&5
16095 echo $ECHO_N "checking for powf in -lm... $ECHO_C" >&6
16096 if test "${ac_cv_lib_m_powf+set}" = set; then
16097 echo $ECHO_N "(cached) $ECHO_C" >&6
16099 ac_check_lib_save_LIBS
=$LIBS
16101 if test x
$gcc_no_link = xyes
; then
16102 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
16103 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
16104 { (exit 1); exit 1; }; }
16106 cat >conftest.
$ac_ext <<_ACEOF
16109 cat confdefs.h
>>conftest.
$ac_ext
16110 cat >>conftest.
$ac_ext <<_ACEOF
16111 /* end confdefs.h. */
16113 /* Override any gcc2 internal prototype to avoid an error. */
16117 /* We use char because int might match the return type of a gcc2
16118 builtin and then its argument prototype would still apply. */
16128 rm -f conftest.
$ac_objext conftest
$ac_exeext
16129 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16130 (eval $ac_link) 2>conftest.er1
16132 grep -v '^ *+' conftest.er1
>conftest.err
16134 cat conftest.err
>&5
16135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16136 (exit $ac_status); } &&
16137 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16138 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16139 (eval $ac_try) 2>&5
16141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16142 (exit $ac_status); }; } &&
16143 { ac_try
='test -s conftest$ac_exeext'
16144 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16145 (eval $ac_try) 2>&5
16147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16148 (exit $ac_status); }; }; then
16149 ac_cv_lib_m_powf
=yes
16151 echo "$as_me: failed program was:" >&5
16152 sed 's/^/| /' conftest.
$ac_ext >&5
16154 ac_cv_lib_m_powf
=no
16156 rm -f conftest.err conftest.
$ac_objext \
16157 conftest
$ac_exeext conftest.
$ac_ext
16158 LIBS
=$ac_check_lib_save_LIBS
16160 echo "$as_me:$LINENO: result: $ac_cv_lib_m_powf" >&5
16161 echo "${ECHO_T}$ac_cv_lib_m_powf" >&6
16162 if test $ac_cv_lib_m_powf = yes; then
16164 cat >>confdefs.h
<<\_ACEOF
16165 #define HAVE_POWF 1
16170 echo "$as_me:$LINENO: checking for pow in -lm" >&5
16171 echo $ECHO_N "checking for pow in -lm... $ECHO_C" >&6
16172 if test "${ac_cv_lib_m_pow+set}" = set; then
16173 echo $ECHO_N "(cached) $ECHO_C" >&6
16175 ac_check_lib_save_LIBS
=$LIBS
16177 if test x
$gcc_no_link = xyes
; then
16178 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
16179 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
16180 { (exit 1); exit 1; }; }
16182 cat >conftest.
$ac_ext <<_ACEOF
16185 cat confdefs.h
>>conftest.
$ac_ext
16186 cat >>conftest.
$ac_ext <<_ACEOF
16187 /* end confdefs.h. */
16189 /* Override any gcc2 internal prototype to avoid an error. */
16193 /* We use char because int might match the return type of a gcc2
16194 builtin and then its argument prototype would still apply. */
16204 rm -f conftest.
$ac_objext conftest
$ac_exeext
16205 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16206 (eval $ac_link) 2>conftest.er1
16208 grep -v '^ *+' conftest.er1
>conftest.err
16210 cat conftest.err
>&5
16211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16212 (exit $ac_status); } &&
16213 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16214 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16215 (eval $ac_try) 2>&5
16217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16218 (exit $ac_status); }; } &&
16219 { ac_try
='test -s conftest$ac_exeext'
16220 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16221 (eval $ac_try) 2>&5
16223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16224 (exit $ac_status); }; }; then
16225 ac_cv_lib_m_pow
=yes
16227 echo "$as_me: failed program was:" >&5
16228 sed 's/^/| /' conftest.
$ac_ext >&5
16232 rm -f conftest.err conftest.
$ac_objext \
16233 conftest
$ac_exeext conftest.
$ac_ext
16234 LIBS
=$ac_check_lib_save_LIBS
16236 echo "$as_me:$LINENO: result: $ac_cv_lib_m_pow" >&5
16237 echo "${ECHO_T}$ac_cv_lib_m_pow" >&6
16238 if test $ac_cv_lib_m_pow = yes; then
16240 cat >>confdefs.h
<<\_ACEOF
16246 echo "$as_me:$LINENO: checking for powl in -lm" >&5
16247 echo $ECHO_N "checking for powl in -lm... $ECHO_C" >&6
16248 if test "${ac_cv_lib_m_powl+set}" = set; then
16249 echo $ECHO_N "(cached) $ECHO_C" >&6
16251 ac_check_lib_save_LIBS
=$LIBS
16253 if test x
$gcc_no_link = xyes
; then
16254 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
16255 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
16256 { (exit 1); exit 1; }; }
16258 cat >conftest.
$ac_ext <<_ACEOF
16261 cat confdefs.h
>>conftest.
$ac_ext
16262 cat >>conftest.
$ac_ext <<_ACEOF
16263 /* end confdefs.h. */
16265 /* Override any gcc2 internal prototype to avoid an error. */
16269 /* We use char because int might match the return type of a gcc2
16270 builtin and then its argument prototype would still apply. */
16280 rm -f conftest.
$ac_objext conftest
$ac_exeext
16281 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16282 (eval $ac_link) 2>conftest.er1
16284 grep -v '^ *+' conftest.er1
>conftest.err
16286 cat conftest.err
>&5
16287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16288 (exit $ac_status); } &&
16289 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16290 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16291 (eval $ac_try) 2>&5
16293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16294 (exit $ac_status); }; } &&
16295 { ac_try
='test -s conftest$ac_exeext'
16296 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16297 (eval $ac_try) 2>&5
16299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16300 (exit $ac_status); }; }; then
16301 ac_cv_lib_m_powl
=yes
16303 echo "$as_me: failed program was:" >&5
16304 sed 's/^/| /' conftest.
$ac_ext >&5
16306 ac_cv_lib_m_powl
=no
16308 rm -f conftest.err conftest.
$ac_objext \
16309 conftest
$ac_exeext conftest.
$ac_ext
16310 LIBS
=$ac_check_lib_save_LIBS
16312 echo "$as_me:$LINENO: result: $ac_cv_lib_m_powl" >&5
16313 echo "${ECHO_T}$ac_cv_lib_m_powl" >&6
16314 if test $ac_cv_lib_m_powl = yes; then
16316 cat >>confdefs.h
<<\_ACEOF
16317 #define HAVE_POWL 1
16322 echo "$as_me:$LINENO: checking for cpowf in -lm" >&5
16323 echo $ECHO_N "checking for cpowf in -lm... $ECHO_C" >&6
16324 if test "${ac_cv_lib_m_cpowf+set}" = set; then
16325 echo $ECHO_N "(cached) $ECHO_C" >&6
16327 ac_check_lib_save_LIBS
=$LIBS
16329 if test x
$gcc_no_link = xyes
; then
16330 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
16331 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
16332 { (exit 1); exit 1; }; }
16334 cat >conftest.
$ac_ext <<_ACEOF
16337 cat confdefs.h
>>conftest.
$ac_ext
16338 cat >>conftest.
$ac_ext <<_ACEOF
16339 /* end confdefs.h. */
16341 /* Override any gcc2 internal prototype to avoid an error. */
16345 /* We use char because int might match the return type of a gcc2
16346 builtin and then its argument prototype would still apply. */
16356 rm -f conftest.
$ac_objext conftest
$ac_exeext
16357 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16358 (eval $ac_link) 2>conftest.er1
16360 grep -v '^ *+' conftest.er1
>conftest.err
16362 cat conftest.err
>&5
16363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16364 (exit $ac_status); } &&
16365 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16366 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16367 (eval $ac_try) 2>&5
16369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16370 (exit $ac_status); }; } &&
16371 { ac_try
='test -s conftest$ac_exeext'
16372 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16373 (eval $ac_try) 2>&5
16375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16376 (exit $ac_status); }; }; then
16377 ac_cv_lib_m_cpowf
=yes
16379 echo "$as_me: failed program was:" >&5
16380 sed 's/^/| /' conftest.
$ac_ext >&5
16382 ac_cv_lib_m_cpowf
=no
16384 rm -f conftest.err conftest.
$ac_objext \
16385 conftest
$ac_exeext conftest.
$ac_ext
16386 LIBS
=$ac_check_lib_save_LIBS
16388 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cpowf" >&5
16389 echo "${ECHO_T}$ac_cv_lib_m_cpowf" >&6
16390 if test $ac_cv_lib_m_cpowf = yes; then
16392 cat >>confdefs.h
<<\_ACEOF
16393 #define HAVE_CPOWF 1
16398 echo "$as_me:$LINENO: checking for cpow in -lm" >&5
16399 echo $ECHO_N "checking for cpow in -lm... $ECHO_C" >&6
16400 if test "${ac_cv_lib_m_cpow+set}" = set; then
16401 echo $ECHO_N "(cached) $ECHO_C" >&6
16403 ac_check_lib_save_LIBS
=$LIBS
16405 if test x
$gcc_no_link = xyes
; then
16406 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
16407 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
16408 { (exit 1); exit 1; }; }
16410 cat >conftest.
$ac_ext <<_ACEOF
16413 cat confdefs.h
>>conftest.
$ac_ext
16414 cat >>conftest.
$ac_ext <<_ACEOF
16415 /* end confdefs.h. */
16417 /* Override any gcc2 internal prototype to avoid an error. */
16421 /* We use char because int might match the return type of a gcc2
16422 builtin and then its argument prototype would still apply. */
16432 rm -f conftest.
$ac_objext conftest
$ac_exeext
16433 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16434 (eval $ac_link) 2>conftest.er1
16436 grep -v '^ *+' conftest.er1
>conftest.err
16438 cat conftest.err
>&5
16439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16440 (exit $ac_status); } &&
16441 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16442 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16443 (eval $ac_try) 2>&5
16445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16446 (exit $ac_status); }; } &&
16447 { ac_try
='test -s conftest$ac_exeext'
16448 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16449 (eval $ac_try) 2>&5
16451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16452 (exit $ac_status); }; }; then
16453 ac_cv_lib_m_cpow
=yes
16455 echo "$as_me: failed program was:" >&5
16456 sed 's/^/| /' conftest.
$ac_ext >&5
16458 ac_cv_lib_m_cpow
=no
16460 rm -f conftest.err conftest.
$ac_objext \
16461 conftest
$ac_exeext conftest.
$ac_ext
16462 LIBS
=$ac_check_lib_save_LIBS
16464 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cpow" >&5
16465 echo "${ECHO_T}$ac_cv_lib_m_cpow" >&6
16466 if test $ac_cv_lib_m_cpow = yes; then
16468 cat >>confdefs.h
<<\_ACEOF
16469 #define HAVE_CPOW 1
16474 echo "$as_me:$LINENO: checking for cpowl in -lm" >&5
16475 echo $ECHO_N "checking for cpowl in -lm... $ECHO_C" >&6
16476 if test "${ac_cv_lib_m_cpowl+set}" = set; then
16477 echo $ECHO_N "(cached) $ECHO_C" >&6
16479 ac_check_lib_save_LIBS
=$LIBS
16481 if test x
$gcc_no_link = xyes
; then
16482 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
16483 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
16484 { (exit 1); exit 1; }; }
16486 cat >conftest.
$ac_ext <<_ACEOF
16489 cat confdefs.h
>>conftest.
$ac_ext
16490 cat >>conftest.
$ac_ext <<_ACEOF
16491 /* end confdefs.h. */
16493 /* Override any gcc2 internal prototype to avoid an error. */
16497 /* We use char because int might match the return type of a gcc2
16498 builtin and then its argument prototype would still apply. */
16508 rm -f conftest.
$ac_objext conftest
$ac_exeext
16509 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16510 (eval $ac_link) 2>conftest.er1
16512 grep -v '^ *+' conftest.er1
>conftest.err
16514 cat conftest.err
>&5
16515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16516 (exit $ac_status); } &&
16517 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16518 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16519 (eval $ac_try) 2>&5
16521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16522 (exit $ac_status); }; } &&
16523 { ac_try
='test -s conftest$ac_exeext'
16524 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16525 (eval $ac_try) 2>&5
16527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16528 (exit $ac_status); }; }; then
16529 ac_cv_lib_m_cpowl
=yes
16531 echo "$as_me: failed program was:" >&5
16532 sed 's/^/| /' conftest.
$ac_ext >&5
16534 ac_cv_lib_m_cpowl
=no
16536 rm -f conftest.err conftest.
$ac_objext \
16537 conftest
$ac_exeext conftest.
$ac_ext
16538 LIBS
=$ac_check_lib_save_LIBS
16540 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cpowl" >&5
16541 echo "${ECHO_T}$ac_cv_lib_m_cpowl" >&6
16542 if test $ac_cv_lib_m_cpowl = yes; then
16544 cat >>confdefs.h
<<\_ACEOF
16545 #define HAVE_CPOWL 1
16550 echo "$as_me:$LINENO: checking for roundf in -lm" >&5
16551 echo $ECHO_N "checking for roundf in -lm... $ECHO_C" >&6
16552 if test "${ac_cv_lib_m_roundf+set}" = set; then
16553 echo $ECHO_N "(cached) $ECHO_C" >&6
16555 ac_check_lib_save_LIBS
=$LIBS
16557 if test x
$gcc_no_link = xyes
; then
16558 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
16559 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
16560 { (exit 1); exit 1; }; }
16562 cat >conftest.
$ac_ext <<_ACEOF
16565 cat confdefs.h
>>conftest.
$ac_ext
16566 cat >>conftest.
$ac_ext <<_ACEOF
16567 /* end confdefs.h. */
16569 /* Override any gcc2 internal prototype to avoid an error. */
16573 /* We use char because int might match the return type of a gcc2
16574 builtin and then its argument prototype would still apply. */
16584 rm -f conftest.
$ac_objext conftest
$ac_exeext
16585 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16586 (eval $ac_link) 2>conftest.er1
16588 grep -v '^ *+' conftest.er1
>conftest.err
16590 cat conftest.err
>&5
16591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16592 (exit $ac_status); } &&
16593 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16594 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16595 (eval $ac_try) 2>&5
16597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16598 (exit $ac_status); }; } &&
16599 { ac_try
='test -s conftest$ac_exeext'
16600 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16601 (eval $ac_try) 2>&5
16603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16604 (exit $ac_status); }; }; then
16605 ac_cv_lib_m_roundf
=yes
16607 echo "$as_me: failed program was:" >&5
16608 sed 's/^/| /' conftest.
$ac_ext >&5
16610 ac_cv_lib_m_roundf
=no
16612 rm -f conftest.err conftest.
$ac_objext \
16613 conftest
$ac_exeext conftest.
$ac_ext
16614 LIBS
=$ac_check_lib_save_LIBS
16616 echo "$as_me:$LINENO: result: $ac_cv_lib_m_roundf" >&5
16617 echo "${ECHO_T}$ac_cv_lib_m_roundf" >&6
16618 if test $ac_cv_lib_m_roundf = yes; then
16620 cat >>confdefs.h
<<\_ACEOF
16621 #define HAVE_ROUNDF 1
16626 echo "$as_me:$LINENO: checking for round in -lm" >&5
16627 echo $ECHO_N "checking for round in -lm... $ECHO_C" >&6
16628 if test "${ac_cv_lib_m_round+set}" = set; then
16629 echo $ECHO_N "(cached) $ECHO_C" >&6
16631 ac_check_lib_save_LIBS
=$LIBS
16633 if test x
$gcc_no_link = xyes
; then
16634 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
16635 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
16636 { (exit 1); exit 1; }; }
16638 cat >conftest.
$ac_ext <<_ACEOF
16641 cat confdefs.h
>>conftest.
$ac_ext
16642 cat >>conftest.
$ac_ext <<_ACEOF
16643 /* end confdefs.h. */
16645 /* Override any gcc2 internal prototype to avoid an error. */
16649 /* We use char because int might match the return type of a gcc2
16650 builtin and then its argument prototype would still apply. */
16660 rm -f conftest.
$ac_objext conftest
$ac_exeext
16661 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16662 (eval $ac_link) 2>conftest.er1
16664 grep -v '^ *+' conftest.er1
>conftest.err
16666 cat conftest.err
>&5
16667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16668 (exit $ac_status); } &&
16669 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16670 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16671 (eval $ac_try) 2>&5
16673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16674 (exit $ac_status); }; } &&
16675 { ac_try
='test -s conftest$ac_exeext'
16676 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16677 (eval $ac_try) 2>&5
16679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16680 (exit $ac_status); }; }; then
16681 ac_cv_lib_m_round
=yes
16683 echo "$as_me: failed program was:" >&5
16684 sed 's/^/| /' conftest.
$ac_ext >&5
16686 ac_cv_lib_m_round
=no
16688 rm -f conftest.err conftest.
$ac_objext \
16689 conftest
$ac_exeext conftest.
$ac_ext
16690 LIBS
=$ac_check_lib_save_LIBS
16692 echo "$as_me:$LINENO: result: $ac_cv_lib_m_round" >&5
16693 echo "${ECHO_T}$ac_cv_lib_m_round" >&6
16694 if test $ac_cv_lib_m_round = yes; then
16696 cat >>confdefs.h
<<\_ACEOF
16697 #define HAVE_ROUND 1
16702 echo "$as_me:$LINENO: checking for roundl in -lm" >&5
16703 echo $ECHO_N "checking for roundl in -lm... $ECHO_C" >&6
16704 if test "${ac_cv_lib_m_roundl+set}" = set; then
16705 echo $ECHO_N "(cached) $ECHO_C" >&6
16707 ac_check_lib_save_LIBS
=$LIBS
16709 if test x
$gcc_no_link = xyes
; then
16710 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
16711 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
16712 { (exit 1); exit 1; }; }
16714 cat >conftest.
$ac_ext <<_ACEOF
16717 cat confdefs.h
>>conftest.
$ac_ext
16718 cat >>conftest.
$ac_ext <<_ACEOF
16719 /* end confdefs.h. */
16721 /* Override any gcc2 internal prototype to avoid an error. */
16725 /* We use char because int might match the return type of a gcc2
16726 builtin and then its argument prototype would still apply. */
16736 rm -f conftest.
$ac_objext conftest
$ac_exeext
16737 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16738 (eval $ac_link) 2>conftest.er1
16740 grep -v '^ *+' conftest.er1
>conftest.err
16742 cat conftest.err
>&5
16743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16744 (exit $ac_status); } &&
16745 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16746 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16747 (eval $ac_try) 2>&5
16749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16750 (exit $ac_status); }; } &&
16751 { ac_try
='test -s conftest$ac_exeext'
16752 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16753 (eval $ac_try) 2>&5
16755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16756 (exit $ac_status); }; }; then
16757 ac_cv_lib_m_roundl
=yes
16759 echo "$as_me: failed program was:" >&5
16760 sed 's/^/| /' conftest.
$ac_ext >&5
16762 ac_cv_lib_m_roundl
=no
16764 rm -f conftest.err conftest.
$ac_objext \
16765 conftest
$ac_exeext conftest.
$ac_ext
16766 LIBS
=$ac_check_lib_save_LIBS
16768 echo "$as_me:$LINENO: result: $ac_cv_lib_m_roundl" >&5
16769 echo "${ECHO_T}$ac_cv_lib_m_roundl" >&6
16770 if test $ac_cv_lib_m_roundl = yes; then
16772 cat >>confdefs.h
<<\_ACEOF
16773 #define HAVE_ROUNDL 1
16778 echo "$as_me:$LINENO: checking for scalbnf in -lm" >&5
16779 echo $ECHO_N "checking for scalbnf in -lm... $ECHO_C" >&6
16780 if test "${ac_cv_lib_m_scalbnf+set}" = set; then
16781 echo $ECHO_N "(cached) $ECHO_C" >&6
16783 ac_check_lib_save_LIBS
=$LIBS
16785 if test x
$gcc_no_link = xyes
; then
16786 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
16787 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
16788 { (exit 1); exit 1; }; }
16790 cat >conftest.
$ac_ext <<_ACEOF
16793 cat confdefs.h
>>conftest.
$ac_ext
16794 cat >>conftest.
$ac_ext <<_ACEOF
16795 /* end confdefs.h. */
16797 /* Override any gcc2 internal prototype to avoid an error. */
16801 /* We use char because int might match the return type of a gcc2
16802 builtin and then its argument prototype would still apply. */
16812 rm -f conftest.
$ac_objext conftest
$ac_exeext
16813 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16814 (eval $ac_link) 2>conftest.er1
16816 grep -v '^ *+' conftest.er1
>conftest.err
16818 cat conftest.err
>&5
16819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16820 (exit $ac_status); } &&
16821 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16822 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16823 (eval $ac_try) 2>&5
16825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16826 (exit $ac_status); }; } &&
16827 { ac_try
='test -s conftest$ac_exeext'
16828 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16829 (eval $ac_try) 2>&5
16831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16832 (exit $ac_status); }; }; then
16833 ac_cv_lib_m_scalbnf
=yes
16835 echo "$as_me: failed program was:" >&5
16836 sed 's/^/| /' conftest.
$ac_ext >&5
16838 ac_cv_lib_m_scalbnf
=no
16840 rm -f conftest.err conftest.
$ac_objext \
16841 conftest
$ac_exeext conftest.
$ac_ext
16842 LIBS
=$ac_check_lib_save_LIBS
16844 echo "$as_me:$LINENO: result: $ac_cv_lib_m_scalbnf" >&5
16845 echo "${ECHO_T}$ac_cv_lib_m_scalbnf" >&6
16846 if test $ac_cv_lib_m_scalbnf = yes; then
16848 cat >>confdefs.h
<<\_ACEOF
16849 #define HAVE_SCALBNF 1
16854 echo "$as_me:$LINENO: checking for scalbn in -lm" >&5
16855 echo $ECHO_N "checking for scalbn in -lm... $ECHO_C" >&6
16856 if test "${ac_cv_lib_m_scalbn+set}" = set; then
16857 echo $ECHO_N "(cached) $ECHO_C" >&6
16859 ac_check_lib_save_LIBS
=$LIBS
16861 if test x
$gcc_no_link = xyes
; then
16862 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
16863 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
16864 { (exit 1); exit 1; }; }
16866 cat >conftest.
$ac_ext <<_ACEOF
16869 cat confdefs.h
>>conftest.
$ac_ext
16870 cat >>conftest.
$ac_ext <<_ACEOF
16871 /* end confdefs.h. */
16873 /* Override any gcc2 internal prototype to avoid an error. */
16877 /* We use char because int might match the return type of a gcc2
16878 builtin and then its argument prototype would still apply. */
16888 rm -f conftest.
$ac_objext conftest
$ac_exeext
16889 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16890 (eval $ac_link) 2>conftest.er1
16892 grep -v '^ *+' conftest.er1
>conftest.err
16894 cat conftest.err
>&5
16895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16896 (exit $ac_status); } &&
16897 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16898 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16899 (eval $ac_try) 2>&5
16901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16902 (exit $ac_status); }; } &&
16903 { ac_try
='test -s conftest$ac_exeext'
16904 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16905 (eval $ac_try) 2>&5
16907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16908 (exit $ac_status); }; }; then
16909 ac_cv_lib_m_scalbn
=yes
16911 echo "$as_me: failed program was:" >&5
16912 sed 's/^/| /' conftest.
$ac_ext >&5
16914 ac_cv_lib_m_scalbn
=no
16916 rm -f conftest.err conftest.
$ac_objext \
16917 conftest
$ac_exeext conftest.
$ac_ext
16918 LIBS
=$ac_check_lib_save_LIBS
16920 echo "$as_me:$LINENO: result: $ac_cv_lib_m_scalbn" >&5
16921 echo "${ECHO_T}$ac_cv_lib_m_scalbn" >&6
16922 if test $ac_cv_lib_m_scalbn = yes; then
16924 cat >>confdefs.h
<<\_ACEOF
16925 #define HAVE_SCALBN 1
16930 echo "$as_me:$LINENO: checking for scalbnl in -lm" >&5
16931 echo $ECHO_N "checking for scalbnl in -lm... $ECHO_C" >&6
16932 if test "${ac_cv_lib_m_scalbnl+set}" = set; then
16933 echo $ECHO_N "(cached) $ECHO_C" >&6
16935 ac_check_lib_save_LIBS
=$LIBS
16937 if test x
$gcc_no_link = xyes
; then
16938 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
16939 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
16940 { (exit 1); exit 1; }; }
16942 cat >conftest.
$ac_ext <<_ACEOF
16945 cat confdefs.h
>>conftest.
$ac_ext
16946 cat >>conftest.
$ac_ext <<_ACEOF
16947 /* end confdefs.h. */
16949 /* Override any gcc2 internal prototype to avoid an error. */
16953 /* We use char because int might match the return type of a gcc2
16954 builtin and then its argument prototype would still apply. */
16964 rm -f conftest.
$ac_objext conftest
$ac_exeext
16965 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16966 (eval $ac_link) 2>conftest.er1
16968 grep -v '^ *+' conftest.er1
>conftest.err
16970 cat conftest.err
>&5
16971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16972 (exit $ac_status); } &&
16973 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
16974 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16975 (eval $ac_try) 2>&5
16977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16978 (exit $ac_status); }; } &&
16979 { ac_try
='test -s conftest$ac_exeext'
16980 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16981 (eval $ac_try) 2>&5
16983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16984 (exit $ac_status); }; }; then
16985 ac_cv_lib_m_scalbnl
=yes
16987 echo "$as_me: failed program was:" >&5
16988 sed 's/^/| /' conftest.
$ac_ext >&5
16990 ac_cv_lib_m_scalbnl
=no
16992 rm -f conftest.err conftest.
$ac_objext \
16993 conftest
$ac_exeext conftest.
$ac_ext
16994 LIBS
=$ac_check_lib_save_LIBS
16996 echo "$as_me:$LINENO: result: $ac_cv_lib_m_scalbnl" >&5
16997 echo "${ECHO_T}$ac_cv_lib_m_scalbnl" >&6
16998 if test $ac_cv_lib_m_scalbnl = yes; then
17000 cat >>confdefs.h
<<\_ACEOF
17001 #define HAVE_SCALBNL 1
17006 echo "$as_me:$LINENO: checking for sinf in -lm" >&5
17007 echo $ECHO_N "checking for sinf in -lm... $ECHO_C" >&6
17008 if test "${ac_cv_lib_m_sinf+set}" = set; then
17009 echo $ECHO_N "(cached) $ECHO_C" >&6
17011 ac_check_lib_save_LIBS
=$LIBS
17013 if test x
$gcc_no_link = xyes
; then
17014 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
17015 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
17016 { (exit 1); exit 1; }; }
17018 cat >conftest.
$ac_ext <<_ACEOF
17021 cat confdefs.h
>>conftest.
$ac_ext
17022 cat >>conftest.
$ac_ext <<_ACEOF
17023 /* end confdefs.h. */
17025 /* Override any gcc2 internal prototype to avoid an error. */
17029 /* We use char because int might match the return type of a gcc2
17030 builtin and then its argument prototype would still apply. */
17040 rm -f conftest.
$ac_objext conftest
$ac_exeext
17041 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17042 (eval $ac_link) 2>conftest.er1
17044 grep -v '^ *+' conftest.er1
>conftest.err
17046 cat conftest.err
>&5
17047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17048 (exit $ac_status); } &&
17049 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17050 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17051 (eval $ac_try) 2>&5
17053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17054 (exit $ac_status); }; } &&
17055 { ac_try
='test -s conftest$ac_exeext'
17056 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17057 (eval $ac_try) 2>&5
17059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17060 (exit $ac_status); }; }; then
17061 ac_cv_lib_m_sinf
=yes
17063 echo "$as_me: failed program was:" >&5
17064 sed 's/^/| /' conftest.
$ac_ext >&5
17066 ac_cv_lib_m_sinf
=no
17068 rm -f conftest.err conftest.
$ac_objext \
17069 conftest
$ac_exeext conftest.
$ac_ext
17070 LIBS
=$ac_check_lib_save_LIBS
17072 echo "$as_me:$LINENO: result: $ac_cv_lib_m_sinf" >&5
17073 echo "${ECHO_T}$ac_cv_lib_m_sinf" >&6
17074 if test $ac_cv_lib_m_sinf = yes; then
17076 cat >>confdefs.h
<<\_ACEOF
17077 #define HAVE_SINF 1
17082 echo "$as_me:$LINENO: checking for sin in -lm" >&5
17083 echo $ECHO_N "checking for sin in -lm... $ECHO_C" >&6
17084 if test "${ac_cv_lib_m_sin+set}" = set; then
17085 echo $ECHO_N "(cached) $ECHO_C" >&6
17087 ac_check_lib_save_LIBS
=$LIBS
17089 if test x
$gcc_no_link = xyes
; then
17090 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
17091 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
17092 { (exit 1); exit 1; }; }
17094 cat >conftest.
$ac_ext <<_ACEOF
17097 cat confdefs.h
>>conftest.
$ac_ext
17098 cat >>conftest.
$ac_ext <<_ACEOF
17099 /* end confdefs.h. */
17101 /* Override any gcc2 internal prototype to avoid an error. */
17105 /* We use char because int might match the return type of a gcc2
17106 builtin and then its argument prototype would still apply. */
17116 rm -f conftest.
$ac_objext conftest
$ac_exeext
17117 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17118 (eval $ac_link) 2>conftest.er1
17120 grep -v '^ *+' conftest.er1
>conftest.err
17122 cat conftest.err
>&5
17123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17124 (exit $ac_status); } &&
17125 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17126 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17127 (eval $ac_try) 2>&5
17129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17130 (exit $ac_status); }; } &&
17131 { ac_try
='test -s conftest$ac_exeext'
17132 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17133 (eval $ac_try) 2>&5
17135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17136 (exit $ac_status); }; }; then
17137 ac_cv_lib_m_sin
=yes
17139 echo "$as_me: failed program was:" >&5
17140 sed 's/^/| /' conftest.
$ac_ext >&5
17144 rm -f conftest.err conftest.
$ac_objext \
17145 conftest
$ac_exeext conftest.
$ac_ext
17146 LIBS
=$ac_check_lib_save_LIBS
17148 echo "$as_me:$LINENO: result: $ac_cv_lib_m_sin" >&5
17149 echo "${ECHO_T}$ac_cv_lib_m_sin" >&6
17150 if test $ac_cv_lib_m_sin = yes; then
17152 cat >>confdefs.h
<<\_ACEOF
17158 echo "$as_me:$LINENO: checking for sinl in -lm" >&5
17159 echo $ECHO_N "checking for sinl in -lm... $ECHO_C" >&6
17160 if test "${ac_cv_lib_m_sinl+set}" = set; then
17161 echo $ECHO_N "(cached) $ECHO_C" >&6
17163 ac_check_lib_save_LIBS
=$LIBS
17165 if test x
$gcc_no_link = xyes
; then
17166 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
17167 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
17168 { (exit 1); exit 1; }; }
17170 cat >conftest.
$ac_ext <<_ACEOF
17173 cat confdefs.h
>>conftest.
$ac_ext
17174 cat >>conftest.
$ac_ext <<_ACEOF
17175 /* end confdefs.h. */
17177 /* Override any gcc2 internal prototype to avoid an error. */
17181 /* We use char because int might match the return type of a gcc2
17182 builtin and then its argument prototype would still apply. */
17192 rm -f conftest.
$ac_objext conftest
$ac_exeext
17193 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17194 (eval $ac_link) 2>conftest.er1
17196 grep -v '^ *+' conftest.er1
>conftest.err
17198 cat conftest.err
>&5
17199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17200 (exit $ac_status); } &&
17201 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17202 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17203 (eval $ac_try) 2>&5
17205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17206 (exit $ac_status); }; } &&
17207 { ac_try
='test -s conftest$ac_exeext'
17208 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17209 (eval $ac_try) 2>&5
17211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17212 (exit $ac_status); }; }; then
17213 ac_cv_lib_m_sinl
=yes
17215 echo "$as_me: failed program was:" >&5
17216 sed 's/^/| /' conftest.
$ac_ext >&5
17218 ac_cv_lib_m_sinl
=no
17220 rm -f conftest.err conftest.
$ac_objext \
17221 conftest
$ac_exeext conftest.
$ac_ext
17222 LIBS
=$ac_check_lib_save_LIBS
17224 echo "$as_me:$LINENO: result: $ac_cv_lib_m_sinl" >&5
17225 echo "${ECHO_T}$ac_cv_lib_m_sinl" >&6
17226 if test $ac_cv_lib_m_sinl = yes; then
17228 cat >>confdefs.h
<<\_ACEOF
17229 #define HAVE_SINL 1
17234 echo "$as_me:$LINENO: checking for csinf in -lm" >&5
17235 echo $ECHO_N "checking for csinf in -lm... $ECHO_C" >&6
17236 if test "${ac_cv_lib_m_csinf+set}" = set; then
17237 echo $ECHO_N "(cached) $ECHO_C" >&6
17239 ac_check_lib_save_LIBS
=$LIBS
17241 if test x
$gcc_no_link = xyes
; then
17242 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
17243 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
17244 { (exit 1); exit 1; }; }
17246 cat >conftest.
$ac_ext <<_ACEOF
17249 cat confdefs.h
>>conftest.
$ac_ext
17250 cat >>conftest.
$ac_ext <<_ACEOF
17251 /* end confdefs.h. */
17253 /* Override any gcc2 internal prototype to avoid an error. */
17257 /* We use char because int might match the return type of a gcc2
17258 builtin and then its argument prototype would still apply. */
17268 rm -f conftest.
$ac_objext conftest
$ac_exeext
17269 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17270 (eval $ac_link) 2>conftest.er1
17272 grep -v '^ *+' conftest.er1
>conftest.err
17274 cat conftest.err
>&5
17275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17276 (exit $ac_status); } &&
17277 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17278 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17279 (eval $ac_try) 2>&5
17281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17282 (exit $ac_status); }; } &&
17283 { ac_try
='test -s conftest$ac_exeext'
17284 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17285 (eval $ac_try) 2>&5
17287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17288 (exit $ac_status); }; }; then
17289 ac_cv_lib_m_csinf
=yes
17291 echo "$as_me: failed program was:" >&5
17292 sed 's/^/| /' conftest.
$ac_ext >&5
17294 ac_cv_lib_m_csinf
=no
17296 rm -f conftest.err conftest.
$ac_objext \
17297 conftest
$ac_exeext conftest.
$ac_ext
17298 LIBS
=$ac_check_lib_save_LIBS
17300 echo "$as_me:$LINENO: result: $ac_cv_lib_m_csinf" >&5
17301 echo "${ECHO_T}$ac_cv_lib_m_csinf" >&6
17302 if test $ac_cv_lib_m_csinf = yes; then
17304 cat >>confdefs.h
<<\_ACEOF
17305 #define HAVE_CSINF 1
17310 echo "$as_me:$LINENO: checking for csin in -lm" >&5
17311 echo $ECHO_N "checking for csin in -lm... $ECHO_C" >&6
17312 if test "${ac_cv_lib_m_csin+set}" = set; then
17313 echo $ECHO_N "(cached) $ECHO_C" >&6
17315 ac_check_lib_save_LIBS
=$LIBS
17317 if test x
$gcc_no_link = xyes
; then
17318 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
17319 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
17320 { (exit 1); exit 1; }; }
17322 cat >conftest.
$ac_ext <<_ACEOF
17325 cat confdefs.h
>>conftest.
$ac_ext
17326 cat >>conftest.
$ac_ext <<_ACEOF
17327 /* end confdefs.h. */
17329 /* Override any gcc2 internal prototype to avoid an error. */
17333 /* We use char because int might match the return type of a gcc2
17334 builtin and then its argument prototype would still apply. */
17344 rm -f conftest.
$ac_objext conftest
$ac_exeext
17345 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17346 (eval $ac_link) 2>conftest.er1
17348 grep -v '^ *+' conftest.er1
>conftest.err
17350 cat conftest.err
>&5
17351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17352 (exit $ac_status); } &&
17353 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17354 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17355 (eval $ac_try) 2>&5
17357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17358 (exit $ac_status); }; } &&
17359 { ac_try
='test -s conftest$ac_exeext'
17360 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17361 (eval $ac_try) 2>&5
17363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17364 (exit $ac_status); }; }; then
17365 ac_cv_lib_m_csin
=yes
17367 echo "$as_me: failed program was:" >&5
17368 sed 's/^/| /' conftest.
$ac_ext >&5
17370 ac_cv_lib_m_csin
=no
17372 rm -f conftest.err conftest.
$ac_objext \
17373 conftest
$ac_exeext conftest.
$ac_ext
17374 LIBS
=$ac_check_lib_save_LIBS
17376 echo "$as_me:$LINENO: result: $ac_cv_lib_m_csin" >&5
17377 echo "${ECHO_T}$ac_cv_lib_m_csin" >&6
17378 if test $ac_cv_lib_m_csin = yes; then
17380 cat >>confdefs.h
<<\_ACEOF
17381 #define HAVE_CSIN 1
17386 echo "$as_me:$LINENO: checking for csinl in -lm" >&5
17387 echo $ECHO_N "checking for csinl in -lm... $ECHO_C" >&6
17388 if test "${ac_cv_lib_m_csinl+set}" = set; then
17389 echo $ECHO_N "(cached) $ECHO_C" >&6
17391 ac_check_lib_save_LIBS
=$LIBS
17393 if test x
$gcc_no_link = xyes
; then
17394 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
17395 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
17396 { (exit 1); exit 1; }; }
17398 cat >conftest.
$ac_ext <<_ACEOF
17401 cat confdefs.h
>>conftest.
$ac_ext
17402 cat >>conftest.
$ac_ext <<_ACEOF
17403 /* end confdefs.h. */
17405 /* Override any gcc2 internal prototype to avoid an error. */
17409 /* We use char because int might match the return type of a gcc2
17410 builtin and then its argument prototype would still apply. */
17420 rm -f conftest.
$ac_objext conftest
$ac_exeext
17421 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17422 (eval $ac_link) 2>conftest.er1
17424 grep -v '^ *+' conftest.er1
>conftest.err
17426 cat conftest.err
>&5
17427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17428 (exit $ac_status); } &&
17429 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17430 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17431 (eval $ac_try) 2>&5
17433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17434 (exit $ac_status); }; } &&
17435 { ac_try
='test -s conftest$ac_exeext'
17436 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17437 (eval $ac_try) 2>&5
17439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17440 (exit $ac_status); }; }; then
17441 ac_cv_lib_m_csinl
=yes
17443 echo "$as_me: failed program was:" >&5
17444 sed 's/^/| /' conftest.
$ac_ext >&5
17446 ac_cv_lib_m_csinl
=no
17448 rm -f conftest.err conftest.
$ac_objext \
17449 conftest
$ac_exeext conftest.
$ac_ext
17450 LIBS
=$ac_check_lib_save_LIBS
17452 echo "$as_me:$LINENO: result: $ac_cv_lib_m_csinl" >&5
17453 echo "${ECHO_T}$ac_cv_lib_m_csinl" >&6
17454 if test $ac_cv_lib_m_csinl = yes; then
17456 cat >>confdefs.h
<<\_ACEOF
17457 #define HAVE_CSINL 1
17462 echo "$as_me:$LINENO: checking for sinhf in -lm" >&5
17463 echo $ECHO_N "checking for sinhf in -lm... $ECHO_C" >&6
17464 if test "${ac_cv_lib_m_sinhf+set}" = set; then
17465 echo $ECHO_N "(cached) $ECHO_C" >&6
17467 ac_check_lib_save_LIBS
=$LIBS
17469 if test x
$gcc_no_link = xyes
; then
17470 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
17471 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
17472 { (exit 1); exit 1; }; }
17474 cat >conftest.
$ac_ext <<_ACEOF
17477 cat confdefs.h
>>conftest.
$ac_ext
17478 cat >>conftest.
$ac_ext <<_ACEOF
17479 /* end confdefs.h. */
17481 /* Override any gcc2 internal prototype to avoid an error. */
17485 /* We use char because int might match the return type of a gcc2
17486 builtin and then its argument prototype would still apply. */
17496 rm -f conftest.
$ac_objext conftest
$ac_exeext
17497 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17498 (eval $ac_link) 2>conftest.er1
17500 grep -v '^ *+' conftest.er1
>conftest.err
17502 cat conftest.err
>&5
17503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17504 (exit $ac_status); } &&
17505 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17507 (eval $ac_try) 2>&5
17509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17510 (exit $ac_status); }; } &&
17511 { ac_try
='test -s conftest$ac_exeext'
17512 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17513 (eval $ac_try) 2>&5
17515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17516 (exit $ac_status); }; }; then
17517 ac_cv_lib_m_sinhf
=yes
17519 echo "$as_me: failed program was:" >&5
17520 sed 's/^/| /' conftest.
$ac_ext >&5
17522 ac_cv_lib_m_sinhf
=no
17524 rm -f conftest.err conftest.
$ac_objext \
17525 conftest
$ac_exeext conftest.
$ac_ext
17526 LIBS
=$ac_check_lib_save_LIBS
17528 echo "$as_me:$LINENO: result: $ac_cv_lib_m_sinhf" >&5
17529 echo "${ECHO_T}$ac_cv_lib_m_sinhf" >&6
17530 if test $ac_cv_lib_m_sinhf = yes; then
17532 cat >>confdefs.h
<<\_ACEOF
17533 #define HAVE_SINHF 1
17538 echo "$as_me:$LINENO: checking for sinh in -lm" >&5
17539 echo $ECHO_N "checking for sinh in -lm... $ECHO_C" >&6
17540 if test "${ac_cv_lib_m_sinh+set}" = set; then
17541 echo $ECHO_N "(cached) $ECHO_C" >&6
17543 ac_check_lib_save_LIBS
=$LIBS
17545 if test x
$gcc_no_link = xyes
; then
17546 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
17547 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
17548 { (exit 1); exit 1; }; }
17550 cat >conftest.
$ac_ext <<_ACEOF
17553 cat confdefs.h
>>conftest.
$ac_ext
17554 cat >>conftest.
$ac_ext <<_ACEOF
17555 /* end confdefs.h. */
17557 /* Override any gcc2 internal prototype to avoid an error. */
17561 /* We use char because int might match the return type of a gcc2
17562 builtin and then its argument prototype would still apply. */
17572 rm -f conftest.
$ac_objext conftest
$ac_exeext
17573 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17574 (eval $ac_link) 2>conftest.er1
17576 grep -v '^ *+' conftest.er1
>conftest.err
17578 cat conftest.err
>&5
17579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17580 (exit $ac_status); } &&
17581 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17582 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17583 (eval $ac_try) 2>&5
17585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17586 (exit $ac_status); }; } &&
17587 { ac_try
='test -s conftest$ac_exeext'
17588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17589 (eval $ac_try) 2>&5
17591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17592 (exit $ac_status); }; }; then
17593 ac_cv_lib_m_sinh
=yes
17595 echo "$as_me: failed program was:" >&5
17596 sed 's/^/| /' conftest.
$ac_ext >&5
17598 ac_cv_lib_m_sinh
=no
17600 rm -f conftest.err conftest.
$ac_objext \
17601 conftest
$ac_exeext conftest.
$ac_ext
17602 LIBS
=$ac_check_lib_save_LIBS
17604 echo "$as_me:$LINENO: result: $ac_cv_lib_m_sinh" >&5
17605 echo "${ECHO_T}$ac_cv_lib_m_sinh" >&6
17606 if test $ac_cv_lib_m_sinh = yes; then
17608 cat >>confdefs.h
<<\_ACEOF
17609 #define HAVE_SINH 1
17614 echo "$as_me:$LINENO: checking for sinhl in -lm" >&5
17615 echo $ECHO_N "checking for sinhl in -lm... $ECHO_C" >&6
17616 if test "${ac_cv_lib_m_sinhl+set}" = set; then
17617 echo $ECHO_N "(cached) $ECHO_C" >&6
17619 ac_check_lib_save_LIBS
=$LIBS
17621 if test x
$gcc_no_link = xyes
; then
17622 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
17623 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
17624 { (exit 1); exit 1; }; }
17626 cat >conftest.
$ac_ext <<_ACEOF
17629 cat confdefs.h
>>conftest.
$ac_ext
17630 cat >>conftest.
$ac_ext <<_ACEOF
17631 /* end confdefs.h. */
17633 /* Override any gcc2 internal prototype to avoid an error. */
17637 /* We use char because int might match the return type of a gcc2
17638 builtin and then its argument prototype would still apply. */
17648 rm -f conftest.
$ac_objext conftest
$ac_exeext
17649 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17650 (eval $ac_link) 2>conftest.er1
17652 grep -v '^ *+' conftest.er1
>conftest.err
17654 cat conftest.err
>&5
17655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17656 (exit $ac_status); } &&
17657 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17658 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17659 (eval $ac_try) 2>&5
17661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17662 (exit $ac_status); }; } &&
17663 { ac_try
='test -s conftest$ac_exeext'
17664 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17665 (eval $ac_try) 2>&5
17667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17668 (exit $ac_status); }; }; then
17669 ac_cv_lib_m_sinhl
=yes
17671 echo "$as_me: failed program was:" >&5
17672 sed 's/^/| /' conftest.
$ac_ext >&5
17674 ac_cv_lib_m_sinhl
=no
17676 rm -f conftest.err conftest.
$ac_objext \
17677 conftest
$ac_exeext conftest.
$ac_ext
17678 LIBS
=$ac_check_lib_save_LIBS
17680 echo "$as_me:$LINENO: result: $ac_cv_lib_m_sinhl" >&5
17681 echo "${ECHO_T}$ac_cv_lib_m_sinhl" >&6
17682 if test $ac_cv_lib_m_sinhl = yes; then
17684 cat >>confdefs.h
<<\_ACEOF
17685 #define HAVE_SINHL 1
17690 echo "$as_me:$LINENO: checking for csinhf in -lm" >&5
17691 echo $ECHO_N "checking for csinhf in -lm... $ECHO_C" >&6
17692 if test "${ac_cv_lib_m_csinhf+set}" = set; then
17693 echo $ECHO_N "(cached) $ECHO_C" >&6
17695 ac_check_lib_save_LIBS
=$LIBS
17697 if test x
$gcc_no_link = xyes
; then
17698 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
17699 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
17700 { (exit 1); exit 1; }; }
17702 cat >conftest.
$ac_ext <<_ACEOF
17705 cat confdefs.h
>>conftest.
$ac_ext
17706 cat >>conftest.
$ac_ext <<_ACEOF
17707 /* end confdefs.h. */
17709 /* Override any gcc2 internal prototype to avoid an error. */
17713 /* We use char because int might match the return type of a gcc2
17714 builtin and then its argument prototype would still apply. */
17724 rm -f conftest.
$ac_objext conftest
$ac_exeext
17725 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17726 (eval $ac_link) 2>conftest.er1
17728 grep -v '^ *+' conftest.er1
>conftest.err
17730 cat conftest.err
>&5
17731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17732 (exit $ac_status); } &&
17733 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17734 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17735 (eval $ac_try) 2>&5
17737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17738 (exit $ac_status); }; } &&
17739 { ac_try
='test -s conftest$ac_exeext'
17740 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17741 (eval $ac_try) 2>&5
17743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17744 (exit $ac_status); }; }; then
17745 ac_cv_lib_m_csinhf
=yes
17747 echo "$as_me: failed program was:" >&5
17748 sed 's/^/| /' conftest.
$ac_ext >&5
17750 ac_cv_lib_m_csinhf
=no
17752 rm -f conftest.err conftest.
$ac_objext \
17753 conftest
$ac_exeext conftest.
$ac_ext
17754 LIBS
=$ac_check_lib_save_LIBS
17756 echo "$as_me:$LINENO: result: $ac_cv_lib_m_csinhf" >&5
17757 echo "${ECHO_T}$ac_cv_lib_m_csinhf" >&6
17758 if test $ac_cv_lib_m_csinhf = yes; then
17760 cat >>confdefs.h
<<\_ACEOF
17761 #define HAVE_CSINHF 1
17766 echo "$as_me:$LINENO: checking for csinh in -lm" >&5
17767 echo $ECHO_N "checking for csinh in -lm... $ECHO_C" >&6
17768 if test "${ac_cv_lib_m_csinh+set}" = set; then
17769 echo $ECHO_N "(cached) $ECHO_C" >&6
17771 ac_check_lib_save_LIBS
=$LIBS
17773 if test x
$gcc_no_link = xyes
; then
17774 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
17775 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
17776 { (exit 1); exit 1; }; }
17778 cat >conftest.
$ac_ext <<_ACEOF
17781 cat confdefs.h
>>conftest.
$ac_ext
17782 cat >>conftest.
$ac_ext <<_ACEOF
17783 /* end confdefs.h. */
17785 /* Override any gcc2 internal prototype to avoid an error. */
17789 /* We use char because int might match the return type of a gcc2
17790 builtin and then its argument prototype would still apply. */
17800 rm -f conftest.
$ac_objext conftest
$ac_exeext
17801 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17802 (eval $ac_link) 2>conftest.er1
17804 grep -v '^ *+' conftest.er1
>conftest.err
17806 cat conftest.err
>&5
17807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17808 (exit $ac_status); } &&
17809 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17811 (eval $ac_try) 2>&5
17813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17814 (exit $ac_status); }; } &&
17815 { ac_try
='test -s conftest$ac_exeext'
17816 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17817 (eval $ac_try) 2>&5
17819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17820 (exit $ac_status); }; }; then
17821 ac_cv_lib_m_csinh
=yes
17823 echo "$as_me: failed program was:" >&5
17824 sed 's/^/| /' conftest.
$ac_ext >&5
17826 ac_cv_lib_m_csinh
=no
17828 rm -f conftest.err conftest.
$ac_objext \
17829 conftest
$ac_exeext conftest.
$ac_ext
17830 LIBS
=$ac_check_lib_save_LIBS
17832 echo "$as_me:$LINENO: result: $ac_cv_lib_m_csinh" >&5
17833 echo "${ECHO_T}$ac_cv_lib_m_csinh" >&6
17834 if test $ac_cv_lib_m_csinh = yes; then
17836 cat >>confdefs.h
<<\_ACEOF
17837 #define HAVE_CSINH 1
17842 echo "$as_me:$LINENO: checking for csinhl in -lm" >&5
17843 echo $ECHO_N "checking for csinhl in -lm... $ECHO_C" >&6
17844 if test "${ac_cv_lib_m_csinhl+set}" = set; then
17845 echo $ECHO_N "(cached) $ECHO_C" >&6
17847 ac_check_lib_save_LIBS
=$LIBS
17849 if test x
$gcc_no_link = xyes
; then
17850 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
17851 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
17852 { (exit 1); exit 1; }; }
17854 cat >conftest.
$ac_ext <<_ACEOF
17857 cat confdefs.h
>>conftest.
$ac_ext
17858 cat >>conftest.
$ac_ext <<_ACEOF
17859 /* end confdefs.h. */
17861 /* Override any gcc2 internal prototype to avoid an error. */
17865 /* We use char because int might match the return type of a gcc2
17866 builtin and then its argument prototype would still apply. */
17876 rm -f conftest.
$ac_objext conftest
$ac_exeext
17877 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17878 (eval $ac_link) 2>conftest.er1
17880 grep -v '^ *+' conftest.er1
>conftest.err
17882 cat conftest.err
>&5
17883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17884 (exit $ac_status); } &&
17885 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17886 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17887 (eval $ac_try) 2>&5
17889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17890 (exit $ac_status); }; } &&
17891 { ac_try
='test -s conftest$ac_exeext'
17892 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17893 (eval $ac_try) 2>&5
17895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17896 (exit $ac_status); }; }; then
17897 ac_cv_lib_m_csinhl
=yes
17899 echo "$as_me: failed program was:" >&5
17900 sed 's/^/| /' conftest.
$ac_ext >&5
17902 ac_cv_lib_m_csinhl
=no
17904 rm -f conftest.err conftest.
$ac_objext \
17905 conftest
$ac_exeext conftest.
$ac_ext
17906 LIBS
=$ac_check_lib_save_LIBS
17908 echo "$as_me:$LINENO: result: $ac_cv_lib_m_csinhl" >&5
17909 echo "${ECHO_T}$ac_cv_lib_m_csinhl" >&6
17910 if test $ac_cv_lib_m_csinhl = yes; then
17912 cat >>confdefs.h
<<\_ACEOF
17913 #define HAVE_CSINHL 1
17918 echo "$as_me:$LINENO: checking for sqrtf in -lm" >&5
17919 echo $ECHO_N "checking for sqrtf in -lm... $ECHO_C" >&6
17920 if test "${ac_cv_lib_m_sqrtf+set}" = set; then
17921 echo $ECHO_N "(cached) $ECHO_C" >&6
17923 ac_check_lib_save_LIBS
=$LIBS
17925 if test x
$gcc_no_link = xyes
; then
17926 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
17927 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
17928 { (exit 1); exit 1; }; }
17930 cat >conftest.
$ac_ext <<_ACEOF
17933 cat confdefs.h
>>conftest.
$ac_ext
17934 cat >>conftest.
$ac_ext <<_ACEOF
17935 /* end confdefs.h. */
17937 /* Override any gcc2 internal prototype to avoid an error. */
17941 /* We use char because int might match the return type of a gcc2
17942 builtin and then its argument prototype would still apply. */
17952 rm -f conftest.
$ac_objext conftest
$ac_exeext
17953 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17954 (eval $ac_link) 2>conftest.er1
17956 grep -v '^ *+' conftest.er1
>conftest.err
17958 cat conftest.err
>&5
17959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17960 (exit $ac_status); } &&
17961 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
17962 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17963 (eval $ac_try) 2>&5
17965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17966 (exit $ac_status); }; } &&
17967 { ac_try
='test -s conftest$ac_exeext'
17968 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17969 (eval $ac_try) 2>&5
17971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17972 (exit $ac_status); }; }; then
17973 ac_cv_lib_m_sqrtf
=yes
17975 echo "$as_me: failed program was:" >&5
17976 sed 's/^/| /' conftest.
$ac_ext >&5
17978 ac_cv_lib_m_sqrtf
=no
17980 rm -f conftest.err conftest.
$ac_objext \
17981 conftest
$ac_exeext conftest.
$ac_ext
17982 LIBS
=$ac_check_lib_save_LIBS
17984 echo "$as_me:$LINENO: result: $ac_cv_lib_m_sqrtf" >&5
17985 echo "${ECHO_T}$ac_cv_lib_m_sqrtf" >&6
17986 if test $ac_cv_lib_m_sqrtf = yes; then
17988 cat >>confdefs.h
<<\_ACEOF
17989 #define HAVE_SQRTF 1
17994 echo "$as_me:$LINENO: checking for sqrt in -lm" >&5
17995 echo $ECHO_N "checking for sqrt in -lm... $ECHO_C" >&6
17996 if test "${ac_cv_lib_m_sqrt+set}" = set; then
17997 echo $ECHO_N "(cached) $ECHO_C" >&6
17999 ac_check_lib_save_LIBS
=$LIBS
18001 if test x
$gcc_no_link = xyes
; then
18002 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
18003 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
18004 { (exit 1); exit 1; }; }
18006 cat >conftest.
$ac_ext <<_ACEOF
18009 cat confdefs.h
>>conftest.
$ac_ext
18010 cat >>conftest.
$ac_ext <<_ACEOF
18011 /* end confdefs.h. */
18013 /* Override any gcc2 internal prototype to avoid an error. */
18017 /* We use char because int might match the return type of a gcc2
18018 builtin and then its argument prototype would still apply. */
18028 rm -f conftest.
$ac_objext conftest
$ac_exeext
18029 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18030 (eval $ac_link) 2>conftest.er1
18032 grep -v '^ *+' conftest.er1
>conftest.err
18034 cat conftest.err
>&5
18035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18036 (exit $ac_status); } &&
18037 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18038 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18039 (eval $ac_try) 2>&5
18041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18042 (exit $ac_status); }; } &&
18043 { ac_try
='test -s conftest$ac_exeext'
18044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18045 (eval $ac_try) 2>&5
18047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18048 (exit $ac_status); }; }; then
18049 ac_cv_lib_m_sqrt
=yes
18051 echo "$as_me: failed program was:" >&5
18052 sed 's/^/| /' conftest.
$ac_ext >&5
18054 ac_cv_lib_m_sqrt
=no
18056 rm -f conftest.err conftest.
$ac_objext \
18057 conftest
$ac_exeext conftest.
$ac_ext
18058 LIBS
=$ac_check_lib_save_LIBS
18060 echo "$as_me:$LINENO: result: $ac_cv_lib_m_sqrt" >&5
18061 echo "${ECHO_T}$ac_cv_lib_m_sqrt" >&6
18062 if test $ac_cv_lib_m_sqrt = yes; then
18064 cat >>confdefs.h
<<\_ACEOF
18065 #define HAVE_SQRT 1
18070 echo "$as_me:$LINENO: checking for sqrtl in -lm" >&5
18071 echo $ECHO_N "checking for sqrtl in -lm... $ECHO_C" >&6
18072 if test "${ac_cv_lib_m_sqrtl+set}" = set; then
18073 echo $ECHO_N "(cached) $ECHO_C" >&6
18075 ac_check_lib_save_LIBS
=$LIBS
18077 if test x
$gcc_no_link = xyes
; then
18078 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
18079 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
18080 { (exit 1); exit 1; }; }
18082 cat >conftest.
$ac_ext <<_ACEOF
18085 cat confdefs.h
>>conftest.
$ac_ext
18086 cat >>conftest.
$ac_ext <<_ACEOF
18087 /* end confdefs.h. */
18089 /* Override any gcc2 internal prototype to avoid an error. */
18093 /* We use char because int might match the return type of a gcc2
18094 builtin and then its argument prototype would still apply. */
18104 rm -f conftest.
$ac_objext conftest
$ac_exeext
18105 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18106 (eval $ac_link) 2>conftest.er1
18108 grep -v '^ *+' conftest.er1
>conftest.err
18110 cat conftest.err
>&5
18111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18112 (exit $ac_status); } &&
18113 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18115 (eval $ac_try) 2>&5
18117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18118 (exit $ac_status); }; } &&
18119 { ac_try
='test -s conftest$ac_exeext'
18120 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18121 (eval $ac_try) 2>&5
18123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18124 (exit $ac_status); }; }; then
18125 ac_cv_lib_m_sqrtl
=yes
18127 echo "$as_me: failed program was:" >&5
18128 sed 's/^/| /' conftest.
$ac_ext >&5
18130 ac_cv_lib_m_sqrtl
=no
18132 rm -f conftest.err conftest.
$ac_objext \
18133 conftest
$ac_exeext conftest.
$ac_ext
18134 LIBS
=$ac_check_lib_save_LIBS
18136 echo "$as_me:$LINENO: result: $ac_cv_lib_m_sqrtl" >&5
18137 echo "${ECHO_T}$ac_cv_lib_m_sqrtl" >&6
18138 if test $ac_cv_lib_m_sqrtl = yes; then
18140 cat >>confdefs.h
<<\_ACEOF
18141 #define HAVE_SQRTL 1
18146 echo "$as_me:$LINENO: checking for csqrtf in -lm" >&5
18147 echo $ECHO_N "checking for csqrtf in -lm... $ECHO_C" >&6
18148 if test "${ac_cv_lib_m_csqrtf+set}" = set; then
18149 echo $ECHO_N "(cached) $ECHO_C" >&6
18151 ac_check_lib_save_LIBS
=$LIBS
18153 if test x
$gcc_no_link = xyes
; then
18154 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
18155 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
18156 { (exit 1); exit 1; }; }
18158 cat >conftest.
$ac_ext <<_ACEOF
18161 cat confdefs.h
>>conftest.
$ac_ext
18162 cat >>conftest.
$ac_ext <<_ACEOF
18163 /* end confdefs.h. */
18165 /* Override any gcc2 internal prototype to avoid an error. */
18169 /* We use char because int might match the return type of a gcc2
18170 builtin and then its argument prototype would still apply. */
18180 rm -f conftest.
$ac_objext conftest
$ac_exeext
18181 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18182 (eval $ac_link) 2>conftest.er1
18184 grep -v '^ *+' conftest.er1
>conftest.err
18186 cat conftest.err
>&5
18187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18188 (exit $ac_status); } &&
18189 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18190 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18191 (eval $ac_try) 2>&5
18193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18194 (exit $ac_status); }; } &&
18195 { ac_try
='test -s conftest$ac_exeext'
18196 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18197 (eval $ac_try) 2>&5
18199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18200 (exit $ac_status); }; }; then
18201 ac_cv_lib_m_csqrtf
=yes
18203 echo "$as_me: failed program was:" >&5
18204 sed 's/^/| /' conftest.
$ac_ext >&5
18206 ac_cv_lib_m_csqrtf
=no
18208 rm -f conftest.err conftest.
$ac_objext \
18209 conftest
$ac_exeext conftest.
$ac_ext
18210 LIBS
=$ac_check_lib_save_LIBS
18212 echo "$as_me:$LINENO: result: $ac_cv_lib_m_csqrtf" >&5
18213 echo "${ECHO_T}$ac_cv_lib_m_csqrtf" >&6
18214 if test $ac_cv_lib_m_csqrtf = yes; then
18216 cat >>confdefs.h
<<\_ACEOF
18217 #define HAVE_CSQRTF 1
18222 echo "$as_me:$LINENO: checking for csqrt in -lm" >&5
18223 echo $ECHO_N "checking for csqrt in -lm... $ECHO_C" >&6
18224 if test "${ac_cv_lib_m_csqrt+set}" = set; then
18225 echo $ECHO_N "(cached) $ECHO_C" >&6
18227 ac_check_lib_save_LIBS
=$LIBS
18229 if test x
$gcc_no_link = xyes
; then
18230 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
18231 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
18232 { (exit 1); exit 1; }; }
18234 cat >conftest.
$ac_ext <<_ACEOF
18237 cat confdefs.h
>>conftest.
$ac_ext
18238 cat >>conftest.
$ac_ext <<_ACEOF
18239 /* end confdefs.h. */
18241 /* Override any gcc2 internal prototype to avoid an error. */
18245 /* We use char because int might match the return type of a gcc2
18246 builtin and then its argument prototype would still apply. */
18256 rm -f conftest.
$ac_objext conftest
$ac_exeext
18257 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18258 (eval $ac_link) 2>conftest.er1
18260 grep -v '^ *+' conftest.er1
>conftest.err
18262 cat conftest.err
>&5
18263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18264 (exit $ac_status); } &&
18265 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18266 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18267 (eval $ac_try) 2>&5
18269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18270 (exit $ac_status); }; } &&
18271 { ac_try
='test -s conftest$ac_exeext'
18272 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18273 (eval $ac_try) 2>&5
18275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18276 (exit $ac_status); }; }; then
18277 ac_cv_lib_m_csqrt
=yes
18279 echo "$as_me: failed program was:" >&5
18280 sed 's/^/| /' conftest.
$ac_ext >&5
18282 ac_cv_lib_m_csqrt
=no
18284 rm -f conftest.err conftest.
$ac_objext \
18285 conftest
$ac_exeext conftest.
$ac_ext
18286 LIBS
=$ac_check_lib_save_LIBS
18288 echo "$as_me:$LINENO: result: $ac_cv_lib_m_csqrt" >&5
18289 echo "${ECHO_T}$ac_cv_lib_m_csqrt" >&6
18290 if test $ac_cv_lib_m_csqrt = yes; then
18292 cat >>confdefs.h
<<\_ACEOF
18293 #define HAVE_CSQRT 1
18298 echo "$as_me:$LINENO: checking for csqrtl in -lm" >&5
18299 echo $ECHO_N "checking for csqrtl in -lm... $ECHO_C" >&6
18300 if test "${ac_cv_lib_m_csqrtl+set}" = set; then
18301 echo $ECHO_N "(cached) $ECHO_C" >&6
18303 ac_check_lib_save_LIBS
=$LIBS
18305 if test x
$gcc_no_link = xyes
; then
18306 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
18307 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
18308 { (exit 1); exit 1; }; }
18310 cat >conftest.
$ac_ext <<_ACEOF
18313 cat confdefs.h
>>conftest.
$ac_ext
18314 cat >>conftest.
$ac_ext <<_ACEOF
18315 /* end confdefs.h. */
18317 /* Override any gcc2 internal prototype to avoid an error. */
18321 /* We use char because int might match the return type of a gcc2
18322 builtin and then its argument prototype would still apply. */
18332 rm -f conftest.
$ac_objext conftest
$ac_exeext
18333 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18334 (eval $ac_link) 2>conftest.er1
18336 grep -v '^ *+' conftest.er1
>conftest.err
18338 cat conftest.err
>&5
18339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18340 (exit $ac_status); } &&
18341 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18342 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18343 (eval $ac_try) 2>&5
18345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18346 (exit $ac_status); }; } &&
18347 { ac_try
='test -s conftest$ac_exeext'
18348 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18349 (eval $ac_try) 2>&5
18351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18352 (exit $ac_status); }; }; then
18353 ac_cv_lib_m_csqrtl
=yes
18355 echo "$as_me: failed program was:" >&5
18356 sed 's/^/| /' conftest.
$ac_ext >&5
18358 ac_cv_lib_m_csqrtl
=no
18360 rm -f conftest.err conftest.
$ac_objext \
18361 conftest
$ac_exeext conftest.
$ac_ext
18362 LIBS
=$ac_check_lib_save_LIBS
18364 echo "$as_me:$LINENO: result: $ac_cv_lib_m_csqrtl" >&5
18365 echo "${ECHO_T}$ac_cv_lib_m_csqrtl" >&6
18366 if test $ac_cv_lib_m_csqrtl = yes; then
18368 cat >>confdefs.h
<<\_ACEOF
18369 #define HAVE_CSQRTL 1
18374 echo "$as_me:$LINENO: checking for tanf in -lm" >&5
18375 echo $ECHO_N "checking for tanf in -lm... $ECHO_C" >&6
18376 if test "${ac_cv_lib_m_tanf+set}" = set; then
18377 echo $ECHO_N "(cached) $ECHO_C" >&6
18379 ac_check_lib_save_LIBS
=$LIBS
18381 if test x
$gcc_no_link = xyes
; then
18382 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
18383 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
18384 { (exit 1); exit 1; }; }
18386 cat >conftest.
$ac_ext <<_ACEOF
18389 cat confdefs.h
>>conftest.
$ac_ext
18390 cat >>conftest.
$ac_ext <<_ACEOF
18391 /* end confdefs.h. */
18393 /* Override any gcc2 internal prototype to avoid an error. */
18397 /* We use char because int might match the return type of a gcc2
18398 builtin and then its argument prototype would still apply. */
18408 rm -f conftest.
$ac_objext conftest
$ac_exeext
18409 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18410 (eval $ac_link) 2>conftest.er1
18412 grep -v '^ *+' conftest.er1
>conftest.err
18414 cat conftest.err
>&5
18415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18416 (exit $ac_status); } &&
18417 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18418 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18419 (eval $ac_try) 2>&5
18421 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18422 (exit $ac_status); }; } &&
18423 { ac_try
='test -s conftest$ac_exeext'
18424 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18425 (eval $ac_try) 2>&5
18427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18428 (exit $ac_status); }; }; then
18429 ac_cv_lib_m_tanf
=yes
18431 echo "$as_me: failed program was:" >&5
18432 sed 's/^/| /' conftest.
$ac_ext >&5
18434 ac_cv_lib_m_tanf
=no
18436 rm -f conftest.err conftest.
$ac_objext \
18437 conftest
$ac_exeext conftest.
$ac_ext
18438 LIBS
=$ac_check_lib_save_LIBS
18440 echo "$as_me:$LINENO: result: $ac_cv_lib_m_tanf" >&5
18441 echo "${ECHO_T}$ac_cv_lib_m_tanf" >&6
18442 if test $ac_cv_lib_m_tanf = yes; then
18444 cat >>confdefs.h
<<\_ACEOF
18445 #define HAVE_TANF 1
18450 echo "$as_me:$LINENO: checking for tan in -lm" >&5
18451 echo $ECHO_N "checking for tan in -lm... $ECHO_C" >&6
18452 if test "${ac_cv_lib_m_tan+set}" = set; then
18453 echo $ECHO_N "(cached) $ECHO_C" >&6
18455 ac_check_lib_save_LIBS
=$LIBS
18457 if test x
$gcc_no_link = xyes
; then
18458 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
18459 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
18460 { (exit 1); exit 1; }; }
18462 cat >conftest.
$ac_ext <<_ACEOF
18465 cat confdefs.h
>>conftest.
$ac_ext
18466 cat >>conftest.
$ac_ext <<_ACEOF
18467 /* end confdefs.h. */
18469 /* Override any gcc2 internal prototype to avoid an error. */
18473 /* We use char because int might match the return type of a gcc2
18474 builtin and then its argument prototype would still apply. */
18484 rm -f conftest.
$ac_objext conftest
$ac_exeext
18485 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18486 (eval $ac_link) 2>conftest.er1
18488 grep -v '^ *+' conftest.er1
>conftest.err
18490 cat conftest.err
>&5
18491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18492 (exit $ac_status); } &&
18493 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18494 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18495 (eval $ac_try) 2>&5
18497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18498 (exit $ac_status); }; } &&
18499 { ac_try
='test -s conftest$ac_exeext'
18500 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18501 (eval $ac_try) 2>&5
18503 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18504 (exit $ac_status); }; }; then
18505 ac_cv_lib_m_tan
=yes
18507 echo "$as_me: failed program was:" >&5
18508 sed 's/^/| /' conftest.
$ac_ext >&5
18512 rm -f conftest.err conftest.
$ac_objext \
18513 conftest
$ac_exeext conftest.
$ac_ext
18514 LIBS
=$ac_check_lib_save_LIBS
18516 echo "$as_me:$LINENO: result: $ac_cv_lib_m_tan" >&5
18517 echo "${ECHO_T}$ac_cv_lib_m_tan" >&6
18518 if test $ac_cv_lib_m_tan = yes; then
18520 cat >>confdefs.h
<<\_ACEOF
18526 echo "$as_me:$LINENO: checking for tanl in -lm" >&5
18527 echo $ECHO_N "checking for tanl in -lm... $ECHO_C" >&6
18528 if test "${ac_cv_lib_m_tanl+set}" = set; then
18529 echo $ECHO_N "(cached) $ECHO_C" >&6
18531 ac_check_lib_save_LIBS
=$LIBS
18533 if test x
$gcc_no_link = xyes
; then
18534 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
18535 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
18536 { (exit 1); exit 1; }; }
18538 cat >conftest.
$ac_ext <<_ACEOF
18541 cat confdefs.h
>>conftest.
$ac_ext
18542 cat >>conftest.
$ac_ext <<_ACEOF
18543 /* end confdefs.h. */
18545 /* Override any gcc2 internal prototype to avoid an error. */
18549 /* We use char because int might match the return type of a gcc2
18550 builtin and then its argument prototype would still apply. */
18560 rm -f conftest.
$ac_objext conftest
$ac_exeext
18561 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18562 (eval $ac_link) 2>conftest.er1
18564 grep -v '^ *+' conftest.er1
>conftest.err
18566 cat conftest.err
>&5
18567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18568 (exit $ac_status); } &&
18569 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18570 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18571 (eval $ac_try) 2>&5
18573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18574 (exit $ac_status); }; } &&
18575 { ac_try
='test -s conftest$ac_exeext'
18576 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18577 (eval $ac_try) 2>&5
18579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18580 (exit $ac_status); }; }; then
18581 ac_cv_lib_m_tanl
=yes
18583 echo "$as_me: failed program was:" >&5
18584 sed 's/^/| /' conftest.
$ac_ext >&5
18586 ac_cv_lib_m_tanl
=no
18588 rm -f conftest.err conftest.
$ac_objext \
18589 conftest
$ac_exeext conftest.
$ac_ext
18590 LIBS
=$ac_check_lib_save_LIBS
18592 echo "$as_me:$LINENO: result: $ac_cv_lib_m_tanl" >&5
18593 echo "${ECHO_T}$ac_cv_lib_m_tanl" >&6
18594 if test $ac_cv_lib_m_tanl = yes; then
18596 cat >>confdefs.h
<<\_ACEOF
18597 #define HAVE_TANL 1
18602 echo "$as_me:$LINENO: checking for ctanf in -lm" >&5
18603 echo $ECHO_N "checking for ctanf in -lm... $ECHO_C" >&6
18604 if test "${ac_cv_lib_m_ctanf+set}" = set; then
18605 echo $ECHO_N "(cached) $ECHO_C" >&6
18607 ac_check_lib_save_LIBS
=$LIBS
18609 if test x
$gcc_no_link = xyes
; then
18610 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
18611 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
18612 { (exit 1); exit 1; }; }
18614 cat >conftest.
$ac_ext <<_ACEOF
18617 cat confdefs.h
>>conftest.
$ac_ext
18618 cat >>conftest.
$ac_ext <<_ACEOF
18619 /* end confdefs.h. */
18621 /* Override any gcc2 internal prototype to avoid an error. */
18625 /* We use char because int might match the return type of a gcc2
18626 builtin and then its argument prototype would still apply. */
18636 rm -f conftest.
$ac_objext conftest
$ac_exeext
18637 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18638 (eval $ac_link) 2>conftest.er1
18640 grep -v '^ *+' conftest.er1
>conftest.err
18642 cat conftest.err
>&5
18643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18644 (exit $ac_status); } &&
18645 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18646 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18647 (eval $ac_try) 2>&5
18649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18650 (exit $ac_status); }; } &&
18651 { ac_try
='test -s conftest$ac_exeext'
18652 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18653 (eval $ac_try) 2>&5
18655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18656 (exit $ac_status); }; }; then
18657 ac_cv_lib_m_ctanf
=yes
18659 echo "$as_me: failed program was:" >&5
18660 sed 's/^/| /' conftest.
$ac_ext >&5
18662 ac_cv_lib_m_ctanf
=no
18664 rm -f conftest.err conftest.
$ac_objext \
18665 conftest
$ac_exeext conftest.
$ac_ext
18666 LIBS
=$ac_check_lib_save_LIBS
18668 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ctanf" >&5
18669 echo "${ECHO_T}$ac_cv_lib_m_ctanf" >&6
18670 if test $ac_cv_lib_m_ctanf = yes; then
18672 cat >>confdefs.h
<<\_ACEOF
18673 #define HAVE_CTANF 1
18678 echo "$as_me:$LINENO: checking for ctan in -lm" >&5
18679 echo $ECHO_N "checking for ctan in -lm... $ECHO_C" >&6
18680 if test "${ac_cv_lib_m_ctan+set}" = set; then
18681 echo $ECHO_N "(cached) $ECHO_C" >&6
18683 ac_check_lib_save_LIBS
=$LIBS
18685 if test x
$gcc_no_link = xyes
; then
18686 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
18687 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
18688 { (exit 1); exit 1; }; }
18690 cat >conftest.
$ac_ext <<_ACEOF
18693 cat confdefs.h
>>conftest.
$ac_ext
18694 cat >>conftest.
$ac_ext <<_ACEOF
18695 /* end confdefs.h. */
18697 /* Override any gcc2 internal prototype to avoid an error. */
18701 /* We use char because int might match the return type of a gcc2
18702 builtin and then its argument prototype would still apply. */
18712 rm -f conftest.
$ac_objext conftest
$ac_exeext
18713 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18714 (eval $ac_link) 2>conftest.er1
18716 grep -v '^ *+' conftest.er1
>conftest.err
18718 cat conftest.err
>&5
18719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18720 (exit $ac_status); } &&
18721 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18722 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18723 (eval $ac_try) 2>&5
18725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18726 (exit $ac_status); }; } &&
18727 { ac_try
='test -s conftest$ac_exeext'
18728 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18729 (eval $ac_try) 2>&5
18731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18732 (exit $ac_status); }; }; then
18733 ac_cv_lib_m_ctan
=yes
18735 echo "$as_me: failed program was:" >&5
18736 sed 's/^/| /' conftest.
$ac_ext >&5
18738 ac_cv_lib_m_ctan
=no
18740 rm -f conftest.err conftest.
$ac_objext \
18741 conftest
$ac_exeext conftest.
$ac_ext
18742 LIBS
=$ac_check_lib_save_LIBS
18744 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ctan" >&5
18745 echo "${ECHO_T}$ac_cv_lib_m_ctan" >&6
18746 if test $ac_cv_lib_m_ctan = yes; then
18748 cat >>confdefs.h
<<\_ACEOF
18749 #define HAVE_CTAN 1
18754 echo "$as_me:$LINENO: checking for ctanl in -lm" >&5
18755 echo $ECHO_N "checking for ctanl in -lm... $ECHO_C" >&6
18756 if test "${ac_cv_lib_m_ctanl+set}" = set; then
18757 echo $ECHO_N "(cached) $ECHO_C" >&6
18759 ac_check_lib_save_LIBS
=$LIBS
18761 if test x
$gcc_no_link = xyes
; then
18762 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
18763 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
18764 { (exit 1); exit 1; }; }
18766 cat >conftest.
$ac_ext <<_ACEOF
18769 cat confdefs.h
>>conftest.
$ac_ext
18770 cat >>conftest.
$ac_ext <<_ACEOF
18771 /* end confdefs.h. */
18773 /* Override any gcc2 internal prototype to avoid an error. */
18777 /* We use char because int might match the return type of a gcc2
18778 builtin and then its argument prototype would still apply. */
18788 rm -f conftest.
$ac_objext conftest
$ac_exeext
18789 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18790 (eval $ac_link) 2>conftest.er1
18792 grep -v '^ *+' conftest.er1
>conftest.err
18794 cat conftest.err
>&5
18795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18796 (exit $ac_status); } &&
18797 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18798 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18799 (eval $ac_try) 2>&5
18801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18802 (exit $ac_status); }; } &&
18803 { ac_try
='test -s conftest$ac_exeext'
18804 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18805 (eval $ac_try) 2>&5
18807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18808 (exit $ac_status); }; }; then
18809 ac_cv_lib_m_ctanl
=yes
18811 echo "$as_me: failed program was:" >&5
18812 sed 's/^/| /' conftest.
$ac_ext >&5
18814 ac_cv_lib_m_ctanl
=no
18816 rm -f conftest.err conftest.
$ac_objext \
18817 conftest
$ac_exeext conftest.
$ac_ext
18818 LIBS
=$ac_check_lib_save_LIBS
18820 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ctanl" >&5
18821 echo "${ECHO_T}$ac_cv_lib_m_ctanl" >&6
18822 if test $ac_cv_lib_m_ctanl = yes; then
18824 cat >>confdefs.h
<<\_ACEOF
18825 #define HAVE_CTANL 1
18830 echo "$as_me:$LINENO: checking for tanhf in -lm" >&5
18831 echo $ECHO_N "checking for tanhf in -lm... $ECHO_C" >&6
18832 if test "${ac_cv_lib_m_tanhf+set}" = set; then
18833 echo $ECHO_N "(cached) $ECHO_C" >&6
18835 ac_check_lib_save_LIBS
=$LIBS
18837 if test x
$gcc_no_link = xyes
; then
18838 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
18839 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
18840 { (exit 1); exit 1; }; }
18842 cat >conftest.
$ac_ext <<_ACEOF
18845 cat confdefs.h
>>conftest.
$ac_ext
18846 cat >>conftest.
$ac_ext <<_ACEOF
18847 /* end confdefs.h. */
18849 /* Override any gcc2 internal prototype to avoid an error. */
18853 /* We use char because int might match the return type of a gcc2
18854 builtin and then its argument prototype would still apply. */
18864 rm -f conftest.
$ac_objext conftest
$ac_exeext
18865 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18866 (eval $ac_link) 2>conftest.er1
18868 grep -v '^ *+' conftest.er1
>conftest.err
18870 cat conftest.err
>&5
18871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18872 (exit $ac_status); } &&
18873 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
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); }; } &&
18879 { ac_try
='test -s conftest$ac_exeext'
18880 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18881 (eval $ac_try) 2>&5
18883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18884 (exit $ac_status); }; }; then
18885 ac_cv_lib_m_tanhf
=yes
18887 echo "$as_me: failed program was:" >&5
18888 sed 's/^/| /' conftest.
$ac_ext >&5
18890 ac_cv_lib_m_tanhf
=no
18892 rm -f conftest.err conftest.
$ac_objext \
18893 conftest
$ac_exeext conftest.
$ac_ext
18894 LIBS
=$ac_check_lib_save_LIBS
18896 echo "$as_me:$LINENO: result: $ac_cv_lib_m_tanhf" >&5
18897 echo "${ECHO_T}$ac_cv_lib_m_tanhf" >&6
18898 if test $ac_cv_lib_m_tanhf = yes; then
18900 cat >>confdefs.h
<<\_ACEOF
18901 #define HAVE_TANHF 1
18906 echo "$as_me:$LINENO: checking for tanh in -lm" >&5
18907 echo $ECHO_N "checking for tanh in -lm... $ECHO_C" >&6
18908 if test "${ac_cv_lib_m_tanh+set}" = set; then
18909 echo $ECHO_N "(cached) $ECHO_C" >&6
18911 ac_check_lib_save_LIBS
=$LIBS
18913 if test x
$gcc_no_link = xyes
; then
18914 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
18915 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
18916 { (exit 1); exit 1; }; }
18918 cat >conftest.
$ac_ext <<_ACEOF
18921 cat confdefs.h
>>conftest.
$ac_ext
18922 cat >>conftest.
$ac_ext <<_ACEOF
18923 /* end confdefs.h. */
18925 /* Override any gcc2 internal prototype to avoid an error. */
18929 /* We use char because int might match the return type of a gcc2
18930 builtin and then its argument prototype would still apply. */
18940 rm -f conftest.
$ac_objext conftest
$ac_exeext
18941 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18942 (eval $ac_link) 2>conftest.er1
18944 grep -v '^ *+' conftest.er1
>conftest.err
18946 cat conftest.err
>&5
18947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18948 (exit $ac_status); } &&
18949 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
18950 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18951 (eval $ac_try) 2>&5
18953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18954 (exit $ac_status); }; } &&
18955 { ac_try
='test -s conftest$ac_exeext'
18956 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18957 (eval $ac_try) 2>&5
18959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18960 (exit $ac_status); }; }; then
18961 ac_cv_lib_m_tanh
=yes
18963 echo "$as_me: failed program was:" >&5
18964 sed 's/^/| /' conftest.
$ac_ext >&5
18966 ac_cv_lib_m_tanh
=no
18968 rm -f conftest.err conftest.
$ac_objext \
18969 conftest
$ac_exeext conftest.
$ac_ext
18970 LIBS
=$ac_check_lib_save_LIBS
18972 echo "$as_me:$LINENO: result: $ac_cv_lib_m_tanh" >&5
18973 echo "${ECHO_T}$ac_cv_lib_m_tanh" >&6
18974 if test $ac_cv_lib_m_tanh = yes; then
18976 cat >>confdefs.h
<<\_ACEOF
18977 #define HAVE_TANH 1
18982 echo "$as_me:$LINENO: checking for tanhl in -lm" >&5
18983 echo $ECHO_N "checking for tanhl in -lm... $ECHO_C" >&6
18984 if test "${ac_cv_lib_m_tanhl+set}" = set; then
18985 echo $ECHO_N "(cached) $ECHO_C" >&6
18987 ac_check_lib_save_LIBS
=$LIBS
18989 if test x
$gcc_no_link = xyes
; then
18990 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
18991 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
18992 { (exit 1); exit 1; }; }
18994 cat >conftest.
$ac_ext <<_ACEOF
18997 cat confdefs.h
>>conftest.
$ac_ext
18998 cat >>conftest.
$ac_ext <<_ACEOF
18999 /* end confdefs.h. */
19001 /* Override any gcc2 internal prototype to avoid an error. */
19005 /* We use char because int might match the return type of a gcc2
19006 builtin and then its argument prototype would still apply. */
19016 rm -f conftest.
$ac_objext conftest
$ac_exeext
19017 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19018 (eval $ac_link) 2>conftest.er1
19020 grep -v '^ *+' conftest.er1
>conftest.err
19022 cat conftest.err
>&5
19023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19024 (exit $ac_status); } &&
19025 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19026 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19027 (eval $ac_try) 2>&5
19029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19030 (exit $ac_status); }; } &&
19031 { ac_try
='test -s conftest$ac_exeext'
19032 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19033 (eval $ac_try) 2>&5
19035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19036 (exit $ac_status); }; }; then
19037 ac_cv_lib_m_tanhl
=yes
19039 echo "$as_me: failed program was:" >&5
19040 sed 's/^/| /' conftest.
$ac_ext >&5
19042 ac_cv_lib_m_tanhl
=no
19044 rm -f conftest.err conftest.
$ac_objext \
19045 conftest
$ac_exeext conftest.
$ac_ext
19046 LIBS
=$ac_check_lib_save_LIBS
19048 echo "$as_me:$LINENO: result: $ac_cv_lib_m_tanhl" >&5
19049 echo "${ECHO_T}$ac_cv_lib_m_tanhl" >&6
19050 if test $ac_cv_lib_m_tanhl = yes; then
19052 cat >>confdefs.h
<<\_ACEOF
19053 #define HAVE_TANHL 1
19058 echo "$as_me:$LINENO: checking for ctanhf in -lm" >&5
19059 echo $ECHO_N "checking for ctanhf in -lm... $ECHO_C" >&6
19060 if test "${ac_cv_lib_m_ctanhf+set}" = set; then
19061 echo $ECHO_N "(cached) $ECHO_C" >&6
19063 ac_check_lib_save_LIBS
=$LIBS
19065 if test x
$gcc_no_link = xyes
; then
19066 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19067 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19068 { (exit 1); exit 1; }; }
19070 cat >conftest.
$ac_ext <<_ACEOF
19073 cat confdefs.h
>>conftest.
$ac_ext
19074 cat >>conftest.
$ac_ext <<_ACEOF
19075 /* end confdefs.h. */
19077 /* Override any gcc2 internal prototype to avoid an error. */
19081 /* We use char because int might match the return type of a gcc2
19082 builtin and then its argument prototype would still apply. */
19092 rm -f conftest.
$ac_objext conftest
$ac_exeext
19093 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19094 (eval $ac_link) 2>conftest.er1
19096 grep -v '^ *+' conftest.er1
>conftest.err
19098 cat conftest.err
>&5
19099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19100 (exit $ac_status); } &&
19101 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19102 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19103 (eval $ac_try) 2>&5
19105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19106 (exit $ac_status); }; } &&
19107 { ac_try
='test -s conftest$ac_exeext'
19108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19109 (eval $ac_try) 2>&5
19111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19112 (exit $ac_status); }; }; then
19113 ac_cv_lib_m_ctanhf
=yes
19115 echo "$as_me: failed program was:" >&5
19116 sed 's/^/| /' conftest.
$ac_ext >&5
19118 ac_cv_lib_m_ctanhf
=no
19120 rm -f conftest.err conftest.
$ac_objext \
19121 conftest
$ac_exeext conftest.
$ac_ext
19122 LIBS
=$ac_check_lib_save_LIBS
19124 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ctanhf" >&5
19125 echo "${ECHO_T}$ac_cv_lib_m_ctanhf" >&6
19126 if test $ac_cv_lib_m_ctanhf = yes; then
19128 cat >>confdefs.h
<<\_ACEOF
19129 #define HAVE_CTANHF 1
19134 echo "$as_me:$LINENO: checking for ctanh in -lm" >&5
19135 echo $ECHO_N "checking for ctanh in -lm... $ECHO_C" >&6
19136 if test "${ac_cv_lib_m_ctanh+set}" = set; then
19137 echo $ECHO_N "(cached) $ECHO_C" >&6
19139 ac_check_lib_save_LIBS
=$LIBS
19141 if test x
$gcc_no_link = xyes
; then
19142 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19143 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19144 { (exit 1); exit 1; }; }
19146 cat >conftest.
$ac_ext <<_ACEOF
19149 cat confdefs.h
>>conftest.
$ac_ext
19150 cat >>conftest.
$ac_ext <<_ACEOF
19151 /* end confdefs.h. */
19153 /* Override any gcc2 internal prototype to avoid an error. */
19157 /* We use char because int might match the return type of a gcc2
19158 builtin and then its argument prototype would still apply. */
19168 rm -f conftest.
$ac_objext conftest
$ac_exeext
19169 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19170 (eval $ac_link) 2>conftest.er1
19172 grep -v '^ *+' conftest.er1
>conftest.err
19174 cat conftest.err
>&5
19175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19176 (exit $ac_status); } &&
19177 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19178 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19179 (eval $ac_try) 2>&5
19181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19182 (exit $ac_status); }; } &&
19183 { ac_try
='test -s conftest$ac_exeext'
19184 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19185 (eval $ac_try) 2>&5
19187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19188 (exit $ac_status); }; }; then
19189 ac_cv_lib_m_ctanh
=yes
19191 echo "$as_me: failed program was:" >&5
19192 sed 's/^/| /' conftest.
$ac_ext >&5
19194 ac_cv_lib_m_ctanh
=no
19196 rm -f conftest.err conftest.
$ac_objext \
19197 conftest
$ac_exeext conftest.
$ac_ext
19198 LIBS
=$ac_check_lib_save_LIBS
19200 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ctanh" >&5
19201 echo "${ECHO_T}$ac_cv_lib_m_ctanh" >&6
19202 if test $ac_cv_lib_m_ctanh = yes; then
19204 cat >>confdefs.h
<<\_ACEOF
19205 #define HAVE_CTANH 1
19210 echo "$as_me:$LINENO: checking for ctanhl in -lm" >&5
19211 echo $ECHO_N "checking for ctanhl in -lm... $ECHO_C" >&6
19212 if test "${ac_cv_lib_m_ctanhl+set}" = set; then
19213 echo $ECHO_N "(cached) $ECHO_C" >&6
19215 ac_check_lib_save_LIBS
=$LIBS
19217 if test x
$gcc_no_link = xyes
; then
19218 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19219 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19220 { (exit 1); exit 1; }; }
19222 cat >conftest.
$ac_ext <<_ACEOF
19225 cat confdefs.h
>>conftest.
$ac_ext
19226 cat >>conftest.
$ac_ext <<_ACEOF
19227 /* end confdefs.h. */
19229 /* Override any gcc2 internal prototype to avoid an error. */
19233 /* We use char because int might match the return type of a gcc2
19234 builtin and then its argument prototype would still apply. */
19244 rm -f conftest.
$ac_objext conftest
$ac_exeext
19245 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19246 (eval $ac_link) 2>conftest.er1
19248 grep -v '^ *+' conftest.er1
>conftest.err
19250 cat conftest.err
>&5
19251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19252 (exit $ac_status); } &&
19253 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19254 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19255 (eval $ac_try) 2>&5
19257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19258 (exit $ac_status); }; } &&
19259 { ac_try
='test -s conftest$ac_exeext'
19260 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19261 (eval $ac_try) 2>&5
19263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19264 (exit $ac_status); }; }; then
19265 ac_cv_lib_m_ctanhl
=yes
19267 echo "$as_me: failed program was:" >&5
19268 sed 's/^/| /' conftest.
$ac_ext >&5
19270 ac_cv_lib_m_ctanhl
=no
19272 rm -f conftest.err conftest.
$ac_objext \
19273 conftest
$ac_exeext conftest.
$ac_ext
19274 LIBS
=$ac_check_lib_save_LIBS
19276 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ctanhl" >&5
19277 echo "${ECHO_T}$ac_cv_lib_m_ctanhl" >&6
19278 if test $ac_cv_lib_m_ctanhl = yes; then
19280 cat >>confdefs.h
<<\_ACEOF
19281 #define HAVE_CTANHL 1
19286 echo "$as_me:$LINENO: checking for truncf in -lm" >&5
19287 echo $ECHO_N "checking for truncf in -lm... $ECHO_C" >&6
19288 if test "${ac_cv_lib_m_truncf+set}" = set; then
19289 echo $ECHO_N "(cached) $ECHO_C" >&6
19291 ac_check_lib_save_LIBS
=$LIBS
19293 if test x
$gcc_no_link = xyes
; then
19294 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19295 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19296 { (exit 1); exit 1; }; }
19298 cat >conftest.
$ac_ext <<_ACEOF
19301 cat confdefs.h
>>conftest.
$ac_ext
19302 cat >>conftest.
$ac_ext <<_ACEOF
19303 /* end confdefs.h. */
19305 /* Override any gcc2 internal prototype to avoid an error. */
19309 /* We use char because int might match the return type of a gcc2
19310 builtin and then its argument prototype would still apply. */
19320 rm -f conftest.
$ac_objext conftest
$ac_exeext
19321 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19322 (eval $ac_link) 2>conftest.er1
19324 grep -v '^ *+' conftest.er1
>conftest.err
19326 cat conftest.err
>&5
19327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19328 (exit $ac_status); } &&
19329 { ac_try
='test -z "$ac_c_werror_flag" || 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_truncf
=yes
19343 echo "$as_me: failed program was:" >&5
19344 sed 's/^/| /' conftest.
$ac_ext >&5
19346 ac_cv_lib_m_truncf
=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_truncf" >&5
19353 echo "${ECHO_T}$ac_cv_lib_m_truncf" >&6
19354 if test $ac_cv_lib_m_truncf = yes; then
19356 cat >>confdefs.h
<<\_ACEOF
19357 #define HAVE_TRUNCF 1
19362 echo "$as_me:$LINENO: checking for trunc in -lm" >&5
19363 echo $ECHO_N "checking for trunc in -lm... $ECHO_C" >&6
19364 if test "${ac_cv_lib_m_trunc+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" || test ! -s conftest.err'
19406 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19407 (eval $ac_try) 2>&5
19409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19410 (exit $ac_status); }; } &&
19411 { ac_try
='test -s conftest$ac_exeext'
19412 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19413 (eval $ac_try) 2>&5
19415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19416 (exit $ac_status); }; }; then
19417 ac_cv_lib_m_trunc
=yes
19419 echo "$as_me: failed program was:" >&5
19420 sed 's/^/| /' conftest.
$ac_ext >&5
19422 ac_cv_lib_m_trunc
=no
19424 rm -f conftest.err conftest.
$ac_objext \
19425 conftest
$ac_exeext conftest.
$ac_ext
19426 LIBS
=$ac_check_lib_save_LIBS
19428 echo "$as_me:$LINENO: result: $ac_cv_lib_m_trunc" >&5
19429 echo "${ECHO_T}$ac_cv_lib_m_trunc" >&6
19430 if test $ac_cv_lib_m_trunc = yes; then
19432 cat >>confdefs.h
<<\_ACEOF
19433 #define HAVE_TRUNC 1
19438 echo "$as_me:$LINENO: checking for truncl in -lm" >&5
19439 echo $ECHO_N "checking for truncl in -lm... $ECHO_C" >&6
19440 if test "${ac_cv_lib_m_truncl+set}" = set; then
19441 echo $ECHO_N "(cached) $ECHO_C" >&6
19443 ac_check_lib_save_LIBS
=$LIBS
19445 if test x
$gcc_no_link = xyes
; then
19446 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19447 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19448 { (exit 1); exit 1; }; }
19450 cat >conftest.
$ac_ext <<_ACEOF
19453 cat confdefs.h
>>conftest.
$ac_ext
19454 cat >>conftest.
$ac_ext <<_ACEOF
19455 /* end confdefs.h. */
19457 /* Override any gcc2 internal prototype to avoid an error. */
19461 /* We use char because int might match the return type of a gcc2
19462 builtin and then its argument prototype would still apply. */
19472 rm -f conftest.
$ac_objext conftest
$ac_exeext
19473 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19474 (eval $ac_link) 2>conftest.er1
19476 grep -v '^ *+' conftest.er1
>conftest.err
19478 cat conftest.err
>&5
19479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19480 (exit $ac_status); } &&
19481 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19482 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19483 (eval $ac_try) 2>&5
19485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19486 (exit $ac_status); }; } &&
19487 { ac_try
='test -s conftest$ac_exeext'
19488 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19489 (eval $ac_try) 2>&5
19491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19492 (exit $ac_status); }; }; then
19493 ac_cv_lib_m_truncl
=yes
19495 echo "$as_me: failed program was:" >&5
19496 sed 's/^/| /' conftest.
$ac_ext >&5
19498 ac_cv_lib_m_truncl
=no
19500 rm -f conftest.err conftest.
$ac_objext \
19501 conftest
$ac_exeext conftest.
$ac_ext
19502 LIBS
=$ac_check_lib_save_LIBS
19504 echo "$as_me:$LINENO: result: $ac_cv_lib_m_truncl" >&5
19505 echo "${ECHO_T}$ac_cv_lib_m_truncl" >&6
19506 if test $ac_cv_lib_m_truncl = yes; then
19508 cat >>confdefs.h
<<\_ACEOF
19509 #define HAVE_TRUNCL 1
19514 echo "$as_me:$LINENO: checking for erff in -lm" >&5
19515 echo $ECHO_N "checking for erff in -lm... $ECHO_C" >&6
19516 if test "${ac_cv_lib_m_erff+set}" = set; then
19517 echo $ECHO_N "(cached) $ECHO_C" >&6
19519 ac_check_lib_save_LIBS
=$LIBS
19521 if test x
$gcc_no_link = xyes
; then
19522 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19523 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19524 { (exit 1); exit 1; }; }
19526 cat >conftest.
$ac_ext <<_ACEOF
19529 cat confdefs.h
>>conftest.
$ac_ext
19530 cat >>conftest.
$ac_ext <<_ACEOF
19531 /* end confdefs.h. */
19533 /* Override any gcc2 internal prototype to avoid an error. */
19537 /* We use char because int might match the return type of a gcc2
19538 builtin and then its argument prototype would still apply. */
19548 rm -f conftest.
$ac_objext conftest
$ac_exeext
19549 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19550 (eval $ac_link) 2>conftest.er1
19552 grep -v '^ *+' conftest.er1
>conftest.err
19554 cat conftest.err
>&5
19555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19556 (exit $ac_status); } &&
19557 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19558 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19559 (eval $ac_try) 2>&5
19561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19562 (exit $ac_status); }; } &&
19563 { ac_try
='test -s conftest$ac_exeext'
19564 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19565 (eval $ac_try) 2>&5
19567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19568 (exit $ac_status); }; }; then
19569 ac_cv_lib_m_erff
=yes
19571 echo "$as_me: failed program was:" >&5
19572 sed 's/^/| /' conftest.
$ac_ext >&5
19574 ac_cv_lib_m_erff
=no
19576 rm -f conftest.err conftest.
$ac_objext \
19577 conftest
$ac_exeext conftest.
$ac_ext
19578 LIBS
=$ac_check_lib_save_LIBS
19580 echo "$as_me:$LINENO: result: $ac_cv_lib_m_erff" >&5
19581 echo "${ECHO_T}$ac_cv_lib_m_erff" >&6
19582 if test $ac_cv_lib_m_erff = yes; then
19584 cat >>confdefs.h
<<\_ACEOF
19585 #define HAVE_ERFF 1
19590 echo "$as_me:$LINENO: checking for erf in -lm" >&5
19591 echo $ECHO_N "checking for erf in -lm... $ECHO_C" >&6
19592 if test "${ac_cv_lib_m_erf+set}" = set; then
19593 echo $ECHO_N "(cached) $ECHO_C" >&6
19595 ac_check_lib_save_LIBS
=$LIBS
19597 if test x
$gcc_no_link = xyes
; then
19598 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19599 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19600 { (exit 1); exit 1; }; }
19602 cat >conftest.
$ac_ext <<_ACEOF
19605 cat confdefs.h
>>conftest.
$ac_ext
19606 cat >>conftest.
$ac_ext <<_ACEOF
19607 /* end confdefs.h. */
19609 /* Override any gcc2 internal prototype to avoid an error. */
19613 /* We use char because int might match the return type of a gcc2
19614 builtin and then its argument prototype would still apply. */
19624 rm -f conftest.
$ac_objext conftest
$ac_exeext
19625 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19626 (eval $ac_link) 2>conftest.er1
19628 grep -v '^ *+' conftest.er1
>conftest.err
19630 cat conftest.err
>&5
19631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19632 (exit $ac_status); } &&
19633 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19634 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19635 (eval $ac_try) 2>&5
19637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19638 (exit $ac_status); }; } &&
19639 { ac_try
='test -s conftest$ac_exeext'
19640 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19641 (eval $ac_try) 2>&5
19643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19644 (exit $ac_status); }; }; then
19645 ac_cv_lib_m_erf
=yes
19647 echo "$as_me: failed program was:" >&5
19648 sed 's/^/| /' conftest.
$ac_ext >&5
19652 rm -f conftest.err conftest.
$ac_objext \
19653 conftest
$ac_exeext conftest.
$ac_ext
19654 LIBS
=$ac_check_lib_save_LIBS
19656 echo "$as_me:$LINENO: result: $ac_cv_lib_m_erf" >&5
19657 echo "${ECHO_T}$ac_cv_lib_m_erf" >&6
19658 if test $ac_cv_lib_m_erf = yes; then
19660 cat >>confdefs.h
<<\_ACEOF
19666 echo "$as_me:$LINENO: checking for erfl in -lm" >&5
19667 echo $ECHO_N "checking for erfl in -lm... $ECHO_C" >&6
19668 if test "${ac_cv_lib_m_erfl+set}" = set; then
19669 echo $ECHO_N "(cached) $ECHO_C" >&6
19671 ac_check_lib_save_LIBS
=$LIBS
19673 if test x
$gcc_no_link = xyes
; then
19674 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19675 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19676 { (exit 1); exit 1; }; }
19678 cat >conftest.
$ac_ext <<_ACEOF
19681 cat confdefs.h
>>conftest.
$ac_ext
19682 cat >>conftest.
$ac_ext <<_ACEOF
19683 /* end confdefs.h. */
19685 /* Override any gcc2 internal prototype to avoid an error. */
19689 /* We use char because int might match the return type of a gcc2
19690 builtin and then its argument prototype would still apply. */
19700 rm -f conftest.
$ac_objext conftest
$ac_exeext
19701 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19702 (eval $ac_link) 2>conftest.er1
19704 grep -v '^ *+' conftest.er1
>conftest.err
19706 cat conftest.err
>&5
19707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19708 (exit $ac_status); } &&
19709 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19710 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19711 (eval $ac_try) 2>&5
19713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19714 (exit $ac_status); }; } &&
19715 { ac_try
='test -s conftest$ac_exeext'
19716 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19717 (eval $ac_try) 2>&5
19719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19720 (exit $ac_status); }; }; then
19721 ac_cv_lib_m_erfl
=yes
19723 echo "$as_me: failed program was:" >&5
19724 sed 's/^/| /' conftest.
$ac_ext >&5
19726 ac_cv_lib_m_erfl
=no
19728 rm -f conftest.err conftest.
$ac_objext \
19729 conftest
$ac_exeext conftest.
$ac_ext
19730 LIBS
=$ac_check_lib_save_LIBS
19732 echo "$as_me:$LINENO: result: $ac_cv_lib_m_erfl" >&5
19733 echo "${ECHO_T}$ac_cv_lib_m_erfl" >&6
19734 if test $ac_cv_lib_m_erfl = yes; then
19736 cat >>confdefs.h
<<\_ACEOF
19737 #define HAVE_ERFL 1
19742 echo "$as_me:$LINENO: checking for erfcf in -lm" >&5
19743 echo $ECHO_N "checking for erfcf in -lm... $ECHO_C" >&6
19744 if test "${ac_cv_lib_m_erfcf+set}" = set; then
19745 echo $ECHO_N "(cached) $ECHO_C" >&6
19747 ac_check_lib_save_LIBS
=$LIBS
19749 if test x
$gcc_no_link = xyes
; then
19750 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19751 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19752 { (exit 1); exit 1; }; }
19754 cat >conftest.
$ac_ext <<_ACEOF
19757 cat confdefs.h
>>conftest.
$ac_ext
19758 cat >>conftest.
$ac_ext <<_ACEOF
19759 /* end confdefs.h. */
19761 /* Override any gcc2 internal prototype to avoid an error. */
19765 /* We use char because int might match the return type of a gcc2
19766 builtin and then its argument prototype would still apply. */
19776 rm -f conftest.
$ac_objext conftest
$ac_exeext
19777 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19778 (eval $ac_link) 2>conftest.er1
19780 grep -v '^ *+' conftest.er1
>conftest.err
19782 cat conftest.err
>&5
19783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19784 (exit $ac_status); } &&
19785 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19787 (eval $ac_try) 2>&5
19789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19790 (exit $ac_status); }; } &&
19791 { ac_try
='test -s conftest$ac_exeext'
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); }; }; then
19797 ac_cv_lib_m_erfcf
=yes
19799 echo "$as_me: failed program was:" >&5
19800 sed 's/^/| /' conftest.
$ac_ext >&5
19802 ac_cv_lib_m_erfcf
=no
19804 rm -f conftest.err conftest.
$ac_objext \
19805 conftest
$ac_exeext conftest.
$ac_ext
19806 LIBS
=$ac_check_lib_save_LIBS
19808 echo "$as_me:$LINENO: result: $ac_cv_lib_m_erfcf" >&5
19809 echo "${ECHO_T}$ac_cv_lib_m_erfcf" >&6
19810 if test $ac_cv_lib_m_erfcf = yes; then
19812 cat >>confdefs.h
<<\_ACEOF
19813 #define HAVE_ERFCF 1
19818 echo "$as_me:$LINENO: checking for erfc in -lm" >&5
19819 echo $ECHO_N "checking for erfc in -lm... $ECHO_C" >&6
19820 if test "${ac_cv_lib_m_erfc+set}" = set; then
19821 echo $ECHO_N "(cached) $ECHO_C" >&6
19823 ac_check_lib_save_LIBS
=$LIBS
19825 if test x
$gcc_no_link = xyes
; then
19826 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19827 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19828 { (exit 1); exit 1; }; }
19830 cat >conftest.
$ac_ext <<_ACEOF
19833 cat confdefs.h
>>conftest.
$ac_ext
19834 cat >>conftest.
$ac_ext <<_ACEOF
19835 /* end confdefs.h. */
19837 /* Override any gcc2 internal prototype to avoid an error. */
19841 /* We use char because int might match the return type of a gcc2
19842 builtin and then its argument prototype would still apply. */
19852 rm -f conftest.
$ac_objext conftest
$ac_exeext
19853 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19854 (eval $ac_link) 2>conftest.er1
19856 grep -v '^ *+' conftest.er1
>conftest.err
19858 cat conftest.err
>&5
19859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19860 (exit $ac_status); } &&
19861 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19862 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19863 (eval $ac_try) 2>&5
19865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19866 (exit $ac_status); }; } &&
19867 { ac_try
='test -s conftest$ac_exeext'
19868 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19869 (eval $ac_try) 2>&5
19871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19872 (exit $ac_status); }; }; then
19873 ac_cv_lib_m_erfc
=yes
19875 echo "$as_me: failed program was:" >&5
19876 sed 's/^/| /' conftest.
$ac_ext >&5
19878 ac_cv_lib_m_erfc
=no
19880 rm -f conftest.err conftest.
$ac_objext \
19881 conftest
$ac_exeext conftest.
$ac_ext
19882 LIBS
=$ac_check_lib_save_LIBS
19884 echo "$as_me:$LINENO: result: $ac_cv_lib_m_erfc" >&5
19885 echo "${ECHO_T}$ac_cv_lib_m_erfc" >&6
19886 if test $ac_cv_lib_m_erfc = yes; then
19888 cat >>confdefs.h
<<\_ACEOF
19889 #define HAVE_ERFC 1
19894 echo "$as_me:$LINENO: checking for erfcl in -lm" >&5
19895 echo $ECHO_N "checking for erfcl in -lm... $ECHO_C" >&6
19896 if test "${ac_cv_lib_m_erfcl+set}" = set; then
19897 echo $ECHO_N "(cached) $ECHO_C" >&6
19899 ac_check_lib_save_LIBS
=$LIBS
19901 if test x
$gcc_no_link = xyes
; then
19902 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19903 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19904 { (exit 1); exit 1; }; }
19906 cat >conftest.
$ac_ext <<_ACEOF
19909 cat confdefs.h
>>conftest.
$ac_ext
19910 cat >>conftest.
$ac_ext <<_ACEOF
19911 /* end confdefs.h. */
19913 /* Override any gcc2 internal prototype to avoid an error. */
19917 /* We use char because int might match the return type of a gcc2
19918 builtin and then its argument prototype would still apply. */
19928 rm -f conftest.
$ac_objext conftest
$ac_exeext
19929 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19930 (eval $ac_link) 2>conftest.er1
19932 grep -v '^ *+' conftest.er1
>conftest.err
19934 cat conftest.err
>&5
19935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19936 (exit $ac_status); } &&
19937 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
19938 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19939 (eval $ac_try) 2>&5
19941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19942 (exit $ac_status); }; } &&
19943 { ac_try
='test -s conftest$ac_exeext'
19944 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19945 (eval $ac_try) 2>&5
19947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19948 (exit $ac_status); }; }; then
19949 ac_cv_lib_m_erfcl
=yes
19951 echo "$as_me: failed program was:" >&5
19952 sed 's/^/| /' conftest.
$ac_ext >&5
19954 ac_cv_lib_m_erfcl
=no
19956 rm -f conftest.err conftest.
$ac_objext \
19957 conftest
$ac_exeext conftest.
$ac_ext
19958 LIBS
=$ac_check_lib_save_LIBS
19960 echo "$as_me:$LINENO: result: $ac_cv_lib_m_erfcl" >&5
19961 echo "${ECHO_T}$ac_cv_lib_m_erfcl" >&6
19962 if test $ac_cv_lib_m_erfcl = yes; then
19964 cat >>confdefs.h
<<\_ACEOF
19965 #define HAVE_ERFCL 1
19970 echo "$as_me:$LINENO: checking for j0f in -lm" >&5
19971 echo $ECHO_N "checking for j0f in -lm... $ECHO_C" >&6
19972 if test "${ac_cv_lib_m_j0f+set}" = set; then
19973 echo $ECHO_N "(cached) $ECHO_C" >&6
19975 ac_check_lib_save_LIBS
=$LIBS
19977 if test x
$gcc_no_link = xyes
; then
19978 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19979 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19980 { (exit 1); exit 1; }; }
19982 cat >conftest.
$ac_ext <<_ACEOF
19985 cat confdefs.h
>>conftest.
$ac_ext
19986 cat >>conftest.
$ac_ext <<_ACEOF
19987 /* end confdefs.h. */
19989 /* Override any gcc2 internal prototype to avoid an error. */
19993 /* We use char because int might match the return type of a gcc2
19994 builtin and then its argument prototype would still apply. */
20004 rm -f conftest.
$ac_objext conftest
$ac_exeext
20005 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20006 (eval $ac_link) 2>conftest.er1
20008 grep -v '^ *+' conftest.er1
>conftest.err
20010 cat conftest.err
>&5
20011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20012 (exit $ac_status); } &&
20013 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20014 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20015 (eval $ac_try) 2>&5
20017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20018 (exit $ac_status); }; } &&
20019 { ac_try
='test -s conftest$ac_exeext'
20020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20021 (eval $ac_try) 2>&5
20023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20024 (exit $ac_status); }; }; then
20025 ac_cv_lib_m_j0f
=yes
20027 echo "$as_me: failed program was:" >&5
20028 sed 's/^/| /' conftest.
$ac_ext >&5
20032 rm -f conftest.err conftest.
$ac_objext \
20033 conftest
$ac_exeext conftest.
$ac_ext
20034 LIBS
=$ac_check_lib_save_LIBS
20036 echo "$as_me:$LINENO: result: $ac_cv_lib_m_j0f" >&5
20037 echo "${ECHO_T}$ac_cv_lib_m_j0f" >&6
20038 if test $ac_cv_lib_m_j0f = yes; then
20040 cat >>confdefs.h
<<\_ACEOF
20046 echo "$as_me:$LINENO: checking for j0 in -lm" >&5
20047 echo $ECHO_N "checking for j0 in -lm... $ECHO_C" >&6
20048 if test "${ac_cv_lib_m_j0+set}" = set; then
20049 echo $ECHO_N "(cached) $ECHO_C" >&6
20051 ac_check_lib_save_LIBS
=$LIBS
20053 if test x
$gcc_no_link = xyes
; then
20054 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20055 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20056 { (exit 1); exit 1; }; }
20058 cat >conftest.
$ac_ext <<_ACEOF
20061 cat confdefs.h
>>conftest.
$ac_ext
20062 cat >>conftest.
$ac_ext <<_ACEOF
20063 /* end confdefs.h. */
20065 /* Override any gcc2 internal prototype to avoid an error. */
20069 /* We use char because int might match the return type of a gcc2
20070 builtin and then its argument prototype would still apply. */
20080 rm -f conftest.
$ac_objext conftest
$ac_exeext
20081 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20082 (eval $ac_link) 2>conftest.er1
20084 grep -v '^ *+' conftest.er1
>conftest.err
20086 cat conftest.err
>&5
20087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20088 (exit $ac_status); } &&
20089 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20090 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20091 (eval $ac_try) 2>&5
20093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20094 (exit $ac_status); }; } &&
20095 { ac_try
='test -s conftest$ac_exeext'
20096 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20097 (eval $ac_try) 2>&5
20099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20100 (exit $ac_status); }; }; then
20103 echo "$as_me: failed program was:" >&5
20104 sed 's/^/| /' conftest.
$ac_ext >&5
20108 rm -f conftest.err conftest.
$ac_objext \
20109 conftest
$ac_exeext conftest.
$ac_ext
20110 LIBS
=$ac_check_lib_save_LIBS
20112 echo "$as_me:$LINENO: result: $ac_cv_lib_m_j0" >&5
20113 echo "${ECHO_T}$ac_cv_lib_m_j0" >&6
20114 if test $ac_cv_lib_m_j0 = yes; then
20116 cat >>confdefs.h
<<\_ACEOF
20122 echo "$as_me:$LINENO: checking for j0l in -lm" >&5
20123 echo $ECHO_N "checking for j0l in -lm... $ECHO_C" >&6
20124 if test "${ac_cv_lib_m_j0l+set}" = set; then
20125 echo $ECHO_N "(cached) $ECHO_C" >&6
20127 ac_check_lib_save_LIBS
=$LIBS
20129 if test x
$gcc_no_link = xyes
; then
20130 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20131 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20132 { (exit 1); exit 1; }; }
20134 cat >conftest.
$ac_ext <<_ACEOF
20137 cat confdefs.h
>>conftest.
$ac_ext
20138 cat >>conftest.
$ac_ext <<_ACEOF
20139 /* end confdefs.h. */
20141 /* Override any gcc2 internal prototype to avoid an error. */
20145 /* We use char because int might match the return type of a gcc2
20146 builtin and then its argument prototype would still apply. */
20156 rm -f conftest.
$ac_objext conftest
$ac_exeext
20157 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20158 (eval $ac_link) 2>conftest.er1
20160 grep -v '^ *+' conftest.er1
>conftest.err
20162 cat conftest.err
>&5
20163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20164 (exit $ac_status); } &&
20165 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20166 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20167 (eval $ac_try) 2>&5
20169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20170 (exit $ac_status); }; } &&
20171 { ac_try
='test -s conftest$ac_exeext'
20172 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20173 (eval $ac_try) 2>&5
20175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20176 (exit $ac_status); }; }; then
20177 ac_cv_lib_m_j0l
=yes
20179 echo "$as_me: failed program was:" >&5
20180 sed 's/^/| /' conftest.
$ac_ext >&5
20184 rm -f conftest.err conftest.
$ac_objext \
20185 conftest
$ac_exeext conftest.
$ac_ext
20186 LIBS
=$ac_check_lib_save_LIBS
20188 echo "$as_me:$LINENO: result: $ac_cv_lib_m_j0l" >&5
20189 echo "${ECHO_T}$ac_cv_lib_m_j0l" >&6
20190 if test $ac_cv_lib_m_j0l = yes; then
20192 cat >>confdefs.h
<<\_ACEOF
20198 echo "$as_me:$LINENO: checking for j1f in -lm" >&5
20199 echo $ECHO_N "checking for j1f in -lm... $ECHO_C" >&6
20200 if test "${ac_cv_lib_m_j1f+set}" = set; then
20201 echo $ECHO_N "(cached) $ECHO_C" >&6
20203 ac_check_lib_save_LIBS
=$LIBS
20205 if test x
$gcc_no_link = xyes
; then
20206 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20207 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20208 { (exit 1); exit 1; }; }
20210 cat >conftest.
$ac_ext <<_ACEOF
20213 cat confdefs.h
>>conftest.
$ac_ext
20214 cat >>conftest.
$ac_ext <<_ACEOF
20215 /* end confdefs.h. */
20217 /* Override any gcc2 internal prototype to avoid an error. */
20221 /* We use char because int might match the return type of a gcc2
20222 builtin and then its argument prototype would still apply. */
20232 rm -f conftest.
$ac_objext conftest
$ac_exeext
20233 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20234 (eval $ac_link) 2>conftest.er1
20236 grep -v '^ *+' conftest.er1
>conftest.err
20238 cat conftest.err
>&5
20239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20240 (exit $ac_status); } &&
20241 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20242 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20243 (eval $ac_try) 2>&5
20245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20246 (exit $ac_status); }; } &&
20247 { ac_try
='test -s conftest$ac_exeext'
20248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20249 (eval $ac_try) 2>&5
20251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20252 (exit $ac_status); }; }; then
20253 ac_cv_lib_m_j1f
=yes
20255 echo "$as_me: failed program was:" >&5
20256 sed 's/^/| /' conftest.
$ac_ext >&5
20260 rm -f conftest.err conftest.
$ac_objext \
20261 conftest
$ac_exeext conftest.
$ac_ext
20262 LIBS
=$ac_check_lib_save_LIBS
20264 echo "$as_me:$LINENO: result: $ac_cv_lib_m_j1f" >&5
20265 echo "${ECHO_T}$ac_cv_lib_m_j1f" >&6
20266 if test $ac_cv_lib_m_j1f = yes; then
20268 cat >>confdefs.h
<<\_ACEOF
20274 echo "$as_me:$LINENO: checking for j1 in -lm" >&5
20275 echo $ECHO_N "checking for j1 in -lm... $ECHO_C" >&6
20276 if test "${ac_cv_lib_m_j1+set}" = set; then
20277 echo $ECHO_N "(cached) $ECHO_C" >&6
20279 ac_check_lib_save_LIBS
=$LIBS
20281 if test x
$gcc_no_link = xyes
; then
20282 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20283 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20284 { (exit 1); exit 1; }; }
20286 cat >conftest.
$ac_ext <<_ACEOF
20289 cat confdefs.h
>>conftest.
$ac_ext
20290 cat >>conftest.
$ac_ext <<_ACEOF
20291 /* end confdefs.h. */
20293 /* Override any gcc2 internal prototype to avoid an error. */
20297 /* We use char because int might match the return type of a gcc2
20298 builtin and then its argument prototype would still apply. */
20308 rm -f conftest.
$ac_objext conftest
$ac_exeext
20309 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20310 (eval $ac_link) 2>conftest.er1
20312 grep -v '^ *+' conftest.er1
>conftest.err
20314 cat conftest.err
>&5
20315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20316 (exit $ac_status); } &&
20317 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20318 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20319 (eval $ac_try) 2>&5
20321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20322 (exit $ac_status); }; } &&
20323 { ac_try
='test -s conftest$ac_exeext'
20324 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20325 (eval $ac_try) 2>&5
20327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20328 (exit $ac_status); }; }; then
20331 echo "$as_me: failed program was:" >&5
20332 sed 's/^/| /' conftest.
$ac_ext >&5
20336 rm -f conftest.err conftest.
$ac_objext \
20337 conftest
$ac_exeext conftest.
$ac_ext
20338 LIBS
=$ac_check_lib_save_LIBS
20340 echo "$as_me:$LINENO: result: $ac_cv_lib_m_j1" >&5
20341 echo "${ECHO_T}$ac_cv_lib_m_j1" >&6
20342 if test $ac_cv_lib_m_j1 = yes; then
20344 cat >>confdefs.h
<<\_ACEOF
20350 echo "$as_me:$LINENO: checking for j1l in -lm" >&5
20351 echo $ECHO_N "checking for j1l in -lm... $ECHO_C" >&6
20352 if test "${ac_cv_lib_m_j1l+set}" = set; then
20353 echo $ECHO_N "(cached) $ECHO_C" >&6
20355 ac_check_lib_save_LIBS
=$LIBS
20357 if test x
$gcc_no_link = xyes
; then
20358 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20359 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20360 { (exit 1); exit 1; }; }
20362 cat >conftest.
$ac_ext <<_ACEOF
20365 cat confdefs.h
>>conftest.
$ac_ext
20366 cat >>conftest.
$ac_ext <<_ACEOF
20367 /* end confdefs.h. */
20369 /* Override any gcc2 internal prototype to avoid an error. */
20373 /* We use char because int might match the return type of a gcc2
20374 builtin and then its argument prototype would still apply. */
20384 rm -f conftest.
$ac_objext conftest
$ac_exeext
20385 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20386 (eval $ac_link) 2>conftest.er1
20388 grep -v '^ *+' conftest.er1
>conftest.err
20390 cat conftest.err
>&5
20391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20392 (exit $ac_status); } &&
20393 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20394 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20395 (eval $ac_try) 2>&5
20397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20398 (exit $ac_status); }; } &&
20399 { ac_try
='test -s conftest$ac_exeext'
20400 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20401 (eval $ac_try) 2>&5
20403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20404 (exit $ac_status); }; }; then
20405 ac_cv_lib_m_j1l
=yes
20407 echo "$as_me: failed program was:" >&5
20408 sed 's/^/| /' conftest.
$ac_ext >&5
20412 rm -f conftest.err conftest.
$ac_objext \
20413 conftest
$ac_exeext conftest.
$ac_ext
20414 LIBS
=$ac_check_lib_save_LIBS
20416 echo "$as_me:$LINENO: result: $ac_cv_lib_m_j1l" >&5
20417 echo "${ECHO_T}$ac_cv_lib_m_j1l" >&6
20418 if test $ac_cv_lib_m_j1l = yes; then
20420 cat >>confdefs.h
<<\_ACEOF
20426 echo "$as_me:$LINENO: checking for jnf in -lm" >&5
20427 echo $ECHO_N "checking for jnf in -lm... $ECHO_C" >&6
20428 if test "${ac_cv_lib_m_jnf+set}" = set; then
20429 echo $ECHO_N "(cached) $ECHO_C" >&6
20431 ac_check_lib_save_LIBS
=$LIBS
20433 if test x
$gcc_no_link = xyes
; then
20434 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20435 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20436 { (exit 1); exit 1; }; }
20438 cat >conftest.
$ac_ext <<_ACEOF
20441 cat confdefs.h
>>conftest.
$ac_ext
20442 cat >>conftest.
$ac_ext <<_ACEOF
20443 /* end confdefs.h. */
20445 /* Override any gcc2 internal prototype to avoid an error. */
20449 /* We use char because int might match the return type of a gcc2
20450 builtin and then its argument prototype would still apply. */
20460 rm -f conftest.
$ac_objext conftest
$ac_exeext
20461 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20462 (eval $ac_link) 2>conftest.er1
20464 grep -v '^ *+' conftest.er1
>conftest.err
20466 cat conftest.err
>&5
20467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20468 (exit $ac_status); } &&
20469 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20470 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20471 (eval $ac_try) 2>&5
20473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20474 (exit $ac_status); }; } &&
20475 { ac_try
='test -s conftest$ac_exeext'
20476 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20477 (eval $ac_try) 2>&5
20479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20480 (exit $ac_status); }; }; then
20481 ac_cv_lib_m_jnf
=yes
20483 echo "$as_me: failed program was:" >&5
20484 sed 's/^/| /' conftest.
$ac_ext >&5
20488 rm -f conftest.err conftest.
$ac_objext \
20489 conftest
$ac_exeext conftest.
$ac_ext
20490 LIBS
=$ac_check_lib_save_LIBS
20492 echo "$as_me:$LINENO: result: $ac_cv_lib_m_jnf" >&5
20493 echo "${ECHO_T}$ac_cv_lib_m_jnf" >&6
20494 if test $ac_cv_lib_m_jnf = yes; then
20496 cat >>confdefs.h
<<\_ACEOF
20502 echo "$as_me:$LINENO: checking for jn in -lm" >&5
20503 echo $ECHO_N "checking for jn in -lm... $ECHO_C" >&6
20504 if test "${ac_cv_lib_m_jn+set}" = set; then
20505 echo $ECHO_N "(cached) $ECHO_C" >&6
20507 ac_check_lib_save_LIBS
=$LIBS
20509 if test x
$gcc_no_link = xyes
; then
20510 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20511 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20512 { (exit 1); exit 1; }; }
20514 cat >conftest.
$ac_ext <<_ACEOF
20517 cat confdefs.h
>>conftest.
$ac_ext
20518 cat >>conftest.
$ac_ext <<_ACEOF
20519 /* end confdefs.h. */
20521 /* Override any gcc2 internal prototype to avoid an error. */
20525 /* We use char because int might match the return type of a gcc2
20526 builtin and then its argument prototype would still apply. */
20536 rm -f conftest.
$ac_objext conftest
$ac_exeext
20537 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20538 (eval $ac_link) 2>conftest.er1
20540 grep -v '^ *+' conftest.er1
>conftest.err
20542 cat conftest.err
>&5
20543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20544 (exit $ac_status); } &&
20545 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20546 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20547 (eval $ac_try) 2>&5
20549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20550 (exit $ac_status); }; } &&
20551 { ac_try
='test -s conftest$ac_exeext'
20552 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20553 (eval $ac_try) 2>&5
20555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20556 (exit $ac_status); }; }; then
20559 echo "$as_me: failed program was:" >&5
20560 sed 's/^/| /' conftest.
$ac_ext >&5
20564 rm -f conftest.err conftest.
$ac_objext \
20565 conftest
$ac_exeext conftest.
$ac_ext
20566 LIBS
=$ac_check_lib_save_LIBS
20568 echo "$as_me:$LINENO: result: $ac_cv_lib_m_jn" >&5
20569 echo "${ECHO_T}$ac_cv_lib_m_jn" >&6
20570 if test $ac_cv_lib_m_jn = yes; then
20572 cat >>confdefs.h
<<\_ACEOF
20578 echo "$as_me:$LINENO: checking for jnl in -lm" >&5
20579 echo $ECHO_N "checking for jnl in -lm... $ECHO_C" >&6
20580 if test "${ac_cv_lib_m_jnl+set}" = set; then
20581 echo $ECHO_N "(cached) $ECHO_C" >&6
20583 ac_check_lib_save_LIBS
=$LIBS
20585 if test x
$gcc_no_link = xyes
; then
20586 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20587 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20588 { (exit 1); exit 1; }; }
20590 cat >conftest.
$ac_ext <<_ACEOF
20593 cat confdefs.h
>>conftest.
$ac_ext
20594 cat >>conftest.
$ac_ext <<_ACEOF
20595 /* end confdefs.h. */
20597 /* Override any gcc2 internal prototype to avoid an error. */
20601 /* We use char because int might match the return type of a gcc2
20602 builtin and then its argument prototype would still apply. */
20612 rm -f conftest.
$ac_objext conftest
$ac_exeext
20613 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20614 (eval $ac_link) 2>conftest.er1
20616 grep -v '^ *+' conftest.er1
>conftest.err
20618 cat conftest.err
>&5
20619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20620 (exit $ac_status); } &&
20621 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20622 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20623 (eval $ac_try) 2>&5
20625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20626 (exit $ac_status); }; } &&
20627 { ac_try
='test -s conftest$ac_exeext'
20628 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20629 (eval $ac_try) 2>&5
20631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20632 (exit $ac_status); }; }; then
20633 ac_cv_lib_m_jnl
=yes
20635 echo "$as_me: failed program was:" >&5
20636 sed 's/^/| /' conftest.
$ac_ext >&5
20640 rm -f conftest.err conftest.
$ac_objext \
20641 conftest
$ac_exeext conftest.
$ac_ext
20642 LIBS
=$ac_check_lib_save_LIBS
20644 echo "$as_me:$LINENO: result: $ac_cv_lib_m_jnl" >&5
20645 echo "${ECHO_T}$ac_cv_lib_m_jnl" >&6
20646 if test $ac_cv_lib_m_jnl = yes; then
20648 cat >>confdefs.h
<<\_ACEOF
20654 echo "$as_me:$LINENO: checking for y0f in -lm" >&5
20655 echo $ECHO_N "checking for y0f in -lm... $ECHO_C" >&6
20656 if test "${ac_cv_lib_m_y0f+set}" = set; then
20657 echo $ECHO_N "(cached) $ECHO_C" >&6
20659 ac_check_lib_save_LIBS
=$LIBS
20661 if test x
$gcc_no_link = xyes
; then
20662 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20663 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20664 { (exit 1); exit 1; }; }
20666 cat >conftest.
$ac_ext <<_ACEOF
20669 cat confdefs.h
>>conftest.
$ac_ext
20670 cat >>conftest.
$ac_ext <<_ACEOF
20671 /* end confdefs.h. */
20673 /* Override any gcc2 internal prototype to avoid an error. */
20677 /* We use char because int might match the return type of a gcc2
20678 builtin and then its argument prototype would still apply. */
20688 rm -f conftest.
$ac_objext conftest
$ac_exeext
20689 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20690 (eval $ac_link) 2>conftest.er1
20692 grep -v '^ *+' conftest.er1
>conftest.err
20694 cat conftest.err
>&5
20695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20696 (exit $ac_status); } &&
20697 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20698 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20699 (eval $ac_try) 2>&5
20701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20702 (exit $ac_status); }; } &&
20703 { ac_try
='test -s conftest$ac_exeext'
20704 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20705 (eval $ac_try) 2>&5
20707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20708 (exit $ac_status); }; }; then
20709 ac_cv_lib_m_y0f
=yes
20711 echo "$as_me: failed program was:" >&5
20712 sed 's/^/| /' conftest.
$ac_ext >&5
20716 rm -f conftest.err conftest.
$ac_objext \
20717 conftest
$ac_exeext conftest.
$ac_ext
20718 LIBS
=$ac_check_lib_save_LIBS
20720 echo "$as_me:$LINENO: result: $ac_cv_lib_m_y0f" >&5
20721 echo "${ECHO_T}$ac_cv_lib_m_y0f" >&6
20722 if test $ac_cv_lib_m_y0f = yes; then
20724 cat >>confdefs.h
<<\_ACEOF
20730 echo "$as_me:$LINENO: checking for y0 in -lm" >&5
20731 echo $ECHO_N "checking for y0 in -lm... $ECHO_C" >&6
20732 if test "${ac_cv_lib_m_y0+set}" = set; then
20733 echo $ECHO_N "(cached) $ECHO_C" >&6
20735 ac_check_lib_save_LIBS
=$LIBS
20737 if test x
$gcc_no_link = xyes
; then
20738 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20739 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20740 { (exit 1); exit 1; }; }
20742 cat >conftest.
$ac_ext <<_ACEOF
20745 cat confdefs.h
>>conftest.
$ac_ext
20746 cat >>conftest.
$ac_ext <<_ACEOF
20747 /* end confdefs.h. */
20749 /* Override any gcc2 internal prototype to avoid an error. */
20753 /* We use char because int might match the return type of a gcc2
20754 builtin and then its argument prototype would still apply. */
20764 rm -f conftest.
$ac_objext conftest
$ac_exeext
20765 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20766 (eval $ac_link) 2>conftest.er1
20768 grep -v '^ *+' conftest.er1
>conftest.err
20770 cat conftest.err
>&5
20771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20772 (exit $ac_status); } &&
20773 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20774 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20775 (eval $ac_try) 2>&5
20777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20778 (exit $ac_status); }; } &&
20779 { ac_try
='test -s conftest$ac_exeext'
20780 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20781 (eval $ac_try) 2>&5
20783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20784 (exit $ac_status); }; }; then
20787 echo "$as_me: failed program was:" >&5
20788 sed 's/^/| /' conftest.
$ac_ext >&5
20792 rm -f conftest.err conftest.
$ac_objext \
20793 conftest
$ac_exeext conftest.
$ac_ext
20794 LIBS
=$ac_check_lib_save_LIBS
20796 echo "$as_me:$LINENO: result: $ac_cv_lib_m_y0" >&5
20797 echo "${ECHO_T}$ac_cv_lib_m_y0" >&6
20798 if test $ac_cv_lib_m_y0 = yes; then
20800 cat >>confdefs.h
<<\_ACEOF
20806 echo "$as_me:$LINENO: checking for y0l in -lm" >&5
20807 echo $ECHO_N "checking for y0l in -lm... $ECHO_C" >&6
20808 if test "${ac_cv_lib_m_y0l+set}" = set; then
20809 echo $ECHO_N "(cached) $ECHO_C" >&6
20811 ac_check_lib_save_LIBS
=$LIBS
20813 if test x
$gcc_no_link = xyes
; then
20814 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20815 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20816 { (exit 1); exit 1; }; }
20818 cat >conftest.
$ac_ext <<_ACEOF
20821 cat confdefs.h
>>conftest.
$ac_ext
20822 cat >>conftest.
$ac_ext <<_ACEOF
20823 /* end confdefs.h. */
20825 /* Override any gcc2 internal prototype to avoid an error. */
20829 /* We use char because int might match the return type of a gcc2
20830 builtin and then its argument prototype would still apply. */
20840 rm -f conftest.
$ac_objext conftest
$ac_exeext
20841 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20842 (eval $ac_link) 2>conftest.er1
20844 grep -v '^ *+' conftest.er1
>conftest.err
20846 cat conftest.err
>&5
20847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20848 (exit $ac_status); } &&
20849 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20851 (eval $ac_try) 2>&5
20853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20854 (exit $ac_status); }; } &&
20855 { ac_try
='test -s conftest$ac_exeext'
20856 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20857 (eval $ac_try) 2>&5
20859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20860 (exit $ac_status); }; }; then
20861 ac_cv_lib_m_y0l
=yes
20863 echo "$as_me: failed program was:" >&5
20864 sed 's/^/| /' conftest.
$ac_ext >&5
20868 rm -f conftest.err conftest.
$ac_objext \
20869 conftest
$ac_exeext conftest.
$ac_ext
20870 LIBS
=$ac_check_lib_save_LIBS
20872 echo "$as_me:$LINENO: result: $ac_cv_lib_m_y0l" >&5
20873 echo "${ECHO_T}$ac_cv_lib_m_y0l" >&6
20874 if test $ac_cv_lib_m_y0l = yes; then
20876 cat >>confdefs.h
<<\_ACEOF
20882 echo "$as_me:$LINENO: checking for y1f in -lm" >&5
20883 echo $ECHO_N "checking for y1f in -lm... $ECHO_C" >&6
20884 if test "${ac_cv_lib_m_y1f+set}" = set; then
20885 echo $ECHO_N "(cached) $ECHO_C" >&6
20887 ac_check_lib_save_LIBS
=$LIBS
20889 if test x
$gcc_no_link = xyes
; then
20890 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20891 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20892 { (exit 1); exit 1; }; }
20894 cat >conftest.
$ac_ext <<_ACEOF
20897 cat confdefs.h
>>conftest.
$ac_ext
20898 cat >>conftest.
$ac_ext <<_ACEOF
20899 /* end confdefs.h. */
20901 /* Override any gcc2 internal prototype to avoid an error. */
20905 /* We use char because int might match the return type of a gcc2
20906 builtin and then its argument prototype would still apply. */
20916 rm -f conftest.
$ac_objext conftest
$ac_exeext
20917 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20918 (eval $ac_link) 2>conftest.er1
20920 grep -v '^ *+' conftest.er1
>conftest.err
20922 cat conftest.err
>&5
20923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20924 (exit $ac_status); } &&
20925 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
20926 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20927 (eval $ac_try) 2>&5
20929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20930 (exit $ac_status); }; } &&
20931 { ac_try
='test -s conftest$ac_exeext'
20932 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20933 (eval $ac_try) 2>&5
20935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20936 (exit $ac_status); }; }; then
20937 ac_cv_lib_m_y1f
=yes
20939 echo "$as_me: failed program was:" >&5
20940 sed 's/^/| /' conftest.
$ac_ext >&5
20944 rm -f conftest.err conftest.
$ac_objext \
20945 conftest
$ac_exeext conftest.
$ac_ext
20946 LIBS
=$ac_check_lib_save_LIBS
20948 echo "$as_me:$LINENO: result: $ac_cv_lib_m_y1f" >&5
20949 echo "${ECHO_T}$ac_cv_lib_m_y1f" >&6
20950 if test $ac_cv_lib_m_y1f = yes; then
20952 cat >>confdefs.h
<<\_ACEOF
20958 echo "$as_me:$LINENO: checking for y1 in -lm" >&5
20959 echo $ECHO_N "checking for y1 in -lm... $ECHO_C" >&6
20960 if test "${ac_cv_lib_m_y1+set}" = set; then
20961 echo $ECHO_N "(cached) $ECHO_C" >&6
20963 ac_check_lib_save_LIBS
=$LIBS
20965 if test x
$gcc_no_link = xyes
; then
20966 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20967 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20968 { (exit 1); exit 1; }; }
20970 cat >conftest.
$ac_ext <<_ACEOF
20973 cat confdefs.h
>>conftest.
$ac_ext
20974 cat >>conftest.
$ac_ext <<_ACEOF
20975 /* end confdefs.h. */
20977 /* Override any gcc2 internal prototype to avoid an error. */
20981 /* We use char because int might match the return type of a gcc2
20982 builtin and then its argument prototype would still apply. */
20992 rm -f conftest.
$ac_objext conftest
$ac_exeext
20993 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20994 (eval $ac_link) 2>conftest.er1
20996 grep -v '^ *+' conftest.er1
>conftest.err
20998 cat conftest.err
>&5
20999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21000 (exit $ac_status); } &&
21001 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21002 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21003 (eval $ac_try) 2>&5
21005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21006 (exit $ac_status); }; } &&
21007 { ac_try
='test -s conftest$ac_exeext'
21008 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21009 (eval $ac_try) 2>&5
21011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21012 (exit $ac_status); }; }; then
21015 echo "$as_me: failed program was:" >&5
21016 sed 's/^/| /' conftest.
$ac_ext >&5
21020 rm -f conftest.err conftest.
$ac_objext \
21021 conftest
$ac_exeext conftest.
$ac_ext
21022 LIBS
=$ac_check_lib_save_LIBS
21024 echo "$as_me:$LINENO: result: $ac_cv_lib_m_y1" >&5
21025 echo "${ECHO_T}$ac_cv_lib_m_y1" >&6
21026 if test $ac_cv_lib_m_y1 = yes; then
21028 cat >>confdefs.h
<<\_ACEOF
21034 echo "$as_me:$LINENO: checking for y1l in -lm" >&5
21035 echo $ECHO_N "checking for y1l in -lm... $ECHO_C" >&6
21036 if test "${ac_cv_lib_m_y1l+set}" = set; then
21037 echo $ECHO_N "(cached) $ECHO_C" >&6
21039 ac_check_lib_save_LIBS
=$LIBS
21041 if test x
$gcc_no_link = xyes
; then
21042 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21043 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21044 { (exit 1); exit 1; }; }
21046 cat >conftest.
$ac_ext <<_ACEOF
21049 cat confdefs.h
>>conftest.
$ac_ext
21050 cat >>conftest.
$ac_ext <<_ACEOF
21051 /* end confdefs.h. */
21053 /* Override any gcc2 internal prototype to avoid an error. */
21057 /* We use char because int might match the return type of a gcc2
21058 builtin and then its argument prototype would still apply. */
21068 rm -f conftest.
$ac_objext conftest
$ac_exeext
21069 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21070 (eval $ac_link) 2>conftest.er1
21072 grep -v '^ *+' conftest.er1
>conftest.err
21074 cat conftest.err
>&5
21075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21076 (exit $ac_status); } &&
21077 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21079 (eval $ac_try) 2>&5
21081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21082 (exit $ac_status); }; } &&
21083 { ac_try
='test -s conftest$ac_exeext'
21084 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21085 (eval $ac_try) 2>&5
21087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21088 (exit $ac_status); }; }; then
21089 ac_cv_lib_m_y1l
=yes
21091 echo "$as_me: failed program was:" >&5
21092 sed 's/^/| /' conftest.
$ac_ext >&5
21096 rm -f conftest.err conftest.
$ac_objext \
21097 conftest
$ac_exeext conftest.
$ac_ext
21098 LIBS
=$ac_check_lib_save_LIBS
21100 echo "$as_me:$LINENO: result: $ac_cv_lib_m_y1l" >&5
21101 echo "${ECHO_T}$ac_cv_lib_m_y1l" >&6
21102 if test $ac_cv_lib_m_y1l = yes; then
21104 cat >>confdefs.h
<<\_ACEOF
21110 echo "$as_me:$LINENO: checking for ynf in -lm" >&5
21111 echo $ECHO_N "checking for ynf in -lm... $ECHO_C" >&6
21112 if test "${ac_cv_lib_m_ynf+set}" = set; then
21113 echo $ECHO_N "(cached) $ECHO_C" >&6
21115 ac_check_lib_save_LIBS
=$LIBS
21117 if test x
$gcc_no_link = xyes
; then
21118 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21119 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21120 { (exit 1); exit 1; }; }
21122 cat >conftest.
$ac_ext <<_ACEOF
21125 cat confdefs.h
>>conftest.
$ac_ext
21126 cat >>conftest.
$ac_ext <<_ACEOF
21127 /* end confdefs.h. */
21129 /* Override any gcc2 internal prototype to avoid an error. */
21133 /* We use char because int might match the return type of a gcc2
21134 builtin and then its argument prototype would still apply. */
21144 rm -f conftest.
$ac_objext conftest
$ac_exeext
21145 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21146 (eval $ac_link) 2>conftest.er1
21148 grep -v '^ *+' conftest.er1
>conftest.err
21150 cat conftest.err
>&5
21151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21152 (exit $ac_status); } &&
21153 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21154 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21155 (eval $ac_try) 2>&5
21157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21158 (exit $ac_status); }; } &&
21159 { ac_try
='test -s conftest$ac_exeext'
21160 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21161 (eval $ac_try) 2>&5
21163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21164 (exit $ac_status); }; }; then
21165 ac_cv_lib_m_ynf
=yes
21167 echo "$as_me: failed program was:" >&5
21168 sed 's/^/| /' conftest.
$ac_ext >&5
21172 rm -f conftest.err conftest.
$ac_objext \
21173 conftest
$ac_exeext conftest.
$ac_ext
21174 LIBS
=$ac_check_lib_save_LIBS
21176 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ynf" >&5
21177 echo "${ECHO_T}$ac_cv_lib_m_ynf" >&6
21178 if test $ac_cv_lib_m_ynf = yes; then
21180 cat >>confdefs.h
<<\_ACEOF
21186 echo "$as_me:$LINENO: checking for yn in -lm" >&5
21187 echo $ECHO_N "checking for yn in -lm... $ECHO_C" >&6
21188 if test "${ac_cv_lib_m_yn+set}" = set; then
21189 echo $ECHO_N "(cached) $ECHO_C" >&6
21191 ac_check_lib_save_LIBS
=$LIBS
21193 if test x
$gcc_no_link = xyes
; then
21194 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21195 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21196 { (exit 1); exit 1; }; }
21198 cat >conftest.
$ac_ext <<_ACEOF
21201 cat confdefs.h
>>conftest.
$ac_ext
21202 cat >>conftest.
$ac_ext <<_ACEOF
21203 /* end confdefs.h. */
21205 /* Override any gcc2 internal prototype to avoid an error. */
21209 /* We use char because int might match the return type of a gcc2
21210 builtin and then its argument prototype would still apply. */
21220 rm -f conftest.
$ac_objext conftest
$ac_exeext
21221 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21222 (eval $ac_link) 2>conftest.er1
21224 grep -v '^ *+' conftest.er1
>conftest.err
21226 cat conftest.err
>&5
21227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21228 (exit $ac_status); } &&
21229 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21230 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21231 (eval $ac_try) 2>&5
21233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21234 (exit $ac_status); }; } &&
21235 { ac_try
='test -s conftest$ac_exeext'
21236 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21237 (eval $ac_try) 2>&5
21239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21240 (exit $ac_status); }; }; then
21243 echo "$as_me: failed program was:" >&5
21244 sed 's/^/| /' conftest.
$ac_ext >&5
21248 rm -f conftest.err conftest.
$ac_objext \
21249 conftest
$ac_exeext conftest.
$ac_ext
21250 LIBS
=$ac_check_lib_save_LIBS
21252 echo "$as_me:$LINENO: result: $ac_cv_lib_m_yn" >&5
21253 echo "${ECHO_T}$ac_cv_lib_m_yn" >&6
21254 if test $ac_cv_lib_m_yn = yes; then
21256 cat >>confdefs.h
<<\_ACEOF
21262 echo "$as_me:$LINENO: checking for ynl in -lm" >&5
21263 echo $ECHO_N "checking for ynl in -lm... $ECHO_C" >&6
21264 if test "${ac_cv_lib_m_ynl+set}" = set; then
21265 echo $ECHO_N "(cached) $ECHO_C" >&6
21267 ac_check_lib_save_LIBS
=$LIBS
21269 if test x
$gcc_no_link = xyes
; then
21270 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21271 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21272 { (exit 1); exit 1; }; }
21274 cat >conftest.
$ac_ext <<_ACEOF
21277 cat confdefs.h
>>conftest.
$ac_ext
21278 cat >>conftest.
$ac_ext <<_ACEOF
21279 /* end confdefs.h. */
21281 /* Override any gcc2 internal prototype to avoid an error. */
21285 /* We use char because int might match the return type of a gcc2
21286 builtin and then its argument prototype would still apply. */
21296 rm -f conftest.
$ac_objext conftest
$ac_exeext
21297 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21298 (eval $ac_link) 2>conftest.er1
21300 grep -v '^ *+' conftest.er1
>conftest.err
21302 cat conftest.err
>&5
21303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21304 (exit $ac_status); } &&
21305 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21306 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21307 (eval $ac_try) 2>&5
21309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21310 (exit $ac_status); }; } &&
21311 { ac_try
='test -s conftest$ac_exeext'
21312 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21313 (eval $ac_try) 2>&5
21315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21316 (exit $ac_status); }; }; then
21317 ac_cv_lib_m_ynl
=yes
21319 echo "$as_me: failed program was:" >&5
21320 sed 's/^/| /' conftest.
$ac_ext >&5
21324 rm -f conftest.err conftest.
$ac_objext \
21325 conftest
$ac_exeext conftest.
$ac_ext
21326 LIBS
=$ac_check_lib_save_LIBS
21328 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ynl" >&5
21329 echo "${ECHO_T}$ac_cv_lib_m_ynl" >&6
21330 if test $ac_cv_lib_m_ynl = yes; then
21332 cat >>confdefs.h
<<\_ACEOF
21339 # On AIX, clog is present in libm as __clog
21340 echo "$as_me:$LINENO: checking for __clog in -lm" >&5
21341 echo $ECHO_N "checking for __clog in -lm... $ECHO_C" >&6
21342 if test "${ac_cv_lib_m___clog+set}" = set; then
21343 echo $ECHO_N "(cached) $ECHO_C" >&6
21345 ac_check_lib_save_LIBS
=$LIBS
21347 if test x
$gcc_no_link = xyes
; then
21348 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21349 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21350 { (exit 1); exit 1; }; }
21352 cat >conftest.
$ac_ext <<_ACEOF
21355 cat confdefs.h
>>conftest.
$ac_ext
21356 cat >>conftest.
$ac_ext <<_ACEOF
21357 /* end confdefs.h. */
21359 /* Override any gcc2 internal prototype to avoid an error. */
21363 /* We use char because int might match the return type of a gcc2
21364 builtin and then its argument prototype would still apply. */
21374 rm -f conftest.
$ac_objext conftest
$ac_exeext
21375 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21376 (eval $ac_link) 2>conftest.er1
21378 grep -v '^ *+' conftest.er1
>conftest.err
21380 cat conftest.err
>&5
21381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21382 (exit $ac_status); } &&
21383 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21384 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21385 (eval $ac_try) 2>&5
21387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21388 (exit $ac_status); }; } &&
21389 { ac_try
='test -s conftest$ac_exeext'
21390 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21391 (eval $ac_try) 2>&5
21393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21394 (exit $ac_status); }; }; then
21395 ac_cv_lib_m___clog
=yes
21397 echo "$as_me: failed program was:" >&5
21398 sed 's/^/| /' conftest.
$ac_ext >&5
21400 ac_cv_lib_m___clog
=no
21402 rm -f conftest.err conftest.
$ac_objext \
21403 conftest
$ac_exeext conftest.
$ac_ext
21404 LIBS
=$ac_check_lib_save_LIBS
21406 echo "$as_me:$LINENO: result: $ac_cv_lib_m___clog" >&5
21407 echo "${ECHO_T}$ac_cv_lib_m___clog" >&6
21408 if test $ac_cv_lib_m___clog = yes; then
21410 cat >>confdefs.h
<<\_ACEOF
21411 #define HAVE_CLOG 1
21417 # Check for a isfinite macro that works on long doubles.
21419 echo "$as_me:$LINENO: checking whether isfinite is broken" >&5
21420 echo $ECHO_N "checking whether isfinite is broken... $ECHO_C" >&6
21421 if test "${have_broken_isfinite+set}" = set; then
21422 echo $ECHO_N "(cached) $ECHO_C" >&6
21425 libgfor_check_for_broken_isfinite_save_LIBS
=$LIBS
21427 if test "$cross_compiling" = yes; then
21429 case "${target}" in
21430 hppa
*-*-hpux*) have_broken_isfinite
=yes ;;
21431 *) have_broken_isfinite
=no
;;
21434 cat >conftest.
$ac_ext <<_ACEOF
21437 cat confdefs.h
>>conftest.
$ac_ext
21438 cat >>conftest.
$ac_ext <<_ACEOF
21439 /* end confdefs.h. */
21449 if (!isfinite(LDBL_MAX)) return 1;
21452 if (!isfinite(DBL_MAX)) return 1;
21458 rm -f conftest
$ac_exeext
21459 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21460 (eval $ac_link) 2>&5
21462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21463 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
21464 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21465 (eval $ac_try) 2>&5
21467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21468 (exit $ac_status); }; }; then
21469 have_broken_isfinite
=no
21471 echo "$as_me: program exited with status $ac_status" >&5
21472 echo "$as_me: failed program was:" >&5
21473 sed 's/^/| /' conftest.
$ac_ext >&5
21475 ( exit $ac_status )
21476 have_broken_isfinite
=yes
21478 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
21480 LIBS
=$libgfor_check_for_broken_isfinite_save_LIBS
21482 echo "$as_me:$LINENO: result: $have_broken_isfinite" >&5
21483 echo "${ECHO_T}$have_broken_isfinite" >&6
21484 if test x
"$have_broken_isfinite" = xyes
; then
21486 cat >>confdefs.h
<<\_ACEOF
21487 #define HAVE_BROKEN_ISFINITE 1
21492 # Check for a isnan macro that works on long doubles.
21494 echo "$as_me:$LINENO: checking whether isnan is broken" >&5
21495 echo $ECHO_N "checking whether isnan is broken... $ECHO_C" >&6
21496 if test "${have_broken_isnan+set}" = set; then
21497 echo $ECHO_N "(cached) $ECHO_C" >&6
21500 libgfor_check_for_broken_isnan_save_LIBS
=$LIBS
21502 if test "$cross_compiling" = yes; then
21504 case "${target}" in
21505 hppa
*-*-hpux*) have_broken_isnan
=yes ;;
21506 *) have_broken_isnan
=no
;;
21509 cat >conftest.
$ac_ext <<_ACEOF
21512 cat confdefs.h
>>conftest.
$ac_ext
21513 cat >>conftest.
$ac_ext <<_ACEOF
21514 /* end confdefs.h. */
21526 x = __builtin_nanl ("");
21527 if (!isnan(x)) return 1;
21528 if (isnan(LDBL_MAX)) return 1;
21530 x = (long double) NAN;
21531 if (!isnan(x)) return 1;
21538 y = __builtin_nan ("");
21539 if (!isnan(y)) return 1;
21540 if (isnan(DBL_MAX)) return 1;
21543 if (!isnan(y)) return 1;
21551 rm -f conftest
$ac_exeext
21552 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21553 (eval $ac_link) 2>&5
21555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21556 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
21557 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21558 (eval $ac_try) 2>&5
21560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21561 (exit $ac_status); }; }; then
21562 have_broken_isnan
=no
21564 echo "$as_me: program exited with status $ac_status" >&5
21565 echo "$as_me: failed program was:" >&5
21566 sed 's/^/| /' conftest.
$ac_ext >&5
21568 ( exit $ac_status )
21569 have_broken_isnan
=yes
21571 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
21573 LIBS
=$libgfor_check_for_broken_isnan_save_LIBS
21575 echo "$as_me:$LINENO: result: $have_broken_isnan" >&5
21576 echo "${ECHO_T}$have_broken_isnan" >&6
21577 if test x
"$have_broken_isnan" = xyes
; then
21579 cat >>confdefs.h
<<\_ACEOF
21580 #define HAVE_BROKEN_ISNAN 1
21585 # Check for a fpclassify macro that works on long doubles.
21587 echo "$as_me:$LINENO: checking whether fpclassify is broken" >&5
21588 echo $ECHO_N "checking whether fpclassify is broken... $ECHO_C" >&6
21589 if test "${have_broken_fpclassify+set}" = set; then
21590 echo $ECHO_N "(cached) $ECHO_C" >&6
21593 libgfor_check_for_broken_fpclassify_save_LIBS
=$LIBS
21595 if test "$cross_compiling" = yes; then
21597 case "${target}" in
21598 hppa
*-*-hpux*) have_broken_fpclassify
=yes ;;
21599 *) have_broken_fpclassify
=no
;;
21602 cat >conftest.
$ac_ext <<_ACEOF
21605 cat confdefs.h
>>conftest.
$ac_ext
21606 cat >>conftest.
$ac_ext <<_ACEOF
21607 /* end confdefs.h. */
21617 if (fpclassify(LDBL_MAX) == FP_NAN
21618 || fpclassify(LDBL_MAX) == FP_INFINITE) return 1;
21621 if (fpclassify(DBL_MAX) == FP_NAN
21622 || fpclassify(DBL_MAX) == FP_INFINITE) return 1;
21628 rm -f conftest
$ac_exeext
21629 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21630 (eval $ac_link) 2>&5
21632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21633 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
21634 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21635 (eval $ac_try) 2>&5
21637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21638 (exit $ac_status); }; }; then
21639 have_broken_fpclassify
=no
21641 echo "$as_me: program exited with status $ac_status" >&5
21642 echo "$as_me: failed program was:" >&5
21643 sed 's/^/| /' conftest.
$ac_ext >&5
21645 ( exit $ac_status )
21646 have_broken_fpclassify
=yes
21648 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
21650 LIBS
=$libgfor_check_for_broken_fpclassify_save_LIBS
21652 echo "$as_me:$LINENO: result: $have_broken_fpclassify" >&5
21653 echo "${ECHO_T}$have_broken_fpclassify" >&6
21654 if test x
"$have_broken_fpclassify" = xyes
; then
21656 cat >>confdefs.h
<<\_ACEOF
21657 #define HAVE_BROKEN_FPCLASSIFY 1
21662 # Check whether the system has a working stat()
21664 echo "$as_me:$LINENO: checking whether the target stat is reliable" >&5
21665 echo $ECHO_N "checking whether the target stat is reliable... $ECHO_C" >&6
21666 if test "${have_working_stat+set}" = set; then
21667 echo $ECHO_N "(cached) $ECHO_C" >&6
21670 if test "$cross_compiling" = yes; then
21672 case "${target}" in
21673 *mingw
*) have_working_stat
=no
;;
21674 *) have_working_stat
=yes;;
21677 cat >conftest.
$ac_ext <<_ACEOF
21680 cat confdefs.h
>>conftest.
$ac_ext
21681 cat >>conftest.
$ac_ext <<_ACEOF
21682 /* end confdefs.h. */
21685 #include <sys/types.h>
21686 #include <sys/stat.h>
21687 #include <unistd.h>
21692 struct stat st1, st2;
21694 f = fopen ("foo", "w");
21695 g = fopen ("bar", "w");
21696 if (stat ("foo", &st1) != 0 || stat ("bar", &st2))
21698 if (st1.st_dev == st2.st_dev && st1.st_ino == st2.st_ino)
21705 rm -f conftest
$ac_exeext
21706 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21707 (eval $ac_link) 2>&5
21709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21710 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
21711 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21712 (eval $ac_try) 2>&5
21714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21715 (exit $ac_status); }; }; then
21716 have_working_stat
=yes
21718 echo "$as_me: program exited with status $ac_status" >&5
21719 echo "$as_me: failed program was:" >&5
21720 sed 's/^/| /' conftest.
$ac_ext >&5
21722 ( exit $ac_status )
21723 have_working_stat
=no
21725 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
21728 echo "$as_me:$LINENO: result: $have_working_stat" >&5
21729 echo "${ECHO_T}$have_working_stat" >&6
21730 if test x
"$have_working_stat" = xyes
; then
21732 cat >>confdefs.h
<<\_ACEOF
21733 #define HAVE_WORKING_STAT 1
21738 # Fallback in case isfinite is not available.
21739 echo "$as_me:$LINENO: checking for finite in -lm" >&5
21740 echo $ECHO_N "checking for finite in -lm... $ECHO_C" >&6
21741 if test "${ac_cv_lib_m_finite+set}" = set; then
21742 echo $ECHO_N "(cached) $ECHO_C" >&6
21744 ac_check_lib_save_LIBS
=$LIBS
21746 if test x
$gcc_no_link = xyes
; then
21747 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21748 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21749 { (exit 1); exit 1; }; }
21751 cat >conftest.
$ac_ext <<_ACEOF
21754 cat confdefs.h
>>conftest.
$ac_ext
21755 cat >>conftest.
$ac_ext <<_ACEOF
21756 /* end confdefs.h. */
21758 /* Override any gcc2 internal prototype to avoid an error. */
21762 /* We use char because int might match the return type of a gcc2
21763 builtin and then its argument prototype would still apply. */
21773 rm -f conftest.
$ac_objext conftest
$ac_exeext
21774 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21775 (eval $ac_link) 2>conftest.er1
21777 grep -v '^ *+' conftest.er1
>conftest.err
21779 cat conftest.err
>&5
21780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21781 (exit $ac_status); } &&
21782 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21783 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21784 (eval $ac_try) 2>&5
21786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21787 (exit $ac_status); }; } &&
21788 { ac_try
='test -s conftest$ac_exeext'
21789 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21790 (eval $ac_try) 2>&5
21792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21793 (exit $ac_status); }; }; then
21794 ac_cv_lib_m_finite
=yes
21796 echo "$as_me: failed program was:" >&5
21797 sed 's/^/| /' conftest.
$ac_ext >&5
21799 ac_cv_lib_m_finite
=no
21801 rm -f conftest.err conftest.
$ac_objext \
21802 conftest
$ac_exeext conftest.
$ac_ext
21803 LIBS
=$ac_check_lib_save_LIBS
21805 echo "$as_me:$LINENO: result: $ac_cv_lib_m_finite" >&5
21806 echo "${ECHO_T}$ac_cv_lib_m_finite" >&6
21807 if test $ac_cv_lib_m_finite = yes; then
21809 cat >>confdefs.h
<<\_ACEOF
21810 #define HAVE_FINITE 1
21816 # Check for GNU libc feenableexcept
21817 echo "$as_me:$LINENO: checking for feenableexcept in -lm" >&5
21818 echo $ECHO_N "checking for feenableexcept in -lm... $ECHO_C" >&6
21819 if test "${ac_cv_lib_m_feenableexcept+set}" = set; then
21820 echo $ECHO_N "(cached) $ECHO_C" >&6
21822 ac_check_lib_save_LIBS
=$LIBS
21824 if test x
$gcc_no_link = xyes
; then
21825 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21826 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21827 { (exit 1); exit 1; }; }
21829 cat >conftest.
$ac_ext <<_ACEOF
21832 cat confdefs.h
>>conftest.
$ac_ext
21833 cat >>conftest.
$ac_ext <<_ACEOF
21834 /* end confdefs.h. */
21836 /* Override any gcc2 internal prototype to avoid an error. */
21840 /* We use char because int might match the return type of a gcc2
21841 builtin and then its argument prototype would still apply. */
21842 char feenableexcept ();
21851 rm -f conftest.
$ac_objext conftest
$ac_exeext
21852 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21853 (eval $ac_link) 2>conftest.er1
21855 grep -v '^ *+' conftest.er1
>conftest.err
21857 cat conftest.err
>&5
21858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21859 (exit $ac_status); } &&
21860 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21862 (eval $ac_try) 2>&5
21864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21865 (exit $ac_status); }; } &&
21866 { ac_try
='test -s conftest$ac_exeext'
21867 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21868 (eval $ac_try) 2>&5
21870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21871 (exit $ac_status); }; }; then
21872 ac_cv_lib_m_feenableexcept
=yes
21874 echo "$as_me: failed program was:" >&5
21875 sed 's/^/| /' conftest.
$ac_ext >&5
21877 ac_cv_lib_m_feenableexcept
=no
21879 rm -f conftest.err conftest.
$ac_objext \
21880 conftest
$ac_exeext conftest.
$ac_ext
21881 LIBS
=$ac_check_lib_save_LIBS
21883 echo "$as_me:$LINENO: result: $ac_cv_lib_m_feenableexcept" >&5
21884 echo "${ECHO_T}$ac_cv_lib_m_feenableexcept" >&6
21885 if test $ac_cv_lib_m_feenableexcept = yes; then
21886 have_feenableexcept
=yes
21887 cat >>confdefs.h
<<\_ACEOF
21888 #define HAVE_FEENABLEEXCEPT 1
21894 # Check for SysV fpsetmask
21896 echo "$as_me:$LINENO: checking whether fpsetmask is present" >&5
21897 echo $ECHO_N "checking whether fpsetmask is present... $ECHO_C" >&6
21898 if test "${have_fpsetmask+set}" = set; then
21899 echo $ECHO_N "(cached) $ECHO_C" >&6
21902 if test x
$gcc_no_link = xyes
; then
21903 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21904 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21905 { (exit 1); exit 1; }; }
21907 cat >conftest.
$ac_ext <<_ACEOF
21910 cat confdefs.h
>>conftest.
$ac_ext
21911 cat >>conftest.
$ac_ext <<_ACEOF
21912 /* end confdefs.h. */
21914 #if HAVE_FLOATINGPOINT_H
21915 # include <floatingpoint.h>
21916 #endif /* HAVE_FLOATINGPOINT_H */
21918 # include <ieeefp.h>
21919 #endif /* HAVE_IEEEFP_H */
21928 rm -f conftest.
$ac_objext conftest
$ac_exeext
21929 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21930 (eval $ac_link) 2>conftest.er1
21932 grep -v '^ *+' conftest.er1
>conftest.err
21934 cat conftest.err
>&5
21935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21936 (exit $ac_status); } &&
21937 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
21938 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21939 (eval $ac_try) 2>&5
21941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21942 (exit $ac_status); }; } &&
21943 { ac_try
='test -s conftest$ac_exeext'
21944 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21945 (eval $ac_try) 2>&5
21947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21948 (exit $ac_status); }; }; then
21949 eval "have_fpsetmask=yes"
21951 echo "$as_me: failed program was:" >&5
21952 sed 's/^/| /' conftest.
$ac_ext >&5
21954 eval "have_fpsetmask=no"
21956 rm -f conftest.err conftest.
$ac_objext \
21957 conftest
$ac_exeext conftest.
$ac_ext
21960 echo "$as_me:$LINENO: result: $have_fpsetmask" >&5
21961 echo "${ECHO_T}$have_fpsetmask" >&6
21962 if test x
"$have_fpsetmask" = xyes
; then
21964 cat >>confdefs.h
<<\_ACEOF
21965 #define HAVE_FPSETMASK 1
21971 # Check for AIX fp_trap and fp_enable
21972 echo "$as_me:$LINENO: checking for fp_trap" >&5
21973 echo $ECHO_N "checking for fp_trap... $ECHO_C" >&6
21974 if test "${ac_cv_func_fp_trap+set}" = set; then
21975 echo $ECHO_N "(cached) $ECHO_C" >&6
21977 if test x
$gcc_no_link = xyes
; then
21978 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21979 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21980 { (exit 1); exit 1; }; }
21982 cat >conftest.
$ac_ext <<_ACEOF
21985 cat confdefs.h
>>conftest.
$ac_ext
21986 cat >>conftest.
$ac_ext <<_ACEOF
21987 /* end confdefs.h. */
21988 /* Define fp_trap to an innocuous variant, in case <limits.h> declares fp_trap.
21989 For example, HP-UX 11i <limits.h> declares gettimeofday. */
21990 #define fp_trap innocuous_fp_trap
21992 /* System header to define __stub macros and hopefully few prototypes,
21993 which can conflict with char fp_trap (); below.
21994 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
21995 <limits.h> exists even on freestanding compilers. */
21998 # include <limits.h>
22000 # include <assert.h>
22005 /* Override any gcc2 internal prototype to avoid an error. */
22010 /* We use char because int might match the return type of a gcc2
22011 builtin and then its argument prototype would still apply. */
22013 /* The GNU C library defines this for functions which it implements
22014 to always fail with ENOSYS. Some functions are actually named
22015 something starting with __ and the normal name is an alias. */
22016 #if defined (__stub_fp_trap) || defined (__stub___fp_trap)
22019 char (*f) () = fp_trap;
22028 return f != fp_trap;
22033 rm -f conftest.
$ac_objext conftest
$ac_exeext
22034 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22035 (eval $ac_link) 2>conftest.er1
22037 grep -v '^ *+' conftest.er1
>conftest.err
22039 cat conftest.err
>&5
22040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22041 (exit $ac_status); } &&
22042 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22043 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22044 (eval $ac_try) 2>&5
22046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22047 (exit $ac_status); }; } &&
22048 { ac_try
='test -s conftest$ac_exeext'
22049 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22050 (eval $ac_try) 2>&5
22052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22053 (exit $ac_status); }; }; then
22054 ac_cv_func_fp_trap
=yes
22056 echo "$as_me: failed program was:" >&5
22057 sed 's/^/| /' conftest.
$ac_ext >&5
22059 ac_cv_func_fp_trap
=no
22061 rm -f conftest.err conftest.
$ac_objext \
22062 conftest
$ac_exeext conftest.
$ac_ext
22064 echo "$as_me:$LINENO: result: $ac_cv_func_fp_trap" >&5
22065 echo "${ECHO_T}$ac_cv_func_fp_trap" >&6
22066 if test $ac_cv_func_fp_trap = yes; then
22068 cat >>confdefs.h
<<\_ACEOF
22069 #define HAVE_FP_TRAP 1
22074 echo "$as_me:$LINENO: checking for fp_enable" >&5
22075 echo $ECHO_N "checking for fp_enable... $ECHO_C" >&6
22076 if test "${ac_cv_func_fp_enable+set}" = set; then
22077 echo $ECHO_N "(cached) $ECHO_C" >&6
22079 if test x
$gcc_no_link = xyes
; then
22080 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
22081 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
22082 { (exit 1); exit 1; }; }
22084 cat >conftest.
$ac_ext <<_ACEOF
22087 cat confdefs.h
>>conftest.
$ac_ext
22088 cat >>conftest.
$ac_ext <<_ACEOF
22089 /* end confdefs.h. */
22090 /* Define fp_enable to an innocuous variant, in case <limits.h> declares fp_enable.
22091 For example, HP-UX 11i <limits.h> declares gettimeofday. */
22092 #define fp_enable innocuous_fp_enable
22094 /* System header to define __stub macros and hopefully few prototypes,
22095 which can conflict with char fp_enable (); below.
22096 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
22097 <limits.h> exists even on freestanding compilers. */
22100 # include <limits.h>
22102 # include <assert.h>
22107 /* Override any gcc2 internal prototype to avoid an error. */
22112 /* We use char because int might match the return type of a gcc2
22113 builtin and then its argument prototype would still apply. */
22115 /* The GNU C library defines this for functions which it implements
22116 to always fail with ENOSYS. Some functions are actually named
22117 something starting with __ and the normal name is an alias. */
22118 #if defined (__stub_fp_enable) || defined (__stub___fp_enable)
22121 char (*f) () = fp_enable;
22130 return f != fp_enable;
22135 rm -f conftest.
$ac_objext conftest
$ac_exeext
22136 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22137 (eval $ac_link) 2>conftest.er1
22139 grep -v '^ *+' conftest.er1
>conftest.err
22141 cat conftest.err
>&5
22142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22143 (exit $ac_status); } &&
22144 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22145 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22146 (eval $ac_try) 2>&5
22148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22149 (exit $ac_status); }; } &&
22150 { ac_try
='test -s conftest$ac_exeext'
22151 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22152 (eval $ac_try) 2>&5
22154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22155 (exit $ac_status); }; }; then
22156 ac_cv_func_fp_enable
=yes
22158 echo "$as_me: failed program was:" >&5
22159 sed 's/^/| /' conftest.
$ac_ext >&5
22161 ac_cv_func_fp_enable
=no
22163 rm -f conftest.err conftest.
$ac_objext \
22164 conftest
$ac_exeext conftest.
$ac_ext
22166 echo "$as_me:$LINENO: result: $ac_cv_func_fp_enable" >&5
22167 echo "${ECHO_T}$ac_cv_func_fp_enable" >&6
22168 if test $ac_cv_func_fp_enable = yes; then
22170 cat >>confdefs.h
<<\_ACEOF
22171 #define HAVE_FP_ENABLE 1
22177 # Runs configure.host to set up necessary host-dependent shell variables.
22178 # We then display a message about it, and propagate them through the
22180 .
${srcdir}/configure.
host
22181 { echo "$as_me:$LINENO: FPU dependent file will be ${fpu_host}.h" >&5
22182 echo "$as_me: FPU dependent file will be ${fpu_host}.h" >&6;}
22183 FPU_HOST_HEADER
=config
/${fpu_host}.h
22186 # The standard autoconf HAVE_STRUCT_TIMEZONE doesn't actually check
22187 # for struct timezone, as you might think. We also need to check how
22188 # to call gettimeofday if we have it.
22189 echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
22190 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
22191 if test "${ac_cv_header_time+set}" = set; then
22192 echo $ECHO_N "(cached) $ECHO_C" >&6
22194 cat >conftest.
$ac_ext <<_ACEOF
22197 cat confdefs.h
>>conftest.
$ac_ext
22198 cat >>conftest.
$ac_ext <<_ACEOF
22199 /* end confdefs.h. */
22200 #include <sys/types.h>
22201 #include <sys/time.h>
22207 if ((struct tm *) 0)
22213 rm -f conftest.
$ac_objext
22214 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22215 (eval $ac_compile) 2>conftest.er1
22217 grep -v '^ *+' conftest.er1
>conftest.err
22219 cat conftest.err
>&5
22220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22221 (exit $ac_status); } &&
22222 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22223 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22224 (eval $ac_try) 2>&5
22226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22227 (exit $ac_status); }; } &&
22228 { ac_try
='test -s conftest.$ac_objext'
22229 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22230 (eval $ac_try) 2>&5
22232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22233 (exit $ac_status); }; }; then
22234 ac_cv_header_time
=yes
22236 echo "$as_me: failed program was:" >&5
22237 sed 's/^/| /' conftest.
$ac_ext >&5
22239 ac_cv_header_time
=no
22241 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22243 echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
22244 echo "${ECHO_T}$ac_cv_header_time" >&6
22245 if test $ac_cv_header_time = yes; then
22247 cat >>confdefs.h
<<\_ACEOF
22248 #define TIME_WITH_SYS_TIME 1
22255 for ac_func
in gettimeofday
22257 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
22258 echo "$as_me:$LINENO: checking for $ac_func" >&5
22259 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
22260 if eval "test \"\${$as_ac_var+set}\" = set"; then
22261 echo $ECHO_N "(cached) $ECHO_C" >&6
22263 if test x
$gcc_no_link = xyes
; then
22264 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
22265 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
22266 { (exit 1); exit 1; }; }
22268 cat >conftest.
$ac_ext <<_ACEOF
22271 cat confdefs.h
>>conftest.
$ac_ext
22272 cat >>conftest.
$ac_ext <<_ACEOF
22273 /* end confdefs.h. */
22274 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
22275 For example, HP-UX 11i <limits.h> declares gettimeofday. */
22276 #define $ac_func innocuous_$ac_func
22278 /* System header to define __stub macros and hopefully few prototypes,
22279 which can conflict with char $ac_func (); below.
22280 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
22281 <limits.h> exists even on freestanding compilers. */
22284 # include <limits.h>
22286 # include <assert.h>
22291 /* Override any gcc2 internal prototype to avoid an error. */
22296 /* We use char because int might match the return type of a gcc2
22297 builtin and then its argument prototype would still apply. */
22299 /* The GNU C library defines this for functions which it implements
22300 to always fail with ENOSYS. Some functions are actually named
22301 something starting with __ and the normal name is an alias. */
22302 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
22305 char (*f) () = $ac_func;
22314 return f != $ac_func;
22319 rm -f conftest.
$ac_objext conftest
$ac_exeext
22320 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22321 (eval $ac_link) 2>conftest.er1
22323 grep -v '^ *+' conftest.er1
>conftest.err
22325 cat conftest.err
>&5
22326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22327 (exit $ac_status); } &&
22328 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22329 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22330 (eval $ac_try) 2>&5
22332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22333 (exit $ac_status); }; } &&
22334 { ac_try
='test -s conftest$ac_exeext'
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); }; }; then
22340 eval "$as_ac_var=yes"
22342 echo "$as_me: failed program was:" >&5
22343 sed 's/^/| /' conftest.
$ac_ext >&5
22345 eval "$as_ac_var=no"
22347 rm -f conftest.err conftest.
$ac_objext \
22348 conftest
$ac_exeext conftest.
$ac_ext
22350 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
22351 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
22352 if test `eval echo '${'$as_ac_var'}'` = yes; then
22353 cat >>confdefs.h
<<_ACEOF
22354 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
22360 if test "$ac_cv_func_gettimeofday" = yes; then
22361 echo "$as_me:$LINENO: checking for struct timezone" >&5
22362 echo $ECHO_N "checking for struct timezone... $ECHO_C" >&6
22363 if test "${gfor_cv_struct_timezone+set}" = set; then
22364 echo $ECHO_N "(cached) $ECHO_C" >&6
22366 cat >conftest.
$ac_ext <<_ACEOF
22369 cat confdefs.h
>>conftest.
$ac_ext
22370 cat >>conftest.
$ac_ext <<_ACEOF
22371 /* end confdefs.h. */
22372 #include <sys/time.h>
22376 struct timezone tz;
22381 rm -f conftest.
$ac_objext
22382 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22383 (eval $ac_compile) 2>conftest.er1
22385 grep -v '^ *+' conftest.er1
>conftest.err
22387 cat conftest.err
>&5
22388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22389 (exit $ac_status); } &&
22390 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22391 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22392 (eval $ac_try) 2>&5
22394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22395 (exit $ac_status); }; } &&
22396 { ac_try
='test -s conftest.$ac_objext'
22397 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22398 (eval $ac_try) 2>&5
22400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22401 (exit $ac_status); }; }; then
22402 gfor_cv_struct_timezone
=yes
22404 echo "$as_me: failed program was:" >&5
22405 sed 's/^/| /' conftest.
$ac_ext >&5
22407 gfor_cv_struct_timezone
=no
22409 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22411 echo "$as_me:$LINENO: result: $gfor_cv_struct_timezone" >&5
22412 echo "${ECHO_T}$gfor_cv_struct_timezone" >&6
22413 if test $gfor_cv_struct_timezone = yes; then
22414 if test "$cross_compiling" = yes; then
22415 gfor_have_struct_timezone
=yes
22417 cat >conftest.
$ac_ext <<_ACEOF
22420 cat confdefs.h
>>conftest.
$ac_ext
22421 cat >>conftest.
$ac_ext <<_ACEOF
22422 /* end confdefs.h. */
22424 #ifdef TIME_WITH_SYS_TIME
22425 #include <sys/time.h>
22428 #ifdef HAVE_SYS_TIME_H
22429 #include <sys/time.h>
22436 struct timeval time;
22437 struct timezone dummy;
22438 if (gettimeofday (&time, &dummy))
22444 rm -f conftest
$ac_exeext
22445 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22446 (eval $ac_link) 2>&5
22448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22449 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
22450 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22451 (eval $ac_try) 2>&5
22453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22454 (exit $ac_status); }; }; then
22455 gfor_have_struct_timezone
=yes
22457 echo "$as_me: program exited with status $ac_status" >&5
22458 echo "$as_me: failed program was:" >&5
22459 sed 's/^/| /' conftest.
$ac_ext >&5
22461 ( exit $ac_status )
22462 gfor_have_struct_timezone
=no
22464 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
22466 if test $gfor_have_struct_timezone = yes; then
22468 cat >>confdefs.h
<<\_ACEOF
22469 #define HAVE_TIMEZONE 1
22475 echo "$as_me:$LINENO: checking whether gettimeofday can accept two arguments" >&5
22476 echo $ECHO_N "checking whether gettimeofday can accept two arguments... $ECHO_C" >&6
22477 if test "${emacs_cv_gettimeofday_two_arguments+set}" = set; then
22478 echo $ECHO_N "(cached) $ECHO_C" >&6
22480 if test x
$gcc_no_link = xyes
; then
22481 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
22482 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
22483 { (exit 1); exit 1; }; }
22485 cat >conftest.
$ac_ext <<_ACEOF
22488 cat confdefs.h
>>conftest.
$ac_ext
22489 cat >>conftest.
$ac_ext <<_ACEOF
22490 /* end confdefs.h. */
22492 #ifdef TIME_WITH_SYS_TIME
22493 #include <sys/time.h>
22496 #ifdef HAVE_SYS_TIME_H
22497 #include <sys/time.h>
22507 struct timeval time;
22508 #ifdef HAVE_TIMEZONE
22509 struct timezone dummy;
22510 #define DUMMY &dummy
22514 gettimeofday (&time, DUMMY);
22519 rm -f conftest.
$ac_objext conftest
$ac_exeext
22520 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22521 (eval $ac_link) 2>conftest.er1
22523 grep -v '^ *+' conftest.er1
>conftest.err
22525 cat conftest.err
>&5
22526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22527 (exit $ac_status); } &&
22528 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22529 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22530 (eval $ac_try) 2>&5
22532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22533 (exit $ac_status); }; } &&
22534 { ac_try
='test -s conftest$ac_exeext'
22535 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22536 (eval $ac_try) 2>&5
22538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22539 (exit $ac_status); }; }; then
22540 emacs_cv_gettimeofday_two_arguments
=yes
22542 echo "$as_me: failed program was:" >&5
22543 sed 's/^/| /' conftest.
$ac_ext >&5
22545 emacs_cv_gettimeofday_two_arguments
=no
22547 rm -f conftest.err conftest.
$ac_objext \
22548 conftest
$ac_exeext conftest.
$ac_ext
22550 echo "$as_me:$LINENO: result: $emacs_cv_gettimeofday_two_arguments" >&5
22551 echo "${ECHO_T}$emacs_cv_gettimeofday_two_arguments" >&6
22552 if test $emacs_cv_gettimeofday_two_arguments = no
; then
22554 cat >>confdefs.h
<<\_ACEOF
22555 #define GETTIMEOFDAY_ONE_ARGUMENT 1
22561 # Attempt to assert that the target is of common type in case we don't
22562 # have C99 integer types at all.
22564 echo "$as_me:$LINENO: checking whether the target is ILP32" >&5
22565 echo $ECHO_N "checking whether the target is ILP32... $ECHO_C" >&6
22566 if test "${target_ilp32+set}" = set; then
22567 echo $ECHO_N "(cached) $ECHO_C" >&6
22570 save_CFLAGS
="$CFLAGS"
22572 if test x
$gcc_no_link = xyes
; then
22573 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
22574 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
22575 { (exit 1); exit 1; }; }
22577 cat >conftest.
$ac_ext <<_ACEOF
22580 cat confdefs.h
>>conftest.
$ac_ext
22581 cat >>conftest.
$ac_ext <<_ACEOF
22582 /* end confdefs.h. */
22588 if (sizeof(int) == 4 && sizeof(long) == 4 && sizeof(void *) == 4)
22591 undefined_function ();
22597 rm -f conftest.
$ac_objext conftest
$ac_exeext
22598 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22599 (eval $ac_link) 2>conftest.er1
22601 grep -v '^ *+' conftest.er1
>conftest.err
22603 cat conftest.err
>&5
22604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22605 (exit $ac_status); } &&
22606 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22608 (eval $ac_try) 2>&5
22610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22611 (exit $ac_status); }; } &&
22612 { ac_try
='test -s conftest$ac_exeext'
22613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22614 (eval $ac_try) 2>&5
22616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22617 (exit $ac_status); }; }; then
22620 echo "$as_me: failed program was:" >&5
22621 sed 's/^/| /' conftest.
$ac_ext >&5
22625 rm -f conftest.err conftest.
$ac_objext \
22626 conftest
$ac_exeext conftest.
$ac_ext
22627 CFLAGS
="$save_CFLAGS"
22629 echo "$as_me:$LINENO: result: $target_ilp32" >&5
22630 echo "${ECHO_T}$target_ilp32" >&6
22631 if test $target_ilp32 = yes; then
22633 cat >>confdefs.h
<<\_ACEOF
22634 #define TARGET_ILP32 1
22640 # Check out attribute support.
22642 echo "$as_me:$LINENO: checking whether the target supports hidden visibility" >&5
22643 echo $ECHO_N "checking whether the target supports hidden visibility... $ECHO_C" >&6
22644 if test "${have_attribute_visibility+set}" = set; then
22645 echo $ECHO_N "(cached) $ECHO_C" >&6
22648 save_CFLAGS
="$CFLAGS"
22649 CFLAGS
="$CFLAGS -Werror"
22650 cat >conftest.
$ac_ext <<_ACEOF
22653 cat confdefs.h
>>conftest.
$ac_ext
22654 cat >>conftest.
$ac_ext <<_ACEOF
22655 /* end confdefs.h. */
22656 void __attribute__((visibility("hidden"))) foo(void) { }
22665 rm -f conftest.
$ac_objext
22666 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22667 (eval $ac_compile) 2>conftest.er1
22669 grep -v '^ *+' conftest.er1
>conftest.err
22671 cat conftest.err
>&5
22672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22673 (exit $ac_status); } &&
22674 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22676 (eval $ac_try) 2>&5
22678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22679 (exit $ac_status); }; } &&
22680 { ac_try
='test -s conftest.$ac_objext'
22681 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22682 (eval $ac_try) 2>&5
22684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22685 (exit $ac_status); }; }; then
22686 have_attribute_visibility
=yes
22688 echo "$as_me: failed program was:" >&5
22689 sed 's/^/| /' conftest.
$ac_ext >&5
22691 have_attribute_visibility
=no
22693 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22694 CFLAGS
="$save_CFLAGS"
22696 echo "$as_me:$LINENO: result: $have_attribute_visibility" >&5
22697 echo "${ECHO_T}$have_attribute_visibility" >&6
22698 if test $have_attribute_visibility = yes; then
22700 cat >>confdefs.h
<<\_ACEOF
22701 #define HAVE_ATTRIBUTE_VISIBILITY 1
22706 echo "$as_me:$LINENO: checking whether the target supports dllexport" >&5
22707 echo $ECHO_N "checking whether the target supports dllexport... $ECHO_C" >&6
22708 if test "${have_attribute_dllexport+set}" = set; then
22709 echo $ECHO_N "(cached) $ECHO_C" >&6
22712 save_CFLAGS
="$CFLAGS"
22713 CFLAGS
="$CFLAGS -Werror"
22714 cat >conftest.
$ac_ext <<_ACEOF
22717 cat confdefs.h
>>conftest.
$ac_ext
22718 cat >>conftest.
$ac_ext <<_ACEOF
22719 /* end confdefs.h. */
22720 void __attribute__((dllexport)) foo(void) { }
22729 rm -f conftest.
$ac_objext
22730 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22731 (eval $ac_compile) 2>conftest.er1
22733 grep -v '^ *+' conftest.er1
>conftest.err
22735 cat conftest.err
>&5
22736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22737 (exit $ac_status); } &&
22738 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22739 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22740 (eval $ac_try) 2>&5
22742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22743 (exit $ac_status); }; } &&
22744 { ac_try
='test -s conftest.$ac_objext'
22745 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22746 (eval $ac_try) 2>&5
22748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22749 (exit $ac_status); }; }; then
22750 have_attribute_dllexport
=yes
22752 echo "$as_me: failed program was:" >&5
22753 sed 's/^/| /' conftest.
$ac_ext >&5
22755 have_attribute_dllexport
=no
22757 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22758 CFLAGS
="$save_CFLAGS"
22760 echo "$as_me:$LINENO: result: $have_attribute_dllexport" >&5
22761 echo "${ECHO_T}$have_attribute_dllexport" >&6
22762 if test $have_attribute_dllexport = yes; then
22764 cat >>confdefs.h
<<\_ACEOF
22765 #define HAVE_ATTRIBUTE_DLLEXPORT 1
22770 echo "$as_me:$LINENO: checking whether the target supports symbol aliases" >&5
22771 echo $ECHO_N "checking whether the target supports symbol aliases... $ECHO_C" >&6
22772 if test "${have_attribute_alias+set}" = set; then
22773 echo $ECHO_N "(cached) $ECHO_C" >&6
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 #define ULP STR1(__USER_LABEL_PREFIX__)
22789 #define STR1(x) STR2(x)
22792 extern void bar(void) __attribute__((alias(ULP "foo")));
22801 rm -f conftest.
$ac_objext conftest
$ac_exeext
22802 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22803 (eval $ac_link) 2>conftest.er1
22805 grep -v '^ *+' conftest.er1
>conftest.err
22807 cat conftest.err
>&5
22808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22809 (exit $ac_status); } &&
22810 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22811 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22812 (eval $ac_try) 2>&5
22814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22815 (exit $ac_status); }; } &&
22816 { ac_try
='test -s conftest$ac_exeext'
22817 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22818 (eval $ac_try) 2>&5
22820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22821 (exit $ac_status); }; }; then
22822 have_attribute_alias
=yes
22824 echo "$as_me: failed program was:" >&5
22825 sed 's/^/| /' conftest.
$ac_ext >&5
22827 have_attribute_alias
=no
22829 rm -f conftest.err conftest.
$ac_objext \
22830 conftest
$ac_exeext conftest.
$ac_ext
22832 echo "$as_me:$LINENO: result: $have_attribute_alias" >&5
22833 echo "${ECHO_T}$have_attribute_alias" >&6
22834 if test $have_attribute_alias = yes; then
22836 cat >>confdefs.h
<<\_ACEOF
22837 #define HAVE_ATTRIBUTE_ALIAS 1
22842 # Check out sync builtins support.
22844 echo "$as_me:$LINENO: checking whether the target supports __sync_fetch_and_add" >&5
22845 echo $ECHO_N "checking whether the target supports __sync_fetch_and_add... $ECHO_C" >&6
22846 if test "${have_sync_fetch_and_add+set}" = set; then
22847 echo $ECHO_N "(cached) $ECHO_C" >&6
22850 if test x
$gcc_no_link = xyes
; then
22851 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
22852 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
22853 { (exit 1); exit 1; }; }
22855 cat >conftest.
$ac_ext <<_ACEOF
22858 cat confdefs.h
>>conftest.
$ac_ext
22859 cat >>conftest.
$ac_ext <<_ACEOF
22860 /* end confdefs.h. */
22866 if (foovar <= 0) return __sync_fetch_and_add (&foovar, 1);
22867 if (foovar > 10) return __sync_add_and_fetch (&foovar, -1);
22872 rm -f conftest.
$ac_objext conftest
$ac_exeext
22873 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22874 (eval $ac_link) 2>conftest.er1
22876 grep -v '^ *+' conftest.er1
>conftest.err
22878 cat conftest.err
>&5
22879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22880 (exit $ac_status); } &&
22881 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22882 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22883 (eval $ac_try) 2>&5
22885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22886 (exit $ac_status); }; } &&
22887 { ac_try
='test -s conftest$ac_exeext'
22888 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22889 (eval $ac_try) 2>&5
22891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22892 (exit $ac_status); }; }; then
22893 have_sync_fetch_and_add
=yes
22895 echo "$as_me: failed program was:" >&5
22896 sed 's/^/| /' conftest.
$ac_ext >&5
22898 have_sync_fetch_and_add
=no
22900 rm -f conftest.err conftest.
$ac_objext \
22901 conftest
$ac_exeext conftest.
$ac_ext
22903 echo "$as_me:$LINENO: result: $have_sync_fetch_and_add" >&5
22904 echo "${ECHO_T}$have_sync_fetch_and_add" >&6
22905 if test $have_sync_fetch_and_add = yes; then
22907 cat >>confdefs.h
<<\_ACEOF
22908 #define HAVE_SYNC_FETCH_AND_ADD 1
22913 # Check out thread support.
22915 echo "$as_me:$LINENO: checking configured target thread model" >&5
22916 echo $ECHO_N "checking configured target thread model... $ECHO_C" >&6
22917 if test "${target_thread_file+set}" = set; then
22918 echo $ECHO_N "(cached) $ECHO_C" >&6
22921 target_thread_file
=`$CC -v 2>&1 | sed -n 's/^Thread model: //p'`
22923 echo "$as_me:$LINENO: result: $target_thread_file" >&5
22924 echo "${ECHO_T}$target_thread_file" >&6
22926 if test $target_thread_file != single
; then
22928 cat >>confdefs.h
<<\_ACEOF
22929 #define HAVE_GTHR_DEFAULT 1
22934 # Check out #pragma weak.
22936 echo "$as_me:$LINENO: checking whether pragma weak works" >&5
22937 echo $ECHO_N "checking whether pragma weak works... $ECHO_C" >&6
22938 if test "${have_pragma_weak+set}" = set; then
22939 echo $ECHO_N "(cached) $ECHO_C" >&6
22942 gfor_save_CFLAGS
="$CFLAGS"
22943 CFLAGS
="$CFLAGS -Wunknown-pragmas"
22944 cat >conftest.
$ac_ext <<_ACEOF
22947 cat confdefs.h
>>conftest.
$ac_ext
22948 cat >>conftest.
$ac_ext <<_ACEOF
22949 /* end confdefs.h. */
22960 rm -f conftest.
$ac_objext
22961 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
22962 (eval $ac_compile) 2>conftest.er1
22964 grep -v '^ *+' conftest.er1
>conftest.err
22966 cat conftest.err
>&5
22967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22968 (exit $ac_status); } &&
22969 { ac_try
='test -z "$ac_c_werror_flag" || test ! -s conftest.err'
22970 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22971 (eval $ac_try) 2>&5
22973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22974 (exit $ac_status); }; } &&
22975 { ac_try
='test -s conftest.$ac_objext'
22976 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22977 (eval $ac_try) 2>&5
22979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22980 (exit $ac_status); }; }; then
22981 have_pragma_weak
=yes
22983 echo "$as_me: failed program was:" >&5
22984 sed 's/^/| /' conftest.
$ac_ext >&5
22986 have_pragma_weak
=no
22988 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
22990 echo "$as_me:$LINENO: result: $have_pragma_weak" >&5
22991 echo "${ECHO_T}$have_pragma_weak" >&6
22992 if test $have_pragma_weak = yes; then
22994 cat >>confdefs.h
<<\_ACEOF
22995 #define SUPPORTS_WEAK 1
23000 *-*-darwin* |
*-*-hpux* |
*-*-cygwin*)
23002 cat >>confdefs.h
<<\_ACEOF
23003 #define GTHREAD_USE_WEAK 0
23009 # Various other checks on target
23011 echo "$as_me:$LINENO: checking whether the target can unlink an open file" >&5
23012 echo $ECHO_N "checking whether the target can unlink an open file... $ECHO_C" >&6
23013 if test "${have_unlink_open_file+set}" = set; then
23014 echo $ECHO_N "(cached) $ECHO_C" >&6
23017 if test "$cross_compiling" = yes; then
23019 case "${target}" in
23020 *mingw
*) have_unlink_open_file
=no
;;
23021 *) have_unlink_open_file
=yes;;
23024 cat >conftest.
$ac_ext <<_ACEOF
23027 cat confdefs.h
>>conftest.
$ac_ext
23028 cat >>conftest.
$ac_ext <<_ACEOF
23029 /* end confdefs.h. */
23033 #include <unistd.h>
23034 #include <sys/stat.h>
23040 fd = open ("testfile", O_RDWR | O_CREAT, S_IWRITE | S_IREAD);
23043 if (unlink ("testfile") == -1)
23045 write (fd, "This is a test\n", 15);
23048 if (open ("testfile", O_RDONLY, S_IWRITE | S_IREAD) == -1 && errno == ENOENT)
23054 rm -f conftest
$ac_exeext
23055 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23056 (eval $ac_link) 2>&5
23058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23059 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
23060 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23061 (eval $ac_try) 2>&5
23063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23064 (exit $ac_status); }; }; then
23065 have_unlink_open_file
=yes
23067 echo "$as_me: program exited with status $ac_status" >&5
23068 echo "$as_me: failed program was:" >&5
23069 sed 's/^/| /' conftest.
$ac_ext >&5
23071 ( exit $ac_status )
23072 have_unlink_open_file
=no
23074 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
23077 echo "$as_me:$LINENO: result: $have_unlink_open_file" >&5
23078 echo "${ECHO_T}$have_unlink_open_file" >&6
23079 if test x
"$have_unlink_open_file" = xyes
; then
23081 cat >>confdefs.h
<<\_ACEOF
23082 #define HAVE_UNLINK_OPEN_FILE 1
23087 # Check whether line terminator is LF or CRLF
23089 echo "$as_me:$LINENO: checking whether the target has CRLF as line terminator" >&5
23090 echo $ECHO_N "checking whether the target has CRLF as line terminator... $ECHO_C" >&6
23091 if test "${have_crlf+set}" = set; then
23092 echo $ECHO_N "(cached) $ECHO_C" >&6
23095 if test "$cross_compiling" = yes; then
23097 case "${target}" in
23098 *mingw
*) have_crlf
=yes ;;
23102 cat >conftest.
$ac_ext <<_ACEOF
23105 cat confdefs.h
>>conftest.
$ac_ext
23106 cat >>conftest.
$ac_ext <<_ACEOF
23107 /* end confdefs.h. */
23109 /* This test program should exit with status 0 if system uses a CRLF as
23110 line terminator, and status 1 otherwise.
23111 Since it is used to check for mingw systems, and should return 0 in any
23112 other case, in case of a failure we will not use CRLF. */
23113 #include <sys/stat.h>
23114 #include <stdlib.h>
23126 fd = open ("foo", O_WRONLY | O_CREAT | O_TRUNC, S_IRWXU);
23129 if (write (fd, "\n", 1) < 0)
23134 if ((fd = open ("foo", O_RDONLY | O_BINARY, S_IRWXU)) < 0)
23136 bytes = read (fd, buff, 5);
23137 if (bytes == 2 && buff[0] == '\r' && buff[1] == '\n')
23144 rm -f conftest
$ac_exeext
23145 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23146 (eval $ac_link) 2>&5
23148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23149 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
23150 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23151 (eval $ac_try) 2>&5
23153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23154 (exit $ac_status); }; }; then
23157 echo "$as_me: program exited with status $ac_status" >&5
23158 echo "$as_me: failed program was:" >&5
23159 sed 's/^/| /' conftest.
$ac_ext >&5
23161 ( exit $ac_status )
23164 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
23167 echo "$as_me:$LINENO: result: $have_crlf" >&5
23168 echo "${ECHO_T}$have_crlf" >&6
23169 if test x
"$have_crlf" = xyes
; then
23171 cat >>confdefs.h
<<\_ACEOF
23172 #define HAVE_CRLF 1
23177 cat >confcache
<<\_ACEOF
23178 # This file is a shell script that caches the results of configure
23179 # tests run on this system so they can be shared between configure
23180 # scripts and configure runs, see configure's option --config-cache.
23181 # It is not useful on other systems. If it contains results you don't
23182 # want to keep, you may remove or edit it.
23184 # config.status only pays attention to the cache file if you give it
23185 # the --recheck option to rerun configure.
23187 # `ac_cv_env_foo' variables (set or unset) will be overridden when
23188 # loading this file, other *unset* `ac_cv_foo' will be assigned the
23189 # following values.
23193 # The following way of writing the cache mishandles newlines in values,
23194 # but we know of no workaround that is simple, portable, and efficient.
23195 # So, don't put newlines in cache variables' values.
23196 # Ultrix sh set writes to stderr and can't be redirected directly,
23197 # and sets the high bit in the cache file unless we assign to the vars.
23200 case `(ac_space=' '; set | grep ac_space) 2>&1` in
23202 # `set' does not quote correctly, so add quotes (double-quote
23203 # substitution turns \\\\ into \\, and sed turns \\ into \).
23206 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
23209 # `set' quotes correctly as required by POSIX, so do not add quotes.
23211 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
23218 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
23220 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
23222 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
23223 if test -w $cache_file; then
23224 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
23225 cat confcache
>$cache_file
23227 echo "not updating unwritable cache $cache_file"
23232 if test ${multilib} = yes; then
23233 multilib_arg
="--enable-multilib"
23238 # Write our Makefile.
23239 ac_config_files
="$ac_config_files Makefile"
23241 cat >confcache
<<\_ACEOF
23242 # This file is a shell script that caches the results of configure
23243 # tests run on this system so they can be shared between configure
23244 # scripts and configure runs, see configure's option --config-cache.
23245 # It is not useful on other systems. If it contains results you don't
23246 # want to keep, you may remove or edit it.
23248 # config.status only pays attention to the cache file if you give it
23249 # the --recheck option to rerun configure.
23251 # `ac_cv_env_foo' variables (set or unset) will be overridden when
23252 # loading this file, other *unset* `ac_cv_foo' will be assigned the
23253 # following values.
23257 # The following way of writing the cache mishandles newlines in values,
23258 # but we know of no workaround that is simple, portable, and efficient.
23259 # So, don't put newlines in cache variables' values.
23260 # Ultrix sh set writes to stderr and can't be redirected directly,
23261 # and sets the high bit in the cache file unless we assign to the vars.
23264 case `(ac_space=' '; set | grep ac_space) 2>&1` in
23266 # `set' does not quote correctly, so add quotes (double-quote
23267 # substitution turns \\\\ into \\, and sed turns \\ into \).
23270 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
23273 # `set' quotes correctly as required by POSIX, so do not add quotes.
23275 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
23282 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
23284 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
23286 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
23287 if test -w $cache_file; then
23288 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
23289 cat confcache
>$cache_file
23291 echo "not updating unwritable cache $cache_file"
23296 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
23297 # Let make expand exec_prefix.
23298 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
23300 # VPATH may cause trouble with some makes, so we remove $(srcdir),
23301 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
23302 # trailing colons and then remove the whole line if VPATH becomes empty
23303 # (actually we leave an empty line to preserve line numbers).
23304 if test "x$srcdir" = x.
; then
23305 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
23306 s/:*\$(srcdir):*/:/;
23307 s/:*\${srcdir}:*/:/;
23309 s/^\([^=]*=[ ]*\):*/\1/;
23315 DEFS
=-DHAVE_CONFIG_H
23319 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
23320 # 1. Remove the extension, and $U if already installed.
23321 ac_i
=`echo "$ac_i" |
23322 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
23324 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
23325 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
23327 LIBOBJS
=$ac_libobjs
23329 LTLIBOBJS
=$ac_ltlibobjs
23332 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
23333 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
23334 Usually this means the macro was only invoked conditionally." >&5
23335 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
23336 Usually this means the macro was only invoked conditionally." >&2;}
23337 { (exit 1); exit 1; }; }
23340 : ${CONFIG_STATUS=./config.status}
23341 ac_clean_files_save
=$ac_clean_files
23342 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
23343 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
23344 echo "$as_me: creating $CONFIG_STATUS" >&6;}
23345 cat >$CONFIG_STATUS <<_ACEOF
23347 # Generated by $as_me.
23348 # Run this file to recreate the current configuration.
23349 # Compiler output produced by configure, useful for debugging
23350 # configure, is in config.log if it exists.
23353 ac_cs_recheck=false
23355 SHELL=\${CONFIG_SHELL-$SHELL}
23358 cat >>$CONFIG_STATUS <<\_ACEOF
23359 ## --------------------- ##
23360 ## M4sh Initialization. ##
23361 ## --------------------- ##
23363 # Be Bourne compatible
23364 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
23367 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
23368 # is contrary to our usage. Disable this feature.
23369 alias -g '${1+"$@"}'='"$@"'
23370 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
23373 DUALCASE
=1; export DUALCASE
# for MKS sh
23375 # Support unset when possible.
23376 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
23383 # Work around bugs in pre-3.0 UWIN ksh.
23384 $as_unset ENV MAIL MAILPATH
23391 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
23392 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
23393 LC_TELEPHONE LC_TIME
23395 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
23396 eval $as_var=C
; export $as_var
23402 # Required to use basename.
23403 if expr a
: '\(a\)' >/dev
/null
2>&1; then
23409 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
23410 as_basename
=basename
23416 # Name of the executable.
23417 as_me
=`$as_basename "$0" ||
23418 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
23419 X"$0" : 'X\(//\)$' \| \
23420 X"$0" : 'X\(/\)$' \| \
23421 . : '\(.\)' 2>/dev/null ||
23423 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
23424 /^X\/\(\/\/\)$/{ s//\1/; q; }
23425 /^X\/\(\/\).*/{ s//\1/; q; }
23429 # PATH needs CR, and LINENO needs CR and PATH.
23430 # Avoid depending upon Character Ranges.
23431 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
23432 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
23433 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
23434 as_cr_digits
='0123456789'
23435 as_cr_alnum
=$as_cr_Letters$as_cr_digits
23437 # The user is always right.
23438 if test "${PATH_SEPARATOR+set}" != set; then
23439 echo "#! /bin/sh" >conf$$.sh
23440 echo "exit 0" >>conf$$.sh
23442 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
23451 as_lineno_1
=$LINENO
23452 as_lineno_2
=$LINENO
23453 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
23454 test "x$as_lineno_1" != "x$as_lineno_2" &&
23455 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
23456 # Find who we are. Look in the path if we contain no path at all
23459 *[\\/]* ) as_myself
=$0 ;;
23460 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
23461 for as_dir
in $PATH
23464 test -z "$as_dir" && as_dir
=.
23465 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
23470 # We did not find ourselves, most probably we were run as `sh COMMAND'
23471 # in which case we are not to be found in the path.
23472 if test "x$as_myself" = x
; then
23475 if test ! -f "$as_myself"; then
23476 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
23477 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
23478 { (exit 1); exit 1; }; }
23480 case $CONFIG_SHELL in
23482 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
23483 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
23486 test -z "$as_dir" && as_dir
=.
23487 for as_base
in sh bash ksh sh5
; do
23490 if ("$as_dir/$as_base" -c '
23491 as_lineno_1=$LINENO
23492 as_lineno_2=$LINENO
23493 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
23494 test "x$as_lineno_1" != "x$as_lineno_2" &&
23495 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
23496 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
23497 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
23498 CONFIG_SHELL
=$as_dir/$as_base
23499 export CONFIG_SHELL
23500 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
23508 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
23509 # uniformly replaced by the line number. The first 'sed' inserts a
23510 # line-number line before each line; the second 'sed' does the real
23511 # work. The second script uses 'N' to pair each line-number line
23512 # with the numbered line, and appends trailing '-' during
23513 # substitution so that $LINENO is not a special case at line end.
23514 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
23515 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
23516 sed '=' <$as_myself |
23521 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
23524 s,^['$as_cr_digits']*\n,,
23525 ' >$as_me.lineno
&&
23526 chmod +x
$as_me.lineno ||
23527 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
23528 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
23529 { (exit 1); exit 1; }; }
23531 # Don't try to exec as it changes $[0], causing all sort of problems
23532 # (the dirname of $[0] is not the place where we might find the
23533 # original and so on. Autoconf is especially sensible to this).
23535 # Exit status is that of the last command.
23540 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
23541 *c
*,-n*) ECHO_N
= ECHO_C
='
23543 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
23544 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
23547 if expr a
: '\(a\)' >/dev
/null
2>&1; then
23553 rm -f conf$$ conf$$.exe conf$$.
file
23555 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
23556 # We could just check for DJGPP; but this test a) works b) is more generic
23557 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
23558 if test -f conf$$.exe
; then
23559 # Don't use ln at all; we don't have any links
23564 elif ln conf$$.
file conf$$
2>/dev
/null
; then
23569 rm -f conf$$ conf$$.exe conf$$.
file
23571 if mkdir
-p .
2>/dev
/null
; then
23574 test -d .
/-p && rmdir .
/-p
23578 as_executable_p
="test -f"
23580 # Sed expression to map a string onto a valid CPP name.
23581 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
23583 # Sed expression to map a string onto a valid variable name.
23584 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
23588 # We need space, tab and new line, in precisely that order.
23598 # Open the log real soon, to keep \$[0] and so on meaningful, and to
23599 # report actual input values of CONFIG_FILES etc. instead of their
23600 # values after options handling. Logging --version etc. is OK.
23604 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
23605 ## Running $as_me. ##
23610 This file was extended by GNU Fortran Runtime Library $as_me 0.2, which was
23611 generated by GNU Autoconf 2.59. Invocation command line was
23613 CONFIG_FILES = $CONFIG_FILES
23614 CONFIG_HEADERS = $CONFIG_HEADERS
23615 CONFIG_LINKS = $CONFIG_LINKS
23616 CONFIG_COMMANDS = $CONFIG_COMMANDS
23620 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
23624 # Files that config.status was made for.
23625 if test -n "$ac_config_files"; then
23626 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
23629 if test -n "$ac_config_headers"; then
23630 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
23633 if test -n "$ac_config_links"; then
23634 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
23637 if test -n "$ac_config_commands"; then
23638 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
23641 cat >>$CONFIG_STATUS <<\_ACEOF
23644 \`$as_me' instantiates files from templates according to the
23645 current configuration.
23647 Usage: $0 [OPTIONS] [FILE]...
23649 -h, --help print this help, then exit
23650 -V, --version print version number, then exit
23651 -q, --quiet do not print progress messages
23652 -d, --debug don't remove temporary files
23653 --recheck update $as_me by reconfiguring in the same conditions
23654 --file=FILE[:TEMPLATE]
23655 instantiate the configuration file FILE
23656 --header=FILE[:TEMPLATE]
23657 instantiate the configuration header FILE
23659 Configuration files:
23662 Configuration headers:
23665 Configuration commands:
23668 Report bugs to <bug-autoconf@gnu.org>."
23671 cat >>$CONFIG_STATUS <<_ACEOF
23673 GNU Fortran Runtime Library config.status 0.2
23674 configured by $0, generated by GNU Autoconf 2.59,
23675 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
23677 Copyright (C) 2003 Free Software Foundation, Inc.
23678 This config.status script is free software; the Free Software Foundation
23679 gives unlimited permission to copy, distribute and modify it."
23684 cat >>$CONFIG_STATUS <<\_ACEOF
23685 # If no file are specified by the user, then we need to provide default
23686 # value. By we need to know if files were specified by the user.
23692 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
23693 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
23701 *) # This is not an option, so the user has probably given explicit
23704 ac_need_defaults
=false
;;
23708 # Handling of the options.
23710 cat >>$CONFIG_STATUS <<\_ACEOF
23711 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
23713 --version |
--vers* |
-V )
23714 echo "$ac_cs_version"; exit 0 ;;
23716 # Conflict between --help and --header
23717 { { echo "$as_me:$LINENO: error: ambiguous option: $1
23718 Try \`$0 --help' for more information." >&5
23719 echo "$as_me: error: ambiguous option: $1
23720 Try \`$0 --help' for more information." >&2;}
23721 { (exit 1); exit 1; }; };;
23722 --help |
--hel |
-h )
23723 echo "$ac_cs_usage"; exit 0 ;;
23724 --debug |
--d* |
-d )
23726 --file |
--fil |
--fi |
--f )
23728 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
23729 ac_need_defaults
=false
;;
23730 --header |
--heade |
--head |
--hea )
23732 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
23733 ac_need_defaults
=false
;;
23734 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
23735 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
23738 # This is an error.
23739 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
23740 Try \`$0 --help' for more information." >&5
23741 echo "$as_me: error: unrecognized option: $1
23742 Try \`$0 --help' for more information." >&2;}
23743 { (exit 1); exit 1; }; } ;;
23745 *) ac_config_targets
="$ac_config_targets $1" ;;
23751 ac_configure_extra_args
=
23753 if $ac_cs_silent; then
23755 ac_configure_extra_args
="$ac_configure_extra_args --silent"
23759 cat >>$CONFIG_STATUS <<_ACEOF
23760 if \$ac_cs_recheck; then
23761 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
23762 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
23767 cat >>$CONFIG_STATUS <<_ACEOF
23769 # INIT-COMMANDS section.
23776 with_multisubdir="$with_multisubdir"
23777 with_multisrctop="$with_multisrctop"
23778 with_target_subdir="$with_target_subdir"
23779 ac_configure_args="${multilib_arg} ${ac_configure_args}"
23780 multi_basedir="$multi_basedir"
23781 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
23786 acx_cv_header_stdint="$acx_cv_header_stdint"
23787 acx_cv_type_int8_t="$acx_cv_type_int8_t"
23788 acx_cv_type_int16_t="$acx_cv_type_int16_t"
23789 acx_cv_type_int32_t="$acx_cv_type_int32_t"
23790 acx_cv_type_int64_t="$acx_cv_type_int64_t"
23791 acx_cv_type_intptr_t="$acx_cv_type_intptr_t"
23792 ac_cv_type_uintmax_t="$ac_cv_type_uintmax_t"
23793 ac_cv_type_uintptr_t="$ac_cv_type_uintptr_t"
23794 ac_cv_type_uint64_t="$ac_cv_type_uint64_t"
23795 ac_cv_type_u_int64_t="$ac_cv_type_u_int64_t"
23796 ac_cv_type_u_int32_t="$ac_cv_type_u_int32_t"
23797 ac_cv_type_int_least32_t="$ac_cv_type_int_least32_t"
23798 ac_cv_type_int_fast32_t="$ac_cv_type_int_fast32_t"
23799 ac_cv_sizeof_void_p="$ac_cv_sizeof_void_p"
23806 cat >>$CONFIG_STATUS <<\_ACEOF
23807 for ac_config_target
in $ac_config_targets
23809 case "$ac_config_target" in
23810 # Handling of arguments.
23811 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
23812 "default-1" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS default-1" ;;
23813 "gstdint.h" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS gstdint.h" ;;
23814 "config.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS config.h" ;;
23815 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
23816 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
23817 { (exit 1); exit 1; }; };;
23821 # If the user did not use the arguments to specify the items to instantiate,
23822 # then the envvar interface is used. Set only those that are not.
23823 # We use the long form for the default assignment because of an extremely
23824 # bizarre bug on SunOS 4.1.3.
23825 if $ac_need_defaults; then
23826 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
23827 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
23828 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
23831 # Have a temporary directory for convenience. Make it in the build tree
23832 # simply because there is no reason to put it here, and in addition,
23833 # creating and moving files from /tmp can sometimes cause problems.
23834 # Create a temporary directory, and hook for its removal unless debugging.
23837 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
23838 trap '{ (exit 1); exit 1; }' 1 2 13 15
23841 # Create a (secure) tmp directory for tmp files.
23844 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
23845 test -n "$tmp" && test -d "$tmp"
23848 tmp
=.
/confstat$$
-$RANDOM
23849 (umask 077 && mkdir
$tmp)
23852 echo "$me: cannot create a temporary directory in ." >&2
23853 { (exit 1); exit 1; }
23858 cat >>$CONFIG_STATUS <<_ACEOF
23861 # CONFIG_FILES section.
23864 # No need to generate the scripts if there are no CONFIG_FILES.
23865 # This happens for instance when ./config.status config.h
23866 if test -n "\$CONFIG_FILES"; then
23867 # Protect against being on the right side of a sed subst in config.status.
23868 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
23869 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
23870 s,@SHELL@,$SHELL,;t t
23871 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
23872 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
23873 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
23874 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
23875 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
23876 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
23877 s,@exec_prefix@,$exec_prefix,;t t
23878 s,@prefix@,$prefix,;t t
23879 s,@program_transform_name@,$program_transform_name,;t t
23880 s,@bindir@,$bindir,;t t
23881 s,@sbindir@,$sbindir,;t t
23882 s,@libexecdir@,$libexecdir,;t t
23883 s,@datadir@,$datadir,;t t
23884 s,@sysconfdir@,$sysconfdir,;t t
23885 s,@sharedstatedir@,$sharedstatedir,;t t
23886 s,@localstatedir@,$localstatedir,;t t
23887 s,@libdir@,$libdir,;t t
23888 s,@includedir@,$includedir,;t t
23889 s,@oldincludedir@,$oldincludedir,;t t
23890 s,@infodir@,$infodir,;t t
23891 s,@mandir@,$mandir,;t t
23892 s,@build_alias@,$build_alias,;t t
23893 s,@host_alias@,$host_alias,;t t
23894 s,@target_alias@,$target_alias,;t t
23895 s,@DEFS@,$DEFS,;t t
23896 s,@ECHO_C@,$ECHO_C,;t t
23897 s,@ECHO_N@,$ECHO_N,;t t
23898 s,@ECHO_T@,$ECHO_T,;t t
23899 s,@LIBS@,$LIBS,;t t
23900 s,@build@,$build,;t t
23901 s,@build_cpu@,$build_cpu,;t t
23902 s,@build_vendor@,$build_vendor,;t t
23903 s,@build_os@,$build_os,;t t
23904 s,@build_subdir@,$build_subdir,;t t
23905 s,@host_subdir@,$host_subdir,;t t
23906 s,@target_subdir@,$target_subdir,;t t
23907 s,@host@,$host,;t t
23908 s,@host_cpu@,$host_cpu,;t t
23909 s,@host_vendor@,$host_vendor,;t t
23910 s,@host_os@,$host_os,;t t
23911 s,@target@,$target,;t t
23912 s,@target_cpu@,$target_cpu,;t t
23913 s,@target_vendor@,$target_vendor,;t t
23914 s,@target_os@,$target_os,;t t
23915 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
23916 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
23917 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
23918 s,@CYGPATH_W@,$CYGPATH_W,;t t
23919 s,@PACKAGE@,$PACKAGE,;t t
23920 s,@VERSION@,$VERSION,;t t
23921 s,@ACLOCAL@,$ACLOCAL,;t t
23922 s,@AUTOCONF@,$AUTOCONF,;t t
23923 s,@AUTOMAKE@,$AUTOMAKE,;t t
23924 s,@AUTOHEADER@,$AUTOHEADER,;t t
23925 s,@MAKEINFO@,$MAKEINFO,;t t
23926 s,@install_sh@,$install_sh,;t t
23927 s,@STRIP@,$STRIP,;t t
23928 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
23929 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
23930 s,@mkdir_p@,$mkdir_p,;t t
23932 s,@SET_MAKE@,$SET_MAKE,;t t
23933 s,@am__leading_dot@,$am__leading_dot,;t t
23934 s,@AMTAR@,$AMTAR,;t t
23935 s,@am__tar@,$am__tar,;t t
23936 s,@am__untar@,$am__untar,;t t
23937 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
23938 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
23939 s,@MAINT@,$MAINT,;t t
23940 s,@multi_basedir@,$multi_basedir,;t t
23941 s,@toolexecdir@,$toolexecdir,;t t
23942 s,@toolexeclibdir@,$toolexeclibdir,;t t
23944 s,@ac_ct_CC@,$ac_ct_CC,;t t
23945 s,@EXEEXT@,$EXEEXT,;t t
23946 s,@OBJEXT@,$OBJEXT,;t t
23947 s,@AM_FCFLAGS@,$AM_FCFLAGS,;t t
23948 s,@AM_CFLAGS@,$AM_CFLAGS,;t t
23950 s,@ac_ct_AS@,$ac_ct_AS,;t t
23952 s,@ac_ct_AR@,$ac_ct_AR,;t t
23953 s,@RANLIB@,$RANLIB,;t t
23954 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
23955 s,@LN_S@,$LN_S,;t t
23956 s,@LIBTOOL@,$LIBTOOL,;t t
23957 s,@enable_shared@,$enable_shared,;t t
23958 s,@enable_static@,$enable_static,;t t
23960 s,@FCFLAGS@,$FCFLAGS,;t t
23961 s,@LDFLAGS@,$LDFLAGS,;t t
23962 s,@ac_ct_FC@,$ac_ct_FC,;t t
23963 s,@extra_ldflags_libgfortran@,$extra_ldflags_libgfortran,;t t
23965 s,@CPPFLAGS@,$CPPFLAGS,;t t
23966 s,@EGREP@,$EGREP,;t t
23967 s,@FPU_HOST_HEADER@,$FPU_HOST_HEADER,;t t
23968 s,@LIBOBJS@,$LIBOBJS,;t t
23969 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
23974 cat >>$CONFIG_STATUS <<\_ACEOF
23975 # Split the substitutions into bite-sized pieces for seds with
23976 # small command number limits, like on Digital OSF/1 and HP-UX.
23977 ac_max_sed_lines
=48
23978 ac_sed_frag
=1 # Number of current file.
23979 ac_beg
=1 # First line for current file.
23980 ac_end
=$ac_max_sed_lines # Line after last line for current file.
23983 while $ac_more_lines; do
23984 if test $ac_beg -gt 1; then
23985 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
23987 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
23989 if test ! -s $tmp/subs.frag
; then
23990 ac_more_lines
=false
23992 # The purpose of the label and of the branching condition is to
23993 # speed up the sed processing (if there are no `@' at all, there
23994 # is no need to browse any of the substitutions).
23995 # These are the two extra sed commands mentioned above.
23997 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs-
$ac_sed_frag.
sed
23998 if test -z "$ac_sed_cmds"; then
23999 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
24001 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
24003 ac_sed_frag
=`expr $ac_sed_frag + 1`
24005 ac_end
=`expr $ac_end + $ac_max_sed_lines`
24008 if test -z "$ac_sed_cmds"; then
24011 fi # test -n "$CONFIG_FILES"
24014 cat >>$CONFIG_STATUS <<\_ACEOF
24015 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
24016 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
24018 - |
*:- |
*:-:* ) # input from stdin
24020 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
24021 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
24022 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
24023 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
24024 * ) ac_file_in
=$ac_file.
in ;;
24027 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
24028 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
24029 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
24030 X"$ac_file" : 'X\(//\)[^/]' \| \
24031 X"$ac_file" : 'X\(//\)$' \| \
24032 X"$ac_file" : 'X\(/\)' \| \
24033 . : '\(.\)' 2>/dev/null ||
24035 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
24036 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
24037 /^X\(\/\/\)$/{ s//\1/; q; }
24038 /^X\(\/\).*/{ s//\1/; q; }
24040 { if $as_mkdir_p; then
24045 while test ! -d "$as_dir"; do
24046 as_dirs
="$as_dir $as_dirs"
24047 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
24048 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
24049 X"$as_dir" : 'X\(//\)[^/]' \| \
24050 X"$as_dir" : 'X\(//\)$' \| \
24051 X"$as_dir" : 'X\(/\)' \| \
24052 . : '\(.\)' 2>/dev/null ||
24054 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
24055 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
24056 /^X\(\/\/\)$/{ s//\1/; q; }
24057 /^X\(\/\).*/{ s//\1/; q; }
24060 test ! -n "$as_dirs" || mkdir
$as_dirs
24061 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
24062 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
24063 { (exit 1); exit 1; }; }; }
24067 if test "$ac_dir" != .
; then
24068 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
24069 # A "../" for each directory in $ac_dir_suffix.
24070 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
24072 ac_dir_suffix
= ac_top_builddir
=
24076 .
) # No --srcdir option. We are building in place.
24078 if test -z "$ac_top_builddir"; then
24081 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
24083 [\\/]* | ?
:[\\/]* ) # Absolute path.
24084 ac_srcdir
=$srcdir$ac_dir_suffix;
24085 ac_top_srcdir
=$srcdir ;;
24086 *) # Relative path.
24087 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
24088 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
24091 # Do not use `cd foo && pwd` to compute absolute paths, because
24092 # the directories may not exist.
24094 .
) ac_abs_builddir
="$ac_dir";;
24097 .
) ac_abs_builddir
=`pwd`;;
24098 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
24099 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
24102 case $ac_abs_builddir in
24103 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
24105 case ${ac_top_builddir}.
in
24106 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
24107 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
24108 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
24111 case $ac_abs_builddir in
24112 .
) ac_abs_srcdir
=$ac_srcdir;;
24115 .
) ac_abs_srcdir
=$ac_abs_builddir;;
24116 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
24117 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
24120 case $ac_abs_builddir in
24121 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
24123 case $ac_top_srcdir in
24124 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
24125 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
24126 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
24132 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
24133 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
24136 # Let's still pretend it is `configure' which instantiates (i.e., don't
24137 # use $as_me), people would be surprised to read:
24138 # /* config.h. Generated by config.status. */
24139 if test x
"$ac_file" = x-
; then
24142 configure_input
="$ac_file. "
24144 configure_input
=$configure_input"Generated from `echo $ac_file_in |
24145 sed 's,.*/,,'` by configure."
24147 # First look for the input files in the build tree, otherwise in the
24149 ac_file_inputs
=`IFS=:
24150 for f in $ac_file_in; do
24152 -) echo $tmp/stdin ;;
24154 # Absolute (can't be DOS-style, as IFS=:)
24155 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
24156 echo "$as_me: error: cannot find input file: $f" >&2;}
24157 { (exit 1); exit 1; }; }
24160 if test -f "$f"; then
24163 elif test -f "$srcdir/$f"; then
24168 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
24169 echo "$as_me: error: cannot find input file: $f" >&2;}
24170 { (exit 1); exit 1; }; }
24173 done` ||
{ (exit 1); exit 1; }
24175 if test x
"$ac_file" != x-
; then
24176 { echo "$as_me:$LINENO: creating $ac_file" >&5
24177 echo "$as_me: creating $ac_file" >&6;}
24181 cat >>$CONFIG_STATUS <<_ACEOF
24185 cat >>$CONFIG_STATUS <<\_ACEOF
24187 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
24188 s
,@configure_input@
,$configure_input,;t t
24189 s
,@srcdir@
,$ac_srcdir,;t t
24190 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
24191 s
,@top_srcdir@
,$ac_top_srcdir,;t t
24192 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
24193 s
,@builddir@
,$ac_builddir,;t t
24194 s
,@abs_builddir@
,$ac_abs_builddir,;t t
24195 s
,@top_builddir@
,$ac_top_builddir,;t t
24196 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
24197 s
,@INSTALL@
,$ac_INSTALL,;t t
24198 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
24200 if test x"$ac_file" != x-; then
24201 mv $tmp/out $ac_file
24209 cat >>$CONFIG_STATUS <<\_ACEOF
24212 # CONFIG_HEADER section.
24215 # These sed commands are passed to sed as "A NAME B NAME C VALUE D
", where
24216 # NAME is the cpp macro being defined and VALUE is the value it is being given.
24218 # ac_d sets the value in "#define NAME VALUE" lines.
24219 ac_dA
='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
24220 ac_dB
='[ ].*$,\1#\2'
24223 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
24224 ac_uA
='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
24225 ac_uB
='$,\1#\2define\3'
24229 for ac_file
in : $CONFIG_HEADERS; do test "x$ac_file" = x
: && continue
24230 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
24232 - |
*:- |
*:-:* ) # input from stdin
24234 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
24235 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
24236 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
24237 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
24238 * ) ac_file_in
=$ac_file.
in ;;
24241 test x
"$ac_file" != x-
&& { echo "$as_me:$LINENO: creating $ac_file" >&5
24242 echo "$as_me: creating $ac_file" >&6;}
24244 # First look for the input files in the build tree, otherwise in the
24246 ac_file_inputs
=`IFS=:
24247 for f in $ac_file_in; do
24249 -) echo $tmp/stdin ;;
24251 # Absolute (can't be DOS-style, as IFS=:)
24252 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
24253 echo "$as_me: error: cannot find input file: $f" >&2;}
24254 { (exit 1); exit 1; }; }
24255 # Do quote $f, to prevent DOS paths from being IFS'd.
24258 if test -f "$f"; then
24261 elif test -f "$srcdir/$f"; then
24266 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
24267 echo "$as_me: error: cannot find input file: $f" >&2;}
24268 { (exit 1); exit 1; }; }
24271 done` ||
{ (exit 1); exit 1; }
24272 # Remove the trailing spaces.
24273 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
24277 # Transform confdefs.h into two sed scripts, `conftest.defines' and
24278 # `conftest.undefs', that substitutes the proper values into
24279 # config.h.in to produce config.h. The first handles `#define'
24280 # templates, and the second `#undef' templates.
24281 # And first: Protect against being on the right side of a sed subst in
24282 # config.status. Protect against being in an unquoted here document
24283 # in config.status.
24284 rm -f conftest.defines conftest.undefs
24285 # Using a here document instead of a string reduces the quoting nightmare.
24286 # Putting comments in sed scripts is not portable.
24288 # `end' is used to avoid that the second main sed command (meant for
24289 # 0-ary CPP macros) applies to n-ary macro definitions.
24290 # See the Autoconf documentation for `clear'.
24291 cat >confdef2sed.
sed <<\_ACEOF
24296 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
24298 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
24301 # If some macros were called several times there might be several times
24302 # the same #defines, which is useless. Nevertheless, we may not want to
24303 # sort them, since we want the *last* AC-DEFINE to be honored.
24304 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
24305 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
24306 rm -f confdef2sed.sed
24308 # This sed command replaces #undef with comments. This is necessary, for
24309 # example, in the case of _POSIX_SOURCE, which is predefined and required
24310 # on some systems where configure will not decide to define it.
24311 cat >>conftest.undefs <<\_ACEOF
24312 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
24315 # Break up conftest.defines because some shells have a limit on the size
24316 # of here documents, and old seds have small limits too (100 cmds).
24317 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
24318 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
24319 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
24320 echo ' :' >>$CONFIG_STATUS
24321 rm -f conftest.tail
24322 while grep . conftest.defines >/dev/null
24324 # Write a limited-size here document to $tmp/defines.sed.
24325 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
24326 # Speed up: don't consider the non `#define' lines.
24327 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
24328 # Work around the forget-to-reset-the-flag bug.
24329 echo 't clr' >>$CONFIG_STATUS
24330 echo ': clr' >>$CONFIG_STATUS
24331 sed ${ac_max_here_lines}q conftest.defines
>>$CONFIG_STATUS
24333 sed -f $tmp/defines.sed $tmp/in >$tmp/out
24335 mv $tmp/out $tmp/in
24337 sed 1,${ac_max_here_lines}d conftest.defines
>conftest.
tail
24338 rm -f conftest.defines
24339 mv conftest.
tail conftest.defines
24341 rm -f conftest.defines
24342 echo ' fi # grep' >>$CONFIG_STATUS
24343 echo >>$CONFIG_STATUS
24345 # Break up conftest.undefs because some shells have a limit on the size
24346 # of here documents, and old seds have small limits too (100 cmds).
24347 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
24348 rm -f conftest.
tail
24349 while grep . conftest.undefs
>/dev
/null
24351 # Write a limited-size here document to $tmp/undefs.sed.
24352 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
24353 # Speed up: don't consider the non
`#undef'
24354 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
24355 # Work around the forget-to-reset-the-flag bug.
24356 echo 't clr' >>$CONFIG_STATUS
24357 echo ': clr' >>$CONFIG_STATUS
24358 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
24360 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
24362 mv $tmp/out $tmp/in
24364 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
24365 rm -f conftest.undefs
24366 mv conftest.tail conftest.undefs
24368 rm -f conftest.undefs
24370 cat >>$CONFIG_STATUS <<\_ACEOF
24371 # Let's still pretend it is `configure
' which instantiates (i.e., don't
24372 # use $as_me), people would be surprised to read:
24373 # /* config.h. Generated by config.status. */
24374 if test x
"$ac_file" = x-
; then
24375 echo "/* Generated by configure. */" >$tmp/config.h
24377 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
24379 cat $tmp/in >>$tmp/config.h
24381 if test x
"$ac_file" != x-
; then
24382 if diff $ac_file $tmp/config.h
>/dev
/null
2>&1; then
24383 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
24384 echo "$as_me: $ac_file is unchanged" >&6;}
24386 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
24387 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
24388 X"$ac_file" : 'X\(//\)[^/]' \| \
24389 X"$ac_file" : 'X\(//\)$' \| \
24390 X"$ac_file" : 'X\(/\)' \| \
24391 . : '\(.\)' 2>/dev/null ||
24393 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
24394 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
24395 /^X\(\/\/\)$/{ s//\1/; q; }
24396 /^X\(\/\).*/{ s//\1/; q; }
24398 { if $as_mkdir_p; then
24403 while test ! -d "$as_dir"; do
24404 as_dirs
="$as_dir $as_dirs"
24405 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
24406 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
24407 X"$as_dir" : 'X\(//\)[^/]' \| \
24408 X"$as_dir" : 'X\(//\)$' \| \
24409 X"$as_dir" : 'X\(/\)' \| \
24410 . : '\(.\)' 2>/dev/null ||
24412 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
24413 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
24414 /^X\(\/\/\)$/{ s//\1/; q; }
24415 /^X\(\/\).*/{ s//\1/; q; }
24418 test ! -n "$as_dirs" || mkdir
$as_dirs
24419 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
24420 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
24421 { (exit 1); exit 1; }; }; }
24424 mv $tmp/config.h
$ac_file
24428 rm -f $tmp/config.h
24430 # Compute $ac_file's index in $config_headers.
24432 for _am_header
in $config_headers :; do
24433 case $_am_header in
24434 $ac_file |
$ac_file:* )
24437 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
24440 echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
24441 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
24442 X$ac_file : 'X\(//\)[^/]' \| \
24443 X$ac_file : 'X\(//\)$' \| \
24444 X$ac_file : 'X\(/\)' \| \
24445 . : '\(.\)' 2>/dev/null ||
24447 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
24448 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
24449 /^X\(\/\/\)$/{ s//\1/; q; }
24450 /^X\(\/\).*/{ s//\1/; q; }
24451 s/.*/./; q'`/stamp-h
$_am_stamp_count
24454 cat >>$CONFIG_STATUS <<\_ACEOF
24457 # CONFIG_COMMANDS section.
24459 for ac_file
in : $CONFIG_COMMANDS; do test "x$ac_file" = x
: && continue
24460 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
24461 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
24462 ac_dir
=`(dirname "$ac_dest") 2>/dev/null ||
24463 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
24464 X"$ac_dest" : 'X\(//\)[^/]' \| \
24465 X"$ac_dest" : 'X\(//\)$' \| \
24466 X"$ac_dest" : 'X\(/\)' \| \
24467 . : '\(.\)' 2>/dev/null ||
24469 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
24470 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
24471 /^X\(\/\/\)$/{ s//\1/; q; }
24472 /^X\(\/\).*/{ s//\1/; q; }
24474 { if $as_mkdir_p; then
24479 while test ! -d "$as_dir"; do
24480 as_dirs
="$as_dir $as_dirs"
24481 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
24482 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
24483 X"$as_dir" : 'X\(//\)[^/]' \| \
24484 X"$as_dir" : 'X\(//\)$' \| \
24485 X"$as_dir" : 'X\(/\)' \| \
24486 . : '\(.\)' 2>/dev/null ||
24488 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
24489 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
24490 /^X\(\/\/\)$/{ s//\1/; q; }
24491 /^X\(\/\).*/{ s//\1/; q; }
24494 test ! -n "$as_dirs" || mkdir
$as_dirs
24495 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
24496 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
24497 { (exit 1); exit 1; }; }; }
24501 if test "$ac_dir" != .
; then
24502 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
24503 # A "../" for each directory in $ac_dir_suffix.
24504 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
24506 ac_dir_suffix
= ac_top_builddir
=
24510 .
) # No --srcdir option. We are building in place.
24512 if test -z "$ac_top_builddir"; then
24515 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
24517 [\\/]* | ?
:[\\/]* ) # Absolute path.
24518 ac_srcdir
=$srcdir$ac_dir_suffix;
24519 ac_top_srcdir
=$srcdir ;;
24520 *) # Relative path.
24521 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
24522 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
24525 # Do not use `cd foo && pwd` to compute absolute paths, because
24526 # the directories may not exist.
24528 .
) ac_abs_builddir
="$ac_dir";;
24531 .
) ac_abs_builddir
=`pwd`;;
24532 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
24533 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
24536 case $ac_abs_builddir in
24537 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
24539 case ${ac_top_builddir}.
in
24540 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
24541 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
24542 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
24545 case $ac_abs_builddir in
24546 .
) ac_abs_srcdir
=$ac_srcdir;;
24549 .
) ac_abs_srcdir
=$ac_abs_builddir;;
24550 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
24551 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
24554 case $ac_abs_builddir in
24555 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
24557 case $ac_top_srcdir in
24558 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
24559 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
24560 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
24565 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
24566 echo "$as_me: executing $ac_dest commands" >&6;}
24569 # Only add multilib support code if we just rebuilt the top-level
24571 case " $CONFIG_FILES " in
24573 ac_file
=Makefile .
${multi_basedir}/config-ml.
in
24577 if test "$GCC" = yes; then
24578 echo "/* generated for " `$CC --version | sed 1q` "*/" > tmp-stdint.h
24580 echo "/* generated for $CC */" > tmp-stdint.h
24583 sed 's/^ *//' >> tmp-stdint.h
<<EOF
24585 #ifndef GCC_GENERATED_STDINT_H
24586 #define GCC_GENERATED_STDINT_H 1
24588 #include <sys/types.h>
24591 if test "$acx_cv_header_stdint" != stdint.h
; then
24592 echo "#include <stddef.h>" >> tmp-stdint.h
24594 if test "$acx_cv_header_stdint" != stddef.h
; then
24595 echo "#include <$acx_cv_header_stdint>" >> tmp-stdint.h
24598 sed 's/^ *//' >> tmp-stdint.h
<<EOF
24599 /* glibc uses these symbols as guards to prevent redefinitions. */
24600 #ifdef __int8_t_defined
24605 #ifdef __uint32_t_defined
24611 # ----------------- done header, emit basic int types -------------
24612 if test "$acx_cv_header_stdint" = stddef.h
; then
24613 sed 's/^ *//' >> tmp-stdint.h
<<EOF
24617 typedef unsigned $acx_cv_type_int8_t uint8_t;
24622 typedef unsigned $acx_cv_type_int16_t uint16_t;
24627 typedef unsigned $acx_cv_type_int32_t uint32_t;
24632 typedef $acx_cv_type_int8_t int8_t;
24637 typedef $acx_cv_type_int16_t int16_t;
24642 typedef $acx_cv_type_int32_t int32_t;
24645 elif test "$ac_cv_type_u_int32_t" = yes; then
24646 sed 's/^ *//' >> tmp-stdint.h
<<EOF
24648 /* int8_t int16_t int32_t defined by inet code, we do the u_intXX types */
24661 typedef u_int8_t uint8_t;
24666 typedef u_int16_t uint16_t;
24671 typedef u_int32_t uint32_t;
24675 sed 's/^ *//' >> tmp-stdint.h
<<EOF
24677 /* Some systems have guard macros to prevent redefinitions, define them. */
24699 # ------------- done basic int types, emit int64_t types ------------
24700 if test "$ac_cv_type_uint64_t" = yes; then
24701 sed 's/^ *//' >> tmp-stdint.h
<<EOF
24703 /* system headers have good uint64_t and int64_t */
24711 elif test "$ac_cv_type_u_int64_t" = yes; then
24712 sed 's/^ *//' >> tmp-stdint.h
<<EOF
24714 /* system headers have an u_int64_t (and int64_t) */
24720 typedef u_int64_t uint64_t;
24723 elif test -n "$acx_cv_type_int64_t"; then
24724 sed 's/^ *//' >> tmp-stdint.h
<<EOF
24726 /* architecture has a 64-bit type, $acx_cv_type_int64_t */
24729 typedef $acx_cv_type_int64_t int64_t;
24733 typedef unsigned $acx_cv_type_int64_t uint64_t;
24737 sed 's/^ *//' >> tmp-stdint.h
<<EOF
24739 /* some common heuristics for int64_t, using compiler-specific tests */
24740 #if defined __STDC_VERSION__ && (__STDC_VERSION__-0) >= 199901L
24743 typedef long long int64_t;
24747 typedef unsigned long long uint64_t;
24750 #elif defined __GNUC__ && defined (__STDC__) && __STDC__-0
24751 /* NextStep 2.0 cc is really gcc 1.93 but it defines __GNUC__ = 2 and
24752 does not implement __extension__. But that compiler doesn't define
24754 # if __GNUC__ < 2 || (__NeXT__ && !__GNUC_MINOR__)
24755 # define __extension__
24760 __extension__ typedef long long int64_t;
24764 __extension__ typedef unsigned long long uint64_t;
24767 #elif !defined __STRICT_ANSI__
24768 # if defined _MSC_VER || defined __WATCOMC__ || defined __BORLANDC__
24772 typedef __int64 int64_t;
24776 typedef unsigned __int64 uint64_t;
24778 # endif /* compiler */
24780 #endif /* ANSI version */
24784 # ------------- done int64_t types, emit intptr types ------------
24785 if test "$ac_cv_type_uintptr_t" != yes; then
24786 sed 's/^ *//' >> tmp-stdint.h
<<EOF
24788 /* Define intptr_t based on sizeof(void*) = $ac_cv_sizeof_void_p */
24789 typedef u$acx_cv_type_intptr_t uintptr_t;
24790 typedef $acx_cv_type_intptr_t intptr_t;
24794 # ------------- done intptr types, emit int_least types ------------
24795 if test "$ac_cv_type_int_least32_t" != yes; then
24796 sed 's/^ *//' >> tmp-stdint.h
<<EOF
24798 /* Define int_least types */
24799 typedef int8_t int_least8_t;
24800 typedef int16_t int_least16_t;
24801 typedef int32_t int_least32_t;
24803 typedef int64_t int_least64_t;
24806 typedef uint8_t uint_least8_t;
24807 typedef uint16_t uint_least16_t;
24808 typedef uint32_t uint_least32_t;
24810 typedef uint64_t uint_least64_t;
24815 # ------------- done intptr types, emit int_fast types ------------
24816 if test "$ac_cv_type_int_fast32_t" != yes; then
24817 sed 's/^ *//' >> tmp-stdint.h
<<EOF
24819 /* Define int_fast types. short is often slow */
24820 typedef int8_t int_fast8_t;
24821 typedef int int_fast16_t;
24822 typedef int32_t int_fast32_t;
24824 typedef int64_t int_fast64_t;
24827 typedef uint8_t uint_fast8_t;
24828 typedef unsigned int uint_fast16_t;
24829 typedef uint32_t uint_fast32_t;
24831 typedef uint64_t uint_fast64_t;
24836 if test "$ac_cv_type_uintmax_t" != yes; then
24837 sed 's/^ *//' >> tmp-stdint.h
<<EOF
24839 /* Define intmax based on what we found */
24841 typedef int64_t intmax_t;
24843 typedef long intmax_t;
24846 typedef uint64_t uintmax_t;
24848 typedef unsigned long uintmax_t;
24853 sed 's/^ *//' >> tmp-stdint.h
<<EOF
24855 #endif /* GCC_GENERATED_STDINT_H */
24858 if test -r gstdint.h
&& cmp -s tmp-stdint.h gstdint.h
; then
24861 mv -f tmp-stdint.h gstdint.h
24869 cat >>$CONFIG_STATUS <<\_ACEOF
24871 { (exit 0); exit 0; }
24873 chmod +x
$CONFIG_STATUS
24874 ac_clean_files
=$ac_clean_files_save
24877 # configure is writing to config.log, and then calls config.status.
24878 # config.status does its own redirection, appending to config.log.
24879 # Unfortunately, on DOS this fails, as config.log is still kept open
24880 # by configure, so config.status won't be able to write to it; its
24881 # output is simply discarded. So we exec the FD to /dev/null,
24882 # effectively closing config.log, so it can be properly (re)opened and
24883 # appended to by config.status. When coming back to configure, we
24884 # need to make the FD available again.
24885 if test "$no_create" != yes; then
24887 ac_config_status_args
=
24888 test "$silent" = yes &&
24889 ac_config_status_args
="$ac_config_status_args --quiet"
24891 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
24893 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
24894 # would make configure fail if this is the last instruction.
24895 $ac_cs_success ||
{ (exit 1); exit 1; }