go-test.exp: don't quote already-quoted parentheses
[official-gcc.git] / libatomic / configure
blob50fe5480b78c516531bdb000c748a2f16f3e1115
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.69 for GNU Atomic Library 1.0.
6 # Copyright (C) 1992-1996, 1998-2012 Free Software 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 as_myself=
91 case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94 for as_dir in $PATH
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100 IFS=$as_save_IFS
103 esac
104 # We did not find ourselves, most probably we were run as `sh COMMAND'
105 # in which case we are not to be found in the path.
106 if test "x$as_myself" = x; then
107 as_myself=$0
109 if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
114 # Unset variables that we do not need and which cause bugs (e.g. in
115 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116 # suppresses any "Segmentation fault" message there. '((' could
117 # trigger a bug in pdksh 5.2.14.
118 for as_var in BASH_ENV ENV MAIL MAILPATH
119 do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121 done
122 PS1='$ '
123 PS2='> '
124 PS4='+ '
126 # NLS nuisances.
127 LC_ALL=C
128 export LC_ALL
129 LANGUAGE=C
130 export LANGUAGE
132 # CDPATH.
133 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
135 # Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140 # neutralization value for shells without unset; and this also
141 # works around shells that cannot unset nonexistent variables.
142 # Preserve -v and -x to the replacement shell.
143 BASH_ENV=/dev/null
144 ENV=/dev/null
145 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146 case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151 esac
152 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153 # Admittedly, this is quite paranoid, since all the known shells bail
154 # out after a failed `exec'.
155 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156 as_fn_exit 255
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
160 if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168 else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
174 esac
177 as_required="as_fn_return () { (exit \$1); }
178 as_fn_success () { as_fn_return 0; }
179 as_fn_failure () { as_fn_return 1; }
180 as_fn_ret_success () { return 0; }
181 as_fn_ret_failure () { return 1; }
183 exitcode=0
184 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
190 else
191 exitcode=1; echo positional parameters were not saved.
193 test x\$exitcode = x0 || exit 1
194 test -x / || exit 1"
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
200 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
201 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
202 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 PATH=/empty FPATH=/empty; export PATH FPATH
205 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
206 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
207 test \$(( 1 + 1 )) = 2 || exit 1"
208 if (eval "$as_required") 2>/dev/null; then :
209 as_have_required=yes
210 else
211 as_have_required=no
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
215 else
216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217 as_found=false
218 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
220 IFS=$as_save_IFS
221 test -z "$as_dir" && as_dir=.
222 as_found=:
223 case $as_dir in #(
225 for as_base in sh bash ksh sh5; do
226 # Try only shells that exist, to save several forks.
227 as_shell=$as_dir/$as_base
228 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230 CONFIG_SHELL=$as_shell as_have_required=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 break 2
235 done;;
236 esac
237 as_found=false
238 done
239 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241 CONFIG_SHELL=$SHELL as_have_required=yes
242 fi; }
243 IFS=$as_save_IFS
246 if test "x$CONFIG_SHELL" != x; then :
247 export CONFIG_SHELL
248 # We cannot yet assume a decent shell, so we have to provide a
249 # neutralization value for shells without unset; and this also
250 # works around shells that cannot unset nonexistent variables.
251 # Preserve -v and -x to the replacement shell.
252 BASH_ENV=/dev/null
253 ENV=/dev/null
254 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255 case $- in # ((((
256 *v*x* | *x*v* ) as_opts=-vx ;;
257 *v* ) as_opts=-v ;;
258 *x* ) as_opts=-x ;;
259 * ) as_opts= ;;
260 esac
261 exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262 # Admittedly, this is quite paranoid, since all the known shells bail
263 # out after a failed `exec'.
264 $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265 exit 255
268 if test x$as_have_required = xno; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x${ZSH_VERSION+set} = xset ; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
274 else
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276 $0: including any error possibly output before this
277 $0: message. Then install a modern shell, or manually run
278 $0: the script under such a shell if you do have one."
280 exit 1
284 SHELL=${CONFIG_SHELL-/bin/sh}
285 export SHELL
286 # Unset more variables known to interfere with behavior of common tools.
287 CLICOLOR_FORCE= GREP_OPTIONS=
288 unset CLICOLOR_FORCE GREP_OPTIONS
290 ## --------------------- ##
291 ## M4sh Shell Functions. ##
292 ## --------------------- ##
293 # as_fn_unset VAR
294 # ---------------
295 # Portably unset VAR.
296 as_fn_unset ()
298 { eval $1=; unset $1;}
300 as_unset=as_fn_unset
302 # as_fn_set_status STATUS
303 # -----------------------
304 # Set $? to STATUS, without forking.
305 as_fn_set_status ()
307 return $1
308 } # as_fn_set_status
310 # as_fn_exit STATUS
311 # -----------------
312 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313 as_fn_exit ()
315 set +e
316 as_fn_set_status $1
317 exit $1
318 } # as_fn_exit
320 # as_fn_mkdir_p
321 # -------------
322 # Create "$as_dir" as a directory, including parents if necessary.
323 as_fn_mkdir_p ()
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342 $as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
351 /^X\(\/\/\)$/{
352 s//\1/
355 /^X\(\/\).*/{
356 s//\1/
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
366 } # as_fn_mkdir_p
368 # as_fn_executable_p FILE
369 # -----------------------
370 # Test if FILE is an executable regular file.
371 as_fn_executable_p ()
373 test -f "$1" && test -x "$1"
374 } # as_fn_executable_p
375 # as_fn_append VAR VALUE
376 # ----------------------
377 # Append the text in VALUE to the end of the definition contained in VAR. Take
378 # advantage of any shell optimizations that allow amortized linear growth over
379 # repeated appends, instead of the typical quadratic growth present in naive
380 # implementations.
381 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
384 eval $1+=\$2
386 else
387 as_fn_append ()
389 eval $1=\$$1\$2
391 fi # as_fn_append
393 # as_fn_arith ARG...
394 # ------------------
395 # Perform arithmetic evaluation on the ARGs, and store the result in the
396 # global $as_val. Take advantage of shells that can avoid forks. The arguments
397 # must be portable across $(()) and expr.
398 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
401 as_val=$(( $* ))
403 else
404 as_fn_arith ()
406 as_val=`expr "$@" || test $? -eq 1`
408 fi # as_fn_arith
411 # as_fn_error STATUS ERROR [LINENO LOG_FD]
412 # ----------------------------------------
413 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
415 # script with STATUS, using 1 if that was 0.
416 as_fn_error ()
418 as_status=$1; test $as_status -eq 0 && as_status=1
419 if test "$4"; then
420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
423 $as_echo "$as_me: error: $2" >&2
424 as_fn_exit $as_status
425 } # as_fn_error
427 if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
429 as_expr=expr
430 else
431 as_expr=false
434 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435 as_basename=basename
436 else
437 as_basename=false
440 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442 else
443 as_dirname=false
446 as_me=`$as_basename -- "$0" ||
447 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
450 $as_echo X/"$0" |
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
452 s//\1/
455 /^X\/\(\/\/\)$/{
456 s//\1/
459 /^X\/\(\/\).*/{
460 s//\1/
463 s/.*/./; q'`
465 # Avoid depending upon Character Ranges.
466 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469 as_cr_digits='0123456789'
470 as_cr_alnum=$as_cr_Letters$as_cr_digits
473 as_lineno_1=$LINENO as_lineno_1a=$LINENO
474 as_lineno_2=$LINENO as_lineno_2a=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
478 sed -n '
480 /[$]LINENO/=
481 ' <$as_myself |
482 sed '
483 s/[$]LINENO.*/&-/
484 t lineno
486 :lineno
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
490 t loop
491 s/-\n.*//
492 ' >$as_me.lineno &&
493 chmod +x "$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec=no; export _as_can_reexec
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
502 # original and so on. Autoconf is especially sensitive to this).
503 . "./$as_me.lineno"
504 # Exit status is that of the last command.
505 exit
508 ECHO_C= ECHO_N= ECHO_T=
509 case `echo -n x` in #(((((
510 -n*)
511 case `echo 'xy\c'` in
512 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
513 xy) ECHO_C='\c';;
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
515 ECHO_T=' ';;
516 esac;;
518 ECHO_N='-n';;
519 esac
521 rm -f conf$$ conf$$.exe conf$$.file
522 if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
524 else
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
528 if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
530 as_ln_s='ln -s'
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
534 # In both cases, we have to default to `cp -pR'.
535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
536 as_ln_s='cp -pR'
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
540 as_ln_s='cp -pR'
542 else
543 as_ln_s='cp -pR'
545 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546 rmdir conf$$.dir 2>/dev/null
548 if mkdir -p . 2>/dev/null; then
549 as_mkdir_p='mkdir -p "$as_dir"'
550 else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
555 as_test_x='test -x'
556 as_executable_p=as_fn_executable_p
558 # Sed expression to map a string onto a valid CPP name.
559 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
561 # Sed expression to map a string onto a valid variable name.
562 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
564 SHELL=${CONFIG_SHELL-/bin/sh}
567 test -n "$DJDIR" || exec 7<&0 </dev/null
568 exec 6>&1
570 # Name of the host.
571 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
572 # so uname gets run too.
573 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
576 # Initializations.
578 ac_default_prefix=/usr/local
579 ac_clean_files=
580 ac_config_libobj_dir=.
581 LIBOBJS=
582 cross_compiling=no
583 subdirs=
584 MFLAGS=
585 MAKEFLAGS=
587 # Identity of this package.
588 PACKAGE_NAME='GNU Atomic Library'
589 PACKAGE_TARNAME='libatomic'
590 PACKAGE_VERSION='1.0'
591 PACKAGE_STRING='GNU Atomic Library 1.0'
592 PACKAGE_BUGREPORT=''
593 PACKAGE_URL='http://www.gnu.org/software/libatomic/'
595 # Factoring default headers for most tests.
596 ac_includes_default="\
597 #include <stdio.h>
598 #ifdef HAVE_SYS_TYPES_H
599 # include <sys/types.h>
600 #endif
601 #ifdef HAVE_SYS_STAT_H
602 # include <sys/stat.h>
603 #endif
604 #ifdef STDC_HEADERS
605 # include <stdlib.h>
606 # include <stddef.h>
607 #else
608 # ifdef HAVE_STDLIB_H
609 # include <stdlib.h>
610 # endif
611 #endif
612 #ifdef HAVE_STRING_H
613 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
614 # include <memory.h>
615 # endif
616 # include <string.h>
617 #endif
618 #ifdef HAVE_STRINGS_H
619 # include <strings.h>
620 #endif
621 #ifdef HAVE_INTTYPES_H
622 # include <inttypes.h>
623 #endif
624 #ifdef HAVE_STDINT_H
625 # include <stdint.h>
626 #endif
627 #ifdef HAVE_UNISTD_H
628 # include <unistd.h>
629 #endif"
631 ac_subst_vars='am__EXEEXT_FALSE
632 am__EXEEXT_TRUE
633 LTLIBOBJS
634 LIBOBJS
635 get_gcc_base_ver
636 ARCH_X86_64_FALSE
637 ARCH_X86_64_TRUE
638 ARCH_I386_FALSE
639 ARCH_I386_TRUE
640 ARCH_ARM_LINUX_FALSE
641 ARCH_ARM_LINUX_TRUE
642 ARCH_AARCH64_LINUX_FALSE
643 ARCH_AARCH64_LINUX_TRUE
644 HAVE_IFUNC_FALSE
645 HAVE_IFUNC_TRUE
646 tmake_file
647 SIZES
648 XLDFLAGS
649 XCFLAGS
650 config_path
651 LIBAT_BUILD_VERSIONED_SHLIB_SUN_FALSE
652 LIBAT_BUILD_VERSIONED_SHLIB_SUN_TRUE
653 LIBAT_BUILD_VERSIONED_SHLIB_GNU_FALSE
654 LIBAT_BUILD_VERSIONED_SHLIB_GNU_TRUE
655 LIBAT_BUILD_VERSIONED_SHLIB_FALSE
656 LIBAT_BUILD_VERSIONED_SHLIB_TRUE
657 OPT_LDFLAGS
658 SECTION_LDFLAGS
659 enable_aarch64_lse
660 libtool_VERSION
661 MAINT
662 MAINTAINER_MODE_FALSE
663 MAINTAINER_MODE_TRUE
664 enable_static
665 enable_shared
666 lt_host_flags
668 OTOOL64
669 OTOOL
670 LIPO
671 NMEDIT
672 DSYMUTIL
673 OBJDUMP
674 LN_S
675 ac_ct_DUMPBIN
676 DUMPBIN
678 FGREP
679 EGREP
680 GREP
682 LIBTOOL
683 PERL
684 RANLIB
687 am__fastdepCCAS_FALSE
688 am__fastdepCCAS_TRUE
689 CCASDEPMODE
690 CCASFLAGS
691 CCAS
692 am__fastdepCC_FALSE
693 am__fastdepCC_TRUE
694 CCDEPMODE
695 am__nodep
696 AMDEPBACKSLASH
697 AMDEP_FALSE
698 AMDEP_TRUE
699 am__quote
700 am__include
701 DEPDIR
702 OBJEXT
703 EXEEXT
704 ac_ct_CC
705 CPPFLAGS
706 LDFLAGS
707 CFLAGS
709 toolexeclibdir
710 toolexecdir
711 multi_basedir
712 AM_BACKSLASH
713 AM_DEFAULT_VERBOSITY
714 AM_DEFAULT_V
715 AM_V
716 am__untar
717 am__tar
718 AMTAR
719 am__leading_dot
720 SET_MAKE
722 mkdir_p
723 MKDIR_P
724 INSTALL_STRIP_PROGRAM
725 STRIP
726 install_sh
727 MAKEINFO
728 AUTOHEADER
729 AUTOMAKE
730 AUTOCONF
731 ACLOCAL
732 VERSION
733 PACKAGE
734 CYGPATH_W
735 am__isrc
736 INSTALL_DATA
737 INSTALL_SCRIPT
738 INSTALL_PROGRAM
739 target_os
740 target_vendor
741 target_cpu
742 target
743 host_os
744 host_vendor
745 host_cpu
746 host
747 build_os
748 build_vendor
749 build_cpu
750 build
751 GENINSRC_FALSE
752 GENINSRC_TRUE
753 target_alias
754 host_alias
755 build_alias
756 LIBS
757 ECHO_T
758 ECHO_N
759 ECHO_C
760 DEFS
761 mandir
762 localedir
763 libdir
764 psdir
765 pdfdir
766 dvidir
767 htmldir
768 infodir
769 docdir
770 oldincludedir
771 includedir
772 localstatedir
773 sharedstatedir
774 sysconfdir
775 datadir
776 datarootdir
777 libexecdir
778 sbindir
779 bindir
780 program_transform_name
781 prefix
782 exec_prefix
783 PACKAGE_URL
784 PACKAGE_BUGREPORT
785 PACKAGE_STRING
786 PACKAGE_VERSION
787 PACKAGE_TARNAME
788 PACKAGE_NAME
789 PATH_SEPARATOR
790 SHELL'
791 ac_subst_files=''
792 ac_user_opts='
793 enable_option_checking
794 enable_version_specific_runtime_libs
795 enable_generated_files_in_srcdir
796 enable_silent_rules
797 enable_multilib
798 with_toolexeclibdir
799 enable_dependency_tracking
800 enable_shared
801 enable_static
802 with_pic
803 enable_fast_install
804 with_gnu_ld
805 enable_libtool_lock
806 enable_maintainer_mode
807 enable_symvers
808 enable_cet
809 with_gcc_major_version_only
811 ac_precious_vars='build_alias
812 host_alias
813 target_alias
815 CPPFLAGS'
818 # Initialize some variables set by options.
819 ac_init_help=
820 ac_init_version=false
821 ac_unrecognized_opts=
822 ac_unrecognized_sep=
823 # The variables have the same names as the options, with
824 # dashes changed to underlines.
825 cache_file=/dev/null
826 exec_prefix=NONE
827 no_create=
828 no_recursion=
829 prefix=NONE
830 program_prefix=NONE
831 program_suffix=NONE
832 program_transform_name=s,x,x,
833 silent=
834 site=
835 srcdir=
836 verbose=
837 x_includes=NONE
838 x_libraries=NONE
840 # Installation directory options.
841 # These are left unexpanded so users can "make install exec_prefix=/foo"
842 # and all the variables that are supposed to be based on exec_prefix
843 # by default will actually change.
844 # Use braces instead of parens because sh, perl, etc. also accept them.
845 # (The list follows the same order as the GNU Coding Standards.)
846 bindir='${exec_prefix}/bin'
847 sbindir='${exec_prefix}/sbin'
848 libexecdir='${exec_prefix}/libexec'
849 datarootdir='${prefix}/share'
850 datadir='${datarootdir}'
851 sysconfdir='${prefix}/etc'
852 sharedstatedir='${prefix}/com'
853 localstatedir='${prefix}/var'
854 includedir='${prefix}/include'
855 oldincludedir='/usr/include'
856 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
857 infodir='${datarootdir}/info'
858 htmldir='${docdir}'
859 dvidir='${docdir}'
860 pdfdir='${docdir}'
861 psdir='${docdir}'
862 libdir='${exec_prefix}/lib'
863 localedir='${datarootdir}/locale'
864 mandir='${datarootdir}/man'
866 ac_prev=
867 ac_dashdash=
868 for ac_option
870 # If the previous option needs an argument, assign it.
871 if test -n "$ac_prev"; then
872 eval $ac_prev=\$ac_option
873 ac_prev=
874 continue
877 case $ac_option in
878 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
879 *=) ac_optarg= ;;
880 *) ac_optarg=yes ;;
881 esac
883 # Accept the important Cygnus configure options, so we can diagnose typos.
885 case $ac_dashdash$ac_option in
887 ac_dashdash=yes ;;
889 -bindir | --bindir | --bindi | --bind | --bin | --bi)
890 ac_prev=bindir ;;
891 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
892 bindir=$ac_optarg ;;
894 -build | --build | --buil | --bui | --bu)
895 ac_prev=build_alias ;;
896 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
897 build_alias=$ac_optarg ;;
899 -cache-file | --cache-file | --cache-fil | --cache-fi \
900 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
901 ac_prev=cache_file ;;
902 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
903 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
904 cache_file=$ac_optarg ;;
906 --config-cache | -C)
907 cache_file=config.cache ;;
909 -datadir | --datadir | --datadi | --datad)
910 ac_prev=datadir ;;
911 -datadir=* | --datadir=* | --datadi=* | --datad=*)
912 datadir=$ac_optarg ;;
914 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
915 | --dataroo | --dataro | --datar)
916 ac_prev=datarootdir ;;
917 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
918 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
919 datarootdir=$ac_optarg ;;
921 -disable-* | --disable-*)
922 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
923 # Reject names that are not valid shell variable names.
924 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
925 as_fn_error $? "invalid feature name: $ac_useropt"
926 ac_useropt_orig=$ac_useropt
927 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
928 case $ac_user_opts in
930 "enable_$ac_useropt"
931 "*) ;;
932 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
933 ac_unrecognized_sep=', ';;
934 esac
935 eval enable_$ac_useropt=no ;;
937 -docdir | --docdir | --docdi | --doc | --do)
938 ac_prev=docdir ;;
939 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
940 docdir=$ac_optarg ;;
942 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
943 ac_prev=dvidir ;;
944 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
945 dvidir=$ac_optarg ;;
947 -enable-* | --enable-*)
948 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
949 # Reject names that are not valid shell variable names.
950 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
951 as_fn_error $? "invalid feature name: $ac_useropt"
952 ac_useropt_orig=$ac_useropt
953 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
954 case $ac_user_opts in
956 "enable_$ac_useropt"
957 "*) ;;
958 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
959 ac_unrecognized_sep=', ';;
960 esac
961 eval enable_$ac_useropt=\$ac_optarg ;;
963 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
964 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
965 | --exec | --exe | --ex)
966 ac_prev=exec_prefix ;;
967 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
968 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
969 | --exec=* | --exe=* | --ex=*)
970 exec_prefix=$ac_optarg ;;
972 -gas | --gas | --ga | --g)
973 # Obsolete; use --with-gas.
974 with_gas=yes ;;
976 -help | --help | --hel | --he | -h)
977 ac_init_help=long ;;
978 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
979 ac_init_help=recursive ;;
980 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
981 ac_init_help=short ;;
983 -host | --host | --hos | --ho)
984 ac_prev=host_alias ;;
985 -host=* | --host=* | --hos=* | --ho=*)
986 host_alias=$ac_optarg ;;
988 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
989 ac_prev=htmldir ;;
990 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
991 | --ht=*)
992 htmldir=$ac_optarg ;;
994 -includedir | --includedir | --includedi | --included | --include \
995 | --includ | --inclu | --incl | --inc)
996 ac_prev=includedir ;;
997 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
998 | --includ=* | --inclu=* | --incl=* | --inc=*)
999 includedir=$ac_optarg ;;
1001 -infodir | --infodir | --infodi | --infod | --info | --inf)
1002 ac_prev=infodir ;;
1003 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1004 infodir=$ac_optarg ;;
1006 -libdir | --libdir | --libdi | --libd)
1007 ac_prev=libdir ;;
1008 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1009 libdir=$ac_optarg ;;
1011 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1012 | --libexe | --libex | --libe)
1013 ac_prev=libexecdir ;;
1014 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1015 | --libexe=* | --libex=* | --libe=*)
1016 libexecdir=$ac_optarg ;;
1018 -localedir | --localedir | --localedi | --localed | --locale)
1019 ac_prev=localedir ;;
1020 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1021 localedir=$ac_optarg ;;
1023 -localstatedir | --localstatedir | --localstatedi | --localstated \
1024 | --localstate | --localstat | --localsta | --localst | --locals)
1025 ac_prev=localstatedir ;;
1026 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1027 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1028 localstatedir=$ac_optarg ;;
1030 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1031 ac_prev=mandir ;;
1032 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1033 mandir=$ac_optarg ;;
1035 -nfp | --nfp | --nf)
1036 # Obsolete; use --without-fp.
1037 with_fp=no ;;
1039 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1040 | --no-cr | --no-c | -n)
1041 no_create=yes ;;
1043 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1044 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1045 no_recursion=yes ;;
1047 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1048 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1049 | --oldin | --oldi | --old | --ol | --o)
1050 ac_prev=oldincludedir ;;
1051 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1052 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1053 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1054 oldincludedir=$ac_optarg ;;
1056 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1057 ac_prev=prefix ;;
1058 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1059 prefix=$ac_optarg ;;
1061 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1062 | --program-pre | --program-pr | --program-p)
1063 ac_prev=program_prefix ;;
1064 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1065 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1066 program_prefix=$ac_optarg ;;
1068 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1069 | --program-suf | --program-su | --program-s)
1070 ac_prev=program_suffix ;;
1071 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1072 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1073 program_suffix=$ac_optarg ;;
1075 -program-transform-name | --program-transform-name \
1076 | --program-transform-nam | --program-transform-na \
1077 | --program-transform-n | --program-transform- \
1078 | --program-transform | --program-transfor \
1079 | --program-transfo | --program-transf \
1080 | --program-trans | --program-tran \
1081 | --progr-tra | --program-tr | --program-t)
1082 ac_prev=program_transform_name ;;
1083 -program-transform-name=* | --program-transform-name=* \
1084 | --program-transform-nam=* | --program-transform-na=* \
1085 | --program-transform-n=* | --program-transform-=* \
1086 | --program-transform=* | --program-transfor=* \
1087 | --program-transfo=* | --program-transf=* \
1088 | --program-trans=* | --program-tran=* \
1089 | --progr-tra=* | --program-tr=* | --program-t=*)
1090 program_transform_name=$ac_optarg ;;
1092 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1093 ac_prev=pdfdir ;;
1094 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1095 pdfdir=$ac_optarg ;;
1097 -psdir | --psdir | --psdi | --psd | --ps)
1098 ac_prev=psdir ;;
1099 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1100 psdir=$ac_optarg ;;
1102 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1103 | -silent | --silent | --silen | --sile | --sil)
1104 silent=yes ;;
1106 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1107 ac_prev=sbindir ;;
1108 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1109 | --sbi=* | --sb=*)
1110 sbindir=$ac_optarg ;;
1112 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1113 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1114 | --sharedst | --shareds | --shared | --share | --shar \
1115 | --sha | --sh)
1116 ac_prev=sharedstatedir ;;
1117 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1118 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1119 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1120 | --sha=* | --sh=*)
1121 sharedstatedir=$ac_optarg ;;
1123 -site | --site | --sit)
1124 ac_prev=site ;;
1125 -site=* | --site=* | --sit=*)
1126 site=$ac_optarg ;;
1128 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1129 ac_prev=srcdir ;;
1130 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1131 srcdir=$ac_optarg ;;
1133 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1134 | --syscon | --sysco | --sysc | --sys | --sy)
1135 ac_prev=sysconfdir ;;
1136 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1137 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1138 sysconfdir=$ac_optarg ;;
1140 -target | --target | --targe | --targ | --tar | --ta | --t)
1141 ac_prev=target_alias ;;
1142 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1143 target_alias=$ac_optarg ;;
1145 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1146 verbose=yes ;;
1148 -version | --version | --versio | --versi | --vers | -V)
1149 ac_init_version=: ;;
1151 -with-* | --with-*)
1152 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1153 # Reject names that are not valid shell variable names.
1154 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1155 as_fn_error $? "invalid package name: $ac_useropt"
1156 ac_useropt_orig=$ac_useropt
1157 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1158 case $ac_user_opts in
1160 "with_$ac_useropt"
1161 "*) ;;
1162 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1163 ac_unrecognized_sep=', ';;
1164 esac
1165 eval with_$ac_useropt=\$ac_optarg ;;
1167 -without-* | --without-*)
1168 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1169 # Reject names that are not valid shell variable names.
1170 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1171 as_fn_error $? "invalid package name: $ac_useropt"
1172 ac_useropt_orig=$ac_useropt
1173 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1174 case $ac_user_opts in
1176 "with_$ac_useropt"
1177 "*) ;;
1178 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1179 ac_unrecognized_sep=', ';;
1180 esac
1181 eval with_$ac_useropt=no ;;
1183 --x)
1184 # Obsolete; use --with-x.
1185 with_x=yes ;;
1187 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1188 | --x-incl | --x-inc | --x-in | --x-i)
1189 ac_prev=x_includes ;;
1190 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1191 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1192 x_includes=$ac_optarg ;;
1194 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1195 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1196 ac_prev=x_libraries ;;
1197 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1198 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1199 x_libraries=$ac_optarg ;;
1201 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1202 Try \`$0 --help' for more information"
1205 *=*)
1206 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1207 # Reject names that are not valid shell variable names.
1208 case $ac_envvar in #(
1209 '' | [0-9]* | *[!_$as_cr_alnum]* )
1210 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1211 esac
1212 eval $ac_envvar=\$ac_optarg
1213 export $ac_envvar ;;
1216 # FIXME: should be removed in autoconf 3.0.
1217 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1218 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1219 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1220 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1223 esac
1224 done
1226 if test -n "$ac_prev"; then
1227 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1228 as_fn_error $? "missing argument to $ac_option"
1231 if test -n "$ac_unrecognized_opts"; then
1232 case $enable_option_checking in
1233 no) ;;
1234 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1235 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1236 esac
1239 # Check all directory arguments for consistency.
1240 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1241 datadir sysconfdir sharedstatedir localstatedir includedir \
1242 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1243 libdir localedir mandir
1245 eval ac_val=\$$ac_var
1246 # Remove trailing slashes.
1247 case $ac_val in
1248 */ )
1249 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1250 eval $ac_var=\$ac_val;;
1251 esac
1252 # Be sure to have absolute directory names.
1253 case $ac_val in
1254 [\\/$]* | ?:[\\/]* ) continue;;
1255 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1256 esac
1257 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1258 done
1260 # There might be people who depend on the old broken behavior: `$host'
1261 # used to hold the argument of --host etc.
1262 # FIXME: To remove some day.
1263 build=$build_alias
1264 host=$host_alias
1265 target=$target_alias
1267 # FIXME: To remove some day.
1268 if test "x$host_alias" != x; then
1269 if test "x$build_alias" = x; then
1270 cross_compiling=maybe
1271 elif test "x$build_alias" != "x$host_alias"; then
1272 cross_compiling=yes
1276 ac_tool_prefix=
1277 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1279 test "$silent" = yes && exec 6>/dev/null
1282 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1283 ac_ls_di=`ls -di .` &&
1284 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1285 as_fn_error $? "working directory cannot be determined"
1286 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1287 as_fn_error $? "pwd does not report name of working directory"
1290 # Find the source files, if location was not specified.
1291 if test -z "$srcdir"; then
1292 ac_srcdir_defaulted=yes
1293 # Try the directory containing this script, then the parent directory.
1294 ac_confdir=`$as_dirname -- "$as_myself" ||
1295 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1296 X"$as_myself" : 'X\(//\)[^/]' \| \
1297 X"$as_myself" : 'X\(//\)$' \| \
1298 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1299 $as_echo X"$as_myself" |
1300 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1301 s//\1/
1304 /^X\(\/\/\)[^/].*/{
1305 s//\1/
1308 /^X\(\/\/\)$/{
1309 s//\1/
1312 /^X\(\/\).*/{
1313 s//\1/
1316 s/.*/./; q'`
1317 srcdir=$ac_confdir
1318 if test ! -r "$srcdir/$ac_unique_file"; then
1319 srcdir=..
1321 else
1322 ac_srcdir_defaulted=no
1324 if test ! -r "$srcdir/$ac_unique_file"; then
1325 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1326 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1328 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1329 ac_abs_confdir=`(
1330 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1331 pwd)`
1332 # When building in place, set srcdir=.
1333 if test "$ac_abs_confdir" = "$ac_pwd"; then
1334 srcdir=.
1336 # Remove unnecessary trailing slashes from srcdir.
1337 # Double slashes in file names in object file debugging info
1338 # mess up M-x gdb in Emacs.
1339 case $srcdir in
1340 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1341 esac
1342 for ac_var in $ac_precious_vars; do
1343 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1344 eval ac_env_${ac_var}_value=\$${ac_var}
1345 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1346 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1347 done
1350 # Report the --help message.
1352 if test "$ac_init_help" = "long"; then
1353 # Omit some internal or obsolete options to make the list less imposing.
1354 # This message is too long to be a string in the A/UX 3.1 sh.
1355 cat <<_ACEOF
1356 \`configure' configures GNU Atomic Library 1.0 to adapt to many kinds of systems.
1358 Usage: $0 [OPTION]... [VAR=VALUE]...
1360 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1361 VAR=VALUE. See below for descriptions of some of the useful variables.
1363 Defaults for the options are specified in brackets.
1365 Configuration:
1366 -h, --help display this help and exit
1367 --help=short display options specific to this package
1368 --help=recursive display the short help of all the included packages
1369 -V, --version display version information and exit
1370 -q, --quiet, --silent do not print \`checking ...' messages
1371 --cache-file=FILE cache test results in FILE [disabled]
1372 -C, --config-cache alias for \`--cache-file=config.cache'
1373 -n, --no-create do not create output files
1374 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1376 Installation directories:
1377 --prefix=PREFIX install architecture-independent files in PREFIX
1378 [$ac_default_prefix]
1379 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1380 [PREFIX]
1382 By default, \`make install' will install all the files in
1383 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1384 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1385 for instance \`--prefix=\$HOME'.
1387 For better control, use the options below.
1389 Fine tuning of the installation directories:
1390 --bindir=DIR user executables [EPREFIX/bin]
1391 --sbindir=DIR system admin executables [EPREFIX/sbin]
1392 --libexecdir=DIR program executables [EPREFIX/libexec]
1393 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1394 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1395 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1396 --libdir=DIR object code libraries [EPREFIX/lib]
1397 --includedir=DIR C header files [PREFIX/include]
1398 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1399 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1400 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1401 --infodir=DIR info documentation [DATAROOTDIR/info]
1402 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1403 --mandir=DIR man documentation [DATAROOTDIR/man]
1404 --docdir=DIR documentation root [DATAROOTDIR/doc/libatomic]
1405 --htmldir=DIR html documentation [DOCDIR]
1406 --dvidir=DIR dvi documentation [DOCDIR]
1407 --pdfdir=DIR pdf documentation [DOCDIR]
1408 --psdir=DIR ps documentation [DOCDIR]
1409 _ACEOF
1411 cat <<\_ACEOF
1413 Program names:
1414 --program-prefix=PREFIX prepend PREFIX to installed program names
1415 --program-suffix=SUFFIX append SUFFIX to installed program names
1416 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1418 System types:
1419 --build=BUILD configure for building on BUILD [guessed]
1420 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1421 --target=TARGET configure for building compilers for TARGET [HOST]
1422 _ACEOF
1425 if test -n "$ac_init_help"; then
1426 case $ac_init_help in
1427 short | recursive ) echo "Configuration of GNU Atomic Library 1.0:";;
1428 esac
1429 cat <<\_ACEOF
1431 Optional Features:
1432 --disable-option-checking ignore unrecognized --enable/--with options
1433 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1434 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1435 --enable-version-specific-runtime-libs
1436 Specify that runtime libraries should be installed
1437 in a compiler-specific directory [default=no]
1438 --enable-generated-files-in-srcdir
1439 put copies of generated files in source dir intended
1440 for creating source tarballs for users without
1441 texinfo bison or flex. [default=no]
1442 --enable-silent-rules less verbose build output (undo: "make V=1")
1443 --disable-silent-rules verbose build output (undo: "make V=0")
1444 --enable-multilib build many library versions (default)
1445 --enable-dependency-tracking
1446 do not reject slow dependency extractors
1447 --disable-dependency-tracking
1448 speeds up one-time build
1449 --enable-shared[=PKGS] build shared libraries [default=yes]
1450 --enable-static[=PKGS] build static libraries [default=yes]
1451 --enable-fast-install[=PKGS]
1452 optimize for fast installation [default=yes]
1453 --disable-libtool-lock avoid locking (might break parallel builds)
1454 --enable-maintainer-mode
1455 enable make rules and dependencies not useful (and
1456 sometimes confusing) to the casual installer
1457 --enable-symvers=STYLE enables symbol versioning of the shared library
1458 [default=yes]
1459 --enable-cet enable Intel CET in target libraries [default=auto]
1461 Optional Packages:
1462 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1463 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1464 --with-toolexeclibdir=DIR
1465 install libraries built with a cross compiler within
1467 --with-pic try to use only PIC/non-PIC objects [default=use
1468 both]
1469 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1470 --with-gcc-major-version-only
1471 use only GCC major number in filesystem paths
1473 Some influential environment variables:
1474 CC C compiler command
1475 CFLAGS C compiler flags
1476 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1477 nonstandard directory <lib dir>
1478 LIBS libraries to pass to the linker, e.g. -l<library>
1479 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1480 you have headers in a nonstandard directory <include dir>
1481 CCAS assembler compiler command (defaults to CC)
1482 CCASFLAGS assembler compiler flags (defaults to CFLAGS)
1483 CPP C preprocessor
1485 Use these variables to override the choices made by `configure' or to help
1486 it to find libraries and programs with nonstandard names/locations.
1488 Report bugs to the package provider.
1489 GNU Atomic Library home page: <http://www.gnu.org/software/libatomic/>.
1490 General help using GNU software: <http://www.gnu.org/gethelp/>.
1491 _ACEOF
1492 ac_status=$?
1495 if test "$ac_init_help" = "recursive"; then
1496 # If there are subdirs, report their specific --help.
1497 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1498 test -d "$ac_dir" ||
1499 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1500 continue
1501 ac_builddir=.
1503 case "$ac_dir" in
1504 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1506 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1507 # A ".." for each directory in $ac_dir_suffix.
1508 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1509 case $ac_top_builddir_sub in
1510 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1511 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1512 esac ;;
1513 esac
1514 ac_abs_top_builddir=$ac_pwd
1515 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1516 # for backward compatibility:
1517 ac_top_builddir=$ac_top_build_prefix
1519 case $srcdir in
1520 .) # We are building in place.
1521 ac_srcdir=.
1522 ac_top_srcdir=$ac_top_builddir_sub
1523 ac_abs_top_srcdir=$ac_pwd ;;
1524 [\\/]* | ?:[\\/]* ) # Absolute name.
1525 ac_srcdir=$srcdir$ac_dir_suffix;
1526 ac_top_srcdir=$srcdir
1527 ac_abs_top_srcdir=$srcdir ;;
1528 *) # Relative name.
1529 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1530 ac_top_srcdir=$ac_top_build_prefix$srcdir
1531 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1532 esac
1533 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1535 cd "$ac_dir" || { ac_status=$?; continue; }
1536 # Check for guested configure.
1537 if test -f "$ac_srcdir/configure.gnu"; then
1538 echo &&
1539 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1540 elif test -f "$ac_srcdir/configure"; then
1541 echo &&
1542 $SHELL "$ac_srcdir/configure" --help=recursive
1543 else
1544 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1545 fi || ac_status=$?
1546 cd "$ac_pwd" || { ac_status=$?; break; }
1547 done
1550 test -n "$ac_init_help" && exit $ac_status
1551 if $ac_init_version; then
1552 cat <<\_ACEOF
1553 GNU Atomic Library configure 1.0
1554 generated by GNU Autoconf 2.69
1556 Copyright (C) 2012 Free Software Foundation, Inc.
1557 This configure script is free software; the Free Software Foundation
1558 gives unlimited permission to copy, distribute and modify it.
1559 _ACEOF
1560 exit
1563 ## ------------------------ ##
1564 ## Autoconf initialization. ##
1565 ## ------------------------ ##
1567 # ac_fn_c_try_compile LINENO
1568 # --------------------------
1569 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1570 ac_fn_c_try_compile ()
1572 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1573 rm -f conftest.$ac_objext
1574 if { { ac_try="$ac_compile"
1575 case "(($ac_try" in
1576 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1577 *) ac_try_echo=$ac_try;;
1578 esac
1579 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1580 $as_echo "$ac_try_echo"; } >&5
1581 (eval "$ac_compile") 2>conftest.err
1582 ac_status=$?
1583 if test -s conftest.err; then
1584 grep -v '^ *+' conftest.err >conftest.er1
1585 cat conftest.er1 >&5
1586 mv -f conftest.er1 conftest.err
1588 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1589 test $ac_status = 0; } && {
1590 test -z "$ac_c_werror_flag" ||
1591 test ! -s conftest.err
1592 } && test -s conftest.$ac_objext; then :
1593 ac_retval=0
1594 else
1595 $as_echo "$as_me: failed program was:" >&5
1596 sed 's/^/| /' conftest.$ac_ext >&5
1598 ac_retval=1
1600 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1601 as_fn_set_status $ac_retval
1603 } # ac_fn_c_try_compile
1605 # ac_fn_c_try_link LINENO
1606 # -----------------------
1607 # Try to link conftest.$ac_ext, and return whether this succeeded.
1608 ac_fn_c_try_link ()
1610 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1611 rm -f conftest.$ac_objext conftest$ac_exeext
1612 if { { ac_try="$ac_link"
1613 case "(($ac_try" in
1614 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1615 *) ac_try_echo=$ac_try;;
1616 esac
1617 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1618 $as_echo "$ac_try_echo"; } >&5
1619 (eval "$ac_link") 2>conftest.err
1620 ac_status=$?
1621 if test -s conftest.err; then
1622 grep -v '^ *+' conftest.err >conftest.er1
1623 cat conftest.er1 >&5
1624 mv -f conftest.er1 conftest.err
1626 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1627 test $ac_status = 0; } && {
1628 test -z "$ac_c_werror_flag" ||
1629 test ! -s conftest.err
1630 } && test -s conftest$ac_exeext && {
1631 test "$cross_compiling" = yes ||
1632 test -x conftest$ac_exeext
1633 }; then :
1634 ac_retval=0
1635 else
1636 $as_echo "$as_me: failed program was:" >&5
1637 sed 's/^/| /' conftest.$ac_ext >&5
1639 ac_retval=1
1641 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1642 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1643 # interfere with the next link command; also delete a directory that is
1644 # left behind by Apple's compiler. We do this before executing the actions.
1645 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1646 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1647 as_fn_set_status $ac_retval
1649 } # ac_fn_c_try_link
1651 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1652 # -------------------------------------------------------
1653 # Tests whether HEADER exists and can be compiled using the include files in
1654 # INCLUDES, setting the cache variable VAR accordingly.
1655 ac_fn_c_check_header_compile ()
1657 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1659 $as_echo_n "checking for $2... " >&6; }
1660 if eval \${$3+:} false; then :
1661 $as_echo_n "(cached) " >&6
1662 else
1663 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1664 /* end confdefs.h. */
1666 #include <$2>
1667 _ACEOF
1668 if ac_fn_c_try_compile "$LINENO"; then :
1669 eval "$3=yes"
1670 else
1671 eval "$3=no"
1673 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1675 eval ac_res=\$$3
1676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1677 $as_echo "$ac_res" >&6; }
1678 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1680 } # ac_fn_c_check_header_compile
1682 # ac_fn_c_try_cpp LINENO
1683 # ----------------------
1684 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1685 ac_fn_c_try_cpp ()
1687 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1688 if { { ac_try="$ac_cpp conftest.$ac_ext"
1689 case "(($ac_try" in
1690 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1691 *) ac_try_echo=$ac_try;;
1692 esac
1693 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1694 $as_echo "$ac_try_echo"; } >&5
1695 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1696 ac_status=$?
1697 if test -s conftest.err; then
1698 grep -v '^ *+' conftest.err >conftest.er1
1699 cat conftest.er1 >&5
1700 mv -f conftest.er1 conftest.err
1702 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1703 test $ac_status = 0; } > conftest.i && {
1704 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1705 test ! -s conftest.err
1706 }; then :
1707 ac_retval=0
1708 else
1709 $as_echo "$as_me: failed program was:" >&5
1710 sed 's/^/| /' conftest.$ac_ext >&5
1712 ac_retval=1
1714 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1715 as_fn_set_status $ac_retval
1717 } # ac_fn_c_try_cpp
1719 # ac_fn_c_try_run LINENO
1720 # ----------------------
1721 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1722 # that executables *can* be run.
1723 ac_fn_c_try_run ()
1725 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1726 if { { ac_try="$ac_link"
1727 case "(($ac_try" in
1728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1729 *) ac_try_echo=$ac_try;;
1730 esac
1731 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1732 $as_echo "$ac_try_echo"; } >&5
1733 (eval "$ac_link") 2>&5
1734 ac_status=$?
1735 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1736 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1737 { { case "(($ac_try" in
1738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1739 *) ac_try_echo=$ac_try;;
1740 esac
1741 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1742 $as_echo "$ac_try_echo"; } >&5
1743 (eval "$ac_try") 2>&5
1744 ac_status=$?
1745 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1746 test $ac_status = 0; }; }; then :
1747 ac_retval=0
1748 else
1749 $as_echo "$as_me: program exited with status $ac_status" >&5
1750 $as_echo "$as_me: failed program was:" >&5
1751 sed 's/^/| /' conftest.$ac_ext >&5
1753 ac_retval=$ac_status
1755 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1756 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1757 as_fn_set_status $ac_retval
1759 } # ac_fn_c_try_run
1761 # ac_fn_c_check_func LINENO FUNC VAR
1762 # ----------------------------------
1763 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1764 ac_fn_c_check_func ()
1766 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1767 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1768 $as_echo_n "checking for $2... " >&6; }
1769 if eval \${$3+:} false; then :
1770 $as_echo_n "(cached) " >&6
1771 else
1772 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1773 /* end confdefs.h. */
1774 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1775 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1776 #define $2 innocuous_$2
1778 /* System header to define __stub macros and hopefully few prototypes,
1779 which can conflict with char $2 (); below.
1780 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1781 <limits.h> exists even on freestanding compilers. */
1783 #ifdef __STDC__
1784 # include <limits.h>
1785 #else
1786 # include <assert.h>
1787 #endif
1789 #undef $2
1791 /* Override any GCC internal prototype to avoid an error.
1792 Use char because int might match the return type of a GCC
1793 builtin and then its argument prototype would still apply. */
1794 #ifdef __cplusplus
1795 extern "C"
1796 #endif
1797 char $2 ();
1798 /* The GNU C library defines this for functions which it implements
1799 to always fail with ENOSYS. Some functions are actually named
1800 something starting with __ and the normal name is an alias. */
1801 #if defined __stub_$2 || defined __stub___$2
1802 choke me
1803 #endif
1806 main ()
1808 return $2 ();
1810 return 0;
1812 _ACEOF
1813 if ac_fn_c_try_link "$LINENO"; then :
1814 eval "$3=yes"
1815 else
1816 eval "$3=no"
1818 rm -f core conftest.err conftest.$ac_objext \
1819 conftest$ac_exeext conftest.$ac_ext
1821 eval ac_res=\$$3
1822 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1823 $as_echo "$ac_res" >&6; }
1824 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1826 } # ac_fn_c_check_func
1828 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1829 # -------------------------------------------
1830 # Tests whether TYPE exists after having included INCLUDES, setting cache
1831 # variable VAR accordingly.
1832 ac_fn_c_check_type ()
1834 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1835 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1836 $as_echo_n "checking for $2... " >&6; }
1837 if eval \${$3+:} false; then :
1838 $as_echo_n "(cached) " >&6
1839 else
1840 eval "$3=no"
1841 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1842 /* end confdefs.h. */
1845 main ()
1847 if (sizeof ($2))
1848 return 0;
1850 return 0;
1852 _ACEOF
1853 if ac_fn_c_try_compile "$LINENO"; then :
1854 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1855 /* end confdefs.h. */
1858 main ()
1860 if (sizeof (($2)))
1861 return 0;
1863 return 0;
1865 _ACEOF
1866 if ac_fn_c_try_compile "$LINENO"; then :
1868 else
1869 eval "$3=yes"
1871 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1873 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1875 eval ac_res=\$$3
1876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1877 $as_echo "$ac_res" >&6; }
1878 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1880 } # ac_fn_c_check_type
1882 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1883 # --------------------------------------------
1884 # Tries to find the compile-time value of EXPR in a program that includes
1885 # INCLUDES, setting VAR accordingly. Returns whether the value could be
1886 # computed
1887 ac_fn_c_compute_int ()
1889 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1890 if test "$cross_compiling" = yes; then
1891 # Depending upon the size, compute the lo and hi bounds.
1892 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1893 /* end confdefs.h. */
1896 main ()
1898 static int test_array [1 - 2 * !(($2) >= 0)];
1899 test_array [0] = 0;
1900 return test_array [0];
1903 return 0;
1905 _ACEOF
1906 if ac_fn_c_try_compile "$LINENO"; then :
1907 ac_lo=0 ac_mid=0
1908 while :; do
1909 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1910 /* end confdefs.h. */
1913 main ()
1915 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1916 test_array [0] = 0;
1917 return test_array [0];
1920 return 0;
1922 _ACEOF
1923 if ac_fn_c_try_compile "$LINENO"; then :
1924 ac_hi=$ac_mid; break
1925 else
1926 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
1927 if test $ac_lo -le $ac_mid; then
1928 ac_lo= ac_hi=
1929 break
1931 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
1933 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1934 done
1935 else
1936 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1937 /* end confdefs.h. */
1940 main ()
1942 static int test_array [1 - 2 * !(($2) < 0)];
1943 test_array [0] = 0;
1944 return test_array [0];
1947 return 0;
1949 _ACEOF
1950 if ac_fn_c_try_compile "$LINENO"; then :
1951 ac_hi=-1 ac_mid=-1
1952 while :; do
1953 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1954 /* end confdefs.h. */
1957 main ()
1959 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
1960 test_array [0] = 0;
1961 return test_array [0];
1964 return 0;
1966 _ACEOF
1967 if ac_fn_c_try_compile "$LINENO"; then :
1968 ac_lo=$ac_mid; break
1969 else
1970 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
1971 if test $ac_mid -le $ac_hi; then
1972 ac_lo= ac_hi=
1973 break
1975 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
1977 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1978 done
1979 else
1980 ac_lo= ac_hi=
1982 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1984 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1985 # Binary search between lo and hi bounds.
1986 while test "x$ac_lo" != "x$ac_hi"; do
1987 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
1988 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1989 /* end confdefs.h. */
1992 main ()
1994 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1995 test_array [0] = 0;
1996 return test_array [0];
1999 return 0;
2001 _ACEOF
2002 if ac_fn_c_try_compile "$LINENO"; then :
2003 ac_hi=$ac_mid
2004 else
2005 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2007 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2008 done
2009 case $ac_lo in #((
2010 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2011 '') ac_retval=1 ;;
2012 esac
2013 else
2014 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2015 /* end confdefs.h. */
2017 static long int longval () { return $2; }
2018 static unsigned long int ulongval () { return $2; }
2019 #include <stdio.h>
2020 #include <stdlib.h>
2022 main ()
2025 FILE *f = fopen ("conftest.val", "w");
2026 if (! f)
2027 return 1;
2028 if (($2) < 0)
2030 long int i = longval ();
2031 if (i != ($2))
2032 return 1;
2033 fprintf (f, "%ld", i);
2035 else
2037 unsigned long int i = ulongval ();
2038 if (i != ($2))
2039 return 1;
2040 fprintf (f, "%lu", i);
2042 /* Do not output a trailing newline, as this causes \r\n confusion
2043 on some platforms. */
2044 return ferror (f) || fclose (f) != 0;
2047 return 0;
2049 _ACEOF
2050 if ac_fn_c_try_run "$LINENO"; then :
2051 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2052 else
2053 ac_retval=1
2055 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2056 conftest.$ac_objext conftest.beam conftest.$ac_ext
2057 rm -f conftest.val
2060 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2061 as_fn_set_status $ac_retval
2063 } # ac_fn_c_compute_int
2065 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2066 # -------------------------------------------------------
2067 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2068 # the include files in INCLUDES and setting the cache variable VAR
2069 # accordingly.
2070 ac_fn_c_check_header_mongrel ()
2072 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2073 if eval \${$3+:} false; then :
2074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2075 $as_echo_n "checking for $2... " >&6; }
2076 if eval \${$3+:} false; then :
2077 $as_echo_n "(cached) " >&6
2079 eval ac_res=\$$3
2080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2081 $as_echo "$ac_res" >&6; }
2082 else
2083 # Is the header compilable?
2084 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2085 $as_echo_n "checking $2 usability... " >&6; }
2086 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2087 /* end confdefs.h. */
2089 #include <$2>
2090 _ACEOF
2091 if ac_fn_c_try_compile "$LINENO"; then :
2092 ac_header_compiler=yes
2093 else
2094 ac_header_compiler=no
2096 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2098 $as_echo "$ac_header_compiler" >&6; }
2100 # Is the header present?
2101 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2102 $as_echo_n "checking $2 presence... " >&6; }
2103 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2104 /* end confdefs.h. */
2105 #include <$2>
2106 _ACEOF
2107 if ac_fn_c_try_cpp "$LINENO"; then :
2108 ac_header_preproc=yes
2109 else
2110 ac_header_preproc=no
2112 rm -f conftest.err conftest.i conftest.$ac_ext
2113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2114 $as_echo "$ac_header_preproc" >&6; }
2116 # So? What about this header?
2117 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2118 yes:no: )
2119 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2120 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2121 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2122 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2124 no:yes:* )
2125 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2126 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2127 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2128 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2129 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2130 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2131 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2132 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2133 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2134 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2136 esac
2137 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2138 $as_echo_n "checking for $2... " >&6; }
2139 if eval \${$3+:} false; then :
2140 $as_echo_n "(cached) " >&6
2141 else
2142 eval "$3=\$ac_header_compiler"
2144 eval ac_res=\$$3
2145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2146 $as_echo "$ac_res" >&6; }
2148 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2150 } # ac_fn_c_check_header_mongrel
2151 cat >config.log <<_ACEOF
2152 This file contains any messages produced by compilers while
2153 running configure, to aid debugging if configure makes a mistake.
2155 It was created by GNU Atomic Library $as_me 1.0, which was
2156 generated by GNU Autoconf 2.69. Invocation command line was
2158 $ $0 $@
2160 _ACEOF
2161 exec 5>>config.log
2163 cat <<_ASUNAME
2164 ## --------- ##
2165 ## Platform. ##
2166 ## --------- ##
2168 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2169 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2170 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2171 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2172 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2174 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2175 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2177 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2178 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2179 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2180 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2181 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2182 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2183 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2185 _ASUNAME
2187 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2188 for as_dir in $PATH
2190 IFS=$as_save_IFS
2191 test -z "$as_dir" && as_dir=.
2192 $as_echo "PATH: $as_dir"
2193 done
2194 IFS=$as_save_IFS
2196 } >&5
2198 cat >&5 <<_ACEOF
2201 ## ----------- ##
2202 ## Core tests. ##
2203 ## ----------- ##
2205 _ACEOF
2208 # Keep a trace of the command line.
2209 # Strip out --no-create and --no-recursion so they do not pile up.
2210 # Strip out --silent because we don't want to record it for future runs.
2211 # Also quote any args containing shell meta-characters.
2212 # Make two passes to allow for proper duplicate-argument suppression.
2213 ac_configure_args=
2214 ac_configure_args0=
2215 ac_configure_args1=
2216 ac_must_keep_next=false
2217 for ac_pass in 1 2
2219 for ac_arg
2221 case $ac_arg in
2222 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2223 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2224 | -silent | --silent | --silen | --sile | --sil)
2225 continue ;;
2226 *\'*)
2227 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2228 esac
2229 case $ac_pass in
2230 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2232 as_fn_append ac_configure_args1 " '$ac_arg'"
2233 if test $ac_must_keep_next = true; then
2234 ac_must_keep_next=false # Got value, back to normal.
2235 else
2236 case $ac_arg in
2237 *=* | --config-cache | -C | -disable-* | --disable-* \
2238 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2239 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2240 | -with-* | --with-* | -without-* | --without-* | --x)
2241 case "$ac_configure_args0 " in
2242 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2243 esac
2245 -* ) ac_must_keep_next=true ;;
2246 esac
2248 as_fn_append ac_configure_args " '$ac_arg'"
2250 esac
2251 done
2252 done
2253 { ac_configure_args0=; unset ac_configure_args0;}
2254 { ac_configure_args1=; unset ac_configure_args1;}
2256 # When interrupted or exit'd, cleanup temporary files, and complete
2257 # config.log. We remove comments because anyway the quotes in there
2258 # would cause problems or look ugly.
2259 # WARNING: Use '\'' to represent an apostrophe within the trap.
2260 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2261 trap 'exit_status=$?
2262 # Save into config.log some information that might help in debugging.
2264 echo
2266 $as_echo "## ---------------- ##
2267 ## Cache variables. ##
2268 ## ---------------- ##"
2269 echo
2270 # The following way of writing the cache mishandles newlines in values,
2272 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2273 eval ac_val=\$$ac_var
2274 case $ac_val in #(
2275 *${as_nl}*)
2276 case $ac_var in #(
2277 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2278 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2279 esac
2280 case $ac_var in #(
2281 _ | IFS | as_nl) ;; #(
2282 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2283 *) { eval $ac_var=; unset $ac_var;} ;;
2284 esac ;;
2285 esac
2286 done
2287 (set) 2>&1 |
2288 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2289 *${as_nl}ac_space=\ *)
2290 sed -n \
2291 "s/'\''/'\''\\\\'\'''\''/g;
2292 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2293 ;; #(
2295 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2297 esac |
2298 sort
2300 echo
2302 $as_echo "## ----------------- ##
2303 ## Output variables. ##
2304 ## ----------------- ##"
2305 echo
2306 for ac_var in $ac_subst_vars
2308 eval ac_val=\$$ac_var
2309 case $ac_val in
2310 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2311 esac
2312 $as_echo "$ac_var='\''$ac_val'\''"
2313 done | sort
2314 echo
2316 if test -n "$ac_subst_files"; then
2317 $as_echo "## ------------------- ##
2318 ## File substitutions. ##
2319 ## ------------------- ##"
2320 echo
2321 for ac_var in $ac_subst_files
2323 eval ac_val=\$$ac_var
2324 case $ac_val in
2325 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2326 esac
2327 $as_echo "$ac_var='\''$ac_val'\''"
2328 done | sort
2329 echo
2332 if test -s confdefs.h; then
2333 $as_echo "## ----------- ##
2334 ## confdefs.h. ##
2335 ## ----------- ##"
2336 echo
2337 cat confdefs.h
2338 echo
2340 test "$ac_signal" != 0 &&
2341 $as_echo "$as_me: caught signal $ac_signal"
2342 $as_echo "$as_me: exit $exit_status"
2343 } >&5
2344 rm -f core *.core core.conftest.* &&
2345 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2346 exit $exit_status
2348 for ac_signal in 1 2 13 15; do
2349 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2350 done
2351 ac_signal=0
2353 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2354 rm -f -r conftest* confdefs.h
2356 $as_echo "/* confdefs.h */" > confdefs.h
2358 # Predefined preprocessor variables.
2360 cat >>confdefs.h <<_ACEOF
2361 #define PACKAGE_NAME "$PACKAGE_NAME"
2362 _ACEOF
2364 cat >>confdefs.h <<_ACEOF
2365 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2366 _ACEOF
2368 cat >>confdefs.h <<_ACEOF
2369 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2370 _ACEOF
2372 cat >>confdefs.h <<_ACEOF
2373 #define PACKAGE_STRING "$PACKAGE_STRING"
2374 _ACEOF
2376 cat >>confdefs.h <<_ACEOF
2377 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2378 _ACEOF
2380 cat >>confdefs.h <<_ACEOF
2381 #define PACKAGE_URL "$PACKAGE_URL"
2382 _ACEOF
2385 # Let the site file select an alternate cache file if it wants to.
2386 # Prefer an explicitly selected file to automatically selected ones.
2387 ac_site_file1=NONE
2388 ac_site_file2=NONE
2389 if test -n "$CONFIG_SITE"; then
2390 # We do not want a PATH search for config.site.
2391 case $CONFIG_SITE in #((
2392 -*) ac_site_file1=./$CONFIG_SITE;;
2393 */*) ac_site_file1=$CONFIG_SITE;;
2394 *) ac_site_file1=./$CONFIG_SITE;;
2395 esac
2396 elif test "x$prefix" != xNONE; then
2397 ac_site_file1=$prefix/share/config.site
2398 ac_site_file2=$prefix/etc/config.site
2399 else
2400 ac_site_file1=$ac_default_prefix/share/config.site
2401 ac_site_file2=$ac_default_prefix/etc/config.site
2403 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2405 test "x$ac_site_file" = xNONE && continue
2406 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2407 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2408 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2409 sed 's/^/| /' "$ac_site_file" >&5
2410 . "$ac_site_file" \
2411 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2412 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2413 as_fn_error $? "failed to load site script $ac_site_file
2414 See \`config.log' for more details" "$LINENO" 5; }
2416 done
2418 if test -r "$cache_file"; then
2419 # Some versions of bash will fail to source /dev/null (special files
2420 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2421 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2422 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2423 $as_echo "$as_me: loading cache $cache_file" >&6;}
2424 case $cache_file in
2425 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2426 *) . "./$cache_file";;
2427 esac
2429 else
2430 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2431 $as_echo "$as_me: creating cache $cache_file" >&6;}
2432 >$cache_file
2435 # Check that the precious variables saved in the cache have kept the same
2436 # value.
2437 ac_cache_corrupted=false
2438 for ac_var in $ac_precious_vars; do
2439 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2440 eval ac_new_set=\$ac_env_${ac_var}_set
2441 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2442 eval ac_new_val=\$ac_env_${ac_var}_value
2443 case $ac_old_set,$ac_new_set in
2444 set,)
2445 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2446 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2447 ac_cache_corrupted=: ;;
2448 ,set)
2449 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2450 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2451 ac_cache_corrupted=: ;;
2452 ,);;
2454 if test "x$ac_old_val" != "x$ac_new_val"; then
2455 # differences in whitespace do not lead to failure.
2456 ac_old_val_w=`echo x $ac_old_val`
2457 ac_new_val_w=`echo x $ac_new_val`
2458 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2459 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2460 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2461 ac_cache_corrupted=:
2462 else
2463 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2464 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2465 eval $ac_var=\$ac_old_val
2467 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2468 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2469 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2470 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2471 fi;;
2472 esac
2473 # Pass precious variables to config.status.
2474 if test "$ac_new_set" = set; then
2475 case $ac_new_val in
2476 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2477 *) ac_arg=$ac_var=$ac_new_val ;;
2478 esac
2479 case " $ac_configure_args " in
2480 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2481 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2482 esac
2484 done
2485 if $ac_cache_corrupted; then
2486 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2487 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2488 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2489 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2490 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2492 ## -------------------- ##
2493 ## Main body of script. ##
2494 ## -------------------- ##
2496 ac_ext=c
2497 ac_cpp='$CPP $CPPFLAGS'
2498 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2499 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2500 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2506 ac_config_headers="$ac_config_headers auto-config.h"
2509 # -------
2510 # Options
2511 # -------
2513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-version-specific-runtime-libs" >&5
2514 $as_echo_n "checking for --enable-version-specific-runtime-libs... " >&6; }
2515 # Check whether --enable-version-specific-runtime-libs was given.
2516 if test "${enable_version_specific_runtime_libs+set}" = set; then :
2517 enableval=$enable_version_specific_runtime_libs;
2518 case "$enableval" in
2519 yes|no) ;;
2520 *) as_fn_error $? "Unknown argument to enable/disable version-specific-runtime-libs" "$LINENO" 5 ;;
2521 esac
2523 else
2524 enable_version_specific_runtime_libs=no
2528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_version_specific_runtime_libs" >&5
2529 $as_echo "$enable_version_specific_runtime_libs" >&6; }
2531 # We would like our source tree to be readonly. However when releases or
2532 # pre-releases are generated, the flex/bison generated files as well as the
2533 # various formats of manuals need to be included along with the rest of the
2534 # sources. Therefore we have --enable-generated-files-in-srcdir to do
2535 # just that.
2536 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-generated-files-in-srcdir" >&5
2537 $as_echo_n "checking for --enable-generated-files-in-srcdir... " >&6; }
2538 # Check whether --enable-generated-files-in-srcdir was given.
2539 if test "${enable_generated_files_in_srcdir+set}" = set; then :
2540 enableval=$enable_generated_files_in_srcdir;
2541 case "$enableval" in
2542 yes|no) ;;
2543 *) as_fn_error $? "Unknown argument to enable/disable generated-files-in-srcdir" "$LINENO" 5 ;;
2544 esac
2546 else
2547 enable_generated_files_in_srcdir=no
2551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_generated_files_in_srcdir" >&5
2552 $as_echo "$enable_generated_files_in_srcdir" >&6; }
2553 if test "$enable_generated_files_in_srcdir" = yes; then
2554 GENINSRC_TRUE=
2555 GENINSRC_FALSE='#'
2556 else
2557 GENINSRC_TRUE='#'
2558 GENINSRC_FALSE=
2563 # -------
2565 # Gets build, host, target, *_vendor, *_cpu, *_os, etc.
2567 # You will slowly go insane if you do not grok the following fact: when
2568 # building this library, the top-level /target/ becomes the library's /host/.
2570 # configure then causes --target to default to --host, exactly like any
2571 # other package using autoconf. Therefore, 'target' and 'host' will
2572 # always be the same. This makes sense both for native and cross compilers
2573 # just think about it for a little while. :-)
2575 # Also, if this library is being configured as part of a cross compiler, the
2576 # top-level configure script will pass the "real" host as $with_cross_host.
2578 # Do not delete or change the following two lines. For why, see
2579 # http://gcc.gnu.org/ml/libstdc++/2003-07/msg00451.html
2580 ac_aux_dir=
2581 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2582 if test -f "$ac_dir/install-sh"; then
2583 ac_aux_dir=$ac_dir
2584 ac_install_sh="$ac_aux_dir/install-sh -c"
2585 break
2586 elif test -f "$ac_dir/install.sh"; then
2587 ac_aux_dir=$ac_dir
2588 ac_install_sh="$ac_aux_dir/install.sh -c"
2589 break
2590 elif test -f "$ac_dir/shtool"; then
2591 ac_aux_dir=$ac_dir
2592 ac_install_sh="$ac_aux_dir/shtool install -c"
2593 break
2595 done
2596 if test -z "$ac_aux_dir"; then
2597 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2600 # These three variables are undocumented and unsupported,
2601 # and are intended to be withdrawn in a future Autoconf release.
2602 # They can cause serious problems if a builder's source tree is in a directory
2603 # whose full name contains unusual characters.
2604 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2605 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2606 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2609 # Make sure we can run config.sub.
2610 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2611 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2614 $as_echo_n "checking build system type... " >&6; }
2615 if ${ac_cv_build+:} false; then :
2616 $as_echo_n "(cached) " >&6
2617 else
2618 ac_build_alias=$build_alias
2619 test "x$ac_build_alias" = x &&
2620 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2621 test "x$ac_build_alias" = x &&
2622 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2623 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2624 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2628 $as_echo "$ac_cv_build" >&6; }
2629 case $ac_cv_build in
2630 *-*-*) ;;
2631 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2632 esac
2633 build=$ac_cv_build
2634 ac_save_IFS=$IFS; IFS='-'
2635 set x $ac_cv_build
2636 shift
2637 build_cpu=$1
2638 build_vendor=$2
2639 shift; shift
2640 # Remember, the first character of IFS is used to create $*,
2641 # except with old shells:
2642 build_os=$*
2643 IFS=$ac_save_IFS
2644 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2647 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2648 $as_echo_n "checking host system type... " >&6; }
2649 if ${ac_cv_host+:} false; then :
2650 $as_echo_n "(cached) " >&6
2651 else
2652 if test "x$host_alias" = x; then
2653 ac_cv_host=$ac_cv_build
2654 else
2655 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2656 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2661 $as_echo "$ac_cv_host" >&6; }
2662 case $ac_cv_host in
2663 *-*-*) ;;
2664 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2665 esac
2666 host=$ac_cv_host
2667 ac_save_IFS=$IFS; IFS='-'
2668 set x $ac_cv_host
2669 shift
2670 host_cpu=$1
2671 host_vendor=$2
2672 shift; shift
2673 # Remember, the first character of IFS is used to create $*,
2674 # except with old shells:
2675 host_os=$*
2676 IFS=$ac_save_IFS
2677 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2680 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2681 $as_echo_n "checking target system type... " >&6; }
2682 if ${ac_cv_target+:} false; then :
2683 $as_echo_n "(cached) " >&6
2684 else
2685 if test "x$target_alias" = x; then
2686 ac_cv_target=$ac_cv_host
2687 else
2688 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2689 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2694 $as_echo "$ac_cv_target" >&6; }
2695 case $ac_cv_target in
2696 *-*-*) ;;
2697 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2698 esac
2699 target=$ac_cv_target
2700 ac_save_IFS=$IFS; IFS='-'
2701 set x $ac_cv_target
2702 shift
2703 target_cpu=$1
2704 target_vendor=$2
2705 shift; shift
2706 # Remember, the first character of IFS is used to create $*,
2707 # except with old shells:
2708 target_os=$*
2709 IFS=$ac_save_IFS
2710 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2713 # The aliases save the names the user supplied, while $host etc.
2714 # will get canonicalized.
2715 test -n "$target_alias" &&
2716 test "$program_prefix$program_suffix$program_transform_name" = \
2717 NONENONEs,x,x, &&
2718 program_prefix=${target_alias}-
2720 target_alias=${target_alias-$host_alias}
2722 # Sets up automake. Must come after AC_CANONICAL_SYSTEM. Each of the
2723 # following is magically included in AUTOMAKE_OPTIONS in each Makefile.am.
2724 # 1.9.0: minimum required version
2725 # no-define: PACKAGE and VERSION will not be #define'd in config.h (a bunch
2726 # of other PACKAGE_* variables will, however, and there's nothing
2727 # we can do about that; they come from AC_INIT).
2728 # no-dist: we don't want 'dist' and related rules.
2729 # foreign: we don't follow the normal rules for GNU packages (no COPYING
2730 # file in the top srcdir, etc, etc), so stop complaining.
2731 # -Wall: turns on all automake warnings...
2732 # -Wno-portability: ...except this one, since GNU make is required.
2733 # -Wno-override: ... and this one, since we do want this in testsuite.
2734 am__api_version='1.15'
2736 # Find a good install program. We prefer a C program (faster),
2737 # so one script is as good as another. But avoid the broken or
2738 # incompatible versions:
2739 # SysV /etc/install, /usr/sbin/install
2740 # SunOS /usr/etc/install
2741 # IRIX /sbin/install
2742 # AIX /bin/install
2743 # AmigaOS /C/install, which installs bootblocks on floppy discs
2744 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2745 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2746 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2747 # OS/2's system install, which has a completely different semantic
2748 # ./install, which can be erroneously created by make from ./install.sh.
2749 # Reject install programs that cannot install multiple files.
2750 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2751 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2752 if test -z "$INSTALL"; then
2753 if ${ac_cv_path_install+:} false; then :
2754 $as_echo_n "(cached) " >&6
2755 else
2756 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2757 for as_dir in $PATH
2759 IFS=$as_save_IFS
2760 test -z "$as_dir" && as_dir=.
2761 # Account for people who put trailing slashes in PATH elements.
2762 case $as_dir/ in #((
2763 ./ | .// | /[cC]/* | \
2764 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2765 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2766 /usr/ucb/* ) ;;
2768 # OSF1 and SCO ODT 3.0 have their own names for install.
2769 # Don't use installbsd from OSF since it installs stuff as root
2770 # by default.
2771 for ac_prog in ginstall scoinst install; do
2772 for ac_exec_ext in '' $ac_executable_extensions; do
2773 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2774 if test $ac_prog = install &&
2775 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2776 # AIX install. It has an incompatible calling convention.
2778 elif test $ac_prog = install &&
2779 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2780 # program-specific install script used by HP pwplus--don't use.
2782 else
2783 rm -rf conftest.one conftest.two conftest.dir
2784 echo one > conftest.one
2785 echo two > conftest.two
2786 mkdir conftest.dir
2787 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2788 test -s conftest.one && test -s conftest.two &&
2789 test -s conftest.dir/conftest.one &&
2790 test -s conftest.dir/conftest.two
2791 then
2792 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2793 break 3
2797 done
2798 done
2800 esac
2802 done
2803 IFS=$as_save_IFS
2805 rm -rf conftest.one conftest.two conftest.dir
2808 if test "${ac_cv_path_install+set}" = set; then
2809 INSTALL=$ac_cv_path_install
2810 else
2811 # As a last resort, use the slow shell script. Don't cache a
2812 # value for INSTALL within a source directory, because that will
2813 # break other packages using the cache if that directory is
2814 # removed, or if the value is a relative name.
2815 INSTALL=$ac_install_sh
2818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2819 $as_echo "$INSTALL" >&6; }
2821 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2822 # It thinks the first close brace ends the variable substitution.
2823 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2825 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2827 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2830 $as_echo_n "checking whether build environment is sane... " >&6; }
2831 # Reject unsafe characters in $srcdir or the absolute working directory
2832 # name. Accept space and tab only in the latter.
2833 am_lf='
2835 case `pwd` in
2836 *[\\\"\#\$\&\'\`$am_lf]*)
2837 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2838 esac
2839 case $srcdir in
2840 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2841 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2842 esac
2844 # Do 'set' in a subshell so we don't clobber the current shell's
2845 # arguments. Must try -L first in case configure is actually a
2846 # symlink; some systems play weird games with the mod time of symlinks
2847 # (eg FreeBSD returns the mod time of the symlink's containing
2848 # directory).
2849 if (
2850 am_has_slept=no
2851 for am_try in 1 2; do
2852 echo "timestamp, slept: $am_has_slept" > conftest.file
2853 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2854 if test "$*" = "X"; then
2855 # -L didn't work.
2856 set X `ls -t "$srcdir/configure" conftest.file`
2858 if test "$*" != "X $srcdir/configure conftest.file" \
2859 && test "$*" != "X conftest.file $srcdir/configure"; then
2861 # If neither matched, then we have a broken ls. This can happen
2862 # if, for instance, CONFIG_SHELL is bash and it inherits a
2863 # broken ls alias from the environment. This has actually
2864 # happened. Such a system could not be considered "sane".
2865 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2866 alias in your environment" "$LINENO" 5
2868 if test "$2" = conftest.file || test $am_try -eq 2; then
2869 break
2871 # Just in case.
2872 sleep 1
2873 am_has_slept=yes
2874 done
2875 test "$2" = conftest.file
2877 then
2878 # Ok.
2880 else
2881 as_fn_error $? "newly created file is older than distributed files!
2882 Check your system clock" "$LINENO" 5
2884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2885 $as_echo "yes" >&6; }
2886 # If we didn't sleep, we still need to ensure time stamps of config.status and
2887 # generated files are strictly newer.
2888 am_sleep_pid=
2889 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2890 ( sleep 1 ) &
2891 am_sleep_pid=$!
2894 rm -f conftest.file
2896 test "$program_prefix" != NONE &&
2897 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2898 # Use a double $ so make ignores it.
2899 test "$program_suffix" != NONE &&
2900 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2901 # Double any \ or $.
2902 # By default was `s,x,x', remove it if useless.
2903 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2904 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2906 # Expand $ac_aux_dir to an absolute path.
2907 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2909 if test x"${MISSING+set}" != xset; then
2910 case $am_aux_dir in
2911 *\ * | *\ *)
2912 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2914 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2915 esac
2917 # Use eval to expand $SHELL
2918 if eval "$MISSING --is-lightweight"; then
2919 am_missing_run="$MISSING "
2920 else
2921 am_missing_run=
2922 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2923 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2926 if test x"${install_sh+set}" != xset; then
2927 case $am_aux_dir in
2928 *\ * | *\ *)
2929 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2931 install_sh="\${SHELL} $am_aux_dir/install-sh"
2932 esac
2935 # Installed binaries are usually stripped using 'strip' when the user
2936 # run "make install-strip". However 'strip' might not be the right
2937 # tool to use in cross-compilation environments, therefore Automake
2938 # will honor the 'STRIP' environment variable to overrule this program.
2939 if test "$cross_compiling" != no; then
2940 if test -n "$ac_tool_prefix"; then
2941 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2942 set dummy ${ac_tool_prefix}strip; ac_word=$2
2943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2944 $as_echo_n "checking for $ac_word... " >&6; }
2945 if ${ac_cv_prog_STRIP+:} false; then :
2946 $as_echo_n "(cached) " >&6
2947 else
2948 if test -n "$STRIP"; then
2949 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2950 else
2951 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2952 for as_dir in $PATH
2954 IFS=$as_save_IFS
2955 test -z "$as_dir" && as_dir=.
2956 for ac_exec_ext in '' $ac_executable_extensions; do
2957 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2958 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2959 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2960 break 2
2962 done
2963 done
2964 IFS=$as_save_IFS
2968 STRIP=$ac_cv_prog_STRIP
2969 if test -n "$STRIP"; then
2970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2971 $as_echo "$STRIP" >&6; }
2972 else
2973 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2974 $as_echo "no" >&6; }
2979 if test -z "$ac_cv_prog_STRIP"; then
2980 ac_ct_STRIP=$STRIP
2981 # Extract the first word of "strip", so it can be a program name with args.
2982 set dummy strip; ac_word=$2
2983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2984 $as_echo_n "checking for $ac_word... " >&6; }
2985 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2986 $as_echo_n "(cached) " >&6
2987 else
2988 if test -n "$ac_ct_STRIP"; then
2989 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2990 else
2991 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2992 for as_dir in $PATH
2994 IFS=$as_save_IFS
2995 test -z "$as_dir" && as_dir=.
2996 for ac_exec_ext in '' $ac_executable_extensions; do
2997 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2998 ac_cv_prog_ac_ct_STRIP="strip"
2999 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3000 break 2
3002 done
3003 done
3004 IFS=$as_save_IFS
3008 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3009 if test -n "$ac_ct_STRIP"; then
3010 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3011 $as_echo "$ac_ct_STRIP" >&6; }
3012 else
3013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3014 $as_echo "no" >&6; }
3017 if test "x$ac_ct_STRIP" = x; then
3018 STRIP=":"
3019 else
3020 case $cross_compiling:$ac_tool_warned in
3021 yes:)
3022 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3023 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3024 ac_tool_warned=yes ;;
3025 esac
3026 STRIP=$ac_ct_STRIP
3028 else
3029 STRIP="$ac_cv_prog_STRIP"
3033 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3036 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3037 if test -z "$MKDIR_P"; then
3038 if ${ac_cv_path_mkdir+:} false; then :
3039 $as_echo_n "(cached) " >&6
3040 else
3041 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3042 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3044 IFS=$as_save_IFS
3045 test -z "$as_dir" && as_dir=.
3046 for ac_prog in mkdir gmkdir; do
3047 for ac_exec_ext in '' $ac_executable_extensions; do
3048 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
3049 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3050 'mkdir (GNU coreutils) '* | \
3051 'mkdir (coreutils) '* | \
3052 'mkdir (fileutils) '4.1*)
3053 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3054 break 3;;
3055 esac
3056 done
3057 done
3058 done
3059 IFS=$as_save_IFS
3063 test -d ./--version && rmdir ./--version
3064 if test "${ac_cv_path_mkdir+set}" = set; then
3065 MKDIR_P="$ac_cv_path_mkdir -p"
3066 else
3067 # As a last resort, use the slow shell script. Don't cache a
3068 # value for MKDIR_P within a source directory, because that will
3069 # break other packages using the cache if that directory is
3070 # removed, or if the value is a relative name.
3071 MKDIR_P="$ac_install_sh -d"
3074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3075 $as_echo "$MKDIR_P" >&6; }
3077 for ac_prog in gawk mawk nawk awk
3079 # Extract the first word of "$ac_prog", so it can be a program name with args.
3080 set dummy $ac_prog; ac_word=$2
3081 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3082 $as_echo_n "checking for $ac_word... " >&6; }
3083 if ${ac_cv_prog_AWK+:} false; then :
3084 $as_echo_n "(cached) " >&6
3085 else
3086 if test -n "$AWK"; then
3087 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3088 else
3089 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3090 for as_dir in $PATH
3092 IFS=$as_save_IFS
3093 test -z "$as_dir" && as_dir=.
3094 for ac_exec_ext in '' $ac_executable_extensions; do
3095 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3096 ac_cv_prog_AWK="$ac_prog"
3097 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3098 break 2
3100 done
3101 done
3102 IFS=$as_save_IFS
3106 AWK=$ac_cv_prog_AWK
3107 if test -n "$AWK"; then
3108 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3109 $as_echo "$AWK" >&6; }
3110 else
3111 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3112 $as_echo "no" >&6; }
3116 test -n "$AWK" && break
3117 done
3119 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3120 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3121 set x ${MAKE-make}
3122 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3123 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3124 $as_echo_n "(cached) " >&6
3125 else
3126 cat >conftest.make <<\_ACEOF
3127 SHELL = /bin/sh
3128 all:
3129 @echo '@@@%%%=$(MAKE)=@@@%%%'
3130 _ACEOF
3131 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3132 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3133 *@@@%%%=?*=@@@%%%*)
3134 eval ac_cv_prog_make_${ac_make}_set=yes;;
3136 eval ac_cv_prog_make_${ac_make}_set=no;;
3137 esac
3138 rm -f conftest.make
3140 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3142 $as_echo "yes" >&6; }
3143 SET_MAKE=
3144 else
3145 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3146 $as_echo "no" >&6; }
3147 SET_MAKE="MAKE=${MAKE-make}"
3150 rm -rf .tst 2>/dev/null
3151 mkdir .tst 2>/dev/null
3152 if test -d .tst; then
3153 am__leading_dot=.
3154 else
3155 am__leading_dot=_
3157 rmdir .tst 2>/dev/null
3159 # Check whether --enable-silent-rules was given.
3160 if test "${enable_silent_rules+set}" = set; then :
3161 enableval=$enable_silent_rules;
3164 case $enable_silent_rules in # (((
3165 yes) AM_DEFAULT_VERBOSITY=0;;
3166 no) AM_DEFAULT_VERBOSITY=1;;
3167 *) AM_DEFAULT_VERBOSITY=1;;
3168 esac
3169 am_make=${MAKE-make}
3170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3171 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3172 if ${am_cv_make_support_nested_variables+:} false; then :
3173 $as_echo_n "(cached) " >&6
3174 else
3175 if $as_echo 'TRUE=$(BAR$(V))
3176 BAR0=false
3177 BAR1=true
3179 am__doit:
3180 @$(TRUE)
3181 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3182 am_cv_make_support_nested_variables=yes
3183 else
3184 am_cv_make_support_nested_variables=no
3187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3188 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3189 if test $am_cv_make_support_nested_variables = yes; then
3190 AM_V='$(V)'
3191 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3192 else
3193 AM_V=$AM_DEFAULT_VERBOSITY
3194 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3196 AM_BACKSLASH='\'
3198 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3199 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3200 # is not polluted with repeated "-I."
3201 am__isrc=' -I$(srcdir)'
3202 # test to see if srcdir already configured
3203 if test -f $srcdir/config.status; then
3204 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3208 # test whether we have cygpath
3209 if test -z "$CYGPATH_W"; then
3210 if (cygpath --version) >/dev/null 2>/dev/null; then
3211 CYGPATH_W='cygpath -w'
3212 else
3213 CYGPATH_W=echo
3218 # Define the identity of the package.
3219 PACKAGE='libatomic'
3220 VERSION='1.0'
3223 cat >>confdefs.h <<_ACEOF
3224 #define PACKAGE "$PACKAGE"
3225 _ACEOF
3228 cat >>confdefs.h <<_ACEOF
3229 #define VERSION "$VERSION"
3230 _ACEOF
3232 # Some tools Automake needs.
3234 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3237 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3240 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3243 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3246 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3248 # For better backward compatibility. To be removed once Automake 1.9.x
3249 # dies out for good. For more background, see:
3250 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3251 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3252 mkdir_p='$(MKDIR_P)'
3254 # We need awk for the "check" target (and possibly the TAP driver). The
3255 # system "awk" is bad on some platforms.
3256 # Always define AMTAR for backward compatibility. Yes, it's still used
3257 # in the wild :-( We should find a proper way to deprecate it ...
3258 AMTAR='$${TAR-tar}'
3261 # We'll loop over all known methods to create a tar archive until one works.
3262 _am_tools='gnutar pax cpio none'
3264 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3271 # POSIX will say in a future version that running "rm -f" with no argument
3272 # is OK; and we want to be able to make that assumption in our Makefile
3273 # recipes. So use an aggressive probe to check that the usage we want is
3274 # actually supported "in the wild" to an acceptable degree.
3275 # See automake bug#10828.
3276 # To make any issue more visible, cause the running configure to be aborted
3277 # by default if the 'rm' program in use doesn't match our expectations; the
3278 # user can still override this though.
3279 if rm -f && rm -fr && rm -rf; then : OK; else
3280 cat >&2 <<'END'
3281 Oops!
3283 Your 'rm' program seems unable to run without file operands specified
3284 on the command line, even when the '-f' option is present. This is contrary
3285 to the behaviour of most rm programs out there, and not conforming with
3286 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3288 Please tell bug-automake@gnu.org about your system, including the value
3289 of your $PATH and any error possibly output before this message. This
3290 can help us improve future automake versions.
3293 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3294 echo 'Configuration will proceed anyway, since you have set the' >&2
3295 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3296 echo >&2
3297 else
3298 cat >&2 <<'END'
3299 Aborting the configuration process, to ensure you take notice of the issue.
3301 You can download and install GNU coreutils to get an 'rm' implementation
3302 that behaves properly: <http://www.gnu.org/software/coreutils/>.
3304 If you want to complete the configuration process using your problematic
3305 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3306 to "yes", and re-run configure.
3309 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3313 # Default to --enable-multilib
3314 # Check whether --enable-multilib was given.
3315 if test "${enable_multilib+set}" = set; then :
3316 enableval=$enable_multilib; case "$enableval" in
3317 yes) multilib=yes ;;
3318 no) multilib=no ;;
3319 *) as_fn_error $? "bad value $enableval for multilib option" "$LINENO" 5 ;;
3320 esac
3321 else
3322 multilib=yes
3326 # We may get other options which we leave undocumented:
3327 # --with-target-subdir, --with-multisrctop, --with-multisubdir
3328 # See config-ml.in if you want the gory details.
3330 if test "$srcdir" = "."; then
3331 if test "$with_target_subdir" != "."; then
3332 multi_basedir="$srcdir/$with_multisrctop../.."
3333 else
3334 multi_basedir="$srcdir/$with_multisrctop.."
3336 else
3337 multi_basedir="$srcdir/.."
3341 # Even if the default multilib is not a cross compilation,
3342 # it may be that some of the other multilibs are.
3343 if test $cross_compiling = no && test $multilib = yes \
3344 && test "x${with_multisubdir}" != x ; then
3345 cross_compiling=maybe
3348 ac_config_commands="$ac_config_commands default-1"
3352 # Check whether --with-toolexeclibdir was given.
3353 if test "${with_toolexeclibdir+set}" = set; then :
3354 withval=$with_toolexeclibdir; case ${with_toolexeclibdir} in
3358 with_toolexeclibdir=`echo $with_toolexeclibdir | sed 's,/$,,'`
3360 esac
3361 else
3362 with_toolexeclibdir=no
3367 # Calculate toolexeclibdir
3368 # Also toolexecdir, though it's only used in toolexeclibdir
3369 case ${enable_version_specific_runtime_libs} in
3370 yes)
3371 # Need the gcc compiler version to know where to install libraries
3372 # and header files if --enable-version-specific-runtime-libs option
3373 # is selected.
3374 toolexecdir='$(libdir)/gcc/$(target_alias)'
3375 toolexeclibdir='$(toolexecdir)/$(gcc_version)$(MULTISUBDIR)'
3378 if test -n "$with_cross_host" &&
3379 test x"$with_cross_host" != x"no"; then
3380 # Install a library built with a cross compiler in tooldir, not libdir.
3381 toolexecdir='$(exec_prefix)/$(target_alias)'
3382 case ${with_toolexeclibdir} in
3384 toolexeclibdir='$(toolexecdir)/lib'
3387 toolexeclibdir=${with_toolexeclibdir}
3389 esac
3390 else
3391 toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
3392 toolexeclibdir='$(libdir)'
3394 multi_os_directory=`$CC -print-multi-os-directory`
3395 case $multi_os_directory in
3396 .) ;; # Avoid trailing /.
3397 *) toolexeclibdir=$toolexeclibdir/$multi_os_directory ;;
3398 esac
3400 esac
3404 # Check the compiler.
3405 # The same as in boehm-gc and libstdc++. Have to borrow it from there.
3406 # We must force CC to /not/ be precious variables; otherwise
3407 # the wrong, non-multilib-adjusted value will be used in multilibs.
3408 # As a side effect, we have to subst CFLAGS ourselves.
3412 ac_ext=c
3413 ac_cpp='$CPP $CPPFLAGS'
3414 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3415 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3416 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3417 if test -n "$ac_tool_prefix"; then
3418 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3419 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3420 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3421 $as_echo_n "checking for $ac_word... " >&6; }
3422 if ${ac_cv_prog_CC+:} false; then :
3423 $as_echo_n "(cached) " >&6
3424 else
3425 if test -n "$CC"; then
3426 ac_cv_prog_CC="$CC" # Let the user override the test.
3427 else
3428 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3429 for as_dir in $PATH
3431 IFS=$as_save_IFS
3432 test -z "$as_dir" && as_dir=.
3433 for ac_exec_ext in '' $ac_executable_extensions; do
3434 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3435 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3436 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3437 break 2
3439 done
3440 done
3441 IFS=$as_save_IFS
3445 CC=$ac_cv_prog_CC
3446 if test -n "$CC"; then
3447 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3448 $as_echo "$CC" >&6; }
3449 else
3450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3451 $as_echo "no" >&6; }
3456 if test -z "$ac_cv_prog_CC"; then
3457 ac_ct_CC=$CC
3458 # Extract the first word of "gcc", so it can be a program name with args.
3459 set dummy gcc; ac_word=$2
3460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3461 $as_echo_n "checking for $ac_word... " >&6; }
3462 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3463 $as_echo_n "(cached) " >&6
3464 else
3465 if test -n "$ac_ct_CC"; then
3466 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3467 else
3468 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3469 for as_dir in $PATH
3471 IFS=$as_save_IFS
3472 test -z "$as_dir" && as_dir=.
3473 for ac_exec_ext in '' $ac_executable_extensions; do
3474 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3475 ac_cv_prog_ac_ct_CC="gcc"
3476 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3477 break 2
3479 done
3480 done
3481 IFS=$as_save_IFS
3485 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3486 if test -n "$ac_ct_CC"; then
3487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3488 $as_echo "$ac_ct_CC" >&6; }
3489 else
3490 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3491 $as_echo "no" >&6; }
3494 if test "x$ac_ct_CC" = x; then
3495 CC=""
3496 else
3497 case $cross_compiling:$ac_tool_warned in
3498 yes:)
3499 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3500 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3501 ac_tool_warned=yes ;;
3502 esac
3503 CC=$ac_ct_CC
3505 else
3506 CC="$ac_cv_prog_CC"
3509 if test -z "$CC"; then
3510 if test -n "$ac_tool_prefix"; then
3511 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3512 set dummy ${ac_tool_prefix}cc; ac_word=$2
3513 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3514 $as_echo_n "checking for $ac_word... " >&6; }
3515 if ${ac_cv_prog_CC+:} false; then :
3516 $as_echo_n "(cached) " >&6
3517 else
3518 if test -n "$CC"; then
3519 ac_cv_prog_CC="$CC" # Let the user override the test.
3520 else
3521 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3522 for as_dir in $PATH
3524 IFS=$as_save_IFS
3525 test -z "$as_dir" && as_dir=.
3526 for ac_exec_ext in '' $ac_executable_extensions; do
3527 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3528 ac_cv_prog_CC="${ac_tool_prefix}cc"
3529 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3530 break 2
3532 done
3533 done
3534 IFS=$as_save_IFS
3538 CC=$ac_cv_prog_CC
3539 if test -n "$CC"; then
3540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3541 $as_echo "$CC" >&6; }
3542 else
3543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3544 $as_echo "no" >&6; }
3550 if test -z "$CC"; then
3551 # Extract the first word of "cc", so it can be a program name with args.
3552 set dummy cc; ac_word=$2
3553 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3554 $as_echo_n "checking for $ac_word... " >&6; }
3555 if ${ac_cv_prog_CC+:} false; then :
3556 $as_echo_n "(cached) " >&6
3557 else
3558 if test -n "$CC"; then
3559 ac_cv_prog_CC="$CC" # Let the user override the test.
3560 else
3561 ac_prog_rejected=no
3562 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3563 for as_dir in $PATH
3565 IFS=$as_save_IFS
3566 test -z "$as_dir" && as_dir=.
3567 for ac_exec_ext in '' $ac_executable_extensions; do
3568 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3569 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3570 ac_prog_rejected=yes
3571 continue
3573 ac_cv_prog_CC="cc"
3574 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3575 break 2
3577 done
3578 done
3579 IFS=$as_save_IFS
3581 if test $ac_prog_rejected = yes; then
3582 # We found a bogon in the path, so make sure we never use it.
3583 set dummy $ac_cv_prog_CC
3584 shift
3585 if test $# != 0; then
3586 # We chose a different compiler from the bogus one.
3587 # However, it has the same basename, so the bogon will be chosen
3588 # first if we set CC to just the basename; use the full file name.
3589 shift
3590 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3595 CC=$ac_cv_prog_CC
3596 if test -n "$CC"; then
3597 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3598 $as_echo "$CC" >&6; }
3599 else
3600 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3601 $as_echo "no" >&6; }
3606 if test -z "$CC"; then
3607 if test -n "$ac_tool_prefix"; then
3608 for ac_prog in cl.exe
3610 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3611 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3613 $as_echo_n "checking for $ac_word... " >&6; }
3614 if ${ac_cv_prog_CC+:} false; then :
3615 $as_echo_n "(cached) " >&6
3616 else
3617 if test -n "$CC"; then
3618 ac_cv_prog_CC="$CC" # Let the user override the test.
3619 else
3620 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3621 for as_dir in $PATH
3623 IFS=$as_save_IFS
3624 test -z "$as_dir" && as_dir=.
3625 for ac_exec_ext in '' $ac_executable_extensions; do
3626 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3627 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3628 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3629 break 2
3631 done
3632 done
3633 IFS=$as_save_IFS
3637 CC=$ac_cv_prog_CC
3638 if test -n "$CC"; then
3639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3640 $as_echo "$CC" >&6; }
3641 else
3642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3643 $as_echo "no" >&6; }
3647 test -n "$CC" && break
3648 done
3650 if test -z "$CC"; then
3651 ac_ct_CC=$CC
3652 for ac_prog in cl.exe
3654 # Extract the first word of "$ac_prog", so it can be a program name with args.
3655 set dummy $ac_prog; ac_word=$2
3656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3657 $as_echo_n "checking for $ac_word... " >&6; }
3658 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3659 $as_echo_n "(cached) " >&6
3660 else
3661 if test -n "$ac_ct_CC"; then
3662 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3663 else
3664 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3665 for as_dir in $PATH
3667 IFS=$as_save_IFS
3668 test -z "$as_dir" && as_dir=.
3669 for ac_exec_ext in '' $ac_executable_extensions; do
3670 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3671 ac_cv_prog_ac_ct_CC="$ac_prog"
3672 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3673 break 2
3675 done
3676 done
3677 IFS=$as_save_IFS
3681 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3682 if test -n "$ac_ct_CC"; then
3683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3684 $as_echo "$ac_ct_CC" >&6; }
3685 else
3686 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3687 $as_echo "no" >&6; }
3691 test -n "$ac_ct_CC" && break
3692 done
3694 if test "x$ac_ct_CC" = x; then
3695 CC=""
3696 else
3697 case $cross_compiling:$ac_tool_warned in
3698 yes:)
3699 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3700 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3701 ac_tool_warned=yes ;;
3702 esac
3703 CC=$ac_ct_CC
3710 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3711 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3712 as_fn_error $? "no acceptable C compiler found in \$PATH
3713 See \`config.log' for more details" "$LINENO" 5; }
3715 # Provide some information about the compiler.
3716 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3717 set X $ac_compile
3718 ac_compiler=$2
3719 for ac_option in --version -v -V -qversion; do
3720 { { ac_try="$ac_compiler $ac_option >&5"
3721 case "(($ac_try" in
3722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3723 *) ac_try_echo=$ac_try;;
3724 esac
3725 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3726 $as_echo "$ac_try_echo"; } >&5
3727 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3728 ac_status=$?
3729 if test -s conftest.err; then
3730 sed '10a\
3731 ... rest of stderr output deleted ...
3732 10q' conftest.err >conftest.er1
3733 cat conftest.er1 >&5
3735 rm -f conftest.er1 conftest.err
3736 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3737 test $ac_status = 0; }
3738 done
3740 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3741 /* end confdefs.h. */
3744 main ()
3748 return 0;
3750 _ACEOF
3751 ac_clean_files_save=$ac_clean_files
3752 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3753 # Try to create an executable without -o first, disregard a.out.
3754 # It will help us diagnose broken compilers, and finding out an intuition
3755 # of exeext.
3756 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3757 $as_echo_n "checking whether the C compiler works... " >&6; }
3758 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3760 # The possible output files:
3761 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3763 ac_rmfiles=
3764 for ac_file in $ac_files
3766 case $ac_file in
3767 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3768 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3769 esac
3770 done
3771 rm -f $ac_rmfiles
3773 if { { ac_try="$ac_link_default"
3774 case "(($ac_try" in
3775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3776 *) ac_try_echo=$ac_try;;
3777 esac
3778 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3779 $as_echo "$ac_try_echo"; } >&5
3780 (eval "$ac_link_default") 2>&5
3781 ac_status=$?
3782 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3783 test $ac_status = 0; }; then :
3784 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3785 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3786 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3787 # so that the user can short-circuit this test for compilers unknown to
3788 # Autoconf.
3789 for ac_file in $ac_files ''
3791 test -f "$ac_file" || continue
3792 case $ac_file in
3793 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3795 [ab].out )
3796 # We found the default executable, but exeext='' is most
3797 # certainly right.
3798 break;;
3799 *.* )
3800 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3801 then :; else
3802 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3804 # We set ac_cv_exeext here because the later test for it is not
3805 # safe: cross compilers may not add the suffix if given an `-o'
3806 # argument, so we may need to know it at that point already.
3807 # Even if this section looks crufty: it has the advantage of
3808 # actually working.
3809 break;;
3811 break;;
3812 esac
3813 done
3814 test "$ac_cv_exeext" = no && ac_cv_exeext=
3816 else
3817 ac_file=''
3819 if test -z "$ac_file"; then :
3820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3821 $as_echo "no" >&6; }
3822 $as_echo "$as_me: failed program was:" >&5
3823 sed 's/^/| /' conftest.$ac_ext >&5
3825 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3826 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3827 as_fn_error 77 "C compiler cannot create executables
3828 See \`config.log' for more details" "$LINENO" 5; }
3829 else
3830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3831 $as_echo "yes" >&6; }
3833 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3834 $as_echo_n "checking for C compiler default output file name... " >&6; }
3835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3836 $as_echo "$ac_file" >&6; }
3837 ac_exeext=$ac_cv_exeext
3839 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3840 ac_clean_files=$ac_clean_files_save
3841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3842 $as_echo_n "checking for suffix of executables... " >&6; }
3843 if { { ac_try="$ac_link"
3844 case "(($ac_try" in
3845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3846 *) ac_try_echo=$ac_try;;
3847 esac
3848 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3849 $as_echo "$ac_try_echo"; } >&5
3850 (eval "$ac_link") 2>&5
3851 ac_status=$?
3852 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3853 test $ac_status = 0; }; then :
3854 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3855 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3856 # work properly (i.e., refer to `conftest.exe'), while it won't with
3857 # `rm'.
3858 for ac_file in conftest.exe conftest conftest.*; do
3859 test -f "$ac_file" || continue
3860 case $ac_file in
3861 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3862 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3863 break;;
3864 * ) break;;
3865 esac
3866 done
3867 else
3868 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3869 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3870 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3871 See \`config.log' for more details" "$LINENO" 5; }
3873 rm -f conftest conftest$ac_cv_exeext
3874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3875 $as_echo "$ac_cv_exeext" >&6; }
3877 rm -f conftest.$ac_ext
3878 EXEEXT=$ac_cv_exeext
3879 ac_exeext=$EXEEXT
3880 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3881 /* end confdefs.h. */
3882 #include <stdio.h>
3884 main ()
3886 FILE *f = fopen ("conftest.out", "w");
3887 return ferror (f) || fclose (f) != 0;
3890 return 0;
3892 _ACEOF
3893 ac_clean_files="$ac_clean_files conftest.out"
3894 # Check that the compiler produces executables we can run. If not, either
3895 # the compiler is broken, or we cross compile.
3896 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3897 $as_echo_n "checking whether we are cross compiling... " >&6; }
3898 if test "$cross_compiling" != yes; then
3899 { { ac_try="$ac_link"
3900 case "(($ac_try" in
3901 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3902 *) ac_try_echo=$ac_try;;
3903 esac
3904 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3905 $as_echo "$ac_try_echo"; } >&5
3906 (eval "$ac_link") 2>&5
3907 ac_status=$?
3908 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3909 test $ac_status = 0; }
3910 if { ac_try='./conftest$ac_cv_exeext'
3911 { { case "(($ac_try" in
3912 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3913 *) ac_try_echo=$ac_try;;
3914 esac
3915 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3916 $as_echo "$ac_try_echo"; } >&5
3917 (eval "$ac_try") 2>&5
3918 ac_status=$?
3919 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3920 test $ac_status = 0; }; }; then
3921 cross_compiling=no
3922 else
3923 if test "$cross_compiling" = maybe; then
3924 cross_compiling=yes
3925 else
3926 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3927 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3928 as_fn_error $? "cannot run C compiled programs.
3929 If you meant to cross compile, use \`--host'.
3930 See \`config.log' for more details" "$LINENO" 5; }
3934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3935 $as_echo "$cross_compiling" >&6; }
3937 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3938 ac_clean_files=$ac_clean_files_save
3939 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3940 $as_echo_n "checking for suffix of object files... " >&6; }
3941 if ${ac_cv_objext+:} false; then :
3942 $as_echo_n "(cached) " >&6
3943 else
3944 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3945 /* end confdefs.h. */
3948 main ()
3952 return 0;
3954 _ACEOF
3955 rm -f conftest.o conftest.obj
3956 if { { ac_try="$ac_compile"
3957 case "(($ac_try" in
3958 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3959 *) ac_try_echo=$ac_try;;
3960 esac
3961 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3962 $as_echo "$ac_try_echo"; } >&5
3963 (eval "$ac_compile") 2>&5
3964 ac_status=$?
3965 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3966 test $ac_status = 0; }; then :
3967 for ac_file in conftest.o conftest.obj conftest.*; do
3968 test -f "$ac_file" || continue;
3969 case $ac_file in
3970 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3971 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3972 break;;
3973 esac
3974 done
3975 else
3976 $as_echo "$as_me: failed program was:" >&5
3977 sed 's/^/| /' conftest.$ac_ext >&5
3979 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3980 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3981 as_fn_error $? "cannot compute suffix of object files: cannot compile
3982 See \`config.log' for more details" "$LINENO" 5; }
3984 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3987 $as_echo "$ac_cv_objext" >&6; }
3988 OBJEXT=$ac_cv_objext
3989 ac_objext=$OBJEXT
3990 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3991 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3992 if ${ac_cv_c_compiler_gnu+:} false; then :
3993 $as_echo_n "(cached) " >&6
3994 else
3995 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3996 /* end confdefs.h. */
3999 main ()
4001 #ifndef __GNUC__
4002 choke me
4003 #endif
4006 return 0;
4008 _ACEOF
4009 if ac_fn_c_try_compile "$LINENO"; then :
4010 ac_compiler_gnu=yes
4011 else
4012 ac_compiler_gnu=no
4014 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4015 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4019 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4020 if test $ac_compiler_gnu = yes; then
4021 GCC=yes
4022 else
4023 GCC=
4025 ac_test_CFLAGS=${CFLAGS+set}
4026 ac_save_CFLAGS=$CFLAGS
4027 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4028 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4029 if ${ac_cv_prog_cc_g+:} false; then :
4030 $as_echo_n "(cached) " >&6
4031 else
4032 ac_save_c_werror_flag=$ac_c_werror_flag
4033 ac_c_werror_flag=yes
4034 ac_cv_prog_cc_g=no
4035 CFLAGS="-g"
4036 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4037 /* end confdefs.h. */
4040 main ()
4044 return 0;
4046 _ACEOF
4047 if ac_fn_c_try_compile "$LINENO"; then :
4048 ac_cv_prog_cc_g=yes
4049 else
4050 CFLAGS=""
4051 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4052 /* end confdefs.h. */
4055 main ()
4059 return 0;
4061 _ACEOF
4062 if ac_fn_c_try_compile "$LINENO"; then :
4064 else
4065 ac_c_werror_flag=$ac_save_c_werror_flag
4066 CFLAGS="-g"
4067 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4068 /* end confdefs.h. */
4071 main ()
4075 return 0;
4077 _ACEOF
4078 if ac_fn_c_try_compile "$LINENO"; then :
4079 ac_cv_prog_cc_g=yes
4081 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4083 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4085 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4086 ac_c_werror_flag=$ac_save_c_werror_flag
4088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4089 $as_echo "$ac_cv_prog_cc_g" >&6; }
4090 if test "$ac_test_CFLAGS" = set; then
4091 CFLAGS=$ac_save_CFLAGS
4092 elif test $ac_cv_prog_cc_g = yes; then
4093 if test "$GCC" = yes; then
4094 CFLAGS="-g -O2"
4095 else
4096 CFLAGS="-g"
4098 else
4099 if test "$GCC" = yes; then
4100 CFLAGS="-O2"
4101 else
4102 CFLAGS=
4105 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4106 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4107 if ${ac_cv_prog_cc_c89+:} false; then :
4108 $as_echo_n "(cached) " >&6
4109 else
4110 ac_cv_prog_cc_c89=no
4111 ac_save_CC=$CC
4112 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4113 /* end confdefs.h. */
4114 #include <stdarg.h>
4115 #include <stdio.h>
4116 struct stat;
4117 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4118 struct buf { int x; };
4119 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4120 static char *e (p, i)
4121 char **p;
4122 int i;
4124 return p[i];
4126 static char *f (char * (*g) (char **, int), char **p, ...)
4128 char *s;
4129 va_list v;
4130 va_start (v,p);
4131 s = g (p, va_arg (v,int));
4132 va_end (v);
4133 return s;
4136 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4137 function prototypes and stuff, but not '\xHH' hex character constants.
4138 These don't provoke an error unfortunately, instead are silently treated
4139 as 'x'. The following induces an error, until -std is added to get
4140 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4141 array size at least. It's necessary to write '\x00'==0 to get something
4142 that's true only with -std. */
4143 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4145 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4146 inside strings and character constants. */
4147 #define FOO(x) 'x'
4148 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4150 int test (int i, double x);
4151 struct s1 {int (*f) (int a);};
4152 struct s2 {int (*f) (double a);};
4153 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4154 int argc;
4155 char **argv;
4157 main ()
4159 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4161 return 0;
4163 _ACEOF
4164 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4165 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4167 CC="$ac_save_CC $ac_arg"
4168 if ac_fn_c_try_compile "$LINENO"; then :
4169 ac_cv_prog_cc_c89=$ac_arg
4171 rm -f core conftest.err conftest.$ac_objext
4172 test "x$ac_cv_prog_cc_c89" != "xno" && break
4173 done
4174 rm -f conftest.$ac_ext
4175 CC=$ac_save_CC
4178 # AC_CACHE_VAL
4179 case "x$ac_cv_prog_cc_c89" in
4181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4182 $as_echo "none needed" >&6; } ;;
4183 xno)
4184 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4185 $as_echo "unsupported" >&6; } ;;
4187 CC="$CC $ac_cv_prog_cc_c89"
4188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4189 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4190 esac
4191 if test "x$ac_cv_prog_cc_c89" != xno; then :
4195 ac_ext=c
4196 ac_cpp='$CPP $CPPFLAGS'
4197 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4198 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4199 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4201 ac_ext=c
4202 ac_cpp='$CPP $CPPFLAGS'
4203 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4204 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4205 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4207 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4208 if ${am_cv_prog_cc_c_o+:} false; then :
4209 $as_echo_n "(cached) " >&6
4210 else
4211 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4212 /* end confdefs.h. */
4215 main ()
4219 return 0;
4221 _ACEOF
4222 # Make sure it works both with $CC and with simple cc.
4223 # Following AC_PROG_CC_C_O, we do the test twice because some
4224 # compilers refuse to overwrite an existing .o file with -o,
4225 # though they will create one.
4226 am_cv_prog_cc_c_o=yes
4227 for am_i in 1 2; do
4228 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4229 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4230 ac_status=$?
4231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4232 (exit $ac_status); } \
4233 && test -f conftest2.$ac_objext; then
4234 : OK
4235 else
4236 am_cv_prog_cc_c_o=no
4237 break
4239 done
4240 rm -f core conftest*
4241 unset am_i
4243 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4244 $as_echo "$am_cv_prog_cc_c_o" >&6; }
4245 if test "$am_cv_prog_cc_c_o" != yes; then
4246 # Losing compiler, so override with the script.
4247 # FIXME: It is wrong to rewrite CC.
4248 # But if we don't then we get into trouble of one sort or another.
4249 # A longer-term fix would be to have automake use am__CC in this case,
4250 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4251 CC="$am_aux_dir/compile $CC"
4253 ac_ext=c
4254 ac_cpp='$CPP $CPPFLAGS'
4255 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4256 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4257 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4259 DEPDIR="${am__leading_dot}deps"
4261 ac_config_commands="$ac_config_commands depfiles"
4264 am_make=${MAKE-make}
4265 cat > confinc << 'END'
4266 am__doit:
4267 @echo this is the am__doit target
4268 .PHONY: am__doit
4270 # If we don't find an include directive, just comment out the code.
4271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4272 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4273 am__include="#"
4274 am__quote=
4275 _am_result=none
4276 # First try GNU make style include.
4277 echo "include confinc" > confmf
4278 # Ignore all kinds of additional output from 'make'.
4279 case `$am_make -s -f confmf 2> /dev/null` in #(
4280 *the\ am__doit\ target*)
4281 am__include=include
4282 am__quote=
4283 _am_result=GNU
4285 esac
4286 # Now try BSD make style include.
4287 if test "$am__include" = "#"; then
4288 echo '.include "confinc"' > confmf
4289 case `$am_make -s -f confmf 2> /dev/null` in #(
4290 *the\ am__doit\ target*)
4291 am__include=.include
4292 am__quote="\""
4293 _am_result=BSD
4295 esac
4299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4300 $as_echo "$_am_result" >&6; }
4301 rm -f confinc confmf
4303 # Check whether --enable-dependency-tracking was given.
4304 if test "${enable_dependency_tracking+set}" = set; then :
4305 enableval=$enable_dependency_tracking;
4308 if test "x$enable_dependency_tracking" != xno; then
4309 am_depcomp="$ac_aux_dir/depcomp"
4310 AMDEPBACKSLASH='\'
4311 am__nodep='_no'
4313 if test "x$enable_dependency_tracking" != xno; then
4314 AMDEP_TRUE=
4315 AMDEP_FALSE='#'
4316 else
4317 AMDEP_TRUE='#'
4318 AMDEP_FALSE=
4323 depcc="$CC" am_compiler_list=
4325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4326 $as_echo_n "checking dependency style of $depcc... " >&6; }
4327 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4328 $as_echo_n "(cached) " >&6
4329 else
4330 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4331 # We make a subdir and do the tests there. Otherwise we can end up
4332 # making bogus files that we don't know about and never remove. For
4333 # instance it was reported that on HP-UX the gcc test will end up
4334 # making a dummy file named 'D' -- because '-MD' means "put the output
4335 # in D".
4336 rm -rf conftest.dir
4337 mkdir conftest.dir
4338 # Copy depcomp to subdir because otherwise we won't find it if we're
4339 # using a relative directory.
4340 cp "$am_depcomp" conftest.dir
4341 cd conftest.dir
4342 # We will build objects and dependencies in a subdirectory because
4343 # it helps to detect inapplicable dependency modes. For instance
4344 # both Tru64's cc and ICC support -MD to output dependencies as a
4345 # side effect of compilation, but ICC will put the dependencies in
4346 # the current directory while Tru64 will put them in the object
4347 # directory.
4348 mkdir sub
4350 am_cv_CC_dependencies_compiler_type=none
4351 if test "$am_compiler_list" = ""; then
4352 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4354 am__universal=false
4355 case " $depcc " in #(
4356 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4357 esac
4359 for depmode in $am_compiler_list; do
4360 # Setup a source with many dependencies, because some compilers
4361 # like to wrap large dependency lists on column 80 (with \), and
4362 # we should not choose a depcomp mode which is confused by this.
4364 # We need to recreate these files for each test, as the compiler may
4365 # overwrite some of them when testing with obscure command lines.
4366 # This happens at least with the AIX C compiler.
4367 : > sub/conftest.c
4368 for i in 1 2 3 4 5 6; do
4369 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4370 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4371 # Solaris 10 /bin/sh.
4372 echo '/* dummy */' > sub/conftst$i.h
4373 done
4374 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4376 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4377 # mode. It turns out that the SunPro C++ compiler does not properly
4378 # handle '-M -o', and we need to detect this. Also, some Intel
4379 # versions had trouble with output in subdirs.
4380 am__obj=sub/conftest.${OBJEXT-o}
4381 am__minus_obj="-o $am__obj"
4382 case $depmode in
4383 gcc)
4384 # This depmode causes a compiler race in universal mode.
4385 test "$am__universal" = false || continue
4387 nosideeffect)
4388 # After this tag, mechanisms are not by side-effect, so they'll
4389 # only be used when explicitly requested.
4390 if test "x$enable_dependency_tracking" = xyes; then
4391 continue
4392 else
4393 break
4396 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4397 # This compiler won't grok '-c -o', but also, the minuso test has
4398 # not run yet. These depmodes are late enough in the game, and
4399 # so weak that their functioning should not be impacted.
4400 am__obj=conftest.${OBJEXT-o}
4401 am__minus_obj=
4403 none) break ;;
4404 esac
4405 if depmode=$depmode \
4406 source=sub/conftest.c object=$am__obj \
4407 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4408 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4409 >/dev/null 2>conftest.err &&
4410 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4411 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4412 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4413 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4414 # icc doesn't choke on unknown options, it will just issue warnings
4415 # or remarks (even with -Werror). So we grep stderr for any message
4416 # that says an option was ignored or not supported.
4417 # When given -MP, icc 7.0 and 7.1 complain thusly:
4418 # icc: Command line warning: ignoring option '-M'; no argument required
4419 # The diagnosis changed in icc 8.0:
4420 # icc: Command line remark: option '-MP' not supported
4421 if (grep 'ignoring option' conftest.err ||
4422 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4423 am_cv_CC_dependencies_compiler_type=$depmode
4424 break
4427 done
4429 cd ..
4430 rm -rf conftest.dir
4431 else
4432 am_cv_CC_dependencies_compiler_type=none
4436 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4437 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4438 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4441 test "x$enable_dependency_tracking" != xno \
4442 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4443 am__fastdepCC_TRUE=
4444 am__fastdepCC_FALSE='#'
4445 else
4446 am__fastdepCC_TRUE='#'
4447 am__fastdepCC_FALSE=
4451 # By default we simply use the C compiler to build assembly code.
4453 test "${CCAS+set}" = set || CCAS=$CC
4454 test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
4458 depcc="$CCAS" am_compiler_list=
4460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4461 $as_echo_n "checking dependency style of $depcc... " >&6; }
4462 if ${am_cv_CCAS_dependencies_compiler_type+:} false; then :
4463 $as_echo_n "(cached) " >&6
4464 else
4465 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4466 # We make a subdir and do the tests there. Otherwise we can end up
4467 # making bogus files that we don't know about and never remove. For
4468 # instance it was reported that on HP-UX the gcc test will end up
4469 # making a dummy file named 'D' -- because '-MD' means "put the output
4470 # in D".
4471 rm -rf conftest.dir
4472 mkdir conftest.dir
4473 # Copy depcomp to subdir because otherwise we won't find it if we're
4474 # using a relative directory.
4475 cp "$am_depcomp" conftest.dir
4476 cd conftest.dir
4477 # We will build objects and dependencies in a subdirectory because
4478 # it helps to detect inapplicable dependency modes. For instance
4479 # both Tru64's cc and ICC support -MD to output dependencies as a
4480 # side effect of compilation, but ICC will put the dependencies in
4481 # the current directory while Tru64 will put them in the object
4482 # directory.
4483 mkdir sub
4485 am_cv_CCAS_dependencies_compiler_type=none
4486 if test "$am_compiler_list" = ""; then
4487 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4489 am__universal=false
4492 for depmode in $am_compiler_list; do
4493 # Setup a source with many dependencies, because some compilers
4494 # like to wrap large dependency lists on column 80 (with \), and
4495 # we should not choose a depcomp mode which is confused by this.
4497 # We need to recreate these files for each test, as the compiler may
4498 # overwrite some of them when testing with obscure command lines.
4499 # This happens at least with the AIX C compiler.
4500 : > sub/conftest.c
4501 for i in 1 2 3 4 5 6; do
4502 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4503 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4504 # Solaris 10 /bin/sh.
4505 echo '/* dummy */' > sub/conftst$i.h
4506 done
4507 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4509 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4510 # mode. It turns out that the SunPro C++ compiler does not properly
4511 # handle '-M -o', and we need to detect this. Also, some Intel
4512 # versions had trouble with output in subdirs.
4513 am__obj=sub/conftest.${OBJEXT-o}
4514 am__minus_obj="-o $am__obj"
4515 case $depmode in
4516 gcc)
4517 # This depmode causes a compiler race in universal mode.
4518 test "$am__universal" = false || continue
4520 nosideeffect)
4521 # After this tag, mechanisms are not by side-effect, so they'll
4522 # only be used when explicitly requested.
4523 if test "x$enable_dependency_tracking" = xyes; then
4524 continue
4525 else
4526 break
4529 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4530 # This compiler won't grok '-c -o', but also, the minuso test has
4531 # not run yet. These depmodes are late enough in the game, and
4532 # so weak that their functioning should not be impacted.
4533 am__obj=conftest.${OBJEXT-o}
4534 am__minus_obj=
4536 none) break ;;
4537 esac
4538 if depmode=$depmode \
4539 source=sub/conftest.c object=$am__obj \
4540 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4541 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4542 >/dev/null 2>conftest.err &&
4543 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4544 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4545 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4546 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4547 # icc doesn't choke on unknown options, it will just issue warnings
4548 # or remarks (even with -Werror). So we grep stderr for any message
4549 # that says an option was ignored or not supported.
4550 # When given -MP, icc 7.0 and 7.1 complain thusly:
4551 # icc: Command line warning: ignoring option '-M'; no argument required
4552 # The diagnosis changed in icc 8.0:
4553 # icc: Command line remark: option '-MP' not supported
4554 if (grep 'ignoring option' conftest.err ||
4555 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4556 am_cv_CCAS_dependencies_compiler_type=$depmode
4557 break
4560 done
4562 cd ..
4563 rm -rf conftest.dir
4564 else
4565 am_cv_CCAS_dependencies_compiler_type=none
4569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CCAS_dependencies_compiler_type" >&5
4570 $as_echo "$am_cv_CCAS_dependencies_compiler_type" >&6; }
4571 CCASDEPMODE=depmode=$am_cv_CCAS_dependencies_compiler_type
4574 test "x$enable_dependency_tracking" != xno \
4575 && test "$am_cv_CCAS_dependencies_compiler_type" = gcc3; then
4576 am__fastdepCCAS_TRUE=
4577 am__fastdepCCAS_FALSE='#'
4578 else
4579 am__fastdepCCAS_TRUE='#'
4580 am__fastdepCCAS_FALSE=
4588 # In order to override CFLAGS_FOR_TARGET, all of our special flags go
4589 # in XCFLAGS. But we need them in CFLAGS during configury. So put them
4590 # in both places for now and restore CFLAGS at the end of config.
4591 save_CFLAGS="$CFLAGS"
4593 # Find other programs we need.
4594 if test -n "$ac_tool_prefix"; then
4595 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4596 set dummy ${ac_tool_prefix}ar; ac_word=$2
4597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4598 $as_echo_n "checking for $ac_word... " >&6; }
4599 if ${ac_cv_prog_AR+:} false; then :
4600 $as_echo_n "(cached) " >&6
4601 else
4602 if test -n "$AR"; then
4603 ac_cv_prog_AR="$AR" # Let the user override the test.
4604 else
4605 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4606 for as_dir in $PATH
4608 IFS=$as_save_IFS
4609 test -z "$as_dir" && as_dir=.
4610 for ac_exec_ext in '' $ac_executable_extensions; do
4611 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4612 ac_cv_prog_AR="${ac_tool_prefix}ar"
4613 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4614 break 2
4616 done
4617 done
4618 IFS=$as_save_IFS
4622 AR=$ac_cv_prog_AR
4623 if test -n "$AR"; then
4624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4625 $as_echo "$AR" >&6; }
4626 else
4627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4628 $as_echo "no" >&6; }
4633 if test -z "$ac_cv_prog_AR"; then
4634 ac_ct_AR=$AR
4635 # Extract the first word of "ar", so it can be a program name with args.
4636 set dummy ar; ac_word=$2
4637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4638 $as_echo_n "checking for $ac_word... " >&6; }
4639 if ${ac_cv_prog_ac_ct_AR+:} false; then :
4640 $as_echo_n "(cached) " >&6
4641 else
4642 if test -n "$ac_ct_AR"; then
4643 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4644 else
4645 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4646 for as_dir in $PATH
4648 IFS=$as_save_IFS
4649 test -z "$as_dir" && as_dir=.
4650 for ac_exec_ext in '' $ac_executable_extensions; do
4651 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4652 ac_cv_prog_ac_ct_AR="ar"
4653 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4654 break 2
4656 done
4657 done
4658 IFS=$as_save_IFS
4662 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4663 if test -n "$ac_ct_AR"; then
4664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4665 $as_echo "$ac_ct_AR" >&6; }
4666 else
4667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4668 $as_echo "no" >&6; }
4671 if test "x$ac_ct_AR" = x; then
4672 AR=""
4673 else
4674 case $cross_compiling:$ac_tool_warned in
4675 yes:)
4676 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4677 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4678 ac_tool_warned=yes ;;
4679 esac
4680 AR=$ac_ct_AR
4682 else
4683 AR="$ac_cv_prog_AR"
4686 if test -n "$ac_tool_prefix"; then
4687 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
4688 set dummy ${ac_tool_prefix}nm; ac_word=$2
4689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4690 $as_echo_n "checking for $ac_word... " >&6; }
4691 if ${ac_cv_prog_NM+:} false; then :
4692 $as_echo_n "(cached) " >&6
4693 else
4694 if test -n "$NM"; then
4695 ac_cv_prog_NM="$NM" # Let the user override the test.
4696 else
4697 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4698 for as_dir in $PATH
4700 IFS=$as_save_IFS
4701 test -z "$as_dir" && as_dir=.
4702 for ac_exec_ext in '' $ac_executable_extensions; do
4703 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4704 ac_cv_prog_NM="${ac_tool_prefix}nm"
4705 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4706 break 2
4708 done
4709 done
4710 IFS=$as_save_IFS
4714 NM=$ac_cv_prog_NM
4715 if test -n "$NM"; then
4716 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
4717 $as_echo "$NM" >&6; }
4718 else
4719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4720 $as_echo "no" >&6; }
4725 if test -z "$ac_cv_prog_NM"; then
4726 ac_ct_NM=$NM
4727 # Extract the first word of "nm", so it can be a program name with args.
4728 set dummy nm; ac_word=$2
4729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4730 $as_echo_n "checking for $ac_word... " >&6; }
4731 if ${ac_cv_prog_ac_ct_NM+:} false; then :
4732 $as_echo_n "(cached) " >&6
4733 else
4734 if test -n "$ac_ct_NM"; then
4735 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
4736 else
4737 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4738 for as_dir in $PATH
4740 IFS=$as_save_IFS
4741 test -z "$as_dir" && as_dir=.
4742 for ac_exec_ext in '' $ac_executable_extensions; do
4743 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4744 ac_cv_prog_ac_ct_NM="nm"
4745 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4746 break 2
4748 done
4749 done
4750 IFS=$as_save_IFS
4754 ac_ct_NM=$ac_cv_prog_ac_ct_NM
4755 if test -n "$ac_ct_NM"; then
4756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NM" >&5
4757 $as_echo "$ac_ct_NM" >&6; }
4758 else
4759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4760 $as_echo "no" >&6; }
4763 if test "x$ac_ct_NM" = x; then
4764 NM=""
4765 else
4766 case $cross_compiling:$ac_tool_warned in
4767 yes:)
4768 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4769 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4770 ac_tool_warned=yes ;;
4771 esac
4772 NM=$ac_ct_NM
4774 else
4775 NM="$ac_cv_prog_NM"
4778 if test -n "$ac_tool_prefix"; then
4779 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4780 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4782 $as_echo_n "checking for $ac_word... " >&6; }
4783 if ${ac_cv_prog_RANLIB+:} false; then :
4784 $as_echo_n "(cached) " >&6
4785 else
4786 if test -n "$RANLIB"; then
4787 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4788 else
4789 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4790 for as_dir in $PATH
4792 IFS=$as_save_IFS
4793 test -z "$as_dir" && as_dir=.
4794 for ac_exec_ext in '' $ac_executable_extensions; do
4795 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4796 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4797 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4798 break 2
4800 done
4801 done
4802 IFS=$as_save_IFS
4806 RANLIB=$ac_cv_prog_RANLIB
4807 if test -n "$RANLIB"; then
4808 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4809 $as_echo "$RANLIB" >&6; }
4810 else
4811 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4812 $as_echo "no" >&6; }
4817 if test -z "$ac_cv_prog_RANLIB"; then
4818 ac_ct_RANLIB=$RANLIB
4819 # Extract the first word of "ranlib", so it can be a program name with args.
4820 set dummy ranlib; ac_word=$2
4821 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4822 $as_echo_n "checking for $ac_word... " >&6; }
4823 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
4824 $as_echo_n "(cached) " >&6
4825 else
4826 if test -n "$ac_ct_RANLIB"; then
4827 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4828 else
4829 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4830 for as_dir in $PATH
4832 IFS=$as_save_IFS
4833 test -z "$as_dir" && as_dir=.
4834 for ac_exec_ext in '' $ac_executable_extensions; do
4835 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4836 ac_cv_prog_ac_ct_RANLIB="ranlib"
4837 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4838 break 2
4840 done
4841 done
4842 IFS=$as_save_IFS
4846 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4847 if test -n "$ac_ct_RANLIB"; then
4848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4849 $as_echo "$ac_ct_RANLIB" >&6; }
4850 else
4851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4852 $as_echo "no" >&6; }
4855 if test "x$ac_ct_RANLIB" = x; then
4856 RANLIB="ranlib-not-found-in-path-error"
4857 else
4858 case $cross_compiling:$ac_tool_warned in
4859 yes:)
4860 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4861 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4862 ac_tool_warned=yes ;;
4863 esac
4864 RANLIB=$ac_ct_RANLIB
4866 else
4867 RANLIB="$ac_cv_prog_RANLIB"
4870 # Extract the first word of "perl", so it can be a program name with args.
4871 set dummy perl; ac_word=$2
4872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4873 $as_echo_n "checking for $ac_word... " >&6; }
4874 if ${ac_cv_path_PERL+:} false; then :
4875 $as_echo_n "(cached) " >&6
4876 else
4877 case $PERL in
4878 [\\/]* | ?:[\\/]*)
4879 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
4882 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4883 for as_dir in $PATH
4885 IFS=$as_save_IFS
4886 test -z "$as_dir" && as_dir=.
4887 for ac_exec_ext in '' $ac_executable_extensions; do
4888 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4889 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
4890 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4891 break 2
4893 done
4894 done
4895 IFS=$as_save_IFS
4897 test -z "$ac_cv_path_PERL" && ac_cv_path_PERL="perl-not-found-in-path-error"
4899 esac
4901 PERL=$ac_cv_path_PERL
4902 if test -n "$PERL"; then
4903 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5
4904 $as_echo "$PERL" >&6; }
4905 else
4906 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4907 $as_echo "no" >&6; }
4913 # Configure libtool
4914 case `pwd` in
4915 *\ * | *\ *)
4916 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4917 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4918 esac
4922 macro_version='2.2.7a'
4923 macro_revision='1.3134'
4937 ltmain="$ac_aux_dir/ltmain.sh"
4939 # Backslashify metacharacters that are still active within
4940 # double-quoted strings.
4941 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
4943 # Same as above, but do not quote variable references.
4944 double_quote_subst='s/\(["`\\]\)/\\\1/g'
4946 # Sed substitution to delay expansion of an escaped shell variable in a
4947 # double_quote_subst'ed string.
4948 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4950 # Sed substitution to delay expansion of an escaped single quote.
4951 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4953 # Sed substitution to avoid accidental globbing in evaled expressions
4954 no_glob_subst='s/\*/\\\*/g'
4956 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4957 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4958 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4961 $as_echo_n "checking how to print strings... " >&6; }
4962 # Test print first, because it will be a builtin if present.
4963 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
4964 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4965 ECHO='print -r --'
4966 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4967 ECHO='printf %s\n'
4968 else
4969 # Use this function as a fallback that always works.
4970 func_fallback_echo ()
4972 eval 'cat <<_LTECHO_EOF
4974 _LTECHO_EOF'
4976 ECHO='func_fallback_echo'
4979 # func_echo_all arg...
4980 # Invoke $ECHO with all args, space-separated.
4981 func_echo_all ()
4983 $ECHO ""
4986 case "$ECHO" in
4987 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4988 $as_echo "printf" >&6; } ;;
4989 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4990 $as_echo "print -r" >&6; } ;;
4991 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4992 $as_echo "cat" >&6; } ;;
4993 esac
5008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5009 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5010 if ${ac_cv_path_SED+:} false; then :
5011 $as_echo_n "(cached) " >&6
5012 else
5013 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5014 for ac_i in 1 2 3 4 5 6 7; do
5015 ac_script="$ac_script$as_nl$ac_script"
5016 done
5017 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5018 { ac_script=; unset ac_script;}
5019 if test -z "$SED"; then
5020 ac_path_SED_found=false
5021 # Loop through the user's path and test for each of PROGNAME-LIST
5022 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5023 for as_dir in $PATH
5025 IFS=$as_save_IFS
5026 test -z "$as_dir" && as_dir=.
5027 for ac_prog in sed gsed; do
5028 for ac_exec_ext in '' $ac_executable_extensions; do
5029 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5030 as_fn_executable_p "$ac_path_SED" || continue
5031 # Check for GNU ac_path_SED and select it if it is found.
5032 # Check for GNU $ac_path_SED
5033 case `"$ac_path_SED" --version 2>&1` in
5034 *GNU*)
5035 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5037 ac_count=0
5038 $as_echo_n 0123456789 >"conftest.in"
5039 while :
5041 cat "conftest.in" "conftest.in" >"conftest.tmp"
5042 mv "conftest.tmp" "conftest.in"
5043 cp "conftest.in" "conftest.nl"
5044 $as_echo '' >> "conftest.nl"
5045 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5046 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5047 as_fn_arith $ac_count + 1 && ac_count=$as_val
5048 if test $ac_count -gt ${ac_path_SED_max-0}; then
5049 # Best one so far, save it but keep looking for a better one
5050 ac_cv_path_SED="$ac_path_SED"
5051 ac_path_SED_max=$ac_count
5053 # 10*(2^10) chars as input seems more than enough
5054 test $ac_count -gt 10 && break
5055 done
5056 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5057 esac
5059 $ac_path_SED_found && break 3
5060 done
5061 done
5062 done
5063 IFS=$as_save_IFS
5064 if test -z "$ac_cv_path_SED"; then
5065 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
5067 else
5068 ac_cv_path_SED=$SED
5072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5073 $as_echo "$ac_cv_path_SED" >&6; }
5074 SED="$ac_cv_path_SED"
5075 rm -f conftest.sed
5077 test -z "$SED" && SED=sed
5078 Xsed="$SED -e 1s/^X//"
5090 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5091 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5092 if ${ac_cv_path_GREP+:} false; then :
5093 $as_echo_n "(cached) " >&6
5094 else
5095 if test -z "$GREP"; then
5096 ac_path_GREP_found=false
5097 # Loop through the user's path and test for each of PROGNAME-LIST
5098 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5099 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5101 IFS=$as_save_IFS
5102 test -z "$as_dir" && as_dir=.
5103 for ac_prog in grep ggrep; do
5104 for ac_exec_ext in '' $ac_executable_extensions; do
5105 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5106 as_fn_executable_p "$ac_path_GREP" || continue
5107 # Check for GNU ac_path_GREP and select it if it is found.
5108 # Check for GNU $ac_path_GREP
5109 case `"$ac_path_GREP" --version 2>&1` in
5110 *GNU*)
5111 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5113 ac_count=0
5114 $as_echo_n 0123456789 >"conftest.in"
5115 while :
5117 cat "conftest.in" "conftest.in" >"conftest.tmp"
5118 mv "conftest.tmp" "conftest.in"
5119 cp "conftest.in" "conftest.nl"
5120 $as_echo 'GREP' >> "conftest.nl"
5121 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5122 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5123 as_fn_arith $ac_count + 1 && ac_count=$as_val
5124 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5125 # Best one so far, save it but keep looking for a better one
5126 ac_cv_path_GREP="$ac_path_GREP"
5127 ac_path_GREP_max=$ac_count
5129 # 10*(2^10) chars as input seems more than enough
5130 test $ac_count -gt 10 && break
5131 done
5132 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5133 esac
5135 $ac_path_GREP_found && break 3
5136 done
5137 done
5138 done
5139 IFS=$as_save_IFS
5140 if test -z "$ac_cv_path_GREP"; then
5141 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5143 else
5144 ac_cv_path_GREP=$GREP
5148 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5149 $as_echo "$ac_cv_path_GREP" >&6; }
5150 GREP="$ac_cv_path_GREP"
5153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5154 $as_echo_n "checking for egrep... " >&6; }
5155 if ${ac_cv_path_EGREP+:} false; then :
5156 $as_echo_n "(cached) " >&6
5157 else
5158 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5159 then ac_cv_path_EGREP="$GREP -E"
5160 else
5161 if test -z "$EGREP"; then
5162 ac_path_EGREP_found=false
5163 # Loop through the user's path and test for each of PROGNAME-LIST
5164 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5165 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5167 IFS=$as_save_IFS
5168 test -z "$as_dir" && as_dir=.
5169 for ac_prog in egrep; do
5170 for ac_exec_ext in '' $ac_executable_extensions; do
5171 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5172 as_fn_executable_p "$ac_path_EGREP" || continue
5173 # Check for GNU ac_path_EGREP and select it if it is found.
5174 # Check for GNU $ac_path_EGREP
5175 case `"$ac_path_EGREP" --version 2>&1` in
5176 *GNU*)
5177 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5179 ac_count=0
5180 $as_echo_n 0123456789 >"conftest.in"
5181 while :
5183 cat "conftest.in" "conftest.in" >"conftest.tmp"
5184 mv "conftest.tmp" "conftest.in"
5185 cp "conftest.in" "conftest.nl"
5186 $as_echo 'EGREP' >> "conftest.nl"
5187 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5188 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5189 as_fn_arith $ac_count + 1 && ac_count=$as_val
5190 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5191 # Best one so far, save it but keep looking for a better one
5192 ac_cv_path_EGREP="$ac_path_EGREP"
5193 ac_path_EGREP_max=$ac_count
5195 # 10*(2^10) chars as input seems more than enough
5196 test $ac_count -gt 10 && break
5197 done
5198 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5199 esac
5201 $ac_path_EGREP_found && break 3
5202 done
5203 done
5204 done
5205 IFS=$as_save_IFS
5206 if test -z "$ac_cv_path_EGREP"; then
5207 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5209 else
5210 ac_cv_path_EGREP=$EGREP
5215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5216 $as_echo "$ac_cv_path_EGREP" >&6; }
5217 EGREP="$ac_cv_path_EGREP"
5220 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5221 $as_echo_n "checking for fgrep... " >&6; }
5222 if ${ac_cv_path_FGREP+:} false; then :
5223 $as_echo_n "(cached) " >&6
5224 else
5225 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5226 then ac_cv_path_FGREP="$GREP -F"
5227 else
5228 if test -z "$FGREP"; then
5229 ac_path_FGREP_found=false
5230 # Loop through the user's path and test for each of PROGNAME-LIST
5231 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5232 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5234 IFS=$as_save_IFS
5235 test -z "$as_dir" && as_dir=.
5236 for ac_prog in fgrep; do
5237 for ac_exec_ext in '' $ac_executable_extensions; do
5238 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5239 as_fn_executable_p "$ac_path_FGREP" || continue
5240 # Check for GNU ac_path_FGREP and select it if it is found.
5241 # Check for GNU $ac_path_FGREP
5242 case `"$ac_path_FGREP" --version 2>&1` in
5243 *GNU*)
5244 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5246 ac_count=0
5247 $as_echo_n 0123456789 >"conftest.in"
5248 while :
5250 cat "conftest.in" "conftest.in" >"conftest.tmp"
5251 mv "conftest.tmp" "conftest.in"
5252 cp "conftest.in" "conftest.nl"
5253 $as_echo 'FGREP' >> "conftest.nl"
5254 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5255 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5256 as_fn_arith $ac_count + 1 && ac_count=$as_val
5257 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5258 # Best one so far, save it but keep looking for a better one
5259 ac_cv_path_FGREP="$ac_path_FGREP"
5260 ac_path_FGREP_max=$ac_count
5262 # 10*(2^10) chars as input seems more than enough
5263 test $ac_count -gt 10 && break
5264 done
5265 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5266 esac
5268 $ac_path_FGREP_found && break 3
5269 done
5270 done
5271 done
5272 IFS=$as_save_IFS
5273 if test -z "$ac_cv_path_FGREP"; then
5274 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5276 else
5277 ac_cv_path_FGREP=$FGREP
5282 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5283 $as_echo "$ac_cv_path_FGREP" >&6; }
5284 FGREP="$ac_cv_path_FGREP"
5287 test -z "$GREP" && GREP=grep
5307 # Check whether --with-gnu-ld was given.
5308 if test "${with_gnu_ld+set}" = set; then :
5309 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5310 else
5311 with_gnu_ld=no
5314 ac_prog=ld
5315 if test "$GCC" = yes; then
5316 # Check if gcc -print-prog-name=ld gives a path.
5317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5318 $as_echo_n "checking for ld used by $CC... " >&6; }
5319 case $host in
5320 *-*-mingw*)
5321 # gcc leaves a trailing carriage return which upsets mingw
5322 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5324 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5325 esac
5326 case $ac_prog in
5327 # Accept absolute paths.
5328 [\\/]* | ?:[\\/]*)
5329 re_direlt='/[^/][^/]*/\.\./'
5330 # Canonicalize the pathname of ld
5331 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5332 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5333 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5334 done
5335 test -z "$LD" && LD="$ac_prog"
5338 # If it fails, then pretend we aren't using GCC.
5339 ac_prog=ld
5342 # If it is relative, then search for the first ld in PATH.
5343 with_gnu_ld=unknown
5345 esac
5346 elif test "$with_gnu_ld" = yes; then
5347 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5348 $as_echo_n "checking for GNU ld... " >&6; }
5349 else
5350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5351 $as_echo_n "checking for non-GNU ld... " >&6; }
5353 if ${lt_cv_path_LD+:} false; then :
5354 $as_echo_n "(cached) " >&6
5355 else
5356 if test -z "$LD"; then
5357 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5358 for ac_dir in $PATH; do
5359 IFS="$lt_save_ifs"
5360 test -z "$ac_dir" && ac_dir=.
5361 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5362 lt_cv_path_LD="$ac_dir/$ac_prog"
5363 # Check to see if the program is GNU ld. I'd rather use --version,
5364 # but apparently some variants of GNU ld only accept -v.
5365 # Break only if it was the GNU/non-GNU ld that we prefer.
5366 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5367 *GNU* | *'with BFD'*)
5368 test "$with_gnu_ld" != no && break
5371 test "$with_gnu_ld" != yes && break
5373 esac
5375 done
5376 IFS="$lt_save_ifs"
5377 else
5378 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5382 LD="$lt_cv_path_LD"
5383 if test -n "$LD"; then
5384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5385 $as_echo "$LD" >&6; }
5386 else
5387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5388 $as_echo "no" >&6; }
5390 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
5391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5392 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5393 if ${lt_cv_prog_gnu_ld+:} false; then :
5394 $as_echo_n "(cached) " >&6
5395 else
5396 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5397 case `$LD -v 2>&1 </dev/null` in
5398 *GNU* | *'with BFD'*)
5399 lt_cv_prog_gnu_ld=yes
5402 lt_cv_prog_gnu_ld=no
5404 esac
5406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5407 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5408 with_gnu_ld=$lt_cv_prog_gnu_ld
5418 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5419 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5420 if ${lt_cv_path_NM+:} false; then :
5421 $as_echo_n "(cached) " >&6
5422 else
5423 if test -n "$NM"; then
5424 # Let the user override the test.
5425 lt_cv_path_NM="$NM"
5426 else
5427 lt_nm_to_check="${ac_tool_prefix}nm"
5428 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5429 lt_nm_to_check="$lt_nm_to_check nm"
5431 for lt_tmp_nm in $lt_nm_to_check; do
5432 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5433 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5434 IFS="$lt_save_ifs"
5435 test -z "$ac_dir" && ac_dir=.
5436 tmp_nm="$ac_dir/$lt_tmp_nm"
5437 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5438 # Check to see if the nm accepts a BSD-compat flag.
5439 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5440 # nm: unknown option "B" ignored
5441 # Tru64's nm complains that /dev/null is an invalid object file
5442 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5443 */dev/null* | *'Invalid file or object type'*)
5444 lt_cv_path_NM="$tmp_nm -B"
5445 break
5448 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5449 */dev/null*)
5450 lt_cv_path_NM="$tmp_nm -p"
5451 break
5454 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5455 continue # so that we can try to find one that supports BSD flags
5457 esac
5459 esac
5461 done
5462 IFS="$lt_save_ifs"
5463 done
5464 : ${lt_cv_path_NM=no}
5467 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5468 $as_echo "$lt_cv_path_NM" >&6; }
5469 if test "$lt_cv_path_NM" != "no"; then
5470 NM="$lt_cv_path_NM"
5471 else
5472 # Didn't find any BSD compatible name lister, look for dumpbin.
5473 if test -n "$DUMPBIN"; then :
5474 # Let the user override the test.
5475 else
5476 if test -n "$ac_tool_prefix"; then
5477 for ac_prog in dumpbin "link -dump"
5479 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5480 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5481 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5482 $as_echo_n "checking for $ac_word... " >&6; }
5483 if ${ac_cv_prog_DUMPBIN+:} false; then :
5484 $as_echo_n "(cached) " >&6
5485 else
5486 if test -n "$DUMPBIN"; then
5487 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5488 else
5489 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5490 for as_dir in $PATH
5492 IFS=$as_save_IFS
5493 test -z "$as_dir" && as_dir=.
5494 for ac_exec_ext in '' $ac_executable_extensions; do
5495 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5496 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5497 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5498 break 2
5500 done
5501 done
5502 IFS=$as_save_IFS
5506 DUMPBIN=$ac_cv_prog_DUMPBIN
5507 if test -n "$DUMPBIN"; then
5508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5509 $as_echo "$DUMPBIN" >&6; }
5510 else
5511 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5512 $as_echo "no" >&6; }
5516 test -n "$DUMPBIN" && break
5517 done
5519 if test -z "$DUMPBIN"; then
5520 ac_ct_DUMPBIN=$DUMPBIN
5521 for ac_prog in dumpbin "link -dump"
5523 # Extract the first word of "$ac_prog", so it can be a program name with args.
5524 set dummy $ac_prog; ac_word=$2
5525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5526 $as_echo_n "checking for $ac_word... " >&6; }
5527 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5528 $as_echo_n "(cached) " >&6
5529 else
5530 if test -n "$ac_ct_DUMPBIN"; then
5531 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5532 else
5533 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5534 for as_dir in $PATH
5536 IFS=$as_save_IFS
5537 test -z "$as_dir" && as_dir=.
5538 for ac_exec_ext in '' $ac_executable_extensions; do
5539 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5540 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5541 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5542 break 2
5544 done
5545 done
5546 IFS=$as_save_IFS
5550 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5551 if test -n "$ac_ct_DUMPBIN"; then
5552 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5553 $as_echo "$ac_ct_DUMPBIN" >&6; }
5554 else
5555 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5556 $as_echo "no" >&6; }
5560 test -n "$ac_ct_DUMPBIN" && break
5561 done
5563 if test "x$ac_ct_DUMPBIN" = x; then
5564 DUMPBIN=":"
5565 else
5566 case $cross_compiling:$ac_tool_warned in
5567 yes:)
5568 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5569 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5570 ac_tool_warned=yes ;;
5571 esac
5572 DUMPBIN=$ac_ct_DUMPBIN
5576 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5577 *COFF*)
5578 DUMPBIN="$DUMPBIN -symbols"
5581 DUMPBIN=:
5583 esac
5586 if test "$DUMPBIN" != ":"; then
5587 NM="$DUMPBIN"
5590 test -z "$NM" && NM=nm
5597 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5598 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5599 if ${lt_cv_nm_interface+:} false; then :
5600 $as_echo_n "(cached) " >&6
5601 else
5602 lt_cv_nm_interface="BSD nm"
5603 echo "int some_variable = 0;" > conftest.$ac_ext
5604 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5605 (eval "$ac_compile" 2>conftest.err)
5606 cat conftest.err >&5
5607 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5608 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5609 cat conftest.err >&5
5610 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5611 cat conftest.out >&5
5612 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5613 lt_cv_nm_interface="MS dumpbin"
5615 rm -f conftest*
5617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5618 $as_echo "$lt_cv_nm_interface" >&6; }
5620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5621 $as_echo_n "checking whether ln -s works... " >&6; }
5622 LN_S=$as_ln_s
5623 if test "$LN_S" = "ln -s"; then
5624 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5625 $as_echo "yes" >&6; }
5626 else
5627 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5628 $as_echo "no, using $LN_S" >&6; }
5631 # find the maximum length of command line arguments
5632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5633 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5634 if ${lt_cv_sys_max_cmd_len+:} false; then :
5635 $as_echo_n "(cached) " >&6
5636 else
5638 teststring="ABCD"
5640 case $build_os in
5641 msdosdjgpp*)
5642 # On DJGPP, this test can blow up pretty badly due to problems in libc
5643 # (any single argument exceeding 2000 bytes causes a buffer overrun
5644 # during glob expansion). Even if it were fixed, the result of this
5645 # check would be larger than it should be.
5646 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5649 gnu*)
5650 # Under GNU Hurd, this test is not required because there is
5651 # no limit to the length of command line arguments.
5652 # Libtool will interpret -1 as no limit whatsoever
5653 lt_cv_sys_max_cmd_len=-1;
5656 cygwin* | mingw* | cegcc*)
5657 # On Win9x/ME, this test blows up -- it succeeds, but takes
5658 # about 5 minutes as the teststring grows exponentially.
5659 # Worse, since 9x/ME are not pre-emptively multitasking,
5660 # you end up with a "frozen" computer, even though with patience
5661 # the test eventually succeeds (with a max line length of 256k).
5662 # Instead, let's just punt: use the minimum linelength reported by
5663 # all of the supported platforms: 8192 (on NT/2K/XP).
5664 lt_cv_sys_max_cmd_len=8192;
5667 mint*)
5668 # On MiNT this can take a long time and run out of memory.
5669 lt_cv_sys_max_cmd_len=8192;
5672 amigaos*)
5673 # On AmigaOS with pdksh, this test takes hours, literally.
5674 # So we just punt and use a minimum line length of 8192.
5675 lt_cv_sys_max_cmd_len=8192;
5678 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5679 # This has been around since 386BSD, at least. Likely further.
5680 if test -x /sbin/sysctl; then
5681 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5682 elif test -x /usr/sbin/sysctl; then
5683 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5684 else
5685 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5687 # And add a safety zone
5688 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5689 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5692 interix*)
5693 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5694 lt_cv_sys_max_cmd_len=196608
5697 osf*)
5698 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5699 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5700 # nice to cause kernel panics so lets avoid the loop below.
5701 # First set a reasonable default.
5702 lt_cv_sys_max_cmd_len=16384
5704 if test -x /sbin/sysconfig; then
5705 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5706 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5707 esac
5710 sco3.2v5*)
5711 lt_cv_sys_max_cmd_len=102400
5713 sysv5* | sco5v6* | sysv4.2uw2*)
5714 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5715 if test -n "$kargmax"; then
5716 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5717 else
5718 lt_cv_sys_max_cmd_len=32768
5722 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5723 if test -n "$lt_cv_sys_max_cmd_len"; then
5724 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5725 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5726 else
5727 # Make teststring a little bigger before we do anything with it.
5728 # a 1K string should be a reasonable start.
5729 for i in 1 2 3 4 5 6 7 8 ; do
5730 teststring=$teststring$teststring
5731 done
5732 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5733 # If test is not a shell built-in, we'll probably end up computing a
5734 # maximum length that is only half of the actual maximum length, but
5735 # we can't tell.
5736 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5737 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5738 test $i != 17 # 1/2 MB should be enough
5740 i=`expr $i + 1`
5741 teststring=$teststring$teststring
5742 done
5743 # Only check the string length outside the loop.
5744 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5745 teststring=
5746 # Add a significant safety factor because C++ compilers can tack on
5747 # massive amounts of additional arguments before passing them to the
5748 # linker. It appears as though 1/2 is a usable value.
5749 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5752 esac
5756 if test -n $lt_cv_sys_max_cmd_len ; then
5757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5758 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5759 else
5760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5761 $as_echo "none" >&6; }
5763 max_cmd_len=$lt_cv_sys_max_cmd_len
5770 : ${CP="cp -f"}
5771 : ${MV="mv -f"}
5772 : ${RM="rm -f"}
5774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5775 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5776 # Try some XSI features
5777 xsi_shell=no
5778 ( _lt_dummy="a/b/c"
5779 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5780 = c,a/b,, \
5781 && eval 'test $(( 1 + 1 )) -eq 2 \
5782 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5783 && xsi_shell=yes
5784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5785 $as_echo "$xsi_shell" >&6; }
5788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5789 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5790 lt_shell_append=no
5791 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5792 >/dev/null 2>&1 \
5793 && lt_shell_append=yes
5794 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5795 $as_echo "$lt_shell_append" >&6; }
5798 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5799 lt_unset=unset
5800 else
5801 lt_unset=false
5808 # test EBCDIC or ASCII
5809 case `echo X|tr X '\101'` in
5810 A) # ASCII based system
5811 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5812 lt_SP2NL='tr \040 \012'
5813 lt_NL2SP='tr \015\012 \040\040'
5815 *) # EBCDIC based system
5816 lt_SP2NL='tr \100 \n'
5817 lt_NL2SP='tr \r\n \100\100'
5819 esac
5829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5830 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5831 if ${lt_cv_ld_reload_flag+:} false; then :
5832 $as_echo_n "(cached) " >&6
5833 else
5834 lt_cv_ld_reload_flag='-r'
5836 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5837 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5838 reload_flag=$lt_cv_ld_reload_flag
5839 case $reload_flag in
5840 "" | " "*) ;;
5841 *) reload_flag=" $reload_flag" ;;
5842 esac
5843 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5844 case $host_os in
5845 darwin*)
5846 if test "$GCC" = yes; then
5847 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5848 else
5849 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5852 esac
5862 if test -n "$ac_tool_prefix"; then
5863 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5864 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5866 $as_echo_n "checking for $ac_word... " >&6; }
5867 if ${ac_cv_prog_OBJDUMP+:} false; then :
5868 $as_echo_n "(cached) " >&6
5869 else
5870 if test -n "$OBJDUMP"; then
5871 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5872 else
5873 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5874 for as_dir in $PATH
5876 IFS=$as_save_IFS
5877 test -z "$as_dir" && as_dir=.
5878 for ac_exec_ext in '' $ac_executable_extensions; do
5879 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5880 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5881 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5882 break 2
5884 done
5885 done
5886 IFS=$as_save_IFS
5890 OBJDUMP=$ac_cv_prog_OBJDUMP
5891 if test -n "$OBJDUMP"; then
5892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5893 $as_echo "$OBJDUMP" >&6; }
5894 else
5895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5896 $as_echo "no" >&6; }
5901 if test -z "$ac_cv_prog_OBJDUMP"; then
5902 ac_ct_OBJDUMP=$OBJDUMP
5903 # Extract the first word of "objdump", so it can be a program name with args.
5904 set dummy objdump; ac_word=$2
5905 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5906 $as_echo_n "checking for $ac_word... " >&6; }
5907 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5908 $as_echo_n "(cached) " >&6
5909 else
5910 if test -n "$ac_ct_OBJDUMP"; then
5911 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5912 else
5913 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5914 for as_dir in $PATH
5916 IFS=$as_save_IFS
5917 test -z "$as_dir" && as_dir=.
5918 for ac_exec_ext in '' $ac_executable_extensions; do
5919 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5920 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5921 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5922 break 2
5924 done
5925 done
5926 IFS=$as_save_IFS
5930 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5931 if test -n "$ac_ct_OBJDUMP"; then
5932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5933 $as_echo "$ac_ct_OBJDUMP" >&6; }
5934 else
5935 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5936 $as_echo "no" >&6; }
5939 if test "x$ac_ct_OBJDUMP" = x; then
5940 OBJDUMP="false"
5941 else
5942 case $cross_compiling:$ac_tool_warned in
5943 yes:)
5944 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5945 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5946 ac_tool_warned=yes ;;
5947 esac
5948 OBJDUMP=$ac_ct_OBJDUMP
5950 else
5951 OBJDUMP="$ac_cv_prog_OBJDUMP"
5954 test -z "$OBJDUMP" && OBJDUMP=objdump
5964 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5965 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5966 if ${lt_cv_deplibs_check_method+:} false; then :
5967 $as_echo_n "(cached) " >&6
5968 else
5969 lt_cv_file_magic_cmd='$MAGIC_CMD'
5970 lt_cv_file_magic_test_file=
5971 lt_cv_deplibs_check_method='unknown'
5972 # Need to set the preceding variable on all platforms that support
5973 # interlibrary dependencies.
5974 # 'none' -- dependencies not supported.
5975 # `unknown' -- same as none, but documents that we really don't know.
5976 # 'pass_all' -- all dependencies passed with no checks.
5977 # 'test_compile' -- check by making test program.
5978 # 'file_magic [[regex]]' -- check by looking for files in library path
5979 # which responds to the $file_magic_cmd with a given extended regex.
5980 # If you have `file' or equivalent on your system and you're not sure
5981 # whether `pass_all' will *always* work, you probably want this one.
5983 case $host_os in
5984 aix[4-9]*)
5985 lt_cv_deplibs_check_method=pass_all
5988 beos*)
5989 lt_cv_deplibs_check_method=pass_all
5992 bsdi[45]*)
5993 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5994 lt_cv_file_magic_cmd='/usr/bin/file -L'
5995 lt_cv_file_magic_test_file=/shlib/libc.so
5998 cygwin*)
5999 # func_win32_libid is a shell function defined in ltmain.sh
6000 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6001 lt_cv_file_magic_cmd='func_win32_libid'
6004 mingw* | pw32*)
6005 # Base MSYS/MinGW do not provide the 'file' command needed by
6006 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6007 # unless we find 'file', for example because we are cross-compiling.
6008 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6009 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6010 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6011 lt_cv_file_magic_cmd='func_win32_libid'
6012 else
6013 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6014 lt_cv_file_magic_cmd='$OBJDUMP -f'
6018 cegcc*)
6019 # use the weaker test based on 'objdump'. See mingw*.
6020 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6021 lt_cv_file_magic_cmd='$OBJDUMP -f'
6024 darwin* | rhapsody*)
6025 lt_cv_deplibs_check_method=pass_all
6028 freebsd* | dragonfly*)
6029 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6030 case $host_cpu in
6031 i*86 )
6032 # Not sure whether the presence of OpenBSD here was a mistake.
6033 # Let's accept both of them until this is cleared up.
6034 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6035 lt_cv_file_magic_cmd=/usr/bin/file
6036 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6038 esac
6039 else
6040 lt_cv_deplibs_check_method=pass_all
6044 gnu*)
6045 lt_cv_deplibs_check_method=pass_all
6048 haiku*)
6049 lt_cv_deplibs_check_method=pass_all
6052 hpux10.20* | hpux11*)
6053 lt_cv_file_magic_cmd=/usr/bin/file
6054 case $host_cpu in
6055 ia64*)
6056 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6057 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6059 hppa*64*)
6060 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]'
6061 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6064 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6065 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6067 esac
6070 interix[3-9]*)
6071 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6072 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6075 irix5* | irix6* | nonstopux*)
6076 case $LD in
6077 *-32|*"-32 ") libmagic=32-bit;;
6078 *-n32|*"-n32 ") libmagic=N32;;
6079 *-64|*"-64 ") libmagic=64-bit;;
6080 *) libmagic=never-match;;
6081 esac
6082 lt_cv_deplibs_check_method=pass_all
6085 # This must be Linux ELF.
6086 linux* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
6087 lt_cv_deplibs_check_method=pass_all
6090 netbsd*)
6091 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6092 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6093 else
6094 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6098 newos6*)
6099 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6100 lt_cv_file_magic_cmd=/usr/bin/file
6101 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6104 *nto* | *qnx*)
6105 lt_cv_deplibs_check_method=pass_all
6108 openbsd*)
6109 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6110 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6111 else
6112 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6116 osf3* | osf4* | osf5*)
6117 lt_cv_deplibs_check_method=pass_all
6120 rdos*)
6121 lt_cv_deplibs_check_method=pass_all
6124 solaris*)
6125 lt_cv_deplibs_check_method=pass_all
6128 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6129 lt_cv_deplibs_check_method=pass_all
6132 sysv4 | sysv4.3*)
6133 case $host_vendor in
6134 motorola)
6135 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]'
6136 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6138 ncr)
6139 lt_cv_deplibs_check_method=pass_all
6141 sequent)
6142 lt_cv_file_magic_cmd='/bin/file'
6143 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6145 sni)
6146 lt_cv_file_magic_cmd='/bin/file'
6147 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6148 lt_cv_file_magic_test_file=/lib/libc.so
6150 siemens)
6151 lt_cv_deplibs_check_method=pass_all
6154 lt_cv_deplibs_check_method=pass_all
6156 esac
6159 tpf*)
6160 lt_cv_deplibs_check_method=pass_all
6162 esac
6165 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6166 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6167 file_magic_cmd=$lt_cv_file_magic_cmd
6168 deplibs_check_method=$lt_cv_deplibs_check_method
6169 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6182 if test -n "$ac_tool_prefix"; then
6183 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6184 set dummy ${ac_tool_prefix}ar; ac_word=$2
6185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6186 $as_echo_n "checking for $ac_word... " >&6; }
6187 if ${ac_cv_prog_AR+:} false; then :
6188 $as_echo_n "(cached) " >&6
6189 else
6190 if test -n "$AR"; then
6191 ac_cv_prog_AR="$AR" # Let the user override the test.
6192 else
6193 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6194 for as_dir in $PATH
6196 IFS=$as_save_IFS
6197 test -z "$as_dir" && as_dir=.
6198 for ac_exec_ext in '' $ac_executable_extensions; do
6199 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6200 ac_cv_prog_AR="${ac_tool_prefix}ar"
6201 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6202 break 2
6204 done
6205 done
6206 IFS=$as_save_IFS
6210 AR=$ac_cv_prog_AR
6211 if test -n "$AR"; then
6212 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6213 $as_echo "$AR" >&6; }
6214 else
6215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6216 $as_echo "no" >&6; }
6221 if test -z "$ac_cv_prog_AR"; then
6222 ac_ct_AR=$AR
6223 # Extract the first word of "ar", so it can be a program name with args.
6224 set dummy ar; ac_word=$2
6225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6226 $as_echo_n "checking for $ac_word... " >&6; }
6227 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6228 $as_echo_n "(cached) " >&6
6229 else
6230 if test -n "$ac_ct_AR"; then
6231 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6232 else
6233 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6234 for as_dir in $PATH
6236 IFS=$as_save_IFS
6237 test -z "$as_dir" && as_dir=.
6238 for ac_exec_ext in '' $ac_executable_extensions; do
6239 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6240 ac_cv_prog_ac_ct_AR="ar"
6241 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6242 break 2
6244 done
6245 done
6246 IFS=$as_save_IFS
6250 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6251 if test -n "$ac_ct_AR"; then
6252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6253 $as_echo "$ac_ct_AR" >&6; }
6254 else
6255 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6256 $as_echo "no" >&6; }
6259 if test "x$ac_ct_AR" = x; then
6260 AR="false"
6261 else
6262 case $cross_compiling:$ac_tool_warned in
6263 yes:)
6264 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6265 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6266 ac_tool_warned=yes ;;
6267 esac
6268 AR=$ac_ct_AR
6270 else
6271 AR="$ac_cv_prog_AR"
6274 test -z "$AR" && AR=ar
6275 test -z "$AR_FLAGS" && AR_FLAGS=cru
6287 if test -n "$ac_tool_prefix"; then
6288 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6289 set dummy ${ac_tool_prefix}strip; ac_word=$2
6290 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6291 $as_echo_n "checking for $ac_word... " >&6; }
6292 if ${ac_cv_prog_STRIP+:} false; then :
6293 $as_echo_n "(cached) " >&6
6294 else
6295 if test -n "$STRIP"; then
6296 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6297 else
6298 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6299 for as_dir in $PATH
6301 IFS=$as_save_IFS
6302 test -z "$as_dir" && as_dir=.
6303 for ac_exec_ext in '' $ac_executable_extensions; do
6304 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6305 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6306 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6307 break 2
6309 done
6310 done
6311 IFS=$as_save_IFS
6315 STRIP=$ac_cv_prog_STRIP
6316 if test -n "$STRIP"; then
6317 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6318 $as_echo "$STRIP" >&6; }
6319 else
6320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6321 $as_echo "no" >&6; }
6326 if test -z "$ac_cv_prog_STRIP"; then
6327 ac_ct_STRIP=$STRIP
6328 # Extract the first word of "strip", so it can be a program name with args.
6329 set dummy strip; ac_word=$2
6330 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6331 $as_echo_n "checking for $ac_word... " >&6; }
6332 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6333 $as_echo_n "(cached) " >&6
6334 else
6335 if test -n "$ac_ct_STRIP"; then
6336 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6337 else
6338 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6339 for as_dir in $PATH
6341 IFS=$as_save_IFS
6342 test -z "$as_dir" && as_dir=.
6343 for ac_exec_ext in '' $ac_executable_extensions; do
6344 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6345 ac_cv_prog_ac_ct_STRIP="strip"
6346 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6347 break 2
6349 done
6350 done
6351 IFS=$as_save_IFS
6355 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6356 if test -n "$ac_ct_STRIP"; then
6357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6358 $as_echo "$ac_ct_STRIP" >&6; }
6359 else
6360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6361 $as_echo "no" >&6; }
6364 if test "x$ac_ct_STRIP" = x; then
6365 STRIP=":"
6366 else
6367 case $cross_compiling:$ac_tool_warned in
6368 yes:)
6369 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6370 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6371 ac_tool_warned=yes ;;
6372 esac
6373 STRIP=$ac_ct_STRIP
6375 else
6376 STRIP="$ac_cv_prog_STRIP"
6379 test -z "$STRIP" && STRIP=:
6386 if test -n "$ac_tool_prefix"; then
6387 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6388 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6390 $as_echo_n "checking for $ac_word... " >&6; }
6391 if ${ac_cv_prog_RANLIB+:} false; then :
6392 $as_echo_n "(cached) " >&6
6393 else
6394 if test -n "$RANLIB"; then
6395 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6396 else
6397 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6398 for as_dir in $PATH
6400 IFS=$as_save_IFS
6401 test -z "$as_dir" && as_dir=.
6402 for ac_exec_ext in '' $ac_executable_extensions; do
6403 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6404 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6405 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6406 break 2
6408 done
6409 done
6410 IFS=$as_save_IFS
6414 RANLIB=$ac_cv_prog_RANLIB
6415 if test -n "$RANLIB"; then
6416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6417 $as_echo "$RANLIB" >&6; }
6418 else
6419 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6420 $as_echo "no" >&6; }
6425 if test -z "$ac_cv_prog_RANLIB"; then
6426 ac_ct_RANLIB=$RANLIB
6427 # Extract the first word of "ranlib", so it can be a program name with args.
6428 set dummy ranlib; ac_word=$2
6429 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6430 $as_echo_n "checking for $ac_word... " >&6; }
6431 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6432 $as_echo_n "(cached) " >&6
6433 else
6434 if test -n "$ac_ct_RANLIB"; then
6435 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6436 else
6437 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6438 for as_dir in $PATH
6440 IFS=$as_save_IFS
6441 test -z "$as_dir" && as_dir=.
6442 for ac_exec_ext in '' $ac_executable_extensions; do
6443 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6444 ac_cv_prog_ac_ct_RANLIB="ranlib"
6445 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6446 break 2
6448 done
6449 done
6450 IFS=$as_save_IFS
6454 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6455 if test -n "$ac_ct_RANLIB"; then
6456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6457 $as_echo "$ac_ct_RANLIB" >&6; }
6458 else
6459 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6460 $as_echo "no" >&6; }
6463 if test "x$ac_ct_RANLIB" = x; then
6464 RANLIB=":"
6465 else
6466 case $cross_compiling:$ac_tool_warned in
6467 yes:)
6468 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6469 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6470 ac_tool_warned=yes ;;
6471 esac
6472 RANLIB=$ac_ct_RANLIB
6474 else
6475 RANLIB="$ac_cv_prog_RANLIB"
6478 test -z "$RANLIB" && RANLIB=:
6485 # Determine commands to create old-style static archives.
6486 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6487 old_postinstall_cmds='chmod 644 $oldlib'
6488 old_postuninstall_cmds=
6490 if test -n "$RANLIB"; then
6491 case $host_os in
6492 openbsd*)
6493 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6496 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6498 esac
6499 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6502 case $host_os in
6503 darwin*)
6504 lock_old_archive_extraction=yes ;;
6506 lock_old_archive_extraction=no ;;
6507 esac
6547 # If no C compiler was specified, use CC.
6548 LTCC=${LTCC-"$CC"}
6550 # If no C compiler flags were specified, use CFLAGS.
6551 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6553 # Allow CC to be a program name with arguments.
6554 compiler=$CC
6557 # Check for command to grab the raw symbol name followed by C symbol from nm.
6558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6559 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6560 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6561 $as_echo_n "(cached) " >&6
6562 else
6564 # These are sane defaults that work on at least a few old systems.
6565 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6567 # Character class describing NM global symbol codes.
6568 symcode='[BCDEGRST]'
6570 # Regexp to match symbols that can be accessed directly from C.
6571 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6573 # Define system-specific variables.
6574 case $host_os in
6575 aix*)
6576 symcode='[BCDT]'
6578 cygwin* | mingw* | pw32* | cegcc*)
6579 symcode='[ABCDGISTW]'
6581 hpux*)
6582 if test "$host_cpu" = ia64; then
6583 symcode='[ABCDEGRST]'
6586 irix* | nonstopux*)
6587 symcode='[BCDEGRST]'
6589 osf*)
6590 symcode='[BCDEGQRST]'
6592 solaris*)
6593 symcode='[BDRT]'
6595 sco3.2v5*)
6596 symcode='[DT]'
6598 sysv4.2uw2*)
6599 symcode='[DT]'
6601 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6602 symcode='[ABDT]'
6604 sysv4)
6605 symcode='[DFNSTU]'
6607 esac
6609 # If we're using GNU nm, then use its standard symbol codes.
6610 case `$NM -V 2>&1` in
6611 *GNU* | *'with BFD'*)
6612 symcode='[ABCDGIRSTW]' ;;
6613 esac
6615 # Transform an extracted symbol line into a proper C declaration.
6616 # Some systems (esp. on ia64) link data and code symbols differently,
6617 # so use this general approach.
6618 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6620 # Transform an extracted symbol line into symbol name and symbol address
6621 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6622 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'"
6624 # Handle CRLF in mingw tool chain
6625 opt_cr=
6626 case $build_os in
6627 mingw*)
6628 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6630 esac
6632 # Try without a prefix underscore, then with it.
6633 for ac_symprfx in "" "_"; do
6635 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6636 symxfrm="\\1 $ac_symprfx\\2 \\2"
6638 # Write the raw and C identifiers.
6639 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6640 # Fake it for dumpbin and say T for any non-static function
6641 # and D for any global variable.
6642 # Also find C++ and __fastcall symbols from MSVC++,
6643 # which start with @ or ?.
6644 lt_cv_sys_global_symbol_pipe="$AWK '"\
6645 " {last_section=section; section=\$ 3};"\
6646 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6647 " \$ 0!~/External *\|/{next};"\
6648 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6649 " {if(hide[section]) next};"\
6650 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6651 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6652 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6653 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6654 " ' prfx=^$ac_symprfx"
6655 else
6656 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6659 # Check to see that the pipe works correctly.
6660 pipe_works=no
6662 rm -f conftest*
6663 cat > conftest.$ac_ext <<_LT_EOF
6664 #ifdef __cplusplus
6665 extern "C" {
6666 #endif
6667 char nm_test_var;
6668 void nm_test_func(void);
6669 void nm_test_func(void){}
6670 #ifdef __cplusplus
6672 #endif
6673 int main(){nm_test_var='a';nm_test_func();return(0);}
6674 _LT_EOF
6676 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6677 (eval $ac_compile) 2>&5
6678 ac_status=$?
6679 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6680 test $ac_status = 0; }; then
6681 # Now try to grab the symbols.
6682 nlist=conftest.nm
6683 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6684 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6685 ac_status=$?
6686 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6687 test $ac_status = 0; } && test -s "$nlist"; then
6688 # Try sorting and uniquifying the output.
6689 if sort "$nlist" | uniq > "$nlist"T; then
6690 mv -f "$nlist"T "$nlist"
6691 else
6692 rm -f "$nlist"T
6695 # Make sure that we snagged all the symbols we need.
6696 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6697 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6698 cat <<_LT_EOF > conftest.$ac_ext
6699 #ifdef __cplusplus
6700 extern "C" {
6701 #endif
6703 _LT_EOF
6704 # Now generate the symbol file.
6705 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6707 cat <<_LT_EOF >> conftest.$ac_ext
6709 /* The mapping between symbol names and symbols. */
6710 const struct {
6711 const char *name;
6712 void *address;
6714 lt__PROGRAM__LTX_preloaded_symbols[] =
6716 { "@PROGRAM@", (void *) 0 },
6717 _LT_EOF
6718 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6719 cat <<\_LT_EOF >> conftest.$ac_ext
6720 {0, (void *) 0}
6723 /* This works around a problem in FreeBSD linker */
6724 #ifdef FREEBSD_WORKAROUND
6725 static const void *lt_preloaded_setup() {
6726 return lt__PROGRAM__LTX_preloaded_symbols;
6728 #endif
6730 #ifdef __cplusplus
6732 #endif
6733 _LT_EOF
6734 # Now try linking the two files.
6735 mv conftest.$ac_objext conftstm.$ac_objext
6736 lt_save_LIBS="$LIBS"
6737 lt_save_CFLAGS="$CFLAGS"
6738 LIBS="conftstm.$ac_objext"
6739 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6740 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6741 (eval $ac_link) 2>&5
6742 ac_status=$?
6743 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6744 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6745 pipe_works=yes
6747 LIBS="$lt_save_LIBS"
6748 CFLAGS="$lt_save_CFLAGS"
6749 else
6750 echo "cannot find nm_test_func in $nlist" >&5
6752 else
6753 echo "cannot find nm_test_var in $nlist" >&5
6755 else
6756 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6758 else
6759 echo "$progname: failed program was:" >&5
6760 cat conftest.$ac_ext >&5
6762 rm -rf conftest* conftst*
6764 # Do not use the global_symbol_pipe unless it works.
6765 if test "$pipe_works" = yes; then
6766 break
6767 else
6768 lt_cv_sys_global_symbol_pipe=
6770 done
6774 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6775 lt_cv_sys_global_symbol_to_cdecl=
6777 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6779 $as_echo "failed" >&6; }
6780 else
6781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6782 $as_echo "ok" >&6; }
6807 # Check whether --enable-libtool-lock was given.
6808 if test "${enable_libtool_lock+set}" = set; then :
6809 enableval=$enable_libtool_lock;
6812 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6814 # Some flags need to be propagated to the compiler or linker for good
6815 # libtool support.
6816 case $host in
6817 ia64-*-hpux*)
6818 # Find out which ABI we are using.
6819 echo 'int i;' > conftest.$ac_ext
6820 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6821 (eval $ac_compile) 2>&5
6822 ac_status=$?
6823 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6824 test $ac_status = 0; }; then
6825 case `/usr/bin/file conftest.$ac_objext` in
6826 *ELF-32*)
6827 HPUX_IA64_MODE="32"
6829 *ELF-64*)
6830 HPUX_IA64_MODE="64"
6832 esac
6834 rm -rf conftest*
6836 *-*-irix6*)
6837 # Find out which ABI we are using.
6838 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6839 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6840 (eval $ac_compile) 2>&5
6841 ac_status=$?
6842 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6843 test $ac_status = 0; }; then
6844 if test "$lt_cv_prog_gnu_ld" = yes; then
6845 case `/usr/bin/file conftest.$ac_objext` in
6846 *32-bit*)
6847 LD="${LD-ld} -melf32bsmip"
6849 *N32*)
6850 LD="${LD-ld} -melf32bmipn32"
6852 *64-bit*)
6853 LD="${LD-ld} -melf64bmip"
6855 esac
6856 else
6857 case `/usr/bin/file conftest.$ac_objext` in
6858 *32-bit*)
6859 LD="${LD-ld} -32"
6861 *N32*)
6862 LD="${LD-ld} -n32"
6864 *64-bit*)
6865 LD="${LD-ld} -64"
6867 esac
6870 rm -rf conftest*
6873 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6874 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6875 # Find out which ABI we are using.
6876 echo 'int i;' > conftest.$ac_ext
6877 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6878 (eval $ac_compile) 2>&5
6879 ac_status=$?
6880 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6881 test $ac_status = 0; }; then
6882 case `/usr/bin/file conftest.o` in
6883 *32-bit*)
6884 case $host in
6885 x86_64-*kfreebsd*-gnu)
6886 LD="${LD-ld} -m elf_i386_fbsd"
6888 x86_64-*linux*)
6889 case `/usr/bin/file conftest.o` in
6890 *x86-64*)
6891 LD="${LD-ld} -m elf32_x86_64"
6894 LD="${LD-ld} -m elf_i386"
6896 esac
6898 powerpc64le-*linux*)
6899 LD="${LD-ld} -m elf32lppclinux"
6901 powerpc64-*linux*)
6902 LD="${LD-ld} -m elf32ppclinux"
6904 s390x-*linux*)
6905 LD="${LD-ld} -m elf_s390"
6907 sparc64-*linux*)
6908 LD="${LD-ld} -m elf32_sparc"
6910 esac
6912 *64-bit*)
6913 case $host in
6914 x86_64-*kfreebsd*-gnu)
6915 LD="${LD-ld} -m elf_x86_64_fbsd"
6917 x86_64-*linux*)
6918 LD="${LD-ld} -m elf_x86_64"
6920 powerpcle-*linux*)
6921 LD="${LD-ld} -m elf64lppc"
6923 powerpc-*linux*)
6924 LD="${LD-ld} -m elf64ppc"
6926 s390*-*linux*|s390*-*tpf*)
6927 LD="${LD-ld} -m elf64_s390"
6929 sparc*-*linux*)
6930 LD="${LD-ld} -m elf64_sparc"
6932 esac
6934 esac
6936 rm -rf conftest*
6939 *-*-sco3.2v5*)
6940 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6941 SAVE_CFLAGS="$CFLAGS"
6942 CFLAGS="$CFLAGS -belf"
6943 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6944 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6945 if ${lt_cv_cc_needs_belf+:} false; then :
6946 $as_echo_n "(cached) " >&6
6947 else
6948 ac_ext=c
6949 ac_cpp='$CPP $CPPFLAGS'
6950 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6951 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6952 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6954 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6955 /* end confdefs.h. */
6958 main ()
6962 return 0;
6964 _ACEOF
6965 if ac_fn_c_try_link "$LINENO"; then :
6966 lt_cv_cc_needs_belf=yes
6967 else
6968 lt_cv_cc_needs_belf=no
6970 rm -f core conftest.err conftest.$ac_objext \
6971 conftest$ac_exeext conftest.$ac_ext
6972 ac_ext=c
6973 ac_cpp='$CPP $CPPFLAGS'
6974 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6975 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6976 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6980 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6981 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6982 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6983 CFLAGS="$SAVE_CFLAGS"
6986 sparc*-*solaris*)
6987 # Find out which ABI we are using.
6988 echo 'int i;' > conftest.$ac_ext
6989 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6990 (eval $ac_compile) 2>&5
6991 ac_status=$?
6992 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6993 test $ac_status = 0; }; then
6994 case `/usr/bin/file conftest.o` in
6995 *64-bit*)
6996 case $lt_cv_prog_gnu_ld in
6997 yes*) LD="${LD-ld} -m elf64_sparc" ;;
6999 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7000 LD="${LD-ld} -64"
7003 esac
7005 esac
7007 rm -rf conftest*
7009 esac
7011 need_locks="$enable_libtool_lock"
7014 case $host_os in
7015 rhapsody* | darwin*)
7016 if test -n "$ac_tool_prefix"; then
7017 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7018 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7020 $as_echo_n "checking for $ac_word... " >&6; }
7021 if ${ac_cv_prog_DSYMUTIL+:} false; then :
7022 $as_echo_n "(cached) " >&6
7023 else
7024 if test -n "$DSYMUTIL"; then
7025 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7026 else
7027 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7028 for as_dir in $PATH
7030 IFS=$as_save_IFS
7031 test -z "$as_dir" && as_dir=.
7032 for ac_exec_ext in '' $ac_executable_extensions; do
7033 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7034 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7035 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7036 break 2
7038 done
7039 done
7040 IFS=$as_save_IFS
7044 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7045 if test -n "$DSYMUTIL"; then
7046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7047 $as_echo "$DSYMUTIL" >&6; }
7048 else
7049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7050 $as_echo "no" >&6; }
7055 if test -z "$ac_cv_prog_DSYMUTIL"; then
7056 ac_ct_DSYMUTIL=$DSYMUTIL
7057 # Extract the first word of "dsymutil", so it can be a program name with args.
7058 set dummy dsymutil; ac_word=$2
7059 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7060 $as_echo_n "checking for $ac_word... " >&6; }
7061 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7062 $as_echo_n "(cached) " >&6
7063 else
7064 if test -n "$ac_ct_DSYMUTIL"; then
7065 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7066 else
7067 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7068 for as_dir in $PATH
7070 IFS=$as_save_IFS
7071 test -z "$as_dir" && as_dir=.
7072 for ac_exec_ext in '' $ac_executable_extensions; do
7073 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7074 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7075 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7076 break 2
7078 done
7079 done
7080 IFS=$as_save_IFS
7084 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7085 if test -n "$ac_ct_DSYMUTIL"; then
7086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7087 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7088 else
7089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7090 $as_echo "no" >&6; }
7093 if test "x$ac_ct_DSYMUTIL" = x; then
7094 DSYMUTIL=":"
7095 else
7096 case $cross_compiling:$ac_tool_warned in
7097 yes:)
7098 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7099 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7100 ac_tool_warned=yes ;;
7101 esac
7102 DSYMUTIL=$ac_ct_DSYMUTIL
7104 else
7105 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7108 if test -n "$ac_tool_prefix"; then
7109 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7110 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7112 $as_echo_n "checking for $ac_word... " >&6; }
7113 if ${ac_cv_prog_NMEDIT+:} false; then :
7114 $as_echo_n "(cached) " >&6
7115 else
7116 if test -n "$NMEDIT"; then
7117 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7118 else
7119 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7120 for as_dir in $PATH
7122 IFS=$as_save_IFS
7123 test -z "$as_dir" && as_dir=.
7124 for ac_exec_ext in '' $ac_executable_extensions; do
7125 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7126 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7127 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7128 break 2
7130 done
7131 done
7132 IFS=$as_save_IFS
7136 NMEDIT=$ac_cv_prog_NMEDIT
7137 if test -n "$NMEDIT"; then
7138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7139 $as_echo "$NMEDIT" >&6; }
7140 else
7141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7142 $as_echo "no" >&6; }
7147 if test -z "$ac_cv_prog_NMEDIT"; then
7148 ac_ct_NMEDIT=$NMEDIT
7149 # Extract the first word of "nmedit", so it can be a program name with args.
7150 set dummy nmedit; ac_word=$2
7151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7152 $as_echo_n "checking for $ac_word... " >&6; }
7153 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7154 $as_echo_n "(cached) " >&6
7155 else
7156 if test -n "$ac_ct_NMEDIT"; then
7157 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7158 else
7159 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7160 for as_dir in $PATH
7162 IFS=$as_save_IFS
7163 test -z "$as_dir" && as_dir=.
7164 for ac_exec_ext in '' $ac_executable_extensions; do
7165 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7166 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7167 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7168 break 2
7170 done
7171 done
7172 IFS=$as_save_IFS
7176 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7177 if test -n "$ac_ct_NMEDIT"; then
7178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7179 $as_echo "$ac_ct_NMEDIT" >&6; }
7180 else
7181 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7182 $as_echo "no" >&6; }
7185 if test "x$ac_ct_NMEDIT" = x; then
7186 NMEDIT=":"
7187 else
7188 case $cross_compiling:$ac_tool_warned in
7189 yes:)
7190 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7191 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7192 ac_tool_warned=yes ;;
7193 esac
7194 NMEDIT=$ac_ct_NMEDIT
7196 else
7197 NMEDIT="$ac_cv_prog_NMEDIT"
7200 if test -n "$ac_tool_prefix"; then
7201 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7202 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7203 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7204 $as_echo_n "checking for $ac_word... " >&6; }
7205 if ${ac_cv_prog_LIPO+:} false; then :
7206 $as_echo_n "(cached) " >&6
7207 else
7208 if test -n "$LIPO"; then
7209 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7210 else
7211 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7212 for as_dir in $PATH
7214 IFS=$as_save_IFS
7215 test -z "$as_dir" && as_dir=.
7216 for ac_exec_ext in '' $ac_executable_extensions; do
7217 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7218 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7219 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7220 break 2
7222 done
7223 done
7224 IFS=$as_save_IFS
7228 LIPO=$ac_cv_prog_LIPO
7229 if test -n "$LIPO"; then
7230 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7231 $as_echo "$LIPO" >&6; }
7232 else
7233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7234 $as_echo "no" >&6; }
7239 if test -z "$ac_cv_prog_LIPO"; then
7240 ac_ct_LIPO=$LIPO
7241 # Extract the first word of "lipo", so it can be a program name with args.
7242 set dummy lipo; ac_word=$2
7243 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7244 $as_echo_n "checking for $ac_word... " >&6; }
7245 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7246 $as_echo_n "(cached) " >&6
7247 else
7248 if test -n "$ac_ct_LIPO"; then
7249 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7250 else
7251 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7252 for as_dir in $PATH
7254 IFS=$as_save_IFS
7255 test -z "$as_dir" && as_dir=.
7256 for ac_exec_ext in '' $ac_executable_extensions; do
7257 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7258 ac_cv_prog_ac_ct_LIPO="lipo"
7259 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7260 break 2
7262 done
7263 done
7264 IFS=$as_save_IFS
7268 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7269 if test -n "$ac_ct_LIPO"; then
7270 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7271 $as_echo "$ac_ct_LIPO" >&6; }
7272 else
7273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7274 $as_echo "no" >&6; }
7277 if test "x$ac_ct_LIPO" = x; then
7278 LIPO=":"
7279 else
7280 case $cross_compiling:$ac_tool_warned in
7281 yes:)
7282 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7283 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7284 ac_tool_warned=yes ;;
7285 esac
7286 LIPO=$ac_ct_LIPO
7288 else
7289 LIPO="$ac_cv_prog_LIPO"
7292 if test -n "$ac_tool_prefix"; then
7293 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7294 set dummy ${ac_tool_prefix}otool; ac_word=$2
7295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7296 $as_echo_n "checking for $ac_word... " >&6; }
7297 if ${ac_cv_prog_OTOOL+:} false; then :
7298 $as_echo_n "(cached) " >&6
7299 else
7300 if test -n "$OTOOL"; then
7301 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7302 else
7303 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7304 for as_dir in $PATH
7306 IFS=$as_save_IFS
7307 test -z "$as_dir" && as_dir=.
7308 for ac_exec_ext in '' $ac_executable_extensions; do
7309 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7310 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7311 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7312 break 2
7314 done
7315 done
7316 IFS=$as_save_IFS
7320 OTOOL=$ac_cv_prog_OTOOL
7321 if test -n "$OTOOL"; then
7322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7323 $as_echo "$OTOOL" >&6; }
7324 else
7325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7326 $as_echo "no" >&6; }
7331 if test -z "$ac_cv_prog_OTOOL"; then
7332 ac_ct_OTOOL=$OTOOL
7333 # Extract the first word of "otool", so it can be a program name with args.
7334 set dummy otool; ac_word=$2
7335 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7336 $as_echo_n "checking for $ac_word... " >&6; }
7337 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7338 $as_echo_n "(cached) " >&6
7339 else
7340 if test -n "$ac_ct_OTOOL"; then
7341 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7342 else
7343 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7344 for as_dir in $PATH
7346 IFS=$as_save_IFS
7347 test -z "$as_dir" && as_dir=.
7348 for ac_exec_ext in '' $ac_executable_extensions; do
7349 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7350 ac_cv_prog_ac_ct_OTOOL="otool"
7351 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7352 break 2
7354 done
7355 done
7356 IFS=$as_save_IFS
7360 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7361 if test -n "$ac_ct_OTOOL"; then
7362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7363 $as_echo "$ac_ct_OTOOL" >&6; }
7364 else
7365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7366 $as_echo "no" >&6; }
7369 if test "x$ac_ct_OTOOL" = x; then
7370 OTOOL=":"
7371 else
7372 case $cross_compiling:$ac_tool_warned in
7373 yes:)
7374 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7375 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7376 ac_tool_warned=yes ;;
7377 esac
7378 OTOOL=$ac_ct_OTOOL
7380 else
7381 OTOOL="$ac_cv_prog_OTOOL"
7384 if test -n "$ac_tool_prefix"; then
7385 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7386 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7387 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7388 $as_echo_n "checking for $ac_word... " >&6; }
7389 if ${ac_cv_prog_OTOOL64+:} false; then :
7390 $as_echo_n "(cached) " >&6
7391 else
7392 if test -n "$OTOOL64"; then
7393 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7394 else
7395 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7396 for as_dir in $PATH
7398 IFS=$as_save_IFS
7399 test -z "$as_dir" && as_dir=.
7400 for ac_exec_ext in '' $ac_executable_extensions; do
7401 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7402 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7403 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7404 break 2
7406 done
7407 done
7408 IFS=$as_save_IFS
7412 OTOOL64=$ac_cv_prog_OTOOL64
7413 if test -n "$OTOOL64"; then
7414 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7415 $as_echo "$OTOOL64" >&6; }
7416 else
7417 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7418 $as_echo "no" >&6; }
7423 if test -z "$ac_cv_prog_OTOOL64"; then
7424 ac_ct_OTOOL64=$OTOOL64
7425 # Extract the first word of "otool64", so it can be a program name with args.
7426 set dummy otool64; ac_word=$2
7427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7428 $as_echo_n "checking for $ac_word... " >&6; }
7429 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7430 $as_echo_n "(cached) " >&6
7431 else
7432 if test -n "$ac_ct_OTOOL64"; then
7433 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7434 else
7435 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7436 for as_dir in $PATH
7438 IFS=$as_save_IFS
7439 test -z "$as_dir" && as_dir=.
7440 for ac_exec_ext in '' $ac_executable_extensions; do
7441 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7442 ac_cv_prog_ac_ct_OTOOL64="otool64"
7443 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7444 break 2
7446 done
7447 done
7448 IFS=$as_save_IFS
7452 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7453 if test -n "$ac_ct_OTOOL64"; then
7454 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7455 $as_echo "$ac_ct_OTOOL64" >&6; }
7456 else
7457 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7458 $as_echo "no" >&6; }
7461 if test "x$ac_ct_OTOOL64" = x; then
7462 OTOOL64=":"
7463 else
7464 case $cross_compiling:$ac_tool_warned in
7465 yes:)
7466 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7467 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7468 ac_tool_warned=yes ;;
7469 esac
7470 OTOOL64=$ac_ct_OTOOL64
7472 else
7473 OTOOL64="$ac_cv_prog_OTOOL64"
7502 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7503 $as_echo_n "checking for -single_module linker flag... " >&6; }
7504 if ${lt_cv_apple_cc_single_mod+:} false; then :
7505 $as_echo_n "(cached) " >&6
7506 else
7507 lt_cv_apple_cc_single_mod=no
7508 if test -z "${LT_MULTI_MODULE}"; then
7509 # By default we will add the -single_module flag. You can override
7510 # by either setting the environment variable LT_MULTI_MODULE
7511 # non-empty at configure time, or by adding -multi_module to the
7512 # link flags.
7513 rm -rf libconftest.dylib*
7514 echo "int foo(void){return 1;}" > conftest.c
7515 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7516 -dynamiclib -Wl,-single_module conftest.c" >&5
7517 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7518 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7519 _lt_result=$?
7520 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7521 lt_cv_apple_cc_single_mod=yes
7522 else
7523 cat conftest.err >&5
7525 rm -rf libconftest.dylib*
7526 rm -f conftest.*
7529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7530 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7531 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7532 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7533 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7534 $as_echo_n "(cached) " >&6
7535 else
7536 lt_cv_ld_exported_symbols_list=no
7537 save_LDFLAGS=$LDFLAGS
7538 echo "_main" > conftest.sym
7539 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7540 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7541 /* end confdefs.h. */
7544 main ()
7548 return 0;
7550 _ACEOF
7551 if ac_fn_c_try_link "$LINENO"; then :
7552 lt_cv_ld_exported_symbols_list=yes
7553 else
7554 lt_cv_ld_exported_symbols_list=no
7556 rm -f core conftest.err conftest.$ac_objext \
7557 conftest$ac_exeext conftest.$ac_ext
7558 LDFLAGS="$save_LDFLAGS"
7561 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7562 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7564 $as_echo_n "checking for -force_load linker flag... " >&6; }
7565 if ${lt_cv_ld_force_load+:} false; then :
7566 $as_echo_n "(cached) " >&6
7567 else
7568 lt_cv_ld_force_load=no
7569 cat > conftest.c << _LT_EOF
7570 int forced_loaded() { return 2;}
7571 _LT_EOF
7572 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7573 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7574 echo "$AR cru libconftest.a conftest.o" >&5
7575 $AR cru libconftest.a conftest.o 2>&5
7576 cat > conftest.c << _LT_EOF
7577 int main() { return 0;}
7578 _LT_EOF
7579 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7580 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7581 _lt_result=$?
7582 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7583 lt_cv_ld_force_load=yes
7584 else
7585 cat conftest.err >&5
7587 rm -f conftest.err libconftest.a conftest conftest.c
7588 rm -rf conftest.dSYM
7591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7592 $as_echo "$lt_cv_ld_force_load" >&6; }
7593 # Allow for Darwin 4-7 (macOS 10.0-10.3) although these are not expect to
7594 # build without first building modern cctools / linker.
7595 case $host_cpu-$host_os in
7596 *-rhapsody* | *-darwin1.[012])
7597 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7598 *-darwin1.*)
7599 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7600 *-darwin*)
7601 # darwin 5.x (macOS 10.1) onwards we only need to adjust when the
7602 # deployment target is forced to an earlier version.
7603 case ${MACOSX_DEPLOYMENT_TARGET-UNSET},$host in
7604 UNSET,*-darwin[89]*|UNSET,*-darwin[12][0123456789]*)
7606 10.[012][,.]*)
7607 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress'
7611 esac
7613 esac
7614 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7615 _lt_dar_single_mod='$single_module'
7617 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7618 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7619 else
7620 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7622 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7623 _lt_dsymutil='~$DSYMUTIL $lib || :'
7624 else
7625 _lt_dsymutil=
7628 esac
7630 ac_ext=c
7631 ac_cpp='$CPP $CPPFLAGS'
7632 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7633 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7634 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
7636 $as_echo_n "checking how to run the C preprocessor... " >&6; }
7637 # On Suns, sometimes $CPP names a directory.
7638 if test -n "$CPP" && test -d "$CPP"; then
7639 CPP=
7641 if test -z "$CPP"; then
7642 if ${ac_cv_prog_CPP+:} false; then :
7643 $as_echo_n "(cached) " >&6
7644 else
7645 # Double quotes because CPP needs to be expanded
7646 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
7648 ac_preproc_ok=false
7649 for ac_c_preproc_warn_flag in '' yes
7651 # Use a header file that comes with gcc, so configuring glibc
7652 # with a fresh cross-compiler works.
7653 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7654 # <limits.h> exists even on freestanding compilers.
7655 # On the NeXT, cc -E runs the code through the compiler's parser,
7656 # not just through cpp. "Syntax error" is here to catch this case.
7657 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7658 /* end confdefs.h. */
7659 #ifdef __STDC__
7660 # include <limits.h>
7661 #else
7662 # include <assert.h>
7663 #endif
7664 Syntax error
7665 _ACEOF
7666 if ac_fn_c_try_cpp "$LINENO"; then :
7668 else
7669 # Broken: fails on valid input.
7670 continue
7672 rm -f conftest.err conftest.i conftest.$ac_ext
7674 # OK, works on sane cases. Now check whether nonexistent headers
7675 # can be detected and how.
7676 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7677 /* end confdefs.h. */
7678 #include <ac_nonexistent.h>
7679 _ACEOF
7680 if ac_fn_c_try_cpp "$LINENO"; then :
7681 # Broken: success on invalid input.
7682 continue
7683 else
7684 # Passes both tests.
7685 ac_preproc_ok=:
7686 break
7688 rm -f conftest.err conftest.i conftest.$ac_ext
7690 done
7691 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7692 rm -f conftest.i conftest.err conftest.$ac_ext
7693 if $ac_preproc_ok; then :
7694 break
7697 done
7698 ac_cv_prog_CPP=$CPP
7701 CPP=$ac_cv_prog_CPP
7702 else
7703 ac_cv_prog_CPP=$CPP
7705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
7706 $as_echo "$CPP" >&6; }
7707 ac_preproc_ok=false
7708 for ac_c_preproc_warn_flag in '' yes
7710 # Use a header file that comes with gcc, so configuring glibc
7711 # with a fresh cross-compiler works.
7712 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7713 # <limits.h> exists even on freestanding compilers.
7714 # On the NeXT, cc -E runs the code through the compiler's parser,
7715 # not just through cpp. "Syntax error" is here to catch this case.
7716 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7717 /* end confdefs.h. */
7718 #ifdef __STDC__
7719 # include <limits.h>
7720 #else
7721 # include <assert.h>
7722 #endif
7723 Syntax error
7724 _ACEOF
7725 if ac_fn_c_try_cpp "$LINENO"; then :
7727 else
7728 # Broken: fails on valid input.
7729 continue
7731 rm -f conftest.err conftest.i conftest.$ac_ext
7733 # OK, works on sane cases. Now check whether nonexistent headers
7734 # can be detected and how.
7735 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7736 /* end confdefs.h. */
7737 #include <ac_nonexistent.h>
7738 _ACEOF
7739 if ac_fn_c_try_cpp "$LINENO"; then :
7740 # Broken: success on invalid input.
7741 continue
7742 else
7743 # Passes both tests.
7744 ac_preproc_ok=:
7745 break
7747 rm -f conftest.err conftest.i conftest.$ac_ext
7749 done
7750 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7751 rm -f conftest.i conftest.err conftest.$ac_ext
7752 if $ac_preproc_ok; then :
7754 else
7755 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7756 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7757 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
7758 See \`config.log' for more details" "$LINENO" 5; }
7761 ac_ext=c
7762 ac_cpp='$CPP $CPPFLAGS'
7763 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7764 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7765 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
7769 $as_echo_n "checking for ANSI C header files... " >&6; }
7770 if ${ac_cv_header_stdc+:} false; then :
7771 $as_echo_n "(cached) " >&6
7772 else
7773 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7774 /* end confdefs.h. */
7775 #include <stdlib.h>
7776 #include <stdarg.h>
7777 #include <string.h>
7778 #include <float.h>
7781 main ()
7785 return 0;
7787 _ACEOF
7788 if ac_fn_c_try_compile "$LINENO"; then :
7789 ac_cv_header_stdc=yes
7790 else
7791 ac_cv_header_stdc=no
7793 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7795 if test $ac_cv_header_stdc = yes; then
7796 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7797 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7798 /* end confdefs.h. */
7799 #include <string.h>
7801 _ACEOF
7802 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7803 $EGREP "memchr" >/dev/null 2>&1; then :
7805 else
7806 ac_cv_header_stdc=no
7808 rm -f conftest*
7812 if test $ac_cv_header_stdc = yes; then
7813 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7814 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7815 /* end confdefs.h. */
7816 #include <stdlib.h>
7818 _ACEOF
7819 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7820 $EGREP "free" >/dev/null 2>&1; then :
7822 else
7823 ac_cv_header_stdc=no
7825 rm -f conftest*
7829 if test $ac_cv_header_stdc = yes; then
7830 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7831 if test "$cross_compiling" = yes; then :
7833 else
7834 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7835 /* end confdefs.h. */
7836 #include <ctype.h>
7837 #include <stdlib.h>
7838 #if ((' ' & 0x0FF) == 0x020)
7839 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7840 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7841 #else
7842 # define ISLOWER(c) \
7843 (('a' <= (c) && (c) <= 'i') \
7844 || ('j' <= (c) && (c) <= 'r') \
7845 || ('s' <= (c) && (c) <= 'z'))
7846 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7847 #endif
7849 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7851 main ()
7853 int i;
7854 for (i = 0; i < 256; i++)
7855 if (XOR (islower (i), ISLOWER (i))
7856 || toupper (i) != TOUPPER (i))
7857 return 2;
7858 return 0;
7860 _ACEOF
7861 if ac_fn_c_try_run "$LINENO"; then :
7863 else
7864 ac_cv_header_stdc=no
7866 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7867 conftest.$ac_objext conftest.beam conftest.$ac_ext
7872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
7873 $as_echo "$ac_cv_header_stdc" >&6; }
7874 if test $ac_cv_header_stdc = yes; then
7876 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
7880 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7881 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7882 inttypes.h stdint.h unistd.h
7883 do :
7884 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7885 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7887 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7888 cat >>confdefs.h <<_ACEOF
7889 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7890 _ACEOF
7894 done
7897 for ac_header in dlfcn.h
7898 do :
7899 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7901 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7902 cat >>confdefs.h <<_ACEOF
7903 #define HAVE_DLFCN_H 1
7904 _ACEOF
7908 done
7914 # Set options
7918 enable_dlopen=no
7921 enable_win32_dll=no
7924 # Check whether --enable-shared was given.
7925 if test "${enable_shared+set}" = set; then :
7926 enableval=$enable_shared; p=${PACKAGE-default}
7927 case $enableval in
7928 yes) enable_shared=yes ;;
7929 no) enable_shared=no ;;
7931 enable_shared=no
7932 # Look at the argument we got. We use all the common list separators.
7933 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7934 for pkg in $enableval; do
7935 IFS="$lt_save_ifs"
7936 if test "X$pkg" = "X$p"; then
7937 enable_shared=yes
7939 done
7940 IFS="$lt_save_ifs"
7942 esac
7943 else
7944 enable_shared=yes
7955 # Check whether --enable-static was given.
7956 if test "${enable_static+set}" = set; then :
7957 enableval=$enable_static; p=${PACKAGE-default}
7958 case $enableval in
7959 yes) enable_static=yes ;;
7960 no) enable_static=no ;;
7962 enable_static=no
7963 # Look at the argument we got. We use all the common list separators.
7964 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7965 for pkg in $enableval; do
7966 IFS="$lt_save_ifs"
7967 if test "X$pkg" = "X$p"; then
7968 enable_static=yes
7970 done
7971 IFS="$lt_save_ifs"
7973 esac
7974 else
7975 enable_static=yes
7987 # Check whether --with-pic was given.
7988 if test "${with_pic+set}" = set; then :
7989 withval=$with_pic; pic_mode="$withval"
7990 else
7991 pic_mode=default
7995 test -z "$pic_mode" && pic_mode=default
8003 # Check whether --enable-fast-install was given.
8004 if test "${enable_fast_install+set}" = set; then :
8005 enableval=$enable_fast_install; p=${PACKAGE-default}
8006 case $enableval in
8007 yes) enable_fast_install=yes ;;
8008 no) enable_fast_install=no ;;
8010 enable_fast_install=no
8011 # Look at the argument we got. We use all the common list separators.
8012 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8013 for pkg in $enableval; do
8014 IFS="$lt_save_ifs"
8015 if test "X$pkg" = "X$p"; then
8016 enable_fast_install=yes
8018 done
8019 IFS="$lt_save_ifs"
8021 esac
8022 else
8023 enable_fast_install=yes
8036 # This can be used to rebuild libtool when needed
8037 LIBTOOL_DEPS="$ltmain"
8039 # Always use our own libtool.
8040 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8067 test -z "$LN_S" && LN_S="ln -s"
8082 if test -n "${ZSH_VERSION+set}" ; then
8083 setopt NO_GLOB_SUBST
8086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8087 $as_echo_n "checking for objdir... " >&6; }
8088 if ${lt_cv_objdir+:} false; then :
8089 $as_echo_n "(cached) " >&6
8090 else
8091 rm -f .libs 2>/dev/null
8092 mkdir .libs 2>/dev/null
8093 if test -d .libs; then
8094 lt_cv_objdir=.libs
8095 else
8096 # MS-DOS does not allow filenames that begin with a dot.
8097 lt_cv_objdir=_libs
8099 rmdir .libs 2>/dev/null
8101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8102 $as_echo "$lt_cv_objdir" >&6; }
8103 objdir=$lt_cv_objdir
8109 cat >>confdefs.h <<_ACEOF
8110 #define LT_OBJDIR "$lt_cv_objdir/"
8111 _ACEOF
8116 case $host_os in
8117 aix3*)
8118 # AIX sometimes has problems with the GCC collect2 program. For some
8119 # reason, if we set the COLLECT_NAMES environment variable, the problems
8120 # vanish in a puff of smoke.
8121 if test "X${COLLECT_NAMES+set}" != Xset; then
8122 COLLECT_NAMES=
8123 export COLLECT_NAMES
8126 esac
8128 # Global variables:
8129 ofile=libtool
8130 can_build_shared=yes
8132 # All known linkers require a `.a' archive for static linking (except MSVC,
8133 # which needs '.lib').
8134 libext=a
8136 with_gnu_ld="$lt_cv_prog_gnu_ld"
8138 old_CC="$CC"
8139 old_CFLAGS="$CFLAGS"
8141 # Set sane defaults for various variables
8142 test -z "$CC" && CC=cc
8143 test -z "$LTCC" && LTCC=$CC
8144 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8145 test -z "$LD" && LD=ld
8146 test -z "$ac_objext" && ac_objext=o
8148 for cc_temp in $compiler""; do
8149 case $cc_temp in
8150 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8151 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8152 \-*) ;;
8153 *) break;;
8154 esac
8155 done
8156 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8159 # Only perform the check for file, if the check method requires it
8160 test -z "$MAGIC_CMD" && MAGIC_CMD=file
8161 case $deplibs_check_method in
8162 file_magic*)
8163 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8164 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8165 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8166 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8167 $as_echo_n "(cached) " >&6
8168 else
8169 case $MAGIC_CMD in
8170 [\\/*] | ?:[\\/]*)
8171 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8174 lt_save_MAGIC_CMD="$MAGIC_CMD"
8175 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8176 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8177 for ac_dir in $ac_dummy; do
8178 IFS="$lt_save_ifs"
8179 test -z "$ac_dir" && ac_dir=.
8180 if test -f $ac_dir/${ac_tool_prefix}file; then
8181 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8182 if test -n "$file_magic_test_file"; then
8183 case $deplibs_check_method in
8184 "file_magic "*)
8185 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8186 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8187 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8188 $EGREP "$file_magic_regex" > /dev/null; then
8190 else
8191 cat <<_LT_EOF 1>&2
8193 *** Warning: the command libtool uses to detect shared libraries,
8194 *** $file_magic_cmd, produces output that libtool cannot recognize.
8195 *** The result is that libtool may fail to recognize shared libraries
8196 *** as such. This will affect the creation of libtool libraries that
8197 *** depend on shared libraries, but programs linked with such libtool
8198 *** libraries will work regardless of this problem. Nevertheless, you
8199 *** may want to report the problem to your system manager and/or to
8200 *** bug-libtool@gnu.org
8202 _LT_EOF
8203 fi ;;
8204 esac
8206 break
8208 done
8209 IFS="$lt_save_ifs"
8210 MAGIC_CMD="$lt_save_MAGIC_CMD"
8212 esac
8215 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8216 if test -n "$MAGIC_CMD"; then
8217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8218 $as_echo "$MAGIC_CMD" >&6; }
8219 else
8220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8221 $as_echo "no" >&6; }
8228 if test -z "$lt_cv_path_MAGIC_CMD"; then
8229 if test -n "$ac_tool_prefix"; then
8230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8231 $as_echo_n "checking for file... " >&6; }
8232 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8233 $as_echo_n "(cached) " >&6
8234 else
8235 case $MAGIC_CMD in
8236 [\\/*] | ?:[\\/]*)
8237 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8240 lt_save_MAGIC_CMD="$MAGIC_CMD"
8241 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8242 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8243 for ac_dir in $ac_dummy; do
8244 IFS="$lt_save_ifs"
8245 test -z "$ac_dir" && ac_dir=.
8246 if test -f $ac_dir/file; then
8247 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8248 if test -n "$file_magic_test_file"; then
8249 case $deplibs_check_method in
8250 "file_magic "*)
8251 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8252 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8253 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8254 $EGREP "$file_magic_regex" > /dev/null; then
8256 else
8257 cat <<_LT_EOF 1>&2
8259 *** Warning: the command libtool uses to detect shared libraries,
8260 *** $file_magic_cmd, produces output that libtool cannot recognize.
8261 *** The result is that libtool may fail to recognize shared libraries
8262 *** as such. This will affect the creation of libtool libraries that
8263 *** depend on shared libraries, but programs linked with such libtool
8264 *** libraries will work regardless of this problem. Nevertheless, you
8265 *** may want to report the problem to your system manager and/or to
8266 *** bug-libtool@gnu.org
8268 _LT_EOF
8269 fi ;;
8270 esac
8272 break
8274 done
8275 IFS="$lt_save_ifs"
8276 MAGIC_CMD="$lt_save_MAGIC_CMD"
8278 esac
8281 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8282 if test -n "$MAGIC_CMD"; then
8283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8284 $as_echo "$MAGIC_CMD" >&6; }
8285 else
8286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8287 $as_echo "no" >&6; }
8291 else
8292 MAGIC_CMD=:
8298 esac
8300 # Use C for the default configuration in the libtool script
8302 lt_save_CC="$CC"
8303 ac_ext=c
8304 ac_cpp='$CPP $CPPFLAGS'
8305 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8306 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8307 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8310 # Source file extension for C test sources.
8311 ac_ext=c
8313 # Object file extension for compiled C test sources.
8314 objext=o
8315 objext=$objext
8317 # Code to be used in simple compile tests
8318 lt_simple_compile_test_code="int some_variable = 0;"
8320 # Code to be used in simple link tests
8321 lt_simple_link_test_code='int main(){return(0);}'
8329 # If no C compiler was specified, use CC.
8330 LTCC=${LTCC-"$CC"}
8332 # If no C compiler flags were specified, use CFLAGS.
8333 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8335 # Allow CC to be a program name with arguments.
8336 compiler=$CC
8338 # Save the default compiler, since it gets overwritten when the other
8339 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8340 compiler_DEFAULT=$CC
8342 # save warnings/boilerplate of simple test code
8343 ac_outfile=conftest.$ac_objext
8344 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8345 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8346 _lt_compiler_boilerplate=`cat conftest.err`
8347 $RM conftest*
8349 ac_outfile=conftest.$ac_objext
8350 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8351 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8352 _lt_linker_boilerplate=`cat conftest.err`
8353 $RM -r conftest*
8356 ## CAVEAT EMPTOR:
8357 ## There is no encapsulation within the following macros, do not change
8358 ## the running order or otherwise move them around unless you know exactly
8359 ## what you are doing...
8360 if test -n "$compiler"; then
8362 lt_prog_compiler_no_builtin_flag=
8364 if test "$GCC" = yes; then
8365 case $cc_basename in
8366 nvcc*)
8367 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8369 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8370 esac
8372 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8373 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8374 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8375 $as_echo_n "(cached) " >&6
8376 else
8377 lt_cv_prog_compiler_rtti_exceptions=no
8378 ac_outfile=conftest.$ac_objext
8379 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8380 lt_compiler_flag="-fno-rtti -fno-exceptions"
8381 # Insert the option either (1) after the last *FLAGS variable, or
8382 # (2) before a word containing "conftest.", or (3) at the end.
8383 # Note that $ac_compile itself does not contain backslashes and begins
8384 # with a dollar sign (not a hyphen), so the echo should work correctly.
8385 # The option is referenced via a variable to avoid confusing sed.
8386 lt_compile=`echo "$ac_compile" | $SED \
8387 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8388 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8389 -e 's:$: $lt_compiler_flag:'`
8390 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8391 (eval "$lt_compile" 2>conftest.err)
8392 ac_status=$?
8393 cat conftest.err >&5
8394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8395 if (exit $ac_status) && test -s "$ac_outfile"; then
8396 # The compiler can only warn and ignore the option if not recognized
8397 # So say no if there are warnings other than the usual output.
8398 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8399 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8400 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8401 lt_cv_prog_compiler_rtti_exceptions=yes
8404 $RM conftest*
8407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8408 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8410 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8411 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8412 else
8423 lt_prog_compiler_wl=
8424 lt_prog_compiler_pic=
8425 lt_prog_compiler_static=
8427 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8428 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8430 if test "$GCC" = yes; then
8431 lt_prog_compiler_wl='-Wl,'
8432 lt_prog_compiler_static='-static'
8434 case $host_os in
8435 aix*)
8436 # All AIX code is PIC.
8437 if test "$host_cpu" = ia64; then
8438 # AIX 5 now supports IA64 processor
8439 lt_prog_compiler_static='-Bstatic'
8441 lt_prog_compiler_pic='-fPIC'
8444 amigaos*)
8445 case $host_cpu in
8446 powerpc)
8447 # see comment about AmigaOS4 .so support
8448 lt_prog_compiler_pic='-fPIC'
8450 m68k)
8451 # FIXME: we need at least 68020 code to build shared libraries, but
8452 # adding the `-m68020' flag to GCC prevents building anything better,
8453 # like `-m68040'.
8454 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8456 esac
8459 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8460 # PIC is the default for these OSes.
8463 mingw* | cygwin* | pw32* | os2* | cegcc*)
8464 # This hack is so that the source file can tell whether it is being
8465 # built for inclusion in a dll (and should export symbols for example).
8466 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8467 # (--disable-auto-import) libraries
8468 lt_prog_compiler_pic='-DDLL_EXPORT'
8471 darwin* | rhapsody*)
8472 # PIC is the default on this platform
8473 # Common symbols not allowed in MH_DYLIB files
8474 lt_prog_compiler_pic='-fno-common'
8477 haiku*)
8478 # PIC is the default for Haiku.
8479 # The "-static" flag exists, but is broken.
8480 lt_prog_compiler_static=
8483 hpux*)
8484 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8485 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8486 # sets the default TLS model and affects inlining.
8487 case $host_cpu in
8488 hppa*64*)
8489 # +Z the default
8492 lt_prog_compiler_pic='-fPIC'
8494 esac
8497 interix[3-9]*)
8498 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8499 # Instead, we relocate shared libraries at runtime.
8502 msdosdjgpp*)
8503 # Just because we use GCC doesn't mean we suddenly get shared libraries
8504 # on systems that don't support them.
8505 lt_prog_compiler_can_build_shared=no
8506 enable_shared=no
8509 *nto* | *qnx*)
8510 # QNX uses GNU C++, but need to define -shared option too, otherwise
8511 # it will coredump.
8512 lt_prog_compiler_pic='-fPIC -shared'
8515 sysv4*MP*)
8516 if test -d /usr/nec; then
8517 lt_prog_compiler_pic=-Kconform_pic
8522 lt_prog_compiler_pic='-fPIC'
8524 esac
8526 case $cc_basename in
8527 nvcc*) # Cuda Compiler Driver 2.2
8528 lt_prog_compiler_wl='-Xlinker '
8529 lt_prog_compiler_pic='-Xcompiler -fPIC'
8531 esac
8532 else
8533 # PORTME Check for flag to pass linker flags through the system compiler.
8534 case $host_os in
8535 aix*)
8536 lt_prog_compiler_wl='-Wl,'
8537 if test "$host_cpu" = ia64; then
8538 # AIX 5 now supports IA64 processor
8539 lt_prog_compiler_static='-Bstatic'
8540 else
8541 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8545 mingw* | cygwin* | pw32* | os2* | cegcc*)
8546 # This hack is so that the source file can tell whether it is being
8547 # built for inclusion in a dll (and should export symbols for example).
8548 lt_prog_compiler_pic='-DDLL_EXPORT'
8551 hpux9* | hpux10* | hpux11*)
8552 lt_prog_compiler_wl='-Wl,'
8553 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8554 # not for PA HP-UX.
8555 case $host_cpu in
8556 hppa*64*|ia64*)
8557 # +Z the default
8560 lt_prog_compiler_pic='+Z'
8562 esac
8563 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8564 lt_prog_compiler_static='${wl}-a ${wl}archive'
8567 irix5* | irix6* | nonstopux*)
8568 lt_prog_compiler_wl='-Wl,'
8569 # PIC (with -KPIC) is the default.
8570 lt_prog_compiler_static='-non_shared'
8573 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8574 case $cc_basename in
8575 # old Intel for x86_64 which still supported -KPIC.
8576 ecc*)
8577 lt_prog_compiler_wl='-Wl,'
8578 lt_prog_compiler_pic='-KPIC'
8579 lt_prog_compiler_static='-static'
8581 # icc used to be incompatible with GCC.
8582 # ICC 10 doesn't accept -KPIC any more.
8583 icc* | ifort*)
8584 lt_prog_compiler_wl='-Wl,'
8585 lt_prog_compiler_pic='-fPIC'
8586 lt_prog_compiler_static='-static'
8588 # Lahey Fortran 8.1.
8589 lf95*)
8590 lt_prog_compiler_wl='-Wl,'
8591 lt_prog_compiler_pic='--shared'
8592 lt_prog_compiler_static='--static'
8594 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8595 # Portland Group compilers (*not* the Pentium gcc compiler,
8596 # which looks to be a dead project)
8597 lt_prog_compiler_wl='-Wl,'
8598 lt_prog_compiler_pic='-fpic'
8599 lt_prog_compiler_static='-Bstatic'
8601 ccc*)
8602 lt_prog_compiler_wl='-Wl,'
8603 # All Alpha code is PIC.
8604 lt_prog_compiler_static='-non_shared'
8606 xl* | bgxl* | bgf* | mpixl*)
8607 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8608 lt_prog_compiler_wl='-Wl,'
8609 lt_prog_compiler_pic='-qpic'
8610 lt_prog_compiler_static='-qstaticlink'
8613 case `$CC -V 2>&1 | sed 5q` in
8614 *Sun\ F* | *Sun*Fortran*)
8615 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8616 lt_prog_compiler_pic='-KPIC'
8617 lt_prog_compiler_static='-Bstatic'
8618 lt_prog_compiler_wl=''
8620 *Sun\ C*)
8621 # Sun C 5.9
8622 lt_prog_compiler_pic='-KPIC'
8623 lt_prog_compiler_static='-Bstatic'
8624 lt_prog_compiler_wl='-Wl,'
8626 esac
8628 esac
8631 newsos6)
8632 lt_prog_compiler_pic='-KPIC'
8633 lt_prog_compiler_static='-Bstatic'
8636 *nto* | *qnx*)
8637 # QNX uses GNU C++, but need to define -shared option too, otherwise
8638 # it will coredump.
8639 lt_prog_compiler_pic='-fPIC -shared'
8642 osf3* | osf4* | osf5*)
8643 lt_prog_compiler_wl='-Wl,'
8644 # All OSF/1 code is PIC.
8645 lt_prog_compiler_static='-non_shared'
8648 rdos*)
8649 lt_prog_compiler_static='-non_shared'
8652 solaris*)
8653 lt_prog_compiler_pic='-KPIC'
8654 lt_prog_compiler_static='-Bstatic'
8655 case $cc_basename in
8656 f77* | f90* | f95*)
8657 lt_prog_compiler_wl='-Qoption ld ';;
8659 lt_prog_compiler_wl='-Wl,';;
8660 esac
8663 sunos4*)
8664 lt_prog_compiler_wl='-Qoption ld '
8665 lt_prog_compiler_pic='-PIC'
8666 lt_prog_compiler_static='-Bstatic'
8669 sysv4 | sysv4.2uw2* | sysv4.3*)
8670 lt_prog_compiler_wl='-Wl,'
8671 lt_prog_compiler_pic='-KPIC'
8672 lt_prog_compiler_static='-Bstatic'
8675 sysv4*MP*)
8676 if test -d /usr/nec ;then
8677 lt_prog_compiler_pic='-Kconform_pic'
8678 lt_prog_compiler_static='-Bstatic'
8682 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8683 lt_prog_compiler_wl='-Wl,'
8684 lt_prog_compiler_pic='-KPIC'
8685 lt_prog_compiler_static='-Bstatic'
8688 unicos*)
8689 lt_prog_compiler_wl='-Wl,'
8690 lt_prog_compiler_can_build_shared=no
8693 uts4*)
8694 lt_prog_compiler_pic='-pic'
8695 lt_prog_compiler_static='-Bstatic'
8699 lt_prog_compiler_can_build_shared=no
8701 esac
8704 case $host_os in
8705 # For platforms which do not support PIC, -DPIC is meaningless:
8706 *djgpp*)
8707 lt_prog_compiler_pic=
8710 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8712 esac
8713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8714 $as_echo "$lt_prog_compiler_pic" >&6; }
8722 # Check to make sure the PIC flag actually works.
8724 if test -n "$lt_prog_compiler_pic"; then
8725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8726 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8727 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8728 $as_echo_n "(cached) " >&6
8729 else
8730 lt_cv_prog_compiler_pic_works=no
8731 ac_outfile=conftest.$ac_objext
8732 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8733 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8734 # Insert the option either (1) after the last *FLAGS variable, or
8735 # (2) before a word containing "conftest.", or (3) at the end.
8736 # Note that $ac_compile itself does not contain backslashes and begins
8737 # with a dollar sign (not a hyphen), so the echo should work correctly.
8738 # The option is referenced via a variable to avoid confusing sed.
8739 lt_compile=`echo "$ac_compile" | $SED \
8740 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8741 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8742 -e 's:$: $lt_compiler_flag:'`
8743 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8744 (eval "$lt_compile" 2>conftest.err)
8745 ac_status=$?
8746 cat conftest.err >&5
8747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8748 if (exit $ac_status) && test -s "$ac_outfile"; then
8749 # The compiler can only warn and ignore the option if not recognized
8750 # So say no if there are warnings other than the usual output.
8751 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8752 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8753 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8754 lt_cv_prog_compiler_pic_works=yes
8757 $RM conftest*
8760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8761 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8763 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8764 case $lt_prog_compiler_pic in
8765 "" | " "*) ;;
8766 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8767 esac
8768 else
8769 lt_prog_compiler_pic=
8770 lt_prog_compiler_can_build_shared=no
8781 # Check to make sure the static flag actually works.
8783 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8785 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8786 if ${lt_cv_prog_compiler_static_works+:} false; then :
8787 $as_echo_n "(cached) " >&6
8788 else
8789 lt_cv_prog_compiler_static_works=no
8790 save_LDFLAGS="$LDFLAGS"
8791 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8792 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8793 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8794 # The linker can only warn and ignore the option if not recognized
8795 # So say no if there are warnings
8796 if test -s conftest.err; then
8797 # Append any errors to the config.log.
8798 cat conftest.err 1>&5
8799 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8800 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8801 if diff conftest.exp conftest.er2 >/dev/null; then
8802 lt_cv_prog_compiler_static_works=yes
8804 else
8805 lt_cv_prog_compiler_static_works=yes
8808 $RM -r conftest*
8809 LDFLAGS="$save_LDFLAGS"
8812 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8813 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8815 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8817 else
8818 lt_prog_compiler_static=
8827 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8828 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8829 if ${lt_cv_prog_compiler_c_o+:} false; then :
8830 $as_echo_n "(cached) " >&6
8831 else
8832 lt_cv_prog_compiler_c_o=no
8833 $RM -r conftest 2>/dev/null
8834 mkdir conftest
8835 cd conftest
8836 mkdir out
8837 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8839 lt_compiler_flag="-o out/conftest2.$ac_objext"
8840 # Insert the option either (1) after the last *FLAGS variable, or
8841 # (2) before a word containing "conftest.", or (3) at the end.
8842 # Note that $ac_compile itself does not contain backslashes and begins
8843 # with a dollar sign (not a hyphen), so the echo should work correctly.
8844 lt_compile=`echo "$ac_compile" | $SED \
8845 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8846 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8847 -e 's:$: $lt_compiler_flag:'`
8848 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8849 (eval "$lt_compile" 2>out/conftest.err)
8850 ac_status=$?
8851 cat out/conftest.err >&5
8852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8853 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8854 then
8855 # The compiler can only warn and ignore the option if not recognized
8856 # So say no if there are warnings
8857 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8858 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8859 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8860 lt_cv_prog_compiler_c_o=yes
8863 chmod u+w . 2>&5
8864 $RM conftest*
8865 # SGI C++ compiler will create directory out/ii_files/ for
8866 # template instantiation
8867 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8868 $RM out/* && rmdir out
8869 cd ..
8870 $RM -r conftest
8871 $RM conftest*
8874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8875 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8882 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8883 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8884 if ${lt_cv_prog_compiler_c_o+:} false; then :
8885 $as_echo_n "(cached) " >&6
8886 else
8887 lt_cv_prog_compiler_c_o=no
8888 $RM -r conftest 2>/dev/null
8889 mkdir conftest
8890 cd conftest
8891 mkdir out
8892 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8894 lt_compiler_flag="-o out/conftest2.$ac_objext"
8895 # Insert the option either (1) after the last *FLAGS variable, or
8896 # (2) before a word containing "conftest.", or (3) at the end.
8897 # Note that $ac_compile itself does not contain backslashes and begins
8898 # with a dollar sign (not a hyphen), so the echo should work correctly.
8899 lt_compile=`echo "$ac_compile" | $SED \
8900 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8901 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8902 -e 's:$: $lt_compiler_flag:'`
8903 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8904 (eval "$lt_compile" 2>out/conftest.err)
8905 ac_status=$?
8906 cat out/conftest.err >&5
8907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8908 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8909 then
8910 # The compiler can only warn and ignore the option if not recognized
8911 # So say no if there are warnings
8912 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8913 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8914 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8915 lt_cv_prog_compiler_c_o=yes
8918 chmod u+w . 2>&5
8919 $RM conftest*
8920 # SGI C++ compiler will create directory out/ii_files/ for
8921 # template instantiation
8922 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8923 $RM out/* && rmdir out
8924 cd ..
8925 $RM -r conftest
8926 $RM conftest*
8929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8930 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8935 hard_links="nottested"
8936 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8937 # do not overwrite the value of need_locks provided by the user
8938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8939 $as_echo_n "checking if we can lock with hard links... " >&6; }
8940 hard_links=yes
8941 $RM conftest*
8942 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8943 touch conftest.a
8944 ln conftest.a conftest.b 2>&5 || hard_links=no
8945 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8947 $as_echo "$hard_links" >&6; }
8948 if test "$hard_links" = no; then
8949 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8950 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8951 need_locks=warn
8953 else
8954 need_locks=no
8962 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8963 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8965 runpath_var=
8966 allow_undefined_flag=
8967 always_export_symbols=no
8968 archive_cmds=
8969 archive_expsym_cmds=
8970 compiler_needs_object=no
8971 enable_shared_with_static_runtimes=no
8972 export_dynamic_flag_spec=
8973 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8974 hardcode_automatic=no
8975 hardcode_direct=no
8976 hardcode_direct_absolute=no
8977 hardcode_libdir_flag_spec=
8978 hardcode_libdir_flag_spec_ld=
8979 hardcode_libdir_separator=
8980 hardcode_minus_L=no
8981 hardcode_shlibpath_var=unsupported
8982 inherit_rpath=no
8983 link_all_deplibs=unknown
8984 module_cmds=
8985 module_expsym_cmds=
8986 old_archive_from_new_cmds=
8987 old_archive_from_expsyms_cmds=
8988 thread_safe_flag_spec=
8989 whole_archive_flag_spec=
8990 # include_expsyms should be a list of space-separated symbols to be *always*
8991 # included in the symbol list
8992 include_expsyms=
8993 # exclude_expsyms can be an extended regexp of symbols to exclude
8994 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8995 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8996 # as well as any symbol that contains `d'.
8997 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8998 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8999 # platforms (ab)use it in PIC code, but their linkers get confused if
9000 # the symbol is explicitly referenced. Since portable code cannot
9001 # rely on this symbol name, it's probably fine to never include it in
9002 # preloaded symbol tables.
9003 # Exclude shared library initialization/finalization symbols.
9004 extract_expsyms_cmds=
9006 case $host_os in
9007 cygwin* | mingw* | pw32* | cegcc*)
9008 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9009 # When not using gcc, we currently assume that we are using
9010 # Microsoft Visual C++.
9011 if test "$GCC" != yes; then
9012 with_gnu_ld=no
9015 interix*)
9016 # we just hope/assume this is gcc and not c89 (= MSVC++)
9017 with_gnu_ld=yes
9019 openbsd*)
9020 with_gnu_ld=no
9022 esac
9024 ld_shlibs=yes
9026 # On some targets, GNU ld is compatible enough with the native linker
9027 # that we're better off using the native interface for both.
9028 lt_use_gnu_ld_interface=no
9029 if test "$with_gnu_ld" = yes; then
9030 case $host_os in
9031 aix*)
9032 # The AIX port of GNU ld has always aspired to compatibility
9033 # with the native linker. However, as the warning in the GNU ld
9034 # block says, versions before 2.19.5* couldn't really create working
9035 # shared libraries, regardless of the interface used.
9036 case `$LD -v 2>&1` in
9037 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9038 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9039 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9041 lt_use_gnu_ld_interface=yes
9043 esac
9046 lt_use_gnu_ld_interface=yes
9048 esac
9051 if test "$lt_use_gnu_ld_interface" = yes; then
9052 # If archive_cmds runs LD, not CC, wlarc should be empty
9053 wlarc='${wl}'
9055 # Set some defaults for GNU ld with shared library support. These
9056 # are reset later if shared libraries are not supported. Putting them
9057 # here allows them to be overridden if necessary.
9058 runpath_var=LD_RUN_PATH
9059 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9060 export_dynamic_flag_spec='${wl}--export-dynamic'
9061 # ancient GNU ld didn't support --whole-archive et. al.
9062 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9063 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9064 else
9065 whole_archive_flag_spec=
9067 supports_anon_versioning=no
9068 case `$LD -v 2>&1` in
9069 *GNU\ gold*) supports_anon_versioning=yes ;;
9070 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9071 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9072 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9073 *\ 2.11.*) ;; # other 2.11 versions
9074 *) supports_anon_versioning=yes ;;
9075 esac
9077 # See if GNU ld supports shared libraries.
9078 case $host_os in
9079 aix[3-9]*)
9080 # On AIX/PPC, the GNU linker is very broken
9081 if test "$host_cpu" != ia64; then
9082 ld_shlibs=no
9083 cat <<_LT_EOF 1>&2
9085 *** Warning: the GNU linker, at least up to release 2.19, is reported
9086 *** to be unable to reliably create shared libraries on AIX.
9087 *** Therefore, libtool is disabling shared libraries support. If you
9088 *** really care for shared libraries, you may want to install binutils
9089 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9090 *** You will then need to restart the configuration process.
9092 _LT_EOF
9096 amigaos*)
9097 case $host_cpu in
9098 powerpc)
9099 # see comment about AmigaOS4 .so support
9100 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9101 archive_expsym_cmds=''
9103 m68k)
9104 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)'
9105 hardcode_libdir_flag_spec='-L$libdir'
9106 hardcode_minus_L=yes
9108 esac
9111 beos*)
9112 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9113 allow_undefined_flag=unsupported
9114 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9115 # support --undefined. This deserves some investigation. FIXME
9116 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9117 else
9118 ld_shlibs=no
9122 cygwin* | mingw* | pw32* | cegcc*)
9123 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9124 # as there is no search path for DLLs.
9125 hardcode_libdir_flag_spec='-L$libdir'
9126 export_dynamic_flag_spec='${wl}--export-all-symbols'
9127 allow_undefined_flag=unsupported
9128 always_export_symbols=no
9129 enable_shared_with_static_runtimes=yes
9130 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9132 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9133 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9134 # If the export-symbols file already is a .def file (1st line
9135 # is EXPORTS), use it as is; otherwise, prepend...
9136 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9137 cp $export_symbols $output_objdir/$soname.def;
9138 else
9139 echo EXPORTS > $output_objdir/$soname.def;
9140 cat $export_symbols >> $output_objdir/$soname.def;
9142 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9143 else
9144 ld_shlibs=no
9148 haiku*)
9149 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9150 link_all_deplibs=yes
9153 interix[3-9]*)
9154 hardcode_direct=no
9155 hardcode_shlibpath_var=no
9156 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9157 export_dynamic_flag_spec='${wl}-E'
9158 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9159 # Instead, shared libraries are loaded at an image base (0x10000000 by
9160 # default) and relocated if they conflict, which is a slow very memory
9161 # consuming and fragmenting process. To avoid this, we pick a random,
9162 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9163 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9164 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9165 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'
9168 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
9169 tmp_diet=no
9170 if test "$host_os" = linux-dietlibc; then
9171 case $cc_basename in
9172 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9173 esac
9175 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9176 && test "$tmp_diet" = no
9177 then
9178 tmp_addflag=' $pic_flag'
9179 tmp_sharedflag='-shared'
9180 case $cc_basename,$host_cpu in
9181 pgcc*) # Portland Group C compiler
9182 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'
9183 tmp_addflag=' $pic_flag'
9185 pgf77* | pgf90* | pgf95* | pgfortran*)
9186 # Portland Group f77 and f90 compilers
9187 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'
9188 tmp_addflag=' $pic_flag -Mnomain' ;;
9189 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9190 tmp_addflag=' -i_dynamic' ;;
9191 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9192 tmp_addflag=' -i_dynamic -nofor_main' ;;
9193 ifc* | ifort*) # Intel Fortran compiler
9194 tmp_addflag=' -nofor_main' ;;
9195 lf95*) # Lahey Fortran 8.1
9196 whole_archive_flag_spec=
9197 tmp_sharedflag='--shared' ;;
9198 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9199 tmp_sharedflag='-qmkshrobj'
9200 tmp_addflag= ;;
9201 nvcc*) # Cuda Compiler Driver 2.2
9202 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'
9203 compiler_needs_object=yes
9205 esac
9206 case `$CC -V 2>&1 | sed 5q` in
9207 *Sun\ C*) # Sun C 5.9
9208 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'
9209 compiler_needs_object=yes
9210 tmp_sharedflag='-G' ;;
9211 *Sun\ F*) # Sun Fortran 8.3
9212 tmp_sharedflag='-G' ;;
9213 esac
9214 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9216 if test "x$supports_anon_versioning" = xyes; then
9217 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9218 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9219 echo "local: *; };" >> $output_objdir/$libname.ver~
9220 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9223 case $cc_basename in
9224 xlf* | bgf* | bgxlf* | mpixlf*)
9225 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9226 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9227 hardcode_libdir_flag_spec=
9228 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9229 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9230 if test "x$supports_anon_versioning" = xyes; then
9231 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9232 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9233 echo "local: *; };" >> $output_objdir/$libname.ver~
9234 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9237 esac
9238 else
9239 ld_shlibs=no
9243 netbsd*)
9244 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9245 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9246 wlarc=
9247 else
9248 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9249 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9253 solaris*)
9254 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9255 ld_shlibs=no
9256 cat <<_LT_EOF 1>&2
9258 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9259 *** create shared libraries on Solaris systems. Therefore, libtool
9260 *** is disabling shared libraries support. We urge you to upgrade GNU
9261 *** binutils to release 2.9.1 or newer. Another option is to modify
9262 *** your PATH or compiler configuration so that the native linker is
9263 *** used, and then restart.
9265 _LT_EOF
9266 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9267 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9268 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9269 else
9270 ld_shlibs=no
9274 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9275 case `$LD -v 2>&1` in
9276 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9277 ld_shlibs=no
9278 cat <<_LT_EOF 1>&2
9280 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9281 *** reliably create shared libraries on SCO systems. Therefore, libtool
9282 *** is disabling shared libraries support. We urge you to upgrade GNU
9283 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9284 *** your PATH or compiler configuration so that the native linker is
9285 *** used, and then restart.
9287 _LT_EOF
9290 # For security reasons, it is highly recommended that you always
9291 # use absolute paths for naming shared libraries, and exclude the
9292 # DT_RUNPATH tag from executables and libraries. But doing so
9293 # requires that you compile everything twice, which is a pain.
9294 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9295 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9296 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9297 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9298 else
9299 ld_shlibs=no
9302 esac
9305 sunos4*)
9306 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9307 wlarc=
9308 hardcode_direct=yes
9309 hardcode_shlibpath_var=no
9313 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9314 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9315 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9316 else
9317 ld_shlibs=no
9320 esac
9322 if test "$ld_shlibs" = no; then
9323 runpath_var=
9324 hardcode_libdir_flag_spec=
9325 export_dynamic_flag_spec=
9326 whole_archive_flag_spec=
9328 else
9329 # PORTME fill in a description of your system's linker (not GNU ld)
9330 case $host_os in
9331 aix3*)
9332 allow_undefined_flag=unsupported
9333 always_export_symbols=yes
9334 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'
9335 # Note: this linker hardcodes the directories in LIBPATH if there
9336 # are no directories specified by -L.
9337 hardcode_minus_L=yes
9338 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9339 # Neither direct hardcoding nor static linking is supported with a
9340 # broken collect2.
9341 hardcode_direct=unsupported
9345 aix[4-9]*)
9346 if test "$host_cpu" = ia64; then
9347 # On IA64, the linker does run time linking by default, so we don't
9348 # have to do anything special.
9349 aix_use_runtimelinking=no
9350 exp_sym_flag='-Bexport'
9351 no_entry_flag=""
9352 else
9353 # If we're using GNU nm, then we don't want the "-C" option.
9354 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9355 # Also, AIX nm treats weak defined symbols like other global
9356 # defined symbols, whereas GNU nm marks them as "W".
9357 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9358 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'
9359 else
9360 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9362 aix_use_runtimelinking=no
9364 # Test if we are trying to use run time linking or normal
9365 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9366 # need to do runtime linking.
9367 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9368 for ld_flag in $LDFLAGS; do
9369 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9370 aix_use_runtimelinking=yes
9371 break
9373 done
9375 esac
9377 exp_sym_flag='-bexport'
9378 no_entry_flag='-bnoentry'
9381 # When large executables or shared objects are built, AIX ld can
9382 # have problems creating the table of contents. If linking a library
9383 # or program results in "error TOC overflow" add -mminimal-toc to
9384 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9385 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9387 archive_cmds=''
9388 hardcode_direct=yes
9389 hardcode_direct_absolute=yes
9390 hardcode_libdir_separator=':'
9391 link_all_deplibs=yes
9392 file_list_spec='${wl}-f,'
9394 if test "$GCC" = yes; then
9395 case $host_os in aix4.[012]|aix4.[012].*)
9396 # We only want to do this on AIX 4.2 and lower, the check
9397 # below for broken collect2 doesn't work under 4.3+
9398 collect2name=`${CC} -print-prog-name=collect2`
9399 if test -f "$collect2name" &&
9400 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9401 then
9402 # We have reworked collect2
9404 else
9405 # We have old collect2
9406 hardcode_direct=unsupported
9407 # It fails to find uninstalled libraries when the uninstalled
9408 # path is not listed in the libpath. Setting hardcode_minus_L
9409 # to unsupported forces relinking
9410 hardcode_minus_L=yes
9411 hardcode_libdir_flag_spec='-L$libdir'
9412 hardcode_libdir_separator=
9415 esac
9416 shared_flag='-shared'
9417 if test "$aix_use_runtimelinking" = yes; then
9418 shared_flag="$shared_flag "'${wl}-G'
9420 else
9421 # not using gcc
9422 if test "$host_cpu" = ia64; then
9423 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9424 # chokes on -Wl,-G. The following line is correct:
9425 shared_flag='-G'
9426 else
9427 if test "$aix_use_runtimelinking" = yes; then
9428 shared_flag='${wl}-G'
9429 else
9430 shared_flag='${wl}-bM:SRE'
9435 export_dynamic_flag_spec='${wl}-bexpall'
9436 # It seems that -bexpall does not export symbols beginning with
9437 # underscore (_), so it is better to generate a list of symbols to export.
9438 always_export_symbols=yes
9439 if test "$aix_use_runtimelinking" = yes; then
9440 # Warning - without using the other runtime loading flags (-brtl),
9441 # -berok will link without error, but may produce a broken library.
9442 allow_undefined_flag='-berok'
9443 # Determine the default libpath from the value encoded in an
9444 # empty executable.
9445 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9446 /* end confdefs.h. */
9449 main ()
9453 return 0;
9455 _ACEOF
9456 if ac_fn_c_try_link "$LINENO"; then :
9458 lt_aix_libpath_sed='
9459 /Import File Strings/,/^$/ {
9460 /^0/ {
9461 s/^0 *\(.*\)$/\1/
9465 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9466 # Check for a 64-bit object if we didn't find anything.
9467 if test -z "$aix_libpath"; then
9468 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9471 rm -f core conftest.err conftest.$ac_objext \
9472 conftest$ac_exeext conftest.$ac_ext
9473 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9475 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9476 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"
9477 else
9478 if test "$host_cpu" = ia64; then
9479 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9480 allow_undefined_flag="-z nodefs"
9481 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"
9482 else
9483 # Determine the default libpath from the value encoded in an
9484 # empty executable.
9485 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9486 /* end confdefs.h. */
9489 main ()
9493 return 0;
9495 _ACEOF
9496 if ac_fn_c_try_link "$LINENO"; then :
9498 lt_aix_libpath_sed='
9499 /Import File Strings/,/^$/ {
9500 /^0/ {
9501 s/^0 *\(.*\)$/\1/
9505 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9506 # Check for a 64-bit object if we didn't find anything.
9507 if test -z "$aix_libpath"; then
9508 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9511 rm -f core conftest.err conftest.$ac_objext \
9512 conftest$ac_exeext conftest.$ac_ext
9513 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9515 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9516 # Warning - without using the other run time loading flags,
9517 # -berok will link without error, but may produce a broken library.
9518 no_undefined_flag=' ${wl}-bernotok'
9519 allow_undefined_flag=' ${wl}-berok'
9520 if test "$with_gnu_ld" = yes; then
9521 # We only use this code for GNU lds that support --whole-archive.
9522 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9523 else
9524 # Exported symbols can be pulled into shared objects from archives
9525 whole_archive_flag_spec='$convenience'
9527 archive_cmds_need_lc=yes
9528 # This is similar to how AIX traditionally builds its shared libraries.
9529 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'
9534 amigaos*)
9535 case $host_cpu in
9536 powerpc)
9537 # see comment about AmigaOS4 .so support
9538 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9539 archive_expsym_cmds=''
9541 m68k)
9542 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)'
9543 hardcode_libdir_flag_spec='-L$libdir'
9544 hardcode_minus_L=yes
9546 esac
9549 bsdi[45]*)
9550 export_dynamic_flag_spec=-rdynamic
9553 cygwin* | mingw* | pw32* | cegcc*)
9554 # When not using gcc, we currently assume that we are using
9555 # Microsoft Visual C++.
9556 # hardcode_libdir_flag_spec is actually meaningless, as there is
9557 # no search path for DLLs.
9558 hardcode_libdir_flag_spec=' '
9559 allow_undefined_flag=unsupported
9560 # Tell ltmain to make .lib files, not .a files.
9561 libext=lib
9562 # Tell ltmain to make .dll files, not .so files.
9563 shrext_cmds=".dll"
9564 # FIXME: Setting linknames here is a bad hack.
9565 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9566 # The linker will automatically build a .lib file if we build a DLL.
9567 old_archive_from_new_cmds='true'
9568 # FIXME: Should let the user specify the lib program.
9569 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9570 fix_srcfile_path='`cygpath -w "$srcfile"`'
9571 enable_shared_with_static_runtimes=yes
9574 darwin* | rhapsody*)
9577 archive_cmds_need_lc=no
9578 hardcode_direct=no
9579 hardcode_automatic=yes
9580 hardcode_shlibpath_var=unsupported
9581 if test "$lt_cv_ld_force_load" = "yes"; then
9582 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\"`'
9583 else
9584 whole_archive_flag_spec=''
9586 link_all_deplibs=yes
9587 allow_undefined_flag="$_lt_dar_allow_undefined"
9588 case $cc_basename in
9589 ifort*) _lt_dar_can_shared=yes ;;
9590 *) _lt_dar_can_shared=$GCC ;;
9591 esac
9592 if test "$_lt_dar_can_shared" = "yes"; then
9593 output_verbose_link_cmd=func_echo_all
9594 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9595 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9596 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}"
9597 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}"
9599 else
9600 ld_shlibs=no
9605 dgux*)
9606 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9607 hardcode_libdir_flag_spec='-L$libdir'
9608 hardcode_shlibpath_var=no
9611 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9612 # support. Future versions do this automatically, but an explicit c++rt0.o
9613 # does not break anything, and helps significantly (at the cost of a little
9614 # extra space).
9615 freebsd2.2*)
9616 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9617 hardcode_libdir_flag_spec='-R$libdir'
9618 hardcode_direct=yes
9619 hardcode_shlibpath_var=no
9622 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9623 freebsd2.*)
9624 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9625 hardcode_direct=yes
9626 hardcode_minus_L=yes
9627 hardcode_shlibpath_var=no
9630 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9631 freebsd* | dragonfly*)
9632 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9633 hardcode_libdir_flag_spec='-R$libdir'
9634 hardcode_direct=yes
9635 hardcode_shlibpath_var=no
9638 hpux9*)
9639 if test "$GCC" = yes; then
9640 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'
9641 else
9642 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'
9644 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9645 hardcode_libdir_separator=:
9646 hardcode_direct=yes
9648 # hardcode_minus_L: Not really in the search PATH,
9649 # but as the default location of the library.
9650 hardcode_minus_L=yes
9651 export_dynamic_flag_spec='${wl}-E'
9654 hpux10*)
9655 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9656 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9657 else
9658 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9660 if test "$with_gnu_ld" = no; then
9661 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9662 hardcode_libdir_flag_spec_ld='+b $libdir'
9663 hardcode_libdir_separator=:
9664 hardcode_direct=yes
9665 hardcode_direct_absolute=yes
9666 export_dynamic_flag_spec='${wl}-E'
9667 # hardcode_minus_L: Not really in the search PATH,
9668 # but as the default location of the library.
9669 hardcode_minus_L=yes
9673 hpux11*)
9674 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9675 case $host_cpu in
9676 hppa*64*)
9677 archive_cmds='$CC -shared ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9679 ia64*)
9680 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9683 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9685 esac
9686 else
9687 case $host_cpu in
9688 hppa*64*)
9689 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9691 ia64*)
9692 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9696 # Older versions of the 11.00 compiler do not understand -b yet
9697 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9699 $as_echo_n "checking if $CC understands -b... " >&6; }
9700 if ${lt_cv_prog_compiler__b+:} false; then :
9701 $as_echo_n "(cached) " >&6
9702 else
9703 lt_cv_prog_compiler__b=no
9704 save_LDFLAGS="$LDFLAGS"
9705 LDFLAGS="$LDFLAGS -b"
9706 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9707 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9708 # The linker can only warn and ignore the option if not recognized
9709 # So say no if there are warnings
9710 if test -s conftest.err; then
9711 # Append any errors to the config.log.
9712 cat conftest.err 1>&5
9713 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9714 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9715 if diff conftest.exp conftest.er2 >/dev/null; then
9716 lt_cv_prog_compiler__b=yes
9718 else
9719 lt_cv_prog_compiler__b=yes
9722 $RM -r conftest*
9723 LDFLAGS="$save_LDFLAGS"
9726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9727 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9729 if test x"$lt_cv_prog_compiler__b" = xyes; then
9730 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9731 else
9732 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9736 esac
9738 if test "$with_gnu_ld" = no; then
9739 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9740 hardcode_libdir_separator=:
9742 case $host_cpu in
9743 hppa*64*|ia64*)
9744 hardcode_direct=no
9745 hardcode_shlibpath_var=no
9748 hardcode_direct=yes
9749 hardcode_direct_absolute=yes
9750 export_dynamic_flag_spec='${wl}-E'
9752 # hardcode_minus_L: Not really in the search PATH,
9753 # but as the default location of the library.
9754 hardcode_minus_L=yes
9756 esac
9760 irix5* | irix6* | nonstopux*)
9761 if test "$GCC" = yes; then
9762 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'
9763 # Try to use the -exported_symbol ld option, if it does not
9764 # work, assume that -exports_file does not work either and
9765 # implicitly export all symbols.
9766 save_LDFLAGS="$LDFLAGS"
9767 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9768 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9769 /* end confdefs.h. */
9770 int foo(void) {}
9771 _ACEOF
9772 if ac_fn_c_try_link "$LINENO"; then :
9773 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'
9776 rm -f core conftest.err conftest.$ac_objext \
9777 conftest$ac_exeext conftest.$ac_ext
9778 LDFLAGS="$save_LDFLAGS"
9779 else
9780 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'
9781 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'
9783 archive_cmds_need_lc='no'
9784 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9785 hardcode_libdir_separator=:
9786 inherit_rpath=yes
9787 link_all_deplibs=yes
9790 netbsd*)
9791 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9792 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9793 else
9794 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9796 hardcode_libdir_flag_spec='-R$libdir'
9797 hardcode_direct=yes
9798 hardcode_shlibpath_var=no
9801 newsos6)
9802 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9803 hardcode_direct=yes
9804 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9805 hardcode_libdir_separator=:
9806 hardcode_shlibpath_var=no
9809 *nto* | *qnx*)
9812 openbsd*)
9813 if test -f /usr/libexec/ld.so; then
9814 hardcode_direct=yes
9815 hardcode_shlibpath_var=no
9816 hardcode_direct_absolute=yes
9817 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9818 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9819 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9820 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9821 export_dynamic_flag_spec='${wl}-E'
9822 else
9823 case $host_os in
9824 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9825 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9826 hardcode_libdir_flag_spec='-R$libdir'
9829 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9830 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9832 esac
9834 else
9835 ld_shlibs=no
9839 os2*)
9840 hardcode_libdir_flag_spec='-L$libdir'
9841 hardcode_minus_L=yes
9842 allow_undefined_flag=unsupported
9843 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'
9844 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9847 osf3*)
9848 if test "$GCC" = yes; then
9849 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9850 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'
9851 else
9852 allow_undefined_flag=' -expect_unresolved \*'
9853 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'
9855 archive_cmds_need_lc='no'
9856 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9857 hardcode_libdir_separator=:
9860 osf4* | osf5*) # as osf3* with the addition of -msym flag
9861 if test "$GCC" = yes; then
9862 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9863 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'
9864 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9865 else
9866 allow_undefined_flag=' -expect_unresolved \*'
9867 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'
9868 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~
9869 $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'
9871 # Both c and cxx compiler support -rpath directly
9872 hardcode_libdir_flag_spec='-rpath $libdir'
9874 archive_cmds_need_lc='no'
9875 hardcode_libdir_separator=:
9878 solaris*)
9879 no_undefined_flag=' -z defs'
9880 if test "$GCC" = yes; then
9881 wlarc='${wl}'
9882 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9883 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9884 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9885 else
9886 case `$CC -V 2>&1` in
9887 *"Compilers 5.0"*)
9888 wlarc=''
9889 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9890 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9891 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9894 wlarc='${wl}'
9895 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9896 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9897 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9899 esac
9901 hardcode_libdir_flag_spec='-R$libdir'
9902 hardcode_shlibpath_var=no
9903 case $host_os in
9904 solaris2.[0-5] | solaris2.[0-5].*) ;;
9906 # The compiler driver will combine and reorder linker options,
9907 # but understands `-z linker_flag'. GCC discards it without `$wl',
9908 # but is careful enough not to reorder.
9909 # Supported since Solaris 2.6 (maybe 2.5.1?)
9910 if test "$GCC" = yes; then
9911 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9912 else
9913 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9916 esac
9917 link_all_deplibs=yes
9920 sunos4*)
9921 if test "x$host_vendor" = xsequent; then
9922 # Use $CC to link under sequent, because it throws in some extra .o
9923 # files that make .init and .fini sections work.
9924 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9925 else
9926 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9928 hardcode_libdir_flag_spec='-L$libdir'
9929 hardcode_direct=yes
9930 hardcode_minus_L=yes
9931 hardcode_shlibpath_var=no
9934 sysv4)
9935 case $host_vendor in
9936 sni)
9937 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9938 hardcode_direct=yes # is this really true???
9940 siemens)
9941 ## LD is ld it makes a PLAMLIB
9942 ## CC just makes a GrossModule.
9943 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9944 reload_cmds='$CC -r -o $output$reload_objs'
9945 hardcode_direct=no
9947 motorola)
9948 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9949 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9951 esac
9952 runpath_var='LD_RUN_PATH'
9953 hardcode_shlibpath_var=no
9956 sysv4.3*)
9957 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9958 hardcode_shlibpath_var=no
9959 export_dynamic_flag_spec='-Bexport'
9962 sysv4*MP*)
9963 if test -d /usr/nec; then
9964 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9965 hardcode_shlibpath_var=no
9966 runpath_var=LD_RUN_PATH
9967 hardcode_runpath_var=yes
9968 ld_shlibs=yes
9972 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9973 no_undefined_flag='${wl}-z,text'
9974 archive_cmds_need_lc=no
9975 hardcode_shlibpath_var=no
9976 runpath_var='LD_RUN_PATH'
9978 if test "$GCC" = yes; then
9979 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9980 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9981 else
9982 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9983 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9987 sysv5* | sco3.2v5* | sco5v6*)
9988 # Note: We can NOT use -z defs as we might desire, because we do not
9989 # link with -lc, and that would cause any symbols used from libc to
9990 # always be unresolved, which means just about no library would
9991 # ever link correctly. If we're not using GNU ld we use -z text
9992 # though, which does catch some bad symbols but isn't as heavy-handed
9993 # as -z defs.
9994 no_undefined_flag='${wl}-z,text'
9995 allow_undefined_flag='${wl}-z,nodefs'
9996 archive_cmds_need_lc=no
9997 hardcode_shlibpath_var=no
9998 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9999 hardcode_libdir_separator=':'
10000 link_all_deplibs=yes
10001 export_dynamic_flag_spec='${wl}-Bexport'
10002 runpath_var='LD_RUN_PATH'
10004 if test "$GCC" = yes; then
10005 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10006 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10007 else
10008 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10009 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10013 uts4*)
10014 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10015 hardcode_libdir_flag_spec='-L$libdir'
10016 hardcode_shlibpath_var=no
10020 ld_shlibs=no
10022 esac
10024 if test x$host_vendor = xsni; then
10025 case $host in
10026 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10027 export_dynamic_flag_spec='${wl}-Blargedynsym'
10029 esac
10033 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10034 $as_echo "$ld_shlibs" >&6; }
10035 test "$ld_shlibs" = no && can_build_shared=no
10037 with_gnu_ld=$with_gnu_ld
10054 # Do we need to explicitly link libc?
10056 case "x$archive_cmds_need_lc" in
10057 x|xyes)
10058 # Assume -lc should be added
10059 archive_cmds_need_lc=yes
10061 if test "$enable_shared" = yes && test "$GCC" = yes; then
10062 case $archive_cmds in
10063 *'~'*)
10064 # FIXME: we may have to deal with multi-command sequences.
10066 '$CC '*)
10067 # Test whether the compiler implicitly links with -lc since on some
10068 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10069 # to ld, don't add -lc before -lgcc.
10070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10071 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10072 if ${lt_cv_archive_cmds_need_lc+:} false; then :
10073 $as_echo_n "(cached) " >&6
10074 else
10075 $RM conftest*
10076 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10078 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10079 (eval $ac_compile) 2>&5
10080 ac_status=$?
10081 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10082 test $ac_status = 0; } 2>conftest.err; then
10083 soname=conftest
10084 lib=conftest
10085 libobjs=conftest.$ac_objext
10086 deplibs=
10087 wl=$lt_prog_compiler_wl
10088 pic_flag=$lt_prog_compiler_pic
10089 compiler_flags=-v
10090 linker_flags=-v
10091 verstring=
10092 output_objdir=.
10093 libname=conftest
10094 lt_save_allow_undefined_flag=$allow_undefined_flag
10095 allow_undefined_flag=
10096 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10097 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10098 ac_status=$?
10099 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10100 test $ac_status = 0; }
10101 then
10102 lt_cv_archive_cmds_need_lc=no
10103 else
10104 lt_cv_archive_cmds_need_lc=yes
10106 allow_undefined_flag=$lt_save_allow_undefined_flag
10107 else
10108 cat conftest.err 1>&5
10110 $RM conftest*
10113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10114 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10115 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
10117 esac
10120 esac
10278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10279 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10281 if test "$GCC" = yes; then
10282 case $host_os in
10283 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10284 *) lt_awk_arg="/^libraries:/" ;;
10285 esac
10286 case $host_os in
10287 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10288 *) lt_sed_strip_eq="s,=/,/,g" ;;
10289 esac
10290 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10291 case $lt_search_path_spec in
10292 *\;*)
10293 # if the path contains ";" then we assume it to be the separator
10294 # otherwise default to the standard path separator (i.e. ":") - it is
10295 # assumed that no part of a normal pathname contains ";" but that should
10296 # okay in the real world where ";" in dirpaths is itself problematic.
10297 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10300 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10302 esac
10303 # Ok, now we have the path, separated by spaces, we can step through it
10304 # and add multilib dir if necessary.
10305 lt_tmp_lt_search_path_spec=
10306 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10307 for lt_sys_path in $lt_search_path_spec; do
10308 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10309 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10310 else
10311 test -d "$lt_sys_path" && \
10312 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10314 done
10315 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10316 BEGIN {RS=" "; FS="/|\n";} {
10317 lt_foo="";
10318 lt_count=0;
10319 for (lt_i = NF; lt_i > 0; lt_i--) {
10320 if ($lt_i != "" && $lt_i != ".") {
10321 if ($lt_i == "..") {
10322 lt_count++;
10323 } else {
10324 if (lt_count == 0) {
10325 lt_foo="/" $lt_i lt_foo;
10326 } else {
10327 lt_count--;
10332 if (lt_foo != "") { lt_freq[lt_foo]++; }
10333 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10335 # AWK program above erroneously prepends '/' to C:/dos/paths
10336 # for these hosts.
10337 case $host_os in
10338 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10339 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10340 esac
10341 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10342 else
10343 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10345 library_names_spec=
10346 libname_spec='lib$name'
10347 soname_spec=
10348 shrext_cmds=".so"
10349 postinstall_cmds=
10350 postuninstall_cmds=
10351 finish_cmds=
10352 finish_eval=
10353 shlibpath_var=
10354 shlibpath_overrides_runpath=unknown
10355 version_type=none
10356 dynamic_linker="$host_os ld.so"
10357 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10358 need_lib_prefix=unknown
10359 hardcode_into_libs=no
10361 # when you set need_version to no, make sure it does not cause -set_version
10362 # flags to be left without arguments
10363 need_version=unknown
10365 case $host_os in
10366 aix3*)
10367 version_type=linux
10368 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10369 shlibpath_var=LIBPATH
10371 # AIX 3 has no versioning support, so we append a major version to the name.
10372 soname_spec='${libname}${release}${shared_ext}$major'
10375 aix[4-9]*)
10376 version_type=linux
10377 need_lib_prefix=no
10378 need_version=no
10379 hardcode_into_libs=yes
10380 if test "$host_cpu" = ia64; then
10381 # AIX 5 supports IA64
10382 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10383 shlibpath_var=LD_LIBRARY_PATH
10384 else
10385 # With GCC up to 2.95.x, collect2 would create an import file
10386 # for dependence libraries. The import file would start with
10387 # the line `#! .'. This would cause the generated library to
10388 # depend on `.', always an invalid library. This was fixed in
10389 # development snapshots of GCC prior to 3.0.
10390 case $host_os in
10391 aix4 | aix4.[01] | aix4.[01].*)
10392 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10393 echo ' yes '
10394 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10396 else
10397 can_build_shared=no
10400 esac
10401 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10402 # soname into executable. Probably we can add versioning support to
10403 # collect2, so additional links can be useful in future.
10404 if test "$aix_use_runtimelinking" = yes; then
10405 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10406 # instead of lib<name>.a to let people know that these are not
10407 # typical AIX shared libraries.
10408 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10409 else
10410 # We preserve .a as extension for shared libraries through AIX4.2
10411 # and later when we are not doing run time linking.
10412 library_names_spec='${libname}${release}.a $libname.a'
10413 soname_spec='${libname}${release}${shared_ext}$major'
10415 shlibpath_var=LIBPATH
10419 amigaos*)
10420 case $host_cpu in
10421 powerpc)
10422 # Since July 2007 AmigaOS4 officially supports .so libraries.
10423 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10424 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10426 m68k)
10427 library_names_spec='$libname.ixlibrary $libname.a'
10428 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10429 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'
10431 esac
10434 beos*)
10435 library_names_spec='${libname}${shared_ext}'
10436 dynamic_linker="$host_os ld.so"
10437 shlibpath_var=LIBRARY_PATH
10440 bsdi[45]*)
10441 version_type=linux
10442 need_version=no
10443 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10444 soname_spec='${libname}${release}${shared_ext}$major'
10445 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10446 shlibpath_var=LD_LIBRARY_PATH
10447 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10448 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10449 # the default ld.so.conf also contains /usr/contrib/lib and
10450 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10451 # libtool to hard-code these into programs
10454 cygwin* | mingw* | pw32* | cegcc*)
10455 version_type=windows
10456 shrext_cmds=".dll"
10457 need_version=no
10458 need_lib_prefix=no
10460 case $GCC,$host_os in
10461 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10462 library_names_spec='$libname.dll.a'
10463 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10464 postinstall_cmds='base_file=`basename \${file}`~
10465 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10466 dldir=$destdir/`dirname \$dlpath`~
10467 test -d \$dldir || mkdir -p \$dldir~
10468 $install_prog $dir/$dlname \$dldir/$dlname~
10469 chmod a+x \$dldir/$dlname~
10470 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10471 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10473 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10474 dlpath=$dir/\$dldll~
10475 $RM \$dlpath'
10476 shlibpath_overrides_runpath=yes
10478 case $host_os in
10479 cygwin*)
10480 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10481 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10483 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10485 mingw* | cegcc*)
10486 # MinGW DLLs use traditional 'lib' prefix
10487 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10489 pw32*)
10490 # pw32 DLLs use 'pw' prefix rather than 'lib'
10491 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10493 esac
10497 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10499 esac
10500 dynamic_linker='Win32 ld.exe'
10501 # FIXME: first we should search . and the directory the executable is in
10502 shlibpath_var=PATH
10505 darwin* | rhapsody*)
10506 dynamic_linker="$host_os dyld"
10507 version_type=darwin
10508 need_lib_prefix=no
10509 need_version=no
10510 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10511 soname_spec='${libname}${release}${major}$shared_ext'
10512 shlibpath_overrides_runpath=yes
10513 shlibpath_var=DYLD_LIBRARY_PATH
10514 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10516 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10517 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10520 dgux*)
10521 version_type=linux
10522 need_lib_prefix=no
10523 need_version=no
10524 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10525 soname_spec='${libname}${release}${shared_ext}$major'
10526 shlibpath_var=LD_LIBRARY_PATH
10529 freebsd* | dragonfly*)
10530 # DragonFly does not have aout. When/if they implement a new
10531 # versioning mechanism, adjust this.
10532 if test -x /usr/bin/objformat; then
10533 objformat=`/usr/bin/objformat`
10534 else
10535 case $host_os in
10536 freebsd[23].*) objformat=aout ;;
10537 *) objformat=elf ;;
10538 esac
10540 version_type=freebsd-$objformat
10541 case $version_type in
10542 freebsd-elf*)
10543 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10544 need_version=no
10545 need_lib_prefix=no
10547 freebsd-*)
10548 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10549 need_version=yes
10551 esac
10552 shlibpath_var=LD_LIBRARY_PATH
10553 case $host_os in
10554 freebsd2.*)
10555 shlibpath_overrides_runpath=yes
10557 freebsd3.[01]* | freebsdelf3.[01]*)
10558 shlibpath_overrides_runpath=yes
10559 hardcode_into_libs=yes
10561 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10562 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10563 shlibpath_overrides_runpath=no
10564 hardcode_into_libs=yes
10566 *) # from 4.6 on, and DragonFly
10567 shlibpath_overrides_runpath=yes
10568 hardcode_into_libs=yes
10570 esac
10573 gnu*)
10574 version_type=linux
10575 need_lib_prefix=no
10576 need_version=no
10577 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10578 soname_spec='${libname}${release}${shared_ext}$major'
10579 shlibpath_var=LD_LIBRARY_PATH
10580 hardcode_into_libs=yes
10583 haiku*)
10584 version_type=linux
10585 need_lib_prefix=no
10586 need_version=no
10587 dynamic_linker="$host_os runtime_loader"
10588 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10589 soname_spec='${libname}${release}${shared_ext}$major'
10590 shlibpath_var=LIBRARY_PATH
10591 shlibpath_overrides_runpath=yes
10592 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10593 hardcode_into_libs=yes
10596 hpux9* | hpux10* | hpux11*)
10597 # Give a soname corresponding to the major version so that dld.sl refuses to
10598 # link against other versions.
10599 version_type=sunos
10600 need_lib_prefix=no
10601 need_version=no
10602 case $host_cpu in
10603 ia64*)
10604 shrext_cmds='.so'
10605 hardcode_into_libs=yes
10606 dynamic_linker="$host_os dld.so"
10607 shlibpath_var=LD_LIBRARY_PATH
10608 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10609 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10610 soname_spec='${libname}${release}${shared_ext}$major'
10611 if test "X$HPUX_IA64_MODE" = X32; then
10612 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10613 else
10614 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10616 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10618 hppa*64*)
10619 shrext_cmds='.sl'
10620 hardcode_into_libs=yes
10621 dynamic_linker="$host_os dld.sl"
10622 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10623 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10624 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10625 soname_spec='${libname}${release}${shared_ext}$major'
10626 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10627 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10630 shrext_cmds='.sl'
10631 dynamic_linker="$host_os dld.sl"
10632 shlibpath_var=SHLIB_PATH
10633 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10634 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10635 soname_spec='${libname}${release}${shared_ext}$major'
10637 esac
10638 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10639 postinstall_cmds='chmod 555 $lib'
10640 # or fails outright, so override atomically:
10641 install_override_mode=555
10644 interix[3-9]*)
10645 version_type=linux
10646 need_lib_prefix=no
10647 need_version=no
10648 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10649 soname_spec='${libname}${release}${shared_ext}$major'
10650 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10651 shlibpath_var=LD_LIBRARY_PATH
10652 shlibpath_overrides_runpath=no
10653 hardcode_into_libs=yes
10656 irix5* | irix6* | nonstopux*)
10657 case $host_os in
10658 nonstopux*) version_type=nonstopux ;;
10660 if test "$lt_cv_prog_gnu_ld" = yes; then
10661 version_type=linux
10662 else
10663 version_type=irix
10664 fi ;;
10665 esac
10666 need_lib_prefix=no
10667 need_version=no
10668 soname_spec='${libname}${release}${shared_ext}$major'
10669 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10670 case $host_os in
10671 irix5* | nonstopux*)
10672 libsuff= shlibsuff=
10675 case $LD in # libtool.m4 will add one of these switches to LD
10676 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10677 libsuff= shlibsuff= libmagic=32-bit;;
10678 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10679 libsuff=32 shlibsuff=N32 libmagic=N32;;
10680 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10681 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10682 *) libsuff= shlibsuff= libmagic=never-match;;
10683 esac
10685 esac
10686 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10687 shlibpath_overrides_runpath=no
10688 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10689 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10690 hardcode_into_libs=yes
10693 # No shared lib support for Linux oldld, aout, or coff.
10694 linux*oldld* | linux*aout* | linux*coff*)
10695 dynamic_linker=no
10698 # This must be Linux ELF.
10700 # uclinux* changes (here and below) have been submitted to the libtool
10701 # project, but have not yet been accepted: they are GCC-local changes
10702 # for the time being. (See
10703 # https://lists.gnu.org/archive/html/libtool-patches/2018-05/msg00000.html)
10704 linux* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
10705 version_type=linux
10706 need_lib_prefix=no
10707 need_version=no
10708 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10709 soname_spec='${libname}${release}${shared_ext}$major'
10710 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10711 shlibpath_var=LD_LIBRARY_PATH
10712 shlibpath_overrides_runpath=no
10714 # Some binutils ld are patched to set DT_RUNPATH
10715 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10716 $as_echo_n "(cached) " >&6
10717 else
10718 lt_cv_shlibpath_overrides_runpath=no
10719 save_LDFLAGS=$LDFLAGS
10720 save_libdir=$libdir
10721 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10722 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10723 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10724 /* end confdefs.h. */
10727 main ()
10731 return 0;
10733 _ACEOF
10734 if ac_fn_c_try_link "$LINENO"; then :
10735 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10736 lt_cv_shlibpath_overrides_runpath=yes
10739 rm -f core conftest.err conftest.$ac_objext \
10740 conftest$ac_exeext conftest.$ac_ext
10741 LDFLAGS=$save_LDFLAGS
10742 libdir=$save_libdir
10746 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10748 # This implies no fast_install, which is unacceptable.
10749 # Some rework will be needed to allow for fast_install
10750 # before this can be enabled.
10751 hardcode_into_libs=yes
10753 # Append ld.so.conf contents to the search path
10754 if test -f /etc/ld.so.conf; then
10755 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' ' '`
10756 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10759 # We used to test for /lib/ld.so.1 and disable shared libraries on
10760 # powerpc, because MkLinux only supported shared libraries with the
10761 # GNU dynamic linker. Since this was broken with cross compilers,
10762 # most powerpc-linux boxes support dynamic linking these days and
10763 # people can always --disable-shared, the test was removed, and we
10764 # assume the GNU/Linux dynamic linker is in use.
10765 dynamic_linker='GNU/Linux ld.so'
10768 netbsd*)
10769 version_type=sunos
10770 need_lib_prefix=no
10771 need_version=no
10772 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10773 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10774 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10775 dynamic_linker='NetBSD (a.out) ld.so'
10776 else
10777 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10778 soname_spec='${libname}${release}${shared_ext}$major'
10779 dynamic_linker='NetBSD ld.elf_so'
10781 shlibpath_var=LD_LIBRARY_PATH
10782 shlibpath_overrides_runpath=yes
10783 hardcode_into_libs=yes
10786 newsos6)
10787 version_type=linux
10788 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10789 shlibpath_var=LD_LIBRARY_PATH
10790 shlibpath_overrides_runpath=yes
10793 *nto* | *qnx*)
10794 version_type=qnx
10795 need_lib_prefix=no
10796 need_version=no
10797 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10798 soname_spec='${libname}${release}${shared_ext}$major'
10799 shlibpath_var=LD_LIBRARY_PATH
10800 shlibpath_overrides_runpath=no
10801 hardcode_into_libs=yes
10802 dynamic_linker='ldqnx.so'
10805 openbsd*)
10806 version_type=sunos
10807 sys_lib_dlsearch_path_spec="/usr/lib"
10808 need_lib_prefix=no
10809 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10810 case $host_os in
10811 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10812 *) need_version=no ;;
10813 esac
10814 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10815 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10816 shlibpath_var=LD_LIBRARY_PATH
10817 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10818 case $host_os in
10819 openbsd2.[89] | openbsd2.[89].*)
10820 shlibpath_overrides_runpath=no
10823 shlibpath_overrides_runpath=yes
10825 esac
10826 else
10827 shlibpath_overrides_runpath=yes
10831 os2*)
10832 libname_spec='$name'
10833 shrext_cmds=".dll"
10834 need_lib_prefix=no
10835 library_names_spec='$libname${shared_ext} $libname.a'
10836 dynamic_linker='OS/2 ld.exe'
10837 shlibpath_var=LIBPATH
10840 osf3* | osf4* | osf5*)
10841 version_type=osf
10842 need_lib_prefix=no
10843 need_version=no
10844 soname_spec='${libname}${release}${shared_ext}$major'
10845 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10846 shlibpath_var=LD_LIBRARY_PATH
10847 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10848 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10851 rdos*)
10852 dynamic_linker=no
10855 solaris*)
10856 version_type=linux
10857 need_lib_prefix=no
10858 need_version=no
10859 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10860 soname_spec='${libname}${release}${shared_ext}$major'
10861 shlibpath_var=LD_LIBRARY_PATH
10862 shlibpath_overrides_runpath=yes
10863 hardcode_into_libs=yes
10864 # ldd complains unless libraries are executable
10865 postinstall_cmds='chmod +x $lib'
10868 sunos4*)
10869 version_type=sunos
10870 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10871 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10872 shlibpath_var=LD_LIBRARY_PATH
10873 shlibpath_overrides_runpath=yes
10874 if test "$with_gnu_ld" = yes; then
10875 need_lib_prefix=no
10877 need_version=yes
10880 sysv4 | sysv4.3*)
10881 version_type=linux
10882 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10883 soname_spec='${libname}${release}${shared_ext}$major'
10884 shlibpath_var=LD_LIBRARY_PATH
10885 case $host_vendor in
10886 sni)
10887 shlibpath_overrides_runpath=no
10888 need_lib_prefix=no
10889 runpath_var=LD_RUN_PATH
10891 siemens)
10892 need_lib_prefix=no
10894 motorola)
10895 need_lib_prefix=no
10896 need_version=no
10897 shlibpath_overrides_runpath=no
10898 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10900 esac
10903 sysv4*MP*)
10904 if test -d /usr/nec ;then
10905 version_type=linux
10906 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10907 soname_spec='$libname${shared_ext}.$major'
10908 shlibpath_var=LD_LIBRARY_PATH
10912 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10913 version_type=freebsd-elf
10914 need_lib_prefix=no
10915 need_version=no
10916 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10917 soname_spec='${libname}${release}${shared_ext}$major'
10918 shlibpath_var=LD_LIBRARY_PATH
10919 shlibpath_overrides_runpath=yes
10920 hardcode_into_libs=yes
10921 if test "$with_gnu_ld" = yes; then
10922 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10923 else
10924 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10925 case $host_os in
10926 sco3.2v5*)
10927 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10929 esac
10931 sys_lib_dlsearch_path_spec='/usr/lib'
10934 tpf*)
10935 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10936 version_type=linux
10937 need_lib_prefix=no
10938 need_version=no
10939 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10940 shlibpath_var=LD_LIBRARY_PATH
10941 shlibpath_overrides_runpath=no
10942 hardcode_into_libs=yes
10945 uts4*)
10946 version_type=linux
10947 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10948 soname_spec='${libname}${release}${shared_ext}$major'
10949 shlibpath_var=LD_LIBRARY_PATH
10953 dynamic_linker=no
10955 esac
10956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10957 $as_echo "$dynamic_linker" >&6; }
10958 test "$dynamic_linker" = no && can_build_shared=no
10960 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10961 if test "$GCC" = yes; then
10962 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10965 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10966 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10968 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10969 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11064 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11065 hardcode_action=
11066 if test -n "$hardcode_libdir_flag_spec" ||
11067 test -n "$runpath_var" ||
11068 test "X$hardcode_automatic" = "Xyes" ; then
11070 # We can hardcode non-existent directories.
11071 if test "$hardcode_direct" != no &&
11072 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11073 # have to relink, otherwise we might link with an installed library
11074 # when we should be linking with a yet-to-be-installed one
11075 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11076 test "$hardcode_minus_L" != no; then
11077 # Linking always hardcodes the temporary library directory.
11078 hardcode_action=relink
11079 else
11080 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11081 hardcode_action=immediate
11083 else
11084 # We cannot hardcode anything, or else we can only hardcode existing
11085 # directories.
11086 hardcode_action=unsupported
11088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11089 $as_echo "$hardcode_action" >&6; }
11091 if test "$hardcode_action" = relink ||
11092 test "$inherit_rpath" = yes; then
11093 # Fast installation is not supported
11094 enable_fast_install=no
11095 elif test "$shlibpath_overrides_runpath" = yes ||
11096 test "$enable_shared" = no; then
11097 # Fast installation is not necessary
11098 enable_fast_install=needless
11106 if test "x$enable_dlopen" != xyes; then
11107 enable_dlopen=unknown
11108 enable_dlopen_self=unknown
11109 enable_dlopen_self_static=unknown
11110 else
11111 lt_cv_dlopen=no
11112 lt_cv_dlopen_libs=
11114 case $host_os in
11115 beos*)
11116 lt_cv_dlopen="load_add_on"
11117 lt_cv_dlopen_libs=
11118 lt_cv_dlopen_self=yes
11121 mingw* | pw32* | cegcc*)
11122 lt_cv_dlopen="LoadLibrary"
11123 lt_cv_dlopen_libs=
11126 cygwin*)
11127 lt_cv_dlopen="dlopen"
11128 lt_cv_dlopen_libs=
11131 darwin*)
11132 # if libdl is installed we need to link against it
11133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11134 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11135 if ${ac_cv_lib_dl_dlopen+:} false; then :
11136 $as_echo_n "(cached) " >&6
11137 else
11138 ac_check_lib_save_LIBS=$LIBS
11139 LIBS="-ldl $LIBS"
11140 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11141 /* end confdefs.h. */
11143 /* Override any GCC internal prototype to avoid an error.
11144 Use char because int might match the return type of a GCC
11145 builtin and then its argument prototype would still apply. */
11146 #ifdef __cplusplus
11147 extern "C"
11148 #endif
11149 char dlopen ();
11151 main ()
11153 return dlopen ();
11155 return 0;
11157 _ACEOF
11158 if ac_fn_c_try_link "$LINENO"; then :
11159 ac_cv_lib_dl_dlopen=yes
11160 else
11161 ac_cv_lib_dl_dlopen=no
11163 rm -f core conftest.err conftest.$ac_objext \
11164 conftest$ac_exeext conftest.$ac_ext
11165 LIBS=$ac_check_lib_save_LIBS
11167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11168 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11169 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11170 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11171 else
11173 lt_cv_dlopen="dyld"
11174 lt_cv_dlopen_libs=
11175 lt_cv_dlopen_self=yes
11182 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11183 if test "x$ac_cv_func_shl_load" = xyes; then :
11184 lt_cv_dlopen="shl_load"
11185 else
11186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11187 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11188 if ${ac_cv_lib_dld_shl_load+:} false; then :
11189 $as_echo_n "(cached) " >&6
11190 else
11191 ac_check_lib_save_LIBS=$LIBS
11192 LIBS="-ldld $LIBS"
11193 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11194 /* end confdefs.h. */
11196 /* Override any GCC internal prototype to avoid an error.
11197 Use char because int might match the return type of a GCC
11198 builtin and then its argument prototype would still apply. */
11199 #ifdef __cplusplus
11200 extern "C"
11201 #endif
11202 char shl_load ();
11204 main ()
11206 return shl_load ();
11208 return 0;
11210 _ACEOF
11211 if ac_fn_c_try_link "$LINENO"; then :
11212 ac_cv_lib_dld_shl_load=yes
11213 else
11214 ac_cv_lib_dld_shl_load=no
11216 rm -f core conftest.err conftest.$ac_objext \
11217 conftest$ac_exeext conftest.$ac_ext
11218 LIBS=$ac_check_lib_save_LIBS
11220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11221 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11222 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
11223 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11224 else
11225 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11226 if test "x$ac_cv_func_dlopen" = xyes; then :
11227 lt_cv_dlopen="dlopen"
11228 else
11229 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11230 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11231 if ${ac_cv_lib_dl_dlopen+:} false; then :
11232 $as_echo_n "(cached) " >&6
11233 else
11234 ac_check_lib_save_LIBS=$LIBS
11235 LIBS="-ldl $LIBS"
11236 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11237 /* end confdefs.h. */
11239 /* Override any GCC internal prototype to avoid an error.
11240 Use char because int might match the return type of a GCC
11241 builtin and then its argument prototype would still apply. */
11242 #ifdef __cplusplus
11243 extern "C"
11244 #endif
11245 char dlopen ();
11247 main ()
11249 return dlopen ();
11251 return 0;
11253 _ACEOF
11254 if ac_fn_c_try_link "$LINENO"; then :
11255 ac_cv_lib_dl_dlopen=yes
11256 else
11257 ac_cv_lib_dl_dlopen=no
11259 rm -f core conftest.err conftest.$ac_objext \
11260 conftest$ac_exeext conftest.$ac_ext
11261 LIBS=$ac_check_lib_save_LIBS
11263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11264 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11265 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11266 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11267 else
11268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11269 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11270 if ${ac_cv_lib_svld_dlopen+:} false; then :
11271 $as_echo_n "(cached) " >&6
11272 else
11273 ac_check_lib_save_LIBS=$LIBS
11274 LIBS="-lsvld $LIBS"
11275 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11276 /* end confdefs.h. */
11278 /* Override any GCC internal prototype to avoid an error.
11279 Use char because int might match the return type of a GCC
11280 builtin and then its argument prototype would still apply. */
11281 #ifdef __cplusplus
11282 extern "C"
11283 #endif
11284 char dlopen ();
11286 main ()
11288 return dlopen ();
11290 return 0;
11292 _ACEOF
11293 if ac_fn_c_try_link "$LINENO"; then :
11294 ac_cv_lib_svld_dlopen=yes
11295 else
11296 ac_cv_lib_svld_dlopen=no
11298 rm -f core conftest.err conftest.$ac_objext \
11299 conftest$ac_exeext conftest.$ac_ext
11300 LIBS=$ac_check_lib_save_LIBS
11302 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11303 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11304 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
11305 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11306 else
11307 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11308 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11309 if ${ac_cv_lib_dld_dld_link+:} false; then :
11310 $as_echo_n "(cached) " >&6
11311 else
11312 ac_check_lib_save_LIBS=$LIBS
11313 LIBS="-ldld $LIBS"
11314 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11315 /* end confdefs.h. */
11317 /* Override any GCC internal prototype to avoid an error.
11318 Use char because int might match the return type of a GCC
11319 builtin and then its argument prototype would still apply. */
11320 #ifdef __cplusplus
11321 extern "C"
11322 #endif
11323 char dld_link ();
11325 main ()
11327 return dld_link ();
11329 return 0;
11331 _ACEOF
11332 if ac_fn_c_try_link "$LINENO"; then :
11333 ac_cv_lib_dld_dld_link=yes
11334 else
11335 ac_cv_lib_dld_dld_link=no
11337 rm -f core conftest.err conftest.$ac_objext \
11338 conftest$ac_exeext conftest.$ac_ext
11339 LIBS=$ac_check_lib_save_LIBS
11341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11342 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11343 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
11344 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11363 esac
11365 if test "x$lt_cv_dlopen" != xno; then
11366 enable_dlopen=yes
11367 else
11368 enable_dlopen=no
11371 case $lt_cv_dlopen in
11372 dlopen)
11373 save_CPPFLAGS="$CPPFLAGS"
11374 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11376 save_LDFLAGS="$LDFLAGS"
11377 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11379 save_LIBS="$LIBS"
11380 LIBS="$lt_cv_dlopen_libs $LIBS"
11382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11383 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11384 if ${lt_cv_dlopen_self+:} false; then :
11385 $as_echo_n "(cached) " >&6
11386 else
11387 if test "$cross_compiling" = yes; then :
11388 lt_cv_dlopen_self=cross
11389 else
11390 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11391 lt_status=$lt_dlunknown
11392 cat > conftest.$ac_ext <<_LT_EOF
11393 #line 11393 "configure"
11394 #include "confdefs.h"
11396 #if HAVE_DLFCN_H
11397 #include <dlfcn.h>
11398 #endif
11400 #include <stdio.h>
11402 #ifdef RTLD_GLOBAL
11403 # define LT_DLGLOBAL RTLD_GLOBAL
11404 #else
11405 # ifdef DL_GLOBAL
11406 # define LT_DLGLOBAL DL_GLOBAL
11407 # else
11408 # define LT_DLGLOBAL 0
11409 # endif
11410 #endif
11412 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11413 find out it does not work in some platform. */
11414 #ifndef LT_DLLAZY_OR_NOW
11415 # ifdef RTLD_LAZY
11416 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11417 # else
11418 # ifdef DL_LAZY
11419 # define LT_DLLAZY_OR_NOW DL_LAZY
11420 # else
11421 # ifdef RTLD_NOW
11422 # define LT_DLLAZY_OR_NOW RTLD_NOW
11423 # else
11424 # ifdef DL_NOW
11425 # define LT_DLLAZY_OR_NOW DL_NOW
11426 # else
11427 # define LT_DLLAZY_OR_NOW 0
11428 # endif
11429 # endif
11430 # endif
11431 # endif
11432 #endif
11434 /* When -fvisbility=hidden is used, assume the code has been annotated
11435 correspondingly for the symbols needed. */
11436 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11437 void fnord () __attribute__((visibility("default")));
11438 #endif
11440 void fnord () { int i=42; }
11441 int main ()
11443 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11444 int status = $lt_dlunknown;
11446 if (self)
11448 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11449 else
11451 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11452 else puts (dlerror ());
11454 /* dlclose (self); */
11456 else
11457 puts (dlerror ());
11459 return status;
11461 _LT_EOF
11462 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11463 (eval $ac_link) 2>&5
11464 ac_status=$?
11465 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11466 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11467 (./conftest; exit; ) >&5 2>/dev/null
11468 lt_status=$?
11469 case x$lt_status in
11470 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11471 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11472 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11473 esac
11474 else :
11475 # compilation failed
11476 lt_cv_dlopen_self=no
11479 rm -fr conftest*
11483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11484 $as_echo "$lt_cv_dlopen_self" >&6; }
11486 if test "x$lt_cv_dlopen_self" = xyes; then
11487 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11488 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11489 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11490 if ${lt_cv_dlopen_self_static+:} false; then :
11491 $as_echo_n "(cached) " >&6
11492 else
11493 if test "$cross_compiling" = yes; then :
11494 lt_cv_dlopen_self_static=cross
11495 else
11496 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11497 lt_status=$lt_dlunknown
11498 cat > conftest.$ac_ext <<_LT_EOF
11499 #line 11499 "configure"
11500 #include "confdefs.h"
11502 #if HAVE_DLFCN_H
11503 #include <dlfcn.h>
11504 #endif
11506 #include <stdio.h>
11508 #ifdef RTLD_GLOBAL
11509 # define LT_DLGLOBAL RTLD_GLOBAL
11510 #else
11511 # ifdef DL_GLOBAL
11512 # define LT_DLGLOBAL DL_GLOBAL
11513 # else
11514 # define LT_DLGLOBAL 0
11515 # endif
11516 #endif
11518 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11519 find out it does not work in some platform. */
11520 #ifndef LT_DLLAZY_OR_NOW
11521 # ifdef RTLD_LAZY
11522 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11523 # else
11524 # ifdef DL_LAZY
11525 # define LT_DLLAZY_OR_NOW DL_LAZY
11526 # else
11527 # ifdef RTLD_NOW
11528 # define LT_DLLAZY_OR_NOW RTLD_NOW
11529 # else
11530 # ifdef DL_NOW
11531 # define LT_DLLAZY_OR_NOW DL_NOW
11532 # else
11533 # define LT_DLLAZY_OR_NOW 0
11534 # endif
11535 # endif
11536 # endif
11537 # endif
11538 #endif
11540 /* When -fvisbility=hidden is used, assume the code has been annotated
11541 correspondingly for the symbols needed. */
11542 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11543 void fnord () __attribute__((visibility("default")));
11544 #endif
11546 void fnord () { int i=42; }
11547 int main ()
11549 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11550 int status = $lt_dlunknown;
11552 if (self)
11554 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11555 else
11557 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11558 else puts (dlerror ());
11560 /* dlclose (self); */
11562 else
11563 puts (dlerror ());
11565 return status;
11567 _LT_EOF
11568 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11569 (eval $ac_link) 2>&5
11570 ac_status=$?
11571 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11572 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11573 (./conftest; exit; ) >&5 2>/dev/null
11574 lt_status=$?
11575 case x$lt_status in
11576 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11577 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11578 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11579 esac
11580 else :
11581 # compilation failed
11582 lt_cv_dlopen_self_static=no
11585 rm -fr conftest*
11589 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11590 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11593 CPPFLAGS="$save_CPPFLAGS"
11594 LDFLAGS="$save_LDFLAGS"
11595 LIBS="$save_LIBS"
11597 esac
11599 case $lt_cv_dlopen_self in
11600 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11601 *) enable_dlopen_self=unknown ;;
11602 esac
11604 case $lt_cv_dlopen_self_static in
11605 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11606 *) enable_dlopen_self_static=unknown ;;
11607 esac
11626 striplib=
11627 old_striplib=
11628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11629 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11630 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11631 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11632 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11634 $as_echo "yes" >&6; }
11635 else
11636 # FIXME - insert some real tests, host_os isn't really good enough
11637 case $host_os in
11638 darwin*)
11639 if test -n "$STRIP" ; then
11640 striplib="$STRIP -x"
11641 old_striplib="$STRIP -S"
11642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11643 $as_echo "yes" >&6; }
11644 else
11645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11646 $as_echo "no" >&6; }
11650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11651 $as_echo "no" >&6; }
11653 esac
11667 # Report which library types will actually be built
11668 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11669 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11671 $as_echo "$can_build_shared" >&6; }
11673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11674 $as_echo_n "checking whether to build shared libraries... " >&6; }
11675 test "$can_build_shared" = "no" && enable_shared=no
11677 # On AIX, shared libraries and static libraries use the same namespace, and
11678 # are all built from PIC.
11679 case $host_os in
11680 aix3*)
11681 test "$enable_shared" = yes && enable_static=no
11682 if test -n "$RANLIB"; then
11683 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11684 postinstall_cmds='$RANLIB $lib'
11688 aix[4-9]*)
11689 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11690 test "$enable_shared" = yes && enable_static=no
11693 esac
11694 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11695 $as_echo "$enable_shared" >&6; }
11697 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11698 $as_echo_n "checking whether to build static libraries... " >&6; }
11699 # Make sure either enable_shared or enable_static is yes.
11700 test "$enable_shared" = yes || enable_static=yes
11701 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11702 $as_echo "$enable_static" >&6; }
11708 ac_ext=c
11709 ac_cpp='$CPP $CPPFLAGS'
11710 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11711 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11712 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11714 CC="$lt_save_CC"
11728 ac_config_commands="$ac_config_commands libtool"
11733 # Only expand once:
11739 case $host in
11740 *-cygwin* | *-mingw*)
11741 # 'host' will be top-level target in the case of a target lib,
11742 # we must compare to with_cross_host to decide if this is a native
11743 # or cross-compiler and select where to install dlls appropriately.
11744 if test -n "$with_cross_host" &&
11745 test x"$with_cross_host" != x"no"; then
11746 lt_host_flags='-no-undefined -bindir "$(toolexeclibdir)"';
11747 else
11748 lt_host_flags='-no-undefined -bindir "$(bindir)"';
11752 lt_host_flags=
11754 esac
11761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11762 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11763 # Check whether --enable-maintainer-mode was given.
11764 if test "${enable_maintainer_mode+set}" = set; then :
11765 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11766 else
11767 USE_MAINTAINER_MODE=no
11770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11771 $as_echo "$USE_MAINTAINER_MODE" >&6; }
11772 if test $USE_MAINTAINER_MODE = yes; then
11773 MAINTAINER_MODE_TRUE=
11774 MAINTAINER_MODE_FALSE='#'
11775 else
11776 MAINTAINER_MODE_TRUE='#'
11777 MAINTAINER_MODE_FALSE=
11780 MAINT=$MAINTAINER_MODE_TRUE
11784 # For libtool versioning info, format is CURRENT:REVISION:AGE
11785 libtool_VERSION=3:0:2
11788 # Check for used threading-model
11789 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for thread model used by GCC" >&5
11790 $as_echo_n "checking for thread model used by GCC... " >&6; }
11791 target_thread_file=`$CC -v 2>&1 | sed -n 's/^Thread model: //p'`
11792 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $target_thread_file" >&5
11793 $as_echo "$target_thread_file" >&6; }
11795 case "$target" in
11796 *aarch64*)
11797 ac_ext=c
11798 ac_cpp='$CPP $CPPFLAGS'
11799 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11800 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11801 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11803 enable_aarch64_lse=
11804 save_CFLAGS="$CFLAGS"
11805 for real_option in -march=armv8-a+lse; do
11806 # Do the check with the no- prefix removed since gcc silently
11807 # accepts any -Wno-* option on purpose
11808 case $real_option in
11809 -Wno-*) option=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
11810 *) option=$real_option ;;
11811 esac
11812 as_acx_Woption=`$as_echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh`
11814 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports $option" >&5
11815 $as_echo_n "checking whether $CC supports $option... " >&6; }
11816 if eval \${$as_acx_Woption+:} false; then :
11817 $as_echo_n "(cached) " >&6
11818 else
11819 CFLAGS="$option"
11820 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11821 /* end confdefs.h. */
11824 main ()
11828 return 0;
11830 _ACEOF
11831 if ac_fn_c_try_compile "$LINENO"; then :
11832 eval "$as_acx_Woption=yes"
11833 else
11834 eval "$as_acx_Woption=no"
11836 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11839 eval ac_res=\$$as_acx_Woption
11840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11841 $as_echo "$ac_res" >&6; }
11842 if test `eval 'as_val=${'$as_acx_Woption'};$as_echo "$as_val"'` = yes; then :
11843 enable_aarch64_lse="$enable_aarch64_lse${enable_aarch64_lse:+ }$real_option"
11845 done
11846 CFLAGS="$save_CFLAGS"
11847 ac_ext=c
11848 ac_cpp='$CPP $CPPFLAGS'
11849 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11850 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11851 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11855 esac
11857 # Get target configury.
11858 . ${srcdir}/configure.tgt
11859 if test -n "$UNSUPPORTED"; then
11860 as_fn_error $? "Configuration ${target} is unsupported." "$LINENO" 5
11863 # Write out the ifunc resolver arg type.
11865 cat >>confdefs.h <<_ACEOF
11866 #define IFUNC_RESOLVER_ARGS $IFUNC_RESOLVER_ARGS
11867 _ACEOF
11870 # Disable fallbacks to __sync routines from libgcc. Otherwise we'll
11871 # make silly decisions about what the cpu can do.
11872 CFLAGS="$save_CFLAGS -fno-sync-libcalls $XCFLAGS"
11874 # Check header files.
11875 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
11876 $as_echo_n "checking for ANSI C header files... " >&6; }
11877 if ${ac_cv_header_stdc+:} false; then :
11878 $as_echo_n "(cached) " >&6
11879 else
11880 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11881 /* end confdefs.h. */
11882 #include <stdlib.h>
11883 #include <stdarg.h>
11884 #include <string.h>
11885 #include <float.h>
11888 main ()
11892 return 0;
11894 _ACEOF
11895 if ac_fn_c_try_compile "$LINENO"; then :
11896 ac_cv_header_stdc=yes
11897 else
11898 ac_cv_header_stdc=no
11900 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11902 if test $ac_cv_header_stdc = yes; then
11903 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
11904 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11905 /* end confdefs.h. */
11906 #include <string.h>
11908 _ACEOF
11909 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11910 $EGREP "memchr" >/dev/null 2>&1; then :
11912 else
11913 ac_cv_header_stdc=no
11915 rm -f conftest*
11919 if test $ac_cv_header_stdc = yes; then
11920 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
11921 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11922 /* end confdefs.h. */
11923 #include <stdlib.h>
11925 _ACEOF
11926 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11927 $EGREP "free" >/dev/null 2>&1; then :
11929 else
11930 ac_cv_header_stdc=no
11932 rm -f conftest*
11936 if test $ac_cv_header_stdc = yes; then
11937 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
11938 if test "$cross_compiling" = yes; then :
11940 else
11941 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11942 /* end confdefs.h. */
11943 #include <ctype.h>
11944 #include <stdlib.h>
11945 #if ((' ' & 0x0FF) == 0x020)
11946 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
11947 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
11948 #else
11949 # define ISLOWER(c) \
11950 (('a' <= (c) && (c) <= 'i') \
11951 || ('j' <= (c) && (c) <= 'r') \
11952 || ('s' <= (c) && (c) <= 'z'))
11953 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
11954 #endif
11956 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
11958 main ()
11960 int i;
11961 for (i = 0; i < 256; i++)
11962 if (XOR (islower (i), ISLOWER (i))
11963 || toupper (i) != TOUPPER (i))
11964 return 2;
11965 return 0;
11967 _ACEOF
11968 if ac_fn_c_try_run "$LINENO"; then :
11970 else
11971 ac_cv_header_stdc=no
11973 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11974 conftest.$ac_objext conftest.beam conftest.$ac_ext
11979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
11980 $as_echo "$ac_cv_header_stdc" >&6; }
11981 if test $ac_cv_header_stdc = yes; then
11983 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
11987 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
11988 $as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
11989 if ${gcc_cv_header_string+:} false; then :
11990 $as_echo_n "(cached) " >&6
11991 else
11992 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11993 /* end confdefs.h. */
11994 #include <string.h>
11995 #include <strings.h>
11997 main ()
12001 return 0;
12003 _ACEOF
12004 if ac_fn_c_try_compile "$LINENO"; then :
12005 gcc_cv_header_string=yes
12006 else
12007 gcc_cv_header_string=no
12009 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
12012 $as_echo "$gcc_cv_header_string" >&6; }
12013 if test $gcc_cv_header_string = yes; then
12015 $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
12021 inttype_headers=`echo inttypes.h sys/inttypes.h | sed -e 's/,/ /g'`
12023 acx_cv_header_stdint=stddef.h
12024 acx_cv_header_stdint_kind="(already complete)"
12025 for i in stdint.h $inttype_headers; do
12026 unset ac_cv_type_uintptr_t
12027 unset ac_cv_type_uintmax_t
12028 unset ac_cv_type_int_least32_t
12029 unset ac_cv_type_int_fast32_t
12030 unset ac_cv_type_uint64_t
12031 $as_echo_n "looking for a compliant stdint.h in $i, " >&6
12032 ac_fn_c_check_type "$LINENO" "uintmax_t" "ac_cv_type_uintmax_t" "#include <sys/types.h>
12033 #include <$i>
12035 if test "x$ac_cv_type_uintmax_t" = xyes; then :
12036 acx_cv_header_stdint=$i
12037 else
12038 continue
12041 ac_fn_c_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h>
12042 #include <$i>
12044 if test "x$ac_cv_type_uintptr_t" = xyes; then :
12046 else
12047 acx_cv_header_stdint_kind="(mostly complete)"
12050 ac_fn_c_check_type "$LINENO" "int_least32_t" "ac_cv_type_int_least32_t" "#include <sys/types.h>
12051 #include <$i>
12053 if test "x$ac_cv_type_int_least32_t" = xyes; then :
12055 else
12056 acx_cv_header_stdint_kind="(mostly complete)"
12059 ac_fn_c_check_type "$LINENO" "int_fast32_t" "ac_cv_type_int_fast32_t" "#include <sys/types.h>
12060 #include <$i>
12062 if test "x$ac_cv_type_int_fast32_t" = xyes; then :
12064 else
12065 acx_cv_header_stdint_kind="(mostly complete)"
12068 ac_fn_c_check_type "$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h>
12069 #include <$i>
12071 if test "x$ac_cv_type_uint64_t" = xyes; then :
12073 else
12074 acx_cv_header_stdint_kind="(lacks uint64_t)"
12077 break
12078 done
12079 if test "$acx_cv_header_stdint" = stddef.h; then
12080 acx_cv_header_stdint_kind="(lacks uintmax_t)"
12081 for i in stdint.h $inttype_headers; do
12082 unset ac_cv_type_uintptr_t
12083 unset ac_cv_type_uint32_t
12084 unset ac_cv_type_uint64_t
12085 $as_echo_n "looking for an incomplete stdint.h in $i, " >&6
12086 ac_fn_c_check_type "$LINENO" "uint32_t" "ac_cv_type_uint32_t" "#include <sys/types.h>
12087 #include <$i>
12089 if test "x$ac_cv_type_uint32_t" = xyes; then :
12090 acx_cv_header_stdint=$i
12091 else
12092 continue
12095 ac_fn_c_check_type "$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h>
12096 #include <$i>
12098 if test "x$ac_cv_type_uint64_t" = xyes; then :
12102 ac_fn_c_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h>
12103 #include <$i>
12105 if test "x$ac_cv_type_uintptr_t" = xyes; then :
12109 break
12110 done
12112 if test "$acx_cv_header_stdint" = stddef.h; then
12113 acx_cv_header_stdint_kind="(u_intXX_t style)"
12114 for i in sys/types.h $inttype_headers; do
12115 unset ac_cv_type_u_int32_t
12116 unset ac_cv_type_u_int64_t
12117 $as_echo_n "looking for u_intXX_t types in $i, " >&6
12118 ac_fn_c_check_type "$LINENO" "u_int32_t" "ac_cv_type_u_int32_t" "#include <sys/types.h>
12119 #include <$i>
12121 if test "x$ac_cv_type_u_int32_t" = xyes; then :
12122 acx_cv_header_stdint=$i
12123 else
12124 continue
12127 ac_fn_c_check_type "$LINENO" "u_int64_t" "ac_cv_type_u_int64_t" "#include <sys/types.h>
12128 #include <$i>
12130 if test "x$ac_cv_type_u_int64_t" = xyes; then :
12134 break
12135 done
12137 if test "$acx_cv_header_stdint" = stddef.h; then
12138 acx_cv_header_stdint_kind="(using manual detection)"
12141 test -z "$ac_cv_type_uintptr_t" && ac_cv_type_uintptr_t=no
12142 test -z "$ac_cv_type_uint64_t" && ac_cv_type_uint64_t=no
12143 test -z "$ac_cv_type_u_int64_t" && ac_cv_type_u_int64_t=no
12144 test -z "$ac_cv_type_int_least32_t" && ac_cv_type_int_least32_t=no
12145 test -z "$ac_cv_type_int_fast32_t" && ac_cv_type_int_fast32_t=no
12147 # ----------------- Summarize what we found so far
12149 { $as_echo "$as_me:${as_lineno-$LINENO}: checking what to include in gstdint.h" >&5
12150 $as_echo_n "checking what to include in gstdint.h... " >&6; }
12152 case `$as_basename -- gstdint.h ||
12153 $as_expr X/gstdint.h : '.*/\([^/][^/]*\)/*$' \| \
12154 Xgstdint.h : 'X\(//\)$' \| \
12155 Xgstdint.h : 'X\(/\)' \| . 2>/dev/null ||
12156 $as_echo X/gstdint.h |
12157 sed '/^.*\/\([^/][^/]*\)\/*$/{
12158 s//\1/
12161 /^X\/\(\/\/\)$/{
12162 s//\1/
12165 /^X\/\(\/\).*/{
12166 s//\1/
12169 s/.*/./; q'` in
12170 stdint.h) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5
12171 $as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
12172 inttypes.h) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5
12173 $as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
12174 *) ;;
12175 esac
12177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_header_stdint $acx_cv_header_stdint_kind" >&5
12178 $as_echo "$acx_cv_header_stdint $acx_cv_header_stdint_kind" >&6; }
12180 # ----------------- done included file, check C basic types --------
12182 # Lacking an uintptr_t? Test size of void *
12183 case "$acx_cv_header_stdint:$ac_cv_type_uintptr_t" in
12184 stddef.h:* | *:no) # The cast to long int works around a bug in the HP C Compiler
12185 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12186 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12187 # This bug is HP SR number 8606223364.
12188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
12189 $as_echo_n "checking size of void *... " >&6; }
12190 if ${ac_cv_sizeof_void_p+:} false; then :
12191 $as_echo_n "(cached) " >&6
12192 else
12193 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
12195 else
12196 if test "$ac_cv_type_void_p" = yes; then
12197 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12198 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12199 as_fn_error 77 "cannot compute sizeof (void *)
12200 See \`config.log' for more details" "$LINENO" 5; }
12201 else
12202 ac_cv_sizeof_void_p=0
12207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
12208 $as_echo "$ac_cv_sizeof_void_p" >&6; }
12212 cat >>confdefs.h <<_ACEOF
12213 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
12214 _ACEOF
12217 esac
12219 # Lacking an uint64_t? Test size of long
12220 case "$acx_cv_header_stdint:$ac_cv_type_uint64_t:$ac_cv_type_u_int64_t" in
12221 stddef.h:*:* | *:no:no) # The cast to long int works around a bug in the HP C Compiler
12222 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12223 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12224 # This bug is HP SR number 8606223364.
12225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
12226 $as_echo_n "checking size of long... " >&6; }
12227 if ${ac_cv_sizeof_long+:} false; then :
12228 $as_echo_n "(cached) " >&6
12229 else
12230 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
12232 else
12233 if test "$ac_cv_type_long" = yes; then
12234 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12235 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12236 as_fn_error 77 "cannot compute sizeof (long)
12237 See \`config.log' for more details" "$LINENO" 5; }
12238 else
12239 ac_cv_sizeof_long=0
12244 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
12245 $as_echo "$ac_cv_sizeof_long" >&6; }
12249 cat >>confdefs.h <<_ACEOF
12250 #define SIZEOF_LONG $ac_cv_sizeof_long
12251 _ACEOF
12254 esac
12256 if test $acx_cv_header_stdint = stddef.h; then
12257 # Lacking a good header? Test size of everything and deduce all types.
12258 # The cast to long int works around a bug in the HP C Compiler
12259 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12260 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12261 # This bug is HP SR number 8606223364.
12262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
12263 $as_echo_n "checking size of int... " >&6; }
12264 if ${ac_cv_sizeof_int+:} false; then :
12265 $as_echo_n "(cached) " >&6
12266 else
12267 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
12269 else
12270 if test "$ac_cv_type_int" = yes; then
12271 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12272 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12273 as_fn_error 77 "cannot compute sizeof (int)
12274 See \`config.log' for more details" "$LINENO" 5; }
12275 else
12276 ac_cv_sizeof_int=0
12281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
12282 $as_echo "$ac_cv_sizeof_int" >&6; }
12286 cat >>confdefs.h <<_ACEOF
12287 #define SIZEOF_INT $ac_cv_sizeof_int
12288 _ACEOF
12291 # The cast to long int works around a bug in the HP C Compiler
12292 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12293 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12294 # This bug is HP SR number 8606223364.
12295 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short" >&5
12296 $as_echo_n "checking size of short... " >&6; }
12297 if ${ac_cv_sizeof_short+:} false; then :
12298 $as_echo_n "(cached) " >&6
12299 else
12300 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (short))" "ac_cv_sizeof_short" "$ac_includes_default"; then :
12302 else
12303 if test "$ac_cv_type_short" = yes; then
12304 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12305 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12306 as_fn_error 77 "cannot compute sizeof (short)
12307 See \`config.log' for more details" "$LINENO" 5; }
12308 else
12309 ac_cv_sizeof_short=0
12314 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_short" >&5
12315 $as_echo "$ac_cv_sizeof_short" >&6; }
12319 cat >>confdefs.h <<_ACEOF
12320 #define SIZEOF_SHORT $ac_cv_sizeof_short
12321 _ACEOF
12324 # The cast to long int works around a bug in the HP C Compiler
12325 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12326 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12327 # This bug is HP SR number 8606223364.
12328 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of char" >&5
12329 $as_echo_n "checking size of char... " >&6; }
12330 if ${ac_cv_sizeof_char+:} false; then :
12331 $as_echo_n "(cached) " >&6
12332 else
12333 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (char))" "ac_cv_sizeof_char" "$ac_includes_default"; then :
12335 else
12336 if test "$ac_cv_type_char" = yes; then
12337 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12338 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12339 as_fn_error 77 "cannot compute sizeof (char)
12340 See \`config.log' for more details" "$LINENO" 5; }
12341 else
12342 ac_cv_sizeof_char=0
12347 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_char" >&5
12348 $as_echo "$ac_cv_sizeof_char" >&6; }
12352 cat >>confdefs.h <<_ACEOF
12353 #define SIZEOF_CHAR $ac_cv_sizeof_char
12354 _ACEOF
12358 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int8_t" >&5
12359 $as_echo_n "checking for type equivalent to int8_t... " >&6; }
12360 case "$ac_cv_sizeof_char" in
12361 1) acx_cv_type_int8_t=char ;;
12362 *) as_fn_error $? "no 8-bit type, please report a bug" "$LINENO" 5
12363 esac
12364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int8_t" >&5
12365 $as_echo "$acx_cv_type_int8_t" >&6; }
12367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int16_t" >&5
12368 $as_echo_n "checking for type equivalent to int16_t... " >&6; }
12369 case "$ac_cv_sizeof_int:$ac_cv_sizeof_short" in
12370 2:*) acx_cv_type_int16_t=int ;;
12371 *:2) acx_cv_type_int16_t=short ;;
12372 *) as_fn_error $? "no 16-bit type, please report a bug" "$LINENO" 5
12373 esac
12374 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int16_t" >&5
12375 $as_echo "$acx_cv_type_int16_t" >&6; }
12377 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int32_t" >&5
12378 $as_echo_n "checking for type equivalent to int32_t... " >&6; }
12379 case "$ac_cv_sizeof_int:$ac_cv_sizeof_long" in
12380 4:*) acx_cv_type_int32_t=int ;;
12381 *:4) acx_cv_type_int32_t=long ;;
12382 *) as_fn_error $? "no 32-bit type, please report a bug" "$LINENO" 5
12383 esac
12384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int32_t" >&5
12385 $as_echo "$acx_cv_type_int32_t" >&6; }
12388 # These tests are here to make the output prettier
12390 if test "$ac_cv_type_uint64_t" != yes && test "$ac_cv_type_u_int64_t" != yes; then
12391 case "$ac_cv_sizeof_long" in
12392 8) acx_cv_type_int64_t=long ;;
12393 esac
12394 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int64_t" >&5
12395 $as_echo_n "checking for type equivalent to int64_t... " >&6; }
12396 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${acx_cv_type_int64_t-'using preprocessor symbols'}" >&5
12397 $as_echo "${acx_cv_type_int64_t-'using preprocessor symbols'}" >&6; }
12400 # Now we can use the above types
12402 if test "$ac_cv_type_uintptr_t" != yes; then
12403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to intptr_t" >&5
12404 $as_echo_n "checking for type equivalent to intptr_t... " >&6; }
12405 case $ac_cv_sizeof_void_p in
12406 2) acx_cv_type_intptr_t=int16_t ;;
12407 4) acx_cv_type_intptr_t=int32_t ;;
12408 8) acx_cv_type_intptr_t=int64_t ;;
12409 *) as_fn_error $? "no equivalent for intptr_t, please report a bug" "$LINENO" 5
12410 esac
12411 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_intptr_t" >&5
12412 $as_echo "$acx_cv_type_intptr_t" >&6; }
12415 # ----------------- done all checks, emit header -------------
12416 ac_config_commands="$ac_config_commands gstdint.h"
12420 for ac_header in fenv.h
12421 do :
12422 ac_fn_c_check_header_mongrel "$LINENO" "fenv.h" "ac_cv_header_fenv_h" "$ac_includes_default"
12423 if test "x$ac_cv_header_fenv_h" = xyes; then :
12424 cat >>confdefs.h <<_ACEOF
12425 #define HAVE_FENV_H 1
12426 _ACEOF
12430 done
12433 # Check for common type sizes
12435 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 1 byte integer" >&5
12436 $as_echo_n "checking for 1 byte integer... " >&6; }
12437 if ${libat_cv_have_mode_QI+:} false; then :
12438 $as_echo_n "(cached) " >&6
12439 else
12440 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12441 /* end confdefs.h. */
12442 int x __attribute__((mode(QI)));
12443 _ACEOF
12444 if ac_fn_c_try_compile "$LINENO"; then :
12445 libat_cv_have_mode_QI=yes
12446 else
12447 libat_cv_have_mode_QI=no
12449 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12451 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_mode_QI" >&5
12452 $as_echo "$libat_cv_have_mode_QI" >&6; }
12454 yesno=`echo $libat_cv_have_mode_QI | tr 'yesno' '1 0 '`
12456 cat >>confdefs.h <<_ACEOF
12457 #define HAVE_INT1 $yesno
12458 _ACEOF
12461 if test x$libat_cv_have_mode_QI = xyes; then
12462 SIZES="$SIZES 1"
12466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 2 byte integer" >&5
12467 $as_echo_n "checking for 2 byte integer... " >&6; }
12468 if ${libat_cv_have_mode_HI+:} false; then :
12469 $as_echo_n "(cached) " >&6
12470 else
12471 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12472 /* end confdefs.h. */
12473 int x __attribute__((mode(HI)));
12474 _ACEOF
12475 if ac_fn_c_try_compile "$LINENO"; then :
12476 libat_cv_have_mode_HI=yes
12477 else
12478 libat_cv_have_mode_HI=no
12480 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_mode_HI" >&5
12483 $as_echo "$libat_cv_have_mode_HI" >&6; }
12485 yesno=`echo $libat_cv_have_mode_HI | tr 'yesno' '1 0 '`
12487 cat >>confdefs.h <<_ACEOF
12488 #define HAVE_INT2 $yesno
12489 _ACEOF
12492 if test x$libat_cv_have_mode_HI = xyes; then
12493 SIZES="$SIZES 2"
12497 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 4 byte integer" >&5
12498 $as_echo_n "checking for 4 byte integer... " >&6; }
12499 if ${libat_cv_have_mode_SI+:} false; then :
12500 $as_echo_n "(cached) " >&6
12501 else
12502 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12503 /* end confdefs.h. */
12504 int x __attribute__((mode(SI)));
12505 _ACEOF
12506 if ac_fn_c_try_compile "$LINENO"; then :
12507 libat_cv_have_mode_SI=yes
12508 else
12509 libat_cv_have_mode_SI=no
12511 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_mode_SI" >&5
12514 $as_echo "$libat_cv_have_mode_SI" >&6; }
12516 yesno=`echo $libat_cv_have_mode_SI | tr 'yesno' '1 0 '`
12518 cat >>confdefs.h <<_ACEOF
12519 #define HAVE_INT4 $yesno
12520 _ACEOF
12523 if test x$libat_cv_have_mode_SI = xyes; then
12524 SIZES="$SIZES 4"
12528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 8 byte integer" >&5
12529 $as_echo_n "checking for 8 byte integer... " >&6; }
12530 if ${libat_cv_have_mode_DI+:} false; then :
12531 $as_echo_n "(cached) " >&6
12532 else
12533 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12534 /* end confdefs.h. */
12535 int x __attribute__((mode(DI)));
12536 _ACEOF
12537 if ac_fn_c_try_compile "$LINENO"; then :
12538 libat_cv_have_mode_DI=yes
12539 else
12540 libat_cv_have_mode_DI=no
12542 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12544 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_mode_DI" >&5
12545 $as_echo "$libat_cv_have_mode_DI" >&6; }
12547 yesno=`echo $libat_cv_have_mode_DI | tr 'yesno' '1 0 '`
12549 cat >>confdefs.h <<_ACEOF
12550 #define HAVE_INT8 $yesno
12551 _ACEOF
12554 if test x$libat_cv_have_mode_DI = xyes; then
12555 SIZES="$SIZES 8"
12559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 16 byte integer" >&5
12560 $as_echo_n "checking for 16 byte integer... " >&6; }
12561 if ${libat_cv_have_mode_TI+:} false; then :
12562 $as_echo_n "(cached) " >&6
12563 else
12564 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12565 /* end confdefs.h. */
12566 int x __attribute__((mode(TI)));
12567 _ACEOF
12568 if ac_fn_c_try_compile "$LINENO"; then :
12569 libat_cv_have_mode_TI=yes
12570 else
12571 libat_cv_have_mode_TI=no
12573 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_mode_TI" >&5
12576 $as_echo "$libat_cv_have_mode_TI" >&6; }
12578 yesno=`echo $libat_cv_have_mode_TI | tr 'yesno' '1 0 '`
12580 cat >>confdefs.h <<_ACEOF
12581 #define HAVE_INT16 $yesno
12582 _ACEOF
12585 if test x$libat_cv_have_mode_TI = xyes; then
12586 SIZES="$SIZES 16"
12591 # Check for compiler builtins of atomic operations.
12593 # Do link tests if possible, instead asm tests, limited to some platforms
12594 # see discussion in PR target/40134, PR libstdc++/40133 and the thread
12595 # starting at http://gcc.gnu.org/ml/gcc-patches/2009-07/msg00322.html
12596 atomic_builtins_link_tests=no
12597 if test x$gcc_no_link != xyes; then
12598 # Can do link tests. Limit to some tested platforms
12599 case "$host" in
12600 *-*-linux* | *-*-uclinux* | *-*-kfreebsd*-gnu | *-*-gnu*)
12601 atomic_builtins_link_tests=yes
12603 esac
12608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_load/store for size 1" >&5
12609 $as_echo_n "checking for __atomic_load/store for size 1... " >&6; }
12610 if ${libat_cv_have_at_ldst_1+:} false; then :
12611 $as_echo_n "(cached) " >&6
12612 else
12614 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12615 /* end confdefs.h. */
12618 main ()
12620 typedef int T __attribute__((mode(QI)));
12621 T *x; volatile T sink; asm("" : "=g"(x));
12622 sink = __atomic_load_n(x, 0);
12623 __atomic_store_n(x, sink, 0);
12625 return 0;
12627 _ACEOF
12628 if test x$atomic_builtins_link_tests = xyes; then
12629 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12630 (eval $ac_link) 2>&5
12631 ac_status=$?
12632 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12633 test $ac_status = 0; }; then
12634 eval libat_cv_have_at_ldst_1=yes
12635 else
12636 eval libat_cv_have_at_ldst_1=no
12638 else
12639 old_CFLAGS="$CFLAGS"
12640 # Compile unoptimized.
12641 CFLAGS="$CFLAGS -O0 -S"
12642 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
12643 (eval $ac_compile) 2>&5
12644 ac_status=$?
12645 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12646 test $ac_status = 0; }; then
12647 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
12648 eval libat_cv_have_at_ldst_1=no
12649 else
12650 eval libat_cv_have_at_ldst_1=yes
12652 else
12653 eval libat_cv_have_at_ldst_1=no
12655 CFLAGS="$old_CFLAGS"
12657 rm -f conftest*
12660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_ldst_1" >&5
12661 $as_echo "$libat_cv_have_at_ldst_1" >&6; }
12664 yesno=`echo $libat_cv_have_at_ldst_1 | tr 'yesno' '1 0 '`
12666 cat >>confdefs.h <<_ACEOF
12667 #define HAVE_ATOMIC_LDST_1 $yesno
12668 _ACEOF
12676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_load/store for size 2" >&5
12677 $as_echo_n "checking for __atomic_load/store for size 2... " >&6; }
12678 if ${libat_cv_have_at_ldst_2+:} false; then :
12679 $as_echo_n "(cached) " >&6
12680 else
12682 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12683 /* end confdefs.h. */
12686 main ()
12688 typedef int T __attribute__((mode(HI)));
12689 T *x; volatile T sink; asm("" : "=g"(x));
12690 sink = __atomic_load_n(x, 0);
12691 __atomic_store_n(x, sink, 0);
12693 return 0;
12695 _ACEOF
12696 if test x$atomic_builtins_link_tests = xyes; then
12697 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12698 (eval $ac_link) 2>&5
12699 ac_status=$?
12700 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12701 test $ac_status = 0; }; then
12702 eval libat_cv_have_at_ldst_2=yes
12703 else
12704 eval libat_cv_have_at_ldst_2=no
12706 else
12707 old_CFLAGS="$CFLAGS"
12708 # Compile unoptimized.
12709 CFLAGS="$CFLAGS -O0 -S"
12710 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
12711 (eval $ac_compile) 2>&5
12712 ac_status=$?
12713 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12714 test $ac_status = 0; }; then
12715 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
12716 eval libat_cv_have_at_ldst_2=no
12717 else
12718 eval libat_cv_have_at_ldst_2=yes
12720 else
12721 eval libat_cv_have_at_ldst_2=no
12723 CFLAGS="$old_CFLAGS"
12725 rm -f conftest*
12728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_ldst_2" >&5
12729 $as_echo "$libat_cv_have_at_ldst_2" >&6; }
12732 yesno=`echo $libat_cv_have_at_ldst_2 | tr 'yesno' '1 0 '`
12734 cat >>confdefs.h <<_ACEOF
12735 #define HAVE_ATOMIC_LDST_2 $yesno
12736 _ACEOF
12744 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_load/store for size 4" >&5
12745 $as_echo_n "checking for __atomic_load/store for size 4... " >&6; }
12746 if ${libat_cv_have_at_ldst_4+:} false; then :
12747 $as_echo_n "(cached) " >&6
12748 else
12750 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12751 /* end confdefs.h. */
12754 main ()
12756 typedef int T __attribute__((mode(SI)));
12757 T *x; volatile T sink; asm("" : "=g"(x));
12758 sink = __atomic_load_n(x, 0);
12759 __atomic_store_n(x, sink, 0);
12761 return 0;
12763 _ACEOF
12764 if test x$atomic_builtins_link_tests = xyes; then
12765 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12766 (eval $ac_link) 2>&5
12767 ac_status=$?
12768 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12769 test $ac_status = 0; }; then
12770 eval libat_cv_have_at_ldst_4=yes
12771 else
12772 eval libat_cv_have_at_ldst_4=no
12774 else
12775 old_CFLAGS="$CFLAGS"
12776 # Compile unoptimized.
12777 CFLAGS="$CFLAGS -O0 -S"
12778 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
12779 (eval $ac_compile) 2>&5
12780 ac_status=$?
12781 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12782 test $ac_status = 0; }; then
12783 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
12784 eval libat_cv_have_at_ldst_4=no
12785 else
12786 eval libat_cv_have_at_ldst_4=yes
12788 else
12789 eval libat_cv_have_at_ldst_4=no
12791 CFLAGS="$old_CFLAGS"
12793 rm -f conftest*
12796 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_ldst_4" >&5
12797 $as_echo "$libat_cv_have_at_ldst_4" >&6; }
12800 yesno=`echo $libat_cv_have_at_ldst_4 | tr 'yesno' '1 0 '`
12802 cat >>confdefs.h <<_ACEOF
12803 #define HAVE_ATOMIC_LDST_4 $yesno
12804 _ACEOF
12812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_load/store for size 8" >&5
12813 $as_echo_n "checking for __atomic_load/store for size 8... " >&6; }
12814 if ${libat_cv_have_at_ldst_8+:} false; then :
12815 $as_echo_n "(cached) " >&6
12816 else
12818 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12819 /* end confdefs.h. */
12822 main ()
12824 typedef int T __attribute__((mode(DI)));
12825 T *x; volatile T sink; asm("" : "=g"(x));
12826 sink = __atomic_load_n(x, 0);
12827 __atomic_store_n(x, sink, 0);
12829 return 0;
12831 _ACEOF
12832 if test x$atomic_builtins_link_tests = xyes; then
12833 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12834 (eval $ac_link) 2>&5
12835 ac_status=$?
12836 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12837 test $ac_status = 0; }; then
12838 eval libat_cv_have_at_ldst_8=yes
12839 else
12840 eval libat_cv_have_at_ldst_8=no
12842 else
12843 old_CFLAGS="$CFLAGS"
12844 # Compile unoptimized.
12845 CFLAGS="$CFLAGS -O0 -S"
12846 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
12847 (eval $ac_compile) 2>&5
12848 ac_status=$?
12849 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12850 test $ac_status = 0; }; then
12851 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
12852 eval libat_cv_have_at_ldst_8=no
12853 else
12854 eval libat_cv_have_at_ldst_8=yes
12856 else
12857 eval libat_cv_have_at_ldst_8=no
12859 CFLAGS="$old_CFLAGS"
12861 rm -f conftest*
12864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_ldst_8" >&5
12865 $as_echo "$libat_cv_have_at_ldst_8" >&6; }
12868 yesno=`echo $libat_cv_have_at_ldst_8 | tr 'yesno' '1 0 '`
12870 cat >>confdefs.h <<_ACEOF
12871 #define HAVE_ATOMIC_LDST_8 $yesno
12872 _ACEOF
12880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_load/store for size 16" >&5
12881 $as_echo_n "checking for __atomic_load/store for size 16... " >&6; }
12882 if ${libat_cv_have_at_ldst_16+:} false; then :
12883 $as_echo_n "(cached) " >&6
12884 else
12886 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12887 /* end confdefs.h. */
12890 main ()
12892 typedef int T __attribute__((mode(TI)));
12893 T *x; volatile T sink; asm("" : "=g"(x));
12894 sink = __atomic_load_n(x, 0);
12895 __atomic_store_n(x, sink, 0);
12897 return 0;
12899 _ACEOF
12900 if test x$atomic_builtins_link_tests = xyes; then
12901 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12902 (eval $ac_link) 2>&5
12903 ac_status=$?
12904 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12905 test $ac_status = 0; }; then
12906 eval libat_cv_have_at_ldst_16=yes
12907 else
12908 eval libat_cv_have_at_ldst_16=no
12910 else
12911 old_CFLAGS="$CFLAGS"
12912 # Compile unoptimized.
12913 CFLAGS="$CFLAGS -O0 -S"
12914 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
12915 (eval $ac_compile) 2>&5
12916 ac_status=$?
12917 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12918 test $ac_status = 0; }; then
12919 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
12920 eval libat_cv_have_at_ldst_16=no
12921 else
12922 eval libat_cv_have_at_ldst_16=yes
12924 else
12925 eval libat_cv_have_at_ldst_16=no
12927 CFLAGS="$old_CFLAGS"
12929 rm -f conftest*
12932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_ldst_16" >&5
12933 $as_echo "$libat_cv_have_at_ldst_16" >&6; }
12936 yesno=`echo $libat_cv_have_at_ldst_16 | tr 'yesno' '1 0 '`
12938 cat >>confdefs.h <<_ACEOF
12939 #define HAVE_ATOMIC_LDST_16 $yesno
12940 _ACEOF
12949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_test_and_set for size 1" >&5
12950 $as_echo_n "checking for __atomic_test_and_set for size 1... " >&6; }
12951 if ${libat_cv_have_at_tas_1+:} false; then :
12952 $as_echo_n "(cached) " >&6
12953 else
12955 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12956 /* end confdefs.h. */
12959 main ()
12961 typedef int T __attribute__((mode(QI))); T *x; asm("" : "=g"(x));
12962 __atomic_test_and_set(x, 0);
12964 return 0;
12966 _ACEOF
12967 if test x$atomic_builtins_link_tests = xyes; then
12968 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12969 (eval $ac_link) 2>&5
12970 ac_status=$?
12971 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12972 test $ac_status = 0; }; then
12973 eval libat_cv_have_at_tas_1=yes
12974 else
12975 eval libat_cv_have_at_tas_1=no
12977 else
12978 old_CFLAGS="$CFLAGS"
12979 # Compile unoptimized.
12980 CFLAGS="$CFLAGS -O0 -S"
12981 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
12982 (eval $ac_compile) 2>&5
12983 ac_status=$?
12984 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12985 test $ac_status = 0; }; then
12986 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
12987 eval libat_cv_have_at_tas_1=no
12988 else
12989 eval libat_cv_have_at_tas_1=yes
12991 else
12992 eval libat_cv_have_at_tas_1=no
12994 CFLAGS="$old_CFLAGS"
12996 rm -f conftest*
12999 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_tas_1" >&5
13000 $as_echo "$libat_cv_have_at_tas_1" >&6; }
13003 yesno=`echo $libat_cv_have_at_tas_1 | tr 'yesno' '1 0 '`
13005 cat >>confdefs.h <<_ACEOF
13006 #define HAVE_ATOMIC_TAS_1 $yesno
13007 _ACEOF
13014 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_test_and_set for size 2" >&5
13015 $as_echo_n "checking for __atomic_test_and_set for size 2... " >&6; }
13016 if ${libat_cv_have_at_tas_2+:} false; then :
13017 $as_echo_n "(cached) " >&6
13018 else
13020 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13021 /* end confdefs.h. */
13024 main ()
13026 typedef int T __attribute__((mode(HI))); T *x; asm("" : "=g"(x));
13027 __atomic_test_and_set(x, 0);
13029 return 0;
13031 _ACEOF
13032 if test x$atomic_builtins_link_tests = xyes; then
13033 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13034 (eval $ac_link) 2>&5
13035 ac_status=$?
13036 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13037 test $ac_status = 0; }; then
13038 eval libat_cv_have_at_tas_2=yes
13039 else
13040 eval libat_cv_have_at_tas_2=no
13042 else
13043 old_CFLAGS="$CFLAGS"
13044 # Compile unoptimized.
13045 CFLAGS="$CFLAGS -O0 -S"
13046 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13047 (eval $ac_compile) 2>&5
13048 ac_status=$?
13049 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13050 test $ac_status = 0; }; then
13051 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
13052 eval libat_cv_have_at_tas_2=no
13053 else
13054 eval libat_cv_have_at_tas_2=yes
13056 else
13057 eval libat_cv_have_at_tas_2=no
13059 CFLAGS="$old_CFLAGS"
13061 rm -f conftest*
13064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_tas_2" >&5
13065 $as_echo "$libat_cv_have_at_tas_2" >&6; }
13068 yesno=`echo $libat_cv_have_at_tas_2 | tr 'yesno' '1 0 '`
13070 cat >>confdefs.h <<_ACEOF
13071 #define HAVE_ATOMIC_TAS_2 $yesno
13072 _ACEOF
13079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_test_and_set for size 4" >&5
13080 $as_echo_n "checking for __atomic_test_and_set for size 4... " >&6; }
13081 if ${libat_cv_have_at_tas_4+:} false; then :
13082 $as_echo_n "(cached) " >&6
13083 else
13085 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13086 /* end confdefs.h. */
13089 main ()
13091 typedef int T __attribute__((mode(SI))); T *x; asm("" : "=g"(x));
13092 __atomic_test_and_set(x, 0);
13094 return 0;
13096 _ACEOF
13097 if test x$atomic_builtins_link_tests = xyes; then
13098 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13099 (eval $ac_link) 2>&5
13100 ac_status=$?
13101 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13102 test $ac_status = 0; }; then
13103 eval libat_cv_have_at_tas_4=yes
13104 else
13105 eval libat_cv_have_at_tas_4=no
13107 else
13108 old_CFLAGS="$CFLAGS"
13109 # Compile unoptimized.
13110 CFLAGS="$CFLAGS -O0 -S"
13111 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13112 (eval $ac_compile) 2>&5
13113 ac_status=$?
13114 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13115 test $ac_status = 0; }; then
13116 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
13117 eval libat_cv_have_at_tas_4=no
13118 else
13119 eval libat_cv_have_at_tas_4=yes
13121 else
13122 eval libat_cv_have_at_tas_4=no
13124 CFLAGS="$old_CFLAGS"
13126 rm -f conftest*
13129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_tas_4" >&5
13130 $as_echo "$libat_cv_have_at_tas_4" >&6; }
13133 yesno=`echo $libat_cv_have_at_tas_4 | tr 'yesno' '1 0 '`
13135 cat >>confdefs.h <<_ACEOF
13136 #define HAVE_ATOMIC_TAS_4 $yesno
13137 _ACEOF
13144 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_test_and_set for size 8" >&5
13145 $as_echo_n "checking for __atomic_test_and_set for size 8... " >&6; }
13146 if ${libat_cv_have_at_tas_8+:} false; then :
13147 $as_echo_n "(cached) " >&6
13148 else
13150 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13151 /* end confdefs.h. */
13154 main ()
13156 typedef int T __attribute__((mode(DI))); T *x; asm("" : "=g"(x));
13157 __atomic_test_and_set(x, 0);
13159 return 0;
13161 _ACEOF
13162 if test x$atomic_builtins_link_tests = xyes; then
13163 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13164 (eval $ac_link) 2>&5
13165 ac_status=$?
13166 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13167 test $ac_status = 0; }; then
13168 eval libat_cv_have_at_tas_8=yes
13169 else
13170 eval libat_cv_have_at_tas_8=no
13172 else
13173 old_CFLAGS="$CFLAGS"
13174 # Compile unoptimized.
13175 CFLAGS="$CFLAGS -O0 -S"
13176 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13177 (eval $ac_compile) 2>&5
13178 ac_status=$?
13179 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13180 test $ac_status = 0; }; then
13181 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
13182 eval libat_cv_have_at_tas_8=no
13183 else
13184 eval libat_cv_have_at_tas_8=yes
13186 else
13187 eval libat_cv_have_at_tas_8=no
13189 CFLAGS="$old_CFLAGS"
13191 rm -f conftest*
13194 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_tas_8" >&5
13195 $as_echo "$libat_cv_have_at_tas_8" >&6; }
13198 yesno=`echo $libat_cv_have_at_tas_8 | tr 'yesno' '1 0 '`
13200 cat >>confdefs.h <<_ACEOF
13201 #define HAVE_ATOMIC_TAS_8 $yesno
13202 _ACEOF
13209 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_test_and_set for size 16" >&5
13210 $as_echo_n "checking for __atomic_test_and_set for size 16... " >&6; }
13211 if ${libat_cv_have_at_tas_16+:} false; then :
13212 $as_echo_n "(cached) " >&6
13213 else
13215 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13216 /* end confdefs.h. */
13219 main ()
13221 typedef int T __attribute__((mode(TI))); T *x; asm("" : "=g"(x));
13222 __atomic_test_and_set(x, 0);
13224 return 0;
13226 _ACEOF
13227 if test x$atomic_builtins_link_tests = xyes; then
13228 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13229 (eval $ac_link) 2>&5
13230 ac_status=$?
13231 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13232 test $ac_status = 0; }; then
13233 eval libat_cv_have_at_tas_16=yes
13234 else
13235 eval libat_cv_have_at_tas_16=no
13237 else
13238 old_CFLAGS="$CFLAGS"
13239 # Compile unoptimized.
13240 CFLAGS="$CFLAGS -O0 -S"
13241 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13242 (eval $ac_compile) 2>&5
13243 ac_status=$?
13244 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13245 test $ac_status = 0; }; then
13246 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
13247 eval libat_cv_have_at_tas_16=no
13248 else
13249 eval libat_cv_have_at_tas_16=yes
13251 else
13252 eval libat_cv_have_at_tas_16=no
13254 CFLAGS="$old_CFLAGS"
13256 rm -f conftest*
13259 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_tas_16" >&5
13260 $as_echo "$libat_cv_have_at_tas_16" >&6; }
13263 yesno=`echo $libat_cv_have_at_tas_16 | tr 'yesno' '1 0 '`
13265 cat >>confdefs.h <<_ACEOF
13266 #define HAVE_ATOMIC_TAS_16 $yesno
13267 _ACEOF
13275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_exchange for size 1" >&5
13276 $as_echo_n "checking for __atomic_exchange for size 1... " >&6; }
13277 if ${libat_cv_have_at_exch_1+:} false; then :
13278 $as_echo_n "(cached) " >&6
13279 else
13281 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13282 /* end confdefs.h. */
13285 main ()
13287 typedef int T __attribute__((mode(QI))); T *x; asm("" : "=g"(x));
13288 __atomic_exchange_n(x, 0, 0);
13290 return 0;
13292 _ACEOF
13293 if test x$atomic_builtins_link_tests = xyes; then
13294 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13295 (eval $ac_link) 2>&5
13296 ac_status=$?
13297 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13298 test $ac_status = 0; }; then
13299 eval libat_cv_have_at_exch_1=yes
13300 else
13301 eval libat_cv_have_at_exch_1=no
13303 else
13304 old_CFLAGS="$CFLAGS"
13305 # Compile unoptimized.
13306 CFLAGS="$CFLAGS -O0 -S"
13307 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13308 (eval $ac_compile) 2>&5
13309 ac_status=$?
13310 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13311 test $ac_status = 0; }; then
13312 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
13313 eval libat_cv_have_at_exch_1=no
13314 else
13315 eval libat_cv_have_at_exch_1=yes
13317 else
13318 eval libat_cv_have_at_exch_1=no
13320 CFLAGS="$old_CFLAGS"
13322 rm -f conftest*
13325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_exch_1" >&5
13326 $as_echo "$libat_cv_have_at_exch_1" >&6; }
13329 yesno=`echo $libat_cv_have_at_exch_1 | tr 'yesno' '1 0 '`
13331 cat >>confdefs.h <<_ACEOF
13332 #define HAVE_ATOMIC_EXCHANGE_1 $yesno
13333 _ACEOF
13340 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_exchange for size 2" >&5
13341 $as_echo_n "checking for __atomic_exchange for size 2... " >&6; }
13342 if ${libat_cv_have_at_exch_2+:} false; then :
13343 $as_echo_n "(cached) " >&6
13344 else
13346 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13347 /* end confdefs.h. */
13350 main ()
13352 typedef int T __attribute__((mode(HI))); T *x; asm("" : "=g"(x));
13353 __atomic_exchange_n(x, 0, 0);
13355 return 0;
13357 _ACEOF
13358 if test x$atomic_builtins_link_tests = xyes; then
13359 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13360 (eval $ac_link) 2>&5
13361 ac_status=$?
13362 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13363 test $ac_status = 0; }; then
13364 eval libat_cv_have_at_exch_2=yes
13365 else
13366 eval libat_cv_have_at_exch_2=no
13368 else
13369 old_CFLAGS="$CFLAGS"
13370 # Compile unoptimized.
13371 CFLAGS="$CFLAGS -O0 -S"
13372 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13373 (eval $ac_compile) 2>&5
13374 ac_status=$?
13375 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13376 test $ac_status = 0; }; then
13377 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
13378 eval libat_cv_have_at_exch_2=no
13379 else
13380 eval libat_cv_have_at_exch_2=yes
13382 else
13383 eval libat_cv_have_at_exch_2=no
13385 CFLAGS="$old_CFLAGS"
13387 rm -f conftest*
13390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_exch_2" >&5
13391 $as_echo "$libat_cv_have_at_exch_2" >&6; }
13394 yesno=`echo $libat_cv_have_at_exch_2 | tr 'yesno' '1 0 '`
13396 cat >>confdefs.h <<_ACEOF
13397 #define HAVE_ATOMIC_EXCHANGE_2 $yesno
13398 _ACEOF
13405 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_exchange for size 4" >&5
13406 $as_echo_n "checking for __atomic_exchange for size 4... " >&6; }
13407 if ${libat_cv_have_at_exch_4+:} false; then :
13408 $as_echo_n "(cached) " >&6
13409 else
13411 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13412 /* end confdefs.h. */
13415 main ()
13417 typedef int T __attribute__((mode(SI))); T *x; asm("" : "=g"(x));
13418 __atomic_exchange_n(x, 0, 0);
13420 return 0;
13422 _ACEOF
13423 if test x$atomic_builtins_link_tests = xyes; then
13424 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13425 (eval $ac_link) 2>&5
13426 ac_status=$?
13427 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13428 test $ac_status = 0; }; then
13429 eval libat_cv_have_at_exch_4=yes
13430 else
13431 eval libat_cv_have_at_exch_4=no
13433 else
13434 old_CFLAGS="$CFLAGS"
13435 # Compile unoptimized.
13436 CFLAGS="$CFLAGS -O0 -S"
13437 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13438 (eval $ac_compile) 2>&5
13439 ac_status=$?
13440 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13441 test $ac_status = 0; }; then
13442 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
13443 eval libat_cv_have_at_exch_4=no
13444 else
13445 eval libat_cv_have_at_exch_4=yes
13447 else
13448 eval libat_cv_have_at_exch_4=no
13450 CFLAGS="$old_CFLAGS"
13452 rm -f conftest*
13455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_exch_4" >&5
13456 $as_echo "$libat_cv_have_at_exch_4" >&6; }
13459 yesno=`echo $libat_cv_have_at_exch_4 | tr 'yesno' '1 0 '`
13461 cat >>confdefs.h <<_ACEOF
13462 #define HAVE_ATOMIC_EXCHANGE_4 $yesno
13463 _ACEOF
13470 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_exchange for size 8" >&5
13471 $as_echo_n "checking for __atomic_exchange for size 8... " >&6; }
13472 if ${libat_cv_have_at_exch_8+:} false; then :
13473 $as_echo_n "(cached) " >&6
13474 else
13476 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13477 /* end confdefs.h. */
13480 main ()
13482 typedef int T __attribute__((mode(DI))); T *x; asm("" : "=g"(x));
13483 __atomic_exchange_n(x, 0, 0);
13485 return 0;
13487 _ACEOF
13488 if test x$atomic_builtins_link_tests = xyes; then
13489 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13490 (eval $ac_link) 2>&5
13491 ac_status=$?
13492 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13493 test $ac_status = 0; }; then
13494 eval libat_cv_have_at_exch_8=yes
13495 else
13496 eval libat_cv_have_at_exch_8=no
13498 else
13499 old_CFLAGS="$CFLAGS"
13500 # Compile unoptimized.
13501 CFLAGS="$CFLAGS -O0 -S"
13502 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13503 (eval $ac_compile) 2>&5
13504 ac_status=$?
13505 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13506 test $ac_status = 0; }; then
13507 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
13508 eval libat_cv_have_at_exch_8=no
13509 else
13510 eval libat_cv_have_at_exch_8=yes
13512 else
13513 eval libat_cv_have_at_exch_8=no
13515 CFLAGS="$old_CFLAGS"
13517 rm -f conftest*
13520 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_exch_8" >&5
13521 $as_echo "$libat_cv_have_at_exch_8" >&6; }
13524 yesno=`echo $libat_cv_have_at_exch_8 | tr 'yesno' '1 0 '`
13526 cat >>confdefs.h <<_ACEOF
13527 #define HAVE_ATOMIC_EXCHANGE_8 $yesno
13528 _ACEOF
13535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_exchange for size 16" >&5
13536 $as_echo_n "checking for __atomic_exchange for size 16... " >&6; }
13537 if ${libat_cv_have_at_exch_16+:} false; then :
13538 $as_echo_n "(cached) " >&6
13539 else
13541 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13542 /* end confdefs.h. */
13545 main ()
13547 typedef int T __attribute__((mode(TI))); T *x; asm("" : "=g"(x));
13548 __atomic_exchange_n(x, 0, 0);
13550 return 0;
13552 _ACEOF
13553 if test x$atomic_builtins_link_tests = xyes; then
13554 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13555 (eval $ac_link) 2>&5
13556 ac_status=$?
13557 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13558 test $ac_status = 0; }; then
13559 eval libat_cv_have_at_exch_16=yes
13560 else
13561 eval libat_cv_have_at_exch_16=no
13563 else
13564 old_CFLAGS="$CFLAGS"
13565 # Compile unoptimized.
13566 CFLAGS="$CFLAGS -O0 -S"
13567 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13568 (eval $ac_compile) 2>&5
13569 ac_status=$?
13570 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13571 test $ac_status = 0; }; then
13572 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
13573 eval libat_cv_have_at_exch_16=no
13574 else
13575 eval libat_cv_have_at_exch_16=yes
13577 else
13578 eval libat_cv_have_at_exch_16=no
13580 CFLAGS="$old_CFLAGS"
13582 rm -f conftest*
13585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_exch_16" >&5
13586 $as_echo "$libat_cv_have_at_exch_16" >&6; }
13589 yesno=`echo $libat_cv_have_at_exch_16 | tr 'yesno' '1 0 '`
13591 cat >>confdefs.h <<_ACEOF
13592 #define HAVE_ATOMIC_EXCHANGE_16 $yesno
13593 _ACEOF
13601 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_compare_exchange for size 1" >&5
13602 $as_echo_n "checking for __atomic_compare_exchange for size 1... " >&6; }
13603 if ${libat_cv_have_at_cas_1+:} false; then :
13604 $as_echo_n "(cached) " >&6
13605 else
13607 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13608 /* end confdefs.h. */
13611 main ()
13613 typedef int T __attribute__((mode(QI))); T *x, *y;
13614 asm("" : "=g"(x), "=g"(y));
13615 __atomic_compare_exchange_n(x, y, 0, 0, 0, 0);
13617 return 0;
13619 _ACEOF
13620 if test x$atomic_builtins_link_tests = xyes; then
13621 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13622 (eval $ac_link) 2>&5
13623 ac_status=$?
13624 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13625 test $ac_status = 0; }; then
13626 eval libat_cv_have_at_cas_1=yes
13627 else
13628 eval libat_cv_have_at_cas_1=no
13630 else
13631 old_CFLAGS="$CFLAGS"
13632 # Compile unoptimized.
13633 CFLAGS="$CFLAGS -O0 -S"
13634 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13635 (eval $ac_compile) 2>&5
13636 ac_status=$?
13637 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13638 test $ac_status = 0; }; then
13639 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
13640 eval libat_cv_have_at_cas_1=no
13641 else
13642 eval libat_cv_have_at_cas_1=yes
13644 else
13645 eval libat_cv_have_at_cas_1=no
13647 CFLAGS="$old_CFLAGS"
13649 rm -f conftest*
13652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_cas_1" >&5
13653 $as_echo "$libat_cv_have_at_cas_1" >&6; }
13656 yesno=`echo $libat_cv_have_at_cas_1 | tr 'yesno' '1 0 '`
13658 cat >>confdefs.h <<_ACEOF
13659 #define HAVE_ATOMIC_CAS_1 $yesno
13660 _ACEOF
13667 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_compare_exchange for size 2" >&5
13668 $as_echo_n "checking for __atomic_compare_exchange for size 2... " >&6; }
13669 if ${libat_cv_have_at_cas_2+:} false; then :
13670 $as_echo_n "(cached) " >&6
13671 else
13673 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13674 /* end confdefs.h. */
13677 main ()
13679 typedef int T __attribute__((mode(HI))); T *x, *y;
13680 asm("" : "=g"(x), "=g"(y));
13681 __atomic_compare_exchange_n(x, y, 0, 0, 0, 0);
13683 return 0;
13685 _ACEOF
13686 if test x$atomic_builtins_link_tests = xyes; then
13687 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13688 (eval $ac_link) 2>&5
13689 ac_status=$?
13690 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13691 test $ac_status = 0; }; then
13692 eval libat_cv_have_at_cas_2=yes
13693 else
13694 eval libat_cv_have_at_cas_2=no
13696 else
13697 old_CFLAGS="$CFLAGS"
13698 # Compile unoptimized.
13699 CFLAGS="$CFLAGS -O0 -S"
13700 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13701 (eval $ac_compile) 2>&5
13702 ac_status=$?
13703 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13704 test $ac_status = 0; }; then
13705 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
13706 eval libat_cv_have_at_cas_2=no
13707 else
13708 eval libat_cv_have_at_cas_2=yes
13710 else
13711 eval libat_cv_have_at_cas_2=no
13713 CFLAGS="$old_CFLAGS"
13715 rm -f conftest*
13718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_cas_2" >&5
13719 $as_echo "$libat_cv_have_at_cas_2" >&6; }
13722 yesno=`echo $libat_cv_have_at_cas_2 | tr 'yesno' '1 0 '`
13724 cat >>confdefs.h <<_ACEOF
13725 #define HAVE_ATOMIC_CAS_2 $yesno
13726 _ACEOF
13733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_compare_exchange for size 4" >&5
13734 $as_echo_n "checking for __atomic_compare_exchange for size 4... " >&6; }
13735 if ${libat_cv_have_at_cas_4+:} false; then :
13736 $as_echo_n "(cached) " >&6
13737 else
13739 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13740 /* end confdefs.h. */
13743 main ()
13745 typedef int T __attribute__((mode(SI))); T *x, *y;
13746 asm("" : "=g"(x), "=g"(y));
13747 __atomic_compare_exchange_n(x, y, 0, 0, 0, 0);
13749 return 0;
13751 _ACEOF
13752 if test x$atomic_builtins_link_tests = xyes; then
13753 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13754 (eval $ac_link) 2>&5
13755 ac_status=$?
13756 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13757 test $ac_status = 0; }; then
13758 eval libat_cv_have_at_cas_4=yes
13759 else
13760 eval libat_cv_have_at_cas_4=no
13762 else
13763 old_CFLAGS="$CFLAGS"
13764 # Compile unoptimized.
13765 CFLAGS="$CFLAGS -O0 -S"
13766 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13767 (eval $ac_compile) 2>&5
13768 ac_status=$?
13769 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13770 test $ac_status = 0; }; then
13771 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
13772 eval libat_cv_have_at_cas_4=no
13773 else
13774 eval libat_cv_have_at_cas_4=yes
13776 else
13777 eval libat_cv_have_at_cas_4=no
13779 CFLAGS="$old_CFLAGS"
13781 rm -f conftest*
13784 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_cas_4" >&5
13785 $as_echo "$libat_cv_have_at_cas_4" >&6; }
13788 yesno=`echo $libat_cv_have_at_cas_4 | tr 'yesno' '1 0 '`
13790 cat >>confdefs.h <<_ACEOF
13791 #define HAVE_ATOMIC_CAS_4 $yesno
13792 _ACEOF
13799 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_compare_exchange for size 8" >&5
13800 $as_echo_n "checking for __atomic_compare_exchange for size 8... " >&6; }
13801 if ${libat_cv_have_at_cas_8+:} false; then :
13802 $as_echo_n "(cached) " >&6
13803 else
13805 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13806 /* end confdefs.h. */
13809 main ()
13811 typedef int T __attribute__((mode(DI))); T *x, *y;
13812 asm("" : "=g"(x), "=g"(y));
13813 __atomic_compare_exchange_n(x, y, 0, 0, 0, 0);
13815 return 0;
13817 _ACEOF
13818 if test x$atomic_builtins_link_tests = xyes; then
13819 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13820 (eval $ac_link) 2>&5
13821 ac_status=$?
13822 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13823 test $ac_status = 0; }; then
13824 eval libat_cv_have_at_cas_8=yes
13825 else
13826 eval libat_cv_have_at_cas_8=no
13828 else
13829 old_CFLAGS="$CFLAGS"
13830 # Compile unoptimized.
13831 CFLAGS="$CFLAGS -O0 -S"
13832 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13833 (eval $ac_compile) 2>&5
13834 ac_status=$?
13835 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13836 test $ac_status = 0; }; then
13837 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
13838 eval libat_cv_have_at_cas_8=no
13839 else
13840 eval libat_cv_have_at_cas_8=yes
13842 else
13843 eval libat_cv_have_at_cas_8=no
13845 CFLAGS="$old_CFLAGS"
13847 rm -f conftest*
13850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_cas_8" >&5
13851 $as_echo "$libat_cv_have_at_cas_8" >&6; }
13854 yesno=`echo $libat_cv_have_at_cas_8 | tr 'yesno' '1 0 '`
13856 cat >>confdefs.h <<_ACEOF
13857 #define HAVE_ATOMIC_CAS_8 $yesno
13858 _ACEOF
13865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_compare_exchange for size 16" >&5
13866 $as_echo_n "checking for __atomic_compare_exchange for size 16... " >&6; }
13867 if ${libat_cv_have_at_cas_16+:} false; then :
13868 $as_echo_n "(cached) " >&6
13869 else
13871 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13872 /* end confdefs.h. */
13875 main ()
13877 typedef int T __attribute__((mode(TI))); T *x, *y;
13878 asm("" : "=g"(x), "=g"(y));
13879 __atomic_compare_exchange_n(x, y, 0, 0, 0, 0);
13881 return 0;
13883 _ACEOF
13884 if test x$atomic_builtins_link_tests = xyes; then
13885 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13886 (eval $ac_link) 2>&5
13887 ac_status=$?
13888 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13889 test $ac_status = 0; }; then
13890 eval libat_cv_have_at_cas_16=yes
13891 else
13892 eval libat_cv_have_at_cas_16=no
13894 else
13895 old_CFLAGS="$CFLAGS"
13896 # Compile unoptimized.
13897 CFLAGS="$CFLAGS -O0 -S"
13898 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13899 (eval $ac_compile) 2>&5
13900 ac_status=$?
13901 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13902 test $ac_status = 0; }; then
13903 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
13904 eval libat_cv_have_at_cas_16=no
13905 else
13906 eval libat_cv_have_at_cas_16=yes
13908 else
13909 eval libat_cv_have_at_cas_16=no
13911 CFLAGS="$old_CFLAGS"
13913 rm -f conftest*
13916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_cas_16" >&5
13917 $as_echo "$libat_cv_have_at_cas_16" >&6; }
13920 yesno=`echo $libat_cv_have_at_cas_16 | tr 'yesno' '1 0 '`
13922 cat >>confdefs.h <<_ACEOF
13923 #define HAVE_ATOMIC_CAS_16 $yesno
13924 _ACEOF
13932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_add for size 1" >&5
13933 $as_echo_n "checking for __atomic_fetch_add for size 1... " >&6; }
13934 if ${libat_cv_have_at_fadd_1+:} false; then :
13935 $as_echo_n "(cached) " >&6
13936 else
13938 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13939 /* end confdefs.h. */
13942 main ()
13944 typedef int T __attribute__((mode(QI))); T *x, y;
13945 asm("" : "=g"(x), "=g"(y));
13946 __atomic_fetch_add (x, y, 0);
13947 __atomic_add_fetch (x, y, 0);
13949 return 0;
13951 _ACEOF
13952 if test x$atomic_builtins_link_tests = xyes; then
13953 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13954 (eval $ac_link) 2>&5
13955 ac_status=$?
13956 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13957 test $ac_status = 0; }; then
13958 eval libat_cv_have_at_fadd_1=yes
13959 else
13960 eval libat_cv_have_at_fadd_1=no
13962 else
13963 old_CFLAGS="$CFLAGS"
13964 # Compile unoptimized.
13965 CFLAGS="$CFLAGS -O0 -S"
13966 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13967 (eval $ac_compile) 2>&5
13968 ac_status=$?
13969 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13970 test $ac_status = 0; }; then
13971 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
13972 eval libat_cv_have_at_fadd_1=no
13973 else
13974 eval libat_cv_have_at_fadd_1=yes
13976 else
13977 eval libat_cv_have_at_fadd_1=no
13979 CFLAGS="$old_CFLAGS"
13981 rm -f conftest*
13984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fadd_1" >&5
13985 $as_echo "$libat_cv_have_at_fadd_1" >&6; }
13988 yesno=`echo $libat_cv_have_at_fadd_1 | tr 'yesno' '1 0 '`
13990 cat >>confdefs.h <<_ACEOF
13991 #define HAVE_ATOMIC_FETCH_ADD_1 $yesno
13992 _ACEOF
13999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_add for size 2" >&5
14000 $as_echo_n "checking for __atomic_fetch_add for size 2... " >&6; }
14001 if ${libat_cv_have_at_fadd_2+:} false; then :
14002 $as_echo_n "(cached) " >&6
14003 else
14005 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14006 /* end confdefs.h. */
14009 main ()
14011 typedef int T __attribute__((mode(HI))); T *x, y;
14012 asm("" : "=g"(x), "=g"(y));
14013 __atomic_fetch_add (x, y, 0);
14014 __atomic_add_fetch (x, y, 0);
14016 return 0;
14018 _ACEOF
14019 if test x$atomic_builtins_link_tests = xyes; then
14020 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14021 (eval $ac_link) 2>&5
14022 ac_status=$?
14023 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14024 test $ac_status = 0; }; then
14025 eval libat_cv_have_at_fadd_2=yes
14026 else
14027 eval libat_cv_have_at_fadd_2=no
14029 else
14030 old_CFLAGS="$CFLAGS"
14031 # Compile unoptimized.
14032 CFLAGS="$CFLAGS -O0 -S"
14033 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14034 (eval $ac_compile) 2>&5
14035 ac_status=$?
14036 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14037 test $ac_status = 0; }; then
14038 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
14039 eval libat_cv_have_at_fadd_2=no
14040 else
14041 eval libat_cv_have_at_fadd_2=yes
14043 else
14044 eval libat_cv_have_at_fadd_2=no
14046 CFLAGS="$old_CFLAGS"
14048 rm -f conftest*
14051 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fadd_2" >&5
14052 $as_echo "$libat_cv_have_at_fadd_2" >&6; }
14055 yesno=`echo $libat_cv_have_at_fadd_2 | tr 'yesno' '1 0 '`
14057 cat >>confdefs.h <<_ACEOF
14058 #define HAVE_ATOMIC_FETCH_ADD_2 $yesno
14059 _ACEOF
14066 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_add for size 4" >&5
14067 $as_echo_n "checking for __atomic_fetch_add for size 4... " >&6; }
14068 if ${libat_cv_have_at_fadd_4+:} false; then :
14069 $as_echo_n "(cached) " >&6
14070 else
14072 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14073 /* end confdefs.h. */
14076 main ()
14078 typedef int T __attribute__((mode(SI))); T *x, y;
14079 asm("" : "=g"(x), "=g"(y));
14080 __atomic_fetch_add (x, y, 0);
14081 __atomic_add_fetch (x, y, 0);
14083 return 0;
14085 _ACEOF
14086 if test x$atomic_builtins_link_tests = xyes; then
14087 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14088 (eval $ac_link) 2>&5
14089 ac_status=$?
14090 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14091 test $ac_status = 0; }; then
14092 eval libat_cv_have_at_fadd_4=yes
14093 else
14094 eval libat_cv_have_at_fadd_4=no
14096 else
14097 old_CFLAGS="$CFLAGS"
14098 # Compile unoptimized.
14099 CFLAGS="$CFLAGS -O0 -S"
14100 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14101 (eval $ac_compile) 2>&5
14102 ac_status=$?
14103 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14104 test $ac_status = 0; }; then
14105 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
14106 eval libat_cv_have_at_fadd_4=no
14107 else
14108 eval libat_cv_have_at_fadd_4=yes
14110 else
14111 eval libat_cv_have_at_fadd_4=no
14113 CFLAGS="$old_CFLAGS"
14115 rm -f conftest*
14118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fadd_4" >&5
14119 $as_echo "$libat_cv_have_at_fadd_4" >&6; }
14122 yesno=`echo $libat_cv_have_at_fadd_4 | tr 'yesno' '1 0 '`
14124 cat >>confdefs.h <<_ACEOF
14125 #define HAVE_ATOMIC_FETCH_ADD_4 $yesno
14126 _ACEOF
14133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_add for size 8" >&5
14134 $as_echo_n "checking for __atomic_fetch_add for size 8... " >&6; }
14135 if ${libat_cv_have_at_fadd_8+:} false; then :
14136 $as_echo_n "(cached) " >&6
14137 else
14139 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14140 /* end confdefs.h. */
14143 main ()
14145 typedef int T __attribute__((mode(DI))); T *x, y;
14146 asm("" : "=g"(x), "=g"(y));
14147 __atomic_fetch_add (x, y, 0);
14148 __atomic_add_fetch (x, y, 0);
14150 return 0;
14152 _ACEOF
14153 if test x$atomic_builtins_link_tests = xyes; then
14154 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14155 (eval $ac_link) 2>&5
14156 ac_status=$?
14157 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14158 test $ac_status = 0; }; then
14159 eval libat_cv_have_at_fadd_8=yes
14160 else
14161 eval libat_cv_have_at_fadd_8=no
14163 else
14164 old_CFLAGS="$CFLAGS"
14165 # Compile unoptimized.
14166 CFLAGS="$CFLAGS -O0 -S"
14167 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14168 (eval $ac_compile) 2>&5
14169 ac_status=$?
14170 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14171 test $ac_status = 0; }; then
14172 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
14173 eval libat_cv_have_at_fadd_8=no
14174 else
14175 eval libat_cv_have_at_fadd_8=yes
14177 else
14178 eval libat_cv_have_at_fadd_8=no
14180 CFLAGS="$old_CFLAGS"
14182 rm -f conftest*
14185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fadd_8" >&5
14186 $as_echo "$libat_cv_have_at_fadd_8" >&6; }
14189 yesno=`echo $libat_cv_have_at_fadd_8 | tr 'yesno' '1 0 '`
14191 cat >>confdefs.h <<_ACEOF
14192 #define HAVE_ATOMIC_FETCH_ADD_8 $yesno
14193 _ACEOF
14200 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_add for size 16" >&5
14201 $as_echo_n "checking for __atomic_fetch_add for size 16... " >&6; }
14202 if ${libat_cv_have_at_fadd_16+:} false; then :
14203 $as_echo_n "(cached) " >&6
14204 else
14206 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14207 /* end confdefs.h. */
14210 main ()
14212 typedef int T __attribute__((mode(TI))); T *x, y;
14213 asm("" : "=g"(x), "=g"(y));
14214 __atomic_fetch_add (x, y, 0);
14215 __atomic_add_fetch (x, y, 0);
14217 return 0;
14219 _ACEOF
14220 if test x$atomic_builtins_link_tests = xyes; then
14221 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14222 (eval $ac_link) 2>&5
14223 ac_status=$?
14224 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14225 test $ac_status = 0; }; then
14226 eval libat_cv_have_at_fadd_16=yes
14227 else
14228 eval libat_cv_have_at_fadd_16=no
14230 else
14231 old_CFLAGS="$CFLAGS"
14232 # Compile unoptimized.
14233 CFLAGS="$CFLAGS -O0 -S"
14234 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14235 (eval $ac_compile) 2>&5
14236 ac_status=$?
14237 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14238 test $ac_status = 0; }; then
14239 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
14240 eval libat_cv_have_at_fadd_16=no
14241 else
14242 eval libat_cv_have_at_fadd_16=yes
14244 else
14245 eval libat_cv_have_at_fadd_16=no
14247 CFLAGS="$old_CFLAGS"
14249 rm -f conftest*
14252 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fadd_16" >&5
14253 $as_echo "$libat_cv_have_at_fadd_16" >&6; }
14256 yesno=`echo $libat_cv_have_at_fadd_16 | tr 'yesno' '1 0 '`
14258 cat >>confdefs.h <<_ACEOF
14259 #define HAVE_ATOMIC_FETCH_ADD_16 $yesno
14260 _ACEOF
14268 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_op for size 1" >&5
14269 $as_echo_n "checking for __atomic_fetch_op for size 1... " >&6; }
14270 if ${libat_cv_have_at_fop_1+:} false; then :
14271 $as_echo_n "(cached) " >&6
14272 else
14274 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14275 /* end confdefs.h. */
14278 main ()
14280 typedef int T __attribute__((mode(QI))); T *x, y;
14281 asm("" : "=g"(x), "=g"(y));
14282 __atomic_fetch_add (x, y, 0); __atomic_add_fetch (x, y, 0);
14283 __atomic_fetch_sub (x, y, 0); __atomic_sub_fetch (x, y, 0);
14284 __atomic_fetch_and (x, y, 0); __atomic_and_fetch (x, y, 0);
14285 __atomic_fetch_nand (x, y, 0); __atomic_nand_fetch (x, y, 0);
14286 __atomic_fetch_xor (x, y, 0); __atomic_xor_fetch (x, y, 0);
14287 __atomic_fetch_or (x, y, 0); __atomic_or_fetch (x, y, 0);
14289 return 0;
14291 _ACEOF
14292 if test x$atomic_builtins_link_tests = xyes; then
14293 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14294 (eval $ac_link) 2>&5
14295 ac_status=$?
14296 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14297 test $ac_status = 0; }; then
14298 eval libat_cv_have_at_fop_1=yes
14299 else
14300 eval libat_cv_have_at_fop_1=no
14302 else
14303 old_CFLAGS="$CFLAGS"
14304 # Compile unoptimized.
14305 CFLAGS="$CFLAGS -O0 -S"
14306 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14307 (eval $ac_compile) 2>&5
14308 ac_status=$?
14309 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14310 test $ac_status = 0; }; then
14311 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
14312 eval libat_cv_have_at_fop_1=no
14313 else
14314 eval libat_cv_have_at_fop_1=yes
14316 else
14317 eval libat_cv_have_at_fop_1=no
14319 CFLAGS="$old_CFLAGS"
14321 rm -f conftest*
14324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fop_1" >&5
14325 $as_echo "$libat_cv_have_at_fop_1" >&6; }
14328 yesno=`echo $libat_cv_have_at_fop_1 | tr 'yesno' '1 0 '`
14330 cat >>confdefs.h <<_ACEOF
14331 #define HAVE_ATOMIC_FETCH_OP_1 $yesno
14332 _ACEOF
14339 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_op for size 2" >&5
14340 $as_echo_n "checking for __atomic_fetch_op for size 2... " >&6; }
14341 if ${libat_cv_have_at_fop_2+:} false; then :
14342 $as_echo_n "(cached) " >&6
14343 else
14345 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14346 /* end confdefs.h. */
14349 main ()
14351 typedef int T __attribute__((mode(HI))); T *x, y;
14352 asm("" : "=g"(x), "=g"(y));
14353 __atomic_fetch_add (x, y, 0); __atomic_add_fetch (x, y, 0);
14354 __atomic_fetch_sub (x, y, 0); __atomic_sub_fetch (x, y, 0);
14355 __atomic_fetch_and (x, y, 0); __atomic_and_fetch (x, y, 0);
14356 __atomic_fetch_nand (x, y, 0); __atomic_nand_fetch (x, y, 0);
14357 __atomic_fetch_xor (x, y, 0); __atomic_xor_fetch (x, y, 0);
14358 __atomic_fetch_or (x, y, 0); __atomic_or_fetch (x, y, 0);
14360 return 0;
14362 _ACEOF
14363 if test x$atomic_builtins_link_tests = xyes; then
14364 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14365 (eval $ac_link) 2>&5
14366 ac_status=$?
14367 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14368 test $ac_status = 0; }; then
14369 eval libat_cv_have_at_fop_2=yes
14370 else
14371 eval libat_cv_have_at_fop_2=no
14373 else
14374 old_CFLAGS="$CFLAGS"
14375 # Compile unoptimized.
14376 CFLAGS="$CFLAGS -O0 -S"
14377 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14378 (eval $ac_compile) 2>&5
14379 ac_status=$?
14380 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14381 test $ac_status = 0; }; then
14382 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
14383 eval libat_cv_have_at_fop_2=no
14384 else
14385 eval libat_cv_have_at_fop_2=yes
14387 else
14388 eval libat_cv_have_at_fop_2=no
14390 CFLAGS="$old_CFLAGS"
14392 rm -f conftest*
14395 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fop_2" >&5
14396 $as_echo "$libat_cv_have_at_fop_2" >&6; }
14399 yesno=`echo $libat_cv_have_at_fop_2 | tr 'yesno' '1 0 '`
14401 cat >>confdefs.h <<_ACEOF
14402 #define HAVE_ATOMIC_FETCH_OP_2 $yesno
14403 _ACEOF
14410 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_op for size 4" >&5
14411 $as_echo_n "checking for __atomic_fetch_op for size 4... " >&6; }
14412 if ${libat_cv_have_at_fop_4+:} false; then :
14413 $as_echo_n "(cached) " >&6
14414 else
14416 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14417 /* end confdefs.h. */
14420 main ()
14422 typedef int T __attribute__((mode(SI))); T *x, y;
14423 asm("" : "=g"(x), "=g"(y));
14424 __atomic_fetch_add (x, y, 0); __atomic_add_fetch (x, y, 0);
14425 __atomic_fetch_sub (x, y, 0); __atomic_sub_fetch (x, y, 0);
14426 __atomic_fetch_and (x, y, 0); __atomic_and_fetch (x, y, 0);
14427 __atomic_fetch_nand (x, y, 0); __atomic_nand_fetch (x, y, 0);
14428 __atomic_fetch_xor (x, y, 0); __atomic_xor_fetch (x, y, 0);
14429 __atomic_fetch_or (x, y, 0); __atomic_or_fetch (x, y, 0);
14431 return 0;
14433 _ACEOF
14434 if test x$atomic_builtins_link_tests = xyes; then
14435 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14436 (eval $ac_link) 2>&5
14437 ac_status=$?
14438 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14439 test $ac_status = 0; }; then
14440 eval libat_cv_have_at_fop_4=yes
14441 else
14442 eval libat_cv_have_at_fop_4=no
14444 else
14445 old_CFLAGS="$CFLAGS"
14446 # Compile unoptimized.
14447 CFLAGS="$CFLAGS -O0 -S"
14448 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14449 (eval $ac_compile) 2>&5
14450 ac_status=$?
14451 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14452 test $ac_status = 0; }; then
14453 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
14454 eval libat_cv_have_at_fop_4=no
14455 else
14456 eval libat_cv_have_at_fop_4=yes
14458 else
14459 eval libat_cv_have_at_fop_4=no
14461 CFLAGS="$old_CFLAGS"
14463 rm -f conftest*
14466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fop_4" >&5
14467 $as_echo "$libat_cv_have_at_fop_4" >&6; }
14470 yesno=`echo $libat_cv_have_at_fop_4 | tr 'yesno' '1 0 '`
14472 cat >>confdefs.h <<_ACEOF
14473 #define HAVE_ATOMIC_FETCH_OP_4 $yesno
14474 _ACEOF
14481 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_op for size 8" >&5
14482 $as_echo_n "checking for __atomic_fetch_op for size 8... " >&6; }
14483 if ${libat_cv_have_at_fop_8+:} false; then :
14484 $as_echo_n "(cached) " >&6
14485 else
14487 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14488 /* end confdefs.h. */
14491 main ()
14493 typedef int T __attribute__((mode(DI))); T *x, y;
14494 asm("" : "=g"(x), "=g"(y));
14495 __atomic_fetch_add (x, y, 0); __atomic_add_fetch (x, y, 0);
14496 __atomic_fetch_sub (x, y, 0); __atomic_sub_fetch (x, y, 0);
14497 __atomic_fetch_and (x, y, 0); __atomic_and_fetch (x, y, 0);
14498 __atomic_fetch_nand (x, y, 0); __atomic_nand_fetch (x, y, 0);
14499 __atomic_fetch_xor (x, y, 0); __atomic_xor_fetch (x, y, 0);
14500 __atomic_fetch_or (x, y, 0); __atomic_or_fetch (x, y, 0);
14502 return 0;
14504 _ACEOF
14505 if test x$atomic_builtins_link_tests = xyes; then
14506 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14507 (eval $ac_link) 2>&5
14508 ac_status=$?
14509 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14510 test $ac_status = 0; }; then
14511 eval libat_cv_have_at_fop_8=yes
14512 else
14513 eval libat_cv_have_at_fop_8=no
14515 else
14516 old_CFLAGS="$CFLAGS"
14517 # Compile unoptimized.
14518 CFLAGS="$CFLAGS -O0 -S"
14519 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14520 (eval $ac_compile) 2>&5
14521 ac_status=$?
14522 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14523 test $ac_status = 0; }; then
14524 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
14525 eval libat_cv_have_at_fop_8=no
14526 else
14527 eval libat_cv_have_at_fop_8=yes
14529 else
14530 eval libat_cv_have_at_fop_8=no
14532 CFLAGS="$old_CFLAGS"
14534 rm -f conftest*
14537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fop_8" >&5
14538 $as_echo "$libat_cv_have_at_fop_8" >&6; }
14541 yesno=`echo $libat_cv_have_at_fop_8 | tr 'yesno' '1 0 '`
14543 cat >>confdefs.h <<_ACEOF
14544 #define HAVE_ATOMIC_FETCH_OP_8 $yesno
14545 _ACEOF
14552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_op for size 16" >&5
14553 $as_echo_n "checking for __atomic_fetch_op for size 16... " >&6; }
14554 if ${libat_cv_have_at_fop_16+:} false; then :
14555 $as_echo_n "(cached) " >&6
14556 else
14558 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14559 /* end confdefs.h. */
14562 main ()
14564 typedef int T __attribute__((mode(TI))); T *x, y;
14565 asm("" : "=g"(x), "=g"(y));
14566 __atomic_fetch_add (x, y, 0); __atomic_add_fetch (x, y, 0);
14567 __atomic_fetch_sub (x, y, 0); __atomic_sub_fetch (x, y, 0);
14568 __atomic_fetch_and (x, y, 0); __atomic_and_fetch (x, y, 0);
14569 __atomic_fetch_nand (x, y, 0); __atomic_nand_fetch (x, y, 0);
14570 __atomic_fetch_xor (x, y, 0); __atomic_xor_fetch (x, y, 0);
14571 __atomic_fetch_or (x, y, 0); __atomic_or_fetch (x, y, 0);
14573 return 0;
14575 _ACEOF
14576 if test x$atomic_builtins_link_tests = xyes; then
14577 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14578 (eval $ac_link) 2>&5
14579 ac_status=$?
14580 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14581 test $ac_status = 0; }; then
14582 eval libat_cv_have_at_fop_16=yes
14583 else
14584 eval libat_cv_have_at_fop_16=no
14586 else
14587 old_CFLAGS="$CFLAGS"
14588 # Compile unoptimized.
14589 CFLAGS="$CFLAGS -O0 -S"
14590 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14591 (eval $ac_compile) 2>&5
14592 ac_status=$?
14593 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14594 test $ac_status = 0; }; then
14595 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
14596 eval libat_cv_have_at_fop_16=no
14597 else
14598 eval libat_cv_have_at_fop_16=yes
14600 else
14601 eval libat_cv_have_at_fop_16=no
14603 CFLAGS="$old_CFLAGS"
14605 rm -f conftest*
14608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fop_16" >&5
14609 $as_echo "$libat_cv_have_at_fop_16" >&6; }
14612 yesno=`echo $libat_cv_have_at_fop_16 | tr 'yesno' '1 0 '`
14614 cat >>confdefs.h <<_ACEOF
14615 #define HAVE_ATOMIC_FETCH_OP_16 $yesno
14616 _ACEOF
14623 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
14624 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
14625 if ${ac_cv_c_bigendian+:} false; then :
14626 $as_echo_n "(cached) " >&6
14627 else
14628 ac_cv_c_bigendian=unknown
14629 # See if we're dealing with a universal compiler.
14630 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14631 /* end confdefs.h. */
14632 #ifndef __APPLE_CC__
14633 not a universal capable compiler
14634 #endif
14635 typedef int dummy;
14637 _ACEOF
14638 if ac_fn_c_try_compile "$LINENO"; then :
14640 # Check for potential -arch flags. It is not universal unless
14641 # there are at least two -arch flags with different values.
14642 ac_arch=
14643 ac_prev=
14644 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
14645 if test -n "$ac_prev"; then
14646 case $ac_word in
14647 i?86 | x86_64 | ppc | ppc64)
14648 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
14649 ac_arch=$ac_word
14650 else
14651 ac_cv_c_bigendian=universal
14652 break
14655 esac
14656 ac_prev=
14657 elif test "x$ac_word" = "x-arch"; then
14658 ac_prev=arch
14660 done
14662 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14663 if test $ac_cv_c_bigendian = unknown; then
14664 # See if sys/param.h defines the BYTE_ORDER macro.
14665 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14666 /* end confdefs.h. */
14667 #include <sys/types.h>
14668 #include <sys/param.h>
14671 main ()
14673 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
14674 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
14675 && LITTLE_ENDIAN)
14676 bogus endian macros
14677 #endif
14680 return 0;
14682 _ACEOF
14683 if ac_fn_c_try_compile "$LINENO"; then :
14684 # It does; now see whether it defined to BIG_ENDIAN or not.
14685 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14686 /* end confdefs.h. */
14687 #include <sys/types.h>
14688 #include <sys/param.h>
14691 main ()
14693 #if BYTE_ORDER != BIG_ENDIAN
14694 not big endian
14695 #endif
14698 return 0;
14700 _ACEOF
14701 if ac_fn_c_try_compile "$LINENO"; then :
14702 ac_cv_c_bigendian=yes
14703 else
14704 ac_cv_c_bigendian=no
14706 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14708 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14710 if test $ac_cv_c_bigendian = unknown; then
14711 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
14712 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14713 /* end confdefs.h. */
14714 #include <limits.h>
14717 main ()
14719 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
14720 bogus endian macros
14721 #endif
14724 return 0;
14726 _ACEOF
14727 if ac_fn_c_try_compile "$LINENO"; then :
14728 # It does; now see whether it defined to _BIG_ENDIAN or not.
14729 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14730 /* end confdefs.h. */
14731 #include <limits.h>
14734 main ()
14736 #ifndef _BIG_ENDIAN
14737 not big endian
14738 #endif
14741 return 0;
14743 _ACEOF
14744 if ac_fn_c_try_compile "$LINENO"; then :
14745 ac_cv_c_bigendian=yes
14746 else
14747 ac_cv_c_bigendian=no
14749 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14751 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14753 if test $ac_cv_c_bigendian = unknown; then
14754 # Compile a test program.
14755 if test "$cross_compiling" = yes; then :
14756 # Try to guess by grepping values from an object file.
14757 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14758 /* end confdefs.h. */
14759 short int ascii_mm[] =
14760 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
14761 short int ascii_ii[] =
14762 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
14763 int use_ascii (int i) {
14764 return ascii_mm[i] + ascii_ii[i];
14766 short int ebcdic_ii[] =
14767 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
14768 short int ebcdic_mm[] =
14769 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
14770 int use_ebcdic (int i) {
14771 return ebcdic_mm[i] + ebcdic_ii[i];
14773 extern int foo;
14776 main ()
14778 return use_ascii (foo) == use_ebcdic (foo);
14780 return 0;
14782 _ACEOF
14783 if ac_fn_c_try_compile "$LINENO"; then :
14784 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
14785 ac_cv_c_bigendian=yes
14787 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
14788 if test "$ac_cv_c_bigendian" = unknown; then
14789 ac_cv_c_bigendian=no
14790 else
14791 # finding both strings is unlikely to happen, but who knows?
14792 ac_cv_c_bigendian=unknown
14796 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14797 else
14798 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14799 /* end confdefs.h. */
14800 $ac_includes_default
14802 main ()
14805 /* Are we little or big endian? From Harbison&Steele. */
14806 union
14808 long int l;
14809 char c[sizeof (long int)];
14810 } u;
14811 u.l = 1;
14812 return u.c[sizeof (long int) - 1] == 1;
14815 return 0;
14817 _ACEOF
14818 if ac_fn_c_try_run "$LINENO"; then :
14819 ac_cv_c_bigendian=no
14820 else
14821 ac_cv_c_bigendian=yes
14823 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14824 conftest.$ac_objext conftest.beam conftest.$ac_ext
14829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
14830 $as_echo "$ac_cv_c_bigendian" >&6; }
14831 case $ac_cv_c_bigendian in #(
14832 yes)
14833 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
14834 ;; #(
14836 ;; #(
14837 universal)
14839 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
14841 ;; #(
14843 as_fn_error $? "unknown endianness
14844 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
14845 esac
14847 # I don't like the default behaviour of WORDS_BIGENDIAN undefined for LE.
14851 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the word size" >&5
14852 $as_echo_n "checking for the word size... " >&6; }
14853 if ${libat_cv_wordsize+:} false; then :
14854 $as_echo_n "(cached) " >&6
14855 else
14856 if ac_fn_c_compute_int "$LINENO" "sizeof(word)" "libat_cv_wordsize" "typedef int word __attribute__((mode(word)));"; then :
14858 else
14859 as_fn_error $? "Could not determine word size." "$LINENO" 5
14863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_wordsize" >&5
14864 $as_echo "$libat_cv_wordsize" >&6; }
14866 cat >>confdefs.h <<_ACEOF
14867 #define WORDSIZE $libat_cv_wordsize
14868 _ACEOF
14872 # Check to see if -pthread or -lpthread is needed. Prefer the former.
14873 # In case the pthread.h system header is not found, this test will fail.
14874 case " $config_path " in
14875 *" posix "*)
14876 XPCFLAGS=""
14877 CFLAGS="$CFLAGS -pthread"
14878 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14879 /* end confdefs.h. */
14880 #include <pthread.h>
14881 void *g(void *d) { return NULL; }
14883 main ()
14885 pthread_t t; pthread_create(&t,NULL,g,NULL);
14887 return 0;
14889 _ACEOF
14890 if ac_fn_c_try_link "$LINENO"; then :
14891 XPCFLAGS=" -pthread"
14892 else
14893 CFLAGS="$save_CFLAGS $XCFLAGS" LIBS="-lpthread $LIBS"
14894 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14895 /* end confdefs.h. */
14896 #include <pthread.h>
14897 void *g(void *d) { return NULL; }
14899 main ()
14901 pthread_t t; pthread_create(&t,NULL,g,NULL);
14903 return 0;
14905 _ACEOF
14906 if ac_fn_c_try_link "$LINENO"; then :
14908 else
14909 as_fn_error $? "Pthreads are required to build libatomic" "$LINENO" 5
14911 rm -f core conftest.err conftest.$ac_objext \
14912 conftest$ac_exeext conftest.$ac_ext
14914 rm -f core conftest.err conftest.$ac_objext \
14915 conftest$ac_exeext conftest.$ac_ext
14916 CFLAGS="$save_CFLAGS $XPCFLAGS"
14918 esac
14920 # See what sort of export controls are available.
14922 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports hidden visibility" >&5
14923 $as_echo_n "checking whether the target supports hidden visibility... " >&6; }
14924 if ${libat_cv_have_attribute_visibility+:} false; then :
14925 $as_echo_n "(cached) " >&6
14926 else
14928 save_CFLAGS="$CFLAGS"
14929 CFLAGS="$CFLAGS -Werror"
14930 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14931 /* end confdefs.h. */
14932 void __attribute__((visibility("hidden"))) foo(void) { }
14934 main ()
14938 return 0;
14940 _ACEOF
14941 if ac_fn_c_try_compile "$LINENO"; then :
14942 libat_cv_have_attribute_visibility=yes
14943 else
14944 libat_cv_have_attribute_visibility=no
14946 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14947 CFLAGS="$save_CFLAGS"
14949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_attribute_visibility" >&5
14950 $as_echo "$libat_cv_have_attribute_visibility" >&6; }
14951 if test $libat_cv_have_attribute_visibility = yes; then
14953 $as_echo "#define HAVE_ATTRIBUTE_VISIBILITY 1" >>confdefs.h
14957 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports dllexport" >&5
14958 $as_echo_n "checking whether the target supports dllexport... " >&6; }
14959 if ${libat_cv_have_attribute_dllexport+:} false; then :
14960 $as_echo_n "(cached) " >&6
14961 else
14963 save_CFLAGS="$CFLAGS"
14964 CFLAGS="$CFLAGS -Werror"
14965 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14966 /* end confdefs.h. */
14967 void __attribute__((dllexport)) foo(void) { }
14969 main ()
14973 return 0;
14975 _ACEOF
14976 if ac_fn_c_try_compile "$LINENO"; then :
14977 libat_cv_have_attribute_dllexport=yes
14978 else
14979 libat_cv_have_attribute_dllexport=no
14981 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14982 CFLAGS="$save_CFLAGS"
14984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_attribute_dllexport" >&5
14985 $as_echo "$libat_cv_have_attribute_dllexport" >&6; }
14986 if test $libat_cv_have_attribute_dllexport = yes; then
14988 $as_echo "#define HAVE_ATTRIBUTE_DLLEXPORT 1" >>confdefs.h
14992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports symbol aliases" >&5
14993 $as_echo_n "checking whether the target supports symbol aliases... " >&6; }
14994 if ${libat_cv_have_attribute_alias+:} false; then :
14995 $as_echo_n "(cached) " >&6
14996 else
14998 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14999 /* end confdefs.h. */
15001 void foo(void) { }
15002 extern void bar(void) __attribute__((alias("foo")));
15004 main ()
15006 bar();
15008 return 0;
15010 _ACEOF
15011 if ac_fn_c_try_link "$LINENO"; then :
15012 libat_cv_have_attribute_alias=yes
15013 else
15014 libat_cv_have_attribute_alias=no
15016 rm -f core conftest.err conftest.$ac_objext \
15017 conftest$ac_exeext conftest.$ac_ext
15019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_attribute_alias" >&5
15020 $as_echo "$libat_cv_have_attribute_alias" >&6; }
15021 if test $libat_cv_have_attribute_alias = yes; then
15023 $as_echo "#define HAVE_ATTRIBUTE_ALIAS 1" >>confdefs.h
15026 if test x$try_ifunc = xyes; then
15028 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports the ifunc attribute" >&5
15029 $as_echo_n "checking whether the target supports the ifunc attribute... " >&6; }
15030 if ${libat_cv_have_ifunc+:} false; then :
15031 $as_echo_n "(cached) " >&6
15032 else
15034 save_CFLAGS="$CFLAGS"
15035 CFLAGS="$CFLAGS -Werror"
15036 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15037 /* end confdefs.h. */
15039 int foo_alt(void) { return 0; }
15040 typedef int F (void);
15041 F *foo_sel(void) { return foo_alt; }
15042 int foo(void) __attribute__((ifunc("foo_sel")));
15044 main ()
15046 return foo();
15048 return 0;
15050 _ACEOF
15051 if ac_fn_c_try_link "$LINENO"; then :
15052 libat_cv_have_ifunc=yes
15053 else
15054 libat_cv_have_ifunc=no
15056 rm -f core conftest.err conftest.$ac_objext \
15057 conftest$ac_exeext conftest.$ac_ext
15059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_ifunc" >&5
15060 $as_echo "$libat_cv_have_ifunc" >&6; }
15062 yesno=`echo $libat_cv_have_ifunc | tr 'yesno' '1 0 '`
15064 cat >>confdefs.h <<_ACEOF
15065 #define HAVE_IFUNC $yesno
15066 _ACEOF
15072 # Check linker support.
15075 # Check whether --with-gnu-ld was given.
15076 if test "${with_gnu_ld+set}" = set; then :
15077 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
15078 else
15079 with_gnu_ld=no
15082 ac_prog=ld
15083 if test "$GCC" = yes; then
15084 # Check if gcc -print-prog-name=ld gives a path.
15085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
15086 $as_echo_n "checking for ld used by $CC... " >&6; }
15087 case $host in
15088 *-*-mingw*)
15089 # gcc leaves a trailing carriage return which upsets mingw
15090 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
15092 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
15093 esac
15094 case $ac_prog in
15095 # Accept absolute paths.
15096 [\\/]* | ?:[\\/]*)
15097 re_direlt='/[^/][^/]*/\.\./'
15098 # Canonicalize the pathname of ld
15099 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
15100 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
15101 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
15102 done
15103 test -z "$LD" && LD="$ac_prog"
15106 # If it fails, then pretend we aren't using GCC.
15107 ac_prog=ld
15110 # If it is relative, then search for the first ld in PATH.
15111 with_gnu_ld=unknown
15113 esac
15114 elif test "$with_gnu_ld" = yes; then
15115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
15116 $as_echo_n "checking for GNU ld... " >&6; }
15117 else
15118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
15119 $as_echo_n "checking for non-GNU ld... " >&6; }
15121 if ${lt_cv_path_LD+:} false; then :
15122 $as_echo_n "(cached) " >&6
15123 else
15124 if test -z "$LD"; then
15125 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
15126 for ac_dir in $PATH; do
15127 IFS="$lt_save_ifs"
15128 test -z "$ac_dir" && ac_dir=.
15129 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
15130 lt_cv_path_LD="$ac_dir/$ac_prog"
15131 # Check to see if the program is GNU ld. I'd rather use --version,
15132 # but apparently some variants of GNU ld only accept -v.
15133 # Break only if it was the GNU/non-GNU ld that we prefer.
15134 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
15135 *GNU* | *'with BFD'*)
15136 test "$with_gnu_ld" != no && break
15139 test "$with_gnu_ld" != yes && break
15141 esac
15143 done
15144 IFS="$lt_save_ifs"
15145 else
15146 lt_cv_path_LD="$LD" # Let the user override the test with a path.
15150 LD="$lt_cv_path_LD"
15151 if test -n "$LD"; then
15152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
15153 $as_echo "$LD" >&6; }
15154 else
15155 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15156 $as_echo "no" >&6; }
15158 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
15159 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
15160 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
15161 if ${lt_cv_prog_gnu_ld+:} false; then :
15162 $as_echo_n "(cached) " >&6
15163 else
15164 # I'd rather use --version here, but apparently some GNU lds only accept -v.
15165 case `$LD -v 2>&1 </dev/null` in
15166 *GNU* | *'with BFD'*)
15167 lt_cv_prog_gnu_ld=yes
15170 lt_cv_prog_gnu_ld=no
15172 esac
15174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
15175 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
15176 with_gnu_ld=$lt_cv_prog_gnu_ld
15184 # If we're not using GNU ld, then there's no point in even trying these
15185 # tests. Check for that first. We should have already tested for gld
15186 # by now (in libtool), but require it now just to be safe...
15187 test -z "$SECTION_LDFLAGS" && SECTION_LDFLAGS=''
15188 test -z "$OPT_LDFLAGS" && OPT_LDFLAGS=''
15192 # The name set by libtool depends on the version of libtool. Shame on us
15193 # for depending on an impl detail, but c'est la vie. Older versions used
15194 # ac_cv_prog_gnu_ld, but now it's lt_cv_prog_gnu_ld, and is copied back on
15195 # top of with_gnu_ld (which is also set by --with-gnu-ld, so that actually
15196 # makes sense). We'll test with_gnu_ld everywhere else, so if that isn't
15197 # set (hence we're using an older libtool), then set it.
15198 if test x${with_gnu_ld+set} != xset; then
15199 if test x${ac_cv_prog_gnu_ld+set} != xset; then
15200 # We got through "ac_require(ac_prog_ld)" and still not set? Huh?
15201 with_gnu_ld=no
15202 else
15203 with_gnu_ld=$ac_cv_prog_gnu_ld
15207 # Start by getting the version number. I think the libtool test already
15208 # does some of this, but throws away the result.
15209 libat_ld_is_gold=no
15210 if $LD --version 2>/dev/null | grep 'GNU gold'> /dev/null 2>&1; then
15211 libat_ld_is_gold=yes
15214 ldver=`$LD --version 2>/dev/null |
15215 sed -e 's/[. ][0-9]\{8\}$//;s/.* \([^ ]\{1,\}\)$/\1/; q'`
15217 libat_gnu_ld_version=`echo $ldver | \
15218 $AWK -F. '{ if (NF<3) $3=0; print ($1*100+$2)*100+$3 }'`
15220 # Set --gc-sections.
15221 if test "$with_gnu_ld" = "notbroken"; then
15222 # GNU ld it is! Joy and bunny rabbits!
15224 # All these tests are for C++; save the language and the compiler flags.
15225 # Need to do this so that g++ won't try to link in libstdc++
15226 ac_test_CFLAGS="${CFLAGS+set}"
15227 ac_save_CFLAGS="$CFLAGS"
15228 CFLAGS='-x c++ -Wl,--gc-sections'
15230 # Check for -Wl,--gc-sections
15231 # XXX This test is broken at the moment, as symbols required for linking
15232 # are now in libsupc++ (not built yet). In addition, this test has
15233 # cored on solaris in the past. In addition, --gc-sections doesn't
15234 # really work at the moment (keeps on discarding used sections, first
15235 # .eh_frame and now some of the glibc sections for iconv).
15236 # Bzzzzt. Thanks for playing, maybe next time.
15237 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld that supports -Wl,--gc-sections" >&5
15238 $as_echo_n "checking for ld that supports -Wl,--gc-sections... " >&6; }
15239 if test "$cross_compiling" = yes; then :
15240 ac_sectionLDflags=yes
15241 else
15242 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15243 /* end confdefs.h. */
15245 int main(void)
15247 try { throw 1; }
15248 catch (...) { };
15249 return 0;
15252 _ACEOF
15253 if ac_fn_c_try_run "$LINENO"; then :
15254 ac_sectionLDflags=yes
15255 else
15256 ac_sectionLDflags=no
15258 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
15259 conftest.$ac_objext conftest.beam conftest.$ac_ext
15262 if test "$ac_test_CFLAGS" = set; then
15263 CFLAGS="$ac_save_CFLAGS"
15264 else
15265 # this is the suspicious part
15266 CFLAGS=''
15268 if test "$ac_sectionLDflags" = "yes"; then
15269 SECTION_LDFLAGS="-Wl,--gc-sections $SECTION_LDFLAGS"
15271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_sectionLDflags" >&5
15272 $as_echo "$ac_sectionLDflags" >&6; }
15275 # Set linker optimization flags.
15276 if test x"$with_gnu_ld" = x"yes"; then
15277 OPT_LDFLAGS="-Wl,-O1 $OPT_LDFLAGS"
15285 # Check whether --enable-symvers was given.
15286 if test "${enable_symvers+set}" = set; then :
15287 enableval=$enable_symvers;
15288 case "$enableval" in
15289 yes|no|gnu*|sun) ;;
15290 *) as_fn_error $? "Unknown argument to enable/disable symvers" "$LINENO" 5 ;;
15291 esac
15293 else
15294 enable_symvers=yes
15299 # If we never went through the LIBAT_CHECK_LINKER_FEATURES macro, then we
15300 # don't know enough about $LD to do tricks...
15303 # Turn a 'yes' into a suitable default.
15304 if test x$enable_symvers = xyes ; then
15305 # FIXME The following test is too strict, in theory.
15306 if test $enable_shared = no || test "x$LD" = x; then
15307 enable_symvers=no
15308 else
15309 if test $with_gnu_ld = yes ; then
15310 enable_symvers=gnu
15311 else
15312 case ${target_os} in
15313 # Sun symbol versioning exists since Solaris 2.5.
15314 solaris2.[5-9]* | solaris2.1[0-9]*)
15315 enable_symvers=sun ;;
15317 enable_symvers=no ;;
15318 esac
15323 # Check if 'sun' was requested on non-Solaris 2 platforms.
15324 if test x$enable_symvers = xsun ; then
15325 case ${target_os} in
15326 solaris2*)
15327 # All fine.
15330 # Unlikely to work.
15331 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === You have requested Sun symbol versioning, but" >&5
15332 $as_echo "$as_me: WARNING: === You have requested Sun symbol versioning, but" >&2;}
15333 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === you are not targetting Solaris 2." >&5
15334 $as_echo "$as_me: WARNING: === you are not targetting Solaris 2." >&2;}
15335 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === Symbol versioning will be disabled." >&5
15336 $as_echo "$as_me: WARNING: === Symbol versioning will be disabled." >&2;}
15337 enable_symvers=no
15339 esac
15342 # Check to see if libgcc_s exists, indicating that shared libgcc is possible.
15343 if test $enable_symvers != no; then
15344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared libgcc" >&5
15345 $as_echo_n "checking for shared libgcc... " >&6; }
15346 ac_save_CFLAGS="$CFLAGS"
15347 CFLAGS=' -lgcc_s'
15348 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15349 /* end confdefs.h. */
15352 main ()
15354 return 0;
15356 return 0;
15358 _ACEOF
15359 if ac_fn_c_try_link "$LINENO"; then :
15360 libat_shared_libgcc=yes
15361 else
15362 libat_shared_libgcc=no
15364 rm -f core conftest.err conftest.$ac_objext \
15365 conftest$ac_exeext conftest.$ac_ext
15366 CFLAGS="$ac_save_CFLAGS"
15367 if test $libat_shared_libgcc = no; then
15368 cat > conftest.c <<EOF
15369 int main (void) { return 0; }
15371 libat_libgcc_s_suffix=`${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS \
15372 -shared -shared-libgcc -o conftest.so \
15373 conftest.c -v 2>&1 >/dev/null \
15374 | sed -n 's/^.* -lgcc_s\([^ ]*\) .*$/\1/p'`
15375 rm -f conftest.c conftest.so
15376 if test x${libat_libgcc_s_suffix+set} = xset; then
15377 CFLAGS=" -lgcc_s$libat_libgcc_s_suffix"
15378 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15379 /* end confdefs.h. */
15382 main ()
15384 return 0;
15386 return 0;
15388 _ACEOF
15389 if ac_fn_c_try_link "$LINENO"; then :
15390 libat_shared_libgcc=yes
15392 rm -f core conftest.err conftest.$ac_objext \
15393 conftest$ac_exeext conftest.$ac_ext
15394 CFLAGS="$ac_save_CFLAGS"
15397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_shared_libgcc" >&5
15398 $as_echo "$libat_shared_libgcc" >&6; }
15401 # For GNU ld, we need at least this version. The format is described in
15402 # LIBAT_CHECK_LINKER_FEATURES above.
15403 libat_min_gnu_ld_version=21400
15404 # XXXXXXXXXXX libat_gnu_ld_version=21390
15406 # Check to see if unspecified "yes" value can win, given results above.
15407 # Change "yes" into either "no" or a style name.
15408 if test $enable_symvers != no && test $libat_shared_libgcc = yes; then
15409 if test $with_gnu_ld = yes; then
15410 if test $libat_gnu_ld_version -ge $libat_min_gnu_ld_version ; then
15411 enable_symvers=gnu
15412 elif test $libat_ld_is_gold = yes ; then
15413 enable_symvers=gnu
15414 else
15415 # The right tools, the right setup, but too old. Fallbacks?
15416 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === Linker version $libat_gnu_ld_version is too old for" >&5
15417 $as_echo "$as_me: WARNING: === Linker version $libat_gnu_ld_version is too old for" >&2;}
15418 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === full symbol versioning support in this release of GCC." >&5
15419 $as_echo "$as_me: WARNING: === full symbol versioning support in this release of GCC." >&2;}
15420 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === You would need to upgrade your binutils to version" >&5
15421 $as_echo "$as_me: WARNING: === You would need to upgrade your binutils to version" >&2;}
15422 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === $libat_min_gnu_ld_version or later and rebuild GCC." >&5
15423 $as_echo "$as_me: WARNING: === $libat_min_gnu_ld_version or later and rebuild GCC." >&2;}
15424 if test $libat_gnu_ld_version -ge 21200 ; then
15425 # Globbing fix is present, proper block support is not.
15426 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === Symbol versioning will be disabled." >&5
15427 $as_echo "$as_me: WARNING: === Symbol versioning will be disabled." >&2;}
15428 enable_symvers=no
15429 else
15430 # 2.11 or older.
15431 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === Symbol versioning will be disabled." >&5
15432 $as_echo "$as_me: WARNING: === Symbol versioning will be disabled." >&2;}
15433 enable_symvers=no
15436 elif test $enable_symvers = sun; then
15437 : All interesting versions of Sun ld support sun style symbol versioning.
15438 else
15439 # just fail for now
15440 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === You have requested some kind of symbol versioning, but" >&5
15441 $as_echo "$as_me: WARNING: === You have requested some kind of symbol versioning, but" >&2;}
15442 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === either you are not using a supported linker, or you are" >&5
15443 $as_echo "$as_me: WARNING: === either you are not using a supported linker, or you are" >&2;}
15444 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === not building a shared libgcc_s (which is required)." >&5
15445 $as_echo "$as_me: WARNING: === not building a shared libgcc_s (which is required)." >&2;}
15446 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === Symbol versioning will be disabled." >&5
15447 $as_echo "$as_me: WARNING: === Symbol versioning will be disabled." >&2;}
15448 enable_symvers=no
15451 if test $enable_symvers = gnu; then
15453 $as_echo "#define LIBAT_GNU_SYMBOL_VERSIONING 1" >>confdefs.h
15457 if test $enable_symvers != no; then
15458 LIBAT_BUILD_VERSIONED_SHLIB_TRUE=
15459 LIBAT_BUILD_VERSIONED_SHLIB_FALSE='#'
15460 else
15461 LIBAT_BUILD_VERSIONED_SHLIB_TRUE='#'
15462 LIBAT_BUILD_VERSIONED_SHLIB_FALSE=
15465 if test $enable_symvers = gnu; then
15466 LIBAT_BUILD_VERSIONED_SHLIB_GNU_TRUE=
15467 LIBAT_BUILD_VERSIONED_SHLIB_GNU_FALSE='#'
15468 else
15469 LIBAT_BUILD_VERSIONED_SHLIB_GNU_TRUE='#'
15470 LIBAT_BUILD_VERSIONED_SHLIB_GNU_FALSE=
15473 if test $enable_symvers = sun; then
15474 LIBAT_BUILD_VERSIONED_SHLIB_SUN_TRUE=
15475 LIBAT_BUILD_VERSIONED_SHLIB_SUN_FALSE='#'
15476 else
15477 LIBAT_BUILD_VERSIONED_SHLIB_SUN_TRUE='#'
15478 LIBAT_BUILD_VERSIONED_SHLIB_SUN_FALSE=
15481 { $as_echo "$as_me:${as_lineno-$LINENO}: versioning on shared library symbols is $enable_symvers" >&5
15482 $as_echo "$as_me: versioning on shared library symbols is $enable_symvers" >&6;}
15485 # Cleanup and exit.
15486 CFLAGS="$save_CFLAGS"
15487 cat >confcache <<\_ACEOF
15488 # This file is a shell script that caches the results of configure
15489 # tests run on this system so they can be shared between configure
15490 # scripts and configure runs, see configure's option --config-cache.
15491 # It is not useful on other systems. If it contains results you don't
15492 # want to keep, you may remove or edit it.
15494 # config.status only pays attention to the cache file if you give it
15495 # the --recheck option to rerun configure.
15497 # `ac_cv_env_foo' variables (set or unset) will be overridden when
15498 # loading this file, other *unset* `ac_cv_foo' will be assigned the
15499 # following values.
15501 _ACEOF
15503 # The following way of writing the cache mishandles newlines in values,
15504 # but we know of no workaround that is simple, portable, and efficient.
15505 # So, we kill variables containing newlines.
15506 # Ultrix sh set writes to stderr and can't be redirected directly,
15507 # and sets the high bit in the cache file unless we assign to the vars.
15509 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15510 eval ac_val=\$$ac_var
15511 case $ac_val in #(
15512 *${as_nl}*)
15513 case $ac_var in #(
15514 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15515 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15516 esac
15517 case $ac_var in #(
15518 _ | IFS | as_nl) ;; #(
15519 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15520 *) { eval $ac_var=; unset $ac_var;} ;;
15521 esac ;;
15522 esac
15523 done
15525 (set) 2>&1 |
15526 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15527 *${as_nl}ac_space=\ *)
15528 # `set' does not quote correctly, so add quotes: double-quote
15529 # substitution turns \\\\ into \\, and sed turns \\ into \.
15530 sed -n \
15531 "s/'/'\\\\''/g;
15532 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15533 ;; #(
15535 # `set' quotes correctly as required by POSIX, so do not add quotes.
15536 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15538 esac |
15539 sort
15541 sed '
15542 /^ac_cv_env_/b end
15543 t clear
15544 :clear
15545 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15546 t end
15547 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15548 :end' >>confcache
15549 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15550 if test -w "$cache_file"; then
15551 if test "x$cache_file" != "x/dev/null"; then
15552 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15553 $as_echo "$as_me: updating cache $cache_file" >&6;}
15554 if test ! -f "$cache_file" || test -h "$cache_file"; then
15555 cat confcache >"$cache_file"
15556 else
15557 case $cache_file in #(
15558 */* | ?:*)
15559 mv -f confcache "$cache_file"$$ &&
15560 mv -f "$cache_file"$$ "$cache_file" ;; #(
15562 mv -f confcache "$cache_file" ;;
15563 esac
15566 else
15567 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15568 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15571 rm -f confcache
15573 # Add -Wall -Werror if we are using GCC.
15574 if test "x$GCC" = "xyes"; then
15575 XCFLAGS="$XCFLAGS -Wall -Werror"
15578 # Add CET specific flags if CET is enabled
15579 # Check whether --enable-cet was given.
15580 if test "${enable_cet+set}" = set; then :
15581 enableval=$enable_cet;
15582 case "$enableval" in
15583 yes|no|auto) ;;
15584 *) as_fn_error $? "Unknown argument to enable/disable cet" "$LINENO" 5 ;;
15585 esac
15587 else
15588 enable_cet=auto
15592 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CET support" >&5
15593 $as_echo_n "checking for CET support... " >&6; }
15595 # NB: Avoid nested save_CFLAGS and save_LDFLAGS.
15596 case "$host" in
15597 i[34567]86-*-linux* | x86_64-*-linux*)
15598 case "$enable_cet" in
15599 auto)
15600 # Check if target supports multi-byte NOPs
15601 # and if assembler supports CET insn.
15602 cet_save_CFLAGS="$CFLAGS"
15603 CFLAGS="$CFLAGS -fcf-protection"
15604 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15605 /* end confdefs.h. */
15608 main ()
15611 #if !defined(__SSE2__)
15612 #error target does not support multi-byte NOPs
15613 #else
15614 asm ("setssbsy");
15615 #endif
15618 return 0;
15620 _ACEOF
15621 if ac_fn_c_try_compile "$LINENO"; then :
15622 enable_cet=yes
15623 else
15624 enable_cet=no
15626 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15627 CFLAGS="$cet_save_CFLAGS"
15629 yes)
15630 # Check if assembler supports CET.
15631 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15632 /* end confdefs.h. */
15635 main ()
15637 asm ("setssbsy");
15639 return 0;
15641 _ACEOF
15642 if ac_fn_c_try_compile "$LINENO"; then :
15644 else
15645 as_fn_error $? "assembler with CET support is required for --enable-cet" "$LINENO" 5
15647 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15649 esac
15652 enable_cet=no
15654 esac
15655 if test x$enable_cet = xyes; then
15656 CET_FLAGS="-fcf-protection -mshstk"
15657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
15658 $as_echo "yes" >&6; }
15659 else
15660 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15661 $as_echo "no" >&6; }
15664 XCFLAGS="$XCFLAGS $CET_FLAGS"
15666 XCFLAGS="$XCFLAGS $XPCFLAGS"
15674 # Conditionalize the makefile for this target machine.
15675 tmake_file_=
15676 for f in ${tmake_file}
15678 if test -f ${srcdir}/config/$f
15679 then
15680 tmake_file_="${tmake_file_} \$(srcdir)/config/$f"
15682 done
15683 tmake_file="${tmake_file_}"
15687 if test x$libat_cv_have_ifunc = xyes; then
15688 HAVE_IFUNC_TRUE=
15689 HAVE_IFUNC_FALSE='#'
15690 else
15691 HAVE_IFUNC_TRUE='#'
15692 HAVE_IFUNC_FALSE=
15695 if expr "$config_path" : ".* linux/aarch64 .*" > /dev/null; then
15696 ARCH_AARCH64_LINUX_TRUE=
15697 ARCH_AARCH64_LINUX_FALSE='#'
15698 else
15699 ARCH_AARCH64_LINUX_TRUE='#'
15700 ARCH_AARCH64_LINUX_FALSE=
15703 if expr "$config_path" : ".* linux/arm .*" > /dev/null; then
15704 ARCH_ARM_LINUX_TRUE=
15705 ARCH_ARM_LINUX_FALSE='#'
15706 else
15707 ARCH_ARM_LINUX_TRUE='#'
15708 ARCH_ARM_LINUX_FALSE=
15711 if test "$ARCH" = x86 && test x$libat_cv_wordsize = x4; then
15712 ARCH_I386_TRUE=
15713 ARCH_I386_FALSE='#'
15714 else
15715 ARCH_I386_TRUE='#'
15716 ARCH_I386_FALSE=
15719 if test "$ARCH" = x86 && test x$libat_cv_wordsize = x8; then
15720 ARCH_X86_64_TRUE=
15721 ARCH_X86_64_FALSE='#'
15722 else
15723 ARCH_X86_64_TRUE='#'
15724 ARCH_X86_64_FALSE=
15728 # Determine what GCC version number to use in filesystem paths.
15730 get_gcc_base_ver="cat"
15732 # Check whether --with-gcc-major-version-only was given.
15733 if test "${with_gcc_major_version_only+set}" = set; then :
15734 withval=$with_gcc_major_version_only; if test x$with_gcc_major_version_only = xyes ; then
15735 get_gcc_base_ver="sed -e 's/^\([0-9]*\).*/\1/'"
15743 if test ${multilib} = yes; then
15744 multilib_arg="--enable-multilib"
15745 else
15746 multilib_arg=
15749 ac_config_files="$ac_config_files Makefile testsuite/Makefile"
15751 ac_config_files="$ac_config_files testsuite/libatomic-site-extra.exp"
15753 cat >confcache <<\_ACEOF
15754 # This file is a shell script that caches the results of configure
15755 # tests run on this system so they can be shared between configure
15756 # scripts and configure runs, see configure's option --config-cache.
15757 # It is not useful on other systems. If it contains results you don't
15758 # want to keep, you may remove or edit it.
15760 # config.status only pays attention to the cache file if you give it
15761 # the --recheck option to rerun configure.
15763 # `ac_cv_env_foo' variables (set or unset) will be overridden when
15764 # loading this file, other *unset* `ac_cv_foo' will be assigned the
15765 # following values.
15767 _ACEOF
15769 # The following way of writing the cache mishandles newlines in values,
15770 # but we know of no workaround that is simple, portable, and efficient.
15771 # So, we kill variables containing newlines.
15772 # Ultrix sh set writes to stderr and can't be redirected directly,
15773 # and sets the high bit in the cache file unless we assign to the vars.
15775 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15776 eval ac_val=\$$ac_var
15777 case $ac_val in #(
15778 *${as_nl}*)
15779 case $ac_var in #(
15780 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15781 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15782 esac
15783 case $ac_var in #(
15784 _ | IFS | as_nl) ;; #(
15785 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15786 *) { eval $ac_var=; unset $ac_var;} ;;
15787 esac ;;
15788 esac
15789 done
15791 (set) 2>&1 |
15792 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15793 *${as_nl}ac_space=\ *)
15794 # `set' does not quote correctly, so add quotes: double-quote
15795 # substitution turns \\\\ into \\, and sed turns \\ into \.
15796 sed -n \
15797 "s/'/'\\\\''/g;
15798 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15799 ;; #(
15801 # `set' quotes correctly as required by POSIX, so do not add quotes.
15802 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15804 esac |
15805 sort
15807 sed '
15808 /^ac_cv_env_/b end
15809 t clear
15810 :clear
15811 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15812 t end
15813 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15814 :end' >>confcache
15815 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15816 if test -w "$cache_file"; then
15817 if test "x$cache_file" != "x/dev/null"; then
15818 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15819 $as_echo "$as_me: updating cache $cache_file" >&6;}
15820 if test ! -f "$cache_file" || test -h "$cache_file"; then
15821 cat confcache >"$cache_file"
15822 else
15823 case $cache_file in #(
15824 */* | ?:*)
15825 mv -f confcache "$cache_file"$$ &&
15826 mv -f "$cache_file"$$ "$cache_file" ;; #(
15828 mv -f confcache "$cache_file" ;;
15829 esac
15832 else
15833 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15834 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15837 rm -f confcache
15839 test "x$prefix" = xNONE && prefix=$ac_default_prefix
15840 # Let make expand exec_prefix.
15841 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15843 DEFS=-DHAVE_CONFIG_H
15845 ac_libobjs=
15846 ac_ltlibobjs=
15848 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15849 # 1. Remove the extension, and $U if already installed.
15850 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15851 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15852 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15853 # will be set to the directory where LIBOBJS objects are built.
15854 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15855 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
15856 done
15857 LIBOBJS=$ac_libobjs
15859 LTLIBOBJS=$ac_ltlibobjs
15862 if test -z "${GENINSRC_TRUE}" && test -z "${GENINSRC_FALSE}"; then
15863 as_fn_error $? "conditional \"GENINSRC\" was never defined.
15864 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15866 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
15867 $as_echo_n "checking that generated files are newer than configure... " >&6; }
15868 if test -n "$am_sleep_pid"; then
15869 # Hide warnings about reused PIDs.
15870 wait $am_sleep_pid 2>/dev/null
15872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
15873 $as_echo "done" >&6; }
15874 if test -n "$EXEEXT"; then
15875 am__EXEEXT_TRUE=
15876 am__EXEEXT_FALSE='#'
15877 else
15878 am__EXEEXT_TRUE='#'
15879 am__EXEEXT_FALSE=
15882 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
15883 as_fn_error $? "conditional \"AMDEP\" was never defined.
15884 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15886 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
15887 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
15888 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15890 if test -z "${am__fastdepCCAS_TRUE}" && test -z "${am__fastdepCCAS_FALSE}"; then
15891 as_fn_error $? "conditional \"am__fastdepCCAS\" was never defined.
15892 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15894 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
15895 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
15896 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15899 if test -z "${LIBAT_BUILD_VERSIONED_SHLIB_TRUE}" && test -z "${LIBAT_BUILD_VERSIONED_SHLIB_FALSE}"; then
15900 as_fn_error $? "conditional \"LIBAT_BUILD_VERSIONED_SHLIB\" was never defined.
15901 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15903 if test -z "${LIBAT_BUILD_VERSIONED_SHLIB_GNU_TRUE}" && test -z "${LIBAT_BUILD_VERSIONED_SHLIB_GNU_FALSE}"; then
15904 as_fn_error $? "conditional \"LIBAT_BUILD_VERSIONED_SHLIB_GNU\" was never defined.
15905 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15907 if test -z "${LIBAT_BUILD_VERSIONED_SHLIB_SUN_TRUE}" && test -z "${LIBAT_BUILD_VERSIONED_SHLIB_SUN_FALSE}"; then
15908 as_fn_error $? "conditional \"LIBAT_BUILD_VERSIONED_SHLIB_SUN\" was never defined.
15909 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15911 if test -z "${HAVE_IFUNC_TRUE}" && test -z "${HAVE_IFUNC_FALSE}"; then
15912 as_fn_error $? "conditional \"HAVE_IFUNC\" was never defined.
15913 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15915 if test -z "${ARCH_AARCH64_LINUX_TRUE}" && test -z "${ARCH_AARCH64_LINUX_FALSE}"; then
15916 as_fn_error $? "conditional \"ARCH_AARCH64_LINUX\" was never defined.
15917 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15919 if test -z "${ARCH_ARM_LINUX_TRUE}" && test -z "${ARCH_ARM_LINUX_FALSE}"; then
15920 as_fn_error $? "conditional \"ARCH_ARM_LINUX\" was never defined.
15921 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15923 if test -z "${ARCH_I386_TRUE}" && test -z "${ARCH_I386_FALSE}"; then
15924 as_fn_error $? "conditional \"ARCH_I386\" was never defined.
15925 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15927 if test -z "${ARCH_X86_64_TRUE}" && test -z "${ARCH_X86_64_FALSE}"; then
15928 as_fn_error $? "conditional \"ARCH_X86_64\" was never defined.
15929 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15932 : "${CONFIG_STATUS=./config.status}"
15933 ac_write_fail=0
15934 ac_clean_files_save=$ac_clean_files
15935 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
15936 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15937 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15938 as_write_fail=0
15939 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
15940 #! $SHELL
15941 # Generated by $as_me.
15942 # Run this file to recreate the current configuration.
15943 # Compiler output produced by configure, useful for debugging
15944 # configure, is in config.log if it exists.
15946 debug=false
15947 ac_cs_recheck=false
15948 ac_cs_silent=false
15950 SHELL=\${CONFIG_SHELL-$SHELL}
15951 export SHELL
15952 _ASEOF
15953 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15954 ## -------------------- ##
15955 ## M4sh Initialization. ##
15956 ## -------------------- ##
15958 # Be more Bourne compatible
15959 DUALCASE=1; export DUALCASE # for MKS sh
15960 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
15961 emulate sh
15962 NULLCMD=:
15963 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
15964 # is contrary to our usage. Disable this feature.
15965 alias -g '${1+"$@"}'='"$@"'
15966 setopt NO_GLOB_SUBST
15967 else
15968 case `(set -o) 2>/dev/null` in #(
15969 *posix*) :
15970 set -o posix ;; #(
15971 *) :
15973 esac
15977 as_nl='
15979 export as_nl
15980 # Printing a long string crashes Solaris 7 /usr/bin/printf.
15981 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15982 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15983 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15984 # Prefer a ksh shell builtin over an external printf program on Solaris,
15985 # but without wasting forks for bash or zsh.
15986 if test -z "$BASH_VERSION$ZSH_VERSION" \
15987 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15988 as_echo='print -r --'
15989 as_echo_n='print -rn --'
15990 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15991 as_echo='printf %s\n'
15992 as_echo_n='printf %s'
15993 else
15994 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15995 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15996 as_echo_n='/usr/ucb/echo -n'
15997 else
15998 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15999 as_echo_n_body='eval
16000 arg=$1;
16001 case $arg in #(
16002 *"$as_nl"*)
16003 expr "X$arg" : "X\\(.*\\)$as_nl";
16004 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
16005 esac;
16006 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
16008 export as_echo_n_body
16009 as_echo_n='sh -c $as_echo_n_body as_echo'
16011 export as_echo_body
16012 as_echo='sh -c $as_echo_body as_echo'
16015 # The user is always right.
16016 if test "${PATH_SEPARATOR+set}" != set; then
16017 PATH_SEPARATOR=:
16018 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
16019 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
16020 PATH_SEPARATOR=';'
16025 # IFS
16026 # We need space, tab and new line, in precisely that order. Quoting is
16027 # there to prevent editors from complaining about space-tab.
16028 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
16029 # splitting by setting IFS to empty value.)
16030 IFS=" "" $as_nl"
16032 # Find who we are. Look in the path if we contain no directory separator.
16033 as_myself=
16034 case $0 in #((
16035 *[\\/]* ) as_myself=$0 ;;
16036 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16037 for as_dir in $PATH
16039 IFS=$as_save_IFS
16040 test -z "$as_dir" && as_dir=.
16041 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
16042 done
16043 IFS=$as_save_IFS
16046 esac
16047 # We did not find ourselves, most probably we were run as `sh COMMAND'
16048 # in which case we are not to be found in the path.
16049 if test "x$as_myself" = x; then
16050 as_myself=$0
16052 if test ! -f "$as_myself"; then
16053 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
16054 exit 1
16057 # Unset variables that we do not need and which cause bugs (e.g. in
16058 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
16059 # suppresses any "Segmentation fault" message there. '((' could
16060 # trigger a bug in pdksh 5.2.14.
16061 for as_var in BASH_ENV ENV MAIL MAILPATH
16062 do eval test x\${$as_var+set} = xset \
16063 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
16064 done
16065 PS1='$ '
16066 PS2='> '
16067 PS4='+ '
16069 # NLS nuisances.
16070 LC_ALL=C
16071 export LC_ALL
16072 LANGUAGE=C
16073 export LANGUAGE
16075 # CDPATH.
16076 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16079 # as_fn_error STATUS ERROR [LINENO LOG_FD]
16080 # ----------------------------------------
16081 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
16082 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
16083 # script with STATUS, using 1 if that was 0.
16084 as_fn_error ()
16086 as_status=$1; test $as_status -eq 0 && as_status=1
16087 if test "$4"; then
16088 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
16089 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
16091 $as_echo "$as_me: error: $2" >&2
16092 as_fn_exit $as_status
16093 } # as_fn_error
16096 # as_fn_set_status STATUS
16097 # -----------------------
16098 # Set $? to STATUS, without forking.
16099 as_fn_set_status ()
16101 return $1
16102 } # as_fn_set_status
16104 # as_fn_exit STATUS
16105 # -----------------
16106 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
16107 as_fn_exit ()
16109 set +e
16110 as_fn_set_status $1
16111 exit $1
16112 } # as_fn_exit
16114 # as_fn_unset VAR
16115 # ---------------
16116 # Portably unset VAR.
16117 as_fn_unset ()
16119 { eval $1=; unset $1;}
16121 as_unset=as_fn_unset
16122 # as_fn_append VAR VALUE
16123 # ----------------------
16124 # Append the text in VALUE to the end of the definition contained in VAR. Take
16125 # advantage of any shell optimizations that allow amortized linear growth over
16126 # repeated appends, instead of the typical quadratic growth present in naive
16127 # implementations.
16128 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
16129 eval 'as_fn_append ()
16131 eval $1+=\$2
16133 else
16134 as_fn_append ()
16136 eval $1=\$$1\$2
16138 fi # as_fn_append
16140 # as_fn_arith ARG...
16141 # ------------------
16142 # Perform arithmetic evaluation on the ARGs, and store the result in the
16143 # global $as_val. Take advantage of shells that can avoid forks. The arguments
16144 # must be portable across $(()) and expr.
16145 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
16146 eval 'as_fn_arith ()
16148 as_val=$(( $* ))
16150 else
16151 as_fn_arith ()
16153 as_val=`expr "$@" || test $? -eq 1`
16155 fi # as_fn_arith
16158 if expr a : '\(a\)' >/dev/null 2>&1 &&
16159 test "X`expr 00001 : '.*\(...\)'`" = X001; then
16160 as_expr=expr
16161 else
16162 as_expr=false
16165 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
16166 as_basename=basename
16167 else
16168 as_basename=false
16171 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
16172 as_dirname=dirname
16173 else
16174 as_dirname=false
16177 as_me=`$as_basename -- "$0" ||
16178 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
16179 X"$0" : 'X\(//\)$' \| \
16180 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
16181 $as_echo X/"$0" |
16182 sed '/^.*\/\([^/][^/]*\)\/*$/{
16183 s//\1/
16186 /^X\/\(\/\/\)$/{
16187 s//\1/
16190 /^X\/\(\/\).*/{
16191 s//\1/
16194 s/.*/./; q'`
16196 # Avoid depending upon Character Ranges.
16197 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
16198 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
16199 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
16200 as_cr_digits='0123456789'
16201 as_cr_alnum=$as_cr_Letters$as_cr_digits
16203 ECHO_C= ECHO_N= ECHO_T=
16204 case `echo -n x` in #(((((
16205 -n*)
16206 case `echo 'xy\c'` in
16207 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
16208 xy) ECHO_C='\c';;
16209 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
16210 ECHO_T=' ';;
16211 esac;;
16213 ECHO_N='-n';;
16214 esac
16216 rm -f conf$$ conf$$.exe conf$$.file
16217 if test -d conf$$.dir; then
16218 rm -f conf$$.dir/conf$$.file
16219 else
16220 rm -f conf$$.dir
16221 mkdir conf$$.dir 2>/dev/null
16223 if (echo >conf$$.file) 2>/dev/null; then
16224 if ln -s conf$$.file conf$$ 2>/dev/null; then
16225 as_ln_s='ln -s'
16226 # ... but there are two gotchas:
16227 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
16228 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
16229 # In both cases, we have to default to `cp -pR'.
16230 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
16231 as_ln_s='cp -pR'
16232 elif ln conf$$.file conf$$ 2>/dev/null; then
16233 as_ln_s=ln
16234 else
16235 as_ln_s='cp -pR'
16237 else
16238 as_ln_s='cp -pR'
16240 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
16241 rmdir conf$$.dir 2>/dev/null
16244 # as_fn_mkdir_p
16245 # -------------
16246 # Create "$as_dir" as a directory, including parents if necessary.
16247 as_fn_mkdir_p ()
16250 case $as_dir in #(
16251 -*) as_dir=./$as_dir;;
16252 esac
16253 test -d "$as_dir" || eval $as_mkdir_p || {
16254 as_dirs=
16255 while :; do
16256 case $as_dir in #(
16257 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
16258 *) as_qdir=$as_dir;;
16259 esac
16260 as_dirs="'$as_qdir' $as_dirs"
16261 as_dir=`$as_dirname -- "$as_dir" ||
16262 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16263 X"$as_dir" : 'X\(//\)[^/]' \| \
16264 X"$as_dir" : 'X\(//\)$' \| \
16265 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
16266 $as_echo X"$as_dir" |
16267 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16268 s//\1/
16271 /^X\(\/\/\)[^/].*/{
16272 s//\1/
16275 /^X\(\/\/\)$/{
16276 s//\1/
16279 /^X\(\/\).*/{
16280 s//\1/
16283 s/.*/./; q'`
16284 test -d "$as_dir" && break
16285 done
16286 test -z "$as_dirs" || eval "mkdir $as_dirs"
16287 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
16290 } # as_fn_mkdir_p
16291 if mkdir -p . 2>/dev/null; then
16292 as_mkdir_p='mkdir -p "$as_dir"'
16293 else
16294 test -d ./-p && rmdir ./-p
16295 as_mkdir_p=false
16299 # as_fn_executable_p FILE
16300 # -----------------------
16301 # Test if FILE is an executable regular file.
16302 as_fn_executable_p ()
16304 test -f "$1" && test -x "$1"
16305 } # as_fn_executable_p
16306 as_test_x='test -x'
16307 as_executable_p=as_fn_executable_p
16309 # Sed expression to map a string onto a valid CPP name.
16310 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
16312 # Sed expression to map a string onto a valid variable name.
16313 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
16316 exec 6>&1
16317 ## ----------------------------------- ##
16318 ## Main body of $CONFIG_STATUS script. ##
16319 ## ----------------------------------- ##
16320 _ASEOF
16321 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
16323 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16324 # Save the log message, to keep $0 and so on meaningful, and to
16325 # report actual input values of CONFIG_FILES etc. instead of their
16326 # values after options handling.
16327 ac_log="
16328 This file was extended by GNU Atomic Library $as_me 1.0, which was
16329 generated by GNU Autoconf 2.69. Invocation command line was
16331 CONFIG_FILES = $CONFIG_FILES
16332 CONFIG_HEADERS = $CONFIG_HEADERS
16333 CONFIG_LINKS = $CONFIG_LINKS
16334 CONFIG_COMMANDS = $CONFIG_COMMANDS
16335 $ $0 $@
16337 on `(hostname || uname -n) 2>/dev/null | sed 1q`
16340 _ACEOF
16342 case $ac_config_files in *"
16343 "*) set x $ac_config_files; shift; ac_config_files=$*;;
16344 esac
16346 case $ac_config_headers in *"
16347 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
16348 esac
16351 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16352 # Files that config.status was made for.
16353 config_files="$ac_config_files"
16354 config_headers="$ac_config_headers"
16355 config_commands="$ac_config_commands"
16357 _ACEOF
16359 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16360 ac_cs_usage="\
16361 \`$as_me' instantiates files and other configuration actions
16362 from templates according to the current configuration. Unless the files
16363 and actions are specified as TAGs, all are instantiated by default.
16365 Usage: $0 [OPTION]... [TAG]...
16367 -h, --help print this help, then exit
16368 -V, --version print version number and configuration settings, then exit
16369 --config print configuration, then exit
16370 -q, --quiet, --silent
16371 do not print progress messages
16372 -d, --debug don't remove temporary files
16373 --recheck update $as_me by reconfiguring in the same conditions
16374 --file=FILE[:TEMPLATE]
16375 instantiate the configuration file FILE
16376 --header=FILE[:TEMPLATE]
16377 instantiate the configuration header FILE
16379 Configuration files:
16380 $config_files
16382 Configuration headers:
16383 $config_headers
16385 Configuration commands:
16386 $config_commands
16388 Report bugs to the package provider.
16389 GNU Atomic Library home page: <http://www.gnu.org/software/libatomic/>.
16390 General help using GNU software: <http://www.gnu.org/gethelp/>."
16392 _ACEOF
16393 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16394 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
16395 ac_cs_version="\\
16396 GNU Atomic Library config.status 1.0
16397 configured by $0, generated by GNU Autoconf 2.69,
16398 with options \\"\$ac_cs_config\\"
16400 Copyright (C) 2012 Free Software Foundation, Inc.
16401 This config.status script is free software; the Free Software Foundation
16402 gives unlimited permission to copy, distribute and modify it."
16404 ac_pwd='$ac_pwd'
16405 srcdir='$srcdir'
16406 INSTALL='$INSTALL'
16407 MKDIR_P='$MKDIR_P'
16408 AWK='$AWK'
16409 test -n "\$AWK" || AWK=awk
16410 _ACEOF
16412 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16413 # The default lists apply if the user does not specify any file.
16414 ac_need_defaults=:
16415 while test $# != 0
16417 case $1 in
16418 --*=?*)
16419 ac_option=`expr "X$1" : 'X\([^=]*\)='`
16420 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
16421 ac_shift=:
16423 --*=)
16424 ac_option=`expr "X$1" : 'X\([^=]*\)='`
16425 ac_optarg=
16426 ac_shift=:
16429 ac_option=$1
16430 ac_optarg=$2
16431 ac_shift=shift
16433 esac
16435 case $ac_option in
16436 # Handling of the options.
16437 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
16438 ac_cs_recheck=: ;;
16439 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
16440 $as_echo "$ac_cs_version"; exit ;;
16441 --config | --confi | --conf | --con | --co | --c )
16442 $as_echo "$ac_cs_config"; exit ;;
16443 --debug | --debu | --deb | --de | --d | -d )
16444 debug=: ;;
16445 --file | --fil | --fi | --f )
16446 $ac_shift
16447 case $ac_optarg in
16448 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16449 '') as_fn_error $? "missing file argument" ;;
16450 esac
16451 as_fn_append CONFIG_FILES " '$ac_optarg'"
16452 ac_need_defaults=false;;
16453 --header | --heade | --head | --hea )
16454 $ac_shift
16455 case $ac_optarg in
16456 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16457 esac
16458 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
16459 ac_need_defaults=false;;
16460 --he | --h)
16461 # Conflict between --help and --header
16462 as_fn_error $? "ambiguous option: \`$1'
16463 Try \`$0 --help' for more information.";;
16464 --help | --hel | -h )
16465 $as_echo "$ac_cs_usage"; exit ;;
16466 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
16467 | -silent | --silent | --silen | --sile | --sil | --si | --s)
16468 ac_cs_silent=: ;;
16470 # This is an error.
16471 -*) as_fn_error $? "unrecognized option: \`$1'
16472 Try \`$0 --help' for more information." ;;
16474 *) as_fn_append ac_config_targets " $1"
16475 ac_need_defaults=false ;;
16477 esac
16478 shift
16479 done
16481 ac_configure_extra_args=
16483 if $ac_cs_silent; then
16484 exec 6>/dev/null
16485 ac_configure_extra_args="$ac_configure_extra_args --silent"
16488 _ACEOF
16489 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16490 if \$ac_cs_recheck; then
16491 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
16492 shift
16493 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
16494 CONFIG_SHELL='$SHELL'
16495 export CONFIG_SHELL
16496 exec "\$@"
16499 _ACEOF
16500 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16501 exec 5>>config.log
16503 echo
16504 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
16505 ## Running $as_me. ##
16506 _ASBOX
16507 $as_echo "$ac_log"
16508 } >&5
16510 _ACEOF
16511 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16513 # INIT-COMMANDS
16516 srcdir="$srcdir"
16517 host="$host"
16518 target="$target"
16519 with_multisubdir="$with_multisubdir"
16520 with_multisrctop="$with_multisrctop"
16521 with_target_subdir="$with_target_subdir"
16522 ac_configure_args="${multilib_arg} ${ac_configure_args}"
16523 multi_basedir="$multi_basedir"
16524 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
16525 CC="$CC"
16526 CXX="$CXX"
16527 GFORTRAN="$GFORTRAN"
16528 GDC="$GDC"
16529 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
16532 # The HP-UX ksh and POSIX shell print the target directory to stdout
16533 # if CDPATH is set.
16534 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16536 sed_quote_subst='$sed_quote_subst'
16537 double_quote_subst='$double_quote_subst'
16538 delay_variable_subst='$delay_variable_subst'
16539 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
16540 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
16541 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
16542 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
16543 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
16544 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
16545 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
16546 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
16547 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
16548 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
16549 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
16550 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
16551 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
16552 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
16553 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
16554 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
16555 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
16556 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
16557 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
16558 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
16559 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
16560 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
16561 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
16562 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
16563 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
16564 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
16565 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
16566 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
16567 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
16568 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
16569 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
16570 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
16571 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
16572 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
16573 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
16574 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
16575 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
16576 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16577 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16578 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
16579 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
16580 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
16581 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
16582 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
16583 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
16584 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
16585 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
16586 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
16587 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"`'
16588 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
16589 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
16590 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
16591 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
16592 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
16593 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
16594 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
16595 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
16596 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
16597 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
16598 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
16599 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
16600 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
16601 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
16602 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
16603 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16604 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
16605 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
16606 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
16607 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
16608 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
16609 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
16610 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16611 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
16612 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16613 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
16614 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16615 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
16616 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
16617 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
16618 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
16619 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
16620 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
16621 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
16622 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
16623 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
16624 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
16625 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
16626 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
16627 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
16628 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
16629 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
16630 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
16631 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
16632 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
16633 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
16634 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
16635 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
16636 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
16637 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
16638 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
16639 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
16640 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
16641 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
16642 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
16643 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
16644 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
16645 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
16646 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16647 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16648 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
16649 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
16650 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
16651 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
16652 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
16653 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
16654 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
16655 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
16656 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
16657 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
16658 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
16660 LTCC='$LTCC'
16661 LTCFLAGS='$LTCFLAGS'
16662 compiler='$compiler_DEFAULT'
16664 # A function that is used when there is no print builtin or printf.
16665 func_fallback_echo ()
16667 eval 'cat <<_LTECHO_EOF
16669 _LTECHO_EOF'
16672 # Quote evaled strings.
16673 for var in SHELL \
16674 ECHO \
16675 SED \
16676 GREP \
16677 EGREP \
16678 FGREP \
16679 LD \
16680 NM \
16681 LN_S \
16682 lt_SP2NL \
16683 lt_NL2SP \
16684 reload_flag \
16685 OBJDUMP \
16686 deplibs_check_method \
16687 file_magic_cmd \
16688 AR \
16689 AR_FLAGS \
16690 STRIP \
16691 RANLIB \
16692 CC \
16693 CFLAGS \
16694 compiler \
16695 lt_cv_sys_global_symbol_pipe \
16696 lt_cv_sys_global_symbol_to_cdecl \
16697 lt_cv_sys_global_symbol_to_c_name_address \
16698 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
16699 lt_prog_compiler_no_builtin_flag \
16700 lt_prog_compiler_wl \
16701 lt_prog_compiler_pic \
16702 lt_prog_compiler_static \
16703 lt_cv_prog_compiler_c_o \
16704 need_locks \
16705 DSYMUTIL \
16706 NMEDIT \
16707 LIPO \
16708 OTOOL \
16709 OTOOL64 \
16710 shrext_cmds \
16711 export_dynamic_flag_spec \
16712 whole_archive_flag_spec \
16713 compiler_needs_object \
16714 with_gnu_ld \
16715 allow_undefined_flag \
16716 no_undefined_flag \
16717 hardcode_libdir_flag_spec \
16718 hardcode_libdir_flag_spec_ld \
16719 hardcode_libdir_separator \
16720 fix_srcfile_path \
16721 exclude_expsyms \
16722 include_expsyms \
16723 file_list_spec \
16724 variables_saved_for_relink \
16725 libname_spec \
16726 library_names_spec \
16727 soname_spec \
16728 install_override_mode \
16729 finish_eval \
16730 old_striplib \
16731 striplib; do
16732 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16733 *[\\\\\\\`\\"\\\$]*)
16734 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
16737 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16739 esac
16740 done
16742 # Double-quote double-evaled strings.
16743 for var in reload_cmds \
16744 old_postinstall_cmds \
16745 old_postuninstall_cmds \
16746 old_archive_cmds \
16747 extract_expsyms_cmds \
16748 old_archive_from_new_cmds \
16749 old_archive_from_expsyms_cmds \
16750 archive_cmds \
16751 archive_expsym_cmds \
16752 module_cmds \
16753 module_expsym_cmds \
16754 export_symbols_cmds \
16755 prelink_cmds \
16756 postinstall_cmds \
16757 postuninstall_cmds \
16758 finish_cmds \
16759 sys_lib_search_path_spec \
16760 sys_lib_dlsearch_path_spec; do
16761 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16762 *[\\\\\\\`\\"\\\$]*)
16763 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
16766 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16768 esac
16769 done
16771 ac_aux_dir='$ac_aux_dir'
16772 xsi_shell='$xsi_shell'
16773 lt_shell_append='$lt_shell_append'
16775 # See if we are running on zsh, and set the options which allow our
16776 # commands through without removal of \ escapes INIT.
16777 if test -n "\${ZSH_VERSION+set}" ; then
16778 setopt NO_GLOB_SUBST
16782 PACKAGE='$PACKAGE'
16783 VERSION='$VERSION'
16784 TIMESTAMP='$TIMESTAMP'
16785 RM='$RM'
16786 ofile='$ofile'
16791 GCC="$GCC"
16792 CC="$CC"
16793 acx_cv_header_stdint="$acx_cv_header_stdint"
16794 acx_cv_type_int8_t="$acx_cv_type_int8_t"
16795 acx_cv_type_int16_t="$acx_cv_type_int16_t"
16796 acx_cv_type_int32_t="$acx_cv_type_int32_t"
16797 acx_cv_type_int64_t="$acx_cv_type_int64_t"
16798 acx_cv_type_intptr_t="$acx_cv_type_intptr_t"
16799 ac_cv_type_uintmax_t="$ac_cv_type_uintmax_t"
16800 ac_cv_type_uintptr_t="$ac_cv_type_uintptr_t"
16801 ac_cv_type_uint64_t="$ac_cv_type_uint64_t"
16802 ac_cv_type_u_int64_t="$ac_cv_type_u_int64_t"
16803 ac_cv_type_u_int32_t="$ac_cv_type_u_int32_t"
16804 ac_cv_type_int_least32_t="$ac_cv_type_int_least32_t"
16805 ac_cv_type_int_fast32_t="$ac_cv_type_int_fast32_t"
16806 ac_cv_sizeof_void_p="$ac_cv_sizeof_void_p"
16809 _ACEOF
16811 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16813 # Handling of arguments.
16814 for ac_config_target in $ac_config_targets
16816 case $ac_config_target in
16817 "auto-config.h") CONFIG_HEADERS="$CONFIG_HEADERS auto-config.h" ;;
16818 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
16819 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
16820 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
16821 "gstdint.h") CONFIG_COMMANDS="$CONFIG_COMMANDS gstdint.h" ;;
16822 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
16823 "testsuite/Makefile") CONFIG_FILES="$CONFIG_FILES testsuite/Makefile" ;;
16824 "testsuite/libatomic-site-extra.exp") CONFIG_FILES="$CONFIG_FILES testsuite/libatomic-site-extra.exp" ;;
16826 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
16827 esac
16828 done
16831 # If the user did not use the arguments to specify the items to instantiate,
16832 # then the envvar interface is used. Set only those that are not.
16833 # We use the long form for the default assignment because of an extremely
16834 # bizarre bug on SunOS 4.1.3.
16835 if $ac_need_defaults; then
16836 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
16837 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
16838 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
16841 # Have a temporary directory for convenience. Make it in the build tree
16842 # simply because there is no reason against having it here, and in addition,
16843 # creating and moving files from /tmp can sometimes cause problems.
16844 # Hook for its removal unless debugging.
16845 # Note that there is a small window in which the directory will not be cleaned:
16846 # after its creation but before its name has been assigned to `$tmp'.
16847 $debug ||
16849 tmp= ac_tmp=
16850 trap 'exit_status=$?
16851 : "${ac_tmp:=$tmp}"
16852 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
16854 trap 'as_fn_exit 1' 1 2 13 15
16856 # Create a (secure) tmp directory for tmp files.
16859 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
16860 test -d "$tmp"
16861 } ||
16863 tmp=./conf$$-$RANDOM
16864 (umask 077 && mkdir "$tmp")
16865 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
16866 ac_tmp=$tmp
16868 # Set up the scripts for CONFIG_FILES section.
16869 # No need to generate them if there are no CONFIG_FILES.
16870 # This happens for instance with `./config.status config.h'.
16871 if test -n "$CONFIG_FILES"; then
16874 ac_cr=`echo X | tr X '\015'`
16875 # On cygwin, bash can eat \r inside `` if the user requested igncr.
16876 # But we know of no other shell where ac_cr would be empty at this
16877 # point, so we can use a bashism as a fallback.
16878 if test "x$ac_cr" = x; then
16879 eval ac_cr=\$\'\\r\'
16881 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16882 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
16883 ac_cs_awk_cr='\\r'
16884 else
16885 ac_cs_awk_cr=$ac_cr
16888 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
16889 _ACEOF
16893 echo "cat >conf$$subs.awk <<_ACEOF" &&
16894 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16895 echo "_ACEOF"
16896 } >conf$$subs.sh ||
16897 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16898 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
16899 ac_delim='%!_!# '
16900 for ac_last_try in false false false false false :; do
16901 . ./conf$$subs.sh ||
16902 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16904 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
16905 if test $ac_delim_n = $ac_delim_num; then
16906 break
16907 elif $ac_last_try; then
16908 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16909 else
16910 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16912 done
16913 rm -f conf$$subs.sh
16915 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16916 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
16917 _ACEOF
16918 sed -n '
16920 s/^/S["/; s/!.*/"]=/
16923 s/^[^!]*!//
16924 :repl
16925 t repl
16926 s/'"$ac_delim"'$//
16927 t delim
16930 s/\(.\{148\}\)..*/\1/
16931 t more1
16932 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
16935 b repl
16936 :more1
16937 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16940 s/.\{148\}//
16941 t nl
16942 :delim
16944 s/\(.\{148\}\)..*/\1/
16945 t more2
16946 s/["\\]/\\&/g; s/^/"/; s/$/"/
16949 :more2
16950 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16953 s/.\{148\}//
16954 t delim
16955 ' <conf$$subs.awk | sed '
16956 /^[^""]/{
16958 s/\n//
16960 ' >>$CONFIG_STATUS || ac_write_fail=1
16961 rm -f conf$$subs.awk
16962 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16963 _ACAWK
16964 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
16965 for (key in S) S_is_set[key] = 1
16966 FS = "\a"
16970 line = $ 0
16971 nfields = split(line, field, "@")
16972 substed = 0
16973 len = length(field[1])
16974 for (i = 2; i < nfields; i++) {
16975 key = field[i]
16976 keylen = length(key)
16977 if (S_is_set[key]) {
16978 value = S[key]
16979 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16980 len += length(value) + length(field[++i])
16981 substed = 1
16982 } else
16983 len += 1 + keylen
16986 print line
16989 _ACAWK
16990 _ACEOF
16991 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16992 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16993 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16994 else
16996 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
16997 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
16998 _ACEOF
17000 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
17001 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
17002 # trailing colons and then remove the whole line if VPATH becomes empty
17003 # (actually we leave an empty line to preserve line numbers).
17004 if test "x$srcdir" = x.; then
17005 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
17007 s///
17008 s/^/:/
17009 s/[ ]*$/:/
17010 s/:\$(srcdir):/:/g
17011 s/:\${srcdir}:/:/g
17012 s/:@srcdir@:/:/g
17013 s/^:*//
17014 s/:*$//
17016 s/\(=[ ]*\).*/\1/
17018 s/\n//
17019 s/^[^=]*=[ ]*$//
17023 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17024 fi # test -n "$CONFIG_FILES"
17026 # Set up the scripts for CONFIG_HEADERS section.
17027 # No need to generate them if there are no CONFIG_HEADERS.
17028 # This happens for instance with `./config.status Makefile'.
17029 if test -n "$CONFIG_HEADERS"; then
17030 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
17031 BEGIN {
17032 _ACEOF
17034 # Transform confdefs.h into an awk script `defines.awk', embedded as
17035 # here-document in config.status, that substitutes the proper values into
17036 # config.h.in to produce config.h.
17038 # Create a delimiter string that does not exist in confdefs.h, to ease
17039 # handling of long lines.
17040 ac_delim='%!_!# '
17041 for ac_last_try in false false :; do
17042 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
17043 if test -z "$ac_tt"; then
17044 break
17045 elif $ac_last_try; then
17046 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
17047 else
17048 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
17050 done
17052 # For the awk script, D is an array of macro values keyed by name,
17053 # likewise P contains macro parameters if any. Preserve backslash
17054 # newline sequences.
17056 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
17057 sed -n '
17058 s/.\{148\}/&'"$ac_delim"'/g
17059 t rset
17060 :rset
17061 s/^[ ]*#[ ]*define[ ][ ]*/ /
17062 t def
17064 :def
17065 s/\\$//
17066 t bsnl
17067 s/["\\]/\\&/g
17068 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
17069 D["\1"]=" \3"/p
17070 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
17072 :bsnl
17073 s/["\\]/\\&/g
17074 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
17075 D["\1"]=" \3\\\\\\n"\\/p
17076 t cont
17077 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
17078 t cont
17080 :cont
17082 s/.\{148\}/&'"$ac_delim"'/g
17083 t clear
17084 :clear
17085 s/\\$//
17086 t bsnlc
17087 s/["\\]/\\&/g; s/^/"/; s/$/"/p
17089 :bsnlc
17090 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
17091 b cont
17092 ' <confdefs.h | sed '
17093 s/'"$ac_delim"'/"\\\
17094 "/g' >>$CONFIG_STATUS || ac_write_fail=1
17096 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17097 for (key in D) D_is_set[key] = 1
17098 FS = "\a"
17100 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
17101 line = \$ 0
17102 split(line, arg, " ")
17103 if (arg[1] == "#") {
17104 defundef = arg[2]
17105 mac1 = arg[3]
17106 } else {
17107 defundef = substr(arg[1], 2)
17108 mac1 = arg[2]
17110 split(mac1, mac2, "(") #)
17111 macro = mac2[1]
17112 prefix = substr(line, 1, index(line, defundef) - 1)
17113 if (D_is_set[macro]) {
17114 # Preserve the white space surrounding the "#".
17115 print prefix "define", macro P[macro] D[macro]
17116 next
17117 } else {
17118 # Replace #undef with comments. This is necessary, for example,
17119 # in the case of _POSIX_SOURCE, which is predefined and required
17120 # on some systems where configure will not decide to define it.
17121 if (defundef == "undef") {
17122 print "/*", prefix defundef, macro, "*/"
17123 next
17127 { print }
17128 _ACAWK
17129 _ACEOF
17130 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17131 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
17132 fi # test -n "$CONFIG_HEADERS"
17135 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
17136 shift
17137 for ac_tag
17139 case $ac_tag in
17140 :[FHLC]) ac_mode=$ac_tag; continue;;
17141 esac
17142 case $ac_mode$ac_tag in
17143 :[FHL]*:*);;
17144 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
17145 :[FH]-) ac_tag=-:-;;
17146 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
17147 esac
17148 ac_save_IFS=$IFS
17149 IFS=:
17150 set x $ac_tag
17151 IFS=$ac_save_IFS
17152 shift
17153 ac_file=$1
17154 shift
17156 case $ac_mode in
17157 :L) ac_source=$1;;
17158 :[FH])
17159 ac_file_inputs=
17160 for ac_f
17162 case $ac_f in
17163 -) ac_f="$ac_tmp/stdin";;
17164 *) # Look for the file first in the build tree, then in the source tree
17165 # (if the path is not absolute). The absolute path cannot be DOS-style,
17166 # because $ac_f cannot contain `:'.
17167 test -f "$ac_f" ||
17168 case $ac_f in
17169 [\\/$]*) false;;
17170 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
17171 esac ||
17172 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
17173 esac
17174 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
17175 as_fn_append ac_file_inputs " '$ac_f'"
17176 done
17178 # Let's still pretend it is `configure' which instantiates (i.e., don't
17179 # use $as_me), people would be surprised to read:
17180 # /* config.h. Generated by config.status. */
17181 configure_input='Generated from '`
17182 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
17183 `' by configure.'
17184 if test x"$ac_file" != x-; then
17185 configure_input="$ac_file. $configure_input"
17186 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
17187 $as_echo "$as_me: creating $ac_file" >&6;}
17189 # Neutralize special characters interpreted by sed in replacement strings.
17190 case $configure_input in #(
17191 *\&* | *\|* | *\\* )
17192 ac_sed_conf_input=`$as_echo "$configure_input" |
17193 sed 's/[\\\\&|]/\\\\&/g'`;; #(
17194 *) ac_sed_conf_input=$configure_input;;
17195 esac
17197 case $ac_tag in
17198 *:-:* | *:-) cat >"$ac_tmp/stdin" \
17199 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
17200 esac
17202 esac
17204 ac_dir=`$as_dirname -- "$ac_file" ||
17205 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17206 X"$ac_file" : 'X\(//\)[^/]' \| \
17207 X"$ac_file" : 'X\(//\)$' \| \
17208 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
17209 $as_echo X"$ac_file" |
17210 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17211 s//\1/
17214 /^X\(\/\/\)[^/].*/{
17215 s//\1/
17218 /^X\(\/\/\)$/{
17219 s//\1/
17222 /^X\(\/\).*/{
17223 s//\1/
17226 s/.*/./; q'`
17227 as_dir="$ac_dir"; as_fn_mkdir_p
17228 ac_builddir=.
17230 case "$ac_dir" in
17231 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
17233 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
17234 # A ".." for each directory in $ac_dir_suffix.
17235 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
17236 case $ac_top_builddir_sub in
17237 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
17238 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
17239 esac ;;
17240 esac
17241 ac_abs_top_builddir=$ac_pwd
17242 ac_abs_builddir=$ac_pwd$ac_dir_suffix
17243 # for backward compatibility:
17244 ac_top_builddir=$ac_top_build_prefix
17246 case $srcdir in
17247 .) # We are building in place.
17248 ac_srcdir=.
17249 ac_top_srcdir=$ac_top_builddir_sub
17250 ac_abs_top_srcdir=$ac_pwd ;;
17251 [\\/]* | ?:[\\/]* ) # Absolute name.
17252 ac_srcdir=$srcdir$ac_dir_suffix;
17253 ac_top_srcdir=$srcdir
17254 ac_abs_top_srcdir=$srcdir ;;
17255 *) # Relative name.
17256 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
17257 ac_top_srcdir=$ac_top_build_prefix$srcdir
17258 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
17259 esac
17260 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
17263 case $ac_mode in
17266 # CONFIG_FILE
17269 case $INSTALL in
17270 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
17271 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
17272 esac
17273 ac_MKDIR_P=$MKDIR_P
17274 case $MKDIR_P in
17275 [\\/$]* | ?:[\\/]* ) ;;
17276 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
17277 esac
17278 _ACEOF
17280 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17281 # If the template does not know about datarootdir, expand it.
17282 # FIXME: This hack should be removed a few years after 2.60.
17283 ac_datarootdir_hack=; ac_datarootdir_seen=
17284 ac_sed_dataroot='
17285 /datarootdir/ {
17289 /@datadir@/p
17290 /@docdir@/p
17291 /@infodir@/p
17292 /@localedir@/p
17293 /@mandir@/p'
17294 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
17295 *datarootdir*) ac_datarootdir_seen=yes;;
17296 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
17297 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
17298 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
17299 _ACEOF
17300 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17301 ac_datarootdir_hack='
17302 s&@datadir@&$datadir&g
17303 s&@docdir@&$docdir&g
17304 s&@infodir@&$infodir&g
17305 s&@localedir@&$localedir&g
17306 s&@mandir@&$mandir&g
17307 s&\\\${datarootdir}&$datarootdir&g' ;;
17308 esac
17309 _ACEOF
17311 # Neutralize VPATH when `$srcdir' = `.'.
17312 # Shell code in configure.ac might set extrasub.
17313 # FIXME: do we really want to maintain this feature?
17314 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17315 ac_sed_extra="$ac_vpsub
17316 $extrasub
17317 _ACEOF
17318 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17320 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
17321 s|@configure_input@|$ac_sed_conf_input|;t t
17322 s&@top_builddir@&$ac_top_builddir_sub&;t t
17323 s&@top_build_prefix@&$ac_top_build_prefix&;t t
17324 s&@srcdir@&$ac_srcdir&;t t
17325 s&@abs_srcdir@&$ac_abs_srcdir&;t t
17326 s&@top_srcdir@&$ac_top_srcdir&;t t
17327 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
17328 s&@builddir@&$ac_builddir&;t t
17329 s&@abs_builddir@&$ac_abs_builddir&;t t
17330 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
17331 s&@INSTALL@&$ac_INSTALL&;t t
17332 s&@MKDIR_P@&$ac_MKDIR_P&;t t
17333 $ac_datarootdir_hack
17335 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
17336 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17338 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
17339 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
17340 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
17341 "$ac_tmp/out"`; test -z "$ac_out"; } &&
17342 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17343 which seems to be undefined. Please make sure it is defined" >&5
17344 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17345 which seems to be undefined. Please make sure it is defined" >&2;}
17347 rm -f "$ac_tmp/stdin"
17348 case $ac_file in
17349 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
17350 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
17351 esac \
17352 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17356 # CONFIG_HEADER
17358 if test x"$ac_file" != x-; then
17360 $as_echo "/* $configure_input */" \
17361 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
17362 } >"$ac_tmp/config.h" \
17363 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17364 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
17365 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
17366 $as_echo "$as_me: $ac_file is unchanged" >&6;}
17367 else
17368 rm -f "$ac_file"
17369 mv "$ac_tmp/config.h" "$ac_file" \
17370 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17372 else
17373 $as_echo "/* $configure_input */" \
17374 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
17375 || as_fn_error $? "could not create -" "$LINENO" 5
17377 # Compute "$ac_file"'s index in $config_headers.
17378 _am_arg="$ac_file"
17379 _am_stamp_count=1
17380 for _am_header in $config_headers :; do
17381 case $_am_header in
17382 $_am_arg | $_am_arg:* )
17383 break ;;
17385 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
17386 esac
17387 done
17388 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
17389 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17390 X"$_am_arg" : 'X\(//\)[^/]' \| \
17391 X"$_am_arg" : 'X\(//\)$' \| \
17392 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
17393 $as_echo X"$_am_arg" |
17394 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17395 s//\1/
17398 /^X\(\/\/\)[^/].*/{
17399 s//\1/
17402 /^X\(\/\/\)$/{
17403 s//\1/
17406 /^X\(\/\).*/{
17407 s//\1/
17410 s/.*/./; q'`/stamp-h$_am_stamp_count
17413 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
17414 $as_echo "$as_me: executing $ac_file commands" >&6;}
17416 esac
17419 case $ac_file$ac_mode in
17420 "default-1":C)
17421 # Only add multilib support code if we just rebuilt the top-level
17422 # Makefile.
17423 case " $CONFIG_FILES " in
17424 *" Makefile "*)
17425 ac_file=Makefile . ${multi_basedir}/config-ml.in
17427 esac ;;
17428 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
17429 # Older Autoconf quotes --file arguments for eval, but not when files
17430 # are listed without --file. Let's play safe and only enable the eval
17431 # if we detect the quoting.
17432 case $CONFIG_FILES in
17433 *\'*) eval set x "$CONFIG_FILES" ;;
17434 *) set x $CONFIG_FILES ;;
17435 esac
17436 shift
17437 for mf
17439 # Strip MF so we end up with the name of the file.
17440 mf=`echo "$mf" | sed -e 's/:.*$//'`
17441 # Check whether this is an Automake generated Makefile or not.
17442 # We used to match only the files named 'Makefile.in', but
17443 # some people rename them; so instead we look at the file content.
17444 # Grep'ing the first line is not enough: some people post-process
17445 # each Makefile.in and add a new line on top of each file to say so.
17446 # Grep'ing the whole file is not good either: AIX grep has a line
17447 # limit of 2048, but all sed's we know have understand at least 4000.
17448 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
17449 dirpart=`$as_dirname -- "$mf" ||
17450 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17451 X"$mf" : 'X\(//\)[^/]' \| \
17452 X"$mf" : 'X\(//\)$' \| \
17453 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
17454 $as_echo X"$mf" |
17455 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17456 s//\1/
17459 /^X\(\/\/\)[^/].*/{
17460 s//\1/
17463 /^X\(\/\/\)$/{
17464 s//\1/
17467 /^X\(\/\).*/{
17468 s//\1/
17471 s/.*/./; q'`
17472 else
17473 continue
17475 # Extract the definition of DEPDIR, am__include, and am__quote
17476 # from the Makefile without running 'make'.
17477 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
17478 test -z "$DEPDIR" && continue
17479 am__include=`sed -n 's/^am__include = //p' < "$mf"`
17480 test -z "$am__include" && continue
17481 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
17482 # Find all dependency output files, they are included files with
17483 # $(DEPDIR) in their names. We invoke sed twice because it is the
17484 # simplest approach to changing $(DEPDIR) to its actual value in the
17485 # expansion.
17486 for file in `sed -n "
17487 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
17488 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
17489 # Make sure the directory exists.
17490 test -f "$dirpart/$file" && continue
17491 fdir=`$as_dirname -- "$file" ||
17492 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17493 X"$file" : 'X\(//\)[^/]' \| \
17494 X"$file" : 'X\(//\)$' \| \
17495 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
17496 $as_echo X"$file" |
17497 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17498 s//\1/
17501 /^X\(\/\/\)[^/].*/{
17502 s//\1/
17505 /^X\(\/\/\)$/{
17506 s//\1/
17509 /^X\(\/\).*/{
17510 s//\1/
17513 s/.*/./; q'`
17514 as_dir=$dirpart/$fdir; as_fn_mkdir_p
17515 # echo "creating $dirpart/$file"
17516 echo '# dummy' > "$dirpart/$file"
17517 done
17518 done
17521 "libtool":C)
17523 # See if we are running on zsh, and set the options which allow our
17524 # commands through without removal of \ escapes.
17525 if test -n "${ZSH_VERSION+set}" ; then
17526 setopt NO_GLOB_SUBST
17529 cfgfile="${ofile}T"
17530 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
17531 $RM "$cfgfile"
17533 cat <<_LT_EOF >> "$cfgfile"
17534 #! $SHELL
17536 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
17537 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
17538 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
17539 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
17541 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
17542 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
17543 # Written by Gordon Matzigkeit, 1996
17545 # This file is part of GNU Libtool.
17547 # GNU Libtool is free software; you can redistribute it and/or
17548 # modify it under the terms of the GNU General Public License as
17549 # published by the Free Software Foundation; either version 2 of
17550 # the License, or (at your option) any later version.
17552 # As a special exception to the GNU General Public License,
17553 # if you distribute this file as part of a program or library that
17554 # is built using GNU Libtool, you may include this file under the
17555 # same distribution terms that you use for the rest of that program.
17557 # GNU Libtool is distributed in the hope that it will be useful,
17558 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17559 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17560 # GNU General Public License for more details.
17562 # You should have received a copy of the GNU General Public License
17563 # along with GNU Libtool; see the file COPYING. If not, a copy
17564 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
17565 # obtained by writing to the Free Software Foundation, Inc.,
17566 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17569 # The names of the tagged configurations supported by this script.
17570 available_tags=""
17572 # ### BEGIN LIBTOOL CONFIG
17574 # Which release of libtool.m4 was used?
17575 macro_version=$macro_version
17576 macro_revision=$macro_revision
17578 # Whether or not to build shared libraries.
17579 build_libtool_libs=$enable_shared
17581 # Whether or not to build static libraries.
17582 build_old_libs=$enable_static
17584 # What type of objects to build.
17585 pic_mode=$pic_mode
17587 # Whether or not to optimize for fast installation.
17588 fast_install=$enable_fast_install
17590 # Shell to use when invoking shell scripts.
17591 SHELL=$lt_SHELL
17593 # An echo program that protects backslashes.
17594 ECHO=$lt_ECHO
17596 # The host system.
17597 host_alias=$host_alias
17598 host=$host
17599 host_os=$host_os
17601 # The build system.
17602 build_alias=$build_alias
17603 build=$build
17604 build_os=$build_os
17606 # A sed program that does not truncate output.
17607 SED=$lt_SED
17609 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
17610 Xsed="\$SED -e 1s/^X//"
17612 # A grep program that handles long lines.
17613 GREP=$lt_GREP
17615 # An ERE matcher.
17616 EGREP=$lt_EGREP
17618 # A literal string matcher.
17619 FGREP=$lt_FGREP
17621 # A BSD- or MS-compatible name lister.
17622 NM=$lt_NM
17624 # Whether we need soft or hard links.
17625 LN_S=$lt_LN_S
17627 # What is the maximum length of a command?
17628 max_cmd_len=$max_cmd_len
17630 # Object file suffix (normally "o").
17631 objext=$ac_objext
17633 # Executable file suffix (normally "").
17634 exeext=$exeext
17636 # whether the shell understands "unset".
17637 lt_unset=$lt_unset
17639 # turn spaces into newlines.
17640 SP2NL=$lt_lt_SP2NL
17642 # turn newlines into spaces.
17643 NL2SP=$lt_lt_NL2SP
17645 # An object symbol dumper.
17646 OBJDUMP=$lt_OBJDUMP
17648 # Method to check whether dependent libraries are shared objects.
17649 deplibs_check_method=$lt_deplibs_check_method
17651 # Command to use when deplibs_check_method == "file_magic".
17652 file_magic_cmd=$lt_file_magic_cmd
17654 # The archiver.
17655 AR=$lt_AR
17656 AR_FLAGS=$lt_AR_FLAGS
17658 # A symbol stripping program.
17659 STRIP=$lt_STRIP
17661 # Commands used to install an old-style archive.
17662 RANLIB=$lt_RANLIB
17663 old_postinstall_cmds=$lt_old_postinstall_cmds
17664 old_postuninstall_cmds=$lt_old_postuninstall_cmds
17666 # Whether to use a lock for old archive extraction.
17667 lock_old_archive_extraction=$lock_old_archive_extraction
17669 # A C compiler.
17670 LTCC=$lt_CC
17672 # LTCC compiler flags.
17673 LTCFLAGS=$lt_CFLAGS
17675 # Take the output of nm and produce a listing of raw symbols and C names.
17676 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
17678 # Transform the output of nm in a proper C declaration.
17679 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
17681 # Transform the output of nm in a C name address pair.
17682 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
17684 # Transform the output of nm in a C name address pair when lib prefix is needed.
17685 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
17687 # The name of the directory that contains temporary libtool files.
17688 objdir=$objdir
17690 # Used to examine libraries when file_magic_cmd begins with "file".
17691 MAGIC_CMD=$MAGIC_CMD
17693 # Must we lock files when doing compilation?
17694 need_locks=$lt_need_locks
17696 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
17697 DSYMUTIL=$lt_DSYMUTIL
17699 # Tool to change global to local symbols on Mac OS X.
17700 NMEDIT=$lt_NMEDIT
17702 # Tool to manipulate fat objects and archives on Mac OS X.
17703 LIPO=$lt_LIPO
17705 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
17706 OTOOL=$lt_OTOOL
17708 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
17709 OTOOL64=$lt_OTOOL64
17711 # Old archive suffix (normally "a").
17712 libext=$libext
17714 # Shared library suffix (normally ".so").
17715 shrext_cmds=$lt_shrext_cmds
17717 # The commands to extract the exported symbol list from a shared archive.
17718 extract_expsyms_cmds=$lt_extract_expsyms_cmds
17720 # Variables whose values should be saved in libtool wrapper scripts and
17721 # restored at link time.
17722 variables_saved_for_relink=$lt_variables_saved_for_relink
17724 # Do we need the "lib" prefix for modules?
17725 need_lib_prefix=$need_lib_prefix
17727 # Do we need a version for libraries?
17728 need_version=$need_version
17730 # Library versioning type.
17731 version_type=$version_type
17733 # Shared library runtime path variable.
17734 runpath_var=$runpath_var
17736 # Shared library path variable.
17737 shlibpath_var=$shlibpath_var
17739 # Is shlibpath searched before the hard-coded library search path?
17740 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
17742 # Format of library name prefix.
17743 libname_spec=$lt_libname_spec
17745 # List of archive names. First name is the real one, the rest are links.
17746 # The last name is the one that the linker finds with -lNAME
17747 library_names_spec=$lt_library_names_spec
17749 # The coded name of the library, if different from the real name.
17750 soname_spec=$lt_soname_spec
17752 # Permission mode override for installation of shared libraries.
17753 install_override_mode=$lt_install_override_mode
17755 # Command to use after installation of a shared archive.
17756 postinstall_cmds=$lt_postinstall_cmds
17758 # Command to use after uninstallation of a shared archive.
17759 postuninstall_cmds=$lt_postuninstall_cmds
17761 # Commands used to finish a libtool library installation in a directory.
17762 finish_cmds=$lt_finish_cmds
17764 # As "finish_cmds", except a single script fragment to be evaled but
17765 # not shown.
17766 finish_eval=$lt_finish_eval
17768 # Whether we should hardcode library paths into libraries.
17769 hardcode_into_libs=$hardcode_into_libs
17771 # Compile-time system search path for libraries.
17772 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
17774 # Run-time system search path for libraries.
17775 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
17777 # Whether dlopen is supported.
17778 dlopen_support=$enable_dlopen
17780 # Whether dlopen of programs is supported.
17781 dlopen_self=$enable_dlopen_self
17783 # Whether dlopen of statically linked programs is supported.
17784 dlopen_self_static=$enable_dlopen_self_static
17786 # Commands to strip libraries.
17787 old_striplib=$lt_old_striplib
17788 striplib=$lt_striplib
17791 # The linker used to build libraries.
17792 LD=$lt_LD
17794 # How to create reloadable object files.
17795 reload_flag=$lt_reload_flag
17796 reload_cmds=$lt_reload_cmds
17798 # Commands used to build an old-style archive.
17799 old_archive_cmds=$lt_old_archive_cmds
17801 # A language specific compiler.
17802 CC=$lt_compiler
17804 # Is the compiler the GNU compiler?
17805 with_gcc=$GCC
17807 # Compiler flag to turn off builtin functions.
17808 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
17810 # How to pass a linker flag through the compiler.
17811 wl=$lt_lt_prog_compiler_wl
17813 # Additional compiler flags for building library objects.
17814 pic_flag=$lt_lt_prog_compiler_pic
17816 # Compiler flag to prevent dynamic linking.
17817 link_static_flag=$lt_lt_prog_compiler_static
17819 # Does compiler simultaneously support -c and -o options?
17820 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
17822 # Whether or not to add -lc for building shared libraries.
17823 build_libtool_need_lc=$archive_cmds_need_lc
17825 # Whether or not to disallow shared libs when runtime libs are static.
17826 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
17828 # Compiler flag to allow reflexive dlopens.
17829 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
17831 # Compiler flag to generate shared objects directly from archives.
17832 whole_archive_flag_spec=$lt_whole_archive_flag_spec
17834 # Whether the compiler copes with passing no objects directly.
17835 compiler_needs_object=$lt_compiler_needs_object
17837 # Create an old-style archive from a shared archive.
17838 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
17840 # Create a temporary old-style archive to link instead of a shared archive.
17841 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
17843 # Commands used to build a shared archive.
17844 archive_cmds=$lt_archive_cmds
17845 archive_expsym_cmds=$lt_archive_expsym_cmds
17847 # Commands used to build a loadable module if different from building
17848 # a shared archive.
17849 module_cmds=$lt_module_cmds
17850 module_expsym_cmds=$lt_module_expsym_cmds
17852 # Whether we are building with GNU ld or not.
17853 with_gnu_ld=$lt_with_gnu_ld
17855 # Flag that allows shared libraries with undefined symbols to be built.
17856 allow_undefined_flag=$lt_allow_undefined_flag
17858 # Flag that enforces no undefined symbols.
17859 no_undefined_flag=$lt_no_undefined_flag
17861 # Flag to hardcode \$libdir into a binary during linking.
17862 # This must work even if \$libdir does not exist
17863 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
17865 # If ld is used when linking, flag to hardcode \$libdir into a binary
17866 # during linking. This must work even if \$libdir does not exist.
17867 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
17869 # Whether we need a single "-rpath" flag with a separated argument.
17870 hardcode_libdir_separator=$lt_hardcode_libdir_separator
17872 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17873 # DIR into the resulting binary.
17874 hardcode_direct=$hardcode_direct
17876 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17877 # DIR into the resulting binary and the resulting library dependency is
17878 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
17879 # library is relocated.
17880 hardcode_direct_absolute=$hardcode_direct_absolute
17882 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
17883 # into the resulting binary.
17884 hardcode_minus_L=$hardcode_minus_L
17886 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
17887 # into the resulting binary.
17888 hardcode_shlibpath_var=$hardcode_shlibpath_var
17890 # Set to "yes" if building a shared library automatically hardcodes DIR
17891 # into the library and all subsequent libraries and executables linked
17892 # against it.
17893 hardcode_automatic=$hardcode_automatic
17895 # Set to yes if linker adds runtime paths of dependent libraries
17896 # to runtime path list.
17897 inherit_rpath=$inherit_rpath
17899 # Whether libtool must link a program against all its dependency libraries.
17900 link_all_deplibs=$link_all_deplibs
17902 # Fix the shell variable \$srcfile for the compiler.
17903 fix_srcfile_path=$lt_fix_srcfile_path
17905 # Set to "yes" if exported symbols are required.
17906 always_export_symbols=$always_export_symbols
17908 # The commands to list exported symbols.
17909 export_symbols_cmds=$lt_export_symbols_cmds
17911 # Symbols that should not be listed in the preloaded symbols.
17912 exclude_expsyms=$lt_exclude_expsyms
17914 # Symbols that must always be exported.
17915 include_expsyms=$lt_include_expsyms
17917 # Commands necessary for linking programs (against libraries) with templates.
17918 prelink_cmds=$lt_prelink_cmds
17920 # Specify filename containing input files.
17921 file_list_spec=$lt_file_list_spec
17923 # How to hardcode a shared library path into an executable.
17924 hardcode_action=$hardcode_action
17926 # ### END LIBTOOL CONFIG
17928 _LT_EOF
17930 case $host_os in
17931 aix3*)
17932 cat <<\_LT_EOF >> "$cfgfile"
17933 # AIX sometimes has problems with the GCC collect2 program. For some
17934 # reason, if we set the COLLECT_NAMES environment variable, the problems
17935 # vanish in a puff of smoke.
17936 if test "X${COLLECT_NAMES+set}" != Xset; then
17937 COLLECT_NAMES=
17938 export COLLECT_NAMES
17940 _LT_EOF
17942 esac
17945 ltmain="$ac_aux_dir/ltmain.sh"
17948 # We use sed instead of cat because bash on DJGPP gets confused if
17949 # if finds mixed CR/LF and LF-only lines. Since sed operates in
17950 # text mode, it properly converts lines to CR/LF. This bash problem
17951 # is reportedly fixed, but why not run on old versions too?
17952 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
17953 || (rm -f "$cfgfile"; exit 1)
17955 case $xsi_shell in
17956 yes)
17957 cat << \_LT_EOF >> "$cfgfile"
17959 # func_dirname file append nondir_replacement
17960 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17961 # otherwise set result to NONDIR_REPLACEMENT.
17962 func_dirname ()
17964 case ${1} in
17965 */*) func_dirname_result="${1%/*}${2}" ;;
17966 * ) func_dirname_result="${3}" ;;
17967 esac
17970 # func_basename file
17971 func_basename ()
17973 func_basename_result="${1##*/}"
17976 # func_dirname_and_basename file append nondir_replacement
17977 # perform func_basename and func_dirname in a single function
17978 # call:
17979 # dirname: Compute the dirname of FILE. If nonempty,
17980 # add APPEND to the result, otherwise set result
17981 # to NONDIR_REPLACEMENT.
17982 # value returned in "$func_dirname_result"
17983 # basename: Compute filename of FILE.
17984 # value retuned in "$func_basename_result"
17985 # Implementation must be kept synchronized with func_dirname
17986 # and func_basename. For efficiency, we do not delegate to
17987 # those functions but instead duplicate the functionality here.
17988 func_dirname_and_basename ()
17990 case ${1} in
17991 */*) func_dirname_result="${1%/*}${2}" ;;
17992 * ) func_dirname_result="${3}" ;;
17993 esac
17994 func_basename_result="${1##*/}"
17997 # func_stripname prefix suffix name
17998 # strip PREFIX and SUFFIX off of NAME.
17999 # PREFIX and SUFFIX must not contain globbing or regex special
18000 # characters, hashes, percent signs, but SUFFIX may contain a leading
18001 # dot (in which case that matches only a dot).
18002 func_stripname ()
18004 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
18005 # positional parameters, so assign one to ordinary parameter first.
18006 func_stripname_result=${3}
18007 func_stripname_result=${func_stripname_result#"${1}"}
18008 func_stripname_result=${func_stripname_result%"${2}"}
18011 # func_opt_split
18012 func_opt_split ()
18014 func_opt_split_opt=${1%%=*}
18015 func_opt_split_arg=${1#*=}
18018 # func_lo2o object
18019 func_lo2o ()
18021 case ${1} in
18022 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
18023 *) func_lo2o_result=${1} ;;
18024 esac
18027 # func_xform libobj-or-source
18028 func_xform ()
18030 func_xform_result=${1%.*}.lo
18033 # func_arith arithmetic-term...
18034 func_arith ()
18036 func_arith_result=$(( $* ))
18039 # func_len string
18040 # STRING may not start with a hyphen.
18041 func_len ()
18043 func_len_result=${#1}
18046 _LT_EOF
18048 *) # Bourne compatible functions.
18049 cat << \_LT_EOF >> "$cfgfile"
18051 # func_dirname file append nondir_replacement
18052 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
18053 # otherwise set result to NONDIR_REPLACEMENT.
18054 func_dirname ()
18056 # Extract subdirectory from the argument.
18057 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
18058 if test "X$func_dirname_result" = "X${1}"; then
18059 func_dirname_result="${3}"
18060 else
18061 func_dirname_result="$func_dirname_result${2}"
18065 # func_basename file
18066 func_basename ()
18068 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
18072 # func_stripname prefix suffix name
18073 # strip PREFIX and SUFFIX off of NAME.
18074 # PREFIX and SUFFIX must not contain globbing or regex special
18075 # characters, hashes, percent signs, but SUFFIX may contain a leading
18076 # dot (in which case that matches only a dot).
18077 # func_strip_suffix prefix name
18078 func_stripname ()
18080 case ${2} in
18081 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
18082 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
18083 esac
18086 # sed scripts:
18087 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
18088 my_sed_long_arg='1s/^-[^=]*=//'
18090 # func_opt_split
18091 func_opt_split ()
18093 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
18094 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
18097 # func_lo2o object
18098 func_lo2o ()
18100 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
18103 # func_xform libobj-or-source
18104 func_xform ()
18106 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
18109 # func_arith arithmetic-term...
18110 func_arith ()
18112 func_arith_result=`expr "$@"`
18115 # func_len string
18116 # STRING may not start with a hyphen.
18117 func_len ()
18119 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
18122 _LT_EOF
18123 esac
18125 case $lt_shell_append in
18126 yes)
18127 cat << \_LT_EOF >> "$cfgfile"
18129 # func_append var value
18130 # Append VALUE to the end of shell variable VAR.
18131 func_append ()
18133 eval "$1+=\$2"
18135 _LT_EOF
18138 cat << \_LT_EOF >> "$cfgfile"
18140 # func_append var value
18141 # Append VALUE to the end of shell variable VAR.
18142 func_append ()
18144 eval "$1=\$$1\$2"
18147 _LT_EOF
18149 esac
18152 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
18153 || (rm -f "$cfgfile"; exit 1)
18155 mv -f "$cfgfile" "$ofile" ||
18156 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
18157 chmod +x "$ofile"
18160 "gstdint.h":C)
18161 if test "$GCC" = yes; then
18162 echo "/* generated for " `$CC --version | sed 1q` "*/" > tmp-stdint.h
18163 else
18164 echo "/* generated for $CC */" > tmp-stdint.h
18167 sed 's/^ *//' >> tmp-stdint.h <<EOF
18169 #ifndef GCC_GENERATED_STDINT_H
18170 #define GCC_GENERATED_STDINT_H 1
18172 #include <sys/types.h>
18175 if test "$acx_cv_header_stdint" != stdint.h; then
18176 echo "#include <stddef.h>" >> tmp-stdint.h
18178 if test "$acx_cv_header_stdint" != stddef.h; then
18179 echo "#include <$acx_cv_header_stdint>" >> tmp-stdint.h
18182 sed 's/^ *//' >> tmp-stdint.h <<EOF
18183 /* glibc uses these symbols as guards to prevent redefinitions. */
18184 #ifdef __int8_t_defined
18185 #define _INT8_T
18186 #define _INT16_T
18187 #define _INT32_T
18188 #endif
18189 #ifdef __uint32_t_defined
18190 #define _UINT32_T
18191 #endif
18195 # ----------------- done header, emit basic int types -------------
18196 if test "$acx_cv_header_stdint" = stddef.h; then
18197 sed 's/^ *//' >> tmp-stdint.h <<EOF
18199 #ifndef _UINT8_T
18200 #define _UINT8_T
18201 #ifndef __uint8_t_defined
18202 #define __uint8_t_defined
18203 #ifndef uint8_t
18204 typedef unsigned $acx_cv_type_int8_t uint8_t;
18205 #endif
18206 #endif
18207 #endif
18209 #ifndef _UINT16_T
18210 #define _UINT16_T
18211 #ifndef __uint16_t_defined
18212 #define __uint16_t_defined
18213 #ifndef uint16_t
18214 typedef unsigned $acx_cv_type_int16_t uint16_t;
18215 #endif
18216 #endif
18217 #endif
18219 #ifndef _UINT32_T
18220 #define _UINT32_T
18221 #ifndef __uint32_t_defined
18222 #define __uint32_t_defined
18223 #ifndef uint32_t
18224 typedef unsigned $acx_cv_type_int32_t uint32_t;
18225 #endif
18226 #endif
18227 #endif
18229 #ifndef _INT8_T
18230 #define _INT8_T
18231 #ifndef __int8_t_defined
18232 #define __int8_t_defined
18233 #ifndef int8_t
18234 typedef $acx_cv_type_int8_t int8_t;
18235 #endif
18236 #endif
18237 #endif
18239 #ifndef _INT16_T
18240 #define _INT16_T
18241 #ifndef __int16_t_defined
18242 #define __int16_t_defined
18243 #ifndef int16_t
18244 typedef $acx_cv_type_int16_t int16_t;
18245 #endif
18246 #endif
18247 #endif
18249 #ifndef _INT32_T
18250 #define _INT32_T
18251 #ifndef __int32_t_defined
18252 #define __int32_t_defined
18253 #ifndef int32_t
18254 typedef $acx_cv_type_int32_t int32_t;
18255 #endif
18256 #endif
18257 #endif
18259 elif test "$ac_cv_type_u_int32_t" = yes; then
18260 sed 's/^ *//' >> tmp-stdint.h <<EOF
18262 /* int8_t int16_t int32_t defined by inet code, we do the u_intXX types */
18263 #ifndef _INT8_T
18264 #define _INT8_T
18265 #endif
18266 #ifndef _INT16_T
18267 #define _INT16_T
18268 #endif
18269 #ifndef _INT32_T
18270 #define _INT32_T
18271 #endif
18273 #ifndef _UINT8_T
18274 #define _UINT8_T
18275 #ifndef __uint8_t_defined
18276 #define __uint8_t_defined
18277 #ifndef uint8_t
18278 typedef u_int8_t uint8_t;
18279 #endif
18280 #endif
18281 #endif
18283 #ifndef _UINT16_T
18284 #define _UINT16_T
18285 #ifndef __uint16_t_defined
18286 #define __uint16_t_defined
18287 #ifndef uint16_t
18288 typedef u_int16_t uint16_t;
18289 #endif
18290 #endif
18291 #endif
18293 #ifndef _UINT32_T
18294 #define _UINT32_T
18295 #ifndef __uint32_t_defined
18296 #define __uint32_t_defined
18297 #ifndef uint32_t
18298 typedef u_int32_t uint32_t;
18299 #endif
18300 #endif
18301 #endif
18303 else
18304 sed 's/^ *//' >> tmp-stdint.h <<EOF
18306 /* Some systems have guard macros to prevent redefinitions, define them. */
18307 #ifndef _INT8_T
18308 #define _INT8_T
18309 #endif
18310 #ifndef _INT16_T
18311 #define _INT16_T
18312 #endif
18313 #ifndef _INT32_T
18314 #define _INT32_T
18315 #endif
18316 #ifndef _UINT8_T
18317 #define _UINT8_T
18318 #endif
18319 #ifndef _UINT16_T
18320 #define _UINT16_T
18321 #endif
18322 #ifndef _UINT32_T
18323 #define _UINT32_T
18324 #endif
18328 # ------------- done basic int types, emit int64_t types ------------
18329 if test "$ac_cv_type_uint64_t" = yes; then
18330 sed 's/^ *//' >> tmp-stdint.h <<EOF
18332 /* system headers have good uint64_t and int64_t */
18333 #ifndef _INT64_T
18334 #define _INT64_T
18335 #endif
18336 #ifndef _UINT64_T
18337 #define _UINT64_T
18338 #endif
18340 elif test "$ac_cv_type_u_int64_t" = yes; then
18341 sed 's/^ *//' >> tmp-stdint.h <<EOF
18343 /* system headers have an u_int64_t (and int64_t) */
18344 #ifndef _INT64_T
18345 #define _INT64_T
18346 #endif
18347 #ifndef _UINT64_T
18348 #define _UINT64_T
18349 #ifndef __uint64_t_defined
18350 #define __uint64_t_defined
18351 #ifndef uint64_t
18352 typedef u_int64_t uint64_t;
18353 #endif
18354 #endif
18355 #endif
18357 elif test -n "$acx_cv_type_int64_t"; then
18358 sed 's/^ *//' >> tmp-stdint.h <<EOF
18360 /* architecture has a 64-bit type, $acx_cv_type_int64_t */
18361 #ifndef _INT64_T
18362 #define _INT64_T
18363 #ifndef int64_t
18364 typedef $acx_cv_type_int64_t int64_t;
18365 #endif
18366 #endif
18367 #ifndef _UINT64_T
18368 #define _UINT64_T
18369 #ifndef __uint64_t_defined
18370 #define __uint64_t_defined
18371 #ifndef uint64_t
18372 typedef unsigned $acx_cv_type_int64_t uint64_t;
18373 #endif
18374 #endif
18375 #endif
18377 else
18378 sed 's/^ *//' >> tmp-stdint.h <<EOF
18380 /* some common heuristics for int64_t, using compiler-specific tests */
18381 #if defined __STDC_VERSION__ && (__STDC_VERSION__-0) >= 199901L
18382 #ifndef _INT64_T
18383 #define _INT64_T
18384 #ifndef __int64_t_defined
18385 #ifndef int64_t
18386 typedef long long int64_t;
18387 #endif
18388 #endif
18389 #endif
18390 #ifndef _UINT64_T
18391 #define _UINT64_T
18392 #ifndef uint64_t
18393 typedef unsigned long long uint64_t;
18394 #endif
18395 #endif
18397 #elif defined __GNUC__ && defined (__STDC__) && __STDC__-0
18398 /* NextStep 2.0 cc is really gcc 1.93 but it defines __GNUC__ = 2 and
18399 does not implement __extension__. But that compiler doesn't define
18400 __GNUC_MINOR__. */
18401 # if __GNUC__ < 2 || (__NeXT__ && !__GNUC_MINOR__)
18402 # define __extension__
18403 # endif
18405 # ifndef _INT64_T
18406 # define _INT64_T
18407 # ifndef int64_t
18408 __extension__ typedef long long int64_t;
18409 # endif
18410 # endif
18411 # ifndef _UINT64_T
18412 # define _UINT64_T
18413 # ifndef uint64_t
18414 __extension__ typedef unsigned long long uint64_t;
18415 # endif
18416 # endif
18418 #elif !defined __STRICT_ANSI__
18419 # if defined _MSC_VER || defined __WATCOMC__ || defined __BORLANDC__
18421 # ifndef _INT64_T
18422 # define _INT64_T
18423 # ifndef int64_t
18424 typedef __int64 int64_t;
18425 # endif
18426 # endif
18427 # ifndef _UINT64_T
18428 # define _UINT64_T
18429 # ifndef uint64_t
18430 typedef unsigned __int64 uint64_t;
18431 # endif
18432 # endif
18433 # endif /* compiler */
18435 #endif /* ANSI version */
18439 # ------------- done int64_t types, emit intptr types ------------
18440 if test "$ac_cv_type_uintptr_t" != yes; then
18441 sed 's/^ *//' >> tmp-stdint.h <<EOF
18443 /* Define intptr_t based on sizeof(void*) = $ac_cv_sizeof_void_p */
18444 #ifndef __uintptr_t_defined
18445 #ifndef uintptr_t
18446 typedef u$acx_cv_type_intptr_t uintptr_t;
18447 #endif
18448 #endif
18449 #ifndef __intptr_t_defined
18450 #ifndef intptr_t
18451 typedef $acx_cv_type_intptr_t intptr_t;
18452 #endif
18453 #endif
18457 # ------------- done intptr types, emit int_least types ------------
18458 if test "$ac_cv_type_int_least32_t" != yes; then
18459 sed 's/^ *//' >> tmp-stdint.h <<EOF
18461 /* Define int_least types */
18462 typedef int8_t int_least8_t;
18463 typedef int16_t int_least16_t;
18464 typedef int32_t int_least32_t;
18465 #ifdef _INT64_T
18466 typedef int64_t int_least64_t;
18467 #endif
18469 typedef uint8_t uint_least8_t;
18470 typedef uint16_t uint_least16_t;
18471 typedef uint32_t uint_least32_t;
18472 #ifdef _UINT64_T
18473 typedef uint64_t uint_least64_t;
18474 #endif
18478 # ------------- done intptr types, emit int_fast types ------------
18479 if test "$ac_cv_type_int_fast32_t" != yes; then
18480 sed 's/^ *//' >> tmp-stdint.h <<EOF
18482 /* Define int_fast types. short is often slow */
18483 typedef int8_t int_fast8_t;
18484 typedef int int_fast16_t;
18485 typedef int32_t int_fast32_t;
18486 #ifdef _INT64_T
18487 typedef int64_t int_fast64_t;
18488 #endif
18490 typedef uint8_t uint_fast8_t;
18491 typedef unsigned int uint_fast16_t;
18492 typedef uint32_t uint_fast32_t;
18493 #ifdef _UINT64_T
18494 typedef uint64_t uint_fast64_t;
18495 #endif
18499 if test "$ac_cv_type_uintmax_t" != yes; then
18500 sed 's/^ *//' >> tmp-stdint.h <<EOF
18502 /* Define intmax based on what we found */
18503 #ifndef intmax_t
18504 #ifdef _INT64_T
18505 typedef int64_t intmax_t;
18506 #else
18507 typedef long intmax_t;
18508 #endif
18509 #endif
18510 #ifndef uintmax_t
18511 #ifdef _UINT64_T
18512 typedef uint64_t uintmax_t;
18513 #else
18514 typedef unsigned long uintmax_t;
18515 #endif
18516 #endif
18520 sed 's/^ *//' >> tmp-stdint.h <<EOF
18522 #endif /* GCC_GENERATED_STDINT_H */
18525 if test -r gstdint.h && cmp -s tmp-stdint.h gstdint.h; then
18526 rm -f tmp-stdint.h
18527 else
18528 mv -f tmp-stdint.h gstdint.h
18533 esac
18534 done # for ac_tag
18537 as_fn_exit 0
18538 _ACEOF
18539 ac_clean_files=$ac_clean_files_save
18541 test $ac_write_fail = 0 ||
18542 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
18545 # configure is writing to config.log, and then calls config.status.
18546 # config.status does its own redirection, appending to config.log.
18547 # Unfortunately, on DOS this fails, as config.log is still kept open
18548 # by configure, so config.status won't be able to write to it; its
18549 # output is simply discarded. So we exec the FD to /dev/null,
18550 # effectively closing config.log, so it can be properly (re)opened and
18551 # appended to by config.status. When coming back to configure, we
18552 # need to make the FD available again.
18553 if test "$no_create" != yes; then
18554 ac_cs_success=:
18555 ac_config_status_args=
18556 test "$silent" = yes &&
18557 ac_config_status_args="$ac_config_status_args --quiet"
18558 exec 5>/dev/null
18559 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
18560 exec 5>>config.log
18561 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18562 # would make configure fail if this is the last instruction.
18563 $ac_cs_success || as_fn_exit 1
18565 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
18566 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
18567 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}