2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.59 for GNU Fortran Runtime Library 0.3.
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.3'
271 PACKAGE_STRING
='GNU Fortran Runtime Library 0.3'
274 # Factoring default headers for most tests.
275 ac_includes_default
="\
278 # include <sys/types.h>
281 # include <sys/stat.h>
292 # if !STDC_HEADERS && HAVE_MEMORY_H
298 # include <strings.h>
301 # include <inttypes.h>
311 ac_subst_vars
='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS build build_cpu build_vendor build_os build_libsubdir build_subdir host_subdir target_subdir host host_cpu host_vendor host_os target target_cpu target_vendor target_os INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar MAINTAINER_MODE_TRUE MAINTAINER_MODE_FALSE MAINT multi_basedir toolexecdir toolexeclibdir CC ac_ct_CC EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE 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.3 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.3:";;
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 --disable-dependency-tracking speeds up one-time build
859 --enable-dependency-tracking do not reject slow dependency extractors
860 --enable-shared=PKGS build shared libraries default
=yes
861 --enable-static=PKGS build static libraries default
=yes
862 --enable-fast-install=PKGS optimize
for fast installation default
=yes
863 --disable-libtool-lock avoid locking
(might
break parallel builds
)
864 --disable-largefile omit support
for large files
867 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
868 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
869 --with-build-libsubdir=DIR Directory where to
find libraries
for build system
870 --with-gnu-ld assume the C compiler uses GNU ld default
=no
871 --with-pic try to use only PIC
/non-PIC objects default
=use both
873 Some influential environment variables
:
874 CC C compiler
command
875 CFLAGS C compiler flags
876 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
877 nonstandard directory
<lib dir
>
878 CPPFLAGS C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if you have
879 headers
in a nonstandard directory
<include dir
>
880 FC Fortran compiler
command
881 FCFLAGS Fortran compiler flags
884 Use these variables to override the choices made by
`configure' or to help
885 it to find libraries and programs with nonstandard names/locations.
890 if test "$ac_init_help" = "recursive"; then
891 # If there are subdirs, report their specific --help.
893 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
894 test -d $ac_dir || continue
897 if test "$ac_dir" != .; then
898 ac_dir_suffix=/`echo "$ac_dir" |
sed 's,^\.[\\/],,'`
899 # A "../" for each directory in $ac_dir_suffix.
900 ac_top_builddir=`echo "$ac_dir_suffix" |
sed 's,/[^\\/]*,../,g'`
902 ac_dir_suffix= ac_top_builddir=
906 .) # No --srcdir option. We are building in place.
908 if test -z "$ac_top_builddir"; then
911 ac_top_srcdir=`echo $ac_top_builddir |
sed 's,/$,,'`
913 [\\/]* | ?:[\\/]* ) # Absolute path.
914 ac_srcdir=$srcdir$ac_dir_suffix;
915 ac_top_srcdir=$srcdir ;;
917 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
918 ac_top_srcdir=$ac_top_builddir$srcdir ;;
921 # Do not use `cd foo
&& pwd` to compute absolute paths, because
922 # the directories may not exist.
924 .) ac_abs_builddir="$ac_dir";;
927 .) ac_abs_builddir=`pwd`;;
928 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
929 *) ac_abs_builddir=`pwd`/"$ac_dir";;
932 case $ac_abs_builddir in
933 .) ac_abs_top_builddir=${ac_top_builddir}.;;
935 case ${ac_top_builddir}. in
936 .) ac_abs_top_builddir=$ac_abs_builddir;;
937 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
938 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
941 case $ac_abs_builddir in
942 .) ac_abs_srcdir=$ac_srcdir;;
945 .) ac_abs_srcdir=$ac_abs_builddir;;
946 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
947 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
950 case $ac_abs_builddir in
951 .) ac_abs_top_srcdir=$ac_top_srcdir;;
953 case $ac_top_srcdir in
954 .) ac_abs_top_srcdir=$ac_abs_builddir;;
955 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
956 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
961 # Check for guested configure; otherwise get Cygnus style configure.
962 if test -f $ac_srcdir/configure.gnu; then
964 $SHELL $ac_srcdir/configure.gnu --help=recursive
965 elif test -f $ac_srcdir/configure; then
967 $SHELL $ac_srcdir/configure --help=recursive
968 elif test -f $ac_srcdir/configure.ac ||
969 test -f $ac_srcdir/configure.in; then
973 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
979 test -n "$ac_init_help" && exit 0
980 if $ac_init_version; then
982 GNU Fortran Runtime Library configure 0.3
983 generated by GNU Autoconf 2.59
985 Copyright (C) 2003 Free Software Foundation, Inc.
986 This configure script is free software; the Free Software Foundation
987 gives unlimited permission to copy, distribute and modify it.
993 This file contains any messages produced by compilers while
994 running configure, to aid debugging if configure makes a mistake.
996 It was created by GNU Fortran Runtime Library $as_me 0.3, which was
997 generated by GNU Autoconf 2.59. Invocation command line was
1008 hostname = `(hostname || uname
-n) 2>/dev
/null |
sed 1q
`
1009 uname -m = `(uname
-m) 2>/dev
/null ||
echo unknown
`
1010 uname -r = `(uname
-r) 2>/dev
/null ||
echo unknown
`
1011 uname -s = `(uname
-s) 2>/dev
/null ||
echo unknown
`
1012 uname -v = `(uname
-v) 2>/dev
/null ||
echo unknown
`
1014 /usr/bin/uname -p = `(/usr
/bin
/uname
-p) 2>/dev
/null ||
echo unknown
`
1015 /bin/uname -X = `(/bin
/uname
-X) 2>/dev
/null ||
echo unknown
`
1017 /bin/arch = `(/bin
/arch
) 2>/dev
/null ||
echo unknown
`
1018 /usr/bin/arch -k = `(/usr
/bin
/arch
-k) 2>/dev
/null ||
echo unknown
`
1019 /usr/convex/getsysinfo = `(/usr
/convex
/getsysinfo
) 2>/dev
/null ||
echo unknown
`
1020 hostinfo = `(hostinfo
) 2>/dev
/null ||
echo unknown
`
1021 /bin/machine = `(/bin
/machine
) 2>/dev
/null ||
echo unknown
`
1022 /usr/bin/oslevel = `(/usr
/bin
/oslevel
) 2>/dev
/null ||
echo unknown
`
1023 /bin/universe = `(/bin
/universe
) 2>/dev
/null ||
echo unknown
`
1027 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1031 test -z "$as_dir" && as_dir=.
1032 echo "PATH: $as_dir"
1047 # Keep a trace of the command line.
1048 # Strip out --no-create and --no-recursion so they do not pile up.
1049 # Strip out --silent because we don't want to record it for future runs.
1050 # Also quote any args containing shell meta-characters.
1051 # Make two passes to allow for proper duplicate-argument suppression.
1056 ac_must_keep_next=false
1062 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1063 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1064 | -silent | --silent | --silen | --sile | --sil)
1066 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1067 ac_arg=`echo "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"` ;;
1070 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1072 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1073 if test $ac_must_keep_next = true; then
1074 ac_must_keep_next=false # Got value, back to normal.
1077 *=* | --config-cache | -C | -disable-* | --disable-* \
1078 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1079 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1080 | -with-* | --with-* | -without-* | --without-* | --x)
1081 case "$ac_configure_args0 " in
1082 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1085 -* ) ac_must_keep_next=true ;;
1088 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1089 # Get rid of the leading space.
1095 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1096 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1098 # When interrupted or exit'd, cleanup temporary files, and complete
1099 # config.log. We remove comments because anyway the quotes in there
1100 # would cause problems or look ugly.
1101 # WARNING: Be sure not to use single quotes in there, as some shells,
1102 # such as our DU 5.0 friend, will then `close
' the trap.
1103 trap 'exit_status
=$?
1104 # Save into config.log some information that might help in debugging.
1109 ## ---------------- ##
1110 ## Cache variables. ##
1111 ## ---------------- ##
1114 # The following way of writing the cache mishandles newlines in values,
1117 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1120 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1121 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1125 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1132 ## ----------------- ##
1133 ## Output variables. ##
1134 ## ----------------- ##
1137 for ac_var
in $ac_subst_vars
1139 eval ac_val
=$
`echo $ac_var`
1140 echo "$ac_var='"'"'$ac_val'"'"'"
1144 if test -n "$ac_subst_files"; then
1151 for ac_var
in $ac_subst_files
1153 eval ac_val
=$
`echo $ac_var`
1154 echo "$ac_var='"'"'$ac_val'"'"'"
1159 if test -s confdefs.h
; then
1166 sed "/^$/d" confdefs.h |
sort
1169 test "$ac_signal" != 0 &&
1170 echo "$as_me: caught signal $ac_signal"
1171 echo "$as_me: exit $exit_status"
1173 rm -f core
*.core
&&
1174 rm -rf conftest
* confdefs
* conf$$
* $ac_clean_files &&
1177 for ac_signal in 1 2 13 15; do
1178 trap 'ac_signal
='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1182 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1183 rm -rf conftest* confdefs.h
1184 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1187 # Predefined preprocessor variables.
1189 cat >>confdefs.h <<_ACEOF
1190 #define PACKAGE_NAME "$PACKAGE_NAME"
1194 cat >>confdefs.h <<_ACEOF
1195 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1199 cat >>confdefs.h <<_ACEOF
1200 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1204 cat >>confdefs.h <<_ACEOF
1205 #define PACKAGE_STRING "$PACKAGE_STRING"
1209 cat >>confdefs.h <<_ACEOF
1210 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1214 # Let the site file select an alternate cache file if it wants to.
1215 # Prefer explicitly selected file to automatically selected ones.
1216 if test -z "$CONFIG_SITE"; then
1217 if test "x$prefix" != xNONE; then
1218 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1220 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1223 for ac_site_file in $CONFIG_SITE; do
1224 if test -r "$ac_site_file"; then
1225 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1226 echo "$as_me: loading site script $ac_site_file" >&6;}
1227 sed 's
/^
/|
/' "$ac_site_file" >&5
1232 if test -r "$cache_file"; then
1233 # Some versions of bash will fail to source /dev/null (special
1234 # files actually), so we avoid doing that.
1235 if test -f "$cache_file"; then
1236 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1237 echo "$as_me: loading cache $cache_file" >&6;}
1239 [\\/]* | ?:[\\/]* ) . $cache_file;;
1240 *) . ./$cache_file;;
1244 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1245 echo "$as_me: creating cache $cache_file" >&6;}
1249 # Check that the precious variables saved in the cache have kept the same
1251 ac_cache_corrupted=false
1252 for ac_var in `(set) 2>&1 |
1253 sed -n 's
/^ac_env_\
([a-zA-Z_0-9
]*\
)_set
=.
*/\
1/p
'`; do
1254 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1255 eval ac_new_set=\$ac_env_${ac_var}_set
1256 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1257 eval ac_new_val="\$ac_env_${ac_var}_value"
1258 case $ac_old_set,$ac_new_set in
1260 { echo "$as_me:$LINENO: error: \`$ac_var' was
set to \
`$ac_old_val' in the previous run" >&5
1261 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run
" >&2;}
1262 ac_cache_corrupted=: ;;
1264 { echo "$as_me:$LINENO: error
: \
`$ac_var' was not set in the previous run" >&5
1265 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1266 ac_cache_corrupted=: ;;
1269 if test "x$ac_old_val" != "x$ac_new_val"; then
1270 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run
:" >&5
1271 echo "$as_me: error
: \
`$ac_var' has changed since the previous run:" >&2;}
1272 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1273 echo "$as_me: former value: $ac_old_val" >&2;}
1274 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1275 echo "$as_me: current value: $ac_new_val" >&2;}
1276 ac_cache_corrupted=:
1279 # Pass precious variables to config.status.
1280 if test "$ac_new_set" = set; then
1282 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1283 ac_arg=$ac_var=`echo "$ac_new_val" |
sed "s/'/'\\\\\\\\''/g"` ;;
1284 *) ac_arg=$ac_var=$ac_new_val ;;
1286 case " $ac_configure_args " in
1287 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1288 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1292 if $ac_cache_corrupted; then
1293 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1294 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1295 { { echo "$as_me:$LINENO: error: run \`make distclean
' and/or \`rm $cache_file' and start over
" >&5
1296 echo "$as_me: error
: run \
`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1297 { (exit 1); exit 1; }; }
1301 ac_cpp='$CPP $CPPFLAGS'
1302 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.
$ac_ext >&5'
1303 ac_link='$CC -o conftest
$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.
$ac_ext $LIBS >&5'
1304 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1332 ac_config_headers="$ac_config_headers config.h"
1335 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1336 if test -f $ac_dir/install-sh; then
1338 ac_install_sh="$ac_aux_dir/install-sh -c"
1340 elif test -f $ac_dir/install.sh; then
1342 ac_install_sh="$ac_aux_dir/install.sh -c"
1344 elif test -f $ac_dir/shtool; then
1346 ac_install_sh="$ac_aux_dir/shtool install -c"
1350 if test -z "$ac_aux_dir"; then
1351 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1352 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1353 { (exit 1); exit 1; }; }
1355 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1356 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1357 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1359 # Make sure we can run config.sub.
1360 $ac_config_sub sun4 >/dev/null 2>&1 ||
1361 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1362 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1363 { (exit 1); exit 1; }; }
1365 echo "$as_me:$LINENO: checking build system type" >&5
1366 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1367 if test "${ac_cv_build+set}" = set; then
1368 echo $ECHO_N "(cached) $ECHO_C" >&6
1370 ac_cv_build_alias=$build_alias
1371 test -z "$ac_cv_build_alias" &&
1372 ac_cv_build_alias=`$ac_config_guess`
1373 test -z "$ac_cv_build_alias" &&
1374 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1375 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1376 { (exit 1); exit 1; }; }
1377 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1378 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1379 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1380 { (exit 1); exit 1; }; }
1383 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1384 echo "${ECHO_T}$ac_cv_build" >&6
1386 build_cpu=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
1/'`
1387 build_vendor=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
2/'`
1388 build_os=`echo $ac_cv_build | sed 's
/^\
([^
-]*\
)-\
([^
-]*\
)-\
(.
*\
)$
/\
3/'`
1391 case ${build_alias} in
1392 "") build_noncanonical=${build} ;;
1393 *) build_noncanonical=${build_alias} ;;
1396 case ${host_alias} in
1397 "") host_noncanonical=${build_noncanonical} ;;
1398 *) host_noncanonical=${host_alias} ;;
1401 case ${target_alias} in
1402 "") target_noncanonical=${host_noncanonical} ;;
1403 *) target_noncanonical=${target_alias} ;;
1407 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to
1408 # have matching libraries, they should use host libraries: Makefile.tpl
1409 # arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
1410 # However, they still use the build modules, because the corresponding
1411 # host modules (e.g. bison) are only built for the host when bootstrap
1413 # - build_subdir is where we find build modules, and never changes.
1414 # - build_libsubdir is where we find build libraries, and can be overridden.
1416 # Prefix 'build-
' so this never conflicts with target_subdir.
1417 build_subdir="build-${build_noncanonical}"
1419 # Check whether --with-build-libsubdir or --without-build-libsubdir was given.
1420 if test "${with_build_libsubdir+set}" = set; then
1421 withval="$with_build_libsubdir"
1422 build_libsubdir="$withval"
1424 build_libsubdir="$build_subdir"
1426 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
1427 if ( test $srcdir = . && test -d gcc ) \
1428 || test -d $srcdir/../host-${host_noncanonical}; then
1429 host_subdir="host-${host_noncanonical}"
1434 target_subdir=${target_noncanonical}
1441 echo "$as_me:$LINENO: checking for --enable-version-specific-runtime-libs" >&5
1442 echo $ECHO_N "checking for --enable-version-specific-runtime-libs... $ECHO_C" >&6
1443 # Check whether --enable-version-specific-runtime-libs or --disable-version-specific-runtime-libs was given.
1444 if test "${enable_version_specific_runtime_libs+set}" = set; then
1445 enableval="$enable_version_specific_runtime_libs"
1446 case "$enableval" in
1447 yes) version_specific_libs=yes ;;
1448 no) version_specific_libs=no ;;
1449 *) { { echo "$as_me:$LINENO: error: Unknown argument to enable/disable version-specific libs" >&5
1450 echo "$as_me: error: Unknown argument to enable/disable version-specific libs" >&2;}
1451 { (exit 1); exit 1; }; };;
1454 version_specific_libs=no
1456 echo "$as_me:$LINENO: result: $version_specific_libs" >&5
1457 echo "${ECHO_T}$version_specific_libs" >&6
1460 # Gets build, host, target, *_vendor, *_cpu, *_os, etc.
1462 # You will slowly go insane if you do not grok the following fact: when
1463 # building this library, the top-level /target/ becomes the library's
/host
/.
1465 # configure then causes --target to default to --host, exactly like any
1466 # other package using autoconf. Therefore, 'target' and 'host' will
1467 # always be the same. This makes sense both for native and cross compilers
1468 # just think about it for a little while. :-)
1470 # Also, if this library is being configured as part of a cross compiler, the
1471 # top-level configure script will pass the "real" host as $with_cross_host.
1473 # Do not delete or change the following two lines. For why, see
1474 # http://gcc.gnu.org/ml/libstdc++/2003-07/msg00451.html
1475 echo "$as_me:$LINENO: checking host system type" >&5
1476 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1477 if test "${ac_cv_host+set}" = set; then
1478 echo $ECHO_N "(cached) $ECHO_C" >&6
1480 ac_cv_host_alias
=$host_alias
1481 test -z "$ac_cv_host_alias" &&
1482 ac_cv_host_alias
=$ac_cv_build_alias
1483 ac_cv_host
=`$ac_config_sub $ac_cv_host_alias` ||
1484 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1485 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1486 { (exit 1); exit 1; }; }
1489 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1490 echo "${ECHO_T}$ac_cv_host" >&6
1492 host_cpu
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1493 host_vendor
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1494 host_os
=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1497 echo "$as_me:$LINENO: checking target system type" >&5
1498 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1499 if test "${ac_cv_target+set}" = set; then
1500 echo $ECHO_N "(cached) $ECHO_C" >&6
1502 ac_cv_target_alias
=$target_alias
1503 test "x$ac_cv_target_alias" = "x" &&
1504 ac_cv_target_alias
=$ac_cv_host_alias
1505 ac_cv_target
=`$ac_config_sub $ac_cv_target_alias` ||
1506 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1507 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1508 { (exit 1); exit 1; }; }
1511 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1512 echo "${ECHO_T}$ac_cv_target" >&6
1513 target
=$ac_cv_target
1514 target_cpu
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1515 target_vendor
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1516 target_os
=`echo $ac_cv_target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1519 # The aliases save the names the user supplied, while $host etc.
1520 # will get canonicalized.
1521 test -n "$target_alias" &&
1522 test "$program_prefix$program_suffix$program_transform_name" = \
1524 program_prefix
=${target_alias}-
1525 target_alias
=${target_alias-$host_alias}
1527 # Sets up automake. Must come after AC_CANONICAL_SYSTEM. Each of the
1528 # following is magically included in AUTOMAKE_OPTIONS in each Makefile.am.
1529 # 1.9.6: minimum required version
1530 # no-define: PACKAGE and VERSION will not be #define'd in config.h (a bunch
1531 # of other PACKAGE_* variables will, however, and there's nothing
1532 # we can do about that; they come from AC_INIT).
1533 # foreign: we don't follow the normal rules for GNU packages (no COPYING
1534 # file in the top srcdir, etc, etc), so stop complaining.
1535 # -Wall: turns on all automake warnings...
1536 # -Wno-portability: ...except this one, since GNU make is required.
1537 am__api_version
="1.9"
1538 # Find a good install program. We prefer a C program (faster),
1539 # so one script is as good as another. But avoid the broken or
1540 # incompatible versions:
1541 # SysV /etc/install, /usr/sbin/install
1542 # SunOS /usr/etc/install
1543 # IRIX /sbin/install
1545 # AmigaOS /C/install, which installs bootblocks on floppy discs
1546 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1547 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1548 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1549 # OS/2's system install, which has a completely different semantic
1550 # ./install, which can be erroneously created by make from ./install.sh.
1551 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1552 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1553 if test -z "$INSTALL"; then
1554 if test "${ac_cv_path_install+set}" = set; then
1555 echo $ECHO_N "(cached) $ECHO_C" >&6
1557 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1561 test -z "$as_dir" && as_dir
=.
1562 # Account for people who put trailing slashes in PATH elements.
1564 .
/ | .
// |
/cC
/* | \
1565 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
1566 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
1569 # OSF1 and SCO ODT 3.0 have their own names for install.
1570 # Don't use installbsd from OSF since it installs stuff as root
1572 for ac_prog
in ginstall scoinst
install; do
1573 for ac_exec_ext
in '' $ac_executable_extensions; do
1574 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1575 if test $ac_prog = install &&
1576 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
1577 # AIX install. It has an incompatible calling convention.
1579 elif test $ac_prog = install &&
1580 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
1581 # program-specific install script used by HP pwplus--don't use.
1584 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
1596 if test "${ac_cv_path_install+set}" = set; then
1597 INSTALL
=$ac_cv_path_install
1599 # As a last resort, use the slow shell script. We don't cache a
1600 # path for INSTALL within a source directory, because that will
1601 # break other packages using the cache if that directory is
1602 # removed, or if the path is relative.
1603 INSTALL
=$ac_install_sh
1606 echo "$as_me:$LINENO: result: $INSTALL" >&5
1607 echo "${ECHO_T}$INSTALL" >&6
1609 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1610 # It thinks the first close brace ends the variable substitution.
1611 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
1613 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
1615 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
1617 echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1618 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1621 echo timestamp
> conftest.
file
1622 # Do `set' in a subshell so we don't clobber the current shell's
1623 # arguments. Must try -L first in case configure is actually a
1624 # symlink; some systems play weird games with the mod time of symlinks
1625 # (eg FreeBSD returns the mod time of the symlink's containing
1628 set X
`ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1629 if test "$*" = "X"; then
1631 set X
`ls -t $srcdir/configure conftest.file`
1634 if test "$*" != "X $srcdir/configure conftest.file" \
1635 && test "$*" != "X conftest.file $srcdir/configure"; then
1637 # If neither matched, then we have a broken ls. This can happen
1638 # if, for instance, CONFIG_SHELL is bash and it inherits a
1639 # broken ls alias from the environment. This has actually
1640 # happened. Such a system could not be considered "sane".
1641 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
1642 alias in your environment" >&5
1643 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
1644 alias in your environment" >&2;}
1645 { (exit 1); exit 1; }; }
1648 test "$2" = conftest.
file
1654 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1655 Check your system clock" >&5
1656 echo "$as_me: error: newly created file is older than distributed files!
1657 Check your system clock" >&2;}
1658 { (exit 1); exit 1; }; }
1660 echo "$as_me:$LINENO: result: yes" >&5
1661 echo "${ECHO_T}yes" >&6
1662 test "$program_prefix" != NONE
&&
1663 program_transform_name
="s,^,$program_prefix,;$program_transform_name"
1664 # Use a double $ so make ignores it.
1665 test "$program_suffix" != NONE
&&
1666 program_transform_name
="s,\$,$program_suffix,;$program_transform_name"
1667 # Double any \ or $. echo might interpret backslashes.
1668 # By default was `s,x,x', remove it if useless.
1669 cat <<\_ACEOF
>conftest.
sed
1670 s
/[\\$
]/&&/g
;s
/;s
,x
,x
,$
//
1672 program_transform_name
=`echo $program_transform_name | sed -f conftest.sed`
1675 # expand $ac_aux_dir to an absolute path
1676 am_aux_dir
=`cd $ac_aux_dir && pwd`
1678 test x
"${MISSING+set}" = xset || MISSING
="\${SHELL} $am_aux_dir/missing"
1679 # Use eval to expand $SHELL
1680 if eval "$MISSING --run true"; then
1681 am_missing_run
="$MISSING --run "
1684 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1685 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1688 if mkdir
-p --version .
>/dev
/null
2>&1 && test ! -d .
/--version; then
1689 # We used to keeping the `.' as first argument, in order to
1690 # allow $(mkdir_p) to be used without argument. As in
1691 # $(mkdir_p) $(somedir)
1692 # where $(somedir) is conditionally defined. However this is wrong
1694 # 1. if the package is installed by a user who cannot write `.'
1695 # make install will fail,
1696 # 2. the above comment should most certainly read
1697 # $(mkdir_p) $(DESTDIR)$(somedir)
1698 # so it does not work when $(somedir) is undefined and
1699 # $(DESTDIR) is not.
1700 # To support the latter case, we have to write
1701 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
1702 # so the `.' trick is pointless.
1703 mkdir_p
='mkdir -p --'
1705 # On NextStep and OpenStep, the `mkdir' command does not
1706 # recognize any option. It will interpret all options as
1707 # directories to create, and then abort because `.' already
1709 for d
in .
/-p .
/--version;
1711 test -d $d && rmdir $d
1713 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
1714 if test -f "$ac_aux_dir/mkinstalldirs"; then
1715 mkdir_p
='$(mkinstalldirs)'
1717 mkdir_p
='$(install_sh) -d'
1721 for ac_prog
in gawk mawk nawk
awk
1723 # Extract the first word of "$ac_prog", so it can be a program name with args.
1724 set dummy
$ac_prog; ac_word
=$2
1725 echo "$as_me:$LINENO: checking for $ac_word" >&5
1726 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1727 if test "${ac_cv_prog_AWK+set}" = set; then
1728 echo $ECHO_N "(cached) $ECHO_C" >&6
1730 if test -n "$AWK"; then
1731 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
1733 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1737 test -z "$as_dir" && as_dir
=.
1738 for ac_exec_ext
in '' $ac_executable_extensions; do
1739 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1740 ac_cv_prog_AWK
="$ac_prog"
1741 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1750 if test -n "$AWK"; then
1751 echo "$as_me:$LINENO: result: $AWK" >&5
1752 echo "${ECHO_T}$AWK" >&6
1754 echo "$as_me:$LINENO: result: no" >&5
1755 echo "${ECHO_T}no" >&6
1758 test -n "$AWK" && break
1761 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1762 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1763 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
1764 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1765 echo $ECHO_N "(cached) $ECHO_C" >&6
1767 cat >conftest.
make <<\_ACEOF
1769 @
echo 'ac_maketemp="$(MAKE)"'
1771 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1772 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1773 if test -n "$ac_maketemp"; then
1774 eval ac_cv_prog_make_
${ac_make}_set
=yes
1776 eval ac_cv_prog_make_
${ac_make}_set
=no
1780 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1781 echo "$as_me:$LINENO: result: yes" >&5
1782 echo "${ECHO_T}yes" >&6
1785 echo "$as_me:$LINENO: result: no" >&5
1786 echo "${ECHO_T}no" >&6
1787 SET_MAKE
="MAKE=${MAKE-make}"
1790 rm -rf .tst
2>/dev
/null
1791 mkdir .tst
2>/dev
/null
1792 if test -d .tst
; then
1797 rmdir .tst
2>/dev
/null
1799 # test to see if srcdir already configured
1800 if test "`cd $srcdir && pwd`" != "`pwd`" &&
1801 test -f $srcdir/config.status
; then
1802 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1803 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1804 { (exit 1); exit 1; }; }
1807 # test whether we have cygpath
1808 if test -z "$CYGPATH_W"; then
1809 if (cygpath
--version) >/dev
/null
2>/dev
/null
; then
1810 CYGPATH_W
='cygpath -w'
1817 # Define the identity of the package.
1818 PACKAGE
='libgfortran'
1822 # Some tools Automake needs.
1824 ACLOCAL
=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
1827 AUTOCONF
=${AUTOCONF-"${am_missing_run}autoconf"}
1830 AUTOMAKE
=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
1833 AUTOHEADER
=${AUTOHEADER-"${am_missing_run}autoheader"}
1836 MAKEINFO
=${MAKEINFO-"${am_missing_run}makeinfo"}
1838 install_sh
=${install_sh-"$am_aux_dir/install-sh"}
1840 # Installed binaries are usually stripped using `strip' when the user
1841 # run `make install-strip'. However `strip' might not be the right
1842 # tool to use in cross-compilation environments, therefore Automake
1843 # will honor the `STRIP' environment variable to overrule this program.
1844 if test "$cross_compiling" != no
; then
1845 if test -n "$ac_tool_prefix"; then
1846 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
1847 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
1848 echo "$as_me:$LINENO: checking for $ac_word" >&5
1849 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1850 if test "${ac_cv_prog_STRIP+set}" = set; then
1851 echo $ECHO_N "(cached) $ECHO_C" >&6
1853 if test -n "$STRIP"; then
1854 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
1856 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1860 test -z "$as_dir" && as_dir
=.
1861 for ac_exec_ext
in '' $ac_executable_extensions; do
1862 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1863 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
1864 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1872 STRIP
=$ac_cv_prog_STRIP
1873 if test -n "$STRIP"; then
1874 echo "$as_me:$LINENO: result: $STRIP" >&5
1875 echo "${ECHO_T}$STRIP" >&6
1877 echo "$as_me:$LINENO: result: no" >&5
1878 echo "${ECHO_T}no" >&6
1882 if test -z "$ac_cv_prog_STRIP"; then
1884 # Extract the first word of "strip", so it can be a program name with args.
1885 set dummy strip
; ac_word
=$2
1886 echo "$as_me:$LINENO: checking for $ac_word" >&5
1887 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1888 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
1889 echo $ECHO_N "(cached) $ECHO_C" >&6
1891 if test -n "$ac_ct_STRIP"; then
1892 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
1894 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1898 test -z "$as_dir" && as_dir
=.
1899 for ac_exec_ext
in '' $ac_executable_extensions; do
1900 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1901 ac_cv_prog_ac_ct_STRIP
="strip"
1902 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1908 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
=":"
1911 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
1912 if test -n "$ac_ct_STRIP"; then
1913 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
1914 echo "${ECHO_T}$ac_ct_STRIP" >&6
1916 echo "$as_me:$LINENO: result: no" >&5
1917 echo "${ECHO_T}no" >&6
1922 STRIP
="$ac_cv_prog_STRIP"
1926 INSTALL_STRIP_PROGRAM
="\${SHELL} \$(install_sh) -c -s"
1928 # We need awk for the "check" target. The system "awk" is bad on
1930 # Always define AMTAR for backward compatibility.
1932 AMTAR
=${AMTAR-"${am_missing_run}tar"}
1934 am__tar
='${AMTAR} chof - "$$tardir"'; am__untar
='${AMTAR} xf -'
1941 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
1942 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
1943 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
1944 if test "${enable_maintainer_mode+set}" = set; then
1945 enableval
="$enable_maintainer_mode"
1946 USE_MAINTAINER_MODE
=$enableval
1948 USE_MAINTAINER_MODE
=no
1950 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
1951 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
1954 if test $USE_MAINTAINER_MODE = yes; then
1955 MAINTAINER_MODE_TRUE
=
1956 MAINTAINER_MODE_FALSE
='#'
1958 MAINTAINER_MODE_TRUE
='#'
1959 MAINTAINER_MODE_FALSE
=
1962 MAINT
=$MAINTAINER_MODE_TRUE
1965 # Default to --enable-multilib
1966 # Check whether --enable-multilib or --disable-multilib was given.
1967 if test "${enable_multilib+set}" = set; then
1968 enableval
="$enable_multilib"
1969 case "$enableval" in
1970 yes) multilib
=yes ;;
1972 *) { { echo "$as_me:$LINENO: error: bad value $enableval for multilib option" >&5
1973 echo "$as_me: error: bad value $enableval for multilib option" >&2;}
1974 { (exit 1); exit 1; }; } ;;
1980 # We may get other options which we leave undocumented:
1981 # --with-target-subdir, --with-multisrctop, --with-multisubdir
1982 # See config-ml.in if you want the gory details.
1984 if test "$srcdir" = "."; then
1985 if test "$with_target_subdir" != "."; then
1986 multi_basedir
="$srcdir/$with_multisrctop../.."
1988 multi_basedir
="$srcdir/$with_multisrctop.."
1991 multi_basedir
="$srcdir/.."
1995 # Even if the default multilib is not a cross compilation,
1996 # it may be that some of the other multilibs are.
1997 if test $cross_compiling = no
&& test $multilib = yes \
1998 && test "x${with_multisubdir}" != x
; then
1999 cross_compiling
=maybe
2002 ac_config_commands
="$ac_config_commands default-1"
2005 # Handy for debugging:
2006 #AC_MSG_NOTICE($build / $host / $target / $host_alias / $target_alias); sleep 5
2008 # Are we being configured with some form of cross compiler?
2009 # NB: We don't actually need to know this just now, but when, say, a test
2010 # suite is included, we'll have to know.
2011 if test "$build" != "$host"; then
2012 LIBGFOR_IS_NATIVE
=false
2015 LIBGFOR_IS_NATIVE
=true
2018 # Calculate toolexeclibdir
2019 # Also toolexecdir, though it's only used in toolexeclibdir
2020 case ${version_specific_libs} in
2022 # Need the gcc compiler version to know where to install libraries
2023 # and header files if --enable-version-specific-runtime-libs option
2025 toolexecdir
='$(libdir)/gcc/$(target_alias)'
2026 toolexeclibdir
='$(toolexecdir)/$(gcc_version)$(MULTISUBDIR)'
2029 if test -n "$with_cross_host" &&
2030 test x
"$with_cross_host" != x
"no"; then
2031 # Install a library built with a cross compiler in tooldir, not libdir.
2032 toolexecdir
='$(exec_prefix)/$(target_alias)'
2033 toolexeclibdir
='$(toolexecdir)/lib'
2035 toolexecdir
='$(libdir)/gcc-lib/$(target_alias)'
2036 toolexeclibdir
='$(libdir)'
2038 multi_os_directory
=`$CC -print-multi-os-directory`
2039 case $multi_os_directory in
2040 .
) ;; # Avoid trailing /.
2041 *) toolexeclibdir
=$toolexeclibdir/$multi_os_directory ;;
2048 # Check the compiler.
2049 # The same as in boehm-gc and libstdc++. Have to borrow it from there.
2050 # We must force CC to /not/ be precious variables; otherwise
2051 # the wrong, non-multilib-adjusted value will be used in multilibs.
2052 # As a side effect, we have to subst CFLAGS ourselves.
2057 ac_cpp
='$CPP $CPPFLAGS'
2058 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2059 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2060 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2061 if test -n "$ac_tool_prefix"; then
2062 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2063 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2064 echo "$as_me:$LINENO: checking for $ac_word" >&5
2065 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2066 if test "${ac_cv_prog_CC+set}" = set; then
2067 echo $ECHO_N "(cached) $ECHO_C" >&6
2069 if test -n "$CC"; then
2070 ac_cv_prog_CC
="$CC" # Let the user override the test.
2072 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2076 test -z "$as_dir" && as_dir
=.
2077 for ac_exec_ext
in '' $ac_executable_extensions; do
2078 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2079 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2080 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2089 if test -n "$CC"; then
2090 echo "$as_me:$LINENO: result: $CC" >&5
2091 echo "${ECHO_T}$CC" >&6
2093 echo "$as_me:$LINENO: result: no" >&5
2094 echo "${ECHO_T}no" >&6
2098 if test -z "$ac_cv_prog_CC"; then
2100 # Extract the first word of "gcc", so it can be a program name with args.
2101 set dummy gcc
; ac_word
=$2
2102 echo "$as_me:$LINENO: checking for $ac_word" >&5
2103 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2104 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2105 echo $ECHO_N "(cached) $ECHO_C" >&6
2107 if test -n "$ac_ct_CC"; then
2108 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2110 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2114 test -z "$as_dir" && as_dir
=.
2115 for ac_exec_ext
in '' $ac_executable_extensions; do
2116 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2117 ac_cv_prog_ac_ct_CC
="gcc"
2118 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2126 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2127 if test -n "$ac_ct_CC"; then
2128 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2129 echo "${ECHO_T}$ac_ct_CC" >&6
2131 echo "$as_me:$LINENO: result: no" >&5
2132 echo "${ECHO_T}no" >&6
2140 if test -z "$CC"; then
2141 if test -n "$ac_tool_prefix"; then
2142 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2143 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
2144 echo "$as_me:$LINENO: checking for $ac_word" >&5
2145 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2146 if test "${ac_cv_prog_CC+set}" = set; then
2147 echo $ECHO_N "(cached) $ECHO_C" >&6
2149 if test -n "$CC"; then
2150 ac_cv_prog_CC
="$CC" # Let the user override the test.
2152 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2156 test -z "$as_dir" && as_dir
=.
2157 for ac_exec_ext
in '' $ac_executable_extensions; do
2158 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2159 ac_cv_prog_CC
="${ac_tool_prefix}cc"
2160 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2169 if test -n "$CC"; then
2170 echo "$as_me:$LINENO: result: $CC" >&5
2171 echo "${ECHO_T}$CC" >&6
2173 echo "$as_me:$LINENO: result: no" >&5
2174 echo "${ECHO_T}no" >&6
2178 if test -z "$ac_cv_prog_CC"; then
2180 # Extract the first word of "cc", so it can be a program name with args.
2181 set dummy cc
; ac_word
=$2
2182 echo "$as_me:$LINENO: checking for $ac_word" >&5
2183 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2184 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2185 echo $ECHO_N "(cached) $ECHO_C" >&6
2187 if test -n "$ac_ct_CC"; then
2188 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2190 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2194 test -z "$as_dir" && as_dir
=.
2195 for ac_exec_ext
in '' $ac_executable_extensions; do
2196 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2197 ac_cv_prog_ac_ct_CC
="cc"
2198 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2206 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2207 if test -n "$ac_ct_CC"; then
2208 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2209 echo "${ECHO_T}$ac_ct_CC" >&6
2211 echo "$as_me:$LINENO: result: no" >&5
2212 echo "${ECHO_T}no" >&6
2221 if test -z "$CC"; then
2222 # Extract the first word of "cc", so it can be a program name with args.
2223 set dummy cc
; ac_word
=$2
2224 echo "$as_me:$LINENO: checking for $ac_word" >&5
2225 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2226 if test "${ac_cv_prog_CC+set}" = set; then
2227 echo $ECHO_N "(cached) $ECHO_C" >&6
2229 if test -n "$CC"; then
2230 ac_cv_prog_CC
="$CC" # Let the user override the test.
2233 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2237 test -z "$as_dir" && as_dir
=.
2238 for ac_exec_ext
in '' $ac_executable_extensions; do
2239 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2240 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2241 ac_prog_rejected
=yes
2245 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2251 if test $ac_prog_rejected = yes; then
2252 # We found a bogon in the path, so make sure we never use it.
2253 set dummy
$ac_cv_prog_CC
2255 if test $# != 0; then
2256 # We chose a different compiler from the bogus one.
2257 # However, it has the same basename, so the bogon will be chosen
2258 # first if we set CC to just the basename; use the full file name.
2260 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
2266 if test -n "$CC"; then
2267 echo "$as_me:$LINENO: result: $CC" >&5
2268 echo "${ECHO_T}$CC" >&6
2270 echo "$as_me:$LINENO: result: no" >&5
2271 echo "${ECHO_T}no" >&6
2275 if test -z "$CC"; then
2276 if test -n "$ac_tool_prefix"; then
2279 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2280 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2281 echo "$as_me:$LINENO: checking for $ac_word" >&5
2282 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2283 if test "${ac_cv_prog_CC+set}" = set; then
2284 echo $ECHO_N "(cached) $ECHO_C" >&6
2286 if test -n "$CC"; then
2287 ac_cv_prog_CC
="$CC" # Let the user override the test.
2289 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2293 test -z "$as_dir" && as_dir
=.
2294 for ac_exec_ext
in '' $ac_executable_extensions; do
2295 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2296 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
2297 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2306 if test -n "$CC"; then
2307 echo "$as_me:$LINENO: result: $CC" >&5
2308 echo "${ECHO_T}$CC" >&6
2310 echo "$as_me:$LINENO: result: no" >&5
2311 echo "${ECHO_T}no" >&6
2314 test -n "$CC" && break
2317 if test -z "$CC"; then
2321 # Extract the first word of "$ac_prog", so it can be a program name with args.
2322 set dummy
$ac_prog; ac_word
=$2
2323 echo "$as_me:$LINENO: checking for $ac_word" >&5
2324 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2325 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2326 echo $ECHO_N "(cached) $ECHO_C" >&6
2328 if test -n "$ac_ct_CC"; then
2329 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2331 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2335 test -z "$as_dir" && as_dir
=.
2336 for ac_exec_ext
in '' $ac_executable_extensions; do
2337 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2338 ac_cv_prog_ac_ct_CC
="$ac_prog"
2339 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2347 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2348 if test -n "$ac_ct_CC"; then
2349 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2350 echo "${ECHO_T}$ac_ct_CC" >&6
2352 echo "$as_me:$LINENO: result: no" >&5
2353 echo "${ECHO_T}no" >&6
2356 test -n "$ac_ct_CC" && break
2365 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2366 See \`config.log' for more details." >&5
2367 echo "$as_me: error: no acceptable C compiler found in \$PATH
2368 See \`config.log' for more details." >&2;}
2369 { (exit 1); exit 1; }; }
2371 # Provide some information about the compiler.
2372 echo "$as_me:$LINENO:" \
2373 "checking for C compiler version" >&5
2374 ac_compiler
=`set X $ac_compile; echo $2`
2375 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2376 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
2378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2379 (exit $ac_status); }
2380 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2381 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
2383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2384 (exit $ac_status); }
2385 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2386 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
2388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2389 (exit $ac_status); }
2391 cat >conftest.
$ac_ext <<_ACEOF
2394 cat confdefs.h
>>conftest.
$ac_ext
2395 cat >>conftest.
$ac_ext <<_ACEOF
2396 /* end confdefs.h. */
2407 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2408 (eval $ac_link) 2>&5
2410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2411 (exit $ac_status); }; then
2417 if test x
$gcc_no_link = xyes
; then
2418 # Setting cross_compile will disable run tests; it will
2419 # also disable AC_CHECK_FILE but that's generally
2420 # correct if we can't link.
2424 cat >conftest.
$ac_ext <<_ACEOF
2427 cat confdefs.h
>>conftest.
$ac_ext
2428 cat >>conftest.
$ac_ext <<_ACEOF
2429 /* end confdefs.h. */
2439 ac_clean_files_save
=$ac_clean_files
2440 ac_clean_files
="$ac_clean_files a.out a.exe b.out"
2441 # Try to create an executable without -o first, disregard a.out.
2442 # It will help us diagnose broken compilers, and finding out an intuition
2444 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2445 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
2446 ac_link_default
=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2447 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2448 (eval $ac_link_default) 2>&5
2450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2451 (exit $ac_status); }; then
2452 # Find the output, starting from the most likely. This scheme is
2453 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
2456 # Be careful to initialize this variable, since it used to be cached.
2457 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2459 # b.out is created by i960 compilers.
2460 for ac_file
in a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
2462 test -f "$ac_file" ||
continue
2464 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
)
2467 # This is the source file.
2470 # We found the default executable, but exeext='' is most
2474 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2475 # FIXME: I believe we export ac_cv_exeext for Libtool,
2476 # but it would be cool to find out if it's true. Does anybody
2477 # maintain Libtool? --akim.
2485 echo "$as_me: failed program was:" >&5
2486 sed 's/^/| /' conftest.
$ac_ext >&5
2488 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2489 See \`config.log' for more details." >&5
2490 echo "$as_me: error: C compiler cannot create executables
2491 See \`config.log' for more details." >&2;}
2492 { (exit 77); exit 77; }; }
2495 ac_exeext
=$ac_cv_exeext
2496 echo "$as_me:$LINENO: result: $ac_file" >&5
2497 echo "${ECHO_T}$ac_file" >&6
2499 # Check the compiler produces executables we can run. If not, either
2500 # the compiler is broken, or we cross compile.
2501 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2502 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2503 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2504 # If not cross compiling, check that we can run a simple program.
2505 if test "$cross_compiling" != yes; then
2506 if { ac_try
='./$ac_file'
2507 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2511 (exit $ac_status); }; }; then
2514 if test "$cross_compiling" = maybe
; then
2517 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2518 If you meant to cross compile, use \`--host'.
2519 See \`config.log' for more details." >&5
2520 echo "$as_me: error: cannot run C compiled programs.
2521 If you meant to cross compile, use \`--host'.
2522 See \`config.log' for more details." >&2;}
2523 { (exit 1); exit 1; }; }
2527 echo "$as_me:$LINENO: result: yes" >&5
2528 echo "${ECHO_T}yes" >&6
2530 rm -f a.out a.exe conftest
$ac_cv_exeext b.out
2531 ac_clean_files
=$ac_clean_files_save
2532 # Check the compiler produces executables we can run. If not, either
2533 # the compiler is broken, or we cross compile.
2534 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2535 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2536 echo "$as_me:$LINENO: result: $cross_compiling" >&5
2537 echo "${ECHO_T}$cross_compiling" >&6
2539 echo "$as_me:$LINENO: checking for suffix of executables" >&5
2540 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2541 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2542 (eval $ac_link) 2>&5
2544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2545 (exit $ac_status); }; then
2546 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2547 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2548 # work properly (i.e., refer to `conftest.exe'), while it won't with
2550 for ac_file
in conftest.exe conftest conftest.
*; do
2551 test -f "$ac_file" ||
continue
2553 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
) ;;
2554 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2561 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2562 See \`config.log' for more details." >&5
2563 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2564 See \`config.log' for more details." >&2;}
2565 { (exit 1); exit 1; }; }
2568 rm -f conftest
$ac_cv_exeext
2569 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2570 echo "${ECHO_T}$ac_cv_exeext" >&6
2572 rm -f conftest.
$ac_ext
2573 EXEEXT
=$ac_cv_exeext
2576 echo "$as_me:$LINENO: checking for suffix of object files" >&5
2577 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2578 if test "${ac_cv_objext+set}" = set; then
2579 echo $ECHO_N "(cached) $ECHO_C" >&6
2581 cat >conftest.
$ac_ext <<_ACEOF
2584 cat confdefs.h
>>conftest.
$ac_ext
2585 cat >>conftest.
$ac_ext <<_ACEOF
2586 /* end confdefs.h. */
2596 rm -f conftest.o conftest.obj
2597 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2598 (eval $ac_compile) 2>&5
2600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2601 (exit $ac_status); }; then
2602 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2604 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg
) ;;
2605 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
2610 echo "$as_me: failed program was:" >&5
2611 sed 's/^/| /' conftest.
$ac_ext >&5
2613 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2614 See \`config.log' for more details." >&5
2615 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2616 See \`config.log' for more details." >&2;}
2617 { (exit 1); exit 1; }; }
2620 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
2622 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2623 echo "${ECHO_T}$ac_cv_objext" >&6
2624 OBJEXT
=$ac_cv_objext
2626 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2627 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2628 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2629 echo $ECHO_N "(cached) $ECHO_C" >&6
2631 cat >conftest.
$ac_ext <<_ACEOF
2634 cat confdefs.h
>>conftest.
$ac_ext
2635 cat >>conftest.
$ac_ext <<_ACEOF
2636 /* end confdefs.h. */
2649 rm -f conftest.
$ac_objext
2650 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2651 (eval $ac_compile) 2>conftest.er1
2653 grep -v '^ *+' conftest.er1
>conftest.err
2655 cat conftest.err
>&5
2656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2657 (exit $ac_status); } &&
2658 { ac_try
='test -z "$ac_c_werror_flag"
2659 || test ! -s conftest.err'
2660 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2664 (exit $ac_status); }; } &&
2665 { ac_try
='test -s conftest.$ac_objext'
2666 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2670 (exit $ac_status); }; }; then
2673 echo "$as_me: failed program was:" >&5
2674 sed 's/^/| /' conftest.
$ac_ext >&5
2678 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2679 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
2682 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2683 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2684 GCC
=`test $ac_compiler_gnu = yes && echo yes`
2685 ac_test_CFLAGS
=${CFLAGS+set}
2686 ac_save_CFLAGS
=$CFLAGS
2688 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2689 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2690 if test "${ac_cv_prog_cc_g+set}" = set; then
2691 echo $ECHO_N "(cached) $ECHO_C" >&6
2693 cat >conftest.
$ac_ext <<_ACEOF
2696 cat confdefs.h
>>conftest.
$ac_ext
2697 cat >>conftest.
$ac_ext <<_ACEOF
2698 /* end confdefs.h. */
2708 rm -f conftest.
$ac_objext
2709 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2710 (eval $ac_compile) 2>conftest.er1
2712 grep -v '^ *+' conftest.er1
>conftest.err
2714 cat conftest.err
>&5
2715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2716 (exit $ac_status); } &&
2717 { ac_try
='test -z "$ac_c_werror_flag"
2718 || test ! -s conftest.err'
2719 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2723 (exit $ac_status); }; } &&
2724 { ac_try
='test -s conftest.$ac_objext'
2725 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2729 (exit $ac_status); }; }; then
2732 echo "$as_me: failed program was:" >&5
2733 sed 's/^/| /' conftest.
$ac_ext >&5
2737 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2739 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2740 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2741 if test "$ac_test_CFLAGS" = set; then
2742 CFLAGS
=$ac_save_CFLAGS
2743 elif test $ac_cv_prog_cc_g = yes; then
2744 if test "$GCC" = yes; then
2750 if test "$GCC" = yes; then
2756 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2757 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2758 if test "${ac_cv_prog_cc_stdc+set}" = set; then
2759 echo $ECHO_N "(cached) $ECHO_C" >&6
2761 ac_cv_prog_cc_stdc
=no
2763 cat >conftest.
$ac_ext <<_ACEOF
2766 cat confdefs.h
>>conftest.
$ac_ext
2767 cat >>conftest.
$ac_ext <<_ACEOF
2768 /* end confdefs.h. */
2771 #include <sys/types.h>
2772 #include <sys/stat.h>
2773 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2774 struct buf { int x; };
2775 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2776 static char *e (p, i)
2782 static char *f (char * (*g) (char **, int), char **p, ...)
2787 s = g (p, va_arg (v,int));
2792 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
2793 function prototypes and stuff, but not '\xHH' hex character constants.
2794 These don't provoke an error unfortunately, instead are silently treated
2795 as 'x'. The following induces an error, until -std1 is added to get
2796 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
2797 array size at least. It's necessary to write '\x00'==0 to get something
2798 that's true only with -std1. */
2799 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2801 int test (int i, double x);
2802 struct s1 {int (*f) (int a);};
2803 struct s2 {int (*f) (double a);};
2804 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2810 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
2815 # Don't try gcc -ansi; that turns off useful extensions and
2816 # breaks some systems' header files.
2817 # AIX -qlanglvl=ansi
2818 # Ultrix and OSF/1 -std1
2819 # HP-UX 10.20 and later -Ae
2820 # HP-UX older versions -Aa -D_HPUX_SOURCE
2821 # SVR4 -Xc -D__EXTENSIONS__
2822 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2824 CC
="$ac_save_CC $ac_arg"
2825 rm -f conftest.
$ac_objext
2826 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2827 (eval $ac_compile) 2>conftest.er1
2829 grep -v '^ *+' conftest.er1
>conftest.err
2831 cat conftest.err
>&5
2832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2833 (exit $ac_status); } &&
2834 { ac_try
='test -z "$ac_c_werror_flag"
2835 || test ! -s conftest.err'
2836 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2840 (exit $ac_status); }; } &&
2841 { ac_try
='test -s conftest.$ac_objext'
2842 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2846 (exit $ac_status); }; }; then
2847 ac_cv_prog_cc_stdc
=$ac_arg
2850 echo "$as_me: failed program was:" >&5
2851 sed 's/^/| /' conftest.
$ac_ext >&5
2854 rm -f conftest.err conftest.
$ac_objext
2856 rm -f conftest.
$ac_ext conftest.
$ac_objext
2861 case "x$ac_cv_prog_cc_stdc" in
2863 echo "$as_me:$LINENO: result: none needed" >&5
2864 echo "${ECHO_T}none needed" >&6 ;;
2866 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
2867 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
2868 CC
="$CC $ac_cv_prog_cc_stdc" ;;
2871 # Some people use a C++ compiler to compile C. Since we use `exit',
2872 # in C++ we need to declare it. In case someone uses the same compiler
2873 # for both compiling C and C++ we need to have the C++ compiler decide
2874 # the declaration of exit, since it's the most demanding environment.
2875 cat >conftest.
$ac_ext <<_ACEOF
2880 rm -f conftest.
$ac_objext
2881 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2882 (eval $ac_compile) 2>conftest.er1
2884 grep -v '^ *+' conftest.er1
>conftest.err
2886 cat conftest.err
>&5
2887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2888 (exit $ac_status); } &&
2889 { ac_try
='test -z "$ac_c_werror_flag"
2890 || test ! -s conftest.err'
2891 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2895 (exit $ac_status); }; } &&
2896 { ac_try
='test -s conftest.$ac_objext'
2897 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2901 (exit $ac_status); }; }; then
2902 for ac_declaration
in \
2904 'extern "C" void std::exit (int) throw (); using std::exit;' \
2905 'extern "C" void std::exit (int); using std::exit;' \
2906 'extern "C" void exit (int) throw ();' \
2907 'extern "C" void exit (int);' \
2910 cat >conftest.
$ac_ext <<_ACEOF
2913 cat confdefs.h
>>conftest.
$ac_ext
2914 cat >>conftest.
$ac_ext <<_ACEOF
2915 /* end confdefs.h. */
2926 rm -f conftest.
$ac_objext
2927 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2928 (eval $ac_compile) 2>conftest.er1
2930 grep -v '^ *+' conftest.er1
>conftest.err
2932 cat conftest.err
>&5
2933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2934 (exit $ac_status); } &&
2935 { ac_try
='test -z "$ac_c_werror_flag"
2936 || test ! -s conftest.err'
2937 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2941 (exit $ac_status); }; } &&
2942 { ac_try
='test -s conftest.$ac_objext'
2943 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2947 (exit $ac_status); }; }; then
2950 echo "$as_me: failed program was:" >&5
2951 sed 's/^/| /' conftest.
$ac_ext >&5
2955 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2956 cat >conftest.
$ac_ext <<_ACEOF
2959 cat confdefs.h
>>conftest.
$ac_ext
2960 cat >>conftest.
$ac_ext <<_ACEOF
2961 /* end confdefs.h. */
2971 rm -f conftest.
$ac_objext
2972 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2973 (eval $ac_compile) 2>conftest.er1
2975 grep -v '^ *+' conftest.er1
>conftest.err
2977 cat conftest.err
>&5
2978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2979 (exit $ac_status); } &&
2980 { ac_try
='test -z "$ac_c_werror_flag"
2981 || test ! -s conftest.err'
2982 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2986 (exit $ac_status); }; } &&
2987 { ac_try
='test -s conftest.$ac_objext'
2988 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2992 (exit $ac_status); }; }; then
2995 echo "$as_me: failed program was:" >&5
2996 sed 's/^/| /' conftest.
$ac_ext >&5
2999 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3002 if test -n "$ac_declaration"; then
3003 echo '#ifdef __cplusplus' >>confdefs.h
3004 echo $ac_declaration >>confdefs.h
3005 echo '#endif' >>confdefs.h
3009 echo "$as_me: failed program was:" >&5
3010 sed 's/^/| /' conftest.
$ac_ext >&5
3013 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3015 ac_cpp
='$CPP $CPPFLAGS'
3016 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3017 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3018 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3019 DEPDIR
="${am__leading_dot}deps"
3021 ac_config_commands
="$ac_config_commands depfiles"
3024 am_make
=${MAKE-make}
3025 cat > confinc
<< 'END'
3030 # If we don't find an include directive, just comment out the code.
3031 echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
3032 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
3036 # First try GNU make style include.
3037 echo "include confinc" > confmf
3038 # We grep out `Entering directory' and `Leaving directory'
3039 # messages which can occur if `w' ends up in MAKEFLAGS.
3040 # In particular we don't look at `^make:' because GNU make might
3041 # be invoked under some other name (usually "gmake"), in which
3042 # case it prints its new name instead of `make'.
3043 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
3048 # Now try BSD make style include.
3049 if test "$am__include" = "#"; then
3050 echo '.include "confinc"' > confmf
3051 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
3052 am__include
=.include
3059 echo "$as_me:$LINENO: result: $_am_result" >&5
3060 echo "${ECHO_T}$_am_result" >&6
3061 rm -f confinc confmf
3063 # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
3064 if test "${enable_dependency_tracking+set}" = set; then
3065 enableval
="$enable_dependency_tracking"
3068 if test "x$enable_dependency_tracking" != xno
; then
3069 am_depcomp
="$ac_aux_dir/depcomp"
3074 if test "x$enable_dependency_tracking" != xno; then
3085 depcc
="$CC" am_compiler_list
=
3087 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3088 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
3089 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3090 echo $ECHO_N "(cached) $ECHO_C" >&6
3092 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3093 # We make a subdir and do the tests there. Otherwise we can end up
3094 # making bogus files that we don't know about and never remove. For
3095 # instance it was reported that on HP-UX the gcc test will end up
3096 # making a dummy file named `D' -- because `-MD' means `put the output
3099 # Copy depcomp to subdir because otherwise we won't find it if we're
3100 # using a relative directory.
3101 cp "$am_depcomp" conftest.dir
3103 # We will build objects and dependencies in a subdirectory because
3104 # it helps to detect inapplicable dependency modes. For instance
3105 # both Tru64's cc and ICC support -MD to output dependencies as a
3106 # side effect of compilation, but ICC will put the dependencies in
3107 # the current directory while Tru64 will put them in the object
3111 am_cv_CC_dependencies_compiler_type
=none
3112 if test "$am_compiler_list" = ""; then
3113 am_compiler_list
=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3115 for depmode
in $am_compiler_list; do
3116 # Setup a source with many dependencies, because some compilers
3117 # like to wrap large dependency lists on column 80 (with \), and
3118 # we should not choose a depcomp mode which is confused by this.
3120 # We need to recreate these files for each test, as the compiler may
3121 # overwrite some of them when testing with obscure command lines.
3122 # This happens at least with the AIX C compiler.
3124 for i
in 1 2 3 4 5 6; do
3125 echo '#include "conftst'$i'.h"' >> sub
/conftest.c
3126 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3127 # Solaris 8's {/usr,}/bin/sh.
3128 touch sub
/conftst
$i.h
3130 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3134 # after this tag, mechanisms are not by side-effect, so they'll
3135 # only be used when explicitly requested
3136 if test "x$enable_dependency_tracking" = xyes
; then
3144 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3145 # mode. It turns out that the SunPro C++ compiler does not properly
3146 # handle `-M -o', and we need to detect this.
3147 if depmode
=$depmode \
3148 source=sub
/conftest.c object
=sub
/conftest.
${OBJEXT-o} \
3149 depfile
=sub
/conftest.Po tmpdepfile
=sub
/conftest.TPo \
3150 $SHELL .
/depcomp
$depcc -c -o sub
/conftest.
${OBJEXT-o} sub
/conftest.c \
3151 >/dev
/null
2>conftest.err
&&
3152 grep sub
/conftst6.h sub
/conftest.Po
> /dev
/null
2>&1 &&
3153 grep sub
/conftest.
${OBJEXT-o} sub
/conftest.Po
> /dev
/null
2>&1 &&
3154 ${MAKE-make} -s -f confmf
> /dev
/null
2>&1; then
3155 # icc doesn't choke on unknown options, it will just issue warnings
3156 # or remarks (even with -Werror). So we grep stderr for any message
3157 # that says an option was ignored or not supported.
3158 # When given -MP, icc 7.0 and 7.1 complain thusly:
3159 # icc: Command line warning: ignoring option '-M'; no argument required
3160 # The diagnosis changed in icc 8.0:
3161 # icc: Command line remark: option '-MP' not supported
3162 if (grep 'ignoring option' conftest.err ||
3163 grep 'not supported' conftest.err
) >/dev
/null
2>&1; then :; else
3164 am_cv_CC_dependencies_compiler_type
=$depmode
3173 am_cv_CC_dependencies_compiler_type
=none
3177 echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3178 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3179 CCDEPMODE
=depmode
=$am_cv_CC_dependencies_compiler_type
3184 test "x$enable_dependency_tracking" != xno \
3185 && test "$am_cv_CC_dependencies_compiler_type" = gcc3
; then
3187 am__fastdepCC_FALSE
='#'
3189 am__fastdepCC_TRUE
='#'
3190 am__fastdepCC_FALSE
=
3196 # Add -Wall -fno-repack-arrays -fno-underscoring if we are using GCC.
3197 if test "x$GCC" = "xyes"; then
3198 AM_FCFLAGS
="-I . -Wall -fno-repack-arrays -fno-underscoring"
3199 ## We like to use C99 routines when available. This makes sure that
3200 ## __STDC_VERSION__ is set such that libc includes make them available.
3201 AM_CFLAGS
="-std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings"
3202 ## Compile the following tests with the same system header contents
3203 ## that we'll encounter when compiling our own source files.
3204 CFLAGS
="-std=gnu99 $CFLAGS"
3209 # Find other programs we need.
3210 if test -n "$ac_tool_prefix"; then
3211 # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
3212 set dummy
${ac_tool_prefix}as
; ac_word
=$2
3213 echo "$as_me:$LINENO: checking for $ac_word" >&5
3214 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3215 if test "${ac_cv_prog_AS+set}" = set; then
3216 echo $ECHO_N "(cached) $ECHO_C" >&6
3218 if test -n "$AS"; then
3219 ac_cv_prog_AS
="$AS" # Let the user override the test.
3221 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3225 test -z "$as_dir" && as_dir
=.
3226 for ac_exec_ext
in '' $ac_executable_extensions; do
3227 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3228 ac_cv_prog_AS
="${ac_tool_prefix}as"
3229 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3238 if test -n "$AS"; then
3239 echo "$as_me:$LINENO: result: $AS" >&5
3240 echo "${ECHO_T}$AS" >&6
3242 echo "$as_me:$LINENO: result: no" >&5
3243 echo "${ECHO_T}no" >&6
3247 if test -z "$ac_cv_prog_AS"; then
3249 # Extract the first word of "as", so it can be a program name with args.
3250 set dummy as
; ac_word
=$2
3251 echo "$as_me:$LINENO: checking for $ac_word" >&5
3252 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3253 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
3254 echo $ECHO_N "(cached) $ECHO_C" >&6
3256 if test -n "$ac_ct_AS"; then
3257 ac_cv_prog_ac_ct_AS
="$ac_ct_AS" # Let the user override the test.
3259 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3263 test -z "$as_dir" && as_dir
=.
3264 for ac_exec_ext
in '' $ac_executable_extensions; do
3265 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3266 ac_cv_prog_ac_ct_AS
="as"
3267 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3275 ac_ct_AS
=$ac_cv_prog_ac_ct_AS
3276 if test -n "$ac_ct_AS"; then
3277 echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
3278 echo "${ECHO_T}$ac_ct_AS" >&6
3280 echo "$as_me:$LINENO: result: no" >&5
3281 echo "${ECHO_T}no" >&6
3289 if test -n "$ac_tool_prefix"; then
3290 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
3291 set dummy
${ac_tool_prefix}ar; ac_word
=$2
3292 echo "$as_me:$LINENO: checking for $ac_word" >&5
3293 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3294 if test "${ac_cv_prog_AR+set}" = set; then
3295 echo $ECHO_N "(cached) $ECHO_C" >&6
3297 if test -n "$AR"; then
3298 ac_cv_prog_AR
="$AR" # Let the user override the test.
3300 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3304 test -z "$as_dir" && as_dir
=.
3305 for ac_exec_ext
in '' $ac_executable_extensions; do
3306 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3307 ac_cv_prog_AR
="${ac_tool_prefix}ar"
3308 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3317 if test -n "$AR"; then
3318 echo "$as_me:$LINENO: result: $AR" >&5
3319 echo "${ECHO_T}$AR" >&6
3321 echo "$as_me:$LINENO: result: no" >&5
3322 echo "${ECHO_T}no" >&6
3326 if test -z "$ac_cv_prog_AR"; then
3328 # Extract the first word of "ar", so it can be a program name with args.
3329 set dummy
ar; ac_word
=$2
3330 echo "$as_me:$LINENO: checking for $ac_word" >&5
3331 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3332 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
3333 echo $ECHO_N "(cached) $ECHO_C" >&6
3335 if test -n "$ac_ct_AR"; then
3336 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
3338 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3342 test -z "$as_dir" && as_dir
=.
3343 for ac_exec_ext
in '' $ac_executable_extensions; do
3344 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3345 ac_cv_prog_ac_ct_AR
="ar"
3346 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3354 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
3355 if test -n "$ac_ct_AR"; then
3356 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
3357 echo "${ECHO_T}$ac_ct_AR" >&6
3359 echo "$as_me:$LINENO: result: no" >&5
3360 echo "${ECHO_T}no" >&6
3368 if test -n "$ac_tool_prefix"; then
3369 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3370 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
3371 echo "$as_me:$LINENO: checking for $ac_word" >&5
3372 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3373 if test "${ac_cv_prog_RANLIB+set}" = set; then
3374 echo $ECHO_N "(cached) $ECHO_C" >&6
3376 if test -n "$RANLIB"; then
3377 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
3379 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3383 test -z "$as_dir" && as_dir
=.
3384 for ac_exec_ext
in '' $ac_executable_extensions; do
3385 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3386 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
3387 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3395 RANLIB
=$ac_cv_prog_RANLIB
3396 if test -n "$RANLIB"; then
3397 echo "$as_me:$LINENO: result: $RANLIB" >&5
3398 echo "${ECHO_T}$RANLIB" >&6
3400 echo "$as_me:$LINENO: result: no" >&5
3401 echo "${ECHO_T}no" >&6
3405 if test -z "$ac_cv_prog_RANLIB"; then
3406 ac_ct_RANLIB
=$RANLIB
3407 # Extract the first word of "ranlib", so it can be a program name with args.
3408 set dummy ranlib
; ac_word
=$2
3409 echo "$as_me:$LINENO: checking for $ac_word" >&5
3410 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3411 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3412 echo $ECHO_N "(cached) $ECHO_C" >&6
3414 if test -n "$ac_ct_RANLIB"; then
3415 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
3417 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3421 test -z "$as_dir" && as_dir
=.
3422 for ac_exec_ext
in '' $ac_executable_extensions; do
3423 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3424 ac_cv_prog_ac_ct_RANLIB
="ranlib"
3425 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3431 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
="ranlib-not-found-in-path-error"
3434 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
3435 if test -n "$ac_ct_RANLIB"; then
3436 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
3437 echo "${ECHO_T}$ac_ct_RANLIB" >&6
3439 echo "$as_me:$LINENO: result: no" >&5
3440 echo "${ECHO_T}no" >&6
3443 RANLIB
=$ac_ct_RANLIB
3445 RANLIB
="$ac_cv_prog_RANLIB"
3448 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3449 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
3450 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
3451 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
3452 echo $ECHO_N "(cached) $ECHO_C" >&6
3454 cat >conftest.
make <<\_ACEOF
3456 @
echo 'ac_maketemp="$(MAKE)"'
3458 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3459 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
3460 if test -n "$ac_maketemp"; then
3461 eval ac_cv_prog_make_
${ac_make}_set
=yes
3463 eval ac_cv_prog_make_
${ac_make}_set
=no
3467 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
3468 echo "$as_me:$LINENO: result: yes" >&5
3469 echo "${ECHO_T}yes" >&6
3472 echo "$as_me:$LINENO: result: no" >&5
3473 echo "${ECHO_T}no" >&6
3474 SET_MAKE
="MAKE=${MAKE-make}"
3477 # Find a good install program. We prefer a C program (faster),
3478 # so one script is as good as another. But avoid the broken or
3479 # incompatible versions:
3480 # SysV /etc/install, /usr/sbin/install
3481 # SunOS /usr/etc/install
3482 # IRIX /sbin/install
3484 # AmigaOS /C/install, which installs bootblocks on floppy discs
3485 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3486 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3487 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3488 # OS/2's system install, which has a completely different semantic
3489 # ./install, which can be erroneously created by make from ./install.sh.
3490 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3491 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
3492 if test -z "$INSTALL"; then
3493 if test "${ac_cv_path_install+set}" = set; then
3494 echo $ECHO_N "(cached) $ECHO_C" >&6
3496 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3500 test -z "$as_dir" && as_dir
=.
3501 # Account for people who put trailing slashes in PATH elements.
3503 .
/ | .
// |
/cC
/* | \
3504 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
3505 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
3508 # OSF1 and SCO ODT 3.0 have their own names for install.
3509 # Don't use installbsd from OSF since it installs stuff as root
3511 for ac_prog
in ginstall scoinst
install; do
3512 for ac_exec_ext
in '' $ac_executable_extensions; do
3513 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3514 if test $ac_prog = install &&
3515 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
3516 # AIX install. It has an incompatible calling convention.
3518 elif test $ac_prog = install &&
3519 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
3520 # program-specific install script used by HP pwplus--don't use.
3523 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
3535 if test "${ac_cv_path_install+set}" = set; then
3536 INSTALL
=$ac_cv_path_install
3538 # As a last resort, use the slow shell script. We don't cache a
3539 # path for INSTALL within a source directory, because that will
3540 # break other packages using the cache if that directory is
3541 # removed, or if the path is relative.
3542 INSTALL
=$ac_install_sh
3545 echo "$as_me:$LINENO: result: $INSTALL" >&5
3546 echo "${ECHO_T}$INSTALL" >&6
3548 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3549 # It thinks the first close brace ends the variable substitution.
3550 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
3552 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
3554 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
3558 #AC_MSG_NOTICE([====== Starting libtool configuration])
3560 # Check whether --enable-shared or --disable-shared was given.
3561 if test "${enable_shared+set}" = set; then
3562 enableval
="$enable_shared"
3563 p
=${PACKAGE-default}
3565 yes) enable_shared
=yes ;;
3566 no
) enable_shared
=no
;;
3569 # Look at the argument we got. We use all the common list separators.
3570 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
3571 for pkg
in $enableval; do
3572 if test "X$pkg" = "X$p"; then
3582 # Check whether --enable-static or --disable-static was given.
3583 if test "${enable_static+set}" = set; then
3584 enableval
="$enable_static"
3585 p
=${PACKAGE-default}
3587 yes) enable_static
=yes ;;
3588 no
) enable_static
=no
;;
3591 # Look at the argument we got. We use all the common list separators.
3592 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
3593 for pkg
in $enableval; do
3594 if test "X$pkg" = "X$p"; then
3604 # Check whether --enable-fast-install or --disable-fast-install was given.
3605 if test "${enable_fast_install+set}" = set; then
3606 enableval
="$enable_fast_install"
3607 p
=${PACKAGE-default}
3609 yes) enable_fast_install
=yes ;;
3610 no
) enable_fast_install
=no
;;
3612 enable_fast_install
=no
3613 # Look at the argument we got. We use all the common list separators.
3614 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
="${IFS}:,"
3615 for pkg
in $enableval; do
3616 if test "X$pkg" = "X$p"; then
3617 enable_fast_install
=yes
3624 enable_fast_install
=yes
3627 # Check whether --with-gnu-ld or --without-gnu-ld was given.
3628 if test "${with_gnu_ld+set}" = set; then
3629 withval
="$with_gnu_ld"
3630 test "$withval" = no || with_gnu_ld
=yes
3635 if test "$GCC" = yes; then
3636 # Check if gcc -print-prog-name=ld gives a path.
3637 echo "$as_me:$LINENO: checking for ld used by GCC" >&5
3638 echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6
3641 # gcc leaves a trailing carriage return which upsets mingw
3642 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
3644 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
3647 # Accept absolute paths.
3648 [\\/]* |
[A-Za-z
]:[\\/]*)
3649 re_direlt
='/[^/][^/]*/\.\./'
3650 # Canonicalize the path of ld
3651 ac_prog
=`echo $ac_prog| sed 's%\\\\%/%g'`
3652 while echo $ac_prog |
grep "$re_direlt" > /dev
/null
2>&1; do
3653 ac_prog
=`echo $ac_prog| sed "s%$re_direlt%/%"`
3655 test -z "$LD" && LD
="$ac_prog"
3658 # If it fails, then pretend we aren't using GCC.
3662 # If it is relative, then search for the first ld in PATH.
3666 elif test "$with_gnu_ld" = yes; then
3667 echo "$as_me:$LINENO: checking for GNU ld" >&5
3668 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
3670 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
3671 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
3673 if test "${lt_cv_path_LD+set}" = set; then
3674 echo $ECHO_N "(cached) $ECHO_C" >&6
3676 if test -z "$LD"; then
3677 IFS
="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
3678 for ac_dir
in $PATH; do
3679 test -z "$ac_dir" && ac_dir
=.
3680 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
3681 lt_cv_path_LD
="$ac_dir/$ac_prog"
3682 # Check to see if the program is GNU ld. I'd rather use --version,
3683 # but apparently some GNU ld's only accept -v.
3684 # Break only if it was the GNU/non-GNU ld that we prefer.
3685 if "$lt_cv_path_LD" -v 2>&1 < /dev
/null |
egrep '(GNU|with BFD)' > /dev
/null
; then
3686 test "$with_gnu_ld" != no
&& break
3688 test "$with_gnu_ld" != yes && break
3694 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
3699 if test -n "$LD"; then
3700 echo "$as_me:$LINENO: result: $LD" >&5
3701 echo "${ECHO_T}$LD" >&6
3703 echo "$as_me:$LINENO: result: no" >&5
3704 echo "${ECHO_T}no" >&6
3706 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
3707 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
3708 { (exit 1); exit 1; }; }
3709 echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
3710 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
3711 if test "${lt_cv_prog_gnu_ld+set}" = set; then
3712 echo $ECHO_N "(cached) $ECHO_C" >&6
3714 # I'd rather use --version here, but apparently some GNU ld's only accept -v.
3715 if $LD -v 2>&1 </dev
/null |
egrep '(GNU|with BFD)' 1>&5; then
3716 lt_cv_prog_gnu_ld
=yes
3718 lt_cv_prog_gnu_ld
=no
3721 echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
3722 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
3723 with_gnu_ld
=$lt_cv_prog_gnu_ld
3726 echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
3727 echo $ECHO_N "checking for $LD option to reload object files... $ECHO_C" >&6
3728 if test "${lt_cv_ld_reload_flag+set}" = set; then
3729 echo $ECHO_N "(cached) $ECHO_C" >&6
3731 lt_cv_ld_reload_flag
='-r'
3733 echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
3734 echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
3735 reload_flag
=$lt_cv_ld_reload_flag
3736 test -n "$reload_flag" && reload_flag
=" $reload_flag"
3738 echo "$as_me:$LINENO: checking for BSD-compatible nm" >&5
3739 echo $ECHO_N "checking for BSD-compatible nm... $ECHO_C" >&6
3740 if test "${lt_cv_path_NM+set}" = set; then
3741 echo $ECHO_N "(cached) $ECHO_C" >&6
3743 if test -n "$NM"; then
3744 # Let the user override the test.
3747 IFS
="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
3748 for ac_dir
in $PATH /usr
/ccs
/bin
/usr
/ucb
/bin
; do
3749 test -z "$ac_dir" && ac_dir
=.
3750 tmp_nm
=$ac_dir/${ac_tool_prefix}nm
3751 if test -f $tmp_nm ||
test -f $tmp_nm$ac_exeext ; then
3752 # Check to see if the nm accepts a BSD-compat flag.
3753 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
3754 # nm: unknown option "B" ignored
3755 # Tru64's nm complains that /dev/null is an invalid object file
3756 if ($tmp_nm -B /dev
/null
2>&1 |
sed '1q'; exit 0) |
egrep '(/dev/null|Invalid file or object type)' >/dev
/null
; then
3757 lt_cv_path_NM
="$tmp_nm -B"
3759 elif ($tmp_nm -p /dev
/null
2>&1 |
sed '1q'; exit 0) |
egrep /dev
/null
>/dev
/null
; then
3760 lt_cv_path_NM
="$tmp_nm -p"
3763 lt_cv_path_NM
=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
3764 continue # so that we can try to find one that supports BSD flags
3769 test -z "$lt_cv_path_NM" && lt_cv_path_NM
=nm
3774 echo "$as_me:$LINENO: result: $NM" >&5
3775 echo "${ECHO_T}$NM" >&6
3777 echo "$as_me:$LINENO: checking whether ln -s works" >&5
3778 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
3780 if test "$LN_S" = "ln -s"; then
3781 echo "$as_me:$LINENO: result: yes" >&5
3782 echo "${ECHO_T}yes" >&6
3784 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
3785 echo "${ECHO_T}no, using $LN_S" >&6
3788 echo "$as_me:$LINENO: checking how to recognise dependant libraries" >&5
3789 echo $ECHO_N "checking how to recognise dependant libraries... $ECHO_C" >&6
3790 if test "${lt_cv_deplibs_check_method+set}" = set; then
3791 echo $ECHO_N "(cached) $ECHO_C" >&6
3793 lt_cv_file_magic_cmd
='$MAGIC_CMD'
3794 lt_cv_file_magic_test_file
=
3795 lt_cv_deplibs_check_method
='unknown'
3796 # Need to set the preceding variable on all platforms that support
3797 # interlibrary dependencies.
3798 # 'none' -- dependencies not supported.
3799 # `unknown' -- same as none, but documents that we really don't know.
3800 # 'pass_all' -- all dependencies passed with no checks.
3801 # 'test_compile' -- check by making test program.
3802 # 'file_magic [regex]' -- check by looking for files in library path
3803 # which responds to the $file_magic_cmd with a given egrep regex.
3804 # If you have `file' or equivalent on your system and you're not sure
3805 # whether `pass_all' will *always* work, you probably want this one.
3809 lt_cv_deplibs_check_method
=pass_all
3813 lt_cv_deplibs_check_method
=pass_all
3817 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
3818 lt_cv_file_magic_cmd
='/usr/bin/file -L'
3819 lt_cv_file_magic_test_file
=/shlib
/libc.so
3822 cygwin
* | mingw
* |pw32
*)
3823 lt_cv_deplibs_check_method
='file_magic file format pei*-i386(.*architecture: i386)?'
3824 lt_cv_file_magic_cmd
='$OBJDUMP -f'
3827 darwin
* | rhapsody
*)
3828 # this will be overwritten by pass_all, but leave it in just in case
3829 lt_cv_deplibs_check_method
='file_magic Mach-O dynamically linked shared library'
3830 lt_cv_file_magic_cmd
='/usr/bin/file -L'
3832 rhapsody
* | darwin1.012
)
3833 lt_cv_file_magic_test_file
='/System/Library/Frameworks/System.framework/System'
3836 lt_cv_file_magic_test_file
='/usr/lib/libSystem.dylib'
3839 lt_cv_deplibs_check_method
=pass_all
3842 freebsd
* | kfreebsd
*-gnu)
3843 if echo __ELF__ |
$CC -E - |
grep __ELF__
> /dev
/null
; then
3846 # Not sure whether the presence of OpenBSD here was a mistake.
3847 # Let's accept both of them until this is cleared up.
3848 lt_cv_deplibs_check_method
='file_magic (FreeBSD|OpenBSD)/i[3-9]86 (compact )?demand paged shared library'
3849 lt_cv_file_magic_cmd
=/usr
/bin
/file
3850 lt_cv_file_magic_test_file
=`echo /usr/lib/libc.so.*`
3854 lt_cv_deplibs_check_method
=pass_all
3859 lt_cv_deplibs_check_method
=pass_all
3865 lt_cv_deplibs_check_method
='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
3866 lt_cv_file_magic_cmd
=/usr
/bin
/file
3867 lt_cv_file_magic_test_file
=/usr
/lib
/libc.sl
3870 lt_cv_deplibs_check_method
='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
3871 lt_cv_file_magic_cmd
=/usr
/bin
/file
3872 lt_cv_file_magic_test_file
=/usr
/lib
/hpux32
/libc.so
3880 # this will be overridden with pass_all, but let us keep it just in case
3881 lt_cv_deplibs_check_method
="file_magic ELF 32-bit MSB dynamic lib MIPS - version 1"
3885 *-32|
*"-32 ") libmagic
=32-bit;;
3886 *-n32|
*"-n32 ") libmagic
=N32
;;
3887 *-64|
*"-64 ") libmagic
=64-bit;;
3888 *) libmagic
=never-match
;;
3890 # this will be overridden with pass_all, but let us keep it just in case
3891 lt_cv_deplibs_check_method
="file_magic ELF ${libmagic} MSB mips-[1234] dynamic lib MIPS - version 1"
3894 lt_cv_file_magic_test_file
=`echo /lib${libsuff}/libc.so*`
3895 lt_cv_deplibs_check_method
=pass_all
3898 # This must be Linux ELF.
3900 lt_cv_deplibs_check_method
=pass_all
3903 netbsd
* | knetbsd
*-gnu)
3904 if echo __ELF__ |
$CC -E - |
grep __ELF__
> /dev
/null
; then
3905 lt_cv_deplibs_check_method
='match_pattern /lib[^/\.]+\.so\.[0-9]+\.[0-9]+$'
3907 lt_cv_deplibs_check_method
='match_pattern /lib[^/\.]+\.so$'
3912 lt_cv_deplibs_check_method
='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
3913 lt_cv_file_magic_cmd
=/usr
/bin
/file
3914 lt_cv_file_magic_test_file
=/usr
/lib
/libnls.so
3917 osf3
* | osf4
* | osf5
*)
3918 # this will be overridden with pass_all, but let us keep it just in case
3919 lt_cv_deplibs_check_method
='file_magic COFF format alpha shared library'
3920 lt_cv_file_magic_test_file
=/shlib
/libc.so
3921 lt_cv_deplibs_check_method
=pass_all
3925 lt_cv_deplibs_check_method
=pass_all
3929 lt_cv_deplibs_check_method
=pass_all
3930 lt_cv_file_magic_test_file
=/lib
/libc.so
3933 sysv5uw
[78]* | sysv4
*uw2
*)
3934 lt_cv_deplibs_check_method
=pass_all
3937 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
3938 case $host_vendor in
3940 lt_cv_deplibs_check_method
=pass_all
3943 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]'
3944 lt_cv_file_magic_test_file
=`echo /usr/lib/libc.so*`
3951 echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
3952 echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
3953 file_magic_cmd
=$lt_cv_file_magic_cmd
3954 deplibs_check_method
=$lt_cv_deplibs_check_method
3960 # Autoconf 2.13's AC_OBJEXT and AC_EXEEXT macros only works for C compilers!
3962 # find the maximum length of command line arguments
3963 echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
3964 echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6
3965 if test "${lt_cv_sys_max_cmd_len+set}" = set; then
3966 echo $ECHO_N "(cached) $ECHO_C" >&6
3973 # On DJGPP, this test can blow up pretty badly due to problems in libc
3974 # (any single argument exceeding 2000 bytes causes a buffer overrun
3975 # during glob expansion). Even if it were fixed, the result of this
3976 # check would be larger than it should be.
3977 lt_cv_sys_max_cmd_len
=12288; # 12K is about right
3981 # On Win9x/ME, this test blows up -- it succeeds, but takes
3982 # about 5 minutes as the teststring grows exponentially.
3983 # Worse, since 9x/ME are not pre-emptively multitasking,
3984 # you end up with a "frozen" computer, even though with patience
3985 # the test eventually succeeds (with a max line length of 256k).
3986 # Instead, let's just punt: use the minimum linelength reported by
3987 # all of the supported platforms: 8192 (on NT/2K/XP).
3988 lt_cv_sys_max_cmd_len
=8192;
3992 # On AmigaOS with pdksh, this test takes hours, literally.
3993 # So we just punt and use a minimum line length of 8192.
3994 lt_cv_sys_max_cmd_len
=8192;
3997 netbsd
* | freebsd
* | openbsd
* | darwin
* | dragonfly
*)
3998 # This has been around since 386BSD, at least. Likely further.
3999 if test -x /sbin
/sysctl
; then
4000 lt_cv_sys_max_cmd_len
=`/sbin/sysctl -n kern.argmax`
4001 elif test -x /usr
/sbin
/sysctl
; then
4002 lt_cv_sys_max_cmd_len
=`/usr/sbin/sysctl -n kern.argmax`
4004 lt_cv_sys_max_cmd_len
=65536 # usable default for *BSD
4006 # And add a safety zone
4007 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
4008 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
4014 if test -n "$lt_cv_sys_max_cmd_len" ; then
4015 echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
4016 echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6
4018 echo "$as_me:$LINENO: result: none" >&5
4019 echo "${ECHO_T}none" >&6
4023 # Only perform the check for file, if the check method requires it
4024 case $deplibs_check_method in
4026 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
4027 echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
4028 echo $ECHO_N "checking for ${ac_tool_prefix}file... $ECHO_C" >&6
4029 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
4030 echo $ECHO_N "(cached) $ECHO_C" >&6
4034 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
4037 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a dos path.
4040 ac_save_MAGIC_CMD
="$MAGIC_CMD"
4041 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
4042 ac_dummy
="/usr/bin:$PATH"
4043 for ac_dir
in $ac_dummy; do
4044 test -z "$ac_dir" && ac_dir
=.
4045 if test -f $ac_dir/${ac_tool_prefix}file; then
4046 lt_cv_path_MAGIC_CMD
="$ac_dir/${ac_tool_prefix}file"
4047 if test -n "$file_magic_test_file"; then
4048 case $deplibs_check_method in
4050 file_magic_regex
="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
4051 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
4052 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
4053 egrep "$file_magic_regex" > /dev
/null
; then
4058 *** Warning: the command libtool uses to detect shared libraries,
4059 *** $file_magic_cmd, produces output that libtool cannot recognize.
4060 *** The result is that libtool may fail to recognize shared libraries
4061 *** as such. This will affect the creation of libtool libraries that
4062 *** depend on shared libraries, but programs linked with such libtool
4063 *** libraries will work regardless of this problem. Nevertheless, you
4064 *** may want to report the problem to your system manager and/or to
4065 *** bug-libtool@gnu.org
4075 MAGIC_CMD
="$ac_save_MAGIC_CMD"
4080 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
4081 if test -n "$MAGIC_CMD"; then
4082 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
4083 echo "${ECHO_T}$MAGIC_CMD" >&6
4085 echo "$as_me:$LINENO: result: no" >&5
4086 echo "${ECHO_T}no" >&6
4089 if test -z "$lt_cv_path_MAGIC_CMD"; then
4090 if test -n "$ac_tool_prefix"; then
4091 echo "$as_me:$LINENO: checking for file" >&5
4092 echo $ECHO_N "checking for file... $ECHO_C" >&6
4093 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
4094 echo $ECHO_N "(cached) $ECHO_C" >&6
4098 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a path.
4101 lt_cv_path_MAGIC_CMD
="$MAGIC_CMD" # Let the user override the test with a dos path.
4104 ac_save_MAGIC_CMD
="$MAGIC_CMD"
4105 IFS
="${IFS= }"; ac_save_ifs
="$IFS"; IFS
=":"
4106 ac_dummy
="/usr/bin:$PATH"
4107 for ac_dir
in $ac_dummy; do
4108 test -z "$ac_dir" && ac_dir
=.
4109 if test -f $ac_dir/file; then
4110 lt_cv_path_MAGIC_CMD
="$ac_dir/file"
4111 if test -n "$file_magic_test_file"; then
4112 case $deplibs_check_method in
4114 file_magic_regex
="`expr \"$deplibs_check_method\" : \"file_magic \(.*\)\"`"
4115 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
4116 if eval $file_magic_cmd \
$file_magic_test_file 2> /dev
/null |
4117 egrep "$file_magic_regex" > /dev
/null
; then
4122 *** Warning: the command libtool uses to detect shared libraries,
4123 *** $file_magic_cmd, produces output that libtool cannot recognize.
4124 *** The result is that libtool may fail to recognize shared libraries
4125 *** as such. This will affect the creation of libtool libraries that
4126 *** depend on shared libraries, but programs linked with such libtool
4127 *** libraries will work regardless of this problem. Nevertheless, you
4128 *** may want to report the problem to your system manager and/or to
4129 *** bug-libtool@gnu.org
4139 MAGIC_CMD
="$ac_save_MAGIC_CMD"
4144 MAGIC_CMD
="$lt_cv_path_MAGIC_CMD"
4145 if test -n "$MAGIC_CMD"; then
4146 echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
4147 echo "${ECHO_T}$MAGIC_CMD" >&6
4149 echo "$as_me:$LINENO: result: no" >&5
4150 echo "${ECHO_T}no" >&6
4162 if test -n "$ac_tool_prefix"; then
4163 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4164 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
4165 echo "$as_me:$LINENO: checking for $ac_word" >&5
4166 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4167 if test "${ac_cv_prog_RANLIB+set}" = set; then
4168 echo $ECHO_N "(cached) $ECHO_C" >&6
4170 if test -n "$RANLIB"; then
4171 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
4173 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4177 test -z "$as_dir" && as_dir
=.
4178 for ac_exec_ext
in '' $ac_executable_extensions; do
4179 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4180 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
4181 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4189 RANLIB
=$ac_cv_prog_RANLIB
4190 if test -n "$RANLIB"; then
4191 echo "$as_me:$LINENO: result: $RANLIB" >&5
4192 echo "${ECHO_T}$RANLIB" >&6
4194 echo "$as_me:$LINENO: result: no" >&5
4195 echo "${ECHO_T}no" >&6
4199 if test -z "$ac_cv_prog_RANLIB"; then
4200 ac_ct_RANLIB
=$RANLIB
4201 # Extract the first word of "ranlib", so it can be a program name with args.
4202 set dummy ranlib
; ac_word
=$2
4203 echo "$as_me:$LINENO: checking for $ac_word" >&5
4204 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4205 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4206 echo $ECHO_N "(cached) $ECHO_C" >&6
4208 if test -n "$ac_ct_RANLIB"; then
4209 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
4211 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4215 test -z "$as_dir" && as_dir
=.
4216 for ac_exec_ext
in '' $ac_executable_extensions; do
4217 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4218 ac_cv_prog_ac_ct_RANLIB
="ranlib"
4219 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4225 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
=":"
4228 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
4229 if test -n "$ac_ct_RANLIB"; then
4230 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4231 echo "${ECHO_T}$ac_ct_RANLIB" >&6
4233 echo "$as_me:$LINENO: result: no" >&5
4234 echo "${ECHO_T}no" >&6
4237 RANLIB
=$ac_ct_RANLIB
4239 RANLIB
="$ac_cv_prog_RANLIB"
4242 if test -n "$ac_tool_prefix"; then
4243 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4244 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
4245 echo "$as_me:$LINENO: checking for $ac_word" >&5
4246 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4247 if test "${ac_cv_prog_STRIP+set}" = set; then
4248 echo $ECHO_N "(cached) $ECHO_C" >&6
4250 if test -n "$STRIP"; then
4251 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
4253 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4257 test -z "$as_dir" && as_dir
=.
4258 for ac_exec_ext
in '' $ac_executable_extensions; do
4259 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4260 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
4261 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4269 STRIP
=$ac_cv_prog_STRIP
4270 if test -n "$STRIP"; then
4271 echo "$as_me:$LINENO: result: $STRIP" >&5
4272 echo "${ECHO_T}$STRIP" >&6
4274 echo "$as_me:$LINENO: result: no" >&5
4275 echo "${ECHO_T}no" >&6
4279 if test -z "$ac_cv_prog_STRIP"; then
4281 # Extract the first word of "strip", so it can be a program name with args.
4282 set dummy strip
; ac_word
=$2
4283 echo "$as_me:$LINENO: checking for $ac_word" >&5
4284 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4285 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4286 echo $ECHO_N "(cached) $ECHO_C" >&6
4288 if test -n "$ac_ct_STRIP"; then
4289 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
4291 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4295 test -z "$as_dir" && as_dir
=.
4296 for ac_exec_ext
in '' $ac_executable_extensions; do
4297 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4298 ac_cv_prog_ac_ct_STRIP
="strip"
4299 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4305 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
=":"
4308 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
4309 if test -n "$ac_ct_STRIP"; then
4310 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4311 echo "${ECHO_T}$ac_ct_STRIP" >&6
4313 echo "$as_me:$LINENO: result: no" >&5
4314 echo "${ECHO_T}no" >&6
4319 STRIP
="$ac_cv_prog_STRIP"
4323 # Check for any special flags to pass to ltconfig.
4324 libtool_flags
="--cache-file=$cache_file"
4325 test "$enable_shared" = no
&& libtool_flags
="$libtool_flags --disable-shared"
4326 test "$enable_static" = no
&& libtool_flags
="$libtool_flags --disable-static"
4327 test "$enable_fast_install" = no
&& libtool_flags
="$libtool_flags --disable-fast-install"
4328 test "$GCC" = yes && libtool_flags
="$libtool_flags --with-gcc"
4329 test "$lt_cv_prog_gnu_ld" = yes && libtool_flags
="$libtool_flags --with-gnu-ld"
4332 # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
4333 if test "${enable_libtool_lock+set}" = set; then
4334 enableval
="$enable_libtool_lock"
4337 test "x$enable_libtool_lock" = xno
&& libtool_flags
="$libtool_flags --disable-lock"
4338 test x
"$silent" = xyes
&& libtool_flags
="$libtool_flags --silent"
4341 # Check whether --with-pic or --without-pic was given.
4342 if test "${with_pic+set}" = set; then
4348 test x
"$pic_mode" = xyes
&& libtool_flags
="$libtool_flags --prefer-pic"
4349 test x
"$pic_mode" = xno
&& libtool_flags
="$libtool_flags --prefer-non-pic"
4351 # Some flags need to be propagated to the compiler or linker for good
4355 # Find out which ABI we are using.
4356 echo '#line 4356 "configure"' > conftest.
$ac_ext
4357 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4358 (eval $ac_compile) 2>&5
4360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4361 (exit $ac_status); }; then
4362 if test "$lt_cv_prog_gnu_ld" = yes; then
4363 case `/usr/bin/file conftest.$ac_objext` in
4365 LD
="${LD-ld} -melf32bsmip"
4368 LD
="${LD-ld} -melf32bmipn32"
4371 LD
="${LD-ld} -melf64bmip"
4375 case `/usr/bin/file conftest.$ac_objext` in
4392 # Find out which ABI we are using.
4393 echo 'int i;' > conftest.
$ac_ext
4394 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4395 (eval $ac_compile) 2>&5
4397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4398 (exit $ac_status); }; then
4399 case "`/usr/bin/file conftest.o`" in
4411 x86_64-
*linux
*|ppc
*-*linux
*|powerpc
*-*linux
*|s390
*-*linux
*|sparc
*-*linux
*)
4412 # Find out which ABI we are using.
4413 echo 'int i;' > conftest.
$ac_ext
4414 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4415 (eval $ac_compile) 2>&5
4417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4418 (exit $ac_status); }; then
4419 case "`/usr/bin/file conftest.o`" in
4423 LD
="${LD-ld} -m elf_i386"
4425 ppc64-
*linux
*|powerpc64-
*linux
*)
4426 LD
="${LD-ld} -m elf32ppclinux"
4429 LD
="${LD-ld} -m elf_s390"
4432 LD
="${LD-ld} -m elf32_sparc"
4439 LD
="${LD-ld} -m elf_x86_64"
4441 ppc
*-*linux
*|powerpc
*-*linux
*)
4442 LD
="${LD-ld} -m elf64ppc"
4445 LD
="${LD-ld} -m elf64_s390"
4448 LD
="${LD-ld} -m elf64_sparc"
4458 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
4459 SAVE_CFLAGS
="$CFLAGS"
4460 CFLAGS
="$CFLAGS -belf"
4461 echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
4462 echo $ECHO_N "checking whether the C compiler needs -belf... $ECHO_C" >&6
4463 if test "${lt_cv_cc_needs_belf+set}" = set; then
4464 echo $ECHO_N "(cached) $ECHO_C" >&6
4469 ac_cpp
='$CPP $CPPFLAGS'
4470 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4471 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4472 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4474 if test x
$gcc_no_link = xyes
; then
4475 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
4476 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
4477 { (exit 1); exit 1; }; }
4479 cat >conftest.
$ac_ext <<_ACEOF
4482 cat confdefs.h
>>conftest.
$ac_ext
4483 cat >>conftest.
$ac_ext <<_ACEOF
4484 /* end confdefs.h. */
4494 rm -f conftest.
$ac_objext conftest
$ac_exeext
4495 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4496 (eval $ac_link) 2>conftest.er1
4498 grep -v '^ *+' conftest.er1
>conftest.err
4500 cat conftest.err
>&5
4501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4502 (exit $ac_status); } &&
4503 { ac_try
='test -z "$ac_c_werror_flag"
4504 || test ! -s conftest.err'
4505 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4509 (exit $ac_status); }; } &&
4510 { ac_try
='test -s conftest$ac_exeext'
4511 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4515 (exit $ac_status); }; }; then
4516 lt_cv_cc_needs_belf
=yes
4518 echo "$as_me: failed program was:" >&5
4519 sed 's/^/| /' conftest.
$ac_ext >&5
4521 lt_cv_cc_needs_belf
=no
4523 rm -f conftest.err conftest.
$ac_objext \
4524 conftest
$ac_exeext conftest.
$ac_ext
4526 ac_cpp
='$CPP $CPPFLAGS'
4527 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4528 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4529 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4532 echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
4533 echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
4534 if test x
"$lt_cv_cc_needs_belf" != x
"yes"; then
4535 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
4536 CFLAGS
="$SAVE_CFLAGS"
4544 # Save cache, so that ltconfig can load it
4545 cat >confcache
<<\_ACEOF
4546 # This file is a shell script that caches the results of configure
4547 # tests run on this system so they can be shared between configure
4548 # scripts and configure runs, see configure's option --config-cache.
4549 # It is not useful on other systems. If it contains results you don't
4550 # want to keep, you may remove or edit it.
4552 # config.status only pays attention to the cache file if you give it
4553 # the --recheck option to rerun configure.
4555 # `ac_cv_env_foo' variables (set or unset) will be overridden when
4556 # loading this file, other *unset* `ac_cv_foo' will be assigned the
4561 # The following way of writing the cache mishandles newlines in values,
4562 # but we know of no workaround that is simple, portable, and efficient.
4563 # So, don't put newlines in cache variables' values.
4564 # Ultrix sh set writes to stderr and can't be redirected directly,
4565 # and sets the high bit in the cache file unless we assign to the vars.
4568 case `(ac_space=' '; set | grep ac_space) 2>&1` in
4570 # `set' does not quote correctly, so add quotes (double-quote
4571 # substitution turns \\\\ into \\, and sed turns \\ into \).
4574 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
4577 # `set' quotes correctly as required by POSIX, so do not add quotes.
4579 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
4586 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
4588 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
4590 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
4591 if test -w $cache_file; then
4592 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
4593 cat confcache
>$cache_file
4595 echo "not updating unwritable cache $cache_file"
4600 # Actually configure libtool. ac_aux_dir is where install-sh is found.
4601 AR
="$AR" LTCC
="$CC" CC
="$CC" CFLAGS
="$CFLAGS" CPPFLAGS
="$CPPFLAGS" \
4602 MAGIC_CMD
="$MAGIC_CMD" LD
="$LD" LDFLAGS
="$LDFLAGS" LIBS
="$LIBS" \
4603 LN_S
="$LN_S" NM
="$NM" RANLIB
="$RANLIB" STRIP
="$STRIP" \
4604 AS
="$AS" DLLTOOL
="$DLLTOOL" OBJDUMP
="$OBJDUMP" \
4605 objext
="$OBJEXT" exeext
="$EXEEXT" reload_flag
="$reload_flag" \
4606 deplibs_check_method
="$deplibs_check_method" file_magic_cmd
="$file_magic_cmd" \
4607 ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig
--no-reexec \
4608 $libtool_flags --no-verify --build="$build" $ac_aux_dir/ltmain.sh
$host \
4609 ||
{ { echo "$as_me:$LINENO: error: libtool configure failed" >&5
4610 echo "$as_me: error: libtool configure failed" >&2;}
4611 { (exit 1); exit 1; }; }
4613 # Reload cache, that may have been modified by ltconfig
4614 if test -r "$cache_file"; then
4615 # Some versions of bash will fail to source /dev/null (special
4616 # files actually), so we avoid doing that.
4617 if test -f "$cache_file"; then
4618 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
4619 echo "$as_me: loading cache $cache_file" >&6;}
4621 [\\/]* | ?
:[\\/]* ) .
$cache_file;;
4622 *) . .
/$cache_file;;
4626 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
4627 echo "$as_me: creating cache $cache_file" >&6;}
4632 # This can be used to rebuild libtool when needed
4633 LIBTOOL_DEPS
="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh $ac_aux_dir/ltcf-c.sh"
4635 # Always use our own libtool.
4636 LIBTOOL
='$(SHELL) $(top_builddir)/libtool'
4638 # Redirect the config.log output again, so that the ltconfig log is not
4639 # clobbered by the next message.
4640 exec 5>>.
/config.log
4649 #AC_MSG_NOTICE([====== Finished libtool configuration]) ; sleep 10
4651 # We need gfortran to compile parts of the library
4652 #AC_PROG_FC(gfortran)
4654 ac_ext
=${FC_SRCEXT-f}
4655 ac_compile
='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5'
4656 ac_link
='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5'
4657 ac_compiler_gnu
=$ac_cv_fc_compiler_gnu
4658 if test -n "$ac_tool_prefix"; then
4659 for ac_prog
in gfortran
4661 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4662 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4663 echo "$as_me:$LINENO: checking for $ac_word" >&5
4664 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4665 if test "${ac_cv_prog_FC+set}" = set; then
4666 echo $ECHO_N "(cached) $ECHO_C" >&6
4668 if test -n "$FC"; then
4669 ac_cv_prog_FC
="$FC" # Let the user override the test.
4671 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4675 test -z "$as_dir" && as_dir
=.
4676 for ac_exec_ext
in '' $ac_executable_extensions; do
4677 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4678 ac_cv_prog_FC
="$ac_tool_prefix$ac_prog"
4679 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4688 if test -n "$FC"; then
4689 echo "$as_me:$LINENO: result: $FC" >&5
4690 echo "${ECHO_T}$FC" >&6
4692 echo "$as_me:$LINENO: result: no" >&5
4693 echo "${ECHO_T}no" >&6
4696 test -n "$FC" && break
4699 if test -z "$FC"; then
4701 for ac_prog
in gfortran
4703 # Extract the first word of "$ac_prog", so it can be a program name with args.
4704 set dummy
$ac_prog; ac_word
=$2
4705 echo "$as_me:$LINENO: checking for $ac_word" >&5
4706 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4707 if test "${ac_cv_prog_ac_ct_FC+set}" = set; then
4708 echo $ECHO_N "(cached) $ECHO_C" >&6
4710 if test -n "$ac_ct_FC"; then
4711 ac_cv_prog_ac_ct_FC
="$ac_ct_FC" # Let the user override the test.
4713 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4717 test -z "$as_dir" && as_dir
=.
4718 for ac_exec_ext
in '' $ac_executable_extensions; do
4719 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4720 ac_cv_prog_ac_ct_FC
="$ac_prog"
4721 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4729 ac_ct_FC
=$ac_cv_prog_ac_ct_FC
4730 if test -n "$ac_ct_FC"; then
4731 echo "$as_me:$LINENO: result: $ac_ct_FC" >&5
4732 echo "${ECHO_T}$ac_ct_FC" >&6
4734 echo "$as_me:$LINENO: result: no" >&5
4735 echo "${ECHO_T}no" >&6
4738 test -n "$ac_ct_FC" && break
4745 # Provide some information about the compiler.
4746 echo "$as_me:4746:" \
4747 "checking for Fortran compiler version" >&5
4748 ac_compiler
=`set X $ac_compile; echo $2`
4749 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
4750 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
4752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4753 (exit $ac_status); }
4754 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
4755 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
4757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4758 (exit $ac_status); }
4759 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
4760 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
4762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4763 (exit $ac_status); }
4766 # If we don't use `.F' as extension, the preprocessor is not run on the
4767 # input file. (Note that this only needs to work for GNU compilers.)
4770 echo "$as_me:$LINENO: checking whether we are using the GNU Fortran compiler" >&5
4771 echo $ECHO_N "checking whether we are using the GNU Fortran compiler... $ECHO_C" >&6
4772 if test "${ac_cv_fc_compiler_gnu+set}" = set; then
4773 echo $ECHO_N "(cached) $ECHO_C" >&6
4775 cat >conftest.
$ac_ext <<_ACEOF
4783 rm -f conftest.
$ac_objext
4784 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4785 (eval $ac_compile) 2>conftest.er1
4787 grep -v '^ *+' conftest.er1
>conftest.err
4789 cat conftest.err
>&5
4790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4791 (exit $ac_status); } &&
4792 { ac_try
='test -z "$ac_fc_werror_flag"
4793 || test ! -s conftest.err'
4794 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4798 (exit $ac_status); }; } &&
4799 { ac_try
='test -s conftest.$ac_objext'
4800 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4804 (exit $ac_status); }; }; then
4807 echo "$as_me: failed program was:" >&5
4808 sed 's/^/| /' conftest.
$ac_ext >&5
4812 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4813 ac_cv_fc_compiler_gnu
=$ac_compiler_gnu
4816 echo "$as_me:$LINENO: result: $ac_cv_fc_compiler_gnu" >&5
4817 echo "${ECHO_T}$ac_cv_fc_compiler_gnu" >&6
4819 ac_test_FFLAGS
=${FCFLAGS+set}
4820 ac_save_FFLAGS
=$FCFLAGS
4822 echo "$as_me:$LINENO: checking whether $FC accepts -g" >&5
4823 echo $ECHO_N "checking whether $FC accepts -g... $ECHO_C" >&6
4824 if test "${ac_cv_prog_fc_g+set}" = set; then
4825 echo $ECHO_N "(cached) $ECHO_C" >&6
4828 cat >conftest.
$ac_ext <<_ACEOF
4833 rm -f conftest.
$ac_objext
4834 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4835 (eval $ac_compile) 2>conftest.er1
4837 grep -v '^ *+' conftest.er1
>conftest.err
4839 cat conftest.err
>&5
4840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4841 (exit $ac_status); } &&
4842 { ac_try
='test -z "$ac_fc_werror_flag"
4843 || test ! -s conftest.err'
4844 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4848 (exit $ac_status); }; } &&
4849 { ac_try
='test -s conftest.$ac_objext'
4850 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4854 (exit $ac_status); }; }; then
4857 echo "$as_me: failed program was:" >&5
4858 sed 's/^/| /' conftest.
$ac_ext >&5
4862 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4865 echo "$as_me:$LINENO: result: $ac_cv_prog_fc_g" >&5
4866 echo "${ECHO_T}$ac_cv_prog_fc_g" >&6
4867 if test "$ac_test_FFLAGS" = set; then
4868 FCFLAGS
=$ac_save_FFLAGS
4869 elif test $ac_cv_prog_fc_g = yes; then
4870 if test "x$ac_cv_fc_compiler_gnu" = xyes
; then
4876 if test "x$ac_cv_fc_compiler_gnu" = xyes
; then
4884 ac_cpp
='$CPP $CPPFLAGS'
4885 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4886 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4887 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4890 # extra LD Flags which are required for targets
4893 # Darwin needs -single_module when linking libgfortran
4894 extra_ldflags_libgfortran
=-Wl,-single_module
4899 # We need a working compiler at that point, otherwise give a clear
4900 # error message and bail out.
4903 echo "$as_me:$LINENO: checking whether the GNU Fortran compiler is working" >&5
4904 echo $ECHO_N "checking whether the GNU Fortran compiler is working... $ECHO_C" >&6
4905 ac_ext
=${FC_SRCEXT-f}
4906 ac_compile
='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5'
4907 ac_link
='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5'
4908 ac_compiler_gnu
=$ac_cv_fc_compiler_gnu
4910 cat >conftest.
$ac_ext <<_ACEOF
4913 real, parameter :: bar = sin (12.34 / 2.5)
4916 rm -f conftest.
$ac_objext
4917 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
4918 (eval $ac_compile) 2>conftest.er1
4920 grep -v '^ *+' conftest.er1
>conftest.err
4922 cat conftest.err
>&5
4923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4924 (exit $ac_status); } &&
4925 { ac_try
='test -z "$ac_fc_werror_flag"
4926 || test ! -s conftest.err'
4927 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4931 (exit $ac_status); }; } &&
4932 { ac_try
='test -s conftest.$ac_objext'
4933 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4937 (exit $ac_status); }; }; then
4938 echo "$as_me:$LINENO: result: yes" >&5
4939 echo "${ECHO_T}yes" >&6
4941 echo "$as_me: failed program was:" >&5
4942 sed 's/^/| /' conftest.
$ac_ext >&5
4944 echo "$as_me:$LINENO: result: no" >&5
4945 echo "${ECHO_T}no" >&6
4946 { { echo "$as_me:$LINENO: error: GNU Fortran is not working; please report a bug in http://gcc.gnu.org/bugzilla, attaching $PWD/config.log" >&5
4947 echo "$as_me: error: GNU Fortran is not working; please report a bug in http://gcc.gnu.org/bugzilla, attaching $PWD/config.log" >&2;}
4948 { (exit 1); exit 1; }; }
4951 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
4953 ac_cpp
='$CPP $CPPFLAGS'
4954 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4955 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4956 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
4960 # Check whether --enable-largefile or --disable-largefile was given.
4961 if test "${enable_largefile+set}" = set; then
4962 enableval
="$enable_largefile"
4965 if test "$enable_largefile" != no
; then
4967 echo "$as_me:$LINENO: checking for special C compiler options needed for large files" >&5
4968 echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6
4969 if test "${ac_cv_sys_largefile_CC+set}" = set; then
4970 echo $ECHO_N "(cached) $ECHO_C" >&6
4972 ac_cv_sys_largefile_CC
=no
4973 if test "$GCC" != yes; then
4976 # IRIX 6.2 and later do not support large files by default,
4977 # so use the C compiler's -n32 option if that helps.
4978 cat >conftest.
$ac_ext <<_ACEOF
4981 cat confdefs.h
>>conftest.
$ac_ext
4982 cat >>conftest.
$ac_ext <<_ACEOF
4983 /* end confdefs.h. */
4984 #include <sys/types.h>
4985 /* Check that off_t can represent 2**63 - 1 correctly.
4986 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4987 since some C++ compilers masquerading as C compilers
4988 incorrectly reject 9223372036854775807. */
4989 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4990 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4991 && LARGE_OFF_T % 2147483647 == 1)
5001 rm -f conftest.
$ac_objext
5002 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5003 (eval $ac_compile) 2>conftest.er1
5005 grep -v '^ *+' conftest.er1
>conftest.err
5007 cat conftest.err
>&5
5008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5009 (exit $ac_status); } &&
5010 { ac_try
='test -z "$ac_c_werror_flag"
5011 || test ! -s conftest.err'
5012 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5016 (exit $ac_status); }; } &&
5017 { ac_try
='test -s conftest.$ac_objext'
5018 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5022 (exit $ac_status); }; }; then
5025 echo "$as_me: failed program was:" >&5
5026 sed 's/^/| /' conftest.
$ac_ext >&5
5029 rm -f conftest.err conftest.
$ac_objext
5031 rm -f conftest.
$ac_objext
5032 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5033 (eval $ac_compile) 2>conftest.er1
5035 grep -v '^ *+' conftest.er1
>conftest.err
5037 cat conftest.err
>&5
5038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5039 (exit $ac_status); } &&
5040 { ac_try
='test -z "$ac_c_werror_flag"
5041 || test ! -s conftest.err'
5042 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5046 (exit $ac_status); }; } &&
5047 { ac_try
='test -s conftest.$ac_objext'
5048 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5052 (exit $ac_status); }; }; then
5053 ac_cv_sys_largefile_CC
=' -n32'; break
5055 echo "$as_me: failed program was:" >&5
5056 sed 's/^/| /' conftest.
$ac_ext >&5
5059 rm -f conftest.err conftest.
$ac_objext
5063 rm -f conftest.
$ac_ext
5066 echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_CC" >&5
5067 echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6
5068 if test "$ac_cv_sys_largefile_CC" != no
; then
5069 CC
=$CC$ac_cv_sys_largefile_CC
5072 echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5073 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
5074 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
5075 echo $ECHO_N "(cached) $ECHO_C" >&6
5078 ac_cv_sys_file_offset_bits
=no
5079 cat >conftest.
$ac_ext <<_ACEOF
5082 cat confdefs.h
>>conftest.
$ac_ext
5083 cat >>conftest.
$ac_ext <<_ACEOF
5084 /* end confdefs.h. */
5085 #include <sys/types.h>
5086 /* Check that off_t can represent 2**63 - 1 correctly.
5087 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5088 since some C++ compilers masquerading as C compilers
5089 incorrectly reject 9223372036854775807. */
5090 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5091 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5092 && LARGE_OFF_T % 2147483647 == 1)
5102 rm -f conftest.
$ac_objext
5103 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5104 (eval $ac_compile) 2>conftest.er1
5106 grep -v '^ *+' conftest.er1
>conftest.err
5108 cat conftest.err
>&5
5109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5110 (exit $ac_status); } &&
5111 { ac_try
='test -z "$ac_c_werror_flag"
5112 || test ! -s conftest.err'
5113 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5117 (exit $ac_status); }; } &&
5118 { ac_try
='test -s conftest.$ac_objext'
5119 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5123 (exit $ac_status); }; }; then
5126 echo "$as_me: failed program was:" >&5
5127 sed 's/^/| /' conftest.
$ac_ext >&5
5130 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5131 cat >conftest.
$ac_ext <<_ACEOF
5134 cat confdefs.h
>>conftest.
$ac_ext
5135 cat >>conftest.
$ac_ext <<_ACEOF
5136 /* end confdefs.h. */
5137 #define _FILE_OFFSET_BITS 64
5138 #include <sys/types.h>
5139 /* Check that off_t can represent 2**63 - 1 correctly.
5140 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5141 since some C++ compilers masquerading as C compilers
5142 incorrectly reject 9223372036854775807. */
5143 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5144 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5145 && LARGE_OFF_T % 2147483647 == 1)
5155 rm -f conftest.
$ac_objext
5156 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5157 (eval $ac_compile) 2>conftest.er1
5159 grep -v '^ *+' conftest.er1
>conftest.err
5161 cat conftest.err
>&5
5162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5163 (exit $ac_status); } &&
5164 { ac_try
='test -z "$ac_c_werror_flag"
5165 || test ! -s conftest.err'
5166 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5170 (exit $ac_status); }; } &&
5171 { ac_try
='test -s conftest.$ac_objext'
5172 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5176 (exit $ac_status); }; }; then
5177 ac_cv_sys_file_offset_bits
=64; break
5179 echo "$as_me: failed program was:" >&5
5180 sed 's/^/| /' conftest.
$ac_ext >&5
5183 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5187 echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
5188 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
5189 if test "$ac_cv_sys_file_offset_bits" != no
; then
5191 cat >>confdefs.h
<<_ACEOF
5192 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5197 echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
5198 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
5199 if test "${ac_cv_sys_large_files+set}" = set; then
5200 echo $ECHO_N "(cached) $ECHO_C" >&6
5203 ac_cv_sys_large_files
=no
5204 cat >conftest.
$ac_ext <<_ACEOF
5207 cat confdefs.h
>>conftest.
$ac_ext
5208 cat >>conftest.
$ac_ext <<_ACEOF
5209 /* end confdefs.h. */
5210 #include <sys/types.h>
5211 /* Check that off_t can represent 2**63 - 1 correctly.
5212 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5213 since some C++ compilers masquerading as C compilers
5214 incorrectly reject 9223372036854775807. */
5215 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5216 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5217 && LARGE_OFF_T % 2147483647 == 1)
5227 rm -f conftest.
$ac_objext
5228 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5229 (eval $ac_compile) 2>conftest.er1
5231 grep -v '^ *+' conftest.er1
>conftest.err
5233 cat conftest.err
>&5
5234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5235 (exit $ac_status); } &&
5236 { ac_try
='test -z "$ac_c_werror_flag"
5237 || test ! -s conftest.err'
5238 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5242 (exit $ac_status); }; } &&
5243 { ac_try
='test -s conftest.$ac_objext'
5244 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5248 (exit $ac_status); }; }; then
5251 echo "$as_me: failed program was:" >&5
5252 sed 's/^/| /' conftest.
$ac_ext >&5
5255 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5256 cat >conftest.
$ac_ext <<_ACEOF
5259 cat confdefs.h
>>conftest.
$ac_ext
5260 cat >>conftest.
$ac_ext <<_ACEOF
5261 /* end confdefs.h. */
5262 #define _LARGE_FILES 1
5263 #include <sys/types.h>
5264 /* Check that off_t can represent 2**63 - 1 correctly.
5265 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5266 since some C++ compilers masquerading as C compilers
5267 incorrectly reject 9223372036854775807. */
5268 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5269 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5270 && LARGE_OFF_T % 2147483647 == 1)
5280 rm -f conftest.
$ac_objext
5281 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5282 (eval $ac_compile) 2>conftest.er1
5284 grep -v '^ *+' conftest.er1
>conftest.err
5286 cat conftest.err
>&5
5287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5288 (exit $ac_status); } &&
5289 { ac_try
='test -z "$ac_c_werror_flag"
5290 || test ! -s conftest.err'
5291 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5295 (exit $ac_status); }; } &&
5296 { ac_try
='test -s conftest.$ac_objext'
5297 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5301 (exit $ac_status); }; }; then
5302 ac_cv_sys_large_files
=1; break
5304 echo "$as_me: failed program was:" >&5
5305 sed 's/^/| /' conftest.
$ac_ext >&5
5308 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5312 echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
5313 echo "${ECHO_T}$ac_cv_sys_large_files" >&6
5314 if test "$ac_cv_sys_large_files" != no
; then
5316 cat >>confdefs.h
<<_ACEOF
5317 #define _LARGE_FILES $ac_cv_sys_large_files
5325 ac_cpp
='$CPP $CPPFLAGS'
5326 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5327 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5328 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5329 echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5330 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6
5331 # On Suns, sometimes $CPP names a directory.
5332 if test -n "$CPP" && test -d "$CPP"; then
5335 if test -z "$CPP"; then
5336 if test "${ac_cv_prog_CPP+set}" = set; then
5337 echo $ECHO_N "(cached) $ECHO_C" >&6
5339 # Double quotes because CPP needs to be expanded
5340 for CPP
in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5343 for ac_c_preproc_warn_flag
in '' yes
5345 # Use a header file that comes with gcc, so configuring glibc
5346 # with a fresh cross-compiler works.
5347 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5348 # <limits.h> exists even on freestanding compilers.
5349 # On the NeXT, cc -E runs the code through the compiler's parser,
5350 # not just through cpp. "Syntax error" is here to catch this case.
5351 cat >conftest.
$ac_ext <<_ACEOF
5354 cat confdefs.h
>>conftest.
$ac_ext
5355 cat >>conftest.
$ac_ext <<_ACEOF
5356 /* end confdefs.h. */
5358 # include <limits.h>
5360 # include <assert.h>
5364 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5365 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5367 grep -v '^ *+' conftest.er1
>conftest.err
5369 cat conftest.err
>&5
5370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5371 (exit $ac_status); } >/dev
/null
; then
5372 if test -s conftest.err
; then
5373 ac_cpp_err
=$ac_c_preproc_warn_flag
5374 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
5381 if test -z "$ac_cpp_err"; then
5384 echo "$as_me: failed program was:" >&5
5385 sed 's/^/| /' conftest.
$ac_ext >&5
5387 # Broken: fails on valid input.
5390 rm -f conftest.err conftest.
$ac_ext
5392 # OK, works on sane cases. Now check whether non-existent headers
5393 # can be detected and how.
5394 cat >conftest.
$ac_ext <<_ACEOF
5397 cat confdefs.h
>>conftest.
$ac_ext
5398 cat >>conftest.
$ac_ext <<_ACEOF
5399 /* end confdefs.h. */
5400 #include <ac_nonexistent.h>
5402 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5403 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5405 grep -v '^ *+' conftest.er1
>conftest.err
5407 cat conftest.err
>&5
5408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5409 (exit $ac_status); } >/dev
/null
; then
5410 if test -s conftest.err
; then
5411 ac_cpp_err
=$ac_c_preproc_warn_flag
5412 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
5419 if test -z "$ac_cpp_err"; then
5420 # Broken: success on invalid input.
5423 echo "$as_me: failed program was:" >&5
5424 sed 's/^/| /' conftest.
$ac_ext >&5
5426 # Passes both tests.
5430 rm -f conftest.err conftest.
$ac_ext
5433 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5434 rm -f conftest.err conftest.
$ac_ext
5435 if $ac_preproc_ok; then
5447 echo "$as_me:$LINENO: result: $CPP" >&5
5448 echo "${ECHO_T}$CPP" >&6
5450 for ac_c_preproc_warn_flag
in '' yes
5452 # Use a header file that comes with gcc, so configuring glibc
5453 # with a fresh cross-compiler works.
5454 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5455 # <limits.h> exists even on freestanding compilers.
5456 # On the NeXT, cc -E runs the code through the compiler's parser,
5457 # not just through cpp. "Syntax error" is here to catch this case.
5458 cat >conftest.
$ac_ext <<_ACEOF
5461 cat confdefs.h
>>conftest.
$ac_ext
5462 cat >>conftest.
$ac_ext <<_ACEOF
5463 /* end confdefs.h. */
5465 # include <limits.h>
5467 # include <assert.h>
5471 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5472 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5474 grep -v '^ *+' conftest.er1
>conftest.err
5476 cat conftest.err
>&5
5477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5478 (exit $ac_status); } >/dev
/null
; then
5479 if test -s conftest.err
; then
5480 ac_cpp_err
=$ac_c_preproc_warn_flag
5481 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
5488 if test -z "$ac_cpp_err"; then
5491 echo "$as_me: failed program was:" >&5
5492 sed 's/^/| /' conftest.
$ac_ext >&5
5494 # Broken: fails on valid input.
5497 rm -f conftest.err conftest.
$ac_ext
5499 # OK, works on sane cases. Now check whether non-existent headers
5500 # can be detected and how.
5501 cat >conftest.
$ac_ext <<_ACEOF
5504 cat confdefs.h
>>conftest.
$ac_ext
5505 cat >>conftest.
$ac_ext <<_ACEOF
5506 /* end confdefs.h. */
5507 #include <ac_nonexistent.h>
5509 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
5510 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
5512 grep -v '^ *+' conftest.er1
>conftest.err
5514 cat conftest.err
>&5
5515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5516 (exit $ac_status); } >/dev
/null
; then
5517 if test -s conftest.err
; then
5518 ac_cpp_err
=$ac_c_preproc_warn_flag
5519 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
5526 if test -z "$ac_cpp_err"; then
5527 # Broken: success on invalid input.
5530 echo "$as_me: failed program was:" >&5
5531 sed 's/^/| /' conftest.
$ac_ext >&5
5533 # Passes both tests.
5537 rm -f conftest.err conftest.
$ac_ext
5540 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5541 rm -f conftest.err conftest.
$ac_ext
5542 if $ac_preproc_ok; then
5545 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5546 See \`config.log' for more details." >&5
5547 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5548 See \`config.log' for more details." >&2;}
5549 { (exit 1); exit 1; }; }
5553 ac_cpp
='$CPP $CPPFLAGS'
5554 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5555 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5556 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
5559 echo "$as_me:$LINENO: checking for egrep" >&5
5560 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
5561 if test "${ac_cv_prog_egrep+set}" = set; then
5562 echo $ECHO_N "(cached) $ECHO_C" >&6
5564 if echo a |
(grep -E '(a|b)') >/dev
/null
2>&1
5565 then ac_cv_prog_egrep
='grep -E'
5566 else ac_cv_prog_egrep
='egrep'
5569 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
5570 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
5571 EGREP
=$ac_cv_prog_egrep
5574 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5575 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
5576 if test "${ac_cv_header_stdc+set}" = set; then
5577 echo $ECHO_N "(cached) $ECHO_C" >&6
5579 cat >conftest.
$ac_ext <<_ACEOF
5582 cat confdefs.h
>>conftest.
$ac_ext
5583 cat >>conftest.
$ac_ext <<_ACEOF
5584 /* end confdefs.h. */
5598 rm -f conftest.
$ac_objext
5599 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5600 (eval $ac_compile) 2>conftest.er1
5602 grep -v '^ *+' conftest.er1
>conftest.err
5604 cat conftest.err
>&5
5605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5606 (exit $ac_status); } &&
5607 { ac_try
='test -z "$ac_c_werror_flag"
5608 || test ! -s conftest.err'
5609 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5613 (exit $ac_status); }; } &&
5614 { ac_try
='test -s conftest.$ac_objext'
5615 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5619 (exit $ac_status); }; }; then
5620 ac_cv_header_stdc
=yes
5622 echo "$as_me: failed program was:" >&5
5623 sed 's/^/| /' conftest.
$ac_ext >&5
5625 ac_cv_header_stdc
=no
5627 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5629 if test $ac_cv_header_stdc = yes; then
5630 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5631 cat >conftest.
$ac_ext <<_ACEOF
5634 cat confdefs.h
>>conftest.
$ac_ext
5635 cat >>conftest.
$ac_ext <<_ACEOF
5636 /* end confdefs.h. */
5640 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5641 $EGREP "memchr" >/dev
/null
2>&1; then
5644 ac_cv_header_stdc
=no
5650 if test $ac_cv_header_stdc = yes; then
5651 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5652 cat >conftest.
$ac_ext <<_ACEOF
5655 cat confdefs.h
>>conftest.
$ac_ext
5656 cat >>conftest.
$ac_ext <<_ACEOF
5657 /* end confdefs.h. */
5661 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5662 $EGREP "free" >/dev
/null
2>&1; then
5665 ac_cv_header_stdc
=no
5671 if test $ac_cv_header_stdc = yes; then
5672 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5673 if test "$cross_compiling" = yes; then
5676 cat >conftest.
$ac_ext <<_ACEOF
5679 cat confdefs.h
>>conftest.
$ac_ext
5680 cat >>conftest.
$ac_ext <<_ACEOF
5681 /* end confdefs.h. */
5683 #if ((' ' & 0x0FF) == 0x020)
5684 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5685 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5687 # define ISLOWER(c) \
5688 (('a' <= (c) && (c) <= 'i') \
5689 || ('j' <= (c) && (c) <= 'r') \
5690 || ('s' <= (c) && (c) <= 'z'))
5691 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5694 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5699 for (i = 0; i < 256; i++)
5700 if (XOR (islower (i), ISLOWER (i))
5701 || toupper (i) != TOUPPER (i))
5706 rm -f conftest
$ac_exeext
5707 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5708 (eval $ac_link) 2>&5
5710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5711 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
5712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5716 (exit $ac_status); }; }; then
5719 echo "$as_me: program exited with status $ac_status" >&5
5720 echo "$as_me: failed program was:" >&5
5721 sed 's/^/| /' conftest.
$ac_ext >&5
5724 ac_cv_header_stdc
=no
5726 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
5730 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5731 echo "${ECHO_T}$ac_cv_header_stdc" >&6
5732 if test $ac_cv_header_stdc = yes; then
5734 cat >>confdefs.h
<<\_ACEOF
5735 #define STDC_HEADERS 1
5740 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5750 for ac_header
in sys
/types.h sys
/stat.h stdlib.h string.h memory.h
strings.h \
5751 inttypes.h stdint.h unistd.h
5753 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5754 echo "$as_me:$LINENO: checking for $ac_header" >&5
5755 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
5756 if eval "test \"\${$as_ac_Header+set}\" = set"; then
5757 echo $ECHO_N "(cached) $ECHO_C" >&6
5759 cat >conftest.
$ac_ext <<_ACEOF
5762 cat confdefs.h
>>conftest.
$ac_ext
5763 cat >>conftest.
$ac_ext <<_ACEOF
5764 /* end confdefs.h. */
5765 $ac_includes_default
5767 #include <$ac_header>
5769 rm -f conftest.
$ac_objext
5770 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5771 (eval $ac_compile) 2>conftest.er1
5773 grep -v '^ *+' conftest.er1
>conftest.err
5775 cat conftest.err
>&5
5776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5777 (exit $ac_status); } &&
5778 { ac_try
='test -z "$ac_c_werror_flag"
5779 || test ! -s conftest.err'
5780 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5784 (exit $ac_status); }; } &&
5785 { ac_try
='test -s conftest.$ac_objext'
5786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5790 (exit $ac_status); }; }; then
5791 eval "$as_ac_Header=yes"
5793 echo "$as_me: failed program was:" >&5
5794 sed 's/^/| /' conftest.
$ac_ext >&5
5796 eval "$as_ac_Header=no"
5798 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5800 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
5801 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
5802 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5803 cat >>confdefs.h
<<_ACEOF
5804 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5812 echo "$as_me:$LINENO: checking for off_t" >&5
5813 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
5814 if test "${ac_cv_type_off_t+set}" = set; then
5815 echo $ECHO_N "(cached) $ECHO_C" >&6
5817 cat >conftest.
$ac_ext <<_ACEOF
5820 cat confdefs.h
>>conftest.
$ac_ext
5821 cat >>conftest.
$ac_ext <<_ACEOF
5822 /* end confdefs.h. */
5823 $ac_includes_default
5835 rm -f conftest.
$ac_objext
5836 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5837 (eval $ac_compile) 2>conftest.er1
5839 grep -v '^ *+' conftest.er1
>conftest.err
5841 cat conftest.err
>&5
5842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5843 (exit $ac_status); } &&
5844 { ac_try
='test -z "$ac_c_werror_flag"
5845 || test ! -s conftest.err'
5846 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5850 (exit $ac_status); }; } &&
5851 { ac_try
='test -s conftest.$ac_objext'
5852 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5856 (exit $ac_status); }; }; then
5857 ac_cv_type_off_t
=yes
5859 echo "$as_me: failed program was:" >&5
5860 sed 's/^/| /' conftest.
$ac_ext >&5
5864 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5866 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
5867 echo "${ECHO_T}$ac_cv_type_off_t" >&6
5868 if test $ac_cv_type_off_t = yes; then
5872 cat >>confdefs.h
<<_ACEOF
5879 # check header files
5880 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5881 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
5882 if test "${ac_cv_header_stdc+set}" = set; then
5883 echo $ECHO_N "(cached) $ECHO_C" >&6
5885 cat >conftest.
$ac_ext <<_ACEOF
5888 cat confdefs.h
>>conftest.
$ac_ext
5889 cat >>conftest.
$ac_ext <<_ACEOF
5890 /* end confdefs.h. */
5904 rm -f conftest.
$ac_objext
5905 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5906 (eval $ac_compile) 2>conftest.er1
5908 grep -v '^ *+' conftest.er1
>conftest.err
5910 cat conftest.err
>&5
5911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5912 (exit $ac_status); } &&
5913 { ac_try
='test -z "$ac_c_werror_flag"
5914 || test ! -s conftest.err'
5915 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5919 (exit $ac_status); }; } &&
5920 { ac_try
='test -s conftest.$ac_objext'
5921 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5925 (exit $ac_status); }; }; then
5926 ac_cv_header_stdc
=yes
5928 echo "$as_me: failed program was:" >&5
5929 sed 's/^/| /' conftest.
$ac_ext >&5
5931 ac_cv_header_stdc
=no
5933 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
5935 if test $ac_cv_header_stdc = yes; then
5936 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5937 cat >conftest.
$ac_ext <<_ACEOF
5940 cat confdefs.h
>>conftest.
$ac_ext
5941 cat >>conftest.
$ac_ext <<_ACEOF
5942 /* end confdefs.h. */
5946 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5947 $EGREP "memchr" >/dev
/null
2>&1; then
5950 ac_cv_header_stdc
=no
5956 if test $ac_cv_header_stdc = yes; then
5957 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5958 cat >conftest.
$ac_ext <<_ACEOF
5961 cat confdefs.h
>>conftest.
$ac_ext
5962 cat >>conftest.
$ac_ext <<_ACEOF
5963 /* end confdefs.h. */
5967 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5968 $EGREP "free" >/dev
/null
2>&1; then
5971 ac_cv_header_stdc
=no
5977 if test $ac_cv_header_stdc = yes; then
5978 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5979 if test "$cross_compiling" = yes; then
5982 cat >conftest.
$ac_ext <<_ACEOF
5985 cat confdefs.h
>>conftest.
$ac_ext
5986 cat >>conftest.
$ac_ext <<_ACEOF
5987 /* end confdefs.h. */
5989 #if ((' ' & 0x0FF) == 0x020)
5990 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5991 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5993 # define ISLOWER(c) \
5994 (('a' <= (c) && (c) <= 'i') \
5995 || ('j' <= (c) && (c) <= 'r') \
5996 || ('s' <= (c) && (c) <= 'z'))
5997 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6000 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6005 for (i = 0; i < 256; i++)
6006 if (XOR (islower (i), ISLOWER (i))
6007 || toupper (i) != TOUPPER (i))
6012 rm -f conftest
$ac_exeext
6013 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6014 (eval $ac_link) 2>&5
6016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6017 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
6018 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6022 (exit $ac_status); }; }; then
6025 echo "$as_me: program exited with status $ac_status" >&5
6026 echo "$as_me: failed program was:" >&5
6027 sed 's/^/| /' conftest.
$ac_ext >&5
6030 ac_cv_header_stdc
=no
6032 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
6036 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6037 echo "${ECHO_T}$ac_cv_header_stdc" >&6
6038 if test $ac_cv_header_stdc = yes; then
6040 cat >>confdefs.h
<<\_ACEOF
6041 #define STDC_HEADERS 1
6046 echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
6047 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
6048 if test "${ac_cv_header_time+set}" = set; then
6049 echo $ECHO_N "(cached) $ECHO_C" >&6
6051 cat >conftest.
$ac_ext <<_ACEOF
6054 cat confdefs.h
>>conftest.
$ac_ext
6055 cat >>conftest.
$ac_ext <<_ACEOF
6056 /* end confdefs.h. */
6057 #include <sys/types.h>
6058 #include <sys/time.h>
6064 if ((struct tm *) 0)
6070 rm -f conftest.
$ac_objext
6071 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6072 (eval $ac_compile) 2>conftest.er1
6074 grep -v '^ *+' conftest.er1
>conftest.err
6076 cat conftest.err
>&5
6077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6078 (exit $ac_status); } &&
6079 { ac_try
='test -z "$ac_c_werror_flag"
6080 || test ! -s conftest.err'
6081 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6085 (exit $ac_status); }; } &&
6086 { ac_try
='test -s conftest.$ac_objext'
6087 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6091 (exit $ac_status); }; }; then
6092 ac_cv_header_time
=yes
6094 echo "$as_me: failed program was:" >&5
6095 sed 's/^/| /' conftest.
$ac_ext >&5
6097 ac_cv_header_time
=no
6099 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6101 echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
6102 echo "${ECHO_T}$ac_cv_header_time" >&6
6103 if test $ac_cv_header_time = yes; then
6105 cat >>confdefs.h
<<\_ACEOF
6106 #define TIME_WITH_SYS_TIME 1
6118 for ac_header
in stdlib.h stdio.h string.h stddef.h math.h unistd.h signal.h
6120 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6121 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6122 echo "$as_me:$LINENO: checking for $ac_header" >&5
6123 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6124 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6125 echo $ECHO_N "(cached) $ECHO_C" >&6
6127 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6128 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6130 # Is the header compilable?
6131 echo "$as_me:$LINENO: checking $ac_header usability" >&5
6132 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6133 cat >conftest.
$ac_ext <<_ACEOF
6136 cat confdefs.h
>>conftest.
$ac_ext
6137 cat >>conftest.
$ac_ext <<_ACEOF
6138 /* end confdefs.h. */
6139 $ac_includes_default
6140 #include <$ac_header>
6142 rm -f conftest.
$ac_objext
6143 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6144 (eval $ac_compile) 2>conftest.er1
6146 grep -v '^ *+' conftest.er1
>conftest.err
6148 cat conftest.err
>&5
6149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6150 (exit $ac_status); } &&
6151 { ac_try
='test -z "$ac_c_werror_flag"
6152 || test ! -s conftest.err'
6153 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6157 (exit $ac_status); }; } &&
6158 { ac_try
='test -s conftest.$ac_objext'
6159 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6163 (exit $ac_status); }; }; then
6164 ac_header_compiler
=yes
6166 echo "$as_me: failed program was:" >&5
6167 sed 's/^/| /' conftest.
$ac_ext >&5
6169 ac_header_compiler
=no
6171 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6172 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6173 echo "${ECHO_T}$ac_header_compiler" >&6
6175 # Is the header present?
6176 echo "$as_me:$LINENO: checking $ac_header presence" >&5
6177 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6178 cat >conftest.
$ac_ext <<_ACEOF
6181 cat confdefs.h
>>conftest.
$ac_ext
6182 cat >>conftest.
$ac_ext <<_ACEOF
6183 /* end confdefs.h. */
6184 #include <$ac_header>
6186 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6187 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
6189 grep -v '^ *+' conftest.er1
>conftest.err
6191 cat conftest.err
>&5
6192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6193 (exit $ac_status); } >/dev
/null
; then
6194 if test -s conftest.err
; then
6195 ac_cpp_err
=$ac_c_preproc_warn_flag
6196 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
6203 if test -z "$ac_cpp_err"; then
6204 ac_header_preproc
=yes
6206 echo "$as_me: failed program was:" >&5
6207 sed 's/^/| /' conftest.
$ac_ext >&5
6209 ac_header_preproc
=no
6211 rm -f conftest.err conftest.
$ac_ext
6212 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6213 echo "${ECHO_T}$ac_header_preproc" >&6
6215 # So? What about this header?
6216 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6218 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6219 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6220 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6221 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6222 ac_header_preproc
=yes
6225 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6226 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6227 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6228 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6229 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6230 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6231 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6232 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6233 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6234 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6235 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6236 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6239 ## ------------------------------------------------------ ##
6240 ## Report this to the GNU Fortran Runtime Library lists. ##
6241 ## ------------------------------------------------------ ##
6244 sed "s/^/$as_me: WARNING: /" >&2
6247 echo "$as_me:$LINENO: checking for $ac_header" >&5
6248 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6249 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6250 echo $ECHO_N "(cached) $ECHO_C" >&6
6252 eval "$as_ac_Header=\$ac_header_preproc"
6254 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6255 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6258 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6259 cat >>confdefs.h
<<_ACEOF
6260 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6272 for ac_header
in time.h sys
/params.h sys
/time.h sys
/times.h sys
/resource.h
6274 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6275 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6276 echo "$as_me:$LINENO: checking for $ac_header" >&5
6277 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6278 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6279 echo $ECHO_N "(cached) $ECHO_C" >&6
6281 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6282 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6284 # Is the header compilable?
6285 echo "$as_me:$LINENO: checking $ac_header usability" >&5
6286 echo $ECHO_N "checking $ac_header usability... $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 $ac_includes_default
6294 #include <$ac_header>
6296 rm -f conftest.
$ac_objext
6297 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6298 (eval $ac_compile) 2>conftest.er1
6300 grep -v '^ *+' conftest.er1
>conftest.err
6302 cat conftest.err
>&5
6303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6304 (exit $ac_status); } &&
6305 { ac_try
='test -z "$ac_c_werror_flag"
6306 || test ! -s conftest.err'
6307 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6311 (exit $ac_status); }; } &&
6312 { ac_try
='test -s conftest.$ac_objext'
6313 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6317 (exit $ac_status); }; }; then
6318 ac_header_compiler
=yes
6320 echo "$as_me: failed program was:" >&5
6321 sed 's/^/| /' conftest.
$ac_ext >&5
6323 ac_header_compiler
=no
6325 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6326 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6327 echo "${ECHO_T}$ac_header_compiler" >&6
6329 # Is the header present?
6330 echo "$as_me:$LINENO: checking $ac_header presence" >&5
6331 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6332 cat >conftest.
$ac_ext <<_ACEOF
6335 cat confdefs.h
>>conftest.
$ac_ext
6336 cat >>conftest.
$ac_ext <<_ACEOF
6337 /* end confdefs.h. */
6338 #include <$ac_header>
6340 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6341 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
6343 grep -v '^ *+' conftest.er1
>conftest.err
6345 cat conftest.err
>&5
6346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6347 (exit $ac_status); } >/dev
/null
; then
6348 if test -s conftest.err
; then
6349 ac_cpp_err
=$ac_c_preproc_warn_flag
6350 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
6357 if test -z "$ac_cpp_err"; then
6358 ac_header_preproc
=yes
6360 echo "$as_me: failed program was:" >&5
6361 sed 's/^/| /' conftest.
$ac_ext >&5
6363 ac_header_preproc
=no
6365 rm -f conftest.err conftest.
$ac_ext
6366 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6367 echo "${ECHO_T}$ac_header_preproc" >&6
6369 # So? What about this header?
6370 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6372 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6373 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6374 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6375 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6376 ac_header_preproc
=yes
6379 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6380 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6381 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6382 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6383 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6384 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6385 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6386 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6387 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6388 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6389 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6390 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6393 ## ------------------------------------------------------ ##
6394 ## Report this to the GNU Fortran Runtime Library lists. ##
6395 ## ------------------------------------------------------ ##
6398 sed "s/^/$as_me: WARNING: /" >&2
6401 echo "$as_me:$LINENO: checking for $ac_header" >&5
6402 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6403 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6404 echo $ECHO_N "(cached) $ECHO_C" >&6
6406 eval "$as_ac_Header=\$ac_header_preproc"
6408 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6409 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6412 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6413 cat >>confdefs.h
<<_ACEOF
6414 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6426 for ac_header
in sys
/types.h sys
/stat.h sys
/wait.h floatingpoint.h ieeefp.h
6428 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6429 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6430 echo "$as_me:$LINENO: checking for $ac_header" >&5
6431 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6432 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6433 echo $ECHO_N "(cached) $ECHO_C" >&6
6435 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6436 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6438 # Is the header compilable?
6439 echo "$as_me:$LINENO: checking $ac_header usability" >&5
6440 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6441 cat >conftest.
$ac_ext <<_ACEOF
6444 cat confdefs.h
>>conftest.
$ac_ext
6445 cat >>conftest.
$ac_ext <<_ACEOF
6446 /* end confdefs.h. */
6447 $ac_includes_default
6448 #include <$ac_header>
6450 rm -f conftest.
$ac_objext
6451 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6452 (eval $ac_compile) 2>conftest.er1
6454 grep -v '^ *+' conftest.er1
>conftest.err
6456 cat conftest.err
>&5
6457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6458 (exit $ac_status); } &&
6459 { ac_try
='test -z "$ac_c_werror_flag"
6460 || test ! -s conftest.err'
6461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6465 (exit $ac_status); }; } &&
6466 { ac_try
='test -s conftest.$ac_objext'
6467 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6471 (exit $ac_status); }; }; then
6472 ac_header_compiler
=yes
6474 echo "$as_me: failed program was:" >&5
6475 sed 's/^/| /' conftest.
$ac_ext >&5
6477 ac_header_compiler
=no
6479 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6480 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6481 echo "${ECHO_T}$ac_header_compiler" >&6
6483 # Is the header present?
6484 echo "$as_me:$LINENO: checking $ac_header presence" >&5
6485 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6486 cat >conftest.
$ac_ext <<_ACEOF
6489 cat confdefs.h
>>conftest.
$ac_ext
6490 cat >>conftest.
$ac_ext <<_ACEOF
6491 /* end confdefs.h. */
6492 #include <$ac_header>
6494 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6495 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
6497 grep -v '^ *+' conftest.er1
>conftest.err
6499 cat conftest.err
>&5
6500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6501 (exit $ac_status); } >/dev
/null
; then
6502 if test -s conftest.err
; then
6503 ac_cpp_err
=$ac_c_preproc_warn_flag
6504 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
6511 if test -z "$ac_cpp_err"; then
6512 ac_header_preproc
=yes
6514 echo "$as_me: failed program was:" >&5
6515 sed 's/^/| /' conftest.
$ac_ext >&5
6517 ac_header_preproc
=no
6519 rm -f conftest.err conftest.
$ac_ext
6520 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6521 echo "${ECHO_T}$ac_header_preproc" >&6
6523 # So? What about this header?
6524 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6526 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6527 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6528 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6529 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6530 ac_header_preproc
=yes
6533 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6534 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6535 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6536 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6537 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6538 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6539 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6540 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6541 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6542 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6543 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6544 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6547 ## ------------------------------------------------------ ##
6548 ## Report this to the GNU Fortran Runtime Library lists. ##
6549 ## ------------------------------------------------------ ##
6552 sed "s/^/$as_me: WARNING: /" >&2
6555 echo "$as_me:$LINENO: checking for $ac_header" >&5
6556 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6557 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6558 echo $ECHO_N "(cached) $ECHO_C" >&6
6560 eval "$as_ac_Header=\$ac_header_preproc"
6562 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6563 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6566 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6567 cat >>confdefs.h
<<_ACEOF
6568 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6578 for ac_header
in fenv.h fptrap.h float.h
6580 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6581 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6582 echo "$as_me:$LINENO: checking for $ac_header" >&5
6583 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6584 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6585 echo $ECHO_N "(cached) $ECHO_C" >&6
6587 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6588 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6590 # Is the header compilable?
6591 echo "$as_me:$LINENO: checking $ac_header usability" >&5
6592 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
6593 cat >conftest.
$ac_ext <<_ACEOF
6596 cat confdefs.h
>>conftest.
$ac_ext
6597 cat >>conftest.
$ac_ext <<_ACEOF
6598 /* end confdefs.h. */
6599 $ac_includes_default
6600 #include <$ac_header>
6602 rm -f conftest.
$ac_objext
6603 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6604 (eval $ac_compile) 2>conftest.er1
6606 grep -v '^ *+' conftest.er1
>conftest.err
6608 cat conftest.err
>&5
6609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6610 (exit $ac_status); } &&
6611 { ac_try
='test -z "$ac_c_werror_flag"
6612 || test ! -s conftest.err'
6613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6617 (exit $ac_status); }; } &&
6618 { ac_try
='test -s conftest.$ac_objext'
6619 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6623 (exit $ac_status); }; }; then
6624 ac_header_compiler
=yes
6626 echo "$as_me: failed program was:" >&5
6627 sed 's/^/| /' conftest.
$ac_ext >&5
6629 ac_header_compiler
=no
6631 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6632 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6633 echo "${ECHO_T}$ac_header_compiler" >&6
6635 # Is the header present?
6636 echo "$as_me:$LINENO: checking $ac_header presence" >&5
6637 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
6638 cat >conftest.
$ac_ext <<_ACEOF
6641 cat confdefs.h
>>conftest.
$ac_ext
6642 cat >>conftest.
$ac_ext <<_ACEOF
6643 /* end confdefs.h. */
6644 #include <$ac_header>
6646 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6647 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
6649 grep -v '^ *+' conftest.er1
>conftest.err
6651 cat conftest.err
>&5
6652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6653 (exit $ac_status); } >/dev
/null
; then
6654 if test -s conftest.err
; then
6655 ac_cpp_err
=$ac_c_preproc_warn_flag
6656 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
6663 if test -z "$ac_cpp_err"; then
6664 ac_header_preproc
=yes
6666 echo "$as_me: failed program was:" >&5
6667 sed 's/^/| /' conftest.
$ac_ext >&5
6669 ac_header_preproc
=no
6671 rm -f conftest.err conftest.
$ac_ext
6672 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6673 echo "${ECHO_T}$ac_header_preproc" >&6
6675 # So? What about this header?
6676 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6678 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6679 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6680 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6681 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6682 ac_header_preproc
=yes
6685 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6686 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6687 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6688 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6689 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6690 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6691 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6692 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6693 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6694 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6695 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6696 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6699 ## ------------------------------------------------------ ##
6700 ## Report this to the GNU Fortran Runtime Library lists. ##
6701 ## ------------------------------------------------------ ##
6704 sed "s/^/$as_me: WARNING: /" >&2
6707 echo "$as_me:$LINENO: checking for $ac_header" >&5
6708 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6709 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6710 echo $ECHO_N "(cached) $ECHO_C" >&6
6712 eval "$as_ac_Header=\$ac_header_preproc"
6714 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6715 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6718 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6719 cat >>confdefs.h
<<_ACEOF
6720 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6727 if test "${ac_cv_header_complex_h+set}" = set; then
6728 echo "$as_me:$LINENO: checking for complex.h" >&5
6729 echo $ECHO_N "checking for complex.h... $ECHO_C" >&6
6730 if test "${ac_cv_header_complex_h+set}" = set; then
6731 echo $ECHO_N "(cached) $ECHO_C" >&6
6733 echo "$as_me:$LINENO: result: $ac_cv_header_complex_h" >&5
6734 echo "${ECHO_T}$ac_cv_header_complex_h" >&6
6736 # Is the header compilable?
6737 echo "$as_me:$LINENO: checking complex.h usability" >&5
6738 echo $ECHO_N "checking complex.h usability... $ECHO_C" >&6
6739 cat >conftest.
$ac_ext <<_ACEOF
6742 cat confdefs.h
>>conftest.
$ac_ext
6743 cat >>conftest.
$ac_ext <<_ACEOF
6744 /* end confdefs.h. */
6745 $ac_includes_default
6746 #include <complex.h>
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"
6758 || test ! -s conftest.err'
6759 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6763 (exit $ac_status); }; } &&
6764 { ac_try
='test -s conftest.$ac_objext'
6765 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6769 (exit $ac_status); }; }; then
6770 ac_header_compiler
=yes
6772 echo "$as_me: failed program was:" >&5
6773 sed 's/^/| /' conftest.
$ac_ext >&5
6775 ac_header_compiler
=no
6777 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6778 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6779 echo "${ECHO_T}$ac_header_compiler" >&6
6781 # Is the header present?
6782 echo "$as_me:$LINENO: checking complex.h presence" >&5
6783 echo $ECHO_N "checking complex.h presence... $ECHO_C" >&6
6784 cat >conftest.
$ac_ext <<_ACEOF
6787 cat confdefs.h
>>conftest.
$ac_ext
6788 cat >>conftest.
$ac_ext <<_ACEOF
6789 /* end confdefs.h. */
6790 #include <complex.h>
6792 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
6793 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
6795 grep -v '^ *+' conftest.er1
>conftest.err
6797 cat conftest.err
>&5
6798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6799 (exit $ac_status); } >/dev
/null
; then
6800 if test -s conftest.err
; then
6801 ac_cpp_err
=$ac_c_preproc_warn_flag
6802 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
6809 if test -z "$ac_cpp_err"; then
6810 ac_header_preproc
=yes
6812 echo "$as_me: failed program was:" >&5
6813 sed 's/^/| /' conftest.
$ac_ext >&5
6815 ac_header_preproc
=no
6817 rm -f conftest.err conftest.
$ac_ext
6818 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6819 echo "${ECHO_T}$ac_header_preproc" >&6
6821 # So? What about this header?
6822 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6824 { echo "$as_me:$LINENO: WARNING: complex.h: accepted by the compiler, rejected by the preprocessor!" >&5
6825 echo "$as_me: WARNING: complex.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
6826 { echo "$as_me:$LINENO: WARNING: complex.h: proceeding with the compiler's result" >&5
6827 echo "$as_me: WARNING: complex.h: proceeding with the compiler's result" >&2;}
6828 ac_header_preproc
=yes
6831 { echo "$as_me:$LINENO: WARNING: complex.h: present but cannot be compiled" >&5
6832 echo "$as_me: WARNING: complex.h: present but cannot be compiled" >&2;}
6833 { echo "$as_me:$LINENO: WARNING: complex.h: check for missing prerequisite headers?" >&5
6834 echo "$as_me: WARNING: complex.h: check for missing prerequisite headers?" >&2;}
6835 { echo "$as_me:$LINENO: WARNING: complex.h: see the Autoconf documentation" >&5
6836 echo "$as_me: WARNING: complex.h: see the Autoconf documentation" >&2;}
6837 { echo "$as_me:$LINENO: WARNING: complex.h: section \"Present But Cannot Be Compiled\"" >&5
6838 echo "$as_me: WARNING: complex.h: section \"Present But Cannot Be Compiled\"" >&2;}
6839 { echo "$as_me:$LINENO: WARNING: complex.h: proceeding with the preprocessor's result" >&5
6840 echo "$as_me: WARNING: complex.h: proceeding with the preprocessor's result" >&2;}
6841 { echo "$as_me:$LINENO: WARNING: complex.h: in the future, the compiler will take precedence" >&5
6842 echo "$as_me: WARNING: complex.h: in the future, the compiler will take precedence" >&2;}
6845 ## ------------------------------------------------------ ##
6846 ## Report this to the GNU Fortran Runtime Library lists. ##
6847 ## ------------------------------------------------------ ##
6850 sed "s/^/$as_me: WARNING: /" >&2
6853 echo "$as_me:$LINENO: checking for complex.h" >&5
6854 echo $ECHO_N "checking for complex.h... $ECHO_C" >&6
6855 if test "${ac_cv_header_complex_h+set}" = set; then
6856 echo $ECHO_N "(cached) $ECHO_C" >&6
6858 ac_cv_header_complex_h
=$ac_header_preproc
6860 echo "$as_me:$LINENO: result: $ac_cv_header_complex_h" >&5
6861 echo "${ECHO_T}$ac_cv_header_complex_h" >&6
6864 if test $ac_cv_header_complex_h = yes; then
6866 cat >>confdefs.h
<<\_ACEOF
6867 #define HAVE_COMPLEX_H 1
6875 inttype_headers
=`echo inttypes.h sys/inttypes.h | sed -e 's/,/ /g'`
6877 acx_cv_header_stdint
=stddef.h
6878 acx_cv_header_stdint_kind
="(already complete)"
6879 for i
in stdint.h
$inttype_headers; do
6880 unset ac_cv_type_uintptr_t
6881 unset ac_cv_type_uintmax_t
6882 unset ac_cv_type_int_least32_t
6883 unset ac_cv_type_int_fast32_t
6884 unset ac_cv_type_uint64_t
6885 echo $ECHO_N "looking for a compliant stdint.h in $i, $ECHO_C" >&6
6886 echo "$as_me:$LINENO: checking for uintmax_t" >&5
6887 echo $ECHO_N "checking for uintmax_t... $ECHO_C" >&6
6888 if test "${ac_cv_type_uintmax_t+set}" = set; then
6889 echo $ECHO_N "(cached) $ECHO_C" >&6
6891 cat >conftest.
$ac_ext <<_ACEOF
6894 cat confdefs.h
>>conftest.
$ac_ext
6895 cat >>conftest.
$ac_ext <<_ACEOF
6896 /* end confdefs.h. */
6897 #include <sys/types.h>
6903 if ((uintmax_t *) 0)
6905 if (sizeof (uintmax_t))
6911 rm -f conftest.
$ac_objext
6912 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6913 (eval $ac_compile) 2>conftest.er1
6915 grep -v '^ *+' conftest.er1
>conftest.err
6917 cat conftest.err
>&5
6918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6919 (exit $ac_status); } &&
6920 { ac_try
='test -z "$ac_c_werror_flag"
6921 || test ! -s conftest.err'
6922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6926 (exit $ac_status); }; } &&
6927 { ac_try
='test -s conftest.$ac_objext'
6928 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6932 (exit $ac_status); }; }; then
6933 ac_cv_type_uintmax_t
=yes
6935 echo "$as_me: failed program was:" >&5
6936 sed 's/^/| /' conftest.
$ac_ext >&5
6938 ac_cv_type_uintmax_t
=no
6940 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
6942 echo "$as_me:$LINENO: result: $ac_cv_type_uintmax_t" >&5
6943 echo "${ECHO_T}$ac_cv_type_uintmax_t" >&6
6944 if test $ac_cv_type_uintmax_t = yes; then
6945 acx_cv_header_stdint
=$i
6950 echo "$as_me:$LINENO: checking for uintptr_t" >&5
6951 echo $ECHO_N "checking for uintptr_t... $ECHO_C" >&6
6952 if test "${ac_cv_type_uintptr_t+set}" = set; then
6953 echo $ECHO_N "(cached) $ECHO_C" >&6
6955 cat >conftest.
$ac_ext <<_ACEOF
6958 cat confdefs.h
>>conftest.
$ac_ext
6959 cat >>conftest.
$ac_ext <<_ACEOF
6960 /* end confdefs.h. */
6961 #include <sys/types.h>
6967 if ((uintptr_t *) 0)
6969 if (sizeof (uintptr_t))
6975 rm -f conftest.
$ac_objext
6976 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6977 (eval $ac_compile) 2>conftest.er1
6979 grep -v '^ *+' conftest.er1
>conftest.err
6981 cat conftest.err
>&5
6982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6983 (exit $ac_status); } &&
6984 { ac_try
='test -z "$ac_c_werror_flag"
6985 || test ! -s conftest.err'
6986 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6990 (exit $ac_status); }; } &&
6991 { ac_try
='test -s conftest.$ac_objext'
6992 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6996 (exit $ac_status); }; }; then
6997 ac_cv_type_uintptr_t
=yes
6999 echo "$as_me: failed program was:" >&5
7000 sed 's/^/| /' conftest.
$ac_ext >&5
7002 ac_cv_type_uintptr_t
=no
7004 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7006 echo "$as_me:$LINENO: result: $ac_cv_type_uintptr_t" >&5
7007 echo "${ECHO_T}$ac_cv_type_uintptr_t" >&6
7008 if test $ac_cv_type_uintptr_t = yes; then
7011 acx_cv_header_stdint_kind
="(mostly complete)"
7014 echo "$as_me:$LINENO: checking for int_least32_t" >&5
7015 echo $ECHO_N "checking for int_least32_t... $ECHO_C" >&6
7016 if test "${ac_cv_type_int_least32_t+set}" = set; then
7017 echo $ECHO_N "(cached) $ECHO_C" >&6
7019 cat >conftest.
$ac_ext <<_ACEOF
7022 cat confdefs.h
>>conftest.
$ac_ext
7023 cat >>conftest.
$ac_ext <<_ACEOF
7024 /* end confdefs.h. */
7025 #include <sys/types.h>
7031 if ((int_least32_t *) 0)
7033 if (sizeof (int_least32_t))
7039 rm -f conftest.
$ac_objext
7040 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7041 (eval $ac_compile) 2>conftest.er1
7043 grep -v '^ *+' conftest.er1
>conftest.err
7045 cat conftest.err
>&5
7046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7047 (exit $ac_status); } &&
7048 { ac_try
='test -z "$ac_c_werror_flag"
7049 || test ! -s conftest.err'
7050 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7054 (exit $ac_status); }; } &&
7055 { ac_try
='test -s conftest.$ac_objext'
7056 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7060 (exit $ac_status); }; }; then
7061 ac_cv_type_int_least32_t
=yes
7063 echo "$as_me: failed program was:" >&5
7064 sed 's/^/| /' conftest.
$ac_ext >&5
7066 ac_cv_type_int_least32_t
=no
7068 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7070 echo "$as_me:$LINENO: result: $ac_cv_type_int_least32_t" >&5
7071 echo "${ECHO_T}$ac_cv_type_int_least32_t" >&6
7072 if test $ac_cv_type_int_least32_t = yes; then
7075 acx_cv_header_stdint_kind
="(mostly complete)"
7078 echo "$as_me:$LINENO: checking for int_fast32_t" >&5
7079 echo $ECHO_N "checking for int_fast32_t... $ECHO_C" >&6
7080 if test "${ac_cv_type_int_fast32_t+set}" = set; then
7081 echo $ECHO_N "(cached) $ECHO_C" >&6
7083 cat >conftest.
$ac_ext <<_ACEOF
7086 cat confdefs.h
>>conftest.
$ac_ext
7087 cat >>conftest.
$ac_ext <<_ACEOF
7088 /* end confdefs.h. */
7089 #include <sys/types.h>
7095 if ((int_fast32_t *) 0)
7097 if (sizeof (int_fast32_t))
7103 rm -f conftest.
$ac_objext
7104 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7105 (eval $ac_compile) 2>conftest.er1
7107 grep -v '^ *+' conftest.er1
>conftest.err
7109 cat conftest.err
>&5
7110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7111 (exit $ac_status); } &&
7112 { ac_try
='test -z "$ac_c_werror_flag"
7113 || test ! -s conftest.err'
7114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7118 (exit $ac_status); }; } &&
7119 { ac_try
='test -s conftest.$ac_objext'
7120 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7124 (exit $ac_status); }; }; then
7125 ac_cv_type_int_fast32_t
=yes
7127 echo "$as_me: failed program was:" >&5
7128 sed 's/^/| /' conftest.
$ac_ext >&5
7130 ac_cv_type_int_fast32_t
=no
7132 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7134 echo "$as_me:$LINENO: result: $ac_cv_type_int_fast32_t" >&5
7135 echo "${ECHO_T}$ac_cv_type_int_fast32_t" >&6
7136 if test $ac_cv_type_int_fast32_t = yes; then
7139 acx_cv_header_stdint_kind
="(mostly complete)"
7142 echo "$as_me:$LINENO: checking for uint64_t" >&5
7143 echo $ECHO_N "checking for uint64_t... $ECHO_C" >&6
7144 if test "${ac_cv_type_uint64_t+set}" = set; then
7145 echo $ECHO_N "(cached) $ECHO_C" >&6
7147 cat >conftest.
$ac_ext <<_ACEOF
7150 cat confdefs.h
>>conftest.
$ac_ext
7151 cat >>conftest.
$ac_ext <<_ACEOF
7152 /* end confdefs.h. */
7153 #include <sys/types.h>
7161 if (sizeof (uint64_t))
7167 rm -f conftest.
$ac_objext
7168 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7169 (eval $ac_compile) 2>conftest.er1
7171 grep -v '^ *+' conftest.er1
>conftest.err
7173 cat conftest.err
>&5
7174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7175 (exit $ac_status); } &&
7176 { ac_try
='test -z "$ac_c_werror_flag"
7177 || test ! -s conftest.err'
7178 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7182 (exit $ac_status); }; } &&
7183 { ac_try
='test -s conftest.$ac_objext'
7184 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7188 (exit $ac_status); }; }; then
7189 ac_cv_type_uint64_t
=yes
7191 echo "$as_me: failed program was:" >&5
7192 sed 's/^/| /' conftest.
$ac_ext >&5
7194 ac_cv_type_uint64_t
=no
7196 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7198 echo "$as_me:$LINENO: result: $ac_cv_type_uint64_t" >&5
7199 echo "${ECHO_T}$ac_cv_type_uint64_t" >&6
7200 if test $ac_cv_type_uint64_t = yes; then
7203 acx_cv_header_stdint_kind
="(lacks uint64_t)"
7208 if test "$acx_cv_header_stdint" = stddef.h
; then
7209 acx_cv_header_stdint_kind
="(lacks uintmax_t)"
7210 for i
in stdint.h
$inttype_headers; do
7211 unset ac_cv_type_uintptr_t
7212 unset ac_cv_type_uint32_t
7213 unset ac_cv_type_uint64_t
7214 echo $ECHO_N "looking for an incomplete stdint.h in $i, $ECHO_C" >&6
7215 echo "$as_me:$LINENO: checking for uint32_t" >&5
7216 echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6
7217 if test "${ac_cv_type_uint32_t+set}" = set; then
7218 echo $ECHO_N "(cached) $ECHO_C" >&6
7220 cat >conftest.
$ac_ext <<_ACEOF
7223 cat confdefs.h
>>conftest.
$ac_ext
7224 cat >>conftest.
$ac_ext <<_ACEOF
7225 /* end confdefs.h. */
7226 #include <sys/types.h>
7234 if (sizeof (uint32_t))
7240 rm -f conftest.
$ac_objext
7241 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7242 (eval $ac_compile) 2>conftest.er1
7244 grep -v '^ *+' conftest.er1
>conftest.err
7246 cat conftest.err
>&5
7247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7248 (exit $ac_status); } &&
7249 { ac_try
='test -z "$ac_c_werror_flag"
7250 || test ! -s conftest.err'
7251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7255 (exit $ac_status); }; } &&
7256 { ac_try
='test -s conftest.$ac_objext'
7257 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7261 (exit $ac_status); }; }; then
7262 ac_cv_type_uint32_t
=yes
7264 echo "$as_me: failed program was:" >&5
7265 sed 's/^/| /' conftest.
$ac_ext >&5
7267 ac_cv_type_uint32_t
=no
7269 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7271 echo "$as_me:$LINENO: result: $ac_cv_type_uint32_t" >&5
7272 echo "${ECHO_T}$ac_cv_type_uint32_t" >&6
7273 if test $ac_cv_type_uint32_t = yes; then
7274 acx_cv_header_stdint
=$i
7279 echo "$as_me:$LINENO: checking for uint64_t" >&5
7280 echo $ECHO_N "checking for uint64_t... $ECHO_C" >&6
7281 if test "${ac_cv_type_uint64_t+set}" = set; then
7282 echo $ECHO_N "(cached) $ECHO_C" >&6
7284 cat >conftest.
$ac_ext <<_ACEOF
7287 cat confdefs.h
>>conftest.
$ac_ext
7288 cat >>conftest.
$ac_ext <<_ACEOF
7289 /* end confdefs.h. */
7290 #include <sys/types.h>
7298 if (sizeof (uint64_t))
7304 rm -f conftest.
$ac_objext
7305 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7306 (eval $ac_compile) 2>conftest.er1
7308 grep -v '^ *+' conftest.er1
>conftest.err
7310 cat conftest.err
>&5
7311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7312 (exit $ac_status); } &&
7313 { ac_try
='test -z "$ac_c_werror_flag"
7314 || test ! -s conftest.err'
7315 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7319 (exit $ac_status); }; } &&
7320 { ac_try
='test -s conftest.$ac_objext'
7321 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7325 (exit $ac_status); }; }; then
7326 ac_cv_type_uint64_t
=yes
7328 echo "$as_me: failed program was:" >&5
7329 sed 's/^/| /' conftest.
$ac_ext >&5
7331 ac_cv_type_uint64_t
=no
7333 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7335 echo "$as_me:$LINENO: result: $ac_cv_type_uint64_t" >&5
7336 echo "${ECHO_T}$ac_cv_type_uint64_t" >&6
7338 echo "$as_me:$LINENO: checking for uintptr_t" >&5
7339 echo $ECHO_N "checking for uintptr_t... $ECHO_C" >&6
7340 if test "${ac_cv_type_uintptr_t+set}" = set; then
7341 echo $ECHO_N "(cached) $ECHO_C" >&6
7343 cat >conftest.
$ac_ext <<_ACEOF
7346 cat confdefs.h
>>conftest.
$ac_ext
7347 cat >>conftest.
$ac_ext <<_ACEOF
7348 /* end confdefs.h. */
7349 #include <sys/types.h>
7355 if ((uintptr_t *) 0)
7357 if (sizeof (uintptr_t))
7363 rm -f conftest.
$ac_objext
7364 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7365 (eval $ac_compile) 2>conftest.er1
7367 grep -v '^ *+' conftest.er1
>conftest.err
7369 cat conftest.err
>&5
7370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7371 (exit $ac_status); } &&
7372 { ac_try
='test -z "$ac_c_werror_flag"
7373 || test ! -s conftest.err'
7374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7378 (exit $ac_status); }; } &&
7379 { ac_try
='test -s conftest.$ac_objext'
7380 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7384 (exit $ac_status); }; }; then
7385 ac_cv_type_uintptr_t
=yes
7387 echo "$as_me: failed program was:" >&5
7388 sed 's/^/| /' conftest.
$ac_ext >&5
7390 ac_cv_type_uintptr_t
=no
7392 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7394 echo "$as_me:$LINENO: result: $ac_cv_type_uintptr_t" >&5
7395 echo "${ECHO_T}$ac_cv_type_uintptr_t" >&6
7400 if test "$acx_cv_header_stdint" = stddef.h
; then
7401 acx_cv_header_stdint_kind
="(u_intXX_t style)"
7402 for i
in sys
/types.h
$inttype_headers; do
7403 unset ac_cv_type_u_int32_t
7404 unset ac_cv_type_u_int64_t
7405 echo $ECHO_N "looking for u_intXX_t types in $i, $ECHO_C" >&6
7406 echo "$as_me:$LINENO: checking for u_int32_t" >&5
7407 echo $ECHO_N "checking for u_int32_t... $ECHO_C" >&6
7408 if test "${ac_cv_type_u_int32_t+set}" = set; then
7409 echo $ECHO_N "(cached) $ECHO_C" >&6
7411 cat >conftest.
$ac_ext <<_ACEOF
7414 cat confdefs.h
>>conftest.
$ac_ext
7415 cat >>conftest.
$ac_ext <<_ACEOF
7416 /* end confdefs.h. */
7417 #include <sys/types.h>
7423 if ((u_int32_t *) 0)
7425 if (sizeof (u_int32_t))
7431 rm -f conftest.
$ac_objext
7432 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7433 (eval $ac_compile) 2>conftest.er1
7435 grep -v '^ *+' conftest.er1
>conftest.err
7437 cat conftest.err
>&5
7438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7439 (exit $ac_status); } &&
7440 { ac_try
='test -z "$ac_c_werror_flag"
7441 || test ! -s conftest.err'
7442 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7446 (exit $ac_status); }; } &&
7447 { ac_try
='test -s conftest.$ac_objext'
7448 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7452 (exit $ac_status); }; }; then
7453 ac_cv_type_u_int32_t
=yes
7455 echo "$as_me: failed program was:" >&5
7456 sed 's/^/| /' conftest.
$ac_ext >&5
7458 ac_cv_type_u_int32_t
=no
7460 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7462 echo "$as_me:$LINENO: result: $ac_cv_type_u_int32_t" >&5
7463 echo "${ECHO_T}$ac_cv_type_u_int32_t" >&6
7464 if test $ac_cv_type_u_int32_t = yes; then
7465 acx_cv_header_stdint
=$i
7470 echo "$as_me:$LINENO: checking for u_int64_t" >&5
7471 echo $ECHO_N "checking for u_int64_t... $ECHO_C" >&6
7472 if test "${ac_cv_type_u_int64_t+set}" = set; then
7473 echo $ECHO_N "(cached) $ECHO_C" >&6
7475 cat >conftest.
$ac_ext <<_ACEOF
7478 cat confdefs.h
>>conftest.
$ac_ext
7479 cat >>conftest.
$ac_ext <<_ACEOF
7480 /* end confdefs.h. */
7481 #include <sys/types.h>
7487 if ((u_int64_t *) 0)
7489 if (sizeof (u_int64_t))
7495 rm -f conftest.
$ac_objext
7496 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7497 (eval $ac_compile) 2>conftest.er1
7499 grep -v '^ *+' conftest.er1
>conftest.err
7501 cat conftest.err
>&5
7502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7503 (exit $ac_status); } &&
7504 { ac_try
='test -z "$ac_c_werror_flag"
7505 || test ! -s conftest.err'
7506 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7510 (exit $ac_status); }; } &&
7511 { ac_try
='test -s conftest.$ac_objext'
7512 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7516 (exit $ac_status); }; }; then
7517 ac_cv_type_u_int64_t
=yes
7519 echo "$as_me: failed program was:" >&5
7520 sed 's/^/| /' conftest.
$ac_ext >&5
7522 ac_cv_type_u_int64_t
=no
7524 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7526 echo "$as_me:$LINENO: result: $ac_cv_type_u_int64_t" >&5
7527 echo "${ECHO_T}$ac_cv_type_u_int64_t" >&6
7532 if test "$acx_cv_header_stdint" = stddef.h
; then
7533 acx_cv_header_stdint_kind
="(using manual detection)"
7536 test -z "$ac_cv_type_uintptr_t" && ac_cv_type_uintptr_t
=no
7537 test -z "$ac_cv_type_uint64_t" && ac_cv_type_uint64_t
=no
7538 test -z "$ac_cv_type_u_int64_t" && ac_cv_type_u_int64_t
=no
7539 test -z "$ac_cv_type_int_least32_t" && ac_cv_type_int_least32_t
=no
7540 test -z "$ac_cv_type_int_fast32_t" && ac_cv_type_int_fast32_t
=no
7542 # ----------------- Summarize what we found so far
7544 echo "$as_me:$LINENO: checking what to include in gstdint.h" >&5
7545 echo $ECHO_N "checking what to include in gstdint.h... $ECHO_C" >&6
7547 case `$as_basename gstdint.h ||
7548 $as_expr X/gstdint.h : '.*/\([^/][^/]*\)/*$' \| \
7549 Xgstdint.h : 'X\(//\)$' \| \
7550 Xgstdint.h : 'X\(/\)$' \| \
7551 . : '\(.\)' 2>/dev/null ||
7553 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
7554 /^X\/\(\/\/\)$/{ s//\1/; q; }
7555 /^X\/\(\/\).*/{ s//\1/; q; }
7557 stdint.h
) { echo "$as_me:$LINENO: WARNING: are you sure you want it there?" >&5
7558 echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
7559 inttypes.h
) { echo "$as_me:$LINENO: WARNING: are you sure you want it there?" >&5
7560 echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
7564 echo "$as_me:$LINENO: result: $acx_cv_header_stdint $acx_cv_header_stdint_kind" >&5
7565 echo "${ECHO_T}$acx_cv_header_stdint $acx_cv_header_stdint_kind" >&6
7567 # ----------------- done included file, check C basic types --------
7569 # Lacking an uintptr_t? Test size of void *
7570 case "$acx_cv_header_stdint:$ac_cv_type_uintptr_t" in
7571 stddef.h
:* |
*:no
) echo "$as_me:$LINENO: checking for void *" >&5
7572 echo $ECHO_N "checking for void *... $ECHO_C" >&6
7573 if test "${ac_cv_type_void_p+set}" = set; then
7574 echo $ECHO_N "(cached) $ECHO_C" >&6
7576 cat >conftest.
$ac_ext <<_ACEOF
7579 cat confdefs.h
>>conftest.
$ac_ext
7580 cat >>conftest.
$ac_ext <<_ACEOF
7581 /* end confdefs.h. */
7582 $ac_includes_default
7588 if (sizeof (void *))
7594 rm -f conftest.
$ac_objext
7595 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7596 (eval $ac_compile) 2>conftest.er1
7598 grep -v '^ *+' conftest.er1
>conftest.err
7600 cat conftest.err
>&5
7601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7602 (exit $ac_status); } &&
7603 { ac_try
='test -z "$ac_c_werror_flag"
7604 || test ! -s conftest.err'
7605 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7609 (exit $ac_status); }; } &&
7610 { ac_try
='test -s conftest.$ac_objext'
7611 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7615 (exit $ac_status); }; }; then
7616 ac_cv_type_void_p
=yes
7618 echo "$as_me: failed program was:" >&5
7619 sed 's/^/| /' conftest.
$ac_ext >&5
7621 ac_cv_type_void_p
=no
7623 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7625 echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
7626 echo "${ECHO_T}$ac_cv_type_void_p" >&6
7628 echo "$as_me:$LINENO: checking size of void *" >&5
7629 echo $ECHO_N "checking size of void *... $ECHO_C" >&6
7630 if test "${ac_cv_sizeof_void_p+set}" = set; then
7631 echo $ECHO_N "(cached) $ECHO_C" >&6
7633 if test "$ac_cv_type_void_p" = yes; then
7634 # The cast to unsigned long works around a bug in the HP C Compiler
7635 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
7636 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
7637 # This bug is HP SR number 8606223364.
7638 if test "$cross_compiling" = yes; then
7639 # Depending upon the size, compute the lo and hi bounds.
7640 cat >conftest.
$ac_ext <<_ACEOF
7643 cat confdefs.h
>>conftest.
$ac_ext
7644 cat >>conftest.
$ac_ext <<_ACEOF
7645 /* end confdefs.h. */
7646 $ac_includes_default
7650 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)];
7657 rm -f conftest.
$ac_objext
7658 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7659 (eval $ac_compile) 2>conftest.er1
7661 grep -v '^ *+' conftest.er1
>conftest.err
7663 cat conftest.err
>&5
7664 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7665 (exit $ac_status); } &&
7666 { ac_try
='test -z "$ac_c_werror_flag"
7667 || test ! -s conftest.err'
7668 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7672 (exit $ac_status); }; } &&
7673 { ac_try
='test -s conftest.$ac_objext'
7674 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7678 (exit $ac_status); }; }; then
7681 cat >conftest.
$ac_ext <<_ACEOF
7684 cat confdefs.h
>>conftest.
$ac_ext
7685 cat >>conftest.
$ac_ext <<_ACEOF
7686 /* end confdefs.h. */
7687 $ac_includes_default
7691 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
7698 rm -f conftest.
$ac_objext
7699 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7700 (eval $ac_compile) 2>conftest.er1
7702 grep -v '^ *+' conftest.er1
>conftest.err
7704 cat conftest.err
>&5
7705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7706 (exit $ac_status); } &&
7707 { ac_try
='test -z "$ac_c_werror_flag"
7708 || test ! -s conftest.err'
7709 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7713 (exit $ac_status); }; } &&
7714 { ac_try
='test -s conftest.$ac_objext'
7715 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7719 (exit $ac_status); }; }; then
7720 ac_hi
=$ac_mid; break
7722 echo "$as_me: failed program was:" >&5
7723 sed 's/^/| /' conftest.
$ac_ext >&5
7725 ac_lo
=`expr $ac_mid + 1`
7726 if test $ac_lo -le $ac_mid; then
7730 ac_mid
=`expr 2 '*' $ac_mid + 1`
7732 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7735 echo "$as_me: failed program was:" >&5
7736 sed 's/^/| /' conftest.
$ac_ext >&5
7738 cat >conftest.
$ac_ext <<_ACEOF
7741 cat confdefs.h
>>conftest.
$ac_ext
7742 cat >>conftest.
$ac_ext <<_ACEOF
7743 /* end confdefs.h. */
7744 $ac_includes_default
7748 static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)];
7755 rm -f conftest.
$ac_objext
7756 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7757 (eval $ac_compile) 2>conftest.er1
7759 grep -v '^ *+' conftest.er1
>conftest.err
7761 cat conftest.err
>&5
7762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7763 (exit $ac_status); } &&
7764 { ac_try
='test -z "$ac_c_werror_flag"
7765 || test ! -s conftest.err'
7766 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7770 (exit $ac_status); }; } &&
7771 { ac_try
='test -s conftest.$ac_objext'
7772 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7776 (exit $ac_status); }; }; then
7779 cat >conftest.
$ac_ext <<_ACEOF
7782 cat confdefs.h
>>conftest.
$ac_ext
7783 cat >>conftest.
$ac_ext <<_ACEOF
7784 /* end confdefs.h. */
7785 $ac_includes_default
7789 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)];
7796 rm -f conftest.
$ac_objext
7797 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7798 (eval $ac_compile) 2>conftest.er1
7800 grep -v '^ *+' conftest.er1
>conftest.err
7802 cat conftest.err
>&5
7803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7804 (exit $ac_status); } &&
7805 { ac_try
='test -z "$ac_c_werror_flag"
7806 || test ! -s conftest.err'
7807 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7811 (exit $ac_status); }; } &&
7812 { ac_try
='test -s conftest.$ac_objext'
7813 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7817 (exit $ac_status); }; }; then
7818 ac_lo
=$ac_mid; break
7820 echo "$as_me: failed program was:" >&5
7821 sed 's/^/| /' conftest.
$ac_ext >&5
7823 ac_hi
=`expr '(' $ac_mid ')' - 1`
7824 if test $ac_mid -le $ac_hi; then
7828 ac_mid
=`expr 2 '*' $ac_mid`
7830 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7833 echo "$as_me: failed program was:" >&5
7834 sed 's/^/| /' conftest.
$ac_ext >&5
7838 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7840 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7841 # Binary search between lo and hi bounds.
7842 while test "x$ac_lo" != "x$ac_hi"; do
7843 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
7844 cat >conftest.
$ac_ext <<_ACEOF
7847 cat confdefs.h
>>conftest.
$ac_ext
7848 cat >>conftest.
$ac_ext <<_ACEOF
7849 /* end confdefs.h. */
7850 $ac_includes_default
7854 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
7861 rm -f conftest.
$ac_objext
7862 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7863 (eval $ac_compile) 2>conftest.er1
7865 grep -v '^ *+' conftest.er1
>conftest.err
7867 cat conftest.err
>&5
7868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7869 (exit $ac_status); } &&
7870 { ac_try
='test -z "$ac_c_werror_flag"
7871 || test ! -s conftest.err'
7872 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7876 (exit $ac_status); }; } &&
7877 { ac_try
='test -s conftest.$ac_objext'
7878 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7882 (exit $ac_status); }; }; then
7885 echo "$as_me: failed program was:" >&5
7886 sed 's/^/| /' conftest.
$ac_ext >&5
7888 ac_lo
=`expr '(' $ac_mid ')' + 1`
7890 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
7893 ?
*) ac_cv_sizeof_void_p
=$ac_lo;;
7894 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
7895 See \`config.log' for more details." >&5
7896 echo "$as_me: error: cannot compute sizeof (void *), 77
7897 See \`config.log' for more details." >&2;}
7898 { (exit 1); exit 1; }; } ;;
7901 if test "$cross_compiling" = yes; then
7902 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
7903 See \`config.log' for more details." >&5
7904 echo "$as_me: error: cannot run test program while cross compiling
7905 See \`config.log' for more details." >&2;}
7906 { (exit 1); exit 1; }; }
7908 cat >conftest.
$ac_ext <<_ACEOF
7911 cat confdefs.h
>>conftest.
$ac_ext
7912 cat >>conftest.
$ac_ext <<_ACEOF
7913 /* end confdefs.h. */
7914 $ac_includes_default
7915 long longval () { return (long) (sizeof (void *)); }
7916 unsigned long ulongval () { return (long) (sizeof (void *)); }
7923 FILE *f = fopen ("conftest.val", "w");
7926 if (((long) (sizeof (void *))) < 0)
7928 long i = longval ();
7929 if (i != ((long) (sizeof (void *))))
7931 fprintf (f, "%ld\n", i);
7935 unsigned long i = ulongval ();
7936 if (i != ((long) (sizeof (void *))))
7938 fprintf (f, "%lu\n", i);
7940 exit (ferror (f) || fclose (f) != 0);
7946 rm -f conftest
$ac_exeext
7947 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7948 (eval $ac_link) 2>&5
7950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7951 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
7952 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7956 (exit $ac_status); }; }; then
7957 ac_cv_sizeof_void_p
=`cat conftest.val`
7959 echo "$as_me: program exited with status $ac_status" >&5
7960 echo "$as_me: failed program was:" >&5
7961 sed 's/^/| /' conftest.
$ac_ext >&5
7964 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
7965 See \`config.log' for more details." >&5
7966 echo "$as_me: error: cannot compute sizeof (void *), 77
7967 See \`config.log' for more details." >&2;}
7968 { (exit 1); exit 1; }; }
7970 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
7975 ac_cv_sizeof_void_p
=0
7978 echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
7979 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6
7980 cat >>confdefs.h
<<_ACEOF
7981 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
7987 # Lacking an uint64_t? Test size of long
7988 case "$acx_cv_header_stdint:$ac_cv_type_uint64_t:$ac_cv_type_u_int64_t" in
7989 stddef.h
:*:* |
*:no
:no
) echo "$as_me:$LINENO: checking for long" >&5
7990 echo $ECHO_N "checking for long... $ECHO_C" >&6
7991 if test "${ac_cv_type_long+set}" = set; then
7992 echo $ECHO_N "(cached) $ECHO_C" >&6
7994 cat >conftest.
$ac_ext <<_ACEOF
7997 cat confdefs.h
>>conftest.
$ac_ext
7998 cat >>conftest.
$ac_ext <<_ACEOF
7999 /* end confdefs.h. */
8000 $ac_includes_default
8012 rm -f conftest.
$ac_objext
8013 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8014 (eval $ac_compile) 2>conftest.er1
8016 grep -v '^ *+' conftest.er1
>conftest.err
8018 cat conftest.err
>&5
8019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8020 (exit $ac_status); } &&
8021 { ac_try
='test -z "$ac_c_werror_flag"
8022 || test ! -s conftest.err'
8023 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8027 (exit $ac_status); }; } &&
8028 { ac_try
='test -s conftest.$ac_objext'
8029 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8033 (exit $ac_status); }; }; then
8036 echo "$as_me: failed program was:" >&5
8037 sed 's/^/| /' conftest.
$ac_ext >&5
8041 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8043 echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
8044 echo "${ECHO_T}$ac_cv_type_long" >&6
8046 echo "$as_me:$LINENO: checking size of long" >&5
8047 echo $ECHO_N "checking size of long... $ECHO_C" >&6
8048 if test "${ac_cv_sizeof_long+set}" = set; then
8049 echo $ECHO_N "(cached) $ECHO_C" >&6
8051 if test "$ac_cv_type_long" = yes; then
8052 # The cast to unsigned long works around a bug in the HP C Compiler
8053 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8054 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8055 # This bug is HP SR number 8606223364.
8056 if test "$cross_compiling" = yes; then
8057 # Depending upon the size, compute the lo and hi bounds.
8058 cat >conftest.
$ac_ext <<_ACEOF
8061 cat confdefs.h
>>conftest.
$ac_ext
8062 cat >>conftest.
$ac_ext <<_ACEOF
8063 /* end confdefs.h. */
8064 $ac_includes_default
8068 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
8075 rm -f conftest.
$ac_objext
8076 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8077 (eval $ac_compile) 2>conftest.er1
8079 grep -v '^ *+' conftest.er1
>conftest.err
8081 cat conftest.err
>&5
8082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8083 (exit $ac_status); } &&
8084 { ac_try
='test -z "$ac_c_werror_flag"
8085 || test ! -s conftest.err'
8086 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8090 (exit $ac_status); }; } &&
8091 { ac_try
='test -s conftest.$ac_objext'
8092 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8096 (exit $ac_status); }; }; then
8099 cat >conftest.
$ac_ext <<_ACEOF
8102 cat confdefs.h
>>conftest.
$ac_ext
8103 cat >>conftest.
$ac_ext <<_ACEOF
8104 /* end confdefs.h. */
8105 $ac_includes_default
8109 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
8116 rm -f conftest.
$ac_objext
8117 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8118 (eval $ac_compile) 2>conftest.er1
8120 grep -v '^ *+' conftest.er1
>conftest.err
8122 cat conftest.err
>&5
8123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8124 (exit $ac_status); } &&
8125 { ac_try
='test -z "$ac_c_werror_flag"
8126 || test ! -s conftest.err'
8127 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8131 (exit $ac_status); }; } &&
8132 { ac_try
='test -s conftest.$ac_objext'
8133 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8137 (exit $ac_status); }; }; then
8138 ac_hi
=$ac_mid; break
8140 echo "$as_me: failed program was:" >&5
8141 sed 's/^/| /' conftest.
$ac_ext >&5
8143 ac_lo
=`expr $ac_mid + 1`
8144 if test $ac_lo -le $ac_mid; then
8148 ac_mid
=`expr 2 '*' $ac_mid + 1`
8150 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8153 echo "$as_me: failed program was:" >&5
8154 sed 's/^/| /' conftest.
$ac_ext >&5
8156 cat >conftest.
$ac_ext <<_ACEOF
8159 cat confdefs.h
>>conftest.
$ac_ext
8160 cat >>conftest.
$ac_ext <<_ACEOF
8161 /* end confdefs.h. */
8162 $ac_includes_default
8166 static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
8173 rm -f conftest.
$ac_objext
8174 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8175 (eval $ac_compile) 2>conftest.er1
8177 grep -v '^ *+' conftest.er1
>conftest.err
8179 cat conftest.err
>&5
8180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8181 (exit $ac_status); } &&
8182 { ac_try
='test -z "$ac_c_werror_flag"
8183 || test ! -s conftest.err'
8184 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8188 (exit $ac_status); }; } &&
8189 { ac_try
='test -s conftest.$ac_objext'
8190 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8194 (exit $ac_status); }; }; then
8197 cat >conftest.
$ac_ext <<_ACEOF
8200 cat confdefs.h
>>conftest.
$ac_ext
8201 cat >>conftest.
$ac_ext <<_ACEOF
8202 /* end confdefs.h. */
8203 $ac_includes_default
8207 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
8214 rm -f conftest.
$ac_objext
8215 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8216 (eval $ac_compile) 2>conftest.er1
8218 grep -v '^ *+' conftest.er1
>conftest.err
8220 cat conftest.err
>&5
8221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8222 (exit $ac_status); } &&
8223 { ac_try
='test -z "$ac_c_werror_flag"
8224 || test ! -s conftest.err'
8225 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8229 (exit $ac_status); }; } &&
8230 { ac_try
='test -s conftest.$ac_objext'
8231 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8235 (exit $ac_status); }; }; then
8236 ac_lo
=$ac_mid; break
8238 echo "$as_me: failed program was:" >&5
8239 sed 's/^/| /' conftest.
$ac_ext >&5
8241 ac_hi
=`expr '(' $ac_mid ')' - 1`
8242 if test $ac_mid -le $ac_hi; then
8246 ac_mid
=`expr 2 '*' $ac_mid`
8248 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8251 echo "$as_me: failed program was:" >&5
8252 sed 's/^/| /' conftest.
$ac_ext >&5
8256 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8258 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8259 # Binary search between lo and hi bounds.
8260 while test "x$ac_lo" != "x$ac_hi"; do
8261 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
8262 cat >conftest.
$ac_ext <<_ACEOF
8265 cat confdefs.h
>>conftest.
$ac_ext
8266 cat >>conftest.
$ac_ext <<_ACEOF
8267 /* end confdefs.h. */
8268 $ac_includes_default
8272 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
8279 rm -f conftest.
$ac_objext
8280 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8281 (eval $ac_compile) 2>conftest.er1
8283 grep -v '^ *+' conftest.er1
>conftest.err
8285 cat conftest.err
>&5
8286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8287 (exit $ac_status); } &&
8288 { ac_try
='test -z "$ac_c_werror_flag"
8289 || test ! -s conftest.err'
8290 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8294 (exit $ac_status); }; } &&
8295 { ac_try
='test -s conftest.$ac_objext'
8296 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8300 (exit $ac_status); }; }; then
8303 echo "$as_me: failed program was:" >&5
8304 sed 's/^/| /' conftest.
$ac_ext >&5
8306 ac_lo
=`expr '(' $ac_mid ')' + 1`
8308 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8311 ?
*) ac_cv_sizeof_long
=$ac_lo;;
8312 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
8313 See \`config.log' for more details." >&5
8314 echo "$as_me: error: cannot compute sizeof (long), 77
8315 See \`config.log' for more details." >&2;}
8316 { (exit 1); exit 1; }; } ;;
8319 if test "$cross_compiling" = yes; then
8320 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
8321 See \`config.log' for more details." >&5
8322 echo "$as_me: error: cannot run test program while cross compiling
8323 See \`config.log' for more details." >&2;}
8324 { (exit 1); exit 1; }; }
8326 cat >conftest.
$ac_ext <<_ACEOF
8329 cat confdefs.h
>>conftest.
$ac_ext
8330 cat >>conftest.
$ac_ext <<_ACEOF
8331 /* end confdefs.h. */
8332 $ac_includes_default
8333 long longval () { return (long) (sizeof (long)); }
8334 unsigned long ulongval () { return (long) (sizeof (long)); }
8341 FILE *f = fopen ("conftest.val", "w");
8344 if (((long) (sizeof (long))) < 0)
8346 long i = longval ();
8347 if (i != ((long) (sizeof (long))))
8349 fprintf (f, "%ld\n", i);
8353 unsigned long i = ulongval ();
8354 if (i != ((long) (sizeof (long))))
8356 fprintf (f, "%lu\n", i);
8358 exit (ferror (f) || fclose (f) != 0);
8364 rm -f conftest
$ac_exeext
8365 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8366 (eval $ac_link) 2>&5
8368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8369 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
8370 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8374 (exit $ac_status); }; }; then
8375 ac_cv_sizeof_long
=`cat conftest.val`
8377 echo "$as_me: program exited with status $ac_status" >&5
8378 echo "$as_me: failed program was:" >&5
8379 sed 's/^/| /' conftest.
$ac_ext >&5
8382 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
8383 See \`config.log' for more details." >&5
8384 echo "$as_me: error: cannot compute sizeof (long), 77
8385 See \`config.log' for more details." >&2;}
8386 { (exit 1); exit 1; }; }
8388 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
8396 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
8397 echo "${ECHO_T}$ac_cv_sizeof_long" >&6
8398 cat >>confdefs.h
<<_ACEOF
8399 #define SIZEOF_LONG $ac_cv_sizeof_long
8405 if test $acx_cv_header_stdint = stddef.h
; then
8406 # Lacking a good header? Test size of everything and deduce all types.
8407 echo "$as_me:$LINENO: checking for int" >&5
8408 echo $ECHO_N "checking for int... $ECHO_C" >&6
8409 if test "${ac_cv_type_int+set}" = set; then
8410 echo $ECHO_N "(cached) $ECHO_C" >&6
8412 cat >conftest.
$ac_ext <<_ACEOF
8415 cat confdefs.h
>>conftest.
$ac_ext
8416 cat >>conftest.
$ac_ext <<_ACEOF
8417 /* end confdefs.h. */
8418 $ac_includes_default
8430 rm -f conftest.
$ac_objext
8431 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8432 (eval $ac_compile) 2>conftest.er1
8434 grep -v '^ *+' conftest.er1
>conftest.err
8436 cat conftest.err
>&5
8437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8438 (exit $ac_status); } &&
8439 { ac_try
='test -z "$ac_c_werror_flag"
8440 || test ! -s conftest.err'
8441 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8445 (exit $ac_status); }; } &&
8446 { ac_try
='test -s conftest.$ac_objext'
8447 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8451 (exit $ac_status); }; }; then
8454 echo "$as_me: failed program was:" >&5
8455 sed 's/^/| /' conftest.
$ac_ext >&5
8459 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8461 echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
8462 echo "${ECHO_T}$ac_cv_type_int" >&6
8464 echo "$as_me:$LINENO: checking size of int" >&5
8465 echo $ECHO_N "checking size of int... $ECHO_C" >&6
8466 if test "${ac_cv_sizeof_int+set}" = set; then
8467 echo $ECHO_N "(cached) $ECHO_C" >&6
8469 if test "$ac_cv_type_int" = yes; then
8470 # The cast to unsigned long works around a bug in the HP C Compiler
8471 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8472 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8473 # This bug is HP SR number 8606223364.
8474 if test "$cross_compiling" = yes; then
8475 # Depending upon the size, compute the lo and hi bounds.
8476 cat >conftest.
$ac_ext <<_ACEOF
8479 cat confdefs.h
>>conftest.
$ac_ext
8480 cat >>conftest.
$ac_ext <<_ACEOF
8481 /* end confdefs.h. */
8482 $ac_includes_default
8486 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
8493 rm -f conftest.
$ac_objext
8494 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8495 (eval $ac_compile) 2>conftest.er1
8497 grep -v '^ *+' conftest.er1
>conftest.err
8499 cat conftest.err
>&5
8500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8501 (exit $ac_status); } &&
8502 { ac_try
='test -z "$ac_c_werror_flag"
8503 || test ! -s conftest.err'
8504 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8508 (exit $ac_status); }; } &&
8509 { ac_try
='test -s conftest.$ac_objext'
8510 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8514 (exit $ac_status); }; }; then
8517 cat >conftest.
$ac_ext <<_ACEOF
8520 cat confdefs.h
>>conftest.
$ac_ext
8521 cat >>conftest.
$ac_ext <<_ACEOF
8522 /* end confdefs.h. */
8523 $ac_includes_default
8527 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
8534 rm -f conftest.
$ac_objext
8535 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8536 (eval $ac_compile) 2>conftest.er1
8538 grep -v '^ *+' conftest.er1
>conftest.err
8540 cat conftest.err
>&5
8541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8542 (exit $ac_status); } &&
8543 { ac_try
='test -z "$ac_c_werror_flag"
8544 || test ! -s conftest.err'
8545 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8549 (exit $ac_status); }; } &&
8550 { ac_try
='test -s conftest.$ac_objext'
8551 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8555 (exit $ac_status); }; }; then
8556 ac_hi
=$ac_mid; break
8558 echo "$as_me: failed program was:" >&5
8559 sed 's/^/| /' conftest.
$ac_ext >&5
8561 ac_lo
=`expr $ac_mid + 1`
8562 if test $ac_lo -le $ac_mid; then
8566 ac_mid
=`expr 2 '*' $ac_mid + 1`
8568 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8571 echo "$as_me: failed program was:" >&5
8572 sed 's/^/| /' conftest.
$ac_ext >&5
8574 cat >conftest.
$ac_ext <<_ACEOF
8577 cat confdefs.h
>>conftest.
$ac_ext
8578 cat >>conftest.
$ac_ext <<_ACEOF
8579 /* end confdefs.h. */
8580 $ac_includes_default
8584 static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
8591 rm -f conftest.
$ac_objext
8592 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8593 (eval $ac_compile) 2>conftest.er1
8595 grep -v '^ *+' conftest.er1
>conftest.err
8597 cat conftest.err
>&5
8598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8599 (exit $ac_status); } &&
8600 { ac_try
='test -z "$ac_c_werror_flag"
8601 || test ! -s conftest.err'
8602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8606 (exit $ac_status); }; } &&
8607 { ac_try
='test -s conftest.$ac_objext'
8608 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8612 (exit $ac_status); }; }; then
8615 cat >conftest.
$ac_ext <<_ACEOF
8618 cat confdefs.h
>>conftest.
$ac_ext
8619 cat >>conftest.
$ac_ext <<_ACEOF
8620 /* end confdefs.h. */
8621 $ac_includes_default
8625 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
8632 rm -f conftest.
$ac_objext
8633 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8634 (eval $ac_compile) 2>conftest.er1
8636 grep -v '^ *+' conftest.er1
>conftest.err
8638 cat conftest.err
>&5
8639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8640 (exit $ac_status); } &&
8641 { ac_try
='test -z "$ac_c_werror_flag"
8642 || test ! -s conftest.err'
8643 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8647 (exit $ac_status); }; } &&
8648 { ac_try
='test -s conftest.$ac_objext'
8649 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8653 (exit $ac_status); }; }; then
8654 ac_lo
=$ac_mid; break
8656 echo "$as_me: failed program was:" >&5
8657 sed 's/^/| /' conftest.
$ac_ext >&5
8659 ac_hi
=`expr '(' $ac_mid ')' - 1`
8660 if test $ac_mid -le $ac_hi; then
8664 ac_mid
=`expr 2 '*' $ac_mid`
8666 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8669 echo "$as_me: failed program was:" >&5
8670 sed 's/^/| /' conftest.
$ac_ext >&5
8674 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8676 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8677 # Binary search between lo and hi bounds.
8678 while test "x$ac_lo" != "x$ac_hi"; do
8679 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
8680 cat >conftest.
$ac_ext <<_ACEOF
8683 cat confdefs.h
>>conftest.
$ac_ext
8684 cat >>conftest.
$ac_ext <<_ACEOF
8685 /* end confdefs.h. */
8686 $ac_includes_default
8690 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
8697 rm -f conftest.
$ac_objext
8698 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8699 (eval $ac_compile) 2>conftest.er1
8701 grep -v '^ *+' conftest.er1
>conftest.err
8703 cat conftest.err
>&5
8704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8705 (exit $ac_status); } &&
8706 { ac_try
='test -z "$ac_c_werror_flag"
8707 || test ! -s conftest.err'
8708 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8712 (exit $ac_status); }; } &&
8713 { ac_try
='test -s conftest.$ac_objext'
8714 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8718 (exit $ac_status); }; }; then
8721 echo "$as_me: failed program was:" >&5
8722 sed 's/^/| /' conftest.
$ac_ext >&5
8724 ac_lo
=`expr '(' $ac_mid ')' + 1`
8726 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8729 ?
*) ac_cv_sizeof_int
=$ac_lo;;
8730 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
8731 See \`config.log' for more details." >&5
8732 echo "$as_me: error: cannot compute sizeof (int), 77
8733 See \`config.log' for more details." >&2;}
8734 { (exit 1); exit 1; }; } ;;
8737 if test "$cross_compiling" = yes; then
8738 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
8739 See \`config.log' for more details." >&5
8740 echo "$as_me: error: cannot run test program while cross compiling
8741 See \`config.log' for more details." >&2;}
8742 { (exit 1); exit 1; }; }
8744 cat >conftest.
$ac_ext <<_ACEOF
8747 cat confdefs.h
>>conftest.
$ac_ext
8748 cat >>conftest.
$ac_ext <<_ACEOF
8749 /* end confdefs.h. */
8750 $ac_includes_default
8751 long longval () { return (long) (sizeof (int)); }
8752 unsigned long ulongval () { return (long) (sizeof (int)); }
8759 FILE *f = fopen ("conftest.val", "w");
8762 if (((long) (sizeof (int))) < 0)
8764 long i = longval ();
8765 if (i != ((long) (sizeof (int))))
8767 fprintf (f, "%ld\n", i);
8771 unsigned long i = ulongval ();
8772 if (i != ((long) (sizeof (int))))
8774 fprintf (f, "%lu\n", i);
8776 exit (ferror (f) || fclose (f) != 0);
8782 rm -f conftest
$ac_exeext
8783 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8784 (eval $ac_link) 2>&5
8786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8787 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
8788 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8792 (exit $ac_status); }; }; then
8793 ac_cv_sizeof_int
=`cat conftest.val`
8795 echo "$as_me: program exited with status $ac_status" >&5
8796 echo "$as_me: failed program was:" >&5
8797 sed 's/^/| /' conftest.
$ac_ext >&5
8800 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
8801 See \`config.log' for more details." >&5
8802 echo "$as_me: error: cannot compute sizeof (int), 77
8803 See \`config.log' for more details." >&2;}
8804 { (exit 1); exit 1; }; }
8806 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
8814 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
8815 echo "${ECHO_T}$ac_cv_sizeof_int" >&6
8816 cat >>confdefs.h
<<_ACEOF
8817 #define SIZEOF_INT $ac_cv_sizeof_int
8821 echo "$as_me:$LINENO: checking for short" >&5
8822 echo $ECHO_N "checking for short... $ECHO_C" >&6
8823 if test "${ac_cv_type_short+set}" = set; then
8824 echo $ECHO_N "(cached) $ECHO_C" >&6
8826 cat >conftest.
$ac_ext <<_ACEOF
8829 cat confdefs.h
>>conftest.
$ac_ext
8830 cat >>conftest.
$ac_ext <<_ACEOF
8831 /* end confdefs.h. */
8832 $ac_includes_default
8844 rm -f conftest.
$ac_objext
8845 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8846 (eval $ac_compile) 2>conftest.er1
8848 grep -v '^ *+' conftest.er1
>conftest.err
8850 cat conftest.err
>&5
8851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8852 (exit $ac_status); } &&
8853 { ac_try
='test -z "$ac_c_werror_flag"
8854 || test ! -s conftest.err'
8855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8859 (exit $ac_status); }; } &&
8860 { ac_try
='test -s conftest.$ac_objext'
8861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8865 (exit $ac_status); }; }; then
8866 ac_cv_type_short
=yes
8868 echo "$as_me: failed program was:" >&5
8869 sed 's/^/| /' conftest.
$ac_ext >&5
8873 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8875 echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
8876 echo "${ECHO_T}$ac_cv_type_short" >&6
8878 echo "$as_me:$LINENO: checking size of short" >&5
8879 echo $ECHO_N "checking size of short... $ECHO_C" >&6
8880 if test "${ac_cv_sizeof_short+set}" = set; then
8881 echo $ECHO_N "(cached) $ECHO_C" >&6
8883 if test "$ac_cv_type_short" = yes; then
8884 # The cast to unsigned long works around a bug in the HP C Compiler
8885 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8886 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8887 # This bug is HP SR number 8606223364.
8888 if test "$cross_compiling" = yes; then
8889 # Depending upon the size, compute the lo and hi bounds.
8890 cat >conftest.
$ac_ext <<_ACEOF
8893 cat confdefs.h
>>conftest.
$ac_ext
8894 cat >>conftest.
$ac_ext <<_ACEOF
8895 /* end confdefs.h. */
8896 $ac_includes_default
8900 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
8907 rm -f conftest.
$ac_objext
8908 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8909 (eval $ac_compile) 2>conftest.er1
8911 grep -v '^ *+' conftest.er1
>conftest.err
8913 cat conftest.err
>&5
8914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8915 (exit $ac_status); } &&
8916 { ac_try
='test -z "$ac_c_werror_flag"
8917 || test ! -s conftest.err'
8918 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8922 (exit $ac_status); }; } &&
8923 { ac_try
='test -s conftest.$ac_objext'
8924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8928 (exit $ac_status); }; }; then
8931 cat >conftest.
$ac_ext <<_ACEOF
8934 cat confdefs.h
>>conftest.
$ac_ext
8935 cat >>conftest.
$ac_ext <<_ACEOF
8936 /* end confdefs.h. */
8937 $ac_includes_default
8941 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
8948 rm -f conftest.
$ac_objext
8949 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8950 (eval $ac_compile) 2>conftest.er1
8952 grep -v '^ *+' conftest.er1
>conftest.err
8954 cat conftest.err
>&5
8955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8956 (exit $ac_status); } &&
8957 { ac_try
='test -z "$ac_c_werror_flag"
8958 || test ! -s conftest.err'
8959 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8963 (exit $ac_status); }; } &&
8964 { ac_try
='test -s conftest.$ac_objext'
8965 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8969 (exit $ac_status); }; }; then
8970 ac_hi
=$ac_mid; break
8972 echo "$as_me: failed program was:" >&5
8973 sed 's/^/| /' conftest.
$ac_ext >&5
8975 ac_lo
=`expr $ac_mid + 1`
8976 if test $ac_lo -le $ac_mid; then
8980 ac_mid
=`expr 2 '*' $ac_mid + 1`
8982 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
8985 echo "$as_me: failed program was:" >&5
8986 sed 's/^/| /' conftest.
$ac_ext >&5
8988 cat >conftest.
$ac_ext <<_ACEOF
8991 cat confdefs.h
>>conftest.
$ac_ext
8992 cat >>conftest.
$ac_ext <<_ACEOF
8993 /* end confdefs.h. */
8994 $ac_includes_default
8998 static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
9005 rm -f conftest.
$ac_objext
9006 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9007 (eval $ac_compile) 2>conftest.er1
9009 grep -v '^ *+' conftest.er1
>conftest.err
9011 cat conftest.err
>&5
9012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9013 (exit $ac_status); } &&
9014 { ac_try
='test -z "$ac_c_werror_flag"
9015 || test ! -s conftest.err'
9016 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9020 (exit $ac_status); }; } &&
9021 { ac_try
='test -s conftest.$ac_objext'
9022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9026 (exit $ac_status); }; }; then
9029 cat >conftest.
$ac_ext <<_ACEOF
9032 cat confdefs.h
>>conftest.
$ac_ext
9033 cat >>conftest.
$ac_ext <<_ACEOF
9034 /* end confdefs.h. */
9035 $ac_includes_default
9039 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
9046 rm -f conftest.
$ac_objext
9047 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9048 (eval $ac_compile) 2>conftest.er1
9050 grep -v '^ *+' conftest.er1
>conftest.err
9052 cat conftest.err
>&5
9053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9054 (exit $ac_status); } &&
9055 { ac_try
='test -z "$ac_c_werror_flag"
9056 || test ! -s conftest.err'
9057 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9061 (exit $ac_status); }; } &&
9062 { ac_try
='test -s conftest.$ac_objext'
9063 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9067 (exit $ac_status); }; }; then
9068 ac_lo
=$ac_mid; break
9070 echo "$as_me: failed program was:" >&5
9071 sed 's/^/| /' conftest.
$ac_ext >&5
9073 ac_hi
=`expr '(' $ac_mid ')' - 1`
9074 if test $ac_mid -le $ac_hi; then
9078 ac_mid
=`expr 2 '*' $ac_mid`
9080 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9083 echo "$as_me: failed program was:" >&5
9084 sed 's/^/| /' conftest.
$ac_ext >&5
9088 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9090 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9091 # Binary search between lo and hi bounds.
9092 while test "x$ac_lo" != "x$ac_hi"; do
9093 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
9094 cat >conftest.
$ac_ext <<_ACEOF
9097 cat confdefs.h
>>conftest.
$ac_ext
9098 cat >>conftest.
$ac_ext <<_ACEOF
9099 /* end confdefs.h. */
9100 $ac_includes_default
9104 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
9111 rm -f conftest.
$ac_objext
9112 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9113 (eval $ac_compile) 2>conftest.er1
9115 grep -v '^ *+' conftest.er1
>conftest.err
9117 cat conftest.err
>&5
9118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9119 (exit $ac_status); } &&
9120 { ac_try
='test -z "$ac_c_werror_flag"
9121 || test ! -s conftest.err'
9122 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9126 (exit $ac_status); }; } &&
9127 { ac_try
='test -s conftest.$ac_objext'
9128 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9132 (exit $ac_status); }; }; then
9135 echo "$as_me: failed program was:" >&5
9136 sed 's/^/| /' conftest.
$ac_ext >&5
9138 ac_lo
=`expr '(' $ac_mid ')' + 1`
9140 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9143 ?
*) ac_cv_sizeof_short
=$ac_lo;;
9144 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
9145 See \`config.log' for more details." >&5
9146 echo "$as_me: error: cannot compute sizeof (short), 77
9147 See \`config.log' for more details." >&2;}
9148 { (exit 1); exit 1; }; } ;;
9151 if test "$cross_compiling" = yes; then
9152 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
9153 See \`config.log' for more details." >&5
9154 echo "$as_me: error: cannot run test program while cross compiling
9155 See \`config.log' for more details." >&2;}
9156 { (exit 1); exit 1; }; }
9158 cat >conftest.
$ac_ext <<_ACEOF
9161 cat confdefs.h
>>conftest.
$ac_ext
9162 cat >>conftest.
$ac_ext <<_ACEOF
9163 /* end confdefs.h. */
9164 $ac_includes_default
9165 long longval () { return (long) (sizeof (short)); }
9166 unsigned long ulongval () { return (long) (sizeof (short)); }
9173 FILE *f = fopen ("conftest.val", "w");
9176 if (((long) (sizeof (short))) < 0)
9178 long i = longval ();
9179 if (i != ((long) (sizeof (short))))
9181 fprintf (f, "%ld\n", i);
9185 unsigned long i = ulongval ();
9186 if (i != ((long) (sizeof (short))))
9188 fprintf (f, "%lu\n", i);
9190 exit (ferror (f) || fclose (f) != 0);
9196 rm -f conftest
$ac_exeext
9197 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9198 (eval $ac_link) 2>&5
9200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9201 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
9202 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9206 (exit $ac_status); }; }; then
9207 ac_cv_sizeof_short
=`cat conftest.val`
9209 echo "$as_me: program exited with status $ac_status" >&5
9210 echo "$as_me: failed program was:" >&5
9211 sed 's/^/| /' conftest.
$ac_ext >&5
9214 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
9215 See \`config.log' for more details." >&5
9216 echo "$as_me: error: cannot compute sizeof (short), 77
9217 See \`config.log' for more details." >&2;}
9218 { (exit 1); exit 1; }; }
9220 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
9225 ac_cv_sizeof_short
=0
9228 echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
9229 echo "${ECHO_T}$ac_cv_sizeof_short" >&6
9230 cat >>confdefs.h
<<_ACEOF
9231 #define SIZEOF_SHORT $ac_cv_sizeof_short
9235 echo "$as_me:$LINENO: checking for char" >&5
9236 echo $ECHO_N "checking for char... $ECHO_C" >&6
9237 if test "${ac_cv_type_char+set}" = set; then
9238 echo $ECHO_N "(cached) $ECHO_C" >&6
9240 cat >conftest.
$ac_ext <<_ACEOF
9243 cat confdefs.h
>>conftest.
$ac_ext
9244 cat >>conftest.
$ac_ext <<_ACEOF
9245 /* end confdefs.h. */
9246 $ac_includes_default
9258 rm -f conftest.
$ac_objext
9259 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9260 (eval $ac_compile) 2>conftest.er1
9262 grep -v '^ *+' conftest.er1
>conftest.err
9264 cat conftest.err
>&5
9265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9266 (exit $ac_status); } &&
9267 { ac_try
='test -z "$ac_c_werror_flag"
9268 || test ! -s conftest.err'
9269 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9273 (exit $ac_status); }; } &&
9274 { ac_try
='test -s conftest.$ac_objext'
9275 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9279 (exit $ac_status); }; }; then
9282 echo "$as_me: failed program was:" >&5
9283 sed 's/^/| /' conftest.
$ac_ext >&5
9287 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9289 echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
9290 echo "${ECHO_T}$ac_cv_type_char" >&6
9292 echo "$as_me:$LINENO: checking size of char" >&5
9293 echo $ECHO_N "checking size of char... $ECHO_C" >&6
9294 if test "${ac_cv_sizeof_char+set}" = set; then
9295 echo $ECHO_N "(cached) $ECHO_C" >&6
9297 if test "$ac_cv_type_char" = yes; then
9298 # The cast to unsigned long works around a bug in the HP C Compiler
9299 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
9300 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
9301 # This bug is HP SR number 8606223364.
9302 if test "$cross_compiling" = yes; then
9303 # Depending upon the size, compute the lo and hi bounds.
9304 cat >conftest.
$ac_ext <<_ACEOF
9307 cat confdefs.h
>>conftest.
$ac_ext
9308 cat >>conftest.
$ac_ext <<_ACEOF
9309 /* end confdefs.h. */
9310 $ac_includes_default
9314 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
9321 rm -f conftest.
$ac_objext
9322 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9323 (eval $ac_compile) 2>conftest.er1
9325 grep -v '^ *+' conftest.er1
>conftest.err
9327 cat conftest.err
>&5
9328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9329 (exit $ac_status); } &&
9330 { ac_try
='test -z "$ac_c_werror_flag"
9331 || test ! -s conftest.err'
9332 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9336 (exit $ac_status); }; } &&
9337 { ac_try
='test -s conftest.$ac_objext'
9338 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9342 (exit $ac_status); }; }; then
9345 cat >conftest.
$ac_ext <<_ACEOF
9348 cat confdefs.h
>>conftest.
$ac_ext
9349 cat >>conftest.
$ac_ext <<_ACEOF
9350 /* end confdefs.h. */
9351 $ac_includes_default
9355 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
9362 rm -f conftest.
$ac_objext
9363 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9364 (eval $ac_compile) 2>conftest.er1
9366 grep -v '^ *+' conftest.er1
>conftest.err
9368 cat conftest.err
>&5
9369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9370 (exit $ac_status); } &&
9371 { ac_try
='test -z "$ac_c_werror_flag"
9372 || test ! -s conftest.err'
9373 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9377 (exit $ac_status); }; } &&
9378 { ac_try
='test -s conftest.$ac_objext'
9379 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9383 (exit $ac_status); }; }; then
9384 ac_hi
=$ac_mid; break
9386 echo "$as_me: failed program was:" >&5
9387 sed 's/^/| /' conftest.
$ac_ext >&5
9389 ac_lo
=`expr $ac_mid + 1`
9390 if test $ac_lo -le $ac_mid; then
9394 ac_mid
=`expr 2 '*' $ac_mid + 1`
9396 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9399 echo "$as_me: failed program was:" >&5
9400 sed 's/^/| /' conftest.
$ac_ext >&5
9402 cat >conftest.
$ac_ext <<_ACEOF
9405 cat confdefs.h
>>conftest.
$ac_ext
9406 cat >>conftest.
$ac_ext <<_ACEOF
9407 /* end confdefs.h. */
9408 $ac_includes_default
9412 static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
9419 rm -f conftest.
$ac_objext
9420 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9421 (eval $ac_compile) 2>conftest.er1
9423 grep -v '^ *+' conftest.er1
>conftest.err
9425 cat conftest.err
>&5
9426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9427 (exit $ac_status); } &&
9428 { ac_try
='test -z "$ac_c_werror_flag"
9429 || test ! -s conftest.err'
9430 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9434 (exit $ac_status); }; } &&
9435 { ac_try
='test -s conftest.$ac_objext'
9436 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9440 (exit $ac_status); }; }; then
9443 cat >conftest.
$ac_ext <<_ACEOF
9446 cat confdefs.h
>>conftest.
$ac_ext
9447 cat >>conftest.
$ac_ext <<_ACEOF
9448 /* end confdefs.h. */
9449 $ac_includes_default
9453 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
9460 rm -f conftest.
$ac_objext
9461 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9462 (eval $ac_compile) 2>conftest.er1
9464 grep -v '^ *+' conftest.er1
>conftest.err
9466 cat conftest.err
>&5
9467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9468 (exit $ac_status); } &&
9469 { ac_try
='test -z "$ac_c_werror_flag"
9470 || test ! -s conftest.err'
9471 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9475 (exit $ac_status); }; } &&
9476 { ac_try
='test -s conftest.$ac_objext'
9477 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9481 (exit $ac_status); }; }; then
9482 ac_lo
=$ac_mid; break
9484 echo "$as_me: failed program was:" >&5
9485 sed 's/^/| /' conftest.
$ac_ext >&5
9487 ac_hi
=`expr '(' $ac_mid ')' - 1`
9488 if test $ac_mid -le $ac_hi; then
9492 ac_mid
=`expr 2 '*' $ac_mid`
9494 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9497 echo "$as_me: failed program was:" >&5
9498 sed 's/^/| /' conftest.
$ac_ext >&5
9502 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9504 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9505 # Binary search between lo and hi bounds.
9506 while test "x$ac_lo" != "x$ac_hi"; do
9507 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
9508 cat >conftest.
$ac_ext <<_ACEOF
9511 cat confdefs.h
>>conftest.
$ac_ext
9512 cat >>conftest.
$ac_ext <<_ACEOF
9513 /* end confdefs.h. */
9514 $ac_includes_default
9518 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
9525 rm -f conftest.
$ac_objext
9526 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9527 (eval $ac_compile) 2>conftest.er1
9529 grep -v '^ *+' conftest.er1
>conftest.err
9531 cat conftest.err
>&5
9532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9533 (exit $ac_status); } &&
9534 { ac_try
='test -z "$ac_c_werror_flag"
9535 || test ! -s conftest.err'
9536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9540 (exit $ac_status); }; } &&
9541 { ac_try
='test -s conftest.$ac_objext'
9542 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9546 (exit $ac_status); }; }; then
9549 echo "$as_me: failed program was:" >&5
9550 sed 's/^/| /' conftest.
$ac_ext >&5
9552 ac_lo
=`expr '(' $ac_mid ')' + 1`
9554 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9557 ?
*) ac_cv_sizeof_char
=$ac_lo;;
9558 '') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
9559 See \`config.log' for more details." >&5
9560 echo "$as_me: error: cannot compute sizeof (char), 77
9561 See \`config.log' for more details." >&2;}
9562 { (exit 1); exit 1; }; } ;;
9565 if test "$cross_compiling" = yes; then
9566 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
9567 See \`config.log' for more details." >&5
9568 echo "$as_me: error: cannot run test program while cross compiling
9569 See \`config.log' for more details." >&2;}
9570 { (exit 1); exit 1; }; }
9572 cat >conftest.
$ac_ext <<_ACEOF
9575 cat confdefs.h
>>conftest.
$ac_ext
9576 cat >>conftest.
$ac_ext <<_ACEOF
9577 /* end confdefs.h. */
9578 $ac_includes_default
9579 long longval () { return (long) (sizeof (char)); }
9580 unsigned long ulongval () { return (long) (sizeof (char)); }
9587 FILE *f = fopen ("conftest.val", "w");
9590 if (((long) (sizeof (char))) < 0)
9592 long i = longval ();
9593 if (i != ((long) (sizeof (char))))
9595 fprintf (f, "%ld\n", i);
9599 unsigned long i = ulongval ();
9600 if (i != ((long) (sizeof (char))))
9602 fprintf (f, "%lu\n", i);
9604 exit (ferror (f) || fclose (f) != 0);
9610 rm -f conftest
$ac_exeext
9611 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9612 (eval $ac_link) 2>&5
9614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9615 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
9616 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9620 (exit $ac_status); }; }; then
9621 ac_cv_sizeof_char
=`cat conftest.val`
9623 echo "$as_me: program exited with status $ac_status" >&5
9624 echo "$as_me: failed program was:" >&5
9625 sed 's/^/| /' conftest.
$ac_ext >&5
9628 { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
9629 See \`config.log' for more details." >&5
9630 echo "$as_me: error: cannot compute sizeof (char), 77
9631 See \`config.log' for more details." >&2;}
9632 { (exit 1); exit 1; }; }
9634 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
9642 echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
9643 echo "${ECHO_T}$ac_cv_sizeof_char" >&6
9644 cat >>confdefs.h
<<_ACEOF
9645 #define SIZEOF_CHAR $ac_cv_sizeof_char
9650 echo "$as_me:$LINENO: checking for type equivalent to int8_t" >&5
9651 echo $ECHO_N "checking for type equivalent to int8_t... $ECHO_C" >&6
9652 case "$ac_cv_sizeof_char" in
9653 1) acx_cv_type_int8_t
=char
;;
9654 *) { { echo "$as_me:$LINENO: error: no 8-bit type" >&5
9655 echo "$as_me: error: no 8-bit type" >&2;}
9656 { (exit please report a bug
); exit please report a bug
; }; }
9658 echo "$as_me:$LINENO: result: $acx_cv_type_int8_t" >&5
9659 echo "${ECHO_T}$acx_cv_type_int8_t" >&6
9661 echo "$as_me:$LINENO: checking for type equivalent to int16_t" >&5
9662 echo $ECHO_N "checking for type equivalent to int16_t... $ECHO_C" >&6
9663 case "$ac_cv_sizeof_int:$ac_cv_sizeof_short" in
9664 2:*) acx_cv_type_int16_t
=int
;;
9665 *:2) acx_cv_type_int16_t
=short
;;
9666 *) { { echo "$as_me:$LINENO: error: no 16-bit type" >&5
9667 echo "$as_me: error: no 16-bit type" >&2;}
9668 { (exit please report a bug
); exit please report a bug
; }; }
9670 echo "$as_me:$LINENO: result: $acx_cv_type_int16_t" >&5
9671 echo "${ECHO_T}$acx_cv_type_int16_t" >&6
9673 echo "$as_me:$LINENO: checking for type equivalent to int32_t" >&5
9674 echo $ECHO_N "checking for type equivalent to int32_t... $ECHO_C" >&6
9675 case "$ac_cv_sizeof_int:$ac_cv_sizeof_long" in
9676 4:*) acx_cv_type_int32_t
=int
;;
9677 *:4) acx_cv_type_int32_t
=long
;;
9678 *) { { echo "$as_me:$LINENO: error: no 32-bit type" >&5
9679 echo "$as_me: error: no 32-bit type" >&2;}
9680 { (exit please report a bug
); exit please report a bug
; }; }
9682 echo "$as_me:$LINENO: result: $acx_cv_type_int32_t" >&5
9683 echo "${ECHO_T}$acx_cv_type_int32_t" >&6
9686 # These tests are here to make the output prettier
9688 if test "$ac_cv_type_uint64_t" != yes && test "$ac_cv_type_u_int64_t" != yes; then
9689 case "$ac_cv_sizeof_long" in
9690 8) acx_cv_type_int64_t
=long
;;
9692 echo "$as_me:$LINENO: checking for type equivalent to int64_t" >&5
9693 echo $ECHO_N "checking for type equivalent to int64_t... $ECHO_C" >&6
9694 echo "$as_me:$LINENO: result: ${acx_cv_type_int64_t-'using preprocessor symbols'}" >&5
9695 echo "${ECHO_T}${acx_cv_type_int64_t-'using preprocessor symbols'}" >&6
9698 # Now we can use the above types
9700 if test "$ac_cv_type_uintptr_t" != yes; then
9701 echo "$as_me:$LINENO: checking for type equivalent to intptr_t" >&5
9702 echo $ECHO_N "checking for type equivalent to intptr_t... $ECHO_C" >&6
9703 case $ac_cv_sizeof_void_p in
9704 2) acx_cv_type_intptr_t
=int16_t
;;
9705 4) acx_cv_type_intptr_t
=int32_t
;;
9706 8) acx_cv_type_intptr_t
=int64_t
;;
9707 *) { { echo "$as_me:$LINENO: error: no equivalent for intptr_t" >&5
9708 echo "$as_me: error: no equivalent for intptr_t" >&2;}
9709 { (exit please report a bug
); exit please report a bug
; }; }
9711 echo "$as_me:$LINENO: result: $acx_cv_type_intptr_t" >&5
9712 echo "${ECHO_T}$acx_cv_type_intptr_t" >&6
9715 # ----------------- done all checks, emit header -------------
9716 ac_config_commands
="$ac_config_commands gstdint.h"
9721 echo "$as_me:$LINENO: checking for struct stat.st_blksize" >&5
9722 echo $ECHO_N "checking for struct stat.st_blksize... $ECHO_C" >&6
9723 if test "${ac_cv_member_struct_stat_st_blksize+set}" = set; then
9724 echo $ECHO_N "(cached) $ECHO_C" >&6
9726 cat >conftest.
$ac_ext <<_ACEOF
9729 cat confdefs.h
>>conftest.
$ac_ext
9730 cat >>conftest.
$ac_ext <<_ACEOF
9731 /* end confdefs.h. */
9732 $ac_includes_default
9736 static struct stat ac_aggr;
9737 if (ac_aggr.st_blksize)
9743 rm -f conftest.
$ac_objext
9744 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9745 (eval $ac_compile) 2>conftest.er1
9747 grep -v '^ *+' conftest.er1
>conftest.err
9749 cat conftest.err
>&5
9750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9751 (exit $ac_status); } &&
9752 { ac_try
='test -z "$ac_c_werror_flag"
9753 || test ! -s conftest.err'
9754 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9758 (exit $ac_status); }; } &&
9759 { ac_try
='test -s conftest.$ac_objext'
9760 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9764 (exit $ac_status); }; }; then
9765 ac_cv_member_struct_stat_st_blksize
=yes
9767 echo "$as_me: failed program was:" >&5
9768 sed 's/^/| /' conftest.
$ac_ext >&5
9770 cat >conftest.
$ac_ext <<_ACEOF
9773 cat confdefs.h
>>conftest.
$ac_ext
9774 cat >>conftest.
$ac_ext <<_ACEOF
9775 /* end confdefs.h. */
9776 $ac_includes_default
9780 static struct stat ac_aggr;
9781 if (sizeof ac_aggr.st_blksize)
9787 rm -f conftest.
$ac_objext
9788 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9789 (eval $ac_compile) 2>conftest.er1
9791 grep -v '^ *+' conftest.er1
>conftest.err
9793 cat conftest.err
>&5
9794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9795 (exit $ac_status); } &&
9796 { ac_try
='test -z "$ac_c_werror_flag"
9797 || test ! -s conftest.err'
9798 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9802 (exit $ac_status); }; } &&
9803 { ac_try
='test -s conftest.$ac_objext'
9804 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9808 (exit $ac_status); }; }; then
9809 ac_cv_member_struct_stat_st_blksize
=yes
9811 echo "$as_me: failed program was:" >&5
9812 sed 's/^/| /' conftest.
$ac_ext >&5
9814 ac_cv_member_struct_stat_st_blksize
=no
9816 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9818 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9820 echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blksize" >&5
9821 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blksize" >&6
9822 if test $ac_cv_member_struct_stat_st_blksize = yes; then
9824 cat >>confdefs.h
<<_ACEOF
9825 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
9831 echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
9832 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6
9833 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
9834 echo $ECHO_N "(cached) $ECHO_C" >&6
9836 cat >conftest.
$ac_ext <<_ACEOF
9839 cat confdefs.h
>>conftest.
$ac_ext
9840 cat >>conftest.
$ac_ext <<_ACEOF
9841 /* end confdefs.h. */
9842 $ac_includes_default
9846 static struct stat ac_aggr;
9847 if (ac_aggr.st_blocks)
9853 rm -f conftest.
$ac_objext
9854 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9855 (eval $ac_compile) 2>conftest.er1
9857 grep -v '^ *+' conftest.er1
>conftest.err
9859 cat conftest.err
>&5
9860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9861 (exit $ac_status); } &&
9862 { ac_try
='test -z "$ac_c_werror_flag"
9863 || test ! -s conftest.err'
9864 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9868 (exit $ac_status); }; } &&
9869 { ac_try
='test -s conftest.$ac_objext'
9870 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9874 (exit $ac_status); }; }; then
9875 ac_cv_member_struct_stat_st_blocks
=yes
9877 echo "$as_me: failed program was:" >&5
9878 sed 's/^/| /' conftest.
$ac_ext >&5
9880 cat >conftest.
$ac_ext <<_ACEOF
9883 cat confdefs.h
>>conftest.
$ac_ext
9884 cat >>conftest.
$ac_ext <<_ACEOF
9885 /* end confdefs.h. */
9886 $ac_includes_default
9890 static struct stat ac_aggr;
9891 if (sizeof ac_aggr.st_blocks)
9897 rm -f conftest.
$ac_objext
9898 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9899 (eval $ac_compile) 2>conftest.er1
9901 grep -v '^ *+' conftest.er1
>conftest.err
9903 cat conftest.err
>&5
9904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9905 (exit $ac_status); } &&
9906 { ac_try
='test -z "$ac_c_werror_flag"
9907 || test ! -s conftest.err'
9908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9912 (exit $ac_status); }; } &&
9913 { ac_try
='test -s conftest.$ac_objext'
9914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9918 (exit $ac_status); }; }; then
9919 ac_cv_member_struct_stat_st_blocks
=yes
9921 echo "$as_me: failed program was:" >&5
9922 sed 's/^/| /' conftest.
$ac_ext >&5
9924 ac_cv_member_struct_stat_st_blocks
=no
9926 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9928 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
9930 echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
9931 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6
9932 if test $ac_cv_member_struct_stat_st_blocks = yes; then
9934 cat >>confdefs.h
<<_ACEOF
9935 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
9941 echo "$as_me:$LINENO: checking for struct stat.st_rdev" >&5
9942 echo $ECHO_N "checking for struct stat.st_rdev... $ECHO_C" >&6
9943 if test "${ac_cv_member_struct_stat_st_rdev+set}" = set; then
9944 echo $ECHO_N "(cached) $ECHO_C" >&6
9946 cat >conftest.
$ac_ext <<_ACEOF
9949 cat confdefs.h
>>conftest.
$ac_ext
9950 cat >>conftest.
$ac_ext <<_ACEOF
9951 /* end confdefs.h. */
9952 $ac_includes_default
9956 static struct stat ac_aggr;
9957 if (ac_aggr.st_rdev)
9963 rm -f conftest.
$ac_objext
9964 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9965 (eval $ac_compile) 2>conftest.er1
9967 grep -v '^ *+' conftest.er1
>conftest.err
9969 cat conftest.err
>&5
9970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9971 (exit $ac_status); } &&
9972 { ac_try
='test -z "$ac_c_werror_flag"
9973 || test ! -s conftest.err'
9974 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9978 (exit $ac_status); }; } &&
9979 { ac_try
='test -s conftest.$ac_objext'
9980 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9984 (exit $ac_status); }; }; then
9985 ac_cv_member_struct_stat_st_rdev
=yes
9987 echo "$as_me: failed program was:" >&5
9988 sed 's/^/| /' conftest.
$ac_ext >&5
9990 cat >conftest.
$ac_ext <<_ACEOF
9993 cat confdefs.h
>>conftest.
$ac_ext
9994 cat >>conftest.
$ac_ext <<_ACEOF
9995 /* end confdefs.h. */
9996 $ac_includes_default
10000 static struct stat ac_aggr;
10001 if (sizeof ac_aggr.st_rdev)
10007 rm -f conftest.
$ac_objext
10008 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10009 (eval $ac_compile) 2>conftest.er1
10011 grep -v '^ *+' conftest.er1
>conftest.err
10013 cat conftest.err
>&5
10014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10015 (exit $ac_status); } &&
10016 { ac_try
='test -z "$ac_c_werror_flag"
10017 || test ! -s conftest.err'
10018 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10019 (eval $ac_try) 2>&5
10021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10022 (exit $ac_status); }; } &&
10023 { ac_try
='test -s conftest.$ac_objext'
10024 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10025 (eval $ac_try) 2>&5
10027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10028 (exit $ac_status); }; }; then
10029 ac_cv_member_struct_stat_st_rdev
=yes
10031 echo "$as_me: failed program was:" >&5
10032 sed 's/^/| /' conftest.
$ac_ext >&5
10034 ac_cv_member_struct_stat_st_rdev
=no
10036 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10038 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10040 echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_rdev" >&5
10041 echo "${ECHO_T}$ac_cv_member_struct_stat_st_rdev" >&6
10042 if test $ac_cv_member_struct_stat_st_rdev = yes; then
10044 cat >>confdefs.h
<<_ACEOF
10045 #define HAVE_STRUCT_STAT_ST_RDEV 1
10052 # Check for library functions.
10061 for ac_func
in getrusage
times mkstemp strtof strtold snprintf ftruncate chsize
10063 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10064 echo "$as_me:$LINENO: checking for $ac_func" >&5
10065 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
10066 if eval "test \"\${$as_ac_var+set}\" = set"; then
10067 echo $ECHO_N "(cached) $ECHO_C" >&6
10069 if test x
$gcc_no_link = xyes
; then
10070 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10071 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10072 { (exit 1); exit 1; }; }
10074 cat >conftest.
$ac_ext <<_ACEOF
10077 cat confdefs.h
>>conftest.
$ac_ext
10078 cat >>conftest.
$ac_ext <<_ACEOF
10079 /* end confdefs.h. */
10080 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10081 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10082 #define $ac_func innocuous_$ac_func
10084 /* System header to define __stub macros and hopefully few prototypes,
10085 which can conflict with char $ac_func (); below.
10086 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10087 <limits.h> exists even on freestanding compilers. */
10090 # include <limits.h>
10092 # include <assert.h>
10097 /* Override any gcc2 internal prototype to avoid an error. */
10102 /* We use char because int might match the return type of a gcc2
10103 builtin and then its argument prototype would still apply. */
10105 /* The GNU C library defines this for functions which it implements
10106 to always fail with ENOSYS. Some functions are actually named
10107 something starting with __ and the normal name is an alias. */
10108 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10111 char (*f) () = $ac_func;
10120 return f != $ac_func;
10125 rm -f conftest.
$ac_objext conftest
$ac_exeext
10126 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10127 (eval $ac_link) 2>conftest.er1
10129 grep -v '^ *+' conftest.er1
>conftest.err
10131 cat conftest.err
>&5
10132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10133 (exit $ac_status); } &&
10134 { ac_try
='test -z "$ac_c_werror_flag"
10135 || test ! -s conftest.err'
10136 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10137 (eval $ac_try) 2>&5
10139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10140 (exit $ac_status); }; } &&
10141 { ac_try
='test -s conftest$ac_exeext'
10142 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10143 (eval $ac_try) 2>&5
10145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10146 (exit $ac_status); }; }; then
10147 eval "$as_ac_var=yes"
10149 echo "$as_me: failed program was:" >&5
10150 sed 's/^/| /' conftest.
$ac_ext >&5
10152 eval "$as_ac_var=no"
10154 rm -f conftest.err conftest.
$ac_objext \
10155 conftest
$ac_exeext conftest.
$ac_ext
10157 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
10158 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
10159 if test `eval echo '${'$as_ac_var'}'` = yes; then
10160 cat >>confdefs.h
<<_ACEOF
10161 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10175 for ac_func
in chdir strerror getlogin gethostname
kill link symlink perror
10177 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10178 echo "$as_me:$LINENO: checking for $ac_func" >&5
10179 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
10180 if eval "test \"\${$as_ac_var+set}\" = set"; then
10181 echo $ECHO_N "(cached) $ECHO_C" >&6
10183 if test x
$gcc_no_link = xyes
; then
10184 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10185 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10186 { (exit 1); exit 1; }; }
10188 cat >conftest.
$ac_ext <<_ACEOF
10191 cat confdefs.h
>>conftest.
$ac_ext
10192 cat >>conftest.
$ac_ext <<_ACEOF
10193 /* end confdefs.h. */
10194 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10195 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10196 #define $ac_func innocuous_$ac_func
10198 /* System header to define __stub macros and hopefully few prototypes,
10199 which can conflict with char $ac_func (); below.
10200 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10201 <limits.h> exists even on freestanding compilers. */
10204 # include <limits.h>
10206 # include <assert.h>
10211 /* Override any gcc2 internal prototype to avoid an error. */
10216 /* We use char because int might match the return type of a gcc2
10217 builtin and then its argument prototype would still apply. */
10219 /* The GNU C library defines this for functions which it implements
10220 to always fail with ENOSYS. Some functions are actually named
10221 something starting with __ and the normal name is an alias. */
10222 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10225 char (*f) () = $ac_func;
10234 return f != $ac_func;
10239 rm -f conftest.
$ac_objext conftest
$ac_exeext
10240 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10241 (eval $ac_link) 2>conftest.er1
10243 grep -v '^ *+' conftest.er1
>conftest.err
10245 cat conftest.err
>&5
10246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10247 (exit $ac_status); } &&
10248 { ac_try
='test -z "$ac_c_werror_flag"
10249 || test ! -s conftest.err'
10250 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10251 (eval $ac_try) 2>&5
10253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10254 (exit $ac_status); }; } &&
10255 { ac_try
='test -s conftest$ac_exeext'
10256 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10257 (eval $ac_try) 2>&5
10259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10260 (exit $ac_status); }; }; then
10261 eval "$as_ac_var=yes"
10263 echo "$as_me: failed program was:" >&5
10264 sed 's/^/| /' conftest.
$ac_ext >&5
10266 eval "$as_ac_var=no"
10268 rm -f conftest.err conftest.
$ac_objext \
10269 conftest
$ac_exeext conftest.
$ac_ext
10271 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
10272 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
10273 if test `eval echo '${'$as_ac_var'}'` = yes; then
10274 cat >>confdefs.h
<<_ACEOF
10275 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10291 for ac_func
in sleep time ttyname signal alarm ctime
clock access fork execl
10293 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10294 echo "$as_me:$LINENO: checking for $ac_func" >&5
10295 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
10296 if eval "test \"\${$as_ac_var+set}\" = set"; then
10297 echo $ECHO_N "(cached) $ECHO_C" >&6
10299 if test x
$gcc_no_link = xyes
; then
10300 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10301 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10302 { (exit 1); exit 1; }; }
10304 cat >conftest.
$ac_ext <<_ACEOF
10307 cat confdefs.h
>>conftest.
$ac_ext
10308 cat >>conftest.
$ac_ext <<_ACEOF
10309 /* end confdefs.h. */
10310 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10311 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10312 #define $ac_func innocuous_$ac_func
10314 /* System header to define __stub macros and hopefully few prototypes,
10315 which can conflict with char $ac_func (); below.
10316 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10317 <limits.h> exists even on freestanding compilers. */
10320 # include <limits.h>
10322 # include <assert.h>
10327 /* Override any gcc2 internal prototype to avoid an error. */
10332 /* We use char because int might match the return type of a gcc2
10333 builtin and then its argument prototype would still apply. */
10335 /* The GNU C library defines this for functions which it implements
10336 to always fail with ENOSYS. Some functions are actually named
10337 something starting with __ and the normal name is an alias. */
10338 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10341 char (*f) () = $ac_func;
10350 return f != $ac_func;
10355 rm -f conftest.
$ac_objext conftest
$ac_exeext
10356 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10357 (eval $ac_link) 2>conftest.er1
10359 grep -v '^ *+' conftest.er1
>conftest.err
10361 cat conftest.err
>&5
10362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10363 (exit $ac_status); } &&
10364 { ac_try
='test -z "$ac_c_werror_flag"
10365 || test ! -s conftest.err'
10366 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10367 (eval $ac_try) 2>&5
10369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10370 (exit $ac_status); }; } &&
10371 { ac_try
='test -s conftest$ac_exeext'
10372 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10373 (eval $ac_try) 2>&5
10375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10376 (exit $ac_status); }; }; then
10377 eval "$as_ac_var=yes"
10379 echo "$as_me: failed program was:" >&5
10380 sed 's/^/| /' conftest.
$ac_ext >&5
10382 eval "$as_ac_var=no"
10384 rm -f conftest.err conftest.
$ac_objext \
10385 conftest
$ac_exeext conftest.
$ac_ext
10387 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
10388 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
10389 if test `eval echo '${'$as_ac_var'}'` = yes; then
10390 cat >>confdefs.h
<<_ACEOF
10391 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10401 for ac_func
in wait setmode getrlimit gettimeofday
10403 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
10404 echo "$as_me:$LINENO: checking for $ac_func" >&5
10405 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
10406 if eval "test \"\${$as_ac_var+set}\" = set"; then
10407 echo $ECHO_N "(cached) $ECHO_C" >&6
10409 if test x
$gcc_no_link = xyes
; then
10410 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10411 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10412 { (exit 1); exit 1; }; }
10414 cat >conftest.
$ac_ext <<_ACEOF
10417 cat confdefs.h
>>conftest.
$ac_ext
10418 cat >>conftest.
$ac_ext <<_ACEOF
10419 /* end confdefs.h. */
10420 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
10421 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10422 #define $ac_func innocuous_$ac_func
10424 /* System header to define __stub macros and hopefully few prototypes,
10425 which can conflict with char $ac_func (); below.
10426 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10427 <limits.h> exists even on freestanding compilers. */
10430 # include <limits.h>
10432 # include <assert.h>
10437 /* Override any gcc2 internal prototype to avoid an error. */
10442 /* We use char because int might match the return type of a gcc2
10443 builtin and then its argument prototype would still apply. */
10445 /* The GNU C library defines this for functions which it implements
10446 to always fail with ENOSYS. Some functions are actually named
10447 something starting with __ and the normal name is an alias. */
10448 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
10451 char (*f) () = $ac_func;
10460 return f != $ac_func;
10465 rm -f conftest.
$ac_objext conftest
$ac_exeext
10466 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10467 (eval $ac_link) 2>conftest.er1
10469 grep -v '^ *+' conftest.er1
>conftest.err
10471 cat conftest.err
>&5
10472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10473 (exit $ac_status); } &&
10474 { ac_try
='test -z "$ac_c_werror_flag"
10475 || test ! -s conftest.err'
10476 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10477 (eval $ac_try) 2>&5
10479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10480 (exit $ac_status); }; } &&
10481 { ac_try
='test -s conftest$ac_exeext'
10482 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10483 (eval $ac_try) 2>&5
10485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10486 (exit $ac_status); }; }; then
10487 eval "$as_ac_var=yes"
10489 echo "$as_me: failed program was:" >&5
10490 sed 's/^/| /' conftest.
$ac_ext >&5
10492 eval "$as_ac_var=no"
10494 rm -f conftest.err conftest.
$ac_objext \
10495 conftest
$ac_exeext conftest.
$ac_ext
10497 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
10498 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
10499 if test `eval echo '${'$as_ac_var'}'` = yes; then
10500 cat >>confdefs.h
<<_ACEOF
10501 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
10509 echo "$as_me:$LINENO: checking for intptr_t" >&5
10510 echo $ECHO_N "checking for intptr_t... $ECHO_C" >&6
10511 if test "${ac_cv_type_intptr_t+set}" = set; then
10512 echo $ECHO_N "(cached) $ECHO_C" >&6
10514 cat >conftest.
$ac_ext <<_ACEOF
10517 cat confdefs.h
>>conftest.
$ac_ext
10518 cat >>conftest.
$ac_ext <<_ACEOF
10519 /* end confdefs.h. */
10520 $ac_includes_default
10524 if ((intptr_t *) 0)
10526 if (sizeof (intptr_t))
10532 rm -f conftest.
$ac_objext
10533 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10534 (eval $ac_compile) 2>conftest.er1
10536 grep -v '^ *+' conftest.er1
>conftest.err
10538 cat conftest.err
>&5
10539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10540 (exit $ac_status); } &&
10541 { ac_try
='test -z "$ac_c_werror_flag"
10542 || test ! -s conftest.err'
10543 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10544 (eval $ac_try) 2>&5
10546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10547 (exit $ac_status); }; } &&
10548 { ac_try
='test -s conftest.$ac_objext'
10549 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10550 (eval $ac_try) 2>&5
10552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10553 (exit $ac_status); }; }; then
10554 ac_cv_type_intptr_t
=yes
10556 echo "$as_me: failed program was:" >&5
10557 sed 's/^/| /' conftest.
$ac_ext >&5
10559 ac_cv_type_intptr_t
=no
10561 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
10563 echo "$as_me:$LINENO: result: $ac_cv_type_intptr_t" >&5
10564 echo "${ECHO_T}$ac_cv_type_intptr_t" >&6
10565 if test $ac_cv_type_intptr_t = yes; then
10567 cat >>confdefs.h
<<_ACEOF
10568 #define HAVE_INTPTR_T 1
10575 # Check libc for getgid, getpid, getuid
10576 echo "$as_me:$LINENO: checking for getgid in -lc" >&5
10577 echo $ECHO_N "checking for getgid in -lc... $ECHO_C" >&6
10578 if test "${ac_cv_lib_c_getgid+set}" = set; then
10579 echo $ECHO_N "(cached) $ECHO_C" >&6
10581 ac_check_lib_save_LIBS
=$LIBS
10583 if test x
$gcc_no_link = xyes
; then
10584 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10585 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10586 { (exit 1); exit 1; }; }
10588 cat >conftest.
$ac_ext <<_ACEOF
10591 cat confdefs.h
>>conftest.
$ac_ext
10592 cat >>conftest.
$ac_ext <<_ACEOF
10593 /* end confdefs.h. */
10595 /* Override any gcc2 internal prototype to avoid an error. */
10599 /* We use char because int might match the return type of a gcc2
10600 builtin and then its argument prototype would still apply. */
10610 rm -f conftest.
$ac_objext conftest
$ac_exeext
10611 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10612 (eval $ac_link) 2>conftest.er1
10614 grep -v '^ *+' conftest.er1
>conftest.err
10616 cat conftest.err
>&5
10617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10618 (exit $ac_status); } &&
10619 { ac_try
='test -z "$ac_c_werror_flag"
10620 || test ! -s conftest.err'
10621 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10622 (eval $ac_try) 2>&5
10624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10625 (exit $ac_status); }; } &&
10626 { ac_try
='test -s conftest$ac_exeext'
10627 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10628 (eval $ac_try) 2>&5
10630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10631 (exit $ac_status); }; }; then
10632 ac_cv_lib_c_getgid
=yes
10634 echo "$as_me: failed program was:" >&5
10635 sed 's/^/| /' conftest.
$ac_ext >&5
10637 ac_cv_lib_c_getgid
=no
10639 rm -f conftest.err conftest.
$ac_objext \
10640 conftest
$ac_exeext conftest.
$ac_ext
10641 LIBS
=$ac_check_lib_save_LIBS
10643 echo "$as_me:$LINENO: result: $ac_cv_lib_c_getgid" >&5
10644 echo "${ECHO_T}$ac_cv_lib_c_getgid" >&6
10645 if test $ac_cv_lib_c_getgid = yes; then
10647 cat >>confdefs.h
<<\_ACEOF
10648 #define HAVE_GETGID 1
10653 echo "$as_me:$LINENO: checking for getpid in -lc" >&5
10654 echo $ECHO_N "checking for getpid in -lc... $ECHO_C" >&6
10655 if test "${ac_cv_lib_c_getpid+set}" = set; then
10656 echo $ECHO_N "(cached) $ECHO_C" >&6
10658 ac_check_lib_save_LIBS
=$LIBS
10660 if test x
$gcc_no_link = xyes
; then
10661 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10662 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10663 { (exit 1); exit 1; }; }
10665 cat >conftest.
$ac_ext <<_ACEOF
10668 cat confdefs.h
>>conftest.
$ac_ext
10669 cat >>conftest.
$ac_ext <<_ACEOF
10670 /* end confdefs.h. */
10672 /* Override any gcc2 internal prototype to avoid an error. */
10676 /* We use char because int might match the return type of a gcc2
10677 builtin and then its argument prototype would still apply. */
10687 rm -f conftest.
$ac_objext conftest
$ac_exeext
10688 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10689 (eval $ac_link) 2>conftest.er1
10691 grep -v '^ *+' conftest.er1
>conftest.err
10693 cat conftest.err
>&5
10694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10695 (exit $ac_status); } &&
10696 { ac_try
='test -z "$ac_c_werror_flag"
10697 || test ! -s conftest.err'
10698 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10699 (eval $ac_try) 2>&5
10701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10702 (exit $ac_status); }; } &&
10703 { ac_try
='test -s conftest$ac_exeext'
10704 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10705 (eval $ac_try) 2>&5
10707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10708 (exit $ac_status); }; }; then
10709 ac_cv_lib_c_getpid
=yes
10711 echo "$as_me: failed program was:" >&5
10712 sed 's/^/| /' conftest.
$ac_ext >&5
10714 ac_cv_lib_c_getpid
=no
10716 rm -f conftest.err conftest.
$ac_objext \
10717 conftest
$ac_exeext conftest.
$ac_ext
10718 LIBS
=$ac_check_lib_save_LIBS
10720 echo "$as_me:$LINENO: result: $ac_cv_lib_c_getpid" >&5
10721 echo "${ECHO_T}$ac_cv_lib_c_getpid" >&6
10722 if test $ac_cv_lib_c_getpid = yes; then
10724 cat >>confdefs.h
<<\_ACEOF
10725 #define HAVE_GETPID 1
10730 echo "$as_me:$LINENO: checking for getuid in -lc" >&5
10731 echo $ECHO_N "checking for getuid in -lc... $ECHO_C" >&6
10732 if test "${ac_cv_lib_c_getuid+set}" = set; then
10733 echo $ECHO_N "(cached) $ECHO_C" >&6
10735 ac_check_lib_save_LIBS
=$LIBS
10737 if test x
$gcc_no_link = xyes
; then
10738 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10739 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10740 { (exit 1); exit 1; }; }
10742 cat >conftest.
$ac_ext <<_ACEOF
10745 cat confdefs.h
>>conftest.
$ac_ext
10746 cat >>conftest.
$ac_ext <<_ACEOF
10747 /* end confdefs.h. */
10749 /* Override any gcc2 internal prototype to avoid an error. */
10753 /* We use char because int might match the return type of a gcc2
10754 builtin and then its argument prototype would still apply. */
10764 rm -f conftest.
$ac_objext conftest
$ac_exeext
10765 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10766 (eval $ac_link) 2>conftest.er1
10768 grep -v '^ *+' conftest.er1
>conftest.err
10770 cat conftest.err
>&5
10771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10772 (exit $ac_status); } &&
10773 { ac_try
='test -z "$ac_c_werror_flag"
10774 || test ! -s conftest.err'
10775 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10776 (eval $ac_try) 2>&5
10778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10779 (exit $ac_status); }; } &&
10780 { ac_try
='test -s conftest$ac_exeext'
10781 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10782 (eval $ac_try) 2>&5
10784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10785 (exit $ac_status); }; }; then
10786 ac_cv_lib_c_getuid
=yes
10788 echo "$as_me: failed program was:" >&5
10789 sed 's/^/| /' conftest.
$ac_ext >&5
10791 ac_cv_lib_c_getuid
=no
10793 rm -f conftest.err conftest.
$ac_objext \
10794 conftest
$ac_exeext conftest.
$ac_ext
10795 LIBS
=$ac_check_lib_save_LIBS
10797 echo "$as_me:$LINENO: result: $ac_cv_lib_c_getuid" >&5
10798 echo "${ECHO_T}$ac_cv_lib_c_getuid" >&6
10799 if test $ac_cv_lib_c_getuid = yes; then
10801 cat >>confdefs.h
<<\_ACEOF
10802 #define HAVE_GETUID 1
10808 # Check for C99 (and other IEEE) math functions
10809 # ??? This list seems awful long. Is there a better way to test for these?
10810 echo "$as_me:$LINENO: checking for acosf in -lm" >&5
10811 echo $ECHO_N "checking for acosf in -lm... $ECHO_C" >&6
10812 if test "${ac_cv_lib_m_acosf+set}" = set; then
10813 echo $ECHO_N "(cached) $ECHO_C" >&6
10815 ac_check_lib_save_LIBS
=$LIBS
10817 if test x
$gcc_no_link = xyes
; then
10818 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10819 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10820 { (exit 1); exit 1; }; }
10822 cat >conftest.
$ac_ext <<_ACEOF
10825 cat confdefs.h
>>conftest.
$ac_ext
10826 cat >>conftest.
$ac_ext <<_ACEOF
10827 /* end confdefs.h. */
10829 /* Override any gcc2 internal prototype to avoid an error. */
10833 /* We use char because int might match the return type of a gcc2
10834 builtin and then its argument prototype would still apply. */
10844 rm -f conftest.
$ac_objext conftest
$ac_exeext
10845 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10846 (eval $ac_link) 2>conftest.er1
10848 grep -v '^ *+' conftest.er1
>conftest.err
10850 cat conftest.err
>&5
10851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10852 (exit $ac_status); } &&
10853 { ac_try
='test -z "$ac_c_werror_flag"
10854 || test ! -s conftest.err'
10855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10856 (eval $ac_try) 2>&5
10858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10859 (exit $ac_status); }; } &&
10860 { ac_try
='test -s conftest$ac_exeext'
10861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10862 (eval $ac_try) 2>&5
10864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10865 (exit $ac_status); }; }; then
10866 ac_cv_lib_m_acosf
=yes
10868 echo "$as_me: failed program was:" >&5
10869 sed 's/^/| /' conftest.
$ac_ext >&5
10871 ac_cv_lib_m_acosf
=no
10873 rm -f conftest.err conftest.
$ac_objext \
10874 conftest
$ac_exeext conftest.
$ac_ext
10875 LIBS
=$ac_check_lib_save_LIBS
10877 echo "$as_me:$LINENO: result: $ac_cv_lib_m_acosf" >&5
10878 echo "${ECHO_T}$ac_cv_lib_m_acosf" >&6
10879 if test $ac_cv_lib_m_acosf = yes; then
10881 cat >>confdefs.h
<<\_ACEOF
10882 #define HAVE_ACOSF 1
10887 echo "$as_me:$LINENO: checking for acos in -lm" >&5
10888 echo $ECHO_N "checking for acos in -lm... $ECHO_C" >&6
10889 if test "${ac_cv_lib_m_acos+set}" = set; then
10890 echo $ECHO_N "(cached) $ECHO_C" >&6
10892 ac_check_lib_save_LIBS
=$LIBS
10894 if test x
$gcc_no_link = xyes
; then
10895 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10896 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10897 { (exit 1); exit 1; }; }
10899 cat >conftest.
$ac_ext <<_ACEOF
10902 cat confdefs.h
>>conftest.
$ac_ext
10903 cat >>conftest.
$ac_ext <<_ACEOF
10904 /* end confdefs.h. */
10906 /* Override any gcc2 internal prototype to avoid an error. */
10910 /* We use char because int might match the return type of a gcc2
10911 builtin and then its argument prototype would still apply. */
10921 rm -f conftest.
$ac_objext conftest
$ac_exeext
10922 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10923 (eval $ac_link) 2>conftest.er1
10925 grep -v '^ *+' conftest.er1
>conftest.err
10927 cat conftest.err
>&5
10928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10929 (exit $ac_status); } &&
10930 { ac_try
='test -z "$ac_c_werror_flag"
10931 || test ! -s conftest.err'
10932 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10933 (eval $ac_try) 2>&5
10935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10936 (exit $ac_status); }; } &&
10937 { ac_try
='test -s conftest$ac_exeext'
10938 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10939 (eval $ac_try) 2>&5
10941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10942 (exit $ac_status); }; }; then
10943 ac_cv_lib_m_acos
=yes
10945 echo "$as_me: failed program was:" >&5
10946 sed 's/^/| /' conftest.
$ac_ext >&5
10948 ac_cv_lib_m_acos
=no
10950 rm -f conftest.err conftest.
$ac_objext \
10951 conftest
$ac_exeext conftest.
$ac_ext
10952 LIBS
=$ac_check_lib_save_LIBS
10954 echo "$as_me:$LINENO: result: $ac_cv_lib_m_acos" >&5
10955 echo "${ECHO_T}$ac_cv_lib_m_acos" >&6
10956 if test $ac_cv_lib_m_acos = yes; then
10958 cat >>confdefs.h
<<\_ACEOF
10959 #define HAVE_ACOS 1
10964 echo "$as_me:$LINENO: checking for acosl in -lm" >&5
10965 echo $ECHO_N "checking for acosl in -lm... $ECHO_C" >&6
10966 if test "${ac_cv_lib_m_acosl+set}" = set; then
10967 echo $ECHO_N "(cached) $ECHO_C" >&6
10969 ac_check_lib_save_LIBS
=$LIBS
10971 if test x
$gcc_no_link = xyes
; then
10972 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10973 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10974 { (exit 1); exit 1; }; }
10976 cat >conftest.
$ac_ext <<_ACEOF
10979 cat confdefs.h
>>conftest.
$ac_ext
10980 cat >>conftest.
$ac_ext <<_ACEOF
10981 /* end confdefs.h. */
10983 /* Override any gcc2 internal prototype to avoid an error. */
10987 /* We use char because int might match the return type of a gcc2
10988 builtin and then its argument prototype would still apply. */
10998 rm -f conftest.
$ac_objext conftest
$ac_exeext
10999 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11000 (eval $ac_link) 2>conftest.er1
11002 grep -v '^ *+' conftest.er1
>conftest.err
11004 cat conftest.err
>&5
11005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11006 (exit $ac_status); } &&
11007 { ac_try
='test -z "$ac_c_werror_flag"
11008 || test ! -s conftest.err'
11009 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11010 (eval $ac_try) 2>&5
11012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11013 (exit $ac_status); }; } &&
11014 { ac_try
='test -s conftest$ac_exeext'
11015 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11016 (eval $ac_try) 2>&5
11018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11019 (exit $ac_status); }; }; then
11020 ac_cv_lib_m_acosl
=yes
11022 echo "$as_me: failed program was:" >&5
11023 sed 's/^/| /' conftest.
$ac_ext >&5
11025 ac_cv_lib_m_acosl
=no
11027 rm -f conftest.err conftest.
$ac_objext \
11028 conftest
$ac_exeext conftest.
$ac_ext
11029 LIBS
=$ac_check_lib_save_LIBS
11031 echo "$as_me:$LINENO: result: $ac_cv_lib_m_acosl" >&5
11032 echo "${ECHO_T}$ac_cv_lib_m_acosl" >&6
11033 if test $ac_cv_lib_m_acosl = yes; then
11035 cat >>confdefs.h
<<\_ACEOF
11036 #define HAVE_ACOSL 1
11041 echo "$as_me:$LINENO: checking for acoshf in -lm" >&5
11042 echo $ECHO_N "checking for acoshf in -lm... $ECHO_C" >&6
11043 if test "${ac_cv_lib_m_acoshf+set}" = set; then
11044 echo $ECHO_N "(cached) $ECHO_C" >&6
11046 ac_check_lib_save_LIBS
=$LIBS
11048 if test x
$gcc_no_link = xyes
; then
11049 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11050 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11051 { (exit 1); exit 1; }; }
11053 cat >conftest.
$ac_ext <<_ACEOF
11056 cat confdefs.h
>>conftest.
$ac_ext
11057 cat >>conftest.
$ac_ext <<_ACEOF
11058 /* end confdefs.h. */
11060 /* Override any gcc2 internal prototype to avoid an error. */
11064 /* We use char because int might match the return type of a gcc2
11065 builtin and then its argument prototype would still apply. */
11075 rm -f conftest.
$ac_objext conftest
$ac_exeext
11076 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11077 (eval $ac_link) 2>conftest.er1
11079 grep -v '^ *+' conftest.er1
>conftest.err
11081 cat conftest.err
>&5
11082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11083 (exit $ac_status); } &&
11084 { ac_try
='test -z "$ac_c_werror_flag"
11085 || test ! -s conftest.err'
11086 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11087 (eval $ac_try) 2>&5
11089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11090 (exit $ac_status); }; } &&
11091 { ac_try
='test -s conftest$ac_exeext'
11092 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11093 (eval $ac_try) 2>&5
11095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11096 (exit $ac_status); }; }; then
11097 ac_cv_lib_m_acoshf
=yes
11099 echo "$as_me: failed program was:" >&5
11100 sed 's/^/| /' conftest.
$ac_ext >&5
11102 ac_cv_lib_m_acoshf
=no
11104 rm -f conftest.err conftest.
$ac_objext \
11105 conftest
$ac_exeext conftest.
$ac_ext
11106 LIBS
=$ac_check_lib_save_LIBS
11108 echo "$as_me:$LINENO: result: $ac_cv_lib_m_acoshf" >&5
11109 echo "${ECHO_T}$ac_cv_lib_m_acoshf" >&6
11110 if test $ac_cv_lib_m_acoshf = yes; then
11112 cat >>confdefs.h
<<\_ACEOF
11113 #define HAVE_ACOSHF 1
11118 echo "$as_me:$LINENO: checking for acosh in -lm" >&5
11119 echo $ECHO_N "checking for acosh in -lm... $ECHO_C" >&6
11120 if test "${ac_cv_lib_m_acosh+set}" = set; then
11121 echo $ECHO_N "(cached) $ECHO_C" >&6
11123 ac_check_lib_save_LIBS
=$LIBS
11125 if test x
$gcc_no_link = xyes
; then
11126 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11127 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11128 { (exit 1); exit 1; }; }
11130 cat >conftest.
$ac_ext <<_ACEOF
11133 cat confdefs.h
>>conftest.
$ac_ext
11134 cat >>conftest.
$ac_ext <<_ACEOF
11135 /* end confdefs.h. */
11137 /* Override any gcc2 internal prototype to avoid an error. */
11141 /* We use char because int might match the return type of a gcc2
11142 builtin and then its argument prototype would still apply. */
11152 rm -f conftest.
$ac_objext conftest
$ac_exeext
11153 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11154 (eval $ac_link) 2>conftest.er1
11156 grep -v '^ *+' conftest.er1
>conftest.err
11158 cat conftest.err
>&5
11159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11160 (exit $ac_status); } &&
11161 { ac_try
='test -z "$ac_c_werror_flag"
11162 || test ! -s conftest.err'
11163 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11164 (eval $ac_try) 2>&5
11166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11167 (exit $ac_status); }; } &&
11168 { ac_try
='test -s conftest$ac_exeext'
11169 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11170 (eval $ac_try) 2>&5
11172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11173 (exit $ac_status); }; }; then
11174 ac_cv_lib_m_acosh
=yes
11176 echo "$as_me: failed program was:" >&5
11177 sed 's/^/| /' conftest.
$ac_ext >&5
11179 ac_cv_lib_m_acosh
=no
11181 rm -f conftest.err conftest.
$ac_objext \
11182 conftest
$ac_exeext conftest.
$ac_ext
11183 LIBS
=$ac_check_lib_save_LIBS
11185 echo "$as_me:$LINENO: result: $ac_cv_lib_m_acosh" >&5
11186 echo "${ECHO_T}$ac_cv_lib_m_acosh" >&6
11187 if test $ac_cv_lib_m_acosh = yes; then
11189 cat >>confdefs.h
<<\_ACEOF
11190 #define HAVE_ACOSH 1
11195 echo "$as_me:$LINENO: checking for acoshl in -lm" >&5
11196 echo $ECHO_N "checking for acoshl in -lm... $ECHO_C" >&6
11197 if test "${ac_cv_lib_m_acoshl+set}" = set; then
11198 echo $ECHO_N "(cached) $ECHO_C" >&6
11200 ac_check_lib_save_LIBS
=$LIBS
11202 if test x
$gcc_no_link = xyes
; then
11203 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11204 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11205 { (exit 1); exit 1; }; }
11207 cat >conftest.
$ac_ext <<_ACEOF
11210 cat confdefs.h
>>conftest.
$ac_ext
11211 cat >>conftest.
$ac_ext <<_ACEOF
11212 /* end confdefs.h. */
11214 /* Override any gcc2 internal prototype to avoid an error. */
11218 /* We use char because int might match the return type of a gcc2
11219 builtin and then its argument prototype would still apply. */
11229 rm -f conftest.
$ac_objext conftest
$ac_exeext
11230 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11231 (eval $ac_link) 2>conftest.er1
11233 grep -v '^ *+' conftest.er1
>conftest.err
11235 cat conftest.err
>&5
11236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11237 (exit $ac_status); } &&
11238 { ac_try
='test -z "$ac_c_werror_flag"
11239 || test ! -s conftest.err'
11240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11241 (eval $ac_try) 2>&5
11243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11244 (exit $ac_status); }; } &&
11245 { ac_try
='test -s conftest$ac_exeext'
11246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11247 (eval $ac_try) 2>&5
11249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11250 (exit $ac_status); }; }; then
11251 ac_cv_lib_m_acoshl
=yes
11253 echo "$as_me: failed program was:" >&5
11254 sed 's/^/| /' conftest.
$ac_ext >&5
11256 ac_cv_lib_m_acoshl
=no
11258 rm -f conftest.err conftest.
$ac_objext \
11259 conftest
$ac_exeext conftest.
$ac_ext
11260 LIBS
=$ac_check_lib_save_LIBS
11262 echo "$as_me:$LINENO: result: $ac_cv_lib_m_acoshl" >&5
11263 echo "${ECHO_T}$ac_cv_lib_m_acoshl" >&6
11264 if test $ac_cv_lib_m_acoshl = yes; then
11266 cat >>confdefs.h
<<\_ACEOF
11267 #define HAVE_ACOSHL 1
11272 echo "$as_me:$LINENO: checking for asinf in -lm" >&5
11273 echo $ECHO_N "checking for asinf in -lm... $ECHO_C" >&6
11274 if test "${ac_cv_lib_m_asinf+set}" = set; then
11275 echo $ECHO_N "(cached) $ECHO_C" >&6
11277 ac_check_lib_save_LIBS
=$LIBS
11279 if test x
$gcc_no_link = xyes
; then
11280 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11281 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11282 { (exit 1); exit 1; }; }
11284 cat >conftest.
$ac_ext <<_ACEOF
11287 cat confdefs.h
>>conftest.
$ac_ext
11288 cat >>conftest.
$ac_ext <<_ACEOF
11289 /* end confdefs.h. */
11291 /* Override any gcc2 internal prototype to avoid an error. */
11295 /* We use char because int might match the return type of a gcc2
11296 builtin and then its argument prototype would still apply. */
11306 rm -f conftest.
$ac_objext conftest
$ac_exeext
11307 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11308 (eval $ac_link) 2>conftest.er1
11310 grep -v '^ *+' conftest.er1
>conftest.err
11312 cat conftest.err
>&5
11313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11314 (exit $ac_status); } &&
11315 { ac_try
='test -z "$ac_c_werror_flag"
11316 || test ! -s conftest.err'
11317 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11318 (eval $ac_try) 2>&5
11320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11321 (exit $ac_status); }; } &&
11322 { ac_try
='test -s conftest$ac_exeext'
11323 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11324 (eval $ac_try) 2>&5
11326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11327 (exit $ac_status); }; }; then
11328 ac_cv_lib_m_asinf
=yes
11330 echo "$as_me: failed program was:" >&5
11331 sed 's/^/| /' conftest.
$ac_ext >&5
11333 ac_cv_lib_m_asinf
=no
11335 rm -f conftest.err conftest.
$ac_objext \
11336 conftest
$ac_exeext conftest.
$ac_ext
11337 LIBS
=$ac_check_lib_save_LIBS
11339 echo "$as_me:$LINENO: result: $ac_cv_lib_m_asinf" >&5
11340 echo "${ECHO_T}$ac_cv_lib_m_asinf" >&6
11341 if test $ac_cv_lib_m_asinf = yes; then
11343 cat >>confdefs.h
<<\_ACEOF
11344 #define HAVE_ASINF 1
11349 echo "$as_me:$LINENO: checking for asin in -lm" >&5
11350 echo $ECHO_N "checking for asin in -lm... $ECHO_C" >&6
11351 if test "${ac_cv_lib_m_asin+set}" = set; then
11352 echo $ECHO_N "(cached) $ECHO_C" >&6
11354 ac_check_lib_save_LIBS
=$LIBS
11356 if test x
$gcc_no_link = xyes
; then
11357 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11358 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11359 { (exit 1); exit 1; }; }
11361 cat >conftest.
$ac_ext <<_ACEOF
11364 cat confdefs.h
>>conftest.
$ac_ext
11365 cat >>conftest.
$ac_ext <<_ACEOF
11366 /* end confdefs.h. */
11368 /* Override any gcc2 internal prototype to avoid an error. */
11372 /* We use char because int might match the return type of a gcc2
11373 builtin and then its argument prototype would still apply. */
11383 rm -f conftest.
$ac_objext conftest
$ac_exeext
11384 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11385 (eval $ac_link) 2>conftest.er1
11387 grep -v '^ *+' conftest.er1
>conftest.err
11389 cat conftest.err
>&5
11390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11391 (exit $ac_status); } &&
11392 { ac_try
='test -z "$ac_c_werror_flag"
11393 || test ! -s conftest.err'
11394 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11395 (eval $ac_try) 2>&5
11397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11398 (exit $ac_status); }; } &&
11399 { ac_try
='test -s conftest$ac_exeext'
11400 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11401 (eval $ac_try) 2>&5
11403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11404 (exit $ac_status); }; }; then
11405 ac_cv_lib_m_asin
=yes
11407 echo "$as_me: failed program was:" >&5
11408 sed 's/^/| /' conftest.
$ac_ext >&5
11410 ac_cv_lib_m_asin
=no
11412 rm -f conftest.err conftest.
$ac_objext \
11413 conftest
$ac_exeext conftest.
$ac_ext
11414 LIBS
=$ac_check_lib_save_LIBS
11416 echo "$as_me:$LINENO: result: $ac_cv_lib_m_asin" >&5
11417 echo "${ECHO_T}$ac_cv_lib_m_asin" >&6
11418 if test $ac_cv_lib_m_asin = yes; then
11420 cat >>confdefs.h
<<\_ACEOF
11421 #define HAVE_ASIN 1
11426 echo "$as_me:$LINENO: checking for asinl in -lm" >&5
11427 echo $ECHO_N "checking for asinl in -lm... $ECHO_C" >&6
11428 if test "${ac_cv_lib_m_asinl+set}" = set; then
11429 echo $ECHO_N "(cached) $ECHO_C" >&6
11431 ac_check_lib_save_LIBS
=$LIBS
11433 if test x
$gcc_no_link = xyes
; then
11434 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11435 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11436 { (exit 1); exit 1; }; }
11438 cat >conftest.
$ac_ext <<_ACEOF
11441 cat confdefs.h
>>conftest.
$ac_ext
11442 cat >>conftest.
$ac_ext <<_ACEOF
11443 /* end confdefs.h. */
11445 /* Override any gcc2 internal prototype to avoid an error. */
11449 /* We use char because int might match the return type of a gcc2
11450 builtin and then its argument prototype would still apply. */
11460 rm -f conftest.
$ac_objext conftest
$ac_exeext
11461 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11462 (eval $ac_link) 2>conftest.er1
11464 grep -v '^ *+' conftest.er1
>conftest.err
11466 cat conftest.err
>&5
11467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11468 (exit $ac_status); } &&
11469 { ac_try
='test -z "$ac_c_werror_flag"
11470 || test ! -s conftest.err'
11471 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11472 (eval $ac_try) 2>&5
11474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11475 (exit $ac_status); }; } &&
11476 { ac_try
='test -s conftest$ac_exeext'
11477 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11478 (eval $ac_try) 2>&5
11480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11481 (exit $ac_status); }; }; then
11482 ac_cv_lib_m_asinl
=yes
11484 echo "$as_me: failed program was:" >&5
11485 sed 's/^/| /' conftest.
$ac_ext >&5
11487 ac_cv_lib_m_asinl
=no
11489 rm -f conftest.err conftest.
$ac_objext \
11490 conftest
$ac_exeext conftest.
$ac_ext
11491 LIBS
=$ac_check_lib_save_LIBS
11493 echo "$as_me:$LINENO: result: $ac_cv_lib_m_asinl" >&5
11494 echo "${ECHO_T}$ac_cv_lib_m_asinl" >&6
11495 if test $ac_cv_lib_m_asinl = yes; then
11497 cat >>confdefs.h
<<\_ACEOF
11498 #define HAVE_ASINL 1
11503 echo "$as_me:$LINENO: checking for asinhf in -lm" >&5
11504 echo $ECHO_N "checking for asinhf in -lm... $ECHO_C" >&6
11505 if test "${ac_cv_lib_m_asinhf+set}" = set; then
11506 echo $ECHO_N "(cached) $ECHO_C" >&6
11508 ac_check_lib_save_LIBS
=$LIBS
11510 if test x
$gcc_no_link = xyes
; then
11511 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11512 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11513 { (exit 1); exit 1; }; }
11515 cat >conftest.
$ac_ext <<_ACEOF
11518 cat confdefs.h
>>conftest.
$ac_ext
11519 cat >>conftest.
$ac_ext <<_ACEOF
11520 /* end confdefs.h. */
11522 /* Override any gcc2 internal prototype to avoid an error. */
11526 /* We use char because int might match the return type of a gcc2
11527 builtin and then its argument prototype would still apply. */
11537 rm -f conftest.
$ac_objext conftest
$ac_exeext
11538 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11539 (eval $ac_link) 2>conftest.er1
11541 grep -v '^ *+' conftest.er1
>conftest.err
11543 cat conftest.err
>&5
11544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11545 (exit $ac_status); } &&
11546 { ac_try
='test -z "$ac_c_werror_flag"
11547 || test ! -s conftest.err'
11548 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11549 (eval $ac_try) 2>&5
11551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11552 (exit $ac_status); }; } &&
11553 { ac_try
='test -s conftest$ac_exeext'
11554 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11555 (eval $ac_try) 2>&5
11557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11558 (exit $ac_status); }; }; then
11559 ac_cv_lib_m_asinhf
=yes
11561 echo "$as_me: failed program was:" >&5
11562 sed 's/^/| /' conftest.
$ac_ext >&5
11564 ac_cv_lib_m_asinhf
=no
11566 rm -f conftest.err conftest.
$ac_objext \
11567 conftest
$ac_exeext conftest.
$ac_ext
11568 LIBS
=$ac_check_lib_save_LIBS
11570 echo "$as_me:$LINENO: result: $ac_cv_lib_m_asinhf" >&5
11571 echo "${ECHO_T}$ac_cv_lib_m_asinhf" >&6
11572 if test $ac_cv_lib_m_asinhf = yes; then
11574 cat >>confdefs.h
<<\_ACEOF
11575 #define HAVE_ASINHF 1
11580 echo "$as_me:$LINENO: checking for asinh in -lm" >&5
11581 echo $ECHO_N "checking for asinh in -lm... $ECHO_C" >&6
11582 if test "${ac_cv_lib_m_asinh+set}" = set; then
11583 echo $ECHO_N "(cached) $ECHO_C" >&6
11585 ac_check_lib_save_LIBS
=$LIBS
11587 if test x
$gcc_no_link = xyes
; then
11588 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11589 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11590 { (exit 1); exit 1; }; }
11592 cat >conftest.
$ac_ext <<_ACEOF
11595 cat confdefs.h
>>conftest.
$ac_ext
11596 cat >>conftest.
$ac_ext <<_ACEOF
11597 /* end confdefs.h. */
11599 /* Override any gcc2 internal prototype to avoid an error. */
11603 /* We use char because int might match the return type of a gcc2
11604 builtin and then its argument prototype would still apply. */
11614 rm -f conftest.
$ac_objext conftest
$ac_exeext
11615 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11616 (eval $ac_link) 2>conftest.er1
11618 grep -v '^ *+' conftest.er1
>conftest.err
11620 cat conftest.err
>&5
11621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11622 (exit $ac_status); } &&
11623 { ac_try
='test -z "$ac_c_werror_flag"
11624 || test ! -s conftest.err'
11625 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11626 (eval $ac_try) 2>&5
11628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11629 (exit $ac_status); }; } &&
11630 { ac_try
='test -s conftest$ac_exeext'
11631 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11632 (eval $ac_try) 2>&5
11634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11635 (exit $ac_status); }; }; then
11636 ac_cv_lib_m_asinh
=yes
11638 echo "$as_me: failed program was:" >&5
11639 sed 's/^/| /' conftest.
$ac_ext >&5
11641 ac_cv_lib_m_asinh
=no
11643 rm -f conftest.err conftest.
$ac_objext \
11644 conftest
$ac_exeext conftest.
$ac_ext
11645 LIBS
=$ac_check_lib_save_LIBS
11647 echo "$as_me:$LINENO: result: $ac_cv_lib_m_asinh" >&5
11648 echo "${ECHO_T}$ac_cv_lib_m_asinh" >&6
11649 if test $ac_cv_lib_m_asinh = yes; then
11651 cat >>confdefs.h
<<\_ACEOF
11652 #define HAVE_ASINH 1
11657 echo "$as_me:$LINENO: checking for asinhl in -lm" >&5
11658 echo $ECHO_N "checking for asinhl in -lm... $ECHO_C" >&6
11659 if test "${ac_cv_lib_m_asinhl+set}" = set; then
11660 echo $ECHO_N "(cached) $ECHO_C" >&6
11662 ac_check_lib_save_LIBS
=$LIBS
11664 if test x
$gcc_no_link = xyes
; then
11665 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11666 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11667 { (exit 1); exit 1; }; }
11669 cat >conftest.
$ac_ext <<_ACEOF
11672 cat confdefs.h
>>conftest.
$ac_ext
11673 cat >>conftest.
$ac_ext <<_ACEOF
11674 /* end confdefs.h. */
11676 /* Override any gcc2 internal prototype to avoid an error. */
11680 /* We use char because int might match the return type of a gcc2
11681 builtin and then its argument prototype would still apply. */
11691 rm -f conftest.
$ac_objext conftest
$ac_exeext
11692 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11693 (eval $ac_link) 2>conftest.er1
11695 grep -v '^ *+' conftest.er1
>conftest.err
11697 cat conftest.err
>&5
11698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11699 (exit $ac_status); } &&
11700 { ac_try
='test -z "$ac_c_werror_flag"
11701 || test ! -s conftest.err'
11702 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11703 (eval $ac_try) 2>&5
11705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11706 (exit $ac_status); }; } &&
11707 { ac_try
='test -s conftest$ac_exeext'
11708 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11709 (eval $ac_try) 2>&5
11711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11712 (exit $ac_status); }; }; then
11713 ac_cv_lib_m_asinhl
=yes
11715 echo "$as_me: failed program was:" >&5
11716 sed 's/^/| /' conftest.
$ac_ext >&5
11718 ac_cv_lib_m_asinhl
=no
11720 rm -f conftest.err conftest.
$ac_objext \
11721 conftest
$ac_exeext conftest.
$ac_ext
11722 LIBS
=$ac_check_lib_save_LIBS
11724 echo "$as_me:$LINENO: result: $ac_cv_lib_m_asinhl" >&5
11725 echo "${ECHO_T}$ac_cv_lib_m_asinhl" >&6
11726 if test $ac_cv_lib_m_asinhl = yes; then
11728 cat >>confdefs.h
<<\_ACEOF
11729 #define HAVE_ASINHL 1
11734 echo "$as_me:$LINENO: checking for atan2f in -lm" >&5
11735 echo $ECHO_N "checking for atan2f in -lm... $ECHO_C" >&6
11736 if test "${ac_cv_lib_m_atan2f+set}" = set; then
11737 echo $ECHO_N "(cached) $ECHO_C" >&6
11739 ac_check_lib_save_LIBS
=$LIBS
11741 if test x
$gcc_no_link = xyes
; then
11742 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11743 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11744 { (exit 1); exit 1; }; }
11746 cat >conftest.
$ac_ext <<_ACEOF
11749 cat confdefs.h
>>conftest.
$ac_ext
11750 cat >>conftest.
$ac_ext <<_ACEOF
11751 /* end confdefs.h. */
11753 /* Override any gcc2 internal prototype to avoid an error. */
11757 /* We use char because int might match the return type of a gcc2
11758 builtin and then its argument prototype would still apply. */
11768 rm -f conftest.
$ac_objext conftest
$ac_exeext
11769 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11770 (eval $ac_link) 2>conftest.er1
11772 grep -v '^ *+' conftest.er1
>conftest.err
11774 cat conftest.err
>&5
11775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11776 (exit $ac_status); } &&
11777 { ac_try
='test -z "$ac_c_werror_flag"
11778 || test ! -s conftest.err'
11779 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11780 (eval $ac_try) 2>&5
11782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11783 (exit $ac_status); }; } &&
11784 { ac_try
='test -s conftest$ac_exeext'
11785 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11786 (eval $ac_try) 2>&5
11788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11789 (exit $ac_status); }; }; then
11790 ac_cv_lib_m_atan2f
=yes
11792 echo "$as_me: failed program was:" >&5
11793 sed 's/^/| /' conftest.
$ac_ext >&5
11795 ac_cv_lib_m_atan2f
=no
11797 rm -f conftest.err conftest.
$ac_objext \
11798 conftest
$ac_exeext conftest.
$ac_ext
11799 LIBS
=$ac_check_lib_save_LIBS
11801 echo "$as_me:$LINENO: result: $ac_cv_lib_m_atan2f" >&5
11802 echo "${ECHO_T}$ac_cv_lib_m_atan2f" >&6
11803 if test $ac_cv_lib_m_atan2f = yes; then
11805 cat >>confdefs.h
<<\_ACEOF
11806 #define HAVE_ATAN2F 1
11811 echo "$as_me:$LINENO: checking for atan2 in -lm" >&5
11812 echo $ECHO_N "checking for atan2 in -lm... $ECHO_C" >&6
11813 if test "${ac_cv_lib_m_atan2+set}" = set; then
11814 echo $ECHO_N "(cached) $ECHO_C" >&6
11816 ac_check_lib_save_LIBS
=$LIBS
11818 if test x
$gcc_no_link = xyes
; then
11819 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11820 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11821 { (exit 1); exit 1; }; }
11823 cat >conftest.
$ac_ext <<_ACEOF
11826 cat confdefs.h
>>conftest.
$ac_ext
11827 cat >>conftest.
$ac_ext <<_ACEOF
11828 /* end confdefs.h. */
11830 /* Override any gcc2 internal prototype to avoid an error. */
11834 /* We use char because int might match the return type of a gcc2
11835 builtin and then its argument prototype would still apply. */
11845 rm -f conftest.
$ac_objext conftest
$ac_exeext
11846 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11847 (eval $ac_link) 2>conftest.er1
11849 grep -v '^ *+' conftest.er1
>conftest.err
11851 cat conftest.err
>&5
11852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11853 (exit $ac_status); } &&
11854 { ac_try
='test -z "$ac_c_werror_flag"
11855 || test ! -s conftest.err'
11856 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11857 (eval $ac_try) 2>&5
11859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11860 (exit $ac_status); }; } &&
11861 { ac_try
='test -s conftest$ac_exeext'
11862 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11863 (eval $ac_try) 2>&5
11865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11866 (exit $ac_status); }; }; then
11867 ac_cv_lib_m_atan2
=yes
11869 echo "$as_me: failed program was:" >&5
11870 sed 's/^/| /' conftest.
$ac_ext >&5
11872 ac_cv_lib_m_atan2
=no
11874 rm -f conftest.err conftest.
$ac_objext \
11875 conftest
$ac_exeext conftest.
$ac_ext
11876 LIBS
=$ac_check_lib_save_LIBS
11878 echo "$as_me:$LINENO: result: $ac_cv_lib_m_atan2" >&5
11879 echo "${ECHO_T}$ac_cv_lib_m_atan2" >&6
11880 if test $ac_cv_lib_m_atan2 = yes; then
11882 cat >>confdefs.h
<<\_ACEOF
11883 #define HAVE_ATAN2 1
11888 echo "$as_me:$LINENO: checking for atan2l in -lm" >&5
11889 echo $ECHO_N "checking for atan2l in -lm... $ECHO_C" >&6
11890 if test "${ac_cv_lib_m_atan2l+set}" = set; then
11891 echo $ECHO_N "(cached) $ECHO_C" >&6
11893 ac_check_lib_save_LIBS
=$LIBS
11895 if test x
$gcc_no_link = xyes
; then
11896 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11897 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11898 { (exit 1); exit 1; }; }
11900 cat >conftest.
$ac_ext <<_ACEOF
11903 cat confdefs.h
>>conftest.
$ac_ext
11904 cat >>conftest.
$ac_ext <<_ACEOF
11905 /* end confdefs.h. */
11907 /* Override any gcc2 internal prototype to avoid an error. */
11911 /* We use char because int might match the return type of a gcc2
11912 builtin and then its argument prototype would still apply. */
11922 rm -f conftest.
$ac_objext conftest
$ac_exeext
11923 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11924 (eval $ac_link) 2>conftest.er1
11926 grep -v '^ *+' conftest.er1
>conftest.err
11928 cat conftest.err
>&5
11929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11930 (exit $ac_status); } &&
11931 { ac_try
='test -z "$ac_c_werror_flag"
11932 || test ! -s conftest.err'
11933 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11934 (eval $ac_try) 2>&5
11936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11937 (exit $ac_status); }; } &&
11938 { ac_try
='test -s conftest$ac_exeext'
11939 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11940 (eval $ac_try) 2>&5
11942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11943 (exit $ac_status); }; }; then
11944 ac_cv_lib_m_atan2l
=yes
11946 echo "$as_me: failed program was:" >&5
11947 sed 's/^/| /' conftest.
$ac_ext >&5
11949 ac_cv_lib_m_atan2l
=no
11951 rm -f conftest.err conftest.
$ac_objext \
11952 conftest
$ac_exeext conftest.
$ac_ext
11953 LIBS
=$ac_check_lib_save_LIBS
11955 echo "$as_me:$LINENO: result: $ac_cv_lib_m_atan2l" >&5
11956 echo "${ECHO_T}$ac_cv_lib_m_atan2l" >&6
11957 if test $ac_cv_lib_m_atan2l = yes; then
11959 cat >>confdefs.h
<<\_ACEOF
11960 #define HAVE_ATAN2L 1
11965 echo "$as_me:$LINENO: checking for atanf in -lm" >&5
11966 echo $ECHO_N "checking for atanf in -lm... $ECHO_C" >&6
11967 if test "${ac_cv_lib_m_atanf+set}" = set; then
11968 echo $ECHO_N "(cached) $ECHO_C" >&6
11970 ac_check_lib_save_LIBS
=$LIBS
11972 if test x
$gcc_no_link = xyes
; then
11973 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
11974 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
11975 { (exit 1); exit 1; }; }
11977 cat >conftest.
$ac_ext <<_ACEOF
11980 cat confdefs.h
>>conftest.
$ac_ext
11981 cat >>conftest.
$ac_ext <<_ACEOF
11982 /* end confdefs.h. */
11984 /* Override any gcc2 internal prototype to avoid an error. */
11988 /* We use char because int might match the return type of a gcc2
11989 builtin and then its argument prototype would still apply. */
11999 rm -f conftest.
$ac_objext conftest
$ac_exeext
12000 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12001 (eval $ac_link) 2>conftest.er1
12003 grep -v '^ *+' conftest.er1
>conftest.err
12005 cat conftest.err
>&5
12006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12007 (exit $ac_status); } &&
12008 { ac_try
='test -z "$ac_c_werror_flag"
12009 || test ! -s conftest.err'
12010 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12011 (eval $ac_try) 2>&5
12013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12014 (exit $ac_status); }; } &&
12015 { ac_try
='test -s conftest$ac_exeext'
12016 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12017 (eval $ac_try) 2>&5
12019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12020 (exit $ac_status); }; }; then
12021 ac_cv_lib_m_atanf
=yes
12023 echo "$as_me: failed program was:" >&5
12024 sed 's/^/| /' conftest.
$ac_ext >&5
12026 ac_cv_lib_m_atanf
=no
12028 rm -f conftest.err conftest.
$ac_objext \
12029 conftest
$ac_exeext conftest.
$ac_ext
12030 LIBS
=$ac_check_lib_save_LIBS
12032 echo "$as_me:$LINENO: result: $ac_cv_lib_m_atanf" >&5
12033 echo "${ECHO_T}$ac_cv_lib_m_atanf" >&6
12034 if test $ac_cv_lib_m_atanf = yes; then
12036 cat >>confdefs.h
<<\_ACEOF
12037 #define HAVE_ATANF 1
12042 echo "$as_me:$LINENO: checking for atan in -lm" >&5
12043 echo $ECHO_N "checking for atan in -lm... $ECHO_C" >&6
12044 if test "${ac_cv_lib_m_atan+set}" = set; then
12045 echo $ECHO_N "(cached) $ECHO_C" >&6
12047 ac_check_lib_save_LIBS
=$LIBS
12049 if test x
$gcc_no_link = xyes
; then
12050 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12051 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12052 { (exit 1); exit 1; }; }
12054 cat >conftest.
$ac_ext <<_ACEOF
12057 cat confdefs.h
>>conftest.
$ac_ext
12058 cat >>conftest.
$ac_ext <<_ACEOF
12059 /* end confdefs.h. */
12061 /* Override any gcc2 internal prototype to avoid an error. */
12065 /* We use char because int might match the return type of a gcc2
12066 builtin and then its argument prototype would still apply. */
12076 rm -f conftest.
$ac_objext conftest
$ac_exeext
12077 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12078 (eval $ac_link) 2>conftest.er1
12080 grep -v '^ *+' conftest.er1
>conftest.err
12082 cat conftest.err
>&5
12083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12084 (exit $ac_status); } &&
12085 { ac_try
='test -z "$ac_c_werror_flag"
12086 || test ! -s conftest.err'
12087 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12088 (eval $ac_try) 2>&5
12090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12091 (exit $ac_status); }; } &&
12092 { ac_try
='test -s conftest$ac_exeext'
12093 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12094 (eval $ac_try) 2>&5
12096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12097 (exit $ac_status); }; }; then
12098 ac_cv_lib_m_atan
=yes
12100 echo "$as_me: failed program was:" >&5
12101 sed 's/^/| /' conftest.
$ac_ext >&5
12103 ac_cv_lib_m_atan
=no
12105 rm -f conftest.err conftest.
$ac_objext \
12106 conftest
$ac_exeext conftest.
$ac_ext
12107 LIBS
=$ac_check_lib_save_LIBS
12109 echo "$as_me:$LINENO: result: $ac_cv_lib_m_atan" >&5
12110 echo "${ECHO_T}$ac_cv_lib_m_atan" >&6
12111 if test $ac_cv_lib_m_atan = yes; then
12113 cat >>confdefs.h
<<\_ACEOF
12114 #define HAVE_ATAN 1
12119 echo "$as_me:$LINENO: checking for atanl in -lm" >&5
12120 echo $ECHO_N "checking for atanl in -lm... $ECHO_C" >&6
12121 if test "${ac_cv_lib_m_atanl+set}" = set; then
12122 echo $ECHO_N "(cached) $ECHO_C" >&6
12124 ac_check_lib_save_LIBS
=$LIBS
12126 if test x
$gcc_no_link = xyes
; then
12127 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12128 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12129 { (exit 1); exit 1; }; }
12131 cat >conftest.
$ac_ext <<_ACEOF
12134 cat confdefs.h
>>conftest.
$ac_ext
12135 cat >>conftest.
$ac_ext <<_ACEOF
12136 /* end confdefs.h. */
12138 /* Override any gcc2 internal prototype to avoid an error. */
12142 /* We use char because int might match the return type of a gcc2
12143 builtin and then its argument prototype would still apply. */
12153 rm -f conftest.
$ac_objext conftest
$ac_exeext
12154 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12155 (eval $ac_link) 2>conftest.er1
12157 grep -v '^ *+' conftest.er1
>conftest.err
12159 cat conftest.err
>&5
12160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12161 (exit $ac_status); } &&
12162 { ac_try
='test -z "$ac_c_werror_flag"
12163 || test ! -s conftest.err'
12164 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12165 (eval $ac_try) 2>&5
12167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12168 (exit $ac_status); }; } &&
12169 { ac_try
='test -s conftest$ac_exeext'
12170 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12171 (eval $ac_try) 2>&5
12173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12174 (exit $ac_status); }; }; then
12175 ac_cv_lib_m_atanl
=yes
12177 echo "$as_me: failed program was:" >&5
12178 sed 's/^/| /' conftest.
$ac_ext >&5
12180 ac_cv_lib_m_atanl
=no
12182 rm -f conftest.err conftest.
$ac_objext \
12183 conftest
$ac_exeext conftest.
$ac_ext
12184 LIBS
=$ac_check_lib_save_LIBS
12186 echo "$as_me:$LINENO: result: $ac_cv_lib_m_atanl" >&5
12187 echo "${ECHO_T}$ac_cv_lib_m_atanl" >&6
12188 if test $ac_cv_lib_m_atanl = yes; then
12190 cat >>confdefs.h
<<\_ACEOF
12191 #define HAVE_ATANL 1
12196 echo "$as_me:$LINENO: checking for atanhf in -lm" >&5
12197 echo $ECHO_N "checking for atanhf in -lm... $ECHO_C" >&6
12198 if test "${ac_cv_lib_m_atanhf+set}" = set; then
12199 echo $ECHO_N "(cached) $ECHO_C" >&6
12201 ac_check_lib_save_LIBS
=$LIBS
12203 if test x
$gcc_no_link = xyes
; then
12204 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12205 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12206 { (exit 1); exit 1; }; }
12208 cat >conftest.
$ac_ext <<_ACEOF
12211 cat confdefs.h
>>conftest.
$ac_ext
12212 cat >>conftest.
$ac_ext <<_ACEOF
12213 /* end confdefs.h. */
12215 /* Override any gcc2 internal prototype to avoid an error. */
12219 /* We use char because int might match the return type of a gcc2
12220 builtin and then its argument prototype would still apply. */
12230 rm -f conftest.
$ac_objext conftest
$ac_exeext
12231 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12232 (eval $ac_link) 2>conftest.er1
12234 grep -v '^ *+' conftest.er1
>conftest.err
12236 cat conftest.err
>&5
12237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12238 (exit $ac_status); } &&
12239 { ac_try
='test -z "$ac_c_werror_flag"
12240 || test ! -s conftest.err'
12241 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12242 (eval $ac_try) 2>&5
12244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12245 (exit $ac_status); }; } &&
12246 { ac_try
='test -s conftest$ac_exeext'
12247 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12248 (eval $ac_try) 2>&5
12250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12251 (exit $ac_status); }; }; then
12252 ac_cv_lib_m_atanhf
=yes
12254 echo "$as_me: failed program was:" >&5
12255 sed 's/^/| /' conftest.
$ac_ext >&5
12257 ac_cv_lib_m_atanhf
=no
12259 rm -f conftest.err conftest.
$ac_objext \
12260 conftest
$ac_exeext conftest.
$ac_ext
12261 LIBS
=$ac_check_lib_save_LIBS
12263 echo "$as_me:$LINENO: result: $ac_cv_lib_m_atanhf" >&5
12264 echo "${ECHO_T}$ac_cv_lib_m_atanhf" >&6
12265 if test $ac_cv_lib_m_atanhf = yes; then
12267 cat >>confdefs.h
<<\_ACEOF
12268 #define HAVE_ATANHF 1
12273 echo "$as_me:$LINENO: checking for atanh in -lm" >&5
12274 echo $ECHO_N "checking for atanh in -lm... $ECHO_C" >&6
12275 if test "${ac_cv_lib_m_atanh+set}" = set; then
12276 echo $ECHO_N "(cached) $ECHO_C" >&6
12278 ac_check_lib_save_LIBS
=$LIBS
12280 if test x
$gcc_no_link = xyes
; then
12281 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12282 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12283 { (exit 1); exit 1; }; }
12285 cat >conftest.
$ac_ext <<_ACEOF
12288 cat confdefs.h
>>conftest.
$ac_ext
12289 cat >>conftest.
$ac_ext <<_ACEOF
12290 /* end confdefs.h. */
12292 /* Override any gcc2 internal prototype to avoid an error. */
12296 /* We use char because int might match the return type of a gcc2
12297 builtin and then its argument prototype would still apply. */
12307 rm -f conftest.
$ac_objext conftest
$ac_exeext
12308 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12309 (eval $ac_link) 2>conftest.er1
12311 grep -v '^ *+' conftest.er1
>conftest.err
12313 cat conftest.err
>&5
12314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12315 (exit $ac_status); } &&
12316 { ac_try
='test -z "$ac_c_werror_flag"
12317 || test ! -s conftest.err'
12318 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12319 (eval $ac_try) 2>&5
12321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12322 (exit $ac_status); }; } &&
12323 { ac_try
='test -s conftest$ac_exeext'
12324 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12325 (eval $ac_try) 2>&5
12327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12328 (exit $ac_status); }; }; then
12329 ac_cv_lib_m_atanh
=yes
12331 echo "$as_me: failed program was:" >&5
12332 sed 's/^/| /' conftest.
$ac_ext >&5
12334 ac_cv_lib_m_atanh
=no
12336 rm -f conftest.err conftest.
$ac_objext \
12337 conftest
$ac_exeext conftest.
$ac_ext
12338 LIBS
=$ac_check_lib_save_LIBS
12340 echo "$as_me:$LINENO: result: $ac_cv_lib_m_atanh" >&5
12341 echo "${ECHO_T}$ac_cv_lib_m_atanh" >&6
12342 if test $ac_cv_lib_m_atanh = yes; then
12344 cat >>confdefs.h
<<\_ACEOF
12345 #define HAVE_ATANH 1
12350 echo "$as_me:$LINENO: checking for atanhl in -lm" >&5
12351 echo $ECHO_N "checking for atanhl in -lm... $ECHO_C" >&6
12352 if test "${ac_cv_lib_m_atanhl+set}" = set; then
12353 echo $ECHO_N "(cached) $ECHO_C" >&6
12355 ac_check_lib_save_LIBS
=$LIBS
12357 if test x
$gcc_no_link = xyes
; then
12358 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12359 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12360 { (exit 1); exit 1; }; }
12362 cat >conftest.
$ac_ext <<_ACEOF
12365 cat confdefs.h
>>conftest.
$ac_ext
12366 cat >>conftest.
$ac_ext <<_ACEOF
12367 /* end confdefs.h. */
12369 /* Override any gcc2 internal prototype to avoid an error. */
12373 /* We use char because int might match the return type of a gcc2
12374 builtin and then its argument prototype would still apply. */
12384 rm -f conftest.
$ac_objext conftest
$ac_exeext
12385 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12386 (eval $ac_link) 2>conftest.er1
12388 grep -v '^ *+' conftest.er1
>conftest.err
12390 cat conftest.err
>&5
12391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12392 (exit $ac_status); } &&
12393 { ac_try
='test -z "$ac_c_werror_flag"
12394 || test ! -s conftest.err'
12395 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12396 (eval $ac_try) 2>&5
12398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12399 (exit $ac_status); }; } &&
12400 { ac_try
='test -s conftest$ac_exeext'
12401 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12402 (eval $ac_try) 2>&5
12404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12405 (exit $ac_status); }; }; then
12406 ac_cv_lib_m_atanhl
=yes
12408 echo "$as_me: failed program was:" >&5
12409 sed 's/^/| /' conftest.
$ac_ext >&5
12411 ac_cv_lib_m_atanhl
=no
12413 rm -f conftest.err conftest.
$ac_objext \
12414 conftest
$ac_exeext conftest.
$ac_ext
12415 LIBS
=$ac_check_lib_save_LIBS
12417 echo "$as_me:$LINENO: result: $ac_cv_lib_m_atanhl" >&5
12418 echo "${ECHO_T}$ac_cv_lib_m_atanhl" >&6
12419 if test $ac_cv_lib_m_atanhl = yes; then
12421 cat >>confdefs.h
<<\_ACEOF
12422 #define HAVE_ATANHL 1
12427 echo "$as_me:$LINENO: checking for cargf in -lm" >&5
12428 echo $ECHO_N "checking for cargf in -lm... $ECHO_C" >&6
12429 if test "${ac_cv_lib_m_cargf+set}" = set; then
12430 echo $ECHO_N "(cached) $ECHO_C" >&6
12432 ac_check_lib_save_LIBS
=$LIBS
12434 if test x
$gcc_no_link = xyes
; then
12435 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12436 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12437 { (exit 1); exit 1; }; }
12439 cat >conftest.
$ac_ext <<_ACEOF
12442 cat confdefs.h
>>conftest.
$ac_ext
12443 cat >>conftest.
$ac_ext <<_ACEOF
12444 /* end confdefs.h. */
12446 /* Override any gcc2 internal prototype to avoid an error. */
12450 /* We use char because int might match the return type of a gcc2
12451 builtin and then its argument prototype would still apply. */
12461 rm -f conftest.
$ac_objext conftest
$ac_exeext
12462 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12463 (eval $ac_link) 2>conftest.er1
12465 grep -v '^ *+' conftest.er1
>conftest.err
12467 cat conftest.err
>&5
12468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12469 (exit $ac_status); } &&
12470 { ac_try
='test -z "$ac_c_werror_flag"
12471 || test ! -s conftest.err'
12472 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12473 (eval $ac_try) 2>&5
12475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12476 (exit $ac_status); }; } &&
12477 { ac_try
='test -s conftest$ac_exeext'
12478 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12479 (eval $ac_try) 2>&5
12481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12482 (exit $ac_status); }; }; then
12483 ac_cv_lib_m_cargf
=yes
12485 echo "$as_me: failed program was:" >&5
12486 sed 's/^/| /' conftest.
$ac_ext >&5
12488 ac_cv_lib_m_cargf
=no
12490 rm -f conftest.err conftest.
$ac_objext \
12491 conftest
$ac_exeext conftest.
$ac_ext
12492 LIBS
=$ac_check_lib_save_LIBS
12494 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cargf" >&5
12495 echo "${ECHO_T}$ac_cv_lib_m_cargf" >&6
12496 if test $ac_cv_lib_m_cargf = yes; then
12498 cat >>confdefs.h
<<\_ACEOF
12499 #define HAVE_CARGF 1
12504 echo "$as_me:$LINENO: checking for carg in -lm" >&5
12505 echo $ECHO_N "checking for carg in -lm... $ECHO_C" >&6
12506 if test "${ac_cv_lib_m_carg+set}" = set; then
12507 echo $ECHO_N "(cached) $ECHO_C" >&6
12509 ac_check_lib_save_LIBS
=$LIBS
12511 if test x
$gcc_no_link = xyes
; then
12512 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12513 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12514 { (exit 1); exit 1; }; }
12516 cat >conftest.
$ac_ext <<_ACEOF
12519 cat confdefs.h
>>conftest.
$ac_ext
12520 cat >>conftest.
$ac_ext <<_ACEOF
12521 /* end confdefs.h. */
12523 /* Override any gcc2 internal prototype to avoid an error. */
12527 /* We use char because int might match the return type of a gcc2
12528 builtin and then its argument prototype would still apply. */
12538 rm -f conftest.
$ac_objext conftest
$ac_exeext
12539 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12540 (eval $ac_link) 2>conftest.er1
12542 grep -v '^ *+' conftest.er1
>conftest.err
12544 cat conftest.err
>&5
12545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12546 (exit $ac_status); } &&
12547 { ac_try
='test -z "$ac_c_werror_flag"
12548 || test ! -s conftest.err'
12549 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12550 (eval $ac_try) 2>&5
12552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12553 (exit $ac_status); }; } &&
12554 { ac_try
='test -s conftest$ac_exeext'
12555 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12556 (eval $ac_try) 2>&5
12558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12559 (exit $ac_status); }; }; then
12560 ac_cv_lib_m_carg
=yes
12562 echo "$as_me: failed program was:" >&5
12563 sed 's/^/| /' conftest.
$ac_ext >&5
12565 ac_cv_lib_m_carg
=no
12567 rm -f conftest.err conftest.
$ac_objext \
12568 conftest
$ac_exeext conftest.
$ac_ext
12569 LIBS
=$ac_check_lib_save_LIBS
12571 echo "$as_me:$LINENO: result: $ac_cv_lib_m_carg" >&5
12572 echo "${ECHO_T}$ac_cv_lib_m_carg" >&6
12573 if test $ac_cv_lib_m_carg = yes; then
12575 cat >>confdefs.h
<<\_ACEOF
12576 #define HAVE_CARG 1
12581 echo "$as_me:$LINENO: checking for cargl in -lm" >&5
12582 echo $ECHO_N "checking for cargl in -lm... $ECHO_C" >&6
12583 if test "${ac_cv_lib_m_cargl+set}" = set; then
12584 echo $ECHO_N "(cached) $ECHO_C" >&6
12586 ac_check_lib_save_LIBS
=$LIBS
12588 if test x
$gcc_no_link = xyes
; then
12589 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12590 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12591 { (exit 1); exit 1; }; }
12593 cat >conftest.
$ac_ext <<_ACEOF
12596 cat confdefs.h
>>conftest.
$ac_ext
12597 cat >>conftest.
$ac_ext <<_ACEOF
12598 /* end confdefs.h. */
12600 /* Override any gcc2 internal prototype to avoid an error. */
12604 /* We use char because int might match the return type of a gcc2
12605 builtin and then its argument prototype would still apply. */
12615 rm -f conftest.
$ac_objext conftest
$ac_exeext
12616 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12617 (eval $ac_link) 2>conftest.er1
12619 grep -v '^ *+' conftest.er1
>conftest.err
12621 cat conftest.err
>&5
12622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12623 (exit $ac_status); } &&
12624 { ac_try
='test -z "$ac_c_werror_flag"
12625 || test ! -s conftest.err'
12626 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12627 (eval $ac_try) 2>&5
12629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12630 (exit $ac_status); }; } &&
12631 { ac_try
='test -s conftest$ac_exeext'
12632 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12633 (eval $ac_try) 2>&5
12635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12636 (exit $ac_status); }; }; then
12637 ac_cv_lib_m_cargl
=yes
12639 echo "$as_me: failed program was:" >&5
12640 sed 's/^/| /' conftest.
$ac_ext >&5
12642 ac_cv_lib_m_cargl
=no
12644 rm -f conftest.err conftest.
$ac_objext \
12645 conftest
$ac_exeext conftest.
$ac_ext
12646 LIBS
=$ac_check_lib_save_LIBS
12648 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cargl" >&5
12649 echo "${ECHO_T}$ac_cv_lib_m_cargl" >&6
12650 if test $ac_cv_lib_m_cargl = yes; then
12652 cat >>confdefs.h
<<\_ACEOF
12653 #define HAVE_CARGL 1
12658 echo "$as_me:$LINENO: checking for ceilf in -lm" >&5
12659 echo $ECHO_N "checking for ceilf in -lm... $ECHO_C" >&6
12660 if test "${ac_cv_lib_m_ceilf+set}" = set; then
12661 echo $ECHO_N "(cached) $ECHO_C" >&6
12663 ac_check_lib_save_LIBS
=$LIBS
12665 if test x
$gcc_no_link = xyes
; then
12666 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12667 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12668 { (exit 1); exit 1; }; }
12670 cat >conftest.
$ac_ext <<_ACEOF
12673 cat confdefs.h
>>conftest.
$ac_ext
12674 cat >>conftest.
$ac_ext <<_ACEOF
12675 /* end confdefs.h. */
12677 /* Override any gcc2 internal prototype to avoid an error. */
12681 /* We use char because int might match the return type of a gcc2
12682 builtin and then its argument prototype would still apply. */
12692 rm -f conftest.
$ac_objext conftest
$ac_exeext
12693 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12694 (eval $ac_link) 2>conftest.er1
12696 grep -v '^ *+' conftest.er1
>conftest.err
12698 cat conftest.err
>&5
12699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12700 (exit $ac_status); } &&
12701 { ac_try
='test -z "$ac_c_werror_flag"
12702 || test ! -s conftest.err'
12703 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12704 (eval $ac_try) 2>&5
12706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12707 (exit $ac_status); }; } &&
12708 { ac_try
='test -s conftest$ac_exeext'
12709 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12710 (eval $ac_try) 2>&5
12712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12713 (exit $ac_status); }; }; then
12714 ac_cv_lib_m_ceilf
=yes
12716 echo "$as_me: failed program was:" >&5
12717 sed 's/^/| /' conftest.
$ac_ext >&5
12719 ac_cv_lib_m_ceilf
=no
12721 rm -f conftest.err conftest.
$ac_objext \
12722 conftest
$ac_exeext conftest.
$ac_ext
12723 LIBS
=$ac_check_lib_save_LIBS
12725 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ceilf" >&5
12726 echo "${ECHO_T}$ac_cv_lib_m_ceilf" >&6
12727 if test $ac_cv_lib_m_ceilf = yes; then
12729 cat >>confdefs.h
<<\_ACEOF
12730 #define HAVE_CEILF 1
12735 echo "$as_me:$LINENO: checking for ceil in -lm" >&5
12736 echo $ECHO_N "checking for ceil in -lm... $ECHO_C" >&6
12737 if test "${ac_cv_lib_m_ceil+set}" = set; then
12738 echo $ECHO_N "(cached) $ECHO_C" >&6
12740 ac_check_lib_save_LIBS
=$LIBS
12742 if test x
$gcc_no_link = xyes
; then
12743 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12744 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12745 { (exit 1); exit 1; }; }
12747 cat >conftest.
$ac_ext <<_ACEOF
12750 cat confdefs.h
>>conftest.
$ac_ext
12751 cat >>conftest.
$ac_ext <<_ACEOF
12752 /* end confdefs.h. */
12754 /* Override any gcc2 internal prototype to avoid an error. */
12758 /* We use char because int might match the return type of a gcc2
12759 builtin and then its argument prototype would still apply. */
12769 rm -f conftest.
$ac_objext conftest
$ac_exeext
12770 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12771 (eval $ac_link) 2>conftest.er1
12773 grep -v '^ *+' conftest.er1
>conftest.err
12775 cat conftest.err
>&5
12776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12777 (exit $ac_status); } &&
12778 { ac_try
='test -z "$ac_c_werror_flag"
12779 || test ! -s conftest.err'
12780 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12781 (eval $ac_try) 2>&5
12783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12784 (exit $ac_status); }; } &&
12785 { ac_try
='test -s conftest$ac_exeext'
12786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12787 (eval $ac_try) 2>&5
12789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12790 (exit $ac_status); }; }; then
12791 ac_cv_lib_m_ceil
=yes
12793 echo "$as_me: failed program was:" >&5
12794 sed 's/^/| /' conftest.
$ac_ext >&5
12796 ac_cv_lib_m_ceil
=no
12798 rm -f conftest.err conftest.
$ac_objext \
12799 conftest
$ac_exeext conftest.
$ac_ext
12800 LIBS
=$ac_check_lib_save_LIBS
12802 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ceil" >&5
12803 echo "${ECHO_T}$ac_cv_lib_m_ceil" >&6
12804 if test $ac_cv_lib_m_ceil = yes; then
12806 cat >>confdefs.h
<<\_ACEOF
12807 #define HAVE_CEIL 1
12812 echo "$as_me:$LINENO: checking for ceill in -lm" >&5
12813 echo $ECHO_N "checking for ceill in -lm... $ECHO_C" >&6
12814 if test "${ac_cv_lib_m_ceill+set}" = set; then
12815 echo $ECHO_N "(cached) $ECHO_C" >&6
12817 ac_check_lib_save_LIBS
=$LIBS
12819 if test x
$gcc_no_link = xyes
; then
12820 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12821 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12822 { (exit 1); exit 1; }; }
12824 cat >conftest.
$ac_ext <<_ACEOF
12827 cat confdefs.h
>>conftest.
$ac_ext
12828 cat >>conftest.
$ac_ext <<_ACEOF
12829 /* end confdefs.h. */
12831 /* Override any gcc2 internal prototype to avoid an error. */
12835 /* We use char because int might match the return type of a gcc2
12836 builtin and then its argument prototype would still apply. */
12846 rm -f conftest.
$ac_objext conftest
$ac_exeext
12847 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12848 (eval $ac_link) 2>conftest.er1
12850 grep -v '^ *+' conftest.er1
>conftest.err
12852 cat conftest.err
>&5
12853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12854 (exit $ac_status); } &&
12855 { ac_try
='test -z "$ac_c_werror_flag"
12856 || test ! -s conftest.err'
12857 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12858 (eval $ac_try) 2>&5
12860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12861 (exit $ac_status); }; } &&
12862 { ac_try
='test -s conftest$ac_exeext'
12863 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12864 (eval $ac_try) 2>&5
12866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12867 (exit $ac_status); }; }; then
12868 ac_cv_lib_m_ceill
=yes
12870 echo "$as_me: failed program was:" >&5
12871 sed 's/^/| /' conftest.
$ac_ext >&5
12873 ac_cv_lib_m_ceill
=no
12875 rm -f conftest.err conftest.
$ac_objext \
12876 conftest
$ac_exeext conftest.
$ac_ext
12877 LIBS
=$ac_check_lib_save_LIBS
12879 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ceill" >&5
12880 echo "${ECHO_T}$ac_cv_lib_m_ceill" >&6
12881 if test $ac_cv_lib_m_ceill = yes; then
12883 cat >>confdefs.h
<<\_ACEOF
12884 #define HAVE_CEILL 1
12889 echo "$as_me:$LINENO: checking for copysignf in -lm" >&5
12890 echo $ECHO_N "checking for copysignf in -lm... $ECHO_C" >&6
12891 if test "${ac_cv_lib_m_copysignf+set}" = set; then
12892 echo $ECHO_N "(cached) $ECHO_C" >&6
12894 ac_check_lib_save_LIBS
=$LIBS
12896 if test x
$gcc_no_link = xyes
; then
12897 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12898 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12899 { (exit 1); exit 1; }; }
12901 cat >conftest.
$ac_ext <<_ACEOF
12904 cat confdefs.h
>>conftest.
$ac_ext
12905 cat >>conftest.
$ac_ext <<_ACEOF
12906 /* end confdefs.h. */
12908 /* Override any gcc2 internal prototype to avoid an error. */
12912 /* We use char because int might match the return type of a gcc2
12913 builtin and then its argument prototype would still apply. */
12923 rm -f conftest.
$ac_objext conftest
$ac_exeext
12924 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12925 (eval $ac_link) 2>conftest.er1
12927 grep -v '^ *+' conftest.er1
>conftest.err
12929 cat conftest.err
>&5
12930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12931 (exit $ac_status); } &&
12932 { ac_try
='test -z "$ac_c_werror_flag"
12933 || test ! -s conftest.err'
12934 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12935 (eval $ac_try) 2>&5
12937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12938 (exit $ac_status); }; } &&
12939 { ac_try
='test -s conftest$ac_exeext'
12940 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12941 (eval $ac_try) 2>&5
12943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12944 (exit $ac_status); }; }; then
12945 ac_cv_lib_m_copysignf
=yes
12947 echo "$as_me: failed program was:" >&5
12948 sed 's/^/| /' conftest.
$ac_ext >&5
12950 ac_cv_lib_m_copysignf
=no
12952 rm -f conftest.err conftest.
$ac_objext \
12953 conftest
$ac_exeext conftest.
$ac_ext
12954 LIBS
=$ac_check_lib_save_LIBS
12956 echo "$as_me:$LINENO: result: $ac_cv_lib_m_copysignf" >&5
12957 echo "${ECHO_T}$ac_cv_lib_m_copysignf" >&6
12958 if test $ac_cv_lib_m_copysignf = yes; then
12960 cat >>confdefs.h
<<\_ACEOF
12961 #define HAVE_COPYSIGNF 1
12966 echo "$as_me:$LINENO: checking for copysign in -lm" >&5
12967 echo $ECHO_N "checking for copysign in -lm... $ECHO_C" >&6
12968 if test "${ac_cv_lib_m_copysign+set}" = set; then
12969 echo $ECHO_N "(cached) $ECHO_C" >&6
12971 ac_check_lib_save_LIBS
=$LIBS
12973 if test x
$gcc_no_link = xyes
; then
12974 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12975 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12976 { (exit 1); exit 1; }; }
12978 cat >conftest.
$ac_ext <<_ACEOF
12981 cat confdefs.h
>>conftest.
$ac_ext
12982 cat >>conftest.
$ac_ext <<_ACEOF
12983 /* end confdefs.h. */
12985 /* Override any gcc2 internal prototype to avoid an error. */
12989 /* We use char because int might match the return type of a gcc2
12990 builtin and then its argument prototype would still apply. */
13000 rm -f conftest.
$ac_objext conftest
$ac_exeext
13001 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13002 (eval $ac_link) 2>conftest.er1
13004 grep -v '^ *+' conftest.er1
>conftest.err
13006 cat conftest.err
>&5
13007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13008 (exit $ac_status); } &&
13009 { ac_try
='test -z "$ac_c_werror_flag"
13010 || test ! -s conftest.err'
13011 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13012 (eval $ac_try) 2>&5
13014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13015 (exit $ac_status); }; } &&
13016 { ac_try
='test -s conftest$ac_exeext'
13017 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13018 (eval $ac_try) 2>&5
13020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13021 (exit $ac_status); }; }; then
13022 ac_cv_lib_m_copysign
=yes
13024 echo "$as_me: failed program was:" >&5
13025 sed 's/^/| /' conftest.
$ac_ext >&5
13027 ac_cv_lib_m_copysign
=no
13029 rm -f conftest.err conftest.
$ac_objext \
13030 conftest
$ac_exeext conftest.
$ac_ext
13031 LIBS
=$ac_check_lib_save_LIBS
13033 echo "$as_me:$LINENO: result: $ac_cv_lib_m_copysign" >&5
13034 echo "${ECHO_T}$ac_cv_lib_m_copysign" >&6
13035 if test $ac_cv_lib_m_copysign = yes; then
13037 cat >>confdefs.h
<<\_ACEOF
13038 #define HAVE_COPYSIGN 1
13043 echo "$as_me:$LINENO: checking for copysignl in -lm" >&5
13044 echo $ECHO_N "checking for copysignl in -lm... $ECHO_C" >&6
13045 if test "${ac_cv_lib_m_copysignl+set}" = set; then
13046 echo $ECHO_N "(cached) $ECHO_C" >&6
13048 ac_check_lib_save_LIBS
=$LIBS
13050 if test x
$gcc_no_link = xyes
; then
13051 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13052 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13053 { (exit 1); exit 1; }; }
13055 cat >conftest.
$ac_ext <<_ACEOF
13058 cat confdefs.h
>>conftest.
$ac_ext
13059 cat >>conftest.
$ac_ext <<_ACEOF
13060 /* end confdefs.h. */
13062 /* Override any gcc2 internal prototype to avoid an error. */
13066 /* We use char because int might match the return type of a gcc2
13067 builtin and then its argument prototype would still apply. */
13077 rm -f conftest.
$ac_objext conftest
$ac_exeext
13078 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13079 (eval $ac_link) 2>conftest.er1
13081 grep -v '^ *+' conftest.er1
>conftest.err
13083 cat conftest.err
>&5
13084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13085 (exit $ac_status); } &&
13086 { ac_try
='test -z "$ac_c_werror_flag"
13087 || test ! -s conftest.err'
13088 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13089 (eval $ac_try) 2>&5
13091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13092 (exit $ac_status); }; } &&
13093 { ac_try
='test -s conftest$ac_exeext'
13094 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13095 (eval $ac_try) 2>&5
13097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13098 (exit $ac_status); }; }; then
13099 ac_cv_lib_m_copysignl
=yes
13101 echo "$as_me: failed program was:" >&5
13102 sed 's/^/| /' conftest.
$ac_ext >&5
13104 ac_cv_lib_m_copysignl
=no
13106 rm -f conftest.err conftest.
$ac_objext \
13107 conftest
$ac_exeext conftest.
$ac_ext
13108 LIBS
=$ac_check_lib_save_LIBS
13110 echo "$as_me:$LINENO: result: $ac_cv_lib_m_copysignl" >&5
13111 echo "${ECHO_T}$ac_cv_lib_m_copysignl" >&6
13112 if test $ac_cv_lib_m_copysignl = yes; then
13114 cat >>confdefs.h
<<\_ACEOF
13115 #define HAVE_COPYSIGNL 1
13120 echo "$as_me:$LINENO: checking for cosf in -lm" >&5
13121 echo $ECHO_N "checking for cosf in -lm... $ECHO_C" >&6
13122 if test "${ac_cv_lib_m_cosf+set}" = set; then
13123 echo $ECHO_N "(cached) $ECHO_C" >&6
13125 ac_check_lib_save_LIBS
=$LIBS
13127 if test x
$gcc_no_link = xyes
; then
13128 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13129 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13130 { (exit 1); exit 1; }; }
13132 cat >conftest.
$ac_ext <<_ACEOF
13135 cat confdefs.h
>>conftest.
$ac_ext
13136 cat >>conftest.
$ac_ext <<_ACEOF
13137 /* end confdefs.h. */
13139 /* Override any gcc2 internal prototype to avoid an error. */
13143 /* We use char because int might match the return type of a gcc2
13144 builtin and then its argument prototype would still apply. */
13154 rm -f conftest.
$ac_objext conftest
$ac_exeext
13155 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13156 (eval $ac_link) 2>conftest.er1
13158 grep -v '^ *+' conftest.er1
>conftest.err
13160 cat conftest.err
>&5
13161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13162 (exit $ac_status); } &&
13163 { ac_try
='test -z "$ac_c_werror_flag"
13164 || test ! -s conftest.err'
13165 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13166 (eval $ac_try) 2>&5
13168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13169 (exit $ac_status); }; } &&
13170 { ac_try
='test -s conftest$ac_exeext'
13171 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13172 (eval $ac_try) 2>&5
13174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13175 (exit $ac_status); }; }; then
13176 ac_cv_lib_m_cosf
=yes
13178 echo "$as_me: failed program was:" >&5
13179 sed 's/^/| /' conftest.
$ac_ext >&5
13181 ac_cv_lib_m_cosf
=no
13183 rm -f conftest.err conftest.
$ac_objext \
13184 conftest
$ac_exeext conftest.
$ac_ext
13185 LIBS
=$ac_check_lib_save_LIBS
13187 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cosf" >&5
13188 echo "${ECHO_T}$ac_cv_lib_m_cosf" >&6
13189 if test $ac_cv_lib_m_cosf = yes; then
13191 cat >>confdefs.h
<<\_ACEOF
13192 #define HAVE_COSF 1
13197 echo "$as_me:$LINENO: checking for cos in -lm" >&5
13198 echo $ECHO_N "checking for cos in -lm... $ECHO_C" >&6
13199 if test "${ac_cv_lib_m_cos+set}" = set; then
13200 echo $ECHO_N "(cached) $ECHO_C" >&6
13202 ac_check_lib_save_LIBS
=$LIBS
13204 if test x
$gcc_no_link = xyes
; then
13205 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13206 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13207 { (exit 1); exit 1; }; }
13209 cat >conftest.
$ac_ext <<_ACEOF
13212 cat confdefs.h
>>conftest.
$ac_ext
13213 cat >>conftest.
$ac_ext <<_ACEOF
13214 /* end confdefs.h. */
13216 /* Override any gcc2 internal prototype to avoid an error. */
13220 /* We use char because int might match the return type of a gcc2
13221 builtin and then its argument prototype would still apply. */
13231 rm -f conftest.
$ac_objext conftest
$ac_exeext
13232 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13233 (eval $ac_link) 2>conftest.er1
13235 grep -v '^ *+' conftest.er1
>conftest.err
13237 cat conftest.err
>&5
13238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13239 (exit $ac_status); } &&
13240 { ac_try
='test -z "$ac_c_werror_flag"
13241 || test ! -s conftest.err'
13242 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13243 (eval $ac_try) 2>&5
13245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13246 (exit $ac_status); }; } &&
13247 { ac_try
='test -s conftest$ac_exeext'
13248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13249 (eval $ac_try) 2>&5
13251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13252 (exit $ac_status); }; }; then
13253 ac_cv_lib_m_cos
=yes
13255 echo "$as_me: failed program was:" >&5
13256 sed 's/^/| /' conftest.
$ac_ext >&5
13260 rm -f conftest.err conftest.
$ac_objext \
13261 conftest
$ac_exeext conftest.
$ac_ext
13262 LIBS
=$ac_check_lib_save_LIBS
13264 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cos" >&5
13265 echo "${ECHO_T}$ac_cv_lib_m_cos" >&6
13266 if test $ac_cv_lib_m_cos = yes; then
13268 cat >>confdefs.h
<<\_ACEOF
13274 echo "$as_me:$LINENO: checking for cosl in -lm" >&5
13275 echo $ECHO_N "checking for cosl in -lm... $ECHO_C" >&6
13276 if test "${ac_cv_lib_m_cosl+set}" = set; then
13277 echo $ECHO_N "(cached) $ECHO_C" >&6
13279 ac_check_lib_save_LIBS
=$LIBS
13281 if test x
$gcc_no_link = xyes
; then
13282 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13283 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13284 { (exit 1); exit 1; }; }
13286 cat >conftest.
$ac_ext <<_ACEOF
13289 cat confdefs.h
>>conftest.
$ac_ext
13290 cat >>conftest.
$ac_ext <<_ACEOF
13291 /* end confdefs.h. */
13293 /* Override any gcc2 internal prototype to avoid an error. */
13297 /* We use char because int might match the return type of a gcc2
13298 builtin and then its argument prototype would still apply. */
13308 rm -f conftest.
$ac_objext conftest
$ac_exeext
13309 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13310 (eval $ac_link) 2>conftest.er1
13312 grep -v '^ *+' conftest.er1
>conftest.err
13314 cat conftest.err
>&5
13315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13316 (exit $ac_status); } &&
13317 { ac_try
='test -z "$ac_c_werror_flag"
13318 || test ! -s conftest.err'
13319 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13320 (eval $ac_try) 2>&5
13322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13323 (exit $ac_status); }; } &&
13324 { ac_try
='test -s conftest$ac_exeext'
13325 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13326 (eval $ac_try) 2>&5
13328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13329 (exit $ac_status); }; }; then
13330 ac_cv_lib_m_cosl
=yes
13332 echo "$as_me: failed program was:" >&5
13333 sed 's/^/| /' conftest.
$ac_ext >&5
13335 ac_cv_lib_m_cosl
=no
13337 rm -f conftest.err conftest.
$ac_objext \
13338 conftest
$ac_exeext conftest.
$ac_ext
13339 LIBS
=$ac_check_lib_save_LIBS
13341 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cosl" >&5
13342 echo "${ECHO_T}$ac_cv_lib_m_cosl" >&6
13343 if test $ac_cv_lib_m_cosl = yes; then
13345 cat >>confdefs.h
<<\_ACEOF
13346 #define HAVE_COSL 1
13351 echo "$as_me:$LINENO: checking for ccosf in -lm" >&5
13352 echo $ECHO_N "checking for ccosf in -lm... $ECHO_C" >&6
13353 if test "${ac_cv_lib_m_ccosf+set}" = set; then
13354 echo $ECHO_N "(cached) $ECHO_C" >&6
13356 ac_check_lib_save_LIBS
=$LIBS
13358 if test x
$gcc_no_link = xyes
; then
13359 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13360 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13361 { (exit 1); exit 1; }; }
13363 cat >conftest.
$ac_ext <<_ACEOF
13366 cat confdefs.h
>>conftest.
$ac_ext
13367 cat >>conftest.
$ac_ext <<_ACEOF
13368 /* end confdefs.h. */
13370 /* Override any gcc2 internal prototype to avoid an error. */
13374 /* We use char because int might match the return type of a gcc2
13375 builtin and then its argument prototype would still apply. */
13385 rm -f conftest.
$ac_objext conftest
$ac_exeext
13386 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13387 (eval $ac_link) 2>conftest.er1
13389 grep -v '^ *+' conftest.er1
>conftest.err
13391 cat conftest.err
>&5
13392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13393 (exit $ac_status); } &&
13394 { ac_try
='test -z "$ac_c_werror_flag"
13395 || test ! -s conftest.err'
13396 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13397 (eval $ac_try) 2>&5
13399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13400 (exit $ac_status); }; } &&
13401 { ac_try
='test -s conftest$ac_exeext'
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); }; }; then
13407 ac_cv_lib_m_ccosf
=yes
13409 echo "$as_me: failed program was:" >&5
13410 sed 's/^/| /' conftest.
$ac_ext >&5
13412 ac_cv_lib_m_ccosf
=no
13414 rm -f conftest.err conftest.
$ac_objext \
13415 conftest
$ac_exeext conftest.
$ac_ext
13416 LIBS
=$ac_check_lib_save_LIBS
13418 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ccosf" >&5
13419 echo "${ECHO_T}$ac_cv_lib_m_ccosf" >&6
13420 if test $ac_cv_lib_m_ccosf = yes; then
13422 cat >>confdefs.h
<<\_ACEOF
13423 #define HAVE_CCOSF 1
13428 echo "$as_me:$LINENO: checking for ccos in -lm" >&5
13429 echo $ECHO_N "checking for ccos in -lm... $ECHO_C" >&6
13430 if test "${ac_cv_lib_m_ccos+set}" = set; then
13431 echo $ECHO_N "(cached) $ECHO_C" >&6
13433 ac_check_lib_save_LIBS
=$LIBS
13435 if test x
$gcc_no_link = xyes
; then
13436 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13437 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13438 { (exit 1); exit 1; }; }
13440 cat >conftest.
$ac_ext <<_ACEOF
13443 cat confdefs.h
>>conftest.
$ac_ext
13444 cat >>conftest.
$ac_ext <<_ACEOF
13445 /* end confdefs.h. */
13447 /* Override any gcc2 internal prototype to avoid an error. */
13451 /* We use char because int might match the return type of a gcc2
13452 builtin and then its argument prototype would still apply. */
13462 rm -f conftest.
$ac_objext conftest
$ac_exeext
13463 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13464 (eval $ac_link) 2>conftest.er1
13466 grep -v '^ *+' conftest.er1
>conftest.err
13468 cat conftest.err
>&5
13469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13470 (exit $ac_status); } &&
13471 { ac_try
='test -z "$ac_c_werror_flag"
13472 || test ! -s conftest.err'
13473 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13474 (eval $ac_try) 2>&5
13476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13477 (exit $ac_status); }; } &&
13478 { ac_try
='test -s conftest$ac_exeext'
13479 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13480 (eval $ac_try) 2>&5
13482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13483 (exit $ac_status); }; }; then
13484 ac_cv_lib_m_ccos
=yes
13486 echo "$as_me: failed program was:" >&5
13487 sed 's/^/| /' conftest.
$ac_ext >&5
13489 ac_cv_lib_m_ccos
=no
13491 rm -f conftest.err conftest.
$ac_objext \
13492 conftest
$ac_exeext conftest.
$ac_ext
13493 LIBS
=$ac_check_lib_save_LIBS
13495 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ccos" >&5
13496 echo "${ECHO_T}$ac_cv_lib_m_ccos" >&6
13497 if test $ac_cv_lib_m_ccos = yes; then
13499 cat >>confdefs.h
<<\_ACEOF
13500 #define HAVE_CCOS 1
13505 echo "$as_me:$LINENO: checking for ccosl in -lm" >&5
13506 echo $ECHO_N "checking for ccosl in -lm... $ECHO_C" >&6
13507 if test "${ac_cv_lib_m_ccosl+set}" = set; then
13508 echo $ECHO_N "(cached) $ECHO_C" >&6
13510 ac_check_lib_save_LIBS
=$LIBS
13512 if test x
$gcc_no_link = xyes
; then
13513 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13514 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13515 { (exit 1); exit 1; }; }
13517 cat >conftest.
$ac_ext <<_ACEOF
13520 cat confdefs.h
>>conftest.
$ac_ext
13521 cat >>conftest.
$ac_ext <<_ACEOF
13522 /* end confdefs.h. */
13524 /* Override any gcc2 internal prototype to avoid an error. */
13528 /* We use char because int might match the return type of a gcc2
13529 builtin and then its argument prototype would still apply. */
13539 rm -f conftest.
$ac_objext conftest
$ac_exeext
13540 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13541 (eval $ac_link) 2>conftest.er1
13543 grep -v '^ *+' conftest.er1
>conftest.err
13545 cat conftest.err
>&5
13546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13547 (exit $ac_status); } &&
13548 { ac_try
='test -z "$ac_c_werror_flag"
13549 || test ! -s conftest.err'
13550 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13551 (eval $ac_try) 2>&5
13553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13554 (exit $ac_status); }; } &&
13555 { ac_try
='test -s conftest$ac_exeext'
13556 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13557 (eval $ac_try) 2>&5
13559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13560 (exit $ac_status); }; }; then
13561 ac_cv_lib_m_ccosl
=yes
13563 echo "$as_me: failed program was:" >&5
13564 sed 's/^/| /' conftest.
$ac_ext >&5
13566 ac_cv_lib_m_ccosl
=no
13568 rm -f conftest.err conftest.
$ac_objext \
13569 conftest
$ac_exeext conftest.
$ac_ext
13570 LIBS
=$ac_check_lib_save_LIBS
13572 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ccosl" >&5
13573 echo "${ECHO_T}$ac_cv_lib_m_ccosl" >&6
13574 if test $ac_cv_lib_m_ccosl = yes; then
13576 cat >>confdefs.h
<<\_ACEOF
13577 #define HAVE_CCOSL 1
13582 echo "$as_me:$LINENO: checking for coshf in -lm" >&5
13583 echo $ECHO_N "checking for coshf in -lm... $ECHO_C" >&6
13584 if test "${ac_cv_lib_m_coshf+set}" = set; then
13585 echo $ECHO_N "(cached) $ECHO_C" >&6
13587 ac_check_lib_save_LIBS
=$LIBS
13589 if test x
$gcc_no_link = xyes
; then
13590 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13591 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13592 { (exit 1); exit 1; }; }
13594 cat >conftest.
$ac_ext <<_ACEOF
13597 cat confdefs.h
>>conftest.
$ac_ext
13598 cat >>conftest.
$ac_ext <<_ACEOF
13599 /* end confdefs.h. */
13601 /* Override any gcc2 internal prototype to avoid an error. */
13605 /* We use char because int might match the return type of a gcc2
13606 builtin and then its argument prototype would still apply. */
13616 rm -f conftest.
$ac_objext conftest
$ac_exeext
13617 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13618 (eval $ac_link) 2>conftest.er1
13620 grep -v '^ *+' conftest.er1
>conftest.err
13622 cat conftest.err
>&5
13623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13624 (exit $ac_status); } &&
13625 { ac_try
='test -z "$ac_c_werror_flag"
13626 || test ! -s conftest.err'
13627 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13628 (eval $ac_try) 2>&5
13630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13631 (exit $ac_status); }; } &&
13632 { ac_try
='test -s conftest$ac_exeext'
13633 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13634 (eval $ac_try) 2>&5
13636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13637 (exit $ac_status); }; }; then
13638 ac_cv_lib_m_coshf
=yes
13640 echo "$as_me: failed program was:" >&5
13641 sed 's/^/| /' conftest.
$ac_ext >&5
13643 ac_cv_lib_m_coshf
=no
13645 rm -f conftest.err conftest.
$ac_objext \
13646 conftest
$ac_exeext conftest.
$ac_ext
13647 LIBS
=$ac_check_lib_save_LIBS
13649 echo "$as_me:$LINENO: result: $ac_cv_lib_m_coshf" >&5
13650 echo "${ECHO_T}$ac_cv_lib_m_coshf" >&6
13651 if test $ac_cv_lib_m_coshf = yes; then
13653 cat >>confdefs.h
<<\_ACEOF
13654 #define HAVE_COSHF 1
13659 echo "$as_me:$LINENO: checking for cosh in -lm" >&5
13660 echo $ECHO_N "checking for cosh in -lm... $ECHO_C" >&6
13661 if test "${ac_cv_lib_m_cosh+set}" = set; then
13662 echo $ECHO_N "(cached) $ECHO_C" >&6
13664 ac_check_lib_save_LIBS
=$LIBS
13666 if test x
$gcc_no_link = xyes
; then
13667 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13668 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13669 { (exit 1); exit 1; }; }
13671 cat >conftest.
$ac_ext <<_ACEOF
13674 cat confdefs.h
>>conftest.
$ac_ext
13675 cat >>conftest.
$ac_ext <<_ACEOF
13676 /* end confdefs.h. */
13678 /* Override any gcc2 internal prototype to avoid an error. */
13682 /* We use char because int might match the return type of a gcc2
13683 builtin and then its argument prototype would still apply. */
13693 rm -f conftest.
$ac_objext conftest
$ac_exeext
13694 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13695 (eval $ac_link) 2>conftest.er1
13697 grep -v '^ *+' conftest.er1
>conftest.err
13699 cat conftest.err
>&5
13700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13701 (exit $ac_status); } &&
13702 { ac_try
='test -z "$ac_c_werror_flag"
13703 || test ! -s conftest.err'
13704 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13705 (eval $ac_try) 2>&5
13707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13708 (exit $ac_status); }; } &&
13709 { ac_try
='test -s conftest$ac_exeext'
13710 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13711 (eval $ac_try) 2>&5
13713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13714 (exit $ac_status); }; }; then
13715 ac_cv_lib_m_cosh
=yes
13717 echo "$as_me: failed program was:" >&5
13718 sed 's/^/| /' conftest.
$ac_ext >&5
13720 ac_cv_lib_m_cosh
=no
13722 rm -f conftest.err conftest.
$ac_objext \
13723 conftest
$ac_exeext conftest.
$ac_ext
13724 LIBS
=$ac_check_lib_save_LIBS
13726 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cosh" >&5
13727 echo "${ECHO_T}$ac_cv_lib_m_cosh" >&6
13728 if test $ac_cv_lib_m_cosh = yes; then
13730 cat >>confdefs.h
<<\_ACEOF
13731 #define HAVE_COSH 1
13736 echo "$as_me:$LINENO: checking for coshl in -lm" >&5
13737 echo $ECHO_N "checking for coshl in -lm... $ECHO_C" >&6
13738 if test "${ac_cv_lib_m_coshl+set}" = set; then
13739 echo $ECHO_N "(cached) $ECHO_C" >&6
13741 ac_check_lib_save_LIBS
=$LIBS
13743 if test x
$gcc_no_link = xyes
; then
13744 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13745 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13746 { (exit 1); exit 1; }; }
13748 cat >conftest.
$ac_ext <<_ACEOF
13751 cat confdefs.h
>>conftest.
$ac_ext
13752 cat >>conftest.
$ac_ext <<_ACEOF
13753 /* end confdefs.h. */
13755 /* Override any gcc2 internal prototype to avoid an error. */
13759 /* We use char because int might match the return type of a gcc2
13760 builtin and then its argument prototype would still apply. */
13770 rm -f conftest.
$ac_objext conftest
$ac_exeext
13771 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13772 (eval $ac_link) 2>conftest.er1
13774 grep -v '^ *+' conftest.er1
>conftest.err
13776 cat conftest.err
>&5
13777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13778 (exit $ac_status); } &&
13779 { ac_try
='test -z "$ac_c_werror_flag"
13780 || test ! -s conftest.err'
13781 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13782 (eval $ac_try) 2>&5
13784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13785 (exit $ac_status); }; } &&
13786 { ac_try
='test -s conftest$ac_exeext'
13787 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13788 (eval $ac_try) 2>&5
13790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13791 (exit $ac_status); }; }; then
13792 ac_cv_lib_m_coshl
=yes
13794 echo "$as_me: failed program was:" >&5
13795 sed 's/^/| /' conftest.
$ac_ext >&5
13797 ac_cv_lib_m_coshl
=no
13799 rm -f conftest.err conftest.
$ac_objext \
13800 conftest
$ac_exeext conftest.
$ac_ext
13801 LIBS
=$ac_check_lib_save_LIBS
13803 echo "$as_me:$LINENO: result: $ac_cv_lib_m_coshl" >&5
13804 echo "${ECHO_T}$ac_cv_lib_m_coshl" >&6
13805 if test $ac_cv_lib_m_coshl = yes; then
13807 cat >>confdefs.h
<<\_ACEOF
13808 #define HAVE_COSHL 1
13813 echo "$as_me:$LINENO: checking for ccoshf in -lm" >&5
13814 echo $ECHO_N "checking for ccoshf in -lm... $ECHO_C" >&6
13815 if test "${ac_cv_lib_m_ccoshf+set}" = set; then
13816 echo $ECHO_N "(cached) $ECHO_C" >&6
13818 ac_check_lib_save_LIBS
=$LIBS
13820 if test x
$gcc_no_link = xyes
; then
13821 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13822 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13823 { (exit 1); exit 1; }; }
13825 cat >conftest.
$ac_ext <<_ACEOF
13828 cat confdefs.h
>>conftest.
$ac_ext
13829 cat >>conftest.
$ac_ext <<_ACEOF
13830 /* end confdefs.h. */
13832 /* Override any gcc2 internal prototype to avoid an error. */
13836 /* We use char because int might match the return type of a gcc2
13837 builtin and then its argument prototype would still apply. */
13847 rm -f conftest.
$ac_objext conftest
$ac_exeext
13848 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13849 (eval $ac_link) 2>conftest.er1
13851 grep -v '^ *+' conftest.er1
>conftest.err
13853 cat conftest.err
>&5
13854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13855 (exit $ac_status); } &&
13856 { ac_try
='test -z "$ac_c_werror_flag"
13857 || 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_ccoshf
=yes
13871 echo "$as_me: failed program was:" >&5
13872 sed 's/^/| /' conftest.
$ac_ext >&5
13874 ac_cv_lib_m_ccoshf
=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_ccoshf" >&5
13881 echo "${ECHO_T}$ac_cv_lib_m_ccoshf" >&6
13882 if test $ac_cv_lib_m_ccoshf = yes; then
13884 cat >>confdefs.h
<<\_ACEOF
13885 #define HAVE_CCOSHF 1
13890 echo "$as_me:$LINENO: checking for ccosh in -lm" >&5
13891 echo $ECHO_N "checking for ccosh in -lm... $ECHO_C" >&6
13892 if test "${ac_cv_lib_m_ccosh+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"
13934 || test ! -s conftest.err'
13935 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13936 (eval $ac_try) 2>&5
13938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13939 (exit $ac_status); }; } &&
13940 { ac_try
='test -s conftest$ac_exeext'
13941 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13942 (eval $ac_try) 2>&5
13944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13945 (exit $ac_status); }; }; then
13946 ac_cv_lib_m_ccosh
=yes
13948 echo "$as_me: failed program was:" >&5
13949 sed 's/^/| /' conftest.
$ac_ext >&5
13951 ac_cv_lib_m_ccosh
=no
13953 rm -f conftest.err conftest.
$ac_objext \
13954 conftest
$ac_exeext conftest.
$ac_ext
13955 LIBS
=$ac_check_lib_save_LIBS
13957 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ccosh" >&5
13958 echo "${ECHO_T}$ac_cv_lib_m_ccosh" >&6
13959 if test $ac_cv_lib_m_ccosh = yes; then
13961 cat >>confdefs.h
<<\_ACEOF
13962 #define HAVE_CCOSH 1
13967 echo "$as_me:$LINENO: checking for ccoshl in -lm" >&5
13968 echo $ECHO_N "checking for ccoshl in -lm... $ECHO_C" >&6
13969 if test "${ac_cv_lib_m_ccoshl+set}" = set; then
13970 echo $ECHO_N "(cached) $ECHO_C" >&6
13972 ac_check_lib_save_LIBS
=$LIBS
13974 if test x
$gcc_no_link = xyes
; then
13975 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13976 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13977 { (exit 1); exit 1; }; }
13979 cat >conftest.
$ac_ext <<_ACEOF
13982 cat confdefs.h
>>conftest.
$ac_ext
13983 cat >>conftest.
$ac_ext <<_ACEOF
13984 /* end confdefs.h. */
13986 /* Override any gcc2 internal prototype to avoid an error. */
13990 /* We use char because int might match the return type of a gcc2
13991 builtin and then its argument prototype would still apply. */
14001 rm -f conftest.
$ac_objext conftest
$ac_exeext
14002 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14003 (eval $ac_link) 2>conftest.er1
14005 grep -v '^ *+' conftest.er1
>conftest.err
14007 cat conftest.err
>&5
14008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14009 (exit $ac_status); } &&
14010 { ac_try
='test -z "$ac_c_werror_flag"
14011 || test ! -s conftest.err'
14012 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14013 (eval $ac_try) 2>&5
14015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14016 (exit $ac_status); }; } &&
14017 { ac_try
='test -s conftest$ac_exeext'
14018 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14019 (eval $ac_try) 2>&5
14021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14022 (exit $ac_status); }; }; then
14023 ac_cv_lib_m_ccoshl
=yes
14025 echo "$as_me: failed program was:" >&5
14026 sed 's/^/| /' conftest.
$ac_ext >&5
14028 ac_cv_lib_m_ccoshl
=no
14030 rm -f conftest.err conftest.
$ac_objext \
14031 conftest
$ac_exeext conftest.
$ac_ext
14032 LIBS
=$ac_check_lib_save_LIBS
14034 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ccoshl" >&5
14035 echo "${ECHO_T}$ac_cv_lib_m_ccoshl" >&6
14036 if test $ac_cv_lib_m_ccoshl = yes; then
14038 cat >>confdefs.h
<<\_ACEOF
14039 #define HAVE_CCOSHL 1
14044 echo "$as_me:$LINENO: checking for expf in -lm" >&5
14045 echo $ECHO_N "checking for expf in -lm... $ECHO_C" >&6
14046 if test "${ac_cv_lib_m_expf+set}" = set; then
14047 echo $ECHO_N "(cached) $ECHO_C" >&6
14049 ac_check_lib_save_LIBS
=$LIBS
14051 if test x
$gcc_no_link = xyes
; then
14052 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
14053 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
14054 { (exit 1); exit 1; }; }
14056 cat >conftest.
$ac_ext <<_ACEOF
14059 cat confdefs.h
>>conftest.
$ac_ext
14060 cat >>conftest.
$ac_ext <<_ACEOF
14061 /* end confdefs.h. */
14063 /* Override any gcc2 internal prototype to avoid an error. */
14067 /* We use char because int might match the return type of a gcc2
14068 builtin and then its argument prototype would still apply. */
14078 rm -f conftest.
$ac_objext conftest
$ac_exeext
14079 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14080 (eval $ac_link) 2>conftest.er1
14082 grep -v '^ *+' conftest.er1
>conftest.err
14084 cat conftest.err
>&5
14085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14086 (exit $ac_status); } &&
14087 { ac_try
='test -z "$ac_c_werror_flag"
14088 || test ! -s conftest.err'
14089 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14090 (eval $ac_try) 2>&5
14092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14093 (exit $ac_status); }; } &&
14094 { ac_try
='test -s conftest$ac_exeext'
14095 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14096 (eval $ac_try) 2>&5
14098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14099 (exit $ac_status); }; }; then
14100 ac_cv_lib_m_expf
=yes
14102 echo "$as_me: failed program was:" >&5
14103 sed 's/^/| /' conftest.
$ac_ext >&5
14105 ac_cv_lib_m_expf
=no
14107 rm -f conftest.err conftest.
$ac_objext \
14108 conftest
$ac_exeext conftest.
$ac_ext
14109 LIBS
=$ac_check_lib_save_LIBS
14111 echo "$as_me:$LINENO: result: $ac_cv_lib_m_expf" >&5
14112 echo "${ECHO_T}$ac_cv_lib_m_expf" >&6
14113 if test $ac_cv_lib_m_expf = yes; then
14115 cat >>confdefs.h
<<\_ACEOF
14116 #define HAVE_EXPF 1
14121 echo "$as_me:$LINENO: checking for exp in -lm" >&5
14122 echo $ECHO_N "checking for exp in -lm... $ECHO_C" >&6
14123 if test "${ac_cv_lib_m_exp+set}" = set; then
14124 echo $ECHO_N "(cached) $ECHO_C" >&6
14126 ac_check_lib_save_LIBS
=$LIBS
14128 if test x
$gcc_no_link = xyes
; then
14129 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
14130 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
14131 { (exit 1); exit 1; }; }
14133 cat >conftest.
$ac_ext <<_ACEOF
14136 cat confdefs.h
>>conftest.
$ac_ext
14137 cat >>conftest.
$ac_ext <<_ACEOF
14138 /* end confdefs.h. */
14140 /* Override any gcc2 internal prototype to avoid an error. */
14144 /* We use char because int might match the return type of a gcc2
14145 builtin and then its argument prototype would still apply. */
14155 rm -f conftest.
$ac_objext conftest
$ac_exeext
14156 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14157 (eval $ac_link) 2>conftest.er1
14159 grep -v '^ *+' conftest.er1
>conftest.err
14161 cat conftest.err
>&5
14162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14163 (exit $ac_status); } &&
14164 { ac_try
='test -z "$ac_c_werror_flag"
14165 || test ! -s conftest.err'
14166 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14167 (eval $ac_try) 2>&5
14169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14170 (exit $ac_status); }; } &&
14171 { ac_try
='test -s conftest$ac_exeext'
14172 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14173 (eval $ac_try) 2>&5
14175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14176 (exit $ac_status); }; }; then
14177 ac_cv_lib_m_exp
=yes
14179 echo "$as_me: failed program was:" >&5
14180 sed 's/^/| /' conftest.
$ac_ext >&5
14184 rm -f conftest.err conftest.
$ac_objext \
14185 conftest
$ac_exeext conftest.
$ac_ext
14186 LIBS
=$ac_check_lib_save_LIBS
14188 echo "$as_me:$LINENO: result: $ac_cv_lib_m_exp" >&5
14189 echo "${ECHO_T}$ac_cv_lib_m_exp" >&6
14190 if test $ac_cv_lib_m_exp = yes; then
14192 cat >>confdefs.h
<<\_ACEOF
14198 echo "$as_me:$LINENO: checking for expl in -lm" >&5
14199 echo $ECHO_N "checking for expl in -lm... $ECHO_C" >&6
14200 if test "${ac_cv_lib_m_expl+set}" = set; then
14201 echo $ECHO_N "(cached) $ECHO_C" >&6
14203 ac_check_lib_save_LIBS
=$LIBS
14205 if test x
$gcc_no_link = xyes
; then
14206 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
14207 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
14208 { (exit 1); exit 1; }; }
14210 cat >conftest.
$ac_ext <<_ACEOF
14213 cat confdefs.h
>>conftest.
$ac_ext
14214 cat >>conftest.
$ac_ext <<_ACEOF
14215 /* end confdefs.h. */
14217 /* Override any gcc2 internal prototype to avoid an error. */
14221 /* We use char because int might match the return type of a gcc2
14222 builtin and then its argument prototype would still apply. */
14232 rm -f conftest.
$ac_objext conftest
$ac_exeext
14233 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14234 (eval $ac_link) 2>conftest.er1
14236 grep -v '^ *+' conftest.er1
>conftest.err
14238 cat conftest.err
>&5
14239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14240 (exit $ac_status); } &&
14241 { ac_try
='test -z "$ac_c_werror_flag"
14242 || test ! -s conftest.err'
14243 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14244 (eval $ac_try) 2>&5
14246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14247 (exit $ac_status); }; } &&
14248 { ac_try
='test -s conftest$ac_exeext'
14249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14250 (eval $ac_try) 2>&5
14252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14253 (exit $ac_status); }; }; then
14254 ac_cv_lib_m_expl
=yes
14256 echo "$as_me: failed program was:" >&5
14257 sed 's/^/| /' conftest.
$ac_ext >&5
14259 ac_cv_lib_m_expl
=no
14261 rm -f conftest.err conftest.
$ac_objext \
14262 conftest
$ac_exeext conftest.
$ac_ext
14263 LIBS
=$ac_check_lib_save_LIBS
14265 echo "$as_me:$LINENO: result: $ac_cv_lib_m_expl" >&5
14266 echo "${ECHO_T}$ac_cv_lib_m_expl" >&6
14267 if test $ac_cv_lib_m_expl = yes; then
14269 cat >>confdefs.h
<<\_ACEOF
14270 #define HAVE_EXPL 1
14275 echo "$as_me:$LINENO: checking for cexpf in -lm" >&5
14276 echo $ECHO_N "checking for cexpf in -lm... $ECHO_C" >&6
14277 if test "${ac_cv_lib_m_cexpf+set}" = set; then
14278 echo $ECHO_N "(cached) $ECHO_C" >&6
14280 ac_check_lib_save_LIBS
=$LIBS
14282 if test x
$gcc_no_link = xyes
; then
14283 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
14284 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
14285 { (exit 1); exit 1; }; }
14287 cat >conftest.
$ac_ext <<_ACEOF
14290 cat confdefs.h
>>conftest.
$ac_ext
14291 cat >>conftest.
$ac_ext <<_ACEOF
14292 /* end confdefs.h. */
14294 /* Override any gcc2 internal prototype to avoid an error. */
14298 /* We use char because int might match the return type of a gcc2
14299 builtin and then its argument prototype would still apply. */
14309 rm -f conftest.
$ac_objext conftest
$ac_exeext
14310 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14311 (eval $ac_link) 2>conftest.er1
14313 grep -v '^ *+' conftest.er1
>conftest.err
14315 cat conftest.err
>&5
14316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14317 (exit $ac_status); } &&
14318 { ac_try
='test -z "$ac_c_werror_flag"
14319 || test ! -s conftest.err'
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); }; } &&
14325 { ac_try
='test -s conftest$ac_exeext'
14326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14327 (eval $ac_try) 2>&5
14329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14330 (exit $ac_status); }; }; then
14331 ac_cv_lib_m_cexpf
=yes
14333 echo "$as_me: failed program was:" >&5
14334 sed 's/^/| /' conftest.
$ac_ext >&5
14336 ac_cv_lib_m_cexpf
=no
14338 rm -f conftest.err conftest.
$ac_objext \
14339 conftest
$ac_exeext conftest.
$ac_ext
14340 LIBS
=$ac_check_lib_save_LIBS
14342 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cexpf" >&5
14343 echo "${ECHO_T}$ac_cv_lib_m_cexpf" >&6
14344 if test $ac_cv_lib_m_cexpf = yes; then
14346 cat >>confdefs.h
<<\_ACEOF
14347 #define HAVE_CEXPF 1
14352 echo "$as_me:$LINENO: checking for cexp in -lm" >&5
14353 echo $ECHO_N "checking for cexp in -lm... $ECHO_C" >&6
14354 if test "${ac_cv_lib_m_cexp+set}" = set; then
14355 echo $ECHO_N "(cached) $ECHO_C" >&6
14357 ac_check_lib_save_LIBS
=$LIBS
14359 if test x
$gcc_no_link = xyes
; then
14360 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
14361 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
14362 { (exit 1); exit 1; }; }
14364 cat >conftest.
$ac_ext <<_ACEOF
14367 cat confdefs.h
>>conftest.
$ac_ext
14368 cat >>conftest.
$ac_ext <<_ACEOF
14369 /* end confdefs.h. */
14371 /* Override any gcc2 internal prototype to avoid an error. */
14375 /* We use char because int might match the return type of a gcc2
14376 builtin and then its argument prototype would still apply. */
14386 rm -f conftest.
$ac_objext conftest
$ac_exeext
14387 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14388 (eval $ac_link) 2>conftest.er1
14390 grep -v '^ *+' conftest.er1
>conftest.err
14392 cat conftest.err
>&5
14393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14394 (exit $ac_status); } &&
14395 { ac_try
='test -z "$ac_c_werror_flag"
14396 || test ! -s conftest.err'
14397 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14398 (eval $ac_try) 2>&5
14400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14401 (exit $ac_status); }; } &&
14402 { ac_try
='test -s conftest$ac_exeext'
14403 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14404 (eval $ac_try) 2>&5
14406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14407 (exit $ac_status); }; }; then
14408 ac_cv_lib_m_cexp
=yes
14410 echo "$as_me: failed program was:" >&5
14411 sed 's/^/| /' conftest.
$ac_ext >&5
14413 ac_cv_lib_m_cexp
=no
14415 rm -f conftest.err conftest.
$ac_objext \
14416 conftest
$ac_exeext conftest.
$ac_ext
14417 LIBS
=$ac_check_lib_save_LIBS
14419 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cexp" >&5
14420 echo "${ECHO_T}$ac_cv_lib_m_cexp" >&6
14421 if test $ac_cv_lib_m_cexp = yes; then
14423 cat >>confdefs.h
<<\_ACEOF
14424 #define HAVE_CEXP 1
14429 echo "$as_me:$LINENO: checking for cexpl in -lm" >&5
14430 echo $ECHO_N "checking for cexpl in -lm... $ECHO_C" >&6
14431 if test "${ac_cv_lib_m_cexpl+set}" = set; then
14432 echo $ECHO_N "(cached) $ECHO_C" >&6
14434 ac_check_lib_save_LIBS
=$LIBS
14436 if test x
$gcc_no_link = xyes
; then
14437 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
14438 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
14439 { (exit 1); exit 1; }; }
14441 cat >conftest.
$ac_ext <<_ACEOF
14444 cat confdefs.h
>>conftest.
$ac_ext
14445 cat >>conftest.
$ac_ext <<_ACEOF
14446 /* end confdefs.h. */
14448 /* Override any gcc2 internal prototype to avoid an error. */
14452 /* We use char because int might match the return type of a gcc2
14453 builtin and then its argument prototype would still apply. */
14463 rm -f conftest.
$ac_objext conftest
$ac_exeext
14464 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14465 (eval $ac_link) 2>conftest.er1
14467 grep -v '^ *+' conftest.er1
>conftest.err
14469 cat conftest.err
>&5
14470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14471 (exit $ac_status); } &&
14472 { ac_try
='test -z "$ac_c_werror_flag"
14473 || test ! -s conftest.err'
14474 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14475 (eval $ac_try) 2>&5
14477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14478 (exit $ac_status); }; } &&
14479 { ac_try
='test -s conftest$ac_exeext'
14480 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14481 (eval $ac_try) 2>&5
14483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14484 (exit $ac_status); }; }; then
14485 ac_cv_lib_m_cexpl
=yes
14487 echo "$as_me: failed program was:" >&5
14488 sed 's/^/| /' conftest.
$ac_ext >&5
14490 ac_cv_lib_m_cexpl
=no
14492 rm -f conftest.err conftest.
$ac_objext \
14493 conftest
$ac_exeext conftest.
$ac_ext
14494 LIBS
=$ac_check_lib_save_LIBS
14496 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cexpl" >&5
14497 echo "${ECHO_T}$ac_cv_lib_m_cexpl" >&6
14498 if test $ac_cv_lib_m_cexpl = yes; then
14500 cat >>confdefs.h
<<\_ACEOF
14501 #define HAVE_CEXPL 1
14506 echo "$as_me:$LINENO: checking for fabsf in -lm" >&5
14507 echo $ECHO_N "checking for fabsf in -lm... $ECHO_C" >&6
14508 if test "${ac_cv_lib_m_fabsf+set}" = set; then
14509 echo $ECHO_N "(cached) $ECHO_C" >&6
14511 ac_check_lib_save_LIBS
=$LIBS
14513 if test x
$gcc_no_link = xyes
; then
14514 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
14515 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
14516 { (exit 1); exit 1; }; }
14518 cat >conftest.
$ac_ext <<_ACEOF
14521 cat confdefs.h
>>conftest.
$ac_ext
14522 cat >>conftest.
$ac_ext <<_ACEOF
14523 /* end confdefs.h. */
14525 /* Override any gcc2 internal prototype to avoid an error. */
14529 /* We use char because int might match the return type of a gcc2
14530 builtin and then its argument prototype would still apply. */
14540 rm -f conftest.
$ac_objext conftest
$ac_exeext
14541 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14542 (eval $ac_link) 2>conftest.er1
14544 grep -v '^ *+' conftest.er1
>conftest.err
14546 cat conftest.err
>&5
14547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14548 (exit $ac_status); } &&
14549 { ac_try
='test -z "$ac_c_werror_flag"
14550 || test ! -s conftest.err'
14551 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14552 (eval $ac_try) 2>&5
14554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14555 (exit $ac_status); }; } &&
14556 { ac_try
='test -s conftest$ac_exeext'
14557 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14558 (eval $ac_try) 2>&5
14560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14561 (exit $ac_status); }; }; then
14562 ac_cv_lib_m_fabsf
=yes
14564 echo "$as_me: failed program was:" >&5
14565 sed 's/^/| /' conftest.
$ac_ext >&5
14567 ac_cv_lib_m_fabsf
=no
14569 rm -f conftest.err conftest.
$ac_objext \
14570 conftest
$ac_exeext conftest.
$ac_ext
14571 LIBS
=$ac_check_lib_save_LIBS
14573 echo "$as_me:$LINENO: result: $ac_cv_lib_m_fabsf" >&5
14574 echo "${ECHO_T}$ac_cv_lib_m_fabsf" >&6
14575 if test $ac_cv_lib_m_fabsf = yes; then
14577 cat >>confdefs.h
<<\_ACEOF
14578 #define HAVE_FABSF 1
14583 echo "$as_me:$LINENO: checking for fabs in -lm" >&5
14584 echo $ECHO_N "checking for fabs in -lm... $ECHO_C" >&6
14585 if test "${ac_cv_lib_m_fabs+set}" = set; then
14586 echo $ECHO_N "(cached) $ECHO_C" >&6
14588 ac_check_lib_save_LIBS
=$LIBS
14590 if test x
$gcc_no_link = xyes
; then
14591 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
14592 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
14593 { (exit 1); exit 1; }; }
14595 cat >conftest.
$ac_ext <<_ACEOF
14598 cat confdefs.h
>>conftest.
$ac_ext
14599 cat >>conftest.
$ac_ext <<_ACEOF
14600 /* end confdefs.h. */
14602 /* Override any gcc2 internal prototype to avoid an error. */
14606 /* We use char because int might match the return type of a gcc2
14607 builtin and then its argument prototype would still apply. */
14617 rm -f conftest.
$ac_objext conftest
$ac_exeext
14618 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14619 (eval $ac_link) 2>conftest.er1
14621 grep -v '^ *+' conftest.er1
>conftest.err
14623 cat conftest.err
>&5
14624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14625 (exit $ac_status); } &&
14626 { ac_try
='test -z "$ac_c_werror_flag"
14627 || test ! -s conftest.err'
14628 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14629 (eval $ac_try) 2>&5
14631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14632 (exit $ac_status); }; } &&
14633 { ac_try
='test -s conftest$ac_exeext'
14634 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14635 (eval $ac_try) 2>&5
14637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14638 (exit $ac_status); }; }; then
14639 ac_cv_lib_m_fabs
=yes
14641 echo "$as_me: failed program was:" >&5
14642 sed 's/^/| /' conftest.
$ac_ext >&5
14644 ac_cv_lib_m_fabs
=no
14646 rm -f conftest.err conftest.
$ac_objext \
14647 conftest
$ac_exeext conftest.
$ac_ext
14648 LIBS
=$ac_check_lib_save_LIBS
14650 echo "$as_me:$LINENO: result: $ac_cv_lib_m_fabs" >&5
14651 echo "${ECHO_T}$ac_cv_lib_m_fabs" >&6
14652 if test $ac_cv_lib_m_fabs = yes; then
14654 cat >>confdefs.h
<<\_ACEOF
14655 #define HAVE_FABS 1
14660 echo "$as_me:$LINENO: checking for fabsl in -lm" >&5
14661 echo $ECHO_N "checking for fabsl in -lm... $ECHO_C" >&6
14662 if test "${ac_cv_lib_m_fabsl+set}" = set; then
14663 echo $ECHO_N "(cached) $ECHO_C" >&6
14665 ac_check_lib_save_LIBS
=$LIBS
14667 if test x
$gcc_no_link = xyes
; then
14668 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
14669 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
14670 { (exit 1); exit 1; }; }
14672 cat >conftest.
$ac_ext <<_ACEOF
14675 cat confdefs.h
>>conftest.
$ac_ext
14676 cat >>conftest.
$ac_ext <<_ACEOF
14677 /* end confdefs.h. */
14679 /* Override any gcc2 internal prototype to avoid an error. */
14683 /* We use char because int might match the return type of a gcc2
14684 builtin and then its argument prototype would still apply. */
14694 rm -f conftest.
$ac_objext conftest
$ac_exeext
14695 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14696 (eval $ac_link) 2>conftest.er1
14698 grep -v '^ *+' conftest.er1
>conftest.err
14700 cat conftest.err
>&5
14701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14702 (exit $ac_status); } &&
14703 { ac_try
='test -z "$ac_c_werror_flag"
14704 || test ! -s conftest.err'
14705 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14706 (eval $ac_try) 2>&5
14708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14709 (exit $ac_status); }; } &&
14710 { ac_try
='test -s conftest$ac_exeext'
14711 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14712 (eval $ac_try) 2>&5
14714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14715 (exit $ac_status); }; }; then
14716 ac_cv_lib_m_fabsl
=yes
14718 echo "$as_me: failed program was:" >&5
14719 sed 's/^/| /' conftest.
$ac_ext >&5
14721 ac_cv_lib_m_fabsl
=no
14723 rm -f conftest.err conftest.
$ac_objext \
14724 conftest
$ac_exeext conftest.
$ac_ext
14725 LIBS
=$ac_check_lib_save_LIBS
14727 echo "$as_me:$LINENO: result: $ac_cv_lib_m_fabsl" >&5
14728 echo "${ECHO_T}$ac_cv_lib_m_fabsl" >&6
14729 if test $ac_cv_lib_m_fabsl = yes; then
14731 cat >>confdefs.h
<<\_ACEOF
14732 #define HAVE_FABSL 1
14737 echo "$as_me:$LINENO: checking for cabsf in -lm" >&5
14738 echo $ECHO_N "checking for cabsf in -lm... $ECHO_C" >&6
14739 if test "${ac_cv_lib_m_cabsf+set}" = set; then
14740 echo $ECHO_N "(cached) $ECHO_C" >&6
14742 ac_check_lib_save_LIBS
=$LIBS
14744 if test x
$gcc_no_link = xyes
; then
14745 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
14746 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
14747 { (exit 1); exit 1; }; }
14749 cat >conftest.
$ac_ext <<_ACEOF
14752 cat confdefs.h
>>conftest.
$ac_ext
14753 cat >>conftest.
$ac_ext <<_ACEOF
14754 /* end confdefs.h. */
14756 /* Override any gcc2 internal prototype to avoid an error. */
14760 /* We use char because int might match the return type of a gcc2
14761 builtin and then its argument prototype would still apply. */
14771 rm -f conftest.
$ac_objext conftest
$ac_exeext
14772 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14773 (eval $ac_link) 2>conftest.er1
14775 grep -v '^ *+' conftest.er1
>conftest.err
14777 cat conftest.err
>&5
14778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14779 (exit $ac_status); } &&
14780 { ac_try
='test -z "$ac_c_werror_flag"
14781 || test ! -s conftest.err'
14782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14783 (eval $ac_try) 2>&5
14785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14786 (exit $ac_status); }; } &&
14787 { ac_try
='test -s conftest$ac_exeext'
14788 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14789 (eval $ac_try) 2>&5
14791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14792 (exit $ac_status); }; }; then
14793 ac_cv_lib_m_cabsf
=yes
14795 echo "$as_me: failed program was:" >&5
14796 sed 's/^/| /' conftest.
$ac_ext >&5
14798 ac_cv_lib_m_cabsf
=no
14800 rm -f conftest.err conftest.
$ac_objext \
14801 conftest
$ac_exeext conftest.
$ac_ext
14802 LIBS
=$ac_check_lib_save_LIBS
14804 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cabsf" >&5
14805 echo "${ECHO_T}$ac_cv_lib_m_cabsf" >&6
14806 if test $ac_cv_lib_m_cabsf = yes; then
14808 cat >>confdefs.h
<<\_ACEOF
14809 #define HAVE_CABSF 1
14814 echo "$as_me:$LINENO: checking for cabs in -lm" >&5
14815 echo $ECHO_N "checking for cabs in -lm... $ECHO_C" >&6
14816 if test "${ac_cv_lib_m_cabs+set}" = set; then
14817 echo $ECHO_N "(cached) $ECHO_C" >&6
14819 ac_check_lib_save_LIBS
=$LIBS
14821 if test x
$gcc_no_link = xyes
; then
14822 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
14823 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
14824 { (exit 1); exit 1; }; }
14826 cat >conftest.
$ac_ext <<_ACEOF
14829 cat confdefs.h
>>conftest.
$ac_ext
14830 cat >>conftest.
$ac_ext <<_ACEOF
14831 /* end confdefs.h. */
14833 /* Override any gcc2 internal prototype to avoid an error. */
14837 /* We use char because int might match the return type of a gcc2
14838 builtin and then its argument prototype would still apply. */
14848 rm -f conftest.
$ac_objext conftest
$ac_exeext
14849 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14850 (eval $ac_link) 2>conftest.er1
14852 grep -v '^ *+' conftest.er1
>conftest.err
14854 cat conftest.err
>&5
14855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14856 (exit $ac_status); } &&
14857 { ac_try
='test -z "$ac_c_werror_flag"
14858 || test ! -s conftest.err'
14859 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14860 (eval $ac_try) 2>&5
14862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14863 (exit $ac_status); }; } &&
14864 { ac_try
='test -s conftest$ac_exeext'
14865 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14866 (eval $ac_try) 2>&5
14868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14869 (exit $ac_status); }; }; then
14870 ac_cv_lib_m_cabs
=yes
14872 echo "$as_me: failed program was:" >&5
14873 sed 's/^/| /' conftest.
$ac_ext >&5
14875 ac_cv_lib_m_cabs
=no
14877 rm -f conftest.err conftest.
$ac_objext \
14878 conftest
$ac_exeext conftest.
$ac_ext
14879 LIBS
=$ac_check_lib_save_LIBS
14881 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cabs" >&5
14882 echo "${ECHO_T}$ac_cv_lib_m_cabs" >&6
14883 if test $ac_cv_lib_m_cabs = yes; then
14885 cat >>confdefs.h
<<\_ACEOF
14886 #define HAVE_CABS 1
14891 echo "$as_me:$LINENO: checking for cabsl in -lm" >&5
14892 echo $ECHO_N "checking for cabsl in -lm... $ECHO_C" >&6
14893 if test "${ac_cv_lib_m_cabsl+set}" = set; then
14894 echo $ECHO_N "(cached) $ECHO_C" >&6
14896 ac_check_lib_save_LIBS
=$LIBS
14898 if test x
$gcc_no_link = xyes
; then
14899 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
14900 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
14901 { (exit 1); exit 1; }; }
14903 cat >conftest.
$ac_ext <<_ACEOF
14906 cat confdefs.h
>>conftest.
$ac_ext
14907 cat >>conftest.
$ac_ext <<_ACEOF
14908 /* end confdefs.h. */
14910 /* Override any gcc2 internal prototype to avoid an error. */
14914 /* We use char because int might match the return type of a gcc2
14915 builtin and then its argument prototype would still apply. */
14925 rm -f conftest.
$ac_objext conftest
$ac_exeext
14926 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14927 (eval $ac_link) 2>conftest.er1
14929 grep -v '^ *+' conftest.er1
>conftest.err
14931 cat conftest.err
>&5
14932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14933 (exit $ac_status); } &&
14934 { ac_try
='test -z "$ac_c_werror_flag"
14935 || test ! -s conftest.err'
14936 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14937 (eval $ac_try) 2>&5
14939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14940 (exit $ac_status); }; } &&
14941 { ac_try
='test -s conftest$ac_exeext'
14942 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14943 (eval $ac_try) 2>&5
14945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14946 (exit $ac_status); }; }; then
14947 ac_cv_lib_m_cabsl
=yes
14949 echo "$as_me: failed program was:" >&5
14950 sed 's/^/| /' conftest.
$ac_ext >&5
14952 ac_cv_lib_m_cabsl
=no
14954 rm -f conftest.err conftest.
$ac_objext \
14955 conftest
$ac_exeext conftest.
$ac_ext
14956 LIBS
=$ac_check_lib_save_LIBS
14958 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cabsl" >&5
14959 echo "${ECHO_T}$ac_cv_lib_m_cabsl" >&6
14960 if test $ac_cv_lib_m_cabsl = yes; then
14962 cat >>confdefs.h
<<\_ACEOF
14963 #define HAVE_CABSL 1
14968 echo "$as_me:$LINENO: checking for floorf in -lm" >&5
14969 echo $ECHO_N "checking for floorf in -lm... $ECHO_C" >&6
14970 if test "${ac_cv_lib_m_floorf+set}" = set; then
14971 echo $ECHO_N "(cached) $ECHO_C" >&6
14973 ac_check_lib_save_LIBS
=$LIBS
14975 if test x
$gcc_no_link = xyes
; then
14976 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
14977 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
14978 { (exit 1); exit 1; }; }
14980 cat >conftest.
$ac_ext <<_ACEOF
14983 cat confdefs.h
>>conftest.
$ac_ext
14984 cat >>conftest.
$ac_ext <<_ACEOF
14985 /* end confdefs.h. */
14987 /* Override any gcc2 internal prototype to avoid an error. */
14991 /* We use char because int might match the return type of a gcc2
14992 builtin and then its argument prototype would still apply. */
15002 rm -f conftest.
$ac_objext conftest
$ac_exeext
15003 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15004 (eval $ac_link) 2>conftest.er1
15006 grep -v '^ *+' conftest.er1
>conftest.err
15008 cat conftest.err
>&5
15009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15010 (exit $ac_status); } &&
15011 { ac_try
='test -z "$ac_c_werror_flag"
15012 || test ! -s conftest.err'
15013 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15014 (eval $ac_try) 2>&5
15016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15017 (exit $ac_status); }; } &&
15018 { ac_try
='test -s conftest$ac_exeext'
15019 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15020 (eval $ac_try) 2>&5
15022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15023 (exit $ac_status); }; }; then
15024 ac_cv_lib_m_floorf
=yes
15026 echo "$as_me: failed program was:" >&5
15027 sed 's/^/| /' conftest.
$ac_ext >&5
15029 ac_cv_lib_m_floorf
=no
15031 rm -f conftest.err conftest.
$ac_objext \
15032 conftest
$ac_exeext conftest.
$ac_ext
15033 LIBS
=$ac_check_lib_save_LIBS
15035 echo "$as_me:$LINENO: result: $ac_cv_lib_m_floorf" >&5
15036 echo "${ECHO_T}$ac_cv_lib_m_floorf" >&6
15037 if test $ac_cv_lib_m_floorf = yes; then
15039 cat >>confdefs.h
<<\_ACEOF
15040 #define HAVE_FLOORF 1
15045 echo "$as_me:$LINENO: checking for floor in -lm" >&5
15046 echo $ECHO_N "checking for floor in -lm... $ECHO_C" >&6
15047 if test "${ac_cv_lib_m_floor+set}" = set; then
15048 echo $ECHO_N "(cached) $ECHO_C" >&6
15050 ac_check_lib_save_LIBS
=$LIBS
15052 if test x
$gcc_no_link = xyes
; then
15053 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
15054 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
15055 { (exit 1); exit 1; }; }
15057 cat >conftest.
$ac_ext <<_ACEOF
15060 cat confdefs.h
>>conftest.
$ac_ext
15061 cat >>conftest.
$ac_ext <<_ACEOF
15062 /* end confdefs.h. */
15064 /* Override any gcc2 internal prototype to avoid an error. */
15068 /* We use char because int might match the return type of a gcc2
15069 builtin and then its argument prototype would still apply. */
15079 rm -f conftest.
$ac_objext conftest
$ac_exeext
15080 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15081 (eval $ac_link) 2>conftest.er1
15083 grep -v '^ *+' conftest.er1
>conftest.err
15085 cat conftest.err
>&5
15086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15087 (exit $ac_status); } &&
15088 { ac_try
='test -z "$ac_c_werror_flag"
15089 || test ! -s conftest.err'
15090 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15091 (eval $ac_try) 2>&5
15093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15094 (exit $ac_status); }; } &&
15095 { ac_try
='test -s conftest$ac_exeext'
15096 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15097 (eval $ac_try) 2>&5
15099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15100 (exit $ac_status); }; }; then
15101 ac_cv_lib_m_floor
=yes
15103 echo "$as_me: failed program was:" >&5
15104 sed 's/^/| /' conftest.
$ac_ext >&5
15106 ac_cv_lib_m_floor
=no
15108 rm -f conftest.err conftest.
$ac_objext \
15109 conftest
$ac_exeext conftest.
$ac_ext
15110 LIBS
=$ac_check_lib_save_LIBS
15112 echo "$as_me:$LINENO: result: $ac_cv_lib_m_floor" >&5
15113 echo "${ECHO_T}$ac_cv_lib_m_floor" >&6
15114 if test $ac_cv_lib_m_floor = yes; then
15116 cat >>confdefs.h
<<\_ACEOF
15117 #define HAVE_FLOOR 1
15122 echo "$as_me:$LINENO: checking for floorl in -lm" >&5
15123 echo $ECHO_N "checking for floorl in -lm... $ECHO_C" >&6
15124 if test "${ac_cv_lib_m_floorl+set}" = set; then
15125 echo $ECHO_N "(cached) $ECHO_C" >&6
15127 ac_check_lib_save_LIBS
=$LIBS
15129 if test x
$gcc_no_link = xyes
; then
15130 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
15131 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
15132 { (exit 1); exit 1; }; }
15134 cat >conftest.
$ac_ext <<_ACEOF
15137 cat confdefs.h
>>conftest.
$ac_ext
15138 cat >>conftest.
$ac_ext <<_ACEOF
15139 /* end confdefs.h. */
15141 /* Override any gcc2 internal prototype to avoid an error. */
15145 /* We use char because int might match the return type of a gcc2
15146 builtin and then its argument prototype would still apply. */
15156 rm -f conftest.
$ac_objext conftest
$ac_exeext
15157 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15158 (eval $ac_link) 2>conftest.er1
15160 grep -v '^ *+' conftest.er1
>conftest.err
15162 cat conftest.err
>&5
15163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15164 (exit $ac_status); } &&
15165 { ac_try
='test -z "$ac_c_werror_flag"
15166 || test ! -s conftest.err'
15167 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15168 (eval $ac_try) 2>&5
15170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15171 (exit $ac_status); }; } &&
15172 { ac_try
='test -s conftest$ac_exeext'
15173 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15174 (eval $ac_try) 2>&5
15176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15177 (exit $ac_status); }; }; then
15178 ac_cv_lib_m_floorl
=yes
15180 echo "$as_me: failed program was:" >&5
15181 sed 's/^/| /' conftest.
$ac_ext >&5
15183 ac_cv_lib_m_floorl
=no
15185 rm -f conftest.err conftest.
$ac_objext \
15186 conftest
$ac_exeext conftest.
$ac_ext
15187 LIBS
=$ac_check_lib_save_LIBS
15189 echo "$as_me:$LINENO: result: $ac_cv_lib_m_floorl" >&5
15190 echo "${ECHO_T}$ac_cv_lib_m_floorl" >&6
15191 if test $ac_cv_lib_m_floorl = yes; then
15193 cat >>confdefs.h
<<\_ACEOF
15194 #define HAVE_FLOORL 1
15199 echo "$as_me:$LINENO: checking for fmodf in -lm" >&5
15200 echo $ECHO_N "checking for fmodf in -lm... $ECHO_C" >&6
15201 if test "${ac_cv_lib_m_fmodf+set}" = set; then
15202 echo $ECHO_N "(cached) $ECHO_C" >&6
15204 ac_check_lib_save_LIBS
=$LIBS
15206 if test x
$gcc_no_link = xyes
; then
15207 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
15208 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
15209 { (exit 1); exit 1; }; }
15211 cat >conftest.
$ac_ext <<_ACEOF
15214 cat confdefs.h
>>conftest.
$ac_ext
15215 cat >>conftest.
$ac_ext <<_ACEOF
15216 /* end confdefs.h. */
15218 /* Override any gcc2 internal prototype to avoid an error. */
15222 /* We use char because int might match the return type of a gcc2
15223 builtin and then its argument prototype would still apply. */
15233 rm -f conftest.
$ac_objext conftest
$ac_exeext
15234 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15235 (eval $ac_link) 2>conftest.er1
15237 grep -v '^ *+' conftest.er1
>conftest.err
15239 cat conftest.err
>&5
15240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15241 (exit $ac_status); } &&
15242 { ac_try
='test -z "$ac_c_werror_flag"
15243 || test ! -s conftest.err'
15244 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15245 (eval $ac_try) 2>&5
15247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15248 (exit $ac_status); }; } &&
15249 { ac_try
='test -s conftest$ac_exeext'
15250 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15251 (eval $ac_try) 2>&5
15253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15254 (exit $ac_status); }; }; then
15255 ac_cv_lib_m_fmodf
=yes
15257 echo "$as_me: failed program was:" >&5
15258 sed 's/^/| /' conftest.
$ac_ext >&5
15260 ac_cv_lib_m_fmodf
=no
15262 rm -f conftest.err conftest.
$ac_objext \
15263 conftest
$ac_exeext conftest.
$ac_ext
15264 LIBS
=$ac_check_lib_save_LIBS
15266 echo "$as_me:$LINENO: result: $ac_cv_lib_m_fmodf" >&5
15267 echo "${ECHO_T}$ac_cv_lib_m_fmodf" >&6
15268 if test $ac_cv_lib_m_fmodf = yes; then
15270 cat >>confdefs.h
<<\_ACEOF
15271 #define HAVE_FMODF 1
15276 echo "$as_me:$LINENO: checking for fmod in -lm" >&5
15277 echo $ECHO_N "checking for fmod in -lm... $ECHO_C" >&6
15278 if test "${ac_cv_lib_m_fmod+set}" = set; then
15279 echo $ECHO_N "(cached) $ECHO_C" >&6
15281 ac_check_lib_save_LIBS
=$LIBS
15283 if test x
$gcc_no_link = xyes
; then
15284 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
15285 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
15286 { (exit 1); exit 1; }; }
15288 cat >conftest.
$ac_ext <<_ACEOF
15291 cat confdefs.h
>>conftest.
$ac_ext
15292 cat >>conftest.
$ac_ext <<_ACEOF
15293 /* end confdefs.h. */
15295 /* Override any gcc2 internal prototype to avoid an error. */
15299 /* We use char because int might match the return type of a gcc2
15300 builtin and then its argument prototype would still apply. */
15310 rm -f conftest.
$ac_objext conftest
$ac_exeext
15311 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15312 (eval $ac_link) 2>conftest.er1
15314 grep -v '^ *+' conftest.er1
>conftest.err
15316 cat conftest.err
>&5
15317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15318 (exit $ac_status); } &&
15319 { ac_try
='test -z "$ac_c_werror_flag"
15320 || test ! -s conftest.err'
15321 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15322 (eval $ac_try) 2>&5
15324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15325 (exit $ac_status); }; } &&
15326 { ac_try
='test -s conftest$ac_exeext'
15327 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15328 (eval $ac_try) 2>&5
15330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15331 (exit $ac_status); }; }; then
15332 ac_cv_lib_m_fmod
=yes
15334 echo "$as_me: failed program was:" >&5
15335 sed 's/^/| /' conftest.
$ac_ext >&5
15337 ac_cv_lib_m_fmod
=no
15339 rm -f conftest.err conftest.
$ac_objext \
15340 conftest
$ac_exeext conftest.
$ac_ext
15341 LIBS
=$ac_check_lib_save_LIBS
15343 echo "$as_me:$LINENO: result: $ac_cv_lib_m_fmod" >&5
15344 echo "${ECHO_T}$ac_cv_lib_m_fmod" >&6
15345 if test $ac_cv_lib_m_fmod = yes; then
15347 cat >>confdefs.h
<<\_ACEOF
15348 #define HAVE_FMOD 1
15353 echo "$as_me:$LINENO: checking for fmodl in -lm" >&5
15354 echo $ECHO_N "checking for fmodl in -lm... $ECHO_C" >&6
15355 if test "${ac_cv_lib_m_fmodl+set}" = set; then
15356 echo $ECHO_N "(cached) $ECHO_C" >&6
15358 ac_check_lib_save_LIBS
=$LIBS
15360 if test x
$gcc_no_link = xyes
; then
15361 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
15362 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
15363 { (exit 1); exit 1; }; }
15365 cat >conftest.
$ac_ext <<_ACEOF
15368 cat confdefs.h
>>conftest.
$ac_ext
15369 cat >>conftest.
$ac_ext <<_ACEOF
15370 /* end confdefs.h. */
15372 /* Override any gcc2 internal prototype to avoid an error. */
15376 /* We use char because int might match the return type of a gcc2
15377 builtin and then its argument prototype would still apply. */
15387 rm -f conftest.
$ac_objext conftest
$ac_exeext
15388 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15389 (eval $ac_link) 2>conftest.er1
15391 grep -v '^ *+' conftest.er1
>conftest.err
15393 cat conftest.err
>&5
15394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15395 (exit $ac_status); } &&
15396 { ac_try
='test -z "$ac_c_werror_flag"
15397 || test ! -s conftest.err'
15398 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15399 (eval $ac_try) 2>&5
15401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15402 (exit $ac_status); }; } &&
15403 { ac_try
='test -s conftest$ac_exeext'
15404 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15405 (eval $ac_try) 2>&5
15407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15408 (exit $ac_status); }; }; then
15409 ac_cv_lib_m_fmodl
=yes
15411 echo "$as_me: failed program was:" >&5
15412 sed 's/^/| /' conftest.
$ac_ext >&5
15414 ac_cv_lib_m_fmodl
=no
15416 rm -f conftest.err conftest.
$ac_objext \
15417 conftest
$ac_exeext conftest.
$ac_ext
15418 LIBS
=$ac_check_lib_save_LIBS
15420 echo "$as_me:$LINENO: result: $ac_cv_lib_m_fmodl" >&5
15421 echo "${ECHO_T}$ac_cv_lib_m_fmodl" >&6
15422 if test $ac_cv_lib_m_fmodl = yes; then
15424 cat >>confdefs.h
<<\_ACEOF
15425 #define HAVE_FMODL 1
15430 echo "$as_me:$LINENO: checking for frexpf in -lm" >&5
15431 echo $ECHO_N "checking for frexpf in -lm... $ECHO_C" >&6
15432 if test "${ac_cv_lib_m_frexpf+set}" = set; then
15433 echo $ECHO_N "(cached) $ECHO_C" >&6
15435 ac_check_lib_save_LIBS
=$LIBS
15437 if test x
$gcc_no_link = xyes
; then
15438 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
15439 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
15440 { (exit 1); exit 1; }; }
15442 cat >conftest.
$ac_ext <<_ACEOF
15445 cat confdefs.h
>>conftest.
$ac_ext
15446 cat >>conftest.
$ac_ext <<_ACEOF
15447 /* end confdefs.h. */
15449 /* Override any gcc2 internal prototype to avoid an error. */
15453 /* We use char because int might match the return type of a gcc2
15454 builtin and then its argument prototype would still apply. */
15464 rm -f conftest.
$ac_objext conftest
$ac_exeext
15465 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15466 (eval $ac_link) 2>conftest.er1
15468 grep -v '^ *+' conftest.er1
>conftest.err
15470 cat conftest.err
>&5
15471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15472 (exit $ac_status); } &&
15473 { ac_try
='test -z "$ac_c_werror_flag"
15474 || test ! -s conftest.err'
15475 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15476 (eval $ac_try) 2>&5
15478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15479 (exit $ac_status); }; } &&
15480 { ac_try
='test -s conftest$ac_exeext'
15481 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15482 (eval $ac_try) 2>&5
15484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15485 (exit $ac_status); }; }; then
15486 ac_cv_lib_m_frexpf
=yes
15488 echo "$as_me: failed program was:" >&5
15489 sed 's/^/| /' conftest.
$ac_ext >&5
15491 ac_cv_lib_m_frexpf
=no
15493 rm -f conftest.err conftest.
$ac_objext \
15494 conftest
$ac_exeext conftest.
$ac_ext
15495 LIBS
=$ac_check_lib_save_LIBS
15497 echo "$as_me:$LINENO: result: $ac_cv_lib_m_frexpf" >&5
15498 echo "${ECHO_T}$ac_cv_lib_m_frexpf" >&6
15499 if test $ac_cv_lib_m_frexpf = yes; then
15501 cat >>confdefs.h
<<\_ACEOF
15502 #define HAVE_FREXPF 1
15507 echo "$as_me:$LINENO: checking for frexp in -lm" >&5
15508 echo $ECHO_N "checking for frexp in -lm... $ECHO_C" >&6
15509 if test "${ac_cv_lib_m_frexp+set}" = set; then
15510 echo $ECHO_N "(cached) $ECHO_C" >&6
15512 ac_check_lib_save_LIBS
=$LIBS
15514 if test x
$gcc_no_link = xyes
; then
15515 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
15516 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
15517 { (exit 1); exit 1; }; }
15519 cat >conftest.
$ac_ext <<_ACEOF
15522 cat confdefs.h
>>conftest.
$ac_ext
15523 cat >>conftest.
$ac_ext <<_ACEOF
15524 /* end confdefs.h. */
15526 /* Override any gcc2 internal prototype to avoid an error. */
15530 /* We use char because int might match the return type of a gcc2
15531 builtin and then its argument prototype would still apply. */
15541 rm -f conftest.
$ac_objext conftest
$ac_exeext
15542 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15543 (eval $ac_link) 2>conftest.er1
15545 grep -v '^ *+' conftest.er1
>conftest.err
15547 cat conftest.err
>&5
15548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15549 (exit $ac_status); } &&
15550 { ac_try
='test -z "$ac_c_werror_flag"
15551 || test ! -s conftest.err'
15552 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15553 (eval $ac_try) 2>&5
15555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15556 (exit $ac_status); }; } &&
15557 { ac_try
='test -s conftest$ac_exeext'
15558 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15559 (eval $ac_try) 2>&5
15561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15562 (exit $ac_status); }; }; then
15563 ac_cv_lib_m_frexp
=yes
15565 echo "$as_me: failed program was:" >&5
15566 sed 's/^/| /' conftest.
$ac_ext >&5
15568 ac_cv_lib_m_frexp
=no
15570 rm -f conftest.err conftest.
$ac_objext \
15571 conftest
$ac_exeext conftest.
$ac_ext
15572 LIBS
=$ac_check_lib_save_LIBS
15574 echo "$as_me:$LINENO: result: $ac_cv_lib_m_frexp" >&5
15575 echo "${ECHO_T}$ac_cv_lib_m_frexp" >&6
15576 if test $ac_cv_lib_m_frexp = yes; then
15578 cat >>confdefs.h
<<\_ACEOF
15579 #define HAVE_FREXP 1
15584 echo "$as_me:$LINENO: checking for frexpl in -lm" >&5
15585 echo $ECHO_N "checking for frexpl in -lm... $ECHO_C" >&6
15586 if test "${ac_cv_lib_m_frexpl+set}" = set; then
15587 echo $ECHO_N "(cached) $ECHO_C" >&6
15589 ac_check_lib_save_LIBS
=$LIBS
15591 if test x
$gcc_no_link = xyes
; then
15592 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
15593 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
15594 { (exit 1); exit 1; }; }
15596 cat >conftest.
$ac_ext <<_ACEOF
15599 cat confdefs.h
>>conftest.
$ac_ext
15600 cat >>conftest.
$ac_ext <<_ACEOF
15601 /* end confdefs.h. */
15603 /* Override any gcc2 internal prototype to avoid an error. */
15607 /* We use char because int might match the return type of a gcc2
15608 builtin and then its argument prototype would still apply. */
15618 rm -f conftest.
$ac_objext conftest
$ac_exeext
15619 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15620 (eval $ac_link) 2>conftest.er1
15622 grep -v '^ *+' conftest.er1
>conftest.err
15624 cat conftest.err
>&5
15625 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15626 (exit $ac_status); } &&
15627 { ac_try
='test -z "$ac_c_werror_flag"
15628 || test ! -s conftest.err'
15629 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15630 (eval $ac_try) 2>&5
15632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15633 (exit $ac_status); }; } &&
15634 { ac_try
='test -s conftest$ac_exeext'
15635 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15636 (eval $ac_try) 2>&5
15638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15639 (exit $ac_status); }; }; then
15640 ac_cv_lib_m_frexpl
=yes
15642 echo "$as_me: failed program was:" >&5
15643 sed 's/^/| /' conftest.
$ac_ext >&5
15645 ac_cv_lib_m_frexpl
=no
15647 rm -f conftest.err conftest.
$ac_objext \
15648 conftest
$ac_exeext conftest.
$ac_ext
15649 LIBS
=$ac_check_lib_save_LIBS
15651 echo "$as_me:$LINENO: result: $ac_cv_lib_m_frexpl" >&5
15652 echo "${ECHO_T}$ac_cv_lib_m_frexpl" >&6
15653 if test $ac_cv_lib_m_frexpl = yes; then
15655 cat >>confdefs.h
<<\_ACEOF
15656 #define HAVE_FREXPL 1
15661 echo "$as_me:$LINENO: checking for hypotf in -lm" >&5
15662 echo $ECHO_N "checking for hypotf in -lm... $ECHO_C" >&6
15663 if test "${ac_cv_lib_m_hypotf+set}" = set; then
15664 echo $ECHO_N "(cached) $ECHO_C" >&6
15666 ac_check_lib_save_LIBS
=$LIBS
15668 if test x
$gcc_no_link = xyes
; then
15669 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
15670 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
15671 { (exit 1); exit 1; }; }
15673 cat >conftest.
$ac_ext <<_ACEOF
15676 cat confdefs.h
>>conftest.
$ac_ext
15677 cat >>conftest.
$ac_ext <<_ACEOF
15678 /* end confdefs.h. */
15680 /* Override any gcc2 internal prototype to avoid an error. */
15684 /* We use char because int might match the return type of a gcc2
15685 builtin and then its argument prototype would still apply. */
15695 rm -f conftest.
$ac_objext conftest
$ac_exeext
15696 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15697 (eval $ac_link) 2>conftest.er1
15699 grep -v '^ *+' conftest.er1
>conftest.err
15701 cat conftest.err
>&5
15702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15703 (exit $ac_status); } &&
15704 { ac_try
='test -z "$ac_c_werror_flag"
15705 || test ! -s conftest.err'
15706 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15707 (eval $ac_try) 2>&5
15709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15710 (exit $ac_status); }; } &&
15711 { ac_try
='test -s conftest$ac_exeext'
15712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15713 (eval $ac_try) 2>&5
15715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15716 (exit $ac_status); }; }; then
15717 ac_cv_lib_m_hypotf
=yes
15719 echo "$as_me: failed program was:" >&5
15720 sed 's/^/| /' conftest.
$ac_ext >&5
15722 ac_cv_lib_m_hypotf
=no
15724 rm -f conftest.err conftest.
$ac_objext \
15725 conftest
$ac_exeext conftest.
$ac_ext
15726 LIBS
=$ac_check_lib_save_LIBS
15728 echo "$as_me:$LINENO: result: $ac_cv_lib_m_hypotf" >&5
15729 echo "${ECHO_T}$ac_cv_lib_m_hypotf" >&6
15730 if test $ac_cv_lib_m_hypotf = yes; then
15732 cat >>confdefs.h
<<\_ACEOF
15733 #define HAVE_HYPOTF 1
15738 echo "$as_me:$LINENO: checking for hypot in -lm" >&5
15739 echo $ECHO_N "checking for hypot in -lm... $ECHO_C" >&6
15740 if test "${ac_cv_lib_m_hypot+set}" = set; then
15741 echo $ECHO_N "(cached) $ECHO_C" >&6
15743 ac_check_lib_save_LIBS
=$LIBS
15745 if test x
$gcc_no_link = xyes
; then
15746 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
15747 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
15748 { (exit 1); exit 1; }; }
15750 cat >conftest.
$ac_ext <<_ACEOF
15753 cat confdefs.h
>>conftest.
$ac_ext
15754 cat >>conftest.
$ac_ext <<_ACEOF
15755 /* end confdefs.h. */
15757 /* Override any gcc2 internal prototype to avoid an error. */
15761 /* We use char because int might match the return type of a gcc2
15762 builtin and then its argument prototype would still apply. */
15772 rm -f conftest.
$ac_objext conftest
$ac_exeext
15773 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15774 (eval $ac_link) 2>conftest.er1
15776 grep -v '^ *+' conftest.er1
>conftest.err
15778 cat conftest.err
>&5
15779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15780 (exit $ac_status); } &&
15781 { ac_try
='test -z "$ac_c_werror_flag"
15782 || test ! -s conftest.err'
15783 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15784 (eval $ac_try) 2>&5
15786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15787 (exit $ac_status); }; } &&
15788 { ac_try
='test -s conftest$ac_exeext'
15789 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15790 (eval $ac_try) 2>&5
15792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15793 (exit $ac_status); }; }; then
15794 ac_cv_lib_m_hypot
=yes
15796 echo "$as_me: failed program was:" >&5
15797 sed 's/^/| /' conftest.
$ac_ext >&5
15799 ac_cv_lib_m_hypot
=no
15801 rm -f conftest.err conftest.
$ac_objext \
15802 conftest
$ac_exeext conftest.
$ac_ext
15803 LIBS
=$ac_check_lib_save_LIBS
15805 echo "$as_me:$LINENO: result: $ac_cv_lib_m_hypot" >&5
15806 echo "${ECHO_T}$ac_cv_lib_m_hypot" >&6
15807 if test $ac_cv_lib_m_hypot = yes; then
15809 cat >>confdefs.h
<<\_ACEOF
15810 #define HAVE_HYPOT 1
15815 echo "$as_me:$LINENO: checking for hypotl in -lm" >&5
15816 echo $ECHO_N "checking for hypotl in -lm... $ECHO_C" >&6
15817 if test "${ac_cv_lib_m_hypotl+set}" = set; then
15818 echo $ECHO_N "(cached) $ECHO_C" >&6
15820 ac_check_lib_save_LIBS
=$LIBS
15822 if test x
$gcc_no_link = xyes
; then
15823 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
15824 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
15825 { (exit 1); exit 1; }; }
15827 cat >conftest.
$ac_ext <<_ACEOF
15830 cat confdefs.h
>>conftest.
$ac_ext
15831 cat >>conftest.
$ac_ext <<_ACEOF
15832 /* end confdefs.h. */
15834 /* Override any gcc2 internal prototype to avoid an error. */
15838 /* We use char because int might match the return type of a gcc2
15839 builtin and then its argument prototype would still apply. */
15849 rm -f conftest.
$ac_objext conftest
$ac_exeext
15850 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15851 (eval $ac_link) 2>conftest.er1
15853 grep -v '^ *+' conftest.er1
>conftest.err
15855 cat conftest.err
>&5
15856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15857 (exit $ac_status); } &&
15858 { ac_try
='test -z "$ac_c_werror_flag"
15859 || test ! -s conftest.err'
15860 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15861 (eval $ac_try) 2>&5
15863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15864 (exit $ac_status); }; } &&
15865 { ac_try
='test -s conftest$ac_exeext'
15866 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15867 (eval $ac_try) 2>&5
15869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15870 (exit $ac_status); }; }; then
15871 ac_cv_lib_m_hypotl
=yes
15873 echo "$as_me: failed program was:" >&5
15874 sed 's/^/| /' conftest.
$ac_ext >&5
15876 ac_cv_lib_m_hypotl
=no
15878 rm -f conftest.err conftest.
$ac_objext \
15879 conftest
$ac_exeext conftest.
$ac_ext
15880 LIBS
=$ac_check_lib_save_LIBS
15882 echo "$as_me:$LINENO: result: $ac_cv_lib_m_hypotl" >&5
15883 echo "${ECHO_T}$ac_cv_lib_m_hypotl" >&6
15884 if test $ac_cv_lib_m_hypotl = yes; then
15886 cat >>confdefs.h
<<\_ACEOF
15887 #define HAVE_HYPOTL 1
15892 echo "$as_me:$LINENO: checking for ldexpf in -lm" >&5
15893 echo $ECHO_N "checking for ldexpf in -lm... $ECHO_C" >&6
15894 if test "${ac_cv_lib_m_ldexpf+set}" = set; then
15895 echo $ECHO_N "(cached) $ECHO_C" >&6
15897 ac_check_lib_save_LIBS
=$LIBS
15899 if test x
$gcc_no_link = xyes
; then
15900 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
15901 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
15902 { (exit 1); exit 1; }; }
15904 cat >conftest.
$ac_ext <<_ACEOF
15907 cat confdefs.h
>>conftest.
$ac_ext
15908 cat >>conftest.
$ac_ext <<_ACEOF
15909 /* end confdefs.h. */
15911 /* Override any gcc2 internal prototype to avoid an error. */
15915 /* We use char because int might match the return type of a gcc2
15916 builtin and then its argument prototype would still apply. */
15926 rm -f conftest.
$ac_objext conftest
$ac_exeext
15927 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15928 (eval $ac_link) 2>conftest.er1
15930 grep -v '^ *+' conftest.er1
>conftest.err
15932 cat conftest.err
>&5
15933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15934 (exit $ac_status); } &&
15935 { ac_try
='test -z "$ac_c_werror_flag"
15936 || test ! -s conftest.err'
15937 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15938 (eval $ac_try) 2>&5
15940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15941 (exit $ac_status); }; } &&
15942 { ac_try
='test -s conftest$ac_exeext'
15943 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15944 (eval $ac_try) 2>&5
15946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15947 (exit $ac_status); }; }; then
15948 ac_cv_lib_m_ldexpf
=yes
15950 echo "$as_me: failed program was:" >&5
15951 sed 's/^/| /' conftest.
$ac_ext >&5
15953 ac_cv_lib_m_ldexpf
=no
15955 rm -f conftest.err conftest.
$ac_objext \
15956 conftest
$ac_exeext conftest.
$ac_ext
15957 LIBS
=$ac_check_lib_save_LIBS
15959 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ldexpf" >&5
15960 echo "${ECHO_T}$ac_cv_lib_m_ldexpf" >&6
15961 if test $ac_cv_lib_m_ldexpf = yes; then
15963 cat >>confdefs.h
<<\_ACEOF
15964 #define HAVE_LDEXPF 1
15969 echo "$as_me:$LINENO: checking for ldexp in -lm" >&5
15970 echo $ECHO_N "checking for ldexp in -lm... $ECHO_C" >&6
15971 if test "${ac_cv_lib_m_ldexp+set}" = set; then
15972 echo $ECHO_N "(cached) $ECHO_C" >&6
15974 ac_check_lib_save_LIBS
=$LIBS
15976 if test x
$gcc_no_link = xyes
; then
15977 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
15978 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
15979 { (exit 1); exit 1; }; }
15981 cat >conftest.
$ac_ext <<_ACEOF
15984 cat confdefs.h
>>conftest.
$ac_ext
15985 cat >>conftest.
$ac_ext <<_ACEOF
15986 /* end confdefs.h. */
15988 /* Override any gcc2 internal prototype to avoid an error. */
15992 /* We use char because int might match the return type of a gcc2
15993 builtin and then its argument prototype would still apply. */
16003 rm -f conftest.
$ac_objext conftest
$ac_exeext
16004 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16005 (eval $ac_link) 2>conftest.er1
16007 grep -v '^ *+' conftest.er1
>conftest.err
16009 cat conftest.err
>&5
16010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16011 (exit $ac_status); } &&
16012 { ac_try
='test -z "$ac_c_werror_flag"
16013 || test ! -s conftest.err'
16014 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16015 (eval $ac_try) 2>&5
16017 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16018 (exit $ac_status); }; } &&
16019 { ac_try
='test -s conftest$ac_exeext'
16020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16021 (eval $ac_try) 2>&5
16023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16024 (exit $ac_status); }; }; then
16025 ac_cv_lib_m_ldexp
=yes
16027 echo "$as_me: failed program was:" >&5
16028 sed 's/^/| /' conftest.
$ac_ext >&5
16030 ac_cv_lib_m_ldexp
=no
16032 rm -f conftest.err conftest.
$ac_objext \
16033 conftest
$ac_exeext conftest.
$ac_ext
16034 LIBS
=$ac_check_lib_save_LIBS
16036 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ldexp" >&5
16037 echo "${ECHO_T}$ac_cv_lib_m_ldexp" >&6
16038 if test $ac_cv_lib_m_ldexp = yes; then
16040 cat >>confdefs.h
<<\_ACEOF
16041 #define HAVE_LDEXP 1
16046 echo "$as_me:$LINENO: checking for ldexpl in -lm" >&5
16047 echo $ECHO_N "checking for ldexpl in -lm... $ECHO_C" >&6
16048 if test "${ac_cv_lib_m_ldexpl+set}" = set; then
16049 echo $ECHO_N "(cached) $ECHO_C" >&6
16051 ac_check_lib_save_LIBS
=$LIBS
16053 if test x
$gcc_no_link = xyes
; then
16054 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
16055 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
16056 { (exit 1); exit 1; }; }
16058 cat >conftest.
$ac_ext <<_ACEOF
16061 cat confdefs.h
>>conftest.
$ac_ext
16062 cat >>conftest.
$ac_ext <<_ACEOF
16063 /* end confdefs.h. */
16065 /* Override any gcc2 internal prototype to avoid an error. */
16069 /* We use char because int might match the return type of a gcc2
16070 builtin and then its argument prototype would still apply. */
16080 rm -f conftest.
$ac_objext conftest
$ac_exeext
16081 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16082 (eval $ac_link) 2>conftest.er1
16084 grep -v '^ *+' conftest.er1
>conftest.err
16086 cat conftest.err
>&5
16087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16088 (exit $ac_status); } &&
16089 { ac_try
='test -z "$ac_c_werror_flag"
16090 || test ! -s conftest.err'
16091 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16092 (eval $ac_try) 2>&5
16094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16095 (exit $ac_status); }; } &&
16096 { ac_try
='test -s conftest$ac_exeext'
16097 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16098 (eval $ac_try) 2>&5
16100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16101 (exit $ac_status); }; }; then
16102 ac_cv_lib_m_ldexpl
=yes
16104 echo "$as_me: failed program was:" >&5
16105 sed 's/^/| /' conftest.
$ac_ext >&5
16107 ac_cv_lib_m_ldexpl
=no
16109 rm -f conftest.err conftest.
$ac_objext \
16110 conftest
$ac_exeext conftest.
$ac_ext
16111 LIBS
=$ac_check_lib_save_LIBS
16113 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ldexpl" >&5
16114 echo "${ECHO_T}$ac_cv_lib_m_ldexpl" >&6
16115 if test $ac_cv_lib_m_ldexpl = yes; then
16117 cat >>confdefs.h
<<\_ACEOF
16118 #define HAVE_LDEXPL 1
16123 echo "$as_me:$LINENO: checking for logf in -lm" >&5
16124 echo $ECHO_N "checking for logf in -lm... $ECHO_C" >&6
16125 if test "${ac_cv_lib_m_logf+set}" = set; then
16126 echo $ECHO_N "(cached) $ECHO_C" >&6
16128 ac_check_lib_save_LIBS
=$LIBS
16130 if test x
$gcc_no_link = xyes
; then
16131 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
16132 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
16133 { (exit 1); exit 1; }; }
16135 cat >conftest.
$ac_ext <<_ACEOF
16138 cat confdefs.h
>>conftest.
$ac_ext
16139 cat >>conftest.
$ac_ext <<_ACEOF
16140 /* end confdefs.h. */
16142 /* Override any gcc2 internal prototype to avoid an error. */
16146 /* We use char because int might match the return type of a gcc2
16147 builtin and then its argument prototype would still apply. */
16157 rm -f conftest.
$ac_objext conftest
$ac_exeext
16158 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16159 (eval $ac_link) 2>conftest.er1
16161 grep -v '^ *+' conftest.er1
>conftest.err
16163 cat conftest.err
>&5
16164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16165 (exit $ac_status); } &&
16166 { ac_try
='test -z "$ac_c_werror_flag"
16167 || test ! -s conftest.err'
16168 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16169 (eval $ac_try) 2>&5
16171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16172 (exit $ac_status); }; } &&
16173 { ac_try
='test -s conftest$ac_exeext'
16174 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16175 (eval $ac_try) 2>&5
16177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16178 (exit $ac_status); }; }; then
16179 ac_cv_lib_m_logf
=yes
16181 echo "$as_me: failed program was:" >&5
16182 sed 's/^/| /' conftest.
$ac_ext >&5
16184 ac_cv_lib_m_logf
=no
16186 rm -f conftest.err conftest.
$ac_objext \
16187 conftest
$ac_exeext conftest.
$ac_ext
16188 LIBS
=$ac_check_lib_save_LIBS
16190 echo "$as_me:$LINENO: result: $ac_cv_lib_m_logf" >&5
16191 echo "${ECHO_T}$ac_cv_lib_m_logf" >&6
16192 if test $ac_cv_lib_m_logf = yes; then
16194 cat >>confdefs.h
<<\_ACEOF
16195 #define HAVE_LOGF 1
16200 echo "$as_me:$LINENO: checking for log in -lm" >&5
16201 echo $ECHO_N "checking for log in -lm... $ECHO_C" >&6
16202 if test "${ac_cv_lib_m_log+set}" = set; then
16203 echo $ECHO_N "(cached) $ECHO_C" >&6
16205 ac_check_lib_save_LIBS
=$LIBS
16207 if test x
$gcc_no_link = xyes
; then
16208 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
16209 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
16210 { (exit 1); exit 1; }; }
16212 cat >conftest.
$ac_ext <<_ACEOF
16215 cat confdefs.h
>>conftest.
$ac_ext
16216 cat >>conftest.
$ac_ext <<_ACEOF
16217 /* end confdefs.h. */
16219 /* Override any gcc2 internal prototype to avoid an error. */
16223 /* We use char because int might match the return type of a gcc2
16224 builtin and then its argument prototype would still apply. */
16234 rm -f conftest.
$ac_objext conftest
$ac_exeext
16235 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16236 (eval $ac_link) 2>conftest.er1
16238 grep -v '^ *+' conftest.er1
>conftest.err
16240 cat conftest.err
>&5
16241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16242 (exit $ac_status); } &&
16243 { ac_try
='test -z "$ac_c_werror_flag"
16244 || test ! -s conftest.err'
16245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16246 (eval $ac_try) 2>&5
16248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16249 (exit $ac_status); }; } &&
16250 { ac_try
='test -s conftest$ac_exeext'
16251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16252 (eval $ac_try) 2>&5
16254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16255 (exit $ac_status); }; }; then
16256 ac_cv_lib_m_log
=yes
16258 echo "$as_me: failed program was:" >&5
16259 sed 's/^/| /' conftest.
$ac_ext >&5
16263 rm -f conftest.err conftest.
$ac_objext \
16264 conftest
$ac_exeext conftest.
$ac_ext
16265 LIBS
=$ac_check_lib_save_LIBS
16267 echo "$as_me:$LINENO: result: $ac_cv_lib_m_log" >&5
16268 echo "${ECHO_T}$ac_cv_lib_m_log" >&6
16269 if test $ac_cv_lib_m_log = yes; then
16271 cat >>confdefs.h
<<\_ACEOF
16277 echo "$as_me:$LINENO: checking for logl in -lm" >&5
16278 echo $ECHO_N "checking for logl in -lm... $ECHO_C" >&6
16279 if test "${ac_cv_lib_m_logl+set}" = set; then
16280 echo $ECHO_N "(cached) $ECHO_C" >&6
16282 ac_check_lib_save_LIBS
=$LIBS
16284 if test x
$gcc_no_link = xyes
; then
16285 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
16286 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
16287 { (exit 1); exit 1; }; }
16289 cat >conftest.
$ac_ext <<_ACEOF
16292 cat confdefs.h
>>conftest.
$ac_ext
16293 cat >>conftest.
$ac_ext <<_ACEOF
16294 /* end confdefs.h. */
16296 /* Override any gcc2 internal prototype to avoid an error. */
16300 /* We use char because int might match the return type of a gcc2
16301 builtin and then its argument prototype would still apply. */
16311 rm -f conftest.
$ac_objext conftest
$ac_exeext
16312 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16313 (eval $ac_link) 2>conftest.er1
16315 grep -v '^ *+' conftest.er1
>conftest.err
16317 cat conftest.err
>&5
16318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16319 (exit $ac_status); } &&
16320 { ac_try
='test -z "$ac_c_werror_flag"
16321 || test ! -s conftest.err'
16322 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16323 (eval $ac_try) 2>&5
16325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16326 (exit $ac_status); }; } &&
16327 { ac_try
='test -s conftest$ac_exeext'
16328 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16329 (eval $ac_try) 2>&5
16331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16332 (exit $ac_status); }; }; then
16333 ac_cv_lib_m_logl
=yes
16335 echo "$as_me: failed program was:" >&5
16336 sed 's/^/| /' conftest.
$ac_ext >&5
16338 ac_cv_lib_m_logl
=no
16340 rm -f conftest.err conftest.
$ac_objext \
16341 conftest
$ac_exeext conftest.
$ac_ext
16342 LIBS
=$ac_check_lib_save_LIBS
16344 echo "$as_me:$LINENO: result: $ac_cv_lib_m_logl" >&5
16345 echo "${ECHO_T}$ac_cv_lib_m_logl" >&6
16346 if test $ac_cv_lib_m_logl = yes; then
16348 cat >>confdefs.h
<<\_ACEOF
16349 #define HAVE_LOGL 1
16354 echo "$as_me:$LINENO: checking for clogf in -lm" >&5
16355 echo $ECHO_N "checking for clogf in -lm... $ECHO_C" >&6
16356 if test "${ac_cv_lib_m_clogf+set}" = set; then
16357 echo $ECHO_N "(cached) $ECHO_C" >&6
16359 ac_check_lib_save_LIBS
=$LIBS
16361 if test x
$gcc_no_link = xyes
; then
16362 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
16363 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
16364 { (exit 1); exit 1; }; }
16366 cat >conftest.
$ac_ext <<_ACEOF
16369 cat confdefs.h
>>conftest.
$ac_ext
16370 cat >>conftest.
$ac_ext <<_ACEOF
16371 /* end confdefs.h. */
16373 /* Override any gcc2 internal prototype to avoid an error. */
16377 /* We use char because int might match the return type of a gcc2
16378 builtin and then its argument prototype would still apply. */
16388 rm -f conftest.
$ac_objext conftest
$ac_exeext
16389 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16390 (eval $ac_link) 2>conftest.er1
16392 grep -v '^ *+' conftest.er1
>conftest.err
16394 cat conftest.err
>&5
16395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16396 (exit $ac_status); } &&
16397 { ac_try
='test -z "$ac_c_werror_flag"
16398 || test ! -s conftest.err'
16399 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16400 (eval $ac_try) 2>&5
16402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16403 (exit $ac_status); }; } &&
16404 { ac_try
='test -s conftest$ac_exeext'
16405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16406 (eval $ac_try) 2>&5
16408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16409 (exit $ac_status); }; }; then
16410 ac_cv_lib_m_clogf
=yes
16412 echo "$as_me: failed program was:" >&5
16413 sed 's/^/| /' conftest.
$ac_ext >&5
16415 ac_cv_lib_m_clogf
=no
16417 rm -f conftest.err conftest.
$ac_objext \
16418 conftest
$ac_exeext conftest.
$ac_ext
16419 LIBS
=$ac_check_lib_save_LIBS
16421 echo "$as_me:$LINENO: result: $ac_cv_lib_m_clogf" >&5
16422 echo "${ECHO_T}$ac_cv_lib_m_clogf" >&6
16423 if test $ac_cv_lib_m_clogf = yes; then
16425 cat >>confdefs.h
<<\_ACEOF
16426 #define HAVE_CLOGF 1
16431 echo "$as_me:$LINENO: checking for clog in -lm" >&5
16432 echo $ECHO_N "checking for clog in -lm... $ECHO_C" >&6
16433 if test "${ac_cv_lib_m_clog+set}" = set; then
16434 echo $ECHO_N "(cached) $ECHO_C" >&6
16436 ac_check_lib_save_LIBS
=$LIBS
16438 if test x
$gcc_no_link = xyes
; then
16439 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
16440 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
16441 { (exit 1); exit 1; }; }
16443 cat >conftest.
$ac_ext <<_ACEOF
16446 cat confdefs.h
>>conftest.
$ac_ext
16447 cat >>conftest.
$ac_ext <<_ACEOF
16448 /* end confdefs.h. */
16450 /* Override any gcc2 internal prototype to avoid an error. */
16454 /* We use char because int might match the return type of a gcc2
16455 builtin and then its argument prototype would still apply. */
16465 rm -f conftest.
$ac_objext conftest
$ac_exeext
16466 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16467 (eval $ac_link) 2>conftest.er1
16469 grep -v '^ *+' conftest.er1
>conftest.err
16471 cat conftest.err
>&5
16472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16473 (exit $ac_status); } &&
16474 { ac_try
='test -z "$ac_c_werror_flag"
16475 || test ! -s conftest.err'
16476 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16477 (eval $ac_try) 2>&5
16479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16480 (exit $ac_status); }; } &&
16481 { ac_try
='test -s conftest$ac_exeext'
16482 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16483 (eval $ac_try) 2>&5
16485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16486 (exit $ac_status); }; }; then
16487 ac_cv_lib_m_clog
=yes
16489 echo "$as_me: failed program was:" >&5
16490 sed 's/^/| /' conftest.
$ac_ext >&5
16492 ac_cv_lib_m_clog
=no
16494 rm -f conftest.err conftest.
$ac_objext \
16495 conftest
$ac_exeext conftest.
$ac_ext
16496 LIBS
=$ac_check_lib_save_LIBS
16498 echo "$as_me:$LINENO: result: $ac_cv_lib_m_clog" >&5
16499 echo "${ECHO_T}$ac_cv_lib_m_clog" >&6
16500 if test $ac_cv_lib_m_clog = yes; then
16502 cat >>confdefs.h
<<\_ACEOF
16503 #define HAVE_CLOG 1
16508 echo "$as_me:$LINENO: checking for clogl in -lm" >&5
16509 echo $ECHO_N "checking for clogl in -lm... $ECHO_C" >&6
16510 if test "${ac_cv_lib_m_clogl+set}" = set; then
16511 echo $ECHO_N "(cached) $ECHO_C" >&6
16513 ac_check_lib_save_LIBS
=$LIBS
16515 if test x
$gcc_no_link = xyes
; then
16516 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
16517 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
16518 { (exit 1); exit 1; }; }
16520 cat >conftest.
$ac_ext <<_ACEOF
16523 cat confdefs.h
>>conftest.
$ac_ext
16524 cat >>conftest.
$ac_ext <<_ACEOF
16525 /* end confdefs.h. */
16527 /* Override any gcc2 internal prototype to avoid an error. */
16531 /* We use char because int might match the return type of a gcc2
16532 builtin and then its argument prototype would still apply. */
16542 rm -f conftest.
$ac_objext conftest
$ac_exeext
16543 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16544 (eval $ac_link) 2>conftest.er1
16546 grep -v '^ *+' conftest.er1
>conftest.err
16548 cat conftest.err
>&5
16549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16550 (exit $ac_status); } &&
16551 { ac_try
='test -z "$ac_c_werror_flag"
16552 || test ! -s conftest.err'
16553 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16554 (eval $ac_try) 2>&5
16556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16557 (exit $ac_status); }; } &&
16558 { ac_try
='test -s conftest$ac_exeext'
16559 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16560 (eval $ac_try) 2>&5
16562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16563 (exit $ac_status); }; }; then
16564 ac_cv_lib_m_clogl
=yes
16566 echo "$as_me: failed program was:" >&5
16567 sed 's/^/| /' conftest.
$ac_ext >&5
16569 ac_cv_lib_m_clogl
=no
16571 rm -f conftest.err conftest.
$ac_objext \
16572 conftest
$ac_exeext conftest.
$ac_ext
16573 LIBS
=$ac_check_lib_save_LIBS
16575 echo "$as_me:$LINENO: result: $ac_cv_lib_m_clogl" >&5
16576 echo "${ECHO_T}$ac_cv_lib_m_clogl" >&6
16577 if test $ac_cv_lib_m_clogl = yes; then
16579 cat >>confdefs.h
<<\_ACEOF
16580 #define HAVE_CLOGL 1
16585 echo "$as_me:$LINENO: checking for log10f in -lm" >&5
16586 echo $ECHO_N "checking for log10f in -lm... $ECHO_C" >&6
16587 if test "${ac_cv_lib_m_log10f+set}" = set; then
16588 echo $ECHO_N "(cached) $ECHO_C" >&6
16590 ac_check_lib_save_LIBS
=$LIBS
16592 if test x
$gcc_no_link = xyes
; then
16593 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
16594 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
16595 { (exit 1); exit 1; }; }
16597 cat >conftest.
$ac_ext <<_ACEOF
16600 cat confdefs.h
>>conftest.
$ac_ext
16601 cat >>conftest.
$ac_ext <<_ACEOF
16602 /* end confdefs.h. */
16604 /* Override any gcc2 internal prototype to avoid an error. */
16608 /* We use char because int might match the return type of a gcc2
16609 builtin and then its argument prototype would still apply. */
16619 rm -f conftest.
$ac_objext conftest
$ac_exeext
16620 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16621 (eval $ac_link) 2>conftest.er1
16623 grep -v '^ *+' conftest.er1
>conftest.err
16625 cat conftest.err
>&5
16626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16627 (exit $ac_status); } &&
16628 { ac_try
='test -z "$ac_c_werror_flag"
16629 || test ! -s conftest.err'
16630 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16631 (eval $ac_try) 2>&5
16633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16634 (exit $ac_status); }; } &&
16635 { ac_try
='test -s conftest$ac_exeext'
16636 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16637 (eval $ac_try) 2>&5
16639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16640 (exit $ac_status); }; }; then
16641 ac_cv_lib_m_log10f
=yes
16643 echo "$as_me: failed program was:" >&5
16644 sed 's/^/| /' conftest.
$ac_ext >&5
16646 ac_cv_lib_m_log10f
=no
16648 rm -f conftest.err conftest.
$ac_objext \
16649 conftest
$ac_exeext conftest.
$ac_ext
16650 LIBS
=$ac_check_lib_save_LIBS
16652 echo "$as_me:$LINENO: result: $ac_cv_lib_m_log10f" >&5
16653 echo "${ECHO_T}$ac_cv_lib_m_log10f" >&6
16654 if test $ac_cv_lib_m_log10f = yes; then
16656 cat >>confdefs.h
<<\_ACEOF
16657 #define HAVE_LOG10F 1
16662 echo "$as_me:$LINENO: checking for log10 in -lm" >&5
16663 echo $ECHO_N "checking for log10 in -lm... $ECHO_C" >&6
16664 if test "${ac_cv_lib_m_log10+set}" = set; then
16665 echo $ECHO_N "(cached) $ECHO_C" >&6
16667 ac_check_lib_save_LIBS
=$LIBS
16669 if test x
$gcc_no_link = xyes
; then
16670 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
16671 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
16672 { (exit 1); exit 1; }; }
16674 cat >conftest.
$ac_ext <<_ACEOF
16677 cat confdefs.h
>>conftest.
$ac_ext
16678 cat >>conftest.
$ac_ext <<_ACEOF
16679 /* end confdefs.h. */
16681 /* Override any gcc2 internal prototype to avoid an error. */
16685 /* We use char because int might match the return type of a gcc2
16686 builtin and then its argument prototype would still apply. */
16696 rm -f conftest.
$ac_objext conftest
$ac_exeext
16697 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16698 (eval $ac_link) 2>conftest.er1
16700 grep -v '^ *+' conftest.er1
>conftest.err
16702 cat conftest.err
>&5
16703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16704 (exit $ac_status); } &&
16705 { ac_try
='test -z "$ac_c_werror_flag"
16706 || test ! -s conftest.err'
16707 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16708 (eval $ac_try) 2>&5
16710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16711 (exit $ac_status); }; } &&
16712 { ac_try
='test -s conftest$ac_exeext'
16713 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16714 (eval $ac_try) 2>&5
16716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16717 (exit $ac_status); }; }; then
16718 ac_cv_lib_m_log10
=yes
16720 echo "$as_me: failed program was:" >&5
16721 sed 's/^/| /' conftest.
$ac_ext >&5
16723 ac_cv_lib_m_log10
=no
16725 rm -f conftest.err conftest.
$ac_objext \
16726 conftest
$ac_exeext conftest.
$ac_ext
16727 LIBS
=$ac_check_lib_save_LIBS
16729 echo "$as_me:$LINENO: result: $ac_cv_lib_m_log10" >&5
16730 echo "${ECHO_T}$ac_cv_lib_m_log10" >&6
16731 if test $ac_cv_lib_m_log10 = yes; then
16733 cat >>confdefs.h
<<\_ACEOF
16734 #define HAVE_LOG10 1
16739 echo "$as_me:$LINENO: checking for log10l in -lm" >&5
16740 echo $ECHO_N "checking for log10l in -lm... $ECHO_C" >&6
16741 if test "${ac_cv_lib_m_log10l+set}" = set; then
16742 echo $ECHO_N "(cached) $ECHO_C" >&6
16744 ac_check_lib_save_LIBS
=$LIBS
16746 if test x
$gcc_no_link = xyes
; then
16747 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
16748 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
16749 { (exit 1); exit 1; }; }
16751 cat >conftest.
$ac_ext <<_ACEOF
16754 cat confdefs.h
>>conftest.
$ac_ext
16755 cat >>conftest.
$ac_ext <<_ACEOF
16756 /* end confdefs.h. */
16758 /* Override any gcc2 internal prototype to avoid an error. */
16762 /* We use char because int might match the return type of a gcc2
16763 builtin and then its argument prototype would still apply. */
16773 rm -f conftest.
$ac_objext conftest
$ac_exeext
16774 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16775 (eval $ac_link) 2>conftest.er1
16777 grep -v '^ *+' conftest.er1
>conftest.err
16779 cat conftest.err
>&5
16780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16781 (exit $ac_status); } &&
16782 { ac_try
='test -z "$ac_c_werror_flag"
16783 || test ! -s conftest.err'
16784 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16785 (eval $ac_try) 2>&5
16787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16788 (exit $ac_status); }; } &&
16789 { ac_try
='test -s conftest$ac_exeext'
16790 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16791 (eval $ac_try) 2>&5
16793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16794 (exit $ac_status); }; }; then
16795 ac_cv_lib_m_log10l
=yes
16797 echo "$as_me: failed program was:" >&5
16798 sed 's/^/| /' conftest.
$ac_ext >&5
16800 ac_cv_lib_m_log10l
=no
16802 rm -f conftest.err conftest.
$ac_objext \
16803 conftest
$ac_exeext conftest.
$ac_ext
16804 LIBS
=$ac_check_lib_save_LIBS
16806 echo "$as_me:$LINENO: result: $ac_cv_lib_m_log10l" >&5
16807 echo "${ECHO_T}$ac_cv_lib_m_log10l" >&6
16808 if test $ac_cv_lib_m_log10l = yes; then
16810 cat >>confdefs.h
<<\_ACEOF
16811 #define HAVE_LOG10L 1
16816 echo "$as_me:$LINENO: checking for clog10f in -lm" >&5
16817 echo $ECHO_N "checking for clog10f in -lm... $ECHO_C" >&6
16818 if test "${ac_cv_lib_m_clog10f+set}" = set; then
16819 echo $ECHO_N "(cached) $ECHO_C" >&6
16821 ac_check_lib_save_LIBS
=$LIBS
16823 if test x
$gcc_no_link = xyes
; then
16824 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
16825 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
16826 { (exit 1); exit 1; }; }
16828 cat >conftest.
$ac_ext <<_ACEOF
16831 cat confdefs.h
>>conftest.
$ac_ext
16832 cat >>conftest.
$ac_ext <<_ACEOF
16833 /* end confdefs.h. */
16835 /* Override any gcc2 internal prototype to avoid an error. */
16839 /* We use char because int might match the return type of a gcc2
16840 builtin and then its argument prototype would still apply. */
16850 rm -f conftest.
$ac_objext conftest
$ac_exeext
16851 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16852 (eval $ac_link) 2>conftest.er1
16854 grep -v '^ *+' conftest.er1
>conftest.err
16856 cat conftest.err
>&5
16857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16858 (exit $ac_status); } &&
16859 { ac_try
='test -z "$ac_c_werror_flag"
16860 || test ! -s conftest.err'
16861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16862 (eval $ac_try) 2>&5
16864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16865 (exit $ac_status); }; } &&
16866 { ac_try
='test -s conftest$ac_exeext'
16867 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16868 (eval $ac_try) 2>&5
16870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16871 (exit $ac_status); }; }; then
16872 ac_cv_lib_m_clog10f
=yes
16874 echo "$as_me: failed program was:" >&5
16875 sed 's/^/| /' conftest.
$ac_ext >&5
16877 ac_cv_lib_m_clog10f
=no
16879 rm -f conftest.err conftest.
$ac_objext \
16880 conftest
$ac_exeext conftest.
$ac_ext
16881 LIBS
=$ac_check_lib_save_LIBS
16883 echo "$as_me:$LINENO: result: $ac_cv_lib_m_clog10f" >&5
16884 echo "${ECHO_T}$ac_cv_lib_m_clog10f" >&6
16885 if test $ac_cv_lib_m_clog10f = yes; then
16887 cat >>confdefs.h
<<\_ACEOF
16888 #define HAVE_CLOG10F 1
16893 echo "$as_me:$LINENO: checking for clog10 in -lm" >&5
16894 echo $ECHO_N "checking for clog10 in -lm... $ECHO_C" >&6
16895 if test "${ac_cv_lib_m_clog10+set}" = set; then
16896 echo $ECHO_N "(cached) $ECHO_C" >&6
16898 ac_check_lib_save_LIBS
=$LIBS
16900 if test x
$gcc_no_link = xyes
; then
16901 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
16902 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
16903 { (exit 1); exit 1; }; }
16905 cat >conftest.
$ac_ext <<_ACEOF
16908 cat confdefs.h
>>conftest.
$ac_ext
16909 cat >>conftest.
$ac_ext <<_ACEOF
16910 /* end confdefs.h. */
16912 /* Override any gcc2 internal prototype to avoid an error. */
16916 /* We use char because int might match the return type of a gcc2
16917 builtin and then its argument prototype would still apply. */
16927 rm -f conftest.
$ac_objext conftest
$ac_exeext
16928 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16929 (eval $ac_link) 2>conftest.er1
16931 grep -v '^ *+' conftest.er1
>conftest.err
16933 cat conftest.err
>&5
16934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16935 (exit $ac_status); } &&
16936 { ac_try
='test -z "$ac_c_werror_flag"
16937 || test ! -s conftest.err'
16938 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16939 (eval $ac_try) 2>&5
16941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16942 (exit $ac_status); }; } &&
16943 { ac_try
='test -s conftest$ac_exeext'
16944 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16945 (eval $ac_try) 2>&5
16947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16948 (exit $ac_status); }; }; then
16949 ac_cv_lib_m_clog10
=yes
16951 echo "$as_me: failed program was:" >&5
16952 sed 's/^/| /' conftest.
$ac_ext >&5
16954 ac_cv_lib_m_clog10
=no
16956 rm -f conftest.err conftest.
$ac_objext \
16957 conftest
$ac_exeext conftest.
$ac_ext
16958 LIBS
=$ac_check_lib_save_LIBS
16960 echo "$as_me:$LINENO: result: $ac_cv_lib_m_clog10" >&5
16961 echo "${ECHO_T}$ac_cv_lib_m_clog10" >&6
16962 if test $ac_cv_lib_m_clog10 = yes; then
16964 cat >>confdefs.h
<<\_ACEOF
16965 #define HAVE_CLOG10 1
16970 echo "$as_me:$LINENO: checking for clog10l in -lm" >&5
16971 echo $ECHO_N "checking for clog10l in -lm... $ECHO_C" >&6
16972 if test "${ac_cv_lib_m_clog10l+set}" = set; then
16973 echo $ECHO_N "(cached) $ECHO_C" >&6
16975 ac_check_lib_save_LIBS
=$LIBS
16977 if test x
$gcc_no_link = xyes
; then
16978 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
16979 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
16980 { (exit 1); exit 1; }; }
16982 cat >conftest.
$ac_ext <<_ACEOF
16985 cat confdefs.h
>>conftest.
$ac_ext
16986 cat >>conftest.
$ac_ext <<_ACEOF
16987 /* end confdefs.h. */
16989 /* Override any gcc2 internal prototype to avoid an error. */
16993 /* We use char because int might match the return type of a gcc2
16994 builtin and then its argument prototype would still apply. */
17004 rm -f conftest.
$ac_objext conftest
$ac_exeext
17005 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17006 (eval $ac_link) 2>conftest.er1
17008 grep -v '^ *+' conftest.er1
>conftest.err
17010 cat conftest.err
>&5
17011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17012 (exit $ac_status); } &&
17013 { ac_try
='test -z "$ac_c_werror_flag"
17014 || test ! -s conftest.err'
17015 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17016 (eval $ac_try) 2>&5
17018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17019 (exit $ac_status); }; } &&
17020 { ac_try
='test -s conftest$ac_exeext'
17021 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17022 (eval $ac_try) 2>&5
17024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17025 (exit $ac_status); }; }; then
17026 ac_cv_lib_m_clog10l
=yes
17028 echo "$as_me: failed program was:" >&5
17029 sed 's/^/| /' conftest.
$ac_ext >&5
17031 ac_cv_lib_m_clog10l
=no
17033 rm -f conftest.err conftest.
$ac_objext \
17034 conftest
$ac_exeext conftest.
$ac_ext
17035 LIBS
=$ac_check_lib_save_LIBS
17037 echo "$as_me:$LINENO: result: $ac_cv_lib_m_clog10l" >&5
17038 echo "${ECHO_T}$ac_cv_lib_m_clog10l" >&6
17039 if test $ac_cv_lib_m_clog10l = yes; then
17041 cat >>confdefs.h
<<\_ACEOF
17042 #define HAVE_CLOG10L 1
17047 echo "$as_me:$LINENO: checking for nextafterf in -lm" >&5
17048 echo $ECHO_N "checking for nextafterf in -lm... $ECHO_C" >&6
17049 if test "${ac_cv_lib_m_nextafterf+set}" = set; then
17050 echo $ECHO_N "(cached) $ECHO_C" >&6
17052 ac_check_lib_save_LIBS
=$LIBS
17054 if test x
$gcc_no_link = xyes
; then
17055 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
17056 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
17057 { (exit 1); exit 1; }; }
17059 cat >conftest.
$ac_ext <<_ACEOF
17062 cat confdefs.h
>>conftest.
$ac_ext
17063 cat >>conftest.
$ac_ext <<_ACEOF
17064 /* end confdefs.h. */
17066 /* Override any gcc2 internal prototype to avoid an error. */
17070 /* We use char because int might match the return type of a gcc2
17071 builtin and then its argument prototype would still apply. */
17072 char nextafterf ();
17081 rm -f conftest.
$ac_objext conftest
$ac_exeext
17082 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17083 (eval $ac_link) 2>conftest.er1
17085 grep -v '^ *+' conftest.er1
>conftest.err
17087 cat conftest.err
>&5
17088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17089 (exit $ac_status); } &&
17090 { ac_try
='test -z "$ac_c_werror_flag"
17091 || test ! -s conftest.err'
17092 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17093 (eval $ac_try) 2>&5
17095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17096 (exit $ac_status); }; } &&
17097 { ac_try
='test -s conftest$ac_exeext'
17098 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17099 (eval $ac_try) 2>&5
17101 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17102 (exit $ac_status); }; }; then
17103 ac_cv_lib_m_nextafterf
=yes
17105 echo "$as_me: failed program was:" >&5
17106 sed 's/^/| /' conftest.
$ac_ext >&5
17108 ac_cv_lib_m_nextafterf
=no
17110 rm -f conftest.err conftest.
$ac_objext \
17111 conftest
$ac_exeext conftest.
$ac_ext
17112 LIBS
=$ac_check_lib_save_LIBS
17114 echo "$as_me:$LINENO: result: $ac_cv_lib_m_nextafterf" >&5
17115 echo "${ECHO_T}$ac_cv_lib_m_nextafterf" >&6
17116 if test $ac_cv_lib_m_nextafterf = yes; then
17118 cat >>confdefs.h
<<\_ACEOF
17119 #define HAVE_NEXTAFTERF 1
17124 echo "$as_me:$LINENO: checking for nextafter in -lm" >&5
17125 echo $ECHO_N "checking for nextafter in -lm... $ECHO_C" >&6
17126 if test "${ac_cv_lib_m_nextafter+set}" = set; then
17127 echo $ECHO_N "(cached) $ECHO_C" >&6
17129 ac_check_lib_save_LIBS
=$LIBS
17131 if test x
$gcc_no_link = xyes
; then
17132 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
17133 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
17134 { (exit 1); exit 1; }; }
17136 cat >conftest.
$ac_ext <<_ACEOF
17139 cat confdefs.h
>>conftest.
$ac_ext
17140 cat >>conftest.
$ac_ext <<_ACEOF
17141 /* end confdefs.h. */
17143 /* Override any gcc2 internal prototype to avoid an error. */
17147 /* We use char because int might match the return type of a gcc2
17148 builtin and then its argument prototype would still apply. */
17158 rm -f conftest.
$ac_objext conftest
$ac_exeext
17159 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17160 (eval $ac_link) 2>conftest.er1
17162 grep -v '^ *+' conftest.er1
>conftest.err
17164 cat conftest.err
>&5
17165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17166 (exit $ac_status); } &&
17167 { ac_try
='test -z "$ac_c_werror_flag"
17168 || test ! -s conftest.err'
17169 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17170 (eval $ac_try) 2>&5
17172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17173 (exit $ac_status); }; } &&
17174 { ac_try
='test -s conftest$ac_exeext'
17175 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17176 (eval $ac_try) 2>&5
17178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17179 (exit $ac_status); }; }; then
17180 ac_cv_lib_m_nextafter
=yes
17182 echo "$as_me: failed program was:" >&5
17183 sed 's/^/| /' conftest.
$ac_ext >&5
17185 ac_cv_lib_m_nextafter
=no
17187 rm -f conftest.err conftest.
$ac_objext \
17188 conftest
$ac_exeext conftest.
$ac_ext
17189 LIBS
=$ac_check_lib_save_LIBS
17191 echo "$as_me:$LINENO: result: $ac_cv_lib_m_nextafter" >&5
17192 echo "${ECHO_T}$ac_cv_lib_m_nextafter" >&6
17193 if test $ac_cv_lib_m_nextafter = yes; then
17195 cat >>confdefs.h
<<\_ACEOF
17196 #define HAVE_NEXTAFTER 1
17201 echo "$as_me:$LINENO: checking for nextafterl in -lm" >&5
17202 echo $ECHO_N "checking for nextafterl in -lm... $ECHO_C" >&6
17203 if test "${ac_cv_lib_m_nextafterl+set}" = set; then
17204 echo $ECHO_N "(cached) $ECHO_C" >&6
17206 ac_check_lib_save_LIBS
=$LIBS
17208 if test x
$gcc_no_link = xyes
; then
17209 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
17210 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
17211 { (exit 1); exit 1; }; }
17213 cat >conftest.
$ac_ext <<_ACEOF
17216 cat confdefs.h
>>conftest.
$ac_ext
17217 cat >>conftest.
$ac_ext <<_ACEOF
17218 /* end confdefs.h. */
17220 /* Override any gcc2 internal prototype to avoid an error. */
17224 /* We use char because int might match the return type of a gcc2
17225 builtin and then its argument prototype would still apply. */
17226 char nextafterl ();
17235 rm -f conftest.
$ac_objext conftest
$ac_exeext
17236 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17237 (eval $ac_link) 2>conftest.er1
17239 grep -v '^ *+' conftest.er1
>conftest.err
17241 cat conftest.err
>&5
17242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17243 (exit $ac_status); } &&
17244 { ac_try
='test -z "$ac_c_werror_flag"
17245 || test ! -s conftest.err'
17246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17247 (eval $ac_try) 2>&5
17249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17250 (exit $ac_status); }; } &&
17251 { ac_try
='test -s conftest$ac_exeext'
17252 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17253 (eval $ac_try) 2>&5
17255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17256 (exit $ac_status); }; }; then
17257 ac_cv_lib_m_nextafterl
=yes
17259 echo "$as_me: failed program was:" >&5
17260 sed 's/^/| /' conftest.
$ac_ext >&5
17262 ac_cv_lib_m_nextafterl
=no
17264 rm -f conftest.err conftest.
$ac_objext \
17265 conftest
$ac_exeext conftest.
$ac_ext
17266 LIBS
=$ac_check_lib_save_LIBS
17268 echo "$as_me:$LINENO: result: $ac_cv_lib_m_nextafterl" >&5
17269 echo "${ECHO_T}$ac_cv_lib_m_nextafterl" >&6
17270 if test $ac_cv_lib_m_nextafterl = yes; then
17272 cat >>confdefs.h
<<\_ACEOF
17273 #define HAVE_NEXTAFTERL 1
17278 echo "$as_me:$LINENO: checking for powf in -lm" >&5
17279 echo $ECHO_N "checking for powf in -lm... $ECHO_C" >&6
17280 if test "${ac_cv_lib_m_powf+set}" = set; then
17281 echo $ECHO_N "(cached) $ECHO_C" >&6
17283 ac_check_lib_save_LIBS
=$LIBS
17285 if test x
$gcc_no_link = xyes
; then
17286 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
17287 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
17288 { (exit 1); exit 1; }; }
17290 cat >conftest.
$ac_ext <<_ACEOF
17293 cat confdefs.h
>>conftest.
$ac_ext
17294 cat >>conftest.
$ac_ext <<_ACEOF
17295 /* end confdefs.h. */
17297 /* Override any gcc2 internal prototype to avoid an error. */
17301 /* We use char because int might match the return type of a gcc2
17302 builtin and then its argument prototype would still apply. */
17312 rm -f conftest.
$ac_objext conftest
$ac_exeext
17313 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17314 (eval $ac_link) 2>conftest.er1
17316 grep -v '^ *+' conftest.er1
>conftest.err
17318 cat conftest.err
>&5
17319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17320 (exit $ac_status); } &&
17321 { ac_try
='test -z "$ac_c_werror_flag"
17322 || test ! -s conftest.err'
17323 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17324 (eval $ac_try) 2>&5
17326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17327 (exit $ac_status); }; } &&
17328 { ac_try
='test -s conftest$ac_exeext'
17329 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17330 (eval $ac_try) 2>&5
17332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17333 (exit $ac_status); }; }; then
17334 ac_cv_lib_m_powf
=yes
17336 echo "$as_me: failed program was:" >&5
17337 sed 's/^/| /' conftest.
$ac_ext >&5
17339 ac_cv_lib_m_powf
=no
17341 rm -f conftest.err conftest.
$ac_objext \
17342 conftest
$ac_exeext conftest.
$ac_ext
17343 LIBS
=$ac_check_lib_save_LIBS
17345 echo "$as_me:$LINENO: result: $ac_cv_lib_m_powf" >&5
17346 echo "${ECHO_T}$ac_cv_lib_m_powf" >&6
17347 if test $ac_cv_lib_m_powf = yes; then
17349 cat >>confdefs.h
<<\_ACEOF
17350 #define HAVE_POWF 1
17355 echo "$as_me:$LINENO: checking for pow in -lm" >&5
17356 echo $ECHO_N "checking for pow in -lm... $ECHO_C" >&6
17357 if test "${ac_cv_lib_m_pow+set}" = set; then
17358 echo $ECHO_N "(cached) $ECHO_C" >&6
17360 ac_check_lib_save_LIBS
=$LIBS
17362 if test x
$gcc_no_link = xyes
; then
17363 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
17364 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
17365 { (exit 1); exit 1; }; }
17367 cat >conftest.
$ac_ext <<_ACEOF
17370 cat confdefs.h
>>conftest.
$ac_ext
17371 cat >>conftest.
$ac_ext <<_ACEOF
17372 /* end confdefs.h. */
17374 /* Override any gcc2 internal prototype to avoid an error. */
17378 /* We use char because int might match the return type of a gcc2
17379 builtin and then its argument prototype would still apply. */
17389 rm -f conftest.
$ac_objext conftest
$ac_exeext
17390 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17391 (eval $ac_link) 2>conftest.er1
17393 grep -v '^ *+' conftest.er1
>conftest.err
17395 cat conftest.err
>&5
17396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17397 (exit $ac_status); } &&
17398 { ac_try
='test -z "$ac_c_werror_flag"
17399 || test ! -s conftest.err'
17400 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17401 (eval $ac_try) 2>&5
17403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17404 (exit $ac_status); }; } &&
17405 { ac_try
='test -s conftest$ac_exeext'
17406 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17407 (eval $ac_try) 2>&5
17409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17410 (exit $ac_status); }; }; then
17411 ac_cv_lib_m_pow
=yes
17413 echo "$as_me: failed program was:" >&5
17414 sed 's/^/| /' conftest.
$ac_ext >&5
17418 rm -f conftest.err conftest.
$ac_objext \
17419 conftest
$ac_exeext conftest.
$ac_ext
17420 LIBS
=$ac_check_lib_save_LIBS
17422 echo "$as_me:$LINENO: result: $ac_cv_lib_m_pow" >&5
17423 echo "${ECHO_T}$ac_cv_lib_m_pow" >&6
17424 if test $ac_cv_lib_m_pow = yes; then
17426 cat >>confdefs.h
<<\_ACEOF
17432 echo "$as_me:$LINENO: checking for powl in -lm" >&5
17433 echo $ECHO_N "checking for powl in -lm... $ECHO_C" >&6
17434 if test "${ac_cv_lib_m_powl+set}" = set; then
17435 echo $ECHO_N "(cached) $ECHO_C" >&6
17437 ac_check_lib_save_LIBS
=$LIBS
17439 if test x
$gcc_no_link = xyes
; then
17440 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
17441 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
17442 { (exit 1); exit 1; }; }
17444 cat >conftest.
$ac_ext <<_ACEOF
17447 cat confdefs.h
>>conftest.
$ac_ext
17448 cat >>conftest.
$ac_ext <<_ACEOF
17449 /* end confdefs.h. */
17451 /* Override any gcc2 internal prototype to avoid an error. */
17455 /* We use char because int might match the return type of a gcc2
17456 builtin and then its argument prototype would still apply. */
17466 rm -f conftest.
$ac_objext conftest
$ac_exeext
17467 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17468 (eval $ac_link) 2>conftest.er1
17470 grep -v '^ *+' conftest.er1
>conftest.err
17472 cat conftest.err
>&5
17473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17474 (exit $ac_status); } &&
17475 { ac_try
='test -z "$ac_c_werror_flag"
17476 || test ! -s conftest.err'
17477 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17478 (eval $ac_try) 2>&5
17480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17481 (exit $ac_status); }; } &&
17482 { ac_try
='test -s conftest$ac_exeext'
17483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17484 (eval $ac_try) 2>&5
17486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17487 (exit $ac_status); }; }; then
17488 ac_cv_lib_m_powl
=yes
17490 echo "$as_me: failed program was:" >&5
17491 sed 's/^/| /' conftest.
$ac_ext >&5
17493 ac_cv_lib_m_powl
=no
17495 rm -f conftest.err conftest.
$ac_objext \
17496 conftest
$ac_exeext conftest.
$ac_ext
17497 LIBS
=$ac_check_lib_save_LIBS
17499 echo "$as_me:$LINENO: result: $ac_cv_lib_m_powl" >&5
17500 echo "${ECHO_T}$ac_cv_lib_m_powl" >&6
17501 if test $ac_cv_lib_m_powl = yes; then
17503 cat >>confdefs.h
<<\_ACEOF
17504 #define HAVE_POWL 1
17509 echo "$as_me:$LINENO: checking for cpowf in -lm" >&5
17510 echo $ECHO_N "checking for cpowf in -lm... $ECHO_C" >&6
17511 if test "${ac_cv_lib_m_cpowf+set}" = set; then
17512 echo $ECHO_N "(cached) $ECHO_C" >&6
17514 ac_check_lib_save_LIBS
=$LIBS
17516 if test x
$gcc_no_link = xyes
; then
17517 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
17518 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
17519 { (exit 1); exit 1; }; }
17521 cat >conftest.
$ac_ext <<_ACEOF
17524 cat confdefs.h
>>conftest.
$ac_ext
17525 cat >>conftest.
$ac_ext <<_ACEOF
17526 /* end confdefs.h. */
17528 /* Override any gcc2 internal prototype to avoid an error. */
17532 /* We use char because int might match the return type of a gcc2
17533 builtin and then its argument prototype would still apply. */
17543 rm -f conftest.
$ac_objext conftest
$ac_exeext
17544 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17545 (eval $ac_link) 2>conftest.er1
17547 grep -v '^ *+' conftest.er1
>conftest.err
17549 cat conftest.err
>&5
17550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17551 (exit $ac_status); } &&
17552 { ac_try
='test -z "$ac_c_werror_flag"
17553 || test ! -s conftest.err'
17554 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17555 (eval $ac_try) 2>&5
17557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17558 (exit $ac_status); }; } &&
17559 { ac_try
='test -s conftest$ac_exeext'
17560 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17561 (eval $ac_try) 2>&5
17563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17564 (exit $ac_status); }; }; then
17565 ac_cv_lib_m_cpowf
=yes
17567 echo "$as_me: failed program was:" >&5
17568 sed 's/^/| /' conftest.
$ac_ext >&5
17570 ac_cv_lib_m_cpowf
=no
17572 rm -f conftest.err conftest.
$ac_objext \
17573 conftest
$ac_exeext conftest.
$ac_ext
17574 LIBS
=$ac_check_lib_save_LIBS
17576 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cpowf" >&5
17577 echo "${ECHO_T}$ac_cv_lib_m_cpowf" >&6
17578 if test $ac_cv_lib_m_cpowf = yes; then
17580 cat >>confdefs.h
<<\_ACEOF
17581 #define HAVE_CPOWF 1
17586 echo "$as_me:$LINENO: checking for cpow in -lm" >&5
17587 echo $ECHO_N "checking for cpow in -lm... $ECHO_C" >&6
17588 if test "${ac_cv_lib_m_cpow+set}" = set; then
17589 echo $ECHO_N "(cached) $ECHO_C" >&6
17591 ac_check_lib_save_LIBS
=$LIBS
17593 if test x
$gcc_no_link = xyes
; then
17594 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
17595 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
17596 { (exit 1); exit 1; }; }
17598 cat >conftest.
$ac_ext <<_ACEOF
17601 cat confdefs.h
>>conftest.
$ac_ext
17602 cat >>conftest.
$ac_ext <<_ACEOF
17603 /* end confdefs.h. */
17605 /* Override any gcc2 internal prototype to avoid an error. */
17609 /* We use char because int might match the return type of a gcc2
17610 builtin and then its argument prototype would still apply. */
17620 rm -f conftest.
$ac_objext conftest
$ac_exeext
17621 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17622 (eval $ac_link) 2>conftest.er1
17624 grep -v '^ *+' conftest.er1
>conftest.err
17626 cat conftest.err
>&5
17627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17628 (exit $ac_status); } &&
17629 { ac_try
='test -z "$ac_c_werror_flag"
17630 || test ! -s conftest.err'
17631 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17632 (eval $ac_try) 2>&5
17634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17635 (exit $ac_status); }; } &&
17636 { ac_try
='test -s conftest$ac_exeext'
17637 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17638 (eval $ac_try) 2>&5
17640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17641 (exit $ac_status); }; }; then
17642 ac_cv_lib_m_cpow
=yes
17644 echo "$as_me: failed program was:" >&5
17645 sed 's/^/| /' conftest.
$ac_ext >&5
17647 ac_cv_lib_m_cpow
=no
17649 rm -f conftest.err conftest.
$ac_objext \
17650 conftest
$ac_exeext conftest.
$ac_ext
17651 LIBS
=$ac_check_lib_save_LIBS
17653 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cpow" >&5
17654 echo "${ECHO_T}$ac_cv_lib_m_cpow" >&6
17655 if test $ac_cv_lib_m_cpow = yes; then
17657 cat >>confdefs.h
<<\_ACEOF
17658 #define HAVE_CPOW 1
17663 echo "$as_me:$LINENO: checking for cpowl in -lm" >&5
17664 echo $ECHO_N "checking for cpowl in -lm... $ECHO_C" >&6
17665 if test "${ac_cv_lib_m_cpowl+set}" = set; then
17666 echo $ECHO_N "(cached) $ECHO_C" >&6
17668 ac_check_lib_save_LIBS
=$LIBS
17670 if test x
$gcc_no_link = xyes
; then
17671 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
17672 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
17673 { (exit 1); exit 1; }; }
17675 cat >conftest.
$ac_ext <<_ACEOF
17678 cat confdefs.h
>>conftest.
$ac_ext
17679 cat >>conftest.
$ac_ext <<_ACEOF
17680 /* end confdefs.h. */
17682 /* Override any gcc2 internal prototype to avoid an error. */
17686 /* We use char because int might match the return type of a gcc2
17687 builtin and then its argument prototype would still apply. */
17697 rm -f conftest.
$ac_objext conftest
$ac_exeext
17698 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17699 (eval $ac_link) 2>conftest.er1
17701 grep -v '^ *+' conftest.er1
>conftest.err
17703 cat conftest.err
>&5
17704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17705 (exit $ac_status); } &&
17706 { ac_try
='test -z "$ac_c_werror_flag"
17707 || test ! -s conftest.err'
17708 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17709 (eval $ac_try) 2>&5
17711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17712 (exit $ac_status); }; } &&
17713 { ac_try
='test -s conftest$ac_exeext'
17714 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17715 (eval $ac_try) 2>&5
17717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17718 (exit $ac_status); }; }; then
17719 ac_cv_lib_m_cpowl
=yes
17721 echo "$as_me: failed program was:" >&5
17722 sed 's/^/| /' conftest.
$ac_ext >&5
17724 ac_cv_lib_m_cpowl
=no
17726 rm -f conftest.err conftest.
$ac_objext \
17727 conftest
$ac_exeext conftest.
$ac_ext
17728 LIBS
=$ac_check_lib_save_LIBS
17730 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cpowl" >&5
17731 echo "${ECHO_T}$ac_cv_lib_m_cpowl" >&6
17732 if test $ac_cv_lib_m_cpowl = yes; then
17734 cat >>confdefs.h
<<\_ACEOF
17735 #define HAVE_CPOWL 1
17740 echo "$as_me:$LINENO: checking for roundf in -lm" >&5
17741 echo $ECHO_N "checking for roundf in -lm... $ECHO_C" >&6
17742 if test "${ac_cv_lib_m_roundf+set}" = set; then
17743 echo $ECHO_N "(cached) $ECHO_C" >&6
17745 ac_check_lib_save_LIBS
=$LIBS
17747 if test x
$gcc_no_link = xyes
; then
17748 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
17749 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
17750 { (exit 1); exit 1; }; }
17752 cat >conftest.
$ac_ext <<_ACEOF
17755 cat confdefs.h
>>conftest.
$ac_ext
17756 cat >>conftest.
$ac_ext <<_ACEOF
17757 /* end confdefs.h. */
17759 /* Override any gcc2 internal prototype to avoid an error. */
17763 /* We use char because int might match the return type of a gcc2
17764 builtin and then its argument prototype would still apply. */
17774 rm -f conftest.
$ac_objext conftest
$ac_exeext
17775 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17776 (eval $ac_link) 2>conftest.er1
17778 grep -v '^ *+' conftest.er1
>conftest.err
17780 cat conftest.err
>&5
17781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17782 (exit $ac_status); } &&
17783 { ac_try
='test -z "$ac_c_werror_flag"
17784 || test ! -s conftest.err'
17785 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17786 (eval $ac_try) 2>&5
17788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17789 (exit $ac_status); }; } &&
17790 { ac_try
='test -s conftest$ac_exeext'
17791 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17792 (eval $ac_try) 2>&5
17794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17795 (exit $ac_status); }; }; then
17796 ac_cv_lib_m_roundf
=yes
17798 echo "$as_me: failed program was:" >&5
17799 sed 's/^/| /' conftest.
$ac_ext >&5
17801 ac_cv_lib_m_roundf
=no
17803 rm -f conftest.err conftest.
$ac_objext \
17804 conftest
$ac_exeext conftest.
$ac_ext
17805 LIBS
=$ac_check_lib_save_LIBS
17807 echo "$as_me:$LINENO: result: $ac_cv_lib_m_roundf" >&5
17808 echo "${ECHO_T}$ac_cv_lib_m_roundf" >&6
17809 if test $ac_cv_lib_m_roundf = yes; then
17811 cat >>confdefs.h
<<\_ACEOF
17812 #define HAVE_ROUNDF 1
17817 echo "$as_me:$LINENO: checking for round in -lm" >&5
17818 echo $ECHO_N "checking for round in -lm... $ECHO_C" >&6
17819 if test "${ac_cv_lib_m_round+set}" = set; then
17820 echo $ECHO_N "(cached) $ECHO_C" >&6
17822 ac_check_lib_save_LIBS
=$LIBS
17824 if test x
$gcc_no_link = xyes
; then
17825 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
17826 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
17827 { (exit 1); exit 1; }; }
17829 cat >conftest.
$ac_ext <<_ACEOF
17832 cat confdefs.h
>>conftest.
$ac_ext
17833 cat >>conftest.
$ac_ext <<_ACEOF
17834 /* end confdefs.h. */
17836 /* Override any gcc2 internal prototype to avoid an error. */
17840 /* We use char because int might match the return type of a gcc2
17841 builtin and then its argument prototype would still apply. */
17851 rm -f conftest.
$ac_objext conftest
$ac_exeext
17852 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17853 (eval $ac_link) 2>conftest.er1
17855 grep -v '^ *+' conftest.er1
>conftest.err
17857 cat conftest.err
>&5
17858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17859 (exit $ac_status); } &&
17860 { ac_try
='test -z "$ac_c_werror_flag"
17861 || test ! -s conftest.err'
17862 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17863 (eval $ac_try) 2>&5
17865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17866 (exit $ac_status); }; } &&
17867 { ac_try
='test -s conftest$ac_exeext'
17868 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17869 (eval $ac_try) 2>&5
17871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17872 (exit $ac_status); }; }; then
17873 ac_cv_lib_m_round
=yes
17875 echo "$as_me: failed program was:" >&5
17876 sed 's/^/| /' conftest.
$ac_ext >&5
17878 ac_cv_lib_m_round
=no
17880 rm -f conftest.err conftest.
$ac_objext \
17881 conftest
$ac_exeext conftest.
$ac_ext
17882 LIBS
=$ac_check_lib_save_LIBS
17884 echo "$as_me:$LINENO: result: $ac_cv_lib_m_round" >&5
17885 echo "${ECHO_T}$ac_cv_lib_m_round" >&6
17886 if test $ac_cv_lib_m_round = yes; then
17888 cat >>confdefs.h
<<\_ACEOF
17889 #define HAVE_ROUND 1
17894 echo "$as_me:$LINENO: checking for roundl in -lm" >&5
17895 echo $ECHO_N "checking for roundl in -lm... $ECHO_C" >&6
17896 if test "${ac_cv_lib_m_roundl+set}" = set; then
17897 echo $ECHO_N "(cached) $ECHO_C" >&6
17899 ac_check_lib_save_LIBS
=$LIBS
17901 if test x
$gcc_no_link = xyes
; then
17902 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
17903 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
17904 { (exit 1); exit 1; }; }
17906 cat >conftest.
$ac_ext <<_ACEOF
17909 cat confdefs.h
>>conftest.
$ac_ext
17910 cat >>conftest.
$ac_ext <<_ACEOF
17911 /* end confdefs.h. */
17913 /* Override any gcc2 internal prototype to avoid an error. */
17917 /* We use char because int might match the return type of a gcc2
17918 builtin and then its argument prototype would still apply. */
17928 rm -f conftest.
$ac_objext conftest
$ac_exeext
17929 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17930 (eval $ac_link) 2>conftest.er1
17932 grep -v '^ *+' conftest.er1
>conftest.err
17934 cat conftest.err
>&5
17935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17936 (exit $ac_status); } &&
17937 { ac_try
='test -z "$ac_c_werror_flag"
17938 || test ! -s conftest.err'
17939 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17940 (eval $ac_try) 2>&5
17942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17943 (exit $ac_status); }; } &&
17944 { ac_try
='test -s conftest$ac_exeext'
17945 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17946 (eval $ac_try) 2>&5
17948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17949 (exit $ac_status); }; }; then
17950 ac_cv_lib_m_roundl
=yes
17952 echo "$as_me: failed program was:" >&5
17953 sed 's/^/| /' conftest.
$ac_ext >&5
17955 ac_cv_lib_m_roundl
=no
17957 rm -f conftest.err conftest.
$ac_objext \
17958 conftest
$ac_exeext conftest.
$ac_ext
17959 LIBS
=$ac_check_lib_save_LIBS
17961 echo "$as_me:$LINENO: result: $ac_cv_lib_m_roundl" >&5
17962 echo "${ECHO_T}$ac_cv_lib_m_roundl" >&6
17963 if test $ac_cv_lib_m_roundl = yes; then
17965 cat >>confdefs.h
<<\_ACEOF
17966 #define HAVE_ROUNDL 1
17971 echo "$as_me:$LINENO: checking for scalbnf in -lm" >&5
17972 echo $ECHO_N "checking for scalbnf in -lm... $ECHO_C" >&6
17973 if test "${ac_cv_lib_m_scalbnf+set}" = set; then
17974 echo $ECHO_N "(cached) $ECHO_C" >&6
17976 ac_check_lib_save_LIBS
=$LIBS
17978 if test x
$gcc_no_link = xyes
; then
17979 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
17980 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
17981 { (exit 1); exit 1; }; }
17983 cat >conftest.
$ac_ext <<_ACEOF
17986 cat confdefs.h
>>conftest.
$ac_ext
17987 cat >>conftest.
$ac_ext <<_ACEOF
17988 /* end confdefs.h. */
17990 /* Override any gcc2 internal prototype to avoid an error. */
17994 /* We use char because int might match the return type of a gcc2
17995 builtin and then its argument prototype would still apply. */
18005 rm -f conftest.
$ac_objext conftest
$ac_exeext
18006 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18007 (eval $ac_link) 2>conftest.er1
18009 grep -v '^ *+' conftest.er1
>conftest.err
18011 cat conftest.err
>&5
18012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18013 (exit $ac_status); } &&
18014 { ac_try
='test -z "$ac_c_werror_flag"
18015 || test ! -s conftest.err'
18016 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18017 (eval $ac_try) 2>&5
18019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18020 (exit $ac_status); }; } &&
18021 { ac_try
='test -s conftest$ac_exeext'
18022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18023 (eval $ac_try) 2>&5
18025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18026 (exit $ac_status); }; }; then
18027 ac_cv_lib_m_scalbnf
=yes
18029 echo "$as_me: failed program was:" >&5
18030 sed 's/^/| /' conftest.
$ac_ext >&5
18032 ac_cv_lib_m_scalbnf
=no
18034 rm -f conftest.err conftest.
$ac_objext \
18035 conftest
$ac_exeext conftest.
$ac_ext
18036 LIBS
=$ac_check_lib_save_LIBS
18038 echo "$as_me:$LINENO: result: $ac_cv_lib_m_scalbnf" >&5
18039 echo "${ECHO_T}$ac_cv_lib_m_scalbnf" >&6
18040 if test $ac_cv_lib_m_scalbnf = yes; then
18042 cat >>confdefs.h
<<\_ACEOF
18043 #define HAVE_SCALBNF 1
18048 echo "$as_me:$LINENO: checking for scalbn in -lm" >&5
18049 echo $ECHO_N "checking for scalbn in -lm... $ECHO_C" >&6
18050 if test "${ac_cv_lib_m_scalbn+set}" = set; then
18051 echo $ECHO_N "(cached) $ECHO_C" >&6
18053 ac_check_lib_save_LIBS
=$LIBS
18055 if test x
$gcc_no_link = xyes
; then
18056 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
18057 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
18058 { (exit 1); exit 1; }; }
18060 cat >conftest.
$ac_ext <<_ACEOF
18063 cat confdefs.h
>>conftest.
$ac_ext
18064 cat >>conftest.
$ac_ext <<_ACEOF
18065 /* end confdefs.h. */
18067 /* Override any gcc2 internal prototype to avoid an error. */
18071 /* We use char because int might match the return type of a gcc2
18072 builtin and then its argument prototype would still apply. */
18082 rm -f conftest.
$ac_objext conftest
$ac_exeext
18083 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18084 (eval $ac_link) 2>conftest.er1
18086 grep -v '^ *+' conftest.er1
>conftest.err
18088 cat conftest.err
>&5
18089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18090 (exit $ac_status); } &&
18091 { ac_try
='test -z "$ac_c_werror_flag"
18092 || test ! -s conftest.err'
18093 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18094 (eval $ac_try) 2>&5
18096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18097 (exit $ac_status); }; } &&
18098 { ac_try
='test -s conftest$ac_exeext'
18099 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18100 (eval $ac_try) 2>&5
18102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18103 (exit $ac_status); }; }; then
18104 ac_cv_lib_m_scalbn
=yes
18106 echo "$as_me: failed program was:" >&5
18107 sed 's/^/| /' conftest.
$ac_ext >&5
18109 ac_cv_lib_m_scalbn
=no
18111 rm -f conftest.err conftest.
$ac_objext \
18112 conftest
$ac_exeext conftest.
$ac_ext
18113 LIBS
=$ac_check_lib_save_LIBS
18115 echo "$as_me:$LINENO: result: $ac_cv_lib_m_scalbn" >&5
18116 echo "${ECHO_T}$ac_cv_lib_m_scalbn" >&6
18117 if test $ac_cv_lib_m_scalbn = yes; then
18119 cat >>confdefs.h
<<\_ACEOF
18120 #define HAVE_SCALBN 1
18125 echo "$as_me:$LINENO: checking for scalbnl in -lm" >&5
18126 echo $ECHO_N "checking for scalbnl in -lm... $ECHO_C" >&6
18127 if test "${ac_cv_lib_m_scalbnl+set}" = set; then
18128 echo $ECHO_N "(cached) $ECHO_C" >&6
18130 ac_check_lib_save_LIBS
=$LIBS
18132 if test x
$gcc_no_link = xyes
; then
18133 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
18134 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
18135 { (exit 1); exit 1; }; }
18137 cat >conftest.
$ac_ext <<_ACEOF
18140 cat confdefs.h
>>conftest.
$ac_ext
18141 cat >>conftest.
$ac_ext <<_ACEOF
18142 /* end confdefs.h. */
18144 /* Override any gcc2 internal prototype to avoid an error. */
18148 /* We use char because int might match the return type of a gcc2
18149 builtin and then its argument prototype would still apply. */
18159 rm -f conftest.
$ac_objext conftest
$ac_exeext
18160 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18161 (eval $ac_link) 2>conftest.er1
18163 grep -v '^ *+' conftest.er1
>conftest.err
18165 cat conftest.err
>&5
18166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18167 (exit $ac_status); } &&
18168 { ac_try
='test -z "$ac_c_werror_flag"
18169 || test ! -s conftest.err'
18170 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18171 (eval $ac_try) 2>&5
18173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18174 (exit $ac_status); }; } &&
18175 { ac_try
='test -s conftest$ac_exeext'
18176 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18177 (eval $ac_try) 2>&5
18179 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18180 (exit $ac_status); }; }; then
18181 ac_cv_lib_m_scalbnl
=yes
18183 echo "$as_me: failed program was:" >&5
18184 sed 's/^/| /' conftest.
$ac_ext >&5
18186 ac_cv_lib_m_scalbnl
=no
18188 rm -f conftest.err conftest.
$ac_objext \
18189 conftest
$ac_exeext conftest.
$ac_ext
18190 LIBS
=$ac_check_lib_save_LIBS
18192 echo "$as_me:$LINENO: result: $ac_cv_lib_m_scalbnl" >&5
18193 echo "${ECHO_T}$ac_cv_lib_m_scalbnl" >&6
18194 if test $ac_cv_lib_m_scalbnl = yes; then
18196 cat >>confdefs.h
<<\_ACEOF
18197 #define HAVE_SCALBNL 1
18202 echo "$as_me:$LINENO: checking for sinf in -lm" >&5
18203 echo $ECHO_N "checking for sinf in -lm... $ECHO_C" >&6
18204 if test "${ac_cv_lib_m_sinf+set}" = set; then
18205 echo $ECHO_N "(cached) $ECHO_C" >&6
18207 ac_check_lib_save_LIBS
=$LIBS
18209 if test x
$gcc_no_link = xyes
; then
18210 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
18211 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
18212 { (exit 1); exit 1; }; }
18214 cat >conftest.
$ac_ext <<_ACEOF
18217 cat confdefs.h
>>conftest.
$ac_ext
18218 cat >>conftest.
$ac_ext <<_ACEOF
18219 /* end confdefs.h. */
18221 /* Override any gcc2 internal prototype to avoid an error. */
18225 /* We use char because int might match the return type of a gcc2
18226 builtin and then its argument prototype would still apply. */
18236 rm -f conftest.
$ac_objext conftest
$ac_exeext
18237 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18238 (eval $ac_link) 2>conftest.er1
18240 grep -v '^ *+' conftest.er1
>conftest.err
18242 cat conftest.err
>&5
18243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18244 (exit $ac_status); } &&
18245 { ac_try
='test -z "$ac_c_werror_flag"
18246 || test ! -s conftest.err'
18247 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18248 (eval $ac_try) 2>&5
18250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18251 (exit $ac_status); }; } &&
18252 { ac_try
='test -s conftest$ac_exeext'
18253 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18254 (eval $ac_try) 2>&5
18256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18257 (exit $ac_status); }; }; then
18258 ac_cv_lib_m_sinf
=yes
18260 echo "$as_me: failed program was:" >&5
18261 sed 's/^/| /' conftest.
$ac_ext >&5
18263 ac_cv_lib_m_sinf
=no
18265 rm -f conftest.err conftest.
$ac_objext \
18266 conftest
$ac_exeext conftest.
$ac_ext
18267 LIBS
=$ac_check_lib_save_LIBS
18269 echo "$as_me:$LINENO: result: $ac_cv_lib_m_sinf" >&5
18270 echo "${ECHO_T}$ac_cv_lib_m_sinf" >&6
18271 if test $ac_cv_lib_m_sinf = yes; then
18273 cat >>confdefs.h
<<\_ACEOF
18274 #define HAVE_SINF 1
18279 echo "$as_me:$LINENO: checking for sin in -lm" >&5
18280 echo $ECHO_N "checking for sin in -lm... $ECHO_C" >&6
18281 if test "${ac_cv_lib_m_sin+set}" = set; then
18282 echo $ECHO_N "(cached) $ECHO_C" >&6
18284 ac_check_lib_save_LIBS
=$LIBS
18286 if test x
$gcc_no_link = xyes
; then
18287 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
18288 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
18289 { (exit 1); exit 1; }; }
18291 cat >conftest.
$ac_ext <<_ACEOF
18294 cat confdefs.h
>>conftest.
$ac_ext
18295 cat >>conftest.
$ac_ext <<_ACEOF
18296 /* end confdefs.h. */
18298 /* Override any gcc2 internal prototype to avoid an error. */
18302 /* We use char because int might match the return type of a gcc2
18303 builtin and then its argument prototype would still apply. */
18313 rm -f conftest.
$ac_objext conftest
$ac_exeext
18314 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18315 (eval $ac_link) 2>conftest.er1
18317 grep -v '^ *+' conftest.er1
>conftest.err
18319 cat conftest.err
>&5
18320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18321 (exit $ac_status); } &&
18322 { ac_try
='test -z "$ac_c_werror_flag"
18323 || test ! -s conftest.err'
18324 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18325 (eval $ac_try) 2>&5
18327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18328 (exit $ac_status); }; } &&
18329 { ac_try
='test -s conftest$ac_exeext'
18330 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18331 (eval $ac_try) 2>&5
18333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18334 (exit $ac_status); }; }; then
18335 ac_cv_lib_m_sin
=yes
18337 echo "$as_me: failed program was:" >&5
18338 sed 's/^/| /' conftest.
$ac_ext >&5
18342 rm -f conftest.err conftest.
$ac_objext \
18343 conftest
$ac_exeext conftest.
$ac_ext
18344 LIBS
=$ac_check_lib_save_LIBS
18346 echo "$as_me:$LINENO: result: $ac_cv_lib_m_sin" >&5
18347 echo "${ECHO_T}$ac_cv_lib_m_sin" >&6
18348 if test $ac_cv_lib_m_sin = yes; then
18350 cat >>confdefs.h
<<\_ACEOF
18356 echo "$as_me:$LINENO: checking for sinl in -lm" >&5
18357 echo $ECHO_N "checking for sinl in -lm... $ECHO_C" >&6
18358 if test "${ac_cv_lib_m_sinl+set}" = set; then
18359 echo $ECHO_N "(cached) $ECHO_C" >&6
18361 ac_check_lib_save_LIBS
=$LIBS
18363 if test x
$gcc_no_link = xyes
; then
18364 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
18365 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
18366 { (exit 1); exit 1; }; }
18368 cat >conftest.
$ac_ext <<_ACEOF
18371 cat confdefs.h
>>conftest.
$ac_ext
18372 cat >>conftest.
$ac_ext <<_ACEOF
18373 /* end confdefs.h. */
18375 /* Override any gcc2 internal prototype to avoid an error. */
18379 /* We use char because int might match the return type of a gcc2
18380 builtin and then its argument prototype would still apply. */
18390 rm -f conftest.
$ac_objext conftest
$ac_exeext
18391 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18392 (eval $ac_link) 2>conftest.er1
18394 grep -v '^ *+' conftest.er1
>conftest.err
18396 cat conftest.err
>&5
18397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18398 (exit $ac_status); } &&
18399 { ac_try
='test -z "$ac_c_werror_flag"
18400 || test ! -s conftest.err'
18401 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18402 (eval $ac_try) 2>&5
18404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18405 (exit $ac_status); }; } &&
18406 { ac_try
='test -s conftest$ac_exeext'
18407 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18408 (eval $ac_try) 2>&5
18410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18411 (exit $ac_status); }; }; then
18412 ac_cv_lib_m_sinl
=yes
18414 echo "$as_me: failed program was:" >&5
18415 sed 's/^/| /' conftest.
$ac_ext >&5
18417 ac_cv_lib_m_sinl
=no
18419 rm -f conftest.err conftest.
$ac_objext \
18420 conftest
$ac_exeext conftest.
$ac_ext
18421 LIBS
=$ac_check_lib_save_LIBS
18423 echo "$as_me:$LINENO: result: $ac_cv_lib_m_sinl" >&5
18424 echo "${ECHO_T}$ac_cv_lib_m_sinl" >&6
18425 if test $ac_cv_lib_m_sinl = yes; then
18427 cat >>confdefs.h
<<\_ACEOF
18428 #define HAVE_SINL 1
18433 echo "$as_me:$LINENO: checking for csinf in -lm" >&5
18434 echo $ECHO_N "checking for csinf in -lm... $ECHO_C" >&6
18435 if test "${ac_cv_lib_m_csinf+set}" = set; then
18436 echo $ECHO_N "(cached) $ECHO_C" >&6
18438 ac_check_lib_save_LIBS
=$LIBS
18440 if test x
$gcc_no_link = xyes
; then
18441 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
18442 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
18443 { (exit 1); exit 1; }; }
18445 cat >conftest.
$ac_ext <<_ACEOF
18448 cat confdefs.h
>>conftest.
$ac_ext
18449 cat >>conftest.
$ac_ext <<_ACEOF
18450 /* end confdefs.h. */
18452 /* Override any gcc2 internal prototype to avoid an error. */
18456 /* We use char because int might match the return type of a gcc2
18457 builtin and then its argument prototype would still apply. */
18467 rm -f conftest.
$ac_objext conftest
$ac_exeext
18468 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18469 (eval $ac_link) 2>conftest.er1
18471 grep -v '^ *+' conftest.er1
>conftest.err
18473 cat conftest.err
>&5
18474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18475 (exit $ac_status); } &&
18476 { ac_try
='test -z "$ac_c_werror_flag"
18477 || test ! -s conftest.err'
18478 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18479 (eval $ac_try) 2>&5
18481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18482 (exit $ac_status); }; } &&
18483 { ac_try
='test -s conftest$ac_exeext'
18484 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18485 (eval $ac_try) 2>&5
18487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18488 (exit $ac_status); }; }; then
18489 ac_cv_lib_m_csinf
=yes
18491 echo "$as_me: failed program was:" >&5
18492 sed 's/^/| /' conftest.
$ac_ext >&5
18494 ac_cv_lib_m_csinf
=no
18496 rm -f conftest.err conftest.
$ac_objext \
18497 conftest
$ac_exeext conftest.
$ac_ext
18498 LIBS
=$ac_check_lib_save_LIBS
18500 echo "$as_me:$LINENO: result: $ac_cv_lib_m_csinf" >&5
18501 echo "${ECHO_T}$ac_cv_lib_m_csinf" >&6
18502 if test $ac_cv_lib_m_csinf = yes; then
18504 cat >>confdefs.h
<<\_ACEOF
18505 #define HAVE_CSINF 1
18510 echo "$as_me:$LINENO: checking for csin in -lm" >&5
18511 echo $ECHO_N "checking for csin in -lm... $ECHO_C" >&6
18512 if test "${ac_cv_lib_m_csin+set}" = set; then
18513 echo $ECHO_N "(cached) $ECHO_C" >&6
18515 ac_check_lib_save_LIBS
=$LIBS
18517 if test x
$gcc_no_link = xyes
; then
18518 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
18519 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
18520 { (exit 1); exit 1; }; }
18522 cat >conftest.
$ac_ext <<_ACEOF
18525 cat confdefs.h
>>conftest.
$ac_ext
18526 cat >>conftest.
$ac_ext <<_ACEOF
18527 /* end confdefs.h. */
18529 /* Override any gcc2 internal prototype to avoid an error. */
18533 /* We use char because int might match the return type of a gcc2
18534 builtin and then its argument prototype would still apply. */
18544 rm -f conftest.
$ac_objext conftest
$ac_exeext
18545 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18546 (eval $ac_link) 2>conftest.er1
18548 grep -v '^ *+' conftest.er1
>conftest.err
18550 cat conftest.err
>&5
18551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18552 (exit $ac_status); } &&
18553 { ac_try
='test -z "$ac_c_werror_flag"
18554 || test ! -s conftest.err'
18555 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18556 (eval $ac_try) 2>&5
18558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18559 (exit $ac_status); }; } &&
18560 { ac_try
='test -s conftest$ac_exeext'
18561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18562 (eval $ac_try) 2>&5
18564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18565 (exit $ac_status); }; }; then
18566 ac_cv_lib_m_csin
=yes
18568 echo "$as_me: failed program was:" >&5
18569 sed 's/^/| /' conftest.
$ac_ext >&5
18571 ac_cv_lib_m_csin
=no
18573 rm -f conftest.err conftest.
$ac_objext \
18574 conftest
$ac_exeext conftest.
$ac_ext
18575 LIBS
=$ac_check_lib_save_LIBS
18577 echo "$as_me:$LINENO: result: $ac_cv_lib_m_csin" >&5
18578 echo "${ECHO_T}$ac_cv_lib_m_csin" >&6
18579 if test $ac_cv_lib_m_csin = yes; then
18581 cat >>confdefs.h
<<\_ACEOF
18582 #define HAVE_CSIN 1
18587 echo "$as_me:$LINENO: checking for csinl in -lm" >&5
18588 echo $ECHO_N "checking for csinl in -lm... $ECHO_C" >&6
18589 if test "${ac_cv_lib_m_csinl+set}" = set; then
18590 echo $ECHO_N "(cached) $ECHO_C" >&6
18592 ac_check_lib_save_LIBS
=$LIBS
18594 if test x
$gcc_no_link = xyes
; then
18595 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
18596 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
18597 { (exit 1); exit 1; }; }
18599 cat >conftest.
$ac_ext <<_ACEOF
18602 cat confdefs.h
>>conftest.
$ac_ext
18603 cat >>conftest.
$ac_ext <<_ACEOF
18604 /* end confdefs.h. */
18606 /* Override any gcc2 internal prototype to avoid an error. */
18610 /* We use char because int might match the return type of a gcc2
18611 builtin and then its argument prototype would still apply. */
18621 rm -f conftest.
$ac_objext conftest
$ac_exeext
18622 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18623 (eval $ac_link) 2>conftest.er1
18625 grep -v '^ *+' conftest.er1
>conftest.err
18627 cat conftest.err
>&5
18628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18629 (exit $ac_status); } &&
18630 { ac_try
='test -z "$ac_c_werror_flag"
18631 || test ! -s conftest.err'
18632 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18633 (eval $ac_try) 2>&5
18635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18636 (exit $ac_status); }; } &&
18637 { ac_try
='test -s conftest$ac_exeext'
18638 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18639 (eval $ac_try) 2>&5
18641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18642 (exit $ac_status); }; }; then
18643 ac_cv_lib_m_csinl
=yes
18645 echo "$as_me: failed program was:" >&5
18646 sed 's/^/| /' conftest.
$ac_ext >&5
18648 ac_cv_lib_m_csinl
=no
18650 rm -f conftest.err conftest.
$ac_objext \
18651 conftest
$ac_exeext conftest.
$ac_ext
18652 LIBS
=$ac_check_lib_save_LIBS
18654 echo "$as_me:$LINENO: result: $ac_cv_lib_m_csinl" >&5
18655 echo "${ECHO_T}$ac_cv_lib_m_csinl" >&6
18656 if test $ac_cv_lib_m_csinl = yes; then
18658 cat >>confdefs.h
<<\_ACEOF
18659 #define HAVE_CSINL 1
18664 echo "$as_me:$LINENO: checking for sinhf in -lm" >&5
18665 echo $ECHO_N "checking for sinhf in -lm... $ECHO_C" >&6
18666 if test "${ac_cv_lib_m_sinhf+set}" = set; then
18667 echo $ECHO_N "(cached) $ECHO_C" >&6
18669 ac_check_lib_save_LIBS
=$LIBS
18671 if test x
$gcc_no_link = xyes
; then
18672 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
18673 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
18674 { (exit 1); exit 1; }; }
18676 cat >conftest.
$ac_ext <<_ACEOF
18679 cat confdefs.h
>>conftest.
$ac_ext
18680 cat >>conftest.
$ac_ext <<_ACEOF
18681 /* end confdefs.h. */
18683 /* Override any gcc2 internal prototype to avoid an error. */
18687 /* We use char because int might match the return type of a gcc2
18688 builtin and then its argument prototype would still apply. */
18698 rm -f conftest.
$ac_objext conftest
$ac_exeext
18699 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18700 (eval $ac_link) 2>conftest.er1
18702 grep -v '^ *+' conftest.er1
>conftest.err
18704 cat conftest.err
>&5
18705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18706 (exit $ac_status); } &&
18707 { ac_try
='test -z "$ac_c_werror_flag"
18708 || test ! -s conftest.err'
18709 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18710 (eval $ac_try) 2>&5
18712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18713 (exit $ac_status); }; } &&
18714 { ac_try
='test -s conftest$ac_exeext'
18715 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18716 (eval $ac_try) 2>&5
18718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18719 (exit $ac_status); }; }; then
18720 ac_cv_lib_m_sinhf
=yes
18722 echo "$as_me: failed program was:" >&5
18723 sed 's/^/| /' conftest.
$ac_ext >&5
18725 ac_cv_lib_m_sinhf
=no
18727 rm -f conftest.err conftest.
$ac_objext \
18728 conftest
$ac_exeext conftest.
$ac_ext
18729 LIBS
=$ac_check_lib_save_LIBS
18731 echo "$as_me:$LINENO: result: $ac_cv_lib_m_sinhf" >&5
18732 echo "${ECHO_T}$ac_cv_lib_m_sinhf" >&6
18733 if test $ac_cv_lib_m_sinhf = yes; then
18735 cat >>confdefs.h
<<\_ACEOF
18736 #define HAVE_SINHF 1
18741 echo "$as_me:$LINENO: checking for sinh in -lm" >&5
18742 echo $ECHO_N "checking for sinh in -lm... $ECHO_C" >&6
18743 if test "${ac_cv_lib_m_sinh+set}" = set; then
18744 echo $ECHO_N "(cached) $ECHO_C" >&6
18746 ac_check_lib_save_LIBS
=$LIBS
18748 if test x
$gcc_no_link = xyes
; then
18749 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
18750 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
18751 { (exit 1); exit 1; }; }
18753 cat >conftest.
$ac_ext <<_ACEOF
18756 cat confdefs.h
>>conftest.
$ac_ext
18757 cat >>conftest.
$ac_ext <<_ACEOF
18758 /* end confdefs.h. */
18760 /* Override any gcc2 internal prototype to avoid an error. */
18764 /* We use char because int might match the return type of a gcc2
18765 builtin and then its argument prototype would still apply. */
18775 rm -f conftest.
$ac_objext conftest
$ac_exeext
18776 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18777 (eval $ac_link) 2>conftest.er1
18779 grep -v '^ *+' conftest.er1
>conftest.err
18781 cat conftest.err
>&5
18782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18783 (exit $ac_status); } &&
18784 { ac_try
='test -z "$ac_c_werror_flag"
18785 || test ! -s conftest.err'
18786 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18787 (eval $ac_try) 2>&5
18789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18790 (exit $ac_status); }; } &&
18791 { ac_try
='test -s conftest$ac_exeext'
18792 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18793 (eval $ac_try) 2>&5
18795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18796 (exit $ac_status); }; }; then
18797 ac_cv_lib_m_sinh
=yes
18799 echo "$as_me: failed program was:" >&5
18800 sed 's/^/| /' conftest.
$ac_ext >&5
18802 ac_cv_lib_m_sinh
=no
18804 rm -f conftest.err conftest.
$ac_objext \
18805 conftest
$ac_exeext conftest.
$ac_ext
18806 LIBS
=$ac_check_lib_save_LIBS
18808 echo "$as_me:$LINENO: result: $ac_cv_lib_m_sinh" >&5
18809 echo "${ECHO_T}$ac_cv_lib_m_sinh" >&6
18810 if test $ac_cv_lib_m_sinh = yes; then
18812 cat >>confdefs.h
<<\_ACEOF
18813 #define HAVE_SINH 1
18818 echo "$as_me:$LINENO: checking for sinhl in -lm" >&5
18819 echo $ECHO_N "checking for sinhl in -lm... $ECHO_C" >&6
18820 if test "${ac_cv_lib_m_sinhl+set}" = set; then
18821 echo $ECHO_N "(cached) $ECHO_C" >&6
18823 ac_check_lib_save_LIBS
=$LIBS
18825 if test x
$gcc_no_link = xyes
; then
18826 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
18827 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
18828 { (exit 1); exit 1; }; }
18830 cat >conftest.
$ac_ext <<_ACEOF
18833 cat confdefs.h
>>conftest.
$ac_ext
18834 cat >>conftest.
$ac_ext <<_ACEOF
18835 /* end confdefs.h. */
18837 /* Override any gcc2 internal prototype to avoid an error. */
18841 /* We use char because int might match the return type of a gcc2
18842 builtin and then its argument prototype would still apply. */
18852 rm -f conftest.
$ac_objext conftest
$ac_exeext
18853 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18854 (eval $ac_link) 2>conftest.er1
18856 grep -v '^ *+' conftest.er1
>conftest.err
18858 cat conftest.err
>&5
18859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18860 (exit $ac_status); } &&
18861 { ac_try
='test -z "$ac_c_werror_flag"
18862 || test ! -s conftest.err'
18863 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18864 (eval $ac_try) 2>&5
18866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18867 (exit $ac_status); }; } &&
18868 { ac_try
='test -s conftest$ac_exeext'
18869 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18870 (eval $ac_try) 2>&5
18872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18873 (exit $ac_status); }; }; then
18874 ac_cv_lib_m_sinhl
=yes
18876 echo "$as_me: failed program was:" >&5
18877 sed 's/^/| /' conftest.
$ac_ext >&5
18879 ac_cv_lib_m_sinhl
=no
18881 rm -f conftest.err conftest.
$ac_objext \
18882 conftest
$ac_exeext conftest.
$ac_ext
18883 LIBS
=$ac_check_lib_save_LIBS
18885 echo "$as_me:$LINENO: result: $ac_cv_lib_m_sinhl" >&5
18886 echo "${ECHO_T}$ac_cv_lib_m_sinhl" >&6
18887 if test $ac_cv_lib_m_sinhl = yes; then
18889 cat >>confdefs.h
<<\_ACEOF
18890 #define HAVE_SINHL 1
18895 echo "$as_me:$LINENO: checking for csinhf in -lm" >&5
18896 echo $ECHO_N "checking for csinhf in -lm... $ECHO_C" >&6
18897 if test "${ac_cv_lib_m_csinhf+set}" = set; then
18898 echo $ECHO_N "(cached) $ECHO_C" >&6
18900 ac_check_lib_save_LIBS
=$LIBS
18902 if test x
$gcc_no_link = xyes
; then
18903 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
18904 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
18905 { (exit 1); exit 1; }; }
18907 cat >conftest.
$ac_ext <<_ACEOF
18910 cat confdefs.h
>>conftest.
$ac_ext
18911 cat >>conftest.
$ac_ext <<_ACEOF
18912 /* end confdefs.h. */
18914 /* Override any gcc2 internal prototype to avoid an error. */
18918 /* We use char because int might match the return type of a gcc2
18919 builtin and then its argument prototype would still apply. */
18929 rm -f conftest.
$ac_objext conftest
$ac_exeext
18930 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18931 (eval $ac_link) 2>conftest.er1
18933 grep -v '^ *+' conftest.er1
>conftest.err
18935 cat conftest.err
>&5
18936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18937 (exit $ac_status); } &&
18938 { ac_try
='test -z "$ac_c_werror_flag"
18939 || test ! -s conftest.err'
18940 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18941 (eval $ac_try) 2>&5
18943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18944 (exit $ac_status); }; } &&
18945 { ac_try
='test -s conftest$ac_exeext'
18946 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18947 (eval $ac_try) 2>&5
18949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18950 (exit $ac_status); }; }; then
18951 ac_cv_lib_m_csinhf
=yes
18953 echo "$as_me: failed program was:" >&5
18954 sed 's/^/| /' conftest.
$ac_ext >&5
18956 ac_cv_lib_m_csinhf
=no
18958 rm -f conftest.err conftest.
$ac_objext \
18959 conftest
$ac_exeext conftest.
$ac_ext
18960 LIBS
=$ac_check_lib_save_LIBS
18962 echo "$as_me:$LINENO: result: $ac_cv_lib_m_csinhf" >&5
18963 echo "${ECHO_T}$ac_cv_lib_m_csinhf" >&6
18964 if test $ac_cv_lib_m_csinhf = yes; then
18966 cat >>confdefs.h
<<\_ACEOF
18967 #define HAVE_CSINHF 1
18972 echo "$as_me:$LINENO: checking for csinh in -lm" >&5
18973 echo $ECHO_N "checking for csinh in -lm... $ECHO_C" >&6
18974 if test "${ac_cv_lib_m_csinh+set}" = set; then
18975 echo $ECHO_N "(cached) $ECHO_C" >&6
18977 ac_check_lib_save_LIBS
=$LIBS
18979 if test x
$gcc_no_link = xyes
; then
18980 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
18981 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
18982 { (exit 1); exit 1; }; }
18984 cat >conftest.
$ac_ext <<_ACEOF
18987 cat confdefs.h
>>conftest.
$ac_ext
18988 cat >>conftest.
$ac_ext <<_ACEOF
18989 /* end confdefs.h. */
18991 /* Override any gcc2 internal prototype to avoid an error. */
18995 /* We use char because int might match the return type of a gcc2
18996 builtin and then its argument prototype would still apply. */
19006 rm -f conftest.
$ac_objext conftest
$ac_exeext
19007 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19008 (eval $ac_link) 2>conftest.er1
19010 grep -v '^ *+' conftest.er1
>conftest.err
19012 cat conftest.err
>&5
19013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19014 (exit $ac_status); } &&
19015 { ac_try
='test -z "$ac_c_werror_flag"
19016 || test ! -s conftest.err'
19017 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19018 (eval $ac_try) 2>&5
19020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19021 (exit $ac_status); }; } &&
19022 { ac_try
='test -s conftest$ac_exeext'
19023 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19024 (eval $ac_try) 2>&5
19026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19027 (exit $ac_status); }; }; then
19028 ac_cv_lib_m_csinh
=yes
19030 echo "$as_me: failed program was:" >&5
19031 sed 's/^/| /' conftest.
$ac_ext >&5
19033 ac_cv_lib_m_csinh
=no
19035 rm -f conftest.err conftest.
$ac_objext \
19036 conftest
$ac_exeext conftest.
$ac_ext
19037 LIBS
=$ac_check_lib_save_LIBS
19039 echo "$as_me:$LINENO: result: $ac_cv_lib_m_csinh" >&5
19040 echo "${ECHO_T}$ac_cv_lib_m_csinh" >&6
19041 if test $ac_cv_lib_m_csinh = yes; then
19043 cat >>confdefs.h
<<\_ACEOF
19044 #define HAVE_CSINH 1
19049 echo "$as_me:$LINENO: checking for csinhl in -lm" >&5
19050 echo $ECHO_N "checking for csinhl in -lm... $ECHO_C" >&6
19051 if test "${ac_cv_lib_m_csinhl+set}" = set; then
19052 echo $ECHO_N "(cached) $ECHO_C" >&6
19054 ac_check_lib_save_LIBS
=$LIBS
19056 if test x
$gcc_no_link = xyes
; then
19057 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19058 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19059 { (exit 1); exit 1; }; }
19061 cat >conftest.
$ac_ext <<_ACEOF
19064 cat confdefs.h
>>conftest.
$ac_ext
19065 cat >>conftest.
$ac_ext <<_ACEOF
19066 /* end confdefs.h. */
19068 /* Override any gcc2 internal prototype to avoid an error. */
19072 /* We use char because int might match the return type of a gcc2
19073 builtin and then its argument prototype would still apply. */
19083 rm -f conftest.
$ac_objext conftest
$ac_exeext
19084 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19085 (eval $ac_link) 2>conftest.er1
19087 grep -v '^ *+' conftest.er1
>conftest.err
19089 cat conftest.err
>&5
19090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19091 (exit $ac_status); } &&
19092 { ac_try
='test -z "$ac_c_werror_flag"
19093 || test ! -s conftest.err'
19094 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19095 (eval $ac_try) 2>&5
19097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19098 (exit $ac_status); }; } &&
19099 { ac_try
='test -s conftest$ac_exeext'
19100 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19101 (eval $ac_try) 2>&5
19103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19104 (exit $ac_status); }; }; then
19105 ac_cv_lib_m_csinhl
=yes
19107 echo "$as_me: failed program was:" >&5
19108 sed 's/^/| /' conftest.
$ac_ext >&5
19110 ac_cv_lib_m_csinhl
=no
19112 rm -f conftest.err conftest.
$ac_objext \
19113 conftest
$ac_exeext conftest.
$ac_ext
19114 LIBS
=$ac_check_lib_save_LIBS
19116 echo "$as_me:$LINENO: result: $ac_cv_lib_m_csinhl" >&5
19117 echo "${ECHO_T}$ac_cv_lib_m_csinhl" >&6
19118 if test $ac_cv_lib_m_csinhl = yes; then
19120 cat >>confdefs.h
<<\_ACEOF
19121 #define HAVE_CSINHL 1
19126 echo "$as_me:$LINENO: checking for sqrtf in -lm" >&5
19127 echo $ECHO_N "checking for sqrtf in -lm... $ECHO_C" >&6
19128 if test "${ac_cv_lib_m_sqrtf+set}" = set; then
19129 echo $ECHO_N "(cached) $ECHO_C" >&6
19131 ac_check_lib_save_LIBS
=$LIBS
19133 if test x
$gcc_no_link = xyes
; then
19134 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19135 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19136 { (exit 1); exit 1; }; }
19138 cat >conftest.
$ac_ext <<_ACEOF
19141 cat confdefs.h
>>conftest.
$ac_ext
19142 cat >>conftest.
$ac_ext <<_ACEOF
19143 /* end confdefs.h. */
19145 /* Override any gcc2 internal prototype to avoid an error. */
19149 /* We use char because int might match the return type of a gcc2
19150 builtin and then its argument prototype would still apply. */
19160 rm -f conftest.
$ac_objext conftest
$ac_exeext
19161 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19162 (eval $ac_link) 2>conftest.er1
19164 grep -v '^ *+' conftest.er1
>conftest.err
19166 cat conftest.err
>&5
19167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19168 (exit $ac_status); } &&
19169 { ac_try
='test -z "$ac_c_werror_flag"
19170 || test ! -s conftest.err'
19171 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19172 (eval $ac_try) 2>&5
19174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19175 (exit $ac_status); }; } &&
19176 { ac_try
='test -s conftest$ac_exeext'
19177 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19178 (eval $ac_try) 2>&5
19180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19181 (exit $ac_status); }; }; then
19182 ac_cv_lib_m_sqrtf
=yes
19184 echo "$as_me: failed program was:" >&5
19185 sed 's/^/| /' conftest.
$ac_ext >&5
19187 ac_cv_lib_m_sqrtf
=no
19189 rm -f conftest.err conftest.
$ac_objext \
19190 conftest
$ac_exeext conftest.
$ac_ext
19191 LIBS
=$ac_check_lib_save_LIBS
19193 echo "$as_me:$LINENO: result: $ac_cv_lib_m_sqrtf" >&5
19194 echo "${ECHO_T}$ac_cv_lib_m_sqrtf" >&6
19195 if test $ac_cv_lib_m_sqrtf = yes; then
19197 cat >>confdefs.h
<<\_ACEOF
19198 #define HAVE_SQRTF 1
19203 echo "$as_me:$LINENO: checking for sqrt in -lm" >&5
19204 echo $ECHO_N "checking for sqrt in -lm... $ECHO_C" >&6
19205 if test "${ac_cv_lib_m_sqrt+set}" = set; then
19206 echo $ECHO_N "(cached) $ECHO_C" >&6
19208 ac_check_lib_save_LIBS
=$LIBS
19210 if test x
$gcc_no_link = xyes
; then
19211 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19212 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19213 { (exit 1); exit 1; }; }
19215 cat >conftest.
$ac_ext <<_ACEOF
19218 cat confdefs.h
>>conftest.
$ac_ext
19219 cat >>conftest.
$ac_ext <<_ACEOF
19220 /* end confdefs.h. */
19222 /* Override any gcc2 internal prototype to avoid an error. */
19226 /* We use char because int might match the return type of a gcc2
19227 builtin and then its argument prototype would still apply. */
19237 rm -f conftest.
$ac_objext conftest
$ac_exeext
19238 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19239 (eval $ac_link) 2>conftest.er1
19241 grep -v '^ *+' conftest.er1
>conftest.err
19243 cat conftest.err
>&5
19244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19245 (exit $ac_status); } &&
19246 { ac_try
='test -z "$ac_c_werror_flag"
19247 || test ! -s conftest.err'
19248 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19249 (eval $ac_try) 2>&5
19251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19252 (exit $ac_status); }; } &&
19253 { ac_try
='test -s conftest$ac_exeext'
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); }; }; then
19259 ac_cv_lib_m_sqrt
=yes
19261 echo "$as_me: failed program was:" >&5
19262 sed 's/^/| /' conftest.
$ac_ext >&5
19264 ac_cv_lib_m_sqrt
=no
19266 rm -f conftest.err conftest.
$ac_objext \
19267 conftest
$ac_exeext conftest.
$ac_ext
19268 LIBS
=$ac_check_lib_save_LIBS
19270 echo "$as_me:$LINENO: result: $ac_cv_lib_m_sqrt" >&5
19271 echo "${ECHO_T}$ac_cv_lib_m_sqrt" >&6
19272 if test $ac_cv_lib_m_sqrt = yes; then
19274 cat >>confdefs.h
<<\_ACEOF
19275 #define HAVE_SQRT 1
19280 echo "$as_me:$LINENO: checking for sqrtl in -lm" >&5
19281 echo $ECHO_N "checking for sqrtl in -lm... $ECHO_C" >&6
19282 if test "${ac_cv_lib_m_sqrtl+set}" = set; then
19283 echo $ECHO_N "(cached) $ECHO_C" >&6
19285 ac_check_lib_save_LIBS
=$LIBS
19287 if test x
$gcc_no_link = xyes
; then
19288 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19289 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19290 { (exit 1); exit 1; }; }
19292 cat >conftest.
$ac_ext <<_ACEOF
19295 cat confdefs.h
>>conftest.
$ac_ext
19296 cat >>conftest.
$ac_ext <<_ACEOF
19297 /* end confdefs.h. */
19299 /* Override any gcc2 internal prototype to avoid an error. */
19303 /* We use char because int might match the return type of a gcc2
19304 builtin and then its argument prototype would still apply. */
19314 rm -f conftest.
$ac_objext conftest
$ac_exeext
19315 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19316 (eval $ac_link) 2>conftest.er1
19318 grep -v '^ *+' conftest.er1
>conftest.err
19320 cat conftest.err
>&5
19321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19322 (exit $ac_status); } &&
19323 { ac_try
='test -z "$ac_c_werror_flag"
19324 || test ! -s conftest.err'
19325 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19326 (eval $ac_try) 2>&5
19328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19329 (exit $ac_status); }; } &&
19330 { ac_try
='test -s conftest$ac_exeext'
19331 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19332 (eval $ac_try) 2>&5
19334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19335 (exit $ac_status); }; }; then
19336 ac_cv_lib_m_sqrtl
=yes
19338 echo "$as_me: failed program was:" >&5
19339 sed 's/^/| /' conftest.
$ac_ext >&5
19341 ac_cv_lib_m_sqrtl
=no
19343 rm -f conftest.err conftest.
$ac_objext \
19344 conftest
$ac_exeext conftest.
$ac_ext
19345 LIBS
=$ac_check_lib_save_LIBS
19347 echo "$as_me:$LINENO: result: $ac_cv_lib_m_sqrtl" >&5
19348 echo "${ECHO_T}$ac_cv_lib_m_sqrtl" >&6
19349 if test $ac_cv_lib_m_sqrtl = yes; then
19351 cat >>confdefs.h
<<\_ACEOF
19352 #define HAVE_SQRTL 1
19357 echo "$as_me:$LINENO: checking for csqrtf in -lm" >&5
19358 echo $ECHO_N "checking for csqrtf in -lm... $ECHO_C" >&6
19359 if test "${ac_cv_lib_m_csqrtf+set}" = set; then
19360 echo $ECHO_N "(cached) $ECHO_C" >&6
19362 ac_check_lib_save_LIBS
=$LIBS
19364 if test x
$gcc_no_link = xyes
; then
19365 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19366 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19367 { (exit 1); exit 1; }; }
19369 cat >conftest.
$ac_ext <<_ACEOF
19372 cat confdefs.h
>>conftest.
$ac_ext
19373 cat >>conftest.
$ac_ext <<_ACEOF
19374 /* end confdefs.h. */
19376 /* Override any gcc2 internal prototype to avoid an error. */
19380 /* We use char because int might match the return type of a gcc2
19381 builtin and then its argument prototype would still apply. */
19391 rm -f conftest.
$ac_objext conftest
$ac_exeext
19392 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19393 (eval $ac_link) 2>conftest.er1
19395 grep -v '^ *+' conftest.er1
>conftest.err
19397 cat conftest.err
>&5
19398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19399 (exit $ac_status); } &&
19400 { ac_try
='test -z "$ac_c_werror_flag"
19401 || test ! -s conftest.err'
19402 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19403 (eval $ac_try) 2>&5
19405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19406 (exit $ac_status); }; } &&
19407 { ac_try
='test -s conftest$ac_exeext'
19408 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19409 (eval $ac_try) 2>&5
19411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19412 (exit $ac_status); }; }; then
19413 ac_cv_lib_m_csqrtf
=yes
19415 echo "$as_me: failed program was:" >&5
19416 sed 's/^/| /' conftest.
$ac_ext >&5
19418 ac_cv_lib_m_csqrtf
=no
19420 rm -f conftest.err conftest.
$ac_objext \
19421 conftest
$ac_exeext conftest.
$ac_ext
19422 LIBS
=$ac_check_lib_save_LIBS
19424 echo "$as_me:$LINENO: result: $ac_cv_lib_m_csqrtf" >&5
19425 echo "${ECHO_T}$ac_cv_lib_m_csqrtf" >&6
19426 if test $ac_cv_lib_m_csqrtf = yes; then
19428 cat >>confdefs.h
<<\_ACEOF
19429 #define HAVE_CSQRTF 1
19434 echo "$as_me:$LINENO: checking for csqrt in -lm" >&5
19435 echo $ECHO_N "checking for csqrt in -lm... $ECHO_C" >&6
19436 if test "${ac_cv_lib_m_csqrt+set}" = set; then
19437 echo $ECHO_N "(cached) $ECHO_C" >&6
19439 ac_check_lib_save_LIBS
=$LIBS
19441 if test x
$gcc_no_link = xyes
; then
19442 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19443 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19444 { (exit 1); exit 1; }; }
19446 cat >conftest.
$ac_ext <<_ACEOF
19449 cat confdefs.h
>>conftest.
$ac_ext
19450 cat >>conftest.
$ac_ext <<_ACEOF
19451 /* end confdefs.h. */
19453 /* Override any gcc2 internal prototype to avoid an error. */
19457 /* We use char because int might match the return type of a gcc2
19458 builtin and then its argument prototype would still apply. */
19468 rm -f conftest.
$ac_objext conftest
$ac_exeext
19469 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19470 (eval $ac_link) 2>conftest.er1
19472 grep -v '^ *+' conftest.er1
>conftest.err
19474 cat conftest.err
>&5
19475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19476 (exit $ac_status); } &&
19477 { ac_try
='test -z "$ac_c_werror_flag"
19478 || test ! -s conftest.err'
19479 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19480 (eval $ac_try) 2>&5
19482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19483 (exit $ac_status); }; } &&
19484 { ac_try
='test -s conftest$ac_exeext'
19485 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19486 (eval $ac_try) 2>&5
19488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19489 (exit $ac_status); }; }; then
19490 ac_cv_lib_m_csqrt
=yes
19492 echo "$as_me: failed program was:" >&5
19493 sed 's/^/| /' conftest.
$ac_ext >&5
19495 ac_cv_lib_m_csqrt
=no
19497 rm -f conftest.err conftest.
$ac_objext \
19498 conftest
$ac_exeext conftest.
$ac_ext
19499 LIBS
=$ac_check_lib_save_LIBS
19501 echo "$as_me:$LINENO: result: $ac_cv_lib_m_csqrt" >&5
19502 echo "${ECHO_T}$ac_cv_lib_m_csqrt" >&6
19503 if test $ac_cv_lib_m_csqrt = yes; then
19505 cat >>confdefs.h
<<\_ACEOF
19506 #define HAVE_CSQRT 1
19511 echo "$as_me:$LINENO: checking for csqrtl in -lm" >&5
19512 echo $ECHO_N "checking for csqrtl in -lm... $ECHO_C" >&6
19513 if test "${ac_cv_lib_m_csqrtl+set}" = set; then
19514 echo $ECHO_N "(cached) $ECHO_C" >&6
19516 ac_check_lib_save_LIBS
=$LIBS
19518 if test x
$gcc_no_link = xyes
; then
19519 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19520 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19521 { (exit 1); exit 1; }; }
19523 cat >conftest.
$ac_ext <<_ACEOF
19526 cat confdefs.h
>>conftest.
$ac_ext
19527 cat >>conftest.
$ac_ext <<_ACEOF
19528 /* end confdefs.h. */
19530 /* Override any gcc2 internal prototype to avoid an error. */
19534 /* We use char because int might match the return type of a gcc2
19535 builtin and then its argument prototype would still apply. */
19545 rm -f conftest.
$ac_objext conftest
$ac_exeext
19546 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19547 (eval $ac_link) 2>conftest.er1
19549 grep -v '^ *+' conftest.er1
>conftest.err
19551 cat conftest.err
>&5
19552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19553 (exit $ac_status); } &&
19554 { ac_try
='test -z "$ac_c_werror_flag"
19555 || test ! -s conftest.err'
19556 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19557 (eval $ac_try) 2>&5
19559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19560 (exit $ac_status); }; } &&
19561 { ac_try
='test -s conftest$ac_exeext'
19562 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19563 (eval $ac_try) 2>&5
19565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19566 (exit $ac_status); }; }; then
19567 ac_cv_lib_m_csqrtl
=yes
19569 echo "$as_me: failed program was:" >&5
19570 sed 's/^/| /' conftest.
$ac_ext >&5
19572 ac_cv_lib_m_csqrtl
=no
19574 rm -f conftest.err conftest.
$ac_objext \
19575 conftest
$ac_exeext conftest.
$ac_ext
19576 LIBS
=$ac_check_lib_save_LIBS
19578 echo "$as_me:$LINENO: result: $ac_cv_lib_m_csqrtl" >&5
19579 echo "${ECHO_T}$ac_cv_lib_m_csqrtl" >&6
19580 if test $ac_cv_lib_m_csqrtl = yes; then
19582 cat >>confdefs.h
<<\_ACEOF
19583 #define HAVE_CSQRTL 1
19588 echo "$as_me:$LINENO: checking for tanf in -lm" >&5
19589 echo $ECHO_N "checking for tanf in -lm... $ECHO_C" >&6
19590 if test "${ac_cv_lib_m_tanf+set}" = set; then
19591 echo $ECHO_N "(cached) $ECHO_C" >&6
19593 ac_check_lib_save_LIBS
=$LIBS
19595 if test x
$gcc_no_link = xyes
; then
19596 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19597 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19598 { (exit 1); exit 1; }; }
19600 cat >conftest.
$ac_ext <<_ACEOF
19603 cat confdefs.h
>>conftest.
$ac_ext
19604 cat >>conftest.
$ac_ext <<_ACEOF
19605 /* end confdefs.h. */
19607 /* Override any gcc2 internal prototype to avoid an error. */
19611 /* We use char because int might match the return type of a gcc2
19612 builtin and then its argument prototype would still apply. */
19622 rm -f conftest.
$ac_objext conftest
$ac_exeext
19623 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19624 (eval $ac_link) 2>conftest.er1
19626 grep -v '^ *+' conftest.er1
>conftest.err
19628 cat conftest.err
>&5
19629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19630 (exit $ac_status); } &&
19631 { ac_try
='test -z "$ac_c_werror_flag"
19632 || test ! -s conftest.err'
19633 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19634 (eval $ac_try) 2>&5
19636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19637 (exit $ac_status); }; } &&
19638 { ac_try
='test -s conftest$ac_exeext'
19639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19640 (eval $ac_try) 2>&5
19642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19643 (exit $ac_status); }; }; then
19644 ac_cv_lib_m_tanf
=yes
19646 echo "$as_me: failed program was:" >&5
19647 sed 's/^/| /' conftest.
$ac_ext >&5
19649 ac_cv_lib_m_tanf
=no
19651 rm -f conftest.err conftest.
$ac_objext \
19652 conftest
$ac_exeext conftest.
$ac_ext
19653 LIBS
=$ac_check_lib_save_LIBS
19655 echo "$as_me:$LINENO: result: $ac_cv_lib_m_tanf" >&5
19656 echo "${ECHO_T}$ac_cv_lib_m_tanf" >&6
19657 if test $ac_cv_lib_m_tanf = yes; then
19659 cat >>confdefs.h
<<\_ACEOF
19660 #define HAVE_TANF 1
19665 echo "$as_me:$LINENO: checking for tan in -lm" >&5
19666 echo $ECHO_N "checking for tan in -lm... $ECHO_C" >&6
19667 if test "${ac_cv_lib_m_tan+set}" = set; then
19668 echo $ECHO_N "(cached) $ECHO_C" >&6
19670 ac_check_lib_save_LIBS
=$LIBS
19672 if test x
$gcc_no_link = xyes
; then
19673 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19674 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19675 { (exit 1); exit 1; }; }
19677 cat >conftest.
$ac_ext <<_ACEOF
19680 cat confdefs.h
>>conftest.
$ac_ext
19681 cat >>conftest.
$ac_ext <<_ACEOF
19682 /* end confdefs.h. */
19684 /* Override any gcc2 internal prototype to avoid an error. */
19688 /* We use char because int might match the return type of a gcc2
19689 builtin and then its argument prototype would still apply. */
19699 rm -f conftest.
$ac_objext conftest
$ac_exeext
19700 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19701 (eval $ac_link) 2>conftest.er1
19703 grep -v '^ *+' conftest.er1
>conftest.err
19705 cat conftest.err
>&5
19706 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19707 (exit $ac_status); } &&
19708 { ac_try
='test -z "$ac_c_werror_flag"
19709 || 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_tan
=yes
19723 echo "$as_me: failed program was:" >&5
19724 sed 's/^/| /' conftest.
$ac_ext >&5
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_tan" >&5
19733 echo "${ECHO_T}$ac_cv_lib_m_tan" >&6
19734 if test $ac_cv_lib_m_tan = yes; then
19736 cat >>confdefs.h
<<\_ACEOF
19742 echo "$as_me:$LINENO: checking for tanl in -lm" >&5
19743 echo $ECHO_N "checking for tanl in -lm... $ECHO_C" >&6
19744 if test "${ac_cv_lib_m_tanl+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"
19786 || test ! -s conftest.err'
19787 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19788 (eval $ac_try) 2>&5
19790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19791 (exit $ac_status); }; } &&
19792 { ac_try
='test -s conftest$ac_exeext'
19793 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19794 (eval $ac_try) 2>&5
19796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19797 (exit $ac_status); }; }; then
19798 ac_cv_lib_m_tanl
=yes
19800 echo "$as_me: failed program was:" >&5
19801 sed 's/^/| /' conftest.
$ac_ext >&5
19803 ac_cv_lib_m_tanl
=no
19805 rm -f conftest.err conftest.
$ac_objext \
19806 conftest
$ac_exeext conftest.
$ac_ext
19807 LIBS
=$ac_check_lib_save_LIBS
19809 echo "$as_me:$LINENO: result: $ac_cv_lib_m_tanl" >&5
19810 echo "${ECHO_T}$ac_cv_lib_m_tanl" >&6
19811 if test $ac_cv_lib_m_tanl = yes; then
19813 cat >>confdefs.h
<<\_ACEOF
19814 #define HAVE_TANL 1
19819 echo "$as_me:$LINENO: checking for ctanf in -lm" >&5
19820 echo $ECHO_N "checking for ctanf in -lm... $ECHO_C" >&6
19821 if test "${ac_cv_lib_m_ctanf+set}" = set; then
19822 echo $ECHO_N "(cached) $ECHO_C" >&6
19824 ac_check_lib_save_LIBS
=$LIBS
19826 if test x
$gcc_no_link = xyes
; then
19827 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19828 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19829 { (exit 1); exit 1; }; }
19831 cat >conftest.
$ac_ext <<_ACEOF
19834 cat confdefs.h
>>conftest.
$ac_ext
19835 cat >>conftest.
$ac_ext <<_ACEOF
19836 /* end confdefs.h. */
19838 /* Override any gcc2 internal prototype to avoid an error. */
19842 /* We use char because int might match the return type of a gcc2
19843 builtin and then its argument prototype would still apply. */
19853 rm -f conftest.
$ac_objext conftest
$ac_exeext
19854 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19855 (eval $ac_link) 2>conftest.er1
19857 grep -v '^ *+' conftest.er1
>conftest.err
19859 cat conftest.err
>&5
19860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19861 (exit $ac_status); } &&
19862 { ac_try
='test -z "$ac_c_werror_flag"
19863 || test ! -s conftest.err'
19864 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19865 (eval $ac_try) 2>&5
19867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19868 (exit $ac_status); }; } &&
19869 { ac_try
='test -s conftest$ac_exeext'
19870 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19871 (eval $ac_try) 2>&5
19873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19874 (exit $ac_status); }; }; then
19875 ac_cv_lib_m_ctanf
=yes
19877 echo "$as_me: failed program was:" >&5
19878 sed 's/^/| /' conftest.
$ac_ext >&5
19880 ac_cv_lib_m_ctanf
=no
19882 rm -f conftest.err conftest.
$ac_objext \
19883 conftest
$ac_exeext conftest.
$ac_ext
19884 LIBS
=$ac_check_lib_save_LIBS
19886 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ctanf" >&5
19887 echo "${ECHO_T}$ac_cv_lib_m_ctanf" >&6
19888 if test $ac_cv_lib_m_ctanf = yes; then
19890 cat >>confdefs.h
<<\_ACEOF
19891 #define HAVE_CTANF 1
19896 echo "$as_me:$LINENO: checking for ctan in -lm" >&5
19897 echo $ECHO_N "checking for ctan in -lm... $ECHO_C" >&6
19898 if test "${ac_cv_lib_m_ctan+set}" = set; then
19899 echo $ECHO_N "(cached) $ECHO_C" >&6
19901 ac_check_lib_save_LIBS
=$LIBS
19903 if test x
$gcc_no_link = xyes
; then
19904 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19905 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19906 { (exit 1); exit 1; }; }
19908 cat >conftest.
$ac_ext <<_ACEOF
19911 cat confdefs.h
>>conftest.
$ac_ext
19912 cat >>conftest.
$ac_ext <<_ACEOF
19913 /* end confdefs.h. */
19915 /* Override any gcc2 internal prototype to avoid an error. */
19919 /* We use char because int might match the return type of a gcc2
19920 builtin and then its argument prototype would still apply. */
19930 rm -f conftest.
$ac_objext conftest
$ac_exeext
19931 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19932 (eval $ac_link) 2>conftest.er1
19934 grep -v '^ *+' conftest.er1
>conftest.err
19936 cat conftest.err
>&5
19937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19938 (exit $ac_status); } &&
19939 { ac_try
='test -z "$ac_c_werror_flag"
19940 || test ! -s conftest.err'
19941 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19942 (eval $ac_try) 2>&5
19944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19945 (exit $ac_status); }; } &&
19946 { ac_try
='test -s conftest$ac_exeext'
19947 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19948 (eval $ac_try) 2>&5
19950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19951 (exit $ac_status); }; }; then
19952 ac_cv_lib_m_ctan
=yes
19954 echo "$as_me: failed program was:" >&5
19955 sed 's/^/| /' conftest.
$ac_ext >&5
19957 ac_cv_lib_m_ctan
=no
19959 rm -f conftest.err conftest.
$ac_objext \
19960 conftest
$ac_exeext conftest.
$ac_ext
19961 LIBS
=$ac_check_lib_save_LIBS
19963 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ctan" >&5
19964 echo "${ECHO_T}$ac_cv_lib_m_ctan" >&6
19965 if test $ac_cv_lib_m_ctan = yes; then
19967 cat >>confdefs.h
<<\_ACEOF
19968 #define HAVE_CTAN 1
19973 echo "$as_me:$LINENO: checking for ctanl in -lm" >&5
19974 echo $ECHO_N "checking for ctanl in -lm... $ECHO_C" >&6
19975 if test "${ac_cv_lib_m_ctanl+set}" = set; then
19976 echo $ECHO_N "(cached) $ECHO_C" >&6
19978 ac_check_lib_save_LIBS
=$LIBS
19980 if test x
$gcc_no_link = xyes
; then
19981 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19982 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19983 { (exit 1); exit 1; }; }
19985 cat >conftest.
$ac_ext <<_ACEOF
19988 cat confdefs.h
>>conftest.
$ac_ext
19989 cat >>conftest.
$ac_ext <<_ACEOF
19990 /* end confdefs.h. */
19992 /* Override any gcc2 internal prototype to avoid an error. */
19996 /* We use char because int might match the return type of a gcc2
19997 builtin and then its argument prototype would still apply. */
20007 rm -f conftest.
$ac_objext conftest
$ac_exeext
20008 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20009 (eval $ac_link) 2>conftest.er1
20011 grep -v '^ *+' conftest.er1
>conftest.err
20013 cat conftest.err
>&5
20014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20015 (exit $ac_status); } &&
20016 { ac_try
='test -z "$ac_c_werror_flag"
20017 || test ! -s conftest.err'
20018 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20019 (eval $ac_try) 2>&5
20021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20022 (exit $ac_status); }; } &&
20023 { ac_try
='test -s conftest$ac_exeext'
20024 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20025 (eval $ac_try) 2>&5
20027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20028 (exit $ac_status); }; }; then
20029 ac_cv_lib_m_ctanl
=yes
20031 echo "$as_me: failed program was:" >&5
20032 sed 's/^/| /' conftest.
$ac_ext >&5
20034 ac_cv_lib_m_ctanl
=no
20036 rm -f conftest.err conftest.
$ac_objext \
20037 conftest
$ac_exeext conftest.
$ac_ext
20038 LIBS
=$ac_check_lib_save_LIBS
20040 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ctanl" >&5
20041 echo "${ECHO_T}$ac_cv_lib_m_ctanl" >&6
20042 if test $ac_cv_lib_m_ctanl = yes; then
20044 cat >>confdefs.h
<<\_ACEOF
20045 #define HAVE_CTANL 1
20050 echo "$as_me:$LINENO: checking for tanhf in -lm" >&5
20051 echo $ECHO_N "checking for tanhf in -lm... $ECHO_C" >&6
20052 if test "${ac_cv_lib_m_tanhf+set}" = set; then
20053 echo $ECHO_N "(cached) $ECHO_C" >&6
20055 ac_check_lib_save_LIBS
=$LIBS
20057 if test x
$gcc_no_link = xyes
; then
20058 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20059 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20060 { (exit 1); exit 1; }; }
20062 cat >conftest.
$ac_ext <<_ACEOF
20065 cat confdefs.h
>>conftest.
$ac_ext
20066 cat >>conftest.
$ac_ext <<_ACEOF
20067 /* end confdefs.h. */
20069 /* Override any gcc2 internal prototype to avoid an error. */
20073 /* We use char because int might match the return type of a gcc2
20074 builtin and then its argument prototype would still apply. */
20084 rm -f conftest.
$ac_objext conftest
$ac_exeext
20085 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20086 (eval $ac_link) 2>conftest.er1
20088 grep -v '^ *+' conftest.er1
>conftest.err
20090 cat conftest.err
>&5
20091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20092 (exit $ac_status); } &&
20093 { ac_try
='test -z "$ac_c_werror_flag"
20094 || test ! -s conftest.err'
20095 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20096 (eval $ac_try) 2>&5
20098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20099 (exit $ac_status); }; } &&
20100 { ac_try
='test -s conftest$ac_exeext'
20101 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20102 (eval $ac_try) 2>&5
20104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20105 (exit $ac_status); }; }; then
20106 ac_cv_lib_m_tanhf
=yes
20108 echo "$as_me: failed program was:" >&5
20109 sed 's/^/| /' conftest.
$ac_ext >&5
20111 ac_cv_lib_m_tanhf
=no
20113 rm -f conftest.err conftest.
$ac_objext \
20114 conftest
$ac_exeext conftest.
$ac_ext
20115 LIBS
=$ac_check_lib_save_LIBS
20117 echo "$as_me:$LINENO: result: $ac_cv_lib_m_tanhf" >&5
20118 echo "${ECHO_T}$ac_cv_lib_m_tanhf" >&6
20119 if test $ac_cv_lib_m_tanhf = yes; then
20121 cat >>confdefs.h
<<\_ACEOF
20122 #define HAVE_TANHF 1
20127 echo "$as_me:$LINENO: checking for tanh in -lm" >&5
20128 echo $ECHO_N "checking for tanh in -lm... $ECHO_C" >&6
20129 if test "${ac_cv_lib_m_tanh+set}" = set; then
20130 echo $ECHO_N "(cached) $ECHO_C" >&6
20132 ac_check_lib_save_LIBS
=$LIBS
20134 if test x
$gcc_no_link = xyes
; then
20135 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20136 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20137 { (exit 1); exit 1; }; }
20139 cat >conftest.
$ac_ext <<_ACEOF
20142 cat confdefs.h
>>conftest.
$ac_ext
20143 cat >>conftest.
$ac_ext <<_ACEOF
20144 /* end confdefs.h. */
20146 /* Override any gcc2 internal prototype to avoid an error. */
20150 /* We use char because int might match the return type of a gcc2
20151 builtin and then its argument prototype would still apply. */
20161 rm -f conftest.
$ac_objext conftest
$ac_exeext
20162 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20163 (eval $ac_link) 2>conftest.er1
20165 grep -v '^ *+' conftest.er1
>conftest.err
20167 cat conftest.err
>&5
20168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20169 (exit $ac_status); } &&
20170 { ac_try
='test -z "$ac_c_werror_flag"
20171 || test ! -s conftest.err'
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); }; } &&
20177 { ac_try
='test -s conftest$ac_exeext'
20178 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20179 (eval $ac_try) 2>&5
20181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20182 (exit $ac_status); }; }; then
20183 ac_cv_lib_m_tanh
=yes
20185 echo "$as_me: failed program was:" >&5
20186 sed 's/^/| /' conftest.
$ac_ext >&5
20188 ac_cv_lib_m_tanh
=no
20190 rm -f conftest.err conftest.
$ac_objext \
20191 conftest
$ac_exeext conftest.
$ac_ext
20192 LIBS
=$ac_check_lib_save_LIBS
20194 echo "$as_me:$LINENO: result: $ac_cv_lib_m_tanh" >&5
20195 echo "${ECHO_T}$ac_cv_lib_m_tanh" >&6
20196 if test $ac_cv_lib_m_tanh = yes; then
20198 cat >>confdefs.h
<<\_ACEOF
20199 #define HAVE_TANH 1
20204 echo "$as_me:$LINENO: checking for tanhl in -lm" >&5
20205 echo $ECHO_N "checking for tanhl in -lm... $ECHO_C" >&6
20206 if test "${ac_cv_lib_m_tanhl+set}" = set; then
20207 echo $ECHO_N "(cached) $ECHO_C" >&6
20209 ac_check_lib_save_LIBS
=$LIBS
20211 if test x
$gcc_no_link = xyes
; then
20212 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20213 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20214 { (exit 1); exit 1; }; }
20216 cat >conftest.
$ac_ext <<_ACEOF
20219 cat confdefs.h
>>conftest.
$ac_ext
20220 cat >>conftest.
$ac_ext <<_ACEOF
20221 /* end confdefs.h. */
20223 /* Override any gcc2 internal prototype to avoid an error. */
20227 /* We use char because int might match the return type of a gcc2
20228 builtin and then its argument prototype would still apply. */
20238 rm -f conftest.
$ac_objext conftest
$ac_exeext
20239 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20240 (eval $ac_link) 2>conftest.er1
20242 grep -v '^ *+' conftest.er1
>conftest.err
20244 cat conftest.err
>&5
20245 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20246 (exit $ac_status); } &&
20247 { ac_try
='test -z "$ac_c_werror_flag"
20248 || test ! -s conftest.err'
20249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20250 (eval $ac_try) 2>&5
20252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20253 (exit $ac_status); }; } &&
20254 { ac_try
='test -s conftest$ac_exeext'
20255 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20256 (eval $ac_try) 2>&5
20258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20259 (exit $ac_status); }; }; then
20260 ac_cv_lib_m_tanhl
=yes
20262 echo "$as_me: failed program was:" >&5
20263 sed 's/^/| /' conftest.
$ac_ext >&5
20265 ac_cv_lib_m_tanhl
=no
20267 rm -f conftest.err conftest.
$ac_objext \
20268 conftest
$ac_exeext conftest.
$ac_ext
20269 LIBS
=$ac_check_lib_save_LIBS
20271 echo "$as_me:$LINENO: result: $ac_cv_lib_m_tanhl" >&5
20272 echo "${ECHO_T}$ac_cv_lib_m_tanhl" >&6
20273 if test $ac_cv_lib_m_tanhl = yes; then
20275 cat >>confdefs.h
<<\_ACEOF
20276 #define HAVE_TANHL 1
20281 echo "$as_me:$LINENO: checking for ctanhf in -lm" >&5
20282 echo $ECHO_N "checking for ctanhf in -lm... $ECHO_C" >&6
20283 if test "${ac_cv_lib_m_ctanhf+set}" = set; then
20284 echo $ECHO_N "(cached) $ECHO_C" >&6
20286 ac_check_lib_save_LIBS
=$LIBS
20288 if test x
$gcc_no_link = xyes
; then
20289 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20290 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20291 { (exit 1); exit 1; }; }
20293 cat >conftest.
$ac_ext <<_ACEOF
20296 cat confdefs.h
>>conftest.
$ac_ext
20297 cat >>conftest.
$ac_ext <<_ACEOF
20298 /* end confdefs.h. */
20300 /* Override any gcc2 internal prototype to avoid an error. */
20304 /* We use char because int might match the return type of a gcc2
20305 builtin and then its argument prototype would still apply. */
20315 rm -f conftest.
$ac_objext conftest
$ac_exeext
20316 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20317 (eval $ac_link) 2>conftest.er1
20319 grep -v '^ *+' conftest.er1
>conftest.err
20321 cat conftest.err
>&5
20322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20323 (exit $ac_status); } &&
20324 { ac_try
='test -z "$ac_c_werror_flag"
20325 || test ! -s conftest.err'
20326 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20327 (eval $ac_try) 2>&5
20329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20330 (exit $ac_status); }; } &&
20331 { ac_try
='test -s conftest$ac_exeext'
20332 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20333 (eval $ac_try) 2>&5
20335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20336 (exit $ac_status); }; }; then
20337 ac_cv_lib_m_ctanhf
=yes
20339 echo "$as_me: failed program was:" >&5
20340 sed 's/^/| /' conftest.
$ac_ext >&5
20342 ac_cv_lib_m_ctanhf
=no
20344 rm -f conftest.err conftest.
$ac_objext \
20345 conftest
$ac_exeext conftest.
$ac_ext
20346 LIBS
=$ac_check_lib_save_LIBS
20348 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ctanhf" >&5
20349 echo "${ECHO_T}$ac_cv_lib_m_ctanhf" >&6
20350 if test $ac_cv_lib_m_ctanhf = yes; then
20352 cat >>confdefs.h
<<\_ACEOF
20353 #define HAVE_CTANHF 1
20358 echo "$as_me:$LINENO: checking for ctanh in -lm" >&5
20359 echo $ECHO_N "checking for ctanh in -lm... $ECHO_C" >&6
20360 if test "${ac_cv_lib_m_ctanh+set}" = set; then
20361 echo $ECHO_N "(cached) $ECHO_C" >&6
20363 ac_check_lib_save_LIBS
=$LIBS
20365 if test x
$gcc_no_link = xyes
; then
20366 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20367 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20368 { (exit 1); exit 1; }; }
20370 cat >conftest.
$ac_ext <<_ACEOF
20373 cat confdefs.h
>>conftest.
$ac_ext
20374 cat >>conftest.
$ac_ext <<_ACEOF
20375 /* end confdefs.h. */
20377 /* Override any gcc2 internal prototype to avoid an error. */
20381 /* We use char because int might match the return type of a gcc2
20382 builtin and then its argument prototype would still apply. */
20392 rm -f conftest.
$ac_objext conftest
$ac_exeext
20393 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20394 (eval $ac_link) 2>conftest.er1
20396 grep -v '^ *+' conftest.er1
>conftest.err
20398 cat conftest.err
>&5
20399 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20400 (exit $ac_status); } &&
20401 { ac_try
='test -z "$ac_c_werror_flag"
20402 || test ! -s conftest.err'
20403 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20404 (eval $ac_try) 2>&5
20406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20407 (exit $ac_status); }; } &&
20408 { ac_try
='test -s conftest$ac_exeext'
20409 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20410 (eval $ac_try) 2>&5
20412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20413 (exit $ac_status); }; }; then
20414 ac_cv_lib_m_ctanh
=yes
20416 echo "$as_me: failed program was:" >&5
20417 sed 's/^/| /' conftest.
$ac_ext >&5
20419 ac_cv_lib_m_ctanh
=no
20421 rm -f conftest.err conftest.
$ac_objext \
20422 conftest
$ac_exeext conftest.
$ac_ext
20423 LIBS
=$ac_check_lib_save_LIBS
20425 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ctanh" >&5
20426 echo "${ECHO_T}$ac_cv_lib_m_ctanh" >&6
20427 if test $ac_cv_lib_m_ctanh = yes; then
20429 cat >>confdefs.h
<<\_ACEOF
20430 #define HAVE_CTANH 1
20435 echo "$as_me:$LINENO: checking for ctanhl in -lm" >&5
20436 echo $ECHO_N "checking for ctanhl in -lm... $ECHO_C" >&6
20437 if test "${ac_cv_lib_m_ctanhl+set}" = set; then
20438 echo $ECHO_N "(cached) $ECHO_C" >&6
20440 ac_check_lib_save_LIBS
=$LIBS
20442 if test x
$gcc_no_link = xyes
; then
20443 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20444 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20445 { (exit 1); exit 1; }; }
20447 cat >conftest.
$ac_ext <<_ACEOF
20450 cat confdefs.h
>>conftest.
$ac_ext
20451 cat >>conftest.
$ac_ext <<_ACEOF
20452 /* end confdefs.h. */
20454 /* Override any gcc2 internal prototype to avoid an error. */
20458 /* We use char because int might match the return type of a gcc2
20459 builtin and then its argument prototype would still apply. */
20469 rm -f conftest.
$ac_objext conftest
$ac_exeext
20470 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20471 (eval $ac_link) 2>conftest.er1
20473 grep -v '^ *+' conftest.er1
>conftest.err
20475 cat conftest.err
>&5
20476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20477 (exit $ac_status); } &&
20478 { ac_try
='test -z "$ac_c_werror_flag"
20479 || test ! -s conftest.err'
20480 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20481 (eval $ac_try) 2>&5
20483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20484 (exit $ac_status); }; } &&
20485 { ac_try
='test -s conftest$ac_exeext'
20486 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20487 (eval $ac_try) 2>&5
20489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20490 (exit $ac_status); }; }; then
20491 ac_cv_lib_m_ctanhl
=yes
20493 echo "$as_me: failed program was:" >&5
20494 sed 's/^/| /' conftest.
$ac_ext >&5
20496 ac_cv_lib_m_ctanhl
=no
20498 rm -f conftest.err conftest.
$ac_objext \
20499 conftest
$ac_exeext conftest.
$ac_ext
20500 LIBS
=$ac_check_lib_save_LIBS
20502 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ctanhl" >&5
20503 echo "${ECHO_T}$ac_cv_lib_m_ctanhl" >&6
20504 if test $ac_cv_lib_m_ctanhl = yes; then
20506 cat >>confdefs.h
<<\_ACEOF
20507 #define HAVE_CTANHL 1
20512 echo "$as_me:$LINENO: checking for truncf in -lm" >&5
20513 echo $ECHO_N "checking for truncf in -lm... $ECHO_C" >&6
20514 if test "${ac_cv_lib_m_truncf+set}" = set; then
20515 echo $ECHO_N "(cached) $ECHO_C" >&6
20517 ac_check_lib_save_LIBS
=$LIBS
20519 if test x
$gcc_no_link = xyes
; then
20520 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20521 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20522 { (exit 1); exit 1; }; }
20524 cat >conftest.
$ac_ext <<_ACEOF
20527 cat confdefs.h
>>conftest.
$ac_ext
20528 cat >>conftest.
$ac_ext <<_ACEOF
20529 /* end confdefs.h. */
20531 /* Override any gcc2 internal prototype to avoid an error. */
20535 /* We use char because int might match the return type of a gcc2
20536 builtin and then its argument prototype would still apply. */
20546 rm -f conftest.
$ac_objext conftest
$ac_exeext
20547 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20548 (eval $ac_link) 2>conftest.er1
20550 grep -v '^ *+' conftest.er1
>conftest.err
20552 cat conftest.err
>&5
20553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20554 (exit $ac_status); } &&
20555 { ac_try
='test -z "$ac_c_werror_flag"
20556 || test ! -s conftest.err'
20557 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20558 (eval $ac_try) 2>&5
20560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20561 (exit $ac_status); }; } &&
20562 { ac_try
='test -s conftest$ac_exeext'
20563 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20564 (eval $ac_try) 2>&5
20566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20567 (exit $ac_status); }; }; then
20568 ac_cv_lib_m_truncf
=yes
20570 echo "$as_me: failed program was:" >&5
20571 sed 's/^/| /' conftest.
$ac_ext >&5
20573 ac_cv_lib_m_truncf
=no
20575 rm -f conftest.err conftest.
$ac_objext \
20576 conftest
$ac_exeext conftest.
$ac_ext
20577 LIBS
=$ac_check_lib_save_LIBS
20579 echo "$as_me:$LINENO: result: $ac_cv_lib_m_truncf" >&5
20580 echo "${ECHO_T}$ac_cv_lib_m_truncf" >&6
20581 if test $ac_cv_lib_m_truncf = yes; then
20583 cat >>confdefs.h
<<\_ACEOF
20584 #define HAVE_TRUNCF 1
20589 echo "$as_me:$LINENO: checking for trunc in -lm" >&5
20590 echo $ECHO_N "checking for trunc in -lm... $ECHO_C" >&6
20591 if test "${ac_cv_lib_m_trunc+set}" = set; then
20592 echo $ECHO_N "(cached) $ECHO_C" >&6
20594 ac_check_lib_save_LIBS
=$LIBS
20596 if test x
$gcc_no_link = xyes
; then
20597 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20598 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20599 { (exit 1); exit 1; }; }
20601 cat >conftest.
$ac_ext <<_ACEOF
20604 cat confdefs.h
>>conftest.
$ac_ext
20605 cat >>conftest.
$ac_ext <<_ACEOF
20606 /* end confdefs.h. */
20608 /* Override any gcc2 internal prototype to avoid an error. */
20612 /* We use char because int might match the return type of a gcc2
20613 builtin and then its argument prototype would still apply. */
20623 rm -f conftest.
$ac_objext conftest
$ac_exeext
20624 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20625 (eval $ac_link) 2>conftest.er1
20627 grep -v '^ *+' conftest.er1
>conftest.err
20629 cat conftest.err
>&5
20630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20631 (exit $ac_status); } &&
20632 { ac_try
='test -z "$ac_c_werror_flag"
20633 || test ! -s conftest.err'
20634 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20635 (eval $ac_try) 2>&5
20637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20638 (exit $ac_status); }; } &&
20639 { ac_try
='test -s conftest$ac_exeext'
20640 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20641 (eval $ac_try) 2>&5
20643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20644 (exit $ac_status); }; }; then
20645 ac_cv_lib_m_trunc
=yes
20647 echo "$as_me: failed program was:" >&5
20648 sed 's/^/| /' conftest.
$ac_ext >&5
20650 ac_cv_lib_m_trunc
=no
20652 rm -f conftest.err conftest.
$ac_objext \
20653 conftest
$ac_exeext conftest.
$ac_ext
20654 LIBS
=$ac_check_lib_save_LIBS
20656 echo "$as_me:$LINENO: result: $ac_cv_lib_m_trunc" >&5
20657 echo "${ECHO_T}$ac_cv_lib_m_trunc" >&6
20658 if test $ac_cv_lib_m_trunc = yes; then
20660 cat >>confdefs.h
<<\_ACEOF
20661 #define HAVE_TRUNC 1
20666 echo "$as_me:$LINENO: checking for truncl in -lm" >&5
20667 echo $ECHO_N "checking for truncl in -lm... $ECHO_C" >&6
20668 if test "${ac_cv_lib_m_truncl+set}" = set; then
20669 echo $ECHO_N "(cached) $ECHO_C" >&6
20671 ac_check_lib_save_LIBS
=$LIBS
20673 if test x
$gcc_no_link = xyes
; then
20674 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20675 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20676 { (exit 1); exit 1; }; }
20678 cat >conftest.
$ac_ext <<_ACEOF
20681 cat confdefs.h
>>conftest.
$ac_ext
20682 cat >>conftest.
$ac_ext <<_ACEOF
20683 /* end confdefs.h. */
20685 /* Override any gcc2 internal prototype to avoid an error. */
20689 /* We use char because int might match the return type of a gcc2
20690 builtin and then its argument prototype would still apply. */
20700 rm -f conftest.
$ac_objext conftest
$ac_exeext
20701 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20702 (eval $ac_link) 2>conftest.er1
20704 grep -v '^ *+' conftest.er1
>conftest.err
20706 cat conftest.err
>&5
20707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20708 (exit $ac_status); } &&
20709 { ac_try
='test -z "$ac_c_werror_flag"
20710 || test ! -s conftest.err'
20711 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20712 (eval $ac_try) 2>&5
20714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20715 (exit $ac_status); }; } &&
20716 { ac_try
='test -s conftest$ac_exeext'
20717 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20718 (eval $ac_try) 2>&5
20720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20721 (exit $ac_status); }; }; then
20722 ac_cv_lib_m_truncl
=yes
20724 echo "$as_me: failed program was:" >&5
20725 sed 's/^/| /' conftest.
$ac_ext >&5
20727 ac_cv_lib_m_truncl
=no
20729 rm -f conftest.err conftest.
$ac_objext \
20730 conftest
$ac_exeext conftest.
$ac_ext
20731 LIBS
=$ac_check_lib_save_LIBS
20733 echo "$as_me:$LINENO: result: $ac_cv_lib_m_truncl" >&5
20734 echo "${ECHO_T}$ac_cv_lib_m_truncl" >&6
20735 if test $ac_cv_lib_m_truncl = yes; then
20737 cat >>confdefs.h
<<\_ACEOF
20738 #define HAVE_TRUNCL 1
20743 echo "$as_me:$LINENO: checking for erff in -lm" >&5
20744 echo $ECHO_N "checking for erff in -lm... $ECHO_C" >&6
20745 if test "${ac_cv_lib_m_erff+set}" = set; then
20746 echo $ECHO_N "(cached) $ECHO_C" >&6
20748 ac_check_lib_save_LIBS
=$LIBS
20750 if test x
$gcc_no_link = xyes
; then
20751 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20752 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20753 { (exit 1); exit 1; }; }
20755 cat >conftest.
$ac_ext <<_ACEOF
20758 cat confdefs.h
>>conftest.
$ac_ext
20759 cat >>conftest.
$ac_ext <<_ACEOF
20760 /* end confdefs.h. */
20762 /* Override any gcc2 internal prototype to avoid an error. */
20766 /* We use char because int might match the return type of a gcc2
20767 builtin and then its argument prototype would still apply. */
20777 rm -f conftest.
$ac_objext conftest
$ac_exeext
20778 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20779 (eval $ac_link) 2>conftest.er1
20781 grep -v '^ *+' conftest.er1
>conftest.err
20783 cat conftest.err
>&5
20784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20785 (exit $ac_status); } &&
20786 { ac_try
='test -z "$ac_c_werror_flag"
20787 || test ! -s conftest.err'
20788 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20789 (eval $ac_try) 2>&5
20791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20792 (exit $ac_status); }; } &&
20793 { ac_try
='test -s conftest$ac_exeext'
20794 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20795 (eval $ac_try) 2>&5
20797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20798 (exit $ac_status); }; }; then
20799 ac_cv_lib_m_erff
=yes
20801 echo "$as_me: failed program was:" >&5
20802 sed 's/^/| /' conftest.
$ac_ext >&5
20804 ac_cv_lib_m_erff
=no
20806 rm -f conftest.err conftest.
$ac_objext \
20807 conftest
$ac_exeext conftest.
$ac_ext
20808 LIBS
=$ac_check_lib_save_LIBS
20810 echo "$as_me:$LINENO: result: $ac_cv_lib_m_erff" >&5
20811 echo "${ECHO_T}$ac_cv_lib_m_erff" >&6
20812 if test $ac_cv_lib_m_erff = yes; then
20814 cat >>confdefs.h
<<\_ACEOF
20815 #define HAVE_ERFF 1
20820 echo "$as_me:$LINENO: checking for erf in -lm" >&5
20821 echo $ECHO_N "checking for erf in -lm... $ECHO_C" >&6
20822 if test "${ac_cv_lib_m_erf+set}" = set; then
20823 echo $ECHO_N "(cached) $ECHO_C" >&6
20825 ac_check_lib_save_LIBS
=$LIBS
20827 if test x
$gcc_no_link = xyes
; then
20828 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20829 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20830 { (exit 1); exit 1; }; }
20832 cat >conftest.
$ac_ext <<_ACEOF
20835 cat confdefs.h
>>conftest.
$ac_ext
20836 cat >>conftest.
$ac_ext <<_ACEOF
20837 /* end confdefs.h. */
20839 /* Override any gcc2 internal prototype to avoid an error. */
20843 /* We use char because int might match the return type of a gcc2
20844 builtin and then its argument prototype would still apply. */
20854 rm -f conftest.
$ac_objext conftest
$ac_exeext
20855 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20856 (eval $ac_link) 2>conftest.er1
20858 grep -v '^ *+' conftest.er1
>conftest.err
20860 cat conftest.err
>&5
20861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20862 (exit $ac_status); } &&
20863 { ac_try
='test -z "$ac_c_werror_flag"
20864 || test ! -s conftest.err'
20865 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20866 (eval $ac_try) 2>&5
20868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20869 (exit $ac_status); }; } &&
20870 { ac_try
='test -s conftest$ac_exeext'
20871 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20872 (eval $ac_try) 2>&5
20874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20875 (exit $ac_status); }; }; then
20876 ac_cv_lib_m_erf
=yes
20878 echo "$as_me: failed program was:" >&5
20879 sed 's/^/| /' conftest.
$ac_ext >&5
20883 rm -f conftest.err conftest.
$ac_objext \
20884 conftest
$ac_exeext conftest.
$ac_ext
20885 LIBS
=$ac_check_lib_save_LIBS
20887 echo "$as_me:$LINENO: result: $ac_cv_lib_m_erf" >&5
20888 echo "${ECHO_T}$ac_cv_lib_m_erf" >&6
20889 if test $ac_cv_lib_m_erf = yes; then
20891 cat >>confdefs.h
<<\_ACEOF
20897 echo "$as_me:$LINENO: checking for erfl in -lm" >&5
20898 echo $ECHO_N "checking for erfl in -lm... $ECHO_C" >&6
20899 if test "${ac_cv_lib_m_erfl+set}" = set; then
20900 echo $ECHO_N "(cached) $ECHO_C" >&6
20902 ac_check_lib_save_LIBS
=$LIBS
20904 if test x
$gcc_no_link = xyes
; then
20905 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20906 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20907 { (exit 1); exit 1; }; }
20909 cat >conftest.
$ac_ext <<_ACEOF
20912 cat confdefs.h
>>conftest.
$ac_ext
20913 cat >>conftest.
$ac_ext <<_ACEOF
20914 /* end confdefs.h. */
20916 /* Override any gcc2 internal prototype to avoid an error. */
20920 /* We use char because int might match the return type of a gcc2
20921 builtin and then its argument prototype would still apply. */
20931 rm -f conftest.
$ac_objext conftest
$ac_exeext
20932 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20933 (eval $ac_link) 2>conftest.er1
20935 grep -v '^ *+' conftest.er1
>conftest.err
20937 cat conftest.err
>&5
20938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20939 (exit $ac_status); } &&
20940 { ac_try
='test -z "$ac_c_werror_flag"
20941 || test ! -s conftest.err'
20942 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20943 (eval $ac_try) 2>&5
20945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20946 (exit $ac_status); }; } &&
20947 { ac_try
='test -s conftest$ac_exeext'
20948 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20949 (eval $ac_try) 2>&5
20951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20952 (exit $ac_status); }; }; then
20953 ac_cv_lib_m_erfl
=yes
20955 echo "$as_me: failed program was:" >&5
20956 sed 's/^/| /' conftest.
$ac_ext >&5
20958 ac_cv_lib_m_erfl
=no
20960 rm -f conftest.err conftest.
$ac_objext \
20961 conftest
$ac_exeext conftest.
$ac_ext
20962 LIBS
=$ac_check_lib_save_LIBS
20964 echo "$as_me:$LINENO: result: $ac_cv_lib_m_erfl" >&5
20965 echo "${ECHO_T}$ac_cv_lib_m_erfl" >&6
20966 if test $ac_cv_lib_m_erfl = yes; then
20968 cat >>confdefs.h
<<\_ACEOF
20969 #define HAVE_ERFL 1
20974 echo "$as_me:$LINENO: checking for erfcf in -lm" >&5
20975 echo $ECHO_N "checking for erfcf in -lm... $ECHO_C" >&6
20976 if test "${ac_cv_lib_m_erfcf+set}" = set; then
20977 echo $ECHO_N "(cached) $ECHO_C" >&6
20979 ac_check_lib_save_LIBS
=$LIBS
20981 if test x
$gcc_no_link = xyes
; then
20982 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20983 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20984 { (exit 1); exit 1; }; }
20986 cat >conftest.
$ac_ext <<_ACEOF
20989 cat confdefs.h
>>conftest.
$ac_ext
20990 cat >>conftest.
$ac_ext <<_ACEOF
20991 /* end confdefs.h. */
20993 /* Override any gcc2 internal prototype to avoid an error. */
20997 /* We use char because int might match the return type of a gcc2
20998 builtin and then its argument prototype would still apply. */
21008 rm -f conftest.
$ac_objext conftest
$ac_exeext
21009 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21010 (eval $ac_link) 2>conftest.er1
21012 grep -v '^ *+' conftest.er1
>conftest.err
21014 cat conftest.err
>&5
21015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21016 (exit $ac_status); } &&
21017 { ac_try
='test -z "$ac_c_werror_flag"
21018 || test ! -s conftest.err'
21019 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21020 (eval $ac_try) 2>&5
21022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21023 (exit $ac_status); }; } &&
21024 { ac_try
='test -s conftest$ac_exeext'
21025 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21026 (eval $ac_try) 2>&5
21028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21029 (exit $ac_status); }; }; then
21030 ac_cv_lib_m_erfcf
=yes
21032 echo "$as_me: failed program was:" >&5
21033 sed 's/^/| /' conftest.
$ac_ext >&5
21035 ac_cv_lib_m_erfcf
=no
21037 rm -f conftest.err conftest.
$ac_objext \
21038 conftest
$ac_exeext conftest.
$ac_ext
21039 LIBS
=$ac_check_lib_save_LIBS
21041 echo "$as_me:$LINENO: result: $ac_cv_lib_m_erfcf" >&5
21042 echo "${ECHO_T}$ac_cv_lib_m_erfcf" >&6
21043 if test $ac_cv_lib_m_erfcf = yes; then
21045 cat >>confdefs.h
<<\_ACEOF
21046 #define HAVE_ERFCF 1
21051 echo "$as_me:$LINENO: checking for erfc in -lm" >&5
21052 echo $ECHO_N "checking for erfc in -lm... $ECHO_C" >&6
21053 if test "${ac_cv_lib_m_erfc+set}" = set; then
21054 echo $ECHO_N "(cached) $ECHO_C" >&6
21056 ac_check_lib_save_LIBS
=$LIBS
21058 if test x
$gcc_no_link = xyes
; then
21059 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21060 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21061 { (exit 1); exit 1; }; }
21063 cat >conftest.
$ac_ext <<_ACEOF
21066 cat confdefs.h
>>conftest.
$ac_ext
21067 cat >>conftest.
$ac_ext <<_ACEOF
21068 /* end confdefs.h. */
21070 /* Override any gcc2 internal prototype to avoid an error. */
21074 /* We use char because int might match the return type of a gcc2
21075 builtin and then its argument prototype would still apply. */
21085 rm -f conftest.
$ac_objext conftest
$ac_exeext
21086 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21087 (eval $ac_link) 2>conftest.er1
21089 grep -v '^ *+' conftest.er1
>conftest.err
21091 cat conftest.err
>&5
21092 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21093 (exit $ac_status); } &&
21094 { ac_try
='test -z "$ac_c_werror_flag"
21095 || test ! -s conftest.err'
21096 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21097 (eval $ac_try) 2>&5
21099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21100 (exit $ac_status); }; } &&
21101 { ac_try
='test -s conftest$ac_exeext'
21102 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21103 (eval $ac_try) 2>&5
21105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21106 (exit $ac_status); }; }; then
21107 ac_cv_lib_m_erfc
=yes
21109 echo "$as_me: failed program was:" >&5
21110 sed 's/^/| /' conftest.
$ac_ext >&5
21112 ac_cv_lib_m_erfc
=no
21114 rm -f conftest.err conftest.
$ac_objext \
21115 conftest
$ac_exeext conftest.
$ac_ext
21116 LIBS
=$ac_check_lib_save_LIBS
21118 echo "$as_me:$LINENO: result: $ac_cv_lib_m_erfc" >&5
21119 echo "${ECHO_T}$ac_cv_lib_m_erfc" >&6
21120 if test $ac_cv_lib_m_erfc = yes; then
21122 cat >>confdefs.h
<<\_ACEOF
21123 #define HAVE_ERFC 1
21128 echo "$as_me:$LINENO: checking for erfcl in -lm" >&5
21129 echo $ECHO_N "checking for erfcl in -lm... $ECHO_C" >&6
21130 if test "${ac_cv_lib_m_erfcl+set}" = set; then
21131 echo $ECHO_N "(cached) $ECHO_C" >&6
21133 ac_check_lib_save_LIBS
=$LIBS
21135 if test x
$gcc_no_link = xyes
; then
21136 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21137 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21138 { (exit 1); exit 1; }; }
21140 cat >conftest.
$ac_ext <<_ACEOF
21143 cat confdefs.h
>>conftest.
$ac_ext
21144 cat >>conftest.
$ac_ext <<_ACEOF
21145 /* end confdefs.h. */
21147 /* Override any gcc2 internal prototype to avoid an error. */
21151 /* We use char because int might match the return type of a gcc2
21152 builtin and then its argument prototype would still apply. */
21162 rm -f conftest.
$ac_objext conftest
$ac_exeext
21163 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21164 (eval $ac_link) 2>conftest.er1
21166 grep -v '^ *+' conftest.er1
>conftest.err
21168 cat conftest.err
>&5
21169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21170 (exit $ac_status); } &&
21171 { ac_try
='test -z "$ac_c_werror_flag"
21172 || test ! -s conftest.err'
21173 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21174 (eval $ac_try) 2>&5
21176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21177 (exit $ac_status); }; } &&
21178 { ac_try
='test -s conftest$ac_exeext'
21179 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21180 (eval $ac_try) 2>&5
21182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21183 (exit $ac_status); }; }; then
21184 ac_cv_lib_m_erfcl
=yes
21186 echo "$as_me: failed program was:" >&5
21187 sed 's/^/| /' conftest.
$ac_ext >&5
21189 ac_cv_lib_m_erfcl
=no
21191 rm -f conftest.err conftest.
$ac_objext \
21192 conftest
$ac_exeext conftest.
$ac_ext
21193 LIBS
=$ac_check_lib_save_LIBS
21195 echo "$as_me:$LINENO: result: $ac_cv_lib_m_erfcl" >&5
21196 echo "${ECHO_T}$ac_cv_lib_m_erfcl" >&6
21197 if test $ac_cv_lib_m_erfcl = yes; then
21199 cat >>confdefs.h
<<\_ACEOF
21200 #define HAVE_ERFCL 1
21205 echo "$as_me:$LINENO: checking for j0f in -lm" >&5
21206 echo $ECHO_N "checking for j0f in -lm... $ECHO_C" >&6
21207 if test "${ac_cv_lib_m_j0f+set}" = set; then
21208 echo $ECHO_N "(cached) $ECHO_C" >&6
21210 ac_check_lib_save_LIBS
=$LIBS
21212 if test x
$gcc_no_link = xyes
; then
21213 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21214 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21215 { (exit 1); exit 1; }; }
21217 cat >conftest.
$ac_ext <<_ACEOF
21220 cat confdefs.h
>>conftest.
$ac_ext
21221 cat >>conftest.
$ac_ext <<_ACEOF
21222 /* end confdefs.h. */
21224 /* Override any gcc2 internal prototype to avoid an error. */
21228 /* We use char because int might match the return type of a gcc2
21229 builtin and then its argument prototype would still apply. */
21239 rm -f conftest.
$ac_objext conftest
$ac_exeext
21240 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21241 (eval $ac_link) 2>conftest.er1
21243 grep -v '^ *+' conftest.er1
>conftest.err
21245 cat conftest.err
>&5
21246 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21247 (exit $ac_status); } &&
21248 { ac_try
='test -z "$ac_c_werror_flag"
21249 || test ! -s conftest.err'
21250 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21251 (eval $ac_try) 2>&5
21253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21254 (exit $ac_status); }; } &&
21255 { ac_try
='test -s conftest$ac_exeext'
21256 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21257 (eval $ac_try) 2>&5
21259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21260 (exit $ac_status); }; }; then
21261 ac_cv_lib_m_j0f
=yes
21263 echo "$as_me: failed program was:" >&5
21264 sed 's/^/| /' conftest.
$ac_ext >&5
21268 rm -f conftest.err conftest.
$ac_objext \
21269 conftest
$ac_exeext conftest.
$ac_ext
21270 LIBS
=$ac_check_lib_save_LIBS
21272 echo "$as_me:$LINENO: result: $ac_cv_lib_m_j0f" >&5
21273 echo "${ECHO_T}$ac_cv_lib_m_j0f" >&6
21274 if test $ac_cv_lib_m_j0f = yes; then
21276 cat >>confdefs.h
<<\_ACEOF
21282 echo "$as_me:$LINENO: checking for j0 in -lm" >&5
21283 echo $ECHO_N "checking for j0 in -lm... $ECHO_C" >&6
21284 if test "${ac_cv_lib_m_j0+set}" = set; then
21285 echo $ECHO_N "(cached) $ECHO_C" >&6
21287 ac_check_lib_save_LIBS
=$LIBS
21289 if test x
$gcc_no_link = xyes
; then
21290 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21291 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21292 { (exit 1); exit 1; }; }
21294 cat >conftest.
$ac_ext <<_ACEOF
21297 cat confdefs.h
>>conftest.
$ac_ext
21298 cat >>conftest.
$ac_ext <<_ACEOF
21299 /* end confdefs.h. */
21301 /* Override any gcc2 internal prototype to avoid an error. */
21305 /* We use char because int might match the return type of a gcc2
21306 builtin and then its argument prototype would still apply. */
21316 rm -f conftest.
$ac_objext conftest
$ac_exeext
21317 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21318 (eval $ac_link) 2>conftest.er1
21320 grep -v '^ *+' conftest.er1
>conftest.err
21322 cat conftest.err
>&5
21323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21324 (exit $ac_status); } &&
21325 { ac_try
='test -z "$ac_c_werror_flag"
21326 || test ! -s conftest.err'
21327 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21328 (eval $ac_try) 2>&5
21330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21331 (exit $ac_status); }; } &&
21332 { ac_try
='test -s conftest$ac_exeext'
21333 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21334 (eval $ac_try) 2>&5
21336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21337 (exit $ac_status); }; }; then
21340 echo "$as_me: failed program was:" >&5
21341 sed 's/^/| /' conftest.
$ac_ext >&5
21345 rm -f conftest.err conftest.
$ac_objext \
21346 conftest
$ac_exeext conftest.
$ac_ext
21347 LIBS
=$ac_check_lib_save_LIBS
21349 echo "$as_me:$LINENO: result: $ac_cv_lib_m_j0" >&5
21350 echo "${ECHO_T}$ac_cv_lib_m_j0" >&6
21351 if test $ac_cv_lib_m_j0 = yes; then
21353 cat >>confdefs.h
<<\_ACEOF
21359 echo "$as_me:$LINENO: checking for j0l in -lm" >&5
21360 echo $ECHO_N "checking for j0l in -lm... $ECHO_C" >&6
21361 if test "${ac_cv_lib_m_j0l+set}" = set; then
21362 echo $ECHO_N "(cached) $ECHO_C" >&6
21364 ac_check_lib_save_LIBS
=$LIBS
21366 if test x
$gcc_no_link = xyes
; then
21367 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21368 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21369 { (exit 1); exit 1; }; }
21371 cat >conftest.
$ac_ext <<_ACEOF
21374 cat confdefs.h
>>conftest.
$ac_ext
21375 cat >>conftest.
$ac_ext <<_ACEOF
21376 /* end confdefs.h. */
21378 /* Override any gcc2 internal prototype to avoid an error. */
21382 /* We use char because int might match the return type of a gcc2
21383 builtin and then its argument prototype would still apply. */
21393 rm -f conftest.
$ac_objext conftest
$ac_exeext
21394 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21395 (eval $ac_link) 2>conftest.er1
21397 grep -v '^ *+' conftest.er1
>conftest.err
21399 cat conftest.err
>&5
21400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21401 (exit $ac_status); } &&
21402 { ac_try
='test -z "$ac_c_werror_flag"
21403 || test ! -s conftest.err'
21404 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21405 (eval $ac_try) 2>&5
21407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21408 (exit $ac_status); }; } &&
21409 { ac_try
='test -s conftest$ac_exeext'
21410 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21411 (eval $ac_try) 2>&5
21413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21414 (exit $ac_status); }; }; then
21415 ac_cv_lib_m_j0l
=yes
21417 echo "$as_me: failed program was:" >&5
21418 sed 's/^/| /' conftest.
$ac_ext >&5
21422 rm -f conftest.err conftest.
$ac_objext \
21423 conftest
$ac_exeext conftest.
$ac_ext
21424 LIBS
=$ac_check_lib_save_LIBS
21426 echo "$as_me:$LINENO: result: $ac_cv_lib_m_j0l" >&5
21427 echo "${ECHO_T}$ac_cv_lib_m_j0l" >&6
21428 if test $ac_cv_lib_m_j0l = yes; then
21430 cat >>confdefs.h
<<\_ACEOF
21436 echo "$as_me:$LINENO: checking for j1f in -lm" >&5
21437 echo $ECHO_N "checking for j1f in -lm... $ECHO_C" >&6
21438 if test "${ac_cv_lib_m_j1f+set}" = set; then
21439 echo $ECHO_N "(cached) $ECHO_C" >&6
21441 ac_check_lib_save_LIBS
=$LIBS
21443 if test x
$gcc_no_link = xyes
; then
21444 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21445 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21446 { (exit 1); exit 1; }; }
21448 cat >conftest.
$ac_ext <<_ACEOF
21451 cat confdefs.h
>>conftest.
$ac_ext
21452 cat >>conftest.
$ac_ext <<_ACEOF
21453 /* end confdefs.h. */
21455 /* Override any gcc2 internal prototype to avoid an error. */
21459 /* We use char because int might match the return type of a gcc2
21460 builtin and then its argument prototype would still apply. */
21470 rm -f conftest.
$ac_objext conftest
$ac_exeext
21471 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21472 (eval $ac_link) 2>conftest.er1
21474 grep -v '^ *+' conftest.er1
>conftest.err
21476 cat conftest.err
>&5
21477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21478 (exit $ac_status); } &&
21479 { ac_try
='test -z "$ac_c_werror_flag"
21480 || test ! -s conftest.err'
21481 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21482 (eval $ac_try) 2>&5
21484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21485 (exit $ac_status); }; } &&
21486 { ac_try
='test -s conftest$ac_exeext'
21487 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21488 (eval $ac_try) 2>&5
21490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21491 (exit $ac_status); }; }; then
21492 ac_cv_lib_m_j1f
=yes
21494 echo "$as_me: failed program was:" >&5
21495 sed 's/^/| /' conftest.
$ac_ext >&5
21499 rm -f conftest.err conftest.
$ac_objext \
21500 conftest
$ac_exeext conftest.
$ac_ext
21501 LIBS
=$ac_check_lib_save_LIBS
21503 echo "$as_me:$LINENO: result: $ac_cv_lib_m_j1f" >&5
21504 echo "${ECHO_T}$ac_cv_lib_m_j1f" >&6
21505 if test $ac_cv_lib_m_j1f = yes; then
21507 cat >>confdefs.h
<<\_ACEOF
21513 echo "$as_me:$LINENO: checking for j1 in -lm" >&5
21514 echo $ECHO_N "checking for j1 in -lm... $ECHO_C" >&6
21515 if test "${ac_cv_lib_m_j1+set}" = set; then
21516 echo $ECHO_N "(cached) $ECHO_C" >&6
21518 ac_check_lib_save_LIBS
=$LIBS
21520 if test x
$gcc_no_link = xyes
; then
21521 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21522 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21523 { (exit 1); exit 1; }; }
21525 cat >conftest.
$ac_ext <<_ACEOF
21528 cat confdefs.h
>>conftest.
$ac_ext
21529 cat >>conftest.
$ac_ext <<_ACEOF
21530 /* end confdefs.h. */
21532 /* Override any gcc2 internal prototype to avoid an error. */
21536 /* We use char because int might match the return type of a gcc2
21537 builtin and then its argument prototype would still apply. */
21547 rm -f conftest.
$ac_objext conftest
$ac_exeext
21548 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21549 (eval $ac_link) 2>conftest.er1
21551 grep -v '^ *+' conftest.er1
>conftest.err
21553 cat conftest.err
>&5
21554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21555 (exit $ac_status); } &&
21556 { ac_try
='test -z "$ac_c_werror_flag"
21557 || test ! -s conftest.err'
21558 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21559 (eval $ac_try) 2>&5
21561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21562 (exit $ac_status); }; } &&
21563 { ac_try
='test -s conftest$ac_exeext'
21564 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21565 (eval $ac_try) 2>&5
21567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21568 (exit $ac_status); }; }; then
21571 echo "$as_me: failed program was:" >&5
21572 sed 's/^/| /' conftest.
$ac_ext >&5
21576 rm -f conftest.err conftest.
$ac_objext \
21577 conftest
$ac_exeext conftest.
$ac_ext
21578 LIBS
=$ac_check_lib_save_LIBS
21580 echo "$as_me:$LINENO: result: $ac_cv_lib_m_j1" >&5
21581 echo "${ECHO_T}$ac_cv_lib_m_j1" >&6
21582 if test $ac_cv_lib_m_j1 = yes; then
21584 cat >>confdefs.h
<<\_ACEOF
21590 echo "$as_me:$LINENO: checking for j1l in -lm" >&5
21591 echo $ECHO_N "checking for j1l in -lm... $ECHO_C" >&6
21592 if test "${ac_cv_lib_m_j1l+set}" = set; then
21593 echo $ECHO_N "(cached) $ECHO_C" >&6
21595 ac_check_lib_save_LIBS
=$LIBS
21597 if test x
$gcc_no_link = xyes
; then
21598 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21599 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21600 { (exit 1); exit 1; }; }
21602 cat >conftest.
$ac_ext <<_ACEOF
21605 cat confdefs.h
>>conftest.
$ac_ext
21606 cat >>conftest.
$ac_ext <<_ACEOF
21607 /* end confdefs.h. */
21609 /* Override any gcc2 internal prototype to avoid an error. */
21613 /* We use char because int might match the return type of a gcc2
21614 builtin and then its argument prototype would still apply. */
21624 rm -f conftest.
$ac_objext conftest
$ac_exeext
21625 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21626 (eval $ac_link) 2>conftest.er1
21628 grep -v '^ *+' conftest.er1
>conftest.err
21630 cat conftest.err
>&5
21631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21632 (exit $ac_status); } &&
21633 { ac_try
='test -z "$ac_c_werror_flag"
21634 || test ! -s conftest.err'
21635 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21636 (eval $ac_try) 2>&5
21638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21639 (exit $ac_status); }; } &&
21640 { ac_try
='test -s conftest$ac_exeext'
21641 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21642 (eval $ac_try) 2>&5
21644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21645 (exit $ac_status); }; }; then
21646 ac_cv_lib_m_j1l
=yes
21648 echo "$as_me: failed program was:" >&5
21649 sed 's/^/| /' conftest.
$ac_ext >&5
21653 rm -f conftest.err conftest.
$ac_objext \
21654 conftest
$ac_exeext conftest.
$ac_ext
21655 LIBS
=$ac_check_lib_save_LIBS
21657 echo "$as_me:$LINENO: result: $ac_cv_lib_m_j1l" >&5
21658 echo "${ECHO_T}$ac_cv_lib_m_j1l" >&6
21659 if test $ac_cv_lib_m_j1l = yes; then
21661 cat >>confdefs.h
<<\_ACEOF
21667 echo "$as_me:$LINENO: checking for jnf in -lm" >&5
21668 echo $ECHO_N "checking for jnf in -lm... $ECHO_C" >&6
21669 if test "${ac_cv_lib_m_jnf+set}" = set; then
21670 echo $ECHO_N "(cached) $ECHO_C" >&6
21672 ac_check_lib_save_LIBS
=$LIBS
21674 if test x
$gcc_no_link = xyes
; then
21675 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21676 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21677 { (exit 1); exit 1; }; }
21679 cat >conftest.
$ac_ext <<_ACEOF
21682 cat confdefs.h
>>conftest.
$ac_ext
21683 cat >>conftest.
$ac_ext <<_ACEOF
21684 /* end confdefs.h. */
21686 /* Override any gcc2 internal prototype to avoid an error. */
21690 /* We use char because int might match the return type of a gcc2
21691 builtin and then its argument prototype would still apply. */
21701 rm -f conftest.
$ac_objext conftest
$ac_exeext
21702 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21703 (eval $ac_link) 2>conftest.er1
21705 grep -v '^ *+' conftest.er1
>conftest.err
21707 cat conftest.err
>&5
21708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21709 (exit $ac_status); } &&
21710 { ac_try
='test -z "$ac_c_werror_flag"
21711 || test ! -s conftest.err'
21712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21713 (eval $ac_try) 2>&5
21715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21716 (exit $ac_status); }; } &&
21717 { ac_try
='test -s conftest$ac_exeext'
21718 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21719 (eval $ac_try) 2>&5
21721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21722 (exit $ac_status); }; }; then
21723 ac_cv_lib_m_jnf
=yes
21725 echo "$as_me: failed program was:" >&5
21726 sed 's/^/| /' conftest.
$ac_ext >&5
21730 rm -f conftest.err conftest.
$ac_objext \
21731 conftest
$ac_exeext conftest.
$ac_ext
21732 LIBS
=$ac_check_lib_save_LIBS
21734 echo "$as_me:$LINENO: result: $ac_cv_lib_m_jnf" >&5
21735 echo "${ECHO_T}$ac_cv_lib_m_jnf" >&6
21736 if test $ac_cv_lib_m_jnf = yes; then
21738 cat >>confdefs.h
<<\_ACEOF
21744 echo "$as_me:$LINENO: checking for jn in -lm" >&5
21745 echo $ECHO_N "checking for jn in -lm... $ECHO_C" >&6
21746 if test "${ac_cv_lib_m_jn+set}" = set; then
21747 echo $ECHO_N "(cached) $ECHO_C" >&6
21749 ac_check_lib_save_LIBS
=$LIBS
21751 if test x
$gcc_no_link = xyes
; then
21752 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21753 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21754 { (exit 1); exit 1; }; }
21756 cat >conftest.
$ac_ext <<_ACEOF
21759 cat confdefs.h
>>conftest.
$ac_ext
21760 cat >>conftest.
$ac_ext <<_ACEOF
21761 /* end confdefs.h. */
21763 /* Override any gcc2 internal prototype to avoid an error. */
21767 /* We use char because int might match the return type of a gcc2
21768 builtin and then its argument prototype would still apply. */
21778 rm -f conftest.
$ac_objext conftest
$ac_exeext
21779 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21780 (eval $ac_link) 2>conftest.er1
21782 grep -v '^ *+' conftest.er1
>conftest.err
21784 cat conftest.err
>&5
21785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21786 (exit $ac_status); } &&
21787 { ac_try
='test -z "$ac_c_werror_flag"
21788 || test ! -s conftest.err'
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); }; } &&
21794 { ac_try
='test -s conftest$ac_exeext'
21795 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21796 (eval $ac_try) 2>&5
21798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21799 (exit $ac_status); }; }; then
21802 echo "$as_me: failed program was:" >&5
21803 sed 's/^/| /' conftest.
$ac_ext >&5
21807 rm -f conftest.err conftest.
$ac_objext \
21808 conftest
$ac_exeext conftest.
$ac_ext
21809 LIBS
=$ac_check_lib_save_LIBS
21811 echo "$as_me:$LINENO: result: $ac_cv_lib_m_jn" >&5
21812 echo "${ECHO_T}$ac_cv_lib_m_jn" >&6
21813 if test $ac_cv_lib_m_jn = yes; then
21815 cat >>confdefs.h
<<\_ACEOF
21821 echo "$as_me:$LINENO: checking for jnl in -lm" >&5
21822 echo $ECHO_N "checking for jnl in -lm... $ECHO_C" >&6
21823 if test "${ac_cv_lib_m_jnl+set}" = set; then
21824 echo $ECHO_N "(cached) $ECHO_C" >&6
21826 ac_check_lib_save_LIBS
=$LIBS
21828 if test x
$gcc_no_link = xyes
; then
21829 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21830 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21831 { (exit 1); exit 1; }; }
21833 cat >conftest.
$ac_ext <<_ACEOF
21836 cat confdefs.h
>>conftest.
$ac_ext
21837 cat >>conftest.
$ac_ext <<_ACEOF
21838 /* end confdefs.h. */
21840 /* Override any gcc2 internal prototype to avoid an error. */
21844 /* We use char because int might match the return type of a gcc2
21845 builtin and then its argument prototype would still apply. */
21855 rm -f conftest.
$ac_objext conftest
$ac_exeext
21856 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21857 (eval $ac_link) 2>conftest.er1
21859 grep -v '^ *+' conftest.er1
>conftest.err
21861 cat conftest.err
>&5
21862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21863 (exit $ac_status); } &&
21864 { ac_try
='test -z "$ac_c_werror_flag"
21865 || test ! -s conftest.err'
21866 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21867 (eval $ac_try) 2>&5
21869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21870 (exit $ac_status); }; } &&
21871 { ac_try
='test -s conftest$ac_exeext'
21872 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21873 (eval $ac_try) 2>&5
21875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21876 (exit $ac_status); }; }; then
21877 ac_cv_lib_m_jnl
=yes
21879 echo "$as_me: failed program was:" >&5
21880 sed 's/^/| /' conftest.
$ac_ext >&5
21884 rm -f conftest.err conftest.
$ac_objext \
21885 conftest
$ac_exeext conftest.
$ac_ext
21886 LIBS
=$ac_check_lib_save_LIBS
21888 echo "$as_me:$LINENO: result: $ac_cv_lib_m_jnl" >&5
21889 echo "${ECHO_T}$ac_cv_lib_m_jnl" >&6
21890 if test $ac_cv_lib_m_jnl = yes; then
21892 cat >>confdefs.h
<<\_ACEOF
21898 echo "$as_me:$LINENO: checking for y0f in -lm" >&5
21899 echo $ECHO_N "checking for y0f in -lm... $ECHO_C" >&6
21900 if test "${ac_cv_lib_m_y0f+set}" = set; then
21901 echo $ECHO_N "(cached) $ECHO_C" >&6
21903 ac_check_lib_save_LIBS
=$LIBS
21905 if test x
$gcc_no_link = xyes
; then
21906 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21907 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21908 { (exit 1); exit 1; }; }
21910 cat >conftest.
$ac_ext <<_ACEOF
21913 cat confdefs.h
>>conftest.
$ac_ext
21914 cat >>conftest.
$ac_ext <<_ACEOF
21915 /* end confdefs.h. */
21917 /* Override any gcc2 internal prototype to avoid an error. */
21921 /* We use char because int might match the return type of a gcc2
21922 builtin and then its argument prototype would still apply. */
21932 rm -f conftest.
$ac_objext conftest
$ac_exeext
21933 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21934 (eval $ac_link) 2>conftest.er1
21936 grep -v '^ *+' conftest.er1
>conftest.err
21938 cat conftest.err
>&5
21939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21940 (exit $ac_status); } &&
21941 { ac_try
='test -z "$ac_c_werror_flag"
21942 || test ! -s conftest.err'
21943 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21944 (eval $ac_try) 2>&5
21946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21947 (exit $ac_status); }; } &&
21948 { ac_try
='test -s conftest$ac_exeext'
21949 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21950 (eval $ac_try) 2>&5
21952 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21953 (exit $ac_status); }; }; then
21954 ac_cv_lib_m_y0f
=yes
21956 echo "$as_me: failed program was:" >&5
21957 sed 's/^/| /' conftest.
$ac_ext >&5
21961 rm -f conftest.err conftest.
$ac_objext \
21962 conftest
$ac_exeext conftest.
$ac_ext
21963 LIBS
=$ac_check_lib_save_LIBS
21965 echo "$as_me:$LINENO: result: $ac_cv_lib_m_y0f" >&5
21966 echo "${ECHO_T}$ac_cv_lib_m_y0f" >&6
21967 if test $ac_cv_lib_m_y0f = yes; then
21969 cat >>confdefs.h
<<\_ACEOF
21975 echo "$as_me:$LINENO: checking for y0 in -lm" >&5
21976 echo $ECHO_N "checking for y0 in -lm... $ECHO_C" >&6
21977 if test "${ac_cv_lib_m_y0+set}" = set; then
21978 echo $ECHO_N "(cached) $ECHO_C" >&6
21980 ac_check_lib_save_LIBS
=$LIBS
21982 if test x
$gcc_no_link = xyes
; then
21983 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21984 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21985 { (exit 1); exit 1; }; }
21987 cat >conftest.
$ac_ext <<_ACEOF
21990 cat confdefs.h
>>conftest.
$ac_ext
21991 cat >>conftest.
$ac_ext <<_ACEOF
21992 /* end confdefs.h. */
21994 /* Override any gcc2 internal prototype to avoid an error. */
21998 /* We use char because int might match the return type of a gcc2
21999 builtin and then its argument prototype would still apply. */
22009 rm -f conftest.
$ac_objext conftest
$ac_exeext
22010 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22011 (eval $ac_link) 2>conftest.er1
22013 grep -v '^ *+' conftest.er1
>conftest.err
22015 cat conftest.err
>&5
22016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22017 (exit $ac_status); } &&
22018 { ac_try
='test -z "$ac_c_werror_flag"
22019 || test ! -s conftest.err'
22020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22021 (eval $ac_try) 2>&5
22023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22024 (exit $ac_status); }; } &&
22025 { ac_try
='test -s conftest$ac_exeext'
22026 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22027 (eval $ac_try) 2>&5
22029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22030 (exit $ac_status); }; }; then
22033 echo "$as_me: failed program was:" >&5
22034 sed 's/^/| /' conftest.
$ac_ext >&5
22038 rm -f conftest.err conftest.
$ac_objext \
22039 conftest
$ac_exeext conftest.
$ac_ext
22040 LIBS
=$ac_check_lib_save_LIBS
22042 echo "$as_me:$LINENO: result: $ac_cv_lib_m_y0" >&5
22043 echo "${ECHO_T}$ac_cv_lib_m_y0" >&6
22044 if test $ac_cv_lib_m_y0 = yes; then
22046 cat >>confdefs.h
<<\_ACEOF
22052 echo "$as_me:$LINENO: checking for y0l in -lm" >&5
22053 echo $ECHO_N "checking for y0l in -lm... $ECHO_C" >&6
22054 if test "${ac_cv_lib_m_y0l+set}" = set; then
22055 echo $ECHO_N "(cached) $ECHO_C" >&6
22057 ac_check_lib_save_LIBS
=$LIBS
22059 if test x
$gcc_no_link = xyes
; then
22060 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
22061 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
22062 { (exit 1); exit 1; }; }
22064 cat >conftest.
$ac_ext <<_ACEOF
22067 cat confdefs.h
>>conftest.
$ac_ext
22068 cat >>conftest.
$ac_ext <<_ACEOF
22069 /* end confdefs.h. */
22071 /* Override any gcc2 internal prototype to avoid an error. */
22075 /* We use char because int might match the return type of a gcc2
22076 builtin and then its argument prototype would still apply. */
22086 rm -f conftest.
$ac_objext conftest
$ac_exeext
22087 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22088 (eval $ac_link) 2>conftest.er1
22090 grep -v '^ *+' conftest.er1
>conftest.err
22092 cat conftest.err
>&5
22093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22094 (exit $ac_status); } &&
22095 { ac_try
='test -z "$ac_c_werror_flag"
22096 || test ! -s conftest.err'
22097 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22098 (eval $ac_try) 2>&5
22100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22101 (exit $ac_status); }; } &&
22102 { ac_try
='test -s conftest$ac_exeext'
22103 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22104 (eval $ac_try) 2>&5
22106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22107 (exit $ac_status); }; }; then
22108 ac_cv_lib_m_y0l
=yes
22110 echo "$as_me: failed program was:" >&5
22111 sed 's/^/| /' conftest.
$ac_ext >&5
22115 rm -f conftest.err conftest.
$ac_objext \
22116 conftest
$ac_exeext conftest.
$ac_ext
22117 LIBS
=$ac_check_lib_save_LIBS
22119 echo "$as_me:$LINENO: result: $ac_cv_lib_m_y0l" >&5
22120 echo "${ECHO_T}$ac_cv_lib_m_y0l" >&6
22121 if test $ac_cv_lib_m_y0l = yes; then
22123 cat >>confdefs.h
<<\_ACEOF
22129 echo "$as_me:$LINENO: checking for y1f in -lm" >&5
22130 echo $ECHO_N "checking for y1f in -lm... $ECHO_C" >&6
22131 if test "${ac_cv_lib_m_y1f+set}" = set; then
22132 echo $ECHO_N "(cached) $ECHO_C" >&6
22134 ac_check_lib_save_LIBS
=$LIBS
22136 if test x
$gcc_no_link = xyes
; then
22137 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
22138 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
22139 { (exit 1); exit 1; }; }
22141 cat >conftest.
$ac_ext <<_ACEOF
22144 cat confdefs.h
>>conftest.
$ac_ext
22145 cat >>conftest.
$ac_ext <<_ACEOF
22146 /* end confdefs.h. */
22148 /* Override any gcc2 internal prototype to avoid an error. */
22152 /* We use char because int might match the return type of a gcc2
22153 builtin and then its argument prototype would still apply. */
22163 rm -f conftest.
$ac_objext conftest
$ac_exeext
22164 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22165 (eval $ac_link) 2>conftest.er1
22167 grep -v '^ *+' conftest.er1
>conftest.err
22169 cat conftest.err
>&5
22170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22171 (exit $ac_status); } &&
22172 { ac_try
='test -z "$ac_c_werror_flag"
22173 || test ! -s conftest.err'
22174 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22175 (eval $ac_try) 2>&5
22177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22178 (exit $ac_status); }; } &&
22179 { ac_try
='test -s conftest$ac_exeext'
22180 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22181 (eval $ac_try) 2>&5
22183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22184 (exit $ac_status); }; }; then
22185 ac_cv_lib_m_y1f
=yes
22187 echo "$as_me: failed program was:" >&5
22188 sed 's/^/| /' conftest.
$ac_ext >&5
22192 rm -f conftest.err conftest.
$ac_objext \
22193 conftest
$ac_exeext conftest.
$ac_ext
22194 LIBS
=$ac_check_lib_save_LIBS
22196 echo "$as_me:$LINENO: result: $ac_cv_lib_m_y1f" >&5
22197 echo "${ECHO_T}$ac_cv_lib_m_y1f" >&6
22198 if test $ac_cv_lib_m_y1f = yes; then
22200 cat >>confdefs.h
<<\_ACEOF
22206 echo "$as_me:$LINENO: checking for y1 in -lm" >&5
22207 echo $ECHO_N "checking for y1 in -lm... $ECHO_C" >&6
22208 if test "${ac_cv_lib_m_y1+set}" = set; then
22209 echo $ECHO_N "(cached) $ECHO_C" >&6
22211 ac_check_lib_save_LIBS
=$LIBS
22213 if test x
$gcc_no_link = xyes
; then
22214 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
22215 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
22216 { (exit 1); exit 1; }; }
22218 cat >conftest.
$ac_ext <<_ACEOF
22221 cat confdefs.h
>>conftest.
$ac_ext
22222 cat >>conftest.
$ac_ext <<_ACEOF
22223 /* end confdefs.h. */
22225 /* Override any gcc2 internal prototype to avoid an error. */
22229 /* We use char because int might match the return type of a gcc2
22230 builtin and then its argument prototype would still apply. */
22240 rm -f conftest.
$ac_objext conftest
$ac_exeext
22241 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22242 (eval $ac_link) 2>conftest.er1
22244 grep -v '^ *+' conftest.er1
>conftest.err
22246 cat conftest.err
>&5
22247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22248 (exit $ac_status); } &&
22249 { ac_try
='test -z "$ac_c_werror_flag"
22250 || test ! -s conftest.err'
22251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22252 (eval $ac_try) 2>&5
22254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22255 (exit $ac_status); }; } &&
22256 { ac_try
='test -s conftest$ac_exeext'
22257 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22258 (eval $ac_try) 2>&5
22260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22261 (exit $ac_status); }; }; then
22264 echo "$as_me: failed program was:" >&5
22265 sed 's/^/| /' conftest.
$ac_ext >&5
22269 rm -f conftest.err conftest.
$ac_objext \
22270 conftest
$ac_exeext conftest.
$ac_ext
22271 LIBS
=$ac_check_lib_save_LIBS
22273 echo "$as_me:$LINENO: result: $ac_cv_lib_m_y1" >&5
22274 echo "${ECHO_T}$ac_cv_lib_m_y1" >&6
22275 if test $ac_cv_lib_m_y1 = yes; then
22277 cat >>confdefs.h
<<\_ACEOF
22283 echo "$as_me:$LINENO: checking for y1l in -lm" >&5
22284 echo $ECHO_N "checking for y1l in -lm... $ECHO_C" >&6
22285 if test "${ac_cv_lib_m_y1l+set}" = set; then
22286 echo $ECHO_N "(cached) $ECHO_C" >&6
22288 ac_check_lib_save_LIBS
=$LIBS
22290 if test x
$gcc_no_link = xyes
; then
22291 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
22292 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
22293 { (exit 1); exit 1; }; }
22295 cat >conftest.
$ac_ext <<_ACEOF
22298 cat confdefs.h
>>conftest.
$ac_ext
22299 cat >>conftest.
$ac_ext <<_ACEOF
22300 /* end confdefs.h. */
22302 /* Override any gcc2 internal prototype to avoid an error. */
22306 /* We use char because int might match the return type of a gcc2
22307 builtin and then its argument prototype would still apply. */
22317 rm -f conftest.
$ac_objext conftest
$ac_exeext
22318 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22319 (eval $ac_link) 2>conftest.er1
22321 grep -v '^ *+' conftest.er1
>conftest.err
22323 cat conftest.err
>&5
22324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22325 (exit $ac_status); } &&
22326 { ac_try
='test -z "$ac_c_werror_flag"
22327 || test ! -s conftest.err'
22328 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22329 (eval $ac_try) 2>&5
22331 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22332 (exit $ac_status); }; } &&
22333 { ac_try
='test -s conftest$ac_exeext'
22334 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22335 (eval $ac_try) 2>&5
22337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22338 (exit $ac_status); }; }; then
22339 ac_cv_lib_m_y1l
=yes
22341 echo "$as_me: failed program was:" >&5
22342 sed 's/^/| /' conftest.
$ac_ext >&5
22346 rm -f conftest.err conftest.
$ac_objext \
22347 conftest
$ac_exeext conftest.
$ac_ext
22348 LIBS
=$ac_check_lib_save_LIBS
22350 echo "$as_me:$LINENO: result: $ac_cv_lib_m_y1l" >&5
22351 echo "${ECHO_T}$ac_cv_lib_m_y1l" >&6
22352 if test $ac_cv_lib_m_y1l = yes; then
22354 cat >>confdefs.h
<<\_ACEOF
22360 echo "$as_me:$LINENO: checking for ynf in -lm" >&5
22361 echo $ECHO_N "checking for ynf in -lm... $ECHO_C" >&6
22362 if test "${ac_cv_lib_m_ynf+set}" = set; then
22363 echo $ECHO_N "(cached) $ECHO_C" >&6
22365 ac_check_lib_save_LIBS
=$LIBS
22367 if test x
$gcc_no_link = xyes
; then
22368 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
22369 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
22370 { (exit 1); exit 1; }; }
22372 cat >conftest.
$ac_ext <<_ACEOF
22375 cat confdefs.h
>>conftest.
$ac_ext
22376 cat >>conftest.
$ac_ext <<_ACEOF
22377 /* end confdefs.h. */
22379 /* Override any gcc2 internal prototype to avoid an error. */
22383 /* We use char because int might match the return type of a gcc2
22384 builtin and then its argument prototype would still apply. */
22394 rm -f conftest.
$ac_objext conftest
$ac_exeext
22395 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22396 (eval $ac_link) 2>conftest.er1
22398 grep -v '^ *+' conftest.er1
>conftest.err
22400 cat conftest.err
>&5
22401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22402 (exit $ac_status); } &&
22403 { ac_try
='test -z "$ac_c_werror_flag"
22404 || test ! -s conftest.err'
22405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22406 (eval $ac_try) 2>&5
22408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22409 (exit $ac_status); }; } &&
22410 { ac_try
='test -s conftest$ac_exeext'
22411 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22412 (eval $ac_try) 2>&5
22414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22415 (exit $ac_status); }; }; then
22416 ac_cv_lib_m_ynf
=yes
22418 echo "$as_me: failed program was:" >&5
22419 sed 's/^/| /' conftest.
$ac_ext >&5
22423 rm -f conftest.err conftest.
$ac_objext \
22424 conftest
$ac_exeext conftest.
$ac_ext
22425 LIBS
=$ac_check_lib_save_LIBS
22427 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ynf" >&5
22428 echo "${ECHO_T}$ac_cv_lib_m_ynf" >&6
22429 if test $ac_cv_lib_m_ynf = yes; then
22431 cat >>confdefs.h
<<\_ACEOF
22437 echo "$as_me:$LINENO: checking for yn in -lm" >&5
22438 echo $ECHO_N "checking for yn in -lm... $ECHO_C" >&6
22439 if test "${ac_cv_lib_m_yn+set}" = set; then
22440 echo $ECHO_N "(cached) $ECHO_C" >&6
22442 ac_check_lib_save_LIBS
=$LIBS
22444 if test x
$gcc_no_link = xyes
; then
22445 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
22446 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
22447 { (exit 1); exit 1; }; }
22449 cat >conftest.
$ac_ext <<_ACEOF
22452 cat confdefs.h
>>conftest.
$ac_ext
22453 cat >>conftest.
$ac_ext <<_ACEOF
22454 /* end confdefs.h. */
22456 /* Override any gcc2 internal prototype to avoid an error. */
22460 /* We use char because int might match the return type of a gcc2
22461 builtin and then its argument prototype would still apply. */
22471 rm -f conftest.
$ac_objext conftest
$ac_exeext
22472 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22473 (eval $ac_link) 2>conftest.er1
22475 grep -v '^ *+' conftest.er1
>conftest.err
22477 cat conftest.err
>&5
22478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22479 (exit $ac_status); } &&
22480 { ac_try
='test -z "$ac_c_werror_flag"
22481 || test ! -s conftest.err'
22482 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22483 (eval $ac_try) 2>&5
22485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22486 (exit $ac_status); }; } &&
22487 { ac_try
='test -s conftest$ac_exeext'
22488 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22489 (eval $ac_try) 2>&5
22491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22492 (exit $ac_status); }; }; then
22495 echo "$as_me: failed program was:" >&5
22496 sed 's/^/| /' conftest.
$ac_ext >&5
22500 rm -f conftest.err conftest.
$ac_objext \
22501 conftest
$ac_exeext conftest.
$ac_ext
22502 LIBS
=$ac_check_lib_save_LIBS
22504 echo "$as_me:$LINENO: result: $ac_cv_lib_m_yn" >&5
22505 echo "${ECHO_T}$ac_cv_lib_m_yn" >&6
22506 if test $ac_cv_lib_m_yn = yes; then
22508 cat >>confdefs.h
<<\_ACEOF
22514 echo "$as_me:$LINENO: checking for ynl in -lm" >&5
22515 echo $ECHO_N "checking for ynl in -lm... $ECHO_C" >&6
22516 if test "${ac_cv_lib_m_ynl+set}" = set; then
22517 echo $ECHO_N "(cached) $ECHO_C" >&6
22519 ac_check_lib_save_LIBS
=$LIBS
22521 if test x
$gcc_no_link = xyes
; then
22522 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
22523 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
22524 { (exit 1); exit 1; }; }
22526 cat >conftest.
$ac_ext <<_ACEOF
22529 cat confdefs.h
>>conftest.
$ac_ext
22530 cat >>conftest.
$ac_ext <<_ACEOF
22531 /* end confdefs.h. */
22533 /* Override any gcc2 internal prototype to avoid an error. */
22537 /* We use char because int might match the return type of a gcc2
22538 builtin and then its argument prototype would still apply. */
22548 rm -f conftest.
$ac_objext conftest
$ac_exeext
22549 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22550 (eval $ac_link) 2>conftest.er1
22552 grep -v '^ *+' conftest.er1
>conftest.err
22554 cat conftest.err
>&5
22555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22556 (exit $ac_status); } &&
22557 { ac_try
='test -z "$ac_c_werror_flag"
22558 || test ! -s conftest.err'
22559 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22560 (eval $ac_try) 2>&5
22562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22563 (exit $ac_status); }; } &&
22564 { ac_try
='test -s conftest$ac_exeext'
22565 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22566 (eval $ac_try) 2>&5
22568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22569 (exit $ac_status); }; }; then
22570 ac_cv_lib_m_ynl
=yes
22572 echo "$as_me: failed program was:" >&5
22573 sed 's/^/| /' conftest.
$ac_ext >&5
22577 rm -f conftest.err conftest.
$ac_objext \
22578 conftest
$ac_exeext conftest.
$ac_ext
22579 LIBS
=$ac_check_lib_save_LIBS
22581 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ynl" >&5
22582 echo "${ECHO_T}$ac_cv_lib_m_ynl" >&6
22583 if test $ac_cv_lib_m_ynl = yes; then
22585 cat >>confdefs.h
<<\_ACEOF
22592 # On AIX, clog is present in libm as __clog
22593 echo "$as_me:$LINENO: checking for __clog in -lm" >&5
22594 echo $ECHO_N "checking for __clog in -lm... $ECHO_C" >&6
22595 if test "${ac_cv_lib_m___clog+set}" = set; then
22596 echo $ECHO_N "(cached) $ECHO_C" >&6
22598 ac_check_lib_save_LIBS
=$LIBS
22600 if test x
$gcc_no_link = xyes
; then
22601 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
22602 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
22603 { (exit 1); exit 1; }; }
22605 cat >conftest.
$ac_ext <<_ACEOF
22608 cat confdefs.h
>>conftest.
$ac_ext
22609 cat >>conftest.
$ac_ext <<_ACEOF
22610 /* end confdefs.h. */
22612 /* Override any gcc2 internal prototype to avoid an error. */
22616 /* We use char because int might match the return type of a gcc2
22617 builtin and then its argument prototype would still apply. */
22627 rm -f conftest.
$ac_objext conftest
$ac_exeext
22628 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22629 (eval $ac_link) 2>conftest.er1
22631 grep -v '^ *+' conftest.er1
>conftest.err
22633 cat conftest.err
>&5
22634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22635 (exit $ac_status); } &&
22636 { ac_try
='test -z "$ac_c_werror_flag"
22637 || test ! -s conftest.err'
22638 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22639 (eval $ac_try) 2>&5
22641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22642 (exit $ac_status); }; } &&
22643 { ac_try
='test -s conftest$ac_exeext'
22644 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22645 (eval $ac_try) 2>&5
22647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22648 (exit $ac_status); }; }; then
22649 ac_cv_lib_m___clog
=yes
22651 echo "$as_me: failed program was:" >&5
22652 sed 's/^/| /' conftest.
$ac_ext >&5
22654 ac_cv_lib_m___clog
=no
22656 rm -f conftest.err conftest.
$ac_objext \
22657 conftest
$ac_exeext conftest.
$ac_ext
22658 LIBS
=$ac_check_lib_save_LIBS
22660 echo "$as_me:$LINENO: result: $ac_cv_lib_m___clog" >&5
22661 echo "${ECHO_T}$ac_cv_lib_m___clog" >&6
22662 if test $ac_cv_lib_m___clog = yes; then
22664 cat >>confdefs.h
<<\_ACEOF
22665 #define HAVE_CLOG 1
22671 # Check for a isfinite macro that works on long doubles.
22673 echo "$as_me:$LINENO: checking whether isfinite is broken" >&5
22674 echo $ECHO_N "checking whether isfinite is broken... $ECHO_C" >&6
22675 if test "${have_broken_isfinite+set}" = set; then
22676 echo $ECHO_N "(cached) $ECHO_C" >&6
22679 libgfor_check_for_broken_isfinite_save_LIBS
=$LIBS
22681 if test "$cross_compiling" = yes; then
22683 case "${target}" in
22684 hppa
*-*-hpux*) have_broken_isfinite
=yes ;;
22685 *) have_broken_isfinite
=no
;;
22688 cat >conftest.
$ac_ext <<_ACEOF
22691 cat confdefs.h
>>conftest.
$ac_ext
22692 cat >>conftest.
$ac_ext <<_ACEOF
22693 /* end confdefs.h. */
22703 if (!isfinite(LDBL_MAX)) return 1;
22706 if (!isfinite(DBL_MAX)) return 1;
22712 rm -f conftest
$ac_exeext
22713 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22714 (eval $ac_link) 2>&5
22716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22717 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
22718 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22719 (eval $ac_try) 2>&5
22721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22722 (exit $ac_status); }; }; then
22723 have_broken_isfinite
=no
22725 echo "$as_me: program exited with status $ac_status" >&5
22726 echo "$as_me: failed program was:" >&5
22727 sed 's/^/| /' conftest.
$ac_ext >&5
22729 ( exit $ac_status )
22730 have_broken_isfinite
=yes
22732 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
22734 LIBS
=$libgfor_check_for_broken_isfinite_save_LIBS
22736 echo "$as_me:$LINENO: result: $have_broken_isfinite" >&5
22737 echo "${ECHO_T}$have_broken_isfinite" >&6
22738 if test x
"$have_broken_isfinite" = xyes
; then
22740 cat >>confdefs.h
<<\_ACEOF
22741 #define HAVE_BROKEN_ISFINITE 1
22746 # Check for a isnan macro that works on long doubles.
22748 echo "$as_me:$LINENO: checking whether isnan is broken" >&5
22749 echo $ECHO_N "checking whether isnan is broken... $ECHO_C" >&6
22750 if test "${have_broken_isnan+set}" = set; then
22751 echo $ECHO_N "(cached) $ECHO_C" >&6
22754 libgfor_check_for_broken_isnan_save_LIBS
=$LIBS
22756 if test "$cross_compiling" = yes; then
22758 case "${target}" in
22759 hppa
*-*-hpux*) have_broken_isnan
=yes ;;
22760 *) have_broken_isnan
=no
;;
22763 cat >conftest.
$ac_ext <<_ACEOF
22766 cat confdefs.h
>>conftest.
$ac_ext
22767 cat >>conftest.
$ac_ext <<_ACEOF
22768 /* end confdefs.h. */
22780 x = __builtin_nanl ("");
22781 if (!isnan(x)) return 1;
22782 if (isnan(LDBL_MAX)) return 1;
22784 x = (long double) NAN;
22785 if (!isnan(x)) return 1;
22792 y = __builtin_nan ("");
22793 if (!isnan(y)) return 1;
22794 if (isnan(DBL_MAX)) return 1;
22797 if (!isnan(y)) return 1;
22805 rm -f conftest
$ac_exeext
22806 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22807 (eval $ac_link) 2>&5
22809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22810 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
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); }; }; then
22816 have_broken_isnan
=no
22818 echo "$as_me: program exited with status $ac_status" >&5
22819 echo "$as_me: failed program was:" >&5
22820 sed 's/^/| /' conftest.
$ac_ext >&5
22822 ( exit $ac_status )
22823 have_broken_isnan
=yes
22825 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
22827 LIBS
=$libgfor_check_for_broken_isnan_save_LIBS
22829 echo "$as_me:$LINENO: result: $have_broken_isnan" >&5
22830 echo "${ECHO_T}$have_broken_isnan" >&6
22831 if test x
"$have_broken_isnan" = xyes
; then
22833 cat >>confdefs.h
<<\_ACEOF
22834 #define HAVE_BROKEN_ISNAN 1
22839 # Check for a fpclassify macro that works on long doubles.
22841 echo "$as_me:$LINENO: checking whether fpclassify is broken" >&5
22842 echo $ECHO_N "checking whether fpclassify is broken... $ECHO_C" >&6
22843 if test "${have_broken_fpclassify+set}" = set; then
22844 echo $ECHO_N "(cached) $ECHO_C" >&6
22847 libgfor_check_for_broken_fpclassify_save_LIBS
=$LIBS
22849 if test "$cross_compiling" = yes; then
22851 case "${target}" in
22852 hppa
*-*-hpux*) have_broken_fpclassify
=yes ;;
22853 *) have_broken_fpclassify
=no
;;
22856 cat >conftest.
$ac_ext <<_ACEOF
22859 cat confdefs.h
>>conftest.
$ac_ext
22860 cat >>conftest.
$ac_ext <<_ACEOF
22861 /* end confdefs.h. */
22871 if (fpclassify(LDBL_MAX) == FP_NAN
22872 || fpclassify(LDBL_MAX) == FP_INFINITE) return 1;
22875 if (fpclassify(DBL_MAX) == FP_NAN
22876 || fpclassify(DBL_MAX) == FP_INFINITE) return 1;
22882 rm -f conftest
$ac_exeext
22883 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22884 (eval $ac_link) 2>&5
22886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22887 (exit $ac_status); } && { ac_try
='./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_broken_fpclassify
=no
22895 echo "$as_me: program exited with status $ac_status" >&5
22896 echo "$as_me: failed program was:" >&5
22897 sed 's/^/| /' conftest.
$ac_ext >&5
22899 ( exit $ac_status )
22900 have_broken_fpclassify
=yes
22902 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
22904 LIBS
=$libgfor_check_for_broken_fpclassify_save_LIBS
22906 echo "$as_me:$LINENO: result: $have_broken_fpclassify" >&5
22907 echo "${ECHO_T}$have_broken_fpclassify" >&6
22908 if test x
"$have_broken_fpclassify" = xyes
; then
22910 cat >>confdefs.h
<<\_ACEOF
22911 #define HAVE_BROKEN_FPCLASSIFY 1
22916 # Check whether the system has a working stat()
22918 echo "$as_me:$LINENO: checking whether the target stat is reliable" >&5
22919 echo $ECHO_N "checking whether the target stat is reliable... $ECHO_C" >&6
22920 if test "${have_working_stat+set}" = set; then
22921 echo $ECHO_N "(cached) $ECHO_C" >&6
22924 if test "$cross_compiling" = yes; then
22926 case "${target}" in
22927 *mingw
*) have_working_stat
=no
;;
22928 *) have_working_stat
=yes;;
22931 cat >conftest.
$ac_ext <<_ACEOF
22934 cat confdefs.h
>>conftest.
$ac_ext
22935 cat >>conftest.
$ac_ext <<_ACEOF
22936 /* end confdefs.h. */
22939 #include <sys/types.h>
22940 #include <sys/stat.h>
22941 #include <unistd.h>
22946 struct stat st1, st2;
22948 f = fopen ("foo", "w");
22949 g = fopen ("bar", "w");
22950 if (stat ("foo", &st1) != 0 || stat ("bar", &st2))
22952 if (st1.st_dev == st2.st_dev && st1.st_ino == st2.st_ino)
22959 rm -f conftest
$ac_exeext
22960 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22961 (eval $ac_link) 2>&5
22963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22964 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
22965 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22966 (eval $ac_try) 2>&5
22968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22969 (exit $ac_status); }; }; then
22970 have_working_stat
=yes
22972 echo "$as_me: program exited with status $ac_status" >&5
22973 echo "$as_me: failed program was:" >&5
22974 sed 's/^/| /' conftest.
$ac_ext >&5
22976 ( exit $ac_status )
22977 have_working_stat
=no
22979 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
22982 echo "$as_me:$LINENO: result: $have_working_stat" >&5
22983 echo "${ECHO_T}$have_working_stat" >&6
22984 if test x
"$have_working_stat" = xyes
; then
22986 cat >>confdefs.h
<<\_ACEOF
22987 #define HAVE_WORKING_STAT 1
22992 # Fallback in case isfinite is not available.
22993 echo "$as_me:$LINENO: checking for finite in -lm" >&5
22994 echo $ECHO_N "checking for finite in -lm... $ECHO_C" >&6
22995 if test "${ac_cv_lib_m_finite+set}" = set; then
22996 echo $ECHO_N "(cached) $ECHO_C" >&6
22998 ac_check_lib_save_LIBS
=$LIBS
23000 if test x
$gcc_no_link = xyes
; then
23001 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
23002 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
23003 { (exit 1); exit 1; }; }
23005 cat >conftest.
$ac_ext <<_ACEOF
23008 cat confdefs.h
>>conftest.
$ac_ext
23009 cat >>conftest.
$ac_ext <<_ACEOF
23010 /* end confdefs.h. */
23012 /* Override any gcc2 internal prototype to avoid an error. */
23016 /* We use char because int might match the return type of a gcc2
23017 builtin and then its argument prototype would still apply. */
23027 rm -f conftest.
$ac_objext conftest
$ac_exeext
23028 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23029 (eval $ac_link) 2>conftest.er1
23031 grep -v '^ *+' conftest.er1
>conftest.err
23033 cat conftest.err
>&5
23034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23035 (exit $ac_status); } &&
23036 { ac_try
='test -z "$ac_c_werror_flag"
23037 || test ! -s conftest.err'
23038 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23039 (eval $ac_try) 2>&5
23041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23042 (exit $ac_status); }; } &&
23043 { ac_try
='test -s conftest$ac_exeext'
23044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23045 (eval $ac_try) 2>&5
23047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23048 (exit $ac_status); }; }; then
23049 ac_cv_lib_m_finite
=yes
23051 echo "$as_me: failed program was:" >&5
23052 sed 's/^/| /' conftest.
$ac_ext >&5
23054 ac_cv_lib_m_finite
=no
23056 rm -f conftest.err conftest.
$ac_objext \
23057 conftest
$ac_exeext conftest.
$ac_ext
23058 LIBS
=$ac_check_lib_save_LIBS
23060 echo "$as_me:$LINENO: result: $ac_cv_lib_m_finite" >&5
23061 echo "${ECHO_T}$ac_cv_lib_m_finite" >&6
23062 if test $ac_cv_lib_m_finite = yes; then
23064 cat >>confdefs.h
<<\_ACEOF
23065 #define HAVE_FINITE 1
23071 # Check for GNU libc feenableexcept
23072 echo "$as_me:$LINENO: checking for feenableexcept in -lm" >&5
23073 echo $ECHO_N "checking for feenableexcept in -lm... $ECHO_C" >&6
23074 if test "${ac_cv_lib_m_feenableexcept+set}" = set; then
23075 echo $ECHO_N "(cached) $ECHO_C" >&6
23077 ac_check_lib_save_LIBS
=$LIBS
23079 if test x
$gcc_no_link = xyes
; then
23080 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
23081 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
23082 { (exit 1); exit 1; }; }
23084 cat >conftest.
$ac_ext <<_ACEOF
23087 cat confdefs.h
>>conftest.
$ac_ext
23088 cat >>conftest.
$ac_ext <<_ACEOF
23089 /* end confdefs.h. */
23091 /* Override any gcc2 internal prototype to avoid an error. */
23095 /* We use char because int might match the return type of a gcc2
23096 builtin and then its argument prototype would still apply. */
23097 char feenableexcept ();
23106 rm -f conftest.
$ac_objext conftest
$ac_exeext
23107 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23108 (eval $ac_link) 2>conftest.er1
23110 grep -v '^ *+' conftest.er1
>conftest.err
23112 cat conftest.err
>&5
23113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23114 (exit $ac_status); } &&
23115 { ac_try
='test -z "$ac_c_werror_flag"
23116 || test ! -s conftest.err'
23117 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23118 (eval $ac_try) 2>&5
23120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23121 (exit $ac_status); }; } &&
23122 { ac_try
='test -s conftest$ac_exeext'
23123 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23124 (eval $ac_try) 2>&5
23126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23127 (exit $ac_status); }; }; then
23128 ac_cv_lib_m_feenableexcept
=yes
23130 echo "$as_me: failed program was:" >&5
23131 sed 's/^/| /' conftest.
$ac_ext >&5
23133 ac_cv_lib_m_feenableexcept
=no
23135 rm -f conftest.err conftest.
$ac_objext \
23136 conftest
$ac_exeext conftest.
$ac_ext
23137 LIBS
=$ac_check_lib_save_LIBS
23139 echo "$as_me:$LINENO: result: $ac_cv_lib_m_feenableexcept" >&5
23140 echo "${ECHO_T}$ac_cv_lib_m_feenableexcept" >&6
23141 if test $ac_cv_lib_m_feenableexcept = yes; then
23142 have_feenableexcept
=yes
23143 cat >>confdefs.h
<<\_ACEOF
23144 #define HAVE_FEENABLEEXCEPT 1
23150 # Check for SysV fpsetmask
23152 echo "$as_me:$LINENO: checking whether fpsetmask is present" >&5
23153 echo $ECHO_N "checking whether fpsetmask is present... $ECHO_C" >&6
23154 if test "${have_fpsetmask+set}" = set; then
23155 echo $ECHO_N "(cached) $ECHO_C" >&6
23158 if test x
$gcc_no_link = xyes
; then
23159 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
23160 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
23161 { (exit 1); exit 1; }; }
23163 cat >conftest.
$ac_ext <<_ACEOF
23166 cat confdefs.h
>>conftest.
$ac_ext
23167 cat >>conftest.
$ac_ext <<_ACEOF
23168 /* end confdefs.h. */
23170 #if HAVE_FLOATINGPOINT_H
23171 # include <floatingpoint.h>
23172 #endif /* HAVE_FLOATINGPOINT_H */
23174 # include <ieeefp.h>
23175 #endif /* HAVE_IEEEFP_H */
23184 rm -f conftest.
$ac_objext conftest
$ac_exeext
23185 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23186 (eval $ac_link) 2>conftest.er1
23188 grep -v '^ *+' conftest.er1
>conftest.err
23190 cat conftest.err
>&5
23191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23192 (exit $ac_status); } &&
23193 { ac_try
='test -z "$ac_c_werror_flag"
23194 || test ! -s conftest.err'
23195 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23196 (eval $ac_try) 2>&5
23198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23199 (exit $ac_status); }; } &&
23200 { ac_try
='test -s conftest$ac_exeext'
23201 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23202 (eval $ac_try) 2>&5
23204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23205 (exit $ac_status); }; }; then
23206 eval "have_fpsetmask=yes"
23208 echo "$as_me: failed program was:" >&5
23209 sed 's/^/| /' conftest.
$ac_ext >&5
23211 eval "have_fpsetmask=no"
23213 rm -f conftest.err conftest.
$ac_objext \
23214 conftest
$ac_exeext conftest.
$ac_ext
23217 echo "$as_me:$LINENO: result: $have_fpsetmask" >&5
23218 echo "${ECHO_T}$have_fpsetmask" >&6
23219 if test x
"$have_fpsetmask" = xyes
; then
23221 cat >>confdefs.h
<<\_ACEOF
23222 #define HAVE_FPSETMASK 1
23228 # Check for AIX fp_trap and fp_enable
23229 echo "$as_me:$LINENO: checking for fp_trap" >&5
23230 echo $ECHO_N "checking for fp_trap... $ECHO_C" >&6
23231 if test "${ac_cv_func_fp_trap+set}" = set; then
23232 echo $ECHO_N "(cached) $ECHO_C" >&6
23234 if test x
$gcc_no_link = xyes
; then
23235 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
23236 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
23237 { (exit 1); exit 1; }; }
23239 cat >conftest.
$ac_ext <<_ACEOF
23242 cat confdefs.h
>>conftest.
$ac_ext
23243 cat >>conftest.
$ac_ext <<_ACEOF
23244 /* end confdefs.h. */
23245 /* Define fp_trap to an innocuous variant, in case <limits.h> declares fp_trap.
23246 For example, HP-UX 11i <limits.h> declares gettimeofday. */
23247 #define fp_trap innocuous_fp_trap
23249 /* System header to define __stub macros and hopefully few prototypes,
23250 which can conflict with char fp_trap (); below.
23251 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23252 <limits.h> exists even on freestanding compilers. */
23255 # include <limits.h>
23257 # include <assert.h>
23262 /* Override any gcc2 internal prototype to avoid an error. */
23267 /* We use char because int might match the return type of a gcc2
23268 builtin and then its argument prototype would still apply. */
23270 /* The GNU C library defines this for functions which it implements
23271 to always fail with ENOSYS. Some functions are actually named
23272 something starting with __ and the normal name is an alias. */
23273 #if defined (__stub_fp_trap) || defined (__stub___fp_trap)
23276 char (*f) () = fp_trap;
23285 return f != fp_trap;
23290 rm -f conftest.
$ac_objext conftest
$ac_exeext
23291 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23292 (eval $ac_link) 2>conftest.er1
23294 grep -v '^ *+' conftest.er1
>conftest.err
23296 cat conftest.err
>&5
23297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23298 (exit $ac_status); } &&
23299 { ac_try
='test -z "$ac_c_werror_flag"
23300 || test ! -s conftest.err'
23301 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23302 (eval $ac_try) 2>&5
23304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23305 (exit $ac_status); }; } &&
23306 { ac_try
='test -s conftest$ac_exeext'
23307 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23308 (eval $ac_try) 2>&5
23310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23311 (exit $ac_status); }; }; then
23312 ac_cv_func_fp_trap
=yes
23314 echo "$as_me: failed program was:" >&5
23315 sed 's/^/| /' conftest.
$ac_ext >&5
23317 ac_cv_func_fp_trap
=no
23319 rm -f conftest.err conftest.
$ac_objext \
23320 conftest
$ac_exeext conftest.
$ac_ext
23322 echo "$as_me:$LINENO: result: $ac_cv_func_fp_trap" >&5
23323 echo "${ECHO_T}$ac_cv_func_fp_trap" >&6
23324 if test $ac_cv_func_fp_trap = yes; then
23326 cat >>confdefs.h
<<\_ACEOF
23327 #define HAVE_FP_TRAP 1
23332 echo "$as_me:$LINENO: checking for fp_enable" >&5
23333 echo $ECHO_N "checking for fp_enable... $ECHO_C" >&6
23334 if test "${ac_cv_func_fp_enable+set}" = set; then
23335 echo $ECHO_N "(cached) $ECHO_C" >&6
23337 if test x
$gcc_no_link = xyes
; then
23338 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
23339 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
23340 { (exit 1); exit 1; }; }
23342 cat >conftest.
$ac_ext <<_ACEOF
23345 cat confdefs.h
>>conftest.
$ac_ext
23346 cat >>conftest.
$ac_ext <<_ACEOF
23347 /* end confdefs.h. */
23348 /* Define fp_enable to an innocuous variant, in case <limits.h> declares fp_enable.
23349 For example, HP-UX 11i <limits.h> declares gettimeofday. */
23350 #define fp_enable innocuous_fp_enable
23352 /* System header to define __stub macros and hopefully few prototypes,
23353 which can conflict with char fp_enable (); below.
23354 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
23355 <limits.h> exists even on freestanding compilers. */
23358 # include <limits.h>
23360 # include <assert.h>
23365 /* Override any gcc2 internal prototype to avoid an error. */
23370 /* We use char because int might match the return type of a gcc2
23371 builtin and then its argument prototype would still apply. */
23373 /* The GNU C library defines this for functions which it implements
23374 to always fail with ENOSYS. Some functions are actually named
23375 something starting with __ and the normal name is an alias. */
23376 #if defined (__stub_fp_enable) || defined (__stub___fp_enable)
23379 char (*f) () = fp_enable;
23388 return f != fp_enable;
23393 rm -f conftest.
$ac_objext conftest
$ac_exeext
23394 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23395 (eval $ac_link) 2>conftest.er1
23397 grep -v '^ *+' conftest.er1
>conftest.err
23399 cat conftest.err
>&5
23400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23401 (exit $ac_status); } &&
23402 { ac_try
='test -z "$ac_c_werror_flag"
23403 || test ! -s conftest.err'
23404 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23405 (eval $ac_try) 2>&5
23407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23408 (exit $ac_status); }; } &&
23409 { ac_try
='test -s conftest$ac_exeext'
23410 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23411 (eval $ac_try) 2>&5
23413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23414 (exit $ac_status); }; }; then
23415 ac_cv_func_fp_enable
=yes
23417 echo "$as_me: failed program was:" >&5
23418 sed 's/^/| /' conftest.
$ac_ext >&5
23420 ac_cv_func_fp_enable
=no
23422 rm -f conftest.err conftest.
$ac_objext \
23423 conftest
$ac_exeext conftest.
$ac_ext
23425 echo "$as_me:$LINENO: result: $ac_cv_func_fp_enable" >&5
23426 echo "${ECHO_T}$ac_cv_func_fp_enable" >&6
23427 if test $ac_cv_func_fp_enable = yes; then
23429 cat >>confdefs.h
<<\_ACEOF
23430 #define HAVE_FP_ENABLE 1
23436 # Runs configure.host to set up necessary host-dependent shell variables.
23437 # We then display a message about it, and propagate them through the
23439 .
${srcdir}/configure.
host
23440 { echo "$as_me:$LINENO: FPU dependent file will be ${fpu_host}.h" >&5
23441 echo "$as_me: FPU dependent file will be ${fpu_host}.h" >&6;}
23442 FPU_HOST_HEADER
=config
/${fpu_host}.h
23445 # Attempt to assert that the target is of common type in case we don't
23446 # have C99 integer types at all.
23448 echo "$as_me:$LINENO: checking whether the target is ILP32" >&5
23449 echo $ECHO_N "checking whether the target is ILP32... $ECHO_C" >&6
23450 if test "${target_ilp32+set}" = set; then
23451 echo $ECHO_N "(cached) $ECHO_C" >&6
23454 save_CFLAGS
="$CFLAGS"
23456 if test x
$gcc_no_link = xyes
; then
23457 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
23458 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
23459 { (exit 1); exit 1; }; }
23461 cat >conftest.
$ac_ext <<_ACEOF
23464 cat confdefs.h
>>conftest.
$ac_ext
23465 cat >>conftest.
$ac_ext <<_ACEOF
23466 /* end confdefs.h. */
23472 if (sizeof(int) == 4 && sizeof(long) == 4 && sizeof(void *) == 4)
23475 undefined_function ();
23481 rm -f conftest.
$ac_objext conftest
$ac_exeext
23482 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23483 (eval $ac_link) 2>conftest.er1
23485 grep -v '^ *+' conftest.er1
>conftest.err
23487 cat conftest.err
>&5
23488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23489 (exit $ac_status); } &&
23490 { ac_try
='test -z "$ac_c_werror_flag"
23491 || test ! -s conftest.err'
23492 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23493 (eval $ac_try) 2>&5
23495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23496 (exit $ac_status); }; } &&
23497 { ac_try
='test -s conftest$ac_exeext'
23498 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23499 (eval $ac_try) 2>&5
23501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23502 (exit $ac_status); }; }; then
23505 echo "$as_me: failed program was:" >&5
23506 sed 's/^/| /' conftest.
$ac_ext >&5
23510 rm -f conftest.err conftest.
$ac_objext \
23511 conftest
$ac_exeext conftest.
$ac_ext
23512 CFLAGS
="$save_CFLAGS"
23514 echo "$as_me:$LINENO: result: $target_ilp32" >&5
23515 echo "${ECHO_T}$target_ilp32" >&6
23516 if test $target_ilp32 = yes; then
23518 cat >>confdefs.h
<<\_ACEOF
23519 #define TARGET_ILP32 1
23525 # Check out attribute support.
23527 echo "$as_me:$LINENO: checking whether the target supports hidden visibility" >&5
23528 echo $ECHO_N "checking whether the target supports hidden visibility... $ECHO_C" >&6
23529 if test "${have_attribute_visibility+set}" = set; then
23530 echo $ECHO_N "(cached) $ECHO_C" >&6
23533 save_CFLAGS
="$CFLAGS"
23534 CFLAGS
="$CFLAGS -Werror"
23535 cat >conftest.
$ac_ext <<_ACEOF
23538 cat confdefs.h
>>conftest.
$ac_ext
23539 cat >>conftest.
$ac_ext <<_ACEOF
23540 /* end confdefs.h. */
23541 void __attribute__((visibility("hidden"))) foo(void) { }
23550 rm -f conftest.
$ac_objext
23551 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23552 (eval $ac_compile) 2>conftest.er1
23554 grep -v '^ *+' conftest.er1
>conftest.err
23556 cat conftest.err
>&5
23557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23558 (exit $ac_status); } &&
23559 { ac_try
='test -z "$ac_c_werror_flag"
23560 || test ! -s conftest.err'
23561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23562 (eval $ac_try) 2>&5
23564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23565 (exit $ac_status); }; } &&
23566 { ac_try
='test -s conftest.$ac_objext'
23567 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23568 (eval $ac_try) 2>&5
23570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23571 (exit $ac_status); }; }; then
23572 have_attribute_visibility
=yes
23574 echo "$as_me: failed program was:" >&5
23575 sed 's/^/| /' conftest.
$ac_ext >&5
23577 have_attribute_visibility
=no
23579 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23580 CFLAGS
="$save_CFLAGS"
23582 echo "$as_me:$LINENO: result: $have_attribute_visibility" >&5
23583 echo "${ECHO_T}$have_attribute_visibility" >&6
23584 if test $have_attribute_visibility = yes; then
23586 cat >>confdefs.h
<<\_ACEOF
23587 #define HAVE_ATTRIBUTE_VISIBILITY 1
23592 echo "$as_me:$LINENO: checking whether the target supports dllexport" >&5
23593 echo $ECHO_N "checking whether the target supports dllexport... $ECHO_C" >&6
23594 if test "${have_attribute_dllexport+set}" = set; then
23595 echo $ECHO_N "(cached) $ECHO_C" >&6
23598 save_CFLAGS
="$CFLAGS"
23599 CFLAGS
="$CFLAGS -Werror"
23600 cat >conftest.
$ac_ext <<_ACEOF
23603 cat confdefs.h
>>conftest.
$ac_ext
23604 cat >>conftest.
$ac_ext <<_ACEOF
23605 /* end confdefs.h. */
23606 void __attribute__((dllexport)) foo(void) { }
23615 rm -f conftest.
$ac_objext
23616 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23617 (eval $ac_compile) 2>conftest.er1
23619 grep -v '^ *+' conftest.er1
>conftest.err
23621 cat conftest.err
>&5
23622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23623 (exit $ac_status); } &&
23624 { ac_try
='test -z "$ac_c_werror_flag"
23625 || test ! -s conftest.err'
23626 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23627 (eval $ac_try) 2>&5
23629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23630 (exit $ac_status); }; } &&
23631 { ac_try
='test -s conftest.$ac_objext'
23632 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23633 (eval $ac_try) 2>&5
23635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23636 (exit $ac_status); }; }; then
23637 have_attribute_dllexport
=yes
23639 echo "$as_me: failed program was:" >&5
23640 sed 's/^/| /' conftest.
$ac_ext >&5
23642 have_attribute_dllexport
=no
23644 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23645 CFLAGS
="$save_CFLAGS"
23647 echo "$as_me:$LINENO: result: $have_attribute_dllexport" >&5
23648 echo "${ECHO_T}$have_attribute_dllexport" >&6
23649 if test $have_attribute_dllexport = yes; then
23651 cat >>confdefs.h
<<\_ACEOF
23652 #define HAVE_ATTRIBUTE_DLLEXPORT 1
23657 echo "$as_me:$LINENO: checking whether the target supports symbol aliases" >&5
23658 echo $ECHO_N "checking whether the target supports symbol aliases... $ECHO_C" >&6
23659 if test "${have_attribute_alias+set}" = set; then
23660 echo $ECHO_N "(cached) $ECHO_C" >&6
23663 if test x
$gcc_no_link = xyes
; then
23664 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
23665 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
23666 { (exit 1); exit 1; }; }
23668 cat >conftest.
$ac_ext <<_ACEOF
23671 cat confdefs.h
>>conftest.
$ac_ext
23672 cat >>conftest.
$ac_ext <<_ACEOF
23673 /* end confdefs.h. */
23676 extern void bar(void) __attribute__((alias("foo")));
23685 rm -f conftest.
$ac_objext conftest
$ac_exeext
23686 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23687 (eval $ac_link) 2>conftest.er1
23689 grep -v '^ *+' conftest.er1
>conftest.err
23691 cat conftest.err
>&5
23692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23693 (exit $ac_status); } &&
23694 { ac_try
='test -z "$ac_c_werror_flag"
23695 || test ! -s conftest.err'
23696 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23697 (eval $ac_try) 2>&5
23699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23700 (exit $ac_status); }; } &&
23701 { ac_try
='test -s conftest$ac_exeext'
23702 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23703 (eval $ac_try) 2>&5
23705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23706 (exit $ac_status); }; }; then
23707 have_attribute_alias
=yes
23709 echo "$as_me: failed program was:" >&5
23710 sed 's/^/| /' conftest.
$ac_ext >&5
23712 have_attribute_alias
=no
23714 rm -f conftest.err conftest.
$ac_objext \
23715 conftest
$ac_exeext conftest.
$ac_ext
23717 echo "$as_me:$LINENO: result: $have_attribute_alias" >&5
23718 echo "${ECHO_T}$have_attribute_alias" >&6
23719 if test $have_attribute_alias = yes; then
23721 cat >>confdefs.h
<<\_ACEOF
23722 #define HAVE_ATTRIBUTE_ALIAS 1
23727 # Check out sync builtins support.
23729 echo "$as_me:$LINENO: checking whether the target supports __sync_fetch_and_add" >&5
23730 echo $ECHO_N "checking whether the target supports __sync_fetch_and_add... $ECHO_C" >&6
23731 if test "${have_sync_fetch_and_add+set}" = set; then
23732 echo $ECHO_N "(cached) $ECHO_C" >&6
23735 if test x
$gcc_no_link = xyes
; then
23736 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
23737 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
23738 { (exit 1); exit 1; }; }
23740 cat >conftest.
$ac_ext <<_ACEOF
23743 cat confdefs.h
>>conftest.
$ac_ext
23744 cat >>conftest.
$ac_ext <<_ACEOF
23745 /* end confdefs.h. */
23751 if (foovar <= 0) return __sync_fetch_and_add (&foovar, 1);
23752 if (foovar > 10) return __sync_add_and_fetch (&foovar, -1);
23757 rm -f conftest.
$ac_objext conftest
$ac_exeext
23758 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23759 (eval $ac_link) 2>conftest.er1
23761 grep -v '^ *+' conftest.er1
>conftest.err
23763 cat conftest.err
>&5
23764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23765 (exit $ac_status); } &&
23766 { ac_try
='test -z "$ac_c_werror_flag"
23767 || test ! -s conftest.err'
23768 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23769 (eval $ac_try) 2>&5
23771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23772 (exit $ac_status); }; } &&
23773 { ac_try
='test -s conftest$ac_exeext'
23774 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23775 (eval $ac_try) 2>&5
23777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23778 (exit $ac_status); }; }; then
23779 have_sync_fetch_and_add
=yes
23781 echo "$as_me: failed program was:" >&5
23782 sed 's/^/| /' conftest.
$ac_ext >&5
23784 have_sync_fetch_and_add
=no
23786 rm -f conftest.err conftest.
$ac_objext \
23787 conftest
$ac_exeext conftest.
$ac_ext
23789 echo "$as_me:$LINENO: result: $have_sync_fetch_and_add" >&5
23790 echo "${ECHO_T}$have_sync_fetch_and_add" >&6
23791 if test $have_sync_fetch_and_add = yes; then
23793 cat >>confdefs.h
<<\_ACEOF
23794 #define HAVE_SYNC_FETCH_AND_ADD 1
23799 # Check out thread support.
23801 echo "$as_me:$LINENO: checking configured target thread model" >&5
23802 echo $ECHO_N "checking configured target thread model... $ECHO_C" >&6
23803 if test "${target_thread_file+set}" = set; then
23804 echo $ECHO_N "(cached) $ECHO_C" >&6
23807 target_thread_file
=`$CC -v 2>&1 | sed -n 's/^Thread model: //p'`
23809 echo "$as_me:$LINENO: result: $target_thread_file" >&5
23810 echo "${ECHO_T}$target_thread_file" >&6
23812 if test $target_thread_file != single
; then
23814 cat >>confdefs.h
<<\_ACEOF
23815 #define HAVE_GTHR_DEFAULT 1
23820 # Check out #pragma weak.
23822 echo "$as_me:$LINENO: checking whether pragma weak works" >&5
23823 echo $ECHO_N "checking whether pragma weak works... $ECHO_C" >&6
23824 if test "${have_pragma_weak+set}" = set; then
23825 echo $ECHO_N "(cached) $ECHO_C" >&6
23828 gfor_save_CFLAGS
="$CFLAGS"
23829 CFLAGS
="$CFLAGS -Wunknown-pragmas"
23830 cat >conftest.
$ac_ext <<_ACEOF
23833 cat confdefs.h
>>conftest.
$ac_ext
23834 cat >>conftest.
$ac_ext <<_ACEOF
23835 /* end confdefs.h. */
23846 rm -f conftest.
$ac_objext
23847 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
23848 (eval $ac_compile) 2>conftest.er1
23850 grep -v '^ *+' conftest.er1
>conftest.err
23852 cat conftest.err
>&5
23853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23854 (exit $ac_status); } &&
23855 { ac_try
='test -z "$ac_c_werror_flag"
23856 || test ! -s conftest.err'
23857 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23858 (eval $ac_try) 2>&5
23860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23861 (exit $ac_status); }; } &&
23862 { ac_try
='test -s conftest.$ac_objext'
23863 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23864 (eval $ac_try) 2>&5
23866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23867 (exit $ac_status); }; }; then
23868 have_pragma_weak
=yes
23870 echo "$as_me: failed program was:" >&5
23871 sed 's/^/| /' conftest.
$ac_ext >&5
23873 have_pragma_weak
=no
23875 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
23877 echo "$as_me:$LINENO: result: $have_pragma_weak" >&5
23878 echo "${ECHO_T}$have_pragma_weak" >&6
23879 if test $have_pragma_weak = yes; then
23881 cat >>confdefs.h
<<\_ACEOF
23882 #define SUPPORTS_WEAK 1
23887 *-*-darwin* |
*-*-hpux* |
*-*-cygwin*)
23889 cat >>confdefs.h
<<\_ACEOF
23890 #define GTHREAD_USE_WEAK 0
23896 # Various other checks on target
23898 echo "$as_me:$LINENO: checking whether the target can unlink an open file" >&5
23899 echo $ECHO_N "checking whether the target can unlink an open file... $ECHO_C" >&6
23900 if test "${have_unlink_open_file+set}" = set; then
23901 echo $ECHO_N "(cached) $ECHO_C" >&6
23904 if test "$cross_compiling" = yes; then
23906 case "${target}" in
23907 *mingw
*) have_unlink_open_file
=no
;;
23908 *) have_unlink_open_file
=yes;;
23911 cat >conftest.
$ac_ext <<_ACEOF
23914 cat confdefs.h
>>conftest.
$ac_ext
23915 cat >>conftest.
$ac_ext <<_ACEOF
23916 /* end confdefs.h. */
23920 #include <unistd.h>
23921 #include <sys/stat.h>
23927 fd = open ("testfile", O_RDWR | O_CREAT, S_IWRITE | S_IREAD);
23930 if (unlink ("testfile") == -1)
23932 write (fd, "This is a test\n", 15);
23935 if (open ("testfile", O_RDONLY, S_IWRITE | S_IREAD) == -1 && errno == ENOENT)
23941 rm -f conftest
$ac_exeext
23942 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23943 (eval $ac_link) 2>&5
23945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23946 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
23947 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23948 (eval $ac_try) 2>&5
23950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23951 (exit $ac_status); }; }; then
23952 have_unlink_open_file
=yes
23954 echo "$as_me: program exited with status $ac_status" >&5
23955 echo "$as_me: failed program was:" >&5
23956 sed 's/^/| /' conftest.
$ac_ext >&5
23958 ( exit $ac_status )
23959 have_unlink_open_file
=no
23961 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
23964 echo "$as_me:$LINENO: result: $have_unlink_open_file" >&5
23965 echo "${ECHO_T}$have_unlink_open_file" >&6
23966 if test x
"$have_unlink_open_file" = xyes
; then
23968 cat >>confdefs.h
<<\_ACEOF
23969 #define HAVE_UNLINK_OPEN_FILE 1
23974 # Check whether line terminator is LF or CRLF
23976 echo "$as_me:$LINENO: checking whether the target has CRLF as line terminator" >&5
23977 echo $ECHO_N "checking whether the target has CRLF as line terminator... $ECHO_C" >&6
23978 if test "${have_crlf+set}" = set; then
23979 echo $ECHO_N "(cached) $ECHO_C" >&6
23982 if test "$cross_compiling" = yes; then
23984 case "${target}" in
23985 *mingw
*) have_crlf
=yes ;;
23989 cat >conftest.
$ac_ext <<_ACEOF
23992 cat confdefs.h
>>conftest.
$ac_ext
23993 cat >>conftest.
$ac_ext <<_ACEOF
23994 /* end confdefs.h. */
23996 /* This test program should exit with status 0 if system uses a CRLF as
23997 line terminator, and status 1 otherwise.
23998 Since it is used to check for mingw systems, and should return 0 in any
23999 other case, in case of a failure we will not use CRLF. */
24000 #include <sys/stat.h>
24001 #include <stdlib.h>
24013 fd = open ("foo", O_WRONLY | O_CREAT | O_TRUNC, S_IRWXU);
24016 if (write (fd, "\n", 1) < 0)
24021 if ((fd = open ("foo", O_RDONLY | O_BINARY, S_IRWXU)) < 0)
24023 bytes = read (fd, buff, 5);
24024 if (bytes == 2 && buff[0] == '\r' && buff[1] == '\n')
24031 rm -f conftest
$ac_exeext
24032 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24033 (eval $ac_link) 2>&5
24035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24036 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
24037 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24038 (eval $ac_try) 2>&5
24040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24041 (exit $ac_status); }; }; then
24044 echo "$as_me: program exited with status $ac_status" >&5
24045 echo "$as_me: failed program was:" >&5
24046 sed 's/^/| /' conftest.
$ac_ext >&5
24048 ( exit $ac_status )
24051 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
24054 echo "$as_me:$LINENO: result: $have_crlf" >&5
24055 echo "${ECHO_T}$have_crlf" >&6
24056 if test x
"$have_crlf" = xyes
; then
24058 cat >>confdefs.h
<<\_ACEOF
24059 #define HAVE_CRLF 1
24064 cat >confcache
<<\_ACEOF
24065 # This file is a shell script that caches the results of configure
24066 # tests run on this system so they can be shared between configure
24067 # scripts and configure runs, see configure's option --config-cache.
24068 # It is not useful on other systems. If it contains results you don't
24069 # want to keep, you may remove or edit it.
24071 # config.status only pays attention to the cache file if you give it
24072 # the --recheck option to rerun configure.
24074 # `ac_cv_env_foo' variables (set or unset) will be overridden when
24075 # loading this file, other *unset* `ac_cv_foo' will be assigned the
24076 # following values.
24080 # The following way of writing the cache mishandles newlines in values,
24081 # but we know of no workaround that is simple, portable, and efficient.
24082 # So, don't put newlines in cache variables' values.
24083 # Ultrix sh set writes to stderr and can't be redirected directly,
24084 # and sets the high bit in the cache file unless we assign to the vars.
24087 case `(ac_space=' '; set | grep ac_space) 2>&1` in
24089 # `set' does not quote correctly, so add quotes (double-quote
24090 # substitution turns \\\\ into \\, and sed turns \\ into \).
24093 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
24096 # `set' quotes correctly as required by POSIX, so do not add quotes.
24098 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
24105 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
24107 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
24109 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
24110 if test -w $cache_file; then
24111 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
24112 cat confcache
>$cache_file
24114 echo "not updating unwritable cache $cache_file"
24119 if test ${multilib} = yes; then
24120 multilib_arg
="--enable-multilib"
24125 # Write our Makefile.
24126 ac_config_files
="$ac_config_files Makefile"
24128 cat >confcache
<<\_ACEOF
24129 # This file is a shell script that caches the results of configure
24130 # tests run on this system so they can be shared between configure
24131 # scripts and configure runs, see configure's option --config-cache.
24132 # It is not useful on other systems. If it contains results you don't
24133 # want to keep, you may remove or edit it.
24135 # config.status only pays attention to the cache file if you give it
24136 # the --recheck option to rerun configure.
24138 # `ac_cv_env_foo' variables (set or unset) will be overridden when
24139 # loading this file, other *unset* `ac_cv_foo' will be assigned the
24140 # following values.
24144 # The following way of writing the cache mishandles newlines in values,
24145 # but we know of no workaround that is simple, portable, and efficient.
24146 # So, don't put newlines in cache variables' values.
24147 # Ultrix sh set writes to stderr and can't be redirected directly,
24148 # and sets the high bit in the cache file unless we assign to the vars.
24151 case `(ac_space=' '; set | grep ac_space) 2>&1` in
24153 # `set' does not quote correctly, so add quotes (double-quote
24154 # substitution turns \\\\ into \\, and sed turns \\ into \).
24157 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
24160 # `set' quotes correctly as required by POSIX, so do not add quotes.
24162 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
24169 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
24171 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
24173 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
24174 if test -w $cache_file; then
24175 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
24176 cat confcache
>$cache_file
24178 echo "not updating unwritable cache $cache_file"
24183 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
24184 # Let make expand exec_prefix.
24185 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
24187 # VPATH may cause trouble with some makes, so we remove $(srcdir),
24188 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
24189 # trailing colons and then remove the whole line if VPATH becomes empty
24190 # (actually we leave an empty line to preserve line numbers).
24191 if test "x$srcdir" = x.
; then
24192 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
24193 s/:*\$(srcdir):*/:/;
24194 s/:*\${srcdir}:*/:/;
24196 s/^\([^=]*=[ ]*\):*/\1/;
24202 DEFS
=-DHAVE_CONFIG_H
24206 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
24207 # 1. Remove the extension, and $U if already installed.
24208 ac_i
=`echo "$ac_i" |
24209 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
24211 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
24212 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
24214 LIBOBJS
=$ac_libobjs
24216 LTLIBOBJS
=$ac_ltlibobjs
24219 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
24220 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
24221 Usually this means the macro was only invoked conditionally." >&5
24222 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
24223 Usually this means the macro was only invoked conditionally." >&2;}
24224 { (exit 1); exit 1; }; }
24226 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
24227 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
24228 Usually this means the macro was only invoked conditionally." >&5
24229 echo "$as_me: error: conditional \"AMDEP\" was never defined.
24230 Usually this means the macro was only invoked conditionally." >&2;}
24231 { (exit 1); exit 1; }; }
24233 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
24234 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
24235 Usually this means the macro was only invoked conditionally." >&5
24236 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
24237 Usually this means the macro was only invoked conditionally." >&2;}
24238 { (exit 1); exit 1; }; }
24241 : ${CONFIG_STATUS=./config.status}
24242 ac_clean_files_save
=$ac_clean_files
24243 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
24244 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
24245 echo "$as_me: creating $CONFIG_STATUS" >&6;}
24246 cat >$CONFIG_STATUS <<_ACEOF
24248 # Generated by $as_me.
24249 # Run this file to recreate the current configuration.
24250 # Compiler output produced by configure, useful for debugging
24251 # configure, is in config.log if it exists.
24254 ac_cs_recheck=false
24256 SHELL=\${CONFIG_SHELL-$SHELL}
24259 cat >>$CONFIG_STATUS <<\_ACEOF
24260 ## --------------------- ##
24261 ## M4sh Initialization. ##
24262 ## --------------------- ##
24264 # Be Bourne compatible
24265 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
24268 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
24269 # is contrary to our usage. Disable this feature.
24270 alias -g '${1+"$@"}'='"$@"'
24271 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
24274 DUALCASE
=1; export DUALCASE
# for MKS sh
24276 # Support unset when possible.
24277 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
24284 # Work around bugs in pre-3.0 UWIN ksh.
24285 $as_unset ENV MAIL MAILPATH
24292 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
24293 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
24294 LC_TELEPHONE LC_TIME
24296 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
24297 eval $as_var=C
; export $as_var
24303 # Required to use basename.
24304 if expr a
: '\(a\)' >/dev
/null
2>&1; then
24310 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
24311 as_basename
=basename
24317 # Name of the executable.
24318 as_me
=`$as_basename "$0" ||
24319 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
24320 X"$0" : 'X\(//\)$' \| \
24321 X"$0" : 'X\(/\)$' \| \
24322 . : '\(.\)' 2>/dev/null ||
24324 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
24325 /^X\/\(\/\/\)$/{ s//\1/; q; }
24326 /^X\/\(\/\).*/{ s//\1/; q; }
24330 # PATH needs CR, and LINENO needs CR and PATH.
24331 # Avoid depending upon Character Ranges.
24332 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
24333 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
24334 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
24335 as_cr_digits
='0123456789'
24336 as_cr_alnum
=$as_cr_Letters$as_cr_digits
24338 # The user is always right.
24339 if test "${PATH_SEPARATOR+set}" != set; then
24340 echo "#! /bin/sh" >conf$$.sh
24341 echo "exit 0" >>conf$$.sh
24343 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
24352 as_lineno_1
=$LINENO
24353 as_lineno_2
=$LINENO
24354 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
24355 test "x$as_lineno_1" != "x$as_lineno_2" &&
24356 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
24357 # Find who we are. Look in the path if we contain no path at all
24360 *[\\/]* ) as_myself
=$0 ;;
24361 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
24362 for as_dir
in $PATH
24365 test -z "$as_dir" && as_dir
=.
24366 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
24371 # We did not find ourselves, most probably we were run as `sh COMMAND'
24372 # in which case we are not to be found in the path.
24373 if test "x$as_myself" = x
; then
24376 if test ! -f "$as_myself"; then
24377 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
24378 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
24379 { (exit 1); exit 1; }; }
24381 case $CONFIG_SHELL in
24383 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
24384 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
24387 test -z "$as_dir" && as_dir
=.
24388 for as_base
in sh bash ksh sh5
; do
24391 if ("$as_dir/$as_base" -c '
24392 as_lineno_1=$LINENO
24393 as_lineno_2=$LINENO
24394 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
24395 test "x$as_lineno_1" != "x$as_lineno_2" &&
24396 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
24397 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
24398 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
24399 CONFIG_SHELL
=$as_dir/$as_base
24400 export CONFIG_SHELL
24401 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
24409 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
24410 # uniformly replaced by the line number. The first 'sed' inserts a
24411 # line-number line before each line; the second 'sed' does the real
24412 # work. The second script uses 'N' to pair each line-number line
24413 # with the numbered line, and appends trailing '-' during
24414 # substitution so that $LINENO is not a special case at line end.
24415 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
24416 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
24417 sed '=' <$as_myself |
24422 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
24425 s,^['$as_cr_digits']*\n,,
24426 ' >$as_me.lineno
&&
24427 chmod +x
$as_me.lineno ||
24428 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
24429 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
24430 { (exit 1); exit 1; }; }
24432 # Don't try to exec as it changes $[0], causing all sort of problems
24433 # (the dirname of $[0] is not the place where we might find the
24434 # original and so on. Autoconf is especially sensible to this).
24436 # Exit status is that of the last command.
24441 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
24442 *c
*,-n*) ECHO_N
= ECHO_C
='
24444 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
24445 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
24448 if expr a
: '\(a\)' >/dev
/null
2>&1; then
24454 rm -f conf$$ conf$$.exe conf$$.
file
24456 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
24457 # We could just check for DJGPP; but this test a) works b) is more generic
24458 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
24459 if test -f conf$$.exe
; then
24460 # Don't use ln at all; we don't have any links
24465 elif ln conf$$.
file conf$$
2>/dev
/null
; then
24470 rm -f conf$$ conf$$.exe conf$$.
file
24472 if mkdir
-p .
2>/dev
/null
; then
24475 test -d .
/-p && rmdir .
/-p
24479 as_executable_p
="test -f"
24481 # Sed expression to map a string onto a valid CPP name.
24482 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
24484 # Sed expression to map a string onto a valid variable name.
24485 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
24489 # We need space, tab and new line, in precisely that order.
24499 # Open the log real soon, to keep \$[0] and so on meaningful, and to
24500 # report actual input values of CONFIG_FILES etc. instead of their
24501 # values after options handling. Logging --version etc. is OK.
24505 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
24506 ## Running $as_me. ##
24511 This file was extended by GNU Fortran Runtime Library $as_me 0.3, which was
24512 generated by GNU Autoconf 2.59. Invocation command line was
24514 CONFIG_FILES = $CONFIG_FILES
24515 CONFIG_HEADERS = $CONFIG_HEADERS
24516 CONFIG_LINKS = $CONFIG_LINKS
24517 CONFIG_COMMANDS = $CONFIG_COMMANDS
24521 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
24525 # Files that config.status was made for.
24526 if test -n "$ac_config_files"; then
24527 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
24530 if test -n "$ac_config_headers"; then
24531 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
24534 if test -n "$ac_config_links"; then
24535 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
24538 if test -n "$ac_config_commands"; then
24539 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
24542 cat >>$CONFIG_STATUS <<\_ACEOF
24545 \`$as_me' instantiates files from templates according to the
24546 current configuration.
24548 Usage: $0 [OPTIONS] [FILE]...
24550 -h, --help print this help, then exit
24551 -V, --version print version number, then exit
24552 -q, --quiet do not print progress messages
24553 -d, --debug don't remove temporary files
24554 --recheck update $as_me by reconfiguring in the same conditions
24555 --file=FILE[:TEMPLATE]
24556 instantiate the configuration file FILE
24557 --header=FILE[:TEMPLATE]
24558 instantiate the configuration header FILE
24560 Configuration files:
24563 Configuration headers:
24566 Configuration commands:
24569 Report bugs to <bug-autoconf@gnu.org>."
24572 cat >>$CONFIG_STATUS <<_ACEOF
24574 GNU Fortran Runtime Library config.status 0.3
24575 configured by $0, generated by GNU Autoconf 2.59,
24576 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
24578 Copyright (C) 2003 Free Software Foundation, Inc.
24579 This config.status script is free software; the Free Software Foundation
24580 gives unlimited permission to copy, distribute and modify it."
24585 cat >>$CONFIG_STATUS <<\_ACEOF
24586 # If no file are specified by the user, then we need to provide default
24587 # value. By we need to know if files were specified by the user.
24593 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
24594 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
24602 *) # This is not an option, so the user has probably given explicit
24605 ac_need_defaults
=false
;;
24609 # Handling of the options.
24611 cat >>$CONFIG_STATUS <<\_ACEOF
24612 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
24614 --version |
--vers* |
-V )
24615 echo "$ac_cs_version"; exit 0 ;;
24617 # Conflict between --help and --header
24618 { { echo "$as_me:$LINENO: error: ambiguous option: $1
24619 Try \`$0 --help' for more information." >&5
24620 echo "$as_me: error: ambiguous option: $1
24621 Try \`$0 --help' for more information." >&2;}
24622 { (exit 1); exit 1; }; };;
24623 --help |
--hel |
-h )
24624 echo "$ac_cs_usage"; exit 0 ;;
24625 --debug |
--d* |
-d )
24627 --file |
--fil |
--fi |
--f )
24629 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
24630 ac_need_defaults
=false
;;
24631 --header |
--heade |
--head |
--hea )
24633 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
24634 ac_need_defaults
=false
;;
24635 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
24636 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
24639 # This is an error.
24640 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
24641 Try \`$0 --help' for more information." >&5
24642 echo "$as_me: error: unrecognized option: $1
24643 Try \`$0 --help' for more information." >&2;}
24644 { (exit 1); exit 1; }; } ;;
24646 *) ac_config_targets
="$ac_config_targets $1" ;;
24652 ac_configure_extra_args
=
24654 if $ac_cs_silent; then
24656 ac_configure_extra_args
="$ac_configure_extra_args --silent"
24660 cat >>$CONFIG_STATUS <<_ACEOF
24661 if \$ac_cs_recheck; then
24662 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
24663 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
24668 cat >>$CONFIG_STATUS <<_ACEOF
24670 # INIT-COMMANDS section.
24677 with_multisubdir="$with_multisubdir"
24678 with_multisrctop="$with_multisrctop"
24679 with_target_subdir="$with_target_subdir"
24680 ac_configure_args="${multilib_arg} ${ac_configure_args}"
24681 multi_basedir="$multi_basedir"
24682 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
24684 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
24688 acx_cv_header_stdint="$acx_cv_header_stdint"
24689 acx_cv_type_int8_t="$acx_cv_type_int8_t"
24690 acx_cv_type_int16_t="$acx_cv_type_int16_t"
24691 acx_cv_type_int32_t="$acx_cv_type_int32_t"
24692 acx_cv_type_int64_t="$acx_cv_type_int64_t"
24693 acx_cv_type_intptr_t="$acx_cv_type_intptr_t"
24694 ac_cv_type_uintmax_t="$ac_cv_type_uintmax_t"
24695 ac_cv_type_uintptr_t="$ac_cv_type_uintptr_t"
24696 ac_cv_type_uint64_t="$ac_cv_type_uint64_t"
24697 ac_cv_type_u_int64_t="$ac_cv_type_u_int64_t"
24698 ac_cv_type_u_int32_t="$ac_cv_type_u_int32_t"
24699 ac_cv_type_int_least32_t="$ac_cv_type_int_least32_t"
24700 ac_cv_type_int_fast32_t="$ac_cv_type_int_fast32_t"
24701 ac_cv_sizeof_void_p="$ac_cv_sizeof_void_p"
24708 cat >>$CONFIG_STATUS <<\_ACEOF
24709 for ac_config_target
in $ac_config_targets
24711 case "$ac_config_target" in
24712 # Handling of arguments.
24713 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
24714 "default-1" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS default-1" ;;
24715 "depfiles" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
24716 "gstdint.h" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS gstdint.h" ;;
24717 "config.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS config.h" ;;
24718 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
24719 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
24720 { (exit 1); exit 1; }; };;
24724 # If the user did not use the arguments to specify the items to instantiate,
24725 # then the envvar interface is used. Set only those that are not.
24726 # We use the long form for the default assignment because of an extremely
24727 # bizarre bug on SunOS 4.1.3.
24728 if $ac_need_defaults; then
24729 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
24730 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
24731 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
24734 # Have a temporary directory for convenience. Make it in the build tree
24735 # simply because there is no reason to put it here, and in addition,
24736 # creating and moving files from /tmp can sometimes cause problems.
24737 # Create a temporary directory, and hook for its removal unless debugging.
24740 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
24741 trap '{ (exit 1); exit 1; }' 1 2 13 15
24744 # Create a (secure) tmp directory for tmp files.
24747 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
24748 test -n "$tmp" && test -d "$tmp"
24751 tmp
=.
/confstat$$
-$RANDOM
24752 (umask 077 && mkdir
$tmp)
24755 echo "$me: cannot create a temporary directory in ." >&2
24756 { (exit 1); exit 1; }
24761 cat >>$CONFIG_STATUS <<_ACEOF
24764 # CONFIG_FILES section.
24767 # No need to generate the scripts if there are no CONFIG_FILES.
24768 # This happens for instance when ./config.status config.h
24769 if test -n "\$CONFIG_FILES"; then
24770 # Protect against being on the right side of a sed subst in config.status.
24771 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
24772 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
24773 s,@SHELL@,$SHELL,;t t
24774 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
24775 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
24776 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
24777 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
24778 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
24779 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
24780 s,@exec_prefix@,$exec_prefix,;t t
24781 s,@prefix@,$prefix,;t t
24782 s,@program_transform_name@,$program_transform_name,;t t
24783 s,@bindir@,$bindir,;t t
24784 s,@sbindir@,$sbindir,;t t
24785 s,@libexecdir@,$libexecdir,;t t
24786 s,@datadir@,$datadir,;t t
24787 s,@sysconfdir@,$sysconfdir,;t t
24788 s,@sharedstatedir@,$sharedstatedir,;t t
24789 s,@localstatedir@,$localstatedir,;t t
24790 s,@libdir@,$libdir,;t t
24791 s,@includedir@,$includedir,;t t
24792 s,@oldincludedir@,$oldincludedir,;t t
24793 s,@infodir@,$infodir,;t t
24794 s,@mandir@,$mandir,;t t
24795 s,@build_alias@,$build_alias,;t t
24796 s,@host_alias@,$host_alias,;t t
24797 s,@target_alias@,$target_alias,;t t
24798 s,@DEFS@,$DEFS,;t t
24799 s,@ECHO_C@,$ECHO_C,;t t
24800 s,@ECHO_N@,$ECHO_N,;t t
24801 s,@ECHO_T@,$ECHO_T,;t t
24802 s,@LIBS@,$LIBS,;t t
24803 s,@build@,$build,;t t
24804 s,@build_cpu@,$build_cpu,;t t
24805 s,@build_vendor@,$build_vendor,;t t
24806 s,@build_os@,$build_os,;t t
24807 s,@build_libsubdir@,$build_libsubdir,;t t
24808 s,@build_subdir@,$build_subdir,;t t
24809 s,@host_subdir@,$host_subdir,;t t
24810 s,@target_subdir@,$target_subdir,;t t
24811 s,@host@,$host,;t t
24812 s,@host_cpu@,$host_cpu,;t t
24813 s,@host_vendor@,$host_vendor,;t t
24814 s,@host_os@,$host_os,;t t
24815 s,@target@,$target,;t t
24816 s,@target_cpu@,$target_cpu,;t t
24817 s,@target_vendor@,$target_vendor,;t t
24818 s,@target_os@,$target_os,;t t
24819 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
24820 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
24821 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
24822 s,@CYGPATH_W@,$CYGPATH_W,;t t
24823 s,@PACKAGE@,$PACKAGE,;t t
24824 s,@VERSION@,$VERSION,;t t
24825 s,@ACLOCAL@,$ACLOCAL,;t t
24826 s,@AUTOCONF@,$AUTOCONF,;t t
24827 s,@AUTOMAKE@,$AUTOMAKE,;t t
24828 s,@AUTOHEADER@,$AUTOHEADER,;t t
24829 s,@MAKEINFO@,$MAKEINFO,;t t
24830 s,@install_sh@,$install_sh,;t t
24831 s,@STRIP@,$STRIP,;t t
24832 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
24833 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
24834 s,@mkdir_p@,$mkdir_p,;t t
24836 s,@SET_MAKE@,$SET_MAKE,;t t
24837 s,@am__leading_dot@,$am__leading_dot,;t t
24838 s,@AMTAR@,$AMTAR,;t t
24839 s,@am__tar@,$am__tar,;t t
24840 s,@am__untar@,$am__untar,;t t
24841 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
24842 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
24843 s,@MAINT@,$MAINT,;t t
24844 s,@multi_basedir@,$multi_basedir,;t t
24845 s,@toolexecdir@,$toolexecdir,;t t
24846 s,@toolexeclibdir@,$toolexeclibdir,;t t
24848 s,@ac_ct_CC@,$ac_ct_CC,;t t
24849 s,@EXEEXT@,$EXEEXT,;t t
24850 s,@OBJEXT@,$OBJEXT,;t t
24851 s,@DEPDIR@,$DEPDIR,;t t
24852 s,@am__include@,$am__include,;t t
24853 s,@am__quote@,$am__quote,;t t
24854 s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
24855 s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
24856 s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
24857 s,@CCDEPMODE@,$CCDEPMODE,;t t
24858 s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
24859 s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
24860 s,@AM_FCFLAGS@,$AM_FCFLAGS,;t t
24861 s,@AM_CFLAGS@,$AM_CFLAGS,;t t
24863 s,@ac_ct_AS@,$ac_ct_AS,;t t
24865 s,@ac_ct_AR@,$ac_ct_AR,;t t
24866 s,@RANLIB@,$RANLIB,;t t
24867 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
24868 s,@LN_S@,$LN_S,;t t
24869 s,@LIBTOOL@,$LIBTOOL,;t t
24870 s,@enable_shared@,$enable_shared,;t t
24871 s,@enable_static@,$enable_static,;t t
24873 s,@FCFLAGS@,$FCFLAGS,;t t
24874 s,@LDFLAGS@,$LDFLAGS,;t t
24875 s,@ac_ct_FC@,$ac_ct_FC,;t t
24876 s,@extra_ldflags_libgfortran@,$extra_ldflags_libgfortran,;t t
24878 s,@CPPFLAGS@,$CPPFLAGS,;t t
24879 s,@EGREP@,$EGREP,;t t
24880 s,@FPU_HOST_HEADER@,$FPU_HOST_HEADER,;t t
24881 s,@LIBOBJS@,$LIBOBJS,;t t
24882 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
24887 cat >>$CONFIG_STATUS <<\_ACEOF
24888 # Split the substitutions into bite-sized pieces for seds with
24889 # small command number limits, like on Digital OSF/1 and HP-UX.
24890 ac_max_sed_lines
=48
24891 ac_sed_frag
=1 # Number of current file.
24892 ac_beg
=1 # First line for current file.
24893 ac_end
=$ac_max_sed_lines # Line after last line for current file.
24896 while $ac_more_lines; do
24897 if test $ac_beg -gt 1; then
24898 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
24900 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
24902 if test ! -s $tmp/subs.frag
; then
24903 ac_more_lines
=false
24905 # The purpose of the label and of the branching condition is to
24906 # speed up the sed processing (if there are no `@' at all, there
24907 # is no need to browse any of the substitutions).
24908 # These are the two extra sed commands mentioned above.
24910 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs-
$ac_sed_frag.
sed
24911 if test -z "$ac_sed_cmds"; then
24912 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
24914 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
24916 ac_sed_frag
=`expr $ac_sed_frag + 1`
24918 ac_end
=`expr $ac_end + $ac_max_sed_lines`
24921 if test -z "$ac_sed_cmds"; then
24924 fi # test -n "$CONFIG_FILES"
24927 cat >>$CONFIG_STATUS <<\_ACEOF
24928 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
24929 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
24931 - |
*:- |
*:-:* ) # input from stdin
24933 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
24934 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
24935 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
24936 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
24937 * ) ac_file_in
=$ac_file.
in ;;
24940 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
24941 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
24942 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
24943 X"$ac_file" : 'X\(//\)[^/]' \| \
24944 X"$ac_file" : 'X\(//\)$' \| \
24945 X"$ac_file" : 'X\(/\)' \| \
24946 . : '\(.\)' 2>/dev/null ||
24948 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
24949 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
24950 /^X\(\/\/\)$/{ s//\1/; q; }
24951 /^X\(\/\).*/{ s//\1/; q; }
24953 { if $as_mkdir_p; then
24958 while test ! -d "$as_dir"; do
24959 as_dirs
="$as_dir $as_dirs"
24960 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
24961 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
24962 X"$as_dir" : 'X\(//\)[^/]' \| \
24963 X"$as_dir" : 'X\(//\)$' \| \
24964 X"$as_dir" : 'X\(/\)' \| \
24965 . : '\(.\)' 2>/dev/null ||
24967 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
24968 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
24969 /^X\(\/\/\)$/{ s//\1/; q; }
24970 /^X\(\/\).*/{ s//\1/; q; }
24973 test ! -n "$as_dirs" || mkdir
$as_dirs
24974 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
24975 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
24976 { (exit 1); exit 1; }; }; }
24980 if test "$ac_dir" != .
; then
24981 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
24982 # A "../" for each directory in $ac_dir_suffix.
24983 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
24985 ac_dir_suffix
= ac_top_builddir
=
24989 .
) # No --srcdir option. We are building in place.
24991 if test -z "$ac_top_builddir"; then
24994 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
24996 [\\/]* | ?
:[\\/]* ) # Absolute path.
24997 ac_srcdir
=$srcdir$ac_dir_suffix;
24998 ac_top_srcdir
=$srcdir ;;
24999 *) # Relative path.
25000 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
25001 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
25004 # Do not use `cd foo && pwd` to compute absolute paths, because
25005 # the directories may not exist.
25007 .
) ac_abs_builddir
="$ac_dir";;
25010 .
) ac_abs_builddir
=`pwd`;;
25011 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
25012 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
25015 case $ac_abs_builddir in
25016 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
25018 case ${ac_top_builddir}.
in
25019 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
25020 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
25021 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
25024 case $ac_abs_builddir in
25025 .
) ac_abs_srcdir
=$ac_srcdir;;
25028 .
) ac_abs_srcdir
=$ac_abs_builddir;;
25029 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
25030 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
25033 case $ac_abs_builddir in
25034 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
25036 case $ac_top_srcdir in
25037 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
25038 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
25039 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
25045 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
25046 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
25049 if test x
"$ac_file" != x-
; then
25050 { echo "$as_me:$LINENO: creating $ac_file" >&5
25051 echo "$as_me: creating $ac_file" >&6;}
25054 # Let's still pretend it is `configure' which instantiates (i.e., don't
25055 # use $as_me), people would be surprised to read:
25056 # /* config.h. Generated by config.status. */
25057 if test x
"$ac_file" = x-
; then
25060 configure_input
="$ac_file. "
25062 configure_input
=$configure_input"Generated from `echo $ac_file_in |
25063 sed 's,.*/,,'` by configure."
25065 # First look for the input files in the build tree, otherwise in the
25067 ac_file_inputs
=`IFS=:
25068 for f in $ac_file_in; do
25070 -) echo $tmp/stdin ;;
25072 # Absolute (can't be DOS-style, as IFS=:)
25073 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
25074 echo "$as_me: error: cannot find input file: $f" >&2;}
25075 { (exit 1); exit 1; }; }
25078 if test -f "$f"; then
25081 elif test -f "$srcdir/$f"; then
25086 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
25087 echo "$as_me: error: cannot find input file: $f" >&2;}
25088 { (exit 1); exit 1; }; }
25091 done` ||
{ (exit 1); exit 1; }
25093 cat >>$CONFIG_STATUS <<_ACEOF
25097 cat >>$CONFIG_STATUS <<\_ACEOF
25099 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
25100 s
,@configure_input@
,$configure_input,;t t
25101 s
,@srcdir@
,$ac_srcdir,;t t
25102 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
25103 s
,@top_srcdir@
,$ac_top_srcdir,;t t
25104 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
25105 s
,@builddir@
,$ac_builddir,;t t
25106 s
,@abs_builddir@
,$ac_abs_builddir,;t t
25107 s
,@top_builddir@
,$ac_top_builddir,;t t
25108 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
25109 s
,@INSTALL@
,$ac_INSTALL,;t t
25110 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
25112 if test x"$ac_file" != x-; then
25113 mv $tmp/out $ac_file
25121 cat >>$CONFIG_STATUS <<\_ACEOF
25124 # CONFIG_HEADER section.
25127 # These sed commands are passed to sed as "A NAME B NAME C VALUE D
", where
25128 # NAME is the cpp macro being defined and VALUE is the value it is being given.
25130 # ac_d sets the value in "#define NAME VALUE" lines.
25131 ac_dA
='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
25132 ac_dB
='[ ].*$,\1#\2'
25135 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
25136 ac_uA
='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
25137 ac_uB
='$,\1#\2define\3'
25141 for ac_file
in : $CONFIG_HEADERS; do test "x$ac_file" = x
: && continue
25142 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
25144 - |
*:- |
*:-:* ) # input from stdin
25146 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
25147 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
25148 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
25149 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
25150 * ) ac_file_in
=$ac_file.
in ;;
25153 test x
"$ac_file" != x-
&& { echo "$as_me:$LINENO: creating $ac_file" >&5
25154 echo "$as_me: creating $ac_file" >&6;}
25156 # First look for the input files in the build tree, otherwise in the
25158 ac_file_inputs
=`IFS=:
25159 for f in $ac_file_in; do
25161 -) echo $tmp/stdin ;;
25163 # Absolute (can't be DOS-style, as IFS=:)
25164 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
25165 echo "$as_me: error: cannot find input file: $f" >&2;}
25166 { (exit 1); exit 1; }; }
25167 # Do quote $f, to prevent DOS paths from being IFS'd.
25170 if test -f "$f"; then
25173 elif test -f "$srcdir/$f"; then
25178 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
25179 echo "$as_me: error: cannot find input file: $f" >&2;}
25180 { (exit 1); exit 1; }; }
25183 done` ||
{ (exit 1); exit 1; }
25184 # Remove the trailing spaces.
25185 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
25189 # Transform confdefs.h into two sed scripts, `conftest.defines' and
25190 # `conftest.undefs', that substitutes the proper values into
25191 # config.h.in to produce config.h. The first handles `#define'
25192 # templates, and the second `#undef' templates.
25193 # And first: Protect against being on the right side of a sed subst in
25194 # config.status. Protect against being in an unquoted here document
25195 # in config.status.
25196 rm -f conftest.defines conftest.undefs
25197 # Using a here document instead of a string reduces the quoting nightmare.
25198 # Putting comments in sed scripts is not portable.
25200 # `end' is used to avoid that the second main sed command (meant for
25201 # 0-ary CPP macros) applies to n-ary macro definitions.
25202 # See the Autoconf documentation for `clear'.
25203 cat >confdef2sed.
sed <<\_ACEOF
25208 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
25210 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
25213 # If some macros were called several times there might be several times
25214 # the same #defines, which is useless. Nevertheless, we may not want to
25215 # sort them, since we want the *last* AC-DEFINE to be honored.
25216 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
25217 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
25218 rm -f confdef2sed.sed
25220 # This sed command replaces #undef with comments. This is necessary, for
25221 # example, in the case of _POSIX_SOURCE, which is predefined and required
25222 # on some systems where configure will not decide to define it.
25223 cat >>conftest.undefs <<\_ACEOF
25224 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
25227 # Break up conftest.defines because some shells have a limit on the size
25228 # of here documents, and old seds have small limits too (100 cmds).
25229 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
25230 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
25231 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
25232 echo ' :' >>$CONFIG_STATUS
25233 rm -f conftest.tail
25234 while grep . conftest.defines >/dev/null
25236 # Write a limited-size here document to $tmp/defines.sed.
25237 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
25238 # Speed up: don't consider the non `#define' lines.
25239 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
25240 # Work around the forget-to-reset-the-flag bug.
25241 echo 't clr' >>$CONFIG_STATUS
25242 echo ': clr' >>$CONFIG_STATUS
25243 sed ${ac_max_here_lines}q conftest.defines
>>$CONFIG_STATUS
25245 sed -f $tmp/defines.sed $tmp/in >$tmp/out
25247 mv $tmp/out $tmp/in
25249 sed 1,${ac_max_here_lines}d conftest.defines
>conftest.
tail
25250 rm -f conftest.defines
25251 mv conftest.
tail conftest.defines
25253 rm -f conftest.defines
25254 echo ' fi # grep' >>$CONFIG_STATUS
25255 echo >>$CONFIG_STATUS
25257 # Break up conftest.undefs because some shells have a limit on the size
25258 # of here documents, and old seds have small limits too (100 cmds).
25259 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
25260 rm -f conftest.
tail
25261 while grep . conftest.undefs
>/dev
/null
25263 # Write a limited-size here document to $tmp/undefs.sed.
25264 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
25265 # Speed up: don't consider the non
`#undef'
25266 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
25267 # Work around the forget-to-reset-the-flag bug.
25268 echo 't clr' >>$CONFIG_STATUS
25269 echo ': clr' >>$CONFIG_STATUS
25270 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
25272 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
25274 mv $tmp/out $tmp/in
25276 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
25277 rm -f conftest.undefs
25278 mv conftest.tail conftest.undefs
25280 rm -f conftest.undefs
25282 cat >>$CONFIG_STATUS <<\_ACEOF
25283 # Let's still pretend it is `configure
' which instantiates (i.e., don't
25284 # use $as_me), people would be surprised to read:
25285 # /* config.h. Generated by config.status. */
25286 if test x
"$ac_file" = x-
; then
25287 echo "/* Generated by configure. */" >$tmp/config.h
25289 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
25291 cat $tmp/in >>$tmp/config.h
25293 if test x
"$ac_file" != x-
; then
25294 if diff $ac_file $tmp/config.h
>/dev
/null
2>&1; then
25295 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
25296 echo "$as_me: $ac_file is unchanged" >&6;}
25298 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
25299 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
25300 X"$ac_file" : 'X\(//\)[^/]' \| \
25301 X"$ac_file" : 'X\(//\)$' \| \
25302 X"$ac_file" : 'X\(/\)' \| \
25303 . : '\(.\)' 2>/dev/null ||
25305 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
25306 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
25307 /^X\(\/\/\)$/{ s//\1/; q; }
25308 /^X\(\/\).*/{ s//\1/; q; }
25310 { if $as_mkdir_p; then
25315 while test ! -d "$as_dir"; do
25316 as_dirs
="$as_dir $as_dirs"
25317 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
25318 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
25319 X"$as_dir" : 'X\(//\)[^/]' \| \
25320 X"$as_dir" : 'X\(//\)$' \| \
25321 X"$as_dir" : 'X\(/\)' \| \
25322 . : '\(.\)' 2>/dev/null ||
25324 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
25325 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
25326 /^X\(\/\/\)$/{ s//\1/; q; }
25327 /^X\(\/\).*/{ s//\1/; q; }
25330 test ! -n "$as_dirs" || mkdir
$as_dirs
25331 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
25332 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
25333 { (exit 1); exit 1; }; }; }
25336 mv $tmp/config.h
$ac_file
25340 rm -f $tmp/config.h
25342 # Compute $ac_file's index in $config_headers.
25344 for _am_header
in $config_headers :; do
25345 case $_am_header in
25346 $ac_file |
$ac_file:* )
25349 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
25352 echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
25353 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
25354 X$ac_file : 'X\(//\)[^/]' \| \
25355 X$ac_file : 'X\(//\)$' \| \
25356 X$ac_file : 'X\(/\)' \| \
25357 . : '\(.\)' 2>/dev/null ||
25359 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
25360 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
25361 /^X\(\/\/\)$/{ s//\1/; q; }
25362 /^X\(\/\).*/{ s//\1/; q; }
25363 s/.*/./; q'`/stamp-h
$_am_stamp_count
25366 cat >>$CONFIG_STATUS <<\_ACEOF
25369 # CONFIG_COMMANDS section.
25371 for ac_file
in : $CONFIG_COMMANDS; do test "x$ac_file" = x
: && continue
25372 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
25373 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
25374 ac_dir
=`(dirname "$ac_dest") 2>/dev/null ||
25375 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
25376 X"$ac_dest" : 'X\(//\)[^/]' \| \
25377 X"$ac_dest" : 'X\(//\)$' \| \
25378 X"$ac_dest" : 'X\(/\)' \| \
25379 . : '\(.\)' 2>/dev/null ||
25381 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
25382 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
25383 /^X\(\/\/\)$/{ s//\1/; q; }
25384 /^X\(\/\).*/{ s//\1/; q; }
25386 { if $as_mkdir_p; then
25391 while test ! -d "$as_dir"; do
25392 as_dirs
="$as_dir $as_dirs"
25393 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
25394 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
25395 X"$as_dir" : 'X\(//\)[^/]' \| \
25396 X"$as_dir" : 'X\(//\)$' \| \
25397 X"$as_dir" : 'X\(/\)' \| \
25398 . : '\(.\)' 2>/dev/null ||
25400 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
25401 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
25402 /^X\(\/\/\)$/{ s//\1/; q; }
25403 /^X\(\/\).*/{ s//\1/; q; }
25406 test ! -n "$as_dirs" || mkdir
$as_dirs
25407 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
25408 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
25409 { (exit 1); exit 1; }; }; }
25413 if test "$ac_dir" != .
; then
25414 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
25415 # A "../" for each directory in $ac_dir_suffix.
25416 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
25418 ac_dir_suffix
= ac_top_builddir
=
25422 .
) # No --srcdir option. We are building in place.
25424 if test -z "$ac_top_builddir"; then
25427 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
25429 [\\/]* | ?
:[\\/]* ) # Absolute path.
25430 ac_srcdir
=$srcdir$ac_dir_suffix;
25431 ac_top_srcdir
=$srcdir ;;
25432 *) # Relative path.
25433 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
25434 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
25437 # Do not use `cd foo && pwd` to compute absolute paths, because
25438 # the directories may not exist.
25440 .
) ac_abs_builddir
="$ac_dir";;
25443 .
) ac_abs_builddir
=`pwd`;;
25444 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
25445 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
25448 case $ac_abs_builddir in
25449 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
25451 case ${ac_top_builddir}.
in
25452 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
25453 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
25454 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
25457 case $ac_abs_builddir in
25458 .
) ac_abs_srcdir
=$ac_srcdir;;
25461 .
) ac_abs_srcdir
=$ac_abs_builddir;;
25462 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
25463 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
25466 case $ac_abs_builddir in
25467 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
25469 case $ac_top_srcdir in
25470 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
25471 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
25472 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
25477 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
25478 echo "$as_me: executing $ac_dest commands" >&6;}
25481 # Only add multilib support code if we just rebuilt the top-level
25483 case " $CONFIG_FILES " in
25485 ac_file
=Makefile .
${multi_basedir}/config-ml.
in
25488 depfiles
) test x
"$AMDEP_TRUE" != x
"" ||
for mf
in $CONFIG_FILES; do
25489 # Strip MF so we end up with the name of the file.
25490 mf
=`echo "$mf" | sed -e 's/:.*$//'`
25491 # Check whether this is an Automake generated Makefile or not.
25492 # We used to match only the files named `Makefile.in', but
25493 # some people rename them; so instead we look at the file content.
25494 # Grep'ing the first line is not enough: some people post-process
25495 # each Makefile.in and add a new line on top of each file to say so.
25496 # So let's grep whole file.
25497 if grep '^#.*generated by automake' $mf > /dev
/null
2>&1; then
25498 dirpart
=`(dirname "$mf") 2>/dev/null ||
25499 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
25500 X"$mf" : 'X\(//\)[^/]' \| \
25501 X"$mf" : 'X\(//\)$' \| \
25502 X"$mf" : 'X\(/\)' \| \
25503 . : '\(.\)' 2>/dev/null ||
25505 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
25506 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
25507 /^X\(\/\/\)$/{ s//\1/; q; }
25508 /^X\(\/\).*/{ s//\1/; q; }
25513 # Extract the definition of DEPDIR, am__include, and am__quote
25514 # from the Makefile without running `make'.
25515 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
25516 test -z "$DEPDIR" && continue
25517 am__include
=`sed -n 's/^am__include = //p' < "$mf"`
25518 test -z "am__include" && continue
25519 am__quote
=`sed -n 's/^am__quote = //p' < "$mf"`
25520 # When using ansi2knr, U may be empty or an underscore; expand it
25521 U
=`sed -n 's/^U = //p' < "$mf"`
25522 # Find all dependency output files, they are included files with
25523 # $(DEPDIR) in their names. We invoke sed twice because it is the
25524 # simplest approach to changing $(DEPDIR) to its actual value in the
25526 for file in `sed -n "
25527 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
25528 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
25529 # Make sure the directory exists.
25530 test -f "$dirpart/$file" && continue
25531 fdir
=`(dirname "$file") 2>/dev/null ||
25532 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
25533 X"$file" : 'X\(//\)[^/]' \| \
25534 X"$file" : 'X\(//\)$' \| \
25535 X"$file" : 'X\(/\)' \| \
25536 . : '\(.\)' 2>/dev/null ||
25538 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
25539 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
25540 /^X\(\/\/\)$/{ s//\1/; q; }
25541 /^X\(\/\).*/{ s//\1/; q; }
25543 { if $as_mkdir_p; then
25544 mkdir
-p $dirpart/$fdir
25546 as_dir
=$dirpart/$fdir
25548 while test ! -d "$as_dir"; do
25549 as_dirs
="$as_dir $as_dirs"
25550 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
25551 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
25552 X"$as_dir" : 'X\(//\)[^/]' \| \
25553 X"$as_dir" : 'X\(//\)$' \| \
25554 X"$as_dir" : 'X\(/\)' \| \
25555 . : '\(.\)' 2>/dev/null ||
25557 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
25558 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
25559 /^X\(\/\/\)$/{ s//\1/; q; }
25560 /^X\(\/\).*/{ s//\1/; q; }
25563 test ! -n "$as_dirs" || mkdir
$as_dirs
25564 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
25565 echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
25566 { (exit 1); exit 1; }; }; }
25568 # echo "creating $dirpart/$file"
25569 echo '# dummy' > "$dirpart/$file"
25574 if test "$GCC" = yes; then
25575 echo "/* generated for " `$CC --version | sed 1q` "*/" > tmp-stdint.h
25577 echo "/* generated for $CC */" > tmp-stdint.h
25580 sed 's/^ *//' >> tmp-stdint.h
<<EOF
25582 #ifndef GCC_GENERATED_STDINT_H
25583 #define GCC_GENERATED_STDINT_H 1
25585 #include <sys/types.h>
25588 if test "$acx_cv_header_stdint" != stdint.h
; then
25589 echo "#include <stddef.h>" >> tmp-stdint.h
25591 if test "$acx_cv_header_stdint" != stddef.h
; then
25592 echo "#include <$acx_cv_header_stdint>" >> tmp-stdint.h
25595 sed 's/^ *//' >> tmp-stdint.h
<<EOF
25596 /* glibc uses these symbols as guards to prevent redefinitions. */
25597 #ifdef __int8_t_defined
25602 #ifdef __uint32_t_defined
25608 # ----------------- done header, emit basic int types -------------
25609 if test "$acx_cv_header_stdint" = stddef.h
; then
25610 sed 's/^ *//' >> tmp-stdint.h
<<EOF
25614 typedef unsigned $acx_cv_type_int8_t uint8_t;
25619 typedef unsigned $acx_cv_type_int16_t uint16_t;
25624 typedef unsigned $acx_cv_type_int32_t uint32_t;
25629 typedef $acx_cv_type_int8_t int8_t;
25634 typedef $acx_cv_type_int16_t int16_t;
25639 typedef $acx_cv_type_int32_t int32_t;
25642 elif test "$ac_cv_type_u_int32_t" = yes; then
25643 sed 's/^ *//' >> tmp-stdint.h
<<EOF
25645 /* int8_t int16_t int32_t defined by inet code, we do the u_intXX types */
25658 typedef u_int8_t uint8_t;
25663 typedef u_int16_t uint16_t;
25668 typedef u_int32_t uint32_t;
25672 sed 's/^ *//' >> tmp-stdint.h
<<EOF
25674 /* Some systems have guard macros to prevent redefinitions, define them. */
25696 # ------------- done basic int types, emit int64_t types ------------
25697 if test "$ac_cv_type_uint64_t" = yes; then
25698 sed 's/^ *//' >> tmp-stdint.h
<<EOF
25700 /* system headers have good uint64_t and int64_t */
25708 elif test "$ac_cv_type_u_int64_t" = yes; then
25709 sed 's/^ *//' >> tmp-stdint.h
<<EOF
25711 /* system headers have an u_int64_t (and int64_t) */
25717 typedef u_int64_t uint64_t;
25720 elif test -n "$acx_cv_type_int64_t"; then
25721 sed 's/^ *//' >> tmp-stdint.h
<<EOF
25723 /* architecture has a 64-bit type, $acx_cv_type_int64_t */
25726 typedef $acx_cv_type_int64_t int64_t;
25730 typedef unsigned $acx_cv_type_int64_t uint64_t;
25734 sed 's/^ *//' >> tmp-stdint.h
<<EOF
25736 /* some common heuristics for int64_t, using compiler-specific tests */
25737 #if defined __STDC_VERSION__ && (__STDC_VERSION__-0) >= 199901L
25740 typedef long long int64_t;
25744 typedef unsigned long long uint64_t;
25747 #elif defined __GNUC__ && defined (__STDC__) && __STDC__-0
25748 /* NextStep 2.0 cc is really gcc 1.93 but it defines __GNUC__ = 2 and
25749 does not implement __extension__. But that compiler doesn't define
25751 # if __GNUC__ < 2 || (__NeXT__ && !__GNUC_MINOR__)
25752 # define __extension__
25757 __extension__ typedef long long int64_t;
25761 __extension__ typedef unsigned long long uint64_t;
25764 #elif !defined __STRICT_ANSI__
25765 # if defined _MSC_VER || defined __WATCOMC__ || defined __BORLANDC__
25769 typedef __int64 int64_t;
25773 typedef unsigned __int64 uint64_t;
25775 # endif /* compiler */
25777 #endif /* ANSI version */
25781 # ------------- done int64_t types, emit intptr types ------------
25782 if test "$ac_cv_type_uintptr_t" != yes; then
25783 sed 's/^ *//' >> tmp-stdint.h
<<EOF
25785 /* Define intptr_t based on sizeof(void*) = $ac_cv_sizeof_void_p */
25786 typedef u$acx_cv_type_intptr_t uintptr_t;
25787 typedef $acx_cv_type_intptr_t intptr_t;
25791 # ------------- done intptr types, emit int_least types ------------
25792 if test "$ac_cv_type_int_least32_t" != yes; then
25793 sed 's/^ *//' >> tmp-stdint.h
<<EOF
25795 /* Define int_least types */
25796 typedef int8_t int_least8_t;
25797 typedef int16_t int_least16_t;
25798 typedef int32_t int_least32_t;
25800 typedef int64_t int_least64_t;
25803 typedef uint8_t uint_least8_t;
25804 typedef uint16_t uint_least16_t;
25805 typedef uint32_t uint_least32_t;
25807 typedef uint64_t uint_least64_t;
25812 # ------------- done intptr types, emit int_fast types ------------
25813 if test "$ac_cv_type_int_fast32_t" != yes; then
25814 sed 's/^ *//' >> tmp-stdint.h
<<EOF
25816 /* Define int_fast types. short is often slow */
25817 typedef int8_t int_fast8_t;
25818 typedef int int_fast16_t;
25819 typedef int32_t int_fast32_t;
25821 typedef int64_t int_fast64_t;
25824 typedef uint8_t uint_fast8_t;
25825 typedef unsigned int uint_fast16_t;
25826 typedef uint32_t uint_fast32_t;
25828 typedef uint64_t uint_fast64_t;
25833 if test "$ac_cv_type_uintmax_t" != yes; then
25834 sed 's/^ *//' >> tmp-stdint.h
<<EOF
25836 /* Define intmax based on what we found */
25838 typedef int64_t intmax_t;
25840 typedef long intmax_t;
25843 typedef uint64_t uintmax_t;
25845 typedef unsigned long uintmax_t;
25850 sed 's/^ *//' >> tmp-stdint.h
<<EOF
25852 #endif /* GCC_GENERATED_STDINT_H */
25855 if test -r gstdint.h
&& cmp -s tmp-stdint.h gstdint.h
; then
25858 mv -f tmp-stdint.h gstdint.h
25866 cat >>$CONFIG_STATUS <<\_ACEOF
25868 { (exit 0); exit 0; }
25870 chmod +x
$CONFIG_STATUS
25871 ac_clean_files
=$ac_clean_files_save
25874 # configure is writing to config.log, and then calls config.status.
25875 # config.status does its own redirection, appending to config.log.
25876 # Unfortunately, on DOS this fails, as config.log is still kept open
25877 # by configure, so config.status won't be able to write to it; its
25878 # output is simply discarded. So we exec the FD to /dev/null,
25879 # effectively closing config.log, so it can be properly (re)opened and
25880 # appended to by config.status. When coming back to configure, we
25881 # need to make the FD available again.
25882 if test "$no_create" != yes; then
25884 ac_config_status_args
=
25885 test "$silent" = yes &&
25886 ac_config_status_args
="$ac_config_status_args --quiet"
25888 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
25890 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
25891 # would make configure fail if this is the last instruction.
25892 $ac_cs_success ||
{ (exit 1); exit 1; }