Fix missing SCNuMAX defines in inttypes.h on hpux11.[01]*
[official-gcc.git] / libatomic / configure
blob8cad97e878a0f07e1110a7194e22301cdf3f8a70
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 SIZES
647 XLDFLAGS
648 XCFLAGS
649 config_path
650 LIBAT_BUILD_VERSIONED_SHLIB_SUN_FALSE
651 LIBAT_BUILD_VERSIONED_SHLIB_SUN_TRUE
652 LIBAT_BUILD_VERSIONED_SHLIB_GNU_FALSE
653 LIBAT_BUILD_VERSIONED_SHLIB_GNU_TRUE
654 LIBAT_BUILD_VERSIONED_SHLIB_FALSE
655 LIBAT_BUILD_VERSIONED_SHLIB_TRUE
656 OPT_LDFLAGS
657 SECTION_LDFLAGS
658 enable_aarch64_lse
659 libtool_VERSION
660 MAINT
661 MAINTAINER_MODE_FALSE
662 MAINTAINER_MODE_TRUE
663 enable_static
664 enable_shared
665 lt_host_flags
667 OTOOL64
668 OTOOL
669 LIPO
670 NMEDIT
671 DSYMUTIL
672 OBJDUMP
673 LN_S
674 ac_ct_DUMPBIN
675 DUMPBIN
677 FGREP
678 EGREP
679 GREP
681 LIBTOOL
682 PERL
683 RANLIB
686 am__fastdepCCAS_FALSE
687 am__fastdepCCAS_TRUE
688 CCASDEPMODE
689 CCASFLAGS
690 CCAS
691 am__fastdepCC_FALSE
692 am__fastdepCC_TRUE
693 CCDEPMODE
694 am__nodep
695 AMDEPBACKSLASH
696 AMDEP_FALSE
697 AMDEP_TRUE
698 am__quote
699 am__include
700 DEPDIR
701 OBJEXT
702 EXEEXT
703 ac_ct_CC
704 CPPFLAGS
705 LDFLAGS
706 CFLAGS
708 toolexeclibdir
709 toolexecdir
710 multi_basedir
711 AM_BACKSLASH
712 AM_DEFAULT_VERBOSITY
713 AM_DEFAULT_V
714 AM_V
715 am__untar
716 am__tar
717 AMTAR
718 am__leading_dot
719 SET_MAKE
721 mkdir_p
722 MKDIR_P
723 INSTALL_STRIP_PROGRAM
724 STRIP
725 install_sh
726 MAKEINFO
727 AUTOHEADER
728 AUTOMAKE
729 AUTOCONF
730 ACLOCAL
731 VERSION
732 PACKAGE
733 CYGPATH_W
734 am__isrc
735 INSTALL_DATA
736 INSTALL_SCRIPT
737 INSTALL_PROGRAM
738 target_os
739 target_vendor
740 target_cpu
741 target
742 host_os
743 host_vendor
744 host_cpu
745 host
746 build_os
747 build_vendor
748 build_cpu
749 build
750 GENINSRC_FALSE
751 GENINSRC_TRUE
752 target_alias
753 host_alias
754 build_alias
755 LIBS
756 ECHO_T
757 ECHO_N
758 ECHO_C
759 DEFS
760 mandir
761 localedir
762 libdir
763 psdir
764 pdfdir
765 dvidir
766 htmldir
767 infodir
768 docdir
769 oldincludedir
770 includedir
771 localstatedir
772 sharedstatedir
773 sysconfdir
774 datadir
775 datarootdir
776 libexecdir
777 sbindir
778 bindir
779 program_transform_name
780 prefix
781 exec_prefix
782 PACKAGE_URL
783 PACKAGE_BUGREPORT
784 PACKAGE_STRING
785 PACKAGE_VERSION
786 PACKAGE_TARNAME
787 PACKAGE_NAME
788 PATH_SEPARATOR
789 SHELL'
790 ac_subst_files=''
791 ac_user_opts='
792 enable_option_checking
793 enable_version_specific_runtime_libs
794 enable_generated_files_in_srcdir
795 enable_silent_rules
796 enable_multilib
797 with_toolexeclibdir
798 enable_dependency_tracking
799 enable_shared
800 enable_static
801 with_pic
802 enable_fast_install
803 with_gnu_ld
804 enable_libtool_lock
805 enable_maintainer_mode
806 enable_symvers
807 enable_cet
808 with_gcc_major_version_only
810 ac_precious_vars='build_alias
811 host_alias
812 target_alias
814 CPPFLAGS'
817 # Initialize some variables set by options.
818 ac_init_help=
819 ac_init_version=false
820 ac_unrecognized_opts=
821 ac_unrecognized_sep=
822 # The variables have the same names as the options, with
823 # dashes changed to underlines.
824 cache_file=/dev/null
825 exec_prefix=NONE
826 no_create=
827 no_recursion=
828 prefix=NONE
829 program_prefix=NONE
830 program_suffix=NONE
831 program_transform_name=s,x,x,
832 silent=
833 site=
834 srcdir=
835 verbose=
836 x_includes=NONE
837 x_libraries=NONE
839 # Installation directory options.
840 # These are left unexpanded so users can "make install exec_prefix=/foo"
841 # and all the variables that are supposed to be based on exec_prefix
842 # by default will actually change.
843 # Use braces instead of parens because sh, perl, etc. also accept them.
844 # (The list follows the same order as the GNU Coding Standards.)
845 bindir='${exec_prefix}/bin'
846 sbindir='${exec_prefix}/sbin'
847 libexecdir='${exec_prefix}/libexec'
848 datarootdir='${prefix}/share'
849 datadir='${datarootdir}'
850 sysconfdir='${prefix}/etc'
851 sharedstatedir='${prefix}/com'
852 localstatedir='${prefix}/var'
853 includedir='${prefix}/include'
854 oldincludedir='/usr/include'
855 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
856 infodir='${datarootdir}/info'
857 htmldir='${docdir}'
858 dvidir='${docdir}'
859 pdfdir='${docdir}'
860 psdir='${docdir}'
861 libdir='${exec_prefix}/lib'
862 localedir='${datarootdir}/locale'
863 mandir='${datarootdir}/man'
865 ac_prev=
866 ac_dashdash=
867 for ac_option
869 # If the previous option needs an argument, assign it.
870 if test -n "$ac_prev"; then
871 eval $ac_prev=\$ac_option
872 ac_prev=
873 continue
876 case $ac_option in
877 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
878 *=) ac_optarg= ;;
879 *) ac_optarg=yes ;;
880 esac
882 # Accept the important Cygnus configure options, so we can diagnose typos.
884 case $ac_dashdash$ac_option in
886 ac_dashdash=yes ;;
888 -bindir | --bindir | --bindi | --bind | --bin | --bi)
889 ac_prev=bindir ;;
890 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
891 bindir=$ac_optarg ;;
893 -build | --build | --buil | --bui | --bu)
894 ac_prev=build_alias ;;
895 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
896 build_alias=$ac_optarg ;;
898 -cache-file | --cache-file | --cache-fil | --cache-fi \
899 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
900 ac_prev=cache_file ;;
901 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
902 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
903 cache_file=$ac_optarg ;;
905 --config-cache | -C)
906 cache_file=config.cache ;;
908 -datadir | --datadir | --datadi | --datad)
909 ac_prev=datadir ;;
910 -datadir=* | --datadir=* | --datadi=* | --datad=*)
911 datadir=$ac_optarg ;;
913 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
914 | --dataroo | --dataro | --datar)
915 ac_prev=datarootdir ;;
916 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
917 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
918 datarootdir=$ac_optarg ;;
920 -disable-* | --disable-*)
921 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
922 # Reject names that are not valid shell variable names.
923 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
924 as_fn_error $? "invalid feature name: $ac_useropt"
925 ac_useropt_orig=$ac_useropt
926 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
927 case $ac_user_opts in
929 "enable_$ac_useropt"
930 "*) ;;
931 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
932 ac_unrecognized_sep=', ';;
933 esac
934 eval enable_$ac_useropt=no ;;
936 -docdir | --docdir | --docdi | --doc | --do)
937 ac_prev=docdir ;;
938 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
939 docdir=$ac_optarg ;;
941 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
942 ac_prev=dvidir ;;
943 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
944 dvidir=$ac_optarg ;;
946 -enable-* | --enable-*)
947 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
948 # Reject names that are not valid shell variable names.
949 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
950 as_fn_error $? "invalid feature name: $ac_useropt"
951 ac_useropt_orig=$ac_useropt
952 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
953 case $ac_user_opts in
955 "enable_$ac_useropt"
956 "*) ;;
957 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
958 ac_unrecognized_sep=', ';;
959 esac
960 eval enable_$ac_useropt=\$ac_optarg ;;
962 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
963 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
964 | --exec | --exe | --ex)
965 ac_prev=exec_prefix ;;
966 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
967 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
968 | --exec=* | --exe=* | --ex=*)
969 exec_prefix=$ac_optarg ;;
971 -gas | --gas | --ga | --g)
972 # Obsolete; use --with-gas.
973 with_gas=yes ;;
975 -help | --help | --hel | --he | -h)
976 ac_init_help=long ;;
977 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
978 ac_init_help=recursive ;;
979 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
980 ac_init_help=short ;;
982 -host | --host | --hos | --ho)
983 ac_prev=host_alias ;;
984 -host=* | --host=* | --hos=* | --ho=*)
985 host_alias=$ac_optarg ;;
987 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
988 ac_prev=htmldir ;;
989 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
990 | --ht=*)
991 htmldir=$ac_optarg ;;
993 -includedir | --includedir | --includedi | --included | --include \
994 | --includ | --inclu | --incl | --inc)
995 ac_prev=includedir ;;
996 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
997 | --includ=* | --inclu=* | --incl=* | --inc=*)
998 includedir=$ac_optarg ;;
1000 -infodir | --infodir | --infodi | --infod | --info | --inf)
1001 ac_prev=infodir ;;
1002 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1003 infodir=$ac_optarg ;;
1005 -libdir | --libdir | --libdi | --libd)
1006 ac_prev=libdir ;;
1007 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1008 libdir=$ac_optarg ;;
1010 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1011 | --libexe | --libex | --libe)
1012 ac_prev=libexecdir ;;
1013 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1014 | --libexe=* | --libex=* | --libe=*)
1015 libexecdir=$ac_optarg ;;
1017 -localedir | --localedir | --localedi | --localed | --locale)
1018 ac_prev=localedir ;;
1019 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1020 localedir=$ac_optarg ;;
1022 -localstatedir | --localstatedir | --localstatedi | --localstated \
1023 | --localstate | --localstat | --localsta | --localst | --locals)
1024 ac_prev=localstatedir ;;
1025 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1026 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1027 localstatedir=$ac_optarg ;;
1029 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1030 ac_prev=mandir ;;
1031 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1032 mandir=$ac_optarg ;;
1034 -nfp | --nfp | --nf)
1035 # Obsolete; use --without-fp.
1036 with_fp=no ;;
1038 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1039 | --no-cr | --no-c | -n)
1040 no_create=yes ;;
1042 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1043 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1044 no_recursion=yes ;;
1046 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1047 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1048 | --oldin | --oldi | --old | --ol | --o)
1049 ac_prev=oldincludedir ;;
1050 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1051 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1052 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1053 oldincludedir=$ac_optarg ;;
1055 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1056 ac_prev=prefix ;;
1057 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1058 prefix=$ac_optarg ;;
1060 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1061 | --program-pre | --program-pr | --program-p)
1062 ac_prev=program_prefix ;;
1063 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1064 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1065 program_prefix=$ac_optarg ;;
1067 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1068 | --program-suf | --program-su | --program-s)
1069 ac_prev=program_suffix ;;
1070 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1071 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1072 program_suffix=$ac_optarg ;;
1074 -program-transform-name | --program-transform-name \
1075 | --program-transform-nam | --program-transform-na \
1076 | --program-transform-n | --program-transform- \
1077 | --program-transform | --program-transfor \
1078 | --program-transfo | --program-transf \
1079 | --program-trans | --program-tran \
1080 | --progr-tra | --program-tr | --program-t)
1081 ac_prev=program_transform_name ;;
1082 -program-transform-name=* | --program-transform-name=* \
1083 | --program-transform-nam=* | --program-transform-na=* \
1084 | --program-transform-n=* | --program-transform-=* \
1085 | --program-transform=* | --program-transfor=* \
1086 | --program-transfo=* | --program-transf=* \
1087 | --program-trans=* | --program-tran=* \
1088 | --progr-tra=* | --program-tr=* | --program-t=*)
1089 program_transform_name=$ac_optarg ;;
1091 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1092 ac_prev=pdfdir ;;
1093 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1094 pdfdir=$ac_optarg ;;
1096 -psdir | --psdir | --psdi | --psd | --ps)
1097 ac_prev=psdir ;;
1098 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1099 psdir=$ac_optarg ;;
1101 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1102 | -silent | --silent | --silen | --sile | --sil)
1103 silent=yes ;;
1105 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1106 ac_prev=sbindir ;;
1107 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1108 | --sbi=* | --sb=*)
1109 sbindir=$ac_optarg ;;
1111 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1112 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1113 | --sharedst | --shareds | --shared | --share | --shar \
1114 | --sha | --sh)
1115 ac_prev=sharedstatedir ;;
1116 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1117 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1118 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1119 | --sha=* | --sh=*)
1120 sharedstatedir=$ac_optarg ;;
1122 -site | --site | --sit)
1123 ac_prev=site ;;
1124 -site=* | --site=* | --sit=*)
1125 site=$ac_optarg ;;
1127 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1128 ac_prev=srcdir ;;
1129 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1130 srcdir=$ac_optarg ;;
1132 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1133 | --syscon | --sysco | --sysc | --sys | --sy)
1134 ac_prev=sysconfdir ;;
1135 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1136 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1137 sysconfdir=$ac_optarg ;;
1139 -target | --target | --targe | --targ | --tar | --ta | --t)
1140 ac_prev=target_alias ;;
1141 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1142 target_alias=$ac_optarg ;;
1144 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1145 verbose=yes ;;
1147 -version | --version | --versio | --versi | --vers | -V)
1148 ac_init_version=: ;;
1150 -with-* | --with-*)
1151 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1152 # Reject names that are not valid shell variable names.
1153 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1154 as_fn_error $? "invalid package name: $ac_useropt"
1155 ac_useropt_orig=$ac_useropt
1156 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1157 case $ac_user_opts in
1159 "with_$ac_useropt"
1160 "*) ;;
1161 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1162 ac_unrecognized_sep=', ';;
1163 esac
1164 eval with_$ac_useropt=\$ac_optarg ;;
1166 -without-* | --without-*)
1167 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1168 # Reject names that are not valid shell variable names.
1169 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1170 as_fn_error $? "invalid package name: $ac_useropt"
1171 ac_useropt_orig=$ac_useropt
1172 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1173 case $ac_user_opts in
1175 "with_$ac_useropt"
1176 "*) ;;
1177 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1178 ac_unrecognized_sep=', ';;
1179 esac
1180 eval with_$ac_useropt=no ;;
1182 --x)
1183 # Obsolete; use --with-x.
1184 with_x=yes ;;
1186 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1187 | --x-incl | --x-inc | --x-in | --x-i)
1188 ac_prev=x_includes ;;
1189 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1190 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1191 x_includes=$ac_optarg ;;
1193 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1194 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1195 ac_prev=x_libraries ;;
1196 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1197 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1198 x_libraries=$ac_optarg ;;
1200 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1201 Try \`$0 --help' for more information"
1204 *=*)
1205 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1206 # Reject names that are not valid shell variable names.
1207 case $ac_envvar in #(
1208 '' | [0-9]* | *[!_$as_cr_alnum]* )
1209 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1210 esac
1211 eval $ac_envvar=\$ac_optarg
1212 export $ac_envvar ;;
1215 # FIXME: should be removed in autoconf 3.0.
1216 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1217 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1218 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1219 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
1222 esac
1223 done
1225 if test -n "$ac_prev"; then
1226 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1227 as_fn_error $? "missing argument to $ac_option"
1230 if test -n "$ac_unrecognized_opts"; then
1231 case $enable_option_checking in
1232 no) ;;
1233 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1234 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1235 esac
1238 # Check all directory arguments for consistency.
1239 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1240 datadir sysconfdir sharedstatedir localstatedir includedir \
1241 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1242 libdir localedir mandir
1244 eval ac_val=\$$ac_var
1245 # Remove trailing slashes.
1246 case $ac_val in
1247 */ )
1248 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1249 eval $ac_var=\$ac_val;;
1250 esac
1251 # Be sure to have absolute directory names.
1252 case $ac_val in
1253 [\\/$]* | ?:[\\/]* ) continue;;
1254 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1255 esac
1256 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1257 done
1259 # There might be people who depend on the old broken behavior: `$host'
1260 # used to hold the argument of --host etc.
1261 # FIXME: To remove some day.
1262 build=$build_alias
1263 host=$host_alias
1264 target=$target_alias
1266 # FIXME: To remove some day.
1267 if test "x$host_alias" != x; then
1268 if test "x$build_alias" = x; then
1269 cross_compiling=maybe
1270 elif test "x$build_alias" != "x$host_alias"; then
1271 cross_compiling=yes
1275 ac_tool_prefix=
1276 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1278 test "$silent" = yes && exec 6>/dev/null
1281 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1282 ac_ls_di=`ls -di .` &&
1283 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1284 as_fn_error $? "working directory cannot be determined"
1285 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1286 as_fn_error $? "pwd does not report name of working directory"
1289 # Find the source files, if location was not specified.
1290 if test -z "$srcdir"; then
1291 ac_srcdir_defaulted=yes
1292 # Try the directory containing this script, then the parent directory.
1293 ac_confdir=`$as_dirname -- "$as_myself" ||
1294 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1295 X"$as_myself" : 'X\(//\)[^/]' \| \
1296 X"$as_myself" : 'X\(//\)$' \| \
1297 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1298 $as_echo X"$as_myself" |
1299 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1300 s//\1/
1303 /^X\(\/\/\)[^/].*/{
1304 s//\1/
1307 /^X\(\/\/\)$/{
1308 s//\1/
1311 /^X\(\/\).*/{
1312 s//\1/
1315 s/.*/./; q'`
1316 srcdir=$ac_confdir
1317 if test ! -r "$srcdir/$ac_unique_file"; then
1318 srcdir=..
1320 else
1321 ac_srcdir_defaulted=no
1323 if test ! -r "$srcdir/$ac_unique_file"; then
1324 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1325 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1327 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1328 ac_abs_confdir=`(
1329 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1330 pwd)`
1331 # When building in place, set srcdir=.
1332 if test "$ac_abs_confdir" = "$ac_pwd"; then
1333 srcdir=.
1335 # Remove unnecessary trailing slashes from srcdir.
1336 # Double slashes in file names in object file debugging info
1337 # mess up M-x gdb in Emacs.
1338 case $srcdir in
1339 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1340 esac
1341 for ac_var in $ac_precious_vars; do
1342 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1343 eval ac_env_${ac_var}_value=\$${ac_var}
1344 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1345 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1346 done
1349 # Report the --help message.
1351 if test "$ac_init_help" = "long"; then
1352 # Omit some internal or obsolete options to make the list less imposing.
1353 # This message is too long to be a string in the A/UX 3.1 sh.
1354 cat <<_ACEOF
1355 \`configure' configures GNU Atomic Library 1.0 to adapt to many kinds of systems.
1357 Usage: $0 [OPTION]... [VAR=VALUE]...
1359 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1360 VAR=VALUE. See below for descriptions of some of the useful variables.
1362 Defaults for the options are specified in brackets.
1364 Configuration:
1365 -h, --help display this help and exit
1366 --help=short display options specific to this package
1367 --help=recursive display the short help of all the included packages
1368 -V, --version display version information and exit
1369 -q, --quiet, --silent do not print \`checking ...' messages
1370 --cache-file=FILE cache test results in FILE [disabled]
1371 -C, --config-cache alias for \`--cache-file=config.cache'
1372 -n, --no-create do not create output files
1373 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1375 Installation directories:
1376 --prefix=PREFIX install architecture-independent files in PREFIX
1377 [$ac_default_prefix]
1378 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1379 [PREFIX]
1381 By default, \`make install' will install all the files in
1382 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1383 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1384 for instance \`--prefix=\$HOME'.
1386 For better control, use the options below.
1388 Fine tuning of the installation directories:
1389 --bindir=DIR user executables [EPREFIX/bin]
1390 --sbindir=DIR system admin executables [EPREFIX/sbin]
1391 --libexecdir=DIR program executables [EPREFIX/libexec]
1392 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1393 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1394 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1395 --libdir=DIR object code libraries [EPREFIX/lib]
1396 --includedir=DIR C header files [PREFIX/include]
1397 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1398 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1399 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1400 --infodir=DIR info documentation [DATAROOTDIR/info]
1401 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1402 --mandir=DIR man documentation [DATAROOTDIR/man]
1403 --docdir=DIR documentation root [DATAROOTDIR/doc/libatomic]
1404 --htmldir=DIR html documentation [DOCDIR]
1405 --dvidir=DIR dvi documentation [DOCDIR]
1406 --pdfdir=DIR pdf documentation [DOCDIR]
1407 --psdir=DIR ps documentation [DOCDIR]
1408 _ACEOF
1410 cat <<\_ACEOF
1412 Program names:
1413 --program-prefix=PREFIX prepend PREFIX to installed program names
1414 --program-suffix=SUFFIX append SUFFIX to installed program names
1415 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1417 System types:
1418 --build=BUILD configure for building on BUILD [guessed]
1419 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1420 --target=TARGET configure for building compilers for TARGET [HOST]
1421 _ACEOF
1424 if test -n "$ac_init_help"; then
1425 case $ac_init_help in
1426 short | recursive ) echo "Configuration of GNU Atomic Library 1.0:";;
1427 esac
1428 cat <<\_ACEOF
1430 Optional Features:
1431 --disable-option-checking ignore unrecognized --enable/--with options
1432 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1433 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1434 --enable-version-specific-runtime-libs
1435 Specify that runtime libraries should be installed
1436 in a compiler-specific directory [default=no]
1437 --enable-generated-files-in-srcdir
1438 put copies of generated files in source dir intended
1439 for creating source tarballs for users without
1440 texinfo bison or flex. [default=no]
1441 --enable-silent-rules less verbose build output (undo: "make V=1")
1442 --disable-silent-rules verbose build output (undo: "make V=0")
1443 --enable-multilib build many library versions (default)
1444 --enable-dependency-tracking
1445 do not reject slow dependency extractors
1446 --disable-dependency-tracking
1447 speeds up one-time build
1448 --enable-shared[=PKGS] build shared libraries [default=yes]
1449 --enable-static[=PKGS] build static libraries [default=yes]
1450 --enable-fast-install[=PKGS]
1451 optimize for fast installation [default=yes]
1452 --disable-libtool-lock avoid locking (might break parallel builds)
1453 --enable-maintainer-mode
1454 enable make rules and dependencies not useful (and
1455 sometimes confusing) to the casual installer
1456 --enable-symvers=STYLE enables symbol versioning of the shared library
1457 [default=yes]
1458 --enable-cet enable Intel CET in target libraries [default=no]
1460 Optional Packages:
1461 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1462 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1463 --with-toolexeclibdir=DIR
1464 install libraries built with a cross compiler within
1466 --with-pic try to use only PIC/non-PIC objects [default=use
1467 both]
1468 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1469 --with-gcc-major-version-only
1470 use only GCC major number in filesystem paths
1472 Some influential environment variables:
1473 CC C compiler command
1474 CFLAGS C compiler flags
1475 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1476 nonstandard directory <lib dir>
1477 LIBS libraries to pass to the linker, e.g. -l<library>
1478 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1479 you have headers in a nonstandard directory <include dir>
1480 CCAS assembler compiler command (defaults to CC)
1481 CCASFLAGS assembler compiler flags (defaults to CFLAGS)
1482 CPP C preprocessor
1484 Use these variables to override the choices made by `configure' or to help
1485 it to find libraries and programs with nonstandard names/locations.
1487 Report bugs to the package provider.
1488 GNU Atomic Library home page: <http://www.gnu.org/software/libatomic/>.
1489 General help using GNU software: <http://www.gnu.org/gethelp/>.
1490 _ACEOF
1491 ac_status=$?
1494 if test "$ac_init_help" = "recursive"; then
1495 # If there are subdirs, report their specific --help.
1496 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1497 test -d "$ac_dir" ||
1498 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1499 continue
1500 ac_builddir=.
1502 case "$ac_dir" in
1503 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1505 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1506 # A ".." for each directory in $ac_dir_suffix.
1507 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1508 case $ac_top_builddir_sub in
1509 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1510 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1511 esac ;;
1512 esac
1513 ac_abs_top_builddir=$ac_pwd
1514 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1515 # for backward compatibility:
1516 ac_top_builddir=$ac_top_build_prefix
1518 case $srcdir in
1519 .) # We are building in place.
1520 ac_srcdir=.
1521 ac_top_srcdir=$ac_top_builddir_sub
1522 ac_abs_top_srcdir=$ac_pwd ;;
1523 [\\/]* | ?:[\\/]* ) # Absolute name.
1524 ac_srcdir=$srcdir$ac_dir_suffix;
1525 ac_top_srcdir=$srcdir
1526 ac_abs_top_srcdir=$srcdir ;;
1527 *) # Relative name.
1528 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1529 ac_top_srcdir=$ac_top_build_prefix$srcdir
1530 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1531 esac
1532 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1534 cd "$ac_dir" || { ac_status=$?; continue; }
1535 # Check for guested configure.
1536 if test -f "$ac_srcdir/configure.gnu"; then
1537 echo &&
1538 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1539 elif test -f "$ac_srcdir/configure"; then
1540 echo &&
1541 $SHELL "$ac_srcdir/configure" --help=recursive
1542 else
1543 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1544 fi || ac_status=$?
1545 cd "$ac_pwd" || { ac_status=$?; break; }
1546 done
1549 test -n "$ac_init_help" && exit $ac_status
1550 if $ac_init_version; then
1551 cat <<\_ACEOF
1552 GNU Atomic Library configure 1.0
1553 generated by GNU Autoconf 2.69
1555 Copyright (C) 2012 Free Software Foundation, Inc.
1556 This configure script is free software; the Free Software Foundation
1557 gives unlimited permission to copy, distribute and modify it.
1558 _ACEOF
1559 exit
1562 ## ------------------------ ##
1563 ## Autoconf initialization. ##
1564 ## ------------------------ ##
1566 # ac_fn_c_try_compile LINENO
1567 # --------------------------
1568 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1569 ac_fn_c_try_compile ()
1571 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1572 rm -f conftest.$ac_objext
1573 if { { ac_try="$ac_compile"
1574 case "(($ac_try" in
1575 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1576 *) ac_try_echo=$ac_try;;
1577 esac
1578 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1579 $as_echo "$ac_try_echo"; } >&5
1580 (eval "$ac_compile") 2>conftest.err
1581 ac_status=$?
1582 if test -s conftest.err; then
1583 grep -v '^ *+' conftest.err >conftest.er1
1584 cat conftest.er1 >&5
1585 mv -f conftest.er1 conftest.err
1587 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1588 test $ac_status = 0; } && {
1589 test -z "$ac_c_werror_flag" ||
1590 test ! -s conftest.err
1591 } && test -s conftest.$ac_objext; then :
1592 ac_retval=0
1593 else
1594 $as_echo "$as_me: failed program was:" >&5
1595 sed 's/^/| /' conftest.$ac_ext >&5
1597 ac_retval=1
1599 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1600 as_fn_set_status $ac_retval
1602 } # ac_fn_c_try_compile
1604 # ac_fn_c_try_link LINENO
1605 # -----------------------
1606 # Try to link conftest.$ac_ext, and return whether this succeeded.
1607 ac_fn_c_try_link ()
1609 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1610 rm -f conftest.$ac_objext conftest$ac_exeext
1611 if { { ac_try="$ac_link"
1612 case "(($ac_try" in
1613 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1614 *) ac_try_echo=$ac_try;;
1615 esac
1616 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1617 $as_echo "$ac_try_echo"; } >&5
1618 (eval "$ac_link") 2>conftest.err
1619 ac_status=$?
1620 if test -s conftest.err; then
1621 grep -v '^ *+' conftest.err >conftest.er1
1622 cat conftest.er1 >&5
1623 mv -f conftest.er1 conftest.err
1625 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1626 test $ac_status = 0; } && {
1627 test -z "$ac_c_werror_flag" ||
1628 test ! -s conftest.err
1629 } && test -s conftest$ac_exeext && {
1630 test "$cross_compiling" = yes ||
1631 test -x conftest$ac_exeext
1632 }; then :
1633 ac_retval=0
1634 else
1635 $as_echo "$as_me: failed program was:" >&5
1636 sed 's/^/| /' conftest.$ac_ext >&5
1638 ac_retval=1
1640 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1641 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1642 # interfere with the next link command; also delete a directory that is
1643 # left behind by Apple's compiler. We do this before executing the actions.
1644 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1645 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1646 as_fn_set_status $ac_retval
1648 } # ac_fn_c_try_link
1650 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1651 # -------------------------------------------------------
1652 # Tests whether HEADER exists and can be compiled using the include files in
1653 # INCLUDES, setting the cache variable VAR accordingly.
1654 ac_fn_c_check_header_compile ()
1656 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1658 $as_echo_n "checking for $2... " >&6; }
1659 if eval \${$3+:} false; then :
1660 $as_echo_n "(cached) " >&6
1661 else
1662 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1663 /* end confdefs.h. */
1665 #include <$2>
1666 _ACEOF
1667 if ac_fn_c_try_compile "$LINENO"; then :
1668 eval "$3=yes"
1669 else
1670 eval "$3=no"
1672 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1674 eval ac_res=\$$3
1675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1676 $as_echo "$ac_res" >&6; }
1677 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1679 } # ac_fn_c_check_header_compile
1681 # ac_fn_c_try_cpp LINENO
1682 # ----------------------
1683 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1684 ac_fn_c_try_cpp ()
1686 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1687 if { { ac_try="$ac_cpp conftest.$ac_ext"
1688 case "(($ac_try" in
1689 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1690 *) ac_try_echo=$ac_try;;
1691 esac
1692 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1693 $as_echo "$ac_try_echo"; } >&5
1694 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1695 ac_status=$?
1696 if test -s conftest.err; then
1697 grep -v '^ *+' conftest.err >conftest.er1
1698 cat conftest.er1 >&5
1699 mv -f conftest.er1 conftest.err
1701 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1702 test $ac_status = 0; } > conftest.i && {
1703 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1704 test ! -s conftest.err
1705 }; then :
1706 ac_retval=0
1707 else
1708 $as_echo "$as_me: failed program was:" >&5
1709 sed 's/^/| /' conftest.$ac_ext >&5
1711 ac_retval=1
1713 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1714 as_fn_set_status $ac_retval
1716 } # ac_fn_c_try_cpp
1718 # ac_fn_c_try_run LINENO
1719 # ----------------------
1720 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1721 # that executables *can* be run.
1722 ac_fn_c_try_run ()
1724 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1725 if { { ac_try="$ac_link"
1726 case "(($ac_try" in
1727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1728 *) ac_try_echo=$ac_try;;
1729 esac
1730 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1731 $as_echo "$ac_try_echo"; } >&5
1732 (eval "$ac_link") 2>&5
1733 ac_status=$?
1734 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1735 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1736 { { case "(($ac_try" in
1737 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1738 *) ac_try_echo=$ac_try;;
1739 esac
1740 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1741 $as_echo "$ac_try_echo"; } >&5
1742 (eval "$ac_try") 2>&5
1743 ac_status=$?
1744 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1745 test $ac_status = 0; }; }; then :
1746 ac_retval=0
1747 else
1748 $as_echo "$as_me: program exited with status $ac_status" >&5
1749 $as_echo "$as_me: failed program was:" >&5
1750 sed 's/^/| /' conftest.$ac_ext >&5
1752 ac_retval=$ac_status
1754 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1755 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1756 as_fn_set_status $ac_retval
1758 } # ac_fn_c_try_run
1760 # ac_fn_c_check_func LINENO FUNC VAR
1761 # ----------------------------------
1762 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1763 ac_fn_c_check_func ()
1765 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1766 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1767 $as_echo_n "checking for $2... " >&6; }
1768 if eval \${$3+:} false; then :
1769 $as_echo_n "(cached) " >&6
1770 else
1771 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1772 /* end confdefs.h. */
1773 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1774 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1775 #define $2 innocuous_$2
1777 /* System header to define __stub macros and hopefully few prototypes,
1778 which can conflict with char $2 (); below.
1779 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1780 <limits.h> exists even on freestanding compilers. */
1782 #ifdef __STDC__
1783 # include <limits.h>
1784 #else
1785 # include <assert.h>
1786 #endif
1788 #undef $2
1790 /* Override any GCC internal prototype to avoid an error.
1791 Use char because int might match the return type of a GCC
1792 builtin and then its argument prototype would still apply. */
1793 #ifdef __cplusplus
1794 extern "C"
1795 #endif
1796 char $2 ();
1797 /* The GNU C library defines this for functions which it implements
1798 to always fail with ENOSYS. Some functions are actually named
1799 something starting with __ and the normal name is an alias. */
1800 #if defined __stub_$2 || defined __stub___$2
1801 choke me
1802 #endif
1805 main ()
1807 return $2 ();
1809 return 0;
1811 _ACEOF
1812 if ac_fn_c_try_link "$LINENO"; then :
1813 eval "$3=yes"
1814 else
1815 eval "$3=no"
1817 rm -f core conftest.err conftest.$ac_objext \
1818 conftest$ac_exeext conftest.$ac_ext
1820 eval ac_res=\$$3
1821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1822 $as_echo "$ac_res" >&6; }
1823 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1825 } # ac_fn_c_check_func
1827 # ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1828 # -------------------------------------------
1829 # Tests whether TYPE exists after having included INCLUDES, setting cache
1830 # variable VAR accordingly.
1831 ac_fn_c_check_type ()
1833 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1834 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1835 $as_echo_n "checking for $2... " >&6; }
1836 if eval \${$3+:} false; then :
1837 $as_echo_n "(cached) " >&6
1838 else
1839 eval "$3=no"
1840 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1841 /* end confdefs.h. */
1844 main ()
1846 if (sizeof ($2))
1847 return 0;
1849 return 0;
1851 _ACEOF
1852 if ac_fn_c_try_compile "$LINENO"; then :
1853 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1854 /* end confdefs.h. */
1857 main ()
1859 if (sizeof (($2)))
1860 return 0;
1862 return 0;
1864 _ACEOF
1865 if ac_fn_c_try_compile "$LINENO"; then :
1867 else
1868 eval "$3=yes"
1870 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1872 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1874 eval ac_res=\$$3
1875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1876 $as_echo "$ac_res" >&6; }
1877 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1879 } # ac_fn_c_check_type
1881 # ac_fn_c_compute_int LINENO EXPR VAR INCLUDES
1882 # --------------------------------------------
1883 # Tries to find the compile-time value of EXPR in a program that includes
1884 # INCLUDES, setting VAR accordingly. Returns whether the value could be
1885 # computed
1886 ac_fn_c_compute_int ()
1888 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1889 if test "$cross_compiling" = yes; then
1890 # Depending upon the size, compute the lo and hi bounds.
1891 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1892 /* end confdefs.h. */
1895 main ()
1897 static int test_array [1 - 2 * !(($2) >= 0)];
1898 test_array [0] = 0;
1899 return test_array [0];
1902 return 0;
1904 _ACEOF
1905 if ac_fn_c_try_compile "$LINENO"; then :
1906 ac_lo=0 ac_mid=0
1907 while :; do
1908 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1909 /* end confdefs.h. */
1912 main ()
1914 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1915 test_array [0] = 0;
1916 return test_array [0];
1919 return 0;
1921 _ACEOF
1922 if ac_fn_c_try_compile "$LINENO"; then :
1923 ac_hi=$ac_mid; break
1924 else
1925 as_fn_arith $ac_mid + 1 && ac_lo=$as_val
1926 if test $ac_lo -le $ac_mid; then
1927 ac_lo= ac_hi=
1928 break
1930 as_fn_arith 2 '*' $ac_mid + 1 && ac_mid=$as_val
1932 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1933 done
1934 else
1935 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1936 /* end confdefs.h. */
1939 main ()
1941 static int test_array [1 - 2 * !(($2) < 0)];
1942 test_array [0] = 0;
1943 return test_array [0];
1946 return 0;
1948 _ACEOF
1949 if ac_fn_c_try_compile "$LINENO"; then :
1950 ac_hi=-1 ac_mid=-1
1951 while :; do
1952 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1953 /* end confdefs.h. */
1956 main ()
1958 static int test_array [1 - 2 * !(($2) >= $ac_mid)];
1959 test_array [0] = 0;
1960 return test_array [0];
1963 return 0;
1965 _ACEOF
1966 if ac_fn_c_try_compile "$LINENO"; then :
1967 ac_lo=$ac_mid; break
1968 else
1969 as_fn_arith '(' $ac_mid ')' - 1 && ac_hi=$as_val
1970 if test $ac_mid -le $ac_hi; then
1971 ac_lo= ac_hi=
1972 break
1974 as_fn_arith 2 '*' $ac_mid && ac_mid=$as_val
1976 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1977 done
1978 else
1979 ac_lo= ac_hi=
1981 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1983 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1984 # Binary search between lo and hi bounds.
1985 while test "x$ac_lo" != "x$ac_hi"; do
1986 as_fn_arith '(' $ac_hi - $ac_lo ')' / 2 + $ac_lo && ac_mid=$as_val
1987 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1988 /* end confdefs.h. */
1991 main ()
1993 static int test_array [1 - 2 * !(($2) <= $ac_mid)];
1994 test_array [0] = 0;
1995 return test_array [0];
1998 return 0;
2000 _ACEOF
2001 if ac_fn_c_try_compile "$LINENO"; then :
2002 ac_hi=$ac_mid
2003 else
2004 as_fn_arith '(' $ac_mid ')' + 1 && ac_lo=$as_val
2006 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2007 done
2008 case $ac_lo in #((
2009 ?*) eval "$3=\$ac_lo"; ac_retval=0 ;;
2010 '') ac_retval=1 ;;
2011 esac
2012 else
2013 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2014 /* end confdefs.h. */
2016 static long int longval () { return $2; }
2017 static unsigned long int ulongval () { return $2; }
2018 #include <stdio.h>
2019 #include <stdlib.h>
2021 main ()
2024 FILE *f = fopen ("conftest.val", "w");
2025 if (! f)
2026 return 1;
2027 if (($2) < 0)
2029 long int i = longval ();
2030 if (i != ($2))
2031 return 1;
2032 fprintf (f, "%ld", i);
2034 else
2036 unsigned long int i = ulongval ();
2037 if (i != ($2))
2038 return 1;
2039 fprintf (f, "%lu", i);
2041 /* Do not output a trailing newline, as this causes \r\n confusion
2042 on some platforms. */
2043 return ferror (f) || fclose (f) != 0;
2046 return 0;
2048 _ACEOF
2049 if ac_fn_c_try_run "$LINENO"; then :
2050 echo >>conftest.val; read $3 <conftest.val; ac_retval=0
2051 else
2052 ac_retval=1
2054 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
2055 conftest.$ac_objext conftest.beam conftest.$ac_ext
2056 rm -f conftest.val
2059 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2060 as_fn_set_status $ac_retval
2062 } # ac_fn_c_compute_int
2064 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2065 # -------------------------------------------------------
2066 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
2067 # the include files in INCLUDES and setting the cache variable VAR
2068 # accordingly.
2069 ac_fn_c_check_header_mongrel ()
2071 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2072 if eval \${$3+:} false; then :
2073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2074 $as_echo_n "checking for $2... " >&6; }
2075 if eval \${$3+:} false; then :
2076 $as_echo_n "(cached) " >&6
2078 eval ac_res=\$$3
2079 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2080 $as_echo "$ac_res" >&6; }
2081 else
2082 # Is the header compilable?
2083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2084 $as_echo_n "checking $2 usability... " >&6; }
2085 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2086 /* end confdefs.h. */
2088 #include <$2>
2089 _ACEOF
2090 if ac_fn_c_try_compile "$LINENO"; then :
2091 ac_header_compiler=yes
2092 else
2093 ac_header_compiler=no
2095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2097 $as_echo "$ac_header_compiler" >&6; }
2099 # Is the header present?
2100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2101 $as_echo_n "checking $2 presence... " >&6; }
2102 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2103 /* end confdefs.h. */
2104 #include <$2>
2105 _ACEOF
2106 if ac_fn_c_try_cpp "$LINENO"; then :
2107 ac_header_preproc=yes
2108 else
2109 ac_header_preproc=no
2111 rm -f conftest.err conftest.i conftest.$ac_ext
2112 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2113 $as_echo "$ac_header_preproc" >&6; }
2115 # So? What about this header?
2116 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2117 yes:no: )
2118 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2119 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2120 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2121 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2123 no:yes:* )
2124 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2125 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2126 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
2127 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
2128 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2129 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2130 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
2131 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
2132 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2133 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2135 esac
2136 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2137 $as_echo_n "checking for $2... " >&6; }
2138 if eval \${$3+:} false; then :
2139 $as_echo_n "(cached) " >&6
2140 else
2141 eval "$3=\$ac_header_compiler"
2143 eval ac_res=\$$3
2144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2145 $as_echo "$ac_res" >&6; }
2147 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2149 } # ac_fn_c_check_header_mongrel
2150 cat >config.log <<_ACEOF
2151 This file contains any messages produced by compilers while
2152 running configure, to aid debugging if configure makes a mistake.
2154 It was created by GNU Atomic Library $as_me 1.0, which was
2155 generated by GNU Autoconf 2.69. Invocation command line was
2157 $ $0 $@
2159 _ACEOF
2160 exec 5>>config.log
2162 cat <<_ASUNAME
2163 ## --------- ##
2164 ## Platform. ##
2165 ## --------- ##
2167 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2168 uname -m = `(uname -m) 2>/dev/null || echo unknown`
2169 uname -r = `(uname -r) 2>/dev/null || echo unknown`
2170 uname -s = `(uname -s) 2>/dev/null || echo unknown`
2171 uname -v = `(uname -v) 2>/dev/null || echo unknown`
2173 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2174 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2176 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2177 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2178 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2179 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2180 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2181 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2182 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2184 _ASUNAME
2186 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2187 for as_dir in $PATH
2189 IFS=$as_save_IFS
2190 test -z "$as_dir" && as_dir=.
2191 $as_echo "PATH: $as_dir"
2192 done
2193 IFS=$as_save_IFS
2195 } >&5
2197 cat >&5 <<_ACEOF
2200 ## ----------- ##
2201 ## Core tests. ##
2202 ## ----------- ##
2204 _ACEOF
2207 # Keep a trace of the command line.
2208 # Strip out --no-create and --no-recursion so they do not pile up.
2209 # Strip out --silent because we don't want to record it for future runs.
2210 # Also quote any args containing shell meta-characters.
2211 # Make two passes to allow for proper duplicate-argument suppression.
2212 ac_configure_args=
2213 ac_configure_args0=
2214 ac_configure_args1=
2215 ac_must_keep_next=false
2216 for ac_pass in 1 2
2218 for ac_arg
2220 case $ac_arg in
2221 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2222 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2223 | -silent | --silent | --silen | --sile | --sil)
2224 continue ;;
2225 *\'*)
2226 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2227 esac
2228 case $ac_pass in
2229 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2231 as_fn_append ac_configure_args1 " '$ac_arg'"
2232 if test $ac_must_keep_next = true; then
2233 ac_must_keep_next=false # Got value, back to normal.
2234 else
2235 case $ac_arg in
2236 *=* | --config-cache | -C | -disable-* | --disable-* \
2237 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2238 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2239 | -with-* | --with-* | -without-* | --without-* | --x)
2240 case "$ac_configure_args0 " in
2241 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2242 esac
2244 -* ) ac_must_keep_next=true ;;
2245 esac
2247 as_fn_append ac_configure_args " '$ac_arg'"
2249 esac
2250 done
2251 done
2252 { ac_configure_args0=; unset ac_configure_args0;}
2253 { ac_configure_args1=; unset ac_configure_args1;}
2255 # When interrupted or exit'd, cleanup temporary files, and complete
2256 # config.log. We remove comments because anyway the quotes in there
2257 # would cause problems or look ugly.
2258 # WARNING: Use '\'' to represent an apostrophe within the trap.
2259 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2260 trap 'exit_status=$?
2261 # Save into config.log some information that might help in debugging.
2263 echo
2265 $as_echo "## ---------------- ##
2266 ## Cache variables. ##
2267 ## ---------------- ##"
2268 echo
2269 # The following way of writing the cache mishandles newlines in values,
2271 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2272 eval ac_val=\$$ac_var
2273 case $ac_val in #(
2274 *${as_nl}*)
2275 case $ac_var in #(
2276 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2277 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2278 esac
2279 case $ac_var in #(
2280 _ | IFS | as_nl) ;; #(
2281 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2282 *) { eval $ac_var=; unset $ac_var;} ;;
2283 esac ;;
2284 esac
2285 done
2286 (set) 2>&1 |
2287 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2288 *${as_nl}ac_space=\ *)
2289 sed -n \
2290 "s/'\''/'\''\\\\'\'''\''/g;
2291 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2292 ;; #(
2294 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2296 esac |
2297 sort
2299 echo
2301 $as_echo "## ----------------- ##
2302 ## Output variables. ##
2303 ## ----------------- ##"
2304 echo
2305 for ac_var in $ac_subst_vars
2307 eval ac_val=\$$ac_var
2308 case $ac_val in
2309 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2310 esac
2311 $as_echo "$ac_var='\''$ac_val'\''"
2312 done | sort
2313 echo
2315 if test -n "$ac_subst_files"; then
2316 $as_echo "## ------------------- ##
2317 ## File substitutions. ##
2318 ## ------------------- ##"
2319 echo
2320 for ac_var in $ac_subst_files
2322 eval ac_val=\$$ac_var
2323 case $ac_val in
2324 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2325 esac
2326 $as_echo "$ac_var='\''$ac_val'\''"
2327 done | sort
2328 echo
2331 if test -s confdefs.h; then
2332 $as_echo "## ----------- ##
2333 ## confdefs.h. ##
2334 ## ----------- ##"
2335 echo
2336 cat confdefs.h
2337 echo
2339 test "$ac_signal" != 0 &&
2340 $as_echo "$as_me: caught signal $ac_signal"
2341 $as_echo "$as_me: exit $exit_status"
2342 } >&5
2343 rm -f core *.core core.conftest.* &&
2344 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2345 exit $exit_status
2347 for ac_signal in 1 2 13 15; do
2348 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2349 done
2350 ac_signal=0
2352 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2353 rm -f -r conftest* confdefs.h
2355 $as_echo "/* confdefs.h */" > confdefs.h
2357 # Predefined preprocessor variables.
2359 cat >>confdefs.h <<_ACEOF
2360 #define PACKAGE_NAME "$PACKAGE_NAME"
2361 _ACEOF
2363 cat >>confdefs.h <<_ACEOF
2364 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2365 _ACEOF
2367 cat >>confdefs.h <<_ACEOF
2368 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2369 _ACEOF
2371 cat >>confdefs.h <<_ACEOF
2372 #define PACKAGE_STRING "$PACKAGE_STRING"
2373 _ACEOF
2375 cat >>confdefs.h <<_ACEOF
2376 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2377 _ACEOF
2379 cat >>confdefs.h <<_ACEOF
2380 #define PACKAGE_URL "$PACKAGE_URL"
2381 _ACEOF
2384 # Let the site file select an alternate cache file if it wants to.
2385 # Prefer an explicitly selected file to automatically selected ones.
2386 ac_site_file1=NONE
2387 ac_site_file2=NONE
2388 if test -n "$CONFIG_SITE"; then
2389 # We do not want a PATH search for config.site.
2390 case $CONFIG_SITE in #((
2391 -*) ac_site_file1=./$CONFIG_SITE;;
2392 */*) ac_site_file1=$CONFIG_SITE;;
2393 *) ac_site_file1=./$CONFIG_SITE;;
2394 esac
2395 elif test "x$prefix" != xNONE; then
2396 ac_site_file1=$prefix/share/config.site
2397 ac_site_file2=$prefix/etc/config.site
2398 else
2399 ac_site_file1=$ac_default_prefix/share/config.site
2400 ac_site_file2=$ac_default_prefix/etc/config.site
2402 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2404 test "x$ac_site_file" = xNONE && continue
2405 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2406 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2407 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2408 sed 's/^/| /' "$ac_site_file" >&5
2409 . "$ac_site_file" \
2410 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2411 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2412 as_fn_error $? "failed to load site script $ac_site_file
2413 See \`config.log' for more details" "$LINENO" 5; }
2415 done
2417 if test -r "$cache_file"; then
2418 # Some versions of bash will fail to source /dev/null (special files
2419 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2420 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2421 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2422 $as_echo "$as_me: loading cache $cache_file" >&6;}
2423 case $cache_file in
2424 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2425 *) . "./$cache_file";;
2426 esac
2428 else
2429 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2430 $as_echo "$as_me: creating cache $cache_file" >&6;}
2431 >$cache_file
2434 # Check that the precious variables saved in the cache have kept the same
2435 # value.
2436 ac_cache_corrupted=false
2437 for ac_var in $ac_precious_vars; do
2438 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2439 eval ac_new_set=\$ac_env_${ac_var}_set
2440 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2441 eval ac_new_val=\$ac_env_${ac_var}_value
2442 case $ac_old_set,$ac_new_set in
2443 set,)
2444 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2445 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2446 ac_cache_corrupted=: ;;
2447 ,set)
2448 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2449 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2450 ac_cache_corrupted=: ;;
2451 ,);;
2453 if test "x$ac_old_val" != "x$ac_new_val"; then
2454 # differences in whitespace do not lead to failure.
2455 ac_old_val_w=`echo x $ac_old_val`
2456 ac_new_val_w=`echo x $ac_new_val`
2457 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2458 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2459 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2460 ac_cache_corrupted=:
2461 else
2462 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2463 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2464 eval $ac_var=\$ac_old_val
2466 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2467 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2468 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2469 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2470 fi;;
2471 esac
2472 # Pass precious variables to config.status.
2473 if test "$ac_new_set" = set; then
2474 case $ac_new_val in
2475 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2476 *) ac_arg=$ac_var=$ac_new_val ;;
2477 esac
2478 case " $ac_configure_args " in
2479 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2480 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2481 esac
2483 done
2484 if $ac_cache_corrupted; then
2485 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2486 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2487 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2488 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2489 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2491 ## -------------------- ##
2492 ## Main body of script. ##
2493 ## -------------------- ##
2495 ac_ext=c
2496 ac_cpp='$CPP $CPPFLAGS'
2497 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2498 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2499 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2505 ac_config_headers="$ac_config_headers auto-config.h"
2508 # -------
2509 # Options
2510 # -------
2512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-version-specific-runtime-libs" >&5
2513 $as_echo_n "checking for --enable-version-specific-runtime-libs... " >&6; }
2514 # Check whether --enable-version-specific-runtime-libs was given.
2515 if test "${enable_version_specific_runtime_libs+set}" = set; then :
2516 enableval=$enable_version_specific_runtime_libs;
2517 case "$enableval" in
2518 yes|no) ;;
2519 *) as_fn_error $? "Unknown argument to enable/disable version-specific-runtime-libs" "$LINENO" 5 ;;
2520 esac
2522 else
2523 enable_version_specific_runtime_libs=no
2527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_version_specific_runtime_libs" >&5
2528 $as_echo "$enable_version_specific_runtime_libs" >&6; }
2530 # We would like our source tree to be readonly. However when releases or
2531 # pre-releases are generated, the flex/bison generated files as well as the
2532 # various formats of manuals need to be included along with the rest of the
2533 # sources. Therefore we have --enable-generated-files-in-srcdir to do
2534 # just that.
2535 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-generated-files-in-srcdir" >&5
2536 $as_echo_n "checking for --enable-generated-files-in-srcdir... " >&6; }
2537 # Check whether --enable-generated-files-in-srcdir was given.
2538 if test "${enable_generated_files_in_srcdir+set}" = set; then :
2539 enableval=$enable_generated_files_in_srcdir;
2540 case "$enableval" in
2541 yes|no) ;;
2542 *) as_fn_error $? "Unknown argument to enable/disable generated-files-in-srcdir" "$LINENO" 5 ;;
2543 esac
2545 else
2546 enable_generated_files_in_srcdir=no
2550 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_generated_files_in_srcdir" >&5
2551 $as_echo "$enable_generated_files_in_srcdir" >&6; }
2552 if test "$enable_generated_files_in_srcdir" = yes; then
2553 GENINSRC_TRUE=
2554 GENINSRC_FALSE='#'
2555 else
2556 GENINSRC_TRUE='#'
2557 GENINSRC_FALSE=
2562 # -------
2564 # Gets build, host, target, *_vendor, *_cpu, *_os, etc.
2566 # You will slowly go insane if you do not grok the following fact: when
2567 # building this library, the top-level /target/ becomes the library's /host/.
2569 # configure then causes --target to default to --host, exactly like any
2570 # other package using autoconf. Therefore, 'target' and 'host' will
2571 # always be the same. This makes sense both for native and cross compilers
2572 # just think about it for a little while. :-)
2574 # Also, if this library is being configured as part of a cross compiler, the
2575 # top-level configure script will pass the "real" host as $with_cross_host.
2577 # Do not delete or change the following two lines. For why, see
2578 # http://gcc.gnu.org/ml/libstdc++/2003-07/msg00451.html
2579 ac_aux_dir=
2580 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2581 if test -f "$ac_dir/install-sh"; then
2582 ac_aux_dir=$ac_dir
2583 ac_install_sh="$ac_aux_dir/install-sh -c"
2584 break
2585 elif test -f "$ac_dir/install.sh"; then
2586 ac_aux_dir=$ac_dir
2587 ac_install_sh="$ac_aux_dir/install.sh -c"
2588 break
2589 elif test -f "$ac_dir/shtool"; then
2590 ac_aux_dir=$ac_dir
2591 ac_install_sh="$ac_aux_dir/shtool install -c"
2592 break
2594 done
2595 if test -z "$ac_aux_dir"; then
2596 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2599 # These three variables are undocumented and unsupported,
2600 # and are intended to be withdrawn in a future Autoconf release.
2601 # They can cause serious problems if a builder's source tree is in a directory
2602 # whose full name contains unusual characters.
2603 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2604 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2605 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2608 # Make sure we can run config.sub.
2609 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2610 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2613 $as_echo_n "checking build system type... " >&6; }
2614 if ${ac_cv_build+:} false; then :
2615 $as_echo_n "(cached) " >&6
2616 else
2617 ac_build_alias=$build_alias
2618 test "x$ac_build_alias" = x &&
2619 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2620 test "x$ac_build_alias" = x &&
2621 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
2622 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2623 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2627 $as_echo "$ac_cv_build" >&6; }
2628 case $ac_cv_build in
2629 *-*-*) ;;
2630 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
2631 esac
2632 build=$ac_cv_build
2633 ac_save_IFS=$IFS; IFS='-'
2634 set x $ac_cv_build
2635 shift
2636 build_cpu=$1
2637 build_vendor=$2
2638 shift; shift
2639 # Remember, the first character of IFS is used to create $*,
2640 # except with old shells:
2641 build_os=$*
2642 IFS=$ac_save_IFS
2643 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2647 $as_echo_n "checking host system type... " >&6; }
2648 if ${ac_cv_host+:} false; then :
2649 $as_echo_n "(cached) " >&6
2650 else
2651 if test "x$host_alias" = x; then
2652 ac_cv_host=$ac_cv_build
2653 else
2654 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2655 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2660 $as_echo "$ac_cv_host" >&6; }
2661 case $ac_cv_host in
2662 *-*-*) ;;
2663 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
2664 esac
2665 host=$ac_cv_host
2666 ac_save_IFS=$IFS; IFS='-'
2667 set x $ac_cv_host
2668 shift
2669 host_cpu=$1
2670 host_vendor=$2
2671 shift; shift
2672 # Remember, the first character of IFS is used to create $*,
2673 # except with old shells:
2674 host_os=$*
2675 IFS=$ac_save_IFS
2676 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2680 $as_echo_n "checking target system type... " >&6; }
2681 if ${ac_cv_target+:} false; then :
2682 $as_echo_n "(cached) " >&6
2683 else
2684 if test "x$target_alias" = x; then
2685 ac_cv_target=$ac_cv_host
2686 else
2687 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2688 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2692 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2693 $as_echo "$ac_cv_target" >&6; }
2694 case $ac_cv_target in
2695 *-*-*) ;;
2696 *) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
2697 esac
2698 target=$ac_cv_target
2699 ac_save_IFS=$IFS; IFS='-'
2700 set x $ac_cv_target
2701 shift
2702 target_cpu=$1
2703 target_vendor=$2
2704 shift; shift
2705 # Remember, the first character of IFS is used to create $*,
2706 # except with old shells:
2707 target_os=$*
2708 IFS=$ac_save_IFS
2709 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2712 # The aliases save the names the user supplied, while $host etc.
2713 # will get canonicalized.
2714 test -n "$target_alias" &&
2715 test "$program_prefix$program_suffix$program_transform_name" = \
2716 NONENONEs,x,x, &&
2717 program_prefix=${target_alias}-
2719 target_alias=${target_alias-$host_alias}
2721 # Sets up automake. Must come after AC_CANONICAL_SYSTEM. Each of the
2722 # following is magically included in AUTOMAKE_OPTIONS in each Makefile.am.
2723 # 1.9.0: minimum required version
2724 # no-define: PACKAGE and VERSION will not be #define'd in config.h (a bunch
2725 # of other PACKAGE_* variables will, however, and there's nothing
2726 # we can do about that; they come from AC_INIT).
2727 # no-dist: we don't want 'dist' and related rules.
2728 # foreign: we don't follow the normal rules for GNU packages (no COPYING
2729 # file in the top srcdir, etc, etc), so stop complaining.
2730 # -Wall: turns on all automake warnings...
2731 # -Wno-portability: ...except this one, since GNU make is required.
2732 # -Wno-override: ... and this one, since we do want this in testsuite.
2733 am__api_version='1.15'
2735 # Find a good install program. We prefer a C program (faster),
2736 # so one script is as good as another. But avoid the broken or
2737 # incompatible versions:
2738 # SysV /etc/install, /usr/sbin/install
2739 # SunOS /usr/etc/install
2740 # IRIX /sbin/install
2741 # AIX /bin/install
2742 # AmigaOS /C/install, which installs bootblocks on floppy discs
2743 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2744 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2745 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2746 # OS/2's system install, which has a completely different semantic
2747 # ./install, which can be erroneously created by make from ./install.sh.
2748 # Reject install programs that cannot install multiple files.
2749 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2750 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2751 if test -z "$INSTALL"; then
2752 if ${ac_cv_path_install+:} false; then :
2753 $as_echo_n "(cached) " >&6
2754 else
2755 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2756 for as_dir in $PATH
2758 IFS=$as_save_IFS
2759 test -z "$as_dir" && as_dir=.
2760 # Account for people who put trailing slashes in PATH elements.
2761 case $as_dir/ in #((
2762 ./ | .// | /[cC]/* | \
2763 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2764 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2765 /usr/ucb/* ) ;;
2767 # OSF1 and SCO ODT 3.0 have their own names for install.
2768 # Don't use installbsd from OSF since it installs stuff as root
2769 # by default.
2770 for ac_prog in ginstall scoinst install; do
2771 for ac_exec_ext in '' $ac_executable_extensions; do
2772 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2773 if test $ac_prog = install &&
2774 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2775 # AIX install. It has an incompatible calling convention.
2777 elif test $ac_prog = install &&
2778 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2779 # program-specific install script used by HP pwplus--don't use.
2781 else
2782 rm -rf conftest.one conftest.two conftest.dir
2783 echo one > conftest.one
2784 echo two > conftest.two
2785 mkdir conftest.dir
2786 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2787 test -s conftest.one && test -s conftest.two &&
2788 test -s conftest.dir/conftest.one &&
2789 test -s conftest.dir/conftest.two
2790 then
2791 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2792 break 3
2796 done
2797 done
2799 esac
2801 done
2802 IFS=$as_save_IFS
2804 rm -rf conftest.one conftest.two conftest.dir
2807 if test "${ac_cv_path_install+set}" = set; then
2808 INSTALL=$ac_cv_path_install
2809 else
2810 # As a last resort, use the slow shell script. Don't cache a
2811 # value for INSTALL within a source directory, because that will
2812 # break other packages using the cache if that directory is
2813 # removed, or if the value is a relative name.
2814 INSTALL=$ac_install_sh
2817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2818 $as_echo "$INSTALL" >&6; }
2820 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2821 # It thinks the first close brace ends the variable substitution.
2822 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2824 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2826 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2829 $as_echo_n "checking whether build environment is sane... " >&6; }
2830 # Reject unsafe characters in $srcdir or the absolute working directory
2831 # name. Accept space and tab only in the latter.
2832 am_lf='
2834 case `pwd` in
2835 *[\\\"\#\$\&\'\`$am_lf]*)
2836 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
2837 esac
2838 case $srcdir in
2839 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2840 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2841 esac
2843 # Do 'set' in a subshell so we don't clobber the current shell's
2844 # arguments. Must try -L first in case configure is actually a
2845 # symlink; some systems play weird games with the mod time of symlinks
2846 # (eg FreeBSD returns the mod time of the symlink's containing
2847 # directory).
2848 if (
2849 am_has_slept=no
2850 for am_try in 1 2; do
2851 echo "timestamp, slept: $am_has_slept" > conftest.file
2852 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2853 if test "$*" = "X"; then
2854 # -L didn't work.
2855 set X `ls -t "$srcdir/configure" conftest.file`
2857 if test "$*" != "X $srcdir/configure conftest.file" \
2858 && test "$*" != "X conftest.file $srcdir/configure"; then
2860 # If neither matched, then we have a broken ls. This can happen
2861 # if, for instance, CONFIG_SHELL is bash and it inherits a
2862 # broken ls alias from the environment. This has actually
2863 # happened. Such a system could not be considered "sane".
2864 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2865 alias in your environment" "$LINENO" 5
2867 if test "$2" = conftest.file || test $am_try -eq 2; then
2868 break
2870 # Just in case.
2871 sleep 1
2872 am_has_slept=yes
2873 done
2874 test "$2" = conftest.file
2876 then
2877 # Ok.
2879 else
2880 as_fn_error $? "newly created file is older than distributed files!
2881 Check your system clock" "$LINENO" 5
2883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2884 $as_echo "yes" >&6; }
2885 # If we didn't sleep, we still need to ensure time stamps of config.status and
2886 # generated files are strictly newer.
2887 am_sleep_pid=
2888 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2889 ( sleep 1 ) &
2890 am_sleep_pid=$!
2893 rm -f conftest.file
2895 test "$program_prefix" != NONE &&
2896 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2897 # Use a double $ so make ignores it.
2898 test "$program_suffix" != NONE &&
2899 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2900 # Double any \ or $.
2901 # By default was `s,x,x', remove it if useless.
2902 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2903 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2905 # Expand $ac_aux_dir to an absolute path.
2906 am_aux_dir=`cd "$ac_aux_dir" && pwd`
2908 if test x"${MISSING+set}" != xset; then
2909 case $am_aux_dir in
2910 *\ * | *\ *)
2911 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2913 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2914 esac
2916 # Use eval to expand $SHELL
2917 if eval "$MISSING --is-lightweight"; then
2918 am_missing_run="$MISSING "
2919 else
2920 am_missing_run=
2921 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2922 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2925 if test x"${install_sh+set}" != xset; then
2926 case $am_aux_dir in
2927 *\ * | *\ *)
2928 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2930 install_sh="\${SHELL} $am_aux_dir/install-sh"
2931 esac
2934 # Installed binaries are usually stripped using 'strip' when the user
2935 # run "make install-strip". However 'strip' might not be the right
2936 # tool to use in cross-compilation environments, therefore Automake
2937 # will honor the 'STRIP' environment variable to overrule this program.
2938 if test "$cross_compiling" != no; then
2939 if test -n "$ac_tool_prefix"; then
2940 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2941 set dummy ${ac_tool_prefix}strip; ac_word=$2
2942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2943 $as_echo_n "checking for $ac_word... " >&6; }
2944 if ${ac_cv_prog_STRIP+:} false; then :
2945 $as_echo_n "(cached) " >&6
2946 else
2947 if test -n "$STRIP"; then
2948 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2949 else
2950 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2951 for as_dir in $PATH
2953 IFS=$as_save_IFS
2954 test -z "$as_dir" && as_dir=.
2955 for ac_exec_ext in '' $ac_executable_extensions; do
2956 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2957 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2958 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2959 break 2
2961 done
2962 done
2963 IFS=$as_save_IFS
2967 STRIP=$ac_cv_prog_STRIP
2968 if test -n "$STRIP"; then
2969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2970 $as_echo "$STRIP" >&6; }
2971 else
2972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2973 $as_echo "no" >&6; }
2978 if test -z "$ac_cv_prog_STRIP"; then
2979 ac_ct_STRIP=$STRIP
2980 # Extract the first word of "strip", so it can be a program name with args.
2981 set dummy strip; ac_word=$2
2982 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2983 $as_echo_n "checking for $ac_word... " >&6; }
2984 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
2985 $as_echo_n "(cached) " >&6
2986 else
2987 if test -n "$ac_ct_STRIP"; then
2988 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2989 else
2990 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2991 for as_dir in $PATH
2993 IFS=$as_save_IFS
2994 test -z "$as_dir" && as_dir=.
2995 for ac_exec_ext in '' $ac_executable_extensions; do
2996 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2997 ac_cv_prog_ac_ct_STRIP="strip"
2998 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2999 break 2
3001 done
3002 done
3003 IFS=$as_save_IFS
3007 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
3008 if test -n "$ac_ct_STRIP"; then
3009 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
3010 $as_echo "$ac_ct_STRIP" >&6; }
3011 else
3012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3013 $as_echo "no" >&6; }
3016 if test "x$ac_ct_STRIP" = x; then
3017 STRIP=":"
3018 else
3019 case $cross_compiling:$ac_tool_warned in
3020 yes:)
3021 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3022 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3023 ac_tool_warned=yes ;;
3024 esac
3025 STRIP=$ac_ct_STRIP
3027 else
3028 STRIP="$ac_cv_prog_STRIP"
3032 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
3034 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
3035 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
3036 if test -z "$MKDIR_P"; then
3037 if ${ac_cv_path_mkdir+:} false; then :
3038 $as_echo_n "(cached) " >&6
3039 else
3040 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3041 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
3043 IFS=$as_save_IFS
3044 test -z "$as_dir" && as_dir=.
3045 for ac_prog in mkdir gmkdir; do
3046 for ac_exec_ext in '' $ac_executable_extensions; do
3047 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
3048 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3049 'mkdir (GNU coreutils) '* | \
3050 'mkdir (coreutils) '* | \
3051 'mkdir (fileutils) '4.1*)
3052 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
3053 break 3;;
3054 esac
3055 done
3056 done
3057 done
3058 IFS=$as_save_IFS
3062 test -d ./--version && rmdir ./--version
3063 if test "${ac_cv_path_mkdir+set}" = set; then
3064 MKDIR_P="$ac_cv_path_mkdir -p"
3065 else
3066 # As a last resort, use the slow shell script. Don't cache a
3067 # value for MKDIR_P within a source directory, because that will
3068 # break other packages using the cache if that directory is
3069 # removed, or if the value is a relative name.
3070 MKDIR_P="$ac_install_sh -d"
3073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3074 $as_echo "$MKDIR_P" >&6; }
3076 for ac_prog in gawk mawk nawk awk
3078 # Extract the first word of "$ac_prog", so it can be a program name with args.
3079 set dummy $ac_prog; ac_word=$2
3080 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3081 $as_echo_n "checking for $ac_word... " >&6; }
3082 if ${ac_cv_prog_AWK+:} false; then :
3083 $as_echo_n "(cached) " >&6
3084 else
3085 if test -n "$AWK"; then
3086 ac_cv_prog_AWK="$AWK" # Let the user override the test.
3087 else
3088 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3089 for as_dir in $PATH
3091 IFS=$as_save_IFS
3092 test -z "$as_dir" && as_dir=.
3093 for ac_exec_ext in '' $ac_executable_extensions; do
3094 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3095 ac_cv_prog_AWK="$ac_prog"
3096 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3097 break 2
3099 done
3100 done
3101 IFS=$as_save_IFS
3105 AWK=$ac_cv_prog_AWK
3106 if test -n "$AWK"; then
3107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
3108 $as_echo "$AWK" >&6; }
3109 else
3110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3111 $as_echo "no" >&6; }
3115 test -n "$AWK" && break
3116 done
3118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
3119 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
3120 set x ${MAKE-make}
3121 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
3122 if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
3123 $as_echo_n "(cached) " >&6
3124 else
3125 cat >conftest.make <<\_ACEOF
3126 SHELL = /bin/sh
3127 all:
3128 @echo '@@@%%%=$(MAKE)=@@@%%%'
3129 _ACEOF
3130 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
3131 case `${MAKE-make} -f conftest.make 2>/dev/null` in
3132 *@@@%%%=?*=@@@%%%*)
3133 eval ac_cv_prog_make_${ac_make}_set=yes;;
3135 eval ac_cv_prog_make_${ac_make}_set=no;;
3136 esac
3137 rm -f conftest.make
3139 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
3140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3141 $as_echo "yes" >&6; }
3142 SET_MAKE=
3143 else
3144 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3145 $as_echo "no" >&6; }
3146 SET_MAKE="MAKE=${MAKE-make}"
3149 rm -rf .tst 2>/dev/null
3150 mkdir .tst 2>/dev/null
3151 if test -d .tst; then
3152 am__leading_dot=.
3153 else
3154 am__leading_dot=_
3156 rmdir .tst 2>/dev/null
3158 # Check whether --enable-silent-rules was given.
3159 if test "${enable_silent_rules+set}" = set; then :
3160 enableval=$enable_silent_rules;
3163 case $enable_silent_rules in # (((
3164 yes) AM_DEFAULT_VERBOSITY=0;;
3165 no) AM_DEFAULT_VERBOSITY=1;;
3166 *) AM_DEFAULT_VERBOSITY=1;;
3167 esac
3168 am_make=${MAKE-make}
3169 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3170 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3171 if ${am_cv_make_support_nested_variables+:} false; then :
3172 $as_echo_n "(cached) " >&6
3173 else
3174 if $as_echo 'TRUE=$(BAR$(V))
3175 BAR0=false
3176 BAR1=true
3178 am__doit:
3179 @$(TRUE)
3180 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3181 am_cv_make_support_nested_variables=yes
3182 else
3183 am_cv_make_support_nested_variables=no
3186 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3187 $as_echo "$am_cv_make_support_nested_variables" >&6; }
3188 if test $am_cv_make_support_nested_variables = yes; then
3189 AM_V='$(V)'
3190 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3191 else
3192 AM_V=$AM_DEFAULT_VERBOSITY
3193 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3195 AM_BACKSLASH='\'
3197 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3198 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3199 # is not polluted with repeated "-I."
3200 am__isrc=' -I$(srcdir)'
3201 # test to see if srcdir already configured
3202 if test -f $srcdir/config.status; then
3203 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
3207 # test whether we have cygpath
3208 if test -z "$CYGPATH_W"; then
3209 if (cygpath --version) >/dev/null 2>/dev/null; then
3210 CYGPATH_W='cygpath -w'
3211 else
3212 CYGPATH_W=echo
3217 # Define the identity of the package.
3218 PACKAGE='libatomic'
3219 VERSION='1.0'
3222 cat >>confdefs.h <<_ACEOF
3223 #define PACKAGE "$PACKAGE"
3224 _ACEOF
3227 cat >>confdefs.h <<_ACEOF
3228 #define VERSION "$VERSION"
3229 _ACEOF
3231 # Some tools Automake needs.
3233 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
3236 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
3239 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
3242 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3245 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3247 # For better backward compatibility. To be removed once Automake 1.9.x
3248 # dies out for good. For more background, see:
3249 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3250 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3251 mkdir_p='$(MKDIR_P)'
3253 # We need awk for the "check" target (and possibly the TAP driver). The
3254 # system "awk" is bad on some platforms.
3255 # Always define AMTAR for backward compatibility. Yes, it's still used
3256 # in the wild :-( We should find a proper way to deprecate it ...
3257 AMTAR='$${TAR-tar}'
3260 # We'll loop over all known methods to create a tar archive until one works.
3261 _am_tools='gnutar pax cpio none'
3263 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3270 # POSIX will say in a future version that running "rm -f" with no argument
3271 # is OK; and we want to be able to make that assumption in our Makefile
3272 # recipes. So use an aggressive probe to check that the usage we want is
3273 # actually supported "in the wild" to an acceptable degree.
3274 # See automake bug#10828.
3275 # To make any issue more visible, cause the running configure to be aborted
3276 # by default if the 'rm' program in use doesn't match our expectations; the
3277 # user can still override this though.
3278 if rm -f && rm -fr && rm -rf; then : OK; else
3279 cat >&2 <<'END'
3280 Oops!
3282 Your 'rm' program seems unable to run without file operands specified
3283 on the command line, even when the '-f' option is present. This is contrary
3284 to the behaviour of most rm programs out there, and not conforming with
3285 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3287 Please tell bug-automake@gnu.org about your system, including the value
3288 of your $PATH and any error possibly output before this message. This
3289 can help us improve future automake versions.
3292 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3293 echo 'Configuration will proceed anyway, since you have set the' >&2
3294 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3295 echo >&2
3296 else
3297 cat >&2 <<'END'
3298 Aborting the configuration process, to ensure you take notice of the issue.
3300 You can download and install GNU coreutils to get an 'rm' implementation
3301 that behaves properly: <http://www.gnu.org/software/coreutils/>.
3303 If you want to complete the configuration process using your problematic
3304 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3305 to "yes", and re-run configure.
3308 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3312 # Default to --enable-multilib
3313 # Check whether --enable-multilib was given.
3314 if test "${enable_multilib+set}" = set; then :
3315 enableval=$enable_multilib; case "$enableval" in
3316 yes) multilib=yes ;;
3317 no) multilib=no ;;
3318 *) as_fn_error $? "bad value $enableval for multilib option" "$LINENO" 5 ;;
3319 esac
3320 else
3321 multilib=yes
3325 # We may get other options which we leave undocumented:
3326 # --with-target-subdir, --with-multisrctop, --with-multisubdir
3327 # See config-ml.in if you want the gory details.
3329 if test "$srcdir" = "."; then
3330 if test "$with_target_subdir" != "."; then
3331 multi_basedir="$srcdir/$with_multisrctop../.."
3332 else
3333 multi_basedir="$srcdir/$with_multisrctop.."
3335 else
3336 multi_basedir="$srcdir/.."
3340 # Even if the default multilib is not a cross compilation,
3341 # it may be that some of the other multilibs are.
3342 if test $cross_compiling = no && test $multilib = yes \
3343 && test "x${with_multisubdir}" != x ; then
3344 cross_compiling=maybe
3347 ac_config_commands="$ac_config_commands default-1"
3351 # Check whether --with-toolexeclibdir was given.
3352 if test "${with_toolexeclibdir+set}" = set; then :
3353 withval=$with_toolexeclibdir; case ${with_toolexeclibdir} in
3357 with_toolexeclibdir=`echo $with_toolexeclibdir | sed 's,/$,,'`
3359 esac
3360 else
3361 with_toolexeclibdir=no
3366 # Calculate toolexeclibdir
3367 # Also toolexecdir, though it's only used in toolexeclibdir
3368 case ${enable_version_specific_runtime_libs} in
3369 yes)
3370 # Need the gcc compiler version to know where to install libraries
3371 # and header files if --enable-version-specific-runtime-libs option
3372 # is selected.
3373 toolexecdir='$(libdir)/gcc/$(target_alias)'
3374 toolexeclibdir='$(toolexecdir)/$(gcc_version)$(MULTISUBDIR)'
3377 if test -n "$with_cross_host" &&
3378 test x"$with_cross_host" != x"no"; then
3379 # Install a library built with a cross compiler in tooldir, not libdir.
3380 toolexecdir='$(exec_prefix)/$(target_alias)'
3381 case ${with_toolexeclibdir} in
3383 toolexeclibdir='$(toolexecdir)/lib'
3386 toolexeclibdir=${with_toolexeclibdir}
3388 esac
3389 else
3390 toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
3391 toolexeclibdir='$(libdir)'
3393 multi_os_directory=`$CC -print-multi-os-directory`
3394 case $multi_os_directory in
3395 .) ;; # Avoid trailing /.
3396 *) toolexeclibdir=$toolexeclibdir/$multi_os_directory ;;
3397 esac
3399 esac
3403 # Check the compiler.
3404 # The same as in boehm-gc and libstdc++. Have to borrow it from there.
3405 # We must force CC to /not/ be precious variables; otherwise
3406 # the wrong, non-multilib-adjusted value will be used in multilibs.
3407 # As a side effect, we have to subst CFLAGS ourselves.
3411 ac_ext=c
3412 ac_cpp='$CPP $CPPFLAGS'
3413 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3414 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3415 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3416 if test -n "$ac_tool_prefix"; then
3417 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3418 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3419 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3420 $as_echo_n "checking for $ac_word... " >&6; }
3421 if ${ac_cv_prog_CC+:} false; then :
3422 $as_echo_n "(cached) " >&6
3423 else
3424 if test -n "$CC"; then
3425 ac_cv_prog_CC="$CC" # Let the user override the test.
3426 else
3427 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3428 for as_dir in $PATH
3430 IFS=$as_save_IFS
3431 test -z "$as_dir" && as_dir=.
3432 for ac_exec_ext in '' $ac_executable_extensions; do
3433 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3434 ac_cv_prog_CC="${ac_tool_prefix}gcc"
3435 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3436 break 2
3438 done
3439 done
3440 IFS=$as_save_IFS
3444 CC=$ac_cv_prog_CC
3445 if test -n "$CC"; then
3446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3447 $as_echo "$CC" >&6; }
3448 else
3449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3450 $as_echo "no" >&6; }
3455 if test -z "$ac_cv_prog_CC"; then
3456 ac_ct_CC=$CC
3457 # Extract the first word of "gcc", so it can be a program name with args.
3458 set dummy gcc; ac_word=$2
3459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3460 $as_echo_n "checking for $ac_word... " >&6; }
3461 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3462 $as_echo_n "(cached) " >&6
3463 else
3464 if test -n "$ac_ct_CC"; then
3465 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3466 else
3467 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3468 for as_dir in $PATH
3470 IFS=$as_save_IFS
3471 test -z "$as_dir" && as_dir=.
3472 for ac_exec_ext in '' $ac_executable_extensions; do
3473 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3474 ac_cv_prog_ac_ct_CC="gcc"
3475 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3476 break 2
3478 done
3479 done
3480 IFS=$as_save_IFS
3484 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3485 if test -n "$ac_ct_CC"; then
3486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3487 $as_echo "$ac_ct_CC" >&6; }
3488 else
3489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3490 $as_echo "no" >&6; }
3493 if test "x$ac_ct_CC" = x; then
3494 CC=""
3495 else
3496 case $cross_compiling:$ac_tool_warned in
3497 yes:)
3498 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3499 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3500 ac_tool_warned=yes ;;
3501 esac
3502 CC=$ac_ct_CC
3504 else
3505 CC="$ac_cv_prog_CC"
3508 if test -z "$CC"; then
3509 if test -n "$ac_tool_prefix"; then
3510 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3511 set dummy ${ac_tool_prefix}cc; ac_word=$2
3512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3513 $as_echo_n "checking for $ac_word... " >&6; }
3514 if ${ac_cv_prog_CC+:} false; then :
3515 $as_echo_n "(cached) " >&6
3516 else
3517 if test -n "$CC"; then
3518 ac_cv_prog_CC="$CC" # Let the user override the test.
3519 else
3520 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3521 for as_dir in $PATH
3523 IFS=$as_save_IFS
3524 test -z "$as_dir" && as_dir=.
3525 for ac_exec_ext in '' $ac_executable_extensions; do
3526 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3527 ac_cv_prog_CC="${ac_tool_prefix}cc"
3528 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3529 break 2
3531 done
3532 done
3533 IFS=$as_save_IFS
3537 CC=$ac_cv_prog_CC
3538 if test -n "$CC"; then
3539 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3540 $as_echo "$CC" >&6; }
3541 else
3542 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3543 $as_echo "no" >&6; }
3549 if test -z "$CC"; then
3550 # Extract the first word of "cc", so it can be a program name with args.
3551 set dummy cc; ac_word=$2
3552 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3553 $as_echo_n "checking for $ac_word... " >&6; }
3554 if ${ac_cv_prog_CC+:} false; then :
3555 $as_echo_n "(cached) " >&6
3556 else
3557 if test -n "$CC"; then
3558 ac_cv_prog_CC="$CC" # Let the user override the test.
3559 else
3560 ac_prog_rejected=no
3561 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3562 for as_dir in $PATH
3564 IFS=$as_save_IFS
3565 test -z "$as_dir" && as_dir=.
3566 for ac_exec_ext in '' $ac_executable_extensions; do
3567 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3568 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3569 ac_prog_rejected=yes
3570 continue
3572 ac_cv_prog_CC="cc"
3573 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3574 break 2
3576 done
3577 done
3578 IFS=$as_save_IFS
3580 if test $ac_prog_rejected = yes; then
3581 # We found a bogon in the path, so make sure we never use it.
3582 set dummy $ac_cv_prog_CC
3583 shift
3584 if test $# != 0; then
3585 # We chose a different compiler from the bogus one.
3586 # However, it has the same basename, so the bogon will be chosen
3587 # first if we set CC to just the basename; use the full file name.
3588 shift
3589 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3594 CC=$ac_cv_prog_CC
3595 if test -n "$CC"; then
3596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3597 $as_echo "$CC" >&6; }
3598 else
3599 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3600 $as_echo "no" >&6; }
3605 if test -z "$CC"; then
3606 if test -n "$ac_tool_prefix"; then
3607 for ac_prog in cl.exe
3609 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3610 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3612 $as_echo_n "checking for $ac_word... " >&6; }
3613 if ${ac_cv_prog_CC+:} false; then :
3614 $as_echo_n "(cached) " >&6
3615 else
3616 if test -n "$CC"; then
3617 ac_cv_prog_CC="$CC" # Let the user override the test.
3618 else
3619 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3620 for as_dir in $PATH
3622 IFS=$as_save_IFS
3623 test -z "$as_dir" && as_dir=.
3624 for ac_exec_ext in '' $ac_executable_extensions; do
3625 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3626 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3627 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3628 break 2
3630 done
3631 done
3632 IFS=$as_save_IFS
3636 CC=$ac_cv_prog_CC
3637 if test -n "$CC"; then
3638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3639 $as_echo "$CC" >&6; }
3640 else
3641 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3642 $as_echo "no" >&6; }
3646 test -n "$CC" && break
3647 done
3649 if test -z "$CC"; then
3650 ac_ct_CC=$CC
3651 for ac_prog in cl.exe
3653 # Extract the first word of "$ac_prog", so it can be a program name with args.
3654 set dummy $ac_prog; ac_word=$2
3655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3656 $as_echo_n "checking for $ac_word... " >&6; }
3657 if ${ac_cv_prog_ac_ct_CC+:} false; then :
3658 $as_echo_n "(cached) " >&6
3659 else
3660 if test -n "$ac_ct_CC"; then
3661 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3662 else
3663 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3664 for as_dir in $PATH
3666 IFS=$as_save_IFS
3667 test -z "$as_dir" && as_dir=.
3668 for ac_exec_ext in '' $ac_executable_extensions; do
3669 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3670 ac_cv_prog_ac_ct_CC="$ac_prog"
3671 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3672 break 2
3674 done
3675 done
3676 IFS=$as_save_IFS
3680 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3681 if test -n "$ac_ct_CC"; then
3682 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3683 $as_echo "$ac_ct_CC" >&6; }
3684 else
3685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3686 $as_echo "no" >&6; }
3690 test -n "$ac_ct_CC" && break
3691 done
3693 if test "x$ac_ct_CC" = x; then
3694 CC=""
3695 else
3696 case $cross_compiling:$ac_tool_warned in
3697 yes:)
3698 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3699 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3700 ac_tool_warned=yes ;;
3701 esac
3702 CC=$ac_ct_CC
3709 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3710 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3711 as_fn_error $? "no acceptable C compiler found in \$PATH
3712 See \`config.log' for more details" "$LINENO" 5; }
3714 # Provide some information about the compiler.
3715 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3716 set X $ac_compile
3717 ac_compiler=$2
3718 for ac_option in --version -v -V -qversion; do
3719 { { ac_try="$ac_compiler $ac_option >&5"
3720 case "(($ac_try" in
3721 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3722 *) ac_try_echo=$ac_try;;
3723 esac
3724 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3725 $as_echo "$ac_try_echo"; } >&5
3726 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3727 ac_status=$?
3728 if test -s conftest.err; then
3729 sed '10a\
3730 ... rest of stderr output deleted ...
3731 10q' conftest.err >conftest.er1
3732 cat conftest.er1 >&5
3734 rm -f conftest.er1 conftest.err
3735 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3736 test $ac_status = 0; }
3737 done
3739 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3740 /* end confdefs.h. */
3743 main ()
3747 return 0;
3749 _ACEOF
3750 ac_clean_files_save=$ac_clean_files
3751 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3752 # Try to create an executable without -o first, disregard a.out.
3753 # It will help us diagnose broken compilers, and finding out an intuition
3754 # of exeext.
3755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3756 $as_echo_n "checking whether the C compiler works... " >&6; }
3757 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3759 # The possible output files:
3760 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3762 ac_rmfiles=
3763 for ac_file in $ac_files
3765 case $ac_file in
3766 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3767 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3768 esac
3769 done
3770 rm -f $ac_rmfiles
3772 if { { ac_try="$ac_link_default"
3773 case "(($ac_try" in
3774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3775 *) ac_try_echo=$ac_try;;
3776 esac
3777 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3778 $as_echo "$ac_try_echo"; } >&5
3779 (eval "$ac_link_default") 2>&5
3780 ac_status=$?
3781 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3782 test $ac_status = 0; }; then :
3783 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3784 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3785 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3786 # so that the user can short-circuit this test for compilers unknown to
3787 # Autoconf.
3788 for ac_file in $ac_files ''
3790 test -f "$ac_file" || continue
3791 case $ac_file in
3792 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3794 [ab].out )
3795 # We found the default executable, but exeext='' is most
3796 # certainly right.
3797 break;;
3798 *.* )
3799 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3800 then :; else
3801 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3803 # We set ac_cv_exeext here because the later test for it is not
3804 # safe: cross compilers may not add the suffix if given an `-o'
3805 # argument, so we may need to know it at that point already.
3806 # Even if this section looks crufty: it has the advantage of
3807 # actually working.
3808 break;;
3810 break;;
3811 esac
3812 done
3813 test "$ac_cv_exeext" = no && ac_cv_exeext=
3815 else
3816 ac_file=''
3818 if test -z "$ac_file"; then :
3819 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3820 $as_echo "no" >&6; }
3821 $as_echo "$as_me: failed program was:" >&5
3822 sed 's/^/| /' conftest.$ac_ext >&5
3824 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3825 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3826 as_fn_error 77 "C compiler cannot create executables
3827 See \`config.log' for more details" "$LINENO" 5; }
3828 else
3829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3830 $as_echo "yes" >&6; }
3832 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3833 $as_echo_n "checking for C compiler default output file name... " >&6; }
3834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3835 $as_echo "$ac_file" >&6; }
3836 ac_exeext=$ac_cv_exeext
3838 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3839 ac_clean_files=$ac_clean_files_save
3840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3841 $as_echo_n "checking for suffix of executables... " >&6; }
3842 if { { ac_try="$ac_link"
3843 case "(($ac_try" in
3844 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3845 *) ac_try_echo=$ac_try;;
3846 esac
3847 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3848 $as_echo "$ac_try_echo"; } >&5
3849 (eval "$ac_link") 2>&5
3850 ac_status=$?
3851 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3852 test $ac_status = 0; }; then :
3853 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3854 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3855 # work properly (i.e., refer to `conftest.exe'), while it won't with
3856 # `rm'.
3857 for ac_file in conftest.exe conftest conftest.*; do
3858 test -f "$ac_file" || continue
3859 case $ac_file in
3860 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3861 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3862 break;;
3863 * ) break;;
3864 esac
3865 done
3866 else
3867 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3868 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3869 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3870 See \`config.log' for more details" "$LINENO" 5; }
3872 rm -f conftest conftest$ac_cv_exeext
3873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3874 $as_echo "$ac_cv_exeext" >&6; }
3876 rm -f conftest.$ac_ext
3877 EXEEXT=$ac_cv_exeext
3878 ac_exeext=$EXEEXT
3879 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3880 /* end confdefs.h. */
3881 #include <stdio.h>
3883 main ()
3885 FILE *f = fopen ("conftest.out", "w");
3886 return ferror (f) || fclose (f) != 0;
3889 return 0;
3891 _ACEOF
3892 ac_clean_files="$ac_clean_files conftest.out"
3893 # Check that the compiler produces executables we can run. If not, either
3894 # the compiler is broken, or we cross compile.
3895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3896 $as_echo_n "checking whether we are cross compiling... " >&6; }
3897 if test "$cross_compiling" != yes; then
3898 { { ac_try="$ac_link"
3899 case "(($ac_try" in
3900 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3901 *) ac_try_echo=$ac_try;;
3902 esac
3903 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3904 $as_echo "$ac_try_echo"; } >&5
3905 (eval "$ac_link") 2>&5
3906 ac_status=$?
3907 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3908 test $ac_status = 0; }
3909 if { ac_try='./conftest$ac_cv_exeext'
3910 { { case "(($ac_try" in
3911 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3912 *) ac_try_echo=$ac_try;;
3913 esac
3914 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3915 $as_echo "$ac_try_echo"; } >&5
3916 (eval "$ac_try") 2>&5
3917 ac_status=$?
3918 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3919 test $ac_status = 0; }; }; then
3920 cross_compiling=no
3921 else
3922 if test "$cross_compiling" = maybe; then
3923 cross_compiling=yes
3924 else
3925 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3926 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3927 as_fn_error $? "cannot run C compiled programs.
3928 If you meant to cross compile, use \`--host'.
3929 See \`config.log' for more details" "$LINENO" 5; }
3933 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3934 $as_echo "$cross_compiling" >&6; }
3936 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3937 ac_clean_files=$ac_clean_files_save
3938 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3939 $as_echo_n "checking for suffix of object files... " >&6; }
3940 if ${ac_cv_objext+:} false; then :
3941 $as_echo_n "(cached) " >&6
3942 else
3943 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3944 /* end confdefs.h. */
3947 main ()
3951 return 0;
3953 _ACEOF
3954 rm -f conftest.o conftest.obj
3955 if { { ac_try="$ac_compile"
3956 case "(($ac_try" in
3957 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3958 *) ac_try_echo=$ac_try;;
3959 esac
3960 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3961 $as_echo "$ac_try_echo"; } >&5
3962 (eval "$ac_compile") 2>&5
3963 ac_status=$?
3964 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3965 test $ac_status = 0; }; then :
3966 for ac_file in conftest.o conftest.obj conftest.*; do
3967 test -f "$ac_file" || continue;
3968 case $ac_file in
3969 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3970 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3971 break;;
3972 esac
3973 done
3974 else
3975 $as_echo "$as_me: failed program was:" >&5
3976 sed 's/^/| /' conftest.$ac_ext >&5
3978 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3979 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3980 as_fn_error $? "cannot compute suffix of object files: cannot compile
3981 See \`config.log' for more details" "$LINENO" 5; }
3983 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3986 $as_echo "$ac_cv_objext" >&6; }
3987 OBJEXT=$ac_cv_objext
3988 ac_objext=$OBJEXT
3989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3990 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3991 if ${ac_cv_c_compiler_gnu+:} false; then :
3992 $as_echo_n "(cached) " >&6
3993 else
3994 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3995 /* end confdefs.h. */
3998 main ()
4000 #ifndef __GNUC__
4001 choke me
4002 #endif
4005 return 0;
4007 _ACEOF
4008 if ac_fn_c_try_compile "$LINENO"; then :
4009 ac_compiler_gnu=yes
4010 else
4011 ac_compiler_gnu=no
4013 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4014 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4018 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4019 if test $ac_compiler_gnu = yes; then
4020 GCC=yes
4021 else
4022 GCC=
4024 ac_test_CFLAGS=${CFLAGS+set}
4025 ac_save_CFLAGS=$CFLAGS
4026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4027 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4028 if ${ac_cv_prog_cc_g+:} false; then :
4029 $as_echo_n "(cached) " >&6
4030 else
4031 ac_save_c_werror_flag=$ac_c_werror_flag
4032 ac_c_werror_flag=yes
4033 ac_cv_prog_cc_g=no
4034 CFLAGS="-g"
4035 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4036 /* end confdefs.h. */
4039 main ()
4043 return 0;
4045 _ACEOF
4046 if ac_fn_c_try_compile "$LINENO"; then :
4047 ac_cv_prog_cc_g=yes
4048 else
4049 CFLAGS=""
4050 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4051 /* end confdefs.h. */
4054 main ()
4058 return 0;
4060 _ACEOF
4061 if ac_fn_c_try_compile "$LINENO"; then :
4063 else
4064 ac_c_werror_flag=$ac_save_c_werror_flag
4065 CFLAGS="-g"
4066 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4067 /* end confdefs.h. */
4070 main ()
4074 return 0;
4076 _ACEOF
4077 if ac_fn_c_try_compile "$LINENO"; then :
4078 ac_cv_prog_cc_g=yes
4080 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4082 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4084 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4085 ac_c_werror_flag=$ac_save_c_werror_flag
4087 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4088 $as_echo "$ac_cv_prog_cc_g" >&6; }
4089 if test "$ac_test_CFLAGS" = set; then
4090 CFLAGS=$ac_save_CFLAGS
4091 elif test $ac_cv_prog_cc_g = yes; then
4092 if test "$GCC" = yes; then
4093 CFLAGS="-g -O2"
4094 else
4095 CFLAGS="-g"
4097 else
4098 if test "$GCC" = yes; then
4099 CFLAGS="-O2"
4100 else
4101 CFLAGS=
4104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4105 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4106 if ${ac_cv_prog_cc_c89+:} false; then :
4107 $as_echo_n "(cached) " >&6
4108 else
4109 ac_cv_prog_cc_c89=no
4110 ac_save_CC=$CC
4111 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4112 /* end confdefs.h. */
4113 #include <stdarg.h>
4114 #include <stdio.h>
4115 struct stat;
4116 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4117 struct buf { int x; };
4118 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4119 static char *e (p, i)
4120 char **p;
4121 int i;
4123 return p[i];
4125 static char *f (char * (*g) (char **, int), char **p, ...)
4127 char *s;
4128 va_list v;
4129 va_start (v,p);
4130 s = g (p, va_arg (v,int));
4131 va_end (v);
4132 return s;
4135 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4136 function prototypes and stuff, but not '\xHH' hex character constants.
4137 These don't provoke an error unfortunately, instead are silently treated
4138 as 'x'. The following induces an error, until -std is added to get
4139 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4140 array size at least. It's necessary to write '\x00'==0 to get something
4141 that's true only with -std. */
4142 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4144 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4145 inside strings and character constants. */
4146 #define FOO(x) 'x'
4147 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4149 int test (int i, double x);
4150 struct s1 {int (*f) (int a);};
4151 struct s2 {int (*f) (double a);};
4152 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4153 int argc;
4154 char **argv;
4156 main ()
4158 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4160 return 0;
4162 _ACEOF
4163 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4164 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4166 CC="$ac_save_CC $ac_arg"
4167 if ac_fn_c_try_compile "$LINENO"; then :
4168 ac_cv_prog_cc_c89=$ac_arg
4170 rm -f core conftest.err conftest.$ac_objext
4171 test "x$ac_cv_prog_cc_c89" != "xno" && break
4172 done
4173 rm -f conftest.$ac_ext
4174 CC=$ac_save_CC
4177 # AC_CACHE_VAL
4178 case "x$ac_cv_prog_cc_c89" in
4180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4181 $as_echo "none needed" >&6; } ;;
4182 xno)
4183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4184 $as_echo "unsupported" >&6; } ;;
4186 CC="$CC $ac_cv_prog_cc_c89"
4187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4188 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4189 esac
4190 if test "x$ac_cv_prog_cc_c89" != xno; then :
4194 ac_ext=c
4195 ac_cpp='$CPP $CPPFLAGS'
4196 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4197 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4198 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4200 ac_ext=c
4201 ac_cpp='$CPP $CPPFLAGS'
4202 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4203 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4204 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4205 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4206 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4207 if ${am_cv_prog_cc_c_o+:} false; then :
4208 $as_echo_n "(cached) " >&6
4209 else
4210 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4211 /* end confdefs.h. */
4214 main ()
4218 return 0;
4220 _ACEOF
4221 # Make sure it works both with $CC and with simple cc.
4222 # Following AC_PROG_CC_C_O, we do the test twice because some
4223 # compilers refuse to overwrite an existing .o file with -o,
4224 # though they will create one.
4225 am_cv_prog_cc_c_o=yes
4226 for am_i in 1 2; do
4227 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4228 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4229 ac_status=$?
4230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4231 (exit $ac_status); } \
4232 && test -f conftest2.$ac_objext; then
4233 : OK
4234 else
4235 am_cv_prog_cc_c_o=no
4236 break
4238 done
4239 rm -f core conftest*
4240 unset am_i
4242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4243 $as_echo "$am_cv_prog_cc_c_o" >&6; }
4244 if test "$am_cv_prog_cc_c_o" != yes; then
4245 # Losing compiler, so override with the script.
4246 # FIXME: It is wrong to rewrite CC.
4247 # But if we don't then we get into trouble of one sort or another.
4248 # A longer-term fix would be to have automake use am__CC in this case,
4249 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4250 CC="$am_aux_dir/compile $CC"
4252 ac_ext=c
4253 ac_cpp='$CPP $CPPFLAGS'
4254 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4255 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4256 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4258 DEPDIR="${am__leading_dot}deps"
4260 ac_config_commands="$ac_config_commands depfiles"
4263 am_make=${MAKE-make}
4264 cat > confinc << 'END'
4265 am__doit:
4266 @echo this is the am__doit target
4267 .PHONY: am__doit
4269 # If we don't find an include directive, just comment out the code.
4270 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
4271 $as_echo_n "checking for style of include used by $am_make... " >&6; }
4272 am__include="#"
4273 am__quote=
4274 _am_result=none
4275 # First try GNU make style include.
4276 echo "include confinc" > confmf
4277 # Ignore all kinds of additional output from 'make'.
4278 case `$am_make -s -f confmf 2> /dev/null` in #(
4279 *the\ am__doit\ target*)
4280 am__include=include
4281 am__quote=
4282 _am_result=GNU
4284 esac
4285 # Now try BSD make style include.
4286 if test "$am__include" = "#"; then
4287 echo '.include "confinc"' > confmf
4288 case `$am_make -s -f confmf 2> /dev/null` in #(
4289 *the\ am__doit\ target*)
4290 am__include=.include
4291 am__quote="\""
4292 _am_result=BSD
4294 esac
4298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
4299 $as_echo "$_am_result" >&6; }
4300 rm -f confinc confmf
4302 # Check whether --enable-dependency-tracking was given.
4303 if test "${enable_dependency_tracking+set}" = set; then :
4304 enableval=$enable_dependency_tracking;
4307 if test "x$enable_dependency_tracking" != xno; then
4308 am_depcomp="$ac_aux_dir/depcomp"
4309 AMDEPBACKSLASH='\'
4310 am__nodep='_no'
4312 if test "x$enable_dependency_tracking" != xno; then
4313 AMDEP_TRUE=
4314 AMDEP_FALSE='#'
4315 else
4316 AMDEP_TRUE='#'
4317 AMDEP_FALSE=
4322 depcc="$CC" am_compiler_list=
4324 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4325 $as_echo_n "checking dependency style of $depcc... " >&6; }
4326 if ${am_cv_CC_dependencies_compiler_type+:} false; then :
4327 $as_echo_n "(cached) " >&6
4328 else
4329 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4330 # We make a subdir and do the tests there. Otherwise we can end up
4331 # making bogus files that we don't know about and never remove. For
4332 # instance it was reported that on HP-UX the gcc test will end up
4333 # making a dummy file named 'D' -- because '-MD' means "put the output
4334 # in D".
4335 rm -rf conftest.dir
4336 mkdir conftest.dir
4337 # Copy depcomp to subdir because otherwise we won't find it if we're
4338 # using a relative directory.
4339 cp "$am_depcomp" conftest.dir
4340 cd conftest.dir
4341 # We will build objects and dependencies in a subdirectory because
4342 # it helps to detect inapplicable dependency modes. For instance
4343 # both Tru64's cc and ICC support -MD to output dependencies as a
4344 # side effect of compilation, but ICC will put the dependencies in
4345 # the current directory while Tru64 will put them in the object
4346 # directory.
4347 mkdir sub
4349 am_cv_CC_dependencies_compiler_type=none
4350 if test "$am_compiler_list" = ""; then
4351 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4353 am__universal=false
4354 case " $depcc " in #(
4355 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4356 esac
4358 for depmode in $am_compiler_list; do
4359 # Setup a source with many dependencies, because some compilers
4360 # like to wrap large dependency lists on column 80 (with \), and
4361 # we should not choose a depcomp mode which is confused by this.
4363 # We need to recreate these files for each test, as the compiler may
4364 # overwrite some of them when testing with obscure command lines.
4365 # This happens at least with the AIX C compiler.
4366 : > sub/conftest.c
4367 for i in 1 2 3 4 5 6; do
4368 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4369 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4370 # Solaris 10 /bin/sh.
4371 echo '/* dummy */' > sub/conftst$i.h
4372 done
4373 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4375 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4376 # mode. It turns out that the SunPro C++ compiler does not properly
4377 # handle '-M -o', and we need to detect this. Also, some Intel
4378 # versions had trouble with output in subdirs.
4379 am__obj=sub/conftest.${OBJEXT-o}
4380 am__minus_obj="-o $am__obj"
4381 case $depmode in
4382 gcc)
4383 # This depmode causes a compiler race in universal mode.
4384 test "$am__universal" = false || continue
4386 nosideeffect)
4387 # After this tag, mechanisms are not by side-effect, so they'll
4388 # only be used when explicitly requested.
4389 if test "x$enable_dependency_tracking" = xyes; then
4390 continue
4391 else
4392 break
4395 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4396 # This compiler won't grok '-c -o', but also, the minuso test has
4397 # not run yet. These depmodes are late enough in the game, and
4398 # so weak that their functioning should not be impacted.
4399 am__obj=conftest.${OBJEXT-o}
4400 am__minus_obj=
4402 none) break ;;
4403 esac
4404 if depmode=$depmode \
4405 source=sub/conftest.c object=$am__obj \
4406 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4407 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4408 >/dev/null 2>conftest.err &&
4409 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4410 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4411 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4412 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4413 # icc doesn't choke on unknown options, it will just issue warnings
4414 # or remarks (even with -Werror). So we grep stderr for any message
4415 # that says an option was ignored or not supported.
4416 # When given -MP, icc 7.0 and 7.1 complain thusly:
4417 # icc: Command line warning: ignoring option '-M'; no argument required
4418 # The diagnosis changed in icc 8.0:
4419 # icc: Command line remark: option '-MP' not supported
4420 if (grep 'ignoring option' conftest.err ||
4421 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4422 am_cv_CC_dependencies_compiler_type=$depmode
4423 break
4426 done
4428 cd ..
4429 rm -rf conftest.dir
4430 else
4431 am_cv_CC_dependencies_compiler_type=none
4435 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
4436 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
4437 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4440 test "x$enable_dependency_tracking" != xno \
4441 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4442 am__fastdepCC_TRUE=
4443 am__fastdepCC_FALSE='#'
4444 else
4445 am__fastdepCC_TRUE='#'
4446 am__fastdepCC_FALSE=
4450 # By default we simply use the C compiler to build assembly code.
4452 test "${CCAS+set}" = set || CCAS=$CC
4453 test "${CCASFLAGS+set}" = set || CCASFLAGS=$CFLAGS
4457 depcc="$CCAS" am_compiler_list=
4459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
4460 $as_echo_n "checking dependency style of $depcc... " >&6; }
4461 if ${am_cv_CCAS_dependencies_compiler_type+:} false; then :
4462 $as_echo_n "(cached) " >&6
4463 else
4464 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4465 # We make a subdir and do the tests there. Otherwise we can end up
4466 # making bogus files that we don't know about and never remove. For
4467 # instance it was reported that on HP-UX the gcc test will end up
4468 # making a dummy file named 'D' -- because '-MD' means "put the output
4469 # in D".
4470 rm -rf conftest.dir
4471 mkdir conftest.dir
4472 # Copy depcomp to subdir because otherwise we won't find it if we're
4473 # using a relative directory.
4474 cp "$am_depcomp" conftest.dir
4475 cd conftest.dir
4476 # We will build objects and dependencies in a subdirectory because
4477 # it helps to detect inapplicable dependency modes. For instance
4478 # both Tru64's cc and ICC support -MD to output dependencies as a
4479 # side effect of compilation, but ICC will put the dependencies in
4480 # the current directory while Tru64 will put them in the object
4481 # directory.
4482 mkdir sub
4484 am_cv_CCAS_dependencies_compiler_type=none
4485 if test "$am_compiler_list" = ""; then
4486 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4488 am__universal=false
4491 for depmode in $am_compiler_list; do
4492 # Setup a source with many dependencies, because some compilers
4493 # like to wrap large dependency lists on column 80 (with \), and
4494 # we should not choose a depcomp mode which is confused by this.
4496 # We need to recreate these files for each test, as the compiler may
4497 # overwrite some of them when testing with obscure command lines.
4498 # This happens at least with the AIX C compiler.
4499 : > sub/conftest.c
4500 for i in 1 2 3 4 5 6; do
4501 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4502 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4503 # Solaris 10 /bin/sh.
4504 echo '/* dummy */' > sub/conftst$i.h
4505 done
4506 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4508 # We check with '-c' and '-o' for the sake of the "dashmstdout"
4509 # mode. It turns out that the SunPro C++ compiler does not properly
4510 # handle '-M -o', and we need to detect this. Also, some Intel
4511 # versions had trouble with output in subdirs.
4512 am__obj=sub/conftest.${OBJEXT-o}
4513 am__minus_obj="-o $am__obj"
4514 case $depmode in
4515 gcc)
4516 # This depmode causes a compiler race in universal mode.
4517 test "$am__universal" = false || continue
4519 nosideeffect)
4520 # After this tag, mechanisms are not by side-effect, so they'll
4521 # only be used when explicitly requested.
4522 if test "x$enable_dependency_tracking" = xyes; then
4523 continue
4524 else
4525 break
4528 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4529 # This compiler won't grok '-c -o', but also, the minuso test has
4530 # not run yet. These depmodes are late enough in the game, and
4531 # so weak that their functioning should not be impacted.
4532 am__obj=conftest.${OBJEXT-o}
4533 am__minus_obj=
4535 none) break ;;
4536 esac
4537 if depmode=$depmode \
4538 source=sub/conftest.c object=$am__obj \
4539 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
4540 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
4541 >/dev/null 2>conftest.err &&
4542 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
4543 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
4544 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
4545 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4546 # icc doesn't choke on unknown options, it will just issue warnings
4547 # or remarks (even with -Werror). So we grep stderr for any message
4548 # that says an option was ignored or not supported.
4549 # When given -MP, icc 7.0 and 7.1 complain thusly:
4550 # icc: Command line warning: ignoring option '-M'; no argument required
4551 # The diagnosis changed in icc 8.0:
4552 # icc: Command line remark: option '-MP' not supported
4553 if (grep 'ignoring option' conftest.err ||
4554 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4555 am_cv_CCAS_dependencies_compiler_type=$depmode
4556 break
4559 done
4561 cd ..
4562 rm -rf conftest.dir
4563 else
4564 am_cv_CCAS_dependencies_compiler_type=none
4568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CCAS_dependencies_compiler_type" >&5
4569 $as_echo "$am_cv_CCAS_dependencies_compiler_type" >&6; }
4570 CCASDEPMODE=depmode=$am_cv_CCAS_dependencies_compiler_type
4573 test "x$enable_dependency_tracking" != xno \
4574 && test "$am_cv_CCAS_dependencies_compiler_type" = gcc3; then
4575 am__fastdepCCAS_TRUE=
4576 am__fastdepCCAS_FALSE='#'
4577 else
4578 am__fastdepCCAS_TRUE='#'
4579 am__fastdepCCAS_FALSE=
4587 # In order to override CFLAGS_FOR_TARGET, all of our special flags go
4588 # in XCFLAGS. But we need them in CFLAGS during configury. So put them
4589 # in both places for now and restore CFLAGS at the end of config.
4590 save_CFLAGS="$CFLAGS"
4592 # Find other programs we need.
4593 if test -n "$ac_tool_prefix"; then
4594 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4595 set dummy ${ac_tool_prefix}ar; ac_word=$2
4596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4597 $as_echo_n "checking for $ac_word... " >&6; }
4598 if ${ac_cv_prog_AR+:} false; then :
4599 $as_echo_n "(cached) " >&6
4600 else
4601 if test -n "$AR"; then
4602 ac_cv_prog_AR="$AR" # Let the user override the test.
4603 else
4604 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4605 for as_dir in $PATH
4607 IFS=$as_save_IFS
4608 test -z "$as_dir" && as_dir=.
4609 for ac_exec_ext in '' $ac_executable_extensions; do
4610 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4611 ac_cv_prog_AR="${ac_tool_prefix}ar"
4612 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4613 break 2
4615 done
4616 done
4617 IFS=$as_save_IFS
4621 AR=$ac_cv_prog_AR
4622 if test -n "$AR"; then
4623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4624 $as_echo "$AR" >&6; }
4625 else
4626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4627 $as_echo "no" >&6; }
4632 if test -z "$ac_cv_prog_AR"; then
4633 ac_ct_AR=$AR
4634 # Extract the first word of "ar", so it can be a program name with args.
4635 set dummy ar; ac_word=$2
4636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4637 $as_echo_n "checking for $ac_word... " >&6; }
4638 if ${ac_cv_prog_ac_ct_AR+:} false; then :
4639 $as_echo_n "(cached) " >&6
4640 else
4641 if test -n "$ac_ct_AR"; then
4642 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4643 else
4644 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4645 for as_dir in $PATH
4647 IFS=$as_save_IFS
4648 test -z "$as_dir" && as_dir=.
4649 for ac_exec_ext in '' $ac_executable_extensions; do
4650 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4651 ac_cv_prog_ac_ct_AR="ar"
4652 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4653 break 2
4655 done
4656 done
4657 IFS=$as_save_IFS
4661 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4662 if test -n "$ac_ct_AR"; then
4663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
4664 $as_echo "$ac_ct_AR" >&6; }
4665 else
4666 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4667 $as_echo "no" >&6; }
4670 if test "x$ac_ct_AR" = x; then
4671 AR=""
4672 else
4673 case $cross_compiling:$ac_tool_warned in
4674 yes:)
4675 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4676 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4677 ac_tool_warned=yes ;;
4678 esac
4679 AR=$ac_ct_AR
4681 else
4682 AR="$ac_cv_prog_AR"
4685 if test -n "$ac_tool_prefix"; then
4686 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
4687 set dummy ${ac_tool_prefix}nm; ac_word=$2
4688 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4689 $as_echo_n "checking for $ac_word... " >&6; }
4690 if ${ac_cv_prog_NM+:} false; then :
4691 $as_echo_n "(cached) " >&6
4692 else
4693 if test -n "$NM"; then
4694 ac_cv_prog_NM="$NM" # Let the user override the test.
4695 else
4696 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4697 for as_dir in $PATH
4699 IFS=$as_save_IFS
4700 test -z "$as_dir" && as_dir=.
4701 for ac_exec_ext in '' $ac_executable_extensions; do
4702 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4703 ac_cv_prog_NM="${ac_tool_prefix}nm"
4704 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4705 break 2
4707 done
4708 done
4709 IFS=$as_save_IFS
4713 NM=$ac_cv_prog_NM
4714 if test -n "$NM"; then
4715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
4716 $as_echo "$NM" >&6; }
4717 else
4718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4719 $as_echo "no" >&6; }
4724 if test -z "$ac_cv_prog_NM"; then
4725 ac_ct_NM=$NM
4726 # Extract the first word of "nm", so it can be a program name with args.
4727 set dummy nm; ac_word=$2
4728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4729 $as_echo_n "checking for $ac_word... " >&6; }
4730 if ${ac_cv_prog_ac_ct_NM+:} false; then :
4731 $as_echo_n "(cached) " >&6
4732 else
4733 if test -n "$ac_ct_NM"; then
4734 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
4735 else
4736 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4737 for as_dir in $PATH
4739 IFS=$as_save_IFS
4740 test -z "$as_dir" && as_dir=.
4741 for ac_exec_ext in '' $ac_executable_extensions; do
4742 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4743 ac_cv_prog_ac_ct_NM="nm"
4744 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4745 break 2
4747 done
4748 done
4749 IFS=$as_save_IFS
4753 ac_ct_NM=$ac_cv_prog_ac_ct_NM
4754 if test -n "$ac_ct_NM"; then
4755 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NM" >&5
4756 $as_echo "$ac_ct_NM" >&6; }
4757 else
4758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4759 $as_echo "no" >&6; }
4762 if test "x$ac_ct_NM" = x; then
4763 NM=""
4764 else
4765 case $cross_compiling:$ac_tool_warned in
4766 yes:)
4767 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4768 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4769 ac_tool_warned=yes ;;
4770 esac
4771 NM=$ac_ct_NM
4773 else
4774 NM="$ac_cv_prog_NM"
4777 if test -n "$ac_tool_prefix"; then
4778 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4779 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4781 $as_echo_n "checking for $ac_word... " >&6; }
4782 if ${ac_cv_prog_RANLIB+:} false; then :
4783 $as_echo_n "(cached) " >&6
4784 else
4785 if test -n "$RANLIB"; then
4786 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4787 else
4788 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4789 for as_dir in $PATH
4791 IFS=$as_save_IFS
4792 test -z "$as_dir" && as_dir=.
4793 for ac_exec_ext in '' $ac_executable_extensions; do
4794 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4795 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4796 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4797 break 2
4799 done
4800 done
4801 IFS=$as_save_IFS
4805 RANLIB=$ac_cv_prog_RANLIB
4806 if test -n "$RANLIB"; then
4807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
4808 $as_echo "$RANLIB" >&6; }
4809 else
4810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4811 $as_echo "no" >&6; }
4816 if test -z "$ac_cv_prog_RANLIB"; then
4817 ac_ct_RANLIB=$RANLIB
4818 # Extract the first word of "ranlib", so it can be a program name with args.
4819 set dummy ranlib; ac_word=$2
4820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4821 $as_echo_n "checking for $ac_word... " >&6; }
4822 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
4823 $as_echo_n "(cached) " >&6
4824 else
4825 if test -n "$ac_ct_RANLIB"; then
4826 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4827 else
4828 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4829 for as_dir in $PATH
4831 IFS=$as_save_IFS
4832 test -z "$as_dir" && as_dir=.
4833 for ac_exec_ext in '' $ac_executable_extensions; do
4834 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4835 ac_cv_prog_ac_ct_RANLIB="ranlib"
4836 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4837 break 2
4839 done
4840 done
4841 IFS=$as_save_IFS
4845 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4846 if test -n "$ac_ct_RANLIB"; then
4847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
4848 $as_echo "$ac_ct_RANLIB" >&6; }
4849 else
4850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4851 $as_echo "no" >&6; }
4854 if test "x$ac_ct_RANLIB" = x; then
4855 RANLIB="ranlib-not-found-in-path-error"
4856 else
4857 case $cross_compiling:$ac_tool_warned in
4858 yes:)
4859 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4860 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4861 ac_tool_warned=yes ;;
4862 esac
4863 RANLIB=$ac_ct_RANLIB
4865 else
4866 RANLIB="$ac_cv_prog_RANLIB"
4869 # Extract the first word of "perl", so it can be a program name with args.
4870 set dummy perl; ac_word=$2
4871 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4872 $as_echo_n "checking for $ac_word... " >&6; }
4873 if ${ac_cv_path_PERL+:} false; then :
4874 $as_echo_n "(cached) " >&6
4875 else
4876 case $PERL in
4877 [\\/]* | ?:[\\/]*)
4878 ac_cv_path_PERL="$PERL" # Let the user override the test with a path.
4881 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4882 for as_dir in $PATH
4884 IFS=$as_save_IFS
4885 test -z "$as_dir" && as_dir=.
4886 for ac_exec_ext in '' $ac_executable_extensions; do
4887 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4888 ac_cv_path_PERL="$as_dir/$ac_word$ac_exec_ext"
4889 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4890 break 2
4892 done
4893 done
4894 IFS=$as_save_IFS
4896 test -z "$ac_cv_path_PERL" && ac_cv_path_PERL="perl-not-found-in-path-error"
4898 esac
4900 PERL=$ac_cv_path_PERL
4901 if test -n "$PERL"; then
4902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PERL" >&5
4903 $as_echo "$PERL" >&6; }
4904 else
4905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4906 $as_echo "no" >&6; }
4912 # Configure libtool
4913 case `pwd` in
4914 *\ * | *\ *)
4915 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4916 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4917 esac
4921 macro_version='2.2.7a'
4922 macro_revision='1.3134'
4936 ltmain="$ac_aux_dir/ltmain.sh"
4938 # Backslashify metacharacters that are still active within
4939 # double-quoted strings.
4940 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
4942 # Same as above, but do not quote variable references.
4943 double_quote_subst='s/\(["`\\]\)/\\\1/g'
4945 # Sed substitution to delay expansion of an escaped shell variable in a
4946 # double_quote_subst'ed string.
4947 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4949 # Sed substitution to delay expansion of an escaped single quote.
4950 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4952 # Sed substitution to avoid accidental globbing in evaled expressions
4953 no_glob_subst='s/\*/\\\*/g'
4955 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4956 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4957 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4960 $as_echo_n "checking how to print strings... " >&6; }
4961 # Test print first, because it will be a builtin if present.
4962 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
4963 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4964 ECHO='print -r --'
4965 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4966 ECHO='printf %s\n'
4967 else
4968 # Use this function as a fallback that always works.
4969 func_fallback_echo ()
4971 eval 'cat <<_LTECHO_EOF
4973 _LTECHO_EOF'
4975 ECHO='func_fallback_echo'
4978 # func_echo_all arg...
4979 # Invoke $ECHO with all args, space-separated.
4980 func_echo_all ()
4982 $ECHO ""
4985 case "$ECHO" in
4986 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4987 $as_echo "printf" >&6; } ;;
4988 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4989 $as_echo "print -r" >&6; } ;;
4990 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4991 $as_echo "cat" >&6; } ;;
4992 esac
5007 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5008 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5009 if ${ac_cv_path_SED+:} false; then :
5010 $as_echo_n "(cached) " >&6
5011 else
5012 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5013 for ac_i in 1 2 3 4 5 6 7; do
5014 ac_script="$ac_script$as_nl$ac_script"
5015 done
5016 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5017 { ac_script=; unset ac_script;}
5018 if test -z "$SED"; then
5019 ac_path_SED_found=false
5020 # Loop through the user's path and test for each of PROGNAME-LIST
5021 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5022 for as_dir in $PATH
5024 IFS=$as_save_IFS
5025 test -z "$as_dir" && as_dir=.
5026 for ac_prog in sed gsed; do
5027 for ac_exec_ext in '' $ac_executable_extensions; do
5028 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5029 as_fn_executable_p "$ac_path_SED" || continue
5030 # Check for GNU ac_path_SED and select it if it is found.
5031 # Check for GNU $ac_path_SED
5032 case `"$ac_path_SED" --version 2>&1` in
5033 *GNU*)
5034 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5036 ac_count=0
5037 $as_echo_n 0123456789 >"conftest.in"
5038 while :
5040 cat "conftest.in" "conftest.in" >"conftest.tmp"
5041 mv "conftest.tmp" "conftest.in"
5042 cp "conftest.in" "conftest.nl"
5043 $as_echo '' >> "conftest.nl"
5044 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5045 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5046 as_fn_arith $ac_count + 1 && ac_count=$as_val
5047 if test $ac_count -gt ${ac_path_SED_max-0}; then
5048 # Best one so far, save it but keep looking for a better one
5049 ac_cv_path_SED="$ac_path_SED"
5050 ac_path_SED_max=$ac_count
5052 # 10*(2^10) chars as input seems more than enough
5053 test $ac_count -gt 10 && break
5054 done
5055 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5056 esac
5058 $ac_path_SED_found && break 3
5059 done
5060 done
5061 done
5062 IFS=$as_save_IFS
5063 if test -z "$ac_cv_path_SED"; then
5064 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
5066 else
5067 ac_cv_path_SED=$SED
5071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5072 $as_echo "$ac_cv_path_SED" >&6; }
5073 SED="$ac_cv_path_SED"
5074 rm -f conftest.sed
5076 test -z "$SED" && SED=sed
5077 Xsed="$SED -e 1s/^X//"
5089 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5090 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5091 if ${ac_cv_path_GREP+:} false; then :
5092 $as_echo_n "(cached) " >&6
5093 else
5094 if test -z "$GREP"; then
5095 ac_path_GREP_found=false
5096 # Loop through the user's path and test for each of PROGNAME-LIST
5097 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5098 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5100 IFS=$as_save_IFS
5101 test -z "$as_dir" && as_dir=.
5102 for ac_prog in grep ggrep; do
5103 for ac_exec_ext in '' $ac_executable_extensions; do
5104 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5105 as_fn_executable_p "$ac_path_GREP" || continue
5106 # Check for GNU ac_path_GREP and select it if it is found.
5107 # Check for GNU $ac_path_GREP
5108 case `"$ac_path_GREP" --version 2>&1` in
5109 *GNU*)
5110 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5112 ac_count=0
5113 $as_echo_n 0123456789 >"conftest.in"
5114 while :
5116 cat "conftest.in" "conftest.in" >"conftest.tmp"
5117 mv "conftest.tmp" "conftest.in"
5118 cp "conftest.in" "conftest.nl"
5119 $as_echo 'GREP' >> "conftest.nl"
5120 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5121 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5122 as_fn_arith $ac_count + 1 && ac_count=$as_val
5123 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5124 # Best one so far, save it but keep looking for a better one
5125 ac_cv_path_GREP="$ac_path_GREP"
5126 ac_path_GREP_max=$ac_count
5128 # 10*(2^10) chars as input seems more than enough
5129 test $ac_count -gt 10 && break
5130 done
5131 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5132 esac
5134 $ac_path_GREP_found && break 3
5135 done
5136 done
5137 done
5138 IFS=$as_save_IFS
5139 if test -z "$ac_cv_path_GREP"; then
5140 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5142 else
5143 ac_cv_path_GREP=$GREP
5147 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5148 $as_echo "$ac_cv_path_GREP" >&6; }
5149 GREP="$ac_cv_path_GREP"
5152 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5153 $as_echo_n "checking for egrep... " >&6; }
5154 if ${ac_cv_path_EGREP+:} false; then :
5155 $as_echo_n "(cached) " >&6
5156 else
5157 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5158 then ac_cv_path_EGREP="$GREP -E"
5159 else
5160 if test -z "$EGREP"; then
5161 ac_path_EGREP_found=false
5162 # Loop through the user's path and test for each of PROGNAME-LIST
5163 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5164 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5166 IFS=$as_save_IFS
5167 test -z "$as_dir" && as_dir=.
5168 for ac_prog in egrep; do
5169 for ac_exec_ext in '' $ac_executable_extensions; do
5170 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5171 as_fn_executable_p "$ac_path_EGREP" || continue
5172 # Check for GNU ac_path_EGREP and select it if it is found.
5173 # Check for GNU $ac_path_EGREP
5174 case `"$ac_path_EGREP" --version 2>&1` in
5175 *GNU*)
5176 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5178 ac_count=0
5179 $as_echo_n 0123456789 >"conftest.in"
5180 while :
5182 cat "conftest.in" "conftest.in" >"conftest.tmp"
5183 mv "conftest.tmp" "conftest.in"
5184 cp "conftest.in" "conftest.nl"
5185 $as_echo 'EGREP' >> "conftest.nl"
5186 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5187 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5188 as_fn_arith $ac_count + 1 && ac_count=$as_val
5189 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5190 # Best one so far, save it but keep looking for a better one
5191 ac_cv_path_EGREP="$ac_path_EGREP"
5192 ac_path_EGREP_max=$ac_count
5194 # 10*(2^10) chars as input seems more than enough
5195 test $ac_count -gt 10 && break
5196 done
5197 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5198 esac
5200 $ac_path_EGREP_found && break 3
5201 done
5202 done
5203 done
5204 IFS=$as_save_IFS
5205 if test -z "$ac_cv_path_EGREP"; then
5206 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5208 else
5209 ac_cv_path_EGREP=$EGREP
5214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5215 $as_echo "$ac_cv_path_EGREP" >&6; }
5216 EGREP="$ac_cv_path_EGREP"
5219 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5220 $as_echo_n "checking for fgrep... " >&6; }
5221 if ${ac_cv_path_FGREP+:} false; then :
5222 $as_echo_n "(cached) " >&6
5223 else
5224 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5225 then ac_cv_path_FGREP="$GREP -F"
5226 else
5227 if test -z "$FGREP"; then
5228 ac_path_FGREP_found=false
5229 # Loop through the user's path and test for each of PROGNAME-LIST
5230 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5231 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5233 IFS=$as_save_IFS
5234 test -z "$as_dir" && as_dir=.
5235 for ac_prog in fgrep; do
5236 for ac_exec_ext in '' $ac_executable_extensions; do
5237 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5238 as_fn_executable_p "$ac_path_FGREP" || continue
5239 # Check for GNU ac_path_FGREP and select it if it is found.
5240 # Check for GNU $ac_path_FGREP
5241 case `"$ac_path_FGREP" --version 2>&1` in
5242 *GNU*)
5243 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5245 ac_count=0
5246 $as_echo_n 0123456789 >"conftest.in"
5247 while :
5249 cat "conftest.in" "conftest.in" >"conftest.tmp"
5250 mv "conftest.tmp" "conftest.in"
5251 cp "conftest.in" "conftest.nl"
5252 $as_echo 'FGREP' >> "conftest.nl"
5253 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5254 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5255 as_fn_arith $ac_count + 1 && ac_count=$as_val
5256 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5257 # Best one so far, save it but keep looking for a better one
5258 ac_cv_path_FGREP="$ac_path_FGREP"
5259 ac_path_FGREP_max=$ac_count
5261 # 10*(2^10) chars as input seems more than enough
5262 test $ac_count -gt 10 && break
5263 done
5264 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5265 esac
5267 $ac_path_FGREP_found && break 3
5268 done
5269 done
5270 done
5271 IFS=$as_save_IFS
5272 if test -z "$ac_cv_path_FGREP"; then
5273 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5275 else
5276 ac_cv_path_FGREP=$FGREP
5281 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5282 $as_echo "$ac_cv_path_FGREP" >&6; }
5283 FGREP="$ac_cv_path_FGREP"
5286 test -z "$GREP" && GREP=grep
5306 # Check whether --with-gnu-ld was given.
5307 if test "${with_gnu_ld+set}" = set; then :
5308 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5309 else
5310 with_gnu_ld=no
5313 ac_prog=ld
5314 if test "$GCC" = yes; then
5315 # Check if gcc -print-prog-name=ld gives a path.
5316 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5317 $as_echo_n "checking for ld used by $CC... " >&6; }
5318 case $host in
5319 *-*-mingw*)
5320 # gcc leaves a trailing carriage return which upsets mingw
5321 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5323 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5324 esac
5325 case $ac_prog in
5326 # Accept absolute paths.
5327 [\\/]* | ?:[\\/]*)
5328 re_direlt='/[^/][^/]*/\.\./'
5329 # Canonicalize the pathname of ld
5330 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5331 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5332 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5333 done
5334 test -z "$LD" && LD="$ac_prog"
5337 # If it fails, then pretend we aren't using GCC.
5338 ac_prog=ld
5341 # If it is relative, then search for the first ld in PATH.
5342 with_gnu_ld=unknown
5344 esac
5345 elif test "$with_gnu_ld" = yes; then
5346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5347 $as_echo_n "checking for GNU ld... " >&6; }
5348 else
5349 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5350 $as_echo_n "checking for non-GNU ld... " >&6; }
5352 if ${lt_cv_path_LD+:} false; then :
5353 $as_echo_n "(cached) " >&6
5354 else
5355 if test -z "$LD"; then
5356 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5357 for ac_dir in $PATH; do
5358 IFS="$lt_save_ifs"
5359 test -z "$ac_dir" && ac_dir=.
5360 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5361 lt_cv_path_LD="$ac_dir/$ac_prog"
5362 # Check to see if the program is GNU ld. I'd rather use --version,
5363 # but apparently some variants of GNU ld only accept -v.
5364 # Break only if it was the GNU/non-GNU ld that we prefer.
5365 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5366 *GNU* | *'with BFD'*)
5367 test "$with_gnu_ld" != no && break
5370 test "$with_gnu_ld" != yes && break
5372 esac
5374 done
5375 IFS="$lt_save_ifs"
5376 else
5377 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5381 LD="$lt_cv_path_LD"
5382 if test -n "$LD"; then
5383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5384 $as_echo "$LD" >&6; }
5385 else
5386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5387 $as_echo "no" >&6; }
5389 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
5390 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5391 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5392 if ${lt_cv_prog_gnu_ld+:} false; then :
5393 $as_echo_n "(cached) " >&6
5394 else
5395 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5396 case `$LD -v 2>&1 </dev/null` in
5397 *GNU* | *'with BFD'*)
5398 lt_cv_prog_gnu_ld=yes
5401 lt_cv_prog_gnu_ld=no
5403 esac
5405 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5406 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5407 with_gnu_ld=$lt_cv_prog_gnu_ld
5417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5418 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5419 if ${lt_cv_path_NM+:} false; then :
5420 $as_echo_n "(cached) " >&6
5421 else
5422 if test -n "$NM"; then
5423 # Let the user override the test.
5424 lt_cv_path_NM="$NM"
5425 else
5426 lt_nm_to_check="${ac_tool_prefix}nm"
5427 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5428 lt_nm_to_check="$lt_nm_to_check nm"
5430 for lt_tmp_nm in $lt_nm_to_check; do
5431 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5432 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5433 IFS="$lt_save_ifs"
5434 test -z "$ac_dir" && ac_dir=.
5435 tmp_nm="$ac_dir/$lt_tmp_nm"
5436 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5437 # Check to see if the nm accepts a BSD-compat flag.
5438 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5439 # nm: unknown option "B" ignored
5440 # Tru64's nm complains that /dev/null is an invalid object file
5441 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5442 */dev/null* | *'Invalid file or object type'*)
5443 lt_cv_path_NM="$tmp_nm -B"
5444 break
5447 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5448 */dev/null*)
5449 lt_cv_path_NM="$tmp_nm -p"
5450 break
5453 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5454 continue # so that we can try to find one that supports BSD flags
5456 esac
5458 esac
5460 done
5461 IFS="$lt_save_ifs"
5462 done
5463 : ${lt_cv_path_NM=no}
5466 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5467 $as_echo "$lt_cv_path_NM" >&6; }
5468 if test "$lt_cv_path_NM" != "no"; then
5469 NM="$lt_cv_path_NM"
5470 else
5471 # Didn't find any BSD compatible name lister, look for dumpbin.
5472 if test -n "$DUMPBIN"; then :
5473 # Let the user override the test.
5474 else
5475 if test -n "$ac_tool_prefix"; then
5476 for ac_prog in dumpbin "link -dump"
5478 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5479 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5480 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5481 $as_echo_n "checking for $ac_word... " >&6; }
5482 if ${ac_cv_prog_DUMPBIN+:} false; then :
5483 $as_echo_n "(cached) " >&6
5484 else
5485 if test -n "$DUMPBIN"; then
5486 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5487 else
5488 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5489 for as_dir in $PATH
5491 IFS=$as_save_IFS
5492 test -z "$as_dir" && as_dir=.
5493 for ac_exec_ext in '' $ac_executable_extensions; do
5494 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5495 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5496 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5497 break 2
5499 done
5500 done
5501 IFS=$as_save_IFS
5505 DUMPBIN=$ac_cv_prog_DUMPBIN
5506 if test -n "$DUMPBIN"; then
5507 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5508 $as_echo "$DUMPBIN" >&6; }
5509 else
5510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5511 $as_echo "no" >&6; }
5515 test -n "$DUMPBIN" && break
5516 done
5518 if test -z "$DUMPBIN"; then
5519 ac_ct_DUMPBIN=$DUMPBIN
5520 for ac_prog in dumpbin "link -dump"
5522 # Extract the first word of "$ac_prog", so it can be a program name with args.
5523 set dummy $ac_prog; ac_word=$2
5524 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5525 $as_echo_n "checking for $ac_word... " >&6; }
5526 if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
5527 $as_echo_n "(cached) " >&6
5528 else
5529 if test -n "$ac_ct_DUMPBIN"; then
5530 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5531 else
5532 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5533 for as_dir in $PATH
5535 IFS=$as_save_IFS
5536 test -z "$as_dir" && as_dir=.
5537 for ac_exec_ext in '' $ac_executable_extensions; do
5538 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5539 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5540 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5541 break 2
5543 done
5544 done
5545 IFS=$as_save_IFS
5549 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5550 if test -n "$ac_ct_DUMPBIN"; then
5551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5552 $as_echo "$ac_ct_DUMPBIN" >&6; }
5553 else
5554 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5555 $as_echo "no" >&6; }
5559 test -n "$ac_ct_DUMPBIN" && break
5560 done
5562 if test "x$ac_ct_DUMPBIN" = x; then
5563 DUMPBIN=":"
5564 else
5565 case $cross_compiling:$ac_tool_warned in
5566 yes:)
5567 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5568 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5569 ac_tool_warned=yes ;;
5570 esac
5571 DUMPBIN=$ac_ct_DUMPBIN
5575 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5576 *COFF*)
5577 DUMPBIN="$DUMPBIN -symbols"
5580 DUMPBIN=:
5582 esac
5585 if test "$DUMPBIN" != ":"; then
5586 NM="$DUMPBIN"
5589 test -z "$NM" && NM=nm
5596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5597 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5598 if ${lt_cv_nm_interface+:} false; then :
5599 $as_echo_n "(cached) " >&6
5600 else
5601 lt_cv_nm_interface="BSD nm"
5602 echo "int some_variable = 0;" > conftest.$ac_ext
5603 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5604 (eval "$ac_compile" 2>conftest.err)
5605 cat conftest.err >&5
5606 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5607 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5608 cat conftest.err >&5
5609 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5610 cat conftest.out >&5
5611 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5612 lt_cv_nm_interface="MS dumpbin"
5614 rm -f conftest*
5616 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5617 $as_echo "$lt_cv_nm_interface" >&6; }
5619 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5620 $as_echo_n "checking whether ln -s works... " >&6; }
5621 LN_S=$as_ln_s
5622 if test "$LN_S" = "ln -s"; then
5623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5624 $as_echo "yes" >&6; }
5625 else
5626 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5627 $as_echo "no, using $LN_S" >&6; }
5630 # find the maximum length of command line arguments
5631 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5632 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5633 if ${lt_cv_sys_max_cmd_len+:} false; then :
5634 $as_echo_n "(cached) " >&6
5635 else
5637 teststring="ABCD"
5639 case $build_os in
5640 msdosdjgpp*)
5641 # On DJGPP, this test can blow up pretty badly due to problems in libc
5642 # (any single argument exceeding 2000 bytes causes a buffer overrun
5643 # during glob expansion). Even if it were fixed, the result of this
5644 # check would be larger than it should be.
5645 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5648 gnu*)
5649 # Under GNU Hurd, this test is not required because there is
5650 # no limit to the length of command line arguments.
5651 # Libtool will interpret -1 as no limit whatsoever
5652 lt_cv_sys_max_cmd_len=-1;
5655 cygwin* | mingw* | cegcc*)
5656 # On Win9x/ME, this test blows up -- it succeeds, but takes
5657 # about 5 minutes as the teststring grows exponentially.
5658 # Worse, since 9x/ME are not pre-emptively multitasking,
5659 # you end up with a "frozen" computer, even though with patience
5660 # the test eventually succeeds (with a max line length of 256k).
5661 # Instead, let's just punt: use the minimum linelength reported by
5662 # all of the supported platforms: 8192 (on NT/2K/XP).
5663 lt_cv_sys_max_cmd_len=8192;
5666 mint*)
5667 # On MiNT this can take a long time and run out of memory.
5668 lt_cv_sys_max_cmd_len=8192;
5671 amigaos*)
5672 # On AmigaOS with pdksh, this test takes hours, literally.
5673 # So we just punt and use a minimum line length of 8192.
5674 lt_cv_sys_max_cmd_len=8192;
5677 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5678 # This has been around since 386BSD, at least. Likely further.
5679 if test -x /sbin/sysctl; then
5680 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5681 elif test -x /usr/sbin/sysctl; then
5682 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5683 else
5684 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5686 # And add a safety zone
5687 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5688 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5691 interix*)
5692 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5693 lt_cv_sys_max_cmd_len=196608
5696 osf*)
5697 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5698 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5699 # nice to cause kernel panics so lets avoid the loop below.
5700 # First set a reasonable default.
5701 lt_cv_sys_max_cmd_len=16384
5703 if test -x /sbin/sysconfig; then
5704 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5705 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5706 esac
5709 sco3.2v5*)
5710 lt_cv_sys_max_cmd_len=102400
5712 sysv5* | sco5v6* | sysv4.2uw2*)
5713 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5714 if test -n "$kargmax"; then
5715 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5716 else
5717 lt_cv_sys_max_cmd_len=32768
5721 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5722 if test -n "$lt_cv_sys_max_cmd_len"; then
5723 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5724 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5725 else
5726 # Make teststring a little bigger before we do anything with it.
5727 # a 1K string should be a reasonable start.
5728 for i in 1 2 3 4 5 6 7 8 ; do
5729 teststring=$teststring$teststring
5730 done
5731 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5732 # If test is not a shell built-in, we'll probably end up computing a
5733 # maximum length that is only half of the actual maximum length, but
5734 # we can't tell.
5735 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5736 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5737 test $i != 17 # 1/2 MB should be enough
5739 i=`expr $i + 1`
5740 teststring=$teststring$teststring
5741 done
5742 # Only check the string length outside the loop.
5743 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5744 teststring=
5745 # Add a significant safety factor because C++ compilers can tack on
5746 # massive amounts of additional arguments before passing them to the
5747 # linker. It appears as though 1/2 is a usable value.
5748 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5751 esac
5755 if test -n $lt_cv_sys_max_cmd_len ; then
5756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5757 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5758 else
5759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5760 $as_echo "none" >&6; }
5762 max_cmd_len=$lt_cv_sys_max_cmd_len
5769 : ${CP="cp -f"}
5770 : ${MV="mv -f"}
5771 : ${RM="rm -f"}
5773 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5774 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5775 # Try some XSI features
5776 xsi_shell=no
5777 ( _lt_dummy="a/b/c"
5778 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5779 = c,a/b,, \
5780 && eval 'test $(( 1 + 1 )) -eq 2 \
5781 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5782 && xsi_shell=yes
5783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5784 $as_echo "$xsi_shell" >&6; }
5787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5788 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5789 lt_shell_append=no
5790 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5791 >/dev/null 2>&1 \
5792 && lt_shell_append=yes
5793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5794 $as_echo "$lt_shell_append" >&6; }
5797 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5798 lt_unset=unset
5799 else
5800 lt_unset=false
5807 # test EBCDIC or ASCII
5808 case `echo X|tr X '\101'` in
5809 A) # ASCII based system
5810 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5811 lt_SP2NL='tr \040 \012'
5812 lt_NL2SP='tr \015\012 \040\040'
5814 *) # EBCDIC based system
5815 lt_SP2NL='tr \100 \n'
5816 lt_NL2SP='tr \r\n \100\100'
5818 esac
5828 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5829 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5830 if ${lt_cv_ld_reload_flag+:} false; then :
5831 $as_echo_n "(cached) " >&6
5832 else
5833 lt_cv_ld_reload_flag='-r'
5835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5836 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5837 reload_flag=$lt_cv_ld_reload_flag
5838 case $reload_flag in
5839 "" | " "*) ;;
5840 *) reload_flag=" $reload_flag" ;;
5841 esac
5842 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5843 case $host_os in
5844 darwin*)
5845 if test "$GCC" = yes; then
5846 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5847 else
5848 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5851 esac
5861 if test -n "$ac_tool_prefix"; then
5862 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5863 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5864 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5865 $as_echo_n "checking for $ac_word... " >&6; }
5866 if ${ac_cv_prog_OBJDUMP+:} false; then :
5867 $as_echo_n "(cached) " >&6
5868 else
5869 if test -n "$OBJDUMP"; then
5870 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5871 else
5872 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5873 for as_dir in $PATH
5875 IFS=$as_save_IFS
5876 test -z "$as_dir" && as_dir=.
5877 for ac_exec_ext in '' $ac_executable_extensions; do
5878 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5879 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5880 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5881 break 2
5883 done
5884 done
5885 IFS=$as_save_IFS
5889 OBJDUMP=$ac_cv_prog_OBJDUMP
5890 if test -n "$OBJDUMP"; then
5891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5892 $as_echo "$OBJDUMP" >&6; }
5893 else
5894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5895 $as_echo "no" >&6; }
5900 if test -z "$ac_cv_prog_OBJDUMP"; then
5901 ac_ct_OBJDUMP=$OBJDUMP
5902 # Extract the first word of "objdump", so it can be a program name with args.
5903 set dummy objdump; ac_word=$2
5904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5905 $as_echo_n "checking for $ac_word... " >&6; }
5906 if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
5907 $as_echo_n "(cached) " >&6
5908 else
5909 if test -n "$ac_ct_OBJDUMP"; then
5910 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5911 else
5912 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5913 for as_dir in $PATH
5915 IFS=$as_save_IFS
5916 test -z "$as_dir" && as_dir=.
5917 for ac_exec_ext in '' $ac_executable_extensions; do
5918 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5919 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5920 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5921 break 2
5923 done
5924 done
5925 IFS=$as_save_IFS
5929 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5930 if test -n "$ac_ct_OBJDUMP"; then
5931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5932 $as_echo "$ac_ct_OBJDUMP" >&6; }
5933 else
5934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5935 $as_echo "no" >&6; }
5938 if test "x$ac_ct_OBJDUMP" = x; then
5939 OBJDUMP="false"
5940 else
5941 case $cross_compiling:$ac_tool_warned in
5942 yes:)
5943 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5944 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5945 ac_tool_warned=yes ;;
5946 esac
5947 OBJDUMP=$ac_ct_OBJDUMP
5949 else
5950 OBJDUMP="$ac_cv_prog_OBJDUMP"
5953 test -z "$OBJDUMP" && OBJDUMP=objdump
5963 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5964 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5965 if ${lt_cv_deplibs_check_method+:} false; then :
5966 $as_echo_n "(cached) " >&6
5967 else
5968 lt_cv_file_magic_cmd='$MAGIC_CMD'
5969 lt_cv_file_magic_test_file=
5970 lt_cv_deplibs_check_method='unknown'
5971 # Need to set the preceding variable on all platforms that support
5972 # interlibrary dependencies.
5973 # 'none' -- dependencies not supported.
5974 # `unknown' -- same as none, but documents that we really don't know.
5975 # 'pass_all' -- all dependencies passed with no checks.
5976 # 'test_compile' -- check by making test program.
5977 # 'file_magic [[regex]]' -- check by looking for files in library path
5978 # which responds to the $file_magic_cmd with a given extended regex.
5979 # If you have `file' or equivalent on your system and you're not sure
5980 # whether `pass_all' will *always* work, you probably want this one.
5982 case $host_os in
5983 aix[4-9]*)
5984 lt_cv_deplibs_check_method=pass_all
5987 beos*)
5988 lt_cv_deplibs_check_method=pass_all
5991 bsdi[45]*)
5992 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5993 lt_cv_file_magic_cmd='/usr/bin/file -L'
5994 lt_cv_file_magic_test_file=/shlib/libc.so
5997 cygwin*)
5998 # func_win32_libid is a shell function defined in ltmain.sh
5999 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6000 lt_cv_file_magic_cmd='func_win32_libid'
6003 mingw* | pw32*)
6004 # Base MSYS/MinGW do not provide the 'file' command needed by
6005 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6006 # unless we find 'file', for example because we are cross-compiling.
6007 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6008 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6009 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6010 lt_cv_file_magic_cmd='func_win32_libid'
6011 else
6012 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6013 lt_cv_file_magic_cmd='$OBJDUMP -f'
6017 cegcc*)
6018 # use the weaker test based on 'objdump'. See mingw*.
6019 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6020 lt_cv_file_magic_cmd='$OBJDUMP -f'
6023 darwin* | rhapsody*)
6024 lt_cv_deplibs_check_method=pass_all
6027 freebsd* | dragonfly*)
6028 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6029 case $host_cpu in
6030 i*86 )
6031 # Not sure whether the presence of OpenBSD here was a mistake.
6032 # Let's accept both of them until this is cleared up.
6033 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6034 lt_cv_file_magic_cmd=/usr/bin/file
6035 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6037 esac
6038 else
6039 lt_cv_deplibs_check_method=pass_all
6043 gnu*)
6044 lt_cv_deplibs_check_method=pass_all
6047 haiku*)
6048 lt_cv_deplibs_check_method=pass_all
6051 hpux10.20* | hpux11*)
6052 lt_cv_file_magic_cmd=/usr/bin/file
6053 case $host_cpu in
6054 ia64*)
6055 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6056 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6058 hppa*64*)
6059 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]'
6060 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6063 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6064 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6066 esac
6069 interix[3-9]*)
6070 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6071 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6074 irix5* | irix6* | nonstopux*)
6075 case $LD in
6076 *-32|*"-32 ") libmagic=32-bit;;
6077 *-n32|*"-n32 ") libmagic=N32;;
6078 *-64|*"-64 ") libmagic=64-bit;;
6079 *) libmagic=never-match;;
6080 esac
6081 lt_cv_deplibs_check_method=pass_all
6084 # This must be Linux ELF.
6085 linux* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
6086 lt_cv_deplibs_check_method=pass_all
6089 netbsd*)
6090 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6091 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6092 else
6093 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6097 newos6*)
6098 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6099 lt_cv_file_magic_cmd=/usr/bin/file
6100 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6103 *nto* | *qnx*)
6104 lt_cv_deplibs_check_method=pass_all
6107 openbsd*)
6108 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6109 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6110 else
6111 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6115 osf3* | osf4* | osf5*)
6116 lt_cv_deplibs_check_method=pass_all
6119 rdos*)
6120 lt_cv_deplibs_check_method=pass_all
6123 solaris*)
6124 lt_cv_deplibs_check_method=pass_all
6127 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6128 lt_cv_deplibs_check_method=pass_all
6131 sysv4 | sysv4.3*)
6132 case $host_vendor in
6133 motorola)
6134 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]'
6135 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6137 ncr)
6138 lt_cv_deplibs_check_method=pass_all
6140 sequent)
6141 lt_cv_file_magic_cmd='/bin/file'
6142 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6144 sni)
6145 lt_cv_file_magic_cmd='/bin/file'
6146 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6147 lt_cv_file_magic_test_file=/lib/libc.so
6149 siemens)
6150 lt_cv_deplibs_check_method=pass_all
6153 lt_cv_deplibs_check_method=pass_all
6155 esac
6158 tpf*)
6159 lt_cv_deplibs_check_method=pass_all
6161 esac
6164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6165 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6166 file_magic_cmd=$lt_cv_file_magic_cmd
6167 deplibs_check_method=$lt_cv_deplibs_check_method
6168 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6181 if test -n "$ac_tool_prefix"; then
6182 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6183 set dummy ${ac_tool_prefix}ar; ac_word=$2
6184 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6185 $as_echo_n "checking for $ac_word... " >&6; }
6186 if ${ac_cv_prog_AR+:} false; then :
6187 $as_echo_n "(cached) " >&6
6188 else
6189 if test -n "$AR"; then
6190 ac_cv_prog_AR="$AR" # Let the user override the test.
6191 else
6192 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6193 for as_dir in $PATH
6195 IFS=$as_save_IFS
6196 test -z "$as_dir" && as_dir=.
6197 for ac_exec_ext in '' $ac_executable_extensions; do
6198 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6199 ac_cv_prog_AR="${ac_tool_prefix}ar"
6200 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6201 break 2
6203 done
6204 done
6205 IFS=$as_save_IFS
6209 AR=$ac_cv_prog_AR
6210 if test -n "$AR"; then
6211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6212 $as_echo "$AR" >&6; }
6213 else
6214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6215 $as_echo "no" >&6; }
6220 if test -z "$ac_cv_prog_AR"; then
6221 ac_ct_AR=$AR
6222 # Extract the first word of "ar", so it can be a program name with args.
6223 set dummy ar; ac_word=$2
6224 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6225 $as_echo_n "checking for $ac_word... " >&6; }
6226 if ${ac_cv_prog_ac_ct_AR+:} false; then :
6227 $as_echo_n "(cached) " >&6
6228 else
6229 if test -n "$ac_ct_AR"; then
6230 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6231 else
6232 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6233 for as_dir in $PATH
6235 IFS=$as_save_IFS
6236 test -z "$as_dir" && as_dir=.
6237 for ac_exec_ext in '' $ac_executable_extensions; do
6238 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6239 ac_cv_prog_ac_ct_AR="ar"
6240 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6241 break 2
6243 done
6244 done
6245 IFS=$as_save_IFS
6249 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6250 if test -n "$ac_ct_AR"; then
6251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6252 $as_echo "$ac_ct_AR" >&6; }
6253 else
6254 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6255 $as_echo "no" >&6; }
6258 if test "x$ac_ct_AR" = x; then
6259 AR="false"
6260 else
6261 case $cross_compiling:$ac_tool_warned in
6262 yes:)
6263 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6264 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6265 ac_tool_warned=yes ;;
6266 esac
6267 AR=$ac_ct_AR
6269 else
6270 AR="$ac_cv_prog_AR"
6273 test -z "$AR" && AR=ar
6274 test -z "$AR_FLAGS" && AR_FLAGS=cru
6286 if test -n "$ac_tool_prefix"; then
6287 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6288 set dummy ${ac_tool_prefix}strip; ac_word=$2
6289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6290 $as_echo_n "checking for $ac_word... " >&6; }
6291 if ${ac_cv_prog_STRIP+:} false; then :
6292 $as_echo_n "(cached) " >&6
6293 else
6294 if test -n "$STRIP"; then
6295 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6296 else
6297 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6298 for as_dir in $PATH
6300 IFS=$as_save_IFS
6301 test -z "$as_dir" && as_dir=.
6302 for ac_exec_ext in '' $ac_executable_extensions; do
6303 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6304 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6305 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6306 break 2
6308 done
6309 done
6310 IFS=$as_save_IFS
6314 STRIP=$ac_cv_prog_STRIP
6315 if test -n "$STRIP"; then
6316 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6317 $as_echo "$STRIP" >&6; }
6318 else
6319 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6320 $as_echo "no" >&6; }
6325 if test -z "$ac_cv_prog_STRIP"; then
6326 ac_ct_STRIP=$STRIP
6327 # Extract the first word of "strip", so it can be a program name with args.
6328 set dummy strip; ac_word=$2
6329 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6330 $as_echo_n "checking for $ac_word... " >&6; }
6331 if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6332 $as_echo_n "(cached) " >&6
6333 else
6334 if test -n "$ac_ct_STRIP"; then
6335 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6336 else
6337 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6338 for as_dir in $PATH
6340 IFS=$as_save_IFS
6341 test -z "$as_dir" && as_dir=.
6342 for ac_exec_ext in '' $ac_executable_extensions; do
6343 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6344 ac_cv_prog_ac_ct_STRIP="strip"
6345 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6346 break 2
6348 done
6349 done
6350 IFS=$as_save_IFS
6354 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6355 if test -n "$ac_ct_STRIP"; then
6356 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6357 $as_echo "$ac_ct_STRIP" >&6; }
6358 else
6359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6360 $as_echo "no" >&6; }
6363 if test "x$ac_ct_STRIP" = x; then
6364 STRIP=":"
6365 else
6366 case $cross_compiling:$ac_tool_warned in
6367 yes:)
6368 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6369 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6370 ac_tool_warned=yes ;;
6371 esac
6372 STRIP=$ac_ct_STRIP
6374 else
6375 STRIP="$ac_cv_prog_STRIP"
6378 test -z "$STRIP" && STRIP=:
6385 if test -n "$ac_tool_prefix"; then
6386 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6387 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6389 $as_echo_n "checking for $ac_word... " >&6; }
6390 if ${ac_cv_prog_RANLIB+:} false; then :
6391 $as_echo_n "(cached) " >&6
6392 else
6393 if test -n "$RANLIB"; then
6394 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6395 else
6396 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6397 for as_dir in $PATH
6399 IFS=$as_save_IFS
6400 test -z "$as_dir" && as_dir=.
6401 for ac_exec_ext in '' $ac_executable_extensions; do
6402 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6403 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6404 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6405 break 2
6407 done
6408 done
6409 IFS=$as_save_IFS
6413 RANLIB=$ac_cv_prog_RANLIB
6414 if test -n "$RANLIB"; then
6415 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6416 $as_echo "$RANLIB" >&6; }
6417 else
6418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6419 $as_echo "no" >&6; }
6424 if test -z "$ac_cv_prog_RANLIB"; then
6425 ac_ct_RANLIB=$RANLIB
6426 # Extract the first word of "ranlib", so it can be a program name with args.
6427 set dummy ranlib; ac_word=$2
6428 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6429 $as_echo_n "checking for $ac_word... " >&6; }
6430 if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6431 $as_echo_n "(cached) " >&6
6432 else
6433 if test -n "$ac_ct_RANLIB"; then
6434 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6435 else
6436 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6437 for as_dir in $PATH
6439 IFS=$as_save_IFS
6440 test -z "$as_dir" && as_dir=.
6441 for ac_exec_ext in '' $ac_executable_extensions; do
6442 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6443 ac_cv_prog_ac_ct_RANLIB="ranlib"
6444 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6445 break 2
6447 done
6448 done
6449 IFS=$as_save_IFS
6453 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6454 if test -n "$ac_ct_RANLIB"; then
6455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6456 $as_echo "$ac_ct_RANLIB" >&6; }
6457 else
6458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6459 $as_echo "no" >&6; }
6462 if test "x$ac_ct_RANLIB" = x; then
6463 RANLIB=":"
6464 else
6465 case $cross_compiling:$ac_tool_warned in
6466 yes:)
6467 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6468 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6469 ac_tool_warned=yes ;;
6470 esac
6471 RANLIB=$ac_ct_RANLIB
6473 else
6474 RANLIB="$ac_cv_prog_RANLIB"
6477 test -z "$RANLIB" && RANLIB=:
6484 # Determine commands to create old-style static archives.
6485 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6486 old_postinstall_cmds='chmod 644 $oldlib'
6487 old_postuninstall_cmds=
6489 if test -n "$RANLIB"; then
6490 case $host_os in
6491 openbsd*)
6492 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6495 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6497 esac
6498 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6501 case $host_os in
6502 darwin*)
6503 lock_old_archive_extraction=yes ;;
6505 lock_old_archive_extraction=no ;;
6506 esac
6546 # If no C compiler was specified, use CC.
6547 LTCC=${LTCC-"$CC"}
6549 # If no C compiler flags were specified, use CFLAGS.
6550 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6552 # Allow CC to be a program name with arguments.
6553 compiler=$CC
6556 # Check for command to grab the raw symbol name followed by C symbol from nm.
6557 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6558 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6559 if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6560 $as_echo_n "(cached) " >&6
6561 else
6563 # These are sane defaults that work on at least a few old systems.
6564 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6566 # Character class describing NM global symbol codes.
6567 symcode='[BCDEGRST]'
6569 # Regexp to match symbols that can be accessed directly from C.
6570 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6572 # Define system-specific variables.
6573 case $host_os in
6574 aix*)
6575 symcode='[BCDT]'
6577 cygwin* | mingw* | pw32* | cegcc*)
6578 symcode='[ABCDGISTW]'
6580 hpux*)
6581 if test "$host_cpu" = ia64; then
6582 symcode='[ABCDEGRST]'
6585 irix* | nonstopux*)
6586 symcode='[BCDEGRST]'
6588 osf*)
6589 symcode='[BCDEGQRST]'
6591 solaris*)
6592 symcode='[BDRT]'
6594 sco3.2v5*)
6595 symcode='[DT]'
6597 sysv4.2uw2*)
6598 symcode='[DT]'
6600 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6601 symcode='[ABDT]'
6603 sysv4)
6604 symcode='[DFNSTU]'
6606 esac
6608 # If we're using GNU nm, then use its standard symbol codes.
6609 case `$NM -V 2>&1` in
6610 *GNU* | *'with BFD'*)
6611 symcode='[ABCDGIRSTW]' ;;
6612 esac
6614 # Transform an extracted symbol line into a proper C declaration.
6615 # Some systems (esp. on ia64) link data and code symbols differently,
6616 # so use this general approach.
6617 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6619 # Transform an extracted symbol line into symbol name and symbol address
6620 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6621 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'"
6623 # Handle CRLF in mingw tool chain
6624 opt_cr=
6625 case $build_os in
6626 mingw*)
6627 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6629 esac
6631 # Try without a prefix underscore, then with it.
6632 for ac_symprfx in "" "_"; do
6634 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6635 symxfrm="\\1 $ac_symprfx\\2 \\2"
6637 # Write the raw and C identifiers.
6638 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6639 # Fake it for dumpbin and say T for any non-static function
6640 # and D for any global variable.
6641 # Also find C++ and __fastcall symbols from MSVC++,
6642 # which start with @ or ?.
6643 lt_cv_sys_global_symbol_pipe="$AWK '"\
6644 " {last_section=section; section=\$ 3};"\
6645 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6646 " \$ 0!~/External *\|/{next};"\
6647 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6648 " {if(hide[section]) next};"\
6649 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6650 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6651 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6652 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6653 " ' prfx=^$ac_symprfx"
6654 else
6655 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6658 # Check to see that the pipe works correctly.
6659 pipe_works=no
6661 rm -f conftest*
6662 cat > conftest.$ac_ext <<_LT_EOF
6663 #ifdef __cplusplus
6664 extern "C" {
6665 #endif
6666 char nm_test_var;
6667 void nm_test_func(void);
6668 void nm_test_func(void){}
6669 #ifdef __cplusplus
6671 #endif
6672 int main(){nm_test_var='a';nm_test_func();return(0);}
6673 _LT_EOF
6675 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6676 (eval $ac_compile) 2>&5
6677 ac_status=$?
6678 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6679 test $ac_status = 0; }; then
6680 # Now try to grab the symbols.
6681 nlist=conftest.nm
6682 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6683 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6684 ac_status=$?
6685 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6686 test $ac_status = 0; } && test -s "$nlist"; then
6687 # Try sorting and uniquifying the output.
6688 if sort "$nlist" | uniq > "$nlist"T; then
6689 mv -f "$nlist"T "$nlist"
6690 else
6691 rm -f "$nlist"T
6694 # Make sure that we snagged all the symbols we need.
6695 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6696 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6697 cat <<_LT_EOF > conftest.$ac_ext
6698 #ifdef __cplusplus
6699 extern "C" {
6700 #endif
6702 _LT_EOF
6703 # Now generate the symbol file.
6704 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6706 cat <<_LT_EOF >> conftest.$ac_ext
6708 /* The mapping between symbol names and symbols. */
6709 const struct {
6710 const char *name;
6711 void *address;
6713 lt__PROGRAM__LTX_preloaded_symbols[] =
6715 { "@PROGRAM@", (void *) 0 },
6716 _LT_EOF
6717 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6718 cat <<\_LT_EOF >> conftest.$ac_ext
6719 {0, (void *) 0}
6722 /* This works around a problem in FreeBSD linker */
6723 #ifdef FREEBSD_WORKAROUND
6724 static const void *lt_preloaded_setup() {
6725 return lt__PROGRAM__LTX_preloaded_symbols;
6727 #endif
6729 #ifdef __cplusplus
6731 #endif
6732 _LT_EOF
6733 # Now try linking the two files.
6734 mv conftest.$ac_objext conftstm.$ac_objext
6735 lt_save_LIBS="$LIBS"
6736 lt_save_CFLAGS="$CFLAGS"
6737 LIBS="conftstm.$ac_objext"
6738 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6739 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6740 (eval $ac_link) 2>&5
6741 ac_status=$?
6742 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6743 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6744 pipe_works=yes
6746 LIBS="$lt_save_LIBS"
6747 CFLAGS="$lt_save_CFLAGS"
6748 else
6749 echo "cannot find nm_test_func in $nlist" >&5
6751 else
6752 echo "cannot find nm_test_var in $nlist" >&5
6754 else
6755 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6757 else
6758 echo "$progname: failed program was:" >&5
6759 cat conftest.$ac_ext >&5
6761 rm -rf conftest* conftst*
6763 # Do not use the global_symbol_pipe unless it works.
6764 if test "$pipe_works" = yes; then
6765 break
6766 else
6767 lt_cv_sys_global_symbol_pipe=
6769 done
6773 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6774 lt_cv_sys_global_symbol_to_cdecl=
6776 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6778 $as_echo "failed" >&6; }
6779 else
6780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6781 $as_echo "ok" >&6; }
6806 # Check whether --enable-libtool-lock was given.
6807 if test "${enable_libtool_lock+set}" = set; then :
6808 enableval=$enable_libtool_lock;
6811 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6813 # Some flags need to be propagated to the compiler or linker for good
6814 # libtool support.
6815 case $host in
6816 ia64-*-hpux*)
6817 # Find out which ABI we are using.
6818 echo 'int i;' > conftest.$ac_ext
6819 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6820 (eval $ac_compile) 2>&5
6821 ac_status=$?
6822 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6823 test $ac_status = 0; }; then
6824 case `/usr/bin/file conftest.$ac_objext` in
6825 *ELF-32*)
6826 HPUX_IA64_MODE="32"
6828 *ELF-64*)
6829 HPUX_IA64_MODE="64"
6831 esac
6833 rm -rf conftest*
6835 *-*-irix6*)
6836 # Find out which ABI we are using.
6837 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6838 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6839 (eval $ac_compile) 2>&5
6840 ac_status=$?
6841 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6842 test $ac_status = 0; }; then
6843 if test "$lt_cv_prog_gnu_ld" = yes; then
6844 case `/usr/bin/file conftest.$ac_objext` in
6845 *32-bit*)
6846 LD="${LD-ld} -melf32bsmip"
6848 *N32*)
6849 LD="${LD-ld} -melf32bmipn32"
6851 *64-bit*)
6852 LD="${LD-ld} -melf64bmip"
6854 esac
6855 else
6856 case `/usr/bin/file conftest.$ac_objext` in
6857 *32-bit*)
6858 LD="${LD-ld} -32"
6860 *N32*)
6861 LD="${LD-ld} -n32"
6863 *64-bit*)
6864 LD="${LD-ld} -64"
6866 esac
6869 rm -rf conftest*
6872 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6873 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6874 # Find out which ABI we are using.
6875 echo 'int i;' > conftest.$ac_ext
6876 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6877 (eval $ac_compile) 2>&5
6878 ac_status=$?
6879 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6880 test $ac_status = 0; }; then
6881 case `/usr/bin/file conftest.o` in
6882 *32-bit*)
6883 case $host in
6884 x86_64-*kfreebsd*-gnu)
6885 LD="${LD-ld} -m elf_i386_fbsd"
6887 x86_64-*linux*)
6888 case `/usr/bin/file conftest.o` in
6889 *x86-64*)
6890 LD="${LD-ld} -m elf32_x86_64"
6893 LD="${LD-ld} -m elf_i386"
6895 esac
6897 powerpc64le-*linux*)
6898 LD="${LD-ld} -m elf32lppclinux"
6900 powerpc64-*linux*)
6901 LD="${LD-ld} -m elf32ppclinux"
6903 s390x-*linux*)
6904 LD="${LD-ld} -m elf_s390"
6906 sparc64-*linux*)
6907 LD="${LD-ld} -m elf32_sparc"
6909 esac
6911 *64-bit*)
6912 case $host in
6913 x86_64-*kfreebsd*-gnu)
6914 LD="${LD-ld} -m elf_x86_64_fbsd"
6916 x86_64-*linux*)
6917 LD="${LD-ld} -m elf_x86_64"
6919 powerpcle-*linux*)
6920 LD="${LD-ld} -m elf64lppc"
6922 powerpc-*linux*)
6923 LD="${LD-ld} -m elf64ppc"
6925 s390*-*linux*|s390*-*tpf*)
6926 LD="${LD-ld} -m elf64_s390"
6928 sparc*-*linux*)
6929 LD="${LD-ld} -m elf64_sparc"
6931 esac
6933 esac
6935 rm -rf conftest*
6938 *-*-sco3.2v5*)
6939 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6940 SAVE_CFLAGS="$CFLAGS"
6941 CFLAGS="$CFLAGS -belf"
6942 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6943 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6944 if ${lt_cv_cc_needs_belf+:} false; then :
6945 $as_echo_n "(cached) " >&6
6946 else
6947 ac_ext=c
6948 ac_cpp='$CPP $CPPFLAGS'
6949 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6950 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6951 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6953 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6954 /* end confdefs.h. */
6957 main ()
6961 return 0;
6963 _ACEOF
6964 if ac_fn_c_try_link "$LINENO"; then :
6965 lt_cv_cc_needs_belf=yes
6966 else
6967 lt_cv_cc_needs_belf=no
6969 rm -f core conftest.err conftest.$ac_objext \
6970 conftest$ac_exeext conftest.$ac_ext
6971 ac_ext=c
6972 ac_cpp='$CPP $CPPFLAGS'
6973 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6974 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6975 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6978 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6979 $as_echo "$lt_cv_cc_needs_belf" >&6; }
6980 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6981 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6982 CFLAGS="$SAVE_CFLAGS"
6985 sparc*-*solaris*)
6986 # Find out which ABI we are using.
6987 echo 'int i;' > conftest.$ac_ext
6988 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6989 (eval $ac_compile) 2>&5
6990 ac_status=$?
6991 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6992 test $ac_status = 0; }; then
6993 case `/usr/bin/file conftest.o` in
6994 *64-bit*)
6995 case $lt_cv_prog_gnu_ld in
6996 yes*) LD="${LD-ld} -m elf64_sparc" ;;
6998 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6999 LD="${LD-ld} -64"
7002 esac
7004 esac
7006 rm -rf conftest*
7008 esac
7010 need_locks="$enable_libtool_lock"
7013 case $host_os in
7014 rhapsody* | darwin*)
7015 if test -n "$ac_tool_prefix"; then
7016 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7017 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7018 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7019 $as_echo_n "checking for $ac_word... " >&6; }
7020 if ${ac_cv_prog_DSYMUTIL+:} false; then :
7021 $as_echo_n "(cached) " >&6
7022 else
7023 if test -n "$DSYMUTIL"; then
7024 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7025 else
7026 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7027 for as_dir in $PATH
7029 IFS=$as_save_IFS
7030 test -z "$as_dir" && as_dir=.
7031 for ac_exec_ext in '' $ac_executable_extensions; do
7032 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7033 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7034 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7035 break 2
7037 done
7038 done
7039 IFS=$as_save_IFS
7043 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7044 if test -n "$DSYMUTIL"; then
7045 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7046 $as_echo "$DSYMUTIL" >&6; }
7047 else
7048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7049 $as_echo "no" >&6; }
7054 if test -z "$ac_cv_prog_DSYMUTIL"; then
7055 ac_ct_DSYMUTIL=$DSYMUTIL
7056 # Extract the first word of "dsymutil", so it can be a program name with args.
7057 set dummy dsymutil; ac_word=$2
7058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7059 $as_echo_n "checking for $ac_word... " >&6; }
7060 if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
7061 $as_echo_n "(cached) " >&6
7062 else
7063 if test -n "$ac_ct_DSYMUTIL"; then
7064 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7065 else
7066 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7067 for as_dir in $PATH
7069 IFS=$as_save_IFS
7070 test -z "$as_dir" && as_dir=.
7071 for ac_exec_ext in '' $ac_executable_extensions; do
7072 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7073 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7074 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7075 break 2
7077 done
7078 done
7079 IFS=$as_save_IFS
7083 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7084 if test -n "$ac_ct_DSYMUTIL"; then
7085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7086 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7087 else
7088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7089 $as_echo "no" >&6; }
7092 if test "x$ac_ct_DSYMUTIL" = x; then
7093 DSYMUTIL=":"
7094 else
7095 case $cross_compiling:$ac_tool_warned in
7096 yes:)
7097 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7098 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7099 ac_tool_warned=yes ;;
7100 esac
7101 DSYMUTIL=$ac_ct_DSYMUTIL
7103 else
7104 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7107 if test -n "$ac_tool_prefix"; then
7108 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7109 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7110 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7111 $as_echo_n "checking for $ac_word... " >&6; }
7112 if ${ac_cv_prog_NMEDIT+:} false; then :
7113 $as_echo_n "(cached) " >&6
7114 else
7115 if test -n "$NMEDIT"; then
7116 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7117 else
7118 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7119 for as_dir in $PATH
7121 IFS=$as_save_IFS
7122 test -z "$as_dir" && as_dir=.
7123 for ac_exec_ext in '' $ac_executable_extensions; do
7124 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7125 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7126 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7127 break 2
7129 done
7130 done
7131 IFS=$as_save_IFS
7135 NMEDIT=$ac_cv_prog_NMEDIT
7136 if test -n "$NMEDIT"; then
7137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7138 $as_echo "$NMEDIT" >&6; }
7139 else
7140 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7141 $as_echo "no" >&6; }
7146 if test -z "$ac_cv_prog_NMEDIT"; then
7147 ac_ct_NMEDIT=$NMEDIT
7148 # Extract the first word of "nmedit", so it can be a program name with args.
7149 set dummy nmedit; ac_word=$2
7150 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7151 $as_echo_n "checking for $ac_word... " >&6; }
7152 if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
7153 $as_echo_n "(cached) " >&6
7154 else
7155 if test -n "$ac_ct_NMEDIT"; then
7156 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7157 else
7158 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7159 for as_dir in $PATH
7161 IFS=$as_save_IFS
7162 test -z "$as_dir" && as_dir=.
7163 for ac_exec_ext in '' $ac_executable_extensions; do
7164 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7165 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7166 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7167 break 2
7169 done
7170 done
7171 IFS=$as_save_IFS
7175 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7176 if test -n "$ac_ct_NMEDIT"; then
7177 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7178 $as_echo "$ac_ct_NMEDIT" >&6; }
7179 else
7180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7181 $as_echo "no" >&6; }
7184 if test "x$ac_ct_NMEDIT" = x; then
7185 NMEDIT=":"
7186 else
7187 case $cross_compiling:$ac_tool_warned in
7188 yes:)
7189 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7190 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7191 ac_tool_warned=yes ;;
7192 esac
7193 NMEDIT=$ac_ct_NMEDIT
7195 else
7196 NMEDIT="$ac_cv_prog_NMEDIT"
7199 if test -n "$ac_tool_prefix"; then
7200 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7201 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7202 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7203 $as_echo_n "checking for $ac_word... " >&6; }
7204 if ${ac_cv_prog_LIPO+:} false; then :
7205 $as_echo_n "(cached) " >&6
7206 else
7207 if test -n "$LIPO"; then
7208 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7209 else
7210 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7211 for as_dir in $PATH
7213 IFS=$as_save_IFS
7214 test -z "$as_dir" && as_dir=.
7215 for ac_exec_ext in '' $ac_executable_extensions; do
7216 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7217 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7218 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7219 break 2
7221 done
7222 done
7223 IFS=$as_save_IFS
7227 LIPO=$ac_cv_prog_LIPO
7228 if test -n "$LIPO"; then
7229 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7230 $as_echo "$LIPO" >&6; }
7231 else
7232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7233 $as_echo "no" >&6; }
7238 if test -z "$ac_cv_prog_LIPO"; then
7239 ac_ct_LIPO=$LIPO
7240 # Extract the first word of "lipo", so it can be a program name with args.
7241 set dummy lipo; ac_word=$2
7242 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7243 $as_echo_n "checking for $ac_word... " >&6; }
7244 if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
7245 $as_echo_n "(cached) " >&6
7246 else
7247 if test -n "$ac_ct_LIPO"; then
7248 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7249 else
7250 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7251 for as_dir in $PATH
7253 IFS=$as_save_IFS
7254 test -z "$as_dir" && as_dir=.
7255 for ac_exec_ext in '' $ac_executable_extensions; do
7256 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7257 ac_cv_prog_ac_ct_LIPO="lipo"
7258 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7259 break 2
7261 done
7262 done
7263 IFS=$as_save_IFS
7267 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7268 if test -n "$ac_ct_LIPO"; then
7269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7270 $as_echo "$ac_ct_LIPO" >&6; }
7271 else
7272 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7273 $as_echo "no" >&6; }
7276 if test "x$ac_ct_LIPO" = x; then
7277 LIPO=":"
7278 else
7279 case $cross_compiling:$ac_tool_warned in
7280 yes:)
7281 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7282 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7283 ac_tool_warned=yes ;;
7284 esac
7285 LIPO=$ac_ct_LIPO
7287 else
7288 LIPO="$ac_cv_prog_LIPO"
7291 if test -n "$ac_tool_prefix"; then
7292 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7293 set dummy ${ac_tool_prefix}otool; ac_word=$2
7294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7295 $as_echo_n "checking for $ac_word... " >&6; }
7296 if ${ac_cv_prog_OTOOL+:} false; then :
7297 $as_echo_n "(cached) " >&6
7298 else
7299 if test -n "$OTOOL"; then
7300 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7301 else
7302 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7303 for as_dir in $PATH
7305 IFS=$as_save_IFS
7306 test -z "$as_dir" && as_dir=.
7307 for ac_exec_ext in '' $ac_executable_extensions; do
7308 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7309 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7310 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7311 break 2
7313 done
7314 done
7315 IFS=$as_save_IFS
7319 OTOOL=$ac_cv_prog_OTOOL
7320 if test -n "$OTOOL"; then
7321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7322 $as_echo "$OTOOL" >&6; }
7323 else
7324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7325 $as_echo "no" >&6; }
7330 if test -z "$ac_cv_prog_OTOOL"; then
7331 ac_ct_OTOOL=$OTOOL
7332 # Extract the first word of "otool", so it can be a program name with args.
7333 set dummy otool; ac_word=$2
7334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7335 $as_echo_n "checking for $ac_word... " >&6; }
7336 if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
7337 $as_echo_n "(cached) " >&6
7338 else
7339 if test -n "$ac_ct_OTOOL"; then
7340 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7341 else
7342 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7343 for as_dir in $PATH
7345 IFS=$as_save_IFS
7346 test -z "$as_dir" && as_dir=.
7347 for ac_exec_ext in '' $ac_executable_extensions; do
7348 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7349 ac_cv_prog_ac_ct_OTOOL="otool"
7350 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7351 break 2
7353 done
7354 done
7355 IFS=$as_save_IFS
7359 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7360 if test -n "$ac_ct_OTOOL"; then
7361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7362 $as_echo "$ac_ct_OTOOL" >&6; }
7363 else
7364 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7365 $as_echo "no" >&6; }
7368 if test "x$ac_ct_OTOOL" = x; then
7369 OTOOL=":"
7370 else
7371 case $cross_compiling:$ac_tool_warned in
7372 yes:)
7373 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7374 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7375 ac_tool_warned=yes ;;
7376 esac
7377 OTOOL=$ac_ct_OTOOL
7379 else
7380 OTOOL="$ac_cv_prog_OTOOL"
7383 if test -n "$ac_tool_prefix"; then
7384 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7385 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7386 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7387 $as_echo_n "checking for $ac_word... " >&6; }
7388 if ${ac_cv_prog_OTOOL64+:} false; then :
7389 $as_echo_n "(cached) " >&6
7390 else
7391 if test -n "$OTOOL64"; then
7392 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7393 else
7394 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7395 for as_dir in $PATH
7397 IFS=$as_save_IFS
7398 test -z "$as_dir" && as_dir=.
7399 for ac_exec_ext in '' $ac_executable_extensions; do
7400 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7401 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7402 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7403 break 2
7405 done
7406 done
7407 IFS=$as_save_IFS
7411 OTOOL64=$ac_cv_prog_OTOOL64
7412 if test -n "$OTOOL64"; then
7413 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7414 $as_echo "$OTOOL64" >&6; }
7415 else
7416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7417 $as_echo "no" >&6; }
7422 if test -z "$ac_cv_prog_OTOOL64"; then
7423 ac_ct_OTOOL64=$OTOOL64
7424 # Extract the first word of "otool64", so it can be a program name with args.
7425 set dummy otool64; ac_word=$2
7426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7427 $as_echo_n "checking for $ac_word... " >&6; }
7428 if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
7429 $as_echo_n "(cached) " >&6
7430 else
7431 if test -n "$ac_ct_OTOOL64"; then
7432 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7433 else
7434 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7435 for as_dir in $PATH
7437 IFS=$as_save_IFS
7438 test -z "$as_dir" && as_dir=.
7439 for ac_exec_ext in '' $ac_executable_extensions; do
7440 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7441 ac_cv_prog_ac_ct_OTOOL64="otool64"
7442 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7443 break 2
7445 done
7446 done
7447 IFS=$as_save_IFS
7451 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7452 if test -n "$ac_ct_OTOOL64"; then
7453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7454 $as_echo "$ac_ct_OTOOL64" >&6; }
7455 else
7456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7457 $as_echo "no" >&6; }
7460 if test "x$ac_ct_OTOOL64" = x; then
7461 OTOOL64=":"
7462 else
7463 case $cross_compiling:$ac_tool_warned in
7464 yes:)
7465 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7466 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7467 ac_tool_warned=yes ;;
7468 esac
7469 OTOOL64=$ac_ct_OTOOL64
7471 else
7472 OTOOL64="$ac_cv_prog_OTOOL64"
7501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7502 $as_echo_n "checking for -single_module linker flag... " >&6; }
7503 if ${lt_cv_apple_cc_single_mod+:} false; then :
7504 $as_echo_n "(cached) " >&6
7505 else
7506 lt_cv_apple_cc_single_mod=no
7507 if test -z "${LT_MULTI_MODULE}"; then
7508 # By default we will add the -single_module flag. You can override
7509 # by either setting the environment variable LT_MULTI_MODULE
7510 # non-empty at configure time, or by adding -multi_module to the
7511 # link flags.
7512 rm -rf libconftest.dylib*
7513 echo "int foo(void){return 1;}" > conftest.c
7514 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7515 -dynamiclib -Wl,-single_module conftest.c" >&5
7516 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7517 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7518 _lt_result=$?
7519 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7520 lt_cv_apple_cc_single_mod=yes
7521 else
7522 cat conftest.err >&5
7524 rm -rf libconftest.dylib*
7525 rm -f conftest.*
7528 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7529 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7530 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7531 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7532 if ${lt_cv_ld_exported_symbols_list+:} false; then :
7533 $as_echo_n "(cached) " >&6
7534 else
7535 lt_cv_ld_exported_symbols_list=no
7536 save_LDFLAGS=$LDFLAGS
7537 echo "_main" > conftest.sym
7538 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7539 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7540 /* end confdefs.h. */
7543 main ()
7547 return 0;
7549 _ACEOF
7550 if ac_fn_c_try_link "$LINENO"; then :
7551 lt_cv_ld_exported_symbols_list=yes
7552 else
7553 lt_cv_ld_exported_symbols_list=no
7555 rm -f core conftest.err conftest.$ac_objext \
7556 conftest$ac_exeext conftest.$ac_ext
7557 LDFLAGS="$save_LDFLAGS"
7560 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7561 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7563 $as_echo_n "checking for -force_load linker flag... " >&6; }
7564 if ${lt_cv_ld_force_load+:} false; then :
7565 $as_echo_n "(cached) " >&6
7566 else
7567 lt_cv_ld_force_load=no
7568 cat > conftest.c << _LT_EOF
7569 int forced_loaded() { return 2;}
7570 _LT_EOF
7571 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7572 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7573 echo "$AR cru libconftest.a conftest.o" >&5
7574 $AR cru libconftest.a conftest.o 2>&5
7575 cat > conftest.c << _LT_EOF
7576 int main() { return 0;}
7577 _LT_EOF
7578 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7579 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7580 _lt_result=$?
7581 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7582 lt_cv_ld_force_load=yes
7583 else
7584 cat conftest.err >&5
7586 rm -f conftest.err libconftest.a conftest conftest.c
7587 rm -rf conftest.dSYM
7590 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7591 $as_echo "$lt_cv_ld_force_load" >&6; }
7592 case $host_os in
7593 rhapsody* | darwin1.[012])
7594 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7595 darwin1.*)
7596 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7597 darwin*) # darwin 5.x on
7598 # if running on 10.5 or later, the deployment target defaults
7599 # to the OS version, if on x86, and 10.4, the deployment
7600 # target defaults to 10.4. Don't you love it?
7601 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7602 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7603 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7604 10.[012][,.]*)
7605 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7606 10.*)
7607 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7608 esac
7610 esac
7611 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7612 _lt_dar_single_mod='$single_module'
7614 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7615 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7616 else
7617 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7619 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7620 _lt_dsymutil='~$DSYMUTIL $lib || :'
7621 else
7622 _lt_dsymutil=
7625 esac
7627 ac_ext=c
7628 ac_cpp='$CPP $CPPFLAGS'
7629 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7630 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7631 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7632 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
7633 $as_echo_n "checking how to run the C preprocessor... " >&6; }
7634 # On Suns, sometimes $CPP names a directory.
7635 if test -n "$CPP" && test -d "$CPP"; then
7636 CPP=
7638 if test -z "$CPP"; then
7639 if ${ac_cv_prog_CPP+:} false; then :
7640 $as_echo_n "(cached) " >&6
7641 else
7642 # Double quotes because CPP needs to be expanded
7643 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
7645 ac_preproc_ok=false
7646 for ac_c_preproc_warn_flag in '' yes
7648 # Use a header file that comes with gcc, so configuring glibc
7649 # with a fresh cross-compiler works.
7650 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7651 # <limits.h> exists even on freestanding compilers.
7652 # On the NeXT, cc -E runs the code through the compiler's parser,
7653 # not just through cpp. "Syntax error" is here to catch this case.
7654 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7655 /* end confdefs.h. */
7656 #ifdef __STDC__
7657 # include <limits.h>
7658 #else
7659 # include <assert.h>
7660 #endif
7661 Syntax error
7662 _ACEOF
7663 if ac_fn_c_try_cpp "$LINENO"; then :
7665 else
7666 # Broken: fails on valid input.
7667 continue
7669 rm -f conftest.err conftest.i conftest.$ac_ext
7671 # OK, works on sane cases. Now check whether nonexistent headers
7672 # can be detected and how.
7673 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7674 /* end confdefs.h. */
7675 #include <ac_nonexistent.h>
7676 _ACEOF
7677 if ac_fn_c_try_cpp "$LINENO"; then :
7678 # Broken: success on invalid input.
7679 continue
7680 else
7681 # Passes both tests.
7682 ac_preproc_ok=:
7683 break
7685 rm -f conftest.err conftest.i conftest.$ac_ext
7687 done
7688 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7689 rm -f conftest.i conftest.err conftest.$ac_ext
7690 if $ac_preproc_ok; then :
7691 break
7694 done
7695 ac_cv_prog_CPP=$CPP
7698 CPP=$ac_cv_prog_CPP
7699 else
7700 ac_cv_prog_CPP=$CPP
7702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
7703 $as_echo "$CPP" >&6; }
7704 ac_preproc_ok=false
7705 for ac_c_preproc_warn_flag in '' yes
7707 # Use a header file that comes with gcc, so configuring glibc
7708 # with a fresh cross-compiler works.
7709 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7710 # <limits.h> exists even on freestanding compilers.
7711 # On the NeXT, cc -E runs the code through the compiler's parser,
7712 # not just through cpp. "Syntax error" is here to catch this case.
7713 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7714 /* end confdefs.h. */
7715 #ifdef __STDC__
7716 # include <limits.h>
7717 #else
7718 # include <assert.h>
7719 #endif
7720 Syntax error
7721 _ACEOF
7722 if ac_fn_c_try_cpp "$LINENO"; then :
7724 else
7725 # Broken: fails on valid input.
7726 continue
7728 rm -f conftest.err conftest.i conftest.$ac_ext
7730 # OK, works on sane cases. Now check whether nonexistent headers
7731 # can be detected and how.
7732 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7733 /* end confdefs.h. */
7734 #include <ac_nonexistent.h>
7735 _ACEOF
7736 if ac_fn_c_try_cpp "$LINENO"; then :
7737 # Broken: success on invalid input.
7738 continue
7739 else
7740 # Passes both tests.
7741 ac_preproc_ok=:
7742 break
7744 rm -f conftest.err conftest.i conftest.$ac_ext
7746 done
7747 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7748 rm -f conftest.i conftest.err conftest.$ac_ext
7749 if $ac_preproc_ok; then :
7751 else
7752 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7753 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7754 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
7755 See \`config.log' for more details" "$LINENO" 5; }
7758 ac_ext=c
7759 ac_cpp='$CPP $CPPFLAGS'
7760 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7761 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7762 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
7766 $as_echo_n "checking for ANSI C header files... " >&6; }
7767 if ${ac_cv_header_stdc+:} false; then :
7768 $as_echo_n "(cached) " >&6
7769 else
7770 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7771 /* end confdefs.h. */
7772 #include <stdlib.h>
7773 #include <stdarg.h>
7774 #include <string.h>
7775 #include <float.h>
7778 main ()
7782 return 0;
7784 _ACEOF
7785 if ac_fn_c_try_compile "$LINENO"; then :
7786 ac_cv_header_stdc=yes
7787 else
7788 ac_cv_header_stdc=no
7790 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7792 if test $ac_cv_header_stdc = yes; then
7793 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7794 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7795 /* end confdefs.h. */
7796 #include <string.h>
7798 _ACEOF
7799 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7800 $EGREP "memchr" >/dev/null 2>&1; then :
7802 else
7803 ac_cv_header_stdc=no
7805 rm -f conftest*
7809 if test $ac_cv_header_stdc = yes; then
7810 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7811 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7812 /* end confdefs.h. */
7813 #include <stdlib.h>
7815 _ACEOF
7816 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7817 $EGREP "free" >/dev/null 2>&1; then :
7819 else
7820 ac_cv_header_stdc=no
7822 rm -f conftest*
7826 if test $ac_cv_header_stdc = yes; then
7827 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7828 if test "$cross_compiling" = yes; then :
7830 else
7831 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7832 /* end confdefs.h. */
7833 #include <ctype.h>
7834 #include <stdlib.h>
7835 #if ((' ' & 0x0FF) == 0x020)
7836 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7837 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7838 #else
7839 # define ISLOWER(c) \
7840 (('a' <= (c) && (c) <= 'i') \
7841 || ('j' <= (c) && (c) <= 'r') \
7842 || ('s' <= (c) && (c) <= 'z'))
7843 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7844 #endif
7846 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7848 main ()
7850 int i;
7851 for (i = 0; i < 256; i++)
7852 if (XOR (islower (i), ISLOWER (i))
7853 || toupper (i) != TOUPPER (i))
7854 return 2;
7855 return 0;
7857 _ACEOF
7858 if ac_fn_c_try_run "$LINENO"; then :
7860 else
7861 ac_cv_header_stdc=no
7863 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7864 conftest.$ac_objext conftest.beam conftest.$ac_ext
7869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
7870 $as_echo "$ac_cv_header_stdc" >&6; }
7871 if test $ac_cv_header_stdc = yes; then
7873 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
7877 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7878 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7879 inttypes.h stdint.h unistd.h
7880 do :
7881 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7882 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7884 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7885 cat >>confdefs.h <<_ACEOF
7886 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7887 _ACEOF
7891 done
7894 for ac_header in dlfcn.h
7895 do :
7896 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7898 if test "x$ac_cv_header_dlfcn_h" = xyes; then :
7899 cat >>confdefs.h <<_ACEOF
7900 #define HAVE_DLFCN_H 1
7901 _ACEOF
7905 done
7911 # Set options
7915 enable_dlopen=no
7918 enable_win32_dll=no
7921 # Check whether --enable-shared was given.
7922 if test "${enable_shared+set}" = set; then :
7923 enableval=$enable_shared; p=${PACKAGE-default}
7924 case $enableval in
7925 yes) enable_shared=yes ;;
7926 no) enable_shared=no ;;
7928 enable_shared=no
7929 # Look at the argument we got. We use all the common list separators.
7930 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7931 for pkg in $enableval; do
7932 IFS="$lt_save_ifs"
7933 if test "X$pkg" = "X$p"; then
7934 enable_shared=yes
7936 done
7937 IFS="$lt_save_ifs"
7939 esac
7940 else
7941 enable_shared=yes
7952 # Check whether --enable-static was given.
7953 if test "${enable_static+set}" = set; then :
7954 enableval=$enable_static; p=${PACKAGE-default}
7955 case $enableval in
7956 yes) enable_static=yes ;;
7957 no) enable_static=no ;;
7959 enable_static=no
7960 # Look at the argument we got. We use all the common list separators.
7961 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7962 for pkg in $enableval; do
7963 IFS="$lt_save_ifs"
7964 if test "X$pkg" = "X$p"; then
7965 enable_static=yes
7967 done
7968 IFS="$lt_save_ifs"
7970 esac
7971 else
7972 enable_static=yes
7984 # Check whether --with-pic was given.
7985 if test "${with_pic+set}" = set; then :
7986 withval=$with_pic; pic_mode="$withval"
7987 else
7988 pic_mode=default
7992 test -z "$pic_mode" && pic_mode=default
8000 # Check whether --enable-fast-install was given.
8001 if test "${enable_fast_install+set}" = set; then :
8002 enableval=$enable_fast_install; p=${PACKAGE-default}
8003 case $enableval in
8004 yes) enable_fast_install=yes ;;
8005 no) enable_fast_install=no ;;
8007 enable_fast_install=no
8008 # Look at the argument we got. We use all the common list separators.
8009 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8010 for pkg in $enableval; do
8011 IFS="$lt_save_ifs"
8012 if test "X$pkg" = "X$p"; then
8013 enable_fast_install=yes
8015 done
8016 IFS="$lt_save_ifs"
8018 esac
8019 else
8020 enable_fast_install=yes
8033 # This can be used to rebuild libtool when needed
8034 LIBTOOL_DEPS="$ltmain"
8036 # Always use our own libtool.
8037 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
8064 test -z "$LN_S" && LN_S="ln -s"
8079 if test -n "${ZSH_VERSION+set}" ; then
8080 setopt NO_GLOB_SUBST
8083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8084 $as_echo_n "checking for objdir... " >&6; }
8085 if ${lt_cv_objdir+:} false; then :
8086 $as_echo_n "(cached) " >&6
8087 else
8088 rm -f .libs 2>/dev/null
8089 mkdir .libs 2>/dev/null
8090 if test -d .libs; then
8091 lt_cv_objdir=.libs
8092 else
8093 # MS-DOS does not allow filenames that begin with a dot.
8094 lt_cv_objdir=_libs
8096 rmdir .libs 2>/dev/null
8098 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8099 $as_echo "$lt_cv_objdir" >&6; }
8100 objdir=$lt_cv_objdir
8106 cat >>confdefs.h <<_ACEOF
8107 #define LT_OBJDIR "$lt_cv_objdir/"
8108 _ACEOF
8113 case $host_os in
8114 aix3*)
8115 # AIX sometimes has problems with the GCC collect2 program. For some
8116 # reason, if we set the COLLECT_NAMES environment variable, the problems
8117 # vanish in a puff of smoke.
8118 if test "X${COLLECT_NAMES+set}" != Xset; then
8119 COLLECT_NAMES=
8120 export COLLECT_NAMES
8123 esac
8125 # Global variables:
8126 ofile=libtool
8127 can_build_shared=yes
8129 # All known linkers require a `.a' archive for static linking (except MSVC,
8130 # which needs '.lib').
8131 libext=a
8133 with_gnu_ld="$lt_cv_prog_gnu_ld"
8135 old_CC="$CC"
8136 old_CFLAGS="$CFLAGS"
8138 # Set sane defaults for various variables
8139 test -z "$CC" && CC=cc
8140 test -z "$LTCC" && LTCC=$CC
8141 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
8142 test -z "$LD" && LD=ld
8143 test -z "$ac_objext" && ac_objext=o
8145 for cc_temp in $compiler""; do
8146 case $cc_temp in
8147 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8148 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8149 \-*) ;;
8150 *) break;;
8151 esac
8152 done
8153 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8156 # Only perform the check for file, if the check method requires it
8157 test -z "$MAGIC_CMD" && MAGIC_CMD=file
8158 case $deplibs_check_method in
8159 file_magic*)
8160 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8162 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8163 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8164 $as_echo_n "(cached) " >&6
8165 else
8166 case $MAGIC_CMD in
8167 [\\/*] | ?:[\\/]*)
8168 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8171 lt_save_MAGIC_CMD="$MAGIC_CMD"
8172 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8173 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8174 for ac_dir in $ac_dummy; do
8175 IFS="$lt_save_ifs"
8176 test -z "$ac_dir" && ac_dir=.
8177 if test -f $ac_dir/${ac_tool_prefix}file; then
8178 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8179 if test -n "$file_magic_test_file"; then
8180 case $deplibs_check_method in
8181 "file_magic "*)
8182 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8183 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8184 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8185 $EGREP "$file_magic_regex" > /dev/null; then
8187 else
8188 cat <<_LT_EOF 1>&2
8190 *** Warning: the command libtool uses to detect shared libraries,
8191 *** $file_magic_cmd, produces output that libtool cannot recognize.
8192 *** The result is that libtool may fail to recognize shared libraries
8193 *** as such. This will affect the creation of libtool libraries that
8194 *** depend on shared libraries, but programs linked with such libtool
8195 *** libraries will work regardless of this problem. Nevertheless, you
8196 *** may want to report the problem to your system manager and/or to
8197 *** bug-libtool@gnu.org
8199 _LT_EOF
8200 fi ;;
8201 esac
8203 break
8205 done
8206 IFS="$lt_save_ifs"
8207 MAGIC_CMD="$lt_save_MAGIC_CMD"
8209 esac
8212 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8213 if test -n "$MAGIC_CMD"; then
8214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8215 $as_echo "$MAGIC_CMD" >&6; }
8216 else
8217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8218 $as_echo "no" >&6; }
8225 if test -z "$lt_cv_path_MAGIC_CMD"; then
8226 if test -n "$ac_tool_prefix"; then
8227 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8228 $as_echo_n "checking for file... " >&6; }
8229 if ${lt_cv_path_MAGIC_CMD+:} false; then :
8230 $as_echo_n "(cached) " >&6
8231 else
8232 case $MAGIC_CMD in
8233 [\\/*] | ?:[\\/]*)
8234 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8237 lt_save_MAGIC_CMD="$MAGIC_CMD"
8238 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8239 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8240 for ac_dir in $ac_dummy; do
8241 IFS="$lt_save_ifs"
8242 test -z "$ac_dir" && ac_dir=.
8243 if test -f $ac_dir/file; then
8244 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8245 if test -n "$file_magic_test_file"; then
8246 case $deplibs_check_method in
8247 "file_magic "*)
8248 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8249 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8250 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8251 $EGREP "$file_magic_regex" > /dev/null; then
8253 else
8254 cat <<_LT_EOF 1>&2
8256 *** Warning: the command libtool uses to detect shared libraries,
8257 *** $file_magic_cmd, produces output that libtool cannot recognize.
8258 *** The result is that libtool may fail to recognize shared libraries
8259 *** as such. This will affect the creation of libtool libraries that
8260 *** depend on shared libraries, but programs linked with such libtool
8261 *** libraries will work regardless of this problem. Nevertheless, you
8262 *** may want to report the problem to your system manager and/or to
8263 *** bug-libtool@gnu.org
8265 _LT_EOF
8266 fi ;;
8267 esac
8269 break
8271 done
8272 IFS="$lt_save_ifs"
8273 MAGIC_CMD="$lt_save_MAGIC_CMD"
8275 esac
8278 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8279 if test -n "$MAGIC_CMD"; then
8280 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8281 $as_echo "$MAGIC_CMD" >&6; }
8282 else
8283 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8284 $as_echo "no" >&6; }
8288 else
8289 MAGIC_CMD=:
8295 esac
8297 # Use C for the default configuration in the libtool script
8299 lt_save_CC="$CC"
8300 ac_ext=c
8301 ac_cpp='$CPP $CPPFLAGS'
8302 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8303 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8304 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8307 # Source file extension for C test sources.
8308 ac_ext=c
8310 # Object file extension for compiled C test sources.
8311 objext=o
8312 objext=$objext
8314 # Code to be used in simple compile tests
8315 lt_simple_compile_test_code="int some_variable = 0;"
8317 # Code to be used in simple link tests
8318 lt_simple_link_test_code='int main(){return(0);}'
8326 # If no C compiler was specified, use CC.
8327 LTCC=${LTCC-"$CC"}
8329 # If no C compiler flags were specified, use CFLAGS.
8330 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8332 # Allow CC to be a program name with arguments.
8333 compiler=$CC
8335 # Save the default compiler, since it gets overwritten when the other
8336 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8337 compiler_DEFAULT=$CC
8339 # save warnings/boilerplate of simple test code
8340 ac_outfile=conftest.$ac_objext
8341 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8342 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8343 _lt_compiler_boilerplate=`cat conftest.err`
8344 $RM conftest*
8346 ac_outfile=conftest.$ac_objext
8347 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8348 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8349 _lt_linker_boilerplate=`cat conftest.err`
8350 $RM -r conftest*
8353 ## CAVEAT EMPTOR:
8354 ## There is no encapsulation within the following macros, do not change
8355 ## the running order or otherwise move them around unless you know exactly
8356 ## what you are doing...
8357 if test -n "$compiler"; then
8359 lt_prog_compiler_no_builtin_flag=
8361 if test "$GCC" = yes; then
8362 case $cc_basename in
8363 nvcc*)
8364 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8366 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8367 esac
8369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8370 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8371 if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8372 $as_echo_n "(cached) " >&6
8373 else
8374 lt_cv_prog_compiler_rtti_exceptions=no
8375 ac_outfile=conftest.$ac_objext
8376 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8377 lt_compiler_flag="-fno-rtti -fno-exceptions"
8378 # Insert the option either (1) after the last *FLAGS variable, or
8379 # (2) before a word containing "conftest.", or (3) at the end.
8380 # Note that $ac_compile itself does not contain backslashes and begins
8381 # with a dollar sign (not a hyphen), so the echo should work correctly.
8382 # The option is referenced via a variable to avoid confusing sed.
8383 lt_compile=`echo "$ac_compile" | $SED \
8384 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8385 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8386 -e 's:$: $lt_compiler_flag:'`
8387 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8388 (eval "$lt_compile" 2>conftest.err)
8389 ac_status=$?
8390 cat conftest.err >&5
8391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8392 if (exit $ac_status) && test -s "$ac_outfile"; then
8393 # The compiler can only warn and ignore the option if not recognized
8394 # So say no if there are warnings other than the usual output.
8395 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8396 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8397 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8398 lt_cv_prog_compiler_rtti_exceptions=yes
8401 $RM conftest*
8404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8405 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8407 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8408 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8409 else
8420 lt_prog_compiler_wl=
8421 lt_prog_compiler_pic=
8422 lt_prog_compiler_static=
8424 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8425 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8427 if test "$GCC" = yes; then
8428 lt_prog_compiler_wl='-Wl,'
8429 lt_prog_compiler_static='-static'
8431 case $host_os in
8432 aix*)
8433 # All AIX code is PIC.
8434 if test "$host_cpu" = ia64; then
8435 # AIX 5 now supports IA64 processor
8436 lt_prog_compiler_static='-Bstatic'
8438 lt_prog_compiler_pic='-fPIC'
8441 amigaos*)
8442 case $host_cpu in
8443 powerpc)
8444 # see comment about AmigaOS4 .so support
8445 lt_prog_compiler_pic='-fPIC'
8447 m68k)
8448 # FIXME: we need at least 68020 code to build shared libraries, but
8449 # adding the `-m68020' flag to GCC prevents building anything better,
8450 # like `-m68040'.
8451 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8453 esac
8456 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8457 # PIC is the default for these OSes.
8460 mingw* | cygwin* | pw32* | os2* | cegcc*)
8461 # This hack is so that the source file can tell whether it is being
8462 # built for inclusion in a dll (and should export symbols for example).
8463 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8464 # (--disable-auto-import) libraries
8465 lt_prog_compiler_pic='-DDLL_EXPORT'
8468 darwin* | rhapsody*)
8469 # PIC is the default on this platform
8470 # Common symbols not allowed in MH_DYLIB files
8471 lt_prog_compiler_pic='-fno-common'
8474 haiku*)
8475 # PIC is the default for Haiku.
8476 # The "-static" flag exists, but is broken.
8477 lt_prog_compiler_static=
8480 hpux*)
8481 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8482 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8483 # sets the default TLS model and affects inlining.
8484 case $host_cpu in
8485 hppa*64*)
8486 # +Z the default
8489 lt_prog_compiler_pic='-fPIC'
8491 esac
8494 interix[3-9]*)
8495 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8496 # Instead, we relocate shared libraries at runtime.
8499 msdosdjgpp*)
8500 # Just because we use GCC doesn't mean we suddenly get shared libraries
8501 # on systems that don't support them.
8502 lt_prog_compiler_can_build_shared=no
8503 enable_shared=no
8506 *nto* | *qnx*)
8507 # QNX uses GNU C++, but need to define -shared option too, otherwise
8508 # it will coredump.
8509 lt_prog_compiler_pic='-fPIC -shared'
8512 sysv4*MP*)
8513 if test -d /usr/nec; then
8514 lt_prog_compiler_pic=-Kconform_pic
8519 lt_prog_compiler_pic='-fPIC'
8521 esac
8523 case $cc_basename in
8524 nvcc*) # Cuda Compiler Driver 2.2
8525 lt_prog_compiler_wl='-Xlinker '
8526 lt_prog_compiler_pic='-Xcompiler -fPIC'
8528 esac
8529 else
8530 # PORTME Check for flag to pass linker flags through the system compiler.
8531 case $host_os in
8532 aix*)
8533 lt_prog_compiler_wl='-Wl,'
8534 if test "$host_cpu" = ia64; then
8535 # AIX 5 now supports IA64 processor
8536 lt_prog_compiler_static='-Bstatic'
8537 else
8538 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8542 mingw* | cygwin* | pw32* | os2* | cegcc*)
8543 # This hack is so that the source file can tell whether it is being
8544 # built for inclusion in a dll (and should export symbols for example).
8545 lt_prog_compiler_pic='-DDLL_EXPORT'
8548 hpux9* | hpux10* | hpux11*)
8549 lt_prog_compiler_wl='-Wl,'
8550 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8551 # not for PA HP-UX.
8552 case $host_cpu in
8553 hppa*64*|ia64*)
8554 # +Z the default
8557 lt_prog_compiler_pic='+Z'
8559 esac
8560 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8561 lt_prog_compiler_static='${wl}-a ${wl}archive'
8564 irix5* | irix6* | nonstopux*)
8565 lt_prog_compiler_wl='-Wl,'
8566 # PIC (with -KPIC) is the default.
8567 lt_prog_compiler_static='-non_shared'
8570 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8571 case $cc_basename in
8572 # old Intel for x86_64 which still supported -KPIC.
8573 ecc*)
8574 lt_prog_compiler_wl='-Wl,'
8575 lt_prog_compiler_pic='-KPIC'
8576 lt_prog_compiler_static='-static'
8578 # icc used to be incompatible with GCC.
8579 # ICC 10 doesn't accept -KPIC any more.
8580 icc* | ifort*)
8581 lt_prog_compiler_wl='-Wl,'
8582 lt_prog_compiler_pic='-fPIC'
8583 lt_prog_compiler_static='-static'
8585 # Lahey Fortran 8.1.
8586 lf95*)
8587 lt_prog_compiler_wl='-Wl,'
8588 lt_prog_compiler_pic='--shared'
8589 lt_prog_compiler_static='--static'
8591 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8592 # Portland Group compilers (*not* the Pentium gcc compiler,
8593 # which looks to be a dead project)
8594 lt_prog_compiler_wl='-Wl,'
8595 lt_prog_compiler_pic='-fpic'
8596 lt_prog_compiler_static='-Bstatic'
8598 ccc*)
8599 lt_prog_compiler_wl='-Wl,'
8600 # All Alpha code is PIC.
8601 lt_prog_compiler_static='-non_shared'
8603 xl* | bgxl* | bgf* | mpixl*)
8604 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8605 lt_prog_compiler_wl='-Wl,'
8606 lt_prog_compiler_pic='-qpic'
8607 lt_prog_compiler_static='-qstaticlink'
8610 case `$CC -V 2>&1 | sed 5q` in
8611 *Sun\ F* | *Sun*Fortran*)
8612 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8613 lt_prog_compiler_pic='-KPIC'
8614 lt_prog_compiler_static='-Bstatic'
8615 lt_prog_compiler_wl=''
8617 *Sun\ C*)
8618 # Sun C 5.9
8619 lt_prog_compiler_pic='-KPIC'
8620 lt_prog_compiler_static='-Bstatic'
8621 lt_prog_compiler_wl='-Wl,'
8623 esac
8625 esac
8628 newsos6)
8629 lt_prog_compiler_pic='-KPIC'
8630 lt_prog_compiler_static='-Bstatic'
8633 *nto* | *qnx*)
8634 # QNX uses GNU C++, but need to define -shared option too, otherwise
8635 # it will coredump.
8636 lt_prog_compiler_pic='-fPIC -shared'
8639 osf3* | osf4* | osf5*)
8640 lt_prog_compiler_wl='-Wl,'
8641 # All OSF/1 code is PIC.
8642 lt_prog_compiler_static='-non_shared'
8645 rdos*)
8646 lt_prog_compiler_static='-non_shared'
8649 solaris*)
8650 lt_prog_compiler_pic='-KPIC'
8651 lt_prog_compiler_static='-Bstatic'
8652 case $cc_basename in
8653 f77* | f90* | f95*)
8654 lt_prog_compiler_wl='-Qoption ld ';;
8656 lt_prog_compiler_wl='-Wl,';;
8657 esac
8660 sunos4*)
8661 lt_prog_compiler_wl='-Qoption ld '
8662 lt_prog_compiler_pic='-PIC'
8663 lt_prog_compiler_static='-Bstatic'
8666 sysv4 | sysv4.2uw2* | sysv4.3*)
8667 lt_prog_compiler_wl='-Wl,'
8668 lt_prog_compiler_pic='-KPIC'
8669 lt_prog_compiler_static='-Bstatic'
8672 sysv4*MP*)
8673 if test -d /usr/nec ;then
8674 lt_prog_compiler_pic='-Kconform_pic'
8675 lt_prog_compiler_static='-Bstatic'
8679 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8680 lt_prog_compiler_wl='-Wl,'
8681 lt_prog_compiler_pic='-KPIC'
8682 lt_prog_compiler_static='-Bstatic'
8685 unicos*)
8686 lt_prog_compiler_wl='-Wl,'
8687 lt_prog_compiler_can_build_shared=no
8690 uts4*)
8691 lt_prog_compiler_pic='-pic'
8692 lt_prog_compiler_static='-Bstatic'
8696 lt_prog_compiler_can_build_shared=no
8698 esac
8701 case $host_os in
8702 # For platforms which do not support PIC, -DPIC is meaningless:
8703 *djgpp*)
8704 lt_prog_compiler_pic=
8707 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8709 esac
8710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8711 $as_echo "$lt_prog_compiler_pic" >&6; }
8719 # Check to make sure the PIC flag actually works.
8721 if test -n "$lt_prog_compiler_pic"; then
8722 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8723 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8724 if ${lt_cv_prog_compiler_pic_works+:} false; then :
8725 $as_echo_n "(cached) " >&6
8726 else
8727 lt_cv_prog_compiler_pic_works=no
8728 ac_outfile=conftest.$ac_objext
8729 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8730 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8731 # Insert the option either (1) after the last *FLAGS variable, or
8732 # (2) before a word containing "conftest.", or (3) at the end.
8733 # Note that $ac_compile itself does not contain backslashes and begins
8734 # with a dollar sign (not a hyphen), so the echo should work correctly.
8735 # The option is referenced via a variable to avoid confusing sed.
8736 lt_compile=`echo "$ac_compile" | $SED \
8737 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8738 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8739 -e 's:$: $lt_compiler_flag:'`
8740 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8741 (eval "$lt_compile" 2>conftest.err)
8742 ac_status=$?
8743 cat conftest.err >&5
8744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8745 if (exit $ac_status) && test -s "$ac_outfile"; then
8746 # The compiler can only warn and ignore the option if not recognized
8747 # So say no if there are warnings other than the usual output.
8748 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8749 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8750 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8751 lt_cv_prog_compiler_pic_works=yes
8754 $RM conftest*
8757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8758 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8760 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8761 case $lt_prog_compiler_pic in
8762 "" | " "*) ;;
8763 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8764 esac
8765 else
8766 lt_prog_compiler_pic=
8767 lt_prog_compiler_can_build_shared=no
8778 # Check to make sure the static flag actually works.
8780 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8782 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8783 if ${lt_cv_prog_compiler_static_works+:} false; then :
8784 $as_echo_n "(cached) " >&6
8785 else
8786 lt_cv_prog_compiler_static_works=no
8787 save_LDFLAGS="$LDFLAGS"
8788 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8789 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8790 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8791 # The linker can only warn and ignore the option if not recognized
8792 # So say no if there are warnings
8793 if test -s conftest.err; then
8794 # Append any errors to the config.log.
8795 cat conftest.err 1>&5
8796 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8797 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8798 if diff conftest.exp conftest.er2 >/dev/null; then
8799 lt_cv_prog_compiler_static_works=yes
8801 else
8802 lt_cv_prog_compiler_static_works=yes
8805 $RM -r conftest*
8806 LDFLAGS="$save_LDFLAGS"
8809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8810 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8812 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8814 else
8815 lt_prog_compiler_static=
8824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8825 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8826 if ${lt_cv_prog_compiler_c_o+:} false; then :
8827 $as_echo_n "(cached) " >&6
8828 else
8829 lt_cv_prog_compiler_c_o=no
8830 $RM -r conftest 2>/dev/null
8831 mkdir conftest
8832 cd conftest
8833 mkdir out
8834 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8836 lt_compiler_flag="-o out/conftest2.$ac_objext"
8837 # Insert the option either (1) after the last *FLAGS variable, or
8838 # (2) before a word containing "conftest.", or (3) at the end.
8839 # Note that $ac_compile itself does not contain backslashes and begins
8840 # with a dollar sign (not a hyphen), so the echo should work correctly.
8841 lt_compile=`echo "$ac_compile" | $SED \
8842 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8843 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8844 -e 's:$: $lt_compiler_flag:'`
8845 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8846 (eval "$lt_compile" 2>out/conftest.err)
8847 ac_status=$?
8848 cat out/conftest.err >&5
8849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8850 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8851 then
8852 # The compiler can only warn and ignore the option if not recognized
8853 # So say no if there are warnings
8854 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8855 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8856 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8857 lt_cv_prog_compiler_c_o=yes
8860 chmod u+w . 2>&5
8861 $RM conftest*
8862 # SGI C++ compiler will create directory out/ii_files/ for
8863 # template instantiation
8864 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8865 $RM out/* && rmdir out
8866 cd ..
8867 $RM -r conftest
8868 $RM conftest*
8871 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8872 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8880 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8881 if ${lt_cv_prog_compiler_c_o+:} false; then :
8882 $as_echo_n "(cached) " >&6
8883 else
8884 lt_cv_prog_compiler_c_o=no
8885 $RM -r conftest 2>/dev/null
8886 mkdir conftest
8887 cd conftest
8888 mkdir out
8889 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8891 lt_compiler_flag="-o out/conftest2.$ac_objext"
8892 # Insert the option either (1) after the last *FLAGS variable, or
8893 # (2) before a word containing "conftest.", or (3) at the end.
8894 # Note that $ac_compile itself does not contain backslashes and begins
8895 # with a dollar sign (not a hyphen), so the echo should work correctly.
8896 lt_compile=`echo "$ac_compile" | $SED \
8897 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8898 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8899 -e 's:$: $lt_compiler_flag:'`
8900 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8901 (eval "$lt_compile" 2>out/conftest.err)
8902 ac_status=$?
8903 cat out/conftest.err >&5
8904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8905 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8906 then
8907 # The compiler can only warn and ignore the option if not recognized
8908 # So say no if there are warnings
8909 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8910 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8911 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8912 lt_cv_prog_compiler_c_o=yes
8915 chmod u+w . 2>&5
8916 $RM conftest*
8917 # SGI C++ compiler will create directory out/ii_files/ for
8918 # template instantiation
8919 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8920 $RM out/* && rmdir out
8921 cd ..
8922 $RM -r conftest
8923 $RM conftest*
8926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8927 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8932 hard_links="nottested"
8933 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8934 # do not overwrite the value of need_locks provided by the user
8935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8936 $as_echo_n "checking if we can lock with hard links... " >&6; }
8937 hard_links=yes
8938 $RM conftest*
8939 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8940 touch conftest.a
8941 ln conftest.a conftest.b 2>&5 || hard_links=no
8942 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8944 $as_echo "$hard_links" >&6; }
8945 if test "$hard_links" = no; then
8946 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8947 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8948 need_locks=warn
8950 else
8951 need_locks=no
8959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8960 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8962 runpath_var=
8963 allow_undefined_flag=
8964 always_export_symbols=no
8965 archive_cmds=
8966 archive_expsym_cmds=
8967 compiler_needs_object=no
8968 enable_shared_with_static_runtimes=no
8969 export_dynamic_flag_spec=
8970 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8971 hardcode_automatic=no
8972 hardcode_direct=no
8973 hardcode_direct_absolute=no
8974 hardcode_libdir_flag_spec=
8975 hardcode_libdir_flag_spec_ld=
8976 hardcode_libdir_separator=
8977 hardcode_minus_L=no
8978 hardcode_shlibpath_var=unsupported
8979 inherit_rpath=no
8980 link_all_deplibs=unknown
8981 module_cmds=
8982 module_expsym_cmds=
8983 old_archive_from_new_cmds=
8984 old_archive_from_expsyms_cmds=
8985 thread_safe_flag_spec=
8986 whole_archive_flag_spec=
8987 # include_expsyms should be a list of space-separated symbols to be *always*
8988 # included in the symbol list
8989 include_expsyms=
8990 # exclude_expsyms can be an extended regexp of symbols to exclude
8991 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8992 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8993 # as well as any symbol that contains `d'.
8994 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8995 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8996 # platforms (ab)use it in PIC code, but their linkers get confused if
8997 # the symbol is explicitly referenced. Since portable code cannot
8998 # rely on this symbol name, it's probably fine to never include it in
8999 # preloaded symbol tables.
9000 # Exclude shared library initialization/finalization symbols.
9001 extract_expsyms_cmds=
9003 case $host_os in
9004 cygwin* | mingw* | pw32* | cegcc*)
9005 # FIXME: the MSVC++ port hasn't been tested in a loooong time
9006 # When not using gcc, we currently assume that we are using
9007 # Microsoft Visual C++.
9008 if test "$GCC" != yes; then
9009 with_gnu_ld=no
9012 interix*)
9013 # we just hope/assume this is gcc and not c89 (= MSVC++)
9014 with_gnu_ld=yes
9016 openbsd*)
9017 with_gnu_ld=no
9019 esac
9021 ld_shlibs=yes
9023 # On some targets, GNU ld is compatible enough with the native linker
9024 # that we're better off using the native interface for both.
9025 lt_use_gnu_ld_interface=no
9026 if test "$with_gnu_ld" = yes; then
9027 case $host_os in
9028 aix*)
9029 # The AIX port of GNU ld has always aspired to compatibility
9030 # with the native linker. However, as the warning in the GNU ld
9031 # block says, versions before 2.19.5* couldn't really create working
9032 # shared libraries, regardless of the interface used.
9033 case `$LD -v 2>&1` in
9034 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
9035 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
9036 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
9038 lt_use_gnu_ld_interface=yes
9040 esac
9043 lt_use_gnu_ld_interface=yes
9045 esac
9048 if test "$lt_use_gnu_ld_interface" = yes; then
9049 # If archive_cmds runs LD, not CC, wlarc should be empty
9050 wlarc='${wl}'
9052 # Set some defaults for GNU ld with shared library support. These
9053 # are reset later if shared libraries are not supported. Putting them
9054 # here allows them to be overridden if necessary.
9055 runpath_var=LD_RUN_PATH
9056 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9057 export_dynamic_flag_spec='${wl}--export-dynamic'
9058 # ancient GNU ld didn't support --whole-archive et. al.
9059 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
9060 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
9061 else
9062 whole_archive_flag_spec=
9064 supports_anon_versioning=no
9065 case `$LD -v 2>&1` in
9066 *GNU\ gold*) supports_anon_versioning=yes ;;
9067 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
9068 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
9069 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
9070 *\ 2.11.*) ;; # other 2.11 versions
9071 *) supports_anon_versioning=yes ;;
9072 esac
9074 # See if GNU ld supports shared libraries.
9075 case $host_os in
9076 aix[3-9]*)
9077 # On AIX/PPC, the GNU linker is very broken
9078 if test "$host_cpu" != ia64; then
9079 ld_shlibs=no
9080 cat <<_LT_EOF 1>&2
9082 *** Warning: the GNU linker, at least up to release 2.19, is reported
9083 *** to be unable to reliably create shared libraries on AIX.
9084 *** Therefore, libtool is disabling shared libraries support. If you
9085 *** really care for shared libraries, you may want to install binutils
9086 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
9087 *** You will then need to restart the configuration process.
9089 _LT_EOF
9093 amigaos*)
9094 case $host_cpu in
9095 powerpc)
9096 # see comment about AmigaOS4 .so support
9097 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9098 archive_expsym_cmds=''
9100 m68k)
9101 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)'
9102 hardcode_libdir_flag_spec='-L$libdir'
9103 hardcode_minus_L=yes
9105 esac
9108 beos*)
9109 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9110 allow_undefined_flag=unsupported
9111 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
9112 # support --undefined. This deserves some investigation. FIXME
9113 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9114 else
9115 ld_shlibs=no
9119 cygwin* | mingw* | pw32* | cegcc*)
9120 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
9121 # as there is no search path for DLLs.
9122 hardcode_libdir_flag_spec='-L$libdir'
9123 export_dynamic_flag_spec='${wl}--export-all-symbols'
9124 allow_undefined_flag=unsupported
9125 always_export_symbols=no
9126 enable_shared_with_static_runtimes=yes
9127 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9129 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
9130 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9131 # If the export-symbols file already is a .def file (1st line
9132 # is EXPORTS), use it as is; otherwise, prepend...
9133 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9134 cp $export_symbols $output_objdir/$soname.def;
9135 else
9136 echo EXPORTS > $output_objdir/$soname.def;
9137 cat $export_symbols >> $output_objdir/$soname.def;
9139 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
9140 else
9141 ld_shlibs=no
9145 haiku*)
9146 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9147 link_all_deplibs=yes
9150 interix[3-9]*)
9151 hardcode_direct=no
9152 hardcode_shlibpath_var=no
9153 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9154 export_dynamic_flag_spec='${wl}-E'
9155 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9156 # Instead, shared libraries are loaded at an image base (0x10000000 by
9157 # default) and relocated if they conflict, which is a slow very memory
9158 # consuming and fragmenting process. To avoid this, we pick a random,
9159 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9160 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9161 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9162 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'
9165 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
9166 tmp_diet=no
9167 if test "$host_os" = linux-dietlibc; then
9168 case $cc_basename in
9169 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9170 esac
9172 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9173 && test "$tmp_diet" = no
9174 then
9175 tmp_addflag=' $pic_flag'
9176 tmp_sharedflag='-shared'
9177 case $cc_basename,$host_cpu in
9178 pgcc*) # Portland Group C compiler
9179 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'
9180 tmp_addflag=' $pic_flag'
9182 pgf77* | pgf90* | pgf95* | pgfortran*)
9183 # Portland Group f77 and f90 compilers
9184 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'
9185 tmp_addflag=' $pic_flag -Mnomain' ;;
9186 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9187 tmp_addflag=' -i_dynamic' ;;
9188 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9189 tmp_addflag=' -i_dynamic -nofor_main' ;;
9190 ifc* | ifort*) # Intel Fortran compiler
9191 tmp_addflag=' -nofor_main' ;;
9192 lf95*) # Lahey Fortran 8.1
9193 whole_archive_flag_spec=
9194 tmp_sharedflag='--shared' ;;
9195 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9196 tmp_sharedflag='-qmkshrobj'
9197 tmp_addflag= ;;
9198 nvcc*) # Cuda Compiler Driver 2.2
9199 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'
9200 compiler_needs_object=yes
9202 esac
9203 case `$CC -V 2>&1 | sed 5q` in
9204 *Sun\ C*) # Sun C 5.9
9205 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'
9206 compiler_needs_object=yes
9207 tmp_sharedflag='-G' ;;
9208 *Sun\ F*) # Sun Fortran 8.3
9209 tmp_sharedflag='-G' ;;
9210 esac
9211 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9213 if test "x$supports_anon_versioning" = xyes; then
9214 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9215 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9216 echo "local: *; };" >> $output_objdir/$libname.ver~
9217 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9220 case $cc_basename in
9221 xlf* | bgf* | bgxlf* | mpixlf*)
9222 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9223 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9224 hardcode_libdir_flag_spec=
9225 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9226 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9227 if test "x$supports_anon_versioning" = xyes; then
9228 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9229 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9230 echo "local: *; };" >> $output_objdir/$libname.ver~
9231 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9234 esac
9235 else
9236 ld_shlibs=no
9240 netbsd*)
9241 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9242 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9243 wlarc=
9244 else
9245 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9246 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9250 solaris*)
9251 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9252 ld_shlibs=no
9253 cat <<_LT_EOF 1>&2
9255 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9256 *** create shared libraries on Solaris systems. Therefore, libtool
9257 *** is disabling shared libraries support. We urge you to upgrade GNU
9258 *** binutils to release 2.9.1 or newer. Another option is to modify
9259 *** your PATH or compiler configuration so that the native linker is
9260 *** used, and then restart.
9262 _LT_EOF
9263 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9264 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9265 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9266 else
9267 ld_shlibs=no
9271 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9272 case `$LD -v 2>&1` in
9273 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9274 ld_shlibs=no
9275 cat <<_LT_EOF 1>&2
9277 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9278 *** reliably create shared libraries on SCO systems. Therefore, libtool
9279 *** is disabling shared libraries support. We urge you to upgrade GNU
9280 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9281 *** your PATH or compiler configuration so that the native linker is
9282 *** used, and then restart.
9284 _LT_EOF
9287 # For security reasons, it is highly recommended that you always
9288 # use absolute paths for naming shared libraries, and exclude the
9289 # DT_RUNPATH tag from executables and libraries. But doing so
9290 # requires that you compile everything twice, which is a pain.
9291 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9292 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9293 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9294 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9295 else
9296 ld_shlibs=no
9299 esac
9302 sunos4*)
9303 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9304 wlarc=
9305 hardcode_direct=yes
9306 hardcode_shlibpath_var=no
9310 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9311 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9312 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9313 else
9314 ld_shlibs=no
9317 esac
9319 if test "$ld_shlibs" = no; then
9320 runpath_var=
9321 hardcode_libdir_flag_spec=
9322 export_dynamic_flag_spec=
9323 whole_archive_flag_spec=
9325 else
9326 # PORTME fill in a description of your system's linker (not GNU ld)
9327 case $host_os in
9328 aix3*)
9329 allow_undefined_flag=unsupported
9330 always_export_symbols=yes
9331 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'
9332 # Note: this linker hardcodes the directories in LIBPATH if there
9333 # are no directories specified by -L.
9334 hardcode_minus_L=yes
9335 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9336 # Neither direct hardcoding nor static linking is supported with a
9337 # broken collect2.
9338 hardcode_direct=unsupported
9342 aix[4-9]*)
9343 if test "$host_cpu" = ia64; then
9344 # On IA64, the linker does run time linking by default, so we don't
9345 # have to do anything special.
9346 aix_use_runtimelinking=no
9347 exp_sym_flag='-Bexport'
9348 no_entry_flag=""
9349 else
9350 # If we're using GNU nm, then we don't want the "-C" option.
9351 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9352 # Also, AIX nm treats weak defined symbols like other global
9353 # defined symbols, whereas GNU nm marks them as "W".
9354 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9355 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'
9356 else
9357 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'
9359 aix_use_runtimelinking=no
9361 # Test if we are trying to use run time linking or normal
9362 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9363 # need to do runtime linking.
9364 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9365 for ld_flag in $LDFLAGS; do
9366 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9367 aix_use_runtimelinking=yes
9368 break
9370 done
9372 esac
9374 exp_sym_flag='-bexport'
9375 no_entry_flag='-bnoentry'
9378 # When large executables or shared objects are built, AIX ld can
9379 # have problems creating the table of contents. If linking a library
9380 # or program results in "error TOC overflow" add -mminimal-toc to
9381 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9382 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9384 archive_cmds=''
9385 hardcode_direct=yes
9386 hardcode_direct_absolute=yes
9387 hardcode_libdir_separator=':'
9388 link_all_deplibs=yes
9389 file_list_spec='${wl}-f,'
9391 if test "$GCC" = yes; then
9392 case $host_os in aix4.[012]|aix4.[012].*)
9393 # We only want to do this on AIX 4.2 and lower, the check
9394 # below for broken collect2 doesn't work under 4.3+
9395 collect2name=`${CC} -print-prog-name=collect2`
9396 if test -f "$collect2name" &&
9397 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9398 then
9399 # We have reworked collect2
9401 else
9402 # We have old collect2
9403 hardcode_direct=unsupported
9404 # It fails to find uninstalled libraries when the uninstalled
9405 # path is not listed in the libpath. Setting hardcode_minus_L
9406 # to unsupported forces relinking
9407 hardcode_minus_L=yes
9408 hardcode_libdir_flag_spec='-L$libdir'
9409 hardcode_libdir_separator=
9412 esac
9413 shared_flag='-shared'
9414 if test "$aix_use_runtimelinking" = yes; then
9415 shared_flag="$shared_flag "'${wl}-G'
9417 else
9418 # not using gcc
9419 if test "$host_cpu" = ia64; then
9420 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9421 # chokes on -Wl,-G. The following line is correct:
9422 shared_flag='-G'
9423 else
9424 if test "$aix_use_runtimelinking" = yes; then
9425 shared_flag='${wl}-G'
9426 else
9427 shared_flag='${wl}-bM:SRE'
9432 export_dynamic_flag_spec='${wl}-bexpall'
9433 # It seems that -bexpall does not export symbols beginning with
9434 # underscore (_), so it is better to generate a list of symbols to export.
9435 always_export_symbols=yes
9436 if test "$aix_use_runtimelinking" = yes; then
9437 # Warning - without using the other runtime loading flags (-brtl),
9438 # -berok will link without error, but may produce a broken library.
9439 allow_undefined_flag='-berok'
9440 # Determine the default libpath from the value encoded in an
9441 # empty executable.
9442 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9443 /* end confdefs.h. */
9446 main ()
9450 return 0;
9452 _ACEOF
9453 if ac_fn_c_try_link "$LINENO"; then :
9455 lt_aix_libpath_sed='
9456 /Import File Strings/,/^$/ {
9457 /^0/ {
9458 s/^0 *\(.*\)$/\1/
9462 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9463 # Check for a 64-bit object if we didn't find anything.
9464 if test -z "$aix_libpath"; then
9465 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9468 rm -f core conftest.err conftest.$ac_objext \
9469 conftest$ac_exeext conftest.$ac_ext
9470 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9472 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9473 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"
9474 else
9475 if test "$host_cpu" = ia64; then
9476 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9477 allow_undefined_flag="-z nodefs"
9478 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"
9479 else
9480 # Determine the default libpath from the value encoded in an
9481 # empty executable.
9482 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9483 /* end confdefs.h. */
9486 main ()
9490 return 0;
9492 _ACEOF
9493 if ac_fn_c_try_link "$LINENO"; then :
9495 lt_aix_libpath_sed='
9496 /Import File Strings/,/^$/ {
9497 /^0/ {
9498 s/^0 *\(.*\)$/\1/
9502 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9503 # Check for a 64-bit object if we didn't find anything.
9504 if test -z "$aix_libpath"; then
9505 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9508 rm -f core conftest.err conftest.$ac_objext \
9509 conftest$ac_exeext conftest.$ac_ext
9510 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9512 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9513 # Warning - without using the other run time loading flags,
9514 # -berok will link without error, but may produce a broken library.
9515 no_undefined_flag=' ${wl}-bernotok'
9516 allow_undefined_flag=' ${wl}-berok'
9517 if test "$with_gnu_ld" = yes; then
9518 # We only use this code for GNU lds that support --whole-archive.
9519 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9520 else
9521 # Exported symbols can be pulled into shared objects from archives
9522 whole_archive_flag_spec='$convenience'
9524 archive_cmds_need_lc=yes
9525 # This is similar to how AIX traditionally builds its shared libraries.
9526 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'
9531 amigaos*)
9532 case $host_cpu in
9533 powerpc)
9534 # see comment about AmigaOS4 .so support
9535 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9536 archive_expsym_cmds=''
9538 m68k)
9539 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)'
9540 hardcode_libdir_flag_spec='-L$libdir'
9541 hardcode_minus_L=yes
9543 esac
9546 bsdi[45]*)
9547 export_dynamic_flag_spec=-rdynamic
9550 cygwin* | mingw* | pw32* | cegcc*)
9551 # When not using gcc, we currently assume that we are using
9552 # Microsoft Visual C++.
9553 # hardcode_libdir_flag_spec is actually meaningless, as there is
9554 # no search path for DLLs.
9555 hardcode_libdir_flag_spec=' '
9556 allow_undefined_flag=unsupported
9557 # Tell ltmain to make .lib files, not .a files.
9558 libext=lib
9559 # Tell ltmain to make .dll files, not .so files.
9560 shrext_cmds=".dll"
9561 # FIXME: Setting linknames here is a bad hack.
9562 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9563 # The linker will automatically build a .lib file if we build a DLL.
9564 old_archive_from_new_cmds='true'
9565 # FIXME: Should let the user specify the lib program.
9566 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9567 fix_srcfile_path='`cygpath -w "$srcfile"`'
9568 enable_shared_with_static_runtimes=yes
9571 darwin* | rhapsody*)
9574 archive_cmds_need_lc=no
9575 hardcode_direct=no
9576 hardcode_automatic=yes
9577 hardcode_shlibpath_var=unsupported
9578 if test "$lt_cv_ld_force_load" = "yes"; then
9579 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\"`'
9580 else
9581 whole_archive_flag_spec=''
9583 link_all_deplibs=yes
9584 allow_undefined_flag="$_lt_dar_allow_undefined"
9585 case $cc_basename in
9586 ifort*) _lt_dar_can_shared=yes ;;
9587 *) _lt_dar_can_shared=$GCC ;;
9588 esac
9589 if test "$_lt_dar_can_shared" = "yes"; then
9590 output_verbose_link_cmd=func_echo_all
9591 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9592 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9593 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}"
9594 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}"
9596 else
9597 ld_shlibs=no
9602 dgux*)
9603 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9604 hardcode_libdir_flag_spec='-L$libdir'
9605 hardcode_shlibpath_var=no
9608 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9609 # support. Future versions do this automatically, but an explicit c++rt0.o
9610 # does not break anything, and helps significantly (at the cost of a little
9611 # extra space).
9612 freebsd2.2*)
9613 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9614 hardcode_libdir_flag_spec='-R$libdir'
9615 hardcode_direct=yes
9616 hardcode_shlibpath_var=no
9619 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9620 freebsd2.*)
9621 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9622 hardcode_direct=yes
9623 hardcode_minus_L=yes
9624 hardcode_shlibpath_var=no
9627 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9628 freebsd* | dragonfly*)
9629 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9630 hardcode_libdir_flag_spec='-R$libdir'
9631 hardcode_direct=yes
9632 hardcode_shlibpath_var=no
9635 hpux9*)
9636 if test "$GCC" = yes; then
9637 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'
9638 else
9639 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'
9641 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9642 hardcode_libdir_separator=:
9643 hardcode_direct=yes
9645 # hardcode_minus_L: Not really in the search PATH,
9646 # but as the default location of the library.
9647 hardcode_minus_L=yes
9648 export_dynamic_flag_spec='${wl}-E'
9651 hpux10*)
9652 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9653 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9654 else
9655 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9657 if test "$with_gnu_ld" = no; then
9658 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9659 hardcode_libdir_flag_spec_ld='+b $libdir'
9660 hardcode_libdir_separator=:
9661 hardcode_direct=yes
9662 hardcode_direct_absolute=yes
9663 export_dynamic_flag_spec='${wl}-E'
9664 # hardcode_minus_L: Not really in the search PATH,
9665 # but as the default location of the library.
9666 hardcode_minus_L=yes
9670 hpux11*)
9671 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9672 case $host_cpu in
9673 hppa*64*)
9674 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9676 ia64*)
9677 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9680 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9682 esac
9683 else
9684 case $host_cpu in
9685 hppa*64*)
9686 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9688 ia64*)
9689 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9693 # Older versions of the 11.00 compiler do not understand -b yet
9694 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9696 $as_echo_n "checking if $CC understands -b... " >&6; }
9697 if ${lt_cv_prog_compiler__b+:} false; then :
9698 $as_echo_n "(cached) " >&6
9699 else
9700 lt_cv_prog_compiler__b=no
9701 save_LDFLAGS="$LDFLAGS"
9702 LDFLAGS="$LDFLAGS -b"
9703 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9704 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9705 # The linker can only warn and ignore the option if not recognized
9706 # So say no if there are warnings
9707 if test -s conftest.err; then
9708 # Append any errors to the config.log.
9709 cat conftest.err 1>&5
9710 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9711 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9712 if diff conftest.exp conftest.er2 >/dev/null; then
9713 lt_cv_prog_compiler__b=yes
9715 else
9716 lt_cv_prog_compiler__b=yes
9719 $RM -r conftest*
9720 LDFLAGS="$save_LDFLAGS"
9723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9724 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9726 if test x"$lt_cv_prog_compiler__b" = xyes; then
9727 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9728 else
9729 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9733 esac
9735 if test "$with_gnu_ld" = no; then
9736 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9737 hardcode_libdir_separator=:
9739 case $host_cpu in
9740 hppa*64*|ia64*)
9741 hardcode_direct=no
9742 hardcode_shlibpath_var=no
9745 hardcode_direct=yes
9746 hardcode_direct_absolute=yes
9747 export_dynamic_flag_spec='${wl}-E'
9749 # hardcode_minus_L: Not really in the search PATH,
9750 # but as the default location of the library.
9751 hardcode_minus_L=yes
9753 esac
9757 irix5* | irix6* | nonstopux*)
9758 if test "$GCC" = yes; then
9759 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'
9760 # Try to use the -exported_symbol ld option, if it does not
9761 # work, assume that -exports_file does not work either and
9762 # implicitly export all symbols.
9763 save_LDFLAGS="$LDFLAGS"
9764 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9765 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9766 /* end confdefs.h. */
9767 int foo(void) {}
9768 _ACEOF
9769 if ac_fn_c_try_link "$LINENO"; then :
9770 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'
9773 rm -f core conftest.err conftest.$ac_objext \
9774 conftest$ac_exeext conftest.$ac_ext
9775 LDFLAGS="$save_LDFLAGS"
9776 else
9777 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'
9778 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'
9780 archive_cmds_need_lc='no'
9781 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9782 hardcode_libdir_separator=:
9783 inherit_rpath=yes
9784 link_all_deplibs=yes
9787 netbsd*)
9788 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9789 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9790 else
9791 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9793 hardcode_libdir_flag_spec='-R$libdir'
9794 hardcode_direct=yes
9795 hardcode_shlibpath_var=no
9798 newsos6)
9799 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9800 hardcode_direct=yes
9801 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9802 hardcode_libdir_separator=:
9803 hardcode_shlibpath_var=no
9806 *nto* | *qnx*)
9809 openbsd*)
9810 if test -f /usr/libexec/ld.so; then
9811 hardcode_direct=yes
9812 hardcode_shlibpath_var=no
9813 hardcode_direct_absolute=yes
9814 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9815 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9816 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9817 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9818 export_dynamic_flag_spec='${wl}-E'
9819 else
9820 case $host_os in
9821 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9822 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9823 hardcode_libdir_flag_spec='-R$libdir'
9826 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9827 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9829 esac
9831 else
9832 ld_shlibs=no
9836 os2*)
9837 hardcode_libdir_flag_spec='-L$libdir'
9838 hardcode_minus_L=yes
9839 allow_undefined_flag=unsupported
9840 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'
9841 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9844 osf3*)
9845 if test "$GCC" = yes; then
9846 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9847 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'
9848 else
9849 allow_undefined_flag=' -expect_unresolved \*'
9850 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'
9852 archive_cmds_need_lc='no'
9853 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9854 hardcode_libdir_separator=:
9857 osf4* | osf5*) # as osf3* with the addition of -msym flag
9858 if test "$GCC" = yes; then
9859 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9860 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'
9861 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9862 else
9863 allow_undefined_flag=' -expect_unresolved \*'
9864 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'
9865 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~
9866 $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'
9868 # Both c and cxx compiler support -rpath directly
9869 hardcode_libdir_flag_spec='-rpath $libdir'
9871 archive_cmds_need_lc='no'
9872 hardcode_libdir_separator=:
9875 solaris*)
9876 no_undefined_flag=' -z defs'
9877 if test "$GCC" = yes; then
9878 wlarc='${wl}'
9879 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9880 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9881 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9882 else
9883 case `$CC -V 2>&1` in
9884 *"Compilers 5.0"*)
9885 wlarc=''
9886 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9887 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9888 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9891 wlarc='${wl}'
9892 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9893 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9894 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9896 esac
9898 hardcode_libdir_flag_spec='-R$libdir'
9899 hardcode_shlibpath_var=no
9900 case $host_os in
9901 solaris2.[0-5] | solaris2.[0-5].*) ;;
9903 # The compiler driver will combine and reorder linker options,
9904 # but understands `-z linker_flag'. GCC discards it without `$wl',
9905 # but is careful enough not to reorder.
9906 # Supported since Solaris 2.6 (maybe 2.5.1?)
9907 if test "$GCC" = yes; then
9908 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9909 else
9910 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9913 esac
9914 link_all_deplibs=yes
9917 sunos4*)
9918 if test "x$host_vendor" = xsequent; then
9919 # Use $CC to link under sequent, because it throws in some extra .o
9920 # files that make .init and .fini sections work.
9921 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9922 else
9923 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9925 hardcode_libdir_flag_spec='-L$libdir'
9926 hardcode_direct=yes
9927 hardcode_minus_L=yes
9928 hardcode_shlibpath_var=no
9931 sysv4)
9932 case $host_vendor in
9933 sni)
9934 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9935 hardcode_direct=yes # is this really true???
9937 siemens)
9938 ## LD is ld it makes a PLAMLIB
9939 ## CC just makes a GrossModule.
9940 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9941 reload_cmds='$CC -r -o $output$reload_objs'
9942 hardcode_direct=no
9944 motorola)
9945 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9946 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9948 esac
9949 runpath_var='LD_RUN_PATH'
9950 hardcode_shlibpath_var=no
9953 sysv4.3*)
9954 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9955 hardcode_shlibpath_var=no
9956 export_dynamic_flag_spec='-Bexport'
9959 sysv4*MP*)
9960 if test -d /usr/nec; then
9961 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9962 hardcode_shlibpath_var=no
9963 runpath_var=LD_RUN_PATH
9964 hardcode_runpath_var=yes
9965 ld_shlibs=yes
9969 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9970 no_undefined_flag='${wl}-z,text'
9971 archive_cmds_need_lc=no
9972 hardcode_shlibpath_var=no
9973 runpath_var='LD_RUN_PATH'
9975 if test "$GCC" = yes; then
9976 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9977 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9978 else
9979 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9980 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9984 sysv5* | sco3.2v5* | sco5v6*)
9985 # Note: We can NOT use -z defs as we might desire, because we do not
9986 # link with -lc, and that would cause any symbols used from libc to
9987 # always be unresolved, which means just about no library would
9988 # ever link correctly. If we're not using GNU ld we use -z text
9989 # though, which does catch some bad symbols but isn't as heavy-handed
9990 # as -z defs.
9991 no_undefined_flag='${wl}-z,text'
9992 allow_undefined_flag='${wl}-z,nodefs'
9993 archive_cmds_need_lc=no
9994 hardcode_shlibpath_var=no
9995 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9996 hardcode_libdir_separator=':'
9997 link_all_deplibs=yes
9998 export_dynamic_flag_spec='${wl}-Bexport'
9999 runpath_var='LD_RUN_PATH'
10001 if test "$GCC" = yes; then
10002 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10003 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10004 else
10005 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10006 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
10010 uts4*)
10011 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
10012 hardcode_libdir_flag_spec='-L$libdir'
10013 hardcode_shlibpath_var=no
10017 ld_shlibs=no
10019 esac
10021 if test x$host_vendor = xsni; then
10022 case $host in
10023 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
10024 export_dynamic_flag_spec='${wl}-Blargedynsym'
10026 esac
10030 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
10031 $as_echo "$ld_shlibs" >&6; }
10032 test "$ld_shlibs" = no && can_build_shared=no
10034 with_gnu_ld=$with_gnu_ld
10051 # Do we need to explicitly link libc?
10053 case "x$archive_cmds_need_lc" in
10054 x|xyes)
10055 # Assume -lc should be added
10056 archive_cmds_need_lc=yes
10058 if test "$enable_shared" = yes && test "$GCC" = yes; then
10059 case $archive_cmds in
10060 *'~'*)
10061 # FIXME: we may have to deal with multi-command sequences.
10063 '$CC '*)
10064 # Test whether the compiler implicitly links with -lc since on some
10065 # systems, -lgcc has to come before -lc. If gcc already passes -lc
10066 # to ld, don't add -lc before -lgcc.
10067 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
10068 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
10069 if ${lt_cv_archive_cmds_need_lc+:} false; then :
10070 $as_echo_n "(cached) " >&6
10071 else
10072 $RM conftest*
10073 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10075 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
10076 (eval $ac_compile) 2>&5
10077 ac_status=$?
10078 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10079 test $ac_status = 0; } 2>conftest.err; then
10080 soname=conftest
10081 lib=conftest
10082 libobjs=conftest.$ac_objext
10083 deplibs=
10084 wl=$lt_prog_compiler_wl
10085 pic_flag=$lt_prog_compiler_pic
10086 compiler_flags=-v
10087 linker_flags=-v
10088 verstring=
10089 output_objdir=.
10090 libname=conftest
10091 lt_save_allow_undefined_flag=$allow_undefined_flag
10092 allow_undefined_flag=
10093 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
10094 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
10095 ac_status=$?
10096 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10097 test $ac_status = 0; }
10098 then
10099 lt_cv_archive_cmds_need_lc=no
10100 else
10101 lt_cv_archive_cmds_need_lc=yes
10103 allow_undefined_flag=$lt_save_allow_undefined_flag
10104 else
10105 cat conftest.err 1>&5
10107 $RM conftest*
10110 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
10111 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
10112 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
10114 esac
10117 esac
10275 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10276 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10278 if test "$GCC" = yes; then
10279 case $host_os in
10280 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10281 *) lt_awk_arg="/^libraries:/" ;;
10282 esac
10283 case $host_os in
10284 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10285 *) lt_sed_strip_eq="s,=/,/,g" ;;
10286 esac
10287 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10288 case $lt_search_path_spec in
10289 *\;*)
10290 # if the path contains ";" then we assume it to be the separator
10291 # otherwise default to the standard path separator (i.e. ":") - it is
10292 # assumed that no part of a normal pathname contains ";" but that should
10293 # okay in the real world where ";" in dirpaths is itself problematic.
10294 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10297 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10299 esac
10300 # Ok, now we have the path, separated by spaces, we can step through it
10301 # and add multilib dir if necessary.
10302 lt_tmp_lt_search_path_spec=
10303 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10304 for lt_sys_path in $lt_search_path_spec; do
10305 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10306 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10307 else
10308 test -d "$lt_sys_path" && \
10309 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10311 done
10312 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10313 BEGIN {RS=" "; FS="/|\n";} {
10314 lt_foo="";
10315 lt_count=0;
10316 for (lt_i = NF; lt_i > 0; lt_i--) {
10317 if ($lt_i != "" && $lt_i != ".") {
10318 if ($lt_i == "..") {
10319 lt_count++;
10320 } else {
10321 if (lt_count == 0) {
10322 lt_foo="/" $lt_i lt_foo;
10323 } else {
10324 lt_count--;
10329 if (lt_foo != "") { lt_freq[lt_foo]++; }
10330 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10332 # AWK program above erroneously prepends '/' to C:/dos/paths
10333 # for these hosts.
10334 case $host_os in
10335 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10336 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10337 esac
10338 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10339 else
10340 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10342 library_names_spec=
10343 libname_spec='lib$name'
10344 soname_spec=
10345 shrext_cmds=".so"
10346 postinstall_cmds=
10347 postuninstall_cmds=
10348 finish_cmds=
10349 finish_eval=
10350 shlibpath_var=
10351 shlibpath_overrides_runpath=unknown
10352 version_type=none
10353 dynamic_linker="$host_os ld.so"
10354 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10355 need_lib_prefix=unknown
10356 hardcode_into_libs=no
10358 # when you set need_version to no, make sure it does not cause -set_version
10359 # flags to be left without arguments
10360 need_version=unknown
10362 case $host_os in
10363 aix3*)
10364 version_type=linux
10365 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10366 shlibpath_var=LIBPATH
10368 # AIX 3 has no versioning support, so we append a major version to the name.
10369 soname_spec='${libname}${release}${shared_ext}$major'
10372 aix[4-9]*)
10373 version_type=linux
10374 need_lib_prefix=no
10375 need_version=no
10376 hardcode_into_libs=yes
10377 if test "$host_cpu" = ia64; then
10378 # AIX 5 supports IA64
10379 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10380 shlibpath_var=LD_LIBRARY_PATH
10381 else
10382 # With GCC up to 2.95.x, collect2 would create an import file
10383 # for dependence libraries. The import file would start with
10384 # the line `#! .'. This would cause the generated library to
10385 # depend on `.', always an invalid library. This was fixed in
10386 # development snapshots of GCC prior to 3.0.
10387 case $host_os in
10388 aix4 | aix4.[01] | aix4.[01].*)
10389 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10390 echo ' yes '
10391 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10393 else
10394 can_build_shared=no
10397 esac
10398 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10399 # soname into executable. Probably we can add versioning support to
10400 # collect2, so additional links can be useful in future.
10401 if test "$aix_use_runtimelinking" = yes; then
10402 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10403 # instead of lib<name>.a to let people know that these are not
10404 # typical AIX shared libraries.
10405 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10406 else
10407 # We preserve .a as extension for shared libraries through AIX4.2
10408 # and later when we are not doing run time linking.
10409 library_names_spec='${libname}${release}.a $libname.a'
10410 soname_spec='${libname}${release}${shared_ext}$major'
10412 shlibpath_var=LIBPATH
10416 amigaos*)
10417 case $host_cpu in
10418 powerpc)
10419 # Since July 2007 AmigaOS4 officially supports .so libraries.
10420 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10421 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10423 m68k)
10424 library_names_spec='$libname.ixlibrary $libname.a'
10425 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10426 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'
10428 esac
10431 beos*)
10432 library_names_spec='${libname}${shared_ext}'
10433 dynamic_linker="$host_os ld.so"
10434 shlibpath_var=LIBRARY_PATH
10437 bsdi[45]*)
10438 version_type=linux
10439 need_version=no
10440 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10441 soname_spec='${libname}${release}${shared_ext}$major'
10442 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10443 shlibpath_var=LD_LIBRARY_PATH
10444 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10445 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10446 # the default ld.so.conf also contains /usr/contrib/lib and
10447 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10448 # libtool to hard-code these into programs
10451 cygwin* | mingw* | pw32* | cegcc*)
10452 version_type=windows
10453 shrext_cmds=".dll"
10454 need_version=no
10455 need_lib_prefix=no
10457 case $GCC,$host_os in
10458 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10459 library_names_spec='$libname.dll.a'
10460 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10461 postinstall_cmds='base_file=`basename \${file}`~
10462 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10463 dldir=$destdir/`dirname \$dlpath`~
10464 test -d \$dldir || mkdir -p \$dldir~
10465 $install_prog $dir/$dlname \$dldir/$dlname~
10466 chmod a+x \$dldir/$dlname~
10467 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10468 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10470 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10471 dlpath=$dir/\$dldll~
10472 $RM \$dlpath'
10473 shlibpath_overrides_runpath=yes
10475 case $host_os in
10476 cygwin*)
10477 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10478 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10480 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10482 mingw* | cegcc*)
10483 # MinGW DLLs use traditional 'lib' prefix
10484 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10486 pw32*)
10487 # pw32 DLLs use 'pw' prefix rather than 'lib'
10488 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10490 esac
10494 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10496 esac
10497 dynamic_linker='Win32 ld.exe'
10498 # FIXME: first we should search . and the directory the executable is in
10499 shlibpath_var=PATH
10502 darwin* | rhapsody*)
10503 dynamic_linker="$host_os dyld"
10504 version_type=darwin
10505 need_lib_prefix=no
10506 need_version=no
10507 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10508 soname_spec='${libname}${release}${major}$shared_ext'
10509 shlibpath_overrides_runpath=yes
10510 shlibpath_var=DYLD_LIBRARY_PATH
10511 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10513 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10514 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10517 dgux*)
10518 version_type=linux
10519 need_lib_prefix=no
10520 need_version=no
10521 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10522 soname_spec='${libname}${release}${shared_ext}$major'
10523 shlibpath_var=LD_LIBRARY_PATH
10526 freebsd* | dragonfly*)
10527 # DragonFly does not have aout. When/if they implement a new
10528 # versioning mechanism, adjust this.
10529 if test -x /usr/bin/objformat; then
10530 objformat=`/usr/bin/objformat`
10531 else
10532 case $host_os in
10533 freebsd[23].*) objformat=aout ;;
10534 *) objformat=elf ;;
10535 esac
10537 version_type=freebsd-$objformat
10538 case $version_type in
10539 freebsd-elf*)
10540 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10541 need_version=no
10542 need_lib_prefix=no
10544 freebsd-*)
10545 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10546 need_version=yes
10548 esac
10549 shlibpath_var=LD_LIBRARY_PATH
10550 case $host_os in
10551 freebsd2.*)
10552 shlibpath_overrides_runpath=yes
10554 freebsd3.[01]* | freebsdelf3.[01]*)
10555 shlibpath_overrides_runpath=yes
10556 hardcode_into_libs=yes
10558 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10559 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10560 shlibpath_overrides_runpath=no
10561 hardcode_into_libs=yes
10563 *) # from 4.6 on, and DragonFly
10564 shlibpath_overrides_runpath=yes
10565 hardcode_into_libs=yes
10567 esac
10570 gnu*)
10571 version_type=linux
10572 need_lib_prefix=no
10573 need_version=no
10574 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10575 soname_spec='${libname}${release}${shared_ext}$major'
10576 shlibpath_var=LD_LIBRARY_PATH
10577 hardcode_into_libs=yes
10580 haiku*)
10581 version_type=linux
10582 need_lib_prefix=no
10583 need_version=no
10584 dynamic_linker="$host_os runtime_loader"
10585 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10586 soname_spec='${libname}${release}${shared_ext}$major'
10587 shlibpath_var=LIBRARY_PATH
10588 shlibpath_overrides_runpath=yes
10589 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10590 hardcode_into_libs=yes
10593 hpux9* | hpux10* | hpux11*)
10594 # Give a soname corresponding to the major version so that dld.sl refuses to
10595 # link against other versions.
10596 version_type=sunos
10597 need_lib_prefix=no
10598 need_version=no
10599 case $host_cpu in
10600 ia64*)
10601 shrext_cmds='.so'
10602 hardcode_into_libs=yes
10603 dynamic_linker="$host_os dld.so"
10604 shlibpath_var=LD_LIBRARY_PATH
10605 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10606 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10607 soname_spec='${libname}${release}${shared_ext}$major'
10608 if test "X$HPUX_IA64_MODE" = X32; then
10609 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10610 else
10611 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10613 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10615 hppa*64*)
10616 shrext_cmds='.sl'
10617 hardcode_into_libs=yes
10618 dynamic_linker="$host_os dld.sl"
10619 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10620 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10621 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10622 soname_spec='${libname}${release}${shared_ext}$major'
10623 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10624 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10627 shrext_cmds='.sl'
10628 dynamic_linker="$host_os dld.sl"
10629 shlibpath_var=SHLIB_PATH
10630 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10631 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10632 soname_spec='${libname}${release}${shared_ext}$major'
10634 esac
10635 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10636 postinstall_cmds='chmod 555 $lib'
10637 # or fails outright, so override atomically:
10638 install_override_mode=555
10641 interix[3-9]*)
10642 version_type=linux
10643 need_lib_prefix=no
10644 need_version=no
10645 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10646 soname_spec='${libname}${release}${shared_ext}$major'
10647 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10648 shlibpath_var=LD_LIBRARY_PATH
10649 shlibpath_overrides_runpath=no
10650 hardcode_into_libs=yes
10653 irix5* | irix6* | nonstopux*)
10654 case $host_os in
10655 nonstopux*) version_type=nonstopux ;;
10657 if test "$lt_cv_prog_gnu_ld" = yes; then
10658 version_type=linux
10659 else
10660 version_type=irix
10661 fi ;;
10662 esac
10663 need_lib_prefix=no
10664 need_version=no
10665 soname_spec='${libname}${release}${shared_ext}$major'
10666 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10667 case $host_os in
10668 irix5* | nonstopux*)
10669 libsuff= shlibsuff=
10672 case $LD in # libtool.m4 will add one of these switches to LD
10673 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10674 libsuff= shlibsuff= libmagic=32-bit;;
10675 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10676 libsuff=32 shlibsuff=N32 libmagic=N32;;
10677 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10678 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10679 *) libsuff= shlibsuff= libmagic=never-match;;
10680 esac
10682 esac
10683 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10684 shlibpath_overrides_runpath=no
10685 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10686 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10687 hardcode_into_libs=yes
10690 # No shared lib support for Linux oldld, aout, or coff.
10691 linux*oldld* | linux*aout* | linux*coff*)
10692 dynamic_linker=no
10695 # This must be Linux ELF.
10697 # uclinux* changes (here and below) have been submitted to the libtool
10698 # project, but have not yet been accepted: they are GCC-local changes
10699 # for the time being. (See
10700 # https://lists.gnu.org/archive/html/libtool-patches/2018-05/msg00000.html)
10701 linux* | k*bsd*-gnu | kopensolaris*-gnu | uclinuxfdpiceabi)
10702 version_type=linux
10703 need_lib_prefix=no
10704 need_version=no
10705 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10706 soname_spec='${libname}${release}${shared_ext}$major'
10707 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10708 shlibpath_var=LD_LIBRARY_PATH
10709 shlibpath_overrides_runpath=no
10711 # Some binutils ld are patched to set DT_RUNPATH
10712 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10713 $as_echo_n "(cached) " >&6
10714 else
10715 lt_cv_shlibpath_overrides_runpath=no
10716 save_LDFLAGS=$LDFLAGS
10717 save_libdir=$libdir
10718 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10719 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10720 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10721 /* end confdefs.h. */
10724 main ()
10728 return 0;
10730 _ACEOF
10731 if ac_fn_c_try_link "$LINENO"; then :
10732 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10733 lt_cv_shlibpath_overrides_runpath=yes
10736 rm -f core conftest.err conftest.$ac_objext \
10737 conftest$ac_exeext conftest.$ac_ext
10738 LDFLAGS=$save_LDFLAGS
10739 libdir=$save_libdir
10743 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10745 # This implies no fast_install, which is unacceptable.
10746 # Some rework will be needed to allow for fast_install
10747 # before this can be enabled.
10748 hardcode_into_libs=yes
10750 # Append ld.so.conf contents to the search path
10751 if test -f /etc/ld.so.conf; then
10752 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' ' '`
10753 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10756 # We used to test for /lib/ld.so.1 and disable shared libraries on
10757 # powerpc, because MkLinux only supported shared libraries with the
10758 # GNU dynamic linker. Since this was broken with cross compilers,
10759 # most powerpc-linux boxes support dynamic linking these days and
10760 # people can always --disable-shared, the test was removed, and we
10761 # assume the GNU/Linux dynamic linker is in use.
10762 dynamic_linker='GNU/Linux ld.so'
10765 netbsd*)
10766 version_type=sunos
10767 need_lib_prefix=no
10768 need_version=no
10769 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10770 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10771 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10772 dynamic_linker='NetBSD (a.out) ld.so'
10773 else
10774 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10775 soname_spec='${libname}${release}${shared_ext}$major'
10776 dynamic_linker='NetBSD ld.elf_so'
10778 shlibpath_var=LD_LIBRARY_PATH
10779 shlibpath_overrides_runpath=yes
10780 hardcode_into_libs=yes
10783 newsos6)
10784 version_type=linux
10785 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10786 shlibpath_var=LD_LIBRARY_PATH
10787 shlibpath_overrides_runpath=yes
10790 *nto* | *qnx*)
10791 version_type=qnx
10792 need_lib_prefix=no
10793 need_version=no
10794 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10795 soname_spec='${libname}${release}${shared_ext}$major'
10796 shlibpath_var=LD_LIBRARY_PATH
10797 shlibpath_overrides_runpath=no
10798 hardcode_into_libs=yes
10799 dynamic_linker='ldqnx.so'
10802 openbsd*)
10803 version_type=sunos
10804 sys_lib_dlsearch_path_spec="/usr/lib"
10805 need_lib_prefix=no
10806 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10807 case $host_os in
10808 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10809 *) need_version=no ;;
10810 esac
10811 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10812 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10813 shlibpath_var=LD_LIBRARY_PATH
10814 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10815 case $host_os in
10816 openbsd2.[89] | openbsd2.[89].*)
10817 shlibpath_overrides_runpath=no
10820 shlibpath_overrides_runpath=yes
10822 esac
10823 else
10824 shlibpath_overrides_runpath=yes
10828 os2*)
10829 libname_spec='$name'
10830 shrext_cmds=".dll"
10831 need_lib_prefix=no
10832 library_names_spec='$libname${shared_ext} $libname.a'
10833 dynamic_linker='OS/2 ld.exe'
10834 shlibpath_var=LIBPATH
10837 osf3* | osf4* | osf5*)
10838 version_type=osf
10839 need_lib_prefix=no
10840 need_version=no
10841 soname_spec='${libname}${release}${shared_ext}$major'
10842 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10843 shlibpath_var=LD_LIBRARY_PATH
10844 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10845 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10848 rdos*)
10849 dynamic_linker=no
10852 solaris*)
10853 version_type=linux
10854 need_lib_prefix=no
10855 need_version=no
10856 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10857 soname_spec='${libname}${release}${shared_ext}$major'
10858 shlibpath_var=LD_LIBRARY_PATH
10859 shlibpath_overrides_runpath=yes
10860 hardcode_into_libs=yes
10861 # ldd complains unless libraries are executable
10862 postinstall_cmds='chmod +x $lib'
10865 sunos4*)
10866 version_type=sunos
10867 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10868 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10869 shlibpath_var=LD_LIBRARY_PATH
10870 shlibpath_overrides_runpath=yes
10871 if test "$with_gnu_ld" = yes; then
10872 need_lib_prefix=no
10874 need_version=yes
10877 sysv4 | sysv4.3*)
10878 version_type=linux
10879 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10880 soname_spec='${libname}${release}${shared_ext}$major'
10881 shlibpath_var=LD_LIBRARY_PATH
10882 case $host_vendor in
10883 sni)
10884 shlibpath_overrides_runpath=no
10885 need_lib_prefix=no
10886 runpath_var=LD_RUN_PATH
10888 siemens)
10889 need_lib_prefix=no
10891 motorola)
10892 need_lib_prefix=no
10893 need_version=no
10894 shlibpath_overrides_runpath=no
10895 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10897 esac
10900 sysv4*MP*)
10901 if test -d /usr/nec ;then
10902 version_type=linux
10903 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10904 soname_spec='$libname${shared_ext}.$major'
10905 shlibpath_var=LD_LIBRARY_PATH
10909 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10910 version_type=freebsd-elf
10911 need_lib_prefix=no
10912 need_version=no
10913 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10914 soname_spec='${libname}${release}${shared_ext}$major'
10915 shlibpath_var=LD_LIBRARY_PATH
10916 shlibpath_overrides_runpath=yes
10917 hardcode_into_libs=yes
10918 if test "$with_gnu_ld" = yes; then
10919 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10920 else
10921 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10922 case $host_os in
10923 sco3.2v5*)
10924 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10926 esac
10928 sys_lib_dlsearch_path_spec='/usr/lib'
10931 tpf*)
10932 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10933 version_type=linux
10934 need_lib_prefix=no
10935 need_version=no
10936 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10937 shlibpath_var=LD_LIBRARY_PATH
10938 shlibpath_overrides_runpath=no
10939 hardcode_into_libs=yes
10942 uts4*)
10943 version_type=linux
10944 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10945 soname_spec='${libname}${release}${shared_ext}$major'
10946 shlibpath_var=LD_LIBRARY_PATH
10950 dynamic_linker=no
10952 esac
10953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10954 $as_echo "$dynamic_linker" >&6; }
10955 test "$dynamic_linker" = no && can_build_shared=no
10957 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10958 if test "$GCC" = yes; then
10959 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10962 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10963 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10965 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10966 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
11060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
11061 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
11062 hardcode_action=
11063 if test -n "$hardcode_libdir_flag_spec" ||
11064 test -n "$runpath_var" ||
11065 test "X$hardcode_automatic" = "Xyes" ; then
11067 # We can hardcode non-existent directories.
11068 if test "$hardcode_direct" != no &&
11069 # If the only mechanism to avoid hardcoding is shlibpath_var, we
11070 # have to relink, otherwise we might link with an installed library
11071 # when we should be linking with a yet-to-be-installed one
11072 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
11073 test "$hardcode_minus_L" != no; then
11074 # Linking always hardcodes the temporary library directory.
11075 hardcode_action=relink
11076 else
11077 # We can link without hardcoding, and we can hardcode nonexisting dirs.
11078 hardcode_action=immediate
11080 else
11081 # We cannot hardcode anything, or else we can only hardcode existing
11082 # directories.
11083 hardcode_action=unsupported
11085 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
11086 $as_echo "$hardcode_action" >&6; }
11088 if test "$hardcode_action" = relink ||
11089 test "$inherit_rpath" = yes; then
11090 # Fast installation is not supported
11091 enable_fast_install=no
11092 elif test "$shlibpath_overrides_runpath" = yes ||
11093 test "$enable_shared" = no; then
11094 # Fast installation is not necessary
11095 enable_fast_install=needless
11103 if test "x$enable_dlopen" != xyes; then
11104 enable_dlopen=unknown
11105 enable_dlopen_self=unknown
11106 enable_dlopen_self_static=unknown
11107 else
11108 lt_cv_dlopen=no
11109 lt_cv_dlopen_libs=
11111 case $host_os in
11112 beos*)
11113 lt_cv_dlopen="load_add_on"
11114 lt_cv_dlopen_libs=
11115 lt_cv_dlopen_self=yes
11118 mingw* | pw32* | cegcc*)
11119 lt_cv_dlopen="LoadLibrary"
11120 lt_cv_dlopen_libs=
11123 cygwin*)
11124 lt_cv_dlopen="dlopen"
11125 lt_cv_dlopen_libs=
11128 darwin*)
11129 # if libdl is installed we need to link against it
11130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11131 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11132 if ${ac_cv_lib_dl_dlopen+:} false; then :
11133 $as_echo_n "(cached) " >&6
11134 else
11135 ac_check_lib_save_LIBS=$LIBS
11136 LIBS="-ldl $LIBS"
11137 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11138 /* end confdefs.h. */
11140 /* Override any GCC internal prototype to avoid an error.
11141 Use char because int might match the return type of a GCC
11142 builtin and then its argument prototype would still apply. */
11143 #ifdef __cplusplus
11144 extern "C"
11145 #endif
11146 char dlopen ();
11148 main ()
11150 return dlopen ();
11152 return 0;
11154 _ACEOF
11155 if ac_fn_c_try_link "$LINENO"; then :
11156 ac_cv_lib_dl_dlopen=yes
11157 else
11158 ac_cv_lib_dl_dlopen=no
11160 rm -f core conftest.err conftest.$ac_objext \
11161 conftest$ac_exeext conftest.$ac_ext
11162 LIBS=$ac_check_lib_save_LIBS
11164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11165 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11166 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11167 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11168 else
11170 lt_cv_dlopen="dyld"
11171 lt_cv_dlopen_libs=
11172 lt_cv_dlopen_self=yes
11179 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11180 if test "x$ac_cv_func_shl_load" = xyes; then :
11181 lt_cv_dlopen="shl_load"
11182 else
11183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11184 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11185 if ${ac_cv_lib_dld_shl_load+:} false; then :
11186 $as_echo_n "(cached) " >&6
11187 else
11188 ac_check_lib_save_LIBS=$LIBS
11189 LIBS="-ldld $LIBS"
11190 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11191 /* end confdefs.h. */
11193 /* Override any GCC internal prototype to avoid an error.
11194 Use char because int might match the return type of a GCC
11195 builtin and then its argument prototype would still apply. */
11196 #ifdef __cplusplus
11197 extern "C"
11198 #endif
11199 char shl_load ();
11201 main ()
11203 return shl_load ();
11205 return 0;
11207 _ACEOF
11208 if ac_fn_c_try_link "$LINENO"; then :
11209 ac_cv_lib_dld_shl_load=yes
11210 else
11211 ac_cv_lib_dld_shl_load=no
11213 rm -f core conftest.err conftest.$ac_objext \
11214 conftest$ac_exeext conftest.$ac_ext
11215 LIBS=$ac_check_lib_save_LIBS
11217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11218 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11219 if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
11220 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11221 else
11222 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11223 if test "x$ac_cv_func_dlopen" = xyes; then :
11224 lt_cv_dlopen="dlopen"
11225 else
11226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11227 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11228 if ${ac_cv_lib_dl_dlopen+:} false; then :
11229 $as_echo_n "(cached) " >&6
11230 else
11231 ac_check_lib_save_LIBS=$LIBS
11232 LIBS="-ldl $LIBS"
11233 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11234 /* end confdefs.h. */
11236 /* Override any GCC internal prototype to avoid an error.
11237 Use char because int might match the return type of a GCC
11238 builtin and then its argument prototype would still apply. */
11239 #ifdef __cplusplus
11240 extern "C"
11241 #endif
11242 char dlopen ();
11244 main ()
11246 return dlopen ();
11248 return 0;
11250 _ACEOF
11251 if ac_fn_c_try_link "$LINENO"; then :
11252 ac_cv_lib_dl_dlopen=yes
11253 else
11254 ac_cv_lib_dl_dlopen=no
11256 rm -f core conftest.err conftest.$ac_objext \
11257 conftest$ac_exeext conftest.$ac_ext
11258 LIBS=$ac_check_lib_save_LIBS
11260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11261 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11262 if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
11263 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11264 else
11265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11266 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11267 if ${ac_cv_lib_svld_dlopen+:} false; then :
11268 $as_echo_n "(cached) " >&6
11269 else
11270 ac_check_lib_save_LIBS=$LIBS
11271 LIBS="-lsvld $LIBS"
11272 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11273 /* end confdefs.h. */
11275 /* Override any GCC internal prototype to avoid an error.
11276 Use char because int might match the return type of a GCC
11277 builtin and then its argument prototype would still apply. */
11278 #ifdef __cplusplus
11279 extern "C"
11280 #endif
11281 char dlopen ();
11283 main ()
11285 return dlopen ();
11287 return 0;
11289 _ACEOF
11290 if ac_fn_c_try_link "$LINENO"; then :
11291 ac_cv_lib_svld_dlopen=yes
11292 else
11293 ac_cv_lib_svld_dlopen=no
11295 rm -f core conftest.err conftest.$ac_objext \
11296 conftest$ac_exeext conftest.$ac_ext
11297 LIBS=$ac_check_lib_save_LIBS
11299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11300 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11301 if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
11302 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11303 else
11304 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11305 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11306 if ${ac_cv_lib_dld_dld_link+:} false; then :
11307 $as_echo_n "(cached) " >&6
11308 else
11309 ac_check_lib_save_LIBS=$LIBS
11310 LIBS="-ldld $LIBS"
11311 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11312 /* end confdefs.h. */
11314 /* Override any GCC internal prototype to avoid an error.
11315 Use char because int might match the return type of a GCC
11316 builtin and then its argument prototype would still apply. */
11317 #ifdef __cplusplus
11318 extern "C"
11319 #endif
11320 char dld_link ();
11322 main ()
11324 return dld_link ();
11326 return 0;
11328 _ACEOF
11329 if ac_fn_c_try_link "$LINENO"; then :
11330 ac_cv_lib_dld_dld_link=yes
11331 else
11332 ac_cv_lib_dld_dld_link=no
11334 rm -f core conftest.err conftest.$ac_objext \
11335 conftest$ac_exeext conftest.$ac_ext
11336 LIBS=$ac_check_lib_save_LIBS
11338 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11339 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11340 if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
11341 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11360 esac
11362 if test "x$lt_cv_dlopen" != xno; then
11363 enable_dlopen=yes
11364 else
11365 enable_dlopen=no
11368 case $lt_cv_dlopen in
11369 dlopen)
11370 save_CPPFLAGS="$CPPFLAGS"
11371 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11373 save_LDFLAGS="$LDFLAGS"
11374 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11376 save_LIBS="$LIBS"
11377 LIBS="$lt_cv_dlopen_libs $LIBS"
11379 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11380 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11381 if ${lt_cv_dlopen_self+:} false; then :
11382 $as_echo_n "(cached) " >&6
11383 else
11384 if test "$cross_compiling" = yes; then :
11385 lt_cv_dlopen_self=cross
11386 else
11387 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11388 lt_status=$lt_dlunknown
11389 cat > conftest.$ac_ext <<_LT_EOF
11390 #line 11390 "configure"
11391 #include "confdefs.h"
11393 #if HAVE_DLFCN_H
11394 #include <dlfcn.h>
11395 #endif
11397 #include <stdio.h>
11399 #ifdef RTLD_GLOBAL
11400 # define LT_DLGLOBAL RTLD_GLOBAL
11401 #else
11402 # ifdef DL_GLOBAL
11403 # define LT_DLGLOBAL DL_GLOBAL
11404 # else
11405 # define LT_DLGLOBAL 0
11406 # endif
11407 #endif
11409 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11410 find out it does not work in some platform. */
11411 #ifndef LT_DLLAZY_OR_NOW
11412 # ifdef RTLD_LAZY
11413 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11414 # else
11415 # ifdef DL_LAZY
11416 # define LT_DLLAZY_OR_NOW DL_LAZY
11417 # else
11418 # ifdef RTLD_NOW
11419 # define LT_DLLAZY_OR_NOW RTLD_NOW
11420 # else
11421 # ifdef DL_NOW
11422 # define LT_DLLAZY_OR_NOW DL_NOW
11423 # else
11424 # define LT_DLLAZY_OR_NOW 0
11425 # endif
11426 # endif
11427 # endif
11428 # endif
11429 #endif
11431 /* When -fvisbility=hidden is used, assume the code has been annotated
11432 correspondingly for the symbols needed. */
11433 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11434 void fnord () __attribute__((visibility("default")));
11435 #endif
11437 void fnord () { int i=42; }
11438 int main ()
11440 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11441 int status = $lt_dlunknown;
11443 if (self)
11445 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11446 else
11448 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11449 else puts (dlerror ());
11451 /* dlclose (self); */
11453 else
11454 puts (dlerror ());
11456 return status;
11458 _LT_EOF
11459 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11460 (eval $ac_link) 2>&5
11461 ac_status=$?
11462 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11463 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11464 (./conftest; exit; ) >&5 2>/dev/null
11465 lt_status=$?
11466 case x$lt_status in
11467 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11468 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11469 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11470 esac
11471 else :
11472 # compilation failed
11473 lt_cv_dlopen_self=no
11476 rm -fr conftest*
11480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11481 $as_echo "$lt_cv_dlopen_self" >&6; }
11483 if test "x$lt_cv_dlopen_self" = xyes; then
11484 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11485 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11486 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11487 if ${lt_cv_dlopen_self_static+:} false; then :
11488 $as_echo_n "(cached) " >&6
11489 else
11490 if test "$cross_compiling" = yes; then :
11491 lt_cv_dlopen_self_static=cross
11492 else
11493 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11494 lt_status=$lt_dlunknown
11495 cat > conftest.$ac_ext <<_LT_EOF
11496 #line 11496 "configure"
11497 #include "confdefs.h"
11499 #if HAVE_DLFCN_H
11500 #include <dlfcn.h>
11501 #endif
11503 #include <stdio.h>
11505 #ifdef RTLD_GLOBAL
11506 # define LT_DLGLOBAL RTLD_GLOBAL
11507 #else
11508 # ifdef DL_GLOBAL
11509 # define LT_DLGLOBAL DL_GLOBAL
11510 # else
11511 # define LT_DLGLOBAL 0
11512 # endif
11513 #endif
11515 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11516 find out it does not work in some platform. */
11517 #ifndef LT_DLLAZY_OR_NOW
11518 # ifdef RTLD_LAZY
11519 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11520 # else
11521 # ifdef DL_LAZY
11522 # define LT_DLLAZY_OR_NOW DL_LAZY
11523 # else
11524 # ifdef RTLD_NOW
11525 # define LT_DLLAZY_OR_NOW RTLD_NOW
11526 # else
11527 # ifdef DL_NOW
11528 # define LT_DLLAZY_OR_NOW DL_NOW
11529 # else
11530 # define LT_DLLAZY_OR_NOW 0
11531 # endif
11532 # endif
11533 # endif
11534 # endif
11535 #endif
11537 /* When -fvisbility=hidden is used, assume the code has been annotated
11538 correspondingly for the symbols needed. */
11539 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11540 void fnord () __attribute__((visibility("default")));
11541 #endif
11543 void fnord () { int i=42; }
11544 int main ()
11546 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11547 int status = $lt_dlunknown;
11549 if (self)
11551 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11552 else
11554 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11555 else puts (dlerror ());
11557 /* dlclose (self); */
11559 else
11560 puts (dlerror ());
11562 return status;
11564 _LT_EOF
11565 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11566 (eval $ac_link) 2>&5
11567 ac_status=$?
11568 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11569 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11570 (./conftest; exit; ) >&5 2>/dev/null
11571 lt_status=$?
11572 case x$lt_status in
11573 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11574 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11575 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11576 esac
11577 else :
11578 # compilation failed
11579 lt_cv_dlopen_self_static=no
11582 rm -fr conftest*
11586 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11587 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11590 CPPFLAGS="$save_CPPFLAGS"
11591 LDFLAGS="$save_LDFLAGS"
11592 LIBS="$save_LIBS"
11594 esac
11596 case $lt_cv_dlopen_self in
11597 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11598 *) enable_dlopen_self=unknown ;;
11599 esac
11601 case $lt_cv_dlopen_self_static in
11602 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11603 *) enable_dlopen_self_static=unknown ;;
11604 esac
11623 striplib=
11624 old_striplib=
11625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11626 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11627 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11628 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11629 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11631 $as_echo "yes" >&6; }
11632 else
11633 # FIXME - insert some real tests, host_os isn't really good enough
11634 case $host_os in
11635 darwin*)
11636 if test -n "$STRIP" ; then
11637 striplib="$STRIP -x"
11638 old_striplib="$STRIP -S"
11639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11640 $as_echo "yes" >&6; }
11641 else
11642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11643 $as_echo "no" >&6; }
11647 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11648 $as_echo "no" >&6; }
11650 esac
11664 # Report which library types will actually be built
11665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11666 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11667 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11668 $as_echo "$can_build_shared" >&6; }
11670 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11671 $as_echo_n "checking whether to build shared libraries... " >&6; }
11672 test "$can_build_shared" = "no" && enable_shared=no
11674 # On AIX, shared libraries and static libraries use the same namespace, and
11675 # are all built from PIC.
11676 case $host_os in
11677 aix3*)
11678 test "$enable_shared" = yes && enable_static=no
11679 if test -n "$RANLIB"; then
11680 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11681 postinstall_cmds='$RANLIB $lib'
11685 aix[4-9]*)
11686 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11687 test "$enable_shared" = yes && enable_static=no
11690 esac
11691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11692 $as_echo "$enable_shared" >&6; }
11694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11695 $as_echo_n "checking whether to build static libraries... " >&6; }
11696 # Make sure either enable_shared or enable_static is yes.
11697 test "$enable_shared" = yes || enable_static=yes
11698 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11699 $as_echo "$enable_static" >&6; }
11705 ac_ext=c
11706 ac_cpp='$CPP $CPPFLAGS'
11707 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11708 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11709 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11711 CC="$lt_save_CC"
11725 ac_config_commands="$ac_config_commands libtool"
11730 # Only expand once:
11736 case $host in
11737 *-cygwin* | *-mingw*)
11738 # 'host' will be top-level target in the case of a target lib,
11739 # we must compare to with_cross_host to decide if this is a native
11740 # or cross-compiler and select where to install dlls appropriately.
11741 if test -n "$with_cross_host" &&
11742 test x"$with_cross_host" != x"no"; then
11743 lt_host_flags='-no-undefined -bindir "$(toolexeclibdir)"';
11744 else
11745 lt_host_flags='-no-undefined -bindir "$(bindir)"';
11749 lt_host_flags=
11751 esac
11758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
11759 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
11760 # Check whether --enable-maintainer-mode was given.
11761 if test "${enable_maintainer_mode+set}" = set; then :
11762 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
11763 else
11764 USE_MAINTAINER_MODE=no
11767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
11768 $as_echo "$USE_MAINTAINER_MODE" >&6; }
11769 if test $USE_MAINTAINER_MODE = yes; then
11770 MAINTAINER_MODE_TRUE=
11771 MAINTAINER_MODE_FALSE='#'
11772 else
11773 MAINTAINER_MODE_TRUE='#'
11774 MAINTAINER_MODE_FALSE=
11777 MAINT=$MAINTAINER_MODE_TRUE
11781 # For libtool versioning info, format is CURRENT:REVISION:AGE
11782 libtool_VERSION=3:0:2
11785 # Check for used threading-model
11786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for thread model used by GCC" >&5
11787 $as_echo_n "checking for thread model used by GCC... " >&6; }
11788 target_thread_file=`$CC -v 2>&1 | sed -n 's/^Thread model: //p'`
11789 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $target_thread_file" >&5
11790 $as_echo "$target_thread_file" >&6; }
11792 case "$target" in
11793 *aarch64*)
11794 ac_ext=c
11795 ac_cpp='$CPP $CPPFLAGS'
11796 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11797 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11798 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11800 enable_aarch64_lse=
11801 save_CFLAGS="$CFLAGS"
11802 for real_option in -march=armv8-a+lse; do
11803 # Do the check with the no- prefix removed since gcc silently
11804 # accepts any -Wno-* option on purpose
11805 case $real_option in
11806 -Wno-*) option=-W`expr x$real_option : 'x-Wno-\(.*\)'` ;;
11807 *) option=$real_option ;;
11808 esac
11809 as_acx_Woption=`$as_echo "acx_cv_prog_cc_warning_$option" | $as_tr_sh`
11811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC supports $option" >&5
11812 $as_echo_n "checking whether $CC supports $option... " >&6; }
11813 if eval \${$as_acx_Woption+:} false; then :
11814 $as_echo_n "(cached) " >&6
11815 else
11816 CFLAGS="$option"
11817 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11818 /* end confdefs.h. */
11821 main ()
11825 return 0;
11827 _ACEOF
11828 if ac_fn_c_try_compile "$LINENO"; then :
11829 eval "$as_acx_Woption=yes"
11830 else
11831 eval "$as_acx_Woption=no"
11833 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11836 eval ac_res=\$$as_acx_Woption
11837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
11838 $as_echo "$ac_res" >&6; }
11839 if test `eval 'as_val=${'$as_acx_Woption'};$as_echo "$as_val"'` = yes; then :
11840 enable_aarch64_lse="$enable_aarch64_lse${enable_aarch64_lse:+ }$real_option"
11842 done
11843 CFLAGS="$save_CFLAGS"
11844 ac_ext=c
11845 ac_cpp='$CPP $CPPFLAGS'
11846 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11847 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11848 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11852 esac
11854 # Get target configury.
11855 . ${srcdir}/configure.tgt
11856 if test -n "$UNSUPPORTED"; then
11857 as_fn_error $? "Configuration ${target} is unsupported." "$LINENO" 5
11860 # Write out the ifunc resolver arg type.
11862 cat >>confdefs.h <<_ACEOF
11863 #define IFUNC_RESOLVER_ARGS $IFUNC_RESOLVER_ARGS
11864 _ACEOF
11867 # Disable fallbacks to __sync routines from libgcc. Otherwise we'll
11868 # make silly decisions about what the cpu can do.
11869 CFLAGS="$save_CFLAGS -fno-sync-libcalls $XCFLAGS"
11871 # Check header files.
11872 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
11873 $as_echo_n "checking for ANSI C header files... " >&6; }
11874 if ${ac_cv_header_stdc+:} false; then :
11875 $as_echo_n "(cached) " >&6
11876 else
11877 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11878 /* end confdefs.h. */
11879 #include <stdlib.h>
11880 #include <stdarg.h>
11881 #include <string.h>
11882 #include <float.h>
11885 main ()
11889 return 0;
11891 _ACEOF
11892 if ac_fn_c_try_compile "$LINENO"; then :
11893 ac_cv_header_stdc=yes
11894 else
11895 ac_cv_header_stdc=no
11897 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11899 if test $ac_cv_header_stdc = yes; then
11900 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
11901 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11902 /* end confdefs.h. */
11903 #include <string.h>
11905 _ACEOF
11906 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11907 $EGREP "memchr" >/dev/null 2>&1; then :
11909 else
11910 ac_cv_header_stdc=no
11912 rm -f conftest*
11916 if test $ac_cv_header_stdc = yes; then
11917 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
11918 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11919 /* end confdefs.h. */
11920 #include <stdlib.h>
11922 _ACEOF
11923 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
11924 $EGREP "free" >/dev/null 2>&1; then :
11926 else
11927 ac_cv_header_stdc=no
11929 rm -f conftest*
11933 if test $ac_cv_header_stdc = yes; then
11934 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
11935 if test "$cross_compiling" = yes; then :
11937 else
11938 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11939 /* end confdefs.h. */
11940 #include <ctype.h>
11941 #include <stdlib.h>
11942 #if ((' ' & 0x0FF) == 0x020)
11943 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
11944 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
11945 #else
11946 # define ISLOWER(c) \
11947 (('a' <= (c) && (c) <= 'i') \
11948 || ('j' <= (c) && (c) <= 'r') \
11949 || ('s' <= (c) && (c) <= 'z'))
11950 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
11951 #endif
11953 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
11955 main ()
11957 int i;
11958 for (i = 0; i < 256; i++)
11959 if (XOR (islower (i), ISLOWER (i))
11960 || toupper (i) != TOUPPER (i))
11961 return 2;
11962 return 0;
11964 _ACEOF
11965 if ac_fn_c_try_run "$LINENO"; then :
11967 else
11968 ac_cv_header_stdc=no
11970 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11971 conftest.$ac_objext conftest.beam conftest.$ac_ext
11976 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
11977 $as_echo "$ac_cv_header_stdc" >&6; }
11978 if test $ac_cv_header_stdc = yes; then
11980 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
11984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether string.h and strings.h may both be included" >&5
11985 $as_echo_n "checking whether string.h and strings.h may both be included... " >&6; }
11986 if ${gcc_cv_header_string+:} false; then :
11987 $as_echo_n "(cached) " >&6
11988 else
11989 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11990 /* end confdefs.h. */
11991 #include <string.h>
11992 #include <strings.h>
11994 main ()
11998 return 0;
12000 _ACEOF
12001 if ac_fn_c_try_compile "$LINENO"; then :
12002 gcc_cv_header_string=yes
12003 else
12004 gcc_cv_header_string=no
12006 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12008 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_header_string" >&5
12009 $as_echo "$gcc_cv_header_string" >&6; }
12010 if test $gcc_cv_header_string = yes; then
12012 $as_echo "#define STRING_WITH_STRINGS 1" >>confdefs.h
12018 inttype_headers=`echo inttypes.h sys/inttypes.h | sed -e 's/,/ /g'`
12020 acx_cv_header_stdint=stddef.h
12021 acx_cv_header_stdint_kind="(already complete)"
12022 for i in stdint.h $inttype_headers; do
12023 unset ac_cv_type_uintptr_t
12024 unset ac_cv_type_uintmax_t
12025 unset ac_cv_type_int_least32_t
12026 unset ac_cv_type_int_fast32_t
12027 unset ac_cv_type_uint64_t
12028 $as_echo_n "looking for a compliant stdint.h in $i, " >&6
12029 ac_fn_c_check_type "$LINENO" "uintmax_t" "ac_cv_type_uintmax_t" "#include <sys/types.h>
12030 #include <$i>
12032 if test "x$ac_cv_type_uintmax_t" = xyes; then :
12033 acx_cv_header_stdint=$i
12034 else
12035 continue
12038 ac_fn_c_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h>
12039 #include <$i>
12041 if test "x$ac_cv_type_uintptr_t" = xyes; then :
12043 else
12044 acx_cv_header_stdint_kind="(mostly complete)"
12047 ac_fn_c_check_type "$LINENO" "int_least32_t" "ac_cv_type_int_least32_t" "#include <sys/types.h>
12048 #include <$i>
12050 if test "x$ac_cv_type_int_least32_t" = xyes; then :
12052 else
12053 acx_cv_header_stdint_kind="(mostly complete)"
12056 ac_fn_c_check_type "$LINENO" "int_fast32_t" "ac_cv_type_int_fast32_t" "#include <sys/types.h>
12057 #include <$i>
12059 if test "x$ac_cv_type_int_fast32_t" = xyes; then :
12061 else
12062 acx_cv_header_stdint_kind="(mostly complete)"
12065 ac_fn_c_check_type "$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h>
12066 #include <$i>
12068 if test "x$ac_cv_type_uint64_t" = xyes; then :
12070 else
12071 acx_cv_header_stdint_kind="(lacks uint64_t)"
12074 break
12075 done
12076 if test "$acx_cv_header_stdint" = stddef.h; then
12077 acx_cv_header_stdint_kind="(lacks uintmax_t)"
12078 for i in stdint.h $inttype_headers; do
12079 unset ac_cv_type_uintptr_t
12080 unset ac_cv_type_uint32_t
12081 unset ac_cv_type_uint64_t
12082 $as_echo_n "looking for an incomplete stdint.h in $i, " >&6
12083 ac_fn_c_check_type "$LINENO" "uint32_t" "ac_cv_type_uint32_t" "#include <sys/types.h>
12084 #include <$i>
12086 if test "x$ac_cv_type_uint32_t" = xyes; then :
12087 acx_cv_header_stdint=$i
12088 else
12089 continue
12092 ac_fn_c_check_type "$LINENO" "uint64_t" "ac_cv_type_uint64_t" "#include <sys/types.h>
12093 #include <$i>
12095 if test "x$ac_cv_type_uint64_t" = xyes; then :
12099 ac_fn_c_check_type "$LINENO" "uintptr_t" "ac_cv_type_uintptr_t" "#include <sys/types.h>
12100 #include <$i>
12102 if test "x$ac_cv_type_uintptr_t" = xyes; then :
12106 break
12107 done
12109 if test "$acx_cv_header_stdint" = stddef.h; then
12110 acx_cv_header_stdint_kind="(u_intXX_t style)"
12111 for i in sys/types.h $inttype_headers; do
12112 unset ac_cv_type_u_int32_t
12113 unset ac_cv_type_u_int64_t
12114 $as_echo_n "looking for u_intXX_t types in $i, " >&6
12115 ac_fn_c_check_type "$LINENO" "u_int32_t" "ac_cv_type_u_int32_t" "#include <sys/types.h>
12116 #include <$i>
12118 if test "x$ac_cv_type_u_int32_t" = xyes; then :
12119 acx_cv_header_stdint=$i
12120 else
12121 continue
12124 ac_fn_c_check_type "$LINENO" "u_int64_t" "ac_cv_type_u_int64_t" "#include <sys/types.h>
12125 #include <$i>
12127 if test "x$ac_cv_type_u_int64_t" = xyes; then :
12131 break
12132 done
12134 if test "$acx_cv_header_stdint" = stddef.h; then
12135 acx_cv_header_stdint_kind="(using manual detection)"
12138 test -z "$ac_cv_type_uintptr_t" && ac_cv_type_uintptr_t=no
12139 test -z "$ac_cv_type_uint64_t" && ac_cv_type_uint64_t=no
12140 test -z "$ac_cv_type_u_int64_t" && ac_cv_type_u_int64_t=no
12141 test -z "$ac_cv_type_int_least32_t" && ac_cv_type_int_least32_t=no
12142 test -z "$ac_cv_type_int_fast32_t" && ac_cv_type_int_fast32_t=no
12144 # ----------------- Summarize what we found so far
12146 { $as_echo "$as_me:${as_lineno-$LINENO}: checking what to include in gstdint.h" >&5
12147 $as_echo_n "checking what to include in gstdint.h... " >&6; }
12149 case `$as_basename -- gstdint.h ||
12150 $as_expr X/gstdint.h : '.*/\([^/][^/]*\)/*$' \| \
12151 Xgstdint.h : 'X\(//\)$' \| \
12152 Xgstdint.h : 'X\(/\)' \| . 2>/dev/null ||
12153 $as_echo X/gstdint.h |
12154 sed '/^.*\/\([^/][^/]*\)\/*$/{
12155 s//\1/
12158 /^X\/\(\/\/\)$/{
12159 s//\1/
12162 /^X\/\(\/\).*/{
12163 s//\1/
12166 s/.*/./; q'` in
12167 stdint.h) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5
12168 $as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
12169 inttypes.h) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: are you sure you want it there?" >&5
12170 $as_echo "$as_me: WARNING: are you sure you want it there?" >&2;} ;;
12171 *) ;;
12172 esac
12174 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_header_stdint $acx_cv_header_stdint_kind" >&5
12175 $as_echo "$acx_cv_header_stdint $acx_cv_header_stdint_kind" >&6; }
12177 # ----------------- done included file, check C basic types --------
12179 # Lacking an uintptr_t? Test size of void *
12180 case "$acx_cv_header_stdint:$ac_cv_type_uintptr_t" in
12181 stddef.h:* | *:no) # The cast to long int works around a bug in the HP C Compiler
12182 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12183 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12184 # This bug is HP SR number 8606223364.
12185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of void *" >&5
12186 $as_echo_n "checking size of void *... " >&6; }
12187 if ${ac_cv_sizeof_void_p+:} false; then :
12188 $as_echo_n "(cached) " >&6
12189 else
12190 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (void *))" "ac_cv_sizeof_void_p" "$ac_includes_default"; then :
12192 else
12193 if test "$ac_cv_type_void_p" = yes; then
12194 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12195 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12196 as_fn_error 77 "cannot compute sizeof (void *)
12197 See \`config.log' for more details" "$LINENO" 5; }
12198 else
12199 ac_cv_sizeof_void_p=0
12204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_void_p" >&5
12205 $as_echo "$ac_cv_sizeof_void_p" >&6; }
12209 cat >>confdefs.h <<_ACEOF
12210 #define SIZEOF_VOID_P $ac_cv_sizeof_void_p
12211 _ACEOF
12214 esac
12216 # Lacking an uint64_t? Test size of long
12217 case "$acx_cv_header_stdint:$ac_cv_type_uint64_t:$ac_cv_type_u_int64_t" in
12218 stddef.h:*:* | *:no:no) # The cast to long int works around a bug in the HP C Compiler
12219 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12220 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12221 # This bug is HP SR number 8606223364.
12222 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of long" >&5
12223 $as_echo_n "checking size of long... " >&6; }
12224 if ${ac_cv_sizeof_long+:} false; then :
12225 $as_echo_n "(cached) " >&6
12226 else
12227 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (long))" "ac_cv_sizeof_long" "$ac_includes_default"; then :
12229 else
12230 if test "$ac_cv_type_long" = yes; then
12231 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12232 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12233 as_fn_error 77 "cannot compute sizeof (long)
12234 See \`config.log' for more details" "$LINENO" 5; }
12235 else
12236 ac_cv_sizeof_long=0
12241 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_long" >&5
12242 $as_echo "$ac_cv_sizeof_long" >&6; }
12246 cat >>confdefs.h <<_ACEOF
12247 #define SIZEOF_LONG $ac_cv_sizeof_long
12248 _ACEOF
12251 esac
12253 if test $acx_cv_header_stdint = stddef.h; then
12254 # Lacking a good header? Test size of everything and deduce all types.
12255 # The cast to long int works around a bug in the HP C Compiler
12256 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12257 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12258 # This bug is HP SR number 8606223364.
12259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of int" >&5
12260 $as_echo_n "checking size of int... " >&6; }
12261 if ${ac_cv_sizeof_int+:} false; then :
12262 $as_echo_n "(cached) " >&6
12263 else
12264 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (int))" "ac_cv_sizeof_int" "$ac_includes_default"; then :
12266 else
12267 if test "$ac_cv_type_int" = yes; then
12268 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12269 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12270 as_fn_error 77 "cannot compute sizeof (int)
12271 See \`config.log' for more details" "$LINENO" 5; }
12272 else
12273 ac_cv_sizeof_int=0
12278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_int" >&5
12279 $as_echo "$ac_cv_sizeof_int" >&6; }
12283 cat >>confdefs.h <<_ACEOF
12284 #define SIZEOF_INT $ac_cv_sizeof_int
12285 _ACEOF
12288 # The cast to long int works around a bug in the HP C Compiler
12289 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12290 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12291 # This bug is HP SR number 8606223364.
12292 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of short" >&5
12293 $as_echo_n "checking size of short... " >&6; }
12294 if ${ac_cv_sizeof_short+:} false; then :
12295 $as_echo_n "(cached) " >&6
12296 else
12297 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (short))" "ac_cv_sizeof_short" "$ac_includes_default"; then :
12299 else
12300 if test "$ac_cv_type_short" = yes; then
12301 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12302 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12303 as_fn_error 77 "cannot compute sizeof (short)
12304 See \`config.log' for more details" "$LINENO" 5; }
12305 else
12306 ac_cv_sizeof_short=0
12311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_short" >&5
12312 $as_echo "$ac_cv_sizeof_short" >&6; }
12316 cat >>confdefs.h <<_ACEOF
12317 #define SIZEOF_SHORT $ac_cv_sizeof_short
12318 _ACEOF
12321 # The cast to long int works around a bug in the HP C Compiler
12322 # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
12323 # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
12324 # This bug is HP SR number 8606223364.
12325 { $as_echo "$as_me:${as_lineno-$LINENO}: checking size of char" >&5
12326 $as_echo_n "checking size of char... " >&6; }
12327 if ${ac_cv_sizeof_char+:} false; then :
12328 $as_echo_n "(cached) " >&6
12329 else
12330 if ac_fn_c_compute_int "$LINENO" "(long int) (sizeof (char))" "ac_cv_sizeof_char" "$ac_includes_default"; then :
12332 else
12333 if test "$ac_cv_type_char" = yes; then
12334 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
12335 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
12336 as_fn_error 77 "cannot compute sizeof (char)
12337 See \`config.log' for more details" "$LINENO" 5; }
12338 else
12339 ac_cv_sizeof_char=0
12344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sizeof_char" >&5
12345 $as_echo "$ac_cv_sizeof_char" >&6; }
12349 cat >>confdefs.h <<_ACEOF
12350 #define SIZEOF_CHAR $ac_cv_sizeof_char
12351 _ACEOF
12355 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int8_t" >&5
12356 $as_echo_n "checking for type equivalent to int8_t... " >&6; }
12357 case "$ac_cv_sizeof_char" in
12358 1) acx_cv_type_int8_t=char ;;
12359 *) as_fn_error $? "no 8-bit type, please report a bug" "$LINENO" 5
12360 esac
12361 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int8_t" >&5
12362 $as_echo "$acx_cv_type_int8_t" >&6; }
12364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int16_t" >&5
12365 $as_echo_n "checking for type equivalent to int16_t... " >&6; }
12366 case "$ac_cv_sizeof_int:$ac_cv_sizeof_short" in
12367 2:*) acx_cv_type_int16_t=int ;;
12368 *:2) acx_cv_type_int16_t=short ;;
12369 *) as_fn_error $? "no 16-bit type, please report a bug" "$LINENO" 5
12370 esac
12371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int16_t" >&5
12372 $as_echo "$acx_cv_type_int16_t" >&6; }
12374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int32_t" >&5
12375 $as_echo_n "checking for type equivalent to int32_t... " >&6; }
12376 case "$ac_cv_sizeof_int:$ac_cv_sizeof_long" in
12377 4:*) acx_cv_type_int32_t=int ;;
12378 *:4) acx_cv_type_int32_t=long ;;
12379 *) as_fn_error $? "no 32-bit type, please report a bug" "$LINENO" 5
12380 esac
12381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_int32_t" >&5
12382 $as_echo "$acx_cv_type_int32_t" >&6; }
12385 # These tests are here to make the output prettier
12387 if test "$ac_cv_type_uint64_t" != yes && test "$ac_cv_type_u_int64_t" != yes; then
12388 case "$ac_cv_sizeof_long" in
12389 8) acx_cv_type_int64_t=long ;;
12390 esac
12391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to int64_t" >&5
12392 $as_echo_n "checking for type equivalent to int64_t... " >&6; }
12393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${acx_cv_type_int64_t-'using preprocessor symbols'}" >&5
12394 $as_echo "${acx_cv_type_int64_t-'using preprocessor symbols'}" >&6; }
12397 # Now we can use the above types
12399 if test "$ac_cv_type_uintptr_t" != yes; then
12400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for type equivalent to intptr_t" >&5
12401 $as_echo_n "checking for type equivalent to intptr_t... " >&6; }
12402 case $ac_cv_sizeof_void_p in
12403 2) acx_cv_type_intptr_t=int16_t ;;
12404 4) acx_cv_type_intptr_t=int32_t ;;
12405 8) acx_cv_type_intptr_t=int64_t ;;
12406 *) as_fn_error $? "no equivalent for intptr_t, please report a bug" "$LINENO" 5
12407 esac
12408 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_type_intptr_t" >&5
12409 $as_echo "$acx_cv_type_intptr_t" >&6; }
12412 # ----------------- done all checks, emit header -------------
12413 ac_config_commands="$ac_config_commands gstdint.h"
12417 for ac_header in fenv.h
12418 do :
12419 ac_fn_c_check_header_mongrel "$LINENO" "fenv.h" "ac_cv_header_fenv_h" "$ac_includes_default"
12420 if test "x$ac_cv_header_fenv_h" = xyes; then :
12421 cat >>confdefs.h <<_ACEOF
12422 #define HAVE_FENV_H 1
12423 _ACEOF
12427 done
12430 # Check for common type sizes
12432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 1 byte integer" >&5
12433 $as_echo_n "checking for 1 byte integer... " >&6; }
12434 if ${libat_cv_have_mode_QI+:} false; then :
12435 $as_echo_n "(cached) " >&6
12436 else
12437 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12438 /* end confdefs.h. */
12439 int x __attribute__((mode(QI)));
12440 _ACEOF
12441 if ac_fn_c_try_compile "$LINENO"; then :
12442 libat_cv_have_mode_QI=yes
12443 else
12444 libat_cv_have_mode_QI=no
12446 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12448 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_mode_QI" >&5
12449 $as_echo "$libat_cv_have_mode_QI" >&6; }
12451 yesno=`echo $libat_cv_have_mode_QI | tr 'yesno' '1 0 '`
12453 cat >>confdefs.h <<_ACEOF
12454 #define HAVE_INT1 $yesno
12455 _ACEOF
12458 if test x$libat_cv_have_mode_QI = xyes; then
12459 SIZES="$SIZES 1"
12463 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 2 byte integer" >&5
12464 $as_echo_n "checking for 2 byte integer... " >&6; }
12465 if ${libat_cv_have_mode_HI+:} false; then :
12466 $as_echo_n "(cached) " >&6
12467 else
12468 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12469 /* end confdefs.h. */
12470 int x __attribute__((mode(HI)));
12471 _ACEOF
12472 if ac_fn_c_try_compile "$LINENO"; then :
12473 libat_cv_have_mode_HI=yes
12474 else
12475 libat_cv_have_mode_HI=no
12477 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12479 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_mode_HI" >&5
12480 $as_echo "$libat_cv_have_mode_HI" >&6; }
12482 yesno=`echo $libat_cv_have_mode_HI | tr 'yesno' '1 0 '`
12484 cat >>confdefs.h <<_ACEOF
12485 #define HAVE_INT2 $yesno
12486 _ACEOF
12489 if test x$libat_cv_have_mode_HI = xyes; then
12490 SIZES="$SIZES 2"
12494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 4 byte integer" >&5
12495 $as_echo_n "checking for 4 byte integer... " >&6; }
12496 if ${libat_cv_have_mode_SI+:} false; then :
12497 $as_echo_n "(cached) " >&6
12498 else
12499 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12500 /* end confdefs.h. */
12501 int x __attribute__((mode(SI)));
12502 _ACEOF
12503 if ac_fn_c_try_compile "$LINENO"; then :
12504 libat_cv_have_mode_SI=yes
12505 else
12506 libat_cv_have_mode_SI=no
12508 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12510 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_mode_SI" >&5
12511 $as_echo "$libat_cv_have_mode_SI" >&6; }
12513 yesno=`echo $libat_cv_have_mode_SI | tr 'yesno' '1 0 '`
12515 cat >>confdefs.h <<_ACEOF
12516 #define HAVE_INT4 $yesno
12517 _ACEOF
12520 if test x$libat_cv_have_mode_SI = xyes; then
12521 SIZES="$SIZES 4"
12525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 8 byte integer" >&5
12526 $as_echo_n "checking for 8 byte integer... " >&6; }
12527 if ${libat_cv_have_mode_DI+:} false; then :
12528 $as_echo_n "(cached) " >&6
12529 else
12530 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12531 /* end confdefs.h. */
12532 int x __attribute__((mode(DI)));
12533 _ACEOF
12534 if ac_fn_c_try_compile "$LINENO"; then :
12535 libat_cv_have_mode_DI=yes
12536 else
12537 libat_cv_have_mode_DI=no
12539 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12541 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_mode_DI" >&5
12542 $as_echo "$libat_cv_have_mode_DI" >&6; }
12544 yesno=`echo $libat_cv_have_mode_DI | tr 'yesno' '1 0 '`
12546 cat >>confdefs.h <<_ACEOF
12547 #define HAVE_INT8 $yesno
12548 _ACEOF
12551 if test x$libat_cv_have_mode_DI = xyes; then
12552 SIZES="$SIZES 8"
12556 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 16 byte integer" >&5
12557 $as_echo_n "checking for 16 byte integer... " >&6; }
12558 if ${libat_cv_have_mode_TI+:} false; then :
12559 $as_echo_n "(cached) " >&6
12560 else
12561 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12562 /* end confdefs.h. */
12563 int x __attribute__((mode(TI)));
12564 _ACEOF
12565 if ac_fn_c_try_compile "$LINENO"; then :
12566 libat_cv_have_mode_TI=yes
12567 else
12568 libat_cv_have_mode_TI=no
12570 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_mode_TI" >&5
12573 $as_echo "$libat_cv_have_mode_TI" >&6; }
12575 yesno=`echo $libat_cv_have_mode_TI | tr 'yesno' '1 0 '`
12577 cat >>confdefs.h <<_ACEOF
12578 #define HAVE_INT16 $yesno
12579 _ACEOF
12582 if test x$libat_cv_have_mode_TI = xyes; then
12583 SIZES="$SIZES 16"
12588 # Check for compiler builtins of atomic operations.
12590 # Do link tests if possible, instead asm tests, limited to some platforms
12591 # see discussion in PR target/40134, PR libstdc++/40133 and the thread
12592 # starting at http://gcc.gnu.org/ml/gcc-patches/2009-07/msg00322.html
12593 atomic_builtins_link_tests=no
12594 if test x$gcc_no_link != xyes; then
12595 # Can do link tests. Limit to some tested platforms
12596 case "$host" in
12597 *-*-linux* | *-*-uclinux* | *-*-kfreebsd*-gnu | *-*-gnu*)
12598 atomic_builtins_link_tests=yes
12600 esac
12605 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_load/store for size 1" >&5
12606 $as_echo_n "checking for __atomic_load/store for size 1... " >&6; }
12607 if ${libat_cv_have_at_ldst_1+:} false; then :
12608 $as_echo_n "(cached) " >&6
12609 else
12611 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12612 /* end confdefs.h. */
12615 main ()
12617 typedef int T __attribute__((mode(QI)));
12618 T *x; volatile T sink; asm("" : "=g"(x));
12619 sink = __atomic_load_n(x, 0);
12620 __atomic_store_n(x, sink, 0);
12622 return 0;
12624 _ACEOF
12625 if test x$atomic_builtins_link_tests = xyes; then
12626 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12627 (eval $ac_link) 2>&5
12628 ac_status=$?
12629 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12630 test $ac_status = 0; }; then
12631 eval libat_cv_have_at_ldst_1=yes
12632 else
12633 eval libat_cv_have_at_ldst_1=no
12635 else
12636 old_CFLAGS="$CFLAGS"
12637 # Compile unoptimized.
12638 CFLAGS="$CFLAGS -O0 -S"
12639 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
12640 (eval $ac_compile) 2>&5
12641 ac_status=$?
12642 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12643 test $ac_status = 0; }; then
12644 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
12645 eval libat_cv_have_at_ldst_1=no
12646 else
12647 eval libat_cv_have_at_ldst_1=yes
12649 else
12650 eval libat_cv_have_at_ldst_1=no
12652 CFLAGS="$old_CFLAGS"
12654 rm -f conftest*
12657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_ldst_1" >&5
12658 $as_echo "$libat_cv_have_at_ldst_1" >&6; }
12661 yesno=`echo $libat_cv_have_at_ldst_1 | tr 'yesno' '1 0 '`
12663 cat >>confdefs.h <<_ACEOF
12664 #define HAVE_ATOMIC_LDST_1 $yesno
12665 _ACEOF
12673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_load/store for size 2" >&5
12674 $as_echo_n "checking for __atomic_load/store for size 2... " >&6; }
12675 if ${libat_cv_have_at_ldst_2+:} false; then :
12676 $as_echo_n "(cached) " >&6
12677 else
12679 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12680 /* end confdefs.h. */
12683 main ()
12685 typedef int T __attribute__((mode(HI)));
12686 T *x; volatile T sink; asm("" : "=g"(x));
12687 sink = __atomic_load_n(x, 0);
12688 __atomic_store_n(x, sink, 0);
12690 return 0;
12692 _ACEOF
12693 if test x$atomic_builtins_link_tests = xyes; then
12694 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12695 (eval $ac_link) 2>&5
12696 ac_status=$?
12697 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12698 test $ac_status = 0; }; then
12699 eval libat_cv_have_at_ldst_2=yes
12700 else
12701 eval libat_cv_have_at_ldst_2=no
12703 else
12704 old_CFLAGS="$CFLAGS"
12705 # Compile unoptimized.
12706 CFLAGS="$CFLAGS -O0 -S"
12707 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
12708 (eval $ac_compile) 2>&5
12709 ac_status=$?
12710 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12711 test $ac_status = 0; }; then
12712 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
12713 eval libat_cv_have_at_ldst_2=no
12714 else
12715 eval libat_cv_have_at_ldst_2=yes
12717 else
12718 eval libat_cv_have_at_ldst_2=no
12720 CFLAGS="$old_CFLAGS"
12722 rm -f conftest*
12725 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_ldst_2" >&5
12726 $as_echo "$libat_cv_have_at_ldst_2" >&6; }
12729 yesno=`echo $libat_cv_have_at_ldst_2 | tr 'yesno' '1 0 '`
12731 cat >>confdefs.h <<_ACEOF
12732 #define HAVE_ATOMIC_LDST_2 $yesno
12733 _ACEOF
12741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_load/store for size 4" >&5
12742 $as_echo_n "checking for __atomic_load/store for size 4... " >&6; }
12743 if ${libat_cv_have_at_ldst_4+:} false; then :
12744 $as_echo_n "(cached) " >&6
12745 else
12747 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12748 /* end confdefs.h. */
12751 main ()
12753 typedef int T __attribute__((mode(SI)));
12754 T *x; volatile T sink; asm("" : "=g"(x));
12755 sink = __atomic_load_n(x, 0);
12756 __atomic_store_n(x, sink, 0);
12758 return 0;
12760 _ACEOF
12761 if test x$atomic_builtins_link_tests = xyes; then
12762 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12763 (eval $ac_link) 2>&5
12764 ac_status=$?
12765 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12766 test $ac_status = 0; }; then
12767 eval libat_cv_have_at_ldst_4=yes
12768 else
12769 eval libat_cv_have_at_ldst_4=no
12771 else
12772 old_CFLAGS="$CFLAGS"
12773 # Compile unoptimized.
12774 CFLAGS="$CFLAGS -O0 -S"
12775 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
12776 (eval $ac_compile) 2>&5
12777 ac_status=$?
12778 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12779 test $ac_status = 0; }; then
12780 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
12781 eval libat_cv_have_at_ldst_4=no
12782 else
12783 eval libat_cv_have_at_ldst_4=yes
12785 else
12786 eval libat_cv_have_at_ldst_4=no
12788 CFLAGS="$old_CFLAGS"
12790 rm -f conftest*
12793 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_ldst_4" >&5
12794 $as_echo "$libat_cv_have_at_ldst_4" >&6; }
12797 yesno=`echo $libat_cv_have_at_ldst_4 | tr 'yesno' '1 0 '`
12799 cat >>confdefs.h <<_ACEOF
12800 #define HAVE_ATOMIC_LDST_4 $yesno
12801 _ACEOF
12809 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_load/store for size 8" >&5
12810 $as_echo_n "checking for __atomic_load/store for size 8... " >&6; }
12811 if ${libat_cv_have_at_ldst_8+:} false; then :
12812 $as_echo_n "(cached) " >&6
12813 else
12815 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12816 /* end confdefs.h. */
12819 main ()
12821 typedef int T __attribute__((mode(DI)));
12822 T *x; volatile T sink; asm("" : "=g"(x));
12823 sink = __atomic_load_n(x, 0);
12824 __atomic_store_n(x, sink, 0);
12826 return 0;
12828 _ACEOF
12829 if test x$atomic_builtins_link_tests = xyes; then
12830 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12831 (eval $ac_link) 2>&5
12832 ac_status=$?
12833 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12834 test $ac_status = 0; }; then
12835 eval libat_cv_have_at_ldst_8=yes
12836 else
12837 eval libat_cv_have_at_ldst_8=no
12839 else
12840 old_CFLAGS="$CFLAGS"
12841 # Compile unoptimized.
12842 CFLAGS="$CFLAGS -O0 -S"
12843 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
12844 (eval $ac_compile) 2>&5
12845 ac_status=$?
12846 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12847 test $ac_status = 0; }; then
12848 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
12849 eval libat_cv_have_at_ldst_8=no
12850 else
12851 eval libat_cv_have_at_ldst_8=yes
12853 else
12854 eval libat_cv_have_at_ldst_8=no
12856 CFLAGS="$old_CFLAGS"
12858 rm -f conftest*
12861 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_ldst_8" >&5
12862 $as_echo "$libat_cv_have_at_ldst_8" >&6; }
12865 yesno=`echo $libat_cv_have_at_ldst_8 | tr 'yesno' '1 0 '`
12867 cat >>confdefs.h <<_ACEOF
12868 #define HAVE_ATOMIC_LDST_8 $yesno
12869 _ACEOF
12877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_load/store for size 16" >&5
12878 $as_echo_n "checking for __atomic_load/store for size 16... " >&6; }
12879 if ${libat_cv_have_at_ldst_16+:} false; then :
12880 $as_echo_n "(cached) " >&6
12881 else
12883 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12884 /* end confdefs.h. */
12887 main ()
12889 typedef int T __attribute__((mode(TI)));
12890 T *x; volatile T sink; asm("" : "=g"(x));
12891 sink = __atomic_load_n(x, 0);
12892 __atomic_store_n(x, sink, 0);
12894 return 0;
12896 _ACEOF
12897 if test x$atomic_builtins_link_tests = xyes; then
12898 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12899 (eval $ac_link) 2>&5
12900 ac_status=$?
12901 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12902 test $ac_status = 0; }; then
12903 eval libat_cv_have_at_ldst_16=yes
12904 else
12905 eval libat_cv_have_at_ldst_16=no
12907 else
12908 old_CFLAGS="$CFLAGS"
12909 # Compile unoptimized.
12910 CFLAGS="$CFLAGS -O0 -S"
12911 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
12912 (eval $ac_compile) 2>&5
12913 ac_status=$?
12914 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12915 test $ac_status = 0; }; then
12916 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
12917 eval libat_cv_have_at_ldst_16=no
12918 else
12919 eval libat_cv_have_at_ldst_16=yes
12921 else
12922 eval libat_cv_have_at_ldst_16=no
12924 CFLAGS="$old_CFLAGS"
12926 rm -f conftest*
12929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_ldst_16" >&5
12930 $as_echo "$libat_cv_have_at_ldst_16" >&6; }
12933 yesno=`echo $libat_cv_have_at_ldst_16 | tr 'yesno' '1 0 '`
12935 cat >>confdefs.h <<_ACEOF
12936 #define HAVE_ATOMIC_LDST_16 $yesno
12937 _ACEOF
12946 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_test_and_set for size 1" >&5
12947 $as_echo_n "checking for __atomic_test_and_set for size 1... " >&6; }
12948 if ${libat_cv_have_at_tas_1+:} false; then :
12949 $as_echo_n "(cached) " >&6
12950 else
12952 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12953 /* end confdefs.h. */
12956 main ()
12958 typedef int T __attribute__((mode(QI))); T *x; asm("" : "=g"(x));
12959 __atomic_test_and_set(x, 0);
12961 return 0;
12963 _ACEOF
12964 if test x$atomic_builtins_link_tests = xyes; then
12965 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12966 (eval $ac_link) 2>&5
12967 ac_status=$?
12968 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12969 test $ac_status = 0; }; then
12970 eval libat_cv_have_at_tas_1=yes
12971 else
12972 eval libat_cv_have_at_tas_1=no
12974 else
12975 old_CFLAGS="$CFLAGS"
12976 # Compile unoptimized.
12977 CFLAGS="$CFLAGS -O0 -S"
12978 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
12979 (eval $ac_compile) 2>&5
12980 ac_status=$?
12981 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12982 test $ac_status = 0; }; then
12983 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
12984 eval libat_cv_have_at_tas_1=no
12985 else
12986 eval libat_cv_have_at_tas_1=yes
12988 else
12989 eval libat_cv_have_at_tas_1=no
12991 CFLAGS="$old_CFLAGS"
12993 rm -f conftest*
12996 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_tas_1" >&5
12997 $as_echo "$libat_cv_have_at_tas_1" >&6; }
13000 yesno=`echo $libat_cv_have_at_tas_1 | tr 'yesno' '1 0 '`
13002 cat >>confdefs.h <<_ACEOF
13003 #define HAVE_ATOMIC_TAS_1 $yesno
13004 _ACEOF
13011 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_test_and_set for size 2" >&5
13012 $as_echo_n "checking for __atomic_test_and_set for size 2... " >&6; }
13013 if ${libat_cv_have_at_tas_2+:} false; then :
13014 $as_echo_n "(cached) " >&6
13015 else
13017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13018 /* end confdefs.h. */
13021 main ()
13023 typedef int T __attribute__((mode(HI))); T *x; asm("" : "=g"(x));
13024 __atomic_test_and_set(x, 0);
13026 return 0;
13028 _ACEOF
13029 if test x$atomic_builtins_link_tests = xyes; then
13030 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13031 (eval $ac_link) 2>&5
13032 ac_status=$?
13033 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13034 test $ac_status = 0; }; then
13035 eval libat_cv_have_at_tas_2=yes
13036 else
13037 eval libat_cv_have_at_tas_2=no
13039 else
13040 old_CFLAGS="$CFLAGS"
13041 # Compile unoptimized.
13042 CFLAGS="$CFLAGS -O0 -S"
13043 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13044 (eval $ac_compile) 2>&5
13045 ac_status=$?
13046 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13047 test $ac_status = 0; }; then
13048 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
13049 eval libat_cv_have_at_tas_2=no
13050 else
13051 eval libat_cv_have_at_tas_2=yes
13053 else
13054 eval libat_cv_have_at_tas_2=no
13056 CFLAGS="$old_CFLAGS"
13058 rm -f conftest*
13061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_tas_2" >&5
13062 $as_echo "$libat_cv_have_at_tas_2" >&6; }
13065 yesno=`echo $libat_cv_have_at_tas_2 | tr 'yesno' '1 0 '`
13067 cat >>confdefs.h <<_ACEOF
13068 #define HAVE_ATOMIC_TAS_2 $yesno
13069 _ACEOF
13076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_test_and_set for size 4" >&5
13077 $as_echo_n "checking for __atomic_test_and_set for size 4... " >&6; }
13078 if ${libat_cv_have_at_tas_4+:} false; then :
13079 $as_echo_n "(cached) " >&6
13080 else
13082 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13083 /* end confdefs.h. */
13086 main ()
13088 typedef int T __attribute__((mode(SI))); T *x; asm("" : "=g"(x));
13089 __atomic_test_and_set(x, 0);
13091 return 0;
13093 _ACEOF
13094 if test x$atomic_builtins_link_tests = xyes; then
13095 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13096 (eval $ac_link) 2>&5
13097 ac_status=$?
13098 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13099 test $ac_status = 0; }; then
13100 eval libat_cv_have_at_tas_4=yes
13101 else
13102 eval libat_cv_have_at_tas_4=no
13104 else
13105 old_CFLAGS="$CFLAGS"
13106 # Compile unoptimized.
13107 CFLAGS="$CFLAGS -O0 -S"
13108 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13109 (eval $ac_compile) 2>&5
13110 ac_status=$?
13111 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13112 test $ac_status = 0; }; then
13113 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
13114 eval libat_cv_have_at_tas_4=no
13115 else
13116 eval libat_cv_have_at_tas_4=yes
13118 else
13119 eval libat_cv_have_at_tas_4=no
13121 CFLAGS="$old_CFLAGS"
13123 rm -f conftest*
13126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_tas_4" >&5
13127 $as_echo "$libat_cv_have_at_tas_4" >&6; }
13130 yesno=`echo $libat_cv_have_at_tas_4 | tr 'yesno' '1 0 '`
13132 cat >>confdefs.h <<_ACEOF
13133 #define HAVE_ATOMIC_TAS_4 $yesno
13134 _ACEOF
13141 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_test_and_set for size 8" >&5
13142 $as_echo_n "checking for __atomic_test_and_set for size 8... " >&6; }
13143 if ${libat_cv_have_at_tas_8+:} false; then :
13144 $as_echo_n "(cached) " >&6
13145 else
13147 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13148 /* end confdefs.h. */
13151 main ()
13153 typedef int T __attribute__((mode(DI))); T *x; asm("" : "=g"(x));
13154 __atomic_test_and_set(x, 0);
13156 return 0;
13158 _ACEOF
13159 if test x$atomic_builtins_link_tests = xyes; then
13160 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13161 (eval $ac_link) 2>&5
13162 ac_status=$?
13163 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13164 test $ac_status = 0; }; then
13165 eval libat_cv_have_at_tas_8=yes
13166 else
13167 eval libat_cv_have_at_tas_8=no
13169 else
13170 old_CFLAGS="$CFLAGS"
13171 # Compile unoptimized.
13172 CFLAGS="$CFLAGS -O0 -S"
13173 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13174 (eval $ac_compile) 2>&5
13175 ac_status=$?
13176 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13177 test $ac_status = 0; }; then
13178 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
13179 eval libat_cv_have_at_tas_8=no
13180 else
13181 eval libat_cv_have_at_tas_8=yes
13183 else
13184 eval libat_cv_have_at_tas_8=no
13186 CFLAGS="$old_CFLAGS"
13188 rm -f conftest*
13191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_tas_8" >&5
13192 $as_echo "$libat_cv_have_at_tas_8" >&6; }
13195 yesno=`echo $libat_cv_have_at_tas_8 | tr 'yesno' '1 0 '`
13197 cat >>confdefs.h <<_ACEOF
13198 #define HAVE_ATOMIC_TAS_8 $yesno
13199 _ACEOF
13206 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_test_and_set for size 16" >&5
13207 $as_echo_n "checking for __atomic_test_and_set for size 16... " >&6; }
13208 if ${libat_cv_have_at_tas_16+:} false; then :
13209 $as_echo_n "(cached) " >&6
13210 else
13212 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13213 /* end confdefs.h. */
13216 main ()
13218 typedef int T __attribute__((mode(TI))); T *x; asm("" : "=g"(x));
13219 __atomic_test_and_set(x, 0);
13221 return 0;
13223 _ACEOF
13224 if test x$atomic_builtins_link_tests = xyes; then
13225 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13226 (eval $ac_link) 2>&5
13227 ac_status=$?
13228 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13229 test $ac_status = 0; }; then
13230 eval libat_cv_have_at_tas_16=yes
13231 else
13232 eval libat_cv_have_at_tas_16=no
13234 else
13235 old_CFLAGS="$CFLAGS"
13236 # Compile unoptimized.
13237 CFLAGS="$CFLAGS -O0 -S"
13238 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13239 (eval $ac_compile) 2>&5
13240 ac_status=$?
13241 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13242 test $ac_status = 0; }; then
13243 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
13244 eval libat_cv_have_at_tas_16=no
13245 else
13246 eval libat_cv_have_at_tas_16=yes
13248 else
13249 eval libat_cv_have_at_tas_16=no
13251 CFLAGS="$old_CFLAGS"
13253 rm -f conftest*
13256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_tas_16" >&5
13257 $as_echo "$libat_cv_have_at_tas_16" >&6; }
13260 yesno=`echo $libat_cv_have_at_tas_16 | tr 'yesno' '1 0 '`
13262 cat >>confdefs.h <<_ACEOF
13263 #define HAVE_ATOMIC_TAS_16 $yesno
13264 _ACEOF
13272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_exchange for size 1" >&5
13273 $as_echo_n "checking for __atomic_exchange for size 1... " >&6; }
13274 if ${libat_cv_have_at_exch_1+:} false; then :
13275 $as_echo_n "(cached) " >&6
13276 else
13278 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13279 /* end confdefs.h. */
13282 main ()
13284 typedef int T __attribute__((mode(QI))); T *x; asm("" : "=g"(x));
13285 __atomic_exchange_n(x, 0, 0);
13287 return 0;
13289 _ACEOF
13290 if test x$atomic_builtins_link_tests = xyes; then
13291 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13292 (eval $ac_link) 2>&5
13293 ac_status=$?
13294 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13295 test $ac_status = 0; }; then
13296 eval libat_cv_have_at_exch_1=yes
13297 else
13298 eval libat_cv_have_at_exch_1=no
13300 else
13301 old_CFLAGS="$CFLAGS"
13302 # Compile unoptimized.
13303 CFLAGS="$CFLAGS -O0 -S"
13304 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13305 (eval $ac_compile) 2>&5
13306 ac_status=$?
13307 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13308 test $ac_status = 0; }; then
13309 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
13310 eval libat_cv_have_at_exch_1=no
13311 else
13312 eval libat_cv_have_at_exch_1=yes
13314 else
13315 eval libat_cv_have_at_exch_1=no
13317 CFLAGS="$old_CFLAGS"
13319 rm -f conftest*
13322 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_exch_1" >&5
13323 $as_echo "$libat_cv_have_at_exch_1" >&6; }
13326 yesno=`echo $libat_cv_have_at_exch_1 | tr 'yesno' '1 0 '`
13328 cat >>confdefs.h <<_ACEOF
13329 #define HAVE_ATOMIC_EXCHANGE_1 $yesno
13330 _ACEOF
13337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_exchange for size 2" >&5
13338 $as_echo_n "checking for __atomic_exchange for size 2... " >&6; }
13339 if ${libat_cv_have_at_exch_2+:} false; then :
13340 $as_echo_n "(cached) " >&6
13341 else
13343 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13344 /* end confdefs.h. */
13347 main ()
13349 typedef int T __attribute__((mode(HI))); T *x; asm("" : "=g"(x));
13350 __atomic_exchange_n(x, 0, 0);
13352 return 0;
13354 _ACEOF
13355 if test x$atomic_builtins_link_tests = xyes; then
13356 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13357 (eval $ac_link) 2>&5
13358 ac_status=$?
13359 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13360 test $ac_status = 0; }; then
13361 eval libat_cv_have_at_exch_2=yes
13362 else
13363 eval libat_cv_have_at_exch_2=no
13365 else
13366 old_CFLAGS="$CFLAGS"
13367 # Compile unoptimized.
13368 CFLAGS="$CFLAGS -O0 -S"
13369 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13370 (eval $ac_compile) 2>&5
13371 ac_status=$?
13372 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13373 test $ac_status = 0; }; then
13374 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
13375 eval libat_cv_have_at_exch_2=no
13376 else
13377 eval libat_cv_have_at_exch_2=yes
13379 else
13380 eval libat_cv_have_at_exch_2=no
13382 CFLAGS="$old_CFLAGS"
13384 rm -f conftest*
13387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_exch_2" >&5
13388 $as_echo "$libat_cv_have_at_exch_2" >&6; }
13391 yesno=`echo $libat_cv_have_at_exch_2 | tr 'yesno' '1 0 '`
13393 cat >>confdefs.h <<_ACEOF
13394 #define HAVE_ATOMIC_EXCHANGE_2 $yesno
13395 _ACEOF
13402 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_exchange for size 4" >&5
13403 $as_echo_n "checking for __atomic_exchange for size 4... " >&6; }
13404 if ${libat_cv_have_at_exch_4+:} false; then :
13405 $as_echo_n "(cached) " >&6
13406 else
13408 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13409 /* end confdefs.h. */
13412 main ()
13414 typedef int T __attribute__((mode(SI))); T *x; asm("" : "=g"(x));
13415 __atomic_exchange_n(x, 0, 0);
13417 return 0;
13419 _ACEOF
13420 if test x$atomic_builtins_link_tests = xyes; then
13421 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13422 (eval $ac_link) 2>&5
13423 ac_status=$?
13424 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13425 test $ac_status = 0; }; then
13426 eval libat_cv_have_at_exch_4=yes
13427 else
13428 eval libat_cv_have_at_exch_4=no
13430 else
13431 old_CFLAGS="$CFLAGS"
13432 # Compile unoptimized.
13433 CFLAGS="$CFLAGS -O0 -S"
13434 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13435 (eval $ac_compile) 2>&5
13436 ac_status=$?
13437 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13438 test $ac_status = 0; }; then
13439 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
13440 eval libat_cv_have_at_exch_4=no
13441 else
13442 eval libat_cv_have_at_exch_4=yes
13444 else
13445 eval libat_cv_have_at_exch_4=no
13447 CFLAGS="$old_CFLAGS"
13449 rm -f conftest*
13452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_exch_4" >&5
13453 $as_echo "$libat_cv_have_at_exch_4" >&6; }
13456 yesno=`echo $libat_cv_have_at_exch_4 | tr 'yesno' '1 0 '`
13458 cat >>confdefs.h <<_ACEOF
13459 #define HAVE_ATOMIC_EXCHANGE_4 $yesno
13460 _ACEOF
13467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_exchange for size 8" >&5
13468 $as_echo_n "checking for __atomic_exchange for size 8... " >&6; }
13469 if ${libat_cv_have_at_exch_8+:} false; then :
13470 $as_echo_n "(cached) " >&6
13471 else
13473 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13474 /* end confdefs.h. */
13477 main ()
13479 typedef int T __attribute__((mode(DI))); T *x; asm("" : "=g"(x));
13480 __atomic_exchange_n(x, 0, 0);
13482 return 0;
13484 _ACEOF
13485 if test x$atomic_builtins_link_tests = xyes; then
13486 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13487 (eval $ac_link) 2>&5
13488 ac_status=$?
13489 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13490 test $ac_status = 0; }; then
13491 eval libat_cv_have_at_exch_8=yes
13492 else
13493 eval libat_cv_have_at_exch_8=no
13495 else
13496 old_CFLAGS="$CFLAGS"
13497 # Compile unoptimized.
13498 CFLAGS="$CFLAGS -O0 -S"
13499 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13500 (eval $ac_compile) 2>&5
13501 ac_status=$?
13502 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13503 test $ac_status = 0; }; then
13504 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
13505 eval libat_cv_have_at_exch_8=no
13506 else
13507 eval libat_cv_have_at_exch_8=yes
13509 else
13510 eval libat_cv_have_at_exch_8=no
13512 CFLAGS="$old_CFLAGS"
13514 rm -f conftest*
13517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_exch_8" >&5
13518 $as_echo "$libat_cv_have_at_exch_8" >&6; }
13521 yesno=`echo $libat_cv_have_at_exch_8 | tr 'yesno' '1 0 '`
13523 cat >>confdefs.h <<_ACEOF
13524 #define HAVE_ATOMIC_EXCHANGE_8 $yesno
13525 _ACEOF
13532 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_exchange for size 16" >&5
13533 $as_echo_n "checking for __atomic_exchange for size 16... " >&6; }
13534 if ${libat_cv_have_at_exch_16+:} false; then :
13535 $as_echo_n "(cached) " >&6
13536 else
13538 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13539 /* end confdefs.h. */
13542 main ()
13544 typedef int T __attribute__((mode(TI))); T *x; asm("" : "=g"(x));
13545 __atomic_exchange_n(x, 0, 0);
13547 return 0;
13549 _ACEOF
13550 if test x$atomic_builtins_link_tests = xyes; then
13551 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13552 (eval $ac_link) 2>&5
13553 ac_status=$?
13554 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13555 test $ac_status = 0; }; then
13556 eval libat_cv_have_at_exch_16=yes
13557 else
13558 eval libat_cv_have_at_exch_16=no
13560 else
13561 old_CFLAGS="$CFLAGS"
13562 # Compile unoptimized.
13563 CFLAGS="$CFLAGS -O0 -S"
13564 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13565 (eval $ac_compile) 2>&5
13566 ac_status=$?
13567 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13568 test $ac_status = 0; }; then
13569 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
13570 eval libat_cv_have_at_exch_16=no
13571 else
13572 eval libat_cv_have_at_exch_16=yes
13574 else
13575 eval libat_cv_have_at_exch_16=no
13577 CFLAGS="$old_CFLAGS"
13579 rm -f conftest*
13582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_exch_16" >&5
13583 $as_echo "$libat_cv_have_at_exch_16" >&6; }
13586 yesno=`echo $libat_cv_have_at_exch_16 | tr 'yesno' '1 0 '`
13588 cat >>confdefs.h <<_ACEOF
13589 #define HAVE_ATOMIC_EXCHANGE_16 $yesno
13590 _ACEOF
13598 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_compare_exchange for size 1" >&5
13599 $as_echo_n "checking for __atomic_compare_exchange for size 1... " >&6; }
13600 if ${libat_cv_have_at_cas_1+:} false; then :
13601 $as_echo_n "(cached) " >&6
13602 else
13604 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13605 /* end confdefs.h. */
13608 main ()
13610 typedef int T __attribute__((mode(QI))); T *x, *y;
13611 asm("" : "=g"(x), "=g"(y));
13612 __atomic_compare_exchange_n(x, y, 0, 0, 0, 0);
13614 return 0;
13616 _ACEOF
13617 if test x$atomic_builtins_link_tests = xyes; then
13618 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13619 (eval $ac_link) 2>&5
13620 ac_status=$?
13621 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13622 test $ac_status = 0; }; then
13623 eval libat_cv_have_at_cas_1=yes
13624 else
13625 eval libat_cv_have_at_cas_1=no
13627 else
13628 old_CFLAGS="$CFLAGS"
13629 # Compile unoptimized.
13630 CFLAGS="$CFLAGS -O0 -S"
13631 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13632 (eval $ac_compile) 2>&5
13633 ac_status=$?
13634 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13635 test $ac_status = 0; }; then
13636 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
13637 eval libat_cv_have_at_cas_1=no
13638 else
13639 eval libat_cv_have_at_cas_1=yes
13641 else
13642 eval libat_cv_have_at_cas_1=no
13644 CFLAGS="$old_CFLAGS"
13646 rm -f conftest*
13649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_cas_1" >&5
13650 $as_echo "$libat_cv_have_at_cas_1" >&6; }
13653 yesno=`echo $libat_cv_have_at_cas_1 | tr 'yesno' '1 0 '`
13655 cat >>confdefs.h <<_ACEOF
13656 #define HAVE_ATOMIC_CAS_1 $yesno
13657 _ACEOF
13664 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_compare_exchange for size 2" >&5
13665 $as_echo_n "checking for __atomic_compare_exchange for size 2... " >&6; }
13666 if ${libat_cv_have_at_cas_2+:} false; then :
13667 $as_echo_n "(cached) " >&6
13668 else
13670 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13671 /* end confdefs.h. */
13674 main ()
13676 typedef int T __attribute__((mode(HI))); T *x, *y;
13677 asm("" : "=g"(x), "=g"(y));
13678 __atomic_compare_exchange_n(x, y, 0, 0, 0, 0);
13680 return 0;
13682 _ACEOF
13683 if test x$atomic_builtins_link_tests = xyes; then
13684 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13685 (eval $ac_link) 2>&5
13686 ac_status=$?
13687 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13688 test $ac_status = 0; }; then
13689 eval libat_cv_have_at_cas_2=yes
13690 else
13691 eval libat_cv_have_at_cas_2=no
13693 else
13694 old_CFLAGS="$CFLAGS"
13695 # Compile unoptimized.
13696 CFLAGS="$CFLAGS -O0 -S"
13697 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13698 (eval $ac_compile) 2>&5
13699 ac_status=$?
13700 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13701 test $ac_status = 0; }; then
13702 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
13703 eval libat_cv_have_at_cas_2=no
13704 else
13705 eval libat_cv_have_at_cas_2=yes
13707 else
13708 eval libat_cv_have_at_cas_2=no
13710 CFLAGS="$old_CFLAGS"
13712 rm -f conftest*
13715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_cas_2" >&5
13716 $as_echo "$libat_cv_have_at_cas_2" >&6; }
13719 yesno=`echo $libat_cv_have_at_cas_2 | tr 'yesno' '1 0 '`
13721 cat >>confdefs.h <<_ACEOF
13722 #define HAVE_ATOMIC_CAS_2 $yesno
13723 _ACEOF
13730 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_compare_exchange for size 4" >&5
13731 $as_echo_n "checking for __atomic_compare_exchange for size 4... " >&6; }
13732 if ${libat_cv_have_at_cas_4+:} false; then :
13733 $as_echo_n "(cached) " >&6
13734 else
13736 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13737 /* end confdefs.h. */
13740 main ()
13742 typedef int T __attribute__((mode(SI))); T *x, *y;
13743 asm("" : "=g"(x), "=g"(y));
13744 __atomic_compare_exchange_n(x, y, 0, 0, 0, 0);
13746 return 0;
13748 _ACEOF
13749 if test x$atomic_builtins_link_tests = xyes; then
13750 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13751 (eval $ac_link) 2>&5
13752 ac_status=$?
13753 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13754 test $ac_status = 0; }; then
13755 eval libat_cv_have_at_cas_4=yes
13756 else
13757 eval libat_cv_have_at_cas_4=no
13759 else
13760 old_CFLAGS="$CFLAGS"
13761 # Compile unoptimized.
13762 CFLAGS="$CFLAGS -O0 -S"
13763 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13764 (eval $ac_compile) 2>&5
13765 ac_status=$?
13766 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13767 test $ac_status = 0; }; then
13768 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
13769 eval libat_cv_have_at_cas_4=no
13770 else
13771 eval libat_cv_have_at_cas_4=yes
13773 else
13774 eval libat_cv_have_at_cas_4=no
13776 CFLAGS="$old_CFLAGS"
13778 rm -f conftest*
13781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_cas_4" >&5
13782 $as_echo "$libat_cv_have_at_cas_4" >&6; }
13785 yesno=`echo $libat_cv_have_at_cas_4 | tr 'yesno' '1 0 '`
13787 cat >>confdefs.h <<_ACEOF
13788 #define HAVE_ATOMIC_CAS_4 $yesno
13789 _ACEOF
13796 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_compare_exchange for size 8" >&5
13797 $as_echo_n "checking for __atomic_compare_exchange for size 8... " >&6; }
13798 if ${libat_cv_have_at_cas_8+:} false; then :
13799 $as_echo_n "(cached) " >&6
13800 else
13802 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13803 /* end confdefs.h. */
13806 main ()
13808 typedef int T __attribute__((mode(DI))); T *x, *y;
13809 asm("" : "=g"(x), "=g"(y));
13810 __atomic_compare_exchange_n(x, y, 0, 0, 0, 0);
13812 return 0;
13814 _ACEOF
13815 if test x$atomic_builtins_link_tests = xyes; then
13816 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13817 (eval $ac_link) 2>&5
13818 ac_status=$?
13819 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13820 test $ac_status = 0; }; then
13821 eval libat_cv_have_at_cas_8=yes
13822 else
13823 eval libat_cv_have_at_cas_8=no
13825 else
13826 old_CFLAGS="$CFLAGS"
13827 # Compile unoptimized.
13828 CFLAGS="$CFLAGS -O0 -S"
13829 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13830 (eval $ac_compile) 2>&5
13831 ac_status=$?
13832 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13833 test $ac_status = 0; }; then
13834 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
13835 eval libat_cv_have_at_cas_8=no
13836 else
13837 eval libat_cv_have_at_cas_8=yes
13839 else
13840 eval libat_cv_have_at_cas_8=no
13842 CFLAGS="$old_CFLAGS"
13844 rm -f conftest*
13847 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_cas_8" >&5
13848 $as_echo "$libat_cv_have_at_cas_8" >&6; }
13851 yesno=`echo $libat_cv_have_at_cas_8 | tr 'yesno' '1 0 '`
13853 cat >>confdefs.h <<_ACEOF
13854 #define HAVE_ATOMIC_CAS_8 $yesno
13855 _ACEOF
13862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_compare_exchange for size 16" >&5
13863 $as_echo_n "checking for __atomic_compare_exchange for size 16... " >&6; }
13864 if ${libat_cv_have_at_cas_16+:} false; then :
13865 $as_echo_n "(cached) " >&6
13866 else
13868 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13869 /* end confdefs.h. */
13872 main ()
13874 typedef int T __attribute__((mode(TI))); T *x, *y;
13875 asm("" : "=g"(x), "=g"(y));
13876 __atomic_compare_exchange_n(x, y, 0, 0, 0, 0);
13878 return 0;
13880 _ACEOF
13881 if test x$atomic_builtins_link_tests = xyes; then
13882 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13883 (eval $ac_link) 2>&5
13884 ac_status=$?
13885 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13886 test $ac_status = 0; }; then
13887 eval libat_cv_have_at_cas_16=yes
13888 else
13889 eval libat_cv_have_at_cas_16=no
13891 else
13892 old_CFLAGS="$CFLAGS"
13893 # Compile unoptimized.
13894 CFLAGS="$CFLAGS -O0 -S"
13895 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13896 (eval $ac_compile) 2>&5
13897 ac_status=$?
13898 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13899 test $ac_status = 0; }; then
13900 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
13901 eval libat_cv_have_at_cas_16=no
13902 else
13903 eval libat_cv_have_at_cas_16=yes
13905 else
13906 eval libat_cv_have_at_cas_16=no
13908 CFLAGS="$old_CFLAGS"
13910 rm -f conftest*
13913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_cas_16" >&5
13914 $as_echo "$libat_cv_have_at_cas_16" >&6; }
13917 yesno=`echo $libat_cv_have_at_cas_16 | tr 'yesno' '1 0 '`
13919 cat >>confdefs.h <<_ACEOF
13920 #define HAVE_ATOMIC_CAS_16 $yesno
13921 _ACEOF
13929 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_add for size 1" >&5
13930 $as_echo_n "checking for __atomic_fetch_add for size 1... " >&6; }
13931 if ${libat_cv_have_at_fadd_1+:} false; then :
13932 $as_echo_n "(cached) " >&6
13933 else
13935 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13936 /* end confdefs.h. */
13939 main ()
13941 typedef int T __attribute__((mode(QI))); T *x, y;
13942 asm("" : "=g"(x), "=g"(y));
13943 __atomic_fetch_add (x, y, 0);
13944 __atomic_add_fetch (x, y, 0);
13946 return 0;
13948 _ACEOF
13949 if test x$atomic_builtins_link_tests = xyes; then
13950 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13951 (eval $ac_link) 2>&5
13952 ac_status=$?
13953 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13954 test $ac_status = 0; }; then
13955 eval libat_cv_have_at_fadd_1=yes
13956 else
13957 eval libat_cv_have_at_fadd_1=no
13959 else
13960 old_CFLAGS="$CFLAGS"
13961 # Compile unoptimized.
13962 CFLAGS="$CFLAGS -O0 -S"
13963 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
13964 (eval $ac_compile) 2>&5
13965 ac_status=$?
13966 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13967 test $ac_status = 0; }; then
13968 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
13969 eval libat_cv_have_at_fadd_1=no
13970 else
13971 eval libat_cv_have_at_fadd_1=yes
13973 else
13974 eval libat_cv_have_at_fadd_1=no
13976 CFLAGS="$old_CFLAGS"
13978 rm -f conftest*
13981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fadd_1" >&5
13982 $as_echo "$libat_cv_have_at_fadd_1" >&6; }
13985 yesno=`echo $libat_cv_have_at_fadd_1 | tr 'yesno' '1 0 '`
13987 cat >>confdefs.h <<_ACEOF
13988 #define HAVE_ATOMIC_FETCH_ADD_1 $yesno
13989 _ACEOF
13996 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_add for size 2" >&5
13997 $as_echo_n "checking for __atomic_fetch_add for size 2... " >&6; }
13998 if ${libat_cv_have_at_fadd_2+:} false; then :
13999 $as_echo_n "(cached) " >&6
14000 else
14002 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14003 /* end confdefs.h. */
14006 main ()
14008 typedef int T __attribute__((mode(HI))); T *x, y;
14009 asm("" : "=g"(x), "=g"(y));
14010 __atomic_fetch_add (x, y, 0);
14011 __atomic_add_fetch (x, y, 0);
14013 return 0;
14015 _ACEOF
14016 if test x$atomic_builtins_link_tests = xyes; then
14017 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14018 (eval $ac_link) 2>&5
14019 ac_status=$?
14020 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14021 test $ac_status = 0; }; then
14022 eval libat_cv_have_at_fadd_2=yes
14023 else
14024 eval libat_cv_have_at_fadd_2=no
14026 else
14027 old_CFLAGS="$CFLAGS"
14028 # Compile unoptimized.
14029 CFLAGS="$CFLAGS -O0 -S"
14030 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14031 (eval $ac_compile) 2>&5
14032 ac_status=$?
14033 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14034 test $ac_status = 0; }; then
14035 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
14036 eval libat_cv_have_at_fadd_2=no
14037 else
14038 eval libat_cv_have_at_fadd_2=yes
14040 else
14041 eval libat_cv_have_at_fadd_2=no
14043 CFLAGS="$old_CFLAGS"
14045 rm -f conftest*
14048 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fadd_2" >&5
14049 $as_echo "$libat_cv_have_at_fadd_2" >&6; }
14052 yesno=`echo $libat_cv_have_at_fadd_2 | tr 'yesno' '1 0 '`
14054 cat >>confdefs.h <<_ACEOF
14055 #define HAVE_ATOMIC_FETCH_ADD_2 $yesno
14056 _ACEOF
14063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_add for size 4" >&5
14064 $as_echo_n "checking for __atomic_fetch_add for size 4... " >&6; }
14065 if ${libat_cv_have_at_fadd_4+:} false; then :
14066 $as_echo_n "(cached) " >&6
14067 else
14069 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14070 /* end confdefs.h. */
14073 main ()
14075 typedef int T __attribute__((mode(SI))); T *x, y;
14076 asm("" : "=g"(x), "=g"(y));
14077 __atomic_fetch_add (x, y, 0);
14078 __atomic_add_fetch (x, y, 0);
14080 return 0;
14082 _ACEOF
14083 if test x$atomic_builtins_link_tests = xyes; then
14084 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14085 (eval $ac_link) 2>&5
14086 ac_status=$?
14087 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14088 test $ac_status = 0; }; then
14089 eval libat_cv_have_at_fadd_4=yes
14090 else
14091 eval libat_cv_have_at_fadd_4=no
14093 else
14094 old_CFLAGS="$CFLAGS"
14095 # Compile unoptimized.
14096 CFLAGS="$CFLAGS -O0 -S"
14097 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14098 (eval $ac_compile) 2>&5
14099 ac_status=$?
14100 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14101 test $ac_status = 0; }; then
14102 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
14103 eval libat_cv_have_at_fadd_4=no
14104 else
14105 eval libat_cv_have_at_fadd_4=yes
14107 else
14108 eval libat_cv_have_at_fadd_4=no
14110 CFLAGS="$old_CFLAGS"
14112 rm -f conftest*
14115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fadd_4" >&5
14116 $as_echo "$libat_cv_have_at_fadd_4" >&6; }
14119 yesno=`echo $libat_cv_have_at_fadd_4 | tr 'yesno' '1 0 '`
14121 cat >>confdefs.h <<_ACEOF
14122 #define HAVE_ATOMIC_FETCH_ADD_4 $yesno
14123 _ACEOF
14130 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_add for size 8" >&5
14131 $as_echo_n "checking for __atomic_fetch_add for size 8... " >&6; }
14132 if ${libat_cv_have_at_fadd_8+:} false; then :
14133 $as_echo_n "(cached) " >&6
14134 else
14136 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14137 /* end confdefs.h. */
14140 main ()
14142 typedef int T __attribute__((mode(DI))); T *x, y;
14143 asm("" : "=g"(x), "=g"(y));
14144 __atomic_fetch_add (x, y, 0);
14145 __atomic_add_fetch (x, y, 0);
14147 return 0;
14149 _ACEOF
14150 if test x$atomic_builtins_link_tests = xyes; then
14151 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14152 (eval $ac_link) 2>&5
14153 ac_status=$?
14154 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14155 test $ac_status = 0; }; then
14156 eval libat_cv_have_at_fadd_8=yes
14157 else
14158 eval libat_cv_have_at_fadd_8=no
14160 else
14161 old_CFLAGS="$CFLAGS"
14162 # Compile unoptimized.
14163 CFLAGS="$CFLAGS -O0 -S"
14164 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14165 (eval $ac_compile) 2>&5
14166 ac_status=$?
14167 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14168 test $ac_status = 0; }; then
14169 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
14170 eval libat_cv_have_at_fadd_8=no
14171 else
14172 eval libat_cv_have_at_fadd_8=yes
14174 else
14175 eval libat_cv_have_at_fadd_8=no
14177 CFLAGS="$old_CFLAGS"
14179 rm -f conftest*
14182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fadd_8" >&5
14183 $as_echo "$libat_cv_have_at_fadd_8" >&6; }
14186 yesno=`echo $libat_cv_have_at_fadd_8 | tr 'yesno' '1 0 '`
14188 cat >>confdefs.h <<_ACEOF
14189 #define HAVE_ATOMIC_FETCH_ADD_8 $yesno
14190 _ACEOF
14197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_add for size 16" >&5
14198 $as_echo_n "checking for __atomic_fetch_add for size 16... " >&6; }
14199 if ${libat_cv_have_at_fadd_16+:} false; then :
14200 $as_echo_n "(cached) " >&6
14201 else
14203 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14204 /* end confdefs.h. */
14207 main ()
14209 typedef int T __attribute__((mode(TI))); T *x, y;
14210 asm("" : "=g"(x), "=g"(y));
14211 __atomic_fetch_add (x, y, 0);
14212 __atomic_add_fetch (x, y, 0);
14214 return 0;
14216 _ACEOF
14217 if test x$atomic_builtins_link_tests = xyes; then
14218 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14219 (eval $ac_link) 2>&5
14220 ac_status=$?
14221 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14222 test $ac_status = 0; }; then
14223 eval libat_cv_have_at_fadd_16=yes
14224 else
14225 eval libat_cv_have_at_fadd_16=no
14227 else
14228 old_CFLAGS="$CFLAGS"
14229 # Compile unoptimized.
14230 CFLAGS="$CFLAGS -O0 -S"
14231 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14232 (eval $ac_compile) 2>&5
14233 ac_status=$?
14234 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14235 test $ac_status = 0; }; then
14236 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
14237 eval libat_cv_have_at_fadd_16=no
14238 else
14239 eval libat_cv_have_at_fadd_16=yes
14241 else
14242 eval libat_cv_have_at_fadd_16=no
14244 CFLAGS="$old_CFLAGS"
14246 rm -f conftest*
14249 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fadd_16" >&5
14250 $as_echo "$libat_cv_have_at_fadd_16" >&6; }
14253 yesno=`echo $libat_cv_have_at_fadd_16 | tr 'yesno' '1 0 '`
14255 cat >>confdefs.h <<_ACEOF
14256 #define HAVE_ATOMIC_FETCH_ADD_16 $yesno
14257 _ACEOF
14265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_op for size 1" >&5
14266 $as_echo_n "checking for __atomic_fetch_op for size 1... " >&6; }
14267 if ${libat_cv_have_at_fop_1+:} false; then :
14268 $as_echo_n "(cached) " >&6
14269 else
14271 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14272 /* end confdefs.h. */
14275 main ()
14277 typedef int T __attribute__((mode(QI))); T *x, y;
14278 asm("" : "=g"(x), "=g"(y));
14279 __atomic_fetch_add (x, y, 0); __atomic_add_fetch (x, y, 0);
14280 __atomic_fetch_sub (x, y, 0); __atomic_sub_fetch (x, y, 0);
14281 __atomic_fetch_and (x, y, 0); __atomic_and_fetch (x, y, 0);
14282 __atomic_fetch_nand (x, y, 0); __atomic_nand_fetch (x, y, 0);
14283 __atomic_fetch_xor (x, y, 0); __atomic_xor_fetch (x, y, 0);
14284 __atomic_fetch_or (x, y, 0); __atomic_or_fetch (x, y, 0);
14286 return 0;
14288 _ACEOF
14289 if test x$atomic_builtins_link_tests = xyes; then
14290 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14291 (eval $ac_link) 2>&5
14292 ac_status=$?
14293 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14294 test $ac_status = 0; }; then
14295 eval libat_cv_have_at_fop_1=yes
14296 else
14297 eval libat_cv_have_at_fop_1=no
14299 else
14300 old_CFLAGS="$CFLAGS"
14301 # Compile unoptimized.
14302 CFLAGS="$CFLAGS -O0 -S"
14303 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14304 (eval $ac_compile) 2>&5
14305 ac_status=$?
14306 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14307 test $ac_status = 0; }; then
14308 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
14309 eval libat_cv_have_at_fop_1=no
14310 else
14311 eval libat_cv_have_at_fop_1=yes
14313 else
14314 eval libat_cv_have_at_fop_1=no
14316 CFLAGS="$old_CFLAGS"
14318 rm -f conftest*
14321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fop_1" >&5
14322 $as_echo "$libat_cv_have_at_fop_1" >&6; }
14325 yesno=`echo $libat_cv_have_at_fop_1 | tr 'yesno' '1 0 '`
14327 cat >>confdefs.h <<_ACEOF
14328 #define HAVE_ATOMIC_FETCH_OP_1 $yesno
14329 _ACEOF
14336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_op for size 2" >&5
14337 $as_echo_n "checking for __atomic_fetch_op for size 2... " >&6; }
14338 if ${libat_cv_have_at_fop_2+:} false; then :
14339 $as_echo_n "(cached) " >&6
14340 else
14342 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14343 /* end confdefs.h. */
14346 main ()
14348 typedef int T __attribute__((mode(HI))); T *x, y;
14349 asm("" : "=g"(x), "=g"(y));
14350 __atomic_fetch_add (x, y, 0); __atomic_add_fetch (x, y, 0);
14351 __atomic_fetch_sub (x, y, 0); __atomic_sub_fetch (x, y, 0);
14352 __atomic_fetch_and (x, y, 0); __atomic_and_fetch (x, y, 0);
14353 __atomic_fetch_nand (x, y, 0); __atomic_nand_fetch (x, y, 0);
14354 __atomic_fetch_xor (x, y, 0); __atomic_xor_fetch (x, y, 0);
14355 __atomic_fetch_or (x, y, 0); __atomic_or_fetch (x, y, 0);
14357 return 0;
14359 _ACEOF
14360 if test x$atomic_builtins_link_tests = xyes; then
14361 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14362 (eval $ac_link) 2>&5
14363 ac_status=$?
14364 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14365 test $ac_status = 0; }; then
14366 eval libat_cv_have_at_fop_2=yes
14367 else
14368 eval libat_cv_have_at_fop_2=no
14370 else
14371 old_CFLAGS="$CFLAGS"
14372 # Compile unoptimized.
14373 CFLAGS="$CFLAGS -O0 -S"
14374 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14375 (eval $ac_compile) 2>&5
14376 ac_status=$?
14377 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14378 test $ac_status = 0; }; then
14379 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
14380 eval libat_cv_have_at_fop_2=no
14381 else
14382 eval libat_cv_have_at_fop_2=yes
14384 else
14385 eval libat_cv_have_at_fop_2=no
14387 CFLAGS="$old_CFLAGS"
14389 rm -f conftest*
14392 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fop_2" >&5
14393 $as_echo "$libat_cv_have_at_fop_2" >&6; }
14396 yesno=`echo $libat_cv_have_at_fop_2 | tr 'yesno' '1 0 '`
14398 cat >>confdefs.h <<_ACEOF
14399 #define HAVE_ATOMIC_FETCH_OP_2 $yesno
14400 _ACEOF
14407 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_op for size 4" >&5
14408 $as_echo_n "checking for __atomic_fetch_op for size 4... " >&6; }
14409 if ${libat_cv_have_at_fop_4+:} false; then :
14410 $as_echo_n "(cached) " >&6
14411 else
14413 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14414 /* end confdefs.h. */
14417 main ()
14419 typedef int T __attribute__((mode(SI))); T *x, y;
14420 asm("" : "=g"(x), "=g"(y));
14421 __atomic_fetch_add (x, y, 0); __atomic_add_fetch (x, y, 0);
14422 __atomic_fetch_sub (x, y, 0); __atomic_sub_fetch (x, y, 0);
14423 __atomic_fetch_and (x, y, 0); __atomic_and_fetch (x, y, 0);
14424 __atomic_fetch_nand (x, y, 0); __atomic_nand_fetch (x, y, 0);
14425 __atomic_fetch_xor (x, y, 0); __atomic_xor_fetch (x, y, 0);
14426 __atomic_fetch_or (x, y, 0); __atomic_or_fetch (x, y, 0);
14428 return 0;
14430 _ACEOF
14431 if test x$atomic_builtins_link_tests = xyes; then
14432 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14433 (eval $ac_link) 2>&5
14434 ac_status=$?
14435 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14436 test $ac_status = 0; }; then
14437 eval libat_cv_have_at_fop_4=yes
14438 else
14439 eval libat_cv_have_at_fop_4=no
14441 else
14442 old_CFLAGS="$CFLAGS"
14443 # Compile unoptimized.
14444 CFLAGS="$CFLAGS -O0 -S"
14445 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14446 (eval $ac_compile) 2>&5
14447 ac_status=$?
14448 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14449 test $ac_status = 0; }; then
14450 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
14451 eval libat_cv_have_at_fop_4=no
14452 else
14453 eval libat_cv_have_at_fop_4=yes
14455 else
14456 eval libat_cv_have_at_fop_4=no
14458 CFLAGS="$old_CFLAGS"
14460 rm -f conftest*
14463 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fop_4" >&5
14464 $as_echo "$libat_cv_have_at_fop_4" >&6; }
14467 yesno=`echo $libat_cv_have_at_fop_4 | tr 'yesno' '1 0 '`
14469 cat >>confdefs.h <<_ACEOF
14470 #define HAVE_ATOMIC_FETCH_OP_4 $yesno
14471 _ACEOF
14478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_op for size 8" >&5
14479 $as_echo_n "checking for __atomic_fetch_op for size 8... " >&6; }
14480 if ${libat_cv_have_at_fop_8+:} false; then :
14481 $as_echo_n "(cached) " >&6
14482 else
14484 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14485 /* end confdefs.h. */
14488 main ()
14490 typedef int T __attribute__((mode(DI))); T *x, y;
14491 asm("" : "=g"(x), "=g"(y));
14492 __atomic_fetch_add (x, y, 0); __atomic_add_fetch (x, y, 0);
14493 __atomic_fetch_sub (x, y, 0); __atomic_sub_fetch (x, y, 0);
14494 __atomic_fetch_and (x, y, 0); __atomic_and_fetch (x, y, 0);
14495 __atomic_fetch_nand (x, y, 0); __atomic_nand_fetch (x, y, 0);
14496 __atomic_fetch_xor (x, y, 0); __atomic_xor_fetch (x, y, 0);
14497 __atomic_fetch_or (x, y, 0); __atomic_or_fetch (x, y, 0);
14499 return 0;
14501 _ACEOF
14502 if test x$atomic_builtins_link_tests = xyes; then
14503 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14504 (eval $ac_link) 2>&5
14505 ac_status=$?
14506 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14507 test $ac_status = 0; }; then
14508 eval libat_cv_have_at_fop_8=yes
14509 else
14510 eval libat_cv_have_at_fop_8=no
14512 else
14513 old_CFLAGS="$CFLAGS"
14514 # Compile unoptimized.
14515 CFLAGS="$CFLAGS -O0 -S"
14516 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14517 (eval $ac_compile) 2>&5
14518 ac_status=$?
14519 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14520 test $ac_status = 0; }; then
14521 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
14522 eval libat_cv_have_at_fop_8=no
14523 else
14524 eval libat_cv_have_at_fop_8=yes
14526 else
14527 eval libat_cv_have_at_fop_8=no
14529 CFLAGS="$old_CFLAGS"
14531 rm -f conftest*
14534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fop_8" >&5
14535 $as_echo "$libat_cv_have_at_fop_8" >&6; }
14538 yesno=`echo $libat_cv_have_at_fop_8 | tr 'yesno' '1 0 '`
14540 cat >>confdefs.h <<_ACEOF
14541 #define HAVE_ATOMIC_FETCH_OP_8 $yesno
14542 _ACEOF
14549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __atomic_fetch_op for size 16" >&5
14550 $as_echo_n "checking for __atomic_fetch_op for size 16... " >&6; }
14551 if ${libat_cv_have_at_fop_16+:} false; then :
14552 $as_echo_n "(cached) " >&6
14553 else
14555 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14556 /* end confdefs.h. */
14559 main ()
14561 typedef int T __attribute__((mode(TI))); T *x, y;
14562 asm("" : "=g"(x), "=g"(y));
14563 __atomic_fetch_add (x, y, 0); __atomic_add_fetch (x, y, 0);
14564 __atomic_fetch_sub (x, y, 0); __atomic_sub_fetch (x, y, 0);
14565 __atomic_fetch_and (x, y, 0); __atomic_and_fetch (x, y, 0);
14566 __atomic_fetch_nand (x, y, 0); __atomic_nand_fetch (x, y, 0);
14567 __atomic_fetch_xor (x, y, 0); __atomic_xor_fetch (x, y, 0);
14568 __atomic_fetch_or (x, y, 0); __atomic_or_fetch (x, y, 0);
14570 return 0;
14572 _ACEOF
14573 if test x$atomic_builtins_link_tests = xyes; then
14574 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
14575 (eval $ac_link) 2>&5
14576 ac_status=$?
14577 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14578 test $ac_status = 0; }; then
14579 eval libat_cv_have_at_fop_16=yes
14580 else
14581 eval libat_cv_have_at_fop_16=no
14583 else
14584 old_CFLAGS="$CFLAGS"
14585 # Compile unoptimized.
14586 CFLAGS="$CFLAGS -O0 -S"
14587 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
14588 (eval $ac_compile) 2>&5
14589 ac_status=$?
14590 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14591 test $ac_status = 0; }; then
14592 if grep __atomic_ conftest.s >/dev/null 2>&1 ; then
14593 eval libat_cv_have_at_fop_16=no
14594 else
14595 eval libat_cv_have_at_fop_16=yes
14597 else
14598 eval libat_cv_have_at_fop_16=no
14600 CFLAGS="$old_CFLAGS"
14602 rm -f conftest*
14605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_at_fop_16" >&5
14606 $as_echo "$libat_cv_have_at_fop_16" >&6; }
14609 yesno=`echo $libat_cv_have_at_fop_16 | tr 'yesno' '1 0 '`
14611 cat >>confdefs.h <<_ACEOF
14612 #define HAVE_ATOMIC_FETCH_OP_16 $yesno
14613 _ACEOF
14620 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
14621 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
14622 if ${ac_cv_c_bigendian+:} false; then :
14623 $as_echo_n "(cached) " >&6
14624 else
14625 ac_cv_c_bigendian=unknown
14626 # See if we're dealing with a universal compiler.
14627 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14628 /* end confdefs.h. */
14629 #ifndef __APPLE_CC__
14630 not a universal capable compiler
14631 #endif
14632 typedef int dummy;
14634 _ACEOF
14635 if ac_fn_c_try_compile "$LINENO"; then :
14637 # Check for potential -arch flags. It is not universal unless
14638 # there are at least two -arch flags with different values.
14639 ac_arch=
14640 ac_prev=
14641 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
14642 if test -n "$ac_prev"; then
14643 case $ac_word in
14644 i?86 | x86_64 | ppc | ppc64)
14645 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
14646 ac_arch=$ac_word
14647 else
14648 ac_cv_c_bigendian=universal
14649 break
14652 esac
14653 ac_prev=
14654 elif test "x$ac_word" = "x-arch"; then
14655 ac_prev=arch
14657 done
14659 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14660 if test $ac_cv_c_bigendian = unknown; then
14661 # See if sys/param.h defines the BYTE_ORDER macro.
14662 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14663 /* end confdefs.h. */
14664 #include <sys/types.h>
14665 #include <sys/param.h>
14668 main ()
14670 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
14671 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
14672 && LITTLE_ENDIAN)
14673 bogus endian macros
14674 #endif
14677 return 0;
14679 _ACEOF
14680 if ac_fn_c_try_compile "$LINENO"; then :
14681 # It does; now see whether it defined to BIG_ENDIAN or not.
14682 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14683 /* end confdefs.h. */
14684 #include <sys/types.h>
14685 #include <sys/param.h>
14688 main ()
14690 #if BYTE_ORDER != BIG_ENDIAN
14691 not big endian
14692 #endif
14695 return 0;
14697 _ACEOF
14698 if ac_fn_c_try_compile "$LINENO"; then :
14699 ac_cv_c_bigendian=yes
14700 else
14701 ac_cv_c_bigendian=no
14703 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14705 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14707 if test $ac_cv_c_bigendian = unknown; then
14708 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
14709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14710 /* end confdefs.h. */
14711 #include <limits.h>
14714 main ()
14716 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
14717 bogus endian macros
14718 #endif
14721 return 0;
14723 _ACEOF
14724 if ac_fn_c_try_compile "$LINENO"; then :
14725 # It does; now see whether it defined to _BIG_ENDIAN or not.
14726 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14727 /* end confdefs.h. */
14728 #include <limits.h>
14731 main ()
14733 #ifndef _BIG_ENDIAN
14734 not big endian
14735 #endif
14738 return 0;
14740 _ACEOF
14741 if ac_fn_c_try_compile "$LINENO"; then :
14742 ac_cv_c_bigendian=yes
14743 else
14744 ac_cv_c_bigendian=no
14746 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14748 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14750 if test $ac_cv_c_bigendian = unknown; then
14751 # Compile a test program.
14752 if test "$cross_compiling" = yes; then :
14753 # Try to guess by grepping values from an object file.
14754 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14755 /* end confdefs.h. */
14756 short int ascii_mm[] =
14757 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
14758 short int ascii_ii[] =
14759 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
14760 int use_ascii (int i) {
14761 return ascii_mm[i] + ascii_ii[i];
14763 short int ebcdic_ii[] =
14764 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
14765 short int ebcdic_mm[] =
14766 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
14767 int use_ebcdic (int i) {
14768 return ebcdic_mm[i] + ebcdic_ii[i];
14770 extern int foo;
14773 main ()
14775 return use_ascii (foo) == use_ebcdic (foo);
14777 return 0;
14779 _ACEOF
14780 if ac_fn_c_try_compile "$LINENO"; then :
14781 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
14782 ac_cv_c_bigendian=yes
14784 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
14785 if test "$ac_cv_c_bigendian" = unknown; then
14786 ac_cv_c_bigendian=no
14787 else
14788 # finding both strings is unlikely to happen, but who knows?
14789 ac_cv_c_bigendian=unknown
14793 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14794 else
14795 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14796 /* end confdefs.h. */
14797 $ac_includes_default
14799 main ()
14802 /* Are we little or big endian? From Harbison&Steele. */
14803 union
14805 long int l;
14806 char c[sizeof (long int)];
14807 } u;
14808 u.l = 1;
14809 return u.c[sizeof (long int) - 1] == 1;
14812 return 0;
14814 _ACEOF
14815 if ac_fn_c_try_run "$LINENO"; then :
14816 ac_cv_c_bigendian=no
14817 else
14818 ac_cv_c_bigendian=yes
14820 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14821 conftest.$ac_objext conftest.beam conftest.$ac_ext
14826 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
14827 $as_echo "$ac_cv_c_bigendian" >&6; }
14828 case $ac_cv_c_bigendian in #(
14829 yes)
14830 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
14831 ;; #(
14833 ;; #(
14834 universal)
14836 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
14838 ;; #(
14840 as_fn_error $? "unknown endianness
14841 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
14842 esac
14844 # I don't like the default behaviour of WORDS_BIGENDIAN undefined for LE.
14848 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for the word size" >&5
14849 $as_echo_n "checking for the word size... " >&6; }
14850 if ${libat_cv_wordsize+:} false; then :
14851 $as_echo_n "(cached) " >&6
14852 else
14853 if ac_fn_c_compute_int "$LINENO" "sizeof(word)" "libat_cv_wordsize" "typedef int word __attribute__((mode(word)));"; then :
14855 else
14856 as_fn_error $? "Could not determine word size." "$LINENO" 5
14860 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_wordsize" >&5
14861 $as_echo "$libat_cv_wordsize" >&6; }
14863 cat >>confdefs.h <<_ACEOF
14864 #define WORDSIZE $libat_cv_wordsize
14865 _ACEOF
14869 # Check to see if -pthread or -lpthread is needed. Prefer the former.
14870 # In case the pthread.h system header is not found, this test will fail.
14871 case " $config_path " in
14872 *" posix "*)
14873 XPCFLAGS=""
14874 CFLAGS="$CFLAGS -pthread"
14875 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14876 /* end confdefs.h. */
14877 #include <pthread.h>
14878 void *g(void *d) { return NULL; }
14880 main ()
14882 pthread_t t; pthread_create(&t,NULL,g,NULL);
14884 return 0;
14886 _ACEOF
14887 if ac_fn_c_try_link "$LINENO"; then :
14888 XPCFLAGS=" -pthread"
14889 else
14890 CFLAGS="$save_CFLAGS $XCFLAGS" LIBS="-lpthread $LIBS"
14891 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14892 /* end confdefs.h. */
14893 #include <pthread.h>
14894 void *g(void *d) { return NULL; }
14896 main ()
14898 pthread_t t; pthread_create(&t,NULL,g,NULL);
14900 return 0;
14902 _ACEOF
14903 if ac_fn_c_try_link "$LINENO"; then :
14905 else
14906 as_fn_error $? "Pthreads are required to build libatomic" "$LINENO" 5
14908 rm -f core conftest.err conftest.$ac_objext \
14909 conftest$ac_exeext conftest.$ac_ext
14911 rm -f core conftest.err conftest.$ac_objext \
14912 conftest$ac_exeext conftest.$ac_ext
14913 CFLAGS="$save_CFLAGS $XPCFLAGS"
14915 esac
14917 # See what sort of export controls are available.
14919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports hidden visibility" >&5
14920 $as_echo_n "checking whether the target supports hidden visibility... " >&6; }
14921 if ${libat_cv_have_attribute_visibility+:} false; then :
14922 $as_echo_n "(cached) " >&6
14923 else
14925 save_CFLAGS="$CFLAGS"
14926 CFLAGS="$CFLAGS -Werror"
14927 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14928 /* end confdefs.h. */
14929 void __attribute__((visibility("hidden"))) foo(void) { }
14931 main ()
14935 return 0;
14937 _ACEOF
14938 if ac_fn_c_try_compile "$LINENO"; then :
14939 libat_cv_have_attribute_visibility=yes
14940 else
14941 libat_cv_have_attribute_visibility=no
14943 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14944 CFLAGS="$save_CFLAGS"
14946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_attribute_visibility" >&5
14947 $as_echo "$libat_cv_have_attribute_visibility" >&6; }
14948 if test $libat_cv_have_attribute_visibility = yes; then
14950 $as_echo "#define HAVE_ATTRIBUTE_VISIBILITY 1" >>confdefs.h
14954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports dllexport" >&5
14955 $as_echo_n "checking whether the target supports dllexport... " >&6; }
14956 if ${libat_cv_have_attribute_dllexport+:} false; then :
14957 $as_echo_n "(cached) " >&6
14958 else
14960 save_CFLAGS="$CFLAGS"
14961 CFLAGS="$CFLAGS -Werror"
14962 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14963 /* end confdefs.h. */
14964 void __attribute__((dllexport)) foo(void) { }
14966 main ()
14970 return 0;
14972 _ACEOF
14973 if ac_fn_c_try_compile "$LINENO"; then :
14974 libat_cv_have_attribute_dllexport=yes
14975 else
14976 libat_cv_have_attribute_dllexport=no
14978 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14979 CFLAGS="$save_CFLAGS"
14981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_attribute_dllexport" >&5
14982 $as_echo "$libat_cv_have_attribute_dllexport" >&6; }
14983 if test $libat_cv_have_attribute_dllexport = yes; then
14985 $as_echo "#define HAVE_ATTRIBUTE_DLLEXPORT 1" >>confdefs.h
14989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports symbol aliases" >&5
14990 $as_echo_n "checking whether the target supports symbol aliases... " >&6; }
14991 if ${libat_cv_have_attribute_alias+:} false; then :
14992 $as_echo_n "(cached) " >&6
14993 else
14995 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14996 /* end confdefs.h. */
14998 void foo(void) { }
14999 extern void bar(void) __attribute__((alias("foo")));
15001 main ()
15003 bar();
15005 return 0;
15007 _ACEOF
15008 if ac_fn_c_try_link "$LINENO"; then :
15009 libat_cv_have_attribute_alias=yes
15010 else
15011 libat_cv_have_attribute_alias=no
15013 rm -f core conftest.err conftest.$ac_objext \
15014 conftest$ac_exeext conftest.$ac_ext
15016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_attribute_alias" >&5
15017 $as_echo "$libat_cv_have_attribute_alias" >&6; }
15018 if test $libat_cv_have_attribute_alias = yes; then
15020 $as_echo "#define HAVE_ATTRIBUTE_ALIAS 1" >>confdefs.h
15023 if test x$try_ifunc = xyes; then
15025 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports the ifunc attribute" >&5
15026 $as_echo_n "checking whether the target supports the ifunc attribute... " >&6; }
15027 if ${libat_cv_have_ifunc+:} false; then :
15028 $as_echo_n "(cached) " >&6
15029 else
15031 save_CFLAGS="$CFLAGS"
15032 CFLAGS="$CFLAGS -Werror"
15033 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15034 /* end confdefs.h. */
15036 int foo_alt(void) { return 0; }
15037 typedef int F (void);
15038 F *foo_sel(void) { return foo_alt; }
15039 int foo(void) __attribute__((ifunc("foo_sel")));
15041 main ()
15043 return foo();
15045 return 0;
15047 _ACEOF
15048 if ac_fn_c_try_link "$LINENO"; then :
15049 libat_cv_have_ifunc=yes
15050 else
15051 libat_cv_have_ifunc=no
15053 rm -f core conftest.err conftest.$ac_objext \
15054 conftest$ac_exeext conftest.$ac_ext
15056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_cv_have_ifunc" >&5
15057 $as_echo "$libat_cv_have_ifunc" >&6; }
15059 yesno=`echo $libat_cv_have_ifunc | tr 'yesno' '1 0 '`
15061 cat >>confdefs.h <<_ACEOF
15062 #define HAVE_IFUNC $yesno
15063 _ACEOF
15069 # Check linker support.
15072 # Check whether --with-gnu-ld was given.
15073 if test "${with_gnu_ld+set}" = set; then :
15074 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
15075 else
15076 with_gnu_ld=no
15079 ac_prog=ld
15080 if test "$GCC" = yes; then
15081 # Check if gcc -print-prog-name=ld gives a path.
15082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
15083 $as_echo_n "checking for ld used by $CC... " >&6; }
15084 case $host in
15085 *-*-mingw*)
15086 # gcc leaves a trailing carriage return which upsets mingw
15087 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
15089 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
15090 esac
15091 case $ac_prog in
15092 # Accept absolute paths.
15093 [\\/]* | ?:[\\/]*)
15094 re_direlt='/[^/][^/]*/\.\./'
15095 # Canonicalize the pathname of ld
15096 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
15097 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
15098 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
15099 done
15100 test -z "$LD" && LD="$ac_prog"
15103 # If it fails, then pretend we aren't using GCC.
15104 ac_prog=ld
15107 # If it is relative, then search for the first ld in PATH.
15108 with_gnu_ld=unknown
15110 esac
15111 elif test "$with_gnu_ld" = yes; then
15112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
15113 $as_echo_n "checking for GNU ld... " >&6; }
15114 else
15115 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
15116 $as_echo_n "checking for non-GNU ld... " >&6; }
15118 if ${lt_cv_path_LD+:} false; then :
15119 $as_echo_n "(cached) " >&6
15120 else
15121 if test -z "$LD"; then
15122 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
15123 for ac_dir in $PATH; do
15124 IFS="$lt_save_ifs"
15125 test -z "$ac_dir" && ac_dir=.
15126 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
15127 lt_cv_path_LD="$ac_dir/$ac_prog"
15128 # Check to see if the program is GNU ld. I'd rather use --version,
15129 # but apparently some variants of GNU ld only accept -v.
15130 # Break only if it was the GNU/non-GNU ld that we prefer.
15131 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
15132 *GNU* | *'with BFD'*)
15133 test "$with_gnu_ld" != no && break
15136 test "$with_gnu_ld" != yes && break
15138 esac
15140 done
15141 IFS="$lt_save_ifs"
15142 else
15143 lt_cv_path_LD="$LD" # Let the user override the test with a path.
15147 LD="$lt_cv_path_LD"
15148 if test -n "$LD"; then
15149 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
15150 $as_echo "$LD" >&6; }
15151 else
15152 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15153 $as_echo "no" >&6; }
15155 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
15156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
15157 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
15158 if ${lt_cv_prog_gnu_ld+:} false; then :
15159 $as_echo_n "(cached) " >&6
15160 else
15161 # I'd rather use --version here, but apparently some GNU lds only accept -v.
15162 case `$LD -v 2>&1 </dev/null` in
15163 *GNU* | *'with BFD'*)
15164 lt_cv_prog_gnu_ld=yes
15167 lt_cv_prog_gnu_ld=no
15169 esac
15171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
15172 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
15173 with_gnu_ld=$lt_cv_prog_gnu_ld
15181 # If we're not using GNU ld, then there's no point in even trying these
15182 # tests. Check for that first. We should have already tested for gld
15183 # by now (in libtool), but require it now just to be safe...
15184 test -z "$SECTION_LDFLAGS" && SECTION_LDFLAGS=''
15185 test -z "$OPT_LDFLAGS" && OPT_LDFLAGS=''
15189 # The name set by libtool depends on the version of libtool. Shame on us
15190 # for depending on an impl detail, but c'est la vie. Older versions used
15191 # ac_cv_prog_gnu_ld, but now it's lt_cv_prog_gnu_ld, and is copied back on
15192 # top of with_gnu_ld (which is also set by --with-gnu-ld, so that actually
15193 # makes sense). We'll test with_gnu_ld everywhere else, so if that isn't
15194 # set (hence we're using an older libtool), then set it.
15195 if test x${with_gnu_ld+set} != xset; then
15196 if test x${ac_cv_prog_gnu_ld+set} != xset; then
15197 # We got through "ac_require(ac_prog_ld)" and still not set? Huh?
15198 with_gnu_ld=no
15199 else
15200 with_gnu_ld=$ac_cv_prog_gnu_ld
15204 # Start by getting the version number. I think the libtool test already
15205 # does some of this, but throws away the result.
15206 libat_ld_is_gold=no
15207 if $LD --version 2>/dev/null | grep 'GNU gold'> /dev/null 2>&1; then
15208 libat_ld_is_gold=yes
15211 ldver=`$LD --version 2>/dev/null |
15212 sed -e 's/[. ][0-9]\{8\}$//;s/.* \([^ ]\{1,\}\)$/\1/; q'`
15214 libat_gnu_ld_version=`echo $ldver | \
15215 $AWK -F. '{ if (NF<3) $3=0; print ($1*100+$2)*100+$3 }'`
15217 # Set --gc-sections.
15218 if test "$with_gnu_ld" = "notbroken"; then
15219 # GNU ld it is! Joy and bunny rabbits!
15221 # All these tests are for C++; save the language and the compiler flags.
15222 # Need to do this so that g++ won't try to link in libstdc++
15223 ac_test_CFLAGS="${CFLAGS+set}"
15224 ac_save_CFLAGS="$CFLAGS"
15225 CFLAGS='-x c++ -Wl,--gc-sections'
15227 # Check for -Wl,--gc-sections
15228 # XXX This test is broken at the moment, as symbols required for linking
15229 # are now in libsupc++ (not built yet). In addition, this test has
15230 # cored on solaris in the past. In addition, --gc-sections doesn't
15231 # really work at the moment (keeps on discarding used sections, first
15232 # .eh_frame and now some of the glibc sections for iconv).
15233 # Bzzzzt. Thanks for playing, maybe next time.
15234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld that supports -Wl,--gc-sections" >&5
15235 $as_echo_n "checking for ld that supports -Wl,--gc-sections... " >&6; }
15236 if test "$cross_compiling" = yes; then :
15237 ac_sectionLDflags=yes
15238 else
15239 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15240 /* end confdefs.h. */
15242 int main(void)
15244 try { throw 1; }
15245 catch (...) { };
15246 return 0;
15249 _ACEOF
15250 if ac_fn_c_try_run "$LINENO"; then :
15251 ac_sectionLDflags=yes
15252 else
15253 ac_sectionLDflags=no
15255 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
15256 conftest.$ac_objext conftest.beam conftest.$ac_ext
15259 if test "$ac_test_CFLAGS" = set; then
15260 CFLAGS="$ac_save_CFLAGS"
15261 else
15262 # this is the suspicious part
15263 CFLAGS=''
15265 if test "$ac_sectionLDflags" = "yes"; then
15266 SECTION_LDFLAGS="-Wl,--gc-sections $SECTION_LDFLAGS"
15268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_sectionLDflags" >&5
15269 $as_echo "$ac_sectionLDflags" >&6; }
15272 # Set linker optimization flags.
15273 if test x"$with_gnu_ld" = x"yes"; then
15274 OPT_LDFLAGS="-Wl,-O1 $OPT_LDFLAGS"
15282 # Check whether --enable-symvers was given.
15283 if test "${enable_symvers+set}" = set; then :
15284 enableval=$enable_symvers;
15285 case "$enableval" in
15286 yes|no|gnu*|sun) ;;
15287 *) as_fn_error $? "Unknown argument to enable/disable symvers" "$LINENO" 5 ;;
15288 esac
15290 else
15291 enable_symvers=yes
15296 # If we never went through the LIBAT_CHECK_LINKER_FEATURES macro, then we
15297 # don't know enough about $LD to do tricks...
15300 # Turn a 'yes' into a suitable default.
15301 if test x$enable_symvers = xyes ; then
15302 # FIXME The following test is too strict, in theory.
15303 if test $enable_shared = no || test "x$LD" = x; then
15304 enable_symvers=no
15305 else
15306 if test $with_gnu_ld = yes ; then
15307 enable_symvers=gnu
15308 else
15309 case ${target_os} in
15310 # Sun symbol versioning exists since Solaris 2.5.
15311 solaris2.[5-9]* | solaris2.1[0-9]*)
15312 enable_symvers=sun ;;
15314 enable_symvers=no ;;
15315 esac
15320 # Check if 'sun' was requested on non-Solaris 2 platforms.
15321 if test x$enable_symvers = xsun ; then
15322 case ${target_os} in
15323 solaris2*)
15324 # All fine.
15327 # Unlikely to work.
15328 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === You have requested Sun symbol versioning, but" >&5
15329 $as_echo "$as_me: WARNING: === You have requested Sun symbol versioning, but" >&2;}
15330 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === you are not targetting Solaris 2." >&5
15331 $as_echo "$as_me: WARNING: === you are not targetting Solaris 2." >&2;}
15332 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === Symbol versioning will be disabled." >&5
15333 $as_echo "$as_me: WARNING: === Symbol versioning will be disabled." >&2;}
15334 enable_symvers=no
15336 esac
15339 # Check to see if libgcc_s exists, indicating that shared libgcc is possible.
15340 if test $enable_symvers != no; then
15341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shared libgcc" >&5
15342 $as_echo_n "checking for shared libgcc... " >&6; }
15343 ac_save_CFLAGS="$CFLAGS"
15344 CFLAGS=' -lgcc_s'
15345 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15346 /* end confdefs.h. */
15349 main ()
15351 return 0;
15353 return 0;
15355 _ACEOF
15356 if ac_fn_c_try_link "$LINENO"; then :
15357 libat_shared_libgcc=yes
15358 else
15359 libat_shared_libgcc=no
15361 rm -f core conftest.err conftest.$ac_objext \
15362 conftest$ac_exeext conftest.$ac_ext
15363 CFLAGS="$ac_save_CFLAGS"
15364 if test $libat_shared_libgcc = no; then
15365 cat > conftest.c <<EOF
15366 int main (void) { return 0; }
15368 libat_libgcc_s_suffix=`${CC-cc} $CFLAGS $CPPFLAGS $LDFLAGS \
15369 -shared -shared-libgcc -o conftest.so \
15370 conftest.c -v 2>&1 >/dev/null \
15371 | sed -n 's/^.* -lgcc_s\([^ ]*\) .*$/\1/p'`
15372 rm -f conftest.c conftest.so
15373 if test x${libat_libgcc_s_suffix+set} = xset; then
15374 CFLAGS=" -lgcc_s$libat_libgcc_s_suffix"
15375 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15376 /* end confdefs.h. */
15379 main ()
15381 return 0;
15383 return 0;
15385 _ACEOF
15386 if ac_fn_c_try_link "$LINENO"; then :
15387 libat_shared_libgcc=yes
15389 rm -f core conftest.err conftest.$ac_objext \
15390 conftest$ac_exeext conftest.$ac_ext
15391 CFLAGS="$ac_save_CFLAGS"
15394 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libat_shared_libgcc" >&5
15395 $as_echo "$libat_shared_libgcc" >&6; }
15398 # For GNU ld, we need at least this version. The format is described in
15399 # LIBAT_CHECK_LINKER_FEATURES above.
15400 libat_min_gnu_ld_version=21400
15401 # XXXXXXXXXXX libat_gnu_ld_version=21390
15403 # Check to see if unspecified "yes" value can win, given results above.
15404 # Change "yes" into either "no" or a style name.
15405 if test $enable_symvers != no && test $libat_shared_libgcc = yes; then
15406 if test $with_gnu_ld = yes; then
15407 if test $libat_gnu_ld_version -ge $libat_min_gnu_ld_version ; then
15408 enable_symvers=gnu
15409 elif test $libat_ld_is_gold = yes ; then
15410 enable_symvers=gnu
15411 else
15412 # The right tools, the right setup, but too old. Fallbacks?
15413 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === Linker version $libat_gnu_ld_version is too old for" >&5
15414 $as_echo "$as_me: WARNING: === Linker version $libat_gnu_ld_version is too old for" >&2;}
15415 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === full symbol versioning support in this release of GCC." >&5
15416 $as_echo "$as_me: WARNING: === full symbol versioning support in this release of GCC." >&2;}
15417 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === You would need to upgrade your binutils to version" >&5
15418 $as_echo "$as_me: WARNING: === You would need to upgrade your binutils to version" >&2;}
15419 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === $libat_min_gnu_ld_version or later and rebuild GCC." >&5
15420 $as_echo "$as_me: WARNING: === $libat_min_gnu_ld_version or later and rebuild GCC." >&2;}
15421 if test $libat_gnu_ld_version -ge 21200 ; then
15422 # Globbing fix is present, proper block support is not.
15423 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === Symbol versioning will be disabled." >&5
15424 $as_echo "$as_me: WARNING: === Symbol versioning will be disabled." >&2;}
15425 enable_symvers=no
15426 else
15427 # 2.11 or older.
15428 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === Symbol versioning will be disabled." >&5
15429 $as_echo "$as_me: WARNING: === Symbol versioning will be disabled." >&2;}
15430 enable_symvers=no
15433 elif test $enable_symvers = sun; then
15434 : All interesting versions of Sun ld support sun style symbol versioning.
15435 else
15436 # just fail for now
15437 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === You have requested some kind of symbol versioning, but" >&5
15438 $as_echo "$as_me: WARNING: === You have requested some kind of symbol versioning, but" >&2;}
15439 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === either you are not using a supported linker, or you are" >&5
15440 $as_echo "$as_me: WARNING: === either you are not using a supported linker, or you are" >&2;}
15441 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === not building a shared libgcc_s (which is required)." >&5
15442 $as_echo "$as_me: WARNING: === not building a shared libgcc_s (which is required)." >&2;}
15443 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: === Symbol versioning will be disabled." >&5
15444 $as_echo "$as_me: WARNING: === Symbol versioning will be disabled." >&2;}
15445 enable_symvers=no
15448 if test $enable_symvers = gnu; then
15450 $as_echo "#define LIBAT_GNU_SYMBOL_VERSIONING 1" >>confdefs.h
15454 if test $enable_symvers != no; then
15455 LIBAT_BUILD_VERSIONED_SHLIB_TRUE=
15456 LIBAT_BUILD_VERSIONED_SHLIB_FALSE='#'
15457 else
15458 LIBAT_BUILD_VERSIONED_SHLIB_TRUE='#'
15459 LIBAT_BUILD_VERSIONED_SHLIB_FALSE=
15462 if test $enable_symvers = gnu; then
15463 LIBAT_BUILD_VERSIONED_SHLIB_GNU_TRUE=
15464 LIBAT_BUILD_VERSIONED_SHLIB_GNU_FALSE='#'
15465 else
15466 LIBAT_BUILD_VERSIONED_SHLIB_GNU_TRUE='#'
15467 LIBAT_BUILD_VERSIONED_SHLIB_GNU_FALSE=
15470 if test $enable_symvers = sun; then
15471 LIBAT_BUILD_VERSIONED_SHLIB_SUN_TRUE=
15472 LIBAT_BUILD_VERSIONED_SHLIB_SUN_FALSE='#'
15473 else
15474 LIBAT_BUILD_VERSIONED_SHLIB_SUN_TRUE='#'
15475 LIBAT_BUILD_VERSIONED_SHLIB_SUN_FALSE=
15478 { $as_echo "$as_me:${as_lineno-$LINENO}: versioning on shared library symbols is $enable_symvers" >&5
15479 $as_echo "$as_me: versioning on shared library symbols is $enable_symvers" >&6;}
15482 # Cleanup and exit.
15483 CFLAGS="$save_CFLAGS"
15484 cat >confcache <<\_ACEOF
15485 # This file is a shell script that caches the results of configure
15486 # tests run on this system so they can be shared between configure
15487 # scripts and configure runs, see configure's option --config-cache.
15488 # It is not useful on other systems. If it contains results you don't
15489 # want to keep, you may remove or edit it.
15491 # config.status only pays attention to the cache file if you give it
15492 # the --recheck option to rerun configure.
15494 # `ac_cv_env_foo' variables (set or unset) will be overridden when
15495 # loading this file, other *unset* `ac_cv_foo' will be assigned the
15496 # following values.
15498 _ACEOF
15500 # The following way of writing the cache mishandles newlines in values,
15501 # but we know of no workaround that is simple, portable, and efficient.
15502 # So, we kill variables containing newlines.
15503 # Ultrix sh set writes to stderr and can't be redirected directly,
15504 # and sets the high bit in the cache file unless we assign to the vars.
15506 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15507 eval ac_val=\$$ac_var
15508 case $ac_val in #(
15509 *${as_nl}*)
15510 case $ac_var in #(
15511 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15512 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15513 esac
15514 case $ac_var in #(
15515 _ | IFS | as_nl) ;; #(
15516 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15517 *) { eval $ac_var=; unset $ac_var;} ;;
15518 esac ;;
15519 esac
15520 done
15522 (set) 2>&1 |
15523 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15524 *${as_nl}ac_space=\ *)
15525 # `set' does not quote correctly, so add quotes: double-quote
15526 # substitution turns \\\\ into \\, and sed turns \\ into \.
15527 sed -n \
15528 "s/'/'\\\\''/g;
15529 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15530 ;; #(
15532 # `set' quotes correctly as required by POSIX, so do not add quotes.
15533 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15535 esac |
15536 sort
15538 sed '
15539 /^ac_cv_env_/b end
15540 t clear
15541 :clear
15542 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15543 t end
15544 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15545 :end' >>confcache
15546 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15547 if test -w "$cache_file"; then
15548 if test "x$cache_file" != "x/dev/null"; then
15549 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15550 $as_echo "$as_me: updating cache $cache_file" >&6;}
15551 if test ! -f "$cache_file" || test -h "$cache_file"; then
15552 cat confcache >"$cache_file"
15553 else
15554 case $cache_file in #(
15555 */* | ?:*)
15556 mv -f confcache "$cache_file"$$ &&
15557 mv -f "$cache_file"$$ "$cache_file" ;; #(
15559 mv -f confcache "$cache_file" ;;
15560 esac
15563 else
15564 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15565 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15568 rm -f confcache
15570 # Add -Wall -Werror if we are using GCC.
15571 if test "x$GCC" = "xyes"; then
15572 XCFLAGS="$XCFLAGS -Wall -Werror"
15575 # Add CET specific flags if CET is enabled
15576 # Check whether --enable-cet was given.
15577 if test "${enable_cet+set}" = set; then :
15578 enableval=$enable_cet;
15579 case "$enableval" in
15580 yes|no|auto) ;;
15581 *) as_fn_error $? "Unknown argument to enable/disable cet" "$LINENO" 5 ;;
15582 esac
15584 else
15585 enable_cet=no
15589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CET support" >&5
15590 $as_echo_n "checking for CET support... " >&6; }
15592 case "$host" in
15593 i[34567]86-*-linux* | x86_64-*-linux*)
15594 case "$enable_cet" in
15595 auto)
15596 # Check if target supports multi-byte NOPs
15597 # and if assembler supports CET insn.
15598 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15599 /* end confdefs.h. */
15602 main ()
15605 #if !defined(__SSE2__)
15606 #error target does not support multi-byte NOPs
15607 #else
15608 asm ("setssbsy");
15609 #endif
15612 return 0;
15614 _ACEOF
15615 if ac_fn_c_try_compile "$LINENO"; then :
15616 enable_cet=yes
15617 else
15618 enable_cet=no
15620 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15622 yes)
15623 # Check if assembler supports CET.
15624 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15625 /* end confdefs.h. */
15628 main ()
15630 asm ("setssbsy");
15632 return 0;
15634 _ACEOF
15635 if ac_fn_c_try_compile "$LINENO"; then :
15637 else
15638 as_fn_error $? "assembler with CET support is required for --enable-cet" "$LINENO" 5
15640 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15642 esac
15645 enable_cet=no
15647 esac
15648 if test x$enable_cet = xyes; then
15649 CET_FLAGS="-fcf-protection -mshstk"
15650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
15651 $as_echo "yes" >&6; }
15652 else
15653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
15654 $as_echo "no" >&6; }
15657 XCFLAGS="$XCFLAGS $CET_FLAGS"
15659 XCFLAGS="$XCFLAGS $XPCFLAGS"
15667 if test x$libat_cv_have_ifunc = xyes; then
15668 HAVE_IFUNC_TRUE=
15669 HAVE_IFUNC_FALSE='#'
15670 else
15671 HAVE_IFUNC_TRUE='#'
15672 HAVE_IFUNC_FALSE=
15675 if expr "$config_path" : ".* linux/aarch64 .*" > /dev/null; then
15676 ARCH_AARCH64_LINUX_TRUE=
15677 ARCH_AARCH64_LINUX_FALSE='#'
15678 else
15679 ARCH_AARCH64_LINUX_TRUE='#'
15680 ARCH_AARCH64_LINUX_FALSE=
15683 if expr "$config_path" : ".* linux/arm .*" > /dev/null; then
15684 ARCH_ARM_LINUX_TRUE=
15685 ARCH_ARM_LINUX_FALSE='#'
15686 else
15687 ARCH_ARM_LINUX_TRUE='#'
15688 ARCH_ARM_LINUX_FALSE=
15691 if test "$ARCH" = x86 && test x$libat_cv_wordsize = x4; then
15692 ARCH_I386_TRUE=
15693 ARCH_I386_FALSE='#'
15694 else
15695 ARCH_I386_TRUE='#'
15696 ARCH_I386_FALSE=
15699 if test "$ARCH" = x86 && test x$libat_cv_wordsize = x8; then
15700 ARCH_X86_64_TRUE=
15701 ARCH_X86_64_FALSE='#'
15702 else
15703 ARCH_X86_64_TRUE='#'
15704 ARCH_X86_64_FALSE=
15708 # Determine what GCC version number to use in filesystem paths.
15710 get_gcc_base_ver="cat"
15712 # Check whether --with-gcc-major-version-only was given.
15713 if test "${with_gcc_major_version_only+set}" = set; then :
15714 withval=$with_gcc_major_version_only; if test x$with_gcc_major_version_only = xyes ; then
15715 get_gcc_base_ver="sed -e 's/^\([0-9]*\).*/\1/'"
15723 if test ${multilib} = yes; then
15724 multilib_arg="--enable-multilib"
15725 else
15726 multilib_arg=
15729 ac_config_files="$ac_config_files Makefile testsuite/Makefile"
15731 cat >confcache <<\_ACEOF
15732 # This file is a shell script that caches the results of configure
15733 # tests run on this system so they can be shared between configure
15734 # scripts and configure runs, see configure's option --config-cache.
15735 # It is not useful on other systems. If it contains results you don't
15736 # want to keep, you may remove or edit it.
15738 # config.status only pays attention to the cache file if you give it
15739 # the --recheck option to rerun configure.
15741 # `ac_cv_env_foo' variables (set or unset) will be overridden when
15742 # loading this file, other *unset* `ac_cv_foo' will be assigned the
15743 # following values.
15745 _ACEOF
15747 # The following way of writing the cache mishandles newlines in values,
15748 # but we know of no workaround that is simple, portable, and efficient.
15749 # So, we kill variables containing newlines.
15750 # Ultrix sh set writes to stderr and can't be redirected directly,
15751 # and sets the high bit in the cache file unless we assign to the vars.
15753 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
15754 eval ac_val=\$$ac_var
15755 case $ac_val in #(
15756 *${as_nl}*)
15757 case $ac_var in #(
15758 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
15759 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
15760 esac
15761 case $ac_var in #(
15762 _ | IFS | as_nl) ;; #(
15763 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
15764 *) { eval $ac_var=; unset $ac_var;} ;;
15765 esac ;;
15766 esac
15767 done
15769 (set) 2>&1 |
15770 case $as_nl`(ac_space=' '; set) 2>&1` in #(
15771 *${as_nl}ac_space=\ *)
15772 # `set' does not quote correctly, so add quotes: double-quote
15773 # substitution turns \\\\ into \\, and sed turns \\ into \.
15774 sed -n \
15775 "s/'/'\\\\''/g;
15776 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
15777 ;; #(
15779 # `set' quotes correctly as required by POSIX, so do not add quotes.
15780 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
15782 esac |
15783 sort
15785 sed '
15786 /^ac_cv_env_/b end
15787 t clear
15788 :clear
15789 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
15790 t end
15791 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
15792 :end' >>confcache
15793 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
15794 if test -w "$cache_file"; then
15795 if test "x$cache_file" != "x/dev/null"; then
15796 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
15797 $as_echo "$as_me: updating cache $cache_file" >&6;}
15798 if test ! -f "$cache_file" || test -h "$cache_file"; then
15799 cat confcache >"$cache_file"
15800 else
15801 case $cache_file in #(
15802 */* | ?:*)
15803 mv -f confcache "$cache_file"$$ &&
15804 mv -f "$cache_file"$$ "$cache_file" ;; #(
15806 mv -f confcache "$cache_file" ;;
15807 esac
15810 else
15811 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
15812 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
15815 rm -f confcache
15817 test "x$prefix" = xNONE && prefix=$ac_default_prefix
15818 # Let make expand exec_prefix.
15819 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
15821 DEFS=-DHAVE_CONFIG_H
15823 ac_libobjs=
15824 ac_ltlibobjs=
15826 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
15827 # 1. Remove the extension, and $U if already installed.
15828 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
15829 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
15830 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
15831 # will be set to the directory where LIBOBJS objects are built.
15832 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
15833 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
15834 done
15835 LIBOBJS=$ac_libobjs
15837 LTLIBOBJS=$ac_ltlibobjs
15840 if test -z "${GENINSRC_TRUE}" && test -z "${GENINSRC_FALSE}"; then
15841 as_fn_error $? "conditional \"GENINSRC\" was never defined.
15842 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15844 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
15845 $as_echo_n "checking that generated files are newer than configure... " >&6; }
15846 if test -n "$am_sleep_pid"; then
15847 # Hide warnings about reused PIDs.
15848 wait $am_sleep_pid 2>/dev/null
15850 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
15851 $as_echo "done" >&6; }
15852 if test -n "$EXEEXT"; then
15853 am__EXEEXT_TRUE=
15854 am__EXEEXT_FALSE='#'
15855 else
15856 am__EXEEXT_TRUE='#'
15857 am__EXEEXT_FALSE=
15860 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
15861 as_fn_error $? "conditional \"AMDEP\" was never defined.
15862 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15864 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
15865 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
15866 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15868 if test -z "${am__fastdepCCAS_TRUE}" && test -z "${am__fastdepCCAS_FALSE}"; then
15869 as_fn_error $? "conditional \"am__fastdepCCAS\" was never defined.
15870 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15872 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
15873 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
15874 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15877 if test -z "${LIBAT_BUILD_VERSIONED_SHLIB_TRUE}" && test -z "${LIBAT_BUILD_VERSIONED_SHLIB_FALSE}"; then
15878 as_fn_error $? "conditional \"LIBAT_BUILD_VERSIONED_SHLIB\" was never defined.
15879 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15881 if test -z "${LIBAT_BUILD_VERSIONED_SHLIB_GNU_TRUE}" && test -z "${LIBAT_BUILD_VERSIONED_SHLIB_GNU_FALSE}"; then
15882 as_fn_error $? "conditional \"LIBAT_BUILD_VERSIONED_SHLIB_GNU\" was never defined.
15883 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15885 if test -z "${LIBAT_BUILD_VERSIONED_SHLIB_SUN_TRUE}" && test -z "${LIBAT_BUILD_VERSIONED_SHLIB_SUN_FALSE}"; then
15886 as_fn_error $? "conditional \"LIBAT_BUILD_VERSIONED_SHLIB_SUN\" was never defined.
15887 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15889 if test -z "${HAVE_IFUNC_TRUE}" && test -z "${HAVE_IFUNC_FALSE}"; then
15890 as_fn_error $? "conditional \"HAVE_IFUNC\" was never defined.
15891 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15893 if test -z "${ARCH_AARCH64_LINUX_TRUE}" && test -z "${ARCH_AARCH64_LINUX_FALSE}"; then
15894 as_fn_error $? "conditional \"ARCH_AARCH64_LINUX\" was never defined.
15895 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15897 if test -z "${ARCH_ARM_LINUX_TRUE}" && test -z "${ARCH_ARM_LINUX_FALSE}"; then
15898 as_fn_error $? "conditional \"ARCH_ARM_LINUX\" was never defined.
15899 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15901 if test -z "${ARCH_I386_TRUE}" && test -z "${ARCH_I386_FALSE}"; then
15902 as_fn_error $? "conditional \"ARCH_I386\" was never defined.
15903 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15905 if test -z "${ARCH_X86_64_TRUE}" && test -z "${ARCH_X86_64_FALSE}"; then
15906 as_fn_error $? "conditional \"ARCH_X86_64\" was never defined.
15907 Usually this means the macro was only invoked conditionally." "$LINENO" 5
15910 : "${CONFIG_STATUS=./config.status}"
15911 ac_write_fail=0
15912 ac_clean_files_save=$ac_clean_files
15913 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
15914 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
15915 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
15916 as_write_fail=0
15917 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
15918 #! $SHELL
15919 # Generated by $as_me.
15920 # Run this file to recreate the current configuration.
15921 # Compiler output produced by configure, useful for debugging
15922 # configure, is in config.log if it exists.
15924 debug=false
15925 ac_cs_recheck=false
15926 ac_cs_silent=false
15928 SHELL=\${CONFIG_SHELL-$SHELL}
15929 export SHELL
15930 _ASEOF
15931 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
15932 ## -------------------- ##
15933 ## M4sh Initialization. ##
15934 ## -------------------- ##
15936 # Be more Bourne compatible
15937 DUALCASE=1; export DUALCASE # for MKS sh
15938 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
15939 emulate sh
15940 NULLCMD=:
15941 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
15942 # is contrary to our usage. Disable this feature.
15943 alias -g '${1+"$@"}'='"$@"'
15944 setopt NO_GLOB_SUBST
15945 else
15946 case `(set -o) 2>/dev/null` in #(
15947 *posix*) :
15948 set -o posix ;; #(
15949 *) :
15951 esac
15955 as_nl='
15957 export as_nl
15958 # Printing a long string crashes Solaris 7 /usr/bin/printf.
15959 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
15960 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
15961 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
15962 # Prefer a ksh shell builtin over an external printf program on Solaris,
15963 # but without wasting forks for bash or zsh.
15964 if test -z "$BASH_VERSION$ZSH_VERSION" \
15965 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
15966 as_echo='print -r --'
15967 as_echo_n='print -rn --'
15968 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
15969 as_echo='printf %s\n'
15970 as_echo_n='printf %s'
15971 else
15972 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
15973 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
15974 as_echo_n='/usr/ucb/echo -n'
15975 else
15976 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
15977 as_echo_n_body='eval
15978 arg=$1;
15979 case $arg in #(
15980 *"$as_nl"*)
15981 expr "X$arg" : "X\\(.*\\)$as_nl";
15982 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
15983 esac;
15984 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
15986 export as_echo_n_body
15987 as_echo_n='sh -c $as_echo_n_body as_echo'
15989 export as_echo_body
15990 as_echo='sh -c $as_echo_body as_echo'
15993 # The user is always right.
15994 if test "${PATH_SEPARATOR+set}" != set; then
15995 PATH_SEPARATOR=:
15996 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
15997 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
15998 PATH_SEPARATOR=';'
16003 # IFS
16004 # We need space, tab and new line, in precisely that order. Quoting is
16005 # there to prevent editors from complaining about space-tab.
16006 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
16007 # splitting by setting IFS to empty value.)
16008 IFS=" "" $as_nl"
16010 # Find who we are. Look in the path if we contain no directory separator.
16011 as_myself=
16012 case $0 in #((
16013 *[\\/]* ) as_myself=$0 ;;
16014 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
16015 for as_dir in $PATH
16017 IFS=$as_save_IFS
16018 test -z "$as_dir" && as_dir=.
16019 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
16020 done
16021 IFS=$as_save_IFS
16024 esac
16025 # We did not find ourselves, most probably we were run as `sh COMMAND'
16026 # in which case we are not to be found in the path.
16027 if test "x$as_myself" = x; then
16028 as_myself=$0
16030 if test ! -f "$as_myself"; then
16031 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
16032 exit 1
16035 # Unset variables that we do not need and which cause bugs (e.g. in
16036 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
16037 # suppresses any "Segmentation fault" message there. '((' could
16038 # trigger a bug in pdksh 5.2.14.
16039 for as_var in BASH_ENV ENV MAIL MAILPATH
16040 do eval test x\${$as_var+set} = xset \
16041 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
16042 done
16043 PS1='$ '
16044 PS2='> '
16045 PS4='+ '
16047 # NLS nuisances.
16048 LC_ALL=C
16049 export LC_ALL
16050 LANGUAGE=C
16051 export LANGUAGE
16053 # CDPATH.
16054 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16057 # as_fn_error STATUS ERROR [LINENO LOG_FD]
16058 # ----------------------------------------
16059 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
16060 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
16061 # script with STATUS, using 1 if that was 0.
16062 as_fn_error ()
16064 as_status=$1; test $as_status -eq 0 && as_status=1
16065 if test "$4"; then
16066 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
16067 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
16069 $as_echo "$as_me: error: $2" >&2
16070 as_fn_exit $as_status
16071 } # as_fn_error
16074 # as_fn_set_status STATUS
16075 # -----------------------
16076 # Set $? to STATUS, without forking.
16077 as_fn_set_status ()
16079 return $1
16080 } # as_fn_set_status
16082 # as_fn_exit STATUS
16083 # -----------------
16084 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
16085 as_fn_exit ()
16087 set +e
16088 as_fn_set_status $1
16089 exit $1
16090 } # as_fn_exit
16092 # as_fn_unset VAR
16093 # ---------------
16094 # Portably unset VAR.
16095 as_fn_unset ()
16097 { eval $1=; unset $1;}
16099 as_unset=as_fn_unset
16100 # as_fn_append VAR VALUE
16101 # ----------------------
16102 # Append the text in VALUE to the end of the definition contained in VAR. Take
16103 # advantage of any shell optimizations that allow amortized linear growth over
16104 # repeated appends, instead of the typical quadratic growth present in naive
16105 # implementations.
16106 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
16107 eval 'as_fn_append ()
16109 eval $1+=\$2
16111 else
16112 as_fn_append ()
16114 eval $1=\$$1\$2
16116 fi # as_fn_append
16118 # as_fn_arith ARG...
16119 # ------------------
16120 # Perform arithmetic evaluation on the ARGs, and store the result in the
16121 # global $as_val. Take advantage of shells that can avoid forks. The arguments
16122 # must be portable across $(()) and expr.
16123 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
16124 eval 'as_fn_arith ()
16126 as_val=$(( $* ))
16128 else
16129 as_fn_arith ()
16131 as_val=`expr "$@" || test $? -eq 1`
16133 fi # as_fn_arith
16136 if expr a : '\(a\)' >/dev/null 2>&1 &&
16137 test "X`expr 00001 : '.*\(...\)'`" = X001; then
16138 as_expr=expr
16139 else
16140 as_expr=false
16143 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
16144 as_basename=basename
16145 else
16146 as_basename=false
16149 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
16150 as_dirname=dirname
16151 else
16152 as_dirname=false
16155 as_me=`$as_basename -- "$0" ||
16156 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
16157 X"$0" : 'X\(//\)$' \| \
16158 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
16159 $as_echo X/"$0" |
16160 sed '/^.*\/\([^/][^/]*\)\/*$/{
16161 s//\1/
16164 /^X\/\(\/\/\)$/{
16165 s//\1/
16168 /^X\/\(\/\).*/{
16169 s//\1/
16172 s/.*/./; q'`
16174 # Avoid depending upon Character Ranges.
16175 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
16176 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
16177 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
16178 as_cr_digits='0123456789'
16179 as_cr_alnum=$as_cr_Letters$as_cr_digits
16181 ECHO_C= ECHO_N= ECHO_T=
16182 case `echo -n x` in #(((((
16183 -n*)
16184 case `echo 'xy\c'` in
16185 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
16186 xy) ECHO_C='\c';;
16187 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
16188 ECHO_T=' ';;
16189 esac;;
16191 ECHO_N='-n';;
16192 esac
16194 rm -f conf$$ conf$$.exe conf$$.file
16195 if test -d conf$$.dir; then
16196 rm -f conf$$.dir/conf$$.file
16197 else
16198 rm -f conf$$.dir
16199 mkdir conf$$.dir 2>/dev/null
16201 if (echo >conf$$.file) 2>/dev/null; then
16202 if ln -s conf$$.file conf$$ 2>/dev/null; then
16203 as_ln_s='ln -s'
16204 # ... but there are two gotchas:
16205 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
16206 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
16207 # In both cases, we have to default to `cp -pR'.
16208 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
16209 as_ln_s='cp -pR'
16210 elif ln conf$$.file conf$$ 2>/dev/null; then
16211 as_ln_s=ln
16212 else
16213 as_ln_s='cp -pR'
16215 else
16216 as_ln_s='cp -pR'
16218 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
16219 rmdir conf$$.dir 2>/dev/null
16222 # as_fn_mkdir_p
16223 # -------------
16224 # Create "$as_dir" as a directory, including parents if necessary.
16225 as_fn_mkdir_p ()
16228 case $as_dir in #(
16229 -*) as_dir=./$as_dir;;
16230 esac
16231 test -d "$as_dir" || eval $as_mkdir_p || {
16232 as_dirs=
16233 while :; do
16234 case $as_dir in #(
16235 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
16236 *) as_qdir=$as_dir;;
16237 esac
16238 as_dirs="'$as_qdir' $as_dirs"
16239 as_dir=`$as_dirname -- "$as_dir" ||
16240 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
16241 X"$as_dir" : 'X\(//\)[^/]' \| \
16242 X"$as_dir" : 'X\(//\)$' \| \
16243 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
16244 $as_echo X"$as_dir" |
16245 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
16246 s//\1/
16249 /^X\(\/\/\)[^/].*/{
16250 s//\1/
16253 /^X\(\/\/\)$/{
16254 s//\1/
16257 /^X\(\/\).*/{
16258 s//\1/
16261 s/.*/./; q'`
16262 test -d "$as_dir" && break
16263 done
16264 test -z "$as_dirs" || eval "mkdir $as_dirs"
16265 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
16268 } # as_fn_mkdir_p
16269 if mkdir -p . 2>/dev/null; then
16270 as_mkdir_p='mkdir -p "$as_dir"'
16271 else
16272 test -d ./-p && rmdir ./-p
16273 as_mkdir_p=false
16277 # as_fn_executable_p FILE
16278 # -----------------------
16279 # Test if FILE is an executable regular file.
16280 as_fn_executable_p ()
16282 test -f "$1" && test -x "$1"
16283 } # as_fn_executable_p
16284 as_test_x='test -x'
16285 as_executable_p=as_fn_executable_p
16287 # Sed expression to map a string onto a valid CPP name.
16288 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
16290 # Sed expression to map a string onto a valid variable name.
16291 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
16294 exec 6>&1
16295 ## ----------------------------------- ##
16296 ## Main body of $CONFIG_STATUS script. ##
16297 ## ----------------------------------- ##
16298 _ASEOF
16299 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
16301 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16302 # Save the log message, to keep $0 and so on meaningful, and to
16303 # report actual input values of CONFIG_FILES etc. instead of their
16304 # values after options handling.
16305 ac_log="
16306 This file was extended by GNU Atomic Library $as_me 1.0, which was
16307 generated by GNU Autoconf 2.69. Invocation command line was
16309 CONFIG_FILES = $CONFIG_FILES
16310 CONFIG_HEADERS = $CONFIG_HEADERS
16311 CONFIG_LINKS = $CONFIG_LINKS
16312 CONFIG_COMMANDS = $CONFIG_COMMANDS
16313 $ $0 $@
16315 on `(hostname || uname -n) 2>/dev/null | sed 1q`
16318 _ACEOF
16320 case $ac_config_files in *"
16321 "*) set x $ac_config_files; shift; ac_config_files=$*;;
16322 esac
16324 case $ac_config_headers in *"
16325 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
16326 esac
16329 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16330 # Files that config.status was made for.
16331 config_files="$ac_config_files"
16332 config_headers="$ac_config_headers"
16333 config_commands="$ac_config_commands"
16335 _ACEOF
16337 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16338 ac_cs_usage="\
16339 \`$as_me' instantiates files and other configuration actions
16340 from templates according to the current configuration. Unless the files
16341 and actions are specified as TAGs, all are instantiated by default.
16343 Usage: $0 [OPTION]... [TAG]...
16345 -h, --help print this help, then exit
16346 -V, --version print version number and configuration settings, then exit
16347 --config print configuration, then exit
16348 -q, --quiet, --silent
16349 do not print progress messages
16350 -d, --debug don't remove temporary files
16351 --recheck update $as_me by reconfiguring in the same conditions
16352 --file=FILE[:TEMPLATE]
16353 instantiate the configuration file FILE
16354 --header=FILE[:TEMPLATE]
16355 instantiate the configuration header FILE
16357 Configuration files:
16358 $config_files
16360 Configuration headers:
16361 $config_headers
16363 Configuration commands:
16364 $config_commands
16366 Report bugs to the package provider.
16367 GNU Atomic Library home page: <http://www.gnu.org/software/libatomic/>.
16368 General help using GNU software: <http://www.gnu.org/gethelp/>."
16370 _ACEOF
16371 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16372 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
16373 ac_cs_version="\\
16374 GNU Atomic Library config.status 1.0
16375 configured by $0, generated by GNU Autoconf 2.69,
16376 with options \\"\$ac_cs_config\\"
16378 Copyright (C) 2012 Free Software Foundation, Inc.
16379 This config.status script is free software; the Free Software Foundation
16380 gives unlimited permission to copy, distribute and modify it."
16382 ac_pwd='$ac_pwd'
16383 srcdir='$srcdir'
16384 INSTALL='$INSTALL'
16385 MKDIR_P='$MKDIR_P'
16386 AWK='$AWK'
16387 test -n "\$AWK" || AWK=awk
16388 _ACEOF
16390 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16391 # The default lists apply if the user does not specify any file.
16392 ac_need_defaults=:
16393 while test $# != 0
16395 case $1 in
16396 --*=?*)
16397 ac_option=`expr "X$1" : 'X\([^=]*\)='`
16398 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
16399 ac_shift=:
16401 --*=)
16402 ac_option=`expr "X$1" : 'X\([^=]*\)='`
16403 ac_optarg=
16404 ac_shift=:
16407 ac_option=$1
16408 ac_optarg=$2
16409 ac_shift=shift
16411 esac
16413 case $ac_option in
16414 # Handling of the options.
16415 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
16416 ac_cs_recheck=: ;;
16417 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
16418 $as_echo "$ac_cs_version"; exit ;;
16419 --config | --confi | --conf | --con | --co | --c )
16420 $as_echo "$ac_cs_config"; exit ;;
16421 --debug | --debu | --deb | --de | --d | -d )
16422 debug=: ;;
16423 --file | --fil | --fi | --f )
16424 $ac_shift
16425 case $ac_optarg in
16426 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16427 '') as_fn_error $? "missing file argument" ;;
16428 esac
16429 as_fn_append CONFIG_FILES " '$ac_optarg'"
16430 ac_need_defaults=false;;
16431 --header | --heade | --head | --hea )
16432 $ac_shift
16433 case $ac_optarg in
16434 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
16435 esac
16436 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
16437 ac_need_defaults=false;;
16438 --he | --h)
16439 # Conflict between --help and --header
16440 as_fn_error $? "ambiguous option: \`$1'
16441 Try \`$0 --help' for more information.";;
16442 --help | --hel | -h )
16443 $as_echo "$ac_cs_usage"; exit ;;
16444 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
16445 | -silent | --silent | --silen | --sile | --sil | --si | --s)
16446 ac_cs_silent=: ;;
16448 # This is an error.
16449 -*) as_fn_error $? "unrecognized option: \`$1'
16450 Try \`$0 --help' for more information." ;;
16452 *) as_fn_append ac_config_targets " $1"
16453 ac_need_defaults=false ;;
16455 esac
16456 shift
16457 done
16459 ac_configure_extra_args=
16461 if $ac_cs_silent; then
16462 exec 6>/dev/null
16463 ac_configure_extra_args="$ac_configure_extra_args --silent"
16466 _ACEOF
16467 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16468 if \$ac_cs_recheck; then
16469 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
16470 shift
16471 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
16472 CONFIG_SHELL='$SHELL'
16473 export CONFIG_SHELL
16474 exec "\$@"
16477 _ACEOF
16478 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16479 exec 5>>config.log
16481 echo
16482 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
16483 ## Running $as_me. ##
16484 _ASBOX
16485 $as_echo "$ac_log"
16486 } >&5
16488 _ACEOF
16489 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16491 # INIT-COMMANDS
16494 srcdir="$srcdir"
16495 host="$host"
16496 target="$target"
16497 with_multisubdir="$with_multisubdir"
16498 with_multisrctop="$with_multisrctop"
16499 with_target_subdir="$with_target_subdir"
16500 ac_configure_args="${multilib_arg} ${ac_configure_args}"
16501 multi_basedir="$multi_basedir"
16502 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
16503 CC="$CC"
16504 CXX="$CXX"
16505 GFORTRAN="$GFORTRAN"
16506 GDC="$GDC"
16507 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
16510 # The HP-UX ksh and POSIX shell print the target directory to stdout
16511 # if CDPATH is set.
16512 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
16514 sed_quote_subst='$sed_quote_subst'
16515 double_quote_subst='$double_quote_subst'
16516 delay_variable_subst='$delay_variable_subst'
16517 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
16518 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
16519 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
16520 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
16521 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
16522 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
16523 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
16524 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
16525 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
16526 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
16527 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
16528 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
16529 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
16530 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
16531 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
16532 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
16533 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
16534 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
16535 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
16536 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
16537 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
16538 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
16539 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
16540 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
16541 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
16542 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
16543 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
16544 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
16545 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
16546 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
16547 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
16548 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
16549 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
16550 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
16551 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
16552 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
16553 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
16554 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16555 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16556 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
16557 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
16558 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
16559 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
16560 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
16561 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
16562 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
16563 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
16564 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
16565 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"`'
16566 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
16567 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
16568 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
16569 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
16570 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
16571 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
16572 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
16573 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
16574 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
16575 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
16576 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
16577 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
16578 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
16579 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
16580 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
16581 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16582 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
16583 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
16584 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
16585 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
16586 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
16587 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
16588 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
16589 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
16590 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16591 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
16592 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
16593 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
16594 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
16595 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
16596 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
16597 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
16598 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
16599 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
16600 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
16601 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
16602 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
16603 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
16604 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
16605 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
16606 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
16607 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
16608 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
16609 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
16610 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
16611 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
16612 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
16613 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
16614 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
16615 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
16616 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
16617 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
16618 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
16619 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
16620 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
16621 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
16622 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
16623 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
16624 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
16625 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
16626 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
16627 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
16628 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
16629 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
16630 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
16631 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
16632 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
16633 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
16634 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
16635 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
16636 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
16638 LTCC='$LTCC'
16639 LTCFLAGS='$LTCFLAGS'
16640 compiler='$compiler_DEFAULT'
16642 # A function that is used when there is no print builtin or printf.
16643 func_fallback_echo ()
16645 eval 'cat <<_LTECHO_EOF
16647 _LTECHO_EOF'
16650 # Quote evaled strings.
16651 for var in SHELL \
16652 ECHO \
16653 SED \
16654 GREP \
16655 EGREP \
16656 FGREP \
16657 LD \
16658 NM \
16659 LN_S \
16660 lt_SP2NL \
16661 lt_NL2SP \
16662 reload_flag \
16663 OBJDUMP \
16664 deplibs_check_method \
16665 file_magic_cmd \
16666 AR \
16667 AR_FLAGS \
16668 STRIP \
16669 RANLIB \
16670 CC \
16671 CFLAGS \
16672 compiler \
16673 lt_cv_sys_global_symbol_pipe \
16674 lt_cv_sys_global_symbol_to_cdecl \
16675 lt_cv_sys_global_symbol_to_c_name_address \
16676 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
16677 lt_prog_compiler_no_builtin_flag \
16678 lt_prog_compiler_wl \
16679 lt_prog_compiler_pic \
16680 lt_prog_compiler_static \
16681 lt_cv_prog_compiler_c_o \
16682 need_locks \
16683 DSYMUTIL \
16684 NMEDIT \
16685 LIPO \
16686 OTOOL \
16687 OTOOL64 \
16688 shrext_cmds \
16689 export_dynamic_flag_spec \
16690 whole_archive_flag_spec \
16691 compiler_needs_object \
16692 with_gnu_ld \
16693 allow_undefined_flag \
16694 no_undefined_flag \
16695 hardcode_libdir_flag_spec \
16696 hardcode_libdir_flag_spec_ld \
16697 hardcode_libdir_separator \
16698 fix_srcfile_path \
16699 exclude_expsyms \
16700 include_expsyms \
16701 file_list_spec \
16702 variables_saved_for_relink \
16703 libname_spec \
16704 library_names_spec \
16705 soname_spec \
16706 install_override_mode \
16707 finish_eval \
16708 old_striplib \
16709 striplib; do
16710 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16711 *[\\\\\\\`\\"\\\$]*)
16712 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
16715 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16717 esac
16718 done
16720 # Double-quote double-evaled strings.
16721 for var in reload_cmds \
16722 old_postinstall_cmds \
16723 old_postuninstall_cmds \
16724 old_archive_cmds \
16725 extract_expsyms_cmds \
16726 old_archive_from_new_cmds \
16727 old_archive_from_expsyms_cmds \
16728 archive_cmds \
16729 archive_expsym_cmds \
16730 module_cmds \
16731 module_expsym_cmds \
16732 export_symbols_cmds \
16733 prelink_cmds \
16734 postinstall_cmds \
16735 postuninstall_cmds \
16736 finish_cmds \
16737 sys_lib_search_path_spec \
16738 sys_lib_dlsearch_path_spec; do
16739 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
16740 *[\\\\\\\`\\"\\\$]*)
16741 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
16744 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
16746 esac
16747 done
16749 ac_aux_dir='$ac_aux_dir'
16750 xsi_shell='$xsi_shell'
16751 lt_shell_append='$lt_shell_append'
16753 # See if we are running on zsh, and set the options which allow our
16754 # commands through without removal of \ escapes INIT.
16755 if test -n "\${ZSH_VERSION+set}" ; then
16756 setopt NO_GLOB_SUBST
16760 PACKAGE='$PACKAGE'
16761 VERSION='$VERSION'
16762 TIMESTAMP='$TIMESTAMP'
16763 RM='$RM'
16764 ofile='$ofile'
16769 GCC="$GCC"
16770 CC="$CC"
16771 acx_cv_header_stdint="$acx_cv_header_stdint"
16772 acx_cv_type_int8_t="$acx_cv_type_int8_t"
16773 acx_cv_type_int16_t="$acx_cv_type_int16_t"
16774 acx_cv_type_int32_t="$acx_cv_type_int32_t"
16775 acx_cv_type_int64_t="$acx_cv_type_int64_t"
16776 acx_cv_type_intptr_t="$acx_cv_type_intptr_t"
16777 ac_cv_type_uintmax_t="$ac_cv_type_uintmax_t"
16778 ac_cv_type_uintptr_t="$ac_cv_type_uintptr_t"
16779 ac_cv_type_uint64_t="$ac_cv_type_uint64_t"
16780 ac_cv_type_u_int64_t="$ac_cv_type_u_int64_t"
16781 ac_cv_type_u_int32_t="$ac_cv_type_u_int32_t"
16782 ac_cv_type_int_least32_t="$ac_cv_type_int_least32_t"
16783 ac_cv_type_int_fast32_t="$ac_cv_type_int_fast32_t"
16784 ac_cv_sizeof_void_p="$ac_cv_sizeof_void_p"
16787 _ACEOF
16789 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16791 # Handling of arguments.
16792 for ac_config_target in $ac_config_targets
16794 case $ac_config_target in
16795 "auto-config.h") CONFIG_HEADERS="$CONFIG_HEADERS auto-config.h" ;;
16796 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
16797 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
16798 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
16799 "gstdint.h") CONFIG_COMMANDS="$CONFIG_COMMANDS gstdint.h" ;;
16800 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
16801 "testsuite/Makefile") CONFIG_FILES="$CONFIG_FILES testsuite/Makefile" ;;
16803 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
16804 esac
16805 done
16808 # If the user did not use the arguments to specify the items to instantiate,
16809 # then the envvar interface is used. Set only those that are not.
16810 # We use the long form for the default assignment because of an extremely
16811 # bizarre bug on SunOS 4.1.3.
16812 if $ac_need_defaults; then
16813 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
16814 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
16815 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
16818 # Have a temporary directory for convenience. Make it in the build tree
16819 # simply because there is no reason against having it here, and in addition,
16820 # creating and moving files from /tmp can sometimes cause problems.
16821 # Hook for its removal unless debugging.
16822 # Note that there is a small window in which the directory will not be cleaned:
16823 # after its creation but before its name has been assigned to `$tmp'.
16824 $debug ||
16826 tmp= ac_tmp=
16827 trap 'exit_status=$?
16828 : "${ac_tmp:=$tmp}"
16829 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
16831 trap 'as_fn_exit 1' 1 2 13 15
16833 # Create a (secure) tmp directory for tmp files.
16836 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
16837 test -d "$tmp"
16838 } ||
16840 tmp=./conf$$-$RANDOM
16841 (umask 077 && mkdir "$tmp")
16842 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
16843 ac_tmp=$tmp
16845 # Set up the scripts for CONFIG_FILES section.
16846 # No need to generate them if there are no CONFIG_FILES.
16847 # This happens for instance with `./config.status config.h'.
16848 if test -n "$CONFIG_FILES"; then
16851 ac_cr=`echo X | tr X '\015'`
16852 # On cygwin, bash can eat \r inside `` if the user requested igncr.
16853 # But we know of no other shell where ac_cr would be empty at this
16854 # point, so we can use a bashism as a fallback.
16855 if test "x$ac_cr" = x; then
16856 eval ac_cr=\$\'\\r\'
16858 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
16859 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
16860 ac_cs_awk_cr='\\r'
16861 else
16862 ac_cs_awk_cr=$ac_cr
16865 echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
16866 _ACEOF
16870 echo "cat >conf$$subs.awk <<_ACEOF" &&
16871 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
16872 echo "_ACEOF"
16873 } >conf$$subs.sh ||
16874 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16875 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
16876 ac_delim='%!_!# '
16877 for ac_last_try in false false false false false :; do
16878 . ./conf$$subs.sh ||
16879 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16881 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
16882 if test $ac_delim_n = $ac_delim_num; then
16883 break
16884 elif $ac_last_try; then
16885 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
16886 else
16887 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
16889 done
16890 rm -f conf$$subs.sh
16892 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16893 cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
16894 _ACEOF
16895 sed -n '
16897 s/^/S["/; s/!.*/"]=/
16900 s/^[^!]*!//
16901 :repl
16902 t repl
16903 s/'"$ac_delim"'$//
16904 t delim
16907 s/\(.\{148\}\)..*/\1/
16908 t more1
16909 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
16912 b repl
16913 :more1
16914 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16917 s/.\{148\}//
16918 t nl
16919 :delim
16921 s/\(.\{148\}\)..*/\1/
16922 t more2
16923 s/["\\]/\\&/g; s/^/"/; s/$/"/
16926 :more2
16927 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
16930 s/.\{148\}//
16931 t delim
16932 ' <conf$$subs.awk | sed '
16933 /^[^""]/{
16935 s/\n//
16937 ' >>$CONFIG_STATUS || ac_write_fail=1
16938 rm -f conf$$subs.awk
16939 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16940 _ACAWK
16941 cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
16942 for (key in S) S_is_set[key] = 1
16943 FS = "\a"
16947 line = $ 0
16948 nfields = split(line, field, "@")
16949 substed = 0
16950 len = length(field[1])
16951 for (i = 2; i < nfields; i++) {
16952 key = field[i]
16953 keylen = length(key)
16954 if (S_is_set[key]) {
16955 value = S[key]
16956 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
16957 len += length(value) + length(field[++i])
16958 substed = 1
16959 } else
16960 len += 1 + keylen
16963 print line
16966 _ACAWK
16967 _ACEOF
16968 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16969 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
16970 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
16971 else
16973 fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
16974 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
16975 _ACEOF
16977 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
16978 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
16979 # trailing colons and then remove the whole line if VPATH becomes empty
16980 # (actually we leave an empty line to preserve line numbers).
16981 if test "x$srcdir" = x.; then
16982 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
16984 s///
16985 s/^/:/
16986 s/[ ]*$/:/
16987 s/:\$(srcdir):/:/g
16988 s/:\${srcdir}:/:/g
16989 s/:@srcdir@:/:/g
16990 s/^:*//
16991 s/:*$//
16993 s/\(=[ ]*\).*/\1/
16995 s/\n//
16996 s/^[^=]*=[ ]*$//
17000 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17001 fi # test -n "$CONFIG_FILES"
17003 # Set up the scripts for CONFIG_HEADERS section.
17004 # No need to generate them if there are no CONFIG_HEADERS.
17005 # This happens for instance with `./config.status Makefile'.
17006 if test -n "$CONFIG_HEADERS"; then
17007 cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
17008 BEGIN {
17009 _ACEOF
17011 # Transform confdefs.h into an awk script `defines.awk', embedded as
17012 # here-document in config.status, that substitutes the proper values into
17013 # config.h.in to produce config.h.
17015 # Create a delimiter string that does not exist in confdefs.h, to ease
17016 # handling of long lines.
17017 ac_delim='%!_!# '
17018 for ac_last_try in false false :; do
17019 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
17020 if test -z "$ac_tt"; then
17021 break
17022 elif $ac_last_try; then
17023 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
17024 else
17025 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
17027 done
17029 # For the awk script, D is an array of macro values keyed by name,
17030 # likewise P contains macro parameters if any. Preserve backslash
17031 # newline sequences.
17033 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
17034 sed -n '
17035 s/.\{148\}/&'"$ac_delim"'/g
17036 t rset
17037 :rset
17038 s/^[ ]*#[ ]*define[ ][ ]*/ /
17039 t def
17041 :def
17042 s/\\$//
17043 t bsnl
17044 s/["\\]/\\&/g
17045 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
17046 D["\1"]=" \3"/p
17047 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
17049 :bsnl
17050 s/["\\]/\\&/g
17051 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
17052 D["\1"]=" \3\\\\\\n"\\/p
17053 t cont
17054 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
17055 t cont
17057 :cont
17059 s/.\{148\}/&'"$ac_delim"'/g
17060 t clear
17061 :clear
17062 s/\\$//
17063 t bsnlc
17064 s/["\\]/\\&/g; s/^/"/; s/$/"/p
17066 :bsnlc
17067 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
17068 b cont
17069 ' <confdefs.h | sed '
17070 s/'"$ac_delim"'/"\\\
17071 "/g' >>$CONFIG_STATUS || ac_write_fail=1
17073 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17074 for (key in D) D_is_set[key] = 1
17075 FS = "\a"
17077 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
17078 line = \$ 0
17079 split(line, arg, " ")
17080 if (arg[1] == "#") {
17081 defundef = arg[2]
17082 mac1 = arg[3]
17083 } else {
17084 defundef = substr(arg[1], 2)
17085 mac1 = arg[2]
17087 split(mac1, mac2, "(") #)
17088 macro = mac2[1]
17089 prefix = substr(line, 1, index(line, defundef) - 1)
17090 if (D_is_set[macro]) {
17091 # Preserve the white space surrounding the "#".
17092 print prefix "define", macro P[macro] D[macro]
17093 next
17094 } else {
17095 # Replace #undef with comments. This is necessary, for example,
17096 # in the case of _POSIX_SOURCE, which is predefined and required
17097 # on some systems where configure will not decide to define it.
17098 if (defundef == "undef") {
17099 print "/*", prefix defundef, macro, "*/"
17100 next
17104 { print }
17105 _ACAWK
17106 _ACEOF
17107 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17108 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
17109 fi # test -n "$CONFIG_HEADERS"
17112 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
17113 shift
17114 for ac_tag
17116 case $ac_tag in
17117 :[FHLC]) ac_mode=$ac_tag; continue;;
17118 esac
17119 case $ac_mode$ac_tag in
17120 :[FHL]*:*);;
17121 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
17122 :[FH]-) ac_tag=-:-;;
17123 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
17124 esac
17125 ac_save_IFS=$IFS
17126 IFS=:
17127 set x $ac_tag
17128 IFS=$ac_save_IFS
17129 shift
17130 ac_file=$1
17131 shift
17133 case $ac_mode in
17134 :L) ac_source=$1;;
17135 :[FH])
17136 ac_file_inputs=
17137 for ac_f
17139 case $ac_f in
17140 -) ac_f="$ac_tmp/stdin";;
17141 *) # Look for the file first in the build tree, then in the source tree
17142 # (if the path is not absolute). The absolute path cannot be DOS-style,
17143 # because $ac_f cannot contain `:'.
17144 test -f "$ac_f" ||
17145 case $ac_f in
17146 [\\/$]*) false;;
17147 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
17148 esac ||
17149 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
17150 esac
17151 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
17152 as_fn_append ac_file_inputs " '$ac_f'"
17153 done
17155 # Let's still pretend it is `configure' which instantiates (i.e., don't
17156 # use $as_me), people would be surprised to read:
17157 # /* config.h. Generated by config.status. */
17158 configure_input='Generated from '`
17159 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
17160 `' by configure.'
17161 if test x"$ac_file" != x-; then
17162 configure_input="$ac_file. $configure_input"
17163 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
17164 $as_echo "$as_me: creating $ac_file" >&6;}
17166 # Neutralize special characters interpreted by sed in replacement strings.
17167 case $configure_input in #(
17168 *\&* | *\|* | *\\* )
17169 ac_sed_conf_input=`$as_echo "$configure_input" |
17170 sed 's/[\\\\&|]/\\\\&/g'`;; #(
17171 *) ac_sed_conf_input=$configure_input;;
17172 esac
17174 case $ac_tag in
17175 *:-:* | *:-) cat >"$ac_tmp/stdin" \
17176 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
17177 esac
17179 esac
17181 ac_dir=`$as_dirname -- "$ac_file" ||
17182 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17183 X"$ac_file" : 'X\(//\)[^/]' \| \
17184 X"$ac_file" : 'X\(//\)$' \| \
17185 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
17186 $as_echo X"$ac_file" |
17187 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17188 s//\1/
17191 /^X\(\/\/\)[^/].*/{
17192 s//\1/
17195 /^X\(\/\/\)$/{
17196 s//\1/
17199 /^X\(\/\).*/{
17200 s//\1/
17203 s/.*/./; q'`
17204 as_dir="$ac_dir"; as_fn_mkdir_p
17205 ac_builddir=.
17207 case "$ac_dir" in
17208 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
17210 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
17211 # A ".." for each directory in $ac_dir_suffix.
17212 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
17213 case $ac_top_builddir_sub in
17214 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
17215 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
17216 esac ;;
17217 esac
17218 ac_abs_top_builddir=$ac_pwd
17219 ac_abs_builddir=$ac_pwd$ac_dir_suffix
17220 # for backward compatibility:
17221 ac_top_builddir=$ac_top_build_prefix
17223 case $srcdir in
17224 .) # We are building in place.
17225 ac_srcdir=.
17226 ac_top_srcdir=$ac_top_builddir_sub
17227 ac_abs_top_srcdir=$ac_pwd ;;
17228 [\\/]* | ?:[\\/]* ) # Absolute name.
17229 ac_srcdir=$srcdir$ac_dir_suffix;
17230 ac_top_srcdir=$srcdir
17231 ac_abs_top_srcdir=$srcdir ;;
17232 *) # Relative name.
17233 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
17234 ac_top_srcdir=$ac_top_build_prefix$srcdir
17235 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
17236 esac
17237 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
17240 case $ac_mode in
17243 # CONFIG_FILE
17246 case $INSTALL in
17247 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
17248 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
17249 esac
17250 ac_MKDIR_P=$MKDIR_P
17251 case $MKDIR_P in
17252 [\\/$]* | ?:[\\/]* ) ;;
17253 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
17254 esac
17255 _ACEOF
17257 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17258 # If the template does not know about datarootdir, expand it.
17259 # FIXME: This hack should be removed a few years after 2.60.
17260 ac_datarootdir_hack=; ac_datarootdir_seen=
17261 ac_sed_dataroot='
17262 /datarootdir/ {
17266 /@datadir@/p
17267 /@docdir@/p
17268 /@infodir@/p
17269 /@localedir@/p
17270 /@mandir@/p'
17271 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
17272 *datarootdir*) ac_datarootdir_seen=yes;;
17273 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
17274 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
17275 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
17276 _ACEOF
17277 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17278 ac_datarootdir_hack='
17279 s&@datadir@&$datadir&g
17280 s&@docdir@&$docdir&g
17281 s&@infodir@&$infodir&g
17282 s&@localedir@&$localedir&g
17283 s&@mandir@&$mandir&g
17284 s&\\\${datarootdir}&$datarootdir&g' ;;
17285 esac
17286 _ACEOF
17288 # Neutralize VPATH when `$srcdir' = `.'.
17289 # Shell code in configure.ac might set extrasub.
17290 # FIXME: do we really want to maintain this feature?
17291 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17292 ac_sed_extra="$ac_vpsub
17293 $extrasub
17294 _ACEOF
17295 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17297 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
17298 s|@configure_input@|$ac_sed_conf_input|;t t
17299 s&@top_builddir@&$ac_top_builddir_sub&;t t
17300 s&@top_build_prefix@&$ac_top_build_prefix&;t t
17301 s&@srcdir@&$ac_srcdir&;t t
17302 s&@abs_srcdir@&$ac_abs_srcdir&;t t
17303 s&@top_srcdir@&$ac_top_srcdir&;t t
17304 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
17305 s&@builddir@&$ac_builddir&;t t
17306 s&@abs_builddir@&$ac_abs_builddir&;t t
17307 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
17308 s&@INSTALL@&$ac_INSTALL&;t t
17309 s&@MKDIR_P@&$ac_MKDIR_P&;t t
17310 $ac_datarootdir_hack
17312 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
17313 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17315 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
17316 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
17317 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
17318 "$ac_tmp/out"`; test -z "$ac_out"; } &&
17319 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17320 which seems to be undefined. Please make sure it is defined" >&5
17321 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
17322 which seems to be undefined. Please make sure it is defined" >&2;}
17324 rm -f "$ac_tmp/stdin"
17325 case $ac_file in
17326 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
17327 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
17328 esac \
17329 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17333 # CONFIG_HEADER
17335 if test x"$ac_file" != x-; then
17337 $as_echo "/* $configure_input */" \
17338 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
17339 } >"$ac_tmp/config.h" \
17340 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17341 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
17342 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
17343 $as_echo "$as_me: $ac_file is unchanged" >&6;}
17344 else
17345 rm -f "$ac_file"
17346 mv "$ac_tmp/config.h" "$ac_file" \
17347 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
17349 else
17350 $as_echo "/* $configure_input */" \
17351 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
17352 || as_fn_error $? "could not create -" "$LINENO" 5
17354 # Compute "$ac_file"'s index in $config_headers.
17355 _am_arg="$ac_file"
17356 _am_stamp_count=1
17357 for _am_header in $config_headers :; do
17358 case $_am_header in
17359 $_am_arg | $_am_arg:* )
17360 break ;;
17362 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
17363 esac
17364 done
17365 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
17366 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17367 X"$_am_arg" : 'X\(//\)[^/]' \| \
17368 X"$_am_arg" : 'X\(//\)$' \| \
17369 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
17370 $as_echo X"$_am_arg" |
17371 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17372 s//\1/
17375 /^X\(\/\/\)[^/].*/{
17376 s//\1/
17379 /^X\(\/\/\)$/{
17380 s//\1/
17383 /^X\(\/\).*/{
17384 s//\1/
17387 s/.*/./; q'`/stamp-h$_am_stamp_count
17390 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
17391 $as_echo "$as_me: executing $ac_file commands" >&6;}
17393 esac
17396 case $ac_file$ac_mode in
17397 "default-1":C)
17398 # Only add multilib support code if we just rebuilt the top-level
17399 # Makefile.
17400 case " $CONFIG_FILES " in
17401 *" Makefile "*)
17402 ac_file=Makefile . ${multi_basedir}/config-ml.in
17404 esac ;;
17405 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
17406 # Older Autoconf quotes --file arguments for eval, but not when files
17407 # are listed without --file. Let's play safe and only enable the eval
17408 # if we detect the quoting.
17409 case $CONFIG_FILES in
17410 *\'*) eval set x "$CONFIG_FILES" ;;
17411 *) set x $CONFIG_FILES ;;
17412 esac
17413 shift
17414 for mf
17416 # Strip MF so we end up with the name of the file.
17417 mf=`echo "$mf" | sed -e 's/:.*$//'`
17418 # Check whether this is an Automake generated Makefile or not.
17419 # We used to match only the files named 'Makefile.in', but
17420 # some people rename them; so instead we look at the file content.
17421 # Grep'ing the first line is not enough: some people post-process
17422 # each Makefile.in and add a new line on top of each file to say so.
17423 # Grep'ing the whole file is not good either: AIX grep has a line
17424 # limit of 2048, but all sed's we know have understand at least 4000.
17425 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
17426 dirpart=`$as_dirname -- "$mf" ||
17427 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17428 X"$mf" : 'X\(//\)[^/]' \| \
17429 X"$mf" : 'X\(//\)$' \| \
17430 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
17431 $as_echo X"$mf" |
17432 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17433 s//\1/
17436 /^X\(\/\/\)[^/].*/{
17437 s//\1/
17440 /^X\(\/\/\)$/{
17441 s//\1/
17444 /^X\(\/\).*/{
17445 s//\1/
17448 s/.*/./; q'`
17449 else
17450 continue
17452 # Extract the definition of DEPDIR, am__include, and am__quote
17453 # from the Makefile without running 'make'.
17454 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
17455 test -z "$DEPDIR" && continue
17456 am__include=`sed -n 's/^am__include = //p' < "$mf"`
17457 test -z "$am__include" && continue
17458 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
17459 # Find all dependency output files, they are included files with
17460 # $(DEPDIR) in their names. We invoke sed twice because it is the
17461 # simplest approach to changing $(DEPDIR) to its actual value in the
17462 # expansion.
17463 for file in `sed -n "
17464 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
17465 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
17466 # Make sure the directory exists.
17467 test -f "$dirpart/$file" && continue
17468 fdir=`$as_dirname -- "$file" ||
17469 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
17470 X"$file" : 'X\(//\)[^/]' \| \
17471 X"$file" : 'X\(//\)$' \| \
17472 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
17473 $as_echo X"$file" |
17474 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
17475 s//\1/
17478 /^X\(\/\/\)[^/].*/{
17479 s//\1/
17482 /^X\(\/\/\)$/{
17483 s//\1/
17486 /^X\(\/\).*/{
17487 s//\1/
17490 s/.*/./; q'`
17491 as_dir=$dirpart/$fdir; as_fn_mkdir_p
17492 # echo "creating $dirpart/$file"
17493 echo '# dummy' > "$dirpart/$file"
17494 done
17495 done
17498 "libtool":C)
17500 # See if we are running on zsh, and set the options which allow our
17501 # commands through without removal of \ escapes.
17502 if test -n "${ZSH_VERSION+set}" ; then
17503 setopt NO_GLOB_SUBST
17506 cfgfile="${ofile}T"
17507 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
17508 $RM "$cfgfile"
17510 cat <<_LT_EOF >> "$cfgfile"
17511 #! $SHELL
17513 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
17514 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
17515 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
17516 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
17518 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
17519 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
17520 # Written by Gordon Matzigkeit, 1996
17522 # This file is part of GNU Libtool.
17524 # GNU Libtool is free software; you can redistribute it and/or
17525 # modify it under the terms of the GNU General Public License as
17526 # published by the Free Software Foundation; either version 2 of
17527 # the License, or (at your option) any later version.
17529 # As a special exception to the GNU General Public License,
17530 # if you distribute this file as part of a program or library that
17531 # is built using GNU Libtool, you may include this file under the
17532 # same distribution terms that you use for the rest of that program.
17534 # GNU Libtool is distributed in the hope that it will be useful,
17535 # but WITHOUT ANY WARRANTY; without even the implied warranty of
17536 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17537 # GNU General Public License for more details.
17539 # You should have received a copy of the GNU General Public License
17540 # along with GNU Libtool; see the file COPYING. If not, a copy
17541 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
17542 # obtained by writing to the Free Software Foundation, Inc.,
17543 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17546 # The names of the tagged configurations supported by this script.
17547 available_tags=""
17549 # ### BEGIN LIBTOOL CONFIG
17551 # Which release of libtool.m4 was used?
17552 macro_version=$macro_version
17553 macro_revision=$macro_revision
17555 # Whether or not to build shared libraries.
17556 build_libtool_libs=$enable_shared
17558 # Whether or not to build static libraries.
17559 build_old_libs=$enable_static
17561 # What type of objects to build.
17562 pic_mode=$pic_mode
17564 # Whether or not to optimize for fast installation.
17565 fast_install=$enable_fast_install
17567 # Shell to use when invoking shell scripts.
17568 SHELL=$lt_SHELL
17570 # An echo program that protects backslashes.
17571 ECHO=$lt_ECHO
17573 # The host system.
17574 host_alias=$host_alias
17575 host=$host
17576 host_os=$host_os
17578 # The build system.
17579 build_alias=$build_alias
17580 build=$build
17581 build_os=$build_os
17583 # A sed program that does not truncate output.
17584 SED=$lt_SED
17586 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
17587 Xsed="\$SED -e 1s/^X//"
17589 # A grep program that handles long lines.
17590 GREP=$lt_GREP
17592 # An ERE matcher.
17593 EGREP=$lt_EGREP
17595 # A literal string matcher.
17596 FGREP=$lt_FGREP
17598 # A BSD- or MS-compatible name lister.
17599 NM=$lt_NM
17601 # Whether we need soft or hard links.
17602 LN_S=$lt_LN_S
17604 # What is the maximum length of a command?
17605 max_cmd_len=$max_cmd_len
17607 # Object file suffix (normally "o").
17608 objext=$ac_objext
17610 # Executable file suffix (normally "").
17611 exeext=$exeext
17613 # whether the shell understands "unset".
17614 lt_unset=$lt_unset
17616 # turn spaces into newlines.
17617 SP2NL=$lt_lt_SP2NL
17619 # turn newlines into spaces.
17620 NL2SP=$lt_lt_NL2SP
17622 # An object symbol dumper.
17623 OBJDUMP=$lt_OBJDUMP
17625 # Method to check whether dependent libraries are shared objects.
17626 deplibs_check_method=$lt_deplibs_check_method
17628 # Command to use when deplibs_check_method == "file_magic".
17629 file_magic_cmd=$lt_file_magic_cmd
17631 # The archiver.
17632 AR=$lt_AR
17633 AR_FLAGS=$lt_AR_FLAGS
17635 # A symbol stripping program.
17636 STRIP=$lt_STRIP
17638 # Commands used to install an old-style archive.
17639 RANLIB=$lt_RANLIB
17640 old_postinstall_cmds=$lt_old_postinstall_cmds
17641 old_postuninstall_cmds=$lt_old_postuninstall_cmds
17643 # Whether to use a lock for old archive extraction.
17644 lock_old_archive_extraction=$lock_old_archive_extraction
17646 # A C compiler.
17647 LTCC=$lt_CC
17649 # LTCC compiler flags.
17650 LTCFLAGS=$lt_CFLAGS
17652 # Take the output of nm and produce a listing of raw symbols and C names.
17653 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
17655 # Transform the output of nm in a proper C declaration.
17656 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
17658 # Transform the output of nm in a C name address pair.
17659 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
17661 # Transform the output of nm in a C name address pair when lib prefix is needed.
17662 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
17664 # The name of the directory that contains temporary libtool files.
17665 objdir=$objdir
17667 # Used to examine libraries when file_magic_cmd begins with "file".
17668 MAGIC_CMD=$MAGIC_CMD
17670 # Must we lock files when doing compilation?
17671 need_locks=$lt_need_locks
17673 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
17674 DSYMUTIL=$lt_DSYMUTIL
17676 # Tool to change global to local symbols on Mac OS X.
17677 NMEDIT=$lt_NMEDIT
17679 # Tool to manipulate fat objects and archives on Mac OS X.
17680 LIPO=$lt_LIPO
17682 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
17683 OTOOL=$lt_OTOOL
17685 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
17686 OTOOL64=$lt_OTOOL64
17688 # Old archive suffix (normally "a").
17689 libext=$libext
17691 # Shared library suffix (normally ".so").
17692 shrext_cmds=$lt_shrext_cmds
17694 # The commands to extract the exported symbol list from a shared archive.
17695 extract_expsyms_cmds=$lt_extract_expsyms_cmds
17697 # Variables whose values should be saved in libtool wrapper scripts and
17698 # restored at link time.
17699 variables_saved_for_relink=$lt_variables_saved_for_relink
17701 # Do we need the "lib" prefix for modules?
17702 need_lib_prefix=$need_lib_prefix
17704 # Do we need a version for libraries?
17705 need_version=$need_version
17707 # Library versioning type.
17708 version_type=$version_type
17710 # Shared library runtime path variable.
17711 runpath_var=$runpath_var
17713 # Shared library path variable.
17714 shlibpath_var=$shlibpath_var
17716 # Is shlibpath searched before the hard-coded library search path?
17717 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
17719 # Format of library name prefix.
17720 libname_spec=$lt_libname_spec
17722 # List of archive names. First name is the real one, the rest are links.
17723 # The last name is the one that the linker finds with -lNAME
17724 library_names_spec=$lt_library_names_spec
17726 # The coded name of the library, if different from the real name.
17727 soname_spec=$lt_soname_spec
17729 # Permission mode override for installation of shared libraries.
17730 install_override_mode=$lt_install_override_mode
17732 # Command to use after installation of a shared archive.
17733 postinstall_cmds=$lt_postinstall_cmds
17735 # Command to use after uninstallation of a shared archive.
17736 postuninstall_cmds=$lt_postuninstall_cmds
17738 # Commands used to finish a libtool library installation in a directory.
17739 finish_cmds=$lt_finish_cmds
17741 # As "finish_cmds", except a single script fragment to be evaled but
17742 # not shown.
17743 finish_eval=$lt_finish_eval
17745 # Whether we should hardcode library paths into libraries.
17746 hardcode_into_libs=$hardcode_into_libs
17748 # Compile-time system search path for libraries.
17749 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
17751 # Run-time system search path for libraries.
17752 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
17754 # Whether dlopen is supported.
17755 dlopen_support=$enable_dlopen
17757 # Whether dlopen of programs is supported.
17758 dlopen_self=$enable_dlopen_self
17760 # Whether dlopen of statically linked programs is supported.
17761 dlopen_self_static=$enable_dlopen_self_static
17763 # Commands to strip libraries.
17764 old_striplib=$lt_old_striplib
17765 striplib=$lt_striplib
17768 # The linker used to build libraries.
17769 LD=$lt_LD
17771 # How to create reloadable object files.
17772 reload_flag=$lt_reload_flag
17773 reload_cmds=$lt_reload_cmds
17775 # Commands used to build an old-style archive.
17776 old_archive_cmds=$lt_old_archive_cmds
17778 # A language specific compiler.
17779 CC=$lt_compiler
17781 # Is the compiler the GNU compiler?
17782 with_gcc=$GCC
17784 # Compiler flag to turn off builtin functions.
17785 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
17787 # How to pass a linker flag through the compiler.
17788 wl=$lt_lt_prog_compiler_wl
17790 # Additional compiler flags for building library objects.
17791 pic_flag=$lt_lt_prog_compiler_pic
17793 # Compiler flag to prevent dynamic linking.
17794 link_static_flag=$lt_lt_prog_compiler_static
17796 # Does compiler simultaneously support -c and -o options?
17797 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
17799 # Whether or not to add -lc for building shared libraries.
17800 build_libtool_need_lc=$archive_cmds_need_lc
17802 # Whether or not to disallow shared libs when runtime libs are static.
17803 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
17805 # Compiler flag to allow reflexive dlopens.
17806 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
17808 # Compiler flag to generate shared objects directly from archives.
17809 whole_archive_flag_spec=$lt_whole_archive_flag_spec
17811 # Whether the compiler copes with passing no objects directly.
17812 compiler_needs_object=$lt_compiler_needs_object
17814 # Create an old-style archive from a shared archive.
17815 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
17817 # Create a temporary old-style archive to link instead of a shared archive.
17818 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
17820 # Commands used to build a shared archive.
17821 archive_cmds=$lt_archive_cmds
17822 archive_expsym_cmds=$lt_archive_expsym_cmds
17824 # Commands used to build a loadable module if different from building
17825 # a shared archive.
17826 module_cmds=$lt_module_cmds
17827 module_expsym_cmds=$lt_module_expsym_cmds
17829 # Whether we are building with GNU ld or not.
17830 with_gnu_ld=$lt_with_gnu_ld
17832 # Flag that allows shared libraries with undefined symbols to be built.
17833 allow_undefined_flag=$lt_allow_undefined_flag
17835 # Flag that enforces no undefined symbols.
17836 no_undefined_flag=$lt_no_undefined_flag
17838 # Flag to hardcode \$libdir into a binary during linking.
17839 # This must work even if \$libdir does not exist
17840 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
17842 # If ld is used when linking, flag to hardcode \$libdir into a binary
17843 # during linking. This must work even if \$libdir does not exist.
17844 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
17846 # Whether we need a single "-rpath" flag with a separated argument.
17847 hardcode_libdir_separator=$lt_hardcode_libdir_separator
17849 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17850 # DIR into the resulting binary.
17851 hardcode_direct=$hardcode_direct
17853 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
17854 # DIR into the resulting binary and the resulting library dependency is
17855 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
17856 # library is relocated.
17857 hardcode_direct_absolute=$hardcode_direct_absolute
17859 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
17860 # into the resulting binary.
17861 hardcode_minus_L=$hardcode_minus_L
17863 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
17864 # into the resulting binary.
17865 hardcode_shlibpath_var=$hardcode_shlibpath_var
17867 # Set to "yes" if building a shared library automatically hardcodes DIR
17868 # into the library and all subsequent libraries and executables linked
17869 # against it.
17870 hardcode_automatic=$hardcode_automatic
17872 # Set to yes if linker adds runtime paths of dependent libraries
17873 # to runtime path list.
17874 inherit_rpath=$inherit_rpath
17876 # Whether libtool must link a program against all its dependency libraries.
17877 link_all_deplibs=$link_all_deplibs
17879 # Fix the shell variable \$srcfile for the compiler.
17880 fix_srcfile_path=$lt_fix_srcfile_path
17882 # Set to "yes" if exported symbols are required.
17883 always_export_symbols=$always_export_symbols
17885 # The commands to list exported symbols.
17886 export_symbols_cmds=$lt_export_symbols_cmds
17888 # Symbols that should not be listed in the preloaded symbols.
17889 exclude_expsyms=$lt_exclude_expsyms
17891 # Symbols that must always be exported.
17892 include_expsyms=$lt_include_expsyms
17894 # Commands necessary for linking programs (against libraries) with templates.
17895 prelink_cmds=$lt_prelink_cmds
17897 # Specify filename containing input files.
17898 file_list_spec=$lt_file_list_spec
17900 # How to hardcode a shared library path into an executable.
17901 hardcode_action=$hardcode_action
17903 # ### END LIBTOOL CONFIG
17905 _LT_EOF
17907 case $host_os in
17908 aix3*)
17909 cat <<\_LT_EOF >> "$cfgfile"
17910 # AIX sometimes has problems with the GCC collect2 program. For some
17911 # reason, if we set the COLLECT_NAMES environment variable, the problems
17912 # vanish in a puff of smoke.
17913 if test "X${COLLECT_NAMES+set}" != Xset; then
17914 COLLECT_NAMES=
17915 export COLLECT_NAMES
17917 _LT_EOF
17919 esac
17922 ltmain="$ac_aux_dir/ltmain.sh"
17925 # We use sed instead of cat because bash on DJGPP gets confused if
17926 # if finds mixed CR/LF and LF-only lines. Since sed operates in
17927 # text mode, it properly converts lines to CR/LF. This bash problem
17928 # is reportedly fixed, but why not run on old versions too?
17929 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
17930 || (rm -f "$cfgfile"; exit 1)
17932 case $xsi_shell in
17933 yes)
17934 cat << \_LT_EOF >> "$cfgfile"
17936 # func_dirname file append nondir_replacement
17937 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
17938 # otherwise set result to NONDIR_REPLACEMENT.
17939 func_dirname ()
17941 case ${1} in
17942 */*) func_dirname_result="${1%/*}${2}" ;;
17943 * ) func_dirname_result="${3}" ;;
17944 esac
17947 # func_basename file
17948 func_basename ()
17950 func_basename_result="${1##*/}"
17953 # func_dirname_and_basename file append nondir_replacement
17954 # perform func_basename and func_dirname in a single function
17955 # call:
17956 # dirname: Compute the dirname of FILE. If nonempty,
17957 # add APPEND to the result, otherwise set result
17958 # to NONDIR_REPLACEMENT.
17959 # value returned in "$func_dirname_result"
17960 # basename: Compute filename of FILE.
17961 # value retuned in "$func_basename_result"
17962 # Implementation must be kept synchronized with func_dirname
17963 # and func_basename. For efficiency, we do not delegate to
17964 # those functions but instead duplicate the functionality here.
17965 func_dirname_and_basename ()
17967 case ${1} in
17968 */*) func_dirname_result="${1%/*}${2}" ;;
17969 * ) func_dirname_result="${3}" ;;
17970 esac
17971 func_basename_result="${1##*/}"
17974 # func_stripname prefix suffix name
17975 # strip PREFIX and SUFFIX off of NAME.
17976 # PREFIX and SUFFIX must not contain globbing or regex special
17977 # characters, hashes, percent signs, but SUFFIX may contain a leading
17978 # dot (in which case that matches only a dot).
17979 func_stripname ()
17981 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
17982 # positional parameters, so assign one to ordinary parameter first.
17983 func_stripname_result=${3}
17984 func_stripname_result=${func_stripname_result#"${1}"}
17985 func_stripname_result=${func_stripname_result%"${2}"}
17988 # func_opt_split
17989 func_opt_split ()
17991 func_opt_split_opt=${1%%=*}
17992 func_opt_split_arg=${1#*=}
17995 # func_lo2o object
17996 func_lo2o ()
17998 case ${1} in
17999 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
18000 *) func_lo2o_result=${1} ;;
18001 esac
18004 # func_xform libobj-or-source
18005 func_xform ()
18007 func_xform_result=${1%.*}.lo
18010 # func_arith arithmetic-term...
18011 func_arith ()
18013 func_arith_result=$(( $* ))
18016 # func_len string
18017 # STRING may not start with a hyphen.
18018 func_len ()
18020 func_len_result=${#1}
18023 _LT_EOF
18025 *) # Bourne compatible functions.
18026 cat << \_LT_EOF >> "$cfgfile"
18028 # func_dirname file append nondir_replacement
18029 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
18030 # otherwise set result to NONDIR_REPLACEMENT.
18031 func_dirname ()
18033 # Extract subdirectory from the argument.
18034 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
18035 if test "X$func_dirname_result" = "X${1}"; then
18036 func_dirname_result="${3}"
18037 else
18038 func_dirname_result="$func_dirname_result${2}"
18042 # func_basename file
18043 func_basename ()
18045 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
18049 # func_stripname prefix suffix name
18050 # strip PREFIX and SUFFIX off of NAME.
18051 # PREFIX and SUFFIX must not contain globbing or regex special
18052 # characters, hashes, percent signs, but SUFFIX may contain a leading
18053 # dot (in which case that matches only a dot).
18054 # func_strip_suffix prefix name
18055 func_stripname ()
18057 case ${2} in
18058 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
18059 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
18060 esac
18063 # sed scripts:
18064 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
18065 my_sed_long_arg='1s/^-[^=]*=//'
18067 # func_opt_split
18068 func_opt_split ()
18070 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
18071 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
18074 # func_lo2o object
18075 func_lo2o ()
18077 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
18080 # func_xform libobj-or-source
18081 func_xform ()
18083 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
18086 # func_arith arithmetic-term...
18087 func_arith ()
18089 func_arith_result=`expr "$@"`
18092 # func_len string
18093 # STRING may not start with a hyphen.
18094 func_len ()
18096 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
18099 _LT_EOF
18100 esac
18102 case $lt_shell_append in
18103 yes)
18104 cat << \_LT_EOF >> "$cfgfile"
18106 # func_append var value
18107 # Append VALUE to the end of shell variable VAR.
18108 func_append ()
18110 eval "$1+=\$2"
18112 _LT_EOF
18115 cat << \_LT_EOF >> "$cfgfile"
18117 # func_append var value
18118 # Append VALUE to the end of shell variable VAR.
18119 func_append ()
18121 eval "$1=\$$1\$2"
18124 _LT_EOF
18126 esac
18129 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
18130 || (rm -f "$cfgfile"; exit 1)
18132 mv -f "$cfgfile" "$ofile" ||
18133 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
18134 chmod +x "$ofile"
18137 "gstdint.h":C)
18138 if test "$GCC" = yes; then
18139 echo "/* generated for " `$CC --version | sed 1q` "*/" > tmp-stdint.h
18140 else
18141 echo "/* generated for $CC */" > tmp-stdint.h
18144 sed 's/^ *//' >> tmp-stdint.h <<EOF
18146 #ifndef GCC_GENERATED_STDINT_H
18147 #define GCC_GENERATED_STDINT_H 1
18149 #include <sys/types.h>
18152 if test "$acx_cv_header_stdint" != stdint.h; then
18153 echo "#include <stddef.h>" >> tmp-stdint.h
18155 if test "$acx_cv_header_stdint" != stddef.h; then
18156 echo "#include <$acx_cv_header_stdint>" >> tmp-stdint.h
18159 sed 's/^ *//' >> tmp-stdint.h <<EOF
18160 /* glibc uses these symbols as guards to prevent redefinitions. */
18161 #ifdef __int8_t_defined
18162 #define _INT8_T
18163 #define _INT16_T
18164 #define _INT32_T
18165 #endif
18166 #ifdef __uint32_t_defined
18167 #define _UINT32_T
18168 #endif
18172 # ----------------- done header, emit basic int types -------------
18173 if test "$acx_cv_header_stdint" = stddef.h; then
18174 sed 's/^ *//' >> tmp-stdint.h <<EOF
18176 #ifndef _UINT8_T
18177 #define _UINT8_T
18178 #ifndef __uint8_t_defined
18179 #define __uint8_t_defined
18180 #ifndef uint8_t
18181 typedef unsigned $acx_cv_type_int8_t uint8_t;
18182 #endif
18183 #endif
18184 #endif
18186 #ifndef _UINT16_T
18187 #define _UINT16_T
18188 #ifndef __uint16_t_defined
18189 #define __uint16_t_defined
18190 #ifndef uint16_t
18191 typedef unsigned $acx_cv_type_int16_t uint16_t;
18192 #endif
18193 #endif
18194 #endif
18196 #ifndef _UINT32_T
18197 #define _UINT32_T
18198 #ifndef __uint32_t_defined
18199 #define __uint32_t_defined
18200 #ifndef uint32_t
18201 typedef unsigned $acx_cv_type_int32_t uint32_t;
18202 #endif
18203 #endif
18204 #endif
18206 #ifndef _INT8_T
18207 #define _INT8_T
18208 #ifndef __int8_t_defined
18209 #define __int8_t_defined
18210 #ifndef int8_t
18211 typedef $acx_cv_type_int8_t int8_t;
18212 #endif
18213 #endif
18214 #endif
18216 #ifndef _INT16_T
18217 #define _INT16_T
18218 #ifndef __int16_t_defined
18219 #define __int16_t_defined
18220 #ifndef int16_t
18221 typedef $acx_cv_type_int16_t int16_t;
18222 #endif
18223 #endif
18224 #endif
18226 #ifndef _INT32_T
18227 #define _INT32_T
18228 #ifndef __int32_t_defined
18229 #define __int32_t_defined
18230 #ifndef int32_t
18231 typedef $acx_cv_type_int32_t int32_t;
18232 #endif
18233 #endif
18234 #endif
18236 elif test "$ac_cv_type_u_int32_t" = yes; then
18237 sed 's/^ *//' >> tmp-stdint.h <<EOF
18239 /* int8_t int16_t int32_t defined by inet code, we do the u_intXX types */
18240 #ifndef _INT8_T
18241 #define _INT8_T
18242 #endif
18243 #ifndef _INT16_T
18244 #define _INT16_T
18245 #endif
18246 #ifndef _INT32_T
18247 #define _INT32_T
18248 #endif
18250 #ifndef _UINT8_T
18251 #define _UINT8_T
18252 #ifndef __uint8_t_defined
18253 #define __uint8_t_defined
18254 #ifndef uint8_t
18255 typedef u_int8_t uint8_t;
18256 #endif
18257 #endif
18258 #endif
18260 #ifndef _UINT16_T
18261 #define _UINT16_T
18262 #ifndef __uint16_t_defined
18263 #define __uint16_t_defined
18264 #ifndef uint16_t
18265 typedef u_int16_t uint16_t;
18266 #endif
18267 #endif
18268 #endif
18270 #ifndef _UINT32_T
18271 #define _UINT32_T
18272 #ifndef __uint32_t_defined
18273 #define __uint32_t_defined
18274 #ifndef uint32_t
18275 typedef u_int32_t uint32_t;
18276 #endif
18277 #endif
18278 #endif
18280 else
18281 sed 's/^ *//' >> tmp-stdint.h <<EOF
18283 /* Some systems have guard macros to prevent redefinitions, define them. */
18284 #ifndef _INT8_T
18285 #define _INT8_T
18286 #endif
18287 #ifndef _INT16_T
18288 #define _INT16_T
18289 #endif
18290 #ifndef _INT32_T
18291 #define _INT32_T
18292 #endif
18293 #ifndef _UINT8_T
18294 #define _UINT8_T
18295 #endif
18296 #ifndef _UINT16_T
18297 #define _UINT16_T
18298 #endif
18299 #ifndef _UINT32_T
18300 #define _UINT32_T
18301 #endif
18305 # ------------- done basic int types, emit int64_t types ------------
18306 if test "$ac_cv_type_uint64_t" = yes; then
18307 sed 's/^ *//' >> tmp-stdint.h <<EOF
18309 /* system headers have good uint64_t and int64_t */
18310 #ifndef _INT64_T
18311 #define _INT64_T
18312 #endif
18313 #ifndef _UINT64_T
18314 #define _UINT64_T
18315 #endif
18317 elif test "$ac_cv_type_u_int64_t" = yes; then
18318 sed 's/^ *//' >> tmp-stdint.h <<EOF
18320 /* system headers have an u_int64_t (and int64_t) */
18321 #ifndef _INT64_T
18322 #define _INT64_T
18323 #endif
18324 #ifndef _UINT64_T
18325 #define _UINT64_T
18326 #ifndef __uint64_t_defined
18327 #define __uint64_t_defined
18328 #ifndef uint64_t
18329 typedef u_int64_t uint64_t;
18330 #endif
18331 #endif
18332 #endif
18334 elif test -n "$acx_cv_type_int64_t"; then
18335 sed 's/^ *//' >> tmp-stdint.h <<EOF
18337 /* architecture has a 64-bit type, $acx_cv_type_int64_t */
18338 #ifndef _INT64_T
18339 #define _INT64_T
18340 #ifndef int64_t
18341 typedef $acx_cv_type_int64_t int64_t;
18342 #endif
18343 #endif
18344 #ifndef _UINT64_T
18345 #define _UINT64_T
18346 #ifndef __uint64_t_defined
18347 #define __uint64_t_defined
18348 #ifndef uint64_t
18349 typedef unsigned $acx_cv_type_int64_t uint64_t;
18350 #endif
18351 #endif
18352 #endif
18354 else
18355 sed 's/^ *//' >> tmp-stdint.h <<EOF
18357 /* some common heuristics for int64_t, using compiler-specific tests */
18358 #if defined __STDC_VERSION__ && (__STDC_VERSION__-0) >= 199901L
18359 #ifndef _INT64_T
18360 #define _INT64_T
18361 #ifndef __int64_t_defined
18362 #ifndef int64_t
18363 typedef long long int64_t;
18364 #endif
18365 #endif
18366 #endif
18367 #ifndef _UINT64_T
18368 #define _UINT64_T
18369 #ifndef uint64_t
18370 typedef unsigned long long uint64_t;
18371 #endif
18372 #endif
18374 #elif defined __GNUC__ && defined (__STDC__) && __STDC__-0
18375 /* NextStep 2.0 cc is really gcc 1.93 but it defines __GNUC__ = 2 and
18376 does not implement __extension__. But that compiler doesn't define
18377 __GNUC_MINOR__. */
18378 # if __GNUC__ < 2 || (__NeXT__ && !__GNUC_MINOR__)
18379 # define __extension__
18380 # endif
18382 # ifndef _INT64_T
18383 # define _INT64_T
18384 # ifndef int64_t
18385 __extension__ typedef long long int64_t;
18386 # endif
18387 # endif
18388 # ifndef _UINT64_T
18389 # define _UINT64_T
18390 # ifndef uint64_t
18391 __extension__ typedef unsigned long long uint64_t;
18392 # endif
18393 # endif
18395 #elif !defined __STRICT_ANSI__
18396 # if defined _MSC_VER || defined __WATCOMC__ || defined __BORLANDC__
18398 # ifndef _INT64_T
18399 # define _INT64_T
18400 # ifndef int64_t
18401 typedef __int64 int64_t;
18402 # endif
18403 # endif
18404 # ifndef _UINT64_T
18405 # define _UINT64_T
18406 # ifndef uint64_t
18407 typedef unsigned __int64 uint64_t;
18408 # endif
18409 # endif
18410 # endif /* compiler */
18412 #endif /* ANSI version */
18416 # ------------- done int64_t types, emit intptr types ------------
18417 if test "$ac_cv_type_uintptr_t" != yes; then
18418 sed 's/^ *//' >> tmp-stdint.h <<EOF
18420 /* Define intptr_t based on sizeof(void*) = $ac_cv_sizeof_void_p */
18421 #ifndef __uintptr_t_defined
18422 #ifndef uintptr_t
18423 typedef u$acx_cv_type_intptr_t uintptr_t;
18424 #endif
18425 #endif
18426 #ifndef __intptr_t_defined
18427 #ifndef intptr_t
18428 typedef $acx_cv_type_intptr_t intptr_t;
18429 #endif
18430 #endif
18434 # ------------- done intptr types, emit int_least types ------------
18435 if test "$ac_cv_type_int_least32_t" != yes; then
18436 sed 's/^ *//' >> tmp-stdint.h <<EOF
18438 /* Define int_least types */
18439 typedef int8_t int_least8_t;
18440 typedef int16_t int_least16_t;
18441 typedef int32_t int_least32_t;
18442 #ifdef _INT64_T
18443 typedef int64_t int_least64_t;
18444 #endif
18446 typedef uint8_t uint_least8_t;
18447 typedef uint16_t uint_least16_t;
18448 typedef uint32_t uint_least32_t;
18449 #ifdef _UINT64_T
18450 typedef uint64_t uint_least64_t;
18451 #endif
18455 # ------------- done intptr types, emit int_fast types ------------
18456 if test "$ac_cv_type_int_fast32_t" != yes; then
18457 sed 's/^ *//' >> tmp-stdint.h <<EOF
18459 /* Define int_fast types. short is often slow */
18460 typedef int8_t int_fast8_t;
18461 typedef int int_fast16_t;
18462 typedef int32_t int_fast32_t;
18463 #ifdef _INT64_T
18464 typedef int64_t int_fast64_t;
18465 #endif
18467 typedef uint8_t uint_fast8_t;
18468 typedef unsigned int uint_fast16_t;
18469 typedef uint32_t uint_fast32_t;
18470 #ifdef _UINT64_T
18471 typedef uint64_t uint_fast64_t;
18472 #endif
18476 if test "$ac_cv_type_uintmax_t" != yes; then
18477 sed 's/^ *//' >> tmp-stdint.h <<EOF
18479 /* Define intmax based on what we found */
18480 #ifndef intmax_t
18481 #ifdef _INT64_T
18482 typedef int64_t intmax_t;
18483 #else
18484 typedef long intmax_t;
18485 #endif
18486 #endif
18487 #ifndef uintmax_t
18488 #ifdef _UINT64_T
18489 typedef uint64_t uintmax_t;
18490 #else
18491 typedef unsigned long uintmax_t;
18492 #endif
18493 #endif
18497 sed 's/^ *//' >> tmp-stdint.h <<EOF
18499 #endif /* GCC_GENERATED_STDINT_H */
18502 if test -r gstdint.h && cmp -s tmp-stdint.h gstdint.h; then
18503 rm -f tmp-stdint.h
18504 else
18505 mv -f tmp-stdint.h gstdint.h
18510 esac
18511 done # for ac_tag
18514 as_fn_exit 0
18515 _ACEOF
18516 ac_clean_files=$ac_clean_files_save
18518 test $ac_write_fail = 0 ||
18519 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
18522 # configure is writing to config.log, and then calls config.status.
18523 # config.status does its own redirection, appending to config.log.
18524 # Unfortunately, on DOS this fails, as config.log is still kept open
18525 # by configure, so config.status won't be able to write to it; its
18526 # output is simply discarded. So we exec the FD to /dev/null,
18527 # effectively closing config.log, so it can be properly (re)opened and
18528 # appended to by config.status. When coming back to configure, we
18529 # need to make the FD available again.
18530 if test "$no_create" != yes; then
18531 ac_cs_success=:
18532 ac_config_status_args=
18533 test "$silent" = yes &&
18534 ac_config_status_args="$ac_config_status_args --quiet"
18535 exec 5>/dev/null
18536 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
18537 exec 5>>config.log
18538 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
18539 # would make configure fail if this is the last instruction.
18540 $ac_cs_success || as_fn_exit 1
18542 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
18543 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
18544 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}