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 # Check that we are running under the correct shell.
246 SHELL
=${CONFIG_SHELL-/bin/sh}
250 # Remove one level of quotation (which was required for Make).
251 ECHO
=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
256 if test "X$1" = X--no-reexec
; then
257 # Discard the --no-reexec flag, and continue.
259 elif test "X$1" = X--fallback-echo
; then
260 # Avoid inline document here, it may be left over
262 elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
263 # Yippee, $ECHO works!
266 # Restart under the correct shell.
267 exec $SHELL "$0" --no-reexec ${1+"$@"}
270 if test "X$1" = X--fallback-echo
; then
271 # used as fallback echo
279 # The HP-UX ksh and POSIX shell print the target directory to stdout
281 (unset CDPATH
) >/dev
/null
2>&1 && unset CDPATH
283 if test -z "$lt_ECHO"; then
284 if test "X${echo_test_string+set}" != Xset
; then
285 # find a string as large as possible, as long as the shell can cope with it
286 for cmd
in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
287 # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
288 if { echo_test_string
=`eval $cmd`; } 2>/dev
/null
&&
289 { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev
/null
296 if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
297 echo_testing_string
=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
298 test "X$echo_testing_string" = "X$echo_test_string"; then
301 # The Solaris, AIX, and Digital Unix default echo programs unquote
302 # backslashes. This makes it impossible to quote backslashes using
303 # echo "$something" | sed 's/\\/\\\\/g'
305 # So, first we look for a working echo in the user's PATH.
307 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
308 for dir
in $PATH /usr
/ucb
; do
310 if (test -f $dir/echo ||
test -f $dir/echo$ac_exeext) &&
311 test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
312 echo_testing_string
=`($dir/echo "$echo_test_string") 2>/dev/null` &&
313 test "X$echo_testing_string" = "X$echo_test_string"; then
320 if test "X$ECHO" = Xecho
; then
321 # We didn't find a better echo, so look for alternatives.
322 if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
323 echo_testing_string
=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
324 test "X$echo_testing_string" = "X$echo_test_string"; then
325 # This shell has a builtin print -r that does the trick.
327 elif { test -f /bin
/ksh ||
test -f /bin
/ksh
$ac_exeext; } &&
328 test "X$CONFIG_SHELL" != X
/bin
/ksh
; then
329 # If we have ksh, try running configure again with it.
330 ORIGINAL_CONFIG_SHELL
=${CONFIG_SHELL-/bin/sh}
331 export ORIGINAL_CONFIG_SHELL
332 CONFIG_SHELL
=/bin
/ksh
334 exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
338 if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
339 echo_testing_string
=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
340 test "X$echo_testing_string" = "X$echo_test_string"; then
343 elif echo_testing_string
=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
344 test "X$echo_testing_string" = 'X\t' &&
345 echo_testing_string
=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
346 test "X$echo_testing_string" = "X$echo_test_string"; then
347 CONFIG_SHELL
=$ORIGINAL_CONFIG_SHELL
349 SHELL
="$CONFIG_SHELL"
351 ECHO
="$CONFIG_SHELL $0 --fallback-echo"
352 elif echo_testing_string
=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
353 test "X$echo_testing_string" = 'X\t' &&
354 echo_testing_string
=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
355 test "X$echo_testing_string" = "X$echo_test_string"; then
356 ECHO
="$CONFIG_SHELL $0 --fallback-echo"
358 # maybe with a smaller string...
361 for cmd
in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
362 if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev
/null
369 if test "$prev" != 'sed 50q "$0"'; then
370 echo_test_string
=`eval $prev`
371 export echo_test_string
372 exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
374 # Oops. We lost completely, so just stick with echo.
383 # Copy echo and quote the copy suitably for passing to libtool from
384 # the Makefile, instead of quoting the original, which is used later.
386 if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
387 lt_ECHO
="$CONFIG_SHELL \\\$\$0 --fallback-echo"
394 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
395 # so uname gets run too.
396 ac_hostname
=`(hostname || uname -n) 2>/dev/null | sed 1q`
403 ac_default_prefix
=/usr
/local
404 ac_config_libobj_dir
=.
409 SHELL
=${CONFIG_SHELL-/bin/sh}
411 # Maximum number of lines to put in a shell here document.
412 # This variable seems obsolete. It should probably be removed, and
413 # only ac_max_sed_lines should be used.
414 : ${ac_max_here_lines=38}
416 # Identity of this package.
417 PACKAGE_NAME
='GNU Fortran Runtime Library'
418 PACKAGE_TARNAME
='libgfortran'
419 PACKAGE_VERSION
='0.3'
420 PACKAGE_STRING
='GNU Fortran Runtime Library 0.3'
423 # Factoring default headers for most tests.
424 ac_includes_default
="\
427 # include <sys/types.h>
430 # include <sys/stat.h>
441 # if !STDC_HEADERS && HAVE_MEMORY_H
447 # include <strings.h>
450 # include <inttypes.h>
460 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 onestep_TRUE onestep_FALSE onestep 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 CFLAGS LIBGFOR_USE_SYMVER_TRUE LIBGFOR_USE_SYMVER_FALSE SECTION_FLAGS AS ac_ct_AS AR ac_ct_AR RANLIB ac_ct_RANLIB LIBTOOL SED EGREP FGREP GREP LD DUMPBIN ac_ct_DUMPBIN NM LN_S OBJDUMP ac_ct_OBJDUMP lt_ECHO DSYMUTIL ac_ct_DSYMUTIL NMEDIT ac_ct_NMEDIT LIPO ac_ct_LIPO OTOOL ac_ct_OTOOL OTOOL64 ac_ct_OTOOL64 CPP CPPFLAGS enable_shared enable_static FC FCFLAGS LDFLAGS ac_ct_FC extra_ldflags_libgfortran FPU_HOST_HEADER LIBOBJS LTLIBOBJS'
464 # Initialize some variables set by options.
466 ac_init_version
=false
467 # The variables have the same names as the options, with
468 # dashes changed to underlines.
476 program_transform_name
=s
,x
,x
,
484 # Installation directory options.
485 # These are left unexpanded so users can "make install exec_prefix=/foo"
486 # and all the variables that are supposed to be based on exec_prefix
487 # by default will actually change.
488 # Use braces instead of parens because sh, perl, etc. also accept them.
489 bindir
='${exec_prefix}/bin'
490 sbindir
='${exec_prefix}/sbin'
491 libexecdir
='${exec_prefix}/libexec'
492 datadir
='${prefix}/share'
493 sysconfdir
='${prefix}/etc'
494 sharedstatedir
='${prefix}/com'
495 localstatedir
='${prefix}/var'
496 libdir
='${exec_prefix}/lib'
497 includedir
='${prefix}/include'
498 oldincludedir
='/usr/include'
499 infodir
='${prefix}/info'
500 mandir
='${prefix}/man'
505 # If the previous option needs an argument, assign it.
506 if test -n "$ac_prev"; then
507 eval "$ac_prev=\$ac_option"
512 ac_optarg
=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
514 # Accept the important Cygnus configure options, so we can diagnose typos.
518 -bindir |
--bindir |
--bindi |
--bind |
--bin |
--bi)
520 -bindir=* |
--bindir=* |
--bindi=* |
--bind=* |
--bin=* |
--bi=*)
523 -build |
--build |
--buil |
--bui |
--bu)
524 ac_prev
=build_alias
;;
525 -build=* |
--build=* |
--buil=* |
--bui=* |
--bu=*)
526 build_alias
=$ac_optarg ;;
528 -cache-file |
--cache-file |
--cache-fil |
--cache-fi \
529 |
--cache-f |
--cache- |
--cache |
--cach |
--cac |
--ca |
--c)
530 ac_prev
=cache_file
;;
531 -cache-file=* |
--cache-file=* |
--cache-fil=* |
--cache-fi=* \
532 |
--cache-f=* |
--cache-=* |
--cache=* |
--cach=* |
--cac=* |
--ca=* |
--c=*)
533 cache_file
=$ac_optarg ;;
536 cache_file
=config.cache
;;
538 -datadir |
--datadir |
--datadi |
--datad |
--data |
--dat |
--da)
540 -datadir=* |
--datadir=* |
--datadi=* |
--datad=* |
--data=* |
--dat=* \
542 datadir
=$ac_optarg ;;
544 -disable-* |
--disable-*)
545 ac_feature
=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
546 # Reject names that are not valid shell variable names.
547 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
548 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
549 { (exit 1); exit 1; }; }
550 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
551 eval "enable_$ac_feature=no" ;;
553 -enable-* |
--enable-*)
554 ac_feature
=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
555 # Reject names that are not valid shell variable names.
556 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
557 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
558 { (exit 1); exit 1; }; }
559 ac_feature
=`echo $ac_feature | sed 's/-/_/g'`
561 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
564 eval "enable_$ac_feature='$ac_optarg'" ;;
566 -exec-prefix |
--exec_prefix |
--exec-prefix |
--exec-prefi \
567 |
--exec-pref |
--exec-pre |
--exec-pr |
--exec-p |
--exec- \
568 |
--exec |
--exe |
--ex)
569 ac_prev
=exec_prefix
;;
570 -exec-prefix=* |
--exec_prefix=* |
--exec-prefix=* |
--exec-prefi=* \
571 |
--exec-pref=* |
--exec-pre=* |
--exec-pr=* |
--exec-p=* |
--exec-=* \
572 |
--exec=* |
--exe=* |
--ex=*)
573 exec_prefix
=$ac_optarg ;;
575 -gas |
--gas |
--ga |
--g)
576 # Obsolete; use --with-gas.
579 -help |
--help |
--hel |
--he |
-h)
581 -help=r
* |
--help=r
* |
--hel=r
* |
--he=r
* |
-hr*)
582 ac_init_help
=recursive
;;
583 -help=s
* |
--help=s
* |
--hel=s
* |
--he=s
* |
-hs*)
584 ac_init_help
=short
;;
586 -host |
--host |
--hos |
--ho)
587 ac_prev
=host_alias
;;
588 -host=* |
--host=* |
--hos=* |
--ho=*)
589 host_alias
=$ac_optarg ;;
591 -includedir |
--includedir |
--includedi |
--included |
--include \
592 |
--includ |
--inclu |
--incl |
--inc)
593 ac_prev
=includedir
;;
594 -includedir=* |
--includedir=* |
--includedi=* |
--included=* |
--include=* \
595 |
--includ=* |
--inclu=* |
--incl=* |
--inc=*)
596 includedir
=$ac_optarg ;;
598 -infodir |
--infodir |
--infodi |
--infod |
--info |
--inf)
600 -infodir=* |
--infodir=* |
--infodi=* |
--infod=* |
--info=* |
--inf=*)
601 infodir
=$ac_optarg ;;
603 -libdir |
--libdir |
--libdi |
--libd)
605 -libdir=* |
--libdir=* |
--libdi=* |
--libd=*)
608 -libexecdir |
--libexecdir |
--libexecdi |
--libexecd |
--libexec \
609 |
--libexe |
--libex |
--libe)
610 ac_prev
=libexecdir
;;
611 -libexecdir=* |
--libexecdir=* |
--libexecdi=* |
--libexecd=* |
--libexec=* \
612 |
--libexe=* |
--libex=* |
--libe=*)
613 libexecdir
=$ac_optarg ;;
615 -localstatedir |
--localstatedir |
--localstatedi |
--localstated \
616 |
--localstate |
--localstat |
--localsta |
--localst \
617 |
--locals |
--local |
--loca |
--loc |
--lo)
618 ac_prev
=localstatedir
;;
619 -localstatedir=* |
--localstatedir=* |
--localstatedi=* |
--localstated=* \
620 |
--localstate=* |
--localstat=* |
--localsta=* |
--localst=* \
621 |
--locals=* |
--local=* |
--loca=* |
--loc=* |
--lo=*)
622 localstatedir
=$ac_optarg ;;
624 -mandir |
--mandir |
--mandi |
--mand |
--man |
--ma |
--m)
626 -mandir=* |
--mandir=* |
--mandi=* |
--mand=* |
--man=* |
--ma=* |
--m=*)
630 # Obsolete; use --without-fp.
633 -no-create |
--no-create |
--no-creat |
--no-crea |
--no-cre \
634 |
--no-cr |
--no-c |
-n)
637 -no-recursion |
--no-recursion |
--no-recursio |
--no-recursi \
638 |
--no-recurs |
--no-recur |
--no-recu |
--no-rec |
--no-re |
--no-r)
641 -oldincludedir |
--oldincludedir |
--oldincludedi |
--oldincluded \
642 |
--oldinclude |
--oldinclud |
--oldinclu |
--oldincl |
--oldinc \
643 |
--oldin |
--oldi |
--old |
--ol |
--o)
644 ac_prev
=oldincludedir
;;
645 -oldincludedir=* |
--oldincludedir=* |
--oldincludedi=* |
--oldincluded=* \
646 |
--oldinclude=* |
--oldinclud=* |
--oldinclu=* |
--oldincl=* |
--oldinc=* \
647 |
--oldin=* |
--oldi=* |
--old=* |
--ol=* |
--o=*)
648 oldincludedir
=$ac_optarg ;;
650 -prefix |
--prefix |
--prefi |
--pref |
--pre |
--pr |
--p)
652 -prefix=* |
--prefix=* |
--prefi=* |
--pref=* |
--pre=* |
--pr=* |
--p=*)
655 -program-prefix |
--program-prefix |
--program-prefi |
--program-pref \
656 |
--program-pre |
--program-pr |
--program-p)
657 ac_prev
=program_prefix
;;
658 -program-prefix=* |
--program-prefix=* |
--program-prefi=* \
659 |
--program-pref=* |
--program-pre=* |
--program-pr=* |
--program-p=*)
660 program_prefix
=$ac_optarg ;;
662 -program-suffix |
--program-suffix |
--program-suffi |
--program-suff \
663 |
--program-suf |
--program-su |
--program-s)
664 ac_prev
=program_suffix
;;
665 -program-suffix=* |
--program-suffix=* |
--program-suffi=* \
666 |
--program-suff=* |
--program-suf=* |
--program-su=* |
--program-s=*)
667 program_suffix
=$ac_optarg ;;
669 -program-transform-name |
--program-transform-name \
670 |
--program-transform-nam |
--program-transform-na \
671 |
--program-transform-n |
--program-transform- \
672 |
--program-transform |
--program-transfor \
673 |
--program-transfo |
--program-transf \
674 |
--program-trans |
--program-tran \
675 |
--progr-tra |
--program-tr |
--program-t)
676 ac_prev
=program_transform_name
;;
677 -program-transform-name=* |
--program-transform-name=* \
678 |
--program-transform-nam=* |
--program-transform-na=* \
679 |
--program-transform-n=* |
--program-transform-=* \
680 |
--program-transform=* |
--program-transfor=* \
681 |
--program-transfo=* |
--program-transf=* \
682 |
--program-trans=* |
--program-tran=* \
683 |
--progr-tra=* |
--program-tr=* |
--program-t=*)
684 program_transform_name
=$ac_optarg ;;
686 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
687 |
-silent |
--silent |
--silen |
--sile |
--sil)
690 -sbindir |
--sbindir |
--sbindi |
--sbind |
--sbin |
--sbi |
--sb)
692 -sbindir=* |
--sbindir=* |
--sbindi=* |
--sbind=* |
--sbin=* \
694 sbindir
=$ac_optarg ;;
696 -sharedstatedir |
--sharedstatedir |
--sharedstatedi \
697 |
--sharedstated |
--sharedstate |
--sharedstat |
--sharedsta \
698 |
--sharedst |
--shareds |
--shared |
--share |
--shar \
700 ac_prev
=sharedstatedir
;;
701 -sharedstatedir=* |
--sharedstatedir=* |
--sharedstatedi=* \
702 |
--sharedstated=* |
--sharedstate=* |
--sharedstat=* |
--sharedsta=* \
703 |
--sharedst=* |
--shareds=* |
--shared=* |
--share=* |
--shar=* \
705 sharedstatedir
=$ac_optarg ;;
707 -site |
--site |
--sit)
709 -site=* |
--site=* |
--sit=*)
712 -srcdir |
--srcdir |
--srcdi |
--srcd |
--src |
--sr)
714 -srcdir=* |
--srcdir=* |
--srcdi=* |
--srcd=* |
--src=* |
--sr=*)
717 -sysconfdir |
--sysconfdir |
--sysconfdi |
--sysconfd |
--sysconf \
718 |
--syscon |
--sysco |
--sysc |
--sys |
--sy)
719 ac_prev
=sysconfdir
;;
720 -sysconfdir=* |
--sysconfdir=* |
--sysconfdi=* |
--sysconfd=* |
--sysconf=* \
721 |
--syscon=* |
--sysco=* |
--sysc=* |
--sys=* |
--sy=*)
722 sysconfdir
=$ac_optarg ;;
724 -target |
--target |
--targe |
--targ |
--tar |
--ta |
--t)
725 ac_prev
=target_alias
;;
726 -target=* |
--target=* |
--targe=* |
--targ=* |
--tar=* |
--ta=* |
--t=*)
727 target_alias
=$ac_optarg ;;
729 -v |
-verbose |
--verbose |
--verbos |
--verbo |
--verb)
732 -version |
--version |
--versio |
--versi |
--vers |
-V)
736 ac_package
=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
737 # Reject names that are not valid shell variable names.
738 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
739 { echo "$as_me: error: invalid package name: $ac_package" >&2
740 { (exit 1); exit 1; }; }
741 ac_package
=`echo $ac_package| sed 's/-/_/g'`
743 *=*) ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`;;
746 eval "with_$ac_package='$ac_optarg'" ;;
748 -without-* |
--without-*)
749 ac_package
=`expr "x$ac_option" : 'x-*without-\(.*\)'`
750 # Reject names that are not valid shell variable names.
751 expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev
/null
&&
752 { echo "$as_me: error: invalid package name: $ac_package" >&2
753 { (exit 1); exit 1; }; }
754 ac_package
=`echo $ac_package | sed 's/-/_/g'`
755 eval "with_$ac_package=no" ;;
758 # Obsolete; use --with-x.
761 -x-includes |
--x-includes |
--x-include |
--x-includ |
--x-inclu \
762 |
--x-incl |
--x-inc |
--x-in |
--x-i)
763 ac_prev
=x_includes
;;
764 -x-includes=* |
--x-includes=* |
--x-include=* |
--x-includ=* |
--x-inclu=* \
765 |
--x-incl=* |
--x-inc=* |
--x-in=* |
--x-i=*)
766 x_includes
=$ac_optarg ;;
768 -x-libraries |
--x-libraries |
--x-librarie |
--x-librari \
769 |
--x-librar |
--x-libra |
--x-libr |
--x-lib |
--x-li |
--x-l)
770 ac_prev
=x_libraries
;;
771 -x-libraries=* |
--x-libraries=* |
--x-librarie=* |
--x-librari=* \
772 |
--x-librar=* |
--x-libra=* |
--x-libr=* |
--x-lib=* |
--x-li=* |
--x-l=*)
773 x_libraries
=$ac_optarg ;;
775 -*) { echo "$as_me: error: unrecognized option: $ac_option
776 Try \`$0 --help' for more information." >&2
777 { (exit 1); exit 1; }; }
781 ac_envvar
=`expr "x$ac_option" : 'x\([^=]*\)='`
782 # Reject names that are not valid shell variable names.
783 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev
/null
&&
784 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
785 { (exit 1); exit 1; }; }
786 ac_optarg
=`echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"`
787 eval "$ac_envvar='$ac_optarg'"
791 # FIXME: should be removed in autoconf 3.0.
792 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
793 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev
/null
&&
794 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
795 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
801 if test -n "$ac_prev"; then
802 ac_option
=--`echo $ac_prev | sed 's/_/-/g'`
803 { echo "$as_me: error: missing argument to $ac_option" >&2
804 { (exit 1); exit 1; }; }
807 # Be sure to have absolute paths.
808 for ac_var
in exec_prefix prefix
810 eval ac_val
=$
`echo $ac_var`
812 [\\/$
]* | ?
:[\\/]* | NONE |
'' ) ;;
813 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
814 { (exit 1); exit 1; }; };;
818 # Be sure to have absolute paths.
819 for ac_var
in bindir sbindir libexecdir datadir sysconfdir sharedstatedir \
820 localstatedir libdir includedir oldincludedir infodir mandir
822 eval ac_val
=$
`echo $ac_var`
824 [\\/$
]* | ?
:[\\/]* ) ;;
825 *) { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
826 { (exit 1); exit 1; }; };;
830 # There might be people who depend on the old broken behavior: `$host'
831 # used to hold the argument of --host etc.
832 # FIXME: To remove some day.
837 # FIXME: To remove some day.
838 if test "x$host_alias" != x
; then
839 if test "x$build_alias" = x
; then
840 cross_compiling
=maybe
841 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
842 If a cross compiler is detected then cross compile mode will be used." >&2
843 elif test "x$build_alias" != "x$host_alias"; then
849 test -n "$host_alias" && ac_tool_prefix
=$host_alias-
851 test "$silent" = yes && exec 6>/dev
/null
854 # Find the source files, if location was not specified.
855 if test -z "$srcdir"; then
856 ac_srcdir_defaulted
=yes
857 # Try the directory containing this script, then its parent.
858 ac_confdir
=`(dirname "$0") 2>/dev/null ||
859 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
860 X"$0" : 'X\(//\)[^/]' \| \
861 X"$0" : 'X\(//\)$' \| \
862 X"$0" : 'X\(/\)' \| \
863 . : '\(.\)' 2>/dev/null ||
865 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
866 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
867 /^X\(\/\/\)$/{ s//\1/; q; }
868 /^X\(\/\).*/{ s//\1/; q; }
871 if test ! -r $srcdir/$ac_unique_file; then
875 ac_srcdir_defaulted
=no
877 if test ! -r $srcdir/$ac_unique_file; then
878 if test "$ac_srcdir_defaulted" = yes; then
879 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $ac_confdir or .." >&2
880 { (exit 1); exit 1; }; }
882 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
883 { (exit 1); exit 1; }; }
886 (cd $srcdir && test -r .
/$ac_unique_file) 2>/dev
/null ||
887 { echo "$as_me: error: sources are in $srcdir, but \`cd $srcdir' does not work" >&2
888 { (exit 1); exit 1; }; }
889 srcdir
=`echo "$srcdir" | sed 's%\([^\\/]\)[\\/]*$%\1%'`
890 ac_env_build_alias_set
=${build_alias+set}
891 ac_env_build_alias_value
=$build_alias
892 ac_cv_env_build_alias_set
=${build_alias+set}
893 ac_cv_env_build_alias_value
=$build_alias
894 ac_env_host_alias_set
=${host_alias+set}
895 ac_env_host_alias_value
=$host_alias
896 ac_cv_env_host_alias_set
=${host_alias+set}
897 ac_cv_env_host_alias_value
=$host_alias
898 ac_env_target_alias_set
=${target_alias+set}
899 ac_env_target_alias_value
=$target_alias
900 ac_cv_env_target_alias_set
=${target_alias+set}
901 ac_cv_env_target_alias_value
=$target_alias
902 ac_env_CPP_set
=${CPP+set}
903 ac_env_CPP_value
=$CPP
904 ac_cv_env_CPP_set
=${CPP+set}
905 ac_cv_env_CPP_value
=$CPP
906 ac_env_CPPFLAGS_set
=${CPPFLAGS+set}
907 ac_env_CPPFLAGS_value
=$CPPFLAGS
908 ac_cv_env_CPPFLAGS_set
=${CPPFLAGS+set}
909 ac_cv_env_CPPFLAGS_value
=$CPPFLAGS
910 ac_env_FC_set
=${FC+set}
912 ac_cv_env_FC_set
=${FC+set}
913 ac_cv_env_FC_value
=$FC
914 ac_env_FCFLAGS_set
=${FCFLAGS+set}
915 ac_env_FCFLAGS_value
=$FCFLAGS
916 ac_cv_env_FCFLAGS_set
=${FCFLAGS+set}
917 ac_cv_env_FCFLAGS_value
=$FCFLAGS
918 ac_env_LDFLAGS_set
=${LDFLAGS+set}
919 ac_env_LDFLAGS_value
=$LDFLAGS
920 ac_cv_env_LDFLAGS_set
=${LDFLAGS+set}
921 ac_cv_env_LDFLAGS_value
=$LDFLAGS
924 # Report the --help message.
926 if test "$ac_init_help" = "long"; then
927 # Omit some internal or obsolete options to make the list less imposing.
928 # This message is too long to be a string in the A/UX 3.1 sh.
930 \`configure' configures GNU Fortran Runtime Library 0.3 to adapt to many kinds of systems.
932 Usage: $0 [OPTION]... [VAR=VALUE]...
934 To assign environment variables (e.g., CC, CFLAGS...), specify them as
935 VAR=VALUE. See below for descriptions of some of the useful variables.
937 Defaults for the options are specified in brackets.
940 -h, --help display this help and exit
941 --help=short display options specific to this package
942 --help=recursive display the short help of all the included packages
943 -V, --version display version information and exit
944 -q, --quiet, --silent do not print \`checking...' messages
945 --cache-file=FILE cache test results in FILE [disabled]
946 -C, --config-cache alias for \`--cache-file=config.cache'
947 -n, --no-create do not create output files
948 --srcdir=DIR find the sources in DIR [configure dir or \`..']
953 Installation directories:
954 --prefix=PREFIX install architecture-independent files in PREFIX
956 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
959 By default, \`make install' will install all the files in
960 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
961 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
962 for instance \`--prefix=\$HOME'.
964 For better control, use the options below.
966 Fine tuning of the installation directories:
967 --bindir=DIR user executables [EPREFIX/bin]
968 --sbindir=DIR system admin executables [EPREFIX/sbin]
969 --libexecdir=DIR program executables [EPREFIX/libexec]
970 --datadir=DIR read-only architecture-independent data [PREFIX/share]
971 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
972 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
973 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
974 --libdir=DIR object code libraries [EPREFIX/lib]
975 --includedir=DIR C header files [PREFIX/include]
976 --oldincludedir=DIR C header files for non-gcc [/usr/include]
977 --infodir=DIR info documentation [PREFIX/info]
978 --mandir=DIR man documentation [PREFIX/man]
984 --program-prefix=PREFIX prepend PREFIX to installed program names
985 --program-suffix=SUFFIX append SUFFIX to installed program names
986 --program-transform-name=PROGRAM run
sed PROGRAM on installed program names
989 --build=BUILD configure
for building on BUILD
[guessed
]
990 --host=HOST cross-compile to build programs to run on HOST
[BUILD
]
991 --target=TARGET configure
for building compilers
for TARGET
[HOST
]
995 if test -n "$ac_init_help"; then
996 case $ac_init_help in
997 short | recursive
) echo "Configuration of GNU Fortran Runtime Library 0.3:";;
1002 --disable-FEATURE do not include FEATURE
(same as
--enable-FEATURE=no
)
1003 --enable-FEATURE[=ARG
] include FEATURE
[ARG
=yes]
1004 --enable-version-specific-runtime-libs Specify that runtime libraries should be installed
in a compiler-specific directory
1005 --enable-intermodule build the library
in one step
1006 --enable-maintainer-mode enable make rules and dependencies not useful
1007 (and sometimes confusing
) to the casual installer
1008 --enable-multilib build many library versions
(default
)
1009 --disable-dependency-tracking speeds up one-time build
1010 --enable-dependency-tracking do not reject slow dependency extractors
1011 --enable-shared[=PKGS
]
1012 build shared libraries
[default
=yes]
1013 --enable-static[=PKGS
]
1014 build static libraries
[default
=yes]
1015 --enable-fast-install[=PKGS
]
1016 optimize
for fast installation
[default
=yes]
1017 --disable-libtool-lock avoid locking
(might
break parallel builds
)
1018 --disable-largefile omit support
for large files
1021 --with-PACKAGE[=ARG
] use PACKAGE
[ARG
=yes]
1022 --without-PACKAGE do not use PACKAGE
(same as
--with-PACKAGE=no
)
1023 --with-build-libsubdir=DIR Directory where to
find libraries
for build system
1024 --with-pic try to use only PIC
/non-PIC objects
[default
=use
1026 --with-gnu-ld assume the C compiler uses GNU ld
[default
=no
]
1028 Some influential environment variables
:
1029 CC C compiler
command
1030 CFLAGS C compiler flags
1031 LDFLAGS linker flags
, e.g.
-L<lib dir
> if you have libraries
in a
1032 nonstandard directory
<lib dir
>
1033 CPPFLAGS C
/C
++ preprocessor flags
, e.g.
-I<include dir
> if you have
1034 headers
in a nonstandard directory
<include dir
>
1036 FC Fortran compiler
command
1037 FCFLAGS Fortran compiler flags
1039 Use these variables to override the choices made by
`configure' or to help
1040 it to find libraries and programs with nonstandard names/locations.
1045 if test "$ac_init_help" = "recursive"; then
1046 # If there are subdirs, report their specific --help.
1048 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1049 test -d $ac_dir || continue
1052 if test "$ac_dir" != .; then
1053 ac_dir_suffix=/`echo "$ac_dir" |
sed 's,^\.[\\/],,'`
1054 # A "../" for each directory in $ac_dir_suffix.
1055 ac_top_builddir=`echo "$ac_dir_suffix" |
sed 's,/[^\\/]*,../,g'`
1057 ac_dir_suffix= ac_top_builddir=
1061 .) # No --srcdir option. We are building in place.
1063 if test -z "$ac_top_builddir"; then
1066 ac_top_srcdir=`echo $ac_top_builddir |
sed 's,/$,,'`
1068 [\\/]* | ?:[\\/]* ) # Absolute path.
1069 ac_srcdir=$srcdir$ac_dir_suffix;
1070 ac_top_srcdir=$srcdir ;;
1072 ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix
1073 ac_top_srcdir=$ac_top_builddir$srcdir ;;
1076 # Do not use `cd foo
&& pwd` to compute absolute paths, because
1077 # the directories may not exist.
1079 .) ac_abs_builddir="$ac_dir";;
1082 .) ac_abs_builddir=`pwd`;;
1083 [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;
1084 *) ac_abs_builddir=`pwd`/"$ac_dir";;
1087 case $ac_abs_builddir in
1088 .) ac_abs_top_builddir=${ac_top_builddir}.;;
1090 case ${ac_top_builddir}. in
1091 .) ac_abs_top_builddir=$ac_abs_builddir;;
1092 [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;
1093 *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;
1096 case $ac_abs_builddir in
1097 .) ac_abs_srcdir=$ac_srcdir;;
1100 .) ac_abs_srcdir=$ac_abs_builddir;;
1101 [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;
1102 *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;
1105 case $ac_abs_builddir in
1106 .) ac_abs_top_srcdir=$ac_top_srcdir;;
1108 case $ac_top_srcdir in
1109 .) ac_abs_top_srcdir=$ac_abs_builddir;;
1110 [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;
1111 *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;
1116 # Check for guested configure; otherwise get Cygnus style configure.
1117 if test -f $ac_srcdir/configure.gnu; then
1119 $SHELL $ac_srcdir/configure.gnu --help=recursive
1120 elif test -f $ac_srcdir/configure; then
1122 $SHELL $ac_srcdir/configure --help=recursive
1123 elif test -f $ac_srcdir/configure.ac ||
1124 test -f $ac_srcdir/configure.in; then
1126 $ac_configure --help
1128 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1134 test -n "$ac_init_help" && exit 0
1135 if $ac_init_version; then
1137 GNU Fortran Runtime Library configure 0.3
1138 generated by GNU Autoconf 2.59
1140 Copyright (C) 2003 Free Software Foundation, Inc.
1141 This configure script is free software; the Free Software Foundation
1142 gives unlimited permission to copy, distribute and modify it.
1148 This file contains any messages produced by compilers while
1149 running configure, to aid debugging if configure makes a mistake.
1151 It was created by GNU Fortran Runtime Library $as_me 0.3, which was
1152 generated by GNU Autoconf 2.59. Invocation command line was
1163 hostname = `(hostname || uname
-n) 2>/dev
/null |
sed 1q
`
1164 uname -m = `(uname
-m) 2>/dev
/null ||
echo unknown
`
1165 uname -r = `(uname
-r) 2>/dev
/null ||
echo unknown
`
1166 uname -s = `(uname
-s) 2>/dev
/null ||
echo unknown
`
1167 uname -v = `(uname
-v) 2>/dev
/null ||
echo unknown
`
1169 /usr/bin/uname -p = `(/usr
/bin
/uname
-p) 2>/dev
/null ||
echo unknown
`
1170 /bin/uname -X = `(/bin
/uname
-X) 2>/dev
/null ||
echo unknown
`
1172 /bin/arch = `(/bin
/arch
) 2>/dev
/null ||
echo unknown
`
1173 /usr/bin/arch -k = `(/usr
/bin
/arch
-k) 2>/dev
/null ||
echo unknown
`
1174 /usr/convex/getsysinfo = `(/usr
/convex
/getsysinfo
) 2>/dev
/null ||
echo unknown
`
1175 hostinfo = `(hostinfo
) 2>/dev
/null ||
echo unknown
`
1176 /bin/machine = `(/bin
/machine
) 2>/dev
/null ||
echo unknown
`
1177 /usr/bin/oslevel = `(/usr
/bin
/oslevel
) 2>/dev
/null ||
echo unknown
`
1178 /bin/universe = `(/bin
/universe
) 2>/dev
/null ||
echo unknown
`
1182 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1186 test -z "$as_dir" && as_dir=.
1187 echo "PATH: $as_dir"
1202 # Keep a trace of the command line.
1203 # Strip out --no-create and --no-recursion so they do not pile up.
1204 # Strip out --silent because we don't want to record it for future runs.
1205 # Also quote any args containing shell meta-characters.
1206 # Make two passes to allow for proper duplicate-argument suppression.
1211 ac_must_keep_next=false
1217 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1218 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1219 | -silent | --silent | --silen | --sile | --sil)
1221 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1222 ac_arg=`echo "$ac_arg" |
sed "s/'/'\\\\\\\\''/g"` ;;
1225 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1227 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1228 if test $ac_must_keep_next = true; then
1229 ac_must_keep_next=false # Got value, back to normal.
1232 *=* | --config-cache | -C | -disable-* | --disable-* \
1233 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1234 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1235 | -with-* | --with-* | -without-* | --without-* | --x)
1236 case "$ac_configure_args0 " in
1237 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1240 -* ) ac_must_keep_next=true ;;
1243 ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1244 # Get rid of the leading space.
1250 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1251 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1253 # When interrupted or exit'd, cleanup temporary files, and complete
1254 # config.log. We remove comments because anyway the quotes in there
1255 # would cause problems or look ugly.
1256 # WARNING: Be sure not to use single quotes in there, as some shells,
1257 # such as our DU 5.0 friend, will then `close
' the trap.
1258 trap 'exit_status
=$?
1259 # Save into config.log some information that might help in debugging.
1264 ## ---------------- ##
1265 ## Cache variables. ##
1266 ## ---------------- ##
1269 # The following way of writing the cache mishandles newlines in values,
1272 case `(ac_space='"'"' '"'"'; set | grep ac_space) 2>&1` in
1275 "s/'"'"'/'"'"'\\\\'"'"''"'"'/g;
1276 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='"'"'\\2'"'"'/p"
1280 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
1287 ## ----------------- ##
1288 ## Output variables. ##
1289 ## ----------------- ##
1292 for ac_var
in $ac_subst_vars
1294 eval ac_val
=$
`echo $ac_var`
1295 echo "$ac_var='"'"'$ac_val'"'"'"
1299 if test -n "$ac_subst_files"; then
1306 for ac_var
in $ac_subst_files
1308 eval ac_val
=$
`echo $ac_var`
1309 echo "$ac_var='"'"'$ac_val'"'"'"
1314 if test -s confdefs.h
; then
1321 sed "/^$/d" confdefs.h |
sort
1324 test "$ac_signal" != 0 &&
1325 echo "$as_me: caught signal $ac_signal"
1326 echo "$as_me: exit $exit_status"
1328 rm -f core
*.core
&&
1329 rm -rf conftest
* confdefs
* conf$$
* $ac_clean_files &&
1332 for ac_signal in 1 2 13 15; do
1333 trap 'ac_signal
='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1337 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1338 rm -rf conftest* confdefs.h
1339 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
1342 # Predefined preprocessor variables.
1344 cat >>confdefs.h <<_ACEOF
1345 #define PACKAGE_NAME "$PACKAGE_NAME"
1349 cat >>confdefs.h <<_ACEOF
1350 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1354 cat >>confdefs.h <<_ACEOF
1355 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1359 cat >>confdefs.h <<_ACEOF
1360 #define PACKAGE_STRING "$PACKAGE_STRING"
1364 cat >>confdefs.h <<_ACEOF
1365 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1369 # Let the site file select an alternate cache file if it wants to.
1370 # Prefer explicitly selected file to automatically selected ones.
1371 if test -z "$CONFIG_SITE"; then
1372 if test "x$prefix" != xNONE; then
1373 CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
1375 CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
1378 for ac_site_file in $CONFIG_SITE; do
1379 if test -r "$ac_site_file"; then
1380 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1381 echo "$as_me: loading site script $ac_site_file" >&6;}
1382 sed 's
/^
/|
/' "$ac_site_file" >&5
1387 if test -r "$cache_file"; then
1388 # Some versions of bash will fail to source /dev/null (special
1389 # files actually), so we avoid doing that.
1390 if test -f "$cache_file"; then
1391 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1392 echo "$as_me: loading cache $cache_file" >&6;}
1394 [\\/]* | ?:[\\/]* ) . $cache_file;;
1395 *) . ./$cache_file;;
1399 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1400 echo "$as_me: creating cache $cache_file" >&6;}
1404 # Check that the precious variables saved in the cache have kept the same
1406 ac_cache_corrupted=false
1407 for ac_var in `(set) 2>&1 |
1408 sed -n 's
/^ac_env_\
([a-zA-Z_0-9
]*\
)_set
=.
*/\
1/p
'`; do
1409 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1410 eval ac_new_set=\$ac_env_${ac_var}_set
1411 eval ac_old_val="\$ac_cv_env_${ac_var}_value"
1412 eval ac_new_val="\$ac_env_${ac_var}_value"
1413 case $ac_old_set,$ac_new_set in
1415 { echo "$as_me:$LINENO: error: \`$ac_var' was
set to \
`$ac_old_val' in the previous run" >&5
1416 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run
" >&2;}
1417 ac_cache_corrupted=: ;;
1419 { echo "$as_me:$LINENO: error
: \
`$ac_var' was not set in the previous run" >&5
1420 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1421 ac_cache_corrupted=: ;;
1424 if test "x$ac_old_val" != "x$ac_new_val"; then
1425 # differences in whitespace do not lead to failure.
1426 ac_old_val_w=`echo x $ac_old_val`
1427 ac_new_val_w=`echo x $ac_new_val`
1428 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1429 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run
:" >&5
1430 echo "$as_me: error
: \
`$ac_var' has changed since the previous run:" >&2;}
1431 ac_cache_corrupted=:
1433 { echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1434 echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run
:" >&2;}
1435 eval $ac_var=\$ac_old_val
1437 { echo "$as_me:$LINENO: former value
: \
`$ac_old_val'" >&5
1438 echo "$as_me: former value: \`$ac_old_val'" >&2;}
1439 { echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1440 echo "$as_me: current value
: \
`$ac_new_val'" >&2;}
1443 # Pass precious variables to config.status.
1444 if test "$ac_new_set" = set; then
1446 *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)
1447 ac_arg=$ac_var=`echo "$ac_new_val" |
sed "s/'/'\\\\\\\\''/g"` ;;
1448 *) ac_arg=$ac_var=$ac_new_val ;;
1450 case " $ac_configure_args " in
1451 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1452 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1456 if $ac_cache_corrupted; then
1457 { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1458 echo "$as_me: error: in \`$ac_pwd':" >&2;}
1459 { echo "$as_me:$LINENO: error
: changes
in the environment can compromise the build
" >&5
1460 echo "$as_me: error
: changes
in the environment can compromise the build
" >&2;}
1461 { { echo "$as_me:$LINENO: error
: run \
`make distclean' and/or \`rm $cache_file' and start over" >&5
1462 echo "$as_me: error: run \`make distclean' and
/or \
`rm $cache_file' and start over" >&2;}
1463 { (exit 1); exit 1; }; }
1467 ac_cpp='$CPP $CPPFLAGS'
1468 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1469 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1470 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1501 ac_config_headers="$ac_config_headers config.h"
1504 for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do
1505 if test -f $ac_dir/install-sh; then
1507 ac_install_sh="$ac_aux_dir/install-sh -c"
1509 elif test -f $ac_dir/install.sh; then
1511 ac_install_sh="$ac_aux_dir/install.sh -c"
1513 elif test -f $ac_dir/shtool; then
1515 ac_install_sh="$ac_aux_dir/shtool install -c"
1519 if test -z "$ac_aux_dir"; then
1520 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&5
1521 echo "$as_me: error: cannot find install-sh or install.sh in $srcdir $srcdir/.. $srcdir/../.." >&2;}
1522 { (exit 1); exit 1; }; }
1524 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1525 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1526 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1528 # Make sure we can run config.sub.
1529 $ac_config_sub sun4 >/dev/null 2>&1 ||
1530 { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1531 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1532 { (exit 1); exit 1; }; }
1534 echo "$as_me:$LINENO: checking build system type" >&5
1535 echo $ECHO_N "checking build system type... $ECHO_C" >&6
1536 if test "${ac_cv_build+set}" = set; then
1537 echo $ECHO_N "(cached) $ECHO_C" >&6
1539 ac_cv_build_alias=$build_alias
1540 test -z "$ac_cv_build_alias" &&
1541 ac_cv_build_alias=`$ac_config_guess`
1542 test -z "$ac_cv_build_alias" &&
1543 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1544 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1545 { (exit 1); exit 1; }; }
1546 ac_cv_build=`$ac_config_sub $ac_cv_build_alias` ||
1547 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_build_alias failed" >&5
1548 echo "$as_me: error: $ac_config_sub $ac_cv_build_alias failed" >&2;}
1549 { (exit 1); exit 1; }; }
1552 echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1553 echo "${ECHO_T}$ac_cv_build" >&6
1555 build_cpu=`echo $ac_cv_build |
sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1556 build_vendor=`echo $ac_cv_build |
sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1557 build_os=`echo $ac_cv_build |
sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1560 case ${build_alias} in
1561 "") build_noncanonical=${build} ;;
1562 *) build_noncanonical=${build_alias} ;;
1565 case ${host_alias} in
1566 "") host_noncanonical=${build_noncanonical} ;;
1567 *) host_noncanonical=${host_alias} ;;
1570 case ${target_alias} in
1571 "") target_noncanonical=${host_noncanonical} ;;
1572 *) target_noncanonical=${target_alias} ;;
1576 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to
1577 # have matching libraries, they should use host libraries: Makefile.tpl
1578 # arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
1579 # However, they still use the build modules, because the corresponding
1580 # host modules (e.g. bison) are only built for the host when bootstrap
1582 # - build_subdir is where we find build modules, and never changes.
1583 # - build_libsubdir is where we find build libraries, and can be overridden.
1585 # Prefix 'build-' so this never conflicts with target_subdir.
1586 build_subdir="build-${build_noncanonical}"
1588 # Check whether --with-build-libsubdir or --without-build-libsubdir was given.
1589 if test "${with_build_libsubdir+set}" = set; then
1590 withval="$with_build_libsubdir"
1591 build_libsubdir="$withval"
1593 build_libsubdir="$build_subdir"
1595 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
1596 if ( test $srcdir = . && test -d gcc ) \
1597 || test -d $srcdir/../host-${host_noncanonical}; then
1598 host_subdir="host-${host_noncanonical}"
1603 target_subdir=${target_noncanonical}
1610 echo "$as_me:$LINENO: checking for --enable-version-specific-runtime-libs" >&5
1611 echo $ECHO_N "checking for --enable-version-specific-runtime-libs... $ECHO_C" >&6
1612 # Check whether --enable-version-specific-runtime-libs or --disable-version-specific-runtime-libs was given.
1613 if test "${enable_version_specific_runtime_libs+set}" = set; then
1614 enableval="$enable_version_specific_runtime_libs"
1615 case "$enableval" in
1616 yes) version_specific_libs=yes ;;
1617 no) version_specific_libs=no ;;
1618 *) { { echo "$as_me:$LINENO: error: Unknown argument to enable/disable version-specific libs" >&5
1619 echo "$as_me: error: Unknown argument to enable/disable version-specific libs" >&2;}
1620 { (exit 1); exit 1; }; };;
1623 version_specific_libs=no
1625 echo "$as_me:$LINENO: result: $version_specific_libs" >&5
1626 echo "${ECHO_T}$version_specific_libs" >&6
1628 # Build with intermodule optimisations
1629 echo "$as_me:$LINENO: checking for --enable-intermodule" >&5
1630 echo $ECHO_N "checking for --enable-intermodule... $ECHO_C" >&6
1631 # Check whether --enable-intermodule or --disable-intermodule was given.
1632 if test "${enable_intermodule+set}" = set; then
1633 enableval="$enable_intermodule"
1634 case "$enable_intermodule" in
1635 yes) onestep="-onestep";;
1641 echo "$as_me:$LINENO: result: $enable_intermodule" >&5
1642 echo "${ECHO_T}$enable_intermodule" >&6
1645 if test x$onestep = x-onestep; then
1655 # Gets build, host, target, *_vendor, *_cpu, *_os, etc.
1657 # You will slowly go insane if you do not grok the following fact: when
1658 # building this library, the top-level /target/ becomes the library's /host/.
1660 # configure then causes --target to default to --host, exactly like any
1661 # other package using autoconf. Therefore, 'target' and 'host' will
1662 # always be the same. This makes sense both for native and cross compilers
1663 # just think about it for a little while. :-)
1665 # Also, if this library is being configured as part of a cross compiler, the
1666 # top-level configure script will pass the "real" host as $with_cross_host.
1668 # Do not delete or change the following two lines. For why, see
1669 # http://gcc.gnu.org/ml/libstdc++/2003-07/msg00451.html
1670 echo "$as_me:$LINENO: checking host system type" >&5
1671 echo $ECHO_N "checking host system type... $ECHO_C" >&6
1672 if test "${ac_cv_host+set}" = set; then
1673 echo $ECHO_N "(cached) $ECHO_C" >&6
1675 ac_cv_host_alias=$host_alias
1676 test -z "$ac_cv_host_alias" &&
1677 ac_cv_host_alias=$ac_cv_build_alias
1678 ac_cv_host=`$ac_config_sub $ac_cv_host_alias` ||
1679 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_host_alias failed" >&5
1680 echo "$as_me: error: $ac_config_sub $ac_cv_host_alias failed" >&2;}
1681 { (exit 1); exit 1; }; }
1684 echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1685 echo "${ECHO_T}$ac_cv_host" >&6
1687 host_cpu=`echo $ac_cv_host |
sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1688 host_vendor=`echo $ac_cv_host |
sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1689 host_os=`echo $ac_cv_host |
sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1692 echo "$as_me:$LINENO: checking target system type" >&5
1693 echo $ECHO_N "checking target system type... $ECHO_C" >&6
1694 if test "${ac_cv_target+set}" = set; then
1695 echo $ECHO_N "(cached) $ECHO_C" >&6
1697 ac_cv_target_alias=$target_alias
1698 test "x$ac_cv_target_alias" = "x" &&
1699 ac_cv_target_alias=$ac_cv_host_alias
1700 ac_cv_target=`$ac_config_sub $ac_cv_target_alias` ||
1701 { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_cv_target_alias failed" >&5
1702 echo "$as_me: error: $ac_config_sub $ac_cv_target_alias failed" >&2;}
1703 { (exit 1); exit 1; }; }
1706 echo "$as_me:$LINENO: result: $ac_cv_target" >&5
1707 echo "${ECHO_T}$ac_cv_target" >&6
1708 target=$ac_cv_target
1709 target_cpu=`echo $ac_cv_target |
sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'`
1710 target_vendor=`echo $ac_cv_target |
sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\2/'`
1711 target_os=`echo $ac_cv_target |
sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
1714 # The aliases save the names the user supplied, while $host etc.
1715 # will get canonicalized.
1716 test -n "$target_alias" &&
1717 test "$program_prefix$program_suffix$program_transform_name" = \
1719 program_prefix=${target_alias}-
1720 target_alias=${target_alias-$host_alias}
1722 # Sets up automake. Must come after AC_CANONICAL_SYSTEM. Each of the
1723 # following is magically included in AUTOMAKE_OPTIONS in each Makefile.am.
1724 # 1.9.6: minimum required version
1725 # no-define: PACKAGE and VERSION will not be #define'd in config.h (a bunch
1726 # of other PACKAGE_* variables will, however, and there's nothing
1727 # we can do about that; they come from AC_INIT).
1728 # foreign: we don't follow the normal rules for GNU packages (no COPYING
1729 # file in the top srcdir, etc, etc), so stop complaining.
1730 # -Wall: turns on all automake warnings...
1731 # -Wno-portability: ...except this one, since GNU make is required.
1732 am__api_version="1.9"
1733 # Find a good install program. We prefer a C program (faster),
1734 # so one script is as good as another. But avoid the broken or
1735 # incompatible versions:
1736 # SysV /etc/install, /usr/sbin/install
1737 # SunOS /usr/etc/install
1738 # IRIX /sbin/install
1740 # AmigaOS /C/install, which installs bootblocks on floppy discs
1741 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1742 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1743 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1744 # OS/2's system install, which has a completely different semantic
1745 # ./install, which can be erroneously created by make from ./install.sh.
1746 # Reject install programs that cannot install multiple files.
1747 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1748 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
1749 if test -z "$INSTALL"; then
1750 if test "${ac_cv_path_install+set}" = set; then
1751 echo $ECHO_N "(cached) $ECHO_C" >&6
1753 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1757 test -z "$as_dir" && as_dir=.
1758 # Account for people who put trailing slashes in PATH elements.
1760 ./ | .// | /cC/* | \
1761 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1762 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1765 # OSF1 and SCO ODT 3.0 have their own names for install.
1766 # Don't use installbsd from OSF since it installs stuff as root
1768 for ac_prog in ginstall scoinst install; do
1769 for ac_exec_ext in '' $ac_executable_extensions; do
1770 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
1771 if test $ac_prog = install &&
1772 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1773 # AIX install. It has an incompatible calling convention.
1775 elif test $ac_prog = install &&
1776 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1777 # program-specific install script used by HP pwplus--don't use.
1780 rm -rf conftest.one conftest.two conftest.dir
1781 echo one > conftest.one
1782 echo two > conftest.two
1784 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
1785 test -s conftest.one && test -s conftest.two &&
1786 test -s conftest.dir/conftest.one &&
1787 test -s conftest.dir/conftest.two
1789 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1800 rm -rf conftest.one conftest.two conftest.dir
1803 if test "${ac_cv_path_install+set}" = set; then
1804 INSTALL=$ac_cv_path_install
1806 # As a last resort, use the slow shell script. Don't cache a
1807 # value for INSTALL within a source directory, because that will
1808 # break other packages using the cache if that directory is
1809 # removed, or if the value is a relative name.
1810 INSTALL=$ac_install_sh
1813 echo "$as_me:$LINENO: result: $INSTALL" >&5
1814 echo "${ECHO_T}$INSTALL" >&6
1816 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1817 # It thinks the first close brace ends the variable substitution.
1818 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1820 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1822 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1824 echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1825 echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6
1828 echo timestamp > conftest.file
1829 # Do `set' in a subshell so we don't clobber the current shell
's
1830 # arguments. Must try -L first in case configure is actually a
1831 # symlink; some systems play weird games with the mod time of symlinks
1832 # (eg FreeBSD returns the mod time of the symlink's containing
1835 set X
`ls -Lt $srcdir/configure conftest.file 2> /dev/null`
1836 if test "$*" = "X"; then
1838 set X
`ls -t $srcdir/configure conftest.file`
1841 if test "$*" != "X $srcdir/configure conftest.file" \
1842 && test "$*" != "X conftest.file $srcdir/configure"; then
1844 # If neither matched, then we have a broken ls. This can happen
1845 # if, for instance, CONFIG_SHELL is bash and it inherits a
1846 # broken ls alias from the environment. This has actually
1847 # happened. Such a system could not be considered "sane".
1848 { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
1849 alias in your environment" >&5
1850 echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
1851 alias in your environment" >&2;}
1852 { (exit 1); exit 1; }; }
1855 test "$2" = conftest.
file
1861 { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1862 Check your system clock" >&5
1863 echo "$as_me: error: newly created file is older than distributed files!
1864 Check your system clock" >&2;}
1865 { (exit 1); exit 1; }; }
1867 echo "$as_me:$LINENO: result: yes" >&5
1868 echo "${ECHO_T}yes" >&6
1869 test "$program_prefix" != NONE
&&
1870 program_transform_name
="s,^,$program_prefix,;$program_transform_name"
1871 # Use a double $ so make ignores it.
1872 test "$program_suffix" != NONE
&&
1873 program_transform_name
="s,\$,$program_suffix,;$program_transform_name"
1874 # Double any \ or $. echo might interpret backslashes.
1875 # By default was `s,x,x', remove it if useless.
1876 cat <<\_ACEOF
>conftest.
sed
1877 s
/[\\$
]/&&/g
;s
/;s
,x
,x
,$
//
1879 program_transform_name
=`echo $program_transform_name | sed -f conftest.sed`
1882 # expand $ac_aux_dir to an absolute path
1883 am_aux_dir
=`cd $ac_aux_dir && pwd`
1885 test x
"${MISSING+set}" = xset || MISSING
="\${SHELL} $am_aux_dir/missing"
1886 # Use eval to expand $SHELL
1887 if eval "$MISSING --run true"; then
1888 am_missing_run
="$MISSING --run "
1891 { echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
1892 echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
1895 if mkdir
-p --version .
>/dev
/null
2>&1 && test ! -d .
/--version; then
1896 # We used to keeping the `.' as first argument, in order to
1897 # allow $(mkdir_p) to be used without argument. As in
1898 # $(mkdir_p) $(somedir)
1899 # where $(somedir) is conditionally defined. However this is wrong
1901 # 1. if the package is installed by a user who cannot write `.'
1902 # make install will fail,
1903 # 2. the above comment should most certainly read
1904 # $(mkdir_p) $(DESTDIR)$(somedir)
1905 # so it does not work when $(somedir) is undefined and
1906 # $(DESTDIR) is not.
1907 # To support the latter case, we have to write
1908 # test -z "$(somedir)" || $(mkdir_p) $(DESTDIR)$(somedir),
1909 # so the `.' trick is pointless.
1910 mkdir_p
='mkdir -p --'
1912 # On NextStep and OpenStep, the `mkdir' command does not
1913 # recognize any option. It will interpret all options as
1914 # directories to create, and then abort because `.' already
1916 for d
in .
/-p .
/--version;
1918 test -d $d && rmdir $d
1920 # $(mkinstalldirs) is defined by Automake if mkinstalldirs exists.
1921 if test -f "$ac_aux_dir/mkinstalldirs"; then
1922 mkdir_p
='$(mkinstalldirs)'
1924 mkdir_p
='$(install_sh) -d'
1928 for ac_prog
in gawk mawk nawk
awk
1930 # Extract the first word of "$ac_prog", so it can be a program name with args.
1931 set dummy
$ac_prog; ac_word
=$2
1932 echo "$as_me:$LINENO: checking for $ac_word" >&5
1933 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
1934 if test "${ac_cv_prog_AWK+set}" = set; then
1935 echo $ECHO_N "(cached) $ECHO_C" >&6
1937 if test -n "$AWK"; then
1938 ac_cv_prog_AWK
="$AWK" # Let the user override the test.
1940 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
1944 test -z "$as_dir" && as_dir
=.
1945 for ac_exec_ext
in '' $ac_executable_extensions; do
1946 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
1947 ac_cv_prog_AWK
="$ac_prog"
1948 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
1957 if test -n "$AWK"; then
1958 echo "$as_me:$LINENO: result: $AWK" >&5
1959 echo "${ECHO_T}$AWK" >&6
1961 echo "$as_me:$LINENO: result: no" >&5
1962 echo "${ECHO_T}no" >&6
1965 test -n "$AWK" && break
1968 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1969 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
1970 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
1971 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
1972 echo $ECHO_N "(cached) $ECHO_C" >&6
1974 cat >conftest.
make <<\_ACEOF
1976 @
echo 'ac_maketemp="$(MAKE)"'
1978 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1979 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1980 if test -n "$ac_maketemp"; then
1981 eval ac_cv_prog_make_
${ac_make}_set
=yes
1983 eval ac_cv_prog_make_
${ac_make}_set
=no
1987 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
1988 echo "$as_me:$LINENO: result: yes" >&5
1989 echo "${ECHO_T}yes" >&6
1992 echo "$as_me:$LINENO: result: no" >&5
1993 echo "${ECHO_T}no" >&6
1994 SET_MAKE
="MAKE=${MAKE-make}"
1997 rm -rf .tst
2>/dev
/null
1998 mkdir .tst
2>/dev
/null
1999 if test -d .tst
; then
2004 rmdir .tst
2>/dev
/null
2006 # test to see if srcdir already configured
2007 if test "`cd $srcdir && pwd`" != "`pwd`" &&
2008 test -f $srcdir/config.status
; then
2009 { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2010 echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
2011 { (exit 1); exit 1; }; }
2014 # test whether we have cygpath
2015 if test -z "$CYGPATH_W"; then
2016 if (cygpath
--version) >/dev
/null
2>/dev
/null
; then
2017 CYGPATH_W
='cygpath -w'
2024 # Define the identity of the package.
2025 PACKAGE
='libgfortran'
2029 # Some tools Automake needs.
2031 ACLOCAL
=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2034 AUTOCONF
=${AUTOCONF-"${am_missing_run}autoconf"}
2037 AUTOMAKE
=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2040 AUTOHEADER
=${AUTOHEADER-"${am_missing_run}autoheader"}
2043 MAKEINFO
=${MAKEINFO-"${am_missing_run}makeinfo"}
2045 install_sh
=${install_sh-"$am_aux_dir/install-sh"}
2047 # Installed binaries are usually stripped using `strip' when the user
2048 # run `make install-strip'. However `strip' might not be the right
2049 # tool to use in cross-compilation environments, therefore Automake
2050 # will honor the `STRIP' environment variable to overrule this program.
2051 if test "$cross_compiling" != no
; then
2052 if test -n "$ac_tool_prefix"; then
2053 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2054 set dummy
${ac_tool_prefix}strip
; ac_word
=$2
2055 echo "$as_me:$LINENO: checking for $ac_word" >&5
2056 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2057 if test "${ac_cv_prog_STRIP+set}" = set; then
2058 echo $ECHO_N "(cached) $ECHO_C" >&6
2060 if test -n "$STRIP"; then
2061 ac_cv_prog_STRIP
="$STRIP" # Let the user override the test.
2063 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2067 test -z "$as_dir" && as_dir
=.
2068 for ac_exec_ext
in '' $ac_executable_extensions; do
2069 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2070 ac_cv_prog_STRIP
="${ac_tool_prefix}strip"
2071 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2079 STRIP
=$ac_cv_prog_STRIP
2080 if test -n "$STRIP"; then
2081 echo "$as_me:$LINENO: result: $STRIP" >&5
2082 echo "${ECHO_T}$STRIP" >&6
2084 echo "$as_me:$LINENO: result: no" >&5
2085 echo "${ECHO_T}no" >&6
2089 if test -z "$ac_cv_prog_STRIP"; then
2091 # Extract the first word of "strip", so it can be a program name with args.
2092 set dummy strip
; ac_word
=$2
2093 echo "$as_me:$LINENO: checking for $ac_word" >&5
2094 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2095 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2096 echo $ECHO_N "(cached) $ECHO_C" >&6
2098 if test -n "$ac_ct_STRIP"; then
2099 ac_cv_prog_ac_ct_STRIP
="$ac_ct_STRIP" # Let the user override the test.
2101 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2105 test -z "$as_dir" && as_dir
=.
2106 for ac_exec_ext
in '' $ac_executable_extensions; do
2107 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2108 ac_cv_prog_ac_ct_STRIP
="strip"
2109 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2115 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP
=":"
2118 ac_ct_STRIP
=$ac_cv_prog_ac_ct_STRIP
2119 if test -n "$ac_ct_STRIP"; then
2120 echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2121 echo "${ECHO_T}$ac_ct_STRIP" >&6
2123 echo "$as_me:$LINENO: result: no" >&5
2124 echo "${ECHO_T}no" >&6
2129 STRIP
="$ac_cv_prog_STRIP"
2133 INSTALL_STRIP_PROGRAM
="\${SHELL} \$(install_sh) -c -s"
2135 # We need awk for the "check" target. The system "awk" is bad on
2137 # Always define AMTAR for backward compatibility.
2139 AMTAR
=${AMTAR-"${am_missing_run}tar"}
2141 am__tar
='${AMTAR} chof - "$$tardir"'; am__untar
='${AMTAR} xf -'
2148 echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
2149 echo $ECHO_N "checking whether to enable maintainer-specific portions of Makefiles... $ECHO_C" >&6
2150 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given.
2151 if test "${enable_maintainer_mode+set}" = set; then
2152 enableval
="$enable_maintainer_mode"
2153 USE_MAINTAINER_MODE
=$enableval
2155 USE_MAINTAINER_MODE
=no
2157 echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
2158 echo "${ECHO_T}$USE_MAINTAINER_MODE" >&6
2161 if test $USE_MAINTAINER_MODE = yes; then
2162 MAINTAINER_MODE_TRUE
=
2163 MAINTAINER_MODE_FALSE
='#'
2165 MAINTAINER_MODE_TRUE
='#'
2166 MAINTAINER_MODE_FALSE
=
2169 MAINT
=$MAINTAINER_MODE_TRUE
2172 # Default to --enable-multilib
2173 # Check whether --enable-multilib or --disable-multilib was given.
2174 if test "${enable_multilib+set}" = set; then
2175 enableval
="$enable_multilib"
2176 case "$enableval" in
2177 yes) multilib
=yes ;;
2179 *) { { echo "$as_me:$LINENO: error: bad value $enableval for multilib option" >&5
2180 echo "$as_me: error: bad value $enableval for multilib option" >&2;}
2181 { (exit 1); exit 1; }; } ;;
2187 # We may get other options which we leave undocumented:
2188 # --with-target-subdir, --with-multisrctop, --with-multisubdir
2189 # See config-ml.in if you want the gory details.
2191 if test "$srcdir" = "."; then
2192 if test "$with_target_subdir" != "."; then
2193 multi_basedir
="$srcdir/$with_multisrctop../.."
2195 multi_basedir
="$srcdir/$with_multisrctop.."
2198 multi_basedir
="$srcdir/.."
2202 # Even if the default multilib is not a cross compilation,
2203 # it may be that some of the other multilibs are.
2204 if test $cross_compiling = no
&& test $multilib = yes \
2205 && test "x${with_multisubdir}" != x
; then
2206 cross_compiling
=maybe
2209 ac_config_commands
="$ac_config_commands default-1"
2212 # Handy for debugging:
2213 #AC_MSG_NOTICE($build / $host / $target / $host_alias / $target_alias); sleep 5
2215 # Are we being configured with some form of cross compiler?
2216 # NB: We don't actually need to know this just now, but when, say, a test
2217 # suite is included, we'll have to know.
2218 if test "$build" != "$host"; then
2219 LIBGFOR_IS_NATIVE
=false
2222 LIBGFOR_IS_NATIVE
=true
2225 # Calculate toolexeclibdir
2226 # Also toolexecdir, though it's only used in toolexeclibdir
2227 case ${version_specific_libs} in
2229 # Need the gcc compiler version to know where to install libraries
2230 # and header files if --enable-version-specific-runtime-libs option
2232 toolexecdir
='$(libdir)/gcc/$(target_alias)'
2233 toolexeclibdir
='$(toolexecdir)/$(gcc_version)$(MULTISUBDIR)'
2236 if test -n "$with_cross_host" &&
2237 test x
"$with_cross_host" != x
"no"; then
2238 # Install a library built with a cross compiler in tooldir, not libdir.
2239 toolexecdir
='$(exec_prefix)/$(target_alias)'
2240 toolexeclibdir
='$(toolexecdir)/lib'
2242 toolexecdir
='$(libdir)/gcc-lib/$(target_alias)'
2243 toolexeclibdir
='$(libdir)'
2245 multi_os_directory
=`$CC -print-multi-os-directory`
2246 case $multi_os_directory in
2247 .
) ;; # Avoid trailing /.
2248 *) toolexeclibdir
=$toolexeclibdir/$multi_os_directory ;;
2255 # Check the compiler.
2256 # The same as in boehm-gc and libstdc++. Have to borrow it from there.
2257 # We must force CC to /not/ be precious variables; otherwise
2258 # the wrong, non-multilib-adjusted value will be used in multilibs.
2259 # As a side effect, we have to subst CFLAGS ourselves.
2264 ac_cpp
='$CPP $CPPFLAGS'
2265 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2266 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2267 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
2268 if test -n "$ac_tool_prefix"; then
2269 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2270 set dummy
${ac_tool_prefix}gcc
; ac_word
=$2
2271 echo "$as_me:$LINENO: checking for $ac_word" >&5
2272 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2273 if test "${ac_cv_prog_CC+set}" = set; then
2274 echo $ECHO_N "(cached) $ECHO_C" >&6
2276 if test -n "$CC"; then
2277 ac_cv_prog_CC
="$CC" # Let the user override the test.
2279 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2283 test -z "$as_dir" && as_dir
=.
2284 for ac_exec_ext
in '' $ac_executable_extensions; do
2285 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2286 ac_cv_prog_CC
="${ac_tool_prefix}gcc"
2287 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2296 if test -n "$CC"; then
2297 echo "$as_me:$LINENO: result: $CC" >&5
2298 echo "${ECHO_T}$CC" >&6
2300 echo "$as_me:$LINENO: result: no" >&5
2301 echo "${ECHO_T}no" >&6
2305 if test -z "$ac_cv_prog_CC"; then
2307 # Extract the first word of "gcc", so it can be a program name with args.
2308 set dummy gcc
; ac_word
=$2
2309 echo "$as_me:$LINENO: checking for $ac_word" >&5
2310 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2311 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2312 echo $ECHO_N "(cached) $ECHO_C" >&6
2314 if test -n "$ac_ct_CC"; then
2315 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2317 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2321 test -z "$as_dir" && as_dir
=.
2322 for ac_exec_ext
in '' $ac_executable_extensions; do
2323 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2324 ac_cv_prog_ac_ct_CC
="gcc"
2325 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2333 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2334 if test -n "$ac_ct_CC"; then
2335 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2336 echo "${ECHO_T}$ac_ct_CC" >&6
2338 echo "$as_me:$LINENO: result: no" >&5
2339 echo "${ECHO_T}no" >&6
2347 if test -z "$CC"; then
2348 if test -n "$ac_tool_prefix"; then
2349 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2350 set dummy
${ac_tool_prefix}cc
; ac_word
=$2
2351 echo "$as_me:$LINENO: checking for $ac_word" >&5
2352 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2353 if test "${ac_cv_prog_CC+set}" = set; then
2354 echo $ECHO_N "(cached) $ECHO_C" >&6
2356 if test -n "$CC"; then
2357 ac_cv_prog_CC
="$CC" # Let the user override the test.
2359 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2363 test -z "$as_dir" && as_dir
=.
2364 for ac_exec_ext
in '' $ac_executable_extensions; do
2365 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2366 ac_cv_prog_CC
="${ac_tool_prefix}cc"
2367 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2376 if test -n "$CC"; then
2377 echo "$as_me:$LINENO: result: $CC" >&5
2378 echo "${ECHO_T}$CC" >&6
2380 echo "$as_me:$LINENO: result: no" >&5
2381 echo "${ECHO_T}no" >&6
2385 if test -z "$ac_cv_prog_CC"; then
2387 # Extract the first word of "cc", so it can be a program name with args.
2388 set dummy cc
; ac_word
=$2
2389 echo "$as_me:$LINENO: checking for $ac_word" >&5
2390 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2391 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2392 echo $ECHO_N "(cached) $ECHO_C" >&6
2394 if test -n "$ac_ct_CC"; then
2395 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2397 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2401 test -z "$as_dir" && as_dir
=.
2402 for ac_exec_ext
in '' $ac_executable_extensions; do
2403 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2404 ac_cv_prog_ac_ct_CC
="cc"
2405 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2413 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2414 if test -n "$ac_ct_CC"; then
2415 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2416 echo "${ECHO_T}$ac_ct_CC" >&6
2418 echo "$as_me:$LINENO: result: no" >&5
2419 echo "${ECHO_T}no" >&6
2428 if test -z "$CC"; then
2429 # Extract the first word of "cc", so it can be a program name with args.
2430 set dummy cc
; ac_word
=$2
2431 echo "$as_me:$LINENO: checking for $ac_word" >&5
2432 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2433 if test "${ac_cv_prog_CC+set}" = set; then
2434 echo $ECHO_N "(cached) $ECHO_C" >&6
2436 if test -n "$CC"; then
2437 ac_cv_prog_CC
="$CC" # Let the user override the test.
2440 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2444 test -z "$as_dir" && as_dir
=.
2445 for ac_exec_ext
in '' $ac_executable_extensions; do
2446 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2447 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2448 ac_prog_rejected
=yes
2452 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2458 if test $ac_prog_rejected = yes; then
2459 # We found a bogon in the path, so make sure we never use it.
2460 set dummy
$ac_cv_prog_CC
2462 if test $# != 0; then
2463 # We chose a different compiler from the bogus one.
2464 # However, it has the same basename, so the bogon will be chosen
2465 # first if we set CC to just the basename; use the full file name.
2467 ac_cv_prog_CC
="$as_dir/$ac_word${1+' '}$@"
2473 if test -n "$CC"; then
2474 echo "$as_me:$LINENO: result: $CC" >&5
2475 echo "${ECHO_T}$CC" >&6
2477 echo "$as_me:$LINENO: result: no" >&5
2478 echo "${ECHO_T}no" >&6
2482 if test -z "$CC"; then
2483 if test -n "$ac_tool_prefix"; then
2486 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2487 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
2488 echo "$as_me:$LINENO: checking for $ac_word" >&5
2489 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2490 if test "${ac_cv_prog_CC+set}" = set; then
2491 echo $ECHO_N "(cached) $ECHO_C" >&6
2493 if test -n "$CC"; then
2494 ac_cv_prog_CC
="$CC" # Let the user override the test.
2496 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2500 test -z "$as_dir" && as_dir
=.
2501 for ac_exec_ext
in '' $ac_executable_extensions; do
2502 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2503 ac_cv_prog_CC
="$ac_tool_prefix$ac_prog"
2504 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2513 if test -n "$CC"; then
2514 echo "$as_me:$LINENO: result: $CC" >&5
2515 echo "${ECHO_T}$CC" >&6
2517 echo "$as_me:$LINENO: result: no" >&5
2518 echo "${ECHO_T}no" >&6
2521 test -n "$CC" && break
2524 if test -z "$CC"; then
2528 # Extract the first word of "$ac_prog", so it can be a program name with args.
2529 set dummy
$ac_prog; ac_word
=$2
2530 echo "$as_me:$LINENO: checking for $ac_word" >&5
2531 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
2532 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2533 echo $ECHO_N "(cached) $ECHO_C" >&6
2535 if test -n "$ac_ct_CC"; then
2536 ac_cv_prog_ac_ct_CC
="$ac_ct_CC" # Let the user override the test.
2538 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
2542 test -z "$as_dir" && as_dir
=.
2543 for ac_exec_ext
in '' $ac_executable_extensions; do
2544 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2545 ac_cv_prog_ac_ct_CC
="$ac_prog"
2546 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2554 ac_ct_CC
=$ac_cv_prog_ac_ct_CC
2555 if test -n "$ac_ct_CC"; then
2556 echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2557 echo "${ECHO_T}$ac_ct_CC" >&6
2559 echo "$as_me:$LINENO: result: no" >&5
2560 echo "${ECHO_T}no" >&6
2563 test -n "$ac_ct_CC" && break
2572 test -z "$CC" && { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2573 echo "$as_me: error: in \`$ac_pwd':" >&2;}
2574 { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2575 See \`config.log' for more details." >&5
2576 echo "$as_me: error: no acceptable C compiler found in \$PATH
2577 See \`config.log' for more details." >&2;}
2578 { (exit 1); exit 1; }; }; }
2580 # Provide some information about the compiler.
2581 echo "$as_me:$LINENO:" \
2582 "checking for C compiler version" >&5
2583 ac_compiler
=`set X $ac_compile; echo $2`
2584 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
2585 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
2587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2588 (exit $ac_status); }
2589 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
2590 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
2592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2593 (exit $ac_status); }
2594 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
2595 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
2597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2598 (exit $ac_status); }
2600 cat >conftest.
$ac_ext <<_ACEOF
2603 cat confdefs.h
>>conftest.
$ac_ext
2604 cat >>conftest.
$ac_ext <<_ACEOF
2605 /* end confdefs.h. */
2616 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2617 (eval $ac_link) 2>&5
2619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2620 (exit $ac_status); }; then
2626 if test x
$gcc_no_link = xyes
; then
2627 # Setting cross_compile will disable run tests; it will
2628 # also disable AC_CHECK_FILE but that's generally
2629 # correct if we can't link.
2633 cat >conftest.
$ac_ext <<_ACEOF
2636 cat confdefs.h
>>conftest.
$ac_ext
2637 cat >>conftest.
$ac_ext <<_ACEOF
2638 /* end confdefs.h. */
2648 ac_clean_files_save
=$ac_clean_files
2649 ac_clean_files
="$ac_clean_files a.out a.exe b.out"
2650 # Try to create an executable without -o first, disregard a.out.
2651 # It will help us diagnose broken compilers, and finding out an intuition
2653 echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2654 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6
2655 ac_link_default
=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2656 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2657 (eval $ac_link_default) 2>&5
2659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2660 (exit $ac_status); }; then
2661 # Find the output, starting from the most likely. This scheme is
2662 # not robust to junk in `.', hence go to wildcards (a.*) only as a last
2665 # Be careful to initialize this variable, since it used to be cached.
2666 # Otherwise an old cache value of `no' led to `EXEEXT = no' in a Makefile.
2668 # b.out is created by i960 compilers.
2669 for ac_file
in a_out.exe a.exe conftest.exe a.out conftest a.
* conftest.
* b.out
2671 test -f "$ac_file" ||
continue
2673 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
)
2676 # This is the source file.
2679 # We found the default executable, but exeext='' is most
2683 ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2684 # FIXME: I believe we export ac_cv_exeext for Libtool,
2685 # but it would be cool to find out if it's true. Does anybody
2686 # maintain Libtool? --akim.
2694 echo "$as_me: failed program was:" >&5
2695 sed 's/^/| /' conftest.
$ac_ext >&5
2697 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2698 echo "$as_me: error: in \`$ac_pwd':" >&2;}
2699 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2700 See \`config.log' for more details." >&5
2701 echo "$as_me: error: C compiler cannot create executables
2702 See \`config.log' for more details." >&2;}
2703 { (exit 77); exit 77; }; }; }
2706 ac_exeext
=$ac_cv_exeext
2707 echo "$as_me:$LINENO: result: $ac_file" >&5
2708 echo "${ECHO_T}$ac_file" >&6
2710 # Check the compiler produces executables we can run. If not, either
2711 # the compiler is broken, or we cross compile.
2712 echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2713 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6
2714 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2715 # If not cross compiling, check that we can run a simple program.
2716 if test "$cross_compiling" != yes; then
2717 if { ac_try
='./$ac_file'
2718 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2722 (exit $ac_status); }; }; then
2725 if test "$cross_compiling" = maybe
; then
2728 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2729 echo "$as_me: error: in \`$ac_pwd':" >&2;}
2730 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2731 If you meant to cross compile, use \`--host'.
2732 See \`config.log' for more details." >&5
2733 echo "$as_me: error: cannot run C compiled programs.
2734 If you meant to cross compile, use \`--host'.
2735 See \`config.log' for more details." >&2;}
2736 { (exit 1); exit 1; }; }; }
2740 echo "$as_me:$LINENO: result: yes" >&5
2741 echo "${ECHO_T}yes" >&6
2743 rm -f a.out a.exe conftest
$ac_cv_exeext b.out
2744 ac_clean_files
=$ac_clean_files_save
2745 # Check the compiler produces executables we can run. If not, either
2746 # the compiler is broken, or we cross compile.
2747 echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2748 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6
2749 echo "$as_me:$LINENO: result: $cross_compiling" >&5
2750 echo "${ECHO_T}$cross_compiling" >&6
2752 echo "$as_me:$LINENO: checking for suffix of executables" >&5
2753 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6
2754 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2755 (eval $ac_link) 2>&5
2757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2758 (exit $ac_status); }; then
2759 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2760 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2761 # work properly (i.e., refer to `conftest.exe'), while it won't with
2763 for ac_file
in conftest.exe conftest conftest.
*; do
2764 test -f "$ac_file" ||
continue
2766 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg |
*.o |
*.obj
) ;;
2767 *.
* ) ac_cv_exeext
=`expr "$ac_file" : '[^.]*\(\..*\)'`
2774 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2775 echo "$as_me: error: in \`$ac_pwd':" >&2;}
2776 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2777 See \`config.log' for more details." >&5
2778 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2779 See \`config.log' for more details." >&2;}
2780 { (exit 1); exit 1; }; }; }
2783 rm -f conftest
$ac_cv_exeext
2784 echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2785 echo "${ECHO_T}$ac_cv_exeext" >&6
2787 rm -f conftest.
$ac_ext
2788 EXEEXT
=$ac_cv_exeext
2791 echo "$as_me:$LINENO: checking for suffix of object files" >&5
2792 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6
2793 if test "${ac_cv_objext+set}" = set; then
2794 echo $ECHO_N "(cached) $ECHO_C" >&6
2796 cat >conftest.
$ac_ext <<_ACEOF
2799 cat confdefs.h
>>conftest.
$ac_ext
2800 cat >>conftest.
$ac_ext <<_ACEOF
2801 /* end confdefs.h. */
2811 rm -f conftest.o conftest.obj
2812 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2813 (eval $ac_compile) 2>&5
2815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2816 (exit $ac_status); }; then
2817 for ac_file
in `(ls conftest.o conftest.obj; ls conftest.*) 2>/dev/null`; do
2819 *.
$ac_ext |
*.xcoff |
*.tds |
*.d |
*.pdb |
*.xSYM |
*.bb |
*.bbg
) ;;
2820 *) ac_cv_objext
=`expr "$ac_file" : '.*\.\(.*\)'`
2825 echo "$as_me: failed program was:" >&5
2826 sed 's/^/| /' conftest.
$ac_ext >&5
2828 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2829 echo "$as_me: error: in \`$ac_pwd':" >&2;}
2830 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2831 See \`config.log' for more details." >&5
2832 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2833 See \`config.log' for more details." >&2;}
2834 { (exit 1); exit 1; }; }; }
2837 rm -f conftest.
$ac_cv_objext conftest.
$ac_ext
2839 echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2840 echo "${ECHO_T}$ac_cv_objext" >&6
2841 OBJEXT
=$ac_cv_objext
2843 echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2844 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6
2845 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2846 echo $ECHO_N "(cached) $ECHO_C" >&6
2848 cat >conftest.
$ac_ext <<_ACEOF
2851 cat confdefs.h
>>conftest.
$ac_ext
2852 cat >>conftest.
$ac_ext <<_ACEOF
2853 /* end confdefs.h. */
2866 rm -f conftest.
$ac_objext
2867 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2868 (eval $ac_compile) 2>conftest.er1
2870 grep -v '^ *+' conftest.er1
>conftest.err
2872 cat conftest.err
>&5
2873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2874 (exit $ac_status); } &&
2875 { ac_try
='test -z "$ac_c_werror_flag"
2876 || test ! -s conftest.err'
2877 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2881 (exit $ac_status); }; } &&
2882 { ac_try
='test -s conftest.$ac_objext'
2883 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2887 (exit $ac_status); }; }; then
2890 echo "$as_me: failed program was:" >&5
2891 sed 's/^/| /' conftest.
$ac_ext >&5
2895 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2896 ac_cv_c_compiler_gnu
=$ac_compiler_gnu
2899 echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2900 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6
2901 GCC
=`test $ac_compiler_gnu = yes && echo yes`
2902 ac_test_CFLAGS
=${CFLAGS+set}
2903 ac_save_CFLAGS
=$CFLAGS
2905 echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2906 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6
2907 if test "${ac_cv_prog_cc_g+set}" = set; then
2908 echo $ECHO_N "(cached) $ECHO_C" >&6
2910 cat >conftest.
$ac_ext <<_ACEOF
2913 cat confdefs.h
>>conftest.
$ac_ext
2914 cat >>conftest.
$ac_ext <<_ACEOF
2915 /* end confdefs.h. */
2925 rm -f conftest.
$ac_objext
2926 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2927 (eval $ac_compile) 2>conftest.er1
2929 grep -v '^ *+' conftest.er1
>conftest.err
2931 cat conftest.err
>&5
2932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2933 (exit $ac_status); } &&
2934 { ac_try
='test -z "$ac_c_werror_flag"
2935 || test ! -s conftest.err'
2936 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2940 (exit $ac_status); }; } &&
2941 { ac_try
='test -s conftest.$ac_objext'
2942 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2946 (exit $ac_status); }; }; then
2949 echo "$as_me: failed program was:" >&5
2950 sed 's/^/| /' conftest.
$ac_ext >&5
2954 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
2956 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2957 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6
2958 if test "$ac_test_CFLAGS" = set; then
2959 CFLAGS
=$ac_save_CFLAGS
2960 elif test $ac_cv_prog_cc_g = yes; then
2961 if test "$GCC" = yes; then
2967 if test "$GCC" = yes; then
2973 echo "$as_me:$LINENO: checking for $CC option to accept ANSI C" >&5
2974 echo $ECHO_N "checking for $CC option to accept ANSI C... $ECHO_C" >&6
2975 if test "${ac_cv_prog_cc_stdc+set}" = set; then
2976 echo $ECHO_N "(cached) $ECHO_C" >&6
2978 ac_cv_prog_cc_stdc
=no
2980 cat >conftest.
$ac_ext <<_ACEOF
2983 cat confdefs.h
>>conftest.
$ac_ext
2984 cat >>conftest.
$ac_ext <<_ACEOF
2985 /* end confdefs.h. */
2988 #include <sys/types.h>
2989 #include <sys/stat.h>
2990 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
2991 struct buf { int x; };
2992 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2993 static char *e (p, i)
2999 static char *f (char * (*g) (char **, int), char **p, ...)
3004 s = g (p, va_arg (v,int));
3009 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3010 function prototypes and stuff, but not '\xHH' hex character constants.
3011 These don't provoke an error unfortunately, instead are silently treated
3012 as 'x'. The following induces an error, until -std1 is added to get
3013 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3014 array size at least. It's necessary to write '\x00'==0 to get something
3015 that's true only with -std1. */
3016 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3018 int test (int i, double x);
3019 struct s1 {int (*f) (int a);};
3020 struct s2 {int (*f) (double a);};
3021 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3027 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3032 # Don't try gcc -ansi; that turns off useful extensions and
3033 # breaks some systems' header files.
3034 # AIX -qlanglvl=ansi
3035 # Ultrix and OSF/1 -std1
3036 # HP-UX 10.20 and later -Ae
3037 # HP-UX older versions -Aa -D_HPUX_SOURCE
3038 # SVR4 -Xc -D__EXTENSIONS__
3039 for ac_arg
in "" -qlanglvl=ansi
-std1 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3041 CC
="$ac_save_CC $ac_arg"
3042 rm -f conftest.
$ac_objext
3043 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3044 (eval $ac_compile) 2>conftest.er1
3046 grep -v '^ *+' conftest.er1
>conftest.err
3048 cat conftest.err
>&5
3049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3050 (exit $ac_status); } &&
3051 { ac_try
='test -z "$ac_c_werror_flag"
3052 || test ! -s conftest.err'
3053 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3057 (exit $ac_status); }; } &&
3058 { ac_try
='test -s conftest.$ac_objext'
3059 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3063 (exit $ac_status); }; }; then
3064 ac_cv_prog_cc_stdc
=$ac_arg
3067 echo "$as_me: failed program was:" >&5
3068 sed 's/^/| /' conftest.
$ac_ext >&5
3071 rm -f conftest.err conftest.
$ac_objext
3073 rm -f conftest.
$ac_ext conftest.
$ac_objext
3078 case "x$ac_cv_prog_cc_stdc" in
3080 echo "$as_me:$LINENO: result: none needed" >&5
3081 echo "${ECHO_T}none needed" >&6 ;;
3083 echo "$as_me:$LINENO: result: $ac_cv_prog_cc_stdc" >&5
3084 echo "${ECHO_T}$ac_cv_prog_cc_stdc" >&6
3085 CC
="$CC $ac_cv_prog_cc_stdc" ;;
3088 # Some people use a C++ compiler to compile C. Since we use `exit',
3089 # in C++ we need to declare it. In case someone uses the same compiler
3090 # for both compiling C and C++ we need to have the C++ compiler decide
3091 # the declaration of exit, since it's the most demanding environment.
3092 cat >conftest.
$ac_ext <<_ACEOF
3097 rm -f conftest.
$ac_objext
3098 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3099 (eval $ac_compile) 2>conftest.er1
3101 grep -v '^ *+' conftest.er1
>conftest.err
3103 cat conftest.err
>&5
3104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3105 (exit $ac_status); } &&
3106 { ac_try
='test -z "$ac_c_werror_flag"
3107 || test ! -s conftest.err'
3108 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3112 (exit $ac_status); }; } &&
3113 { ac_try
='test -s conftest.$ac_objext'
3114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3118 (exit $ac_status); }; }; then
3119 for ac_declaration
in \
3121 'extern "C" void std::exit (int) throw (); using std::exit;' \
3122 'extern "C" void std::exit (int); using std::exit;' \
3123 'extern "C" void exit (int) throw ();' \
3124 'extern "C" void exit (int);' \
3127 cat >conftest.
$ac_ext <<_ACEOF
3130 cat confdefs.h
>>conftest.
$ac_ext
3131 cat >>conftest.
$ac_ext <<_ACEOF
3132 /* end confdefs.h. */
3143 rm -f conftest.
$ac_objext
3144 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3145 (eval $ac_compile) 2>conftest.er1
3147 grep -v '^ *+' conftest.er1
>conftest.err
3149 cat conftest.err
>&5
3150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3151 (exit $ac_status); } &&
3152 { ac_try
='test -z "$ac_c_werror_flag"
3153 || test ! -s conftest.err'
3154 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3158 (exit $ac_status); }; } &&
3159 { ac_try
='test -s conftest.$ac_objext'
3160 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3164 (exit $ac_status); }; }; then
3167 echo "$as_me: failed program was:" >&5
3168 sed 's/^/| /' conftest.
$ac_ext >&5
3172 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3173 cat >conftest.
$ac_ext <<_ACEOF
3176 cat confdefs.h
>>conftest.
$ac_ext
3177 cat >>conftest.
$ac_ext <<_ACEOF
3178 /* end confdefs.h. */
3188 rm -f conftest.
$ac_objext
3189 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3190 (eval $ac_compile) 2>conftest.er1
3192 grep -v '^ *+' conftest.er1
>conftest.err
3194 cat conftest.err
>&5
3195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3196 (exit $ac_status); } &&
3197 { ac_try
='test -z "$ac_c_werror_flag"
3198 || test ! -s conftest.err'
3199 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3203 (exit $ac_status); }; } &&
3204 { ac_try
='test -s conftest.$ac_objext'
3205 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3209 (exit $ac_status); }; }; then
3212 echo "$as_me: failed program was:" >&5
3213 sed 's/^/| /' conftest.
$ac_ext >&5
3216 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3219 if test -n "$ac_declaration"; then
3220 echo '#ifdef __cplusplus' >>confdefs.h
3221 echo $ac_declaration >>confdefs.h
3222 echo '#endif' >>confdefs.h
3226 echo "$as_me: failed program was:" >&5
3227 sed 's/^/| /' conftest.
$ac_ext >&5
3230 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3232 ac_cpp
='$CPP $CPPFLAGS'
3233 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3234 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3235 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
3236 DEPDIR
="${am__leading_dot}deps"
3238 ac_config_commands
="$ac_config_commands depfiles"
3241 am_make
=${MAKE-make}
3242 cat > confinc
<< 'END'
3247 # If we don't find an include directive, just comment out the code.
3248 echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
3249 echo $ECHO_N "checking for style of include used by $am_make... $ECHO_C" >&6
3253 # First try GNU make style include.
3254 echo "include confinc" > confmf
3255 # We grep out `Entering directory' and `Leaving directory'
3256 # messages which can occur if `w' ends up in MAKEFLAGS.
3257 # In particular we don't look at `^make:' because GNU make might
3258 # be invoked under some other name (usually "gmake"), in which
3259 # case it prints its new name instead of `make'.
3260 if test "`$am_make -s -f confmf 2> /dev/null | grep -v 'ing directory'`" = "done"; then
3265 # Now try BSD make style include.
3266 if test "$am__include" = "#"; then
3267 echo '.include "confinc"' > confmf
3268 if test "`$am_make -s -f confmf 2> /dev/null`" = "done"; then
3269 am__include
=.include
3276 echo "$as_me:$LINENO: result: $_am_result" >&5
3277 echo "${ECHO_T}$_am_result" >&6
3278 rm -f confinc confmf
3280 # Check whether --enable-dependency-tracking or --disable-dependency-tracking was given.
3281 if test "${enable_dependency_tracking+set}" = set; then
3282 enableval
="$enable_dependency_tracking"
3285 if test "x$enable_dependency_tracking" != xno
; then
3286 am_depcomp
="$ac_aux_dir/depcomp"
3291 if test "x$enable_dependency_tracking" != xno; then
3302 depcc
="$CC" am_compiler_list
=
3304 echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
3305 echo $ECHO_N "checking dependency style of $depcc... $ECHO_C" >&6
3306 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
3307 echo $ECHO_N "(cached) $ECHO_C" >&6
3309 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3310 # We make a subdir and do the tests there. Otherwise we can end up
3311 # making bogus files that we don't know about and never remove. For
3312 # instance it was reported that on HP-UX the gcc test will end up
3313 # making a dummy file named `D' -- because `-MD' means `put the output
3316 # Copy depcomp to subdir because otherwise we won't find it if we're
3317 # using a relative directory.
3318 cp "$am_depcomp" conftest.dir
3320 # We will build objects and dependencies in a subdirectory because
3321 # it helps to detect inapplicable dependency modes. For instance
3322 # both Tru64's cc and ICC support -MD to output dependencies as a
3323 # side effect of compilation, but ICC will put the dependencies in
3324 # the current directory while Tru64 will put them in the object
3328 am_cv_CC_dependencies_compiler_type
=none
3329 if test "$am_compiler_list" = ""; then
3330 am_compiler_list
=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3332 for depmode
in $am_compiler_list; do
3333 # Setup a source with many dependencies, because some compilers
3334 # like to wrap large dependency lists on column 80 (with \), and
3335 # we should not choose a depcomp mode which is confused by this.
3337 # We need to recreate these files for each test, as the compiler may
3338 # overwrite some of them when testing with obscure command lines.
3339 # This happens at least with the AIX C compiler.
3341 for i
in 1 2 3 4 5 6; do
3342 echo '#include "conftst'$i'.h"' >> sub
/conftest.c
3343 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3344 # Solaris 8's {/usr,}/bin/sh.
3345 touch sub
/conftst
$i.h
3347 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3351 # after this tag, mechanisms are not by side-effect, so they'll
3352 # only be used when explicitly requested
3353 if test "x$enable_dependency_tracking" = xyes
; then
3361 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3362 # mode. It turns out that the SunPro C++ compiler does not properly
3363 # handle `-M -o', and we need to detect this.
3364 if depmode
=$depmode \
3365 source=sub
/conftest.c object
=sub
/conftest.
${OBJEXT-o} \
3366 depfile
=sub
/conftest.Po tmpdepfile
=sub
/conftest.TPo \
3367 $SHELL .
/depcomp
$depcc -c -o sub
/conftest.
${OBJEXT-o} sub
/conftest.c \
3368 >/dev
/null
2>conftest.err
&&
3369 grep sub
/conftst6.h sub
/conftest.Po
> /dev
/null
2>&1 &&
3370 grep sub
/conftest.
${OBJEXT-o} sub
/conftest.Po
> /dev
/null
2>&1 &&
3371 ${MAKE-make} -s -f confmf
> /dev
/null
2>&1; then
3372 # icc doesn't choke on unknown options, it will just issue warnings
3373 # or remarks (even with -Werror). So we grep stderr for any message
3374 # that says an option was ignored or not supported.
3375 # When given -MP, icc 7.0 and 7.1 complain thusly:
3376 # icc: Command line warning: ignoring option '-M'; no argument required
3377 # The diagnosis changed in icc 8.0:
3378 # icc: Command line remark: option '-MP' not supported
3379 if (grep 'ignoring option' conftest.err ||
3380 grep 'not supported' conftest.err
) >/dev
/null
2>&1; then :; else
3381 am_cv_CC_dependencies_compiler_type
=$depmode
3390 am_cv_CC_dependencies_compiler_type
=none
3394 echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
3395 echo "${ECHO_T}$am_cv_CC_dependencies_compiler_type" >&6
3396 CCDEPMODE
=depmode
=$am_cv_CC_dependencies_compiler_type
3401 test "x$enable_dependency_tracking" != xno \
3402 && test "$am_cv_CC_dependencies_compiler_type" = gcc3
; then
3404 am__fastdepCC_FALSE
='#'
3406 am__fastdepCC_TRUE
='#'
3407 am__fastdepCC_FALSE
=
3413 # Add -Wall -fno-repack-arrays -fno-underscoring if we are using GCC.
3414 if test "x$GCC" = "xyes"; then
3415 AM_FCFLAGS
="-I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring"
3416 ## We like to use C99 routines when available. This makes sure that
3417 ## __STDC_VERSION__ is set such that libc includes make them available.
3418 AM_CFLAGS
="-std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings"
3419 ## Compile the following tests with the same system header contents
3420 ## that we'll encounter when compiling our own source files.
3421 CFLAGS
="-std=gnu99 $CFLAGS"
3427 # Check for symbol versioning (copied from libssp).
3428 echo "$as_me:$LINENO: checking whether symbol versioning is supported" >&5
3429 echo $ECHO_N "checking whether symbol versioning is supported... $ECHO_C" >&6
3430 cat > conftest.map
<<EOF
3432 global: *foo*; bar; local: *;
3435 save_LDFLAGS
="$LDFLAGS"
3436 LDFLAGS
="$LDFLAGS -fPIC -shared -Wl,--version-script,./conftest.map"
3438 if test x
$gcc_no_link = xyes
; then
3439 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
3440 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
3441 { (exit 1); exit 1; }; }
3443 cat >conftest.
$ac_ext <<_ACEOF
3446 cat confdefs.h
>>conftest.
$ac_ext
3447 cat >>conftest.
$ac_ext <<_ACEOF
3448 /* end confdefs.h. */
3458 rm -f conftest.
$ac_objext conftest
$ac_exeext
3459 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3460 (eval $ac_link) 2>conftest.er1
3462 grep -v '^ *+' conftest.er1
>conftest.err
3464 cat conftest.err
>&5
3465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3466 (exit $ac_status); } &&
3467 { ac_try
='test -z "$ac_c_werror_flag"
3468 || test ! -s conftest.err'
3469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3473 (exit $ac_status); }; } &&
3474 { ac_try
='test -s conftest$ac_exeext'
3475 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3479 (exit $ac_status); }; }; then
3480 gfortran_use_symver
=yes
3482 echo "$as_me: failed program was:" >&5
3483 sed 's/^/| /' conftest.
$ac_ext >&5
3485 gfortran_use_symver
=no
3487 rm -f conftest.err conftest.
$ac_objext \
3488 conftest
$ac_exeext conftest.
$ac_ext
3489 LDFLAGS
="$save_LDFLAGS"
3490 echo "$as_me:$LINENO: result: $gfortran_use_symver" >&5
3491 echo "${ECHO_T}$gfortran_use_symver" >&6
3494 if test "x$gfortran_use_symver" = xyes
; then
3495 LIBGFOR_USE_SYMVER_TRUE
=
3496 LIBGFOR_USE_SYMVER_FALSE
='#'
3498 LIBGFOR_USE_SYMVER_TRUE
='#'
3499 LIBGFOR_USE_SYMVER_FALSE
=
3503 # Figure out whether the compiler supports "-ffunction-sections -fdata-sections",
3504 # similarly to how libstdc++ does it
3505 ac_test_CFLAGS
="${CFLAGS+set}"
3506 ac_save_CFLAGS
="$CFLAGS"
3508 # Check for -ffunction-sections -fdata-sections
3509 echo "$as_me:$LINENO: checking for gcc that supports -ffunction-sections -fdata-sections" >&5
3510 echo $ECHO_N "checking for gcc that supports -ffunction-sections -fdata-sections... $ECHO_C" >&6
3511 CFLAGS
='-Werror -ffunction-sections -fdata-sections'
3512 cat >conftest.
$ac_ext <<_ACEOF
3515 cat confdefs.h
>>conftest.
$ac_ext
3516 cat >>conftest.
$ac_ext <<_ACEOF
3517 /* end confdefs.h. */
3527 rm -f conftest.
$ac_objext
3528 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3529 (eval $ac_compile) 2>conftest.er1
3531 grep -v '^ *+' conftest.er1
>conftest.err
3533 cat conftest.err
>&5
3534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3535 (exit $ac_status); } &&
3536 { ac_try
='test -z "$ac_c_werror_flag"
3537 || test ! -s conftest.err'
3538 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3542 (exit $ac_status); }; } &&
3543 { ac_try
='test -s conftest.$ac_objext'
3544 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3548 (exit $ac_status); }; }; then
3551 echo "$as_me: failed program was:" >&5
3552 sed 's/^/| /' conftest.
$ac_ext >&5
3556 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
3557 if test "$ac_test_CFLAGS" = set; then
3558 CFLAGS
="$ac_save_CFLAGS"
3560 # this is the suspicious part
3563 if test x
"$ac_fdsections" = x
"yes"; then
3564 SECTION_FLAGS
='-ffunction-sections -fdata-sections'
3566 echo "$as_me:$LINENO: result: $ac_fdsections" >&5
3567 echo "${ECHO_T}$ac_fdsections" >&6
3570 # Find other programs we need.
3571 if test -n "$ac_tool_prefix"; then
3572 # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
3573 set dummy
${ac_tool_prefix}as
; ac_word
=$2
3574 echo "$as_me:$LINENO: checking for $ac_word" >&5
3575 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3576 if test "${ac_cv_prog_AS+set}" = set; then
3577 echo $ECHO_N "(cached) $ECHO_C" >&6
3579 if test -n "$AS"; then
3580 ac_cv_prog_AS
="$AS" # Let the user override the test.
3582 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3586 test -z "$as_dir" && as_dir
=.
3587 for ac_exec_ext
in '' $ac_executable_extensions; do
3588 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3589 ac_cv_prog_AS
="${ac_tool_prefix}as"
3590 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3599 if test -n "$AS"; then
3600 echo "$as_me:$LINENO: result: $AS" >&5
3601 echo "${ECHO_T}$AS" >&6
3603 echo "$as_me:$LINENO: result: no" >&5
3604 echo "${ECHO_T}no" >&6
3608 if test -z "$ac_cv_prog_AS"; then
3610 # Extract the first word of "as", so it can be a program name with args.
3611 set dummy as
; ac_word
=$2
3612 echo "$as_me:$LINENO: checking for $ac_word" >&5
3613 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3614 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
3615 echo $ECHO_N "(cached) $ECHO_C" >&6
3617 if test -n "$ac_ct_AS"; then
3618 ac_cv_prog_ac_ct_AS
="$ac_ct_AS" # Let the user override the test.
3620 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3624 test -z "$as_dir" && as_dir
=.
3625 for ac_exec_ext
in '' $ac_executable_extensions; do
3626 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3627 ac_cv_prog_ac_ct_AS
="as"
3628 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3636 ac_ct_AS
=$ac_cv_prog_ac_ct_AS
3637 if test -n "$ac_ct_AS"; then
3638 echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
3639 echo "${ECHO_T}$ac_ct_AS" >&6
3641 echo "$as_me:$LINENO: result: no" >&5
3642 echo "${ECHO_T}no" >&6
3650 if test -n "$ac_tool_prefix"; then
3651 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
3652 set dummy
${ac_tool_prefix}ar; ac_word
=$2
3653 echo "$as_me:$LINENO: checking for $ac_word" >&5
3654 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3655 if test "${ac_cv_prog_AR+set}" = set; then
3656 echo $ECHO_N "(cached) $ECHO_C" >&6
3658 if test -n "$AR"; then
3659 ac_cv_prog_AR
="$AR" # Let the user override the test.
3661 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3665 test -z "$as_dir" && as_dir
=.
3666 for ac_exec_ext
in '' $ac_executable_extensions; do
3667 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3668 ac_cv_prog_AR
="${ac_tool_prefix}ar"
3669 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3678 if test -n "$AR"; then
3679 echo "$as_me:$LINENO: result: $AR" >&5
3680 echo "${ECHO_T}$AR" >&6
3682 echo "$as_me:$LINENO: result: no" >&5
3683 echo "${ECHO_T}no" >&6
3687 if test -z "$ac_cv_prog_AR"; then
3689 # Extract the first word of "ar", so it can be a program name with args.
3690 set dummy
ar; ac_word
=$2
3691 echo "$as_me:$LINENO: checking for $ac_word" >&5
3692 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3693 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
3694 echo $ECHO_N "(cached) $ECHO_C" >&6
3696 if test -n "$ac_ct_AR"; then
3697 ac_cv_prog_ac_ct_AR
="$ac_ct_AR" # Let the user override the test.
3699 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3703 test -z "$as_dir" && as_dir
=.
3704 for ac_exec_ext
in '' $ac_executable_extensions; do
3705 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3706 ac_cv_prog_ac_ct_AR
="ar"
3707 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3715 ac_ct_AR
=$ac_cv_prog_ac_ct_AR
3716 if test -n "$ac_ct_AR"; then
3717 echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
3718 echo "${ECHO_T}$ac_ct_AR" >&6
3720 echo "$as_me:$LINENO: result: no" >&5
3721 echo "${ECHO_T}no" >&6
3729 if test -n "$ac_tool_prefix"; then
3730 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
3731 set dummy
${ac_tool_prefix}ranlib
; ac_word
=$2
3732 echo "$as_me:$LINENO: checking for $ac_word" >&5
3733 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3734 if test "${ac_cv_prog_RANLIB+set}" = set; then
3735 echo $ECHO_N "(cached) $ECHO_C" >&6
3737 if test -n "$RANLIB"; then
3738 ac_cv_prog_RANLIB
="$RANLIB" # Let the user override the test.
3740 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3744 test -z "$as_dir" && as_dir
=.
3745 for ac_exec_ext
in '' $ac_executable_extensions; do
3746 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3747 ac_cv_prog_RANLIB
="${ac_tool_prefix}ranlib"
3748 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3756 RANLIB
=$ac_cv_prog_RANLIB
3757 if test -n "$RANLIB"; then
3758 echo "$as_me:$LINENO: result: $RANLIB" >&5
3759 echo "${ECHO_T}$RANLIB" >&6
3761 echo "$as_me:$LINENO: result: no" >&5
3762 echo "${ECHO_T}no" >&6
3766 if test -z "$ac_cv_prog_RANLIB"; then
3767 ac_ct_RANLIB
=$RANLIB
3768 # Extract the first word of "ranlib", so it can be a program name with args.
3769 set dummy ranlib
; ac_word
=$2
3770 echo "$as_me:$LINENO: checking for $ac_word" >&5
3771 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
3772 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
3773 echo $ECHO_N "(cached) $ECHO_C" >&6
3775 if test -n "$ac_ct_RANLIB"; then
3776 ac_cv_prog_ac_ct_RANLIB
="$ac_ct_RANLIB" # Let the user override the test.
3778 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3782 test -z "$as_dir" && as_dir
=.
3783 for ac_exec_ext
in '' $ac_executable_extensions; do
3784 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3785 ac_cv_prog_ac_ct_RANLIB
="ranlib"
3786 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3792 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB
="ranlib-not-found-in-path-error"
3795 ac_ct_RANLIB
=$ac_cv_prog_ac_ct_RANLIB
3796 if test -n "$ac_ct_RANLIB"; then
3797 echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
3798 echo "${ECHO_T}$ac_ct_RANLIB" >&6
3800 echo "$as_me:$LINENO: result: no" >&5
3801 echo "${ECHO_T}no" >&6
3804 RANLIB
=$ac_ct_RANLIB
3806 RANLIB
="$ac_cv_prog_RANLIB"
3809 echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3810 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6
3811 set dummy
${MAKE-make}; ac_make
=`echo "$2" | sed 'y,:./+-,___p_,'`
3812 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then
3813 echo $ECHO_N "(cached) $ECHO_C" >&6
3815 cat >conftest.
make <<\_ACEOF
3817 @
echo 'ac_maketemp="$(MAKE)"'
3819 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3820 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
3821 if test -n "$ac_maketemp"; then
3822 eval ac_cv_prog_make_
${ac_make}_set
=yes
3824 eval ac_cv_prog_make_
${ac_make}_set
=no
3828 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
3829 echo "$as_me:$LINENO: result: yes" >&5
3830 echo "${ECHO_T}yes" >&6
3833 echo "$as_me:$LINENO: result: no" >&5
3834 echo "${ECHO_T}no" >&6
3835 SET_MAKE
="MAKE=${MAKE-make}"
3838 # Find a good install program. We prefer a C program (faster),
3839 # so one script is as good as another. But avoid the broken or
3840 # incompatible versions:
3841 # SysV /etc/install, /usr/sbin/install
3842 # SunOS /usr/etc/install
3843 # IRIX /sbin/install
3845 # AmigaOS /C/install, which installs bootblocks on floppy discs
3846 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3847 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
3848 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3849 # OS/2's system install, which has a completely different semantic
3850 # ./install, which can be erroneously created by make from ./install.sh.
3851 # Reject install programs that cannot install multiple files.
3852 echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
3853 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6
3854 if test -z "$INSTALL"; then
3855 if test "${ac_cv_path_install+set}" = set; then
3856 echo $ECHO_N "(cached) $ECHO_C" >&6
3858 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3862 test -z "$as_dir" && as_dir
=.
3863 # Account for people who put trailing slashes in PATH elements.
3865 .
/ | .
// |
/cC
/* | \
3866 /etc
/* |
/usr
/sbin
/* |
/usr
/etc
/* |
/sbin
/* |
/usr
/afsws
/bin
/* | \
3867 ?
:\\/os2
\\/install\\/* | ?
:\\/OS2
\\/INSTALL
\\/* | \
3870 # OSF1 and SCO ODT 3.0 have their own names for install.
3871 # Don't use installbsd from OSF since it installs stuff as root
3873 for ac_prog
in ginstall scoinst
install; do
3874 for ac_exec_ext
in '' $ac_executable_extensions; do
3875 if $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3876 if test $ac_prog = install &&
3877 grep dspmsg
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
3878 # AIX install. It has an incompatible calling convention.
3880 elif test $ac_prog = install &&
3881 grep pwplus
"$as_dir/$ac_prog$ac_exec_ext" >/dev
/null
2>&1; then
3882 # program-specific install script used by HP pwplus--don't use.
3885 rm -rf conftest.one conftest.two conftest.dir
3886 echo one
> conftest.one
3887 echo two
> conftest.two
3889 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two
"`pwd`/conftest.dir" &&
3890 test -s conftest.one
&& test -s conftest.two
&&
3891 test -s conftest.dir
/conftest.one
&&
3892 test -s conftest.dir
/conftest.two
3894 ac_cv_path_install
="$as_dir/$ac_prog$ac_exec_ext -c"
3905 rm -rf conftest.one conftest.two conftest.dir
3908 if test "${ac_cv_path_install+set}" = set; then
3909 INSTALL
=$ac_cv_path_install
3911 # As a last resort, use the slow shell script. Don't cache a
3912 # value for INSTALL within a source directory, because that will
3913 # break other packages using the cache if that directory is
3914 # removed, or if the value is a relative name.
3915 INSTALL
=$ac_install_sh
3918 echo "$as_me:$LINENO: result: $INSTALL" >&5
3919 echo "${ECHO_T}$INSTALL" >&6
3921 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3922 # It thinks the first close brace ends the variable substitution.
3923 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM
='${INSTALL}'
3925 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT
='${INSTALL}'
3927 test -z "$INSTALL_DATA" && INSTALL_DATA
='${INSTALL} -m 644'
3931 #AC_MSG_NOTICE([====== Starting libtool configuration])
3938 { echo "$as_me:$LINENO: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3939 echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3944 macro_version
='2.2.6'
3945 macro_revision
='1.3012'
3959 ltmain
="$ac_aux_dir/ltmain.sh"
3961 echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
3962 echo $ECHO_N "checking for a sed that does not truncate output... $ECHO_C" >&6
3963 if test "${lt_cv_path_SED+set}" = set; then
3964 echo $ECHO_N "(cached) $ECHO_C" >&6
3966 # Loop through the user's path and test for sed and gsed.
3967 # Then use that list of sed's as ones to test for truncation.
3968 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
3972 test -z "$as_dir" && as_dir
=.
3973 for lt_ac_prog
in sed gsed
; do
3974 for ac_exec_ext
in '' $ac_executable_extensions; do
3975 if $as_executable_p "$as_dir/$lt_ac_prog$ac_exec_ext"; then
3976 lt_ac_sed_list
="$lt_ac_sed_list $as_dir/$lt_ac_prog$ac_exec_ext"
3984 # Add /usr/xpg4/bin/sed as it is typically found on Solaris
3985 # along with /bin/sed that truncates output.
3986 for lt_ac_sed
in $lt_ac_sed_list /usr
/xpg
4/bin
/sed; do
3987 test ! -f $lt_ac_sed && continue
3988 cat /dev
/null
> conftest.
in
3990 echo $ECHO_N "0123456789$ECHO_C" >conftest.
in
3991 # Check for GNU sed and select it if it is found.
3992 if "$lt_ac_sed" --version 2>&1 < /dev
/null |
grep 'GNU' > /dev
/null
; then
3993 lt_cv_path_SED
=$lt_ac_sed
3997 cat conftest.
in conftest.
in >conftest.tmp
3998 mv conftest.tmp conftest.
in
3999 cp conftest.
in conftest.
nl
4001 $lt_ac_sed -e 's/a$//' < conftest.
nl >conftest.out ||
break
4002 cmp -s conftest.out conftest.
nl ||
break
4003 # 10000 chars as input seems more than enough
4004 test $lt_ac_count -gt 10 && break
4005 lt_ac_count
=`expr $lt_ac_count + 1`
4006 if test $lt_ac_count -gt $lt_ac_max; then
4007 lt_ac_max
=$lt_ac_count
4008 lt_cv_path_SED
=$lt_ac_sed
4017 echo "$as_me:$LINENO: result: $SED" >&5
4018 echo "${ECHO_T}$SED" >&6
4020 test -z "$SED" && SED
=sed
4021 Xsed
="$SED -e 1s/^X//"
4033 echo "$as_me:$LINENO: checking for egrep" >&5
4034 echo $ECHO_N "checking for egrep... $ECHO_C" >&6
4035 if test "${ac_cv_prog_egrep+set}" = set; then
4036 echo $ECHO_N "(cached) $ECHO_C" >&6
4038 if echo a |
(grep -E '(a|b)') >/dev
/null
2>&1
4039 then ac_cv_prog_egrep
='grep -E'
4040 else ac_cv_prog_egrep
='egrep'
4043 echo "$as_me:$LINENO: result: $ac_cv_prog_egrep" >&5
4044 echo "${ECHO_T}$ac_cv_prog_egrep" >&6
4045 EGREP
=$ac_cv_prog_egrep
4048 echo "$as_me:$LINENO: checking for fgrep" >&5
4049 echo $ECHO_N "checking for fgrep... $ECHO_C" >&6
4050 if test "${ac_cv_prog_fgrep+set}" = set; then
4051 echo $ECHO_N "(cached) $ECHO_C" >&6
4053 if echo 'ab*c' |
(grep -F 'ab*c') >/dev
/null
2>&1
4054 then ac_cv_prog_fgrep
='grep -F'
4055 else ac_cv_prog_fgrep
='fgrep'
4058 echo "$as_me:$LINENO: result: $ac_cv_prog_fgrep" >&5
4059 echo "${ECHO_T}$ac_cv_prog_fgrep" >&6
4060 FGREP
=$ac_cv_prog_fgrep
4063 test -z "$GREP" && GREP
=grep
4083 # Check whether --with-gnu-ld or --without-gnu-ld was given.
4084 if test "${with_gnu_ld+set}" = set; then
4085 withval
="$with_gnu_ld"
4086 test "$withval" = no || with_gnu_ld
=yes
4091 if test "$GCC" = yes; then
4092 # Check if gcc -print-prog-name=ld gives a path.
4093 echo "$as_me:$LINENO: checking for ld used by $CC" >&5
4094 echo $ECHO_N "checking for ld used by $CC... $ECHO_C" >&6
4097 # gcc leaves a trailing carriage return which upsets mingw
4098 ac_prog
=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4100 ac_prog
=`($CC -print-prog-name=ld) 2>&5` ;;
4103 # Accept absolute paths.
4105 re_direlt
='/[^/][^/]*/\.\./'
4106 # Canonicalize the pathname of ld
4107 ac_prog
=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4108 while $ECHO "$ac_prog" |
$GREP "$re_direlt" > /dev
/null
2>&1; do
4109 ac_prog
=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4111 test -z "$LD" && LD
="$ac_prog"
4114 # If it fails, then pretend we aren't using GCC.
4118 # If it is relative, then search for the first ld in PATH.
4122 elif test "$with_gnu_ld" = yes; then
4123 echo "$as_me:$LINENO: checking for GNU ld" >&5
4124 echo $ECHO_N "checking for GNU ld... $ECHO_C" >&6
4126 echo "$as_me:$LINENO: checking for non-GNU ld" >&5
4127 echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6
4129 if test "${lt_cv_path_LD+set}" = set; then
4130 echo $ECHO_N "(cached) $ECHO_C" >&6
4132 if test -z "$LD"; then
4133 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
4134 for ac_dir
in $PATH; do
4136 test -z "$ac_dir" && ac_dir
=.
4137 if test -f "$ac_dir/$ac_prog" ||
test -f "$ac_dir/$ac_prog$ac_exeext"; then
4138 lt_cv_path_LD
="$ac_dir/$ac_prog"
4139 # Check to see if the program is GNU ld. I'd rather use --version,
4140 # but apparently some variants of GNU ld only accept -v.
4141 # Break only if it was the GNU/non-GNU ld that we prefer.
4142 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4143 *GNU
* |
*'with BFD'*)
4144 test "$with_gnu_ld" != no
&& break
4147 test "$with_gnu_ld" != yes && break
4154 lt_cv_path_LD
="$LD" # Let the user override the test with a path.
4159 if test -n "$LD"; then
4160 echo "$as_me:$LINENO: result: $LD" >&5
4161 echo "${ECHO_T}$LD" >&6
4163 echo "$as_me:$LINENO: result: no" >&5
4164 echo "${ECHO_T}no" >&6
4166 test -z "$LD" && { { echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
4167 echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
4168 { (exit 1); exit 1; }; }
4169 echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
4170 echo $ECHO_N "checking if the linker ($LD) is GNU ld... $ECHO_C" >&6
4171 if test "${lt_cv_prog_gnu_ld+set}" = set; then
4172 echo $ECHO_N "(cached) $ECHO_C" >&6
4174 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4175 case `$LD -v 2>&1 </dev/null` in
4176 *GNU
* |
*'with BFD'*)
4177 lt_cv_prog_gnu_ld
=yes
4180 lt_cv_prog_gnu_ld
=no
4184 echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
4185 echo "${ECHO_T}$lt_cv_prog_gnu_ld" >&6
4186 with_gnu_ld
=$lt_cv_prog_gnu_ld
4196 echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5
4197 echo $ECHO_N "checking for BSD- or MS-compatible name lister (nm)... $ECHO_C" >&6
4198 if test "${lt_cv_path_NM+set}" = set; then
4199 echo $ECHO_N "(cached) $ECHO_C" >&6
4201 if test -n "$NM"; then
4202 # Let the user override the test.
4205 lt_nm_to_check
="${ac_tool_prefix}nm"
4206 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4207 lt_nm_to_check
="$lt_nm_to_check nm"
4209 for lt_tmp_nm
in $lt_nm_to_check; do
4210 lt_save_ifs
="$IFS"; IFS
=$PATH_SEPARATOR
4211 for ac_dir
in $PATH /usr
/ccs
/bin
/elf
/usr
/ccs
/bin
/usr
/ucb
/bin
; do
4213 test -z "$ac_dir" && ac_dir
=.
4214 tmp_nm
="$ac_dir/$lt_tmp_nm"
4215 if test -f "$tmp_nm" ||
test -f "$tmp_nm$ac_exeext" ; then
4216 # Check to see if the nm accepts a BSD-compat flag.
4217 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4218 # nm: unknown option "B" ignored
4219 # Tru64's nm complains that /dev/null is an invalid object file
4220 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4221 */dev
/null
* |
*'Invalid file or object type'*)
4222 lt_cv_path_NM
="$tmp_nm -B"
4226 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4228 lt_cv_path_NM
="$tmp_nm -p"
4232 lt_cv_path_NM
=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4233 continue # so that we can try to find one that supports BSD flags
4242 : ${lt_cv_path_NM=no}
4245 echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
4246 echo "${ECHO_T}$lt_cv_path_NM" >&6
4247 if test "$lt_cv_path_NM" != "no"; then
4250 # Didn't find any BSD compatible name lister, look for dumpbin.
4251 if test -n "$ac_tool_prefix"; then
4252 for ac_prog
in "dumpbin -symbols" "link -dump -symbols"
4254 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4255 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
4256 echo "$as_me:$LINENO: checking for $ac_word" >&5
4257 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4258 if test "${ac_cv_prog_DUMPBIN+set}" = set; then
4259 echo $ECHO_N "(cached) $ECHO_C" >&6
4261 if test -n "$DUMPBIN"; then
4262 ac_cv_prog_DUMPBIN
="$DUMPBIN" # Let the user override the test.
4264 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4268 test -z "$as_dir" && as_dir
=.
4269 for ac_exec_ext
in '' $ac_executable_extensions; do
4270 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4271 ac_cv_prog_DUMPBIN
="$ac_tool_prefix$ac_prog"
4272 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4280 DUMPBIN
=$ac_cv_prog_DUMPBIN
4281 if test -n "$DUMPBIN"; then
4282 echo "$as_me:$LINENO: result: $DUMPBIN" >&5
4283 echo "${ECHO_T}$DUMPBIN" >&6
4285 echo "$as_me:$LINENO: result: no" >&5
4286 echo "${ECHO_T}no" >&6
4289 test -n "$DUMPBIN" && break
4292 if test -z "$DUMPBIN"; then
4293 ac_ct_DUMPBIN
=$DUMPBIN
4294 for ac_prog
in "dumpbin -symbols" "link -dump -symbols"
4296 # Extract the first word of "$ac_prog", so it can be a program name with args.
4297 set dummy
$ac_prog; ac_word
=$2
4298 echo "$as_me:$LINENO: checking for $ac_word" >&5
4299 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
4300 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then
4301 echo $ECHO_N "(cached) $ECHO_C" >&6
4303 if test -n "$ac_ct_DUMPBIN"; then
4304 ac_cv_prog_ac_ct_DUMPBIN
="$ac_ct_DUMPBIN" # Let the user override the test.
4306 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
4310 test -z "$as_dir" && as_dir
=.
4311 for ac_exec_ext
in '' $ac_executable_extensions; do
4312 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4313 ac_cv_prog_ac_ct_DUMPBIN
="$ac_prog"
4314 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4322 ac_ct_DUMPBIN
=$ac_cv_prog_ac_ct_DUMPBIN
4323 if test -n "$ac_ct_DUMPBIN"; then
4324 echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5
4325 echo "${ECHO_T}$ac_ct_DUMPBIN" >&6
4327 echo "$as_me:$LINENO: result: no" >&5
4328 echo "${ECHO_T}no" >&6
4331 test -n "$ac_ct_DUMPBIN" && break
4333 test -n "$ac_ct_DUMPBIN" || ac_ct_DUMPBIN
=":"
4335 DUMPBIN
=$ac_ct_DUMPBIN
4339 if test "$DUMPBIN" != ":"; then
4343 test -z "$NM" && NM
=nm
4350 echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
4351 echo $ECHO_N "checking the name lister ($NM) interface... $ECHO_C" >&6
4352 if test "${lt_cv_nm_interface+set}" = set; then
4353 echo $ECHO_N "(cached) $ECHO_C" >&6
4355 lt_cv_nm_interface
="BSD nm"
4356 echo "int some_variable = 0;" > conftest.
$ac_ext
4357 (eval echo "\"\$as_me:4357: $ac_compile\"" >&5)
4358 (eval "$ac_compile" 2>conftest.err
)
4359 cat conftest.err
>&5
4360 (eval echo "\"\$as_me:4360: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4361 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err
> conftest.out
)
4362 cat conftest.err
>&5
4363 (eval echo "\"\$as_me:4363: output\"" >&5)
4364 cat conftest.out
>&5
4365 if $GREP 'External.*some_variable' conftest.out
> /dev
/null
; then
4366 lt_cv_nm_interface
="MS dumpbin"
4370 echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
4371 echo "${ECHO_T}$lt_cv_nm_interface" >&6
4373 echo "$as_me:$LINENO: checking whether ln -s works" >&5
4374 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6
4376 if test "$LN_S" = "ln -s"; then
4377 echo "$as_me:$LINENO: result: yes" >&5
4378 echo "${ECHO_T}yes" >&6
4380 echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4381 echo "${ECHO_T}no, using $LN_S" >&6
4384 # find the maximum length of command line arguments
4385 echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
4386 echo $ECHO_N "checking the maximum length of command line arguments... $ECHO_C" >&6
4387 if test "${lt_cv_sys_max_cmd_len+set}" = set; then
4388 echo $ECHO_N "(cached) $ECHO_C" >&6
4395 # On DJGPP, this test can blow up pretty badly due to problems in libc
4396 # (any single argument exceeding 2000 bytes causes a buffer overrun
4397 # during glob expansion). Even if it were fixed, the result of this
4398 # check would be larger than it should be.
4399 lt_cv_sys_max_cmd_len
=12288; # 12K is about right
4403 # Under GNU Hurd, this test is not required because there is
4404 # no limit to the length of command line arguments.
4405 # Libtool will interpret -1 as no limit whatsoever
4406 lt_cv_sys_max_cmd_len
=-1;
4409 cygwin
* | mingw
* | cegcc
*)
4410 # On Win9x/ME, this test blows up -- it succeeds, but takes
4411 # about 5 minutes as the teststring grows exponentially.
4412 # Worse, since 9x/ME are not pre-emptively multitasking,
4413 # you end up with a "frozen" computer, even though with patience
4414 # the test eventually succeeds (with a max line length of 256k).
4415 # Instead, let's just punt: use the minimum linelength reported by
4416 # all of the supported platforms: 8192 (on NT/2K/XP).
4417 lt_cv_sys_max_cmd_len
=8192;
4421 # On AmigaOS with pdksh, this test takes hours, literally.
4422 # So we just punt and use a minimum line length of 8192.
4423 lt_cv_sys_max_cmd_len
=8192;
4426 netbsd
* | freebsd
* | openbsd
* | darwin
* | dragonfly
*)
4427 # This has been around since 386BSD, at least. Likely further.
4428 if test -x /sbin
/sysctl
; then
4429 lt_cv_sys_max_cmd_len
=`/sbin/sysctl -n kern.argmax`
4430 elif test -x /usr
/sbin
/sysctl
; then
4431 lt_cv_sys_max_cmd_len
=`/usr/sbin/sysctl -n kern.argmax`
4433 lt_cv_sys_max_cmd_len
=65536 # usable default for all BSDs
4435 # And add a safety zone
4436 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
4437 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
4441 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4442 lt_cv_sys_max_cmd_len
=196608
4446 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4447 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4448 # nice to cause kernel panics so lets avoid the loop below.
4449 # First set a reasonable default.
4450 lt_cv_sys_max_cmd_len
=16384
4452 if test -x /sbin
/sysconfig
; then
4453 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4454 *1*) lt_cv_sys_max_cmd_len
=-1 ;;
4459 lt_cv_sys_max_cmd_len
=102400
4461 sysv5
* | sco5v6
* | sysv4.2uw2
*)
4462 kargmax
=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4463 if test -n "$kargmax"; then
4464 lt_cv_sys_max_cmd_len
=`echo $kargmax | sed 's/.*[ ]//'`
4466 lt_cv_sys_max_cmd_len
=32768
4470 lt_cv_sys_max_cmd_len
=`(getconf ARG_MAX) 2> /dev/null`
4471 if test -n "$lt_cv_sys_max_cmd_len"; then
4472 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 4`
4473 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \* 3`
4475 # Make teststring a little bigger before we do anything with it.
4476 # a 1K string should be a reasonable start.
4477 for i
in 1 2 3 4 5 6 7 8 ; do
4478 teststring
=$teststring$teststring
4480 SHELL
=${SHELL-${CONFIG_SHELL-/bin/sh}}
4481 # If test is not a shell built-in, we'll probably end up computing a
4482 # maximum length that is only half of the actual maximum length, but
4484 while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
4485 = "XX$teststring$teststring"; } >/dev
/null
2>&1 &&
4486 test $i != 17 # 1/2 MB should be enough
4489 teststring
=$teststring$teststring
4491 # Only check the string length outside the loop.
4492 lt_cv_sys_max_cmd_len
=`expr "X$teststring" : ".*" 2>&1`
4494 # Add a significant safety factor because C++ compilers can tack on
4495 # massive amounts of additional arguments before passing them to the
4496 # linker. It appears as though 1/2 is a usable value.
4497 lt_cv_sys_max_cmd_len
=`expr $lt_cv_sys_max_cmd_len \/ 2`
4504 if test -n $lt_cv_sys_max_cmd_len ; then
4505 echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
4506 echo "${ECHO_T}$lt_cv_sys_max_cmd_len" >&6
4508 echo "$as_me:$LINENO: result: none" >&5
4509 echo "${ECHO_T}none" >&6
4511 max_cmd_len
=$lt_cv_sys_max_cmd_len
4522 echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5
4523 echo $ECHO_N "checking whether the shell understands some XSI constructs... $ECHO_C" >&6
4524 # Try some XSI features
4527 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4529 && eval 'test $(( 1 + 1 )) -eq 2 \
4530 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4532 echo "$as_me:$LINENO: result
: $xsi_shell" >&5
4533 echo "${ECHO_T}$xsi_shell" >&6
4536 echo "$as_me:$LINENO: checking whether the shell understands
\"+=\"" >&5
4537 echo $ECHO_N "checking whether the shell understands
\"+=\"...
$ECHO_C" >&6
4539 ( foo=bar; set foo baz; eval "$1+=\
$2" && test "$foo" = barbaz ) \
4541 && lt_shell_append=yes
4542 echo "$as_me:$LINENO: result
: $lt_shell_append" >&5
4543 echo "${ECHO_T}$lt_shell_append" >&6
4546 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4556 # test EBCDIC or ASCII
4557 case `echo X|tr X '\101'` in
4558 A) # ASCII based system
4559 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4560 lt_SP2NL='tr \040 \012'
4561 lt_NL2SP='tr \015\012 \040\040'
4563 *) # EBCDIC based system
4564 lt_SP2NL='tr \100 \n'
4565 lt_NL2SP='tr \r\n \100\100'
4577 echo "$as_me:$LINENO: checking
for $LD option to reload object files
" >&5
4578 echo $ECHO_N "checking
for $LD option to reload object files...
$ECHO_C" >&6
4579 if test "${lt_cv_ld_reload_flag+set}" = set; then
4580 echo $ECHO_N "(cached
) $ECHO_C" >&6
4582 lt_cv_ld_reload_flag='-r'
4584 echo "$as_me:$LINENO: result
: $lt_cv_ld_reload_flag" >&5
4585 echo "${ECHO_T}$lt_cv_ld_reload_flag" >&6
4586 reload_flag=$lt_cv_ld_reload_flag
4587 case $reload_flag in
4589 *) reload_flag=" $reload_flag" ;;
4591 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4594 if test "$GCC" = yes; then
4595 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4597 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4610 if test -n "$ac_tool_prefix"; then
4611 # Extract the first word of "${ac_tool_prefix}objdump
", so it can be a program name with args.
4612 set dummy ${ac_tool_prefix}objdump; ac_word=$2
4613 echo "$as_me:$LINENO: checking
for $ac_word" >&5
4614 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
4615 if test "${ac_cv_prog_OBJDUMP+set}" = set; then
4616 echo $ECHO_N "(cached
) $ECHO_C" >&6
4618 if test -n "$OBJDUMP"; then
4619 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4621 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4625 test -z "$as_dir" && as_dir=.
4626 for ac_exec_ext in '' $ac_executable_extensions; do
4627 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4628 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump
"
4629 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
4637 OBJDUMP=$ac_cv_prog_OBJDUMP
4638 if test -n "$OBJDUMP"; then
4639 echo "$as_me:$LINENO: result
: $OBJDUMP" >&5
4640 echo "${ECHO_T}$OBJDUMP" >&6
4642 echo "$as_me:$LINENO: result
: no
" >&5
4643 echo "${ECHO_T}no
" >&6
4647 if test -z "$ac_cv_prog_OBJDUMP"; then
4648 ac_ct_OBJDUMP=$OBJDUMP
4649 # Extract the first word of "objdump
", so it can be a program name with args.
4650 set dummy objdump; ac_word=$2
4651 echo "$as_me:$LINENO: checking
for $ac_word" >&5
4652 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
4653 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then
4654 echo $ECHO_N "(cached
) $ECHO_C" >&6
4656 if test -n "$ac_ct_OBJDUMP"; then
4657 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4659 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4663 test -z "$as_dir" && as_dir=.
4664 for ac_exec_ext in '' $ac_executable_extensions; do
4665 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4666 ac_cv_prog_ac_ct_OBJDUMP="objdump
"
4667 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
4673 test -z "$ac_cv_prog_ac_ct_OBJDUMP" && ac_cv_prog_ac_ct_OBJDUMP="false
"
4676 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4677 if test -n "$ac_ct_OBJDUMP"; then
4678 echo "$as_me:$LINENO: result
: $ac_ct_OBJDUMP" >&5
4679 echo "${ECHO_T}$ac_ct_OBJDUMP" >&6
4681 echo "$as_me:$LINENO: result
: no
" >&5
4682 echo "${ECHO_T}no
" >&6
4685 OBJDUMP=$ac_ct_OBJDUMP
4687 OBJDUMP="$ac_cv_prog_OBJDUMP"
4690 test -z "$OBJDUMP" && OBJDUMP=objdump
4700 echo "$as_me:$LINENO: checking how to recognize dependent libraries
" >&5
4701 echo $ECHO_N "checking how to recognize dependent libraries...
$ECHO_C" >&6
4702 if test "${lt_cv_deplibs_check_method+set}" = set; then
4703 echo $ECHO_N "(cached
) $ECHO_C" >&6
4705 lt_cv_file_magic_cmd='$MAGIC_CMD'
4706 lt_cv_file_magic_test_file=
4707 lt_cv_deplibs_check_method='unknown'
4708 # Need to set the preceding variable on all platforms that support
4709 # interlibrary dependencies.
4710 # 'none' -- dependencies not supported.
4711 # `unknown' -- same as none, but documents that we really don't know.
4712 # 'pass_all' -- all dependencies passed with no checks.
4713 # 'test_compile' -- check by making test program.
4714 # 'file_magic [[regex]]' -- check by looking for files in library path
4715 # which responds to the $file_magic_cmd with a given extended regex.
4716 # If you have `file' or equivalent on your system and you're not sure
4717 # whether `pass_all' will *always* work, you probably want this one.
4721 lt_cv_deplibs_check_method=pass_all
4725 lt_cv_deplibs_check_method=pass_all
4729 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4730 lt_cv_file_magic_cmd='/usr/bin/file -L'
4731 lt_cv_file_magic_test_file=/shlib/libc.so
4735 # func_win32_libid is a shell function defined in ltmain.sh
4736 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4737 lt_cv_file_magic_cmd='func_win32_libid'
4741 # Base MSYS/MinGW do not provide the 'file' command needed by
4742 # func_win32_libid shell function, so use a weaker test based on 'objdump',
4743 # unless we find 'file', for example because we are cross-compiling.
4744 if ( file / ) >/dev/null 2>&1; then
4745 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4746 lt_cv_file_magic_cmd='func_win32_libid'
4748 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4749 lt_cv_file_magic_cmd='$OBJDUMP -f'
4754 # use the weaker test based on 'objdump'. See mingw*.
4755 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4756 lt_cv_file_magic_cmd='$OBJDUMP -f'
4759 darwin* | rhapsody*)
4760 lt_cv_deplibs_check_method=pass_all
4763 freebsd* | dragonfly*)
4764 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4767 # Not sure whether the presence of OpenBSD here was a mistake.
4768 # Let's accept both of them until this is cleared up.
4769 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4770 lt_cv_file_magic_cmd=/usr/bin/file
4771 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4775 lt_cv_deplibs_check_method=pass_all
4780 lt_cv_deplibs_check_method=pass_all
4783 hpux10.20* | hpux11*)
4784 lt_cv_file_magic_cmd=/usr/bin/file
4787 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4788 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4791 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'
4792 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4795 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
4796 lt_cv_file_magic_test_file=/usr/lib/libc.sl
4802 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4803 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4806 irix5* | irix6* | nonstopux*)
4808 *-32|*"-32 ") libmagic=32-bit;;
4809 *-n32|*"-n32 ") libmagic=N32;;
4810 *-64|*"-64 ") libmagic=64-bit;;
4811 *) libmagic=never-match;;
4813 lt_cv_deplibs_check_method=pass_all
4816 # This must be Linux ELF.
4817 linux* | k*bsd*-gnu | kopensolaris*-gnu)
4818 lt_cv_deplibs_check_method=pass_all
4822 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4823 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4825 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4830 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4831 lt_cv_file_magic_cmd=/usr/bin/file
4832 lt_cv_file_magic_test_file=/usr/lib/libnls.so
4836 lt_cv_deplibs_check_method=pass_all
4840 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8
-powerpc"; then
4841 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4843 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4847 osf3* | osf4* | osf5*)
4848 lt_cv_deplibs_check_method=pass_all
4852 lt_cv_deplibs_check_method=pass_all
4856 lt_cv_deplibs_check_method=pass_all
4859 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4860 lt_cv_deplibs_check_method=pass_all
4864 case $host_vendor in
4866 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]'
4867 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4870 lt_cv_deplibs_check_method=pass_all
4873 lt_cv_file_magic_cmd='/bin/file'
4874 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4877 lt_cv_file_magic_cmd='/bin/file'
4878 lt_cv_deplibs_check_method="file_magic ELF
[0-9][0-9]*-bit [LM
]SB dynamic lib
"
4879 lt_cv_file_magic_test_file=/lib/libc.so
4882 lt_cv_deplibs_check_method=pass_all
4885 lt_cv_deplibs_check_method=pass_all
4891 lt_cv_deplibs_check_method=pass_all
4896 echo "$as_me:$LINENO: result
: $lt_cv_deplibs_check_method" >&5
4897 echo "${ECHO_T}$lt_cv_deplibs_check_method" >&6
4898 file_magic_cmd=$lt_cv_file_magic_cmd
4899 deplibs_check_method=$lt_cv_deplibs_check_method
4900 test -z "$deplibs_check_method" && deplibs_check_method=unknown
4913 if test -n "$ac_tool_prefix"; then
4914 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4915 set dummy ${ac_tool_prefix}ar; ac_word=$2
4916 echo "$as_me:$LINENO: checking
for $ac_word" >&5
4917 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
4918 if test "${ac_cv_prog_AR+set}" = set; then
4919 echo $ECHO_N "(cached
) $ECHO_C" >&6
4921 if test -n "$AR"; then
4922 ac_cv_prog_AR="$AR" # Let the user override the test.
4924 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4928 test -z "$as_dir" && as_dir=.
4929 for ac_exec_ext in '' $ac_executable_extensions; do
4930 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4931 ac_cv_prog_AR="${ac_tool_prefix}ar"
4932 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
4941 if test -n "$AR"; then
4942 echo "$as_me:$LINENO: result
: $AR" >&5
4943 echo "${ECHO_T}$AR" >&6
4945 echo "$as_me:$LINENO: result
: no
" >&5
4946 echo "${ECHO_T}no
" >&6
4950 if test -z "$ac_cv_prog_AR"; then
4952 # Extract the first word of "ar", so it can be a program name with args.
4953 set dummy ar; ac_word=$2
4954 echo "$as_me:$LINENO: checking
for $ac_word" >&5
4955 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
4956 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4957 echo $ECHO_N "(cached
) $ECHO_C" >&6
4959 if test -n "$ac_ct_AR"; then
4960 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4962 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4966 test -z "$as_dir" && as_dir=.
4967 for ac_exec_ext in '' $ac_executable_extensions; do
4968 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4969 ac_cv_prog_ac_ct_AR="ar"
4970 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
4976 test -z "$ac_cv_prog_ac_ct_AR" && ac_cv_prog_ac_ct_AR="false
"
4979 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4980 if test -n "$ac_ct_AR"; then
4981 echo "$as_me:$LINENO: result
: $ac_ct_AR" >&5
4982 echo "${ECHO_T}$ac_ct_AR" >&6
4984 echo "$as_me:$LINENO: result
: no
" >&5
4985 echo "${ECHO_T}no
" >&6
4993 test -z "$AR" && AR=ar
4994 test -z "$AR_FLAGS" && AR_FLAGS=cru
5006 if test -n "$ac_tool_prefix"; then
5007 # Extract the first word of "${ac_tool_prefix}strip
", so it can be a program name with args.
5008 set dummy ${ac_tool_prefix}strip; ac_word=$2
5009 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5010 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5011 if test "${ac_cv_prog_STRIP+set}" = set; then
5012 echo $ECHO_N "(cached
) $ECHO_C" >&6
5014 if test -n "$STRIP"; then
5015 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5017 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5021 test -z "$as_dir" && as_dir=.
5022 for ac_exec_ext in '' $ac_executable_extensions; do
5023 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5024 ac_cv_prog_STRIP="${ac_tool_prefix}strip
"
5025 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5033 STRIP=$ac_cv_prog_STRIP
5034 if test -n "$STRIP"; then
5035 echo "$as_me:$LINENO: result
: $STRIP" >&5
5036 echo "${ECHO_T}$STRIP" >&6
5038 echo "$as_me:$LINENO: result
: no
" >&5
5039 echo "${ECHO_T}no
" >&6
5043 if test -z "$ac_cv_prog_STRIP"; then
5045 # Extract the first word of "strip
", so it can be a program name with args.
5046 set dummy strip; ac_word=$2
5047 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5048 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5049 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5050 echo $ECHO_N "(cached
) $ECHO_C" >&6
5052 if test -n "$ac_ct_STRIP"; then
5053 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5055 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5059 test -z "$as_dir" && as_dir=.
5060 for ac_exec_ext in '' $ac_executable_extensions; do
5061 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5062 ac_cv_prog_ac_ct_STRIP="strip
"
5063 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5069 test -z "$ac_cv_prog_ac_ct_STRIP" && ac_cv_prog_ac_ct_STRIP=":"
5072 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5073 if test -n "$ac_ct_STRIP"; then
5074 echo "$as_me:$LINENO: result
: $ac_ct_STRIP" >&5
5075 echo "${ECHO_T}$ac_ct_STRIP" >&6
5077 echo "$as_me:$LINENO: result
: no
" >&5
5078 echo "${ECHO_T}no
" >&6
5083 STRIP="$ac_cv_prog_STRIP"
5086 test -z "$STRIP" && STRIP=:
5093 if test -n "$ac_tool_prefix"; then
5094 # Extract the first word of "${ac_tool_prefix}ranlib
", so it can be a program name with args.
5095 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5096 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5097 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5098 if test "${ac_cv_prog_RANLIB+set}" = set; then
5099 echo $ECHO_N "(cached
) $ECHO_C" >&6
5101 if test -n "$RANLIB"; then
5102 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5104 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5108 test -z "$as_dir" && as_dir=.
5109 for ac_exec_ext in '' $ac_executable_extensions; do
5110 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5111 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib
"
5112 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5120 RANLIB=$ac_cv_prog_RANLIB
5121 if test -n "$RANLIB"; then
5122 echo "$as_me:$LINENO: result
: $RANLIB" >&5
5123 echo "${ECHO_T}$RANLIB" >&6
5125 echo "$as_me:$LINENO: result
: no
" >&5
5126 echo "${ECHO_T}no
" >&6
5130 if test -z "$ac_cv_prog_RANLIB"; then
5131 ac_ct_RANLIB=$RANLIB
5132 # Extract the first word of "ranlib
", so it can be a program name with args.
5133 set dummy ranlib; ac_word=$2
5134 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5135 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5136 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5137 echo $ECHO_N "(cached
) $ECHO_C" >&6
5139 if test -n "$ac_ct_RANLIB"; then
5140 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5142 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5146 test -z "$as_dir" && as_dir=.
5147 for ac_exec_ext in '' $ac_executable_extensions; do
5148 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5149 ac_cv_prog_ac_ct_RANLIB="ranlib
"
5150 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5156 test -z "$ac_cv_prog_ac_ct_RANLIB" && ac_cv_prog_ac_ct_RANLIB=":"
5159 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5160 if test -n "$ac_ct_RANLIB"; then
5161 echo "$as_me:$LINENO: result
: $ac_ct_RANLIB" >&5
5162 echo "${ECHO_T}$ac_ct_RANLIB" >&6
5164 echo "$as_me:$LINENO: result
: no
" >&5
5165 echo "${ECHO_T}no
" >&6
5168 RANLIB=$ac_ct_RANLIB
5170 RANLIB="$ac_cv_prog_RANLIB"
5173 test -z "$RANLIB" && RANLIB=:
5180 # Determine commands to create old-style static archives.
5181 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5182 old_postinstall_cmds='chmod 644 $oldlib'
5183 old_postuninstall_cmds=
5185 if test -n "$RANLIB"; then
5188 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB -t \
$oldlib"
5191 old_postinstall_cmds="$old_postinstall_cmds~\
$RANLIB \
$oldlib"
5194 old_archive_cmds="$old_archive_cmds~\
$RANLIB \
$oldlib"
5230 # If no C compiler was specified, use CC.
5233 # If no C compiler flags were specified, use CFLAGS.
5234 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5236 # Allow CC to be a program name with arguments.
5240 # Check for command to grab the raw symbol name followed by C symbol from nm.
5241 echo "$as_me:$LINENO: checking
command to parse
$NM output from
$compiler object
" >&5
5242 echo $ECHO_N "checking
command to parse
$NM output from
$compiler object...
$ECHO_C" >&6
5243 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
5244 echo $ECHO_N "(cached
) $ECHO_C" >&6
5247 # These are sane defaults that work on at least a few old systems.
5248 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
5250 # Character class describing NM global symbol codes.
5251 symcode='[BCDEGRST]'
5253 # Regexp to match symbols that can be accessed directly from C.
5254 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5256 # Define system-specific variables.
5261 cygwin* | mingw* | pw32* | cegcc*)
5262 symcode='[ABCDGISTW]'
5265 if test "$host_cpu" = ia64; then
5266 symcode='[ABCDEGRST]'
5270 symcode='[BCDEGRST]'
5273 symcode='[BCDEGQRST]'
5284 sysv5* | sco5v6* | unixware* | OpenUNIX*)
5292 # If we're using GNU nm, then use its standard symbol codes.
5293 case `$NM -V 2>&1` in
5294 *GNU* | *'with BFD'*)
5295 symcode='[ABCDGIRSTW]' ;;
5298 # Transform an extracted symbol line into a proper C declaration.
5299 # Some systems (esp. on ia64) link data and code symbols differently,
5300 # so use this general approach.
5301 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5303 # Transform an extracted symbol line into symbol name and symbol address
5304 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5305 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \(lib[^ ]*\)$/ {\"\2\", (void *) \&\2},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"lib\2\", (void *) \&\2},/p'"
5307 # Handle CRLF in mingw tool chain
5311 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5315 # Try without a prefix underscore, then with it.
5316 for ac_symprfx in "" "_
"; do
5318 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5319 symxfrm="\\1 $ac_symprfx\\2 \\2"
5321 # Write the raw and C identifiers.
5322 if test "$lt_cv_nm_interface" = "MS dumpbin
"; then
5323 # Fake it for dumpbin and say T for any non-static function
5324 # and D for any global variable.
5325 # Also find C++ and __fastcall symbols from MSVC++,
5326 # which start with @ or ?.
5327 lt_cv_sys_global_symbol_pipe="$AWK '"\
5328 " {last_section=section; section=\$ 3};"\
5329 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5330 " \$ 0!~/External *\|/{next};"\
5331 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5332 " {if(hide[section]) next};"\
5333 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5334 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5335 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
5336 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5337 " ' prfx
=^
$ac_symprfx"
5339 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5342 # Check to see that the pipe works correctly.
5346 cat > conftest.$ac_ext <<_LT_EOF
5351 void nm_test_func(void);
5352 void nm_test_func(void){}
5356 int main(){nm_test_var='a';nm_test_func();return(0);}
5359 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5360 (eval $ac_compile) 2>&5
5362 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5363 (exit $ac_status); }; then
5364 # Now try to grab the symbols.
5366 if { (eval echo "$as_me:$LINENO: \"$NM conftest.
$ac_objext \|
$lt_cv_sys_global_symbol_pipe \
> $nlist\"") >&5
5367 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
5369 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5370 (exit $ac_status); } && test -s "$nlist"; then
5371 # Try sorting and uniquifying the output.
5372 if sort "$nlist" | uniq > "$nlist"T; then
5373 mv -f "$nlist"T "$nlist"
5378 # Make sure that we snagged all the symbols we need.
5379 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5380 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5381 cat <<_LT_EOF > conftest.$ac_ext
5387 # Now generate the symbol file.
5388 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5390 cat <<_LT_EOF >> conftest.$ac_ext
5392 /* The mapping between symbol names and symbols. */
5397 lt__PROGRAM__LTX_preloaded_symbols[] =
5399 { "@PROGRAM@
", (void *) 0 },
5401 $SED "s
/^
$symcode$symcode* \
(.
*\
) \
(.
*\
)$
/ {\"\
2\", (void
*) \
&\
2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5402 cat <<\_LT_EOF >> conftest.$ac_ext
5406 /* This works around a problem in FreeBSD linker */
5407 #ifdef FREEBSD_WORKAROUND
5408 static const void *lt_preloaded_setup() {
5409 return lt__PROGRAM__LTX_preloaded_symbols;
5417 # Now try linking the two files.
5418 mv conftest.$ac_objext conftstm.$ac_objext
5419 lt_save_LIBS="$LIBS"
5420 lt_save_CFLAGS="$CFLAGS"
5421 LIBS="conftstm.
$ac_objext"
5422 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5423 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5424 (eval $ac_link) 2>&5
5426 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5427 (exit $ac_status); } && test -s conftest${ac_exeext}; then
5430 LIBS="$lt_save_LIBS"
5431 CFLAGS="$lt_save_CFLAGS"
5433 echo "cannot
find nm_test_func
in $nlist" >&5
5436 echo "cannot
find nm_test_var
in $nlist" >&5
5439 echo "cannot run
$lt_cv_sys_global_symbol_pipe" >&5
5442 echo "$progname: failed program was
:" >&5
5443 cat conftest.$ac_ext >&5
5445 rm -rf conftest* conftst*
5447 # Do not use the global_symbol_pipe unless it works.
5448 if test "$pipe_works" = yes; then
5451 lt_cv_sys_global_symbol_pipe=
5457 if test -z "$lt_cv_sys_global_symbol_pipe"; then
5458 lt_cv_sys_global_symbol_to_cdecl=
5460 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5461 echo "$as_me:$LINENO: result
: failed
" >&5
5462 echo "${ECHO_T}failed
" >&6
5464 echo "$as_me:$LINENO: result
: ok
" >&5
5465 echo "${ECHO_T}ok
" >&6
5489 # Check whether --enable-libtool-lock or --disable-libtool-lock was given.
5490 if test "${enable_libtool_lock+set}" = set; then
5491 enableval="$enable_libtool_lock"
5494 test "x
$enable_libtool_lock" != xno && enable_libtool_lock=yes
5496 # Some flags need to be propagated to the compiler or linker for good
5500 # Find out which ABI we are using.
5501 echo 'int i;' > conftest.$ac_ext
5502 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5503 (eval $ac_compile) 2>&5
5505 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5506 (exit $ac_status); }; then
5507 case `/usr/bin/file conftest.$ac_objext` in
5519 # Find out which ABI we are using.
5520 echo '#line 5520 "configure
"' > conftest.$ac_ext
5521 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5522 (eval $ac_compile) 2>&5
5524 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5525 (exit $ac_status); }; then
5526 if test "$lt_cv_prog_gnu_ld" = yes; then
5527 case `/usr/bin/file conftest.$ac_objext` in
5529 LD="${LD-ld} -melf32bsmip"
5532 LD="${LD-ld} -melf32bmipn32"
5535 LD="${LD-ld} -melf64bmip"
5539 case `/usr/bin/file conftest.$ac_objext` in
5555 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
5556 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5557 # Find out which ABI we are using.
5558 echo 'int i;' > conftest.$ac_ext
5559 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5560 (eval $ac_compile) 2>&5
5562 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5563 (exit $ac_status); }; then
5564 case `/usr/bin/file conftest.o` in
5567 x86_64-*kfreebsd*-gnu)
5568 LD="${LD-ld} -m elf_i386_fbsd
"
5571 LD="${LD-ld} -m elf_i386
"
5573 ppc64-*linux*|powerpc64-*linux*)
5574 LD="${LD-ld} -m elf32ppclinux
"
5577 LD="${LD-ld} -m elf_s390
"
5580 LD="${LD-ld} -m elf32_sparc
"
5586 x86_64-*kfreebsd*-gnu)
5587 LD="${LD-ld} -m elf_x86_64_fbsd
"
5590 LD="${LD-ld} -m elf_x86_64
"
5592 ppc*-*linux*|powerpc*-*linux*)
5593 LD="${LD-ld} -m elf64ppc
"
5595 s390*-*linux*|s390*-*tpf*)
5596 LD="${LD-ld} -m elf64_s390
"
5599 LD="${LD-ld} -m elf64_sparc
"
5609 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5610 SAVE_CFLAGS="$CFLAGS"
5611 CFLAGS="$CFLAGS -belf"
5612 echo "$as_me:$LINENO: checking whether the C compiler needs
-belf" >&5
5613 echo $ECHO_N "checking whether the C compiler needs
-belf...
$ECHO_C" >&6
5614 if test "${lt_cv_cc_needs_belf+set}" = set; then
5615 echo $ECHO_N "(cached
) $ECHO_C" >&6
5618 ac_cpp='$CPP $CPPFLAGS'
5619 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5620 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5621 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5623 if test x$gcc_no_link = xyes; then
5624 { { echo "$as_me:$LINENO: error
: Link tests are not allowed after GCC_NO_EXECUTABLES.
" >&5
5625 echo "$as_me: error
: Link tests are not allowed after GCC_NO_EXECUTABLES.
" >&2;}
5626 { (exit 1); exit 1; }; }
5628 cat >conftest.$ac_ext <<_ACEOF
5631 cat confdefs.h >>conftest.$ac_ext
5632 cat >>conftest.$ac_ext <<_ACEOF
5633 /* end confdefs.h. */
5643 rm -f conftest.$ac_objext conftest$ac_exeext
5644 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5645 (eval $ac_link) 2>conftest.er1
5647 grep -v '^ *+' conftest.er1 >conftest.err
5649 cat conftest.err >&5
5650 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5651 (exit $ac_status); } &&
5652 { ac_try='test -z "$ac_c_werror_flag"
5653 || test ! -s conftest.err'
5654 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5657 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5658 (exit $ac_status); }; } &&
5659 { ac_try='test -s conftest$ac_exeext'
5660 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5663 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5664 (exit $ac_status); }; }; then
5665 lt_cv_cc_needs_belf=yes
5667 echo "$as_me: failed program was
:" >&5
5668 sed 's/^/| /' conftest.$ac_ext >&5
5670 lt_cv_cc_needs_belf=no
5672 rm -f conftest.err conftest.$ac_objext \
5673 conftest$ac_exeext conftest.$ac_ext
5675 ac_cpp='$CPP $CPPFLAGS'
5676 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5677 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5678 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5681 echo "$as_me:$LINENO: result
: $lt_cv_cc_needs_belf" >&5
5682 echo "${ECHO_T}$lt_cv_cc_needs_belf" >&6
5683 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5684 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5685 CFLAGS="$SAVE_CFLAGS"
5689 # Find out which ABI we are using.
5690 echo 'int i;' > conftest.$ac_ext
5691 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5692 (eval $ac_compile) 2>&5
5694 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
5695 (exit $ac_status); }; then
5696 case `/usr/bin/file conftest.o` in
5698 case $lt_cv_prog_gnu_ld in
5699 yes*) LD="${LD-ld} -m elf64_sparc
" ;;
5701 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5713 need_locks="$enable_libtool_lock"
5717 rhapsody* | darwin*)
5718 if test -n "$ac_tool_prefix"; then
5719 # Extract the first word of "${ac_tool_prefix}dsymutil
", so it can be a program name with args.
5720 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5721 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5722 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5723 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then
5724 echo $ECHO_N "(cached
) $ECHO_C" >&6
5726 if test -n "$DSYMUTIL"; then
5727 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5729 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5733 test -z "$as_dir" && as_dir=.
5734 for ac_exec_ext in '' $ac_executable_extensions; do
5735 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5736 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil
"
5737 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5745 DSYMUTIL=$ac_cv_prog_DSYMUTIL
5746 if test -n "$DSYMUTIL"; then
5747 echo "$as_me:$LINENO: result
: $DSYMUTIL" >&5
5748 echo "${ECHO_T}$DSYMUTIL" >&6
5750 echo "$as_me:$LINENO: result
: no
" >&5
5751 echo "${ECHO_T}no
" >&6
5755 if test -z "$ac_cv_prog_DSYMUTIL"; then
5756 ac_ct_DSYMUTIL=$DSYMUTIL
5757 # Extract the first word of "dsymutil
", so it can be a program name with args.
5758 set dummy dsymutil; ac_word=$2
5759 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5760 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5761 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then
5762 echo $ECHO_N "(cached
) $ECHO_C" >&6
5764 if test -n "$ac_ct_DSYMUTIL"; then
5765 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5767 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5771 test -z "$as_dir" && as_dir=.
5772 for ac_exec_ext in '' $ac_executable_extensions; do
5773 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5774 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil
"
5775 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5781 test -z "$ac_cv_prog_ac_ct_DSYMUTIL" && ac_cv_prog_ac_ct_DSYMUTIL=":"
5784 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
5785 if test -n "$ac_ct_DSYMUTIL"; then
5786 echo "$as_me:$LINENO: result
: $ac_ct_DSYMUTIL" >&5
5787 echo "${ECHO_T}$ac_ct_DSYMUTIL" >&6
5789 echo "$as_me:$LINENO: result
: no
" >&5
5790 echo "${ECHO_T}no
" >&6
5793 DSYMUTIL=$ac_ct_DSYMUTIL
5795 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
5798 if test -n "$ac_tool_prefix"; then
5799 # Extract the first word of "${ac_tool_prefix}nmedit
", so it can be a program name with args.
5800 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
5801 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5802 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5803 if test "${ac_cv_prog_NMEDIT+set}" = set; then
5804 echo $ECHO_N "(cached
) $ECHO_C" >&6
5806 if test -n "$NMEDIT"; then
5807 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
5809 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5813 test -z "$as_dir" && as_dir=.
5814 for ac_exec_ext in '' $ac_executable_extensions; do
5815 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5816 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit
"
5817 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5825 NMEDIT=$ac_cv_prog_NMEDIT
5826 if test -n "$NMEDIT"; then
5827 echo "$as_me:$LINENO: result
: $NMEDIT" >&5
5828 echo "${ECHO_T}$NMEDIT" >&6
5830 echo "$as_me:$LINENO: result
: no
" >&5
5831 echo "${ECHO_T}no
" >&6
5835 if test -z "$ac_cv_prog_NMEDIT"; then
5836 ac_ct_NMEDIT=$NMEDIT
5837 # Extract the first word of "nmedit
", so it can be a program name with args.
5838 set dummy nmedit; ac_word=$2
5839 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5840 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5841 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then
5842 echo $ECHO_N "(cached
) $ECHO_C" >&6
5844 if test -n "$ac_ct_NMEDIT"; then
5845 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
5847 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5851 test -z "$as_dir" && as_dir=.
5852 for ac_exec_ext in '' $ac_executable_extensions; do
5853 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5854 ac_cv_prog_ac_ct_NMEDIT="nmedit
"
5855 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5861 test -z "$ac_cv_prog_ac_ct_NMEDIT" && ac_cv_prog_ac_ct_NMEDIT=":"
5864 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
5865 if test -n "$ac_ct_NMEDIT"; then
5866 echo "$as_me:$LINENO: result
: $ac_ct_NMEDIT" >&5
5867 echo "${ECHO_T}$ac_ct_NMEDIT" >&6
5869 echo "$as_me:$LINENO: result
: no
" >&5
5870 echo "${ECHO_T}no
" >&6
5873 NMEDIT=$ac_ct_NMEDIT
5875 NMEDIT="$ac_cv_prog_NMEDIT"
5878 if test -n "$ac_tool_prefix"; then
5879 # Extract the first word of "${ac_tool_prefix}lipo
", so it can be a program name with args.
5880 set dummy ${ac_tool_prefix}lipo; ac_word=$2
5881 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5882 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5883 if test "${ac_cv_prog_LIPO+set}" = set; then
5884 echo $ECHO_N "(cached
) $ECHO_C" >&6
5886 if test -n "$LIPO"; then
5887 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
5889 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5893 test -z "$as_dir" && as_dir=.
5894 for ac_exec_ext in '' $ac_executable_extensions; do
5895 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5896 ac_cv_prog_LIPO="${ac_tool_prefix}lipo
"
5897 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5905 LIPO=$ac_cv_prog_LIPO
5906 if test -n "$LIPO"; then
5907 echo "$as_me:$LINENO: result
: $LIPO" >&5
5908 echo "${ECHO_T}$LIPO" >&6
5910 echo "$as_me:$LINENO: result
: no
" >&5
5911 echo "${ECHO_T}no
" >&6
5915 if test -z "$ac_cv_prog_LIPO"; then
5917 # Extract the first word of "lipo
", so it can be a program name with args.
5918 set dummy lipo; ac_word=$2
5919 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5920 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5921 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then
5922 echo $ECHO_N "(cached
) $ECHO_C" >&6
5924 if test -n "$ac_ct_LIPO"; then
5925 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
5927 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5931 test -z "$as_dir" && as_dir=.
5932 for ac_exec_ext in '' $ac_executable_extensions; do
5933 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5934 ac_cv_prog_ac_ct_LIPO="lipo
"
5935 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5941 test -z "$ac_cv_prog_ac_ct_LIPO" && ac_cv_prog_ac_ct_LIPO=":"
5944 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
5945 if test -n "$ac_ct_LIPO"; then
5946 echo "$as_me:$LINENO: result
: $ac_ct_LIPO" >&5
5947 echo "${ECHO_T}$ac_ct_LIPO" >&6
5949 echo "$as_me:$LINENO: result
: no
" >&5
5950 echo "${ECHO_T}no
" >&6
5955 LIPO="$ac_cv_prog_LIPO"
5958 if test -n "$ac_tool_prefix"; then
5959 # Extract the first word of "${ac_tool_prefix}otool
", so it can be a program name with args.
5960 set dummy ${ac_tool_prefix}otool; ac_word=$2
5961 echo "$as_me:$LINENO: checking
for $ac_word" >&5
5962 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
5963 if test "${ac_cv_prog_OTOOL+set}" = set; then
5964 echo $ECHO_N "(cached
) $ECHO_C" >&6
5966 if test -n "$OTOOL"; then
5967 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
5969 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5973 test -z "$as_dir" && as_dir=.
5974 for ac_exec_ext in '' $ac_executable_extensions; do
5975 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5976 ac_cv_prog_OTOOL="${ac_tool_prefix}otool
"
5977 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
5985 OTOOL=$ac_cv_prog_OTOOL
5986 if test -n "$OTOOL"; then
5987 echo "$as_me:$LINENO: result
: $OTOOL" >&5
5988 echo "${ECHO_T}$OTOOL" >&6
5990 echo "$as_me:$LINENO: result
: no
" >&5
5991 echo "${ECHO_T}no
" >&6
5995 if test -z "$ac_cv_prog_OTOOL"; then
5997 # Extract the first word of "otool
", so it can be a program name with args.
5998 set dummy otool; ac_word=$2
5999 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6000 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6001 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then
6002 echo $ECHO_N "(cached
) $ECHO_C" >&6
6004 if test -n "$ac_ct_OTOOL"; then
6005 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6007 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6011 test -z "$as_dir" && as_dir=.
6012 for ac_exec_ext in '' $ac_executable_extensions; do
6013 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6014 ac_cv_prog_ac_ct_OTOOL="otool
"
6015 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6021 test -z "$ac_cv_prog_ac_ct_OTOOL" && ac_cv_prog_ac_ct_OTOOL=":"
6024 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6025 if test -n "$ac_ct_OTOOL"; then
6026 echo "$as_me:$LINENO: result
: $ac_ct_OTOOL" >&5
6027 echo "${ECHO_T}$ac_ct_OTOOL" >&6
6029 echo "$as_me:$LINENO: result
: no
" >&5
6030 echo "${ECHO_T}no
" >&6
6035 OTOOL="$ac_cv_prog_OTOOL"
6038 if test -n "$ac_tool_prefix"; then
6039 # Extract the first word of "${ac_tool_prefix}otool64
", so it can be a program name with args.
6040 set dummy ${ac_tool_prefix}otool64; ac_word=$2
6041 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6042 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6043 if test "${ac_cv_prog_OTOOL64+set}" = set; then
6044 echo $ECHO_N "(cached
) $ECHO_C" >&6
6046 if test -n "$OTOOL64"; then
6047 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6049 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6053 test -z "$as_dir" && as_dir=.
6054 for ac_exec_ext in '' $ac_executable_extensions; do
6055 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6056 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64
"
6057 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6065 OTOOL64=$ac_cv_prog_OTOOL64
6066 if test -n "$OTOOL64"; then
6067 echo "$as_me:$LINENO: result
: $OTOOL64" >&5
6068 echo "${ECHO_T}$OTOOL64" >&6
6070 echo "$as_me:$LINENO: result
: no
" >&5
6071 echo "${ECHO_T}no
" >&6
6075 if test -z "$ac_cv_prog_OTOOL64"; then
6076 ac_ct_OTOOL64=$OTOOL64
6077 # Extract the first word of "otool64
", so it can be a program name with args.
6078 set dummy otool64; ac_word=$2
6079 echo "$as_me:$LINENO: checking
for $ac_word" >&5
6080 echo $ECHO_N "checking
for $ac_word...
$ECHO_C" >&6
6081 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then
6082 echo $ECHO_N "(cached
) $ECHO_C" >&6
6084 if test -n "$ac_ct_OTOOL64"; then
6085 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6087 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6091 test -z "$as_dir" && as_dir=.
6092 for ac_exec_ext in '' $ac_executable_extensions; do
6093 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6094 ac_cv_prog_ac_ct_OTOOL64="otool64
"
6095 echo "$as_me:$LINENO: found
$as_dir/$ac_word$ac_exec_ext" >&5
6101 test -z "$ac_cv_prog_ac_ct_OTOOL64" && ac_cv_prog_ac_ct_OTOOL64=":"
6104 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6105 if test -n "$ac_ct_OTOOL64"; then
6106 echo "$as_me:$LINENO: result
: $ac_ct_OTOOL64" >&5
6107 echo "${ECHO_T}$ac_ct_OTOOL64" >&6
6109 echo "$as_me:$LINENO: result
: no
" >&5
6110 echo "${ECHO_T}no
" >&6
6113 OTOOL64=$ac_ct_OTOOL64
6115 OTOOL64="$ac_cv_prog_OTOOL64"
6144 echo "$as_me:$LINENO: checking
for -single_module linker flag
" >&5
6145 echo $ECHO_N "checking
for -single_module linker flag...
$ECHO_C" >&6
6146 if test "${lt_cv_apple_cc_single_mod+set}" = set; then
6147 echo $ECHO_N "(cached
) $ECHO_C" >&6
6149 lt_cv_apple_cc_single_mod=no
6150 if test -z "${LT_MULTI_MODULE}"; then
6151 # By default we will add the -single_module flag. You can override
6152 # by either setting the environment variable LT_MULTI_MODULE
6153 # non-empty at configure time, or by adding -multi_module to the
6155 rm -rf libconftest.dylib*
6156 echo "int foo
(void
){return 1;}" > conftest.c
6157 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6158 -dynamiclib -Wl,-single_module conftest.c
" >&5
6159 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6160 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6162 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6163 lt_cv_apple_cc_single_mod=yes
6165 cat conftest.err >&5
6167 rm -rf libconftest.dylib*
6171 echo "$as_me:$LINENO: result
: $lt_cv_apple_cc_single_mod" >&5
6172 echo "${ECHO_T}$lt_cv_apple_cc_single_mod" >&6
6173 echo "$as_me:$LINENO: checking
for -exported_symbols_list linker flag
" >&5
6174 echo $ECHO_N "checking
for -exported_symbols_list linker flag...
$ECHO_C" >&6
6175 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then
6176 echo $ECHO_N "(cached
) $ECHO_C" >&6
6178 lt_cv_ld_exported_symbols_list=no
6179 save_LDFLAGS=$LDFLAGS
6180 echo "_main
" > conftest.sym
6181 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym
"
6182 if test x$gcc_no_link = xyes; then
6183 { { echo "$as_me:$LINENO: error
: Link tests are not allowed after GCC_NO_EXECUTABLES.
" >&5
6184 echo "$as_me: error
: Link tests are not allowed after GCC_NO_EXECUTABLES.
" >&2;}
6185 { (exit 1); exit 1; }; }
6187 cat >conftest.$ac_ext <<_ACEOF
6190 cat confdefs.h >>conftest.$ac_ext
6191 cat >>conftest.$ac_ext <<_ACEOF
6192 /* end confdefs.h. */
6202 rm -f conftest.$ac_objext conftest$ac_exeext
6203 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6204 (eval $ac_link) 2>conftest.er1
6206 grep -v '^ *+' conftest.er1 >conftest.err
6208 cat conftest.err >&5
6209 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
6210 (exit $ac_status); } &&
6211 { ac_try='test -z "$ac_c_werror_flag"
6212 || test ! -s conftest.err'
6213 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6216 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
6217 (exit $ac_status); }; } &&
6218 { ac_try='test -s conftest$ac_exeext'
6219 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6222 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
6223 (exit $ac_status); }; }; then
6224 lt_cv_ld_exported_symbols_list=yes
6226 echo "$as_me: failed program was
:" >&5
6227 sed 's/^/| /' conftest.$ac_ext >&5
6229 lt_cv_ld_exported_symbols_list=no
6231 rm -f conftest.err conftest.$ac_objext \
6232 conftest$ac_exeext conftest.$ac_ext
6233 LDFLAGS="$save_LDFLAGS"
6236 echo "$as_me:$LINENO: result
: $lt_cv_ld_exported_symbols_list" >&5
6237 echo "${ECHO_T}$lt_cv_ld_exported_symbols_list" >&6
6239 rhapsody* | darwin1.[012])
6240 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6242 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6243 darwin*) # darwin 5.x on
6244 # if running on 10.5 or later, the deployment target defaults
6245 # to the OS version, if on x86, and 10.4, the deployment
6246 # target defaults to 10.4. Don't you love it?
6247 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6248 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6249 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6251 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6253 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6257 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6258 _lt_dar_single_mod='$single_module'
6260 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6261 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6263 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6265 if test "$DSYMUTIL" != ":"; then
6266 _lt_dsymutil='~$DSYMUTIL $lib || :'
6274 ac_cpp='$CPP $CPPFLAGS'
6275 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6276 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6277 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6278 echo "$as_me:$LINENO: checking how to run the C preprocessor
" >&5
6279 echo $ECHO_N "checking how to run the C preprocessor...
$ECHO_C" >&6
6280 # On Suns, sometimes $CPP names a directory.
6281 if test -n "$CPP" && test -d "$CPP"; then
6284 if test -z "$CPP"; then
6285 if test "${ac_cv_prog_CPP+set}" = set; then
6286 echo $ECHO_N "(cached
) $ECHO_C" >&6
6288 # Double quotes because CPP needs to be expanded
6289 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib
/cpp
"
6292 for ac_c_preproc_warn_flag in '' yes
6294 # Use a header file that comes with gcc, so configuring glibc
6295 # with a fresh cross-compiler works.
6296 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6297 # <limits.h> exists even on freestanding compilers.
6298 # On the NeXT, cc -E runs the code through the compiler's parser,
6299 # not just through cpp. "Syntax error
" is here to catch this case.
6300 cat >conftest.$ac_ext <<_ACEOF
6303 cat confdefs.h >>conftest.$ac_ext
6304 cat >>conftest.$ac_ext <<_ACEOF
6305 /* end confdefs.h. */
6307 # include <limits.h>
6309 # include <assert.h>
6313 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.
$ac_ext\"") >&5
6314 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6316 grep -v '^ *+' conftest.er1 >conftest.err
6318 cat conftest.err >&5
6319 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
6320 (exit $ac_status); } >/dev/null; then
6321 if test -s conftest.err; then
6322 ac_cpp_err=$ac_c_preproc_warn_flag
6323 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6330 if test -z "$ac_cpp_err"; then
6333 echo "$as_me: failed program was
:" >&5
6334 sed 's/^/| /' conftest.$ac_ext >&5
6336 # Broken: fails on valid input.
6339 rm -f conftest.err conftest.$ac_ext
6341 # OK, works on sane cases. Now check whether non-existent headers
6342 # can be detected and how.
6343 cat >conftest.$ac_ext <<_ACEOF
6346 cat confdefs.h >>conftest.$ac_ext
6347 cat >>conftest.$ac_ext <<_ACEOF
6348 /* end confdefs.h. */
6349 #include <ac_nonexistent.h>
6351 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.
$ac_ext\"") >&5
6352 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6354 grep -v '^ *+' conftest.er1 >conftest.err
6356 cat conftest.err >&5
6357 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
6358 (exit $ac_status); } >/dev/null; then
6359 if test -s conftest.err; then
6360 ac_cpp_err=$ac_c_preproc_warn_flag
6361 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6368 if test -z "$ac_cpp_err"; then
6369 # Broken: success on invalid input.
6372 echo "$as_me: failed program was
:" >&5
6373 sed 's/^/| /' conftest.$ac_ext >&5
6375 # Passes both tests.
6379 rm -f conftest.err conftest.$ac_ext
6382 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6383 rm -f conftest.err conftest.$ac_ext
6384 if $ac_preproc_ok; then
6396 echo "$as_me:$LINENO: result
: $CPP" >&5
6397 echo "${ECHO_T}$CPP" >&6
6399 for ac_c_preproc_warn_flag in '' yes
6401 # Use a header file that comes with gcc, so configuring glibc
6402 # with a fresh cross-compiler works.
6403 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6404 # <limits.h> exists even on freestanding compilers.
6405 # On the NeXT, cc -E runs the code through the compiler's parser,
6406 # not just through cpp. "Syntax error
" is here to catch this case.
6407 cat >conftest.$ac_ext <<_ACEOF
6410 cat confdefs.h >>conftest.$ac_ext
6411 cat >>conftest.$ac_ext <<_ACEOF
6412 /* end confdefs.h. */
6414 # include <limits.h>
6416 # include <assert.h>
6420 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.
$ac_ext\"") >&5
6421 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6423 grep -v '^ *+' conftest.er1 >conftest.err
6425 cat conftest.err >&5
6426 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
6427 (exit $ac_status); } >/dev/null; then
6428 if test -s conftest.err; then
6429 ac_cpp_err=$ac_c_preproc_warn_flag
6430 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6437 if test -z "$ac_cpp_err"; then
6440 echo "$as_me: failed program was
:" >&5
6441 sed 's/^/| /' conftest.$ac_ext >&5
6443 # Broken: fails on valid input.
6446 rm -f conftest.err conftest.$ac_ext
6448 # OK, works on sane cases. Now check whether non-existent headers
6449 # can be detected and how.
6450 cat >conftest.$ac_ext <<_ACEOF
6453 cat confdefs.h >>conftest.$ac_ext
6454 cat >>conftest.$ac_ext <<_ACEOF
6455 /* end confdefs.h. */
6456 #include <ac_nonexistent.h>
6458 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.
$ac_ext\"") >&5
6459 (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
6461 grep -v '^ *+' conftest.er1 >conftest.err
6463 cat conftest.err >&5
6464 echo "$as_me:$LINENO: \$?
= $ac_status" >&5
6465 (exit $ac_status); } >/dev/null; then
6466 if test -s conftest.err; then
6467 ac_cpp_err=$ac_c_preproc_warn_flag
6468 ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
6475 if test -z "$ac_cpp_err"; then
6476 # Broken: success on invalid input.
6479 echo "$as_me: failed program was
:" >&5
6480 sed 's/^/| /' conftest.$ac_ext >&5
6482 # Passes both tests.
6486 rm -f conftest.err conftest.$ac_ext
6489 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6490 rm -f conftest.err conftest.$ac_ext
6491 if $ac_preproc_ok; then
6494 { { echo "$as_me:$LINENO: error
: in \
`$ac_pwd':" >&5
6495 echo "$as_me: error: in \`$ac_pwd':" >&2;}
6496 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
6497 See \`config.log' for more details.
" >&5
6498 echo "$as_me: error
: C preprocessor
\"$CPP\" fails sanity check
6499 See \
`config.log' for more details." >&2;}
6500 { (exit 1); exit 1; }; }; }
6504 ac_cpp='$CPP $CPPFLAGS'
6505 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6506 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6507 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6510 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6511 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
6512 if test "${ac_cv_header_stdc+set}" = set; then
6513 echo $ECHO_N "(cached) $ECHO_C" >&6
6515 cat >conftest.$ac_ext <<_ACEOF
6518 cat confdefs.h >>conftest.$ac_ext
6519 cat >>conftest.$ac_ext <<_ACEOF
6520 /* end confdefs.h. */
6534 rm -f conftest.$ac_objext
6535 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6536 (eval $ac_compile) 2>conftest.er1
6538 grep -v '^ *+' conftest.er1 >conftest.err
6540 cat conftest.err >&5
6541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6542 (exit $ac_status); } &&
6543 { ac_try='test -z "$ac_c_werror_flag"
6544 || test ! -s conftest.err'
6545 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6549 (exit $ac_status); }; } &&
6550 { ac_try='test -s conftest.$ac_objext'
6551 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6555 (exit $ac_status); }; }; then
6556 ac_cv_header_stdc=yes
6558 echo "$as_me: failed program was:" >&5
6559 sed 's/^/| /' conftest.$ac_ext >&5
6561 ac_cv_header_stdc=no
6563 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6565 if test $ac_cv_header_stdc = yes; then
6566 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6567 cat >conftest.$ac_ext <<_ACEOF
6570 cat confdefs.h >>conftest.$ac_ext
6571 cat >>conftest.$ac_ext <<_ACEOF
6572 /* end confdefs.h. */
6576 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6577 $EGREP "memchr" >/dev/null 2>&1; then
6580 ac_cv_header_stdc=no
6586 if test $ac_cv_header_stdc = yes; then
6587 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6588 cat >conftest.$ac_ext <<_ACEOF
6591 cat confdefs.h >>conftest.$ac_ext
6592 cat >>conftest.$ac_ext <<_ACEOF
6593 /* end confdefs.h. */
6597 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6598 $EGREP "free" >/dev/null 2>&1; then
6601 ac_cv_header_stdc=no
6607 if test $ac_cv_header_stdc = yes; then
6608 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6609 if test "$cross_compiling" = yes; then
6612 cat >conftest.$ac_ext <<_ACEOF
6615 cat confdefs.h >>conftest.$ac_ext
6616 cat >>conftest.$ac_ext <<_ACEOF
6617 /* end confdefs.h. */
6619 #if ((' ' & 0x0FF) == 0x020)
6620 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6621 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6623 # define ISLOWER(c) \
6624 (('a' <= (c) && (c) <= 'i') \
6625 || ('j' <= (c) && (c) <= 'r') \
6626 || ('s' <= (c) && (c) <= 'z'))
6627 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6630 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6635 for (i = 0; i < 256; i++)
6636 if (XOR (islower (i), ISLOWER (i))
6637 || toupper (i) != TOUPPER (i))
6642 rm -f conftest$ac_exeext
6643 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6644 (eval $ac_link) 2>&5
6646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6647 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6648 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6652 (exit $ac_status); }; }; then
6655 echo "$as_me: program exited with status $ac_status" >&5
6656 echo "$as_me: failed program was:" >&5
6657 sed 's/^/| /' conftest.$ac_ext >&5
6660 ac_cv_header_stdc=no
6662 rm -f core *.core gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6666 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6667 echo "${ECHO_T}$ac_cv_header_stdc" >&6
6668 if test $ac_cv_header_stdc = yes; then
6670 cat >>confdefs.h <<\_ACEOF
6671 #define STDC_HEADERS 1
6676 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6686 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6687 inttypes.h stdint.h unistd.h
6689 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
6690 echo "$as_me:$LINENO: checking for $ac_header" >&5
6691 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6692 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6693 echo $ECHO_N "(cached) $ECHO_C" >&6
6695 cat >conftest.$ac_ext <<_ACEOF
6698 cat confdefs.h >>conftest.$ac_ext
6699 cat >>conftest.$ac_ext <<_ACEOF
6700 /* end confdefs.h. */
6701 $ac_includes_default
6703 #include <$ac_header>
6705 rm -f conftest.$ac_objext
6706 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6707 (eval $ac_compile) 2>conftest.er1
6709 grep -v '^ *+' conftest.er1 >conftest.err
6711 cat conftest.err >&5
6712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6713 (exit $ac_status); } &&
6714 { ac_try='test -z "$ac_c_werror_flag"
6715 || test ! -s conftest.err'
6716 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6720 (exit $ac_status); }; } &&
6721 { ac_try='test -s conftest.$ac_objext'
6722 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6726 (exit $ac_status); }; }; then
6727 eval "$as_ac_Header=yes"
6729 echo "$as_me: failed program was:" >&5
6730 sed 's/^/| /' conftest.$ac_ext >&5
6732 eval "$as_ac_Header=no"
6734 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6736 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6737 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6738 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6739 cat >>confdefs.h <<_ACEOF
6740 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
6749 for ac_header in dlfcn.h
6751 as_ac_Header=`echo "ac_cv_header_$ac_header" |
$as_tr_sh`
6752 echo "$as_me:$LINENO: checking for $ac_header" >&5
6753 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
6754 if eval "test \"\${$as_ac_Header+set}\" = set"; then
6755 echo $ECHO_N "(cached) $ECHO_C" >&6
6757 cat >conftest.$ac_ext <<_ACEOF
6760 cat confdefs.h >>conftest.$ac_ext
6761 cat >>conftest.$ac_ext <<_ACEOF
6762 /* end confdefs.h. */
6763 $ac_includes_default
6765 #include <$ac_header>
6767 rm -f conftest.$ac_objext
6768 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6769 (eval $ac_compile) 2>conftest.er1
6771 grep -v '^ *+' conftest.er1 >conftest.err
6773 cat conftest.err >&5
6774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6775 (exit $ac_status); } &&
6776 { ac_try='test -z "$ac_c_werror_flag"
6777 || test ! -s conftest.err'
6778 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6782 (exit $ac_status); }; } &&
6783 { ac_try='test -s conftest.$ac_objext'
6784 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6788 (exit $ac_status); }; }; then
6789 eval "$as_ac_Header=yes"
6791 echo "$as_me: failed program was:" >&5
6792 sed 's/^/| /' conftest.$ac_ext >&5
6794 eval "$as_ac_Header=no"
6796 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
6798 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
6799 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
6800 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6801 cat >>confdefs.h <<_ACEOF
6802 #define `echo "HAVE_$ac_header" |
$as_tr_cpp` 1
6819 # Check whether --enable-shared or --disable-shared was given.
6820 if test "${enable_shared+set}" = set; then
6821 enableval="$enable_shared"
6822 p=${PACKAGE-default}
6824 yes) enable_shared=yes ;;
6825 no) enable_shared=no ;;
6828 # Look at the argument we got. We use all the common list separators.
6829 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
6830 for pkg in $enableval; do
6832 if test "X$pkg" = "X$p"; then
6850 # Check whether --enable-static or --disable-static was given.
6851 if test "${enable_static+set}" = set; then
6852 enableval="$enable_static"
6853 p=${PACKAGE-default}
6855 yes) enable_static=yes ;;
6856 no) enable_static=no ;;
6859 # Look at the argument we got. We use all the common list separators.
6860 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
6861 for pkg in $enableval; do
6863 if test "X$pkg" = "X$p"; then
6882 # Check whether --with-pic or --without-pic was given.
6883 if test "${with_pic+set}" = set; then
6890 test -z "$pic_mode" && pic_mode=default
6898 # Check whether --enable-fast-install or --disable-fast-install was given.
6899 if test "${enable_fast_install+set}" = set; then
6900 enableval="$enable_fast_install"
6901 p=${PACKAGE-default}
6903 yes) enable_fast_install=yes ;;
6904 no) enable_fast_install=no ;;
6906 enable_fast_install=no
6907 # Look at the argument we got. We use all the common list separators.
6908 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
6909 for pkg in $enableval; do
6911 if test "X$pkg" = "X$p"; then
6912 enable_fast_install=yes
6919 enable_fast_install=yes
6931 # This can be used to rebuild libtool when needed
6932 LIBTOOL_DEPS="$ltmain"
6934 # Always use our own libtool.
6935 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
6961 test -z "$LN_S" && LN_S="ln -s"
6976 if test -n "${ZSH_VERSION+set}" ; then
6977 setopt NO_GLOB_SUBST
6980 echo "$as_me:$LINENO: checking for objdir" >&5
6981 echo $ECHO_N "checking for objdir... $ECHO_C" >&6
6982 if test "${lt_cv_objdir+set}" = set; then
6983 echo $ECHO_N "(cached) $ECHO_C" >&6
6985 rm -f .libs 2>/dev/null
6986 mkdir .libs 2>/dev/null
6987 if test -d .libs; then
6990 # MS-DOS does not allow filenames that begin with a dot.
6993 rmdir .libs 2>/dev/null
6995 echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
6996 echo "${ECHO_T}$lt_cv_objdir" >&6
6997 objdir=$lt_cv_objdir
7003 cat >>confdefs.h <<_ACEOF
7004 #define LT_OBJDIR "$lt_cv_objdir/"
7025 # AIX sometimes has problems with the GCC collect2 program. For some
7026 # reason, if we set the COLLECT_NAMES environment variable, the problems
7027 # vanish in a puff of smoke.
7028 if test "X${COLLECT_NAMES+set}" != Xset; then
7030 export COLLECT_NAMES
7035 # Sed substitution that helps us do robust quoting. It backslashifies
7036 # metacharacters that are still active within double-quoted strings.
7037 sed_quote_subst='s/\(["`$
\\]\
)/\\\
1/g
'
7039 # Same as above, but do not quote variable references.
7040 double_quote_subst='s
/\
(["`\\]\)/\\\1/g'
7042 # Sed substitution to delay expansion of an escaped shell variable in a
7043 # double_quote_subst'ed string.
7044 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
7046 # Sed substitution to delay expansion of an escaped single quote.
7047 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
7049 # Sed substitution to avoid accidental globbing in evaled expressions
7050 no_glob_subst='s/\*/\\\*/g'
7054 can_build_shared=yes
7056 # All known linkers require a `.a' archive for static linking (except MSVC,
7057 # which needs '.lib').
7060 with_gnu_ld="$lt_cv_prog_gnu_ld"
7063 old_CFLAGS="$CFLAGS"
7065 # Set sane defaults for various variables
7066 test -z "$CC" && CC=cc
7067 test -z "$LTCC" && LTCC=$CC
7068 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7069 test -z "$LD" && LD=ld
7070 test -z "$ac_objext" && ac_objext=o
7072 for cc_temp in $compiler""; do
7074 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7075 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7080 cc_basename=`$ECHO "X
$cc_temp" | $Xsed -e 's%.*/%%' -e "s
%^
$host_alias-%%"`
7083 # Only perform the check for file, if the check method requires it
7084 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7085 case $deplibs_check_method in
7087 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7088 echo "$as_me:$LINENO: checking
for ${ac_tool_prefix}file" >&5
7089 echo $ECHO_N "checking
for ${ac_tool_prefix}file...
$ECHO_C" >&6
7090 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
7091 echo $ECHO_N "(cached
) $ECHO_C" >&6
7095 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7098 lt_save_MAGIC_CMD="$MAGIC_CMD"
7099 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7100 ac_dummy="/usr
/bin
$PATH_SEPARATOR$PATH"
7101 for ac_dir in $ac_dummy; do
7103 test -z "$ac_dir" && ac_dir=.
7104 if test -f $ac_dir/${ac_tool_prefix}file; then
7105 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7106 if test -n "$file_magic_test_file"; then
7107 case $deplibs_check_method in
7109 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \
(.
*\
)"`
7110 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7111 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7112 $EGREP "$file_magic_regex" > /dev/null; then
7117 *** Warning: the command libtool uses to detect shared libraries,
7118 *** $file_magic_cmd, produces output that libtool cannot recognize.
7119 *** The result is that libtool may fail to recognize shared libraries
7120 *** as such. This will affect the creation of libtool libraries that
7121 *** depend on shared libraries, but programs linked with such libtool
7122 *** libraries will work regardless of this problem. Nevertheless, you
7123 *** may want to report the problem to your system manager and/or to
7124 *** bug-libtool@gnu.org
7134 MAGIC_CMD="$lt_save_MAGIC_CMD"
7139 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7140 if test -n "$MAGIC_CMD"; then
7141 echo "$as_me:$LINENO: result
: $MAGIC_CMD" >&5
7142 echo "${ECHO_T}$MAGIC_CMD" >&6
7144 echo "$as_me:$LINENO: result
: no
" >&5
7145 echo "${ECHO_T}no
" >&6
7152 if test -z "$lt_cv_path_MAGIC_CMD"; then
7153 if test -n "$ac_tool_prefix"; then
7154 echo "$as_me:$LINENO: checking
for file" >&5
7155 echo $ECHO_N "checking
for file...
$ECHO_C" >&6
7156 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
7157 echo $ECHO_N "(cached
) $ECHO_C" >&6
7161 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7164 lt_save_MAGIC_CMD="$MAGIC_CMD"
7165 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7166 ac_dummy="/usr
/bin
$PATH_SEPARATOR$PATH"
7167 for ac_dir in $ac_dummy; do
7169 test -z "$ac_dir" && ac_dir=.
7170 if test -f $ac_dir/file; then
7171 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7172 if test -n "$file_magic_test_file"; then
7173 case $deplibs_check_method in
7175 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \
(.
*\
)"`
7176 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7177 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7178 $EGREP "$file_magic_regex" > /dev/null; then
7183 *** Warning: the command libtool uses to detect shared libraries,
7184 *** $file_magic_cmd, produces output that libtool cannot recognize.
7185 *** The result is that libtool may fail to recognize shared libraries
7186 *** as such. This will affect the creation of libtool libraries that
7187 *** depend on shared libraries, but programs linked with such libtool
7188 *** libraries will work regardless of this problem. Nevertheless, you
7189 *** may want to report the problem to your system manager and/or to
7190 *** bug-libtool@gnu.org
7200 MAGIC_CMD="$lt_save_MAGIC_CMD"
7205 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7206 if test -n "$MAGIC_CMD"; then
7207 echo "$as_me:$LINENO: result
: $MAGIC_CMD" >&5
7208 echo "${ECHO_T}$MAGIC_CMD" >&6
7210 echo "$as_me:$LINENO: result
: no
" >&5
7211 echo "${ECHO_T}no
" >&6
7224 # Use C for the default configuration in the libtool script
7228 ac_cpp='$CPP $CPPFLAGS'
7229 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7230 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7231 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7234 # Source file extension for C test sources.
7237 # Object file extension for compiled C test sources.
7241 # Code to be used in simple compile tests
7242 lt_simple_compile_test_code="int some_variable
= 0;"
7244 # Code to be used in simple link tests
7245 lt_simple_link_test_code='int main(){return(0);}'
7253 # If no C compiler was specified, use CC.
7256 # If no C compiler flags were specified, use CFLAGS.
7257 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7259 # Allow CC to be a program name with arguments.
7262 # Save the default compiler, since it gets overwritten when the other
7263 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7264 compiler_DEFAULT=$CC
7266 # save warnings/boilerplate of simple test code
7267 ac_outfile=conftest.$ac_objext
7268 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7269 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7270 _lt_compiler_boilerplate=`cat conftest.err`
7273 ac_outfile=conftest.$ac_objext
7274 echo "$lt_simple_link_test_code" >conftest.$ac_ext
7275 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7276 _lt_linker_boilerplate=`cat conftest.err`
7281 ## There is no encapsulation within the following macros, do not change
7282 ## the running order or otherwise move them around unless you know exactly
7283 ## what you are doing...
7284 if test -n "$compiler"; then
7286 lt_prog_compiler_no_builtin_flag=
7288 if test "$GCC" = yes; then
7289 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
7291 echo "$as_me:$LINENO: checking
if $compiler supports
-fno-rtti -fno-exceptions" >&5
7292 echo $ECHO_N "checking
if $compiler supports
-fno-rtti -fno-exceptions...
$ECHO_C" >&6
7293 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
7294 echo $ECHO_N "(cached
) $ECHO_C" >&6
7296 lt_cv_prog_compiler_rtti_exceptions=no
7297 ac_outfile=conftest.$ac_objext
7298 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7299 lt_compiler_flag="-fno-rtti -fno-exceptions"
7300 # Insert the option either (1) after the last *FLAGS variable, or
7301 # (2) before a word containing "conftest.
", or (3) at the end.
7302 # Note that $ac_compile itself does not contain backslashes and begins
7303 # with a dollar sign (not a hyphen), so the echo should work correctly.
7304 # The option is referenced via a variable to avoid confusing sed.
7305 lt_compile=`echo "$ac_compile" | $SED \
7306 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7307 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7308 -e 's:$: $lt_compiler_flag:'`
7309 (eval echo "\"\
$as_me:7309: $lt_compile\"" >&5)
7310 (eval "$lt_compile" 2>conftest.err)
7312 cat conftest.err >&5
7313 echo "$as_me:7313: \$?
= $ac_status" >&5
7314 if (exit $ac_status) && test -s "$ac_outfile"; then
7315 # The compiler can only warn and ignore the option if not recognized
7316 # So say no if there are warnings other than the usual output.
7317 $ECHO "X
$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
7318 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7319 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7320 lt_cv_prog_compiler_rtti_exceptions=yes
7326 echo "$as_me:$LINENO: result
: $lt_cv_prog_compiler_rtti_exceptions" >&5
7327 echo "${ECHO_T}$lt_cv_prog_compiler_rtti_exceptions" >&6
7329 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7330 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7342 lt_prog_compiler_wl=
7343 lt_prog_compiler_pic=
7344 lt_prog_compiler_static=
7346 echo "$as_me:$LINENO: checking
for $compiler option to produce PIC
" >&5
7347 echo $ECHO_N "checking
for $compiler option to produce PIC...
$ECHO_C" >&6
7349 if test "$GCC" = yes; then
7350 lt_prog_compiler_wl='-Wl,'
7351 lt_prog_compiler_static='-static'
7355 # All AIX code is PIC.
7356 if test "$host_cpu" = ia64; then
7357 # AIX 5 now supports IA64 processor
7358 lt_prog_compiler_static='-Bstatic'
7365 # see comment about AmigaOS4 .so support
7366 lt_prog_compiler_pic='-fPIC'
7369 # FIXME: we need at least 68020 code to build shared libraries, but
7370 # adding the `-m68020' flag to GCC prevents building anything better,
7372 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7377 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7378 # PIC is the default for these OSes.
7381 mingw* | cygwin* | pw32* | os2* | cegcc*)
7382 # This hack is so that the source file can tell whether it is being
7383 # built for inclusion in a dll (and should export symbols for example).
7384 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7385 # (--disable-auto-import) libraries
7386 lt_prog_compiler_pic='-DDLL_EXPORT'
7389 darwin* | rhapsody*)
7390 # PIC is the default on this platform
7391 # Common symbols not allowed in MH_DYLIB files
7392 lt_prog_compiler_pic='-fno-common'
7396 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7397 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7398 # sets the default TLS model and affects inlining.
7404 lt_prog_compiler_pic='-fPIC'
7410 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7411 # Instead, we relocate shared libraries at runtime.
7415 # Just because we use GCC doesn't mean we suddenly get shared libraries
7416 # on systems that don't support them.
7417 lt_prog_compiler_can_build_shared=no
7422 # QNX uses GNU C++, but need to define -shared option too, otherwise
7424 lt_prog_compiler_pic='-fPIC -shared'
7428 if test -d /usr/nec; then
7429 lt_prog_compiler_pic=-Kconform_pic
7434 lt_prog_compiler_pic='-fPIC'
7438 # PORTME Check for flag to pass linker flags through the system compiler.
7441 lt_prog_compiler_wl='-Wl,'
7442 if test "$host_cpu" = ia64; then
7443 # AIX 5 now supports IA64 processor
7444 lt_prog_compiler_static='-Bstatic'
7446 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7450 mingw* | cygwin* | pw32* | os2* | cegcc*)
7451 # This hack is so that the source file can tell whether it is being
7452 # built for inclusion in a dll (and should export symbols for example).
7453 lt_prog_compiler_pic='-DDLL_EXPORT'
7456 hpux9* | hpux10* | hpux11*)
7457 lt_prog_compiler_wl='-Wl,'
7458 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7465 lt_prog_compiler_pic='+Z'
7468 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7469 lt_prog_compiler_static='${wl}-a ${wl}archive'
7472 irix5* | irix6* | nonstopux*)
7473 lt_prog_compiler_wl='-Wl,'
7474 # PIC (with -KPIC) is the default.
7475 lt_prog_compiler_static='-non_shared'
7478 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7479 case $cc_basename in
7480 # old Intel for x86_64 which still supported -KPIC.
7482 lt_prog_compiler_wl='-Wl,'
7483 lt_prog_compiler_pic='-KPIC'
7484 lt_prog_compiler_static='-static'
7486 # icc used to be incompatible with GCC.
7487 # ICC 10 doesn't accept -KPIC any more.
7489 lt_prog_compiler_wl='-Wl,'
7490 lt_prog_compiler_pic='-fPIC'
7491 lt_prog_compiler_static='-static'
7493 # Lahey Fortran 8.1.
7495 lt_prog_compiler_wl='-Wl,'
7496 lt_prog_compiler_pic='--shared'
7497 lt_prog_compiler_static='--static'
7499 pgcc* | pgf77* | pgf90* | pgf95*)
7500 # Portland Group compilers (*not* the Pentium gcc compiler,
7501 # which looks to be a dead project)
7502 lt_prog_compiler_wl='-Wl,'
7503 lt_prog_compiler_pic='-fpic'
7504 lt_prog_compiler_static='-Bstatic'
7507 lt_prog_compiler_wl='-Wl,'
7508 # All Alpha code is PIC.
7509 lt_prog_compiler_static='-non_shared'
7512 # IBM XL C 8.0/Fortran 10.1 on PPC
7513 lt_prog_compiler_wl='-Wl,'
7514 lt_prog_compiler_pic='-qpic'
7515 lt_prog_compiler_static='-qstaticlink'
7518 case `$CC -V 2>&1 | sed 5q` in
7521 lt_prog_compiler_pic='-KPIC'
7522 lt_prog_compiler_static='-Bstatic'
7523 lt_prog_compiler_wl='-Wl,'
7526 # Sun Fortran 8.3 passes all unrecognized flags to the linker
7527 lt_prog_compiler_pic='-KPIC'
7528 lt_prog_compiler_static='-Bstatic'
7529 lt_prog_compiler_wl=''
7537 lt_prog_compiler_pic='-KPIC'
7538 lt_prog_compiler_static='-Bstatic'
7542 # QNX uses GNU C++, but need to define -shared option too, otherwise
7544 lt_prog_compiler_pic='-fPIC -shared'
7547 osf3* | osf4* | osf5*)
7548 lt_prog_compiler_wl='-Wl,'
7549 # All OSF/1 code is PIC.
7550 lt_prog_compiler_static='-non_shared'
7554 lt_prog_compiler_static='-non_shared'
7558 lt_prog_compiler_pic='-KPIC'
7559 lt_prog_compiler_static='-Bstatic'
7560 case $cc_basename in
7562 lt_prog_compiler_wl='-Qoption ld ';;
7564 lt_prog_compiler_wl='-Wl,';;
7569 lt_prog_compiler_wl='-Qoption ld '
7570 lt_prog_compiler_pic='-PIC'
7571 lt_prog_compiler_static='-Bstatic'
7574 sysv4 | sysv4.2uw2* | sysv4.3*)
7575 lt_prog_compiler_wl='-Wl,'
7576 lt_prog_compiler_pic='-KPIC'
7577 lt_prog_compiler_static='-Bstatic'
7581 if test -d /usr/nec ;then
7582 lt_prog_compiler_pic='-Kconform_pic'
7583 lt_prog_compiler_static='-Bstatic'
7587 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
7588 lt_prog_compiler_wl='-Wl,'
7589 lt_prog_compiler_pic='-KPIC'
7590 lt_prog_compiler_static='-Bstatic'
7594 lt_prog_compiler_wl='-Wl,'
7595 lt_prog_compiler_can_build_shared=no
7599 lt_prog_compiler_pic='-pic'
7600 lt_prog_compiler_static='-Bstatic'
7604 lt_prog_compiler_can_build_shared=no
7610 # For platforms which do not support PIC, -DPIC is meaningless:
7612 lt_prog_compiler_pic=
7615 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
7618 echo "$as_me:$LINENO: result
: $lt_prog_compiler_pic" >&5
7619 echo "${ECHO_T}$lt_prog_compiler_pic" >&6
7627 # Check to make sure the PIC flag actually works.
7629 if test -n "$lt_prog_compiler_pic"; then
7630 echo "$as_me:$LINENO: checking
if $compiler PIC flag
$lt_prog_compiler_pic works
" >&5
7631 echo $ECHO_N "checking
if $compiler PIC flag
$lt_prog_compiler_pic works...
$ECHO_C" >&6
7632 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then
7633 echo $ECHO_N "(cached
) $ECHO_C" >&6
7635 lt_cv_prog_compiler_pic_works=no
7636 ac_outfile=conftest.$ac_objext
7637 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7638 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
7639 # Insert the option either (1) after the last *FLAGS variable, or
7640 # (2) before a word containing "conftest.
", or (3) at the end.
7641 # Note that $ac_compile itself does not contain backslashes and begins
7642 # with a dollar sign (not a hyphen), so the echo should work correctly.
7643 # The option is referenced via a variable to avoid confusing sed.
7644 lt_compile=`echo "$ac_compile" | $SED \
7645 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7646 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7647 -e 's:$: $lt_compiler_flag:'`
7648 (eval echo "\"\
$as_me:7648: $lt_compile\"" >&5)
7649 (eval "$lt_compile" 2>conftest.err)
7651 cat conftest.err >&5
7652 echo "$as_me:7652: \$?
= $ac_status" >&5
7653 if (exit $ac_status) && test -s "$ac_outfile"; then
7654 # The compiler can only warn and ignore the option if not recognized
7655 # So say no if there are warnings other than the usual output.
7656 $ECHO "X
$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
7657 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7658 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7659 lt_cv_prog_compiler_pic_works=yes
7665 echo "$as_me:$LINENO: result
: $lt_cv_prog_compiler_pic_works" >&5
7666 echo "${ECHO_T}$lt_cv_prog_compiler_pic_works" >&6
7668 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
7669 case $lt_prog_compiler_pic in
7671 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
7674 lt_prog_compiler_pic=
7675 lt_prog_compiler_can_build_shared=no
7686 # Check to make sure the static flag actually works.
7688 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
7689 echo "$as_me:$LINENO: checking
if $compiler static flag
$lt_tmp_static_flag works
" >&5
7690 echo $ECHO_N "checking
if $compiler static flag
$lt_tmp_static_flag works...
$ECHO_C" >&6
7691 if test "${lt_cv_prog_compiler_static_works+set}" = set; then
7692 echo $ECHO_N "(cached
) $ECHO_C" >&6
7694 lt_cv_prog_compiler_static_works=no
7695 save_LDFLAGS="$LDFLAGS"
7696 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
7697 echo "$lt_simple_link_test_code" > conftest.$ac_ext
7698 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
7699 # The linker can only warn and ignore the option if not recognized
7700 # So say no if there are warnings
7701 if test -s conftest.err; then
7702 # Append any errors to the config.log.
7703 cat conftest.err 1>&5
7704 $ECHO "X
$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
7705 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7706 if diff conftest.exp conftest.er2 >/dev/null; then
7707 lt_cv_prog_compiler_static_works=yes
7710 lt_cv_prog_compiler_static_works=yes
7714 LDFLAGS="$save_LDFLAGS"
7717 echo "$as_me:$LINENO: result
: $lt_cv_prog_compiler_static_works" >&5
7718 echo "${ECHO_T}$lt_cv_prog_compiler_static_works" >&6
7720 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
7723 lt_prog_compiler_static=
7732 echo "$as_me:$LINENO: checking
if $compiler supports
-c -o file.
$ac_objext" >&5
7733 echo $ECHO_N "checking
if $compiler supports
-c -o file.
$ac_objext...
$ECHO_C" >&6
7734 if test "${lt_cv_prog_compiler_c_o+set}" = set; then
7735 echo $ECHO_N "(cached
) $ECHO_C" >&6
7737 lt_cv_prog_compiler_c_o=no
7738 $RM -r conftest 2>/dev/null
7742 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7744 lt_compiler_flag="-o out
/conftest2.
$ac_objext"
7745 # Insert the option either (1) after the last *FLAGS variable, or
7746 # (2) before a word containing "conftest.
", or (3) at the end.
7747 # Note that $ac_compile itself does not contain backslashes and begins
7748 # with a dollar sign (not a hyphen), so the echo should work correctly.
7749 lt_compile=`echo "$ac_compile" | $SED \
7750 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7751 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7752 -e 's:$: $lt_compiler_flag:'`
7753 (eval echo "\"\
$as_me:7753: $lt_compile\"" >&5)
7754 (eval "$lt_compile" 2>out/conftest.err)
7756 cat out/conftest.err >&5
7757 echo "$as_me:7757: \$?
= $ac_status" >&5
7758 if (exit $ac_status) && test -s out/conftest2.$ac_objext
7760 # The compiler can only warn and ignore the option if not recognized
7761 # So say no if there are warnings
7762 $ECHO "X
$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
7763 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
7764 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
7765 lt_cv_prog_compiler_c_o=yes
7770 # SGI C++ compiler will create directory out/ii_files/ for
7771 # template instantiation
7772 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
7773 $RM out/* && rmdir out
7779 echo "$as_me:$LINENO: result
: $lt_cv_prog_compiler_c_o" >&5
7780 echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6
7787 echo "$as_me:$LINENO: checking
if $compiler supports
-c -o file.
$ac_objext" >&5
7788 echo $ECHO_N "checking
if $compiler supports
-c -o file.
$ac_objext...
$ECHO_C" >&6
7789 if test "${lt_cv_prog_compiler_c_o+set}" = set; then
7790 echo $ECHO_N "(cached
) $ECHO_C" >&6
7792 lt_cv_prog_compiler_c_o=no
7793 $RM -r conftest 2>/dev/null
7797 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7799 lt_compiler_flag="-o out
/conftest2.
$ac_objext"
7800 # Insert the option either (1) after the last *FLAGS variable, or
7801 # (2) before a word containing "conftest.
", or (3) at the end.
7802 # Note that $ac_compile itself does not contain backslashes and begins
7803 # with a dollar sign (not a hyphen), so the echo should work correctly.
7804 lt_compile=`echo "$ac_compile" | $SED \
7805 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7806 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7807 -e 's:$: $lt_compiler_flag:'`
7808 (eval echo "\"\
$as_me:7808: $lt_compile\"" >&5)
7809 (eval "$lt_compile" 2>out/conftest.err)
7811 cat out/conftest.err >&5
7812 echo "$as_me:7812: \$?
= $ac_status" >&5
7813 if (exit $ac_status) && test -s out/conftest2.$ac_objext
7815 # The compiler can only warn and ignore the option if not recognized
7816 # So say no if there are warnings
7817 $ECHO "X
$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
7818 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
7819 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
7820 lt_cv_prog_compiler_c_o=yes
7825 # SGI C++ compiler will create directory out/ii_files/ for
7826 # template instantiation
7827 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
7828 $RM out/* && rmdir out
7834 echo "$as_me:$LINENO: result
: $lt_cv_prog_compiler_c_o" >&5
7835 echo "${ECHO_T}$lt_cv_prog_compiler_c_o" >&6
7840 hard_links="nottested
"
7841 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
7842 # do not overwrite the value of need_locks provided by the user
7843 echo "$as_me:$LINENO: checking
if we can lock with hard links
" >&5
7844 echo $ECHO_N "checking
if we can lock with hard links...
$ECHO_C" >&6
7847 ln conftest.a conftest.b 2>/dev/null && hard_links=no
7849 ln conftest.a conftest.b 2>&5 || hard_links=no
7850 ln conftest.a conftest.b 2>/dev/null && hard_links=no
7851 echo "$as_me:$LINENO: result
: $hard_links" >&5
7852 echo "${ECHO_T}$hard_links" >&6
7853 if test "$hard_links" = no; then
7854 { echo "$as_me:$LINENO: WARNING
: \
`$CC' does not support \`-c -o', so \`make -j' may be unsafe
" >&5
7855 echo "$as_me: WARNING
: \
`$CC' does not support \`-c -o', so \`make -j' may be unsafe
" >&2;}
7867 echo "$as_me:$LINENO: checking whether the
$compiler linker
($LD) supports shared libraries
" >&5
7868 echo $ECHO_N "checking whether the
$compiler linker
($LD) supports shared libraries...
$ECHO_C" >&6
7871 allow_undefined_flag=
7872 always_export_symbols=no
7874 archive_expsym_cmds=
7875 compiler_needs_object=no
7876 enable_shared_with_static_runtimes=no
7877 export_dynamic_flag_spec=
7878 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
7879 hardcode_automatic=no
7881 hardcode_direct_absolute=no
7882 hardcode_libdir_flag_spec=
7883 hardcode_libdir_flag_spec_ld=
7884 hardcode_libdir_separator=
7886 hardcode_shlibpath_var=unsupported
7888 link_all_deplibs=unknown
7891 old_archive_from_new_cmds=
7892 old_archive_from_expsyms_cmds=
7893 thread_safe_flag_spec=
7894 whole_archive_flag_spec=
7895 # include_expsyms should be a list of space-separated symbols to be *always*
7896 # included in the symbol list
7898 # exclude_expsyms can be an extended regexp of symbols to exclude
7899 # it will be wrapped by ` (' and `)$', so one must not match beginning or
7900 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
7901 # as well as any symbol that contains `d'.
7902 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
7903 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
7904 # platforms (ab)use it in PIC code, but their linkers get confused if
7905 # the symbol is explicitly referenced. Since portable code cannot
7906 # rely on this symbol name, it's probably fine to never include it in
7907 # preloaded symbol tables.
7908 # Exclude shared library initialization/finalization symbols.
7909 extract_expsyms_cmds=
7912 cygwin* | mingw* | pw32* | cegcc*)
7913 # FIXME: the MSVC++ port hasn't been tested in a loooong time
7914 # When not using gcc, we currently assume that we are using
7915 # Microsoft Visual C++.
7916 if test "$GCC" != yes; then
7921 # we just hope/assume this is gcc and not c89 (= MSVC++)
7930 if test "$with_gnu_ld" = yes; then
7931 # If archive_cmds runs LD, not CC, wlarc should be empty
7934 # Set some defaults for GNU ld with shared library support. These
7935 # are reset later if shared libraries are not supported. Putting them
7936 # here allows them to be overridden if necessary.
7937 runpath_var=LD_RUN_PATH
7938 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
7939 export_dynamic_flag_spec='${wl}--export-dynamic'
7940 # ancient GNU ld didn't support --whole-archive et. al.
7941 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
7942 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
7944 whole_archive_flag_spec=
7946 supports_anon_versioning=no
7947 case `$LD -v 2>&1` in
7948 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
7949 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
7950 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
7951 *\ 2.11.*) ;; # other 2.11 versions
7952 *) supports_anon_versioning=yes ;;
7955 # See if GNU ld supports shared libraries.
7958 # On AIX/PPC, the GNU linker is very broken
7959 if test "$host_cpu" != ia64; then
7963 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
7964 *** to be unable to reliably create shared libraries on AIX.
7965 *** Therefore, libtool is disabling shared libraries support. If you
7966 *** really care for shared libraries, you may want to modify your PATH
7967 *** so that a non-GNU linker is found, and then restart.
7976 # see comment about AmigaOS4 .so support
7977 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7978 archive_expsym_cmds=''
7981 archive_cmds='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
7982 hardcode_libdir_flag_spec
='-L$libdir'
7983 hardcode_minus_L
=yes
7989 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
7990 allow_undefined_flag
=unsupported
7991 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
7992 # support --undefined. This deserves some investigation. FIXME
7993 archive_cmds
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7999 cygwin
* | mingw
* | pw32
* | cegcc
*)
8000 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8001 # as there is no search path for DLLs.
8002 hardcode_libdir_flag_spec
='-L$libdir'
8003 allow_undefined_flag
=unsupported
8004 always_export_symbols
=no
8005 enable_shared_with_static_runtimes
=yes
8006 export_symbols_cmds
='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8008 if $LD --help 2>&1 |
$GREP 'auto-import' > /dev
/null
; then
8009 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8010 # If the export-symbols file already is a .def file (1st line
8011 # is EXPORTS), use it as is; otherwise, prepend...
8012 archive_expsym_cmds
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8013 cp $export_symbols $output_objdir/$soname.def;
8015 echo EXPORTS > $output_objdir/$soname.def;
8016 cat $export_symbols >> $output_objdir/$soname.def;
8018 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8026 hardcode_shlibpath_var
=no
8027 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
8028 export_dynamic_flag_spec
='${wl}-E'
8029 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8030 # Instead, shared libraries are loaded at an image base (0x10000000 by
8031 # default) and relocated if they conflict, which is a slow very memory
8032 # consuming and fragmenting process. To avoid this, we pick a random,
8033 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8034 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8035 archive_cmds
='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8036 archive_expsym_cmds
='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8039 gnu
* | linux
* | tpf
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
8041 if test "$host_os" = linux-dietlibc
; then
8042 case $cc_basename in
8043 diet\
*) tmp_diet
=yes;; # linux-dietlibc with static linking (!diet-dyn)
8046 if $LD --help 2>&1 |
$EGREP ': supported targets:.* elf' > /dev
/null \
8047 && test "$tmp_diet" = no
8050 tmp_sharedflag
='-shared'
8051 case $cc_basename,$host_cpu in
8052 pgcc
*) # Portland Group C compiler
8053 whole_archive_flag_spec
='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
8054 tmp_addflag
=' $pic_flag'
8056 pgf77
* | pgf90
* | pgf95
*) # Portland Group f77 and f90 compilers
8057 whole_archive_flag_spec
='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
8058 tmp_addflag
=' $pic_flag -Mnomain' ;;
8059 ecc
*,ia64
* | icc
*,ia64
*) # Intel C compiler on ia64
8060 tmp_addflag
=' -i_dynamic' ;;
8061 efc
*,ia64
* | ifort
*,ia64
*) # Intel Fortran compiler on ia64
8062 tmp_addflag
=' -i_dynamic -nofor_main' ;;
8063 ifc
* | ifort
*) # Intel Fortran compiler
8064 tmp_addflag
=' -nofor_main' ;;
8065 lf95
*) # Lahey Fortran 8.1
8066 whole_archive_flag_spec
=
8067 tmp_sharedflag
='--shared' ;;
8068 xl
[cC
]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8069 tmp_sharedflag
='-qmkshrobj'
8072 case `$CC -V 2>&1 | sed 5q` in
8073 *Sun\ C
*) # Sun C 5.9
8074 whole_archive_flag_spec
='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
8075 compiler_needs_object
=yes
8076 tmp_sharedflag
='-G' ;;
8077 *Sun\ F
*) # Sun Fortran 8.3
8078 tmp_sharedflag
='-G' ;;
8080 archive_cmds
='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8082 if test "x$supports_anon_versioning" = xyes
; then
8083 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
8084 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8085 echo "local: *; };" >> $output_objdir/$libname.ver~
8086 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8089 case $cc_basename in
8091 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8092 whole_archive_flag_spec
='--whole-archive$convenience --no-whole-archive'
8093 hardcode_libdir_flag_spec
=
8094 hardcode_libdir_flag_spec_ld
='-rpath $libdir'
8095 archive_cmds
='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8096 if test "x$supports_anon_versioning" = xyes
; then
8097 archive_expsym_cmds
='echo "{ global:" > $output_objdir/$libname.ver~
8098 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8099 echo "local: *; };" >> $output_objdir/$libname.ver~
8100 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8110 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
8111 archive_cmds
='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8114 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8115 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8120 if $LD -v 2>&1 |
$GREP 'BFD 2\.8' > /dev
/null
; then
8124 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8125 *** create shared libraries on Solaris systems. Therefore, libtool
8126 *** is disabling shared libraries support. We urge you to upgrade GNU
8127 *** binutils to release 2.9.1 or newer. Another option is to modify
8128 *** your PATH or compiler configuration so that the native linker is
8129 *** used, and then restart.
8132 elif $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
8133 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8134 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8140 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
*)
8141 case `$LD -v 2>&1` in
8142 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.1[0-5].
*)
8146 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8147 *** reliably create shared libraries on SCO systems. Therefore, libtool
8148 *** is disabling shared libraries support. We urge you to upgrade GNU
8149 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8150 *** your PATH or compiler configuration so that the native linker is
8151 *** used, and then restart.
8156 # For security reasons, it is highly recommended that you always
8157 # use absolute paths for naming shared libraries, and exclude the
8158 # DT_RUNPATH tag from executables and libraries. But doing so
8159 # requires that you compile everything twice, which is a pain.
8160 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
8161 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
8162 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8163 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8172 archive_cmds
='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8175 hardcode_shlibpath_var
=no
8179 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
8180 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8181 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8188 if test "$ld_shlibs" = no
; then
8190 hardcode_libdir_flag_spec
=
8191 export_dynamic_flag_spec
=
8192 whole_archive_flag_spec
=
8195 # PORTME fill in a description of your system's linker (not GNU ld)
8198 allow_undefined_flag
=unsupported
8199 always_export_symbols
=yes
8200 archive_expsym_cmds
='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
8201 # Note: this linker hardcodes the directories in LIBPATH if there
8202 # are no directories specified by -L.
8203 hardcode_minus_L
=yes
8204 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8205 # Neither direct hardcoding nor static linking is supported with a
8207 hardcode_direct
=unsupported
8212 if test "$host_cpu" = ia64
; then
8213 # On IA64, the linker does run time linking by default, so we don't
8214 # have to do anything special.
8215 aix_use_runtimelinking
=no
8216 exp_sym_flag
='-Bexport'
8219 # If we're using GNU nm, then we don't want the "-C" option.
8220 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8221 if $NM -V 2>&1 |
$GREP 'GNU' > /dev
/null
; then
8222 export_symbols_cmds
='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
8224 export_symbols_cmds
='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
8226 aix_use_runtimelinking
=no
8228 # Test if we are trying to use run time linking or normal
8229 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8230 # need to do runtime linking.
8231 case $host_os in aix4.
[23]|aix4.
[23].
*|aix
[5-9]*)
8232 for ld_flag
in $LDFLAGS; do
8233 if (test $ld_flag = "-brtl" ||
test $ld_flag = "-Wl,-brtl"); then
8234 aix_use_runtimelinking
=yes
8241 exp_sym_flag
='-bexport'
8242 no_entry_flag
='-bnoentry'
8245 # When large executables or shared objects are built, AIX ld can
8246 # have problems creating the table of contents. If linking a library
8247 # or program results in "error TOC overflow" add -mminimal-toc to
8248 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8249 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8253 hardcode_direct_absolute
=yes
8254 hardcode_libdir_separator
=':'
8255 link_all_deplibs
=yes
8256 file_list_spec
='${wl}-f,'
8258 if test "$GCC" = yes; then
8259 case $host_os in aix4.
[012]|aix4.
[012].
*)
8260 # We only want to do this on AIX 4.2 and lower, the check
8261 # below for broken collect2 doesn't work under 4.3+
8262 collect2name
=`${CC} -print-prog-name=collect2`
8263 if test -f "$collect2name" &&
8264 strings "$collect2name" |
$GREP resolve_lib_name
>/dev
/null
8266 # We have reworked collect2
8269 # We have old collect2
8270 hardcode_direct
=unsupported
8271 # It fails to find uninstalled libraries when the uninstalled
8272 # path is not listed in the libpath. Setting hardcode_minus_L
8273 # to unsupported forces relinking
8274 hardcode_minus_L
=yes
8275 hardcode_libdir_flag_spec
='-L$libdir'
8276 hardcode_libdir_separator
=
8280 shared_flag
='-shared'
8281 if test "$aix_use_runtimelinking" = yes; then
8282 shared_flag
="$shared_flag "'${wl}-G'
8286 if test "$host_cpu" = ia64
; then
8287 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8288 # chokes on -Wl,-G. The following line is correct:
8291 if test "$aix_use_runtimelinking" = yes; then
8292 shared_flag
='${wl}-G'
8294 shared_flag
='${wl}-bM:SRE'
8299 export_dynamic_flag_spec
='${wl}-bexpall'
8300 # It seems that -bexpall does not export symbols beginning with
8301 # underscore (_), so it is better to generate a list of symbols to export.
8302 always_export_symbols
=yes
8303 if test "$aix_use_runtimelinking" = yes; then
8304 # Warning - without using the other runtime loading flags (-brtl),
8305 # -berok will link without error, but may produce a broken library.
8306 allow_undefined_flag
='-berok'
8307 # Determine the default libpath from the value encoded in an
8309 if test x
$gcc_no_link = xyes
; then
8310 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
8311 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
8312 { (exit 1); exit 1; }; }
8314 cat >conftest.
$ac_ext <<_ACEOF
8317 cat confdefs.h
>>conftest.
$ac_ext
8318 cat >>conftest.
$ac_ext <<_ACEOF
8319 /* end confdefs.h. */
8329 rm -f conftest.
$ac_objext conftest
$ac_exeext
8330 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8331 (eval $ac_link) 2>conftest.er1
8333 grep -v '^ *+' conftest.er1
>conftest.err
8335 cat conftest.err
>&5
8336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8337 (exit $ac_status); } &&
8338 { ac_try
='test -z "$ac_c_werror_flag"
8339 || test ! -s conftest.err'
8340 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8344 (exit $ac_status); }; } &&
8345 { ac_try
='test -s conftest$ac_exeext'
8346 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8350 (exit $ac_status); }; }; then
8352 lt_aix_libpath_sed
='
8353 /Import File Strings/,/^$/ {
8359 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8360 # Check for a 64-bit object if we didn't find anything.
8361 if test -z "$aix_libpath"; then
8362 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8365 echo "$as_me: failed program was:" >&5
8366 sed 's/^/| /' conftest.
$ac_ext >&5
8369 rm -f conftest.err conftest.
$ac_objext \
8370 conftest
$ac_exeext conftest.
$ac_ext
8371 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
8373 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
8374 archive_expsym_cmds
='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
8376 if test "$host_cpu" = ia64
; then
8377 hardcode_libdir_flag_spec
='${wl}-R $libdir:/usr/lib:/lib'
8378 allow_undefined_flag
="-z nodefs"
8379 archive_expsym_cmds
="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
8381 # Determine the default libpath from the value encoded in an
8383 if test x
$gcc_no_link = xyes
; then
8384 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
8385 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
8386 { (exit 1); exit 1; }; }
8388 cat >conftest.
$ac_ext <<_ACEOF
8391 cat confdefs.h
>>conftest.
$ac_ext
8392 cat >>conftest.
$ac_ext <<_ACEOF
8393 /* end confdefs.h. */
8403 rm -f conftest.
$ac_objext conftest
$ac_exeext
8404 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8405 (eval $ac_link) 2>conftest.er1
8407 grep -v '^ *+' conftest.er1
>conftest.err
8409 cat conftest.err
>&5
8410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8411 (exit $ac_status); } &&
8412 { ac_try
='test -z "$ac_c_werror_flag"
8413 || test ! -s conftest.err'
8414 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8418 (exit $ac_status); }; } &&
8419 { ac_try
='test -s conftest$ac_exeext'
8420 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8424 (exit $ac_status); }; }; then
8426 lt_aix_libpath_sed
='
8427 /Import File Strings/,/^$/ {
8433 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8434 # Check for a 64-bit object if we didn't find anything.
8435 if test -z "$aix_libpath"; then
8436 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8439 echo "$as_me: failed program was:" >&5
8440 sed 's/^/| /' conftest.
$ac_ext >&5
8443 rm -f conftest.err conftest.
$ac_objext \
8444 conftest
$ac_exeext conftest.
$ac_ext
8445 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
8447 hardcode_libdir_flag_spec
='${wl}-blibpath:$libdir:'"$aix_libpath"
8448 # Warning - without using the other run time loading flags,
8449 # -berok will link without error, but may produce a broken library.
8450 no_undefined_flag
=' ${wl}-bernotok'
8451 allow_undefined_flag
=' ${wl}-berok'
8452 # Exported symbols can be pulled into shared objects from archives
8453 whole_archive_flag_spec
='$convenience'
8454 archive_cmds_need_lc
=yes
8455 # This is similar to how AIX traditionally builds its shared libraries.
8456 archive_expsym_cmds
="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
8464 # see comment about AmigaOS4 .so support
8465 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8466 archive_expsym_cmds
=''
8469 archive_cmds
='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
8470 hardcode_libdir_flag_spec
='-L$libdir'
8471 hardcode_minus_L
=yes
8477 export_dynamic_flag_spec
=-rdynamic
8480 cygwin
* | mingw
* | pw32
* | cegcc
*)
8481 # When not using gcc, we currently assume that we are using
8482 # Microsoft Visual C++.
8483 # hardcode_libdir_flag_spec is actually meaningless, as there is
8484 # no search path for DLLs.
8485 hardcode_libdir_flag_spec
=' '
8486 allow_undefined_flag
=unsupported
8487 # Tell ltmain to make .lib files, not .a files.
8489 # Tell ltmain to make .dll files, not .so files.
8491 # FIXME: Setting linknames here is a bad hack.
8492 archive_cmds
='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
8493 # The linker will automatically build a .lib file if we build a DLL.
8494 old_archive_from_new_cmds
='true'
8495 # FIXME: Should let the user specify the lib program.
8496 old_archive_cmds
='lib -OUT:$oldlib$oldobjs$old_deplibs'
8497 fix_srcfile_path
='`cygpath -w "$srcfile"`'
8498 enable_shared_with_static_runtimes
=yes
8501 darwin
* | rhapsody
*)
8504 archive_cmds_need_lc
=no
8506 hardcode_automatic
=yes
8507 hardcode_shlibpath_var
=unsupported
8508 whole_archive_flag_spec
=''
8509 link_all_deplibs
=yes
8510 allow_undefined_flag
="$_lt_dar_allow_undefined"
8511 case $cc_basename in
8512 ifort
*) _lt_dar_can_shared
=yes ;;
8513 *) _lt_dar_can_shared
=$GCC ;;
8515 if test "$_lt_dar_can_shared" = "yes"; then
8516 output_verbose_link_cmd
=echo
8517 archive_cmds
="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8518 module_cmds
="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8519 archive_expsym_cmds
="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
8520 module_expsym_cmds
="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
8529 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8530 hardcode_libdir_flag_spec
='-L$libdir'
8531 hardcode_shlibpath_var
=no
8538 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8539 # support. Future versions do this automatically, but an explicit c++rt0.o
8540 # does not break anything, and helps significantly (at the cost of a little
8543 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8544 hardcode_libdir_flag_spec
='-R$libdir'
8546 hardcode_shlibpath_var
=no
8549 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8551 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8553 hardcode_minus_L
=yes
8554 hardcode_shlibpath_var
=no
8557 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8558 freebsd
* | dragonfly
*)
8559 archive_cmds
='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8560 hardcode_libdir_flag_spec
='-R$libdir'
8562 hardcode_shlibpath_var
=no
8566 if test "$GCC" = yes; then
8567 archive_cmds
='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
8569 archive_cmds
='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
8571 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
8572 hardcode_libdir_separator
=:
8575 # hardcode_minus_L: Not really in the search PATH,
8576 # but as the default location of the library.
8577 hardcode_minus_L
=yes
8578 export_dynamic_flag_spec
='${wl}-E'
8582 if test "$GCC" = yes -a "$with_gnu_ld" = no
; then
8583 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8585 archive_cmds
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8587 if test "$with_gnu_ld" = no
; then
8588 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
8589 hardcode_libdir_flag_spec_ld
='+b $libdir'
8590 hardcode_libdir_separator
=:
8592 hardcode_direct_absolute
=yes
8593 export_dynamic_flag_spec
='${wl}-E'
8594 # hardcode_minus_L: Not really in the search PATH,
8595 # but as the default location of the library.
8596 hardcode_minus_L
=yes
8601 if test "$GCC" = yes -a "$with_gnu_ld" = no
; then
8604 archive_cmds
='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8607 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8610 archive_cmds
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8616 archive_cmds
='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8619 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8622 archive_cmds
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8626 if test "$with_gnu_ld" = no
; then
8627 hardcode_libdir_flag_spec
='${wl}+b ${wl}$libdir'
8628 hardcode_libdir_separator
=:
8633 hardcode_shlibpath_var
=no
8637 hardcode_direct_absolute
=yes
8638 export_dynamic_flag_spec
='${wl}-E'
8640 # hardcode_minus_L: Not really in the search PATH,
8641 # but as the default location of the library.
8642 hardcode_minus_L
=yes
8648 irix5
* | irix6
* | nonstopux
*)
8649 if test "$GCC" = yes; then
8650 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
8651 # Try to use the -exported_symbol ld option, if it does not
8652 # work, assume that -exports_file does not work either and
8653 # implicitly export all symbols.
8654 save_LDFLAGS
="$LDFLAGS"
8655 LDFLAGS
="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
8656 if test x
$gcc_no_link = xyes
; then
8657 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
8658 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
8659 { (exit 1); exit 1; }; }
8661 cat >conftest.
$ac_ext <<_ACEOF
8664 rm -f conftest.
$ac_objext conftest
$ac_exeext
8665 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8666 (eval $ac_link) 2>conftest.er1
8668 grep -v '^ *+' conftest.er1
>conftest.err
8670 cat conftest.err
>&5
8671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8672 (exit $ac_status); } &&
8673 { ac_try
='test -z "$ac_c_werror_flag"
8674 || test ! -s conftest.err'
8675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8679 (exit $ac_status); }; } &&
8680 { ac_try
='test -s conftest$ac_exeext'
8681 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8685 (exit $ac_status); }; }; then
8686 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
8689 echo "$as_me: failed program was:" >&5
8690 sed 's/^/| /' conftest.
$ac_ext >&5
8693 rm -f conftest.err conftest.
$ac_objext \
8694 conftest
$ac_exeext conftest.
$ac_ext
8695 LDFLAGS
="$save_LDFLAGS"
8697 archive_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
8698 archive_expsym_cmds
='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
8700 archive_cmds_need_lc
='no'
8701 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
8702 hardcode_libdir_separator
=:
8704 link_all_deplibs
=yes
8708 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
8709 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
8711 archive_cmds
='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
8713 hardcode_libdir_flag_spec
='-R$libdir'
8715 hardcode_shlibpath_var
=no
8719 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8721 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
8722 hardcode_libdir_separator
=:
8723 hardcode_shlibpath_var
=no
8730 if test -f /usr
/libexec
/ld.so
; then
8732 hardcode_shlibpath_var
=no
8733 hardcode_direct_absolute
=yes
8734 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
8735 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8736 archive_expsym_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
8737 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
8738 export_dynamic_flag_spec
='${wl}-E'
8741 openbsd
[01].
* | openbsd2.
[0-7] | openbsd2.
[0-7].
*)
8742 archive_cmds
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8743 hardcode_libdir_flag_spec
='-R$libdir'
8746 archive_cmds
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8747 hardcode_libdir_flag_spec
='${wl}-rpath,$libdir'
8757 hardcode_libdir_flag_spec
='-L$libdir'
8758 hardcode_minus_L
=yes
8759 allow_undefined_flag
=unsupported
8760 archive_cmds
='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$ECHO DATA >> $output_objdir/$libname.def~$ECHO " SINGLE NONSHARED" >> $output_objdir/$libname.def~$ECHO EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
8761 old_archive_from_new_cmds
='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
8765 if test "$GCC" = yes; then
8766 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
8767 archive_cmds
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
8769 allow_undefined_flag
=' -expect_unresolved \*'
8770 archive_cmds
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
8772 archive_cmds_need_lc
='no'
8773 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
8774 hardcode_libdir_separator
=:
8777 osf4
* | osf5
*) # as osf3* with the addition of -msym flag
8778 if test "$GCC" = yes; then
8779 allow_undefined_flag
=' ${wl}-expect_unresolved ${wl}\*'
8780 archive_cmds
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
8781 hardcode_libdir_flag_spec
='${wl}-rpath ${wl}$libdir'
8783 allow_undefined_flag
=' -expect_unresolved \*'
8784 archive_cmds
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
8785 archive_expsym_cmds
='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
8786 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
8788 # Both c and cxx compiler support -rpath directly
8789 hardcode_libdir_flag_spec
='-rpath $libdir'
8791 archive_cmds_need_lc
='no'
8792 hardcode_libdir_separator
=:
8796 no_undefined_flag
=' -z defs'
8797 if test "$GCC" = yes; then
8799 archive_cmds
='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8800 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8801 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
8803 case `$CC -V 2>&1` in
8806 archive_cmds
='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
8807 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8808 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
8812 archive_cmds
='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
8813 archive_expsym_cmds
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8814 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
8818 hardcode_libdir_flag_spec
='-R$libdir'
8819 hardcode_shlibpath_var
=no
8821 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
8823 # The compiler driver will combine and reorder linker options,
8824 # but understands `-z linker_flag'. GCC discards it without `$wl',
8825 # but is careful enough not to reorder.
8826 # Supported since Solaris 2.6 (maybe 2.5.1?)
8827 if test "$GCC" = yes; then
8828 whole_archive_flag_spec
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
8830 whole_archive_flag_spec
='-z allextract$convenience -z defaultextract'
8834 link_all_deplibs
=yes
8838 if test "x$host_vendor" = xsequent
; then
8839 # Use $CC to link under sequent, because it throws in some extra .o
8840 # files that make .init and .fini sections work.
8841 archive_cmds
='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
8843 archive_cmds
='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
8845 hardcode_libdir_flag_spec
='-L$libdir'
8847 hardcode_minus_L
=yes
8848 hardcode_shlibpath_var
=no
8852 case $host_vendor in
8854 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8855 hardcode_direct
=yes # is this really true???
8858 ## LD is ld it makes a PLAMLIB
8859 ## CC just makes a GrossModule.
8860 archive_cmds
='$LD -G -o $lib $libobjs $deplibs $linker_flags'
8861 reload_cmds
='$CC -r -o $output$reload_objs'
8865 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8866 hardcode_direct
=no
#Motorola manual says yes, but my tests say they lie
8869 runpath_var
='LD_RUN_PATH'
8870 hardcode_shlibpath_var
=no
8874 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8875 hardcode_shlibpath_var
=no
8876 export_dynamic_flag_spec
='-Bexport'
8880 if test -d /usr
/nec
; then
8881 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8882 hardcode_shlibpath_var
=no
8883 runpath_var
=LD_RUN_PATH
8884 hardcode_runpath_var
=yes
8889 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
8890 no_undefined_flag
='${wl}-z,text'
8891 archive_cmds_need_lc
=no
8892 hardcode_shlibpath_var
=no
8893 runpath_var
='LD_RUN_PATH'
8895 if test "$GCC" = yes; then
8896 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8897 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8899 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8900 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8904 sysv5
* | sco3.2v5
* | sco5v6
*)
8905 # Note: We can NOT use -z defs as we might desire, because we do not
8906 # link with -lc, and that would cause any symbols used from libc to
8907 # always be unresolved, which means just about no library would
8908 # ever link correctly. If we're not using GNU ld we use -z text
8909 # though, which does catch some bad symbols but isn't as heavy-handed
8911 no_undefined_flag
='${wl}-z,text'
8912 allow_undefined_flag
='${wl}-z,nodefs'
8913 archive_cmds_need_lc
=no
8914 hardcode_shlibpath_var
=no
8915 hardcode_libdir_flag_spec
='${wl}-R,$libdir'
8916 hardcode_libdir_separator
=':'
8917 link_all_deplibs
=yes
8918 export_dynamic_flag_spec
='${wl}-Bexport'
8919 runpath_var
='LD_RUN_PATH'
8921 if test "$GCC" = yes; then
8922 archive_cmds
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8923 archive_expsym_cmds
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8925 archive_cmds
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8926 archive_expsym_cmds
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8931 archive_cmds
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8932 hardcode_libdir_flag_spec
='-L$libdir'
8933 hardcode_shlibpath_var
=no
8941 if test x
$host_vendor = xsni
; then
8943 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
8944 export_dynamic_flag_spec
='${wl}-Blargedynsym'
8950 echo "$as_me:$LINENO: result: $ld_shlibs" >&5
8951 echo "${ECHO_T}$ld_shlibs" >&6
8952 test "$ld_shlibs" = no
&& can_build_shared
=no
8954 with_gnu_ld
=$with_gnu_ld
8971 # Do we need to explicitly link libc?
8973 case "x$archive_cmds_need_lc" in
8975 # Assume -lc should be added
8976 archive_cmds_need_lc
=yes
8978 if test "$enable_shared" = yes && test "$GCC" = yes; then
8979 case $archive_cmds in
8981 # FIXME: we may have to deal with multi-command sequences.
8984 # Test whether the compiler implicitly links with -lc since on some
8985 # systems, -lgcc has to come before -lc. If gcc already passes -lc
8986 # to ld, don't add -lc before -lgcc.
8987 echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
8988 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
8989 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then
8990 echo $ECHO_N "(cached) $ECHO_C" >&6
8993 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
8995 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8996 (eval $ac_compile) 2>&5
8998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8999 (exit $ac_status); } 2>conftest.err
; then
9002 libobjs
=conftest.
$ac_objext
9004 wl
=$lt_prog_compiler_wl
9005 pic_flag
=$lt_prog_compiler_pic
9011 lt_save_allow_undefined_flag
=$allow_undefined_flag
9012 allow_undefined_flag
=
9013 if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
9014 (eval $archive_cmds 2\
>\
&1 \|
$GREP \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
9016 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9017 (exit $ac_status); }
9019 lt_cv_archive_cmds_need_lc
=no
9021 lt_cv_archive_cmds_need_lc
=yes
9023 allow_undefined_flag
=$lt_save_allow_undefined_flag
9025 cat conftest.err
1>&5
9030 echo "$as_me:$LINENO: result: $lt_cv_archive_cmds_need_lc" >&5
9031 echo "${ECHO_T}$lt_cv_archive_cmds_need_lc" >&6
9032 archive_cmds_need_lc
=$lt_cv_archive_cmds_need_lc
9195 echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
9196 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
9198 if test "$GCC" = yes; then
9200 darwin
*) lt_awk_arg
="/^libraries:/,/LR/" ;;
9201 *) lt_awk_arg
="/^libraries:/" ;;
9203 lt_search_path_spec
=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9204 if $ECHO "$lt_search_path_spec" |
$GREP ';' >/dev
/null
; then
9205 # if the path contains ";" then we assume it to be the separator
9206 # otherwise default to the standard path separator (i.e. ":") - it is
9207 # assumed that no part of a normal pathname contains ";" but that should
9208 # okay in the real world where ";" in dirpaths is itself problematic.
9209 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
9211 lt_search_path_spec
=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
9213 # Ok, now we have the path, separated by spaces, we can step through it
9214 # and add multilib dir if necessary.
9215 lt_tmp_lt_search_path_spec
=
9216 lt_multi_os_dir
=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9217 for lt_sys_path
in $lt_search_path_spec; do
9218 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9219 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9221 test -d "$lt_sys_path" && \
9222 lt_tmp_lt_search_path_spec
="$lt_tmp_lt_search_path_spec $lt_sys_path"
9225 lt_search_path_spec
=`$ECHO $lt_tmp_lt_search_path_spec | awk '
9226 BEGIN {RS=" "; FS="/|\n";} {
9229 for (lt_i = NF; lt_i > 0; lt_i--) {
9230 if ($lt_i != "" && $lt_i != ".") {
9231 if ($lt_i == "..") {
9234 if (lt_count == 0) {
9235 lt_foo="/" $lt_i lt_foo;
9242 if (lt_foo != "") { lt_freq[lt_foo]++; }
9243 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9245 sys_lib_search_path_spec
=`$ECHO $lt_search_path_spec`
9247 sys_lib_search_path_spec
="/lib /usr/lib /usr/local/lib"
9250 libname_spec
='lib$name'
9258 shlibpath_overrides_runpath
=unknown
9260 dynamic_linker
="$host_os ld.so"
9261 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
9262 need_lib_prefix
=unknown
9263 hardcode_into_libs
=no
9265 # when you set need_version to no, make sure it does not cause -set_version
9266 # flags to be left without arguments
9267 need_version
=unknown
9272 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
9273 shlibpath_var
=LIBPATH
9275 # AIX 3 has no versioning support, so we append a major version to the name.
9276 soname_spec
='${libname}${release}${shared_ext}$major'
9283 hardcode_into_libs
=yes
9284 if test "$host_cpu" = ia64
; then
9285 # AIX 5 supports IA64
9286 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9287 shlibpath_var
=LD_LIBRARY_PATH
9289 # With GCC up to 2.95.x, collect2 would create an import file
9290 # for dependence libraries. The import file would start with
9291 # the line `#! .'. This would cause the generated library to
9292 # depend on `.', always an invalid library. This was fixed in
9293 # development snapshots of GCC prior to 3.0.
9295 aix4 | aix4.
[01] | aix4.
[01].
*)
9296 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9298 echo '#endif'; } |
${CC} -E - |
$GREP yes > /dev
/null
; then
9305 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9306 # soname into executable. Probably we can add versioning support to
9307 # collect2, so additional links can be useful in future.
9308 if test "$aix_use_runtimelinking" = yes; then
9309 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9310 # instead of lib<name>.a to let people know that these are not
9311 # typical AIX shared libraries.
9312 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9314 # We preserve .a as extension for shared libraries through AIX4.2
9315 # and later when we are not doing run time linking.
9316 library_names_spec
='${libname}${release}.a $libname.a'
9317 soname_spec
='${libname}${release}${shared_ext}$major'
9319 shlibpath_var
=LIBPATH
9326 # Since July 2007 AmigaOS4 officially supports .so libraries.
9327 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9328 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9331 library_names_spec
='$libname.ixlibrary $libname.a'
9332 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9333 finish_eval
='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
9339 library_names_spec
='${libname}${shared_ext}'
9340 dynamic_linker
="$host_os ld.so"
9341 shlibpath_var
=LIBRARY_PATH
9347 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9348 soname_spec
='${libname}${release}${shared_ext}$major'
9349 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
9350 shlibpath_var
=LD_LIBRARY_PATH
9351 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9352 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
9353 # the default ld.so.conf also contains /usr/contrib/lib and
9354 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9355 # libtool to hard-code these into programs
9358 cygwin
* | mingw
* | pw32
* | cegcc
*)
9359 version_type
=windows
9364 case $GCC,$host_os in
9365 yes,cygwin
* |
yes,mingw
* |
yes,pw32
* |
yes,cegcc
*)
9366 library_names_spec
='$libname.dll.a'
9367 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9368 postinstall_cmds
='base_file=`basename \${file}`~
9369 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9370 dldir=$destdir/`dirname \$dlpath`~
9371 test -d \$dldir || mkdir -p \$dldir~
9372 $install_prog $dir/$dlname \$dldir/$dlname~
9373 chmod a+x \$dldir/$dlname~
9374 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9375 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9377 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9378 dlpath=$dir/\$dldll~
9380 shlibpath_overrides_runpath
=yes
9384 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9385 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9386 sys_lib_search_path_spec
="/usr/lib /lib/w32api /lib /usr/local/lib"
9389 # MinGW DLLs use traditional 'lib' prefix
9390 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9391 sys_lib_search_path_spec
=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9392 if $ECHO "$sys_lib_search_path_spec" |
$GREP ';[c-zC-Z]:/' >/dev
/null
; then
9393 # It is most probably a Windows format PATH printed by
9394 # mingw gcc, but we are running on Cygwin. Gcc prints its search
9395 # path with ; separators, and with drive letters. We can handle the
9396 # drive letters (cygwin fileutils understands them), so leave them,
9397 # especially as we might pass files found there to a mingw objdump,
9398 # which wouldn't understand a cygwinified path. Ahh.
9399 sys_lib_search_path_spec
=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
9401 sys_lib_search_path_spec
=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
9405 # pw32 DLLs use 'pw' prefix rather than 'lib'
9406 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9412 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9415 dynamic_linker
='Win32 ld.exe'
9416 # FIXME: first we should search . and the directory the executable is in
9420 darwin
* | rhapsody
*)
9421 dynamic_linker
="$host_os dyld"
9425 library_names_spec
='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9426 soname_spec
='${libname}${release}${major}$shared_ext'
9427 shlibpath_overrides_runpath
=yes
9428 shlibpath_var
=DYLD_LIBRARY_PATH
9429 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
9431 sys_lib_search_path_spec
="$sys_lib_search_path_spec /usr/local/lib"
9432 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
9439 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9440 soname_spec
='${libname}${release}${shared_ext}$major'
9441 shlibpath_var
=LD_LIBRARY_PATH
9448 freebsd
* | dragonfly
*)
9449 # DragonFly does not have aout. When/if they implement a new
9450 # versioning mechanism, adjust this.
9451 if test -x /usr
/bin
/objformat
; then
9452 objformat
=`/usr/bin/objformat`
9455 freebsd
[123]*) objformat
=aout
;;
9459 version_type
=freebsd-
$objformat
9460 case $version_type in
9462 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9467 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9471 shlibpath_var
=LD_LIBRARY_PATH
9474 shlibpath_overrides_runpath
=yes
9476 freebsd3.
[01]* | freebsdelf3.
[01]*)
9477 shlibpath_overrides_runpath
=yes
9478 hardcode_into_libs
=yes
9480 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
9481 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
9482 shlibpath_overrides_runpath
=no
9483 hardcode_into_libs
=yes
9485 *) # from 4.6 on, and DragonFly
9486 shlibpath_overrides_runpath
=yes
9487 hardcode_into_libs
=yes
9496 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9497 soname_spec
='${libname}${release}${shared_ext}$major'
9498 shlibpath_var
=LD_LIBRARY_PATH
9499 hardcode_into_libs
=yes
9502 hpux9
* | hpux10
* | hpux11
*)
9503 # Give a soname corresponding to the major version so that dld.sl refuses to
9504 # link against other versions.
9511 hardcode_into_libs
=yes
9512 dynamic_linker
="$host_os dld.so"
9513 shlibpath_var
=LD_LIBRARY_PATH
9514 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
9515 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9516 soname_spec
='${libname}${release}${shared_ext}$major'
9517 if test "X$HPUX_IA64_MODE" = X32
; then
9518 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9520 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
9522 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
9526 hardcode_into_libs
=yes
9527 dynamic_linker
="$host_os dld.sl"
9528 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
9529 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
9530 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9531 soname_spec
='${libname}${release}${shared_ext}$major'
9532 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9533 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
9537 dynamic_linker
="$host_os dld.sl"
9538 shlibpath_var
=SHLIB_PATH
9539 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
9540 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9541 soname_spec
='${libname}${release}${shared_ext}$major'
9544 # HP-UX runs *really* slowly unless shared libraries are mode 555.
9545 postinstall_cmds
='chmod 555 $lib'
9552 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9553 soname_spec
='${libname}${release}${shared_ext}$major'
9554 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
9555 shlibpath_var
=LD_LIBRARY_PATH
9556 shlibpath_overrides_runpath
=no
9557 hardcode_into_libs
=yes
9560 irix5
* | irix6
* | nonstopux
*)
9562 nonstopux
*) version_type
=nonstopux
;;
9564 if test "$lt_cv_prog_gnu_ld" = yes; then
9572 soname_spec
='${libname}${release}${shared_ext}$major'
9573 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
9575 irix5
* | nonstopux
*)
9579 case $LD in # libtool.m4 will add one of these switches to LD
9580 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
9581 libsuff
= shlibsuff
= libmagic
=32-bit;;
9582 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
9583 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
9584 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
9585 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
9586 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
9590 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
9591 shlibpath_overrides_runpath
=no
9592 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
9593 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
9594 hardcode_into_libs
=yes
9597 # No shared lib support for Linux oldld, aout, or coff.
9598 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
9602 # This must be Linux ELF.
9603 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
9607 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9608 soname_spec
='${libname}${release}${shared_ext}$major'
9609 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
9610 shlibpath_var
=LD_LIBRARY_PATH
9611 shlibpath_overrides_runpath
=no
9613 # Some binutils ld are patched to set DT_RUNPATH
9614 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then
9615 echo $ECHO_N "(cached) $ECHO_C" >&6
9617 lt_cv_shlibpath_overrides_runpath
=no
9618 save_LDFLAGS
=$LDFLAGS
9620 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
9621 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
9622 if test x
$gcc_no_link = xyes
; then
9623 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
9624 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
9625 { (exit 1); exit 1; }; }
9627 cat >conftest.
$ac_ext <<_ACEOF
9630 cat confdefs.h
>>conftest.
$ac_ext
9631 cat >>conftest.
$ac_ext <<_ACEOF
9632 /* end confdefs.h. */
9642 rm -f conftest.
$ac_objext conftest
$ac_exeext
9643 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9644 (eval $ac_link) 2>conftest.er1
9646 grep -v '^ *+' conftest.er1
>conftest.err
9648 cat conftest.err
>&5
9649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9650 (exit $ac_status); } &&
9651 { ac_try
='test -z "$ac_c_werror_flag"
9652 || test ! -s conftest.err'
9653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9657 (exit $ac_status); }; } &&
9658 { ac_try
='test -s conftest$ac_exeext'
9659 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9663 (exit $ac_status); }; }; then
9664 if ($OBJDUMP -p conftest
$ac_exeext) 2>/dev
/null |
grep "RUNPATH.*$libdir" >/dev
/null
; then
9665 lt_cv_shlibpath_overrides_runpath
=yes
9669 echo "$as_me: failed program was:" >&5
9670 sed 's/^/| /' conftest.
$ac_ext >&5
9673 rm -f conftest.err conftest.
$ac_objext \
9674 conftest
$ac_exeext conftest.
$ac_ext
9675 LDFLAGS
=$save_LDFLAGS
9680 shlibpath_overrides_runpath
=$lt_cv_shlibpath_overrides_runpath
9682 # This implies no fast_install, which is unacceptable.
9683 # Some rework will be needed to allow for fast_install
9684 # before this can be enabled.
9685 hardcode_into_libs
=yes
9687 # Append ld.so.conf contents to the search path
9688 if test -f /etc
/ld.so.conf
; then
9689 lt_ld_extra
=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
9690 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
9693 # We used to test for /lib/ld.so.1 and disable shared libraries on
9694 # powerpc, because MkLinux only supported shared libraries with the
9695 # GNU dynamic linker. Since this was broken with cross compilers,
9696 # most powerpc-linux boxes support dynamic linking these days and
9697 # people can always --disable-shared, the test was removed, and we
9698 # assume the GNU/Linux dynamic linker is in use.
9699 dynamic_linker
='GNU/Linux ld.so'
9706 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
9707 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9708 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9709 dynamic_linker
='NetBSD (a.out) ld.so'
9711 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9712 soname_spec
='${libname}${release}${shared_ext}$major'
9713 dynamic_linker
='NetBSD ld.elf_so'
9715 shlibpath_var
=LD_LIBRARY_PATH
9716 shlibpath_overrides_runpath
=yes
9717 hardcode_into_libs
=yes
9722 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9723 shlibpath_var
=LD_LIBRARY_PATH
9724 shlibpath_overrides_runpath
=yes
9731 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9732 soname_spec
='${libname}${release}${shared_ext}$major'
9733 shlibpath_var
=LD_LIBRARY_PATH
9734 shlibpath_overrides_runpath
=no
9735 hardcode_into_libs
=yes
9736 dynamic_linker
='ldqnx.so'
9741 sys_lib_dlsearch_path_spec
="/usr/lib"
9743 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
9745 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
9746 *) need_version
=no
;;
9748 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9749 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9750 shlibpath_var
=LD_LIBRARY_PATH
9751 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9753 openbsd2.
[89] | openbsd2.
[89].
*)
9754 shlibpath_overrides_runpath
=no
9757 shlibpath_overrides_runpath
=yes
9761 shlibpath_overrides_runpath
=yes
9766 libname_spec
='$name'
9769 library_names_spec
='$libname${shared_ext} $libname.a'
9770 dynamic_linker
='OS/2 ld.exe'
9771 shlibpath_var
=LIBPATH
9774 osf3
* | osf4
* | osf5
*)
9778 soname_spec
='${libname}${release}${shared_ext}$major'
9779 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9780 shlibpath_var
=LD_LIBRARY_PATH
9781 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
9782 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
9793 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9794 soname_spec
='${libname}${release}${shared_ext}$major'
9795 shlibpath_var
=LD_LIBRARY_PATH
9796 shlibpath_overrides_runpath
=yes
9797 hardcode_into_libs
=yes
9798 # ldd complains unless libraries are executable
9799 postinstall_cmds
='chmod +x $lib'
9804 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9805 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
9806 shlibpath_var
=LD_LIBRARY_PATH
9807 shlibpath_overrides_runpath
=yes
9808 if test "$with_gnu_ld" = yes; then
9816 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9817 soname_spec
='${libname}${release}${shared_ext}$major'
9818 shlibpath_var
=LD_LIBRARY_PATH
9819 case $host_vendor in
9821 shlibpath_overrides_runpath
=no
9823 runpath_var
=LD_RUN_PATH
9831 shlibpath_overrides_runpath
=no
9832 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
9838 if test -d /usr
/nec
;then
9840 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
9841 soname_spec
='$libname${shared_ext}.$major'
9842 shlibpath_var
=LD_LIBRARY_PATH
9846 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
9847 version_type
=freebsd-elf
9850 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9851 soname_spec
='${libname}${release}${shared_ext}$major'
9852 shlibpath_var
=LD_LIBRARY_PATH
9853 shlibpath_overrides_runpath
=yes
9854 hardcode_into_libs
=yes
9855 if test "$with_gnu_ld" = yes; then
9856 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
9858 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
9861 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
9865 sys_lib_dlsearch_path_spec
='/usr/lib'
9869 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
9873 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9874 shlibpath_var
=LD_LIBRARY_PATH
9875 shlibpath_overrides_runpath
=no
9876 hardcode_into_libs
=yes
9881 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9882 soname_spec
='${libname}${release}${shared_ext}$major'
9883 shlibpath_var
=LD_LIBRARY_PATH
9890 echo "$as_me:$LINENO: result: $dynamic_linker" >&5
9891 echo "${ECHO_T}$dynamic_linker" >&6
9892 test "$dynamic_linker" = no
&& can_build_shared
=no
9894 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
9895 if test "$GCC" = yes; then
9896 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
9899 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
9900 sys_lib_search_path_spec
="$lt_cv_sys_lib_search_path_spec"
9902 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
9903 sys_lib_dlsearch_path_spec
="$lt_cv_sys_lib_dlsearch_path_spec"
9992 echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
9993 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
9995 if test -n "$hardcode_libdir_flag_spec" ||
9996 test -n "$runpath_var" ||
9997 test "X$hardcode_automatic" = "Xyes" ; then
9999 # We can hardcode non-existent directories.
10000 if test "$hardcode_direct" != no
&&
10001 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10002 # have to relink, otherwise we might link with an installed library
10003 # when we should be linking with a yet-to-be-installed one
10004 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10005 test "$hardcode_minus_L" != no
; then
10006 # Linking always hardcodes the temporary library directory.
10007 hardcode_action
=relink
10009 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10010 hardcode_action
=immediate
10013 # We cannot hardcode anything, or else we can only hardcode existing
10015 hardcode_action
=unsupported
10017 echo "$as_me:$LINENO: result: $hardcode_action" >&5
10018 echo "${ECHO_T}$hardcode_action" >&6
10020 if test "$hardcode_action" = relink ||
10021 test "$inherit_rpath" = yes; then
10022 # Fast installation is not supported
10023 enable_fast_install
=no
10024 elif test "$shlibpath_overrides_runpath" = yes ||
10025 test "$enable_shared" = no
; then
10026 # Fast installation is not necessary
10027 enable_fast_install
=needless
10035 if test "x$enable_dlopen" != xyes
; then
10036 enable_dlopen
=unknown
10037 enable_dlopen_self
=unknown
10038 enable_dlopen_self_static
=unknown
10045 lt_cv_dlopen
="load_add_on"
10047 lt_cv_dlopen_self
=yes
10050 mingw
* | pw32
* | cegcc
*)
10051 lt_cv_dlopen
="LoadLibrary"
10056 lt_cv_dlopen
="dlopen"
10061 # if libdl is installed we need to link against it
10062 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
10063 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
10064 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
10065 echo $ECHO_N "(cached) $ECHO_C" >&6
10067 ac_check_lib_save_LIBS
=$LIBS
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. */
10081 /* Override any gcc2 internal prototype to avoid an error. */
10085 /* We use char because int might match the return type of a gcc2
10086 builtin and then its argument prototype would still apply. */
10096 rm -f conftest.
$ac_objext conftest
$ac_exeext
10097 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10098 (eval $ac_link) 2>conftest.er1
10100 grep -v '^ *+' conftest.er1
>conftest.err
10102 cat conftest.err
>&5
10103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10104 (exit $ac_status); } &&
10105 { ac_try
='test -z "$ac_c_werror_flag"
10106 || test ! -s conftest.err'
10107 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10108 (eval $ac_try) 2>&5
10110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10111 (exit $ac_status); }; } &&
10112 { ac_try
='test -s conftest$ac_exeext'
10113 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10114 (eval $ac_try) 2>&5
10116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10117 (exit $ac_status); }; }; then
10118 ac_cv_lib_dl_dlopen
=yes
10120 echo "$as_me: failed program was:" >&5
10121 sed 's/^/| /' conftest.
$ac_ext >&5
10123 ac_cv_lib_dl_dlopen
=no
10125 rm -f conftest.err conftest.
$ac_objext \
10126 conftest
$ac_exeext conftest.
$ac_ext
10127 LIBS
=$ac_check_lib_save_LIBS
10129 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
10130 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
10131 if test $ac_cv_lib_dl_dlopen = yes; then
10132 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
10135 lt_cv_dlopen
="dyld"
10137 lt_cv_dlopen_self
=yes
10144 echo "$as_me:$LINENO: checking for shl_load" >&5
10145 echo $ECHO_N "checking for shl_load... $ECHO_C" >&6
10146 if test "${ac_cv_func_shl_load+set}" = set; then
10147 echo $ECHO_N "(cached) $ECHO_C" >&6
10149 if test x
$gcc_no_link = xyes
; then
10150 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10151 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10152 { (exit 1); exit 1; }; }
10154 cat >conftest.
$ac_ext <<_ACEOF
10157 cat confdefs.h
>>conftest.
$ac_ext
10158 cat >>conftest.
$ac_ext <<_ACEOF
10159 /* end confdefs.h. */
10160 /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
10161 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10162 #define shl_load innocuous_shl_load
10164 /* System header to define __stub macros and hopefully few prototypes,
10165 which can conflict with char shl_load (); below.
10166 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10167 <limits.h> exists even on freestanding compilers. */
10170 # include <limits.h>
10172 # include <assert.h>
10177 /* Override any gcc2 internal prototype to avoid an error. */
10182 /* We use char because int might match the return type of a gcc2
10183 builtin and then its argument prototype would still apply. */
10185 /* The GNU C library defines this for functions which it implements
10186 to always fail with ENOSYS. Some functions are actually named
10187 something starting with __ and the normal name is an alias. */
10188 #if defined (__stub_shl_load) || defined (__stub___shl_load)
10191 char (*f) () = shl_load;
10200 return f != shl_load;
10205 rm -f conftest.
$ac_objext conftest
$ac_exeext
10206 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10207 (eval $ac_link) 2>conftest.er1
10209 grep -v '^ *+' conftest.er1
>conftest.err
10211 cat conftest.err
>&5
10212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10213 (exit $ac_status); } &&
10214 { ac_try
='test -z "$ac_c_werror_flag"
10215 || test ! -s conftest.err'
10216 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10217 (eval $ac_try) 2>&5
10219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10220 (exit $ac_status); }; } &&
10221 { ac_try
='test -s conftest$ac_exeext'
10222 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10223 (eval $ac_try) 2>&5
10225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10226 (exit $ac_status); }; }; then
10227 ac_cv_func_shl_load
=yes
10229 echo "$as_me: failed program was:" >&5
10230 sed 's/^/| /' conftest.
$ac_ext >&5
10232 ac_cv_func_shl_load
=no
10234 rm -f conftest.err conftest.
$ac_objext \
10235 conftest
$ac_exeext conftest.
$ac_ext
10237 echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
10238 echo "${ECHO_T}$ac_cv_func_shl_load" >&6
10239 if test $ac_cv_func_shl_load = yes; then
10240 lt_cv_dlopen
="shl_load"
10242 echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
10243 echo $ECHO_N "checking for shl_load in -ldld... $ECHO_C" >&6
10244 if test "${ac_cv_lib_dld_shl_load+set}" = set; then
10245 echo $ECHO_N "(cached) $ECHO_C" >&6
10247 ac_check_lib_save_LIBS
=$LIBS
10249 if test x
$gcc_no_link = xyes
; then
10250 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10251 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10252 { (exit 1); exit 1; }; }
10254 cat >conftest.
$ac_ext <<_ACEOF
10257 cat confdefs.h
>>conftest.
$ac_ext
10258 cat >>conftest.
$ac_ext <<_ACEOF
10259 /* end confdefs.h. */
10261 /* Override any gcc2 internal prototype to avoid an error. */
10265 /* We use char because int might match the return type of a gcc2
10266 builtin and then its argument prototype would still apply. */
10276 rm -f conftest.
$ac_objext conftest
$ac_exeext
10277 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10278 (eval $ac_link) 2>conftest.er1
10280 grep -v '^ *+' conftest.er1
>conftest.err
10282 cat conftest.err
>&5
10283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10284 (exit $ac_status); } &&
10285 { ac_try
='test -z "$ac_c_werror_flag"
10286 || test ! -s conftest.err'
10287 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10288 (eval $ac_try) 2>&5
10290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10291 (exit $ac_status); }; } &&
10292 { ac_try
='test -s conftest$ac_exeext'
10293 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10294 (eval $ac_try) 2>&5
10296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10297 (exit $ac_status); }; }; then
10298 ac_cv_lib_dld_shl_load
=yes
10300 echo "$as_me: failed program was:" >&5
10301 sed 's/^/| /' conftest.
$ac_ext >&5
10303 ac_cv_lib_dld_shl_load
=no
10305 rm -f conftest.err conftest.
$ac_objext \
10306 conftest
$ac_exeext conftest.
$ac_ext
10307 LIBS
=$ac_check_lib_save_LIBS
10309 echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
10310 echo "${ECHO_T}$ac_cv_lib_dld_shl_load" >&6
10311 if test $ac_cv_lib_dld_shl_load = yes; then
10312 lt_cv_dlopen
="shl_load" lt_cv_dlopen_libs
="-ldld"
10314 echo "$as_me:$LINENO: checking for dlopen" >&5
10315 echo $ECHO_N "checking for dlopen... $ECHO_C" >&6
10316 if test "${ac_cv_func_dlopen+set}" = set; then
10317 echo $ECHO_N "(cached) $ECHO_C" >&6
10319 if test x
$gcc_no_link = xyes
; then
10320 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10321 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10322 { (exit 1); exit 1; }; }
10324 cat >conftest.
$ac_ext <<_ACEOF
10327 cat confdefs.h
>>conftest.
$ac_ext
10328 cat >>conftest.
$ac_ext <<_ACEOF
10329 /* end confdefs.h. */
10330 /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
10331 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10332 #define dlopen innocuous_dlopen
10334 /* System header to define __stub macros and hopefully few prototypes,
10335 which can conflict with char dlopen (); below.
10336 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10337 <limits.h> exists even on freestanding compilers. */
10340 # include <limits.h>
10342 # include <assert.h>
10347 /* Override any gcc2 internal prototype to avoid an error. */
10352 /* We use char because int might match the return type of a gcc2
10353 builtin and then its argument prototype would still apply. */
10355 /* The GNU C library defines this for functions which it implements
10356 to always fail with ENOSYS. Some functions are actually named
10357 something starting with __ and the normal name is an alias. */
10358 #if defined (__stub_dlopen) || defined (__stub___dlopen)
10361 char (*f) () = dlopen;
10370 return f != dlopen;
10375 rm -f conftest.
$ac_objext conftest
$ac_exeext
10376 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10377 (eval $ac_link) 2>conftest.er1
10379 grep -v '^ *+' conftest.er1
>conftest.err
10381 cat conftest.err
>&5
10382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10383 (exit $ac_status); } &&
10384 { ac_try
='test -z "$ac_c_werror_flag"
10385 || test ! -s conftest.err'
10386 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10387 (eval $ac_try) 2>&5
10389 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10390 (exit $ac_status); }; } &&
10391 { ac_try
='test -s conftest$ac_exeext'
10392 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10393 (eval $ac_try) 2>&5
10395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10396 (exit $ac_status); }; }; then
10397 ac_cv_func_dlopen
=yes
10399 echo "$as_me: failed program was:" >&5
10400 sed 's/^/| /' conftest.
$ac_ext >&5
10402 ac_cv_func_dlopen
=no
10404 rm -f conftest.err conftest.
$ac_objext \
10405 conftest
$ac_exeext conftest.
$ac_ext
10407 echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
10408 echo "${ECHO_T}$ac_cv_func_dlopen" >&6
10409 if test $ac_cv_func_dlopen = yes; then
10410 lt_cv_dlopen
="dlopen"
10412 echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
10413 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6
10414 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
10415 echo $ECHO_N "(cached) $ECHO_C" >&6
10417 ac_check_lib_save_LIBS
=$LIBS
10419 if test x
$gcc_no_link = xyes
; then
10420 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10421 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10422 { (exit 1); exit 1; }; }
10424 cat >conftest.
$ac_ext <<_ACEOF
10427 cat confdefs.h
>>conftest.
$ac_ext
10428 cat >>conftest.
$ac_ext <<_ACEOF
10429 /* end confdefs.h. */
10431 /* Override any gcc2 internal prototype to avoid an error. */
10435 /* We use char because int might match the return type of a gcc2
10436 builtin and then its argument prototype would still apply. */
10446 rm -f conftest.
$ac_objext conftest
$ac_exeext
10447 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10448 (eval $ac_link) 2>conftest.er1
10450 grep -v '^ *+' conftest.er1
>conftest.err
10452 cat conftest.err
>&5
10453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10454 (exit $ac_status); } &&
10455 { ac_try
='test -z "$ac_c_werror_flag"
10456 || test ! -s conftest.err'
10457 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10458 (eval $ac_try) 2>&5
10460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10461 (exit $ac_status); }; } &&
10462 { ac_try
='test -s conftest$ac_exeext'
10463 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10464 (eval $ac_try) 2>&5
10466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10467 (exit $ac_status); }; }; then
10468 ac_cv_lib_dl_dlopen
=yes
10470 echo "$as_me: failed program was:" >&5
10471 sed 's/^/| /' conftest.
$ac_ext >&5
10473 ac_cv_lib_dl_dlopen
=no
10475 rm -f conftest.err conftest.
$ac_objext \
10476 conftest
$ac_exeext conftest.
$ac_ext
10477 LIBS
=$ac_check_lib_save_LIBS
10479 echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
10480 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6
10481 if test $ac_cv_lib_dl_dlopen = yes; then
10482 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-ldl"
10484 echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
10485 echo $ECHO_N "checking for dlopen in -lsvld... $ECHO_C" >&6
10486 if test "${ac_cv_lib_svld_dlopen+set}" = set; then
10487 echo $ECHO_N "(cached) $ECHO_C" >&6
10489 ac_check_lib_save_LIBS
=$LIBS
10490 LIBS
="-lsvld $LIBS"
10491 if test x
$gcc_no_link = xyes
; then
10492 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10493 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10494 { (exit 1); exit 1; }; }
10496 cat >conftest.
$ac_ext <<_ACEOF
10499 cat confdefs.h
>>conftest.
$ac_ext
10500 cat >>conftest.
$ac_ext <<_ACEOF
10501 /* end confdefs.h. */
10503 /* Override any gcc2 internal prototype to avoid an error. */
10507 /* We use char because int might match the return type of a gcc2
10508 builtin and then its argument prototype would still apply. */
10518 rm -f conftest.
$ac_objext conftest
$ac_exeext
10519 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10520 (eval $ac_link) 2>conftest.er1
10522 grep -v '^ *+' conftest.er1
>conftest.err
10524 cat conftest.err
>&5
10525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10526 (exit $ac_status); } &&
10527 { ac_try
='test -z "$ac_c_werror_flag"
10528 || test ! -s conftest.err'
10529 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10530 (eval $ac_try) 2>&5
10532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10533 (exit $ac_status); }; } &&
10534 { ac_try
='test -s conftest$ac_exeext'
10535 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10536 (eval $ac_try) 2>&5
10538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10539 (exit $ac_status); }; }; then
10540 ac_cv_lib_svld_dlopen
=yes
10542 echo "$as_me: failed program was:" >&5
10543 sed 's/^/| /' conftest.
$ac_ext >&5
10545 ac_cv_lib_svld_dlopen
=no
10547 rm -f conftest.err conftest.
$ac_objext \
10548 conftest
$ac_exeext conftest.
$ac_ext
10549 LIBS
=$ac_check_lib_save_LIBS
10551 echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
10552 echo "${ECHO_T}$ac_cv_lib_svld_dlopen" >&6
10553 if test $ac_cv_lib_svld_dlopen = yes; then
10554 lt_cv_dlopen
="dlopen" lt_cv_dlopen_libs
="-lsvld"
10556 echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
10557 echo $ECHO_N "checking for dld_link in -ldld... $ECHO_C" >&6
10558 if test "${ac_cv_lib_dld_dld_link+set}" = set; then
10559 echo $ECHO_N "(cached) $ECHO_C" >&6
10561 ac_check_lib_save_LIBS
=$LIBS
10563 if test x
$gcc_no_link = xyes
; then
10564 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
10565 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
10566 { (exit 1); exit 1; }; }
10568 cat >conftest.
$ac_ext <<_ACEOF
10571 cat confdefs.h
>>conftest.
$ac_ext
10572 cat >>conftest.
$ac_ext <<_ACEOF
10573 /* end confdefs.h. */
10575 /* Override any gcc2 internal prototype to avoid an error. */
10579 /* We use char because int might match the return type of a gcc2
10580 builtin and then its argument prototype would still apply. */
10590 rm -f conftest.
$ac_objext conftest
$ac_exeext
10591 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10592 (eval $ac_link) 2>conftest.er1
10594 grep -v '^ *+' conftest.er1
>conftest.err
10596 cat conftest.err
>&5
10597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10598 (exit $ac_status); } &&
10599 { ac_try
='test -z "$ac_c_werror_flag"
10600 || test ! -s conftest.err'
10601 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10602 (eval $ac_try) 2>&5
10604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10605 (exit $ac_status); }; } &&
10606 { ac_try
='test -s conftest$ac_exeext'
10607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10608 (eval $ac_try) 2>&5
10610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10611 (exit $ac_status); }; }; then
10612 ac_cv_lib_dld_dld_link
=yes
10614 echo "$as_me: failed program was:" >&5
10615 sed 's/^/| /' conftest.
$ac_ext >&5
10617 ac_cv_lib_dld_dld_link
=no
10619 rm -f conftest.err conftest.
$ac_objext \
10620 conftest
$ac_exeext conftest.
$ac_ext
10621 LIBS
=$ac_check_lib_save_LIBS
10623 echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
10624 echo "${ECHO_T}$ac_cv_lib_dld_dld_link" >&6
10625 if test $ac_cv_lib_dld_dld_link = yes; then
10626 lt_cv_dlopen
="dld_link" lt_cv_dlopen_libs
="-ldld"
10647 if test "x$lt_cv_dlopen" != xno
; then
10653 case $lt_cv_dlopen in
10655 save_CPPFLAGS
="$CPPFLAGS"
10656 test "x$ac_cv_header_dlfcn_h" = xyes
&& CPPFLAGS
="$CPPFLAGS -DHAVE_DLFCN_H"
10658 save_LDFLAGS
="$LDFLAGS"
10659 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $export_dynamic_flag_spec\"
10662 LIBS
="$lt_cv_dlopen_libs $LIBS"
10664 echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
10665 echo $ECHO_N "checking whether a program can dlopen itself... $ECHO_C" >&6
10666 if test "${lt_cv_dlopen_self+set}" = set; then
10667 echo $ECHO_N "(cached) $ECHO_C" >&6
10669 if test "$cross_compiling" = yes; then :
10670 lt_cv_dlopen_self
=cross
10672 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
10673 lt_status
=$lt_dlunknown
10674 cat > conftest.
$ac_ext <<_LT_EOF
10675 #line 10675 "configure"
10676 #include "confdefs.h"
10685 # define LT_DLGLOBAL RTLD_GLOBAL
10688 # define LT_DLGLOBAL DL_GLOBAL
10690 # define LT_DLGLOBAL 0
10694 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10695 find out it does not work in some platform. */
10696 #ifndef LT_DLLAZY_OR_NOW
10698 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10701 # define LT_DLLAZY_OR_NOW DL_LAZY
10704 # define LT_DLLAZY_OR_NOW RTLD_NOW
10707 # define LT_DLLAZY_OR_NOW DL_NOW
10709 # define LT_DLLAZY_OR_NOW 0
10716 void fnord() { int i=42;}
10719 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10720 int status = $lt_dlunknown;
10724 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10725 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10726 /* dlclose (self); */
10734 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10735 (eval $ac_link) 2>&5
10737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10738 (exit $ac_status); } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
10739 (.
/conftest
; exit; ) >&5 2>/dev
/null
10741 case x
$lt_status in
10742 x
$lt_dlno_uscore) lt_cv_dlopen_self
=yes ;;
10743 x
$lt_dlneed_uscore) lt_cv_dlopen_self
=yes ;;
10744 x
$lt_dlunknown|x
*) lt_cv_dlopen_self
=no
;;
10747 # compilation failed
10748 lt_cv_dlopen_self
=no
10755 echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
10756 echo "${ECHO_T}$lt_cv_dlopen_self" >&6
10758 if test "x$lt_cv_dlopen_self" = xyes
; then
10759 wl
=$lt_prog_compiler_wl eval LDFLAGS
=\"\
$LDFLAGS $lt_prog_compiler_static\"
10760 echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
10761 echo $ECHO_N "checking whether a statically linked program can dlopen itself... $ECHO_C" >&6
10762 if test "${lt_cv_dlopen_self_static+set}" = set; then
10763 echo $ECHO_N "(cached) $ECHO_C" >&6
10765 if test "$cross_compiling" = yes; then :
10766 lt_cv_dlopen_self_static
=cross
10768 lt_dlunknown
=0; lt_dlno_uscore
=1; lt_dlneed_uscore
=2
10769 lt_status
=$lt_dlunknown
10770 cat > conftest.
$ac_ext <<_LT_EOF
10771 #line 10771 "configure"
10772 #include "confdefs.h"
10781 # define LT_DLGLOBAL RTLD_GLOBAL
10784 # define LT_DLGLOBAL DL_GLOBAL
10786 # define LT_DLGLOBAL 0
10790 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10791 find out it does not work in some platform. */
10792 #ifndef LT_DLLAZY_OR_NOW
10794 # define LT_DLLAZY_OR_NOW RTLD_LAZY
10797 # define LT_DLLAZY_OR_NOW DL_LAZY
10800 # define LT_DLLAZY_OR_NOW RTLD_NOW
10803 # define LT_DLLAZY_OR_NOW DL_NOW
10805 # define LT_DLLAZY_OR_NOW 0
10812 void fnord() { int i=42;}
10815 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10816 int status = $lt_dlunknown;
10820 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
10821 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10822 /* dlclose (self); */
10830 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10831 (eval $ac_link) 2>&5
10833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10834 (exit $ac_status); } && test -s conftest
${ac_exeext} 2>/dev
/null
; then
10835 (.
/conftest
; exit; ) >&5 2>/dev
/null
10837 case x
$lt_status in
10838 x
$lt_dlno_uscore) lt_cv_dlopen_self_static
=yes ;;
10839 x
$lt_dlneed_uscore) lt_cv_dlopen_self_static
=yes ;;
10840 x
$lt_dlunknown|x
*) lt_cv_dlopen_self_static
=no
;;
10843 # compilation failed
10844 lt_cv_dlopen_self_static
=no
10851 echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
10852 echo "${ECHO_T}$lt_cv_dlopen_self_static" >&6
10855 CPPFLAGS
="$save_CPPFLAGS"
10856 LDFLAGS
="$save_LDFLAGS"
10861 case $lt_cv_dlopen_self in
10862 yes|no
) enable_dlopen_self
=$lt_cv_dlopen_self ;;
10863 *) enable_dlopen_self
=unknown
;;
10866 case $lt_cv_dlopen_self_static in
10867 yes|no
) enable_dlopen_self_static
=$lt_cv_dlopen_self_static ;;
10868 *) enable_dlopen_self_static
=unknown
;;
10890 echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
10891 echo $ECHO_N "checking whether stripping libraries is possible... $ECHO_C" >&6
10892 if test -n "$STRIP" && $STRIP -V 2>&1 |
$GREP "GNU strip" >/dev
/null
; then
10893 test -z "$old_striplib" && old_striplib
="$STRIP --strip-debug"
10894 test -z "$striplib" && striplib
="$STRIP --strip-unneeded"
10895 echo "$as_me:$LINENO: result: yes" >&5
10896 echo "${ECHO_T}yes" >&6
10898 # FIXME - insert some real tests, host_os isn't really good enough
10901 if test -n "$STRIP" ; then
10902 striplib
="$STRIP -x"
10903 old_striplib
="$STRIP -S"
10904 echo "$as_me:$LINENO: result: yes" >&5
10905 echo "${ECHO_T}yes" >&6
10907 echo "$as_me:$LINENO: result: no" >&5
10908 echo "${ECHO_T}no" >&6
10912 echo "$as_me:$LINENO: result: no" >&5
10913 echo "${ECHO_T}no" >&6
10929 # Report which library types will actually be built
10930 echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
10931 echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
10932 echo "$as_me:$LINENO: result: $can_build_shared" >&5
10933 echo "${ECHO_T}$can_build_shared" >&6
10935 echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
10936 echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
10937 test "$can_build_shared" = "no" && enable_shared
=no
10939 # On AIX, shared libraries and static libraries use the same namespace, and
10940 # are all built from PIC.
10943 test "$enable_shared" = yes && enable_static
=no
10944 if test -n "$RANLIB"; then
10945 archive_cmds
="$archive_cmds~\$RANLIB \$lib"
10946 postinstall_cmds
='$RANLIB $lib'
10951 if test "$host_cpu" != ia64
&& test "$aix_use_runtimelinking" = no
; then
10952 test "$enable_shared" = yes && enable_static
=no
10956 echo "$as_me:$LINENO: result: $enable_shared" >&5
10957 echo "${ECHO_T}$enable_shared" >&6
10959 echo "$as_me:$LINENO: checking whether to build static libraries" >&5
10960 echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6
10961 # Make sure either enable_shared or enable_static is yes.
10962 test "$enable_shared" = yes || enable_static
=yes
10963 echo "$as_me:$LINENO: result: $enable_static" >&5
10964 echo "${ECHO_T}$enable_static" >&6
10971 ac_cpp
='$CPP $CPPFLAGS'
10972 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10973 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10974 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
10990 ac_config_commands
="$ac_config_commands libtool"
10995 # Only expand once:
11000 #AC_MSG_NOTICE([====== Finished libtool configuration]) ; sleep 10
11002 # We need gfortran to compile parts of the library
11003 #AC_PROG_FC(gfortran)
11005 ac_ext
=${FC_SRCEXT-f}
11006 ac_compile
='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5'
11007 ac_link
='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5'
11008 ac_compiler_gnu
=$ac_cv_fc_compiler_gnu
11009 if test -n "$ac_tool_prefix"; then
11010 for ac_prog
in gfortran
11012 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
11013 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
11014 echo "$as_me:$LINENO: checking for $ac_word" >&5
11015 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11016 if test "${ac_cv_prog_FC+set}" = set; then
11017 echo $ECHO_N "(cached) $ECHO_C" >&6
11019 if test -n "$FC"; then
11020 ac_cv_prog_FC
="$FC" # Let the user override the test.
11022 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11023 for as_dir
in $PATH
11026 test -z "$as_dir" && as_dir
=.
11027 for ac_exec_ext
in '' $ac_executable_extensions; do
11028 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11029 ac_cv_prog_FC
="$ac_tool_prefix$ac_prog"
11030 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11039 if test -n "$FC"; then
11040 echo "$as_me:$LINENO: result: $FC" >&5
11041 echo "${ECHO_T}$FC" >&6
11043 echo "$as_me:$LINENO: result: no" >&5
11044 echo "${ECHO_T}no" >&6
11047 test -n "$FC" && break
11050 if test -z "$FC"; then
11052 for ac_prog
in gfortran
11054 # Extract the first word of "$ac_prog", so it can be a program name with args.
11055 set dummy
$ac_prog; ac_word
=$2
11056 echo "$as_me:$LINENO: checking for $ac_word" >&5
11057 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11058 if test "${ac_cv_prog_ac_ct_FC+set}" = set; then
11059 echo $ECHO_N "(cached) $ECHO_C" >&6
11061 if test -n "$ac_ct_FC"; then
11062 ac_cv_prog_ac_ct_FC
="$ac_ct_FC" # Let the user override the test.
11064 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11065 for as_dir
in $PATH
11068 test -z "$as_dir" && as_dir
=.
11069 for ac_exec_ext
in '' $ac_executable_extensions; do
11070 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11071 ac_cv_prog_ac_ct_FC
="$ac_prog"
11072 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11080 ac_ct_FC
=$ac_cv_prog_ac_ct_FC
11081 if test -n "$ac_ct_FC"; then
11082 echo "$as_me:$LINENO: result: $ac_ct_FC" >&5
11083 echo "${ECHO_T}$ac_ct_FC" >&6
11085 echo "$as_me:$LINENO: result: no" >&5
11086 echo "${ECHO_T}no" >&6
11089 test -n "$ac_ct_FC" && break
11096 # Provide some information about the compiler.
11097 echo "$as_me:11097:" \
11098 "checking for Fortran compiler version" >&5
11099 ac_compiler
=`set X $ac_compile; echo $2`
11100 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
11101 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
11103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11104 (exit $ac_status); }
11105 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
11106 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
11108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11109 (exit $ac_status); }
11110 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
11111 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
11113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11114 (exit $ac_status); }
11117 # If we don't use `.F' as extension, the preprocessor is not run on the
11118 # input file. (Note that this only needs to work for GNU compilers.)
11119 ac_save_ext
=$ac_ext
11121 echo "$as_me:$LINENO: checking whether we are using the GNU Fortran compiler" >&5
11122 echo $ECHO_N "checking whether we are using the GNU Fortran compiler... $ECHO_C" >&6
11123 if test "${ac_cv_fc_compiler_gnu+set}" = set; then
11124 echo $ECHO_N "(cached) $ECHO_C" >&6
11126 cat >conftest.
$ac_ext <<_ACEOF
11134 rm -f conftest.
$ac_objext
11135 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11136 (eval $ac_compile) 2>conftest.er1
11138 grep -v '^ *+' conftest.er1
>conftest.err
11140 cat conftest.err
>&5
11141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11142 (exit $ac_status); } &&
11143 { ac_try
='test -z "$ac_fc_werror_flag"
11144 || test ! -s conftest.err'
11145 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11146 (eval $ac_try) 2>&5
11148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11149 (exit $ac_status); }; } &&
11150 { ac_try
='test -s conftest.$ac_objext'
11151 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11152 (eval $ac_try) 2>&5
11154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11155 (exit $ac_status); }; }; then
11156 ac_compiler_gnu
=yes
11158 echo "$as_me: failed program was:" >&5
11159 sed 's/^/| /' conftest.
$ac_ext >&5
11163 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11164 ac_cv_fc_compiler_gnu
=$ac_compiler_gnu
11167 echo "$as_me:$LINENO: result: $ac_cv_fc_compiler_gnu" >&5
11168 echo "${ECHO_T}$ac_cv_fc_compiler_gnu" >&6
11169 ac_ext
=$ac_save_ext
11170 ac_test_FFLAGS
=${FCFLAGS+set}
11171 ac_save_FFLAGS
=$FCFLAGS
11173 echo "$as_me:$LINENO: checking whether $FC accepts -g" >&5
11174 echo $ECHO_N "checking whether $FC accepts -g... $ECHO_C" >&6
11175 if test "${ac_cv_prog_fc_g+set}" = set; then
11176 echo $ECHO_N "(cached) $ECHO_C" >&6
11179 cat >conftest.
$ac_ext <<_ACEOF
11184 rm -f conftest.
$ac_objext
11185 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11186 (eval $ac_compile) 2>conftest.er1
11188 grep -v '^ *+' conftest.er1
>conftest.err
11190 cat conftest.err
>&5
11191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11192 (exit $ac_status); } &&
11193 { ac_try
='test -z "$ac_fc_werror_flag"
11194 || test ! -s conftest.err'
11195 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11196 (eval $ac_try) 2>&5
11198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11199 (exit $ac_status); }; } &&
11200 { ac_try
='test -s conftest.$ac_objext'
11201 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11202 (eval $ac_try) 2>&5
11204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11205 (exit $ac_status); }; }; then
11206 ac_cv_prog_fc_g
=yes
11208 echo "$as_me: failed program was:" >&5
11209 sed 's/^/| /' conftest.
$ac_ext >&5
11213 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11216 echo "$as_me:$LINENO: result: $ac_cv_prog_fc_g" >&5
11217 echo "${ECHO_T}$ac_cv_prog_fc_g" >&6
11218 if test "$ac_test_FFLAGS" = set; then
11219 FCFLAGS
=$ac_save_FFLAGS
11220 elif test $ac_cv_prog_fc_g = yes; then
11221 if test "x$ac_cv_fc_compiler_gnu" = xyes
; then
11227 if test "x$ac_cv_fc_compiler_gnu" = xyes
; then
11235 ac_cpp
='$CPP $CPPFLAGS'
11236 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11237 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11238 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11241 ac_ext
=${FC_SRCEXT-f}
11242 ac_compile
='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5'
11243 ac_link
='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5'
11244 ac_compiler_gnu
=$ac_cv_fc_compiler_gnu
11245 if test -n "$ac_tool_prefix"; then
11246 for ac_prog
in f95 fort xlf95 ifc efc pgf95 lf95 gfortran f90 xlf90 pgf90 epcf90 g77 f77 xlf frt pgf77 fort77 fl32 af77
11248 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
11249 set dummy
$ac_tool_prefix$ac_prog; ac_word
=$2
11250 echo "$as_me:$LINENO: checking for $ac_word" >&5
11251 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11252 if test "${ac_cv_prog_FC+set}" = set; then
11253 echo $ECHO_N "(cached) $ECHO_C" >&6
11255 if test -n "$FC"; then
11256 ac_cv_prog_FC
="$FC" # Let the user override the test.
11258 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11259 for as_dir
in $PATH
11262 test -z "$as_dir" && as_dir
=.
11263 for ac_exec_ext
in '' $ac_executable_extensions; do
11264 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11265 ac_cv_prog_FC
="$ac_tool_prefix$ac_prog"
11266 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11275 if test -n "$FC"; then
11276 echo "$as_me:$LINENO: result: $FC" >&5
11277 echo "${ECHO_T}$FC" >&6
11279 echo "$as_me:$LINENO: result: no" >&5
11280 echo "${ECHO_T}no" >&6
11283 test -n "$FC" && break
11286 if test -z "$FC"; then
11288 for ac_prog
in f95 fort xlf95 ifc efc pgf95 lf95 gfortran f90 xlf90 pgf90 epcf90 g77 f77 xlf frt pgf77 fort77 fl32 af77
11290 # Extract the first word of "$ac_prog", so it can be a program name with args.
11291 set dummy
$ac_prog; ac_word
=$2
11292 echo "$as_me:$LINENO: checking for $ac_word" >&5
11293 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
11294 if test "${ac_cv_prog_ac_ct_FC+set}" = set; then
11295 echo $ECHO_N "(cached) $ECHO_C" >&6
11297 if test -n "$ac_ct_FC"; then
11298 ac_cv_prog_ac_ct_FC
="$ac_ct_FC" # Let the user override the test.
11300 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
11301 for as_dir
in $PATH
11304 test -z "$as_dir" && as_dir
=.
11305 for ac_exec_ext
in '' $ac_executable_extensions; do
11306 if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
11307 ac_cv_prog_ac_ct_FC
="$ac_prog"
11308 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11316 ac_ct_FC
=$ac_cv_prog_ac_ct_FC
11317 if test -n "$ac_ct_FC"; then
11318 echo "$as_me:$LINENO: result: $ac_ct_FC" >&5
11319 echo "${ECHO_T}$ac_ct_FC" >&6
11321 echo "$as_me:$LINENO: result: no" >&5
11322 echo "${ECHO_T}no" >&6
11325 test -n "$ac_ct_FC" && break
11332 # Provide some information about the compiler.
11333 echo "$as_me:11333:" \
11334 "checking for Fortran compiler version" >&5
11335 ac_compiler
=`set X $ac_compile; echo $2`
11336 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version </dev/null >&5\"") >&5
11337 (eval $ac_compiler --version </dev
/null
>&5) 2>&5
11339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11340 (exit $ac_status); }
11341 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v </dev/null >&5\"") >&5
11342 (eval $ac_compiler -v </dev
/null
>&5) 2>&5
11344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11345 (exit $ac_status); }
11346 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V </dev/null >&5\"") >&5
11347 (eval $ac_compiler -V </dev
/null
>&5) 2>&5
11349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11350 (exit $ac_status); }
11353 # If we don't use `.F' as extension, the preprocessor is not run on the
11354 # input file. (Note that this only needs to work for GNU compilers.)
11355 ac_save_ext
=$ac_ext
11357 echo "$as_me:$LINENO: checking whether we are using the GNU Fortran compiler" >&5
11358 echo $ECHO_N "checking whether we are using the GNU Fortran compiler... $ECHO_C" >&6
11359 if test "${ac_cv_fc_compiler_gnu+set}" = set; then
11360 echo $ECHO_N "(cached) $ECHO_C" >&6
11362 cat >conftest.
$ac_ext <<_ACEOF
11370 rm -f conftest.
$ac_objext
11371 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11372 (eval $ac_compile) 2>conftest.er1
11374 grep -v '^ *+' conftest.er1
>conftest.err
11376 cat conftest.err
>&5
11377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11378 (exit $ac_status); } &&
11379 { ac_try
='test -z "$ac_fc_werror_flag"
11380 || test ! -s conftest.err'
11381 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11382 (eval $ac_try) 2>&5
11384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11385 (exit $ac_status); }; } &&
11386 { ac_try
='test -s conftest.$ac_objext'
11387 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11388 (eval $ac_try) 2>&5
11390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11391 (exit $ac_status); }; }; then
11392 ac_compiler_gnu
=yes
11394 echo "$as_me: failed program was:" >&5
11395 sed 's/^/| /' conftest.
$ac_ext >&5
11399 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11400 ac_cv_fc_compiler_gnu
=$ac_compiler_gnu
11403 echo "$as_me:$LINENO: result: $ac_cv_fc_compiler_gnu" >&5
11404 echo "${ECHO_T}$ac_cv_fc_compiler_gnu" >&6
11405 ac_ext
=$ac_save_ext
11406 ac_test_FFLAGS
=${FCFLAGS+set}
11407 ac_save_FFLAGS
=$FCFLAGS
11409 echo "$as_me:$LINENO: checking whether $FC accepts -g" >&5
11410 echo $ECHO_N "checking whether $FC accepts -g... $ECHO_C" >&6
11411 if test "${ac_cv_prog_fc_g+set}" = set; then
11412 echo $ECHO_N "(cached) $ECHO_C" >&6
11415 cat >conftest.
$ac_ext <<_ACEOF
11420 rm -f conftest.
$ac_objext
11421 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11422 (eval $ac_compile) 2>conftest.er1
11424 grep -v '^ *+' conftest.er1
>conftest.err
11426 cat conftest.err
>&5
11427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11428 (exit $ac_status); } &&
11429 { ac_try
='test -z "$ac_fc_werror_flag"
11430 || test ! -s conftest.err'
11431 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11432 (eval $ac_try) 2>&5
11434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11435 (exit $ac_status); }; } &&
11436 { ac_try
='test -s conftest.$ac_objext'
11437 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11438 (eval $ac_try) 2>&5
11440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11441 (exit $ac_status); }; }; then
11442 ac_cv_prog_fc_g
=yes
11444 echo "$as_me: failed program was:" >&5
11445 sed 's/^/| /' conftest.
$ac_ext >&5
11449 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
11452 echo "$as_me:$LINENO: result: $ac_cv_prog_fc_g" >&5
11453 echo "${ECHO_T}$ac_cv_prog_fc_g" >&6
11454 if test "$ac_test_FFLAGS" = set; then
11455 FCFLAGS
=$ac_save_FFLAGS
11456 elif test $ac_cv_prog_fc_g = yes; then
11457 if test "x$ac_cv_fc_compiler_gnu" = xyes
; then
11463 if test "x$ac_cv_fc_compiler_gnu" = xyes
; then
11471 ac_cpp
='$CPP $CPPFLAGS'
11472 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11473 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11474 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
11476 if test -z "$FC" ||
test "X$FC" = "Xno"; then
11482 ac_ext
=${FC_SRCEXT-f}
11483 ac_compile
='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5'
11484 ac_link
='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5'
11485 ac_compiler_gnu
=$ac_cv_fc_compiler_gnu
11488 archive_cmds_need_lc_FC
=no
11489 allow_undefined_flag_FC
=
11490 always_export_symbols_FC
=no
11491 archive_expsym_cmds_FC
=
11492 export_dynamic_flag_spec_FC
=
11493 hardcode_direct_FC
=no
11494 hardcode_direct_absolute_FC
=no
11495 hardcode_libdir_flag_spec_FC
=
11496 hardcode_libdir_flag_spec_ld_FC
=
11497 hardcode_libdir_separator_FC
=
11498 hardcode_minus_L_FC
=no
11499 hardcode_automatic_FC
=no
11500 inherit_rpath_FC
=no
11502 module_expsym_cmds_FC
=
11503 link_all_deplibs_FC
=unknown
11504 old_archive_cmds_FC
=$old_archive_cmds
11505 no_undefined_flag_FC
=
11506 whole_archive_flag_spec_FC
=
11507 enable_shared_with_static_runtimes_FC
=no
11509 # Source file extension for fc test sources.
11510 ac_ext
=${ac_fc_srcext-f}
11512 # Object file extension for compiled fc test sources.
11516 # No sense in running all these tests if we already determined that
11517 # the FC compiler isn't working. Some variables (like enable_shared)
11518 # are currently assumed to apply to all compilers on this platform,
11519 # and will be corrupted by setting them based on a non-working compiler.
11520 if test "$_lt_disable_FC" != yes; then
11521 # Code to be used in simple compile tests
11522 lt_simple_compile_test_code
="\
11528 # Code to be used in simple link tests
11529 lt_simple_link_test_code
="\
11534 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
11541 # If no C compiler was specified, use CC.
11544 # If no C compiler flags were specified, use CFLAGS.
11545 LTCFLAGS
=${LTCFLAGS-"$CFLAGS"}
11547 # Allow CC to be a program name with arguments.
11551 # save warnings/boilerplate of simple test code
11552 ac_outfile
=conftest.
$ac_objext
11553 echo "$lt_simple_compile_test_code" >conftest.
$ac_ext
11554 eval "$ac_compile" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
11555 _lt_compiler_boilerplate
=`cat conftest.err`
11558 ac_outfile
=conftest.
$ac_objext
11559 echo "$lt_simple_link_test_code" >conftest.
$ac_ext
11560 eval "$ac_link" 2>&1 >/dev
/null |
$SED '/^$/d; /^ *+/d' >conftest.err
11561 _lt_linker_boilerplate
=`cat conftest.err`
11565 # Allow CC to be a program name with arguments.
11570 GCC
=$ac_cv_fc_compiler_gnu
11573 for cc_temp
in $compiler""; do
11575 compile |
*[\\/]compile | ccache |
*[\\/]ccache
) ;;
11576 distcc |
*[\\/]distcc | purify |
*[\\/]purify
) ;;
11581 cc_basename
=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
11584 if test -n "$compiler"; then
11585 echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
11586 echo $ECHO_N "checking if libtool supports shared libraries... $ECHO_C" >&6
11587 echo "$as_me:$LINENO: result: $can_build_shared" >&5
11588 echo "${ECHO_T}$can_build_shared" >&6
11590 echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
11591 echo $ECHO_N "checking whether to build shared libraries... $ECHO_C" >&6
11592 test "$can_build_shared" = "no" && enable_shared
=no
11594 # On AIX, shared libraries and static libraries use the same namespace, and
11595 # are all built from PIC.
11598 test "$enable_shared" = yes && enable_static
=no
11599 if test -n "$RANLIB"; then
11600 archive_cmds
="$archive_cmds~\$RANLIB \$lib"
11601 postinstall_cmds
='$RANLIB $lib'
11605 if test "$host_cpu" != ia64
&& test "$aix_use_runtimelinking" = no
; then
11606 test "$enable_shared" = yes && enable_static
=no
11610 echo "$as_me:$LINENO: result: $enable_shared" >&5
11611 echo "${ECHO_T}$enable_shared" >&6
11613 echo "$as_me:$LINENO: checking whether to build static libraries" >&5
11614 echo $ECHO_N "checking whether to build static libraries... $ECHO_C" >&6
11615 # Make sure either enable_shared or enable_static is yes.
11616 test "$enable_shared" = yes || enable_static
=yes
11617 echo "$as_me:$LINENO: result: $enable_static" >&5
11618 echo "${ECHO_T}$enable_static" >&6
11620 GCC_FC
="$ac_cv_fc_compiler_gnu"
11624 ## There is no encapsulation within the following macros, do not change
11625 ## the running order or otherwise move them around unless you know exactly
11626 ## what you are doing...
11627 # Dependencies to place before and after the object being linked:
11629 postdep_objects_FC
=
11632 compiler_lib_search_path_FC
=
11634 cat > conftest.
$ac_ext <<_LT_EOF
11643 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11644 (eval $ac_compile) 2>&5
11646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11647 (exit $ac_status); }; then
11648 # Parse the compiler output and extract the necessary
11649 # objects, libraries and library flags.
11651 # Sentinel used to keep track of whether or not we are before
11652 # the conftest object file.
11653 pre_test_object_deps_done
=no
11655 for p
in `eval "$output_verbose_link_cmd"`; do
11659 # Some compilers place space between "-{L,R}" and the path.
11660 # Remove the space.
11661 if test $p = "-L" ||
11662 test $p = "-R"; then
11669 if test "$pre_test_object_deps_done" = no
; then
11672 # Internal compiler library paths should come after those
11673 # provided the user. The postdeps already come after the
11674 # user supplied libs so there is no need to process them.
11675 if test -z "$compiler_lib_search_path_FC"; then
11676 compiler_lib_search_path_FC
="${prev}${p}"
11678 compiler_lib_search_path_FC
="${compiler_lib_search_path_FC} ${prev}${p}"
11681 # The "-l" case would never come before the object being
11682 # linked, so don't bother handling this case.
11685 if test -z "$postdeps_FC"; then
11686 postdeps_FC
="${prev}${p}"
11688 postdeps_FC
="${postdeps_FC} ${prev}${p}"
11694 # This assumes that the test object file only shows up
11695 # once in the compiler output.
11696 if test "$p" = "conftest.$objext"; then
11697 pre_test_object_deps_done
=yes
11701 if test "$pre_test_object_deps_done" = no
; then
11702 if test -z "$predep_objects_FC"; then
11703 predep_objects_FC
="$p"
11705 predep_objects_FC
="$predep_objects_FC $p"
11708 if test -z "$postdep_objects_FC"; then
11709 postdep_objects_FC
="$p"
11711 postdep_objects_FC
="$postdep_objects_FC $p"
11716 *) ;; # Ignore the rest.
11724 echo "libtool.m4: error: problem compiling FC test program"
11727 $RM -f confest.
$objext
11729 # PORTME: override above test on systems where it is broken
11732 case " $postdeps_FC " in
11733 *" -lc "*) archive_cmds_need_lc_FC
=no
;;
11735 compiler_lib_search_dirs_FC
=
11736 if test -n "${compiler_lib_search_path_FC}"; then
11737 compiler_lib_search_dirs_FC
=`echo " ${compiler_lib_search_path_FC}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
11770 lt_prog_compiler_wl_FC
=
11771 lt_prog_compiler_pic_FC
=
11772 lt_prog_compiler_static_FC
=
11774 echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
11775 echo $ECHO_N "checking for $compiler option to produce PIC... $ECHO_C" >&6
11777 if test "$GCC" = yes; then
11778 lt_prog_compiler_wl_FC
='-Wl,'
11779 lt_prog_compiler_static_FC
='-static'
11783 # All AIX code is PIC.
11784 if test "$host_cpu" = ia64
; then
11785 # AIX 5 now supports IA64 processor
11786 lt_prog_compiler_static_FC
='-Bstatic'
11793 # see comment about AmigaOS4 .so support
11794 lt_prog_compiler_pic_FC
='-fPIC'
11797 # FIXME: we need at least 68020 code to build shared libraries, but
11798 # adding the `-m68020' flag to GCC prevents building anything better,
11800 lt_prog_compiler_pic_FC
='-m68020 -resident32 -malways-restore-a4'
11805 beos
* | irix5
* | irix6
* | nonstopux
* | osf3
* | osf4
* | osf5
*)
11806 # PIC is the default for these OSes.
11809 mingw
* | cygwin
* | pw32
* | os2
* | cegcc
*)
11810 # This hack is so that the source file can tell whether it is being
11811 # built for inclusion in a dll (and should export symbols for example).
11812 # Although the cygwin gcc ignores -fPIC, still need this for old-style
11813 # (--disable-auto-import) libraries
11814 lt_prog_compiler_pic_FC
='-DDLL_EXPORT'
11817 darwin
* | rhapsody
*)
11818 # PIC is the default on this platform
11819 # Common symbols not allowed in MH_DYLIB files
11820 lt_prog_compiler_pic_FC
='-fno-common'
11824 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
11825 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
11826 # sets the default TLS model and affects inlining.
11832 lt_prog_compiler_pic_FC
='-fPIC'
11838 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
11839 # Instead, we relocate shared libraries at runtime.
11843 # Just because we use GCC doesn't mean we suddenly get shared libraries
11844 # on systems that don't support them.
11845 lt_prog_compiler_can_build_shared_FC
=no
11850 # QNX uses GNU C++, but need to define -shared option too, otherwise
11851 # it will coredump.
11852 lt_prog_compiler_pic_FC
='-fPIC -shared'
11856 if test -d /usr
/nec
; then
11857 lt_prog_compiler_pic_FC
=-Kconform_pic
11862 lt_prog_compiler_pic_FC
='-fPIC'
11866 # PORTME Check for flag to pass linker flags through the system compiler.
11869 lt_prog_compiler_wl_FC
='-Wl,'
11870 if test "$host_cpu" = ia64
; then
11871 # AIX 5 now supports IA64 processor
11872 lt_prog_compiler_static_FC
='-Bstatic'
11874 lt_prog_compiler_static_FC
='-bnso -bI:/lib/syscalls.exp'
11878 mingw
* | cygwin
* | pw32
* | os2
* | cegcc
*)
11879 # This hack is so that the source file can tell whether it is being
11880 # built for inclusion in a dll (and should export symbols for example).
11881 lt_prog_compiler_pic_FC
='-DDLL_EXPORT'
11884 hpux9
* | hpux10
* | hpux11
*)
11885 lt_prog_compiler_wl_FC
='-Wl,'
11886 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
11887 # not for PA HP-UX.
11893 lt_prog_compiler_pic_FC
='+Z'
11896 # Is there a better lt_prog_compiler_static that works with the bundled CC?
11897 lt_prog_compiler_static_FC
='${wl}-a ${wl}archive'
11900 irix5
* | irix6
* | nonstopux
*)
11901 lt_prog_compiler_wl_FC
='-Wl,'
11902 # PIC (with -KPIC) is the default.
11903 lt_prog_compiler_static_FC
='-non_shared'
11906 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
11907 case $cc_basename in
11908 # old Intel for x86_64 which still supported -KPIC.
11910 lt_prog_compiler_wl_FC
='-Wl,'
11911 lt_prog_compiler_pic_FC
='-KPIC'
11912 lt_prog_compiler_static_FC
='-static'
11914 # icc used to be incompatible with GCC.
11915 # ICC 10 doesn't accept -KPIC any more.
11917 lt_prog_compiler_wl_FC
='-Wl,'
11918 lt_prog_compiler_pic_FC
='-fPIC'
11919 lt_prog_compiler_static_FC
='-static'
11921 # Lahey Fortran 8.1.
11923 lt_prog_compiler_wl_FC
='-Wl,'
11924 lt_prog_compiler_pic_FC
='--shared'
11925 lt_prog_compiler_static_FC
='--static'
11927 pgcc
* | pgf77
* | pgf90
* | pgf95
*)
11928 # Portland Group compilers (*not* the Pentium gcc compiler,
11929 # which looks to be a dead project)
11930 lt_prog_compiler_wl_FC
='-Wl,'
11931 lt_prog_compiler_pic_FC
='-fpic'
11932 lt_prog_compiler_static_FC
='-Bstatic'
11935 lt_prog_compiler_wl_FC
='-Wl,'
11936 # All Alpha code is PIC.
11937 lt_prog_compiler_static_FC
='-non_shared'
11940 # IBM XL C 8.0/Fortran 10.1 on PPC
11941 lt_prog_compiler_wl_FC
='-Wl,'
11942 lt_prog_compiler_pic_FC
='-qpic'
11943 lt_prog_compiler_static_FC
='-qstaticlink'
11946 case `$CC -V 2>&1 | sed 5q` in
11949 lt_prog_compiler_pic_FC
='-KPIC'
11950 lt_prog_compiler_static_FC
='-Bstatic'
11951 lt_prog_compiler_wl_FC
='-Wl,'
11954 # Sun Fortran 8.3 passes all unrecognized flags to the linker
11955 lt_prog_compiler_pic_FC
='-KPIC'
11956 lt_prog_compiler_static_FC
='-Bstatic'
11957 lt_prog_compiler_wl_FC
=''
11965 lt_prog_compiler_pic_FC
='-KPIC'
11966 lt_prog_compiler_static_FC
='-Bstatic'
11970 # QNX uses GNU C++, but need to define -shared option too, otherwise
11971 # it will coredump.
11972 lt_prog_compiler_pic_FC
='-fPIC -shared'
11975 osf3
* | osf4
* | osf5
*)
11976 lt_prog_compiler_wl_FC
='-Wl,'
11977 # All OSF/1 code is PIC.
11978 lt_prog_compiler_static_FC
='-non_shared'
11982 lt_prog_compiler_static_FC
='-non_shared'
11986 lt_prog_compiler_pic_FC
='-KPIC'
11987 lt_prog_compiler_static_FC
='-Bstatic'
11988 case $cc_basename in
11989 f77
* | f90
* | f95
*)
11990 lt_prog_compiler_wl_FC
='-Qoption ld ';;
11992 lt_prog_compiler_wl_FC
='-Wl,';;
11997 lt_prog_compiler_wl_FC
='-Qoption ld '
11998 lt_prog_compiler_pic_FC
='-PIC'
11999 lt_prog_compiler_static_FC
='-Bstatic'
12002 sysv4 | sysv4.2uw2
* | sysv4.3
*)
12003 lt_prog_compiler_wl_FC
='-Wl,'
12004 lt_prog_compiler_pic_FC
='-KPIC'
12005 lt_prog_compiler_static_FC
='-Bstatic'
12009 if test -d /usr
/nec
;then
12010 lt_prog_compiler_pic_FC
='-Kconform_pic'
12011 lt_prog_compiler_static_FC
='-Bstatic'
12015 sysv5
* | unixware
* | sco3.2v5
* | sco5v6
* | OpenUNIX
*)
12016 lt_prog_compiler_wl_FC
='-Wl,'
12017 lt_prog_compiler_pic_FC
='-KPIC'
12018 lt_prog_compiler_static_FC
='-Bstatic'
12022 lt_prog_compiler_wl_FC
='-Wl,'
12023 lt_prog_compiler_can_build_shared_FC
=no
12027 lt_prog_compiler_pic_FC
='-pic'
12028 lt_prog_compiler_static_FC
='-Bstatic'
12032 lt_prog_compiler_can_build_shared_FC
=no
12038 # For platforms which do not support PIC, -DPIC is meaningless:
12040 lt_prog_compiler_pic_FC
=
12043 lt_prog_compiler_pic_FC
="$lt_prog_compiler_pic_FC"
12046 echo "$as_me:$LINENO: result: $lt_prog_compiler_pic_FC" >&5
12047 echo "${ECHO_T}$lt_prog_compiler_pic_FC" >&6
12052 # Check to make sure the PIC flag actually works.
12054 if test -n "$lt_prog_compiler_pic_FC"; then
12055 echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic_FC works" >&5
12056 echo $ECHO_N "checking if $compiler PIC flag $lt_prog_compiler_pic_FC works... $ECHO_C" >&6
12057 if test "${lt_cv_prog_compiler_pic_works_FC+set}" = set; then
12058 echo $ECHO_N "(cached) $ECHO_C" >&6
12060 lt_cv_prog_compiler_pic_works_FC
=no
12061 ac_outfile
=conftest.
$ac_objext
12062 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
12063 lt_compiler_flag
="$lt_prog_compiler_pic_FC"
12064 # Insert the option either (1) after the last *FLAGS variable, or
12065 # (2) before a word containing "conftest.", or (3) at the end.
12066 # Note that $ac_compile itself does not contain backslashes and begins
12067 # with a dollar sign (not a hyphen), so the echo should work correctly.
12068 # The option is referenced via a variable to avoid confusing sed.
12069 lt_compile
=`echo "$ac_compile" | $SED \
12070 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
12071 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12072 -e 's:$: $lt_compiler_flag:'`
12073 (eval echo "\"\$as_me:12073: $lt_compile\"" >&5)
12074 (eval "$lt_compile" 2>conftest.err
)
12076 cat conftest.err
>&5
12077 echo "$as_me:12077: \$? = $ac_status" >&5
12078 if (exit $ac_status) && test -s "$ac_outfile"; then
12079 # The compiler can only warn and ignore the option if not recognized
12080 # So say no if there are warnings other than the usual output.
12081 $ECHO "X$_lt_compiler_boilerplate" |
$Xsed -e '/^$/d' >conftest.exp
12082 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
12083 if test ! -s conftest.er2 ||
diff conftest.exp conftest.er2
>/dev
/null
; then
12084 lt_cv_prog_compiler_pic_works_FC
=yes
12090 echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works_FC" >&5
12091 echo "${ECHO_T}$lt_cv_prog_compiler_pic_works_FC" >&6
12093 if test x
"$lt_cv_prog_compiler_pic_works_FC" = xyes
; then
12094 case $lt_prog_compiler_pic_FC in
12096 *) lt_prog_compiler_pic_FC
=" $lt_prog_compiler_pic_FC" ;;
12099 lt_prog_compiler_pic_FC
=
12100 lt_prog_compiler_can_build_shared_FC
=no
12108 # Check to make sure the static flag actually works.
12110 wl
=$lt_prog_compiler_wl_FC eval lt_tmp_static_flag
=\"$lt_prog_compiler_static_FC\"
12111 echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
12112 echo $ECHO_N "checking if $compiler static flag $lt_tmp_static_flag works... $ECHO_C" >&6
12113 if test "${lt_cv_prog_compiler_static_works_FC+set}" = set; then
12114 echo $ECHO_N "(cached) $ECHO_C" >&6
12116 lt_cv_prog_compiler_static_works_FC
=no
12117 save_LDFLAGS
="$LDFLAGS"
12118 LDFLAGS
="$LDFLAGS $lt_tmp_static_flag"
12119 echo "$lt_simple_link_test_code" > conftest.
$ac_ext
12120 if (eval $ac_link 2>conftest.err
) && test -s conftest
$ac_exeext; then
12121 # The linker can only warn and ignore the option if not recognized
12122 # So say no if there are warnings
12123 if test -s conftest.err
; then
12124 # Append any errors to the config.log.
12125 cat conftest.err
1>&5
12126 $ECHO "X$_lt_linker_boilerplate" |
$Xsed -e '/^$/d' > conftest.exp
12127 $SED '/^$/d; /^ *+/d' conftest.err
>conftest.er2
12128 if diff conftest.exp conftest.er2
>/dev
/null
; then
12129 lt_cv_prog_compiler_static_works_FC
=yes
12132 lt_cv_prog_compiler_static_works_FC
=yes
12136 LDFLAGS
="$save_LDFLAGS"
12139 echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works_FC" >&5
12140 echo "${ECHO_T}$lt_cv_prog_compiler_static_works_FC" >&6
12142 if test x
"$lt_cv_prog_compiler_static_works_FC" = xyes
; then
12145 lt_prog_compiler_static_FC
=
12151 echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
12152 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
12153 if test "${lt_cv_prog_compiler_c_o_FC+set}" = set; then
12154 echo $ECHO_N "(cached) $ECHO_C" >&6
12156 lt_cv_prog_compiler_c_o_FC
=no
12157 $RM -r conftest
2>/dev
/null
12161 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
12163 lt_compiler_flag
="-o out/conftest2.$ac_objext"
12164 # Insert the option either (1) after the last *FLAGS variable, or
12165 # (2) before a word containing "conftest.", or (3) at the end.
12166 # Note that $ac_compile itself does not contain backslashes and begins
12167 # with a dollar sign (not a hyphen), so the echo should work correctly.
12168 lt_compile
=`echo "$ac_compile" | $SED \
12169 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
12170 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12171 -e 's:$: $lt_compiler_flag:'`
12172 (eval echo "\"\$as_me:12172: $lt_compile\"" >&5)
12173 (eval "$lt_compile" 2>out
/conftest.err
)
12175 cat out
/conftest.err
>&5
12176 echo "$as_me:12176: \$? = $ac_status" >&5
12177 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
12179 # The compiler can only warn and ignore the option if not recognized
12180 # So say no if there are warnings
12181 $ECHO "X$_lt_compiler_boilerplate" |
$Xsed -e '/^$/d' > out
/conftest.exp
12182 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
12183 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
12184 lt_cv_prog_compiler_c_o_FC
=yes
12189 # SGI C++ compiler will create directory out/ii_files/ for
12190 # template instantiation
12191 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
12192 $RM out
/* && rmdir out
12198 echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_FC" >&5
12199 echo "${ECHO_T}$lt_cv_prog_compiler_c_o_FC" >&6
12203 echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
12204 echo $ECHO_N "checking if $compiler supports -c -o file.$ac_objext... $ECHO_C" >&6
12205 if test "${lt_cv_prog_compiler_c_o_FC+set}" = set; then
12206 echo $ECHO_N "(cached) $ECHO_C" >&6
12208 lt_cv_prog_compiler_c_o_FC
=no
12209 $RM -r conftest
2>/dev
/null
12213 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
12215 lt_compiler_flag
="-o out/conftest2.$ac_objext"
12216 # Insert the option either (1) after the last *FLAGS variable, or
12217 # (2) before a word containing "conftest.", or (3) at the end.
12218 # Note that $ac_compile itself does not contain backslashes and begins
12219 # with a dollar sign (not a hyphen), so the echo should work correctly.
12220 lt_compile
=`echo "$ac_compile" | $SED \
12221 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
12222 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12223 -e 's:$: $lt_compiler_flag:'`
12224 (eval echo "\"\$as_me:12224: $lt_compile\"" >&5)
12225 (eval "$lt_compile" 2>out
/conftest.err
)
12227 cat out
/conftest.err
>&5
12228 echo "$as_me:12228: \$? = $ac_status" >&5
12229 if (exit $ac_status) && test -s out
/conftest2.
$ac_objext
12231 # The compiler can only warn and ignore the option if not recognized
12232 # So say no if there are warnings
12233 $ECHO "X$_lt_compiler_boilerplate" |
$Xsed -e '/^$/d' > out
/conftest.exp
12234 $SED '/^$/d; /^ *+/d' out
/conftest.err
>out
/conftest.er2
12235 if test ! -s out
/conftest.er2 ||
diff out
/conftest.exp out
/conftest.er2
>/dev
/null
; then
12236 lt_cv_prog_compiler_c_o_FC
=yes
12241 # SGI C++ compiler will create directory out/ii_files/ for
12242 # template instantiation
12243 test -d out
/ii_files
&& $RM out
/ii_files
/* && rmdir out
/ii_files
12244 $RM out
/* && rmdir out
12250 echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o_FC" >&5
12251 echo "${ECHO_T}$lt_cv_prog_compiler_c_o_FC" >&6
12256 hard_links
="nottested"
12257 if test "$lt_cv_prog_compiler_c_o_FC" = no
&& test "$need_locks" != no
; then
12258 # do not overwrite the value of need_locks provided by the user
12259 echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
12260 echo $ECHO_N "checking if we can lock with hard links... $ECHO_C" >&6
12263 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
12265 ln conftest.a conftest.b
2>&5 || hard_links
=no
12266 ln conftest.a conftest.b
2>/dev
/null
&& hard_links
=no
12267 echo "$as_me:$LINENO: result: $hard_links" >&5
12268 echo "${ECHO_T}$hard_links" >&6
12269 if test "$hard_links" = no
; then
12270 { echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
12271 echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
12280 echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
12281 echo $ECHO_N "checking whether the $compiler linker ($LD) supports shared libraries... $ECHO_C" >&6
12284 allow_undefined_flag_FC
=
12285 always_export_symbols_FC
=no
12287 archive_expsym_cmds_FC
=
12288 compiler_needs_object_FC
=no
12289 enable_shared_with_static_runtimes_FC
=no
12290 export_dynamic_flag_spec_FC
=
12291 export_symbols_cmds_FC
='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
12292 hardcode_automatic_FC
=no
12293 hardcode_direct_FC
=no
12294 hardcode_direct_absolute_FC
=no
12295 hardcode_libdir_flag_spec_FC
=
12296 hardcode_libdir_flag_spec_ld_FC
=
12297 hardcode_libdir_separator_FC
=
12298 hardcode_minus_L_FC
=no
12299 hardcode_shlibpath_var_FC
=unsupported
12300 inherit_rpath_FC
=no
12301 link_all_deplibs_FC
=unknown
12303 module_expsym_cmds_FC
=
12304 old_archive_from_new_cmds_FC
=
12305 old_archive_from_expsyms_cmds_FC
=
12306 thread_safe_flag_spec_FC
=
12307 whole_archive_flag_spec_FC
=
12308 # include_expsyms should be a list of space-separated symbols to be *always*
12309 # included in the symbol list
12310 include_expsyms_FC
=
12311 # exclude_expsyms can be an extended regexp of symbols to exclude
12312 # it will be wrapped by ` (' and `)$', so one must not match beginning or
12313 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
12314 # as well as any symbol that contains `d'.
12315 exclude_expsyms_FC
='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
12316 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
12317 # platforms (ab)use it in PIC code, but their linkers get confused if
12318 # the symbol is explicitly referenced. Since portable code cannot
12319 # rely on this symbol name, it's probably fine to never include it in
12320 # preloaded symbol tables.
12321 # Exclude shared library initialization/finalization symbols.
12322 extract_expsyms_cmds
=
12325 cygwin
* | mingw
* | pw32
* | cegcc
*)
12326 # FIXME: the MSVC++ port hasn't been tested in a loooong time
12327 # When not using gcc, we currently assume that we are using
12328 # Microsoft Visual C++.
12329 if test "$GCC" != yes; then
12334 # we just hope/assume this is gcc and not c89 (= MSVC++)
12343 if test "$with_gnu_ld" = yes; then
12344 # If archive_cmds runs LD, not CC, wlarc should be empty
12347 # Set some defaults for GNU ld with shared library support. These
12348 # are reset later if shared libraries are not supported. Putting them
12349 # here allows them to be overridden if necessary.
12350 runpath_var
=LD_RUN_PATH
12351 hardcode_libdir_flag_spec_FC
='${wl}-rpath ${wl}$libdir'
12352 export_dynamic_flag_spec_FC
='${wl}--export-dynamic'
12353 # ancient GNU ld didn't support --whole-archive et. al.
12354 if $LD --help 2>&1 |
$GREP 'no-whole-archive' > /dev
/null
; then
12355 whole_archive_flag_spec_FC
="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
12357 whole_archive_flag_spec_FC
=
12359 supports_anon_versioning
=no
12360 case `$LD -v 2>&1` in
12361 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.10.
*) ;; # catch versions < 2.11
12362 *\
2.11.93.0.2\
*) supports_anon_versioning
=yes ;; # RH7.3 ...
12363 *\
2.11.92.0.12\
*) supports_anon_versioning
=yes ;; # Mandrake 8.2 ...
12364 *\
2.11.
*) ;; # other 2.11 versions
12365 *) supports_anon_versioning
=yes ;;
12368 # See if GNU ld supports shared libraries.
12371 # On AIX/PPC, the GNU linker is very broken
12372 if test "$host_cpu" != ia64
; then
12376 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
12377 *** to be unable to reliably create shared libraries on AIX.
12378 *** Therefore, libtool is disabling shared libraries support. If you
12379 *** really care for shared libraries, you may want to modify your PATH
12380 *** so that a non-GNU linker is found, and then restart.
12389 # see comment about AmigaOS4 .so support
12390 archive_cmds_FC
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12391 archive_expsym_cmds_FC
=''
12394 archive_cmds_FC
='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
12395 hardcode_libdir_flag_spec_FC
='-L$libdir'
12396 hardcode_minus_L_FC
=yes
12402 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
12403 allow_undefined_flag_FC
=unsupported
12404 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
12405 # support --undefined. This deserves some investigation. FIXME
12406 archive_cmds_FC
='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12412 cygwin
* | mingw
* | pw32
* | cegcc
*)
12413 # _LT_TAGVAR(hardcode_libdir_flag_spec, FC) is actually meaningless,
12414 # as there is no search path for DLLs.
12415 hardcode_libdir_flag_spec_FC
='-L$libdir'
12416 allow_undefined_flag_FC
=unsupported
12417 always_export_symbols_FC
=no
12418 enable_shared_with_static_runtimes_FC
=yes
12419 export_symbols_cmds_FC
='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
12421 if $LD --help 2>&1 |
$GREP 'auto-import' > /dev
/null
; then
12422 archive_cmds_FC
='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
12423 # If the export-symbols file already is a .def file (1st line
12424 # is EXPORTS), use it as is; otherwise, prepend...
12425 archive_expsym_cmds_FC
='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
12426 cp $export_symbols $output_objdir/$soname.def;
12428 echo EXPORTS > $output_objdir/$soname.def;
12429 cat $export_symbols >> $output_objdir/$soname.def;
12431 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
12438 hardcode_direct_FC
=no
12439 hardcode_shlibpath_var_FC
=no
12440 hardcode_libdir_flag_spec_FC
='${wl}-rpath,$libdir'
12441 export_dynamic_flag_spec_FC
='${wl}-E'
12442 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
12443 # Instead, shared libraries are loaded at an image base (0x10000000 by
12444 # default) and relocated if they conflict, which is a slow very memory
12445 # consuming and fragmenting process. To avoid this, we pick a random,
12446 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
12447 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
12448 archive_cmds_FC
='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
12449 archive_expsym_cmds_FC
='sed "s,^,_," $export_symbols >$output_objdir/$soname.expsym~$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--retain-symbols-file,$output_objdir/$soname.expsym ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
12452 gnu
* | linux
* | tpf
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
12454 if test "$host_os" = linux-dietlibc
; then
12455 case $cc_basename in
12456 diet\
*) tmp_diet
=yes;; # linux-dietlibc with static linking (!diet-dyn)
12459 if $LD --help 2>&1 |
$EGREP ': supported targets:.* elf' > /dev
/null \
12460 && test "$tmp_diet" = no
12463 tmp_sharedflag
='-shared'
12464 case $cc_basename,$host_cpu in
12465 pgcc
*) # Portland Group C compiler
12466 whole_archive_flag_spec_FC
='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
12467 tmp_addflag
=' $pic_flag'
12469 pgf77
* | pgf90
* | pgf95
*) # Portland Group f77 and f90 compilers
12470 whole_archive_flag_spec_FC
='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
12471 tmp_addflag
=' $pic_flag -Mnomain' ;;
12472 ecc
*,ia64
* | icc
*,ia64
*) # Intel C compiler on ia64
12473 tmp_addflag
=' -i_dynamic' ;;
12474 efc
*,ia64
* | ifort
*,ia64
*) # Intel Fortran compiler on ia64
12475 tmp_addflag
=' -i_dynamic -nofor_main' ;;
12476 ifc
* | ifort
*) # Intel Fortran compiler
12477 tmp_addflag
=' -nofor_main' ;;
12478 lf95
*) # Lahey Fortran 8.1
12479 whole_archive_flag_spec_FC
=
12480 tmp_sharedflag
='--shared' ;;
12481 xl
[cC
]*) # IBM XL C 8.0 on PPC (deal with xlf below)
12482 tmp_sharedflag
='-qmkshrobj'
12485 case `$CC -V 2>&1 | sed 5q` in
12486 *Sun\ C
*) # Sun C 5.9
12487 whole_archive_flag_spec_FC
='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
12488 compiler_needs_object_FC
=yes
12489 tmp_sharedflag
='-G' ;;
12490 *Sun\ F
*) # Sun Fortran 8.3
12491 tmp_sharedflag
='-G' ;;
12493 archive_cmds_FC
='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12495 if test "x$supports_anon_versioning" = xyes
; then
12496 archive_expsym_cmds_FC
='echo "{ global:" > $output_objdir/$libname.ver~
12497 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
12498 echo "local: *; };" >> $output_objdir/$libname.ver~
12499 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
12502 case $cc_basename in
12504 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
12505 whole_archive_flag_spec_FC
='--whole-archive$convenience --no-whole-archive'
12506 hardcode_libdir_flag_spec_FC
=
12507 hardcode_libdir_flag_spec_ld_FC
='-rpath $libdir'
12508 archive_cmds_FC
='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
12509 if test "x$supports_anon_versioning" = xyes
; then
12510 archive_expsym_cmds_FC
='echo "{ global:" > $output_objdir/$libname.ver~
12511 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
12512 echo "local: *; };" >> $output_objdir/$libname.ver~
12513 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
12523 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
12524 archive_cmds_FC
='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
12527 archive_cmds_FC
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12528 archive_expsym_cmds_FC
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
12533 if $LD -v 2>&1 |
$GREP 'BFD 2\.8' > /dev
/null
; then
12537 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
12538 *** create shared libraries on Solaris systems. Therefore, libtool
12539 *** is disabling shared libraries support. We urge you to upgrade GNU
12540 *** binutils to release 2.9.1 or newer. Another option is to modify
12541 *** your PATH or compiler configuration so that the native linker is
12542 *** used, and then restart.
12545 elif $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
12546 archive_cmds_FC
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12547 archive_expsym_cmds_FC
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
12553 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
*)
12554 case `$LD -v 2>&1` in
12555 *\
[01].
* |
*\
2.
[0-9].
* |
*\
2.1[0-5].
*)
12559 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
12560 *** reliably create shared libraries on SCO systems. Therefore, libtool
12561 *** is disabling shared libraries support. We urge you to upgrade GNU
12562 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
12563 *** your PATH or compiler configuration so that the native linker is
12564 *** used, and then restart.
12569 # For security reasons, it is highly recommended that you always
12570 # use absolute paths for naming shared libraries, and exclude the
12571 # DT_RUNPATH tag from executables and libraries. But doing so
12572 # requires that you compile everything twice, which is a pain.
12573 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
12574 hardcode_libdir_flag_spec_FC
='${wl}-rpath ${wl}$libdir'
12575 archive_cmds_FC
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12576 archive_expsym_cmds_FC
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
12585 archive_cmds_FC
='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
12587 hardcode_direct_FC
=yes
12588 hardcode_shlibpath_var_FC
=no
12592 if $LD --help 2>&1 |
$GREP ': supported targets:.* elf' > /dev
/null
; then
12593 archive_cmds_FC
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12594 archive_expsym_cmds_FC
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
12601 if test "$ld_shlibs_FC" = no
; then
12603 hardcode_libdir_flag_spec_FC
=
12604 export_dynamic_flag_spec_FC
=
12605 whole_archive_flag_spec_FC
=
12608 # PORTME fill in a description of your system's linker (not GNU ld)
12611 allow_undefined_flag_FC
=unsupported
12612 always_export_symbols_FC
=yes
12613 archive_expsym_cmds_FC
='$LD -o $output_objdir/$soname $libobjs $deplibs $linker_flags -bE:$export_symbols -T512 -H512 -bM:SRE~$AR $AR_FLAGS $lib $output_objdir/$soname'
12614 # Note: this linker hardcodes the directories in LIBPATH if there
12615 # are no directories specified by -L.
12616 hardcode_minus_L_FC
=yes
12617 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
12618 # Neither direct hardcoding nor static linking is supported with a
12620 hardcode_direct_FC
=unsupported
12625 if test "$host_cpu" = ia64
; then
12626 # On IA64, the linker does run time linking by default, so we don't
12627 # have to do anything special.
12628 aix_use_runtimelinking
=no
12629 exp_sym_flag
='-Bexport'
12632 # If we're using GNU nm, then we don't want the "-C" option.
12633 # -C means demangle to AIX nm, but means don't demangle with GNU nm
12634 if $NM -V 2>&1 |
$GREP 'GNU' > /dev
/null
; then
12635 export_symbols_cmds_FC
='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
12637 export_symbols_cmds_FC
='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
12639 aix_use_runtimelinking
=no
12641 # Test if we are trying to use run time linking or normal
12642 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
12643 # need to do runtime linking.
12644 case $host_os in aix4.
[23]|aix4.
[23].
*|aix
[5-9]*)
12645 for ld_flag
in $LDFLAGS; do
12646 if (test $ld_flag = "-brtl" ||
test $ld_flag = "-Wl,-brtl"); then
12647 aix_use_runtimelinking
=yes
12654 exp_sym_flag
='-bexport'
12655 no_entry_flag
='-bnoentry'
12658 # When large executables or shared objects are built, AIX ld can
12659 # have problems creating the table of contents. If linking a library
12660 # or program results in "error TOC overflow" add -mminimal-toc to
12661 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
12662 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
12665 hardcode_direct_FC
=yes
12666 hardcode_direct_absolute_FC
=yes
12667 hardcode_libdir_separator_FC
=':'
12668 link_all_deplibs_FC
=yes
12669 file_list_spec_FC
='${wl}-f,'
12671 if test "$GCC" = yes; then
12672 case $host_os in aix4.
[012]|aix4.
[012].
*)
12673 # We only want to do this on AIX 4.2 and lower, the check
12674 # below for broken collect2 doesn't work under 4.3+
12675 collect2name
=`${CC} -print-prog-name=collect2`
12676 if test -f "$collect2name" &&
12677 strings "$collect2name" |
$GREP resolve_lib_name
>/dev
/null
12679 # We have reworked collect2
12682 # We have old collect2
12683 hardcode_direct_FC
=unsupported
12684 # It fails to find uninstalled libraries when the uninstalled
12685 # path is not listed in the libpath. Setting hardcode_minus_L
12686 # to unsupported forces relinking
12687 hardcode_minus_L_FC
=yes
12688 hardcode_libdir_flag_spec_FC
='-L$libdir'
12689 hardcode_libdir_separator_FC
=
12693 shared_flag
='-shared'
12694 if test "$aix_use_runtimelinking" = yes; then
12695 shared_flag
="$shared_flag "'${wl}-G'
12699 if test "$host_cpu" = ia64
; then
12700 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
12701 # chokes on -Wl,-G. The following line is correct:
12704 if test "$aix_use_runtimelinking" = yes; then
12705 shared_flag
='${wl}-G'
12707 shared_flag
='${wl}-bM:SRE'
12712 export_dynamic_flag_spec_FC
='${wl}-bexpall'
12713 # It seems that -bexpall does not export symbols beginning with
12714 # underscore (_), so it is better to generate a list of symbols to export.
12715 always_export_symbols_FC
=yes
12716 if test "$aix_use_runtimelinking" = yes; then
12717 # Warning - without using the other runtime loading flags (-brtl),
12718 # -berok will link without error, but may produce a broken library.
12719 allow_undefined_flag_FC
='-berok'
12720 # Determine the default libpath from the value encoded in an
12721 # empty executable.
12722 if test x
$gcc_no_link = xyes
; then
12723 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12724 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12725 { (exit 1); exit 1; }; }
12727 cat >conftest.
$ac_ext <<_ACEOF
12732 rm -f conftest.
$ac_objext conftest
$ac_exeext
12733 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12734 (eval $ac_link) 2>conftest.er1
12736 grep -v '^ *+' conftest.er1
>conftest.err
12738 cat conftest.err
>&5
12739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12740 (exit $ac_status); } &&
12741 { ac_try
='test -z "$ac_fc_werror_flag"
12742 || test ! -s conftest.err'
12743 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12744 (eval $ac_try) 2>&5
12746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12747 (exit $ac_status); }; } &&
12748 { ac_try
='test -s conftest$ac_exeext'
12749 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12750 (eval $ac_try) 2>&5
12752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12753 (exit $ac_status); }; }; then
12755 lt_aix_libpath_sed
='
12756 /Import File Strings/,/^$/ {
12762 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12763 # Check for a 64-bit object if we didn't find anything.
12764 if test -z "$aix_libpath"; then
12765 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12768 echo "$as_me: failed program was:" >&5
12769 sed 's/^/| /' conftest.
$ac_ext >&5
12772 rm -f conftest.err conftest.
$ac_objext \
12773 conftest
$ac_exeext conftest.
$ac_ext
12774 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
12776 hardcode_libdir_flag_spec_FC
='${wl}-blibpath:$libdir:'"$aix_libpath"
12777 archive_expsym_cmds_FC
='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
12779 if test "$host_cpu" = ia64
; then
12780 hardcode_libdir_flag_spec_FC
='${wl}-R $libdir:/usr/lib:/lib'
12781 allow_undefined_flag_FC
="-z nodefs"
12782 archive_expsym_cmds_FC
="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags ${wl}${allow_undefined_flag} '"\${wl}$exp_sym_flag:\$export_symbols"
12784 # Determine the default libpath from the value encoded in an
12785 # empty executable.
12786 if test x
$gcc_no_link = xyes
; then
12787 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
12788 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
12789 { (exit 1); exit 1; }; }
12791 cat >conftest.
$ac_ext <<_ACEOF
12796 rm -f conftest.
$ac_objext conftest
$ac_exeext
12797 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12798 (eval $ac_link) 2>conftest.er1
12800 grep -v '^ *+' conftest.er1
>conftest.err
12802 cat conftest.err
>&5
12803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12804 (exit $ac_status); } &&
12805 { ac_try
='test -z "$ac_fc_werror_flag"
12806 || test ! -s conftest.err'
12807 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12808 (eval $ac_try) 2>&5
12810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12811 (exit $ac_status); }; } &&
12812 { ac_try
='test -s conftest$ac_exeext'
12813 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12814 (eval $ac_try) 2>&5
12816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12817 (exit $ac_status); }; }; then
12819 lt_aix_libpath_sed
='
12820 /Import File Strings/,/^$/ {
12826 aix_libpath
=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12827 # Check for a 64-bit object if we didn't find anything.
12828 if test -z "$aix_libpath"; then
12829 aix_libpath
=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
12832 echo "$as_me: failed program was:" >&5
12833 sed 's/^/| /' conftest.
$ac_ext >&5
12836 rm -f conftest.err conftest.
$ac_objext \
12837 conftest
$ac_exeext conftest.
$ac_ext
12838 if test -z "$aix_libpath"; then aix_libpath
="/usr/lib:/lib"; fi
12840 hardcode_libdir_flag_spec_FC
='${wl}-blibpath:$libdir:'"$aix_libpath"
12841 # Warning - without using the other run time loading flags,
12842 # -berok will link without error, but may produce a broken library.
12843 no_undefined_flag_FC
=' ${wl}-bernotok'
12844 allow_undefined_flag_FC
=' ${wl}-berok'
12845 # Exported symbols can be pulled into shared objects from archives
12846 whole_archive_flag_spec_FC
='$convenience'
12847 archive_cmds_need_lc_FC
=yes
12848 # This is similar to how AIX traditionally builds its shared libraries.
12849 archive_expsym_cmds_FC
="\$CC $shared_flag"' -o $output_objdir/$soname $libobjs $deplibs ${wl}-bnoentry $compiler_flags ${wl}-bE:$export_symbols${allow_undefined_flag}~$AR $AR_FLAGS $output_objdir/$libname$release.a $output_objdir/$soname'
12857 # see comment about AmigaOS4 .so support
12858 archive_cmds_FC
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12859 archive_expsym_cmds_FC
=''
12862 archive_cmds_FC
='$RM $output_objdir/a2ixlibrary.data~$ECHO "#define NAME $libname" > $output_objdir/a2ixlibrary.data~$ECHO "#define LIBRARY_ID 1" >> $output_objdir/a2ixlibrary.data~$ECHO "#define VERSION $major" >> $output_objdir/a2ixlibrary.data~$ECHO "#define REVISION $revision" >> $output_objdir/a2ixlibrary.data~$AR $AR_FLAGS $lib $libobjs~$RANLIB $lib~(cd $output_objdir && a2ixlibrary -32)'
12863 hardcode_libdir_flag_spec_FC
='-L$libdir'
12864 hardcode_minus_L_FC
=yes
12870 export_dynamic_flag_spec_FC
=-rdynamic
12873 cygwin
* | mingw
* | pw32
* | cegcc
*)
12874 # When not using gcc, we currently assume that we are using
12875 # Microsoft Visual C++.
12876 # hardcode_libdir_flag_spec is actually meaningless, as there is
12877 # no search path for DLLs.
12878 hardcode_libdir_flag_spec_FC
=' '
12879 allow_undefined_flag_FC
=unsupported
12880 # Tell ltmain to make .lib files, not .a files.
12882 # Tell ltmain to make .dll files, not .so files.
12884 # FIXME: Setting linknames here is a bad hack.
12885 archive_cmds_FC
='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
12886 # The linker will automatically build a .lib file if we build a DLL.
12887 old_archive_from_new_cmds_FC
='true'
12888 # FIXME: Should let the user specify the lib program.
12889 old_archive_cmds_FC
='lib -OUT:$oldlib$oldobjs$old_deplibs'
12890 fix_srcfile_path_FC
='`cygpath -w "$srcfile"`'
12891 enable_shared_with_static_runtimes_FC
=yes
12894 darwin
* | rhapsody
*)
12897 archive_cmds_need_lc_FC
=no
12898 hardcode_direct_FC
=no
12899 hardcode_automatic_FC
=yes
12900 hardcode_shlibpath_var_FC
=unsupported
12901 whole_archive_flag_spec_FC
=''
12902 link_all_deplibs_FC
=yes
12903 allow_undefined_flag_FC
="$_lt_dar_allow_undefined"
12904 case $cc_basename in
12905 ifort
*) _lt_dar_can_shared
=yes ;;
12906 *) _lt_dar_can_shared
=$GCC ;;
12908 if test "$_lt_dar_can_shared" = "yes"; then
12909 output_verbose_link_cmd
=echo
12910 archive_cmds_FC
="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
12911 module_cmds_FC
="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
12912 archive_expsym_cmds_FC
="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
12913 module_expsym_cmds_FC
="sed -e 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dar_export_syms}${_lt_dsymutil}"
12922 archive_cmds_FC
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
12923 hardcode_libdir_flag_spec_FC
='-L$libdir'
12924 hardcode_shlibpath_var_FC
=no
12931 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
12932 # support. Future versions do this automatically, but an explicit c++rt0.o
12933 # does not break anything, and helps significantly (at the cost of a little
12936 archive_cmds_FC
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
12937 hardcode_libdir_flag_spec_FC
='-R$libdir'
12938 hardcode_direct_FC
=yes
12939 hardcode_shlibpath_var_FC
=no
12942 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
12944 archive_cmds_FC
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
12945 hardcode_direct_FC
=yes
12946 hardcode_minus_L_FC
=yes
12947 hardcode_shlibpath_var_FC
=no
12950 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
12951 freebsd
* | dragonfly
*)
12952 archive_cmds_FC
='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
12953 hardcode_libdir_flag_spec_FC
='-R$libdir'
12954 hardcode_direct_FC
=yes
12955 hardcode_shlibpath_var_FC
=no
12959 if test "$GCC" = yes; then
12960 archive_cmds_FC
='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
12962 archive_cmds_FC
='$RM $output_objdir/$soname~$LD -b +b $install_libdir -o $output_objdir/$soname $libobjs $deplibs $linker_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
12964 hardcode_libdir_flag_spec_FC
='${wl}+b ${wl}$libdir'
12965 hardcode_libdir_separator_FC
=:
12966 hardcode_direct_FC
=yes
12968 # hardcode_minus_L: Not really in the search PATH,
12969 # but as the default location of the library.
12970 hardcode_minus_L_FC
=yes
12971 export_dynamic_flag_spec_FC
='${wl}-E'
12975 if test "$GCC" = yes -a "$with_gnu_ld" = no
; then
12976 archive_cmds_FC
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
12978 archive_cmds_FC
='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
12980 if test "$with_gnu_ld" = no
; then
12981 hardcode_libdir_flag_spec_FC
='${wl}+b ${wl}$libdir'
12982 hardcode_libdir_flag_spec_ld_FC
='+b $libdir'
12983 hardcode_libdir_separator_FC
=:
12984 hardcode_direct_FC
=yes
12985 hardcode_direct_absolute_FC
=yes
12986 export_dynamic_flag_spec_FC
='${wl}-E'
12987 # hardcode_minus_L: Not really in the search PATH,
12988 # but as the default location of the library.
12989 hardcode_minus_L_FC
=yes
12994 if test "$GCC" = yes -a "$with_gnu_ld" = no
; then
12997 archive_cmds_FC
='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
13000 archive_cmds_FC
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
13003 archive_cmds_FC
='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
13009 archive_cmds_FC
='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
13012 archive_cmds_FC
='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
13015 archive_cmds_FC
='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
13019 if test "$with_gnu_ld" = no
; then
13020 hardcode_libdir_flag_spec_FC
='${wl}+b ${wl}$libdir'
13021 hardcode_libdir_separator_FC
=:
13025 hardcode_direct_FC
=no
13026 hardcode_shlibpath_var_FC
=no
13029 hardcode_direct_FC
=yes
13030 hardcode_direct_absolute_FC
=yes
13031 export_dynamic_flag_spec_FC
='${wl}-E'
13033 # hardcode_minus_L: Not really in the search PATH,
13034 # but as the default location of the library.
13035 hardcode_minus_L_FC
=yes
13041 irix5
* | irix6
* | nonstopux
*)
13042 if test "$GCC" = yes; then
13043 archive_cmds_FC
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
13044 # Try to use the -exported_symbol ld option, if it does not
13045 # work, assume that -exports_file does not work either and
13046 # implicitly export all symbols.
13047 save_LDFLAGS
="$LDFLAGS"
13048 LDFLAGS
="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
13049 if test x
$gcc_no_link = xyes
; then
13050 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13051 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13052 { (exit 1); exit 1; }; }
13054 cat >conftest.
$ac_ext <<_ACEOF
13057 rm -f conftest.
$ac_objext conftest
$ac_exeext
13058 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13059 (eval $ac_link) 2>conftest.er1
13061 grep -v '^ *+' conftest.er1
>conftest.err
13063 cat conftest.err
>&5
13064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13065 (exit $ac_status); } &&
13066 { ac_try
='test -z "$ac_fc_werror_flag"
13067 || test ! -s conftest.err'
13068 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13069 (eval $ac_try) 2>&5
13071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13072 (exit $ac_status); }; } &&
13073 { ac_try
='test -s conftest$ac_exeext'
13074 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13075 (eval $ac_try) 2>&5
13077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13078 (exit $ac_status); }; }; then
13079 archive_expsym_cmds_FC
='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
13082 echo "$as_me: failed program was:" >&5
13083 sed 's/^/| /' conftest.
$ac_ext >&5
13086 rm -f conftest.err conftest.
$ac_objext \
13087 conftest
$ac_exeext conftest.
$ac_ext
13088 LDFLAGS
="$save_LDFLAGS"
13090 archive_cmds_FC
='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
13091 archive_expsym_cmds_FC
='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
13093 archive_cmds_need_lc_FC
='no'
13094 hardcode_libdir_flag_spec_FC
='${wl}-rpath ${wl}$libdir'
13095 hardcode_libdir_separator_FC
=:
13096 inherit_rpath_FC
=yes
13097 link_all_deplibs_FC
=yes
13101 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
13102 archive_cmds_FC
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
13104 archive_cmds_FC
='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
13106 hardcode_libdir_flag_spec_FC
='-R$libdir'
13107 hardcode_direct_FC
=yes
13108 hardcode_shlibpath_var_FC
=no
13112 archive_cmds_FC
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
13113 hardcode_direct_FC
=yes
13114 hardcode_libdir_flag_spec_FC
='${wl}-rpath ${wl}$libdir'
13115 hardcode_libdir_separator_FC
=:
13116 hardcode_shlibpath_var_FC
=no
13123 if test -f /usr
/libexec
/ld.so
; then
13124 hardcode_direct_FC
=yes
13125 hardcode_shlibpath_var_FC
=no
13126 hardcode_direct_absolute_FC
=yes
13127 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
13128 archive_cmds_FC
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
13129 archive_expsym_cmds_FC
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
13130 hardcode_libdir_flag_spec_FC
='${wl}-rpath,$libdir'
13131 export_dynamic_flag_spec_FC
='${wl}-E'
13134 openbsd
[01].
* | openbsd2.
[0-7] | openbsd2.
[0-7].
*)
13135 archive_cmds_FC
='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
13136 hardcode_libdir_flag_spec_FC
='-R$libdir'
13139 archive_cmds_FC
='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
13140 hardcode_libdir_flag_spec_FC
='${wl}-rpath,$libdir'
13150 hardcode_libdir_flag_spec_FC
='-L$libdir'
13151 hardcode_minus_L_FC
=yes
13152 allow_undefined_flag_FC
=unsupported
13153 archive_cmds_FC
='$ECHO "LIBRARY $libname INITINSTANCE" > $output_objdir/$libname.def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$ECHO DATA >> $output_objdir/$libname.def~$ECHO " SINGLE NONSHARED" >> $output_objdir/$libname.def~$ECHO EXPORTS >> $output_objdir/$libname.def~emxexp $libobjs >> $output_objdir/$libname.def~$CC -Zdll -Zcrtdll -o $lib $libobjs $deplibs $compiler_flags $output_objdir/$libname.def'
13154 old_archive_from_new_cmds_FC
='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
13158 if test "$GCC" = yes; then
13159 allow_undefined_flag_FC
=' ${wl}-expect_unresolved ${wl}\*'
13160 archive_cmds_FC
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
13162 allow_undefined_flag_FC
=' -expect_unresolved \*'
13163 archive_cmds_FC
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
13165 archive_cmds_need_lc_FC
='no'
13166 hardcode_libdir_flag_spec_FC
='${wl}-rpath ${wl}$libdir'
13167 hardcode_libdir_separator_FC
=:
13170 osf4
* | osf5
*) # as osf3* with the addition of -msym flag
13171 if test "$GCC" = yes; then
13172 allow_undefined_flag_FC
=' ${wl}-expect_unresolved ${wl}\*'
13173 archive_cmds_FC
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
13174 hardcode_libdir_flag_spec_FC
='${wl}-rpath ${wl}$libdir'
13176 allow_undefined_flag_FC
=' -expect_unresolved \*'
13177 archive_cmds_FC
='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
13178 archive_expsym_cmds_FC
='for i in `cat $export_symbols`; do printf "%s %s\\n" -exported_symbol "\$i" >> $lib.exp; done; printf "%s\\n" "-hidden">> $lib.exp~
13179 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
13181 # Both c and cxx compiler support -rpath directly
13182 hardcode_libdir_flag_spec_FC
='-rpath $libdir'
13184 archive_cmds_need_lc_FC
='no'
13185 hardcode_libdir_separator_FC
=:
13189 no_undefined_flag_FC
=' -z defs'
13190 if test "$GCC" = yes; then
13192 archive_cmds_FC
='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
13193 archive_expsym_cmds_FC
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13194 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
13196 case `$CC -V 2>&1` in
13199 archive_cmds_FC
='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
13200 archive_expsym_cmds_FC
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13201 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
13205 archive_cmds_FC
='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
13206 archive_expsym_cmds_FC
='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13207 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
13211 hardcode_libdir_flag_spec_FC
='-R$libdir'
13212 hardcode_shlibpath_var_FC
=no
13214 solaris2.
[0-5] | solaris2.
[0-5].
*) ;;
13216 # The compiler driver will combine and reorder linker options,
13217 # but understands `-z linker_flag'. GCC discards it without `$wl',
13218 # but is careful enough not to reorder.
13219 # Supported since Solaris 2.6 (maybe 2.5.1?)
13220 if test "$GCC" = yes; then
13221 whole_archive_flag_spec_FC
='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
13223 whole_archive_flag_spec_FC
='-z allextract$convenience -z defaultextract'
13227 link_all_deplibs_FC
=yes
13231 if test "x$host_vendor" = xsequent
; then
13232 # Use $CC to link under sequent, because it throws in some extra .o
13233 # files that make .init and .fini sections work.
13234 archive_cmds_FC
='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
13236 archive_cmds_FC
='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
13238 hardcode_libdir_flag_spec_FC
='-L$libdir'
13239 hardcode_direct_FC
=yes
13240 hardcode_minus_L_FC
=yes
13241 hardcode_shlibpath_var_FC
=no
13245 case $host_vendor in
13247 archive_cmds_FC
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
13248 hardcode_direct_FC
=yes # is this really true???
13251 ## LD is ld it makes a PLAMLIB
13252 ## CC just makes a GrossModule.
13253 archive_cmds_FC
='$LD -G -o $lib $libobjs $deplibs $linker_flags'
13254 reload_cmds_FC
='$CC -r -o $output$reload_objs'
13255 hardcode_direct_FC
=no
13258 archive_cmds_FC
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
13259 hardcode_direct_FC
=no
#Motorola manual says yes, but my tests say they lie
13262 runpath_var
='LD_RUN_PATH'
13263 hardcode_shlibpath_var_FC
=no
13267 archive_cmds_FC
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
13268 hardcode_shlibpath_var_FC
=no
13269 export_dynamic_flag_spec_FC
='-Bexport'
13273 if test -d /usr
/nec
; then
13274 archive_cmds_FC
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
13275 hardcode_shlibpath_var_FC
=no
13276 runpath_var
=LD_RUN_PATH
13277 hardcode_runpath_var
=yes
13282 sysv4
*uw2
* | sysv5OpenUNIX
* | sysv5UnixWare7.
[01].
[10]* | unixware7
* | sco3.2v5.0.
[024]*)
13283 no_undefined_flag_FC
='${wl}-z,text'
13284 archive_cmds_need_lc_FC
=no
13285 hardcode_shlibpath_var_FC
=no
13286 runpath_var
='LD_RUN_PATH'
13288 if test "$GCC" = yes; then
13289 archive_cmds_FC
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13290 archive_expsym_cmds_FC
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13292 archive_cmds_FC
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13293 archive_expsym_cmds_FC
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13297 sysv5
* | sco3.2v5
* | sco5v6
*)
13298 # Note: We can NOT use -z defs as we might desire, because we do not
13299 # link with -lc, and that would cause any symbols used from libc to
13300 # always be unresolved, which means just about no library would
13301 # ever link correctly. If we're not using GNU ld we use -z text
13302 # though, which does catch some bad symbols but isn't as heavy-handed
13304 no_undefined_flag_FC
='${wl}-z,text'
13305 allow_undefined_flag_FC
='${wl}-z,nodefs'
13306 archive_cmds_need_lc_FC
=no
13307 hardcode_shlibpath_var_FC
=no
13308 hardcode_libdir_flag_spec_FC
='${wl}-R,$libdir'
13309 hardcode_libdir_separator_FC
=':'
13310 link_all_deplibs_FC
=yes
13311 export_dynamic_flag_spec_FC
='${wl}-Bexport'
13312 runpath_var
='LD_RUN_PATH'
13314 if test "$GCC" = yes; then
13315 archive_cmds_FC
='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13316 archive_expsym_cmds_FC
='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13318 archive_cmds_FC
='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13319 archive_expsym_cmds_FC
='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13324 archive_cmds_FC
='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
13325 hardcode_libdir_flag_spec_FC
='-L$libdir'
13326 hardcode_shlibpath_var_FC
=no
13334 if test x
$host_vendor = xsni
; then
13336 sysv4 | sysv4.2uw2
* | sysv4.3
* | sysv5
*)
13337 export_dynamic_flag_spec_FC
='${wl}-Blargedynsym'
13343 echo "$as_me:$LINENO: result: $ld_shlibs_FC" >&5
13344 echo "${ECHO_T}$ld_shlibs_FC" >&6
13345 test "$ld_shlibs_FC" = no
&& can_build_shared
=no
13347 with_gnu_ld_FC
=$with_gnu_ld
13355 # Do we need to explicitly link libc?
13357 case "x$archive_cmds_need_lc_FC" in
13359 # Assume -lc should be added
13360 archive_cmds_need_lc_FC
=yes
13362 if test "$enable_shared" = yes && test "$GCC" = yes; then
13363 case $archive_cmds_FC in
13365 # FIXME: we may have to deal with multi-command sequences.
13368 # Test whether the compiler implicitly links with -lc since on some
13369 # systems, -lgcc has to come before -lc. If gcc already passes -lc
13370 # to ld, don't add -lc before -lgcc.
13371 echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
13372 echo $ECHO_N "checking whether -lc should be explicitly linked in... $ECHO_C" >&6
13373 if test "${lt_cv_archive_cmds_need_lc_FC+set}" = set; then
13374 echo $ECHO_N "(cached) $ECHO_C" >&6
13377 echo "$lt_simple_compile_test_code" > conftest.
$ac_ext
13379 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13380 (eval $ac_compile) 2>&5
13382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13383 (exit $ac_status); } 2>conftest.err
; then
13386 libobjs
=conftest.
$ac_objext
13388 wl
=$lt_prog_compiler_wl_FC
13389 pic_flag
=$lt_prog_compiler_pic_FC
13395 lt_save_allow_undefined_flag
=$allow_undefined_flag_FC
13396 allow_undefined_flag_FC
=
13397 if { (eval echo "$as_me:$LINENO: \"$archive_cmds_FC 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
13398 (eval $archive_cmds_FC 2\
>\
&1 \|
$GREP \" -lc \" \
>/dev
/null
2\
>\
&1) 2>&5
13400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13401 (exit $ac_status); }
13403 lt_cv_archive_cmds_need_lc_FC
=no
13405 lt_cv_archive_cmds_need_lc_FC
=yes
13407 allow_undefined_flag_FC
=$lt_save_allow_undefined_flag
13409 cat conftest.err
1>&5
13414 echo "$as_me:$LINENO: result: $lt_cv_archive_cmds_need_lc_FC" >&5
13415 echo "${ECHO_T}$lt_cv_archive_cmds_need_lc_FC" >&6
13416 archive_cmds_need_lc_FC
=$lt_cv_archive_cmds_need_lc_FC
13486 echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
13487 echo $ECHO_N "checking dynamic linker characteristics... $ECHO_C" >&6
13489 library_names_spec
=
13490 libname_spec
='lib$name'
13494 postuninstall_cmds
=
13498 shlibpath_overrides_runpath
=unknown
13500 dynamic_linker
="$host_os ld.so"
13501 sys_lib_dlsearch_path_spec
="/lib /usr/lib"
13502 need_lib_prefix
=unknown
13503 hardcode_into_libs
=no
13505 # when you set need_version to no, make sure it does not cause -set_version
13506 # flags to be left without arguments
13507 need_version
=unknown
13512 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname.a'
13513 shlibpath_var
=LIBPATH
13515 # AIX 3 has no versioning support, so we append a major version to the name.
13516 soname_spec
='${libname}${release}${shared_ext}$major'
13523 hardcode_into_libs
=yes
13524 if test "$host_cpu" = ia64
; then
13525 # AIX 5 supports IA64
13526 library_names_spec
='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
13527 shlibpath_var
=LD_LIBRARY_PATH
13529 # With GCC up to 2.95.x, collect2 would create an import file
13530 # for dependence libraries. The import file would start with
13531 # the line `#! .'. This would cause the generated library to
13532 # depend on `.', always an invalid library. This was fixed in
13533 # development snapshots of GCC prior to 3.0.
13535 aix4 | aix4.
[01] | aix4.
[01].
*)
13536 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
13538 echo '#endif'; } |
${CC} -E - |
$GREP yes > /dev
/null
; then
13541 can_build_shared
=no
13545 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
13546 # soname into executable. Probably we can add versioning support to
13547 # collect2, so additional links can be useful in future.
13548 if test "$aix_use_runtimelinking" = yes; then
13549 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
13550 # instead of lib<name>.a to let people know that these are not
13551 # typical AIX shared libraries.
13552 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13554 # We preserve .a as extension for shared libraries through AIX4.2
13555 # and later when we are not doing run time linking.
13556 library_names_spec
='${libname}${release}.a $libname.a'
13557 soname_spec
='${libname}${release}${shared_ext}$major'
13559 shlibpath_var
=LIBPATH
13566 # Since July 2007 AmigaOS4 officially supports .so libraries.
13567 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
13568 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13571 library_names_spec
='$libname.ixlibrary $libname.a'
13572 # Create ${libname}_ixlibrary.a entries in /sys/libs.
13573 finish_eval
='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''s%^.*/\([^/]*\)\.ixlibrary$%\1%'\''`; test $RM /sys/libs/${libname}_ixlibrary.a; $show "cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a"; cd /sys/libs && $LN_S $lib ${libname}_ixlibrary.a || exit 1; done'
13579 library_names_spec
='${libname}${shared_ext}'
13580 dynamic_linker
="$host_os ld.so"
13581 shlibpath_var
=LIBRARY_PATH
13587 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13588 soname_spec
='${libname}${release}${shared_ext}$major'
13589 finish_cmds
='PATH="\$PATH:/sbin" ldconfig $libdir'
13590 shlibpath_var
=LD_LIBRARY_PATH
13591 sys_lib_search_path_spec
="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
13592 sys_lib_dlsearch_path_spec
="/shlib /usr/lib /usr/local/lib"
13593 # the default ld.so.conf also contains /usr/contrib/lib and
13594 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
13595 # libtool to hard-code these into programs
13598 cygwin
* | mingw
* | pw32
* | cegcc
*)
13599 version_type
=windows
13604 case $GCC,$host_os in
13605 yes,cygwin
* |
yes,mingw
* |
yes,pw32
* |
yes,cegcc
*)
13606 library_names_spec
='$libname.dll.a'
13607 # DLL is installed to $(libdir)/../bin by postinstall_cmds
13608 postinstall_cmds
='base_file=`basename \${file}`~
13609 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
13610 dldir=$destdir/`dirname \$dlpath`~
13611 test -d \$dldir || mkdir -p \$dldir~
13612 $install_prog $dir/$dlname \$dldir/$dlname~
13613 chmod a+x \$dldir/$dlname~
13614 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
13615 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
13617 postuninstall_cmds
='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
13618 dlpath=$dir/\$dldll~
13620 shlibpath_overrides_runpath
=yes
13624 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
13625 soname_spec
='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
13626 sys_lib_search_path_spec
="/usr/lib /lib/w32api /lib /usr/local/lib"
13629 # MinGW DLLs use traditional 'lib' prefix
13630 soname_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
13631 sys_lib_search_path_spec
=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
13632 if $ECHO "$sys_lib_search_path_spec" |
$GREP ';[c-zC-Z]:/' >/dev
/null
; then
13633 # It is most probably a Windows format PATH printed by
13634 # mingw gcc, but we are running on Cygwin. Gcc prints its search
13635 # path with ; separators, and with drive letters. We can handle the
13636 # drive letters (cygwin fileutils understands them), so leave them,
13637 # especially as we might pass files found there to a mingw objdump,
13638 # which wouldn't understand a cygwinified path. Ahh.
13639 sys_lib_search_path_spec
=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
13641 sys_lib_search_path_spec
=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
13645 # pw32 DLLs use 'pw' prefix rather than 'lib'
13646 library_names_spec
='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
13652 library_names_spec
='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
13655 dynamic_linker
='Win32 ld.exe'
13656 # FIXME: first we should search . and the directory the executable is in
13660 darwin
* | rhapsody
*)
13661 dynamic_linker
="$host_os dyld"
13662 version_type
=darwin
13665 library_names_spec
='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
13666 soname_spec
='${libname}${release}${major}$shared_ext'
13667 shlibpath_overrides_runpath
=yes
13668 shlibpath_var
=DYLD_LIBRARY_PATH
13669 shrext_cmds
='`test .$module = .yes && echo .so || echo .dylib`'
13671 sys_lib_dlsearch_path_spec
='/usr/local/lib /lib /usr/lib'
13678 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
13679 soname_spec
='${libname}${release}${shared_ext}$major'
13680 shlibpath_var
=LD_LIBRARY_PATH
13687 freebsd
* | dragonfly
*)
13688 # DragonFly does not have aout. When/if they implement a new
13689 # versioning mechanism, adjust this.
13690 if test -x /usr
/bin
/objformat
; then
13691 objformat
=`/usr/bin/objformat`
13694 freebsd
[123]*) objformat
=aout
;;
13695 *) objformat
=elf
;;
13698 version_type
=freebsd-
$objformat
13699 case $version_type in
13701 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
13706 library_names_spec
='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
13710 shlibpath_var
=LD_LIBRARY_PATH
13713 shlibpath_overrides_runpath
=yes
13715 freebsd3.
[01]* | freebsdelf3.
[01]*)
13716 shlibpath_overrides_runpath
=yes
13717 hardcode_into_libs
=yes
13719 freebsd3.
[2-9]* | freebsdelf3.
[2-9]* | \
13720 freebsd4.
[0-5] | freebsdelf4.
[0-5] | freebsd4.1
.1 | freebsdelf4.1
.1)
13721 shlibpath_overrides_runpath
=no
13722 hardcode_into_libs
=yes
13724 *) # from 4.6 on, and DragonFly
13725 shlibpath_overrides_runpath
=yes
13726 hardcode_into_libs
=yes
13735 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
13736 soname_spec
='${libname}${release}${shared_ext}$major'
13737 shlibpath_var
=LD_LIBRARY_PATH
13738 hardcode_into_libs
=yes
13741 hpux9
* | hpux10
* | hpux11
*)
13742 # Give a soname corresponding to the major version so that dld.sl refuses to
13743 # link against other versions.
13750 hardcode_into_libs
=yes
13751 dynamic_linker
="$host_os dld.so"
13752 shlibpath_var
=LD_LIBRARY_PATH
13753 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
13754 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13755 soname_spec
='${libname}${release}${shared_ext}$major'
13756 if test "X$HPUX_IA64_MODE" = X32
; then
13757 sys_lib_search_path_spec
="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
13759 sys_lib_search_path_spec
="/usr/lib/hpux64 /usr/local/lib/hpux64"
13761 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
13765 hardcode_into_libs
=yes
13766 dynamic_linker
="$host_os dld.sl"
13767 shlibpath_var
=LD_LIBRARY_PATH
# How should we handle SHLIB_PATH
13768 shlibpath_overrides_runpath
=yes # Unless +noenvvar is specified.
13769 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13770 soname_spec
='${libname}${release}${shared_ext}$major'
13771 sys_lib_search_path_spec
="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
13772 sys_lib_dlsearch_path_spec
=$sys_lib_search_path_spec
13776 dynamic_linker
="$host_os dld.sl"
13777 shlibpath_var
=SHLIB_PATH
13778 shlibpath_overrides_runpath
=no
# +s is required to enable SHLIB_PATH
13779 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13780 soname_spec
='${libname}${release}${shared_ext}$major'
13783 # HP-UX runs *really* slowly unless shared libraries are mode 555.
13784 postinstall_cmds
='chmod 555 $lib'
13791 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
13792 soname_spec
='${libname}${release}${shared_ext}$major'
13793 dynamic_linker
='Interix 3.x ld.so.1 (PE, like ELF)'
13794 shlibpath_var
=LD_LIBRARY_PATH
13795 shlibpath_overrides_runpath
=no
13796 hardcode_into_libs
=yes
13799 irix5
* | irix6
* | nonstopux
*)
13801 nonstopux
*) version_type
=nonstopux
;;
13803 if test "$lt_cv_prog_gnu_ld" = yes; then
13811 soname_spec
='${libname}${release}${shared_ext}$major'
13812 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
13814 irix5
* | nonstopux
*)
13815 libsuff
= shlibsuff
=
13818 case $LD in # libtool.m4 will add one of these switches to LD
13819 *-32|
*"-32 "|
*-melf32bsmip|
*"-melf32bsmip ")
13820 libsuff
= shlibsuff
= libmagic
=32-bit;;
13821 *-n32|
*"-n32 "|
*-melf32bmipn32|
*"-melf32bmipn32 ")
13822 libsuff
=32 shlibsuff
=N32 libmagic
=N32
;;
13823 *-64|
*"-64 "|
*-melf64bmip|
*"-melf64bmip ")
13824 libsuff
=64 shlibsuff
=64 libmagic
=64-bit;;
13825 *) libsuff
= shlibsuff
= libmagic
=never-match
;;
13829 shlibpath_var
=LD_LIBRARY
${shlibsuff}_PATH
13830 shlibpath_overrides_runpath
=no
13831 sys_lib_search_path_spec
="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
13832 sys_lib_dlsearch_path_spec
="/usr/lib${libsuff} /lib${libsuff}"
13833 hardcode_into_libs
=yes
13836 # No shared lib support for Linux oldld, aout, or coff.
13837 linux
*oldld
* | linux
*aout
* | linux
*coff
*)
13841 # This must be Linux ELF.
13842 linux
* | k
*bsd
*-gnu | kopensolaris
*-gnu)
13846 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13847 soname_spec
='${libname}${release}${shared_ext}$major'
13848 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -n $libdir'
13849 shlibpath_var
=LD_LIBRARY_PATH
13850 shlibpath_overrides_runpath
=no
13852 # Some binutils ld are patched to set DT_RUNPATH
13853 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then
13854 echo $ECHO_N "(cached) $ECHO_C" >&6
13856 lt_cv_shlibpath_overrides_runpath
=no
13857 save_LDFLAGS
=$LDFLAGS
13858 save_libdir
=$libdir
13859 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_FC\"; \
13860 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_FC\""
13861 if test x
$gcc_no_link = xyes
; then
13862 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
13863 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
13864 { (exit 1); exit 1; }; }
13866 cat >conftest.
$ac_ext <<_ACEOF
13871 rm -f conftest.
$ac_objext conftest
$ac_exeext
13872 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13873 (eval $ac_link) 2>conftest.er1
13875 grep -v '^ *+' conftest.er1
>conftest.err
13877 cat conftest.err
>&5
13878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13879 (exit $ac_status); } &&
13880 { ac_try
='test -z "$ac_fc_werror_flag"
13881 || test ! -s conftest.err'
13882 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13883 (eval $ac_try) 2>&5
13885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13886 (exit $ac_status); }; } &&
13887 { ac_try
='test -s conftest$ac_exeext'
13888 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13889 (eval $ac_try) 2>&5
13891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13892 (exit $ac_status); }; }; then
13893 if ($OBJDUMP -p conftest
$ac_exeext) 2>/dev
/null |
grep "RUNPATH.*$libdir" >/dev
/null
; then
13894 lt_cv_shlibpath_overrides_runpath
=yes
13898 echo "$as_me: failed program was:" >&5
13899 sed 's/^/| /' conftest.
$ac_ext >&5
13902 rm -f conftest.err conftest.
$ac_objext \
13903 conftest
$ac_exeext conftest.
$ac_ext
13904 LDFLAGS
=$save_LDFLAGS
13905 libdir
=$save_libdir
13909 shlibpath_overrides_runpath
=$lt_cv_shlibpath_overrides_runpath
13911 # This implies no fast_install, which is unacceptable.
13912 # Some rework will be needed to allow for fast_install
13913 # before this can be enabled.
13914 hardcode_into_libs
=yes
13916 # Append ld.so.conf contents to the search path
13917 if test -f /etc
/ld.so.conf
; then
13918 lt_ld_extra
=`awk '/^include / { system(sprintf("cd /etc; cat %s 2>/dev/null", \$2)); skip = 1; } { if (!skip) print \$0; skip = 0; }' < /etc/ld.so.conf | $SED -e 's/#.*//;/^[ ]*hwcap[ ]/d;s/[:, ]/ /g;s/=[^=]*$//;s/=[^= ]* / /g;/^$/d' | tr '\n' ' '`
13919 sys_lib_dlsearch_path_spec
="/lib /usr/lib $lt_ld_extra"
13922 # We used to test for /lib/ld.so.1 and disable shared libraries on
13923 # powerpc, because MkLinux only supported shared libraries with the
13924 # GNU dynamic linker. Since this was broken with cross compilers,
13925 # most powerpc-linux boxes support dynamic linking these days and
13926 # people can always --disable-shared, the test was removed, and we
13927 # assume the GNU/Linux dynamic linker is in use.
13928 dynamic_linker
='GNU/Linux ld.so'
13935 if echo __ELF__ |
$CC -E - |
$GREP __ELF__
>/dev
/null
; then
13936 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
13937 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
13938 dynamic_linker
='NetBSD (a.out) ld.so'
13940 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
13941 soname_spec
='${libname}${release}${shared_ext}$major'
13942 dynamic_linker
='NetBSD ld.elf_so'
13944 shlibpath_var
=LD_LIBRARY_PATH
13945 shlibpath_overrides_runpath
=yes
13946 hardcode_into_libs
=yes
13951 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13952 shlibpath_var
=LD_LIBRARY_PATH
13953 shlibpath_overrides_runpath
=yes
13960 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13961 soname_spec
='${libname}${release}${shared_ext}$major'
13962 shlibpath_var
=LD_LIBRARY_PATH
13963 shlibpath_overrides_runpath
=no
13964 hardcode_into_libs
=yes
13965 dynamic_linker
='ldqnx.so'
13970 sys_lib_dlsearch_path_spec
="/usr/lib"
13972 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
13974 openbsd3.3 | openbsd3.3.
*) need_version
=yes ;;
13975 *) need_version
=no
;;
13977 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
13978 finish_cmds
='PATH="\$PATH:/sbin" ldconfig -m $libdir'
13979 shlibpath_var
=LD_LIBRARY_PATH
13980 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" ||
test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
13982 openbsd2.
[89] | openbsd2.
[89].
*)
13983 shlibpath_overrides_runpath
=no
13986 shlibpath_overrides_runpath
=yes
13990 shlibpath_overrides_runpath
=yes
13995 libname_spec
='$name'
13998 library_names_spec
='$libname${shared_ext} $libname.a'
13999 dynamic_linker
='OS/2 ld.exe'
14000 shlibpath_var
=LIBPATH
14003 osf3
* | osf4
* | osf5
*)
14007 soname_spec
='${libname}${release}${shared_ext}$major'
14008 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14009 shlibpath_var
=LD_LIBRARY_PATH
14010 sys_lib_search_path_spec
="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
14011 sys_lib_dlsearch_path_spec
="$sys_lib_search_path_spec"
14022 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14023 soname_spec
='${libname}${release}${shared_ext}$major'
14024 shlibpath_var
=LD_LIBRARY_PATH
14025 shlibpath_overrides_runpath
=yes
14026 hardcode_into_libs
=yes
14027 # ldd complains unless libraries are executable
14028 postinstall_cmds
='chmod +x $lib'
14033 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14034 finish_cmds
='PATH="\$PATH:/usr/etc" ldconfig $libdir'
14035 shlibpath_var
=LD_LIBRARY_PATH
14036 shlibpath_overrides_runpath
=yes
14037 if test "$with_gnu_ld" = yes; then
14045 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14046 soname_spec
='${libname}${release}${shared_ext}$major'
14047 shlibpath_var
=LD_LIBRARY_PATH
14048 case $host_vendor in
14050 shlibpath_overrides_runpath
=no
14052 runpath_var
=LD_RUN_PATH
14060 shlibpath_overrides_runpath
=no
14061 sys_lib_search_path_spec
='/lib /usr/lib /usr/ccs/lib'
14067 if test -d /usr
/nec
;then
14069 library_names_spec
='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
14070 soname_spec
='$libname${shared_ext}.$major'
14071 shlibpath_var
=LD_LIBRARY_PATH
14075 sysv5
* | sco3.2v5
* | sco5v6
* | unixware
* | OpenUNIX
* | sysv4
*uw2
*)
14076 version_type
=freebsd-elf
14079 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
14080 soname_spec
='${libname}${release}${shared_ext}$major'
14081 shlibpath_var
=LD_LIBRARY_PATH
14082 shlibpath_overrides_runpath
=yes
14083 hardcode_into_libs
=yes
14084 if test "$with_gnu_ld" = yes; then
14085 sys_lib_search_path_spec
='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
14087 sys_lib_search_path_spec
='/usr/ccs/lib /usr/lib'
14090 sys_lib_search_path_spec
="$sys_lib_search_path_spec /lib"
14094 sys_lib_dlsearch_path_spec
='/usr/lib'
14098 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
14102 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14103 shlibpath_var
=LD_LIBRARY_PATH
14104 shlibpath_overrides_runpath
=no
14105 hardcode_into_libs
=yes
14110 library_names_spec
='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14111 soname_spec
='${libname}${release}${shared_ext}$major'
14112 shlibpath_var
=LD_LIBRARY_PATH
14119 echo "$as_me:$LINENO: result: $dynamic_linker" >&5
14120 echo "${ECHO_T}$dynamic_linker" >&6
14121 test "$dynamic_linker" = no
&& can_build_shared
=no
14123 variables_saved_for_relink
="PATH $shlibpath_var $runpath_var"
14124 if test "$GCC" = yes; then
14125 variables_saved_for_relink
="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
14128 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
14129 sys_lib_search_path_spec
="$lt_cv_sys_lib_search_path_spec"
14131 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
14132 sys_lib_dlsearch_path_spec
="$lt_cv_sys_lib_dlsearch_path_spec"
14170 echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
14171 echo $ECHO_N "checking how to hardcode library paths into programs... $ECHO_C" >&6
14172 hardcode_action_FC
=
14173 if test -n "$hardcode_libdir_flag_spec_FC" ||
14174 test -n "$runpath_var_FC" ||
14175 test "X$hardcode_automatic_FC" = "Xyes" ; then
14177 # We can hardcode non-existent directories.
14178 if test "$hardcode_direct_FC" != no
&&
14179 # If the only mechanism to avoid hardcoding is shlibpath_var, we
14180 # have to relink, otherwise we might link with an installed library
14181 # when we should be linking with a yet-to-be-installed one
14182 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, FC)" != no &&
14183 test "$hardcode_minus_L_FC" != no
; then
14184 # Linking always hardcodes the temporary library directory.
14185 hardcode_action_FC
=relink
14187 # We can link without hardcoding, and we can hardcode nonexisting dirs.
14188 hardcode_action_FC
=immediate
14191 # We cannot hardcode anything, or else we can only hardcode existing
14193 hardcode_action_FC
=unsupported
14195 echo "$as_me:$LINENO: result: $hardcode_action_FC" >&5
14196 echo "${ECHO_T}$hardcode_action_FC" >&6
14198 if test "$hardcode_action_FC" = relink ||
14199 test "$inherit_rpath_FC" = yes; then
14200 # Fast installation is not supported
14201 enable_fast_install
=no
14202 elif test "$shlibpath_overrides_runpath" = yes ||
14203 test "$enable_shared" = no
; then
14204 # Fast installation is not necessary
14205 enable_fast_install
=needless
14214 fi # test -n "$compiler"
14218 fi # test "$_lt_disable_FC" != yes
14221 ac_cpp
='$CPP $CPPFLAGS'
14222 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14223 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14224 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
14228 # extra LD Flags which are required for targets
14231 # Darwin needs -single_module when linking libgfortran
14232 extra_ldflags_libgfortran
=-Wl,-single_module
14237 # We need a working compiler at that point, otherwise give a clear
14238 # error message and bail out.
14240 echo "$as_me:$LINENO: checking whether the GNU Fortran compiler is working" >&5
14241 echo $ECHO_N "checking whether the GNU Fortran compiler is working... $ECHO_C" >&6
14242 ac_ext
=${FC_SRCEXT-f}
14243 ac_compile
='$FC -c $FCFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext >&5'
14244 ac_link
='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $FCFLAGS_SRCEXT conftest.$ac_ext $LIBS >&5'
14245 ac_compiler_gnu
=$ac_cv_fc_compiler_gnu
14247 cat >conftest.
$ac_ext <<_ACEOF
14250 real, parameter :: bar = sin (12.34 / 2.5)
14253 rm -f conftest.
$ac_objext
14254 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14255 (eval $ac_compile) 2>conftest.er1
14257 grep -v '^ *+' conftest.er1
>conftest.err
14259 cat conftest.err
>&5
14260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14261 (exit $ac_status); } &&
14262 { ac_try
='test -z "$ac_fc_werror_flag"
14263 || test ! -s conftest.err'
14264 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14265 (eval $ac_try) 2>&5
14267 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14268 (exit $ac_status); }; } &&
14269 { ac_try
='test -s conftest.$ac_objext'
14270 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14271 (eval $ac_try) 2>&5
14273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14274 (exit $ac_status); }; }; then
14275 echo "$as_me:$LINENO: result: yes" >&5
14276 echo "${ECHO_T}yes" >&6
14278 echo "$as_me: failed program was:" >&5
14279 sed 's/^/| /' conftest.
$ac_ext >&5
14281 echo "$as_me:$LINENO: result: no" >&5
14282 echo "${ECHO_T}no" >&6
14283 { { 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
14284 echo "$as_me: error: GNU Fortran is not working; please report a bug in http://gcc.gnu.org/bugzilla, attaching $PWD/config.log" >&2;}
14285 { (exit 1); exit 1; }; }
14288 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14290 ac_cpp
='$CPP $CPPFLAGS'
14291 ac_compile
='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14292 ac_link
='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14293 ac_compiler_gnu
=$ac_cv_c_compiler_gnu
14297 # Check whether --enable-largefile or --disable-largefile was given.
14298 if test "${enable_largefile+set}" = set; then
14299 enableval
="$enable_largefile"
14302 if test "$enable_largefile" != no
; then
14304 echo "$as_me:$LINENO: checking for special C compiler options needed for large files" >&5
14305 echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6
14306 if test "${ac_cv_sys_largefile_CC+set}" = set; then
14307 echo $ECHO_N "(cached) $ECHO_C" >&6
14309 ac_cv_sys_largefile_CC
=no
14310 if test "$GCC" != yes; then
14313 # IRIX 6.2 and later do not support large files by default,
14314 # so use the C compiler's -n32 option if that helps.
14315 cat >conftest.
$ac_ext <<_ACEOF
14318 cat confdefs.h
>>conftest.
$ac_ext
14319 cat >>conftest.
$ac_ext <<_ACEOF
14320 /* end confdefs.h. */
14321 #include <sys/types.h>
14322 /* Check that off_t can represent 2**63 - 1 correctly.
14323 We can't simply define LARGE_OFF_T to be 9223372036854775807,
14324 since some C++ compilers masquerading as C compilers
14325 incorrectly reject 9223372036854775807. */
14326 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
14327 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
14328 && LARGE_OFF_T % 2147483647 == 1)
14338 rm -f conftest.
$ac_objext
14339 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14340 (eval $ac_compile) 2>conftest.er1
14342 grep -v '^ *+' conftest.er1
>conftest.err
14344 cat conftest.err
>&5
14345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14346 (exit $ac_status); } &&
14347 { ac_try
='test -z "$ac_c_werror_flag"
14348 || test ! -s conftest.err'
14349 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14350 (eval $ac_try) 2>&5
14352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14353 (exit $ac_status); }; } &&
14354 { ac_try
='test -s conftest.$ac_objext'
14355 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14356 (eval $ac_try) 2>&5
14358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14359 (exit $ac_status); }; }; then
14362 echo "$as_me: failed program was:" >&5
14363 sed 's/^/| /' conftest.
$ac_ext >&5
14366 rm -f conftest.err conftest.
$ac_objext
14368 rm -f conftest.
$ac_objext
14369 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14370 (eval $ac_compile) 2>conftest.er1
14372 grep -v '^ *+' conftest.er1
>conftest.err
14374 cat conftest.err
>&5
14375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14376 (exit $ac_status); } &&
14377 { ac_try
='test -z "$ac_c_werror_flag"
14378 || test ! -s conftest.err'
14379 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14380 (eval $ac_try) 2>&5
14382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14383 (exit $ac_status); }; } &&
14384 { ac_try
='test -s conftest.$ac_objext'
14385 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14386 (eval $ac_try) 2>&5
14388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14389 (exit $ac_status); }; }; then
14390 ac_cv_sys_largefile_CC
=' -n32'; break
14392 echo "$as_me: failed program was:" >&5
14393 sed 's/^/| /' conftest.
$ac_ext >&5
14396 rm -f conftest.err conftest.
$ac_objext
14400 rm -f conftest.
$ac_ext
14403 echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_CC" >&5
14404 echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6
14405 if test "$ac_cv_sys_largefile_CC" != no
; then
14406 CC
=$CC$ac_cv_sys_largefile_CC
14409 echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
14410 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6
14411 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
14412 echo $ECHO_N "(cached) $ECHO_C" >&6
14415 ac_cv_sys_file_offset_bits
=no
14416 cat >conftest.
$ac_ext <<_ACEOF
14419 cat confdefs.h
>>conftest.
$ac_ext
14420 cat >>conftest.
$ac_ext <<_ACEOF
14421 /* end confdefs.h. */
14422 #include <sys/types.h>
14423 /* Check that off_t can represent 2**63 - 1 correctly.
14424 We can't simply define LARGE_OFF_T to be 9223372036854775807,
14425 since some C++ compilers masquerading as C compilers
14426 incorrectly reject 9223372036854775807. */
14427 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
14428 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
14429 && LARGE_OFF_T % 2147483647 == 1)
14439 rm -f conftest.
$ac_objext
14440 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14441 (eval $ac_compile) 2>conftest.er1
14443 grep -v '^ *+' conftest.er1
>conftest.err
14445 cat conftest.err
>&5
14446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14447 (exit $ac_status); } &&
14448 { ac_try
='test -z "$ac_c_werror_flag"
14449 || test ! -s conftest.err'
14450 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14451 (eval $ac_try) 2>&5
14453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14454 (exit $ac_status); }; } &&
14455 { ac_try
='test -s conftest.$ac_objext'
14456 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14457 (eval $ac_try) 2>&5
14459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14460 (exit $ac_status); }; }; then
14463 echo "$as_me: failed program was:" >&5
14464 sed 's/^/| /' conftest.
$ac_ext >&5
14467 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14468 cat >conftest.
$ac_ext <<_ACEOF
14471 cat confdefs.h
>>conftest.
$ac_ext
14472 cat >>conftest.
$ac_ext <<_ACEOF
14473 /* end confdefs.h. */
14474 #define _FILE_OFFSET_BITS 64
14475 #include <sys/types.h>
14476 /* Check that off_t can represent 2**63 - 1 correctly.
14477 We can't simply define LARGE_OFF_T to be 9223372036854775807,
14478 since some C++ compilers masquerading as C compilers
14479 incorrectly reject 9223372036854775807. */
14480 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
14481 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
14482 && LARGE_OFF_T % 2147483647 == 1)
14492 rm -f conftest.
$ac_objext
14493 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14494 (eval $ac_compile) 2>conftest.er1
14496 grep -v '^ *+' conftest.er1
>conftest.err
14498 cat conftest.err
>&5
14499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14500 (exit $ac_status); } &&
14501 { ac_try
='test -z "$ac_c_werror_flag"
14502 || test ! -s conftest.err'
14503 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14504 (eval $ac_try) 2>&5
14506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14507 (exit $ac_status); }; } &&
14508 { ac_try
='test -s conftest.$ac_objext'
14509 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14510 (eval $ac_try) 2>&5
14512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14513 (exit $ac_status); }; }; then
14514 ac_cv_sys_file_offset_bits
=64; break
14516 echo "$as_me: failed program was:" >&5
14517 sed 's/^/| /' conftest.
$ac_ext >&5
14520 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14524 echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
14525 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6
14526 if test "$ac_cv_sys_file_offset_bits" != no
; then
14528 cat >>confdefs.h
<<_ACEOF
14529 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
14534 echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
14535 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6
14536 if test "${ac_cv_sys_large_files+set}" = set; then
14537 echo $ECHO_N "(cached) $ECHO_C" >&6
14540 ac_cv_sys_large_files
=no
14541 cat >conftest.
$ac_ext <<_ACEOF
14544 cat confdefs.h
>>conftest.
$ac_ext
14545 cat >>conftest.
$ac_ext <<_ACEOF
14546 /* end confdefs.h. */
14547 #include <sys/types.h>
14548 /* Check that off_t can represent 2**63 - 1 correctly.
14549 We can't simply define LARGE_OFF_T to be 9223372036854775807,
14550 since some C++ compilers masquerading as C compilers
14551 incorrectly reject 9223372036854775807. */
14552 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
14553 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
14554 && LARGE_OFF_T % 2147483647 == 1)
14564 rm -f conftest.
$ac_objext
14565 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14566 (eval $ac_compile) 2>conftest.er1
14568 grep -v '^ *+' conftest.er1
>conftest.err
14570 cat conftest.err
>&5
14571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14572 (exit $ac_status); } &&
14573 { ac_try
='test -z "$ac_c_werror_flag"
14574 || test ! -s conftest.err'
14575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14576 (eval $ac_try) 2>&5
14578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14579 (exit $ac_status); }; } &&
14580 { ac_try
='test -s conftest.$ac_objext'
14581 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14582 (eval $ac_try) 2>&5
14584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14585 (exit $ac_status); }; }; then
14588 echo "$as_me: failed program was:" >&5
14589 sed 's/^/| /' conftest.
$ac_ext >&5
14592 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14593 cat >conftest.
$ac_ext <<_ACEOF
14596 cat confdefs.h
>>conftest.
$ac_ext
14597 cat >>conftest.
$ac_ext <<_ACEOF
14598 /* end confdefs.h. */
14599 #define _LARGE_FILES 1
14600 #include <sys/types.h>
14601 /* Check that off_t can represent 2**63 - 1 correctly.
14602 We can't simply define LARGE_OFF_T to be 9223372036854775807,
14603 since some C++ compilers masquerading as C compilers
14604 incorrectly reject 9223372036854775807. */
14605 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
14606 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
14607 && LARGE_OFF_T % 2147483647 == 1)
14617 rm -f conftest.
$ac_objext
14618 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14619 (eval $ac_compile) 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_objext'
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_sys_large_files
=1; break
14641 echo "$as_me: failed program was:" >&5
14642 sed 's/^/| /' conftest.
$ac_ext >&5
14645 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14649 echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
14650 echo "${ECHO_T}$ac_cv_sys_large_files" >&6
14651 if test "$ac_cv_sys_large_files" != no
; then
14653 cat >>confdefs.h
<<_ACEOF
14654 #define _LARGE_FILES $ac_cv_sys_large_files
14661 echo "$as_me:$LINENO: checking for off_t" >&5
14662 echo $ECHO_N "checking for off_t... $ECHO_C" >&6
14663 if test "${ac_cv_type_off_t+set}" = set; then
14664 echo $ECHO_N "(cached) $ECHO_C" >&6
14666 cat >conftest.
$ac_ext <<_ACEOF
14669 cat confdefs.h
>>conftest.
$ac_ext
14670 cat >>conftest.
$ac_ext <<_ACEOF
14671 /* end confdefs.h. */
14672 $ac_includes_default
14678 if (sizeof (off_t))
14684 rm -f conftest.
$ac_objext
14685 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14686 (eval $ac_compile) 2>conftest.er1
14688 grep -v '^ *+' conftest.er1
>conftest.err
14690 cat conftest.err
>&5
14691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14692 (exit $ac_status); } &&
14693 { ac_try
='test -z "$ac_c_werror_flag"
14694 || test ! -s conftest.err'
14695 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14696 (eval $ac_try) 2>&5
14698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14699 (exit $ac_status); }; } &&
14700 { ac_try
='test -s conftest.$ac_objext'
14701 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14702 (eval $ac_try) 2>&5
14704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14705 (exit $ac_status); }; }; then
14706 ac_cv_type_off_t
=yes
14708 echo "$as_me: failed program was:" >&5
14709 sed 's/^/| /' conftest.
$ac_ext >&5
14711 ac_cv_type_off_t
=no
14713 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14715 echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
14716 echo "${ECHO_T}$ac_cv_type_off_t" >&6
14717 if test $ac_cv_type_off_t = yes; then
14721 cat >>confdefs.h
<<_ACEOF
14728 # check header files
14729 echo "$as_me:$LINENO: checking for ANSI C header files" >&5
14730 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6
14731 if test "${ac_cv_header_stdc+set}" = set; then
14732 echo $ECHO_N "(cached) $ECHO_C" >&6
14734 cat >conftest.
$ac_ext <<_ACEOF
14737 cat confdefs.h
>>conftest.
$ac_ext
14738 cat >>conftest.
$ac_ext <<_ACEOF
14739 /* end confdefs.h. */
14740 #include <stdlib.h>
14741 #include <stdarg.h>
14742 #include <string.h>
14753 rm -f conftest.
$ac_objext
14754 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14755 (eval $ac_compile) 2>conftest.er1
14757 grep -v '^ *+' conftest.er1
>conftest.err
14759 cat conftest.err
>&5
14760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14761 (exit $ac_status); } &&
14762 { ac_try
='test -z "$ac_c_werror_flag"
14763 || test ! -s conftest.err'
14764 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14765 (eval $ac_try) 2>&5
14767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14768 (exit $ac_status); }; } &&
14769 { ac_try
='test -s conftest.$ac_objext'
14770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14771 (eval $ac_try) 2>&5
14773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14774 (exit $ac_status); }; }; then
14775 ac_cv_header_stdc
=yes
14777 echo "$as_me: failed program was:" >&5
14778 sed 's/^/| /' conftest.
$ac_ext >&5
14780 ac_cv_header_stdc
=no
14782 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14784 if test $ac_cv_header_stdc = yes; then
14785 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
14786 cat >conftest.
$ac_ext <<_ACEOF
14789 cat confdefs.h
>>conftest.
$ac_ext
14790 cat >>conftest.
$ac_ext <<_ACEOF
14791 /* end confdefs.h. */
14792 #include <string.h>
14795 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14796 $EGREP "memchr" >/dev
/null
2>&1; then
14799 ac_cv_header_stdc
=no
14805 if test $ac_cv_header_stdc = yes; then
14806 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
14807 cat >conftest.
$ac_ext <<_ACEOF
14810 cat confdefs.h
>>conftest.
$ac_ext
14811 cat >>conftest.
$ac_ext <<_ACEOF
14812 /* end confdefs.h. */
14813 #include <stdlib.h>
14816 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14817 $EGREP "free" >/dev
/null
2>&1; then
14820 ac_cv_header_stdc
=no
14826 if test $ac_cv_header_stdc = yes; then
14827 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
14828 if test "$cross_compiling" = yes; then
14831 cat >conftest.
$ac_ext <<_ACEOF
14834 cat confdefs.h
>>conftest.
$ac_ext
14835 cat >>conftest.
$ac_ext <<_ACEOF
14836 /* end confdefs.h. */
14838 #if ((' ' & 0x0FF) == 0x020)
14839 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
14840 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
14842 # define ISLOWER(c) \
14843 (('a' <= (c) && (c) <= 'i') \
14844 || ('j' <= (c) && (c) <= 'r') \
14845 || ('s' <= (c) && (c) <= 'z'))
14846 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
14849 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
14854 for (i = 0; i < 256; i++)
14855 if (XOR (islower (i), ISLOWER (i))
14856 || toupper (i) != TOUPPER (i))
14861 rm -f conftest
$ac_exeext
14862 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14863 (eval $ac_link) 2>&5
14865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14866 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
14867 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14868 (eval $ac_try) 2>&5
14870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14871 (exit $ac_status); }; }; then
14874 echo "$as_me: program exited with status $ac_status" >&5
14875 echo "$as_me: failed program was:" >&5
14876 sed 's/^/| /' conftest.
$ac_ext >&5
14878 ( exit $ac_status )
14879 ac_cv_header_stdc
=no
14881 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
14885 echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
14886 echo "${ECHO_T}$ac_cv_header_stdc" >&6
14887 if test $ac_cv_header_stdc = yes; then
14889 cat >>confdefs.h
<<\_ACEOF
14890 #define STDC_HEADERS 1
14895 echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5
14896 echo $ECHO_N "checking whether time.h and sys/time.h may both be included... $ECHO_C" >&6
14897 if test "${ac_cv_header_time+set}" = set; then
14898 echo $ECHO_N "(cached) $ECHO_C" >&6
14900 cat >conftest.
$ac_ext <<_ACEOF
14903 cat confdefs.h
>>conftest.
$ac_ext
14904 cat >>conftest.
$ac_ext <<_ACEOF
14905 /* end confdefs.h. */
14906 #include <sys/types.h>
14907 #include <sys/time.h>
14913 if ((struct tm *) 0)
14919 rm -f conftest.
$ac_objext
14920 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14921 (eval $ac_compile) 2>conftest.er1
14923 grep -v '^ *+' conftest.er1
>conftest.err
14925 cat conftest.err
>&5
14926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14927 (exit $ac_status); } &&
14928 { ac_try
='test -z "$ac_c_werror_flag"
14929 || test ! -s conftest.err'
14930 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14931 (eval $ac_try) 2>&5
14933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14934 (exit $ac_status); }; } &&
14935 { ac_try
='test -s conftest.$ac_objext'
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); }; }; then
14941 ac_cv_header_time
=yes
14943 echo "$as_me: failed program was:" >&5
14944 sed 's/^/| /' conftest.
$ac_ext >&5
14946 ac_cv_header_time
=no
14948 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
14950 echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5
14951 echo "${ECHO_T}$ac_cv_header_time" >&6
14952 if test $ac_cv_header_time = yes; then
14954 cat >>confdefs.h
<<\_ACEOF
14955 #define TIME_WITH_SYS_TIME 1
14966 for ac_header
in stdio.h stdlib.h string.h unistd.h signal.h stdarg.h
14968 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14969 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14970 echo "$as_me:$LINENO: checking for $ac_header" >&5
14971 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
14972 if eval "test \"\${$as_ac_Header+set}\" = set"; then
14973 echo $ECHO_N "(cached) $ECHO_C" >&6
14975 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
14976 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
14978 # Is the header compilable?
14979 echo "$as_me:$LINENO: checking $ac_header usability" >&5
14980 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
14981 cat >conftest.
$ac_ext <<_ACEOF
14984 cat confdefs.h
>>conftest.
$ac_ext
14985 cat >>conftest.
$ac_ext <<_ACEOF
14986 /* end confdefs.h. */
14987 $ac_includes_default
14988 #include <$ac_header>
14990 rm -f conftest.
$ac_objext
14991 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
14992 (eval $ac_compile) 2>conftest.er1
14994 grep -v '^ *+' conftest.er1
>conftest.err
14996 cat conftest.err
>&5
14997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14998 (exit $ac_status); } &&
14999 { ac_try
='test -z "$ac_c_werror_flag"
15000 || test ! -s conftest.err'
15001 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15002 (eval $ac_try) 2>&5
15004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15005 (exit $ac_status); }; } &&
15006 { ac_try
='test -s conftest.$ac_objext'
15007 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15008 (eval $ac_try) 2>&5
15010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15011 (exit $ac_status); }; }; then
15012 ac_header_compiler
=yes
15014 echo "$as_me: failed program was:" >&5
15015 sed 's/^/| /' conftest.
$ac_ext >&5
15017 ac_header_compiler
=no
15019 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15020 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15021 echo "${ECHO_T}$ac_header_compiler" >&6
15023 # Is the header present?
15024 echo "$as_me:$LINENO: checking $ac_header presence" >&5
15025 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15026 cat >conftest.
$ac_ext <<_ACEOF
15029 cat confdefs.h
>>conftest.
$ac_ext
15030 cat >>conftest.
$ac_ext <<_ACEOF
15031 /* end confdefs.h. */
15032 #include <$ac_header>
15034 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15035 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
15037 grep -v '^ *+' conftest.er1
>conftest.err
15039 cat conftest.err
>&5
15040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15041 (exit $ac_status); } >/dev
/null
; then
15042 if test -s conftest.err
; then
15043 ac_cpp_err
=$ac_c_preproc_warn_flag
15044 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
15051 if test -z "$ac_cpp_err"; then
15052 ac_header_preproc
=yes
15054 echo "$as_me: failed program was:" >&5
15055 sed 's/^/| /' conftest.
$ac_ext >&5
15057 ac_header_preproc
=no
15059 rm -f conftest.err conftest.
$ac_ext
15060 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15061 echo "${ECHO_T}$ac_header_preproc" >&6
15063 # So? What about this header?
15064 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15066 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15067 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15068 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15069 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15070 ac_header_preproc
=yes
15073 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15074 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15075 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15076 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15077 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15078 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15079 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15080 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15081 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15082 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15083 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15084 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15087 ## ------------------------------------------------------ ##
15088 ## Report this to the GNU Fortran Runtime Library lists. ##
15089 ## ------------------------------------------------------ ##
15092 sed "s/^/$as_me: WARNING: /" >&2
15095 echo "$as_me:$LINENO: checking for $ac_header" >&5
15096 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15097 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15098 echo $ECHO_N "(cached) $ECHO_C" >&6
15100 eval "$as_ac_Header=\$ac_header_preproc"
15102 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15103 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15106 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15107 cat >>confdefs.h
<<_ACEOF
15108 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15119 for ac_header
in time.h sys
/time.h sys
/times.h sys
/resource.h
15121 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15122 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15123 echo "$as_me:$LINENO: checking for $ac_header" >&5
15124 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15125 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15126 echo $ECHO_N "(cached) $ECHO_C" >&6
15128 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15129 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15131 # Is the header compilable?
15132 echo "$as_me:$LINENO: checking $ac_header usability" >&5
15133 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15134 cat >conftest.
$ac_ext <<_ACEOF
15137 cat confdefs.h
>>conftest.
$ac_ext
15138 cat >>conftest.
$ac_ext <<_ACEOF
15139 /* end confdefs.h. */
15140 $ac_includes_default
15141 #include <$ac_header>
15143 rm -f conftest.
$ac_objext
15144 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15145 (eval $ac_compile) 2>conftest.er1
15147 grep -v '^ *+' conftest.er1
>conftest.err
15149 cat conftest.err
>&5
15150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15151 (exit $ac_status); } &&
15152 { ac_try
='test -z "$ac_c_werror_flag"
15153 || test ! -s conftest.err'
15154 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15155 (eval $ac_try) 2>&5
15157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15158 (exit $ac_status); }; } &&
15159 { ac_try
='test -s conftest.$ac_objext'
15160 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15161 (eval $ac_try) 2>&5
15163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15164 (exit $ac_status); }; }; then
15165 ac_header_compiler
=yes
15167 echo "$as_me: failed program was:" >&5
15168 sed 's/^/| /' conftest.
$ac_ext >&5
15170 ac_header_compiler
=no
15172 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15173 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15174 echo "${ECHO_T}$ac_header_compiler" >&6
15176 # Is the header present?
15177 echo "$as_me:$LINENO: checking $ac_header presence" >&5
15178 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15179 cat >conftest.
$ac_ext <<_ACEOF
15182 cat confdefs.h
>>conftest.
$ac_ext
15183 cat >>conftest.
$ac_ext <<_ACEOF
15184 /* end confdefs.h. */
15185 #include <$ac_header>
15187 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15188 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
15190 grep -v '^ *+' conftest.er1
>conftest.err
15192 cat conftest.err
>&5
15193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15194 (exit $ac_status); } >/dev
/null
; then
15195 if test -s conftest.err
; then
15196 ac_cpp_err
=$ac_c_preproc_warn_flag
15197 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
15204 if test -z "$ac_cpp_err"; then
15205 ac_header_preproc
=yes
15207 echo "$as_me: failed program was:" >&5
15208 sed 's/^/| /' conftest.
$ac_ext >&5
15210 ac_header_preproc
=no
15212 rm -f conftest.err conftest.
$ac_ext
15213 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15214 echo "${ECHO_T}$ac_header_preproc" >&6
15216 # So? What about this header?
15217 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15219 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15220 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15221 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15222 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15223 ac_header_preproc
=yes
15226 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15227 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15228 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15229 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15230 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15231 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15232 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15233 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15234 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15235 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15236 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15237 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15240 ## ------------------------------------------------------ ##
15241 ## Report this to the GNU Fortran Runtime Library lists. ##
15242 ## ------------------------------------------------------ ##
15245 sed "s/^/$as_me: WARNING: /" >&2
15248 echo "$as_me:$LINENO: checking for $ac_header" >&5
15249 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15250 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15251 echo $ECHO_N "(cached) $ECHO_C" >&6
15253 eval "$as_ac_Header=\$ac_header_preproc"
15255 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15256 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15259 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15260 cat >>confdefs.h
<<_ACEOF
15261 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15273 for ac_header
in sys
/types.h sys
/stat.h sys
/wait.h floatingpoint.h ieeefp.h
15275 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15276 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15277 echo "$as_me:$LINENO: checking for $ac_header" >&5
15278 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15279 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15280 echo $ECHO_N "(cached) $ECHO_C" >&6
15282 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15283 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15285 # Is the header compilable?
15286 echo "$as_me:$LINENO: checking $ac_header usability" >&5
15287 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15288 cat >conftest.
$ac_ext <<_ACEOF
15291 cat confdefs.h
>>conftest.
$ac_ext
15292 cat >>conftest.
$ac_ext <<_ACEOF
15293 /* end confdefs.h. */
15294 $ac_includes_default
15295 #include <$ac_header>
15297 rm -f conftest.
$ac_objext
15298 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15299 (eval $ac_compile) 2>conftest.er1
15301 grep -v '^ *+' conftest.er1
>conftest.err
15303 cat conftest.err
>&5
15304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15305 (exit $ac_status); } &&
15306 { ac_try
='test -z "$ac_c_werror_flag"
15307 || test ! -s conftest.err'
15308 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15309 (eval $ac_try) 2>&5
15311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15312 (exit $ac_status); }; } &&
15313 { ac_try
='test -s conftest.$ac_objext'
15314 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15315 (eval $ac_try) 2>&5
15317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15318 (exit $ac_status); }; }; then
15319 ac_header_compiler
=yes
15321 echo "$as_me: failed program was:" >&5
15322 sed 's/^/| /' conftest.
$ac_ext >&5
15324 ac_header_compiler
=no
15326 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15327 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15328 echo "${ECHO_T}$ac_header_compiler" >&6
15330 # Is the header present?
15331 echo "$as_me:$LINENO: checking $ac_header presence" >&5
15332 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15333 cat >conftest.
$ac_ext <<_ACEOF
15336 cat confdefs.h
>>conftest.
$ac_ext
15337 cat >>conftest.
$ac_ext <<_ACEOF
15338 /* end confdefs.h. */
15339 #include <$ac_header>
15341 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15342 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
15344 grep -v '^ *+' conftest.er1
>conftest.err
15346 cat conftest.err
>&5
15347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15348 (exit $ac_status); } >/dev
/null
; then
15349 if test -s conftest.err
; then
15350 ac_cpp_err
=$ac_c_preproc_warn_flag
15351 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
15358 if test -z "$ac_cpp_err"; then
15359 ac_header_preproc
=yes
15361 echo "$as_me: failed program was:" >&5
15362 sed 's/^/| /' conftest.
$ac_ext >&5
15364 ac_header_preproc
=no
15366 rm -f conftest.err conftest.
$ac_ext
15367 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15368 echo "${ECHO_T}$ac_header_preproc" >&6
15370 # So? What about this header?
15371 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15373 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15374 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15375 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15376 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15377 ac_header_preproc
=yes
15380 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15381 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15382 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15383 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15384 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15385 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15386 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15387 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15388 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15389 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15390 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15391 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15394 ## ------------------------------------------------------ ##
15395 ## Report this to the GNU Fortran Runtime Library lists. ##
15396 ## ------------------------------------------------------ ##
15399 sed "s/^/$as_me: WARNING: /" >&2
15402 echo "$as_me:$LINENO: checking for $ac_header" >&5
15403 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15404 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15405 echo $ECHO_N "(cached) $ECHO_C" >&6
15407 eval "$as_ac_Header=\$ac_header_preproc"
15409 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15410 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15413 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15414 cat >>confdefs.h
<<_ACEOF
15415 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15427 for ac_header
in fenv.h fptrap.h float.h execinfo.h
pwd.h
15429 as_ac_Header
=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15430 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15431 echo "$as_me:$LINENO: checking for $ac_header" >&5
15432 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15433 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15434 echo $ECHO_N "(cached) $ECHO_C" >&6
15436 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15437 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15439 # Is the header compilable?
15440 echo "$as_me:$LINENO: checking $ac_header usability" >&5
15441 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6
15442 cat >conftest.
$ac_ext <<_ACEOF
15445 cat confdefs.h
>>conftest.
$ac_ext
15446 cat >>conftest.
$ac_ext <<_ACEOF
15447 /* end confdefs.h. */
15448 $ac_includes_default
15449 #include <$ac_header>
15451 rm -f conftest.
$ac_objext
15452 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15453 (eval $ac_compile) 2>conftest.er1
15455 grep -v '^ *+' conftest.er1
>conftest.err
15457 cat conftest.err
>&5
15458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15459 (exit $ac_status); } &&
15460 { ac_try
='test -z "$ac_c_werror_flag"
15461 || test ! -s conftest.err'
15462 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15463 (eval $ac_try) 2>&5
15465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15466 (exit $ac_status); }; } &&
15467 { ac_try
='test -s conftest.$ac_objext'
15468 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15469 (eval $ac_try) 2>&5
15471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15472 (exit $ac_status); }; }; then
15473 ac_header_compiler
=yes
15475 echo "$as_me: failed program was:" >&5
15476 sed 's/^/| /' conftest.
$ac_ext >&5
15478 ac_header_compiler
=no
15480 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15481 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15482 echo "${ECHO_T}$ac_header_compiler" >&6
15484 # Is the header present?
15485 echo "$as_me:$LINENO: checking $ac_header presence" >&5
15486 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6
15487 cat >conftest.
$ac_ext <<_ACEOF
15490 cat confdefs.h
>>conftest.
$ac_ext
15491 cat >>conftest.
$ac_ext <<_ACEOF
15492 /* end confdefs.h. */
15493 #include <$ac_header>
15495 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15496 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
15498 grep -v '^ *+' conftest.er1
>conftest.err
15500 cat conftest.err
>&5
15501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15502 (exit $ac_status); } >/dev
/null
; then
15503 if test -s conftest.err
; then
15504 ac_cpp_err
=$ac_c_preproc_warn_flag
15505 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
15512 if test -z "$ac_cpp_err"; then
15513 ac_header_preproc
=yes
15515 echo "$as_me: failed program was:" >&5
15516 sed 's/^/| /' conftest.
$ac_ext >&5
15518 ac_header_preproc
=no
15520 rm -f conftest.err conftest.
$ac_ext
15521 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15522 echo "${ECHO_T}$ac_header_preproc" >&6
15524 # So? What about this header?
15525 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15527 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15528 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15529 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15530 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15531 ac_header_preproc
=yes
15534 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15535 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15536 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15537 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15538 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15539 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15540 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15541 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15542 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15543 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15544 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15545 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15548 ## ------------------------------------------------------ ##
15549 ## Report this to the GNU Fortran Runtime Library lists. ##
15550 ## ------------------------------------------------------ ##
15553 sed "s/^/$as_me: WARNING: /" >&2
15556 echo "$as_me:$LINENO: checking for $ac_header" >&5
15557 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6
15558 if eval "test \"\${$as_ac_Header+set}\" = set"; then
15559 echo $ECHO_N "(cached) $ECHO_C" >&6
15561 eval "$as_ac_Header=\$ac_header_preproc"
15563 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_Header'}'`" >&5
15564 echo "${ECHO_T}`eval echo '${'$as_ac_Header'}'`" >&6
15567 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15568 cat >>confdefs.h
<<_ACEOF
15569 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15576 if test "${ac_cv_header_complex_h+set}" = set; then
15577 echo "$as_me:$LINENO: checking for complex.h" >&5
15578 echo $ECHO_N "checking for complex.h... $ECHO_C" >&6
15579 if test "${ac_cv_header_complex_h+set}" = set; then
15580 echo $ECHO_N "(cached) $ECHO_C" >&6
15582 echo "$as_me:$LINENO: result: $ac_cv_header_complex_h" >&5
15583 echo "${ECHO_T}$ac_cv_header_complex_h" >&6
15585 # Is the header compilable?
15586 echo "$as_me:$LINENO: checking complex.h usability" >&5
15587 echo $ECHO_N "checking complex.h usability... $ECHO_C" >&6
15588 cat >conftest.
$ac_ext <<_ACEOF
15591 cat confdefs.h
>>conftest.
$ac_ext
15592 cat >>conftest.
$ac_ext <<_ACEOF
15593 /* end confdefs.h. */
15594 $ac_includes_default
15595 #include <complex.h>
15597 rm -f conftest.
$ac_objext
15598 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15599 (eval $ac_compile) 2>conftest.er1
15601 grep -v '^ *+' conftest.er1
>conftest.err
15603 cat conftest.err
>&5
15604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15605 (exit $ac_status); } &&
15606 { ac_try
='test -z "$ac_c_werror_flag"
15607 || test ! -s conftest.err'
15608 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15609 (eval $ac_try) 2>&5
15611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15612 (exit $ac_status); }; } &&
15613 { ac_try
='test -s conftest.$ac_objext'
15614 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15615 (eval $ac_try) 2>&5
15617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15618 (exit $ac_status); }; }; then
15619 ac_header_compiler
=yes
15621 echo "$as_me: failed program was:" >&5
15622 sed 's/^/| /' conftest.
$ac_ext >&5
15624 ac_header_compiler
=no
15626 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15627 echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15628 echo "${ECHO_T}$ac_header_compiler" >&6
15630 # Is the header present?
15631 echo "$as_me:$LINENO: checking complex.h presence" >&5
15632 echo $ECHO_N "checking complex.h presence... $ECHO_C" >&6
15633 cat >conftest.
$ac_ext <<_ACEOF
15636 cat confdefs.h
>>conftest.
$ac_ext
15637 cat >>conftest.
$ac_ext <<_ACEOF
15638 /* end confdefs.h. */
15639 #include <complex.h>
15641 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
15642 (eval $ac_cpp conftest.
$ac_ext) 2>conftest.er1
15644 grep -v '^ *+' conftest.er1
>conftest.err
15646 cat conftest.err
>&5
15647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15648 (exit $ac_status); } >/dev
/null
; then
15649 if test -s conftest.err
; then
15650 ac_cpp_err
=$ac_c_preproc_warn_flag
15651 ac_cpp_err
=$ac_cpp_err$ac_c_werror_flag
15658 if test -z "$ac_cpp_err"; then
15659 ac_header_preproc
=yes
15661 echo "$as_me: failed program was:" >&5
15662 sed 's/^/| /' conftest.
$ac_ext >&5
15664 ac_header_preproc
=no
15666 rm -f conftest.err conftest.
$ac_ext
15667 echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15668 echo "${ECHO_T}$ac_header_preproc" >&6
15670 # So? What about this header?
15671 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15673 { echo "$as_me:$LINENO: WARNING: complex.h: accepted by the compiler, rejected by the preprocessor!" >&5
15674 echo "$as_me: WARNING: complex.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15675 { echo "$as_me:$LINENO: WARNING: complex.h: proceeding with the compiler's result" >&5
15676 echo "$as_me: WARNING: complex.h: proceeding with the compiler's result" >&2;}
15677 ac_header_preproc
=yes
15680 { echo "$as_me:$LINENO: WARNING: complex.h: present but cannot be compiled" >&5
15681 echo "$as_me: WARNING: complex.h: present but cannot be compiled" >&2;}
15682 { echo "$as_me:$LINENO: WARNING: complex.h: check for missing prerequisite headers?" >&5
15683 echo "$as_me: WARNING: complex.h: check for missing prerequisite headers?" >&2;}
15684 { echo "$as_me:$LINENO: WARNING: complex.h: see the Autoconf documentation" >&5
15685 echo "$as_me: WARNING: complex.h: see the Autoconf documentation" >&2;}
15686 { echo "$as_me:$LINENO: WARNING: complex.h: section \"Present But Cannot Be Compiled\"" >&5
15687 echo "$as_me: WARNING: complex.h: section \"Present But Cannot Be Compiled\"" >&2;}
15688 { echo "$as_me:$LINENO: WARNING: complex.h: proceeding with the preprocessor's result" >&5
15689 echo "$as_me: WARNING: complex.h: proceeding with the preprocessor's result" >&2;}
15690 { echo "$as_me:$LINENO: WARNING: complex.h: in the future, the compiler will take precedence" >&5
15691 echo "$as_me: WARNING: complex.h: in the future, the compiler will take precedence" >&2;}
15694 ## ------------------------------------------------------ ##
15695 ## Report this to the GNU Fortran Runtime Library lists. ##
15696 ## ------------------------------------------------------ ##
15699 sed "s/^/$as_me: WARNING: /" >&2
15702 echo "$as_me:$LINENO: checking for complex.h" >&5
15703 echo $ECHO_N "checking for complex.h... $ECHO_C" >&6
15704 if test "${ac_cv_header_complex_h+set}" = set; then
15705 echo $ECHO_N "(cached) $ECHO_C" >&6
15707 ac_cv_header_complex_h
=$ac_header_preproc
15709 echo "$as_me:$LINENO: result: $ac_cv_header_complex_h" >&5
15710 echo "${ECHO_T}$ac_cv_header_complex_h" >&6
15713 if test $ac_cv_header_complex_h = yes; then
15715 cat >>confdefs.h
<<\_ACEOF
15716 #define HAVE_COMPLEX_H 1
15724 inttype_headers
=`echo inttypes.h sys/inttypes.h | sed -e 's/,/ /g'`
15726 acx_cv_header_stdint
=stddef.h
15727 acx_cv_header_stdint_kind
="(already complete)"
15728 for i
in stdint.h
$inttype_headers; do
15729 unset ac_cv_type_uintptr_t
15730 unset ac_cv_type_uintmax_t
15731 unset ac_cv_type_int_least32_t
15732 unset ac_cv_type_int_fast32_t
15733 unset ac_cv_type_uint64_t
15734 echo $ECHO_N "looking for a compliant stdint.h in $i, $ECHO_C" >&6
15735 echo "$as_me:$LINENO: checking for uintmax_t" >&5
15736 echo $ECHO_N "checking for uintmax_t... $ECHO_C" >&6
15737 if test "${ac_cv_type_uintmax_t+set}" = set; then
15738 echo $ECHO_N "(cached) $ECHO_C" >&6
15740 cat >conftest.
$ac_ext <<_ACEOF
15743 cat confdefs.h
>>conftest.
$ac_ext
15744 cat >>conftest.
$ac_ext <<_ACEOF
15745 /* end confdefs.h. */
15746 #include <sys/types.h>
15752 if ((uintmax_t *) 0)
15754 if (sizeof (uintmax_t))
15760 rm -f conftest.
$ac_objext
15761 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15762 (eval $ac_compile) 2>conftest.er1
15764 grep -v '^ *+' conftest.er1
>conftest.err
15766 cat conftest.err
>&5
15767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15768 (exit $ac_status); } &&
15769 { ac_try
='test -z "$ac_c_werror_flag"
15770 || test ! -s conftest.err'
15771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15772 (eval $ac_try) 2>&5
15774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15775 (exit $ac_status); }; } &&
15776 { ac_try
='test -s conftest.$ac_objext'
15777 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15778 (eval $ac_try) 2>&5
15780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15781 (exit $ac_status); }; }; then
15782 ac_cv_type_uintmax_t
=yes
15784 echo "$as_me: failed program was:" >&5
15785 sed 's/^/| /' conftest.
$ac_ext >&5
15787 ac_cv_type_uintmax_t
=no
15789 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15791 echo "$as_me:$LINENO: result: $ac_cv_type_uintmax_t" >&5
15792 echo "${ECHO_T}$ac_cv_type_uintmax_t" >&6
15793 if test $ac_cv_type_uintmax_t = yes; then
15794 acx_cv_header_stdint
=$i
15799 echo "$as_me:$LINENO: checking for uintptr_t" >&5
15800 echo $ECHO_N "checking for uintptr_t... $ECHO_C" >&6
15801 if test "${ac_cv_type_uintptr_t+set}" = set; then
15802 echo $ECHO_N "(cached) $ECHO_C" >&6
15804 cat >conftest.
$ac_ext <<_ACEOF
15807 cat confdefs.h
>>conftest.
$ac_ext
15808 cat >>conftest.
$ac_ext <<_ACEOF
15809 /* end confdefs.h. */
15810 #include <sys/types.h>
15816 if ((uintptr_t *) 0)
15818 if (sizeof (uintptr_t))
15824 rm -f conftest.
$ac_objext
15825 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15826 (eval $ac_compile) 2>conftest.er1
15828 grep -v '^ *+' conftest.er1
>conftest.err
15830 cat conftest.err
>&5
15831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15832 (exit $ac_status); } &&
15833 { ac_try
='test -z "$ac_c_werror_flag"
15834 || test ! -s conftest.err'
15835 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15836 (eval $ac_try) 2>&5
15838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15839 (exit $ac_status); }; } &&
15840 { ac_try
='test -s conftest.$ac_objext'
15841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15842 (eval $ac_try) 2>&5
15844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15845 (exit $ac_status); }; }; then
15846 ac_cv_type_uintptr_t
=yes
15848 echo "$as_me: failed program was:" >&5
15849 sed 's/^/| /' conftest.
$ac_ext >&5
15851 ac_cv_type_uintptr_t
=no
15853 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15855 echo "$as_me:$LINENO: result: $ac_cv_type_uintptr_t" >&5
15856 echo "${ECHO_T}$ac_cv_type_uintptr_t" >&6
15857 if test $ac_cv_type_uintptr_t = yes; then
15860 acx_cv_header_stdint_kind
="(mostly complete)"
15863 echo "$as_me:$LINENO: checking for int_least32_t" >&5
15864 echo $ECHO_N "checking for int_least32_t... $ECHO_C" >&6
15865 if test "${ac_cv_type_int_least32_t+set}" = set; then
15866 echo $ECHO_N "(cached) $ECHO_C" >&6
15868 cat >conftest.
$ac_ext <<_ACEOF
15871 cat confdefs.h
>>conftest.
$ac_ext
15872 cat >>conftest.
$ac_ext <<_ACEOF
15873 /* end confdefs.h. */
15874 #include <sys/types.h>
15880 if ((int_least32_t *) 0)
15882 if (sizeof (int_least32_t))
15888 rm -f conftest.
$ac_objext
15889 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15890 (eval $ac_compile) 2>conftest.er1
15892 grep -v '^ *+' conftest.er1
>conftest.err
15894 cat conftest.err
>&5
15895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15896 (exit $ac_status); } &&
15897 { ac_try
='test -z "$ac_c_werror_flag"
15898 || test ! -s conftest.err'
15899 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15900 (eval $ac_try) 2>&5
15902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15903 (exit $ac_status); }; } &&
15904 { ac_try
='test -s conftest.$ac_objext'
15905 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15906 (eval $ac_try) 2>&5
15908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15909 (exit $ac_status); }; }; then
15910 ac_cv_type_int_least32_t
=yes
15912 echo "$as_me: failed program was:" >&5
15913 sed 's/^/| /' conftest.
$ac_ext >&5
15915 ac_cv_type_int_least32_t
=no
15917 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15919 echo "$as_me:$LINENO: result: $ac_cv_type_int_least32_t" >&5
15920 echo "${ECHO_T}$ac_cv_type_int_least32_t" >&6
15921 if test $ac_cv_type_int_least32_t = yes; then
15924 acx_cv_header_stdint_kind
="(mostly complete)"
15927 echo "$as_me:$LINENO: checking for int_fast32_t" >&5
15928 echo $ECHO_N "checking for int_fast32_t... $ECHO_C" >&6
15929 if test "${ac_cv_type_int_fast32_t+set}" = set; then
15930 echo $ECHO_N "(cached) $ECHO_C" >&6
15932 cat >conftest.
$ac_ext <<_ACEOF
15935 cat confdefs.h
>>conftest.
$ac_ext
15936 cat >>conftest.
$ac_ext <<_ACEOF
15937 /* end confdefs.h. */
15938 #include <sys/types.h>
15944 if ((int_fast32_t *) 0)
15946 if (sizeof (int_fast32_t))
15952 rm -f conftest.
$ac_objext
15953 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
15954 (eval $ac_compile) 2>conftest.er1
15956 grep -v '^ *+' conftest.er1
>conftest.err
15958 cat conftest.err
>&5
15959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15960 (exit $ac_status); } &&
15961 { ac_try
='test -z "$ac_c_werror_flag"
15962 || test ! -s conftest.err'
15963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15964 (eval $ac_try) 2>&5
15966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15967 (exit $ac_status); }; } &&
15968 { ac_try
='test -s conftest.$ac_objext'
15969 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15970 (eval $ac_try) 2>&5
15972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15973 (exit $ac_status); }; }; then
15974 ac_cv_type_int_fast32_t
=yes
15976 echo "$as_me: failed program was:" >&5
15977 sed 's/^/| /' conftest.
$ac_ext >&5
15979 ac_cv_type_int_fast32_t
=no
15981 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
15983 echo "$as_me:$LINENO: result: $ac_cv_type_int_fast32_t" >&5
15984 echo "${ECHO_T}$ac_cv_type_int_fast32_t" >&6
15985 if test $ac_cv_type_int_fast32_t = yes; then
15988 acx_cv_header_stdint_kind
="(mostly complete)"
15991 echo "$as_me:$LINENO: checking for uint64_t" >&5
15992 echo $ECHO_N "checking for uint64_t... $ECHO_C" >&6
15993 if test "${ac_cv_type_uint64_t+set}" = set; then
15994 echo $ECHO_N "(cached) $ECHO_C" >&6
15996 cat >conftest.
$ac_ext <<_ACEOF
15999 cat confdefs.h
>>conftest.
$ac_ext
16000 cat >>conftest.
$ac_ext <<_ACEOF
16001 /* end confdefs.h. */
16002 #include <sys/types.h>
16008 if ((uint64_t *) 0)
16010 if (sizeof (uint64_t))
16016 rm -f conftest.
$ac_objext
16017 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16018 (eval $ac_compile) 2>conftest.er1
16020 grep -v '^ *+' conftest.er1
>conftest.err
16022 cat conftest.err
>&5
16023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16024 (exit $ac_status); } &&
16025 { ac_try
='test -z "$ac_c_werror_flag"
16026 || test ! -s conftest.err'
16027 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16028 (eval $ac_try) 2>&5
16030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16031 (exit $ac_status); }; } &&
16032 { ac_try
='test -s conftest.$ac_objext'
16033 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16034 (eval $ac_try) 2>&5
16036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16037 (exit $ac_status); }; }; then
16038 ac_cv_type_uint64_t
=yes
16040 echo "$as_me: failed program was:" >&5
16041 sed 's/^/| /' conftest.
$ac_ext >&5
16043 ac_cv_type_uint64_t
=no
16045 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16047 echo "$as_me:$LINENO: result: $ac_cv_type_uint64_t" >&5
16048 echo "${ECHO_T}$ac_cv_type_uint64_t" >&6
16049 if test $ac_cv_type_uint64_t = yes; then
16052 acx_cv_header_stdint_kind
="(lacks uint64_t)"
16057 if test "$acx_cv_header_stdint" = stddef.h
; then
16058 acx_cv_header_stdint_kind
="(lacks uintmax_t)"
16059 for i
in stdint.h
$inttype_headers; do
16060 unset ac_cv_type_uintptr_t
16061 unset ac_cv_type_uint32_t
16062 unset ac_cv_type_uint64_t
16063 echo $ECHO_N "looking for an incomplete stdint.h in $i, $ECHO_C" >&6
16064 echo "$as_me:$LINENO: checking for uint32_t" >&5
16065 echo $ECHO_N "checking for uint32_t... $ECHO_C" >&6
16066 if test "${ac_cv_type_uint32_t+set}" = set; then
16067 echo $ECHO_N "(cached) $ECHO_C" >&6
16069 cat >conftest.
$ac_ext <<_ACEOF
16072 cat confdefs.h
>>conftest.
$ac_ext
16073 cat >>conftest.
$ac_ext <<_ACEOF
16074 /* end confdefs.h. */
16075 #include <sys/types.h>
16081 if ((uint32_t *) 0)
16083 if (sizeof (uint32_t))
16089 rm -f conftest.
$ac_objext
16090 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16091 (eval $ac_compile) 2>conftest.er1
16093 grep -v '^ *+' conftest.er1
>conftest.err
16095 cat conftest.err
>&5
16096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16097 (exit $ac_status); } &&
16098 { ac_try
='test -z "$ac_c_werror_flag"
16099 || test ! -s conftest.err'
16100 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16101 (eval $ac_try) 2>&5
16103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16104 (exit $ac_status); }; } &&
16105 { ac_try
='test -s conftest.$ac_objext'
16106 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16107 (eval $ac_try) 2>&5
16109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16110 (exit $ac_status); }; }; then
16111 ac_cv_type_uint32_t
=yes
16113 echo "$as_me: failed program was:" >&5
16114 sed 's/^/| /' conftest.
$ac_ext >&5
16116 ac_cv_type_uint32_t
=no
16118 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16120 echo "$as_me:$LINENO: result: $ac_cv_type_uint32_t" >&5
16121 echo "${ECHO_T}$ac_cv_type_uint32_t" >&6
16122 if test $ac_cv_type_uint32_t = yes; then
16123 acx_cv_header_stdint
=$i
16128 echo "$as_me:$LINENO: checking for uint64_t" >&5
16129 echo $ECHO_N "checking for uint64_t... $ECHO_C" >&6
16130 if test "${ac_cv_type_uint64_t+set}" = set; then
16131 echo $ECHO_N "(cached) $ECHO_C" >&6
16133 cat >conftest.
$ac_ext <<_ACEOF
16136 cat confdefs.h
>>conftest.
$ac_ext
16137 cat >>conftest.
$ac_ext <<_ACEOF
16138 /* end confdefs.h. */
16139 #include <sys/types.h>
16145 if ((uint64_t *) 0)
16147 if (sizeof (uint64_t))
16153 rm -f conftest.
$ac_objext
16154 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16155 (eval $ac_compile) 2>conftest.er1
16157 grep -v '^ *+' conftest.er1
>conftest.err
16159 cat conftest.err
>&5
16160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16161 (exit $ac_status); } &&
16162 { ac_try
='test -z "$ac_c_werror_flag"
16163 || test ! -s conftest.err'
16164 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16165 (eval $ac_try) 2>&5
16167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16168 (exit $ac_status); }; } &&
16169 { ac_try
='test -s conftest.$ac_objext'
16170 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16171 (eval $ac_try) 2>&5
16173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16174 (exit $ac_status); }; }; then
16175 ac_cv_type_uint64_t
=yes
16177 echo "$as_me: failed program was:" >&5
16178 sed 's/^/| /' conftest.
$ac_ext >&5
16180 ac_cv_type_uint64_t
=no
16182 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16184 echo "$as_me:$LINENO: result: $ac_cv_type_uint64_t" >&5
16185 echo "${ECHO_T}$ac_cv_type_uint64_t" >&6
16187 echo "$as_me:$LINENO: checking for uintptr_t" >&5
16188 echo $ECHO_N "checking for uintptr_t... $ECHO_C" >&6
16189 if test "${ac_cv_type_uintptr_t+set}" = set; then
16190 echo $ECHO_N "(cached) $ECHO_C" >&6
16192 cat >conftest.
$ac_ext <<_ACEOF
16195 cat confdefs.h
>>conftest.
$ac_ext
16196 cat >>conftest.
$ac_ext <<_ACEOF
16197 /* end confdefs.h. */
16198 #include <sys/types.h>
16204 if ((uintptr_t *) 0)
16206 if (sizeof (uintptr_t))
16212 rm -f conftest.
$ac_objext
16213 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16214 (eval $ac_compile) 2>conftest.er1
16216 grep -v '^ *+' conftest.er1
>conftest.err
16218 cat conftest.err
>&5
16219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16220 (exit $ac_status); } &&
16221 { ac_try
='test -z "$ac_c_werror_flag"
16222 || test ! -s conftest.err'
16223 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16224 (eval $ac_try) 2>&5
16226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16227 (exit $ac_status); }; } &&
16228 { ac_try
='test -s conftest.$ac_objext'
16229 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16230 (eval $ac_try) 2>&5
16232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16233 (exit $ac_status); }; }; then
16234 ac_cv_type_uintptr_t
=yes
16236 echo "$as_me: failed program was:" >&5
16237 sed 's/^/| /' conftest.
$ac_ext >&5
16239 ac_cv_type_uintptr_t
=no
16241 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16243 echo "$as_me:$LINENO: result: $ac_cv_type_uintptr_t" >&5
16244 echo "${ECHO_T}$ac_cv_type_uintptr_t" >&6
16249 if test "$acx_cv_header_stdint" = stddef.h
; then
16250 acx_cv_header_stdint_kind
="(u_intXX_t style)"
16251 for i
in sys
/types.h
$inttype_headers; do
16252 unset ac_cv_type_u_int32_t
16253 unset ac_cv_type_u_int64_t
16254 echo $ECHO_N "looking for u_intXX_t types in $i, $ECHO_C" >&6
16255 echo "$as_me:$LINENO: checking for u_int32_t" >&5
16256 echo $ECHO_N "checking for u_int32_t... $ECHO_C" >&6
16257 if test "${ac_cv_type_u_int32_t+set}" = set; then
16258 echo $ECHO_N "(cached) $ECHO_C" >&6
16260 cat >conftest.
$ac_ext <<_ACEOF
16263 cat confdefs.h
>>conftest.
$ac_ext
16264 cat >>conftest.
$ac_ext <<_ACEOF
16265 /* end confdefs.h. */
16266 #include <sys/types.h>
16272 if ((u_int32_t *) 0)
16274 if (sizeof (u_int32_t))
16280 rm -f conftest.
$ac_objext
16281 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16282 (eval $ac_compile) 2>conftest.er1
16284 grep -v '^ *+' conftest.er1
>conftest.err
16286 cat conftest.err
>&5
16287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16288 (exit $ac_status); } &&
16289 { ac_try
='test -z "$ac_c_werror_flag"
16290 || test ! -s conftest.err'
16291 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16292 (eval $ac_try) 2>&5
16294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16295 (exit $ac_status); }; } &&
16296 { ac_try
='test -s conftest.$ac_objext'
16297 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16298 (eval $ac_try) 2>&5
16300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16301 (exit $ac_status); }; }; then
16302 ac_cv_type_u_int32_t
=yes
16304 echo "$as_me: failed program was:" >&5
16305 sed 's/^/| /' conftest.
$ac_ext >&5
16307 ac_cv_type_u_int32_t
=no
16309 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16311 echo "$as_me:$LINENO: result: $ac_cv_type_u_int32_t" >&5
16312 echo "${ECHO_T}$ac_cv_type_u_int32_t" >&6
16313 if test $ac_cv_type_u_int32_t = yes; then
16314 acx_cv_header_stdint
=$i
16319 echo "$as_me:$LINENO: checking for u_int64_t" >&5
16320 echo $ECHO_N "checking for u_int64_t... $ECHO_C" >&6
16321 if test "${ac_cv_type_u_int64_t+set}" = set; then
16322 echo $ECHO_N "(cached) $ECHO_C" >&6
16324 cat >conftest.
$ac_ext <<_ACEOF
16327 cat confdefs.h
>>conftest.
$ac_ext
16328 cat >>conftest.
$ac_ext <<_ACEOF
16329 /* end confdefs.h. */
16330 #include <sys/types.h>
16336 if ((u_int64_t *) 0)
16338 if (sizeof (u_int64_t))
16344 rm -f conftest.
$ac_objext
16345 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16346 (eval $ac_compile) 2>conftest.er1
16348 grep -v '^ *+' conftest.er1
>conftest.err
16350 cat conftest.err
>&5
16351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16352 (exit $ac_status); } &&
16353 { ac_try
='test -z "$ac_c_werror_flag"
16354 || test ! -s conftest.err'
16355 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16356 (eval $ac_try) 2>&5
16358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16359 (exit $ac_status); }; } &&
16360 { ac_try
='test -s conftest.$ac_objext'
16361 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16362 (eval $ac_try) 2>&5
16364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16365 (exit $ac_status); }; }; then
16366 ac_cv_type_u_int64_t
=yes
16368 echo "$as_me: failed program was:" >&5
16369 sed 's/^/| /' conftest.
$ac_ext >&5
16371 ac_cv_type_u_int64_t
=no
16373 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16375 echo "$as_me:$LINENO: result: $ac_cv_type_u_int64_t" >&5
16376 echo "${ECHO_T}$ac_cv_type_u_int64_t" >&6
16381 if test "$acx_cv_header_stdint" = stddef.h
; then
16382 acx_cv_header_stdint_kind
="(using manual detection)"
16385 test -z "$ac_cv_type_uintptr_t" && ac_cv_type_uintptr_t
=no
16386 test -z "$ac_cv_type_uint64_t" && ac_cv_type_uint64_t
=no
16387 test -z "$ac_cv_type_u_int64_t" && ac_cv_type_u_int64_t
=no
16388 test -z "$ac_cv_type_int_least32_t" && ac_cv_type_int_least32_t
=no
16389 test -z "$ac_cv_type_int_fast32_t" && ac_cv_type_int_fast32_t
=no
16391 # ----------------- Summarize what we found so far
16393 echo "$as_me:$LINENO: checking what to include in gstdint.h" >&5
16394 echo $ECHO_N "checking what to include in gstdint.h... $ECHO_C" >&6
16396 case `$as_basename gstdint.h ||
16397 $as_expr X/gstdint.h : '.*/\([^/][^/]*\)/*$' \| \
16398 Xgstdint.h : 'X\(//\)$' \| \
16399 Xgstdint.h : 'X\(/\)$' \| \
16400 . : '\(.\)' 2>/dev/null ||
16402 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
16403 /^X\/\(\/\/\)$/{ s//\1/; q; }
16404 /^X\/\(\/\).*/{ s//\1/; q; }
16406 stdint.h
) { echo "$as_me:$LINENO: WARNING: are you sure you want it there?" >&5
16407 echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
16408 inttypes.h
) { echo "$as_me:$LINENO: WARNING: are you sure you want it there?" >&5
16409 echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
16413 echo "$as_me:$LINENO: result: $acx_cv_header_stdint $acx_cv_header_stdint_kind" >&5
16414 echo "${ECHO_T}$acx_cv_header_stdint $acx_cv_header_stdint_kind" >&6
16416 # ----------------- done included file, check C basic types --------
16418 # Lacking an uintptr_t? Test size of void *
16419 case "$acx_cv_header_stdint:$ac_cv_type_uintptr_t" in
16420 stddef.h
:* |
*:no
) echo "$as_me:$LINENO: checking for void *" >&5
16421 echo $ECHO_N "checking for void *... $ECHO_C" >&6
16422 if test "${ac_cv_type_void_p+set}" = set; then
16423 echo $ECHO_N "(cached) $ECHO_C" >&6
16425 cat >conftest.
$ac_ext <<_ACEOF
16428 cat confdefs.h
>>conftest.
$ac_ext
16429 cat >>conftest.
$ac_ext <<_ACEOF
16430 /* end confdefs.h. */
16431 $ac_includes_default
16437 if (sizeof (void *))
16443 rm -f conftest.
$ac_objext
16444 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16445 (eval $ac_compile) 2>conftest.er1
16447 grep -v '^ *+' conftest.er1
>conftest.err
16449 cat conftest.err
>&5
16450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16451 (exit $ac_status); } &&
16452 { ac_try
='test -z "$ac_c_werror_flag"
16453 || test ! -s conftest.err'
16454 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16455 (eval $ac_try) 2>&5
16457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16458 (exit $ac_status); }; } &&
16459 { ac_try
='test -s conftest.$ac_objext'
16460 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16461 (eval $ac_try) 2>&5
16463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16464 (exit $ac_status); }; }; then
16465 ac_cv_type_void_p
=yes
16467 echo "$as_me: failed program was:" >&5
16468 sed 's/^/| /' conftest.
$ac_ext >&5
16470 ac_cv_type_void_p
=no
16472 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16474 echo "$as_me:$LINENO: result: $ac_cv_type_void_p" >&5
16475 echo "${ECHO_T}$ac_cv_type_void_p" >&6
16477 echo "$as_me:$LINENO: checking size of void *" >&5
16478 echo $ECHO_N "checking size of void *... $ECHO_C" >&6
16479 if test "${ac_cv_sizeof_void_p+set}" = set; then
16480 echo $ECHO_N "(cached) $ECHO_C" >&6
16482 if test "$ac_cv_type_void_p" = yes; then
16483 # The cast to unsigned long works around a bug in the HP C Compiler
16484 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16485 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16486 # This bug is HP SR number 8606223364.
16487 if test "$cross_compiling" = yes; then
16488 # Depending upon the size, compute the lo and hi bounds.
16489 cat >conftest.
$ac_ext <<_ACEOF
16492 cat confdefs.h
>>conftest.
$ac_ext
16493 cat >>conftest.
$ac_ext <<_ACEOF
16494 /* end confdefs.h. */
16495 $ac_includes_default
16499 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= 0)];
16506 rm -f conftest.
$ac_objext
16507 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16508 (eval $ac_compile) 2>conftest.er1
16510 grep -v '^ *+' conftest.er1
>conftest.err
16512 cat conftest.err
>&5
16513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16514 (exit $ac_status); } &&
16515 { ac_try
='test -z "$ac_c_werror_flag"
16516 || test ! -s conftest.err'
16517 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16518 (eval $ac_try) 2>&5
16520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16521 (exit $ac_status); }; } &&
16522 { ac_try
='test -s conftest.$ac_objext'
16523 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16524 (eval $ac_try) 2>&5
16526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16527 (exit $ac_status); }; }; then
16530 cat >conftest.
$ac_ext <<_ACEOF
16533 cat confdefs.h
>>conftest.
$ac_ext
16534 cat >>conftest.
$ac_ext <<_ACEOF
16535 /* end confdefs.h. */
16536 $ac_includes_default
16540 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
16547 rm -f conftest.
$ac_objext
16548 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16549 (eval $ac_compile) 2>conftest.er1
16551 grep -v '^ *+' conftest.er1
>conftest.err
16553 cat conftest.err
>&5
16554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16555 (exit $ac_status); } &&
16556 { ac_try
='test -z "$ac_c_werror_flag"
16557 || test ! -s conftest.err'
16558 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16559 (eval $ac_try) 2>&5
16561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16562 (exit $ac_status); }; } &&
16563 { ac_try
='test -s conftest.$ac_objext'
16564 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16565 (eval $ac_try) 2>&5
16567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16568 (exit $ac_status); }; }; then
16569 ac_hi
=$ac_mid; break
16571 echo "$as_me: failed program was:" >&5
16572 sed 's/^/| /' conftest.
$ac_ext >&5
16574 ac_lo
=`expr $ac_mid + 1`
16575 if test $ac_lo -le $ac_mid; then
16579 ac_mid
=`expr 2 '*' $ac_mid + 1`
16581 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16584 echo "$as_me: failed program was:" >&5
16585 sed 's/^/| /' conftest.
$ac_ext >&5
16587 cat >conftest.
$ac_ext <<_ACEOF
16590 cat confdefs.h
>>conftest.
$ac_ext
16591 cat >>conftest.
$ac_ext <<_ACEOF
16592 /* end confdefs.h. */
16593 $ac_includes_default
16597 static int test_array [1 - 2 * !(((long) (sizeof (void *))) < 0)];
16604 rm -f conftest.
$ac_objext
16605 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16606 (eval $ac_compile) 2>conftest.er1
16608 grep -v '^ *+' conftest.er1
>conftest.err
16610 cat conftest.err
>&5
16611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16612 (exit $ac_status); } &&
16613 { ac_try
='test -z "$ac_c_werror_flag"
16614 || test ! -s conftest.err'
16615 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16616 (eval $ac_try) 2>&5
16618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16619 (exit $ac_status); }; } &&
16620 { ac_try
='test -s conftest.$ac_objext'
16621 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16622 (eval $ac_try) 2>&5
16624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16625 (exit $ac_status); }; }; then
16628 cat >conftest.
$ac_ext <<_ACEOF
16631 cat confdefs.h
>>conftest.
$ac_ext
16632 cat >>conftest.
$ac_ext <<_ACEOF
16633 /* end confdefs.h. */
16634 $ac_includes_default
16638 static int test_array [1 - 2 * !(((long) (sizeof (void *))) >= $ac_mid)];
16645 rm -f conftest.
$ac_objext
16646 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16647 (eval $ac_compile) 2>conftest.er1
16649 grep -v '^ *+' conftest.er1
>conftest.err
16651 cat conftest.err
>&5
16652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16653 (exit $ac_status); } &&
16654 { ac_try
='test -z "$ac_c_werror_flag"
16655 || test ! -s conftest.err'
16656 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16657 (eval $ac_try) 2>&5
16659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16660 (exit $ac_status); }; } &&
16661 { ac_try
='test -s conftest.$ac_objext'
16662 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16663 (eval $ac_try) 2>&5
16665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16666 (exit $ac_status); }; }; then
16667 ac_lo
=$ac_mid; break
16669 echo "$as_me: failed program was:" >&5
16670 sed 's/^/| /' conftest.
$ac_ext >&5
16672 ac_hi
=`expr '(' $ac_mid ')' - 1`
16673 if test $ac_mid -le $ac_hi; then
16677 ac_mid
=`expr 2 '*' $ac_mid`
16679 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16682 echo "$as_me: failed program was:" >&5
16683 sed 's/^/| /' conftest.
$ac_ext >&5
16687 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16689 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16690 # Binary search between lo and hi bounds.
16691 while test "x$ac_lo" != "x$ac_hi"; do
16692 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
16693 cat >conftest.
$ac_ext <<_ACEOF
16696 cat confdefs.h
>>conftest.
$ac_ext
16697 cat >>conftest.
$ac_ext <<_ACEOF
16698 /* end confdefs.h. */
16699 $ac_includes_default
16703 static int test_array [1 - 2 * !(((long) (sizeof (void *))) <= $ac_mid)];
16710 rm -f conftest.
$ac_objext
16711 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16712 (eval $ac_compile) 2>conftest.er1
16714 grep -v '^ *+' conftest.er1
>conftest.err
16716 cat conftest.err
>&5
16717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16718 (exit $ac_status); } &&
16719 { ac_try
='test -z "$ac_c_werror_flag"
16720 || test ! -s conftest.err'
16721 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16722 (eval $ac_try) 2>&5
16724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16725 (exit $ac_status); }; } &&
16726 { ac_try
='test -s conftest.$ac_objext'
16727 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16728 (eval $ac_try) 2>&5
16730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16731 (exit $ac_status); }; }; then
16734 echo "$as_me: failed program was:" >&5
16735 sed 's/^/| /' conftest.
$ac_ext >&5
16737 ac_lo
=`expr '(' $ac_mid ')' + 1`
16739 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16742 ?
*) ac_cv_sizeof_void_p
=$ac_lo;;
16743 '') { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
16744 echo "$as_me: error: in \`$ac_pwd':" >&2;}
16745 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
16746 See \`config.log' for more details." >&5
16747 echo "$as_me: error: cannot compute sizeof (void *), 77
16748 See \`config.log' for more details." >&2;}
16749 { (exit 1); exit 1; }; }; } ;;
16752 if test "$cross_compiling" = yes; then
16753 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
16754 echo "$as_me: error: in \`$ac_pwd':" >&2;}
16755 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
16756 See \`config.log' for more details." >&5
16757 echo "$as_me: error: cannot run test program while cross compiling
16758 See \`config.log' for more details." >&2;}
16759 { (exit 1); exit 1; }; }; }
16761 cat >conftest.
$ac_ext <<_ACEOF
16764 cat confdefs.h
>>conftest.
$ac_ext
16765 cat >>conftest.
$ac_ext <<_ACEOF
16766 /* end confdefs.h. */
16767 $ac_includes_default
16768 long longval () { return (long) (sizeof (void *)); }
16769 unsigned long ulongval () { return (long) (sizeof (void *)); }
16771 #include <stdlib.h>
16776 FILE *f = fopen ("conftest.val", "w");
16779 if (((long) (sizeof (void *))) < 0)
16781 long i = longval ();
16782 if (i != ((long) (sizeof (void *))))
16784 fprintf (f, "%ld\n", i);
16788 unsigned long i = ulongval ();
16789 if (i != ((long) (sizeof (void *))))
16791 fprintf (f, "%lu\n", i);
16793 exit (ferror (f) || fclose (f) != 0);
16799 rm -f conftest
$ac_exeext
16800 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16801 (eval $ac_link) 2>&5
16803 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16804 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
16805 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16806 (eval $ac_try) 2>&5
16808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16809 (exit $ac_status); }; }; then
16810 ac_cv_sizeof_void_p
=`cat conftest.val`
16812 echo "$as_me: program exited with status $ac_status" >&5
16813 echo "$as_me: failed program was:" >&5
16814 sed 's/^/| /' conftest.
$ac_ext >&5
16816 ( exit $ac_status )
16817 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
16818 echo "$as_me: error: in \`$ac_pwd':" >&2;}
16819 { { echo "$as_me:$LINENO: error: cannot compute sizeof (void *), 77
16820 See \`config.log' for more details." >&5
16821 echo "$as_me: error: cannot compute sizeof (void *), 77
16822 See \`config.log' for more details." >&2;}
16823 { (exit 1); exit 1; }; }; }
16825 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
16830 ac_cv_sizeof_void_p
=0
16833 echo "$as_me:$LINENO: result: $ac_cv_sizeof_void_p" >&5
16834 echo "${ECHO_T}$ac_cv_sizeof_void_p" >&6
16835 cat >>confdefs.h
<<_ACEOF
16836 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
16842 # Lacking an uint64_t? Test size of long
16843 case "$acx_cv_header_stdint:$ac_cv_type_uint64_t:$ac_cv_type_u_int64_t" in
16844 stddef.h
:*:* |
*:no
:no
) echo "$as_me:$LINENO: checking for long" >&5
16845 echo $ECHO_N "checking for long... $ECHO_C" >&6
16846 if test "${ac_cv_type_long+set}" = set; then
16847 echo $ECHO_N "(cached) $ECHO_C" >&6
16849 cat >conftest.
$ac_ext <<_ACEOF
16852 cat confdefs.h
>>conftest.
$ac_ext
16853 cat >>conftest.
$ac_ext <<_ACEOF
16854 /* end confdefs.h. */
16855 $ac_includes_default
16867 rm -f conftest.
$ac_objext
16868 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16869 (eval $ac_compile) 2>conftest.er1
16871 grep -v '^ *+' conftest.er1
>conftest.err
16873 cat conftest.err
>&5
16874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16875 (exit $ac_status); } &&
16876 { ac_try
='test -z "$ac_c_werror_flag"
16877 || test ! -s conftest.err'
16878 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16879 (eval $ac_try) 2>&5
16881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16882 (exit $ac_status); }; } &&
16883 { ac_try
='test -s conftest.$ac_objext'
16884 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16885 (eval $ac_try) 2>&5
16887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16888 (exit $ac_status); }; }; then
16889 ac_cv_type_long
=yes
16891 echo "$as_me: failed program was:" >&5
16892 sed 's/^/| /' conftest.
$ac_ext >&5
16896 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
16898 echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5
16899 echo "${ECHO_T}$ac_cv_type_long" >&6
16901 echo "$as_me:$LINENO: checking size of long" >&5
16902 echo $ECHO_N "checking size of long... $ECHO_C" >&6
16903 if test "${ac_cv_sizeof_long+set}" = set; then
16904 echo $ECHO_N "(cached) $ECHO_C" >&6
16906 if test "$ac_cv_type_long" = yes; then
16907 # The cast to unsigned long works around a bug in the HP C Compiler
16908 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
16909 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
16910 # This bug is HP SR number 8606223364.
16911 if test "$cross_compiling" = yes; then
16912 # Depending upon the size, compute the lo and hi bounds.
16913 cat >conftest.
$ac_ext <<_ACEOF
16916 cat confdefs.h
>>conftest.
$ac_ext
16917 cat >>conftest.
$ac_ext <<_ACEOF
16918 /* end confdefs.h. */
16919 $ac_includes_default
16923 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= 0)];
16930 rm -f conftest.
$ac_objext
16931 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16932 (eval $ac_compile) 2>conftest.er1
16934 grep -v '^ *+' conftest.er1
>conftest.err
16936 cat conftest.err
>&5
16937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16938 (exit $ac_status); } &&
16939 { ac_try
='test -z "$ac_c_werror_flag"
16940 || test ! -s conftest.err'
16941 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16942 (eval $ac_try) 2>&5
16944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16945 (exit $ac_status); }; } &&
16946 { ac_try
='test -s conftest.$ac_objext'
16947 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16948 (eval $ac_try) 2>&5
16950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16951 (exit $ac_status); }; }; then
16954 cat >conftest.
$ac_ext <<_ACEOF
16957 cat confdefs.h
>>conftest.
$ac_ext
16958 cat >>conftest.
$ac_ext <<_ACEOF
16959 /* end confdefs.h. */
16960 $ac_includes_default
16964 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
16971 rm -f conftest.
$ac_objext
16972 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
16973 (eval $ac_compile) 2>conftest.er1
16975 grep -v '^ *+' conftest.er1
>conftest.err
16977 cat conftest.err
>&5
16978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16979 (exit $ac_status); } &&
16980 { ac_try
='test -z "$ac_c_werror_flag"
16981 || test ! -s conftest.err'
16982 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16983 (eval $ac_try) 2>&5
16985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16986 (exit $ac_status); }; } &&
16987 { ac_try
='test -s conftest.$ac_objext'
16988 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16989 (eval $ac_try) 2>&5
16991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16992 (exit $ac_status); }; }; then
16993 ac_hi
=$ac_mid; break
16995 echo "$as_me: failed program was:" >&5
16996 sed 's/^/| /' conftest.
$ac_ext >&5
16998 ac_lo
=`expr $ac_mid + 1`
16999 if test $ac_lo -le $ac_mid; then
17003 ac_mid
=`expr 2 '*' $ac_mid + 1`
17005 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17008 echo "$as_me: failed program was:" >&5
17009 sed 's/^/| /' conftest.
$ac_ext >&5
17011 cat >conftest.
$ac_ext <<_ACEOF
17014 cat confdefs.h
>>conftest.
$ac_ext
17015 cat >>conftest.
$ac_ext <<_ACEOF
17016 /* end confdefs.h. */
17017 $ac_includes_default
17021 static int test_array [1 - 2 * !(((long) (sizeof (long))) < 0)];
17028 rm -f conftest.
$ac_objext
17029 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17030 (eval $ac_compile) 2>conftest.er1
17032 grep -v '^ *+' conftest.er1
>conftest.err
17034 cat conftest.err
>&5
17035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17036 (exit $ac_status); } &&
17037 { ac_try
='test -z "$ac_c_werror_flag"
17038 || test ! -s conftest.err'
17039 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17040 (eval $ac_try) 2>&5
17042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17043 (exit $ac_status); }; } &&
17044 { ac_try
='test -s conftest.$ac_objext'
17045 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17046 (eval $ac_try) 2>&5
17048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17049 (exit $ac_status); }; }; then
17052 cat >conftest.
$ac_ext <<_ACEOF
17055 cat confdefs.h
>>conftest.
$ac_ext
17056 cat >>conftest.
$ac_ext <<_ACEOF
17057 /* end confdefs.h. */
17058 $ac_includes_default
17062 static int test_array [1 - 2 * !(((long) (sizeof (long))) >= $ac_mid)];
17069 rm -f conftest.
$ac_objext
17070 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17071 (eval $ac_compile) 2>conftest.er1
17073 grep -v '^ *+' conftest.er1
>conftest.err
17075 cat conftest.err
>&5
17076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17077 (exit $ac_status); } &&
17078 { ac_try
='test -z "$ac_c_werror_flag"
17079 || test ! -s conftest.err'
17080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17081 (eval $ac_try) 2>&5
17083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17084 (exit $ac_status); }; } &&
17085 { ac_try
='test -s conftest.$ac_objext'
17086 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17087 (eval $ac_try) 2>&5
17089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17090 (exit $ac_status); }; }; then
17091 ac_lo
=$ac_mid; break
17093 echo "$as_me: failed program was:" >&5
17094 sed 's/^/| /' conftest.
$ac_ext >&5
17096 ac_hi
=`expr '(' $ac_mid ')' - 1`
17097 if test $ac_mid -le $ac_hi; then
17101 ac_mid
=`expr 2 '*' $ac_mid`
17103 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17106 echo "$as_me: failed program was:" >&5
17107 sed 's/^/| /' conftest.
$ac_ext >&5
17111 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17113 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17114 # Binary search between lo and hi bounds.
17115 while test "x$ac_lo" != "x$ac_hi"; do
17116 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17117 cat >conftest.
$ac_ext <<_ACEOF
17120 cat confdefs.h
>>conftest.
$ac_ext
17121 cat >>conftest.
$ac_ext <<_ACEOF
17122 /* end confdefs.h. */
17123 $ac_includes_default
17127 static int test_array [1 - 2 * !(((long) (sizeof (long))) <= $ac_mid)];
17134 rm -f conftest.
$ac_objext
17135 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17136 (eval $ac_compile) 2>conftest.er1
17138 grep -v '^ *+' conftest.er1
>conftest.err
17140 cat conftest.err
>&5
17141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17142 (exit $ac_status); } &&
17143 { ac_try
='test -z "$ac_c_werror_flag"
17144 || test ! -s conftest.err'
17145 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17146 (eval $ac_try) 2>&5
17148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17149 (exit $ac_status); }; } &&
17150 { ac_try
='test -s conftest.$ac_objext'
17151 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17152 (eval $ac_try) 2>&5
17154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17155 (exit $ac_status); }; }; then
17158 echo "$as_me: failed program was:" >&5
17159 sed 's/^/| /' conftest.
$ac_ext >&5
17161 ac_lo
=`expr '(' $ac_mid ')' + 1`
17163 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17166 ?
*) ac_cv_sizeof_long
=$ac_lo;;
17167 '') { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
17168 echo "$as_me: error: in \`$ac_pwd':" >&2;}
17169 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
17170 See \`config.log' for more details." >&5
17171 echo "$as_me: error: cannot compute sizeof (long), 77
17172 See \`config.log' for more details." >&2;}
17173 { (exit 1); exit 1; }; }; } ;;
17176 if test "$cross_compiling" = yes; then
17177 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
17178 echo "$as_me: error: in \`$ac_pwd':" >&2;}
17179 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
17180 See \`config.log' for more details." >&5
17181 echo "$as_me: error: cannot run test program while cross compiling
17182 See \`config.log' for more details." >&2;}
17183 { (exit 1); exit 1; }; }; }
17185 cat >conftest.
$ac_ext <<_ACEOF
17188 cat confdefs.h
>>conftest.
$ac_ext
17189 cat >>conftest.
$ac_ext <<_ACEOF
17190 /* end confdefs.h. */
17191 $ac_includes_default
17192 long longval () { return (long) (sizeof (long)); }
17193 unsigned long ulongval () { return (long) (sizeof (long)); }
17195 #include <stdlib.h>
17200 FILE *f = fopen ("conftest.val", "w");
17203 if (((long) (sizeof (long))) < 0)
17205 long i = longval ();
17206 if (i != ((long) (sizeof (long))))
17208 fprintf (f, "%ld\n", i);
17212 unsigned long i = ulongval ();
17213 if (i != ((long) (sizeof (long))))
17215 fprintf (f, "%lu\n", i);
17217 exit (ferror (f) || fclose (f) != 0);
17223 rm -f conftest
$ac_exeext
17224 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17225 (eval $ac_link) 2>&5
17227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17228 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
17229 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17230 (eval $ac_try) 2>&5
17232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17233 (exit $ac_status); }; }; then
17234 ac_cv_sizeof_long
=`cat conftest.val`
17236 echo "$as_me: program exited with status $ac_status" >&5
17237 echo "$as_me: failed program was:" >&5
17238 sed 's/^/| /' conftest.
$ac_ext >&5
17240 ( exit $ac_status )
17241 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
17242 echo "$as_me: error: in \`$ac_pwd':" >&2;}
17243 { { echo "$as_me:$LINENO: error: cannot compute sizeof (long), 77
17244 See \`config.log' for more details." >&5
17245 echo "$as_me: error: cannot compute sizeof (long), 77
17246 See \`config.log' for more details." >&2;}
17247 { (exit 1); exit 1; }; }; }
17249 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
17254 ac_cv_sizeof_long
=0
17257 echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5
17258 echo "${ECHO_T}$ac_cv_sizeof_long" >&6
17259 cat >>confdefs.h
<<_ACEOF
17260 #define SIZEOF_LONG $ac_cv_sizeof_long
17266 if test $acx_cv_header_stdint = stddef.h
; then
17267 # Lacking a good header? Test size of everything and deduce all types.
17268 echo "$as_me:$LINENO: checking for int" >&5
17269 echo $ECHO_N "checking for int... $ECHO_C" >&6
17270 if test "${ac_cv_type_int+set}" = set; then
17271 echo $ECHO_N "(cached) $ECHO_C" >&6
17273 cat >conftest.
$ac_ext <<_ACEOF
17276 cat confdefs.h
>>conftest.
$ac_ext
17277 cat >>conftest.
$ac_ext <<_ACEOF
17278 /* end confdefs.h. */
17279 $ac_includes_default
17291 rm -f conftest.
$ac_objext
17292 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17293 (eval $ac_compile) 2>conftest.er1
17295 grep -v '^ *+' conftest.er1
>conftest.err
17297 cat conftest.err
>&5
17298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17299 (exit $ac_status); } &&
17300 { ac_try
='test -z "$ac_c_werror_flag"
17301 || test ! -s conftest.err'
17302 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17303 (eval $ac_try) 2>&5
17305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17306 (exit $ac_status); }; } &&
17307 { ac_try
='test -s conftest.$ac_objext'
17308 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17309 (eval $ac_try) 2>&5
17311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17312 (exit $ac_status); }; }; then
17315 echo "$as_me: failed program was:" >&5
17316 sed 's/^/| /' conftest.
$ac_ext >&5
17320 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17322 echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5
17323 echo "${ECHO_T}$ac_cv_type_int" >&6
17325 echo "$as_me:$LINENO: checking size of int" >&5
17326 echo $ECHO_N "checking size of int... $ECHO_C" >&6
17327 if test "${ac_cv_sizeof_int+set}" = set; then
17328 echo $ECHO_N "(cached) $ECHO_C" >&6
17330 if test "$ac_cv_type_int" = yes; then
17331 # The cast to unsigned long works around a bug in the HP C Compiler
17332 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17333 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17334 # This bug is HP SR number 8606223364.
17335 if test "$cross_compiling" = yes; then
17336 # Depending upon the size, compute the lo and hi bounds.
17337 cat >conftest.
$ac_ext <<_ACEOF
17340 cat confdefs.h
>>conftest.
$ac_ext
17341 cat >>conftest.
$ac_ext <<_ACEOF
17342 /* end confdefs.h. */
17343 $ac_includes_default
17347 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= 0)];
17354 rm -f conftest.
$ac_objext
17355 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17356 (eval $ac_compile) 2>conftest.er1
17358 grep -v '^ *+' conftest.er1
>conftest.err
17360 cat conftest.err
>&5
17361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17362 (exit $ac_status); } &&
17363 { ac_try
='test -z "$ac_c_werror_flag"
17364 || test ! -s conftest.err'
17365 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17366 (eval $ac_try) 2>&5
17368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17369 (exit $ac_status); }; } &&
17370 { ac_try
='test -s conftest.$ac_objext'
17371 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17372 (eval $ac_try) 2>&5
17374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17375 (exit $ac_status); }; }; then
17378 cat >conftest.
$ac_ext <<_ACEOF
17381 cat confdefs.h
>>conftest.
$ac_ext
17382 cat >>conftest.
$ac_ext <<_ACEOF
17383 /* end confdefs.h. */
17384 $ac_includes_default
17388 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
17395 rm -f conftest.
$ac_objext
17396 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17397 (eval $ac_compile) 2>conftest.er1
17399 grep -v '^ *+' conftest.er1
>conftest.err
17401 cat conftest.err
>&5
17402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17403 (exit $ac_status); } &&
17404 { ac_try
='test -z "$ac_c_werror_flag"
17405 || test ! -s conftest.err'
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); }; } &&
17411 { ac_try
='test -s conftest.$ac_objext'
17412 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17413 (eval $ac_try) 2>&5
17415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17416 (exit $ac_status); }; }; then
17417 ac_hi
=$ac_mid; break
17419 echo "$as_me: failed program was:" >&5
17420 sed 's/^/| /' conftest.
$ac_ext >&5
17422 ac_lo
=`expr $ac_mid + 1`
17423 if test $ac_lo -le $ac_mid; then
17427 ac_mid
=`expr 2 '*' $ac_mid + 1`
17429 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17432 echo "$as_me: failed program was:" >&5
17433 sed 's/^/| /' conftest.
$ac_ext >&5
17435 cat >conftest.
$ac_ext <<_ACEOF
17438 cat confdefs.h
>>conftest.
$ac_ext
17439 cat >>conftest.
$ac_ext <<_ACEOF
17440 /* end confdefs.h. */
17441 $ac_includes_default
17445 static int test_array [1 - 2 * !(((long) (sizeof (int))) < 0)];
17452 rm -f conftest.
$ac_objext
17453 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17454 (eval $ac_compile) 2>conftest.er1
17456 grep -v '^ *+' conftest.er1
>conftest.err
17458 cat conftest.err
>&5
17459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17460 (exit $ac_status); } &&
17461 { ac_try
='test -z "$ac_c_werror_flag"
17462 || test ! -s conftest.err'
17463 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17464 (eval $ac_try) 2>&5
17466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17467 (exit $ac_status); }; } &&
17468 { ac_try
='test -s conftest.$ac_objext'
17469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17470 (eval $ac_try) 2>&5
17472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17473 (exit $ac_status); }; }; then
17476 cat >conftest.
$ac_ext <<_ACEOF
17479 cat confdefs.h
>>conftest.
$ac_ext
17480 cat >>conftest.
$ac_ext <<_ACEOF
17481 /* end confdefs.h. */
17482 $ac_includes_default
17486 static int test_array [1 - 2 * !(((long) (sizeof (int))) >= $ac_mid)];
17493 rm -f conftest.
$ac_objext
17494 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17495 (eval $ac_compile) 2>conftest.er1
17497 grep -v '^ *+' conftest.er1
>conftest.err
17499 cat conftest.err
>&5
17500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17501 (exit $ac_status); } &&
17502 { ac_try
='test -z "$ac_c_werror_flag"
17503 || test ! -s conftest.err'
17504 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17505 (eval $ac_try) 2>&5
17507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17508 (exit $ac_status); }; } &&
17509 { ac_try
='test -s conftest.$ac_objext'
17510 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17511 (eval $ac_try) 2>&5
17513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17514 (exit $ac_status); }; }; then
17515 ac_lo
=$ac_mid; break
17517 echo "$as_me: failed program was:" >&5
17518 sed 's/^/| /' conftest.
$ac_ext >&5
17520 ac_hi
=`expr '(' $ac_mid ')' - 1`
17521 if test $ac_mid -le $ac_hi; then
17525 ac_mid
=`expr 2 '*' $ac_mid`
17527 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17530 echo "$as_me: failed program was:" >&5
17531 sed 's/^/| /' conftest.
$ac_ext >&5
17535 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17537 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17538 # Binary search between lo and hi bounds.
17539 while test "x$ac_lo" != "x$ac_hi"; do
17540 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17541 cat >conftest.
$ac_ext <<_ACEOF
17544 cat confdefs.h
>>conftest.
$ac_ext
17545 cat >>conftest.
$ac_ext <<_ACEOF
17546 /* end confdefs.h. */
17547 $ac_includes_default
17551 static int test_array [1 - 2 * !(((long) (sizeof (int))) <= $ac_mid)];
17558 rm -f conftest.
$ac_objext
17559 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17560 (eval $ac_compile) 2>conftest.er1
17562 grep -v '^ *+' conftest.er1
>conftest.err
17564 cat conftest.err
>&5
17565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17566 (exit $ac_status); } &&
17567 { ac_try
='test -z "$ac_c_werror_flag"
17568 || test ! -s conftest.err'
17569 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17570 (eval $ac_try) 2>&5
17572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17573 (exit $ac_status); }; } &&
17574 { ac_try
='test -s conftest.$ac_objext'
17575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17576 (eval $ac_try) 2>&5
17578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17579 (exit $ac_status); }; }; then
17582 echo "$as_me: failed program was:" >&5
17583 sed 's/^/| /' conftest.
$ac_ext >&5
17585 ac_lo
=`expr '(' $ac_mid ')' + 1`
17587 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17590 ?
*) ac_cv_sizeof_int
=$ac_lo;;
17591 '') { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
17592 echo "$as_me: error: in \`$ac_pwd':" >&2;}
17593 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
17594 See \`config.log' for more details." >&5
17595 echo "$as_me: error: cannot compute sizeof (int), 77
17596 See \`config.log' for more details." >&2;}
17597 { (exit 1); exit 1; }; }; } ;;
17600 if test "$cross_compiling" = yes; then
17601 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
17602 echo "$as_me: error: in \`$ac_pwd':" >&2;}
17603 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
17604 See \`config.log' for more details." >&5
17605 echo "$as_me: error: cannot run test program while cross compiling
17606 See \`config.log' for more details." >&2;}
17607 { (exit 1); exit 1; }; }; }
17609 cat >conftest.
$ac_ext <<_ACEOF
17612 cat confdefs.h
>>conftest.
$ac_ext
17613 cat >>conftest.
$ac_ext <<_ACEOF
17614 /* end confdefs.h. */
17615 $ac_includes_default
17616 long longval () { return (long) (sizeof (int)); }
17617 unsigned long ulongval () { return (long) (sizeof (int)); }
17619 #include <stdlib.h>
17624 FILE *f = fopen ("conftest.val", "w");
17627 if (((long) (sizeof (int))) < 0)
17629 long i = longval ();
17630 if (i != ((long) (sizeof (int))))
17632 fprintf (f, "%ld\n", i);
17636 unsigned long i = ulongval ();
17637 if (i != ((long) (sizeof (int))))
17639 fprintf (f, "%lu\n", i);
17641 exit (ferror (f) || fclose (f) != 0);
17647 rm -f conftest
$ac_exeext
17648 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17649 (eval $ac_link) 2>&5
17651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17652 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
17653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17654 (eval $ac_try) 2>&5
17656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17657 (exit $ac_status); }; }; then
17658 ac_cv_sizeof_int
=`cat conftest.val`
17660 echo "$as_me: program exited with status $ac_status" >&5
17661 echo "$as_me: failed program was:" >&5
17662 sed 's/^/| /' conftest.
$ac_ext >&5
17664 ( exit $ac_status )
17665 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
17666 echo "$as_me: error: in \`$ac_pwd':" >&2;}
17667 { { echo "$as_me:$LINENO: error: cannot compute sizeof (int), 77
17668 See \`config.log' for more details." >&5
17669 echo "$as_me: error: cannot compute sizeof (int), 77
17670 See \`config.log' for more details." >&2;}
17671 { (exit 1); exit 1; }; }; }
17673 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
17681 echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5
17682 echo "${ECHO_T}$ac_cv_sizeof_int" >&6
17683 cat >>confdefs.h
<<_ACEOF
17684 #define SIZEOF_INT $ac_cv_sizeof_int
17688 echo "$as_me:$LINENO: checking for short" >&5
17689 echo $ECHO_N "checking for short... $ECHO_C" >&6
17690 if test "${ac_cv_type_short+set}" = set; then
17691 echo $ECHO_N "(cached) $ECHO_C" >&6
17693 cat >conftest.
$ac_ext <<_ACEOF
17696 cat confdefs.h
>>conftest.
$ac_ext
17697 cat >>conftest.
$ac_ext <<_ACEOF
17698 /* end confdefs.h. */
17699 $ac_includes_default
17705 if (sizeof (short))
17711 rm -f conftest.
$ac_objext
17712 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17713 (eval $ac_compile) 2>conftest.er1
17715 grep -v '^ *+' conftest.er1
>conftest.err
17717 cat conftest.err
>&5
17718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17719 (exit $ac_status); } &&
17720 { ac_try
='test -z "$ac_c_werror_flag"
17721 || test ! -s conftest.err'
17722 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17723 (eval $ac_try) 2>&5
17725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17726 (exit $ac_status); }; } &&
17727 { ac_try
='test -s conftest.$ac_objext'
17728 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17729 (eval $ac_try) 2>&5
17731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17732 (exit $ac_status); }; }; then
17733 ac_cv_type_short
=yes
17735 echo "$as_me: failed program was:" >&5
17736 sed 's/^/| /' conftest.
$ac_ext >&5
17738 ac_cv_type_short
=no
17740 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17742 echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5
17743 echo "${ECHO_T}$ac_cv_type_short" >&6
17745 echo "$as_me:$LINENO: checking size of short" >&5
17746 echo $ECHO_N "checking size of short... $ECHO_C" >&6
17747 if test "${ac_cv_sizeof_short+set}" = set; then
17748 echo $ECHO_N "(cached) $ECHO_C" >&6
17750 if test "$ac_cv_type_short" = yes; then
17751 # The cast to unsigned long works around a bug in the HP C Compiler
17752 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
17753 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
17754 # This bug is HP SR number 8606223364.
17755 if test "$cross_compiling" = yes; then
17756 # Depending upon the size, compute the lo and hi bounds.
17757 cat >conftest.
$ac_ext <<_ACEOF
17760 cat confdefs.h
>>conftest.
$ac_ext
17761 cat >>conftest.
$ac_ext <<_ACEOF
17762 /* end confdefs.h. */
17763 $ac_includes_default
17767 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= 0)];
17774 rm -f conftest.
$ac_objext
17775 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17776 (eval $ac_compile) 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_objext'
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
17798 cat >conftest.
$ac_ext <<_ACEOF
17801 cat confdefs.h
>>conftest.
$ac_ext
17802 cat >>conftest.
$ac_ext <<_ACEOF
17803 /* end confdefs.h. */
17804 $ac_includes_default
17808 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
17815 rm -f conftest.
$ac_objext
17816 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17817 (eval $ac_compile) 2>conftest.er1
17819 grep -v '^ *+' conftest.er1
>conftest.err
17821 cat conftest.err
>&5
17822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17823 (exit $ac_status); } &&
17824 { ac_try
='test -z "$ac_c_werror_flag"
17825 || test ! -s conftest.err'
17826 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17827 (eval $ac_try) 2>&5
17829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17830 (exit $ac_status); }; } &&
17831 { ac_try
='test -s conftest.$ac_objext'
17832 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17833 (eval $ac_try) 2>&5
17835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17836 (exit $ac_status); }; }; then
17837 ac_hi
=$ac_mid; break
17839 echo "$as_me: failed program was:" >&5
17840 sed 's/^/| /' conftest.
$ac_ext >&5
17842 ac_lo
=`expr $ac_mid + 1`
17843 if test $ac_lo -le $ac_mid; then
17847 ac_mid
=`expr 2 '*' $ac_mid + 1`
17849 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17852 echo "$as_me: failed program was:" >&5
17853 sed 's/^/| /' conftest.
$ac_ext >&5
17855 cat >conftest.
$ac_ext <<_ACEOF
17858 cat confdefs.h
>>conftest.
$ac_ext
17859 cat >>conftest.
$ac_ext <<_ACEOF
17860 /* end confdefs.h. */
17861 $ac_includes_default
17865 static int test_array [1 - 2 * !(((long) (sizeof (short))) < 0)];
17872 rm -f conftest.
$ac_objext
17873 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17874 (eval $ac_compile) 2>conftest.er1
17876 grep -v '^ *+' conftest.er1
>conftest.err
17878 cat conftest.err
>&5
17879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17880 (exit $ac_status); } &&
17881 { ac_try
='test -z "$ac_c_werror_flag"
17882 || test ! -s conftest.err'
17883 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17884 (eval $ac_try) 2>&5
17886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17887 (exit $ac_status); }; } &&
17888 { ac_try
='test -s conftest.$ac_objext'
17889 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17890 (eval $ac_try) 2>&5
17892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17893 (exit $ac_status); }; }; then
17896 cat >conftest.
$ac_ext <<_ACEOF
17899 cat confdefs.h
>>conftest.
$ac_ext
17900 cat >>conftest.
$ac_ext <<_ACEOF
17901 /* end confdefs.h. */
17902 $ac_includes_default
17906 static int test_array [1 - 2 * !(((long) (sizeof (short))) >= $ac_mid)];
17913 rm -f conftest.
$ac_objext
17914 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17915 (eval $ac_compile) 2>conftest.er1
17917 grep -v '^ *+' conftest.er1
>conftest.err
17919 cat conftest.err
>&5
17920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17921 (exit $ac_status); } &&
17922 { ac_try
='test -z "$ac_c_werror_flag"
17923 || test ! -s conftest.err'
17924 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17925 (eval $ac_try) 2>&5
17927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17928 (exit $ac_status); }; } &&
17929 { ac_try
='test -s conftest.$ac_objext'
17930 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17931 (eval $ac_try) 2>&5
17933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17934 (exit $ac_status); }; }; then
17935 ac_lo
=$ac_mid; break
17937 echo "$as_me: failed program was:" >&5
17938 sed 's/^/| /' conftest.
$ac_ext >&5
17940 ac_hi
=`expr '(' $ac_mid ')' - 1`
17941 if test $ac_mid -le $ac_hi; then
17945 ac_mid
=`expr 2 '*' $ac_mid`
17947 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17950 echo "$as_me: failed program was:" >&5
17951 sed 's/^/| /' conftest.
$ac_ext >&5
17955 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17957 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
17958 # Binary search between lo and hi bounds.
17959 while test "x$ac_lo" != "x$ac_hi"; do
17960 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
17961 cat >conftest.
$ac_ext <<_ACEOF
17964 cat confdefs.h
>>conftest.
$ac_ext
17965 cat >>conftest.
$ac_ext <<_ACEOF
17966 /* end confdefs.h. */
17967 $ac_includes_default
17971 static int test_array [1 - 2 * !(((long) (sizeof (short))) <= $ac_mid)];
17978 rm -f conftest.
$ac_objext
17979 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17980 (eval $ac_compile) 2>conftest.er1
17982 grep -v '^ *+' conftest.er1
>conftest.err
17984 cat conftest.err
>&5
17985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17986 (exit $ac_status); } &&
17987 { ac_try
='test -z "$ac_c_werror_flag"
17988 || test ! -s conftest.err'
17989 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17990 (eval $ac_try) 2>&5
17992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17993 (exit $ac_status); }; } &&
17994 { ac_try
='test -s conftest.$ac_objext'
17995 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17996 (eval $ac_try) 2>&5
17998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17999 (exit $ac_status); }; }; then
18002 echo "$as_me: failed program was:" >&5
18003 sed 's/^/| /' conftest.
$ac_ext >&5
18005 ac_lo
=`expr '(' $ac_mid ')' + 1`
18007 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18010 ?
*) ac_cv_sizeof_short
=$ac_lo;;
18011 '') { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
18012 echo "$as_me: error: in \`$ac_pwd':" >&2;}
18013 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
18014 See \`config.log' for more details." >&5
18015 echo "$as_me: error: cannot compute sizeof (short), 77
18016 See \`config.log' for more details." >&2;}
18017 { (exit 1); exit 1; }; }; } ;;
18020 if test "$cross_compiling" = yes; then
18021 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
18022 echo "$as_me: error: in \`$ac_pwd':" >&2;}
18023 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
18024 See \`config.log' for more details." >&5
18025 echo "$as_me: error: cannot run test program while cross compiling
18026 See \`config.log' for more details." >&2;}
18027 { (exit 1); exit 1; }; }; }
18029 cat >conftest.
$ac_ext <<_ACEOF
18032 cat confdefs.h
>>conftest.
$ac_ext
18033 cat >>conftest.
$ac_ext <<_ACEOF
18034 /* end confdefs.h. */
18035 $ac_includes_default
18036 long longval () { return (long) (sizeof (short)); }
18037 unsigned long ulongval () { return (long) (sizeof (short)); }
18039 #include <stdlib.h>
18044 FILE *f = fopen ("conftest.val", "w");
18047 if (((long) (sizeof (short))) < 0)
18049 long i = longval ();
18050 if (i != ((long) (sizeof (short))))
18052 fprintf (f, "%ld\n", i);
18056 unsigned long i = ulongval ();
18057 if (i != ((long) (sizeof (short))))
18059 fprintf (f, "%lu\n", i);
18061 exit (ferror (f) || fclose (f) != 0);
18067 rm -f conftest
$ac_exeext
18068 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18069 (eval $ac_link) 2>&5
18071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18072 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
18073 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18074 (eval $ac_try) 2>&5
18076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18077 (exit $ac_status); }; }; then
18078 ac_cv_sizeof_short
=`cat conftest.val`
18080 echo "$as_me: program exited with status $ac_status" >&5
18081 echo "$as_me: failed program was:" >&5
18082 sed 's/^/| /' conftest.
$ac_ext >&5
18084 ( exit $ac_status )
18085 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
18086 echo "$as_me: error: in \`$ac_pwd':" >&2;}
18087 { { echo "$as_me:$LINENO: error: cannot compute sizeof (short), 77
18088 See \`config.log' for more details." >&5
18089 echo "$as_me: error: cannot compute sizeof (short), 77
18090 See \`config.log' for more details." >&2;}
18091 { (exit 1); exit 1; }; }; }
18093 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
18098 ac_cv_sizeof_short
=0
18101 echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5
18102 echo "${ECHO_T}$ac_cv_sizeof_short" >&6
18103 cat >>confdefs.h
<<_ACEOF
18104 #define SIZEOF_SHORT $ac_cv_sizeof_short
18108 echo "$as_me:$LINENO: checking for char" >&5
18109 echo $ECHO_N "checking for char... $ECHO_C" >&6
18110 if test "${ac_cv_type_char+set}" = set; then
18111 echo $ECHO_N "(cached) $ECHO_C" >&6
18113 cat >conftest.
$ac_ext <<_ACEOF
18116 cat confdefs.h
>>conftest.
$ac_ext
18117 cat >>conftest.
$ac_ext <<_ACEOF
18118 /* end confdefs.h. */
18119 $ac_includes_default
18131 rm -f conftest.
$ac_objext
18132 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18133 (eval $ac_compile) 2>conftest.er1
18135 grep -v '^ *+' conftest.er1
>conftest.err
18137 cat conftest.err
>&5
18138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18139 (exit $ac_status); } &&
18140 { ac_try
='test -z "$ac_c_werror_flag"
18141 || test ! -s conftest.err'
18142 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18143 (eval $ac_try) 2>&5
18145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18146 (exit $ac_status); }; } &&
18147 { ac_try
='test -s conftest.$ac_objext'
18148 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18149 (eval $ac_try) 2>&5
18151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18152 (exit $ac_status); }; }; then
18153 ac_cv_type_char
=yes
18155 echo "$as_me: failed program was:" >&5
18156 sed 's/^/| /' conftest.
$ac_ext >&5
18160 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18162 echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5
18163 echo "${ECHO_T}$ac_cv_type_char" >&6
18165 echo "$as_me:$LINENO: checking size of char" >&5
18166 echo $ECHO_N "checking size of char... $ECHO_C" >&6
18167 if test "${ac_cv_sizeof_char+set}" = set; then
18168 echo $ECHO_N "(cached) $ECHO_C" >&6
18170 if test "$ac_cv_type_char" = yes; then
18171 # The cast to unsigned long works around a bug in the HP C Compiler
18172 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
18173 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
18174 # This bug is HP SR number 8606223364.
18175 if test "$cross_compiling" = yes; then
18176 # Depending upon the size, compute the lo and hi bounds.
18177 cat >conftest.
$ac_ext <<_ACEOF
18180 cat confdefs.h
>>conftest.
$ac_ext
18181 cat >>conftest.
$ac_ext <<_ACEOF
18182 /* end confdefs.h. */
18183 $ac_includes_default
18187 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= 0)];
18194 rm -f conftest.
$ac_objext
18195 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18196 (eval $ac_compile) 2>conftest.er1
18198 grep -v '^ *+' conftest.er1
>conftest.err
18200 cat conftest.err
>&5
18201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18202 (exit $ac_status); } &&
18203 { ac_try
='test -z "$ac_c_werror_flag"
18204 || test ! -s conftest.err'
18205 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18206 (eval $ac_try) 2>&5
18208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18209 (exit $ac_status); }; } &&
18210 { ac_try
='test -s conftest.$ac_objext'
18211 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18212 (eval $ac_try) 2>&5
18214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18215 (exit $ac_status); }; }; then
18218 cat >conftest.
$ac_ext <<_ACEOF
18221 cat confdefs.h
>>conftest.
$ac_ext
18222 cat >>conftest.
$ac_ext <<_ACEOF
18223 /* end confdefs.h. */
18224 $ac_includes_default
18228 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
18235 rm -f conftest.
$ac_objext
18236 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18237 (eval $ac_compile) 2>conftest.er1
18239 grep -v '^ *+' conftest.er1
>conftest.err
18241 cat conftest.err
>&5
18242 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18243 (exit $ac_status); } &&
18244 { ac_try
='test -z "$ac_c_werror_flag"
18245 || test ! -s conftest.err'
18246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18247 (eval $ac_try) 2>&5
18249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18250 (exit $ac_status); }; } &&
18251 { ac_try
='test -s conftest.$ac_objext'
18252 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18253 (eval $ac_try) 2>&5
18255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18256 (exit $ac_status); }; }; then
18257 ac_hi
=$ac_mid; break
18259 echo "$as_me: failed program was:" >&5
18260 sed 's/^/| /' conftest.
$ac_ext >&5
18262 ac_lo
=`expr $ac_mid + 1`
18263 if test $ac_lo -le $ac_mid; then
18267 ac_mid
=`expr 2 '*' $ac_mid + 1`
18269 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18272 echo "$as_me: failed program was:" >&5
18273 sed 's/^/| /' conftest.
$ac_ext >&5
18275 cat >conftest.
$ac_ext <<_ACEOF
18278 cat confdefs.h
>>conftest.
$ac_ext
18279 cat >>conftest.
$ac_ext <<_ACEOF
18280 /* end confdefs.h. */
18281 $ac_includes_default
18285 static int test_array [1 - 2 * !(((long) (sizeof (char))) < 0)];
18292 rm -f conftest.
$ac_objext
18293 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18294 (eval $ac_compile) 2>conftest.er1
18296 grep -v '^ *+' conftest.er1
>conftest.err
18298 cat conftest.err
>&5
18299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18300 (exit $ac_status); } &&
18301 { ac_try
='test -z "$ac_c_werror_flag"
18302 || test ! -s conftest.err'
18303 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18304 (eval $ac_try) 2>&5
18306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18307 (exit $ac_status); }; } &&
18308 { ac_try
='test -s conftest.$ac_objext'
18309 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18310 (eval $ac_try) 2>&5
18312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18313 (exit $ac_status); }; }; then
18316 cat >conftest.
$ac_ext <<_ACEOF
18319 cat confdefs.h
>>conftest.
$ac_ext
18320 cat >>conftest.
$ac_ext <<_ACEOF
18321 /* end confdefs.h. */
18322 $ac_includes_default
18326 static int test_array [1 - 2 * !(((long) (sizeof (char))) >= $ac_mid)];
18333 rm -f conftest.
$ac_objext
18334 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18335 (eval $ac_compile) 2>conftest.er1
18337 grep -v '^ *+' conftest.er1
>conftest.err
18339 cat conftest.err
>&5
18340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18341 (exit $ac_status); } &&
18342 { ac_try
='test -z "$ac_c_werror_flag"
18343 || test ! -s conftest.err'
18344 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18345 (eval $ac_try) 2>&5
18347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18348 (exit $ac_status); }; } &&
18349 { ac_try
='test -s conftest.$ac_objext'
18350 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18351 (eval $ac_try) 2>&5
18353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18354 (exit $ac_status); }; }; then
18355 ac_lo
=$ac_mid; break
18357 echo "$as_me: failed program was:" >&5
18358 sed 's/^/| /' conftest.
$ac_ext >&5
18360 ac_hi
=`expr '(' $ac_mid ')' - 1`
18361 if test $ac_mid -le $ac_hi; then
18365 ac_mid
=`expr 2 '*' $ac_mid`
18367 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18370 echo "$as_me: failed program was:" >&5
18371 sed 's/^/| /' conftest.
$ac_ext >&5
18375 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18377 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18378 # Binary search between lo and hi bounds.
18379 while test "x$ac_lo" != "x$ac_hi"; do
18380 ac_mid
=`expr '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo`
18381 cat >conftest.
$ac_ext <<_ACEOF
18384 cat confdefs.h
>>conftest.
$ac_ext
18385 cat >>conftest.
$ac_ext <<_ACEOF
18386 /* end confdefs.h. */
18387 $ac_includes_default
18391 static int test_array [1 - 2 * !(((long) (sizeof (char))) <= $ac_mid)];
18398 rm -f conftest.
$ac_objext
18399 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18400 (eval $ac_compile) 2>conftest.er1
18402 grep -v '^ *+' conftest.er1
>conftest.err
18404 cat conftest.err
>&5
18405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18406 (exit $ac_status); } &&
18407 { ac_try
='test -z "$ac_c_werror_flag"
18408 || test ! -s conftest.err'
18409 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18410 (eval $ac_try) 2>&5
18412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18413 (exit $ac_status); }; } &&
18414 { ac_try
='test -s conftest.$ac_objext'
18415 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18416 (eval $ac_try) 2>&5
18418 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18419 (exit $ac_status); }; }; then
18422 echo "$as_me: failed program was:" >&5
18423 sed 's/^/| /' conftest.
$ac_ext >&5
18425 ac_lo
=`expr '(' $ac_mid ')' + 1`
18427 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18430 ?
*) ac_cv_sizeof_char
=$ac_lo;;
18431 '') { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
18432 echo "$as_me: error: in \`$ac_pwd':" >&2;}
18433 { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
18434 See \`config.log' for more details." >&5
18435 echo "$as_me: error: cannot compute sizeof (char), 77
18436 See \`config.log' for more details." >&2;}
18437 { (exit 1); exit 1; }; }; } ;;
18440 if test "$cross_compiling" = yes; then
18441 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
18442 echo "$as_me: error: in \`$ac_pwd':" >&2;}
18443 { { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
18444 See \`config.log' for more details." >&5
18445 echo "$as_me: error: cannot run test program while cross compiling
18446 See \`config.log' for more details." >&2;}
18447 { (exit 1); exit 1; }; }; }
18449 cat >conftest.
$ac_ext <<_ACEOF
18452 cat confdefs.h
>>conftest.
$ac_ext
18453 cat >>conftest.
$ac_ext <<_ACEOF
18454 /* end confdefs.h. */
18455 $ac_includes_default
18456 long longval () { return (long) (sizeof (char)); }
18457 unsigned long ulongval () { return (long) (sizeof (char)); }
18459 #include <stdlib.h>
18464 FILE *f = fopen ("conftest.val", "w");
18467 if (((long) (sizeof (char))) < 0)
18469 long i = longval ();
18470 if (i != ((long) (sizeof (char))))
18472 fprintf (f, "%ld\n", i);
18476 unsigned long i = ulongval ();
18477 if (i != ((long) (sizeof (char))))
18479 fprintf (f, "%lu\n", i);
18481 exit (ferror (f) || fclose (f) != 0);
18487 rm -f conftest
$ac_exeext
18488 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18489 (eval $ac_link) 2>&5
18491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18492 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
18493 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18494 (eval $ac_try) 2>&5
18496 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18497 (exit $ac_status); }; }; then
18498 ac_cv_sizeof_char
=`cat conftest.val`
18500 echo "$as_me: program exited with status $ac_status" >&5
18501 echo "$as_me: failed program was:" >&5
18502 sed 's/^/| /' conftest.
$ac_ext >&5
18504 ( exit $ac_status )
18505 { { echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
18506 echo "$as_me: error: in \`$ac_pwd':" >&2;}
18507 { { echo "$as_me:$LINENO: error: cannot compute sizeof (char), 77
18508 See \`config.log' for more details." >&5
18509 echo "$as_me: error: cannot compute sizeof (char), 77
18510 See \`config.log' for more details." >&2;}
18511 { (exit 1); exit 1; }; }; }
18513 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
18518 ac_cv_sizeof_char
=0
18521 echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5
18522 echo "${ECHO_T}$ac_cv_sizeof_char" >&6
18523 cat >>confdefs.h
<<_ACEOF
18524 #define SIZEOF_CHAR $ac_cv_sizeof_char
18529 echo "$as_me:$LINENO: checking for type equivalent to int8_t" >&5
18530 echo $ECHO_N "checking for type equivalent to int8_t... $ECHO_C" >&6
18531 case "$ac_cv_sizeof_char" in
18532 1) acx_cv_type_int8_t
=char
;;
18533 *) { { echo "$as_me:$LINENO: error: no 8-bit type" >&5
18534 echo "$as_me: error: no 8-bit type" >&2;}
18535 { (exit please report a bug
); exit please report a bug
; }; }
18537 echo "$as_me:$LINENO: result: $acx_cv_type_int8_t" >&5
18538 echo "${ECHO_T}$acx_cv_type_int8_t" >&6
18540 echo "$as_me:$LINENO: checking for type equivalent to int16_t" >&5
18541 echo $ECHO_N "checking for type equivalent to int16_t... $ECHO_C" >&6
18542 case "$ac_cv_sizeof_int:$ac_cv_sizeof_short" in
18543 2:*) acx_cv_type_int16_t
=int
;;
18544 *:2) acx_cv_type_int16_t
=short
;;
18545 *) { { echo "$as_me:$LINENO: error: no 16-bit type" >&5
18546 echo "$as_me: error: no 16-bit type" >&2;}
18547 { (exit please report a bug
); exit please report a bug
; }; }
18549 echo "$as_me:$LINENO: result: $acx_cv_type_int16_t" >&5
18550 echo "${ECHO_T}$acx_cv_type_int16_t" >&6
18552 echo "$as_me:$LINENO: checking for type equivalent to int32_t" >&5
18553 echo $ECHO_N "checking for type equivalent to int32_t... $ECHO_C" >&6
18554 case "$ac_cv_sizeof_int:$ac_cv_sizeof_long" in
18555 4:*) acx_cv_type_int32_t
=int
;;
18556 *:4) acx_cv_type_int32_t
=long
;;
18557 *) { { echo "$as_me:$LINENO: error: no 32-bit type" >&5
18558 echo "$as_me: error: no 32-bit type" >&2;}
18559 { (exit please report a bug
); exit please report a bug
; }; }
18561 echo "$as_me:$LINENO: result: $acx_cv_type_int32_t" >&5
18562 echo "${ECHO_T}$acx_cv_type_int32_t" >&6
18565 # These tests are here to make the output prettier
18567 if test "$ac_cv_type_uint64_t" != yes && test "$ac_cv_type_u_int64_t" != yes; then
18568 case "$ac_cv_sizeof_long" in
18569 8) acx_cv_type_int64_t
=long
;;
18571 echo "$as_me:$LINENO: checking for type equivalent to int64_t" >&5
18572 echo $ECHO_N "checking for type equivalent to int64_t... $ECHO_C" >&6
18573 echo "$as_me:$LINENO: result: ${acx_cv_type_int64_t-'using preprocessor symbols'}" >&5
18574 echo "${ECHO_T}${acx_cv_type_int64_t-'using preprocessor symbols'}" >&6
18577 # Now we can use the above types
18579 if test "$ac_cv_type_uintptr_t" != yes; then
18580 echo "$as_me:$LINENO: checking for type equivalent to intptr_t" >&5
18581 echo $ECHO_N "checking for type equivalent to intptr_t... $ECHO_C" >&6
18582 case $ac_cv_sizeof_void_p in
18583 2) acx_cv_type_intptr_t
=int16_t
;;
18584 4) acx_cv_type_intptr_t
=int32_t
;;
18585 8) acx_cv_type_intptr_t
=int64_t
;;
18586 *) { { echo "$as_me:$LINENO: error: no equivalent for intptr_t" >&5
18587 echo "$as_me: error: no equivalent for intptr_t" >&2;}
18588 { (exit please report a bug
); exit please report a bug
; }; }
18590 echo "$as_me:$LINENO: result: $acx_cv_type_intptr_t" >&5
18591 echo "${ECHO_T}$acx_cv_type_intptr_t" >&6
18594 # ----------------- done all checks, emit header -------------
18595 ac_config_commands
="$ac_config_commands gstdint.h"
18600 echo "$as_me:$LINENO: checking for struct stat.st_blksize" >&5
18601 echo $ECHO_N "checking for struct stat.st_blksize... $ECHO_C" >&6
18602 if test "${ac_cv_member_struct_stat_st_blksize+set}" = set; then
18603 echo $ECHO_N "(cached) $ECHO_C" >&6
18605 cat >conftest.
$ac_ext <<_ACEOF
18608 cat confdefs.h
>>conftest.
$ac_ext
18609 cat >>conftest.
$ac_ext <<_ACEOF
18610 /* end confdefs.h. */
18611 $ac_includes_default
18615 static struct stat ac_aggr;
18616 if (ac_aggr.st_blksize)
18622 rm -f conftest.
$ac_objext
18623 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18624 (eval $ac_compile) 2>conftest.er1
18626 grep -v '^ *+' conftest.er1
>conftest.err
18628 cat conftest.err
>&5
18629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18630 (exit $ac_status); } &&
18631 { ac_try
='test -z "$ac_c_werror_flag"
18632 || test ! -s conftest.err'
18633 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18634 (eval $ac_try) 2>&5
18636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18637 (exit $ac_status); }; } &&
18638 { ac_try
='test -s conftest.$ac_objext'
18639 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18640 (eval $ac_try) 2>&5
18642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18643 (exit $ac_status); }; }; then
18644 ac_cv_member_struct_stat_st_blksize
=yes
18646 echo "$as_me: failed program was:" >&5
18647 sed 's/^/| /' conftest.
$ac_ext >&5
18649 cat >conftest.
$ac_ext <<_ACEOF
18652 cat confdefs.h
>>conftest.
$ac_ext
18653 cat >>conftest.
$ac_ext <<_ACEOF
18654 /* end confdefs.h. */
18655 $ac_includes_default
18659 static struct stat ac_aggr;
18660 if (sizeof ac_aggr.st_blksize)
18666 rm -f conftest.
$ac_objext
18667 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18668 (eval $ac_compile) 2>conftest.er1
18670 grep -v '^ *+' conftest.er1
>conftest.err
18672 cat conftest.err
>&5
18673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18674 (exit $ac_status); } &&
18675 { ac_try
='test -z "$ac_c_werror_flag"
18676 || test ! -s conftest.err'
18677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18678 (eval $ac_try) 2>&5
18680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18681 (exit $ac_status); }; } &&
18682 { ac_try
='test -s conftest.$ac_objext'
18683 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18684 (eval $ac_try) 2>&5
18686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18687 (exit $ac_status); }; }; then
18688 ac_cv_member_struct_stat_st_blksize
=yes
18690 echo "$as_me: failed program was:" >&5
18691 sed 's/^/| /' conftest.
$ac_ext >&5
18693 ac_cv_member_struct_stat_st_blksize
=no
18695 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18697 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18699 echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blksize" >&5
18700 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blksize" >&6
18701 if test $ac_cv_member_struct_stat_st_blksize = yes; then
18703 cat >>confdefs.h
<<_ACEOF
18704 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
18710 echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
18711 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6
18712 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
18713 echo $ECHO_N "(cached) $ECHO_C" >&6
18715 cat >conftest.
$ac_ext <<_ACEOF
18718 cat confdefs.h
>>conftest.
$ac_ext
18719 cat >>conftest.
$ac_ext <<_ACEOF
18720 /* end confdefs.h. */
18721 $ac_includes_default
18725 static struct stat ac_aggr;
18726 if (ac_aggr.st_blocks)
18732 rm -f conftest.
$ac_objext
18733 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18734 (eval $ac_compile) 2>conftest.er1
18736 grep -v '^ *+' conftest.er1
>conftest.err
18738 cat conftest.err
>&5
18739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18740 (exit $ac_status); } &&
18741 { ac_try
='test -z "$ac_c_werror_flag"
18742 || test ! -s conftest.err'
18743 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18744 (eval $ac_try) 2>&5
18746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18747 (exit $ac_status); }; } &&
18748 { ac_try
='test -s conftest.$ac_objext'
18749 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18750 (eval $ac_try) 2>&5
18752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18753 (exit $ac_status); }; }; then
18754 ac_cv_member_struct_stat_st_blocks
=yes
18756 echo "$as_me: failed program was:" >&5
18757 sed 's/^/| /' conftest.
$ac_ext >&5
18759 cat >conftest.
$ac_ext <<_ACEOF
18762 cat confdefs.h
>>conftest.
$ac_ext
18763 cat >>conftest.
$ac_ext <<_ACEOF
18764 /* end confdefs.h. */
18765 $ac_includes_default
18769 static struct stat ac_aggr;
18770 if (sizeof ac_aggr.st_blocks)
18776 rm -f conftest.
$ac_objext
18777 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18778 (eval $ac_compile) 2>conftest.er1
18780 grep -v '^ *+' conftest.er1
>conftest.err
18782 cat conftest.err
>&5
18783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18784 (exit $ac_status); } &&
18785 { ac_try
='test -z "$ac_c_werror_flag"
18786 || test ! -s conftest.err'
18787 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18788 (eval $ac_try) 2>&5
18790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18791 (exit $ac_status); }; } &&
18792 { ac_try
='test -s conftest.$ac_objext'
18793 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18794 (eval $ac_try) 2>&5
18796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18797 (exit $ac_status); }; }; then
18798 ac_cv_member_struct_stat_st_blocks
=yes
18800 echo "$as_me: failed program was:" >&5
18801 sed 's/^/| /' conftest.
$ac_ext >&5
18803 ac_cv_member_struct_stat_st_blocks
=no
18805 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18807 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18809 echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
18810 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6
18811 if test $ac_cv_member_struct_stat_st_blocks = yes; then
18813 cat >>confdefs.h
<<_ACEOF
18814 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
18820 echo "$as_me:$LINENO: checking for struct stat.st_rdev" >&5
18821 echo $ECHO_N "checking for struct stat.st_rdev... $ECHO_C" >&6
18822 if test "${ac_cv_member_struct_stat_st_rdev+set}" = set; then
18823 echo $ECHO_N "(cached) $ECHO_C" >&6
18825 cat >conftest.
$ac_ext <<_ACEOF
18828 cat confdefs.h
>>conftest.
$ac_ext
18829 cat >>conftest.
$ac_ext <<_ACEOF
18830 /* end confdefs.h. */
18831 $ac_includes_default
18835 static struct stat ac_aggr;
18836 if (ac_aggr.st_rdev)
18842 rm -f conftest.
$ac_objext
18843 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18844 (eval $ac_compile) 2>conftest.er1
18846 grep -v '^ *+' conftest.er1
>conftest.err
18848 cat conftest.err
>&5
18849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18850 (exit $ac_status); } &&
18851 { ac_try
='test -z "$ac_c_werror_flag"
18852 || test ! -s conftest.err'
18853 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18854 (eval $ac_try) 2>&5
18856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18857 (exit $ac_status); }; } &&
18858 { ac_try
='test -s conftest.$ac_objext'
18859 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18860 (eval $ac_try) 2>&5
18862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18863 (exit $ac_status); }; }; then
18864 ac_cv_member_struct_stat_st_rdev
=yes
18866 echo "$as_me: failed program was:" >&5
18867 sed 's/^/| /' conftest.
$ac_ext >&5
18869 cat >conftest.
$ac_ext <<_ACEOF
18872 cat confdefs.h
>>conftest.
$ac_ext
18873 cat >>conftest.
$ac_ext <<_ACEOF
18874 /* end confdefs.h. */
18875 $ac_includes_default
18879 static struct stat ac_aggr;
18880 if (sizeof ac_aggr.st_rdev)
18886 rm -f conftest.
$ac_objext
18887 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18888 (eval $ac_compile) 2>conftest.er1
18890 grep -v '^ *+' conftest.er1
>conftest.err
18892 cat conftest.err
>&5
18893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18894 (exit $ac_status); } &&
18895 { ac_try
='test -z "$ac_c_werror_flag"
18896 || test ! -s conftest.err'
18897 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18898 (eval $ac_try) 2>&5
18900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18901 (exit $ac_status); }; } &&
18902 { ac_try
='test -s conftest.$ac_objext'
18903 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18904 (eval $ac_try) 2>&5
18906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18907 (exit $ac_status); }; }; then
18908 ac_cv_member_struct_stat_st_rdev
=yes
18910 echo "$as_me: failed program was:" >&5
18911 sed 's/^/| /' conftest.
$ac_ext >&5
18913 ac_cv_member_struct_stat_st_rdev
=no
18915 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18917 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
18919 echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_rdev" >&5
18920 echo "${ECHO_T}$ac_cv_member_struct_stat_st_rdev" >&6
18921 if test $ac_cv_member_struct_stat_st_rdev = yes; then
18923 cat >>confdefs.h
<<_ACEOF
18924 #define HAVE_STRUCT_STAT_ST_RDEV 1
18931 # Check for library functions.
18940 for ac_func
in getrusage
times mkstemp strtof strtold snprintf ftruncate chsize
18942 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18943 echo "$as_me:$LINENO: checking for $ac_func" >&5
18944 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
18945 if eval "test \"\${$as_ac_var+set}\" = set"; then
18946 echo $ECHO_N "(cached) $ECHO_C" >&6
18948 if test x
$gcc_no_link = xyes
; then
18949 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
18950 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
18951 { (exit 1); exit 1; }; }
18953 cat >conftest.
$ac_ext <<_ACEOF
18956 cat confdefs.h
>>conftest.
$ac_ext
18957 cat >>conftest.
$ac_ext <<_ACEOF
18958 /* end confdefs.h. */
18959 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18960 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18961 #define $ac_func innocuous_$ac_func
18963 /* System header to define __stub macros and hopefully few prototypes,
18964 which can conflict with char $ac_func (); below.
18965 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18966 <limits.h> exists even on freestanding compilers. */
18969 # include <limits.h>
18971 # include <assert.h>
18976 /* Override any gcc2 internal prototype to avoid an error. */
18981 /* We use char because int might match the return type of a gcc2
18982 builtin and then its argument prototype would still apply. */
18984 /* The GNU C library defines this for functions which it implements
18985 to always fail with ENOSYS. Some functions are actually named
18986 something starting with __ and the normal name is an alias. */
18987 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
18990 char (*f) () = $ac_func;
18999 return f != $ac_func;
19004 rm -f conftest.
$ac_objext conftest
$ac_exeext
19005 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19006 (eval $ac_link) 2>conftest.er1
19008 grep -v '^ *+' conftest.er1
>conftest.err
19010 cat conftest.err
>&5
19011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19012 (exit $ac_status); } &&
19013 { ac_try
='test -z "$ac_c_werror_flag"
19014 || test ! -s conftest.err'
19015 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19016 (eval $ac_try) 2>&5
19018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19019 (exit $ac_status); }; } &&
19020 { ac_try
='test -s conftest$ac_exeext'
19021 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19022 (eval $ac_try) 2>&5
19024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19025 (exit $ac_status); }; }; then
19026 eval "$as_ac_var=yes"
19028 echo "$as_me: failed program was:" >&5
19029 sed 's/^/| /' conftest.
$ac_ext >&5
19031 eval "$as_ac_var=no"
19033 rm -f conftest.err conftest.
$ac_objext \
19034 conftest
$ac_exeext conftest.
$ac_ext
19036 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
19037 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
19038 if test `eval echo '${'$as_ac_var'}'` = yes; then
19039 cat >>confdefs.h
<<_ACEOF
19040 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
19054 for ac_func
in chdir strerror getlogin gethostname
kill link symlink perror
19056 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
19057 echo "$as_me:$LINENO: checking for $ac_func" >&5
19058 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
19059 if eval "test \"\${$as_ac_var+set}\" = set"; then
19060 echo $ECHO_N "(cached) $ECHO_C" >&6
19062 if test x
$gcc_no_link = xyes
; then
19063 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19064 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19065 { (exit 1); exit 1; }; }
19067 cat >conftest.
$ac_ext <<_ACEOF
19070 cat confdefs.h
>>conftest.
$ac_ext
19071 cat >>conftest.
$ac_ext <<_ACEOF
19072 /* end confdefs.h. */
19073 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19074 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19075 #define $ac_func innocuous_$ac_func
19077 /* System header to define __stub macros and hopefully few prototypes,
19078 which can conflict with char $ac_func (); below.
19079 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19080 <limits.h> exists even on freestanding compilers. */
19083 # include <limits.h>
19085 # include <assert.h>
19090 /* Override any gcc2 internal prototype to avoid an error. */
19095 /* We use char because int might match the return type of a gcc2
19096 builtin and then its argument prototype would still apply. */
19098 /* The GNU C library defines this for functions which it implements
19099 to always fail with ENOSYS. Some functions are actually named
19100 something starting with __ and the normal name is an alias. */
19101 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
19104 char (*f) () = $ac_func;
19113 return f != $ac_func;
19118 rm -f conftest.
$ac_objext conftest
$ac_exeext
19119 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19120 (eval $ac_link) 2>conftest.er1
19122 grep -v '^ *+' conftest.er1
>conftest.err
19124 cat conftest.err
>&5
19125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19126 (exit $ac_status); } &&
19127 { ac_try
='test -z "$ac_c_werror_flag"
19128 || test ! -s conftest.err'
19129 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19130 (eval $ac_try) 2>&5
19132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19133 (exit $ac_status); }; } &&
19134 { ac_try
='test -s conftest$ac_exeext'
19135 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19136 (eval $ac_try) 2>&5
19138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19139 (exit $ac_status); }; }; then
19140 eval "$as_ac_var=yes"
19142 echo "$as_me: failed program was:" >&5
19143 sed 's/^/| /' conftest.
$ac_ext >&5
19145 eval "$as_ac_var=no"
19147 rm -f conftest.err conftest.
$ac_objext \
19148 conftest
$ac_exeext conftest.
$ac_ext
19150 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
19151 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
19152 if test `eval echo '${'$as_ac_var'}'` = yes; then
19153 cat >>confdefs.h
<<_ACEOF
19154 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
19170 for ac_func
in sleep time ttyname signal alarm ctime
clock access fork execl
19172 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
19173 echo "$as_me:$LINENO: checking for $ac_func" >&5
19174 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
19175 if eval "test \"\${$as_ac_var+set}\" = set"; then
19176 echo $ECHO_N "(cached) $ECHO_C" >&6
19178 if test x
$gcc_no_link = xyes
; then
19179 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19180 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19181 { (exit 1); exit 1; }; }
19183 cat >conftest.
$ac_ext <<_ACEOF
19186 cat confdefs.h
>>conftest.
$ac_ext
19187 cat >>conftest.
$ac_ext <<_ACEOF
19188 /* end confdefs.h. */
19189 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19190 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19191 #define $ac_func innocuous_$ac_func
19193 /* System header to define __stub macros and hopefully few prototypes,
19194 which can conflict with char $ac_func (); below.
19195 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19196 <limits.h> exists even on freestanding compilers. */
19199 # include <limits.h>
19201 # include <assert.h>
19206 /* Override any gcc2 internal prototype to avoid an error. */
19211 /* We use char because int might match the return type of a gcc2
19212 builtin and then its argument prototype would still apply. */
19214 /* The GNU C library defines this for functions which it implements
19215 to always fail with ENOSYS. Some functions are actually named
19216 something starting with __ and the normal name is an alias. */
19217 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
19220 char (*f) () = $ac_func;
19229 return f != $ac_func;
19234 rm -f conftest.
$ac_objext conftest
$ac_exeext
19235 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19236 (eval $ac_link) 2>conftest.er1
19238 grep -v '^ *+' conftest.er1
>conftest.err
19240 cat conftest.err
>&5
19241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19242 (exit $ac_status); } &&
19243 { ac_try
='test -z "$ac_c_werror_flag"
19244 || test ! -s conftest.err'
19245 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19246 (eval $ac_try) 2>&5
19248 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19249 (exit $ac_status); }; } &&
19250 { ac_try
='test -s conftest$ac_exeext'
19251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19252 (eval $ac_try) 2>&5
19254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19255 (exit $ac_status); }; }; then
19256 eval "$as_ac_var=yes"
19258 echo "$as_me: failed program was:" >&5
19259 sed 's/^/| /' conftest.
$ac_ext >&5
19261 eval "$as_ac_var=no"
19263 rm -f conftest.err conftest.
$ac_objext \
19264 conftest
$ac_exeext conftest.
$ac_ext
19266 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
19267 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
19268 if test `eval echo '${'$as_ac_var'}'` = yes; then
19269 cat >>confdefs.h
<<_ACEOF
19270 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
19285 for ac_func
in wait setmode execvp pipe dup2 close fdopen strcasestr getrlimit
19287 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
19288 echo "$as_me:$LINENO: checking for $ac_func" >&5
19289 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
19290 if eval "test \"\${$as_ac_var+set}\" = set"; then
19291 echo $ECHO_N "(cached) $ECHO_C" >&6
19293 if test x
$gcc_no_link = xyes
; then
19294 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19295 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19296 { (exit 1); exit 1; }; }
19298 cat >conftest.
$ac_ext <<_ACEOF
19301 cat confdefs.h
>>conftest.
$ac_ext
19302 cat >>conftest.
$ac_ext <<_ACEOF
19303 /* end confdefs.h. */
19304 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19305 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19306 #define $ac_func innocuous_$ac_func
19308 /* System header to define __stub macros and hopefully few prototypes,
19309 which can conflict with char $ac_func (); below.
19310 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19311 <limits.h> exists even on freestanding compilers. */
19314 # include <limits.h>
19316 # include <assert.h>
19321 /* Override any gcc2 internal prototype to avoid an error. */
19326 /* We use char because int might match the return type of a gcc2
19327 builtin and then its argument prototype would still apply. */
19329 /* The GNU C library defines this for functions which it implements
19330 to always fail with ENOSYS. Some functions are actually named
19331 something starting with __ and the normal name is an alias. */
19332 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
19335 char (*f) () = $ac_func;
19344 return f != $ac_func;
19349 rm -f conftest.
$ac_objext conftest
$ac_exeext
19350 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19351 (eval $ac_link) 2>conftest.er1
19353 grep -v '^ *+' conftest.er1
>conftest.err
19355 cat conftest.err
>&5
19356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19357 (exit $ac_status); } &&
19358 { ac_try
='test -z "$ac_c_werror_flag"
19359 || test ! -s conftest.err'
19360 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19361 (eval $ac_try) 2>&5
19363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19364 (exit $ac_status); }; } &&
19365 { ac_try
='test -s conftest$ac_exeext'
19366 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19367 (eval $ac_try) 2>&5
19369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19370 (exit $ac_status); }; }; then
19371 eval "$as_ac_var=yes"
19373 echo "$as_me: failed program was:" >&5
19374 sed 's/^/| /' conftest.
$ac_ext >&5
19376 eval "$as_ac_var=no"
19378 rm -f conftest.err conftest.
$ac_objext \
19379 conftest
$ac_exeext conftest.
$ac_ext
19381 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
19382 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
19383 if test `eval echo '${'$as_ac_var'}'` = yes; then
19384 cat >>confdefs.h
<<_ACEOF
19385 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
19399 for ac_func
in gettimeofday stat fstat lstat getpwuid vsnprintf dup getcwd
19401 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
19402 echo "$as_me:$LINENO: checking for $ac_func" >&5
19403 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
19404 if eval "test \"\${$as_ac_var+set}\" = set"; then
19405 echo $ECHO_N "(cached) $ECHO_C" >&6
19407 if test x
$gcc_no_link = xyes
; then
19408 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19409 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19410 { (exit 1); exit 1; }; }
19412 cat >conftest.
$ac_ext <<_ACEOF
19415 cat confdefs.h
>>conftest.
$ac_ext
19416 cat >>conftest.
$ac_ext <<_ACEOF
19417 /* end confdefs.h. */
19418 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19419 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19420 #define $ac_func innocuous_$ac_func
19422 /* System header to define __stub macros and hopefully few prototypes,
19423 which can conflict with char $ac_func (); below.
19424 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19425 <limits.h> exists even on freestanding compilers. */
19428 # include <limits.h>
19430 # include <assert.h>
19435 /* Override any gcc2 internal prototype to avoid an error. */
19440 /* We use char because int might match the return type of a gcc2
19441 builtin and then its argument prototype would still apply. */
19443 /* The GNU C library defines this for functions which it implements
19444 to always fail with ENOSYS. Some functions are actually named
19445 something starting with __ and the normal name is an alias. */
19446 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
19449 char (*f) () = $ac_func;
19458 return f != $ac_func;
19463 rm -f conftest.
$ac_objext conftest
$ac_exeext
19464 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19465 (eval $ac_link) 2>conftest.er1
19467 grep -v '^ *+' conftest.er1
>conftest.err
19469 cat conftest.err
>&5
19470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19471 (exit $ac_status); } &&
19472 { ac_try
='test -z "$ac_c_werror_flag"
19473 || test ! -s conftest.err'
19474 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19475 (eval $ac_try) 2>&5
19477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19478 (exit $ac_status); }; } &&
19479 { ac_try
='test -s conftest$ac_exeext'
19480 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19481 (eval $ac_try) 2>&5
19483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19484 (exit $ac_status); }; }; then
19485 eval "$as_ac_var=yes"
19487 echo "$as_me: failed program was:" >&5
19488 sed 's/^/| /' conftest.
$ac_ext >&5
19490 eval "$as_ac_var=no"
19492 rm -f conftest.err conftest.
$ac_objext \
19493 conftest
$ac_exeext conftest.
$ac_ext
19495 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
19496 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
19497 if test `eval echo '${'$as_ac_var'}'` = yes; then
19498 cat >>confdefs.h
<<_ACEOF
19499 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
19507 for ac_func
in localtime_r gmtime_r
19509 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
19510 echo "$as_me:$LINENO: checking for $ac_func" >&5
19511 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
19512 if eval "test \"\${$as_ac_var+set}\" = set"; then
19513 echo $ECHO_N "(cached) $ECHO_C" >&6
19515 if test x
$gcc_no_link = xyes
; then
19516 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19517 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19518 { (exit 1); exit 1; }; }
19520 cat >conftest.
$ac_ext <<_ACEOF
19523 cat confdefs.h
>>conftest.
$ac_ext
19524 cat >>conftest.
$ac_ext <<_ACEOF
19525 /* end confdefs.h. */
19526 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19527 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19528 #define $ac_func innocuous_$ac_func
19530 /* System header to define __stub macros and hopefully few prototypes,
19531 which can conflict with char $ac_func (); below.
19532 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19533 <limits.h> exists even on freestanding compilers. */
19536 # include <limits.h>
19538 # include <assert.h>
19543 /* Override any gcc2 internal prototype to avoid an error. */
19548 /* We use char because int might match the return type of a gcc2
19549 builtin and then its argument prototype would still apply. */
19551 /* The GNU C library defines this for functions which it implements
19552 to always fail with ENOSYS. Some functions are actually named
19553 something starting with __ and the normal name is an alias. */
19554 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
19557 char (*f) () = $ac_func;
19566 return f != $ac_func;
19571 rm -f conftest.
$ac_objext conftest
$ac_exeext
19572 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19573 (eval $ac_link) 2>conftest.er1
19575 grep -v '^ *+' conftest.er1
>conftest.err
19577 cat conftest.err
>&5
19578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19579 (exit $ac_status); } &&
19580 { ac_try
='test -z "$ac_c_werror_flag"
19581 || test ! -s conftest.err'
19582 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19583 (eval $ac_try) 2>&5
19585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19586 (exit $ac_status); }; } &&
19587 { ac_try
='test -s conftest$ac_exeext'
19588 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19589 (eval $ac_try) 2>&5
19591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19592 (exit $ac_status); }; }; then
19593 eval "$as_ac_var=yes"
19595 echo "$as_me: failed program was:" >&5
19596 sed 's/^/| /' conftest.
$ac_ext >&5
19598 eval "$as_ac_var=no"
19600 rm -f conftest.err conftest.
$ac_objext \
19601 conftest
$ac_exeext conftest.
$ac_ext
19603 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
19604 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
19605 if test `eval echo '${'$as_ac_var'}'` = yes; then
19606 cat >>confdefs.h
<<_ACEOF
19607 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
19614 # Check for glibc backtrace functions
19617 for ac_func
in backtrace backtrace_symbols
19619 as_ac_var
=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
19620 echo "$as_me:$LINENO: checking for $ac_func" >&5
19621 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6
19622 if eval "test \"\${$as_ac_var+set}\" = set"; then
19623 echo $ECHO_N "(cached) $ECHO_C" >&6
19625 if test x
$gcc_no_link = xyes
; then
19626 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19627 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19628 { (exit 1); exit 1; }; }
19630 cat >conftest.
$ac_ext <<_ACEOF
19633 cat confdefs.h
>>conftest.
$ac_ext
19634 cat >>conftest.
$ac_ext <<_ACEOF
19635 /* end confdefs.h. */
19636 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19637 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19638 #define $ac_func innocuous_$ac_func
19640 /* System header to define __stub macros and hopefully few prototypes,
19641 which can conflict with char $ac_func (); below.
19642 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19643 <limits.h> exists even on freestanding compilers. */
19646 # include <limits.h>
19648 # include <assert.h>
19653 /* Override any gcc2 internal prototype to avoid an error. */
19658 /* We use char because int might match the return type of a gcc2
19659 builtin and then its argument prototype would still apply. */
19661 /* The GNU C library defines this for functions which it implements
19662 to always fail with ENOSYS. Some functions are actually named
19663 something starting with __ and the normal name is an alias. */
19664 #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
19667 char (*f) () = $ac_func;
19676 return f != $ac_func;
19681 rm -f conftest.
$ac_objext conftest
$ac_exeext
19682 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19683 (eval $ac_link) 2>conftest.er1
19685 grep -v '^ *+' conftest.er1
>conftest.err
19687 cat conftest.err
>&5
19688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19689 (exit $ac_status); } &&
19690 { ac_try
='test -z "$ac_c_werror_flag"
19691 || test ! -s conftest.err'
19692 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19693 (eval $ac_try) 2>&5
19695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19696 (exit $ac_status); }; } &&
19697 { ac_try
='test -s conftest$ac_exeext'
19698 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19699 (eval $ac_try) 2>&5
19701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19702 (exit $ac_status); }; }; then
19703 eval "$as_ac_var=yes"
19705 echo "$as_me: failed program was:" >&5
19706 sed 's/^/| /' conftest.
$ac_ext >&5
19708 eval "$as_ac_var=no"
19710 rm -f conftest.err conftest.
$ac_objext \
19711 conftest
$ac_exeext conftest.
$ac_ext
19713 echo "$as_me:$LINENO: result: `eval echo '${'$as_ac_var'}'`" >&5
19714 echo "${ECHO_T}`eval echo '${'$as_ac_var'}'`" >&6
19715 if test `eval echo '${'$as_ac_var'}'` = yes; then
19716 cat >>confdefs.h
<<_ACEOF
19717 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
19725 echo "$as_me:$LINENO: checking for intptr_t" >&5
19726 echo $ECHO_N "checking for intptr_t... $ECHO_C" >&6
19727 if test "${ac_cv_type_intptr_t+set}" = set; then
19728 echo $ECHO_N "(cached) $ECHO_C" >&6
19730 cat >conftest.
$ac_ext <<_ACEOF
19733 cat confdefs.h
>>conftest.
$ac_ext
19734 cat >>conftest.
$ac_ext <<_ACEOF
19735 /* end confdefs.h. */
19736 $ac_includes_default
19740 if ((intptr_t *) 0)
19742 if (sizeof (intptr_t))
19748 rm -f conftest.
$ac_objext
19749 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19750 (eval $ac_compile) 2>conftest.er1
19752 grep -v '^ *+' conftest.er1
>conftest.err
19754 cat conftest.err
>&5
19755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19756 (exit $ac_status); } &&
19757 { ac_try
='test -z "$ac_c_werror_flag"
19758 || test ! -s conftest.err'
19759 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19760 (eval $ac_try) 2>&5
19762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19763 (exit $ac_status); }; } &&
19764 { ac_try
='test -s conftest.$ac_objext'
19765 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19766 (eval $ac_try) 2>&5
19768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19769 (exit $ac_status); }; }; then
19770 ac_cv_type_intptr_t
=yes
19772 echo "$as_me: failed program was:" >&5
19773 sed 's/^/| /' conftest.
$ac_ext >&5
19775 ac_cv_type_intptr_t
=no
19777 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19779 echo "$as_me:$LINENO: result: $ac_cv_type_intptr_t" >&5
19780 echo "${ECHO_T}$ac_cv_type_intptr_t" >&6
19781 if test $ac_cv_type_intptr_t = yes; then
19783 cat >>confdefs.h
<<_ACEOF
19784 #define HAVE_INTPTR_T 1
19790 echo "$as_me:$LINENO: checking for uintptr_t" >&5
19791 echo $ECHO_N "checking for uintptr_t... $ECHO_C" >&6
19792 if test "${ac_cv_type_uintptr_t+set}" = set; then
19793 echo $ECHO_N "(cached) $ECHO_C" >&6
19795 cat >conftest.
$ac_ext <<_ACEOF
19798 cat confdefs.h
>>conftest.
$ac_ext
19799 cat >>conftest.
$ac_ext <<_ACEOF
19800 /* end confdefs.h. */
19801 $ac_includes_default
19805 if ((uintptr_t *) 0)
19807 if (sizeof (uintptr_t))
19813 rm -f conftest.
$ac_objext
19814 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19815 (eval $ac_compile) 2>conftest.er1
19817 grep -v '^ *+' conftest.er1
>conftest.err
19819 cat conftest.err
>&5
19820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19821 (exit $ac_status); } &&
19822 { ac_try
='test -z "$ac_c_werror_flag"
19823 || test ! -s conftest.err'
19824 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19825 (eval $ac_try) 2>&5
19827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19828 (exit $ac_status); }; } &&
19829 { ac_try
='test -s conftest.$ac_objext'
19830 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19831 (eval $ac_try) 2>&5
19833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19834 (exit $ac_status); }; }; then
19835 ac_cv_type_uintptr_t
=yes
19837 echo "$as_me: failed program was:" >&5
19838 sed 's/^/| /' conftest.
$ac_ext >&5
19840 ac_cv_type_uintptr_t
=no
19842 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
19844 echo "$as_me:$LINENO: result: $ac_cv_type_uintptr_t" >&5
19845 echo "${ECHO_T}$ac_cv_type_uintptr_t" >&6
19846 if test $ac_cv_type_uintptr_t = yes; then
19848 cat >>confdefs.h
<<_ACEOF
19849 #define HAVE_UINTPTR_T 1
19856 # Check libc for getgid, getpid, getuid
19857 echo "$as_me:$LINENO: checking for getgid in -lc" >&5
19858 echo $ECHO_N "checking for getgid in -lc... $ECHO_C" >&6
19859 if test "${ac_cv_lib_c_getgid+set}" = set; then
19860 echo $ECHO_N "(cached) $ECHO_C" >&6
19862 ac_check_lib_save_LIBS
=$LIBS
19864 if test x
$gcc_no_link = xyes
; then
19865 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19866 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19867 { (exit 1); exit 1; }; }
19869 cat >conftest.
$ac_ext <<_ACEOF
19872 cat confdefs.h
>>conftest.
$ac_ext
19873 cat >>conftest.
$ac_ext <<_ACEOF
19874 /* end confdefs.h. */
19876 /* Override any gcc2 internal prototype to avoid an error. */
19880 /* We use char because int might match the return type of a gcc2
19881 builtin and then its argument prototype would still apply. */
19891 rm -f conftest.
$ac_objext conftest
$ac_exeext
19892 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19893 (eval $ac_link) 2>conftest.er1
19895 grep -v '^ *+' conftest.er1
>conftest.err
19897 cat conftest.err
>&5
19898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19899 (exit $ac_status); } &&
19900 { ac_try
='test -z "$ac_c_werror_flag"
19901 || test ! -s conftest.err'
19902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19903 (eval $ac_try) 2>&5
19905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19906 (exit $ac_status); }; } &&
19907 { ac_try
='test -s conftest$ac_exeext'
19908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19909 (eval $ac_try) 2>&5
19911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19912 (exit $ac_status); }; }; then
19913 ac_cv_lib_c_getgid
=yes
19915 echo "$as_me: failed program was:" >&5
19916 sed 's/^/| /' conftest.
$ac_ext >&5
19918 ac_cv_lib_c_getgid
=no
19920 rm -f conftest.err conftest.
$ac_objext \
19921 conftest
$ac_exeext conftest.
$ac_ext
19922 LIBS
=$ac_check_lib_save_LIBS
19924 echo "$as_me:$LINENO: result: $ac_cv_lib_c_getgid" >&5
19925 echo "${ECHO_T}$ac_cv_lib_c_getgid" >&6
19926 if test $ac_cv_lib_c_getgid = yes; then
19928 cat >>confdefs.h
<<\_ACEOF
19929 #define HAVE_GETGID 1
19934 echo "$as_me:$LINENO: checking for getpid in -lc" >&5
19935 echo $ECHO_N "checking for getpid in -lc... $ECHO_C" >&6
19936 if test "${ac_cv_lib_c_getpid+set}" = set; then
19937 echo $ECHO_N "(cached) $ECHO_C" >&6
19939 ac_check_lib_save_LIBS
=$LIBS
19941 if test x
$gcc_no_link = xyes
; then
19942 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
19943 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
19944 { (exit 1); exit 1; }; }
19946 cat >conftest.
$ac_ext <<_ACEOF
19949 cat confdefs.h
>>conftest.
$ac_ext
19950 cat >>conftest.
$ac_ext <<_ACEOF
19951 /* end confdefs.h. */
19953 /* Override any gcc2 internal prototype to avoid an error. */
19957 /* We use char because int might match the return type of a gcc2
19958 builtin and then its argument prototype would still apply. */
19968 rm -f conftest.
$ac_objext conftest
$ac_exeext
19969 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
19970 (eval $ac_link) 2>conftest.er1
19972 grep -v '^ *+' conftest.er1
>conftest.err
19974 cat conftest.err
>&5
19975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19976 (exit $ac_status); } &&
19977 { ac_try
='test -z "$ac_c_werror_flag"
19978 || test ! -s conftest.err'
19979 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19980 (eval $ac_try) 2>&5
19982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19983 (exit $ac_status); }; } &&
19984 { ac_try
='test -s conftest$ac_exeext'
19985 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19986 (eval $ac_try) 2>&5
19988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19989 (exit $ac_status); }; }; then
19990 ac_cv_lib_c_getpid
=yes
19992 echo "$as_me: failed program was:" >&5
19993 sed 's/^/| /' conftest.
$ac_ext >&5
19995 ac_cv_lib_c_getpid
=no
19997 rm -f conftest.err conftest.
$ac_objext \
19998 conftest
$ac_exeext conftest.
$ac_ext
19999 LIBS
=$ac_check_lib_save_LIBS
20001 echo "$as_me:$LINENO: result: $ac_cv_lib_c_getpid" >&5
20002 echo "${ECHO_T}$ac_cv_lib_c_getpid" >&6
20003 if test $ac_cv_lib_c_getpid = yes; then
20005 cat >>confdefs.h
<<\_ACEOF
20006 #define HAVE_GETPID 1
20011 echo "$as_me:$LINENO: checking for getppid in -lc" >&5
20012 echo $ECHO_N "checking for getppid in -lc... $ECHO_C" >&6
20013 if test "${ac_cv_lib_c_getppid+set}" = set; then
20014 echo $ECHO_N "(cached) $ECHO_C" >&6
20016 ac_check_lib_save_LIBS
=$LIBS
20018 if test x
$gcc_no_link = xyes
; then
20019 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20020 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20021 { (exit 1); exit 1; }; }
20023 cat >conftest.
$ac_ext <<_ACEOF
20026 cat confdefs.h
>>conftest.
$ac_ext
20027 cat >>conftest.
$ac_ext <<_ACEOF
20028 /* end confdefs.h. */
20030 /* Override any gcc2 internal prototype to avoid an error. */
20034 /* We use char because int might match the return type of a gcc2
20035 builtin and then its argument prototype would still apply. */
20045 rm -f conftest.
$ac_objext conftest
$ac_exeext
20046 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20047 (eval $ac_link) 2>conftest.er1
20049 grep -v '^ *+' conftest.er1
>conftest.err
20051 cat conftest.err
>&5
20052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20053 (exit $ac_status); } &&
20054 { ac_try
='test -z "$ac_c_werror_flag"
20055 || test ! -s conftest.err'
20056 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20057 (eval $ac_try) 2>&5
20059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20060 (exit $ac_status); }; } &&
20061 { ac_try
='test -s conftest$ac_exeext'
20062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20063 (eval $ac_try) 2>&5
20065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20066 (exit $ac_status); }; }; then
20067 ac_cv_lib_c_getppid
=yes
20069 echo "$as_me: failed program was:" >&5
20070 sed 's/^/| /' conftest.
$ac_ext >&5
20072 ac_cv_lib_c_getppid
=no
20074 rm -f conftest.err conftest.
$ac_objext \
20075 conftest
$ac_exeext conftest.
$ac_ext
20076 LIBS
=$ac_check_lib_save_LIBS
20078 echo "$as_me:$LINENO: result: $ac_cv_lib_c_getppid" >&5
20079 echo "${ECHO_T}$ac_cv_lib_c_getppid" >&6
20080 if test $ac_cv_lib_c_getppid = yes; then
20082 cat >>confdefs.h
<<\_ACEOF
20083 #define HAVE_GETPPID 1
20088 echo "$as_me:$LINENO: checking for getuid in -lc" >&5
20089 echo $ECHO_N "checking for getuid in -lc... $ECHO_C" >&6
20090 if test "${ac_cv_lib_c_getuid+set}" = set; then
20091 echo $ECHO_N "(cached) $ECHO_C" >&6
20093 ac_check_lib_save_LIBS
=$LIBS
20095 if test x
$gcc_no_link = xyes
; then
20096 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20097 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20098 { (exit 1); exit 1; }; }
20100 cat >conftest.
$ac_ext <<_ACEOF
20103 cat confdefs.h
>>conftest.
$ac_ext
20104 cat >>conftest.
$ac_ext <<_ACEOF
20105 /* end confdefs.h. */
20107 /* Override any gcc2 internal prototype to avoid an error. */
20111 /* We use char because int might match the return type of a gcc2
20112 builtin and then its argument prototype would still apply. */
20122 rm -f conftest.
$ac_objext conftest
$ac_exeext
20123 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20124 (eval $ac_link) 2>conftest.er1
20126 grep -v '^ *+' conftest.er1
>conftest.err
20128 cat conftest.err
>&5
20129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20130 (exit $ac_status); } &&
20131 { ac_try
='test -z "$ac_c_werror_flag"
20132 || test ! -s conftest.err'
20133 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20134 (eval $ac_try) 2>&5
20136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20137 (exit $ac_status); }; } &&
20138 { ac_try
='test -s conftest$ac_exeext'
20139 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20140 (eval $ac_try) 2>&5
20142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20143 (exit $ac_status); }; }; then
20144 ac_cv_lib_c_getuid
=yes
20146 echo "$as_me: failed program was:" >&5
20147 sed 's/^/| /' conftest.
$ac_ext >&5
20149 ac_cv_lib_c_getuid
=no
20151 rm -f conftest.err conftest.
$ac_objext \
20152 conftest
$ac_exeext conftest.
$ac_ext
20153 LIBS
=$ac_check_lib_save_LIBS
20155 echo "$as_me:$LINENO: result: $ac_cv_lib_c_getuid" >&5
20156 echo "${ECHO_T}$ac_cv_lib_c_getuid" >&6
20157 if test $ac_cv_lib_c_getuid = yes; then
20159 cat >>confdefs.h
<<\_ACEOF
20160 #define HAVE_GETUID 1
20165 echo "$as_me:$LINENO: checking for geteuid in -lc" >&5
20166 echo $ECHO_N "checking for geteuid in -lc... $ECHO_C" >&6
20167 if test "${ac_cv_lib_c_geteuid+set}" = set; then
20168 echo $ECHO_N "(cached) $ECHO_C" >&6
20170 ac_check_lib_save_LIBS
=$LIBS
20172 if test x
$gcc_no_link = xyes
; then
20173 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20174 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20175 { (exit 1); exit 1; }; }
20177 cat >conftest.
$ac_ext <<_ACEOF
20180 cat confdefs.h
>>conftest.
$ac_ext
20181 cat >>conftest.
$ac_ext <<_ACEOF
20182 /* end confdefs.h. */
20184 /* Override any gcc2 internal prototype to avoid an error. */
20188 /* We use char because int might match the return type of a gcc2
20189 builtin and then its argument prototype would still apply. */
20199 rm -f conftest.
$ac_objext conftest
$ac_exeext
20200 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20201 (eval $ac_link) 2>conftest.er1
20203 grep -v '^ *+' conftest.er1
>conftest.err
20205 cat conftest.err
>&5
20206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20207 (exit $ac_status); } &&
20208 { ac_try
='test -z "$ac_c_werror_flag"
20209 || test ! -s conftest.err'
20210 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20211 (eval $ac_try) 2>&5
20213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20214 (exit $ac_status); }; } &&
20215 { ac_try
='test -s conftest$ac_exeext'
20216 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20217 (eval $ac_try) 2>&5
20219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20220 (exit $ac_status); }; }; then
20221 ac_cv_lib_c_geteuid
=yes
20223 echo "$as_me: failed program was:" >&5
20224 sed 's/^/| /' conftest.
$ac_ext >&5
20226 ac_cv_lib_c_geteuid
=no
20228 rm -f conftest.err conftest.
$ac_objext \
20229 conftest
$ac_exeext conftest.
$ac_ext
20230 LIBS
=$ac_check_lib_save_LIBS
20232 echo "$as_me:$LINENO: result: $ac_cv_lib_c_geteuid" >&5
20233 echo "${ECHO_T}$ac_cv_lib_c_geteuid" >&6
20234 if test $ac_cv_lib_c_geteuid = yes; then
20236 cat >>confdefs.h
<<\_ACEOF
20237 #define HAVE_GETEUID 1
20243 # Check for C99 (and other IEEE) math functions
20244 echo "$as_me:$LINENO: checking for acosf in -lm" >&5
20245 echo $ECHO_N "checking for acosf in -lm... $ECHO_C" >&6
20246 if test "${ac_cv_lib_m_acosf+set}" = set; then
20247 echo $ECHO_N "(cached) $ECHO_C" >&6
20249 ac_check_lib_save_LIBS
=$LIBS
20251 if test x
$gcc_no_link = xyes
; then
20252 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20253 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20254 { (exit 1); exit 1; }; }
20256 cat >conftest.
$ac_ext <<_ACEOF
20259 cat confdefs.h
>>conftest.
$ac_ext
20260 cat >>conftest.
$ac_ext <<_ACEOF
20261 /* end confdefs.h. */
20263 /* Override any gcc2 internal prototype to avoid an error. */
20267 /* We use char because int might match the return type of a gcc2
20268 builtin and then its argument prototype would still apply. */
20278 rm -f conftest.
$ac_objext conftest
$ac_exeext
20279 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20280 (eval $ac_link) 2>conftest.er1
20282 grep -v '^ *+' conftest.er1
>conftest.err
20284 cat conftest.err
>&5
20285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20286 (exit $ac_status); } &&
20287 { ac_try
='test -z "$ac_c_werror_flag"
20288 || test ! -s conftest.err'
20289 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20290 (eval $ac_try) 2>&5
20292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20293 (exit $ac_status); }; } &&
20294 { ac_try
='test -s conftest$ac_exeext'
20295 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20296 (eval $ac_try) 2>&5
20298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20299 (exit $ac_status); }; }; then
20300 ac_cv_lib_m_acosf
=yes
20302 echo "$as_me: failed program was:" >&5
20303 sed 's/^/| /' conftest.
$ac_ext >&5
20305 ac_cv_lib_m_acosf
=no
20307 rm -f conftest.err conftest.
$ac_objext \
20308 conftest
$ac_exeext conftest.
$ac_ext
20309 LIBS
=$ac_check_lib_save_LIBS
20311 echo "$as_me:$LINENO: result: $ac_cv_lib_m_acosf" >&5
20312 echo "${ECHO_T}$ac_cv_lib_m_acosf" >&6
20313 if test $ac_cv_lib_m_acosf = yes; then
20315 cat >>confdefs.h
<<\_ACEOF
20316 #define HAVE_ACOSF 1
20321 echo "$as_me:$LINENO: checking for acos in -lm" >&5
20322 echo $ECHO_N "checking for acos in -lm... $ECHO_C" >&6
20323 if test "${ac_cv_lib_m_acos+set}" = set; then
20324 echo $ECHO_N "(cached) $ECHO_C" >&6
20326 ac_check_lib_save_LIBS
=$LIBS
20328 if test x
$gcc_no_link = xyes
; then
20329 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20330 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20331 { (exit 1); exit 1; }; }
20333 cat >conftest.
$ac_ext <<_ACEOF
20336 cat confdefs.h
>>conftest.
$ac_ext
20337 cat >>conftest.
$ac_ext <<_ACEOF
20338 /* end confdefs.h. */
20340 /* Override any gcc2 internal prototype to avoid an error. */
20344 /* We use char because int might match the return type of a gcc2
20345 builtin and then its argument prototype would still apply. */
20355 rm -f conftest.
$ac_objext conftest
$ac_exeext
20356 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20357 (eval $ac_link) 2>conftest.er1
20359 grep -v '^ *+' conftest.er1
>conftest.err
20361 cat conftest.err
>&5
20362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20363 (exit $ac_status); } &&
20364 { ac_try
='test -z "$ac_c_werror_flag"
20365 || test ! -s conftest.err'
20366 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20367 (eval $ac_try) 2>&5
20369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20370 (exit $ac_status); }; } &&
20371 { ac_try
='test -s conftest$ac_exeext'
20372 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20373 (eval $ac_try) 2>&5
20375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20376 (exit $ac_status); }; }; then
20377 ac_cv_lib_m_acos
=yes
20379 echo "$as_me: failed program was:" >&5
20380 sed 's/^/| /' conftest.
$ac_ext >&5
20382 ac_cv_lib_m_acos
=no
20384 rm -f conftest.err conftest.
$ac_objext \
20385 conftest
$ac_exeext conftest.
$ac_ext
20386 LIBS
=$ac_check_lib_save_LIBS
20388 echo "$as_me:$LINENO: result: $ac_cv_lib_m_acos" >&5
20389 echo "${ECHO_T}$ac_cv_lib_m_acos" >&6
20390 if test $ac_cv_lib_m_acos = yes; then
20392 cat >>confdefs.h
<<\_ACEOF
20393 #define HAVE_ACOS 1
20398 echo "$as_me:$LINENO: checking for acosl in -lm" >&5
20399 echo $ECHO_N "checking for acosl in -lm... $ECHO_C" >&6
20400 if test "${ac_cv_lib_m_acosl+set}" = set; then
20401 echo $ECHO_N "(cached) $ECHO_C" >&6
20403 ac_check_lib_save_LIBS
=$LIBS
20405 if test x
$gcc_no_link = xyes
; then
20406 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20407 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20408 { (exit 1); exit 1; }; }
20410 cat >conftest.
$ac_ext <<_ACEOF
20413 cat confdefs.h
>>conftest.
$ac_ext
20414 cat >>conftest.
$ac_ext <<_ACEOF
20415 /* end confdefs.h. */
20417 /* Override any gcc2 internal prototype to avoid an error. */
20421 /* We use char because int might match the return type of a gcc2
20422 builtin and then its argument prototype would still apply. */
20432 rm -f conftest.
$ac_objext conftest
$ac_exeext
20433 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20434 (eval $ac_link) 2>conftest.er1
20436 grep -v '^ *+' conftest.er1
>conftest.err
20438 cat conftest.err
>&5
20439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20440 (exit $ac_status); } &&
20441 { ac_try
='test -z "$ac_c_werror_flag"
20442 || test ! -s conftest.err'
20443 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20444 (eval $ac_try) 2>&5
20446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20447 (exit $ac_status); }; } &&
20448 { ac_try
='test -s conftest$ac_exeext'
20449 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20450 (eval $ac_try) 2>&5
20452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20453 (exit $ac_status); }; }; then
20454 ac_cv_lib_m_acosl
=yes
20456 echo "$as_me: failed program was:" >&5
20457 sed 's/^/| /' conftest.
$ac_ext >&5
20459 ac_cv_lib_m_acosl
=no
20461 rm -f conftest.err conftest.
$ac_objext \
20462 conftest
$ac_exeext conftest.
$ac_ext
20463 LIBS
=$ac_check_lib_save_LIBS
20465 echo "$as_me:$LINENO: result: $ac_cv_lib_m_acosl" >&5
20466 echo "${ECHO_T}$ac_cv_lib_m_acosl" >&6
20467 if test $ac_cv_lib_m_acosl = yes; then
20469 cat >>confdefs.h
<<\_ACEOF
20470 #define HAVE_ACOSL 1
20475 echo "$as_me:$LINENO: checking for acoshf in -lm" >&5
20476 echo $ECHO_N "checking for acoshf in -lm... $ECHO_C" >&6
20477 if test "${ac_cv_lib_m_acoshf+set}" = set; then
20478 echo $ECHO_N "(cached) $ECHO_C" >&6
20480 ac_check_lib_save_LIBS
=$LIBS
20482 if test x
$gcc_no_link = xyes
; then
20483 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20484 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20485 { (exit 1); exit 1; }; }
20487 cat >conftest.
$ac_ext <<_ACEOF
20490 cat confdefs.h
>>conftest.
$ac_ext
20491 cat >>conftest.
$ac_ext <<_ACEOF
20492 /* end confdefs.h. */
20494 /* Override any gcc2 internal prototype to avoid an error. */
20498 /* We use char because int might match the return type of a gcc2
20499 builtin and then its argument prototype would still apply. */
20509 rm -f conftest.
$ac_objext conftest
$ac_exeext
20510 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20511 (eval $ac_link) 2>conftest.er1
20513 grep -v '^ *+' conftest.er1
>conftest.err
20515 cat conftest.err
>&5
20516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20517 (exit $ac_status); } &&
20518 { ac_try
='test -z "$ac_c_werror_flag"
20519 || test ! -s conftest.err'
20520 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20521 (eval $ac_try) 2>&5
20523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20524 (exit $ac_status); }; } &&
20525 { ac_try
='test -s conftest$ac_exeext'
20526 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20527 (eval $ac_try) 2>&5
20529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20530 (exit $ac_status); }; }; then
20531 ac_cv_lib_m_acoshf
=yes
20533 echo "$as_me: failed program was:" >&5
20534 sed 's/^/| /' conftest.
$ac_ext >&5
20536 ac_cv_lib_m_acoshf
=no
20538 rm -f conftest.err conftest.
$ac_objext \
20539 conftest
$ac_exeext conftest.
$ac_ext
20540 LIBS
=$ac_check_lib_save_LIBS
20542 echo "$as_me:$LINENO: result: $ac_cv_lib_m_acoshf" >&5
20543 echo "${ECHO_T}$ac_cv_lib_m_acoshf" >&6
20544 if test $ac_cv_lib_m_acoshf = yes; then
20546 cat >>confdefs.h
<<\_ACEOF
20547 #define HAVE_ACOSHF 1
20552 echo "$as_me:$LINENO: checking for acosh in -lm" >&5
20553 echo $ECHO_N "checking for acosh in -lm... $ECHO_C" >&6
20554 if test "${ac_cv_lib_m_acosh+set}" = set; then
20555 echo $ECHO_N "(cached) $ECHO_C" >&6
20557 ac_check_lib_save_LIBS
=$LIBS
20559 if test x
$gcc_no_link = xyes
; then
20560 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20561 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20562 { (exit 1); exit 1; }; }
20564 cat >conftest.
$ac_ext <<_ACEOF
20567 cat confdefs.h
>>conftest.
$ac_ext
20568 cat >>conftest.
$ac_ext <<_ACEOF
20569 /* end confdefs.h. */
20571 /* Override any gcc2 internal prototype to avoid an error. */
20575 /* We use char because int might match the return type of a gcc2
20576 builtin and then its argument prototype would still apply. */
20586 rm -f conftest.
$ac_objext conftest
$ac_exeext
20587 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20588 (eval $ac_link) 2>conftest.er1
20590 grep -v '^ *+' conftest.er1
>conftest.err
20592 cat conftest.err
>&5
20593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20594 (exit $ac_status); } &&
20595 { ac_try
='test -z "$ac_c_werror_flag"
20596 || test ! -s conftest.err'
20597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20598 (eval $ac_try) 2>&5
20600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20601 (exit $ac_status); }; } &&
20602 { ac_try
='test -s conftest$ac_exeext'
20603 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20604 (eval $ac_try) 2>&5
20606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20607 (exit $ac_status); }; }; then
20608 ac_cv_lib_m_acosh
=yes
20610 echo "$as_me: failed program was:" >&5
20611 sed 's/^/| /' conftest.
$ac_ext >&5
20613 ac_cv_lib_m_acosh
=no
20615 rm -f conftest.err conftest.
$ac_objext \
20616 conftest
$ac_exeext conftest.
$ac_ext
20617 LIBS
=$ac_check_lib_save_LIBS
20619 echo "$as_me:$LINENO: result: $ac_cv_lib_m_acosh" >&5
20620 echo "${ECHO_T}$ac_cv_lib_m_acosh" >&6
20621 if test $ac_cv_lib_m_acosh = yes; then
20623 cat >>confdefs.h
<<\_ACEOF
20624 #define HAVE_ACOSH 1
20629 echo "$as_me:$LINENO: checking for acoshl in -lm" >&5
20630 echo $ECHO_N "checking for acoshl in -lm... $ECHO_C" >&6
20631 if test "${ac_cv_lib_m_acoshl+set}" = set; then
20632 echo $ECHO_N "(cached) $ECHO_C" >&6
20634 ac_check_lib_save_LIBS
=$LIBS
20636 if test x
$gcc_no_link = xyes
; then
20637 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20638 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20639 { (exit 1); exit 1; }; }
20641 cat >conftest.
$ac_ext <<_ACEOF
20644 cat confdefs.h
>>conftest.
$ac_ext
20645 cat >>conftest.
$ac_ext <<_ACEOF
20646 /* end confdefs.h. */
20648 /* Override any gcc2 internal prototype to avoid an error. */
20652 /* We use char because int might match the return type of a gcc2
20653 builtin and then its argument prototype would still apply. */
20663 rm -f conftest.
$ac_objext conftest
$ac_exeext
20664 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20665 (eval $ac_link) 2>conftest.er1
20667 grep -v '^ *+' conftest.er1
>conftest.err
20669 cat conftest.err
>&5
20670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20671 (exit $ac_status); } &&
20672 { ac_try
='test -z "$ac_c_werror_flag"
20673 || test ! -s conftest.err'
20674 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20675 (eval $ac_try) 2>&5
20677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20678 (exit $ac_status); }; } &&
20679 { ac_try
='test -s conftest$ac_exeext'
20680 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20681 (eval $ac_try) 2>&5
20683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20684 (exit $ac_status); }; }; then
20685 ac_cv_lib_m_acoshl
=yes
20687 echo "$as_me: failed program was:" >&5
20688 sed 's/^/| /' conftest.
$ac_ext >&5
20690 ac_cv_lib_m_acoshl
=no
20692 rm -f conftest.err conftest.
$ac_objext \
20693 conftest
$ac_exeext conftest.
$ac_ext
20694 LIBS
=$ac_check_lib_save_LIBS
20696 echo "$as_me:$LINENO: result: $ac_cv_lib_m_acoshl" >&5
20697 echo "${ECHO_T}$ac_cv_lib_m_acoshl" >&6
20698 if test $ac_cv_lib_m_acoshl = yes; then
20700 cat >>confdefs.h
<<\_ACEOF
20701 #define HAVE_ACOSHL 1
20706 echo "$as_me:$LINENO: checking for asinf in -lm" >&5
20707 echo $ECHO_N "checking for asinf in -lm... $ECHO_C" >&6
20708 if test "${ac_cv_lib_m_asinf+set}" = set; then
20709 echo $ECHO_N "(cached) $ECHO_C" >&6
20711 ac_check_lib_save_LIBS
=$LIBS
20713 if test x
$gcc_no_link = xyes
; then
20714 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20715 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20716 { (exit 1); exit 1; }; }
20718 cat >conftest.
$ac_ext <<_ACEOF
20721 cat confdefs.h
>>conftest.
$ac_ext
20722 cat >>conftest.
$ac_ext <<_ACEOF
20723 /* end confdefs.h. */
20725 /* Override any gcc2 internal prototype to avoid an error. */
20729 /* We use char because int might match the return type of a gcc2
20730 builtin and then its argument prototype would still apply. */
20740 rm -f conftest.
$ac_objext conftest
$ac_exeext
20741 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20742 (eval $ac_link) 2>conftest.er1
20744 grep -v '^ *+' conftest.er1
>conftest.err
20746 cat conftest.err
>&5
20747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20748 (exit $ac_status); } &&
20749 { ac_try
='test -z "$ac_c_werror_flag"
20750 || test ! -s conftest.err'
20751 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20752 (eval $ac_try) 2>&5
20754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20755 (exit $ac_status); }; } &&
20756 { ac_try
='test -s conftest$ac_exeext'
20757 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20758 (eval $ac_try) 2>&5
20760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20761 (exit $ac_status); }; }; then
20762 ac_cv_lib_m_asinf
=yes
20764 echo "$as_me: failed program was:" >&5
20765 sed 's/^/| /' conftest.
$ac_ext >&5
20767 ac_cv_lib_m_asinf
=no
20769 rm -f conftest.err conftest.
$ac_objext \
20770 conftest
$ac_exeext conftest.
$ac_ext
20771 LIBS
=$ac_check_lib_save_LIBS
20773 echo "$as_me:$LINENO: result: $ac_cv_lib_m_asinf" >&5
20774 echo "${ECHO_T}$ac_cv_lib_m_asinf" >&6
20775 if test $ac_cv_lib_m_asinf = yes; then
20777 cat >>confdefs.h
<<\_ACEOF
20778 #define HAVE_ASINF 1
20783 echo "$as_me:$LINENO: checking for asin in -lm" >&5
20784 echo $ECHO_N "checking for asin in -lm... $ECHO_C" >&6
20785 if test "${ac_cv_lib_m_asin+set}" = set; then
20786 echo $ECHO_N "(cached) $ECHO_C" >&6
20788 ac_check_lib_save_LIBS
=$LIBS
20790 if test x
$gcc_no_link = xyes
; then
20791 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20792 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20793 { (exit 1); exit 1; }; }
20795 cat >conftest.
$ac_ext <<_ACEOF
20798 cat confdefs.h
>>conftest.
$ac_ext
20799 cat >>conftest.
$ac_ext <<_ACEOF
20800 /* end confdefs.h. */
20802 /* Override any gcc2 internal prototype to avoid an error. */
20806 /* We use char because int might match the return type of a gcc2
20807 builtin and then its argument prototype would still apply. */
20817 rm -f conftest.
$ac_objext conftest
$ac_exeext
20818 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20819 (eval $ac_link) 2>conftest.er1
20821 grep -v '^ *+' conftest.er1
>conftest.err
20823 cat conftest.err
>&5
20824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20825 (exit $ac_status); } &&
20826 { ac_try
='test -z "$ac_c_werror_flag"
20827 || test ! -s conftest.err'
20828 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20829 (eval $ac_try) 2>&5
20831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20832 (exit $ac_status); }; } &&
20833 { ac_try
='test -s conftest$ac_exeext'
20834 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20835 (eval $ac_try) 2>&5
20837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20838 (exit $ac_status); }; }; then
20839 ac_cv_lib_m_asin
=yes
20841 echo "$as_me: failed program was:" >&5
20842 sed 's/^/| /' conftest.
$ac_ext >&5
20844 ac_cv_lib_m_asin
=no
20846 rm -f conftest.err conftest.
$ac_objext \
20847 conftest
$ac_exeext conftest.
$ac_ext
20848 LIBS
=$ac_check_lib_save_LIBS
20850 echo "$as_me:$LINENO: result: $ac_cv_lib_m_asin" >&5
20851 echo "${ECHO_T}$ac_cv_lib_m_asin" >&6
20852 if test $ac_cv_lib_m_asin = yes; then
20854 cat >>confdefs.h
<<\_ACEOF
20855 #define HAVE_ASIN 1
20860 echo "$as_me:$LINENO: checking for asinl in -lm" >&5
20861 echo $ECHO_N "checking for asinl in -lm... $ECHO_C" >&6
20862 if test "${ac_cv_lib_m_asinl+set}" = set; then
20863 echo $ECHO_N "(cached) $ECHO_C" >&6
20865 ac_check_lib_save_LIBS
=$LIBS
20867 if test x
$gcc_no_link = xyes
; then
20868 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20869 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20870 { (exit 1); exit 1; }; }
20872 cat >conftest.
$ac_ext <<_ACEOF
20875 cat confdefs.h
>>conftest.
$ac_ext
20876 cat >>conftest.
$ac_ext <<_ACEOF
20877 /* end confdefs.h. */
20879 /* Override any gcc2 internal prototype to avoid an error. */
20883 /* We use char because int might match the return type of a gcc2
20884 builtin and then its argument prototype would still apply. */
20894 rm -f conftest.
$ac_objext conftest
$ac_exeext
20895 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20896 (eval $ac_link) 2>conftest.er1
20898 grep -v '^ *+' conftest.er1
>conftest.err
20900 cat conftest.err
>&5
20901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20902 (exit $ac_status); } &&
20903 { ac_try
='test -z "$ac_c_werror_flag"
20904 || test ! -s conftest.err'
20905 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20906 (eval $ac_try) 2>&5
20908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20909 (exit $ac_status); }; } &&
20910 { ac_try
='test -s conftest$ac_exeext'
20911 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20912 (eval $ac_try) 2>&5
20914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20915 (exit $ac_status); }; }; then
20916 ac_cv_lib_m_asinl
=yes
20918 echo "$as_me: failed program was:" >&5
20919 sed 's/^/| /' conftest.
$ac_ext >&5
20921 ac_cv_lib_m_asinl
=no
20923 rm -f conftest.err conftest.
$ac_objext \
20924 conftest
$ac_exeext conftest.
$ac_ext
20925 LIBS
=$ac_check_lib_save_LIBS
20927 echo "$as_me:$LINENO: result: $ac_cv_lib_m_asinl" >&5
20928 echo "${ECHO_T}$ac_cv_lib_m_asinl" >&6
20929 if test $ac_cv_lib_m_asinl = yes; then
20931 cat >>confdefs.h
<<\_ACEOF
20932 #define HAVE_ASINL 1
20937 echo "$as_me:$LINENO: checking for asinhf in -lm" >&5
20938 echo $ECHO_N "checking for asinhf in -lm... $ECHO_C" >&6
20939 if test "${ac_cv_lib_m_asinhf+set}" = set; then
20940 echo $ECHO_N "(cached) $ECHO_C" >&6
20942 ac_check_lib_save_LIBS
=$LIBS
20944 if test x
$gcc_no_link = xyes
; then
20945 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
20946 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
20947 { (exit 1); exit 1; }; }
20949 cat >conftest.
$ac_ext <<_ACEOF
20952 cat confdefs.h
>>conftest.
$ac_ext
20953 cat >>conftest.
$ac_ext <<_ACEOF
20954 /* end confdefs.h. */
20956 /* Override any gcc2 internal prototype to avoid an error. */
20960 /* We use char because int might match the return type of a gcc2
20961 builtin and then its argument prototype would still apply. */
20971 rm -f conftest.
$ac_objext conftest
$ac_exeext
20972 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20973 (eval $ac_link) 2>conftest.er1
20975 grep -v '^ *+' conftest.er1
>conftest.err
20977 cat conftest.err
>&5
20978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20979 (exit $ac_status); } &&
20980 { ac_try
='test -z "$ac_c_werror_flag"
20981 || test ! -s conftest.err'
20982 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20983 (eval $ac_try) 2>&5
20985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20986 (exit $ac_status); }; } &&
20987 { ac_try
='test -s conftest$ac_exeext'
20988 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20989 (eval $ac_try) 2>&5
20991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20992 (exit $ac_status); }; }; then
20993 ac_cv_lib_m_asinhf
=yes
20995 echo "$as_me: failed program was:" >&5
20996 sed 's/^/| /' conftest.
$ac_ext >&5
20998 ac_cv_lib_m_asinhf
=no
21000 rm -f conftest.err conftest.
$ac_objext \
21001 conftest
$ac_exeext conftest.
$ac_ext
21002 LIBS
=$ac_check_lib_save_LIBS
21004 echo "$as_me:$LINENO: result: $ac_cv_lib_m_asinhf" >&5
21005 echo "${ECHO_T}$ac_cv_lib_m_asinhf" >&6
21006 if test $ac_cv_lib_m_asinhf = yes; then
21008 cat >>confdefs.h
<<\_ACEOF
21009 #define HAVE_ASINHF 1
21014 echo "$as_me:$LINENO: checking for asinh in -lm" >&5
21015 echo $ECHO_N "checking for asinh in -lm... $ECHO_C" >&6
21016 if test "${ac_cv_lib_m_asinh+set}" = set; then
21017 echo $ECHO_N "(cached) $ECHO_C" >&6
21019 ac_check_lib_save_LIBS
=$LIBS
21021 if test x
$gcc_no_link = xyes
; then
21022 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21023 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21024 { (exit 1); exit 1; }; }
21026 cat >conftest.
$ac_ext <<_ACEOF
21029 cat confdefs.h
>>conftest.
$ac_ext
21030 cat >>conftest.
$ac_ext <<_ACEOF
21031 /* end confdefs.h. */
21033 /* Override any gcc2 internal prototype to avoid an error. */
21037 /* We use char because int might match the return type of a gcc2
21038 builtin and then its argument prototype would still apply. */
21048 rm -f conftest.
$ac_objext conftest
$ac_exeext
21049 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21050 (eval $ac_link) 2>conftest.er1
21052 grep -v '^ *+' conftest.er1
>conftest.err
21054 cat conftest.err
>&5
21055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21056 (exit $ac_status); } &&
21057 { ac_try
='test -z "$ac_c_werror_flag"
21058 || test ! -s conftest.err'
21059 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21060 (eval $ac_try) 2>&5
21062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21063 (exit $ac_status); }; } &&
21064 { ac_try
='test -s conftest$ac_exeext'
21065 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21066 (eval $ac_try) 2>&5
21068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21069 (exit $ac_status); }; }; then
21070 ac_cv_lib_m_asinh
=yes
21072 echo "$as_me: failed program was:" >&5
21073 sed 's/^/| /' conftest.
$ac_ext >&5
21075 ac_cv_lib_m_asinh
=no
21077 rm -f conftest.err conftest.
$ac_objext \
21078 conftest
$ac_exeext conftest.
$ac_ext
21079 LIBS
=$ac_check_lib_save_LIBS
21081 echo "$as_me:$LINENO: result: $ac_cv_lib_m_asinh" >&5
21082 echo "${ECHO_T}$ac_cv_lib_m_asinh" >&6
21083 if test $ac_cv_lib_m_asinh = yes; then
21085 cat >>confdefs.h
<<\_ACEOF
21086 #define HAVE_ASINH 1
21091 echo "$as_me:$LINENO: checking for asinhl in -lm" >&5
21092 echo $ECHO_N "checking for asinhl in -lm... $ECHO_C" >&6
21093 if test "${ac_cv_lib_m_asinhl+set}" = set; then
21094 echo $ECHO_N "(cached) $ECHO_C" >&6
21096 ac_check_lib_save_LIBS
=$LIBS
21098 if test x
$gcc_no_link = xyes
; then
21099 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21100 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21101 { (exit 1); exit 1; }; }
21103 cat >conftest.
$ac_ext <<_ACEOF
21106 cat confdefs.h
>>conftest.
$ac_ext
21107 cat >>conftest.
$ac_ext <<_ACEOF
21108 /* end confdefs.h. */
21110 /* Override any gcc2 internal prototype to avoid an error. */
21114 /* We use char because int might match the return type of a gcc2
21115 builtin and then its argument prototype would still apply. */
21125 rm -f conftest.
$ac_objext conftest
$ac_exeext
21126 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21127 (eval $ac_link) 2>conftest.er1
21129 grep -v '^ *+' conftest.er1
>conftest.err
21131 cat conftest.err
>&5
21132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21133 (exit $ac_status); } &&
21134 { ac_try
='test -z "$ac_c_werror_flag"
21135 || test ! -s conftest.err'
21136 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21137 (eval $ac_try) 2>&5
21139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21140 (exit $ac_status); }; } &&
21141 { ac_try
='test -s conftest$ac_exeext'
21142 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21143 (eval $ac_try) 2>&5
21145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21146 (exit $ac_status); }; }; then
21147 ac_cv_lib_m_asinhl
=yes
21149 echo "$as_me: failed program was:" >&5
21150 sed 's/^/| /' conftest.
$ac_ext >&5
21152 ac_cv_lib_m_asinhl
=no
21154 rm -f conftest.err conftest.
$ac_objext \
21155 conftest
$ac_exeext conftest.
$ac_ext
21156 LIBS
=$ac_check_lib_save_LIBS
21158 echo "$as_me:$LINENO: result: $ac_cv_lib_m_asinhl" >&5
21159 echo "${ECHO_T}$ac_cv_lib_m_asinhl" >&6
21160 if test $ac_cv_lib_m_asinhl = yes; then
21162 cat >>confdefs.h
<<\_ACEOF
21163 #define HAVE_ASINHL 1
21168 echo "$as_me:$LINENO: checking for atan2f in -lm" >&5
21169 echo $ECHO_N "checking for atan2f in -lm... $ECHO_C" >&6
21170 if test "${ac_cv_lib_m_atan2f+set}" = set; then
21171 echo $ECHO_N "(cached) $ECHO_C" >&6
21173 ac_check_lib_save_LIBS
=$LIBS
21175 if test x
$gcc_no_link = xyes
; then
21176 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21177 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21178 { (exit 1); exit 1; }; }
21180 cat >conftest.
$ac_ext <<_ACEOF
21183 cat confdefs.h
>>conftest.
$ac_ext
21184 cat >>conftest.
$ac_ext <<_ACEOF
21185 /* end confdefs.h. */
21187 /* Override any gcc2 internal prototype to avoid an error. */
21191 /* We use char because int might match the return type of a gcc2
21192 builtin and then its argument prototype would still apply. */
21202 rm -f conftest.
$ac_objext conftest
$ac_exeext
21203 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21204 (eval $ac_link) 2>conftest.er1
21206 grep -v '^ *+' conftest.er1
>conftest.err
21208 cat conftest.err
>&5
21209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21210 (exit $ac_status); } &&
21211 { ac_try
='test -z "$ac_c_werror_flag"
21212 || test ! -s conftest.err'
21213 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21214 (eval $ac_try) 2>&5
21216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21217 (exit $ac_status); }; } &&
21218 { ac_try
='test -s conftest$ac_exeext'
21219 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21220 (eval $ac_try) 2>&5
21222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21223 (exit $ac_status); }; }; then
21224 ac_cv_lib_m_atan2f
=yes
21226 echo "$as_me: failed program was:" >&5
21227 sed 's/^/| /' conftest.
$ac_ext >&5
21229 ac_cv_lib_m_atan2f
=no
21231 rm -f conftest.err conftest.
$ac_objext \
21232 conftest
$ac_exeext conftest.
$ac_ext
21233 LIBS
=$ac_check_lib_save_LIBS
21235 echo "$as_me:$LINENO: result: $ac_cv_lib_m_atan2f" >&5
21236 echo "${ECHO_T}$ac_cv_lib_m_atan2f" >&6
21237 if test $ac_cv_lib_m_atan2f = yes; then
21239 cat >>confdefs.h
<<\_ACEOF
21240 #define HAVE_ATAN2F 1
21245 echo "$as_me:$LINENO: checking for atan2 in -lm" >&5
21246 echo $ECHO_N "checking for atan2 in -lm... $ECHO_C" >&6
21247 if test "${ac_cv_lib_m_atan2+set}" = set; then
21248 echo $ECHO_N "(cached) $ECHO_C" >&6
21250 ac_check_lib_save_LIBS
=$LIBS
21252 if test x
$gcc_no_link = xyes
; then
21253 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21254 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21255 { (exit 1); exit 1; }; }
21257 cat >conftest.
$ac_ext <<_ACEOF
21260 cat confdefs.h
>>conftest.
$ac_ext
21261 cat >>conftest.
$ac_ext <<_ACEOF
21262 /* end confdefs.h. */
21264 /* Override any gcc2 internal prototype to avoid an error. */
21268 /* We use char because int might match the return type of a gcc2
21269 builtin and then its argument prototype would still apply. */
21279 rm -f conftest.
$ac_objext conftest
$ac_exeext
21280 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21281 (eval $ac_link) 2>conftest.er1
21283 grep -v '^ *+' conftest.er1
>conftest.err
21285 cat conftest.err
>&5
21286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21287 (exit $ac_status); } &&
21288 { ac_try
='test -z "$ac_c_werror_flag"
21289 || test ! -s conftest.err'
21290 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21291 (eval $ac_try) 2>&5
21293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21294 (exit $ac_status); }; } &&
21295 { ac_try
='test -s conftest$ac_exeext'
21296 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21297 (eval $ac_try) 2>&5
21299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21300 (exit $ac_status); }; }; then
21301 ac_cv_lib_m_atan2
=yes
21303 echo "$as_me: failed program was:" >&5
21304 sed 's/^/| /' conftest.
$ac_ext >&5
21306 ac_cv_lib_m_atan2
=no
21308 rm -f conftest.err conftest.
$ac_objext \
21309 conftest
$ac_exeext conftest.
$ac_ext
21310 LIBS
=$ac_check_lib_save_LIBS
21312 echo "$as_me:$LINENO: result: $ac_cv_lib_m_atan2" >&5
21313 echo "${ECHO_T}$ac_cv_lib_m_atan2" >&6
21314 if test $ac_cv_lib_m_atan2 = yes; then
21316 cat >>confdefs.h
<<\_ACEOF
21317 #define HAVE_ATAN2 1
21322 echo "$as_me:$LINENO: checking for atan2l in -lm" >&5
21323 echo $ECHO_N "checking for atan2l in -lm... $ECHO_C" >&6
21324 if test "${ac_cv_lib_m_atan2l+set}" = set; then
21325 echo $ECHO_N "(cached) $ECHO_C" >&6
21327 ac_check_lib_save_LIBS
=$LIBS
21329 if test x
$gcc_no_link = xyes
; then
21330 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21331 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21332 { (exit 1); exit 1; }; }
21334 cat >conftest.
$ac_ext <<_ACEOF
21337 cat confdefs.h
>>conftest.
$ac_ext
21338 cat >>conftest.
$ac_ext <<_ACEOF
21339 /* end confdefs.h. */
21341 /* Override any gcc2 internal prototype to avoid an error. */
21345 /* We use char because int might match the return type of a gcc2
21346 builtin and then its argument prototype would still apply. */
21356 rm -f conftest.
$ac_objext conftest
$ac_exeext
21357 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21358 (eval $ac_link) 2>conftest.er1
21360 grep -v '^ *+' conftest.er1
>conftest.err
21362 cat conftest.err
>&5
21363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21364 (exit $ac_status); } &&
21365 { ac_try
='test -z "$ac_c_werror_flag"
21366 || test ! -s conftest.err'
21367 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21368 (eval $ac_try) 2>&5
21370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21371 (exit $ac_status); }; } &&
21372 { ac_try
='test -s conftest$ac_exeext'
21373 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21374 (eval $ac_try) 2>&5
21376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21377 (exit $ac_status); }; }; then
21378 ac_cv_lib_m_atan2l
=yes
21380 echo "$as_me: failed program was:" >&5
21381 sed 's/^/| /' conftest.
$ac_ext >&5
21383 ac_cv_lib_m_atan2l
=no
21385 rm -f conftest.err conftest.
$ac_objext \
21386 conftest
$ac_exeext conftest.
$ac_ext
21387 LIBS
=$ac_check_lib_save_LIBS
21389 echo "$as_me:$LINENO: result: $ac_cv_lib_m_atan2l" >&5
21390 echo "${ECHO_T}$ac_cv_lib_m_atan2l" >&6
21391 if test $ac_cv_lib_m_atan2l = yes; then
21393 cat >>confdefs.h
<<\_ACEOF
21394 #define HAVE_ATAN2L 1
21399 echo "$as_me:$LINENO: checking for atanf in -lm" >&5
21400 echo $ECHO_N "checking for atanf in -lm... $ECHO_C" >&6
21401 if test "${ac_cv_lib_m_atanf+set}" = set; then
21402 echo $ECHO_N "(cached) $ECHO_C" >&6
21404 ac_check_lib_save_LIBS
=$LIBS
21406 if test x
$gcc_no_link = xyes
; then
21407 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21408 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21409 { (exit 1); exit 1; }; }
21411 cat >conftest.
$ac_ext <<_ACEOF
21414 cat confdefs.h
>>conftest.
$ac_ext
21415 cat >>conftest.
$ac_ext <<_ACEOF
21416 /* end confdefs.h. */
21418 /* Override any gcc2 internal prototype to avoid an error. */
21422 /* We use char because int might match the return type of a gcc2
21423 builtin and then its argument prototype would still apply. */
21433 rm -f conftest.
$ac_objext conftest
$ac_exeext
21434 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21435 (eval $ac_link) 2>conftest.er1
21437 grep -v '^ *+' conftest.er1
>conftest.err
21439 cat conftest.err
>&5
21440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21441 (exit $ac_status); } &&
21442 { ac_try
='test -z "$ac_c_werror_flag"
21443 || test ! -s conftest.err'
21444 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21445 (eval $ac_try) 2>&5
21447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21448 (exit $ac_status); }; } &&
21449 { ac_try
='test -s conftest$ac_exeext'
21450 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21451 (eval $ac_try) 2>&5
21453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21454 (exit $ac_status); }; }; then
21455 ac_cv_lib_m_atanf
=yes
21457 echo "$as_me: failed program was:" >&5
21458 sed 's/^/| /' conftest.
$ac_ext >&5
21460 ac_cv_lib_m_atanf
=no
21462 rm -f conftest.err conftest.
$ac_objext \
21463 conftest
$ac_exeext conftest.
$ac_ext
21464 LIBS
=$ac_check_lib_save_LIBS
21466 echo "$as_me:$LINENO: result: $ac_cv_lib_m_atanf" >&5
21467 echo "${ECHO_T}$ac_cv_lib_m_atanf" >&6
21468 if test $ac_cv_lib_m_atanf = yes; then
21470 cat >>confdefs.h
<<\_ACEOF
21471 #define HAVE_ATANF 1
21476 echo "$as_me:$LINENO: checking for atan in -lm" >&5
21477 echo $ECHO_N "checking for atan in -lm... $ECHO_C" >&6
21478 if test "${ac_cv_lib_m_atan+set}" = set; then
21479 echo $ECHO_N "(cached) $ECHO_C" >&6
21481 ac_check_lib_save_LIBS
=$LIBS
21483 if test x
$gcc_no_link = xyes
; then
21484 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21485 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21486 { (exit 1); exit 1; }; }
21488 cat >conftest.
$ac_ext <<_ACEOF
21491 cat confdefs.h
>>conftest.
$ac_ext
21492 cat >>conftest.
$ac_ext <<_ACEOF
21493 /* end confdefs.h. */
21495 /* Override any gcc2 internal prototype to avoid an error. */
21499 /* We use char because int might match the return type of a gcc2
21500 builtin and then its argument prototype would still apply. */
21510 rm -f conftest.
$ac_objext conftest
$ac_exeext
21511 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21512 (eval $ac_link) 2>conftest.er1
21514 grep -v '^ *+' conftest.er1
>conftest.err
21516 cat conftest.err
>&5
21517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21518 (exit $ac_status); } &&
21519 { ac_try
='test -z "$ac_c_werror_flag"
21520 || test ! -s conftest.err'
21521 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21522 (eval $ac_try) 2>&5
21524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21525 (exit $ac_status); }; } &&
21526 { ac_try
='test -s conftest$ac_exeext'
21527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21528 (eval $ac_try) 2>&5
21530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21531 (exit $ac_status); }; }; then
21532 ac_cv_lib_m_atan
=yes
21534 echo "$as_me: failed program was:" >&5
21535 sed 's/^/| /' conftest.
$ac_ext >&5
21537 ac_cv_lib_m_atan
=no
21539 rm -f conftest.err conftest.
$ac_objext \
21540 conftest
$ac_exeext conftest.
$ac_ext
21541 LIBS
=$ac_check_lib_save_LIBS
21543 echo "$as_me:$LINENO: result: $ac_cv_lib_m_atan" >&5
21544 echo "${ECHO_T}$ac_cv_lib_m_atan" >&6
21545 if test $ac_cv_lib_m_atan = yes; then
21547 cat >>confdefs.h
<<\_ACEOF
21548 #define HAVE_ATAN 1
21553 echo "$as_me:$LINENO: checking for atanl in -lm" >&5
21554 echo $ECHO_N "checking for atanl in -lm... $ECHO_C" >&6
21555 if test "${ac_cv_lib_m_atanl+set}" = set; then
21556 echo $ECHO_N "(cached) $ECHO_C" >&6
21558 ac_check_lib_save_LIBS
=$LIBS
21560 if test x
$gcc_no_link = xyes
; then
21561 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21562 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21563 { (exit 1); exit 1; }; }
21565 cat >conftest.
$ac_ext <<_ACEOF
21568 cat confdefs.h
>>conftest.
$ac_ext
21569 cat >>conftest.
$ac_ext <<_ACEOF
21570 /* end confdefs.h. */
21572 /* Override any gcc2 internal prototype to avoid an error. */
21576 /* We use char because int might match the return type of a gcc2
21577 builtin and then its argument prototype would still apply. */
21587 rm -f conftest.
$ac_objext conftest
$ac_exeext
21588 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21589 (eval $ac_link) 2>conftest.er1
21591 grep -v '^ *+' conftest.er1
>conftest.err
21593 cat conftest.err
>&5
21594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21595 (exit $ac_status); } &&
21596 { ac_try
='test -z "$ac_c_werror_flag"
21597 || test ! -s conftest.err'
21598 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21599 (eval $ac_try) 2>&5
21601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21602 (exit $ac_status); }; } &&
21603 { ac_try
='test -s conftest$ac_exeext'
21604 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21605 (eval $ac_try) 2>&5
21607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21608 (exit $ac_status); }; }; then
21609 ac_cv_lib_m_atanl
=yes
21611 echo "$as_me: failed program was:" >&5
21612 sed 's/^/| /' conftest.
$ac_ext >&5
21614 ac_cv_lib_m_atanl
=no
21616 rm -f conftest.err conftest.
$ac_objext \
21617 conftest
$ac_exeext conftest.
$ac_ext
21618 LIBS
=$ac_check_lib_save_LIBS
21620 echo "$as_me:$LINENO: result: $ac_cv_lib_m_atanl" >&5
21621 echo "${ECHO_T}$ac_cv_lib_m_atanl" >&6
21622 if test $ac_cv_lib_m_atanl = yes; then
21624 cat >>confdefs.h
<<\_ACEOF
21625 #define HAVE_ATANL 1
21630 echo "$as_me:$LINENO: checking for atanhf in -lm" >&5
21631 echo $ECHO_N "checking for atanhf in -lm... $ECHO_C" >&6
21632 if test "${ac_cv_lib_m_atanhf+set}" = set; then
21633 echo $ECHO_N "(cached) $ECHO_C" >&6
21635 ac_check_lib_save_LIBS
=$LIBS
21637 if test x
$gcc_no_link = xyes
; then
21638 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21639 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21640 { (exit 1); exit 1; }; }
21642 cat >conftest.
$ac_ext <<_ACEOF
21645 cat confdefs.h
>>conftest.
$ac_ext
21646 cat >>conftest.
$ac_ext <<_ACEOF
21647 /* end confdefs.h. */
21649 /* Override any gcc2 internal prototype to avoid an error. */
21653 /* We use char because int might match the return type of a gcc2
21654 builtin and then its argument prototype would still apply. */
21664 rm -f conftest.
$ac_objext conftest
$ac_exeext
21665 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21666 (eval $ac_link) 2>conftest.er1
21668 grep -v '^ *+' conftest.er1
>conftest.err
21670 cat conftest.err
>&5
21671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21672 (exit $ac_status); } &&
21673 { ac_try
='test -z "$ac_c_werror_flag"
21674 || test ! -s conftest.err'
21675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21676 (eval $ac_try) 2>&5
21678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21679 (exit $ac_status); }; } &&
21680 { ac_try
='test -s conftest$ac_exeext'
21681 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21682 (eval $ac_try) 2>&5
21684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21685 (exit $ac_status); }; }; then
21686 ac_cv_lib_m_atanhf
=yes
21688 echo "$as_me: failed program was:" >&5
21689 sed 's/^/| /' conftest.
$ac_ext >&5
21691 ac_cv_lib_m_atanhf
=no
21693 rm -f conftest.err conftest.
$ac_objext \
21694 conftest
$ac_exeext conftest.
$ac_ext
21695 LIBS
=$ac_check_lib_save_LIBS
21697 echo "$as_me:$LINENO: result: $ac_cv_lib_m_atanhf" >&5
21698 echo "${ECHO_T}$ac_cv_lib_m_atanhf" >&6
21699 if test $ac_cv_lib_m_atanhf = yes; then
21701 cat >>confdefs.h
<<\_ACEOF
21702 #define HAVE_ATANHF 1
21707 echo "$as_me:$LINENO: checking for atanh in -lm" >&5
21708 echo $ECHO_N "checking for atanh in -lm... $ECHO_C" >&6
21709 if test "${ac_cv_lib_m_atanh+set}" = set; then
21710 echo $ECHO_N "(cached) $ECHO_C" >&6
21712 ac_check_lib_save_LIBS
=$LIBS
21714 if test x
$gcc_no_link = xyes
; then
21715 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21716 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21717 { (exit 1); exit 1; }; }
21719 cat >conftest.
$ac_ext <<_ACEOF
21722 cat confdefs.h
>>conftest.
$ac_ext
21723 cat >>conftest.
$ac_ext <<_ACEOF
21724 /* end confdefs.h. */
21726 /* Override any gcc2 internal prototype to avoid an error. */
21730 /* We use char because int might match the return type of a gcc2
21731 builtin and then its argument prototype would still apply. */
21741 rm -f conftest.
$ac_objext conftest
$ac_exeext
21742 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21743 (eval $ac_link) 2>conftest.er1
21745 grep -v '^ *+' conftest.er1
>conftest.err
21747 cat conftest.err
>&5
21748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21749 (exit $ac_status); } &&
21750 { ac_try
='test -z "$ac_c_werror_flag"
21751 || test ! -s conftest.err'
21752 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21753 (eval $ac_try) 2>&5
21755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21756 (exit $ac_status); }; } &&
21757 { ac_try
='test -s conftest$ac_exeext'
21758 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21759 (eval $ac_try) 2>&5
21761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21762 (exit $ac_status); }; }; then
21763 ac_cv_lib_m_atanh
=yes
21765 echo "$as_me: failed program was:" >&5
21766 sed 's/^/| /' conftest.
$ac_ext >&5
21768 ac_cv_lib_m_atanh
=no
21770 rm -f conftest.err conftest.
$ac_objext \
21771 conftest
$ac_exeext conftest.
$ac_ext
21772 LIBS
=$ac_check_lib_save_LIBS
21774 echo "$as_me:$LINENO: result: $ac_cv_lib_m_atanh" >&5
21775 echo "${ECHO_T}$ac_cv_lib_m_atanh" >&6
21776 if test $ac_cv_lib_m_atanh = yes; then
21778 cat >>confdefs.h
<<\_ACEOF
21779 #define HAVE_ATANH 1
21784 echo "$as_me:$LINENO: checking for atanhl in -lm" >&5
21785 echo $ECHO_N "checking for atanhl in -lm... $ECHO_C" >&6
21786 if test "${ac_cv_lib_m_atanhl+set}" = set; then
21787 echo $ECHO_N "(cached) $ECHO_C" >&6
21789 ac_check_lib_save_LIBS
=$LIBS
21791 if test x
$gcc_no_link = xyes
; then
21792 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21793 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21794 { (exit 1); exit 1; }; }
21796 cat >conftest.
$ac_ext <<_ACEOF
21799 cat confdefs.h
>>conftest.
$ac_ext
21800 cat >>conftest.
$ac_ext <<_ACEOF
21801 /* end confdefs.h. */
21803 /* Override any gcc2 internal prototype to avoid an error. */
21807 /* We use char because int might match the return type of a gcc2
21808 builtin and then its argument prototype would still apply. */
21818 rm -f conftest.
$ac_objext conftest
$ac_exeext
21819 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21820 (eval $ac_link) 2>conftest.er1
21822 grep -v '^ *+' conftest.er1
>conftest.err
21824 cat conftest.err
>&5
21825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21826 (exit $ac_status); } &&
21827 { ac_try
='test -z "$ac_c_werror_flag"
21828 || test ! -s conftest.err'
21829 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21830 (eval $ac_try) 2>&5
21832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21833 (exit $ac_status); }; } &&
21834 { ac_try
='test -s conftest$ac_exeext'
21835 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21836 (eval $ac_try) 2>&5
21838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21839 (exit $ac_status); }; }; then
21840 ac_cv_lib_m_atanhl
=yes
21842 echo "$as_me: failed program was:" >&5
21843 sed 's/^/| /' conftest.
$ac_ext >&5
21845 ac_cv_lib_m_atanhl
=no
21847 rm -f conftest.err conftest.
$ac_objext \
21848 conftest
$ac_exeext conftest.
$ac_ext
21849 LIBS
=$ac_check_lib_save_LIBS
21851 echo "$as_me:$LINENO: result: $ac_cv_lib_m_atanhl" >&5
21852 echo "${ECHO_T}$ac_cv_lib_m_atanhl" >&6
21853 if test $ac_cv_lib_m_atanhl = yes; then
21855 cat >>confdefs.h
<<\_ACEOF
21856 #define HAVE_ATANHL 1
21861 echo "$as_me:$LINENO: checking for cargf in -lm" >&5
21862 echo $ECHO_N "checking for cargf in -lm... $ECHO_C" >&6
21863 if test "${ac_cv_lib_m_cargf+set}" = set; then
21864 echo $ECHO_N "(cached) $ECHO_C" >&6
21866 ac_check_lib_save_LIBS
=$LIBS
21868 if test x
$gcc_no_link = xyes
; then
21869 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21870 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21871 { (exit 1); exit 1; }; }
21873 cat >conftest.
$ac_ext <<_ACEOF
21876 cat confdefs.h
>>conftest.
$ac_ext
21877 cat >>conftest.
$ac_ext <<_ACEOF
21878 /* end confdefs.h. */
21880 /* Override any gcc2 internal prototype to avoid an error. */
21884 /* We use char because int might match the return type of a gcc2
21885 builtin and then its argument prototype would still apply. */
21895 rm -f conftest.
$ac_objext conftest
$ac_exeext
21896 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21897 (eval $ac_link) 2>conftest.er1
21899 grep -v '^ *+' conftest.er1
>conftest.err
21901 cat conftest.err
>&5
21902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21903 (exit $ac_status); } &&
21904 { ac_try
='test -z "$ac_c_werror_flag"
21905 || test ! -s conftest.err'
21906 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21907 (eval $ac_try) 2>&5
21909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21910 (exit $ac_status); }; } &&
21911 { ac_try
='test -s conftest$ac_exeext'
21912 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21913 (eval $ac_try) 2>&5
21915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21916 (exit $ac_status); }; }; then
21917 ac_cv_lib_m_cargf
=yes
21919 echo "$as_me: failed program was:" >&5
21920 sed 's/^/| /' conftest.
$ac_ext >&5
21922 ac_cv_lib_m_cargf
=no
21924 rm -f conftest.err conftest.
$ac_objext \
21925 conftest
$ac_exeext conftest.
$ac_ext
21926 LIBS
=$ac_check_lib_save_LIBS
21928 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cargf" >&5
21929 echo "${ECHO_T}$ac_cv_lib_m_cargf" >&6
21930 if test $ac_cv_lib_m_cargf = yes; then
21932 cat >>confdefs.h
<<\_ACEOF
21933 #define HAVE_CARGF 1
21938 echo "$as_me:$LINENO: checking for carg in -lm" >&5
21939 echo $ECHO_N "checking for carg in -lm... $ECHO_C" >&6
21940 if test "${ac_cv_lib_m_carg+set}" = set; then
21941 echo $ECHO_N "(cached) $ECHO_C" >&6
21943 ac_check_lib_save_LIBS
=$LIBS
21945 if test x
$gcc_no_link = xyes
; then
21946 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
21947 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
21948 { (exit 1); exit 1; }; }
21950 cat >conftest.
$ac_ext <<_ACEOF
21953 cat confdefs.h
>>conftest.
$ac_ext
21954 cat >>conftest.
$ac_ext <<_ACEOF
21955 /* end confdefs.h. */
21957 /* Override any gcc2 internal prototype to avoid an error. */
21961 /* We use char because int might match the return type of a gcc2
21962 builtin and then its argument prototype would still apply. */
21972 rm -f conftest.
$ac_objext conftest
$ac_exeext
21973 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
21974 (eval $ac_link) 2>conftest.er1
21976 grep -v '^ *+' conftest.er1
>conftest.err
21978 cat conftest.err
>&5
21979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21980 (exit $ac_status); } &&
21981 { ac_try
='test -z "$ac_c_werror_flag"
21982 || test ! -s conftest.err'
21983 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21984 (eval $ac_try) 2>&5
21986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21987 (exit $ac_status); }; } &&
21988 { ac_try
='test -s conftest$ac_exeext'
21989 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
21990 (eval $ac_try) 2>&5
21992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21993 (exit $ac_status); }; }; then
21994 ac_cv_lib_m_carg
=yes
21996 echo "$as_me: failed program was:" >&5
21997 sed 's/^/| /' conftest.
$ac_ext >&5
21999 ac_cv_lib_m_carg
=no
22001 rm -f conftest.err conftest.
$ac_objext \
22002 conftest
$ac_exeext conftest.
$ac_ext
22003 LIBS
=$ac_check_lib_save_LIBS
22005 echo "$as_me:$LINENO: result: $ac_cv_lib_m_carg" >&5
22006 echo "${ECHO_T}$ac_cv_lib_m_carg" >&6
22007 if test $ac_cv_lib_m_carg = yes; then
22009 cat >>confdefs.h
<<\_ACEOF
22010 #define HAVE_CARG 1
22015 echo "$as_me:$LINENO: checking for cargl in -lm" >&5
22016 echo $ECHO_N "checking for cargl in -lm... $ECHO_C" >&6
22017 if test "${ac_cv_lib_m_cargl+set}" = set; then
22018 echo $ECHO_N "(cached) $ECHO_C" >&6
22020 ac_check_lib_save_LIBS
=$LIBS
22022 if test x
$gcc_no_link = xyes
; then
22023 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
22024 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
22025 { (exit 1); exit 1; }; }
22027 cat >conftest.
$ac_ext <<_ACEOF
22030 cat confdefs.h
>>conftest.
$ac_ext
22031 cat >>conftest.
$ac_ext <<_ACEOF
22032 /* end confdefs.h. */
22034 /* Override any gcc2 internal prototype to avoid an error. */
22038 /* We use char because int might match the return type of a gcc2
22039 builtin and then its argument prototype would still apply. */
22049 rm -f conftest.
$ac_objext conftest
$ac_exeext
22050 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22051 (eval $ac_link) 2>conftest.er1
22053 grep -v '^ *+' conftest.er1
>conftest.err
22055 cat conftest.err
>&5
22056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22057 (exit $ac_status); } &&
22058 { ac_try
='test -z "$ac_c_werror_flag"
22059 || test ! -s conftest.err'
22060 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22061 (eval $ac_try) 2>&5
22063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22064 (exit $ac_status); }; } &&
22065 { ac_try
='test -s conftest$ac_exeext'
22066 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22067 (eval $ac_try) 2>&5
22069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22070 (exit $ac_status); }; }; then
22071 ac_cv_lib_m_cargl
=yes
22073 echo "$as_me: failed program was:" >&5
22074 sed 's/^/| /' conftest.
$ac_ext >&5
22076 ac_cv_lib_m_cargl
=no
22078 rm -f conftest.err conftest.
$ac_objext \
22079 conftest
$ac_exeext conftest.
$ac_ext
22080 LIBS
=$ac_check_lib_save_LIBS
22082 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cargl" >&5
22083 echo "${ECHO_T}$ac_cv_lib_m_cargl" >&6
22084 if test $ac_cv_lib_m_cargl = yes; then
22086 cat >>confdefs.h
<<\_ACEOF
22087 #define HAVE_CARGL 1
22092 echo "$as_me:$LINENO: checking for ceilf in -lm" >&5
22093 echo $ECHO_N "checking for ceilf in -lm... $ECHO_C" >&6
22094 if test "${ac_cv_lib_m_ceilf+set}" = set; then
22095 echo $ECHO_N "(cached) $ECHO_C" >&6
22097 ac_check_lib_save_LIBS
=$LIBS
22099 if test x
$gcc_no_link = xyes
; then
22100 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
22101 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
22102 { (exit 1); exit 1; }; }
22104 cat >conftest.
$ac_ext <<_ACEOF
22107 cat confdefs.h
>>conftest.
$ac_ext
22108 cat >>conftest.
$ac_ext <<_ACEOF
22109 /* end confdefs.h. */
22111 /* Override any gcc2 internal prototype to avoid an error. */
22115 /* We use char because int might match the return type of a gcc2
22116 builtin and then its argument prototype would still apply. */
22126 rm -f conftest.
$ac_objext conftest
$ac_exeext
22127 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22128 (eval $ac_link) 2>conftest.er1
22130 grep -v '^ *+' conftest.er1
>conftest.err
22132 cat conftest.err
>&5
22133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22134 (exit $ac_status); } &&
22135 { ac_try
='test -z "$ac_c_werror_flag"
22136 || test ! -s conftest.err'
22137 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22138 (eval $ac_try) 2>&5
22140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22141 (exit $ac_status); }; } &&
22142 { ac_try
='test -s conftest$ac_exeext'
22143 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22144 (eval $ac_try) 2>&5
22146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22147 (exit $ac_status); }; }; then
22148 ac_cv_lib_m_ceilf
=yes
22150 echo "$as_me: failed program was:" >&5
22151 sed 's/^/| /' conftest.
$ac_ext >&5
22153 ac_cv_lib_m_ceilf
=no
22155 rm -f conftest.err conftest.
$ac_objext \
22156 conftest
$ac_exeext conftest.
$ac_ext
22157 LIBS
=$ac_check_lib_save_LIBS
22159 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ceilf" >&5
22160 echo "${ECHO_T}$ac_cv_lib_m_ceilf" >&6
22161 if test $ac_cv_lib_m_ceilf = yes; then
22163 cat >>confdefs.h
<<\_ACEOF
22164 #define HAVE_CEILF 1
22169 echo "$as_me:$LINENO: checking for ceil in -lm" >&5
22170 echo $ECHO_N "checking for ceil in -lm... $ECHO_C" >&6
22171 if test "${ac_cv_lib_m_ceil+set}" = set; then
22172 echo $ECHO_N "(cached) $ECHO_C" >&6
22174 ac_check_lib_save_LIBS
=$LIBS
22176 if test x
$gcc_no_link = xyes
; then
22177 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
22178 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
22179 { (exit 1); exit 1; }; }
22181 cat >conftest.
$ac_ext <<_ACEOF
22184 cat confdefs.h
>>conftest.
$ac_ext
22185 cat >>conftest.
$ac_ext <<_ACEOF
22186 /* end confdefs.h. */
22188 /* Override any gcc2 internal prototype to avoid an error. */
22192 /* We use char because int might match the return type of a gcc2
22193 builtin and then its argument prototype would still apply. */
22203 rm -f conftest.
$ac_objext conftest
$ac_exeext
22204 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22205 (eval $ac_link) 2>conftest.er1
22207 grep -v '^ *+' conftest.er1
>conftest.err
22209 cat conftest.err
>&5
22210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22211 (exit $ac_status); } &&
22212 { ac_try
='test -z "$ac_c_werror_flag"
22213 || test ! -s conftest.err'
22214 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22215 (eval $ac_try) 2>&5
22217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22218 (exit $ac_status); }; } &&
22219 { ac_try
='test -s conftest$ac_exeext'
22220 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22221 (eval $ac_try) 2>&5
22223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22224 (exit $ac_status); }; }; then
22225 ac_cv_lib_m_ceil
=yes
22227 echo "$as_me: failed program was:" >&5
22228 sed 's/^/| /' conftest.
$ac_ext >&5
22230 ac_cv_lib_m_ceil
=no
22232 rm -f conftest.err conftest.
$ac_objext \
22233 conftest
$ac_exeext conftest.
$ac_ext
22234 LIBS
=$ac_check_lib_save_LIBS
22236 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ceil" >&5
22237 echo "${ECHO_T}$ac_cv_lib_m_ceil" >&6
22238 if test $ac_cv_lib_m_ceil = yes; then
22240 cat >>confdefs.h
<<\_ACEOF
22241 #define HAVE_CEIL 1
22246 echo "$as_me:$LINENO: checking for ceill in -lm" >&5
22247 echo $ECHO_N "checking for ceill in -lm... $ECHO_C" >&6
22248 if test "${ac_cv_lib_m_ceill+set}" = set; then
22249 echo $ECHO_N "(cached) $ECHO_C" >&6
22251 ac_check_lib_save_LIBS
=$LIBS
22253 if test x
$gcc_no_link = xyes
; then
22254 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
22255 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
22256 { (exit 1); exit 1; }; }
22258 cat >conftest.
$ac_ext <<_ACEOF
22261 cat confdefs.h
>>conftest.
$ac_ext
22262 cat >>conftest.
$ac_ext <<_ACEOF
22263 /* end confdefs.h. */
22265 /* Override any gcc2 internal prototype to avoid an error. */
22269 /* We use char because int might match the return type of a gcc2
22270 builtin and then its argument prototype would still apply. */
22280 rm -f conftest.
$ac_objext conftest
$ac_exeext
22281 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22282 (eval $ac_link) 2>conftest.er1
22284 grep -v '^ *+' conftest.er1
>conftest.err
22286 cat conftest.err
>&5
22287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22288 (exit $ac_status); } &&
22289 { ac_try
='test -z "$ac_c_werror_flag"
22290 || test ! -s conftest.err'
22291 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22292 (eval $ac_try) 2>&5
22294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22295 (exit $ac_status); }; } &&
22296 { ac_try
='test -s conftest$ac_exeext'
22297 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22298 (eval $ac_try) 2>&5
22300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22301 (exit $ac_status); }; }; then
22302 ac_cv_lib_m_ceill
=yes
22304 echo "$as_me: failed program was:" >&5
22305 sed 's/^/| /' conftest.
$ac_ext >&5
22307 ac_cv_lib_m_ceill
=no
22309 rm -f conftest.err conftest.
$ac_objext \
22310 conftest
$ac_exeext conftest.
$ac_ext
22311 LIBS
=$ac_check_lib_save_LIBS
22313 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ceill" >&5
22314 echo "${ECHO_T}$ac_cv_lib_m_ceill" >&6
22315 if test $ac_cv_lib_m_ceill = yes; then
22317 cat >>confdefs.h
<<\_ACEOF
22318 #define HAVE_CEILL 1
22323 echo "$as_me:$LINENO: checking for copysignf in -lm" >&5
22324 echo $ECHO_N "checking for copysignf in -lm... $ECHO_C" >&6
22325 if test "${ac_cv_lib_m_copysignf+set}" = set; then
22326 echo $ECHO_N "(cached) $ECHO_C" >&6
22328 ac_check_lib_save_LIBS
=$LIBS
22330 if test x
$gcc_no_link = xyes
; then
22331 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
22332 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
22333 { (exit 1); exit 1; }; }
22335 cat >conftest.
$ac_ext <<_ACEOF
22338 cat confdefs.h
>>conftest.
$ac_ext
22339 cat >>conftest.
$ac_ext <<_ACEOF
22340 /* end confdefs.h. */
22342 /* Override any gcc2 internal prototype to avoid an error. */
22346 /* We use char because int might match the return type of a gcc2
22347 builtin and then its argument prototype would still apply. */
22357 rm -f conftest.
$ac_objext conftest
$ac_exeext
22358 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22359 (eval $ac_link) 2>conftest.er1
22361 grep -v '^ *+' conftest.er1
>conftest.err
22363 cat conftest.err
>&5
22364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22365 (exit $ac_status); } &&
22366 { ac_try
='test -z "$ac_c_werror_flag"
22367 || test ! -s conftest.err'
22368 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22369 (eval $ac_try) 2>&5
22371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22372 (exit $ac_status); }; } &&
22373 { ac_try
='test -s conftest$ac_exeext'
22374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22375 (eval $ac_try) 2>&5
22377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22378 (exit $ac_status); }; }; then
22379 ac_cv_lib_m_copysignf
=yes
22381 echo "$as_me: failed program was:" >&5
22382 sed 's/^/| /' conftest.
$ac_ext >&5
22384 ac_cv_lib_m_copysignf
=no
22386 rm -f conftest.err conftest.
$ac_objext \
22387 conftest
$ac_exeext conftest.
$ac_ext
22388 LIBS
=$ac_check_lib_save_LIBS
22390 echo "$as_me:$LINENO: result: $ac_cv_lib_m_copysignf" >&5
22391 echo "${ECHO_T}$ac_cv_lib_m_copysignf" >&6
22392 if test $ac_cv_lib_m_copysignf = yes; then
22394 cat >>confdefs.h
<<\_ACEOF
22395 #define HAVE_COPYSIGNF 1
22400 echo "$as_me:$LINENO: checking for copysign in -lm" >&5
22401 echo $ECHO_N "checking for copysign in -lm... $ECHO_C" >&6
22402 if test "${ac_cv_lib_m_copysign+set}" = set; then
22403 echo $ECHO_N "(cached) $ECHO_C" >&6
22405 ac_check_lib_save_LIBS
=$LIBS
22407 if test x
$gcc_no_link = xyes
; then
22408 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
22409 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
22410 { (exit 1); exit 1; }; }
22412 cat >conftest.
$ac_ext <<_ACEOF
22415 cat confdefs.h
>>conftest.
$ac_ext
22416 cat >>conftest.
$ac_ext <<_ACEOF
22417 /* end confdefs.h. */
22419 /* Override any gcc2 internal prototype to avoid an error. */
22423 /* We use char because int might match the return type of a gcc2
22424 builtin and then its argument prototype would still apply. */
22434 rm -f conftest.
$ac_objext conftest
$ac_exeext
22435 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22436 (eval $ac_link) 2>conftest.er1
22438 grep -v '^ *+' conftest.er1
>conftest.err
22440 cat conftest.err
>&5
22441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22442 (exit $ac_status); } &&
22443 { ac_try
='test -z "$ac_c_werror_flag"
22444 || test ! -s conftest.err'
22445 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22446 (eval $ac_try) 2>&5
22448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22449 (exit $ac_status); }; } &&
22450 { ac_try
='test -s conftest$ac_exeext'
22451 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22452 (eval $ac_try) 2>&5
22454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22455 (exit $ac_status); }; }; then
22456 ac_cv_lib_m_copysign
=yes
22458 echo "$as_me: failed program was:" >&5
22459 sed 's/^/| /' conftest.
$ac_ext >&5
22461 ac_cv_lib_m_copysign
=no
22463 rm -f conftest.err conftest.
$ac_objext \
22464 conftest
$ac_exeext conftest.
$ac_ext
22465 LIBS
=$ac_check_lib_save_LIBS
22467 echo "$as_me:$LINENO: result: $ac_cv_lib_m_copysign" >&5
22468 echo "${ECHO_T}$ac_cv_lib_m_copysign" >&6
22469 if test $ac_cv_lib_m_copysign = yes; then
22471 cat >>confdefs.h
<<\_ACEOF
22472 #define HAVE_COPYSIGN 1
22477 echo "$as_me:$LINENO: checking for copysignl in -lm" >&5
22478 echo $ECHO_N "checking for copysignl in -lm... $ECHO_C" >&6
22479 if test "${ac_cv_lib_m_copysignl+set}" = set; then
22480 echo $ECHO_N "(cached) $ECHO_C" >&6
22482 ac_check_lib_save_LIBS
=$LIBS
22484 if test x
$gcc_no_link = xyes
; then
22485 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
22486 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
22487 { (exit 1); exit 1; }; }
22489 cat >conftest.
$ac_ext <<_ACEOF
22492 cat confdefs.h
>>conftest.
$ac_ext
22493 cat >>conftest.
$ac_ext <<_ACEOF
22494 /* end confdefs.h. */
22496 /* Override any gcc2 internal prototype to avoid an error. */
22500 /* We use char because int might match the return type of a gcc2
22501 builtin and then its argument prototype would still apply. */
22511 rm -f conftest.
$ac_objext conftest
$ac_exeext
22512 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22513 (eval $ac_link) 2>conftest.er1
22515 grep -v '^ *+' conftest.er1
>conftest.err
22517 cat conftest.err
>&5
22518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22519 (exit $ac_status); } &&
22520 { ac_try
='test -z "$ac_c_werror_flag"
22521 || test ! -s conftest.err'
22522 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22523 (eval $ac_try) 2>&5
22525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22526 (exit $ac_status); }; } &&
22527 { ac_try
='test -s conftest$ac_exeext'
22528 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22529 (eval $ac_try) 2>&5
22531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22532 (exit $ac_status); }; }; then
22533 ac_cv_lib_m_copysignl
=yes
22535 echo "$as_me: failed program was:" >&5
22536 sed 's/^/| /' conftest.
$ac_ext >&5
22538 ac_cv_lib_m_copysignl
=no
22540 rm -f conftest.err conftest.
$ac_objext \
22541 conftest
$ac_exeext conftest.
$ac_ext
22542 LIBS
=$ac_check_lib_save_LIBS
22544 echo "$as_me:$LINENO: result: $ac_cv_lib_m_copysignl" >&5
22545 echo "${ECHO_T}$ac_cv_lib_m_copysignl" >&6
22546 if test $ac_cv_lib_m_copysignl = yes; then
22548 cat >>confdefs.h
<<\_ACEOF
22549 #define HAVE_COPYSIGNL 1
22554 echo "$as_me:$LINENO: checking for cosf in -lm" >&5
22555 echo $ECHO_N "checking for cosf in -lm... $ECHO_C" >&6
22556 if test "${ac_cv_lib_m_cosf+set}" = set; then
22557 echo $ECHO_N "(cached) $ECHO_C" >&6
22559 ac_check_lib_save_LIBS
=$LIBS
22561 if test x
$gcc_no_link = xyes
; then
22562 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
22563 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
22564 { (exit 1); exit 1; }; }
22566 cat >conftest.
$ac_ext <<_ACEOF
22569 cat confdefs.h
>>conftest.
$ac_ext
22570 cat >>conftest.
$ac_ext <<_ACEOF
22571 /* end confdefs.h. */
22573 /* Override any gcc2 internal prototype to avoid an error. */
22577 /* We use char because int might match the return type of a gcc2
22578 builtin and then its argument prototype would still apply. */
22588 rm -f conftest.
$ac_objext conftest
$ac_exeext
22589 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22590 (eval $ac_link) 2>conftest.er1
22592 grep -v '^ *+' conftest.er1
>conftest.err
22594 cat conftest.err
>&5
22595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22596 (exit $ac_status); } &&
22597 { ac_try
='test -z "$ac_c_werror_flag"
22598 || test ! -s conftest.err'
22599 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22600 (eval $ac_try) 2>&5
22602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22603 (exit $ac_status); }; } &&
22604 { ac_try
='test -s conftest$ac_exeext'
22605 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22606 (eval $ac_try) 2>&5
22608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22609 (exit $ac_status); }; }; then
22610 ac_cv_lib_m_cosf
=yes
22612 echo "$as_me: failed program was:" >&5
22613 sed 's/^/| /' conftest.
$ac_ext >&5
22615 ac_cv_lib_m_cosf
=no
22617 rm -f conftest.err conftest.
$ac_objext \
22618 conftest
$ac_exeext conftest.
$ac_ext
22619 LIBS
=$ac_check_lib_save_LIBS
22621 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cosf" >&5
22622 echo "${ECHO_T}$ac_cv_lib_m_cosf" >&6
22623 if test $ac_cv_lib_m_cosf = yes; then
22625 cat >>confdefs.h
<<\_ACEOF
22626 #define HAVE_COSF 1
22631 echo "$as_me:$LINENO: checking for cos in -lm" >&5
22632 echo $ECHO_N "checking for cos in -lm... $ECHO_C" >&6
22633 if test "${ac_cv_lib_m_cos+set}" = set; then
22634 echo $ECHO_N "(cached) $ECHO_C" >&6
22636 ac_check_lib_save_LIBS
=$LIBS
22638 if test x
$gcc_no_link = xyes
; then
22639 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
22640 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
22641 { (exit 1); exit 1; }; }
22643 cat >conftest.
$ac_ext <<_ACEOF
22646 cat confdefs.h
>>conftest.
$ac_ext
22647 cat >>conftest.
$ac_ext <<_ACEOF
22648 /* end confdefs.h. */
22650 /* Override any gcc2 internal prototype to avoid an error. */
22654 /* We use char because int might match the return type of a gcc2
22655 builtin and then its argument prototype would still apply. */
22665 rm -f conftest.
$ac_objext conftest
$ac_exeext
22666 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22667 (eval $ac_link) 2>conftest.er1
22669 grep -v '^ *+' conftest.er1
>conftest.err
22671 cat conftest.err
>&5
22672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22673 (exit $ac_status); } &&
22674 { ac_try
='test -z "$ac_c_werror_flag"
22675 || test ! -s conftest.err'
22676 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22677 (eval $ac_try) 2>&5
22679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22680 (exit $ac_status); }; } &&
22681 { ac_try
='test -s conftest$ac_exeext'
22682 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22683 (eval $ac_try) 2>&5
22685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22686 (exit $ac_status); }; }; then
22687 ac_cv_lib_m_cos
=yes
22689 echo "$as_me: failed program was:" >&5
22690 sed 's/^/| /' conftest.
$ac_ext >&5
22694 rm -f conftest.err conftest.
$ac_objext \
22695 conftest
$ac_exeext conftest.
$ac_ext
22696 LIBS
=$ac_check_lib_save_LIBS
22698 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cos" >&5
22699 echo "${ECHO_T}$ac_cv_lib_m_cos" >&6
22700 if test $ac_cv_lib_m_cos = yes; then
22702 cat >>confdefs.h
<<\_ACEOF
22708 echo "$as_me:$LINENO: checking for cosl in -lm" >&5
22709 echo $ECHO_N "checking for cosl in -lm... $ECHO_C" >&6
22710 if test "${ac_cv_lib_m_cosl+set}" = set; then
22711 echo $ECHO_N "(cached) $ECHO_C" >&6
22713 ac_check_lib_save_LIBS
=$LIBS
22715 if test x
$gcc_no_link = xyes
; then
22716 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
22717 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
22718 { (exit 1); exit 1; }; }
22720 cat >conftest.
$ac_ext <<_ACEOF
22723 cat confdefs.h
>>conftest.
$ac_ext
22724 cat >>conftest.
$ac_ext <<_ACEOF
22725 /* end confdefs.h. */
22727 /* Override any gcc2 internal prototype to avoid an error. */
22731 /* We use char because int might match the return type of a gcc2
22732 builtin and then its argument prototype would still apply. */
22742 rm -f conftest.
$ac_objext conftest
$ac_exeext
22743 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22744 (eval $ac_link) 2>conftest.er1
22746 grep -v '^ *+' conftest.er1
>conftest.err
22748 cat conftest.err
>&5
22749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22750 (exit $ac_status); } &&
22751 { ac_try
='test -z "$ac_c_werror_flag"
22752 || test ! -s conftest.err'
22753 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22754 (eval $ac_try) 2>&5
22756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22757 (exit $ac_status); }; } &&
22758 { ac_try
='test -s conftest$ac_exeext'
22759 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22760 (eval $ac_try) 2>&5
22762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22763 (exit $ac_status); }; }; then
22764 ac_cv_lib_m_cosl
=yes
22766 echo "$as_me: failed program was:" >&5
22767 sed 's/^/| /' conftest.
$ac_ext >&5
22769 ac_cv_lib_m_cosl
=no
22771 rm -f conftest.err conftest.
$ac_objext \
22772 conftest
$ac_exeext conftest.
$ac_ext
22773 LIBS
=$ac_check_lib_save_LIBS
22775 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cosl" >&5
22776 echo "${ECHO_T}$ac_cv_lib_m_cosl" >&6
22777 if test $ac_cv_lib_m_cosl = yes; then
22779 cat >>confdefs.h
<<\_ACEOF
22780 #define HAVE_COSL 1
22785 echo "$as_me:$LINENO: checking for ccosf in -lm" >&5
22786 echo $ECHO_N "checking for ccosf in -lm... $ECHO_C" >&6
22787 if test "${ac_cv_lib_m_ccosf+set}" = set; then
22788 echo $ECHO_N "(cached) $ECHO_C" >&6
22790 ac_check_lib_save_LIBS
=$LIBS
22792 if test x
$gcc_no_link = xyes
; then
22793 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
22794 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
22795 { (exit 1); exit 1; }; }
22797 cat >conftest.
$ac_ext <<_ACEOF
22800 cat confdefs.h
>>conftest.
$ac_ext
22801 cat >>conftest.
$ac_ext <<_ACEOF
22802 /* end confdefs.h. */
22804 /* Override any gcc2 internal prototype to avoid an error. */
22808 /* We use char because int might match the return type of a gcc2
22809 builtin and then its argument prototype would still apply. */
22819 rm -f conftest.
$ac_objext conftest
$ac_exeext
22820 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22821 (eval $ac_link) 2>conftest.er1
22823 grep -v '^ *+' conftest.er1
>conftest.err
22825 cat conftest.err
>&5
22826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22827 (exit $ac_status); } &&
22828 { ac_try
='test -z "$ac_c_werror_flag"
22829 || test ! -s conftest.err'
22830 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22831 (eval $ac_try) 2>&5
22833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22834 (exit $ac_status); }; } &&
22835 { ac_try
='test -s conftest$ac_exeext'
22836 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22837 (eval $ac_try) 2>&5
22839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22840 (exit $ac_status); }; }; then
22841 ac_cv_lib_m_ccosf
=yes
22843 echo "$as_me: failed program was:" >&5
22844 sed 's/^/| /' conftest.
$ac_ext >&5
22846 ac_cv_lib_m_ccosf
=no
22848 rm -f conftest.err conftest.
$ac_objext \
22849 conftest
$ac_exeext conftest.
$ac_ext
22850 LIBS
=$ac_check_lib_save_LIBS
22852 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ccosf" >&5
22853 echo "${ECHO_T}$ac_cv_lib_m_ccosf" >&6
22854 if test $ac_cv_lib_m_ccosf = yes; then
22856 cat >>confdefs.h
<<\_ACEOF
22857 #define HAVE_CCOSF 1
22862 echo "$as_me:$LINENO: checking for ccos in -lm" >&5
22863 echo $ECHO_N "checking for ccos in -lm... $ECHO_C" >&6
22864 if test "${ac_cv_lib_m_ccos+set}" = set; then
22865 echo $ECHO_N "(cached) $ECHO_C" >&6
22867 ac_check_lib_save_LIBS
=$LIBS
22869 if test x
$gcc_no_link = xyes
; then
22870 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
22871 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
22872 { (exit 1); exit 1; }; }
22874 cat >conftest.
$ac_ext <<_ACEOF
22877 cat confdefs.h
>>conftest.
$ac_ext
22878 cat >>conftest.
$ac_ext <<_ACEOF
22879 /* end confdefs.h. */
22881 /* Override any gcc2 internal prototype to avoid an error. */
22885 /* We use char because int might match the return type of a gcc2
22886 builtin and then its argument prototype would still apply. */
22896 rm -f conftest.
$ac_objext conftest
$ac_exeext
22897 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22898 (eval $ac_link) 2>conftest.er1
22900 grep -v '^ *+' conftest.er1
>conftest.err
22902 cat conftest.err
>&5
22903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22904 (exit $ac_status); } &&
22905 { ac_try
='test -z "$ac_c_werror_flag"
22906 || test ! -s conftest.err'
22907 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22908 (eval $ac_try) 2>&5
22910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22911 (exit $ac_status); }; } &&
22912 { ac_try
='test -s conftest$ac_exeext'
22913 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22914 (eval $ac_try) 2>&5
22916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22917 (exit $ac_status); }; }; then
22918 ac_cv_lib_m_ccos
=yes
22920 echo "$as_me: failed program was:" >&5
22921 sed 's/^/| /' conftest.
$ac_ext >&5
22923 ac_cv_lib_m_ccos
=no
22925 rm -f conftest.err conftest.
$ac_objext \
22926 conftest
$ac_exeext conftest.
$ac_ext
22927 LIBS
=$ac_check_lib_save_LIBS
22929 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ccos" >&5
22930 echo "${ECHO_T}$ac_cv_lib_m_ccos" >&6
22931 if test $ac_cv_lib_m_ccos = yes; then
22933 cat >>confdefs.h
<<\_ACEOF
22934 #define HAVE_CCOS 1
22939 echo "$as_me:$LINENO: checking for ccosl in -lm" >&5
22940 echo $ECHO_N "checking for ccosl in -lm... $ECHO_C" >&6
22941 if test "${ac_cv_lib_m_ccosl+set}" = set; then
22942 echo $ECHO_N "(cached) $ECHO_C" >&6
22944 ac_check_lib_save_LIBS
=$LIBS
22946 if test x
$gcc_no_link = xyes
; then
22947 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
22948 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
22949 { (exit 1); exit 1; }; }
22951 cat >conftest.
$ac_ext <<_ACEOF
22954 cat confdefs.h
>>conftest.
$ac_ext
22955 cat >>conftest.
$ac_ext <<_ACEOF
22956 /* end confdefs.h. */
22958 /* Override any gcc2 internal prototype to avoid an error. */
22962 /* We use char because int might match the return type of a gcc2
22963 builtin and then its argument prototype would still apply. */
22973 rm -f conftest.
$ac_objext conftest
$ac_exeext
22974 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
22975 (eval $ac_link) 2>conftest.er1
22977 grep -v '^ *+' conftest.er1
>conftest.err
22979 cat conftest.err
>&5
22980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22981 (exit $ac_status); } &&
22982 { ac_try
='test -z "$ac_c_werror_flag"
22983 || test ! -s conftest.err'
22984 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22985 (eval $ac_try) 2>&5
22987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22988 (exit $ac_status); }; } &&
22989 { ac_try
='test -s conftest$ac_exeext'
22990 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
22991 (eval $ac_try) 2>&5
22993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22994 (exit $ac_status); }; }; then
22995 ac_cv_lib_m_ccosl
=yes
22997 echo "$as_me: failed program was:" >&5
22998 sed 's/^/| /' conftest.
$ac_ext >&5
23000 ac_cv_lib_m_ccosl
=no
23002 rm -f conftest.err conftest.
$ac_objext \
23003 conftest
$ac_exeext conftest.
$ac_ext
23004 LIBS
=$ac_check_lib_save_LIBS
23006 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ccosl" >&5
23007 echo "${ECHO_T}$ac_cv_lib_m_ccosl" >&6
23008 if test $ac_cv_lib_m_ccosl = yes; then
23010 cat >>confdefs.h
<<\_ACEOF
23011 #define HAVE_CCOSL 1
23016 echo "$as_me:$LINENO: checking for coshf in -lm" >&5
23017 echo $ECHO_N "checking for coshf in -lm... $ECHO_C" >&6
23018 if test "${ac_cv_lib_m_coshf+set}" = set; then
23019 echo $ECHO_N "(cached) $ECHO_C" >&6
23021 ac_check_lib_save_LIBS
=$LIBS
23023 if test x
$gcc_no_link = xyes
; then
23024 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
23025 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
23026 { (exit 1); exit 1; }; }
23028 cat >conftest.
$ac_ext <<_ACEOF
23031 cat confdefs.h
>>conftest.
$ac_ext
23032 cat >>conftest.
$ac_ext <<_ACEOF
23033 /* end confdefs.h. */
23035 /* Override any gcc2 internal prototype to avoid an error. */
23039 /* We use char because int might match the return type of a gcc2
23040 builtin and then its argument prototype would still apply. */
23050 rm -f conftest.
$ac_objext conftest
$ac_exeext
23051 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23052 (eval $ac_link) 2>conftest.er1
23054 grep -v '^ *+' conftest.er1
>conftest.err
23056 cat conftest.err
>&5
23057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23058 (exit $ac_status); } &&
23059 { ac_try
='test -z "$ac_c_werror_flag"
23060 || test ! -s conftest.err'
23061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23062 (eval $ac_try) 2>&5
23064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23065 (exit $ac_status); }; } &&
23066 { ac_try
='test -s conftest$ac_exeext'
23067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23068 (eval $ac_try) 2>&5
23070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23071 (exit $ac_status); }; }; then
23072 ac_cv_lib_m_coshf
=yes
23074 echo "$as_me: failed program was:" >&5
23075 sed 's/^/| /' conftest.
$ac_ext >&5
23077 ac_cv_lib_m_coshf
=no
23079 rm -f conftest.err conftest.
$ac_objext \
23080 conftest
$ac_exeext conftest.
$ac_ext
23081 LIBS
=$ac_check_lib_save_LIBS
23083 echo "$as_me:$LINENO: result: $ac_cv_lib_m_coshf" >&5
23084 echo "${ECHO_T}$ac_cv_lib_m_coshf" >&6
23085 if test $ac_cv_lib_m_coshf = yes; then
23087 cat >>confdefs.h
<<\_ACEOF
23088 #define HAVE_COSHF 1
23093 echo "$as_me:$LINENO: checking for cosh in -lm" >&5
23094 echo $ECHO_N "checking for cosh in -lm... $ECHO_C" >&6
23095 if test "${ac_cv_lib_m_cosh+set}" = set; then
23096 echo $ECHO_N "(cached) $ECHO_C" >&6
23098 ac_check_lib_save_LIBS
=$LIBS
23100 if test x
$gcc_no_link = xyes
; then
23101 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
23102 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
23103 { (exit 1); exit 1; }; }
23105 cat >conftest.
$ac_ext <<_ACEOF
23108 cat confdefs.h
>>conftest.
$ac_ext
23109 cat >>conftest.
$ac_ext <<_ACEOF
23110 /* end confdefs.h. */
23112 /* Override any gcc2 internal prototype to avoid an error. */
23116 /* We use char because int might match the return type of a gcc2
23117 builtin and then its argument prototype would still apply. */
23127 rm -f conftest.
$ac_objext conftest
$ac_exeext
23128 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23129 (eval $ac_link) 2>conftest.er1
23131 grep -v '^ *+' conftest.er1
>conftest.err
23133 cat conftest.err
>&5
23134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23135 (exit $ac_status); } &&
23136 { ac_try
='test -z "$ac_c_werror_flag"
23137 || test ! -s conftest.err'
23138 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23139 (eval $ac_try) 2>&5
23141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23142 (exit $ac_status); }; } &&
23143 { ac_try
='test -s conftest$ac_exeext'
23144 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23145 (eval $ac_try) 2>&5
23147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23148 (exit $ac_status); }; }; then
23149 ac_cv_lib_m_cosh
=yes
23151 echo "$as_me: failed program was:" >&5
23152 sed 's/^/| /' conftest.
$ac_ext >&5
23154 ac_cv_lib_m_cosh
=no
23156 rm -f conftest.err conftest.
$ac_objext \
23157 conftest
$ac_exeext conftest.
$ac_ext
23158 LIBS
=$ac_check_lib_save_LIBS
23160 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cosh" >&5
23161 echo "${ECHO_T}$ac_cv_lib_m_cosh" >&6
23162 if test $ac_cv_lib_m_cosh = yes; then
23164 cat >>confdefs.h
<<\_ACEOF
23165 #define HAVE_COSH 1
23170 echo "$as_me:$LINENO: checking for coshl in -lm" >&5
23171 echo $ECHO_N "checking for coshl in -lm... $ECHO_C" >&6
23172 if test "${ac_cv_lib_m_coshl+set}" = set; then
23173 echo $ECHO_N "(cached) $ECHO_C" >&6
23175 ac_check_lib_save_LIBS
=$LIBS
23177 if test x
$gcc_no_link = xyes
; then
23178 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
23179 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
23180 { (exit 1); exit 1; }; }
23182 cat >conftest.
$ac_ext <<_ACEOF
23185 cat confdefs.h
>>conftest.
$ac_ext
23186 cat >>conftest.
$ac_ext <<_ACEOF
23187 /* end confdefs.h. */
23189 /* Override any gcc2 internal prototype to avoid an error. */
23193 /* We use char because int might match the return type of a gcc2
23194 builtin and then its argument prototype would still apply. */
23204 rm -f conftest.
$ac_objext conftest
$ac_exeext
23205 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23206 (eval $ac_link) 2>conftest.er1
23208 grep -v '^ *+' conftest.er1
>conftest.err
23210 cat conftest.err
>&5
23211 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23212 (exit $ac_status); } &&
23213 { ac_try
='test -z "$ac_c_werror_flag"
23214 || test ! -s conftest.err'
23215 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23216 (eval $ac_try) 2>&5
23218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23219 (exit $ac_status); }; } &&
23220 { ac_try
='test -s conftest$ac_exeext'
23221 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23222 (eval $ac_try) 2>&5
23224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23225 (exit $ac_status); }; }; then
23226 ac_cv_lib_m_coshl
=yes
23228 echo "$as_me: failed program was:" >&5
23229 sed 's/^/| /' conftest.
$ac_ext >&5
23231 ac_cv_lib_m_coshl
=no
23233 rm -f conftest.err conftest.
$ac_objext \
23234 conftest
$ac_exeext conftest.
$ac_ext
23235 LIBS
=$ac_check_lib_save_LIBS
23237 echo "$as_me:$LINENO: result: $ac_cv_lib_m_coshl" >&5
23238 echo "${ECHO_T}$ac_cv_lib_m_coshl" >&6
23239 if test $ac_cv_lib_m_coshl = yes; then
23241 cat >>confdefs.h
<<\_ACEOF
23242 #define HAVE_COSHL 1
23247 echo "$as_me:$LINENO: checking for ccoshf in -lm" >&5
23248 echo $ECHO_N "checking for ccoshf in -lm... $ECHO_C" >&6
23249 if test "${ac_cv_lib_m_ccoshf+set}" = set; then
23250 echo $ECHO_N "(cached) $ECHO_C" >&6
23252 ac_check_lib_save_LIBS
=$LIBS
23254 if test x
$gcc_no_link = xyes
; then
23255 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
23256 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
23257 { (exit 1); exit 1; }; }
23259 cat >conftest.
$ac_ext <<_ACEOF
23262 cat confdefs.h
>>conftest.
$ac_ext
23263 cat >>conftest.
$ac_ext <<_ACEOF
23264 /* end confdefs.h. */
23266 /* Override any gcc2 internal prototype to avoid an error. */
23270 /* We use char because int might match the return type of a gcc2
23271 builtin and then its argument prototype would still apply. */
23281 rm -f conftest.
$ac_objext conftest
$ac_exeext
23282 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23283 (eval $ac_link) 2>conftest.er1
23285 grep -v '^ *+' conftest.er1
>conftest.err
23287 cat conftest.err
>&5
23288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23289 (exit $ac_status); } &&
23290 { ac_try
='test -z "$ac_c_werror_flag"
23291 || test ! -s conftest.err'
23292 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23293 (eval $ac_try) 2>&5
23295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23296 (exit $ac_status); }; } &&
23297 { ac_try
='test -s conftest$ac_exeext'
23298 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23299 (eval $ac_try) 2>&5
23301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23302 (exit $ac_status); }; }; then
23303 ac_cv_lib_m_ccoshf
=yes
23305 echo "$as_me: failed program was:" >&5
23306 sed 's/^/| /' conftest.
$ac_ext >&5
23308 ac_cv_lib_m_ccoshf
=no
23310 rm -f conftest.err conftest.
$ac_objext \
23311 conftest
$ac_exeext conftest.
$ac_ext
23312 LIBS
=$ac_check_lib_save_LIBS
23314 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ccoshf" >&5
23315 echo "${ECHO_T}$ac_cv_lib_m_ccoshf" >&6
23316 if test $ac_cv_lib_m_ccoshf = yes; then
23318 cat >>confdefs.h
<<\_ACEOF
23319 #define HAVE_CCOSHF 1
23324 echo "$as_me:$LINENO: checking for ccosh in -lm" >&5
23325 echo $ECHO_N "checking for ccosh in -lm... $ECHO_C" >&6
23326 if test "${ac_cv_lib_m_ccosh+set}" = set; then
23327 echo $ECHO_N "(cached) $ECHO_C" >&6
23329 ac_check_lib_save_LIBS
=$LIBS
23331 if test x
$gcc_no_link = xyes
; then
23332 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
23333 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
23334 { (exit 1); exit 1; }; }
23336 cat >conftest.
$ac_ext <<_ACEOF
23339 cat confdefs.h
>>conftest.
$ac_ext
23340 cat >>conftest.
$ac_ext <<_ACEOF
23341 /* end confdefs.h. */
23343 /* Override any gcc2 internal prototype to avoid an error. */
23347 /* We use char because int might match the return type of a gcc2
23348 builtin and then its argument prototype would still apply. */
23358 rm -f conftest.
$ac_objext conftest
$ac_exeext
23359 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23360 (eval $ac_link) 2>conftest.er1
23362 grep -v '^ *+' conftest.er1
>conftest.err
23364 cat conftest.err
>&5
23365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23366 (exit $ac_status); } &&
23367 { ac_try
='test -z "$ac_c_werror_flag"
23368 || test ! -s conftest.err'
23369 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23370 (eval $ac_try) 2>&5
23372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23373 (exit $ac_status); }; } &&
23374 { ac_try
='test -s conftest$ac_exeext'
23375 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23376 (eval $ac_try) 2>&5
23378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23379 (exit $ac_status); }; }; then
23380 ac_cv_lib_m_ccosh
=yes
23382 echo "$as_me: failed program was:" >&5
23383 sed 's/^/| /' conftest.
$ac_ext >&5
23385 ac_cv_lib_m_ccosh
=no
23387 rm -f conftest.err conftest.
$ac_objext \
23388 conftest
$ac_exeext conftest.
$ac_ext
23389 LIBS
=$ac_check_lib_save_LIBS
23391 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ccosh" >&5
23392 echo "${ECHO_T}$ac_cv_lib_m_ccosh" >&6
23393 if test $ac_cv_lib_m_ccosh = yes; then
23395 cat >>confdefs.h
<<\_ACEOF
23396 #define HAVE_CCOSH 1
23401 echo "$as_me:$LINENO: checking for ccoshl in -lm" >&5
23402 echo $ECHO_N "checking for ccoshl in -lm... $ECHO_C" >&6
23403 if test "${ac_cv_lib_m_ccoshl+set}" = set; then
23404 echo $ECHO_N "(cached) $ECHO_C" >&6
23406 ac_check_lib_save_LIBS
=$LIBS
23408 if test x
$gcc_no_link = xyes
; then
23409 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
23410 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
23411 { (exit 1); exit 1; }; }
23413 cat >conftest.
$ac_ext <<_ACEOF
23416 cat confdefs.h
>>conftest.
$ac_ext
23417 cat >>conftest.
$ac_ext <<_ACEOF
23418 /* end confdefs.h. */
23420 /* Override any gcc2 internal prototype to avoid an error. */
23424 /* We use char because int might match the return type of a gcc2
23425 builtin and then its argument prototype would still apply. */
23435 rm -f conftest.
$ac_objext conftest
$ac_exeext
23436 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23437 (eval $ac_link) 2>conftest.er1
23439 grep -v '^ *+' conftest.er1
>conftest.err
23441 cat conftest.err
>&5
23442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23443 (exit $ac_status); } &&
23444 { ac_try
='test -z "$ac_c_werror_flag"
23445 || test ! -s conftest.err'
23446 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23447 (eval $ac_try) 2>&5
23449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23450 (exit $ac_status); }; } &&
23451 { ac_try
='test -s conftest$ac_exeext'
23452 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23453 (eval $ac_try) 2>&5
23455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23456 (exit $ac_status); }; }; then
23457 ac_cv_lib_m_ccoshl
=yes
23459 echo "$as_me: failed program was:" >&5
23460 sed 's/^/| /' conftest.
$ac_ext >&5
23462 ac_cv_lib_m_ccoshl
=no
23464 rm -f conftest.err conftest.
$ac_objext \
23465 conftest
$ac_exeext conftest.
$ac_ext
23466 LIBS
=$ac_check_lib_save_LIBS
23468 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ccoshl" >&5
23469 echo "${ECHO_T}$ac_cv_lib_m_ccoshl" >&6
23470 if test $ac_cv_lib_m_ccoshl = yes; then
23472 cat >>confdefs.h
<<\_ACEOF
23473 #define HAVE_CCOSHL 1
23478 echo "$as_me:$LINENO: checking for expf in -lm" >&5
23479 echo $ECHO_N "checking for expf in -lm... $ECHO_C" >&6
23480 if test "${ac_cv_lib_m_expf+set}" = set; then
23481 echo $ECHO_N "(cached) $ECHO_C" >&6
23483 ac_check_lib_save_LIBS
=$LIBS
23485 if test x
$gcc_no_link = xyes
; then
23486 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
23487 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
23488 { (exit 1); exit 1; }; }
23490 cat >conftest.
$ac_ext <<_ACEOF
23493 cat confdefs.h
>>conftest.
$ac_ext
23494 cat >>conftest.
$ac_ext <<_ACEOF
23495 /* end confdefs.h. */
23497 /* Override any gcc2 internal prototype to avoid an error. */
23501 /* We use char because int might match the return type of a gcc2
23502 builtin and then its argument prototype would still apply. */
23512 rm -f conftest.
$ac_objext conftest
$ac_exeext
23513 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23514 (eval $ac_link) 2>conftest.er1
23516 grep -v '^ *+' conftest.er1
>conftest.err
23518 cat conftest.err
>&5
23519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23520 (exit $ac_status); } &&
23521 { ac_try
='test -z "$ac_c_werror_flag"
23522 || test ! -s conftest.err'
23523 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23524 (eval $ac_try) 2>&5
23526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23527 (exit $ac_status); }; } &&
23528 { ac_try
='test -s conftest$ac_exeext'
23529 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23530 (eval $ac_try) 2>&5
23532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23533 (exit $ac_status); }; }; then
23534 ac_cv_lib_m_expf
=yes
23536 echo "$as_me: failed program was:" >&5
23537 sed 's/^/| /' conftest.
$ac_ext >&5
23539 ac_cv_lib_m_expf
=no
23541 rm -f conftest.err conftest.
$ac_objext \
23542 conftest
$ac_exeext conftest.
$ac_ext
23543 LIBS
=$ac_check_lib_save_LIBS
23545 echo "$as_me:$LINENO: result: $ac_cv_lib_m_expf" >&5
23546 echo "${ECHO_T}$ac_cv_lib_m_expf" >&6
23547 if test $ac_cv_lib_m_expf = yes; then
23549 cat >>confdefs.h
<<\_ACEOF
23550 #define HAVE_EXPF 1
23555 echo "$as_me:$LINENO: checking for exp in -lm" >&5
23556 echo $ECHO_N "checking for exp in -lm... $ECHO_C" >&6
23557 if test "${ac_cv_lib_m_exp+set}" = set; then
23558 echo $ECHO_N "(cached) $ECHO_C" >&6
23560 ac_check_lib_save_LIBS
=$LIBS
23562 if test x
$gcc_no_link = xyes
; then
23563 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
23564 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
23565 { (exit 1); exit 1; }; }
23567 cat >conftest.
$ac_ext <<_ACEOF
23570 cat confdefs.h
>>conftest.
$ac_ext
23571 cat >>conftest.
$ac_ext <<_ACEOF
23572 /* end confdefs.h. */
23574 /* Override any gcc2 internal prototype to avoid an error. */
23578 /* We use char because int might match the return type of a gcc2
23579 builtin and then its argument prototype would still apply. */
23589 rm -f conftest.
$ac_objext conftest
$ac_exeext
23590 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23591 (eval $ac_link) 2>conftest.er1
23593 grep -v '^ *+' conftest.er1
>conftest.err
23595 cat conftest.err
>&5
23596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23597 (exit $ac_status); } &&
23598 { ac_try
='test -z "$ac_c_werror_flag"
23599 || test ! -s conftest.err'
23600 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23601 (eval $ac_try) 2>&5
23603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23604 (exit $ac_status); }; } &&
23605 { ac_try
='test -s conftest$ac_exeext'
23606 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23607 (eval $ac_try) 2>&5
23609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23610 (exit $ac_status); }; }; then
23611 ac_cv_lib_m_exp
=yes
23613 echo "$as_me: failed program was:" >&5
23614 sed 's/^/| /' conftest.
$ac_ext >&5
23618 rm -f conftest.err conftest.
$ac_objext \
23619 conftest
$ac_exeext conftest.
$ac_ext
23620 LIBS
=$ac_check_lib_save_LIBS
23622 echo "$as_me:$LINENO: result: $ac_cv_lib_m_exp" >&5
23623 echo "${ECHO_T}$ac_cv_lib_m_exp" >&6
23624 if test $ac_cv_lib_m_exp = yes; then
23626 cat >>confdefs.h
<<\_ACEOF
23632 echo "$as_me:$LINENO: checking for expl in -lm" >&5
23633 echo $ECHO_N "checking for expl in -lm... $ECHO_C" >&6
23634 if test "${ac_cv_lib_m_expl+set}" = set; then
23635 echo $ECHO_N "(cached) $ECHO_C" >&6
23637 ac_check_lib_save_LIBS
=$LIBS
23639 if test x
$gcc_no_link = xyes
; then
23640 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
23641 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
23642 { (exit 1); exit 1; }; }
23644 cat >conftest.
$ac_ext <<_ACEOF
23647 cat confdefs.h
>>conftest.
$ac_ext
23648 cat >>conftest.
$ac_ext <<_ACEOF
23649 /* end confdefs.h. */
23651 /* Override any gcc2 internal prototype to avoid an error. */
23655 /* We use char because int might match the return type of a gcc2
23656 builtin and then its argument prototype would still apply. */
23666 rm -f conftest.
$ac_objext conftest
$ac_exeext
23667 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23668 (eval $ac_link) 2>conftest.er1
23670 grep -v '^ *+' conftest.er1
>conftest.err
23672 cat conftest.err
>&5
23673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23674 (exit $ac_status); } &&
23675 { ac_try
='test -z "$ac_c_werror_flag"
23676 || test ! -s conftest.err'
23677 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23678 (eval $ac_try) 2>&5
23680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23681 (exit $ac_status); }; } &&
23682 { ac_try
='test -s conftest$ac_exeext'
23683 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23684 (eval $ac_try) 2>&5
23686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23687 (exit $ac_status); }; }; then
23688 ac_cv_lib_m_expl
=yes
23690 echo "$as_me: failed program was:" >&5
23691 sed 's/^/| /' conftest.
$ac_ext >&5
23693 ac_cv_lib_m_expl
=no
23695 rm -f conftest.err conftest.
$ac_objext \
23696 conftest
$ac_exeext conftest.
$ac_ext
23697 LIBS
=$ac_check_lib_save_LIBS
23699 echo "$as_me:$LINENO: result: $ac_cv_lib_m_expl" >&5
23700 echo "${ECHO_T}$ac_cv_lib_m_expl" >&6
23701 if test $ac_cv_lib_m_expl = yes; then
23703 cat >>confdefs.h
<<\_ACEOF
23704 #define HAVE_EXPL 1
23709 echo "$as_me:$LINENO: checking for cexpf in -lm" >&5
23710 echo $ECHO_N "checking for cexpf in -lm... $ECHO_C" >&6
23711 if test "${ac_cv_lib_m_cexpf+set}" = set; then
23712 echo $ECHO_N "(cached) $ECHO_C" >&6
23714 ac_check_lib_save_LIBS
=$LIBS
23716 if test x
$gcc_no_link = xyes
; then
23717 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
23718 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
23719 { (exit 1); exit 1; }; }
23721 cat >conftest.
$ac_ext <<_ACEOF
23724 cat confdefs.h
>>conftest.
$ac_ext
23725 cat >>conftest.
$ac_ext <<_ACEOF
23726 /* end confdefs.h. */
23728 /* Override any gcc2 internal prototype to avoid an error. */
23732 /* We use char because int might match the return type of a gcc2
23733 builtin and then its argument prototype would still apply. */
23743 rm -f conftest.
$ac_objext conftest
$ac_exeext
23744 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23745 (eval $ac_link) 2>conftest.er1
23747 grep -v '^ *+' conftest.er1
>conftest.err
23749 cat conftest.err
>&5
23750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23751 (exit $ac_status); } &&
23752 { ac_try
='test -z "$ac_c_werror_flag"
23753 || test ! -s conftest.err'
23754 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23755 (eval $ac_try) 2>&5
23757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23758 (exit $ac_status); }; } &&
23759 { ac_try
='test -s conftest$ac_exeext'
23760 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23761 (eval $ac_try) 2>&5
23763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23764 (exit $ac_status); }; }; then
23765 ac_cv_lib_m_cexpf
=yes
23767 echo "$as_me: failed program was:" >&5
23768 sed 's/^/| /' conftest.
$ac_ext >&5
23770 ac_cv_lib_m_cexpf
=no
23772 rm -f conftest.err conftest.
$ac_objext \
23773 conftest
$ac_exeext conftest.
$ac_ext
23774 LIBS
=$ac_check_lib_save_LIBS
23776 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cexpf" >&5
23777 echo "${ECHO_T}$ac_cv_lib_m_cexpf" >&6
23778 if test $ac_cv_lib_m_cexpf = yes; then
23780 cat >>confdefs.h
<<\_ACEOF
23781 #define HAVE_CEXPF 1
23786 echo "$as_me:$LINENO: checking for cexp in -lm" >&5
23787 echo $ECHO_N "checking for cexp in -lm... $ECHO_C" >&6
23788 if test "${ac_cv_lib_m_cexp+set}" = set; then
23789 echo $ECHO_N "(cached) $ECHO_C" >&6
23791 ac_check_lib_save_LIBS
=$LIBS
23793 if test x
$gcc_no_link = xyes
; then
23794 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
23795 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
23796 { (exit 1); exit 1; }; }
23798 cat >conftest.
$ac_ext <<_ACEOF
23801 cat confdefs.h
>>conftest.
$ac_ext
23802 cat >>conftest.
$ac_ext <<_ACEOF
23803 /* end confdefs.h. */
23805 /* Override any gcc2 internal prototype to avoid an error. */
23809 /* We use char because int might match the return type of a gcc2
23810 builtin and then its argument prototype would still apply. */
23820 rm -f conftest.
$ac_objext conftest
$ac_exeext
23821 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23822 (eval $ac_link) 2>conftest.er1
23824 grep -v '^ *+' conftest.er1
>conftest.err
23826 cat conftest.err
>&5
23827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23828 (exit $ac_status); } &&
23829 { ac_try
='test -z "$ac_c_werror_flag"
23830 || test ! -s conftest.err'
23831 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23832 (eval $ac_try) 2>&5
23834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23835 (exit $ac_status); }; } &&
23836 { ac_try
='test -s conftest$ac_exeext'
23837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23838 (eval $ac_try) 2>&5
23840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23841 (exit $ac_status); }; }; then
23842 ac_cv_lib_m_cexp
=yes
23844 echo "$as_me: failed program was:" >&5
23845 sed 's/^/| /' conftest.
$ac_ext >&5
23847 ac_cv_lib_m_cexp
=no
23849 rm -f conftest.err conftest.
$ac_objext \
23850 conftest
$ac_exeext conftest.
$ac_ext
23851 LIBS
=$ac_check_lib_save_LIBS
23853 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cexp" >&5
23854 echo "${ECHO_T}$ac_cv_lib_m_cexp" >&6
23855 if test $ac_cv_lib_m_cexp = yes; then
23857 cat >>confdefs.h
<<\_ACEOF
23858 #define HAVE_CEXP 1
23863 echo "$as_me:$LINENO: checking for cexpl in -lm" >&5
23864 echo $ECHO_N "checking for cexpl in -lm... $ECHO_C" >&6
23865 if test "${ac_cv_lib_m_cexpl+set}" = set; then
23866 echo $ECHO_N "(cached) $ECHO_C" >&6
23868 ac_check_lib_save_LIBS
=$LIBS
23870 if test x
$gcc_no_link = xyes
; then
23871 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
23872 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
23873 { (exit 1); exit 1; }; }
23875 cat >conftest.
$ac_ext <<_ACEOF
23878 cat confdefs.h
>>conftest.
$ac_ext
23879 cat >>conftest.
$ac_ext <<_ACEOF
23880 /* end confdefs.h. */
23882 /* Override any gcc2 internal prototype to avoid an error. */
23886 /* We use char because int might match the return type of a gcc2
23887 builtin and then its argument prototype would still apply. */
23897 rm -f conftest.
$ac_objext conftest
$ac_exeext
23898 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23899 (eval $ac_link) 2>conftest.er1
23901 grep -v '^ *+' conftest.er1
>conftest.err
23903 cat conftest.err
>&5
23904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23905 (exit $ac_status); } &&
23906 { ac_try
='test -z "$ac_c_werror_flag"
23907 || test ! -s conftest.err'
23908 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23909 (eval $ac_try) 2>&5
23911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23912 (exit $ac_status); }; } &&
23913 { ac_try
='test -s conftest$ac_exeext'
23914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23915 (eval $ac_try) 2>&5
23917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23918 (exit $ac_status); }; }; then
23919 ac_cv_lib_m_cexpl
=yes
23921 echo "$as_me: failed program was:" >&5
23922 sed 's/^/| /' conftest.
$ac_ext >&5
23924 ac_cv_lib_m_cexpl
=no
23926 rm -f conftest.err conftest.
$ac_objext \
23927 conftest
$ac_exeext conftest.
$ac_ext
23928 LIBS
=$ac_check_lib_save_LIBS
23930 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cexpl" >&5
23931 echo "${ECHO_T}$ac_cv_lib_m_cexpl" >&6
23932 if test $ac_cv_lib_m_cexpl = yes; then
23934 cat >>confdefs.h
<<\_ACEOF
23935 #define HAVE_CEXPL 1
23940 echo "$as_me:$LINENO: checking for fabsf in -lm" >&5
23941 echo $ECHO_N "checking for fabsf in -lm... $ECHO_C" >&6
23942 if test "${ac_cv_lib_m_fabsf+set}" = set; then
23943 echo $ECHO_N "(cached) $ECHO_C" >&6
23945 ac_check_lib_save_LIBS
=$LIBS
23947 if test x
$gcc_no_link = xyes
; then
23948 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
23949 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
23950 { (exit 1); exit 1; }; }
23952 cat >conftest.
$ac_ext <<_ACEOF
23955 cat confdefs.h
>>conftest.
$ac_ext
23956 cat >>conftest.
$ac_ext <<_ACEOF
23957 /* end confdefs.h. */
23959 /* Override any gcc2 internal prototype to avoid an error. */
23963 /* We use char because int might match the return type of a gcc2
23964 builtin and then its argument prototype would still apply. */
23974 rm -f conftest.
$ac_objext conftest
$ac_exeext
23975 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
23976 (eval $ac_link) 2>conftest.er1
23978 grep -v '^ *+' conftest.er1
>conftest.err
23980 cat conftest.err
>&5
23981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23982 (exit $ac_status); } &&
23983 { ac_try
='test -z "$ac_c_werror_flag"
23984 || test ! -s conftest.err'
23985 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23986 (eval $ac_try) 2>&5
23988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23989 (exit $ac_status); }; } &&
23990 { ac_try
='test -s conftest$ac_exeext'
23991 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
23992 (eval $ac_try) 2>&5
23994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23995 (exit $ac_status); }; }; then
23996 ac_cv_lib_m_fabsf
=yes
23998 echo "$as_me: failed program was:" >&5
23999 sed 's/^/| /' conftest.
$ac_ext >&5
24001 ac_cv_lib_m_fabsf
=no
24003 rm -f conftest.err conftest.
$ac_objext \
24004 conftest
$ac_exeext conftest.
$ac_ext
24005 LIBS
=$ac_check_lib_save_LIBS
24007 echo "$as_me:$LINENO: result: $ac_cv_lib_m_fabsf" >&5
24008 echo "${ECHO_T}$ac_cv_lib_m_fabsf" >&6
24009 if test $ac_cv_lib_m_fabsf = yes; then
24011 cat >>confdefs.h
<<\_ACEOF
24012 #define HAVE_FABSF 1
24017 echo "$as_me:$LINENO: checking for fabs in -lm" >&5
24018 echo $ECHO_N "checking for fabs in -lm... $ECHO_C" >&6
24019 if test "${ac_cv_lib_m_fabs+set}" = set; then
24020 echo $ECHO_N "(cached) $ECHO_C" >&6
24022 ac_check_lib_save_LIBS
=$LIBS
24024 if test x
$gcc_no_link = xyes
; then
24025 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
24026 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
24027 { (exit 1); exit 1; }; }
24029 cat >conftest.
$ac_ext <<_ACEOF
24032 cat confdefs.h
>>conftest.
$ac_ext
24033 cat >>conftest.
$ac_ext <<_ACEOF
24034 /* end confdefs.h. */
24036 /* Override any gcc2 internal prototype to avoid an error. */
24040 /* We use char because int might match the return type of a gcc2
24041 builtin and then its argument prototype would still apply. */
24051 rm -f conftest.
$ac_objext conftest
$ac_exeext
24052 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24053 (eval $ac_link) 2>conftest.er1
24055 grep -v '^ *+' conftest.er1
>conftest.err
24057 cat conftest.err
>&5
24058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24059 (exit $ac_status); } &&
24060 { ac_try
='test -z "$ac_c_werror_flag"
24061 || test ! -s conftest.err'
24062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24063 (eval $ac_try) 2>&5
24065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24066 (exit $ac_status); }; } &&
24067 { ac_try
='test -s conftest$ac_exeext'
24068 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24069 (eval $ac_try) 2>&5
24071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24072 (exit $ac_status); }; }; then
24073 ac_cv_lib_m_fabs
=yes
24075 echo "$as_me: failed program was:" >&5
24076 sed 's/^/| /' conftest.
$ac_ext >&5
24078 ac_cv_lib_m_fabs
=no
24080 rm -f conftest.err conftest.
$ac_objext \
24081 conftest
$ac_exeext conftest.
$ac_ext
24082 LIBS
=$ac_check_lib_save_LIBS
24084 echo "$as_me:$LINENO: result: $ac_cv_lib_m_fabs" >&5
24085 echo "${ECHO_T}$ac_cv_lib_m_fabs" >&6
24086 if test $ac_cv_lib_m_fabs = yes; then
24088 cat >>confdefs.h
<<\_ACEOF
24089 #define HAVE_FABS 1
24094 echo "$as_me:$LINENO: checking for fabsl in -lm" >&5
24095 echo $ECHO_N "checking for fabsl in -lm... $ECHO_C" >&6
24096 if test "${ac_cv_lib_m_fabsl+set}" = set; then
24097 echo $ECHO_N "(cached) $ECHO_C" >&6
24099 ac_check_lib_save_LIBS
=$LIBS
24101 if test x
$gcc_no_link = xyes
; then
24102 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
24103 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
24104 { (exit 1); exit 1; }; }
24106 cat >conftest.
$ac_ext <<_ACEOF
24109 cat confdefs.h
>>conftest.
$ac_ext
24110 cat >>conftest.
$ac_ext <<_ACEOF
24111 /* end confdefs.h. */
24113 /* Override any gcc2 internal prototype to avoid an error. */
24117 /* We use char because int might match the return type of a gcc2
24118 builtin and then its argument prototype would still apply. */
24128 rm -f conftest.
$ac_objext conftest
$ac_exeext
24129 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24130 (eval $ac_link) 2>conftest.er1
24132 grep -v '^ *+' conftest.er1
>conftest.err
24134 cat conftest.err
>&5
24135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24136 (exit $ac_status); } &&
24137 { ac_try
='test -z "$ac_c_werror_flag"
24138 || test ! -s conftest.err'
24139 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24140 (eval $ac_try) 2>&5
24142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24143 (exit $ac_status); }; } &&
24144 { ac_try
='test -s conftest$ac_exeext'
24145 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24146 (eval $ac_try) 2>&5
24148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24149 (exit $ac_status); }; }; then
24150 ac_cv_lib_m_fabsl
=yes
24152 echo "$as_me: failed program was:" >&5
24153 sed 's/^/| /' conftest.
$ac_ext >&5
24155 ac_cv_lib_m_fabsl
=no
24157 rm -f conftest.err conftest.
$ac_objext \
24158 conftest
$ac_exeext conftest.
$ac_ext
24159 LIBS
=$ac_check_lib_save_LIBS
24161 echo "$as_me:$LINENO: result: $ac_cv_lib_m_fabsl" >&5
24162 echo "${ECHO_T}$ac_cv_lib_m_fabsl" >&6
24163 if test $ac_cv_lib_m_fabsl = yes; then
24165 cat >>confdefs.h
<<\_ACEOF
24166 #define HAVE_FABSL 1
24171 echo "$as_me:$LINENO: checking for cabsf in -lm" >&5
24172 echo $ECHO_N "checking for cabsf in -lm... $ECHO_C" >&6
24173 if test "${ac_cv_lib_m_cabsf+set}" = set; then
24174 echo $ECHO_N "(cached) $ECHO_C" >&6
24176 ac_check_lib_save_LIBS
=$LIBS
24178 if test x
$gcc_no_link = xyes
; then
24179 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
24180 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
24181 { (exit 1); exit 1; }; }
24183 cat >conftest.
$ac_ext <<_ACEOF
24186 cat confdefs.h
>>conftest.
$ac_ext
24187 cat >>conftest.
$ac_ext <<_ACEOF
24188 /* end confdefs.h. */
24190 /* Override any gcc2 internal prototype to avoid an error. */
24194 /* We use char because int might match the return type of a gcc2
24195 builtin and then its argument prototype would still apply. */
24205 rm -f conftest.
$ac_objext conftest
$ac_exeext
24206 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24207 (eval $ac_link) 2>conftest.er1
24209 grep -v '^ *+' conftest.er1
>conftest.err
24211 cat conftest.err
>&5
24212 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24213 (exit $ac_status); } &&
24214 { ac_try
='test -z "$ac_c_werror_flag"
24215 || test ! -s conftest.err'
24216 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24217 (eval $ac_try) 2>&5
24219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24220 (exit $ac_status); }; } &&
24221 { ac_try
='test -s conftest$ac_exeext'
24222 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24223 (eval $ac_try) 2>&5
24225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24226 (exit $ac_status); }; }; then
24227 ac_cv_lib_m_cabsf
=yes
24229 echo "$as_me: failed program was:" >&5
24230 sed 's/^/| /' conftest.
$ac_ext >&5
24232 ac_cv_lib_m_cabsf
=no
24234 rm -f conftest.err conftest.
$ac_objext \
24235 conftest
$ac_exeext conftest.
$ac_ext
24236 LIBS
=$ac_check_lib_save_LIBS
24238 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cabsf" >&5
24239 echo "${ECHO_T}$ac_cv_lib_m_cabsf" >&6
24240 if test $ac_cv_lib_m_cabsf = yes; then
24242 cat >>confdefs.h
<<\_ACEOF
24243 #define HAVE_CABSF 1
24248 echo "$as_me:$LINENO: checking for cabs in -lm" >&5
24249 echo $ECHO_N "checking for cabs in -lm... $ECHO_C" >&6
24250 if test "${ac_cv_lib_m_cabs+set}" = set; then
24251 echo $ECHO_N "(cached) $ECHO_C" >&6
24253 ac_check_lib_save_LIBS
=$LIBS
24255 if test x
$gcc_no_link = xyes
; then
24256 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
24257 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
24258 { (exit 1); exit 1; }; }
24260 cat >conftest.
$ac_ext <<_ACEOF
24263 cat confdefs.h
>>conftest.
$ac_ext
24264 cat >>conftest.
$ac_ext <<_ACEOF
24265 /* end confdefs.h. */
24267 /* Override any gcc2 internal prototype to avoid an error. */
24271 /* We use char because int might match the return type of a gcc2
24272 builtin and then its argument prototype would still apply. */
24282 rm -f conftest.
$ac_objext conftest
$ac_exeext
24283 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24284 (eval $ac_link) 2>conftest.er1
24286 grep -v '^ *+' conftest.er1
>conftest.err
24288 cat conftest.err
>&5
24289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24290 (exit $ac_status); } &&
24291 { ac_try
='test -z "$ac_c_werror_flag"
24292 || test ! -s conftest.err'
24293 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24294 (eval $ac_try) 2>&5
24296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24297 (exit $ac_status); }; } &&
24298 { ac_try
='test -s conftest$ac_exeext'
24299 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24300 (eval $ac_try) 2>&5
24302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24303 (exit $ac_status); }; }; then
24304 ac_cv_lib_m_cabs
=yes
24306 echo "$as_me: failed program was:" >&5
24307 sed 's/^/| /' conftest.
$ac_ext >&5
24309 ac_cv_lib_m_cabs
=no
24311 rm -f conftest.err conftest.
$ac_objext \
24312 conftest
$ac_exeext conftest.
$ac_ext
24313 LIBS
=$ac_check_lib_save_LIBS
24315 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cabs" >&5
24316 echo "${ECHO_T}$ac_cv_lib_m_cabs" >&6
24317 if test $ac_cv_lib_m_cabs = yes; then
24319 cat >>confdefs.h
<<\_ACEOF
24320 #define HAVE_CABS 1
24325 echo "$as_me:$LINENO: checking for cabsl in -lm" >&5
24326 echo $ECHO_N "checking for cabsl in -lm... $ECHO_C" >&6
24327 if test "${ac_cv_lib_m_cabsl+set}" = set; then
24328 echo $ECHO_N "(cached) $ECHO_C" >&6
24330 ac_check_lib_save_LIBS
=$LIBS
24332 if test x
$gcc_no_link = xyes
; then
24333 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
24334 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
24335 { (exit 1); exit 1; }; }
24337 cat >conftest.
$ac_ext <<_ACEOF
24340 cat confdefs.h
>>conftest.
$ac_ext
24341 cat >>conftest.
$ac_ext <<_ACEOF
24342 /* end confdefs.h. */
24344 /* Override any gcc2 internal prototype to avoid an error. */
24348 /* We use char because int might match the return type of a gcc2
24349 builtin and then its argument prototype would still apply. */
24359 rm -f conftest.
$ac_objext conftest
$ac_exeext
24360 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24361 (eval $ac_link) 2>conftest.er1
24363 grep -v '^ *+' conftest.er1
>conftest.err
24365 cat conftest.err
>&5
24366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24367 (exit $ac_status); } &&
24368 { ac_try
='test -z "$ac_c_werror_flag"
24369 || test ! -s conftest.err'
24370 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24371 (eval $ac_try) 2>&5
24373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24374 (exit $ac_status); }; } &&
24375 { ac_try
='test -s conftest$ac_exeext'
24376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24377 (eval $ac_try) 2>&5
24379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24380 (exit $ac_status); }; }; then
24381 ac_cv_lib_m_cabsl
=yes
24383 echo "$as_me: failed program was:" >&5
24384 sed 's/^/| /' conftest.
$ac_ext >&5
24386 ac_cv_lib_m_cabsl
=no
24388 rm -f conftest.err conftest.
$ac_objext \
24389 conftest
$ac_exeext conftest.
$ac_ext
24390 LIBS
=$ac_check_lib_save_LIBS
24392 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cabsl" >&5
24393 echo "${ECHO_T}$ac_cv_lib_m_cabsl" >&6
24394 if test $ac_cv_lib_m_cabsl = yes; then
24396 cat >>confdefs.h
<<\_ACEOF
24397 #define HAVE_CABSL 1
24402 echo "$as_me:$LINENO: checking for floorf in -lm" >&5
24403 echo $ECHO_N "checking for floorf in -lm... $ECHO_C" >&6
24404 if test "${ac_cv_lib_m_floorf+set}" = set; then
24405 echo $ECHO_N "(cached) $ECHO_C" >&6
24407 ac_check_lib_save_LIBS
=$LIBS
24409 if test x
$gcc_no_link = xyes
; then
24410 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
24411 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
24412 { (exit 1); exit 1; }; }
24414 cat >conftest.
$ac_ext <<_ACEOF
24417 cat confdefs.h
>>conftest.
$ac_ext
24418 cat >>conftest.
$ac_ext <<_ACEOF
24419 /* end confdefs.h. */
24421 /* Override any gcc2 internal prototype to avoid an error. */
24425 /* We use char because int might match the return type of a gcc2
24426 builtin and then its argument prototype would still apply. */
24436 rm -f conftest.
$ac_objext conftest
$ac_exeext
24437 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24438 (eval $ac_link) 2>conftest.er1
24440 grep -v '^ *+' conftest.er1
>conftest.err
24442 cat conftest.err
>&5
24443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24444 (exit $ac_status); } &&
24445 { ac_try
='test -z "$ac_c_werror_flag"
24446 || test ! -s conftest.err'
24447 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24448 (eval $ac_try) 2>&5
24450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24451 (exit $ac_status); }; } &&
24452 { ac_try
='test -s conftest$ac_exeext'
24453 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24454 (eval $ac_try) 2>&5
24456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24457 (exit $ac_status); }; }; then
24458 ac_cv_lib_m_floorf
=yes
24460 echo "$as_me: failed program was:" >&5
24461 sed 's/^/| /' conftest.
$ac_ext >&5
24463 ac_cv_lib_m_floorf
=no
24465 rm -f conftest.err conftest.
$ac_objext \
24466 conftest
$ac_exeext conftest.
$ac_ext
24467 LIBS
=$ac_check_lib_save_LIBS
24469 echo "$as_me:$LINENO: result: $ac_cv_lib_m_floorf" >&5
24470 echo "${ECHO_T}$ac_cv_lib_m_floorf" >&6
24471 if test $ac_cv_lib_m_floorf = yes; then
24473 cat >>confdefs.h
<<\_ACEOF
24474 #define HAVE_FLOORF 1
24479 echo "$as_me:$LINENO: checking for floor in -lm" >&5
24480 echo $ECHO_N "checking for floor in -lm... $ECHO_C" >&6
24481 if test "${ac_cv_lib_m_floor+set}" = set; then
24482 echo $ECHO_N "(cached) $ECHO_C" >&6
24484 ac_check_lib_save_LIBS
=$LIBS
24486 if test x
$gcc_no_link = xyes
; then
24487 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
24488 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
24489 { (exit 1); exit 1; }; }
24491 cat >conftest.
$ac_ext <<_ACEOF
24494 cat confdefs.h
>>conftest.
$ac_ext
24495 cat >>conftest.
$ac_ext <<_ACEOF
24496 /* end confdefs.h. */
24498 /* Override any gcc2 internal prototype to avoid an error. */
24502 /* We use char because int might match the return type of a gcc2
24503 builtin and then its argument prototype would still apply. */
24513 rm -f conftest.
$ac_objext conftest
$ac_exeext
24514 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24515 (eval $ac_link) 2>conftest.er1
24517 grep -v '^ *+' conftest.er1
>conftest.err
24519 cat conftest.err
>&5
24520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24521 (exit $ac_status); } &&
24522 { ac_try
='test -z "$ac_c_werror_flag"
24523 || test ! -s conftest.err'
24524 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24525 (eval $ac_try) 2>&5
24527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24528 (exit $ac_status); }; } &&
24529 { ac_try
='test -s conftest$ac_exeext'
24530 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24531 (eval $ac_try) 2>&5
24533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24534 (exit $ac_status); }; }; then
24535 ac_cv_lib_m_floor
=yes
24537 echo "$as_me: failed program was:" >&5
24538 sed 's/^/| /' conftest.
$ac_ext >&5
24540 ac_cv_lib_m_floor
=no
24542 rm -f conftest.err conftest.
$ac_objext \
24543 conftest
$ac_exeext conftest.
$ac_ext
24544 LIBS
=$ac_check_lib_save_LIBS
24546 echo "$as_me:$LINENO: result: $ac_cv_lib_m_floor" >&5
24547 echo "${ECHO_T}$ac_cv_lib_m_floor" >&6
24548 if test $ac_cv_lib_m_floor = yes; then
24550 cat >>confdefs.h
<<\_ACEOF
24551 #define HAVE_FLOOR 1
24556 echo "$as_me:$LINENO: checking for floorl in -lm" >&5
24557 echo $ECHO_N "checking for floorl in -lm... $ECHO_C" >&6
24558 if test "${ac_cv_lib_m_floorl+set}" = set; then
24559 echo $ECHO_N "(cached) $ECHO_C" >&6
24561 ac_check_lib_save_LIBS
=$LIBS
24563 if test x
$gcc_no_link = xyes
; then
24564 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
24565 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
24566 { (exit 1); exit 1; }; }
24568 cat >conftest.
$ac_ext <<_ACEOF
24571 cat confdefs.h
>>conftest.
$ac_ext
24572 cat >>conftest.
$ac_ext <<_ACEOF
24573 /* end confdefs.h. */
24575 /* Override any gcc2 internal prototype to avoid an error. */
24579 /* We use char because int might match the return type of a gcc2
24580 builtin and then its argument prototype would still apply. */
24590 rm -f conftest.
$ac_objext conftest
$ac_exeext
24591 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24592 (eval $ac_link) 2>conftest.er1
24594 grep -v '^ *+' conftest.er1
>conftest.err
24596 cat conftest.err
>&5
24597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24598 (exit $ac_status); } &&
24599 { ac_try
='test -z "$ac_c_werror_flag"
24600 || test ! -s conftest.err'
24601 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24602 (eval $ac_try) 2>&5
24604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24605 (exit $ac_status); }; } &&
24606 { ac_try
='test -s conftest$ac_exeext'
24607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24608 (eval $ac_try) 2>&5
24610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24611 (exit $ac_status); }; }; then
24612 ac_cv_lib_m_floorl
=yes
24614 echo "$as_me: failed program was:" >&5
24615 sed 's/^/| /' conftest.
$ac_ext >&5
24617 ac_cv_lib_m_floorl
=no
24619 rm -f conftest.err conftest.
$ac_objext \
24620 conftest
$ac_exeext conftest.
$ac_ext
24621 LIBS
=$ac_check_lib_save_LIBS
24623 echo "$as_me:$LINENO: result: $ac_cv_lib_m_floorl" >&5
24624 echo "${ECHO_T}$ac_cv_lib_m_floorl" >&6
24625 if test $ac_cv_lib_m_floorl = yes; then
24627 cat >>confdefs.h
<<\_ACEOF
24628 #define HAVE_FLOORL 1
24633 echo "$as_me:$LINENO: checking for fmodf in -lm" >&5
24634 echo $ECHO_N "checking for fmodf in -lm... $ECHO_C" >&6
24635 if test "${ac_cv_lib_m_fmodf+set}" = set; then
24636 echo $ECHO_N "(cached) $ECHO_C" >&6
24638 ac_check_lib_save_LIBS
=$LIBS
24640 if test x
$gcc_no_link = xyes
; then
24641 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
24642 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
24643 { (exit 1); exit 1; }; }
24645 cat >conftest.
$ac_ext <<_ACEOF
24648 cat confdefs.h
>>conftest.
$ac_ext
24649 cat >>conftest.
$ac_ext <<_ACEOF
24650 /* end confdefs.h. */
24652 /* Override any gcc2 internal prototype to avoid an error. */
24656 /* We use char because int might match the return type of a gcc2
24657 builtin and then its argument prototype would still apply. */
24667 rm -f conftest.
$ac_objext conftest
$ac_exeext
24668 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24669 (eval $ac_link) 2>conftest.er1
24671 grep -v '^ *+' conftest.er1
>conftest.err
24673 cat conftest.err
>&5
24674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24675 (exit $ac_status); } &&
24676 { ac_try
='test -z "$ac_c_werror_flag"
24677 || test ! -s conftest.err'
24678 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24679 (eval $ac_try) 2>&5
24681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24682 (exit $ac_status); }; } &&
24683 { ac_try
='test -s conftest$ac_exeext'
24684 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24685 (eval $ac_try) 2>&5
24687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24688 (exit $ac_status); }; }; then
24689 ac_cv_lib_m_fmodf
=yes
24691 echo "$as_me: failed program was:" >&5
24692 sed 's/^/| /' conftest.
$ac_ext >&5
24694 ac_cv_lib_m_fmodf
=no
24696 rm -f conftest.err conftest.
$ac_objext \
24697 conftest
$ac_exeext conftest.
$ac_ext
24698 LIBS
=$ac_check_lib_save_LIBS
24700 echo "$as_me:$LINENO: result: $ac_cv_lib_m_fmodf" >&5
24701 echo "${ECHO_T}$ac_cv_lib_m_fmodf" >&6
24702 if test $ac_cv_lib_m_fmodf = yes; then
24704 cat >>confdefs.h
<<\_ACEOF
24705 #define HAVE_FMODF 1
24710 echo "$as_me:$LINENO: checking for fmod in -lm" >&5
24711 echo $ECHO_N "checking for fmod in -lm... $ECHO_C" >&6
24712 if test "${ac_cv_lib_m_fmod+set}" = set; then
24713 echo $ECHO_N "(cached) $ECHO_C" >&6
24715 ac_check_lib_save_LIBS
=$LIBS
24717 if test x
$gcc_no_link = xyes
; then
24718 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
24719 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
24720 { (exit 1); exit 1; }; }
24722 cat >conftest.
$ac_ext <<_ACEOF
24725 cat confdefs.h
>>conftest.
$ac_ext
24726 cat >>conftest.
$ac_ext <<_ACEOF
24727 /* end confdefs.h. */
24729 /* Override any gcc2 internal prototype to avoid an error. */
24733 /* We use char because int might match the return type of a gcc2
24734 builtin and then its argument prototype would still apply. */
24744 rm -f conftest.
$ac_objext conftest
$ac_exeext
24745 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24746 (eval $ac_link) 2>conftest.er1
24748 grep -v '^ *+' conftest.er1
>conftest.err
24750 cat conftest.err
>&5
24751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24752 (exit $ac_status); } &&
24753 { ac_try
='test -z "$ac_c_werror_flag"
24754 || test ! -s conftest.err'
24755 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24756 (eval $ac_try) 2>&5
24758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24759 (exit $ac_status); }; } &&
24760 { ac_try
='test -s conftest$ac_exeext'
24761 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24762 (eval $ac_try) 2>&5
24764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24765 (exit $ac_status); }; }; then
24766 ac_cv_lib_m_fmod
=yes
24768 echo "$as_me: failed program was:" >&5
24769 sed 's/^/| /' conftest.
$ac_ext >&5
24771 ac_cv_lib_m_fmod
=no
24773 rm -f conftest.err conftest.
$ac_objext \
24774 conftest
$ac_exeext conftest.
$ac_ext
24775 LIBS
=$ac_check_lib_save_LIBS
24777 echo "$as_me:$LINENO: result: $ac_cv_lib_m_fmod" >&5
24778 echo "${ECHO_T}$ac_cv_lib_m_fmod" >&6
24779 if test $ac_cv_lib_m_fmod = yes; then
24781 cat >>confdefs.h
<<\_ACEOF
24782 #define HAVE_FMOD 1
24787 echo "$as_me:$LINENO: checking for fmodl in -lm" >&5
24788 echo $ECHO_N "checking for fmodl in -lm... $ECHO_C" >&6
24789 if test "${ac_cv_lib_m_fmodl+set}" = set; then
24790 echo $ECHO_N "(cached) $ECHO_C" >&6
24792 ac_check_lib_save_LIBS
=$LIBS
24794 if test x
$gcc_no_link = xyes
; then
24795 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
24796 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
24797 { (exit 1); exit 1; }; }
24799 cat >conftest.
$ac_ext <<_ACEOF
24802 cat confdefs.h
>>conftest.
$ac_ext
24803 cat >>conftest.
$ac_ext <<_ACEOF
24804 /* end confdefs.h. */
24806 /* Override any gcc2 internal prototype to avoid an error. */
24810 /* We use char because int might match the return type of a gcc2
24811 builtin and then its argument prototype would still apply. */
24821 rm -f conftest.
$ac_objext conftest
$ac_exeext
24822 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24823 (eval $ac_link) 2>conftest.er1
24825 grep -v '^ *+' conftest.er1
>conftest.err
24827 cat conftest.err
>&5
24828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24829 (exit $ac_status); } &&
24830 { ac_try
='test -z "$ac_c_werror_flag"
24831 || test ! -s conftest.err'
24832 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24833 (eval $ac_try) 2>&5
24835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24836 (exit $ac_status); }; } &&
24837 { ac_try
='test -s conftest$ac_exeext'
24838 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24839 (eval $ac_try) 2>&5
24841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24842 (exit $ac_status); }; }; then
24843 ac_cv_lib_m_fmodl
=yes
24845 echo "$as_me: failed program was:" >&5
24846 sed 's/^/| /' conftest.
$ac_ext >&5
24848 ac_cv_lib_m_fmodl
=no
24850 rm -f conftest.err conftest.
$ac_objext \
24851 conftest
$ac_exeext conftest.
$ac_ext
24852 LIBS
=$ac_check_lib_save_LIBS
24854 echo "$as_me:$LINENO: result: $ac_cv_lib_m_fmodl" >&5
24855 echo "${ECHO_T}$ac_cv_lib_m_fmodl" >&6
24856 if test $ac_cv_lib_m_fmodl = yes; then
24858 cat >>confdefs.h
<<\_ACEOF
24859 #define HAVE_FMODL 1
24864 echo "$as_me:$LINENO: checking for frexpf in -lm" >&5
24865 echo $ECHO_N "checking for frexpf in -lm... $ECHO_C" >&6
24866 if test "${ac_cv_lib_m_frexpf+set}" = set; then
24867 echo $ECHO_N "(cached) $ECHO_C" >&6
24869 ac_check_lib_save_LIBS
=$LIBS
24871 if test x
$gcc_no_link = xyes
; then
24872 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
24873 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
24874 { (exit 1); exit 1; }; }
24876 cat >conftest.
$ac_ext <<_ACEOF
24879 cat confdefs.h
>>conftest.
$ac_ext
24880 cat >>conftest.
$ac_ext <<_ACEOF
24881 /* end confdefs.h. */
24883 /* Override any gcc2 internal prototype to avoid an error. */
24887 /* We use char because int might match the return type of a gcc2
24888 builtin and then its argument prototype would still apply. */
24898 rm -f conftest.
$ac_objext conftest
$ac_exeext
24899 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24900 (eval $ac_link) 2>conftest.er1
24902 grep -v '^ *+' conftest.er1
>conftest.err
24904 cat conftest.err
>&5
24905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24906 (exit $ac_status); } &&
24907 { ac_try
='test -z "$ac_c_werror_flag"
24908 || test ! -s conftest.err'
24909 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24910 (eval $ac_try) 2>&5
24912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24913 (exit $ac_status); }; } &&
24914 { ac_try
='test -s conftest$ac_exeext'
24915 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24916 (eval $ac_try) 2>&5
24918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24919 (exit $ac_status); }; }; then
24920 ac_cv_lib_m_frexpf
=yes
24922 echo "$as_me: failed program was:" >&5
24923 sed 's/^/| /' conftest.
$ac_ext >&5
24925 ac_cv_lib_m_frexpf
=no
24927 rm -f conftest.err conftest.
$ac_objext \
24928 conftest
$ac_exeext conftest.
$ac_ext
24929 LIBS
=$ac_check_lib_save_LIBS
24931 echo "$as_me:$LINENO: result: $ac_cv_lib_m_frexpf" >&5
24932 echo "${ECHO_T}$ac_cv_lib_m_frexpf" >&6
24933 if test $ac_cv_lib_m_frexpf = yes; then
24935 cat >>confdefs.h
<<\_ACEOF
24936 #define HAVE_FREXPF 1
24941 echo "$as_me:$LINENO: checking for frexp in -lm" >&5
24942 echo $ECHO_N "checking for frexp in -lm... $ECHO_C" >&6
24943 if test "${ac_cv_lib_m_frexp+set}" = set; then
24944 echo $ECHO_N "(cached) $ECHO_C" >&6
24946 ac_check_lib_save_LIBS
=$LIBS
24948 if test x
$gcc_no_link = xyes
; then
24949 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
24950 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
24951 { (exit 1); exit 1; }; }
24953 cat >conftest.
$ac_ext <<_ACEOF
24956 cat confdefs.h
>>conftest.
$ac_ext
24957 cat >>conftest.
$ac_ext <<_ACEOF
24958 /* end confdefs.h. */
24960 /* Override any gcc2 internal prototype to avoid an error. */
24964 /* We use char because int might match the return type of a gcc2
24965 builtin and then its argument prototype would still apply. */
24975 rm -f conftest.
$ac_objext conftest
$ac_exeext
24976 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
24977 (eval $ac_link) 2>conftest.er1
24979 grep -v '^ *+' conftest.er1
>conftest.err
24981 cat conftest.err
>&5
24982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24983 (exit $ac_status); } &&
24984 { ac_try
='test -z "$ac_c_werror_flag"
24985 || test ! -s conftest.err'
24986 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24987 (eval $ac_try) 2>&5
24989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24990 (exit $ac_status); }; } &&
24991 { ac_try
='test -s conftest$ac_exeext'
24992 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
24993 (eval $ac_try) 2>&5
24995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
24996 (exit $ac_status); }; }; then
24997 ac_cv_lib_m_frexp
=yes
24999 echo "$as_me: failed program was:" >&5
25000 sed 's/^/| /' conftest.
$ac_ext >&5
25002 ac_cv_lib_m_frexp
=no
25004 rm -f conftest.err conftest.
$ac_objext \
25005 conftest
$ac_exeext conftest.
$ac_ext
25006 LIBS
=$ac_check_lib_save_LIBS
25008 echo "$as_me:$LINENO: result: $ac_cv_lib_m_frexp" >&5
25009 echo "${ECHO_T}$ac_cv_lib_m_frexp" >&6
25010 if test $ac_cv_lib_m_frexp = yes; then
25012 cat >>confdefs.h
<<\_ACEOF
25013 #define HAVE_FREXP 1
25018 echo "$as_me:$LINENO: checking for frexpl in -lm" >&5
25019 echo $ECHO_N "checking for frexpl in -lm... $ECHO_C" >&6
25020 if test "${ac_cv_lib_m_frexpl+set}" = set; then
25021 echo $ECHO_N "(cached) $ECHO_C" >&6
25023 ac_check_lib_save_LIBS
=$LIBS
25025 if test x
$gcc_no_link = xyes
; then
25026 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
25027 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
25028 { (exit 1); exit 1; }; }
25030 cat >conftest.
$ac_ext <<_ACEOF
25033 cat confdefs.h
>>conftest.
$ac_ext
25034 cat >>conftest.
$ac_ext <<_ACEOF
25035 /* end confdefs.h. */
25037 /* Override any gcc2 internal prototype to avoid an error. */
25041 /* We use char because int might match the return type of a gcc2
25042 builtin and then its argument prototype would still apply. */
25052 rm -f conftest.
$ac_objext conftest
$ac_exeext
25053 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25054 (eval $ac_link) 2>conftest.er1
25056 grep -v '^ *+' conftest.er1
>conftest.err
25058 cat conftest.err
>&5
25059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25060 (exit $ac_status); } &&
25061 { ac_try
='test -z "$ac_c_werror_flag"
25062 || test ! -s conftest.err'
25063 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25064 (eval $ac_try) 2>&5
25066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25067 (exit $ac_status); }; } &&
25068 { ac_try
='test -s conftest$ac_exeext'
25069 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25070 (eval $ac_try) 2>&5
25072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25073 (exit $ac_status); }; }; then
25074 ac_cv_lib_m_frexpl
=yes
25076 echo "$as_me: failed program was:" >&5
25077 sed 's/^/| /' conftest.
$ac_ext >&5
25079 ac_cv_lib_m_frexpl
=no
25081 rm -f conftest.err conftest.
$ac_objext \
25082 conftest
$ac_exeext conftest.
$ac_ext
25083 LIBS
=$ac_check_lib_save_LIBS
25085 echo "$as_me:$LINENO: result: $ac_cv_lib_m_frexpl" >&5
25086 echo "${ECHO_T}$ac_cv_lib_m_frexpl" >&6
25087 if test $ac_cv_lib_m_frexpl = yes; then
25089 cat >>confdefs.h
<<\_ACEOF
25090 #define HAVE_FREXPL 1
25095 echo "$as_me:$LINENO: checking for hypotf in -lm" >&5
25096 echo $ECHO_N "checking for hypotf in -lm... $ECHO_C" >&6
25097 if test "${ac_cv_lib_m_hypotf+set}" = set; then
25098 echo $ECHO_N "(cached) $ECHO_C" >&6
25100 ac_check_lib_save_LIBS
=$LIBS
25102 if test x
$gcc_no_link = xyes
; then
25103 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
25104 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
25105 { (exit 1); exit 1; }; }
25107 cat >conftest.
$ac_ext <<_ACEOF
25110 cat confdefs.h
>>conftest.
$ac_ext
25111 cat >>conftest.
$ac_ext <<_ACEOF
25112 /* end confdefs.h. */
25114 /* Override any gcc2 internal prototype to avoid an error. */
25118 /* We use char because int might match the return type of a gcc2
25119 builtin and then its argument prototype would still apply. */
25129 rm -f conftest.
$ac_objext conftest
$ac_exeext
25130 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25131 (eval $ac_link) 2>conftest.er1
25133 grep -v '^ *+' conftest.er1
>conftest.err
25135 cat conftest.err
>&5
25136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25137 (exit $ac_status); } &&
25138 { ac_try
='test -z "$ac_c_werror_flag"
25139 || test ! -s conftest.err'
25140 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25141 (eval $ac_try) 2>&5
25143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25144 (exit $ac_status); }; } &&
25145 { ac_try
='test -s conftest$ac_exeext'
25146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25147 (eval $ac_try) 2>&5
25149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25150 (exit $ac_status); }; }; then
25151 ac_cv_lib_m_hypotf
=yes
25153 echo "$as_me: failed program was:" >&5
25154 sed 's/^/| /' conftest.
$ac_ext >&5
25156 ac_cv_lib_m_hypotf
=no
25158 rm -f conftest.err conftest.
$ac_objext \
25159 conftest
$ac_exeext conftest.
$ac_ext
25160 LIBS
=$ac_check_lib_save_LIBS
25162 echo "$as_me:$LINENO: result: $ac_cv_lib_m_hypotf" >&5
25163 echo "${ECHO_T}$ac_cv_lib_m_hypotf" >&6
25164 if test $ac_cv_lib_m_hypotf = yes; then
25166 cat >>confdefs.h
<<\_ACEOF
25167 #define HAVE_HYPOTF 1
25172 echo "$as_me:$LINENO: checking for hypot in -lm" >&5
25173 echo $ECHO_N "checking for hypot in -lm... $ECHO_C" >&6
25174 if test "${ac_cv_lib_m_hypot+set}" = set; then
25175 echo $ECHO_N "(cached) $ECHO_C" >&6
25177 ac_check_lib_save_LIBS
=$LIBS
25179 if test x
$gcc_no_link = xyes
; then
25180 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
25181 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
25182 { (exit 1); exit 1; }; }
25184 cat >conftest.
$ac_ext <<_ACEOF
25187 cat confdefs.h
>>conftest.
$ac_ext
25188 cat >>conftest.
$ac_ext <<_ACEOF
25189 /* end confdefs.h. */
25191 /* Override any gcc2 internal prototype to avoid an error. */
25195 /* We use char because int might match the return type of a gcc2
25196 builtin and then its argument prototype would still apply. */
25206 rm -f conftest.
$ac_objext conftest
$ac_exeext
25207 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25208 (eval $ac_link) 2>conftest.er1
25210 grep -v '^ *+' conftest.er1
>conftest.err
25212 cat conftest.err
>&5
25213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25214 (exit $ac_status); } &&
25215 { ac_try
='test -z "$ac_c_werror_flag"
25216 || test ! -s conftest.err'
25217 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25218 (eval $ac_try) 2>&5
25220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25221 (exit $ac_status); }; } &&
25222 { ac_try
='test -s conftest$ac_exeext'
25223 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25224 (eval $ac_try) 2>&5
25226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25227 (exit $ac_status); }; }; then
25228 ac_cv_lib_m_hypot
=yes
25230 echo "$as_me: failed program was:" >&5
25231 sed 's/^/| /' conftest.
$ac_ext >&5
25233 ac_cv_lib_m_hypot
=no
25235 rm -f conftest.err conftest.
$ac_objext \
25236 conftest
$ac_exeext conftest.
$ac_ext
25237 LIBS
=$ac_check_lib_save_LIBS
25239 echo "$as_me:$LINENO: result: $ac_cv_lib_m_hypot" >&5
25240 echo "${ECHO_T}$ac_cv_lib_m_hypot" >&6
25241 if test $ac_cv_lib_m_hypot = yes; then
25243 cat >>confdefs.h
<<\_ACEOF
25244 #define HAVE_HYPOT 1
25249 echo "$as_me:$LINENO: checking for hypotl in -lm" >&5
25250 echo $ECHO_N "checking for hypotl in -lm... $ECHO_C" >&6
25251 if test "${ac_cv_lib_m_hypotl+set}" = set; then
25252 echo $ECHO_N "(cached) $ECHO_C" >&6
25254 ac_check_lib_save_LIBS
=$LIBS
25256 if test x
$gcc_no_link = xyes
; then
25257 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
25258 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
25259 { (exit 1); exit 1; }; }
25261 cat >conftest.
$ac_ext <<_ACEOF
25264 cat confdefs.h
>>conftest.
$ac_ext
25265 cat >>conftest.
$ac_ext <<_ACEOF
25266 /* end confdefs.h. */
25268 /* Override any gcc2 internal prototype to avoid an error. */
25272 /* We use char because int might match the return type of a gcc2
25273 builtin and then its argument prototype would still apply. */
25283 rm -f conftest.
$ac_objext conftest
$ac_exeext
25284 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25285 (eval $ac_link) 2>conftest.er1
25287 grep -v '^ *+' conftest.er1
>conftest.err
25289 cat conftest.err
>&5
25290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25291 (exit $ac_status); } &&
25292 { ac_try
='test -z "$ac_c_werror_flag"
25293 || test ! -s conftest.err'
25294 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25295 (eval $ac_try) 2>&5
25297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25298 (exit $ac_status); }; } &&
25299 { ac_try
='test -s conftest$ac_exeext'
25300 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25301 (eval $ac_try) 2>&5
25303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25304 (exit $ac_status); }; }; then
25305 ac_cv_lib_m_hypotl
=yes
25307 echo "$as_me: failed program was:" >&5
25308 sed 's/^/| /' conftest.
$ac_ext >&5
25310 ac_cv_lib_m_hypotl
=no
25312 rm -f conftest.err conftest.
$ac_objext \
25313 conftest
$ac_exeext conftest.
$ac_ext
25314 LIBS
=$ac_check_lib_save_LIBS
25316 echo "$as_me:$LINENO: result: $ac_cv_lib_m_hypotl" >&5
25317 echo "${ECHO_T}$ac_cv_lib_m_hypotl" >&6
25318 if test $ac_cv_lib_m_hypotl = yes; then
25320 cat >>confdefs.h
<<\_ACEOF
25321 #define HAVE_HYPOTL 1
25326 echo "$as_me:$LINENO: checking for ldexpf in -lm" >&5
25327 echo $ECHO_N "checking for ldexpf in -lm... $ECHO_C" >&6
25328 if test "${ac_cv_lib_m_ldexpf+set}" = set; then
25329 echo $ECHO_N "(cached) $ECHO_C" >&6
25331 ac_check_lib_save_LIBS
=$LIBS
25333 if test x
$gcc_no_link = xyes
; then
25334 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
25335 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
25336 { (exit 1); exit 1; }; }
25338 cat >conftest.
$ac_ext <<_ACEOF
25341 cat confdefs.h
>>conftest.
$ac_ext
25342 cat >>conftest.
$ac_ext <<_ACEOF
25343 /* end confdefs.h. */
25345 /* Override any gcc2 internal prototype to avoid an error. */
25349 /* We use char because int might match the return type of a gcc2
25350 builtin and then its argument prototype would still apply. */
25360 rm -f conftest.
$ac_objext conftest
$ac_exeext
25361 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25362 (eval $ac_link) 2>conftest.er1
25364 grep -v '^ *+' conftest.er1
>conftest.err
25366 cat conftest.err
>&5
25367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25368 (exit $ac_status); } &&
25369 { ac_try
='test -z "$ac_c_werror_flag"
25370 || test ! -s conftest.err'
25371 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25372 (eval $ac_try) 2>&5
25374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25375 (exit $ac_status); }; } &&
25376 { ac_try
='test -s conftest$ac_exeext'
25377 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25378 (eval $ac_try) 2>&5
25380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25381 (exit $ac_status); }; }; then
25382 ac_cv_lib_m_ldexpf
=yes
25384 echo "$as_me: failed program was:" >&5
25385 sed 's/^/| /' conftest.
$ac_ext >&5
25387 ac_cv_lib_m_ldexpf
=no
25389 rm -f conftest.err conftest.
$ac_objext \
25390 conftest
$ac_exeext conftest.
$ac_ext
25391 LIBS
=$ac_check_lib_save_LIBS
25393 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ldexpf" >&5
25394 echo "${ECHO_T}$ac_cv_lib_m_ldexpf" >&6
25395 if test $ac_cv_lib_m_ldexpf = yes; then
25397 cat >>confdefs.h
<<\_ACEOF
25398 #define HAVE_LDEXPF 1
25403 echo "$as_me:$LINENO: checking for ldexp in -lm" >&5
25404 echo $ECHO_N "checking for ldexp in -lm... $ECHO_C" >&6
25405 if test "${ac_cv_lib_m_ldexp+set}" = set; then
25406 echo $ECHO_N "(cached) $ECHO_C" >&6
25408 ac_check_lib_save_LIBS
=$LIBS
25410 if test x
$gcc_no_link = xyes
; then
25411 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
25412 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
25413 { (exit 1); exit 1; }; }
25415 cat >conftest.
$ac_ext <<_ACEOF
25418 cat confdefs.h
>>conftest.
$ac_ext
25419 cat >>conftest.
$ac_ext <<_ACEOF
25420 /* end confdefs.h. */
25422 /* Override any gcc2 internal prototype to avoid an error. */
25426 /* We use char because int might match the return type of a gcc2
25427 builtin and then its argument prototype would still apply. */
25437 rm -f conftest.
$ac_objext conftest
$ac_exeext
25438 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25439 (eval $ac_link) 2>conftest.er1
25441 grep -v '^ *+' conftest.er1
>conftest.err
25443 cat conftest.err
>&5
25444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25445 (exit $ac_status); } &&
25446 { ac_try
='test -z "$ac_c_werror_flag"
25447 || test ! -s conftest.err'
25448 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25449 (eval $ac_try) 2>&5
25451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25452 (exit $ac_status); }; } &&
25453 { ac_try
='test -s conftest$ac_exeext'
25454 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25455 (eval $ac_try) 2>&5
25457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25458 (exit $ac_status); }; }; then
25459 ac_cv_lib_m_ldexp
=yes
25461 echo "$as_me: failed program was:" >&5
25462 sed 's/^/| /' conftest.
$ac_ext >&5
25464 ac_cv_lib_m_ldexp
=no
25466 rm -f conftest.err conftest.
$ac_objext \
25467 conftest
$ac_exeext conftest.
$ac_ext
25468 LIBS
=$ac_check_lib_save_LIBS
25470 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ldexp" >&5
25471 echo "${ECHO_T}$ac_cv_lib_m_ldexp" >&6
25472 if test $ac_cv_lib_m_ldexp = yes; then
25474 cat >>confdefs.h
<<\_ACEOF
25475 #define HAVE_LDEXP 1
25480 echo "$as_me:$LINENO: checking for ldexpl in -lm" >&5
25481 echo $ECHO_N "checking for ldexpl in -lm... $ECHO_C" >&6
25482 if test "${ac_cv_lib_m_ldexpl+set}" = set; then
25483 echo $ECHO_N "(cached) $ECHO_C" >&6
25485 ac_check_lib_save_LIBS
=$LIBS
25487 if test x
$gcc_no_link = xyes
; then
25488 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
25489 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
25490 { (exit 1); exit 1; }; }
25492 cat >conftest.
$ac_ext <<_ACEOF
25495 cat confdefs.h
>>conftest.
$ac_ext
25496 cat >>conftest.
$ac_ext <<_ACEOF
25497 /* end confdefs.h. */
25499 /* Override any gcc2 internal prototype to avoid an error. */
25503 /* We use char because int might match the return type of a gcc2
25504 builtin and then its argument prototype would still apply. */
25514 rm -f conftest.
$ac_objext conftest
$ac_exeext
25515 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25516 (eval $ac_link) 2>conftest.er1
25518 grep -v '^ *+' conftest.er1
>conftest.err
25520 cat conftest.err
>&5
25521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25522 (exit $ac_status); } &&
25523 { ac_try
='test -z "$ac_c_werror_flag"
25524 || test ! -s conftest.err'
25525 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25526 (eval $ac_try) 2>&5
25528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25529 (exit $ac_status); }; } &&
25530 { ac_try
='test -s conftest$ac_exeext'
25531 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25532 (eval $ac_try) 2>&5
25534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25535 (exit $ac_status); }; }; then
25536 ac_cv_lib_m_ldexpl
=yes
25538 echo "$as_me: failed program was:" >&5
25539 sed 's/^/| /' conftest.
$ac_ext >&5
25541 ac_cv_lib_m_ldexpl
=no
25543 rm -f conftest.err conftest.
$ac_objext \
25544 conftest
$ac_exeext conftest.
$ac_ext
25545 LIBS
=$ac_check_lib_save_LIBS
25547 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ldexpl" >&5
25548 echo "${ECHO_T}$ac_cv_lib_m_ldexpl" >&6
25549 if test $ac_cv_lib_m_ldexpl = yes; then
25551 cat >>confdefs.h
<<\_ACEOF
25552 #define HAVE_LDEXPL 1
25557 echo "$as_me:$LINENO: checking for logf in -lm" >&5
25558 echo $ECHO_N "checking for logf in -lm... $ECHO_C" >&6
25559 if test "${ac_cv_lib_m_logf+set}" = set; then
25560 echo $ECHO_N "(cached) $ECHO_C" >&6
25562 ac_check_lib_save_LIBS
=$LIBS
25564 if test x
$gcc_no_link = xyes
; then
25565 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
25566 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
25567 { (exit 1); exit 1; }; }
25569 cat >conftest.
$ac_ext <<_ACEOF
25572 cat confdefs.h
>>conftest.
$ac_ext
25573 cat >>conftest.
$ac_ext <<_ACEOF
25574 /* end confdefs.h. */
25576 /* Override any gcc2 internal prototype to avoid an error. */
25580 /* We use char because int might match the return type of a gcc2
25581 builtin and then its argument prototype would still apply. */
25591 rm -f conftest.
$ac_objext conftest
$ac_exeext
25592 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25593 (eval $ac_link) 2>conftest.er1
25595 grep -v '^ *+' conftest.er1
>conftest.err
25597 cat conftest.err
>&5
25598 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25599 (exit $ac_status); } &&
25600 { ac_try
='test -z "$ac_c_werror_flag"
25601 || test ! -s conftest.err'
25602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25603 (eval $ac_try) 2>&5
25605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25606 (exit $ac_status); }; } &&
25607 { ac_try
='test -s conftest$ac_exeext'
25608 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25609 (eval $ac_try) 2>&5
25611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25612 (exit $ac_status); }; }; then
25613 ac_cv_lib_m_logf
=yes
25615 echo "$as_me: failed program was:" >&5
25616 sed 's/^/| /' conftest.
$ac_ext >&5
25618 ac_cv_lib_m_logf
=no
25620 rm -f conftest.err conftest.
$ac_objext \
25621 conftest
$ac_exeext conftest.
$ac_ext
25622 LIBS
=$ac_check_lib_save_LIBS
25624 echo "$as_me:$LINENO: result: $ac_cv_lib_m_logf" >&5
25625 echo "${ECHO_T}$ac_cv_lib_m_logf" >&6
25626 if test $ac_cv_lib_m_logf = yes; then
25628 cat >>confdefs.h
<<\_ACEOF
25629 #define HAVE_LOGF 1
25634 echo "$as_me:$LINENO: checking for log in -lm" >&5
25635 echo $ECHO_N "checking for log in -lm... $ECHO_C" >&6
25636 if test "${ac_cv_lib_m_log+set}" = set; then
25637 echo $ECHO_N "(cached) $ECHO_C" >&6
25639 ac_check_lib_save_LIBS
=$LIBS
25641 if test x
$gcc_no_link = xyes
; then
25642 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
25643 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
25644 { (exit 1); exit 1; }; }
25646 cat >conftest.
$ac_ext <<_ACEOF
25649 cat confdefs.h
>>conftest.
$ac_ext
25650 cat >>conftest.
$ac_ext <<_ACEOF
25651 /* end confdefs.h. */
25653 /* Override any gcc2 internal prototype to avoid an error. */
25657 /* We use char because int might match the return type of a gcc2
25658 builtin and then its argument prototype would still apply. */
25668 rm -f conftest.
$ac_objext conftest
$ac_exeext
25669 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25670 (eval $ac_link) 2>conftest.er1
25672 grep -v '^ *+' conftest.er1
>conftest.err
25674 cat conftest.err
>&5
25675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25676 (exit $ac_status); } &&
25677 { ac_try
='test -z "$ac_c_werror_flag"
25678 || test ! -s conftest.err'
25679 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25680 (eval $ac_try) 2>&5
25682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25683 (exit $ac_status); }; } &&
25684 { ac_try
='test -s conftest$ac_exeext'
25685 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25686 (eval $ac_try) 2>&5
25688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25689 (exit $ac_status); }; }; then
25690 ac_cv_lib_m_log
=yes
25692 echo "$as_me: failed program was:" >&5
25693 sed 's/^/| /' conftest.
$ac_ext >&5
25697 rm -f conftest.err conftest.
$ac_objext \
25698 conftest
$ac_exeext conftest.
$ac_ext
25699 LIBS
=$ac_check_lib_save_LIBS
25701 echo "$as_me:$LINENO: result: $ac_cv_lib_m_log" >&5
25702 echo "${ECHO_T}$ac_cv_lib_m_log" >&6
25703 if test $ac_cv_lib_m_log = yes; then
25705 cat >>confdefs.h
<<\_ACEOF
25711 echo "$as_me:$LINENO: checking for logl in -lm" >&5
25712 echo $ECHO_N "checking for logl in -lm... $ECHO_C" >&6
25713 if test "${ac_cv_lib_m_logl+set}" = set; then
25714 echo $ECHO_N "(cached) $ECHO_C" >&6
25716 ac_check_lib_save_LIBS
=$LIBS
25718 if test x
$gcc_no_link = xyes
; then
25719 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
25720 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
25721 { (exit 1); exit 1; }; }
25723 cat >conftest.
$ac_ext <<_ACEOF
25726 cat confdefs.h
>>conftest.
$ac_ext
25727 cat >>conftest.
$ac_ext <<_ACEOF
25728 /* end confdefs.h. */
25730 /* Override any gcc2 internal prototype to avoid an error. */
25734 /* We use char because int might match the return type of a gcc2
25735 builtin and then its argument prototype would still apply. */
25745 rm -f conftest.
$ac_objext conftest
$ac_exeext
25746 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25747 (eval $ac_link) 2>conftest.er1
25749 grep -v '^ *+' conftest.er1
>conftest.err
25751 cat conftest.err
>&5
25752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25753 (exit $ac_status); } &&
25754 { ac_try
='test -z "$ac_c_werror_flag"
25755 || test ! -s conftest.err'
25756 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25757 (eval $ac_try) 2>&5
25759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25760 (exit $ac_status); }; } &&
25761 { ac_try
='test -s conftest$ac_exeext'
25762 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25763 (eval $ac_try) 2>&5
25765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25766 (exit $ac_status); }; }; then
25767 ac_cv_lib_m_logl
=yes
25769 echo "$as_me: failed program was:" >&5
25770 sed 's/^/| /' conftest.
$ac_ext >&5
25772 ac_cv_lib_m_logl
=no
25774 rm -f conftest.err conftest.
$ac_objext \
25775 conftest
$ac_exeext conftest.
$ac_ext
25776 LIBS
=$ac_check_lib_save_LIBS
25778 echo "$as_me:$LINENO: result: $ac_cv_lib_m_logl" >&5
25779 echo "${ECHO_T}$ac_cv_lib_m_logl" >&6
25780 if test $ac_cv_lib_m_logl = yes; then
25782 cat >>confdefs.h
<<\_ACEOF
25783 #define HAVE_LOGL 1
25788 echo "$as_me:$LINENO: checking for clogf in -lm" >&5
25789 echo $ECHO_N "checking for clogf in -lm... $ECHO_C" >&6
25790 if test "${ac_cv_lib_m_clogf+set}" = set; then
25791 echo $ECHO_N "(cached) $ECHO_C" >&6
25793 ac_check_lib_save_LIBS
=$LIBS
25795 if test x
$gcc_no_link = xyes
; then
25796 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
25797 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
25798 { (exit 1); exit 1; }; }
25800 cat >conftest.
$ac_ext <<_ACEOF
25803 cat confdefs.h
>>conftest.
$ac_ext
25804 cat >>conftest.
$ac_ext <<_ACEOF
25805 /* end confdefs.h. */
25807 /* Override any gcc2 internal prototype to avoid an error. */
25811 /* We use char because int might match the return type of a gcc2
25812 builtin and then its argument prototype would still apply. */
25822 rm -f conftest.
$ac_objext conftest
$ac_exeext
25823 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25824 (eval $ac_link) 2>conftest.er1
25826 grep -v '^ *+' conftest.er1
>conftest.err
25828 cat conftest.err
>&5
25829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25830 (exit $ac_status); } &&
25831 { ac_try
='test -z "$ac_c_werror_flag"
25832 || test ! -s conftest.err'
25833 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25834 (eval $ac_try) 2>&5
25836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25837 (exit $ac_status); }; } &&
25838 { ac_try
='test -s conftest$ac_exeext'
25839 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25840 (eval $ac_try) 2>&5
25842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25843 (exit $ac_status); }; }; then
25844 ac_cv_lib_m_clogf
=yes
25846 echo "$as_me: failed program was:" >&5
25847 sed 's/^/| /' conftest.
$ac_ext >&5
25849 ac_cv_lib_m_clogf
=no
25851 rm -f conftest.err conftest.
$ac_objext \
25852 conftest
$ac_exeext conftest.
$ac_ext
25853 LIBS
=$ac_check_lib_save_LIBS
25855 echo "$as_me:$LINENO: result: $ac_cv_lib_m_clogf" >&5
25856 echo "${ECHO_T}$ac_cv_lib_m_clogf" >&6
25857 if test $ac_cv_lib_m_clogf = yes; then
25859 cat >>confdefs.h
<<\_ACEOF
25860 #define HAVE_CLOGF 1
25865 echo "$as_me:$LINENO: checking for clog in -lm" >&5
25866 echo $ECHO_N "checking for clog in -lm... $ECHO_C" >&6
25867 if test "${ac_cv_lib_m_clog+set}" = set; then
25868 echo $ECHO_N "(cached) $ECHO_C" >&6
25870 ac_check_lib_save_LIBS
=$LIBS
25872 if test x
$gcc_no_link = xyes
; then
25873 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
25874 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
25875 { (exit 1); exit 1; }; }
25877 cat >conftest.
$ac_ext <<_ACEOF
25880 cat confdefs.h
>>conftest.
$ac_ext
25881 cat >>conftest.
$ac_ext <<_ACEOF
25882 /* end confdefs.h. */
25884 /* Override any gcc2 internal prototype to avoid an error. */
25888 /* We use char because int might match the return type of a gcc2
25889 builtin and then its argument prototype would still apply. */
25899 rm -f conftest.
$ac_objext conftest
$ac_exeext
25900 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25901 (eval $ac_link) 2>conftest.er1
25903 grep -v '^ *+' conftest.er1
>conftest.err
25905 cat conftest.err
>&5
25906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25907 (exit $ac_status); } &&
25908 { ac_try
='test -z "$ac_c_werror_flag"
25909 || test ! -s conftest.err'
25910 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25911 (eval $ac_try) 2>&5
25913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25914 (exit $ac_status); }; } &&
25915 { ac_try
='test -s conftest$ac_exeext'
25916 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25917 (eval $ac_try) 2>&5
25919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25920 (exit $ac_status); }; }; then
25921 ac_cv_lib_m_clog
=yes
25923 echo "$as_me: failed program was:" >&5
25924 sed 's/^/| /' conftest.
$ac_ext >&5
25926 ac_cv_lib_m_clog
=no
25928 rm -f conftest.err conftest.
$ac_objext \
25929 conftest
$ac_exeext conftest.
$ac_ext
25930 LIBS
=$ac_check_lib_save_LIBS
25932 echo "$as_me:$LINENO: result: $ac_cv_lib_m_clog" >&5
25933 echo "${ECHO_T}$ac_cv_lib_m_clog" >&6
25934 if test $ac_cv_lib_m_clog = yes; then
25936 cat >>confdefs.h
<<\_ACEOF
25937 #define HAVE_CLOG 1
25942 echo "$as_me:$LINENO: checking for clogl in -lm" >&5
25943 echo $ECHO_N "checking for clogl in -lm... $ECHO_C" >&6
25944 if test "${ac_cv_lib_m_clogl+set}" = set; then
25945 echo $ECHO_N "(cached) $ECHO_C" >&6
25947 ac_check_lib_save_LIBS
=$LIBS
25949 if test x
$gcc_no_link = xyes
; then
25950 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
25951 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
25952 { (exit 1); exit 1; }; }
25954 cat >conftest.
$ac_ext <<_ACEOF
25957 cat confdefs.h
>>conftest.
$ac_ext
25958 cat >>conftest.
$ac_ext <<_ACEOF
25959 /* end confdefs.h. */
25961 /* Override any gcc2 internal prototype to avoid an error. */
25965 /* We use char because int might match the return type of a gcc2
25966 builtin and then its argument prototype would still apply. */
25976 rm -f conftest.
$ac_objext conftest
$ac_exeext
25977 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
25978 (eval $ac_link) 2>conftest.er1
25980 grep -v '^ *+' conftest.er1
>conftest.err
25982 cat conftest.err
>&5
25983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25984 (exit $ac_status); } &&
25985 { ac_try
='test -z "$ac_c_werror_flag"
25986 || test ! -s conftest.err'
25987 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25988 (eval $ac_try) 2>&5
25990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25991 (exit $ac_status); }; } &&
25992 { ac_try
='test -s conftest$ac_exeext'
25993 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
25994 (eval $ac_try) 2>&5
25996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
25997 (exit $ac_status); }; }; then
25998 ac_cv_lib_m_clogl
=yes
26000 echo "$as_me: failed program was:" >&5
26001 sed 's/^/| /' conftest.
$ac_ext >&5
26003 ac_cv_lib_m_clogl
=no
26005 rm -f conftest.err conftest.
$ac_objext \
26006 conftest
$ac_exeext conftest.
$ac_ext
26007 LIBS
=$ac_check_lib_save_LIBS
26009 echo "$as_me:$LINENO: result: $ac_cv_lib_m_clogl" >&5
26010 echo "${ECHO_T}$ac_cv_lib_m_clogl" >&6
26011 if test $ac_cv_lib_m_clogl = yes; then
26013 cat >>confdefs.h
<<\_ACEOF
26014 #define HAVE_CLOGL 1
26019 echo "$as_me:$LINENO: checking for log10f in -lm" >&5
26020 echo $ECHO_N "checking for log10f in -lm... $ECHO_C" >&6
26021 if test "${ac_cv_lib_m_log10f+set}" = set; then
26022 echo $ECHO_N "(cached) $ECHO_C" >&6
26024 ac_check_lib_save_LIBS
=$LIBS
26026 if test x
$gcc_no_link = xyes
; then
26027 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
26028 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
26029 { (exit 1); exit 1; }; }
26031 cat >conftest.
$ac_ext <<_ACEOF
26034 cat confdefs.h
>>conftest.
$ac_ext
26035 cat >>conftest.
$ac_ext <<_ACEOF
26036 /* end confdefs.h. */
26038 /* Override any gcc2 internal prototype to avoid an error. */
26042 /* We use char because int might match the return type of a gcc2
26043 builtin and then its argument prototype would still apply. */
26053 rm -f conftest.
$ac_objext conftest
$ac_exeext
26054 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26055 (eval $ac_link) 2>conftest.er1
26057 grep -v '^ *+' conftest.er1
>conftest.err
26059 cat conftest.err
>&5
26060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26061 (exit $ac_status); } &&
26062 { ac_try
='test -z "$ac_c_werror_flag"
26063 || test ! -s conftest.err'
26064 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26065 (eval $ac_try) 2>&5
26067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26068 (exit $ac_status); }; } &&
26069 { ac_try
='test -s conftest$ac_exeext'
26070 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26071 (eval $ac_try) 2>&5
26073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26074 (exit $ac_status); }; }; then
26075 ac_cv_lib_m_log10f
=yes
26077 echo "$as_me: failed program was:" >&5
26078 sed 's/^/| /' conftest.
$ac_ext >&5
26080 ac_cv_lib_m_log10f
=no
26082 rm -f conftest.err conftest.
$ac_objext \
26083 conftest
$ac_exeext conftest.
$ac_ext
26084 LIBS
=$ac_check_lib_save_LIBS
26086 echo "$as_me:$LINENO: result: $ac_cv_lib_m_log10f" >&5
26087 echo "${ECHO_T}$ac_cv_lib_m_log10f" >&6
26088 if test $ac_cv_lib_m_log10f = yes; then
26090 cat >>confdefs.h
<<\_ACEOF
26091 #define HAVE_LOG10F 1
26096 echo "$as_me:$LINENO: checking for log10 in -lm" >&5
26097 echo $ECHO_N "checking for log10 in -lm... $ECHO_C" >&6
26098 if test "${ac_cv_lib_m_log10+set}" = set; then
26099 echo $ECHO_N "(cached) $ECHO_C" >&6
26101 ac_check_lib_save_LIBS
=$LIBS
26103 if test x
$gcc_no_link = xyes
; then
26104 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
26105 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
26106 { (exit 1); exit 1; }; }
26108 cat >conftest.
$ac_ext <<_ACEOF
26111 cat confdefs.h
>>conftest.
$ac_ext
26112 cat >>conftest.
$ac_ext <<_ACEOF
26113 /* end confdefs.h. */
26115 /* Override any gcc2 internal prototype to avoid an error. */
26119 /* We use char because int might match the return type of a gcc2
26120 builtin and then its argument prototype would still apply. */
26130 rm -f conftest.
$ac_objext conftest
$ac_exeext
26131 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26132 (eval $ac_link) 2>conftest.er1
26134 grep -v '^ *+' conftest.er1
>conftest.err
26136 cat conftest.err
>&5
26137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26138 (exit $ac_status); } &&
26139 { ac_try
='test -z "$ac_c_werror_flag"
26140 || test ! -s conftest.err'
26141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26142 (eval $ac_try) 2>&5
26144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26145 (exit $ac_status); }; } &&
26146 { ac_try
='test -s conftest$ac_exeext'
26147 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26148 (eval $ac_try) 2>&5
26150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26151 (exit $ac_status); }; }; then
26152 ac_cv_lib_m_log10
=yes
26154 echo "$as_me: failed program was:" >&5
26155 sed 's/^/| /' conftest.
$ac_ext >&5
26157 ac_cv_lib_m_log10
=no
26159 rm -f conftest.err conftest.
$ac_objext \
26160 conftest
$ac_exeext conftest.
$ac_ext
26161 LIBS
=$ac_check_lib_save_LIBS
26163 echo "$as_me:$LINENO: result: $ac_cv_lib_m_log10" >&5
26164 echo "${ECHO_T}$ac_cv_lib_m_log10" >&6
26165 if test $ac_cv_lib_m_log10 = yes; then
26167 cat >>confdefs.h
<<\_ACEOF
26168 #define HAVE_LOG10 1
26173 echo "$as_me:$LINENO: checking for log10l in -lm" >&5
26174 echo $ECHO_N "checking for log10l in -lm... $ECHO_C" >&6
26175 if test "${ac_cv_lib_m_log10l+set}" = set; then
26176 echo $ECHO_N "(cached) $ECHO_C" >&6
26178 ac_check_lib_save_LIBS
=$LIBS
26180 if test x
$gcc_no_link = xyes
; then
26181 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
26182 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
26183 { (exit 1); exit 1; }; }
26185 cat >conftest.
$ac_ext <<_ACEOF
26188 cat confdefs.h
>>conftest.
$ac_ext
26189 cat >>conftest.
$ac_ext <<_ACEOF
26190 /* end confdefs.h. */
26192 /* Override any gcc2 internal prototype to avoid an error. */
26196 /* We use char because int might match the return type of a gcc2
26197 builtin and then its argument prototype would still apply. */
26207 rm -f conftest.
$ac_objext conftest
$ac_exeext
26208 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26209 (eval $ac_link) 2>conftest.er1
26211 grep -v '^ *+' conftest.er1
>conftest.err
26213 cat conftest.err
>&5
26214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26215 (exit $ac_status); } &&
26216 { ac_try
='test -z "$ac_c_werror_flag"
26217 || test ! -s conftest.err'
26218 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26219 (eval $ac_try) 2>&5
26221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26222 (exit $ac_status); }; } &&
26223 { ac_try
='test -s conftest$ac_exeext'
26224 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26225 (eval $ac_try) 2>&5
26227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26228 (exit $ac_status); }; }; then
26229 ac_cv_lib_m_log10l
=yes
26231 echo "$as_me: failed program was:" >&5
26232 sed 's/^/| /' conftest.
$ac_ext >&5
26234 ac_cv_lib_m_log10l
=no
26236 rm -f conftest.err conftest.
$ac_objext \
26237 conftest
$ac_exeext conftest.
$ac_ext
26238 LIBS
=$ac_check_lib_save_LIBS
26240 echo "$as_me:$LINENO: result: $ac_cv_lib_m_log10l" >&5
26241 echo "${ECHO_T}$ac_cv_lib_m_log10l" >&6
26242 if test $ac_cv_lib_m_log10l = yes; then
26244 cat >>confdefs.h
<<\_ACEOF
26245 #define HAVE_LOG10L 1
26250 echo "$as_me:$LINENO: checking for clog10f in -lm" >&5
26251 echo $ECHO_N "checking for clog10f in -lm... $ECHO_C" >&6
26252 if test "${ac_cv_lib_m_clog10f+set}" = set; then
26253 echo $ECHO_N "(cached) $ECHO_C" >&6
26255 ac_check_lib_save_LIBS
=$LIBS
26257 if test x
$gcc_no_link = xyes
; then
26258 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
26259 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
26260 { (exit 1); exit 1; }; }
26262 cat >conftest.
$ac_ext <<_ACEOF
26265 cat confdefs.h
>>conftest.
$ac_ext
26266 cat >>conftest.
$ac_ext <<_ACEOF
26267 /* end confdefs.h. */
26269 /* Override any gcc2 internal prototype to avoid an error. */
26273 /* We use char because int might match the return type of a gcc2
26274 builtin and then its argument prototype would still apply. */
26284 rm -f conftest.
$ac_objext conftest
$ac_exeext
26285 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26286 (eval $ac_link) 2>conftest.er1
26288 grep -v '^ *+' conftest.er1
>conftest.err
26290 cat conftest.err
>&5
26291 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26292 (exit $ac_status); } &&
26293 { ac_try
='test -z "$ac_c_werror_flag"
26294 || test ! -s conftest.err'
26295 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26296 (eval $ac_try) 2>&5
26298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26299 (exit $ac_status); }; } &&
26300 { ac_try
='test -s conftest$ac_exeext'
26301 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26302 (eval $ac_try) 2>&5
26304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26305 (exit $ac_status); }; }; then
26306 ac_cv_lib_m_clog10f
=yes
26308 echo "$as_me: failed program was:" >&5
26309 sed 's/^/| /' conftest.
$ac_ext >&5
26311 ac_cv_lib_m_clog10f
=no
26313 rm -f conftest.err conftest.
$ac_objext \
26314 conftest
$ac_exeext conftest.
$ac_ext
26315 LIBS
=$ac_check_lib_save_LIBS
26317 echo "$as_me:$LINENO: result: $ac_cv_lib_m_clog10f" >&5
26318 echo "${ECHO_T}$ac_cv_lib_m_clog10f" >&6
26319 if test $ac_cv_lib_m_clog10f = yes; then
26321 cat >>confdefs.h
<<\_ACEOF
26322 #define HAVE_CLOG10F 1
26327 echo "$as_me:$LINENO: checking for clog10 in -lm" >&5
26328 echo $ECHO_N "checking for clog10 in -lm... $ECHO_C" >&6
26329 if test "${ac_cv_lib_m_clog10+set}" = set; then
26330 echo $ECHO_N "(cached) $ECHO_C" >&6
26332 ac_check_lib_save_LIBS
=$LIBS
26334 if test x
$gcc_no_link = xyes
; then
26335 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
26336 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
26337 { (exit 1); exit 1; }; }
26339 cat >conftest.
$ac_ext <<_ACEOF
26342 cat confdefs.h
>>conftest.
$ac_ext
26343 cat >>conftest.
$ac_ext <<_ACEOF
26344 /* end confdefs.h. */
26346 /* Override any gcc2 internal prototype to avoid an error. */
26350 /* We use char because int might match the return type of a gcc2
26351 builtin and then its argument prototype would still apply. */
26361 rm -f conftest.
$ac_objext conftest
$ac_exeext
26362 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26363 (eval $ac_link) 2>conftest.er1
26365 grep -v '^ *+' conftest.er1
>conftest.err
26367 cat conftest.err
>&5
26368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26369 (exit $ac_status); } &&
26370 { ac_try
='test -z "$ac_c_werror_flag"
26371 || test ! -s conftest.err'
26372 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26373 (eval $ac_try) 2>&5
26375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26376 (exit $ac_status); }; } &&
26377 { ac_try
='test -s conftest$ac_exeext'
26378 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26379 (eval $ac_try) 2>&5
26381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26382 (exit $ac_status); }; }; then
26383 ac_cv_lib_m_clog10
=yes
26385 echo "$as_me: failed program was:" >&5
26386 sed 's/^/| /' conftest.
$ac_ext >&5
26388 ac_cv_lib_m_clog10
=no
26390 rm -f conftest.err conftest.
$ac_objext \
26391 conftest
$ac_exeext conftest.
$ac_ext
26392 LIBS
=$ac_check_lib_save_LIBS
26394 echo "$as_me:$LINENO: result: $ac_cv_lib_m_clog10" >&5
26395 echo "${ECHO_T}$ac_cv_lib_m_clog10" >&6
26396 if test $ac_cv_lib_m_clog10 = yes; then
26398 cat >>confdefs.h
<<\_ACEOF
26399 #define HAVE_CLOG10 1
26404 echo "$as_me:$LINENO: checking for clog10l in -lm" >&5
26405 echo $ECHO_N "checking for clog10l in -lm... $ECHO_C" >&6
26406 if test "${ac_cv_lib_m_clog10l+set}" = set; then
26407 echo $ECHO_N "(cached) $ECHO_C" >&6
26409 ac_check_lib_save_LIBS
=$LIBS
26411 if test x
$gcc_no_link = xyes
; then
26412 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
26413 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
26414 { (exit 1); exit 1; }; }
26416 cat >conftest.
$ac_ext <<_ACEOF
26419 cat confdefs.h
>>conftest.
$ac_ext
26420 cat >>conftest.
$ac_ext <<_ACEOF
26421 /* end confdefs.h. */
26423 /* Override any gcc2 internal prototype to avoid an error. */
26427 /* We use char because int might match the return type of a gcc2
26428 builtin and then its argument prototype would still apply. */
26438 rm -f conftest.
$ac_objext conftest
$ac_exeext
26439 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26440 (eval $ac_link) 2>conftest.er1
26442 grep -v '^ *+' conftest.er1
>conftest.err
26444 cat conftest.err
>&5
26445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26446 (exit $ac_status); } &&
26447 { ac_try
='test -z "$ac_c_werror_flag"
26448 || test ! -s conftest.err'
26449 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26450 (eval $ac_try) 2>&5
26452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26453 (exit $ac_status); }; } &&
26454 { ac_try
='test -s conftest$ac_exeext'
26455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26456 (eval $ac_try) 2>&5
26458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26459 (exit $ac_status); }; }; then
26460 ac_cv_lib_m_clog10l
=yes
26462 echo "$as_me: failed program was:" >&5
26463 sed 's/^/| /' conftest.
$ac_ext >&5
26465 ac_cv_lib_m_clog10l
=no
26467 rm -f conftest.err conftest.
$ac_objext \
26468 conftest
$ac_exeext conftest.
$ac_ext
26469 LIBS
=$ac_check_lib_save_LIBS
26471 echo "$as_me:$LINENO: result: $ac_cv_lib_m_clog10l" >&5
26472 echo "${ECHO_T}$ac_cv_lib_m_clog10l" >&6
26473 if test $ac_cv_lib_m_clog10l = yes; then
26475 cat >>confdefs.h
<<\_ACEOF
26476 #define HAVE_CLOG10L 1
26481 echo "$as_me:$LINENO: checking for nextafterf in -lm" >&5
26482 echo $ECHO_N "checking for nextafterf in -lm... $ECHO_C" >&6
26483 if test "${ac_cv_lib_m_nextafterf+set}" = set; then
26484 echo $ECHO_N "(cached) $ECHO_C" >&6
26486 ac_check_lib_save_LIBS
=$LIBS
26488 if test x
$gcc_no_link = xyes
; then
26489 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
26490 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
26491 { (exit 1); exit 1; }; }
26493 cat >conftest.
$ac_ext <<_ACEOF
26496 cat confdefs.h
>>conftest.
$ac_ext
26497 cat >>conftest.
$ac_ext <<_ACEOF
26498 /* end confdefs.h. */
26500 /* Override any gcc2 internal prototype to avoid an error. */
26504 /* We use char because int might match the return type of a gcc2
26505 builtin and then its argument prototype would still apply. */
26506 char nextafterf ();
26515 rm -f conftest.
$ac_objext conftest
$ac_exeext
26516 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26517 (eval $ac_link) 2>conftest.er1
26519 grep -v '^ *+' conftest.er1
>conftest.err
26521 cat conftest.err
>&5
26522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26523 (exit $ac_status); } &&
26524 { ac_try
='test -z "$ac_c_werror_flag"
26525 || test ! -s conftest.err'
26526 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26527 (eval $ac_try) 2>&5
26529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26530 (exit $ac_status); }; } &&
26531 { ac_try
='test -s conftest$ac_exeext'
26532 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26533 (eval $ac_try) 2>&5
26535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26536 (exit $ac_status); }; }; then
26537 ac_cv_lib_m_nextafterf
=yes
26539 echo "$as_me: failed program was:" >&5
26540 sed 's/^/| /' conftest.
$ac_ext >&5
26542 ac_cv_lib_m_nextafterf
=no
26544 rm -f conftest.err conftest.
$ac_objext \
26545 conftest
$ac_exeext conftest.
$ac_ext
26546 LIBS
=$ac_check_lib_save_LIBS
26548 echo "$as_me:$LINENO: result: $ac_cv_lib_m_nextafterf" >&5
26549 echo "${ECHO_T}$ac_cv_lib_m_nextafterf" >&6
26550 if test $ac_cv_lib_m_nextafterf = yes; then
26552 cat >>confdefs.h
<<\_ACEOF
26553 #define HAVE_NEXTAFTERF 1
26558 echo "$as_me:$LINENO: checking for nextafter in -lm" >&5
26559 echo $ECHO_N "checking for nextafter in -lm... $ECHO_C" >&6
26560 if test "${ac_cv_lib_m_nextafter+set}" = set; then
26561 echo $ECHO_N "(cached) $ECHO_C" >&6
26563 ac_check_lib_save_LIBS
=$LIBS
26565 if test x
$gcc_no_link = xyes
; then
26566 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
26567 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
26568 { (exit 1); exit 1; }; }
26570 cat >conftest.
$ac_ext <<_ACEOF
26573 cat confdefs.h
>>conftest.
$ac_ext
26574 cat >>conftest.
$ac_ext <<_ACEOF
26575 /* end confdefs.h. */
26577 /* Override any gcc2 internal prototype to avoid an error. */
26581 /* We use char because int might match the return type of a gcc2
26582 builtin and then its argument prototype would still apply. */
26592 rm -f conftest.
$ac_objext conftest
$ac_exeext
26593 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26594 (eval $ac_link) 2>conftest.er1
26596 grep -v '^ *+' conftest.er1
>conftest.err
26598 cat conftest.err
>&5
26599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26600 (exit $ac_status); } &&
26601 { ac_try
='test -z "$ac_c_werror_flag"
26602 || test ! -s conftest.err'
26603 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26604 (eval $ac_try) 2>&5
26606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26607 (exit $ac_status); }; } &&
26608 { ac_try
='test -s conftest$ac_exeext'
26609 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26610 (eval $ac_try) 2>&5
26612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26613 (exit $ac_status); }; }; then
26614 ac_cv_lib_m_nextafter
=yes
26616 echo "$as_me: failed program was:" >&5
26617 sed 's/^/| /' conftest.
$ac_ext >&5
26619 ac_cv_lib_m_nextafter
=no
26621 rm -f conftest.err conftest.
$ac_objext \
26622 conftest
$ac_exeext conftest.
$ac_ext
26623 LIBS
=$ac_check_lib_save_LIBS
26625 echo "$as_me:$LINENO: result: $ac_cv_lib_m_nextafter" >&5
26626 echo "${ECHO_T}$ac_cv_lib_m_nextafter" >&6
26627 if test $ac_cv_lib_m_nextafter = yes; then
26629 cat >>confdefs.h
<<\_ACEOF
26630 #define HAVE_NEXTAFTER 1
26635 echo "$as_me:$LINENO: checking for nextafterl in -lm" >&5
26636 echo $ECHO_N "checking for nextafterl in -lm... $ECHO_C" >&6
26637 if test "${ac_cv_lib_m_nextafterl+set}" = set; then
26638 echo $ECHO_N "(cached) $ECHO_C" >&6
26640 ac_check_lib_save_LIBS
=$LIBS
26642 if test x
$gcc_no_link = xyes
; then
26643 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
26644 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
26645 { (exit 1); exit 1; }; }
26647 cat >conftest.
$ac_ext <<_ACEOF
26650 cat confdefs.h
>>conftest.
$ac_ext
26651 cat >>conftest.
$ac_ext <<_ACEOF
26652 /* end confdefs.h. */
26654 /* Override any gcc2 internal prototype to avoid an error. */
26658 /* We use char because int might match the return type of a gcc2
26659 builtin and then its argument prototype would still apply. */
26660 char nextafterl ();
26669 rm -f conftest.
$ac_objext conftest
$ac_exeext
26670 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26671 (eval $ac_link) 2>conftest.er1
26673 grep -v '^ *+' conftest.er1
>conftest.err
26675 cat conftest.err
>&5
26676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26677 (exit $ac_status); } &&
26678 { ac_try
='test -z "$ac_c_werror_flag"
26679 || test ! -s conftest.err'
26680 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26681 (eval $ac_try) 2>&5
26683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26684 (exit $ac_status); }; } &&
26685 { ac_try
='test -s conftest$ac_exeext'
26686 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26687 (eval $ac_try) 2>&5
26689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26690 (exit $ac_status); }; }; then
26691 ac_cv_lib_m_nextafterl
=yes
26693 echo "$as_me: failed program was:" >&5
26694 sed 's/^/| /' conftest.
$ac_ext >&5
26696 ac_cv_lib_m_nextafterl
=no
26698 rm -f conftest.err conftest.
$ac_objext \
26699 conftest
$ac_exeext conftest.
$ac_ext
26700 LIBS
=$ac_check_lib_save_LIBS
26702 echo "$as_me:$LINENO: result: $ac_cv_lib_m_nextafterl" >&5
26703 echo "${ECHO_T}$ac_cv_lib_m_nextafterl" >&6
26704 if test $ac_cv_lib_m_nextafterl = yes; then
26706 cat >>confdefs.h
<<\_ACEOF
26707 #define HAVE_NEXTAFTERL 1
26712 echo "$as_me:$LINENO: checking for powf in -lm" >&5
26713 echo $ECHO_N "checking for powf in -lm... $ECHO_C" >&6
26714 if test "${ac_cv_lib_m_powf+set}" = set; then
26715 echo $ECHO_N "(cached) $ECHO_C" >&6
26717 ac_check_lib_save_LIBS
=$LIBS
26719 if test x
$gcc_no_link = xyes
; then
26720 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
26721 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
26722 { (exit 1); exit 1; }; }
26724 cat >conftest.
$ac_ext <<_ACEOF
26727 cat confdefs.h
>>conftest.
$ac_ext
26728 cat >>conftest.
$ac_ext <<_ACEOF
26729 /* end confdefs.h. */
26731 /* Override any gcc2 internal prototype to avoid an error. */
26735 /* We use char because int might match the return type of a gcc2
26736 builtin and then its argument prototype would still apply. */
26746 rm -f conftest.
$ac_objext conftest
$ac_exeext
26747 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26748 (eval $ac_link) 2>conftest.er1
26750 grep -v '^ *+' conftest.er1
>conftest.err
26752 cat conftest.err
>&5
26753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26754 (exit $ac_status); } &&
26755 { ac_try
='test -z "$ac_c_werror_flag"
26756 || test ! -s conftest.err'
26757 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26758 (eval $ac_try) 2>&5
26760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26761 (exit $ac_status); }; } &&
26762 { ac_try
='test -s conftest$ac_exeext'
26763 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26764 (eval $ac_try) 2>&5
26766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26767 (exit $ac_status); }; }; then
26768 ac_cv_lib_m_powf
=yes
26770 echo "$as_me: failed program was:" >&5
26771 sed 's/^/| /' conftest.
$ac_ext >&5
26773 ac_cv_lib_m_powf
=no
26775 rm -f conftest.err conftest.
$ac_objext \
26776 conftest
$ac_exeext conftest.
$ac_ext
26777 LIBS
=$ac_check_lib_save_LIBS
26779 echo "$as_me:$LINENO: result: $ac_cv_lib_m_powf" >&5
26780 echo "${ECHO_T}$ac_cv_lib_m_powf" >&6
26781 if test $ac_cv_lib_m_powf = yes; then
26783 cat >>confdefs.h
<<\_ACEOF
26784 #define HAVE_POWF 1
26789 echo "$as_me:$LINENO: checking for pow in -lm" >&5
26790 echo $ECHO_N "checking for pow in -lm... $ECHO_C" >&6
26791 if test "${ac_cv_lib_m_pow+set}" = set; then
26792 echo $ECHO_N "(cached) $ECHO_C" >&6
26794 ac_check_lib_save_LIBS
=$LIBS
26796 if test x
$gcc_no_link = xyes
; then
26797 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
26798 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
26799 { (exit 1); exit 1; }; }
26801 cat >conftest.
$ac_ext <<_ACEOF
26804 cat confdefs.h
>>conftest.
$ac_ext
26805 cat >>conftest.
$ac_ext <<_ACEOF
26806 /* end confdefs.h. */
26808 /* Override any gcc2 internal prototype to avoid an error. */
26812 /* We use char because int might match the return type of a gcc2
26813 builtin and then its argument prototype would still apply. */
26823 rm -f conftest.
$ac_objext conftest
$ac_exeext
26824 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26825 (eval $ac_link) 2>conftest.er1
26827 grep -v '^ *+' conftest.er1
>conftest.err
26829 cat conftest.err
>&5
26830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26831 (exit $ac_status); } &&
26832 { ac_try
='test -z "$ac_c_werror_flag"
26833 || test ! -s conftest.err'
26834 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26835 (eval $ac_try) 2>&5
26837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26838 (exit $ac_status); }; } &&
26839 { ac_try
='test -s conftest$ac_exeext'
26840 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26841 (eval $ac_try) 2>&5
26843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26844 (exit $ac_status); }; }; then
26845 ac_cv_lib_m_pow
=yes
26847 echo "$as_me: failed program was:" >&5
26848 sed 's/^/| /' conftest.
$ac_ext >&5
26852 rm -f conftest.err conftest.
$ac_objext \
26853 conftest
$ac_exeext conftest.
$ac_ext
26854 LIBS
=$ac_check_lib_save_LIBS
26856 echo "$as_me:$LINENO: result: $ac_cv_lib_m_pow" >&5
26857 echo "${ECHO_T}$ac_cv_lib_m_pow" >&6
26858 if test $ac_cv_lib_m_pow = yes; then
26860 cat >>confdefs.h
<<\_ACEOF
26866 echo "$as_me:$LINENO: checking for powl in -lm" >&5
26867 echo $ECHO_N "checking for powl in -lm... $ECHO_C" >&6
26868 if test "${ac_cv_lib_m_powl+set}" = set; then
26869 echo $ECHO_N "(cached) $ECHO_C" >&6
26871 ac_check_lib_save_LIBS
=$LIBS
26873 if test x
$gcc_no_link = xyes
; then
26874 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
26875 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
26876 { (exit 1); exit 1; }; }
26878 cat >conftest.
$ac_ext <<_ACEOF
26881 cat confdefs.h
>>conftest.
$ac_ext
26882 cat >>conftest.
$ac_ext <<_ACEOF
26883 /* end confdefs.h. */
26885 /* Override any gcc2 internal prototype to avoid an error. */
26889 /* We use char because int might match the return type of a gcc2
26890 builtin and then its argument prototype would still apply. */
26900 rm -f conftest.
$ac_objext conftest
$ac_exeext
26901 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26902 (eval $ac_link) 2>conftest.er1
26904 grep -v '^ *+' conftest.er1
>conftest.err
26906 cat conftest.err
>&5
26907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26908 (exit $ac_status); } &&
26909 { ac_try
='test -z "$ac_c_werror_flag"
26910 || test ! -s conftest.err'
26911 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26912 (eval $ac_try) 2>&5
26914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26915 (exit $ac_status); }; } &&
26916 { ac_try
='test -s conftest$ac_exeext'
26917 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26918 (eval $ac_try) 2>&5
26920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26921 (exit $ac_status); }; }; then
26922 ac_cv_lib_m_powl
=yes
26924 echo "$as_me: failed program was:" >&5
26925 sed 's/^/| /' conftest.
$ac_ext >&5
26927 ac_cv_lib_m_powl
=no
26929 rm -f conftest.err conftest.
$ac_objext \
26930 conftest
$ac_exeext conftest.
$ac_ext
26931 LIBS
=$ac_check_lib_save_LIBS
26933 echo "$as_me:$LINENO: result: $ac_cv_lib_m_powl" >&5
26934 echo "${ECHO_T}$ac_cv_lib_m_powl" >&6
26935 if test $ac_cv_lib_m_powl = yes; then
26937 cat >>confdefs.h
<<\_ACEOF
26938 #define HAVE_POWL 1
26943 echo "$as_me:$LINENO: checking for cpowf in -lm" >&5
26944 echo $ECHO_N "checking for cpowf in -lm... $ECHO_C" >&6
26945 if test "${ac_cv_lib_m_cpowf+set}" = set; then
26946 echo $ECHO_N "(cached) $ECHO_C" >&6
26948 ac_check_lib_save_LIBS
=$LIBS
26950 if test x
$gcc_no_link = xyes
; then
26951 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
26952 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
26953 { (exit 1); exit 1; }; }
26955 cat >conftest.
$ac_ext <<_ACEOF
26958 cat confdefs.h
>>conftest.
$ac_ext
26959 cat >>conftest.
$ac_ext <<_ACEOF
26960 /* end confdefs.h. */
26962 /* Override any gcc2 internal prototype to avoid an error. */
26966 /* We use char because int might match the return type of a gcc2
26967 builtin and then its argument prototype would still apply. */
26977 rm -f conftest.
$ac_objext conftest
$ac_exeext
26978 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
26979 (eval $ac_link) 2>conftest.er1
26981 grep -v '^ *+' conftest.er1
>conftest.err
26983 cat conftest.err
>&5
26984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26985 (exit $ac_status); } &&
26986 { ac_try
='test -z "$ac_c_werror_flag"
26987 || test ! -s conftest.err'
26988 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26989 (eval $ac_try) 2>&5
26991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26992 (exit $ac_status); }; } &&
26993 { ac_try
='test -s conftest$ac_exeext'
26994 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
26995 (eval $ac_try) 2>&5
26997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
26998 (exit $ac_status); }; }; then
26999 ac_cv_lib_m_cpowf
=yes
27001 echo "$as_me: failed program was:" >&5
27002 sed 's/^/| /' conftest.
$ac_ext >&5
27004 ac_cv_lib_m_cpowf
=no
27006 rm -f conftest.err conftest.
$ac_objext \
27007 conftest
$ac_exeext conftest.
$ac_ext
27008 LIBS
=$ac_check_lib_save_LIBS
27010 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cpowf" >&5
27011 echo "${ECHO_T}$ac_cv_lib_m_cpowf" >&6
27012 if test $ac_cv_lib_m_cpowf = yes; then
27014 cat >>confdefs.h
<<\_ACEOF
27015 #define HAVE_CPOWF 1
27020 echo "$as_me:$LINENO: checking for cpow in -lm" >&5
27021 echo $ECHO_N "checking for cpow in -lm... $ECHO_C" >&6
27022 if test "${ac_cv_lib_m_cpow+set}" = set; then
27023 echo $ECHO_N "(cached) $ECHO_C" >&6
27025 ac_check_lib_save_LIBS
=$LIBS
27027 if test x
$gcc_no_link = xyes
; then
27028 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
27029 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
27030 { (exit 1); exit 1; }; }
27032 cat >conftest.
$ac_ext <<_ACEOF
27035 cat confdefs.h
>>conftest.
$ac_ext
27036 cat >>conftest.
$ac_ext <<_ACEOF
27037 /* end confdefs.h. */
27039 /* Override any gcc2 internal prototype to avoid an error. */
27043 /* We use char because int might match the return type of a gcc2
27044 builtin and then its argument prototype would still apply. */
27054 rm -f conftest.
$ac_objext conftest
$ac_exeext
27055 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27056 (eval $ac_link) 2>conftest.er1
27058 grep -v '^ *+' conftest.er1
>conftest.err
27060 cat conftest.err
>&5
27061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27062 (exit $ac_status); } &&
27063 { ac_try
='test -z "$ac_c_werror_flag"
27064 || test ! -s conftest.err'
27065 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27066 (eval $ac_try) 2>&5
27068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27069 (exit $ac_status); }; } &&
27070 { ac_try
='test -s conftest$ac_exeext'
27071 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27072 (eval $ac_try) 2>&5
27074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27075 (exit $ac_status); }; }; then
27076 ac_cv_lib_m_cpow
=yes
27078 echo "$as_me: failed program was:" >&5
27079 sed 's/^/| /' conftest.
$ac_ext >&5
27081 ac_cv_lib_m_cpow
=no
27083 rm -f conftest.err conftest.
$ac_objext \
27084 conftest
$ac_exeext conftest.
$ac_ext
27085 LIBS
=$ac_check_lib_save_LIBS
27087 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cpow" >&5
27088 echo "${ECHO_T}$ac_cv_lib_m_cpow" >&6
27089 if test $ac_cv_lib_m_cpow = yes; then
27091 cat >>confdefs.h
<<\_ACEOF
27092 #define HAVE_CPOW 1
27097 echo "$as_me:$LINENO: checking for cpowl in -lm" >&5
27098 echo $ECHO_N "checking for cpowl in -lm... $ECHO_C" >&6
27099 if test "${ac_cv_lib_m_cpowl+set}" = set; then
27100 echo $ECHO_N "(cached) $ECHO_C" >&6
27102 ac_check_lib_save_LIBS
=$LIBS
27104 if test x
$gcc_no_link = xyes
; then
27105 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
27106 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
27107 { (exit 1); exit 1; }; }
27109 cat >conftest.
$ac_ext <<_ACEOF
27112 cat confdefs.h
>>conftest.
$ac_ext
27113 cat >>conftest.
$ac_ext <<_ACEOF
27114 /* end confdefs.h. */
27116 /* Override any gcc2 internal prototype to avoid an error. */
27120 /* We use char because int might match the return type of a gcc2
27121 builtin and then its argument prototype would still apply. */
27131 rm -f conftest.
$ac_objext conftest
$ac_exeext
27132 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27133 (eval $ac_link) 2>conftest.er1
27135 grep -v '^ *+' conftest.er1
>conftest.err
27137 cat conftest.err
>&5
27138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27139 (exit $ac_status); } &&
27140 { ac_try
='test -z "$ac_c_werror_flag"
27141 || test ! -s conftest.err'
27142 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27143 (eval $ac_try) 2>&5
27145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27146 (exit $ac_status); }; } &&
27147 { ac_try
='test -s conftest$ac_exeext'
27148 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27149 (eval $ac_try) 2>&5
27151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27152 (exit $ac_status); }; }; then
27153 ac_cv_lib_m_cpowl
=yes
27155 echo "$as_me: failed program was:" >&5
27156 sed 's/^/| /' conftest.
$ac_ext >&5
27158 ac_cv_lib_m_cpowl
=no
27160 rm -f conftest.err conftest.
$ac_objext \
27161 conftest
$ac_exeext conftest.
$ac_ext
27162 LIBS
=$ac_check_lib_save_LIBS
27164 echo "$as_me:$LINENO: result: $ac_cv_lib_m_cpowl" >&5
27165 echo "${ECHO_T}$ac_cv_lib_m_cpowl" >&6
27166 if test $ac_cv_lib_m_cpowl = yes; then
27168 cat >>confdefs.h
<<\_ACEOF
27169 #define HAVE_CPOWL 1
27174 echo "$as_me:$LINENO: checking for roundf in -lm" >&5
27175 echo $ECHO_N "checking for roundf in -lm... $ECHO_C" >&6
27176 if test "${ac_cv_lib_m_roundf+set}" = set; then
27177 echo $ECHO_N "(cached) $ECHO_C" >&6
27179 ac_check_lib_save_LIBS
=$LIBS
27181 if test x
$gcc_no_link = xyes
; then
27182 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
27183 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
27184 { (exit 1); exit 1; }; }
27186 cat >conftest.
$ac_ext <<_ACEOF
27189 cat confdefs.h
>>conftest.
$ac_ext
27190 cat >>conftest.
$ac_ext <<_ACEOF
27191 /* end confdefs.h. */
27193 /* Override any gcc2 internal prototype to avoid an error. */
27197 /* We use char because int might match the return type of a gcc2
27198 builtin and then its argument prototype would still apply. */
27208 rm -f conftest.
$ac_objext conftest
$ac_exeext
27209 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27210 (eval $ac_link) 2>conftest.er1
27212 grep -v '^ *+' conftest.er1
>conftest.err
27214 cat conftest.err
>&5
27215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27216 (exit $ac_status); } &&
27217 { ac_try
='test -z "$ac_c_werror_flag"
27218 || test ! -s conftest.err'
27219 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27220 (eval $ac_try) 2>&5
27222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27223 (exit $ac_status); }; } &&
27224 { ac_try
='test -s conftest$ac_exeext'
27225 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27226 (eval $ac_try) 2>&5
27228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27229 (exit $ac_status); }; }; then
27230 ac_cv_lib_m_roundf
=yes
27232 echo "$as_me: failed program was:" >&5
27233 sed 's/^/| /' conftest.
$ac_ext >&5
27235 ac_cv_lib_m_roundf
=no
27237 rm -f conftest.err conftest.
$ac_objext \
27238 conftest
$ac_exeext conftest.
$ac_ext
27239 LIBS
=$ac_check_lib_save_LIBS
27241 echo "$as_me:$LINENO: result: $ac_cv_lib_m_roundf" >&5
27242 echo "${ECHO_T}$ac_cv_lib_m_roundf" >&6
27243 if test $ac_cv_lib_m_roundf = yes; then
27245 cat >>confdefs.h
<<\_ACEOF
27246 #define HAVE_ROUNDF 1
27251 echo "$as_me:$LINENO: checking for round in -lm" >&5
27252 echo $ECHO_N "checking for round in -lm... $ECHO_C" >&6
27253 if test "${ac_cv_lib_m_round+set}" = set; then
27254 echo $ECHO_N "(cached) $ECHO_C" >&6
27256 ac_check_lib_save_LIBS
=$LIBS
27258 if test x
$gcc_no_link = xyes
; then
27259 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
27260 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
27261 { (exit 1); exit 1; }; }
27263 cat >conftest.
$ac_ext <<_ACEOF
27266 cat confdefs.h
>>conftest.
$ac_ext
27267 cat >>conftest.
$ac_ext <<_ACEOF
27268 /* end confdefs.h. */
27270 /* Override any gcc2 internal prototype to avoid an error. */
27274 /* We use char because int might match the return type of a gcc2
27275 builtin and then its argument prototype would still apply. */
27285 rm -f conftest.
$ac_objext conftest
$ac_exeext
27286 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27287 (eval $ac_link) 2>conftest.er1
27289 grep -v '^ *+' conftest.er1
>conftest.err
27291 cat conftest.err
>&5
27292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27293 (exit $ac_status); } &&
27294 { ac_try
='test -z "$ac_c_werror_flag"
27295 || test ! -s conftest.err'
27296 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27297 (eval $ac_try) 2>&5
27299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27300 (exit $ac_status); }; } &&
27301 { ac_try
='test -s conftest$ac_exeext'
27302 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27303 (eval $ac_try) 2>&5
27305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27306 (exit $ac_status); }; }; then
27307 ac_cv_lib_m_round
=yes
27309 echo "$as_me: failed program was:" >&5
27310 sed 's/^/| /' conftest.
$ac_ext >&5
27312 ac_cv_lib_m_round
=no
27314 rm -f conftest.err conftest.
$ac_objext \
27315 conftest
$ac_exeext conftest.
$ac_ext
27316 LIBS
=$ac_check_lib_save_LIBS
27318 echo "$as_me:$LINENO: result: $ac_cv_lib_m_round" >&5
27319 echo "${ECHO_T}$ac_cv_lib_m_round" >&6
27320 if test $ac_cv_lib_m_round = yes; then
27322 cat >>confdefs.h
<<\_ACEOF
27323 #define HAVE_ROUND 1
27328 echo "$as_me:$LINENO: checking for roundl in -lm" >&5
27329 echo $ECHO_N "checking for roundl in -lm... $ECHO_C" >&6
27330 if test "${ac_cv_lib_m_roundl+set}" = set; then
27331 echo $ECHO_N "(cached) $ECHO_C" >&6
27333 ac_check_lib_save_LIBS
=$LIBS
27335 if test x
$gcc_no_link = xyes
; then
27336 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
27337 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
27338 { (exit 1); exit 1; }; }
27340 cat >conftest.
$ac_ext <<_ACEOF
27343 cat confdefs.h
>>conftest.
$ac_ext
27344 cat >>conftest.
$ac_ext <<_ACEOF
27345 /* end confdefs.h. */
27347 /* Override any gcc2 internal prototype to avoid an error. */
27351 /* We use char because int might match the return type of a gcc2
27352 builtin and then its argument prototype would still apply. */
27362 rm -f conftest.
$ac_objext conftest
$ac_exeext
27363 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27364 (eval $ac_link) 2>conftest.er1
27366 grep -v '^ *+' conftest.er1
>conftest.err
27368 cat conftest.err
>&5
27369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27370 (exit $ac_status); } &&
27371 { ac_try
='test -z "$ac_c_werror_flag"
27372 || test ! -s conftest.err'
27373 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27374 (eval $ac_try) 2>&5
27376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27377 (exit $ac_status); }; } &&
27378 { ac_try
='test -s conftest$ac_exeext'
27379 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27380 (eval $ac_try) 2>&5
27382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27383 (exit $ac_status); }; }; then
27384 ac_cv_lib_m_roundl
=yes
27386 echo "$as_me: failed program was:" >&5
27387 sed 's/^/| /' conftest.
$ac_ext >&5
27389 ac_cv_lib_m_roundl
=no
27391 rm -f conftest.err conftest.
$ac_objext \
27392 conftest
$ac_exeext conftest.
$ac_ext
27393 LIBS
=$ac_check_lib_save_LIBS
27395 echo "$as_me:$LINENO: result: $ac_cv_lib_m_roundl" >&5
27396 echo "${ECHO_T}$ac_cv_lib_m_roundl" >&6
27397 if test $ac_cv_lib_m_roundl = yes; then
27399 cat >>confdefs.h
<<\_ACEOF
27400 #define HAVE_ROUNDL 1
27405 echo "$as_me:$LINENO: checking for lroundf in -lm" >&5
27406 echo $ECHO_N "checking for lroundf in -lm... $ECHO_C" >&6
27407 if test "${ac_cv_lib_m_lroundf+set}" = set; then
27408 echo $ECHO_N "(cached) $ECHO_C" >&6
27410 ac_check_lib_save_LIBS
=$LIBS
27412 if test x
$gcc_no_link = xyes
; then
27413 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
27414 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
27415 { (exit 1); exit 1; }; }
27417 cat >conftest.
$ac_ext <<_ACEOF
27420 cat confdefs.h
>>conftest.
$ac_ext
27421 cat >>conftest.
$ac_ext <<_ACEOF
27422 /* end confdefs.h. */
27424 /* Override any gcc2 internal prototype to avoid an error. */
27428 /* We use char because int might match the return type of a gcc2
27429 builtin and then its argument prototype would still apply. */
27439 rm -f conftest.
$ac_objext conftest
$ac_exeext
27440 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27441 (eval $ac_link) 2>conftest.er1
27443 grep -v '^ *+' conftest.er1
>conftest.err
27445 cat conftest.err
>&5
27446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27447 (exit $ac_status); } &&
27448 { ac_try
='test -z "$ac_c_werror_flag"
27449 || test ! -s conftest.err'
27450 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27451 (eval $ac_try) 2>&5
27453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27454 (exit $ac_status); }; } &&
27455 { ac_try
='test -s conftest$ac_exeext'
27456 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27457 (eval $ac_try) 2>&5
27459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27460 (exit $ac_status); }; }; then
27461 ac_cv_lib_m_lroundf
=yes
27463 echo "$as_me: failed program was:" >&5
27464 sed 's/^/| /' conftest.
$ac_ext >&5
27466 ac_cv_lib_m_lroundf
=no
27468 rm -f conftest.err conftest.
$ac_objext \
27469 conftest
$ac_exeext conftest.
$ac_ext
27470 LIBS
=$ac_check_lib_save_LIBS
27472 echo "$as_me:$LINENO: result: $ac_cv_lib_m_lroundf" >&5
27473 echo "${ECHO_T}$ac_cv_lib_m_lroundf" >&6
27474 if test $ac_cv_lib_m_lroundf = yes; then
27476 cat >>confdefs.h
<<\_ACEOF
27477 #define HAVE_LROUNDF 1
27482 echo "$as_me:$LINENO: checking for lround in -lm" >&5
27483 echo $ECHO_N "checking for lround in -lm... $ECHO_C" >&6
27484 if test "${ac_cv_lib_m_lround+set}" = set; then
27485 echo $ECHO_N "(cached) $ECHO_C" >&6
27487 ac_check_lib_save_LIBS
=$LIBS
27489 if test x
$gcc_no_link = xyes
; then
27490 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
27491 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
27492 { (exit 1); exit 1; }; }
27494 cat >conftest.
$ac_ext <<_ACEOF
27497 cat confdefs.h
>>conftest.
$ac_ext
27498 cat >>conftest.
$ac_ext <<_ACEOF
27499 /* end confdefs.h. */
27501 /* Override any gcc2 internal prototype to avoid an error. */
27505 /* We use char because int might match the return type of a gcc2
27506 builtin and then its argument prototype would still apply. */
27516 rm -f conftest.
$ac_objext conftest
$ac_exeext
27517 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27518 (eval $ac_link) 2>conftest.er1
27520 grep -v '^ *+' conftest.er1
>conftest.err
27522 cat conftest.err
>&5
27523 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27524 (exit $ac_status); } &&
27525 { ac_try
='test -z "$ac_c_werror_flag"
27526 || test ! -s conftest.err'
27527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27528 (eval $ac_try) 2>&5
27530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27531 (exit $ac_status); }; } &&
27532 { ac_try
='test -s conftest$ac_exeext'
27533 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27534 (eval $ac_try) 2>&5
27536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27537 (exit $ac_status); }; }; then
27538 ac_cv_lib_m_lround
=yes
27540 echo "$as_me: failed program was:" >&5
27541 sed 's/^/| /' conftest.
$ac_ext >&5
27543 ac_cv_lib_m_lround
=no
27545 rm -f conftest.err conftest.
$ac_objext \
27546 conftest
$ac_exeext conftest.
$ac_ext
27547 LIBS
=$ac_check_lib_save_LIBS
27549 echo "$as_me:$LINENO: result: $ac_cv_lib_m_lround" >&5
27550 echo "${ECHO_T}$ac_cv_lib_m_lround" >&6
27551 if test $ac_cv_lib_m_lround = yes; then
27553 cat >>confdefs.h
<<\_ACEOF
27554 #define HAVE_LROUND 1
27559 echo "$as_me:$LINENO: checking for lroundl in -lm" >&5
27560 echo $ECHO_N "checking for lroundl in -lm... $ECHO_C" >&6
27561 if test "${ac_cv_lib_m_lroundl+set}" = set; then
27562 echo $ECHO_N "(cached) $ECHO_C" >&6
27564 ac_check_lib_save_LIBS
=$LIBS
27566 if test x
$gcc_no_link = xyes
; then
27567 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
27568 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
27569 { (exit 1); exit 1; }; }
27571 cat >conftest.
$ac_ext <<_ACEOF
27574 cat confdefs.h
>>conftest.
$ac_ext
27575 cat >>conftest.
$ac_ext <<_ACEOF
27576 /* end confdefs.h. */
27578 /* Override any gcc2 internal prototype to avoid an error. */
27582 /* We use char because int might match the return type of a gcc2
27583 builtin and then its argument prototype would still apply. */
27593 rm -f conftest.
$ac_objext conftest
$ac_exeext
27594 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27595 (eval $ac_link) 2>conftest.er1
27597 grep -v '^ *+' conftest.er1
>conftest.err
27599 cat conftest.err
>&5
27600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27601 (exit $ac_status); } &&
27602 { ac_try
='test -z "$ac_c_werror_flag"
27603 || test ! -s conftest.err'
27604 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27605 (eval $ac_try) 2>&5
27607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27608 (exit $ac_status); }; } &&
27609 { ac_try
='test -s conftest$ac_exeext'
27610 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27611 (eval $ac_try) 2>&5
27613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27614 (exit $ac_status); }; }; then
27615 ac_cv_lib_m_lroundl
=yes
27617 echo "$as_me: failed program was:" >&5
27618 sed 's/^/| /' conftest.
$ac_ext >&5
27620 ac_cv_lib_m_lroundl
=no
27622 rm -f conftest.err conftest.
$ac_objext \
27623 conftest
$ac_exeext conftest.
$ac_ext
27624 LIBS
=$ac_check_lib_save_LIBS
27626 echo "$as_me:$LINENO: result: $ac_cv_lib_m_lroundl" >&5
27627 echo "${ECHO_T}$ac_cv_lib_m_lroundl" >&6
27628 if test $ac_cv_lib_m_lroundl = yes; then
27630 cat >>confdefs.h
<<\_ACEOF
27631 #define HAVE_LROUNDL 1
27636 echo "$as_me:$LINENO: checking for llroundf in -lm" >&5
27637 echo $ECHO_N "checking for llroundf in -lm... $ECHO_C" >&6
27638 if test "${ac_cv_lib_m_llroundf+set}" = set; then
27639 echo $ECHO_N "(cached) $ECHO_C" >&6
27641 ac_check_lib_save_LIBS
=$LIBS
27643 if test x
$gcc_no_link = xyes
; then
27644 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
27645 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
27646 { (exit 1); exit 1; }; }
27648 cat >conftest.
$ac_ext <<_ACEOF
27651 cat confdefs.h
>>conftest.
$ac_ext
27652 cat >>conftest.
$ac_ext <<_ACEOF
27653 /* end confdefs.h. */
27655 /* Override any gcc2 internal prototype to avoid an error. */
27659 /* We use char because int might match the return type of a gcc2
27660 builtin and then its argument prototype would still apply. */
27670 rm -f conftest.
$ac_objext conftest
$ac_exeext
27671 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27672 (eval $ac_link) 2>conftest.er1
27674 grep -v '^ *+' conftest.er1
>conftest.err
27676 cat conftest.err
>&5
27677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27678 (exit $ac_status); } &&
27679 { ac_try
='test -z "$ac_c_werror_flag"
27680 || test ! -s conftest.err'
27681 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27682 (eval $ac_try) 2>&5
27684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27685 (exit $ac_status); }; } &&
27686 { ac_try
='test -s conftest$ac_exeext'
27687 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27688 (eval $ac_try) 2>&5
27690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27691 (exit $ac_status); }; }; then
27692 ac_cv_lib_m_llroundf
=yes
27694 echo "$as_me: failed program was:" >&5
27695 sed 's/^/| /' conftest.
$ac_ext >&5
27697 ac_cv_lib_m_llroundf
=no
27699 rm -f conftest.err conftest.
$ac_objext \
27700 conftest
$ac_exeext conftest.
$ac_ext
27701 LIBS
=$ac_check_lib_save_LIBS
27703 echo "$as_me:$LINENO: result: $ac_cv_lib_m_llroundf" >&5
27704 echo "${ECHO_T}$ac_cv_lib_m_llroundf" >&6
27705 if test $ac_cv_lib_m_llroundf = yes; then
27707 cat >>confdefs.h
<<\_ACEOF
27708 #define HAVE_LLROUNDF 1
27713 echo "$as_me:$LINENO: checking for llround in -lm" >&5
27714 echo $ECHO_N "checking for llround in -lm... $ECHO_C" >&6
27715 if test "${ac_cv_lib_m_llround+set}" = set; then
27716 echo $ECHO_N "(cached) $ECHO_C" >&6
27718 ac_check_lib_save_LIBS
=$LIBS
27720 if test x
$gcc_no_link = xyes
; then
27721 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
27722 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
27723 { (exit 1); exit 1; }; }
27725 cat >conftest.
$ac_ext <<_ACEOF
27728 cat confdefs.h
>>conftest.
$ac_ext
27729 cat >>conftest.
$ac_ext <<_ACEOF
27730 /* end confdefs.h. */
27732 /* Override any gcc2 internal prototype to avoid an error. */
27736 /* We use char because int might match the return type of a gcc2
27737 builtin and then its argument prototype would still apply. */
27747 rm -f conftest.
$ac_objext conftest
$ac_exeext
27748 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27749 (eval $ac_link) 2>conftest.er1
27751 grep -v '^ *+' conftest.er1
>conftest.err
27753 cat conftest.err
>&5
27754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27755 (exit $ac_status); } &&
27756 { ac_try
='test -z "$ac_c_werror_flag"
27757 || test ! -s conftest.err'
27758 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27759 (eval $ac_try) 2>&5
27761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27762 (exit $ac_status); }; } &&
27763 { ac_try
='test -s conftest$ac_exeext'
27764 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27765 (eval $ac_try) 2>&5
27767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27768 (exit $ac_status); }; }; then
27769 ac_cv_lib_m_llround
=yes
27771 echo "$as_me: failed program was:" >&5
27772 sed 's/^/| /' conftest.
$ac_ext >&5
27774 ac_cv_lib_m_llround
=no
27776 rm -f conftest.err conftest.
$ac_objext \
27777 conftest
$ac_exeext conftest.
$ac_ext
27778 LIBS
=$ac_check_lib_save_LIBS
27780 echo "$as_me:$LINENO: result: $ac_cv_lib_m_llround" >&5
27781 echo "${ECHO_T}$ac_cv_lib_m_llround" >&6
27782 if test $ac_cv_lib_m_llround = yes; then
27784 cat >>confdefs.h
<<\_ACEOF
27785 #define HAVE_LLROUND 1
27790 echo "$as_me:$LINENO: checking for llroundl in -lm" >&5
27791 echo $ECHO_N "checking for llroundl in -lm... $ECHO_C" >&6
27792 if test "${ac_cv_lib_m_llroundl+set}" = set; then
27793 echo $ECHO_N "(cached) $ECHO_C" >&6
27795 ac_check_lib_save_LIBS
=$LIBS
27797 if test x
$gcc_no_link = xyes
; then
27798 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
27799 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
27800 { (exit 1); exit 1; }; }
27802 cat >conftest.
$ac_ext <<_ACEOF
27805 cat confdefs.h
>>conftest.
$ac_ext
27806 cat >>conftest.
$ac_ext <<_ACEOF
27807 /* end confdefs.h. */
27809 /* Override any gcc2 internal prototype to avoid an error. */
27813 /* We use char because int might match the return type of a gcc2
27814 builtin and then its argument prototype would still apply. */
27824 rm -f conftest.
$ac_objext conftest
$ac_exeext
27825 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27826 (eval $ac_link) 2>conftest.er1
27828 grep -v '^ *+' conftest.er1
>conftest.err
27830 cat conftest.err
>&5
27831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27832 (exit $ac_status); } &&
27833 { ac_try
='test -z "$ac_c_werror_flag"
27834 || test ! -s conftest.err'
27835 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27836 (eval $ac_try) 2>&5
27838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27839 (exit $ac_status); }; } &&
27840 { ac_try
='test -s conftest$ac_exeext'
27841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27842 (eval $ac_try) 2>&5
27844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27845 (exit $ac_status); }; }; then
27846 ac_cv_lib_m_llroundl
=yes
27848 echo "$as_me: failed program was:" >&5
27849 sed 's/^/| /' conftest.
$ac_ext >&5
27851 ac_cv_lib_m_llroundl
=no
27853 rm -f conftest.err conftest.
$ac_objext \
27854 conftest
$ac_exeext conftest.
$ac_ext
27855 LIBS
=$ac_check_lib_save_LIBS
27857 echo "$as_me:$LINENO: result: $ac_cv_lib_m_llroundl" >&5
27858 echo "${ECHO_T}$ac_cv_lib_m_llroundl" >&6
27859 if test $ac_cv_lib_m_llroundl = yes; then
27861 cat >>confdefs.h
<<\_ACEOF
27862 #define HAVE_LLROUNDL 1
27867 echo "$as_me:$LINENO: checking for scalbnf in -lm" >&5
27868 echo $ECHO_N "checking for scalbnf in -lm... $ECHO_C" >&6
27869 if test "${ac_cv_lib_m_scalbnf+set}" = set; then
27870 echo $ECHO_N "(cached) $ECHO_C" >&6
27872 ac_check_lib_save_LIBS
=$LIBS
27874 if test x
$gcc_no_link = xyes
; then
27875 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
27876 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
27877 { (exit 1); exit 1; }; }
27879 cat >conftest.
$ac_ext <<_ACEOF
27882 cat confdefs.h
>>conftest.
$ac_ext
27883 cat >>conftest.
$ac_ext <<_ACEOF
27884 /* end confdefs.h. */
27886 /* Override any gcc2 internal prototype to avoid an error. */
27890 /* We use char because int might match the return type of a gcc2
27891 builtin and then its argument prototype would still apply. */
27901 rm -f conftest.
$ac_objext conftest
$ac_exeext
27902 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27903 (eval $ac_link) 2>conftest.er1
27905 grep -v '^ *+' conftest.er1
>conftest.err
27907 cat conftest.err
>&5
27908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27909 (exit $ac_status); } &&
27910 { ac_try
='test -z "$ac_c_werror_flag"
27911 || test ! -s conftest.err'
27912 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27913 (eval $ac_try) 2>&5
27915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27916 (exit $ac_status); }; } &&
27917 { ac_try
='test -s conftest$ac_exeext'
27918 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27919 (eval $ac_try) 2>&5
27921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27922 (exit $ac_status); }; }; then
27923 ac_cv_lib_m_scalbnf
=yes
27925 echo "$as_me: failed program was:" >&5
27926 sed 's/^/| /' conftest.
$ac_ext >&5
27928 ac_cv_lib_m_scalbnf
=no
27930 rm -f conftest.err conftest.
$ac_objext \
27931 conftest
$ac_exeext conftest.
$ac_ext
27932 LIBS
=$ac_check_lib_save_LIBS
27934 echo "$as_me:$LINENO: result: $ac_cv_lib_m_scalbnf" >&5
27935 echo "${ECHO_T}$ac_cv_lib_m_scalbnf" >&6
27936 if test $ac_cv_lib_m_scalbnf = yes; then
27938 cat >>confdefs.h
<<\_ACEOF
27939 #define HAVE_SCALBNF 1
27944 echo "$as_me:$LINENO: checking for scalbn in -lm" >&5
27945 echo $ECHO_N "checking for scalbn in -lm... $ECHO_C" >&6
27946 if test "${ac_cv_lib_m_scalbn+set}" = set; then
27947 echo $ECHO_N "(cached) $ECHO_C" >&6
27949 ac_check_lib_save_LIBS
=$LIBS
27951 if test x
$gcc_no_link = xyes
; then
27952 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
27953 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
27954 { (exit 1); exit 1; }; }
27956 cat >conftest.
$ac_ext <<_ACEOF
27959 cat confdefs.h
>>conftest.
$ac_ext
27960 cat >>conftest.
$ac_ext <<_ACEOF
27961 /* end confdefs.h. */
27963 /* Override any gcc2 internal prototype to avoid an error. */
27967 /* We use char because int might match the return type of a gcc2
27968 builtin and then its argument prototype would still apply. */
27978 rm -f conftest.
$ac_objext conftest
$ac_exeext
27979 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
27980 (eval $ac_link) 2>conftest.er1
27982 grep -v '^ *+' conftest.er1
>conftest.err
27984 cat conftest.err
>&5
27985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27986 (exit $ac_status); } &&
27987 { ac_try
='test -z "$ac_c_werror_flag"
27988 || test ! -s conftest.err'
27989 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27990 (eval $ac_try) 2>&5
27992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27993 (exit $ac_status); }; } &&
27994 { ac_try
='test -s conftest$ac_exeext'
27995 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
27996 (eval $ac_try) 2>&5
27998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
27999 (exit $ac_status); }; }; then
28000 ac_cv_lib_m_scalbn
=yes
28002 echo "$as_me: failed program was:" >&5
28003 sed 's/^/| /' conftest.
$ac_ext >&5
28005 ac_cv_lib_m_scalbn
=no
28007 rm -f conftest.err conftest.
$ac_objext \
28008 conftest
$ac_exeext conftest.
$ac_ext
28009 LIBS
=$ac_check_lib_save_LIBS
28011 echo "$as_me:$LINENO: result: $ac_cv_lib_m_scalbn" >&5
28012 echo "${ECHO_T}$ac_cv_lib_m_scalbn" >&6
28013 if test $ac_cv_lib_m_scalbn = yes; then
28015 cat >>confdefs.h
<<\_ACEOF
28016 #define HAVE_SCALBN 1
28021 echo "$as_me:$LINENO: checking for scalbnl in -lm" >&5
28022 echo $ECHO_N "checking for scalbnl in -lm... $ECHO_C" >&6
28023 if test "${ac_cv_lib_m_scalbnl+set}" = set; then
28024 echo $ECHO_N "(cached) $ECHO_C" >&6
28026 ac_check_lib_save_LIBS
=$LIBS
28028 if test x
$gcc_no_link = xyes
; then
28029 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
28030 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
28031 { (exit 1); exit 1; }; }
28033 cat >conftest.
$ac_ext <<_ACEOF
28036 cat confdefs.h
>>conftest.
$ac_ext
28037 cat >>conftest.
$ac_ext <<_ACEOF
28038 /* end confdefs.h. */
28040 /* Override any gcc2 internal prototype to avoid an error. */
28044 /* We use char because int might match the return type of a gcc2
28045 builtin and then its argument prototype would still apply. */
28055 rm -f conftest.
$ac_objext conftest
$ac_exeext
28056 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28057 (eval $ac_link) 2>conftest.er1
28059 grep -v '^ *+' conftest.er1
>conftest.err
28061 cat conftest.err
>&5
28062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28063 (exit $ac_status); } &&
28064 { ac_try
='test -z "$ac_c_werror_flag"
28065 || test ! -s conftest.err'
28066 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28067 (eval $ac_try) 2>&5
28069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28070 (exit $ac_status); }; } &&
28071 { ac_try
='test -s conftest$ac_exeext'
28072 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28073 (eval $ac_try) 2>&5
28075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28076 (exit $ac_status); }; }; then
28077 ac_cv_lib_m_scalbnl
=yes
28079 echo "$as_me: failed program was:" >&5
28080 sed 's/^/| /' conftest.
$ac_ext >&5
28082 ac_cv_lib_m_scalbnl
=no
28084 rm -f conftest.err conftest.
$ac_objext \
28085 conftest
$ac_exeext conftest.
$ac_ext
28086 LIBS
=$ac_check_lib_save_LIBS
28088 echo "$as_me:$LINENO: result: $ac_cv_lib_m_scalbnl" >&5
28089 echo "${ECHO_T}$ac_cv_lib_m_scalbnl" >&6
28090 if test $ac_cv_lib_m_scalbnl = yes; then
28092 cat >>confdefs.h
<<\_ACEOF
28093 #define HAVE_SCALBNL 1
28098 echo "$as_me:$LINENO: checking for sinf in -lm" >&5
28099 echo $ECHO_N "checking for sinf in -lm... $ECHO_C" >&6
28100 if test "${ac_cv_lib_m_sinf+set}" = set; then
28101 echo $ECHO_N "(cached) $ECHO_C" >&6
28103 ac_check_lib_save_LIBS
=$LIBS
28105 if test x
$gcc_no_link = xyes
; then
28106 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
28107 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
28108 { (exit 1); exit 1; }; }
28110 cat >conftest.
$ac_ext <<_ACEOF
28113 cat confdefs.h
>>conftest.
$ac_ext
28114 cat >>conftest.
$ac_ext <<_ACEOF
28115 /* end confdefs.h. */
28117 /* Override any gcc2 internal prototype to avoid an error. */
28121 /* We use char because int might match the return type of a gcc2
28122 builtin and then its argument prototype would still apply. */
28132 rm -f conftest.
$ac_objext conftest
$ac_exeext
28133 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28134 (eval $ac_link) 2>conftest.er1
28136 grep -v '^ *+' conftest.er1
>conftest.err
28138 cat conftest.err
>&5
28139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28140 (exit $ac_status); } &&
28141 { ac_try
='test -z "$ac_c_werror_flag"
28142 || test ! -s conftest.err'
28143 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28144 (eval $ac_try) 2>&5
28146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28147 (exit $ac_status); }; } &&
28148 { ac_try
='test -s conftest$ac_exeext'
28149 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28150 (eval $ac_try) 2>&5
28152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28153 (exit $ac_status); }; }; then
28154 ac_cv_lib_m_sinf
=yes
28156 echo "$as_me: failed program was:" >&5
28157 sed 's/^/| /' conftest.
$ac_ext >&5
28159 ac_cv_lib_m_sinf
=no
28161 rm -f conftest.err conftest.
$ac_objext \
28162 conftest
$ac_exeext conftest.
$ac_ext
28163 LIBS
=$ac_check_lib_save_LIBS
28165 echo "$as_me:$LINENO: result: $ac_cv_lib_m_sinf" >&5
28166 echo "${ECHO_T}$ac_cv_lib_m_sinf" >&6
28167 if test $ac_cv_lib_m_sinf = yes; then
28169 cat >>confdefs.h
<<\_ACEOF
28170 #define HAVE_SINF 1
28175 echo "$as_me:$LINENO: checking for sin in -lm" >&5
28176 echo $ECHO_N "checking for sin in -lm... $ECHO_C" >&6
28177 if test "${ac_cv_lib_m_sin+set}" = set; then
28178 echo $ECHO_N "(cached) $ECHO_C" >&6
28180 ac_check_lib_save_LIBS
=$LIBS
28182 if test x
$gcc_no_link = xyes
; then
28183 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
28184 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
28185 { (exit 1); exit 1; }; }
28187 cat >conftest.
$ac_ext <<_ACEOF
28190 cat confdefs.h
>>conftest.
$ac_ext
28191 cat >>conftest.
$ac_ext <<_ACEOF
28192 /* end confdefs.h. */
28194 /* Override any gcc2 internal prototype to avoid an error. */
28198 /* We use char because int might match the return type of a gcc2
28199 builtin and then its argument prototype would still apply. */
28209 rm -f conftest.
$ac_objext conftest
$ac_exeext
28210 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28211 (eval $ac_link) 2>conftest.er1
28213 grep -v '^ *+' conftest.er1
>conftest.err
28215 cat conftest.err
>&5
28216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28217 (exit $ac_status); } &&
28218 { ac_try
='test -z "$ac_c_werror_flag"
28219 || test ! -s conftest.err'
28220 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28221 (eval $ac_try) 2>&5
28223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28224 (exit $ac_status); }; } &&
28225 { ac_try
='test -s conftest$ac_exeext'
28226 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28227 (eval $ac_try) 2>&5
28229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28230 (exit $ac_status); }; }; then
28231 ac_cv_lib_m_sin
=yes
28233 echo "$as_me: failed program was:" >&5
28234 sed 's/^/| /' conftest.
$ac_ext >&5
28238 rm -f conftest.err conftest.
$ac_objext \
28239 conftest
$ac_exeext conftest.
$ac_ext
28240 LIBS
=$ac_check_lib_save_LIBS
28242 echo "$as_me:$LINENO: result: $ac_cv_lib_m_sin" >&5
28243 echo "${ECHO_T}$ac_cv_lib_m_sin" >&6
28244 if test $ac_cv_lib_m_sin = yes; then
28246 cat >>confdefs.h
<<\_ACEOF
28252 echo "$as_me:$LINENO: checking for sinl in -lm" >&5
28253 echo $ECHO_N "checking for sinl in -lm... $ECHO_C" >&6
28254 if test "${ac_cv_lib_m_sinl+set}" = set; then
28255 echo $ECHO_N "(cached) $ECHO_C" >&6
28257 ac_check_lib_save_LIBS
=$LIBS
28259 if test x
$gcc_no_link = xyes
; then
28260 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
28261 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
28262 { (exit 1); exit 1; }; }
28264 cat >conftest.
$ac_ext <<_ACEOF
28267 cat confdefs.h
>>conftest.
$ac_ext
28268 cat >>conftest.
$ac_ext <<_ACEOF
28269 /* end confdefs.h. */
28271 /* Override any gcc2 internal prototype to avoid an error. */
28275 /* We use char because int might match the return type of a gcc2
28276 builtin and then its argument prototype would still apply. */
28286 rm -f conftest.
$ac_objext conftest
$ac_exeext
28287 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28288 (eval $ac_link) 2>conftest.er1
28290 grep -v '^ *+' conftest.er1
>conftest.err
28292 cat conftest.err
>&5
28293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28294 (exit $ac_status); } &&
28295 { ac_try
='test -z "$ac_c_werror_flag"
28296 || test ! -s conftest.err'
28297 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28298 (eval $ac_try) 2>&5
28300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28301 (exit $ac_status); }; } &&
28302 { ac_try
='test -s conftest$ac_exeext'
28303 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28304 (eval $ac_try) 2>&5
28306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28307 (exit $ac_status); }; }; then
28308 ac_cv_lib_m_sinl
=yes
28310 echo "$as_me: failed program was:" >&5
28311 sed 's/^/| /' conftest.
$ac_ext >&5
28313 ac_cv_lib_m_sinl
=no
28315 rm -f conftest.err conftest.
$ac_objext \
28316 conftest
$ac_exeext conftest.
$ac_ext
28317 LIBS
=$ac_check_lib_save_LIBS
28319 echo "$as_me:$LINENO: result: $ac_cv_lib_m_sinl" >&5
28320 echo "${ECHO_T}$ac_cv_lib_m_sinl" >&6
28321 if test $ac_cv_lib_m_sinl = yes; then
28323 cat >>confdefs.h
<<\_ACEOF
28324 #define HAVE_SINL 1
28329 echo "$as_me:$LINENO: checking for csinf in -lm" >&5
28330 echo $ECHO_N "checking for csinf in -lm... $ECHO_C" >&6
28331 if test "${ac_cv_lib_m_csinf+set}" = set; then
28332 echo $ECHO_N "(cached) $ECHO_C" >&6
28334 ac_check_lib_save_LIBS
=$LIBS
28336 if test x
$gcc_no_link = xyes
; then
28337 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
28338 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
28339 { (exit 1); exit 1; }; }
28341 cat >conftest.
$ac_ext <<_ACEOF
28344 cat confdefs.h
>>conftest.
$ac_ext
28345 cat >>conftest.
$ac_ext <<_ACEOF
28346 /* end confdefs.h. */
28348 /* Override any gcc2 internal prototype to avoid an error. */
28352 /* We use char because int might match the return type of a gcc2
28353 builtin and then its argument prototype would still apply. */
28363 rm -f conftest.
$ac_objext conftest
$ac_exeext
28364 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28365 (eval $ac_link) 2>conftest.er1
28367 grep -v '^ *+' conftest.er1
>conftest.err
28369 cat conftest.err
>&5
28370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28371 (exit $ac_status); } &&
28372 { ac_try
='test -z "$ac_c_werror_flag"
28373 || test ! -s conftest.err'
28374 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28375 (eval $ac_try) 2>&5
28377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28378 (exit $ac_status); }; } &&
28379 { ac_try
='test -s conftest$ac_exeext'
28380 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28381 (eval $ac_try) 2>&5
28383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28384 (exit $ac_status); }; }; then
28385 ac_cv_lib_m_csinf
=yes
28387 echo "$as_me: failed program was:" >&5
28388 sed 's/^/| /' conftest.
$ac_ext >&5
28390 ac_cv_lib_m_csinf
=no
28392 rm -f conftest.err conftest.
$ac_objext \
28393 conftest
$ac_exeext conftest.
$ac_ext
28394 LIBS
=$ac_check_lib_save_LIBS
28396 echo "$as_me:$LINENO: result: $ac_cv_lib_m_csinf" >&5
28397 echo "${ECHO_T}$ac_cv_lib_m_csinf" >&6
28398 if test $ac_cv_lib_m_csinf = yes; then
28400 cat >>confdefs.h
<<\_ACEOF
28401 #define HAVE_CSINF 1
28406 echo "$as_me:$LINENO: checking for csin in -lm" >&5
28407 echo $ECHO_N "checking for csin in -lm... $ECHO_C" >&6
28408 if test "${ac_cv_lib_m_csin+set}" = set; then
28409 echo $ECHO_N "(cached) $ECHO_C" >&6
28411 ac_check_lib_save_LIBS
=$LIBS
28413 if test x
$gcc_no_link = xyes
; then
28414 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
28415 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
28416 { (exit 1); exit 1; }; }
28418 cat >conftest.
$ac_ext <<_ACEOF
28421 cat confdefs.h
>>conftest.
$ac_ext
28422 cat >>conftest.
$ac_ext <<_ACEOF
28423 /* end confdefs.h. */
28425 /* Override any gcc2 internal prototype to avoid an error. */
28429 /* We use char because int might match the return type of a gcc2
28430 builtin and then its argument prototype would still apply. */
28440 rm -f conftest.
$ac_objext conftest
$ac_exeext
28441 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28442 (eval $ac_link) 2>conftest.er1
28444 grep -v '^ *+' conftest.er1
>conftest.err
28446 cat conftest.err
>&5
28447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28448 (exit $ac_status); } &&
28449 { ac_try
='test -z "$ac_c_werror_flag"
28450 || test ! -s conftest.err'
28451 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28452 (eval $ac_try) 2>&5
28454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28455 (exit $ac_status); }; } &&
28456 { ac_try
='test -s conftest$ac_exeext'
28457 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28458 (eval $ac_try) 2>&5
28460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28461 (exit $ac_status); }; }; then
28462 ac_cv_lib_m_csin
=yes
28464 echo "$as_me: failed program was:" >&5
28465 sed 's/^/| /' conftest.
$ac_ext >&5
28467 ac_cv_lib_m_csin
=no
28469 rm -f conftest.err conftest.
$ac_objext \
28470 conftest
$ac_exeext conftest.
$ac_ext
28471 LIBS
=$ac_check_lib_save_LIBS
28473 echo "$as_me:$LINENO: result: $ac_cv_lib_m_csin" >&5
28474 echo "${ECHO_T}$ac_cv_lib_m_csin" >&6
28475 if test $ac_cv_lib_m_csin = yes; then
28477 cat >>confdefs.h
<<\_ACEOF
28478 #define HAVE_CSIN 1
28483 echo "$as_me:$LINENO: checking for csinl in -lm" >&5
28484 echo $ECHO_N "checking for csinl in -lm... $ECHO_C" >&6
28485 if test "${ac_cv_lib_m_csinl+set}" = set; then
28486 echo $ECHO_N "(cached) $ECHO_C" >&6
28488 ac_check_lib_save_LIBS
=$LIBS
28490 if test x
$gcc_no_link = xyes
; then
28491 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
28492 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
28493 { (exit 1); exit 1; }; }
28495 cat >conftest.
$ac_ext <<_ACEOF
28498 cat confdefs.h
>>conftest.
$ac_ext
28499 cat >>conftest.
$ac_ext <<_ACEOF
28500 /* end confdefs.h. */
28502 /* Override any gcc2 internal prototype to avoid an error. */
28506 /* We use char because int might match the return type of a gcc2
28507 builtin and then its argument prototype would still apply. */
28517 rm -f conftest.
$ac_objext conftest
$ac_exeext
28518 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28519 (eval $ac_link) 2>conftest.er1
28521 grep -v '^ *+' conftest.er1
>conftest.err
28523 cat conftest.err
>&5
28524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28525 (exit $ac_status); } &&
28526 { ac_try
='test -z "$ac_c_werror_flag"
28527 || test ! -s conftest.err'
28528 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28529 (eval $ac_try) 2>&5
28531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28532 (exit $ac_status); }; } &&
28533 { ac_try
='test -s conftest$ac_exeext'
28534 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28535 (eval $ac_try) 2>&5
28537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28538 (exit $ac_status); }; }; then
28539 ac_cv_lib_m_csinl
=yes
28541 echo "$as_me: failed program was:" >&5
28542 sed 's/^/| /' conftest.
$ac_ext >&5
28544 ac_cv_lib_m_csinl
=no
28546 rm -f conftest.err conftest.
$ac_objext \
28547 conftest
$ac_exeext conftest.
$ac_ext
28548 LIBS
=$ac_check_lib_save_LIBS
28550 echo "$as_me:$LINENO: result: $ac_cv_lib_m_csinl" >&5
28551 echo "${ECHO_T}$ac_cv_lib_m_csinl" >&6
28552 if test $ac_cv_lib_m_csinl = yes; then
28554 cat >>confdefs.h
<<\_ACEOF
28555 #define HAVE_CSINL 1
28560 echo "$as_me:$LINENO: checking for sinhf in -lm" >&5
28561 echo $ECHO_N "checking for sinhf in -lm... $ECHO_C" >&6
28562 if test "${ac_cv_lib_m_sinhf+set}" = set; then
28563 echo $ECHO_N "(cached) $ECHO_C" >&6
28565 ac_check_lib_save_LIBS
=$LIBS
28567 if test x
$gcc_no_link = xyes
; then
28568 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
28569 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
28570 { (exit 1); exit 1; }; }
28572 cat >conftest.
$ac_ext <<_ACEOF
28575 cat confdefs.h
>>conftest.
$ac_ext
28576 cat >>conftest.
$ac_ext <<_ACEOF
28577 /* end confdefs.h. */
28579 /* Override any gcc2 internal prototype to avoid an error. */
28583 /* We use char because int might match the return type of a gcc2
28584 builtin and then its argument prototype would still apply. */
28594 rm -f conftest.
$ac_objext conftest
$ac_exeext
28595 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28596 (eval $ac_link) 2>conftest.er1
28598 grep -v '^ *+' conftest.er1
>conftest.err
28600 cat conftest.err
>&5
28601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28602 (exit $ac_status); } &&
28603 { ac_try
='test -z "$ac_c_werror_flag"
28604 || test ! -s conftest.err'
28605 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28606 (eval $ac_try) 2>&5
28608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28609 (exit $ac_status); }; } &&
28610 { ac_try
='test -s conftest$ac_exeext'
28611 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28612 (eval $ac_try) 2>&5
28614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28615 (exit $ac_status); }; }; then
28616 ac_cv_lib_m_sinhf
=yes
28618 echo "$as_me: failed program was:" >&5
28619 sed 's/^/| /' conftest.
$ac_ext >&5
28621 ac_cv_lib_m_sinhf
=no
28623 rm -f conftest.err conftest.
$ac_objext \
28624 conftest
$ac_exeext conftest.
$ac_ext
28625 LIBS
=$ac_check_lib_save_LIBS
28627 echo "$as_me:$LINENO: result: $ac_cv_lib_m_sinhf" >&5
28628 echo "${ECHO_T}$ac_cv_lib_m_sinhf" >&6
28629 if test $ac_cv_lib_m_sinhf = yes; then
28631 cat >>confdefs.h
<<\_ACEOF
28632 #define HAVE_SINHF 1
28637 echo "$as_me:$LINENO: checking for sinh in -lm" >&5
28638 echo $ECHO_N "checking for sinh in -lm... $ECHO_C" >&6
28639 if test "${ac_cv_lib_m_sinh+set}" = set; then
28640 echo $ECHO_N "(cached) $ECHO_C" >&6
28642 ac_check_lib_save_LIBS
=$LIBS
28644 if test x
$gcc_no_link = xyes
; then
28645 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
28646 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
28647 { (exit 1); exit 1; }; }
28649 cat >conftest.
$ac_ext <<_ACEOF
28652 cat confdefs.h
>>conftest.
$ac_ext
28653 cat >>conftest.
$ac_ext <<_ACEOF
28654 /* end confdefs.h. */
28656 /* Override any gcc2 internal prototype to avoid an error. */
28660 /* We use char because int might match the return type of a gcc2
28661 builtin and then its argument prototype would still apply. */
28671 rm -f conftest.
$ac_objext conftest
$ac_exeext
28672 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28673 (eval $ac_link) 2>conftest.er1
28675 grep -v '^ *+' conftest.er1
>conftest.err
28677 cat conftest.err
>&5
28678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28679 (exit $ac_status); } &&
28680 { ac_try
='test -z "$ac_c_werror_flag"
28681 || test ! -s conftest.err'
28682 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28683 (eval $ac_try) 2>&5
28685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28686 (exit $ac_status); }; } &&
28687 { ac_try
='test -s conftest$ac_exeext'
28688 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28689 (eval $ac_try) 2>&5
28691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28692 (exit $ac_status); }; }; then
28693 ac_cv_lib_m_sinh
=yes
28695 echo "$as_me: failed program was:" >&5
28696 sed 's/^/| /' conftest.
$ac_ext >&5
28698 ac_cv_lib_m_sinh
=no
28700 rm -f conftest.err conftest.
$ac_objext \
28701 conftest
$ac_exeext conftest.
$ac_ext
28702 LIBS
=$ac_check_lib_save_LIBS
28704 echo "$as_me:$LINENO: result: $ac_cv_lib_m_sinh" >&5
28705 echo "${ECHO_T}$ac_cv_lib_m_sinh" >&6
28706 if test $ac_cv_lib_m_sinh = yes; then
28708 cat >>confdefs.h
<<\_ACEOF
28709 #define HAVE_SINH 1
28714 echo "$as_me:$LINENO: checking for sinhl in -lm" >&5
28715 echo $ECHO_N "checking for sinhl in -lm... $ECHO_C" >&6
28716 if test "${ac_cv_lib_m_sinhl+set}" = set; then
28717 echo $ECHO_N "(cached) $ECHO_C" >&6
28719 ac_check_lib_save_LIBS
=$LIBS
28721 if test x
$gcc_no_link = xyes
; then
28722 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
28723 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
28724 { (exit 1); exit 1; }; }
28726 cat >conftest.
$ac_ext <<_ACEOF
28729 cat confdefs.h
>>conftest.
$ac_ext
28730 cat >>conftest.
$ac_ext <<_ACEOF
28731 /* end confdefs.h. */
28733 /* Override any gcc2 internal prototype to avoid an error. */
28737 /* We use char because int might match the return type of a gcc2
28738 builtin and then its argument prototype would still apply. */
28748 rm -f conftest.
$ac_objext conftest
$ac_exeext
28749 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28750 (eval $ac_link) 2>conftest.er1
28752 grep -v '^ *+' conftest.er1
>conftest.err
28754 cat conftest.err
>&5
28755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28756 (exit $ac_status); } &&
28757 { ac_try
='test -z "$ac_c_werror_flag"
28758 || test ! -s conftest.err'
28759 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28760 (eval $ac_try) 2>&5
28762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28763 (exit $ac_status); }; } &&
28764 { ac_try
='test -s conftest$ac_exeext'
28765 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28766 (eval $ac_try) 2>&5
28768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28769 (exit $ac_status); }; }; then
28770 ac_cv_lib_m_sinhl
=yes
28772 echo "$as_me: failed program was:" >&5
28773 sed 's/^/| /' conftest.
$ac_ext >&5
28775 ac_cv_lib_m_sinhl
=no
28777 rm -f conftest.err conftest.
$ac_objext \
28778 conftest
$ac_exeext conftest.
$ac_ext
28779 LIBS
=$ac_check_lib_save_LIBS
28781 echo "$as_me:$LINENO: result: $ac_cv_lib_m_sinhl" >&5
28782 echo "${ECHO_T}$ac_cv_lib_m_sinhl" >&6
28783 if test $ac_cv_lib_m_sinhl = yes; then
28785 cat >>confdefs.h
<<\_ACEOF
28786 #define HAVE_SINHL 1
28791 echo "$as_me:$LINENO: checking for csinhf in -lm" >&5
28792 echo $ECHO_N "checking for csinhf in -lm... $ECHO_C" >&6
28793 if test "${ac_cv_lib_m_csinhf+set}" = set; then
28794 echo $ECHO_N "(cached) $ECHO_C" >&6
28796 ac_check_lib_save_LIBS
=$LIBS
28798 if test x
$gcc_no_link = xyes
; then
28799 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
28800 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
28801 { (exit 1); exit 1; }; }
28803 cat >conftest.
$ac_ext <<_ACEOF
28806 cat confdefs.h
>>conftest.
$ac_ext
28807 cat >>conftest.
$ac_ext <<_ACEOF
28808 /* end confdefs.h. */
28810 /* Override any gcc2 internal prototype to avoid an error. */
28814 /* We use char because int might match the return type of a gcc2
28815 builtin and then its argument prototype would still apply. */
28825 rm -f conftest.
$ac_objext conftest
$ac_exeext
28826 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28827 (eval $ac_link) 2>conftest.er1
28829 grep -v '^ *+' conftest.er1
>conftest.err
28831 cat conftest.err
>&5
28832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28833 (exit $ac_status); } &&
28834 { ac_try
='test -z "$ac_c_werror_flag"
28835 || test ! -s conftest.err'
28836 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28837 (eval $ac_try) 2>&5
28839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28840 (exit $ac_status); }; } &&
28841 { ac_try
='test -s conftest$ac_exeext'
28842 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28843 (eval $ac_try) 2>&5
28845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28846 (exit $ac_status); }; }; then
28847 ac_cv_lib_m_csinhf
=yes
28849 echo "$as_me: failed program was:" >&5
28850 sed 's/^/| /' conftest.
$ac_ext >&5
28852 ac_cv_lib_m_csinhf
=no
28854 rm -f conftest.err conftest.
$ac_objext \
28855 conftest
$ac_exeext conftest.
$ac_ext
28856 LIBS
=$ac_check_lib_save_LIBS
28858 echo "$as_me:$LINENO: result: $ac_cv_lib_m_csinhf" >&5
28859 echo "${ECHO_T}$ac_cv_lib_m_csinhf" >&6
28860 if test $ac_cv_lib_m_csinhf = yes; then
28862 cat >>confdefs.h
<<\_ACEOF
28863 #define HAVE_CSINHF 1
28868 echo "$as_me:$LINENO: checking for csinh in -lm" >&5
28869 echo $ECHO_N "checking for csinh in -lm... $ECHO_C" >&6
28870 if test "${ac_cv_lib_m_csinh+set}" = set; then
28871 echo $ECHO_N "(cached) $ECHO_C" >&6
28873 ac_check_lib_save_LIBS
=$LIBS
28875 if test x
$gcc_no_link = xyes
; then
28876 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
28877 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
28878 { (exit 1); exit 1; }; }
28880 cat >conftest.
$ac_ext <<_ACEOF
28883 cat confdefs.h
>>conftest.
$ac_ext
28884 cat >>conftest.
$ac_ext <<_ACEOF
28885 /* end confdefs.h. */
28887 /* Override any gcc2 internal prototype to avoid an error. */
28891 /* We use char because int might match the return type of a gcc2
28892 builtin and then its argument prototype would still apply. */
28902 rm -f conftest.
$ac_objext conftest
$ac_exeext
28903 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28904 (eval $ac_link) 2>conftest.er1
28906 grep -v '^ *+' conftest.er1
>conftest.err
28908 cat conftest.err
>&5
28909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28910 (exit $ac_status); } &&
28911 { ac_try
='test -z "$ac_c_werror_flag"
28912 || test ! -s conftest.err'
28913 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28914 (eval $ac_try) 2>&5
28916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28917 (exit $ac_status); }; } &&
28918 { ac_try
='test -s conftest$ac_exeext'
28919 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28920 (eval $ac_try) 2>&5
28922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28923 (exit $ac_status); }; }; then
28924 ac_cv_lib_m_csinh
=yes
28926 echo "$as_me: failed program was:" >&5
28927 sed 's/^/| /' conftest.
$ac_ext >&5
28929 ac_cv_lib_m_csinh
=no
28931 rm -f conftest.err conftest.
$ac_objext \
28932 conftest
$ac_exeext conftest.
$ac_ext
28933 LIBS
=$ac_check_lib_save_LIBS
28935 echo "$as_me:$LINENO: result: $ac_cv_lib_m_csinh" >&5
28936 echo "${ECHO_T}$ac_cv_lib_m_csinh" >&6
28937 if test $ac_cv_lib_m_csinh = yes; then
28939 cat >>confdefs.h
<<\_ACEOF
28940 #define HAVE_CSINH 1
28945 echo "$as_me:$LINENO: checking for csinhl in -lm" >&5
28946 echo $ECHO_N "checking for csinhl in -lm... $ECHO_C" >&6
28947 if test "${ac_cv_lib_m_csinhl+set}" = set; then
28948 echo $ECHO_N "(cached) $ECHO_C" >&6
28950 ac_check_lib_save_LIBS
=$LIBS
28952 if test x
$gcc_no_link = xyes
; then
28953 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
28954 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
28955 { (exit 1); exit 1; }; }
28957 cat >conftest.
$ac_ext <<_ACEOF
28960 cat confdefs.h
>>conftest.
$ac_ext
28961 cat >>conftest.
$ac_ext <<_ACEOF
28962 /* end confdefs.h. */
28964 /* Override any gcc2 internal prototype to avoid an error. */
28968 /* We use char because int might match the return type of a gcc2
28969 builtin and then its argument prototype would still apply. */
28979 rm -f conftest.
$ac_objext conftest
$ac_exeext
28980 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
28981 (eval $ac_link) 2>conftest.er1
28983 grep -v '^ *+' conftest.er1
>conftest.err
28985 cat conftest.err
>&5
28986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28987 (exit $ac_status); } &&
28988 { ac_try
='test -z "$ac_c_werror_flag"
28989 || test ! -s conftest.err'
28990 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28991 (eval $ac_try) 2>&5
28993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
28994 (exit $ac_status); }; } &&
28995 { ac_try
='test -s conftest$ac_exeext'
28996 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
28997 (eval $ac_try) 2>&5
28999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29000 (exit $ac_status); }; }; then
29001 ac_cv_lib_m_csinhl
=yes
29003 echo "$as_me: failed program was:" >&5
29004 sed 's/^/| /' conftest.
$ac_ext >&5
29006 ac_cv_lib_m_csinhl
=no
29008 rm -f conftest.err conftest.
$ac_objext \
29009 conftest
$ac_exeext conftest.
$ac_ext
29010 LIBS
=$ac_check_lib_save_LIBS
29012 echo "$as_me:$LINENO: result: $ac_cv_lib_m_csinhl" >&5
29013 echo "${ECHO_T}$ac_cv_lib_m_csinhl" >&6
29014 if test $ac_cv_lib_m_csinhl = yes; then
29016 cat >>confdefs.h
<<\_ACEOF
29017 #define HAVE_CSINHL 1
29022 echo "$as_me:$LINENO: checking for sqrtf in -lm" >&5
29023 echo $ECHO_N "checking for sqrtf in -lm... $ECHO_C" >&6
29024 if test "${ac_cv_lib_m_sqrtf+set}" = set; then
29025 echo $ECHO_N "(cached) $ECHO_C" >&6
29027 ac_check_lib_save_LIBS
=$LIBS
29029 if test x
$gcc_no_link = xyes
; then
29030 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
29031 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
29032 { (exit 1); exit 1; }; }
29034 cat >conftest.
$ac_ext <<_ACEOF
29037 cat confdefs.h
>>conftest.
$ac_ext
29038 cat >>conftest.
$ac_ext <<_ACEOF
29039 /* end confdefs.h. */
29041 /* Override any gcc2 internal prototype to avoid an error. */
29045 /* We use char because int might match the return type of a gcc2
29046 builtin and then its argument prototype would still apply. */
29056 rm -f conftest.
$ac_objext conftest
$ac_exeext
29057 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29058 (eval $ac_link) 2>conftest.er1
29060 grep -v '^ *+' conftest.er1
>conftest.err
29062 cat conftest.err
>&5
29063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29064 (exit $ac_status); } &&
29065 { ac_try
='test -z "$ac_c_werror_flag"
29066 || test ! -s conftest.err'
29067 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29068 (eval $ac_try) 2>&5
29070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29071 (exit $ac_status); }; } &&
29072 { ac_try
='test -s conftest$ac_exeext'
29073 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29074 (eval $ac_try) 2>&5
29076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29077 (exit $ac_status); }; }; then
29078 ac_cv_lib_m_sqrtf
=yes
29080 echo "$as_me: failed program was:" >&5
29081 sed 's/^/| /' conftest.
$ac_ext >&5
29083 ac_cv_lib_m_sqrtf
=no
29085 rm -f conftest.err conftest.
$ac_objext \
29086 conftest
$ac_exeext conftest.
$ac_ext
29087 LIBS
=$ac_check_lib_save_LIBS
29089 echo "$as_me:$LINENO: result: $ac_cv_lib_m_sqrtf" >&5
29090 echo "${ECHO_T}$ac_cv_lib_m_sqrtf" >&6
29091 if test $ac_cv_lib_m_sqrtf = yes; then
29093 cat >>confdefs.h
<<\_ACEOF
29094 #define HAVE_SQRTF 1
29099 echo "$as_me:$LINENO: checking for sqrt in -lm" >&5
29100 echo $ECHO_N "checking for sqrt in -lm... $ECHO_C" >&6
29101 if test "${ac_cv_lib_m_sqrt+set}" = set; then
29102 echo $ECHO_N "(cached) $ECHO_C" >&6
29104 ac_check_lib_save_LIBS
=$LIBS
29106 if test x
$gcc_no_link = xyes
; then
29107 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
29108 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
29109 { (exit 1); exit 1; }; }
29111 cat >conftest.
$ac_ext <<_ACEOF
29114 cat confdefs.h
>>conftest.
$ac_ext
29115 cat >>conftest.
$ac_ext <<_ACEOF
29116 /* end confdefs.h. */
29118 /* Override any gcc2 internal prototype to avoid an error. */
29122 /* We use char because int might match the return type of a gcc2
29123 builtin and then its argument prototype would still apply. */
29133 rm -f conftest.
$ac_objext conftest
$ac_exeext
29134 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29135 (eval $ac_link) 2>conftest.er1
29137 grep -v '^ *+' conftest.er1
>conftest.err
29139 cat conftest.err
>&5
29140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29141 (exit $ac_status); } &&
29142 { ac_try
='test -z "$ac_c_werror_flag"
29143 || test ! -s conftest.err'
29144 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29145 (eval $ac_try) 2>&5
29147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29148 (exit $ac_status); }; } &&
29149 { ac_try
='test -s conftest$ac_exeext'
29150 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29151 (eval $ac_try) 2>&5
29153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29154 (exit $ac_status); }; }; then
29155 ac_cv_lib_m_sqrt
=yes
29157 echo "$as_me: failed program was:" >&5
29158 sed 's/^/| /' conftest.
$ac_ext >&5
29160 ac_cv_lib_m_sqrt
=no
29162 rm -f conftest.err conftest.
$ac_objext \
29163 conftest
$ac_exeext conftest.
$ac_ext
29164 LIBS
=$ac_check_lib_save_LIBS
29166 echo "$as_me:$LINENO: result: $ac_cv_lib_m_sqrt" >&5
29167 echo "${ECHO_T}$ac_cv_lib_m_sqrt" >&6
29168 if test $ac_cv_lib_m_sqrt = yes; then
29170 cat >>confdefs.h
<<\_ACEOF
29171 #define HAVE_SQRT 1
29176 echo "$as_me:$LINENO: checking for sqrtl in -lm" >&5
29177 echo $ECHO_N "checking for sqrtl in -lm... $ECHO_C" >&6
29178 if test "${ac_cv_lib_m_sqrtl+set}" = set; then
29179 echo $ECHO_N "(cached) $ECHO_C" >&6
29181 ac_check_lib_save_LIBS
=$LIBS
29183 if test x
$gcc_no_link = xyes
; then
29184 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
29185 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
29186 { (exit 1); exit 1; }; }
29188 cat >conftest.
$ac_ext <<_ACEOF
29191 cat confdefs.h
>>conftest.
$ac_ext
29192 cat >>conftest.
$ac_ext <<_ACEOF
29193 /* end confdefs.h. */
29195 /* Override any gcc2 internal prototype to avoid an error. */
29199 /* We use char because int might match the return type of a gcc2
29200 builtin and then its argument prototype would still apply. */
29210 rm -f conftest.
$ac_objext conftest
$ac_exeext
29211 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29212 (eval $ac_link) 2>conftest.er1
29214 grep -v '^ *+' conftest.er1
>conftest.err
29216 cat conftest.err
>&5
29217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29218 (exit $ac_status); } &&
29219 { ac_try
='test -z "$ac_c_werror_flag"
29220 || test ! -s conftest.err'
29221 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29222 (eval $ac_try) 2>&5
29224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29225 (exit $ac_status); }; } &&
29226 { ac_try
='test -s conftest$ac_exeext'
29227 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29228 (eval $ac_try) 2>&5
29230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29231 (exit $ac_status); }; }; then
29232 ac_cv_lib_m_sqrtl
=yes
29234 echo "$as_me: failed program was:" >&5
29235 sed 's/^/| /' conftest.
$ac_ext >&5
29237 ac_cv_lib_m_sqrtl
=no
29239 rm -f conftest.err conftest.
$ac_objext \
29240 conftest
$ac_exeext conftest.
$ac_ext
29241 LIBS
=$ac_check_lib_save_LIBS
29243 echo "$as_me:$LINENO: result: $ac_cv_lib_m_sqrtl" >&5
29244 echo "${ECHO_T}$ac_cv_lib_m_sqrtl" >&6
29245 if test $ac_cv_lib_m_sqrtl = yes; then
29247 cat >>confdefs.h
<<\_ACEOF
29248 #define HAVE_SQRTL 1
29253 echo "$as_me:$LINENO: checking for csqrtf in -lm" >&5
29254 echo $ECHO_N "checking for csqrtf in -lm... $ECHO_C" >&6
29255 if test "${ac_cv_lib_m_csqrtf+set}" = set; then
29256 echo $ECHO_N "(cached) $ECHO_C" >&6
29258 ac_check_lib_save_LIBS
=$LIBS
29260 if test x
$gcc_no_link = xyes
; then
29261 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
29262 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
29263 { (exit 1); exit 1; }; }
29265 cat >conftest.
$ac_ext <<_ACEOF
29268 cat confdefs.h
>>conftest.
$ac_ext
29269 cat >>conftest.
$ac_ext <<_ACEOF
29270 /* end confdefs.h. */
29272 /* Override any gcc2 internal prototype to avoid an error. */
29276 /* We use char because int might match the return type of a gcc2
29277 builtin and then its argument prototype would still apply. */
29287 rm -f conftest.
$ac_objext conftest
$ac_exeext
29288 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29289 (eval $ac_link) 2>conftest.er1
29291 grep -v '^ *+' conftest.er1
>conftest.err
29293 cat conftest.err
>&5
29294 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29295 (exit $ac_status); } &&
29296 { ac_try
='test -z "$ac_c_werror_flag"
29297 || test ! -s conftest.err'
29298 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29299 (eval $ac_try) 2>&5
29301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29302 (exit $ac_status); }; } &&
29303 { ac_try
='test -s conftest$ac_exeext'
29304 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29305 (eval $ac_try) 2>&5
29307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29308 (exit $ac_status); }; }; then
29309 ac_cv_lib_m_csqrtf
=yes
29311 echo "$as_me: failed program was:" >&5
29312 sed 's/^/| /' conftest.
$ac_ext >&5
29314 ac_cv_lib_m_csqrtf
=no
29316 rm -f conftest.err conftest.
$ac_objext \
29317 conftest
$ac_exeext conftest.
$ac_ext
29318 LIBS
=$ac_check_lib_save_LIBS
29320 echo "$as_me:$LINENO: result: $ac_cv_lib_m_csqrtf" >&5
29321 echo "${ECHO_T}$ac_cv_lib_m_csqrtf" >&6
29322 if test $ac_cv_lib_m_csqrtf = yes; then
29324 cat >>confdefs.h
<<\_ACEOF
29325 #define HAVE_CSQRTF 1
29330 echo "$as_me:$LINENO: checking for csqrt in -lm" >&5
29331 echo $ECHO_N "checking for csqrt in -lm... $ECHO_C" >&6
29332 if test "${ac_cv_lib_m_csqrt+set}" = set; then
29333 echo $ECHO_N "(cached) $ECHO_C" >&6
29335 ac_check_lib_save_LIBS
=$LIBS
29337 if test x
$gcc_no_link = xyes
; then
29338 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
29339 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
29340 { (exit 1); exit 1; }; }
29342 cat >conftest.
$ac_ext <<_ACEOF
29345 cat confdefs.h
>>conftest.
$ac_ext
29346 cat >>conftest.
$ac_ext <<_ACEOF
29347 /* end confdefs.h. */
29349 /* Override any gcc2 internal prototype to avoid an error. */
29353 /* We use char because int might match the return type of a gcc2
29354 builtin and then its argument prototype would still apply. */
29364 rm -f conftest.
$ac_objext conftest
$ac_exeext
29365 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29366 (eval $ac_link) 2>conftest.er1
29368 grep -v '^ *+' conftest.er1
>conftest.err
29370 cat conftest.err
>&5
29371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29372 (exit $ac_status); } &&
29373 { ac_try
='test -z "$ac_c_werror_flag"
29374 || test ! -s conftest.err'
29375 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29376 (eval $ac_try) 2>&5
29378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29379 (exit $ac_status); }; } &&
29380 { ac_try
='test -s conftest$ac_exeext'
29381 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29382 (eval $ac_try) 2>&5
29384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29385 (exit $ac_status); }; }; then
29386 ac_cv_lib_m_csqrt
=yes
29388 echo "$as_me: failed program was:" >&5
29389 sed 's/^/| /' conftest.
$ac_ext >&5
29391 ac_cv_lib_m_csqrt
=no
29393 rm -f conftest.err conftest.
$ac_objext \
29394 conftest
$ac_exeext conftest.
$ac_ext
29395 LIBS
=$ac_check_lib_save_LIBS
29397 echo "$as_me:$LINENO: result: $ac_cv_lib_m_csqrt" >&5
29398 echo "${ECHO_T}$ac_cv_lib_m_csqrt" >&6
29399 if test $ac_cv_lib_m_csqrt = yes; then
29401 cat >>confdefs.h
<<\_ACEOF
29402 #define HAVE_CSQRT 1
29407 echo "$as_me:$LINENO: checking for csqrtl in -lm" >&5
29408 echo $ECHO_N "checking for csqrtl in -lm... $ECHO_C" >&6
29409 if test "${ac_cv_lib_m_csqrtl+set}" = set; then
29410 echo $ECHO_N "(cached) $ECHO_C" >&6
29412 ac_check_lib_save_LIBS
=$LIBS
29414 if test x
$gcc_no_link = xyes
; then
29415 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
29416 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
29417 { (exit 1); exit 1; }; }
29419 cat >conftest.
$ac_ext <<_ACEOF
29422 cat confdefs.h
>>conftest.
$ac_ext
29423 cat >>conftest.
$ac_ext <<_ACEOF
29424 /* end confdefs.h. */
29426 /* Override any gcc2 internal prototype to avoid an error. */
29430 /* We use char because int might match the return type of a gcc2
29431 builtin and then its argument prototype would still apply. */
29441 rm -f conftest.
$ac_objext conftest
$ac_exeext
29442 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29443 (eval $ac_link) 2>conftest.er1
29445 grep -v '^ *+' conftest.er1
>conftest.err
29447 cat conftest.err
>&5
29448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29449 (exit $ac_status); } &&
29450 { ac_try
='test -z "$ac_c_werror_flag"
29451 || test ! -s conftest.err'
29452 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29453 (eval $ac_try) 2>&5
29455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29456 (exit $ac_status); }; } &&
29457 { ac_try
='test -s conftest$ac_exeext'
29458 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29459 (eval $ac_try) 2>&5
29461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29462 (exit $ac_status); }; }; then
29463 ac_cv_lib_m_csqrtl
=yes
29465 echo "$as_me: failed program was:" >&5
29466 sed 's/^/| /' conftest.
$ac_ext >&5
29468 ac_cv_lib_m_csqrtl
=no
29470 rm -f conftest.err conftest.
$ac_objext \
29471 conftest
$ac_exeext conftest.
$ac_ext
29472 LIBS
=$ac_check_lib_save_LIBS
29474 echo "$as_me:$LINENO: result: $ac_cv_lib_m_csqrtl" >&5
29475 echo "${ECHO_T}$ac_cv_lib_m_csqrtl" >&6
29476 if test $ac_cv_lib_m_csqrtl = yes; then
29478 cat >>confdefs.h
<<\_ACEOF
29479 #define HAVE_CSQRTL 1
29484 echo "$as_me:$LINENO: checking for tanf in -lm" >&5
29485 echo $ECHO_N "checking for tanf in -lm... $ECHO_C" >&6
29486 if test "${ac_cv_lib_m_tanf+set}" = set; then
29487 echo $ECHO_N "(cached) $ECHO_C" >&6
29489 ac_check_lib_save_LIBS
=$LIBS
29491 if test x
$gcc_no_link = xyes
; then
29492 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
29493 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
29494 { (exit 1); exit 1; }; }
29496 cat >conftest.
$ac_ext <<_ACEOF
29499 cat confdefs.h
>>conftest.
$ac_ext
29500 cat >>conftest.
$ac_ext <<_ACEOF
29501 /* end confdefs.h. */
29503 /* Override any gcc2 internal prototype to avoid an error. */
29507 /* We use char because int might match the return type of a gcc2
29508 builtin and then its argument prototype would still apply. */
29518 rm -f conftest.
$ac_objext conftest
$ac_exeext
29519 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29520 (eval $ac_link) 2>conftest.er1
29522 grep -v '^ *+' conftest.er1
>conftest.err
29524 cat conftest.err
>&5
29525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29526 (exit $ac_status); } &&
29527 { ac_try
='test -z "$ac_c_werror_flag"
29528 || test ! -s conftest.err'
29529 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29530 (eval $ac_try) 2>&5
29532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29533 (exit $ac_status); }; } &&
29534 { ac_try
='test -s conftest$ac_exeext'
29535 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29536 (eval $ac_try) 2>&5
29538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29539 (exit $ac_status); }; }; then
29540 ac_cv_lib_m_tanf
=yes
29542 echo "$as_me: failed program was:" >&5
29543 sed 's/^/| /' conftest.
$ac_ext >&5
29545 ac_cv_lib_m_tanf
=no
29547 rm -f conftest.err conftest.
$ac_objext \
29548 conftest
$ac_exeext conftest.
$ac_ext
29549 LIBS
=$ac_check_lib_save_LIBS
29551 echo "$as_me:$LINENO: result: $ac_cv_lib_m_tanf" >&5
29552 echo "${ECHO_T}$ac_cv_lib_m_tanf" >&6
29553 if test $ac_cv_lib_m_tanf = yes; then
29555 cat >>confdefs.h
<<\_ACEOF
29556 #define HAVE_TANF 1
29561 echo "$as_me:$LINENO: checking for tan in -lm" >&5
29562 echo $ECHO_N "checking for tan in -lm... $ECHO_C" >&6
29563 if test "${ac_cv_lib_m_tan+set}" = set; then
29564 echo $ECHO_N "(cached) $ECHO_C" >&6
29566 ac_check_lib_save_LIBS
=$LIBS
29568 if test x
$gcc_no_link = xyes
; then
29569 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
29570 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
29571 { (exit 1); exit 1; }; }
29573 cat >conftest.
$ac_ext <<_ACEOF
29576 cat confdefs.h
>>conftest.
$ac_ext
29577 cat >>conftest.
$ac_ext <<_ACEOF
29578 /* end confdefs.h. */
29580 /* Override any gcc2 internal prototype to avoid an error. */
29584 /* We use char because int might match the return type of a gcc2
29585 builtin and then its argument prototype would still apply. */
29595 rm -f conftest.
$ac_objext conftest
$ac_exeext
29596 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29597 (eval $ac_link) 2>conftest.er1
29599 grep -v '^ *+' conftest.er1
>conftest.err
29601 cat conftest.err
>&5
29602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29603 (exit $ac_status); } &&
29604 { ac_try
='test -z "$ac_c_werror_flag"
29605 || test ! -s conftest.err'
29606 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29607 (eval $ac_try) 2>&5
29609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29610 (exit $ac_status); }; } &&
29611 { ac_try
='test -s conftest$ac_exeext'
29612 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29613 (eval $ac_try) 2>&5
29615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29616 (exit $ac_status); }; }; then
29617 ac_cv_lib_m_tan
=yes
29619 echo "$as_me: failed program was:" >&5
29620 sed 's/^/| /' conftest.
$ac_ext >&5
29624 rm -f conftest.err conftest.
$ac_objext \
29625 conftest
$ac_exeext conftest.
$ac_ext
29626 LIBS
=$ac_check_lib_save_LIBS
29628 echo "$as_me:$LINENO: result: $ac_cv_lib_m_tan" >&5
29629 echo "${ECHO_T}$ac_cv_lib_m_tan" >&6
29630 if test $ac_cv_lib_m_tan = yes; then
29632 cat >>confdefs.h
<<\_ACEOF
29638 echo "$as_me:$LINENO: checking for tanl in -lm" >&5
29639 echo $ECHO_N "checking for tanl in -lm... $ECHO_C" >&6
29640 if test "${ac_cv_lib_m_tanl+set}" = set; then
29641 echo $ECHO_N "(cached) $ECHO_C" >&6
29643 ac_check_lib_save_LIBS
=$LIBS
29645 if test x
$gcc_no_link = xyes
; then
29646 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
29647 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
29648 { (exit 1); exit 1; }; }
29650 cat >conftest.
$ac_ext <<_ACEOF
29653 cat confdefs.h
>>conftest.
$ac_ext
29654 cat >>conftest.
$ac_ext <<_ACEOF
29655 /* end confdefs.h. */
29657 /* Override any gcc2 internal prototype to avoid an error. */
29661 /* We use char because int might match the return type of a gcc2
29662 builtin and then its argument prototype would still apply. */
29672 rm -f conftest.
$ac_objext conftest
$ac_exeext
29673 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29674 (eval $ac_link) 2>conftest.er1
29676 grep -v '^ *+' conftest.er1
>conftest.err
29678 cat conftest.err
>&5
29679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29680 (exit $ac_status); } &&
29681 { ac_try
='test -z "$ac_c_werror_flag"
29682 || test ! -s conftest.err'
29683 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29684 (eval $ac_try) 2>&5
29686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29687 (exit $ac_status); }; } &&
29688 { ac_try
='test -s conftest$ac_exeext'
29689 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29690 (eval $ac_try) 2>&5
29692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29693 (exit $ac_status); }; }; then
29694 ac_cv_lib_m_tanl
=yes
29696 echo "$as_me: failed program was:" >&5
29697 sed 's/^/| /' conftest.
$ac_ext >&5
29699 ac_cv_lib_m_tanl
=no
29701 rm -f conftest.err conftest.
$ac_objext \
29702 conftest
$ac_exeext conftest.
$ac_ext
29703 LIBS
=$ac_check_lib_save_LIBS
29705 echo "$as_me:$LINENO: result: $ac_cv_lib_m_tanl" >&5
29706 echo "${ECHO_T}$ac_cv_lib_m_tanl" >&6
29707 if test $ac_cv_lib_m_tanl = yes; then
29709 cat >>confdefs.h
<<\_ACEOF
29710 #define HAVE_TANL 1
29715 echo "$as_me:$LINENO: checking for ctanf in -lm" >&5
29716 echo $ECHO_N "checking for ctanf in -lm... $ECHO_C" >&6
29717 if test "${ac_cv_lib_m_ctanf+set}" = set; then
29718 echo $ECHO_N "(cached) $ECHO_C" >&6
29720 ac_check_lib_save_LIBS
=$LIBS
29722 if test x
$gcc_no_link = xyes
; then
29723 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
29724 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
29725 { (exit 1); exit 1; }; }
29727 cat >conftest.
$ac_ext <<_ACEOF
29730 cat confdefs.h
>>conftest.
$ac_ext
29731 cat >>conftest.
$ac_ext <<_ACEOF
29732 /* end confdefs.h. */
29734 /* Override any gcc2 internal prototype to avoid an error. */
29738 /* We use char because int might match the return type of a gcc2
29739 builtin and then its argument prototype would still apply. */
29749 rm -f conftest.
$ac_objext conftest
$ac_exeext
29750 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29751 (eval $ac_link) 2>conftest.er1
29753 grep -v '^ *+' conftest.er1
>conftest.err
29755 cat conftest.err
>&5
29756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29757 (exit $ac_status); } &&
29758 { ac_try
='test -z "$ac_c_werror_flag"
29759 || test ! -s conftest.err'
29760 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29761 (eval $ac_try) 2>&5
29763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29764 (exit $ac_status); }; } &&
29765 { ac_try
='test -s conftest$ac_exeext'
29766 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29767 (eval $ac_try) 2>&5
29769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29770 (exit $ac_status); }; }; then
29771 ac_cv_lib_m_ctanf
=yes
29773 echo "$as_me: failed program was:" >&5
29774 sed 's/^/| /' conftest.
$ac_ext >&5
29776 ac_cv_lib_m_ctanf
=no
29778 rm -f conftest.err conftest.
$ac_objext \
29779 conftest
$ac_exeext conftest.
$ac_ext
29780 LIBS
=$ac_check_lib_save_LIBS
29782 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ctanf" >&5
29783 echo "${ECHO_T}$ac_cv_lib_m_ctanf" >&6
29784 if test $ac_cv_lib_m_ctanf = yes; then
29786 cat >>confdefs.h
<<\_ACEOF
29787 #define HAVE_CTANF 1
29792 echo "$as_me:$LINENO: checking for ctan in -lm" >&5
29793 echo $ECHO_N "checking for ctan in -lm... $ECHO_C" >&6
29794 if test "${ac_cv_lib_m_ctan+set}" = set; then
29795 echo $ECHO_N "(cached) $ECHO_C" >&6
29797 ac_check_lib_save_LIBS
=$LIBS
29799 if test x
$gcc_no_link = xyes
; then
29800 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
29801 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
29802 { (exit 1); exit 1; }; }
29804 cat >conftest.
$ac_ext <<_ACEOF
29807 cat confdefs.h
>>conftest.
$ac_ext
29808 cat >>conftest.
$ac_ext <<_ACEOF
29809 /* end confdefs.h. */
29811 /* Override any gcc2 internal prototype to avoid an error. */
29815 /* We use char because int might match the return type of a gcc2
29816 builtin and then its argument prototype would still apply. */
29826 rm -f conftest.
$ac_objext conftest
$ac_exeext
29827 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29828 (eval $ac_link) 2>conftest.er1
29830 grep -v '^ *+' conftest.er1
>conftest.err
29832 cat conftest.err
>&5
29833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29834 (exit $ac_status); } &&
29835 { ac_try
='test -z "$ac_c_werror_flag"
29836 || test ! -s conftest.err'
29837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29838 (eval $ac_try) 2>&5
29840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29841 (exit $ac_status); }; } &&
29842 { ac_try
='test -s conftest$ac_exeext'
29843 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29844 (eval $ac_try) 2>&5
29846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29847 (exit $ac_status); }; }; then
29848 ac_cv_lib_m_ctan
=yes
29850 echo "$as_me: failed program was:" >&5
29851 sed 's/^/| /' conftest.
$ac_ext >&5
29853 ac_cv_lib_m_ctan
=no
29855 rm -f conftest.err conftest.
$ac_objext \
29856 conftest
$ac_exeext conftest.
$ac_ext
29857 LIBS
=$ac_check_lib_save_LIBS
29859 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ctan" >&5
29860 echo "${ECHO_T}$ac_cv_lib_m_ctan" >&6
29861 if test $ac_cv_lib_m_ctan = yes; then
29863 cat >>confdefs.h
<<\_ACEOF
29864 #define HAVE_CTAN 1
29869 echo "$as_me:$LINENO: checking for ctanl in -lm" >&5
29870 echo $ECHO_N "checking for ctanl in -lm... $ECHO_C" >&6
29871 if test "${ac_cv_lib_m_ctanl+set}" = set; then
29872 echo $ECHO_N "(cached) $ECHO_C" >&6
29874 ac_check_lib_save_LIBS
=$LIBS
29876 if test x
$gcc_no_link = xyes
; then
29877 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
29878 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
29879 { (exit 1); exit 1; }; }
29881 cat >conftest.
$ac_ext <<_ACEOF
29884 cat confdefs.h
>>conftest.
$ac_ext
29885 cat >>conftest.
$ac_ext <<_ACEOF
29886 /* end confdefs.h. */
29888 /* Override any gcc2 internal prototype to avoid an error. */
29892 /* We use char because int might match the return type of a gcc2
29893 builtin and then its argument prototype would still apply. */
29903 rm -f conftest.
$ac_objext conftest
$ac_exeext
29904 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29905 (eval $ac_link) 2>conftest.er1
29907 grep -v '^ *+' conftest.er1
>conftest.err
29909 cat conftest.err
>&5
29910 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29911 (exit $ac_status); } &&
29912 { ac_try
='test -z "$ac_c_werror_flag"
29913 || test ! -s conftest.err'
29914 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29915 (eval $ac_try) 2>&5
29917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29918 (exit $ac_status); }; } &&
29919 { ac_try
='test -s conftest$ac_exeext'
29920 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29921 (eval $ac_try) 2>&5
29923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29924 (exit $ac_status); }; }; then
29925 ac_cv_lib_m_ctanl
=yes
29927 echo "$as_me: failed program was:" >&5
29928 sed 's/^/| /' conftest.
$ac_ext >&5
29930 ac_cv_lib_m_ctanl
=no
29932 rm -f conftest.err conftest.
$ac_objext \
29933 conftest
$ac_exeext conftest.
$ac_ext
29934 LIBS
=$ac_check_lib_save_LIBS
29936 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ctanl" >&5
29937 echo "${ECHO_T}$ac_cv_lib_m_ctanl" >&6
29938 if test $ac_cv_lib_m_ctanl = yes; then
29940 cat >>confdefs.h
<<\_ACEOF
29941 #define HAVE_CTANL 1
29946 echo "$as_me:$LINENO: checking for tanhf in -lm" >&5
29947 echo $ECHO_N "checking for tanhf in -lm... $ECHO_C" >&6
29948 if test "${ac_cv_lib_m_tanhf+set}" = set; then
29949 echo $ECHO_N "(cached) $ECHO_C" >&6
29951 ac_check_lib_save_LIBS
=$LIBS
29953 if test x
$gcc_no_link = xyes
; then
29954 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
29955 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
29956 { (exit 1); exit 1; }; }
29958 cat >conftest.
$ac_ext <<_ACEOF
29961 cat confdefs.h
>>conftest.
$ac_ext
29962 cat >>conftest.
$ac_ext <<_ACEOF
29963 /* end confdefs.h. */
29965 /* Override any gcc2 internal prototype to avoid an error. */
29969 /* We use char because int might match the return type of a gcc2
29970 builtin and then its argument prototype would still apply. */
29980 rm -f conftest.
$ac_objext conftest
$ac_exeext
29981 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
29982 (eval $ac_link) 2>conftest.er1
29984 grep -v '^ *+' conftest.er1
>conftest.err
29986 cat conftest.err
>&5
29987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29988 (exit $ac_status); } &&
29989 { ac_try
='test -z "$ac_c_werror_flag"
29990 || test ! -s conftest.err'
29991 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29992 (eval $ac_try) 2>&5
29994 echo "$as_me:$LINENO: \$? = $ac_status" >&5
29995 (exit $ac_status); }; } &&
29996 { ac_try
='test -s conftest$ac_exeext'
29997 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
29998 (eval $ac_try) 2>&5
30000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30001 (exit $ac_status); }; }; then
30002 ac_cv_lib_m_tanhf
=yes
30004 echo "$as_me: failed program was:" >&5
30005 sed 's/^/| /' conftest.
$ac_ext >&5
30007 ac_cv_lib_m_tanhf
=no
30009 rm -f conftest.err conftest.
$ac_objext \
30010 conftest
$ac_exeext conftest.
$ac_ext
30011 LIBS
=$ac_check_lib_save_LIBS
30013 echo "$as_me:$LINENO: result: $ac_cv_lib_m_tanhf" >&5
30014 echo "${ECHO_T}$ac_cv_lib_m_tanhf" >&6
30015 if test $ac_cv_lib_m_tanhf = yes; then
30017 cat >>confdefs.h
<<\_ACEOF
30018 #define HAVE_TANHF 1
30023 echo "$as_me:$LINENO: checking for tanh in -lm" >&5
30024 echo $ECHO_N "checking for tanh in -lm... $ECHO_C" >&6
30025 if test "${ac_cv_lib_m_tanh+set}" = set; then
30026 echo $ECHO_N "(cached) $ECHO_C" >&6
30028 ac_check_lib_save_LIBS
=$LIBS
30030 if test x
$gcc_no_link = xyes
; then
30031 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
30032 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
30033 { (exit 1); exit 1; }; }
30035 cat >conftest.
$ac_ext <<_ACEOF
30038 cat confdefs.h
>>conftest.
$ac_ext
30039 cat >>conftest.
$ac_ext <<_ACEOF
30040 /* end confdefs.h. */
30042 /* Override any gcc2 internal prototype to avoid an error. */
30046 /* We use char because int might match the return type of a gcc2
30047 builtin and then its argument prototype would still apply. */
30057 rm -f conftest.
$ac_objext conftest
$ac_exeext
30058 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30059 (eval $ac_link) 2>conftest.er1
30061 grep -v '^ *+' conftest.er1
>conftest.err
30063 cat conftest.err
>&5
30064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30065 (exit $ac_status); } &&
30066 { ac_try
='test -z "$ac_c_werror_flag"
30067 || test ! -s conftest.err'
30068 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30069 (eval $ac_try) 2>&5
30071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30072 (exit $ac_status); }; } &&
30073 { ac_try
='test -s conftest$ac_exeext'
30074 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30075 (eval $ac_try) 2>&5
30077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30078 (exit $ac_status); }; }; then
30079 ac_cv_lib_m_tanh
=yes
30081 echo "$as_me: failed program was:" >&5
30082 sed 's/^/| /' conftest.
$ac_ext >&5
30084 ac_cv_lib_m_tanh
=no
30086 rm -f conftest.err conftest.
$ac_objext \
30087 conftest
$ac_exeext conftest.
$ac_ext
30088 LIBS
=$ac_check_lib_save_LIBS
30090 echo "$as_me:$LINENO: result: $ac_cv_lib_m_tanh" >&5
30091 echo "${ECHO_T}$ac_cv_lib_m_tanh" >&6
30092 if test $ac_cv_lib_m_tanh = yes; then
30094 cat >>confdefs.h
<<\_ACEOF
30095 #define HAVE_TANH 1
30100 echo "$as_me:$LINENO: checking for tanhl in -lm" >&5
30101 echo $ECHO_N "checking for tanhl in -lm... $ECHO_C" >&6
30102 if test "${ac_cv_lib_m_tanhl+set}" = set; then
30103 echo $ECHO_N "(cached) $ECHO_C" >&6
30105 ac_check_lib_save_LIBS
=$LIBS
30107 if test x
$gcc_no_link = xyes
; then
30108 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
30109 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
30110 { (exit 1); exit 1; }; }
30112 cat >conftest.
$ac_ext <<_ACEOF
30115 cat confdefs.h
>>conftest.
$ac_ext
30116 cat >>conftest.
$ac_ext <<_ACEOF
30117 /* end confdefs.h. */
30119 /* Override any gcc2 internal prototype to avoid an error. */
30123 /* We use char because int might match the return type of a gcc2
30124 builtin and then its argument prototype would still apply. */
30134 rm -f conftest.
$ac_objext conftest
$ac_exeext
30135 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30136 (eval $ac_link) 2>conftest.er1
30138 grep -v '^ *+' conftest.er1
>conftest.err
30140 cat conftest.err
>&5
30141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30142 (exit $ac_status); } &&
30143 { ac_try
='test -z "$ac_c_werror_flag"
30144 || test ! -s conftest.err'
30145 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30146 (eval $ac_try) 2>&5
30148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30149 (exit $ac_status); }; } &&
30150 { ac_try
='test -s conftest$ac_exeext'
30151 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30152 (eval $ac_try) 2>&5
30154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30155 (exit $ac_status); }; }; then
30156 ac_cv_lib_m_tanhl
=yes
30158 echo "$as_me: failed program was:" >&5
30159 sed 's/^/| /' conftest.
$ac_ext >&5
30161 ac_cv_lib_m_tanhl
=no
30163 rm -f conftest.err conftest.
$ac_objext \
30164 conftest
$ac_exeext conftest.
$ac_ext
30165 LIBS
=$ac_check_lib_save_LIBS
30167 echo "$as_me:$LINENO: result: $ac_cv_lib_m_tanhl" >&5
30168 echo "${ECHO_T}$ac_cv_lib_m_tanhl" >&6
30169 if test $ac_cv_lib_m_tanhl = yes; then
30171 cat >>confdefs.h
<<\_ACEOF
30172 #define HAVE_TANHL 1
30177 echo "$as_me:$LINENO: checking for ctanhf in -lm" >&5
30178 echo $ECHO_N "checking for ctanhf in -lm... $ECHO_C" >&6
30179 if test "${ac_cv_lib_m_ctanhf+set}" = set; then
30180 echo $ECHO_N "(cached) $ECHO_C" >&6
30182 ac_check_lib_save_LIBS
=$LIBS
30184 if test x
$gcc_no_link = xyes
; then
30185 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
30186 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
30187 { (exit 1); exit 1; }; }
30189 cat >conftest.
$ac_ext <<_ACEOF
30192 cat confdefs.h
>>conftest.
$ac_ext
30193 cat >>conftest.
$ac_ext <<_ACEOF
30194 /* end confdefs.h. */
30196 /* Override any gcc2 internal prototype to avoid an error. */
30200 /* We use char because int might match the return type of a gcc2
30201 builtin and then its argument prototype would still apply. */
30211 rm -f conftest.
$ac_objext conftest
$ac_exeext
30212 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30213 (eval $ac_link) 2>conftest.er1
30215 grep -v '^ *+' conftest.er1
>conftest.err
30217 cat conftest.err
>&5
30218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30219 (exit $ac_status); } &&
30220 { ac_try
='test -z "$ac_c_werror_flag"
30221 || test ! -s conftest.err'
30222 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30223 (eval $ac_try) 2>&5
30225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30226 (exit $ac_status); }; } &&
30227 { ac_try
='test -s conftest$ac_exeext'
30228 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30229 (eval $ac_try) 2>&5
30231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30232 (exit $ac_status); }; }; then
30233 ac_cv_lib_m_ctanhf
=yes
30235 echo "$as_me: failed program was:" >&5
30236 sed 's/^/| /' conftest.
$ac_ext >&5
30238 ac_cv_lib_m_ctanhf
=no
30240 rm -f conftest.err conftest.
$ac_objext \
30241 conftest
$ac_exeext conftest.
$ac_ext
30242 LIBS
=$ac_check_lib_save_LIBS
30244 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ctanhf" >&5
30245 echo "${ECHO_T}$ac_cv_lib_m_ctanhf" >&6
30246 if test $ac_cv_lib_m_ctanhf = yes; then
30248 cat >>confdefs.h
<<\_ACEOF
30249 #define HAVE_CTANHF 1
30254 echo "$as_me:$LINENO: checking for ctanh in -lm" >&5
30255 echo $ECHO_N "checking for ctanh in -lm... $ECHO_C" >&6
30256 if test "${ac_cv_lib_m_ctanh+set}" = set; then
30257 echo $ECHO_N "(cached) $ECHO_C" >&6
30259 ac_check_lib_save_LIBS
=$LIBS
30261 if test x
$gcc_no_link = xyes
; then
30262 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
30263 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
30264 { (exit 1); exit 1; }; }
30266 cat >conftest.
$ac_ext <<_ACEOF
30269 cat confdefs.h
>>conftest.
$ac_ext
30270 cat >>conftest.
$ac_ext <<_ACEOF
30271 /* end confdefs.h. */
30273 /* Override any gcc2 internal prototype to avoid an error. */
30277 /* We use char because int might match the return type of a gcc2
30278 builtin and then its argument prototype would still apply. */
30288 rm -f conftest.
$ac_objext conftest
$ac_exeext
30289 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30290 (eval $ac_link) 2>conftest.er1
30292 grep -v '^ *+' conftest.er1
>conftest.err
30294 cat conftest.err
>&5
30295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30296 (exit $ac_status); } &&
30297 { ac_try
='test -z "$ac_c_werror_flag"
30298 || test ! -s conftest.err'
30299 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30300 (eval $ac_try) 2>&5
30302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30303 (exit $ac_status); }; } &&
30304 { ac_try
='test -s conftest$ac_exeext'
30305 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30306 (eval $ac_try) 2>&5
30308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30309 (exit $ac_status); }; }; then
30310 ac_cv_lib_m_ctanh
=yes
30312 echo "$as_me: failed program was:" >&5
30313 sed 's/^/| /' conftest.
$ac_ext >&5
30315 ac_cv_lib_m_ctanh
=no
30317 rm -f conftest.err conftest.
$ac_objext \
30318 conftest
$ac_exeext conftest.
$ac_ext
30319 LIBS
=$ac_check_lib_save_LIBS
30321 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ctanh" >&5
30322 echo "${ECHO_T}$ac_cv_lib_m_ctanh" >&6
30323 if test $ac_cv_lib_m_ctanh = yes; then
30325 cat >>confdefs.h
<<\_ACEOF
30326 #define HAVE_CTANH 1
30331 echo "$as_me:$LINENO: checking for ctanhl in -lm" >&5
30332 echo $ECHO_N "checking for ctanhl in -lm... $ECHO_C" >&6
30333 if test "${ac_cv_lib_m_ctanhl+set}" = set; then
30334 echo $ECHO_N "(cached) $ECHO_C" >&6
30336 ac_check_lib_save_LIBS
=$LIBS
30338 if test x
$gcc_no_link = xyes
; then
30339 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
30340 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
30341 { (exit 1); exit 1; }; }
30343 cat >conftest.
$ac_ext <<_ACEOF
30346 cat confdefs.h
>>conftest.
$ac_ext
30347 cat >>conftest.
$ac_ext <<_ACEOF
30348 /* end confdefs.h. */
30350 /* Override any gcc2 internal prototype to avoid an error. */
30354 /* We use char because int might match the return type of a gcc2
30355 builtin and then its argument prototype would still apply. */
30365 rm -f conftest.
$ac_objext conftest
$ac_exeext
30366 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30367 (eval $ac_link) 2>conftest.er1
30369 grep -v '^ *+' conftest.er1
>conftest.err
30371 cat conftest.err
>&5
30372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30373 (exit $ac_status); } &&
30374 { ac_try
='test -z "$ac_c_werror_flag"
30375 || test ! -s conftest.err'
30376 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30377 (eval $ac_try) 2>&5
30379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30380 (exit $ac_status); }; } &&
30381 { ac_try
='test -s conftest$ac_exeext'
30382 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30383 (eval $ac_try) 2>&5
30385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30386 (exit $ac_status); }; }; then
30387 ac_cv_lib_m_ctanhl
=yes
30389 echo "$as_me: failed program was:" >&5
30390 sed 's/^/| /' conftest.
$ac_ext >&5
30392 ac_cv_lib_m_ctanhl
=no
30394 rm -f conftest.err conftest.
$ac_objext \
30395 conftest
$ac_exeext conftest.
$ac_ext
30396 LIBS
=$ac_check_lib_save_LIBS
30398 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ctanhl" >&5
30399 echo "${ECHO_T}$ac_cv_lib_m_ctanhl" >&6
30400 if test $ac_cv_lib_m_ctanhl = yes; then
30402 cat >>confdefs.h
<<\_ACEOF
30403 #define HAVE_CTANHL 1
30408 echo "$as_me:$LINENO: checking for truncf in -lm" >&5
30409 echo $ECHO_N "checking for truncf in -lm... $ECHO_C" >&6
30410 if test "${ac_cv_lib_m_truncf+set}" = set; then
30411 echo $ECHO_N "(cached) $ECHO_C" >&6
30413 ac_check_lib_save_LIBS
=$LIBS
30415 if test x
$gcc_no_link = xyes
; then
30416 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
30417 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
30418 { (exit 1); exit 1; }; }
30420 cat >conftest.
$ac_ext <<_ACEOF
30423 cat confdefs.h
>>conftest.
$ac_ext
30424 cat >>conftest.
$ac_ext <<_ACEOF
30425 /* end confdefs.h. */
30427 /* Override any gcc2 internal prototype to avoid an error. */
30431 /* We use char because int might match the return type of a gcc2
30432 builtin and then its argument prototype would still apply. */
30442 rm -f conftest.
$ac_objext conftest
$ac_exeext
30443 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30444 (eval $ac_link) 2>conftest.er1
30446 grep -v '^ *+' conftest.er1
>conftest.err
30448 cat conftest.err
>&5
30449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30450 (exit $ac_status); } &&
30451 { ac_try
='test -z "$ac_c_werror_flag"
30452 || test ! -s conftest.err'
30453 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30454 (eval $ac_try) 2>&5
30456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30457 (exit $ac_status); }; } &&
30458 { ac_try
='test -s conftest$ac_exeext'
30459 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30460 (eval $ac_try) 2>&5
30462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30463 (exit $ac_status); }; }; then
30464 ac_cv_lib_m_truncf
=yes
30466 echo "$as_me: failed program was:" >&5
30467 sed 's/^/| /' conftest.
$ac_ext >&5
30469 ac_cv_lib_m_truncf
=no
30471 rm -f conftest.err conftest.
$ac_objext \
30472 conftest
$ac_exeext conftest.
$ac_ext
30473 LIBS
=$ac_check_lib_save_LIBS
30475 echo "$as_me:$LINENO: result: $ac_cv_lib_m_truncf" >&5
30476 echo "${ECHO_T}$ac_cv_lib_m_truncf" >&6
30477 if test $ac_cv_lib_m_truncf = yes; then
30479 cat >>confdefs.h
<<\_ACEOF
30480 #define HAVE_TRUNCF 1
30485 echo "$as_me:$LINENO: checking for trunc in -lm" >&5
30486 echo $ECHO_N "checking for trunc in -lm... $ECHO_C" >&6
30487 if test "${ac_cv_lib_m_trunc+set}" = set; then
30488 echo $ECHO_N "(cached) $ECHO_C" >&6
30490 ac_check_lib_save_LIBS
=$LIBS
30492 if test x
$gcc_no_link = xyes
; then
30493 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
30494 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
30495 { (exit 1); exit 1; }; }
30497 cat >conftest.
$ac_ext <<_ACEOF
30500 cat confdefs.h
>>conftest.
$ac_ext
30501 cat >>conftest.
$ac_ext <<_ACEOF
30502 /* end confdefs.h. */
30504 /* Override any gcc2 internal prototype to avoid an error. */
30508 /* We use char because int might match the return type of a gcc2
30509 builtin and then its argument prototype would still apply. */
30519 rm -f conftest.
$ac_objext conftest
$ac_exeext
30520 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30521 (eval $ac_link) 2>conftest.er1
30523 grep -v '^ *+' conftest.er1
>conftest.err
30525 cat conftest.err
>&5
30526 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30527 (exit $ac_status); } &&
30528 { ac_try
='test -z "$ac_c_werror_flag"
30529 || test ! -s conftest.err'
30530 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30531 (eval $ac_try) 2>&5
30533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30534 (exit $ac_status); }; } &&
30535 { ac_try
='test -s conftest$ac_exeext'
30536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30537 (eval $ac_try) 2>&5
30539 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30540 (exit $ac_status); }; }; then
30541 ac_cv_lib_m_trunc
=yes
30543 echo "$as_me: failed program was:" >&5
30544 sed 's/^/| /' conftest.
$ac_ext >&5
30546 ac_cv_lib_m_trunc
=no
30548 rm -f conftest.err conftest.
$ac_objext \
30549 conftest
$ac_exeext conftest.
$ac_ext
30550 LIBS
=$ac_check_lib_save_LIBS
30552 echo "$as_me:$LINENO: result: $ac_cv_lib_m_trunc" >&5
30553 echo "${ECHO_T}$ac_cv_lib_m_trunc" >&6
30554 if test $ac_cv_lib_m_trunc = yes; then
30556 cat >>confdefs.h
<<\_ACEOF
30557 #define HAVE_TRUNC 1
30562 echo "$as_me:$LINENO: checking for truncl in -lm" >&5
30563 echo $ECHO_N "checking for truncl in -lm... $ECHO_C" >&6
30564 if test "${ac_cv_lib_m_truncl+set}" = set; then
30565 echo $ECHO_N "(cached) $ECHO_C" >&6
30567 ac_check_lib_save_LIBS
=$LIBS
30569 if test x
$gcc_no_link = xyes
; then
30570 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
30571 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
30572 { (exit 1); exit 1; }; }
30574 cat >conftest.
$ac_ext <<_ACEOF
30577 cat confdefs.h
>>conftest.
$ac_ext
30578 cat >>conftest.
$ac_ext <<_ACEOF
30579 /* end confdefs.h. */
30581 /* Override any gcc2 internal prototype to avoid an error. */
30585 /* We use char because int might match the return type of a gcc2
30586 builtin and then its argument prototype would still apply. */
30596 rm -f conftest.
$ac_objext conftest
$ac_exeext
30597 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30598 (eval $ac_link) 2>conftest.er1
30600 grep -v '^ *+' conftest.er1
>conftest.err
30602 cat conftest.err
>&5
30603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30604 (exit $ac_status); } &&
30605 { ac_try
='test -z "$ac_c_werror_flag"
30606 || test ! -s conftest.err'
30607 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30608 (eval $ac_try) 2>&5
30610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30611 (exit $ac_status); }; } &&
30612 { ac_try
='test -s conftest$ac_exeext'
30613 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30614 (eval $ac_try) 2>&5
30616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30617 (exit $ac_status); }; }; then
30618 ac_cv_lib_m_truncl
=yes
30620 echo "$as_me: failed program was:" >&5
30621 sed 's/^/| /' conftest.
$ac_ext >&5
30623 ac_cv_lib_m_truncl
=no
30625 rm -f conftest.err conftest.
$ac_objext \
30626 conftest
$ac_exeext conftest.
$ac_ext
30627 LIBS
=$ac_check_lib_save_LIBS
30629 echo "$as_me:$LINENO: result: $ac_cv_lib_m_truncl" >&5
30630 echo "${ECHO_T}$ac_cv_lib_m_truncl" >&6
30631 if test $ac_cv_lib_m_truncl = yes; then
30633 cat >>confdefs.h
<<\_ACEOF
30634 #define HAVE_TRUNCL 1
30639 echo "$as_me:$LINENO: checking for erff in -lm" >&5
30640 echo $ECHO_N "checking for erff in -lm... $ECHO_C" >&6
30641 if test "${ac_cv_lib_m_erff+set}" = set; then
30642 echo $ECHO_N "(cached) $ECHO_C" >&6
30644 ac_check_lib_save_LIBS
=$LIBS
30646 if test x
$gcc_no_link = xyes
; then
30647 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
30648 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
30649 { (exit 1); exit 1; }; }
30651 cat >conftest.
$ac_ext <<_ACEOF
30654 cat confdefs.h
>>conftest.
$ac_ext
30655 cat >>conftest.
$ac_ext <<_ACEOF
30656 /* end confdefs.h. */
30658 /* Override any gcc2 internal prototype to avoid an error. */
30662 /* We use char because int might match the return type of a gcc2
30663 builtin and then its argument prototype would still apply. */
30673 rm -f conftest.
$ac_objext conftest
$ac_exeext
30674 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30675 (eval $ac_link) 2>conftest.er1
30677 grep -v '^ *+' conftest.er1
>conftest.err
30679 cat conftest.err
>&5
30680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30681 (exit $ac_status); } &&
30682 { ac_try
='test -z "$ac_c_werror_flag"
30683 || test ! -s conftest.err'
30684 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30685 (eval $ac_try) 2>&5
30687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30688 (exit $ac_status); }; } &&
30689 { ac_try
='test -s conftest$ac_exeext'
30690 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30691 (eval $ac_try) 2>&5
30693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30694 (exit $ac_status); }; }; then
30695 ac_cv_lib_m_erff
=yes
30697 echo "$as_me: failed program was:" >&5
30698 sed 's/^/| /' conftest.
$ac_ext >&5
30700 ac_cv_lib_m_erff
=no
30702 rm -f conftest.err conftest.
$ac_objext \
30703 conftest
$ac_exeext conftest.
$ac_ext
30704 LIBS
=$ac_check_lib_save_LIBS
30706 echo "$as_me:$LINENO: result: $ac_cv_lib_m_erff" >&5
30707 echo "${ECHO_T}$ac_cv_lib_m_erff" >&6
30708 if test $ac_cv_lib_m_erff = yes; then
30710 cat >>confdefs.h
<<\_ACEOF
30711 #define HAVE_ERFF 1
30716 echo "$as_me:$LINENO: checking for erf in -lm" >&5
30717 echo $ECHO_N "checking for erf in -lm... $ECHO_C" >&6
30718 if test "${ac_cv_lib_m_erf+set}" = set; then
30719 echo $ECHO_N "(cached) $ECHO_C" >&6
30721 ac_check_lib_save_LIBS
=$LIBS
30723 if test x
$gcc_no_link = xyes
; then
30724 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
30725 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
30726 { (exit 1); exit 1; }; }
30728 cat >conftest.
$ac_ext <<_ACEOF
30731 cat confdefs.h
>>conftest.
$ac_ext
30732 cat >>conftest.
$ac_ext <<_ACEOF
30733 /* end confdefs.h. */
30735 /* Override any gcc2 internal prototype to avoid an error. */
30739 /* We use char because int might match the return type of a gcc2
30740 builtin and then its argument prototype would still apply. */
30750 rm -f conftest.
$ac_objext conftest
$ac_exeext
30751 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30752 (eval $ac_link) 2>conftest.er1
30754 grep -v '^ *+' conftest.er1
>conftest.err
30756 cat conftest.err
>&5
30757 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30758 (exit $ac_status); } &&
30759 { ac_try
='test -z "$ac_c_werror_flag"
30760 || test ! -s conftest.err'
30761 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30762 (eval $ac_try) 2>&5
30764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30765 (exit $ac_status); }; } &&
30766 { ac_try
='test -s conftest$ac_exeext'
30767 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30768 (eval $ac_try) 2>&5
30770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30771 (exit $ac_status); }; }; then
30772 ac_cv_lib_m_erf
=yes
30774 echo "$as_me: failed program was:" >&5
30775 sed 's/^/| /' conftest.
$ac_ext >&5
30779 rm -f conftest.err conftest.
$ac_objext \
30780 conftest
$ac_exeext conftest.
$ac_ext
30781 LIBS
=$ac_check_lib_save_LIBS
30783 echo "$as_me:$LINENO: result: $ac_cv_lib_m_erf" >&5
30784 echo "${ECHO_T}$ac_cv_lib_m_erf" >&6
30785 if test $ac_cv_lib_m_erf = yes; then
30787 cat >>confdefs.h
<<\_ACEOF
30793 echo "$as_me:$LINENO: checking for erfl in -lm" >&5
30794 echo $ECHO_N "checking for erfl in -lm... $ECHO_C" >&6
30795 if test "${ac_cv_lib_m_erfl+set}" = set; then
30796 echo $ECHO_N "(cached) $ECHO_C" >&6
30798 ac_check_lib_save_LIBS
=$LIBS
30800 if test x
$gcc_no_link = xyes
; then
30801 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
30802 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
30803 { (exit 1); exit 1; }; }
30805 cat >conftest.
$ac_ext <<_ACEOF
30808 cat confdefs.h
>>conftest.
$ac_ext
30809 cat >>conftest.
$ac_ext <<_ACEOF
30810 /* end confdefs.h. */
30812 /* Override any gcc2 internal prototype to avoid an error. */
30816 /* We use char because int might match the return type of a gcc2
30817 builtin and then its argument prototype would still apply. */
30827 rm -f conftest.
$ac_objext conftest
$ac_exeext
30828 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30829 (eval $ac_link) 2>conftest.er1
30831 grep -v '^ *+' conftest.er1
>conftest.err
30833 cat conftest.err
>&5
30834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30835 (exit $ac_status); } &&
30836 { ac_try
='test -z "$ac_c_werror_flag"
30837 || test ! -s conftest.err'
30838 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30839 (eval $ac_try) 2>&5
30841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30842 (exit $ac_status); }; } &&
30843 { ac_try
='test -s conftest$ac_exeext'
30844 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30845 (eval $ac_try) 2>&5
30847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30848 (exit $ac_status); }; }; then
30849 ac_cv_lib_m_erfl
=yes
30851 echo "$as_me: failed program was:" >&5
30852 sed 's/^/| /' conftest.
$ac_ext >&5
30854 ac_cv_lib_m_erfl
=no
30856 rm -f conftest.err conftest.
$ac_objext \
30857 conftest
$ac_exeext conftest.
$ac_ext
30858 LIBS
=$ac_check_lib_save_LIBS
30860 echo "$as_me:$LINENO: result: $ac_cv_lib_m_erfl" >&5
30861 echo "${ECHO_T}$ac_cv_lib_m_erfl" >&6
30862 if test $ac_cv_lib_m_erfl = yes; then
30864 cat >>confdefs.h
<<\_ACEOF
30865 #define HAVE_ERFL 1
30870 echo "$as_me:$LINENO: checking for erfcf in -lm" >&5
30871 echo $ECHO_N "checking for erfcf in -lm... $ECHO_C" >&6
30872 if test "${ac_cv_lib_m_erfcf+set}" = set; then
30873 echo $ECHO_N "(cached) $ECHO_C" >&6
30875 ac_check_lib_save_LIBS
=$LIBS
30877 if test x
$gcc_no_link = xyes
; then
30878 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
30879 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
30880 { (exit 1); exit 1; }; }
30882 cat >conftest.
$ac_ext <<_ACEOF
30885 cat confdefs.h
>>conftest.
$ac_ext
30886 cat >>conftest.
$ac_ext <<_ACEOF
30887 /* end confdefs.h. */
30889 /* Override any gcc2 internal prototype to avoid an error. */
30893 /* We use char because int might match the return type of a gcc2
30894 builtin and then its argument prototype would still apply. */
30904 rm -f conftest.
$ac_objext conftest
$ac_exeext
30905 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30906 (eval $ac_link) 2>conftest.er1
30908 grep -v '^ *+' conftest.er1
>conftest.err
30910 cat conftest.err
>&5
30911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30912 (exit $ac_status); } &&
30913 { ac_try
='test -z "$ac_c_werror_flag"
30914 || test ! -s conftest.err'
30915 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30916 (eval $ac_try) 2>&5
30918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30919 (exit $ac_status); }; } &&
30920 { ac_try
='test -s conftest$ac_exeext'
30921 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30922 (eval $ac_try) 2>&5
30924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30925 (exit $ac_status); }; }; then
30926 ac_cv_lib_m_erfcf
=yes
30928 echo "$as_me: failed program was:" >&5
30929 sed 's/^/| /' conftest.
$ac_ext >&5
30931 ac_cv_lib_m_erfcf
=no
30933 rm -f conftest.err conftest.
$ac_objext \
30934 conftest
$ac_exeext conftest.
$ac_ext
30935 LIBS
=$ac_check_lib_save_LIBS
30937 echo "$as_me:$LINENO: result: $ac_cv_lib_m_erfcf" >&5
30938 echo "${ECHO_T}$ac_cv_lib_m_erfcf" >&6
30939 if test $ac_cv_lib_m_erfcf = yes; then
30941 cat >>confdefs.h
<<\_ACEOF
30942 #define HAVE_ERFCF 1
30947 echo "$as_me:$LINENO: checking for erfc in -lm" >&5
30948 echo $ECHO_N "checking for erfc in -lm... $ECHO_C" >&6
30949 if test "${ac_cv_lib_m_erfc+set}" = set; then
30950 echo $ECHO_N "(cached) $ECHO_C" >&6
30952 ac_check_lib_save_LIBS
=$LIBS
30954 if test x
$gcc_no_link = xyes
; then
30955 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
30956 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
30957 { (exit 1); exit 1; }; }
30959 cat >conftest.
$ac_ext <<_ACEOF
30962 cat confdefs.h
>>conftest.
$ac_ext
30963 cat >>conftest.
$ac_ext <<_ACEOF
30964 /* end confdefs.h. */
30966 /* Override any gcc2 internal prototype to avoid an error. */
30970 /* We use char because int might match the return type of a gcc2
30971 builtin and then its argument prototype would still apply. */
30981 rm -f conftest.
$ac_objext conftest
$ac_exeext
30982 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
30983 (eval $ac_link) 2>conftest.er1
30985 grep -v '^ *+' conftest.er1
>conftest.err
30987 cat conftest.err
>&5
30988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30989 (exit $ac_status); } &&
30990 { ac_try
='test -z "$ac_c_werror_flag"
30991 || test ! -s conftest.err'
30992 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30993 (eval $ac_try) 2>&5
30995 echo "$as_me:$LINENO: \$? = $ac_status" >&5
30996 (exit $ac_status); }; } &&
30997 { ac_try
='test -s conftest$ac_exeext'
30998 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
30999 (eval $ac_try) 2>&5
31001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31002 (exit $ac_status); }; }; then
31003 ac_cv_lib_m_erfc
=yes
31005 echo "$as_me: failed program was:" >&5
31006 sed 's/^/| /' conftest.
$ac_ext >&5
31008 ac_cv_lib_m_erfc
=no
31010 rm -f conftest.err conftest.
$ac_objext \
31011 conftest
$ac_exeext conftest.
$ac_ext
31012 LIBS
=$ac_check_lib_save_LIBS
31014 echo "$as_me:$LINENO: result: $ac_cv_lib_m_erfc" >&5
31015 echo "${ECHO_T}$ac_cv_lib_m_erfc" >&6
31016 if test $ac_cv_lib_m_erfc = yes; then
31018 cat >>confdefs.h
<<\_ACEOF
31019 #define HAVE_ERFC 1
31024 echo "$as_me:$LINENO: checking for erfcl in -lm" >&5
31025 echo $ECHO_N "checking for erfcl in -lm... $ECHO_C" >&6
31026 if test "${ac_cv_lib_m_erfcl+set}" = set; then
31027 echo $ECHO_N "(cached) $ECHO_C" >&6
31029 ac_check_lib_save_LIBS
=$LIBS
31031 if test x
$gcc_no_link = xyes
; then
31032 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
31033 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
31034 { (exit 1); exit 1; }; }
31036 cat >conftest.
$ac_ext <<_ACEOF
31039 cat confdefs.h
>>conftest.
$ac_ext
31040 cat >>conftest.
$ac_ext <<_ACEOF
31041 /* end confdefs.h. */
31043 /* Override any gcc2 internal prototype to avoid an error. */
31047 /* We use char because int might match the return type of a gcc2
31048 builtin and then its argument prototype would still apply. */
31058 rm -f conftest.
$ac_objext conftest
$ac_exeext
31059 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31060 (eval $ac_link) 2>conftest.er1
31062 grep -v '^ *+' conftest.er1
>conftest.err
31064 cat conftest.err
>&5
31065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31066 (exit $ac_status); } &&
31067 { ac_try
='test -z "$ac_c_werror_flag"
31068 || test ! -s conftest.err'
31069 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31070 (eval $ac_try) 2>&5
31072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31073 (exit $ac_status); }; } &&
31074 { ac_try
='test -s conftest$ac_exeext'
31075 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31076 (eval $ac_try) 2>&5
31078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31079 (exit $ac_status); }; }; then
31080 ac_cv_lib_m_erfcl
=yes
31082 echo "$as_me: failed program was:" >&5
31083 sed 's/^/| /' conftest.
$ac_ext >&5
31085 ac_cv_lib_m_erfcl
=no
31087 rm -f conftest.err conftest.
$ac_objext \
31088 conftest
$ac_exeext conftest.
$ac_ext
31089 LIBS
=$ac_check_lib_save_LIBS
31091 echo "$as_me:$LINENO: result: $ac_cv_lib_m_erfcl" >&5
31092 echo "${ECHO_T}$ac_cv_lib_m_erfcl" >&6
31093 if test $ac_cv_lib_m_erfcl = yes; then
31095 cat >>confdefs.h
<<\_ACEOF
31096 #define HAVE_ERFCL 1
31101 echo "$as_me:$LINENO: checking for j0f in -lm" >&5
31102 echo $ECHO_N "checking for j0f in -lm... $ECHO_C" >&6
31103 if test "${ac_cv_lib_m_j0f+set}" = set; then
31104 echo $ECHO_N "(cached) $ECHO_C" >&6
31106 ac_check_lib_save_LIBS
=$LIBS
31108 if test x
$gcc_no_link = xyes
; then
31109 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
31110 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
31111 { (exit 1); exit 1; }; }
31113 cat >conftest.
$ac_ext <<_ACEOF
31116 cat confdefs.h
>>conftest.
$ac_ext
31117 cat >>conftest.
$ac_ext <<_ACEOF
31118 /* end confdefs.h. */
31120 /* Override any gcc2 internal prototype to avoid an error. */
31124 /* We use char because int might match the return type of a gcc2
31125 builtin and then its argument prototype would still apply. */
31135 rm -f conftest.
$ac_objext conftest
$ac_exeext
31136 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31137 (eval $ac_link) 2>conftest.er1
31139 grep -v '^ *+' conftest.er1
>conftest.err
31141 cat conftest.err
>&5
31142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31143 (exit $ac_status); } &&
31144 { ac_try
='test -z "$ac_c_werror_flag"
31145 || test ! -s conftest.err'
31146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31147 (eval $ac_try) 2>&5
31149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31150 (exit $ac_status); }; } &&
31151 { ac_try
='test -s conftest$ac_exeext'
31152 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31153 (eval $ac_try) 2>&5
31155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31156 (exit $ac_status); }; }; then
31157 ac_cv_lib_m_j0f
=yes
31159 echo "$as_me: failed program was:" >&5
31160 sed 's/^/| /' conftest.
$ac_ext >&5
31164 rm -f conftest.err conftest.
$ac_objext \
31165 conftest
$ac_exeext conftest.
$ac_ext
31166 LIBS
=$ac_check_lib_save_LIBS
31168 echo "$as_me:$LINENO: result: $ac_cv_lib_m_j0f" >&5
31169 echo "${ECHO_T}$ac_cv_lib_m_j0f" >&6
31170 if test $ac_cv_lib_m_j0f = yes; then
31172 cat >>confdefs.h
<<\_ACEOF
31178 echo "$as_me:$LINENO: checking for j0 in -lm" >&5
31179 echo $ECHO_N "checking for j0 in -lm... $ECHO_C" >&6
31180 if test "${ac_cv_lib_m_j0+set}" = set; then
31181 echo $ECHO_N "(cached) $ECHO_C" >&6
31183 ac_check_lib_save_LIBS
=$LIBS
31185 if test x
$gcc_no_link = xyes
; then
31186 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
31187 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
31188 { (exit 1); exit 1; }; }
31190 cat >conftest.
$ac_ext <<_ACEOF
31193 cat confdefs.h
>>conftest.
$ac_ext
31194 cat >>conftest.
$ac_ext <<_ACEOF
31195 /* end confdefs.h. */
31197 /* Override any gcc2 internal prototype to avoid an error. */
31201 /* We use char because int might match the return type of a gcc2
31202 builtin and then its argument prototype would still apply. */
31212 rm -f conftest.
$ac_objext conftest
$ac_exeext
31213 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31214 (eval $ac_link) 2>conftest.er1
31216 grep -v '^ *+' conftest.er1
>conftest.err
31218 cat conftest.err
>&5
31219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31220 (exit $ac_status); } &&
31221 { ac_try
='test -z "$ac_c_werror_flag"
31222 || test ! -s conftest.err'
31223 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31224 (eval $ac_try) 2>&5
31226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31227 (exit $ac_status); }; } &&
31228 { ac_try
='test -s conftest$ac_exeext'
31229 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31230 (eval $ac_try) 2>&5
31232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31233 (exit $ac_status); }; }; then
31236 echo "$as_me: failed program was:" >&5
31237 sed 's/^/| /' conftest.
$ac_ext >&5
31241 rm -f conftest.err conftest.
$ac_objext \
31242 conftest
$ac_exeext conftest.
$ac_ext
31243 LIBS
=$ac_check_lib_save_LIBS
31245 echo "$as_me:$LINENO: result: $ac_cv_lib_m_j0" >&5
31246 echo "${ECHO_T}$ac_cv_lib_m_j0" >&6
31247 if test $ac_cv_lib_m_j0 = yes; then
31249 cat >>confdefs.h
<<\_ACEOF
31255 echo "$as_me:$LINENO: checking for j0l in -lm" >&5
31256 echo $ECHO_N "checking for j0l in -lm... $ECHO_C" >&6
31257 if test "${ac_cv_lib_m_j0l+set}" = set; then
31258 echo $ECHO_N "(cached) $ECHO_C" >&6
31260 ac_check_lib_save_LIBS
=$LIBS
31262 if test x
$gcc_no_link = xyes
; then
31263 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
31264 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
31265 { (exit 1); exit 1; }; }
31267 cat >conftest.
$ac_ext <<_ACEOF
31270 cat confdefs.h
>>conftest.
$ac_ext
31271 cat >>conftest.
$ac_ext <<_ACEOF
31272 /* end confdefs.h. */
31274 /* Override any gcc2 internal prototype to avoid an error. */
31278 /* We use char because int might match the return type of a gcc2
31279 builtin and then its argument prototype would still apply. */
31289 rm -f conftest.
$ac_objext conftest
$ac_exeext
31290 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31291 (eval $ac_link) 2>conftest.er1
31293 grep -v '^ *+' conftest.er1
>conftest.err
31295 cat conftest.err
>&5
31296 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31297 (exit $ac_status); } &&
31298 { ac_try
='test -z "$ac_c_werror_flag"
31299 || test ! -s conftest.err'
31300 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31301 (eval $ac_try) 2>&5
31303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31304 (exit $ac_status); }; } &&
31305 { ac_try
='test -s conftest$ac_exeext'
31306 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31307 (eval $ac_try) 2>&5
31309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31310 (exit $ac_status); }; }; then
31311 ac_cv_lib_m_j0l
=yes
31313 echo "$as_me: failed program was:" >&5
31314 sed 's/^/| /' conftest.
$ac_ext >&5
31318 rm -f conftest.err conftest.
$ac_objext \
31319 conftest
$ac_exeext conftest.
$ac_ext
31320 LIBS
=$ac_check_lib_save_LIBS
31322 echo "$as_me:$LINENO: result: $ac_cv_lib_m_j0l" >&5
31323 echo "${ECHO_T}$ac_cv_lib_m_j0l" >&6
31324 if test $ac_cv_lib_m_j0l = yes; then
31326 cat >>confdefs.h
<<\_ACEOF
31332 echo "$as_me:$LINENO: checking for j1f in -lm" >&5
31333 echo $ECHO_N "checking for j1f in -lm... $ECHO_C" >&6
31334 if test "${ac_cv_lib_m_j1f+set}" = set; then
31335 echo $ECHO_N "(cached) $ECHO_C" >&6
31337 ac_check_lib_save_LIBS
=$LIBS
31339 if test x
$gcc_no_link = xyes
; then
31340 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
31341 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
31342 { (exit 1); exit 1; }; }
31344 cat >conftest.
$ac_ext <<_ACEOF
31347 cat confdefs.h
>>conftest.
$ac_ext
31348 cat >>conftest.
$ac_ext <<_ACEOF
31349 /* end confdefs.h. */
31351 /* Override any gcc2 internal prototype to avoid an error. */
31355 /* We use char because int might match the return type of a gcc2
31356 builtin and then its argument prototype would still apply. */
31366 rm -f conftest.
$ac_objext conftest
$ac_exeext
31367 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31368 (eval $ac_link) 2>conftest.er1
31370 grep -v '^ *+' conftest.er1
>conftest.err
31372 cat conftest.err
>&5
31373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31374 (exit $ac_status); } &&
31375 { ac_try
='test -z "$ac_c_werror_flag"
31376 || test ! -s conftest.err'
31377 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31378 (eval $ac_try) 2>&5
31380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31381 (exit $ac_status); }; } &&
31382 { ac_try
='test -s conftest$ac_exeext'
31383 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31384 (eval $ac_try) 2>&5
31386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31387 (exit $ac_status); }; }; then
31388 ac_cv_lib_m_j1f
=yes
31390 echo "$as_me: failed program was:" >&5
31391 sed 's/^/| /' conftest.
$ac_ext >&5
31395 rm -f conftest.err conftest.
$ac_objext \
31396 conftest
$ac_exeext conftest.
$ac_ext
31397 LIBS
=$ac_check_lib_save_LIBS
31399 echo "$as_me:$LINENO: result: $ac_cv_lib_m_j1f" >&5
31400 echo "${ECHO_T}$ac_cv_lib_m_j1f" >&6
31401 if test $ac_cv_lib_m_j1f = yes; then
31403 cat >>confdefs.h
<<\_ACEOF
31409 echo "$as_me:$LINENO: checking for j1 in -lm" >&5
31410 echo $ECHO_N "checking for j1 in -lm... $ECHO_C" >&6
31411 if test "${ac_cv_lib_m_j1+set}" = set; then
31412 echo $ECHO_N "(cached) $ECHO_C" >&6
31414 ac_check_lib_save_LIBS
=$LIBS
31416 if test x
$gcc_no_link = xyes
; then
31417 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
31418 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
31419 { (exit 1); exit 1; }; }
31421 cat >conftest.
$ac_ext <<_ACEOF
31424 cat confdefs.h
>>conftest.
$ac_ext
31425 cat >>conftest.
$ac_ext <<_ACEOF
31426 /* end confdefs.h. */
31428 /* Override any gcc2 internal prototype to avoid an error. */
31432 /* We use char because int might match the return type of a gcc2
31433 builtin and then its argument prototype would still apply. */
31443 rm -f conftest.
$ac_objext conftest
$ac_exeext
31444 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31445 (eval $ac_link) 2>conftest.er1
31447 grep -v '^ *+' conftest.er1
>conftest.err
31449 cat conftest.err
>&5
31450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31451 (exit $ac_status); } &&
31452 { ac_try
='test -z "$ac_c_werror_flag"
31453 || test ! -s conftest.err'
31454 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31455 (eval $ac_try) 2>&5
31457 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31458 (exit $ac_status); }; } &&
31459 { ac_try
='test -s conftest$ac_exeext'
31460 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31461 (eval $ac_try) 2>&5
31463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31464 (exit $ac_status); }; }; then
31467 echo "$as_me: failed program was:" >&5
31468 sed 's/^/| /' conftest.
$ac_ext >&5
31472 rm -f conftest.err conftest.
$ac_objext \
31473 conftest
$ac_exeext conftest.
$ac_ext
31474 LIBS
=$ac_check_lib_save_LIBS
31476 echo "$as_me:$LINENO: result: $ac_cv_lib_m_j1" >&5
31477 echo "${ECHO_T}$ac_cv_lib_m_j1" >&6
31478 if test $ac_cv_lib_m_j1 = yes; then
31480 cat >>confdefs.h
<<\_ACEOF
31486 echo "$as_me:$LINENO: checking for j1l in -lm" >&5
31487 echo $ECHO_N "checking for j1l in -lm... $ECHO_C" >&6
31488 if test "${ac_cv_lib_m_j1l+set}" = set; then
31489 echo $ECHO_N "(cached) $ECHO_C" >&6
31491 ac_check_lib_save_LIBS
=$LIBS
31493 if test x
$gcc_no_link = xyes
; then
31494 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
31495 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
31496 { (exit 1); exit 1; }; }
31498 cat >conftest.
$ac_ext <<_ACEOF
31501 cat confdefs.h
>>conftest.
$ac_ext
31502 cat >>conftest.
$ac_ext <<_ACEOF
31503 /* end confdefs.h. */
31505 /* Override any gcc2 internal prototype to avoid an error. */
31509 /* We use char because int might match the return type of a gcc2
31510 builtin and then its argument prototype would still apply. */
31520 rm -f conftest.
$ac_objext conftest
$ac_exeext
31521 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31522 (eval $ac_link) 2>conftest.er1
31524 grep -v '^ *+' conftest.er1
>conftest.err
31526 cat conftest.err
>&5
31527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31528 (exit $ac_status); } &&
31529 { ac_try
='test -z "$ac_c_werror_flag"
31530 || test ! -s conftest.err'
31531 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31532 (eval $ac_try) 2>&5
31534 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31535 (exit $ac_status); }; } &&
31536 { ac_try
='test -s conftest$ac_exeext'
31537 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31538 (eval $ac_try) 2>&5
31540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31541 (exit $ac_status); }; }; then
31542 ac_cv_lib_m_j1l
=yes
31544 echo "$as_me: failed program was:" >&5
31545 sed 's/^/| /' conftest.
$ac_ext >&5
31549 rm -f conftest.err conftest.
$ac_objext \
31550 conftest
$ac_exeext conftest.
$ac_ext
31551 LIBS
=$ac_check_lib_save_LIBS
31553 echo "$as_me:$LINENO: result: $ac_cv_lib_m_j1l" >&5
31554 echo "${ECHO_T}$ac_cv_lib_m_j1l" >&6
31555 if test $ac_cv_lib_m_j1l = yes; then
31557 cat >>confdefs.h
<<\_ACEOF
31563 echo "$as_me:$LINENO: checking for jnf in -lm" >&5
31564 echo $ECHO_N "checking for jnf in -lm... $ECHO_C" >&6
31565 if test "${ac_cv_lib_m_jnf+set}" = set; then
31566 echo $ECHO_N "(cached) $ECHO_C" >&6
31568 ac_check_lib_save_LIBS
=$LIBS
31570 if test x
$gcc_no_link = xyes
; then
31571 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
31572 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
31573 { (exit 1); exit 1; }; }
31575 cat >conftest.
$ac_ext <<_ACEOF
31578 cat confdefs.h
>>conftest.
$ac_ext
31579 cat >>conftest.
$ac_ext <<_ACEOF
31580 /* end confdefs.h. */
31582 /* Override any gcc2 internal prototype to avoid an error. */
31586 /* We use char because int might match the return type of a gcc2
31587 builtin and then its argument prototype would still apply. */
31597 rm -f conftest.
$ac_objext conftest
$ac_exeext
31598 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31599 (eval $ac_link) 2>conftest.er1
31601 grep -v '^ *+' conftest.er1
>conftest.err
31603 cat conftest.err
>&5
31604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31605 (exit $ac_status); } &&
31606 { ac_try
='test -z "$ac_c_werror_flag"
31607 || test ! -s conftest.err'
31608 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31609 (eval $ac_try) 2>&5
31611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31612 (exit $ac_status); }; } &&
31613 { ac_try
='test -s conftest$ac_exeext'
31614 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31615 (eval $ac_try) 2>&5
31617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31618 (exit $ac_status); }; }; then
31619 ac_cv_lib_m_jnf
=yes
31621 echo "$as_me: failed program was:" >&5
31622 sed 's/^/| /' conftest.
$ac_ext >&5
31626 rm -f conftest.err conftest.
$ac_objext \
31627 conftest
$ac_exeext conftest.
$ac_ext
31628 LIBS
=$ac_check_lib_save_LIBS
31630 echo "$as_me:$LINENO: result: $ac_cv_lib_m_jnf" >&5
31631 echo "${ECHO_T}$ac_cv_lib_m_jnf" >&6
31632 if test $ac_cv_lib_m_jnf = yes; then
31634 cat >>confdefs.h
<<\_ACEOF
31640 echo "$as_me:$LINENO: checking for jn in -lm" >&5
31641 echo $ECHO_N "checking for jn in -lm... $ECHO_C" >&6
31642 if test "${ac_cv_lib_m_jn+set}" = set; then
31643 echo $ECHO_N "(cached) $ECHO_C" >&6
31645 ac_check_lib_save_LIBS
=$LIBS
31647 if test x
$gcc_no_link = xyes
; then
31648 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
31649 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
31650 { (exit 1); exit 1; }; }
31652 cat >conftest.
$ac_ext <<_ACEOF
31655 cat confdefs.h
>>conftest.
$ac_ext
31656 cat >>conftest.
$ac_ext <<_ACEOF
31657 /* end confdefs.h. */
31659 /* Override any gcc2 internal prototype to avoid an error. */
31663 /* We use char because int might match the return type of a gcc2
31664 builtin and then its argument prototype would still apply. */
31674 rm -f conftest.
$ac_objext conftest
$ac_exeext
31675 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31676 (eval $ac_link) 2>conftest.er1
31678 grep -v '^ *+' conftest.er1
>conftest.err
31680 cat conftest.err
>&5
31681 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31682 (exit $ac_status); } &&
31683 { ac_try
='test -z "$ac_c_werror_flag"
31684 || test ! -s conftest.err'
31685 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31686 (eval $ac_try) 2>&5
31688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31689 (exit $ac_status); }; } &&
31690 { ac_try
='test -s conftest$ac_exeext'
31691 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31692 (eval $ac_try) 2>&5
31694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31695 (exit $ac_status); }; }; then
31698 echo "$as_me: failed program was:" >&5
31699 sed 's/^/| /' conftest.
$ac_ext >&5
31703 rm -f conftest.err conftest.
$ac_objext \
31704 conftest
$ac_exeext conftest.
$ac_ext
31705 LIBS
=$ac_check_lib_save_LIBS
31707 echo "$as_me:$LINENO: result: $ac_cv_lib_m_jn" >&5
31708 echo "${ECHO_T}$ac_cv_lib_m_jn" >&6
31709 if test $ac_cv_lib_m_jn = yes; then
31711 cat >>confdefs.h
<<\_ACEOF
31717 echo "$as_me:$LINENO: checking for jnl in -lm" >&5
31718 echo $ECHO_N "checking for jnl in -lm... $ECHO_C" >&6
31719 if test "${ac_cv_lib_m_jnl+set}" = set; then
31720 echo $ECHO_N "(cached) $ECHO_C" >&6
31722 ac_check_lib_save_LIBS
=$LIBS
31724 if test x
$gcc_no_link = xyes
; then
31725 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
31726 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
31727 { (exit 1); exit 1; }; }
31729 cat >conftest.
$ac_ext <<_ACEOF
31732 cat confdefs.h
>>conftest.
$ac_ext
31733 cat >>conftest.
$ac_ext <<_ACEOF
31734 /* end confdefs.h. */
31736 /* Override any gcc2 internal prototype to avoid an error. */
31740 /* We use char because int might match the return type of a gcc2
31741 builtin and then its argument prototype would still apply. */
31751 rm -f conftest.
$ac_objext conftest
$ac_exeext
31752 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31753 (eval $ac_link) 2>conftest.er1
31755 grep -v '^ *+' conftest.er1
>conftest.err
31757 cat conftest.err
>&5
31758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31759 (exit $ac_status); } &&
31760 { ac_try
='test -z "$ac_c_werror_flag"
31761 || test ! -s conftest.err'
31762 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31763 (eval $ac_try) 2>&5
31765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31766 (exit $ac_status); }; } &&
31767 { ac_try
='test -s conftest$ac_exeext'
31768 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31769 (eval $ac_try) 2>&5
31771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31772 (exit $ac_status); }; }; then
31773 ac_cv_lib_m_jnl
=yes
31775 echo "$as_me: failed program was:" >&5
31776 sed 's/^/| /' conftest.
$ac_ext >&5
31780 rm -f conftest.err conftest.
$ac_objext \
31781 conftest
$ac_exeext conftest.
$ac_ext
31782 LIBS
=$ac_check_lib_save_LIBS
31784 echo "$as_me:$LINENO: result: $ac_cv_lib_m_jnl" >&5
31785 echo "${ECHO_T}$ac_cv_lib_m_jnl" >&6
31786 if test $ac_cv_lib_m_jnl = yes; then
31788 cat >>confdefs.h
<<\_ACEOF
31794 echo "$as_me:$LINENO: checking for y0f in -lm" >&5
31795 echo $ECHO_N "checking for y0f in -lm... $ECHO_C" >&6
31796 if test "${ac_cv_lib_m_y0f+set}" = set; then
31797 echo $ECHO_N "(cached) $ECHO_C" >&6
31799 ac_check_lib_save_LIBS
=$LIBS
31801 if test x
$gcc_no_link = xyes
; then
31802 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
31803 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
31804 { (exit 1); exit 1; }; }
31806 cat >conftest.
$ac_ext <<_ACEOF
31809 cat confdefs.h
>>conftest.
$ac_ext
31810 cat >>conftest.
$ac_ext <<_ACEOF
31811 /* end confdefs.h. */
31813 /* Override any gcc2 internal prototype to avoid an error. */
31817 /* We use char because int might match the return type of a gcc2
31818 builtin and then its argument prototype would still apply. */
31828 rm -f conftest.
$ac_objext conftest
$ac_exeext
31829 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31830 (eval $ac_link) 2>conftest.er1
31832 grep -v '^ *+' conftest.er1
>conftest.err
31834 cat conftest.err
>&5
31835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31836 (exit $ac_status); } &&
31837 { ac_try
='test -z "$ac_c_werror_flag"
31838 || test ! -s conftest.err'
31839 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31840 (eval $ac_try) 2>&5
31842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31843 (exit $ac_status); }; } &&
31844 { ac_try
='test -s conftest$ac_exeext'
31845 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31846 (eval $ac_try) 2>&5
31848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31849 (exit $ac_status); }; }; then
31850 ac_cv_lib_m_y0f
=yes
31852 echo "$as_me: failed program was:" >&5
31853 sed 's/^/| /' conftest.
$ac_ext >&5
31857 rm -f conftest.err conftest.
$ac_objext \
31858 conftest
$ac_exeext conftest.
$ac_ext
31859 LIBS
=$ac_check_lib_save_LIBS
31861 echo "$as_me:$LINENO: result: $ac_cv_lib_m_y0f" >&5
31862 echo "${ECHO_T}$ac_cv_lib_m_y0f" >&6
31863 if test $ac_cv_lib_m_y0f = yes; then
31865 cat >>confdefs.h
<<\_ACEOF
31871 echo "$as_me:$LINENO: checking for y0 in -lm" >&5
31872 echo $ECHO_N "checking for y0 in -lm... $ECHO_C" >&6
31873 if test "${ac_cv_lib_m_y0+set}" = set; then
31874 echo $ECHO_N "(cached) $ECHO_C" >&6
31876 ac_check_lib_save_LIBS
=$LIBS
31878 if test x
$gcc_no_link = xyes
; then
31879 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
31880 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
31881 { (exit 1); exit 1; }; }
31883 cat >conftest.
$ac_ext <<_ACEOF
31886 cat confdefs.h
>>conftest.
$ac_ext
31887 cat >>conftest.
$ac_ext <<_ACEOF
31888 /* end confdefs.h. */
31890 /* Override any gcc2 internal prototype to avoid an error. */
31894 /* We use char because int might match the return type of a gcc2
31895 builtin and then its argument prototype would still apply. */
31905 rm -f conftest.
$ac_objext conftest
$ac_exeext
31906 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31907 (eval $ac_link) 2>conftest.er1
31909 grep -v '^ *+' conftest.er1
>conftest.err
31911 cat conftest.err
>&5
31912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31913 (exit $ac_status); } &&
31914 { ac_try
='test -z "$ac_c_werror_flag"
31915 || test ! -s conftest.err'
31916 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31917 (eval $ac_try) 2>&5
31919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31920 (exit $ac_status); }; } &&
31921 { ac_try
='test -s conftest$ac_exeext'
31922 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31923 (eval $ac_try) 2>&5
31925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31926 (exit $ac_status); }; }; then
31929 echo "$as_me: failed program was:" >&5
31930 sed 's/^/| /' conftest.
$ac_ext >&5
31934 rm -f conftest.err conftest.
$ac_objext \
31935 conftest
$ac_exeext conftest.
$ac_ext
31936 LIBS
=$ac_check_lib_save_LIBS
31938 echo "$as_me:$LINENO: result: $ac_cv_lib_m_y0" >&5
31939 echo "${ECHO_T}$ac_cv_lib_m_y0" >&6
31940 if test $ac_cv_lib_m_y0 = yes; then
31942 cat >>confdefs.h
<<\_ACEOF
31948 echo "$as_me:$LINENO: checking for y0l in -lm" >&5
31949 echo $ECHO_N "checking for y0l in -lm... $ECHO_C" >&6
31950 if test "${ac_cv_lib_m_y0l+set}" = set; then
31951 echo $ECHO_N "(cached) $ECHO_C" >&6
31953 ac_check_lib_save_LIBS
=$LIBS
31955 if test x
$gcc_no_link = xyes
; then
31956 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
31957 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
31958 { (exit 1); exit 1; }; }
31960 cat >conftest.
$ac_ext <<_ACEOF
31963 cat confdefs.h
>>conftest.
$ac_ext
31964 cat >>conftest.
$ac_ext <<_ACEOF
31965 /* end confdefs.h. */
31967 /* Override any gcc2 internal prototype to avoid an error. */
31971 /* We use char because int might match the return type of a gcc2
31972 builtin and then its argument prototype would still apply. */
31982 rm -f conftest.
$ac_objext conftest
$ac_exeext
31983 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
31984 (eval $ac_link) 2>conftest.er1
31986 grep -v '^ *+' conftest.er1
>conftest.err
31988 cat conftest.err
>&5
31989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31990 (exit $ac_status); } &&
31991 { ac_try
='test -z "$ac_c_werror_flag"
31992 || test ! -s conftest.err'
31993 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
31994 (eval $ac_try) 2>&5
31996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
31997 (exit $ac_status); }; } &&
31998 { ac_try
='test -s conftest$ac_exeext'
31999 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32000 (eval $ac_try) 2>&5
32002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32003 (exit $ac_status); }; }; then
32004 ac_cv_lib_m_y0l
=yes
32006 echo "$as_me: failed program was:" >&5
32007 sed 's/^/| /' conftest.
$ac_ext >&5
32011 rm -f conftest.err conftest.
$ac_objext \
32012 conftest
$ac_exeext conftest.
$ac_ext
32013 LIBS
=$ac_check_lib_save_LIBS
32015 echo "$as_me:$LINENO: result: $ac_cv_lib_m_y0l" >&5
32016 echo "${ECHO_T}$ac_cv_lib_m_y0l" >&6
32017 if test $ac_cv_lib_m_y0l = yes; then
32019 cat >>confdefs.h
<<\_ACEOF
32025 echo "$as_me:$LINENO: checking for y1f in -lm" >&5
32026 echo $ECHO_N "checking for y1f in -lm... $ECHO_C" >&6
32027 if test "${ac_cv_lib_m_y1f+set}" = set; then
32028 echo $ECHO_N "(cached) $ECHO_C" >&6
32030 ac_check_lib_save_LIBS
=$LIBS
32032 if test x
$gcc_no_link = xyes
; then
32033 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
32034 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
32035 { (exit 1); exit 1; }; }
32037 cat >conftest.
$ac_ext <<_ACEOF
32040 cat confdefs.h
>>conftest.
$ac_ext
32041 cat >>conftest.
$ac_ext <<_ACEOF
32042 /* end confdefs.h. */
32044 /* Override any gcc2 internal prototype to avoid an error. */
32048 /* We use char because int might match the return type of a gcc2
32049 builtin and then its argument prototype would still apply. */
32059 rm -f conftest.
$ac_objext conftest
$ac_exeext
32060 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32061 (eval $ac_link) 2>conftest.er1
32063 grep -v '^ *+' conftest.er1
>conftest.err
32065 cat conftest.err
>&5
32066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32067 (exit $ac_status); } &&
32068 { ac_try
='test -z "$ac_c_werror_flag"
32069 || test ! -s conftest.err'
32070 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32071 (eval $ac_try) 2>&5
32073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32074 (exit $ac_status); }; } &&
32075 { ac_try
='test -s conftest$ac_exeext'
32076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32077 (eval $ac_try) 2>&5
32079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32080 (exit $ac_status); }; }; then
32081 ac_cv_lib_m_y1f
=yes
32083 echo "$as_me: failed program was:" >&5
32084 sed 's/^/| /' conftest.
$ac_ext >&5
32088 rm -f conftest.err conftest.
$ac_objext \
32089 conftest
$ac_exeext conftest.
$ac_ext
32090 LIBS
=$ac_check_lib_save_LIBS
32092 echo "$as_me:$LINENO: result: $ac_cv_lib_m_y1f" >&5
32093 echo "${ECHO_T}$ac_cv_lib_m_y1f" >&6
32094 if test $ac_cv_lib_m_y1f = yes; then
32096 cat >>confdefs.h
<<\_ACEOF
32102 echo "$as_me:$LINENO: checking for y1 in -lm" >&5
32103 echo $ECHO_N "checking for y1 in -lm... $ECHO_C" >&6
32104 if test "${ac_cv_lib_m_y1+set}" = set; then
32105 echo $ECHO_N "(cached) $ECHO_C" >&6
32107 ac_check_lib_save_LIBS
=$LIBS
32109 if test x
$gcc_no_link = xyes
; then
32110 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
32111 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
32112 { (exit 1); exit 1; }; }
32114 cat >conftest.
$ac_ext <<_ACEOF
32117 cat confdefs.h
>>conftest.
$ac_ext
32118 cat >>conftest.
$ac_ext <<_ACEOF
32119 /* end confdefs.h. */
32121 /* Override any gcc2 internal prototype to avoid an error. */
32125 /* We use char because int might match the return type of a gcc2
32126 builtin and then its argument prototype would still apply. */
32136 rm -f conftest.
$ac_objext conftest
$ac_exeext
32137 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32138 (eval $ac_link) 2>conftest.er1
32140 grep -v '^ *+' conftest.er1
>conftest.err
32142 cat conftest.err
>&5
32143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32144 (exit $ac_status); } &&
32145 { ac_try
='test -z "$ac_c_werror_flag"
32146 || test ! -s conftest.err'
32147 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32148 (eval $ac_try) 2>&5
32150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32151 (exit $ac_status); }; } &&
32152 { ac_try
='test -s conftest$ac_exeext'
32153 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32154 (eval $ac_try) 2>&5
32156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32157 (exit $ac_status); }; }; then
32160 echo "$as_me: failed program was:" >&5
32161 sed 's/^/| /' conftest.
$ac_ext >&5
32165 rm -f conftest.err conftest.
$ac_objext \
32166 conftest
$ac_exeext conftest.
$ac_ext
32167 LIBS
=$ac_check_lib_save_LIBS
32169 echo "$as_me:$LINENO: result: $ac_cv_lib_m_y1" >&5
32170 echo "${ECHO_T}$ac_cv_lib_m_y1" >&6
32171 if test $ac_cv_lib_m_y1 = yes; then
32173 cat >>confdefs.h
<<\_ACEOF
32179 echo "$as_me:$LINENO: checking for y1l in -lm" >&5
32180 echo $ECHO_N "checking for y1l in -lm... $ECHO_C" >&6
32181 if test "${ac_cv_lib_m_y1l+set}" = set; then
32182 echo $ECHO_N "(cached) $ECHO_C" >&6
32184 ac_check_lib_save_LIBS
=$LIBS
32186 if test x
$gcc_no_link = xyes
; then
32187 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
32188 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
32189 { (exit 1); exit 1; }; }
32191 cat >conftest.
$ac_ext <<_ACEOF
32194 cat confdefs.h
>>conftest.
$ac_ext
32195 cat >>conftest.
$ac_ext <<_ACEOF
32196 /* end confdefs.h. */
32198 /* Override any gcc2 internal prototype to avoid an error. */
32202 /* We use char because int might match the return type of a gcc2
32203 builtin and then its argument prototype would still apply. */
32213 rm -f conftest.
$ac_objext conftest
$ac_exeext
32214 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32215 (eval $ac_link) 2>conftest.er1
32217 grep -v '^ *+' conftest.er1
>conftest.err
32219 cat conftest.err
>&5
32220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32221 (exit $ac_status); } &&
32222 { ac_try
='test -z "$ac_c_werror_flag"
32223 || test ! -s conftest.err'
32224 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32225 (eval $ac_try) 2>&5
32227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32228 (exit $ac_status); }; } &&
32229 { ac_try
='test -s conftest$ac_exeext'
32230 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32231 (eval $ac_try) 2>&5
32233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32234 (exit $ac_status); }; }; then
32235 ac_cv_lib_m_y1l
=yes
32237 echo "$as_me: failed program was:" >&5
32238 sed 's/^/| /' conftest.
$ac_ext >&5
32242 rm -f conftest.err conftest.
$ac_objext \
32243 conftest
$ac_exeext conftest.
$ac_ext
32244 LIBS
=$ac_check_lib_save_LIBS
32246 echo "$as_me:$LINENO: result: $ac_cv_lib_m_y1l" >&5
32247 echo "${ECHO_T}$ac_cv_lib_m_y1l" >&6
32248 if test $ac_cv_lib_m_y1l = yes; then
32250 cat >>confdefs.h
<<\_ACEOF
32256 echo "$as_me:$LINENO: checking for ynf in -lm" >&5
32257 echo $ECHO_N "checking for ynf in -lm... $ECHO_C" >&6
32258 if test "${ac_cv_lib_m_ynf+set}" = set; then
32259 echo $ECHO_N "(cached) $ECHO_C" >&6
32261 ac_check_lib_save_LIBS
=$LIBS
32263 if test x
$gcc_no_link = xyes
; then
32264 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
32265 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
32266 { (exit 1); exit 1; }; }
32268 cat >conftest.
$ac_ext <<_ACEOF
32271 cat confdefs.h
>>conftest.
$ac_ext
32272 cat >>conftest.
$ac_ext <<_ACEOF
32273 /* end confdefs.h. */
32275 /* Override any gcc2 internal prototype to avoid an error. */
32279 /* We use char because int might match the return type of a gcc2
32280 builtin and then its argument prototype would still apply. */
32290 rm -f conftest.
$ac_objext conftest
$ac_exeext
32291 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32292 (eval $ac_link) 2>conftest.er1
32294 grep -v '^ *+' conftest.er1
>conftest.err
32296 cat conftest.err
>&5
32297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32298 (exit $ac_status); } &&
32299 { ac_try
='test -z "$ac_c_werror_flag"
32300 || test ! -s conftest.err'
32301 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32302 (eval $ac_try) 2>&5
32304 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32305 (exit $ac_status); }; } &&
32306 { ac_try
='test -s conftest$ac_exeext'
32307 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32308 (eval $ac_try) 2>&5
32310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32311 (exit $ac_status); }; }; then
32312 ac_cv_lib_m_ynf
=yes
32314 echo "$as_me: failed program was:" >&5
32315 sed 's/^/| /' conftest.
$ac_ext >&5
32319 rm -f conftest.err conftest.
$ac_objext \
32320 conftest
$ac_exeext conftest.
$ac_ext
32321 LIBS
=$ac_check_lib_save_LIBS
32323 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ynf" >&5
32324 echo "${ECHO_T}$ac_cv_lib_m_ynf" >&6
32325 if test $ac_cv_lib_m_ynf = yes; then
32327 cat >>confdefs.h
<<\_ACEOF
32333 echo "$as_me:$LINENO: checking for yn in -lm" >&5
32334 echo $ECHO_N "checking for yn in -lm... $ECHO_C" >&6
32335 if test "${ac_cv_lib_m_yn+set}" = set; then
32336 echo $ECHO_N "(cached) $ECHO_C" >&6
32338 ac_check_lib_save_LIBS
=$LIBS
32340 if test x
$gcc_no_link = xyes
; then
32341 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
32342 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
32343 { (exit 1); exit 1; }; }
32345 cat >conftest.
$ac_ext <<_ACEOF
32348 cat confdefs.h
>>conftest.
$ac_ext
32349 cat >>conftest.
$ac_ext <<_ACEOF
32350 /* end confdefs.h. */
32352 /* Override any gcc2 internal prototype to avoid an error. */
32356 /* We use char because int might match the return type of a gcc2
32357 builtin and then its argument prototype would still apply. */
32367 rm -f conftest.
$ac_objext conftest
$ac_exeext
32368 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32369 (eval $ac_link) 2>conftest.er1
32371 grep -v '^ *+' conftest.er1
>conftest.err
32373 cat conftest.err
>&5
32374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32375 (exit $ac_status); } &&
32376 { ac_try
='test -z "$ac_c_werror_flag"
32377 || test ! -s conftest.err'
32378 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32379 (eval $ac_try) 2>&5
32381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32382 (exit $ac_status); }; } &&
32383 { ac_try
='test -s conftest$ac_exeext'
32384 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32385 (eval $ac_try) 2>&5
32387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32388 (exit $ac_status); }; }; then
32391 echo "$as_me: failed program was:" >&5
32392 sed 's/^/| /' conftest.
$ac_ext >&5
32396 rm -f conftest.err conftest.
$ac_objext \
32397 conftest
$ac_exeext conftest.
$ac_ext
32398 LIBS
=$ac_check_lib_save_LIBS
32400 echo "$as_me:$LINENO: result: $ac_cv_lib_m_yn" >&5
32401 echo "${ECHO_T}$ac_cv_lib_m_yn" >&6
32402 if test $ac_cv_lib_m_yn = yes; then
32404 cat >>confdefs.h
<<\_ACEOF
32410 echo "$as_me:$LINENO: checking for ynl in -lm" >&5
32411 echo $ECHO_N "checking for ynl in -lm... $ECHO_C" >&6
32412 if test "${ac_cv_lib_m_ynl+set}" = set; then
32413 echo $ECHO_N "(cached) $ECHO_C" >&6
32415 ac_check_lib_save_LIBS
=$LIBS
32417 if test x
$gcc_no_link = xyes
; then
32418 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
32419 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
32420 { (exit 1); exit 1; }; }
32422 cat >conftest.
$ac_ext <<_ACEOF
32425 cat confdefs.h
>>conftest.
$ac_ext
32426 cat >>conftest.
$ac_ext <<_ACEOF
32427 /* end confdefs.h. */
32429 /* Override any gcc2 internal prototype to avoid an error. */
32433 /* We use char because int might match the return type of a gcc2
32434 builtin and then its argument prototype would still apply. */
32444 rm -f conftest.
$ac_objext conftest
$ac_exeext
32445 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32446 (eval $ac_link) 2>conftest.er1
32448 grep -v '^ *+' conftest.er1
>conftest.err
32450 cat conftest.err
>&5
32451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32452 (exit $ac_status); } &&
32453 { ac_try
='test -z "$ac_c_werror_flag"
32454 || test ! -s conftest.err'
32455 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32456 (eval $ac_try) 2>&5
32458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32459 (exit $ac_status); }; } &&
32460 { ac_try
='test -s conftest$ac_exeext'
32461 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32462 (eval $ac_try) 2>&5
32464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32465 (exit $ac_status); }; }; then
32466 ac_cv_lib_m_ynl
=yes
32468 echo "$as_me: failed program was:" >&5
32469 sed 's/^/| /' conftest.
$ac_ext >&5
32473 rm -f conftest.err conftest.
$ac_objext \
32474 conftest
$ac_exeext conftest.
$ac_ext
32475 LIBS
=$ac_check_lib_save_LIBS
32477 echo "$as_me:$LINENO: result: $ac_cv_lib_m_ynl" >&5
32478 echo "${ECHO_T}$ac_cv_lib_m_ynl" >&6
32479 if test $ac_cv_lib_m_ynl = yes; then
32481 cat >>confdefs.h
<<\_ACEOF
32487 echo "$as_me:$LINENO: checking for tgamma in -lm" >&5
32488 echo $ECHO_N "checking for tgamma in -lm... $ECHO_C" >&6
32489 if test "${ac_cv_lib_m_tgamma+set}" = set; then
32490 echo $ECHO_N "(cached) $ECHO_C" >&6
32492 ac_check_lib_save_LIBS
=$LIBS
32494 if test x
$gcc_no_link = xyes
; then
32495 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
32496 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
32497 { (exit 1); exit 1; }; }
32499 cat >conftest.
$ac_ext <<_ACEOF
32502 cat confdefs.h
>>conftest.
$ac_ext
32503 cat >>conftest.
$ac_ext <<_ACEOF
32504 /* end confdefs.h. */
32506 /* Override any gcc2 internal prototype to avoid an error. */
32510 /* We use char because int might match the return type of a gcc2
32511 builtin and then its argument prototype would still apply. */
32521 rm -f conftest.
$ac_objext conftest
$ac_exeext
32522 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32523 (eval $ac_link) 2>conftest.er1
32525 grep -v '^ *+' conftest.er1
>conftest.err
32527 cat conftest.err
>&5
32528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32529 (exit $ac_status); } &&
32530 { ac_try
='test -z "$ac_c_werror_flag"
32531 || test ! -s conftest.err'
32532 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32533 (eval $ac_try) 2>&5
32535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32536 (exit $ac_status); }; } &&
32537 { ac_try
='test -s conftest$ac_exeext'
32538 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32539 (eval $ac_try) 2>&5
32541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32542 (exit $ac_status); }; }; then
32543 ac_cv_lib_m_tgamma
=yes
32545 echo "$as_me: failed program was:" >&5
32546 sed 's/^/| /' conftest.
$ac_ext >&5
32548 ac_cv_lib_m_tgamma
=no
32550 rm -f conftest.err conftest.
$ac_objext \
32551 conftest
$ac_exeext conftest.
$ac_ext
32552 LIBS
=$ac_check_lib_save_LIBS
32554 echo "$as_me:$LINENO: result: $ac_cv_lib_m_tgamma" >&5
32555 echo "${ECHO_T}$ac_cv_lib_m_tgamma" >&6
32556 if test $ac_cv_lib_m_tgamma = yes; then
32558 cat >>confdefs.h
<<\_ACEOF
32559 #define HAVE_TGAMMA 1
32564 echo "$as_me:$LINENO: checking for tgammaf in -lm" >&5
32565 echo $ECHO_N "checking for tgammaf in -lm... $ECHO_C" >&6
32566 if test "${ac_cv_lib_m_tgammaf+set}" = set; then
32567 echo $ECHO_N "(cached) $ECHO_C" >&6
32569 ac_check_lib_save_LIBS
=$LIBS
32571 if test x
$gcc_no_link = xyes
; then
32572 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
32573 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
32574 { (exit 1); exit 1; }; }
32576 cat >conftest.
$ac_ext <<_ACEOF
32579 cat confdefs.h
>>conftest.
$ac_ext
32580 cat >>conftest.
$ac_ext <<_ACEOF
32581 /* end confdefs.h. */
32583 /* Override any gcc2 internal prototype to avoid an error. */
32587 /* We use char because int might match the return type of a gcc2
32588 builtin and then its argument prototype would still apply. */
32598 rm -f conftest.
$ac_objext conftest
$ac_exeext
32599 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32600 (eval $ac_link) 2>conftest.er1
32602 grep -v '^ *+' conftest.er1
>conftest.err
32604 cat conftest.err
>&5
32605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32606 (exit $ac_status); } &&
32607 { ac_try
='test -z "$ac_c_werror_flag"
32608 || test ! -s conftest.err'
32609 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32610 (eval $ac_try) 2>&5
32612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32613 (exit $ac_status); }; } &&
32614 { ac_try
='test -s conftest$ac_exeext'
32615 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32616 (eval $ac_try) 2>&5
32618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32619 (exit $ac_status); }; }; then
32620 ac_cv_lib_m_tgammaf
=yes
32622 echo "$as_me: failed program was:" >&5
32623 sed 's/^/| /' conftest.
$ac_ext >&5
32625 ac_cv_lib_m_tgammaf
=no
32627 rm -f conftest.err conftest.
$ac_objext \
32628 conftest
$ac_exeext conftest.
$ac_ext
32629 LIBS
=$ac_check_lib_save_LIBS
32631 echo "$as_me:$LINENO: result: $ac_cv_lib_m_tgammaf" >&5
32632 echo "${ECHO_T}$ac_cv_lib_m_tgammaf" >&6
32633 if test $ac_cv_lib_m_tgammaf = yes; then
32635 cat >>confdefs.h
<<\_ACEOF
32636 #define HAVE_TGAMMAF 1
32641 echo "$as_me:$LINENO: checking for tgammal in -lm" >&5
32642 echo $ECHO_N "checking for tgammal in -lm... $ECHO_C" >&6
32643 if test "${ac_cv_lib_m_tgammal+set}" = set; then
32644 echo $ECHO_N "(cached) $ECHO_C" >&6
32646 ac_check_lib_save_LIBS
=$LIBS
32648 if test x
$gcc_no_link = xyes
; then
32649 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
32650 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
32651 { (exit 1); exit 1; }; }
32653 cat >conftest.
$ac_ext <<_ACEOF
32656 cat confdefs.h
>>conftest.
$ac_ext
32657 cat >>conftest.
$ac_ext <<_ACEOF
32658 /* end confdefs.h. */
32660 /* Override any gcc2 internal prototype to avoid an error. */
32664 /* We use char because int might match the return type of a gcc2
32665 builtin and then its argument prototype would still apply. */
32675 rm -f conftest.
$ac_objext conftest
$ac_exeext
32676 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32677 (eval $ac_link) 2>conftest.er1
32679 grep -v '^ *+' conftest.er1
>conftest.err
32681 cat conftest.err
>&5
32682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32683 (exit $ac_status); } &&
32684 { ac_try
='test -z "$ac_c_werror_flag"
32685 || test ! -s conftest.err'
32686 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32687 (eval $ac_try) 2>&5
32689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32690 (exit $ac_status); }; } &&
32691 { ac_try
='test -s conftest$ac_exeext'
32692 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32693 (eval $ac_try) 2>&5
32695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32696 (exit $ac_status); }; }; then
32697 ac_cv_lib_m_tgammal
=yes
32699 echo "$as_me: failed program was:" >&5
32700 sed 's/^/| /' conftest.
$ac_ext >&5
32702 ac_cv_lib_m_tgammal
=no
32704 rm -f conftest.err conftest.
$ac_objext \
32705 conftest
$ac_exeext conftest.
$ac_ext
32706 LIBS
=$ac_check_lib_save_LIBS
32708 echo "$as_me:$LINENO: result: $ac_cv_lib_m_tgammal" >&5
32709 echo "${ECHO_T}$ac_cv_lib_m_tgammal" >&6
32710 if test $ac_cv_lib_m_tgammal = yes; then
32712 cat >>confdefs.h
<<\_ACEOF
32713 #define HAVE_TGAMMAL 1
32718 echo "$as_me:$LINENO: checking for lgamma in -lm" >&5
32719 echo $ECHO_N "checking for lgamma in -lm... $ECHO_C" >&6
32720 if test "${ac_cv_lib_m_lgamma+set}" = set; then
32721 echo $ECHO_N "(cached) $ECHO_C" >&6
32723 ac_check_lib_save_LIBS
=$LIBS
32725 if test x
$gcc_no_link = xyes
; then
32726 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
32727 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
32728 { (exit 1); exit 1; }; }
32730 cat >conftest.
$ac_ext <<_ACEOF
32733 cat confdefs.h
>>conftest.
$ac_ext
32734 cat >>conftest.
$ac_ext <<_ACEOF
32735 /* end confdefs.h. */
32737 /* Override any gcc2 internal prototype to avoid an error. */
32741 /* We use char because int might match the return type of a gcc2
32742 builtin and then its argument prototype would still apply. */
32752 rm -f conftest.
$ac_objext conftest
$ac_exeext
32753 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32754 (eval $ac_link) 2>conftest.er1
32756 grep -v '^ *+' conftest.er1
>conftest.err
32758 cat conftest.err
>&5
32759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32760 (exit $ac_status); } &&
32761 { ac_try
='test -z "$ac_c_werror_flag"
32762 || test ! -s conftest.err'
32763 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32764 (eval $ac_try) 2>&5
32766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32767 (exit $ac_status); }; } &&
32768 { ac_try
='test -s conftest$ac_exeext'
32769 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32770 (eval $ac_try) 2>&5
32772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32773 (exit $ac_status); }; }; then
32774 ac_cv_lib_m_lgamma
=yes
32776 echo "$as_me: failed program was:" >&5
32777 sed 's/^/| /' conftest.
$ac_ext >&5
32779 ac_cv_lib_m_lgamma
=no
32781 rm -f conftest.err conftest.
$ac_objext \
32782 conftest
$ac_exeext conftest.
$ac_ext
32783 LIBS
=$ac_check_lib_save_LIBS
32785 echo "$as_me:$LINENO: result: $ac_cv_lib_m_lgamma" >&5
32786 echo "${ECHO_T}$ac_cv_lib_m_lgamma" >&6
32787 if test $ac_cv_lib_m_lgamma = yes; then
32789 cat >>confdefs.h
<<\_ACEOF
32790 #define HAVE_LGAMMA 1
32795 echo "$as_me:$LINENO: checking for lgammaf in -lm" >&5
32796 echo $ECHO_N "checking for lgammaf in -lm... $ECHO_C" >&6
32797 if test "${ac_cv_lib_m_lgammaf+set}" = set; then
32798 echo $ECHO_N "(cached) $ECHO_C" >&6
32800 ac_check_lib_save_LIBS
=$LIBS
32802 if test x
$gcc_no_link = xyes
; then
32803 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
32804 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
32805 { (exit 1); exit 1; }; }
32807 cat >conftest.
$ac_ext <<_ACEOF
32810 cat confdefs.h
>>conftest.
$ac_ext
32811 cat >>conftest.
$ac_ext <<_ACEOF
32812 /* end confdefs.h. */
32814 /* Override any gcc2 internal prototype to avoid an error. */
32818 /* We use char because int might match the return type of a gcc2
32819 builtin and then its argument prototype would still apply. */
32829 rm -f conftest.
$ac_objext conftest
$ac_exeext
32830 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32831 (eval $ac_link) 2>conftest.er1
32833 grep -v '^ *+' conftest.er1
>conftest.err
32835 cat conftest.err
>&5
32836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32837 (exit $ac_status); } &&
32838 { ac_try
='test -z "$ac_c_werror_flag"
32839 || test ! -s conftest.err'
32840 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32841 (eval $ac_try) 2>&5
32843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32844 (exit $ac_status); }; } &&
32845 { ac_try
='test -s conftest$ac_exeext'
32846 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32847 (eval $ac_try) 2>&5
32849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32850 (exit $ac_status); }; }; then
32851 ac_cv_lib_m_lgammaf
=yes
32853 echo "$as_me: failed program was:" >&5
32854 sed 's/^/| /' conftest.
$ac_ext >&5
32856 ac_cv_lib_m_lgammaf
=no
32858 rm -f conftest.err conftest.
$ac_objext \
32859 conftest
$ac_exeext conftest.
$ac_ext
32860 LIBS
=$ac_check_lib_save_LIBS
32862 echo "$as_me:$LINENO: result: $ac_cv_lib_m_lgammaf" >&5
32863 echo "${ECHO_T}$ac_cv_lib_m_lgammaf" >&6
32864 if test $ac_cv_lib_m_lgammaf = yes; then
32866 cat >>confdefs.h
<<\_ACEOF
32867 #define HAVE_LGAMMAF 1
32872 echo "$as_me:$LINENO: checking for lgammal in -lm" >&5
32873 echo $ECHO_N "checking for lgammal in -lm... $ECHO_C" >&6
32874 if test "${ac_cv_lib_m_lgammal+set}" = set; then
32875 echo $ECHO_N "(cached) $ECHO_C" >&6
32877 ac_check_lib_save_LIBS
=$LIBS
32879 if test x
$gcc_no_link = xyes
; then
32880 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
32881 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
32882 { (exit 1); exit 1; }; }
32884 cat >conftest.
$ac_ext <<_ACEOF
32887 cat confdefs.h
>>conftest.
$ac_ext
32888 cat >>conftest.
$ac_ext <<_ACEOF
32889 /* end confdefs.h. */
32891 /* Override any gcc2 internal prototype to avoid an error. */
32895 /* We use char because int might match the return type of a gcc2
32896 builtin and then its argument prototype would still apply. */
32906 rm -f conftest.
$ac_objext conftest
$ac_exeext
32907 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32908 (eval $ac_link) 2>conftest.er1
32910 grep -v '^ *+' conftest.er1
>conftest.err
32912 cat conftest.err
>&5
32913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32914 (exit $ac_status); } &&
32915 { ac_try
='test -z "$ac_c_werror_flag"
32916 || test ! -s conftest.err'
32917 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32918 (eval $ac_try) 2>&5
32920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32921 (exit $ac_status); }; } &&
32922 { ac_try
='test -s conftest$ac_exeext'
32923 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32924 (eval $ac_try) 2>&5
32926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32927 (exit $ac_status); }; }; then
32928 ac_cv_lib_m_lgammal
=yes
32930 echo "$as_me: failed program was:" >&5
32931 sed 's/^/| /' conftest.
$ac_ext >&5
32933 ac_cv_lib_m_lgammal
=no
32935 rm -f conftest.err conftest.
$ac_objext \
32936 conftest
$ac_exeext conftest.
$ac_ext
32937 LIBS
=$ac_check_lib_save_LIBS
32939 echo "$as_me:$LINENO: result: $ac_cv_lib_m_lgammal" >&5
32940 echo "${ECHO_T}$ac_cv_lib_m_lgammal" >&6
32941 if test $ac_cv_lib_m_lgammal = yes; then
32943 cat >>confdefs.h
<<\_ACEOF
32944 #define HAVE_LGAMMAL 1
32950 # On AIX, clog is present in libm as __clog
32951 echo "$as_me:$LINENO: checking for __clog in -lm" >&5
32952 echo $ECHO_N "checking for __clog in -lm... $ECHO_C" >&6
32953 if test "${ac_cv_lib_m___clog+set}" = set; then
32954 echo $ECHO_N "(cached) $ECHO_C" >&6
32956 ac_check_lib_save_LIBS
=$LIBS
32958 if test x
$gcc_no_link = xyes
; then
32959 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
32960 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
32961 { (exit 1); exit 1; }; }
32963 cat >conftest.
$ac_ext <<_ACEOF
32966 cat confdefs.h
>>conftest.
$ac_ext
32967 cat >>conftest.
$ac_ext <<_ACEOF
32968 /* end confdefs.h. */
32970 /* Override any gcc2 internal prototype to avoid an error. */
32974 /* We use char because int might match the return type of a gcc2
32975 builtin and then its argument prototype would still apply. */
32985 rm -f conftest.
$ac_objext conftest
$ac_exeext
32986 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
32987 (eval $ac_link) 2>conftest.er1
32989 grep -v '^ *+' conftest.er1
>conftest.err
32991 cat conftest.err
>&5
32992 echo "$as_me:$LINENO: \$? = $ac_status" >&5
32993 (exit $ac_status); } &&
32994 { ac_try
='test -z "$ac_c_werror_flag"
32995 || test ! -s conftest.err'
32996 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
32997 (eval $ac_try) 2>&5
32999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33000 (exit $ac_status); }; } &&
33001 { ac_try
='test -s conftest$ac_exeext'
33002 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33003 (eval $ac_try) 2>&5
33005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33006 (exit $ac_status); }; }; then
33007 ac_cv_lib_m___clog
=yes
33009 echo "$as_me: failed program was:" >&5
33010 sed 's/^/| /' conftest.
$ac_ext >&5
33012 ac_cv_lib_m___clog
=no
33014 rm -f conftest.err conftest.
$ac_objext \
33015 conftest
$ac_exeext conftest.
$ac_ext
33016 LIBS
=$ac_check_lib_save_LIBS
33018 echo "$as_me:$LINENO: result: $ac_cv_lib_m___clog" >&5
33019 echo "${ECHO_T}$ac_cv_lib_m___clog" >&6
33020 if test $ac_cv_lib_m___clog = yes; then
33022 cat >>confdefs.h
<<\_ACEOF
33023 #define HAVE_CLOG 1
33029 # Check for a isfinite macro that works on long doubles.
33031 echo "$as_me:$LINENO: checking whether isfinite is broken" >&5
33032 echo $ECHO_N "checking whether isfinite is broken... $ECHO_C" >&6
33033 if test "${libgfor_cv_have_broken_isfinite+set}" = set; then
33034 echo $ECHO_N "(cached) $ECHO_C" >&6
33037 libgfor_check_for_broken_isfinite_save_LIBS
=$LIBS
33039 if test "$cross_compiling" = yes; then
33041 case "${target}" in
33042 hppa
*-*-hpux*) libgfor_cv_have_broken_isfinite
=yes ;;
33043 *) libgfor_cv_have_broken_isfinite
=no
;;
33046 cat >conftest.
$ac_ext <<_ACEOF
33049 cat confdefs.h
>>conftest.
$ac_ext
33050 cat >>conftest.
$ac_ext <<_ACEOF
33051 /* end confdefs.h. */
33059 if (!isfinite(LDBL_MAX)) return 1;
33062 if (!isfinite(DBL_MAX)) return 1;
33068 rm -f conftest
$ac_exeext
33069 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33070 (eval $ac_link) 2>&5
33072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33073 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
33074 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33075 (eval $ac_try) 2>&5
33077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33078 (exit $ac_status); }; }; then
33079 libgfor_cv_have_broken_isfinite
=no
33081 echo "$as_me: program exited with status $ac_status" >&5
33082 echo "$as_me: failed program was:" >&5
33083 sed 's/^/| /' conftest.
$ac_ext >&5
33085 ( exit $ac_status )
33086 libgfor_cv_have_broken_isfinite
=yes
33088 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
33090 LIBS
=$libgfor_check_for_broken_isfinite_save_LIBS
33092 echo "$as_me:$LINENO: result: $libgfor_cv_have_broken_isfinite" >&5
33093 echo "${ECHO_T}$libgfor_cv_have_broken_isfinite" >&6
33094 if test x
"$libgfor_cv_have_broken_isfinite" = xyes
; then
33096 cat >>confdefs.h
<<\_ACEOF
33097 #define HAVE_BROKEN_ISFINITE 1
33102 # Check for a isnan macro that works on long doubles.
33104 echo "$as_me:$LINENO: checking whether isnan is broken" >&5
33105 echo $ECHO_N "checking whether isnan is broken... $ECHO_C" >&6
33106 if test "${libgfor_cv_have_broken_isnan+set}" = set; then
33107 echo $ECHO_N "(cached) $ECHO_C" >&6
33110 libgfor_check_for_broken_isnan_save_LIBS
=$LIBS
33112 if test "$cross_compiling" = yes; then
33114 case "${target}" in
33115 hppa
*-*-hpux*) libgfor_cv_have_broken_isnan
=yes ;;
33116 *) libgfor_cv_have_broken_isnan
=no
;;
33119 cat >conftest.
$ac_ext <<_ACEOF
33122 cat confdefs.h
>>conftest.
$ac_ext
33123 cat >>conftest.
$ac_ext <<_ACEOF
33124 /* end confdefs.h. */
33134 x = __builtin_nanl ("");
33135 if (!isnan(x)) return 1;
33136 if (isnan(LDBL_MAX)) return 1;
33138 x = (long double) NAN;
33139 if (!isnan(x)) return 1;
33146 y = __builtin_nan ("");
33147 if (!isnan(y)) return 1;
33148 if (isnan(DBL_MAX)) return 1;
33151 if (!isnan(y)) return 1;
33159 rm -f conftest
$ac_exeext
33160 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33161 (eval $ac_link) 2>&5
33163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33164 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
33165 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33166 (eval $ac_try) 2>&5
33168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33169 (exit $ac_status); }; }; then
33170 libgfor_cv_have_broken_isnan
=no
33172 echo "$as_me: program exited with status $ac_status" >&5
33173 echo "$as_me: failed program was:" >&5
33174 sed 's/^/| /' conftest.
$ac_ext >&5
33176 ( exit $ac_status )
33177 libgfor_cv_have_broken_isnan
=yes
33179 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
33181 LIBS
=$libgfor_check_for_broken_isnan_save_LIBS
33183 echo "$as_me:$LINENO: result: $libgfor_cv_have_broken_isnan" >&5
33184 echo "${ECHO_T}$libgfor_cv_have_broken_isnan" >&6
33185 if test x
"$libgfor_cv_have_broken_isnan" = xyes
; then
33187 cat >>confdefs.h
<<\_ACEOF
33188 #define HAVE_BROKEN_ISNAN 1
33193 # Check for a fpclassify macro that works on long doubles.
33195 echo "$as_me:$LINENO: checking whether fpclassify is broken" >&5
33196 echo $ECHO_N "checking whether fpclassify is broken... $ECHO_C" >&6
33197 if test "${libgfor_cv_have_broken_fpclassify+set}" = set; then
33198 echo $ECHO_N "(cached) $ECHO_C" >&6
33201 libgfor_check_for_broken_fpclassify_save_LIBS
=$LIBS
33203 if test "$cross_compiling" = yes; then
33205 case "${target}" in
33206 hppa
*-*-hpux*) libgfor_cv_have_broken_fpclassify
=yes ;;
33207 *) libgfor_cv_have_broken_fpclassify
=no
;;
33210 cat >conftest.
$ac_ext <<_ACEOF
33213 cat confdefs.h
>>conftest.
$ac_ext
33214 cat >>conftest.
$ac_ext <<_ACEOF
33215 /* end confdefs.h. */
33223 if (fpclassify(LDBL_MAX) == FP_NAN
33224 || fpclassify(LDBL_MAX) == FP_INFINITE) return 1;
33227 if (fpclassify(DBL_MAX) == FP_NAN
33228 || fpclassify(DBL_MAX) == FP_INFINITE) return 1;
33234 rm -f conftest
$ac_exeext
33235 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33236 (eval $ac_link) 2>&5
33238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33239 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
33240 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33241 (eval $ac_try) 2>&5
33243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33244 (exit $ac_status); }; }; then
33245 libgfor_cv_have_broken_fpclassify
=no
33247 echo "$as_me: program exited with status $ac_status" >&5
33248 echo "$as_me: failed program was:" >&5
33249 sed 's/^/| /' conftest.
$ac_ext >&5
33251 ( exit $ac_status )
33252 libgfor_cv_have_broken_fpclassify
=yes
33254 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
33256 LIBS
=$libgfor_check_for_broken_fpclassify_save_LIBS
33258 echo "$as_me:$LINENO: result: $libgfor_cv_have_broken_fpclassify" >&5
33259 echo "${ECHO_T}$libgfor_cv_have_broken_fpclassify" >&6
33260 if test x
"$libgfor_cv_have_broken_fpclassify" = xyes
; then
33262 cat >>confdefs.h
<<\_ACEOF
33263 #define HAVE_BROKEN_FPCLASSIFY 1
33268 # Check whether the system has a working stat()
33270 echo "$as_me:$LINENO: checking whether the target stat is reliable" >&5
33271 echo $ECHO_N "checking whether the target stat is reliable... $ECHO_C" >&6
33272 if test "${libgfor_cv_have_working_stat+set}" = set; then
33273 echo $ECHO_N "(cached) $ECHO_C" >&6
33276 if test "$cross_compiling" = yes; then
33278 case "${target}" in
33279 *mingw
*) libgfor_cv_have_working_stat
=no
;;
33280 *) libgfor_cv_have_working_stat
=yes;;
33283 cat >conftest.
$ac_ext <<_ACEOF
33286 cat confdefs.h
>>conftest.
$ac_ext
33287 cat >>conftest.
$ac_ext <<_ACEOF
33288 /* end confdefs.h. */
33291 #include <sys/types.h>
33292 #include <sys/stat.h>
33293 #include <unistd.h>
33298 struct stat st1, st2;
33300 f = fopen ("foo", "w");
33301 g = fopen ("bar", "w");
33302 if (stat ("foo", &st1) != 0 || stat ("bar", &st2))
33304 if (st1.st_dev == st2.st_dev && st1.st_ino == st2.st_ino)
33311 rm -f conftest
$ac_exeext
33312 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33313 (eval $ac_link) 2>&5
33315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33316 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
33317 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33318 (eval $ac_try) 2>&5
33320 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33321 (exit $ac_status); }; }; then
33322 libgfor_cv_have_working_stat
=yes
33324 echo "$as_me: program exited with status $ac_status" >&5
33325 echo "$as_me: failed program was:" >&5
33326 sed 's/^/| /' conftest.
$ac_ext >&5
33328 ( exit $ac_status )
33329 libgfor_cv_have_working_stat
=no
33331 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
33334 echo "$as_me:$LINENO: result: $libgfor_cv_have_working_stat" >&5
33335 echo "${ECHO_T}$libgfor_cv_have_working_stat" >&6
33336 if test x
"$libgfor_cv_have_working_stat" = xyes
; then
33338 cat >>confdefs.h
<<\_ACEOF
33339 #define HAVE_WORKING_STAT 1
33344 # Check whether __mingw_snprintf() is present
33346 echo "$as_me:$LINENO: checking whether __mingw_snprintf is present" >&5
33347 echo $ECHO_N "checking whether __mingw_snprintf is present... $ECHO_C" >&6
33348 if test "${libgfor_cv_have_mingw_snprintf+set}" = set; then
33349 echo $ECHO_N "(cached) $ECHO_C" >&6
33352 if test x
$gcc_no_link = xyes
; then
33353 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
33354 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
33355 { (exit 1); exit 1; }; }
33357 cat >conftest.
$ac_ext <<_ACEOF
33360 cat confdefs.h
>>conftest.
$ac_ext
33361 cat >>conftest.
$ac_ext <<_ACEOF
33362 /* end confdefs.h. */
33365 extern int __mingw_snprintf (char *, size_t, const char *, ...);
33371 __mingw_snprintf (NULL, 0, "%d\n", 1);
33377 rm -f conftest.
$ac_objext conftest
$ac_exeext
33378 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33379 (eval $ac_link) 2>conftest.er1
33381 grep -v '^ *+' conftest.er1
>conftest.err
33383 cat conftest.err
>&5
33384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33385 (exit $ac_status); } &&
33386 { ac_try
='test -z "$ac_c_werror_flag"
33387 || test ! -s conftest.err'
33388 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33389 (eval $ac_try) 2>&5
33391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33392 (exit $ac_status); }; } &&
33393 { ac_try
='test -s conftest$ac_exeext'
33394 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33395 (eval $ac_try) 2>&5
33397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33398 (exit $ac_status); }; }; then
33399 eval "libgfor_cv_have_mingw_snprintf=yes"
33401 echo "$as_me: failed program was:" >&5
33402 sed 's/^/| /' conftest.
$ac_ext >&5
33404 eval "libgfor_cv_have_mingw_snprintf=no"
33406 rm -f conftest.err conftest.
$ac_objext \
33407 conftest
$ac_exeext conftest.
$ac_ext
33410 echo "$as_me:$LINENO: result: $libgfor_cv_have_mingw_snprintf" >&5
33411 echo "${ECHO_T}$libgfor_cv_have_mingw_snprintf" >&6
33412 if test x
"$libgfor_cv_have_mingw_snprintf" = xyes
; then
33414 cat >>confdefs.h
<<\_ACEOF
33415 #define HAVE_MINGW_SNPRINTF 1
33421 # Check for a broken powf implementation
33423 echo "$as_me:$LINENO: checking whether powf is broken" >&5
33424 echo $ECHO_N "checking whether powf is broken... $ECHO_C" >&6
33425 if test "${libgfor_cv_have_broken_powf+set}" = set; then
33426 echo $ECHO_N "(cached) $ECHO_C" >&6
33429 case "${target}" in
33430 hppa
*64*-*-hpux*) libgfor_cv_have_broken_powf
=yes ;;
33431 *) libgfor_cv_have_broken_powf
=no
;;
33434 echo "$as_me:$LINENO: result: $libgfor_cv_have_broken_powf" >&5
33435 echo "${ECHO_T}$libgfor_cv_have_broken_powf" >&6
33436 if test x
"$libgfor_cv_have_broken_powf" = xyes
; then
33438 cat >>confdefs.h
<<\_ACEOF
33439 #define HAVE_BROKEN_POWF 1
33445 # Check for GNU libc feenableexcept
33446 echo "$as_me:$LINENO: checking for feenableexcept in -lm" >&5
33447 echo $ECHO_N "checking for feenableexcept in -lm... $ECHO_C" >&6
33448 if test "${ac_cv_lib_m_feenableexcept+set}" = set; then
33449 echo $ECHO_N "(cached) $ECHO_C" >&6
33451 ac_check_lib_save_LIBS
=$LIBS
33453 if test x
$gcc_no_link = xyes
; then
33454 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
33455 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
33456 { (exit 1); exit 1; }; }
33458 cat >conftest.
$ac_ext <<_ACEOF
33461 cat confdefs.h
>>conftest.
$ac_ext
33462 cat >>conftest.
$ac_ext <<_ACEOF
33463 /* end confdefs.h. */
33465 /* Override any gcc2 internal prototype to avoid an error. */
33469 /* We use char because int might match the return type of a gcc2
33470 builtin and then its argument prototype would still apply. */
33471 char feenableexcept ();
33480 rm -f conftest.
$ac_objext conftest
$ac_exeext
33481 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33482 (eval $ac_link) 2>conftest.er1
33484 grep -v '^ *+' conftest.er1
>conftest.err
33486 cat conftest.err
>&5
33487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33488 (exit $ac_status); } &&
33489 { ac_try
='test -z "$ac_c_werror_flag"
33490 || test ! -s conftest.err'
33491 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33492 (eval $ac_try) 2>&5
33494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33495 (exit $ac_status); }; } &&
33496 { ac_try
='test -s conftest$ac_exeext'
33497 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33498 (eval $ac_try) 2>&5
33500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33501 (exit $ac_status); }; }; then
33502 ac_cv_lib_m_feenableexcept
=yes
33504 echo "$as_me: failed program was:" >&5
33505 sed 's/^/| /' conftest.
$ac_ext >&5
33507 ac_cv_lib_m_feenableexcept
=no
33509 rm -f conftest.err conftest.
$ac_objext \
33510 conftest
$ac_exeext conftest.
$ac_ext
33511 LIBS
=$ac_check_lib_save_LIBS
33513 echo "$as_me:$LINENO: result: $ac_cv_lib_m_feenableexcept" >&5
33514 echo "${ECHO_T}$ac_cv_lib_m_feenableexcept" >&6
33515 if test $ac_cv_lib_m_feenableexcept = yes; then
33516 have_feenableexcept
=yes
33517 cat >>confdefs.h
<<\_ACEOF
33518 #define HAVE_FEENABLEEXCEPT 1
33524 # Check for SysV fpsetmask
33526 echo "$as_me:$LINENO: checking whether fpsetmask is present" >&5
33527 echo $ECHO_N "checking whether fpsetmask is present... $ECHO_C" >&6
33528 if test "${libgfor_cv_have_fpsetmask+set}" = set; then
33529 echo $ECHO_N "(cached) $ECHO_C" >&6
33532 if test x
$gcc_no_link = xyes
; then
33533 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
33534 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
33535 { (exit 1); exit 1; }; }
33537 cat >conftest.
$ac_ext <<_ACEOF
33540 cat confdefs.h
>>conftest.
$ac_ext
33541 cat >>conftest.
$ac_ext <<_ACEOF
33542 /* end confdefs.h. */
33544 #if HAVE_FLOATINGPOINT_H
33545 # include <floatingpoint.h>
33546 #endif /* HAVE_FLOATINGPOINT_H */
33548 # include <ieeefp.h>
33549 #endif /* HAVE_IEEEFP_H */
33558 rm -f conftest.
$ac_objext conftest
$ac_exeext
33559 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33560 (eval $ac_link) 2>conftest.er1
33562 grep -v '^ *+' conftest.er1
>conftest.err
33564 cat conftest.err
>&5
33565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33566 (exit $ac_status); } &&
33567 { ac_try
='test -z "$ac_c_werror_flag"
33568 || test ! -s conftest.err'
33569 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33570 (eval $ac_try) 2>&5
33572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33573 (exit $ac_status); }; } &&
33574 { ac_try
='test -s conftest$ac_exeext'
33575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33576 (eval $ac_try) 2>&5
33578 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33579 (exit $ac_status); }; }; then
33580 eval "libgfor_cv_have_fpsetmask=yes"
33582 echo "$as_me: failed program was:" >&5
33583 sed 's/^/| /' conftest.
$ac_ext >&5
33585 eval "libgfor_cv_have_fpsetmask=no"
33587 rm -f conftest.err conftest.
$ac_objext \
33588 conftest
$ac_exeext conftest.
$ac_ext
33591 echo "$as_me:$LINENO: result: $libgfor_cv_have_fpsetmask" >&5
33592 echo "${ECHO_T}$libgfor_cv_have_fpsetmask" >&6
33593 if test x
"$libgfor_cv_have_fpsetmask" = xyes
; then
33595 cat >>confdefs.h
<<\_ACEOF
33596 #define HAVE_FPSETMASK 1
33602 # Check for AIX fp_trap and fp_enable
33603 echo "$as_me:$LINENO: checking for fp_trap" >&5
33604 echo $ECHO_N "checking for fp_trap... $ECHO_C" >&6
33605 if test "${ac_cv_func_fp_trap+set}" = set; then
33606 echo $ECHO_N "(cached) $ECHO_C" >&6
33608 if test x
$gcc_no_link = xyes
; then
33609 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
33610 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
33611 { (exit 1); exit 1; }; }
33613 cat >conftest.
$ac_ext <<_ACEOF
33616 cat confdefs.h
>>conftest.
$ac_ext
33617 cat >>conftest.
$ac_ext <<_ACEOF
33618 /* end confdefs.h. */
33619 /* Define fp_trap to an innocuous variant, in case <limits.h> declares fp_trap.
33620 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33621 #define fp_trap innocuous_fp_trap
33623 /* System header to define __stub macros and hopefully few prototypes,
33624 which can conflict with char fp_trap (); below.
33625 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33626 <limits.h> exists even on freestanding compilers. */
33629 # include <limits.h>
33631 # include <assert.h>
33636 /* Override any gcc2 internal prototype to avoid an error. */
33641 /* We use char because int might match the return type of a gcc2
33642 builtin and then its argument prototype would still apply. */
33644 /* The GNU C library defines this for functions which it implements
33645 to always fail with ENOSYS. Some functions are actually named
33646 something starting with __ and the normal name is an alias. */
33647 #if defined (__stub_fp_trap) || defined (__stub___fp_trap)
33650 char (*f) () = fp_trap;
33659 return f != fp_trap;
33664 rm -f conftest.
$ac_objext conftest
$ac_exeext
33665 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33666 (eval $ac_link) 2>conftest.er1
33668 grep -v '^ *+' conftest.er1
>conftest.err
33670 cat conftest.err
>&5
33671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33672 (exit $ac_status); } &&
33673 { ac_try
='test -z "$ac_c_werror_flag"
33674 || test ! -s conftest.err'
33675 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33676 (eval $ac_try) 2>&5
33678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33679 (exit $ac_status); }; } &&
33680 { ac_try
='test -s conftest$ac_exeext'
33681 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33682 (eval $ac_try) 2>&5
33684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33685 (exit $ac_status); }; }; then
33686 ac_cv_func_fp_trap
=yes
33688 echo "$as_me: failed program was:" >&5
33689 sed 's/^/| /' conftest.
$ac_ext >&5
33691 ac_cv_func_fp_trap
=no
33693 rm -f conftest.err conftest.
$ac_objext \
33694 conftest
$ac_exeext conftest.
$ac_ext
33696 echo "$as_me:$LINENO: result: $ac_cv_func_fp_trap" >&5
33697 echo "${ECHO_T}$ac_cv_func_fp_trap" >&6
33698 if test $ac_cv_func_fp_trap = yes; then
33700 cat >>confdefs.h
<<\_ACEOF
33701 #define HAVE_FP_TRAP 1
33706 echo "$as_me:$LINENO: checking for fp_enable" >&5
33707 echo $ECHO_N "checking for fp_enable... $ECHO_C" >&6
33708 if test "${ac_cv_func_fp_enable+set}" = set; then
33709 echo $ECHO_N "(cached) $ECHO_C" >&6
33711 if test x
$gcc_no_link = xyes
; then
33712 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
33713 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
33714 { (exit 1); exit 1; }; }
33716 cat >conftest.
$ac_ext <<_ACEOF
33719 cat confdefs.h
>>conftest.
$ac_ext
33720 cat >>conftest.
$ac_ext <<_ACEOF
33721 /* end confdefs.h. */
33722 /* Define fp_enable to an innocuous variant, in case <limits.h> declares fp_enable.
33723 For example, HP-UX 11i <limits.h> declares gettimeofday. */
33724 #define fp_enable innocuous_fp_enable
33726 /* System header to define __stub macros and hopefully few prototypes,
33727 which can conflict with char fp_enable (); below.
33728 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
33729 <limits.h> exists even on freestanding compilers. */
33732 # include <limits.h>
33734 # include <assert.h>
33739 /* Override any gcc2 internal prototype to avoid an error. */
33744 /* We use char because int might match the return type of a gcc2
33745 builtin and then its argument prototype would still apply. */
33747 /* The GNU C library defines this for functions which it implements
33748 to always fail with ENOSYS. Some functions are actually named
33749 something starting with __ and the normal name is an alias. */
33750 #if defined (__stub_fp_enable) || defined (__stub___fp_enable)
33753 char (*f) () = fp_enable;
33762 return f != fp_enable;
33767 rm -f conftest.
$ac_objext conftest
$ac_exeext
33768 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33769 (eval $ac_link) 2>conftest.er1
33771 grep -v '^ *+' conftest.er1
>conftest.err
33773 cat conftest.err
>&5
33774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33775 (exit $ac_status); } &&
33776 { ac_try
='test -z "$ac_c_werror_flag"
33777 || test ! -s conftest.err'
33778 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33779 (eval $ac_try) 2>&5
33781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33782 (exit $ac_status); }; } &&
33783 { ac_try
='test -s conftest$ac_exeext'
33784 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33785 (eval $ac_try) 2>&5
33787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33788 (exit $ac_status); }; }; then
33789 ac_cv_func_fp_enable
=yes
33791 echo "$as_me: failed program was:" >&5
33792 sed 's/^/| /' conftest.
$ac_ext >&5
33794 ac_cv_func_fp_enable
=no
33796 rm -f conftest.err conftest.
$ac_objext \
33797 conftest
$ac_exeext conftest.
$ac_ext
33799 echo "$as_me:$LINENO: result: $ac_cv_func_fp_enable" >&5
33800 echo "${ECHO_T}$ac_cv_func_fp_enable" >&6
33801 if test $ac_cv_func_fp_enable = yes; then
33803 cat >>confdefs.h
<<\_ACEOF
33804 #define HAVE_FP_ENABLE 1
33810 # Runs configure.host to set up necessary host-dependent shell variables.
33811 # We then display a message about it, and propagate them through the
33813 .
${srcdir}/configure.
host
33814 { echo "$as_me:$LINENO: FPU dependent file will be ${fpu_host}.h" >&5
33815 echo "$as_me: FPU dependent file will be ${fpu_host}.h" >&6;}
33816 FPU_HOST_HEADER
=config
/${fpu_host}.h
33819 # Check out attribute support.
33821 echo "$as_me:$LINENO: checking whether the target supports hidden visibility" >&5
33822 echo $ECHO_N "checking whether the target supports hidden visibility... $ECHO_C" >&6
33823 if test "${libgfor_cv_have_attribute_visibility+set}" = set; then
33824 echo $ECHO_N "(cached) $ECHO_C" >&6
33827 save_CFLAGS
="$CFLAGS"
33828 CFLAGS
="$CFLAGS -Werror"
33829 cat >conftest.
$ac_ext <<_ACEOF
33832 cat confdefs.h
>>conftest.
$ac_ext
33833 cat >>conftest.
$ac_ext <<_ACEOF
33834 /* end confdefs.h. */
33835 void __attribute__((visibility("hidden"))) foo(void) { }
33844 rm -f conftest.
$ac_objext
33845 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33846 (eval $ac_compile) 2>conftest.er1
33848 grep -v '^ *+' conftest.er1
>conftest.err
33850 cat conftest.err
>&5
33851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33852 (exit $ac_status); } &&
33853 { ac_try
='test -z "$ac_c_werror_flag"
33854 || test ! -s conftest.err'
33855 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33856 (eval $ac_try) 2>&5
33858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33859 (exit $ac_status); }; } &&
33860 { ac_try
='test -s conftest.$ac_objext'
33861 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33862 (eval $ac_try) 2>&5
33864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33865 (exit $ac_status); }; }; then
33866 libgfor_cv_have_attribute_visibility
=yes
33868 echo "$as_me: failed program was:" >&5
33869 sed 's/^/| /' conftest.
$ac_ext >&5
33871 libgfor_cv_have_attribute_visibility
=no
33873 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
33874 CFLAGS
="$save_CFLAGS"
33876 echo "$as_me:$LINENO: result: $libgfor_cv_have_attribute_visibility" >&5
33877 echo "${ECHO_T}$libgfor_cv_have_attribute_visibility" >&6
33878 if test $libgfor_cv_have_attribute_visibility = yes; then
33880 cat >>confdefs.h
<<\_ACEOF
33881 #define HAVE_ATTRIBUTE_VISIBILITY 1
33886 echo "$as_me:$LINENO: checking whether the target supports dllexport" >&5
33887 echo $ECHO_N "checking whether the target supports dllexport... $ECHO_C" >&6
33888 if test "${libgfor_cv_have_attribute_dllexport+set}" = set; then
33889 echo $ECHO_N "(cached) $ECHO_C" >&6
33892 save_CFLAGS
="$CFLAGS"
33893 CFLAGS
="$CFLAGS -Werror"
33894 cat >conftest.
$ac_ext <<_ACEOF
33897 cat confdefs.h
>>conftest.
$ac_ext
33898 cat >>conftest.
$ac_ext <<_ACEOF
33899 /* end confdefs.h. */
33900 void __attribute__((dllexport)) foo(void) { }
33909 rm -f conftest.
$ac_objext
33910 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
33911 (eval $ac_compile) 2>conftest.er1
33913 grep -v '^ *+' conftest.er1
>conftest.err
33915 cat conftest.err
>&5
33916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33917 (exit $ac_status); } &&
33918 { ac_try
='test -z "$ac_c_werror_flag"
33919 || test ! -s conftest.err'
33920 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33921 (eval $ac_try) 2>&5
33923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33924 (exit $ac_status); }; } &&
33925 { ac_try
='test -s conftest.$ac_objext'
33926 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33927 (eval $ac_try) 2>&5
33929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33930 (exit $ac_status); }; }; then
33931 libgfor_cv_have_attribute_dllexport
=yes
33933 echo "$as_me: failed program was:" >&5
33934 sed 's/^/| /' conftest.
$ac_ext >&5
33936 libgfor_cv_have_attribute_dllexport
=no
33938 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
33939 CFLAGS
="$save_CFLAGS"
33941 echo "$as_me:$LINENO: result: $libgfor_cv_have_attribute_dllexport" >&5
33942 echo "${ECHO_T}$libgfor_cv_have_attribute_dllexport" >&6
33943 if test $libgfor_cv_have_attribute_dllexport = yes; then
33945 cat >>confdefs.h
<<\_ACEOF
33946 #define HAVE_ATTRIBUTE_DLLEXPORT 1
33951 echo "$as_me:$LINENO: checking whether the target supports symbol aliases" >&5
33952 echo $ECHO_N "checking whether the target supports symbol aliases... $ECHO_C" >&6
33953 if test "${libgfor_cv_have_attribute_alias+set}" = set; then
33954 echo $ECHO_N "(cached) $ECHO_C" >&6
33957 if test x
$gcc_no_link = xyes
; then
33958 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
33959 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
33960 { (exit 1); exit 1; }; }
33962 cat >conftest.
$ac_ext <<_ACEOF
33965 cat confdefs.h
>>conftest.
$ac_ext
33966 cat >>conftest.
$ac_ext <<_ACEOF
33967 /* end confdefs.h. */
33970 extern void bar(void) __attribute__((alias("foo")));
33979 rm -f conftest.
$ac_objext conftest
$ac_exeext
33980 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
33981 (eval $ac_link) 2>conftest.er1
33983 grep -v '^ *+' conftest.er1
>conftest.err
33985 cat conftest.err
>&5
33986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33987 (exit $ac_status); } &&
33988 { ac_try
='test -z "$ac_c_werror_flag"
33989 || test ! -s conftest.err'
33990 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33991 (eval $ac_try) 2>&5
33993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
33994 (exit $ac_status); }; } &&
33995 { ac_try
='test -s conftest$ac_exeext'
33996 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
33997 (eval $ac_try) 2>&5
33999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34000 (exit $ac_status); }; }; then
34001 libgfor_cv_have_attribute_alias
=yes
34003 echo "$as_me: failed program was:" >&5
34004 sed 's/^/| /' conftest.
$ac_ext >&5
34006 libgfor_cv_have_attribute_alias
=no
34008 rm -f conftest.err conftest.
$ac_objext \
34009 conftest
$ac_exeext conftest.
$ac_ext
34011 echo "$as_me:$LINENO: result: $libgfor_cv_have_attribute_alias" >&5
34012 echo "${ECHO_T}$libgfor_cv_have_attribute_alias" >&6
34013 if test $libgfor_cv_have_attribute_alias = yes; then
34015 cat >>confdefs.h
<<\_ACEOF
34016 #define HAVE_ATTRIBUTE_ALIAS 1
34021 # Check out sync builtins support.
34023 echo "$as_me:$LINENO: checking whether the target supports __sync_fetch_and_add" >&5
34024 echo $ECHO_N "checking whether the target supports __sync_fetch_and_add... $ECHO_C" >&6
34025 if test "${libgfor_cv_have_sync_fetch_and_add+set}" = set; then
34026 echo $ECHO_N "(cached) $ECHO_C" >&6
34029 if test x
$gcc_no_link = xyes
; then
34030 { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5
34031 echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;}
34032 { (exit 1); exit 1; }; }
34034 cat >conftest.
$ac_ext <<_ACEOF
34037 cat confdefs.h
>>conftest.
$ac_ext
34038 cat >>conftest.
$ac_ext <<_ACEOF
34039 /* end confdefs.h. */
34045 if (foovar <= 0) return __sync_fetch_and_add (&foovar, 1);
34046 if (foovar > 10) return __sync_add_and_fetch (&foovar, -1);
34051 rm -f conftest.
$ac_objext conftest
$ac_exeext
34052 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34053 (eval $ac_link) 2>conftest.er1
34055 grep -v '^ *+' conftest.er1
>conftest.err
34057 cat conftest.err
>&5
34058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34059 (exit $ac_status); } &&
34060 { ac_try
='test -z "$ac_c_werror_flag"
34061 || test ! -s conftest.err'
34062 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34063 (eval $ac_try) 2>&5
34065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34066 (exit $ac_status); }; } &&
34067 { ac_try
='test -s conftest$ac_exeext'
34068 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34069 (eval $ac_try) 2>&5
34071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34072 (exit $ac_status); }; }; then
34073 libgfor_cv_have_sync_fetch_and_add
=yes
34075 echo "$as_me: failed program was:" >&5
34076 sed 's/^/| /' conftest.
$ac_ext >&5
34078 libgfor_cv_have_sync_fetch_and_add
=no
34080 rm -f conftest.err conftest.
$ac_objext \
34081 conftest
$ac_exeext conftest.
$ac_ext
34083 echo "$as_me:$LINENO: result: $libgfor_cv_have_sync_fetch_and_add" >&5
34084 echo "${ECHO_T}$libgfor_cv_have_sync_fetch_and_add" >&6
34085 if test $libgfor_cv_have_sync_fetch_and_add = yes; then
34087 cat >>confdefs.h
<<\_ACEOF
34088 #define HAVE_SYNC_FETCH_AND_ADD 1
34093 # Check out thread support.
34095 echo "$as_me:$LINENO: checking configured target thread model" >&5
34096 echo $ECHO_N "checking configured target thread model... $ECHO_C" >&6
34097 if test "${libgfor_cv_target_thread_file+set}" = set; then
34098 echo $ECHO_N "(cached) $ECHO_C" >&6
34101 libgfor_cv_target_thread_file
=`$CC -v 2>&1 | sed -n 's/^Thread model: //p'`
34103 echo "$as_me:$LINENO: result: $libgfor_cv_target_thread_file" >&5
34104 echo "${ECHO_T}$libgfor_cv_target_thread_file" >&6
34106 if test $libgfor_cv_target_thread_file != single
; then
34108 cat >>confdefs.h
<<\_ACEOF
34109 #define HAVE_GTHR_DEFAULT 1
34114 # Check out #pragma weak.
34116 echo "$as_me:$LINENO: checking whether pragma weak works" >&5
34117 echo $ECHO_N "checking whether pragma weak works... $ECHO_C" >&6
34118 if test "${libgfor_cv_have_pragma_weak+set}" = set; then
34119 echo $ECHO_N "(cached) $ECHO_C" >&6
34122 gfor_save_CFLAGS
="$CFLAGS"
34123 CFLAGS
="$CFLAGS -Wunknown-pragmas"
34124 cat >conftest.
$ac_ext <<_ACEOF
34127 cat confdefs.h
>>conftest.
$ac_ext
34128 cat >>conftest.
$ac_ext <<_ACEOF
34129 /* end confdefs.h. */
34140 rm -f conftest.
$ac_objext
34141 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
34142 (eval $ac_compile) 2>conftest.er1
34144 grep -v '^ *+' conftest.er1
>conftest.err
34146 cat conftest.err
>&5
34147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34148 (exit $ac_status); } &&
34149 { ac_try
='test -z "$ac_c_werror_flag"
34150 || test ! -s conftest.err'
34151 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34152 (eval $ac_try) 2>&5
34154 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34155 (exit $ac_status); }; } &&
34156 { ac_try
='test -s conftest.$ac_objext'
34157 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34158 (eval $ac_try) 2>&5
34160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34161 (exit $ac_status); }; }; then
34162 libgfor_cv_have_pragma_weak
=yes
34164 echo "$as_me: failed program was:" >&5
34165 sed 's/^/| /' conftest.
$ac_ext >&5
34167 libgfor_cv_have_pragma_weak
=no
34169 rm -f conftest.err conftest.
$ac_objext conftest.
$ac_ext
34171 echo "$as_me:$LINENO: result: $libgfor_cv_have_pragma_weak" >&5
34172 echo "${ECHO_T}$libgfor_cv_have_pragma_weak" >&6
34173 if test $libgfor_cv_have_pragma_weak = yes; then
34175 cat >>confdefs.h
<<\_ACEOF
34176 #define SUPPORTS_WEAK 1
34181 *-*-darwin* |
*-*-hpux* |
*-*-cygwin* |
*-*-mingw* )
34183 cat >>confdefs.h
<<\_ACEOF
34184 #define GTHREAD_USE_WEAK 0
34190 # Various other checks on target
34192 echo "$as_me:$LINENO: checking whether the target can unlink an open file" >&5
34193 echo $ECHO_N "checking whether the target can unlink an open file... $ECHO_C" >&6
34194 if test "${libgfor_cv_have_unlink_open_file+set}" = set; then
34195 echo $ECHO_N "(cached) $ECHO_C" >&6
34198 if test "$cross_compiling" = yes; then
34200 case "${target}" in
34201 *mingw
*) libgfor_cv_have_unlink_open_file
=no
;;
34202 *) libgfor_cv_have_unlink_open_file
=yes;;
34205 cat >conftest.
$ac_ext <<_ACEOF
34208 cat confdefs.h
>>conftest.
$ac_ext
34209 cat >>conftest.
$ac_ext <<_ACEOF
34210 /* end confdefs.h. */
34214 #include <unistd.h>
34215 #include <sys/stat.h>
34221 fd = open ("testfile", O_RDWR | O_CREAT, S_IWRITE | S_IREAD);
34224 if (unlink ("testfile") == -1)
34226 write (fd, "This is a test\n", 15);
34229 if (open ("testfile", O_RDONLY, S_IWRITE | S_IREAD) == -1 && errno == ENOENT)
34235 rm -f conftest
$ac_exeext
34236 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34237 (eval $ac_link) 2>&5
34239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34240 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
34241 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34242 (eval $ac_try) 2>&5
34244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34245 (exit $ac_status); }; }; then
34246 libgfor_cv_have_unlink_open_file
=yes
34248 echo "$as_me: program exited with status $ac_status" >&5
34249 echo "$as_me: failed program was:" >&5
34250 sed 's/^/| /' conftest.
$ac_ext >&5
34252 ( exit $ac_status )
34253 libgfor_cv_have_unlink_open_file
=no
34255 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
34258 echo "$as_me:$LINENO: result: $libgfor_cv_have_unlink_open_file" >&5
34259 echo "${ECHO_T}$libgfor_cv_have_unlink_open_file" >&6
34260 if test x
"$libgfor_cv_have_unlink_open_file" = xyes
; then
34262 cat >>confdefs.h
<<\_ACEOF
34263 #define HAVE_UNLINK_OPEN_FILE 1
34268 # Check whether line terminator is LF or CRLF
34270 echo "$as_me:$LINENO: checking whether the target has CRLF as line terminator" >&5
34271 echo $ECHO_N "checking whether the target has CRLF as line terminator... $ECHO_C" >&6
34272 if test "${libgfor_cv_have_crlf+set}" = set; then
34273 echo $ECHO_N "(cached) $ECHO_C" >&6
34276 if test "$cross_compiling" = yes; then
34278 case "${target}" in
34279 *mingw
*) libgfor_cv_have_crlf
=yes ;;
34280 *) libgfor_cv_have_crlf
=no
;;
34283 cat >conftest.
$ac_ext <<_ACEOF
34286 cat confdefs.h
>>conftest.
$ac_ext
34287 cat >>conftest.
$ac_ext <<_ACEOF
34288 /* end confdefs.h. */
34290 /* This test program should exit with status 0 if system uses a CRLF as
34291 line terminator, and status 1 otherwise.
34292 Since it is used to check for mingw systems, and should return 0 in any
34293 other case, in case of a failure we will not use CRLF. */
34294 #include <sys/stat.h>
34295 #include <stdlib.h>
34307 fd = open ("foo", O_WRONLY | O_CREAT | O_TRUNC, S_IRWXU);
34310 if (write (fd, "\n", 1) < 0)
34315 if ((fd = open ("foo", O_RDONLY | O_BINARY, S_IRWXU)) < 0)
34317 bytes = read (fd, buff, 5);
34318 if (bytes == 2 && buff[0] == '\r' && buff[1] == '\n')
34325 rm -f conftest
$ac_exeext
34326 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
34327 (eval $ac_link) 2>&5
34329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34330 (exit $ac_status); } && { ac_try
='./conftest$ac_exeext'
34331 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
34332 (eval $ac_try) 2>&5
34334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
34335 (exit $ac_status); }; }; then
34336 libgfor_cv_have_crlf
=yes
34338 echo "$as_me: program exited with status $ac_status" >&5
34339 echo "$as_me: failed program was:" >&5
34340 sed 's/^/| /' conftest.
$ac_ext >&5
34342 ( exit $ac_status )
34343 libgfor_cv_have_crlf
=no
34345 rm -f core
*.core gmon.out bb.out conftest
$ac_exeext conftest.
$ac_objext conftest.
$ac_ext
34348 echo "$as_me:$LINENO: result: $libgfor_cv_have_crlf" >&5
34349 echo "${ECHO_T}$libgfor_cv_have_crlf" >&6
34350 if test x
"$libgfor_cv_have_crlf" = xyes
; then
34352 cat >>confdefs.h
<<\_ACEOF
34353 #define HAVE_CRLF 1
34358 cat >confcache
<<\_ACEOF
34359 # This file is a shell script that caches the results of configure
34360 # tests run on this system so they can be shared between configure
34361 # scripts and configure runs, see configure's option --config-cache.
34362 # It is not useful on other systems. If it contains results you don't
34363 # want to keep, you may remove or edit it.
34365 # config.status only pays attention to the cache file if you give it
34366 # the --recheck option to rerun configure.
34368 # `ac_cv_env_foo' variables (set or unset) will be overridden when
34369 # loading this file, other *unset* `ac_cv_foo' will be assigned the
34370 # following values.
34374 # The following way of writing the cache mishandles newlines in values,
34375 # but we know of no workaround that is simple, portable, and efficient.
34376 # So, don't put newlines in cache variables' values.
34377 # Ultrix sh set writes to stderr and can't be redirected directly,
34378 # and sets the high bit in the cache file unless we assign to the vars.
34381 case `(ac_space=' '; set | grep ac_space) 2>&1` in
34383 # `set' does not quote correctly, so add quotes (double-quote
34384 # substitution turns \\\\ into \\, and sed turns \\ into \).
34387 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
34390 # `set' quotes correctly as required by POSIX, so do not add quotes.
34392 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
34399 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
34401 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
34403 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
34404 if test -w $cache_file; then
34405 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
34406 cat confcache
>$cache_file
34408 echo "not updating unwritable cache $cache_file"
34413 if test ${multilib} = yes; then
34414 multilib_arg
="--enable-multilib"
34419 # Write our Makefile.
34420 ac_config_files
="$ac_config_files Makefile"
34422 cat >confcache
<<\_ACEOF
34423 # This file is a shell script that caches the results of configure
34424 # tests run on this system so they can be shared between configure
34425 # scripts and configure runs, see configure's option --config-cache.
34426 # It is not useful on other systems. If it contains results you don't
34427 # want to keep, you may remove or edit it.
34429 # config.status only pays attention to the cache file if you give it
34430 # the --recheck option to rerun configure.
34432 # `ac_cv_env_foo' variables (set or unset) will be overridden when
34433 # loading this file, other *unset* `ac_cv_foo' will be assigned the
34434 # following values.
34438 # The following way of writing the cache mishandles newlines in values,
34439 # but we know of no workaround that is simple, portable, and efficient.
34440 # So, don't put newlines in cache variables' values.
34441 # Ultrix sh set writes to stderr and can't be redirected directly,
34442 # and sets the high bit in the cache file unless we assign to the vars.
34445 case `(ac_space=' '; set | grep ac_space) 2>&1` in
34447 # `set' does not quote correctly, so add quotes (double-quote
34448 # substitution turns \\\\ into \\, and sed turns \\ into \).
34451 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
34454 # `set' quotes correctly as required by POSIX, so do not add quotes.
34456 "s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"
34463 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
34465 /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
34467 if diff $cache_file confcache
>/dev
/null
2>&1; then :; else
34468 if test -w $cache_file; then
34469 test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"
34470 cat confcache
>$cache_file
34472 echo "not updating unwritable cache $cache_file"
34477 test "x$prefix" = xNONE
&& prefix
=$ac_default_prefix
34478 # Let make expand exec_prefix.
34479 test "x$exec_prefix" = xNONE
&& exec_prefix
='${prefix}'
34481 # VPATH may cause trouble with some makes, so we remove $(srcdir),
34482 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
34483 # trailing colons and then remove the whole line if VPATH becomes empty
34484 # (actually we leave an empty line to preserve line numbers).
34485 if test "x$srcdir" = x.
; then
34486 ac_vpsub
='/^[ ]*VPATH[ ]*=/{
34487 s/:*\$(srcdir):*/:/;
34488 s/:*\${srcdir}:*/:/;
34490 s/^\([^=]*=[ ]*\):*/\1/;
34496 DEFS
=-DHAVE_CONFIG_H
34500 for ac_i
in : $LIBOBJS; do test "x$ac_i" = x
: && continue
34501 # 1. Remove the extension, and $U if already installed.
34502 ac_i
=`echo "$ac_i" |
34503 sed 's/\$U\././;s/\.o$//;s/\.obj$//'`
34505 ac_libobjs
="$ac_libobjs $ac_i\$U.$ac_objext"
34506 ac_ltlibobjs
="$ac_ltlibobjs $ac_i"'$U.lo'
34508 LIBOBJS
=$ac_libobjs
34510 LTLIBOBJS
=$ac_ltlibobjs
34513 if test -z "${onestep_TRUE}" && test -z "${onestep_FALSE}"; then
34514 { { echo "$as_me:$LINENO: error: conditional \"onestep\" was never defined.
34515 Usually this means the macro was only invoked conditionally." >&5
34516 echo "$as_me: error: conditional \"onestep\" was never defined.
34517 Usually this means the macro was only invoked conditionally." >&2;}
34518 { (exit 1); exit 1; }; }
34520 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
34521 { { echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
34522 Usually this means the macro was only invoked conditionally." >&5
34523 echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
34524 Usually this means the macro was only invoked conditionally." >&2;}
34525 { (exit 1); exit 1; }; }
34527 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
34528 { { echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
34529 Usually this means the macro was only invoked conditionally." >&5
34530 echo "$as_me: error: conditional \"AMDEP\" was never defined.
34531 Usually this means the macro was only invoked conditionally." >&2;}
34532 { (exit 1); exit 1; }; }
34534 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
34535 { { echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
34536 Usually this means the macro was only invoked conditionally." >&5
34537 echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
34538 Usually this means the macro was only invoked conditionally." >&2;}
34539 { (exit 1); exit 1; }; }
34541 if test -z "${LIBGFOR_USE_SYMVER_TRUE}" && test -z "${LIBGFOR_USE_SYMVER_FALSE}"; then
34542 { { echo "$as_me:$LINENO: error: conditional \"LIBGFOR_USE_SYMVER\" was never defined.
34543 Usually this means the macro was only invoked conditionally." >&5
34544 echo "$as_me: error: conditional \"LIBGFOR_USE_SYMVER\" was never defined.
34545 Usually this means the macro was only invoked conditionally." >&2;}
34546 { (exit 1); exit 1; }; }
34549 : ${CONFIG_STATUS=./config.status}
34550 ac_clean_files_save
=$ac_clean_files
34551 ac_clean_files
="$ac_clean_files $CONFIG_STATUS"
34552 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
34553 echo "$as_me: creating $CONFIG_STATUS" >&6;}
34554 cat >$CONFIG_STATUS <<_ACEOF
34556 # Generated by $as_me.
34557 # Run this file to recreate the current configuration.
34558 # Compiler output produced by configure, useful for debugging
34559 # configure, is in config.log if it exists.
34562 ac_cs_recheck=false
34564 SHELL=\${CONFIG_SHELL-$SHELL}
34567 cat >>$CONFIG_STATUS <<\_ACEOF
34568 ## --------------------- ##
34569 ## M4sh Initialization. ##
34570 ## --------------------- ##
34572 # Be Bourne compatible
34573 if test -n "${ZSH_VERSION+set}" && (emulate sh
) >/dev
/null
2>&1; then
34576 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
34577 # is contrary to our usage. Disable this feature.
34578 alias -g '${1+"$@"}'='"$@"'
34579 elif test -n "${BASH_VERSION+set}" && (set -o posix
) >/dev
/null
2>&1; then
34582 DUALCASE
=1; export DUALCASE
# for MKS sh
34584 # Support unset when possible.
34585 if ( (MAIL
=60; unset MAIL
) ||
exit) >/dev
/null
2>&1; then
34592 # Work around bugs in pre-3.0 UWIN ksh.
34593 $as_unset ENV MAIL MAILPATH
34600 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
34601 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
34602 LC_TELEPHONE LC_TIME
34604 if (set +x
; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
34605 eval $as_var=C
; export $as_var
34611 # Required to use basename.
34612 if expr a
: '\(a\)' >/dev
/null
2>&1; then
34618 if (basename /) >/dev
/null
2>&1 && test "X`basename / 2>&1`" = "X/"; then
34619 as_basename
=basename
34625 # Name of the executable.
34626 as_me
=`$as_basename "$0" ||
34627 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
34628 X"$0" : 'X\(//\)$' \| \
34629 X"$0" : 'X\(/\)$' \| \
34630 . : '\(.\)' 2>/dev/null ||
34632 sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/; q; }
34633 /^X\/\(\/\/\)$/{ s//\1/; q; }
34634 /^X\/\(\/\).*/{ s//\1/; q; }
34638 # PATH needs CR, and LINENO needs CR and PATH.
34639 # Avoid depending upon Character Ranges.
34640 as_cr_letters
='abcdefghijklmnopqrstuvwxyz'
34641 as_cr_LETTERS
='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
34642 as_cr_Letters
=$as_cr_letters$as_cr_LETTERS
34643 as_cr_digits
='0123456789'
34644 as_cr_alnum
=$as_cr_Letters$as_cr_digits
34646 # The user is always right.
34647 if test "${PATH_SEPARATOR+set}" != set; then
34648 echo "#! /bin/sh" >conf$$.sh
34649 echo "exit 0" >>conf$$.sh
34651 if (PATH
="/nonexistent;."; conf$$.sh
) >/dev
/null
2>&1; then
34660 as_lineno_1
=$LINENO
34661 as_lineno_2
=$LINENO
34662 as_lineno_3
=`(expr $as_lineno_1 + 1) 2>/dev/null`
34663 test "x$as_lineno_1" != "x$as_lineno_2" &&
34664 test "x$as_lineno_3" = "x$as_lineno_2" ||
{
34665 # Find who we are. Look in the path if we contain no path at all
34668 *[\\/]* ) as_myself
=$0 ;;
34669 *) as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
34670 for as_dir
in $PATH
34673 test -z "$as_dir" && as_dir
=.
34674 test -r "$as_dir/$0" && as_myself
=$as_dir/$0 && break
34679 # We did not find ourselves, most probably we were run as `sh COMMAND'
34680 # in which case we are not to be found in the path.
34681 if test "x$as_myself" = x
; then
34684 if test ! -f "$as_myself"; then
34685 { { echo "$as_me:$LINENO: error: cannot find myself; rerun with an absolute path" >&5
34686 echo "$as_me: error: cannot find myself; rerun with an absolute path" >&2;}
34687 { (exit 1); exit 1; }; }
34689 case $CONFIG_SHELL in
34691 as_save_IFS
=$IFS; IFS
=$PATH_SEPARATOR
34692 for as_dir
in /bin
$PATH_SEPARATOR/usr
/bin
$PATH_SEPARATOR$PATH
34695 test -z "$as_dir" && as_dir
=.
34696 for as_base
in sh bash ksh sh5
; do
34699 if ("$as_dir/$as_base" -c '
34700 as_lineno_1=$LINENO
34701 as_lineno_2=$LINENO
34702 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
34703 test "x$as_lineno_1" != "x$as_lineno_2" &&
34704 test "x$as_lineno_3" = "x$as_lineno_2" ') 2>/dev
/null
; then
34705 $as_unset BASH_ENV ||
test "${BASH_ENV+set}" != set ||
{ BASH_ENV
=; export BASH_ENV
; }
34706 $as_unset ENV ||
test "${ENV+set}" != set ||
{ ENV
=; export ENV
; }
34707 CONFIG_SHELL
=$as_dir/$as_base
34708 export CONFIG_SHELL
34709 exec "$CONFIG_SHELL" "$0" ${1+"$@"}
34717 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
34718 # uniformly replaced by the line number. The first 'sed' inserts a
34719 # line-number line before each line; the second 'sed' does the real
34720 # work. The second script uses 'N' to pair each line-number line
34721 # with the numbered line, and appends trailing '-' during
34722 # substitution so that $LINENO is not a special case at line end.
34723 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
34724 # second 'sed' script. Blame Lee E. McMahon for sed's syntax. :-)
34725 sed '=' <$as_myself |
34730 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3,
34733 s,^['$as_cr_digits']*\n,,
34734 ' >$as_me.lineno
&&
34735 chmod +x
$as_me.lineno ||
34736 { { echo "$as_me:$LINENO: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&5
34737 echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2;}
34738 { (exit 1); exit 1; }; }
34740 # Don't try to exec as it changes $[0], causing all sort of problems
34741 # (the dirname of $[0] is not the place where we might find the
34742 # original and so on. Autoconf is especially sensible to this).
34744 # Exit status is that of the last command.
34749 case `echo "testing\c"; echo 1,2,3`,`echo -n testing; echo 1,2,3` in
34750 *c
*,-n*) ECHO_N
= ECHO_C
='
34752 *c
*,* ) ECHO_N
=-n ECHO_C
= ECHO_T
= ;;
34753 *) ECHO_N
= ECHO_C
='\c' ECHO_T
= ;;
34756 if expr a
: '\(a\)' >/dev
/null
2>&1; then
34762 rm -f conf$$ conf$$.exe conf$$.
file
34764 if ln -s conf$$.
file conf$$
2>/dev
/null
; then
34765 # We could just check for DJGPP; but this test a) works b) is more generic
34766 # and c) will remain valid once DJGPP supports symlinks (DJGPP 2.04).
34767 if test -f conf$$.exe
; then
34768 # Don't use ln at all; we don't have any links
34773 elif ln conf$$.
file conf$$
2>/dev
/null
; then
34778 rm -f conf$$ conf$$.exe conf$$.
file
34780 if mkdir
-p .
2>/dev
/null
; then
34783 test -d .
/-p && rmdir .
/-p
34787 as_executable_p
="test -f"
34789 # Sed expression to map a string onto a valid CPP name.
34790 as_tr_cpp
="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
34792 # Sed expression to map a string onto a valid variable name.
34793 as_tr_sh
="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
34797 # We need space, tab and new line, in precisely that order.
34807 # Open the log real soon, to keep \$[0] and so on meaningful, and to
34808 # report actual input values of CONFIG_FILES etc. instead of their
34809 # values after options handling. Logging --version etc. is OK.
34813 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
34814 ## Running $as_me. ##
34819 This file was extended by GNU Fortran Runtime Library $as_me 0.3, which was
34820 generated by GNU Autoconf 2.59. Invocation command line was
34822 CONFIG_FILES = $CONFIG_FILES
34823 CONFIG_HEADERS = $CONFIG_HEADERS
34824 CONFIG_LINKS = $CONFIG_LINKS
34825 CONFIG_COMMANDS = $CONFIG_COMMANDS
34829 echo "on `(hostname || uname -n) 2>/dev/null | sed 1q`" >&5
34833 # Files that config.status was made for.
34834 if test -n "$ac_config_files"; then
34835 echo "config_files=\"$ac_config_files\"" >>$CONFIG_STATUS
34838 if test -n "$ac_config_headers"; then
34839 echo "config_headers=\"$ac_config_headers\"" >>$CONFIG_STATUS
34842 if test -n "$ac_config_links"; then
34843 echo "config_links=\"$ac_config_links\"" >>$CONFIG_STATUS
34846 if test -n "$ac_config_commands"; then
34847 echo "config_commands=\"$ac_config_commands\"" >>$CONFIG_STATUS
34850 cat >>$CONFIG_STATUS <<\_ACEOF
34853 \`$as_me' instantiates files from templates according to the
34854 current configuration.
34856 Usage: $0 [OPTIONS] [FILE]...
34858 -h, --help print this help, then exit
34859 -V, --version print version number, then exit
34860 -q, --quiet do not print progress messages
34861 -d, --debug don't remove temporary files
34862 --recheck update $as_me by reconfiguring in the same conditions
34863 --file=FILE[:TEMPLATE]
34864 instantiate the configuration file FILE
34865 --header=FILE[:TEMPLATE]
34866 instantiate the configuration header FILE
34868 Configuration files:
34871 Configuration headers:
34874 Configuration commands:
34877 Report bugs to <bug-autoconf@gnu.org>."
34880 cat >>$CONFIG_STATUS <<_ACEOF
34882 GNU Fortran Runtime Library config.status 0.3
34883 configured by $0, generated by GNU Autoconf 2.59,
34884 with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
34886 Copyright (C) 2003 Free Software Foundation, Inc.
34887 This config.status script is free software; the Free Software Foundation
34888 gives unlimited permission to copy, distribute and modify it."
34893 cat >>$CONFIG_STATUS <<\_ACEOF
34894 # If no file are specified by the user, then we need to provide default
34895 # value. By we need to know if files were specified by the user.
34901 ac_option
=`expr "x$1" : 'x\([^=]*\)='`
34902 ac_optarg
=`expr "x$1" : 'x[^=]*=\(.*\)'`
34910 *) # This is not an option, so the user has probably given explicit
34913 ac_need_defaults
=false
;;
34917 # Handling of the options.
34919 cat >>$CONFIG_STATUS <<\_ACEOF
34920 -recheck |
--recheck |
--rechec |
--reche |
--rech |
--rec |
--re |
--r)
34922 --version |
--vers* |
-V )
34923 echo "$ac_cs_version"; exit 0 ;;
34925 # Conflict between --help and --header
34926 { { echo "$as_me:$LINENO: error: ambiguous option: $1
34927 Try \`$0 --help' for more information." >&5
34928 echo "$as_me: error: ambiguous option: $1
34929 Try \`$0 --help' for more information." >&2;}
34930 { (exit 1); exit 1; }; };;
34931 --help |
--hel |
-h )
34932 echo "$ac_cs_usage"; exit 0 ;;
34933 --debug |
--d* |
-d )
34935 --file |
--fil |
--fi |
--f )
34937 CONFIG_FILES
="$CONFIG_FILES $ac_optarg"
34938 ac_need_defaults
=false
;;
34939 --header |
--heade |
--head |
--hea )
34941 CONFIG_HEADERS
="$CONFIG_HEADERS $ac_optarg"
34942 ac_need_defaults
=false
;;
34943 -q |
-quiet |
--quiet |
--quie |
--qui |
--qu |
--q \
34944 |
-silent |
--silent |
--silen |
--sile |
--sil |
--si |
--s)
34947 # This is an error.
34948 -*) { { echo "$as_me:$LINENO: error: unrecognized option: $1
34949 Try \`$0 --help' for more information." >&5
34950 echo "$as_me: error: unrecognized option: $1
34951 Try \`$0 --help' for more information." >&2;}
34952 { (exit 1); exit 1; }; } ;;
34954 *) ac_config_targets
="$ac_config_targets $1" ;;
34960 ac_configure_extra_args
=
34962 if $ac_cs_silent; then
34964 ac_configure_extra_args
="$ac_configure_extra_args --silent"
34968 cat >>$CONFIG_STATUS <<_ACEOF
34969 if \$ac_cs_recheck; then
34970 echo "running $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
34971 exec $SHELL $0 $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
34976 cat >>$CONFIG_STATUS <<_ACEOF
34978 # INIT-COMMANDS section.
34985 with_multisubdir="$with_multisubdir"
34986 with_multisrctop="$with_multisrctop"
34987 with_target_subdir="$with_target_subdir"
34988 ac_configure_args="${multilib_arg} ${ac_configure_args}"
34989 multi_basedir="$multi_basedir"
34990 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
34993 GFORTRAN="$GFORTRAN"
34995 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
34998 # The HP-UX ksh and POSIX shell print the target directory to stdout
34999 # if CDPATH is set.
35000 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
35002 sed_quote_subst='$sed_quote_subst'
35003 double_quote_subst='$double_quote_subst'
35004 delay_variable_subst='$delay_variable_subst'
35005 macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
35006 macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
35007 enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
35008 enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
35009 pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
35010 enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
35011 host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
35012 host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
35013 host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
35014 build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
35015 build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
35016 build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
35017 SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
35018 Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
35019 GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
35020 EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
35021 FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
35022 LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
35023 NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
35024 LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
35025 max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
35026 ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
35027 exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
35028 lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
35029 lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
35030 lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
35031 reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
35032 reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
35033 OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
35034 deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
35035 file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
35036 AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
35037 AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
35038 STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
35039 RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
35040 old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
35041 old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
35042 old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
35043 CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
35044 CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
35045 compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
35046 GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
35047 lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
35048 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
35049 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`'
35050 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
35051 objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
35052 SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
35053 ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
35054 MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
35055 lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
35056 lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
35057 lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
35058 lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
35059 lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
35060 need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
35061 DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
35062 NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
35063 LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
35064 OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
35065 OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
35066 libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
35067 shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
35068 extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
35069 archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
35070 enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
35071 export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
35072 whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
35073 compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
35074 old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
35075 old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
35076 archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
35077 archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
35078 module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
35079 module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
35080 with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
35081 allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
35082 no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
35083 hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
35084 hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
35085 hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
35086 hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
35087 hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
35088 hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
35089 hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
35090 hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
35091 inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
35092 link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
35093 fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
35094 always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
35095 export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
35096 exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
35097 include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
35098 prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
35099 file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
35100 variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
35101 need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
35102 need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
35103 version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
35104 runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
35105 shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
35106 shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
35107 libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
35108 library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
35109 soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
35110 postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
35111 postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
35112 finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
35113 finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
35114 hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
35115 sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
35116 sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
35117 hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
35118 enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
35119 enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
35120 enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
35121 old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
35122 striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
35123 compiler_lib_search_dirs='`$ECHO "X$compiler_lib_search_dirs" | $Xsed -e "$delay_single_quote_subst"`'
35124 predep_objects='`$ECHO "X$predep_objects" | $Xsed -e "$delay_single_quote_subst"`'
35125 postdep_objects='`$ECHO "X$postdep_objects" | $Xsed -e "$delay_single_quote_subst"`'
35126 predeps='`$ECHO "X$predeps" | $Xsed -e "$delay_single_quote_subst"`'
35127 postdeps='`$ECHO "X$postdeps" | $Xsed -e "$delay_single_quote_subst"`'
35128 compiler_lib_search_path='`$ECHO "X$compiler_lib_search_path" | $Xsed -e "$delay_single_quote_subst"`'
35129 LD_FC='`$ECHO "X$LD_FC" | $Xsed -e "$delay_single_quote_subst"`'
35130 old_archive_cmds_FC='`$ECHO "X$old_archive_cmds_FC" | $Xsed -e "$delay_single_quote_subst"`'
35131 compiler_FC='`$ECHO "X$compiler_FC" | $Xsed -e "$delay_single_quote_subst"`'
35132 GCC_FC='`$ECHO "X$GCC_FC" | $Xsed -e "$delay_single_quote_subst"`'
35133 lt_prog_compiler_no_builtin_flag_FC='`$ECHO "X$lt_prog_compiler_no_builtin_flag_FC" | $Xsed -e "$delay_single_quote_subst"`'
35134 lt_prog_compiler_wl_FC='`$ECHO "X$lt_prog_compiler_wl_FC" | $Xsed -e "$delay_single_quote_subst"`'
35135 lt_prog_compiler_pic_FC='`$ECHO "X$lt_prog_compiler_pic_FC" | $Xsed -e "$delay_single_quote_subst"`'
35136 lt_prog_compiler_static_FC='`$ECHO "X$lt_prog_compiler_static_FC" | $Xsed -e "$delay_single_quote_subst"`'
35137 lt_cv_prog_compiler_c_o_FC='`$ECHO "X$lt_cv_prog_compiler_c_o_FC" | $Xsed -e "$delay_single_quote_subst"`'
35138 archive_cmds_need_lc_FC='`$ECHO "X$archive_cmds_need_lc_FC" | $Xsed -e "$delay_single_quote_subst"`'
35139 enable_shared_with_static_runtimes_FC='`$ECHO "X$enable_shared_with_static_runtimes_FC" | $Xsed -e "$delay_single_quote_subst"`'
35140 export_dynamic_flag_spec_FC='`$ECHO "X$export_dynamic_flag_spec_FC" | $Xsed -e "$delay_single_quote_subst"`'
35141 whole_archive_flag_spec_FC='`$ECHO "X$whole_archive_flag_spec_FC" | $Xsed -e "$delay_single_quote_subst"`'
35142 compiler_needs_object_FC='`$ECHO "X$compiler_needs_object_FC" | $Xsed -e "$delay_single_quote_subst"`'
35143 old_archive_from_new_cmds_FC='`$ECHO "X$old_archive_from_new_cmds_FC" | $Xsed -e "$delay_single_quote_subst"`'
35144 old_archive_from_expsyms_cmds_FC='`$ECHO "X$old_archive_from_expsyms_cmds_FC" | $Xsed -e "$delay_single_quote_subst"`'
35145 archive_cmds_FC='`$ECHO "X$archive_cmds_FC" | $Xsed -e "$delay_single_quote_subst"`'
35146 archive_expsym_cmds_FC='`$ECHO "X$archive_expsym_cmds_FC" | $Xsed -e "$delay_single_quote_subst"`'
35147 module_cmds_FC='`$ECHO "X$module_cmds_FC" | $Xsed -e "$delay_single_quote_subst"`'
35148 module_expsym_cmds_FC='`$ECHO "X$module_expsym_cmds_FC" | $Xsed -e "$delay_single_quote_subst"`'
35149 with_gnu_ld_FC='`$ECHO "X$with_gnu_ld_FC" | $Xsed -e "$delay_single_quote_subst"`'
35150 allow_undefined_flag_FC='`$ECHO "X$allow_undefined_flag_FC" | $Xsed -e "$delay_single_quote_subst"`'
35151 no_undefined_flag_FC='`$ECHO "X$no_undefined_flag_FC" | $Xsed -e "$delay_single_quote_subst"`'
35152 hardcode_libdir_flag_spec_FC='`$ECHO "X$hardcode_libdir_flag_spec_FC" | $Xsed -e "$delay_single_quote_subst"`'
35153 hardcode_libdir_flag_spec_ld_FC='`$ECHO "X$hardcode_libdir_flag_spec_ld_FC" | $Xsed -e "$delay_single_quote_subst"`'
35154 hardcode_libdir_separator_FC='`$ECHO "X$hardcode_libdir_separator_FC" | $Xsed -e "$delay_single_quote_subst"`'
35155 hardcode_direct_FC='`$ECHO "X$hardcode_direct_FC" | $Xsed -e "$delay_single_quote_subst"`'
35156 hardcode_direct_absolute_FC='`$ECHO "X$hardcode_direct_absolute_FC" | $Xsed -e "$delay_single_quote_subst"`'
35157 hardcode_minus_L_FC='`$ECHO "X$hardcode_minus_L_FC" | $Xsed -e "$delay_single_quote_subst"`'
35158 hardcode_shlibpath_var_FC='`$ECHO "X$hardcode_shlibpath_var_FC" | $Xsed -e "$delay_single_quote_subst"`'
35159 hardcode_automatic_FC='`$ECHO "X$hardcode_automatic_FC" | $Xsed -e "$delay_single_quote_subst"`'
35160 inherit_rpath_FC='`$ECHO "X$inherit_rpath_FC" | $Xsed -e "$delay_single_quote_subst"`'
35161 link_all_deplibs_FC='`$ECHO "X$link_all_deplibs_FC" | $Xsed -e "$delay_single_quote_subst"`'
35162 fix_srcfile_path_FC='`$ECHO "X$fix_srcfile_path_FC" | $Xsed -e "$delay_single_quote_subst"`'
35163 always_export_symbols_FC='`$ECHO "X$always_export_symbols_FC" | $Xsed -e "$delay_single_quote_subst"`'
35164 export_symbols_cmds_FC='`$ECHO "X$export_symbols_cmds_FC" | $Xsed -e "$delay_single_quote_subst"`'
35165 exclude_expsyms_FC='`$ECHO "X$exclude_expsyms_FC" | $Xsed -e "$delay_single_quote_subst"`'
35166 include_expsyms_FC='`$ECHO "X$include_expsyms_FC" | $Xsed -e "$delay_single_quote_subst"`'
35167 prelink_cmds_FC='`$ECHO "X$prelink_cmds_FC" | $Xsed -e "$delay_single_quote_subst"`'
35168 file_list_spec_FC='`$ECHO "X$file_list_spec_FC" | $Xsed -e "$delay_single_quote_subst"`'
35169 hardcode_action_FC='`$ECHO "X$hardcode_action_FC" | $Xsed -e "$delay_single_quote_subst"`'
35170 compiler_lib_search_dirs_FC='`$ECHO "X$compiler_lib_search_dirs_FC" | $Xsed -e "$delay_single_quote_subst"`'
35171 predep_objects_FC='`$ECHO "X$predep_objects_FC" | $Xsed -e "$delay_single_quote_subst"`'
35172 postdep_objects_FC='`$ECHO "X$postdep_objects_FC" | $Xsed -e "$delay_single_quote_subst"`'
35173 predeps_FC='`$ECHO "X$predeps_FC" | $Xsed -e "$delay_single_quote_subst"`'
35174 postdeps_FC='`$ECHO "X$postdeps_FC" | $Xsed -e "$delay_single_quote_subst"`'
35175 compiler_lib_search_path_FC='`$ECHO "X$compiler_lib_search_path_FC" | $Xsed -e "$delay_single_quote_subst"`'
35178 LTCFLAGS='$LTCFLAGS'
35179 compiler='$compiler_DEFAULT'
35181 # Quote evaled strings.
35193 deplibs_check_method \
35202 lt_cv_sys_global_symbol_pipe \
35203 lt_cv_sys_global_symbol_to_cdecl \
35204 lt_cv_sys_global_symbol_to_c_name_address \
35205 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
35208 lt_prog_compiler_no_builtin_flag \
35209 lt_prog_compiler_wl \
35210 lt_prog_compiler_pic \
35211 lt_prog_compiler_static \
35212 lt_cv_prog_compiler_c_o \
35220 export_dynamic_flag_spec \
35221 whole_archive_flag_spec \
35222 compiler_needs_object \
35224 allow_undefined_flag \
35225 no_undefined_flag \
35226 hardcode_libdir_flag_spec \
35227 hardcode_libdir_flag_spec_ld \
35228 hardcode_libdir_separator \
35233 variables_saved_for_relink \
35235 library_names_spec \
35240 compiler_lib_search_dirs \
35245 compiler_lib_search_path \
35248 lt_prog_compiler_no_builtin_flag_FC \
35249 lt_prog_compiler_wl_FC \
35250 lt_prog_compiler_pic_FC \
35251 lt_prog_compiler_static_FC \
35252 lt_cv_prog_compiler_c_o_FC \
35253 export_dynamic_flag_spec_FC \
35254 whole_archive_flag_spec_FC \
35255 compiler_needs_object_FC \
35257 allow_undefined_flag_FC \
35258 no_undefined_flag_FC \
35259 hardcode_libdir_flag_spec_FC \
35260 hardcode_libdir_flag_spec_ld_FC \
35261 hardcode_libdir_separator_FC \
35262 fix_srcfile_path_FC \
35263 exclude_expsyms_FC \
35264 include_expsyms_FC \
35265 file_list_spec_FC \
35266 compiler_lib_search_dirs_FC \
35267 predep_objects_FC \
35268 postdep_objects_FC \
35271 compiler_lib_search_path_FC; do
35272 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
35273 *[\\\\\\\`\\"\\\$]*)
35274 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
35277 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
35282 # Double-quote double-evaled strings.
35283 for var in reload_cmds \
35284 old_postinstall_cmds \
35285 old_postuninstall_cmds \
35287 extract_expsyms_cmds \
35288 old_archive_from_new_cmds \
35289 old_archive_from_expsyms_cmds \
35291 archive_expsym_cmds \
35293 module_expsym_cmds \
35294 export_symbols_cmds \
35297 postuninstall_cmds \
35299 sys_lib_search_path_spec \
35300 sys_lib_dlsearch_path_spec \
35301 old_archive_cmds_FC \
35302 old_archive_from_new_cmds_FC \
35303 old_archive_from_expsyms_cmds_FC \
35305 archive_expsym_cmds_FC \
35307 module_expsym_cmds_FC \
35308 export_symbols_cmds_FC \
35309 prelink_cmds_FC; do
35310 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
35311 *[\\\\\\\`\\"\\\$]*)
35312 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
35315 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
35320 # Fix-up fallback echo if it was mangled by the above quoting rules.
35322 *'\\\$0 --fallback-echo"') lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
35326 ac_aux_dir='$ac_aux_dir'
35327 xsi_shell='$xsi_shell'
35328 lt_shell_append='$lt_shell_append'
35330 # See if we are running on zsh, and set the options which allow our
35331 # commands through without removal of \ escapes INIT.
35332 if test -n "\${ZSH_VERSION+set}" ; then
35333 setopt NO_GLOB_SUBST
35339 TIMESTAMP='$TIMESTAMP'
35350 acx_cv_header_stdint="$acx_cv_header_stdint"
35351 acx_cv_type_int8_t="$acx_cv_type_int8_t"
35352 acx_cv_type_int16_t="$acx_cv_type_int16_t"
35353 acx_cv_type_int32_t="$acx_cv_type_int32_t"
35354 acx_cv_type_int64_t="$acx_cv_type_int64_t"
35355 acx_cv_type_intptr_t="$acx_cv_type_intptr_t"
35356 ac_cv_type_uintmax_t="$ac_cv_type_uintmax_t"
35357 ac_cv_type_uintptr_t="$ac_cv_type_uintptr_t"
35358 ac_cv_type_uint64_t="$ac_cv_type_uint64_t"
35359 ac_cv_type_u_int64_t="$ac_cv_type_u_int64_t"
35360 ac_cv_type_u_int32_t="$ac_cv_type_u_int32_t"
35361 ac_cv_type_int_least32_t="$ac_cv_type_int_least32_t"
35362 ac_cv_type_int_fast32_t="$ac_cv_type_int_fast32_t"
35363 ac_cv_sizeof_void_p="$ac_cv_sizeof_void_p"
35370 cat >>$CONFIG_STATUS <<\_ACEOF
35371 for ac_config_target
in $ac_config_targets
35373 case "$ac_config_target" in
35374 # Handling of arguments.
35375 "Makefile" ) CONFIG_FILES
="$CONFIG_FILES Makefile" ;;
35376 "default-1" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS default-1" ;;
35377 "depfiles" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS depfiles" ;;
35378 "libtool" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS libtool" ;;
35379 "gstdint.h" ) CONFIG_COMMANDS
="$CONFIG_COMMANDS gstdint.h" ;;
35380 "config.h" ) CONFIG_HEADERS
="$CONFIG_HEADERS config.h" ;;
35381 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
35382 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
35383 { (exit 1); exit 1; }; };;
35387 # If the user did not use the arguments to specify the items to instantiate,
35388 # then the envvar interface is used. Set only those that are not.
35389 # We use the long form for the default assignment because of an extremely
35390 # bizarre bug on SunOS 4.1.3.
35391 if $ac_need_defaults; then
35392 test "${CONFIG_FILES+set}" = set || CONFIG_FILES
=$config_files
35393 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS
=$config_headers
35394 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS
=$config_commands
35397 # Have a temporary directory for convenience. Make it in the build tree
35398 # simply because there is no reason to put it here, and in addition,
35399 # creating and moving files from /tmp can sometimes cause problems.
35400 # Create a temporary directory, and hook for its removal unless debugging.
35403 trap 'exit_status=$?; rm -rf $tmp && exit $exit_status' 0
35404 trap '{ (exit 1); exit 1; }' 1 2 13 15
35407 # Create a (secure) tmp directory for tmp files.
35410 tmp
=`(umask 077 && mktemp -d -q "./confstatXXXXXX") 2>/dev/null` &&
35411 test -n "$tmp" && test -d "$tmp"
35414 tmp
=.
/confstat$$
-$RANDOM
35415 (umask 077 && mkdir
$tmp)
35418 echo "$me: cannot create a temporary directory in ." >&2
35419 { (exit 1); exit 1; }
35424 cat >>$CONFIG_STATUS <<_ACEOF
35427 # CONFIG_FILES section.
35430 # No need to generate the scripts if there are no CONFIG_FILES.
35431 # This happens for instance when ./config.status config.h
35432 if test -n "\$CONFIG_FILES"; then
35433 # Protect against being on the right side of a sed subst in config.status.
35434 sed 's/,@/@@/; s/@,/@@/; s/,;t t\$/@;t t/; /@;t t\$/s/[\\\\&,]/\\\\&/g;
35435 s/@@/,@/; s/@@/@,/; s/@;t t\$/,;t t/' >\$tmp/subs.sed <<\\CEOF
35436 s,@SHELL@,$SHELL,;t t
35437 s,@PATH_SEPARATOR@,$PATH_SEPARATOR,;t t
35438 s,@PACKAGE_NAME@,$PACKAGE_NAME,;t t
35439 s,@PACKAGE_TARNAME@,$PACKAGE_TARNAME,;t t
35440 s,@PACKAGE_VERSION@,$PACKAGE_VERSION,;t t
35441 s,@PACKAGE_STRING@,$PACKAGE_STRING,;t t
35442 s,@PACKAGE_BUGREPORT@,$PACKAGE_BUGREPORT,;t t
35443 s,@exec_prefix@,$exec_prefix,;t t
35444 s,@prefix@,$prefix,;t t
35445 s,@program_transform_name@,$program_transform_name,;t t
35446 s,@bindir@,$bindir,;t t
35447 s,@sbindir@,$sbindir,;t t
35448 s,@libexecdir@,$libexecdir,;t t
35449 s,@datadir@,$datadir,;t t
35450 s,@sysconfdir@,$sysconfdir,;t t
35451 s,@sharedstatedir@,$sharedstatedir,;t t
35452 s,@localstatedir@,$localstatedir,;t t
35453 s,@libdir@,$libdir,;t t
35454 s,@includedir@,$includedir,;t t
35455 s,@oldincludedir@,$oldincludedir,;t t
35456 s,@infodir@,$infodir,;t t
35457 s,@mandir@,$mandir,;t t
35458 s,@build_alias@,$build_alias,;t t
35459 s,@host_alias@,$host_alias,;t t
35460 s,@target_alias@,$target_alias,;t t
35461 s,@DEFS@,$DEFS,;t t
35462 s,@ECHO_C@,$ECHO_C,;t t
35463 s,@ECHO_N@,$ECHO_N,;t t
35464 s,@ECHO_T@,$ECHO_T,;t t
35465 s,@LIBS@,$LIBS,;t t
35466 s,@build@,$build,;t t
35467 s,@build_cpu@,$build_cpu,;t t
35468 s,@build_vendor@,$build_vendor,;t t
35469 s,@build_os@,$build_os,;t t
35470 s,@build_libsubdir@,$build_libsubdir,;t t
35471 s,@build_subdir@,$build_subdir,;t t
35472 s,@host_subdir@,$host_subdir,;t t
35473 s,@target_subdir@,$target_subdir,;t t
35474 s,@onestep_TRUE@,$onestep_TRUE,;t t
35475 s,@onestep_FALSE@,$onestep_FALSE,;t t
35476 s,@onestep@,$onestep,;t t
35477 s,@host@,$host,;t t
35478 s,@host_cpu@,$host_cpu,;t t
35479 s,@host_vendor@,$host_vendor,;t t
35480 s,@host_os@,$host_os,;t t
35481 s,@target@,$target,;t t
35482 s,@target_cpu@,$target_cpu,;t t
35483 s,@target_vendor@,$target_vendor,;t t
35484 s,@target_os@,$target_os,;t t
35485 s,@INSTALL_PROGRAM@,$INSTALL_PROGRAM,;t t
35486 s,@INSTALL_SCRIPT@,$INSTALL_SCRIPT,;t t
35487 s,@INSTALL_DATA@,$INSTALL_DATA,;t t
35488 s,@CYGPATH_W@,$CYGPATH_W,;t t
35489 s,@PACKAGE@,$PACKAGE,;t t
35490 s,@VERSION@,$VERSION,;t t
35491 s,@ACLOCAL@,$ACLOCAL,;t t
35492 s,@AUTOCONF@,$AUTOCONF,;t t
35493 s,@AUTOMAKE@,$AUTOMAKE,;t t
35494 s,@AUTOHEADER@,$AUTOHEADER,;t t
35495 s,@MAKEINFO@,$MAKEINFO,;t t
35496 s,@install_sh@,$install_sh,;t t
35497 s,@STRIP@,$STRIP,;t t
35498 s,@ac_ct_STRIP@,$ac_ct_STRIP,;t t
35499 s,@INSTALL_STRIP_PROGRAM@,$INSTALL_STRIP_PROGRAM,;t t
35500 s,@mkdir_p@,$mkdir_p,;t t
35502 s,@SET_MAKE@,$SET_MAKE,;t t
35503 s,@am__leading_dot@,$am__leading_dot,;t t
35504 s,@AMTAR@,$AMTAR,;t t
35505 s,@am__tar@,$am__tar,;t t
35506 s,@am__untar@,$am__untar,;t t
35507 s,@MAINTAINER_MODE_TRUE@,$MAINTAINER_MODE_TRUE,;t t
35508 s,@MAINTAINER_MODE_FALSE@,$MAINTAINER_MODE_FALSE,;t t
35509 s,@MAINT@,$MAINT,;t t
35510 s,@multi_basedir@,$multi_basedir,;t t
35511 s,@toolexecdir@,$toolexecdir,;t t
35512 s,@toolexeclibdir@,$toolexeclibdir,;t t
35514 s,@ac_ct_CC@,$ac_ct_CC,;t t
35515 s,@EXEEXT@,$EXEEXT,;t t
35516 s,@OBJEXT@,$OBJEXT,;t t
35517 s,@DEPDIR@,$DEPDIR,;t t
35518 s,@am__include@,$am__include,;t t
35519 s,@am__quote@,$am__quote,;t t
35520 s,@AMDEP_TRUE@,$AMDEP_TRUE,;t t
35521 s,@AMDEP_FALSE@,$AMDEP_FALSE,;t t
35522 s,@AMDEPBACKSLASH@,$AMDEPBACKSLASH,;t t
35523 s,@CCDEPMODE@,$CCDEPMODE,;t t
35524 s,@am__fastdepCC_TRUE@,$am__fastdepCC_TRUE,;t t
35525 s,@am__fastdepCC_FALSE@,$am__fastdepCC_FALSE,;t t
35526 s,@AM_FCFLAGS@,$AM_FCFLAGS,;t t
35527 s,@AM_CFLAGS@,$AM_CFLAGS,;t t
35528 s,@CFLAGS@,$CFLAGS,;t t
35529 s,@LIBGFOR_USE_SYMVER_TRUE@,$LIBGFOR_USE_SYMVER_TRUE,;t t
35530 s,@LIBGFOR_USE_SYMVER_FALSE@,$LIBGFOR_USE_SYMVER_FALSE,;t t
35531 s,@SECTION_FLAGS@,$SECTION_FLAGS,;t t
35533 s,@ac_ct_AS@,$ac_ct_AS,;t t
35535 s,@ac_ct_AR@,$ac_ct_AR,;t t
35536 s,@RANLIB@,$RANLIB,;t t
35537 s,@ac_ct_RANLIB@,$ac_ct_RANLIB,;t t
35538 s,@LIBTOOL@,$LIBTOOL,;t t
35540 s,@EGREP@,$EGREP,;t t
35541 s,@FGREP@,$FGREP,;t t
35542 s,@GREP@,$GREP,;t t
35544 s,@DUMPBIN@,$DUMPBIN,;t t
35545 s,@ac_ct_DUMPBIN@,$ac_ct_DUMPBIN,;t t
35547 s,@LN_S@,$LN_S,;t t
35548 s,@OBJDUMP@,$OBJDUMP,;t t
35549 s,@ac_ct_OBJDUMP@,$ac_ct_OBJDUMP,;t t
35550 s,@lt_ECHO@,$lt_ECHO,;t t
35551 s,@DSYMUTIL@,$DSYMUTIL,;t t
35552 s,@ac_ct_DSYMUTIL@,$ac_ct_DSYMUTIL,;t t
35553 s,@NMEDIT@,$NMEDIT,;t t
35554 s,@ac_ct_NMEDIT@,$ac_ct_NMEDIT,;t t
35555 s,@LIPO@,$LIPO,;t t
35556 s,@ac_ct_LIPO@,$ac_ct_LIPO,;t t
35557 s,@OTOOL@,$OTOOL,;t t
35558 s,@ac_ct_OTOOL@,$ac_ct_OTOOL,;t t
35559 s,@OTOOL64@,$OTOOL64,;t t
35560 s,@ac_ct_OTOOL64@,$ac_ct_OTOOL64,;t t
35562 s,@CPPFLAGS@,$CPPFLAGS,;t t
35563 s,@enable_shared@,$enable_shared,;t t
35564 s,@enable_static@,$enable_static,;t t
35566 s,@FCFLAGS@,$FCFLAGS,;t t
35567 s,@LDFLAGS@,$LDFLAGS,;t t
35568 s,@ac_ct_FC@,$ac_ct_FC,;t t
35569 s,@extra_ldflags_libgfortran@,$extra_ldflags_libgfortran,;t t
35570 s,@FPU_HOST_HEADER@,$FPU_HOST_HEADER,;t t
35571 s,@LIBOBJS@,$LIBOBJS,;t t
35572 s,@LTLIBOBJS@,$LTLIBOBJS,;t t
35577 cat >>$CONFIG_STATUS <<\_ACEOF
35578 # Split the substitutions into bite-sized pieces for seds with
35579 # small command number limits, like on Digital OSF/1 and HP-UX.
35580 ac_max_sed_lines
=48
35581 ac_sed_frag
=1 # Number of current file.
35582 ac_beg
=1 # First line for current file.
35583 ac_end
=$ac_max_sed_lines # Line after last line for current file.
35586 while $ac_more_lines; do
35587 if test $ac_beg -gt 1; then
35588 sed "1,${ac_beg}d; ${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
35590 sed "${ac_end}q" $tmp/subs.
sed >$tmp/subs.frag
35592 if test ! -s $tmp/subs.frag
; then
35593 ac_more_lines
=false
35595 # The purpose of the label and of the branching condition is to
35596 # speed up the sed processing (if there are no `@' at all, there
35597 # is no need to browse any of the substitutions).
35598 # These are the two extra sed commands mentioned above.
35600 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b' && cat $tmp/subs.frag
) >$tmp/subs-
$ac_sed_frag.
sed
35601 if test -z "$ac_sed_cmds"; then
35602 ac_sed_cmds
="sed -f $tmp/subs-$ac_sed_frag.sed"
35604 ac_sed_cmds
="$ac_sed_cmds | sed -f $tmp/subs-$ac_sed_frag.sed"
35606 ac_sed_frag
=`expr $ac_sed_frag + 1`
35608 ac_end
=`expr $ac_end + $ac_max_sed_lines`
35611 if test -z "$ac_sed_cmds"; then
35614 fi # test -n "$CONFIG_FILES"
35617 cat >>$CONFIG_STATUS <<\_ACEOF
35618 for ac_file
in : $CONFIG_FILES; do test "x$ac_file" = x
: && continue
35619 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
35621 - |
*:- |
*:-:* ) # input from stdin
35623 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
35624 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
35625 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
35626 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
35627 * ) ac_file_in
=$ac_file.
in ;;
35630 # Compute @srcdir@, @top_srcdir@, and @INSTALL@ for subdirectories.
35631 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
35632 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
35633 X"$ac_file" : 'X\(//\)[^/]' \| \
35634 X"$ac_file" : 'X\(//\)$' \| \
35635 X"$ac_file" : 'X\(/\)' \| \
35636 . : '\(.\)' 2>/dev/null ||
35638 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
35639 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
35640 /^X\(\/\/\)$/{ s//\1/; q; }
35641 /^X\(\/\).*/{ s//\1/; q; }
35643 { if $as_mkdir_p; then
35648 while test ! -d "$as_dir"; do
35649 as_dirs
="$as_dir $as_dirs"
35650 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
35651 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
35652 X"$as_dir" : 'X\(//\)[^/]' \| \
35653 X"$as_dir" : 'X\(//\)$' \| \
35654 X"$as_dir" : 'X\(/\)' \| \
35655 . : '\(.\)' 2>/dev/null ||
35657 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
35658 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
35659 /^X\(\/\/\)$/{ s//\1/; q; }
35660 /^X\(\/\).*/{ s//\1/; q; }
35663 test ! -n "$as_dirs" || mkdir
$as_dirs
35664 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
35665 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
35666 { (exit 1); exit 1; }; }; }
35670 if test "$ac_dir" != .
; then
35671 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
35672 # A "../" for each directory in $ac_dir_suffix.
35673 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
35675 ac_dir_suffix
= ac_top_builddir
=
35679 .
) # No --srcdir option. We are building in place.
35681 if test -z "$ac_top_builddir"; then
35684 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
35686 [\\/]* | ?
:[\\/]* ) # Absolute path.
35687 ac_srcdir
=$srcdir$ac_dir_suffix;
35688 ac_top_srcdir
=$srcdir ;;
35689 *) # Relative path.
35690 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
35691 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
35694 # Do not use `cd foo && pwd` to compute absolute paths, because
35695 # the directories may not exist.
35697 .
) ac_abs_builddir
="$ac_dir";;
35700 .
) ac_abs_builddir
=`pwd`;;
35701 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
35702 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
35705 case $ac_abs_builddir in
35706 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
35708 case ${ac_top_builddir}.
in
35709 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
35710 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
35711 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
35714 case $ac_abs_builddir in
35715 .
) ac_abs_srcdir
=$ac_srcdir;;
35718 .
) ac_abs_srcdir
=$ac_abs_builddir;;
35719 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
35720 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
35723 case $ac_abs_builddir in
35724 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
35726 case $ac_top_srcdir in
35727 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
35728 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
35729 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
35735 [\\/$
]* | ?
:[\\/]* ) ac_INSTALL
=$INSTALL ;;
35736 *) ac_INSTALL
=$ac_top_builddir$INSTALL ;;
35739 if test x
"$ac_file" != x-
; then
35740 { echo "$as_me:$LINENO: creating $ac_file" >&5
35741 echo "$as_me: creating $ac_file" >&6;}
35744 # Let's still pretend it is `configure' which instantiates (i.e., don't
35745 # use $as_me), people would be surprised to read:
35746 # /* config.h. Generated by config.status. */
35747 if test x
"$ac_file" = x-
; then
35750 configure_input
="$ac_file. "
35752 configure_input
=$configure_input"Generated from `echo $ac_file_in |
35753 sed 's,.*/,,'` by configure."
35755 # First look for the input files in the build tree, otherwise in the
35757 ac_file_inputs
=`IFS=:
35758 for f in $ac_file_in; do
35760 -) echo $tmp/stdin ;;
35762 # Absolute (can't be DOS-style, as IFS=:)
35763 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
35764 echo "$as_me: error: cannot find input file: $f" >&2;}
35765 { (exit 1); exit 1; }; }
35768 if test -f "$f"; then
35771 elif test -f "$srcdir/$f"; then
35776 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
35777 echo "$as_me: error: cannot find input file: $f" >&2;}
35778 { (exit 1); exit 1; }; }
35781 done` ||
{ (exit 1); exit 1; }
35783 cat >>$CONFIG_STATUS <<_ACEOF
35787 cat >>$CONFIG_STATUS <<\_ACEOF
35789 /@
[a-zA-Z_
][a-zA-Z_0-9
]*@
/!b
35790 s
,@configure_input@
,$configure_input,;t t
35791 s
,@srcdir@
,$ac_srcdir,;t t
35792 s
,@abs_srcdir@
,$ac_abs_srcdir,;t t
35793 s
,@top_srcdir@
,$ac_top_srcdir,;t t
35794 s
,@abs_top_srcdir@
,$ac_abs_top_srcdir,;t t
35795 s
,@builddir@
,$ac_builddir,;t t
35796 s
,@abs_builddir@
,$ac_abs_builddir,;t t
35797 s
,@top_builddir@
,$ac_top_builddir,;t t
35798 s
,@abs_top_builddir@
,$ac_abs_top_builddir,;t t
35799 s
,@INSTALL@
,$ac_INSTALL,;t t
35800 " $ac_file_inputs | (eval "$ac_sed_cmds") >$tmp/out
35802 if test x"$ac_file" != x-; then
35803 mv $tmp/out $ac_file
35811 cat >>$CONFIG_STATUS <<\_ACEOF
35814 # CONFIG_HEADER section.
35817 # These sed commands are passed to sed as "A NAME B NAME C VALUE D
", where
35818 # NAME is the cpp macro being defined and VALUE is the value it is being given.
35820 # ac_d sets the value in "#define NAME VALUE" lines.
35821 ac_dA
='s,^\([ ]*\)#\([ ]*define[ ][ ]*\)'
35822 ac_dB
='[ ].*$,\1#\2'
35825 # ac_u turns "#undef NAME" without trailing blanks into "#define NAME VALUE".
35826 ac_uA
='s,^\([ ]*\)#\([ ]*\)undef\([ ][ ]*\)'
35827 ac_uB
='$,\1#\2define\3'
35831 for ac_file
in : $CONFIG_HEADERS; do test "x$ac_file" = x
: && continue
35832 # Support "outfile[:infile[:infile...]]", defaulting infile="outfile.in".
35834 - |
*:- |
*:-:* ) # input from stdin
35836 ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
35837 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
35838 *:* ) ac_file_in
=`echo "$ac_file" | sed 's,[^:]*:,,'`
35839 ac_file
=`echo "$ac_file" | sed 's,:.*,,'` ;;
35840 * ) ac_file_in
=$ac_file.
in ;;
35843 test x
"$ac_file" != x-
&& { echo "$as_me:$LINENO: creating $ac_file" >&5
35844 echo "$as_me: creating $ac_file" >&6;}
35846 # First look for the input files in the build tree, otherwise in the
35848 ac_file_inputs
=`IFS=:
35849 for f in $ac_file_in; do
35851 -) echo $tmp/stdin ;;
35853 # Absolute (can't be DOS-style, as IFS=:)
35854 test -f "$f" || { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
35855 echo "$as_me: error: cannot find input file: $f" >&2;}
35856 { (exit 1); exit 1; }; }
35857 # Do quote $f, to prevent DOS paths from being IFS'd.
35860 if test -f "$f"; then
35863 elif test -f "$srcdir/$f"; then
35868 { { echo "$as_me:$LINENO: error: cannot find input file: $f" >&5
35869 echo "$as_me: error: cannot find input file: $f" >&2;}
35870 { (exit 1); exit 1; }; }
35873 done` ||
{ (exit 1); exit 1; }
35874 # Remove the trailing spaces.
35875 sed 's/[ ]*$//' $ac_file_inputs >$tmp/in
35879 # Transform confdefs.h into two sed scripts, `conftest.defines' and
35880 # `conftest.undefs', that substitutes the proper values into
35881 # config.h.in to produce config.h. The first handles `#define'
35882 # templates, and the second `#undef' templates.
35883 # And first: Protect against being on the right side of a sed subst in
35884 # config.status. Protect against being in an unquoted here document
35885 # in config.status.
35886 rm -f conftest.defines conftest.undefs
35887 # Using a here document instead of a string reduces the quoting nightmare.
35888 # Putting comments in sed scripts is not portable.
35890 # `end' is used to avoid that the second main sed command (meant for
35891 # 0-ary CPP macros) applies to n-ary macro definitions.
35892 # See the Autoconf documentation for `clear'.
35893 cat >confdef2sed.
sed <<\_ACEOF
35898 s,^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*\)\(([^)]*)\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1\2${ac_dC}\3${ac_dD},gp
35900 s,^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)$,${ac_dA}\1${ac_dB}\1${ac_dC}\2${ac_dD},gp
35903 # If some macros were called several times there might be several times
35904 # the same #defines, which is useless. Nevertheless, we may not want to
35905 # sort them, since we want the *last* AC-DEFINE to be honored.
35906 uniq confdefs.h | sed -n -f confdef2sed.sed >conftest.defines
35907 sed 's/ac_d/ac_u/g' conftest.defines >conftest.undefs
35908 rm -f confdef2sed.sed
35910 # This sed command replaces #undef with comments. This is necessary, for
35911 # example, in the case of _POSIX_SOURCE, which is predefined and required
35912 # on some systems where configure will not decide to define it.
35913 cat >>conftest.undefs <<\_ACEOF
35914 s,^[ ]*#[ ]*undef[ ][ ]*[a-zA-Z_][a-zA-Z_0-9]*,/* & */,
35917 # Break up conftest.defines because some shells have a limit on the size
35918 # of here documents, and old seds have small limits too (100 cmds).
35919 echo ' # Handle all the #define templates only if necessary.' >>$CONFIG_STATUS
35920 echo ' if grep "^[ ]*#[ ]*define" $tmp/in >/dev/null; then' >>$CONFIG_STATUS
35921 echo ' # If there are no defines, we may have an empty if/fi' >>$CONFIG_STATUS
35922 echo ' :' >>$CONFIG_STATUS
35923 rm -f conftest.tail
35924 while grep . conftest.defines >/dev/null
35926 # Write a limited-size here document to $tmp/defines.sed.
35927 echo ' cat >$tmp/defines.sed <<CEOF' >>$CONFIG_STATUS
35928 # Speed up: don't consider the non `#define' lines.
35929 echo '/^[ ]*#[ ]*define/!b' >>$CONFIG_STATUS
35930 # Work around the forget-to-reset-the-flag bug.
35931 echo 't clr' >>$CONFIG_STATUS
35932 echo ': clr' >>$CONFIG_STATUS
35933 sed ${ac_max_here_lines}q conftest.defines
>>$CONFIG_STATUS
35935 sed -f $tmp/defines.sed $tmp/in >$tmp/out
35937 mv $tmp/out $tmp/in
35939 sed 1,${ac_max_here_lines}d conftest.defines
>conftest.
tail
35940 rm -f conftest.defines
35941 mv conftest.
tail conftest.defines
35943 rm -f conftest.defines
35944 echo ' fi # grep' >>$CONFIG_STATUS
35945 echo >>$CONFIG_STATUS
35947 # Break up conftest.undefs because some shells have a limit on the size
35948 # of here documents, and old seds have small limits too (100 cmds).
35949 echo ' # Handle all the #undef templates' >>$CONFIG_STATUS
35950 rm -f conftest.
tail
35951 while grep . conftest.undefs
>/dev
/null
35953 # Write a limited-size here document to $tmp/undefs.sed.
35954 echo ' cat >$tmp/undefs.sed <<CEOF' >>$CONFIG_STATUS
35955 # Speed up: don't consider the non
`#undef'
35956 echo '/^[ ]*#[ ]*undef/!b' >>$CONFIG_STATUS
35957 # Work around the forget-to-reset-the-flag bug.
35958 echo 't clr' >>$CONFIG_STATUS
35959 echo ': clr' >>$CONFIG_STATUS
35960 sed ${ac_max_here_lines}q conftest.undefs >>$CONFIG_STATUS
35962 sed -f $tmp/undefs.sed $tmp/in >$tmp/out
35964 mv $tmp/out $tmp/in
35966 sed 1,${ac_max_here_lines}d conftest.undefs >conftest.tail
35967 rm -f conftest.undefs
35968 mv conftest.tail conftest.undefs
35970 rm -f conftest.undefs
35972 cat >>$CONFIG_STATUS <<\_ACEOF
35973 # Let's still pretend it is `configure
' which instantiates (i.e., don't
35974 # use $as_me), people would be surprised to read:
35975 # /* config.h. Generated by config.status. */
35976 if test x
"$ac_file" = x-
; then
35977 echo "/* Generated by configure. */" >$tmp/config.h
35979 echo "/* $ac_file. Generated by configure. */" >$tmp/config.h
35981 cat $tmp/in >>$tmp/config.h
35983 if test x
"$ac_file" != x-
; then
35984 if diff $ac_file $tmp/config.h
>/dev
/null
2>&1; then
35985 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
35986 echo "$as_me: $ac_file is unchanged" >&6;}
35988 ac_dir
=`(dirname "$ac_file") 2>/dev/null ||
35989 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
35990 X"$ac_file" : 'X\(//\)[^/]' \| \
35991 X"$ac_file" : 'X\(//\)$' \| \
35992 X"$ac_file" : 'X\(/\)' \| \
35993 . : '\(.\)' 2>/dev/null ||
35995 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
35996 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
35997 /^X\(\/\/\)$/{ s//\1/; q; }
35998 /^X\(\/\).*/{ s//\1/; q; }
36000 { if $as_mkdir_p; then
36005 while test ! -d "$as_dir"; do
36006 as_dirs
="$as_dir $as_dirs"
36007 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
36008 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
36009 X"$as_dir" : 'X\(//\)[^/]' \| \
36010 X"$as_dir" : 'X\(//\)$' \| \
36011 X"$as_dir" : 'X\(/\)' \| \
36012 . : '\(.\)' 2>/dev/null ||
36014 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
36015 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
36016 /^X\(\/\/\)$/{ s//\1/; q; }
36017 /^X\(\/\).*/{ s//\1/; q; }
36020 test ! -n "$as_dirs" || mkdir
$as_dirs
36021 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
36022 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
36023 { (exit 1); exit 1; }; }; }
36026 mv $tmp/config.h
$ac_file
36030 rm -f $tmp/config.h
36032 # Compute $ac_file's index in $config_headers.
36034 for _am_header
in $config_headers :; do
36035 case $_am_header in
36036 $ac_file |
$ac_file:* )
36039 _am_stamp_count
=`expr $_am_stamp_count + 1` ;;
36042 echo "timestamp for $ac_file" >`(dirname $ac_file) 2>/dev/null ||
36043 $as_expr X$ac_file : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
36044 X$ac_file : 'X\(//\)[^/]' \| \
36045 X$ac_file : 'X\(//\)$' \| \
36046 X$ac_file : 'X\(/\)' \| \
36047 . : '\(.\)' 2>/dev/null ||
36049 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
36050 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
36051 /^X\(\/\/\)$/{ s//\1/; q; }
36052 /^X\(\/\).*/{ s//\1/; q; }
36053 s/.*/./; q'`/stamp-h
$_am_stamp_count
36056 cat >>$CONFIG_STATUS <<\_ACEOF
36059 # CONFIG_COMMANDS section.
36061 for ac_file
in : $CONFIG_COMMANDS; do test "x$ac_file" = x
: && continue
36062 ac_dest
=`echo "$ac_file" | sed 's,:.*,,'`
36063 ac_source
=`echo "$ac_file" | sed 's,[^:]*:,,'`
36064 ac_dir
=`(dirname "$ac_dest") 2>/dev/null ||
36065 $as_expr X"$ac_dest" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
36066 X"$ac_dest" : 'X\(//\)[^/]' \| \
36067 X"$ac_dest" : 'X\(//\)$' \| \
36068 X"$ac_dest" : 'X\(/\)' \| \
36069 . : '\(.\)' 2>/dev/null ||
36071 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
36072 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
36073 /^X\(\/\/\)$/{ s//\1/; q; }
36074 /^X\(\/\).*/{ s//\1/; q; }
36076 { if $as_mkdir_p; then
36081 while test ! -d "$as_dir"; do
36082 as_dirs
="$as_dir $as_dirs"
36083 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
36084 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
36085 X"$as_dir" : 'X\(//\)[^/]' \| \
36086 X"$as_dir" : 'X\(//\)$' \| \
36087 X"$as_dir" : 'X\(/\)' \| \
36088 . : '\(.\)' 2>/dev/null ||
36090 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
36091 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
36092 /^X\(\/\/\)$/{ s//\1/; q; }
36093 /^X\(\/\).*/{ s//\1/; q; }
36096 test ! -n "$as_dirs" || mkdir
$as_dirs
36097 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory \"$ac_dir\"" >&5
36098 echo "$as_me: error: cannot create directory \"$ac_dir\"" >&2;}
36099 { (exit 1); exit 1; }; }; }
36103 if test "$ac_dir" != .
; then
36104 ac_dir_suffix
=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
36105 # A "../" for each directory in $ac_dir_suffix.
36106 ac_top_builddir
=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`
36108 ac_dir_suffix
= ac_top_builddir
=
36112 .
) # No --srcdir option. We are building in place.
36114 if test -z "$ac_top_builddir"; then
36117 ac_top_srcdir
=`echo $ac_top_builddir | sed 's,/$,,'`
36119 [\\/]* | ?
:[\\/]* ) # Absolute path.
36120 ac_srcdir
=$srcdir$ac_dir_suffix;
36121 ac_top_srcdir
=$srcdir ;;
36122 *) # Relative path.
36123 ac_srcdir
=$ac_top_builddir$srcdir$ac_dir_suffix
36124 ac_top_srcdir
=$ac_top_builddir$srcdir ;;
36127 # Do not use `cd foo && pwd` to compute absolute paths, because
36128 # the directories may not exist.
36130 .
) ac_abs_builddir
="$ac_dir";;
36133 .
) ac_abs_builddir
=`pwd`;;
36134 [\\/]* | ?
:[\\/]* ) ac_abs_builddir
="$ac_dir";;
36135 *) ac_abs_builddir
=`pwd`/"$ac_dir";;
36138 case $ac_abs_builddir in
36139 .
) ac_abs_top_builddir
=${ac_top_builddir}.
;;
36141 case ${ac_top_builddir}.
in
36142 .
) ac_abs_top_builddir
=$ac_abs_builddir;;
36143 [\\/]* | ?
:[\\/]* ) ac_abs_top_builddir
=${ac_top_builddir}.
;;
36144 *) ac_abs_top_builddir
=$ac_abs_builddir/${ac_top_builddir}.
;;
36147 case $ac_abs_builddir in
36148 .
) ac_abs_srcdir
=$ac_srcdir;;
36151 .
) ac_abs_srcdir
=$ac_abs_builddir;;
36152 [\\/]* | ?
:[\\/]* ) ac_abs_srcdir
=$ac_srcdir;;
36153 *) ac_abs_srcdir
=$ac_abs_builddir/$ac_srcdir;;
36156 case $ac_abs_builddir in
36157 .
) ac_abs_top_srcdir
=$ac_top_srcdir;;
36159 case $ac_top_srcdir in
36160 .
) ac_abs_top_srcdir
=$ac_abs_builddir;;
36161 [\\/]* | ?
:[\\/]* ) ac_abs_top_srcdir
=$ac_top_srcdir;;
36162 *) ac_abs_top_srcdir
=$ac_abs_builddir/$ac_top_srcdir;;
36167 { echo "$as_me:$LINENO: executing $ac_dest commands" >&5
36168 echo "$as_me: executing $ac_dest commands" >&6;}
36171 # Only add multilib support code if we just rebuilt the top-level
36173 case " $CONFIG_FILES " in
36175 ac_file
=Makefile .
${multi_basedir}/config-ml.
in
36178 depfiles
) test x
"$AMDEP_TRUE" != x
"" ||
for mf
in $CONFIG_FILES; do
36179 # Strip MF so we end up with the name of the file.
36180 mf
=`echo "$mf" | sed -e 's/:.*$//'`
36181 # Check whether this is an Automake generated Makefile or not.
36182 # We used to match only the files named `Makefile.in', but
36183 # some people rename them; so instead we look at the file content.
36184 # Grep'ing the first line is not enough: some people post-process
36185 # each Makefile.in and add a new line on top of each file to say so.
36186 # So let's grep whole file.
36187 if grep '^#.*generated by automake' $mf > /dev
/null
2>&1; then
36188 dirpart
=`(dirname "$mf") 2>/dev/null ||
36189 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
36190 X"$mf" : 'X\(//\)[^/]' \| \
36191 X"$mf" : 'X\(//\)$' \| \
36192 X"$mf" : 'X\(/\)' \| \
36193 . : '\(.\)' 2>/dev/null ||
36195 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
36196 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
36197 /^X\(\/\/\)$/{ s//\1/; q; }
36198 /^X\(\/\).*/{ s//\1/; q; }
36203 # Extract the definition of DEPDIR, am__include, and am__quote
36204 # from the Makefile without running `make'.
36205 DEPDIR
=`sed -n 's/^DEPDIR = //p' < "$mf"`
36206 test -z "$DEPDIR" && continue
36207 am__include
=`sed -n 's/^am__include = //p' < "$mf"`
36208 test -z "am__include" && continue
36209 am__quote
=`sed -n 's/^am__quote = //p' < "$mf"`
36210 # When using ansi2knr, U may be empty or an underscore; expand it
36211 U
=`sed -n 's/^U = //p' < "$mf"`
36212 # Find all dependency output files, they are included files with
36213 # $(DEPDIR) in their names. We invoke sed twice because it is the
36214 # simplest approach to changing $(DEPDIR) to its actual value in the
36216 for file in `sed -n "
36217 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
36218 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
36219 # Make sure the directory exists.
36220 test -f "$dirpart/$file" && continue
36221 fdir
=`(dirname "$file") 2>/dev/null ||
36222 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
36223 X"$file" : 'X\(//\)[^/]' \| \
36224 X"$file" : 'X\(//\)$' \| \
36225 X"$file" : 'X\(/\)' \| \
36226 . : '\(.\)' 2>/dev/null ||
36228 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
36229 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
36230 /^X\(\/\/\)$/{ s//\1/; q; }
36231 /^X\(\/\).*/{ s//\1/; q; }
36233 { if $as_mkdir_p; then
36234 mkdir
-p $dirpart/$fdir
36236 as_dir
=$dirpart/$fdir
36238 while test ! -d "$as_dir"; do
36239 as_dirs
="$as_dir $as_dirs"
36240 as_dir
=`(dirname "$as_dir") 2>/dev/null ||
36241 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
36242 X"$as_dir" : 'X\(//\)[^/]' \| \
36243 X"$as_dir" : 'X\(//\)$' \| \
36244 X"$as_dir" : 'X\(/\)' \| \
36245 . : '\(.\)' 2>/dev/null ||
36247 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/; q; }
36248 /^X\(\/\/\)[^/].*/{ s//\1/; q; }
36249 /^X\(\/\/\)$/{ s//\1/; q; }
36250 /^X\(\/\).*/{ s//\1/; q; }
36253 test ! -n "$as_dirs" || mkdir
$as_dirs
36254 fi ||
{ { echo "$as_me:$LINENO: error: cannot create directory $dirpart/$fdir" >&5
36255 echo "$as_me: error: cannot create directory $dirpart/$fdir" >&2;}
36256 { (exit 1); exit 1; }; }; }
36258 # echo "creating $dirpart/$file"
36259 echo '# dummy' > "$dirpart/$file"
36265 # See if we are running on zsh, and set the options which allow our
36266 # commands through without removal of \ escapes.
36267 if test -n "${ZSH_VERSION+set}" ; then
36268 setopt NO_GLOB_SUBST
36271 cfgfile
="${ofile}T"
36272 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
36275 cat <<_LT_EOF >> "$cfgfile"
36278 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
36279 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
36280 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
36281 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
36283 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
36284 # 2006, 2007, 2008 Free Software Foundation, Inc.
36285 # Written by Gordon Matzigkeit, 1996
36287 # This file is part of GNU Libtool.
36289 # GNU Libtool is free software; you can redistribute it and/or
36290 # modify it under the terms of the GNU General Public License as
36291 # published by the Free Software Foundation; either version 2 of
36292 # the License, or (at your option) any later version.
36294 # As a special exception to the GNU General Public License,
36295 # if you distribute this file as part of a program or library that
36296 # is built using GNU Libtool, you may include this file under the
36297 # same distribution terms that you use for the rest of that program.
36299 # GNU Libtool is distributed in the hope that it will be useful,
36300 # but WITHOUT ANY WARRANTY; without even the implied warranty of
36301 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
36302 # GNU General Public License for more details.
36304 # You should have received a copy of the GNU General Public License
36305 # along with GNU Libtool; see the file COPYING. If not, a copy
36306 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
36307 # obtained by writing to the Free Software Foundation, Inc.,
36308 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
36311 # The names of the tagged configurations supported by this script.
36312 available_tags="FC "
36314 # ### BEGIN LIBTOOL CONFIG
36316 # Which release of libtool.m4 was used?
36317 macro_version=$macro_version
36318 macro_revision=$macro_revision
36320 # Whether or not to build shared libraries.
36321 build_libtool_libs=$enable_shared
36323 # Whether or not to build static libraries.
36324 build_old_libs=$enable_static
36326 # What type of objects to build.
36329 # Whether or not to optimize for fast installation.
36330 fast_install=$enable_fast_install
36333 host_alias=$host_alias
36337 # The build system.
36338 build_alias=$build_alias
36342 # A sed program that does not truncate output.
36345 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
36346 Xsed="\$SED -e 1s/^X//"
36348 # A grep program that handles long lines.
36354 # A literal string matcher.
36357 # A BSD- or MS-compatible name lister.
36360 # Whether we need soft or hard links.
36363 # What is the maximum length of a command?
36364 max_cmd_len=$max_cmd_len
36366 # Object file suffix (normally "o").
36369 # Executable file suffix (normally "").
36372 # whether the shell understands "unset".
36375 # turn spaces into newlines.
36378 # turn newlines into spaces.
36381 # How to create reloadable object files.
36382 reload_flag=$lt_reload_flag
36383 reload_cmds=$lt_reload_cmds
36385 # An object symbol dumper.
36386 OBJDUMP=$lt_OBJDUMP
36388 # Method to check whether dependent libraries are shared objects.
36389 deplibs_check_method=$lt_deplibs_check_method
36391 # Command to use when deplibs_check_method == "file_magic".
36392 file_magic_cmd=$lt_file_magic_cmd
36396 AR_FLAGS=$lt_AR_FLAGS
36398 # A symbol stripping program.
36401 # Commands used to install an old-style archive.
36403 old_postinstall_cmds=$lt_old_postinstall_cmds
36404 old_postuninstall_cmds=$lt_old_postuninstall_cmds
36409 # LTCC compiler flags.
36410 LTCFLAGS=$lt_CFLAGS
36412 # Take the output of nm and produce a listing of raw symbols and C names.
36413 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
36415 # Transform the output of nm in a proper C declaration.
36416 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
36418 # Transform the output of nm in a C name address pair.
36419 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
36421 # Transform the output of nm in a C name address pair when lib prefix is needed.
36422 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
36424 # The name of the directory that contains temporary libtool files.
36427 # Shell to use when invoking shell scripts.
36430 # An echo program that does not interpret backslashes.
36433 # Used to examine libraries when file_magic_cmd begins with "file".
36434 MAGIC_CMD=$MAGIC_CMD
36436 # Must we lock files when doing compilation?
36437 need_locks=$lt_need_locks
36439 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
36440 DSYMUTIL=$lt_DSYMUTIL
36442 # Tool to change global to local symbols on Mac OS X.
36445 # Tool to manipulate fat objects and archives on Mac OS X.
36448 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
36451 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
36452 OTOOL64=$lt_OTOOL64
36454 # Old archive suffix (normally "a").
36457 # Shared library suffix (normally ".so").
36458 shrext_cmds=$lt_shrext_cmds
36460 # The commands to extract the exported symbol list from a shared archive.
36461 extract_expsyms_cmds=$lt_extract_expsyms_cmds
36463 # Variables whose values should be saved in libtool wrapper scripts and
36464 # restored at link time.
36465 variables_saved_for_relink=$lt_variables_saved_for_relink
36467 # Do we need the "lib" prefix for modules?
36468 need_lib_prefix=$need_lib_prefix
36470 # Do we need a version for libraries?
36471 need_version=$need_version
36473 # Library versioning type.
36474 version_type=$version_type
36476 # Shared library runtime path variable.
36477 runpath_var=$runpath_var
36479 # Shared library path variable.
36480 shlibpath_var=$shlibpath_var
36482 # Is shlibpath searched before the hard-coded library search path?
36483 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
36485 # Format of library name prefix.
36486 libname_spec=$lt_libname_spec
36488 # List of archive names. First name is the real one, the rest are links.
36489 # The last name is the one that the linker finds with -lNAME
36490 library_names_spec=$lt_library_names_spec
36492 # The coded name of the library, if different from the real name.
36493 soname_spec=$lt_soname_spec
36495 # Command to use after installation of a shared archive.
36496 postinstall_cmds=$lt_postinstall_cmds
36498 # Command to use after uninstallation of a shared archive.
36499 postuninstall_cmds=$lt_postuninstall_cmds
36501 # Commands used to finish a libtool library installation in a directory.
36502 finish_cmds=$lt_finish_cmds
36504 # As "finish_cmds", except a single script fragment to be evaled but
36506 finish_eval=$lt_finish_eval
36508 # Whether we should hardcode library paths into libraries.
36509 hardcode_into_libs=$hardcode_into_libs
36511 # Compile-time system search path for libraries.
36512 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
36514 # Run-time system search path for libraries.
36515 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
36517 # Whether dlopen is supported.
36518 dlopen_support=$enable_dlopen
36520 # Whether dlopen of programs is supported.
36521 dlopen_self=$enable_dlopen_self
36523 # Whether dlopen of statically linked programs is supported.
36524 dlopen_self_static=$enable_dlopen_self_static
36526 # Commands to strip libraries.
36527 old_striplib=$lt_old_striplib
36528 striplib=$lt_striplib
36531 # The linker used to build libraries.
36534 # Commands used to build an old-style archive.
36535 old_archive_cmds=$lt_old_archive_cmds
36537 # A language specific compiler.
36540 # Is the compiler the GNU compiler?
36543 # Compiler flag to turn off builtin functions.
36544 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
36546 # How to pass a linker flag through the compiler.
36547 wl=$lt_lt_prog_compiler_wl
36549 # Additional compiler flags for building library objects.
36550 pic_flag=$lt_lt_prog_compiler_pic
36552 # Compiler flag to prevent dynamic linking.
36553 link_static_flag=$lt_lt_prog_compiler_static
36555 # Does compiler simultaneously support -c and -o options?
36556 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
36558 # Whether or not to add -lc for building shared libraries.
36559 build_libtool_need_lc=$archive_cmds_need_lc
36561 # Whether or not to disallow shared libs when runtime libs are static.
36562 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
36564 # Compiler flag to allow reflexive dlopens.
36565 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
36567 # Compiler flag to generate shared objects directly from archives.
36568 whole_archive_flag_spec=$lt_whole_archive_flag_spec
36570 # Whether the compiler copes with passing no objects directly.
36571 compiler_needs_object=$lt_compiler_needs_object
36573 # Create an old-style archive from a shared archive.
36574 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
36576 # Create a temporary old-style archive to link instead of a shared archive.
36577 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
36579 # Commands used to build a shared archive.
36580 archive_cmds=$lt_archive_cmds
36581 archive_expsym_cmds=$lt_archive_expsym_cmds
36583 # Commands used to build a loadable module if different from building
36584 # a shared archive.
36585 module_cmds=$lt_module_cmds
36586 module_expsym_cmds=$lt_module_expsym_cmds
36588 # Whether we are building with GNU ld or not.
36589 with_gnu_ld=$lt_with_gnu_ld
36591 # Flag that allows shared libraries with undefined symbols to be built.
36592 allow_undefined_flag=$lt_allow_undefined_flag
36594 # Flag that enforces no undefined symbols.
36595 no_undefined_flag=$lt_no_undefined_flag
36597 # Flag to hardcode \$libdir into a binary during linking.
36598 # This must work even if \$libdir does not exist
36599 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
36601 # If ld is used when linking, flag to hardcode \$libdir into a binary
36602 # during linking. This must work even if \$libdir does not exist.
36603 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
36605 # Whether we need a single "-rpath" flag with a separated argument.
36606 hardcode_libdir_separator=$lt_hardcode_libdir_separator
36608 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
36609 # DIR into the resulting binary.
36610 hardcode_direct=$hardcode_direct
36612 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
36613 # DIR into the resulting binary and the resulting library dependency is
36614 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
36615 # library is relocated.
36616 hardcode_direct_absolute=$hardcode_direct_absolute
36618 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
36619 # into the resulting binary.
36620 hardcode_minus_L=$hardcode_minus_L
36622 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
36623 # into the resulting binary.
36624 hardcode_shlibpath_var=$hardcode_shlibpath_var
36626 # Set to "yes" if building a shared library automatically hardcodes DIR
36627 # into the library and all subsequent libraries and executables linked
36629 hardcode_automatic=$hardcode_automatic
36631 # Set to yes if linker adds runtime paths of dependent libraries
36632 # to runtime path list.
36633 inherit_rpath=$inherit_rpath
36635 # Whether libtool must link a program against all its dependency libraries.
36636 link_all_deplibs=$link_all_deplibs
36638 # Fix the shell variable \$srcfile for the compiler.
36639 fix_srcfile_path=$lt_fix_srcfile_path
36641 # Set to "yes" if exported symbols are required.
36642 always_export_symbols=$always_export_symbols
36644 # The commands to list exported symbols.
36645 export_symbols_cmds=$lt_export_symbols_cmds
36647 # Symbols that should not be listed in the preloaded symbols.
36648 exclude_expsyms=$lt_exclude_expsyms
36650 # Symbols that must always be exported.
36651 include_expsyms=$lt_include_expsyms
36653 # Commands necessary for linking programs (against libraries) with templates.
36654 prelink_cmds=$lt_prelink_cmds
36656 # Specify filename containing input files.
36657 file_list_spec=$lt_file_list_spec
36659 # How to hardcode a shared library path into an executable.
36660 hardcode_action=$hardcode_action
36662 # The directories searched by this compiler when creating a shared library.
36663 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
36665 # Dependencies to place before and after the objects being linked to
36666 # create a shared library.
36667 predep_objects=$lt_predep_objects
36668 postdep_objects=$lt_postdep_objects
36669 predeps=$lt_predeps
36670 postdeps=$lt_postdeps
36672 # The library search path used internally by the compiler when linking
36673 # a shared library.
36674 compiler_lib_search_path=$lt_compiler_lib_search_path
36676 # ### END LIBTOOL CONFIG
36682 cat <<\_LT_EOF
>> "$cfgfile"
36683 # AIX sometimes has problems with the GCC collect2 program. For some
36684 # reason, if we set the COLLECT_NAMES environment variable, the problems
36685 # vanish in a puff of smoke.
36686 if test "X${COLLECT_NAMES+set}" != Xset
; then
36688 export COLLECT_NAMES
36695 ltmain
="$ac_aux_dir/ltmain.sh"
36698 # We use sed instead of cat because bash on DJGPP gets confused if
36699 # if finds mixed CR/LF and LF-only lines. Since sed operates in
36700 # text mode, it properly converts lines to CR/LF. This bash problem
36701 # is reportedly fixed, but why not run on old versions too?
36702 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
36703 ||
(rm -f "$cfgfile"; exit 1)
36707 cat << \_LT_EOF
>> "$cfgfile"
36709 # func_dirname file append nondir_replacement
36710 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
36711 # otherwise set result to NONDIR_REPLACEMENT.
36715 */*) func_dirname_result
="${1%/*}${2}" ;;
36716 * ) func_dirname_result
="${3}" ;;
36720 # func_basename file
36723 func_basename_result
="${1##*/}"
36726 # func_dirname_and_basename file append nondir_replacement
36727 # perform func_basename and func_dirname in a single function
36729 # dirname: Compute the dirname of FILE. If nonempty,
36730 # add APPEND to the result, otherwise set result
36731 # to NONDIR_REPLACEMENT.
36732 # value returned in "$func_dirname_result"
36733 # basename: Compute filename of FILE.
36734 # value retuned in "$func_basename_result"
36735 # Implementation must be kept synchronized with func_dirname
36736 # and func_basename. For efficiency, we do not delegate to
36737 # those functions but instead duplicate the functionality here.
36738 func_dirname_and_basename
()
36741 */*) func_dirname_result
="${1%/*}${2}" ;;
36742 * ) func_dirname_result
="${3}" ;;
36744 func_basename_result
="${1##*/}"
36747 # func_stripname prefix suffix name
36748 # strip PREFIX and SUFFIX off of NAME.
36749 # PREFIX and SUFFIX must not contain globbing or regex special
36750 # characters, hashes, percent signs, but SUFFIX may contain a leading
36751 # dot (in which case that matches only a dot).
36754 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
36755 # positional parameters, so assign one to ordinary parameter first.
36756 func_stripname_result
=${3}
36757 func_stripname_result
=${func_stripname_result#"${1}"}
36758 func_stripname_result
=${func_stripname_result%"${2}"}
36764 func_opt_split_opt
=${1%%=*}
36765 func_opt_split_arg
=${1#*=}
36772 *.lo
) func_lo2o_result
=${1%.lo}.
${objext} ;;
36773 *) func_lo2o_result
=${1} ;;
36777 # func_xform libobj-or-source
36780 func_xform_result
=${1%.*}.lo
36783 # func_arith arithmetic-term...
36786 func_arith_result
=$
(( $
* ))
36790 # STRING may not start with a hyphen.
36793 func_len_result
=${#1}
36798 *) # Bourne compatible functions.
36799 cat << \_LT_EOF
>> "$cfgfile"
36801 # func_dirname file append nondir_replacement
36802 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
36803 # otherwise set result to NONDIR_REPLACEMENT.
36806 # Extract subdirectory from the argument.
36807 func_dirname_result
=`$ECHO "X${1}" | $Xsed -e "$dirname"`
36808 if test "X$func_dirname_result" = "X${1}"; then
36809 func_dirname_result
="${3}"
36811 func_dirname_result
="$func_dirname_result${2}"
36815 # func_basename file
36818 func_basename_result
=`$ECHO "X${1}" | $Xsed -e "$basename"`
36822 # func_stripname prefix suffix name
36823 # strip PREFIX and SUFFIX off of NAME.
36824 # PREFIX and SUFFIX must not contain globbing or regex special
36825 # characters, hashes, percent signs, but SUFFIX may contain a leading
36826 # dot (in which case that matches only a dot).
36827 # func_strip_suffix prefix name
36831 .
*) func_stripname_result
=`$ECHO "X${3}" \
36832 | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
36833 *) func_stripname_result
=`$ECHO "X${3}" \
36834 | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
36839 my_sed_long_opt
='1s/^\(-[^=]*\)=.*/\1/;q'
36840 my_sed_long_arg
='1s/^-[^=]*=//'
36845 func_opt_split_opt
=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
36846 func_opt_split_arg
=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
36852 func_lo2o_result
=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
36855 # func_xform libobj-or-source
36858 func_xform_result
=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
36861 # func_arith arithmetic-term...
36864 func_arith_result
=`expr "$@"`
36868 # STRING may not start with a hyphen.
36871 func_len_result
=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
36877 case $lt_shell_append in
36879 cat << \_LT_EOF
>> "$cfgfile"
36881 # func_append var value
36882 # Append VALUE to the end of shell variable VAR.
36890 cat << \_LT_EOF
>> "$cfgfile"
36892 # func_append var value
36893 # Append VALUE to the end of shell variable VAR.
36904 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
36905 ||
(rm -f "$cfgfile"; exit 1)
36907 mv -f "$cfgfile" "$ofile" ||
36908 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
36912 cat <<_LT_EOF >> "$ofile"
36914 # ### BEGIN LIBTOOL TAG CONFIG: FC
36916 # The linker used to build libraries.
36919 # Commands used to build an old-style archive.
36920 old_archive_cmds=$lt_old_archive_cmds_FC
36922 # A language specific compiler.
36925 # Is the compiler the GNU compiler?
36928 # Compiler flag to turn off builtin functions.
36929 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_FC
36931 # How to pass a linker flag through the compiler.
36932 wl=$lt_lt_prog_compiler_wl_FC
36934 # Additional compiler flags for building library objects.
36935 pic_flag=$lt_lt_prog_compiler_pic_FC
36937 # Compiler flag to prevent dynamic linking.
36938 link_static_flag=$lt_lt_prog_compiler_static_FC
36940 # Does compiler simultaneously support -c and -o options?
36941 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_FC
36943 # Whether or not to add -lc for building shared libraries.
36944 build_libtool_need_lc=$archive_cmds_need_lc_FC
36946 # Whether or not to disallow shared libs when runtime libs are static.
36947 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_FC
36949 # Compiler flag to allow reflexive dlopens.
36950 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_FC
36952 # Compiler flag to generate shared objects directly from archives.
36953 whole_archive_flag_spec=$lt_whole_archive_flag_spec_FC
36955 # Whether the compiler copes with passing no objects directly.
36956 compiler_needs_object=$lt_compiler_needs_object_FC
36958 # Create an old-style archive from a shared archive.
36959 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_FC
36961 # Create a temporary old-style archive to link instead of a shared archive.
36962 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_FC
36964 # Commands used to build a shared archive.
36965 archive_cmds=$lt_archive_cmds_FC
36966 archive_expsym_cmds=$lt_archive_expsym_cmds_FC
36968 # Commands used to build a loadable module if different from building
36969 # a shared archive.
36970 module_cmds=$lt_module_cmds_FC
36971 module_expsym_cmds=$lt_module_expsym_cmds_FC
36973 # Whether we are building with GNU ld or not.
36974 with_gnu_ld=$lt_with_gnu_ld_FC
36976 # Flag that allows shared libraries with undefined symbols to be built.
36977 allow_undefined_flag=$lt_allow_undefined_flag_FC
36979 # Flag that enforces no undefined symbols.
36980 no_undefined_flag=$lt_no_undefined_flag_FC
36982 # Flag to hardcode \$libdir into a binary during linking.
36983 # This must work even if \$libdir does not exist
36984 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_FC
36986 # If ld is used when linking, flag to hardcode \$libdir into a binary
36987 # during linking. This must work even if \$libdir does not exist.
36988 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_FC
36990 # Whether we need a single "-rpath" flag with a separated argument.
36991 hardcode_libdir_separator=$lt_hardcode_libdir_separator_FC
36993 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
36994 # DIR into the resulting binary.
36995 hardcode_direct=$hardcode_direct_FC
36997 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
36998 # DIR into the resulting binary and the resulting library dependency is
36999 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
37000 # library is relocated.
37001 hardcode_direct_absolute=$hardcode_direct_absolute_FC
37003 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
37004 # into the resulting binary.
37005 hardcode_minus_L=$hardcode_minus_L_FC
37007 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
37008 # into the resulting binary.
37009 hardcode_shlibpath_var=$hardcode_shlibpath_var_FC
37011 # Set to "yes" if building a shared library automatically hardcodes DIR
37012 # into the library and all subsequent libraries and executables linked
37014 hardcode_automatic=$hardcode_automatic_FC
37016 # Set to yes if linker adds runtime paths of dependent libraries
37017 # to runtime path list.
37018 inherit_rpath=$inherit_rpath_FC
37020 # Whether libtool must link a program against all its dependency libraries.
37021 link_all_deplibs=$link_all_deplibs_FC
37023 # Fix the shell variable \$srcfile for the compiler.
37024 fix_srcfile_path=$lt_fix_srcfile_path_FC
37026 # Set to "yes" if exported symbols are required.
37027 always_export_symbols=$always_export_symbols_FC
37029 # The commands to list exported symbols.
37030 export_symbols_cmds=$lt_export_symbols_cmds_FC
37032 # Symbols that should not be listed in the preloaded symbols.
37033 exclude_expsyms=$lt_exclude_expsyms_FC
37035 # Symbols that must always be exported.
37036 include_expsyms=$lt_include_expsyms_FC
37038 # Commands necessary for linking programs (against libraries) with templates.
37039 prelink_cmds=$lt_prelink_cmds_FC
37041 # Specify filename containing input files.
37042 file_list_spec=$lt_file_list_spec_FC
37044 # How to hardcode a shared library path into an executable.
37045 hardcode_action=$hardcode_action_FC
37047 # The directories searched by this compiler when creating a shared library.
37048 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_FC
37050 # Dependencies to place before and after the objects being linked to
37051 # create a shared library.
37052 predep_objects=$lt_predep_objects_FC
37053 postdep_objects=$lt_postdep_objects_FC
37054 predeps=$lt_predeps_FC
37055 postdeps=$lt_postdeps_FC
37057 # The library search path used internally by the compiler when linking
37058 # a shared library.
37059 compiler_lib_search_path=$lt_compiler_lib_search_path_FC
37061 # ### END LIBTOOL TAG CONFIG: FC
37066 if test "$GCC" = yes; then
37067 echo "/* generated for " `$CC --version | sed 1q` "*/" > tmp-stdint.h
37069 echo "/* generated for $CC */" > tmp-stdint.h
37072 sed 's/^ *//' >> tmp-stdint.h
<<EOF
37074 #ifndef GCC_GENERATED_STDINT_H
37075 #define GCC_GENERATED_STDINT_H 1
37077 #include <sys/types.h>
37080 if test "$acx_cv_header_stdint" != stdint.h
; then
37081 echo "#include <stddef.h>" >> tmp-stdint.h
37083 if test "$acx_cv_header_stdint" != stddef.h
; then
37084 echo "#include <$acx_cv_header_stdint>" >> tmp-stdint.h
37087 sed 's/^ *//' >> tmp-stdint.h
<<EOF
37088 /* glibc uses these symbols as guards to prevent redefinitions. */
37089 #ifdef __int8_t_defined
37094 #ifdef __uint32_t_defined
37100 # ----------------- done header, emit basic int types -------------
37101 if test "$acx_cv_header_stdint" = stddef.h
; then
37102 sed 's/^ *//' >> tmp-stdint.h
<<EOF
37106 #ifndef __uint8_t_defined
37107 #define __uint8_t_defined
37108 typedef unsigned $acx_cv_type_int8_t uint8_t;
37114 #ifndef __uint16_t_defined
37115 #define __uint16_t_defined
37116 typedef unsigned $acx_cv_type_int16_t uint16_t;
37122 #ifndef __uint32_t_defined
37123 #define __uint32_t_defined
37124 typedef unsigned $acx_cv_type_int32_t uint32_t;
37130 #ifndef __int8_t_defined
37131 #define __int8_t_defined
37132 typedef $acx_cv_type_int8_t int8_t;
37138 #ifndef __int16_t_defined
37139 #define __int16_t_defined
37140 typedef $acx_cv_type_int16_t int16_t;
37146 #ifndef __int32_t_defined
37147 #define __int32_t_defined
37148 typedef $acx_cv_type_int32_t int32_t;
37152 elif test "$ac_cv_type_u_int32_t" = yes; then
37153 sed 's/^ *//' >> tmp-stdint.h
<<EOF
37155 /* int8_t int16_t int32_t defined by inet code, we do the u_intXX types */
37168 #ifndef __uint8_t_defined
37169 #define __uint8_t_defined
37170 typedef u_int8_t uint8_t;
37176 #ifndef __uint16_t_defined
37177 #define __uint16_t_defined
37178 typedef u_int16_t uint16_t;
37184 #ifndef __uint32_t_defined
37185 #define __uint32_t_defined
37186 typedef u_int32_t uint32_t;
37191 sed 's/^ *//' >> tmp-stdint.h
<<EOF
37193 /* Some systems have guard macros to prevent redefinitions, define them. */
37215 # ------------- done basic int types, emit int64_t types ------------
37216 if test "$ac_cv_type_uint64_t" = yes; then
37217 sed 's/^ *//' >> tmp-stdint.h
<<EOF
37219 /* system headers have good uint64_t and int64_t */
37227 elif test "$ac_cv_type_u_int64_t" = yes; then
37228 sed 's/^ *//' >> tmp-stdint.h
<<EOF
37230 /* system headers have an u_int64_t (and int64_t) */
37236 #ifndef __uint64_t_defined
37237 #define __uint64_t_defined
37238 typedef u_int64_t uint64_t;
37242 elif test -n "$acx_cv_type_int64_t"; then
37243 sed 's/^ *//' >> tmp-stdint.h
<<EOF
37245 /* architecture has a 64-bit type, $acx_cv_type_int64_t */
37248 typedef $acx_cv_type_int64_t int64_t;
37252 #ifndef __uint64_t_defined
37253 #define __uint64_t_defined
37254 typedef unsigned $acx_cv_type_int64_t uint64_t;
37259 sed 's/^ *//' >> tmp-stdint.h
<<EOF
37261 /* some common heuristics for int64_t, using compiler-specific tests */
37262 #if defined __STDC_VERSION__ && (__STDC_VERSION__-0) >= 199901L
37265 #ifndef __int64_t_defined
37266 typedef long long int64_t;
37271 typedef unsigned long long uint64_t;
37274 #elif defined __GNUC__ && defined (__STDC__) && __STDC__-0
37275 /* NextStep 2.0 cc is really gcc 1.93 but it defines __GNUC__ = 2 and
37276 does not implement __extension__. But that compiler doesn't define
37278 # if __GNUC__ < 2 || (__NeXT__ && !__GNUC_MINOR__)
37279 # define __extension__
37284 __extension__ typedef long long int64_t;
37288 __extension__ typedef unsigned long long uint64_t;
37291 #elif !defined __STRICT_ANSI__
37292 # if defined _MSC_VER || defined __WATCOMC__ || defined __BORLANDC__
37296 typedef __int64 int64_t;
37300 typedef unsigned __int64 uint64_t;
37302 # endif /* compiler */
37304 #endif /* ANSI version */
37308 # ------------- done int64_t types, emit intptr types ------------
37309 if test "$ac_cv_type_uintptr_t" != yes; then
37310 sed 's/^ *//' >> tmp-stdint.h
<<EOF
37312 /* Define intptr_t based on sizeof(void*) = $ac_cv_sizeof_void_p */
37313 #ifndef __uintptr_t_defined
37314 typedef u$acx_cv_type_intptr_t uintptr_t;
37316 #ifndef __intptr_t_defined
37317 typedef $acx_cv_type_intptr_t intptr_t;
37322 # ------------- done intptr types, emit int_least types ------------
37323 if test "$ac_cv_type_int_least32_t" != yes; then
37324 sed 's/^ *//' >> tmp-stdint.h
<<EOF
37326 /* Define int_least types */
37327 typedef int8_t int_least8_t;
37328 typedef int16_t int_least16_t;
37329 typedef int32_t int_least32_t;
37331 typedef int64_t int_least64_t;
37334 typedef uint8_t uint_least8_t;
37335 typedef uint16_t uint_least16_t;
37336 typedef uint32_t uint_least32_t;
37338 typedef uint64_t uint_least64_t;
37343 # ------------- done intptr types, emit int_fast types ------------
37344 if test "$ac_cv_type_int_fast32_t" != yes; then
37345 sed 's/^ *//' >> tmp-stdint.h
<<EOF
37347 /* Define int_fast types. short is often slow */
37348 typedef int8_t int_fast8_t;
37349 typedef int int_fast16_t;
37350 typedef int32_t int_fast32_t;
37352 typedef int64_t int_fast64_t;
37355 typedef uint8_t uint_fast8_t;
37356 typedef unsigned int uint_fast16_t;
37357 typedef uint32_t uint_fast32_t;
37359 typedef uint64_t uint_fast64_t;
37364 if test "$ac_cv_type_uintmax_t" != yes; then
37365 sed 's/^ *//' >> tmp-stdint.h
<<EOF
37367 /* Define intmax based on what we found */
37369 typedef int64_t intmax_t;
37371 typedef long intmax_t;
37374 typedef uint64_t uintmax_t;
37376 typedef unsigned long uintmax_t;
37381 sed 's/^ *//' >> tmp-stdint.h
<<EOF
37383 #endif /* GCC_GENERATED_STDINT_H */
37386 if test -r gstdint.h
&& cmp -s tmp-stdint.h gstdint.h
; then
37389 mv -f tmp-stdint.h gstdint.h
37397 cat >>$CONFIG_STATUS <<\_ACEOF
37399 { (exit 0); exit 0; }
37401 chmod +x
$CONFIG_STATUS
37402 ac_clean_files
=$ac_clean_files_save
37405 # configure is writing to config.log, and then calls config.status.
37406 # config.status does its own redirection, appending to config.log.
37407 # Unfortunately, on DOS this fails, as config.log is still kept open
37408 # by configure, so config.status won't be able to write to it; its
37409 # output is simply discarded. So we exec the FD to /dev/null,
37410 # effectively closing config.log, so it can be properly (re)opened and
37411 # appended to by config.status. When coming back to configure, we
37412 # need to make the FD available again.
37413 if test "$no_create" != yes; then
37415 ac_config_status_args
=
37416 test "$silent" = yes &&
37417 ac_config_status_args
="$ac_config_status_args --quiet"
37419 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success
=false
37421 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
37422 # would make configure fail if this is the last instruction.
37423 $ac_cs_success ||
{ (exit 1); exit 1; }