Merge from mainline (163495:164578).
[official-gcc/graphite-test-results.git] / libgfortran / configure
blobcf2b58748dcb5b46ec4cbd8ba4dc1e50012dfe10
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64 for GNU Fortran Runtime Library 0.3.
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7 # Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24 else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
30 esac
34 as_nl='
36 export as_nl
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50 else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
72 # The user is always right.
73 if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
82 # IFS
83 # We need space, tab and new line, in precisely that order. Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
87 IFS=" "" $as_nl"
89 # Find who we are. Look in the path if we contain no directory separator.
90 case $0 in #((
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93 for as_dir in $PATH
95 IFS=$as_save_IFS
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98 done
99 IFS=$as_save_IFS
102 esac
103 # We did not find ourselves, most probably we were run as `sh COMMAND'
104 # in which case we are not to be found in the path.
105 if test "x$as_myself" = x; then
106 as_myself=$0
108 if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110 exit 1
113 # Unset variables that we do not need and which cause bugs (e.g. in
114 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115 # suppresses any "Segmentation fault" message there. '((' could
116 # trigger a bug in pdksh 5.2.14.
117 for as_var in BASH_ENV ENV MAIL MAILPATH
118 do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120 done
121 PS1='$ '
122 PS2='> '
123 PS4='+ '
125 # NLS nuisances.
126 LC_ALL=C
127 export LC_ALL
128 LANGUAGE=C
129 export LANGUAGE
131 # CDPATH.
132 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134 if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh
137 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
141 setopt NO_GLOB_SUBST
142 else
143 case \`(set -o) 2>/dev/null\` in #(
144 *posix*) :
145 set -o posix ;; #(
146 *) :
148 esac
151 as_required="as_fn_return () { (exit \$1); }
152 as_fn_success () { as_fn_return 0; }
153 as_fn_failure () { as_fn_return 1; }
154 as_fn_ret_success () { return 0; }
155 as_fn_ret_failure () { return 1; }
157 exitcode=0
158 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
164 else
165 exitcode=1; echo positional parameters were not saved.
167 test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
173 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
174 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
175 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
176 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
177 PATH=/empty FPATH=/empty; export PATH FPATH
178 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
179 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
180 test \$(( 1 + 1 )) = 2 || exit 1"
181 if (eval "$as_required") 2>/dev/null; then :
182 as_have_required=yes
183 else
184 as_have_required=no
186 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
188 else
189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
190 as_found=false
191 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
193 IFS=$as_save_IFS
194 test -z "$as_dir" && as_dir=.
195 as_found=:
196 case $as_dir in #(
198 for as_base in sh bash ksh sh5; do
199 # Try only shells that exist, to save several forks.
200 as_shell=$as_dir/$as_base
201 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
202 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
203 CONFIG_SHELL=$as_shell as_have_required=yes
204 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
205 break 2
208 done;;
209 esac
210 as_found=false
211 done
212 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
213 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
214 CONFIG_SHELL=$SHELL as_have_required=yes
215 fi; }
216 IFS=$as_save_IFS
219 if test "x$CONFIG_SHELL" != x; then :
220 # We cannot yet assume a decent shell, so we have to provide a
221 # neutralization value for shells without unset; and this also
222 # works around shells that cannot unset nonexistent variables.
223 BASH_ENV=/dev/null
224 ENV=/dev/null
225 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
226 export CONFIG_SHELL
227 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
230 if test x$as_have_required = xno; then :
231 $as_echo "$0: This script requires a shell more modern than all"
232 $as_echo "$0: the shells that I found on your system."
233 if test x${ZSH_VERSION+set} = xset ; then
234 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
235 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
236 else
237 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
238 $0: including any error possibly output before this
239 $0: message. Then install a modern shell, or manually run
240 $0: the script under such a shell if you do have one."
242 exit 1
246 SHELL=${CONFIG_SHELL-/bin/sh}
247 export SHELL
248 # Unset more variables known to interfere with behavior of common tools.
249 CLICOLOR_FORCE= GREP_OPTIONS=
250 unset CLICOLOR_FORCE GREP_OPTIONS
252 ## --------------------- ##
253 ## M4sh Shell Functions. ##
254 ## --------------------- ##
255 # as_fn_unset VAR
256 # ---------------
257 # Portably unset VAR.
258 as_fn_unset ()
260 { eval $1=; unset $1;}
262 as_unset=as_fn_unset
264 # as_fn_set_status STATUS
265 # -----------------------
266 # Set $? to STATUS, without forking.
267 as_fn_set_status ()
269 return $1
270 } # as_fn_set_status
272 # as_fn_exit STATUS
273 # -----------------
274 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
275 as_fn_exit ()
277 set +e
278 as_fn_set_status $1
279 exit $1
280 } # as_fn_exit
282 # as_fn_mkdir_p
283 # -------------
284 # Create "$as_dir" as a directory, including parents if necessary.
285 as_fn_mkdir_p ()
288 case $as_dir in #(
289 -*) as_dir=./$as_dir;;
290 esac
291 test -d "$as_dir" || eval $as_mkdir_p || {
292 as_dirs=
293 while :; do
294 case $as_dir in #(
295 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
296 *) as_qdir=$as_dir;;
297 esac
298 as_dirs="'$as_qdir' $as_dirs"
299 as_dir=`$as_dirname -- "$as_dir" ||
300 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
301 X"$as_dir" : 'X\(//\)[^/]' \| \
302 X"$as_dir" : 'X\(//\)$' \| \
303 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
304 $as_echo X"$as_dir" |
305 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
306 s//\1/
309 /^X\(\/\/\)[^/].*/{
310 s//\1/
313 /^X\(\/\/\)$/{
314 s//\1/
317 /^X\(\/\).*/{
318 s//\1/
321 s/.*/./; q'`
322 test -d "$as_dir" && break
323 done
324 test -z "$as_dirs" || eval "mkdir $as_dirs"
325 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
328 } # as_fn_mkdir_p
329 # as_fn_append VAR VALUE
330 # ----------------------
331 # Append the text in VALUE to the end of the definition contained in VAR. Take
332 # advantage of any shell optimizations that allow amortized linear growth over
333 # repeated appends, instead of the typical quadratic growth present in naive
334 # implementations.
335 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
336 eval 'as_fn_append ()
338 eval $1+=\$2
340 else
341 as_fn_append ()
343 eval $1=\$$1\$2
345 fi # as_fn_append
347 # as_fn_arith ARG...
348 # ------------------
349 # Perform arithmetic evaluation on the ARGs, and store the result in the
350 # global $as_val. Take advantage of shells that can avoid forks. The arguments
351 # must be portable across $(()) and expr.
352 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
353 eval 'as_fn_arith ()
355 as_val=$(( $* ))
357 else
358 as_fn_arith ()
360 as_val=`expr "$@" || test $? -eq 1`
362 fi # as_fn_arith
365 # as_fn_error ERROR [LINENO LOG_FD]
366 # ---------------------------------
367 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
368 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
369 # script with status $?, using 1 if that was 0.
370 as_fn_error ()
372 as_status=$?; test $as_status -eq 0 && as_status=1
373 if test "$3"; then
374 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
375 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
377 $as_echo "$as_me: error: $1" >&2
378 as_fn_exit $as_status
379 } # as_fn_error
381 if expr a : '\(a\)' >/dev/null 2>&1 &&
382 test "X`expr 00001 : '.*\(...\)'`" = X001; then
383 as_expr=expr
384 else
385 as_expr=false
388 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
389 as_basename=basename
390 else
391 as_basename=false
394 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
395 as_dirname=dirname
396 else
397 as_dirname=false
400 as_me=`$as_basename -- "$0" ||
401 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
402 X"$0" : 'X\(//\)$' \| \
403 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
404 $as_echo X/"$0" |
405 sed '/^.*\/\([^/][^/]*\)\/*$/{
406 s//\1/
409 /^X\/\(\/\/\)$/{
410 s//\1/
413 /^X\/\(\/\).*/{
414 s//\1/
417 s/.*/./; q'`
419 # Avoid depending upon Character Ranges.
420 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
421 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
422 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
423 as_cr_digits='0123456789'
424 as_cr_alnum=$as_cr_Letters$as_cr_digits
427 as_lineno_1=$LINENO as_lineno_1a=$LINENO
428 as_lineno_2=$LINENO as_lineno_2a=$LINENO
429 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
430 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
431 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
432 sed -n '
434 /[$]LINENO/=
435 ' <$as_myself |
436 sed '
437 s/[$]LINENO.*/&-/
438 t lineno
440 :lineno
442 :loop
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
444 t loop
445 s/-\n.*//
446 ' >$as_me.lineno &&
447 chmod +x "$as_me.lineno" ||
448 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
450 # Don't try to exec as it changes $[0], causing all sort of problems
451 # (the dirname of $[0] is not the place where we might find the
452 # original and so on. Autoconf is especially sensitive to this).
453 . "./$as_me.lineno"
454 # Exit status is that of the last command.
455 exit
458 ECHO_C= ECHO_N= ECHO_T=
459 case `echo -n x` in #(((((
460 -n*)
461 case `echo 'xy\c'` in
462 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
463 xy) ECHO_C='\c';;
464 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
465 ECHO_T=' ';;
466 esac;;
468 ECHO_N='-n';;
469 esac
471 rm -f conf$$ conf$$.exe conf$$.file
472 if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
474 else
475 rm -f conf$$.dir
476 mkdir conf$$.dir 2>/dev/null
478 if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; then
480 as_ln_s='ln -s'
481 # ... but there are two gotchas:
482 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
483 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
484 # In both cases, we have to default to `cp -p'.
485 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
486 as_ln_s='cp -p'
487 elif ln conf$$.file conf$$ 2>/dev/null; then
488 as_ln_s=ln
489 else
490 as_ln_s='cp -p'
492 else
493 as_ln_s='cp -p'
495 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
496 rmdir conf$$.dir 2>/dev/null
498 if mkdir -p . 2>/dev/null; then
499 as_mkdir_p='mkdir -p "$as_dir"'
500 else
501 test -d ./-p && rmdir ./-p
502 as_mkdir_p=false
505 if test -x / >/dev/null 2>&1; then
506 as_test_x='test -x'
507 else
508 if ls -dL / >/dev/null 2>&1; then
509 as_ls_L_option=L
510 else
511 as_ls_L_option=
513 as_test_x='
514 eval sh -c '\''
515 if test -d "$1"; then
516 test -d "$1/.";
517 else
518 case $1 in #(
519 -*)set "./$1";;
520 esac;
521 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
522 ???[sx]*):;;*)false;;esac;fi
523 '\'' sh
526 as_executable_p=$as_test_x
528 # Sed expression to map a string onto a valid CPP name.
529 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
531 # Sed expression to map a string onto a valid variable name.
532 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
534 SHELL=${CONFIG_SHELL-/bin/sh}
537 exec 7<&0 </dev/null 6>&1
539 # Name of the host.
540 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
541 # so uname gets run too.
542 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
545 # Initializations.
547 ac_default_prefix=/usr/local
548 ac_clean_files=
549 ac_config_libobj_dir=.
550 LIBOBJS=
551 cross_compiling=no
552 subdirs=
553 MFLAGS=
554 MAKEFLAGS=
556 # Identity of this package.
557 PACKAGE_NAME='GNU Fortran Runtime Library'
558 PACKAGE_TARNAME='libgfortran'
559 PACKAGE_VERSION='0.3'
560 PACKAGE_STRING='GNU Fortran Runtime Library 0.3'
561 PACKAGE_BUGREPORT=''
562 PACKAGE_URL='http://www.gnu.org/software/libgfortran/'
564 # Factoring default headers for most tests.
565 ac_includes_default="\
566 #include <stdio.h>
567 #ifdef HAVE_SYS_TYPES_H
568 # include <sys/types.h>
569 #endif
570 #ifdef HAVE_SYS_STAT_H
571 # include <sys/stat.h>
572 #endif
573 #ifdef STDC_HEADERS
574 # include <stdlib.h>
575 # include <stddef.h>
576 #else
577 # ifdef HAVE_STDLIB_H
578 # include <stdlib.h>
579 # endif
580 #endif
581 #ifdef HAVE_STRING_H
582 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
583 # include <memory.h>
584 # endif
585 # include <string.h>
586 #endif
587 #ifdef HAVE_STRINGS_H
588 # include <strings.h>
589 #endif
590 #ifdef HAVE_INTTYPES_H
591 # include <inttypes.h>
592 #endif
593 #ifdef HAVE_STDINT_H
594 # include <stdint.h>
595 #endif
596 #ifdef HAVE_UNISTD_H
597 # include <unistd.h>
598 #endif"
600 ac_subst_vars='am__EXEEXT_FALSE
601 am__EXEEXT_TRUE
602 LTLIBOBJS
603 LIBOBJS
604 IEEE_FLAGS
605 FPU_HOST_HEADER
606 extra_ldflags_libgfortran
607 ac_ct_FC
608 FCFLAGS
610 enable_static
611 enable_shared
613 OTOOL64
614 OTOOL
615 LIPO
616 NMEDIT
617 DSYMUTIL
618 OBJDUMP
619 LN_S
621 ac_ct_DUMPBIN
622 DUMPBIN
624 FGREP
625 EGREP
626 GREP
628 LIBTOOL
629 RANLIB
632 SECTION_FLAGS
633 LIBGFOR_USE_SYMVER_SUN_FALSE
634 LIBGFOR_USE_SYMVER_SUN_TRUE
635 LIBGFOR_USE_SYMVER_GNU_FALSE
636 LIBGFOR_USE_SYMVER_GNU_TRUE
637 LIBGFOR_USE_SYMVER_FALSE
638 LIBGFOR_USE_SYMVER_TRUE
639 AM_CFLAGS
640 AM_FCFLAGS
641 am__fastdepCC_FALSE
642 am__fastdepCC_TRUE
643 CCDEPMODE
644 AMDEPBACKSLASH
645 AMDEP_FALSE
646 AMDEP_TRUE
647 am__quote
648 am__include
649 DEPDIR
650 OBJEXT
651 EXEEXT
652 ac_ct_CC
653 CPPFLAGS
654 LDFLAGS
655 CFLAGS
657 toolexeclibdir
658 toolexecdir
659 multi_basedir
660 MAINT
661 MAINTAINER_MODE_FALSE
662 MAINTAINER_MODE_TRUE
663 am__untar
664 am__tar
665 AMTAR
666 am__leading_dot
667 SET_MAKE
669 mkdir_p
670 MKDIR_P
671 INSTALL_STRIP_PROGRAM
672 STRIP
673 install_sh
674 MAKEINFO
675 AUTOHEADER
676 AUTOMAKE
677 AUTOCONF
678 ACLOCAL
679 VERSION
680 PACKAGE
681 CYGPATH_W
682 am__isrc
683 INSTALL_DATA
684 INSTALL_SCRIPT
685 INSTALL_PROGRAM
686 target_os
687 target_vendor
688 target_cpu
689 target
690 host_os
691 host_vendor
692 host_cpu
693 host
694 onestep
695 onestep_FALSE
696 onestep_TRUE
697 target_subdir
698 host_subdir
699 build_subdir
700 build_libsubdir
701 build_os
702 build_vendor
703 build_cpu
704 build
705 target_alias
706 host_alias
707 build_alias
708 LIBS
709 ECHO_T
710 ECHO_N
711 ECHO_C
712 DEFS
713 mandir
714 localedir
715 libdir
716 psdir
717 pdfdir
718 dvidir
719 htmldir
720 infodir
721 docdir
722 oldincludedir
723 includedir
724 localstatedir
725 sharedstatedir
726 sysconfdir
727 datadir
728 datarootdir
729 libexecdir
730 sbindir
731 bindir
732 program_transform_name
733 prefix
734 exec_prefix
735 PACKAGE_URL
736 PACKAGE_BUGREPORT
737 PACKAGE_STRING
738 PACKAGE_VERSION
739 PACKAGE_TARNAME
740 PACKAGE_NAME
741 PATH_SEPARATOR
742 SHELL'
743 ac_subst_files=''
744 ac_user_opts='
745 enable_option_checking
746 with_build_libsubdir
747 enable_version_specific_runtime_libs
748 enable_intermodule
749 enable_maintainer_mode
750 enable_multilib
751 enable_dependency_tracking
752 enable_shared
753 enable_static
754 with_pic
755 enable_fast_install
756 with_gnu_ld
757 enable_libtool_lock
758 enable_largefile
760 ac_precious_vars='build_alias
761 host_alias
762 target_alias
764 CPPFLAGS
766 FCFLAGS
767 LDFLAGS
768 LIBS'
771 # Initialize some variables set by options.
772 ac_init_help=
773 ac_init_version=false
774 ac_unrecognized_opts=
775 ac_unrecognized_sep=
776 # The variables have the same names as the options, with
777 # dashes changed to underlines.
778 cache_file=/dev/null
779 exec_prefix=NONE
780 no_create=
781 no_recursion=
782 prefix=NONE
783 program_prefix=NONE
784 program_suffix=NONE
785 program_transform_name=s,x,x,
786 silent=
787 site=
788 srcdir=
789 verbose=
790 x_includes=NONE
791 x_libraries=NONE
793 # Installation directory options.
794 # These are left unexpanded so users can "make install exec_prefix=/foo"
795 # and all the variables that are supposed to be based on exec_prefix
796 # by default will actually change.
797 # Use braces instead of parens because sh, perl, etc. also accept them.
798 # (The list follows the same order as the GNU Coding Standards.)
799 bindir='${exec_prefix}/bin'
800 sbindir='${exec_prefix}/sbin'
801 libexecdir='${exec_prefix}/libexec'
802 datarootdir='${prefix}/share'
803 datadir='${datarootdir}'
804 sysconfdir='${prefix}/etc'
805 sharedstatedir='${prefix}/com'
806 localstatedir='${prefix}/var'
807 includedir='${prefix}/include'
808 oldincludedir='/usr/include'
809 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
810 infodir='${datarootdir}/info'
811 htmldir='${docdir}'
812 dvidir='${docdir}'
813 pdfdir='${docdir}'
814 psdir='${docdir}'
815 libdir='${exec_prefix}/lib'
816 localedir='${datarootdir}/locale'
817 mandir='${datarootdir}/man'
819 ac_prev=
820 ac_dashdash=
821 for ac_option
823 # If the previous option needs an argument, assign it.
824 if test -n "$ac_prev"; then
825 eval $ac_prev=\$ac_option
826 ac_prev=
827 continue
830 case $ac_option in
831 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
832 *) ac_optarg=yes ;;
833 esac
835 # Accept the important Cygnus configure options, so we can diagnose typos.
837 case $ac_dashdash$ac_option in
839 ac_dashdash=yes ;;
841 -bindir | --bindir | --bindi | --bind | --bin | --bi)
842 ac_prev=bindir ;;
843 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
844 bindir=$ac_optarg ;;
846 -build | --build | --buil | --bui | --bu)
847 ac_prev=build_alias ;;
848 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
849 build_alias=$ac_optarg ;;
851 -cache-file | --cache-file | --cache-fil | --cache-fi \
852 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
853 ac_prev=cache_file ;;
854 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
855 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
856 cache_file=$ac_optarg ;;
858 --config-cache | -C)
859 cache_file=config.cache ;;
861 -datadir | --datadir | --datadi | --datad)
862 ac_prev=datadir ;;
863 -datadir=* | --datadir=* | --datadi=* | --datad=*)
864 datadir=$ac_optarg ;;
866 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
867 | --dataroo | --dataro | --datar)
868 ac_prev=datarootdir ;;
869 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
870 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
871 datarootdir=$ac_optarg ;;
873 -disable-* | --disable-*)
874 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
875 # Reject names that are not valid shell variable names.
876 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
877 as_fn_error "invalid feature name: $ac_useropt"
878 ac_useropt_orig=$ac_useropt
879 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
880 case $ac_user_opts in
882 "enable_$ac_useropt"
883 "*) ;;
884 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
885 ac_unrecognized_sep=', ';;
886 esac
887 eval enable_$ac_useropt=no ;;
889 -docdir | --docdir | --docdi | --doc | --do)
890 ac_prev=docdir ;;
891 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
892 docdir=$ac_optarg ;;
894 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
895 ac_prev=dvidir ;;
896 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
897 dvidir=$ac_optarg ;;
899 -enable-* | --enable-*)
900 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
901 # Reject names that are not valid shell variable names.
902 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
903 as_fn_error "invalid feature name: $ac_useropt"
904 ac_useropt_orig=$ac_useropt
905 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
906 case $ac_user_opts in
908 "enable_$ac_useropt"
909 "*) ;;
910 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
911 ac_unrecognized_sep=', ';;
912 esac
913 eval enable_$ac_useropt=\$ac_optarg ;;
915 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
916 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
917 | --exec | --exe | --ex)
918 ac_prev=exec_prefix ;;
919 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
920 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
921 | --exec=* | --exe=* | --ex=*)
922 exec_prefix=$ac_optarg ;;
924 -gas | --gas | --ga | --g)
925 # Obsolete; use --with-gas.
926 with_gas=yes ;;
928 -help | --help | --hel | --he | -h)
929 ac_init_help=long ;;
930 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
931 ac_init_help=recursive ;;
932 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
933 ac_init_help=short ;;
935 -host | --host | --hos | --ho)
936 ac_prev=host_alias ;;
937 -host=* | --host=* | --hos=* | --ho=*)
938 host_alias=$ac_optarg ;;
940 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
941 ac_prev=htmldir ;;
942 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
943 | --ht=*)
944 htmldir=$ac_optarg ;;
946 -includedir | --includedir | --includedi | --included | --include \
947 | --includ | --inclu | --incl | --inc)
948 ac_prev=includedir ;;
949 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
950 | --includ=* | --inclu=* | --incl=* | --inc=*)
951 includedir=$ac_optarg ;;
953 -infodir | --infodir | --infodi | --infod | --info | --inf)
954 ac_prev=infodir ;;
955 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
956 infodir=$ac_optarg ;;
958 -libdir | --libdir | --libdi | --libd)
959 ac_prev=libdir ;;
960 -libdir=* | --libdir=* | --libdi=* | --libd=*)
961 libdir=$ac_optarg ;;
963 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
964 | --libexe | --libex | --libe)
965 ac_prev=libexecdir ;;
966 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
967 | --libexe=* | --libex=* | --libe=*)
968 libexecdir=$ac_optarg ;;
970 -localedir | --localedir | --localedi | --localed | --locale)
971 ac_prev=localedir ;;
972 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
973 localedir=$ac_optarg ;;
975 -localstatedir | --localstatedir | --localstatedi | --localstated \
976 | --localstate | --localstat | --localsta | --localst | --locals)
977 ac_prev=localstatedir ;;
978 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
979 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
980 localstatedir=$ac_optarg ;;
982 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
983 ac_prev=mandir ;;
984 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
985 mandir=$ac_optarg ;;
987 -nfp | --nfp | --nf)
988 # Obsolete; use --without-fp.
989 with_fp=no ;;
991 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
992 | --no-cr | --no-c | -n)
993 no_create=yes ;;
995 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
996 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
997 no_recursion=yes ;;
999 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1000 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1001 | --oldin | --oldi | --old | --ol | --o)
1002 ac_prev=oldincludedir ;;
1003 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1004 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1005 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1006 oldincludedir=$ac_optarg ;;
1008 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1009 ac_prev=prefix ;;
1010 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1011 prefix=$ac_optarg ;;
1013 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1014 | --program-pre | --program-pr | --program-p)
1015 ac_prev=program_prefix ;;
1016 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1017 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1018 program_prefix=$ac_optarg ;;
1020 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1021 | --program-suf | --program-su | --program-s)
1022 ac_prev=program_suffix ;;
1023 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1024 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1025 program_suffix=$ac_optarg ;;
1027 -program-transform-name | --program-transform-name \
1028 | --program-transform-nam | --program-transform-na \
1029 | --program-transform-n | --program-transform- \
1030 | --program-transform | --program-transfor \
1031 | --program-transfo | --program-transf \
1032 | --program-trans | --program-tran \
1033 | --progr-tra | --program-tr | --program-t)
1034 ac_prev=program_transform_name ;;
1035 -program-transform-name=* | --program-transform-name=* \
1036 | --program-transform-nam=* | --program-transform-na=* \
1037 | --program-transform-n=* | --program-transform-=* \
1038 | --program-transform=* | --program-transfor=* \
1039 | --program-transfo=* | --program-transf=* \
1040 | --program-trans=* | --program-tran=* \
1041 | --progr-tra=* | --program-tr=* | --program-t=*)
1042 program_transform_name=$ac_optarg ;;
1044 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1045 ac_prev=pdfdir ;;
1046 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1047 pdfdir=$ac_optarg ;;
1049 -psdir | --psdir | --psdi | --psd | --ps)
1050 ac_prev=psdir ;;
1051 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1052 psdir=$ac_optarg ;;
1054 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1055 | -silent | --silent | --silen | --sile | --sil)
1056 silent=yes ;;
1058 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1059 ac_prev=sbindir ;;
1060 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1061 | --sbi=* | --sb=*)
1062 sbindir=$ac_optarg ;;
1064 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1065 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1066 | --sharedst | --shareds | --shared | --share | --shar \
1067 | --sha | --sh)
1068 ac_prev=sharedstatedir ;;
1069 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1070 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1071 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1072 | --sha=* | --sh=*)
1073 sharedstatedir=$ac_optarg ;;
1075 -site | --site | --sit)
1076 ac_prev=site ;;
1077 -site=* | --site=* | --sit=*)
1078 site=$ac_optarg ;;
1080 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1081 ac_prev=srcdir ;;
1082 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1083 srcdir=$ac_optarg ;;
1085 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1086 | --syscon | --sysco | --sysc | --sys | --sy)
1087 ac_prev=sysconfdir ;;
1088 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1089 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1090 sysconfdir=$ac_optarg ;;
1092 -target | --target | --targe | --targ | --tar | --ta | --t)
1093 ac_prev=target_alias ;;
1094 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1095 target_alias=$ac_optarg ;;
1097 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1098 verbose=yes ;;
1100 -version | --version | --versio | --versi | --vers | -V)
1101 ac_init_version=: ;;
1103 -with-* | --with-*)
1104 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1105 # Reject names that are not valid shell variable names.
1106 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1107 as_fn_error "invalid package name: $ac_useropt"
1108 ac_useropt_orig=$ac_useropt
1109 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1110 case $ac_user_opts in
1112 "with_$ac_useropt"
1113 "*) ;;
1114 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1115 ac_unrecognized_sep=', ';;
1116 esac
1117 eval with_$ac_useropt=\$ac_optarg ;;
1119 -without-* | --without-*)
1120 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1121 # Reject names that are not valid shell variable names.
1122 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1123 as_fn_error "invalid package name: $ac_useropt"
1124 ac_useropt_orig=$ac_useropt
1125 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1126 case $ac_user_opts in
1128 "with_$ac_useropt"
1129 "*) ;;
1130 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1131 ac_unrecognized_sep=', ';;
1132 esac
1133 eval with_$ac_useropt=no ;;
1135 --x)
1136 # Obsolete; use --with-x.
1137 with_x=yes ;;
1139 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1140 | --x-incl | --x-inc | --x-in | --x-i)
1141 ac_prev=x_includes ;;
1142 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1143 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1144 x_includes=$ac_optarg ;;
1146 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1147 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1148 ac_prev=x_libraries ;;
1149 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1150 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1151 x_libraries=$ac_optarg ;;
1153 -*) as_fn_error "unrecognized option: \`$ac_option'
1154 Try \`$0 --help' for more information."
1157 *=*)
1158 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1159 # Reject names that are not valid shell variable names.
1160 case $ac_envvar in #(
1161 '' | [0-9]* | *[!_$as_cr_alnum]* )
1162 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1163 esac
1164 eval $ac_envvar=\$ac_optarg
1165 export $ac_envvar ;;
1168 # FIXME: should be removed in autoconf 3.0.
1169 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1170 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1171 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1172 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1175 esac
1176 done
1178 if test -n "$ac_prev"; then
1179 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1180 as_fn_error "missing argument to $ac_option"
1183 if test -n "$ac_unrecognized_opts"; then
1184 case $enable_option_checking in
1185 no) ;;
1186 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1187 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1188 esac
1191 # Check all directory arguments for consistency.
1192 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1193 datadir sysconfdir sharedstatedir localstatedir includedir \
1194 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1195 libdir localedir mandir
1197 eval ac_val=\$$ac_var
1198 # Remove trailing slashes.
1199 case $ac_val in
1200 */ )
1201 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1202 eval $ac_var=\$ac_val;;
1203 esac
1204 # Be sure to have absolute directory names.
1205 case $ac_val in
1206 [\\/$]* | ?:[\\/]* ) continue;;
1207 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1208 esac
1209 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1210 done
1212 # There might be people who depend on the old broken behavior: `$host'
1213 # used to hold the argument of --host etc.
1214 # FIXME: To remove some day.
1215 build=$build_alias
1216 host=$host_alias
1217 target=$target_alias
1219 # FIXME: To remove some day.
1220 if test "x$host_alias" != x; then
1221 if test "x$build_alias" = x; then
1222 cross_compiling=maybe
1223 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1224 If a cross compiler is detected then cross compile mode will be used." >&2
1225 elif test "x$build_alias" != "x$host_alias"; then
1226 cross_compiling=yes
1230 ac_tool_prefix=
1231 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1233 test "$silent" = yes && exec 6>/dev/null
1236 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1237 ac_ls_di=`ls -di .` &&
1238 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1239 as_fn_error "working directory cannot be determined"
1240 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1241 as_fn_error "pwd does not report name of working directory"
1244 # Find the source files, if location was not specified.
1245 if test -z "$srcdir"; then
1246 ac_srcdir_defaulted=yes
1247 # Try the directory containing this script, then the parent directory.
1248 ac_confdir=`$as_dirname -- "$as_myself" ||
1249 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1250 X"$as_myself" : 'X\(//\)[^/]' \| \
1251 X"$as_myself" : 'X\(//\)$' \| \
1252 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1253 $as_echo X"$as_myself" |
1254 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1255 s//\1/
1258 /^X\(\/\/\)[^/].*/{
1259 s//\1/
1262 /^X\(\/\/\)$/{
1263 s//\1/
1266 /^X\(\/\).*/{
1267 s//\1/
1270 s/.*/./; q'`
1271 srcdir=$ac_confdir
1272 if test ! -r "$srcdir/$ac_unique_file"; then
1273 srcdir=..
1275 else
1276 ac_srcdir_defaulted=no
1278 if test ! -r "$srcdir/$ac_unique_file"; then
1279 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1280 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1282 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1283 ac_abs_confdir=`(
1284 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1285 pwd)`
1286 # When building in place, set srcdir=.
1287 if test "$ac_abs_confdir" = "$ac_pwd"; then
1288 srcdir=.
1290 # Remove unnecessary trailing slashes from srcdir.
1291 # Double slashes in file names in object file debugging info
1292 # mess up M-x gdb in Emacs.
1293 case $srcdir in
1294 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1295 esac
1296 for ac_var in $ac_precious_vars; do
1297 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1298 eval ac_env_${ac_var}_value=\$${ac_var}
1299 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1300 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1301 done
1304 # Report the --help message.
1306 if test "$ac_init_help" = "long"; then
1307 # Omit some internal or obsolete options to make the list less imposing.
1308 # This message is too long to be a string in the A/UX 3.1 sh.
1309 cat <<_ACEOF
1310 \`configure' configures GNU Fortran Runtime Library 0.3 to adapt to many kinds of systems.
1312 Usage: $0 [OPTION]... [VAR=VALUE]...
1314 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1315 VAR=VALUE. See below for descriptions of some of the useful variables.
1317 Defaults for the options are specified in brackets.
1319 Configuration:
1320 -h, --help display this help and exit
1321 --help=short display options specific to this package
1322 --help=recursive display the short help of all the included packages
1323 -V, --version display version information and exit
1324 -q, --quiet, --silent do not print \`checking...' messages
1325 --cache-file=FILE cache test results in FILE [disabled]
1326 -C, --config-cache alias for \`--cache-file=config.cache'
1327 -n, --no-create do not create output files
1328 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1330 Installation directories:
1331 --prefix=PREFIX install architecture-independent files in PREFIX
1332 [$ac_default_prefix]
1333 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1334 [PREFIX]
1336 By default, \`make install' will install all the files in
1337 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1338 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1339 for instance \`--prefix=\$HOME'.
1341 For better control, use the options below.
1343 Fine tuning of the installation directories:
1344 --bindir=DIR user executables [EPREFIX/bin]
1345 --sbindir=DIR system admin executables [EPREFIX/sbin]
1346 --libexecdir=DIR program executables [EPREFIX/libexec]
1347 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1348 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1349 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1350 --libdir=DIR object code libraries [EPREFIX/lib]
1351 --includedir=DIR C header files [PREFIX/include]
1352 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1353 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1354 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1355 --infodir=DIR info documentation [DATAROOTDIR/info]
1356 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1357 --mandir=DIR man documentation [DATAROOTDIR/man]
1358 --docdir=DIR documentation root [DATAROOTDIR/doc/libgfortran]
1359 --htmldir=DIR html documentation [DOCDIR]
1360 --dvidir=DIR dvi documentation [DOCDIR]
1361 --pdfdir=DIR pdf documentation [DOCDIR]
1362 --psdir=DIR ps documentation [DOCDIR]
1363 _ACEOF
1365 cat <<\_ACEOF
1367 Program names:
1368 --program-prefix=PREFIX prepend PREFIX to installed program names
1369 --program-suffix=SUFFIX append SUFFIX to installed program names
1370 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1372 System types:
1373 --build=BUILD configure for building on BUILD [guessed]
1374 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1375 --target=TARGET configure for building compilers for TARGET [HOST]
1376 _ACEOF
1379 if test -n "$ac_init_help"; then
1380 case $ac_init_help in
1381 short | recursive ) echo "Configuration of GNU Fortran Runtime Library 0.3:";;
1382 esac
1383 cat <<\_ACEOF
1385 Optional Features:
1386 --disable-option-checking ignore unrecognized --enable/--with options
1387 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1388 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1389 --enable-version-specific-runtime-libs Specify that runtime libraries should be installed in a compiler-specific directory
1390 --enable-intermodule build the library in one step
1391 --enable-maintainer-mode enable make rules and dependencies not useful
1392 (and sometimes confusing) to the casual installer
1393 --enable-multilib build many library versions (default)
1394 --disable-dependency-tracking speeds up one-time build
1395 --enable-dependency-tracking do not reject slow dependency extractors
1396 --enable-shared[=PKGS] build shared libraries [default=yes]
1397 --enable-static[=PKGS] build static libraries [default=yes]
1398 --enable-fast-install[=PKGS]
1399 optimize for fast installation [default=yes]
1400 --disable-libtool-lock avoid locking (might break parallel builds)
1401 --disable-largefile omit support for large files
1403 Optional Packages:
1404 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1405 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1406 --with-build-libsubdir=DIR Directory where to find libraries for build system
1407 --with-pic try to use only PIC/non-PIC objects [default=use
1408 both]
1409 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1411 Some influential environment variables:
1412 CC C compiler command
1413 CFLAGS C compiler flags
1414 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1415 nonstandard directory <lib dir>
1416 LIBS libraries to pass to the linker, e.g. -l<library>
1417 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1418 you have headers in a nonstandard directory <include dir>
1419 CPP C preprocessor
1420 FC Fortran compiler command
1421 FCFLAGS Fortran compiler flags
1423 Use these variables to override the choices made by `configure' or to help
1424 it to find libraries and programs with nonstandard names/locations.
1426 Report bugs to the package provider.
1427 GNU Fortran Runtime Library home page: <http://www.gnu.org/software/libgfortran/>.
1428 General help using GNU software: <http://www.gnu.org/gethelp/>.
1429 _ACEOF
1430 ac_status=$?
1433 if test "$ac_init_help" = "recursive"; then
1434 # If there are subdirs, report their specific --help.
1435 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1436 test -d "$ac_dir" ||
1437 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1438 continue
1439 ac_builddir=.
1441 case "$ac_dir" in
1442 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1444 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1445 # A ".." for each directory in $ac_dir_suffix.
1446 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1447 case $ac_top_builddir_sub in
1448 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1449 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1450 esac ;;
1451 esac
1452 ac_abs_top_builddir=$ac_pwd
1453 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1454 # for backward compatibility:
1455 ac_top_builddir=$ac_top_build_prefix
1457 case $srcdir in
1458 .) # We are building in place.
1459 ac_srcdir=.
1460 ac_top_srcdir=$ac_top_builddir_sub
1461 ac_abs_top_srcdir=$ac_pwd ;;
1462 [\\/]* | ?:[\\/]* ) # Absolute name.
1463 ac_srcdir=$srcdir$ac_dir_suffix;
1464 ac_top_srcdir=$srcdir
1465 ac_abs_top_srcdir=$srcdir ;;
1466 *) # Relative name.
1467 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1468 ac_top_srcdir=$ac_top_build_prefix$srcdir
1469 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1470 esac
1471 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1473 cd "$ac_dir" || { ac_status=$?; continue; }
1474 # Check for guested configure.
1475 if test -f "$ac_srcdir/configure.gnu"; then
1476 echo &&
1477 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1478 elif test -f "$ac_srcdir/configure"; then
1479 echo &&
1480 $SHELL "$ac_srcdir/configure" --help=recursive
1481 else
1482 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1483 fi || ac_status=$?
1484 cd "$ac_pwd" || { ac_status=$?; break; }
1485 done
1488 test -n "$ac_init_help" && exit $ac_status
1489 if $ac_init_version; then
1490 cat <<\_ACEOF
1491 GNU Fortran Runtime Library configure 0.3
1492 generated by GNU Autoconf 2.64
1494 Copyright (C) 2009 Free Software Foundation, Inc.
1495 This configure script is free software; the Free Software Foundation
1496 gives unlimited permission to copy, distribute and modify it.
1497 _ACEOF
1498 exit
1501 ## ------------------------ ##
1502 ## Autoconf initialization. ##
1503 ## ------------------------ ##
1505 # ac_fn_c_try_compile LINENO
1506 # --------------------------
1507 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1508 ac_fn_c_try_compile ()
1510 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1511 rm -f conftest.$ac_objext
1512 if { { ac_try="$ac_compile"
1513 case "(($ac_try" in
1514 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1515 *) ac_try_echo=$ac_try;;
1516 esac
1517 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1518 $as_echo "$ac_try_echo"; } >&5
1519 (eval "$ac_compile") 2>conftest.err
1520 ac_status=$?
1521 if test -s conftest.err; then
1522 grep -v '^ *+' conftest.err >conftest.er1
1523 cat conftest.er1 >&5
1524 mv -f conftest.er1 conftest.err
1526 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1527 test $ac_status = 0; } && {
1528 test -z "$ac_c_werror_flag" ||
1529 test ! -s conftest.err
1530 } && test -s conftest.$ac_objext; then :
1531 ac_retval=0
1532 else
1533 $as_echo "$as_me: failed program was:" >&5
1534 sed 's/^/| /' conftest.$ac_ext >&5
1536 ac_retval=1
1538 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1539 return $ac_retval
1541 } # ac_fn_c_try_compile
1543 # ac_fn_c_try_link LINENO
1544 # -----------------------
1545 # Try to link conftest.$ac_ext, and return whether this succeeded.
1546 ac_fn_c_try_link ()
1548 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1549 rm -f conftest.$ac_objext conftest$ac_exeext
1550 if { { ac_try="$ac_link"
1551 case "(($ac_try" in
1552 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1553 *) ac_try_echo=$ac_try;;
1554 esac
1555 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1556 $as_echo "$ac_try_echo"; } >&5
1557 (eval "$ac_link") 2>conftest.err
1558 ac_status=$?
1559 if test -s conftest.err; then
1560 grep -v '^ *+' conftest.err >conftest.er1
1561 cat conftest.er1 >&5
1562 mv -f conftest.er1 conftest.err
1564 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1565 test $ac_status = 0; } && {
1566 test -z "$ac_c_werror_flag" ||
1567 test ! -s conftest.err
1568 } && test -s conftest$ac_exeext && {
1569 test "$cross_compiling" = yes ||
1570 $as_test_x conftest$ac_exeext
1571 }; then :
1572 ac_retval=0
1573 else
1574 $as_echo "$as_me: failed program was:" >&5
1575 sed 's/^/| /' conftest.$ac_ext >&5
1577 ac_retval=1
1579 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1580 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1581 # interfere with the next link command; also delete a directory that is
1582 # left behind by Apple's compiler. We do this before executing the actions.
1583 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1584 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1585 return $ac_retval
1587 } # ac_fn_c_try_link
1589 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1590 # -------------------------------------------------------
1591 # Tests whether HEADER exists and can be compiled using the include files in
1592 # INCLUDES, setting the cache variable VAR accordingly.
1593 ac_fn_c_check_header_compile ()
1595 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1597 $as_echo_n "checking for $2... " >&6; }
1598 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1599 $as_echo_n "(cached) " >&6
1600 else
1601 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1602 /* end confdefs.h. */
1604 #include <$2>
1605 _ACEOF
1606 if ac_fn_c_try_compile "$LINENO"; then :
1607 eval "$3=yes"
1608 else
1609 eval "$3=no"
1611 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1613 eval ac_res=\$$3
1614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1615 $as_echo "$ac_res" >&6; }
1616 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1618 } # ac_fn_c_check_header_compile
1620 # ac_fn_c_try_cpp LINENO
1621 # ----------------------
1622 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1623 ac_fn_c_try_cpp ()
1625 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1626 if { { ac_try="$ac_cpp conftest.$ac_ext"
1627 case "(($ac_try" in
1628 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1629 *) ac_try_echo=$ac_try;;
1630 esac
1631 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1632 $as_echo "$ac_try_echo"; } >&5
1633 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1634 ac_status=$?
1635 if test -s conftest.err; then
1636 grep -v '^ *+' conftest.err >conftest.er1
1637 cat conftest.er1 >&5
1638 mv -f conftest.er1 conftest.err
1640 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1641 test $ac_status = 0; } >/dev/null && {
1642 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1643 test ! -s conftest.err
1644 }; then :
1645 ac_retval=0
1646 else
1647 $as_echo "$as_me: failed program was:" >&5
1648 sed 's/^/| /' conftest.$ac_ext >&5
1650 ac_retval=1
1652 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1653 return $ac_retval
1655 } # ac_fn_c_try_cpp
1657 # ac_fn_c_try_run LINENO
1658 # ----------------------
1659 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1660 # that executables *can* be run.
1661 ac_fn_c_try_run ()
1663 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1664 if { { ac_try="$ac_link"
1665 case "(($ac_try" in
1666 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1667 *) ac_try_echo=$ac_try;;
1668 esac
1669 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1670 $as_echo "$ac_try_echo"; } >&5
1671 (eval "$ac_link") 2>&5
1672 ac_status=$?
1673 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1674 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1675 { { case "(($ac_try" in
1676 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1677 *) ac_try_echo=$ac_try;;
1678 esac
1679 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1680 $as_echo "$ac_try_echo"; } >&5
1681 (eval "$ac_try") 2>&5
1682 ac_status=$?
1683 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1684 test $ac_status = 0; }; }; then :
1685 ac_retval=0
1686 else
1687 $as_echo "$as_me: program exited with status $ac_status" >&5
1688 $as_echo "$as_me: failed program was:" >&5
1689 sed 's/^/| /' conftest.$ac_ext >&5
1691 ac_retval=$ac_status
1693 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1694 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1695 return $ac_retval
1697 } # ac_fn_c_try_run
1699 # ac_fn_c_check_func LINENO FUNC VAR
1700 # ----------------------------------
1701 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1702 ac_fn_c_check_func ()
1704 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1706 $as_echo_n "checking for $2... " >&6; }
1707 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1708 $as_echo_n "(cached) " >&6
1709 else
1710 if test x$gcc_no_link = xyes; then
1711 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
1713 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1714 /* end confdefs.h. */
1715 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1716 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1717 #define $2 innocuous_$2
1719 /* System header to define __stub macros and hopefully few prototypes,
1720 which can conflict with char $2 (); below.
1721 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1722 <limits.h> exists even on freestanding compilers. */
1724 #ifdef __STDC__
1725 # include <limits.h>
1726 #else
1727 # include <assert.h>
1728 #endif
1730 #undef $2
1732 /* Override any GCC internal prototype to avoid an error.
1733 Use char because int might match the return type of a GCC
1734 builtin and then its argument prototype would still apply. */
1735 #ifdef __cplusplus
1736 extern "C"
1737 #endif
1738 char $2 ();
1739 /* The GNU C library defines this for functions which it implements
1740 to always fail with ENOSYS. Some functions are actually named
1741 something starting with __ and the normal name is an alias. */
1742 #if defined __stub_$2 || defined __stub___$2
1743 choke me
1744 #endif
1747 main ()
1749 return $2 ();
1751 return 0;
1753 _ACEOF
1754 if ac_fn_c_try_link "$LINENO"; then :
1755 eval "$3=yes"
1756 else
1757 eval "$3=no"
1759 rm -f core conftest.err conftest.$ac_objext \
1760 conftest$ac_exeext conftest.$ac_ext
1762 eval ac_res=\$$3
1763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1764 $as_echo "$ac_res" >&6; }
1765 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1767 } # ac_fn_c_check_func
1769 # ac_fn_fc_try_compile LINENO
1770 # ---------------------------
1771 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1772 ac_fn_fc_try_compile ()
1774 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1775 rm -f conftest.$ac_objext
1776 if { { ac_try="$ac_compile"
1777 case "(($ac_try" in
1778 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1779 *) ac_try_echo=$ac_try;;
1780 esac
1781 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1782 $as_echo "$ac_try_echo"; } >&5
1783 (eval "$ac_compile") 2>conftest.err
1784 ac_status=$?
1785 if test -s conftest.err; then
1786 grep -v '^ *+' conftest.err >conftest.er1
1787 cat conftest.er1 >&5
1788 mv -f conftest.er1 conftest.err
1790 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1791 test $ac_status = 0; } && {
1792 test -z "$ac_fc_werror_flag" ||
1793 test ! -s conftest.err
1794 } && test -s conftest.$ac_objext; then :
1795 ac_retval=0
1796 else
1797 $as_echo "$as_me: failed program was:" >&5
1798 sed 's/^/| /' conftest.$ac_ext >&5
1800 ac_retval=1
1802 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1803 return $ac_retval
1805 } # ac_fn_fc_try_compile
1807 # ac_fn_fc_try_link LINENO
1808 # ------------------------
1809 # Try to link conftest.$ac_ext, and return whether this succeeded.
1810 ac_fn_fc_try_link ()
1812 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1813 rm -f conftest.$ac_objext conftest$ac_exeext
1814 if { { ac_try="$ac_link"
1815 case "(($ac_try" in
1816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1817 *) ac_try_echo=$ac_try;;
1818 esac
1819 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1820 $as_echo "$ac_try_echo"; } >&5
1821 (eval "$ac_link") 2>conftest.err
1822 ac_status=$?
1823 if test -s conftest.err; then
1824 grep -v '^ *+' conftest.err >conftest.er1
1825 cat conftest.er1 >&5
1826 mv -f conftest.er1 conftest.err
1828 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1829 test $ac_status = 0; } && {
1830 test -z "$ac_fc_werror_flag" ||
1831 test ! -s conftest.err
1832 } && test -s conftest$ac_exeext && {
1833 test "$cross_compiling" = yes ||
1834 $as_test_x conftest$ac_exeext
1835 }; then :
1836 ac_retval=0
1837 else
1838 $as_echo "$as_me: failed program was:" >&5
1839 sed 's/^/| /' conftest.$ac_ext >&5
1841 ac_retval=1
1843 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1844 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1845 # interfere with the next link command; also delete a directory that is
1846 # left behind by Apple's compiler. We do this before executing the actions.
1847 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1848 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1849 return $ac_retval
1851 } # ac_fn_fc_try_link
1853 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1854 # -------------------------------------------
1855 # Tests whether TYPE exists after having included INCLUDES, setting cache
1856 # variable VAR accordingly.
1857 ac_fn_c_check_type ()
1859 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1861 $as_echo_n "checking for $2... " >&6; }
1862 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1863 $as_echo_n "(cached) " >&6
1864 else
1865 eval "$3=no"
1866 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1867 /* end confdefs.h. */
1870 main ()
1872 if (sizeof ($2))
1873 return 0;
1875 return 0;
1877 _ACEOF
1878 if ac_fn_c_try_compile "$LINENO"; then :
1879 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1880 /* end confdefs.h. */
1883 main ()
1885 if (sizeof (($2)))
1886 return 0;
1888 return 0;
1890 _ACEOF
1891 if ac_fn_c_try_compile "$LINENO"; then :
1893 else
1894 eval "$3=yes"
1896 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1898 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1900 eval ac_res=\$$3
1901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1902 $as_echo "$ac_res" >&6; }
1903 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1905 } # ac_fn_c_check_type
1907 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1908 # -------------------------------------------------------
1909 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1910 # the include files in INCLUDES and setting the cache variable VAR
1911 # accordingly.
1912 ac_fn_c_check_header_mongrel ()
1914 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1915 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1917 $as_echo_n "checking for $2... " >&6; }
1918 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1919 $as_echo_n "(cached) " >&6
1921 eval ac_res=\$$3
1922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1923 $as_echo "$ac_res" >&6; }
1924 else
1925 # Is the header compilable?
1926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1927 $as_echo_n "checking $2 usability... " >&6; }
1928 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1929 /* end confdefs.h. */
1931 #include <$2>
1932 _ACEOF
1933 if ac_fn_c_try_compile "$LINENO"; then :
1934 ac_header_compiler=yes
1935 else
1936 ac_header_compiler=no
1938 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1939 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1940 $as_echo "$ac_header_compiler" >&6; }
1942 # Is the header present?
1943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1944 $as_echo_n "checking $2 presence... " >&6; }
1945 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1946 /* end confdefs.h. */
1947 #include <$2>
1948 _ACEOF
1949 if ac_fn_c_try_cpp "$LINENO"; then :
1950 ac_header_preproc=yes
1951 else
1952 ac_header_preproc=no
1954 rm -f conftest.err conftest.$ac_ext
1955 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1956 $as_echo "$ac_header_preproc" >&6; }
1958 # So? What about this header?
1959 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1960 yes:no: )
1961 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1962 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1963 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1964 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1966 no:yes:* )
1967 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1968 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1969 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1970 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1971 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1972 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1973 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1974 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1975 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1976 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1978 esac
1979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1980 $as_echo_n "checking for $2... " >&6; }
1981 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1982 $as_echo_n "(cached) " >&6
1983 else
1984 eval "$3=\$ac_header_compiler"
1986 eval ac_res=\$$3
1987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1988 $as_echo "$ac_res" >&6; }
1990 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1992 } # ac_fn_c_check_header_mongrel
1994 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1995 # --------------------------------------------
1996 # Tries to find the compile-time value of EXPR in a program that includes
1997 # INCLUDES, setting VAR accordingly. Returns whether the value could be
1998 # computed
1999 ac_fn_c_compute_int ()
2001 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2002 if test "$cross_compiling" = yes; then
2003 # Depending upon the size, compute the lo and hi bounds.
2004 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2005 /* end confdefs.h. */
2008 main ()
2010 static int test_array [1 - 2 * !(($2) >= 0)];
2011 test_array [0] = 0
2014 return 0;
2016 _ACEOF
2017 if ac_fn_c_try_compile "$LINENO"; then :
2018 ac_lo=0 ac_mid=0
2019 while :; do
2020 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2021 /* end confdefs.h. */
2024 main ()
2026 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2027 test_array [0] = 0
2030 return 0;
2032 _ACEOF
2033 if ac_fn_c_try_compile "$LINENO"; then :
2034 ac_hi=$ac_mid; break
2035 else
2036 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
2037 if test $ac_lo -le $ac_mid; then
2038 ac_lo= ac_hi=
2039 break
2041 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
2043 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2044 done
2045 else
2046 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2047 /* end confdefs.h. */
2050 main ()
2052 static int test_array [1 - 2 * !(($2) < 0)];
2053 test_array [0] = 0
2056 return 0;
2058 _ACEOF
2059 if ac_fn_c_try_compile "$LINENO"; then :
2060 ac_hi=-1 ac_mid=-1
2061 while :; do
2062 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2063 /* end confdefs.h. */
2066 main ()
2068 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
2069 test_array [0] = 0
2072 return 0;
2074 _ACEOF
2075 if ac_fn_c_try_compile "$LINENO"; then :
2076 ac_lo=$ac_mid; break
2077 else
2078 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
2079 if test $ac_mid -le $ac_hi; then
2080 ac_lo= ac_hi=
2081 break
2083 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
2085 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2086 done
2087 else
2088 ac_lo= ac_hi=
2090 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2092 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2093 # Binary search between lo and hi bounds.
2094 while test "x$ac_lo" != "x$ac_hi"; do
2095 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
2096 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2097 /* end confdefs.h. */
2100 main ()
2102 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
2103 test_array [0] = 0
2106 return 0;
2108 _ACEOF
2109 if ac_fn_c_try_compile "$LINENO"; then :
2110 ac_hi=$ac_mid
2111 else
2112 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2114 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2115 done
2116 case $ac_lo in #((
2117 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2118 '') ac_retval=1 ;;
2119 esac
2120 else
2121 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2122 /* end confdefs.h. */
2124 static long int longval () { return $2; }
2125 static unsigned long int ulongval () { return $2; }
2126 #include <stdio.h>
2127 #include <stdlib.h>
2129 main ()
2132 FILE *f = fopen ("conftest.val", "w");
2133 if (! f)
2134 return 1;
2135 if (($2) < 0)
2137 long int i = longval ();
2138 if (i != ($2))
2139 return 1;
2140 fprintf (f, "%ld", i);
2142 else
2144 unsigned long int i = ulongval ();
2145 if (i != ($2))
2146 return 1;
2147 fprintf (f, "%lu", i);
2149 /* Do not output a trailing newline, as this causes \r\n confusion
2150 on some platforms. */
2151 return ferror (f) || fclose (f) != 0;
2154 return 0;
2156 _ACEOF
2157 if ac_fn_c_try_run "$LINENO"; then :
2158 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2159 else
2160 ac_retval=1
2162 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2163 conftest.$ac_objext conftest.beam conftest.$ac_ext
2164 rm -f conftest.val
2167 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2168 return $ac_retval
2170 } # ac_fn_c_compute_int
2172 # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
2173 # ----------------------------------------------------
2174 # Tries to find if the field MEMBER exists in type AGGR, after including
2175 # INCLUDES, setting cache variable VAR accordingly.
2176 ac_fn_c_check_member ()
2178 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
2180 $as_echo_n "checking for $2.$3... " >&6; }
2181 if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
2182 $as_echo_n "(cached) " >&6
2183 else
2184 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2185 /* end confdefs.h. */
2188 main ()
2190 static $2 ac_aggr;
2191 if (ac_aggr.$3)
2192 return 0;
2194 return 0;
2196 _ACEOF
2197 if ac_fn_c_try_compile "$LINENO"; then :
2198 eval "$4=yes"
2199 else
2200 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2201 /* end confdefs.h. */
2204 main ()
2206 static $2 ac_aggr;
2207 if (sizeof ac_aggr.$3)
2208 return 0;
2210 return 0;
2212 _ACEOF
2213 if ac_fn_c_try_compile "$LINENO"; then :
2214 eval "$4=yes"
2215 else
2216 eval "$4=no"
2218 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2220 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2222 eval ac_res=\$$4
2223 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2224 $as_echo "$ac_res" >&6; }
2225 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
2227 } # ac_fn_c_check_member
2228 cat >config.log <<_ACEOF
2229 This file contains any messages produced by compilers while
2230 running configure, to aid debugging if configure makes a mistake.
2232 It was created by GNU Fortran Runtime Library $as_me 0.3, which was
2233 generated by GNU Autoconf 2.64. Invocation command line was
2235 $ $0 $@
2237 _ACEOF
2238 exec 5>>config.log
2240 cat <<_ASUNAME
2241 ## --------- ##
2242 ## Platform. ##
2243 ## --------- ##
2245 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2246 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2247 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2248 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2249 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2251 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2252 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2254 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2255 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2256 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2257 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2258 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2259 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2260 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2262 _ASUNAME
2264 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2265 for as_dir in $PATH
2267 IFS=$as_save_IFS
2268 test -z "$as_dir" && as_dir=.
2269 $as_echo "PATH: $as_dir"
2270 done
2271 IFS=$as_save_IFS
2273 } >&5
2275 cat >&5 <<_ACEOF
2278 ## ----------- ##
2279 ## Core tests. ##
2280 ## ----------- ##
2282 _ACEOF
2285 # Keep a trace of the command line.
2286 # Strip out --no-create and --no-recursion so they do not pile up.
2287 # Strip out --silent because we don't want to record it for future runs.
2288 # Also quote any args containing shell meta-characters.
2289 # Make two passes to allow for proper duplicate-argument suppression.
2290 ac_configure_args=
2291 ac_configure_args0=
2292 ac_configure_args1=
2293 ac_must_keep_next=false
2294 for ac_pass in 1 2
2296 for ac_arg
2298 case $ac_arg in
2299 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2300 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2301 | -silent | --silent | --silen | --sile | --sil)
2302 continue ;;
2303 *\'*)
2304 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2305 esac
2306 case $ac_pass in
2307 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2309 as_fn_append ac_configure_args1 " '$ac_arg'"
2310 if test $ac_must_keep_next = true; then
2311 ac_must_keep_next=false # Got value, back to normal.
2312 else
2313 case $ac_arg in
2314 *=* | --config-cache | -C | -disable-* | --disable-* \
2315 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2316 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2317 | -with-* | --with-* | -without-* | --without-* | --x)
2318 case "$ac_configure_args0 " in
2319 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2320 esac
2322 -* ) ac_must_keep_next=true ;;
2323 esac
2325 as_fn_append ac_configure_args " '$ac_arg'"
2327 esac
2328 done
2329 done
2330 { ac_configure_args0=; unset ac_configure_args0;}
2331 { ac_configure_args1=; unset ac_configure_args1;}
2333 # When interrupted or exit'd, cleanup temporary files, and complete
2334 # config.log. We remove comments because anyway the quotes in there
2335 # would cause problems or look ugly.
2336 # WARNING: Use '\'' to represent an apostrophe within the trap.
2337 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2338 trap 'exit_status=$?
2339 # Save into config.log some information that might help in debugging.
2341 echo
2343 cat <<\_ASBOX
2344 ## ---------------- ##
2345 ## Cache variables. ##
2346 ## ---------------- ##
2347 _ASBOX
2348 echo
2349 # The following way of writing the cache mishandles newlines in values,
2351 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2352 eval ac_val=\$$ac_var
2353 case $ac_val in #(
2354 *${as_nl}*)
2355 case $ac_var in #(
2356 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2357 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2358 esac
2359 case $ac_var in #(
2360 _ | IFS | as_nl) ;; #(
2361 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2362 *) { eval $ac_var=; unset $ac_var;} ;;
2363 esac ;;
2364 esac
2365 done
2366 (set) 2>&1 |
2367 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2368 *${as_nl}ac_space=\ *)
2369 sed -n \
2370 "s/'\''/'\''\\\\'\'''\''/g;
2371 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2372 ;; #(
2374 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2376 esac |
2377 sort
2379 echo
2381 cat <<\_ASBOX
2382 ## ----------------- ##
2383 ## Output variables. ##
2384 ## ----------------- ##
2385 _ASBOX
2386 echo
2387 for ac_var in $ac_subst_vars
2389 eval ac_val=\$$ac_var
2390 case $ac_val in
2391 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2392 esac
2393 $as_echo "$ac_var='\''$ac_val'\''"
2394 done | sort
2395 echo
2397 if test -n "$ac_subst_files"; then
2398 cat <<\_ASBOX
2399 ## ------------------- ##
2400 ## File substitutions. ##
2401 ## ------------------- ##
2402 _ASBOX
2403 echo
2404 for ac_var in $ac_subst_files
2406 eval ac_val=\$$ac_var
2407 case $ac_val in
2408 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2409 esac
2410 $as_echo "$ac_var='\''$ac_val'\''"
2411 done | sort
2412 echo
2415 if test -s confdefs.h; then
2416 cat <<\_ASBOX
2417 ## ----------- ##
2418 ## confdefs.h. ##
2419 ## ----------- ##
2420 _ASBOX
2421 echo
2422 cat confdefs.h
2423 echo
2425 test "$ac_signal" != 0 &&
2426 $as_echo "$as_me: caught signal $ac_signal"
2427 $as_echo "$as_me: exit $exit_status"
2428 } >&5
2429 rm -f core *.core core.conftest.* &&
2430 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2431 exit $exit_status
2433 for ac_signal in 1 2 13 15; do
2434 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2435 done
2436 ac_signal=0
2438 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2439 rm -f -r conftest* confdefs.h
2441 $as_echo "/* confdefs.h */" > confdefs.h
2443 # Predefined preprocessor variables.
2445 cat >>confdefs.h <<_ACEOF
2446 #define PACKAGE_NAME "$PACKAGE_NAME"
2447 _ACEOF
2449 cat >>confdefs.h <<_ACEOF
2450 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2451 _ACEOF
2453 cat >>confdefs.h <<_ACEOF
2454 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2455 _ACEOF
2457 cat >>confdefs.h <<_ACEOF
2458 #define PACKAGE_STRING "$PACKAGE_STRING"
2459 _ACEOF
2461 cat >>confdefs.h <<_ACEOF
2462 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2463 _ACEOF
2465 cat >>confdefs.h <<_ACEOF
2466 #define PACKAGE_URL "$PACKAGE_URL"
2467 _ACEOF
2470 # Let the site file select an alternate cache file if it wants to.
2471 # Prefer an explicitly selected file to automatically selected ones.
2472 ac_site_file1=NONE
2473 ac_site_file2=NONE
2474 if test -n "$CONFIG_SITE"; then
2475 ac_site_file1=$CONFIG_SITE
2476 elif test "x$prefix" != xNONE; then
2477 ac_site_file1=$prefix/share/config.site
2478 ac_site_file2=$prefix/etc/config.site
2479 else
2480 ac_site_file1=$ac_default_prefix/share/config.site
2481 ac_site_file2=$ac_default_prefix/etc/config.site
2483 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2485 test "x$ac_site_file" = xNONE && continue
2486 if test -r "$ac_site_file"; then
2487 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2488 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2489 sed 's/^/| /' "$ac_site_file" >&5
2490 . "$ac_site_file"
2492 done
2494 if test -r "$cache_file"; then
2495 # Some versions of bash will fail to source /dev/null (special
2496 # files actually), so we avoid doing that.
2497 if test -f "$cache_file"; then
2498 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2499 $as_echo "$as_me: loading cache $cache_file" >&6;}
2500 case $cache_file in
2501 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2502 *) . "./$cache_file";;
2503 esac
2505 else
2506 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2507 $as_echo "$as_me: creating cache $cache_file" >&6;}
2508 >$cache_file
2511 # Check that the precious variables saved in the cache have kept the same
2512 # value.
2513 ac_cache_corrupted=false
2514 for ac_var in $ac_precious_vars; do
2515 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2516 eval ac_new_set=\$ac_env_${ac_var}_set
2517 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2518 eval ac_new_val=\$ac_env_${ac_var}_value
2519 case $ac_old_set,$ac_new_set in
2520 set,)
2521 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2522 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2523 ac_cache_corrupted=: ;;
2524 ,set)
2525 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2526 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2527 ac_cache_corrupted=: ;;
2528 ,);;
2530 if test "x$ac_old_val" != "x$ac_new_val"; then
2531 # differences in whitespace do not lead to failure.
2532 ac_old_val_w=`echo x $ac_old_val`
2533 ac_new_val_w=`echo x $ac_new_val`
2534 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2535 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2536 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2537 ac_cache_corrupted=:
2538 else
2539 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2540 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2541 eval $ac_var=\$ac_old_val
2543 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2544 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2545 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2546 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2547 fi;;
2548 esac
2549 # Pass precious variables to config.status.
2550 if test "$ac_new_set" = set; then
2551 case $ac_new_val in
2552 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2553 *) ac_arg=$ac_var=$ac_new_val ;;
2554 esac
2555 case " $ac_configure_args " in
2556 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2557 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2558 esac
2560 done
2561 if $ac_cache_corrupted; then
2562 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2563 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2564 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2565 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2566 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2568 ## -------------------- ##
2569 ## Main body of script. ##
2570 ## -------------------- ##
2572 ac_ext=c
2573 ac_cpp='$CPP $CPPFLAGS'
2574 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2575 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2576 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2582 ac_config_headers="$ac_config_headers config.h"
2584 ac_aux_dir=
2585 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2586 for ac_t in install-sh install.sh shtool; do
2587 if test -f "$ac_dir/$ac_t"; then
2588 ac_aux_dir=$ac_dir
2589 ac_install_sh="$ac_aux_dir/$ac_t -c"
2590 break 2
2592 done
2593 done
2594 if test -z "$ac_aux_dir"; then
2595 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2598 # These three variables are undocumented and unsupported,
2599 # and are intended to be withdrawn in a future Autoconf release.
2600 # They can cause serious problems if a builder's source tree is in a directory
2601 # whose full name contains unusual characters.
2602 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2603 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2604 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2607 # Make sure we can run config.sub.
2608 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2609 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2612 $as_echo_n "checking build system type... " >&6; }
2613 if test "${ac_cv_build+set}" = set; then :
2614 $as_echo_n "(cached) " >&6
2615 else
2616 ac_build_alias=$build_alias
2617 test "x$ac_build_alias" = x &&
2618 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2619 test "x$ac_build_alias" = x &&
2620 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2621 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2622 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2626 $as_echo "$ac_cv_build" >&6; }
2627 case $ac_cv_build in
2628 *-*-*) ;;
2629 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2630 esac
2631 build=$ac_cv_build
2632 ac_save_IFS=$IFS; IFS='-'
2633 set x $ac_cv_build
2634 shift
2635 build_cpu=$1
2636 build_vendor=$2
2637 shift; shift
2638 # Remember, the first character of IFS is used to create $*,
2639 # except with old shells:
2640 build_os=$*
2641 IFS=$ac_save_IFS
2642 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2645 case ${build_alias} in
2646 "") build_noncanonical=${build} ;;
2647 *) build_noncanonical=${build_alias} ;;
2648 esac
2650 case ${host_alias} in
2651 "") host_noncanonical=${build_noncanonical} ;;
2652 *) host_noncanonical=${host_alias} ;;
2653 esac
2655 case ${target_alias} in
2656 "") target_noncanonical=${host_noncanonical} ;;
2657 *) target_noncanonical=${target_alias} ;;
2658 esac
2661 # post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2662 # have matching libraries, they should use host libraries: Makefile.tpl
2663 # arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2664 # However, they still use the build modules, because the corresponding
2665 # host modules (e.g. bison) are only built for the host when bootstrap
2666 # finishes. So:
2667 # - build_subdir is where we find build modules, and never changes.
2668 # - build_libsubdir is where we find build libraries, and can be overridden.
2670 # Prefix 'build-' so this never conflicts with target_subdir.
2671 build_subdir="build-${build_noncanonical}"
2673 # Check whether --with-build-libsubdir was given.
2674 if test "${with_build_libsubdir+set}" = set; then :
2675 withval=$with_build_libsubdir; build_libsubdir="$withval"
2676 else
2677 build_libsubdir="$build_subdir"
2680 # --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2681 if ( test $srcdir = . && test -d gcc ) \
2682 || test -d $srcdir/../host-${host_noncanonical}; then
2683 host_subdir="host-${host_noncanonical}"
2684 else
2685 host_subdir=.
2687 # No prefix.
2688 target_subdir=${target_noncanonical}
2691 # -------
2692 # Options
2693 # -------
2695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-version-specific-runtime-libs" >&5
2696 $as_echo_n "checking for --enable-version-specific-runtime-libs... " >&6; }
2697 # Check whether --enable-version-specific-runtime-libs was given.
2698 if test "${enable_version_specific_runtime_libs+set}" = set; then :
2699 enableval=$enable_version_specific_runtime_libs; case "$enableval" in
2700 yes) version_specific_libs=yes ;;
2701 no) version_specific_libs=no ;;
2702 *) as_fn_error "Unknown argument to enable/disable version-specific libs" "$LINENO" 5;;
2703 esac
2704 else
2705 version_specific_libs=no
2708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $version_specific_libs" >&5
2709 $as_echo "$version_specific_libs" >&6; }
2711 # Build with intermodule optimisations
2712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-intermodule" >&5
2713 $as_echo_n "checking for --enable-intermodule... " >&6; }
2714 # Check whether --enable-intermodule was given.
2715 if test "${enable_intermodule+set}" = set; then :
2716 enableval=$enable_intermodule; case "$enable_intermodule" in
2717 yes) onestep="-onestep";;
2718 *) onestep="";;
2719 esac
2720 else
2721 onestep=""
2724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_intermodule" >&5
2725 $as_echo "$enable_intermodule" >&6; }
2726 if test x$onestep = x-onestep; then
2727 onestep_TRUE=
2728 onestep_FALSE='#'
2729 else
2730 onestep_TRUE='#'
2731 onestep_FALSE=
2736 # Gets build, host, target, *_vendor, *_cpu, *_os, etc.
2738 # You will slowly go insane if you do not grok the following fact: when
2739 # building this library, the top-level /target/ becomes the library's /host/.
2741 # configure then causes --target to default to --host, exactly like any
2742 # other package using autoconf. Therefore, 'target' and 'host' will
2743 # always be the same. This makes sense both for native and cross compilers
2744 # just think about it for a little while. :-)
2746 # Also, if this library is being configured as part of a cross compiler, the
2747 # top-level configure script will pass the "real" host as $with_cross_host.
2749 # Do not delete or change the following two lines. For why, see
2750 # http://gcc.gnu.org/ml/libstdc++/2003-07/msg00451.html
2751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2752 $as_echo_n "checking host system type... " >&6; }
2753 if test "${ac_cv_host+set}" = set; then :
2754 $as_echo_n "(cached) " >&6
2755 else
2756 if test "x$host_alias" = x; then
2757 ac_cv_host=$ac_cv_build
2758 else
2759 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2760 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2764 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2765 $as_echo "$ac_cv_host" >&6; }
2766 case $ac_cv_host in
2767 *-*-*) ;;
2768 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2769 esac
2770 host=$ac_cv_host
2771 ac_save_IFS=$IFS; IFS='-'
2772 set x $ac_cv_host
2773 shift
2774 host_cpu=$1
2775 host_vendor=$2
2776 shift; shift
2777 # Remember, the first character of IFS is used to create $*,
2778 # except with old shells:
2779 host_os=$*
2780 IFS=$ac_save_IFS
2781 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2785 $as_echo_n "checking target system type... " >&6; }
2786 if test "${ac_cv_target+set}" = set; then :
2787 $as_echo_n "(cached) " >&6
2788 else
2789 if test "x$target_alias" = x; then
2790 ac_cv_target=$ac_cv_host
2791 else
2792 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2793 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2798 $as_echo "$ac_cv_target" >&6; }
2799 case $ac_cv_target in
2800 *-*-*) ;;
2801 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2802 esac
2803 target=$ac_cv_target
2804 ac_save_IFS=$IFS; IFS='-'
2805 set x $ac_cv_target
2806 shift
2807 target_cpu=$1
2808 target_vendor=$2
2809 shift; shift
2810 # Remember, the first character of IFS is used to create $*,
2811 # except with old shells:
2812 target_os=$*
2813 IFS=$ac_save_IFS
2814 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2817 # The aliases save the names the user supplied, while $host etc.
2818 # will get canonicalized.
2819 test -n "$target_alias" &&
2820 test "$program_prefix$program_suffix$program_transform_name" = \
2821 NONENONEs,x,x, &&
2822 program_prefix=${target_alias}-
2824 target_alias=${target_alias-$host_alias}
2826 # Sets up automake. Must come after AC_CANONICAL_SYSTEM. Each of the
2827 # following is magically included in AUTOMAKE_OPTIONS in each Makefile.am.
2828 # 1.9.6: minimum required version
2829 # no-define: PACKAGE and VERSION will not be #define'd in config.h (a bunch
2830 # of other PACKAGE_* variables will, however, and there's nothing
2831 # we can do about that; they come from AC_INIT).
2832 # foreign: we don't follow the normal rules for GNU packages (no COPYING
2833 # file in the top srcdir, etc, etc), so stop complaining.
2834 # no-dist: we don't want 'dist' and related rules.
2835 # -Wall: turns on all automake warnings...
2836 # -Wno-portability: ...except this one, since GNU make is required.
2837 am__api_version='1.11'
2839 # Find a good install program. We prefer a C program (faster),
2840 # so one script is as good as another. But avoid the broken or
2841 # incompatible versions:
2842 # SysV /etc/install, /usr/sbin/install
2843 # SunOS /usr/etc/install
2844 # IRIX /sbin/install
2845 # AIX /bin/install
2846 # AmigaOS /C/install, which installs bootblocks on floppy discs
2847 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2848 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2849 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2850 # OS/2's system install, which has a completely different semantic
2851 # ./install, which can be erroneously created by make from ./install.sh.
2852 # Reject install programs that cannot install multiple files.
2853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2854 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2855 if test -z "$INSTALL"; then
2856 if test "${ac_cv_path_install+set}" = set; then :
2857 $as_echo_n "(cached) " >&6
2858 else
2859 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2860 for as_dir in $PATH
2862 IFS=$as_save_IFS
2863 test -z "$as_dir" && as_dir=.
2864 # Account for people who put trailing slashes in PATH elements.
2865 case $as_dir/ in #((
2866 ./ | .// | /[cC]/* | \
2867 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2868 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2869 /usr/ucb/* ) ;;
2871 # OSF1 and SCO ODT 3.0 have their own names for install.
2872 # Don't use installbsd from OSF since it installs stuff as root
2873 # by default.
2874 for ac_prog in ginstall scoinst install; do
2875 for ac_exec_ext in '' $ac_executable_extensions; do
2876 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2877 if test $ac_prog = install &&
2878 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2879 # AIX install. It has an incompatible calling convention.
2881 elif test $ac_prog = install &&
2882 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2883 # program-specific install script used by HP pwplus--don't use.
2885 else
2886 rm -rf conftest.one conftest.two conftest.dir
2887 echo one > conftest.one
2888 echo two > conftest.two
2889 mkdir conftest.dir
2890 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2891 test -s conftest.one && test -s conftest.two &&
2892 test -s conftest.dir/conftest.one &&
2893 test -s conftest.dir/conftest.two
2894 then
2895 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2896 break 3
2900 done
2901 done
2903 esac
2905 done
2906 IFS=$as_save_IFS
2908 rm -rf conftest.one conftest.two conftest.dir
2911 if test "${ac_cv_path_install+set}" = set; then
2912 INSTALL=$ac_cv_path_install
2913 else
2914 # As a last resort, use the slow shell script. Don't cache a
2915 # value for INSTALL within a source directory, because that will
2916 # break other packages using the cache if that directory is
2917 # removed, or if the value is a relative name.
2918 INSTALL=$ac_install_sh
2921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2922 $as_echo "$INSTALL" >&6; }
2924 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2925 # It thinks the first close brace ends the variable substitution.
2926 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2928 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2930 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2933 $as_echo_n "checking whether build environment is sane... " >&6; }
2934 # Just in case
2935 sleep 1
2936 echo timestamp > conftest.file
2937 # Reject unsafe characters in $srcdir or the absolute working directory
2938 # name. Accept space and tab only in the latter.
2939 am_lf='
2941 case `pwd` in
2942 *[\\\"\#\$\&\'\`$am_lf]*)
2943 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
2944 esac
2945 case $srcdir in
2946 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2947 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2948 esac
2950 # Do `set' in a subshell so we don't clobber the current shell's
2951 # arguments. Must try -L first in case configure is actually a
2952 # symlink; some systems play weird games with the mod time of symlinks
2953 # (eg FreeBSD returns the mod time of the symlink's containing
2954 # directory).
2955 if (
2956 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2957 if test "$*" = "X"; then
2958 # -L didn't work.
2959 set X `ls -t "$srcdir/configure" conftest.file`
2961 rm -f conftest.file
2962 if test "$*" != "X $srcdir/configure conftest.file" \
2963 && test "$*" != "X conftest.file $srcdir/configure"; then
2965 # If neither matched, then we have a broken ls. This can happen
2966 # if, for instance, CONFIG_SHELL is bash and it inherits a
2967 # broken ls alias from the environment. This has actually
2968 # happened. Such a system could not be considered "sane".
2969 as_fn_error "ls -t appears to fail. Make sure there is not a broken
2970 alias in your environment" "$LINENO" 5
2973 test "$2" = conftest.file
2975 then
2976 # Ok.
2978 else
2979 as_fn_error "newly created file is older than distributed files!
2980 Check your system clock" "$LINENO" 5
2982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2983 $as_echo "yes" >&6; }
2984 test "$program_prefix" != NONE &&
2985 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2986 # Use a double $ so make ignores it.
2987 test "$program_suffix" != NONE &&
2988 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2989 # Double any \ or $.
2990 # By default was `s,x,x', remove it if useless.
2991 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2992 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2994 # expand $ac_aux_dir to an absolute path
2995 am_aux_dir=`cd $ac_aux_dir && pwd`
2997 if test x"${MISSING+set}" != xset; then
2998 case $am_aux_dir in
2999 *\ * | *\ *)
3000 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3002 MISSING="\${SHELL} $am_aux_dir/missing" ;;
3003 esac
3005 # Use eval to expand $SHELL
3006 if eval "$MISSING --run true"; then
3007 am_missing_run="$MISSING --run "
3008 else
3009 am_missing_run=
3010 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3011 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3014 if test x"${install_sh}" != xset; then
3015 case $am_aux_dir in
3016 *\ * | *\ *)
3017 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
3019 install_sh="\${SHELL} $am_aux_dir/install-sh"
3020 esac
3023 # Installed binaries are usually stripped using `strip' when the user
3024 # run `make install-strip'. However `strip' might not be the right
3025 # tool to use in cross-compilation environments, therefore Automake
3026 # will honor the `STRIP' environment variable to overrule this program.
3027 if test "$cross_compiling" != no; then
3028 if test -n "$ac_tool_prefix"; then
3029 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
3030 set dummy ${ac_tool_prefix}strip; ac_word=$2
3031 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3032 $as_echo_n "checking for $ac_word... " >&6; }
3033 if test "${ac_cv_prog_STRIP+set}" = set; then :
3034 $as_echo_n "(cached) " >&6
3035 else
3036 if test -n "$STRIP"; then
3037 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
3038 else
3039 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3040 for as_dir in $PATH
3042 IFS=$as_save_IFS
3043 test -z "$as_dir" && as_dir=.
3044 for ac_exec_ext in '' $ac_executable_extensions; do
3045 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3046 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3047 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3048 break 2
3050 done
3051 done
3052 IFS=$as_save_IFS
3056 STRIP=$ac_cv_prog_STRIP
3057 if test -n "$STRIP"; then
3058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
3059 $as_echo "$STRIP" >&6; }
3060 else
3061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3062 $as_echo "no" >&6; }
3067 if test -z "$ac_cv_prog_STRIP"; then
3068 ac_ct_STRIP=$STRIP
3069 # Extract the first word of "strip", so it can be a program name with args.
3070 set dummy strip; ac_word=$2
3071 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3072 $as_echo_n "checking for $ac_word... " >&6; }
3073 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
3074 $as_echo_n "(cached) " >&6
3075 else
3076 if test -n "$ac_ct_STRIP"; then
3077 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
3078 else
3079 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3080 for as_dir in $PATH
3082 IFS=$as_save_IFS
3083 test -z "$as_dir" && as_dir=.
3084 for ac_exec_ext in '' $ac_executable_extensions; do
3085 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3086 ac_cv_prog_ac_ct_STRIP="strip"
3087 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3088 break 2
3090 done
3091 done
3092 IFS=$as_save_IFS
3096 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3097 if test -n "$ac_ct_STRIP"; then
3098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3099 $as_echo "$ac_ct_STRIP" >&6; }
3100 else
3101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3102 $as_echo "no" >&6; }
3105 if test "x$ac_ct_STRIP" = x; then
3106 STRIP=":"
3107 else
3108 case $cross_compiling:$ac_tool_warned in
3109 yes:)
3110 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3111 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3112 ac_tool_warned=yes ;;
3113 esac
3114 STRIP=$ac_ct_STRIP
3116 else
3117 STRIP="$ac_cv_prog_STRIP"
3121 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3124 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3125 if test -z "$MKDIR_P"; then
3126 if test "${ac_cv_path_mkdir+set}" = set; then :
3127 $as_echo_n "(cached) " >&6
3128 else
3129 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3130 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3132 IFS=$as_save_IFS
3133 test -z "$as_dir" && as_dir=.
3134 for ac_prog in mkdir gmkdir; do
3135 for ac_exec_ext in '' $ac_executable_extensions; do
3136 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3137 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3138 'mkdir (GNU coreutils) '* | \
3139 'mkdir (coreutils) '* | \
3140 'mkdir (fileutils) '4.1*)
3141 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3142 break 3;;
3143 esac
3144 done
3145 done
3146 done
3147 IFS=$as_save_IFS
3151 if test "${ac_cv_path_mkdir+set}" = set; then
3152 MKDIR_P="$ac_cv_path_mkdir -p"
3153 else
3154 # As a last resort, use the slow shell script. Don't cache a
3155 # value for MKDIR_P within a source directory, because that will
3156 # break other packages using the cache if that directory is
3157 # removed, or if the value is a relative name.
3158 test -d ./--version && rmdir ./--version
3159 MKDIR_P="$ac_install_sh -d"
3162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3163 $as_echo "$MKDIR_P" >&6; }
3165 mkdir_p="$MKDIR_P"
3166 case $mkdir_p in
3167 [\\/$]* | ?:[\\/]*) ;;
3168 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3169 esac
3171 for ac_prog in gawk mawk nawk awk
3173 # Extract the first word of "$ac_prog", so it can be a program name with args.
3174 set dummy $ac_prog; ac_word=$2
3175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3176 $as_echo_n "checking for $ac_word... " >&6; }
3177 if test "${ac_cv_prog_AWK+set}" = set; then :
3178 $as_echo_n "(cached) " >&6
3179 else
3180 if test -n "$AWK"; then
3181 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3182 else
3183 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3184 for as_dir in $PATH
3186 IFS=$as_save_IFS
3187 test -z "$as_dir" && as_dir=.
3188 for ac_exec_ext in '' $ac_executable_extensions; do
3189 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3190 ac_cv_prog_AWK="$ac_prog"
3191 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3192 break 2
3194 done
3195 done
3196 IFS=$as_save_IFS
3200 AWK=$ac_cv_prog_AWK
3201 if test -n "$AWK"; then
3202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3203 $as_echo "$AWK" >&6; }
3204 else
3205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3206 $as_echo "no" >&6; }
3210 test -n "$AWK" && break
3211 done
3213 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3214 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3215 set x ${MAKE-make}
3216 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3217 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
3218 $as_echo_n "(cached) " >&6
3219 else
3220 cat >conftest.make <<\_ACEOF
3221 SHELL = /bin/sh
3222 all:
3223 @echo '@@@%%%=$(MAKE)=@@@%%%'
3224 _ACEOF
3225 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3226 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3227 *@@@%%%=?*=@@@%%%*)
3228 eval ac_cv_prog_make_${ac_make}_set=yes;;
3230 eval ac_cv_prog_make_${ac_make}_set=no;;
3231 esac
3232 rm -f conftest.make
3234 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3236 $as_echo "yes" >&6; }
3237 SET_MAKE=
3238 else
3239 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3240 $as_echo "no" >&6; }
3241 SET_MAKE="MAKE=${MAKE-make}"
3244 rm -rf .tst 2>/dev/null
3245 mkdir .tst 2>/dev/null
3246 if test -d .tst; then
3247 am__leading_dot=.
3248 else
3249 am__leading_dot=_
3251 rmdir .tst 2>/dev/null
3253 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3254 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3255 # is not polluted with repeated "-I."
3256 am__isrc=' -I$(srcdir)'
3257 # test to see if srcdir already configured
3258 if test -f $srcdir/config.status; then
3259 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3263 # test whether we have cygpath
3264 if test -z "$CYGPATH_W"; then
3265 if (cygpath --version) >/dev/null 2>/dev/null; then
3266 CYGPATH_W='cygpath -w'
3267 else
3268 CYGPATH_W=echo
3273 # Define the identity of the package.
3274 PACKAGE='libgfortran'
3275 VERSION='0.3'
3278 # Some tools Automake needs.
3280 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3283 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3286 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3289 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3292 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3294 # We need awk for the "check" target. The system "awk" is bad on
3295 # some platforms.
3296 # Always define AMTAR for backward compatibility.
3298 AMTAR=${AMTAR-"${am_missing_run}tar"}
3300 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
3308 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
3309 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
3310 # Check whether --enable-maintainer-mode was given.
3311 if test "${enable_maintainer_mode+set}" = set; then :
3312 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
3313 else
3314 USE_MAINTAINER_MODE=no
3317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
3318 $as_echo "$USE_MAINTAINER_MODE" >&6; }
3319 if test $USE_MAINTAINER_MODE = yes; then
3320 MAINTAINER_MODE_TRUE=
3321 MAINTAINER_MODE_FALSE='#'
3322 else
3323 MAINTAINER_MODE_TRUE='#'
3324 MAINTAINER_MODE_FALSE=
3327 MAINT=$MAINTAINER_MODE_TRUE
3330 # Default to --enable-multilib
3331 # Check whether --enable-multilib was given.
3332 if test "${enable_multilib+set}" = set; then :
3333 enableval=$enable_multilib; case "$enableval" in
3334 yes) multilib=yes ;;
3335 no) multilib=no ;;
3336 *) as_fn_error "bad value $enableval for multilib option" "$LINENO" 5 ;;
3337 esac
3338 else
3339 multilib=yes
3343 # We may get other options which we leave undocumented:
3344 # --with-target-subdir, --with-multisrctop, --with-multisubdir
3345 # See config-ml.in if you want the gory details.
3347 if test "$srcdir" = "."; then
3348 if test "$with_target_subdir" != "."; then
3349 multi_basedir="$srcdir/$with_multisrctop../.."
3350 else
3351 multi_basedir="$srcdir/$with_multisrctop.."
3353 else
3354 multi_basedir="$srcdir/.."
3358 # Even if the default multilib is not a cross compilation,
3359 # it may be that some of the other multilibs are.
3360 if test $cross_compiling = no && test $multilib = yes \
3361 && test "x${with_multisubdir}" != x ; then
3362 cross_compiling=maybe
3365 ac_config_commands="$ac_config_commands default-1"
3368 # Handy for debugging:
3369 #AC_MSG_NOTICE($build / $host / $target / $host_alias / $target_alias); sleep 5
3371 # Are we being configured with some form of cross compiler?
3372 # NB: We don't actually need to know this just now, but when, say, a test
3373 # suite is included, we'll have to know.
3374 if test "$build" != "$host"; then
3375 LIBGFOR_IS_NATIVE=false
3377 else
3378 LIBGFOR_IS_NATIVE=true
3381 # Calculate toolexeclibdir
3382 # Also toolexecdir, though it's only used in toolexeclibdir
3383 case ${version_specific_libs} in
3384 yes)
3385 # Need the gcc compiler version to know where to install libraries
3386 # and header files if --enable-version-specific-runtime-libs option
3387 # is selected.
3388 toolexecdir='$(libdir)/gcc/$(target_alias)'
3389 toolexeclibdir='$(toolexecdir)/$(gcc_version)$(MULTISUBDIR)'
3392 if test -n "$with_cross_host" &&
3393 test x"$with_cross_host" != x"no"; then
3394 # Install a library built with a cross compiler in tooldir, not libdir.
3395 toolexecdir='$(exec_prefix)/$(target_alias)'
3396 toolexeclibdir='$(toolexecdir)/lib'
3397 else
3398 toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
3399 toolexeclibdir='$(libdir)'
3401 multi_os_directory=`$CC -print-multi-os-directory`
3402 case $multi_os_directory in
3403 .) ;; # Avoid trailing /.
3404 *) toolexeclibdir=$toolexeclibdir/$multi_os_directory ;;
3405 esac
3407 esac
3411 # Check the compiler.
3412 # The same as in boehm-gc and libstdc++. Have to borrow it from there.
3413 # We must force CC to /not/ be precious variables; otherwise
3414 # the wrong, non-multilib-adjusted value will be used in multilibs.
3415 # As a side effect, we have to subst CFLAGS ourselves.
3419 ac_ext=c
3420 ac_cpp='$CPP $CPPFLAGS'
3421 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3422 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3423 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3424 if test -n "$ac_tool_prefix"; then
3425 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3426 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3428 $as_echo_n "checking for $ac_word... " >&6; }
3429 if test "${ac_cv_prog_CC+set}" = set; then :
3430 $as_echo_n "(cached) " >&6
3431 else
3432 if test -n "$CC"; then
3433 ac_cv_prog_CC="$CC" # Let the user override the test.
3434 else
3435 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3436 for as_dir in $PATH
3438 IFS=$as_save_IFS
3439 test -z "$as_dir" && as_dir=.
3440 for ac_exec_ext in '' $ac_executable_extensions; do
3441 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3442 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3443 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3444 break 2
3446 done
3447 done
3448 IFS=$as_save_IFS
3452 CC=$ac_cv_prog_CC
3453 if test -n "$CC"; then
3454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3455 $as_echo "$CC" >&6; }
3456 else
3457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3458 $as_echo "no" >&6; }
3463 if test -z "$ac_cv_prog_CC"; then
3464 ac_ct_CC=$CC
3465 # Extract the first word of "gcc", so it can be a program name with args.
3466 set dummy gcc; ac_word=$2
3467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3468 $as_echo_n "checking for $ac_word... " >&6; }
3469 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3470 $as_echo_n "(cached) " >&6
3471 else
3472 if test -n "$ac_ct_CC"; then
3473 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3474 else
3475 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3476 for as_dir in $PATH
3478 IFS=$as_save_IFS
3479 test -z "$as_dir" && as_dir=.
3480 for ac_exec_ext in '' $ac_executable_extensions; do
3481 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3482 ac_cv_prog_ac_ct_CC="gcc"
3483 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3484 break 2
3486 done
3487 done
3488 IFS=$as_save_IFS
3492 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3493 if test -n "$ac_ct_CC"; then
3494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3495 $as_echo "$ac_ct_CC" >&6; }
3496 else
3497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3498 $as_echo "no" >&6; }
3501 if test "x$ac_ct_CC" = x; then
3502 CC=""
3503 else
3504 case $cross_compiling:$ac_tool_warned in
3505 yes:)
3506 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3507 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3508 ac_tool_warned=yes ;;
3509 esac
3510 CC=$ac_ct_CC
3512 else
3513 CC="$ac_cv_prog_CC"
3516 if test -z "$CC"; then
3517 if test -n "$ac_tool_prefix"; then
3518 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3519 set dummy ${ac_tool_prefix}cc; ac_word=$2
3520 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3521 $as_echo_n "checking for $ac_word... " >&6; }
3522 if test "${ac_cv_prog_CC+set}" = set; then :
3523 $as_echo_n "(cached) " >&6
3524 else
3525 if test -n "$CC"; then
3526 ac_cv_prog_CC="$CC" # Let the user override the test.
3527 else
3528 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3529 for as_dir in $PATH
3531 IFS=$as_save_IFS
3532 test -z "$as_dir" && as_dir=.
3533 for ac_exec_ext in '' $ac_executable_extensions; do
3534 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3535 ac_cv_prog_CC="${ac_tool_prefix}cc"
3536 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3537 break 2
3539 done
3540 done
3541 IFS=$as_save_IFS
3545 CC=$ac_cv_prog_CC
3546 if test -n "$CC"; then
3547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3548 $as_echo "$CC" >&6; }
3549 else
3550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3551 $as_echo "no" >&6; }
3557 if test -z "$CC"; then
3558 # Extract the first word of "cc", so it can be a program name with args.
3559 set dummy cc; ac_word=$2
3560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3561 $as_echo_n "checking for $ac_word... " >&6; }
3562 if test "${ac_cv_prog_CC+set}" = set; then :
3563 $as_echo_n "(cached) " >&6
3564 else
3565 if test -n "$CC"; then
3566 ac_cv_prog_CC="$CC" # Let the user override the test.
3567 else
3568 ac_prog_rejected=no
3569 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3570 for as_dir in $PATH
3572 IFS=$as_save_IFS
3573 test -z "$as_dir" && as_dir=.
3574 for ac_exec_ext in '' $ac_executable_extensions; do
3575 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3576 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3577 ac_prog_rejected=yes
3578 continue
3580 ac_cv_prog_CC="cc"
3581 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3582 break 2
3584 done
3585 done
3586 IFS=$as_save_IFS
3588 if test $ac_prog_rejected = yes; then
3589 # We found a bogon in the path, so make sure we never use it.
3590 set dummy $ac_cv_prog_CC
3591 shift
3592 if test $# != 0; then
3593 # We chose a different compiler from the bogus one.
3594 # However, it has the same basename, so the bogon will be chosen
3595 # first if we set CC to just the basename; use the full file name.
3596 shift
3597 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3602 CC=$ac_cv_prog_CC
3603 if test -n "$CC"; then
3604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3605 $as_echo "$CC" >&6; }
3606 else
3607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3608 $as_echo "no" >&6; }
3613 if test -z "$CC"; then
3614 if test -n "$ac_tool_prefix"; then
3615 for ac_prog in cl.exe
3617 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3618 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3620 $as_echo_n "checking for $ac_word... " >&6; }
3621 if test "${ac_cv_prog_CC+set}" = set; then :
3622 $as_echo_n "(cached) " >&6
3623 else
3624 if test -n "$CC"; then
3625 ac_cv_prog_CC="$CC" # Let the user override the test.
3626 else
3627 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3628 for as_dir in $PATH
3630 IFS=$as_save_IFS
3631 test -z "$as_dir" && as_dir=.
3632 for ac_exec_ext in '' $ac_executable_extensions; do
3633 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3634 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3635 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3636 break 2
3638 done
3639 done
3640 IFS=$as_save_IFS
3644 CC=$ac_cv_prog_CC
3645 if test -n "$CC"; then
3646 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3647 $as_echo "$CC" >&6; }
3648 else
3649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3650 $as_echo "no" >&6; }
3654 test -n "$CC" && break
3655 done
3657 if test -z "$CC"; then
3658 ac_ct_CC=$CC
3659 for ac_prog in cl.exe
3661 # Extract the first word of "$ac_prog", so it can be a program name with args.
3662 set dummy $ac_prog; ac_word=$2
3663 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3664 $as_echo_n "checking for $ac_word... " >&6; }
3665 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3666 $as_echo_n "(cached) " >&6
3667 else
3668 if test -n "$ac_ct_CC"; then
3669 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3670 else
3671 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3672 for as_dir in $PATH
3674 IFS=$as_save_IFS
3675 test -z "$as_dir" && as_dir=.
3676 for ac_exec_ext in '' $ac_executable_extensions; do
3677 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3678 ac_cv_prog_ac_ct_CC="$ac_prog"
3679 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3680 break 2
3682 done
3683 done
3684 IFS=$as_save_IFS
3688 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3689 if test -n "$ac_ct_CC"; then
3690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3691 $as_echo "$ac_ct_CC" >&6; }
3692 else
3693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3694 $as_echo "no" >&6; }
3698 test -n "$ac_ct_CC" && break
3699 done
3701 if test "x$ac_ct_CC" = x; then
3702 CC=""
3703 else
3704 case $cross_compiling:$ac_tool_warned in
3705 yes:)
3706 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3707 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3708 ac_tool_warned=yes ;;
3709 esac
3710 CC=$ac_ct_CC
3717 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3718 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3719 as_fn_error "no acceptable C compiler found in \$PATH
3720 See \`config.log' for more details." "$LINENO" 5; }
3722 # Provide some information about the compiler.
3723 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3724 set X $ac_compile
3725 ac_compiler=$2
3726 for ac_option in --version -v -V -qversion; do
3727 { { ac_try="$ac_compiler $ac_option >&5"
3728 case "(($ac_try" in
3729 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3730 *) ac_try_echo=$ac_try;;
3731 esac
3732 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3733 $as_echo "$ac_try_echo"; } >&5
3734 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3735 ac_status=$?
3736 if test -s conftest.err; then
3737 sed '10a\
3738 ... rest of stderr output deleted ...
3739 10q' conftest.err >conftest.er1
3740 cat conftest.er1 >&5
3741 rm -f conftest.er1 conftest.err
3743 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3744 test $ac_status = 0; }
3745 done
3747 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3748 /* end confdefs.h. */
3751 main ()
3755 return 0;
3757 _ACEOF
3758 # FIXME: Cleanup?
3759 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
3760 (eval $ac_link) 2>&5
3761 ac_status=$?
3762 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3763 test $ac_status = 0; }; then :
3764 gcc_no_link=no
3765 else
3766 gcc_no_link=yes
3768 if test x$gcc_no_link = xyes; then
3769 # Setting cross_compile will disable run tests; it will
3770 # also disable AC_CHECK_FILE but that's generally
3771 # correct if we can't link.
3772 cross_compiling=yes
3773 EXEEXT=
3774 else
3775 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3776 /* end confdefs.h. */
3779 main ()
3783 return 0;
3785 _ACEOF
3786 ac_clean_files_save=$ac_clean_files
3787 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
3788 # Try to create an executable without -o first, disregard a.out.
3789 # It will help us diagnose broken compilers, and finding out an intuition
3790 # of exeext.
3791 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3792 $as_echo_n "checking for C compiler default output file name... " >&6; }
3793 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3795 # The possible output files:
3796 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3798 ac_rmfiles=
3799 for ac_file in $ac_files
3801 case $ac_file in
3802 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3803 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3804 esac
3805 done
3806 rm -f $ac_rmfiles
3808 if { { ac_try="$ac_link_default"
3809 case "(($ac_try" in
3810 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3811 *) ac_try_echo=$ac_try;;
3812 esac
3813 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3814 $as_echo "$ac_try_echo"; } >&5
3815 (eval "$ac_link_default") 2>&5
3816 ac_status=$?
3817 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3818 test $ac_status = 0; }; then :
3819 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3820 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3821 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3822 # so that the user can short-circuit this test for compilers unknown to
3823 # Autoconf.
3824 for ac_file in $ac_files ''
3826 test -f "$ac_file" || continue
3827 case $ac_file in
3828 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3830 [ab].out )
3831 # We found the default executable, but exeext='' is most
3832 # certainly right.
3833 break;;
3834 *.* )
3835 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3836 then :; else
3837 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3839 # We set ac_cv_exeext here because the later test for it is not
3840 # safe: cross compilers may not add the suffix if given an `-o'
3841 # argument, so we may need to know it at that point already.
3842 # Even if this section looks crufty: it has the advantage of
3843 # actually working.
3844 break;;
3846 break;;
3847 esac
3848 done
3849 test "$ac_cv_exeext" = no && ac_cv_exeext=
3851 else
3852 ac_file=''
3854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3855 $as_echo "$ac_file" >&6; }
3856 if test -z "$ac_file"; then :
3857 $as_echo "$as_me: failed program was:" >&5
3858 sed 's/^/| /' conftest.$ac_ext >&5
3860 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3861 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3862 { as_fn_set_status 77
3863 as_fn_error "C compiler cannot create executables
3864 See \`config.log' for more details." "$LINENO" 5; }; }
3866 ac_exeext=$ac_cv_exeext
3868 # Check that the compiler produces executables we can run. If not, either
3869 # the compiler is broken, or we cross compile.
3870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3871 $as_echo_n "checking whether the C compiler works... " >&6; }
3872 # If not cross compiling, check that we can run a simple program.
3873 if test "$cross_compiling" != yes; then
3874 if { ac_try='./$ac_file'
3875 { { case "(($ac_try" in
3876 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3877 *) ac_try_echo=$ac_try;;
3878 esac
3879 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3880 $as_echo "$ac_try_echo"; } >&5
3881 (eval "$ac_try") 2>&5
3882 ac_status=$?
3883 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3884 test $ac_status = 0; }; }; then
3885 cross_compiling=no
3886 else
3887 if test "$cross_compiling" = maybe; then
3888 cross_compiling=yes
3889 else
3890 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3891 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3892 as_fn_error "cannot run C compiled programs.
3893 If you meant to cross compile, use \`--host'.
3894 See \`config.log' for more details." "$LINENO" 5; }
3898 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3899 $as_echo "yes" >&6; }
3901 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3902 ac_clean_files=$ac_clean_files_save
3903 # Check that the compiler produces executables we can run. If not, either
3904 # the compiler is broken, or we cross compile.
3905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3906 $as_echo_n "checking whether we are cross compiling... " >&6; }
3907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3908 $as_echo "$cross_compiling" >&6; }
3910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3911 $as_echo_n "checking for suffix of executables... " >&6; }
3912 if { { ac_try="$ac_link"
3913 case "(($ac_try" in
3914 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3915 *) ac_try_echo=$ac_try;;
3916 esac
3917 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3918 $as_echo "$ac_try_echo"; } >&5
3919 (eval "$ac_link") 2>&5
3920 ac_status=$?
3921 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3922 test $ac_status = 0; }; then :
3923 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3924 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3925 # work properly (i.e., refer to `conftest.exe'), while it won't with
3926 # `rm'.
3927 for ac_file in conftest.exe conftest conftest.*; do
3928 test -f "$ac_file" || continue
3929 case $ac_file in
3930 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3931 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3932 break;;
3933 * ) break;;
3934 esac
3935 done
3936 else
3937 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3938 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3939 as_fn_error "cannot compute suffix of executables: cannot compile and link
3940 See \`config.log' for more details." "$LINENO" 5; }
3942 rm -f conftest$ac_cv_exeext
3943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3944 $as_echo "$ac_cv_exeext" >&6; }
3946 rm -f conftest.$ac_ext
3947 EXEEXT=$ac_cv_exeext
3948 ac_exeext=$EXEEXT
3950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3951 $as_echo_n "checking for suffix of object files... " >&6; }
3952 if test "${ac_cv_objext+set}" = set; then :
3953 $as_echo_n "(cached) " >&6
3954 else
3955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3956 /* end confdefs.h. */
3959 main ()
3963 return 0;
3965 _ACEOF
3966 rm -f conftest.o conftest.obj
3967 if { { ac_try="$ac_compile"
3968 case "(($ac_try" in
3969 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3970 *) ac_try_echo=$ac_try;;
3971 esac
3972 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3973 $as_echo "$ac_try_echo"; } >&5
3974 (eval "$ac_compile") 2>&5
3975 ac_status=$?
3976 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3977 test $ac_status = 0; }; then :
3978 for ac_file in conftest.o conftest.obj conftest.*; do
3979 test -f "$ac_file" || continue;
3980 case $ac_file in
3981 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3982 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3983 break;;
3984 esac
3985 done
3986 else
3987 $as_echo "$as_me: failed program was:" >&5
3988 sed 's/^/| /' conftest.$ac_ext >&5
3990 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3991 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3992 as_fn_error "cannot compute suffix of object files: cannot compile
3993 See \`config.log' for more details." "$LINENO" 5; }
3995 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3998 $as_echo "$ac_cv_objext" >&6; }
3999 OBJEXT=$ac_cv_objext
4000 ac_objext=$OBJEXT
4001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4002 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4003 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4004 $as_echo_n "(cached) " >&6
4005 else
4006 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4007 /* end confdefs.h. */
4010 main ()
4012 #ifndef __GNUC__
4013 choke me
4014 #endif
4017 return 0;
4019 _ACEOF
4020 if ac_fn_c_try_compile "$LINENO"; then :
4021 ac_compiler_gnu=yes
4022 else
4023 ac_compiler_gnu=no
4025 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4026 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4030 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4031 if test $ac_compiler_gnu = yes; then
4032 GCC=yes
4033 else
4034 GCC=
4036 ac_test_CFLAGS=${CFLAGS+set}
4037 ac_save_CFLAGS=$CFLAGS
4038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4039 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4040 if test "${ac_cv_prog_cc_g+set}" = set; then :
4041 $as_echo_n "(cached) " >&6
4042 else
4043 ac_save_c_werror_flag=$ac_c_werror_flag
4044 ac_c_werror_flag=yes
4045 ac_cv_prog_cc_g=no
4046 CFLAGS="-g"
4047 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4048 /* end confdefs.h. */
4051 main ()
4055 return 0;
4057 _ACEOF
4058 if ac_fn_c_try_compile "$LINENO"; then :
4059 ac_cv_prog_cc_g=yes
4060 else
4061 CFLAGS=""
4062 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4063 /* end confdefs.h. */
4066 main ()
4070 return 0;
4072 _ACEOF
4073 if ac_fn_c_try_compile "$LINENO"; then :
4075 else
4076 ac_c_werror_flag=$ac_save_c_werror_flag
4077 CFLAGS="-g"
4078 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4079 /* end confdefs.h. */
4082 main ()
4086 return 0;
4088 _ACEOF
4089 if ac_fn_c_try_compile "$LINENO"; then :
4090 ac_cv_prog_cc_g=yes
4092 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4096 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4097 ac_c_werror_flag=$ac_save_c_werror_flag
4099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4100 $as_echo "$ac_cv_prog_cc_g" >&6; }
4101 if test "$ac_test_CFLAGS" = set; then
4102 CFLAGS=$ac_save_CFLAGS
4103 elif test $ac_cv_prog_cc_g = yes; then
4104 if test "$GCC" = yes; then
4105 CFLAGS="-g -O2"
4106 else
4107 CFLAGS="-g"
4109 else
4110 if test "$GCC" = yes; then
4111 CFLAGS="-O2"
4112 else
4113 CFLAGS=
4116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4117 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4118 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4119 $as_echo_n "(cached) " >&6
4120 else
4121 ac_cv_prog_cc_c89=no
4122 ac_save_CC=$CC
4123 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4124 /* end confdefs.h. */
4125 #include <stdarg.h>
4126 #include <stdio.h>
4127 #include <sys/types.h>
4128 #include <sys/stat.h>
4129 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4130 struct buf { int x; };
4131 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4132 static char *e (p, i)
4133 char **p;
4134 int i;
4136 return p[i];
4138 static char *f (char * (*g) (char **, int), char **p, ...)
4140 char *s;
4141 va_list v;
4142 va_start (v,p);
4143 s = g (p, va_arg (v,int));
4144 va_end (v);
4145 return s;
4148 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4149 function prototypes and stuff, but not '\xHH' hex character constants.
4150 These don't provoke an error unfortunately, instead are silently treated
4151 as 'x'. The following induces an error, until -std is added to get
4152 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4153 array size at least. It's necessary to write '\x00'==0 to get something
4154 that's true only with -std. */
4155 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4157 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4158 inside strings and character constants. */
4159 #define FOO(x) 'x'
4160 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4162 int test (int i, double x);
4163 struct s1 {int (*f) (int a);};
4164 struct s2 {int (*f) (double a);};
4165 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4166 int argc;
4167 char **argv;
4169 main ()
4171 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4173 return 0;
4175 _ACEOF
4176 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4177 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4179 CC="$ac_save_CC $ac_arg"
4180 if ac_fn_c_try_compile "$LINENO"; then :
4181 ac_cv_prog_cc_c89=$ac_arg
4183 rm -f core conftest.err conftest.$ac_objext
4184 test "x$ac_cv_prog_cc_c89" != "xno" && break
4185 done
4186 rm -f conftest.$ac_ext
4187 CC=$ac_save_CC
4190 # AC_CACHE_VAL
4191 case "x$ac_cv_prog_cc_c89" in
4193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4194 $as_echo "none needed" >&6; } ;;
4195 xno)
4196 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4197 $as_echo "unsupported" >&6; } ;;
4199 CC="$CC $ac_cv_prog_cc_c89"
4200 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4201 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4202 esac
4203 if test "x$ac_cv_prog_cc_c89" != xno; then :
4207 ac_ext=c
4208 ac_cpp='$CPP $CPPFLAGS'
4209 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4210 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4211 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4212 DEPDIR="${am__leading_dot}deps"
4214 ac_config_commands="$ac_config_commands depfiles"
4217 am_make=${MAKE-make}
4218 cat > confinc << 'END'
4219 am__doit:
4220 @echo this is the am__doit target
4221 .PHONY: am__doit
4223 # If we don't find an include directive, just comment out the code.
4224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4225 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4226 am__include="#"
4227 am__quote=
4228 _am_result=none
4229 # First try GNU make style include.
4230 echo "include confinc" > confmf
4231 # Ignore all kinds of additional output from `make'.
4232 case `$am_make -s -f confmf 2> /dev/null` in #(
4233 *the\ am__doit\ target*)
4234 am__include=include
4235 am__quote=
4236 _am_result=GNU
4238 esac
4239 # Now try BSD make style include.
4240 if test "$am__include" = "#"; then
4241 echo '.include "confinc"' > confmf
4242 case `$am_make -s -f confmf 2> /dev/null` in #(
4243 *the\ am__doit\ target*)
4244 am__include=.include
4245 am__quote="\""
4246 _am_result=BSD
4248 esac
4252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4253 $as_echo "$_am_result" >&6; }
4254 rm -f confinc confmf
4256 # Check whether --enable-dependency-tracking was given.
4257 if test "${enable_dependency_tracking+set}" = set; then :
4258 enableval=$enable_dependency_tracking;
4261 if test "x$enable_dependency_tracking" != xno; then
4262 am_depcomp="$ac_aux_dir/depcomp"
4263 AMDEPBACKSLASH='\'
4265 if test "x$enable_dependency_tracking" != xno; then
4266 AMDEP_TRUE=
4267 AMDEP_FALSE='#'
4268 else
4269 AMDEP_TRUE='#'
4270 AMDEP_FALSE=
4275 depcc="$CC" am_compiler_list=
4277 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4278 $as_echo_n "checking dependency style of $depcc... " >&6; }
4279 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
4280 $as_echo_n "(cached) " >&6
4281 else
4282 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4283 # We make a subdir and do the tests there. Otherwise we can end up
4284 # making bogus files that we don't know about and never remove. For
4285 # instance it was reported that on HP-UX the gcc test will end up
4286 # making a dummy file named `D' -- because `-MD' means `put the output
4287 # in D'.
4288 mkdir conftest.dir
4289 # Copy depcomp to subdir because otherwise we won't find it if we're
4290 # using a relative directory.
4291 cp "$am_depcomp" conftest.dir
4292 cd conftest.dir
4293 # We will build objects and dependencies in a subdirectory because
4294 # it helps to detect inapplicable dependency modes. For instance
4295 # both Tru64's cc and ICC support -MD to output dependencies as a
4296 # side effect of compilation, but ICC will put the dependencies in
4297 # the current directory while Tru64 will put them in the object
4298 # directory.
4299 mkdir sub
4301 am_cv_CC_dependencies_compiler_type=none
4302 if test "$am_compiler_list" = ""; then
4303 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4305 am__universal=false
4306 case " $depcc " in #(
4307 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4308 esac
4310 for depmode in $am_compiler_list; do
4311 # Setup a source with many dependencies, because some compilers
4312 # like to wrap large dependency lists on column 80 (with \), and
4313 # we should not choose a depcomp mode which is confused by this.
4315 # We need to recreate these files for each test, as the compiler may
4316 # overwrite some of them when testing with obscure command lines.
4317 # This happens at least with the AIX C compiler.
4318 : > sub/conftest.c
4319 for i in 1 2 3 4 5 6; do
4320 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4321 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4322 # Solaris 8's {/usr,}/bin/sh.
4323 touch sub/conftst$i.h
4324 done
4325 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4327 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4328 # mode. It turns out that the SunPro C++ compiler does not properly
4329 # handle `-M -o', and we need to detect this. Also, some Intel
4330 # versions had trouble with output in subdirs
4331 am__obj=sub/conftest.${OBJEXT-o}
4332 am__minus_obj="-o $am__obj"
4333 case $depmode in
4334 gcc)
4335 # This depmode causes a compiler race in universal mode.
4336 test "$am__universal" = false || continue
4338 nosideeffect)
4339 # after this tag, mechanisms are not by side-effect, so they'll
4340 # only be used when explicitly requested
4341 if test "x$enable_dependency_tracking" = xyes; then
4342 continue
4343 else
4344 break
4347 msvisualcpp | msvcmsys)
4348 # This compiler won't grok `-c -o', but also, the minuso test has
4349 # not run yet. These depmodes are late enough in the game, and
4350 # so weak that their functioning should not be impacted.
4351 am__obj=conftest.${OBJEXT-o}
4352 am__minus_obj=
4354 none) break ;;
4355 esac
4356 if depmode=$depmode \
4357 source=sub/conftest.c object=$am__obj \
4358 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4359 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4360 >/dev/null 2>conftest.err &&
4361 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4362 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4363 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4364 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4365 # icc doesn't choke on unknown options, it will just issue warnings
4366 # or remarks (even with -Werror). So we grep stderr for any message
4367 # that says an option was ignored or not supported.
4368 # When given -MP, icc 7.0 and 7.1 complain thusly:
4369 # icc: Command line warning: ignoring option '-M'; no argument required
4370 # The diagnosis changed in icc 8.0:
4371 # icc: Command line remark: option '-MP' not supported
4372 if (grep 'ignoring option' conftest.err ||
4373 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4374 am_cv_CC_dependencies_compiler_type=$depmode
4375 break
4378 done
4380 cd ..
4381 rm -rf conftest.dir
4382 else
4383 am_cv_CC_dependencies_compiler_type=none
4387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4388 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4389 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4392 test "x$enable_dependency_tracking" != xno \
4393 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4394 am__fastdepCC_TRUE=
4395 am__fastdepCC_FALSE='#'
4396 else
4397 am__fastdepCC_TRUE='#'
4398 am__fastdepCC_FALSE=
4404 # Add -Wall -fno-repack-arrays -fno-underscoring if we are using GCC.
4405 if test "x$GCC" = "xyes"; then
4406 AM_FCFLAGS="-I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring"
4407 ## We like to use C99 routines when available. This makes sure that
4408 ## __STDC_VERSION__ is set such that libc includes make them available.
4409 AM_CFLAGS="-std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings"
4410 ## Compile the following tests with the same system header contents
4411 ## that we'll encounter when compiling our own source files.
4412 CFLAGS="-std=gnu99 $CFLAGS"
4418 # Check for symbol versioning (copied from libssp).
4419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether symbol versioning is supported" >&5
4420 $as_echo_n "checking whether symbol versioning is supported... " >&6; }
4421 save_LDFLAGS="$LDFLAGS"
4422 LDFLAGS="$LDFLAGS -fPIC -shared -Wl,--version-script,./conftest.map"
4423 cat > conftest.map <<EOF
4424 FOO_1.0 {
4425 global: *foo*; bar; local: *;
4429 if test x$gcc_no_link = xyes; then
4430 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
4432 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4433 /* end confdefs.h. */
4434 int foo;
4436 main ()
4440 return 0;
4442 _ACEOF
4443 if ac_fn_c_try_link "$LINENO"; then :
4444 gfortran_use_symver=gnu
4445 else
4446 gfortran_use_symver=no
4448 rm -f core conftest.err conftest.$ac_objext \
4449 conftest$ac_exeext conftest.$ac_ext
4450 if test x$gfortran_use_symver = xno; then
4451 case "$target_os" in
4452 solaris2*)
4453 LDFLAGS="$save_LDFLAGS"
4454 LDFLAGS="$LDFLAGS -fPIC -shared -Wl,-M,./conftest.map"
4455 # Sun ld cannot handle wildcards and treats all entries as undefined.
4456 cat > conftest.map <<EOF
4457 FOO_1.0 {
4458 global: foo; local: *;
4461 if test x$gcc_no_link = xyes; then
4462 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
4464 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4465 /* end confdefs.h. */
4466 int foo;
4468 main ()
4472 return 0;
4474 _ACEOF
4475 if ac_fn_c_try_link "$LINENO"; then :
4476 gfortran_use_symver=sun
4477 else
4478 gfortran_use_symver=no
4480 rm -f core conftest.err conftest.$ac_objext \
4481 conftest$ac_exeext conftest.$ac_ext
4483 esac
4485 LDFLAGS="$save_LDFLAGS"
4486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gfortran_use_symver" >&5
4487 $as_echo "$gfortran_use_symver" >&6; }
4488 if test "x$gfortran_use_symver" != xno; then
4489 LIBGFOR_USE_SYMVER_TRUE=
4490 LIBGFOR_USE_SYMVER_FALSE='#'
4491 else
4492 LIBGFOR_USE_SYMVER_TRUE='#'
4493 LIBGFOR_USE_SYMVER_FALSE=
4496 if test "x$gfortran_use_symver" = xgnu; then
4497 LIBGFOR_USE_SYMVER_GNU_TRUE=
4498 LIBGFOR_USE_SYMVER_GNU_FALSE='#'
4499 else
4500 LIBGFOR_USE_SYMVER_GNU_TRUE='#'
4501 LIBGFOR_USE_SYMVER_GNU_FALSE=
4504 if test "x$gfortran_use_symver" = xsun; then
4505 LIBGFOR_USE_SYMVER_SUN_TRUE=
4506 LIBGFOR_USE_SYMVER_SUN_FALSE='#'
4507 else
4508 LIBGFOR_USE_SYMVER_SUN_TRUE='#'
4509 LIBGFOR_USE_SYMVER_SUN_FALSE=
4513 # Figure out whether the compiler supports "-ffunction-sections -fdata-sections",
4514 # similarly to how libstdc++ does it
4515 ac_test_CFLAGS="${CFLAGS+set}"
4516 ac_save_CFLAGS="$CFLAGS"
4518 # Check for -ffunction-sections -fdata-sections
4519 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc that supports -ffunction-sections -fdata-sections" >&5
4520 $as_echo_n "checking for gcc that supports -ffunction-sections -fdata-sections... " >&6; }
4521 CFLAGS='-Werror -ffunction-sections -fdata-sections'
4522 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4523 /* end confdefs.h. */
4526 main ()
4528 int foo;
4530 return 0;
4532 _ACEOF
4533 if ac_fn_c_try_compile "$LINENO"; then :
4534 ac_fdsections=yes
4535 else
4536 ac_fdsections=no
4538 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4539 if test "$ac_test_CFLAGS" = set; then
4540 CFLAGS="$ac_save_CFLAGS"
4541 else
4542 # this is the suspicious part
4543 CFLAGS=""
4545 if test x"$ac_fdsections" = x"yes"; then
4546 SECTION_FLAGS='-ffunction-sections -fdata-sections'
4548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_fdsections" >&5
4549 $as_echo "$ac_fdsections" >&6; }
4552 # Find other programs we need.
4553 if test -n "$ac_tool_prefix"; then
4554 # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
4555 set dummy ${ac_tool_prefix}as; ac_word=$2
4556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4557 $as_echo_n "checking for $ac_word... " >&6; }
4558 if test "${ac_cv_prog_AS+set}" = set; then :
4559 $as_echo_n "(cached) " >&6
4560 else
4561 if test -n "$AS"; then
4562 ac_cv_prog_AS="$AS" # Let the user override the test.
4563 else
4564 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4565 for as_dir in $PATH
4567 IFS=$as_save_IFS
4568 test -z "$as_dir" && as_dir=.
4569 for ac_exec_ext in '' $ac_executable_extensions; do
4570 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4571 ac_cv_prog_AS="${ac_tool_prefix}as"
4572 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4573 break 2
4575 done
4576 done
4577 IFS=$as_save_IFS
4581 AS=$ac_cv_prog_AS
4582 if test -n "$AS"; then
4583 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
4584 $as_echo "$AS" >&6; }
4585 else
4586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4587 $as_echo "no" >&6; }
4592 if test -z "$ac_cv_prog_AS"; then
4593 ac_ct_AS=$AS
4594 # Extract the first word of "as", so it can be a program name with args.
4595 set dummy as; ac_word=$2
4596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4597 $as_echo_n "checking for $ac_word... " >&6; }
4598 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then :
4599 $as_echo_n "(cached) " >&6
4600 else
4601 if test -n "$ac_ct_AS"; then
4602 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
4603 else
4604 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4605 for as_dir in $PATH
4607 IFS=$as_save_IFS
4608 test -z "$as_dir" && as_dir=.
4609 for ac_exec_ext in '' $ac_executable_extensions; do
4610 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4611 ac_cv_prog_ac_ct_AS="as"
4612 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4613 break 2
4615 done
4616 done
4617 IFS=$as_save_IFS
4621 ac_ct_AS=$ac_cv_prog_ac_ct_AS
4622 if test -n "$ac_ct_AS"; then
4623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AS" >&5
4624 $as_echo "$ac_ct_AS" >&6; }
4625 else
4626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4627 $as_echo "no" >&6; }
4630 if test "x$ac_ct_AS" = x; then
4631 AS=""
4632 else
4633 case $cross_compiling:$ac_tool_warned in
4634 yes:)
4635 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4636 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4637 ac_tool_warned=yes ;;
4638 esac
4639 AS=$ac_ct_AS
4641 else
4642 AS="$ac_cv_prog_AS"
4645 if test -n "$ac_tool_prefix"; then
4646 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4647 set dummy ${ac_tool_prefix}ar; ac_word=$2
4648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4649 $as_echo_n "checking for $ac_word... " >&6; }
4650 if test "${ac_cv_prog_AR+set}" = set; then :
4651 $as_echo_n "(cached) " >&6
4652 else
4653 if test -n "$AR"; then
4654 ac_cv_prog_AR="$AR" # Let the user override the test.
4655 else
4656 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4657 for as_dir in $PATH
4659 IFS=$as_save_IFS
4660 test -z "$as_dir" && as_dir=.
4661 for ac_exec_ext in '' $ac_executable_extensions; do
4662 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4663 ac_cv_prog_AR="${ac_tool_prefix}ar"
4664 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4665 break 2
4667 done
4668 done
4669 IFS=$as_save_IFS
4673 AR=$ac_cv_prog_AR
4674 if test -n "$AR"; then
4675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4676 $as_echo "$AR" >&6; }
4677 else
4678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4679 $as_echo "no" >&6; }
4684 if test -z "$ac_cv_prog_AR"; then
4685 ac_ct_AR=$AR
4686 # Extract the first word of "ar", so it can be a program name with args.
4687 set dummy ar; ac_word=$2
4688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4689 $as_echo_n "checking for $ac_word... " >&6; }
4690 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4691 $as_echo_n "(cached) " >&6
4692 else
4693 if test -n "$ac_ct_AR"; then
4694 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4695 else
4696 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4697 for as_dir in $PATH
4699 IFS=$as_save_IFS
4700 test -z "$as_dir" && as_dir=.
4701 for ac_exec_ext in '' $ac_executable_extensions; do
4702 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4703 ac_cv_prog_ac_ct_AR="ar"
4704 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4705 break 2
4707 done
4708 done
4709 IFS=$as_save_IFS
4713 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4714 if test -n "$ac_ct_AR"; then
4715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4716 $as_echo "$ac_ct_AR" >&6; }
4717 else
4718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4719 $as_echo "no" >&6; }
4722 if test "x$ac_ct_AR" = x; then
4723 AR=""
4724 else
4725 case $cross_compiling:$ac_tool_warned in
4726 yes:)
4727 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4728 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4729 ac_tool_warned=yes ;;
4730 esac
4731 AR=$ac_ct_AR
4733 else
4734 AR="$ac_cv_prog_AR"
4737 if test -n "$ac_tool_prefix"; then
4738 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4739 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4741 $as_echo_n "checking for $ac_word... " >&6; }
4742 if test "${ac_cv_prog_RANLIB+set}" = set; then :
4743 $as_echo_n "(cached) " >&6
4744 else
4745 if test -n "$RANLIB"; then
4746 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4747 else
4748 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4749 for as_dir in $PATH
4751 IFS=$as_save_IFS
4752 test -z "$as_dir" && as_dir=.
4753 for ac_exec_ext in '' $ac_executable_extensions; do
4754 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4755 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4756 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4757 break 2
4759 done
4760 done
4761 IFS=$as_save_IFS
4765 RANLIB=$ac_cv_prog_RANLIB
4766 if test -n "$RANLIB"; then
4767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4768 $as_echo "$RANLIB" >&6; }
4769 else
4770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4771 $as_echo "no" >&6; }
4776 if test -z "$ac_cv_prog_RANLIB"; then
4777 ac_ct_RANLIB=$RANLIB
4778 # Extract the first word of "ranlib", so it can be a program name with args.
4779 set dummy ranlib; ac_word=$2
4780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4781 $as_echo_n "checking for $ac_word... " >&6; }
4782 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
4783 $as_echo_n "(cached) " >&6
4784 else
4785 if test -n "$ac_ct_RANLIB"; then
4786 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4787 else
4788 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4789 for as_dir in $PATH
4791 IFS=$as_save_IFS
4792 test -z "$as_dir" && as_dir=.
4793 for ac_exec_ext in '' $ac_executable_extensions; do
4794 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4795 ac_cv_prog_ac_ct_RANLIB="ranlib"
4796 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4797 break 2
4799 done
4800 done
4801 IFS=$as_save_IFS
4805 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4806 if test -n "$ac_ct_RANLIB"; then
4807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4808 $as_echo "$ac_ct_RANLIB" >&6; }
4809 else
4810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4811 $as_echo "no" >&6; }
4814 if test "x$ac_ct_RANLIB" = x; then
4815 RANLIB="ranlib-not-found-in-path-error"
4816 else
4817 case $cross_compiling:$ac_tool_warned in
4818 yes:)
4819 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4820 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4821 ac_tool_warned=yes ;;
4822 esac
4823 RANLIB=$ac_ct_RANLIB
4825 else
4826 RANLIB="$ac_cv_prog_RANLIB"
4829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4830 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4831 set x ${MAKE-make}
4832 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
4833 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
4834 $as_echo_n "(cached) " >&6
4835 else
4836 cat >conftest.make <<\_ACEOF
4837 SHELL = /bin/sh
4838 all:
4839 @echo '@@@%%%=$(MAKE)=@@@%%%'
4840 _ACEOF
4841 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
4842 case `${MAKE-make} -f conftest.make 2>/dev/null` in
4843 *@@@%%%=?*=@@@%%%*)
4844 eval ac_cv_prog_make_${ac_make}_set=yes;;
4846 eval ac_cv_prog_make_${ac_make}_set=no;;
4847 esac
4848 rm -f conftest.make
4850 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
4851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4852 $as_echo "yes" >&6; }
4853 SET_MAKE=
4854 else
4855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4856 $as_echo "no" >&6; }
4857 SET_MAKE="MAKE=${MAKE-make}"
4862 # Configure libtool
4863 #AC_MSG_NOTICE([====== Starting libtool configuration])
4864 enable_dlopen=yes
4868 case `pwd` in
4869 *\ * | *\ *)
4870 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4871 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4872 esac
4876 macro_version='2.2.7a'
4877 macro_revision='1.3134'
4891 ltmain="$ac_aux_dir/ltmain.sh"
4893 # Backslashify metacharacters that are still active within
4894 # double-quoted strings.
4895 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
4897 # Same as above, but do not quote variable references.
4898 double_quote_subst='s/\(["`\\]\)/\\\1/g'
4900 # Sed substitution to delay expansion of an escaped shell variable in a
4901 # double_quote_subst'ed string.
4902 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4904 # Sed substitution to delay expansion of an escaped single quote.
4905 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4907 # Sed substitution to avoid accidental globbing in evaled expressions
4908 no_glob_subst='s/\*/\\\*/g'
4910 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4911 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4912 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4915 $as_echo_n "checking how to print strings... " >&6; }
4916 # Test print first, because it will be a builtin if present.
4917 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
4918 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4919 ECHO='print -r --'
4920 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4921 ECHO='printf %s\n'
4922 else
4923 # Use this function as a fallback that always works.
4924 func_fallback_echo ()
4926 eval 'cat <<_LTECHO_EOF
4928 _LTECHO_EOF'
4930 ECHO='func_fallback_echo'
4933 # func_echo_all arg...
4934 # Invoke $ECHO with all args, space-separated.
4935 func_echo_all ()
4937 $ECHO ""
4940 case "$ECHO" in
4941 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4942 $as_echo "printf" >&6; } ;;
4943 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4944 $as_echo "print -r" >&6; } ;;
4945 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4946 $as_echo "cat" >&6; } ;;
4947 esac
4962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4963 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
4964 if test "${ac_cv_path_SED+set}" = set; then :
4965 $as_echo_n "(cached) " >&6
4966 else
4967 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4968 for ac_i in 1 2 3 4 5 6 7; do
4969 ac_script="$ac_script$as_nl$ac_script"
4970 done
4971 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4972 { ac_script=; unset ac_script;}
4973 if test -z "$SED"; then
4974 ac_path_SED_found=false
4975 # Loop through the user's path and test for each of PROGNAME-LIST
4976 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4977 for as_dir in $PATH
4979 IFS=$as_save_IFS
4980 test -z "$as_dir" && as_dir=.
4981 for ac_prog in sed gsed; do
4982 for ac_exec_ext in '' $ac_executable_extensions; do
4983 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4984 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
4985 # Check for GNU ac_path_SED and select it if it is found.
4986 # Check for GNU $ac_path_SED
4987 case `"$ac_path_SED" --version 2>&1` in
4988 *GNU*)
4989 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4991 ac_count=0
4992 $as_echo_n 0123456789 >"conftest.in"
4993 while :
4995 cat "conftest.in" "conftest.in" >"conftest.tmp"
4996 mv "conftest.tmp" "conftest.in"
4997 cp "conftest.in" "conftest.nl"
4998 $as_echo '' >> "conftest.nl"
4999 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5000 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5001 as_fn_arith $ac_count + 1 && ac_count=$as_val
5002 if test $ac_count -gt ${ac_path_SED_max-0}; then
5003 # Best one so far, save it but keep looking for a better one
5004 ac_cv_path_SED="$ac_path_SED"
5005 ac_path_SED_max=$ac_count
5007 # 10*(2^10) chars as input seems more than enough
5008 test $ac_count -gt 10 && break
5009 done
5010 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5011 esac
5013 $ac_path_SED_found && break 3
5014 done
5015 done
5016 done
5017 IFS=$as_save_IFS
5018 if test -z "$ac_cv_path_SED"; then
5019 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5021 else
5022 ac_cv_path_SED=$SED
5026 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5027 $as_echo "$ac_cv_path_SED" >&6; }
5028 SED="$ac_cv_path_SED"
5029 rm -f conftest.sed
5031 test -z "$SED" && SED=sed
5032 Xsed="$SED -e 1s/^X//"
5044 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5045 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5046 if test "${ac_cv_path_GREP+set}" = set; then :
5047 $as_echo_n "(cached) " >&6
5048 else
5049 if test -z "$GREP"; then
5050 ac_path_GREP_found=false
5051 # Loop through the user's path and test for each of PROGNAME-LIST
5052 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5053 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5055 IFS=$as_save_IFS
5056 test -z "$as_dir" && as_dir=.
5057 for ac_prog in grep ggrep; do
5058 for ac_exec_ext in '' $ac_executable_extensions; do
5059 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5060 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5061 # Check for GNU ac_path_GREP and select it if it is found.
5062 # Check for GNU $ac_path_GREP
5063 case `"$ac_path_GREP" --version 2>&1` in
5064 *GNU*)
5065 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5067 ac_count=0
5068 $as_echo_n 0123456789 >"conftest.in"
5069 while :
5071 cat "conftest.in" "conftest.in" >"conftest.tmp"
5072 mv "conftest.tmp" "conftest.in"
5073 cp "conftest.in" "conftest.nl"
5074 $as_echo 'GREP' >> "conftest.nl"
5075 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5076 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5077 as_fn_arith $ac_count + 1 && ac_count=$as_val
5078 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5079 # Best one so far, save it but keep looking for a better one
5080 ac_cv_path_GREP="$ac_path_GREP"
5081 ac_path_GREP_max=$ac_count
5083 # 10*(2^10) chars as input seems more than enough
5084 test $ac_count -gt 10 && break
5085 done
5086 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5087 esac
5089 $ac_path_GREP_found && break 3
5090 done
5091 done
5092 done
5093 IFS=$as_save_IFS
5094 if test -z "$ac_cv_path_GREP"; then
5095 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5097 else
5098 ac_cv_path_GREP=$GREP
5102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5103 $as_echo "$ac_cv_path_GREP" >&6; }
5104 GREP="$ac_cv_path_GREP"
5107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5108 $as_echo_n "checking for egrep... " >&6; }
5109 if test "${ac_cv_path_EGREP+set}" = set; then :
5110 $as_echo_n "(cached) " >&6
5111 else
5112 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5113 then ac_cv_path_EGREP="$GREP -E"
5114 else
5115 if test -z "$EGREP"; then
5116 ac_path_EGREP_found=false
5117 # Loop through the user's path and test for each of PROGNAME-LIST
5118 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5119 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5121 IFS=$as_save_IFS
5122 test -z "$as_dir" && as_dir=.
5123 for ac_prog in egrep; do
5124 for ac_exec_ext in '' $ac_executable_extensions; do
5125 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5126 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5127 # Check for GNU ac_path_EGREP and select it if it is found.
5128 # Check for GNU $ac_path_EGREP
5129 case `"$ac_path_EGREP" --version 2>&1` in
5130 *GNU*)
5131 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5133 ac_count=0
5134 $as_echo_n 0123456789 >"conftest.in"
5135 while :
5137 cat "conftest.in" "conftest.in" >"conftest.tmp"
5138 mv "conftest.tmp" "conftest.in"
5139 cp "conftest.in" "conftest.nl"
5140 $as_echo 'EGREP' >> "conftest.nl"
5141 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5142 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5143 as_fn_arith $ac_count + 1 && ac_count=$as_val
5144 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5145 # Best one so far, save it but keep looking for a better one
5146 ac_cv_path_EGREP="$ac_path_EGREP"
5147 ac_path_EGREP_max=$ac_count
5149 # 10*(2^10) chars as input seems more than enough
5150 test $ac_count -gt 10 && break
5151 done
5152 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5153 esac
5155 $ac_path_EGREP_found && break 3
5156 done
5157 done
5158 done
5159 IFS=$as_save_IFS
5160 if test -z "$ac_cv_path_EGREP"; then
5161 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5163 else
5164 ac_cv_path_EGREP=$EGREP
5169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5170 $as_echo "$ac_cv_path_EGREP" >&6; }
5171 EGREP="$ac_cv_path_EGREP"
5174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5175 $as_echo_n "checking for fgrep... " >&6; }
5176 if test "${ac_cv_path_FGREP+set}" = set; then :
5177 $as_echo_n "(cached) " >&6
5178 else
5179 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5180 then ac_cv_path_FGREP="$GREP -F"
5181 else
5182 if test -z "$FGREP"; then
5183 ac_path_FGREP_found=false
5184 # Loop through the user's path and test for each of PROGNAME-LIST
5185 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5186 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5188 IFS=$as_save_IFS
5189 test -z "$as_dir" && as_dir=.
5190 for ac_prog in fgrep; do
5191 for ac_exec_ext in '' $ac_executable_extensions; do
5192 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5193 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5194 # Check for GNU ac_path_FGREP and select it if it is found.
5195 # Check for GNU $ac_path_FGREP
5196 case `"$ac_path_FGREP" --version 2>&1` in
5197 *GNU*)
5198 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5200 ac_count=0
5201 $as_echo_n 0123456789 >"conftest.in"
5202 while :
5204 cat "conftest.in" "conftest.in" >"conftest.tmp"
5205 mv "conftest.tmp" "conftest.in"
5206 cp "conftest.in" "conftest.nl"
5207 $as_echo 'FGREP' >> "conftest.nl"
5208 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5209 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5210 as_fn_arith $ac_count + 1 && ac_count=$as_val
5211 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5212 # Best one so far, save it but keep looking for a better one
5213 ac_cv_path_FGREP="$ac_path_FGREP"
5214 ac_path_FGREP_max=$ac_count
5216 # 10*(2^10) chars as input seems more than enough
5217 test $ac_count -gt 10 && break
5218 done
5219 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5220 esac
5222 $ac_path_FGREP_found && break 3
5223 done
5224 done
5225 done
5226 IFS=$as_save_IFS
5227 if test -z "$ac_cv_path_FGREP"; then
5228 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5230 else
5231 ac_cv_path_FGREP=$FGREP
5236 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5237 $as_echo "$ac_cv_path_FGREP" >&6; }
5238 FGREP="$ac_cv_path_FGREP"
5241 test -z "$GREP" && GREP=grep
5261 # Check whether --with-gnu-ld was given.
5262 if test "${with_gnu_ld+set}" = set; then :
5263 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5264 else
5265 with_gnu_ld=no
5268 ac_prog=ld
5269 if test "$GCC" = yes; then
5270 # Check if gcc -print-prog-name=ld gives a path.
5271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5272 $as_echo_n "checking for ld used by $CC... " >&6; }
5273 case $host in
5274 *-*-mingw*)
5275 # gcc leaves a trailing carriage return which upsets mingw
5276 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5278 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5279 esac
5280 case $ac_prog in
5281 # Accept absolute paths.
5282 [\\/]* | ?:[\\/]*)
5283 re_direlt='/[^/][^/]*/\.\./'
5284 # Canonicalize the pathname of ld
5285 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5286 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5287 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5288 done
5289 test -z "$LD" && LD="$ac_prog"
5292 # If it fails, then pretend we aren't using GCC.
5293 ac_prog=ld
5296 # If it is relative, then search for the first ld in PATH.
5297 with_gnu_ld=unknown
5299 esac
5300 elif test "$with_gnu_ld" = yes; then
5301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5302 $as_echo_n "checking for GNU ld... " >&6; }
5303 else
5304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5305 $as_echo_n "checking for non-GNU ld... " >&6; }
5307 if test "${lt_cv_path_LD+set}" = set; then :
5308 $as_echo_n "(cached) " >&6
5309 else
5310 if test -z "$LD"; then
5311 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5312 for ac_dir in $PATH; do
5313 IFS="$lt_save_ifs"
5314 test -z "$ac_dir" && ac_dir=.
5315 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5316 lt_cv_path_LD="$ac_dir/$ac_prog"
5317 # Check to see if the program is GNU ld. I'd rather use --version,
5318 # but apparently some variants of GNU ld only accept -v.
5319 # Break only if it was the GNU/non-GNU ld that we prefer.
5320 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5321 *GNU* | *'with BFD'*)
5322 test "$with_gnu_ld" != no && break
5325 test "$with_gnu_ld" != yes && break
5327 esac
5329 done
5330 IFS="$lt_save_ifs"
5331 else
5332 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5336 LD="$lt_cv_path_LD"
5337 if test -n "$LD"; then
5338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5339 $as_echo "$LD" >&6; }
5340 else
5341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5342 $as_echo "no" >&6; }
5344 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5346 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5347 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5348 $as_echo_n "(cached) " >&6
5349 else
5350 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5351 case `$LD -v 2>&1 </dev/null` in
5352 *GNU* | *'with BFD'*)
5353 lt_cv_prog_gnu_ld=yes
5356 lt_cv_prog_gnu_ld=no
5358 esac
5360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5361 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5362 with_gnu_ld=$lt_cv_prog_gnu_ld
5372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5373 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5374 if test "${lt_cv_path_NM+set}" = set; then :
5375 $as_echo_n "(cached) " >&6
5376 else
5377 if test -n "$NM"; then
5378 # Let the user override the test.
5379 lt_cv_path_NM="$NM"
5380 else
5381 lt_nm_to_check="${ac_tool_prefix}nm"
5382 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5383 lt_nm_to_check="$lt_nm_to_check nm"
5385 for lt_tmp_nm in $lt_nm_to_check; do
5386 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5387 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5388 IFS="$lt_save_ifs"
5389 test -z "$ac_dir" && ac_dir=.
5390 tmp_nm="$ac_dir/$lt_tmp_nm"
5391 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5392 # Check to see if the nm accepts a BSD-compat flag.
5393 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5394 # nm: unknown option "B" ignored
5395 # Tru64's nm complains that /dev/null is an invalid object file
5396 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5397 */dev/null* | *'Invalid file or object type'*)
5398 lt_cv_path_NM="$tmp_nm -B"
5399 break
5402 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5403 */dev/null*)
5404 lt_cv_path_NM="$tmp_nm -p"
5405 break
5408 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5409 continue # so that we can try to find one that supports BSD flags
5411 esac
5413 esac
5415 done
5416 IFS="$lt_save_ifs"
5417 done
5418 : ${lt_cv_path_NM=no}
5421 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5422 $as_echo "$lt_cv_path_NM" >&6; }
5423 if test "$lt_cv_path_NM" != "no"; then
5424 NM="$lt_cv_path_NM"
5425 else
5426 # Didn't find any BSD compatible name lister, look for dumpbin.
5427 if test -n "$DUMPBIN"; then :
5428 # Let the user override the test.
5429 else
5430 if test -n "$ac_tool_prefix"; then
5431 for ac_prog in dumpbin "link -dump"
5433 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5434 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5436 $as_echo_n "checking for $ac_word... " >&6; }
5437 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5438 $as_echo_n "(cached) " >&6
5439 else
5440 if test -n "$DUMPBIN"; then
5441 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5442 else
5443 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5444 for as_dir in $PATH
5446 IFS=$as_save_IFS
5447 test -z "$as_dir" && as_dir=.
5448 for ac_exec_ext in '' $ac_executable_extensions; do
5449 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5450 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5451 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5452 break 2
5454 done
5455 done
5456 IFS=$as_save_IFS
5460 DUMPBIN=$ac_cv_prog_DUMPBIN
5461 if test -n "$DUMPBIN"; then
5462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5463 $as_echo "$DUMPBIN" >&6; }
5464 else
5465 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5466 $as_echo "no" >&6; }
5470 test -n "$DUMPBIN" && break
5471 done
5473 if test -z "$DUMPBIN"; then
5474 ac_ct_DUMPBIN=$DUMPBIN
5475 for ac_prog in dumpbin "link -dump"
5477 # Extract the first word of "$ac_prog", so it can be a program name with args.
5478 set dummy $ac_prog; ac_word=$2
5479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5480 $as_echo_n "checking for $ac_word... " >&6; }
5481 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5482 $as_echo_n "(cached) " >&6
5483 else
5484 if test -n "$ac_ct_DUMPBIN"; then
5485 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5486 else
5487 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5488 for as_dir in $PATH
5490 IFS=$as_save_IFS
5491 test -z "$as_dir" && as_dir=.
5492 for ac_exec_ext in '' $ac_executable_extensions; do
5493 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5494 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5495 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5496 break 2
5498 done
5499 done
5500 IFS=$as_save_IFS
5504 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5505 if test -n "$ac_ct_DUMPBIN"; then
5506 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5507 $as_echo "$ac_ct_DUMPBIN" >&6; }
5508 else
5509 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5510 $as_echo "no" >&6; }
5514 test -n "$ac_ct_DUMPBIN" && break
5515 done
5517 if test "x$ac_ct_DUMPBIN" = x; then
5518 DUMPBIN=":"
5519 else
5520 case $cross_compiling:$ac_tool_warned in
5521 yes:)
5522 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5523 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5524 ac_tool_warned=yes ;;
5525 esac
5526 DUMPBIN=$ac_ct_DUMPBIN
5530 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5531 *COFF*)
5532 DUMPBIN="$DUMPBIN -symbols"
5535 DUMPBIN=:
5537 esac
5540 if test "$DUMPBIN" != ":"; then
5541 NM="$DUMPBIN"
5544 test -z "$NM" && NM=nm
5551 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5552 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5553 if test "${lt_cv_nm_interface+set}" = set; then :
5554 $as_echo_n "(cached) " >&6
5555 else
5556 lt_cv_nm_interface="BSD nm"
5557 echo "int some_variable = 0;" > conftest.$ac_ext
5558 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5559 (eval "$ac_compile" 2>conftest.err)
5560 cat conftest.err >&5
5561 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5562 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5563 cat conftest.err >&5
5564 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5565 cat conftest.out >&5
5566 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5567 lt_cv_nm_interface="MS dumpbin"
5569 rm -f conftest*
5571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5572 $as_echo "$lt_cv_nm_interface" >&6; }
5574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5575 $as_echo_n "checking whether ln -s works... " >&6; }
5576 LN_S=$as_ln_s
5577 if test "$LN_S" = "ln -s"; then
5578 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5579 $as_echo "yes" >&6; }
5580 else
5581 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5582 $as_echo "no, using $LN_S" >&6; }
5585 # find the maximum length of command line arguments
5586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5587 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5588 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5589 $as_echo_n "(cached) " >&6
5590 else
5592 teststring="ABCD"
5594 case $build_os in
5595 msdosdjgpp*)
5596 # On DJGPP, this test can blow up pretty badly due to problems in libc
5597 # (any single argument exceeding 2000 bytes causes a buffer overrun
5598 # during glob expansion). Even if it were fixed, the result of this
5599 # check would be larger than it should be.
5600 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5603 gnu*)
5604 # Under GNU Hurd, this test is not required because there is
5605 # no limit to the length of command line arguments.
5606 # Libtool will interpret -1 as no limit whatsoever
5607 lt_cv_sys_max_cmd_len=-1;
5610 cygwin* | mingw* | cegcc*)
5611 # On Win9x/ME, this test blows up -- it succeeds, but takes
5612 # about 5 minutes as the teststring grows exponentially.
5613 # Worse, since 9x/ME are not pre-emptively multitasking,
5614 # you end up with a "frozen" computer, even though with patience
5615 # the test eventually succeeds (with a max line length of 256k).
5616 # Instead, let's just punt: use the minimum linelength reported by
5617 # all of the supported platforms: 8192 (on NT/2K/XP).
5618 lt_cv_sys_max_cmd_len=8192;
5621 mint*)
5622 # On MiNT this can take a long time and run out of memory.
5623 lt_cv_sys_max_cmd_len=8192;
5626 amigaos*)
5627 # On AmigaOS with pdksh, this test takes hours, literally.
5628 # So we just punt and use a minimum line length of 8192.
5629 lt_cv_sys_max_cmd_len=8192;
5632 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5633 # This has been around since 386BSD, at least. Likely further.
5634 if test -x /sbin/sysctl; then
5635 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5636 elif test -x /usr/sbin/sysctl; then
5637 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5638 else
5639 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5641 # And add a safety zone
5642 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5643 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5646 interix*)
5647 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5648 lt_cv_sys_max_cmd_len=196608
5651 osf*)
5652 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5653 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5654 # nice to cause kernel panics so lets avoid the loop below.
5655 # First set a reasonable default.
5656 lt_cv_sys_max_cmd_len=16384
5658 if test -x /sbin/sysconfig; then
5659 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5660 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5661 esac
5664 sco3.2v5*)
5665 lt_cv_sys_max_cmd_len=102400
5667 sysv5* | sco5v6* | sysv4.2uw2*)
5668 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5669 if test -n "$kargmax"; then
5670 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5671 else
5672 lt_cv_sys_max_cmd_len=32768
5676 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5677 if test -n "$lt_cv_sys_max_cmd_len"; then
5678 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5679 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5680 else
5681 # Make teststring a little bigger before we do anything with it.
5682 # a 1K string should be a reasonable start.
5683 for i in 1 2 3 4 5 6 7 8 ; do
5684 teststring=$teststring$teststring
5685 done
5686 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5687 # If test is not a shell built-in, we'll probably end up computing a
5688 # maximum length that is only half of the actual maximum length, but
5689 # we can't tell.
5690 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5691 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5692 test $i != 17 # 1/2 MB should be enough
5694 i=`expr $i + 1`
5695 teststring=$teststring$teststring
5696 done
5697 # Only check the string length outside the loop.
5698 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5699 teststring=
5700 # Add a significant safety factor because C++ compilers can tack on
5701 # massive amounts of additional arguments before passing them to the
5702 # linker. It appears as though 1/2 is a usable value.
5703 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5706 esac
5710 if test -n $lt_cv_sys_max_cmd_len ; then
5711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5712 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5713 else
5714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5715 $as_echo "none" >&6; }
5717 max_cmd_len=$lt_cv_sys_max_cmd_len
5724 : ${CP="cp -f"}
5725 : ${MV="mv -f"}
5726 : ${RM="rm -f"}
5728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5729 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5730 # Try some XSI features
5731 xsi_shell=no
5732 ( _lt_dummy="a/b/c"
5733 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5734 = c,a/b,, \
5735 && eval 'test $(( 1 + 1 )) -eq 2 \
5736 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5737 && xsi_shell=yes
5738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5739 $as_echo "$xsi_shell" >&6; }
5742 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5743 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5744 lt_shell_append=no
5745 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5746 >/dev/null 2>&1 \
5747 && lt_shell_append=yes
5748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5749 $as_echo "$lt_shell_append" >&6; }
5752 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5753 lt_unset=unset
5754 else
5755 lt_unset=false
5762 # test EBCDIC or ASCII
5763 case `echo X|tr X '\101'` in
5764 A) # ASCII based system
5765 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5766 lt_SP2NL='tr \040 \012'
5767 lt_NL2SP='tr \015\012 \040\040'
5769 *) # EBCDIC based system
5770 lt_SP2NL='tr \100 \n'
5771 lt_NL2SP='tr \r\n \100\100'
5773 esac
5783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5784 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5785 if test "${lt_cv_ld_reload_flag+set}" = set; then :
5786 $as_echo_n "(cached) " >&6
5787 else
5788 lt_cv_ld_reload_flag='-r'
5790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5791 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5792 reload_flag=$lt_cv_ld_reload_flag
5793 case $reload_flag in
5794 "" | " "*) ;;
5795 *) reload_flag=" $reload_flag" ;;
5796 esac
5797 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5798 case $host_os in
5799 darwin*)
5800 if test "$GCC" = yes; then
5801 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5802 else
5803 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5806 esac
5816 if test -n "$ac_tool_prefix"; then
5817 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5818 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5820 $as_echo_n "checking for $ac_word... " >&6; }
5821 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5822 $as_echo_n "(cached) " >&6
5823 else
5824 if test -n "$OBJDUMP"; then
5825 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5826 else
5827 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5828 for as_dir in $PATH
5830 IFS=$as_save_IFS
5831 test -z "$as_dir" && as_dir=.
5832 for ac_exec_ext in '' $ac_executable_extensions; do
5833 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5834 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5835 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5836 break 2
5838 done
5839 done
5840 IFS=$as_save_IFS
5844 OBJDUMP=$ac_cv_prog_OBJDUMP
5845 if test -n "$OBJDUMP"; then
5846 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5847 $as_echo "$OBJDUMP" >&6; }
5848 else
5849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5850 $as_echo "no" >&6; }
5855 if test -z "$ac_cv_prog_OBJDUMP"; then
5856 ac_ct_OBJDUMP=$OBJDUMP
5857 # Extract the first word of "objdump", so it can be a program name with args.
5858 set dummy objdump; ac_word=$2
5859 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5860 $as_echo_n "checking for $ac_word... " >&6; }
5861 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
5862 $as_echo_n "(cached) " >&6
5863 else
5864 if test -n "$ac_ct_OBJDUMP"; then
5865 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5866 else
5867 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5868 for as_dir in $PATH
5870 IFS=$as_save_IFS
5871 test -z "$as_dir" && as_dir=.
5872 for ac_exec_ext in '' $ac_executable_extensions; do
5873 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5874 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5875 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5876 break 2
5878 done
5879 done
5880 IFS=$as_save_IFS
5884 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5885 if test -n "$ac_ct_OBJDUMP"; then
5886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5887 $as_echo "$ac_ct_OBJDUMP" >&6; }
5888 else
5889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5890 $as_echo "no" >&6; }
5893 if test "x$ac_ct_OBJDUMP" = x; then
5894 OBJDUMP="false"
5895 else
5896 case $cross_compiling:$ac_tool_warned in
5897 yes:)
5898 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5899 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5900 ac_tool_warned=yes ;;
5901 esac
5902 OBJDUMP=$ac_ct_OBJDUMP
5904 else
5905 OBJDUMP="$ac_cv_prog_OBJDUMP"
5908 test -z "$OBJDUMP" && OBJDUMP=objdump
5918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5919 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5920 if test "${lt_cv_deplibs_check_method+set}" = set; then :
5921 $as_echo_n "(cached) " >&6
5922 else
5923 lt_cv_file_magic_cmd='$MAGIC_CMD'
5924 lt_cv_file_magic_test_file=
5925 lt_cv_deplibs_check_method='unknown'
5926 # Need to set the preceding variable on all platforms that support
5927 # interlibrary dependencies.
5928 # 'none' -- dependencies not supported.
5929 # `unknown' -- same as none, but documents that we really don't know.
5930 # 'pass_all' -- all dependencies passed with no checks.
5931 # 'test_compile' -- check by making test program.
5932 # 'file_magic [[regex]]' -- check by looking for files in library path
5933 # which responds to the $file_magic_cmd with a given extended regex.
5934 # If you have `file' or equivalent on your system and you're not sure
5935 # whether `pass_all' will *always* work, you probably want this one.
5937 case $host_os in
5938 aix[4-9]*)
5939 lt_cv_deplibs_check_method=pass_all
5942 beos*)
5943 lt_cv_deplibs_check_method=pass_all
5946 bsdi[45]*)
5947 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5948 lt_cv_file_magic_cmd='/usr/bin/file -L'
5949 lt_cv_file_magic_test_file=/shlib/libc.so
5952 cygwin*)
5953 # func_win32_libid is a shell function defined in ltmain.sh
5954 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5955 lt_cv_file_magic_cmd='func_win32_libid'
5958 mingw* | pw32*)
5959 # Base MSYS/MinGW do not provide the 'file' command needed by
5960 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5961 # unless we find 'file', for example because we are cross-compiling.
5962 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5963 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
5964 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5965 lt_cv_file_magic_cmd='func_win32_libid'
5966 else
5967 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5968 lt_cv_file_magic_cmd='$OBJDUMP -f'
5972 cegcc*)
5973 # use the weaker test based on 'objdump'. See mingw*.
5974 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5975 lt_cv_file_magic_cmd='$OBJDUMP -f'
5978 darwin* | rhapsody*)
5979 lt_cv_deplibs_check_method=pass_all
5982 freebsd* | dragonfly*)
5983 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5984 case $host_cpu in
5985 i*86 )
5986 # Not sure whether the presence of OpenBSD here was a mistake.
5987 # Let's accept both of them until this is cleared up.
5988 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5989 lt_cv_file_magic_cmd=/usr/bin/file
5990 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5992 esac
5993 else
5994 lt_cv_deplibs_check_method=pass_all
5998 gnu*)
5999 lt_cv_deplibs_check_method=pass_all
6002 haiku*)
6003 lt_cv_deplibs_check_method=pass_all
6006 hpux10.20* | hpux11*)
6007 lt_cv_file_magic_cmd=/usr/bin/file
6008 case $host_cpu in
6009 ia64*)
6010 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6011 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6013 hppa*64*)
6014 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF[ -][0-9][0-9])(-bit)?( [LM]SB)? shared object( file)?[, -]* PA-RISC [0-9]\.[0-9]'
6015 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6018 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6019 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6021 esac
6024 interix[3-9]*)
6025 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6026 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6029 irix5* | irix6* | nonstopux*)
6030 case $LD in
6031 *-32|*"-32 ") libmagic=32-bit;;
6032 *-n32|*"-n32 ") libmagic=N32;;
6033 *-64|*"-64 ") libmagic=64-bit;;
6034 *) libmagic=never-match;;
6035 esac
6036 lt_cv_deplibs_check_method=pass_all
6039 # This must be Linux ELF.
6040 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6041 lt_cv_deplibs_check_method=pass_all
6044 netbsd*)
6045 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6046 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6047 else
6048 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6052 newos6*)
6053 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6054 lt_cv_file_magic_cmd=/usr/bin/file
6055 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6058 *nto* | *qnx*)
6059 lt_cv_deplibs_check_method=pass_all
6062 openbsd*)
6063 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6064 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6065 else
6066 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6070 osf3* | osf4* | osf5*)
6071 lt_cv_deplibs_check_method=pass_all
6074 rdos*)
6075 lt_cv_deplibs_check_method=pass_all
6078 solaris*)
6079 lt_cv_deplibs_check_method=pass_all
6082 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6083 lt_cv_deplibs_check_method=pass_all
6086 sysv4 | sysv4.3*)
6087 case $host_vendor in
6088 motorola)
6089 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]'
6090 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6092 ncr)
6093 lt_cv_deplibs_check_method=pass_all
6095 sequent)
6096 lt_cv_file_magic_cmd='/bin/file'
6097 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6099 sni)
6100 lt_cv_file_magic_cmd='/bin/file'
6101 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6102 lt_cv_file_magic_test_file=/lib/libc.so
6104 siemens)
6105 lt_cv_deplibs_check_method=pass_all
6108 lt_cv_deplibs_check_method=pass_all
6110 esac
6113 tpf*)
6114 lt_cv_deplibs_check_method=pass_all
6116 esac
6119 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6120 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6121 file_magic_cmd=$lt_cv_file_magic_cmd
6122 deplibs_check_method=$lt_cv_deplibs_check_method
6123 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6136 if test -n "$ac_tool_prefix"; then
6137 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6138 set dummy ${ac_tool_prefix}ar; ac_word=$2
6139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6140 $as_echo_n "checking for $ac_word... " >&6; }
6141 if test "${ac_cv_prog_AR+set}" = set; then :
6142 $as_echo_n "(cached) " >&6
6143 else
6144 if test -n "$AR"; then
6145 ac_cv_prog_AR="$AR" # Let the user override the test.
6146 else
6147 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6148 for as_dir in $PATH
6150 IFS=$as_save_IFS
6151 test -z "$as_dir" && as_dir=.
6152 for ac_exec_ext in '' $ac_executable_extensions; do
6153 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6154 ac_cv_prog_AR="${ac_tool_prefix}ar"
6155 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6156 break 2
6158 done
6159 done
6160 IFS=$as_save_IFS
6164 AR=$ac_cv_prog_AR
6165 if test -n "$AR"; then
6166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6167 $as_echo "$AR" >&6; }
6168 else
6169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6170 $as_echo "no" >&6; }
6175 if test -z "$ac_cv_prog_AR"; then
6176 ac_ct_AR=$AR
6177 # Extract the first word of "ar", so it can be a program name with args.
6178 set dummy ar; ac_word=$2
6179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6180 $as_echo_n "checking for $ac_word... " >&6; }
6181 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6182 $as_echo_n "(cached) " >&6
6183 else
6184 if test -n "$ac_ct_AR"; then
6185 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6186 else
6187 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6188 for as_dir in $PATH
6190 IFS=$as_save_IFS
6191 test -z "$as_dir" && as_dir=.
6192 for ac_exec_ext in '' $ac_executable_extensions; do
6193 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6194 ac_cv_prog_ac_ct_AR="ar"
6195 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6196 break 2
6198 done
6199 done
6200 IFS=$as_save_IFS
6204 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6205 if test -n "$ac_ct_AR"; then
6206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6207 $as_echo "$ac_ct_AR" >&6; }
6208 else
6209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6210 $as_echo "no" >&6; }
6213 if test "x$ac_ct_AR" = x; then
6214 AR="false"
6215 else
6216 case $cross_compiling:$ac_tool_warned in
6217 yes:)
6218 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6219 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6220 ac_tool_warned=yes ;;
6221 esac
6222 AR=$ac_ct_AR
6224 else
6225 AR="$ac_cv_prog_AR"
6228 test -z "$AR" && AR=ar
6229 test -z "$AR_FLAGS" && AR_FLAGS=cru
6241 if test -n "$ac_tool_prefix"; then
6242 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6243 set dummy ${ac_tool_prefix}strip; ac_word=$2
6244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6245 $as_echo_n "checking for $ac_word... " >&6; }
6246 if test "${ac_cv_prog_STRIP+set}" = set; then :
6247 $as_echo_n "(cached) " >&6
6248 else
6249 if test -n "$STRIP"; then
6250 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6251 else
6252 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6253 for as_dir in $PATH
6255 IFS=$as_save_IFS
6256 test -z "$as_dir" && as_dir=.
6257 for ac_exec_ext in '' $ac_executable_extensions; do
6258 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6259 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6260 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6261 break 2
6263 done
6264 done
6265 IFS=$as_save_IFS
6269 STRIP=$ac_cv_prog_STRIP
6270 if test -n "$STRIP"; then
6271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6272 $as_echo "$STRIP" >&6; }
6273 else
6274 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6275 $as_echo "no" >&6; }
6280 if test -z "$ac_cv_prog_STRIP"; then
6281 ac_ct_STRIP=$STRIP
6282 # Extract the first word of "strip", so it can be a program name with args.
6283 set dummy strip; ac_word=$2
6284 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6285 $as_echo_n "checking for $ac_word... " >&6; }
6286 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6287 $as_echo_n "(cached) " >&6
6288 else
6289 if test -n "$ac_ct_STRIP"; then
6290 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6291 else
6292 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6293 for as_dir in $PATH
6295 IFS=$as_save_IFS
6296 test -z "$as_dir" && as_dir=.
6297 for ac_exec_ext in '' $ac_executable_extensions; do
6298 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6299 ac_cv_prog_ac_ct_STRIP="strip"
6300 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6301 break 2
6303 done
6304 done
6305 IFS=$as_save_IFS
6309 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6310 if test -n "$ac_ct_STRIP"; then
6311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6312 $as_echo "$ac_ct_STRIP" >&6; }
6313 else
6314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6315 $as_echo "no" >&6; }
6318 if test "x$ac_ct_STRIP" = x; then
6319 STRIP=":"
6320 else
6321 case $cross_compiling:$ac_tool_warned in
6322 yes:)
6323 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6324 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6325 ac_tool_warned=yes ;;
6326 esac
6327 STRIP=$ac_ct_STRIP
6329 else
6330 STRIP="$ac_cv_prog_STRIP"
6333 test -z "$STRIP" && STRIP=:
6340 if test -n "$ac_tool_prefix"; then
6341 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6342 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6344 $as_echo_n "checking for $ac_word... " >&6; }
6345 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6346 $as_echo_n "(cached) " >&6
6347 else
6348 if test -n "$RANLIB"; then
6349 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6350 else
6351 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6352 for as_dir in $PATH
6354 IFS=$as_save_IFS
6355 test -z "$as_dir" && as_dir=.
6356 for ac_exec_ext in '' $ac_executable_extensions; do
6357 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6358 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6359 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6360 break 2
6362 done
6363 done
6364 IFS=$as_save_IFS
6368 RANLIB=$ac_cv_prog_RANLIB
6369 if test -n "$RANLIB"; then
6370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6371 $as_echo "$RANLIB" >&6; }
6372 else
6373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6374 $as_echo "no" >&6; }
6379 if test -z "$ac_cv_prog_RANLIB"; then
6380 ac_ct_RANLIB=$RANLIB
6381 # Extract the first word of "ranlib", so it can be a program name with args.
6382 set dummy ranlib; ac_word=$2
6383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6384 $as_echo_n "checking for $ac_word... " >&6; }
6385 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6386 $as_echo_n "(cached) " >&6
6387 else
6388 if test -n "$ac_ct_RANLIB"; then
6389 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6390 else
6391 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6392 for as_dir in $PATH
6394 IFS=$as_save_IFS
6395 test -z "$as_dir" && as_dir=.
6396 for ac_exec_ext in '' $ac_executable_extensions; do
6397 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6398 ac_cv_prog_ac_ct_RANLIB="ranlib"
6399 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6400 break 2
6402 done
6403 done
6404 IFS=$as_save_IFS
6408 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6409 if test -n "$ac_ct_RANLIB"; then
6410 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6411 $as_echo "$ac_ct_RANLIB" >&6; }
6412 else
6413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6414 $as_echo "no" >&6; }
6417 if test "x$ac_ct_RANLIB" = x; then
6418 RANLIB=":"
6419 else
6420 case $cross_compiling:$ac_tool_warned in
6421 yes:)
6422 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6423 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6424 ac_tool_warned=yes ;;
6425 esac
6426 RANLIB=$ac_ct_RANLIB
6428 else
6429 RANLIB="$ac_cv_prog_RANLIB"
6432 test -z "$RANLIB" && RANLIB=:
6439 # Determine commands to create old-style static archives.
6440 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6441 old_postinstall_cmds='chmod 644 $oldlib'
6442 old_postuninstall_cmds=
6444 if test -n "$RANLIB"; then
6445 case $host_os in
6446 openbsd*)
6447 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6450 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6452 esac
6453 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6456 case $host_os in
6457 darwin*)
6458 lock_old_archive_extraction=yes ;;
6460 lock_old_archive_extraction=no ;;
6461 esac
6501 # If no C compiler was specified, use CC.
6502 LTCC=${LTCC-"$CC"}
6504 # If no C compiler flags were specified, use CFLAGS.
6505 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6507 # Allow CC to be a program name with arguments.
6508 compiler=$CC
6511 # Check for command to grab the raw symbol name followed by C symbol from nm.
6512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6513 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6514 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6515 $as_echo_n "(cached) " >&6
6516 else
6518 # These are sane defaults that work on at least a few old systems.
6519 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6521 # Character class describing NM global symbol codes.
6522 symcode='[BCDEGRST]'
6524 # Regexp to match symbols that can be accessed directly from C.
6525 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6527 # Define system-specific variables.
6528 case $host_os in
6529 aix*)
6530 symcode='[BCDT]'
6532 cygwin* | mingw* | pw32* | cegcc*)
6533 symcode='[ABCDGISTW]'
6535 hpux*)
6536 if test "$host_cpu" = ia64; then
6537 symcode='[ABCDEGRST]'
6540 irix* | nonstopux*)
6541 symcode='[BCDEGRST]'
6543 osf*)
6544 symcode='[BCDEGQRST]'
6546 solaris*)
6547 symcode='[BDRT]'
6549 sco3.2v5*)
6550 symcode='[DT]'
6552 sysv4.2uw2*)
6553 symcode='[DT]'
6555 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6556 symcode='[ABDT]'
6558 sysv4)
6559 symcode='[DFNSTU]'
6561 esac
6563 # If we're using GNU nm, then use its standard symbol codes.
6564 case `$NM -V 2>&1` in
6565 *GNU* | *'with BFD'*)
6566 symcode='[ABCDGIRSTW]' ;;
6567 esac
6569 # Transform an extracted symbol line into a proper C declaration.
6570 # Some systems (esp. on ia64) link data and code symbols differently,
6571 # so use this general approach.
6572 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6574 # Transform an extracted symbol line into symbol name and symbol address
6575 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6576 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'"
6578 # Handle CRLF in mingw tool chain
6579 opt_cr=
6580 case $build_os in
6581 mingw*)
6582 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6584 esac
6586 # Try without a prefix underscore, then with it.
6587 for ac_symprfx in "" "_"; do
6589 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6590 symxfrm="\\1 $ac_symprfx\\2 \\2"
6592 # Write the raw and C identifiers.
6593 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6594 # Fake it for dumpbin and say T for any non-static function
6595 # and D for any global variable.
6596 # Also find C++ and __fastcall symbols from MSVC++,
6597 # which start with @ or ?.
6598 lt_cv_sys_global_symbol_pipe="$AWK '"\
6599 " {last_section=section; section=\$ 3};"\
6600 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6601 " \$ 0!~/External *\|/{next};"\
6602 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6603 " {if(hide[section]) next};"\
6604 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6605 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6606 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6607 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6608 " ' prfx=^$ac_symprfx"
6609 else
6610 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6613 # Check to see that the pipe works correctly.
6614 pipe_works=no
6616 rm -f conftest*
6617 cat > conftest.$ac_ext <<_LT_EOF
6618 #ifdef __cplusplus
6619 extern "C" {
6620 #endif
6621 char nm_test_var;
6622 void nm_test_func(void);
6623 void nm_test_func(void){}
6624 #ifdef __cplusplus
6626 #endif
6627 int main(){nm_test_var='a';nm_test_func();return(0);}
6628 _LT_EOF
6630 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6631 (eval $ac_compile) 2>&5
6632 ac_status=$?
6633 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6634 test $ac_status = 0; }; then
6635 # Now try to grab the symbols.
6636 nlist=conftest.nm
6637 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6638 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6639 ac_status=$?
6640 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6641 test $ac_status = 0; } && test -s "$nlist"; then
6642 # Try sorting and uniquifying the output.
6643 if sort "$nlist" | uniq > "$nlist"T; then
6644 mv -f "$nlist"T "$nlist"
6645 else
6646 rm -f "$nlist"T
6649 # Make sure that we snagged all the symbols we need.
6650 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6651 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6652 cat <<_LT_EOF > conftest.$ac_ext
6653 #ifdef __cplusplus
6654 extern "C" {
6655 #endif
6657 _LT_EOF
6658 # Now generate the symbol file.
6659 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6661 cat <<_LT_EOF >> conftest.$ac_ext
6663 /* The mapping between symbol names and symbols. */
6664 const struct {
6665 const char *name;
6666 void *address;
6668 lt__PROGRAM__LTX_preloaded_symbols[] =
6670 { "@PROGRAM@", (void *) 0 },
6671 _LT_EOF
6672 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6673 cat <<\_LT_EOF >> conftest.$ac_ext
6674 {0, (void *) 0}
6677 /* This works around a problem in FreeBSD linker */
6678 #ifdef FREEBSD_WORKAROUND
6679 static const void *lt_preloaded_setup() {
6680 return lt__PROGRAM__LTX_preloaded_symbols;
6682 #endif
6684 #ifdef __cplusplus
6686 #endif
6687 _LT_EOF
6688 # Now try linking the two files.
6689 mv conftest.$ac_objext conftstm.$ac_objext
6690 lt_save_LIBS="$LIBS"
6691 lt_save_CFLAGS="$CFLAGS"
6692 LIBS="conftstm.$ac_objext"
6693 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6694 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6695 (eval $ac_link) 2>&5
6696 ac_status=$?
6697 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6698 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6699 pipe_works=yes
6701 LIBS="$lt_save_LIBS"
6702 CFLAGS="$lt_save_CFLAGS"
6703 else
6704 echo "cannot find nm_test_func in $nlist" >&5
6706 else
6707 echo "cannot find nm_test_var in $nlist" >&5
6709 else
6710 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6712 else
6713 echo "$progname: failed program was:" >&5
6714 cat conftest.$ac_ext >&5
6716 rm -rf conftest* conftst*
6718 # Do not use the global_symbol_pipe unless it works.
6719 if test "$pipe_works" = yes; then
6720 break
6721 else
6722 lt_cv_sys_global_symbol_pipe=
6724 done
6728 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6729 lt_cv_sys_global_symbol_to_cdecl=
6731 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6733 $as_echo "failed" >&6; }
6734 else
6735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6736 $as_echo "ok" >&6; }
6760 # Check whether --enable-libtool-lock was given.
6761 if test "${enable_libtool_lock+set}" = set; then :
6762 enableval=$enable_libtool_lock;
6765 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6767 # Some flags need to be propagated to the compiler or linker for good
6768 # libtool support.
6769 case $host in
6770 ia64-*-hpux*)
6771 # Find out which ABI we are using.
6772 echo 'int i;' > conftest.$ac_ext
6773 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6774 (eval $ac_compile) 2>&5
6775 ac_status=$?
6776 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6777 test $ac_status = 0; }; then
6778 case `/usr/bin/file conftest.$ac_objext` in
6779 *ELF-32*)
6780 HPUX_IA64_MODE="32"
6782 *ELF-64*)
6783 HPUX_IA64_MODE="64"
6785 esac
6787 rm -rf conftest*
6789 *-*-irix6*)
6790 # Find out which ABI we are using.
6791 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6792 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6793 (eval $ac_compile) 2>&5
6794 ac_status=$?
6795 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6796 test $ac_status = 0; }; then
6797 if test "$lt_cv_prog_gnu_ld" = yes; then
6798 case `/usr/bin/file conftest.$ac_objext` in
6799 *32-bit*)
6800 LD="${LD-ld} -melf32bsmip"
6802 *N32*)
6803 LD="${LD-ld} -melf32bmipn32"
6805 *64-bit*)
6806 LD="${LD-ld} -melf64bmip"
6808 esac
6809 else
6810 case `/usr/bin/file conftest.$ac_objext` in
6811 *32-bit*)
6812 LD="${LD-ld} -32"
6814 *N32*)
6815 LD="${LD-ld} -n32"
6817 *64-bit*)
6818 LD="${LD-ld} -64"
6820 esac
6823 rm -rf conftest*
6826 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
6827 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6828 # Find out which ABI we are using.
6829 echo 'int i;' > conftest.$ac_ext
6830 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6831 (eval $ac_compile) 2>&5
6832 ac_status=$?
6833 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6834 test $ac_status = 0; }; then
6835 case `/usr/bin/file conftest.o` in
6836 *32-bit*)
6837 case $host in
6838 x86_64-*kfreebsd*-gnu)
6839 LD="${LD-ld} -m elf_i386_fbsd"
6841 x86_64-*linux*)
6842 LD="${LD-ld} -m elf_i386"
6844 ppc64-*linux*|powerpc64-*linux*)
6845 LD="${LD-ld} -m elf32ppclinux"
6847 s390x-*linux*)
6848 LD="${LD-ld} -m elf_s390"
6850 sparc64-*linux*)
6851 LD="${LD-ld} -m elf32_sparc"
6853 esac
6855 *64-bit*)
6856 case $host in
6857 x86_64-*kfreebsd*-gnu)
6858 LD="${LD-ld} -m elf_x86_64_fbsd"
6860 x86_64-*linux*)
6861 LD="${LD-ld} -m elf_x86_64"
6863 ppc*-*linux*|powerpc*-*linux*)
6864 LD="${LD-ld} -m elf64ppc"
6866 s390*-*linux*|s390*-*tpf*)
6867 LD="${LD-ld} -m elf64_s390"
6869 sparc*-*linux*)
6870 LD="${LD-ld} -m elf64_sparc"
6872 esac
6874 esac
6876 rm -rf conftest*
6879 *-*-sco3.2v5*)
6880 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6881 SAVE_CFLAGS="$CFLAGS"
6882 CFLAGS="$CFLAGS -belf"
6883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6884 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6885 if test "${lt_cv_cc_needs_belf+set}" = set; then :
6886 $as_echo_n "(cached) " >&6
6887 else
6888 ac_ext=c
6889 ac_cpp='$CPP $CPPFLAGS'
6890 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6891 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6892 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6894 if test x$gcc_no_link = xyes; then
6895 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
6897 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6898 /* end confdefs.h. */
6901 main ()
6905 return 0;
6907 _ACEOF
6908 if ac_fn_c_try_link "$LINENO"; then :
6909 lt_cv_cc_needs_belf=yes
6910 else
6911 lt_cv_cc_needs_belf=no
6913 rm -f core conftest.err conftest.$ac_objext \
6914 conftest$ac_exeext conftest.$ac_ext
6915 ac_ext=c
6916 ac_cpp='$CPP $CPPFLAGS'
6917 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6918 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6919 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6923 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6924 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6925 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6926 CFLAGS="$SAVE_CFLAGS"
6929 sparc*-*solaris*)
6930 # Find out which ABI we are using.
6931 echo 'int i;' > conftest.$ac_ext
6932 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6933 (eval $ac_compile) 2>&5
6934 ac_status=$?
6935 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6936 test $ac_status = 0; }; then
6937 case `/usr/bin/file conftest.o` in
6938 *64-bit*)
6939 case $lt_cv_prog_gnu_ld in
6940 yes*) LD="${LD-ld} -m elf64_sparc" ;;
6942 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6943 LD="${LD-ld} -64"
6946 esac
6948 esac
6950 rm -rf conftest*
6952 esac
6954 need_locks="$enable_libtool_lock"
6957 case $host_os in
6958 rhapsody* | darwin*)
6959 if test -n "$ac_tool_prefix"; then
6960 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6961 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6963 $as_echo_n "checking for $ac_word... " >&6; }
6964 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
6965 $as_echo_n "(cached) " >&6
6966 else
6967 if test -n "$DSYMUTIL"; then
6968 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6969 else
6970 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6971 for as_dir in $PATH
6973 IFS=$as_save_IFS
6974 test -z "$as_dir" && as_dir=.
6975 for ac_exec_ext in '' $ac_executable_extensions; do
6976 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6977 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6978 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6979 break 2
6981 done
6982 done
6983 IFS=$as_save_IFS
6987 DSYMUTIL=$ac_cv_prog_DSYMUTIL
6988 if test -n "$DSYMUTIL"; then
6989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6990 $as_echo "$DSYMUTIL" >&6; }
6991 else
6992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6993 $as_echo "no" >&6; }
6998 if test -z "$ac_cv_prog_DSYMUTIL"; then
6999 ac_ct_DSYMUTIL=$DSYMUTIL
7000 # Extract the first word of "dsymutil", so it can be a program name with args.
7001 set dummy dsymutil; ac_word=$2
7002 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7003 $as_echo_n "checking for $ac_word... " >&6; }
7004 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7005 $as_echo_n "(cached) " >&6
7006 else
7007 if test -n "$ac_ct_DSYMUTIL"; then
7008 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7009 else
7010 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7011 for as_dir in $PATH
7013 IFS=$as_save_IFS
7014 test -z "$as_dir" && as_dir=.
7015 for ac_exec_ext in '' $ac_executable_extensions; do
7016 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7017 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7018 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7019 break 2
7021 done
7022 done
7023 IFS=$as_save_IFS
7027 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7028 if test -n "$ac_ct_DSYMUTIL"; then
7029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7030 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7031 else
7032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7033 $as_echo "no" >&6; }
7036 if test "x$ac_ct_DSYMUTIL" = x; then
7037 DSYMUTIL=":"
7038 else
7039 case $cross_compiling:$ac_tool_warned in
7040 yes:)
7041 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7042 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7043 ac_tool_warned=yes ;;
7044 esac
7045 DSYMUTIL=$ac_ct_DSYMUTIL
7047 else
7048 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7051 if test -n "$ac_tool_prefix"; then
7052 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7053 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7054 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7055 $as_echo_n "checking for $ac_word... " >&6; }
7056 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7057 $as_echo_n "(cached) " >&6
7058 else
7059 if test -n "$NMEDIT"; then
7060 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7061 else
7062 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7063 for as_dir in $PATH
7065 IFS=$as_save_IFS
7066 test -z "$as_dir" && as_dir=.
7067 for ac_exec_ext in '' $ac_executable_extensions; do
7068 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7069 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7070 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7071 break 2
7073 done
7074 done
7075 IFS=$as_save_IFS
7079 NMEDIT=$ac_cv_prog_NMEDIT
7080 if test -n "$NMEDIT"; then
7081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7082 $as_echo "$NMEDIT" >&6; }
7083 else
7084 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7085 $as_echo "no" >&6; }
7090 if test -z "$ac_cv_prog_NMEDIT"; then
7091 ac_ct_NMEDIT=$NMEDIT
7092 # Extract the first word of "nmedit", so it can be a program name with args.
7093 set dummy nmedit; ac_word=$2
7094 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7095 $as_echo_n "checking for $ac_word... " >&6; }
7096 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7097 $as_echo_n "(cached) " >&6
7098 else
7099 if test -n "$ac_ct_NMEDIT"; then
7100 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7101 else
7102 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7103 for as_dir in $PATH
7105 IFS=$as_save_IFS
7106 test -z "$as_dir" && as_dir=.
7107 for ac_exec_ext in '' $ac_executable_extensions; do
7108 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7109 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7110 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7111 break 2
7113 done
7114 done
7115 IFS=$as_save_IFS
7119 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7120 if test -n "$ac_ct_NMEDIT"; then
7121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7122 $as_echo "$ac_ct_NMEDIT" >&6; }
7123 else
7124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7125 $as_echo "no" >&6; }
7128 if test "x$ac_ct_NMEDIT" = x; then
7129 NMEDIT=":"
7130 else
7131 case $cross_compiling:$ac_tool_warned in
7132 yes:)
7133 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7134 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7135 ac_tool_warned=yes ;;
7136 esac
7137 NMEDIT=$ac_ct_NMEDIT
7139 else
7140 NMEDIT="$ac_cv_prog_NMEDIT"
7143 if test -n "$ac_tool_prefix"; then
7144 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7145 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7147 $as_echo_n "checking for $ac_word... " >&6; }
7148 if test "${ac_cv_prog_LIPO+set}" = set; then :
7149 $as_echo_n "(cached) " >&6
7150 else
7151 if test -n "$LIPO"; then
7152 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7153 else
7154 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7155 for as_dir in $PATH
7157 IFS=$as_save_IFS
7158 test -z "$as_dir" && as_dir=.
7159 for ac_exec_ext in '' $ac_executable_extensions; do
7160 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7161 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7162 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7163 break 2
7165 done
7166 done
7167 IFS=$as_save_IFS
7171 LIPO=$ac_cv_prog_LIPO
7172 if test -n "$LIPO"; then
7173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7174 $as_echo "$LIPO" >&6; }
7175 else
7176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7177 $as_echo "no" >&6; }
7182 if test -z "$ac_cv_prog_LIPO"; then
7183 ac_ct_LIPO=$LIPO
7184 # Extract the first word of "lipo", so it can be a program name with args.
7185 set dummy lipo; ac_word=$2
7186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7187 $as_echo_n "checking for $ac_word... " >&6; }
7188 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7189 $as_echo_n "(cached) " >&6
7190 else
7191 if test -n "$ac_ct_LIPO"; then
7192 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7193 else
7194 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7195 for as_dir in $PATH
7197 IFS=$as_save_IFS
7198 test -z "$as_dir" && as_dir=.
7199 for ac_exec_ext in '' $ac_executable_extensions; do
7200 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7201 ac_cv_prog_ac_ct_LIPO="lipo"
7202 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7203 break 2
7205 done
7206 done
7207 IFS=$as_save_IFS
7211 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7212 if test -n "$ac_ct_LIPO"; then
7213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7214 $as_echo "$ac_ct_LIPO" >&6; }
7215 else
7216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7217 $as_echo "no" >&6; }
7220 if test "x$ac_ct_LIPO" = x; then
7221 LIPO=":"
7222 else
7223 case $cross_compiling:$ac_tool_warned in
7224 yes:)
7225 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7226 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7227 ac_tool_warned=yes ;;
7228 esac
7229 LIPO=$ac_ct_LIPO
7231 else
7232 LIPO="$ac_cv_prog_LIPO"
7235 if test -n "$ac_tool_prefix"; then
7236 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7237 set dummy ${ac_tool_prefix}otool; ac_word=$2
7238 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7239 $as_echo_n "checking for $ac_word... " >&6; }
7240 if test "${ac_cv_prog_OTOOL+set}" = set; then :
7241 $as_echo_n "(cached) " >&6
7242 else
7243 if test -n "$OTOOL"; then
7244 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7245 else
7246 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7247 for as_dir in $PATH
7249 IFS=$as_save_IFS
7250 test -z "$as_dir" && as_dir=.
7251 for ac_exec_ext in '' $ac_executable_extensions; do
7252 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7253 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7254 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7255 break 2
7257 done
7258 done
7259 IFS=$as_save_IFS
7263 OTOOL=$ac_cv_prog_OTOOL
7264 if test -n "$OTOOL"; then
7265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7266 $as_echo "$OTOOL" >&6; }
7267 else
7268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7269 $as_echo "no" >&6; }
7274 if test -z "$ac_cv_prog_OTOOL"; then
7275 ac_ct_OTOOL=$OTOOL
7276 # Extract the first word of "otool", so it can be a program name with args.
7277 set dummy otool; ac_word=$2
7278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7279 $as_echo_n "checking for $ac_word... " >&6; }
7280 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7281 $as_echo_n "(cached) " >&6
7282 else
7283 if test -n "$ac_ct_OTOOL"; then
7284 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7285 else
7286 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7287 for as_dir in $PATH
7289 IFS=$as_save_IFS
7290 test -z "$as_dir" && as_dir=.
7291 for ac_exec_ext in '' $ac_executable_extensions; do
7292 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7293 ac_cv_prog_ac_ct_OTOOL="otool"
7294 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7295 break 2
7297 done
7298 done
7299 IFS=$as_save_IFS
7303 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7304 if test -n "$ac_ct_OTOOL"; then
7305 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7306 $as_echo "$ac_ct_OTOOL" >&6; }
7307 else
7308 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7309 $as_echo "no" >&6; }
7312 if test "x$ac_ct_OTOOL" = x; then
7313 OTOOL=":"
7314 else
7315 case $cross_compiling:$ac_tool_warned in
7316 yes:)
7317 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7318 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7319 ac_tool_warned=yes ;;
7320 esac
7321 OTOOL=$ac_ct_OTOOL
7323 else
7324 OTOOL="$ac_cv_prog_OTOOL"
7327 if test -n "$ac_tool_prefix"; then
7328 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7329 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7331 $as_echo_n "checking for $ac_word... " >&6; }
7332 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7333 $as_echo_n "(cached) " >&6
7334 else
7335 if test -n "$OTOOL64"; then
7336 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7337 else
7338 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7339 for as_dir in $PATH
7341 IFS=$as_save_IFS
7342 test -z "$as_dir" && as_dir=.
7343 for ac_exec_ext in '' $ac_executable_extensions; do
7344 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7345 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7346 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7347 break 2
7349 done
7350 done
7351 IFS=$as_save_IFS
7355 OTOOL64=$ac_cv_prog_OTOOL64
7356 if test -n "$OTOOL64"; then
7357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7358 $as_echo "$OTOOL64" >&6; }
7359 else
7360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7361 $as_echo "no" >&6; }
7366 if test -z "$ac_cv_prog_OTOOL64"; then
7367 ac_ct_OTOOL64=$OTOOL64
7368 # Extract the first word of "otool64", so it can be a program name with args.
7369 set dummy otool64; ac_word=$2
7370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7371 $as_echo_n "checking for $ac_word... " >&6; }
7372 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7373 $as_echo_n "(cached) " >&6
7374 else
7375 if test -n "$ac_ct_OTOOL64"; then
7376 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7377 else
7378 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7379 for as_dir in $PATH
7381 IFS=$as_save_IFS
7382 test -z "$as_dir" && as_dir=.
7383 for ac_exec_ext in '' $ac_executable_extensions; do
7384 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7385 ac_cv_prog_ac_ct_OTOOL64="otool64"
7386 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7387 break 2
7389 done
7390 done
7391 IFS=$as_save_IFS
7395 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7396 if test -n "$ac_ct_OTOOL64"; then
7397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7398 $as_echo "$ac_ct_OTOOL64" >&6; }
7399 else
7400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7401 $as_echo "no" >&6; }
7404 if test "x$ac_ct_OTOOL64" = x; then
7405 OTOOL64=":"
7406 else
7407 case $cross_compiling:$ac_tool_warned in
7408 yes:)
7409 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7410 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7411 ac_tool_warned=yes ;;
7412 esac
7413 OTOOL64=$ac_ct_OTOOL64
7415 else
7416 OTOOL64="$ac_cv_prog_OTOOL64"
7445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7446 $as_echo_n "checking for -single_module linker flag... " >&6; }
7447 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7448 $as_echo_n "(cached) " >&6
7449 else
7450 lt_cv_apple_cc_single_mod=no
7451 if test -z "${LT_MULTI_MODULE}"; then
7452 # By default we will add the -single_module flag. You can override
7453 # by either setting the environment variable LT_MULTI_MODULE
7454 # non-empty at configure time, or by adding -multi_module to the
7455 # link flags.
7456 rm -rf libconftest.dylib*
7457 echo "int foo(void){return 1;}" > conftest.c
7458 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7459 -dynamiclib -Wl,-single_module conftest.c" >&5
7460 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7461 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7462 _lt_result=$?
7463 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7464 lt_cv_apple_cc_single_mod=yes
7465 else
7466 cat conftest.err >&5
7468 rm -rf libconftest.dylib*
7469 rm -f conftest.*
7472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7473 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7474 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7475 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7476 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7477 $as_echo_n "(cached) " >&6
7478 else
7479 lt_cv_ld_exported_symbols_list=no
7480 save_LDFLAGS=$LDFLAGS
7481 echo "_main" > conftest.sym
7482 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7483 if test x$gcc_no_link = xyes; then
7484 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
7486 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7487 /* end confdefs.h. */
7490 main ()
7494 return 0;
7496 _ACEOF
7497 if ac_fn_c_try_link "$LINENO"; then :
7498 lt_cv_ld_exported_symbols_list=yes
7499 else
7500 lt_cv_ld_exported_symbols_list=no
7502 rm -f core conftest.err conftest.$ac_objext \
7503 conftest$ac_exeext conftest.$ac_ext
7504 LDFLAGS="$save_LDFLAGS"
7507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7508 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7509 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7510 $as_echo_n "checking for -force_load linker flag... " >&6; }
7511 if test "${lt_cv_ld_force_load+set}" = set; then :
7512 $as_echo_n "(cached) " >&6
7513 else
7514 lt_cv_ld_force_load=no
7515 cat > conftest.c << _LT_EOF
7516 int forced_loaded() { return 2;}
7517 _LT_EOF
7518 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7519 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7520 echo "$AR cru libconftest.a conftest.o" >&5
7521 $AR cru libconftest.a conftest.o 2>&5
7522 cat > conftest.c << _LT_EOF
7523 int main() { return 0;}
7524 _LT_EOF
7525 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7526 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7527 _lt_result=$?
7528 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7529 lt_cv_ld_force_load=yes
7530 else
7531 cat conftest.err >&5
7533 rm -f conftest.err libconftest.a conftest conftest.c
7534 rm -rf conftest.dSYM
7537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7538 $as_echo "$lt_cv_ld_force_load" >&6; }
7539 case $host_os in
7540 rhapsody* | darwin1.[012])
7541 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7542 darwin1.*)
7543 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7544 darwin*) # darwin 5.x on
7545 # if running on 10.5 or later, the deployment target defaults
7546 # to the OS version, if on x86, and 10.4, the deployment
7547 # target defaults to 10.4. Don't you love it?
7548 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7549 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7550 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7551 10.[012]*)
7552 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7553 10.*)
7554 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7555 esac
7557 esac
7558 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7559 _lt_dar_single_mod='$single_module'
7561 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7562 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7563 else
7564 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7566 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7567 _lt_dsymutil='~$DSYMUTIL $lib || :'
7568 else
7569 _lt_dsymutil=
7572 esac
7574 ac_ext=c
7575 ac_cpp='$CPP $CPPFLAGS'
7576 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7577 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7578 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
7580 $as_echo_n "checking how to run the C preprocessor... " >&6; }
7581 # On Suns, sometimes $CPP names a directory.
7582 if test -n "$CPP" && test -d "$CPP"; then
7583 CPP=
7585 if test -z "$CPP"; then
7586 if test "${ac_cv_prog_CPP+set}" = set; then :
7587 $as_echo_n "(cached) " >&6
7588 else
7589 # Double quotes because CPP needs to be expanded
7590 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
7592 ac_preproc_ok=false
7593 for ac_c_preproc_warn_flag in '' yes
7595 # Use a header file that comes with gcc, so configuring glibc
7596 # with a fresh cross-compiler works.
7597 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7598 # <limits.h> exists even on freestanding compilers.
7599 # On the NeXT, cc -E runs the code through the compiler's parser,
7600 # not just through cpp. "Syntax error" is here to catch this case.
7601 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7602 /* end confdefs.h. */
7603 #ifdef __STDC__
7604 # include <limits.h>
7605 #else
7606 # include <assert.h>
7607 #endif
7608 Syntax error
7609 _ACEOF
7610 if ac_fn_c_try_cpp "$LINENO"; then :
7612 else
7613 # Broken: fails on valid input.
7614 continue
7616 rm -f conftest.err conftest.$ac_ext
7618 # OK, works on sane cases. Now check whether nonexistent headers
7619 # can be detected and how.
7620 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7621 /* end confdefs.h. */
7622 #include <ac_nonexistent.h>
7623 _ACEOF
7624 if ac_fn_c_try_cpp "$LINENO"; then :
7625 # Broken: success on invalid input.
7626 continue
7627 else
7628 # Passes both tests.
7629 ac_preproc_ok=:
7630 break
7632 rm -f conftest.err conftest.$ac_ext
7634 done
7635 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7636 rm -f conftest.err conftest.$ac_ext
7637 if $ac_preproc_ok; then :
7638 break
7641 done
7642 ac_cv_prog_CPP=$CPP
7645 CPP=$ac_cv_prog_CPP
7646 else
7647 ac_cv_prog_CPP=$CPP
7649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
7650 $as_echo "$CPP" >&6; }
7651 ac_preproc_ok=false
7652 for ac_c_preproc_warn_flag in '' yes
7654 # Use a header file that comes with gcc, so configuring glibc
7655 # with a fresh cross-compiler works.
7656 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7657 # <limits.h> exists even on freestanding compilers.
7658 # On the NeXT, cc -E runs the code through the compiler's parser,
7659 # not just through cpp. "Syntax error" is here to catch this case.
7660 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7661 /* end confdefs.h. */
7662 #ifdef __STDC__
7663 # include <limits.h>
7664 #else
7665 # include <assert.h>
7666 #endif
7667 Syntax error
7668 _ACEOF
7669 if ac_fn_c_try_cpp "$LINENO"; then :
7671 else
7672 # Broken: fails on valid input.
7673 continue
7675 rm -f conftest.err conftest.$ac_ext
7677 # OK, works on sane cases. Now check whether nonexistent headers
7678 # can be detected and how.
7679 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7680 /* end confdefs.h. */
7681 #include <ac_nonexistent.h>
7682 _ACEOF
7683 if ac_fn_c_try_cpp "$LINENO"; then :
7684 # Broken: success on invalid input.
7685 continue
7686 else
7687 # Passes both tests.
7688 ac_preproc_ok=:
7689 break
7691 rm -f conftest.err conftest.$ac_ext
7693 done
7694 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7695 rm -f conftest.err conftest.$ac_ext
7696 if $ac_preproc_ok; then :
7698 else
7699 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7700 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7701 as_fn_error "C preprocessor \"$CPP\" fails sanity check
7702 See \`config.log' for more details." "$LINENO" 5; }
7705 ac_ext=c
7706 ac_cpp='$CPP $CPPFLAGS'
7707 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7708 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7709 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
7713 $as_echo_n "checking for ANSI C header files... " >&6; }
7714 if test "${ac_cv_header_stdc+set}" = set; then :
7715 $as_echo_n "(cached) " >&6
7716 else
7717 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7718 /* end confdefs.h. */
7719 #include <stdlib.h>
7720 #include <stdarg.h>
7721 #include <string.h>
7722 #include <float.h>
7725 main ()
7729 return 0;
7731 _ACEOF
7732 if ac_fn_c_try_compile "$LINENO"; then :
7733 ac_cv_header_stdc=yes
7734 else
7735 ac_cv_header_stdc=no
7737 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7739 if test $ac_cv_header_stdc = yes; then
7740 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7741 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7742 /* end confdefs.h. */
7743 #include <string.h>
7745 _ACEOF
7746 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7747 $EGREP "memchr" >/dev/null 2>&1; then :
7749 else
7750 ac_cv_header_stdc=no
7752 rm -f conftest*
7756 if test $ac_cv_header_stdc = yes; then
7757 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7758 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7759 /* end confdefs.h. */
7760 #include <stdlib.h>
7762 _ACEOF
7763 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7764 $EGREP "free" >/dev/null 2>&1; then :
7766 else
7767 ac_cv_header_stdc=no
7769 rm -f conftest*
7773 if test $ac_cv_header_stdc = yes; then
7774 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7775 if test "$cross_compiling" = yes; then :
7777 else
7778 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7779 /* end confdefs.h. */
7780 #include <ctype.h>
7781 #include <stdlib.h>
7782 #if ((' ' & 0x0FF) == 0x020)
7783 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7784 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7785 #else
7786 # define ISLOWER(c) \
7787 (('a' <= (c) && (c) <= 'i') \
7788 || ('j' <= (c) && (c) <= 'r') \
7789 || ('s' <= (c) && (c) <= 'z'))
7790 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7791 #endif
7793 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7795 main ()
7797 int i;
7798 for (i = 0; i < 256; i++)
7799 if (XOR (islower (i), ISLOWER (i))
7800 || toupper (i) != TOUPPER (i))
7801 return 2;
7802 return 0;
7804 _ACEOF
7805 if ac_fn_c_try_run "$LINENO"; then :
7807 else
7808 ac_cv_header_stdc=no
7810 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7811 conftest.$ac_objext conftest.beam conftest.$ac_ext
7816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
7817 $as_echo "$ac_cv_header_stdc" >&6; }
7818 if test $ac_cv_header_stdc = yes; then
7820 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
7824 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7825 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7826 inttypes.h stdint.h unistd.h
7827 do :
7828 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7829 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7831 eval as_val=\$$as_ac_Header
7832 if test "x$as_val" = x""yes; then :
7833 cat >>confdefs.h <<_ACEOF
7834 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7835 _ACEOF
7839 done
7842 for ac_header in dlfcn.h
7843 do :
7844 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7846 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
7847 cat >>confdefs.h <<_ACEOF
7848 #define HAVE_DLFCN_H 1
7849 _ACEOF
7853 done
7859 # Set options
7864 enable_win32_dll=no
7867 # Check whether --enable-shared was given.
7868 if test "${enable_shared+set}" = set; then :
7869 enableval=$enable_shared; p=${PACKAGE-default}
7870 case $enableval in
7871 yes) enable_shared=yes ;;
7872 no) enable_shared=no ;;
7874 enable_shared=no
7875 # Look at the argument we got. We use all the common list separators.
7876 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7877 for pkg in $enableval; do
7878 IFS="$lt_save_ifs"
7879 if test "X$pkg" = "X$p"; then
7880 enable_shared=yes
7882 done
7883 IFS="$lt_save_ifs"
7885 esac
7886 else
7887 enable_shared=yes
7898 # Check whether --enable-static was given.
7899 if test "${enable_static+set}" = set; then :
7900 enableval=$enable_static; p=${PACKAGE-default}
7901 case $enableval in
7902 yes) enable_static=yes ;;
7903 no) enable_static=no ;;
7905 enable_static=no
7906 # Look at the argument we got. We use all the common list separators.
7907 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7908 for pkg in $enableval; do
7909 IFS="$lt_save_ifs"
7910 if test "X$pkg" = "X$p"; then
7911 enable_static=yes
7913 done
7914 IFS="$lt_save_ifs"
7916 esac
7917 else
7918 enable_static=yes
7930 # Check whether --with-pic was given.
7931 if test "${with_pic+set}" = set; then :
7932 withval=$with_pic; pic_mode="$withval"
7933 else
7934 pic_mode=default
7938 test -z "$pic_mode" && pic_mode=default
7946 # Check whether --enable-fast-install was given.
7947 if test "${enable_fast_install+set}" = set; then :
7948 enableval=$enable_fast_install; p=${PACKAGE-default}
7949 case $enableval in
7950 yes) enable_fast_install=yes ;;
7951 no) enable_fast_install=no ;;
7953 enable_fast_install=no
7954 # Look at the argument we got. We use all the common list separators.
7955 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7956 for pkg in $enableval; do
7957 IFS="$lt_save_ifs"
7958 if test "X$pkg" = "X$p"; then
7959 enable_fast_install=yes
7961 done
7962 IFS="$lt_save_ifs"
7964 esac
7965 else
7966 enable_fast_install=yes
7979 # This can be used to rebuild libtool when needed
7980 LIBTOOL_DEPS="$ltmain"
7982 # Always use our own libtool.
7983 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8010 test -z "$LN_S" && LN_S="ln -s"
8025 if test -n "${ZSH_VERSION+set}" ; then
8026 setopt NO_GLOB_SUBST
8029 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8030 $as_echo_n "checking for objdir... " >&6; }
8031 if test "${lt_cv_objdir+set}" = set; then :
8032 $as_echo_n "(cached) " >&6
8033 else
8034 rm -f .libs 2>/dev/null
8035 mkdir .libs 2>/dev/null
8036 if test -d .libs; then
8037 lt_cv_objdir=.libs
8038 else
8039 # MS-DOS does not allow filenames that begin with a dot.
8040 lt_cv_objdir=_libs
8042 rmdir .libs 2>/dev/null
8044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8045 $as_echo "$lt_cv_objdir" >&6; }
8046 objdir=$lt_cv_objdir
8052 cat >>confdefs.h <<_ACEOF
8053 #define LT_OBJDIR "$lt_cv_objdir/"
8054 _ACEOF
8059 case $host_os in
8060 aix3*)
8061 # AIX sometimes has problems with the GCC collect2 program. For some
8062 # reason, if we set the COLLECT_NAMES environment variable, the problems
8063 # vanish in a puff of smoke.
8064 if test "X${COLLECT_NAMES+set}" != Xset; then
8065 COLLECT_NAMES=
8066 export COLLECT_NAMES
8069 esac
8071 # Global variables:
8072 ofile=libtool
8073 can_build_shared=yes
8075 # All known linkers require a `.a' archive for static linking (except MSVC,
8076 # which needs '.lib').
8077 libext=a
8079 with_gnu_ld="$lt_cv_prog_gnu_ld"
8081 old_CC="$CC"
8082 old_CFLAGS="$CFLAGS"
8084 # Set sane defaults for various variables
8085 test -z "$CC" && CC=cc
8086 test -z "$LTCC" && LTCC=$CC
8087 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8088 test -z "$LD" && LD=ld
8089 test -z "$ac_objext" && ac_objext=o
8091 for cc_temp in $compiler""; do
8092 case $cc_temp in
8093 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8094 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8095 \-*) ;;
8096 *) break;;
8097 esac
8098 done
8099 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8102 # Only perform the check for file, if the check method requires it
8103 test -z "$MAGIC_CMD" && MAGIC_CMD=file
8104 case $deplibs_check_method in
8105 file_magic*)
8106 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8107 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8108 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8109 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8110 $as_echo_n "(cached) " >&6
8111 else
8112 case $MAGIC_CMD in
8113 [\\/*] | ?:[\\/]*)
8114 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8117 lt_save_MAGIC_CMD="$MAGIC_CMD"
8118 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8119 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8120 for ac_dir in $ac_dummy; do
8121 IFS="$lt_save_ifs"
8122 test -z "$ac_dir" && ac_dir=.
8123 if test -f $ac_dir/${ac_tool_prefix}file; then
8124 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8125 if test -n "$file_magic_test_file"; then
8126 case $deplibs_check_method in
8127 "file_magic "*)
8128 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8129 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8130 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8131 $EGREP "$file_magic_regex" > /dev/null; then
8133 else
8134 cat <<_LT_EOF 1>&2
8136 *** Warning: the command libtool uses to detect shared libraries,
8137 *** $file_magic_cmd, produces output that libtool cannot recognize.
8138 *** The result is that libtool may fail to recognize shared libraries
8139 *** as such. This will affect the creation of libtool libraries that
8140 *** depend on shared libraries, but programs linked with such libtool
8141 *** libraries will work regardless of this problem. Nevertheless, you
8142 *** may want to report the problem to your system manager and/or to
8143 *** bug-libtool@gnu.org
8145 _LT_EOF
8146 fi ;;
8147 esac
8149 break
8151 done
8152 IFS="$lt_save_ifs"
8153 MAGIC_CMD="$lt_save_MAGIC_CMD"
8155 esac
8158 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8159 if test -n "$MAGIC_CMD"; then
8160 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8161 $as_echo "$MAGIC_CMD" >&6; }
8162 else
8163 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8164 $as_echo "no" >&6; }
8171 if test -z "$lt_cv_path_MAGIC_CMD"; then
8172 if test -n "$ac_tool_prefix"; then
8173 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8174 $as_echo_n "checking for file... " >&6; }
8175 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8176 $as_echo_n "(cached) " >&6
8177 else
8178 case $MAGIC_CMD in
8179 [\\/*] | ?:[\\/]*)
8180 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8183 lt_save_MAGIC_CMD="$MAGIC_CMD"
8184 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8185 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8186 for ac_dir in $ac_dummy; do
8187 IFS="$lt_save_ifs"
8188 test -z "$ac_dir" && ac_dir=.
8189 if test -f $ac_dir/file; then
8190 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8191 if test -n "$file_magic_test_file"; then
8192 case $deplibs_check_method in
8193 "file_magic "*)
8194 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8195 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8196 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8197 $EGREP "$file_magic_regex" > /dev/null; then
8199 else
8200 cat <<_LT_EOF 1>&2
8202 *** Warning: the command libtool uses to detect shared libraries,
8203 *** $file_magic_cmd, produces output that libtool cannot recognize.
8204 *** The result is that libtool may fail to recognize shared libraries
8205 *** as such. This will affect the creation of libtool libraries that
8206 *** depend on shared libraries, but programs linked with such libtool
8207 *** libraries will work regardless of this problem. Nevertheless, you
8208 *** may want to report the problem to your system manager and/or to
8209 *** bug-libtool@gnu.org
8211 _LT_EOF
8212 fi ;;
8213 esac
8215 break
8217 done
8218 IFS="$lt_save_ifs"
8219 MAGIC_CMD="$lt_save_MAGIC_CMD"
8221 esac
8224 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8225 if test -n "$MAGIC_CMD"; then
8226 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8227 $as_echo "$MAGIC_CMD" >&6; }
8228 else
8229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8230 $as_echo "no" >&6; }
8234 else
8235 MAGIC_CMD=:
8241 esac
8243 # Use C for the default configuration in the libtool script
8245 lt_save_CC="$CC"
8246 ac_ext=c
8247 ac_cpp='$CPP $CPPFLAGS'
8248 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8249 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8250 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8253 # Source file extension for C test sources.
8254 ac_ext=c
8256 # Object file extension for compiled C test sources.
8257 objext=o
8258 objext=$objext
8260 # Code to be used in simple compile tests
8261 lt_simple_compile_test_code="int some_variable = 0;"
8263 # Code to be used in simple link tests
8264 lt_simple_link_test_code='int main(){return(0);}'
8272 # If no C compiler was specified, use CC.
8273 LTCC=${LTCC-"$CC"}
8275 # If no C compiler flags were specified, use CFLAGS.
8276 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8278 # Allow CC to be a program name with arguments.
8279 compiler=$CC
8281 # Save the default compiler, since it gets overwritten when the other
8282 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8283 compiler_DEFAULT=$CC
8285 # save warnings/boilerplate of simple test code
8286 ac_outfile=conftest.$ac_objext
8287 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8288 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8289 _lt_compiler_boilerplate=`cat conftest.err`
8290 $RM conftest*
8292 ac_outfile=conftest.$ac_objext
8293 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8294 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8295 _lt_linker_boilerplate=`cat conftest.err`
8296 $RM -r conftest*
8299 ## CAVEAT EMPTOR:
8300 ## There is no encapsulation within the following macros, do not change
8301 ## the running order or otherwise move them around unless you know exactly
8302 ## what you are doing...
8303 if test -n "$compiler"; then
8305 lt_prog_compiler_no_builtin_flag=
8307 if test "$GCC" = yes; then
8308 case $cc_basename in
8309 nvcc*)
8310 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8312 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8313 esac
8315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8316 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8317 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8318 $as_echo_n "(cached) " >&6
8319 else
8320 lt_cv_prog_compiler_rtti_exceptions=no
8321 ac_outfile=conftest.$ac_objext
8322 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8323 lt_compiler_flag="-fno-rtti -fno-exceptions"
8324 # Insert the option either (1) after the last *FLAGS variable, or
8325 # (2) before a word containing "conftest.", or (3) at the end.
8326 # Note that $ac_compile itself does not contain backslashes and begins
8327 # with a dollar sign (not a hyphen), so the echo should work correctly.
8328 # The option is referenced via a variable to avoid confusing sed.
8329 lt_compile=`echo "$ac_compile" | $SED \
8330 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8331 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8332 -e 's:$: $lt_compiler_flag:'`
8333 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8334 (eval "$lt_compile" 2>conftest.err)
8335 ac_status=$?
8336 cat conftest.err >&5
8337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8338 if (exit $ac_status) && test -s "$ac_outfile"; then
8339 # The compiler can only warn and ignore the option if not recognized
8340 # So say no if there are warnings other than the usual output.
8341 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8342 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8343 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8344 lt_cv_prog_compiler_rtti_exceptions=yes
8347 $RM conftest*
8350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8351 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8353 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8354 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8355 else
8366 lt_prog_compiler_wl=
8367 lt_prog_compiler_pic=
8368 lt_prog_compiler_static=
8370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8371 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8373 if test "$GCC" = yes; then
8374 lt_prog_compiler_wl='-Wl,'
8375 lt_prog_compiler_static='-static'
8377 case $host_os in
8378 aix*)
8379 # All AIX code is PIC.
8380 if test "$host_cpu" = ia64; then
8381 # AIX 5 now supports IA64 processor
8382 lt_prog_compiler_static='-Bstatic'
8386 amigaos*)
8387 case $host_cpu in
8388 powerpc)
8389 # see comment about AmigaOS4 .so support
8390 lt_prog_compiler_pic='-fPIC'
8392 m68k)
8393 # FIXME: we need at least 68020 code to build shared libraries, but
8394 # adding the `-m68020' flag to GCC prevents building anything better,
8395 # like `-m68040'.
8396 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8398 esac
8401 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8402 # PIC is the default for these OSes.
8405 mingw* | cygwin* | pw32* | os2* | cegcc*)
8406 # This hack is so that the source file can tell whether it is being
8407 # built for inclusion in a dll (and should export symbols for example).
8408 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8409 # (--disable-auto-import) libraries
8410 lt_prog_compiler_pic='-DDLL_EXPORT'
8413 darwin* | rhapsody*)
8414 # PIC is the default on this platform
8415 # Common symbols not allowed in MH_DYLIB files
8416 lt_prog_compiler_pic='-fno-common'
8419 haiku*)
8420 # PIC is the default for Haiku.
8421 # The "-static" flag exists, but is broken.
8422 lt_prog_compiler_static=
8425 hpux*)
8426 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8427 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8428 # sets the default TLS model and affects inlining.
8429 case $host_cpu in
8430 hppa*64*)
8431 # +Z the default
8434 lt_prog_compiler_pic='-fPIC'
8436 esac
8439 interix[3-9]*)
8440 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8441 # Instead, we relocate shared libraries at runtime.
8444 msdosdjgpp*)
8445 # Just because we use GCC doesn't mean we suddenly get shared libraries
8446 # on systems that don't support them.
8447 lt_prog_compiler_can_build_shared=no
8448 enable_shared=no
8451 *nto* | *qnx*)
8452 # QNX uses GNU C++, but need to define -shared option too, otherwise
8453 # it will coredump.
8454 lt_prog_compiler_pic='-fPIC -shared'
8457 sysv4*MP*)
8458 if test -d /usr/nec; then
8459 lt_prog_compiler_pic=-Kconform_pic
8464 lt_prog_compiler_pic='-fPIC'
8466 esac
8468 case $cc_basename in
8469 nvcc*) # Cuda Compiler Driver 2.2
8470 lt_prog_compiler_wl='-Xlinker '
8471 lt_prog_compiler_pic='-Xcompiler -fPIC'
8473 esac
8474 else
8475 # PORTME Check for flag to pass linker flags through the system compiler.
8476 case $host_os in
8477 aix*)
8478 lt_prog_compiler_wl='-Wl,'
8479 if test "$host_cpu" = ia64; then
8480 # AIX 5 now supports IA64 processor
8481 lt_prog_compiler_static='-Bstatic'
8482 else
8483 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8487 mingw* | cygwin* | pw32* | os2* | cegcc*)
8488 # This hack is so that the source file can tell whether it is being
8489 # built for inclusion in a dll (and should export symbols for example).
8490 lt_prog_compiler_pic='-DDLL_EXPORT'
8493 hpux9* | hpux10* | hpux11*)
8494 lt_prog_compiler_wl='-Wl,'
8495 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8496 # not for PA HP-UX.
8497 case $host_cpu in
8498 hppa*64*|ia64*)
8499 # +Z the default
8502 lt_prog_compiler_pic='+Z'
8504 esac
8505 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8506 lt_prog_compiler_static='${wl}-a ${wl}archive'
8509 irix5* | irix6* | nonstopux*)
8510 lt_prog_compiler_wl='-Wl,'
8511 # PIC (with -KPIC) is the default.
8512 lt_prog_compiler_static='-non_shared'
8515 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8516 case $cc_basename in
8517 # old Intel for x86_64 which still supported -KPIC.
8518 ecc*)
8519 lt_prog_compiler_wl='-Wl,'
8520 lt_prog_compiler_pic='-KPIC'
8521 lt_prog_compiler_static='-static'
8523 # icc used to be incompatible with GCC.
8524 # ICC 10 doesn't accept -KPIC any more.
8525 icc* | ifort*)
8526 lt_prog_compiler_wl='-Wl,'
8527 lt_prog_compiler_pic='-fPIC'
8528 lt_prog_compiler_static='-static'
8530 # Lahey Fortran 8.1.
8531 lf95*)
8532 lt_prog_compiler_wl='-Wl,'
8533 lt_prog_compiler_pic='--shared'
8534 lt_prog_compiler_static='--static'
8536 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8537 # Portland Group compilers (*not* the Pentium gcc compiler,
8538 # which looks to be a dead project)
8539 lt_prog_compiler_wl='-Wl,'
8540 lt_prog_compiler_pic='-fpic'
8541 lt_prog_compiler_static='-Bstatic'
8543 ccc*)
8544 lt_prog_compiler_wl='-Wl,'
8545 # All Alpha code is PIC.
8546 lt_prog_compiler_static='-non_shared'
8548 xl* | bgxl* | bgf* | mpixl*)
8549 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8550 lt_prog_compiler_wl='-Wl,'
8551 lt_prog_compiler_pic='-qpic'
8552 lt_prog_compiler_static='-qstaticlink'
8555 case `$CC -V 2>&1 | sed 5q` in
8556 *Sun\ F* | *Sun*Fortran*)
8557 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8558 lt_prog_compiler_pic='-KPIC'
8559 lt_prog_compiler_static='-Bstatic'
8560 lt_prog_compiler_wl=''
8562 *Sun\ C*)
8563 # Sun C 5.9
8564 lt_prog_compiler_pic='-KPIC'
8565 lt_prog_compiler_static='-Bstatic'
8566 lt_prog_compiler_wl='-Wl,'
8568 esac
8570 esac
8573 newsos6)
8574 lt_prog_compiler_pic='-KPIC'
8575 lt_prog_compiler_static='-Bstatic'
8578 *nto* | *qnx*)
8579 # QNX uses GNU C++, but need to define -shared option too, otherwise
8580 # it will coredump.
8581 lt_prog_compiler_pic='-fPIC -shared'
8584 osf3* | osf4* | osf5*)
8585 lt_prog_compiler_wl='-Wl,'
8586 # All OSF/1 code is PIC.
8587 lt_prog_compiler_static='-non_shared'
8590 rdos*)
8591 lt_prog_compiler_static='-non_shared'
8594 solaris*)
8595 lt_prog_compiler_pic='-KPIC'
8596 lt_prog_compiler_static='-Bstatic'
8597 case $cc_basename in
8598 f77* | f90* | f95*)
8599 lt_prog_compiler_wl='-Qoption ld ';;
8601 lt_prog_compiler_wl='-Wl,';;
8602 esac
8605 sunos4*)
8606 lt_prog_compiler_wl='-Qoption ld '
8607 lt_prog_compiler_pic='-PIC'
8608 lt_prog_compiler_static='-Bstatic'
8611 sysv4 | sysv4.2uw2* | sysv4.3*)
8612 lt_prog_compiler_wl='-Wl,'
8613 lt_prog_compiler_pic='-KPIC'
8614 lt_prog_compiler_static='-Bstatic'
8617 sysv4*MP*)
8618 if test -d /usr/nec ;then
8619 lt_prog_compiler_pic='-Kconform_pic'
8620 lt_prog_compiler_static='-Bstatic'
8624 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8625 lt_prog_compiler_wl='-Wl,'
8626 lt_prog_compiler_pic='-KPIC'
8627 lt_prog_compiler_static='-Bstatic'
8630 unicos*)
8631 lt_prog_compiler_wl='-Wl,'
8632 lt_prog_compiler_can_build_shared=no
8635 uts4*)
8636 lt_prog_compiler_pic='-pic'
8637 lt_prog_compiler_static='-Bstatic'
8641 lt_prog_compiler_can_build_shared=no
8643 esac
8646 case $host_os in
8647 # For platforms which do not support PIC, -DPIC is meaningless:
8648 *djgpp*)
8649 lt_prog_compiler_pic=
8652 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8654 esac
8655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8656 $as_echo "$lt_prog_compiler_pic" >&6; }
8664 # Check to make sure the PIC flag actually works.
8666 if test -n "$lt_prog_compiler_pic"; then
8667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8668 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8669 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8670 $as_echo_n "(cached) " >&6
8671 else
8672 lt_cv_prog_compiler_pic_works=no
8673 ac_outfile=conftest.$ac_objext
8674 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8675 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8676 # Insert the option either (1) after the last *FLAGS variable, or
8677 # (2) before a word containing "conftest.", or (3) at the end.
8678 # Note that $ac_compile itself does not contain backslashes and begins
8679 # with a dollar sign (not a hyphen), so the echo should work correctly.
8680 # The option is referenced via a variable to avoid confusing sed.
8681 lt_compile=`echo "$ac_compile" | $SED \
8682 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8683 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8684 -e 's:$: $lt_compiler_flag:'`
8685 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8686 (eval "$lt_compile" 2>conftest.err)
8687 ac_status=$?
8688 cat conftest.err >&5
8689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8690 if (exit $ac_status) && test -s "$ac_outfile"; then
8691 # The compiler can only warn and ignore the option if not recognized
8692 # So say no if there are warnings other than the usual output.
8693 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8694 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8695 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8696 lt_cv_prog_compiler_pic_works=yes
8699 $RM conftest*
8702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8703 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8705 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8706 case $lt_prog_compiler_pic in
8707 "" | " "*) ;;
8708 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8709 esac
8710 else
8711 lt_prog_compiler_pic=
8712 lt_prog_compiler_can_build_shared=no
8723 # Check to make sure the static flag actually works.
8725 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8726 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8727 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8728 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8729 $as_echo_n "(cached) " >&6
8730 else
8731 lt_cv_prog_compiler_static_works=no
8732 save_LDFLAGS="$LDFLAGS"
8733 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8734 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8735 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8736 # The linker can only warn and ignore the option if not recognized
8737 # So say no if there are warnings
8738 if test -s conftest.err; then
8739 # Append any errors to the config.log.
8740 cat conftest.err 1>&5
8741 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8742 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8743 if diff conftest.exp conftest.er2 >/dev/null; then
8744 lt_cv_prog_compiler_static_works=yes
8746 else
8747 lt_cv_prog_compiler_static_works=yes
8750 $RM -r conftest*
8751 LDFLAGS="$save_LDFLAGS"
8754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8755 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8757 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8759 else
8760 lt_prog_compiler_static=
8769 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8770 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8771 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8772 $as_echo_n "(cached) " >&6
8773 else
8774 lt_cv_prog_compiler_c_o=no
8775 $RM -r conftest 2>/dev/null
8776 mkdir conftest
8777 cd conftest
8778 mkdir out
8779 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8781 lt_compiler_flag="-o out/conftest2.$ac_objext"
8782 # Insert the option either (1) after the last *FLAGS variable, or
8783 # (2) before a word containing "conftest.", or (3) at the end.
8784 # Note that $ac_compile itself does not contain backslashes and begins
8785 # with a dollar sign (not a hyphen), so the echo should work correctly.
8786 lt_compile=`echo "$ac_compile" | $SED \
8787 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8788 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8789 -e 's:$: $lt_compiler_flag:'`
8790 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8791 (eval "$lt_compile" 2>out/conftest.err)
8792 ac_status=$?
8793 cat out/conftest.err >&5
8794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8795 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8796 then
8797 # The compiler can only warn and ignore the option if not recognized
8798 # So say no if there are warnings
8799 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8800 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8801 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8802 lt_cv_prog_compiler_c_o=yes
8805 chmod u+w . 2>&5
8806 $RM conftest*
8807 # SGI C++ compiler will create directory out/ii_files/ for
8808 # template instantiation
8809 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8810 $RM out/* && rmdir out
8811 cd ..
8812 $RM -r conftest
8813 $RM conftest*
8816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8817 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8825 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8826 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8827 $as_echo_n "(cached) " >&6
8828 else
8829 lt_cv_prog_compiler_c_o=no
8830 $RM -r conftest 2>/dev/null
8831 mkdir conftest
8832 cd conftest
8833 mkdir out
8834 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8836 lt_compiler_flag="-o out/conftest2.$ac_objext"
8837 # Insert the option either (1) after the last *FLAGS variable, or
8838 # (2) before a word containing "conftest.", or (3) at the end.
8839 # Note that $ac_compile itself does not contain backslashes and begins
8840 # with a dollar sign (not a hyphen), so the echo should work correctly.
8841 lt_compile=`echo "$ac_compile" | $SED \
8842 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8843 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8844 -e 's:$: $lt_compiler_flag:'`
8845 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8846 (eval "$lt_compile" 2>out/conftest.err)
8847 ac_status=$?
8848 cat out/conftest.err >&5
8849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8850 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8851 then
8852 # The compiler can only warn and ignore the option if not recognized
8853 # So say no if there are warnings
8854 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8855 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8856 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8857 lt_cv_prog_compiler_c_o=yes
8860 chmod u+w . 2>&5
8861 $RM conftest*
8862 # SGI C++ compiler will create directory out/ii_files/ for
8863 # template instantiation
8864 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8865 $RM out/* && rmdir out
8866 cd ..
8867 $RM -r conftest
8868 $RM conftest*
8871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8872 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8877 hard_links="nottested"
8878 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8879 # do not overwrite the value of need_locks provided by the user
8880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8881 $as_echo_n "checking if we can lock with hard links... " >&6; }
8882 hard_links=yes
8883 $RM conftest*
8884 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8885 touch conftest.a
8886 ln conftest.a conftest.b 2>&5 || hard_links=no
8887 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8889 $as_echo "$hard_links" >&6; }
8890 if test "$hard_links" = no; then
8891 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8892 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8893 need_locks=warn
8895 else
8896 need_locks=no
8904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8905 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8907 runpath_var=
8908 allow_undefined_flag=
8909 always_export_symbols=no
8910 archive_cmds=
8911 archive_expsym_cmds=
8912 compiler_needs_object=no
8913 enable_shared_with_static_runtimes=no
8914 export_dynamic_flag_spec=
8915 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8916 hardcode_automatic=no
8917 hardcode_direct=no
8918 hardcode_direct_absolute=no
8919 hardcode_libdir_flag_spec=
8920 hardcode_libdir_flag_spec_ld=
8921 hardcode_libdir_separator=
8922 hardcode_minus_L=no
8923 hardcode_shlibpath_var=unsupported
8924 inherit_rpath=no
8925 link_all_deplibs=unknown
8926 module_cmds=
8927 module_expsym_cmds=
8928 old_archive_from_new_cmds=
8929 old_archive_from_expsyms_cmds=
8930 thread_safe_flag_spec=
8931 whole_archive_flag_spec=
8932 # include_expsyms should be a list of space-separated symbols to be *always*
8933 # included in the symbol list
8934 include_expsyms=
8935 # exclude_expsyms can be an extended regexp of symbols to exclude
8936 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8937 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8938 # as well as any symbol that contains `d'.
8939 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8940 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8941 # platforms (ab)use it in PIC code, but their linkers get confused if
8942 # the symbol is explicitly referenced. Since portable code cannot
8943 # rely on this symbol name, it's probably fine to never include it in
8944 # preloaded symbol tables.
8945 # Exclude shared library initialization/finalization symbols.
8946 extract_expsyms_cmds=
8948 case $host_os in
8949 cygwin* | mingw* | pw32* | cegcc*)
8950 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8951 # When not using gcc, we currently assume that we are using
8952 # Microsoft Visual C++.
8953 if test "$GCC" != yes; then
8954 with_gnu_ld=no
8957 interix*)
8958 # we just hope/assume this is gcc and not c89 (= MSVC++)
8959 with_gnu_ld=yes
8961 openbsd*)
8962 with_gnu_ld=no
8964 esac
8966 ld_shlibs=yes
8968 # On some targets, GNU ld is compatible enough with the native linker
8969 # that we're better off using the native interface for both.
8970 lt_use_gnu_ld_interface=no
8971 if test "$with_gnu_ld" = yes; then
8972 case $host_os in
8973 aix*)
8974 # The AIX port of GNU ld has always aspired to compatibility
8975 # with the native linker. However, as the warning in the GNU ld
8976 # block says, versions before 2.19.5* couldn't really create working
8977 # shared libraries, regardless of the interface used.
8978 case `$LD -v 2>&1` in
8979 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8980 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8981 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8983 lt_use_gnu_ld_interface=yes
8985 esac
8988 lt_use_gnu_ld_interface=yes
8990 esac
8993 if test "$lt_use_gnu_ld_interface" = yes; then
8994 # If archive_cmds runs LD, not CC, wlarc should be empty
8995 wlarc='${wl}'
8997 # Set some defaults for GNU ld with shared library support. These
8998 # are reset later if shared libraries are not supported. Putting them
8999 # here allows them to be overridden if necessary.
9000 runpath_var=LD_RUN_PATH
9001 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9002 export_dynamic_flag_spec='${wl}--export-dynamic'
9003 # ancient GNU ld didn't support --whole-archive et. al.
9004 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9005 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9006 else
9007 whole_archive_flag_spec=
9009 supports_anon_versioning=no
9010 case `$LD -v 2>&1` in
9011 *GNU\ gold*) supports_anon_versioning=yes ;;
9012 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9013 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9014 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9015 *\ 2.11.*) ;; # other 2.11 versions
9016 *) supports_anon_versioning=yes ;;
9017 esac
9019 # See if GNU ld supports shared libraries.
9020 case $host_os in
9021 aix[3-9]*)
9022 # On AIX/PPC, the GNU linker is very broken
9023 if test "$host_cpu" != ia64; then
9024 ld_shlibs=no
9025 cat <<_LT_EOF 1>&2
9027 *** Warning: the GNU linker, at least up to release 2.19, is reported
9028 *** to be unable to reliably create shared libraries on AIX.
9029 *** Therefore, libtool is disabling shared libraries support. If you
9030 *** really care for shared libraries, you may want to install binutils
9031 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9032 *** You will then need to restart the configuration process.
9034 _LT_EOF
9038 amigaos*)
9039 case $host_cpu in
9040 powerpc)
9041 # see comment about AmigaOS4 .so support
9042 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9043 archive_expsym_cmds=''
9045 m68k)
9046 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)'
9047 hardcode_libdir_flag_spec='-L$libdir'
9048 hardcode_minus_L=yes
9050 esac
9053 beos*)
9054 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9055 allow_undefined_flag=unsupported
9056 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9057 # support --undefined. This deserves some investigation. FIXME
9058 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9059 else
9060 ld_shlibs=no
9064 cygwin* | mingw* | pw32* | cegcc*)
9065 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9066 # as there is no search path for DLLs.
9067 hardcode_libdir_flag_spec='-L$libdir'
9068 export_dynamic_flag_spec='${wl}--export-all-symbols'
9069 allow_undefined_flag=unsupported
9070 always_export_symbols=no
9071 enable_shared_with_static_runtimes=yes
9072 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9074 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9075 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9076 # If the export-symbols file already is a .def file (1st line
9077 # is EXPORTS), use it as is; otherwise, prepend...
9078 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9079 cp $export_symbols $output_objdir/$soname.def;
9080 else
9081 echo EXPORTS > $output_objdir/$soname.def;
9082 cat $export_symbols >> $output_objdir/$soname.def;
9084 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9085 else
9086 ld_shlibs=no
9090 haiku*)
9091 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9092 link_all_deplibs=yes
9095 interix[3-9]*)
9096 hardcode_direct=no
9097 hardcode_shlibpath_var=no
9098 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9099 export_dynamic_flag_spec='${wl}-E'
9100 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9101 # Instead, shared libraries are loaded at an image base (0x10000000 by
9102 # default) and relocated if they conflict, which is a slow very memory
9103 # consuming and fragmenting process. To avoid this, we pick a random,
9104 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9105 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9106 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9107 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'
9110 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9111 tmp_diet=no
9112 if test "$host_os" = linux-dietlibc; then
9113 case $cc_basename in
9114 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9115 esac
9117 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9118 && test "$tmp_diet" = no
9119 then
9120 tmp_addflag=
9121 tmp_sharedflag='-shared'
9122 case $cc_basename,$host_cpu in
9123 pgcc*) # Portland Group C compiler
9124 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9125 tmp_addflag=' $pic_flag'
9127 pgf77* | pgf90* | pgf95* | pgfortran*)
9128 # Portland Group f77 and f90 compilers
9129 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9130 tmp_addflag=' $pic_flag -Mnomain' ;;
9131 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9132 tmp_addflag=' -i_dynamic' ;;
9133 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9134 tmp_addflag=' -i_dynamic -nofor_main' ;;
9135 ifc* | ifort*) # Intel Fortran compiler
9136 tmp_addflag=' -nofor_main' ;;
9137 lf95*) # Lahey Fortran 8.1
9138 whole_archive_flag_spec=
9139 tmp_sharedflag='--shared' ;;
9140 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9141 tmp_sharedflag='-qmkshrobj'
9142 tmp_addflag= ;;
9143 nvcc*) # Cuda Compiler Driver 2.2
9144 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9145 compiler_needs_object=yes
9147 esac
9148 case `$CC -V 2>&1 | sed 5q` in
9149 *Sun\ C*) # Sun C 5.9
9150 whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
9151 compiler_needs_object=yes
9152 tmp_sharedflag='-G' ;;
9153 *Sun\ F*) # Sun Fortran 8.3
9154 tmp_sharedflag='-G' ;;
9155 esac
9156 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9158 if test "x$supports_anon_versioning" = xyes; then
9159 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9160 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9161 echo "local: *; };" >> $output_objdir/$libname.ver~
9162 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9165 case $cc_basename in
9166 xlf* | bgf* | bgxlf* | mpixlf*)
9167 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9168 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9169 hardcode_libdir_flag_spec=
9170 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9171 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9172 if test "x$supports_anon_versioning" = xyes; then
9173 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9174 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9175 echo "local: *; };" >> $output_objdir/$libname.ver~
9176 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9179 esac
9180 else
9181 ld_shlibs=no
9185 netbsd*)
9186 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9187 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9188 wlarc=
9189 else
9190 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9191 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9195 solaris*)
9196 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9197 ld_shlibs=no
9198 cat <<_LT_EOF 1>&2
9200 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9201 *** create shared libraries on Solaris systems. Therefore, libtool
9202 *** is disabling shared libraries support. We urge you to upgrade GNU
9203 *** binutils to release 2.9.1 or newer. Another option is to modify
9204 *** your PATH or compiler configuration so that the native linker is
9205 *** used, and then restart.
9207 _LT_EOF
9208 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9209 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9210 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9211 else
9212 ld_shlibs=no
9216 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9217 case `$LD -v 2>&1` in
9218 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9219 ld_shlibs=no
9220 cat <<_LT_EOF 1>&2
9222 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9223 *** reliably create shared libraries on SCO systems. Therefore, libtool
9224 *** is disabling shared libraries support. We urge you to upgrade GNU
9225 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9226 *** your PATH or compiler configuration so that the native linker is
9227 *** used, and then restart.
9229 _LT_EOF
9232 # For security reasons, it is highly recommended that you always
9233 # use absolute paths for naming shared libraries, and exclude the
9234 # DT_RUNPATH tag from executables and libraries. But doing so
9235 # requires that you compile everything twice, which is a pain.
9236 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9237 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9238 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9239 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9240 else
9241 ld_shlibs=no
9244 esac
9247 sunos4*)
9248 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9249 wlarc=
9250 hardcode_direct=yes
9251 hardcode_shlibpath_var=no
9255 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9256 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9257 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9258 else
9259 ld_shlibs=no
9262 esac
9264 if test "$ld_shlibs" = no; then
9265 runpath_var=
9266 hardcode_libdir_flag_spec=
9267 export_dynamic_flag_spec=
9268 whole_archive_flag_spec=
9270 else
9271 # PORTME fill in a description of your system's linker (not GNU ld)
9272 case $host_os in
9273 aix3*)
9274 allow_undefined_flag=unsupported
9275 always_export_symbols=yes
9276 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'
9277 # Note: this linker hardcodes the directories in LIBPATH if there
9278 # are no directories specified by -L.
9279 hardcode_minus_L=yes
9280 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9281 # Neither direct hardcoding nor static linking is supported with a
9282 # broken collect2.
9283 hardcode_direct=unsupported
9287 aix[4-9]*)
9288 if test "$host_cpu" = ia64; then
9289 # On IA64, the linker does run time linking by default, so we don't
9290 # have to do anything special.
9291 aix_use_runtimelinking=no
9292 exp_sym_flag='-Bexport'
9293 no_entry_flag=""
9294 else
9295 # If we're using GNU nm, then we don't want the "-C" option.
9296 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9297 # Also, AIX nm treats weak defined symbols like other global
9298 # defined symbols, whereas GNU nm marks them as "W".
9299 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9300 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9301 else
9302 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'
9304 aix_use_runtimelinking=no
9306 # Test if we are trying to use run time linking or normal
9307 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9308 # need to do runtime linking.
9309 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9310 for ld_flag in $LDFLAGS; do
9311 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9312 aix_use_runtimelinking=yes
9313 break
9315 done
9317 esac
9319 exp_sym_flag='-bexport'
9320 no_entry_flag='-bnoentry'
9323 # When large executables or shared objects are built, AIX ld can
9324 # have problems creating the table of contents. If linking a library
9325 # or program results in "error TOC overflow" add -mminimal-toc to
9326 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9327 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9329 archive_cmds=''
9330 hardcode_direct=yes
9331 hardcode_direct_absolute=yes
9332 hardcode_libdir_separator=':'
9333 link_all_deplibs=yes
9334 file_list_spec='${wl}-f,'
9336 if test "$GCC" = yes; then
9337 case $host_os in aix4.[012]|aix4.[012].*)
9338 # We only want to do this on AIX 4.2 and lower, the check
9339 # below for broken collect2 doesn't work under 4.3+
9340 collect2name=`${CC} -print-prog-name=collect2`
9341 if test -f "$collect2name" &&
9342 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9343 then
9344 # We have reworked collect2
9346 else
9347 # We have old collect2
9348 hardcode_direct=unsupported
9349 # It fails to find uninstalled libraries when the uninstalled
9350 # path is not listed in the libpath. Setting hardcode_minus_L
9351 # to unsupported forces relinking
9352 hardcode_minus_L=yes
9353 hardcode_libdir_flag_spec='-L$libdir'
9354 hardcode_libdir_separator=
9357 esac
9358 shared_flag='-shared'
9359 if test "$aix_use_runtimelinking" = yes; then
9360 shared_flag="$shared_flag "'${wl}-G'
9362 else
9363 # not using gcc
9364 if test "$host_cpu" = ia64; then
9365 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9366 # chokes on -Wl,-G. The following line is correct:
9367 shared_flag='-G'
9368 else
9369 if test "$aix_use_runtimelinking" = yes; then
9370 shared_flag='${wl}-G'
9371 else
9372 shared_flag='${wl}-bM:SRE'
9377 export_dynamic_flag_spec='${wl}-bexpall'
9378 # It seems that -bexpall does not export symbols beginning with
9379 # underscore (_), so it is better to generate a list of symbols to export.
9380 always_export_symbols=yes
9381 if test "$aix_use_runtimelinking" = yes; then
9382 # Warning - without using the other runtime loading flags (-brtl),
9383 # -berok will link without error, but may produce a broken library.
9384 allow_undefined_flag='-berok'
9385 # Determine the default libpath from the value encoded in an
9386 # empty executable.
9387 if test x$gcc_no_link = xyes; then
9388 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
9390 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9391 /* end confdefs.h. */
9394 main ()
9398 return 0;
9400 _ACEOF
9401 if ac_fn_c_try_link "$LINENO"; then :
9403 lt_aix_libpath_sed='
9404 /Import File Strings/,/^$/ {
9405 /^0/ {
9406 s/^0 *\(.*\)$/\1/
9410 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9411 # Check for a 64-bit object if we didn't find anything.
9412 if test -z "$aix_libpath"; then
9413 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9416 rm -f core conftest.err conftest.$ac_objext \
9417 conftest$ac_exeext conftest.$ac_ext
9418 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9420 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9421 archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
9422 else
9423 if test "$host_cpu" = ia64; then
9424 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9425 allow_undefined_flag="-z nodefs"
9426 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"
9427 else
9428 # Determine the default libpath from the value encoded in an
9429 # empty executable.
9430 if test x$gcc_no_link = xyes; then
9431 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
9433 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9434 /* end confdefs.h. */
9437 main ()
9441 return 0;
9443 _ACEOF
9444 if ac_fn_c_try_link "$LINENO"; then :
9446 lt_aix_libpath_sed='
9447 /Import File Strings/,/^$/ {
9448 /^0/ {
9449 s/^0 *\(.*\)$/\1/
9453 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9454 # Check for a 64-bit object if we didn't find anything.
9455 if test -z "$aix_libpath"; then
9456 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9459 rm -f core conftest.err conftest.$ac_objext \
9460 conftest$ac_exeext conftest.$ac_ext
9461 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9463 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9464 # Warning - without using the other run time loading flags,
9465 # -berok will link without error, but may produce a broken library.
9466 no_undefined_flag=' ${wl}-bernotok'
9467 allow_undefined_flag=' ${wl}-berok'
9468 if test "$with_gnu_ld" = yes; then
9469 # We only use this code for GNU lds that support --whole-archive.
9470 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9471 else
9472 # Exported symbols can be pulled into shared objects from archives
9473 whole_archive_flag_spec='$convenience'
9475 archive_cmds_need_lc=yes
9476 # This is similar to how AIX traditionally builds its shared libraries.
9477 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'
9482 amigaos*)
9483 case $host_cpu in
9484 powerpc)
9485 # see comment about AmigaOS4 .so support
9486 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9487 archive_expsym_cmds=''
9489 m68k)
9490 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)'
9491 hardcode_libdir_flag_spec='-L$libdir'
9492 hardcode_minus_L=yes
9494 esac
9497 bsdi[45]*)
9498 export_dynamic_flag_spec=-rdynamic
9501 cygwin* | mingw* | pw32* | cegcc*)
9502 # When not using gcc, we currently assume that we are using
9503 # Microsoft Visual C++.
9504 # hardcode_libdir_flag_spec is actually meaningless, as there is
9505 # no search path for DLLs.
9506 hardcode_libdir_flag_spec=' '
9507 allow_undefined_flag=unsupported
9508 # Tell ltmain to make .lib files, not .a files.
9509 libext=lib
9510 # Tell ltmain to make .dll files, not .so files.
9511 shrext_cmds=".dll"
9512 # FIXME: Setting linknames here is a bad hack.
9513 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9514 # The linker will automatically build a .lib file if we build a DLL.
9515 old_archive_from_new_cmds='true'
9516 # FIXME: Should let the user specify the lib program.
9517 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9518 fix_srcfile_path='`cygpath -w "$srcfile"`'
9519 enable_shared_with_static_runtimes=yes
9522 darwin* | rhapsody*)
9525 archive_cmds_need_lc=no
9526 hardcode_direct=no
9527 hardcode_automatic=yes
9528 hardcode_shlibpath_var=unsupported
9529 if test "$lt_cv_ld_force_load" = "yes"; then
9530 whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
9531 else
9532 whole_archive_flag_spec=''
9534 link_all_deplibs=yes
9535 allow_undefined_flag="$_lt_dar_allow_undefined"
9536 case $cc_basename in
9537 ifort*) _lt_dar_can_shared=yes ;;
9538 *) _lt_dar_can_shared=$GCC ;;
9539 esac
9540 if test "$_lt_dar_can_shared" = "yes"; then
9541 output_verbose_link_cmd=func_echo_all
9542 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9543 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9544 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}"
9545 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}"
9547 else
9548 ld_shlibs=no
9553 dgux*)
9554 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9555 hardcode_libdir_flag_spec='-L$libdir'
9556 hardcode_shlibpath_var=no
9559 freebsd1*)
9560 ld_shlibs=no
9563 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9564 # support. Future versions do this automatically, but an explicit c++rt0.o
9565 # does not break anything, and helps significantly (at the cost of a little
9566 # extra space).
9567 freebsd2.2*)
9568 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9569 hardcode_libdir_flag_spec='-R$libdir'
9570 hardcode_direct=yes
9571 hardcode_shlibpath_var=no
9574 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9575 freebsd2*)
9576 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9577 hardcode_direct=yes
9578 hardcode_minus_L=yes
9579 hardcode_shlibpath_var=no
9582 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9583 freebsd* | dragonfly*)
9584 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9585 hardcode_libdir_flag_spec='-R$libdir'
9586 hardcode_direct=yes
9587 hardcode_shlibpath_var=no
9590 hpux9*)
9591 if test "$GCC" = yes; then
9592 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'
9593 else
9594 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'
9596 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9597 hardcode_libdir_separator=:
9598 hardcode_direct=yes
9600 # hardcode_minus_L: Not really in the search PATH,
9601 # but as the default location of the library.
9602 hardcode_minus_L=yes
9603 export_dynamic_flag_spec='${wl}-E'
9606 hpux10*)
9607 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9608 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9609 else
9610 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9612 if test "$with_gnu_ld" = no; then
9613 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9614 hardcode_libdir_flag_spec_ld='+b $libdir'
9615 hardcode_libdir_separator=:
9616 hardcode_direct=yes
9617 hardcode_direct_absolute=yes
9618 export_dynamic_flag_spec='${wl}-E'
9619 # hardcode_minus_L: Not really in the search PATH,
9620 # but as the default location of the library.
9621 hardcode_minus_L=yes
9625 hpux11*)
9626 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9627 case $host_cpu in
9628 hppa*64*)
9629 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9631 ia64*)
9632 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9635 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9637 esac
9638 else
9639 case $host_cpu in
9640 hppa*64*)
9641 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9643 ia64*)
9644 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9648 # Older versions of the 11.00 compiler do not understand -b yet
9649 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9651 $as_echo_n "checking if $CC understands -b... " >&6; }
9652 if test "${lt_cv_prog_compiler__b+set}" = set; then :
9653 $as_echo_n "(cached) " >&6
9654 else
9655 lt_cv_prog_compiler__b=no
9656 save_LDFLAGS="$LDFLAGS"
9657 LDFLAGS="$LDFLAGS -b"
9658 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9659 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9660 # The linker can only warn and ignore the option if not recognized
9661 # So say no if there are warnings
9662 if test -s conftest.err; then
9663 # Append any errors to the config.log.
9664 cat conftest.err 1>&5
9665 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9666 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9667 if diff conftest.exp conftest.er2 >/dev/null; then
9668 lt_cv_prog_compiler__b=yes
9670 else
9671 lt_cv_prog_compiler__b=yes
9674 $RM -r conftest*
9675 LDFLAGS="$save_LDFLAGS"
9678 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9679 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9681 if test x"$lt_cv_prog_compiler__b" = xyes; then
9682 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9683 else
9684 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9688 esac
9690 if test "$with_gnu_ld" = no; then
9691 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9692 hardcode_libdir_separator=:
9694 case $host_cpu in
9695 hppa*64*|ia64*)
9696 hardcode_direct=no
9697 hardcode_shlibpath_var=no
9700 hardcode_direct=yes
9701 hardcode_direct_absolute=yes
9702 export_dynamic_flag_spec='${wl}-E'
9704 # hardcode_minus_L: Not really in the search PATH,
9705 # but as the default location of the library.
9706 hardcode_minus_L=yes
9708 esac
9712 irix5* | irix6* | nonstopux*)
9713 if test "$GCC" = yes; then
9714 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9715 # Try to use the -exported_symbol ld option, if it does not
9716 # work, assume that -exports_file does not work either and
9717 # implicitly export all symbols.
9718 save_LDFLAGS="$LDFLAGS"
9719 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9720 if test x$gcc_no_link = xyes; then
9721 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
9723 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9724 /* end confdefs.h. */
9725 int foo(void) {}
9726 _ACEOF
9727 if ac_fn_c_try_link "$LINENO"; then :
9728 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
9731 rm -f core conftest.err conftest.$ac_objext \
9732 conftest$ac_exeext conftest.$ac_ext
9733 LDFLAGS="$save_LDFLAGS"
9734 else
9735 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
9736 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
9738 archive_cmds_need_lc='no'
9739 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9740 hardcode_libdir_separator=:
9741 inherit_rpath=yes
9742 link_all_deplibs=yes
9745 netbsd*)
9746 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9747 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9748 else
9749 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9751 hardcode_libdir_flag_spec='-R$libdir'
9752 hardcode_direct=yes
9753 hardcode_shlibpath_var=no
9756 newsos6)
9757 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9758 hardcode_direct=yes
9759 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9760 hardcode_libdir_separator=:
9761 hardcode_shlibpath_var=no
9764 *nto* | *qnx*)
9767 openbsd*)
9768 if test -f /usr/libexec/ld.so; then
9769 hardcode_direct=yes
9770 hardcode_shlibpath_var=no
9771 hardcode_direct_absolute=yes
9772 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9773 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9774 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9775 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9776 export_dynamic_flag_spec='${wl}-E'
9777 else
9778 case $host_os in
9779 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9780 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9781 hardcode_libdir_flag_spec='-R$libdir'
9784 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9785 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9787 esac
9789 else
9790 ld_shlibs=no
9794 os2*)
9795 hardcode_libdir_flag_spec='-L$libdir'
9796 hardcode_minus_L=yes
9797 allow_undefined_flag=unsupported
9798 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'
9799 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9802 osf3*)
9803 if test "$GCC" = yes; then
9804 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9805 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9806 else
9807 allow_undefined_flag=' -expect_unresolved \*'
9808 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
9810 archive_cmds_need_lc='no'
9811 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9812 hardcode_libdir_separator=:
9815 osf4* | osf5*) # as osf3* with the addition of -msym flag
9816 if test "$GCC" = yes; then
9817 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9818 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9819 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9820 else
9821 allow_undefined_flag=' -expect_unresolved \*'
9822 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
9823 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~
9824 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
9826 # Both c and cxx compiler support -rpath directly
9827 hardcode_libdir_flag_spec='-rpath $libdir'
9829 archive_cmds_need_lc='no'
9830 hardcode_libdir_separator=:
9833 solaris*)
9834 no_undefined_flag=' -z defs'
9835 if test "$GCC" = yes; then
9836 wlarc='${wl}'
9837 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9838 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9839 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9840 else
9841 case `$CC -V 2>&1` in
9842 *"Compilers 5.0"*)
9843 wlarc=''
9844 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9845 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9846 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9849 wlarc='${wl}'
9850 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9851 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9852 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9854 esac
9856 hardcode_libdir_flag_spec='-R$libdir'
9857 hardcode_shlibpath_var=no
9858 case $host_os in
9859 solaris2.[0-5] | solaris2.[0-5].*) ;;
9861 # The compiler driver will combine and reorder linker options,
9862 # but understands `-z linker_flag'. GCC discards it without `$wl',
9863 # but is careful enough not to reorder.
9864 # Supported since Solaris 2.6 (maybe 2.5.1?)
9865 if test "$GCC" = yes; then
9866 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9867 else
9868 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9871 esac
9872 link_all_deplibs=yes
9875 sunos4*)
9876 if test "x$host_vendor" = xsequent; then
9877 # Use $CC to link under sequent, because it throws in some extra .o
9878 # files that make .init and .fini sections work.
9879 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9880 else
9881 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9883 hardcode_libdir_flag_spec='-L$libdir'
9884 hardcode_direct=yes
9885 hardcode_minus_L=yes
9886 hardcode_shlibpath_var=no
9889 sysv4)
9890 case $host_vendor in
9891 sni)
9892 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9893 hardcode_direct=yes # is this really true???
9895 siemens)
9896 ## LD is ld it makes a PLAMLIB
9897 ## CC just makes a GrossModule.
9898 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9899 reload_cmds='$CC -r -o $output$reload_objs'
9900 hardcode_direct=no
9902 motorola)
9903 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9904 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9906 esac
9907 runpath_var='LD_RUN_PATH'
9908 hardcode_shlibpath_var=no
9911 sysv4.3*)
9912 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9913 hardcode_shlibpath_var=no
9914 export_dynamic_flag_spec='-Bexport'
9917 sysv4*MP*)
9918 if test -d /usr/nec; then
9919 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9920 hardcode_shlibpath_var=no
9921 runpath_var=LD_RUN_PATH
9922 hardcode_runpath_var=yes
9923 ld_shlibs=yes
9927 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9928 no_undefined_flag='${wl}-z,text'
9929 archive_cmds_need_lc=no
9930 hardcode_shlibpath_var=no
9931 runpath_var='LD_RUN_PATH'
9933 if test "$GCC" = yes; then
9934 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9935 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9936 else
9937 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9938 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9942 sysv5* | sco3.2v5* | sco5v6*)
9943 # Note: We can NOT use -z defs as we might desire, because we do not
9944 # link with -lc, and that would cause any symbols used from libc to
9945 # always be unresolved, which means just about no library would
9946 # ever link correctly. If we're not using GNU ld we use -z text
9947 # though, which does catch some bad symbols but isn't as heavy-handed
9948 # as -z defs.
9949 no_undefined_flag='${wl}-z,text'
9950 allow_undefined_flag='${wl}-z,nodefs'
9951 archive_cmds_need_lc=no
9952 hardcode_shlibpath_var=no
9953 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9954 hardcode_libdir_separator=':'
9955 link_all_deplibs=yes
9956 export_dynamic_flag_spec='${wl}-Bexport'
9957 runpath_var='LD_RUN_PATH'
9959 if test "$GCC" = yes; then
9960 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9961 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9962 else
9963 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9964 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9968 uts4*)
9969 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9970 hardcode_libdir_flag_spec='-L$libdir'
9971 hardcode_shlibpath_var=no
9975 ld_shlibs=no
9977 esac
9979 if test x$host_vendor = xsni; then
9980 case $host in
9981 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9982 export_dynamic_flag_spec='${wl}-Blargedynsym'
9984 esac
9988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9989 $as_echo "$ld_shlibs" >&6; }
9990 test "$ld_shlibs" = no && can_build_shared=no
9992 with_gnu_ld=$with_gnu_ld
10009 # Do we need to explicitly link libc?
10011 case "x$archive_cmds_need_lc" in
10012 x|xyes)
10013 # Assume -lc should be added
10014 archive_cmds_need_lc=yes
10016 if test "$enable_shared" = yes && test "$GCC" = yes; then
10017 case $archive_cmds in
10018 *'~'*)
10019 # FIXME: we may have to deal with multi-command sequences.
10021 '$CC '*)
10022 # Test whether the compiler implicitly links with -lc since on some
10023 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10024 # to ld, don't add -lc before -lgcc.
10025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10026 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10027 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
10028 $as_echo_n "(cached) " >&6
10029 else
10030 $RM conftest*
10031 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10033 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10034 (eval $ac_compile) 2>&5
10035 ac_status=$?
10036 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10037 test $ac_status = 0; } 2>conftest.err; then
10038 soname=conftest
10039 lib=conftest
10040 libobjs=conftest.$ac_objext
10041 deplibs=
10042 wl=$lt_prog_compiler_wl
10043 pic_flag=$lt_prog_compiler_pic
10044 compiler_flags=-v
10045 linker_flags=-v
10046 verstring=
10047 output_objdir=.
10048 libname=conftest
10049 lt_save_allow_undefined_flag=$allow_undefined_flag
10050 allow_undefined_flag=
10051 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10052 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10053 ac_status=$?
10054 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10055 test $ac_status = 0; }
10056 then
10057 lt_cv_archive_cmds_need_lc=no
10058 else
10059 lt_cv_archive_cmds_need_lc=yes
10061 allow_undefined_flag=$lt_save_allow_undefined_flag
10062 else
10063 cat conftest.err 1>&5
10065 $RM conftest*
10068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10069 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10070 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
10072 esac
10075 esac
10233 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10234 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10236 if test "$GCC" = yes; then
10237 case $host_os in
10238 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10239 *) lt_awk_arg="/^libraries:/" ;;
10240 esac
10241 case $host_os in
10242 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10243 *) lt_sed_strip_eq="s,=/,/,g" ;;
10244 esac
10245 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10246 case $lt_search_path_spec in
10247 *\;*)
10248 # if the path contains ";" then we assume it to be the separator
10249 # otherwise default to the standard path separator (i.e. ":") - it is
10250 # assumed that no part of a normal pathname contains ";" but that should
10251 # okay in the real world where ";" in dirpaths is itself problematic.
10252 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10255 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10257 esac
10258 # Ok, now we have the path, separated by spaces, we can step through it
10259 # and add multilib dir if necessary.
10260 lt_tmp_lt_search_path_spec=
10261 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10262 for lt_sys_path in $lt_search_path_spec; do
10263 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10264 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10265 else
10266 test -d "$lt_sys_path" && \
10267 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10269 done
10270 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10271 BEGIN {RS=" "; FS="/|\n";} {
10272 lt_foo="";
10273 lt_count=0;
10274 for (lt_i = NF; lt_i > 0; lt_i--) {
10275 if ($lt_i != "" && $lt_i != ".") {
10276 if ($lt_i == "..") {
10277 lt_count++;
10278 } else {
10279 if (lt_count == 0) {
10280 lt_foo="/" $lt_i lt_foo;
10281 } else {
10282 lt_count--;
10287 if (lt_foo != "") { lt_freq[lt_foo]++; }
10288 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10290 # AWK program above erroneously prepends '/' to C:/dos/paths
10291 # for these hosts.
10292 case $host_os in
10293 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10294 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10295 esac
10296 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10297 else
10298 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10300 library_names_spec=
10301 libname_spec='lib$name'
10302 soname_spec=
10303 shrext_cmds=".so"
10304 postinstall_cmds=
10305 postuninstall_cmds=
10306 finish_cmds=
10307 finish_eval=
10308 shlibpath_var=
10309 shlibpath_overrides_runpath=unknown
10310 version_type=none
10311 dynamic_linker="$host_os ld.so"
10312 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10313 need_lib_prefix=unknown
10314 hardcode_into_libs=no
10316 # when you set need_version to no, make sure it does not cause -set_version
10317 # flags to be left without arguments
10318 need_version=unknown
10320 case $host_os in
10321 aix3*)
10322 version_type=linux
10323 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10324 shlibpath_var=LIBPATH
10326 # AIX 3 has no versioning support, so we append a major version to the name.
10327 soname_spec='${libname}${release}${shared_ext}$major'
10330 aix[4-9]*)
10331 version_type=linux
10332 need_lib_prefix=no
10333 need_version=no
10334 hardcode_into_libs=yes
10335 if test "$host_cpu" = ia64; then
10336 # AIX 5 supports IA64
10337 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10338 shlibpath_var=LD_LIBRARY_PATH
10339 else
10340 # With GCC up to 2.95.x, collect2 would create an import file
10341 # for dependence libraries. The import file would start with
10342 # the line `#! .'. This would cause the generated library to
10343 # depend on `.', always an invalid library. This was fixed in
10344 # development snapshots of GCC prior to 3.0.
10345 case $host_os in
10346 aix4 | aix4.[01] | aix4.[01].*)
10347 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10348 echo ' yes '
10349 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10351 else
10352 can_build_shared=no
10355 esac
10356 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10357 # soname into executable. Probably we can add versioning support to
10358 # collect2, so additional links can be useful in future.
10359 if test "$aix_use_runtimelinking" = yes; then
10360 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10361 # instead of lib<name>.a to let people know that these are not
10362 # typical AIX shared libraries.
10363 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10364 else
10365 # We preserve .a as extension for shared libraries through AIX4.2
10366 # and later when we are not doing run time linking.
10367 library_names_spec='${libname}${release}.a $libname.a'
10368 soname_spec='${libname}${release}${shared_ext}$major'
10370 shlibpath_var=LIBPATH
10374 amigaos*)
10375 case $host_cpu in
10376 powerpc)
10377 # Since July 2007 AmigaOS4 officially supports .so libraries.
10378 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10379 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10381 m68k)
10382 library_names_spec='$libname.ixlibrary $libname.a'
10383 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10384 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''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'
10386 esac
10389 beos*)
10390 library_names_spec='${libname}${shared_ext}'
10391 dynamic_linker="$host_os ld.so"
10392 shlibpath_var=LIBRARY_PATH
10395 bsdi[45]*)
10396 version_type=linux
10397 need_version=no
10398 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10399 soname_spec='${libname}${release}${shared_ext}$major'
10400 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10401 shlibpath_var=LD_LIBRARY_PATH
10402 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10403 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10404 # the default ld.so.conf also contains /usr/contrib/lib and
10405 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10406 # libtool to hard-code these into programs
10409 cygwin* | mingw* | pw32* | cegcc*)
10410 version_type=windows
10411 shrext_cmds=".dll"
10412 need_version=no
10413 need_lib_prefix=no
10415 case $GCC,$host_os in
10416 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10417 library_names_spec='$libname.dll.a'
10418 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10419 postinstall_cmds='base_file=`basename \${file}`~
10420 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10421 dldir=$destdir/`dirname \$dlpath`~
10422 test -d \$dldir || mkdir -p \$dldir~
10423 $install_prog $dir/$dlname \$dldir/$dlname~
10424 chmod a+x \$dldir/$dlname~
10425 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10426 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10428 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10429 dlpath=$dir/\$dldll~
10430 $RM \$dlpath'
10431 shlibpath_overrides_runpath=yes
10433 case $host_os in
10434 cygwin*)
10435 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10436 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10438 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10440 mingw* | cegcc*)
10441 # MinGW DLLs use traditional 'lib' prefix
10442 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10444 pw32*)
10445 # pw32 DLLs use 'pw' prefix rather than 'lib'
10446 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10448 esac
10452 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10454 esac
10455 dynamic_linker='Win32 ld.exe'
10456 # FIXME: first we should search . and the directory the executable is in
10457 shlibpath_var=PATH
10460 darwin* | rhapsody*)
10461 dynamic_linker="$host_os dyld"
10462 version_type=darwin
10463 need_lib_prefix=no
10464 need_version=no
10465 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10466 soname_spec='${libname}${release}${major}$shared_ext'
10467 shlibpath_overrides_runpath=yes
10468 shlibpath_var=DYLD_LIBRARY_PATH
10469 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10471 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10472 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10475 dgux*)
10476 version_type=linux
10477 need_lib_prefix=no
10478 need_version=no
10479 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10480 soname_spec='${libname}${release}${shared_ext}$major'
10481 shlibpath_var=LD_LIBRARY_PATH
10484 freebsd1*)
10485 dynamic_linker=no
10488 freebsd* | dragonfly*)
10489 # DragonFly does not have aout. When/if they implement a new
10490 # versioning mechanism, adjust this.
10491 if test -x /usr/bin/objformat; then
10492 objformat=`/usr/bin/objformat`
10493 else
10494 case $host_os in
10495 freebsd[123]*) objformat=aout ;;
10496 *) objformat=elf ;;
10497 esac
10499 version_type=freebsd-$objformat
10500 case $version_type in
10501 freebsd-elf*)
10502 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10503 need_version=no
10504 need_lib_prefix=no
10506 freebsd-*)
10507 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10508 need_version=yes
10510 esac
10511 shlibpath_var=LD_LIBRARY_PATH
10512 case $host_os in
10513 freebsd2*)
10514 shlibpath_overrides_runpath=yes
10516 freebsd3.[01]* | freebsdelf3.[01]*)
10517 shlibpath_overrides_runpath=yes
10518 hardcode_into_libs=yes
10520 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10521 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10522 shlibpath_overrides_runpath=no
10523 hardcode_into_libs=yes
10525 *) # from 4.6 on, and DragonFly
10526 shlibpath_overrides_runpath=yes
10527 hardcode_into_libs=yes
10529 esac
10532 gnu*)
10533 version_type=linux
10534 need_lib_prefix=no
10535 need_version=no
10536 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10537 soname_spec='${libname}${release}${shared_ext}$major'
10538 shlibpath_var=LD_LIBRARY_PATH
10539 hardcode_into_libs=yes
10542 haiku*)
10543 version_type=linux
10544 need_lib_prefix=no
10545 need_version=no
10546 dynamic_linker="$host_os runtime_loader"
10547 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10548 soname_spec='${libname}${release}${shared_ext}$major'
10549 shlibpath_var=LIBRARY_PATH
10550 shlibpath_overrides_runpath=yes
10551 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10552 hardcode_into_libs=yes
10555 hpux9* | hpux10* | hpux11*)
10556 # Give a soname corresponding to the major version so that dld.sl refuses to
10557 # link against other versions.
10558 version_type=sunos
10559 need_lib_prefix=no
10560 need_version=no
10561 case $host_cpu in
10562 ia64*)
10563 shrext_cmds='.so'
10564 hardcode_into_libs=yes
10565 dynamic_linker="$host_os dld.so"
10566 shlibpath_var=LD_LIBRARY_PATH
10567 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10568 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10569 soname_spec='${libname}${release}${shared_ext}$major'
10570 if test "X$HPUX_IA64_MODE" = X32; then
10571 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10572 else
10573 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10575 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10577 hppa*64*)
10578 shrext_cmds='.sl'
10579 hardcode_into_libs=yes
10580 dynamic_linker="$host_os dld.sl"
10581 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10582 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10583 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10584 soname_spec='${libname}${release}${shared_ext}$major'
10585 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10586 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10589 shrext_cmds='.sl'
10590 dynamic_linker="$host_os dld.sl"
10591 shlibpath_var=SHLIB_PATH
10592 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10593 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10594 soname_spec='${libname}${release}${shared_ext}$major'
10596 esac
10597 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10598 postinstall_cmds='chmod 555 $lib'
10599 # or fails outright, so override atomically:
10600 install_override_mode=555
10603 interix[3-9]*)
10604 version_type=linux
10605 need_lib_prefix=no
10606 need_version=no
10607 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10608 soname_spec='${libname}${release}${shared_ext}$major'
10609 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10610 shlibpath_var=LD_LIBRARY_PATH
10611 shlibpath_overrides_runpath=no
10612 hardcode_into_libs=yes
10615 irix5* | irix6* | nonstopux*)
10616 case $host_os in
10617 nonstopux*) version_type=nonstopux ;;
10619 if test "$lt_cv_prog_gnu_ld" = yes; then
10620 version_type=linux
10621 else
10622 version_type=irix
10623 fi ;;
10624 esac
10625 need_lib_prefix=no
10626 need_version=no
10627 soname_spec='${libname}${release}${shared_ext}$major'
10628 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10629 case $host_os in
10630 irix5* | nonstopux*)
10631 libsuff= shlibsuff=
10634 case $LD in # libtool.m4 will add one of these switches to LD
10635 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10636 libsuff= shlibsuff= libmagic=32-bit;;
10637 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10638 libsuff=32 shlibsuff=N32 libmagic=N32;;
10639 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10640 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10641 *) libsuff= shlibsuff= libmagic=never-match;;
10642 esac
10644 esac
10645 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10646 shlibpath_overrides_runpath=no
10647 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10648 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10649 hardcode_into_libs=yes
10652 # No shared lib support for Linux oldld, aout, or coff.
10653 linux*oldld* | linux*aout* | linux*coff*)
10654 dynamic_linker=no
10657 # This must be Linux ELF.
10658 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10659 version_type=linux
10660 need_lib_prefix=no
10661 need_version=no
10662 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10663 soname_spec='${libname}${release}${shared_ext}$major'
10664 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10665 shlibpath_var=LD_LIBRARY_PATH
10666 shlibpath_overrides_runpath=no
10668 # Some binutils ld are patched to set DT_RUNPATH
10669 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10670 $as_echo_n "(cached) " >&6
10671 else
10672 lt_cv_shlibpath_overrides_runpath=no
10673 save_LDFLAGS=$LDFLAGS
10674 save_libdir=$libdir
10675 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10676 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10677 if test x$gcc_no_link = xyes; then
10678 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
10680 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10681 /* end confdefs.h. */
10684 main ()
10688 return 0;
10690 _ACEOF
10691 if ac_fn_c_try_link "$LINENO"; then :
10692 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10693 lt_cv_shlibpath_overrides_runpath=yes
10696 rm -f core conftest.err conftest.$ac_objext \
10697 conftest$ac_exeext conftest.$ac_ext
10698 LDFLAGS=$save_LDFLAGS
10699 libdir=$save_libdir
10703 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10705 # This implies no fast_install, which is unacceptable.
10706 # Some rework will be needed to allow for fast_install
10707 # before this can be enabled.
10708 hardcode_into_libs=yes
10710 # Append ld.so.conf contents to the search path
10711 if test -f /etc/ld.so.conf; then
10712 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;s/"//g;/^$/d' | tr '\n' ' '`
10713 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10716 # We used to test for /lib/ld.so.1 and disable shared libraries on
10717 # powerpc, because MkLinux only supported shared libraries with the
10718 # GNU dynamic linker. Since this was broken with cross compilers,
10719 # most powerpc-linux boxes support dynamic linking these days and
10720 # people can always --disable-shared, the test was removed, and we
10721 # assume the GNU/Linux dynamic linker is in use.
10722 dynamic_linker='GNU/Linux ld.so'
10725 netbsd*)
10726 version_type=sunos
10727 need_lib_prefix=no
10728 need_version=no
10729 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10730 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10731 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10732 dynamic_linker='NetBSD (a.out) ld.so'
10733 else
10734 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10735 soname_spec='${libname}${release}${shared_ext}$major'
10736 dynamic_linker='NetBSD ld.elf_so'
10738 shlibpath_var=LD_LIBRARY_PATH
10739 shlibpath_overrides_runpath=yes
10740 hardcode_into_libs=yes
10743 newsos6)
10744 version_type=linux
10745 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10746 shlibpath_var=LD_LIBRARY_PATH
10747 shlibpath_overrides_runpath=yes
10750 *nto* | *qnx*)
10751 version_type=qnx
10752 need_lib_prefix=no
10753 need_version=no
10754 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10755 soname_spec='${libname}${release}${shared_ext}$major'
10756 shlibpath_var=LD_LIBRARY_PATH
10757 shlibpath_overrides_runpath=no
10758 hardcode_into_libs=yes
10759 dynamic_linker='ldqnx.so'
10762 openbsd*)
10763 version_type=sunos
10764 sys_lib_dlsearch_path_spec="/usr/lib"
10765 need_lib_prefix=no
10766 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10767 case $host_os in
10768 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10769 *) need_version=no ;;
10770 esac
10771 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10772 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10773 shlibpath_var=LD_LIBRARY_PATH
10774 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10775 case $host_os in
10776 openbsd2.[89] | openbsd2.[89].*)
10777 shlibpath_overrides_runpath=no
10780 shlibpath_overrides_runpath=yes
10782 esac
10783 else
10784 shlibpath_overrides_runpath=yes
10788 os2*)
10789 libname_spec='$name'
10790 shrext_cmds=".dll"
10791 need_lib_prefix=no
10792 library_names_spec='$libname${shared_ext} $libname.a'
10793 dynamic_linker='OS/2 ld.exe'
10794 shlibpath_var=LIBPATH
10797 osf3* | osf4* | osf5*)
10798 version_type=osf
10799 need_lib_prefix=no
10800 need_version=no
10801 soname_spec='${libname}${release}${shared_ext}$major'
10802 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10803 shlibpath_var=LD_LIBRARY_PATH
10804 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10805 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10808 rdos*)
10809 dynamic_linker=no
10812 solaris*)
10813 version_type=linux
10814 need_lib_prefix=no
10815 need_version=no
10816 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10817 soname_spec='${libname}${release}${shared_ext}$major'
10818 shlibpath_var=LD_LIBRARY_PATH
10819 shlibpath_overrides_runpath=yes
10820 hardcode_into_libs=yes
10821 # ldd complains unless libraries are executable
10822 postinstall_cmds='chmod +x $lib'
10825 sunos4*)
10826 version_type=sunos
10827 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10828 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10829 shlibpath_var=LD_LIBRARY_PATH
10830 shlibpath_overrides_runpath=yes
10831 if test "$with_gnu_ld" = yes; then
10832 need_lib_prefix=no
10834 need_version=yes
10837 sysv4 | sysv4.3*)
10838 version_type=linux
10839 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10840 soname_spec='${libname}${release}${shared_ext}$major'
10841 shlibpath_var=LD_LIBRARY_PATH
10842 case $host_vendor in
10843 sni)
10844 shlibpath_overrides_runpath=no
10845 need_lib_prefix=no
10846 runpath_var=LD_RUN_PATH
10848 siemens)
10849 need_lib_prefix=no
10851 motorola)
10852 need_lib_prefix=no
10853 need_version=no
10854 shlibpath_overrides_runpath=no
10855 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10857 esac
10860 sysv4*MP*)
10861 if test -d /usr/nec ;then
10862 version_type=linux
10863 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10864 soname_spec='$libname${shared_ext}.$major'
10865 shlibpath_var=LD_LIBRARY_PATH
10869 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10870 version_type=freebsd-elf
10871 need_lib_prefix=no
10872 need_version=no
10873 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10874 soname_spec='${libname}${release}${shared_ext}$major'
10875 shlibpath_var=LD_LIBRARY_PATH
10876 shlibpath_overrides_runpath=yes
10877 hardcode_into_libs=yes
10878 if test "$with_gnu_ld" = yes; then
10879 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10880 else
10881 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10882 case $host_os in
10883 sco3.2v5*)
10884 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10886 esac
10888 sys_lib_dlsearch_path_spec='/usr/lib'
10891 tpf*)
10892 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10893 version_type=linux
10894 need_lib_prefix=no
10895 need_version=no
10896 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10897 shlibpath_var=LD_LIBRARY_PATH
10898 shlibpath_overrides_runpath=no
10899 hardcode_into_libs=yes
10902 uts4*)
10903 version_type=linux
10904 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10905 soname_spec='${libname}${release}${shared_ext}$major'
10906 shlibpath_var=LD_LIBRARY_PATH
10910 dynamic_linker=no
10912 esac
10913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10914 $as_echo "$dynamic_linker" >&6; }
10915 test "$dynamic_linker" = no && can_build_shared=no
10917 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10918 if test "$GCC" = yes; then
10919 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10922 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10923 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10925 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10926 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11021 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11022 hardcode_action=
11023 if test -n "$hardcode_libdir_flag_spec" ||
11024 test -n "$runpath_var" ||
11025 test "X$hardcode_automatic" = "Xyes" ; then
11027 # We can hardcode non-existent directories.
11028 if test "$hardcode_direct" != no &&
11029 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11030 # have to relink, otherwise we might link with an installed library
11031 # when we should be linking with a yet-to-be-installed one
11032 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11033 test "$hardcode_minus_L" != no; then
11034 # Linking always hardcodes the temporary library directory.
11035 hardcode_action=relink
11036 else
11037 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11038 hardcode_action=immediate
11040 else
11041 # We cannot hardcode anything, or else we can only hardcode existing
11042 # directories.
11043 hardcode_action=unsupported
11045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11046 $as_echo "$hardcode_action" >&6; }
11048 if test "$hardcode_action" = relink ||
11049 test "$inherit_rpath" = yes; then
11050 # Fast installation is not supported
11051 enable_fast_install=no
11052 elif test "$shlibpath_overrides_runpath" = yes ||
11053 test "$enable_shared" = no; then
11054 # Fast installation is not necessary
11055 enable_fast_install=needless
11063 if test "x$enable_dlopen" != xyes; then
11064 enable_dlopen=unknown
11065 enable_dlopen_self=unknown
11066 enable_dlopen_self_static=unknown
11067 else
11068 lt_cv_dlopen=no
11069 lt_cv_dlopen_libs=
11071 case $host_os in
11072 beos*)
11073 lt_cv_dlopen="load_add_on"
11074 lt_cv_dlopen_libs=
11075 lt_cv_dlopen_self=yes
11078 mingw* | pw32* | cegcc*)
11079 lt_cv_dlopen="LoadLibrary"
11080 lt_cv_dlopen_libs=
11083 cygwin*)
11084 lt_cv_dlopen="dlopen"
11085 lt_cv_dlopen_libs=
11088 darwin*)
11089 # if libdl is installed we need to link against it
11090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11091 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11092 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11093 $as_echo_n "(cached) " >&6
11094 else
11095 ac_check_lib_save_LIBS=$LIBS
11096 LIBS="-ldl $LIBS"
11097 if test x$gcc_no_link = xyes; then
11098 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
11100 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11101 /* end confdefs.h. */
11103 /* Override any GCC internal prototype to avoid an error.
11104 Use char because int might match the return type of a GCC
11105 builtin and then its argument prototype would still apply. */
11106 #ifdef __cplusplus
11107 extern "C"
11108 #endif
11109 char dlopen ();
11111 main ()
11113 return dlopen ();
11115 return 0;
11117 _ACEOF
11118 if ac_fn_c_try_link "$LINENO"; then :
11119 ac_cv_lib_dl_dlopen=yes
11120 else
11121 ac_cv_lib_dl_dlopen=no
11123 rm -f core conftest.err conftest.$ac_objext \
11124 conftest$ac_exeext conftest.$ac_ext
11125 LIBS=$ac_check_lib_save_LIBS
11127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11128 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11129 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11130 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11131 else
11133 lt_cv_dlopen="dyld"
11134 lt_cv_dlopen_libs=
11135 lt_cv_dlopen_self=yes
11142 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11143 if test "x$ac_cv_func_shl_load" = x""yes; then :
11144 lt_cv_dlopen="shl_load"
11145 else
11146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11147 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11148 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
11149 $as_echo_n "(cached) " >&6
11150 else
11151 ac_check_lib_save_LIBS=$LIBS
11152 LIBS="-ldld $LIBS"
11153 if test x$gcc_no_link = xyes; then
11154 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
11156 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11157 /* end confdefs.h. */
11159 /* Override any GCC internal prototype to avoid an error.
11160 Use char because int might match the return type of a GCC
11161 builtin and then its argument prototype would still apply. */
11162 #ifdef __cplusplus
11163 extern "C"
11164 #endif
11165 char shl_load ();
11167 main ()
11169 return shl_load ();
11171 return 0;
11173 _ACEOF
11174 if ac_fn_c_try_link "$LINENO"; then :
11175 ac_cv_lib_dld_shl_load=yes
11176 else
11177 ac_cv_lib_dld_shl_load=no
11179 rm -f core conftest.err conftest.$ac_objext \
11180 conftest$ac_exeext conftest.$ac_ext
11181 LIBS=$ac_check_lib_save_LIBS
11183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11184 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11185 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
11186 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11187 else
11188 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11189 if test "x$ac_cv_func_dlopen" = x""yes; then :
11190 lt_cv_dlopen="dlopen"
11191 else
11192 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11193 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11194 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11195 $as_echo_n "(cached) " >&6
11196 else
11197 ac_check_lib_save_LIBS=$LIBS
11198 LIBS="-ldl $LIBS"
11199 if test x$gcc_no_link = xyes; then
11200 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
11202 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11203 /* end confdefs.h. */
11205 /* Override any GCC internal prototype to avoid an error.
11206 Use char because int might match the return type of a GCC
11207 builtin and then its argument prototype would still apply. */
11208 #ifdef __cplusplus
11209 extern "C"
11210 #endif
11211 char dlopen ();
11213 main ()
11215 return dlopen ();
11217 return 0;
11219 _ACEOF
11220 if ac_fn_c_try_link "$LINENO"; then :
11221 ac_cv_lib_dl_dlopen=yes
11222 else
11223 ac_cv_lib_dl_dlopen=no
11225 rm -f core conftest.err conftest.$ac_objext \
11226 conftest$ac_exeext conftest.$ac_ext
11227 LIBS=$ac_check_lib_save_LIBS
11229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11230 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11231 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11232 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11233 else
11234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11235 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11236 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
11237 $as_echo_n "(cached) " >&6
11238 else
11239 ac_check_lib_save_LIBS=$LIBS
11240 LIBS="-lsvld $LIBS"
11241 if test x$gcc_no_link = xyes; then
11242 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
11244 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11245 /* end confdefs.h. */
11247 /* Override any GCC internal prototype to avoid an error.
11248 Use char because int might match the return type of a GCC
11249 builtin and then its argument prototype would still apply. */
11250 #ifdef __cplusplus
11251 extern "C"
11252 #endif
11253 char dlopen ();
11255 main ()
11257 return dlopen ();
11259 return 0;
11261 _ACEOF
11262 if ac_fn_c_try_link "$LINENO"; then :
11263 ac_cv_lib_svld_dlopen=yes
11264 else
11265 ac_cv_lib_svld_dlopen=no
11267 rm -f core conftest.err conftest.$ac_objext \
11268 conftest$ac_exeext conftest.$ac_ext
11269 LIBS=$ac_check_lib_save_LIBS
11271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11272 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11273 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
11274 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11275 else
11276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11277 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11278 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
11279 $as_echo_n "(cached) " >&6
11280 else
11281 ac_check_lib_save_LIBS=$LIBS
11282 LIBS="-ldld $LIBS"
11283 if test x$gcc_no_link = xyes; then
11284 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
11286 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11287 /* end confdefs.h. */
11289 /* Override any GCC internal prototype to avoid an error.
11290 Use char because int might match the return type of a GCC
11291 builtin and then its argument prototype would still apply. */
11292 #ifdef __cplusplus
11293 extern "C"
11294 #endif
11295 char dld_link ();
11297 main ()
11299 return dld_link ();
11301 return 0;
11303 _ACEOF
11304 if ac_fn_c_try_link "$LINENO"; then :
11305 ac_cv_lib_dld_dld_link=yes
11306 else
11307 ac_cv_lib_dld_dld_link=no
11309 rm -f core conftest.err conftest.$ac_objext \
11310 conftest$ac_exeext conftest.$ac_ext
11311 LIBS=$ac_check_lib_save_LIBS
11313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11314 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11315 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
11316 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11335 esac
11337 if test "x$lt_cv_dlopen" != xno; then
11338 enable_dlopen=yes
11339 else
11340 enable_dlopen=no
11343 case $lt_cv_dlopen in
11344 dlopen)
11345 save_CPPFLAGS="$CPPFLAGS"
11346 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11348 save_LDFLAGS="$LDFLAGS"
11349 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11351 save_LIBS="$LIBS"
11352 LIBS="$lt_cv_dlopen_libs $LIBS"
11354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11355 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11356 if test "${lt_cv_dlopen_self+set}" = set; then :
11357 $as_echo_n "(cached) " >&6
11358 else
11359 if test "$cross_compiling" = yes; then :
11360 lt_cv_dlopen_self=cross
11361 else
11362 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11363 lt_status=$lt_dlunknown
11364 cat > conftest.$ac_ext <<_LT_EOF
11365 #line 11365 "configure"
11366 #include "confdefs.h"
11368 #if HAVE_DLFCN_H
11369 #include <dlfcn.h>
11370 #endif
11372 #include <stdio.h>
11374 #ifdef RTLD_GLOBAL
11375 # define LT_DLGLOBAL RTLD_GLOBAL
11376 #else
11377 # ifdef DL_GLOBAL
11378 # define LT_DLGLOBAL DL_GLOBAL
11379 # else
11380 # define LT_DLGLOBAL 0
11381 # endif
11382 #endif
11384 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11385 find out it does not work in some platform. */
11386 #ifndef LT_DLLAZY_OR_NOW
11387 # ifdef RTLD_LAZY
11388 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11389 # else
11390 # ifdef DL_LAZY
11391 # define LT_DLLAZY_OR_NOW DL_LAZY
11392 # else
11393 # ifdef RTLD_NOW
11394 # define LT_DLLAZY_OR_NOW RTLD_NOW
11395 # else
11396 # ifdef DL_NOW
11397 # define LT_DLLAZY_OR_NOW DL_NOW
11398 # else
11399 # define LT_DLLAZY_OR_NOW 0
11400 # endif
11401 # endif
11402 # endif
11403 # endif
11404 #endif
11406 /* When -fvisbility=hidden is used, assume the code has been annotated
11407 correspondingly for the symbols needed. */
11408 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11409 void fnord () __attribute__((visibility("default")));
11410 #endif
11412 void fnord () { int i=42; }
11413 int main ()
11415 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11416 int status = $lt_dlunknown;
11418 if (self)
11420 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11421 else
11423 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11424 else puts (dlerror ());
11426 /* dlclose (self); */
11428 else
11429 puts (dlerror ());
11431 return status;
11433 _LT_EOF
11434 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11435 (eval $ac_link) 2>&5
11436 ac_status=$?
11437 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11438 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11439 (./conftest; exit; ) >&5 2>/dev/null
11440 lt_status=$?
11441 case x$lt_status in
11442 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11443 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11444 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11445 esac
11446 else :
11447 # compilation failed
11448 lt_cv_dlopen_self=no
11451 rm -fr conftest*
11455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11456 $as_echo "$lt_cv_dlopen_self" >&6; }
11458 if test "x$lt_cv_dlopen_self" = xyes; then
11459 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11461 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11462 if test "${lt_cv_dlopen_self_static+set}" = set; then :
11463 $as_echo_n "(cached) " >&6
11464 else
11465 if test "$cross_compiling" = yes; then :
11466 lt_cv_dlopen_self_static=cross
11467 else
11468 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11469 lt_status=$lt_dlunknown
11470 cat > conftest.$ac_ext <<_LT_EOF
11471 #line 11471 "configure"
11472 #include "confdefs.h"
11474 #if HAVE_DLFCN_H
11475 #include <dlfcn.h>
11476 #endif
11478 #include <stdio.h>
11480 #ifdef RTLD_GLOBAL
11481 # define LT_DLGLOBAL RTLD_GLOBAL
11482 #else
11483 # ifdef DL_GLOBAL
11484 # define LT_DLGLOBAL DL_GLOBAL
11485 # else
11486 # define LT_DLGLOBAL 0
11487 # endif
11488 #endif
11490 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11491 find out it does not work in some platform. */
11492 #ifndef LT_DLLAZY_OR_NOW
11493 # ifdef RTLD_LAZY
11494 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11495 # else
11496 # ifdef DL_LAZY
11497 # define LT_DLLAZY_OR_NOW DL_LAZY
11498 # else
11499 # ifdef RTLD_NOW
11500 # define LT_DLLAZY_OR_NOW RTLD_NOW
11501 # else
11502 # ifdef DL_NOW
11503 # define LT_DLLAZY_OR_NOW DL_NOW
11504 # else
11505 # define LT_DLLAZY_OR_NOW 0
11506 # endif
11507 # endif
11508 # endif
11509 # endif
11510 #endif
11512 /* When -fvisbility=hidden is used, assume the code has been annotated
11513 correspondingly for the symbols needed. */
11514 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11515 void fnord () __attribute__((visibility("default")));
11516 #endif
11518 void fnord () { int i=42; }
11519 int main ()
11521 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11522 int status = $lt_dlunknown;
11524 if (self)
11526 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11527 else
11529 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11530 else puts (dlerror ());
11532 /* dlclose (self); */
11534 else
11535 puts (dlerror ());
11537 return status;
11539 _LT_EOF
11540 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11541 (eval $ac_link) 2>&5
11542 ac_status=$?
11543 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11544 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11545 (./conftest; exit; ) >&5 2>/dev/null
11546 lt_status=$?
11547 case x$lt_status in
11548 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11549 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11550 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11551 esac
11552 else :
11553 # compilation failed
11554 lt_cv_dlopen_self_static=no
11557 rm -fr conftest*
11561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11562 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11565 CPPFLAGS="$save_CPPFLAGS"
11566 LDFLAGS="$save_LDFLAGS"
11567 LIBS="$save_LIBS"
11569 esac
11571 case $lt_cv_dlopen_self in
11572 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11573 *) enable_dlopen_self=unknown ;;
11574 esac
11576 case $lt_cv_dlopen_self_static in
11577 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11578 *) enable_dlopen_self_static=unknown ;;
11579 esac
11598 striplib=
11599 old_striplib=
11600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11601 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11602 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11603 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11604 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11606 $as_echo "yes" >&6; }
11607 else
11608 # FIXME - insert some real tests, host_os isn't really good enough
11609 case $host_os in
11610 darwin*)
11611 if test -n "$STRIP" ; then
11612 striplib="$STRIP -x"
11613 old_striplib="$STRIP -S"
11614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11615 $as_echo "yes" >&6; }
11616 else
11617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11618 $as_echo "no" >&6; }
11622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11623 $as_echo "no" >&6; }
11625 esac
11639 # Report which library types will actually be built
11640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11641 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11643 $as_echo "$can_build_shared" >&6; }
11645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11646 $as_echo_n "checking whether to build shared libraries... " >&6; }
11647 test "$can_build_shared" = "no" && enable_shared=no
11649 # On AIX, shared libraries and static libraries use the same namespace, and
11650 # are all built from PIC.
11651 case $host_os in
11652 aix3*)
11653 test "$enable_shared" = yes && enable_static=no
11654 if test -n "$RANLIB"; then
11655 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11656 postinstall_cmds='$RANLIB $lib'
11660 aix[4-9]*)
11661 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11662 test "$enable_shared" = yes && enable_static=no
11665 esac
11666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11667 $as_echo "$enable_shared" >&6; }
11669 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11670 $as_echo_n "checking whether to build static libraries... " >&6; }
11671 # Make sure either enable_shared or enable_static is yes.
11672 test "$enable_shared" = yes || enable_static=yes
11673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11674 $as_echo "$enable_static" >&6; }
11680 ac_ext=c
11681 ac_cpp='$CPP $CPPFLAGS'
11682 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11683 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11684 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11686 CC="$lt_save_CC"
11700 ac_config_commands="$ac_config_commands libtool"
11705 # Only expand once:
11710 #AC_MSG_NOTICE([====== Finished libtool configuration]) ; sleep 10
11712 # We need gfortran to compile parts of the library
11713 #AC_PROG_FC(gfortran)
11714 FC="$GFORTRAN"
11715 ac_ext=${ac_fc_srcext-f}
11716 ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5'
11717 ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5'
11718 ac_compiler_gnu=$ac_cv_fc_compiler_gnu
11719 if test -n "$ac_tool_prefix"; then
11720 for ac_prog in gfortran
11722 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
11723 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
11724 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11725 $as_echo_n "checking for $ac_word... " >&6; }
11726 if test "${ac_cv_prog_FC+set}" = set; then :
11727 $as_echo_n "(cached) " >&6
11728 else
11729 if test -n "$FC"; then
11730 ac_cv_prog_FC="$FC" # Let the user override the test.
11731 else
11732 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11733 for as_dir in $PATH
11735 IFS=$as_save_IFS
11736 test -z "$as_dir" && as_dir=.
11737 for ac_exec_ext in '' $ac_executable_extensions; do
11738 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11739 ac_cv_prog_FC="$ac_tool_prefix$ac_prog"
11740 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11741 break 2
11743 done
11744 done
11745 IFS=$as_save_IFS
11749 FC=$ac_cv_prog_FC
11750 if test -n "$FC"; then
11751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $FC" >&5
11752 $as_echo "$FC" >&6; }
11753 else
11754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11755 $as_echo "no" >&6; }
11759 test -n "$FC" && break
11760 done
11762 if test -z "$FC"; then
11763 ac_ct_FC=$FC
11764 for ac_prog in gfortran
11766 # Extract the first word of "$ac_prog", so it can be a program name with args.
11767 set dummy $ac_prog; ac_word=$2
11768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11769 $as_echo_n "checking for $ac_word... " >&6; }
11770 if test "${ac_cv_prog_ac_ct_FC+set}" = set; then :
11771 $as_echo_n "(cached) " >&6
11772 else
11773 if test -n "$ac_ct_FC"; then
11774 ac_cv_prog_ac_ct_FC="$ac_ct_FC" # Let the user override the test.
11775 else
11776 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11777 for as_dir in $PATH
11779 IFS=$as_save_IFS
11780 test -z "$as_dir" && as_dir=.
11781 for ac_exec_ext in '' $ac_executable_extensions; do
11782 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11783 ac_cv_prog_ac_ct_FC="$ac_prog"
11784 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
11785 break 2
11787 done
11788 done
11789 IFS=$as_save_IFS
11793 ac_ct_FC=$ac_cv_prog_ac_ct_FC
11794 if test -n "$ac_ct_FC"; then
11795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_FC" >&5
11796 $as_echo "$ac_ct_FC" >&6; }
11797 else
11798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11799 $as_echo "no" >&6; }
11803 test -n "$ac_ct_FC" && break
11804 done
11806 if test "x$ac_ct_FC" = x; then
11807 FC=""
11808 else
11809 case $cross_compiling:$ac_tool_warned in
11810 yes:)
11811 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
11812 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
11813 ac_tool_warned=yes ;;
11814 esac
11815 FC=$ac_ct_FC
11820 # Provide some information about the compiler.
11821 $as_echo "$as_me:${as_lineno-$LINENO}: checking for Fortran compiler version" >&5
11822 set X $ac_compile
11823 ac_compiler=$2
11824 for ac_option in --version -v -V -qversion; do
11825 { { ac_try="$ac_compiler $ac_option >&5"
11826 case "(($ac_try" in
11827 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11828 *) ac_try_echo=$ac_try;;
11829 esac
11830 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
11831 $as_echo "$ac_try_echo"; } >&5
11832 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
11833 ac_status=$?
11834 if test -s conftest.err; then
11835 sed '10a\
11836 ... rest of stderr output deleted ...
11837 10q' conftest.err >conftest.er1
11838 cat conftest.er1 >&5
11839 rm -f conftest.er1 conftest.err
11841 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11842 test $ac_status = 0; }
11843 done
11844 rm -f a.out
11846 # If we don't use `.F' as extension, the preprocessor is not run on the
11847 # input file. (Note that this only needs to work for GNU compilers.)
11848 ac_save_ext=$ac_ext
11849 ac_ext=F
11850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU Fortran compiler" >&5
11851 $as_echo_n "checking whether we are using the GNU Fortran compiler... " >&6; }
11852 if test "${ac_cv_fc_compiler_gnu+set}" = set; then :
11853 $as_echo_n "(cached) " >&6
11854 else
11855 cat > conftest.$ac_ext <<_ACEOF
11856 program main
11857 #ifndef __GNUC__
11858 choke me
11859 #endif
11862 _ACEOF
11863 if ac_fn_fc_try_compile "$LINENO"; then :
11864 ac_compiler_gnu=yes
11865 else
11866 ac_compiler_gnu=no
11868 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11869 ac_cv_fc_compiler_gnu=$ac_compiler_gnu
11872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_fc_compiler_gnu" >&5
11873 $as_echo "$ac_cv_fc_compiler_gnu" >&6; }
11874 ac_ext=$ac_save_ext
11875 ac_test_FCFLAGS=${FCFLAGS+set}
11876 ac_save_FCFLAGS=$FCFLAGS
11877 FCFLAGS=
11878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $FC accepts -g" >&5
11879 $as_echo_n "checking whether $FC accepts -g... " >&6; }
11880 if test "${ac_cv_prog_fc_g+set}" = set; then :
11881 $as_echo_n "(cached) " >&6
11882 else
11883 FCFLAGS=-g
11884 cat > conftest.$ac_ext <<_ACEOF
11885 program main
11888 _ACEOF
11889 if ac_fn_fc_try_compile "$LINENO"; then :
11890 ac_cv_prog_fc_g=yes
11891 else
11892 ac_cv_prog_fc_g=no
11894 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_fc_g" >&5
11898 $as_echo "$ac_cv_prog_fc_g" >&6; }
11899 if test "$ac_test_FCFLAGS" = set; then
11900 FCFLAGS=$ac_save_FCFLAGS
11901 elif test $ac_cv_prog_fc_g = yes; then
11902 if test "x$ac_cv_fc_compiler_gnu" = xyes; then
11903 FCFLAGS="-g -O2"
11904 else
11905 FCFLAGS="-g"
11907 else
11908 if test "x$ac_cv_fc_compiler_gnu" = xyes; then
11909 FCFLAGS="-O2"
11910 else
11911 FCFLAGS=
11915 ac_ext=c
11916 ac_cpp='$CPP $CPPFLAGS'
11917 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11918 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11919 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11921 ac_ext=${ac_fc_srcext-f}
11922 ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5'
11923 ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5'
11924 ac_compiler_gnu=$ac_cv_fc_compiler_gnu
11927 if test -z "$FC" || test "X$FC" = "Xno"; then
11928 _lt_disable_FC=yes
11931 archive_cmds_need_lc_FC=no
11932 allow_undefined_flag_FC=
11933 always_export_symbols_FC=no
11934 archive_expsym_cmds_FC=
11935 export_dynamic_flag_spec_FC=
11936 hardcode_direct_FC=no
11937 hardcode_direct_absolute_FC=no
11938 hardcode_libdir_flag_spec_FC=
11939 hardcode_libdir_flag_spec_ld_FC=
11940 hardcode_libdir_separator_FC=
11941 hardcode_minus_L_FC=no
11942 hardcode_automatic_FC=no
11943 inherit_rpath_FC=no
11944 module_cmds_FC=
11945 module_expsym_cmds_FC=
11946 link_all_deplibs_FC=unknown
11947 old_archive_cmds_FC=$old_archive_cmds
11948 reload_flag_FC=$reload_flag
11949 reload_cmds_FC=$reload_cmds
11950 no_undefined_flag_FC=
11951 whole_archive_flag_spec_FC=
11952 enable_shared_with_static_runtimes_FC=no
11954 # Source file extension for fc test sources.
11955 ac_ext=${ac_fc_srcext-f}
11957 # Object file extension for compiled fc test sources.
11958 objext=o
11959 objext_FC=$objext
11961 # No sense in running all these tests if we already determined that
11962 # the FC compiler isn't working. Some variables (like enable_shared)
11963 # are currently assumed to apply to all compilers on this platform,
11964 # and will be corrupted by setting them based on a non-working compiler.
11965 if test "$_lt_disable_FC" != yes; then
11966 # Code to be used in simple compile tests
11967 lt_simple_compile_test_code="\
11968 subroutine t
11969 return
11973 # Code to be used in simple link tests
11974 lt_simple_link_test_code="\
11975 program t
11979 # ltmain only uses $CC for tagged configurations so make sure $CC is set.
11986 # If no C compiler was specified, use CC.
11987 LTCC=${LTCC-"$CC"}
11989 # If no C compiler flags were specified, use CFLAGS.
11990 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
11992 # Allow CC to be a program name with arguments.
11993 compiler=$CC
11996 # save warnings/boilerplate of simple test code
11997 ac_outfile=conftest.$ac_objext
11998 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
11999 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
12000 _lt_compiler_boilerplate=`cat conftest.err`
12001 $RM conftest*
12003 ac_outfile=conftest.$ac_objext
12004 echo "$lt_simple_link_test_code" >conftest.$ac_ext
12005 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
12006 _lt_linker_boilerplate=`cat conftest.err`
12007 $RM -r conftest*
12010 # Allow CC to be a program name with arguments.
12011 lt_save_CC="$CC"
12012 lt_save_GCC=$GCC
12013 CC=${FC-"f95"}
12014 compiler=$CC
12015 GCC=$ac_cv_fc_compiler_gnu
12017 compiler_FC=$CC
12018 for cc_temp in $compiler""; do
12019 case $cc_temp in
12020 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
12021 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
12022 \-*) ;;
12023 *) break;;
12024 esac
12025 done
12026 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
12029 if test -n "$compiler"; then
12030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
12031 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
12032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
12033 $as_echo "$can_build_shared" >&6; }
12035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
12036 $as_echo_n "checking whether to build shared libraries... " >&6; }
12037 test "$can_build_shared" = "no" && enable_shared=no
12039 # On AIX, shared libraries and static libraries use the same namespace, and
12040 # are all built from PIC.
12041 case $host_os in
12042 aix3*)
12043 test "$enable_shared" = yes && enable_static=no
12044 if test -n "$RANLIB"; then
12045 archive_cmds="$archive_cmds~\$RANLIB \$lib"
12046 postinstall_cmds='$RANLIB $lib'
12049 aix[4-9]*)
12050 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
12051 test "$enable_shared" = yes && enable_static=no
12054 esac
12055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
12056 $as_echo "$enable_shared" >&6; }
12058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
12059 $as_echo_n "checking whether to build static libraries... " >&6; }
12060 # Make sure either enable_shared or enable_static is yes.
12061 test "$enable_shared" = yes || enable_static=yes
12062 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
12063 $as_echo "$enable_static" >&6; }
12065 GCC_FC="$ac_cv_fc_compiler_gnu"
12066 LD_FC="$LD"
12068 ## CAVEAT EMPTOR:
12069 ## There is no encapsulation within the following macros, do not change
12070 ## the running order or otherwise move them around unless you know exactly
12071 ## what you are doing...
12072 # Dependencies to place before and after the object being linked:
12073 predep_objects_FC=
12074 postdep_objects_FC=
12075 predeps_FC=
12076 postdeps_FC=
12077 compiler_lib_search_path_FC=
12079 cat > conftest.$ac_ext <<_LT_EOF
12080 subroutine foo
12081 implicit none
12082 integer a
12084 return
12086 _LT_EOF
12088 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
12089 (eval $ac_compile) 2>&5
12090 ac_status=$?
12091 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12092 test $ac_status = 0; }; then
12093 # Parse the compiler output and extract the necessary
12094 # objects, libraries and library flags.
12096 # Sentinel used to keep track of whether or not we are before
12097 # the conftest object file.
12098 pre_test_object_deps_done=no
12100 for p in `eval "$output_verbose_link_cmd"`; do
12101 case $p in
12103 -L* | -R* | -l*)
12104 # Some compilers place space between "-{L,R}" and the path.
12105 # Remove the space.
12106 if test $p = "-L" ||
12107 test $p = "-R"; then
12108 prev=$p
12109 continue
12110 else
12111 prev=
12114 if test "$pre_test_object_deps_done" = no; then
12115 case $p in
12116 -L* | -R*)
12117 # Internal compiler library paths should come after those
12118 # provided the user. The postdeps already come after the
12119 # user supplied libs so there is no need to process them.
12120 if test -z "$compiler_lib_search_path_FC"; then
12121 compiler_lib_search_path_FC="${prev}${p}"
12122 else
12123 compiler_lib_search_path_FC="${compiler_lib_search_path_FC} ${prev}${p}"
12126 # The "-l" case would never come before the object being
12127 # linked, so don't bother handling this case.
12128 esac
12129 else
12130 if test -z "$postdeps_FC"; then
12131 postdeps_FC="${prev}${p}"
12132 else
12133 postdeps_FC="${postdeps_FC} ${prev}${p}"
12138 *.$objext)
12139 # This assumes that the test object file only shows up
12140 # once in the compiler output.
12141 if test "$p" = "conftest.$objext"; then
12142 pre_test_object_deps_done=yes
12143 continue
12146 if test "$pre_test_object_deps_done" = no; then
12147 if test -z "$predep_objects_FC"; then
12148 predep_objects_FC="$p"
12149 else
12150 predep_objects_FC="$predep_objects_FC $p"
12152 else
12153 if test -z "$postdep_objects_FC"; then
12154 postdep_objects_FC="$p"
12155 else
12156 postdep_objects_FC="$postdep_objects_FC $p"
12161 *) ;; # Ignore the rest.
12163 esac
12164 done
12166 # Clean up.
12167 rm -f a.out a.exe
12168 else
12169 echo "libtool.m4: error: problem compiling FC test program"
12172 $RM -f confest.$objext
12174 # PORTME: override above test on systems where it is broken
12177 case " $postdeps_FC " in
12178 *" -lc "*) archive_cmds_need_lc_FC=no ;;
12179 esac
12180 compiler_lib_search_dirs_FC=
12181 if test -n "${compiler_lib_search_path_FC}"; then
12182 compiler_lib_search_dirs_FC=`echo " ${compiler_lib_search_path_FC}" | ${SED} -e 's! -L! !g' -e 's!^ !!'`
12215 lt_prog_compiler_wl_FC=
12216 lt_prog_compiler_pic_FC=
12217 lt_prog_compiler_static_FC=
12219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
12220 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
12222 if test "$GCC" = yes; then
12223 lt_prog_compiler_wl_FC='-Wl,'
12224 lt_prog_compiler_static_FC='-static'
12226 case $host_os in
12227 aix*)
12228 # All AIX code is PIC.
12229 if test "$host_cpu" = ia64; then
12230 # AIX 5 now supports IA64 processor
12231 lt_prog_compiler_static_FC='-Bstatic'
12235 amigaos*)
12236 case $host_cpu in
12237 powerpc)
12238 # see comment about AmigaOS4 .so support
12239 lt_prog_compiler_pic_FC='-fPIC'
12241 m68k)
12242 # FIXME: we need at least 68020 code to build shared libraries, but
12243 # adding the `-m68020' flag to GCC prevents building anything better,
12244 # like `-m68040'.
12245 lt_prog_compiler_pic_FC='-m68020 -resident32 -malways-restore-a4'
12247 esac
12250 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
12251 # PIC is the default for these OSes.
12254 mingw* | cygwin* | pw32* | os2* | cegcc*)
12255 # This hack is so that the source file can tell whether it is being
12256 # built for inclusion in a dll (and should export symbols for example).
12257 # Although the cygwin gcc ignores -fPIC, still need this for old-style
12258 # (--disable-auto-import) libraries
12259 lt_prog_compiler_pic_FC='-DDLL_EXPORT'
12262 darwin* | rhapsody*)
12263 # PIC is the default on this platform
12264 # Common symbols not allowed in MH_DYLIB files
12265 lt_prog_compiler_pic_FC='-fno-common'
12268 haiku*)
12269 # PIC is the default for Haiku.
12270 # The "-static" flag exists, but is broken.
12271 lt_prog_compiler_static_FC=
12274 hpux*)
12275 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
12276 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
12277 # sets the default TLS model and affects inlining.
12278 case $host_cpu in
12279 hppa*64*)
12280 # +Z the default
12283 lt_prog_compiler_pic_FC='-fPIC'
12285 esac
12288 interix[3-9]*)
12289 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
12290 # Instead, we relocate shared libraries at runtime.
12293 msdosdjgpp*)
12294 # Just because we use GCC doesn't mean we suddenly get shared libraries
12295 # on systems that don't support them.
12296 lt_prog_compiler_can_build_shared_FC=no
12297 enable_shared=no
12300 *nto* | *qnx*)
12301 # QNX uses GNU C++, but need to define -shared option too, otherwise
12302 # it will coredump.
12303 lt_prog_compiler_pic_FC='-fPIC -shared'
12306 sysv4*MP*)
12307 if test -d /usr/nec; then
12308 lt_prog_compiler_pic_FC=-Kconform_pic
12313 lt_prog_compiler_pic_FC='-fPIC'
12315 esac
12317 case $cc_basename in
12318 nvcc*) # Cuda Compiler Driver 2.2
12319 lt_prog_compiler_wl_FC='-Xlinker '
12320 lt_prog_compiler_pic_FC='-Xcompiler -fPIC'
12322 esac
12323 else
12324 # PORTME Check for flag to pass linker flags through the system compiler.
12325 case $host_os in
12326 aix*)
12327 lt_prog_compiler_wl_FC='-Wl,'
12328 if test "$host_cpu" = ia64; then
12329 # AIX 5 now supports IA64 processor
12330 lt_prog_compiler_static_FC='-Bstatic'
12331 else
12332 lt_prog_compiler_static_FC='-bnso -bI:/lib/syscalls.exp'
12336 mingw* | cygwin* | pw32* | os2* | cegcc*)
12337 # This hack is so that the source file can tell whether it is being
12338 # built for inclusion in a dll (and should export symbols for example).
12339 lt_prog_compiler_pic_FC='-DDLL_EXPORT'
12342 hpux9* | hpux10* | hpux11*)
12343 lt_prog_compiler_wl_FC='-Wl,'
12344 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
12345 # not for PA HP-UX.
12346 case $host_cpu in
12347 hppa*64*|ia64*)
12348 # +Z the default
12351 lt_prog_compiler_pic_FC='+Z'
12353 esac
12354 # Is there a better lt_prog_compiler_static that works with the bundled CC?
12355 lt_prog_compiler_static_FC='${wl}-a ${wl}archive'
12358 irix5* | irix6* | nonstopux*)
12359 lt_prog_compiler_wl_FC='-Wl,'
12360 # PIC (with -KPIC) is the default.
12361 lt_prog_compiler_static_FC='-non_shared'
12364 linux* | k*bsd*-gnu | kopensolaris*-gnu)
12365 case $cc_basename in
12366 # old Intel for x86_64 which still supported -KPIC.
12367 ecc*)
12368 lt_prog_compiler_wl_FC='-Wl,'
12369 lt_prog_compiler_pic_FC='-KPIC'
12370 lt_prog_compiler_static_FC='-static'
12372 # icc used to be incompatible with GCC.
12373 # ICC 10 doesn't accept -KPIC any more.
12374 icc* | ifort*)
12375 lt_prog_compiler_wl_FC='-Wl,'
12376 lt_prog_compiler_pic_FC='-fPIC'
12377 lt_prog_compiler_static_FC='-static'
12379 # Lahey Fortran 8.1.
12380 lf95*)
12381 lt_prog_compiler_wl_FC='-Wl,'
12382 lt_prog_compiler_pic_FC='--shared'
12383 lt_prog_compiler_static_FC='--static'
12385 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
12386 # Portland Group compilers (*not* the Pentium gcc compiler,
12387 # which looks to be a dead project)
12388 lt_prog_compiler_wl_FC='-Wl,'
12389 lt_prog_compiler_pic_FC='-fpic'
12390 lt_prog_compiler_static_FC='-Bstatic'
12392 ccc*)
12393 lt_prog_compiler_wl_FC='-Wl,'
12394 # All Alpha code is PIC.
12395 lt_prog_compiler_static_FC='-non_shared'
12397 xl* | bgxl* | bgf* | mpixl*)
12398 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
12399 lt_prog_compiler_wl_FC='-Wl,'
12400 lt_prog_compiler_pic_FC='-qpic'
12401 lt_prog_compiler_static_FC='-qstaticlink'
12404 case `$CC -V 2>&1 | sed 5q` in
12405 *Sun\ F* | *Sun*Fortran*)
12406 # Sun Fortran 8.3 passes all unrecognized flags to the linker
12407 lt_prog_compiler_pic_FC='-KPIC'
12408 lt_prog_compiler_static_FC='-Bstatic'
12409 lt_prog_compiler_wl_FC=''
12411 *Sun\ C*)
12412 # Sun C 5.9
12413 lt_prog_compiler_pic_FC='-KPIC'
12414 lt_prog_compiler_static_FC='-Bstatic'
12415 lt_prog_compiler_wl_FC='-Wl,'
12417 esac
12419 esac
12422 newsos6)
12423 lt_prog_compiler_pic_FC='-KPIC'
12424 lt_prog_compiler_static_FC='-Bstatic'
12427 *nto* | *qnx*)
12428 # QNX uses GNU C++, but need to define -shared option too, otherwise
12429 # it will coredump.
12430 lt_prog_compiler_pic_FC='-fPIC -shared'
12433 osf3* | osf4* | osf5*)
12434 lt_prog_compiler_wl_FC='-Wl,'
12435 # All OSF/1 code is PIC.
12436 lt_prog_compiler_static_FC='-non_shared'
12439 rdos*)
12440 lt_prog_compiler_static_FC='-non_shared'
12443 solaris*)
12444 lt_prog_compiler_pic_FC='-KPIC'
12445 lt_prog_compiler_static_FC='-Bstatic'
12446 case $cc_basename in
12447 f77* | f90* | f95*)
12448 lt_prog_compiler_wl_FC='-Qoption ld ';;
12450 lt_prog_compiler_wl_FC='-Wl,';;
12451 esac
12454 sunos4*)
12455 lt_prog_compiler_wl_FC='-Qoption ld '
12456 lt_prog_compiler_pic_FC='-PIC'
12457 lt_prog_compiler_static_FC='-Bstatic'
12460 sysv4 | sysv4.2uw2* | sysv4.3*)
12461 lt_prog_compiler_wl_FC='-Wl,'
12462 lt_prog_compiler_pic_FC='-KPIC'
12463 lt_prog_compiler_static_FC='-Bstatic'
12466 sysv4*MP*)
12467 if test -d /usr/nec ;then
12468 lt_prog_compiler_pic_FC='-Kconform_pic'
12469 lt_prog_compiler_static_FC='-Bstatic'
12473 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
12474 lt_prog_compiler_wl_FC='-Wl,'
12475 lt_prog_compiler_pic_FC='-KPIC'
12476 lt_prog_compiler_static_FC='-Bstatic'
12479 unicos*)
12480 lt_prog_compiler_wl_FC='-Wl,'
12481 lt_prog_compiler_can_build_shared_FC=no
12484 uts4*)
12485 lt_prog_compiler_pic_FC='-pic'
12486 lt_prog_compiler_static_FC='-Bstatic'
12490 lt_prog_compiler_can_build_shared_FC=no
12492 esac
12495 case $host_os in
12496 # For platforms which do not support PIC, -DPIC is meaningless:
12497 *djgpp*)
12498 lt_prog_compiler_pic_FC=
12501 lt_prog_compiler_pic_FC="$lt_prog_compiler_pic_FC"
12503 esac
12504 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic_FC" >&5
12505 $as_echo "$lt_prog_compiler_pic_FC" >&6; }
12510 # Check to make sure the PIC flag actually works.
12512 if test -n "$lt_prog_compiler_pic_FC"; then
12513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic_FC works" >&5
12514 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic_FC works... " >&6; }
12515 if test "${lt_cv_prog_compiler_pic_works_FC+set}" = set; then :
12516 $as_echo_n "(cached) " >&6
12517 else
12518 lt_cv_prog_compiler_pic_works_FC=no
12519 ac_outfile=conftest.$ac_objext
12520 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
12521 lt_compiler_flag="$lt_prog_compiler_pic_FC"
12522 # Insert the option either (1) after the last *FLAGS variable, or
12523 # (2) before a word containing "conftest.", or (3) at the end.
12524 # Note that $ac_compile itself does not contain backslashes and begins
12525 # with a dollar sign (not a hyphen), so the echo should work correctly.
12526 # The option is referenced via a variable to avoid confusing sed.
12527 lt_compile=`echo "$ac_compile" | $SED \
12528 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
12529 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12530 -e 's:$: $lt_compiler_flag:'`
12531 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
12532 (eval "$lt_compile" 2>conftest.err)
12533 ac_status=$?
12534 cat conftest.err >&5
12535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12536 if (exit $ac_status) && test -s "$ac_outfile"; then
12537 # The compiler can only warn and ignore the option if not recognized
12538 # So say no if there are warnings other than the usual output.
12539 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
12540 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
12541 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
12542 lt_cv_prog_compiler_pic_works_FC=yes
12545 $RM conftest*
12548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works_FC" >&5
12549 $as_echo "$lt_cv_prog_compiler_pic_works_FC" >&6; }
12551 if test x"$lt_cv_prog_compiler_pic_works_FC" = xyes; then
12552 case $lt_prog_compiler_pic_FC in
12553 "" | " "*) ;;
12554 *) lt_prog_compiler_pic_FC=" $lt_prog_compiler_pic_FC" ;;
12555 esac
12556 else
12557 lt_prog_compiler_pic_FC=
12558 lt_prog_compiler_can_build_shared_FC=no
12566 # Check to make sure the static flag actually works.
12568 wl=$lt_prog_compiler_wl_FC eval lt_tmp_static_flag=\"$lt_prog_compiler_static_FC\"
12569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
12570 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
12571 if test "${lt_cv_prog_compiler_static_works_FC+set}" = set; then :
12572 $as_echo_n "(cached) " >&6
12573 else
12574 lt_cv_prog_compiler_static_works_FC=no
12575 save_LDFLAGS="$LDFLAGS"
12576 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
12577 echo "$lt_simple_link_test_code" > conftest.$ac_ext
12578 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
12579 # The linker can only warn and ignore the option if not recognized
12580 # So say no if there are warnings
12581 if test -s conftest.err; then
12582 # Append any errors to the config.log.
12583 cat conftest.err 1>&5
12584 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
12585 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
12586 if diff conftest.exp conftest.er2 >/dev/null; then
12587 lt_cv_prog_compiler_static_works_FC=yes
12589 else
12590 lt_cv_prog_compiler_static_works_FC=yes
12593 $RM -r conftest*
12594 LDFLAGS="$save_LDFLAGS"
12597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works_FC" >&5
12598 $as_echo "$lt_cv_prog_compiler_static_works_FC" >&6; }
12600 if test x"$lt_cv_prog_compiler_static_works_FC" = xyes; then
12602 else
12603 lt_prog_compiler_static_FC=
12609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
12610 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
12611 if test "${lt_cv_prog_compiler_c_o_FC+set}" = set; then :
12612 $as_echo_n "(cached) " >&6
12613 else
12614 lt_cv_prog_compiler_c_o_FC=no
12615 $RM -r conftest 2>/dev/null
12616 mkdir conftest
12617 cd conftest
12618 mkdir out
12619 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
12621 lt_compiler_flag="-o out/conftest2.$ac_objext"
12622 # Insert the option either (1) after the last *FLAGS variable, or
12623 # (2) before a word containing "conftest.", or (3) at the end.
12624 # Note that $ac_compile itself does not contain backslashes and begins
12625 # with a dollar sign (not a hyphen), so the echo should work correctly.
12626 lt_compile=`echo "$ac_compile" | $SED \
12627 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
12628 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12629 -e 's:$: $lt_compiler_flag:'`
12630 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
12631 (eval "$lt_compile" 2>out/conftest.err)
12632 ac_status=$?
12633 cat out/conftest.err >&5
12634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12635 if (exit $ac_status) && test -s out/conftest2.$ac_objext
12636 then
12637 # The compiler can only warn and ignore the option if not recognized
12638 # So say no if there are warnings
12639 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
12640 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
12641 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
12642 lt_cv_prog_compiler_c_o_FC=yes
12645 chmod u+w . 2>&5
12646 $RM conftest*
12647 # SGI C++ compiler will create directory out/ii_files/ for
12648 # template instantiation
12649 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
12650 $RM out/* && rmdir out
12651 cd ..
12652 $RM -r conftest
12653 $RM conftest*
12656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_FC" >&5
12657 $as_echo "$lt_cv_prog_compiler_c_o_FC" >&6; }
12661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
12662 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
12663 if test "${lt_cv_prog_compiler_c_o_FC+set}" = set; then :
12664 $as_echo_n "(cached) " >&6
12665 else
12666 lt_cv_prog_compiler_c_o_FC=no
12667 $RM -r conftest 2>/dev/null
12668 mkdir conftest
12669 cd conftest
12670 mkdir out
12671 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
12673 lt_compiler_flag="-o out/conftest2.$ac_objext"
12674 # Insert the option either (1) after the last *FLAGS variable, or
12675 # (2) before a word containing "conftest.", or (3) at the end.
12676 # Note that $ac_compile itself does not contain backslashes and begins
12677 # with a dollar sign (not a hyphen), so the echo should work correctly.
12678 lt_compile=`echo "$ac_compile" | $SED \
12679 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
12680 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
12681 -e 's:$: $lt_compiler_flag:'`
12682 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
12683 (eval "$lt_compile" 2>out/conftest.err)
12684 ac_status=$?
12685 cat out/conftest.err >&5
12686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12687 if (exit $ac_status) && test -s out/conftest2.$ac_objext
12688 then
12689 # The compiler can only warn and ignore the option if not recognized
12690 # So say no if there are warnings
12691 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
12692 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
12693 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
12694 lt_cv_prog_compiler_c_o_FC=yes
12697 chmod u+w . 2>&5
12698 $RM conftest*
12699 # SGI C++ compiler will create directory out/ii_files/ for
12700 # template instantiation
12701 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
12702 $RM out/* && rmdir out
12703 cd ..
12704 $RM -r conftest
12705 $RM conftest*
12708 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o_FC" >&5
12709 $as_echo "$lt_cv_prog_compiler_c_o_FC" >&6; }
12714 hard_links="nottested"
12715 if test "$lt_cv_prog_compiler_c_o_FC" = no && test "$need_locks" != no; then
12716 # do not overwrite the value of need_locks provided by the user
12717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
12718 $as_echo_n "checking if we can lock with hard links... " >&6; }
12719 hard_links=yes
12720 $RM conftest*
12721 ln conftest.a conftest.b 2>/dev/null && hard_links=no
12722 touch conftest.a
12723 ln conftest.a conftest.b 2>&5 || hard_links=no
12724 ln conftest.a conftest.b 2>/dev/null && hard_links=no
12725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
12726 $as_echo "$hard_links" >&6; }
12727 if test "$hard_links" = no; then
12728 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
12729 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
12730 need_locks=warn
12732 else
12733 need_locks=no
12738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
12739 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
12741 runpath_var=
12742 allow_undefined_flag_FC=
12743 always_export_symbols_FC=no
12744 archive_cmds_FC=
12745 archive_expsym_cmds_FC=
12746 compiler_needs_object_FC=no
12747 enable_shared_with_static_runtimes_FC=no
12748 export_dynamic_flag_spec_FC=
12749 export_symbols_cmds_FC='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
12750 hardcode_automatic_FC=no
12751 hardcode_direct_FC=no
12752 hardcode_direct_absolute_FC=no
12753 hardcode_libdir_flag_spec_FC=
12754 hardcode_libdir_flag_spec_ld_FC=
12755 hardcode_libdir_separator_FC=
12756 hardcode_minus_L_FC=no
12757 hardcode_shlibpath_var_FC=unsupported
12758 inherit_rpath_FC=no
12759 link_all_deplibs_FC=unknown
12760 module_cmds_FC=
12761 module_expsym_cmds_FC=
12762 old_archive_from_new_cmds_FC=
12763 old_archive_from_expsyms_cmds_FC=
12764 thread_safe_flag_spec_FC=
12765 whole_archive_flag_spec_FC=
12766 # include_expsyms should be a list of space-separated symbols to be *always*
12767 # included in the symbol list
12768 include_expsyms_FC=
12769 # exclude_expsyms can be an extended regexp of symbols to exclude
12770 # it will be wrapped by ` (' and `)$', so one must not match beginning or
12771 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
12772 # as well as any symbol that contains `d'.
12773 exclude_expsyms_FC='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
12774 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
12775 # platforms (ab)use it in PIC code, but their linkers get confused if
12776 # the symbol is explicitly referenced. Since portable code cannot
12777 # rely on this symbol name, it's probably fine to never include it in
12778 # preloaded symbol tables.
12779 # Exclude shared library initialization/finalization symbols.
12780 extract_expsyms_cmds=
12782 case $host_os in
12783 cygwin* | mingw* | pw32* | cegcc*)
12784 # FIXME: the MSVC++ port hasn't been tested in a loooong time
12785 # When not using gcc, we currently assume that we are using
12786 # Microsoft Visual C++.
12787 if test "$GCC" != yes; then
12788 with_gnu_ld=no
12791 interix*)
12792 # we just hope/assume this is gcc and not c89 (= MSVC++)
12793 with_gnu_ld=yes
12795 openbsd*)
12796 with_gnu_ld=no
12798 esac
12800 ld_shlibs_FC=yes
12802 # On some targets, GNU ld is compatible enough with the native linker
12803 # that we're better off using the native interface for both.
12804 lt_use_gnu_ld_interface=no
12805 if test "$with_gnu_ld" = yes; then
12806 case $host_os in
12807 aix*)
12808 # The AIX port of GNU ld has always aspired to compatibility
12809 # with the native linker. However, as the warning in the GNU ld
12810 # block says, versions before 2.19.5* couldn't really create working
12811 # shared libraries, regardless of the interface used.
12812 case `$LD -v 2>&1` in
12813 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
12814 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
12815 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
12817 lt_use_gnu_ld_interface=yes
12819 esac
12822 lt_use_gnu_ld_interface=yes
12824 esac
12827 if test "$lt_use_gnu_ld_interface" = yes; then
12828 # If archive_cmds runs LD, not CC, wlarc should be empty
12829 wlarc='${wl}'
12831 # Set some defaults for GNU ld with shared library support. These
12832 # are reset later if shared libraries are not supported. Putting them
12833 # here allows them to be overridden if necessary.
12834 runpath_var=LD_RUN_PATH
12835 hardcode_libdir_flag_spec_FC='${wl}-rpath ${wl}$libdir'
12836 export_dynamic_flag_spec_FC='${wl}--export-dynamic'
12837 # ancient GNU ld didn't support --whole-archive et. al.
12838 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
12839 whole_archive_flag_spec_FC="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
12840 else
12841 whole_archive_flag_spec_FC=
12843 supports_anon_versioning=no
12844 case `$LD -v 2>&1` in
12845 *GNU\ gold*) supports_anon_versioning=yes ;;
12846 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
12847 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
12848 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
12849 *\ 2.11.*) ;; # other 2.11 versions
12850 *) supports_anon_versioning=yes ;;
12851 esac
12853 # See if GNU ld supports shared libraries.
12854 case $host_os in
12855 aix[3-9]*)
12856 # On AIX/PPC, the GNU linker is very broken
12857 if test "$host_cpu" != ia64; then
12858 ld_shlibs_FC=no
12859 cat <<_LT_EOF 1>&2
12861 *** Warning: the GNU linker, at least up to release 2.19, is reported
12862 *** to be unable to reliably create shared libraries on AIX.
12863 *** Therefore, libtool is disabling shared libraries support. If you
12864 *** really care for shared libraries, you may want to install binutils
12865 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
12866 *** You will then need to restart the configuration process.
12868 _LT_EOF
12872 amigaos*)
12873 case $host_cpu in
12874 powerpc)
12875 # see comment about AmigaOS4 .so support
12876 archive_cmds_FC='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12877 archive_expsym_cmds_FC=''
12879 m68k)
12880 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)'
12881 hardcode_libdir_flag_spec_FC='-L$libdir'
12882 hardcode_minus_L_FC=yes
12884 esac
12887 beos*)
12888 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
12889 allow_undefined_flag_FC=unsupported
12890 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
12891 # support --undefined. This deserves some investigation. FIXME
12892 archive_cmds_FC='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12893 else
12894 ld_shlibs_FC=no
12898 cygwin* | mingw* | pw32* | cegcc*)
12899 # _LT_TAGVAR(hardcode_libdir_flag_spec, FC) is actually meaningless,
12900 # as there is no search path for DLLs.
12901 hardcode_libdir_flag_spec_FC='-L$libdir'
12902 export_dynamic_flag_spec_FC='${wl}--export-all-symbols'
12903 allow_undefined_flag_FC=unsupported
12904 always_export_symbols_FC=no
12905 enable_shared_with_static_runtimes_FC=yes
12906 export_symbols_cmds_FC='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
12908 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
12909 archive_cmds_FC='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
12910 # If the export-symbols file already is a .def file (1st line
12911 # is EXPORTS), use it as is; otherwise, prepend...
12912 archive_expsym_cmds_FC='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
12913 cp $export_symbols $output_objdir/$soname.def;
12914 else
12915 echo EXPORTS > $output_objdir/$soname.def;
12916 cat $export_symbols >> $output_objdir/$soname.def;
12918 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
12919 else
12920 ld_shlibs_FC=no
12924 haiku*)
12925 archive_cmds_FC='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12926 link_all_deplibs_FC=yes
12929 interix[3-9]*)
12930 hardcode_direct_FC=no
12931 hardcode_shlibpath_var_FC=no
12932 hardcode_libdir_flag_spec_FC='${wl}-rpath,$libdir'
12933 export_dynamic_flag_spec_FC='${wl}-E'
12934 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
12935 # Instead, shared libraries are loaded at an image base (0x10000000 by
12936 # default) and relocated if they conflict, which is a slow very memory
12937 # consuming and fragmenting process. To avoid this, we pick a random,
12938 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
12939 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
12940 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'
12941 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'
12944 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
12945 tmp_diet=no
12946 if test "$host_os" = linux-dietlibc; then
12947 case $cc_basename in
12948 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
12949 esac
12951 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
12952 && test "$tmp_diet" = no
12953 then
12954 tmp_addflag=
12955 tmp_sharedflag='-shared'
12956 case $cc_basename,$host_cpu in
12957 pgcc*) # Portland Group C compiler
12958 whole_archive_flag_spec_FC='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
12959 tmp_addflag=' $pic_flag'
12961 pgf77* | pgf90* | pgf95* | pgfortran*)
12962 # Portland Group f77 and f90 compilers
12963 whole_archive_flag_spec_FC='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
12964 tmp_addflag=' $pic_flag -Mnomain' ;;
12965 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
12966 tmp_addflag=' -i_dynamic' ;;
12967 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
12968 tmp_addflag=' -i_dynamic -nofor_main' ;;
12969 ifc* | ifort*) # Intel Fortran compiler
12970 tmp_addflag=' -nofor_main' ;;
12971 lf95*) # Lahey Fortran 8.1
12972 whole_archive_flag_spec_FC=
12973 tmp_sharedflag='--shared' ;;
12974 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
12975 tmp_sharedflag='-qmkshrobj'
12976 tmp_addflag= ;;
12977 nvcc*) # Cuda Compiler Driver 2.2
12978 whole_archive_flag_spec_FC='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
12979 compiler_needs_object_FC=yes
12981 esac
12982 case `$CC -V 2>&1 | sed 5q` in
12983 *Sun\ C*) # Sun C 5.9
12984 whole_archive_flag_spec_FC='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
12985 compiler_needs_object_FC=yes
12986 tmp_sharedflag='-G' ;;
12987 *Sun\ F*) # Sun Fortran 8.3
12988 tmp_sharedflag='-G' ;;
12989 esac
12990 archive_cmds_FC='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
12992 if test "x$supports_anon_versioning" = xyes; then
12993 archive_expsym_cmds_FC='echo "{ global:" > $output_objdir/$libname.ver~
12994 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
12995 echo "local: *; };" >> $output_objdir/$libname.ver~
12996 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
12999 case $cc_basename in
13000 xlf* | bgf* | bgxlf* | mpixlf*)
13001 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
13002 whole_archive_flag_spec_FC='--whole-archive$convenience --no-whole-archive'
13003 hardcode_libdir_flag_spec_FC=
13004 hardcode_libdir_flag_spec_ld_FC='-rpath $libdir'
13005 archive_cmds_FC='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
13006 if test "x$supports_anon_versioning" = xyes; then
13007 archive_expsym_cmds_FC='echo "{ global:" > $output_objdir/$libname.ver~
13008 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
13009 echo "local: *; };" >> $output_objdir/$libname.ver~
13010 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
13013 esac
13014 else
13015 ld_shlibs_FC=no
13019 netbsd*)
13020 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
13021 archive_cmds_FC='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
13022 wlarc=
13023 else
13024 archive_cmds_FC='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13025 archive_expsym_cmds_FC='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
13029 solaris*)
13030 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
13031 ld_shlibs_FC=no
13032 cat <<_LT_EOF 1>&2
13034 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
13035 *** create shared libraries on Solaris systems. Therefore, libtool
13036 *** is disabling shared libraries support. We urge you to upgrade GNU
13037 *** binutils to release 2.9.1 or newer. Another option is to modify
13038 *** your PATH or compiler configuration so that the native linker is
13039 *** used, and then restart.
13041 _LT_EOF
13042 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
13043 archive_cmds_FC='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13044 archive_expsym_cmds_FC='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
13045 else
13046 ld_shlibs_FC=no
13050 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
13051 case `$LD -v 2>&1` in
13052 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
13053 ld_shlibs_FC=no
13054 cat <<_LT_EOF 1>&2
13056 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
13057 *** reliably create shared libraries on SCO systems. Therefore, libtool
13058 *** is disabling shared libraries support. We urge you to upgrade GNU
13059 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
13060 *** your PATH or compiler configuration so that the native linker is
13061 *** used, and then restart.
13063 _LT_EOF
13066 # For security reasons, it is highly recommended that you always
13067 # use absolute paths for naming shared libraries, and exclude the
13068 # DT_RUNPATH tag from executables and libraries. But doing so
13069 # requires that you compile everything twice, which is a pain.
13070 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
13071 hardcode_libdir_flag_spec_FC='${wl}-rpath ${wl}$libdir'
13072 archive_cmds_FC='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13073 archive_expsym_cmds_FC='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
13074 else
13075 ld_shlibs_FC=no
13078 esac
13081 sunos4*)
13082 archive_cmds_FC='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
13083 wlarc=
13084 hardcode_direct_FC=yes
13085 hardcode_shlibpath_var_FC=no
13089 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
13090 archive_cmds_FC='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13091 archive_expsym_cmds_FC='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
13092 else
13093 ld_shlibs_FC=no
13096 esac
13098 if test "$ld_shlibs_FC" = no; then
13099 runpath_var=
13100 hardcode_libdir_flag_spec_FC=
13101 export_dynamic_flag_spec_FC=
13102 whole_archive_flag_spec_FC=
13104 else
13105 # PORTME fill in a description of your system's linker (not GNU ld)
13106 case $host_os in
13107 aix3*)
13108 allow_undefined_flag_FC=unsupported
13109 always_export_symbols_FC=yes
13110 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'
13111 # Note: this linker hardcodes the directories in LIBPATH if there
13112 # are no directories specified by -L.
13113 hardcode_minus_L_FC=yes
13114 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
13115 # Neither direct hardcoding nor static linking is supported with a
13116 # broken collect2.
13117 hardcode_direct_FC=unsupported
13121 aix[4-9]*)
13122 if test "$host_cpu" = ia64; then
13123 # On IA64, the linker does run time linking by default, so we don't
13124 # have to do anything special.
13125 aix_use_runtimelinking=no
13126 exp_sym_flag='-Bexport'
13127 no_entry_flag=""
13128 else
13129 # If we're using GNU nm, then we don't want the "-C" option.
13130 # -C means demangle to AIX nm, but means don't demangle with GNU nm
13131 # Also, AIX nm treats weak defined symbols like other global
13132 # defined symbols, whereas GNU nm marks them as "W".
13133 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
13134 export_symbols_cmds_FC='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "W")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
13135 else
13136 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'
13138 aix_use_runtimelinking=no
13140 # Test if we are trying to use run time linking or normal
13141 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
13142 # need to do runtime linking.
13143 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
13144 for ld_flag in $LDFLAGS; do
13145 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
13146 aix_use_runtimelinking=yes
13147 break
13149 done
13151 esac
13153 exp_sym_flag='-bexport'
13154 no_entry_flag='-bnoentry'
13157 # When large executables or shared objects are built, AIX ld can
13158 # have problems creating the table of contents. If linking a library
13159 # or program results in "error TOC overflow" add -mminimal-toc to
13160 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
13161 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
13163 archive_cmds_FC=''
13164 hardcode_direct_FC=yes
13165 hardcode_direct_absolute_FC=yes
13166 hardcode_libdir_separator_FC=':'
13167 link_all_deplibs_FC=yes
13168 file_list_spec_FC='${wl}-f,'
13170 if test "$GCC" = yes; then
13171 case $host_os in aix4.[012]|aix4.[012].*)
13172 # We only want to do this on AIX 4.2 and lower, the check
13173 # below for broken collect2 doesn't work under 4.3+
13174 collect2name=`${CC} -print-prog-name=collect2`
13175 if test -f "$collect2name" &&
13176 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
13177 then
13178 # We have reworked collect2
13180 else
13181 # We have old collect2
13182 hardcode_direct_FC=unsupported
13183 # It fails to find uninstalled libraries when the uninstalled
13184 # path is not listed in the libpath. Setting hardcode_minus_L
13185 # to unsupported forces relinking
13186 hardcode_minus_L_FC=yes
13187 hardcode_libdir_flag_spec_FC='-L$libdir'
13188 hardcode_libdir_separator_FC=
13191 esac
13192 shared_flag='-shared'
13193 if test "$aix_use_runtimelinking" = yes; then
13194 shared_flag="$shared_flag "'${wl}-G'
13196 else
13197 # not using gcc
13198 if test "$host_cpu" = ia64; then
13199 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
13200 # chokes on -Wl,-G. The following line is correct:
13201 shared_flag='-G'
13202 else
13203 if test "$aix_use_runtimelinking" = yes; then
13204 shared_flag='${wl}-G'
13205 else
13206 shared_flag='${wl}-bM:SRE'
13211 export_dynamic_flag_spec_FC='${wl}-bexpall'
13212 # It seems that -bexpall does not export symbols beginning with
13213 # underscore (_), so it is better to generate a list of symbols to export.
13214 always_export_symbols_FC=yes
13215 if test "$aix_use_runtimelinking" = yes; then
13216 # Warning - without using the other runtime loading flags (-brtl),
13217 # -berok will link without error, but may produce a broken library.
13218 allow_undefined_flag_FC='-berok'
13219 # Determine the default libpath from the value encoded in an
13220 # empty executable.
13221 if test x$gcc_no_link = xyes; then
13222 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
13224 cat > conftest.$ac_ext <<_ACEOF
13225 program main
13228 _ACEOF
13229 if ac_fn_fc_try_link "$LINENO"; then :
13231 lt_aix_libpath_sed='
13232 /Import File Strings/,/^$/ {
13233 /^0/ {
13234 s/^0 *\(.*\)$/\1/
13238 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13239 # Check for a 64-bit object if we didn't find anything.
13240 if test -z "$aix_libpath"; then
13241 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13244 rm -f core conftest.err conftest.$ac_objext \
13245 conftest$ac_exeext conftest.$ac_ext
13246 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
13248 hardcode_libdir_flag_spec_FC='${wl}-blibpath:$libdir:'"$aix_libpath"
13249 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 func_echo_all "${wl}${allow_undefined_flag}"; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
13250 else
13251 if test "$host_cpu" = ia64; then
13252 hardcode_libdir_flag_spec_FC='${wl}-R $libdir:/usr/lib:/lib'
13253 allow_undefined_flag_FC="-z nodefs"
13254 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"
13255 else
13256 # Determine the default libpath from the value encoded in an
13257 # empty executable.
13258 if test x$gcc_no_link = xyes; then
13259 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
13261 cat > conftest.$ac_ext <<_ACEOF
13262 program main
13265 _ACEOF
13266 if ac_fn_fc_try_link "$LINENO"; then :
13268 lt_aix_libpath_sed='
13269 /Import File Strings/,/^$/ {
13270 /^0/ {
13271 s/^0 *\(.*\)$/\1/
13275 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13276 # Check for a 64-bit object if we didn't find anything.
13277 if test -z "$aix_libpath"; then
13278 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
13281 rm -f core conftest.err conftest.$ac_objext \
13282 conftest$ac_exeext conftest.$ac_ext
13283 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
13285 hardcode_libdir_flag_spec_FC='${wl}-blibpath:$libdir:'"$aix_libpath"
13286 # Warning - without using the other run time loading flags,
13287 # -berok will link without error, but may produce a broken library.
13288 no_undefined_flag_FC=' ${wl}-bernotok'
13289 allow_undefined_flag_FC=' ${wl}-berok'
13290 if test "$with_gnu_ld" = yes; then
13291 # We only use this code for GNU lds that support --whole-archive.
13292 whole_archive_flag_spec_FC='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
13293 else
13294 # Exported symbols can be pulled into shared objects from archives
13295 whole_archive_flag_spec_FC='$convenience'
13297 archive_cmds_need_lc_FC=yes
13298 # This is similar to how AIX traditionally builds its shared libraries.
13299 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'
13304 amigaos*)
13305 case $host_cpu in
13306 powerpc)
13307 # see comment about AmigaOS4 .so support
13308 archive_cmds_FC='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
13309 archive_expsym_cmds_FC=''
13311 m68k)
13312 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)'
13313 hardcode_libdir_flag_spec_FC='-L$libdir'
13314 hardcode_minus_L_FC=yes
13316 esac
13319 bsdi[45]*)
13320 export_dynamic_flag_spec_FC=-rdynamic
13323 cygwin* | mingw* | pw32* | cegcc*)
13324 # When not using gcc, we currently assume that we are using
13325 # Microsoft Visual C++.
13326 # hardcode_libdir_flag_spec is actually meaningless, as there is
13327 # no search path for DLLs.
13328 hardcode_libdir_flag_spec_FC=' '
13329 allow_undefined_flag_FC=unsupported
13330 # Tell ltmain to make .lib files, not .a files.
13331 libext=lib
13332 # Tell ltmain to make .dll files, not .so files.
13333 shrext_cmds=".dll"
13334 # FIXME: Setting linknames here is a bad hack.
13335 archive_cmds_FC='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
13336 # The linker will automatically build a .lib file if we build a DLL.
13337 old_archive_from_new_cmds_FC='true'
13338 # FIXME: Should let the user specify the lib program.
13339 old_archive_cmds_FC='lib -OUT:$oldlib$oldobjs$old_deplibs'
13340 fix_srcfile_path_FC='`cygpath -w "$srcfile"`'
13341 enable_shared_with_static_runtimes_FC=yes
13344 darwin* | rhapsody*)
13347 archive_cmds_need_lc_FC=no
13348 hardcode_direct_FC=no
13349 hardcode_automatic_FC=yes
13350 hardcode_shlibpath_var_FC=unsupported
13351 if test "$lt_cv_ld_force_load" = "yes"; then
13352 whole_archive_flag_spec_FC='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
13353 else
13354 whole_archive_flag_spec_FC=''
13356 link_all_deplibs_FC=yes
13357 allow_undefined_flag_FC="$_lt_dar_allow_undefined"
13358 case $cc_basename in
13359 ifort*) _lt_dar_can_shared=yes ;;
13360 *) _lt_dar_can_shared=$GCC ;;
13361 esac
13362 if test "$_lt_dar_can_shared" = "yes"; then
13363 output_verbose_link_cmd=func_echo_all
13364 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}"
13365 module_cmds_FC="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
13366 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}"
13367 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}"
13369 else
13370 ld_shlibs_FC=no
13375 dgux*)
13376 archive_cmds_FC='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
13377 hardcode_libdir_flag_spec_FC='-L$libdir'
13378 hardcode_shlibpath_var_FC=no
13381 freebsd1*)
13382 ld_shlibs_FC=no
13385 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
13386 # support. Future versions do this automatically, but an explicit c++rt0.o
13387 # does not break anything, and helps significantly (at the cost of a little
13388 # extra space).
13389 freebsd2.2*)
13390 archive_cmds_FC='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
13391 hardcode_libdir_flag_spec_FC='-R$libdir'
13392 hardcode_direct_FC=yes
13393 hardcode_shlibpath_var_FC=no
13396 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
13397 freebsd2*)
13398 archive_cmds_FC='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
13399 hardcode_direct_FC=yes
13400 hardcode_minus_L_FC=yes
13401 hardcode_shlibpath_var_FC=no
13404 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
13405 freebsd* | dragonfly*)
13406 archive_cmds_FC='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
13407 hardcode_libdir_flag_spec_FC='-R$libdir'
13408 hardcode_direct_FC=yes
13409 hardcode_shlibpath_var_FC=no
13412 hpux9*)
13413 if test "$GCC" = yes; then
13414 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'
13415 else
13416 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'
13418 hardcode_libdir_flag_spec_FC='${wl}+b ${wl}$libdir'
13419 hardcode_libdir_separator_FC=:
13420 hardcode_direct_FC=yes
13422 # hardcode_minus_L: Not really in the search PATH,
13423 # but as the default location of the library.
13424 hardcode_minus_L_FC=yes
13425 export_dynamic_flag_spec_FC='${wl}-E'
13428 hpux10*)
13429 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
13430 archive_cmds_FC='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
13431 else
13432 archive_cmds_FC='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
13434 if test "$with_gnu_ld" = no; then
13435 hardcode_libdir_flag_spec_FC='${wl}+b ${wl}$libdir'
13436 hardcode_libdir_flag_spec_ld_FC='+b $libdir'
13437 hardcode_libdir_separator_FC=:
13438 hardcode_direct_FC=yes
13439 hardcode_direct_absolute_FC=yes
13440 export_dynamic_flag_spec_FC='${wl}-E'
13441 # hardcode_minus_L: Not really in the search PATH,
13442 # but as the default location of the library.
13443 hardcode_minus_L_FC=yes
13447 hpux11*)
13448 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
13449 case $host_cpu in
13450 hppa*64*)
13451 archive_cmds_FC='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
13453 ia64*)
13454 archive_cmds_FC='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
13457 archive_cmds_FC='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
13459 esac
13460 else
13461 case $host_cpu in
13462 hppa*64*)
13463 archive_cmds_FC='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
13465 ia64*)
13466 archive_cmds_FC='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
13469 archive_cmds_FC='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
13471 esac
13473 if test "$with_gnu_ld" = no; then
13474 hardcode_libdir_flag_spec_FC='${wl}+b ${wl}$libdir'
13475 hardcode_libdir_separator_FC=:
13477 case $host_cpu in
13478 hppa*64*|ia64*)
13479 hardcode_direct_FC=no
13480 hardcode_shlibpath_var_FC=no
13483 hardcode_direct_FC=yes
13484 hardcode_direct_absolute_FC=yes
13485 export_dynamic_flag_spec_FC='${wl}-E'
13487 # hardcode_minus_L: Not really in the search PATH,
13488 # but as the default location of the library.
13489 hardcode_minus_L_FC=yes
13491 esac
13495 irix5* | irix6* | nonstopux*)
13496 if test "$GCC" = yes; then
13497 archive_cmds_FC='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
13498 # Try to use the -exported_symbol ld option, if it does not
13499 # work, assume that -exports_file does not work either and
13500 # implicitly export all symbols.
13501 save_LDFLAGS="$LDFLAGS"
13502 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
13503 if test x$gcc_no_link = xyes; then
13504 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
13506 cat > conftest.$ac_ext <<_ACEOF
13507 int foo(void) {}
13508 _ACEOF
13509 if ac_fn_fc_try_link "$LINENO"; then :
13510 archive_expsym_cmds_FC='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
13513 rm -f core conftest.err conftest.$ac_objext \
13514 conftest$ac_exeext conftest.$ac_ext
13515 LDFLAGS="$save_LDFLAGS"
13516 else
13517 archive_cmds_FC='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
13518 archive_expsym_cmds_FC='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
13520 archive_cmds_need_lc_FC='no'
13521 hardcode_libdir_flag_spec_FC='${wl}-rpath ${wl}$libdir'
13522 hardcode_libdir_separator_FC=:
13523 inherit_rpath_FC=yes
13524 link_all_deplibs_FC=yes
13527 netbsd*)
13528 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
13529 archive_cmds_FC='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
13530 else
13531 archive_cmds_FC='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
13533 hardcode_libdir_flag_spec_FC='-R$libdir'
13534 hardcode_direct_FC=yes
13535 hardcode_shlibpath_var_FC=no
13538 newsos6)
13539 archive_cmds_FC='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
13540 hardcode_direct_FC=yes
13541 hardcode_libdir_flag_spec_FC='${wl}-rpath ${wl}$libdir'
13542 hardcode_libdir_separator_FC=:
13543 hardcode_shlibpath_var_FC=no
13546 *nto* | *qnx*)
13549 openbsd*)
13550 if test -f /usr/libexec/ld.so; then
13551 hardcode_direct_FC=yes
13552 hardcode_shlibpath_var_FC=no
13553 hardcode_direct_absolute_FC=yes
13554 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
13555 archive_cmds_FC='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
13556 archive_expsym_cmds_FC='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
13557 hardcode_libdir_flag_spec_FC='${wl}-rpath,$libdir'
13558 export_dynamic_flag_spec_FC='${wl}-E'
13559 else
13560 case $host_os in
13561 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
13562 archive_cmds_FC='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
13563 hardcode_libdir_flag_spec_FC='-R$libdir'
13566 archive_cmds_FC='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
13567 hardcode_libdir_flag_spec_FC='${wl}-rpath,$libdir'
13569 esac
13571 else
13572 ld_shlibs_FC=no
13576 os2*)
13577 hardcode_libdir_flag_spec_FC='-L$libdir'
13578 hardcode_minus_L_FC=yes
13579 allow_undefined_flag_FC=unsupported
13580 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'
13581 old_archive_from_new_cmds_FC='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
13584 osf3*)
13585 if test "$GCC" = yes; then
13586 allow_undefined_flag_FC=' ${wl}-expect_unresolved ${wl}\*'
13587 archive_cmds_FC='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
13588 else
13589 allow_undefined_flag_FC=' -expect_unresolved \*'
13590 archive_cmds_FC='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
13592 archive_cmds_need_lc_FC='no'
13593 hardcode_libdir_flag_spec_FC='${wl}-rpath ${wl}$libdir'
13594 hardcode_libdir_separator_FC=:
13597 osf4* | osf5*) # as osf3* with the addition of -msym flag
13598 if test "$GCC" = yes; then
13599 allow_undefined_flag_FC=' ${wl}-expect_unresolved ${wl}\*'
13600 archive_cmds_FC='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && func_echo_all "${wl}-set_version ${wl}$verstring"` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
13601 hardcode_libdir_flag_spec_FC='${wl}-rpath ${wl}$libdir'
13602 else
13603 allow_undefined_flag_FC=' -expect_unresolved \*'
13604 archive_cmds_FC='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib'
13605 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~
13606 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "-set_version $verstring"` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
13608 # Both c and cxx compiler support -rpath directly
13609 hardcode_libdir_flag_spec_FC='-rpath $libdir'
13611 archive_cmds_need_lc_FC='no'
13612 hardcode_libdir_separator_FC=:
13615 solaris*)
13616 no_undefined_flag_FC=' -z defs'
13617 if test "$GCC" = yes; then
13618 wlarc='${wl}'
13619 archive_cmds_FC='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
13620 archive_expsym_cmds_FC='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13621 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
13622 else
13623 case `$CC -V 2>&1` in
13624 *"Compilers 5.0"*)
13625 wlarc=''
13626 archive_cmds_FC='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
13627 archive_expsym_cmds_FC='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13628 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
13631 wlarc='${wl}'
13632 archive_cmds_FC='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
13633 archive_expsym_cmds_FC='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
13634 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
13636 esac
13638 hardcode_libdir_flag_spec_FC='-R$libdir'
13639 hardcode_shlibpath_var_FC=no
13640 case $host_os in
13641 solaris2.[0-5] | solaris2.[0-5].*) ;;
13643 # The compiler driver will combine and reorder linker options,
13644 # but understands `-z linker_flag'. GCC discards it without `$wl',
13645 # but is careful enough not to reorder.
13646 # Supported since Solaris 2.6 (maybe 2.5.1?)
13647 if test "$GCC" = yes; then
13648 whole_archive_flag_spec_FC='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
13649 else
13650 whole_archive_flag_spec_FC='-z allextract$convenience -z defaultextract'
13653 esac
13654 link_all_deplibs_FC=yes
13657 sunos4*)
13658 if test "x$host_vendor" = xsequent; then
13659 # Use $CC to link under sequent, because it throws in some extra .o
13660 # files that make .init and .fini sections work.
13661 archive_cmds_FC='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
13662 else
13663 archive_cmds_FC='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
13665 hardcode_libdir_flag_spec_FC='-L$libdir'
13666 hardcode_direct_FC=yes
13667 hardcode_minus_L_FC=yes
13668 hardcode_shlibpath_var_FC=no
13671 sysv4)
13672 case $host_vendor in
13673 sni)
13674 archive_cmds_FC='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
13675 hardcode_direct_FC=yes # is this really true???
13677 siemens)
13678 ## LD is ld it makes a PLAMLIB
13679 ## CC just makes a GrossModule.
13680 archive_cmds_FC='$LD -G -o $lib $libobjs $deplibs $linker_flags'
13681 reload_cmds_FC='$CC -r -o $output$reload_objs'
13682 hardcode_direct_FC=no
13684 motorola)
13685 archive_cmds_FC='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
13686 hardcode_direct_FC=no #Motorola manual says yes, but my tests say they lie
13688 esac
13689 runpath_var='LD_RUN_PATH'
13690 hardcode_shlibpath_var_FC=no
13693 sysv4.3*)
13694 archive_cmds_FC='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
13695 hardcode_shlibpath_var_FC=no
13696 export_dynamic_flag_spec_FC='-Bexport'
13699 sysv4*MP*)
13700 if test -d /usr/nec; then
13701 archive_cmds_FC='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
13702 hardcode_shlibpath_var_FC=no
13703 runpath_var=LD_RUN_PATH
13704 hardcode_runpath_var=yes
13705 ld_shlibs_FC=yes
13709 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
13710 no_undefined_flag_FC='${wl}-z,text'
13711 archive_cmds_need_lc_FC=no
13712 hardcode_shlibpath_var_FC=no
13713 runpath_var='LD_RUN_PATH'
13715 if test "$GCC" = yes; then
13716 archive_cmds_FC='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13717 archive_expsym_cmds_FC='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13718 else
13719 archive_cmds_FC='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13720 archive_expsym_cmds_FC='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13724 sysv5* | sco3.2v5* | sco5v6*)
13725 # Note: We can NOT use -z defs as we might desire, because we do not
13726 # link with -lc, and that would cause any symbols used from libc to
13727 # always be unresolved, which means just about no library would
13728 # ever link correctly. If we're not using GNU ld we use -z text
13729 # though, which does catch some bad symbols but isn't as heavy-handed
13730 # as -z defs.
13731 no_undefined_flag_FC='${wl}-z,text'
13732 allow_undefined_flag_FC='${wl}-z,nodefs'
13733 archive_cmds_need_lc_FC=no
13734 hardcode_shlibpath_var_FC=no
13735 hardcode_libdir_flag_spec_FC='${wl}-R,$libdir'
13736 hardcode_libdir_separator_FC=':'
13737 link_all_deplibs_FC=yes
13738 export_dynamic_flag_spec_FC='${wl}-Bexport'
13739 runpath_var='LD_RUN_PATH'
13741 if test "$GCC" = yes; then
13742 archive_cmds_FC='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13743 archive_expsym_cmds_FC='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13744 else
13745 archive_cmds_FC='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13746 archive_expsym_cmds_FC='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
13750 uts4*)
13751 archive_cmds_FC='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
13752 hardcode_libdir_flag_spec_FC='-L$libdir'
13753 hardcode_shlibpath_var_FC=no
13757 ld_shlibs_FC=no
13759 esac
13761 if test x$host_vendor = xsni; then
13762 case $host in
13763 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
13764 export_dynamic_flag_spec_FC='${wl}-Blargedynsym'
13766 esac
13770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs_FC" >&5
13771 $as_echo "$ld_shlibs_FC" >&6; }
13772 test "$ld_shlibs_FC" = no && can_build_shared=no
13774 with_gnu_ld_FC=$with_gnu_ld
13782 # Do we need to explicitly link libc?
13784 case "x$archive_cmds_need_lc_FC" in
13785 x|xyes)
13786 # Assume -lc should be added
13787 archive_cmds_need_lc_FC=yes
13789 if test "$enable_shared" = yes && test "$GCC" = yes; then
13790 case $archive_cmds_FC in
13791 *'~'*)
13792 # FIXME: we may have to deal with multi-command sequences.
13794 '$CC '*)
13795 # Test whether the compiler implicitly links with -lc since on some
13796 # systems, -lgcc has to come before -lc. If gcc already passes -lc
13797 # to ld, don't add -lc before -lgcc.
13798 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
13799 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
13800 if test "${lt_cv_archive_cmds_need_lc_FC+set}" = set; then :
13801 $as_echo_n "(cached) " >&6
13802 else
13803 $RM conftest*
13804 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
13806 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13807 (eval $ac_compile) 2>&5
13808 ac_status=$?
13809 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13810 test $ac_status = 0; } 2>conftest.err; then
13811 soname=conftest
13812 lib=conftest
13813 libobjs=conftest.$ac_objext
13814 deplibs=
13815 wl=$lt_prog_compiler_wl_FC
13816 pic_flag=$lt_prog_compiler_pic_FC
13817 compiler_flags=-v
13818 linker_flags=-v
13819 verstring=
13820 output_objdir=.
13821 libname=conftest
13822 lt_save_allow_undefined_flag=$allow_undefined_flag_FC
13823 allow_undefined_flag_FC=
13824 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds_FC 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
13825 (eval $archive_cmds_FC 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
13826 ac_status=$?
13827 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13828 test $ac_status = 0; }
13829 then
13830 lt_cv_archive_cmds_need_lc_FC=no
13831 else
13832 lt_cv_archive_cmds_need_lc_FC=yes
13834 allow_undefined_flag_FC=$lt_save_allow_undefined_flag
13835 else
13836 cat conftest.err 1>&5
13838 $RM conftest*
13841 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc_FC" >&5
13842 $as_echo "$lt_cv_archive_cmds_need_lc_FC" >&6; }
13843 archive_cmds_need_lc_FC=$lt_cv_archive_cmds_need_lc_FC
13845 esac
13848 esac
13913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
13914 $as_echo_n "checking dynamic linker characteristics... " >&6; }
13916 library_names_spec=
13917 libname_spec='lib$name'
13918 soname_spec=
13919 shrext_cmds=".so"
13920 postinstall_cmds=
13921 postuninstall_cmds=
13922 finish_cmds=
13923 finish_eval=
13924 shlibpath_var=
13925 shlibpath_overrides_runpath=unknown
13926 version_type=none
13927 dynamic_linker="$host_os ld.so"
13928 sys_lib_dlsearch_path_spec="/lib /usr/lib"
13929 need_lib_prefix=unknown
13930 hardcode_into_libs=no
13932 # when you set need_version to no, make sure it does not cause -set_version
13933 # flags to be left without arguments
13934 need_version=unknown
13936 case $host_os in
13937 aix3*)
13938 version_type=linux
13939 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
13940 shlibpath_var=LIBPATH
13942 # AIX 3 has no versioning support, so we append a major version to the name.
13943 soname_spec='${libname}${release}${shared_ext}$major'
13946 aix[4-9]*)
13947 version_type=linux
13948 need_lib_prefix=no
13949 need_version=no
13950 hardcode_into_libs=yes
13951 if test "$host_cpu" = ia64; then
13952 # AIX 5 supports IA64
13953 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
13954 shlibpath_var=LD_LIBRARY_PATH
13955 else
13956 # With GCC up to 2.95.x, collect2 would create an import file
13957 # for dependence libraries. The import file would start with
13958 # the line `#! .'. This would cause the generated library to
13959 # depend on `.', always an invalid library. This was fixed in
13960 # development snapshots of GCC prior to 3.0.
13961 case $host_os in
13962 aix4 | aix4.[01] | aix4.[01].*)
13963 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
13964 echo ' yes '
13965 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
13967 else
13968 can_build_shared=no
13971 esac
13972 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
13973 # soname into executable. Probably we can add versioning support to
13974 # collect2, so additional links can be useful in future.
13975 if test "$aix_use_runtimelinking" = yes; then
13976 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
13977 # instead of lib<name>.a to let people know that these are not
13978 # typical AIX shared libraries.
13979 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13980 else
13981 # We preserve .a as extension for shared libraries through AIX4.2
13982 # and later when we are not doing run time linking.
13983 library_names_spec='${libname}${release}.a $libname.a'
13984 soname_spec='${libname}${release}${shared_ext}$major'
13986 shlibpath_var=LIBPATH
13990 amigaos*)
13991 case $host_cpu in
13992 powerpc)
13993 # Since July 2007 AmigaOS4 officially supports .so libraries.
13994 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
13995 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
13997 m68k)
13998 library_names_spec='$libname.ixlibrary $libname.a'
13999 # Create ${libname}_ixlibrary.a entries in /sys/libs.
14000 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`func_echo_all "$lib" | $SED '\''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'
14002 esac
14005 beos*)
14006 library_names_spec='${libname}${shared_ext}'
14007 dynamic_linker="$host_os ld.so"
14008 shlibpath_var=LIBRARY_PATH
14011 bsdi[45]*)
14012 version_type=linux
14013 need_version=no
14014 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14015 soname_spec='${libname}${release}${shared_ext}$major'
14016 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
14017 shlibpath_var=LD_LIBRARY_PATH
14018 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
14019 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
14020 # the default ld.so.conf also contains /usr/contrib/lib and
14021 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
14022 # libtool to hard-code these into programs
14025 cygwin* | mingw* | pw32* | cegcc*)
14026 version_type=windows
14027 shrext_cmds=".dll"
14028 need_version=no
14029 need_lib_prefix=no
14031 case $GCC,$host_os in
14032 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
14033 library_names_spec='$libname.dll.a'
14034 # DLL is installed to $(libdir)/../bin by postinstall_cmds
14035 postinstall_cmds='base_file=`basename \${file}`~
14036 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
14037 dldir=$destdir/`dirname \$dlpath`~
14038 test -d \$dldir || mkdir -p \$dldir~
14039 $install_prog $dir/$dlname \$dldir/$dlname~
14040 chmod a+x \$dldir/$dlname~
14041 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
14042 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
14044 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
14045 dlpath=$dir/\$dldll~
14046 $RM \$dlpath'
14047 shlibpath_overrides_runpath=yes
14049 case $host_os in
14050 cygwin*)
14051 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
14052 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
14055 mingw* | cegcc*)
14056 # MinGW DLLs use traditional 'lib' prefix
14057 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
14059 pw32*)
14060 # pw32 DLLs use 'pw' prefix rather than 'lib'
14061 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
14063 esac
14067 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
14069 esac
14070 dynamic_linker='Win32 ld.exe'
14071 # FIXME: first we should search . and the directory the executable is in
14072 shlibpath_var=PATH
14075 darwin* | rhapsody*)
14076 dynamic_linker="$host_os dyld"
14077 version_type=darwin
14078 need_lib_prefix=no
14079 need_version=no
14080 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
14081 soname_spec='${libname}${release}${major}$shared_ext'
14082 shlibpath_overrides_runpath=yes
14083 shlibpath_var=DYLD_LIBRARY_PATH
14084 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
14086 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
14089 dgux*)
14090 version_type=linux
14091 need_lib_prefix=no
14092 need_version=no
14093 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
14094 soname_spec='${libname}${release}${shared_ext}$major'
14095 shlibpath_var=LD_LIBRARY_PATH
14098 freebsd1*)
14099 dynamic_linker=no
14102 freebsd* | dragonfly*)
14103 # DragonFly does not have aout. When/if they implement a new
14104 # versioning mechanism, adjust this.
14105 if test -x /usr/bin/objformat; then
14106 objformat=`/usr/bin/objformat`
14107 else
14108 case $host_os in
14109 freebsd[123]*) objformat=aout ;;
14110 *) objformat=elf ;;
14111 esac
14113 version_type=freebsd-$objformat
14114 case $version_type in
14115 freebsd-elf*)
14116 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
14117 need_version=no
14118 need_lib_prefix=no
14120 freebsd-*)
14121 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
14122 need_version=yes
14124 esac
14125 shlibpath_var=LD_LIBRARY_PATH
14126 case $host_os in
14127 freebsd2*)
14128 shlibpath_overrides_runpath=yes
14130 freebsd3.[01]* | freebsdelf3.[01]*)
14131 shlibpath_overrides_runpath=yes
14132 hardcode_into_libs=yes
14134 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
14135 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
14136 shlibpath_overrides_runpath=no
14137 hardcode_into_libs=yes
14139 *) # from 4.6 on, and DragonFly
14140 shlibpath_overrides_runpath=yes
14141 hardcode_into_libs=yes
14143 esac
14146 gnu*)
14147 version_type=linux
14148 need_lib_prefix=no
14149 need_version=no
14150 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
14151 soname_spec='${libname}${release}${shared_ext}$major'
14152 shlibpath_var=LD_LIBRARY_PATH
14153 hardcode_into_libs=yes
14156 haiku*)
14157 version_type=linux
14158 need_lib_prefix=no
14159 need_version=no
14160 dynamic_linker="$host_os runtime_loader"
14161 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
14162 soname_spec='${libname}${release}${shared_ext}$major'
14163 shlibpath_var=LIBRARY_PATH
14164 shlibpath_overrides_runpath=yes
14165 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
14166 hardcode_into_libs=yes
14169 hpux9* | hpux10* | hpux11*)
14170 # Give a soname corresponding to the major version so that dld.sl refuses to
14171 # link against other versions.
14172 version_type=sunos
14173 need_lib_prefix=no
14174 need_version=no
14175 case $host_cpu in
14176 ia64*)
14177 shrext_cmds='.so'
14178 hardcode_into_libs=yes
14179 dynamic_linker="$host_os dld.so"
14180 shlibpath_var=LD_LIBRARY_PATH
14181 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
14182 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14183 soname_spec='${libname}${release}${shared_ext}$major'
14184 if test "X$HPUX_IA64_MODE" = X32; then
14185 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
14186 else
14187 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
14189 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
14191 hppa*64*)
14192 shrext_cmds='.sl'
14193 hardcode_into_libs=yes
14194 dynamic_linker="$host_os dld.sl"
14195 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
14196 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
14197 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14198 soname_spec='${libname}${release}${shared_ext}$major'
14199 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
14200 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
14203 shrext_cmds='.sl'
14204 dynamic_linker="$host_os dld.sl"
14205 shlibpath_var=SHLIB_PATH
14206 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
14207 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14208 soname_spec='${libname}${release}${shared_ext}$major'
14210 esac
14211 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
14212 postinstall_cmds='chmod 555 $lib'
14213 # or fails outright, so override atomically:
14214 install_override_mode=555
14217 interix[3-9]*)
14218 version_type=linux
14219 need_lib_prefix=no
14220 need_version=no
14221 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
14222 soname_spec='${libname}${release}${shared_ext}$major'
14223 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
14224 shlibpath_var=LD_LIBRARY_PATH
14225 shlibpath_overrides_runpath=no
14226 hardcode_into_libs=yes
14229 irix5* | irix6* | nonstopux*)
14230 case $host_os in
14231 nonstopux*) version_type=nonstopux ;;
14233 if test "$lt_cv_prog_gnu_ld" = yes; then
14234 version_type=linux
14235 else
14236 version_type=irix
14237 fi ;;
14238 esac
14239 need_lib_prefix=no
14240 need_version=no
14241 soname_spec='${libname}${release}${shared_ext}$major'
14242 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
14243 case $host_os in
14244 irix5* | nonstopux*)
14245 libsuff= shlibsuff=
14248 case $LD in # libtool.m4 will add one of these switches to LD
14249 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
14250 libsuff= shlibsuff= libmagic=32-bit;;
14251 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
14252 libsuff=32 shlibsuff=N32 libmagic=N32;;
14253 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
14254 libsuff=64 shlibsuff=64 libmagic=64-bit;;
14255 *) libsuff= shlibsuff= libmagic=never-match;;
14256 esac
14258 esac
14259 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
14260 shlibpath_overrides_runpath=no
14261 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
14262 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
14263 hardcode_into_libs=yes
14266 # No shared lib support for Linux oldld, aout, or coff.
14267 linux*oldld* | linux*aout* | linux*coff*)
14268 dynamic_linker=no
14271 # This must be Linux ELF.
14272 linux* | k*bsd*-gnu | kopensolaris*-gnu)
14273 version_type=linux
14274 need_lib_prefix=no
14275 need_version=no
14276 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14277 soname_spec='${libname}${release}${shared_ext}$major'
14278 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
14279 shlibpath_var=LD_LIBRARY_PATH
14280 shlibpath_overrides_runpath=no
14282 # Some binutils ld are patched to set DT_RUNPATH
14283 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
14284 $as_echo_n "(cached) " >&6
14285 else
14286 lt_cv_shlibpath_overrides_runpath=no
14287 save_LDFLAGS=$LDFLAGS
14288 save_libdir=$libdir
14289 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl_FC\"; \
14290 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec_FC\""
14291 if test x$gcc_no_link = xyes; then
14292 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
14294 cat > conftest.$ac_ext <<_ACEOF
14295 program main
14298 _ACEOF
14299 if ac_fn_fc_try_link "$LINENO"; then :
14300 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
14301 lt_cv_shlibpath_overrides_runpath=yes
14304 rm -f core conftest.err conftest.$ac_objext \
14305 conftest$ac_exeext conftest.$ac_ext
14306 LDFLAGS=$save_LDFLAGS
14307 libdir=$save_libdir
14311 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
14313 # This implies no fast_install, which is unacceptable.
14314 # Some rework will be needed to allow for fast_install
14315 # before this can be enabled.
14316 hardcode_into_libs=yes
14318 # Append ld.so.conf contents to the search path
14319 if test -f /etc/ld.so.conf; then
14320 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;s/"//g;/^$/d' | tr '\n' ' '`
14321 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
14324 # We used to test for /lib/ld.so.1 and disable shared libraries on
14325 # powerpc, because MkLinux only supported shared libraries with the
14326 # GNU dynamic linker. Since this was broken with cross compilers,
14327 # most powerpc-linux boxes support dynamic linking these days and
14328 # people can always --disable-shared, the test was removed, and we
14329 # assume the GNU/Linux dynamic linker is in use.
14330 dynamic_linker='GNU/Linux ld.so'
14333 netbsd*)
14334 version_type=sunos
14335 need_lib_prefix=no
14336 need_version=no
14337 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
14338 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14339 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
14340 dynamic_linker='NetBSD (a.out) ld.so'
14341 else
14342 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
14343 soname_spec='${libname}${release}${shared_ext}$major'
14344 dynamic_linker='NetBSD ld.elf_so'
14346 shlibpath_var=LD_LIBRARY_PATH
14347 shlibpath_overrides_runpath=yes
14348 hardcode_into_libs=yes
14351 newsos6)
14352 version_type=linux
14353 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14354 shlibpath_var=LD_LIBRARY_PATH
14355 shlibpath_overrides_runpath=yes
14358 *nto* | *qnx*)
14359 version_type=qnx
14360 need_lib_prefix=no
14361 need_version=no
14362 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14363 soname_spec='${libname}${release}${shared_ext}$major'
14364 shlibpath_var=LD_LIBRARY_PATH
14365 shlibpath_overrides_runpath=no
14366 hardcode_into_libs=yes
14367 dynamic_linker='ldqnx.so'
14370 openbsd*)
14371 version_type=sunos
14372 sys_lib_dlsearch_path_spec="/usr/lib"
14373 need_lib_prefix=no
14374 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
14375 case $host_os in
14376 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
14377 *) need_version=no ;;
14378 esac
14379 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14380 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
14381 shlibpath_var=LD_LIBRARY_PATH
14382 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
14383 case $host_os in
14384 openbsd2.[89] | openbsd2.[89].*)
14385 shlibpath_overrides_runpath=no
14388 shlibpath_overrides_runpath=yes
14390 esac
14391 else
14392 shlibpath_overrides_runpath=yes
14396 os2*)
14397 libname_spec='$name'
14398 shrext_cmds=".dll"
14399 need_lib_prefix=no
14400 library_names_spec='$libname${shared_ext} $libname.a'
14401 dynamic_linker='OS/2 ld.exe'
14402 shlibpath_var=LIBPATH
14405 osf3* | osf4* | osf5*)
14406 version_type=osf
14407 need_lib_prefix=no
14408 need_version=no
14409 soname_spec='${libname}${release}${shared_ext}$major'
14410 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14411 shlibpath_var=LD_LIBRARY_PATH
14412 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
14413 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
14416 rdos*)
14417 dynamic_linker=no
14420 solaris*)
14421 version_type=linux
14422 need_lib_prefix=no
14423 need_version=no
14424 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14425 soname_spec='${libname}${release}${shared_ext}$major'
14426 shlibpath_var=LD_LIBRARY_PATH
14427 shlibpath_overrides_runpath=yes
14428 hardcode_into_libs=yes
14429 # ldd complains unless libraries are executable
14430 postinstall_cmds='chmod +x $lib'
14433 sunos4*)
14434 version_type=sunos
14435 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
14436 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
14437 shlibpath_var=LD_LIBRARY_PATH
14438 shlibpath_overrides_runpath=yes
14439 if test "$with_gnu_ld" = yes; then
14440 need_lib_prefix=no
14442 need_version=yes
14445 sysv4 | sysv4.3*)
14446 version_type=linux
14447 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14448 soname_spec='${libname}${release}${shared_ext}$major'
14449 shlibpath_var=LD_LIBRARY_PATH
14450 case $host_vendor in
14451 sni)
14452 shlibpath_overrides_runpath=no
14453 need_lib_prefix=no
14454 runpath_var=LD_RUN_PATH
14456 siemens)
14457 need_lib_prefix=no
14459 motorola)
14460 need_lib_prefix=no
14461 need_version=no
14462 shlibpath_overrides_runpath=no
14463 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
14465 esac
14468 sysv4*MP*)
14469 if test -d /usr/nec ;then
14470 version_type=linux
14471 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
14472 soname_spec='$libname${shared_ext}.$major'
14473 shlibpath_var=LD_LIBRARY_PATH
14477 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
14478 version_type=freebsd-elf
14479 need_lib_prefix=no
14480 need_version=no
14481 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
14482 soname_spec='${libname}${release}${shared_ext}$major'
14483 shlibpath_var=LD_LIBRARY_PATH
14484 shlibpath_overrides_runpath=yes
14485 hardcode_into_libs=yes
14486 if test "$with_gnu_ld" = yes; then
14487 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
14488 else
14489 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
14490 case $host_os in
14491 sco3.2v5*)
14492 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
14494 esac
14496 sys_lib_dlsearch_path_spec='/usr/lib'
14499 tpf*)
14500 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
14501 version_type=linux
14502 need_lib_prefix=no
14503 need_version=no
14504 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14505 shlibpath_var=LD_LIBRARY_PATH
14506 shlibpath_overrides_runpath=no
14507 hardcode_into_libs=yes
14510 uts4*)
14511 version_type=linux
14512 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
14513 soname_spec='${libname}${release}${shared_ext}$major'
14514 shlibpath_var=LD_LIBRARY_PATH
14518 dynamic_linker=no
14520 esac
14521 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
14522 $as_echo "$dynamic_linker" >&6; }
14523 test "$dynamic_linker" = no && can_build_shared=no
14525 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
14526 if test "$GCC" = yes; then
14527 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
14530 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
14531 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
14533 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
14534 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
14574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
14575 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
14576 hardcode_action_FC=
14577 if test -n "$hardcode_libdir_flag_spec_FC" ||
14578 test -n "$runpath_var_FC" ||
14579 test "X$hardcode_automatic_FC" = "Xyes" ; then
14581 # We can hardcode non-existent directories.
14582 if test "$hardcode_direct_FC" != no &&
14583 # If the only mechanism to avoid hardcoding is shlibpath_var, we
14584 # have to relink, otherwise we might link with an installed library
14585 # when we should be linking with a yet-to-be-installed one
14586 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, FC)" != no &&
14587 test "$hardcode_minus_L_FC" != no; then
14588 # Linking always hardcodes the temporary library directory.
14589 hardcode_action_FC=relink
14590 else
14591 # We can link without hardcoding, and we can hardcode nonexisting dirs.
14592 hardcode_action_FC=immediate
14594 else
14595 # We cannot hardcode anything, or else we can only hardcode existing
14596 # directories.
14597 hardcode_action_FC=unsupported
14599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action_FC" >&5
14600 $as_echo "$hardcode_action_FC" >&6; }
14602 if test "$hardcode_action_FC" = relink ||
14603 test "$inherit_rpath_FC" = yes; then
14604 # Fast installation is not supported
14605 enable_fast_install=no
14606 elif test "$shlibpath_overrides_runpath" = yes ||
14607 test "$enable_shared" = no; then
14608 # Fast installation is not necessary
14609 enable_fast_install=needless
14618 fi # test -n "$compiler"
14620 GCC=$lt_save_GCC
14621 CC="$lt_save_CC"
14622 fi # test "$_lt_disable_FC" != yes
14624 ac_ext=c
14625 ac_cpp='$CPP $CPPFLAGS'
14626 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14627 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14628 ac_compiler_gnu=$ac_cv_c_compiler_gnu
14632 # extra LD Flags which are required for targets
14633 case "${host}" in
14634 *-darwin*)
14635 # Darwin needs -single_module when linking libgfortran
14636 extra_ldflags_libgfortran=-Wl,-single_module
14638 esac
14641 # We need a working compiler at that point, otherwise give a clear
14642 # error message and bail out.
14644 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the GNU Fortran compiler is working" >&5
14645 $as_echo_n "checking whether the GNU Fortran compiler is working... " >&6; }
14646 ac_ext=${ac_fc_srcext-f}
14647 ac_compile='$FC -c $FCFLAGS $ac_fcflags_srcext conftest.$ac_ext >&5'
14648 ac_link='$FC -o conftest$ac_exeext $FCFLAGS $LDFLAGS $ac_fcflags_srcext conftest.$ac_ext $LIBS >&5'
14649 ac_compiler_gnu=$ac_cv_fc_compiler_gnu
14651 cat > conftest.$ac_ext <<_ACEOF
14653 program foo
14654 real, parameter :: bar = sin (12.34 / 2.5)
14655 end program foo
14656 _ACEOF
14657 if ac_fn_fc_try_compile "$LINENO"; then :
14658 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14659 $as_echo "yes" >&6; }
14660 else
14661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14662 $as_echo "no" >&6; }
14663 as_fn_error "GNU Fortran is not working; please report a bug in http://gcc.gnu.org/bugzilla, attaching $PWD/config.log" "$LINENO" 5
14666 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14667 ac_ext=c
14668 ac_cpp='$CPP $CPPFLAGS'
14669 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14670 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14671 ac_compiler_gnu=$ac_cv_c_compiler_gnu
14675 # Check whether --enable-largefile was given.
14676 if test "${enable_largefile+set}" = set; then :
14677 enableval=$enable_largefile;
14680 if test "$enable_largefile" != no; then
14682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
14683 $as_echo_n "checking for special C compiler options needed for large files... " >&6; }
14684 if test "${ac_cv_sys_largefile_CC+set}" = set; then :
14685 $as_echo_n "(cached) " >&6
14686 else
14687 ac_cv_sys_largefile_CC=no
14688 if test "$GCC" != yes; then
14689 ac_save_CC=$CC
14690 while :; do
14691 # IRIX 6.2 and later do not support large files by default,
14692 # so use the C compiler's -n32 option if that helps.
14693 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14694 /* end confdefs.h. */
14695 #include <sys/types.h>
14696 /* Check that off_t can represent 2**63 - 1 correctly.
14697 We can't simply define LARGE_OFF_T to be 9223372036854775807,
14698 since some C++ compilers masquerading as C compilers
14699 incorrectly reject 9223372036854775807. */
14700 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
14701 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
14702 && LARGE_OFF_T % 2147483647 == 1)
14703 ? 1 : -1];
14705 main ()
14709 return 0;
14711 _ACEOF
14712 if ac_fn_c_try_compile "$LINENO"; then :
14713 break
14715 rm -f core conftest.err conftest.$ac_objext
14716 CC="$CC -n32"
14717 if ac_fn_c_try_compile "$LINENO"; then :
14718 ac_cv_sys_largefile_CC=' -n32'; break
14720 rm -f core conftest.err conftest.$ac_objext
14721 break
14722 done
14723 CC=$ac_save_CC
14724 rm -f conftest.$ac_ext
14727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
14728 $as_echo "$ac_cv_sys_largefile_CC" >&6; }
14729 if test "$ac_cv_sys_largefile_CC" != no; then
14730 CC=$CC$ac_cv_sys_largefile_CC
14733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
14734 $as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
14735 if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
14736 $as_echo_n "(cached) " >&6
14737 else
14738 while :; do
14739 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14740 /* end confdefs.h. */
14741 #include <sys/types.h>
14742 /* Check that off_t can represent 2**63 - 1 correctly.
14743 We can't simply define LARGE_OFF_T to be 9223372036854775807,
14744 since some C++ compilers masquerading as C compilers
14745 incorrectly reject 9223372036854775807. */
14746 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
14747 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
14748 && LARGE_OFF_T % 2147483647 == 1)
14749 ? 1 : -1];
14751 main ()
14755 return 0;
14757 _ACEOF
14758 if ac_fn_c_try_compile "$LINENO"; then :
14759 ac_cv_sys_file_offset_bits=no; break
14761 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14762 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14763 /* end confdefs.h. */
14764 #define _FILE_OFFSET_BITS 64
14765 #include <sys/types.h>
14766 /* Check that off_t can represent 2**63 - 1 correctly.
14767 We can't simply define LARGE_OFF_T to be 9223372036854775807,
14768 since some C++ compilers masquerading as C compilers
14769 incorrectly reject 9223372036854775807. */
14770 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
14771 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
14772 && LARGE_OFF_T % 2147483647 == 1)
14773 ? 1 : -1];
14775 main ()
14779 return 0;
14781 _ACEOF
14782 if ac_fn_c_try_compile "$LINENO"; then :
14783 ac_cv_sys_file_offset_bits=64; break
14785 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14786 ac_cv_sys_file_offset_bits=unknown
14787 break
14788 done
14790 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
14791 $as_echo "$ac_cv_sys_file_offset_bits" >&6; }
14792 case $ac_cv_sys_file_offset_bits in #(
14793 no | unknown) ;;
14795 cat >>confdefs.h <<_ACEOF
14796 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
14797 _ACEOF
14799 esac
14800 rm -rf conftest*
14801 if test $ac_cv_sys_file_offset_bits = unknown; then
14802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
14803 $as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
14804 if test "${ac_cv_sys_large_files+set}" = set; then :
14805 $as_echo_n "(cached) " >&6
14806 else
14807 while :; do
14808 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14809 /* end confdefs.h. */
14810 #include <sys/types.h>
14811 /* Check that off_t can represent 2**63 - 1 correctly.
14812 We can't simply define LARGE_OFF_T to be 9223372036854775807,
14813 since some C++ compilers masquerading as C compilers
14814 incorrectly reject 9223372036854775807. */
14815 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
14816 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
14817 && LARGE_OFF_T % 2147483647 == 1)
14818 ? 1 : -1];
14820 main ()
14824 return 0;
14826 _ACEOF
14827 if ac_fn_c_try_compile "$LINENO"; then :
14828 ac_cv_sys_large_files=no; break
14830 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14831 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14832 /* end confdefs.h. */
14833 #define _LARGE_FILES 1
14834 #include <sys/types.h>
14835 /* Check that off_t can represent 2**63 - 1 correctly.
14836 We can't simply define LARGE_OFF_T to be 9223372036854775807,
14837 since some C++ compilers masquerading as C compilers
14838 incorrectly reject 9223372036854775807. */
14839 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
14840 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
14841 && LARGE_OFF_T % 2147483647 == 1)
14842 ? 1 : -1];
14844 main ()
14848 return 0;
14850 _ACEOF
14851 if ac_fn_c_try_compile "$LINENO"; then :
14852 ac_cv_sys_large_files=1; break
14854 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14855 ac_cv_sys_large_files=unknown
14856 break
14857 done
14859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
14860 $as_echo "$ac_cv_sys_large_files" >&6; }
14861 case $ac_cv_sys_large_files in #(
14862 no | unknown) ;;
14864 cat >>confdefs.h <<_ACEOF
14865 #define _LARGE_FILES $ac_cv_sys_large_files
14866 _ACEOF
14868 esac
14869 rm -rf conftest*
14873 ac_fn_c_check_type "$LINENO" "off_t" "ac_cv_type_off_t" "$ac_includes_default"
14874 if test "x$ac_cv_type_off_t" = x""yes; then :
14876 else
14878 cat >>confdefs.h <<_ACEOF
14879 #define off_t long int
14880 _ACEOF
14885 # check header files
14886 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
14887 $as_echo_n "checking for ANSI C header files... " >&6; }
14888 if test "${ac_cv_header_stdc+set}" = set; then :
14889 $as_echo_n "(cached) " >&6
14890 else
14891 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14892 /* end confdefs.h. */
14893 #include <stdlib.h>
14894 #include <stdarg.h>
14895 #include <string.h>
14896 #include <float.h>
14899 main ()
14903 return 0;
14905 _ACEOF
14906 if ac_fn_c_try_compile "$LINENO"; then :
14907 ac_cv_header_stdc=yes
14908 else
14909 ac_cv_header_stdc=no
14911 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14913 if test $ac_cv_header_stdc = yes; then
14914 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
14915 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14916 /* end confdefs.h. */
14917 #include <string.h>
14919 _ACEOF
14920 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14921 $EGREP "memchr" >/dev/null 2>&1; then :
14923 else
14924 ac_cv_header_stdc=no
14926 rm -f conftest*
14930 if test $ac_cv_header_stdc = yes; then
14931 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
14932 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14933 /* end confdefs.h. */
14934 #include <stdlib.h>
14936 _ACEOF
14937 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
14938 $EGREP "free" >/dev/null 2>&1; then :
14940 else
14941 ac_cv_header_stdc=no
14943 rm -f conftest*
14947 if test $ac_cv_header_stdc = yes; then
14948 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
14949 if test "$cross_compiling" = yes; then :
14951 else
14952 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14953 /* end confdefs.h. */
14954 #include <ctype.h>
14955 #include <stdlib.h>
14956 #if ((' ' & 0x0FF) == 0x020)
14957 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
14958 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
14959 #else
14960 # define ISLOWER(c) \
14961 (('a' <= (c) && (c) <= 'i') \
14962 || ('j' <= (c) && (c) <= 'r') \
14963 || ('s' <= (c) && (c) <= 'z'))
14964 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
14965 #endif
14967 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
14969 main ()
14971 int i;
14972 for (i = 0; i < 256; i++)
14973 if (XOR (islower (i), ISLOWER (i))
14974 || toupper (i) != TOUPPER (i))
14975 return 2;
14976 return 0;
14978 _ACEOF
14979 if ac_fn_c_try_run "$LINENO"; then :
14981 else
14982 ac_cv_header_stdc=no
14984 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14985 conftest.$ac_objext conftest.beam conftest.$ac_ext
14990 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
14991 $as_echo "$ac_cv_header_stdc" >&6; }
14992 if test $ac_cv_header_stdc = yes; then
14994 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
14998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
14999 $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
15000 if test "${ac_cv_header_time+set}" = set; then :
15001 $as_echo_n "(cached) " >&6
15002 else
15003 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15004 /* end confdefs.h. */
15005 #include <sys/types.h>
15006 #include <sys/time.h>
15007 #include <time.h>
15010 main ()
15012 if ((struct tm *) 0)
15013 return 0;
15015 return 0;
15017 _ACEOF
15018 if ac_fn_c_try_compile "$LINENO"; then :
15019 ac_cv_header_time=yes
15020 else
15021 ac_cv_header_time=no
15023 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
15026 $as_echo "$ac_cv_header_time" >&6; }
15027 if test $ac_cv_header_time = yes; then
15029 $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
15033 for ac_header in stdio.h stdlib.h string.h unistd.h signal.h stdarg.h
15034 do :
15035 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15036 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
15037 eval as_val=\$$as_ac_Header
15038 if test "x$as_val" = x""yes; then :
15039 cat >>confdefs.h <<_ACEOF
15040 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15041 _ACEOF
15045 done
15047 for ac_header in time.h sys/time.h sys/times.h sys/resource.h
15048 do :
15049 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15050 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
15051 eval as_val=\$$as_ac_Header
15052 if test "x$as_val" = x""yes; then :
15053 cat >>confdefs.h <<_ACEOF
15054 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15055 _ACEOF
15059 done
15061 for ac_header in sys/types.h sys/stat.h sys/wait.h floatingpoint.h ieeefp.h
15062 do :
15063 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15064 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
15065 eval as_val=\$$as_ac_Header
15066 if test "x$as_val" = x""yes; then :
15067 cat >>confdefs.h <<_ACEOF
15068 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15069 _ACEOF
15073 done
15075 for ac_header in fenv.h fptrap.h float.h execinfo.h pwd.h
15076 do :
15077 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15078 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
15079 eval as_val=\$$as_ac_Header
15080 if test "x$as_val" = x""yes; then :
15081 cat >>confdefs.h <<_ACEOF
15082 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15083 _ACEOF
15087 done
15089 ac_fn_c_check_header_mongrel "$LINENO" "complex.h" "ac_cv_header_complex_h" "$ac_includes_default"
15090 if test "x$ac_cv_header_complex_h" = x""yes; then :
15092 $as_echo "#define HAVE_COMPLEX_H 1" >>confdefs.h
15099 inttype_headers=`echo inttypes.h sys/inttypes.h | sed -e 's/,/ /g'`
15101 acx_cv_header_stdint=stddef.h
15102 acx_cv_header_stdint_kind="(already complete)"
15103 for i in stdint.h $inttype_headers; do
15104 unset ac_cv_type_uintptr_t
15105 unset ac_cv_type_uintmax_t
15106 unset ac_cv_type_int_least32_t
15107 unset ac_cv_type_int_fast32_t
15108 unset ac_cv_type_uint64_t
15109 $as_echo_n "looking for a compliant stdint.h in $i, " >&6
15110 ac_fn_c_check_type "$LINENO" "uintmax_t" "ac_cv_type_uintmax_t" "#include <sys/types.h>
15111 #include <$i>
15113 if test "x$ac_cv_type_uintmax_t" = x""yes; then :
15114 acx_cv_header_stdint=$i
15115 else
15116 continue
15119 ac_fn_c_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h>
15120 #include <$i>
15122 if test "x$ac_cv_type_uintptr_t" = x""yes; then :
15124 else
15125 acx_cv_header_stdint_kind="(mostly complete)"
15128 ac_fn_c_check_type "$LINENO" "int_least32_t" "ac_cv_type_int_least32_t" "#include <sys/types.h>
15129 #include <$i>
15131 if test "x$ac_cv_type_int_least32_t" = x""yes; then :
15133 else
15134 acx_cv_header_stdint_kind="(mostly complete)"
15137 ac_fn_c_check_type "$LINENO" "int_fast32_t" "ac_cv_type_int_fast32_t" "#include <sys/types.h>
15138 #include <$i>
15140 if test "x$ac_cv_type_int_fast32_t" = x""yes; then :
15142 else
15143 acx_cv_header_stdint_kind="(mostly complete)"
15146 ac_fn_c_check_type "$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h>
15147 #include <$i>
15149 if test "x$ac_cv_type_uint64_t" = x""yes; then :
15151 else
15152 acx_cv_header_stdint_kind="(lacks uint64_t)"
15155 break
15156 done
15157 if test "$acx_cv_header_stdint" = stddef.h; then
15158 acx_cv_header_stdint_kind="(lacks uintmax_t)"
15159 for i in stdint.h $inttype_headers; do
15160 unset ac_cv_type_uintptr_t
15161 unset ac_cv_type_uint32_t
15162 unset ac_cv_type_uint64_t
15163 $as_echo_n "looking for an incomplete stdint.h in $i, " >&6
15164 ac_fn_c_check_type "$LINENO" "uint32_t" "ac_cv_type_uint32_t" "#include <sys/types.h>
15165 #include <$i>
15167 if test "x$ac_cv_type_uint32_t" = x""yes; then :
15168 acx_cv_header_stdint=$i
15169 else
15170 continue
15173 ac_fn_c_check_type "$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h>
15174 #include <$i>
15176 if test "x$ac_cv_type_uint64_t" = x""yes; then :
15180 ac_fn_c_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h>
15181 #include <$i>
15183 if test "x$ac_cv_type_uintptr_t" = x""yes; then :
15187 break
15188 done
15190 if test "$acx_cv_header_stdint" = stddef.h; then
15191 acx_cv_header_stdint_kind="(u_intXX_t style)"
15192 for i in sys/types.h $inttype_headers; do
15193 unset ac_cv_type_u_int32_t
15194 unset ac_cv_type_u_int64_t
15195 $as_echo_n "looking for u_intXX_t types in $i, " >&6
15196 ac_fn_c_check_type "$LINENO" "u_int32_t" "ac_cv_type_u_int32_t" "#include <sys/types.h>
15197 #include <$i>
15199 if test "x$ac_cv_type_u_int32_t" = x""yes; then :
15200 acx_cv_header_stdint=$i
15201 else
15202 continue
15205 ac_fn_c_check_type "$LINENO" "u_int64_t" "ac_cv_type_u_int64_t" "#include <sys/types.h>
15206 #include <$i>
15208 if test "x$ac_cv_type_u_int64_t" = x""yes; then :
15212 break
15213 done
15215 if test "$acx_cv_header_stdint" = stddef.h; then
15216 acx_cv_header_stdint_kind="(using manual detection)"
15219 test -z "$ac_cv_type_uintptr_t" && ac_cv_type_uintptr_t=no
15220 test -z "$ac_cv_type_uint64_t" && ac_cv_type_uint64_t=no
15221 test -z "$ac_cv_type_u_int64_t" && ac_cv_type_u_int64_t=no
15222 test -z "$ac_cv_type_int_least32_t" && ac_cv_type_int_least32_t=no
15223 test -z "$ac_cv_type_int_fast32_t" && ac_cv_type_int_fast32_t=no
15225 # ----------------- Summarize what we found so far
15227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking what to include in gstdint.h" >&5
15228 $as_echo_n "checking what to include in gstdint.h... " >&6; }
15230 case `$as_basename -- gstdint.h ||
15231 $as_expr X/gstdint.h : '.*/\([^/][^/]*\)/*$' \| \
15232 Xgstdint.h : 'X\(//\)$' \| \
15233 Xgstdint.h : 'X\(/\)' \| . 2>/dev/null ||
15234 $as_echo X/gstdint.h |
15235 sed '/^.*\/\([^/][^/]*\)\/*$/{
15236 s//\1/
15239 /^X\/\(\/\/\)$/{
15240 s//\1/
15243 /^X\/\(\/\).*/{
15244 s//\1/
15247 s/.*/./; q'` in
15248 stdint.h) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5
15249 $as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
15250 inttypes.h) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5
15251 $as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
15252 *) ;;
15253 esac
15255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_header_stdint $acx_cv_header_stdint_kind" >&5
15256 $as_echo "$acx_cv_header_stdint $acx_cv_header_stdint_kind" >&6; }
15258 # ----------------- done included file, check C basic types --------
15260 # Lacking an uintptr_t? Test size of void *
15261 case "$acx_cv_header_stdint:$ac_cv_type_uintptr_t" in
15262 stddef.h:* | *:no) # The cast to long int works around a bug in the HP C Compiler
15263 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15264 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15265 # This bug is HP SR number 8606223364.
15266 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
15267 $as_echo_n "checking size of void *... " >&6; }
15268 if test "${ac_cv_sizeof_void_p+set}" = set; then :
15269 $as_echo_n "(cached) " >&6
15270 else
15271 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
15273 else
15274 if test "$ac_cv_type_void_p" = yes; then
15275 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
15276 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15277 { as_fn_set_status 77
15278 as_fn_error "cannot compute sizeof (void *)
15279 See \`config.log' for more details." "$LINENO" 5; }; }
15280 else
15281 ac_cv_sizeof_void_p=0
15286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
15287 $as_echo "$ac_cv_sizeof_void_p" >&6; }
15291 cat >>confdefs.h <<_ACEOF
15292 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
15293 _ACEOF
15296 esac
15298 # Lacking an uint64_t? Test size of long
15299 case "$acx_cv_header_stdint:$ac_cv_type_uint64_t:$ac_cv_type_u_int64_t" in
15300 stddef.h:*:* | *:no:no) # The cast to long int works around a bug in the HP C Compiler
15301 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15302 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15303 # This bug is HP SR number 8606223364.
15304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
15305 $as_echo_n "checking size of long... " >&6; }
15306 if test "${ac_cv_sizeof_long+set}" = set; then :
15307 $as_echo_n "(cached) " >&6
15308 else
15309 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
15311 else
15312 if test "$ac_cv_type_long" = yes; then
15313 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
15314 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15315 { as_fn_set_status 77
15316 as_fn_error "cannot compute sizeof (long)
15317 See \`config.log' for more details." "$LINENO" 5; }; }
15318 else
15319 ac_cv_sizeof_long=0
15324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
15325 $as_echo "$ac_cv_sizeof_long" >&6; }
15329 cat >>confdefs.h <<_ACEOF
15330 #define SIZEOF_LONG $ac_cv_sizeof_long
15331 _ACEOF
15334 esac
15336 if test $acx_cv_header_stdint = stddef.h; then
15337 # Lacking a good header? Test size of everything and deduce all types.
15338 # The cast to long int works around a bug in the HP C Compiler
15339 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15340 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15341 # This bug is HP SR number 8606223364.
15342 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
15343 $as_echo_n "checking size of int... " >&6; }
15344 if test "${ac_cv_sizeof_int+set}" = set; then :
15345 $as_echo_n "(cached) " >&6
15346 else
15347 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
15349 else
15350 if test "$ac_cv_type_int" = yes; then
15351 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
15352 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15353 { as_fn_set_status 77
15354 as_fn_error "cannot compute sizeof (int)
15355 See \`config.log' for more details." "$LINENO" 5; }; }
15356 else
15357 ac_cv_sizeof_int=0
15362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
15363 $as_echo "$ac_cv_sizeof_int" >&6; }
15367 cat >>confdefs.h <<_ACEOF
15368 #define SIZEOF_INT $ac_cv_sizeof_int
15369 _ACEOF
15372 # The cast to long int works around a bug in the HP C Compiler
15373 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15374 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15375 # This bug is HP SR number 8606223364.
15376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short" >&5
15377 $as_echo_n "checking size of short... " >&6; }
15378 if test "${ac_cv_sizeof_short+set}" = set; then :
15379 $as_echo_n "(cached) " >&6
15380 else
15381 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (short))" "ac_cv_sizeof_short" "$ac_includes_default"; then :
15383 else
15384 if test "$ac_cv_type_short" = yes; then
15385 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
15386 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15387 { as_fn_set_status 77
15388 as_fn_error "cannot compute sizeof (short)
15389 See \`config.log' for more details." "$LINENO" 5; }; }
15390 else
15391 ac_cv_sizeof_short=0
15396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_short" >&5
15397 $as_echo "$ac_cv_sizeof_short" >&6; }
15401 cat >>confdefs.h <<_ACEOF
15402 #define SIZEOF_SHORT $ac_cv_sizeof_short
15403 _ACEOF
15406 # The cast to long int works around a bug in the HP C Compiler
15407 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
15408 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
15409 # This bug is HP SR number 8606223364.
15410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of char" >&5
15411 $as_echo_n "checking size of char... " >&6; }
15412 if test "${ac_cv_sizeof_char+set}" = set; then :
15413 $as_echo_n "(cached) " >&6
15414 else
15415 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (char))" "ac_cv_sizeof_char" "$ac_includes_default"; then :
15417 else
15418 if test "$ac_cv_type_char" = yes; then
15419 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
15420 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15421 { as_fn_set_status 77
15422 as_fn_error "cannot compute sizeof (char)
15423 See \`config.log' for more details." "$LINENO" 5; }; }
15424 else
15425 ac_cv_sizeof_char=0
15430 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_char" >&5
15431 $as_echo "$ac_cv_sizeof_char" >&6; }
15435 cat >>confdefs.h <<_ACEOF
15436 #define SIZEOF_CHAR $ac_cv_sizeof_char
15437 _ACEOF
15441 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int8_t" >&5
15442 $as_echo_n "checking for type equivalent to int8_t... " >&6; }
15443 case "$ac_cv_sizeof_char" in
15444 1) acx_cv_type_int8_t=char ;;
15445 *) as_fn_error "no 8-bit type, please report a bug" "$LINENO" 5
15446 esac
15447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int8_t" >&5
15448 $as_echo "$acx_cv_type_int8_t" >&6; }
15450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int16_t" >&5
15451 $as_echo_n "checking for type equivalent to int16_t... " >&6; }
15452 case "$ac_cv_sizeof_int:$ac_cv_sizeof_short" in
15453 2:*) acx_cv_type_int16_t=int ;;
15454 *:2) acx_cv_type_int16_t=short ;;
15455 *) as_fn_error "no 16-bit type, please report a bug" "$LINENO" 5
15456 esac
15457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int16_t" >&5
15458 $as_echo "$acx_cv_type_int16_t" >&6; }
15460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int32_t" >&5
15461 $as_echo_n "checking for type equivalent to int32_t... " >&6; }
15462 case "$ac_cv_sizeof_int:$ac_cv_sizeof_long" in
15463 4:*) acx_cv_type_int32_t=int ;;
15464 *:4) acx_cv_type_int32_t=long ;;
15465 *) as_fn_error "no 32-bit type, please report a bug" "$LINENO" 5
15466 esac
15467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int32_t" >&5
15468 $as_echo "$acx_cv_type_int32_t" >&6; }
15471 # These tests are here to make the output prettier
15473 if test "$ac_cv_type_uint64_t" != yes && test "$ac_cv_type_u_int64_t" != yes; then
15474 case "$ac_cv_sizeof_long" in
15475 8) acx_cv_type_int64_t=long ;;
15476 esac
15477 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int64_t" >&5
15478 $as_echo_n "checking for type equivalent to int64_t... " >&6; }
15479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${acx_cv_type_int64_t-'using preprocessor symbols'}" >&5
15480 $as_echo "${acx_cv_type_int64_t-'using preprocessor symbols'}" >&6; }
15483 # Now we can use the above types
15485 if test "$ac_cv_type_uintptr_t" != yes; then
15486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to intptr_t" >&5
15487 $as_echo_n "checking for type equivalent to intptr_t... " >&6; }
15488 case $ac_cv_sizeof_void_p in
15489 2) acx_cv_type_intptr_t=int16_t ;;
15490 4) acx_cv_type_intptr_t=int32_t ;;
15491 8) acx_cv_type_intptr_t=int64_t ;;
15492 *) as_fn_error "no equivalent for intptr_t, please report a bug" "$LINENO" 5
15493 esac
15494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_intptr_t" >&5
15495 $as_echo "$acx_cv_type_intptr_t" >&6; }
15498 # ----------------- done all checks, emit header -------------
15499 ac_config_commands="$ac_config_commands gstdint.h"
15504 ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "$ac_includes_default"
15505 if test "x$ac_cv_member_struct_stat_st_blksize" = x""yes; then :
15507 cat >>confdefs.h <<_ACEOF
15508 #define HAVE_STRUCT_STAT_ST_BLKSIZE 1
15509 _ACEOF
15514 ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "$ac_includes_default"
15515 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
15517 cat >>confdefs.h <<_ACEOF
15518 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
15519 _ACEOF
15524 ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "$ac_includes_default"
15525 if test "x$ac_cv_member_struct_stat_st_rdev" = x""yes; then :
15527 cat >>confdefs.h <<_ACEOF
15528 #define HAVE_STRUCT_STAT_ST_RDEV 1
15529 _ACEOF
15535 # Check for library functions.
15536 for ac_func in getrusage times mkstemp strtof strtold snprintf ftruncate chsize
15537 do :
15538 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15539 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15540 eval as_val=\$$as_ac_var
15541 if test "x$as_val" = x""yes; then :
15542 cat >>confdefs.h <<_ACEOF
15543 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15544 _ACEOF
15547 done
15549 for ac_func in chdir strerror getlogin gethostname kill link symlink perror
15550 do :
15551 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15552 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15553 eval as_val=\$$as_ac_var
15554 if test "x$as_val" = x""yes; then :
15555 cat >>confdefs.h <<_ACEOF
15556 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15557 _ACEOF
15560 done
15562 for ac_func in sleep time ttyname signal alarm ctime clock access fork execl
15563 do :
15564 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15565 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15566 eval as_val=\$$as_ac_var
15567 if test "x$as_val" = x""yes; then :
15568 cat >>confdefs.h <<_ACEOF
15569 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15570 _ACEOF
15573 done
15575 for ac_func in wait setmode execvp pipe dup2 close fdopen strcasestr getrlimit
15576 do :
15577 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15578 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15579 eval as_val=\$$as_ac_var
15580 if test "x$as_val" = x""yes; then :
15581 cat >>confdefs.h <<_ACEOF
15582 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15583 _ACEOF
15586 done
15588 for ac_func in gettimeofday stat fstat lstat getpwuid vsnprintf dup getcwd
15589 do :
15590 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15591 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15592 eval as_val=\$$as_ac_var
15593 if test "x$as_val" = x""yes; then :
15594 cat >>confdefs.h <<_ACEOF
15595 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15596 _ACEOF
15599 done
15601 for ac_func in localtime_r gmtime_r
15602 do :
15603 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15604 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15605 eval as_val=\$$as_ac_var
15606 if test "x$as_val" = x""yes; then :
15607 cat >>confdefs.h <<_ACEOF
15608 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15609 _ACEOF
15612 done
15615 # Check for glibc backtrace functions
15616 for ac_func in backtrace backtrace_symbols
15617 do :
15618 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15619 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
15620 eval as_val=\$$as_ac_var
15621 if test "x$as_val" = x""yes; then :
15622 cat >>confdefs.h <<_ACEOF
15623 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15624 _ACEOF
15627 done
15630 # Check for types
15631 ac_fn_c_check_type "$LINENO" "intptr_t" "ac_cv_type_intptr_t" "$ac_includes_default"
15632 if test "x$ac_cv_type_intptr_t" = x""yes; then :
15634 cat >>confdefs.h <<_ACEOF
15635 #define HAVE_INTPTR_T 1
15636 _ACEOF
15641 ac_fn_c_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "$ac_includes_default"
15642 if test "x$ac_cv_type_uintptr_t" = x""yes; then :
15644 cat >>confdefs.h <<_ACEOF
15645 #define HAVE_UINTPTR_T 1
15646 _ACEOF
15652 # Check libc for getgid, getpid, getuid
15653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getgid in -lc" >&5
15654 $as_echo_n "checking for getgid in -lc... " >&6; }
15655 if test "${ac_cv_lib_c_getgid+set}" = set; then :
15656 $as_echo_n "(cached) " >&6
15657 else
15658 ac_check_lib_save_LIBS=$LIBS
15659 LIBS="-lc $LIBS"
15660 if test x$gcc_no_link = xyes; then
15661 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
15663 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15664 /* end confdefs.h. */
15666 /* Override any GCC internal prototype to avoid an error.
15667 Use char because int might match the return type of a GCC
15668 builtin and then its argument prototype would still apply. */
15669 #ifdef __cplusplus
15670 extern "C"
15671 #endif
15672 char getgid ();
15674 main ()
15676 return getgid ();
15678 return 0;
15680 _ACEOF
15681 if ac_fn_c_try_link "$LINENO"; then :
15682 ac_cv_lib_c_getgid=yes
15683 else
15684 ac_cv_lib_c_getgid=no
15686 rm -f core conftest.err conftest.$ac_objext \
15687 conftest$ac_exeext conftest.$ac_ext
15688 LIBS=$ac_check_lib_save_LIBS
15690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_c_getgid" >&5
15691 $as_echo "$ac_cv_lib_c_getgid" >&6; }
15692 if test "x$ac_cv_lib_c_getgid" = x""yes; then :
15694 $as_echo "#define HAVE_GETGID 1" >>confdefs.h
15698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getpid in -lc" >&5
15699 $as_echo_n "checking for getpid in -lc... " >&6; }
15700 if test "${ac_cv_lib_c_getpid+set}" = set; then :
15701 $as_echo_n "(cached) " >&6
15702 else
15703 ac_check_lib_save_LIBS=$LIBS
15704 LIBS="-lc $LIBS"
15705 if test x$gcc_no_link = xyes; then
15706 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
15708 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15709 /* end confdefs.h. */
15711 /* Override any GCC internal prototype to avoid an error.
15712 Use char because int might match the return type of a GCC
15713 builtin and then its argument prototype would still apply. */
15714 #ifdef __cplusplus
15715 extern "C"
15716 #endif
15717 char getpid ();
15719 main ()
15721 return getpid ();
15723 return 0;
15725 _ACEOF
15726 if ac_fn_c_try_link "$LINENO"; then :
15727 ac_cv_lib_c_getpid=yes
15728 else
15729 ac_cv_lib_c_getpid=no
15731 rm -f core conftest.err conftest.$ac_objext \
15732 conftest$ac_exeext conftest.$ac_ext
15733 LIBS=$ac_check_lib_save_LIBS
15735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_c_getpid" >&5
15736 $as_echo "$ac_cv_lib_c_getpid" >&6; }
15737 if test "x$ac_cv_lib_c_getpid" = x""yes; then :
15739 $as_echo "#define HAVE_GETPID 1" >>confdefs.h
15743 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getppid in -lc" >&5
15744 $as_echo_n "checking for getppid in -lc... " >&6; }
15745 if test "${ac_cv_lib_c_getppid+set}" = set; then :
15746 $as_echo_n "(cached) " >&6
15747 else
15748 ac_check_lib_save_LIBS=$LIBS
15749 LIBS="-lc $LIBS"
15750 if test x$gcc_no_link = xyes; then
15751 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
15753 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15754 /* end confdefs.h. */
15756 /* Override any GCC internal prototype to avoid an error.
15757 Use char because int might match the return type of a GCC
15758 builtin and then its argument prototype would still apply. */
15759 #ifdef __cplusplus
15760 extern "C"
15761 #endif
15762 char getppid ();
15764 main ()
15766 return getppid ();
15768 return 0;
15770 _ACEOF
15771 if ac_fn_c_try_link "$LINENO"; then :
15772 ac_cv_lib_c_getppid=yes
15773 else
15774 ac_cv_lib_c_getppid=no
15776 rm -f core conftest.err conftest.$ac_objext \
15777 conftest$ac_exeext conftest.$ac_ext
15778 LIBS=$ac_check_lib_save_LIBS
15780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_c_getppid" >&5
15781 $as_echo "$ac_cv_lib_c_getppid" >&6; }
15782 if test "x$ac_cv_lib_c_getppid" = x""yes; then :
15784 $as_echo "#define HAVE_GETPPID 1" >>confdefs.h
15788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for getuid in -lc" >&5
15789 $as_echo_n "checking for getuid in -lc... " >&6; }
15790 if test "${ac_cv_lib_c_getuid+set}" = set; then :
15791 $as_echo_n "(cached) " >&6
15792 else
15793 ac_check_lib_save_LIBS=$LIBS
15794 LIBS="-lc $LIBS"
15795 if test x$gcc_no_link = xyes; then
15796 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
15798 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15799 /* end confdefs.h. */
15801 /* Override any GCC internal prototype to avoid an error.
15802 Use char because int might match the return type of a GCC
15803 builtin and then its argument prototype would still apply. */
15804 #ifdef __cplusplus
15805 extern "C"
15806 #endif
15807 char getuid ();
15809 main ()
15811 return getuid ();
15813 return 0;
15815 _ACEOF
15816 if ac_fn_c_try_link "$LINENO"; then :
15817 ac_cv_lib_c_getuid=yes
15818 else
15819 ac_cv_lib_c_getuid=no
15821 rm -f core conftest.err conftest.$ac_objext \
15822 conftest$ac_exeext conftest.$ac_ext
15823 LIBS=$ac_check_lib_save_LIBS
15825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_c_getuid" >&5
15826 $as_echo "$ac_cv_lib_c_getuid" >&6; }
15827 if test "x$ac_cv_lib_c_getuid" = x""yes; then :
15829 $as_echo "#define HAVE_GETUID 1" >>confdefs.h
15833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for geteuid in -lc" >&5
15834 $as_echo_n "checking for geteuid in -lc... " >&6; }
15835 if test "${ac_cv_lib_c_geteuid+set}" = set; then :
15836 $as_echo_n "(cached) " >&6
15837 else
15838 ac_check_lib_save_LIBS=$LIBS
15839 LIBS="-lc $LIBS"
15840 if test x$gcc_no_link = xyes; then
15841 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
15843 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15844 /* end confdefs.h. */
15846 /* Override any GCC internal prototype to avoid an error.
15847 Use char because int might match the return type of a GCC
15848 builtin and then its argument prototype would still apply. */
15849 #ifdef __cplusplus
15850 extern "C"
15851 #endif
15852 char geteuid ();
15854 main ()
15856 return geteuid ();
15858 return 0;
15860 _ACEOF
15861 if ac_fn_c_try_link "$LINENO"; then :
15862 ac_cv_lib_c_geteuid=yes
15863 else
15864 ac_cv_lib_c_geteuid=no
15866 rm -f core conftest.err conftest.$ac_objext \
15867 conftest$ac_exeext conftest.$ac_ext
15868 LIBS=$ac_check_lib_save_LIBS
15870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_c_geteuid" >&5
15871 $as_echo "$ac_cv_lib_c_geteuid" >&6; }
15872 if test "x$ac_cv_lib_c_geteuid" = x""yes; then :
15874 $as_echo "#define HAVE_GETEUID 1" >>confdefs.h
15879 # Check for C99 (and other IEEE) math functions
15880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for acosf in -lm" >&5
15881 $as_echo_n "checking for acosf in -lm... " >&6; }
15882 if test "${ac_cv_lib_m_acosf+set}" = set; then :
15883 $as_echo_n "(cached) " >&6
15884 else
15885 ac_check_lib_save_LIBS=$LIBS
15886 LIBS="-lm $LIBS"
15887 if test x$gcc_no_link = xyes; then
15888 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
15890 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15891 /* end confdefs.h. */
15893 /* Override any GCC internal prototype to avoid an error.
15894 Use char because int might match the return type of a GCC
15895 builtin and then its argument prototype would still apply. */
15896 #ifdef __cplusplus
15897 extern "C"
15898 #endif
15899 char acosf ();
15901 main ()
15903 return acosf ();
15905 return 0;
15907 _ACEOF
15908 if ac_fn_c_try_link "$LINENO"; then :
15909 ac_cv_lib_m_acosf=yes
15910 else
15911 ac_cv_lib_m_acosf=no
15913 rm -f core conftest.err conftest.$ac_objext \
15914 conftest$ac_exeext conftest.$ac_ext
15915 LIBS=$ac_check_lib_save_LIBS
15917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_acosf" >&5
15918 $as_echo "$ac_cv_lib_m_acosf" >&6; }
15919 if test "x$ac_cv_lib_m_acosf" = x""yes; then :
15921 $as_echo "#define HAVE_ACOSF 1" >>confdefs.h
15925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for acos in -lm" >&5
15926 $as_echo_n "checking for acos in -lm... " >&6; }
15927 if test "${ac_cv_lib_m_acos+set}" = set; then :
15928 $as_echo_n "(cached) " >&6
15929 else
15930 ac_check_lib_save_LIBS=$LIBS
15931 LIBS="-lm $LIBS"
15932 if test x$gcc_no_link = xyes; then
15933 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
15935 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15936 /* end confdefs.h. */
15938 /* Override any GCC internal prototype to avoid an error.
15939 Use char because int might match the return type of a GCC
15940 builtin and then its argument prototype would still apply. */
15941 #ifdef __cplusplus
15942 extern "C"
15943 #endif
15944 char acos ();
15946 main ()
15948 return acos ();
15950 return 0;
15952 _ACEOF
15953 if ac_fn_c_try_link "$LINENO"; then :
15954 ac_cv_lib_m_acos=yes
15955 else
15956 ac_cv_lib_m_acos=no
15958 rm -f core conftest.err conftest.$ac_objext \
15959 conftest$ac_exeext conftest.$ac_ext
15960 LIBS=$ac_check_lib_save_LIBS
15962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_acos" >&5
15963 $as_echo "$ac_cv_lib_m_acos" >&6; }
15964 if test "x$ac_cv_lib_m_acos" = x""yes; then :
15966 $as_echo "#define HAVE_ACOS 1" >>confdefs.h
15970 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for acosl in -lm" >&5
15971 $as_echo_n "checking for acosl in -lm... " >&6; }
15972 if test "${ac_cv_lib_m_acosl+set}" = set; then :
15973 $as_echo_n "(cached) " >&6
15974 else
15975 ac_check_lib_save_LIBS=$LIBS
15976 LIBS="-lm $LIBS"
15977 if test x$gcc_no_link = xyes; then
15978 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
15980 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15981 /* end confdefs.h. */
15983 /* Override any GCC internal prototype to avoid an error.
15984 Use char because int might match the return type of a GCC
15985 builtin and then its argument prototype would still apply. */
15986 #ifdef __cplusplus
15987 extern "C"
15988 #endif
15989 char acosl ();
15991 main ()
15993 return acosl ();
15995 return 0;
15997 _ACEOF
15998 if ac_fn_c_try_link "$LINENO"; then :
15999 ac_cv_lib_m_acosl=yes
16000 else
16001 ac_cv_lib_m_acosl=no
16003 rm -f core conftest.err conftest.$ac_objext \
16004 conftest$ac_exeext conftest.$ac_ext
16005 LIBS=$ac_check_lib_save_LIBS
16007 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_acosl" >&5
16008 $as_echo "$ac_cv_lib_m_acosl" >&6; }
16009 if test "x$ac_cv_lib_m_acosl" = x""yes; then :
16011 $as_echo "#define HAVE_ACOSL 1" >>confdefs.h
16015 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for acoshf in -lm" >&5
16016 $as_echo_n "checking for acoshf in -lm... " >&6; }
16017 if test "${ac_cv_lib_m_acoshf+set}" = set; then :
16018 $as_echo_n "(cached) " >&6
16019 else
16020 ac_check_lib_save_LIBS=$LIBS
16021 LIBS="-lm $LIBS"
16022 if test x$gcc_no_link = xyes; then
16023 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
16025 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16026 /* end confdefs.h. */
16028 /* Override any GCC internal prototype to avoid an error.
16029 Use char because int might match the return type of a GCC
16030 builtin and then its argument prototype would still apply. */
16031 #ifdef __cplusplus
16032 extern "C"
16033 #endif
16034 char acoshf ();
16036 main ()
16038 return acoshf ();
16040 return 0;
16042 _ACEOF
16043 if ac_fn_c_try_link "$LINENO"; then :
16044 ac_cv_lib_m_acoshf=yes
16045 else
16046 ac_cv_lib_m_acoshf=no
16048 rm -f core conftest.err conftest.$ac_objext \
16049 conftest$ac_exeext conftest.$ac_ext
16050 LIBS=$ac_check_lib_save_LIBS
16052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_acoshf" >&5
16053 $as_echo "$ac_cv_lib_m_acoshf" >&6; }
16054 if test "x$ac_cv_lib_m_acoshf" = x""yes; then :
16056 $as_echo "#define HAVE_ACOSHF 1" >>confdefs.h
16060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for acosh in -lm" >&5
16061 $as_echo_n "checking for acosh in -lm... " >&6; }
16062 if test "${ac_cv_lib_m_acosh+set}" = set; then :
16063 $as_echo_n "(cached) " >&6
16064 else
16065 ac_check_lib_save_LIBS=$LIBS
16066 LIBS="-lm $LIBS"
16067 if test x$gcc_no_link = xyes; then
16068 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
16070 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16071 /* end confdefs.h. */
16073 /* Override any GCC internal prototype to avoid an error.
16074 Use char because int might match the return type of a GCC
16075 builtin and then its argument prototype would still apply. */
16076 #ifdef __cplusplus
16077 extern "C"
16078 #endif
16079 char acosh ();
16081 main ()
16083 return acosh ();
16085 return 0;
16087 _ACEOF
16088 if ac_fn_c_try_link "$LINENO"; then :
16089 ac_cv_lib_m_acosh=yes
16090 else
16091 ac_cv_lib_m_acosh=no
16093 rm -f core conftest.err conftest.$ac_objext \
16094 conftest$ac_exeext conftest.$ac_ext
16095 LIBS=$ac_check_lib_save_LIBS
16097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_acosh" >&5
16098 $as_echo "$ac_cv_lib_m_acosh" >&6; }
16099 if test "x$ac_cv_lib_m_acosh" = x""yes; then :
16101 $as_echo "#define HAVE_ACOSH 1" >>confdefs.h
16105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for acoshl in -lm" >&5
16106 $as_echo_n "checking for acoshl in -lm... " >&6; }
16107 if test "${ac_cv_lib_m_acoshl+set}" = set; then :
16108 $as_echo_n "(cached) " >&6
16109 else
16110 ac_check_lib_save_LIBS=$LIBS
16111 LIBS="-lm $LIBS"
16112 if test x$gcc_no_link = xyes; then
16113 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
16115 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16116 /* end confdefs.h. */
16118 /* Override any GCC internal prototype to avoid an error.
16119 Use char because int might match the return type of a GCC
16120 builtin and then its argument prototype would still apply. */
16121 #ifdef __cplusplus
16122 extern "C"
16123 #endif
16124 char acoshl ();
16126 main ()
16128 return acoshl ();
16130 return 0;
16132 _ACEOF
16133 if ac_fn_c_try_link "$LINENO"; then :
16134 ac_cv_lib_m_acoshl=yes
16135 else
16136 ac_cv_lib_m_acoshl=no
16138 rm -f core conftest.err conftest.$ac_objext \
16139 conftest$ac_exeext conftest.$ac_ext
16140 LIBS=$ac_check_lib_save_LIBS
16142 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_acoshl" >&5
16143 $as_echo "$ac_cv_lib_m_acoshl" >&6; }
16144 if test "x$ac_cv_lib_m_acoshl" = x""yes; then :
16146 $as_echo "#define HAVE_ACOSHL 1" >>confdefs.h
16150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for asinf in -lm" >&5
16151 $as_echo_n "checking for asinf in -lm... " >&6; }
16152 if test "${ac_cv_lib_m_asinf+set}" = set; then :
16153 $as_echo_n "(cached) " >&6
16154 else
16155 ac_check_lib_save_LIBS=$LIBS
16156 LIBS="-lm $LIBS"
16157 if test x$gcc_no_link = xyes; then
16158 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
16160 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16161 /* end confdefs.h. */
16163 /* Override any GCC internal prototype to avoid an error.
16164 Use char because int might match the return type of a GCC
16165 builtin and then its argument prototype would still apply. */
16166 #ifdef __cplusplus
16167 extern "C"
16168 #endif
16169 char asinf ();
16171 main ()
16173 return asinf ();
16175 return 0;
16177 _ACEOF
16178 if ac_fn_c_try_link "$LINENO"; then :
16179 ac_cv_lib_m_asinf=yes
16180 else
16181 ac_cv_lib_m_asinf=no
16183 rm -f core conftest.err conftest.$ac_objext \
16184 conftest$ac_exeext conftest.$ac_ext
16185 LIBS=$ac_check_lib_save_LIBS
16187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_asinf" >&5
16188 $as_echo "$ac_cv_lib_m_asinf" >&6; }
16189 if test "x$ac_cv_lib_m_asinf" = x""yes; then :
16191 $as_echo "#define HAVE_ASINF 1" >>confdefs.h
16195 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for asin in -lm" >&5
16196 $as_echo_n "checking for asin in -lm... " >&6; }
16197 if test "${ac_cv_lib_m_asin+set}" = set; then :
16198 $as_echo_n "(cached) " >&6
16199 else
16200 ac_check_lib_save_LIBS=$LIBS
16201 LIBS="-lm $LIBS"
16202 if test x$gcc_no_link = xyes; then
16203 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
16205 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16206 /* end confdefs.h. */
16208 /* Override any GCC internal prototype to avoid an error.
16209 Use char because int might match the return type of a GCC
16210 builtin and then its argument prototype would still apply. */
16211 #ifdef __cplusplus
16212 extern "C"
16213 #endif
16214 char asin ();
16216 main ()
16218 return asin ();
16220 return 0;
16222 _ACEOF
16223 if ac_fn_c_try_link "$LINENO"; then :
16224 ac_cv_lib_m_asin=yes
16225 else
16226 ac_cv_lib_m_asin=no
16228 rm -f core conftest.err conftest.$ac_objext \
16229 conftest$ac_exeext conftest.$ac_ext
16230 LIBS=$ac_check_lib_save_LIBS
16232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_asin" >&5
16233 $as_echo "$ac_cv_lib_m_asin" >&6; }
16234 if test "x$ac_cv_lib_m_asin" = x""yes; then :
16236 $as_echo "#define HAVE_ASIN 1" >>confdefs.h
16240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for asinl in -lm" >&5
16241 $as_echo_n "checking for asinl in -lm... " >&6; }
16242 if test "${ac_cv_lib_m_asinl+set}" = set; then :
16243 $as_echo_n "(cached) " >&6
16244 else
16245 ac_check_lib_save_LIBS=$LIBS
16246 LIBS="-lm $LIBS"
16247 if test x$gcc_no_link = xyes; then
16248 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
16250 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16251 /* end confdefs.h. */
16253 /* Override any GCC internal prototype to avoid an error.
16254 Use char because int might match the return type of a GCC
16255 builtin and then its argument prototype would still apply. */
16256 #ifdef __cplusplus
16257 extern "C"
16258 #endif
16259 char asinl ();
16261 main ()
16263 return asinl ();
16265 return 0;
16267 _ACEOF
16268 if ac_fn_c_try_link "$LINENO"; then :
16269 ac_cv_lib_m_asinl=yes
16270 else
16271 ac_cv_lib_m_asinl=no
16273 rm -f core conftest.err conftest.$ac_objext \
16274 conftest$ac_exeext conftest.$ac_ext
16275 LIBS=$ac_check_lib_save_LIBS
16277 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_asinl" >&5
16278 $as_echo "$ac_cv_lib_m_asinl" >&6; }
16279 if test "x$ac_cv_lib_m_asinl" = x""yes; then :
16281 $as_echo "#define HAVE_ASINL 1" >>confdefs.h
16285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for asinhf in -lm" >&5
16286 $as_echo_n "checking for asinhf in -lm... " >&6; }
16287 if test "${ac_cv_lib_m_asinhf+set}" = set; then :
16288 $as_echo_n "(cached) " >&6
16289 else
16290 ac_check_lib_save_LIBS=$LIBS
16291 LIBS="-lm $LIBS"
16292 if test x$gcc_no_link = xyes; then
16293 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
16295 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16296 /* end confdefs.h. */
16298 /* Override any GCC internal prototype to avoid an error.
16299 Use char because int might match the return type of a GCC
16300 builtin and then its argument prototype would still apply. */
16301 #ifdef __cplusplus
16302 extern "C"
16303 #endif
16304 char asinhf ();
16306 main ()
16308 return asinhf ();
16310 return 0;
16312 _ACEOF
16313 if ac_fn_c_try_link "$LINENO"; then :
16314 ac_cv_lib_m_asinhf=yes
16315 else
16316 ac_cv_lib_m_asinhf=no
16318 rm -f core conftest.err conftest.$ac_objext \
16319 conftest$ac_exeext conftest.$ac_ext
16320 LIBS=$ac_check_lib_save_LIBS
16322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_asinhf" >&5
16323 $as_echo "$ac_cv_lib_m_asinhf" >&6; }
16324 if test "x$ac_cv_lib_m_asinhf" = x""yes; then :
16326 $as_echo "#define HAVE_ASINHF 1" >>confdefs.h
16330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for asinh in -lm" >&5
16331 $as_echo_n "checking for asinh in -lm... " >&6; }
16332 if test "${ac_cv_lib_m_asinh+set}" = set; then :
16333 $as_echo_n "(cached) " >&6
16334 else
16335 ac_check_lib_save_LIBS=$LIBS
16336 LIBS="-lm $LIBS"
16337 if test x$gcc_no_link = xyes; then
16338 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
16340 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16341 /* end confdefs.h. */
16343 /* Override any GCC internal prototype to avoid an error.
16344 Use char because int might match the return type of a GCC
16345 builtin and then its argument prototype would still apply. */
16346 #ifdef __cplusplus
16347 extern "C"
16348 #endif
16349 char asinh ();
16351 main ()
16353 return asinh ();
16355 return 0;
16357 _ACEOF
16358 if ac_fn_c_try_link "$LINENO"; then :
16359 ac_cv_lib_m_asinh=yes
16360 else
16361 ac_cv_lib_m_asinh=no
16363 rm -f core conftest.err conftest.$ac_objext \
16364 conftest$ac_exeext conftest.$ac_ext
16365 LIBS=$ac_check_lib_save_LIBS
16367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_asinh" >&5
16368 $as_echo "$ac_cv_lib_m_asinh" >&6; }
16369 if test "x$ac_cv_lib_m_asinh" = x""yes; then :
16371 $as_echo "#define HAVE_ASINH 1" >>confdefs.h
16375 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for asinhl in -lm" >&5
16376 $as_echo_n "checking for asinhl in -lm... " >&6; }
16377 if test "${ac_cv_lib_m_asinhl+set}" = set; then :
16378 $as_echo_n "(cached) " >&6
16379 else
16380 ac_check_lib_save_LIBS=$LIBS
16381 LIBS="-lm $LIBS"
16382 if test x$gcc_no_link = xyes; then
16383 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
16385 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16386 /* end confdefs.h. */
16388 /* Override any GCC internal prototype to avoid an error.
16389 Use char because int might match the return type of a GCC
16390 builtin and then its argument prototype would still apply. */
16391 #ifdef __cplusplus
16392 extern "C"
16393 #endif
16394 char asinhl ();
16396 main ()
16398 return asinhl ();
16400 return 0;
16402 _ACEOF
16403 if ac_fn_c_try_link "$LINENO"; then :
16404 ac_cv_lib_m_asinhl=yes
16405 else
16406 ac_cv_lib_m_asinhl=no
16408 rm -f core conftest.err conftest.$ac_objext \
16409 conftest$ac_exeext conftest.$ac_ext
16410 LIBS=$ac_check_lib_save_LIBS
16412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_asinhl" >&5
16413 $as_echo "$ac_cv_lib_m_asinhl" >&6; }
16414 if test "x$ac_cv_lib_m_asinhl" = x""yes; then :
16416 $as_echo "#define HAVE_ASINHL 1" >>confdefs.h
16420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atan2f in -lm" >&5
16421 $as_echo_n "checking for atan2f in -lm... " >&6; }
16422 if test "${ac_cv_lib_m_atan2f+set}" = set; then :
16423 $as_echo_n "(cached) " >&6
16424 else
16425 ac_check_lib_save_LIBS=$LIBS
16426 LIBS="-lm $LIBS"
16427 if test x$gcc_no_link = xyes; then
16428 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
16430 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16431 /* end confdefs.h. */
16433 /* Override any GCC internal prototype to avoid an error.
16434 Use char because int might match the return type of a GCC
16435 builtin and then its argument prototype would still apply. */
16436 #ifdef __cplusplus
16437 extern "C"
16438 #endif
16439 char atan2f ();
16441 main ()
16443 return atan2f ();
16445 return 0;
16447 _ACEOF
16448 if ac_fn_c_try_link "$LINENO"; then :
16449 ac_cv_lib_m_atan2f=yes
16450 else
16451 ac_cv_lib_m_atan2f=no
16453 rm -f core conftest.err conftest.$ac_objext \
16454 conftest$ac_exeext conftest.$ac_ext
16455 LIBS=$ac_check_lib_save_LIBS
16457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_atan2f" >&5
16458 $as_echo "$ac_cv_lib_m_atan2f" >&6; }
16459 if test "x$ac_cv_lib_m_atan2f" = x""yes; then :
16461 $as_echo "#define HAVE_ATAN2F 1" >>confdefs.h
16465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atan2 in -lm" >&5
16466 $as_echo_n "checking for atan2 in -lm... " >&6; }
16467 if test "${ac_cv_lib_m_atan2+set}" = set; then :
16468 $as_echo_n "(cached) " >&6
16469 else
16470 ac_check_lib_save_LIBS=$LIBS
16471 LIBS="-lm $LIBS"
16472 if test x$gcc_no_link = xyes; then
16473 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
16475 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16476 /* end confdefs.h. */
16478 /* Override any GCC internal prototype to avoid an error.
16479 Use char because int might match the return type of a GCC
16480 builtin and then its argument prototype would still apply. */
16481 #ifdef __cplusplus
16482 extern "C"
16483 #endif
16484 char atan2 ();
16486 main ()
16488 return atan2 ();
16490 return 0;
16492 _ACEOF
16493 if ac_fn_c_try_link "$LINENO"; then :
16494 ac_cv_lib_m_atan2=yes
16495 else
16496 ac_cv_lib_m_atan2=no
16498 rm -f core conftest.err conftest.$ac_objext \
16499 conftest$ac_exeext conftest.$ac_ext
16500 LIBS=$ac_check_lib_save_LIBS
16502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_atan2" >&5
16503 $as_echo "$ac_cv_lib_m_atan2" >&6; }
16504 if test "x$ac_cv_lib_m_atan2" = x""yes; then :
16506 $as_echo "#define HAVE_ATAN2 1" >>confdefs.h
16510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atan2l in -lm" >&5
16511 $as_echo_n "checking for atan2l in -lm... " >&6; }
16512 if test "${ac_cv_lib_m_atan2l+set}" = set; then :
16513 $as_echo_n "(cached) " >&6
16514 else
16515 ac_check_lib_save_LIBS=$LIBS
16516 LIBS="-lm $LIBS"
16517 if test x$gcc_no_link = xyes; then
16518 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
16520 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16521 /* end confdefs.h. */
16523 /* Override any GCC internal prototype to avoid an error.
16524 Use char because int might match the return type of a GCC
16525 builtin and then its argument prototype would still apply. */
16526 #ifdef __cplusplus
16527 extern "C"
16528 #endif
16529 char atan2l ();
16531 main ()
16533 return atan2l ();
16535 return 0;
16537 _ACEOF
16538 if ac_fn_c_try_link "$LINENO"; then :
16539 ac_cv_lib_m_atan2l=yes
16540 else
16541 ac_cv_lib_m_atan2l=no
16543 rm -f core conftest.err conftest.$ac_objext \
16544 conftest$ac_exeext conftest.$ac_ext
16545 LIBS=$ac_check_lib_save_LIBS
16547 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_atan2l" >&5
16548 $as_echo "$ac_cv_lib_m_atan2l" >&6; }
16549 if test "x$ac_cv_lib_m_atan2l" = x""yes; then :
16551 $as_echo "#define HAVE_ATAN2L 1" >>confdefs.h
16555 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atanf in -lm" >&5
16556 $as_echo_n "checking for atanf in -lm... " >&6; }
16557 if test "${ac_cv_lib_m_atanf+set}" = set; then :
16558 $as_echo_n "(cached) " >&6
16559 else
16560 ac_check_lib_save_LIBS=$LIBS
16561 LIBS="-lm $LIBS"
16562 if test x$gcc_no_link = xyes; then
16563 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
16565 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16566 /* end confdefs.h. */
16568 /* Override any GCC internal prototype to avoid an error.
16569 Use char because int might match the return type of a GCC
16570 builtin and then its argument prototype would still apply. */
16571 #ifdef __cplusplus
16572 extern "C"
16573 #endif
16574 char atanf ();
16576 main ()
16578 return atanf ();
16580 return 0;
16582 _ACEOF
16583 if ac_fn_c_try_link "$LINENO"; then :
16584 ac_cv_lib_m_atanf=yes
16585 else
16586 ac_cv_lib_m_atanf=no
16588 rm -f core conftest.err conftest.$ac_objext \
16589 conftest$ac_exeext conftest.$ac_ext
16590 LIBS=$ac_check_lib_save_LIBS
16592 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_atanf" >&5
16593 $as_echo "$ac_cv_lib_m_atanf" >&6; }
16594 if test "x$ac_cv_lib_m_atanf" = x""yes; then :
16596 $as_echo "#define HAVE_ATANF 1" >>confdefs.h
16600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atan in -lm" >&5
16601 $as_echo_n "checking for atan in -lm... " >&6; }
16602 if test "${ac_cv_lib_m_atan+set}" = set; then :
16603 $as_echo_n "(cached) " >&6
16604 else
16605 ac_check_lib_save_LIBS=$LIBS
16606 LIBS="-lm $LIBS"
16607 if test x$gcc_no_link = xyes; then
16608 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
16610 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16611 /* end confdefs.h. */
16613 /* Override any GCC internal prototype to avoid an error.
16614 Use char because int might match the return type of a GCC
16615 builtin and then its argument prototype would still apply. */
16616 #ifdef __cplusplus
16617 extern "C"
16618 #endif
16619 char atan ();
16621 main ()
16623 return atan ();
16625 return 0;
16627 _ACEOF
16628 if ac_fn_c_try_link "$LINENO"; then :
16629 ac_cv_lib_m_atan=yes
16630 else
16631 ac_cv_lib_m_atan=no
16633 rm -f core conftest.err conftest.$ac_objext \
16634 conftest$ac_exeext conftest.$ac_ext
16635 LIBS=$ac_check_lib_save_LIBS
16637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_atan" >&5
16638 $as_echo "$ac_cv_lib_m_atan" >&6; }
16639 if test "x$ac_cv_lib_m_atan" = x""yes; then :
16641 $as_echo "#define HAVE_ATAN 1" >>confdefs.h
16645 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atanl in -lm" >&5
16646 $as_echo_n "checking for atanl in -lm... " >&6; }
16647 if test "${ac_cv_lib_m_atanl+set}" = set; then :
16648 $as_echo_n "(cached) " >&6
16649 else
16650 ac_check_lib_save_LIBS=$LIBS
16651 LIBS="-lm $LIBS"
16652 if test x$gcc_no_link = xyes; then
16653 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
16655 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16656 /* end confdefs.h. */
16658 /* Override any GCC internal prototype to avoid an error.
16659 Use char because int might match the return type of a GCC
16660 builtin and then its argument prototype would still apply. */
16661 #ifdef __cplusplus
16662 extern "C"
16663 #endif
16664 char atanl ();
16666 main ()
16668 return atanl ();
16670 return 0;
16672 _ACEOF
16673 if ac_fn_c_try_link "$LINENO"; then :
16674 ac_cv_lib_m_atanl=yes
16675 else
16676 ac_cv_lib_m_atanl=no
16678 rm -f core conftest.err conftest.$ac_objext \
16679 conftest$ac_exeext conftest.$ac_ext
16680 LIBS=$ac_check_lib_save_LIBS
16682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_atanl" >&5
16683 $as_echo "$ac_cv_lib_m_atanl" >&6; }
16684 if test "x$ac_cv_lib_m_atanl" = x""yes; then :
16686 $as_echo "#define HAVE_ATANL 1" >>confdefs.h
16690 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atanhf in -lm" >&5
16691 $as_echo_n "checking for atanhf in -lm... " >&6; }
16692 if test "${ac_cv_lib_m_atanhf+set}" = set; then :
16693 $as_echo_n "(cached) " >&6
16694 else
16695 ac_check_lib_save_LIBS=$LIBS
16696 LIBS="-lm $LIBS"
16697 if test x$gcc_no_link = xyes; then
16698 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
16700 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16701 /* end confdefs.h. */
16703 /* Override any GCC internal prototype to avoid an error.
16704 Use char because int might match the return type of a GCC
16705 builtin and then its argument prototype would still apply. */
16706 #ifdef __cplusplus
16707 extern "C"
16708 #endif
16709 char atanhf ();
16711 main ()
16713 return atanhf ();
16715 return 0;
16717 _ACEOF
16718 if ac_fn_c_try_link "$LINENO"; then :
16719 ac_cv_lib_m_atanhf=yes
16720 else
16721 ac_cv_lib_m_atanhf=no
16723 rm -f core conftest.err conftest.$ac_objext \
16724 conftest$ac_exeext conftest.$ac_ext
16725 LIBS=$ac_check_lib_save_LIBS
16727 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_atanhf" >&5
16728 $as_echo "$ac_cv_lib_m_atanhf" >&6; }
16729 if test "x$ac_cv_lib_m_atanhf" = x""yes; then :
16731 $as_echo "#define HAVE_ATANHF 1" >>confdefs.h
16735 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atanh in -lm" >&5
16736 $as_echo_n "checking for atanh in -lm... " >&6; }
16737 if test "${ac_cv_lib_m_atanh+set}" = set; then :
16738 $as_echo_n "(cached) " >&6
16739 else
16740 ac_check_lib_save_LIBS=$LIBS
16741 LIBS="-lm $LIBS"
16742 if test x$gcc_no_link = xyes; then
16743 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
16745 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16746 /* end confdefs.h. */
16748 /* Override any GCC internal prototype to avoid an error.
16749 Use char because int might match the return type of a GCC
16750 builtin and then its argument prototype would still apply. */
16751 #ifdef __cplusplus
16752 extern "C"
16753 #endif
16754 char atanh ();
16756 main ()
16758 return atanh ();
16760 return 0;
16762 _ACEOF
16763 if ac_fn_c_try_link "$LINENO"; then :
16764 ac_cv_lib_m_atanh=yes
16765 else
16766 ac_cv_lib_m_atanh=no
16768 rm -f core conftest.err conftest.$ac_objext \
16769 conftest$ac_exeext conftest.$ac_ext
16770 LIBS=$ac_check_lib_save_LIBS
16772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_atanh" >&5
16773 $as_echo "$ac_cv_lib_m_atanh" >&6; }
16774 if test "x$ac_cv_lib_m_atanh" = x""yes; then :
16776 $as_echo "#define HAVE_ATANH 1" >>confdefs.h
16780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for atanhl in -lm" >&5
16781 $as_echo_n "checking for atanhl in -lm... " >&6; }
16782 if test "${ac_cv_lib_m_atanhl+set}" = set; then :
16783 $as_echo_n "(cached) " >&6
16784 else
16785 ac_check_lib_save_LIBS=$LIBS
16786 LIBS="-lm $LIBS"
16787 if test x$gcc_no_link = xyes; then
16788 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
16790 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16791 /* end confdefs.h. */
16793 /* Override any GCC internal prototype to avoid an error.
16794 Use char because int might match the return type of a GCC
16795 builtin and then its argument prototype would still apply. */
16796 #ifdef __cplusplus
16797 extern "C"
16798 #endif
16799 char atanhl ();
16801 main ()
16803 return atanhl ();
16805 return 0;
16807 _ACEOF
16808 if ac_fn_c_try_link "$LINENO"; then :
16809 ac_cv_lib_m_atanhl=yes
16810 else
16811 ac_cv_lib_m_atanhl=no
16813 rm -f core conftest.err conftest.$ac_objext \
16814 conftest$ac_exeext conftest.$ac_ext
16815 LIBS=$ac_check_lib_save_LIBS
16817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_atanhl" >&5
16818 $as_echo "$ac_cv_lib_m_atanhl" >&6; }
16819 if test "x$ac_cv_lib_m_atanhl" = x""yes; then :
16821 $as_echo "#define HAVE_ATANHL 1" >>confdefs.h
16825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cargf in -lm" >&5
16826 $as_echo_n "checking for cargf in -lm... " >&6; }
16827 if test "${ac_cv_lib_m_cargf+set}" = set; then :
16828 $as_echo_n "(cached) " >&6
16829 else
16830 ac_check_lib_save_LIBS=$LIBS
16831 LIBS="-lm $LIBS"
16832 if test x$gcc_no_link = xyes; then
16833 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
16835 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16836 /* end confdefs.h. */
16838 /* Override any GCC internal prototype to avoid an error.
16839 Use char because int might match the return type of a GCC
16840 builtin and then its argument prototype would still apply. */
16841 #ifdef __cplusplus
16842 extern "C"
16843 #endif
16844 char cargf ();
16846 main ()
16848 return cargf ();
16850 return 0;
16852 _ACEOF
16853 if ac_fn_c_try_link "$LINENO"; then :
16854 ac_cv_lib_m_cargf=yes
16855 else
16856 ac_cv_lib_m_cargf=no
16858 rm -f core conftest.err conftest.$ac_objext \
16859 conftest$ac_exeext conftest.$ac_ext
16860 LIBS=$ac_check_lib_save_LIBS
16862 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cargf" >&5
16863 $as_echo "$ac_cv_lib_m_cargf" >&6; }
16864 if test "x$ac_cv_lib_m_cargf" = x""yes; then :
16866 $as_echo "#define HAVE_CARGF 1" >>confdefs.h
16870 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for carg in -lm" >&5
16871 $as_echo_n "checking for carg in -lm... " >&6; }
16872 if test "${ac_cv_lib_m_carg+set}" = set; then :
16873 $as_echo_n "(cached) " >&6
16874 else
16875 ac_check_lib_save_LIBS=$LIBS
16876 LIBS="-lm $LIBS"
16877 if test x$gcc_no_link = xyes; then
16878 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
16880 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16881 /* end confdefs.h. */
16883 /* Override any GCC internal prototype to avoid an error.
16884 Use char because int might match the return type of a GCC
16885 builtin and then its argument prototype would still apply. */
16886 #ifdef __cplusplus
16887 extern "C"
16888 #endif
16889 char carg ();
16891 main ()
16893 return carg ();
16895 return 0;
16897 _ACEOF
16898 if ac_fn_c_try_link "$LINENO"; then :
16899 ac_cv_lib_m_carg=yes
16900 else
16901 ac_cv_lib_m_carg=no
16903 rm -f core conftest.err conftest.$ac_objext \
16904 conftest$ac_exeext conftest.$ac_ext
16905 LIBS=$ac_check_lib_save_LIBS
16907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_carg" >&5
16908 $as_echo "$ac_cv_lib_m_carg" >&6; }
16909 if test "x$ac_cv_lib_m_carg" = x""yes; then :
16911 $as_echo "#define HAVE_CARG 1" >>confdefs.h
16915 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cargl in -lm" >&5
16916 $as_echo_n "checking for cargl in -lm... " >&6; }
16917 if test "${ac_cv_lib_m_cargl+set}" = set; then :
16918 $as_echo_n "(cached) " >&6
16919 else
16920 ac_check_lib_save_LIBS=$LIBS
16921 LIBS="-lm $LIBS"
16922 if test x$gcc_no_link = xyes; then
16923 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
16925 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16926 /* end confdefs.h. */
16928 /* Override any GCC internal prototype to avoid an error.
16929 Use char because int might match the return type of a GCC
16930 builtin and then its argument prototype would still apply. */
16931 #ifdef __cplusplus
16932 extern "C"
16933 #endif
16934 char cargl ();
16936 main ()
16938 return cargl ();
16940 return 0;
16942 _ACEOF
16943 if ac_fn_c_try_link "$LINENO"; then :
16944 ac_cv_lib_m_cargl=yes
16945 else
16946 ac_cv_lib_m_cargl=no
16948 rm -f core conftest.err conftest.$ac_objext \
16949 conftest$ac_exeext conftest.$ac_ext
16950 LIBS=$ac_check_lib_save_LIBS
16952 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cargl" >&5
16953 $as_echo "$ac_cv_lib_m_cargl" >&6; }
16954 if test "x$ac_cv_lib_m_cargl" = x""yes; then :
16956 $as_echo "#define HAVE_CARGL 1" >>confdefs.h
16960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ceilf in -lm" >&5
16961 $as_echo_n "checking for ceilf in -lm... " >&6; }
16962 if test "${ac_cv_lib_m_ceilf+set}" = set; then :
16963 $as_echo_n "(cached) " >&6
16964 else
16965 ac_check_lib_save_LIBS=$LIBS
16966 LIBS="-lm $LIBS"
16967 if test x$gcc_no_link = xyes; then
16968 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
16970 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16971 /* end confdefs.h. */
16973 /* Override any GCC internal prototype to avoid an error.
16974 Use char because int might match the return type of a GCC
16975 builtin and then its argument prototype would still apply. */
16976 #ifdef __cplusplus
16977 extern "C"
16978 #endif
16979 char ceilf ();
16981 main ()
16983 return ceilf ();
16985 return 0;
16987 _ACEOF
16988 if ac_fn_c_try_link "$LINENO"; then :
16989 ac_cv_lib_m_ceilf=yes
16990 else
16991 ac_cv_lib_m_ceilf=no
16993 rm -f core conftest.err conftest.$ac_objext \
16994 conftest$ac_exeext conftest.$ac_ext
16995 LIBS=$ac_check_lib_save_LIBS
16997 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_ceilf" >&5
16998 $as_echo "$ac_cv_lib_m_ceilf" >&6; }
16999 if test "x$ac_cv_lib_m_ceilf" = x""yes; then :
17001 $as_echo "#define HAVE_CEILF 1" >>confdefs.h
17005 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ceil in -lm" >&5
17006 $as_echo_n "checking for ceil in -lm... " >&6; }
17007 if test "${ac_cv_lib_m_ceil+set}" = set; then :
17008 $as_echo_n "(cached) " >&6
17009 else
17010 ac_check_lib_save_LIBS=$LIBS
17011 LIBS="-lm $LIBS"
17012 if test x$gcc_no_link = xyes; then
17013 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
17015 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17016 /* end confdefs.h. */
17018 /* Override any GCC internal prototype to avoid an error.
17019 Use char because int might match the return type of a GCC
17020 builtin and then its argument prototype would still apply. */
17021 #ifdef __cplusplus
17022 extern "C"
17023 #endif
17024 char ceil ();
17026 main ()
17028 return ceil ();
17030 return 0;
17032 _ACEOF
17033 if ac_fn_c_try_link "$LINENO"; then :
17034 ac_cv_lib_m_ceil=yes
17035 else
17036 ac_cv_lib_m_ceil=no
17038 rm -f core conftest.err conftest.$ac_objext \
17039 conftest$ac_exeext conftest.$ac_ext
17040 LIBS=$ac_check_lib_save_LIBS
17042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_ceil" >&5
17043 $as_echo "$ac_cv_lib_m_ceil" >&6; }
17044 if test "x$ac_cv_lib_m_ceil" = x""yes; then :
17046 $as_echo "#define HAVE_CEIL 1" >>confdefs.h
17050 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ceill in -lm" >&5
17051 $as_echo_n "checking for ceill in -lm... " >&6; }
17052 if test "${ac_cv_lib_m_ceill+set}" = set; then :
17053 $as_echo_n "(cached) " >&6
17054 else
17055 ac_check_lib_save_LIBS=$LIBS
17056 LIBS="-lm $LIBS"
17057 if test x$gcc_no_link = xyes; then
17058 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
17060 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17061 /* end confdefs.h. */
17063 /* Override any GCC internal prototype to avoid an error.
17064 Use char because int might match the return type of a GCC
17065 builtin and then its argument prototype would still apply. */
17066 #ifdef __cplusplus
17067 extern "C"
17068 #endif
17069 char ceill ();
17071 main ()
17073 return ceill ();
17075 return 0;
17077 _ACEOF
17078 if ac_fn_c_try_link "$LINENO"; then :
17079 ac_cv_lib_m_ceill=yes
17080 else
17081 ac_cv_lib_m_ceill=no
17083 rm -f core conftest.err conftest.$ac_objext \
17084 conftest$ac_exeext conftest.$ac_ext
17085 LIBS=$ac_check_lib_save_LIBS
17087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_ceill" >&5
17088 $as_echo "$ac_cv_lib_m_ceill" >&6; }
17089 if test "x$ac_cv_lib_m_ceill" = x""yes; then :
17091 $as_echo "#define HAVE_CEILL 1" >>confdefs.h
17095 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for copysignf in -lm" >&5
17096 $as_echo_n "checking for copysignf in -lm... " >&6; }
17097 if test "${ac_cv_lib_m_copysignf+set}" = set; then :
17098 $as_echo_n "(cached) " >&6
17099 else
17100 ac_check_lib_save_LIBS=$LIBS
17101 LIBS="-lm $LIBS"
17102 if test x$gcc_no_link = xyes; then
17103 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
17105 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17106 /* end confdefs.h. */
17108 /* Override any GCC internal prototype to avoid an error.
17109 Use char because int might match the return type of a GCC
17110 builtin and then its argument prototype would still apply. */
17111 #ifdef __cplusplus
17112 extern "C"
17113 #endif
17114 char copysignf ();
17116 main ()
17118 return copysignf ();
17120 return 0;
17122 _ACEOF
17123 if ac_fn_c_try_link "$LINENO"; then :
17124 ac_cv_lib_m_copysignf=yes
17125 else
17126 ac_cv_lib_m_copysignf=no
17128 rm -f core conftest.err conftest.$ac_objext \
17129 conftest$ac_exeext conftest.$ac_ext
17130 LIBS=$ac_check_lib_save_LIBS
17132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_copysignf" >&5
17133 $as_echo "$ac_cv_lib_m_copysignf" >&6; }
17134 if test "x$ac_cv_lib_m_copysignf" = x""yes; then :
17136 $as_echo "#define HAVE_COPYSIGNF 1" >>confdefs.h
17140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for copysign in -lm" >&5
17141 $as_echo_n "checking for copysign in -lm... " >&6; }
17142 if test "${ac_cv_lib_m_copysign+set}" = set; then :
17143 $as_echo_n "(cached) " >&6
17144 else
17145 ac_check_lib_save_LIBS=$LIBS
17146 LIBS="-lm $LIBS"
17147 if test x$gcc_no_link = xyes; then
17148 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
17150 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17151 /* end confdefs.h. */
17153 /* Override any GCC internal prototype to avoid an error.
17154 Use char because int might match the return type of a GCC
17155 builtin and then its argument prototype would still apply. */
17156 #ifdef __cplusplus
17157 extern "C"
17158 #endif
17159 char copysign ();
17161 main ()
17163 return copysign ();
17165 return 0;
17167 _ACEOF
17168 if ac_fn_c_try_link "$LINENO"; then :
17169 ac_cv_lib_m_copysign=yes
17170 else
17171 ac_cv_lib_m_copysign=no
17173 rm -f core conftest.err conftest.$ac_objext \
17174 conftest$ac_exeext conftest.$ac_ext
17175 LIBS=$ac_check_lib_save_LIBS
17177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_copysign" >&5
17178 $as_echo "$ac_cv_lib_m_copysign" >&6; }
17179 if test "x$ac_cv_lib_m_copysign" = x""yes; then :
17181 $as_echo "#define HAVE_COPYSIGN 1" >>confdefs.h
17185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for copysignl in -lm" >&5
17186 $as_echo_n "checking for copysignl in -lm... " >&6; }
17187 if test "${ac_cv_lib_m_copysignl+set}" = set; then :
17188 $as_echo_n "(cached) " >&6
17189 else
17190 ac_check_lib_save_LIBS=$LIBS
17191 LIBS="-lm $LIBS"
17192 if test x$gcc_no_link = xyes; then
17193 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
17195 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17196 /* end confdefs.h. */
17198 /* Override any GCC internal prototype to avoid an error.
17199 Use char because int might match the return type of a GCC
17200 builtin and then its argument prototype would still apply. */
17201 #ifdef __cplusplus
17202 extern "C"
17203 #endif
17204 char copysignl ();
17206 main ()
17208 return copysignl ();
17210 return 0;
17212 _ACEOF
17213 if ac_fn_c_try_link "$LINENO"; then :
17214 ac_cv_lib_m_copysignl=yes
17215 else
17216 ac_cv_lib_m_copysignl=no
17218 rm -f core conftest.err conftest.$ac_objext \
17219 conftest$ac_exeext conftest.$ac_ext
17220 LIBS=$ac_check_lib_save_LIBS
17222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_copysignl" >&5
17223 $as_echo "$ac_cv_lib_m_copysignl" >&6; }
17224 if test "x$ac_cv_lib_m_copysignl" = x""yes; then :
17226 $as_echo "#define HAVE_COPYSIGNL 1" >>confdefs.h
17230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cosf in -lm" >&5
17231 $as_echo_n "checking for cosf in -lm... " >&6; }
17232 if test "${ac_cv_lib_m_cosf+set}" = set; then :
17233 $as_echo_n "(cached) " >&6
17234 else
17235 ac_check_lib_save_LIBS=$LIBS
17236 LIBS="-lm $LIBS"
17237 if test x$gcc_no_link = xyes; then
17238 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
17240 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17241 /* end confdefs.h. */
17243 /* Override any GCC internal prototype to avoid an error.
17244 Use char because int might match the return type of a GCC
17245 builtin and then its argument prototype would still apply. */
17246 #ifdef __cplusplus
17247 extern "C"
17248 #endif
17249 char cosf ();
17251 main ()
17253 return cosf ();
17255 return 0;
17257 _ACEOF
17258 if ac_fn_c_try_link "$LINENO"; then :
17259 ac_cv_lib_m_cosf=yes
17260 else
17261 ac_cv_lib_m_cosf=no
17263 rm -f core conftest.err conftest.$ac_objext \
17264 conftest$ac_exeext conftest.$ac_ext
17265 LIBS=$ac_check_lib_save_LIBS
17267 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cosf" >&5
17268 $as_echo "$ac_cv_lib_m_cosf" >&6; }
17269 if test "x$ac_cv_lib_m_cosf" = x""yes; then :
17271 $as_echo "#define HAVE_COSF 1" >>confdefs.h
17275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cos in -lm" >&5
17276 $as_echo_n "checking for cos in -lm... " >&6; }
17277 if test "${ac_cv_lib_m_cos+set}" = set; then :
17278 $as_echo_n "(cached) " >&6
17279 else
17280 ac_check_lib_save_LIBS=$LIBS
17281 LIBS="-lm $LIBS"
17282 if test x$gcc_no_link = xyes; then
17283 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
17285 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17286 /* end confdefs.h. */
17288 /* Override any GCC internal prototype to avoid an error.
17289 Use char because int might match the return type of a GCC
17290 builtin and then its argument prototype would still apply. */
17291 #ifdef __cplusplus
17292 extern "C"
17293 #endif
17294 char cos ();
17296 main ()
17298 return cos ();
17300 return 0;
17302 _ACEOF
17303 if ac_fn_c_try_link "$LINENO"; then :
17304 ac_cv_lib_m_cos=yes
17305 else
17306 ac_cv_lib_m_cos=no
17308 rm -f core conftest.err conftest.$ac_objext \
17309 conftest$ac_exeext conftest.$ac_ext
17310 LIBS=$ac_check_lib_save_LIBS
17312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cos" >&5
17313 $as_echo "$ac_cv_lib_m_cos" >&6; }
17314 if test "x$ac_cv_lib_m_cos" = x""yes; then :
17316 $as_echo "#define HAVE_COS 1" >>confdefs.h
17320 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cosl in -lm" >&5
17321 $as_echo_n "checking for cosl in -lm... " >&6; }
17322 if test "${ac_cv_lib_m_cosl+set}" = set; then :
17323 $as_echo_n "(cached) " >&6
17324 else
17325 ac_check_lib_save_LIBS=$LIBS
17326 LIBS="-lm $LIBS"
17327 if test x$gcc_no_link = xyes; then
17328 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
17330 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17331 /* end confdefs.h. */
17333 /* Override any GCC internal prototype to avoid an error.
17334 Use char because int might match the return type of a GCC
17335 builtin and then its argument prototype would still apply. */
17336 #ifdef __cplusplus
17337 extern "C"
17338 #endif
17339 char cosl ();
17341 main ()
17343 return cosl ();
17345 return 0;
17347 _ACEOF
17348 if ac_fn_c_try_link "$LINENO"; then :
17349 ac_cv_lib_m_cosl=yes
17350 else
17351 ac_cv_lib_m_cosl=no
17353 rm -f core conftest.err conftest.$ac_objext \
17354 conftest$ac_exeext conftest.$ac_ext
17355 LIBS=$ac_check_lib_save_LIBS
17357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cosl" >&5
17358 $as_echo "$ac_cv_lib_m_cosl" >&6; }
17359 if test "x$ac_cv_lib_m_cosl" = x""yes; then :
17361 $as_echo "#define HAVE_COSL 1" >>confdefs.h
17365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ccosf in -lm" >&5
17366 $as_echo_n "checking for ccosf in -lm... " >&6; }
17367 if test "${ac_cv_lib_m_ccosf+set}" = set; then :
17368 $as_echo_n "(cached) " >&6
17369 else
17370 ac_check_lib_save_LIBS=$LIBS
17371 LIBS="-lm $LIBS"
17372 if test x$gcc_no_link = xyes; then
17373 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
17375 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17376 /* end confdefs.h. */
17378 /* Override any GCC internal prototype to avoid an error.
17379 Use char because int might match the return type of a GCC
17380 builtin and then its argument prototype would still apply. */
17381 #ifdef __cplusplus
17382 extern "C"
17383 #endif
17384 char ccosf ();
17386 main ()
17388 return ccosf ();
17390 return 0;
17392 _ACEOF
17393 if ac_fn_c_try_link "$LINENO"; then :
17394 ac_cv_lib_m_ccosf=yes
17395 else
17396 ac_cv_lib_m_ccosf=no
17398 rm -f core conftest.err conftest.$ac_objext \
17399 conftest$ac_exeext conftest.$ac_ext
17400 LIBS=$ac_check_lib_save_LIBS
17402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_ccosf" >&5
17403 $as_echo "$ac_cv_lib_m_ccosf" >&6; }
17404 if test "x$ac_cv_lib_m_ccosf" = x""yes; then :
17406 $as_echo "#define HAVE_CCOSF 1" >>confdefs.h
17410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ccos in -lm" >&5
17411 $as_echo_n "checking for ccos in -lm... " >&6; }
17412 if test "${ac_cv_lib_m_ccos+set}" = set; then :
17413 $as_echo_n "(cached) " >&6
17414 else
17415 ac_check_lib_save_LIBS=$LIBS
17416 LIBS="-lm $LIBS"
17417 if test x$gcc_no_link = xyes; then
17418 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
17420 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17421 /* end confdefs.h. */
17423 /* Override any GCC internal prototype to avoid an error.
17424 Use char because int might match the return type of a GCC
17425 builtin and then its argument prototype would still apply. */
17426 #ifdef __cplusplus
17427 extern "C"
17428 #endif
17429 char ccos ();
17431 main ()
17433 return ccos ();
17435 return 0;
17437 _ACEOF
17438 if ac_fn_c_try_link "$LINENO"; then :
17439 ac_cv_lib_m_ccos=yes
17440 else
17441 ac_cv_lib_m_ccos=no
17443 rm -f core conftest.err conftest.$ac_objext \
17444 conftest$ac_exeext conftest.$ac_ext
17445 LIBS=$ac_check_lib_save_LIBS
17447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_ccos" >&5
17448 $as_echo "$ac_cv_lib_m_ccos" >&6; }
17449 if test "x$ac_cv_lib_m_ccos" = x""yes; then :
17451 $as_echo "#define HAVE_CCOS 1" >>confdefs.h
17455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ccosl in -lm" >&5
17456 $as_echo_n "checking for ccosl in -lm... " >&6; }
17457 if test "${ac_cv_lib_m_ccosl+set}" = set; then :
17458 $as_echo_n "(cached) " >&6
17459 else
17460 ac_check_lib_save_LIBS=$LIBS
17461 LIBS="-lm $LIBS"
17462 if test x$gcc_no_link = xyes; then
17463 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
17465 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17466 /* end confdefs.h. */
17468 /* Override any GCC internal prototype to avoid an error.
17469 Use char because int might match the return type of a GCC
17470 builtin and then its argument prototype would still apply. */
17471 #ifdef __cplusplus
17472 extern "C"
17473 #endif
17474 char ccosl ();
17476 main ()
17478 return ccosl ();
17480 return 0;
17482 _ACEOF
17483 if ac_fn_c_try_link "$LINENO"; then :
17484 ac_cv_lib_m_ccosl=yes
17485 else
17486 ac_cv_lib_m_ccosl=no
17488 rm -f core conftest.err conftest.$ac_objext \
17489 conftest$ac_exeext conftest.$ac_ext
17490 LIBS=$ac_check_lib_save_LIBS
17492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_ccosl" >&5
17493 $as_echo "$ac_cv_lib_m_ccosl" >&6; }
17494 if test "x$ac_cv_lib_m_ccosl" = x""yes; then :
17496 $as_echo "#define HAVE_CCOSL 1" >>confdefs.h
17500 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for coshf in -lm" >&5
17501 $as_echo_n "checking for coshf in -lm... " >&6; }
17502 if test "${ac_cv_lib_m_coshf+set}" = set; then :
17503 $as_echo_n "(cached) " >&6
17504 else
17505 ac_check_lib_save_LIBS=$LIBS
17506 LIBS="-lm $LIBS"
17507 if test x$gcc_no_link = xyes; then
17508 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
17510 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17511 /* end confdefs.h. */
17513 /* Override any GCC internal prototype to avoid an error.
17514 Use char because int might match the return type of a GCC
17515 builtin and then its argument prototype would still apply. */
17516 #ifdef __cplusplus
17517 extern "C"
17518 #endif
17519 char coshf ();
17521 main ()
17523 return coshf ();
17525 return 0;
17527 _ACEOF
17528 if ac_fn_c_try_link "$LINENO"; then :
17529 ac_cv_lib_m_coshf=yes
17530 else
17531 ac_cv_lib_m_coshf=no
17533 rm -f core conftest.err conftest.$ac_objext \
17534 conftest$ac_exeext conftest.$ac_ext
17535 LIBS=$ac_check_lib_save_LIBS
17537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_coshf" >&5
17538 $as_echo "$ac_cv_lib_m_coshf" >&6; }
17539 if test "x$ac_cv_lib_m_coshf" = x""yes; then :
17541 $as_echo "#define HAVE_COSHF 1" >>confdefs.h
17545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cosh in -lm" >&5
17546 $as_echo_n "checking for cosh in -lm... " >&6; }
17547 if test "${ac_cv_lib_m_cosh+set}" = set; then :
17548 $as_echo_n "(cached) " >&6
17549 else
17550 ac_check_lib_save_LIBS=$LIBS
17551 LIBS="-lm $LIBS"
17552 if test x$gcc_no_link = xyes; then
17553 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
17555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17556 /* end confdefs.h. */
17558 /* Override any GCC internal prototype to avoid an error.
17559 Use char because int might match the return type of a GCC
17560 builtin and then its argument prototype would still apply. */
17561 #ifdef __cplusplus
17562 extern "C"
17563 #endif
17564 char cosh ();
17566 main ()
17568 return cosh ();
17570 return 0;
17572 _ACEOF
17573 if ac_fn_c_try_link "$LINENO"; then :
17574 ac_cv_lib_m_cosh=yes
17575 else
17576 ac_cv_lib_m_cosh=no
17578 rm -f core conftest.err conftest.$ac_objext \
17579 conftest$ac_exeext conftest.$ac_ext
17580 LIBS=$ac_check_lib_save_LIBS
17582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cosh" >&5
17583 $as_echo "$ac_cv_lib_m_cosh" >&6; }
17584 if test "x$ac_cv_lib_m_cosh" = x""yes; then :
17586 $as_echo "#define HAVE_COSH 1" >>confdefs.h
17590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for coshl in -lm" >&5
17591 $as_echo_n "checking for coshl in -lm... " >&6; }
17592 if test "${ac_cv_lib_m_coshl+set}" = set; then :
17593 $as_echo_n "(cached) " >&6
17594 else
17595 ac_check_lib_save_LIBS=$LIBS
17596 LIBS="-lm $LIBS"
17597 if test x$gcc_no_link = xyes; then
17598 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
17600 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17601 /* end confdefs.h. */
17603 /* Override any GCC internal prototype to avoid an error.
17604 Use char because int might match the return type of a GCC
17605 builtin and then its argument prototype would still apply. */
17606 #ifdef __cplusplus
17607 extern "C"
17608 #endif
17609 char coshl ();
17611 main ()
17613 return coshl ();
17615 return 0;
17617 _ACEOF
17618 if ac_fn_c_try_link "$LINENO"; then :
17619 ac_cv_lib_m_coshl=yes
17620 else
17621 ac_cv_lib_m_coshl=no
17623 rm -f core conftest.err conftest.$ac_objext \
17624 conftest$ac_exeext conftest.$ac_ext
17625 LIBS=$ac_check_lib_save_LIBS
17627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_coshl" >&5
17628 $as_echo "$ac_cv_lib_m_coshl" >&6; }
17629 if test "x$ac_cv_lib_m_coshl" = x""yes; then :
17631 $as_echo "#define HAVE_COSHL 1" >>confdefs.h
17635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ccoshf in -lm" >&5
17636 $as_echo_n "checking for ccoshf in -lm... " >&6; }
17637 if test "${ac_cv_lib_m_ccoshf+set}" = set; then :
17638 $as_echo_n "(cached) " >&6
17639 else
17640 ac_check_lib_save_LIBS=$LIBS
17641 LIBS="-lm $LIBS"
17642 if test x$gcc_no_link = xyes; then
17643 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
17645 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17646 /* end confdefs.h. */
17648 /* Override any GCC internal prototype to avoid an error.
17649 Use char because int might match the return type of a GCC
17650 builtin and then its argument prototype would still apply. */
17651 #ifdef __cplusplus
17652 extern "C"
17653 #endif
17654 char ccoshf ();
17656 main ()
17658 return ccoshf ();
17660 return 0;
17662 _ACEOF
17663 if ac_fn_c_try_link "$LINENO"; then :
17664 ac_cv_lib_m_ccoshf=yes
17665 else
17666 ac_cv_lib_m_ccoshf=no
17668 rm -f core conftest.err conftest.$ac_objext \
17669 conftest$ac_exeext conftest.$ac_ext
17670 LIBS=$ac_check_lib_save_LIBS
17672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_ccoshf" >&5
17673 $as_echo "$ac_cv_lib_m_ccoshf" >&6; }
17674 if test "x$ac_cv_lib_m_ccoshf" = x""yes; then :
17676 $as_echo "#define HAVE_CCOSHF 1" >>confdefs.h
17680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ccosh in -lm" >&5
17681 $as_echo_n "checking for ccosh in -lm... " >&6; }
17682 if test "${ac_cv_lib_m_ccosh+set}" = set; then :
17683 $as_echo_n "(cached) " >&6
17684 else
17685 ac_check_lib_save_LIBS=$LIBS
17686 LIBS="-lm $LIBS"
17687 if test x$gcc_no_link = xyes; then
17688 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
17690 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17691 /* end confdefs.h. */
17693 /* Override any GCC internal prototype to avoid an error.
17694 Use char because int might match the return type of a GCC
17695 builtin and then its argument prototype would still apply. */
17696 #ifdef __cplusplus
17697 extern "C"
17698 #endif
17699 char ccosh ();
17701 main ()
17703 return ccosh ();
17705 return 0;
17707 _ACEOF
17708 if ac_fn_c_try_link "$LINENO"; then :
17709 ac_cv_lib_m_ccosh=yes
17710 else
17711 ac_cv_lib_m_ccosh=no
17713 rm -f core conftest.err conftest.$ac_objext \
17714 conftest$ac_exeext conftest.$ac_ext
17715 LIBS=$ac_check_lib_save_LIBS
17717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_ccosh" >&5
17718 $as_echo "$ac_cv_lib_m_ccosh" >&6; }
17719 if test "x$ac_cv_lib_m_ccosh" = x""yes; then :
17721 $as_echo "#define HAVE_CCOSH 1" >>confdefs.h
17725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ccoshl in -lm" >&5
17726 $as_echo_n "checking for ccoshl in -lm... " >&6; }
17727 if test "${ac_cv_lib_m_ccoshl+set}" = set; then :
17728 $as_echo_n "(cached) " >&6
17729 else
17730 ac_check_lib_save_LIBS=$LIBS
17731 LIBS="-lm $LIBS"
17732 if test x$gcc_no_link = xyes; then
17733 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
17735 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17736 /* end confdefs.h. */
17738 /* Override any GCC internal prototype to avoid an error.
17739 Use char because int might match the return type of a GCC
17740 builtin and then its argument prototype would still apply. */
17741 #ifdef __cplusplus
17742 extern "C"
17743 #endif
17744 char ccoshl ();
17746 main ()
17748 return ccoshl ();
17750 return 0;
17752 _ACEOF
17753 if ac_fn_c_try_link "$LINENO"; then :
17754 ac_cv_lib_m_ccoshl=yes
17755 else
17756 ac_cv_lib_m_ccoshl=no
17758 rm -f core conftest.err conftest.$ac_objext \
17759 conftest$ac_exeext conftest.$ac_ext
17760 LIBS=$ac_check_lib_save_LIBS
17762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_ccoshl" >&5
17763 $as_echo "$ac_cv_lib_m_ccoshl" >&6; }
17764 if test "x$ac_cv_lib_m_ccoshl" = x""yes; then :
17766 $as_echo "#define HAVE_CCOSHL 1" >>confdefs.h
17770 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for expf in -lm" >&5
17771 $as_echo_n "checking for expf in -lm... " >&6; }
17772 if test "${ac_cv_lib_m_expf+set}" = set; then :
17773 $as_echo_n "(cached) " >&6
17774 else
17775 ac_check_lib_save_LIBS=$LIBS
17776 LIBS="-lm $LIBS"
17777 if test x$gcc_no_link = xyes; then
17778 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
17780 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17781 /* end confdefs.h. */
17783 /* Override any GCC internal prototype to avoid an error.
17784 Use char because int might match the return type of a GCC
17785 builtin and then its argument prototype would still apply. */
17786 #ifdef __cplusplus
17787 extern "C"
17788 #endif
17789 char expf ();
17791 main ()
17793 return expf ();
17795 return 0;
17797 _ACEOF
17798 if ac_fn_c_try_link "$LINENO"; then :
17799 ac_cv_lib_m_expf=yes
17800 else
17801 ac_cv_lib_m_expf=no
17803 rm -f core conftest.err conftest.$ac_objext \
17804 conftest$ac_exeext conftest.$ac_ext
17805 LIBS=$ac_check_lib_save_LIBS
17807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_expf" >&5
17808 $as_echo "$ac_cv_lib_m_expf" >&6; }
17809 if test "x$ac_cv_lib_m_expf" = x""yes; then :
17811 $as_echo "#define HAVE_EXPF 1" >>confdefs.h
17815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for exp in -lm" >&5
17816 $as_echo_n "checking for exp in -lm... " >&6; }
17817 if test "${ac_cv_lib_m_exp+set}" = set; then :
17818 $as_echo_n "(cached) " >&6
17819 else
17820 ac_check_lib_save_LIBS=$LIBS
17821 LIBS="-lm $LIBS"
17822 if test x$gcc_no_link = xyes; then
17823 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
17825 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17826 /* end confdefs.h. */
17828 /* Override any GCC internal prototype to avoid an error.
17829 Use char because int might match the return type of a GCC
17830 builtin and then its argument prototype would still apply. */
17831 #ifdef __cplusplus
17832 extern "C"
17833 #endif
17834 char exp ();
17836 main ()
17838 return exp ();
17840 return 0;
17842 _ACEOF
17843 if ac_fn_c_try_link "$LINENO"; then :
17844 ac_cv_lib_m_exp=yes
17845 else
17846 ac_cv_lib_m_exp=no
17848 rm -f core conftest.err conftest.$ac_objext \
17849 conftest$ac_exeext conftest.$ac_ext
17850 LIBS=$ac_check_lib_save_LIBS
17852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_exp" >&5
17853 $as_echo "$ac_cv_lib_m_exp" >&6; }
17854 if test "x$ac_cv_lib_m_exp" = x""yes; then :
17856 $as_echo "#define HAVE_EXP 1" >>confdefs.h
17860 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for expl in -lm" >&5
17861 $as_echo_n "checking for expl in -lm... " >&6; }
17862 if test "${ac_cv_lib_m_expl+set}" = set; then :
17863 $as_echo_n "(cached) " >&6
17864 else
17865 ac_check_lib_save_LIBS=$LIBS
17866 LIBS="-lm $LIBS"
17867 if test x$gcc_no_link = xyes; then
17868 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
17870 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17871 /* end confdefs.h. */
17873 /* Override any GCC internal prototype to avoid an error.
17874 Use char because int might match the return type of a GCC
17875 builtin and then its argument prototype would still apply. */
17876 #ifdef __cplusplus
17877 extern "C"
17878 #endif
17879 char expl ();
17881 main ()
17883 return expl ();
17885 return 0;
17887 _ACEOF
17888 if ac_fn_c_try_link "$LINENO"; then :
17889 ac_cv_lib_m_expl=yes
17890 else
17891 ac_cv_lib_m_expl=no
17893 rm -f core conftest.err conftest.$ac_objext \
17894 conftest$ac_exeext conftest.$ac_ext
17895 LIBS=$ac_check_lib_save_LIBS
17897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_expl" >&5
17898 $as_echo "$ac_cv_lib_m_expl" >&6; }
17899 if test "x$ac_cv_lib_m_expl" = x""yes; then :
17901 $as_echo "#define HAVE_EXPL 1" >>confdefs.h
17905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cexpf in -lm" >&5
17906 $as_echo_n "checking for cexpf in -lm... " >&6; }
17907 if test "${ac_cv_lib_m_cexpf+set}" = set; then :
17908 $as_echo_n "(cached) " >&6
17909 else
17910 ac_check_lib_save_LIBS=$LIBS
17911 LIBS="-lm $LIBS"
17912 if test x$gcc_no_link = xyes; then
17913 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
17915 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17916 /* end confdefs.h. */
17918 /* Override any GCC internal prototype to avoid an error.
17919 Use char because int might match the return type of a GCC
17920 builtin and then its argument prototype would still apply. */
17921 #ifdef __cplusplus
17922 extern "C"
17923 #endif
17924 char cexpf ();
17926 main ()
17928 return cexpf ();
17930 return 0;
17932 _ACEOF
17933 if ac_fn_c_try_link "$LINENO"; then :
17934 ac_cv_lib_m_cexpf=yes
17935 else
17936 ac_cv_lib_m_cexpf=no
17938 rm -f core conftest.err conftest.$ac_objext \
17939 conftest$ac_exeext conftest.$ac_ext
17940 LIBS=$ac_check_lib_save_LIBS
17942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cexpf" >&5
17943 $as_echo "$ac_cv_lib_m_cexpf" >&6; }
17944 if test "x$ac_cv_lib_m_cexpf" = x""yes; then :
17946 $as_echo "#define HAVE_CEXPF 1" >>confdefs.h
17950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cexp in -lm" >&5
17951 $as_echo_n "checking for cexp in -lm... " >&6; }
17952 if test "${ac_cv_lib_m_cexp+set}" = set; then :
17953 $as_echo_n "(cached) " >&6
17954 else
17955 ac_check_lib_save_LIBS=$LIBS
17956 LIBS="-lm $LIBS"
17957 if test x$gcc_no_link = xyes; then
17958 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
17960 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17961 /* end confdefs.h. */
17963 /* Override any GCC internal prototype to avoid an error.
17964 Use char because int might match the return type of a GCC
17965 builtin and then its argument prototype would still apply. */
17966 #ifdef __cplusplus
17967 extern "C"
17968 #endif
17969 char cexp ();
17971 main ()
17973 return cexp ();
17975 return 0;
17977 _ACEOF
17978 if ac_fn_c_try_link "$LINENO"; then :
17979 ac_cv_lib_m_cexp=yes
17980 else
17981 ac_cv_lib_m_cexp=no
17983 rm -f core conftest.err conftest.$ac_objext \
17984 conftest$ac_exeext conftest.$ac_ext
17985 LIBS=$ac_check_lib_save_LIBS
17987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cexp" >&5
17988 $as_echo "$ac_cv_lib_m_cexp" >&6; }
17989 if test "x$ac_cv_lib_m_cexp" = x""yes; then :
17991 $as_echo "#define HAVE_CEXP 1" >>confdefs.h
17995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cexpl in -lm" >&5
17996 $as_echo_n "checking for cexpl in -lm... " >&6; }
17997 if test "${ac_cv_lib_m_cexpl+set}" = set; then :
17998 $as_echo_n "(cached) " >&6
17999 else
18000 ac_check_lib_save_LIBS=$LIBS
18001 LIBS="-lm $LIBS"
18002 if test x$gcc_no_link = xyes; then
18003 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
18005 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18006 /* end confdefs.h. */
18008 /* Override any GCC internal prototype to avoid an error.
18009 Use char because int might match the return type of a GCC
18010 builtin and then its argument prototype would still apply. */
18011 #ifdef __cplusplus
18012 extern "C"
18013 #endif
18014 char cexpl ();
18016 main ()
18018 return cexpl ();
18020 return 0;
18022 _ACEOF
18023 if ac_fn_c_try_link "$LINENO"; then :
18024 ac_cv_lib_m_cexpl=yes
18025 else
18026 ac_cv_lib_m_cexpl=no
18028 rm -f core conftest.err conftest.$ac_objext \
18029 conftest$ac_exeext conftest.$ac_ext
18030 LIBS=$ac_check_lib_save_LIBS
18032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cexpl" >&5
18033 $as_echo "$ac_cv_lib_m_cexpl" >&6; }
18034 if test "x$ac_cv_lib_m_cexpl" = x""yes; then :
18036 $as_echo "#define HAVE_CEXPL 1" >>confdefs.h
18040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fabsf in -lm" >&5
18041 $as_echo_n "checking for fabsf in -lm... " >&6; }
18042 if test "${ac_cv_lib_m_fabsf+set}" = set; then :
18043 $as_echo_n "(cached) " >&6
18044 else
18045 ac_check_lib_save_LIBS=$LIBS
18046 LIBS="-lm $LIBS"
18047 if test x$gcc_no_link = xyes; then
18048 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
18050 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18051 /* end confdefs.h. */
18053 /* Override any GCC internal prototype to avoid an error.
18054 Use char because int might match the return type of a GCC
18055 builtin and then its argument prototype would still apply. */
18056 #ifdef __cplusplus
18057 extern "C"
18058 #endif
18059 char fabsf ();
18061 main ()
18063 return fabsf ();
18065 return 0;
18067 _ACEOF
18068 if ac_fn_c_try_link "$LINENO"; then :
18069 ac_cv_lib_m_fabsf=yes
18070 else
18071 ac_cv_lib_m_fabsf=no
18073 rm -f core conftest.err conftest.$ac_objext \
18074 conftest$ac_exeext conftest.$ac_ext
18075 LIBS=$ac_check_lib_save_LIBS
18077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_fabsf" >&5
18078 $as_echo "$ac_cv_lib_m_fabsf" >&6; }
18079 if test "x$ac_cv_lib_m_fabsf" = x""yes; then :
18081 $as_echo "#define HAVE_FABSF 1" >>confdefs.h
18085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fabs in -lm" >&5
18086 $as_echo_n "checking for fabs in -lm... " >&6; }
18087 if test "${ac_cv_lib_m_fabs+set}" = set; then :
18088 $as_echo_n "(cached) " >&6
18089 else
18090 ac_check_lib_save_LIBS=$LIBS
18091 LIBS="-lm $LIBS"
18092 if test x$gcc_no_link = xyes; then
18093 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
18095 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18096 /* end confdefs.h. */
18098 /* Override any GCC internal prototype to avoid an error.
18099 Use char because int might match the return type of a GCC
18100 builtin and then its argument prototype would still apply. */
18101 #ifdef __cplusplus
18102 extern "C"
18103 #endif
18104 char fabs ();
18106 main ()
18108 return fabs ();
18110 return 0;
18112 _ACEOF
18113 if ac_fn_c_try_link "$LINENO"; then :
18114 ac_cv_lib_m_fabs=yes
18115 else
18116 ac_cv_lib_m_fabs=no
18118 rm -f core conftest.err conftest.$ac_objext \
18119 conftest$ac_exeext conftest.$ac_ext
18120 LIBS=$ac_check_lib_save_LIBS
18122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_fabs" >&5
18123 $as_echo "$ac_cv_lib_m_fabs" >&6; }
18124 if test "x$ac_cv_lib_m_fabs" = x""yes; then :
18126 $as_echo "#define HAVE_FABS 1" >>confdefs.h
18130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fabsl in -lm" >&5
18131 $as_echo_n "checking for fabsl in -lm... " >&6; }
18132 if test "${ac_cv_lib_m_fabsl+set}" = set; then :
18133 $as_echo_n "(cached) " >&6
18134 else
18135 ac_check_lib_save_LIBS=$LIBS
18136 LIBS="-lm $LIBS"
18137 if test x$gcc_no_link = xyes; then
18138 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
18140 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18141 /* end confdefs.h. */
18143 /* Override any GCC internal prototype to avoid an error.
18144 Use char because int might match the return type of a GCC
18145 builtin and then its argument prototype would still apply. */
18146 #ifdef __cplusplus
18147 extern "C"
18148 #endif
18149 char fabsl ();
18151 main ()
18153 return fabsl ();
18155 return 0;
18157 _ACEOF
18158 if ac_fn_c_try_link "$LINENO"; then :
18159 ac_cv_lib_m_fabsl=yes
18160 else
18161 ac_cv_lib_m_fabsl=no
18163 rm -f core conftest.err conftest.$ac_objext \
18164 conftest$ac_exeext conftest.$ac_ext
18165 LIBS=$ac_check_lib_save_LIBS
18167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_fabsl" >&5
18168 $as_echo "$ac_cv_lib_m_fabsl" >&6; }
18169 if test "x$ac_cv_lib_m_fabsl" = x""yes; then :
18171 $as_echo "#define HAVE_FABSL 1" >>confdefs.h
18175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cabsf in -lm" >&5
18176 $as_echo_n "checking for cabsf in -lm... " >&6; }
18177 if test "${ac_cv_lib_m_cabsf+set}" = set; then :
18178 $as_echo_n "(cached) " >&6
18179 else
18180 ac_check_lib_save_LIBS=$LIBS
18181 LIBS="-lm $LIBS"
18182 if test x$gcc_no_link = xyes; then
18183 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
18185 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18186 /* end confdefs.h. */
18188 /* Override any GCC internal prototype to avoid an error.
18189 Use char because int might match the return type of a GCC
18190 builtin and then its argument prototype would still apply. */
18191 #ifdef __cplusplus
18192 extern "C"
18193 #endif
18194 char cabsf ();
18196 main ()
18198 return cabsf ();
18200 return 0;
18202 _ACEOF
18203 if ac_fn_c_try_link "$LINENO"; then :
18204 ac_cv_lib_m_cabsf=yes
18205 else
18206 ac_cv_lib_m_cabsf=no
18208 rm -f core conftest.err conftest.$ac_objext \
18209 conftest$ac_exeext conftest.$ac_ext
18210 LIBS=$ac_check_lib_save_LIBS
18212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cabsf" >&5
18213 $as_echo "$ac_cv_lib_m_cabsf" >&6; }
18214 if test "x$ac_cv_lib_m_cabsf" = x""yes; then :
18216 $as_echo "#define HAVE_CABSF 1" >>confdefs.h
18220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cabs in -lm" >&5
18221 $as_echo_n "checking for cabs in -lm... " >&6; }
18222 if test "${ac_cv_lib_m_cabs+set}" = set; then :
18223 $as_echo_n "(cached) " >&6
18224 else
18225 ac_check_lib_save_LIBS=$LIBS
18226 LIBS="-lm $LIBS"
18227 if test x$gcc_no_link = xyes; then
18228 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
18230 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18231 /* end confdefs.h. */
18233 /* Override any GCC internal prototype to avoid an error.
18234 Use char because int might match the return type of a GCC
18235 builtin and then its argument prototype would still apply. */
18236 #ifdef __cplusplus
18237 extern "C"
18238 #endif
18239 char cabs ();
18241 main ()
18243 return cabs ();
18245 return 0;
18247 _ACEOF
18248 if ac_fn_c_try_link "$LINENO"; then :
18249 ac_cv_lib_m_cabs=yes
18250 else
18251 ac_cv_lib_m_cabs=no
18253 rm -f core conftest.err conftest.$ac_objext \
18254 conftest$ac_exeext conftest.$ac_ext
18255 LIBS=$ac_check_lib_save_LIBS
18257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cabs" >&5
18258 $as_echo "$ac_cv_lib_m_cabs" >&6; }
18259 if test "x$ac_cv_lib_m_cabs" = x""yes; then :
18261 $as_echo "#define HAVE_CABS 1" >>confdefs.h
18265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cabsl in -lm" >&5
18266 $as_echo_n "checking for cabsl in -lm... " >&6; }
18267 if test "${ac_cv_lib_m_cabsl+set}" = set; then :
18268 $as_echo_n "(cached) " >&6
18269 else
18270 ac_check_lib_save_LIBS=$LIBS
18271 LIBS="-lm $LIBS"
18272 if test x$gcc_no_link = xyes; then
18273 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
18275 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18276 /* end confdefs.h. */
18278 /* Override any GCC internal prototype to avoid an error.
18279 Use char because int might match the return type of a GCC
18280 builtin and then its argument prototype would still apply. */
18281 #ifdef __cplusplus
18282 extern "C"
18283 #endif
18284 char cabsl ();
18286 main ()
18288 return cabsl ();
18290 return 0;
18292 _ACEOF
18293 if ac_fn_c_try_link "$LINENO"; then :
18294 ac_cv_lib_m_cabsl=yes
18295 else
18296 ac_cv_lib_m_cabsl=no
18298 rm -f core conftest.err conftest.$ac_objext \
18299 conftest$ac_exeext conftest.$ac_ext
18300 LIBS=$ac_check_lib_save_LIBS
18302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cabsl" >&5
18303 $as_echo "$ac_cv_lib_m_cabsl" >&6; }
18304 if test "x$ac_cv_lib_m_cabsl" = x""yes; then :
18306 $as_echo "#define HAVE_CABSL 1" >>confdefs.h
18310 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for floorf in -lm" >&5
18311 $as_echo_n "checking for floorf in -lm... " >&6; }
18312 if test "${ac_cv_lib_m_floorf+set}" = set; then :
18313 $as_echo_n "(cached) " >&6
18314 else
18315 ac_check_lib_save_LIBS=$LIBS
18316 LIBS="-lm $LIBS"
18317 if test x$gcc_no_link = xyes; then
18318 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
18320 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18321 /* end confdefs.h. */
18323 /* Override any GCC internal prototype to avoid an error.
18324 Use char because int might match the return type of a GCC
18325 builtin and then its argument prototype would still apply. */
18326 #ifdef __cplusplus
18327 extern "C"
18328 #endif
18329 char floorf ();
18331 main ()
18333 return floorf ();
18335 return 0;
18337 _ACEOF
18338 if ac_fn_c_try_link "$LINENO"; then :
18339 ac_cv_lib_m_floorf=yes
18340 else
18341 ac_cv_lib_m_floorf=no
18343 rm -f core conftest.err conftest.$ac_objext \
18344 conftest$ac_exeext conftest.$ac_ext
18345 LIBS=$ac_check_lib_save_LIBS
18347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_floorf" >&5
18348 $as_echo "$ac_cv_lib_m_floorf" >&6; }
18349 if test "x$ac_cv_lib_m_floorf" = x""yes; then :
18351 $as_echo "#define HAVE_FLOORF 1" >>confdefs.h
18355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for floor in -lm" >&5
18356 $as_echo_n "checking for floor in -lm... " >&6; }
18357 if test "${ac_cv_lib_m_floor+set}" = set; then :
18358 $as_echo_n "(cached) " >&6
18359 else
18360 ac_check_lib_save_LIBS=$LIBS
18361 LIBS="-lm $LIBS"
18362 if test x$gcc_no_link = xyes; then
18363 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
18365 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18366 /* end confdefs.h. */
18368 /* Override any GCC internal prototype to avoid an error.
18369 Use char because int might match the return type of a GCC
18370 builtin and then its argument prototype would still apply. */
18371 #ifdef __cplusplus
18372 extern "C"
18373 #endif
18374 char floor ();
18376 main ()
18378 return floor ();
18380 return 0;
18382 _ACEOF
18383 if ac_fn_c_try_link "$LINENO"; then :
18384 ac_cv_lib_m_floor=yes
18385 else
18386 ac_cv_lib_m_floor=no
18388 rm -f core conftest.err conftest.$ac_objext \
18389 conftest$ac_exeext conftest.$ac_ext
18390 LIBS=$ac_check_lib_save_LIBS
18392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_floor" >&5
18393 $as_echo "$ac_cv_lib_m_floor" >&6; }
18394 if test "x$ac_cv_lib_m_floor" = x""yes; then :
18396 $as_echo "#define HAVE_FLOOR 1" >>confdefs.h
18400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for floorl in -lm" >&5
18401 $as_echo_n "checking for floorl in -lm... " >&6; }
18402 if test "${ac_cv_lib_m_floorl+set}" = set; then :
18403 $as_echo_n "(cached) " >&6
18404 else
18405 ac_check_lib_save_LIBS=$LIBS
18406 LIBS="-lm $LIBS"
18407 if test x$gcc_no_link = xyes; then
18408 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
18410 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18411 /* end confdefs.h. */
18413 /* Override any GCC internal prototype to avoid an error.
18414 Use char because int might match the return type of a GCC
18415 builtin and then its argument prototype would still apply. */
18416 #ifdef __cplusplus
18417 extern "C"
18418 #endif
18419 char floorl ();
18421 main ()
18423 return floorl ();
18425 return 0;
18427 _ACEOF
18428 if ac_fn_c_try_link "$LINENO"; then :
18429 ac_cv_lib_m_floorl=yes
18430 else
18431 ac_cv_lib_m_floorl=no
18433 rm -f core conftest.err conftest.$ac_objext \
18434 conftest$ac_exeext conftest.$ac_ext
18435 LIBS=$ac_check_lib_save_LIBS
18437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_floorl" >&5
18438 $as_echo "$ac_cv_lib_m_floorl" >&6; }
18439 if test "x$ac_cv_lib_m_floorl" = x""yes; then :
18441 $as_echo "#define HAVE_FLOORL 1" >>confdefs.h
18445 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fmodf in -lm" >&5
18446 $as_echo_n "checking for fmodf in -lm... " >&6; }
18447 if test "${ac_cv_lib_m_fmodf+set}" = set; then :
18448 $as_echo_n "(cached) " >&6
18449 else
18450 ac_check_lib_save_LIBS=$LIBS
18451 LIBS="-lm $LIBS"
18452 if test x$gcc_no_link = xyes; then
18453 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
18455 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18456 /* end confdefs.h. */
18458 /* Override any GCC internal prototype to avoid an error.
18459 Use char because int might match the return type of a GCC
18460 builtin and then its argument prototype would still apply. */
18461 #ifdef __cplusplus
18462 extern "C"
18463 #endif
18464 char fmodf ();
18466 main ()
18468 return fmodf ();
18470 return 0;
18472 _ACEOF
18473 if ac_fn_c_try_link "$LINENO"; then :
18474 ac_cv_lib_m_fmodf=yes
18475 else
18476 ac_cv_lib_m_fmodf=no
18478 rm -f core conftest.err conftest.$ac_objext \
18479 conftest$ac_exeext conftest.$ac_ext
18480 LIBS=$ac_check_lib_save_LIBS
18482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_fmodf" >&5
18483 $as_echo "$ac_cv_lib_m_fmodf" >&6; }
18484 if test "x$ac_cv_lib_m_fmodf" = x""yes; then :
18486 $as_echo "#define HAVE_FMODF 1" >>confdefs.h
18490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fmod in -lm" >&5
18491 $as_echo_n "checking for fmod in -lm... " >&6; }
18492 if test "${ac_cv_lib_m_fmod+set}" = set; then :
18493 $as_echo_n "(cached) " >&6
18494 else
18495 ac_check_lib_save_LIBS=$LIBS
18496 LIBS="-lm $LIBS"
18497 if test x$gcc_no_link = xyes; then
18498 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
18500 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18501 /* end confdefs.h. */
18503 /* Override any GCC internal prototype to avoid an error.
18504 Use char because int might match the return type of a GCC
18505 builtin and then its argument prototype would still apply. */
18506 #ifdef __cplusplus
18507 extern "C"
18508 #endif
18509 char fmod ();
18511 main ()
18513 return fmod ();
18515 return 0;
18517 _ACEOF
18518 if ac_fn_c_try_link "$LINENO"; then :
18519 ac_cv_lib_m_fmod=yes
18520 else
18521 ac_cv_lib_m_fmod=no
18523 rm -f core conftest.err conftest.$ac_objext \
18524 conftest$ac_exeext conftest.$ac_ext
18525 LIBS=$ac_check_lib_save_LIBS
18527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_fmod" >&5
18528 $as_echo "$ac_cv_lib_m_fmod" >&6; }
18529 if test "x$ac_cv_lib_m_fmod" = x""yes; then :
18531 $as_echo "#define HAVE_FMOD 1" >>confdefs.h
18535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fmodl in -lm" >&5
18536 $as_echo_n "checking for fmodl in -lm... " >&6; }
18537 if test "${ac_cv_lib_m_fmodl+set}" = set; then :
18538 $as_echo_n "(cached) " >&6
18539 else
18540 ac_check_lib_save_LIBS=$LIBS
18541 LIBS="-lm $LIBS"
18542 if test x$gcc_no_link = xyes; then
18543 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
18545 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18546 /* end confdefs.h. */
18548 /* Override any GCC internal prototype to avoid an error.
18549 Use char because int might match the return type of a GCC
18550 builtin and then its argument prototype would still apply. */
18551 #ifdef __cplusplus
18552 extern "C"
18553 #endif
18554 char fmodl ();
18556 main ()
18558 return fmodl ();
18560 return 0;
18562 _ACEOF
18563 if ac_fn_c_try_link "$LINENO"; then :
18564 ac_cv_lib_m_fmodl=yes
18565 else
18566 ac_cv_lib_m_fmodl=no
18568 rm -f core conftest.err conftest.$ac_objext \
18569 conftest$ac_exeext conftest.$ac_ext
18570 LIBS=$ac_check_lib_save_LIBS
18572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_fmodl" >&5
18573 $as_echo "$ac_cv_lib_m_fmodl" >&6; }
18574 if test "x$ac_cv_lib_m_fmodl" = x""yes; then :
18576 $as_echo "#define HAVE_FMODL 1" >>confdefs.h
18580 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for frexpf in -lm" >&5
18581 $as_echo_n "checking for frexpf in -lm... " >&6; }
18582 if test "${ac_cv_lib_m_frexpf+set}" = set; then :
18583 $as_echo_n "(cached) " >&6
18584 else
18585 ac_check_lib_save_LIBS=$LIBS
18586 LIBS="-lm $LIBS"
18587 if test x$gcc_no_link = xyes; then
18588 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
18590 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18591 /* end confdefs.h. */
18593 /* Override any GCC internal prototype to avoid an error.
18594 Use char because int might match the return type of a GCC
18595 builtin and then its argument prototype would still apply. */
18596 #ifdef __cplusplus
18597 extern "C"
18598 #endif
18599 char frexpf ();
18601 main ()
18603 return frexpf ();
18605 return 0;
18607 _ACEOF
18608 if ac_fn_c_try_link "$LINENO"; then :
18609 ac_cv_lib_m_frexpf=yes
18610 else
18611 ac_cv_lib_m_frexpf=no
18613 rm -f core conftest.err conftest.$ac_objext \
18614 conftest$ac_exeext conftest.$ac_ext
18615 LIBS=$ac_check_lib_save_LIBS
18617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_frexpf" >&5
18618 $as_echo "$ac_cv_lib_m_frexpf" >&6; }
18619 if test "x$ac_cv_lib_m_frexpf" = x""yes; then :
18621 $as_echo "#define HAVE_FREXPF 1" >>confdefs.h
18625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for frexp in -lm" >&5
18626 $as_echo_n "checking for frexp in -lm... " >&6; }
18627 if test "${ac_cv_lib_m_frexp+set}" = set; then :
18628 $as_echo_n "(cached) " >&6
18629 else
18630 ac_check_lib_save_LIBS=$LIBS
18631 LIBS="-lm $LIBS"
18632 if test x$gcc_no_link = xyes; then
18633 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
18635 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18636 /* end confdefs.h. */
18638 /* Override any GCC internal prototype to avoid an error.
18639 Use char because int might match the return type of a GCC
18640 builtin and then its argument prototype would still apply. */
18641 #ifdef __cplusplus
18642 extern "C"
18643 #endif
18644 char frexp ();
18646 main ()
18648 return frexp ();
18650 return 0;
18652 _ACEOF
18653 if ac_fn_c_try_link "$LINENO"; then :
18654 ac_cv_lib_m_frexp=yes
18655 else
18656 ac_cv_lib_m_frexp=no
18658 rm -f core conftest.err conftest.$ac_objext \
18659 conftest$ac_exeext conftest.$ac_ext
18660 LIBS=$ac_check_lib_save_LIBS
18662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_frexp" >&5
18663 $as_echo "$ac_cv_lib_m_frexp" >&6; }
18664 if test "x$ac_cv_lib_m_frexp" = x""yes; then :
18666 $as_echo "#define HAVE_FREXP 1" >>confdefs.h
18670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for frexpl in -lm" >&5
18671 $as_echo_n "checking for frexpl in -lm... " >&6; }
18672 if test "${ac_cv_lib_m_frexpl+set}" = set; then :
18673 $as_echo_n "(cached) " >&6
18674 else
18675 ac_check_lib_save_LIBS=$LIBS
18676 LIBS="-lm $LIBS"
18677 if test x$gcc_no_link = xyes; then
18678 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
18680 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18681 /* end confdefs.h. */
18683 /* Override any GCC internal prototype to avoid an error.
18684 Use char because int might match the return type of a GCC
18685 builtin and then its argument prototype would still apply. */
18686 #ifdef __cplusplus
18687 extern "C"
18688 #endif
18689 char frexpl ();
18691 main ()
18693 return frexpl ();
18695 return 0;
18697 _ACEOF
18698 if ac_fn_c_try_link "$LINENO"; then :
18699 ac_cv_lib_m_frexpl=yes
18700 else
18701 ac_cv_lib_m_frexpl=no
18703 rm -f core conftest.err conftest.$ac_objext \
18704 conftest$ac_exeext conftest.$ac_ext
18705 LIBS=$ac_check_lib_save_LIBS
18707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_frexpl" >&5
18708 $as_echo "$ac_cv_lib_m_frexpl" >&6; }
18709 if test "x$ac_cv_lib_m_frexpl" = x""yes; then :
18711 $as_echo "#define HAVE_FREXPL 1" >>confdefs.h
18715 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hypotf in -lm" >&5
18716 $as_echo_n "checking for hypotf in -lm... " >&6; }
18717 if test "${ac_cv_lib_m_hypotf+set}" = set; then :
18718 $as_echo_n "(cached) " >&6
18719 else
18720 ac_check_lib_save_LIBS=$LIBS
18721 LIBS="-lm $LIBS"
18722 if test x$gcc_no_link = xyes; then
18723 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
18725 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18726 /* end confdefs.h. */
18728 /* Override any GCC internal prototype to avoid an error.
18729 Use char because int might match the return type of a GCC
18730 builtin and then its argument prototype would still apply. */
18731 #ifdef __cplusplus
18732 extern "C"
18733 #endif
18734 char hypotf ();
18736 main ()
18738 return hypotf ();
18740 return 0;
18742 _ACEOF
18743 if ac_fn_c_try_link "$LINENO"; then :
18744 ac_cv_lib_m_hypotf=yes
18745 else
18746 ac_cv_lib_m_hypotf=no
18748 rm -f core conftest.err conftest.$ac_objext \
18749 conftest$ac_exeext conftest.$ac_ext
18750 LIBS=$ac_check_lib_save_LIBS
18752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_hypotf" >&5
18753 $as_echo "$ac_cv_lib_m_hypotf" >&6; }
18754 if test "x$ac_cv_lib_m_hypotf" = x""yes; then :
18756 $as_echo "#define HAVE_HYPOTF 1" >>confdefs.h
18760 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hypot in -lm" >&5
18761 $as_echo_n "checking for hypot in -lm... " >&6; }
18762 if test "${ac_cv_lib_m_hypot+set}" = set; then :
18763 $as_echo_n "(cached) " >&6
18764 else
18765 ac_check_lib_save_LIBS=$LIBS
18766 LIBS="-lm $LIBS"
18767 if test x$gcc_no_link = xyes; then
18768 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
18770 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18771 /* end confdefs.h. */
18773 /* Override any GCC internal prototype to avoid an error.
18774 Use char because int might match the return type of a GCC
18775 builtin and then its argument prototype would still apply. */
18776 #ifdef __cplusplus
18777 extern "C"
18778 #endif
18779 char hypot ();
18781 main ()
18783 return hypot ();
18785 return 0;
18787 _ACEOF
18788 if ac_fn_c_try_link "$LINENO"; then :
18789 ac_cv_lib_m_hypot=yes
18790 else
18791 ac_cv_lib_m_hypot=no
18793 rm -f core conftest.err conftest.$ac_objext \
18794 conftest$ac_exeext conftest.$ac_ext
18795 LIBS=$ac_check_lib_save_LIBS
18797 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_hypot" >&5
18798 $as_echo "$ac_cv_lib_m_hypot" >&6; }
18799 if test "x$ac_cv_lib_m_hypot" = x""yes; then :
18801 $as_echo "#define HAVE_HYPOT 1" >>confdefs.h
18805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hypotl in -lm" >&5
18806 $as_echo_n "checking for hypotl in -lm... " >&6; }
18807 if test "${ac_cv_lib_m_hypotl+set}" = set; then :
18808 $as_echo_n "(cached) " >&6
18809 else
18810 ac_check_lib_save_LIBS=$LIBS
18811 LIBS="-lm $LIBS"
18812 if test x$gcc_no_link = xyes; then
18813 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
18815 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18816 /* end confdefs.h. */
18818 /* Override any GCC internal prototype to avoid an error.
18819 Use char because int might match the return type of a GCC
18820 builtin and then its argument prototype would still apply. */
18821 #ifdef __cplusplus
18822 extern "C"
18823 #endif
18824 char hypotl ();
18826 main ()
18828 return hypotl ();
18830 return 0;
18832 _ACEOF
18833 if ac_fn_c_try_link "$LINENO"; then :
18834 ac_cv_lib_m_hypotl=yes
18835 else
18836 ac_cv_lib_m_hypotl=no
18838 rm -f core conftest.err conftest.$ac_objext \
18839 conftest$ac_exeext conftest.$ac_ext
18840 LIBS=$ac_check_lib_save_LIBS
18842 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_hypotl" >&5
18843 $as_echo "$ac_cv_lib_m_hypotl" >&6; }
18844 if test "x$ac_cv_lib_m_hypotl" = x""yes; then :
18846 $as_echo "#define HAVE_HYPOTL 1" >>confdefs.h
18850 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldexpf in -lm" >&5
18851 $as_echo_n "checking for ldexpf in -lm... " >&6; }
18852 if test "${ac_cv_lib_m_ldexpf+set}" = set; then :
18853 $as_echo_n "(cached) " >&6
18854 else
18855 ac_check_lib_save_LIBS=$LIBS
18856 LIBS="-lm $LIBS"
18857 if test x$gcc_no_link = xyes; then
18858 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
18860 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18861 /* end confdefs.h. */
18863 /* Override any GCC internal prototype to avoid an error.
18864 Use char because int might match the return type of a GCC
18865 builtin and then its argument prototype would still apply. */
18866 #ifdef __cplusplus
18867 extern "C"
18868 #endif
18869 char ldexpf ();
18871 main ()
18873 return ldexpf ();
18875 return 0;
18877 _ACEOF
18878 if ac_fn_c_try_link "$LINENO"; then :
18879 ac_cv_lib_m_ldexpf=yes
18880 else
18881 ac_cv_lib_m_ldexpf=no
18883 rm -f core conftest.err conftest.$ac_objext \
18884 conftest$ac_exeext conftest.$ac_ext
18885 LIBS=$ac_check_lib_save_LIBS
18887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_ldexpf" >&5
18888 $as_echo "$ac_cv_lib_m_ldexpf" >&6; }
18889 if test "x$ac_cv_lib_m_ldexpf" = x""yes; then :
18891 $as_echo "#define HAVE_LDEXPF 1" >>confdefs.h
18895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldexp in -lm" >&5
18896 $as_echo_n "checking for ldexp in -lm... " >&6; }
18897 if test "${ac_cv_lib_m_ldexp+set}" = set; then :
18898 $as_echo_n "(cached) " >&6
18899 else
18900 ac_check_lib_save_LIBS=$LIBS
18901 LIBS="-lm $LIBS"
18902 if test x$gcc_no_link = xyes; then
18903 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
18905 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18906 /* end confdefs.h. */
18908 /* Override any GCC internal prototype to avoid an error.
18909 Use char because int might match the return type of a GCC
18910 builtin and then its argument prototype would still apply. */
18911 #ifdef __cplusplus
18912 extern "C"
18913 #endif
18914 char ldexp ();
18916 main ()
18918 return ldexp ();
18920 return 0;
18922 _ACEOF
18923 if ac_fn_c_try_link "$LINENO"; then :
18924 ac_cv_lib_m_ldexp=yes
18925 else
18926 ac_cv_lib_m_ldexp=no
18928 rm -f core conftest.err conftest.$ac_objext \
18929 conftest$ac_exeext conftest.$ac_ext
18930 LIBS=$ac_check_lib_save_LIBS
18932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_ldexp" >&5
18933 $as_echo "$ac_cv_lib_m_ldexp" >&6; }
18934 if test "x$ac_cv_lib_m_ldexp" = x""yes; then :
18936 $as_echo "#define HAVE_LDEXP 1" >>confdefs.h
18940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldexpl in -lm" >&5
18941 $as_echo_n "checking for ldexpl in -lm... " >&6; }
18942 if test "${ac_cv_lib_m_ldexpl+set}" = set; then :
18943 $as_echo_n "(cached) " >&6
18944 else
18945 ac_check_lib_save_LIBS=$LIBS
18946 LIBS="-lm $LIBS"
18947 if test x$gcc_no_link = xyes; then
18948 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
18950 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18951 /* end confdefs.h. */
18953 /* Override any GCC internal prototype to avoid an error.
18954 Use char because int might match the return type of a GCC
18955 builtin and then its argument prototype would still apply. */
18956 #ifdef __cplusplus
18957 extern "C"
18958 #endif
18959 char ldexpl ();
18961 main ()
18963 return ldexpl ();
18965 return 0;
18967 _ACEOF
18968 if ac_fn_c_try_link "$LINENO"; then :
18969 ac_cv_lib_m_ldexpl=yes
18970 else
18971 ac_cv_lib_m_ldexpl=no
18973 rm -f core conftest.err conftest.$ac_objext \
18974 conftest$ac_exeext conftest.$ac_ext
18975 LIBS=$ac_check_lib_save_LIBS
18977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_ldexpl" >&5
18978 $as_echo "$ac_cv_lib_m_ldexpl" >&6; }
18979 if test "x$ac_cv_lib_m_ldexpl" = x""yes; then :
18981 $as_echo "#define HAVE_LDEXPL 1" >>confdefs.h
18985 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for logf in -lm" >&5
18986 $as_echo_n "checking for logf in -lm... " >&6; }
18987 if test "${ac_cv_lib_m_logf+set}" = set; then :
18988 $as_echo_n "(cached) " >&6
18989 else
18990 ac_check_lib_save_LIBS=$LIBS
18991 LIBS="-lm $LIBS"
18992 if test x$gcc_no_link = xyes; then
18993 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
18995 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
18996 /* end confdefs.h. */
18998 /* Override any GCC internal prototype to avoid an error.
18999 Use char because int might match the return type of a GCC
19000 builtin and then its argument prototype would still apply. */
19001 #ifdef __cplusplus
19002 extern "C"
19003 #endif
19004 char logf ();
19006 main ()
19008 return logf ();
19010 return 0;
19012 _ACEOF
19013 if ac_fn_c_try_link "$LINENO"; then :
19014 ac_cv_lib_m_logf=yes
19015 else
19016 ac_cv_lib_m_logf=no
19018 rm -f core conftest.err conftest.$ac_objext \
19019 conftest$ac_exeext conftest.$ac_ext
19020 LIBS=$ac_check_lib_save_LIBS
19022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_logf" >&5
19023 $as_echo "$ac_cv_lib_m_logf" >&6; }
19024 if test "x$ac_cv_lib_m_logf" = x""yes; then :
19026 $as_echo "#define HAVE_LOGF 1" >>confdefs.h
19030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log in -lm" >&5
19031 $as_echo_n "checking for log in -lm... " >&6; }
19032 if test "${ac_cv_lib_m_log+set}" = set; then :
19033 $as_echo_n "(cached) " >&6
19034 else
19035 ac_check_lib_save_LIBS=$LIBS
19036 LIBS="-lm $LIBS"
19037 if test x$gcc_no_link = xyes; then
19038 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
19040 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19041 /* end confdefs.h. */
19043 /* Override any GCC internal prototype to avoid an error.
19044 Use char because int might match the return type of a GCC
19045 builtin and then its argument prototype would still apply. */
19046 #ifdef __cplusplus
19047 extern "C"
19048 #endif
19049 char log ();
19051 main ()
19053 return log ();
19055 return 0;
19057 _ACEOF
19058 if ac_fn_c_try_link "$LINENO"; then :
19059 ac_cv_lib_m_log=yes
19060 else
19061 ac_cv_lib_m_log=no
19063 rm -f core conftest.err conftest.$ac_objext \
19064 conftest$ac_exeext conftest.$ac_ext
19065 LIBS=$ac_check_lib_save_LIBS
19067 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log" >&5
19068 $as_echo "$ac_cv_lib_m_log" >&6; }
19069 if test "x$ac_cv_lib_m_log" = x""yes; then :
19071 $as_echo "#define HAVE_LOG 1" >>confdefs.h
19075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for logl in -lm" >&5
19076 $as_echo_n "checking for logl in -lm... " >&6; }
19077 if test "${ac_cv_lib_m_logl+set}" = set; then :
19078 $as_echo_n "(cached) " >&6
19079 else
19080 ac_check_lib_save_LIBS=$LIBS
19081 LIBS="-lm $LIBS"
19082 if test x$gcc_no_link = xyes; then
19083 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
19085 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19086 /* end confdefs.h. */
19088 /* Override any GCC internal prototype to avoid an error.
19089 Use char because int might match the return type of a GCC
19090 builtin and then its argument prototype would still apply. */
19091 #ifdef __cplusplus
19092 extern "C"
19093 #endif
19094 char logl ();
19096 main ()
19098 return logl ();
19100 return 0;
19102 _ACEOF
19103 if ac_fn_c_try_link "$LINENO"; then :
19104 ac_cv_lib_m_logl=yes
19105 else
19106 ac_cv_lib_m_logl=no
19108 rm -f core conftest.err conftest.$ac_objext \
19109 conftest$ac_exeext conftest.$ac_ext
19110 LIBS=$ac_check_lib_save_LIBS
19112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_logl" >&5
19113 $as_echo "$ac_cv_lib_m_logl" >&6; }
19114 if test "x$ac_cv_lib_m_logl" = x""yes; then :
19116 $as_echo "#define HAVE_LOGL 1" >>confdefs.h
19120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clogf in -lm" >&5
19121 $as_echo_n "checking for clogf in -lm... " >&6; }
19122 if test "${ac_cv_lib_m_clogf+set}" = set; then :
19123 $as_echo_n "(cached) " >&6
19124 else
19125 ac_check_lib_save_LIBS=$LIBS
19126 LIBS="-lm $LIBS"
19127 if test x$gcc_no_link = xyes; then
19128 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
19130 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19131 /* end confdefs.h. */
19133 /* Override any GCC internal prototype to avoid an error.
19134 Use char because int might match the return type of a GCC
19135 builtin and then its argument prototype would still apply. */
19136 #ifdef __cplusplus
19137 extern "C"
19138 #endif
19139 char clogf ();
19141 main ()
19143 return clogf ();
19145 return 0;
19147 _ACEOF
19148 if ac_fn_c_try_link "$LINENO"; then :
19149 ac_cv_lib_m_clogf=yes
19150 else
19151 ac_cv_lib_m_clogf=no
19153 rm -f core conftest.err conftest.$ac_objext \
19154 conftest$ac_exeext conftest.$ac_ext
19155 LIBS=$ac_check_lib_save_LIBS
19157 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_clogf" >&5
19158 $as_echo "$ac_cv_lib_m_clogf" >&6; }
19159 if test "x$ac_cv_lib_m_clogf" = x""yes; then :
19161 $as_echo "#define HAVE_CLOGF 1" >>confdefs.h
19165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clog in -lm" >&5
19166 $as_echo_n "checking for clog in -lm... " >&6; }
19167 if test "${ac_cv_lib_m_clog+set}" = set; then :
19168 $as_echo_n "(cached) " >&6
19169 else
19170 ac_check_lib_save_LIBS=$LIBS
19171 LIBS="-lm $LIBS"
19172 if test x$gcc_no_link = xyes; then
19173 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
19175 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19176 /* end confdefs.h. */
19178 /* Override any GCC internal prototype to avoid an error.
19179 Use char because int might match the return type of a GCC
19180 builtin and then its argument prototype would still apply. */
19181 #ifdef __cplusplus
19182 extern "C"
19183 #endif
19184 char clog ();
19186 main ()
19188 return clog ();
19190 return 0;
19192 _ACEOF
19193 if ac_fn_c_try_link "$LINENO"; then :
19194 ac_cv_lib_m_clog=yes
19195 else
19196 ac_cv_lib_m_clog=no
19198 rm -f core conftest.err conftest.$ac_objext \
19199 conftest$ac_exeext conftest.$ac_ext
19200 LIBS=$ac_check_lib_save_LIBS
19202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_clog" >&5
19203 $as_echo "$ac_cv_lib_m_clog" >&6; }
19204 if test "x$ac_cv_lib_m_clog" = x""yes; then :
19206 $as_echo "#define HAVE_CLOG 1" >>confdefs.h
19210 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clogl in -lm" >&5
19211 $as_echo_n "checking for clogl in -lm... " >&6; }
19212 if test "${ac_cv_lib_m_clogl+set}" = set; then :
19213 $as_echo_n "(cached) " >&6
19214 else
19215 ac_check_lib_save_LIBS=$LIBS
19216 LIBS="-lm $LIBS"
19217 if test x$gcc_no_link = xyes; then
19218 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
19220 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19221 /* end confdefs.h. */
19223 /* Override any GCC internal prototype to avoid an error.
19224 Use char because int might match the return type of a GCC
19225 builtin and then its argument prototype would still apply. */
19226 #ifdef __cplusplus
19227 extern "C"
19228 #endif
19229 char clogl ();
19231 main ()
19233 return clogl ();
19235 return 0;
19237 _ACEOF
19238 if ac_fn_c_try_link "$LINENO"; then :
19239 ac_cv_lib_m_clogl=yes
19240 else
19241 ac_cv_lib_m_clogl=no
19243 rm -f core conftest.err conftest.$ac_objext \
19244 conftest$ac_exeext conftest.$ac_ext
19245 LIBS=$ac_check_lib_save_LIBS
19247 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_clogl" >&5
19248 $as_echo "$ac_cv_lib_m_clogl" >&6; }
19249 if test "x$ac_cv_lib_m_clogl" = x""yes; then :
19251 $as_echo "#define HAVE_CLOGL 1" >>confdefs.h
19255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log10f in -lm" >&5
19256 $as_echo_n "checking for log10f in -lm... " >&6; }
19257 if test "${ac_cv_lib_m_log10f+set}" = set; then :
19258 $as_echo_n "(cached) " >&6
19259 else
19260 ac_check_lib_save_LIBS=$LIBS
19261 LIBS="-lm $LIBS"
19262 if test x$gcc_no_link = xyes; then
19263 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
19265 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19266 /* end confdefs.h. */
19268 /* Override any GCC internal prototype to avoid an error.
19269 Use char because int might match the return type of a GCC
19270 builtin and then its argument prototype would still apply. */
19271 #ifdef __cplusplus
19272 extern "C"
19273 #endif
19274 char log10f ();
19276 main ()
19278 return log10f ();
19280 return 0;
19282 _ACEOF
19283 if ac_fn_c_try_link "$LINENO"; then :
19284 ac_cv_lib_m_log10f=yes
19285 else
19286 ac_cv_lib_m_log10f=no
19288 rm -f core conftest.err conftest.$ac_objext \
19289 conftest$ac_exeext conftest.$ac_ext
19290 LIBS=$ac_check_lib_save_LIBS
19292 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log10f" >&5
19293 $as_echo "$ac_cv_lib_m_log10f" >&6; }
19294 if test "x$ac_cv_lib_m_log10f" = x""yes; then :
19296 $as_echo "#define HAVE_LOG10F 1" >>confdefs.h
19300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log10 in -lm" >&5
19301 $as_echo_n "checking for log10 in -lm... " >&6; }
19302 if test "${ac_cv_lib_m_log10+set}" = set; then :
19303 $as_echo_n "(cached) " >&6
19304 else
19305 ac_check_lib_save_LIBS=$LIBS
19306 LIBS="-lm $LIBS"
19307 if test x$gcc_no_link = xyes; then
19308 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
19310 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19311 /* end confdefs.h. */
19313 /* Override any GCC internal prototype to avoid an error.
19314 Use char because int might match the return type of a GCC
19315 builtin and then its argument prototype would still apply. */
19316 #ifdef __cplusplus
19317 extern "C"
19318 #endif
19319 char log10 ();
19321 main ()
19323 return log10 ();
19325 return 0;
19327 _ACEOF
19328 if ac_fn_c_try_link "$LINENO"; then :
19329 ac_cv_lib_m_log10=yes
19330 else
19331 ac_cv_lib_m_log10=no
19333 rm -f core conftest.err conftest.$ac_objext \
19334 conftest$ac_exeext conftest.$ac_ext
19335 LIBS=$ac_check_lib_save_LIBS
19337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log10" >&5
19338 $as_echo "$ac_cv_lib_m_log10" >&6; }
19339 if test "x$ac_cv_lib_m_log10" = x""yes; then :
19341 $as_echo "#define HAVE_LOG10 1" >>confdefs.h
19345 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log10l in -lm" >&5
19346 $as_echo_n "checking for log10l in -lm... " >&6; }
19347 if test "${ac_cv_lib_m_log10l+set}" = set; then :
19348 $as_echo_n "(cached) " >&6
19349 else
19350 ac_check_lib_save_LIBS=$LIBS
19351 LIBS="-lm $LIBS"
19352 if test x$gcc_no_link = xyes; then
19353 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
19355 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19356 /* end confdefs.h. */
19358 /* Override any GCC internal prototype to avoid an error.
19359 Use char because int might match the return type of a GCC
19360 builtin and then its argument prototype would still apply. */
19361 #ifdef __cplusplus
19362 extern "C"
19363 #endif
19364 char log10l ();
19366 main ()
19368 return log10l ();
19370 return 0;
19372 _ACEOF
19373 if ac_fn_c_try_link "$LINENO"; then :
19374 ac_cv_lib_m_log10l=yes
19375 else
19376 ac_cv_lib_m_log10l=no
19378 rm -f core conftest.err conftest.$ac_objext \
19379 conftest$ac_exeext conftest.$ac_ext
19380 LIBS=$ac_check_lib_save_LIBS
19382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log10l" >&5
19383 $as_echo "$ac_cv_lib_m_log10l" >&6; }
19384 if test "x$ac_cv_lib_m_log10l" = x""yes; then :
19386 $as_echo "#define HAVE_LOG10L 1" >>confdefs.h
19390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clog10f in -lm" >&5
19391 $as_echo_n "checking for clog10f in -lm... " >&6; }
19392 if test "${ac_cv_lib_m_clog10f+set}" = set; then :
19393 $as_echo_n "(cached) " >&6
19394 else
19395 ac_check_lib_save_LIBS=$LIBS
19396 LIBS="-lm $LIBS"
19397 if test x$gcc_no_link = xyes; then
19398 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
19400 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19401 /* end confdefs.h. */
19403 /* Override any GCC internal prototype to avoid an error.
19404 Use char because int might match the return type of a GCC
19405 builtin and then its argument prototype would still apply. */
19406 #ifdef __cplusplus
19407 extern "C"
19408 #endif
19409 char clog10f ();
19411 main ()
19413 return clog10f ();
19415 return 0;
19417 _ACEOF
19418 if ac_fn_c_try_link "$LINENO"; then :
19419 ac_cv_lib_m_clog10f=yes
19420 else
19421 ac_cv_lib_m_clog10f=no
19423 rm -f core conftest.err conftest.$ac_objext \
19424 conftest$ac_exeext conftest.$ac_ext
19425 LIBS=$ac_check_lib_save_LIBS
19427 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_clog10f" >&5
19428 $as_echo "$ac_cv_lib_m_clog10f" >&6; }
19429 if test "x$ac_cv_lib_m_clog10f" = x""yes; then :
19431 $as_echo "#define HAVE_CLOG10F 1" >>confdefs.h
19435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clog10 in -lm" >&5
19436 $as_echo_n "checking for clog10 in -lm... " >&6; }
19437 if test "${ac_cv_lib_m_clog10+set}" = set; then :
19438 $as_echo_n "(cached) " >&6
19439 else
19440 ac_check_lib_save_LIBS=$LIBS
19441 LIBS="-lm $LIBS"
19442 if test x$gcc_no_link = xyes; then
19443 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
19445 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19446 /* end confdefs.h. */
19448 /* Override any GCC internal prototype to avoid an error.
19449 Use char because int might match the return type of a GCC
19450 builtin and then its argument prototype would still apply. */
19451 #ifdef __cplusplus
19452 extern "C"
19453 #endif
19454 char clog10 ();
19456 main ()
19458 return clog10 ();
19460 return 0;
19462 _ACEOF
19463 if ac_fn_c_try_link "$LINENO"; then :
19464 ac_cv_lib_m_clog10=yes
19465 else
19466 ac_cv_lib_m_clog10=no
19468 rm -f core conftest.err conftest.$ac_objext \
19469 conftest$ac_exeext conftest.$ac_ext
19470 LIBS=$ac_check_lib_save_LIBS
19472 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_clog10" >&5
19473 $as_echo "$ac_cv_lib_m_clog10" >&6; }
19474 if test "x$ac_cv_lib_m_clog10" = x""yes; then :
19476 $as_echo "#define HAVE_CLOG10 1" >>confdefs.h
19480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for clog10l in -lm" >&5
19481 $as_echo_n "checking for clog10l in -lm... " >&6; }
19482 if test "${ac_cv_lib_m_clog10l+set}" = set; then :
19483 $as_echo_n "(cached) " >&6
19484 else
19485 ac_check_lib_save_LIBS=$LIBS
19486 LIBS="-lm $LIBS"
19487 if test x$gcc_no_link = xyes; then
19488 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
19490 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19491 /* end confdefs.h. */
19493 /* Override any GCC internal prototype to avoid an error.
19494 Use char because int might match the return type of a GCC
19495 builtin and then its argument prototype would still apply. */
19496 #ifdef __cplusplus
19497 extern "C"
19498 #endif
19499 char clog10l ();
19501 main ()
19503 return clog10l ();
19505 return 0;
19507 _ACEOF
19508 if ac_fn_c_try_link "$LINENO"; then :
19509 ac_cv_lib_m_clog10l=yes
19510 else
19511 ac_cv_lib_m_clog10l=no
19513 rm -f core conftest.err conftest.$ac_objext \
19514 conftest$ac_exeext conftest.$ac_ext
19515 LIBS=$ac_check_lib_save_LIBS
19517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_clog10l" >&5
19518 $as_echo "$ac_cv_lib_m_clog10l" >&6; }
19519 if test "x$ac_cv_lib_m_clog10l" = x""yes; then :
19521 $as_echo "#define HAVE_CLOG10L 1" >>confdefs.h
19525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nextafterf in -lm" >&5
19526 $as_echo_n "checking for nextafterf in -lm... " >&6; }
19527 if test "${ac_cv_lib_m_nextafterf+set}" = set; then :
19528 $as_echo_n "(cached) " >&6
19529 else
19530 ac_check_lib_save_LIBS=$LIBS
19531 LIBS="-lm $LIBS"
19532 if test x$gcc_no_link = xyes; then
19533 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
19535 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19536 /* end confdefs.h. */
19538 /* Override any GCC internal prototype to avoid an error.
19539 Use char because int might match the return type of a GCC
19540 builtin and then its argument prototype would still apply. */
19541 #ifdef __cplusplus
19542 extern "C"
19543 #endif
19544 char nextafterf ();
19546 main ()
19548 return nextafterf ();
19550 return 0;
19552 _ACEOF
19553 if ac_fn_c_try_link "$LINENO"; then :
19554 ac_cv_lib_m_nextafterf=yes
19555 else
19556 ac_cv_lib_m_nextafterf=no
19558 rm -f core conftest.err conftest.$ac_objext \
19559 conftest$ac_exeext conftest.$ac_ext
19560 LIBS=$ac_check_lib_save_LIBS
19562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_nextafterf" >&5
19563 $as_echo "$ac_cv_lib_m_nextafterf" >&6; }
19564 if test "x$ac_cv_lib_m_nextafterf" = x""yes; then :
19566 $as_echo "#define HAVE_NEXTAFTERF 1" >>confdefs.h
19570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nextafter in -lm" >&5
19571 $as_echo_n "checking for nextafter in -lm... " >&6; }
19572 if test "${ac_cv_lib_m_nextafter+set}" = set; then :
19573 $as_echo_n "(cached) " >&6
19574 else
19575 ac_check_lib_save_LIBS=$LIBS
19576 LIBS="-lm $LIBS"
19577 if test x$gcc_no_link = xyes; then
19578 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
19580 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19581 /* end confdefs.h. */
19583 /* Override any GCC internal prototype to avoid an error.
19584 Use char because int might match the return type of a GCC
19585 builtin and then its argument prototype would still apply. */
19586 #ifdef __cplusplus
19587 extern "C"
19588 #endif
19589 char nextafter ();
19591 main ()
19593 return nextafter ();
19595 return 0;
19597 _ACEOF
19598 if ac_fn_c_try_link "$LINENO"; then :
19599 ac_cv_lib_m_nextafter=yes
19600 else
19601 ac_cv_lib_m_nextafter=no
19603 rm -f core conftest.err conftest.$ac_objext \
19604 conftest$ac_exeext conftest.$ac_ext
19605 LIBS=$ac_check_lib_save_LIBS
19607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_nextafter" >&5
19608 $as_echo "$ac_cv_lib_m_nextafter" >&6; }
19609 if test "x$ac_cv_lib_m_nextafter" = x""yes; then :
19611 $as_echo "#define HAVE_NEXTAFTER 1" >>confdefs.h
19615 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for nextafterl in -lm" >&5
19616 $as_echo_n "checking for nextafterl in -lm... " >&6; }
19617 if test "${ac_cv_lib_m_nextafterl+set}" = set; then :
19618 $as_echo_n "(cached) " >&6
19619 else
19620 ac_check_lib_save_LIBS=$LIBS
19621 LIBS="-lm $LIBS"
19622 if test x$gcc_no_link = xyes; then
19623 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
19625 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19626 /* end confdefs.h. */
19628 /* Override any GCC internal prototype to avoid an error.
19629 Use char because int might match the return type of a GCC
19630 builtin and then its argument prototype would still apply. */
19631 #ifdef __cplusplus
19632 extern "C"
19633 #endif
19634 char nextafterl ();
19636 main ()
19638 return nextafterl ();
19640 return 0;
19642 _ACEOF
19643 if ac_fn_c_try_link "$LINENO"; then :
19644 ac_cv_lib_m_nextafterl=yes
19645 else
19646 ac_cv_lib_m_nextafterl=no
19648 rm -f core conftest.err conftest.$ac_objext \
19649 conftest$ac_exeext conftest.$ac_ext
19650 LIBS=$ac_check_lib_save_LIBS
19652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_nextafterl" >&5
19653 $as_echo "$ac_cv_lib_m_nextafterl" >&6; }
19654 if test "x$ac_cv_lib_m_nextafterl" = x""yes; then :
19656 $as_echo "#define HAVE_NEXTAFTERL 1" >>confdefs.h
19660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for powf in -lm" >&5
19661 $as_echo_n "checking for powf in -lm... " >&6; }
19662 if test "${ac_cv_lib_m_powf+set}" = set; then :
19663 $as_echo_n "(cached) " >&6
19664 else
19665 ac_check_lib_save_LIBS=$LIBS
19666 LIBS="-lm $LIBS"
19667 if test x$gcc_no_link = xyes; then
19668 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
19670 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19671 /* end confdefs.h. */
19673 /* Override any GCC internal prototype to avoid an error.
19674 Use char because int might match the return type of a GCC
19675 builtin and then its argument prototype would still apply. */
19676 #ifdef __cplusplus
19677 extern "C"
19678 #endif
19679 char powf ();
19681 main ()
19683 return powf ();
19685 return 0;
19687 _ACEOF
19688 if ac_fn_c_try_link "$LINENO"; then :
19689 ac_cv_lib_m_powf=yes
19690 else
19691 ac_cv_lib_m_powf=no
19693 rm -f core conftest.err conftest.$ac_objext \
19694 conftest$ac_exeext conftest.$ac_ext
19695 LIBS=$ac_check_lib_save_LIBS
19697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_powf" >&5
19698 $as_echo "$ac_cv_lib_m_powf" >&6; }
19699 if test "x$ac_cv_lib_m_powf" = x""yes; then :
19701 $as_echo "#define HAVE_POWF 1" >>confdefs.h
19705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pow in -lm" >&5
19706 $as_echo_n "checking for pow in -lm... " >&6; }
19707 if test "${ac_cv_lib_m_pow+set}" = set; then :
19708 $as_echo_n "(cached) " >&6
19709 else
19710 ac_check_lib_save_LIBS=$LIBS
19711 LIBS="-lm $LIBS"
19712 if test x$gcc_no_link = xyes; then
19713 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
19715 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19716 /* end confdefs.h. */
19718 /* Override any GCC internal prototype to avoid an error.
19719 Use char because int might match the return type of a GCC
19720 builtin and then its argument prototype would still apply. */
19721 #ifdef __cplusplus
19722 extern "C"
19723 #endif
19724 char pow ();
19726 main ()
19728 return pow ();
19730 return 0;
19732 _ACEOF
19733 if ac_fn_c_try_link "$LINENO"; then :
19734 ac_cv_lib_m_pow=yes
19735 else
19736 ac_cv_lib_m_pow=no
19738 rm -f core conftest.err conftest.$ac_objext \
19739 conftest$ac_exeext conftest.$ac_ext
19740 LIBS=$ac_check_lib_save_LIBS
19742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_pow" >&5
19743 $as_echo "$ac_cv_lib_m_pow" >&6; }
19744 if test "x$ac_cv_lib_m_pow" = x""yes; then :
19746 $as_echo "#define HAVE_POW 1" >>confdefs.h
19750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for powl in -lm" >&5
19751 $as_echo_n "checking for powl in -lm... " >&6; }
19752 if test "${ac_cv_lib_m_powl+set}" = set; then :
19753 $as_echo_n "(cached) " >&6
19754 else
19755 ac_check_lib_save_LIBS=$LIBS
19756 LIBS="-lm $LIBS"
19757 if test x$gcc_no_link = xyes; then
19758 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
19760 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19761 /* end confdefs.h. */
19763 /* Override any GCC internal prototype to avoid an error.
19764 Use char because int might match the return type of a GCC
19765 builtin and then its argument prototype would still apply. */
19766 #ifdef __cplusplus
19767 extern "C"
19768 #endif
19769 char powl ();
19771 main ()
19773 return powl ();
19775 return 0;
19777 _ACEOF
19778 if ac_fn_c_try_link "$LINENO"; then :
19779 ac_cv_lib_m_powl=yes
19780 else
19781 ac_cv_lib_m_powl=no
19783 rm -f core conftest.err conftest.$ac_objext \
19784 conftest$ac_exeext conftest.$ac_ext
19785 LIBS=$ac_check_lib_save_LIBS
19787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_powl" >&5
19788 $as_echo "$ac_cv_lib_m_powl" >&6; }
19789 if test "x$ac_cv_lib_m_powl" = x""yes; then :
19791 $as_echo "#define HAVE_POWL 1" >>confdefs.h
19795 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cpowf in -lm" >&5
19796 $as_echo_n "checking for cpowf in -lm... " >&6; }
19797 if test "${ac_cv_lib_m_cpowf+set}" = set; then :
19798 $as_echo_n "(cached) " >&6
19799 else
19800 ac_check_lib_save_LIBS=$LIBS
19801 LIBS="-lm $LIBS"
19802 if test x$gcc_no_link = xyes; then
19803 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
19805 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19806 /* end confdefs.h. */
19808 /* Override any GCC internal prototype to avoid an error.
19809 Use char because int might match the return type of a GCC
19810 builtin and then its argument prototype would still apply. */
19811 #ifdef __cplusplus
19812 extern "C"
19813 #endif
19814 char cpowf ();
19816 main ()
19818 return cpowf ();
19820 return 0;
19822 _ACEOF
19823 if ac_fn_c_try_link "$LINENO"; then :
19824 ac_cv_lib_m_cpowf=yes
19825 else
19826 ac_cv_lib_m_cpowf=no
19828 rm -f core conftest.err conftest.$ac_objext \
19829 conftest$ac_exeext conftest.$ac_ext
19830 LIBS=$ac_check_lib_save_LIBS
19832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cpowf" >&5
19833 $as_echo "$ac_cv_lib_m_cpowf" >&6; }
19834 if test "x$ac_cv_lib_m_cpowf" = x""yes; then :
19836 $as_echo "#define HAVE_CPOWF 1" >>confdefs.h
19840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cpow in -lm" >&5
19841 $as_echo_n "checking for cpow in -lm... " >&6; }
19842 if test "${ac_cv_lib_m_cpow+set}" = set; then :
19843 $as_echo_n "(cached) " >&6
19844 else
19845 ac_check_lib_save_LIBS=$LIBS
19846 LIBS="-lm $LIBS"
19847 if test x$gcc_no_link = xyes; then
19848 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
19850 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19851 /* end confdefs.h. */
19853 /* Override any GCC internal prototype to avoid an error.
19854 Use char because int might match the return type of a GCC
19855 builtin and then its argument prototype would still apply. */
19856 #ifdef __cplusplus
19857 extern "C"
19858 #endif
19859 char cpow ();
19861 main ()
19863 return cpow ();
19865 return 0;
19867 _ACEOF
19868 if ac_fn_c_try_link "$LINENO"; then :
19869 ac_cv_lib_m_cpow=yes
19870 else
19871 ac_cv_lib_m_cpow=no
19873 rm -f core conftest.err conftest.$ac_objext \
19874 conftest$ac_exeext conftest.$ac_ext
19875 LIBS=$ac_check_lib_save_LIBS
19877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cpow" >&5
19878 $as_echo "$ac_cv_lib_m_cpow" >&6; }
19879 if test "x$ac_cv_lib_m_cpow" = x""yes; then :
19881 $as_echo "#define HAVE_CPOW 1" >>confdefs.h
19885 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cpowl in -lm" >&5
19886 $as_echo_n "checking for cpowl in -lm... " >&6; }
19887 if test "${ac_cv_lib_m_cpowl+set}" = set; then :
19888 $as_echo_n "(cached) " >&6
19889 else
19890 ac_check_lib_save_LIBS=$LIBS
19891 LIBS="-lm $LIBS"
19892 if test x$gcc_no_link = xyes; then
19893 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
19895 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19896 /* end confdefs.h. */
19898 /* Override any GCC internal prototype to avoid an error.
19899 Use char because int might match the return type of a GCC
19900 builtin and then its argument prototype would still apply. */
19901 #ifdef __cplusplus
19902 extern "C"
19903 #endif
19904 char cpowl ();
19906 main ()
19908 return cpowl ();
19910 return 0;
19912 _ACEOF
19913 if ac_fn_c_try_link "$LINENO"; then :
19914 ac_cv_lib_m_cpowl=yes
19915 else
19916 ac_cv_lib_m_cpowl=no
19918 rm -f core conftest.err conftest.$ac_objext \
19919 conftest$ac_exeext conftest.$ac_ext
19920 LIBS=$ac_check_lib_save_LIBS
19922 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cpowl" >&5
19923 $as_echo "$ac_cv_lib_m_cpowl" >&6; }
19924 if test "x$ac_cv_lib_m_cpowl" = x""yes; then :
19926 $as_echo "#define HAVE_CPOWL 1" >>confdefs.h
19930 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for roundf in -lm" >&5
19931 $as_echo_n "checking for roundf in -lm... " >&6; }
19932 if test "${ac_cv_lib_m_roundf+set}" = set; then :
19933 $as_echo_n "(cached) " >&6
19934 else
19935 ac_check_lib_save_LIBS=$LIBS
19936 LIBS="-lm $LIBS"
19937 if test x$gcc_no_link = xyes; then
19938 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
19940 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19941 /* end confdefs.h. */
19943 /* Override any GCC internal prototype to avoid an error.
19944 Use char because int might match the return type of a GCC
19945 builtin and then its argument prototype would still apply. */
19946 #ifdef __cplusplus
19947 extern "C"
19948 #endif
19949 char roundf ();
19951 main ()
19953 return roundf ();
19955 return 0;
19957 _ACEOF
19958 if ac_fn_c_try_link "$LINENO"; then :
19959 ac_cv_lib_m_roundf=yes
19960 else
19961 ac_cv_lib_m_roundf=no
19963 rm -f core conftest.err conftest.$ac_objext \
19964 conftest$ac_exeext conftest.$ac_ext
19965 LIBS=$ac_check_lib_save_LIBS
19967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_roundf" >&5
19968 $as_echo "$ac_cv_lib_m_roundf" >&6; }
19969 if test "x$ac_cv_lib_m_roundf" = x""yes; then :
19971 $as_echo "#define HAVE_ROUNDF 1" >>confdefs.h
19975 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for round in -lm" >&5
19976 $as_echo_n "checking for round in -lm... " >&6; }
19977 if test "${ac_cv_lib_m_round+set}" = set; then :
19978 $as_echo_n "(cached) " >&6
19979 else
19980 ac_check_lib_save_LIBS=$LIBS
19981 LIBS="-lm $LIBS"
19982 if test x$gcc_no_link = xyes; then
19983 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
19985 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
19986 /* end confdefs.h. */
19988 /* Override any GCC internal prototype to avoid an error.
19989 Use char because int might match the return type of a GCC
19990 builtin and then its argument prototype would still apply. */
19991 #ifdef __cplusplus
19992 extern "C"
19993 #endif
19994 char round ();
19996 main ()
19998 return round ();
20000 return 0;
20002 _ACEOF
20003 if ac_fn_c_try_link "$LINENO"; then :
20004 ac_cv_lib_m_round=yes
20005 else
20006 ac_cv_lib_m_round=no
20008 rm -f core conftest.err conftest.$ac_objext \
20009 conftest$ac_exeext conftest.$ac_ext
20010 LIBS=$ac_check_lib_save_LIBS
20012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_round" >&5
20013 $as_echo "$ac_cv_lib_m_round" >&6; }
20014 if test "x$ac_cv_lib_m_round" = x""yes; then :
20016 $as_echo "#define HAVE_ROUND 1" >>confdefs.h
20020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for roundl in -lm" >&5
20021 $as_echo_n "checking for roundl in -lm... " >&6; }
20022 if test "${ac_cv_lib_m_roundl+set}" = set; then :
20023 $as_echo_n "(cached) " >&6
20024 else
20025 ac_check_lib_save_LIBS=$LIBS
20026 LIBS="-lm $LIBS"
20027 if test x$gcc_no_link = xyes; then
20028 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
20030 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20031 /* end confdefs.h. */
20033 /* Override any GCC internal prototype to avoid an error.
20034 Use char because int might match the return type of a GCC
20035 builtin and then its argument prototype would still apply. */
20036 #ifdef __cplusplus
20037 extern "C"
20038 #endif
20039 char roundl ();
20041 main ()
20043 return roundl ();
20045 return 0;
20047 _ACEOF
20048 if ac_fn_c_try_link "$LINENO"; then :
20049 ac_cv_lib_m_roundl=yes
20050 else
20051 ac_cv_lib_m_roundl=no
20053 rm -f core conftest.err conftest.$ac_objext \
20054 conftest$ac_exeext conftest.$ac_ext
20055 LIBS=$ac_check_lib_save_LIBS
20057 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_roundl" >&5
20058 $as_echo "$ac_cv_lib_m_roundl" >&6; }
20059 if test "x$ac_cv_lib_m_roundl" = x""yes; then :
20061 $as_echo "#define HAVE_ROUNDL 1" >>confdefs.h
20065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lroundf in -lm" >&5
20066 $as_echo_n "checking for lroundf in -lm... " >&6; }
20067 if test "${ac_cv_lib_m_lroundf+set}" = set; then :
20068 $as_echo_n "(cached) " >&6
20069 else
20070 ac_check_lib_save_LIBS=$LIBS
20071 LIBS="-lm $LIBS"
20072 if test x$gcc_no_link = xyes; then
20073 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
20075 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20076 /* end confdefs.h. */
20078 /* Override any GCC internal prototype to avoid an error.
20079 Use char because int might match the return type of a GCC
20080 builtin and then its argument prototype would still apply. */
20081 #ifdef __cplusplus
20082 extern "C"
20083 #endif
20084 char lroundf ();
20086 main ()
20088 return lroundf ();
20090 return 0;
20092 _ACEOF
20093 if ac_fn_c_try_link "$LINENO"; then :
20094 ac_cv_lib_m_lroundf=yes
20095 else
20096 ac_cv_lib_m_lroundf=no
20098 rm -f core conftest.err conftest.$ac_objext \
20099 conftest$ac_exeext conftest.$ac_ext
20100 LIBS=$ac_check_lib_save_LIBS
20102 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_lroundf" >&5
20103 $as_echo "$ac_cv_lib_m_lroundf" >&6; }
20104 if test "x$ac_cv_lib_m_lroundf" = x""yes; then :
20106 $as_echo "#define HAVE_LROUNDF 1" >>confdefs.h
20110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lround in -lm" >&5
20111 $as_echo_n "checking for lround in -lm... " >&6; }
20112 if test "${ac_cv_lib_m_lround+set}" = set; then :
20113 $as_echo_n "(cached) " >&6
20114 else
20115 ac_check_lib_save_LIBS=$LIBS
20116 LIBS="-lm $LIBS"
20117 if test x$gcc_no_link = xyes; then
20118 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
20120 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20121 /* end confdefs.h. */
20123 /* Override any GCC internal prototype to avoid an error.
20124 Use char because int might match the return type of a GCC
20125 builtin and then its argument prototype would still apply. */
20126 #ifdef __cplusplus
20127 extern "C"
20128 #endif
20129 char lround ();
20131 main ()
20133 return lround ();
20135 return 0;
20137 _ACEOF
20138 if ac_fn_c_try_link "$LINENO"; then :
20139 ac_cv_lib_m_lround=yes
20140 else
20141 ac_cv_lib_m_lround=no
20143 rm -f core conftest.err conftest.$ac_objext \
20144 conftest$ac_exeext conftest.$ac_ext
20145 LIBS=$ac_check_lib_save_LIBS
20147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_lround" >&5
20148 $as_echo "$ac_cv_lib_m_lround" >&6; }
20149 if test "x$ac_cv_lib_m_lround" = x""yes; then :
20151 $as_echo "#define HAVE_LROUND 1" >>confdefs.h
20155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lroundl in -lm" >&5
20156 $as_echo_n "checking for lroundl in -lm... " >&6; }
20157 if test "${ac_cv_lib_m_lroundl+set}" = set; then :
20158 $as_echo_n "(cached) " >&6
20159 else
20160 ac_check_lib_save_LIBS=$LIBS
20161 LIBS="-lm $LIBS"
20162 if test x$gcc_no_link = xyes; then
20163 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
20165 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20166 /* end confdefs.h. */
20168 /* Override any GCC internal prototype to avoid an error.
20169 Use char because int might match the return type of a GCC
20170 builtin and then its argument prototype would still apply. */
20171 #ifdef __cplusplus
20172 extern "C"
20173 #endif
20174 char lroundl ();
20176 main ()
20178 return lroundl ();
20180 return 0;
20182 _ACEOF
20183 if ac_fn_c_try_link "$LINENO"; then :
20184 ac_cv_lib_m_lroundl=yes
20185 else
20186 ac_cv_lib_m_lroundl=no
20188 rm -f core conftest.err conftest.$ac_objext \
20189 conftest$ac_exeext conftest.$ac_ext
20190 LIBS=$ac_check_lib_save_LIBS
20192 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_lroundl" >&5
20193 $as_echo "$ac_cv_lib_m_lroundl" >&6; }
20194 if test "x$ac_cv_lib_m_lroundl" = x""yes; then :
20196 $as_echo "#define HAVE_LROUNDL 1" >>confdefs.h
20200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for llroundf in -lm" >&5
20201 $as_echo_n "checking for llroundf in -lm... " >&6; }
20202 if test "${ac_cv_lib_m_llroundf+set}" = set; then :
20203 $as_echo_n "(cached) " >&6
20204 else
20205 ac_check_lib_save_LIBS=$LIBS
20206 LIBS="-lm $LIBS"
20207 if test x$gcc_no_link = xyes; then
20208 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
20210 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20211 /* end confdefs.h. */
20213 /* Override any GCC internal prototype to avoid an error.
20214 Use char because int might match the return type of a GCC
20215 builtin and then its argument prototype would still apply. */
20216 #ifdef __cplusplus
20217 extern "C"
20218 #endif
20219 char llroundf ();
20221 main ()
20223 return llroundf ();
20225 return 0;
20227 _ACEOF
20228 if ac_fn_c_try_link "$LINENO"; then :
20229 ac_cv_lib_m_llroundf=yes
20230 else
20231 ac_cv_lib_m_llroundf=no
20233 rm -f core conftest.err conftest.$ac_objext \
20234 conftest$ac_exeext conftest.$ac_ext
20235 LIBS=$ac_check_lib_save_LIBS
20237 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_llroundf" >&5
20238 $as_echo "$ac_cv_lib_m_llroundf" >&6; }
20239 if test "x$ac_cv_lib_m_llroundf" = x""yes; then :
20241 $as_echo "#define HAVE_LLROUNDF 1" >>confdefs.h
20245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for llround in -lm" >&5
20246 $as_echo_n "checking for llround in -lm... " >&6; }
20247 if test "${ac_cv_lib_m_llround+set}" = set; then :
20248 $as_echo_n "(cached) " >&6
20249 else
20250 ac_check_lib_save_LIBS=$LIBS
20251 LIBS="-lm $LIBS"
20252 if test x$gcc_no_link = xyes; then
20253 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
20255 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20256 /* end confdefs.h. */
20258 /* Override any GCC internal prototype to avoid an error.
20259 Use char because int might match the return type of a GCC
20260 builtin and then its argument prototype would still apply. */
20261 #ifdef __cplusplus
20262 extern "C"
20263 #endif
20264 char llround ();
20266 main ()
20268 return llround ();
20270 return 0;
20272 _ACEOF
20273 if ac_fn_c_try_link "$LINENO"; then :
20274 ac_cv_lib_m_llround=yes
20275 else
20276 ac_cv_lib_m_llround=no
20278 rm -f core conftest.err conftest.$ac_objext \
20279 conftest$ac_exeext conftest.$ac_ext
20280 LIBS=$ac_check_lib_save_LIBS
20282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_llround" >&5
20283 $as_echo "$ac_cv_lib_m_llround" >&6; }
20284 if test "x$ac_cv_lib_m_llround" = x""yes; then :
20286 $as_echo "#define HAVE_LLROUND 1" >>confdefs.h
20290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for llroundl in -lm" >&5
20291 $as_echo_n "checking for llroundl in -lm... " >&6; }
20292 if test "${ac_cv_lib_m_llroundl+set}" = set; then :
20293 $as_echo_n "(cached) " >&6
20294 else
20295 ac_check_lib_save_LIBS=$LIBS
20296 LIBS="-lm $LIBS"
20297 if test x$gcc_no_link = xyes; then
20298 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
20300 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20301 /* end confdefs.h. */
20303 /* Override any GCC internal prototype to avoid an error.
20304 Use char because int might match the return type of a GCC
20305 builtin and then its argument prototype would still apply. */
20306 #ifdef __cplusplus
20307 extern "C"
20308 #endif
20309 char llroundl ();
20311 main ()
20313 return llroundl ();
20315 return 0;
20317 _ACEOF
20318 if ac_fn_c_try_link "$LINENO"; then :
20319 ac_cv_lib_m_llroundl=yes
20320 else
20321 ac_cv_lib_m_llroundl=no
20323 rm -f core conftest.err conftest.$ac_objext \
20324 conftest$ac_exeext conftest.$ac_ext
20325 LIBS=$ac_check_lib_save_LIBS
20327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_llroundl" >&5
20328 $as_echo "$ac_cv_lib_m_llroundl" >&6; }
20329 if test "x$ac_cv_lib_m_llroundl" = x""yes; then :
20331 $as_echo "#define HAVE_LLROUNDL 1" >>confdefs.h
20335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for scalbnf in -lm" >&5
20336 $as_echo_n "checking for scalbnf in -lm... " >&6; }
20337 if test "${ac_cv_lib_m_scalbnf+set}" = set; then :
20338 $as_echo_n "(cached) " >&6
20339 else
20340 ac_check_lib_save_LIBS=$LIBS
20341 LIBS="-lm $LIBS"
20342 if test x$gcc_no_link = xyes; then
20343 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
20345 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20346 /* end confdefs.h. */
20348 /* Override any GCC internal prototype to avoid an error.
20349 Use char because int might match the return type of a GCC
20350 builtin and then its argument prototype would still apply. */
20351 #ifdef __cplusplus
20352 extern "C"
20353 #endif
20354 char scalbnf ();
20356 main ()
20358 return scalbnf ();
20360 return 0;
20362 _ACEOF
20363 if ac_fn_c_try_link "$LINENO"; then :
20364 ac_cv_lib_m_scalbnf=yes
20365 else
20366 ac_cv_lib_m_scalbnf=no
20368 rm -f core conftest.err conftest.$ac_objext \
20369 conftest$ac_exeext conftest.$ac_ext
20370 LIBS=$ac_check_lib_save_LIBS
20372 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_scalbnf" >&5
20373 $as_echo "$ac_cv_lib_m_scalbnf" >&6; }
20374 if test "x$ac_cv_lib_m_scalbnf" = x""yes; then :
20376 $as_echo "#define HAVE_SCALBNF 1" >>confdefs.h
20380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for scalbn in -lm" >&5
20381 $as_echo_n "checking for scalbn in -lm... " >&6; }
20382 if test "${ac_cv_lib_m_scalbn+set}" = set; then :
20383 $as_echo_n "(cached) " >&6
20384 else
20385 ac_check_lib_save_LIBS=$LIBS
20386 LIBS="-lm $LIBS"
20387 if test x$gcc_no_link = xyes; then
20388 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
20390 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20391 /* end confdefs.h. */
20393 /* Override any GCC internal prototype to avoid an error.
20394 Use char because int might match the return type of a GCC
20395 builtin and then its argument prototype would still apply. */
20396 #ifdef __cplusplus
20397 extern "C"
20398 #endif
20399 char scalbn ();
20401 main ()
20403 return scalbn ();
20405 return 0;
20407 _ACEOF
20408 if ac_fn_c_try_link "$LINENO"; then :
20409 ac_cv_lib_m_scalbn=yes
20410 else
20411 ac_cv_lib_m_scalbn=no
20413 rm -f core conftest.err conftest.$ac_objext \
20414 conftest$ac_exeext conftest.$ac_ext
20415 LIBS=$ac_check_lib_save_LIBS
20417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_scalbn" >&5
20418 $as_echo "$ac_cv_lib_m_scalbn" >&6; }
20419 if test "x$ac_cv_lib_m_scalbn" = x""yes; then :
20421 $as_echo "#define HAVE_SCALBN 1" >>confdefs.h
20425 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for scalbnl in -lm" >&5
20426 $as_echo_n "checking for scalbnl in -lm... " >&6; }
20427 if test "${ac_cv_lib_m_scalbnl+set}" = set; then :
20428 $as_echo_n "(cached) " >&6
20429 else
20430 ac_check_lib_save_LIBS=$LIBS
20431 LIBS="-lm $LIBS"
20432 if test x$gcc_no_link = xyes; then
20433 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
20435 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20436 /* end confdefs.h. */
20438 /* Override any GCC internal prototype to avoid an error.
20439 Use char because int might match the return type of a GCC
20440 builtin and then its argument prototype would still apply. */
20441 #ifdef __cplusplus
20442 extern "C"
20443 #endif
20444 char scalbnl ();
20446 main ()
20448 return scalbnl ();
20450 return 0;
20452 _ACEOF
20453 if ac_fn_c_try_link "$LINENO"; then :
20454 ac_cv_lib_m_scalbnl=yes
20455 else
20456 ac_cv_lib_m_scalbnl=no
20458 rm -f core conftest.err conftest.$ac_objext \
20459 conftest$ac_exeext conftest.$ac_ext
20460 LIBS=$ac_check_lib_save_LIBS
20462 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_scalbnl" >&5
20463 $as_echo "$ac_cv_lib_m_scalbnl" >&6; }
20464 if test "x$ac_cv_lib_m_scalbnl" = x""yes; then :
20466 $as_echo "#define HAVE_SCALBNL 1" >>confdefs.h
20470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sinf in -lm" >&5
20471 $as_echo_n "checking for sinf in -lm... " >&6; }
20472 if test "${ac_cv_lib_m_sinf+set}" = set; then :
20473 $as_echo_n "(cached) " >&6
20474 else
20475 ac_check_lib_save_LIBS=$LIBS
20476 LIBS="-lm $LIBS"
20477 if test x$gcc_no_link = xyes; then
20478 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
20480 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20481 /* end confdefs.h. */
20483 /* Override any GCC internal prototype to avoid an error.
20484 Use char because int might match the return type of a GCC
20485 builtin and then its argument prototype would still apply. */
20486 #ifdef __cplusplus
20487 extern "C"
20488 #endif
20489 char sinf ();
20491 main ()
20493 return sinf ();
20495 return 0;
20497 _ACEOF
20498 if ac_fn_c_try_link "$LINENO"; then :
20499 ac_cv_lib_m_sinf=yes
20500 else
20501 ac_cv_lib_m_sinf=no
20503 rm -f core conftest.err conftest.$ac_objext \
20504 conftest$ac_exeext conftest.$ac_ext
20505 LIBS=$ac_check_lib_save_LIBS
20507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sinf" >&5
20508 $as_echo "$ac_cv_lib_m_sinf" >&6; }
20509 if test "x$ac_cv_lib_m_sinf" = x""yes; then :
20511 $as_echo "#define HAVE_SINF 1" >>confdefs.h
20515 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sin in -lm" >&5
20516 $as_echo_n "checking for sin in -lm... " >&6; }
20517 if test "${ac_cv_lib_m_sin+set}" = set; then :
20518 $as_echo_n "(cached) " >&6
20519 else
20520 ac_check_lib_save_LIBS=$LIBS
20521 LIBS="-lm $LIBS"
20522 if test x$gcc_no_link = xyes; then
20523 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
20525 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20526 /* end confdefs.h. */
20528 /* Override any GCC internal prototype to avoid an error.
20529 Use char because int might match the return type of a GCC
20530 builtin and then its argument prototype would still apply. */
20531 #ifdef __cplusplus
20532 extern "C"
20533 #endif
20534 char sin ();
20536 main ()
20538 return sin ();
20540 return 0;
20542 _ACEOF
20543 if ac_fn_c_try_link "$LINENO"; then :
20544 ac_cv_lib_m_sin=yes
20545 else
20546 ac_cv_lib_m_sin=no
20548 rm -f core conftest.err conftest.$ac_objext \
20549 conftest$ac_exeext conftest.$ac_ext
20550 LIBS=$ac_check_lib_save_LIBS
20552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sin" >&5
20553 $as_echo "$ac_cv_lib_m_sin" >&6; }
20554 if test "x$ac_cv_lib_m_sin" = x""yes; then :
20556 $as_echo "#define HAVE_SIN 1" >>confdefs.h
20560 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sinl in -lm" >&5
20561 $as_echo_n "checking for sinl in -lm... " >&6; }
20562 if test "${ac_cv_lib_m_sinl+set}" = set; then :
20563 $as_echo_n "(cached) " >&6
20564 else
20565 ac_check_lib_save_LIBS=$LIBS
20566 LIBS="-lm $LIBS"
20567 if test x$gcc_no_link = xyes; then
20568 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
20570 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20571 /* end confdefs.h. */
20573 /* Override any GCC internal prototype to avoid an error.
20574 Use char because int might match the return type of a GCC
20575 builtin and then its argument prototype would still apply. */
20576 #ifdef __cplusplus
20577 extern "C"
20578 #endif
20579 char sinl ();
20581 main ()
20583 return sinl ();
20585 return 0;
20587 _ACEOF
20588 if ac_fn_c_try_link "$LINENO"; then :
20589 ac_cv_lib_m_sinl=yes
20590 else
20591 ac_cv_lib_m_sinl=no
20593 rm -f core conftest.err conftest.$ac_objext \
20594 conftest$ac_exeext conftest.$ac_ext
20595 LIBS=$ac_check_lib_save_LIBS
20597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sinl" >&5
20598 $as_echo "$ac_cv_lib_m_sinl" >&6; }
20599 if test "x$ac_cv_lib_m_sinl" = x""yes; then :
20601 $as_echo "#define HAVE_SINL 1" >>confdefs.h
20605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for csinf in -lm" >&5
20606 $as_echo_n "checking for csinf in -lm... " >&6; }
20607 if test "${ac_cv_lib_m_csinf+set}" = set; then :
20608 $as_echo_n "(cached) " >&6
20609 else
20610 ac_check_lib_save_LIBS=$LIBS
20611 LIBS="-lm $LIBS"
20612 if test x$gcc_no_link = xyes; then
20613 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
20615 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20616 /* end confdefs.h. */
20618 /* Override any GCC internal prototype to avoid an error.
20619 Use char because int might match the return type of a GCC
20620 builtin and then its argument prototype would still apply. */
20621 #ifdef __cplusplus
20622 extern "C"
20623 #endif
20624 char csinf ();
20626 main ()
20628 return csinf ();
20630 return 0;
20632 _ACEOF
20633 if ac_fn_c_try_link "$LINENO"; then :
20634 ac_cv_lib_m_csinf=yes
20635 else
20636 ac_cv_lib_m_csinf=no
20638 rm -f core conftest.err conftest.$ac_objext \
20639 conftest$ac_exeext conftest.$ac_ext
20640 LIBS=$ac_check_lib_save_LIBS
20642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_csinf" >&5
20643 $as_echo "$ac_cv_lib_m_csinf" >&6; }
20644 if test "x$ac_cv_lib_m_csinf" = x""yes; then :
20646 $as_echo "#define HAVE_CSINF 1" >>confdefs.h
20650 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for csin in -lm" >&5
20651 $as_echo_n "checking for csin in -lm... " >&6; }
20652 if test "${ac_cv_lib_m_csin+set}" = set; then :
20653 $as_echo_n "(cached) " >&6
20654 else
20655 ac_check_lib_save_LIBS=$LIBS
20656 LIBS="-lm $LIBS"
20657 if test x$gcc_no_link = xyes; then
20658 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
20660 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20661 /* end confdefs.h. */
20663 /* Override any GCC internal prototype to avoid an error.
20664 Use char because int might match the return type of a GCC
20665 builtin and then its argument prototype would still apply. */
20666 #ifdef __cplusplus
20667 extern "C"
20668 #endif
20669 char csin ();
20671 main ()
20673 return csin ();
20675 return 0;
20677 _ACEOF
20678 if ac_fn_c_try_link "$LINENO"; then :
20679 ac_cv_lib_m_csin=yes
20680 else
20681 ac_cv_lib_m_csin=no
20683 rm -f core conftest.err conftest.$ac_objext \
20684 conftest$ac_exeext conftest.$ac_ext
20685 LIBS=$ac_check_lib_save_LIBS
20687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_csin" >&5
20688 $as_echo "$ac_cv_lib_m_csin" >&6; }
20689 if test "x$ac_cv_lib_m_csin" = x""yes; then :
20691 $as_echo "#define HAVE_CSIN 1" >>confdefs.h
20695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for csinl in -lm" >&5
20696 $as_echo_n "checking for csinl in -lm... " >&6; }
20697 if test "${ac_cv_lib_m_csinl+set}" = set; then :
20698 $as_echo_n "(cached) " >&6
20699 else
20700 ac_check_lib_save_LIBS=$LIBS
20701 LIBS="-lm $LIBS"
20702 if test x$gcc_no_link = xyes; then
20703 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
20705 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20706 /* end confdefs.h. */
20708 /* Override any GCC internal prototype to avoid an error.
20709 Use char because int might match the return type of a GCC
20710 builtin and then its argument prototype would still apply. */
20711 #ifdef __cplusplus
20712 extern "C"
20713 #endif
20714 char csinl ();
20716 main ()
20718 return csinl ();
20720 return 0;
20722 _ACEOF
20723 if ac_fn_c_try_link "$LINENO"; then :
20724 ac_cv_lib_m_csinl=yes
20725 else
20726 ac_cv_lib_m_csinl=no
20728 rm -f core conftest.err conftest.$ac_objext \
20729 conftest$ac_exeext conftest.$ac_ext
20730 LIBS=$ac_check_lib_save_LIBS
20732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_csinl" >&5
20733 $as_echo "$ac_cv_lib_m_csinl" >&6; }
20734 if test "x$ac_cv_lib_m_csinl" = x""yes; then :
20736 $as_echo "#define HAVE_CSINL 1" >>confdefs.h
20740 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sinhf in -lm" >&5
20741 $as_echo_n "checking for sinhf in -lm... " >&6; }
20742 if test "${ac_cv_lib_m_sinhf+set}" = set; then :
20743 $as_echo_n "(cached) " >&6
20744 else
20745 ac_check_lib_save_LIBS=$LIBS
20746 LIBS="-lm $LIBS"
20747 if test x$gcc_no_link = xyes; then
20748 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
20750 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20751 /* end confdefs.h. */
20753 /* Override any GCC internal prototype to avoid an error.
20754 Use char because int might match the return type of a GCC
20755 builtin and then its argument prototype would still apply. */
20756 #ifdef __cplusplus
20757 extern "C"
20758 #endif
20759 char sinhf ();
20761 main ()
20763 return sinhf ();
20765 return 0;
20767 _ACEOF
20768 if ac_fn_c_try_link "$LINENO"; then :
20769 ac_cv_lib_m_sinhf=yes
20770 else
20771 ac_cv_lib_m_sinhf=no
20773 rm -f core conftest.err conftest.$ac_objext \
20774 conftest$ac_exeext conftest.$ac_ext
20775 LIBS=$ac_check_lib_save_LIBS
20777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sinhf" >&5
20778 $as_echo "$ac_cv_lib_m_sinhf" >&6; }
20779 if test "x$ac_cv_lib_m_sinhf" = x""yes; then :
20781 $as_echo "#define HAVE_SINHF 1" >>confdefs.h
20785 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sinh in -lm" >&5
20786 $as_echo_n "checking for sinh in -lm... " >&6; }
20787 if test "${ac_cv_lib_m_sinh+set}" = set; then :
20788 $as_echo_n "(cached) " >&6
20789 else
20790 ac_check_lib_save_LIBS=$LIBS
20791 LIBS="-lm $LIBS"
20792 if test x$gcc_no_link = xyes; then
20793 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
20795 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20796 /* end confdefs.h. */
20798 /* Override any GCC internal prototype to avoid an error.
20799 Use char because int might match the return type of a GCC
20800 builtin and then its argument prototype would still apply. */
20801 #ifdef __cplusplus
20802 extern "C"
20803 #endif
20804 char sinh ();
20806 main ()
20808 return sinh ();
20810 return 0;
20812 _ACEOF
20813 if ac_fn_c_try_link "$LINENO"; then :
20814 ac_cv_lib_m_sinh=yes
20815 else
20816 ac_cv_lib_m_sinh=no
20818 rm -f core conftest.err conftest.$ac_objext \
20819 conftest$ac_exeext conftest.$ac_ext
20820 LIBS=$ac_check_lib_save_LIBS
20822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sinh" >&5
20823 $as_echo "$ac_cv_lib_m_sinh" >&6; }
20824 if test "x$ac_cv_lib_m_sinh" = x""yes; then :
20826 $as_echo "#define HAVE_SINH 1" >>confdefs.h
20830 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sinhl in -lm" >&5
20831 $as_echo_n "checking for sinhl in -lm... " >&6; }
20832 if test "${ac_cv_lib_m_sinhl+set}" = set; then :
20833 $as_echo_n "(cached) " >&6
20834 else
20835 ac_check_lib_save_LIBS=$LIBS
20836 LIBS="-lm $LIBS"
20837 if test x$gcc_no_link = xyes; then
20838 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
20840 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20841 /* end confdefs.h. */
20843 /* Override any GCC internal prototype to avoid an error.
20844 Use char because int might match the return type of a GCC
20845 builtin and then its argument prototype would still apply. */
20846 #ifdef __cplusplus
20847 extern "C"
20848 #endif
20849 char sinhl ();
20851 main ()
20853 return sinhl ();
20855 return 0;
20857 _ACEOF
20858 if ac_fn_c_try_link "$LINENO"; then :
20859 ac_cv_lib_m_sinhl=yes
20860 else
20861 ac_cv_lib_m_sinhl=no
20863 rm -f core conftest.err conftest.$ac_objext \
20864 conftest$ac_exeext conftest.$ac_ext
20865 LIBS=$ac_check_lib_save_LIBS
20867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sinhl" >&5
20868 $as_echo "$ac_cv_lib_m_sinhl" >&6; }
20869 if test "x$ac_cv_lib_m_sinhl" = x""yes; then :
20871 $as_echo "#define HAVE_SINHL 1" >>confdefs.h
20875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for csinhf in -lm" >&5
20876 $as_echo_n "checking for csinhf in -lm... " >&6; }
20877 if test "${ac_cv_lib_m_csinhf+set}" = set; then :
20878 $as_echo_n "(cached) " >&6
20879 else
20880 ac_check_lib_save_LIBS=$LIBS
20881 LIBS="-lm $LIBS"
20882 if test x$gcc_no_link = xyes; then
20883 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
20885 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20886 /* end confdefs.h. */
20888 /* Override any GCC internal prototype to avoid an error.
20889 Use char because int might match the return type of a GCC
20890 builtin and then its argument prototype would still apply. */
20891 #ifdef __cplusplus
20892 extern "C"
20893 #endif
20894 char csinhf ();
20896 main ()
20898 return csinhf ();
20900 return 0;
20902 _ACEOF
20903 if ac_fn_c_try_link "$LINENO"; then :
20904 ac_cv_lib_m_csinhf=yes
20905 else
20906 ac_cv_lib_m_csinhf=no
20908 rm -f core conftest.err conftest.$ac_objext \
20909 conftest$ac_exeext conftest.$ac_ext
20910 LIBS=$ac_check_lib_save_LIBS
20912 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_csinhf" >&5
20913 $as_echo "$ac_cv_lib_m_csinhf" >&6; }
20914 if test "x$ac_cv_lib_m_csinhf" = x""yes; then :
20916 $as_echo "#define HAVE_CSINHF 1" >>confdefs.h
20920 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for csinh in -lm" >&5
20921 $as_echo_n "checking for csinh in -lm... " >&6; }
20922 if test "${ac_cv_lib_m_csinh+set}" = set; then :
20923 $as_echo_n "(cached) " >&6
20924 else
20925 ac_check_lib_save_LIBS=$LIBS
20926 LIBS="-lm $LIBS"
20927 if test x$gcc_no_link = xyes; then
20928 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
20930 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20931 /* end confdefs.h. */
20933 /* Override any GCC internal prototype to avoid an error.
20934 Use char because int might match the return type of a GCC
20935 builtin and then its argument prototype would still apply. */
20936 #ifdef __cplusplus
20937 extern "C"
20938 #endif
20939 char csinh ();
20941 main ()
20943 return csinh ();
20945 return 0;
20947 _ACEOF
20948 if ac_fn_c_try_link "$LINENO"; then :
20949 ac_cv_lib_m_csinh=yes
20950 else
20951 ac_cv_lib_m_csinh=no
20953 rm -f core conftest.err conftest.$ac_objext \
20954 conftest$ac_exeext conftest.$ac_ext
20955 LIBS=$ac_check_lib_save_LIBS
20957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_csinh" >&5
20958 $as_echo "$ac_cv_lib_m_csinh" >&6; }
20959 if test "x$ac_cv_lib_m_csinh" = x""yes; then :
20961 $as_echo "#define HAVE_CSINH 1" >>confdefs.h
20965 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for csinhl in -lm" >&5
20966 $as_echo_n "checking for csinhl in -lm... " >&6; }
20967 if test "${ac_cv_lib_m_csinhl+set}" = set; then :
20968 $as_echo_n "(cached) " >&6
20969 else
20970 ac_check_lib_save_LIBS=$LIBS
20971 LIBS="-lm $LIBS"
20972 if test x$gcc_no_link = xyes; then
20973 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
20975 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
20976 /* end confdefs.h. */
20978 /* Override any GCC internal prototype to avoid an error.
20979 Use char because int might match the return type of a GCC
20980 builtin and then its argument prototype would still apply. */
20981 #ifdef __cplusplus
20982 extern "C"
20983 #endif
20984 char csinhl ();
20986 main ()
20988 return csinhl ();
20990 return 0;
20992 _ACEOF
20993 if ac_fn_c_try_link "$LINENO"; then :
20994 ac_cv_lib_m_csinhl=yes
20995 else
20996 ac_cv_lib_m_csinhl=no
20998 rm -f core conftest.err conftest.$ac_objext \
20999 conftest$ac_exeext conftest.$ac_ext
21000 LIBS=$ac_check_lib_save_LIBS
21002 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_csinhl" >&5
21003 $as_echo "$ac_cv_lib_m_csinhl" >&6; }
21004 if test "x$ac_cv_lib_m_csinhl" = x""yes; then :
21006 $as_echo "#define HAVE_CSINHL 1" >>confdefs.h
21010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrtf in -lm" >&5
21011 $as_echo_n "checking for sqrtf in -lm... " >&6; }
21012 if test "${ac_cv_lib_m_sqrtf+set}" = set; then :
21013 $as_echo_n "(cached) " >&6
21014 else
21015 ac_check_lib_save_LIBS=$LIBS
21016 LIBS="-lm $LIBS"
21017 if test x$gcc_no_link = xyes; then
21018 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
21020 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21021 /* end confdefs.h. */
21023 /* Override any GCC internal prototype to avoid an error.
21024 Use char because int might match the return type of a GCC
21025 builtin and then its argument prototype would still apply. */
21026 #ifdef __cplusplus
21027 extern "C"
21028 #endif
21029 char sqrtf ();
21031 main ()
21033 return sqrtf ();
21035 return 0;
21037 _ACEOF
21038 if ac_fn_c_try_link "$LINENO"; then :
21039 ac_cv_lib_m_sqrtf=yes
21040 else
21041 ac_cv_lib_m_sqrtf=no
21043 rm -f core conftest.err conftest.$ac_objext \
21044 conftest$ac_exeext conftest.$ac_ext
21045 LIBS=$ac_check_lib_save_LIBS
21047 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sqrtf" >&5
21048 $as_echo "$ac_cv_lib_m_sqrtf" >&6; }
21049 if test "x$ac_cv_lib_m_sqrtf" = x""yes; then :
21051 $as_echo "#define HAVE_SQRTF 1" >>confdefs.h
21055 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrt in -lm" >&5
21056 $as_echo_n "checking for sqrt in -lm... " >&6; }
21057 if test "${ac_cv_lib_m_sqrt+set}" = set; then :
21058 $as_echo_n "(cached) " >&6
21059 else
21060 ac_check_lib_save_LIBS=$LIBS
21061 LIBS="-lm $LIBS"
21062 if test x$gcc_no_link = xyes; then
21063 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
21065 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21066 /* end confdefs.h. */
21068 /* Override any GCC internal prototype to avoid an error.
21069 Use char because int might match the return type of a GCC
21070 builtin and then its argument prototype would still apply. */
21071 #ifdef __cplusplus
21072 extern "C"
21073 #endif
21074 char sqrt ();
21076 main ()
21078 return sqrt ();
21080 return 0;
21082 _ACEOF
21083 if ac_fn_c_try_link "$LINENO"; then :
21084 ac_cv_lib_m_sqrt=yes
21085 else
21086 ac_cv_lib_m_sqrt=no
21088 rm -f core conftest.err conftest.$ac_objext \
21089 conftest$ac_exeext conftest.$ac_ext
21090 LIBS=$ac_check_lib_save_LIBS
21092 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sqrt" >&5
21093 $as_echo "$ac_cv_lib_m_sqrt" >&6; }
21094 if test "x$ac_cv_lib_m_sqrt" = x""yes; then :
21096 $as_echo "#define HAVE_SQRT 1" >>confdefs.h
21100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqrtl in -lm" >&5
21101 $as_echo_n "checking for sqrtl in -lm... " >&6; }
21102 if test "${ac_cv_lib_m_sqrtl+set}" = set; then :
21103 $as_echo_n "(cached) " >&6
21104 else
21105 ac_check_lib_save_LIBS=$LIBS
21106 LIBS="-lm $LIBS"
21107 if test x$gcc_no_link = xyes; then
21108 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
21110 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21111 /* end confdefs.h. */
21113 /* Override any GCC internal prototype to avoid an error.
21114 Use char because int might match the return type of a GCC
21115 builtin and then its argument prototype would still apply. */
21116 #ifdef __cplusplus
21117 extern "C"
21118 #endif
21119 char sqrtl ();
21121 main ()
21123 return sqrtl ();
21125 return 0;
21127 _ACEOF
21128 if ac_fn_c_try_link "$LINENO"; then :
21129 ac_cv_lib_m_sqrtl=yes
21130 else
21131 ac_cv_lib_m_sqrtl=no
21133 rm -f core conftest.err conftest.$ac_objext \
21134 conftest$ac_exeext conftest.$ac_ext
21135 LIBS=$ac_check_lib_save_LIBS
21137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_sqrtl" >&5
21138 $as_echo "$ac_cv_lib_m_sqrtl" >&6; }
21139 if test "x$ac_cv_lib_m_sqrtl" = x""yes; then :
21141 $as_echo "#define HAVE_SQRTL 1" >>confdefs.h
21145 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for csqrtf in -lm" >&5
21146 $as_echo_n "checking for csqrtf in -lm... " >&6; }
21147 if test "${ac_cv_lib_m_csqrtf+set}" = set; then :
21148 $as_echo_n "(cached) " >&6
21149 else
21150 ac_check_lib_save_LIBS=$LIBS
21151 LIBS="-lm $LIBS"
21152 if test x$gcc_no_link = xyes; then
21153 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
21155 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21156 /* end confdefs.h. */
21158 /* Override any GCC internal prototype to avoid an error.
21159 Use char because int might match the return type of a GCC
21160 builtin and then its argument prototype would still apply. */
21161 #ifdef __cplusplus
21162 extern "C"
21163 #endif
21164 char csqrtf ();
21166 main ()
21168 return csqrtf ();
21170 return 0;
21172 _ACEOF
21173 if ac_fn_c_try_link "$LINENO"; then :
21174 ac_cv_lib_m_csqrtf=yes
21175 else
21176 ac_cv_lib_m_csqrtf=no
21178 rm -f core conftest.err conftest.$ac_objext \
21179 conftest$ac_exeext conftest.$ac_ext
21180 LIBS=$ac_check_lib_save_LIBS
21182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_csqrtf" >&5
21183 $as_echo "$ac_cv_lib_m_csqrtf" >&6; }
21184 if test "x$ac_cv_lib_m_csqrtf" = x""yes; then :
21186 $as_echo "#define HAVE_CSQRTF 1" >>confdefs.h
21190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for csqrt in -lm" >&5
21191 $as_echo_n "checking for csqrt in -lm... " >&6; }
21192 if test "${ac_cv_lib_m_csqrt+set}" = set; then :
21193 $as_echo_n "(cached) " >&6
21194 else
21195 ac_check_lib_save_LIBS=$LIBS
21196 LIBS="-lm $LIBS"
21197 if test x$gcc_no_link = xyes; then
21198 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
21200 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21201 /* end confdefs.h. */
21203 /* Override any GCC internal prototype to avoid an error.
21204 Use char because int might match the return type of a GCC
21205 builtin and then its argument prototype would still apply. */
21206 #ifdef __cplusplus
21207 extern "C"
21208 #endif
21209 char csqrt ();
21211 main ()
21213 return csqrt ();
21215 return 0;
21217 _ACEOF
21218 if ac_fn_c_try_link "$LINENO"; then :
21219 ac_cv_lib_m_csqrt=yes
21220 else
21221 ac_cv_lib_m_csqrt=no
21223 rm -f core conftest.err conftest.$ac_objext \
21224 conftest$ac_exeext conftest.$ac_ext
21225 LIBS=$ac_check_lib_save_LIBS
21227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_csqrt" >&5
21228 $as_echo "$ac_cv_lib_m_csqrt" >&6; }
21229 if test "x$ac_cv_lib_m_csqrt" = x""yes; then :
21231 $as_echo "#define HAVE_CSQRT 1" >>confdefs.h
21235 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for csqrtl in -lm" >&5
21236 $as_echo_n "checking for csqrtl in -lm... " >&6; }
21237 if test "${ac_cv_lib_m_csqrtl+set}" = set; then :
21238 $as_echo_n "(cached) " >&6
21239 else
21240 ac_check_lib_save_LIBS=$LIBS
21241 LIBS="-lm $LIBS"
21242 if test x$gcc_no_link = xyes; then
21243 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
21245 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21246 /* end confdefs.h. */
21248 /* Override any GCC internal prototype to avoid an error.
21249 Use char because int might match the return type of a GCC
21250 builtin and then its argument prototype would still apply. */
21251 #ifdef __cplusplus
21252 extern "C"
21253 #endif
21254 char csqrtl ();
21256 main ()
21258 return csqrtl ();
21260 return 0;
21262 _ACEOF
21263 if ac_fn_c_try_link "$LINENO"; then :
21264 ac_cv_lib_m_csqrtl=yes
21265 else
21266 ac_cv_lib_m_csqrtl=no
21268 rm -f core conftest.err conftest.$ac_objext \
21269 conftest$ac_exeext conftest.$ac_ext
21270 LIBS=$ac_check_lib_save_LIBS
21272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_csqrtl" >&5
21273 $as_echo "$ac_cv_lib_m_csqrtl" >&6; }
21274 if test "x$ac_cv_lib_m_csqrtl" = x""yes; then :
21276 $as_echo "#define HAVE_CSQRTL 1" >>confdefs.h
21280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tanf in -lm" >&5
21281 $as_echo_n "checking for tanf in -lm... " >&6; }
21282 if test "${ac_cv_lib_m_tanf+set}" = set; then :
21283 $as_echo_n "(cached) " >&6
21284 else
21285 ac_check_lib_save_LIBS=$LIBS
21286 LIBS="-lm $LIBS"
21287 if test x$gcc_no_link = xyes; then
21288 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
21290 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21291 /* end confdefs.h. */
21293 /* Override any GCC internal prototype to avoid an error.
21294 Use char because int might match the return type of a GCC
21295 builtin and then its argument prototype would still apply. */
21296 #ifdef __cplusplus
21297 extern "C"
21298 #endif
21299 char tanf ();
21301 main ()
21303 return tanf ();
21305 return 0;
21307 _ACEOF
21308 if ac_fn_c_try_link "$LINENO"; then :
21309 ac_cv_lib_m_tanf=yes
21310 else
21311 ac_cv_lib_m_tanf=no
21313 rm -f core conftest.err conftest.$ac_objext \
21314 conftest$ac_exeext conftest.$ac_ext
21315 LIBS=$ac_check_lib_save_LIBS
21317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_tanf" >&5
21318 $as_echo "$ac_cv_lib_m_tanf" >&6; }
21319 if test "x$ac_cv_lib_m_tanf" = x""yes; then :
21321 $as_echo "#define HAVE_TANF 1" >>confdefs.h
21325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tan in -lm" >&5
21326 $as_echo_n "checking for tan in -lm... " >&6; }
21327 if test "${ac_cv_lib_m_tan+set}" = set; then :
21328 $as_echo_n "(cached) " >&6
21329 else
21330 ac_check_lib_save_LIBS=$LIBS
21331 LIBS="-lm $LIBS"
21332 if test x$gcc_no_link = xyes; then
21333 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
21335 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21336 /* end confdefs.h. */
21338 /* Override any GCC internal prototype to avoid an error.
21339 Use char because int might match the return type of a GCC
21340 builtin and then its argument prototype would still apply. */
21341 #ifdef __cplusplus
21342 extern "C"
21343 #endif
21344 char tan ();
21346 main ()
21348 return tan ();
21350 return 0;
21352 _ACEOF
21353 if ac_fn_c_try_link "$LINENO"; then :
21354 ac_cv_lib_m_tan=yes
21355 else
21356 ac_cv_lib_m_tan=no
21358 rm -f core conftest.err conftest.$ac_objext \
21359 conftest$ac_exeext conftest.$ac_ext
21360 LIBS=$ac_check_lib_save_LIBS
21362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_tan" >&5
21363 $as_echo "$ac_cv_lib_m_tan" >&6; }
21364 if test "x$ac_cv_lib_m_tan" = x""yes; then :
21366 $as_echo "#define HAVE_TAN 1" >>confdefs.h
21370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tanl in -lm" >&5
21371 $as_echo_n "checking for tanl in -lm... " >&6; }
21372 if test "${ac_cv_lib_m_tanl+set}" = set; then :
21373 $as_echo_n "(cached) " >&6
21374 else
21375 ac_check_lib_save_LIBS=$LIBS
21376 LIBS="-lm $LIBS"
21377 if test x$gcc_no_link = xyes; then
21378 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
21380 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21381 /* end confdefs.h. */
21383 /* Override any GCC internal prototype to avoid an error.
21384 Use char because int might match the return type of a GCC
21385 builtin and then its argument prototype would still apply. */
21386 #ifdef __cplusplus
21387 extern "C"
21388 #endif
21389 char tanl ();
21391 main ()
21393 return tanl ();
21395 return 0;
21397 _ACEOF
21398 if ac_fn_c_try_link "$LINENO"; then :
21399 ac_cv_lib_m_tanl=yes
21400 else
21401 ac_cv_lib_m_tanl=no
21403 rm -f core conftest.err conftest.$ac_objext \
21404 conftest$ac_exeext conftest.$ac_ext
21405 LIBS=$ac_check_lib_save_LIBS
21407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_tanl" >&5
21408 $as_echo "$ac_cv_lib_m_tanl" >&6; }
21409 if test "x$ac_cv_lib_m_tanl" = x""yes; then :
21411 $as_echo "#define HAVE_TANL 1" >>confdefs.h
21415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ctanf in -lm" >&5
21416 $as_echo_n "checking for ctanf in -lm... " >&6; }
21417 if test "${ac_cv_lib_m_ctanf+set}" = set; then :
21418 $as_echo_n "(cached) " >&6
21419 else
21420 ac_check_lib_save_LIBS=$LIBS
21421 LIBS="-lm $LIBS"
21422 if test x$gcc_no_link = xyes; then
21423 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
21425 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21426 /* end confdefs.h. */
21428 /* Override any GCC internal prototype to avoid an error.
21429 Use char because int might match the return type of a GCC
21430 builtin and then its argument prototype would still apply. */
21431 #ifdef __cplusplus
21432 extern "C"
21433 #endif
21434 char ctanf ();
21436 main ()
21438 return ctanf ();
21440 return 0;
21442 _ACEOF
21443 if ac_fn_c_try_link "$LINENO"; then :
21444 ac_cv_lib_m_ctanf=yes
21445 else
21446 ac_cv_lib_m_ctanf=no
21448 rm -f core conftest.err conftest.$ac_objext \
21449 conftest$ac_exeext conftest.$ac_ext
21450 LIBS=$ac_check_lib_save_LIBS
21452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_ctanf" >&5
21453 $as_echo "$ac_cv_lib_m_ctanf" >&6; }
21454 if test "x$ac_cv_lib_m_ctanf" = x""yes; then :
21456 $as_echo "#define HAVE_CTANF 1" >>confdefs.h
21460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ctan in -lm" >&5
21461 $as_echo_n "checking for ctan in -lm... " >&6; }
21462 if test "${ac_cv_lib_m_ctan+set}" = set; then :
21463 $as_echo_n "(cached) " >&6
21464 else
21465 ac_check_lib_save_LIBS=$LIBS
21466 LIBS="-lm $LIBS"
21467 if test x$gcc_no_link = xyes; then
21468 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
21470 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21471 /* end confdefs.h. */
21473 /* Override any GCC internal prototype to avoid an error.
21474 Use char because int might match the return type of a GCC
21475 builtin and then its argument prototype would still apply. */
21476 #ifdef __cplusplus
21477 extern "C"
21478 #endif
21479 char ctan ();
21481 main ()
21483 return ctan ();
21485 return 0;
21487 _ACEOF
21488 if ac_fn_c_try_link "$LINENO"; then :
21489 ac_cv_lib_m_ctan=yes
21490 else
21491 ac_cv_lib_m_ctan=no
21493 rm -f core conftest.err conftest.$ac_objext \
21494 conftest$ac_exeext conftest.$ac_ext
21495 LIBS=$ac_check_lib_save_LIBS
21497 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_ctan" >&5
21498 $as_echo "$ac_cv_lib_m_ctan" >&6; }
21499 if test "x$ac_cv_lib_m_ctan" = x""yes; then :
21501 $as_echo "#define HAVE_CTAN 1" >>confdefs.h
21505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ctanl in -lm" >&5
21506 $as_echo_n "checking for ctanl in -lm... " >&6; }
21507 if test "${ac_cv_lib_m_ctanl+set}" = set; then :
21508 $as_echo_n "(cached) " >&6
21509 else
21510 ac_check_lib_save_LIBS=$LIBS
21511 LIBS="-lm $LIBS"
21512 if test x$gcc_no_link = xyes; then
21513 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
21515 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21516 /* end confdefs.h. */
21518 /* Override any GCC internal prototype to avoid an error.
21519 Use char because int might match the return type of a GCC
21520 builtin and then its argument prototype would still apply. */
21521 #ifdef __cplusplus
21522 extern "C"
21523 #endif
21524 char ctanl ();
21526 main ()
21528 return ctanl ();
21530 return 0;
21532 _ACEOF
21533 if ac_fn_c_try_link "$LINENO"; then :
21534 ac_cv_lib_m_ctanl=yes
21535 else
21536 ac_cv_lib_m_ctanl=no
21538 rm -f core conftest.err conftest.$ac_objext \
21539 conftest$ac_exeext conftest.$ac_ext
21540 LIBS=$ac_check_lib_save_LIBS
21542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_ctanl" >&5
21543 $as_echo "$ac_cv_lib_m_ctanl" >&6; }
21544 if test "x$ac_cv_lib_m_ctanl" = x""yes; then :
21546 $as_echo "#define HAVE_CTANL 1" >>confdefs.h
21550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tanhf in -lm" >&5
21551 $as_echo_n "checking for tanhf in -lm... " >&6; }
21552 if test "${ac_cv_lib_m_tanhf+set}" = set; then :
21553 $as_echo_n "(cached) " >&6
21554 else
21555 ac_check_lib_save_LIBS=$LIBS
21556 LIBS="-lm $LIBS"
21557 if test x$gcc_no_link = xyes; then
21558 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
21560 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21561 /* end confdefs.h. */
21563 /* Override any GCC internal prototype to avoid an error.
21564 Use char because int might match the return type of a GCC
21565 builtin and then its argument prototype would still apply. */
21566 #ifdef __cplusplus
21567 extern "C"
21568 #endif
21569 char tanhf ();
21571 main ()
21573 return tanhf ();
21575 return 0;
21577 _ACEOF
21578 if ac_fn_c_try_link "$LINENO"; then :
21579 ac_cv_lib_m_tanhf=yes
21580 else
21581 ac_cv_lib_m_tanhf=no
21583 rm -f core conftest.err conftest.$ac_objext \
21584 conftest$ac_exeext conftest.$ac_ext
21585 LIBS=$ac_check_lib_save_LIBS
21587 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_tanhf" >&5
21588 $as_echo "$ac_cv_lib_m_tanhf" >&6; }
21589 if test "x$ac_cv_lib_m_tanhf" = x""yes; then :
21591 $as_echo "#define HAVE_TANHF 1" >>confdefs.h
21595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tanh in -lm" >&5
21596 $as_echo_n "checking for tanh in -lm... " >&6; }
21597 if test "${ac_cv_lib_m_tanh+set}" = set; then :
21598 $as_echo_n "(cached) " >&6
21599 else
21600 ac_check_lib_save_LIBS=$LIBS
21601 LIBS="-lm $LIBS"
21602 if test x$gcc_no_link = xyes; then
21603 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
21605 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21606 /* end confdefs.h. */
21608 /* Override any GCC internal prototype to avoid an error.
21609 Use char because int might match the return type of a GCC
21610 builtin and then its argument prototype would still apply. */
21611 #ifdef __cplusplus
21612 extern "C"
21613 #endif
21614 char tanh ();
21616 main ()
21618 return tanh ();
21620 return 0;
21622 _ACEOF
21623 if ac_fn_c_try_link "$LINENO"; then :
21624 ac_cv_lib_m_tanh=yes
21625 else
21626 ac_cv_lib_m_tanh=no
21628 rm -f core conftest.err conftest.$ac_objext \
21629 conftest$ac_exeext conftest.$ac_ext
21630 LIBS=$ac_check_lib_save_LIBS
21632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_tanh" >&5
21633 $as_echo "$ac_cv_lib_m_tanh" >&6; }
21634 if test "x$ac_cv_lib_m_tanh" = x""yes; then :
21636 $as_echo "#define HAVE_TANH 1" >>confdefs.h
21640 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tanhl in -lm" >&5
21641 $as_echo_n "checking for tanhl in -lm... " >&6; }
21642 if test "${ac_cv_lib_m_tanhl+set}" = set; then :
21643 $as_echo_n "(cached) " >&6
21644 else
21645 ac_check_lib_save_LIBS=$LIBS
21646 LIBS="-lm $LIBS"
21647 if test x$gcc_no_link = xyes; then
21648 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
21650 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21651 /* end confdefs.h. */
21653 /* Override any GCC internal prototype to avoid an error.
21654 Use char because int might match the return type of a GCC
21655 builtin and then its argument prototype would still apply. */
21656 #ifdef __cplusplus
21657 extern "C"
21658 #endif
21659 char tanhl ();
21661 main ()
21663 return tanhl ();
21665 return 0;
21667 _ACEOF
21668 if ac_fn_c_try_link "$LINENO"; then :
21669 ac_cv_lib_m_tanhl=yes
21670 else
21671 ac_cv_lib_m_tanhl=no
21673 rm -f core conftest.err conftest.$ac_objext \
21674 conftest$ac_exeext conftest.$ac_ext
21675 LIBS=$ac_check_lib_save_LIBS
21677 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_tanhl" >&5
21678 $as_echo "$ac_cv_lib_m_tanhl" >&6; }
21679 if test "x$ac_cv_lib_m_tanhl" = x""yes; then :
21681 $as_echo "#define HAVE_TANHL 1" >>confdefs.h
21685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ctanhf in -lm" >&5
21686 $as_echo_n "checking for ctanhf in -lm... " >&6; }
21687 if test "${ac_cv_lib_m_ctanhf+set}" = set; then :
21688 $as_echo_n "(cached) " >&6
21689 else
21690 ac_check_lib_save_LIBS=$LIBS
21691 LIBS="-lm $LIBS"
21692 if test x$gcc_no_link = xyes; then
21693 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
21695 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21696 /* end confdefs.h. */
21698 /* Override any GCC internal prototype to avoid an error.
21699 Use char because int might match the return type of a GCC
21700 builtin and then its argument prototype would still apply. */
21701 #ifdef __cplusplus
21702 extern "C"
21703 #endif
21704 char ctanhf ();
21706 main ()
21708 return ctanhf ();
21710 return 0;
21712 _ACEOF
21713 if ac_fn_c_try_link "$LINENO"; then :
21714 ac_cv_lib_m_ctanhf=yes
21715 else
21716 ac_cv_lib_m_ctanhf=no
21718 rm -f core conftest.err conftest.$ac_objext \
21719 conftest$ac_exeext conftest.$ac_ext
21720 LIBS=$ac_check_lib_save_LIBS
21722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_ctanhf" >&5
21723 $as_echo "$ac_cv_lib_m_ctanhf" >&6; }
21724 if test "x$ac_cv_lib_m_ctanhf" = x""yes; then :
21726 $as_echo "#define HAVE_CTANHF 1" >>confdefs.h
21730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ctanh in -lm" >&5
21731 $as_echo_n "checking for ctanh in -lm... " >&6; }
21732 if test "${ac_cv_lib_m_ctanh+set}" = set; then :
21733 $as_echo_n "(cached) " >&6
21734 else
21735 ac_check_lib_save_LIBS=$LIBS
21736 LIBS="-lm $LIBS"
21737 if test x$gcc_no_link = xyes; then
21738 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
21740 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21741 /* end confdefs.h. */
21743 /* Override any GCC internal prototype to avoid an error.
21744 Use char because int might match the return type of a GCC
21745 builtin and then its argument prototype would still apply. */
21746 #ifdef __cplusplus
21747 extern "C"
21748 #endif
21749 char ctanh ();
21751 main ()
21753 return ctanh ();
21755 return 0;
21757 _ACEOF
21758 if ac_fn_c_try_link "$LINENO"; then :
21759 ac_cv_lib_m_ctanh=yes
21760 else
21761 ac_cv_lib_m_ctanh=no
21763 rm -f core conftest.err conftest.$ac_objext \
21764 conftest$ac_exeext conftest.$ac_ext
21765 LIBS=$ac_check_lib_save_LIBS
21767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_ctanh" >&5
21768 $as_echo "$ac_cv_lib_m_ctanh" >&6; }
21769 if test "x$ac_cv_lib_m_ctanh" = x""yes; then :
21771 $as_echo "#define HAVE_CTANH 1" >>confdefs.h
21775 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ctanhl in -lm" >&5
21776 $as_echo_n "checking for ctanhl in -lm... " >&6; }
21777 if test "${ac_cv_lib_m_ctanhl+set}" = set; then :
21778 $as_echo_n "(cached) " >&6
21779 else
21780 ac_check_lib_save_LIBS=$LIBS
21781 LIBS="-lm $LIBS"
21782 if test x$gcc_no_link = xyes; then
21783 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
21785 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21786 /* end confdefs.h. */
21788 /* Override any GCC internal prototype to avoid an error.
21789 Use char because int might match the return type of a GCC
21790 builtin and then its argument prototype would still apply. */
21791 #ifdef __cplusplus
21792 extern "C"
21793 #endif
21794 char ctanhl ();
21796 main ()
21798 return ctanhl ();
21800 return 0;
21802 _ACEOF
21803 if ac_fn_c_try_link "$LINENO"; then :
21804 ac_cv_lib_m_ctanhl=yes
21805 else
21806 ac_cv_lib_m_ctanhl=no
21808 rm -f core conftest.err conftest.$ac_objext \
21809 conftest$ac_exeext conftest.$ac_ext
21810 LIBS=$ac_check_lib_save_LIBS
21812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_ctanhl" >&5
21813 $as_echo "$ac_cv_lib_m_ctanhl" >&6; }
21814 if test "x$ac_cv_lib_m_ctanhl" = x""yes; then :
21816 $as_echo "#define HAVE_CTANHL 1" >>confdefs.h
21820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for truncf in -lm" >&5
21821 $as_echo_n "checking for truncf in -lm... " >&6; }
21822 if test "${ac_cv_lib_m_truncf+set}" = set; then :
21823 $as_echo_n "(cached) " >&6
21824 else
21825 ac_check_lib_save_LIBS=$LIBS
21826 LIBS="-lm $LIBS"
21827 if test x$gcc_no_link = xyes; then
21828 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
21830 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21831 /* end confdefs.h. */
21833 /* Override any GCC internal prototype to avoid an error.
21834 Use char because int might match the return type of a GCC
21835 builtin and then its argument prototype would still apply. */
21836 #ifdef __cplusplus
21837 extern "C"
21838 #endif
21839 char truncf ();
21841 main ()
21843 return truncf ();
21845 return 0;
21847 _ACEOF
21848 if ac_fn_c_try_link "$LINENO"; then :
21849 ac_cv_lib_m_truncf=yes
21850 else
21851 ac_cv_lib_m_truncf=no
21853 rm -f core conftest.err conftest.$ac_objext \
21854 conftest$ac_exeext conftest.$ac_ext
21855 LIBS=$ac_check_lib_save_LIBS
21857 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_truncf" >&5
21858 $as_echo "$ac_cv_lib_m_truncf" >&6; }
21859 if test "x$ac_cv_lib_m_truncf" = x""yes; then :
21861 $as_echo "#define HAVE_TRUNCF 1" >>confdefs.h
21865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for trunc in -lm" >&5
21866 $as_echo_n "checking for trunc in -lm... " >&6; }
21867 if test "${ac_cv_lib_m_trunc+set}" = set; then :
21868 $as_echo_n "(cached) " >&6
21869 else
21870 ac_check_lib_save_LIBS=$LIBS
21871 LIBS="-lm $LIBS"
21872 if test x$gcc_no_link = xyes; then
21873 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
21875 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21876 /* end confdefs.h. */
21878 /* Override any GCC internal prototype to avoid an error.
21879 Use char because int might match the return type of a GCC
21880 builtin and then its argument prototype would still apply. */
21881 #ifdef __cplusplus
21882 extern "C"
21883 #endif
21884 char trunc ();
21886 main ()
21888 return trunc ();
21890 return 0;
21892 _ACEOF
21893 if ac_fn_c_try_link "$LINENO"; then :
21894 ac_cv_lib_m_trunc=yes
21895 else
21896 ac_cv_lib_m_trunc=no
21898 rm -f core conftest.err conftest.$ac_objext \
21899 conftest$ac_exeext conftest.$ac_ext
21900 LIBS=$ac_check_lib_save_LIBS
21902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_trunc" >&5
21903 $as_echo "$ac_cv_lib_m_trunc" >&6; }
21904 if test "x$ac_cv_lib_m_trunc" = x""yes; then :
21906 $as_echo "#define HAVE_TRUNC 1" >>confdefs.h
21910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for truncl in -lm" >&5
21911 $as_echo_n "checking for truncl in -lm... " >&6; }
21912 if test "${ac_cv_lib_m_truncl+set}" = set; then :
21913 $as_echo_n "(cached) " >&6
21914 else
21915 ac_check_lib_save_LIBS=$LIBS
21916 LIBS="-lm $LIBS"
21917 if test x$gcc_no_link = xyes; then
21918 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
21920 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21921 /* end confdefs.h. */
21923 /* Override any GCC internal prototype to avoid an error.
21924 Use char because int might match the return type of a GCC
21925 builtin and then its argument prototype would still apply. */
21926 #ifdef __cplusplus
21927 extern "C"
21928 #endif
21929 char truncl ();
21931 main ()
21933 return truncl ();
21935 return 0;
21937 _ACEOF
21938 if ac_fn_c_try_link "$LINENO"; then :
21939 ac_cv_lib_m_truncl=yes
21940 else
21941 ac_cv_lib_m_truncl=no
21943 rm -f core conftest.err conftest.$ac_objext \
21944 conftest$ac_exeext conftest.$ac_ext
21945 LIBS=$ac_check_lib_save_LIBS
21947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_truncl" >&5
21948 $as_echo "$ac_cv_lib_m_truncl" >&6; }
21949 if test "x$ac_cv_lib_m_truncl" = x""yes; then :
21951 $as_echo "#define HAVE_TRUNCL 1" >>confdefs.h
21955 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for erff in -lm" >&5
21956 $as_echo_n "checking for erff in -lm... " >&6; }
21957 if test "${ac_cv_lib_m_erff+set}" = set; then :
21958 $as_echo_n "(cached) " >&6
21959 else
21960 ac_check_lib_save_LIBS=$LIBS
21961 LIBS="-lm $LIBS"
21962 if test x$gcc_no_link = xyes; then
21963 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
21965 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
21966 /* end confdefs.h. */
21968 /* Override any GCC internal prototype to avoid an error.
21969 Use char because int might match the return type of a GCC
21970 builtin and then its argument prototype would still apply. */
21971 #ifdef __cplusplus
21972 extern "C"
21973 #endif
21974 char erff ();
21976 main ()
21978 return erff ();
21980 return 0;
21982 _ACEOF
21983 if ac_fn_c_try_link "$LINENO"; then :
21984 ac_cv_lib_m_erff=yes
21985 else
21986 ac_cv_lib_m_erff=no
21988 rm -f core conftest.err conftest.$ac_objext \
21989 conftest$ac_exeext conftest.$ac_ext
21990 LIBS=$ac_check_lib_save_LIBS
21992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_erff" >&5
21993 $as_echo "$ac_cv_lib_m_erff" >&6; }
21994 if test "x$ac_cv_lib_m_erff" = x""yes; then :
21996 $as_echo "#define HAVE_ERFF 1" >>confdefs.h
22000 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for erf in -lm" >&5
22001 $as_echo_n "checking for erf in -lm... " >&6; }
22002 if test "${ac_cv_lib_m_erf+set}" = set; then :
22003 $as_echo_n "(cached) " >&6
22004 else
22005 ac_check_lib_save_LIBS=$LIBS
22006 LIBS="-lm $LIBS"
22007 if test x$gcc_no_link = xyes; then
22008 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
22010 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22011 /* end confdefs.h. */
22013 /* Override any GCC internal prototype to avoid an error.
22014 Use char because int might match the return type of a GCC
22015 builtin and then its argument prototype would still apply. */
22016 #ifdef __cplusplus
22017 extern "C"
22018 #endif
22019 char erf ();
22021 main ()
22023 return erf ();
22025 return 0;
22027 _ACEOF
22028 if ac_fn_c_try_link "$LINENO"; then :
22029 ac_cv_lib_m_erf=yes
22030 else
22031 ac_cv_lib_m_erf=no
22033 rm -f core conftest.err conftest.$ac_objext \
22034 conftest$ac_exeext conftest.$ac_ext
22035 LIBS=$ac_check_lib_save_LIBS
22037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_erf" >&5
22038 $as_echo "$ac_cv_lib_m_erf" >&6; }
22039 if test "x$ac_cv_lib_m_erf" = x""yes; then :
22041 $as_echo "#define HAVE_ERF 1" >>confdefs.h
22045 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for erfl in -lm" >&5
22046 $as_echo_n "checking for erfl in -lm... " >&6; }
22047 if test "${ac_cv_lib_m_erfl+set}" = set; then :
22048 $as_echo_n "(cached) " >&6
22049 else
22050 ac_check_lib_save_LIBS=$LIBS
22051 LIBS="-lm $LIBS"
22052 if test x$gcc_no_link = xyes; then
22053 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
22055 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22056 /* end confdefs.h. */
22058 /* Override any GCC internal prototype to avoid an error.
22059 Use char because int might match the return type of a GCC
22060 builtin and then its argument prototype would still apply. */
22061 #ifdef __cplusplus
22062 extern "C"
22063 #endif
22064 char erfl ();
22066 main ()
22068 return erfl ();
22070 return 0;
22072 _ACEOF
22073 if ac_fn_c_try_link "$LINENO"; then :
22074 ac_cv_lib_m_erfl=yes
22075 else
22076 ac_cv_lib_m_erfl=no
22078 rm -f core conftest.err conftest.$ac_objext \
22079 conftest$ac_exeext conftest.$ac_ext
22080 LIBS=$ac_check_lib_save_LIBS
22082 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_erfl" >&5
22083 $as_echo "$ac_cv_lib_m_erfl" >&6; }
22084 if test "x$ac_cv_lib_m_erfl" = x""yes; then :
22086 $as_echo "#define HAVE_ERFL 1" >>confdefs.h
22090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for erfcf in -lm" >&5
22091 $as_echo_n "checking for erfcf in -lm... " >&6; }
22092 if test "${ac_cv_lib_m_erfcf+set}" = set; then :
22093 $as_echo_n "(cached) " >&6
22094 else
22095 ac_check_lib_save_LIBS=$LIBS
22096 LIBS="-lm $LIBS"
22097 if test x$gcc_no_link = xyes; then
22098 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
22100 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22101 /* end confdefs.h. */
22103 /* Override any GCC internal prototype to avoid an error.
22104 Use char because int might match the return type of a GCC
22105 builtin and then its argument prototype would still apply. */
22106 #ifdef __cplusplus
22107 extern "C"
22108 #endif
22109 char erfcf ();
22111 main ()
22113 return erfcf ();
22115 return 0;
22117 _ACEOF
22118 if ac_fn_c_try_link "$LINENO"; then :
22119 ac_cv_lib_m_erfcf=yes
22120 else
22121 ac_cv_lib_m_erfcf=no
22123 rm -f core conftest.err conftest.$ac_objext \
22124 conftest$ac_exeext conftest.$ac_ext
22125 LIBS=$ac_check_lib_save_LIBS
22127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_erfcf" >&5
22128 $as_echo "$ac_cv_lib_m_erfcf" >&6; }
22129 if test "x$ac_cv_lib_m_erfcf" = x""yes; then :
22131 $as_echo "#define HAVE_ERFCF 1" >>confdefs.h
22135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for erfc in -lm" >&5
22136 $as_echo_n "checking for erfc in -lm... " >&6; }
22137 if test "${ac_cv_lib_m_erfc+set}" = set; then :
22138 $as_echo_n "(cached) " >&6
22139 else
22140 ac_check_lib_save_LIBS=$LIBS
22141 LIBS="-lm $LIBS"
22142 if test x$gcc_no_link = xyes; then
22143 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
22145 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22146 /* end confdefs.h. */
22148 /* Override any GCC internal prototype to avoid an error.
22149 Use char because int might match the return type of a GCC
22150 builtin and then its argument prototype would still apply. */
22151 #ifdef __cplusplus
22152 extern "C"
22153 #endif
22154 char erfc ();
22156 main ()
22158 return erfc ();
22160 return 0;
22162 _ACEOF
22163 if ac_fn_c_try_link "$LINENO"; then :
22164 ac_cv_lib_m_erfc=yes
22165 else
22166 ac_cv_lib_m_erfc=no
22168 rm -f core conftest.err conftest.$ac_objext \
22169 conftest$ac_exeext conftest.$ac_ext
22170 LIBS=$ac_check_lib_save_LIBS
22172 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_erfc" >&5
22173 $as_echo "$ac_cv_lib_m_erfc" >&6; }
22174 if test "x$ac_cv_lib_m_erfc" = x""yes; then :
22176 $as_echo "#define HAVE_ERFC 1" >>confdefs.h
22180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for erfcl in -lm" >&5
22181 $as_echo_n "checking for erfcl in -lm... " >&6; }
22182 if test "${ac_cv_lib_m_erfcl+set}" = set; then :
22183 $as_echo_n "(cached) " >&6
22184 else
22185 ac_check_lib_save_LIBS=$LIBS
22186 LIBS="-lm $LIBS"
22187 if test x$gcc_no_link = xyes; then
22188 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
22190 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22191 /* end confdefs.h. */
22193 /* Override any GCC internal prototype to avoid an error.
22194 Use char because int might match the return type of a GCC
22195 builtin and then its argument prototype would still apply. */
22196 #ifdef __cplusplus
22197 extern "C"
22198 #endif
22199 char erfcl ();
22201 main ()
22203 return erfcl ();
22205 return 0;
22207 _ACEOF
22208 if ac_fn_c_try_link "$LINENO"; then :
22209 ac_cv_lib_m_erfcl=yes
22210 else
22211 ac_cv_lib_m_erfcl=no
22213 rm -f core conftest.err conftest.$ac_objext \
22214 conftest$ac_exeext conftest.$ac_ext
22215 LIBS=$ac_check_lib_save_LIBS
22217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_erfcl" >&5
22218 $as_echo "$ac_cv_lib_m_erfcl" >&6; }
22219 if test "x$ac_cv_lib_m_erfcl" = x""yes; then :
22221 $as_echo "#define HAVE_ERFCL 1" >>confdefs.h
22225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for j0f in -lm" >&5
22226 $as_echo_n "checking for j0f in -lm... " >&6; }
22227 if test "${ac_cv_lib_m_j0f+set}" = set; then :
22228 $as_echo_n "(cached) " >&6
22229 else
22230 ac_check_lib_save_LIBS=$LIBS
22231 LIBS="-lm $LIBS"
22232 if test x$gcc_no_link = xyes; then
22233 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
22235 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22236 /* end confdefs.h. */
22238 /* Override any GCC internal prototype to avoid an error.
22239 Use char because int might match the return type of a GCC
22240 builtin and then its argument prototype would still apply. */
22241 #ifdef __cplusplus
22242 extern "C"
22243 #endif
22244 char j0f ();
22246 main ()
22248 return j0f ();
22250 return 0;
22252 _ACEOF
22253 if ac_fn_c_try_link "$LINENO"; then :
22254 ac_cv_lib_m_j0f=yes
22255 else
22256 ac_cv_lib_m_j0f=no
22258 rm -f core conftest.err conftest.$ac_objext \
22259 conftest$ac_exeext conftest.$ac_ext
22260 LIBS=$ac_check_lib_save_LIBS
22262 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_j0f" >&5
22263 $as_echo "$ac_cv_lib_m_j0f" >&6; }
22264 if test "x$ac_cv_lib_m_j0f" = x""yes; then :
22266 $as_echo "#define HAVE_J0F 1" >>confdefs.h
22270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for j0 in -lm" >&5
22271 $as_echo_n "checking for j0 in -lm... " >&6; }
22272 if test "${ac_cv_lib_m_j0+set}" = set; then :
22273 $as_echo_n "(cached) " >&6
22274 else
22275 ac_check_lib_save_LIBS=$LIBS
22276 LIBS="-lm $LIBS"
22277 if test x$gcc_no_link = xyes; then
22278 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
22280 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22281 /* end confdefs.h. */
22283 /* Override any GCC internal prototype to avoid an error.
22284 Use char because int might match the return type of a GCC
22285 builtin and then its argument prototype would still apply. */
22286 #ifdef __cplusplus
22287 extern "C"
22288 #endif
22289 char j0 ();
22291 main ()
22293 return j0 ();
22295 return 0;
22297 _ACEOF
22298 if ac_fn_c_try_link "$LINENO"; then :
22299 ac_cv_lib_m_j0=yes
22300 else
22301 ac_cv_lib_m_j0=no
22303 rm -f core conftest.err conftest.$ac_objext \
22304 conftest$ac_exeext conftest.$ac_ext
22305 LIBS=$ac_check_lib_save_LIBS
22307 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_j0" >&5
22308 $as_echo "$ac_cv_lib_m_j0" >&6; }
22309 if test "x$ac_cv_lib_m_j0" = x""yes; then :
22311 $as_echo "#define HAVE_J0 1" >>confdefs.h
22315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for j0l in -lm" >&5
22316 $as_echo_n "checking for j0l in -lm... " >&6; }
22317 if test "${ac_cv_lib_m_j0l+set}" = set; then :
22318 $as_echo_n "(cached) " >&6
22319 else
22320 ac_check_lib_save_LIBS=$LIBS
22321 LIBS="-lm $LIBS"
22322 if test x$gcc_no_link = xyes; then
22323 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
22325 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22326 /* end confdefs.h. */
22328 /* Override any GCC internal prototype to avoid an error.
22329 Use char because int might match the return type of a GCC
22330 builtin and then its argument prototype would still apply. */
22331 #ifdef __cplusplus
22332 extern "C"
22333 #endif
22334 char j0l ();
22336 main ()
22338 return j0l ();
22340 return 0;
22342 _ACEOF
22343 if ac_fn_c_try_link "$LINENO"; then :
22344 ac_cv_lib_m_j0l=yes
22345 else
22346 ac_cv_lib_m_j0l=no
22348 rm -f core conftest.err conftest.$ac_objext \
22349 conftest$ac_exeext conftest.$ac_ext
22350 LIBS=$ac_check_lib_save_LIBS
22352 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_j0l" >&5
22353 $as_echo "$ac_cv_lib_m_j0l" >&6; }
22354 if test "x$ac_cv_lib_m_j0l" = x""yes; then :
22356 $as_echo "#define HAVE_J0L 1" >>confdefs.h
22360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for j1f in -lm" >&5
22361 $as_echo_n "checking for j1f in -lm... " >&6; }
22362 if test "${ac_cv_lib_m_j1f+set}" = set; then :
22363 $as_echo_n "(cached) " >&6
22364 else
22365 ac_check_lib_save_LIBS=$LIBS
22366 LIBS="-lm $LIBS"
22367 if test x$gcc_no_link = xyes; then
22368 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
22370 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22371 /* end confdefs.h. */
22373 /* Override any GCC internal prototype to avoid an error.
22374 Use char because int might match the return type of a GCC
22375 builtin and then its argument prototype would still apply. */
22376 #ifdef __cplusplus
22377 extern "C"
22378 #endif
22379 char j1f ();
22381 main ()
22383 return j1f ();
22385 return 0;
22387 _ACEOF
22388 if ac_fn_c_try_link "$LINENO"; then :
22389 ac_cv_lib_m_j1f=yes
22390 else
22391 ac_cv_lib_m_j1f=no
22393 rm -f core conftest.err conftest.$ac_objext \
22394 conftest$ac_exeext conftest.$ac_ext
22395 LIBS=$ac_check_lib_save_LIBS
22397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_j1f" >&5
22398 $as_echo "$ac_cv_lib_m_j1f" >&6; }
22399 if test "x$ac_cv_lib_m_j1f" = x""yes; then :
22401 $as_echo "#define HAVE_J1F 1" >>confdefs.h
22405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for j1 in -lm" >&5
22406 $as_echo_n "checking for j1 in -lm... " >&6; }
22407 if test "${ac_cv_lib_m_j1+set}" = set; then :
22408 $as_echo_n "(cached) " >&6
22409 else
22410 ac_check_lib_save_LIBS=$LIBS
22411 LIBS="-lm $LIBS"
22412 if test x$gcc_no_link = xyes; then
22413 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
22415 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22416 /* end confdefs.h. */
22418 /* Override any GCC internal prototype to avoid an error.
22419 Use char because int might match the return type of a GCC
22420 builtin and then its argument prototype would still apply. */
22421 #ifdef __cplusplus
22422 extern "C"
22423 #endif
22424 char j1 ();
22426 main ()
22428 return j1 ();
22430 return 0;
22432 _ACEOF
22433 if ac_fn_c_try_link "$LINENO"; then :
22434 ac_cv_lib_m_j1=yes
22435 else
22436 ac_cv_lib_m_j1=no
22438 rm -f core conftest.err conftest.$ac_objext \
22439 conftest$ac_exeext conftest.$ac_ext
22440 LIBS=$ac_check_lib_save_LIBS
22442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_j1" >&5
22443 $as_echo "$ac_cv_lib_m_j1" >&6; }
22444 if test "x$ac_cv_lib_m_j1" = x""yes; then :
22446 $as_echo "#define HAVE_J1 1" >>confdefs.h
22450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for j1l in -lm" >&5
22451 $as_echo_n "checking for j1l in -lm... " >&6; }
22452 if test "${ac_cv_lib_m_j1l+set}" = set; then :
22453 $as_echo_n "(cached) " >&6
22454 else
22455 ac_check_lib_save_LIBS=$LIBS
22456 LIBS="-lm $LIBS"
22457 if test x$gcc_no_link = xyes; then
22458 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
22460 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22461 /* end confdefs.h. */
22463 /* Override any GCC internal prototype to avoid an error.
22464 Use char because int might match the return type of a GCC
22465 builtin and then its argument prototype would still apply. */
22466 #ifdef __cplusplus
22467 extern "C"
22468 #endif
22469 char j1l ();
22471 main ()
22473 return j1l ();
22475 return 0;
22477 _ACEOF
22478 if ac_fn_c_try_link "$LINENO"; then :
22479 ac_cv_lib_m_j1l=yes
22480 else
22481 ac_cv_lib_m_j1l=no
22483 rm -f core conftest.err conftest.$ac_objext \
22484 conftest$ac_exeext conftest.$ac_ext
22485 LIBS=$ac_check_lib_save_LIBS
22487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_j1l" >&5
22488 $as_echo "$ac_cv_lib_m_j1l" >&6; }
22489 if test "x$ac_cv_lib_m_j1l" = x""yes; then :
22491 $as_echo "#define HAVE_J1L 1" >>confdefs.h
22495 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jnf in -lm" >&5
22496 $as_echo_n "checking for jnf in -lm... " >&6; }
22497 if test "${ac_cv_lib_m_jnf+set}" = set; then :
22498 $as_echo_n "(cached) " >&6
22499 else
22500 ac_check_lib_save_LIBS=$LIBS
22501 LIBS="-lm $LIBS"
22502 if test x$gcc_no_link = xyes; then
22503 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
22505 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22506 /* end confdefs.h. */
22508 /* Override any GCC internal prototype to avoid an error.
22509 Use char because int might match the return type of a GCC
22510 builtin and then its argument prototype would still apply. */
22511 #ifdef __cplusplus
22512 extern "C"
22513 #endif
22514 char jnf ();
22516 main ()
22518 return jnf ();
22520 return 0;
22522 _ACEOF
22523 if ac_fn_c_try_link "$LINENO"; then :
22524 ac_cv_lib_m_jnf=yes
22525 else
22526 ac_cv_lib_m_jnf=no
22528 rm -f core conftest.err conftest.$ac_objext \
22529 conftest$ac_exeext conftest.$ac_ext
22530 LIBS=$ac_check_lib_save_LIBS
22532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_jnf" >&5
22533 $as_echo "$ac_cv_lib_m_jnf" >&6; }
22534 if test "x$ac_cv_lib_m_jnf" = x""yes; then :
22536 $as_echo "#define HAVE_JNF 1" >>confdefs.h
22540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jn in -lm" >&5
22541 $as_echo_n "checking for jn in -lm... " >&6; }
22542 if test "${ac_cv_lib_m_jn+set}" = set; then :
22543 $as_echo_n "(cached) " >&6
22544 else
22545 ac_check_lib_save_LIBS=$LIBS
22546 LIBS="-lm $LIBS"
22547 if test x$gcc_no_link = xyes; then
22548 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
22550 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22551 /* end confdefs.h. */
22553 /* Override any GCC internal prototype to avoid an error.
22554 Use char because int might match the return type of a GCC
22555 builtin and then its argument prototype would still apply. */
22556 #ifdef __cplusplus
22557 extern "C"
22558 #endif
22559 char jn ();
22561 main ()
22563 return jn ();
22565 return 0;
22567 _ACEOF
22568 if ac_fn_c_try_link "$LINENO"; then :
22569 ac_cv_lib_m_jn=yes
22570 else
22571 ac_cv_lib_m_jn=no
22573 rm -f core conftest.err conftest.$ac_objext \
22574 conftest$ac_exeext conftest.$ac_ext
22575 LIBS=$ac_check_lib_save_LIBS
22577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_jn" >&5
22578 $as_echo "$ac_cv_lib_m_jn" >&6; }
22579 if test "x$ac_cv_lib_m_jn" = x""yes; then :
22581 $as_echo "#define HAVE_JN 1" >>confdefs.h
22585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for jnl in -lm" >&5
22586 $as_echo_n "checking for jnl in -lm... " >&6; }
22587 if test "${ac_cv_lib_m_jnl+set}" = set; then :
22588 $as_echo_n "(cached) " >&6
22589 else
22590 ac_check_lib_save_LIBS=$LIBS
22591 LIBS="-lm $LIBS"
22592 if test x$gcc_no_link = xyes; then
22593 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
22595 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22596 /* end confdefs.h. */
22598 /* Override any GCC internal prototype to avoid an error.
22599 Use char because int might match the return type of a GCC
22600 builtin and then its argument prototype would still apply. */
22601 #ifdef __cplusplus
22602 extern "C"
22603 #endif
22604 char jnl ();
22606 main ()
22608 return jnl ();
22610 return 0;
22612 _ACEOF
22613 if ac_fn_c_try_link "$LINENO"; then :
22614 ac_cv_lib_m_jnl=yes
22615 else
22616 ac_cv_lib_m_jnl=no
22618 rm -f core conftest.err conftest.$ac_objext \
22619 conftest$ac_exeext conftest.$ac_ext
22620 LIBS=$ac_check_lib_save_LIBS
22622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_jnl" >&5
22623 $as_echo "$ac_cv_lib_m_jnl" >&6; }
22624 if test "x$ac_cv_lib_m_jnl" = x""yes; then :
22626 $as_echo "#define HAVE_JNL 1" >>confdefs.h
22630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for y0f in -lm" >&5
22631 $as_echo_n "checking for y0f in -lm... " >&6; }
22632 if test "${ac_cv_lib_m_y0f+set}" = set; then :
22633 $as_echo_n "(cached) " >&6
22634 else
22635 ac_check_lib_save_LIBS=$LIBS
22636 LIBS="-lm $LIBS"
22637 if test x$gcc_no_link = xyes; then
22638 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
22640 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22641 /* end confdefs.h. */
22643 /* Override any GCC internal prototype to avoid an error.
22644 Use char because int might match the return type of a GCC
22645 builtin and then its argument prototype would still apply. */
22646 #ifdef __cplusplus
22647 extern "C"
22648 #endif
22649 char y0f ();
22651 main ()
22653 return y0f ();
22655 return 0;
22657 _ACEOF
22658 if ac_fn_c_try_link "$LINENO"; then :
22659 ac_cv_lib_m_y0f=yes
22660 else
22661 ac_cv_lib_m_y0f=no
22663 rm -f core conftest.err conftest.$ac_objext \
22664 conftest$ac_exeext conftest.$ac_ext
22665 LIBS=$ac_check_lib_save_LIBS
22667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_y0f" >&5
22668 $as_echo "$ac_cv_lib_m_y0f" >&6; }
22669 if test "x$ac_cv_lib_m_y0f" = x""yes; then :
22671 $as_echo "#define HAVE_Y0F 1" >>confdefs.h
22675 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for y0 in -lm" >&5
22676 $as_echo_n "checking for y0 in -lm... " >&6; }
22677 if test "${ac_cv_lib_m_y0+set}" = set; then :
22678 $as_echo_n "(cached) " >&6
22679 else
22680 ac_check_lib_save_LIBS=$LIBS
22681 LIBS="-lm $LIBS"
22682 if test x$gcc_no_link = xyes; then
22683 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
22685 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22686 /* end confdefs.h. */
22688 /* Override any GCC internal prototype to avoid an error.
22689 Use char because int might match the return type of a GCC
22690 builtin and then its argument prototype would still apply. */
22691 #ifdef __cplusplus
22692 extern "C"
22693 #endif
22694 char y0 ();
22696 main ()
22698 return y0 ();
22700 return 0;
22702 _ACEOF
22703 if ac_fn_c_try_link "$LINENO"; then :
22704 ac_cv_lib_m_y0=yes
22705 else
22706 ac_cv_lib_m_y0=no
22708 rm -f core conftest.err conftest.$ac_objext \
22709 conftest$ac_exeext conftest.$ac_ext
22710 LIBS=$ac_check_lib_save_LIBS
22712 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_y0" >&5
22713 $as_echo "$ac_cv_lib_m_y0" >&6; }
22714 if test "x$ac_cv_lib_m_y0" = x""yes; then :
22716 $as_echo "#define HAVE_Y0 1" >>confdefs.h
22720 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for y0l in -lm" >&5
22721 $as_echo_n "checking for y0l in -lm... " >&6; }
22722 if test "${ac_cv_lib_m_y0l+set}" = set; then :
22723 $as_echo_n "(cached) " >&6
22724 else
22725 ac_check_lib_save_LIBS=$LIBS
22726 LIBS="-lm $LIBS"
22727 if test x$gcc_no_link = xyes; then
22728 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
22730 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22731 /* end confdefs.h. */
22733 /* Override any GCC internal prototype to avoid an error.
22734 Use char because int might match the return type of a GCC
22735 builtin and then its argument prototype would still apply. */
22736 #ifdef __cplusplus
22737 extern "C"
22738 #endif
22739 char y0l ();
22741 main ()
22743 return y0l ();
22745 return 0;
22747 _ACEOF
22748 if ac_fn_c_try_link "$LINENO"; then :
22749 ac_cv_lib_m_y0l=yes
22750 else
22751 ac_cv_lib_m_y0l=no
22753 rm -f core conftest.err conftest.$ac_objext \
22754 conftest$ac_exeext conftest.$ac_ext
22755 LIBS=$ac_check_lib_save_LIBS
22757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_y0l" >&5
22758 $as_echo "$ac_cv_lib_m_y0l" >&6; }
22759 if test "x$ac_cv_lib_m_y0l" = x""yes; then :
22761 $as_echo "#define HAVE_Y0L 1" >>confdefs.h
22765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for y1f in -lm" >&5
22766 $as_echo_n "checking for y1f in -lm... " >&6; }
22767 if test "${ac_cv_lib_m_y1f+set}" = set; then :
22768 $as_echo_n "(cached) " >&6
22769 else
22770 ac_check_lib_save_LIBS=$LIBS
22771 LIBS="-lm $LIBS"
22772 if test x$gcc_no_link = xyes; then
22773 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
22775 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22776 /* end confdefs.h. */
22778 /* Override any GCC internal prototype to avoid an error.
22779 Use char because int might match the return type of a GCC
22780 builtin and then its argument prototype would still apply. */
22781 #ifdef __cplusplus
22782 extern "C"
22783 #endif
22784 char y1f ();
22786 main ()
22788 return y1f ();
22790 return 0;
22792 _ACEOF
22793 if ac_fn_c_try_link "$LINENO"; then :
22794 ac_cv_lib_m_y1f=yes
22795 else
22796 ac_cv_lib_m_y1f=no
22798 rm -f core conftest.err conftest.$ac_objext \
22799 conftest$ac_exeext conftest.$ac_ext
22800 LIBS=$ac_check_lib_save_LIBS
22802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_y1f" >&5
22803 $as_echo "$ac_cv_lib_m_y1f" >&6; }
22804 if test "x$ac_cv_lib_m_y1f" = x""yes; then :
22806 $as_echo "#define HAVE_Y1F 1" >>confdefs.h
22810 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for y1 in -lm" >&5
22811 $as_echo_n "checking for y1 in -lm... " >&6; }
22812 if test "${ac_cv_lib_m_y1+set}" = set; then :
22813 $as_echo_n "(cached) " >&6
22814 else
22815 ac_check_lib_save_LIBS=$LIBS
22816 LIBS="-lm $LIBS"
22817 if test x$gcc_no_link = xyes; then
22818 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
22820 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22821 /* end confdefs.h. */
22823 /* Override any GCC internal prototype to avoid an error.
22824 Use char because int might match the return type of a GCC
22825 builtin and then its argument prototype would still apply. */
22826 #ifdef __cplusplus
22827 extern "C"
22828 #endif
22829 char y1 ();
22831 main ()
22833 return y1 ();
22835 return 0;
22837 _ACEOF
22838 if ac_fn_c_try_link "$LINENO"; then :
22839 ac_cv_lib_m_y1=yes
22840 else
22841 ac_cv_lib_m_y1=no
22843 rm -f core conftest.err conftest.$ac_objext \
22844 conftest$ac_exeext conftest.$ac_ext
22845 LIBS=$ac_check_lib_save_LIBS
22847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_y1" >&5
22848 $as_echo "$ac_cv_lib_m_y1" >&6; }
22849 if test "x$ac_cv_lib_m_y1" = x""yes; then :
22851 $as_echo "#define HAVE_Y1 1" >>confdefs.h
22855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for y1l in -lm" >&5
22856 $as_echo_n "checking for y1l in -lm... " >&6; }
22857 if test "${ac_cv_lib_m_y1l+set}" = set; then :
22858 $as_echo_n "(cached) " >&6
22859 else
22860 ac_check_lib_save_LIBS=$LIBS
22861 LIBS="-lm $LIBS"
22862 if test x$gcc_no_link = xyes; then
22863 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
22865 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22866 /* end confdefs.h. */
22868 /* Override any GCC internal prototype to avoid an error.
22869 Use char because int might match the return type of a GCC
22870 builtin and then its argument prototype would still apply. */
22871 #ifdef __cplusplus
22872 extern "C"
22873 #endif
22874 char y1l ();
22876 main ()
22878 return y1l ();
22880 return 0;
22882 _ACEOF
22883 if ac_fn_c_try_link "$LINENO"; then :
22884 ac_cv_lib_m_y1l=yes
22885 else
22886 ac_cv_lib_m_y1l=no
22888 rm -f core conftest.err conftest.$ac_objext \
22889 conftest$ac_exeext conftest.$ac_ext
22890 LIBS=$ac_check_lib_save_LIBS
22892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_y1l" >&5
22893 $as_echo "$ac_cv_lib_m_y1l" >&6; }
22894 if test "x$ac_cv_lib_m_y1l" = x""yes; then :
22896 $as_echo "#define HAVE_Y1L 1" >>confdefs.h
22900 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ynf in -lm" >&5
22901 $as_echo_n "checking for ynf in -lm... " >&6; }
22902 if test "${ac_cv_lib_m_ynf+set}" = set; then :
22903 $as_echo_n "(cached) " >&6
22904 else
22905 ac_check_lib_save_LIBS=$LIBS
22906 LIBS="-lm $LIBS"
22907 if test x$gcc_no_link = xyes; then
22908 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
22910 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22911 /* end confdefs.h. */
22913 /* Override any GCC internal prototype to avoid an error.
22914 Use char because int might match the return type of a GCC
22915 builtin and then its argument prototype would still apply. */
22916 #ifdef __cplusplus
22917 extern "C"
22918 #endif
22919 char ynf ();
22921 main ()
22923 return ynf ();
22925 return 0;
22927 _ACEOF
22928 if ac_fn_c_try_link "$LINENO"; then :
22929 ac_cv_lib_m_ynf=yes
22930 else
22931 ac_cv_lib_m_ynf=no
22933 rm -f core conftest.err conftest.$ac_objext \
22934 conftest$ac_exeext conftest.$ac_ext
22935 LIBS=$ac_check_lib_save_LIBS
22937 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_ynf" >&5
22938 $as_echo "$ac_cv_lib_m_ynf" >&6; }
22939 if test "x$ac_cv_lib_m_ynf" = x""yes; then :
22941 $as_echo "#define HAVE_YNF 1" >>confdefs.h
22945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for yn in -lm" >&5
22946 $as_echo_n "checking for yn in -lm... " >&6; }
22947 if test "${ac_cv_lib_m_yn+set}" = set; then :
22948 $as_echo_n "(cached) " >&6
22949 else
22950 ac_check_lib_save_LIBS=$LIBS
22951 LIBS="-lm $LIBS"
22952 if test x$gcc_no_link = xyes; then
22953 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
22955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22956 /* end confdefs.h. */
22958 /* Override any GCC internal prototype to avoid an error.
22959 Use char because int might match the return type of a GCC
22960 builtin and then its argument prototype would still apply. */
22961 #ifdef __cplusplus
22962 extern "C"
22963 #endif
22964 char yn ();
22966 main ()
22968 return yn ();
22970 return 0;
22972 _ACEOF
22973 if ac_fn_c_try_link "$LINENO"; then :
22974 ac_cv_lib_m_yn=yes
22975 else
22976 ac_cv_lib_m_yn=no
22978 rm -f core conftest.err conftest.$ac_objext \
22979 conftest$ac_exeext conftest.$ac_ext
22980 LIBS=$ac_check_lib_save_LIBS
22982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_yn" >&5
22983 $as_echo "$ac_cv_lib_m_yn" >&6; }
22984 if test "x$ac_cv_lib_m_yn" = x""yes; then :
22986 $as_echo "#define HAVE_YN 1" >>confdefs.h
22990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ynl in -lm" >&5
22991 $as_echo_n "checking for ynl in -lm... " >&6; }
22992 if test "${ac_cv_lib_m_ynl+set}" = set; then :
22993 $as_echo_n "(cached) " >&6
22994 else
22995 ac_check_lib_save_LIBS=$LIBS
22996 LIBS="-lm $LIBS"
22997 if test x$gcc_no_link = xyes; then
22998 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
23000 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23001 /* end confdefs.h. */
23003 /* Override any GCC internal prototype to avoid an error.
23004 Use char because int might match the return type of a GCC
23005 builtin and then its argument prototype would still apply. */
23006 #ifdef __cplusplus
23007 extern "C"
23008 #endif
23009 char ynl ();
23011 main ()
23013 return ynl ();
23015 return 0;
23017 _ACEOF
23018 if ac_fn_c_try_link "$LINENO"; then :
23019 ac_cv_lib_m_ynl=yes
23020 else
23021 ac_cv_lib_m_ynl=no
23023 rm -f core conftest.err conftest.$ac_objext \
23024 conftest$ac_exeext conftest.$ac_ext
23025 LIBS=$ac_check_lib_save_LIBS
23027 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_ynl" >&5
23028 $as_echo "$ac_cv_lib_m_ynl" >&6; }
23029 if test "x$ac_cv_lib_m_ynl" = x""yes; then :
23031 $as_echo "#define HAVE_YNL 1" >>confdefs.h
23035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tgamma in -lm" >&5
23036 $as_echo_n "checking for tgamma in -lm... " >&6; }
23037 if test "${ac_cv_lib_m_tgamma+set}" = set; then :
23038 $as_echo_n "(cached) " >&6
23039 else
23040 ac_check_lib_save_LIBS=$LIBS
23041 LIBS="-lm $LIBS"
23042 if test x$gcc_no_link = xyes; then
23043 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
23045 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23046 /* end confdefs.h. */
23048 /* Override any GCC internal prototype to avoid an error.
23049 Use char because int might match the return type of a GCC
23050 builtin and then its argument prototype would still apply. */
23051 #ifdef __cplusplus
23052 extern "C"
23053 #endif
23054 char tgamma ();
23056 main ()
23058 return tgamma ();
23060 return 0;
23062 _ACEOF
23063 if ac_fn_c_try_link "$LINENO"; then :
23064 ac_cv_lib_m_tgamma=yes
23065 else
23066 ac_cv_lib_m_tgamma=no
23068 rm -f core conftest.err conftest.$ac_objext \
23069 conftest$ac_exeext conftest.$ac_ext
23070 LIBS=$ac_check_lib_save_LIBS
23072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_tgamma" >&5
23073 $as_echo "$ac_cv_lib_m_tgamma" >&6; }
23074 if test "x$ac_cv_lib_m_tgamma" = x""yes; then :
23076 $as_echo "#define HAVE_TGAMMA 1" >>confdefs.h
23080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tgammaf in -lm" >&5
23081 $as_echo_n "checking for tgammaf in -lm... " >&6; }
23082 if test "${ac_cv_lib_m_tgammaf+set}" = set; then :
23083 $as_echo_n "(cached) " >&6
23084 else
23085 ac_check_lib_save_LIBS=$LIBS
23086 LIBS="-lm $LIBS"
23087 if test x$gcc_no_link = xyes; then
23088 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
23090 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23091 /* end confdefs.h. */
23093 /* Override any GCC internal prototype to avoid an error.
23094 Use char because int might match the return type of a GCC
23095 builtin and then its argument prototype would still apply. */
23096 #ifdef __cplusplus
23097 extern "C"
23098 #endif
23099 char tgammaf ();
23101 main ()
23103 return tgammaf ();
23105 return 0;
23107 _ACEOF
23108 if ac_fn_c_try_link "$LINENO"; then :
23109 ac_cv_lib_m_tgammaf=yes
23110 else
23111 ac_cv_lib_m_tgammaf=no
23113 rm -f core conftest.err conftest.$ac_objext \
23114 conftest$ac_exeext conftest.$ac_ext
23115 LIBS=$ac_check_lib_save_LIBS
23117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_tgammaf" >&5
23118 $as_echo "$ac_cv_lib_m_tgammaf" >&6; }
23119 if test "x$ac_cv_lib_m_tgammaf" = x""yes; then :
23121 $as_echo "#define HAVE_TGAMMAF 1" >>confdefs.h
23125 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tgammal in -lm" >&5
23126 $as_echo_n "checking for tgammal in -lm... " >&6; }
23127 if test "${ac_cv_lib_m_tgammal+set}" = set; then :
23128 $as_echo_n "(cached) " >&6
23129 else
23130 ac_check_lib_save_LIBS=$LIBS
23131 LIBS="-lm $LIBS"
23132 if test x$gcc_no_link = xyes; then
23133 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
23135 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23136 /* end confdefs.h. */
23138 /* Override any GCC internal prototype to avoid an error.
23139 Use char because int might match the return type of a GCC
23140 builtin and then its argument prototype would still apply. */
23141 #ifdef __cplusplus
23142 extern "C"
23143 #endif
23144 char tgammal ();
23146 main ()
23148 return tgammal ();
23150 return 0;
23152 _ACEOF
23153 if ac_fn_c_try_link "$LINENO"; then :
23154 ac_cv_lib_m_tgammal=yes
23155 else
23156 ac_cv_lib_m_tgammal=no
23158 rm -f core conftest.err conftest.$ac_objext \
23159 conftest$ac_exeext conftest.$ac_ext
23160 LIBS=$ac_check_lib_save_LIBS
23162 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_tgammal" >&5
23163 $as_echo "$ac_cv_lib_m_tgammal" >&6; }
23164 if test "x$ac_cv_lib_m_tgammal" = x""yes; then :
23166 $as_echo "#define HAVE_TGAMMAL 1" >>confdefs.h
23170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lgamma in -lm" >&5
23171 $as_echo_n "checking for lgamma in -lm... " >&6; }
23172 if test "${ac_cv_lib_m_lgamma+set}" = set; then :
23173 $as_echo_n "(cached) " >&6
23174 else
23175 ac_check_lib_save_LIBS=$LIBS
23176 LIBS="-lm $LIBS"
23177 if test x$gcc_no_link = xyes; then
23178 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
23180 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23181 /* end confdefs.h. */
23183 /* Override any GCC internal prototype to avoid an error.
23184 Use char because int might match the return type of a GCC
23185 builtin and then its argument prototype would still apply. */
23186 #ifdef __cplusplus
23187 extern "C"
23188 #endif
23189 char lgamma ();
23191 main ()
23193 return lgamma ();
23195 return 0;
23197 _ACEOF
23198 if ac_fn_c_try_link "$LINENO"; then :
23199 ac_cv_lib_m_lgamma=yes
23200 else
23201 ac_cv_lib_m_lgamma=no
23203 rm -f core conftest.err conftest.$ac_objext \
23204 conftest$ac_exeext conftest.$ac_ext
23205 LIBS=$ac_check_lib_save_LIBS
23207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_lgamma" >&5
23208 $as_echo "$ac_cv_lib_m_lgamma" >&6; }
23209 if test "x$ac_cv_lib_m_lgamma" = x""yes; then :
23211 $as_echo "#define HAVE_LGAMMA 1" >>confdefs.h
23215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lgammaf in -lm" >&5
23216 $as_echo_n "checking for lgammaf in -lm... " >&6; }
23217 if test "${ac_cv_lib_m_lgammaf+set}" = set; then :
23218 $as_echo_n "(cached) " >&6
23219 else
23220 ac_check_lib_save_LIBS=$LIBS
23221 LIBS="-lm $LIBS"
23222 if test x$gcc_no_link = xyes; then
23223 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
23225 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23226 /* end confdefs.h. */
23228 /* Override any GCC internal prototype to avoid an error.
23229 Use char because int might match the return type of a GCC
23230 builtin and then its argument prototype would still apply. */
23231 #ifdef __cplusplus
23232 extern "C"
23233 #endif
23234 char lgammaf ();
23236 main ()
23238 return lgammaf ();
23240 return 0;
23242 _ACEOF
23243 if ac_fn_c_try_link "$LINENO"; then :
23244 ac_cv_lib_m_lgammaf=yes
23245 else
23246 ac_cv_lib_m_lgammaf=no
23248 rm -f core conftest.err conftest.$ac_objext \
23249 conftest$ac_exeext conftest.$ac_ext
23250 LIBS=$ac_check_lib_save_LIBS
23252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_lgammaf" >&5
23253 $as_echo "$ac_cv_lib_m_lgammaf" >&6; }
23254 if test "x$ac_cv_lib_m_lgammaf" = x""yes; then :
23256 $as_echo "#define HAVE_LGAMMAF 1" >>confdefs.h
23260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lgammal in -lm" >&5
23261 $as_echo_n "checking for lgammal in -lm... " >&6; }
23262 if test "${ac_cv_lib_m_lgammal+set}" = set; then :
23263 $as_echo_n "(cached) " >&6
23264 else
23265 ac_check_lib_save_LIBS=$LIBS
23266 LIBS="-lm $LIBS"
23267 if test x$gcc_no_link = xyes; then
23268 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
23270 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23271 /* end confdefs.h. */
23273 /* Override any GCC internal prototype to avoid an error.
23274 Use char because int might match the return type of a GCC
23275 builtin and then its argument prototype would still apply. */
23276 #ifdef __cplusplus
23277 extern "C"
23278 #endif
23279 char lgammal ();
23281 main ()
23283 return lgammal ();
23285 return 0;
23287 _ACEOF
23288 if ac_fn_c_try_link "$LINENO"; then :
23289 ac_cv_lib_m_lgammal=yes
23290 else
23291 ac_cv_lib_m_lgammal=no
23293 rm -f core conftest.err conftest.$ac_objext \
23294 conftest$ac_exeext conftest.$ac_ext
23295 LIBS=$ac_check_lib_save_LIBS
23297 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_lgammal" >&5
23298 $as_echo "$ac_cv_lib_m_lgammal" >&6; }
23299 if test "x$ac_cv_lib_m_lgammal" = x""yes; then :
23301 $as_echo "#define HAVE_LGAMMAL 1" >>confdefs.h
23306 # Check for GFORTRAN_C99_1.1 funcs
23307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cacos in -lm" >&5
23308 $as_echo_n "checking for cacos in -lm... " >&6; }
23309 if test "${ac_cv_lib_m_cacos+set}" = set; then :
23310 $as_echo_n "(cached) " >&6
23311 else
23312 ac_check_lib_save_LIBS=$LIBS
23313 LIBS="-lm $LIBS"
23314 if test x$gcc_no_link = xyes; then
23315 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
23317 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23318 /* end confdefs.h. */
23320 /* Override any GCC internal prototype to avoid an error.
23321 Use char because int might match the return type of a GCC
23322 builtin and then its argument prototype would still apply. */
23323 #ifdef __cplusplus
23324 extern "C"
23325 #endif
23326 char cacos ();
23328 main ()
23330 return cacos ();
23332 return 0;
23334 _ACEOF
23335 if ac_fn_c_try_link "$LINENO"; then :
23336 ac_cv_lib_m_cacos=yes
23337 else
23338 ac_cv_lib_m_cacos=no
23340 rm -f core conftest.err conftest.$ac_objext \
23341 conftest$ac_exeext conftest.$ac_ext
23342 LIBS=$ac_check_lib_save_LIBS
23344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cacos" >&5
23345 $as_echo "$ac_cv_lib_m_cacos" >&6; }
23346 if test "x$ac_cv_lib_m_cacos" = x""yes; then :
23348 $as_echo "#define HAVE_CACOS 1" >>confdefs.h
23352 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cacosf in -lm" >&5
23353 $as_echo_n "checking for cacosf in -lm... " >&6; }
23354 if test "${ac_cv_lib_m_cacosf+set}" = set; then :
23355 $as_echo_n "(cached) " >&6
23356 else
23357 ac_check_lib_save_LIBS=$LIBS
23358 LIBS="-lm $LIBS"
23359 if test x$gcc_no_link = xyes; then
23360 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
23362 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23363 /* end confdefs.h. */
23365 /* Override any GCC internal prototype to avoid an error.
23366 Use char because int might match the return type of a GCC
23367 builtin and then its argument prototype would still apply. */
23368 #ifdef __cplusplus
23369 extern "C"
23370 #endif
23371 char cacosf ();
23373 main ()
23375 return cacosf ();
23377 return 0;
23379 _ACEOF
23380 if ac_fn_c_try_link "$LINENO"; then :
23381 ac_cv_lib_m_cacosf=yes
23382 else
23383 ac_cv_lib_m_cacosf=no
23385 rm -f core conftest.err conftest.$ac_objext \
23386 conftest$ac_exeext conftest.$ac_ext
23387 LIBS=$ac_check_lib_save_LIBS
23389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cacosf" >&5
23390 $as_echo "$ac_cv_lib_m_cacosf" >&6; }
23391 if test "x$ac_cv_lib_m_cacosf" = x""yes; then :
23393 $as_echo "#define HAVE_CACOSF 1" >>confdefs.h
23397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cacosh in -lm" >&5
23398 $as_echo_n "checking for cacosh in -lm... " >&6; }
23399 if test "${ac_cv_lib_m_cacosh+set}" = set; then :
23400 $as_echo_n "(cached) " >&6
23401 else
23402 ac_check_lib_save_LIBS=$LIBS
23403 LIBS="-lm $LIBS"
23404 if test x$gcc_no_link = xyes; then
23405 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
23407 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23408 /* end confdefs.h. */
23410 /* Override any GCC internal prototype to avoid an error.
23411 Use char because int might match the return type of a GCC
23412 builtin and then its argument prototype would still apply. */
23413 #ifdef __cplusplus
23414 extern "C"
23415 #endif
23416 char cacosh ();
23418 main ()
23420 return cacosh ();
23422 return 0;
23424 _ACEOF
23425 if ac_fn_c_try_link "$LINENO"; then :
23426 ac_cv_lib_m_cacosh=yes
23427 else
23428 ac_cv_lib_m_cacosh=no
23430 rm -f core conftest.err conftest.$ac_objext \
23431 conftest$ac_exeext conftest.$ac_ext
23432 LIBS=$ac_check_lib_save_LIBS
23434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cacosh" >&5
23435 $as_echo "$ac_cv_lib_m_cacosh" >&6; }
23436 if test "x$ac_cv_lib_m_cacosh" = x""yes; then :
23438 $as_echo "#define HAVE_CACOSH 1" >>confdefs.h
23442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cacoshf in -lm" >&5
23443 $as_echo_n "checking for cacoshf in -lm... " >&6; }
23444 if test "${ac_cv_lib_m_cacoshf+set}" = set; then :
23445 $as_echo_n "(cached) " >&6
23446 else
23447 ac_check_lib_save_LIBS=$LIBS
23448 LIBS="-lm $LIBS"
23449 if test x$gcc_no_link = xyes; then
23450 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
23452 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23453 /* end confdefs.h. */
23455 /* Override any GCC internal prototype to avoid an error.
23456 Use char because int might match the return type of a GCC
23457 builtin and then its argument prototype would still apply. */
23458 #ifdef __cplusplus
23459 extern "C"
23460 #endif
23461 char cacoshf ();
23463 main ()
23465 return cacoshf ();
23467 return 0;
23469 _ACEOF
23470 if ac_fn_c_try_link "$LINENO"; then :
23471 ac_cv_lib_m_cacoshf=yes
23472 else
23473 ac_cv_lib_m_cacoshf=no
23475 rm -f core conftest.err conftest.$ac_objext \
23476 conftest$ac_exeext conftest.$ac_ext
23477 LIBS=$ac_check_lib_save_LIBS
23479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cacoshf" >&5
23480 $as_echo "$ac_cv_lib_m_cacoshf" >&6; }
23481 if test "x$ac_cv_lib_m_cacoshf" = x""yes; then :
23483 $as_echo "#define HAVE_CACOSHF 1" >>confdefs.h
23487 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cacoshl in -lm" >&5
23488 $as_echo_n "checking for cacoshl in -lm... " >&6; }
23489 if test "${ac_cv_lib_m_cacoshl+set}" = set; then :
23490 $as_echo_n "(cached) " >&6
23491 else
23492 ac_check_lib_save_LIBS=$LIBS
23493 LIBS="-lm $LIBS"
23494 if test x$gcc_no_link = xyes; then
23495 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
23497 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23498 /* end confdefs.h. */
23500 /* Override any GCC internal prototype to avoid an error.
23501 Use char because int might match the return type of a GCC
23502 builtin and then its argument prototype would still apply. */
23503 #ifdef __cplusplus
23504 extern "C"
23505 #endif
23506 char cacoshl ();
23508 main ()
23510 return cacoshl ();
23512 return 0;
23514 _ACEOF
23515 if ac_fn_c_try_link "$LINENO"; then :
23516 ac_cv_lib_m_cacoshl=yes
23517 else
23518 ac_cv_lib_m_cacoshl=no
23520 rm -f core conftest.err conftest.$ac_objext \
23521 conftest$ac_exeext conftest.$ac_ext
23522 LIBS=$ac_check_lib_save_LIBS
23524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cacoshl" >&5
23525 $as_echo "$ac_cv_lib_m_cacoshl" >&6; }
23526 if test "x$ac_cv_lib_m_cacoshl" = x""yes; then :
23528 $as_echo "#define HAVE_CACOSHL 1" >>confdefs.h
23532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cacosl in -lm" >&5
23533 $as_echo_n "checking for cacosl in -lm... " >&6; }
23534 if test "${ac_cv_lib_m_cacosl+set}" = set; then :
23535 $as_echo_n "(cached) " >&6
23536 else
23537 ac_check_lib_save_LIBS=$LIBS
23538 LIBS="-lm $LIBS"
23539 if test x$gcc_no_link = xyes; then
23540 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
23542 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23543 /* end confdefs.h. */
23545 /* Override any GCC internal prototype to avoid an error.
23546 Use char because int might match the return type of a GCC
23547 builtin and then its argument prototype would still apply. */
23548 #ifdef __cplusplus
23549 extern "C"
23550 #endif
23551 char cacosl ();
23553 main ()
23555 return cacosl ();
23557 return 0;
23559 _ACEOF
23560 if ac_fn_c_try_link "$LINENO"; then :
23561 ac_cv_lib_m_cacosl=yes
23562 else
23563 ac_cv_lib_m_cacosl=no
23565 rm -f core conftest.err conftest.$ac_objext \
23566 conftest$ac_exeext conftest.$ac_ext
23567 LIBS=$ac_check_lib_save_LIBS
23569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_cacosl" >&5
23570 $as_echo "$ac_cv_lib_m_cacosl" >&6; }
23571 if test "x$ac_cv_lib_m_cacosl" = x""yes; then :
23573 $as_echo "#define HAVE_CACOSL 1" >>confdefs.h
23577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for casin in -lm" >&5
23578 $as_echo_n "checking for casin in -lm... " >&6; }
23579 if test "${ac_cv_lib_m_casin+set}" = set; then :
23580 $as_echo_n "(cached) " >&6
23581 else
23582 ac_check_lib_save_LIBS=$LIBS
23583 LIBS="-lm $LIBS"
23584 if test x$gcc_no_link = xyes; then
23585 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
23587 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23588 /* end confdefs.h. */
23590 /* Override any GCC internal prototype to avoid an error.
23591 Use char because int might match the return type of a GCC
23592 builtin and then its argument prototype would still apply. */
23593 #ifdef __cplusplus
23594 extern "C"
23595 #endif
23596 char casin ();
23598 main ()
23600 return casin ();
23602 return 0;
23604 _ACEOF
23605 if ac_fn_c_try_link "$LINENO"; then :
23606 ac_cv_lib_m_casin=yes
23607 else
23608 ac_cv_lib_m_casin=no
23610 rm -f core conftest.err conftest.$ac_objext \
23611 conftest$ac_exeext conftest.$ac_ext
23612 LIBS=$ac_check_lib_save_LIBS
23614 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_casin" >&5
23615 $as_echo "$ac_cv_lib_m_casin" >&6; }
23616 if test "x$ac_cv_lib_m_casin" = x""yes; then :
23618 $as_echo "#define HAVE_CASIN 1" >>confdefs.h
23622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for casinf in -lm" >&5
23623 $as_echo_n "checking for casinf in -lm... " >&6; }
23624 if test "${ac_cv_lib_m_casinf+set}" = set; then :
23625 $as_echo_n "(cached) " >&6
23626 else
23627 ac_check_lib_save_LIBS=$LIBS
23628 LIBS="-lm $LIBS"
23629 if test x$gcc_no_link = xyes; then
23630 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
23632 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23633 /* end confdefs.h. */
23635 /* Override any GCC internal prototype to avoid an error.
23636 Use char because int might match the return type of a GCC
23637 builtin and then its argument prototype would still apply. */
23638 #ifdef __cplusplus
23639 extern "C"
23640 #endif
23641 char casinf ();
23643 main ()
23645 return casinf ();
23647 return 0;
23649 _ACEOF
23650 if ac_fn_c_try_link "$LINENO"; then :
23651 ac_cv_lib_m_casinf=yes
23652 else
23653 ac_cv_lib_m_casinf=no
23655 rm -f core conftest.err conftest.$ac_objext \
23656 conftest$ac_exeext conftest.$ac_ext
23657 LIBS=$ac_check_lib_save_LIBS
23659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_casinf" >&5
23660 $as_echo "$ac_cv_lib_m_casinf" >&6; }
23661 if test "x$ac_cv_lib_m_casinf" = x""yes; then :
23663 $as_echo "#define HAVE_CASINF 1" >>confdefs.h
23667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for casinh in -lm" >&5
23668 $as_echo_n "checking for casinh in -lm... " >&6; }
23669 if test "${ac_cv_lib_m_casinh+set}" = set; then :
23670 $as_echo_n "(cached) " >&6
23671 else
23672 ac_check_lib_save_LIBS=$LIBS
23673 LIBS="-lm $LIBS"
23674 if test x$gcc_no_link = xyes; then
23675 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
23677 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23678 /* end confdefs.h. */
23680 /* Override any GCC internal prototype to avoid an error.
23681 Use char because int might match the return type of a GCC
23682 builtin and then its argument prototype would still apply. */
23683 #ifdef __cplusplus
23684 extern "C"
23685 #endif
23686 char casinh ();
23688 main ()
23690 return casinh ();
23692 return 0;
23694 _ACEOF
23695 if ac_fn_c_try_link "$LINENO"; then :
23696 ac_cv_lib_m_casinh=yes
23697 else
23698 ac_cv_lib_m_casinh=no
23700 rm -f core conftest.err conftest.$ac_objext \
23701 conftest$ac_exeext conftest.$ac_ext
23702 LIBS=$ac_check_lib_save_LIBS
23704 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_casinh" >&5
23705 $as_echo "$ac_cv_lib_m_casinh" >&6; }
23706 if test "x$ac_cv_lib_m_casinh" = x""yes; then :
23708 $as_echo "#define HAVE_CASINH 1" >>confdefs.h
23712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for casinhf in -lm" >&5
23713 $as_echo_n "checking for casinhf in -lm... " >&6; }
23714 if test "${ac_cv_lib_m_casinhf+set}" = set; then :
23715 $as_echo_n "(cached) " >&6
23716 else
23717 ac_check_lib_save_LIBS=$LIBS
23718 LIBS="-lm $LIBS"
23719 if test x$gcc_no_link = xyes; then
23720 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
23722 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23723 /* end confdefs.h. */
23725 /* Override any GCC internal prototype to avoid an error.
23726 Use char because int might match the return type of a GCC
23727 builtin and then its argument prototype would still apply. */
23728 #ifdef __cplusplus
23729 extern "C"
23730 #endif
23731 char casinhf ();
23733 main ()
23735 return casinhf ();
23737 return 0;
23739 _ACEOF
23740 if ac_fn_c_try_link "$LINENO"; then :
23741 ac_cv_lib_m_casinhf=yes
23742 else
23743 ac_cv_lib_m_casinhf=no
23745 rm -f core conftest.err conftest.$ac_objext \
23746 conftest$ac_exeext conftest.$ac_ext
23747 LIBS=$ac_check_lib_save_LIBS
23749 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_casinhf" >&5
23750 $as_echo "$ac_cv_lib_m_casinhf" >&6; }
23751 if test "x$ac_cv_lib_m_casinhf" = x""yes; then :
23753 $as_echo "#define HAVE_CASINHF 1" >>confdefs.h
23757 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for casinhl in -lm" >&5
23758 $as_echo_n "checking for casinhl in -lm... " >&6; }
23759 if test "${ac_cv_lib_m_casinhl+set}" = set; then :
23760 $as_echo_n "(cached) " >&6
23761 else
23762 ac_check_lib_save_LIBS=$LIBS
23763 LIBS="-lm $LIBS"
23764 if test x$gcc_no_link = xyes; then
23765 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
23767 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23768 /* end confdefs.h. */
23770 /* Override any GCC internal prototype to avoid an error.
23771 Use char because int might match the return type of a GCC
23772 builtin and then its argument prototype would still apply. */
23773 #ifdef __cplusplus
23774 extern "C"
23775 #endif
23776 char casinhl ();
23778 main ()
23780 return casinhl ();
23782 return 0;
23784 _ACEOF
23785 if ac_fn_c_try_link "$LINENO"; then :
23786 ac_cv_lib_m_casinhl=yes
23787 else
23788 ac_cv_lib_m_casinhl=no
23790 rm -f core conftest.err conftest.$ac_objext \
23791 conftest$ac_exeext conftest.$ac_ext
23792 LIBS=$ac_check_lib_save_LIBS
23794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_casinhl" >&5
23795 $as_echo "$ac_cv_lib_m_casinhl" >&6; }
23796 if test "x$ac_cv_lib_m_casinhl" = x""yes; then :
23798 $as_echo "#define HAVE_CASINHL 1" >>confdefs.h
23802 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for casinl in -lm" >&5
23803 $as_echo_n "checking for casinl in -lm... " >&6; }
23804 if test "${ac_cv_lib_m_casinl+set}" = set; then :
23805 $as_echo_n "(cached) " >&6
23806 else
23807 ac_check_lib_save_LIBS=$LIBS
23808 LIBS="-lm $LIBS"
23809 if test x$gcc_no_link = xyes; then
23810 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
23812 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23813 /* end confdefs.h. */
23815 /* Override any GCC internal prototype to avoid an error.
23816 Use char because int might match the return type of a GCC
23817 builtin and then its argument prototype would still apply. */
23818 #ifdef __cplusplus
23819 extern "C"
23820 #endif
23821 char casinl ();
23823 main ()
23825 return casinl ();
23827 return 0;
23829 _ACEOF
23830 if ac_fn_c_try_link "$LINENO"; then :
23831 ac_cv_lib_m_casinl=yes
23832 else
23833 ac_cv_lib_m_casinl=no
23835 rm -f core conftest.err conftest.$ac_objext \
23836 conftest$ac_exeext conftest.$ac_ext
23837 LIBS=$ac_check_lib_save_LIBS
23839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_casinl" >&5
23840 $as_echo "$ac_cv_lib_m_casinl" >&6; }
23841 if test "x$ac_cv_lib_m_casinl" = x""yes; then :
23843 $as_echo "#define HAVE_CASINL 1" >>confdefs.h
23847 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catan in -lm" >&5
23848 $as_echo_n "checking for catan in -lm... " >&6; }
23849 if test "${ac_cv_lib_m_catan+set}" = set; then :
23850 $as_echo_n "(cached) " >&6
23851 else
23852 ac_check_lib_save_LIBS=$LIBS
23853 LIBS="-lm $LIBS"
23854 if test x$gcc_no_link = xyes; then
23855 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
23857 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23858 /* end confdefs.h. */
23860 /* Override any GCC internal prototype to avoid an error.
23861 Use char because int might match the return type of a GCC
23862 builtin and then its argument prototype would still apply. */
23863 #ifdef __cplusplus
23864 extern "C"
23865 #endif
23866 char catan ();
23868 main ()
23870 return catan ();
23872 return 0;
23874 _ACEOF
23875 if ac_fn_c_try_link "$LINENO"; then :
23876 ac_cv_lib_m_catan=yes
23877 else
23878 ac_cv_lib_m_catan=no
23880 rm -f core conftest.err conftest.$ac_objext \
23881 conftest$ac_exeext conftest.$ac_ext
23882 LIBS=$ac_check_lib_save_LIBS
23884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_catan" >&5
23885 $as_echo "$ac_cv_lib_m_catan" >&6; }
23886 if test "x$ac_cv_lib_m_catan" = x""yes; then :
23888 $as_echo "#define HAVE_CATAN 1" >>confdefs.h
23892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catanf in -lm" >&5
23893 $as_echo_n "checking for catanf in -lm... " >&6; }
23894 if test "${ac_cv_lib_m_catanf+set}" = set; then :
23895 $as_echo_n "(cached) " >&6
23896 else
23897 ac_check_lib_save_LIBS=$LIBS
23898 LIBS="-lm $LIBS"
23899 if test x$gcc_no_link = xyes; then
23900 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
23902 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23903 /* end confdefs.h. */
23905 /* Override any GCC internal prototype to avoid an error.
23906 Use char because int might match the return type of a GCC
23907 builtin and then its argument prototype would still apply. */
23908 #ifdef __cplusplus
23909 extern "C"
23910 #endif
23911 char catanf ();
23913 main ()
23915 return catanf ();
23917 return 0;
23919 _ACEOF
23920 if ac_fn_c_try_link "$LINENO"; then :
23921 ac_cv_lib_m_catanf=yes
23922 else
23923 ac_cv_lib_m_catanf=no
23925 rm -f core conftest.err conftest.$ac_objext \
23926 conftest$ac_exeext conftest.$ac_ext
23927 LIBS=$ac_check_lib_save_LIBS
23929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_catanf" >&5
23930 $as_echo "$ac_cv_lib_m_catanf" >&6; }
23931 if test "x$ac_cv_lib_m_catanf" = x""yes; then :
23933 $as_echo "#define HAVE_CATANF 1" >>confdefs.h
23937 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catanh in -lm" >&5
23938 $as_echo_n "checking for catanh in -lm... " >&6; }
23939 if test "${ac_cv_lib_m_catanh+set}" = set; then :
23940 $as_echo_n "(cached) " >&6
23941 else
23942 ac_check_lib_save_LIBS=$LIBS
23943 LIBS="-lm $LIBS"
23944 if test x$gcc_no_link = xyes; then
23945 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
23947 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23948 /* end confdefs.h. */
23950 /* Override any GCC internal prototype to avoid an error.
23951 Use char because int might match the return type of a GCC
23952 builtin and then its argument prototype would still apply. */
23953 #ifdef __cplusplus
23954 extern "C"
23955 #endif
23956 char catanh ();
23958 main ()
23960 return catanh ();
23962 return 0;
23964 _ACEOF
23965 if ac_fn_c_try_link "$LINENO"; then :
23966 ac_cv_lib_m_catanh=yes
23967 else
23968 ac_cv_lib_m_catanh=no
23970 rm -f core conftest.err conftest.$ac_objext \
23971 conftest$ac_exeext conftest.$ac_ext
23972 LIBS=$ac_check_lib_save_LIBS
23974 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_catanh" >&5
23975 $as_echo "$ac_cv_lib_m_catanh" >&6; }
23976 if test "x$ac_cv_lib_m_catanh" = x""yes; then :
23978 $as_echo "#define HAVE_CATANH 1" >>confdefs.h
23982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catanhf in -lm" >&5
23983 $as_echo_n "checking for catanhf in -lm... " >&6; }
23984 if test "${ac_cv_lib_m_catanhf+set}" = set; then :
23985 $as_echo_n "(cached) " >&6
23986 else
23987 ac_check_lib_save_LIBS=$LIBS
23988 LIBS="-lm $LIBS"
23989 if test x$gcc_no_link = xyes; then
23990 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
23992 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
23993 /* end confdefs.h. */
23995 /* Override any GCC internal prototype to avoid an error.
23996 Use char because int might match the return type of a GCC
23997 builtin and then its argument prototype would still apply. */
23998 #ifdef __cplusplus
23999 extern "C"
24000 #endif
24001 char catanhf ();
24003 main ()
24005 return catanhf ();
24007 return 0;
24009 _ACEOF
24010 if ac_fn_c_try_link "$LINENO"; then :
24011 ac_cv_lib_m_catanhf=yes
24012 else
24013 ac_cv_lib_m_catanhf=no
24015 rm -f core conftest.err conftest.$ac_objext \
24016 conftest$ac_exeext conftest.$ac_ext
24017 LIBS=$ac_check_lib_save_LIBS
24019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_catanhf" >&5
24020 $as_echo "$ac_cv_lib_m_catanhf" >&6; }
24021 if test "x$ac_cv_lib_m_catanhf" = x""yes; then :
24023 $as_echo "#define HAVE_CATANHF 1" >>confdefs.h
24027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catanhl in -lm" >&5
24028 $as_echo_n "checking for catanhl in -lm... " >&6; }
24029 if test "${ac_cv_lib_m_catanhl+set}" = set; then :
24030 $as_echo_n "(cached) " >&6
24031 else
24032 ac_check_lib_save_LIBS=$LIBS
24033 LIBS="-lm $LIBS"
24034 if test x$gcc_no_link = xyes; then
24035 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
24037 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24038 /* end confdefs.h. */
24040 /* Override any GCC internal prototype to avoid an error.
24041 Use char because int might match the return type of a GCC
24042 builtin and then its argument prototype would still apply. */
24043 #ifdef __cplusplus
24044 extern "C"
24045 #endif
24046 char catanhl ();
24048 main ()
24050 return catanhl ();
24052 return 0;
24054 _ACEOF
24055 if ac_fn_c_try_link "$LINENO"; then :
24056 ac_cv_lib_m_catanhl=yes
24057 else
24058 ac_cv_lib_m_catanhl=no
24060 rm -f core conftest.err conftest.$ac_objext \
24061 conftest$ac_exeext conftest.$ac_ext
24062 LIBS=$ac_check_lib_save_LIBS
24064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_catanhl" >&5
24065 $as_echo "$ac_cv_lib_m_catanhl" >&6; }
24066 if test "x$ac_cv_lib_m_catanhl" = x""yes; then :
24068 $as_echo "#define HAVE_CATANHL 1" >>confdefs.h
24072 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catanl in -lm" >&5
24073 $as_echo_n "checking for catanl in -lm... " >&6; }
24074 if test "${ac_cv_lib_m_catanl+set}" = set; then :
24075 $as_echo_n "(cached) " >&6
24076 else
24077 ac_check_lib_save_LIBS=$LIBS
24078 LIBS="-lm $LIBS"
24079 if test x$gcc_no_link = xyes; then
24080 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
24082 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24083 /* end confdefs.h. */
24085 /* Override any GCC internal prototype to avoid an error.
24086 Use char because int might match the return type of a GCC
24087 builtin and then its argument prototype would still apply. */
24088 #ifdef __cplusplus
24089 extern "C"
24090 #endif
24091 char catanl ();
24093 main ()
24095 return catanl ();
24097 return 0;
24099 _ACEOF
24100 if ac_fn_c_try_link "$LINENO"; then :
24101 ac_cv_lib_m_catanl=yes
24102 else
24103 ac_cv_lib_m_catanl=no
24105 rm -f core conftest.err conftest.$ac_objext \
24106 conftest$ac_exeext conftest.$ac_ext
24107 LIBS=$ac_check_lib_save_LIBS
24109 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_catanl" >&5
24110 $as_echo "$ac_cv_lib_m_catanl" >&6; }
24111 if test "x$ac_cv_lib_m_catanl" = x""yes; then :
24113 $as_echo "#define HAVE_CATANL 1" >>confdefs.h
24118 # On AIX, clog is present in libm as __clog
24119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __clog in -lm" >&5
24120 $as_echo_n "checking for __clog in -lm... " >&6; }
24121 if test "${ac_cv_lib_m___clog+set}" = set; then :
24122 $as_echo_n "(cached) " >&6
24123 else
24124 ac_check_lib_save_LIBS=$LIBS
24125 LIBS="-lm $LIBS"
24126 if test x$gcc_no_link = xyes; then
24127 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
24129 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24130 /* end confdefs.h. */
24132 /* Override any GCC internal prototype to avoid an error.
24133 Use char because int might match the return type of a GCC
24134 builtin and then its argument prototype would still apply. */
24135 #ifdef __cplusplus
24136 extern "C"
24137 #endif
24138 char __clog ();
24140 main ()
24142 return __clog ();
24144 return 0;
24146 _ACEOF
24147 if ac_fn_c_try_link "$LINENO"; then :
24148 ac_cv_lib_m___clog=yes
24149 else
24150 ac_cv_lib_m___clog=no
24152 rm -f core conftest.err conftest.$ac_objext \
24153 conftest$ac_exeext conftest.$ac_ext
24154 LIBS=$ac_check_lib_save_LIBS
24156 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m___clog" >&5
24157 $as_echo "$ac_cv_lib_m___clog" >&6; }
24158 if test "x$ac_cv_lib_m___clog" = x""yes; then :
24160 $as_echo "#define HAVE_CLOG 1" >>confdefs.h
24165 # Check whether the system has a working stat()
24167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target stat is reliable" >&5
24168 $as_echo_n "checking whether the target stat is reliable... " >&6; }
24169 if test "${libgfor_cv_have_working_stat+set}" = set; then :
24170 $as_echo_n "(cached) " >&6
24171 else
24173 if test "$cross_compiling" = yes; then :
24175 case "${target}" in
24176 *mingw*) libgfor_cv_have_working_stat=no ;;
24177 *) libgfor_cv_have_working_stat=yes;;
24178 esac
24179 else
24180 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24181 /* end confdefs.h. */
24183 #include <stdio.h>
24184 #include <sys/types.h>
24185 #include <sys/stat.h>
24186 #include <unistd.h>
24188 int main ()
24190 FILE *f, *g;
24191 struct stat st1, st2;
24193 f = fopen ("foo", "w");
24194 g = fopen ("bar", "w");
24195 if (stat ("foo", &st1) != 0 || stat ("bar", &st2))
24196 return 1;
24197 if (st1.st_dev == st2.st_dev && st1.st_ino == st2.st_ino)
24198 return 1;
24199 fclose(f);
24200 fclose(g);
24201 return 0;
24203 _ACEOF
24204 if ac_fn_c_try_run "$LINENO"; then :
24205 libgfor_cv_have_working_stat=yes
24206 else
24207 libgfor_cv_have_working_stat=no
24209 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
24210 conftest.$ac_objext conftest.beam conftest.$ac_ext
24214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libgfor_cv_have_working_stat" >&5
24215 $as_echo "$libgfor_cv_have_working_stat" >&6; }
24216 if test x"$libgfor_cv_have_working_stat" = xyes; then
24218 $as_echo "#define HAVE_WORKING_STAT 1" >>confdefs.h
24222 # Check whether __mingw_snprintf() is present
24224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __mingw_snprintf is present" >&5
24225 $as_echo_n "checking whether __mingw_snprintf is present... " >&6; }
24226 if test "${libgfor_cv_have_mingw_snprintf+set}" = set; then :
24227 $as_echo_n "(cached) " >&6
24228 else
24230 if test x$gcc_no_link = xyes; then
24231 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
24233 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24234 /* end confdefs.h. */
24236 #include <stdio.h>
24237 extern int __mingw_snprintf (char *, size_t, const char *, ...);
24240 main ()
24243 __mingw_snprintf (NULL, 0, "%d\n", 1);
24246 return 0;
24248 _ACEOF
24249 if ac_fn_c_try_link "$LINENO"; then :
24250 eval "libgfor_cv_have_mingw_snprintf=yes"
24251 else
24252 eval "libgfor_cv_have_mingw_snprintf=no"
24254 rm -f core conftest.err conftest.$ac_objext \
24255 conftest$ac_exeext conftest.$ac_ext
24258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libgfor_cv_have_mingw_snprintf" >&5
24259 $as_echo "$libgfor_cv_have_mingw_snprintf" >&6; }
24260 if test x"$libgfor_cv_have_mingw_snprintf" = xyes; then
24262 $as_echo "#define HAVE_MINGW_SNPRINTF 1" >>confdefs.h
24267 # Check for a broken powf implementation
24269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether powf is broken" >&5
24270 $as_echo_n "checking whether powf is broken... " >&6; }
24271 if test "${libgfor_cv_have_broken_powf+set}" = set; then :
24272 $as_echo_n "(cached) " >&6
24273 else
24275 case "${target}" in
24276 hppa*64*-*-hpux*) libgfor_cv_have_broken_powf=yes ;;
24277 *) libgfor_cv_have_broken_powf=no;;
24278 esac
24280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libgfor_cv_have_broken_powf" >&5
24281 $as_echo "$libgfor_cv_have_broken_powf" >&6; }
24282 if test x"$libgfor_cv_have_broken_powf" = xyes; then
24284 $as_echo "#define HAVE_BROKEN_POWF 1" >>confdefs.h
24289 # Check for GNU libc feenableexcept
24290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for feenableexcept in -lm" >&5
24291 $as_echo_n "checking for feenableexcept in -lm... " >&6; }
24292 if test "${ac_cv_lib_m_feenableexcept+set}" = set; then :
24293 $as_echo_n "(cached) " >&6
24294 else
24295 ac_check_lib_save_LIBS=$LIBS
24296 LIBS="-lm $LIBS"
24297 if test x$gcc_no_link = xyes; then
24298 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
24300 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24301 /* end confdefs.h. */
24303 /* Override any GCC internal prototype to avoid an error.
24304 Use char because int might match the return type of a GCC
24305 builtin and then its argument prototype would still apply. */
24306 #ifdef __cplusplus
24307 extern "C"
24308 #endif
24309 char feenableexcept ();
24311 main ()
24313 return feenableexcept ();
24315 return 0;
24317 _ACEOF
24318 if ac_fn_c_try_link "$LINENO"; then :
24319 ac_cv_lib_m_feenableexcept=yes
24320 else
24321 ac_cv_lib_m_feenableexcept=no
24323 rm -f core conftest.err conftest.$ac_objext \
24324 conftest$ac_exeext conftest.$ac_ext
24325 LIBS=$ac_check_lib_save_LIBS
24327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_feenableexcept" >&5
24328 $as_echo "$ac_cv_lib_m_feenableexcept" >&6; }
24329 if test "x$ac_cv_lib_m_feenableexcept" = x""yes; then :
24330 have_feenableexcept=yes
24331 $as_echo "#define HAVE_FEENABLEEXCEPT 1" >>confdefs.h
24336 # Check for SysV fpsetmask
24338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether fpsetmask is present" >&5
24339 $as_echo_n "checking whether fpsetmask is present... " >&6; }
24340 if test "${libgfor_cv_have_fpsetmask+set}" = set; then :
24341 $as_echo_n "(cached) " >&6
24342 else
24344 if test x$gcc_no_link = xyes; then
24345 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
24347 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24348 /* end confdefs.h. */
24350 #if HAVE_FLOATINGPOINT_H
24351 # include <floatingpoint.h>
24352 #endif /* HAVE_FLOATINGPOINT_H */
24353 #if HAVE_IEEEFP_H
24354 # include <ieeefp.h>
24355 #endif /* HAVE_IEEEFP_H */
24357 main ()
24359 fpsetmask(0);
24361 return 0;
24363 _ACEOF
24364 if ac_fn_c_try_link "$LINENO"; then :
24365 eval "libgfor_cv_have_fpsetmask=yes"
24366 else
24367 eval "libgfor_cv_have_fpsetmask=no"
24369 rm -f core conftest.err conftest.$ac_objext \
24370 conftest$ac_exeext conftest.$ac_ext
24373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libgfor_cv_have_fpsetmask" >&5
24374 $as_echo "$libgfor_cv_have_fpsetmask" >&6; }
24375 if test x"$libgfor_cv_have_fpsetmask" = xyes; then
24377 $as_echo "#define HAVE_FPSETMASK 1" >>confdefs.h
24382 # Check for AIX fp_trap and fp_enable
24383 ac_fn_c_check_func "$LINENO" "fp_trap" "ac_cv_func_fp_trap"
24384 if test "x$ac_cv_func_fp_trap" = x""yes; then :
24385 have_fp_trap=yes
24386 $as_echo "#define HAVE_FP_TRAP 1" >>confdefs.h
24390 ac_fn_c_check_func "$LINENO" "fp_enable" "ac_cv_func_fp_enable"
24391 if test "x$ac_cv_func_fp_enable" = x""yes; then :
24392 have_fp_enable=yes
24393 $as_echo "#define HAVE_FP_ENABLE 1" >>confdefs.h
24398 # Runs configure.host to set up necessary host-dependent shell variables.
24399 # We then display a message about it, and propagate them through the
24400 # build chain.
24401 . ${srcdir}/configure.host
24402 { $as_echo "$as_me:${as_lineno-$LINENO}: FPU dependent file will be ${fpu_host}.h" >&5
24403 $as_echo "$as_me: FPU dependent file will be ${fpu_host}.h" >&6;}
24404 FPU_HOST_HEADER=config/${fpu_host}.h
24407 # Some targets require additional compiler options for IEEE compatibility.
24408 IEEE_FLAGS="${ieee_flags}"
24411 # Check out attribute support.
24413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports hidden visibility" >&5
24414 $as_echo_n "checking whether the target supports hidden visibility... " >&6; }
24415 if test "${libgfor_cv_have_attribute_visibility+set}" = set; then :
24416 $as_echo_n "(cached) " >&6
24417 else
24419 save_CFLAGS="$CFLAGS"
24420 CFLAGS="$CFLAGS -Werror"
24421 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24422 /* end confdefs.h. */
24423 void __attribute__((visibility("hidden"))) foo(void) { }
24425 main ()
24429 return 0;
24431 _ACEOF
24432 if ac_fn_c_try_compile "$LINENO"; then :
24433 libgfor_cv_have_attribute_visibility=yes
24434 else
24435 libgfor_cv_have_attribute_visibility=no
24437 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24438 CFLAGS="$save_CFLAGS"
24440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libgfor_cv_have_attribute_visibility" >&5
24441 $as_echo "$libgfor_cv_have_attribute_visibility" >&6; }
24442 if test $libgfor_cv_have_attribute_visibility = yes; then
24444 $as_echo "#define HAVE_ATTRIBUTE_VISIBILITY 1" >>confdefs.h
24448 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports dllexport" >&5
24449 $as_echo_n "checking whether the target supports dllexport... " >&6; }
24450 if test "${libgfor_cv_have_attribute_dllexport+set}" = set; then :
24451 $as_echo_n "(cached) " >&6
24452 else
24454 save_CFLAGS="$CFLAGS"
24455 CFLAGS="$CFLAGS -Werror"
24456 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24457 /* end confdefs.h. */
24458 void __attribute__((dllexport)) foo(void) { }
24460 main ()
24464 return 0;
24466 _ACEOF
24467 if ac_fn_c_try_compile "$LINENO"; then :
24468 libgfor_cv_have_attribute_dllexport=yes
24469 else
24470 libgfor_cv_have_attribute_dllexport=no
24472 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24473 CFLAGS="$save_CFLAGS"
24475 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libgfor_cv_have_attribute_dllexport" >&5
24476 $as_echo "$libgfor_cv_have_attribute_dllexport" >&6; }
24477 if test $libgfor_cv_have_attribute_dllexport = yes; then
24479 $as_echo "#define HAVE_ATTRIBUTE_DLLEXPORT 1" >>confdefs.h
24483 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports symbol aliases" >&5
24484 $as_echo_n "checking whether the target supports symbol aliases... " >&6; }
24485 if test "${libgfor_cv_have_attribute_alias+set}" = set; then :
24486 $as_echo_n "(cached) " >&6
24487 else
24489 if test x$gcc_no_link = xyes; then
24490 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
24492 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24493 /* end confdefs.h. */
24495 void foo(void) { }
24496 extern void bar(void) __attribute__((alias("foo")));
24498 main ()
24500 bar();
24502 return 0;
24504 _ACEOF
24505 if ac_fn_c_try_link "$LINENO"; then :
24506 libgfor_cv_have_attribute_alias=yes
24507 else
24508 libgfor_cv_have_attribute_alias=no
24510 rm -f core conftest.err conftest.$ac_objext \
24511 conftest$ac_exeext conftest.$ac_ext
24513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libgfor_cv_have_attribute_alias" >&5
24514 $as_echo "$libgfor_cv_have_attribute_alias" >&6; }
24515 if test $libgfor_cv_have_attribute_alias = yes; then
24517 $as_echo "#define HAVE_ATTRIBUTE_ALIAS 1" >>confdefs.h
24521 # Check out sync builtins support.
24523 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports __sync_fetch_and_add" >&5
24524 $as_echo_n "checking whether the target supports __sync_fetch_and_add... " >&6; }
24525 if test "${libgfor_cv_have_sync_fetch_and_add+set}" = set; then :
24526 $as_echo_n "(cached) " >&6
24527 else
24529 if test x$gcc_no_link = xyes; then
24530 as_fn_error "Link tests are not allowed after GCC_NO_EXECUTABLES." "$LINENO" 5
24532 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24533 /* end confdefs.h. */
24534 int foovar = 0;
24536 main ()
24539 if (foovar <= 0) return __sync_fetch_and_add (&foovar, 1);
24540 if (foovar > 10) return __sync_add_and_fetch (&foovar, -1);
24542 return 0;
24544 _ACEOF
24545 if ac_fn_c_try_link "$LINENO"; then :
24546 libgfor_cv_have_sync_fetch_and_add=yes
24547 else
24548 libgfor_cv_have_sync_fetch_and_add=no
24550 rm -f core conftest.err conftest.$ac_objext \
24551 conftest$ac_exeext conftest.$ac_ext
24553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libgfor_cv_have_sync_fetch_and_add" >&5
24554 $as_echo "$libgfor_cv_have_sync_fetch_and_add" >&6; }
24555 if test $libgfor_cv_have_sync_fetch_and_add = yes; then
24557 $as_echo "#define HAVE_SYNC_FETCH_AND_ADD 1" >>confdefs.h
24561 # Check out thread support.
24563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking configured target thread model" >&5
24564 $as_echo_n "checking configured target thread model... " >&6; }
24565 if test "${libgfor_cv_target_thread_file+set}" = set; then :
24566 $as_echo_n "(cached) " >&6
24567 else
24569 libgfor_cv_target_thread_file=`$CC -v 2>&1 | sed -n 's/^Thread model: //p'`
24571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libgfor_cv_target_thread_file" >&5
24572 $as_echo "$libgfor_cv_target_thread_file" >&6; }
24574 if test $libgfor_cv_target_thread_file != single; then
24576 $as_echo "#define HAVE_GTHR_DEFAULT 1" >>confdefs.h
24580 # Check out #pragma weak.
24582 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether pragma weak works" >&5
24583 $as_echo_n "checking whether pragma weak works... " >&6; }
24584 if test "${libgfor_cv_have_pragma_weak+set}" = set; then :
24585 $as_echo_n "(cached) " >&6
24586 else
24588 gfor_save_CFLAGS="$CFLAGS"
24589 CFLAGS="$CFLAGS -Wunknown-pragmas"
24590 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24591 /* end confdefs.h. */
24592 void foo (void);
24593 #pragma weak foo
24595 main ()
24597 if (foo) foo ();
24599 return 0;
24601 _ACEOF
24602 if ac_fn_c_try_compile "$LINENO"; then :
24603 libgfor_cv_have_pragma_weak=yes
24604 else
24605 libgfor_cv_have_pragma_weak=no
24607 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libgfor_cv_have_pragma_weak" >&5
24610 $as_echo "$libgfor_cv_have_pragma_weak" >&6; }
24611 if test $libgfor_cv_have_pragma_weak = yes; then
24613 $as_echo "#define SUPPORTS_WEAK 1" >>confdefs.h
24616 case "$host" in
24617 *-*-darwin* | *-*-hpux* | *-*-cygwin* | *-*-mingw* )
24619 $as_echo "#define GTHREAD_USE_WEAK 0" >>confdefs.h
24622 esac
24624 # Various other checks on target
24626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target can unlink an open file" >&5
24627 $as_echo_n "checking whether the target can unlink an open file... " >&6; }
24628 if test "${libgfor_cv_have_unlink_open_file+set}" = set; then :
24629 $as_echo_n "(cached) " >&6
24630 else
24632 if test "$cross_compiling" = yes; then :
24634 case "${target}" in
24635 *mingw*) libgfor_cv_have_unlink_open_file=no ;;
24636 *) libgfor_cv_have_unlink_open_file=yes;;
24637 esac
24638 else
24639 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24640 /* end confdefs.h. */
24642 #include <errno.h>
24643 #include <fcntl.h>
24644 #include <unistd.h>
24645 #include <sys/stat.h>
24647 int main ()
24649 int fd;
24651 fd = open ("testfile", O_RDWR | O_CREAT, S_IWRITE | S_IREAD);
24652 if (fd <= 0)
24653 return 0;
24654 if (unlink ("testfile") == -1)
24655 return 1;
24656 write (fd, "This is a test\n", 15);
24657 close (fd);
24659 if (open ("testfile", O_RDONLY, S_IWRITE | S_IREAD) == -1 && errno == ENOENT)
24660 return 0;
24661 else
24662 return 1;
24664 _ACEOF
24665 if ac_fn_c_try_run "$LINENO"; then :
24666 libgfor_cv_have_unlink_open_file=yes
24667 else
24668 libgfor_cv_have_unlink_open_file=no
24670 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
24671 conftest.$ac_objext conftest.beam conftest.$ac_ext
24675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libgfor_cv_have_unlink_open_file" >&5
24676 $as_echo "$libgfor_cv_have_unlink_open_file" >&6; }
24677 if test x"$libgfor_cv_have_unlink_open_file" = xyes; then
24679 $as_echo "#define HAVE_UNLINK_OPEN_FILE 1" >>confdefs.h
24683 # Check whether line terminator is LF or CRLF
24685 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target has CRLF as line terminator" >&5
24686 $as_echo_n "checking whether the target has CRLF as line terminator... " >&6; }
24687 if test "${libgfor_cv_have_crlf+set}" = set; then :
24688 $as_echo_n "(cached) " >&6
24689 else
24691 if test "$cross_compiling" = yes; then :
24693 case "${target}" in
24694 *mingw*) libgfor_cv_have_crlf=yes ;;
24695 *) libgfor_cv_have_crlf=no;;
24696 esac
24697 else
24698 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
24699 /* end confdefs.h. */
24701 /* This test program should exit with status 0 if system uses a CRLF as
24702 line terminator, and status 1 otherwise.
24703 Since it is used to check for mingw systems, and should return 0 in any
24704 other case, in case of a failure we will not use CRLF. */
24705 #include <sys/stat.h>
24706 #include <stdlib.h>
24707 #include <fcntl.h>
24708 #include <stdio.h>
24710 int main ()
24712 #ifndef O_BINARY
24713 exit(1);
24714 #else
24715 int fd, bytes;
24716 char buff[5];
24718 fd = open ("foo", O_WRONLY | O_CREAT | O_TRUNC, S_IRWXU);
24719 if (fd < 0)
24720 exit(1);
24721 if (write (fd, "\n", 1) < 0)
24722 perror ("write");
24724 close (fd);
24726 if ((fd = open ("foo", O_RDONLY | O_BINARY, S_IRWXU)) < 0)
24727 exit(1);
24728 bytes = read (fd, buff, 5);
24729 if (bytes == 2 && buff[0] == '\r' && buff[1] == '\n')
24730 exit(0);
24731 else
24732 exit(1);
24733 #endif
24735 _ACEOF
24736 if ac_fn_c_try_run "$LINENO"; then :
24737 libgfor_cv_have_crlf=yes
24738 else
24739 libgfor_cv_have_crlf=no
24741 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
24742 conftest.$ac_objext conftest.beam conftest.$ac_ext
24746 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libgfor_cv_have_crlf" >&5
24747 $as_echo "$libgfor_cv_have_crlf" >&6; }
24748 if test x"$libgfor_cv_have_crlf" = xyes; then
24750 $as_echo "#define HAVE_CRLF 1" >>confdefs.h
24754 cat >confcache <<\_ACEOF
24755 # This file is a shell script that caches the results of configure
24756 # tests run on this system so they can be shared between configure
24757 # scripts and configure runs, see configure's option --config-cache.
24758 # It is not useful on other systems. If it contains results you don't
24759 # want to keep, you may remove or edit it.
24761 # config.status only pays attention to the cache file if you give it
24762 # the --recheck option to rerun configure.
24764 # `ac_cv_env_foo' variables (set or unset) will be overridden when
24765 # loading this file, other *unset* `ac_cv_foo' will be assigned the
24766 # following values.
24768 _ACEOF
24770 # The following way of writing the cache mishandles newlines in values,
24771 # but we know of no workaround that is simple, portable, and efficient.
24772 # So, we kill variables containing newlines.
24773 # Ultrix sh set writes to stderr and can't be redirected directly,
24774 # and sets the high bit in the cache file unless we assign to the vars.
24776 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
24777 eval ac_val=\$$ac_var
24778 case $ac_val in #(
24779 *${as_nl}*)
24780 case $ac_var in #(
24781 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
24782 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
24783 esac
24784 case $ac_var in #(
24785 _ | IFS | as_nl) ;; #(
24786 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
24787 *) { eval $ac_var=; unset $ac_var;} ;;
24788 esac ;;
24789 esac
24790 done
24792 (set) 2>&1 |
24793 case $as_nl`(ac_space=' '; set) 2>&1` in #(
24794 *${as_nl}ac_space=\ *)
24795 # `set' does not quote correctly, so add quotes: double-quote
24796 # substitution turns \\\\ into \\, and sed turns \\ into \.
24797 sed -n \
24798 "s/'/'\\\\''/g;
24799 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
24800 ;; #(
24802 # `set' quotes correctly as required by POSIX, so do not add quotes.
24803 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
24805 esac |
24806 sort
24808 sed '
24809 /^ac_cv_env_/b end
24810 t clear
24811 :clear
24812 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
24813 t end
24814 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
24815 :end' >>confcache
24816 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
24817 if test -w "$cache_file"; then
24818 test "x$cache_file" != "x/dev/null" &&
24819 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
24820 $as_echo "$as_me: updating cache $cache_file" >&6;}
24821 cat confcache >$cache_file
24822 else
24823 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
24824 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
24827 rm -f confcache
24829 if test ${multilib} = yes; then
24830 multilib_arg="--enable-multilib"
24831 else
24832 multilib_arg=
24835 # Write our Makefile.
24836 ac_config_files="$ac_config_files Makefile"
24838 cat >confcache <<\_ACEOF
24839 # This file is a shell script that caches the results of configure
24840 # tests run on this system so they can be shared between configure
24841 # scripts and configure runs, see configure's option --config-cache.
24842 # It is not useful on other systems. If it contains results you don't
24843 # want to keep, you may remove or edit it.
24845 # config.status only pays attention to the cache file if you give it
24846 # the --recheck option to rerun configure.
24848 # `ac_cv_env_foo' variables (set or unset) will be overridden when
24849 # loading this file, other *unset* `ac_cv_foo' will be assigned the
24850 # following values.
24852 _ACEOF
24854 # The following way of writing the cache mishandles newlines in values,
24855 # but we know of no workaround that is simple, portable, and efficient.
24856 # So, we kill variables containing newlines.
24857 # Ultrix sh set writes to stderr and can't be redirected directly,
24858 # and sets the high bit in the cache file unless we assign to the vars.
24860 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
24861 eval ac_val=\$$ac_var
24862 case $ac_val in #(
24863 *${as_nl}*)
24864 case $ac_var in #(
24865 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
24866 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
24867 esac
24868 case $ac_var in #(
24869 _ | IFS | as_nl) ;; #(
24870 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
24871 *) { eval $ac_var=; unset $ac_var;} ;;
24872 esac ;;
24873 esac
24874 done
24876 (set) 2>&1 |
24877 case $as_nl`(ac_space=' '; set) 2>&1` in #(
24878 *${as_nl}ac_space=\ *)
24879 # `set' does not quote correctly, so add quotes: double-quote
24880 # substitution turns \\\\ into \\, and sed turns \\ into \.
24881 sed -n \
24882 "s/'/'\\\\''/g;
24883 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
24884 ;; #(
24886 # `set' quotes correctly as required by POSIX, so do not add quotes.
24887 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
24889 esac |
24890 sort
24892 sed '
24893 /^ac_cv_env_/b end
24894 t clear
24895 :clear
24896 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
24897 t end
24898 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
24899 :end' >>confcache
24900 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
24901 if test -w "$cache_file"; then
24902 test "x$cache_file" != "x/dev/null" &&
24903 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
24904 $as_echo "$as_me: updating cache $cache_file" >&6;}
24905 cat confcache >$cache_file
24906 else
24907 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
24908 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
24911 rm -f confcache
24913 test "x$prefix" = xNONE && prefix=$ac_default_prefix
24914 # Let make expand exec_prefix.
24915 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
24917 DEFS=-DHAVE_CONFIG_H
24919 ac_libobjs=
24920 ac_ltlibobjs=
24921 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
24922 # 1. Remove the extension, and $U if already installed.
24923 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
24924 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
24925 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
24926 # will be set to the directory where LIBOBJS objects are built.
24927 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
24928 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
24929 done
24930 LIBOBJS=$ac_libobjs
24932 LTLIBOBJS=$ac_ltlibobjs
24935 if test -z "${onestep_TRUE}" && test -z "${onestep_FALSE}"; then
24936 as_fn_error "conditional \"onestep\" was never defined.
24937 Usually this means the macro was only invoked conditionally." "$LINENO" 5
24939 if test -n "$EXEEXT"; then
24940 am__EXEEXT_TRUE=
24941 am__EXEEXT_FALSE='#'
24942 else
24943 am__EXEEXT_TRUE='#'
24944 am__EXEEXT_FALSE=
24947 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
24948 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
24949 Usually this means the macro was only invoked conditionally." "$LINENO" 5
24951 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
24952 as_fn_error "conditional \"AMDEP\" was never defined.
24953 Usually this means the macro was only invoked conditionally." "$LINENO" 5
24955 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
24956 as_fn_error "conditional \"am__fastdepCC\" was never defined.
24957 Usually this means the macro was only invoked conditionally." "$LINENO" 5
24959 if test -z "${LIBGFOR_USE_SYMVER_TRUE}" && test -z "${LIBGFOR_USE_SYMVER_FALSE}"; then
24960 as_fn_error "conditional \"LIBGFOR_USE_SYMVER\" was never defined.
24961 Usually this means the macro was only invoked conditionally." "$LINENO" 5
24963 if test -z "${LIBGFOR_USE_SYMVER_GNU_TRUE}" && test -z "${LIBGFOR_USE_SYMVER_GNU_FALSE}"; then
24964 as_fn_error "conditional \"LIBGFOR_USE_SYMVER_GNU\" was never defined.
24965 Usually this means the macro was only invoked conditionally." "$LINENO" 5
24967 if test -z "${LIBGFOR_USE_SYMVER_SUN_TRUE}" && test -z "${LIBGFOR_USE_SYMVER_SUN_FALSE}"; then
24968 as_fn_error "conditional \"LIBGFOR_USE_SYMVER_SUN\" was never defined.
24969 Usually this means the macro was only invoked conditionally." "$LINENO" 5
24972 : ${CONFIG_STATUS=./config.status}
24973 ac_write_fail=0
24974 ac_clean_files_save=$ac_clean_files
24975 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
24976 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
24977 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
24978 as_write_fail=0
24979 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
24980 #! $SHELL
24981 # Generated by $as_me.
24982 # Run this file to recreate the current configuration.
24983 # Compiler output produced by configure, useful for debugging
24984 # configure, is in config.log if it exists.
24986 debug=false
24987 ac_cs_recheck=false
24988 ac_cs_silent=false
24990 SHELL=\${CONFIG_SHELL-$SHELL}
24991 export SHELL
24992 _ASEOF
24993 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
24994 ## -------------------- ##
24995 ## M4sh Initialization. ##
24996 ## -------------------- ##
24998 # Be more Bourne compatible
24999 DUALCASE=1; export DUALCASE # for MKS sh
25000 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
25001 emulate sh
25002 NULLCMD=:
25003 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
25004 # is contrary to our usage. Disable this feature.
25005 alias -g '${1+"$@"}'='"$@"'
25006 setopt NO_GLOB_SUBST
25007 else
25008 case `(set -o) 2>/dev/null` in #(
25009 *posix*) :
25010 set -o posix ;; #(
25011 *) :
25013 esac
25017 as_nl='
25019 export as_nl
25020 # Printing a long string crashes Solaris 7 /usr/bin/printf.
25021 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
25022 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
25023 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
25024 # Prefer a ksh shell builtin over an external printf program on Solaris,
25025 # but without wasting forks for bash or zsh.
25026 if test -z "$BASH_VERSION$ZSH_VERSION" \
25027 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
25028 as_echo='print -r --'
25029 as_echo_n='print -rn --'
25030 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
25031 as_echo='printf %s\n'
25032 as_echo_n='printf %s'
25033 else
25034 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
25035 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
25036 as_echo_n='/usr/ucb/echo -n'
25037 else
25038 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
25039 as_echo_n_body='eval
25040 arg=$1;
25041 case $arg in #(
25042 *"$as_nl"*)
25043 expr "X$arg" : "X\\(.*\\)$as_nl";
25044 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
25045 esac;
25046 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
25048 export as_echo_n_body
25049 as_echo_n='sh -c $as_echo_n_body as_echo'
25051 export as_echo_body
25052 as_echo='sh -c $as_echo_body as_echo'
25055 # The user is always right.
25056 if test "${PATH_SEPARATOR+set}" != set; then
25057 PATH_SEPARATOR=:
25058 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
25059 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
25060 PATH_SEPARATOR=';'
25065 # IFS
25066 # We need space, tab and new line, in precisely that order. Quoting is
25067 # there to prevent editors from complaining about space-tab.
25068 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
25069 # splitting by setting IFS to empty value.)
25070 IFS=" "" $as_nl"
25072 # Find who we are. Look in the path if we contain no directory separator.
25073 case $0 in #((
25074 *[\\/]* ) as_myself=$0 ;;
25075 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25076 for as_dir in $PATH
25078 IFS=$as_save_IFS
25079 test -z "$as_dir" && as_dir=.
25080 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
25081 done
25082 IFS=$as_save_IFS
25085 esac
25086 # We did not find ourselves, most probably we were run as `sh COMMAND'
25087 # in which case we are not to be found in the path.
25088 if test "x$as_myself" = x; then
25089 as_myself=$0
25091 if test ! -f "$as_myself"; then
25092 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
25093 exit 1
25096 # Unset variables that we do not need and which cause bugs (e.g. in
25097 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
25098 # suppresses any "Segmentation fault" message there. '((' could
25099 # trigger a bug in pdksh 5.2.14.
25100 for as_var in BASH_ENV ENV MAIL MAILPATH
25101 do eval test x\${$as_var+set} = xset \
25102 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
25103 done
25104 PS1='$ '
25105 PS2='> '
25106 PS4='+ '
25108 # NLS nuisances.
25109 LC_ALL=C
25110 export LC_ALL
25111 LANGUAGE=C
25112 export LANGUAGE
25114 # CDPATH.
25115 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
25118 # as_fn_error ERROR [LINENO LOG_FD]
25119 # ---------------------------------
25120 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
25121 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
25122 # script with status $?, using 1 if that was 0.
25123 as_fn_error ()
25125 as_status=$?; test $as_status -eq 0 && as_status=1
25126 if test "$3"; then
25127 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
25128 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
25130 $as_echo "$as_me: error: $1" >&2
25131 as_fn_exit $as_status
25132 } # as_fn_error
25135 # as_fn_set_status STATUS
25136 # -----------------------
25137 # Set $? to STATUS, without forking.
25138 as_fn_set_status ()
25140 return $1
25141 } # as_fn_set_status
25143 # as_fn_exit STATUS
25144 # -----------------
25145 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
25146 as_fn_exit ()
25148 set +e
25149 as_fn_set_status $1
25150 exit $1
25151 } # as_fn_exit
25153 # as_fn_unset VAR
25154 # ---------------
25155 # Portably unset VAR.
25156 as_fn_unset ()
25158 { eval $1=; unset $1;}
25160 as_unset=as_fn_unset
25161 # as_fn_append VAR VALUE
25162 # ----------------------
25163 # Append the text in VALUE to the end of the definition contained in VAR. Take
25164 # advantage of any shell optimizations that allow amortized linear growth over
25165 # repeated appends, instead of the typical quadratic growth present in naive
25166 # implementations.
25167 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
25168 eval 'as_fn_append ()
25170 eval $1+=\$2
25172 else
25173 as_fn_append ()
25175 eval $1=\$$1\$2
25177 fi # as_fn_append
25179 # as_fn_arith ARG...
25180 # ------------------
25181 # Perform arithmetic evaluation on the ARGs, and store the result in the
25182 # global $as_val. Take advantage of shells that can avoid forks. The arguments
25183 # must be portable across $(()) and expr.
25184 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
25185 eval 'as_fn_arith ()
25187 as_val=$(( $* ))
25189 else
25190 as_fn_arith ()
25192 as_val=`expr "$@" || test $? -eq 1`
25194 fi # as_fn_arith
25197 if expr a : '\(a\)' >/dev/null 2>&1 &&
25198 test "X`expr 00001 : '.*\(...\)'`" = X001; then
25199 as_expr=expr
25200 else
25201 as_expr=false
25204 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
25205 as_basename=basename
25206 else
25207 as_basename=false
25210 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
25211 as_dirname=dirname
25212 else
25213 as_dirname=false
25216 as_me=`$as_basename -- "$0" ||
25217 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
25218 X"$0" : 'X\(//\)$' \| \
25219 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
25220 $as_echo X/"$0" |
25221 sed '/^.*\/\([^/][^/]*\)\/*$/{
25222 s//\1/
25225 /^X\/\(\/\/\)$/{
25226 s//\1/
25229 /^X\/\(\/\).*/{
25230 s//\1/
25233 s/.*/./; q'`
25235 # Avoid depending upon Character Ranges.
25236 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
25237 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
25238 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
25239 as_cr_digits='0123456789'
25240 as_cr_alnum=$as_cr_Letters$as_cr_digits
25242 ECHO_C= ECHO_N= ECHO_T=
25243 case `echo -n x` in #(((((
25244 -n*)
25245 case `echo 'xy\c'` in
25246 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
25247 xy) ECHO_C='\c';;
25248 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
25249 ECHO_T=' ';;
25250 esac;;
25252 ECHO_N='-n';;
25253 esac
25255 rm -f conf$$ conf$$.exe conf$$.file
25256 if test -d conf$$.dir; then
25257 rm -f conf$$.dir/conf$$.file
25258 else
25259 rm -f conf$$.dir
25260 mkdir conf$$.dir 2>/dev/null
25262 if (echo >conf$$.file) 2>/dev/null; then
25263 if ln -s conf$$.file conf$$ 2>/dev/null; then
25264 as_ln_s='ln -s'
25265 # ... but there are two gotchas:
25266 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
25267 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
25268 # In both cases, we have to default to `cp -p'.
25269 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
25270 as_ln_s='cp -p'
25271 elif ln conf$$.file conf$$ 2>/dev/null; then
25272 as_ln_s=ln
25273 else
25274 as_ln_s='cp -p'
25276 else
25277 as_ln_s='cp -p'
25279 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
25280 rmdir conf$$.dir 2>/dev/null
25283 # as_fn_mkdir_p
25284 # -------------
25285 # Create "$as_dir" as a directory, including parents if necessary.
25286 as_fn_mkdir_p ()
25289 case $as_dir in #(
25290 -*) as_dir=./$as_dir;;
25291 esac
25292 test -d "$as_dir" || eval $as_mkdir_p || {
25293 as_dirs=
25294 while :; do
25295 case $as_dir in #(
25296 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
25297 *) as_qdir=$as_dir;;
25298 esac
25299 as_dirs="'$as_qdir' $as_dirs"
25300 as_dir=`$as_dirname -- "$as_dir" ||
25301 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
25302 X"$as_dir" : 'X\(//\)[^/]' \| \
25303 X"$as_dir" : 'X\(//\)$' \| \
25304 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
25305 $as_echo X"$as_dir" |
25306 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
25307 s//\1/
25310 /^X\(\/\/\)[^/].*/{
25311 s//\1/
25314 /^X\(\/\/\)$/{
25315 s//\1/
25318 /^X\(\/\).*/{
25319 s//\1/
25322 s/.*/./; q'`
25323 test -d "$as_dir" && break
25324 done
25325 test -z "$as_dirs" || eval "mkdir $as_dirs"
25326 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
25329 } # as_fn_mkdir_p
25330 if mkdir -p . 2>/dev/null; then
25331 as_mkdir_p='mkdir -p "$as_dir"'
25332 else
25333 test -d ./-p && rmdir ./-p
25334 as_mkdir_p=false
25337 if test -x / >/dev/null 2>&1; then
25338 as_test_x='test -x'
25339 else
25340 if ls -dL / >/dev/null 2>&1; then
25341 as_ls_L_option=L
25342 else
25343 as_ls_L_option=
25345 as_test_x='
25346 eval sh -c '\''
25347 if test -d "$1"; then
25348 test -d "$1/.";
25349 else
25350 case $1 in #(
25351 -*)set "./$1";;
25352 esac;
25353 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
25354 ???[sx]*):;;*)false;;esac;fi
25355 '\'' sh
25358 as_executable_p=$as_test_x
25360 # Sed expression to map a string onto a valid CPP name.
25361 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
25363 # Sed expression to map a string onto a valid variable name.
25364 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
25367 exec 6>&1
25368 ## ----------------------------------- ##
25369 ## Main body of $CONFIG_STATUS script. ##
25370 ## ----------------------------------- ##
25371 _ASEOF
25372 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
25374 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
25375 # Save the log message, to keep $0 and so on meaningful, and to
25376 # report actual input values of CONFIG_FILES etc. instead of their
25377 # values after options handling.
25378 ac_log="
25379 This file was extended by GNU Fortran Runtime Library $as_me 0.3, which was
25380 generated by GNU Autoconf 2.64. Invocation command line was
25382 CONFIG_FILES = $CONFIG_FILES
25383 CONFIG_HEADERS = $CONFIG_HEADERS
25384 CONFIG_LINKS = $CONFIG_LINKS
25385 CONFIG_COMMANDS = $CONFIG_COMMANDS
25386 $ $0 $@
25388 on `(hostname || uname -n) 2>/dev/null | sed 1q`
25391 _ACEOF
25393 case $ac_config_files in *"
25394 "*) set x $ac_config_files; shift; ac_config_files=$*;;
25395 esac
25397 case $ac_config_headers in *"
25398 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
25399 esac
25402 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
25403 # Files that config.status was made for.
25404 config_files="$ac_config_files"
25405 config_headers="$ac_config_headers"
25406 config_commands="$ac_config_commands"
25408 _ACEOF
25410 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
25411 ac_cs_usage="\
25412 \`$as_me' instantiates files and other configuration actions
25413 from templates according to the current configuration. Unless the files
25414 and actions are specified as TAGs, all are instantiated by default.
25416 Usage: $0 [OPTION]... [TAG]...
25418 -h, --help print this help, then exit
25419 -V, --version print version number and configuration settings, then exit
25420 -q, --quiet, --silent
25421 do not print progress messages
25422 -d, --debug don't remove temporary files
25423 --recheck update $as_me by reconfiguring in the same conditions
25424 --file=FILE[:TEMPLATE]
25425 instantiate the configuration file FILE
25426 --header=FILE[:TEMPLATE]
25427 instantiate the configuration header FILE
25429 Configuration files:
25430 $config_files
25432 Configuration headers:
25433 $config_headers
25435 Configuration commands:
25436 $config_commands
25438 Report bugs to the package provider.
25439 GNU Fortran Runtime Library home page: <http://www.gnu.org/software/libgfortran/>.
25440 General help using GNU software: <http://www.gnu.org/gethelp/>."
25442 _ACEOF
25443 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
25444 ac_cs_version="\\
25445 GNU Fortran Runtime Library config.status 0.3
25446 configured by $0, generated by GNU Autoconf 2.64,
25447 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
25449 Copyright (C) 2009 Free Software Foundation, Inc.
25450 This config.status script is free software; the Free Software Foundation
25451 gives unlimited permission to copy, distribute and modify it."
25453 ac_pwd='$ac_pwd'
25454 srcdir='$srcdir'
25455 INSTALL='$INSTALL'
25456 MKDIR_P='$MKDIR_P'
25457 AWK='$AWK'
25458 test -n "\$AWK" || AWK=awk
25459 _ACEOF
25461 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
25462 # The default lists apply if the user does not specify any file.
25463 ac_need_defaults=:
25464 while test $# != 0
25466 case $1 in
25467 --*=*)
25468 ac_option=`expr "X$1" : 'X\([^=]*\)='`
25469 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
25470 ac_shift=:
25473 ac_option=$1
25474 ac_optarg=$2
25475 ac_shift=shift
25477 esac
25479 case $ac_option in
25480 # Handling of the options.
25481 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
25482 ac_cs_recheck=: ;;
25483 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
25484 $as_echo "$ac_cs_version"; exit ;;
25485 --debug | --debu | --deb | --de | --d | -d )
25486 debug=: ;;
25487 --file | --fil | --fi | --f )
25488 $ac_shift
25489 case $ac_optarg in
25490 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
25491 esac
25492 as_fn_append CONFIG_FILES " '$ac_optarg'"
25493 ac_need_defaults=false;;
25494 --header | --heade | --head | --hea )
25495 $ac_shift
25496 case $ac_optarg in
25497 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
25498 esac
25499 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
25500 ac_need_defaults=false;;
25501 --he | --h)
25502 # Conflict between --help and --header
25503 as_fn_error "ambiguous option: \`$1'
25504 Try \`$0 --help' for more information.";;
25505 --help | --hel | -h )
25506 $as_echo "$ac_cs_usage"; exit ;;
25507 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
25508 | -silent | --silent | --silen | --sile | --sil | --si | --s)
25509 ac_cs_silent=: ;;
25511 # This is an error.
25512 -*) as_fn_error "unrecognized option: \`$1'
25513 Try \`$0 --help' for more information." ;;
25515 *) as_fn_append ac_config_targets " $1"
25516 ac_need_defaults=false ;;
25518 esac
25519 shift
25520 done
25522 ac_configure_extra_args=
25524 if $ac_cs_silent; then
25525 exec 6>/dev/null
25526 ac_configure_extra_args="$ac_configure_extra_args --silent"
25529 _ACEOF
25530 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
25531 if \$ac_cs_recheck; then
25532 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
25533 shift
25534 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
25535 CONFIG_SHELL='$SHELL'
25536 export CONFIG_SHELL
25537 exec "\$@"
25540 _ACEOF
25541 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
25542 exec 5>>config.log
25544 echo
25545 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
25546 ## Running $as_me. ##
25547 _ASBOX
25548 $as_echo "$ac_log"
25549 } >&5
25551 _ACEOF
25552 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
25554 # INIT-COMMANDS
25557 srcdir="$srcdir"
25558 host="$host"
25559 target="$target"
25560 with_multisubdir="$with_multisubdir"
25561 with_multisrctop="$with_multisrctop"
25562 with_target_subdir="$with_target_subdir"
25563 ac_configure_args="${multilib_arg} ${ac_configure_args}"
25564 multi_basedir="$multi_basedir"
25565 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
25566 CC="$CC"
25567 CXX="$CXX"
25568 GFORTRAN="$GFORTRAN"
25569 GCJ="$GCJ"
25570 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
25573 # The HP-UX ksh and POSIX shell print the target directory to stdout
25574 # if CDPATH is set.
25575 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
25577 sed_quote_subst='$sed_quote_subst'
25578 double_quote_subst='$double_quote_subst'
25579 delay_variable_subst='$delay_variable_subst'
25580 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
25581 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
25582 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
25583 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
25584 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
25585 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
25586 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
25587 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
25588 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
25589 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
25590 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
25591 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
25592 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
25593 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
25594 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
25595 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
25596 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
25597 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
25598 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
25599 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
25600 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
25601 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
25602 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
25603 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
25604 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
25605 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
25606 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
25607 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
25608 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
25609 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
25610 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
25611 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
25612 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
25613 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
25614 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
25615 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
25616 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
25617 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
25618 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
25619 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
25620 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
25621 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
25622 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
25623 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
25624 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
25625 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
25626 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
25627 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
25628 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`'
25629 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
25630 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
25631 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
25632 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
25633 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
25634 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
25635 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
25636 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
25637 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
25638 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
25639 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
25640 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
25641 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
25642 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
25643 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
25644 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
25645 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
25646 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
25647 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
25648 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
25649 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
25650 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
25651 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
25652 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
25653 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
25654 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
25655 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
25656 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
25657 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
25658 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
25659 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
25660 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
25661 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
25662 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
25663 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
25664 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
25665 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
25666 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
25667 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
25668 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
25669 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
25670 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
25671 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
25672 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
25673 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
25674 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
25675 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
25676 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
25677 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
25678 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
25679 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
25680 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
25681 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
25682 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
25683 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
25684 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
25685 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
25686 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
25687 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
25688 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
25689 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
25690 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
25691 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
25692 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
25693 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
25694 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
25695 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
25696 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
25697 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
25698 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
25699 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
25700 compiler_lib_search_dirs='`$ECHO "$compiler_lib_search_dirs" | $SED "$delay_single_quote_subst"`'
25701 predep_objects='`$ECHO "$predep_objects" | $SED "$delay_single_quote_subst"`'
25702 postdep_objects='`$ECHO "$postdep_objects" | $SED "$delay_single_quote_subst"`'
25703 predeps='`$ECHO "$predeps" | $SED "$delay_single_quote_subst"`'
25704 postdeps='`$ECHO "$postdeps" | $SED "$delay_single_quote_subst"`'
25705 compiler_lib_search_path='`$ECHO "$compiler_lib_search_path" | $SED "$delay_single_quote_subst"`'
25706 LD_FC='`$ECHO "$LD_FC" | $SED "$delay_single_quote_subst"`'
25707 reload_flag_FC='`$ECHO "$reload_flag_FC" | $SED "$delay_single_quote_subst"`'
25708 reload_cmds_FC='`$ECHO "$reload_cmds_FC" | $SED "$delay_single_quote_subst"`'
25709 old_archive_cmds_FC='`$ECHO "$old_archive_cmds_FC" | $SED "$delay_single_quote_subst"`'
25710 compiler_FC='`$ECHO "$compiler_FC" | $SED "$delay_single_quote_subst"`'
25711 GCC_FC='`$ECHO "$GCC_FC" | $SED "$delay_single_quote_subst"`'
25712 lt_prog_compiler_no_builtin_flag_FC='`$ECHO "$lt_prog_compiler_no_builtin_flag_FC" | $SED "$delay_single_quote_subst"`'
25713 lt_prog_compiler_wl_FC='`$ECHO "$lt_prog_compiler_wl_FC" | $SED "$delay_single_quote_subst"`'
25714 lt_prog_compiler_pic_FC='`$ECHO "$lt_prog_compiler_pic_FC" | $SED "$delay_single_quote_subst"`'
25715 lt_prog_compiler_static_FC='`$ECHO "$lt_prog_compiler_static_FC" | $SED "$delay_single_quote_subst"`'
25716 lt_cv_prog_compiler_c_o_FC='`$ECHO "$lt_cv_prog_compiler_c_o_FC" | $SED "$delay_single_quote_subst"`'
25717 archive_cmds_need_lc_FC='`$ECHO "$archive_cmds_need_lc_FC" | $SED "$delay_single_quote_subst"`'
25718 enable_shared_with_static_runtimes_FC='`$ECHO "$enable_shared_with_static_runtimes_FC" | $SED "$delay_single_quote_subst"`'
25719 export_dynamic_flag_spec_FC='`$ECHO "$export_dynamic_flag_spec_FC" | $SED "$delay_single_quote_subst"`'
25720 whole_archive_flag_spec_FC='`$ECHO "$whole_archive_flag_spec_FC" | $SED "$delay_single_quote_subst"`'
25721 compiler_needs_object_FC='`$ECHO "$compiler_needs_object_FC" | $SED "$delay_single_quote_subst"`'
25722 old_archive_from_new_cmds_FC='`$ECHO "$old_archive_from_new_cmds_FC" | $SED "$delay_single_quote_subst"`'
25723 old_archive_from_expsyms_cmds_FC='`$ECHO "$old_archive_from_expsyms_cmds_FC" | $SED "$delay_single_quote_subst"`'
25724 archive_cmds_FC='`$ECHO "$archive_cmds_FC" | $SED "$delay_single_quote_subst"`'
25725 archive_expsym_cmds_FC='`$ECHO "$archive_expsym_cmds_FC" | $SED "$delay_single_quote_subst"`'
25726 module_cmds_FC='`$ECHO "$module_cmds_FC" | $SED "$delay_single_quote_subst"`'
25727 module_expsym_cmds_FC='`$ECHO "$module_expsym_cmds_FC" | $SED "$delay_single_quote_subst"`'
25728 with_gnu_ld_FC='`$ECHO "$with_gnu_ld_FC" | $SED "$delay_single_quote_subst"`'
25729 allow_undefined_flag_FC='`$ECHO "$allow_undefined_flag_FC" | $SED "$delay_single_quote_subst"`'
25730 no_undefined_flag_FC='`$ECHO "$no_undefined_flag_FC" | $SED "$delay_single_quote_subst"`'
25731 hardcode_libdir_flag_spec_FC='`$ECHO "$hardcode_libdir_flag_spec_FC" | $SED "$delay_single_quote_subst"`'
25732 hardcode_libdir_flag_spec_ld_FC='`$ECHO "$hardcode_libdir_flag_spec_ld_FC" | $SED "$delay_single_quote_subst"`'
25733 hardcode_libdir_separator_FC='`$ECHO "$hardcode_libdir_separator_FC" | $SED "$delay_single_quote_subst"`'
25734 hardcode_direct_FC='`$ECHO "$hardcode_direct_FC" | $SED "$delay_single_quote_subst"`'
25735 hardcode_direct_absolute_FC='`$ECHO "$hardcode_direct_absolute_FC" | $SED "$delay_single_quote_subst"`'
25736 hardcode_minus_L_FC='`$ECHO "$hardcode_minus_L_FC" | $SED "$delay_single_quote_subst"`'
25737 hardcode_shlibpath_var_FC='`$ECHO "$hardcode_shlibpath_var_FC" | $SED "$delay_single_quote_subst"`'
25738 hardcode_automatic_FC='`$ECHO "$hardcode_automatic_FC" | $SED "$delay_single_quote_subst"`'
25739 inherit_rpath_FC='`$ECHO "$inherit_rpath_FC" | $SED "$delay_single_quote_subst"`'
25740 link_all_deplibs_FC='`$ECHO "$link_all_deplibs_FC" | $SED "$delay_single_quote_subst"`'
25741 fix_srcfile_path_FC='`$ECHO "$fix_srcfile_path_FC" | $SED "$delay_single_quote_subst"`'
25742 always_export_symbols_FC='`$ECHO "$always_export_symbols_FC" | $SED "$delay_single_quote_subst"`'
25743 export_symbols_cmds_FC='`$ECHO "$export_symbols_cmds_FC" | $SED "$delay_single_quote_subst"`'
25744 exclude_expsyms_FC='`$ECHO "$exclude_expsyms_FC" | $SED "$delay_single_quote_subst"`'
25745 include_expsyms_FC='`$ECHO "$include_expsyms_FC" | $SED "$delay_single_quote_subst"`'
25746 prelink_cmds_FC='`$ECHO "$prelink_cmds_FC" | $SED "$delay_single_quote_subst"`'
25747 file_list_spec_FC='`$ECHO "$file_list_spec_FC" | $SED "$delay_single_quote_subst"`'
25748 hardcode_action_FC='`$ECHO "$hardcode_action_FC" | $SED "$delay_single_quote_subst"`'
25749 compiler_lib_search_dirs_FC='`$ECHO "$compiler_lib_search_dirs_FC" | $SED "$delay_single_quote_subst"`'
25750 predep_objects_FC='`$ECHO "$predep_objects_FC" | $SED "$delay_single_quote_subst"`'
25751 postdep_objects_FC='`$ECHO "$postdep_objects_FC" | $SED "$delay_single_quote_subst"`'
25752 predeps_FC='`$ECHO "$predeps_FC" | $SED "$delay_single_quote_subst"`'
25753 postdeps_FC='`$ECHO "$postdeps_FC" | $SED "$delay_single_quote_subst"`'
25754 compiler_lib_search_path_FC='`$ECHO "$compiler_lib_search_path_FC" | $SED "$delay_single_quote_subst"`'
25756 LTCC='$LTCC'
25757 LTCFLAGS='$LTCFLAGS'
25758 compiler='$compiler_DEFAULT'
25760 # A function that is used when there is no print builtin or printf.
25761 func_fallback_echo ()
25763 eval 'cat <<_LTECHO_EOF
25765 _LTECHO_EOF'
25768 # Quote evaled strings.
25769 for var in SHELL \
25770 ECHO \
25771 SED \
25772 GREP \
25773 EGREP \
25774 FGREP \
25775 LD \
25776 NM \
25777 LN_S \
25778 lt_SP2NL \
25779 lt_NL2SP \
25780 reload_flag \
25781 OBJDUMP \
25782 deplibs_check_method \
25783 file_magic_cmd \
25784 AR \
25785 AR_FLAGS \
25786 STRIP \
25787 RANLIB \
25788 CC \
25789 CFLAGS \
25790 compiler \
25791 lt_cv_sys_global_symbol_pipe \
25792 lt_cv_sys_global_symbol_to_cdecl \
25793 lt_cv_sys_global_symbol_to_c_name_address \
25794 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
25795 lt_prog_compiler_no_builtin_flag \
25796 lt_prog_compiler_wl \
25797 lt_prog_compiler_pic \
25798 lt_prog_compiler_static \
25799 lt_cv_prog_compiler_c_o \
25800 need_locks \
25801 DSYMUTIL \
25802 NMEDIT \
25803 LIPO \
25804 OTOOL \
25805 OTOOL64 \
25806 shrext_cmds \
25807 export_dynamic_flag_spec \
25808 whole_archive_flag_spec \
25809 compiler_needs_object \
25810 with_gnu_ld \
25811 allow_undefined_flag \
25812 no_undefined_flag \
25813 hardcode_libdir_flag_spec \
25814 hardcode_libdir_flag_spec_ld \
25815 hardcode_libdir_separator \
25816 fix_srcfile_path \
25817 exclude_expsyms \
25818 include_expsyms \
25819 file_list_spec \
25820 variables_saved_for_relink \
25821 libname_spec \
25822 library_names_spec \
25823 soname_spec \
25824 install_override_mode \
25825 finish_eval \
25826 old_striplib \
25827 striplib \
25828 compiler_lib_search_dirs \
25829 predep_objects \
25830 postdep_objects \
25831 predeps \
25832 postdeps \
25833 compiler_lib_search_path \
25834 LD_FC \
25835 reload_flag_FC \
25836 compiler_FC \
25837 lt_prog_compiler_no_builtin_flag_FC \
25838 lt_prog_compiler_wl_FC \
25839 lt_prog_compiler_pic_FC \
25840 lt_prog_compiler_static_FC \
25841 lt_cv_prog_compiler_c_o_FC \
25842 export_dynamic_flag_spec_FC \
25843 whole_archive_flag_spec_FC \
25844 compiler_needs_object_FC \
25845 with_gnu_ld_FC \
25846 allow_undefined_flag_FC \
25847 no_undefined_flag_FC \
25848 hardcode_libdir_flag_spec_FC \
25849 hardcode_libdir_flag_spec_ld_FC \
25850 hardcode_libdir_separator_FC \
25851 fix_srcfile_path_FC \
25852 exclude_expsyms_FC \
25853 include_expsyms_FC \
25854 file_list_spec_FC \
25855 compiler_lib_search_dirs_FC \
25856 predep_objects_FC \
25857 postdep_objects_FC \
25858 predeps_FC \
25859 postdeps_FC \
25860 compiler_lib_search_path_FC; do
25861 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
25862 *[\\\\\\\`\\"\\\$]*)
25863 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
25866 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
25868 esac
25869 done
25871 # Double-quote double-evaled strings.
25872 for var in reload_cmds \
25873 old_postinstall_cmds \
25874 old_postuninstall_cmds \
25875 old_archive_cmds \
25876 extract_expsyms_cmds \
25877 old_archive_from_new_cmds \
25878 old_archive_from_expsyms_cmds \
25879 archive_cmds \
25880 archive_expsym_cmds \
25881 module_cmds \
25882 module_expsym_cmds \
25883 export_symbols_cmds \
25884 prelink_cmds \
25885 postinstall_cmds \
25886 postuninstall_cmds \
25887 finish_cmds \
25888 sys_lib_search_path_spec \
25889 sys_lib_dlsearch_path_spec \
25890 reload_cmds_FC \
25891 old_archive_cmds_FC \
25892 old_archive_from_new_cmds_FC \
25893 old_archive_from_expsyms_cmds_FC \
25894 archive_cmds_FC \
25895 archive_expsym_cmds_FC \
25896 module_cmds_FC \
25897 module_expsym_cmds_FC \
25898 export_symbols_cmds_FC \
25899 prelink_cmds_FC; do
25900 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
25901 *[\\\\\\\`\\"\\\$]*)
25902 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
25905 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
25907 esac
25908 done
25910 ac_aux_dir='$ac_aux_dir'
25911 xsi_shell='$xsi_shell'
25912 lt_shell_append='$lt_shell_append'
25914 # See if we are running on zsh, and set the options which allow our
25915 # commands through without removal of \ escapes INIT.
25916 if test -n "\${ZSH_VERSION+set}" ; then
25917 setopt NO_GLOB_SUBST
25921 PACKAGE='$PACKAGE'
25922 VERSION='$VERSION'
25923 TIMESTAMP='$TIMESTAMP'
25924 RM='$RM'
25925 ofile='$ofile'
25932 GCC="$GCC"
25933 CC="$CC"
25934 acx_cv_header_stdint="$acx_cv_header_stdint"
25935 acx_cv_type_int8_t="$acx_cv_type_int8_t"
25936 acx_cv_type_int16_t="$acx_cv_type_int16_t"
25937 acx_cv_type_int32_t="$acx_cv_type_int32_t"
25938 acx_cv_type_int64_t="$acx_cv_type_int64_t"
25939 acx_cv_type_intptr_t="$acx_cv_type_intptr_t"
25940 ac_cv_type_uintmax_t="$ac_cv_type_uintmax_t"
25941 ac_cv_type_uintptr_t="$ac_cv_type_uintptr_t"
25942 ac_cv_type_uint64_t="$ac_cv_type_uint64_t"
25943 ac_cv_type_u_int64_t="$ac_cv_type_u_int64_t"
25944 ac_cv_type_u_int32_t="$ac_cv_type_u_int32_t"
25945 ac_cv_type_int_least32_t="$ac_cv_type_int_least32_t"
25946 ac_cv_type_int_fast32_t="$ac_cv_type_int_fast32_t"
25947 ac_cv_sizeof_void_p="$ac_cv_sizeof_void_p"
25950 _ACEOF
25952 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
25954 # Handling of arguments.
25955 for ac_config_target in $ac_config_targets
25957 case $ac_config_target in
25958 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
25959 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
25960 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
25961 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
25962 "gstdint.h") CONFIG_COMMANDS="$CONFIG_COMMANDS gstdint.h" ;;
25963 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
25965 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
25966 esac
25967 done
25970 # If the user did not use the arguments to specify the items to instantiate,
25971 # then the envvar interface is used. Set only those that are not.
25972 # We use the long form for the default assignment because of an extremely
25973 # bizarre bug on SunOS 4.1.3.
25974 if $ac_need_defaults; then
25975 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
25976 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
25977 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
25980 # Have a temporary directory for convenience. Make it in the build tree
25981 # simply because there is no reason against having it here, and in addition,
25982 # creating and moving files from /tmp can sometimes cause problems.
25983 # Hook for its removal unless debugging.
25984 # Note that there is a small window in which the directory will not be cleaned:
25985 # after its creation but before its name has been assigned to `$tmp'.
25986 $debug ||
25988 tmp=
25989 trap 'exit_status=$?
25990 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
25992 trap 'as_fn_exit 1' 1 2 13 15
25994 # Create a (secure) tmp directory for tmp files.
25997 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
25998 test -n "$tmp" && test -d "$tmp"
25999 } ||
26001 tmp=./conf$$-$RANDOM
26002 (umask 077 && mkdir "$tmp")
26003 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
26005 # Set up the scripts for CONFIG_FILES section.
26006 # No need to generate them if there are no CONFIG_FILES.
26007 # This happens for instance with `./config.status config.h'.
26008 if test -n "$CONFIG_FILES"; then
26011 ac_cr=`echo X | tr X '\015'`
26012 # On cygwin, bash can eat \r inside `` if the user requested igncr.
26013 # But we know of no other shell where ac_cr would be empty at this
26014 # point, so we can use a bashism as a fallback.
26015 if test "x$ac_cr" = x; then
26016 eval ac_cr=\$\'\\r\'
26018 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
26019 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
26020 ac_cs_awk_cr='\r'
26021 else
26022 ac_cs_awk_cr=$ac_cr
26025 echo 'BEGIN {' >"$tmp/subs1.awk" &&
26026 _ACEOF
26030 echo "cat >conf$$subs.awk <<_ACEOF" &&
26031 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
26032 echo "_ACEOF"
26033 } >conf$$subs.sh ||
26034 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
26035 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
26036 ac_delim='%!_!# '
26037 for ac_last_try in false false false false false :; do
26038 . ./conf$$subs.sh ||
26039 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
26041 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
26042 if test $ac_delim_n = $ac_delim_num; then
26043 break
26044 elif $ac_last_try; then
26045 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
26046 else
26047 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
26049 done
26050 rm -f conf$$subs.sh
26052 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
26053 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
26054 _ACEOF
26055 sed -n '
26057 s/^/S["/; s/!.*/"]=/
26060 s/^[^!]*!//
26061 :repl
26062 t repl
26063 s/'"$ac_delim"'$//
26064 t delim
26067 s/\(.\{148\}\).*/\1/
26068 t more1
26069 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
26072 b repl
26073 :more1
26074 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
26077 s/.\{148\}//
26078 t nl
26079 :delim
26081 s/\(.\{148\}\).*/\1/
26082 t more2
26083 s/["\\]/\\&/g; s/^/"/; s/$/"/
26086 :more2
26087 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
26090 s/.\{148\}//
26091 t delim
26092 ' <conf$$subs.awk | sed '
26093 /^[^""]/{
26095 s/\n//
26097 ' >>$CONFIG_STATUS || ac_write_fail=1
26098 rm -f conf$$subs.awk
26099 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
26100 _ACAWK
26101 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
26102 for (key in S) S_is_set[key] = 1
26103 FS = "\a"
26107 line = $ 0
26108 nfields = split(line, field, "@")
26109 substed = 0
26110 len = length(field[1])
26111 for (i = 2; i < nfields; i++) {
26112 key = field[i]
26113 keylen = length(key)
26114 if (S_is_set[key]) {
26115 value = S[key]
26116 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
26117 len += length(value) + length(field[++i])
26118 substed = 1
26119 } else
26120 len += 1 + keylen
26123 print line
26126 _ACAWK
26127 _ACEOF
26128 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
26129 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
26130 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
26131 else
26133 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
26134 || as_fn_error "could not setup config files machinery" "$LINENO" 5
26135 _ACEOF
26137 # VPATH may cause trouble with some makes, so we remove $(srcdir),
26138 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
26139 # trailing colons and then remove the whole line if VPATH becomes empty
26140 # (actually we leave an empty line to preserve line numbers).
26141 if test "x$srcdir" = x.; then
26142 ac_vpsub='/^[ ]*VPATH[ ]*=/{
26143 s/:*\$(srcdir):*/:/
26144 s/:*\${srcdir}:*/:/
26145 s/:*@srcdir@:*/:/
26146 s/^\([^=]*=[ ]*\):*/\1/
26147 s/:*$//
26148 s/^[^=]*=[ ]*$//
26152 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
26153 fi # test -n "$CONFIG_FILES"
26155 # Set up the scripts for CONFIG_HEADERS section.
26156 # No need to generate them if there are no CONFIG_HEADERS.
26157 # This happens for instance with `./config.status Makefile'.
26158 if test -n "$CONFIG_HEADERS"; then
26159 cat >"$tmp/defines.awk" <<\_ACAWK ||
26160 BEGIN {
26161 _ACEOF
26163 # Transform confdefs.h into an awk script `defines.awk', embedded as
26164 # here-document in config.status, that substitutes the proper values into
26165 # config.h.in to produce config.h.
26167 # Create a delimiter string that does not exist in confdefs.h, to ease
26168 # handling of long lines.
26169 ac_delim='%!_!# '
26170 for ac_last_try in false false :; do
26171 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
26172 if test -z "$ac_t"; then
26173 break
26174 elif $ac_last_try; then
26175 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
26176 else
26177 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
26179 done
26181 # For the awk script, D is an array of macro values keyed by name,
26182 # likewise P contains macro parameters if any. Preserve backslash
26183 # newline sequences.
26185 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
26186 sed -n '
26187 s/.\{148\}/&'"$ac_delim"'/g
26188 t rset
26189 :rset
26190 s/^[ ]*#[ ]*define[ ][ ]*/ /
26191 t def
26193 :def
26194 s/\\$//
26195 t bsnl
26196 s/["\\]/\\&/g
26197 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
26198 D["\1"]=" \3"/p
26199 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
26201 :bsnl
26202 s/["\\]/\\&/g
26203 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
26204 D["\1"]=" \3\\\\\\n"\\/p
26205 t cont
26206 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
26207 t cont
26209 :cont
26211 s/.\{148\}/&'"$ac_delim"'/g
26212 t clear
26213 :clear
26214 s/\\$//
26215 t bsnlc
26216 s/["\\]/\\&/g; s/^/"/; s/$/"/p
26218 :bsnlc
26219 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
26220 b cont
26221 ' <confdefs.h | sed '
26222 s/'"$ac_delim"'/"\\\
26223 "/g' >>$CONFIG_STATUS || ac_write_fail=1
26225 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
26226 for (key in D) D_is_set[key] = 1
26227 FS = "\a"
26229 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
26230 line = \$ 0
26231 split(line, arg, " ")
26232 if (arg[1] == "#") {
26233 defundef = arg[2]
26234 mac1 = arg[3]
26235 } else {
26236 defundef = substr(arg[1], 2)
26237 mac1 = arg[2]
26239 split(mac1, mac2, "(") #)
26240 macro = mac2[1]
26241 prefix = substr(line, 1, index(line, defundef) - 1)
26242 if (D_is_set[macro]) {
26243 # Preserve the white space surrounding the "#".
26244 print prefix "define", macro P[macro] D[macro]
26245 next
26246 } else {
26247 # Replace #undef with comments. This is necessary, for example,
26248 # in the case of _POSIX_SOURCE, which is predefined and required
26249 # on some systems where configure will not decide to define it.
26250 if (defundef == "undef") {
26251 print "/*", prefix defundef, macro, "*/"
26252 next
26256 { print }
26257 _ACAWK
26258 _ACEOF
26259 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
26260 as_fn_error "could not setup config headers machinery" "$LINENO" 5
26261 fi # test -n "$CONFIG_HEADERS"
26264 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
26265 shift
26266 for ac_tag
26268 case $ac_tag in
26269 :[FHLC]) ac_mode=$ac_tag; continue;;
26270 esac
26271 case $ac_mode$ac_tag in
26272 :[FHL]*:*);;
26273 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
26274 :[FH]-) ac_tag=-:-;;
26275 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
26276 esac
26277 ac_save_IFS=$IFS
26278 IFS=:
26279 set x $ac_tag
26280 IFS=$ac_save_IFS
26281 shift
26282 ac_file=$1
26283 shift
26285 case $ac_mode in
26286 :L) ac_source=$1;;
26287 :[FH])
26288 ac_file_inputs=
26289 for ac_f
26291 case $ac_f in
26292 -) ac_f="$tmp/stdin";;
26293 *) # Look for the file first in the build tree, then in the source tree
26294 # (if the path is not absolute). The absolute path cannot be DOS-style,
26295 # because $ac_f cannot contain `:'.
26296 test -f "$ac_f" ||
26297 case $ac_f in
26298 [\\/$]*) false;;
26299 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
26300 esac ||
26301 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
26302 esac
26303 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
26304 as_fn_append ac_file_inputs " '$ac_f'"
26305 done
26307 # Let's still pretend it is `configure' which instantiates (i.e., don't
26308 # use $as_me), people would be surprised to read:
26309 # /* config.h. Generated by config.status. */
26310 configure_input='Generated from '`
26311 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
26312 `' by configure.'
26313 if test x"$ac_file" != x-; then
26314 configure_input="$ac_file. $configure_input"
26315 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
26316 $as_echo "$as_me: creating $ac_file" >&6;}
26318 # Neutralize special characters interpreted by sed in replacement strings.
26319 case $configure_input in #(
26320 *\&* | *\|* | *\\* )
26321 ac_sed_conf_input=`$as_echo "$configure_input" |
26322 sed 's/[\\\\&|]/\\\\&/g'`;; #(
26323 *) ac_sed_conf_input=$configure_input;;
26324 esac
26326 case $ac_tag in
26327 *:-:* | *:-) cat >"$tmp/stdin" \
26328 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
26329 esac
26331 esac
26333 ac_dir=`$as_dirname -- "$ac_file" ||
26334 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
26335 X"$ac_file" : 'X\(//\)[^/]' \| \
26336 X"$ac_file" : 'X\(//\)$' \| \
26337 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
26338 $as_echo X"$ac_file" |
26339 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
26340 s//\1/
26343 /^X\(\/\/\)[^/].*/{
26344 s//\1/
26347 /^X\(\/\/\)$/{
26348 s//\1/
26351 /^X\(\/\).*/{
26352 s//\1/
26355 s/.*/./; q'`
26356 as_dir="$ac_dir"; as_fn_mkdir_p
26357 ac_builddir=.
26359 case "$ac_dir" in
26360 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
26362 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
26363 # A ".." for each directory in $ac_dir_suffix.
26364 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
26365 case $ac_top_builddir_sub in
26366 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
26367 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
26368 esac ;;
26369 esac
26370 ac_abs_top_builddir=$ac_pwd
26371 ac_abs_builddir=$ac_pwd$ac_dir_suffix
26372 # for backward compatibility:
26373 ac_top_builddir=$ac_top_build_prefix
26375 case $srcdir in
26376 .) # We are building in place.
26377 ac_srcdir=.
26378 ac_top_srcdir=$ac_top_builddir_sub
26379 ac_abs_top_srcdir=$ac_pwd ;;
26380 [\\/]* | ?:[\\/]* ) # Absolute name.
26381 ac_srcdir=$srcdir$ac_dir_suffix;
26382 ac_top_srcdir=$srcdir
26383 ac_abs_top_srcdir=$srcdir ;;
26384 *) # Relative name.
26385 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
26386 ac_top_srcdir=$ac_top_build_prefix$srcdir
26387 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
26388 esac
26389 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
26392 case $ac_mode in
26395 # CONFIG_FILE
26398 case $INSTALL in
26399 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
26400 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
26401 esac
26402 ac_MKDIR_P=$MKDIR_P
26403 case $MKDIR_P in
26404 [\\/$]* | ?:[\\/]* ) ;;
26405 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
26406 esac
26407 _ACEOF
26409 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
26410 # If the template does not know about datarootdir, expand it.
26411 # FIXME: This hack should be removed a few years after 2.60.
26412 ac_datarootdir_hack=; ac_datarootdir_seen=
26413 ac_sed_dataroot='
26414 /datarootdir/ {
26418 /@datadir@/p
26419 /@docdir@/p
26420 /@infodir@/p
26421 /@localedir@/p
26422 /@mandir@/p'
26423 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
26424 *datarootdir*) ac_datarootdir_seen=yes;;
26425 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
26426 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
26427 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
26428 _ACEOF
26429 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
26430 ac_datarootdir_hack='
26431 s&@datadir@&$datadir&g
26432 s&@docdir@&$docdir&g
26433 s&@infodir@&$infodir&g
26434 s&@localedir@&$localedir&g
26435 s&@mandir@&$mandir&g
26436 s&\\\${datarootdir}&$datarootdir&g' ;;
26437 esac
26438 _ACEOF
26440 # Neutralize VPATH when `$srcdir' = `.'.
26441 # Shell code in configure.ac might set extrasub.
26442 # FIXME: do we really want to maintain this feature?
26443 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
26444 ac_sed_extra="$ac_vpsub
26445 $extrasub
26446 _ACEOF
26447 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
26449 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
26450 s|@configure_input@|$ac_sed_conf_input|;t t
26451 s&@top_builddir@&$ac_top_builddir_sub&;t t
26452 s&@top_build_prefix@&$ac_top_build_prefix&;t t
26453 s&@srcdir@&$ac_srcdir&;t t
26454 s&@abs_srcdir@&$ac_abs_srcdir&;t t
26455 s&@top_srcdir@&$ac_top_srcdir&;t t
26456 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
26457 s&@builddir@&$ac_builddir&;t t
26458 s&@abs_builddir@&$ac_abs_builddir&;t t
26459 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
26460 s&@INSTALL@&$ac_INSTALL&;t t
26461 s&@MKDIR_P@&$ac_MKDIR_P&;t t
26462 $ac_datarootdir_hack
26464 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
26465 || as_fn_error "could not create $ac_file" "$LINENO" 5
26467 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
26468 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
26469 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
26470 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
26471 which seems to be undefined. Please make sure it is defined." >&5
26472 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
26473 which seems to be undefined. Please make sure it is defined." >&2;}
26475 rm -f "$tmp/stdin"
26476 case $ac_file in
26477 -) cat "$tmp/out" && rm -f "$tmp/out";;
26478 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
26479 esac \
26480 || as_fn_error "could not create $ac_file" "$LINENO" 5
26484 # CONFIG_HEADER
26486 if test x"$ac_file" != x-; then
26488 $as_echo "/* $configure_input */" \
26489 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
26490 } >"$tmp/config.h" \
26491 || as_fn_error "could not create $ac_file" "$LINENO" 5
26492 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
26493 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
26494 $as_echo "$as_me: $ac_file is unchanged" >&6;}
26495 else
26496 rm -f "$ac_file"
26497 mv "$tmp/config.h" "$ac_file" \
26498 || as_fn_error "could not create $ac_file" "$LINENO" 5
26500 else
26501 $as_echo "/* $configure_input */" \
26502 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
26503 || as_fn_error "could not create -" "$LINENO" 5
26505 # Compute "$ac_file"'s index in $config_headers.
26506 _am_arg="$ac_file"
26507 _am_stamp_count=1
26508 for _am_header in $config_headers :; do
26509 case $_am_header in
26510 $_am_arg | $_am_arg:* )
26511 break ;;
26513 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
26514 esac
26515 done
26516 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
26517 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
26518 X"$_am_arg" : 'X\(//\)[^/]' \| \
26519 X"$_am_arg" : 'X\(//\)$' \| \
26520 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
26521 $as_echo X"$_am_arg" |
26522 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
26523 s//\1/
26526 /^X\(\/\/\)[^/].*/{
26527 s//\1/
26530 /^X\(\/\/\)$/{
26531 s//\1/
26534 /^X\(\/\).*/{
26535 s//\1/
26538 s/.*/./; q'`/stamp-h$_am_stamp_count
26541 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
26542 $as_echo "$as_me: executing $ac_file commands" >&6;}
26544 esac
26547 case $ac_file$ac_mode in
26548 "default-1":C)
26549 # Only add multilib support code if we just rebuilt the top-level
26550 # Makefile.
26551 case " $CONFIG_FILES " in
26552 *" Makefile "*)
26553 ac_file=Makefile . ${multi_basedir}/config-ml.in
26555 esac ;;
26556 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
26557 # Autoconf 2.62 quotes --file arguments for eval, but not when files
26558 # are listed without --file. Let's play safe and only enable the eval
26559 # if we detect the quoting.
26560 case $CONFIG_FILES in
26561 *\'*) eval set x "$CONFIG_FILES" ;;
26562 *) set x $CONFIG_FILES ;;
26563 esac
26564 shift
26565 for mf
26567 # Strip MF so we end up with the name of the file.
26568 mf=`echo "$mf" | sed -e 's/:.*$//'`
26569 # Check whether this is an Automake generated Makefile or not.
26570 # We used to match only the files named `Makefile.in', but
26571 # some people rename them; so instead we look at the file content.
26572 # Grep'ing the first line is not enough: some people post-process
26573 # each Makefile.in and add a new line on top of each file to say so.
26574 # Grep'ing the whole file is not good either: AIX grep has a line
26575 # limit of 2048, but all sed's we know have understand at least 4000.
26576 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
26577 dirpart=`$as_dirname -- "$mf" ||
26578 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
26579 X"$mf" : 'X\(//\)[^/]' \| \
26580 X"$mf" : 'X\(//\)$' \| \
26581 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
26582 $as_echo X"$mf" |
26583 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
26584 s//\1/
26587 /^X\(\/\/\)[^/].*/{
26588 s//\1/
26591 /^X\(\/\/\)$/{
26592 s//\1/
26595 /^X\(\/\).*/{
26596 s//\1/
26599 s/.*/./; q'`
26600 else
26601 continue
26603 # Extract the definition of DEPDIR, am__include, and am__quote
26604 # from the Makefile without running `make'.
26605 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
26606 test -z "$DEPDIR" && continue
26607 am__include=`sed -n 's/^am__include = //p' < "$mf"`
26608 test -z "am__include" && continue
26609 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
26610 # When using ansi2knr, U may be empty or an underscore; expand it
26611 U=`sed -n 's/^U = //p' < "$mf"`
26612 # Find all dependency output files, they are included files with
26613 # $(DEPDIR) in their names. We invoke sed twice because it is the
26614 # simplest approach to changing $(DEPDIR) to its actual value in the
26615 # expansion.
26616 for file in `sed -n "
26617 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
26618 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
26619 # Make sure the directory exists.
26620 test -f "$dirpart/$file" && continue
26621 fdir=`$as_dirname -- "$file" ||
26622 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
26623 X"$file" : 'X\(//\)[^/]' \| \
26624 X"$file" : 'X\(//\)$' \| \
26625 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
26626 $as_echo X"$file" |
26627 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
26628 s//\1/
26631 /^X\(\/\/\)[^/].*/{
26632 s//\1/
26635 /^X\(\/\/\)$/{
26636 s//\1/
26639 /^X\(\/\).*/{
26640 s//\1/
26643 s/.*/./; q'`
26644 as_dir=$dirpart/$fdir; as_fn_mkdir_p
26645 # echo "creating $dirpart/$file"
26646 echo '# dummy' > "$dirpart/$file"
26647 done
26648 done
26651 "libtool":C)
26653 # See if we are running on zsh, and set the options which allow our
26654 # commands through without removal of \ escapes.
26655 if test -n "${ZSH_VERSION+set}" ; then
26656 setopt NO_GLOB_SUBST
26659 cfgfile="${ofile}T"
26660 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
26661 $RM "$cfgfile"
26663 cat <<_LT_EOF >> "$cfgfile"
26664 #! $SHELL
26666 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
26667 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
26668 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
26669 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
26671 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
26672 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
26673 # Written by Gordon Matzigkeit, 1996
26675 # This file is part of GNU Libtool.
26677 # GNU Libtool is free software; you can redistribute it and/or
26678 # modify it under the terms of the GNU General Public License as
26679 # published by the Free Software Foundation; either version 2 of
26680 # the License, or (at your option) any later version.
26682 # As a special exception to the GNU General Public License,
26683 # if you distribute this file as part of a program or library that
26684 # is built using GNU Libtool, you may include this file under the
26685 # same distribution terms that you use for the rest of that program.
26687 # GNU Libtool is distributed in the hope that it will be useful,
26688 # but WITHOUT ANY WARRANTY; without even the implied warranty of
26689 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26690 # GNU General Public License for more details.
26692 # You should have received a copy of the GNU General Public License
26693 # along with GNU Libtool; see the file COPYING. If not, a copy
26694 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
26695 # obtained by writing to the Free Software Foundation, Inc.,
26696 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
26699 # The names of the tagged configurations supported by this script.
26700 available_tags="FC "
26702 # ### BEGIN LIBTOOL CONFIG
26704 # Which release of libtool.m4 was used?
26705 macro_version=$macro_version
26706 macro_revision=$macro_revision
26708 # Whether or not to build shared libraries.
26709 build_libtool_libs=$enable_shared
26711 # Whether or not to build static libraries.
26712 build_old_libs=$enable_static
26714 # What type of objects to build.
26715 pic_mode=$pic_mode
26717 # Whether or not to optimize for fast installation.
26718 fast_install=$enable_fast_install
26720 # Shell to use when invoking shell scripts.
26721 SHELL=$lt_SHELL
26723 # An echo program that protects backslashes.
26724 ECHO=$lt_ECHO
26726 # The host system.
26727 host_alias=$host_alias
26728 host=$host
26729 host_os=$host_os
26731 # The build system.
26732 build_alias=$build_alias
26733 build=$build
26734 build_os=$build_os
26736 # A sed program that does not truncate output.
26737 SED=$lt_SED
26739 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
26740 Xsed="\$SED -e 1s/^X//"
26742 # A grep program that handles long lines.
26743 GREP=$lt_GREP
26745 # An ERE matcher.
26746 EGREP=$lt_EGREP
26748 # A literal string matcher.
26749 FGREP=$lt_FGREP
26751 # A BSD- or MS-compatible name lister.
26752 NM=$lt_NM
26754 # Whether we need soft or hard links.
26755 LN_S=$lt_LN_S
26757 # What is the maximum length of a command?
26758 max_cmd_len=$max_cmd_len
26760 # Object file suffix (normally "o").
26761 objext=$ac_objext
26763 # Executable file suffix (normally "").
26764 exeext=$exeext
26766 # whether the shell understands "unset".
26767 lt_unset=$lt_unset
26769 # turn spaces into newlines.
26770 SP2NL=$lt_lt_SP2NL
26772 # turn newlines into spaces.
26773 NL2SP=$lt_lt_NL2SP
26775 # An object symbol dumper.
26776 OBJDUMP=$lt_OBJDUMP
26778 # Method to check whether dependent libraries are shared objects.
26779 deplibs_check_method=$lt_deplibs_check_method
26781 # Command to use when deplibs_check_method == "file_magic".
26782 file_magic_cmd=$lt_file_magic_cmd
26784 # The archiver.
26785 AR=$lt_AR
26786 AR_FLAGS=$lt_AR_FLAGS
26788 # A symbol stripping program.
26789 STRIP=$lt_STRIP
26791 # Commands used to install an old-style archive.
26792 RANLIB=$lt_RANLIB
26793 old_postinstall_cmds=$lt_old_postinstall_cmds
26794 old_postuninstall_cmds=$lt_old_postuninstall_cmds
26796 # Whether to use a lock for old archive extraction.
26797 lock_old_archive_extraction=$lock_old_archive_extraction
26799 # A C compiler.
26800 LTCC=$lt_CC
26802 # LTCC compiler flags.
26803 LTCFLAGS=$lt_CFLAGS
26805 # Take the output of nm and produce a listing of raw symbols and C names.
26806 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
26808 # Transform the output of nm in a proper C declaration.
26809 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
26811 # Transform the output of nm in a C name address pair.
26812 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
26814 # Transform the output of nm in a C name address pair when lib prefix is needed.
26815 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
26817 # The name of the directory that contains temporary libtool files.
26818 objdir=$objdir
26820 # Used to examine libraries when file_magic_cmd begins with "file".
26821 MAGIC_CMD=$MAGIC_CMD
26823 # Must we lock files when doing compilation?
26824 need_locks=$lt_need_locks
26826 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
26827 DSYMUTIL=$lt_DSYMUTIL
26829 # Tool to change global to local symbols on Mac OS X.
26830 NMEDIT=$lt_NMEDIT
26832 # Tool to manipulate fat objects and archives on Mac OS X.
26833 LIPO=$lt_LIPO
26835 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
26836 OTOOL=$lt_OTOOL
26838 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
26839 OTOOL64=$lt_OTOOL64
26841 # Old archive suffix (normally "a").
26842 libext=$libext
26844 # Shared library suffix (normally ".so").
26845 shrext_cmds=$lt_shrext_cmds
26847 # The commands to extract the exported symbol list from a shared archive.
26848 extract_expsyms_cmds=$lt_extract_expsyms_cmds
26850 # Variables whose values should be saved in libtool wrapper scripts and
26851 # restored at link time.
26852 variables_saved_for_relink=$lt_variables_saved_for_relink
26854 # Do we need the "lib" prefix for modules?
26855 need_lib_prefix=$need_lib_prefix
26857 # Do we need a version for libraries?
26858 need_version=$need_version
26860 # Library versioning type.
26861 version_type=$version_type
26863 # Shared library runtime path variable.
26864 runpath_var=$runpath_var
26866 # Shared library path variable.
26867 shlibpath_var=$shlibpath_var
26869 # Is shlibpath searched before the hard-coded library search path?
26870 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
26872 # Format of library name prefix.
26873 libname_spec=$lt_libname_spec
26875 # List of archive names. First name is the real one, the rest are links.
26876 # The last name is the one that the linker finds with -lNAME
26877 library_names_spec=$lt_library_names_spec
26879 # The coded name of the library, if different from the real name.
26880 soname_spec=$lt_soname_spec
26882 # Permission mode override for installation of shared libraries.
26883 install_override_mode=$lt_install_override_mode
26885 # Command to use after installation of a shared archive.
26886 postinstall_cmds=$lt_postinstall_cmds
26888 # Command to use after uninstallation of a shared archive.
26889 postuninstall_cmds=$lt_postuninstall_cmds
26891 # Commands used to finish a libtool library installation in a directory.
26892 finish_cmds=$lt_finish_cmds
26894 # As "finish_cmds", except a single script fragment to be evaled but
26895 # not shown.
26896 finish_eval=$lt_finish_eval
26898 # Whether we should hardcode library paths into libraries.
26899 hardcode_into_libs=$hardcode_into_libs
26901 # Compile-time system search path for libraries.
26902 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
26904 # Run-time system search path for libraries.
26905 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
26907 # Whether dlopen is supported.
26908 dlopen_support=$enable_dlopen
26910 # Whether dlopen of programs is supported.
26911 dlopen_self=$enable_dlopen_self
26913 # Whether dlopen of statically linked programs is supported.
26914 dlopen_self_static=$enable_dlopen_self_static
26916 # Commands to strip libraries.
26917 old_striplib=$lt_old_striplib
26918 striplib=$lt_striplib
26921 # The linker used to build libraries.
26922 LD=$lt_LD
26924 # How to create reloadable object files.
26925 reload_flag=$lt_reload_flag
26926 reload_cmds=$lt_reload_cmds
26928 # Commands used to build an old-style archive.
26929 old_archive_cmds=$lt_old_archive_cmds
26931 # A language specific compiler.
26932 CC=$lt_compiler
26934 # Is the compiler the GNU compiler?
26935 with_gcc=$GCC
26937 # Compiler flag to turn off builtin functions.
26938 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
26940 # How to pass a linker flag through the compiler.
26941 wl=$lt_lt_prog_compiler_wl
26943 # Additional compiler flags for building library objects.
26944 pic_flag=$lt_lt_prog_compiler_pic
26946 # Compiler flag to prevent dynamic linking.
26947 link_static_flag=$lt_lt_prog_compiler_static
26949 # Does compiler simultaneously support -c and -o options?
26950 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
26952 # Whether or not to add -lc for building shared libraries.
26953 build_libtool_need_lc=$archive_cmds_need_lc
26955 # Whether or not to disallow shared libs when runtime libs are static.
26956 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
26958 # Compiler flag to allow reflexive dlopens.
26959 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
26961 # Compiler flag to generate shared objects directly from archives.
26962 whole_archive_flag_spec=$lt_whole_archive_flag_spec
26964 # Whether the compiler copes with passing no objects directly.
26965 compiler_needs_object=$lt_compiler_needs_object
26967 # Create an old-style archive from a shared archive.
26968 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
26970 # Create a temporary old-style archive to link instead of a shared archive.
26971 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
26973 # Commands used to build a shared archive.
26974 archive_cmds=$lt_archive_cmds
26975 archive_expsym_cmds=$lt_archive_expsym_cmds
26977 # Commands used to build a loadable module if different from building
26978 # a shared archive.
26979 module_cmds=$lt_module_cmds
26980 module_expsym_cmds=$lt_module_expsym_cmds
26982 # Whether we are building with GNU ld or not.
26983 with_gnu_ld=$lt_with_gnu_ld
26985 # Flag that allows shared libraries with undefined symbols to be built.
26986 allow_undefined_flag=$lt_allow_undefined_flag
26988 # Flag that enforces no undefined symbols.
26989 no_undefined_flag=$lt_no_undefined_flag
26991 # Flag to hardcode \$libdir into a binary during linking.
26992 # This must work even if \$libdir does not exist
26993 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
26995 # If ld is used when linking, flag to hardcode \$libdir into a binary
26996 # during linking. This must work even if \$libdir does not exist.
26997 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
26999 # Whether we need a single "-rpath" flag with a separated argument.
27000 hardcode_libdir_separator=$lt_hardcode_libdir_separator
27002 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
27003 # DIR into the resulting binary.
27004 hardcode_direct=$hardcode_direct
27006 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
27007 # DIR into the resulting binary and the resulting library dependency is
27008 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
27009 # library is relocated.
27010 hardcode_direct_absolute=$hardcode_direct_absolute
27012 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
27013 # into the resulting binary.
27014 hardcode_minus_L=$hardcode_minus_L
27016 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
27017 # into the resulting binary.
27018 hardcode_shlibpath_var=$hardcode_shlibpath_var
27020 # Set to "yes" if building a shared library automatically hardcodes DIR
27021 # into the library and all subsequent libraries and executables linked
27022 # against it.
27023 hardcode_automatic=$hardcode_automatic
27025 # Set to yes if linker adds runtime paths of dependent libraries
27026 # to runtime path list.
27027 inherit_rpath=$inherit_rpath
27029 # Whether libtool must link a program against all its dependency libraries.
27030 link_all_deplibs=$link_all_deplibs
27032 # Fix the shell variable \$srcfile for the compiler.
27033 fix_srcfile_path=$lt_fix_srcfile_path
27035 # Set to "yes" if exported symbols are required.
27036 always_export_symbols=$always_export_symbols
27038 # The commands to list exported symbols.
27039 export_symbols_cmds=$lt_export_symbols_cmds
27041 # Symbols that should not be listed in the preloaded symbols.
27042 exclude_expsyms=$lt_exclude_expsyms
27044 # Symbols that must always be exported.
27045 include_expsyms=$lt_include_expsyms
27047 # Commands necessary for linking programs (against libraries) with templates.
27048 prelink_cmds=$lt_prelink_cmds
27050 # Specify filename containing input files.
27051 file_list_spec=$lt_file_list_spec
27053 # How to hardcode a shared library path into an executable.
27054 hardcode_action=$hardcode_action
27056 # The directories searched by this compiler when creating a shared library.
27057 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs
27059 # Dependencies to place before and after the objects being linked to
27060 # create a shared library.
27061 predep_objects=$lt_predep_objects
27062 postdep_objects=$lt_postdep_objects
27063 predeps=$lt_predeps
27064 postdeps=$lt_postdeps
27066 # The library search path used internally by the compiler when linking
27067 # a shared library.
27068 compiler_lib_search_path=$lt_compiler_lib_search_path
27070 # ### END LIBTOOL CONFIG
27072 _LT_EOF
27074 case $host_os in
27075 aix3*)
27076 cat <<\_LT_EOF >> "$cfgfile"
27077 # AIX sometimes has problems with the GCC collect2 program. For some
27078 # reason, if we set the COLLECT_NAMES environment variable, the problems
27079 # vanish in a puff of smoke.
27080 if test "X${COLLECT_NAMES+set}" != Xset; then
27081 COLLECT_NAMES=
27082 export COLLECT_NAMES
27084 _LT_EOF
27086 esac
27089 ltmain="$ac_aux_dir/ltmain.sh"
27092 # We use sed instead of cat because bash on DJGPP gets confused if
27093 # if finds mixed CR/LF and LF-only lines. Since sed operates in
27094 # text mode, it properly converts lines to CR/LF. This bash problem
27095 # is reportedly fixed, but why not run on old versions too?
27096 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
27097 || (rm -f "$cfgfile"; exit 1)
27099 case $xsi_shell in
27100 yes)
27101 cat << \_LT_EOF >> "$cfgfile"
27103 # func_dirname file append nondir_replacement
27104 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
27105 # otherwise set result to NONDIR_REPLACEMENT.
27106 func_dirname ()
27108 case ${1} in
27109 */*) func_dirname_result="${1%/*}${2}" ;;
27110 * ) func_dirname_result="${3}" ;;
27111 esac
27114 # func_basename file
27115 func_basename ()
27117 func_basename_result="${1##*/}"
27120 # func_dirname_and_basename file append nondir_replacement
27121 # perform func_basename and func_dirname in a single function
27122 # call:
27123 # dirname: Compute the dirname of FILE. If nonempty,
27124 # add APPEND to the result, otherwise set result
27125 # to NONDIR_REPLACEMENT.
27126 # value returned in "$func_dirname_result"
27127 # basename: Compute filename of FILE.
27128 # value retuned in "$func_basename_result"
27129 # Implementation must be kept synchronized with func_dirname
27130 # and func_basename. For efficiency, we do not delegate to
27131 # those functions but instead duplicate the functionality here.
27132 func_dirname_and_basename ()
27134 case ${1} in
27135 */*) func_dirname_result="${1%/*}${2}" ;;
27136 * ) func_dirname_result="${3}" ;;
27137 esac
27138 func_basename_result="${1##*/}"
27141 # func_stripname prefix suffix name
27142 # strip PREFIX and SUFFIX off of NAME.
27143 # PREFIX and SUFFIX must not contain globbing or regex special
27144 # characters, hashes, percent signs, but SUFFIX may contain a leading
27145 # dot (in which case that matches only a dot).
27146 func_stripname ()
27148 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
27149 # positional parameters, so assign one to ordinary parameter first.
27150 func_stripname_result=${3}
27151 func_stripname_result=${func_stripname_result#"${1}"}
27152 func_stripname_result=${func_stripname_result%"${2}"}
27155 # func_opt_split
27156 func_opt_split ()
27158 func_opt_split_opt=${1%%=*}
27159 func_opt_split_arg=${1#*=}
27162 # func_lo2o object
27163 func_lo2o ()
27165 case ${1} in
27166 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
27167 *) func_lo2o_result=${1} ;;
27168 esac
27171 # func_xform libobj-or-source
27172 func_xform ()
27174 func_xform_result=${1%.*}.lo
27177 # func_arith arithmetic-term...
27178 func_arith ()
27180 func_arith_result=$(( $* ))
27183 # func_len string
27184 # STRING may not start with a hyphen.
27185 func_len ()
27187 func_len_result=${#1}
27190 _LT_EOF
27192 *) # Bourne compatible functions.
27193 cat << \_LT_EOF >> "$cfgfile"
27195 # func_dirname file append nondir_replacement
27196 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
27197 # otherwise set result to NONDIR_REPLACEMENT.
27198 func_dirname ()
27200 # Extract subdirectory from the argument.
27201 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
27202 if test "X$func_dirname_result" = "X${1}"; then
27203 func_dirname_result="${3}"
27204 else
27205 func_dirname_result="$func_dirname_result${2}"
27209 # func_basename file
27210 func_basename ()
27212 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
27216 # func_stripname prefix suffix name
27217 # strip PREFIX and SUFFIX off of NAME.
27218 # PREFIX and SUFFIX must not contain globbing or regex special
27219 # characters, hashes, percent signs, but SUFFIX may contain a leading
27220 # dot (in which case that matches only a dot).
27221 # func_strip_suffix prefix name
27222 func_stripname ()
27224 case ${2} in
27225 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
27226 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
27227 esac
27230 # sed scripts:
27231 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
27232 my_sed_long_arg='1s/^-[^=]*=//'
27234 # func_opt_split
27235 func_opt_split ()
27237 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
27238 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
27241 # func_lo2o object
27242 func_lo2o ()
27244 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
27247 # func_xform libobj-or-source
27248 func_xform ()
27250 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
27253 # func_arith arithmetic-term...
27254 func_arith ()
27256 func_arith_result=`expr "$@"`
27259 # func_len string
27260 # STRING may not start with a hyphen.
27261 func_len ()
27263 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
27266 _LT_EOF
27267 esac
27269 case $lt_shell_append in
27270 yes)
27271 cat << \_LT_EOF >> "$cfgfile"
27273 # func_append var value
27274 # Append VALUE to the end of shell variable VAR.
27275 func_append ()
27277 eval "$1+=\$2"
27279 _LT_EOF
27282 cat << \_LT_EOF >> "$cfgfile"
27284 # func_append var value
27285 # Append VALUE to the end of shell variable VAR.
27286 func_append ()
27288 eval "$1=\$$1\$2"
27291 _LT_EOF
27293 esac
27296 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
27297 || (rm -f "$cfgfile"; exit 1)
27299 mv -f "$cfgfile" "$ofile" ||
27300 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
27301 chmod +x "$ofile"
27304 cat <<_LT_EOF >> "$ofile"
27306 # ### BEGIN LIBTOOL TAG CONFIG: FC
27308 # The linker used to build libraries.
27309 LD=$lt_LD_FC
27311 # How to create reloadable object files.
27312 reload_flag=$lt_reload_flag_FC
27313 reload_cmds=$lt_reload_cmds_FC
27315 # Commands used to build an old-style archive.
27316 old_archive_cmds=$lt_old_archive_cmds_FC
27318 # A language specific compiler.
27319 CC=$lt_compiler_FC
27321 # Is the compiler the GNU compiler?
27322 with_gcc=$GCC_FC
27324 # Compiler flag to turn off builtin functions.
27325 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag_FC
27327 # How to pass a linker flag through the compiler.
27328 wl=$lt_lt_prog_compiler_wl_FC
27330 # Additional compiler flags for building library objects.
27331 pic_flag=$lt_lt_prog_compiler_pic_FC
27333 # Compiler flag to prevent dynamic linking.
27334 link_static_flag=$lt_lt_prog_compiler_static_FC
27336 # Does compiler simultaneously support -c and -o options?
27337 compiler_c_o=$lt_lt_cv_prog_compiler_c_o_FC
27339 # Whether or not to add -lc for building shared libraries.
27340 build_libtool_need_lc=$archive_cmds_need_lc_FC
27342 # Whether or not to disallow shared libs when runtime libs are static.
27343 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes_FC
27345 # Compiler flag to allow reflexive dlopens.
27346 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec_FC
27348 # Compiler flag to generate shared objects directly from archives.
27349 whole_archive_flag_spec=$lt_whole_archive_flag_spec_FC
27351 # Whether the compiler copes with passing no objects directly.
27352 compiler_needs_object=$lt_compiler_needs_object_FC
27354 # Create an old-style archive from a shared archive.
27355 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds_FC
27357 # Create a temporary old-style archive to link instead of a shared archive.
27358 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds_FC
27360 # Commands used to build a shared archive.
27361 archive_cmds=$lt_archive_cmds_FC
27362 archive_expsym_cmds=$lt_archive_expsym_cmds_FC
27364 # Commands used to build a loadable module if different from building
27365 # a shared archive.
27366 module_cmds=$lt_module_cmds_FC
27367 module_expsym_cmds=$lt_module_expsym_cmds_FC
27369 # Whether we are building with GNU ld or not.
27370 with_gnu_ld=$lt_with_gnu_ld_FC
27372 # Flag that allows shared libraries with undefined symbols to be built.
27373 allow_undefined_flag=$lt_allow_undefined_flag_FC
27375 # Flag that enforces no undefined symbols.
27376 no_undefined_flag=$lt_no_undefined_flag_FC
27378 # Flag to hardcode \$libdir into a binary during linking.
27379 # This must work even if \$libdir does not exist
27380 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec_FC
27382 # If ld is used when linking, flag to hardcode \$libdir into a binary
27383 # during linking. This must work even if \$libdir does not exist.
27384 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld_FC
27386 # Whether we need a single "-rpath" flag with a separated argument.
27387 hardcode_libdir_separator=$lt_hardcode_libdir_separator_FC
27389 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
27390 # DIR into the resulting binary.
27391 hardcode_direct=$hardcode_direct_FC
27393 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
27394 # DIR into the resulting binary and the resulting library dependency is
27395 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
27396 # library is relocated.
27397 hardcode_direct_absolute=$hardcode_direct_absolute_FC
27399 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
27400 # into the resulting binary.
27401 hardcode_minus_L=$hardcode_minus_L_FC
27403 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
27404 # into the resulting binary.
27405 hardcode_shlibpath_var=$hardcode_shlibpath_var_FC
27407 # Set to "yes" if building a shared library automatically hardcodes DIR
27408 # into the library and all subsequent libraries and executables linked
27409 # against it.
27410 hardcode_automatic=$hardcode_automatic_FC
27412 # Set to yes if linker adds runtime paths of dependent libraries
27413 # to runtime path list.
27414 inherit_rpath=$inherit_rpath_FC
27416 # Whether libtool must link a program against all its dependency libraries.
27417 link_all_deplibs=$link_all_deplibs_FC
27419 # Fix the shell variable \$srcfile for the compiler.
27420 fix_srcfile_path=$lt_fix_srcfile_path_FC
27422 # Set to "yes" if exported symbols are required.
27423 always_export_symbols=$always_export_symbols_FC
27425 # The commands to list exported symbols.
27426 export_symbols_cmds=$lt_export_symbols_cmds_FC
27428 # Symbols that should not be listed in the preloaded symbols.
27429 exclude_expsyms=$lt_exclude_expsyms_FC
27431 # Symbols that must always be exported.
27432 include_expsyms=$lt_include_expsyms_FC
27434 # Commands necessary for linking programs (against libraries) with templates.
27435 prelink_cmds=$lt_prelink_cmds_FC
27437 # Specify filename containing input files.
27438 file_list_spec=$lt_file_list_spec_FC
27440 # How to hardcode a shared library path into an executable.
27441 hardcode_action=$hardcode_action_FC
27443 # The directories searched by this compiler when creating a shared library.
27444 compiler_lib_search_dirs=$lt_compiler_lib_search_dirs_FC
27446 # Dependencies to place before and after the objects being linked to
27447 # create a shared library.
27448 predep_objects=$lt_predep_objects_FC
27449 postdep_objects=$lt_postdep_objects_FC
27450 predeps=$lt_predeps_FC
27451 postdeps=$lt_postdeps_FC
27453 # The library search path used internally by the compiler when linking
27454 # a shared library.
27455 compiler_lib_search_path=$lt_compiler_lib_search_path_FC
27457 # ### END LIBTOOL TAG CONFIG: FC
27458 _LT_EOF
27461 "gstdint.h":C)
27462 if test "$GCC" = yes; then
27463 echo "/* generated for " `$CC --version | sed 1q` "*/" > tmp-stdint.h
27464 else
27465 echo "/* generated for $CC */" > tmp-stdint.h
27468 sed 's/^ *//' >> tmp-stdint.h <<EOF
27470 #ifndef GCC_GENERATED_STDINT_H
27471 #define GCC_GENERATED_STDINT_H 1
27473 #include <sys/types.h>
27476 if test "$acx_cv_header_stdint" != stdint.h; then
27477 echo "#include <stddef.h>" >> tmp-stdint.h
27479 if test "$acx_cv_header_stdint" != stddef.h; then
27480 echo "#include <$acx_cv_header_stdint>" >> tmp-stdint.h
27483 sed 's/^ *//' >> tmp-stdint.h <<EOF
27484 /* glibc uses these symbols as guards to prevent redefinitions. */
27485 #ifdef __int8_t_defined
27486 #define _INT8_T
27487 #define _INT16_T
27488 #define _INT32_T
27489 #endif
27490 #ifdef __uint32_t_defined
27491 #define _UINT32_T
27492 #endif
27496 # ----------------- done header, emit basic int types -------------
27497 if test "$acx_cv_header_stdint" = stddef.h; then
27498 sed 's/^ *//' >> tmp-stdint.h <<EOF
27500 #ifndef _UINT8_T
27501 #define _UINT8_T
27502 #ifndef __uint8_t_defined
27503 #define __uint8_t_defined
27504 #ifndef uint8_t
27505 typedef unsigned $acx_cv_type_int8_t uint8_t;
27506 #endif
27507 #endif
27508 #endif
27510 #ifndef _UINT16_T
27511 #define _UINT16_T
27512 #ifndef __uint16_t_defined
27513 #define __uint16_t_defined
27514 #ifndef uint16_t
27515 typedef unsigned $acx_cv_type_int16_t uint16_t;
27516 #endif
27517 #endif
27518 #endif
27520 #ifndef _UINT32_T
27521 #define _UINT32_T
27522 #ifndef __uint32_t_defined
27523 #define __uint32_t_defined
27524 #ifndef uint32_t
27525 typedef unsigned $acx_cv_type_int32_t uint32_t;
27526 #endif
27527 #endif
27528 #endif
27530 #ifndef _INT8_T
27531 #define _INT8_T
27532 #ifndef __int8_t_defined
27533 #define __int8_t_defined
27534 #ifndef int8_t
27535 typedef $acx_cv_type_int8_t int8_t;
27536 #endif
27537 #endif
27538 #endif
27540 #ifndef _INT16_T
27541 #define _INT16_T
27542 #ifndef __int16_t_defined
27543 #define __int16_t_defined
27544 #ifndef int16_t
27545 typedef $acx_cv_type_int16_t int16_t;
27546 #endif
27547 #endif
27548 #endif
27550 #ifndef _INT32_T
27551 #define _INT32_T
27552 #ifndef __int32_t_defined
27553 #define __int32_t_defined
27554 #ifndef int32_t
27555 typedef $acx_cv_type_int32_t int32_t;
27556 #endif
27557 #endif
27558 #endif
27560 elif test "$ac_cv_type_u_int32_t" = yes; then
27561 sed 's/^ *//' >> tmp-stdint.h <<EOF
27563 /* int8_t int16_t int32_t defined by inet code, we do the u_intXX types */
27564 #ifndef _INT8_T
27565 #define _INT8_T
27566 #endif
27567 #ifndef _INT16_T
27568 #define _INT16_T
27569 #endif
27570 #ifndef _INT32_T
27571 #define _INT32_T
27572 #endif
27574 #ifndef _UINT8_T
27575 #define _UINT8_T
27576 #ifndef __uint8_t_defined
27577 #define __uint8_t_defined
27578 #ifndef uint8_t
27579 typedef u_int8_t uint8_t;
27580 #endif
27581 #endif
27582 #endif
27584 #ifndef _UINT16_T
27585 #define _UINT16_T
27586 #ifndef __uint16_t_defined
27587 #define __uint16_t_defined
27588 #ifndef uint16_t
27589 typedef u_int16_t uint16_t;
27590 #endif
27591 #endif
27592 #endif
27594 #ifndef _UINT32_T
27595 #define _UINT32_T
27596 #ifndef __uint32_t_defined
27597 #define __uint32_t_defined
27598 #ifndef uint32_t
27599 typedef u_int32_t uint32_t;
27600 #endif
27601 #endif
27602 #endif
27604 else
27605 sed 's/^ *//' >> tmp-stdint.h <<EOF
27607 /* Some systems have guard macros to prevent redefinitions, define them. */
27608 #ifndef _INT8_T
27609 #define _INT8_T
27610 #endif
27611 #ifndef _INT16_T
27612 #define _INT16_T
27613 #endif
27614 #ifndef _INT32_T
27615 #define _INT32_T
27616 #endif
27617 #ifndef _UINT8_T
27618 #define _UINT8_T
27619 #endif
27620 #ifndef _UINT16_T
27621 #define _UINT16_T
27622 #endif
27623 #ifndef _UINT32_T
27624 #define _UINT32_T
27625 #endif
27629 # ------------- done basic int types, emit int64_t types ------------
27630 if test "$ac_cv_type_uint64_t" = yes; then
27631 sed 's/^ *//' >> tmp-stdint.h <<EOF
27633 /* system headers have good uint64_t and int64_t */
27634 #ifndef _INT64_T
27635 #define _INT64_T
27636 #endif
27637 #ifndef _UINT64_T
27638 #define _UINT64_T
27639 #endif
27641 elif test "$ac_cv_type_u_int64_t" = yes; then
27642 sed 's/^ *//' >> tmp-stdint.h <<EOF
27644 /* system headers have an u_int64_t (and int64_t) */
27645 #ifndef _INT64_T
27646 #define _INT64_T
27647 #endif
27648 #ifndef _UINT64_T
27649 #define _UINT64_T
27650 #ifndef __uint64_t_defined
27651 #define __uint64_t_defined
27652 #ifndef uint64_t
27653 typedef u_int64_t uint64_t;
27654 #endif
27655 #endif
27656 #endif
27658 elif test -n "$acx_cv_type_int64_t"; then
27659 sed 's/^ *//' >> tmp-stdint.h <<EOF
27661 /* architecture has a 64-bit type, $acx_cv_type_int64_t */
27662 #ifndef _INT64_T
27663 #define _INT64_T
27664 #ifndef int64_t
27665 typedef $acx_cv_type_int64_t int64_t;
27666 #endif
27667 #endif
27668 #ifndef _UINT64_T
27669 #define _UINT64_T
27670 #ifndef __uint64_t_defined
27671 #define __uint64_t_defined
27672 #ifndef uint64_t
27673 typedef unsigned $acx_cv_type_int64_t uint64_t;
27674 #endif
27675 #endif
27676 #endif
27678 else
27679 sed 's/^ *//' >> tmp-stdint.h <<EOF
27681 /* some common heuristics for int64_t, using compiler-specific tests */
27682 #if defined __STDC_VERSION__ && (__STDC_VERSION__-0) >= 199901L
27683 #ifndef _INT64_T
27684 #define _INT64_T
27685 #ifndef __int64_t_defined
27686 #ifndef int64_t
27687 typedef long long int64_t;
27688 #endif
27689 #endif
27690 #endif
27691 #ifndef _UINT64_T
27692 #define _UINT64_T
27693 #ifndef uint64_t
27694 typedef unsigned long long uint64_t;
27695 #endif
27696 #endif
27698 #elif defined __GNUC__ && defined (__STDC__) && __STDC__-0
27699 /* NextStep 2.0 cc is really gcc 1.93 but it defines __GNUC__ = 2 and
27700 does not implement __extension__. But that compiler doesn't define
27701 __GNUC_MINOR__. */
27702 # if __GNUC__ < 2 || (__NeXT__ && !__GNUC_MINOR__)
27703 # define __extension__
27704 # endif
27706 # ifndef _INT64_T
27707 # define _INT64_T
27708 # ifndef int64_t
27709 __extension__ typedef long long int64_t;
27710 # endif
27711 # endif
27712 # ifndef _UINT64_T
27713 # define _UINT64_T
27714 # ifndef uint64_t
27715 __extension__ typedef unsigned long long uint64_t;
27716 # endif
27717 # endif
27719 #elif !defined __STRICT_ANSI__
27720 # if defined _MSC_VER || defined __WATCOMC__ || defined __BORLANDC__
27722 # ifndef _INT64_T
27723 # define _INT64_T
27724 # ifndef int64_t
27725 typedef __int64 int64_t;
27726 # endif
27727 # endif
27728 # ifndef _UINT64_T
27729 # define _UINT64_T
27730 # ifndef uint64_t
27731 typedef unsigned __int64 uint64_t;
27732 # endif
27733 # endif
27734 # endif /* compiler */
27736 #endif /* ANSI version */
27740 # ------------- done int64_t types, emit intptr types ------------
27741 if test "$ac_cv_type_uintptr_t" != yes; then
27742 sed 's/^ *//' >> tmp-stdint.h <<EOF
27744 /* Define intptr_t based on sizeof(void*) = $ac_cv_sizeof_void_p */
27745 #ifndef __uintptr_t_defined
27746 #ifndef uintptr_t
27747 typedef u$acx_cv_type_intptr_t uintptr_t;
27748 #endif
27749 #endif
27750 #ifndef __intptr_t_defined
27751 #ifndef intptr_t
27752 typedef $acx_cv_type_intptr_t intptr_t;
27753 #endif
27754 #endif
27758 # ------------- done intptr types, emit int_least types ------------
27759 if test "$ac_cv_type_int_least32_t" != yes; then
27760 sed 's/^ *//' >> tmp-stdint.h <<EOF
27762 /* Define int_least types */
27763 typedef int8_t int_least8_t;
27764 typedef int16_t int_least16_t;
27765 typedef int32_t int_least32_t;
27766 #ifdef _INT64_T
27767 typedef int64_t int_least64_t;
27768 #endif
27770 typedef uint8_t uint_least8_t;
27771 typedef uint16_t uint_least16_t;
27772 typedef uint32_t uint_least32_t;
27773 #ifdef _UINT64_T
27774 typedef uint64_t uint_least64_t;
27775 #endif
27779 # ------------- done intptr types, emit int_fast types ------------
27780 if test "$ac_cv_type_int_fast32_t" != yes; then
27781 sed 's/^ *//' >> tmp-stdint.h <<EOF
27783 /* Define int_fast types. short is often slow */
27784 typedef int8_t int_fast8_t;
27785 typedef int int_fast16_t;
27786 typedef int32_t int_fast32_t;
27787 #ifdef _INT64_T
27788 typedef int64_t int_fast64_t;
27789 #endif
27791 typedef uint8_t uint_fast8_t;
27792 typedef unsigned int uint_fast16_t;
27793 typedef uint32_t uint_fast32_t;
27794 #ifdef _UINT64_T
27795 typedef uint64_t uint_fast64_t;
27796 #endif
27800 if test "$ac_cv_type_uintmax_t" != yes; then
27801 sed 's/^ *//' >> tmp-stdint.h <<EOF
27803 /* Define intmax based on what we found */
27804 #ifndef intmax_t
27805 #ifdef _INT64_T
27806 typedef int64_t intmax_t;
27807 #else
27808 typedef long intmax_t;
27809 #endif
27810 #endif
27811 #ifndef uintmax_t
27812 #ifdef _UINT64_T
27813 typedef uint64_t uintmax_t;
27814 #else
27815 typedef unsigned long uintmax_t;
27816 #endif
27817 #endif
27821 sed 's/^ *//' >> tmp-stdint.h <<EOF
27823 #endif /* GCC_GENERATED_STDINT_H */
27826 if test -r gstdint.h && cmp -s tmp-stdint.h gstdint.h; then
27827 rm -f tmp-stdint.h
27828 else
27829 mv -f tmp-stdint.h gstdint.h
27834 esac
27835 done # for ac_tag
27838 as_fn_exit 0
27839 _ACEOF
27840 ac_clean_files=$ac_clean_files_save
27842 test $ac_write_fail = 0 ||
27843 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
27846 # configure is writing to config.log, and then calls config.status.
27847 # config.status does its own redirection, appending to config.log.
27848 # Unfortunately, on DOS this fails, as config.log is still kept open
27849 # by configure, so config.status won't be able to write to it; its
27850 # output is simply discarded. So we exec the FD to /dev/null,
27851 # effectively closing config.log, so it can be properly (re)opened and
27852 # appended to by config.status. When coming back to configure, we
27853 # need to make the FD available again.
27854 if test "$no_create" != yes; then
27855 ac_cs_success=:
27856 ac_config_status_args=
27857 test "$silent" = yes &&
27858 ac_config_status_args="$ac_config_status_args --quiet"
27859 exec 5>/dev/null
27860 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
27861 exec 5>>config.log
27862 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
27863 # would make configure fail if this is the last instruction.
27864 $ac_cs_success || as_fn_exit $?
27866 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
27867 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
27868 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}